diff --git a/4_4_0_0/general/EXPRESS/IFC4X4_75858E21.exp b/4_4_0_0/general/EXPRESS/IFC4X4.exp similarity index 99% rename from 4_4_0_0/general/EXPRESS/IFC4X4_75858E21.exp rename to 4_4_0_0/general/EXPRESS/IFC4X4.exp index 8016d297..b43b06df 100644 --- a/4_4_0_0/general/EXPRESS/IFC4X4_75858E21.exp +++ b/4_4_0_0/general/EXPRESS/IFC4X4.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,11 +19,11 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) -SCHEMA IFC4X4_75858E21; +SCHEMA IFC4X4; TYPE IfcAbsorbedDoseMeasure = REAL; END_TYPE; @@ -1653,7 +1653,8 @@ TYPE IfcElementAssemblyTypeEnum = ENUMERATION OF ,SUMPBUSTER ,TRAFFIC_CALMING_DEVICE ,DUCTBANK - ,UMBRELLAVAULT + ,PRESUPPORTVAULT + ,PRESUPPORTFACE ,USERDEFINED ,NOTDEFINED); END_TYPE; @@ -1930,8 +1931,13 @@ TYPE IfcGridTypeEnum = ENUMERATION OF END_TYPE; TYPE IfcGroundReinforcementElementTypeEnum = ENUMERATION OF - (SPILINGBOLT - ,ROCKSUPPORTBOLT + (PILE + ,TUBE + ,BAR + ,PLATE + ,BOLT + ,TENDON + ,FABRIC ,NOTDEFINED ,USERDEFINED); END_TYPE; @@ -4169,7 +4175,7 @@ ENTITY IfcAlignment SUBTYPE OF (IfcLinearPositioningElement); PredefinedType : OPTIONAL IfcAlignmentTypeEnum; WHERE - AlignmentRepresentation : IfcAlignmenRepresentation(SELF); + AlignmentRepresentation : IfcAlignmentRepresentation(SELF); END_ENTITY; ENTITY IfcAlignmentCant @@ -4623,9 +4629,21 @@ END_ENTITY; ENTITY IfcBorehole SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcBoreholeTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBoreholeTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4.IFCBOREHOLETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcBoreholeType + SUBTYPE OF (IfcGeoScienceElementType); PredefinedType : IfcBoreholeTypeEnum; WHERE - HasObjectType : (PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + CorrectPredefinedType : (PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBoreholeTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); END_ENTITY; ENTITY IfcBoundaryCondition @@ -5974,7 +5992,7 @@ ENTITY IfcDerivedUnit; Elements : SET [1:?] OF IfcDerivedUnitElement; UnitType : IfcDerivedUnitEnum; UserDefinedType : OPTIONAL IfcLabel; - Name : IfcLabel; + Name : OPTIONAL IfcLabel; DERIVE Dimensions : IfcDimensionalExponents := IfcDeriveDimensionalExponents(Elements); WHERE @@ -6678,6 +6696,7 @@ ENTITY IfcElementType ,IfcElementAssemblyType ,IfcElementComponentType ,IfcFurnishingElementType + ,IfcGeoScienceElementType ,IfcGeographicElementType ,IfcTransportElementType ,IfcTransportationDeviceType)) @@ -7451,18 +7470,46 @@ ENTITY IfcGeoScienceElement SUBTYPE OF (IfcElement); END_ENTITY; +ENTITY IfcGeoScienceElementType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBoreholeType)) + SUBTYPE OF (IfcElementType); +END_ENTITY; + ENTITY IfcGeoScienceFeature SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcGeoScienceFeatureTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceFeatureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4.IFCGEOSCIENCEFEATURETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcGeoScienceFeatureType; PredefinedType : IfcGeoScienceFeatureTypeEnum; WHERE - HasObjectType : (PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + CorrectPredefinedType : (PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceFeatureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); END_ENTITY; ENTITY IfcGeoScienceModel SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcGeoScienceModelTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceModelTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4.IFCGEOSCIENCEMODELTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcGeoScienceModelType; PredefinedType : IfcGeoScienceModelTypeEnum; WHERE - HasObjectType : (PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + CorrectPredefinedType : (PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceModelTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); END_ENTITY; ENTITY IfcGeoScienceObservation @@ -7834,8 +7881,10 @@ END_ENTITY; ENTITY IfcIntegerVoxelData SUBTYPE OF (IfcVoxelData); - Values : ARRAY [1:?] OF IfcInteger; + Values : ARRAY [1:GridSize] OF IfcInteger; Unit : OPTIONAL IfcUnit; + DERIVE + GridSize : IfcInteger := SIZEOF(SELF\IfcProduct.Representation.Representations[1].Items[1]\IfcVoxelGrid.Voxels); END_ENTITY; ENTITY IfcInterceptor @@ -12211,7 +12260,7 @@ ENTITY IfcTransformer (PredefinedType <> IfcTransformerTypeEnum.USERDEFINED) OR ((PredefinedType = IfcTransformerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR - ('IFC4X4.IFCTRANFORMERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); + ('IFC4X4.IFCTRANSFORMERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); END_ENTITY; ENTITY IfcTransformerType @@ -12596,6 +12645,20 @@ ENTITY IfcVoxelData ,IfcVectorVoxelData)) SUBTYPE OF (IfcComplementaryData); ValueType : OPTIONAL IfcLabel; + WHERE + IsAssignedToProduct : EXISTS(SELF\IfcObjectDefinition.HasAssignments) +AND +(SIZEOF(SELF\IfcObjectDefinition.HasAssignments) = 1) +AND +('IFC4X4.IFCRELASSIGNSTOPRODUCT' IN TYPEOF(SELF\IfcObjectDefinition.HasAssignments[1])); + VoxelGridRepresentation : EXISTS(SELF\IfcProduct.Representation) +AND +(SIZEOF(QUERY(ShapeRep <* SELF\IfcProduct.Representation.Representations | + (SIZEOF(ShapeRep.Items) = 1) + AND + ('IFC4X4.IFCVOXELGRID' IN TYPEOF(ShapeRep.Items[1])))) = 1); + SameRepresentation : SIZEOF(QUERY(ShapeRep <* SELF\IfcObjectDefinition.HasAssignments[1]\IfcRelAssignsToProduct.RelatingProduct\IfcProduct.Representation.Representations | +ShapeRep = SELF\IfcProduct.Representation.Representations[1])) = 1; END_ENTITY; ENTITY IfcVoxelGrid @@ -12871,7 +12934,7 @@ FUNCTION IfcAlignmentRepresentation ThreeDRep := QUERY(threeDee <* AlignmentRepresentations | threeDee.RepresentationType = 'Curve3D'); CurveThreeD := QUERY(item <* ThreeDRep[1].Items | 'IFC4X4.IFCGRADIENTCURVE' in TYPEOF(item)); - RETURN(SIZEOF(CurveThreeD) = 1 AND SIZEOF(CurveTwoD) = 1 AND CurveThreeD\IfcGradientCurve.BaseCurve :=: CurveTwoD); + RETURN((SIZEOF(CurveThreeD) = 1) AND (SIZEOF(CurveTwoD) = 1) AND (CurveThreeD\IfcGradientCurve.BaseCurve :=: CurveTwoD)); END_IF; (* Missing an IFCSEGMENTEDREFERENCECURVE various placement option implementation. *) diff --git a/4_4_0_0/general/EXPRESS/IFC4X4_bf78f50b.exp b/4_4_0_0/general/EXPRESS/IFC4X4_bf78f50b.exp new file mode 100644 index 00000000..30df87b0 --- /dev/null +++ b/4_4_0_0/general/EXPRESS/IFC4X4_bf78f50b.exp @@ -0,0 +1,14565 @@ +(* +Copyright by: +buildingSMART International Limited, 1996-2024 + +Any technical documentation made available by buildingSMART International Limited +is the copyrighted work of buildingSMART International Limited and is owned by the +buildingSMART International Limited. It may be photocopied, used in software development, +or translated into another computer language without prior written consent from +buildingSMART International Limited provided that full attribution is given. +Prior written consent is required if changes are made to the technical specification. + +This material is delivered to you as is and buildingSMART International Limited makes +no warranty of any kind with regard to it, including, but not limited to, the implied +warranties as to its accuracy or fitness for a particular purpose. Any use of the +technical documentation or the information contained therein is at the risk of the user. +Documentation may include technical or other inaccuracies or typographical errors. +buildingSMART International Limited shall not be liable for errors contained therein or +for incidental consequential damages in connection with the furnishing, performance or use +of the material. The information contained in this document is subject to change without notice. + +Issue date: +Sunday, 18 February 2024 + +*) + +SCHEMA IFC4X4_BF78F50B; + +TYPE IfcAbsorbedDoseMeasure = REAL; +END_TYPE; + +TYPE IfcAccelerationMeasure = REAL; +END_TYPE; + +TYPE IfcAmountOfSubstanceMeasure = REAL; +END_TYPE; + +TYPE IfcAngularVelocityMeasure = REAL; +END_TYPE; + +TYPE IfcArcIndex = LIST [3:3] OF IfcPositiveInteger; +END_TYPE; + +TYPE IfcAreaDensityMeasure = REAL; +END_TYPE; + +TYPE IfcAreaMeasure = REAL; +END_TYPE; + +TYPE IfcBinary = BINARY; +END_TYPE; + +TYPE IfcBoolean = BOOLEAN; +END_TYPE; + +TYPE IfcBoxAlignment = IfcLabel; + WHERE + WR1 : SELF IN ['top-left', 'top-middle', 'top-right', 'middle-left', 'center', 'middle-right', 'bottom-left', 'bottom-middle', 'bottom-right']; +END_TYPE; + +TYPE IfcCardinalPointReference = INTEGER; + WHERE + GreaterThanZero : SELF > 0; +END_TYPE; + +TYPE IfcComplexNumber = ARRAY [1:2] OF REAL; +END_TYPE; + +TYPE IfcCompoundPlaneAngleMeasure = LIST [3:4] OF INTEGER; + WHERE + MinutesInRange : ABS(SELF[2]) < 60; + SecondsInRange : ABS(SELF[3]) < 60; + MicrosecondsInRange : (SIZEOF(SELF) = 3) OR (ABS(SELF[4]) < 1000000); + ConsistentSign : ((SELF[1] >= 0) AND (SELF[2] >= 0) AND (SELF[3] >= 0) AND ((SIZEOF(SELF) = 3) OR (SELF[4] >= 0))) +OR +((SELF[1] <= 0) AND (SELF[2] <= 0) AND (SELF[3] <= 0) AND ((SIZEOF(SELF) = 3) OR (SELF[4] <= 0))); +END_TYPE; + +TYPE IfcContextDependentMeasure = REAL; +END_TYPE; + +TYPE IfcCountMeasure = NUMBER; +END_TYPE; + +TYPE IfcCurvatureMeasure = REAL; +END_TYPE; + +TYPE IfcDate = STRING; +END_TYPE; + +TYPE IfcDateTime = STRING; +END_TYPE; + +TYPE IfcDayInMonthNumber = INTEGER; + WHERE + ValidRange : {1 <= SELF <= 31}; +END_TYPE; + +TYPE IfcDayInWeekNumber = INTEGER; + WHERE + ValidRange : {1 <= SELF <= 7}; +END_TYPE; + +TYPE IfcDescriptiveMeasure = STRING; +END_TYPE; + +TYPE IfcDimensionCount = INTEGER; + WHERE + WR1 : { 0 < SELF <= 3 }; +END_TYPE; + +TYPE IfcDoseEquivalentMeasure = REAL; +END_TYPE; + +TYPE IfcDuration = STRING; +END_TYPE; + +TYPE IfcDynamicViscosityMeasure = REAL; +END_TYPE; + +TYPE IfcElectricCapacitanceMeasure = REAL; +END_TYPE; + +TYPE IfcElectricChargeMeasure = REAL; +END_TYPE; + +TYPE IfcElectricConductanceMeasure = REAL; +END_TYPE; + +TYPE IfcElectricCurrentMeasure = REAL; +END_TYPE; + +TYPE IfcElectricResistanceMeasure = REAL; +END_TYPE; + +TYPE IfcElectricVoltageMeasure = REAL; +END_TYPE; + +TYPE IfcEnergyMeasure = REAL; +END_TYPE; + +TYPE IfcFontStyle = STRING; + WHERE + WR1 : SELF IN ['normal','italic','oblique']; +END_TYPE; + +TYPE IfcFontVariant = STRING; + WHERE + WR1 : SELF IN ['normal','small-caps']; +END_TYPE; + +TYPE IfcFontWeight = STRING; + WHERE + WR1 : SELF IN ['normal','small-caps','100','200','300','400','500','600','700','800','900']; +END_TYPE; + +TYPE IfcForceMeasure = REAL; +END_TYPE; + +TYPE IfcFrequencyMeasure = REAL; +END_TYPE; + +TYPE IfcGloballyUniqueId = STRING(22) FIXED; +END_TYPE; + +TYPE IfcHeatFluxDensityMeasure = REAL; +END_TYPE; + +TYPE IfcHeatingValueMeasure = REAL; + WHERE + WR1 : SELF > 0.; +END_TYPE; + +TYPE IfcIdentifier = STRING(255); +END_TYPE; + +TYPE IfcIlluminanceMeasure = REAL; +END_TYPE; + +TYPE IfcInductanceMeasure = REAL; +END_TYPE; + +TYPE IfcInteger = INTEGER; +END_TYPE; + +TYPE IfcIntegerCountRateMeasure = INTEGER; +END_TYPE; + +TYPE IfcIonConcentrationMeasure = REAL; +END_TYPE; + +TYPE IfcIsothermalMoistureCapacityMeasure = REAL; +END_TYPE; + +TYPE IfcKinematicViscosityMeasure = REAL; +END_TYPE; + +TYPE IfcLabel = STRING(255); +END_TYPE; + +TYPE IfcLanguageId = IfcIdentifier; +END_TYPE; + +TYPE IfcLengthMeasure = REAL; +END_TYPE; + +TYPE IfcLineIndex = LIST [2:?] OF IfcPositiveInteger; +END_TYPE; + +TYPE IfcLinearForceMeasure = REAL; +END_TYPE; + +TYPE IfcLinearMomentMeasure = REAL; +END_TYPE; + +TYPE IfcLinearStiffnessMeasure = REAL; +END_TYPE; + +TYPE IfcLinearVelocityMeasure = REAL; +END_TYPE; + +TYPE IfcLogical = LOGICAL; +END_TYPE; + +TYPE IfcLuminousFluxMeasure = REAL; +END_TYPE; + +TYPE IfcLuminousIntensityDistributionMeasure = REAL; +END_TYPE; + +TYPE IfcLuminousIntensityMeasure = REAL; +END_TYPE; + +TYPE IfcMagneticFluxDensityMeasure = REAL; +END_TYPE; + +TYPE IfcMagneticFluxMeasure = REAL; +END_TYPE; + +TYPE IfcMassDensityMeasure = REAL; +END_TYPE; + +TYPE IfcMassFlowRateMeasure = REAL; +END_TYPE; + +TYPE IfcMassMeasure = REAL; +END_TYPE; + +TYPE IfcMassPerLengthMeasure = REAL; +END_TYPE; + +TYPE IfcModulusOfElasticityMeasure = REAL; +END_TYPE; + +TYPE IfcModulusOfLinearSubgradeReactionMeasure = REAL; +END_TYPE; + +TYPE IfcModulusOfRotationalSubgradeReactionMeasure = REAL; +END_TYPE; + +TYPE IfcModulusOfSubgradeReactionMeasure = REAL; +END_TYPE; + +TYPE IfcMoistureDiffusivityMeasure = REAL; +END_TYPE; + +TYPE IfcMolecularWeightMeasure = REAL; +END_TYPE; + +TYPE IfcMomentOfInertiaMeasure = REAL; +END_TYPE; + +TYPE IfcMonetaryMeasure = REAL; +END_TYPE; + +TYPE IfcMonthInYearNumber = INTEGER; + WHERE + ValidRange : {1 <= SELF <= 12}; +END_TYPE; + +TYPE IfcNonNegativeLengthMeasure = IfcLengthMeasure; + WHERE + NotNegative : SELF >= 0.; +END_TYPE; + +TYPE IfcNormalisedRatioMeasure = IfcRatioMeasure; + WHERE + WR1 : {0.0 <= SELF <= 1.0}; +END_TYPE; + +TYPE IfcNumericMeasure = NUMBER; +END_TYPE; + +TYPE IfcPHMeasure = REAL; + WHERE + WR21 : {0.0 <= SELF <= 14.0}; +END_TYPE; + +TYPE IfcParameterValue = REAL; +END_TYPE; + +TYPE IfcPlanarForceMeasure = REAL; +END_TYPE; + +TYPE IfcPlaneAngleMeasure = REAL; +END_TYPE; + +TYPE IfcPositiveInteger = IfcInteger; + WHERE + WR1 : SELF > 0; +END_TYPE; + +TYPE IfcPositiveLengthMeasure = IfcLengthMeasure; + WHERE + WR1 : SELF > 0.; +END_TYPE; + +TYPE IfcPositivePlaneAngleMeasure = IfcPlaneAngleMeasure; + WHERE + WR1 : SELF > 0.; +END_TYPE; + +TYPE IfcPositiveRatioMeasure = IfcRatioMeasure; + WHERE + WR1 : SELF > 0.; +END_TYPE; + +TYPE IfcPowerMeasure = REAL; +END_TYPE; + +TYPE IfcPresentableText = STRING; +END_TYPE; + +TYPE IfcPressureMeasure = REAL; +END_TYPE; + +TYPE IfcPropertySetDefinitionSet = SET [1:?] OF IfcPropertySetDefinition; +END_TYPE; + +TYPE IfcRadioActivityMeasure = REAL; +END_TYPE; + +TYPE IfcRatioMeasure = REAL; +END_TYPE; + +TYPE IfcReal = REAL; +END_TYPE; + +TYPE IfcRotationalFrequencyMeasure = REAL; +END_TYPE; + +TYPE IfcRotationalMassMeasure = REAL; +END_TYPE; + +TYPE IfcRotationalStiffnessMeasure = REAL; +END_TYPE; + +TYPE IfcSectionModulusMeasure = REAL; +END_TYPE; + +TYPE IfcSectionalAreaIntegralMeasure = REAL; +END_TYPE; + +TYPE IfcShearModulusMeasure = REAL; +END_TYPE; + +TYPE IfcSolidAngleMeasure = REAL; +END_TYPE; + +TYPE IfcSoundPowerLevelMeasure = REAL; +END_TYPE; + +TYPE IfcSoundPowerMeasure = REAL; +END_TYPE; + +TYPE IfcSoundPressureLevelMeasure = REAL; +END_TYPE; + +TYPE IfcSoundPressureMeasure = REAL; +END_TYPE; + +TYPE IfcSpecificHeatCapacityMeasure = REAL; +END_TYPE; + +TYPE IfcSpecularExponent = REAL; +END_TYPE; + +TYPE IfcSpecularRoughness = REAL; + WHERE + WR1 : {0.0 <= SELF <= 1.0}; +END_TYPE; + +TYPE IfcStrippedOptional = BOOLEAN; +END_TYPE; + +TYPE IfcTemperatureGradientMeasure = REAL; +END_TYPE; + +TYPE IfcTemperatureRateOfChangeMeasure = REAL; +END_TYPE; + +TYPE IfcText = STRING; +END_TYPE; + +TYPE IfcTextAlignment = STRING; + WHERE + WR1 : SELF IN ['left', 'right', 'center', 'justify']; +END_TYPE; + +TYPE IfcTextDecoration = STRING; + WHERE + WR1 : SELF IN ['none', 'underline', 'overline', 'line-through', 'blink']; +END_TYPE; + +TYPE IfcTextFontName = STRING; +END_TYPE; + +TYPE IfcTextTransformation = STRING; + WHERE + WR1 : SELF IN ['capitalize', 'uppercase', 'lowercase', 'none']; +END_TYPE; + +TYPE IfcThermalAdmittanceMeasure = REAL; +END_TYPE; + +TYPE IfcThermalConductivityMeasure = REAL; +END_TYPE; + +TYPE IfcThermalExpansionCoefficientMeasure = REAL; +END_TYPE; + +TYPE IfcThermalResistanceMeasure = REAL; +END_TYPE; + +TYPE IfcThermalTransmittanceMeasure = REAL; +END_TYPE; + +TYPE IfcThermodynamicTemperatureMeasure = REAL; +END_TYPE; + +TYPE IfcTime = STRING; +END_TYPE; + +TYPE IfcTimeMeasure = REAL; +END_TYPE; + +TYPE IfcTimeStamp = INTEGER; +END_TYPE; + +TYPE IfcTorqueMeasure = REAL; +END_TYPE; + +TYPE IfcURIReference = STRING; +END_TYPE; + +TYPE IfcVaporPermeabilityMeasure = REAL; +END_TYPE; + +TYPE IfcVolumeMeasure = REAL; +END_TYPE; + +TYPE IfcVolumetricFlowRateMeasure = REAL; +END_TYPE; + +TYPE IfcWarpingConstantMeasure = REAL; +END_TYPE; + +TYPE IfcWarpingMomentMeasure = REAL; +END_TYPE; + +TYPE IfcWellKnownTextLiteral = STRING; +END_TYPE; + +TYPE IfcActionRequestTypeEnum = ENUMERATION OF + (EMAIL + ,FAX + ,PHONE + ,POST + ,VERBAL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcActionSourceTypeEnum = ENUMERATION OF + (DEAD_LOAD_G + ,COMPLETION_G1 + ,LIVE_LOAD_Q + ,SNOW_S + ,WIND_W + ,PRESTRESSING_P + ,SETTLEMENT_U + ,TEMPERATURE_T + ,EARTHQUAKE_E + ,FIRE + ,IMPULSE + ,IMPACT + ,TRANSPORT + ,ERECTION + ,PROPPING + ,SYSTEM_IMPERFECTION + ,SHRINKAGE + ,CREEP + ,LACK_OF_FIT + ,BUOYANCY + ,ICE + ,CURRENT + ,WAVE + ,RAIN + ,BRAKES + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcActionTypeEnum = ENUMERATION OF + (PERMANENT_G + ,VARIABLE_Q + ,EXTRAORDINARY_A + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcActuatorTypeEnum = ENUMERATION OF + (ELECTRICACTUATOR + ,HANDOPERATEDACTUATOR + ,HYDRAULICACTUATOR + ,PNEUMATICACTUATOR + ,THERMOSTATICACTUATOR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcAddressTypeEnum = ENUMERATION OF + (OFFICE + ,SITE + ,HOME + ,DISTRIBUTIONPOINT + ,USERDEFINED); +END_TYPE; + +TYPE IfcAirTerminalBoxTypeEnum = ENUMERATION OF + (CONSTANTFLOW + ,VARIABLEFLOWPRESSUREDEPENDANT + ,VARIABLEFLOWPRESSUREINDEPENDANT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcAirTerminalTypeEnum = ENUMERATION OF + (DIFFUSER + ,GRILLE + ,LOUVRE + ,REGISTER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcAirToAirHeatRecoveryTypeEnum = ENUMERATION OF + (FIXEDPLATECOUNTERFLOWEXCHANGER + ,FIXEDPLATECROSSFLOWEXCHANGER + ,FIXEDPLATEPARALLELFLOWEXCHANGER + ,ROTARYWHEEL + ,RUNAROUNDCOILLOOP + ,HEATPIPE + ,TWINTOWERENTHALPYRECOVERYLOOPS + ,THERMOSIPHONSEALEDTUBEHEATEXCHANGERS + ,THERMOSIPHONCOILTYPEHEATEXCHANGERS + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcAlarmTypeEnum = ENUMERATION OF + (BELL + ,BREAKGLASSBUTTON + ,LIGHT + ,MANUALPULLBOX + ,SIREN + ,WHISTLE + ,RAILWAYCROCODILE + ,RAILWAYDETONATOR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcAlignmentCantSegmentTypeEnum = ENUMERATION OF + (BLOSSCURVE + ,CONSTANTCANT + ,COSINECURVE + ,HELMERTCURVE + ,LINEARTRANSITION + ,SINECURVE + ,VIENNESEBEND); +END_TYPE; + +TYPE IfcAlignmentHorizontalSegmentTypeEnum = ENUMERATION OF + (LINE + ,CIRCULARARC + ,CLOTHOID + ,CUBIC + ,HELMERTCURVE + ,BLOSSCURVE + ,COSINECURVE + ,SINECURVE + ,VIENNESEBEND); +END_TYPE; + +TYPE IfcAlignmentTypeEnum = ENUMERATION OF + (USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcAlignmentVerticalSegmentTypeEnum = ENUMERATION OF + (CONSTANTGRADIENT + ,CIRCULARARC + ,PARABOLICARC + ,CLOTHOID); +END_TYPE; + +TYPE IfcAnalysisModelTypeEnum = ENUMERATION OF + (IN_PLANE_LOADING_2D + ,OUT_PLANE_LOADING_2D + ,LOADING_3D + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcAnalysisTheoryTypeEnum = ENUMERATION OF + (FIRST_ORDER_THEORY + ,SECOND_ORDER_THEORY + ,THIRD_ORDER_THEORY + ,FULL_NONLINEAR_THEORY + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcAnnotationTypeEnum = ENUMERATION OF + (ASSUMEDPOINT + ,ASBUILTAREA + ,ASBUILTLINE + ,NON_PHYSICAL_SIGNAL + ,ASSUMEDLINE + ,WIDTHEVENT + ,ASSUMEDAREA + ,SUPERELEVATIONEVENT + ,ASBUILTPOINT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcArchElementTypeEnum = ENUMERATION OF + (SEGMENT + ,LINING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcArithmeticOperatorEnum = ENUMERATION OF + (ADD + ,DIVIDE + ,MULTIPLY + ,SUBTRACT); +END_TYPE; + +TYPE IfcAssemblyPlaceEnum = ENUMERATION OF + (SITE + ,FACTORY + ,NOTDEFINED); +END_TYPE; + +TYPE IfcAudioVisualApplianceTypeEnum = ENUMERATION OF + (AMPLIFIER + ,CAMERA + ,DISPLAY + ,MICROPHONE + ,PLAYER + ,PROJECTOR + ,RECEIVER + ,SPEAKER + ,SWITCHER + ,TELEPHONE + ,TUNER + ,COMMUNICATIONTERMINAL + ,RECORDINGEQUIPMENT + ,USERDEFINED + ,NOTDEFINED + ,SIREN + ,BEACON); +END_TYPE; + +TYPE IfcBSplineCurveForm = ENUMERATION OF + (POLYLINE_FORM + ,CIRCULAR_ARC + ,ELLIPTIC_ARC + ,PARABOLIC_ARC + ,HYPERBOLIC_ARC + ,UNSPECIFIED); +END_TYPE; + +TYPE IfcBSplineSurfaceForm = ENUMERATION OF + (PLANE_SURF + ,CYLINDRICAL_SURF + ,CONICAL_SURF + ,SPHERICAL_SURF + ,TOROIDAL_SURF + ,SURF_OF_REVOLUTION + ,RULED_SURF + ,GENERALISED_CONE + ,QUADRIC_SURF + ,SURF_OF_LINEAR_EXTRUSION + ,UNSPECIFIED); +END_TYPE; + +TYPE IfcBeamTypeEnum = ENUMERATION OF + (BEAM + ,JOIST + ,HOLLOWCORE + ,LINTEL + ,SPANDREL + ,T_BEAM + ,GIRDER_SEGMENT + ,DIAPHRAGM + ,PIERCAP + ,HATSTONE + ,CORNICE + ,EDGEBEAM + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcBearingTypeEnum = ENUMERATION OF + (CYLINDRICAL + ,SPHERICAL + ,ELASTOMERIC + ,POT + ,GUIDE + ,ROCKER + ,ROLLER + ,DISK + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcBenchmarkEnum = ENUMERATION OF + (GREATERTHAN + ,GREATERTHANOREQUALTO + ,LESSTHAN + ,LESSTHANOREQUALTO + ,EQUALTO + ,NOTEQUALTO + ,INCLUDES + ,NOTINCLUDES + ,INCLUDEDIN + ,NOTINCLUDEDIN); +END_TYPE; + +TYPE IfcBoilerTypeEnum = ENUMERATION OF + (WATER + ,STEAM + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcBooleanOperator = ENUMERATION OF + (UNION + ,INTERSECTION + ,DIFFERENCE); +END_TYPE; + +TYPE IfcBoreholeTypeEnum = ENUMERATION OF + (COREDRILLING + ,DESTRUCTIVEDRILLING + ,TRIALPIT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcBridgePartTypeEnum = ENUMERATION OF + (ABUTMENT + ,DECK + ,DECK_SEGMENT + ,FOUNDATION + ,PIER + ,PIER_SEGMENT + ,PYLON + ,SUBSTRUCTURE + ,SUPERSTRUCTURE + ,SURFACESTRUCTURE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcBridgeTypeEnum = ENUMERATION OF + (ARCHED + ,CABLE_STAYED + ,CANTILEVER + ,CULVERT + ,FRAMEWORK + ,GIRDER + ,SUSPENSION + ,TRUSS + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcBuildingElementPartTypeEnum = ENUMERATION OF + (INSULATION + ,PRECASTPANEL + ,APRON + ,ARMOURUNIT + ,SAFETYCAGE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcBuildingElementProxyTypeEnum = ENUMERATION OF + (COMPLEX + ,ELEMENT + ,PARTIAL + ,PROVISIONFORVOID + ,PROVISIONFORSPACE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcBuildingSystemTypeEnum = ENUMERATION OF + (FENESTRATION + ,FOUNDATION + ,LOADBEARING + ,OUTERSHELL + ,SHADING + ,TRANSPORT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcBuiltSystemTypeEnum = ENUMERATION OF + (REINFORCING + ,MOORING + ,OUTERSHELL + ,TRACKCIRCUIT + ,EROSIONPREVENTION + ,FOUNDATION + ,LOADBEARING + ,SHADING + ,FENESTRATION + ,TRANSPORT + ,PRESTRESSING + ,RAILWAYLINE + ,RAILWAYTRACK + ,TUNNEL_PRESUPPORT + ,TUNNEL_SUPPORT + ,TUNNEL_LINING + ,WATERPROOFING + ,FIREPROTECTION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcBurnerTypeEnum = ENUMERATION OF + (USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCableCarrierFittingTypeEnum = ENUMERATION OF + (BEND + ,CONNECTOR + ,CROSS + ,REDUCER + ,JUNCTION + ,TEE + ,TRANSITION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCableCarrierSegmentTypeEnum = ENUMERATION OF + (CABLELADDERSEGMENT + ,CABLETRAYSEGMENT + ,CABLETRUNKINGSEGMENT + ,CONDUITSEGMENT + ,CABLEBRACKET + ,CATENARYWIRE + ,DROPPER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCableFittingTypeEnum = ENUMERATION OF + (CONNECTOR + ,ENTRY + ,EXIT + ,JUNCTION + ,TRANSITION + ,FANOUT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCableSegmentTypeEnum = ENUMERATION OF + (BUSBARSEGMENT + ,CABLESEGMENT + ,CONDUCTORSEGMENT + ,CORESEGMENT + ,CONTACTWIRESEGMENT + ,FIBERSEGMENT + ,FIBERTUBE + ,OPTICALCABLESEGMENT + ,STITCHWIRE + ,WIREPAIRSEGMENT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCaissonFoundationTypeEnum = ENUMERATION OF + (WELL + ,CAISSON + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcChangeActionEnum = ENUMERATION OF + (NOCHANGE + ,MODIFIED + ,ADDED + ,DELETED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcChillerTypeEnum = ENUMERATION OF + (AIRCOOLED + ,WATERCOOLED + ,HEATRECOVERY + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcChimneyTypeEnum = ENUMERATION OF + (USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCoilTypeEnum = ENUMERATION OF + (DXCOOLINGCOIL + ,ELECTRICHEATINGCOIL + ,GASHEATINGCOIL + ,HYDRONICCOIL + ,STEAMHEATINGCOIL + ,WATERCOOLINGCOIL + ,WATERHEATINGCOIL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcColumnTypeEnum = ENUMERATION OF + (COLUMN + ,PILASTER + ,PIERSTEM + ,PIERSTEM_SEGMENT + ,STANDCOLUMN + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCommunicationsApplianceTypeEnum = ENUMERATION OF + (ANTENNA + ,COMPUTER + ,FAX + ,GATEWAY + ,MODEM + ,NETWORKAPPLIANCE + ,NETWORKBRIDGE + ,NETWORKHUB + ,PRINTER + ,REPEATER + ,ROUTER + ,SCANNER + ,AUTOMATON + ,INTELLIGENTPERIPHERAL + ,IPNETWORKEQUIPMENT + ,OPTICALNETWORKUNIT + ,TELECOMMAND + ,TELEPHONYEXCHANGE + ,TRANSITIONCOMPONENT + ,TRANSPONDER + ,TRANSPORTEQUIPMENT + ,OPTICALLINETERMINAL + ,LINESIDEELECTRONICUNIT + ,RADIOBLOCKCENTER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcComplexPropertyTemplateTypeEnum = ENUMERATION OF + (P_COMPLEX + ,Q_COMPLEX); +END_TYPE; + +TYPE IfcCompressorTypeEnum = ENUMERATION OF + (DYNAMIC + ,RECIPROCATING + ,ROTARY + ,SCROLL + ,TROCHOIDAL + ,SINGLESTAGE + ,BOOSTER + ,OPENTYPE + ,HERMETIC + ,SEMIHERMETIC + ,WELDEDSHELLHERMETIC + ,ROLLINGPISTON + ,ROTARYVANE + ,SINGLESCREW + ,TWINSCREW + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCondenserTypeEnum = ENUMERATION OF + (AIRCOOLED + ,EVAPORATIVECOOLED + ,WATERCOOLED + ,WATERCOOLEDBRAZEDPLATE + ,WATERCOOLEDSHELLCOIL + ,WATERCOOLEDSHELLTUBE + ,WATERCOOLEDTUBEINTUBE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcConnectionTypeEnum = ENUMERATION OF + (ATPATH + ,ATSTART + ,ATEND + ,NOTDEFINED); +END_TYPE; + +TYPE IfcConstraintEnum = ENUMERATION OF + (HARD + ,SOFT + ,ADVISORY + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcConstructionEquipmentResourceTypeEnum = ENUMERATION OF + (DEMOLISHING + ,EARTHMOVING + ,ERECTING + ,HEATING + ,LIGHTING + ,PAVING + ,PUMPING + ,TRANSPORTING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcConstructionMaterialResourceTypeEnum = ENUMERATION OF + (AGGREGATES + ,CONCRETE + ,DRYWALL + ,FUEL + ,GYPSUM + ,MASONRY + ,METAL + ,PLASTIC + ,WOOD + ,NOTDEFINED + ,USERDEFINED); +END_TYPE; + +TYPE IfcConstructionProductResourceTypeEnum = ENUMERATION OF + (ASSEMBLY + ,FORMWORK + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcControllerTypeEnum = ENUMERATION OF + (FLOATING + ,PROGRAMMABLE + ,PROPORTIONAL + ,MULTIPOSITION + ,TWOPOSITION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcConveyorSegmentTypeEnum = ENUMERATION OF + (CHUTECONVEYOR + ,BELTCONVEYOR + ,SCREWCONVEYOR + ,BUCKETCONVEYOR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCooledBeamTypeEnum = ENUMERATION OF + (ACTIVE + ,PASSIVE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCoolingTowerTypeEnum = ENUMERATION OF + (NATURALDRAFT + ,MECHANICALINDUCEDDRAFT + ,MECHANICALFORCEDDRAFT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCostItemTypeEnum = ENUMERATION OF + (USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCostScheduleTypeEnum = ENUMERATION OF + (BUDGET + ,COSTPLAN + ,ESTIMATE + ,TENDER + ,PRICEDBILLOFQUANTITIES + ,UNPRICEDBILLOFQUANTITIES + ,SCHEDULEOFRATES + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCourseTypeEnum = ENUMERATION OF + (ARMOUR + ,FILTER + ,BALLASTBED + ,CORE + ,PAVEMENT + ,PROTECTION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCoveringTypeEnum = ENUMERATION OF + (CEILING + ,FLOORING + ,CLADDING + ,ROOFING + ,MOLDING + ,SKIRTINGBOARD + ,INSULATION + ,MEMBRANE + ,SLEEVING + ,TOPPING + ,WRAPPING + ,COPING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCrewResourceTypeEnum = ENUMERATION OF + (OFFICE + ,SITE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCurtainWallTypeEnum = ENUMERATION OF + (USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcCurveInterpolationEnum = ENUMERATION OF + (LINEAR + ,LOG_LINEAR + ,LOG_LOG + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDamperTypeEnum = ENUMERATION OF + (BACKDRAFTDAMPER + ,BALANCINGDAMPER + ,BLASTDAMPER + ,CONTROLDAMPER + ,FIREDAMPER + ,FIRESMOKEDAMPER + ,FUMEHOODEXHAUST + ,GRAVITYDAMPER + ,GRAVITYRELIEFDAMPER + ,RELIEFDAMPER + ,SMOKEDAMPER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDataOriginEnum = ENUMERATION OF + (MEASURED + ,PREDICTED + ,SIMULATED + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDerivedUnitEnum = ENUMERATION OF + (ANGULARVELOCITYUNIT + ,AREADENSITYUNIT + ,COMPOUNDPLANEANGLEUNIT + ,DYNAMICVISCOSITYUNIT + ,HEATFLUXDENSITYUNIT + ,INTEGERCOUNTRATEUNIT + ,ISOTHERMALMOISTURECAPACITYUNIT + ,KINEMATICVISCOSITYUNIT + ,LINEARVELOCITYUNIT + ,MASSDENSITYUNIT + ,MASSFLOWRATEUNIT + ,MOISTUREDIFFUSIVITYUNIT + ,MOLECULARWEIGHTUNIT + ,SPECIFICHEATCAPACITYUNIT + ,THERMALADMITTANCEUNIT + ,THERMALCONDUCTANCEUNIT + ,THERMALRESISTANCEUNIT + ,THERMALTRANSMITTANCEUNIT + ,VAPORPERMEABILITYUNIT + ,VOLUMETRICFLOWRATEUNIT + ,ROTATIONALFREQUENCYUNIT + ,TORQUEUNIT + ,MOMENTOFINERTIAUNIT + ,LINEARMOMENTUNIT + ,LINEARFORCEUNIT + ,PLANARFORCEUNIT + ,MODULUSOFELASTICITYUNIT + ,SHEARMODULUSUNIT + ,LINEARSTIFFNESSUNIT + ,ROTATIONALSTIFFNESSUNIT + ,MODULUSOFSUBGRADEREACTIONUNIT + ,ACCELERATIONUNIT + ,CURVATUREUNIT + ,HEATINGVALUEUNIT + ,IONCONCENTRATIONUNIT + ,LUMINOUSINTENSITYDISTRIBUTIONUNIT + ,MASSPERLENGTHUNIT + ,MODULUSOFLINEARSUBGRADEREACTIONUNIT + ,MODULUSOFROTATIONALSUBGRADEREACTIONUNIT + ,PHUNIT + ,ROTATIONALMASSUNIT + ,SECTIONAREAINTEGRALUNIT + ,SECTIONMODULUSUNIT + ,SOUNDPOWERLEVELUNIT + ,SOUNDPOWERUNIT + ,SOUNDPRESSURELEVELUNIT + ,SOUNDPRESSUREUNIT + ,TEMPERATUREGRADIENTUNIT + ,TEMPERATURERATEOFCHANGEUNIT + ,THERMALEXPANSIONCOEFFICIENTUNIT + ,WARPINGCONSTANTUNIT + ,WARPINGMOMENTUNIT + ,USERDEFINED); +END_TYPE; + +TYPE IfcDirectionSenseEnum = ENUMERATION OF + (POSITIVE + ,NEGATIVE); +END_TYPE; + +TYPE IfcDiscreteAccessoryTypeEnum = ENUMERATION OF + (ANCHORPLATE + ,BRACKET + ,SHOE + ,EXPANSION_JOINT_DEVICE + ,CABLEARRANGER + ,FILLER + ,FLASHING + ,INSULATOR + ,LOCK + ,TENSIONINGEQUIPMENT + ,RAILPAD + ,SLIDINGCHAIR + ,RAIL_LUBRICATION + ,PANEL_STRENGTHENING + ,RAILBRACE + ,ELASTIC_CUSHION + ,SOUNDABSORPTION + ,POINTMACHINEMOUNTINGDEVICE + ,POINT_MACHINE_LOCKING_DEVICE + ,RAIL_MECHANICAL_EQUIPMENT + ,BIRDPROTECTION + ,WATER_BARRIER + ,STRUCTURAL_SEALING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDistributionBoardTypeEnum = ENUMERATION OF + (SWITCHBOARD + ,CONSUMERUNIT + ,MOTORCONTROLCENTRE + ,DISTRIBUTIONFRAME + ,DISTRIBUTIONBOARD + ,DISPATCHINGBOARD + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDistributionChamberElementTypeEnum = ENUMERATION OF + (FORMEDDUCT + ,INSPECTIONCHAMBER + ,INSPECTIONPIT + ,MANHOLE + ,METERCHAMBER + ,SUMP + ,TRENCH + ,VALVECHAMBER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDistributionPortTypeEnum = ENUMERATION OF + (CABLE + ,CABLECARRIER + ,DUCT + ,PIPE + ,WIRELESS + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDistributionSystemEnum = ENUMERATION OF + (AIRCONDITIONING + ,AUDIOVISUAL + ,CHEMICAL + ,CHILLEDWATER + ,COMMUNICATION + ,COMPRESSEDAIR + ,CONDENSERWATER + ,CONTROL + ,CONVEYING + ,DATA + ,DISPOSAL + ,DOMESTICCOLDWATER + ,DOMESTICHOTWATER + ,DRAINAGE + ,EARTHING + ,ELECTRICAL + ,ELECTROACOUSTIC + ,EXHAUST + ,FIREPROTECTION + ,FUEL + ,GAS + ,HAZARDOUS + ,HEATING + ,LIGHTING + ,LIGHTNINGPROTECTION + ,MUNICIPALSOLIDWASTE + ,OIL + ,OPERATIONAL + ,POWERGENERATION + ,RAINWATER + ,REFRIGERATION + ,SECURITY + ,SEWAGE + ,SIGNAL + ,STORMWATER + ,TELEPHONE + ,TV + ,VACUUM + ,VENT + ,VENTILATION + ,WASTEWATER + ,WATERSUPPLY + ,CATENARY_SYSTEM + ,OVERHEAD_CONTACTLINE_SYSTEM + ,RETURN_CIRCUIT + ,FIXEDTRANSMISSIONNETWORK + ,OPERATIONALTELEPHONYSYSTEM + ,MOBILENETWORK + ,MONITORINGSYSTEM + ,SAFETY + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDocumentConfidentialityEnum = ENUMERATION OF + (PUBLIC + ,RESTRICTED + ,CONFIDENTIAL + ,PERSONAL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDocumentStatusEnum = ENUMERATION OF + (DRAFT + ,FINALDRAFT + ,FINAL + ,REVISION + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDoorPanelOperationEnum = ENUMERATION OF + (SWINGING + ,DOUBLE_ACTING + ,SLIDING + ,FOLDING + ,REVOLVING + ,ROLLINGUP + ,FIXEDPANEL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDoorPanelPositionEnum = ENUMERATION OF + (LEFT + ,MIDDLE + ,RIGHT + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDoorStyleConstructionEnum = ENUMERATION OF + (ALUMINIUM + ,HIGH_GRADE_STEEL + ,STEEL + ,WOOD + ,ALUMINIUM_WOOD + ,ALUMINIUM_PLASTIC + ,PLASTIC + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDoorStyleOperationEnum = ENUMERATION OF + (SINGLE_SWING_LEFT + ,SINGLE_SWING_RIGHT + ,DOUBLE_DOOR_SINGLE_SWING + ,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT + ,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT + ,DOUBLE_SWING_LEFT + ,DOUBLE_SWING_RIGHT + ,DOUBLE_DOOR_DOUBLE_SWING + ,SLIDING_TO_LEFT + ,SLIDING_TO_RIGHT + ,DOUBLE_DOOR_SLIDING + ,FOLDING_TO_LEFT + ,FOLDING_TO_RIGHT + ,DOUBLE_DOOR_FOLDING + ,REVOLVING + ,ROLLINGUP + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDoorTypeEnum = ENUMERATION OF + (DOOR + ,GATE + ,TRAPDOOR + ,BOOM_BARRIER + ,TURNSTILE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDoorTypeOperationEnum = ENUMERATION OF + (SINGLE_SWING_LEFT + ,SINGLE_SWING_RIGHT + ,DOUBLE_PANEL_SINGLE_SWING + ,DOUBLE_PANEL_SINGLE_SWING_OPPOSITE_LEFT + ,DOUBLE_PANEL_SINGLE_SWING_OPPOSITE_RIGHT + ,DOUBLE_SWING_LEFT + ,DOUBLE_SWING_RIGHT + ,DOUBLE_PANEL_DOUBLE_SWING + ,SLIDING_TO_LEFT + ,SLIDING_TO_RIGHT + ,DOUBLE_PANEL_SLIDING + ,FOLDING_TO_LEFT + ,FOLDING_TO_RIGHT + ,DOUBLE_PANEL_FOLDING + ,REVOLVING_HORIZONTAL + ,ROLLINGUP + ,SWING_FIXED_LEFT + ,SWING_FIXED_RIGHT + ,DOUBLE_PANEL_LIFTING_VERTICAL + ,LIFTING_HORIZONTAL + ,LIFTING_VERTICAL_LEFT + ,LIFTING_VERTICAL_RIGHT + ,REVOLVING_VERTICAL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDuctFittingTypeEnum = ENUMERATION OF + (BEND + ,CONNECTOR + ,ENTRY + ,EXIT + ,JUNCTION + ,OBSTRUCTION + ,TRANSITION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDuctSegmentTypeEnum = ENUMERATION OF + (RIGIDSEGMENT + ,FLEXIBLESEGMENT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcDuctSilencerTypeEnum = ENUMERATION OF + (FLATOVAL + ,RECTANGULAR + ,ROUND + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcEarthingElementTypeEnum = ENUMERATION OF + (EARTHINGSTRIP + ,GROUNDINGPLATE + ,GROUNDINGROD + ,FIXEDTERMINAL + ,GROUNDINGMESH + ,NOTDEFINED + ,USERDEFINED); +END_TYPE; + +TYPE IfcEarthworksCutTypeEnum = ENUMERATION OF + (TRENCH + ,DREDGING + ,EXCAVATION + ,OVEREXCAVATION + ,TOPSOILREMOVAL + ,STEPEXCAVATION + ,PAVEMENTMILLING + ,CUT + ,BASE_EXCAVATION + ,CONFINEDOPENEXCAVATION + ,ANCHOREDOPENEXCAVATION + ,BRACEDOPENEXCAVATION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcEarthworksFillTypeEnum = ENUMERATION OF + (BACKFILL + ,COUNTERWEIGHT + ,SUBGRADE + ,EMBANKMENT + ,TRANSITIONSECTION + ,SUBGRADEBED + ,SLOPEFILL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcElectricApplianceTypeEnum = ENUMERATION OF + (DISHWASHER + ,ELECTRICCOOKER + ,FREESTANDINGELECTRICHEATER + ,FREESTANDINGFAN + ,FREESTANDINGWATERHEATER + ,FREESTANDINGWATERCOOLER + ,FREEZER + ,FRIDGE_FREEZER + ,HANDDRYER + ,KITCHENMACHINE + ,MICROWAVE + ,PHOTOCOPIER + ,REFRIGERATOR + ,TUMBLEDRYER + ,VENDINGMACHINE + ,WASHINGMACHINE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcElectricDistributionBoardTypeEnum = ENUMERATION OF + (CONSUMERUNIT + ,DISTRIBUTIONBOARD + ,MOTORCONTROLCENTRE + ,SWITCHBOARD + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcElectricFlowStorageDeviceTypeEnum = ENUMERATION OF + (BATTERY + ,CAPACITORBANK + ,HARMONICFILTER + ,INDUCTORBANK + ,UPS + ,CAPACITOR + ,COMPENSATOR + ,INDUCTOR + ,RECHARGER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcElectricFlowTreatmentDeviceTypeEnum = ENUMERATION OF + (ELECTRONICFILTER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcElectricGeneratorTypeEnum = ENUMERATION OF + (CHP + ,ENGINEGENERATOR + ,STANDALONE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcElectricMotorTypeEnum = ENUMERATION OF + (DC + ,INDUCTION + ,POLYPHASE + ,RELUCTANCESYNCHRONOUS + ,SYNCHRONOUS + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcElectricTimeControlTypeEnum = ENUMERATION OF + (TIMECLOCK + ,TIMEDELAY + ,RELAY + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcElementAssemblyTypeEnum = ENUMERATION OF + (ACCESSORY_ASSEMBLY + ,ARCH + ,BEAM_GRID + ,BRACED_FRAME + ,GIRDER + ,REINFORCEMENT_UNIT + ,RIGID_FRAME + ,SLAB_FIELD + ,TRUSS + ,ABUTMENT + ,PIER + ,PYLON + ,CROSS_BRACING + ,DECK + ,MAST + ,SIGNALASSEMBLY + ,GRID + ,SHELTER + ,SUPPORTINGASSEMBLY + ,SUSPENSIONASSEMBLY + ,TRACTION_SWITCHING_ASSEMBLY + ,TRACKPANEL + ,TURNOUTPANEL + ,DILATATIONPANEL + ,RAIL_MECHANICAL_EQUIPMENT_ASSEMBLY + ,ENTRANCEWORKS + ,SUMPBUSTER + ,TRAFFIC_CALMING_DEVICE + ,DUCTBANK + ,PRESUPPORTVAULT + ,PRESUPPORTFACE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcElementCompositionEnum = ENUMERATION OF + (COMPLEX + ,ELEMENT + ,PARTIAL); +END_TYPE; + +TYPE IfcEngineTypeEnum = ENUMERATION OF + (EXTERNALCOMBUSTION + ,INTERNALCOMBUSTION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcEvaporativeCoolerTypeEnum = ENUMERATION OF + (DIRECTEVAPORATIVERANDOMMEDIAAIRCOOLER + ,DIRECTEVAPORATIVERIGIDMEDIAAIRCOOLER + ,DIRECTEVAPORATIVESLINGERSPACKAGEDAIRCOOLER + ,DIRECTEVAPORATIVEPACKAGEDROTARYAIRCOOLER + ,DIRECTEVAPORATIVEAIRWASHER + ,INDIRECTEVAPORATIVEPACKAGEAIRCOOLER + ,INDIRECTEVAPORATIVEWETCOIL + ,INDIRECTEVAPORATIVECOOLINGTOWERORCOILCOOLER + ,INDIRECTDIRECTCOMBINATION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcEvaporatorTypeEnum = ENUMERATION OF + (DIRECTEXPANSION + ,DIRECTEXPANSIONSHELLANDTUBE + ,DIRECTEXPANSIONTUBEINTUBE + ,DIRECTEXPANSIONBRAZEDPLATE + ,FLOODEDSHELLANDTUBE + ,SHELLANDCOIL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcEventTriggerTypeEnum = ENUMERATION OF + (EVENTRULE + ,EVENTMESSAGE + ,EVENTTIME + ,EVENTCOMPLEX + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcEventTypeEnum = ENUMERATION OF + (STARTEVENT + ,ENDEVENT + ,INTERMEDIATEEVENT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcExternalSpatialElementTypeEnum = ENUMERATION OF + (EXTERNAL + ,EXTERNAL_EARTH + ,EXTERNAL_WATER + ,EXTERNAL_FIRE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcFacilityPartCommonTypeEnum = ENUMERATION OF + (SEGMENT + ,ABOVEGROUND + ,JUNCTION + ,LEVELCROSSING + ,BELOWGROUND + ,SUBSTRUCTURE + ,TERMINAL + ,SUPERSTRUCTURE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcFacilityUsageEnum = ENUMERATION OF + (LATERAL + ,REGION + ,VERTICAL + ,LONGITUDINAL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcFanTypeEnum = ENUMERATION OF + (CENTRIFUGALFORWARDCURVED + ,CENTRIFUGALRADIAL + ,CENTRIFUGALBACKWARDINCLINEDCURVED + ,CENTRIFUGALAIRFOIL + ,TUBEAXIAL + ,VANEAXIAL + ,PROPELLORAXIAL + ,USERDEFINED + ,NOTDEFINED + ,JET); +END_TYPE; + +TYPE IfcFastenerTypeEnum = ENUMERATION OF + (GLUE + ,MORTAR + ,WELD + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcFillElementTypeEnum = ENUMERATION OF + (INVERTFILL + ,ANNULARGAPFILL + ,NOTDEFINED + ,USERDEFINED); +END_TYPE; + +TYPE IfcFilterTypeEnum = ENUMERATION OF + (AIRPARTICLEFILTER + ,COMPRESSEDAIRFILTER + ,ODORFILTER + ,OILFILTER + ,STRAINER + ,WATERFILTER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcFireSuppressionTerminalTypeEnum = ENUMERATION OF + (BREECHINGINLET + ,FIREHYDRANT + ,HOSEREEL + ,SPRINKLER + ,SPRINKLERDEFLECTOR + ,FIREMONITOR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcFlowDirectionEnum = ENUMERATION OF + (SOURCE + ,SINK + ,SOURCEANDSINK + ,NOTDEFINED); +END_TYPE; + +TYPE IfcFlowInstrumentTypeEnum = ENUMERATION OF + (PRESSUREGAUGE + ,THERMOMETER + ,AMMETER + ,FREQUENCYMETER + ,POWERFACTORMETER + ,PHASEANGLEMETER + ,VOLTMETER_PEAK + ,VOLTMETER_RMS + ,COMBINED + ,VOLTMETER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcFlowMeterTypeEnum = ENUMERATION OF + (ENERGYMETER + ,GASMETER + ,OILMETER + ,WATERMETER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcFootingTypeEnum = ENUMERATION OF + (CAISSON_FOUNDATION + ,FOOTING_BEAM + ,PAD_FOOTING + ,PILE_CAP + ,STRIP_FOOTING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcFurnitureTypeEnum = ENUMERATION OF + (CHAIR + ,TABLE + ,DESK + ,BED + ,FILECABINET + ,SHELF + ,SOFA + ,TECHNICALCABINET + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcGeoScienceFeatureTypeEnum = ENUMERATION OF + (DISCRETEDISCONTINUITY + ,FOLD + ,FLUIDBODY + ,PIEZOMETRICWATERLEVEL + ,VOIDBODY + ,GEOLOGICUNIT + ,GEOTECHNICALUNIT + ,HAZARDAREA + ,HYDROGEOUNIT + ,FAULT + ,CONTACT + ,PHYSICALPROPERTYDISTRIBUTION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcGeoScienceModelTypeEnum = ENUMERATION OF + (GEOTECHMODEL + ,HYDROGEOMODEL + ,GEOLOGYMODEL + ,GEOTECHSYNTHESISMODEL + ,PHYSICALPROPERTYDISTIBUTIONMODEL + ,GEOHAZARDMODEL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcGeoScienceObservationTypeEnum = ENUMERATION OF + (INSITUTESTRESULT + ,LABTESTRESULT + ,BOREHOLELOG + ,MAPPEDFEATURE + ,LOCALINFORMATION + ,GEOPHYSICALSURVEYRESULT + ,NOTDEFINED + ,USERDEFINED); +END_TYPE; + +TYPE IfcGeographicElementTypeEnum = ENUMERATION OF + (TERRAIN + ,SOIL_BORING_POINT + ,VEGETATION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcGeometricProjectionEnum = ENUMERATION OF + (GRAPH_VIEW + ,SKETCH_VIEW + ,MODEL_VIEW + ,PLAN_VIEW + ,REFLECTED_PLAN_VIEW + ,SECTION_VIEW + ,ELEVATION_VIEW + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcGeotechnicalStratumTypeEnum = ENUMERATION OF + (SOLID + ,VOID + ,WATER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcGlobalOrLocalEnum = ENUMERATION OF + (GLOBAL_COORDS + ,LOCAL_COORDS); +END_TYPE; + +TYPE IfcGridTypeEnum = ENUMERATION OF + (RECTANGULAR + ,RADIAL + ,TRIANGULAR + ,IRREGULAR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcGroundReinforcementElementTypeEnum = ENUMERATION OF + (PILE + ,TUBE + ,BAR + ,PLATE + ,BOLT + ,TENDON + ,FABRIC + ,NOTDEFINED + ,USERDEFINED); +END_TYPE; + +TYPE IfcHeatExchangerTypeEnum = ENUMERATION OF + (PLATE + ,SHELLANDTUBE + ,TURNOUTHEATING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcHumidifierTypeEnum = ENUMERATION OF + (STEAMINJECTION + ,ADIABATICAIRWASHER + ,ADIABATICPAN + ,ADIABATICWETTEDELEMENT + ,ADIABATICATOMIZING + ,ADIABATICULTRASONIC + ,ADIABATICRIGIDMEDIA + ,ADIABATICCOMPRESSEDAIRNOZZLE + ,ASSISTEDELECTRIC + ,ASSISTEDNATURALGAS + ,ASSISTEDPROPANE + ,ASSISTEDBUTANE + ,ASSISTEDSTEAM + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcImpactProtectionDeviceTypeEnum = ENUMERATION OF + (CRASHCUSHION + ,DAMPINGSYSTEM + ,FENDER + ,BUMPER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcImprovedGroundTypeEnum = ENUMERATION OF + (SURCHARGEPRELOADED + ,VERTICALLYDRAINED + ,DYNAMICALLYCOMPACTED + ,REPLACED + ,ROLLERCOMPACTED + ,GROUTED + ,DEEPMIXED + ,LATERALLYDRAINED + ,FROZEN + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcInterceptorTypeEnum = ENUMERATION OF + (CYCLONIC + ,GREASE + ,OIL + ,PETROL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcInternalOrExternalEnum = ENUMERATION OF + (INTERNAL + ,EXTERNAL + ,EXTERNAL_EARTH + ,EXTERNAL_WATER + ,EXTERNAL_FIRE + ,NOTDEFINED); +END_TYPE; + +TYPE IfcInventoryTypeEnum = ENUMERATION OF + (ASSETINVENTORY + ,SPACEINVENTORY + ,FURNITUREINVENTORY + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcJunctionBoxTypeEnum = ENUMERATION OF + (DATA + ,POWER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcKerbTypeEnum = ENUMERATION OF + (USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcKnotType = ENUMERATION OF + (UNIFORM_KNOTS + ,QUASI_UNIFORM_KNOTS + ,PIECEWISE_BEZIER_KNOTS + ,UNSPECIFIED); +END_TYPE; + +TYPE IfcLaborResourceTypeEnum = ENUMERATION OF + (ADMINISTRATION + ,CARPENTRY + ,CLEANING + ,CONCRETE + ,DRYWALL + ,ELECTRIC + ,FINISHING + ,FLOORING + ,GENERAL + ,HVAC + ,LANDSCAPING + ,MASONRY + ,PAINTING + ,PAVING + ,PLUMBING + ,ROOFING + ,SITEGRADING + ,STEELWORK + ,SURVEYING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcLampTypeEnum = ENUMERATION OF + (COMPACTFLUORESCENT + ,FLUORESCENT + ,HALOGEN + ,HIGHPRESSUREMERCURY + ,HIGHPRESSURESODIUM + ,LED + ,METALHALIDE + ,OLED + ,TUNGSTENFILAMENT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcLayerSetDirectionEnum = ENUMERATION OF + (AXIS1 + ,AXIS2 + ,AXIS3); +END_TYPE; + +TYPE IfcLightDistributionCurveEnum = ENUMERATION OF + (TYPE_A + ,TYPE_B + ,TYPE_C + ,NOTDEFINED); +END_TYPE; + +TYPE IfcLightEmissionSourceEnum = ENUMERATION OF + (COMPACTFLUORESCENT + ,FLUORESCENT + ,HIGHPRESSUREMERCURY + ,HIGHPRESSURESODIUM + ,LIGHTEMITTINGDIODE + ,LOWPRESSURESODIUM + ,LOWVOLTAGEHALOGEN + ,MAINVOLTAGEHALOGEN + ,METALHALIDE + ,TUNGSTENFILAMENT + ,NOTDEFINED); +END_TYPE; + +TYPE IfcLightFixtureTypeEnum = ENUMERATION OF + (POINTSOURCE + ,DIRECTIONSOURCE + ,SECURITYLIGHTING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcLiquidTerminalTypeEnum = ENUMERATION OF + (LOADINGARM + ,HOSEREEL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcLoadGroupTypeEnum = ENUMERATION OF + (LOAD_GROUP + ,LOAD_CASE + ,LOAD_COMBINATION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcLogicalOperatorEnum = ENUMERATION OF + (LOGICALAND + ,LOGICALOR + ,LOGICALXOR + ,LOGICALNOTAND + ,LOGICALNOTOR); +END_TYPE; + +TYPE IfcMarineFacilityTypeEnum = ENUMERATION OF + (CANAL + ,WATERWAYSHIPLIFT + ,REVETMENT + ,LAUNCHRECOVERY + ,MARINEDEFENCE + ,HYDROLIFT + ,SHIPYARD + ,SHIPLIFT + ,PORT + ,QUAY + ,FLOATINGDOCK + ,NAVIGATIONALCHANNEL + ,BREAKWATER + ,DRYDOCK + ,JETTY + ,SHIPLOCK + ,BARRIERBEACH + ,SLIPWAY + ,WATERWAY + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcMarinePartTypeEnum = ENUMERATION OF + (CREST + ,MANUFACTURING + ,LOWWATERLINE + ,CORE + ,WATERFIELD + ,CILL_LEVEL + ,BERTHINGSTRUCTURE + ,COPELEVEL + ,CHAMBER + ,STORAGEAREA + ,APPROACHCHANNEL + ,VEHICLESERVICING + ,SHIPTRANSFER + ,GATEHEAD + ,GUDINGSTRUCTURE + ,BELOWWATERLINE + ,WEATHERSIDE + ,LANDFIELD + ,PROTECTION + ,LEEWARDSIDE + ,ABOVEWATERLINE + ,ANCHORAGE + ,NAVIGATIONALAREA + ,HIGHWATERLINE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcMechanicalFastenerTypeEnum = ENUMERATION OF + (ANCHORBOLT + ,BOLT + ,DOWEL + ,NAIL + ,NAILPLATE + ,RIVET + ,SCREW + ,SHEARCONNECTOR + ,STAPLE + ,STUDSHEARCONNECTOR + ,COUPLER + ,RAILJOINT + ,RAILFASTENING + ,CHAIN + ,ROPE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcMedicalDeviceTypeEnum = ENUMERATION OF + (AIRSTATION + ,FEEDAIRUNIT + ,OXYGENGENERATOR + ,OXYGENPLANT + ,VACUUMSTATION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcMemberTypeEnum = ENUMERATION OF + (BRACE + ,CHORD + ,COLLAR + ,MEMBER + ,MULLION + ,PLATE + ,POST + ,PURLIN + ,RAFTER + ,STRINGER + ,STRUT + ,STUD + ,STIFFENING_RIB + ,ARCH_SEGMENT + ,SUSPENSION_CABLE + ,SUSPENDER + ,STAY_CABLE + ,STRUCTURALCABLE + ,TIEBAR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcMobileTelecommunicationsApplianceTypeEnum = ENUMERATION OF + (E_UTRAN_NODE_B + ,REMOTERADIOUNIT + ,ACCESSPOINT + ,BASETRANSCEIVERSTATION + ,REMOTEUNIT + ,BASEBANDUNIT + ,MASTERUNIT + ,GATEWAY_GPRS_SUPPORT_NODE + ,SUBSCRIBERSERVER + ,MOBILESWITCHINGCENTER + ,MSCSERVER + ,PACKETCONTROLUNIT + ,SERVICE_GPRS_SUPPORT_NODE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcMooringDeviceTypeEnum = ENUMERATION OF + (LINETENSIONER + ,MAGNETICDEVICE + ,MOORINGHOOKS + ,VACUUMDEVICE + ,BOLLARD + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcMotorConnectionTypeEnum = ENUMERATION OF + (BELTDRIVE + ,COUPLING + ,DIRECTDRIVE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcNavigationElementTypeEnum = ENUMERATION OF + (BEACON + ,BUOY + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcObjectiveEnum = ENUMERATION OF + (CODECOMPLIANCE + ,CODEWAIVER + ,DESIGNINTENT + ,EXTERNAL + ,HEALTHANDSAFETY + ,MERGECONFLICT + ,MODELVIEW + ,PARAMETER + ,REQUIREMENT + ,SPECIFICATION + ,TRIGGERCONDITION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcOccupantTypeEnum = ENUMERATION OF + (ASSIGNEE + ,ASSIGNOR + ,LESSEE + ,LESSOR + ,LETTINGAGENT + ,OWNER + ,TENANT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcOpeningElementTypeEnum = ENUMERATION OF + (OPENING + ,RECESS + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcOutletTypeEnum = ENUMERATION OF + (AUDIOVISUALOUTLET + ,COMMUNICATIONSOUTLET + ,POWEROUTLET + ,DATAOUTLET + ,TELEPHONEOUTLET + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPavementTypeEnum = ENUMERATION OF + (FLEXIBLE + ,RIGID + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPerformanceHistoryTypeEnum = ENUMERATION OF + (USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPermeableCoveringOperationEnum = ENUMERATION OF + (GRILL + ,LOUVER + ,SCREEN + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPermitTypeEnum = ENUMERATION OF + (ACCESS + ,BUILDING + ,WORK + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPhysicalOrVirtualEnum = ENUMERATION OF + (PHYSICAL + ,VIRTUAL + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPileConstructionEnum = ENUMERATION OF + (CAST_IN_PLACE + ,COMPOSITE + ,PRECAST_CONCRETE + ,PREFAB_STEEL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPileTypeEnum = ENUMERATION OF + (BORED + ,DRIVEN + ,JETGROUTING + ,COHESION + ,FRICTION + ,SUPPORT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPipeFittingTypeEnum = ENUMERATION OF + (BEND + ,CONNECTOR + ,ENTRY + ,EXIT + ,JUNCTION + ,OBSTRUCTION + ,TRANSITION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPipeSegmentTypeEnum = ENUMERATION OF + (CULVERT + ,FLEXIBLESEGMENT + ,RIGIDSEGMENT + ,GUTTER + ,SPOOL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPlateTypeEnum = ENUMERATION OF + (CURTAIN_PANEL + ,SHEET + ,FLANGE_PLATE + ,WEB_PLATE + ,STIFFENER_PLATE + ,GUSSET_PLATE + ,COVER_PLATE + ,SPLICE_PLATE + ,BASE_PLATE + ,LAGGING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPreferredSurfaceCurveRepresentation = ENUMERATION OF + (CURVE3D + ,PCURVE_S1 + ,PCURVE_S2); +END_TYPE; + +TYPE IfcProcedureTypeEnum = ENUMERATION OF + (ADVICE_CAUTION + ,ADVICE_NOTE + ,ADVICE_WARNING + ,CALIBRATION + ,DIAGNOSTIC + ,SHUTDOWN + ,STARTUP + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcProfileTypeEnum = ENUMERATION OF + (CURVE + ,AREA); +END_TYPE; + +TYPE IfcProjectOrderTypeEnum = ENUMERATION OF + (CHANGEORDER + ,MAINTENANCEWORKORDER + ,MOVEORDER + ,PURCHASEORDER + ,WORKORDER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcProjectedOrTrueLengthEnum = ENUMERATION OF + (PROJECTED_LENGTH + ,TRUE_LENGTH); +END_TYPE; + +TYPE IfcProjectionElementTypeEnum = ENUMERATION OF + (BLISTER + ,DEVIATOR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPropertySetTemplateTypeEnum = ENUMERATION OF + (PSET_MATERIALDRIVEN + ,PSET_TYPEDRIVENONLY + ,PSET_TYPEDRIVENOVERRIDE + ,PSET_OCCURRENCEDRIVEN + ,PSET_PERFORMANCEDRIVEN + ,PSET_PROFILEDRIVEN + ,QTO_TYPEDRIVENONLY + ,QTO_TYPEDRIVENOVERRIDE + ,QTO_OCCURRENCEDRIVEN + ,NOTDEFINED); +END_TYPE; + +TYPE IfcProtectiveDeviceTrippingUnitTypeEnum = ENUMERATION OF + (ELECTRONIC + ,ELECTROMAGNETIC + ,RESIDUALCURRENT + ,THERMAL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcProtectiveDeviceTypeEnum = ENUMERATION OF + (CIRCUITBREAKER + ,EARTHLEAKAGECIRCUITBREAKER + ,EARTHINGSWITCH + ,FUSEDISCONNECTOR + ,RESIDUALCURRENTCIRCUITBREAKER + ,RESIDUALCURRENTSWITCH + ,VARISTOR + ,ANTI_ARCING_DEVICE + ,SPARKGAP + ,VOLTAGELIMITER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcPumpTypeEnum = ENUMERATION OF + (CIRCULATOR + ,ENDSUCTION + ,SPLITCASE + ,SUBMERSIBLEPUMP + ,SUMPPUMP + ,VERTICALINLINE + ,VERTICALTURBINE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcRailTypeEnum = ENUMERATION OF + (RACKRAIL + ,BLADE + ,GUARDRAIL + ,STOCKRAIL + ,CHECKRAIL + ,RAIL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcRailingTypeEnum = ENUMERATION OF + (HANDRAIL + ,GUARDRAIL + ,BALUSTRADE + ,FENCE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcRailwayPartTypeEnum = ENUMERATION OF + (TRACKSTRUCTURE + ,TRACKSTRUCTUREPART + ,LINESIDESTRUCTUREPART + ,DILATATIONSUPERSTRUCTURE + ,PLAINTRACKSUPERSTRUCTURE + ,LINESIDESTRUCTURE + ,SUPERSTRUCTURE + ,TURNOUTSUPERSTRUCTURE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcRailwayTypeEnum = ENUMERATION OF + (USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcRampFlightTypeEnum = ENUMERATION OF + (STRAIGHT + ,SPIRAL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcRampTypeEnum = ENUMERATION OF + (STRAIGHT_RUN_RAMP + ,TWO_STRAIGHT_RUN_RAMP + ,QUARTER_TURN_RAMP + ,TWO_QUARTER_TURN_RAMP + ,HALF_TURN_RAMP + ,SPIRAL_RAMP + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcRecurrenceTypeEnum = ENUMERATION OF + (DAILY + ,WEEKLY + ,MONTHLY_BY_DAY_OF_MONTH + ,MONTHLY_BY_POSITION + ,BY_DAY_COUNT + ,BY_WEEKDAY_COUNT + ,YEARLY_BY_DAY_OF_MONTH + ,YEARLY_BY_POSITION); +END_TYPE; + +TYPE IfcReferentTypeEnum = ENUMERATION OF + (STATION + ,REFERENCEMARKER + ,LANDMARK + ,BOUNDARY + ,INTERSECTION + ,POSITION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcReflectanceMethodEnum = ENUMERATION OF + (BLINN + ,FLAT + ,GLASS + ,MATT + ,METAL + ,MIRROR + ,PHONG + ,PHYSICAL + ,PLASTIC + ,STRAUSS + ,NOTDEFINED); +END_TYPE; + +TYPE IfcReinforcingBarRoleEnum = ENUMERATION OF + (MAIN + ,SHEAR + ,LIGATURE + ,STUD + ,PUNCHING + ,EDGE + ,RING + ,ANCHORING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcReinforcingBarSurfaceEnum = ENUMERATION OF + (PLAIN + ,TEXTURED); +END_TYPE; + +TYPE IfcReinforcingBarTypeEnum = ENUMERATION OF + (ANCHORING + ,EDGE + ,LIGATURE + ,MAIN + ,PUNCHING + ,RING + ,SHEAR + ,STUD + ,SPACEBAR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcReinforcingMeshTypeEnum = ENUMERATION OF + (USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcRoadPartTypeEnum = ENUMERATION OF + (ROADSIDEPART + ,BUS_STOP + ,HARDSHOULDER + ,INTERSECTION + ,PASSINGBAY + ,ROADWAYPLATEAU + ,ROADSIDE + ,REFUGEISLAND + ,TOLLPLAZA + ,CENTRALRESERVE + ,SIDEWALK + ,PARKINGBAY + ,RAILWAYCROSSING + ,PEDESTRIAN_CROSSING + ,SOFTSHOULDER + ,BICYCLECROSSING + ,CENTRALISLAND + ,SHOULDER + ,TRAFFICLANE + ,ROADSEGMENT + ,ROUNDABOUT + ,LAYBY + ,CARRIAGEWAY + ,TRAFFICISLAND + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcRoadTypeEnum = ENUMERATION OF + (USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcRoleEnum = ENUMERATION OF + (SUPPLIER + ,MANUFACTURER + ,CONTRACTOR + ,SUBCONTRACTOR + ,ARCHITECT + ,STRUCTURALENGINEER + ,COSTENGINEER + ,CLIENT + ,BUILDINGOWNER + ,BUILDINGOPERATOR + ,MECHANICALENGINEER + ,ELECTRICALENGINEER + ,PROJECTMANAGER + ,FACILITIESMANAGER + ,CIVILENGINEER + ,COMMISSIONINGENGINEER + ,ENGINEER + ,OWNER + ,CONSULTANT + ,CONSTRUCTIONMANAGER + ,FIELDCONSTRUCTIONMANAGER + ,RESELLER + ,USERDEFINED); +END_TYPE; + +TYPE IfcRoofTypeEnum = ENUMERATION OF + (FLAT_ROOF + ,SHED_ROOF + ,GABLE_ROOF + ,HIP_ROOF + ,HIPPED_GABLE_ROOF + ,GAMBREL_ROOF + ,MANSARD_ROOF + ,BARREL_ROOF + ,RAINBOW_ROOF + ,BUTTERFLY_ROOF + ,PAVILION_ROOF + ,DOME_ROOF + ,FREEFORM + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSIPrefix = ENUMERATION OF + (EXA + ,PETA + ,TERA + ,GIGA + ,MEGA + ,KILO + ,HECTO + ,DECA + ,DECI + ,CENTI + ,MILLI + ,MICRO + ,NANO + ,PICO + ,FEMTO + ,ATTO); +END_TYPE; + +TYPE IfcSIUnitName = ENUMERATION OF + (AMPERE + ,BECQUEREL + ,CANDELA + ,COULOMB + ,CUBIC_METRE + ,DEGREE_CELSIUS + ,FARAD + ,GRAM + ,GRAY + ,HENRY + ,HERTZ + ,JOULE + ,KELVIN + ,LUMEN + ,LUX + ,METRE + ,MOLE + ,NEWTON + ,OHM + ,PASCAL + ,RADIAN + ,SECOND + ,SIEMENS + ,SIEVERT + ,SQUARE_METRE + ,STERADIAN + ,TESLA + ,VOLT + ,WATT + ,WEBER); +END_TYPE; + +TYPE IfcSanitaryTerminalTypeEnum = ENUMERATION OF + (BATH + ,BIDET + ,CISTERN + ,SHOWER + ,SINK + ,SANITARYFOUNTAIN + ,TOILETPAN + ,URINAL + ,WASHHANDBASIN + ,WCSEAT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSectionTypeEnum = ENUMERATION OF + (UNIFORM + ,TAPERED); +END_TYPE; + +TYPE IfcSensorTypeEnum = ENUMERATION OF + (COSENSOR + ,CO2SENSOR + ,CONDUCTANCESENSOR + ,CONTACTSENSOR + ,FIRESENSOR + ,FLOWSENSOR + ,FROSTSENSOR + ,GASSENSOR + ,HEATSENSOR + ,HUMIDITYSENSOR + ,IDENTIFIERSENSOR + ,IONCONCENTRATIONSENSOR + ,LEVELSENSOR + ,LIGHTSENSOR + ,MOISTURESENSOR + ,MOVEMENTSENSOR + ,PHSENSOR + ,PRESSURESENSOR + ,RADIATIONSENSOR + ,RADIOACTIVITYSENSOR + ,SMOKESENSOR + ,SOUNDSENSOR + ,TEMPERATURESENSOR + ,WINDSENSOR + ,EARTHQUAKESENSOR + ,FOREIGNOBJECTDETECTIONSENSOR + ,OBSTACLESENSOR + ,RAINSENSOR + ,SNOWDEPTHSENSOR + ,TRAINSENSOR + ,TURNOUTCLOSURESENSOR + ,WHEELSENSOR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSequenceEnum = ENUMERATION OF + (START_START + ,START_FINISH + ,FINISH_START + ,FINISH_FINISH + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcShadingDeviceTypeEnum = ENUMERATION OF + (JALOUSIE + ,SHUTTER + ,AWNING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSignTypeEnum = ENUMERATION OF + (MARKER + ,PICTORAL + ,MIRROR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSignalTypeEnum = ENUMERATION OF + (VISUAL + ,AUDIO + ,MIXED + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSimplePropertyTemplateTypeEnum = ENUMERATION OF + (P_SINGLEVALUE + ,P_ENUMERATEDVALUE + ,P_BOUNDEDVALUE + ,P_LISTVALUE + ,P_TABLEVALUE + ,P_REFERENCEVALUE + ,Q_LENGTH + ,Q_AREA + ,Q_VOLUME + ,Q_COUNT + ,Q_WEIGHT + ,Q_TIME); +END_TYPE; + +TYPE IfcSlabTypeEnum = ENUMERATION OF + (FLOOR + ,ROOF + ,LANDING + ,BASESLAB + ,APPROACH_SLAB + ,PAVING + ,WEARING + ,SIDEWALK + ,TRACKSLAB + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSolarDeviceTypeEnum = ENUMERATION OF + (SOLARCOLLECTOR + ,SOLARPANEL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSpaceHeaterTypeEnum = ENUMERATION OF + (CONVECTOR + ,RADIATOR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSpaceTypeEnum = ENUMERATION OF + (SPACE + ,PARKING + ,GFA + ,INTERNAL + ,EXTERNAL + ,BERTH + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSpatialZoneTypeEnum = ENUMERATION OF + (CONSTRUCTION + ,FIRESAFETY + ,LIGHTING + ,OCCUPANCY + ,SECURITY + ,THERMAL + ,TRANSPORT + ,VENTILATION + ,RESERVATION + ,INTERFERENCE + ,MAPPEDZONE + ,TESTEDZONE + ,COMPARTMENT + ,ANNULARGAP + ,CLEARANCE + ,INSTALLATION + ,INTERIOR + ,INVERT + ,LINING + ,SERVICE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcStackTerminalTypeEnum = ENUMERATION OF + (BIRDCAGE + ,COWL + ,RAINWATERHOPPER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcStairFlightTypeEnum = ENUMERATION OF + (STRAIGHT + ,WINDER + ,SPIRAL + ,CURVED + ,FREEFORM + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcStairTypeEnum = ENUMERATION OF + (STRAIGHT_RUN_STAIR + ,TWO_STRAIGHT_RUN_STAIR + ,QUARTER_WINDING_STAIR + ,QUARTER_TURN_STAIR + ,HALF_WINDING_STAIR + ,HALF_TURN_STAIR + ,TWO_QUARTER_WINDING_STAIR + ,TWO_QUARTER_TURN_STAIR + ,THREE_QUARTER_WINDING_STAIR + ,THREE_QUARTER_TURN_STAIR + ,SPIRAL_STAIR + ,DOUBLE_RETURN_STAIR + ,CURVED_RUN_STAIR + ,TWO_CURVED_RUN_STAIR + ,LADDER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcStateEnum = ENUMERATION OF + (READWRITE + ,READONLY + ,LOCKED + ,READWRITELOCKED + ,READONLYLOCKED); +END_TYPE; + +TYPE IfcStructuralCurveActivityTypeEnum = ENUMERATION OF + (CONST + ,LINEAR + ,POLYGONAL + ,EQUIDISTANT + ,SINUS + ,PARABOLA + ,DISCRETE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcStructuralCurveMemberTypeEnum = ENUMERATION OF + (RIGID_JOINED_MEMBER + ,PIN_JOINED_MEMBER + ,CABLE + ,TENSION_MEMBER + ,COMPRESSION_MEMBER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcStructuralSurfaceActivityTypeEnum = ENUMERATION OF + (CONST + ,BILINEAR + ,DISCRETE + ,ISOCONTOUR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcStructuralSurfaceMemberTypeEnum = ENUMERATION OF + (BENDING_ELEMENT + ,MEMBRANE_ELEMENT + ,SHELL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSubContractResourceTypeEnum = ENUMERATION OF + (PURCHASE + ,WORK + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSurfaceFeatureTypeEnum = ENUMERATION OF + (MARK + ,TAG + ,TREATMENT + ,DEFECT + ,HATCHMARKING + ,LINEMARKING + ,PAVEMENTSURFACEMARKING + ,SYMBOLMARKING + ,NONSKIDSURFACING + ,RUMBLESTRIP + ,TRANSVERSERUMBLESTRIP + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSurfaceSide = ENUMERATION OF + (POSITIVE + ,NEGATIVE + ,BOTH); +END_TYPE; + +TYPE IfcSwitchingDeviceTypeEnum = ENUMERATION OF + (CONTACTOR + ,DIMMERSWITCH + ,EMERGENCYSTOP + ,KEYPAD + ,MOMENTARYSWITCH + ,SELECTORSWITCH + ,STARTER + ,SWITCHDISCONNECTOR + ,TOGGLESWITCH + ,RELAY + ,START_AND_STOP_EQUIPMENT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcSystemFurnitureElementTypeEnum = ENUMERATION OF + (PANEL + ,WORKSURFACE + ,SUBRACK + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTankTypeEnum = ENUMERATION OF + (BASIN + ,BREAKPRESSURE + ,EXPANSION + ,FEEDANDEXPANSION + ,PRESSUREVESSEL + ,STORAGE + ,VESSEL + ,OILRETENTIONTRAY + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTaskDurationEnum = ENUMERATION OF + (ELAPSEDTIME + ,WORKTIME + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTaskTypeEnum = ENUMERATION OF + (ADJUSTMENT + ,ATTENDANCE + ,CALIBRATION + ,CONSTRUCTION + ,DEMOLITION + ,DISMANTLE + ,DISPOSAL + ,EMERGENCY + ,INSPECTION + ,INSTALLATION + ,LOGISTIC + ,MAINTENANCE + ,MOVE + ,OPERATION + ,REMOVAL + ,RENOVATION + ,SAFETY + ,SHUTDOWN + ,STARTUP + ,TESTING + ,TROUBLESHOOTING + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTendonAnchorTypeEnum = ENUMERATION OF + (COUPLER + ,FIXED_END + ,TENSIONING_END + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTendonConduitTypeEnum = ENUMERATION OF + (DUCT + ,COUPLER + ,GROUTING_DUCT + ,TRUMPET + ,DIABOLO + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTendonTypeEnum = ENUMERATION OF + (BAR + ,COATED + ,STRAND + ,WIRE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTextPath = ENUMERATION OF + (LEFT + ,RIGHT + ,UP + ,DOWN); +END_TYPE; + +TYPE IfcTimeSeriesDataTypeEnum = ENUMERATION OF + (CONTINUOUS + ,DISCRETE + ,DISCRETEBINARY + ,PIECEWISEBINARY + ,PIECEWISECONSTANT + ,PIECEWISECONTINUOUS + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTrackElementTypeEnum = ENUMERATION OF + (TRACKENDOFALIGNMENT + ,BLOCKINGDEVICE + ,VEHICLESTOP + ,SLEEPER + ,HALF_SET_OF_BLADES + ,SPEEDREGULATOR + ,DERAILER + ,FROG + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTransformerTypeEnum = ENUMERATION OF + (CURRENT + ,FREQUENCY + ,INVERTER + ,RECTIFIER + ,VOLTAGE + ,CHOPPER + ,COMBINED + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTransitionCode = ENUMERATION OF + (DISCONTINUOUS + ,CONTINUOUS + ,CONTSAMEGRADIENT + ,CONTSAMEGRADIENTSAMECURVATURE); +END_TYPE; + +TYPE IfcTransportElementTypeEnum = ENUMERATION OF + (ELEVATOR + ,ESCALATOR + ,MOVINGWALKWAY + ,CRANEWAY + ,LIFTINGGEAR + ,HAULINGGEAR + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTrimmingPreference = ENUMERATION OF + (CARTESIAN + ,PARAMETER + ,UNSPECIFIED); +END_TYPE; + +TYPE IfcTubeBundleTypeEnum = ENUMERATION OF + (FINNED + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcTunnelPartTypeEnum = ENUMERATION OF + (TUNNELSECTION + ,CROSSWAY + ,RINGSECTION + ,PORTAL + ,NOTDEFINED + ,USERDEFINED); +END_TYPE; + +TYPE IfcTunnelTypeEnum = ENUMERATION OF + (ACCESSTUNNEL + ,SHAFT + ,UTILITIES + ,RAILWAY + ,ROAD + ,PEDESTRIAN + ,METRO + ,BICYCLE + ,BYPASS + ,MAINTENANCE + ,UNDERGROUND_FACILITIES + ,RAMP + ,NOTDEFINED + ,USERDEFINED); +END_TYPE; + +TYPE IfcTunnelTypicalSectionTypeEnum = ENUMERATION OF + (GEOTECH + ,EXCAVATIONSUPPORT + ,RISK + ,NOTDEFINED + ,USERDEFINED); +END_TYPE; + +TYPE IfcUndergroundExcavationTypeEnum = ENUMERATION OF + (FACEEXCAVATION + ,RADIALEXCAVATION + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcUnitEnum = ENUMERATION OF + (ABSORBEDDOSEUNIT + ,AMOUNTOFSUBSTANCEUNIT + ,AREAUNIT + ,DOSEEQUIVALENTUNIT + ,ELECTRICCAPACITANCEUNIT + ,ELECTRICCHARGEUNIT + ,ELECTRICCONDUCTANCEUNIT + ,ELECTRICCURRENTUNIT + ,ELECTRICRESISTANCEUNIT + ,ELECTRICVOLTAGEUNIT + ,ENERGYUNIT + ,FORCEUNIT + ,FREQUENCYUNIT + ,ILLUMINANCEUNIT + ,INDUCTANCEUNIT + ,LENGTHUNIT + ,LUMINOUSFLUXUNIT + ,LUMINOUSINTENSITYUNIT + ,MAGNETICFLUXDENSITYUNIT + ,MAGNETICFLUXUNIT + ,MASSUNIT + ,PLANEANGLEUNIT + ,POWERUNIT + ,PRESSUREUNIT + ,RADIOACTIVITYUNIT + ,SOLIDANGLEUNIT + ,THERMODYNAMICTEMPERATUREUNIT + ,TIMEUNIT + ,VOLUMEUNIT + ,USERDEFINED); +END_TYPE; + +TYPE IfcUnitaryControlElementTypeEnum = ENUMERATION OF + (ALARMPANEL + ,CONTROLPANEL + ,GASDETECTIONPANEL + ,INDICATORPANEL + ,MIMICPANEL + ,HUMIDISTAT + ,THERMOSTAT + ,WEATHERSTATION + ,COMBINED + ,BASESTATIONCONTROLLER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcUnitaryEquipmentTypeEnum = ENUMERATION OF + (AIRHANDLER + ,AIRCONDITIONINGUNIT + ,DEHUMIDIFIER + ,SPLITSYSTEM + ,ROOFTOPUNIT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcValveTypeEnum = ENUMERATION OF + (AIRRELEASE + ,ANTIVACUUM + ,CHANGEOVER + ,CHECK + ,COMMISSIONING + ,DIVERTING + ,DRAWOFFCOCK + ,DOUBLECHECK + ,DOUBLEREGULATING + ,FAUCET + ,FLUSHING + ,GASCOCK + ,GASTAP + ,ISOLATING + ,MIXING + ,PRESSUREREDUCING + ,PRESSURERELIEF + ,REGULATING + ,SAFETYCUTOFF + ,STEAMTRAP + ,STOPCOCK + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcVehicleTypeEnum = ENUMERATION OF + (VEHICLE + ,VEHICLETRACKED + ,ROLLINGSTOCK + ,VEHICLEWHEELED + ,VEHICLEAIR + ,CARGO + ,VEHICLEMARINE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcVibrationDamperTypeEnum = ENUMERATION OF + (BENDING_YIELD + ,SHEAR_YIELD + ,AXIAL_YIELD + ,FRICTION + ,VISCOUS + ,RUBBER + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcVibrationIsolatorTypeEnum = ENUMERATION OF + (COMPRESSION + ,SPRING + ,BASE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcVirtualElementTypeEnum = ENUMERATION OF + (BOUNDARY + ,CLEARANCE + ,PROVISIONFORVOID + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcVoidingFeatureTypeEnum = ENUMERATION OF + (CUTOUT + ,NOTCH + ,HOLE + ,MITER + ,CHAMFER + ,EDGE + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWallTypeEnum = ENUMERATION OF + (MOVABLE + ,PARAPET + ,PARTITIONING + ,PLUMBINGWALL + ,SHEAR + ,SOLIDWALL + ,STANDARD + ,POLYGONAL + ,ELEMENTEDWALL + ,RETAININGWALL + ,WAVEWALL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWasteTerminalTypeEnum = ENUMERATION OF + (FLOORTRAP + ,FLOORWASTE + ,GULLYSUMP + ,GULLYTRAP + ,ROOFDRAIN + ,WASTEDISPOSALUNIT + ,WASTETRAP + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWindowPanelOperationEnum = ENUMERATION OF + (SIDEHUNGRIGHTHAND + ,SIDEHUNGLEFTHAND + ,TILTANDTURNRIGHTHAND + ,TILTANDTURNLEFTHAND + ,TOPHUNG + ,BOTTOMHUNG + ,PIVOTHORIZONTAL + ,PIVOTVERTICAL + ,SLIDINGHORIZONTAL + ,SLIDINGVERTICAL + ,REMOVABLECASEMENT + ,FIXEDCASEMENT + ,OTHEROPERATION + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWindowPanelPositionEnum = ENUMERATION OF + (LEFT + ,MIDDLE + ,RIGHT + ,BOTTOM + ,TOP + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWindowStyleConstructionEnum = ENUMERATION OF + (ALUMINIUM + ,HIGH_GRADE_STEEL + ,STEEL + ,WOOD + ,ALUMINIUM_WOOD + ,PLASTIC + ,OTHER_CONSTRUCTION + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWindowStyleOperationEnum = ENUMERATION OF + (SINGLE_PANEL + ,DOUBLE_PANEL_VERTICAL + ,DOUBLE_PANEL_HORIZONTAL + ,TRIPLE_PANEL_VERTICAL + ,TRIPLE_PANEL_BOTTOM + ,TRIPLE_PANEL_TOP + ,TRIPLE_PANEL_LEFT + ,TRIPLE_PANEL_RIGHT + ,TRIPLE_PANEL_HORIZONTAL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWindowTypeEnum = ENUMERATION OF + (WINDOW + ,SKYLIGHT + ,LIGHTDOME + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWindowTypePartitioningEnum = ENUMERATION OF + (SINGLE_PANEL + ,DOUBLE_PANEL_VERTICAL + ,DOUBLE_PANEL_HORIZONTAL + ,TRIPLE_PANEL_VERTICAL + ,TRIPLE_PANEL_BOTTOM + ,TRIPLE_PANEL_TOP + ,TRIPLE_PANEL_LEFT + ,TRIPLE_PANEL_RIGHT + ,TRIPLE_PANEL_HORIZONTAL + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWorkCalendarTypeEnum = ENUMERATION OF + (FIRSTSHIFT + ,SECONDSHIFT + ,THIRDSHIFT + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWorkPlanTypeEnum = ENUMERATION OF + (ACTUAL + ,BASELINE + ,PLANNED + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcWorkScheduleTypeEnum = ENUMERATION OF + (ACTUAL + ,BASELINE + ,PLANNED + ,USERDEFINED + ,NOTDEFINED); +END_TYPE; + +TYPE IfcActorSelect = SELECT + (IfcOrganization + ,IfcPerson + ,IfcPersonAndOrganization); +END_TYPE; + +TYPE IfcAppliedValueSelect = SELECT + (IfcMeasureWithUnit + ,IfcReference + ,IfcValue); +END_TYPE; + +TYPE IfcAxis2Placement = SELECT + (IfcAxis2Placement2D + ,IfcAxis2Placement3D); +END_TYPE; + +TYPE IfcBendingParameterSelect = SELECT + (IfcLengthMeasure + ,IfcPlaneAngleMeasure); +END_TYPE; + +TYPE IfcBooleanOperand = SELECT + (IfcBooleanResult + ,IfcCsgPrimitive3D + ,IfcHalfSpaceSolid + ,IfcSolidModel + ,IfcTessellatedFaceSet); +END_TYPE; + +TYPE IfcClassificationReferenceSelect = SELECT + (IfcClassification + ,IfcClassificationReference); +END_TYPE; + +TYPE IfcClassificationSelect = SELECT + (IfcClassification + ,IfcClassificationReference); +END_TYPE; + +TYPE IfcColour = SELECT + (IfcColourSpecification + ,IfcPreDefinedColour); +END_TYPE; + +TYPE IfcColourOrFactor = SELECT + (IfcColourRgb + ,IfcNormalisedRatioMeasure); +END_TYPE; + +TYPE IfcCoordinateReferenceSystemSelect = SELECT + (IfcCoordinateReferenceSystem + ,IfcGeometricRepresentationContext); +END_TYPE; + +TYPE IfcCsgSelect = SELECT + (IfcBooleanResult + ,IfcCsgPrimitive3D); +END_TYPE; + +TYPE IfcCurveFontOrScaledCurveFontSelect = SELECT + (IfcCurveStyleFontAndScaling + ,IfcCurveStyleFontSelect); +END_TYPE; + +TYPE IfcCurveMeasureSelect = SELECT + (IfcNonNegativeLengthMeasure + ,IfcParameterValue); +END_TYPE; + +TYPE IfcCurveOnSurface = SELECT + (IfcCompositeCurveOnSurface + ,IfcPcurve + ,IfcSurfaceCurve); +END_TYPE; + +TYPE IfcCurveOrEdgeCurve = SELECT + (IfcBoundedCurve + ,IfcEdgeCurve); +END_TYPE; + +TYPE IfcCurveStyleFontSelect = SELECT + (IfcCurveStyleFont + ,IfcPreDefinedCurveFont); +END_TYPE; + +TYPE IfcDatasetSelect = SELECT + (IfcDatasetInformation + ,IfcDatasetReference); +END_TYPE; + +TYPE IfcDefinitionSelect = SELECT + (IfcObjectDefinition + ,IfcPropertyDefinition); +END_TYPE; + +TYPE IfcDerivedMeasureValue = SELECT + (IfcAbsorbedDoseMeasure + ,IfcAccelerationMeasure + ,IfcAngularVelocityMeasure + ,IfcAreaDensityMeasure + ,IfcCompoundPlaneAngleMeasure + ,IfcCurvatureMeasure + ,IfcDoseEquivalentMeasure + ,IfcDynamicViscosityMeasure + ,IfcElectricCapacitanceMeasure + ,IfcElectricChargeMeasure + ,IfcElectricConductanceMeasure + ,IfcElectricResistanceMeasure + ,IfcElectricVoltageMeasure + ,IfcEnergyMeasure + ,IfcForceMeasure + ,IfcFrequencyMeasure + ,IfcHeatFluxDensityMeasure + ,IfcHeatingValueMeasure + ,IfcIlluminanceMeasure + ,IfcInductanceMeasure + ,IfcIntegerCountRateMeasure + ,IfcIonConcentrationMeasure + ,IfcIsothermalMoistureCapacityMeasure + ,IfcKinematicViscosityMeasure + ,IfcLinearForceMeasure + ,IfcLinearMomentMeasure + ,IfcLinearStiffnessMeasure + ,IfcLinearVelocityMeasure + ,IfcLuminousFluxMeasure + ,IfcLuminousIntensityDistributionMeasure + ,IfcMagneticFluxDensityMeasure + ,IfcMagneticFluxMeasure + ,IfcMassDensityMeasure + ,IfcMassFlowRateMeasure + ,IfcMassPerLengthMeasure + ,IfcModulusOfElasticityMeasure + ,IfcModulusOfLinearSubgradeReactionMeasure + ,IfcModulusOfRotationalSubgradeReactionMeasure + ,IfcModulusOfSubgradeReactionMeasure + ,IfcMoistureDiffusivityMeasure + ,IfcMolecularWeightMeasure + ,IfcMomentOfInertiaMeasure + ,IfcMonetaryMeasure + ,IfcPHMeasure + ,IfcPlanarForceMeasure + ,IfcPowerMeasure + ,IfcPressureMeasure + ,IfcRadioActivityMeasure + ,IfcRotationalFrequencyMeasure + ,IfcRotationalMassMeasure + ,IfcRotationalStiffnessMeasure + ,IfcSectionModulusMeasure + ,IfcSectionalAreaIntegralMeasure + ,IfcShearModulusMeasure + ,IfcSoundPowerLevelMeasure + ,IfcSoundPowerMeasure + ,IfcSoundPressureLevelMeasure + ,IfcSoundPressureMeasure + ,IfcSpecificHeatCapacityMeasure + ,IfcTemperatureGradientMeasure + ,IfcTemperatureRateOfChangeMeasure + ,IfcThermalAdmittanceMeasure + ,IfcThermalConductivityMeasure + ,IfcThermalExpansionCoefficientMeasure + ,IfcThermalResistanceMeasure + ,IfcThermalTransmittanceMeasure + ,IfcTorqueMeasure + ,IfcVaporPermeabilityMeasure + ,IfcVolumetricFlowRateMeasure + ,IfcWarpingConstantMeasure + ,IfcWarpingMomentMeasure); +END_TYPE; + +TYPE IfcDocumentSelect = SELECT + (IfcDocumentInformation + ,IfcDocumentReference); +END_TYPE; + +TYPE IfcFillStyleSelect = SELECT + (IfcColour + ,IfcExternallyDefinedHatchStyle + ,IfcFillAreaStyleHatching + ,IfcFillAreaStyleTiles); +END_TYPE; + +TYPE IfcGeometricSetSelect = SELECT + (IfcCurve + ,IfcPoint + ,IfcSurface); +END_TYPE; + +TYPE IfcGridPlacementDirectionSelect = SELECT + (IfcDirection + ,IfcVirtualGridIntersection); +END_TYPE; + +TYPE IfcHatchLineDistanceSelect = SELECT + (IfcPositiveLengthMeasure + ,IfcVector); +END_TYPE; + +TYPE IfcInterferenceSelect = SELECT + (IfcElement + ,IfcSpatialElement); +END_TYPE; + +TYPE IfcLayeredItem = SELECT + (IfcRepresentation + ,IfcRepresentationItem); +END_TYPE; + +TYPE IfcLibrarySelect = SELECT + (IfcLibraryInformation + ,IfcLibraryReference); +END_TYPE; + +TYPE IfcLightDistributionDataSourceSelect = SELECT + (IfcExternalReference + ,IfcLightIntensityDistribution); +END_TYPE; + +TYPE IfcMaterialSelect = SELECT + (IfcMaterialDefinition + ,IfcMaterialList + ,IfcMaterialUsageDefinition); +END_TYPE; + +TYPE IfcMeasureValue = SELECT + (IfcAmountOfSubstanceMeasure + ,IfcAreaMeasure + ,IfcComplexNumber + ,IfcContextDependentMeasure + ,IfcCountMeasure + ,IfcDescriptiveMeasure + ,IfcElectricCurrentMeasure + ,IfcLengthMeasure + ,IfcLuminousIntensityMeasure + ,IfcMassMeasure + ,IfcNonNegativeLengthMeasure + ,IfcNormalisedRatioMeasure + ,IfcNumericMeasure + ,IfcParameterValue + ,IfcPlaneAngleMeasure + ,IfcPositiveLengthMeasure + ,IfcPositivePlaneAngleMeasure + ,IfcPositiveRatioMeasure + ,IfcRatioMeasure + ,IfcSolidAngleMeasure + ,IfcThermodynamicTemperatureMeasure + ,IfcTimeMeasure + ,IfcVolumeMeasure); +END_TYPE; + +TYPE IfcMetricValueSelect = SELECT + (IfcAppliedValue + ,IfcMeasureWithUnit + ,IfcReference + ,IfcTable + ,IfcTimeSeries + ,IfcValue); +END_TYPE; + +TYPE IfcModulusOfRotationalSubgradeReactionSelect = SELECT + (IfcBoolean + ,IfcModulusOfRotationalSubgradeReactionMeasure); +END_TYPE; + +TYPE IfcModulusOfSubgradeReactionSelect = SELECT + (IfcBoolean + ,IfcModulusOfSubgradeReactionMeasure); +END_TYPE; + +TYPE IfcModulusOfTranslationalSubgradeReactionSelect = SELECT + (IfcBoolean + ,IfcModulusOfLinearSubgradeReactionMeasure); +END_TYPE; + +TYPE IfcObjectReferenceSelect = SELECT + (IfcAddress + ,IfcAppliedValue + ,IfcExternalReference + ,IfcMaterialDefinition + ,IfcOrganization + ,IfcPerson + ,IfcPersonAndOrganization + ,IfcTable + ,IfcTimeSeries); +END_TYPE; + +TYPE IfcPointOrVertexPoint = SELECT + (IfcPoint + ,IfcVertexPoint); +END_TYPE; + +TYPE IfcProcessSelect = SELECT + (IfcProcess + ,IfcTypeProcess); +END_TYPE; + +TYPE IfcProductRepresentationSelect = SELECT + (IfcProductDefinitionShape + ,IfcRepresentationMap); +END_TYPE; + +TYPE IfcProductSelect = SELECT + (IfcProduct + ,IfcTypeProduct); +END_TYPE; + +TYPE IfcPropertySetDefinitionSelect = SELECT + (IfcPropertySetDefinition + ,IfcPropertySetDefinitionSet); +END_TYPE; + +TYPE IfcResourceObjectSelect = SELECT + (IfcActorRole + ,IfcAppliedValue + ,IfcApproval + ,IfcConstraint + ,IfcContextDependentUnit + ,IfcConversionBasedUnit + ,IfcExternalInformation + ,IfcExternalReference + ,IfcMaterialDefinition + ,IfcOrganization + ,IfcPerson + ,IfcPersonAndOrganization + ,IfcPhysicalQuantity + ,IfcProfileDef + ,IfcPropertyAbstraction + ,IfcShapeAspect + ,IfcTimeSeries); +END_TYPE; + +TYPE IfcResourceSelect = SELECT + (IfcResource + ,IfcTypeResource); +END_TYPE; + +TYPE IfcRotationalStiffnessSelect = SELECT + (IfcBoolean + ,IfcRotationalStiffnessMeasure); +END_TYPE; + +TYPE IfcSegmentIndexSelect = SELECT + (IfcArcIndex + ,IfcLineIndex); +END_TYPE; + +TYPE IfcShell = SELECT + (IfcClosedShell + ,IfcOpenShell); +END_TYPE; + +TYPE IfcSimpleValue = SELECT + (IfcBinary + ,IfcBoolean + ,IfcDate + ,IfcDateTime + ,IfcDuration + ,IfcIdentifier + ,IfcInteger + ,IfcLabel + ,IfcLogical + ,IfcPositiveInteger + ,IfcReal + ,IfcText + ,IfcTime + ,IfcTimeStamp + ,IfcURIReference); +END_TYPE; + +TYPE IfcSizeSelect = SELECT + (IfcDescriptiveMeasure + ,IfcLengthMeasure + ,IfcNormalisedRatioMeasure + ,IfcPositiveLengthMeasure + ,IfcPositiveRatioMeasure + ,IfcRatioMeasure); +END_TYPE; + +TYPE IfcSolidOrShell = SELECT + (IfcClosedShell + ,IfcSolidModel); +END_TYPE; + +TYPE IfcSpaceBoundarySelect = SELECT + (IfcExternalSpatialElement + ,IfcSpace); +END_TYPE; + +TYPE IfcSpatialReferenceSelect = SELECT + (IfcGroup + ,IfcProduct); +END_TYPE; + +TYPE IfcSpecularHighlightSelect = SELECT + (IfcSpecularExponent + ,IfcSpecularRoughness); +END_TYPE; + +TYPE IfcStructuralActivityAssignmentSelect = SELECT + (IfcElement + ,IfcStructuralItem); +END_TYPE; + +TYPE IfcSurfaceOrFaceSurface = SELECT + (IfcFaceBasedSurfaceModel + ,IfcFaceSurface + ,IfcSurface); +END_TYPE; + +TYPE IfcSurfaceStyleElementSelect = SELECT + (IfcExternallyDefinedSurfaceStyle + ,IfcSurfaceStyleLighting + ,IfcSurfaceStyleRefraction + ,IfcSurfaceStyleShading + ,IfcSurfaceStyleWithTextures); +END_TYPE; + +TYPE IfcTextFontSelect = SELECT + (IfcExternallyDefinedTextFont + ,IfcPreDefinedTextFont); +END_TYPE; + +TYPE IfcTimeOrRatioSelect = SELECT + (IfcDuration + ,IfcRatioMeasure); +END_TYPE; + +TYPE IfcTranslationalStiffnessSelect = SELECT + (IfcBoolean + ,IfcLinearStiffnessMeasure); +END_TYPE; + +TYPE IfcTrimmingSelect = SELECT + (IfcCartesianPoint + ,IfcParameterValue); +END_TYPE; + +TYPE IfcUnit = SELECT + (IfcDerivedUnit + ,IfcMonetaryUnit + ,IfcNamedUnit); +END_TYPE; + +TYPE IfcValue = SELECT + (IfcDerivedMeasureValue + ,IfcMeasureValue + ,IfcSimpleValue); +END_TYPE; + +TYPE IfcVectorOrDirection = SELECT + (IfcDirection + ,IfcVector); +END_TYPE; + +TYPE IfcWarpingStiffnessSelect = SELECT + (IfcBoolean + ,IfcWarpingMomentMeasure); +END_TYPE; + +ENTITY IfcActionRequest + SUBTYPE OF (IfcControl); + PredefinedType : OPTIONAL IfcActionRequestTypeEnum; + Status : OPTIONAL IfcLabel; + LongDescription : OPTIONAL IfcText; +END_ENTITY; + +ENTITY IfcActor + SUPERTYPE OF (ONEOF + (IfcOccupant)) + SUBTYPE OF (IfcObject); + TheActor : IfcActorSelect; + INVERSE + IsActingUpon : SET [0:?] OF IfcRelAssignsToActor FOR RelatingActor; +END_ENTITY; + +ENTITY IfcActorRole; + Role : IfcRoleEnum; + UserDefinedRole : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + INVERSE + HasExternalReference : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; + WHERE + WR1 : (Role <> IfcRoleEnum.USERDEFINED) OR +((Role = IfcRoleEnum.USERDEFINED) AND + EXISTS(SELF.UserDefinedRole)); +END_ENTITY; + +ENTITY IfcActuator + SUBTYPE OF (IfcDistributionControlElement); + PredefinedType : OPTIONAL IfcActuatorTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcActuatorTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcActuatorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCACTUATORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcActuatorType + SUBTYPE OF (IfcDistributionControlElementType); + PredefinedType : IfcActuatorTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcActuatorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcActuatorTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcAddress + ABSTRACT SUPERTYPE OF (ONEOF + (IfcPostalAddress + ,IfcTelecomAddress)); + Purpose : OPTIONAL IfcAddressTypeEnum; + Description : OPTIONAL IfcText; + UserDefinedPurpose : OPTIONAL IfcLabel; + INVERSE + OfPerson : SET [0:?] OF IfcPerson FOR Addresses; + OfOrganization : SET [0:?] OF IfcOrganization FOR Addresses; + WHERE + WR1 : (NOT(EXISTS(Purpose))) OR +((Purpose <> IfcAddressTypeEnum.USERDEFINED) OR +((Purpose = IfcAddressTypeEnum.USERDEFINED) AND + EXISTS(SELF.UserDefinedPurpose))); +END_ENTITY; + +ENTITY IfcAdvancedBrep + SUPERTYPE OF (ONEOF + (IfcAdvancedBrepWithVoids)) + SUBTYPE OF (IfcManifoldSolidBrep); + WHERE + HasAdvancedFaces : SIZEOF(QUERY(Afs <* SELF\IfcManifoldSolidBrep.Outer.CfsFaces | + (NOT ('IFC4X4_BF78F50B.IFCADVANCEDFACE' IN TYPEOF(Afs))) +)) = 0; +END_ENTITY; + +ENTITY IfcAdvancedBrepWithVoids + SUBTYPE OF (IfcAdvancedBrep); + Voids : SET [1:?] OF IfcClosedShell; + WHERE + VoidsHaveAdvancedFaces : SIZEOF (QUERY (Vsh <* Voids | + SIZEOF (QUERY (Afs <* Vsh.CfsFaces | + (NOT ('IFC4X4_BF78F50B.IFCADVANCEDFACE' IN TYPEOF(Afs))) + )) = 0 +)) = 0; +END_ENTITY; + +ENTITY IfcAdvancedFace + SUBTYPE OF (IfcFaceSurface); + WHERE + ApplicableSurface : SIZEOF ( +['IFC4X4_BF78F50B.IFCELEMENTARYSURFACE', + 'IFC4X4_BF78F50B.IFCSWEPTSURFACE', + 'IFC4X4_BF78F50B.IFCBSPLINESURFACE'] * +TYPEOF(SELF\IfcFaceSurface.FaceSurface)) = 1; + RequiresEdgeCurve : SIZEOF(QUERY (ElpFbnds <* + QUERY (Bnds <* SELF\IfcFace.Bounds | + 'IFC4X4_BF78F50B.IFCEDGELOOP' IN TYPEOF(Bnds.Bound)) | + NOT (SIZEOF (QUERY (Oe <* ElpFbnds.Bound\IfcEdgeLoop.EdgeList | + NOT('IFC4X4_BF78F50B.IFCEDGECURVE' IN + TYPEOF(Oe\IfcOrientedEdge.EdgeElement) + ))) = 0 +))) = 0; + ApplicableEdgeCurves : SIZEOF(QUERY (ElpFbnds <* + QUERY (Bnds <* SELF\IfcFace.Bounds | + 'IFC4X4_BF78F50B.IFCEDGELOOP' IN TYPEOF(Bnds.Bound)) | + NOT (SIZEOF (QUERY (Oe <* ElpFbnds.Bound\IfcEdgeLoop.EdgeList | + NOT (SIZEOF (['IFC4X4_BF78F50B.IFCLINE', + 'IFC4X4_BF78F50B.IFCCONIC', + 'IFC4X4_BF78F50B.IFCPOLYLINE', + 'IFC4X4_BF78F50B.IFCBSPLINECURVE'] * + TYPEOF(Oe\IfcOrientedEdge.EdgeElement\IfcEdgeCurve.EdgeGeometry)) = 1 ) + )) = 0 +))) = 0; +END_ENTITY; + +ENTITY IfcAirTerminal + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcAirTerminalTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcAirTerminalTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcAirTerminalTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCAIRTERMINALTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcAirTerminalBox + SUBTYPE OF (IfcFlowController); + PredefinedType : OPTIONAL IfcAirTerminalBoxTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcAirTerminalBoxTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcAirTerminalBoxTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCAIRTERMINALBOXTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcAirTerminalBoxType + SUBTYPE OF (IfcFlowControllerType); + PredefinedType : IfcAirTerminalBoxTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcAirTerminalBoxTypeEnum.USERDEFINED) OR +((PredefinedType = IfcAirTerminalBoxTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcAirTerminalType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcAirTerminalTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcAirTerminalTypeEnum.USERDEFINED) OR +((PredefinedType = IfcAirTerminalTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcAirToAirHeatRecovery + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcAirToAirHeatRecoveryTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcAirToAirHeatRecoveryTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcAirToAirHeatRecoveryTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCAIRTOAIRHEATRECOVERYTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcAirToAirHeatRecoveryType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcAirToAirHeatRecoveryTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcAirToAirHeatRecoveryTypeEnum.USERDEFINED) OR +((PredefinedType = IfcAirToAirHeatRecoveryTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcAlarm + SUBTYPE OF (IfcDistributionControlElement); + PredefinedType : OPTIONAL IfcAlarmTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcAlarmTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcAlarmTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCALARMTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcAlarmType + SUBTYPE OF (IfcDistributionControlElementType); + PredefinedType : IfcAlarmTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcAlarmTypeEnum.USERDEFINED) OR +((PredefinedType = IfcAlarmTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcAlignment + SUBTYPE OF (IfcLinearPositioningElement); + PredefinedType : OPTIONAL IfcAlignmentTypeEnum; + WHERE + AlignmentRepresentation : IfcAlignmentRepresentation(SELF); +END_ENTITY; + +ENTITY IfcAlignmentCant + SUBTYPE OF (IfcLinearElement); + RailHeadDistance : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcAlignmentCantSegment + SUBTYPE OF (IfcAlignmentParameterSegment); + StartDistAlong : IfcLengthMeasure; + HorizontalLength : IfcNonNegativeLengthMeasure; + StartCantLeft : IfcLengthMeasure; + EndCantLeft : OPTIONAL IfcLengthMeasure; + StartCantRight : IfcLengthMeasure; + EndCantRight : OPTIONAL IfcLengthMeasure; + PredefinedType : IfcAlignmentCantSegmentTypeEnum; +END_ENTITY; + +ENTITY IfcAlignmentHorizontal + SUBTYPE OF (IfcLinearElement); +END_ENTITY; + +ENTITY IfcAlignmentHorizontalSegment + SUBTYPE OF (IfcAlignmentParameterSegment); + StartPoint : IfcCartesianPoint; + StartDirection : IfcPlaneAngleMeasure; + StartRadiusOfCurvature : IfcLengthMeasure; + EndRadiusOfCurvature : IfcLengthMeasure; + SegmentLength : IfcNonNegativeLengthMeasure; + GravityCenterLineHeight : OPTIONAL IfcPositiveLengthMeasure; + PredefinedType : IfcAlignmentHorizontalSegmentTypeEnum; +END_ENTITY; + +ENTITY IfcAlignmentParameterSegment + ABSTRACT SUPERTYPE OF (ONEOF + (IfcAlignmentCantSegment + ,IfcAlignmentHorizontalSegment + ,IfcAlignmentVerticalSegment)); + StartTag : OPTIONAL IfcLabel; + EndTag : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcAlignmentSegment + SUBTYPE OF (IfcLinearElement); + DesignParameters : IfcAlignmentParameterSegment; +END_ENTITY; + +ENTITY IfcAlignmentVertical + SUBTYPE OF (IfcLinearElement); +END_ENTITY; + +ENTITY IfcAlignmentVerticalSegment + SUBTYPE OF (IfcAlignmentParameterSegment); + StartDistAlong : IfcLengthMeasure; + HorizontalLength : IfcNonNegativeLengthMeasure; + StartHeight : IfcLengthMeasure; + StartGradient : IfcRatioMeasure; + EndGradient : IfcRatioMeasure; + RadiusOfCurvature : OPTIONAL IfcLengthMeasure; + PredefinedType : IfcAlignmentVerticalSegmentTypeEnum; +END_ENTITY; + +ENTITY IfcAnnotation + SUBTYPE OF (IfcProduct); + PredefinedType : OPTIONAL IfcAnnotationTypeEnum; + INVERSE + ContainedInStructure : SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements; +END_ENTITY; + +ENTITY IfcAnnotationFillArea + SUBTYPE OF (IfcGeometricRepresentationItem); + OuterBoundary : IfcCurve; + InnerBoundaries : OPTIONAL SET [1:?] OF IfcCurve; +END_ENTITY; + +ENTITY IfcApplication; + ApplicationDeveloper : IfcOrganization; + Version : IfcLabel; + ApplicationFullName : IfcLabel; + ApplicationIdentifier : IfcIdentifier; + UNIQUE + UR1 : ApplicationIdentifier; + UR2 : ApplicationFullName, Version; +END_ENTITY; + +ENTITY IfcAppliedValue + SUPERTYPE OF (ONEOF + (IfcCostValue)); + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + AppliedValue : OPTIONAL IfcAppliedValueSelect; + UnitBasis : OPTIONAL IfcMeasureWithUnit; + ApplicableDate : OPTIONAL IfcDate; + FixedUntilDate : OPTIONAL IfcDate; + Category : OPTIONAL IfcLabel; + Condition : OPTIONAL IfcLabel; + ArithmeticOperator : OPTIONAL IfcArithmeticOperatorEnum; + Components : OPTIONAL LIST [1:?] OF IfcAppliedValue; + INVERSE + HasExternalReference : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; +END_ENTITY; + +ENTITY IfcApproval; + Identifier : OPTIONAL IfcIdentifier; + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + TimeOfApproval : OPTIONAL IfcDateTime; + Status : OPTIONAL IfcLabel; + Level : OPTIONAL IfcLabel; + Qualifier : OPTIONAL IfcText; + RequestingApproval : OPTIONAL IfcActorSelect; + GivingApproval : OPTIONAL IfcActorSelect; + INVERSE + HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; + ApprovedObjects : SET [0:?] OF IfcRelAssociatesApproval FOR RelatingApproval; + ApprovedResources : SET [0:?] OF IfcResourceApprovalRelationship FOR RelatingApproval; + IsRelatedWith : SET [0:?] OF IfcApprovalRelationship FOR RelatedApprovals; + Relates : SET [0:?] OF IfcApprovalRelationship FOR RelatingApproval; + WHERE + HasIdentifierOrName : EXISTS (Identifier) OR EXISTS (Name); +END_ENTITY; + +ENTITY IfcApprovalRelationship + SUBTYPE OF (IfcResourceLevelRelationship); + RelatingApproval : IfcApproval; + RelatedApprovals : SET [1:?] OF IfcApproval; +END_ENTITY; + +ENTITY IfcArbitraryClosedProfileDef + SUPERTYPE OF (ONEOF + (IfcArbitraryProfileDefWithVoids)) + SUBTYPE OF (IfcProfileDef); + OuterCurve : IfcCurve; + WHERE + WR1 : OuterCurve.Dim = 2; + WR2 : NOT('IFC4X4_BF78F50B.IFCLINE' IN TYPEOF(OuterCurve)); + WR3 : NOT('IFC4X4_BF78F50B.IFCOFFSETCURVE2D' IN TYPEOF(OuterCurve)); +END_ENTITY; + +ENTITY IfcArbitraryOpenProfileDef + SUPERTYPE OF (ONEOF + (IfcCenterLineProfileDef)) + SUBTYPE OF (IfcProfileDef); + Curve : IfcBoundedCurve; + WHERE + WR11 : ('IFC4X4_BF78F50B.IFCCENTERLINEPROFILEDEF' IN TYPEOF(SELF)) OR + (SELF\IfcProfileDef.ProfileType = IfcProfileTypeEnum.CURVE); + WR12 : Curve.Dim = 2; +END_ENTITY; + +ENTITY IfcArbitraryProfileDefWithVoids + SUBTYPE OF (IfcArbitraryClosedProfileDef); + InnerCurves : SET [1:?] OF IfcCurve; + WHERE + WR1 : SELF\IfcProfileDef.ProfileType = AREA; + WR2 : SIZEOF(QUERY(temp <* InnerCurves | temp.Dim <> 2)) = 0; + WR3 : SIZEOF(QUERY(temp <* InnerCurves | 'IFC4X4_BF78F50B.IFCLINE' IN TYPEOF(temp))) = 0; +END_ENTITY; + +ENTITY IfcArchElement + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcArchElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcArchElementTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcArchElementTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCARCHELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcArchElementType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcArchElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcArchElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcArchElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcAsset + SUBTYPE OF (IfcGroup); + Identification : OPTIONAL IfcIdentifier; + OriginalValue : OPTIONAL IfcCostValue; + CurrentValue : OPTIONAL IfcCostValue; + TotalReplacementCost : OPTIONAL IfcCostValue; + Owner : OPTIONAL IfcActorSelect; + User : OPTIONAL IfcActorSelect; + ResponsiblePerson : OPTIONAL IfcPerson; + IncorporationDate : OPTIONAL IfcDate; + DepreciatedValue : OPTIONAL IfcCostValue; +END_ENTITY; + +ENTITY IfcAsymmetricIShapeProfileDef + SUBTYPE OF (IfcParameterizedProfileDef); + BottomFlangeWidth : IfcPositiveLengthMeasure; + OverallDepth : IfcPositiveLengthMeasure; + WebThickness : IfcPositiveLengthMeasure; + BottomFlangeThickness : IfcPositiveLengthMeasure; + BottomFlangeFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure; + TopFlangeWidth : IfcPositiveLengthMeasure; + TopFlangeThickness : OPTIONAL IfcPositiveLengthMeasure; + TopFlangeFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure; + BottomFlangeEdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure; + BottomFlangeSlope : OPTIONAL IfcPlaneAngleMeasure; + TopFlangeEdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure; + TopFlangeSlope : OPTIONAL IfcPlaneAngleMeasure; + WHERE + ValidFlangeThickness : NOT(EXISTS(TopFlangeThickness)) OR ((BottomFlangeThickness + TopFlangeThickness) < OverallDepth); + ValidWebThickness : (WebThickness < BottomFlangeWidth) AND (WebThickness < TopFlangeWidth); + ValidBottomFilletRadius : (NOT(EXISTS(BottomFlangeFilletRadius))) OR +(BottomFlangeFilletRadius <= (BottomFlangeWidth - WebThickness)/2.); + ValidTopFilletRadius : (NOT(EXISTS(TopFlangeFilletRadius))) OR +(TopFlangeFilletRadius <= (TopFlangeWidth - WebThickness)/2.); +END_ENTITY; + +ENTITY IfcAudioVisualAppliance + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcAudioVisualApplianceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcAudioVisualApplianceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcAudioVisualApplianceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCAUDIOVISUALAPPLIANCETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcAudioVisualApplianceType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcAudioVisualApplianceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcAudioVisualApplianceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcAudioVisualApplianceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcAxis1Placement + SUBTYPE OF (IfcPlacement); + Axis : OPTIONAL IfcDirection; + DERIVE + Z : IfcDirection := NVL (IfcNormalise(Axis), IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([0.0,0.0,1.0])); + WHERE + AxisIs3D : (NOT (EXISTS (Axis))) OR (Axis.Dim = 3); + LocationIs3D : SELF\IfcPlacement.Location.Dim = 3; + LocationIsCP : 'IFC4X4_BF78F50B.IFCCARTESIANPOINT' IN TYPEOF(SELF\IfcPlacement.Location); +END_ENTITY; + +ENTITY IfcAxis2Placement2D + SUBTYPE OF (IfcPlacement); + RefDirection : OPTIONAL IfcDirection; + DERIVE + P : LIST [2:2] OF IfcDirection := IfcBuild2Axes(RefDirection); + WHERE + RefDirIs2D : (NOT (EXISTS (RefDirection))) OR (RefDirection.Dim = 2); + LocationIs2D : SELF\IfcPlacement.Location.Dim = 2; + LocationIsCP : 'IFC4X4_BF78F50B.IFCCARTESIANPOINT' IN TYPEOF(SELF\IfcPlacement.Location); +END_ENTITY; + +ENTITY IfcAxis2Placement3D + SUBTYPE OF (IfcPlacement); + Axis : OPTIONAL IfcDirection; + RefDirection : OPTIONAL IfcDirection; + DERIVE + P : LIST [3:3] OF IfcDirection := IfcBuildAxes(Axis, RefDirection); + WHERE + LocationIs3D : SELF\IfcPlacement.Location.Dim = 3; + AxisIs3D : (NOT (EXISTS (Axis))) OR (Axis.Dim = 3); + RefDirIs3D : (NOT (EXISTS (RefDirection))) OR (RefDirection.Dim = 3); + AxisToRefDirPosition : (NOT (EXISTS (Axis))) OR (NOT (EXISTS (RefDirection))) OR (IfcCrossProduct(Axis,RefDirection).Magnitude > 0.0); + AxisAndRefDirProvision : NOT ((EXISTS (Axis)) XOR (EXISTS (RefDirection))); + LocationIsCP : 'IFC4X4_BF78F50B.IFCCARTESIANPOINT' IN TYPEOF(SELF\IfcPlacement.Location); +END_ENTITY; + +ENTITY IfcAxis2PlacementLinear + SUBTYPE OF (IfcPlacement); + Axis : OPTIONAL IfcDirection; + RefDirection : OPTIONAL IfcDirection; + WHERE + WR1 : 'IFC4X4_BF78F50B.IFCPOINTBYDISTANCEEXPRESSION' IN TYPEOF(SELF\IfcPlacement.Location); + WR2 : (NOT (EXISTS (Axis))) OR (NOT (EXISTS (RefDirection))) OR (IfcCrossProduct(Axis,RefDirection).Magnitude > 0.0); +END_ENTITY; + +ENTITY IfcBSplineCurve + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBSplineCurveWithKnots)) + SUBTYPE OF (IfcBoundedCurve); + Degree : IfcInteger; + ControlPointsList : LIST [2:?] OF IfcCartesianPoint; + CurveForm : IfcBSplineCurveForm; + ClosedCurve : IfcLogical; + SelfIntersect : IfcLogical; + DERIVE + UpperIndexOnControlPoints : IfcInteger := (SIZEOF(ControlPointsList) - 1); + ControlPoints : ARRAY [0:UpperIndexOnControlPoints] OF IfcCartesianPoint := IfcListToArray(ControlPointsList,0,UpperIndexOnControlPoints); + WHERE + SameDim : SIZEOF(QUERY(Temp <* ControlPointsList | + Temp.Dim <> ControlPointsList[1].Dim)) += 0; +END_ENTITY; + +ENTITY IfcBSplineCurveWithKnots + SUPERTYPE OF (ONEOF + (IfcRationalBSplineCurveWithKnots)) + SUBTYPE OF (IfcBSplineCurve); + KnotMultiplicities : LIST [2:?] OF IfcInteger; + Knots : LIST [2:?] OF IfcParameterValue; + KnotSpec : IfcKnotType; + DERIVE + UpperIndexOnKnots : IfcInteger := SIZEOF(Knots); + WHERE + ConsistentBSpline : IfcConstraintsParamBSpline(Degree, UpperIndexOnKnots, +UpperIndexOnControlPoints, KnotMultiplicities, Knots); + CorrespondingKnotLists : SIZEOF(KnotMultiplicities) = UpperIndexOnKnots; +END_ENTITY; + +ENTITY IfcBSplineSurface + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBSplineSurfaceWithKnots)) + SUBTYPE OF (IfcBoundedSurface); + UDegree : IfcInteger; + VDegree : IfcInteger; + ControlPointsList : LIST [2:?] OF LIST [2:?] OF IfcCartesianPoint; + SurfaceForm : IfcBSplineSurfaceForm; + UClosed : IfcLogical; + VClosed : IfcLogical; + SelfIntersect : IfcLogical; + DERIVE + UUpper : IfcInteger := SIZEOF(ControlPointsList) - 1; + VUpper : IfcInteger := SIZEOF(ControlPointsList[1]) - 1; + ControlPoints : ARRAY [0:UUpper] OF ARRAY [0:VUpper] OF IfcCartesianPoint := IfcMakeArrayOfArray(ControlPointsList, +0,UUpper,0,VUpper); +END_ENTITY; + +ENTITY IfcBSplineSurfaceWithKnots + SUPERTYPE OF (ONEOF + (IfcRationalBSplineSurfaceWithKnots)) + SUBTYPE OF (IfcBSplineSurface); + UMultiplicities : LIST [2:?] OF IfcInteger; + VMultiplicities : LIST [2:?] OF IfcInteger; + UKnots : LIST [2:?] OF IfcParameterValue; + VKnots : LIST [2:?] OF IfcParameterValue; + KnotSpec : IfcKnotType; + DERIVE + KnotVUpper : IfcInteger := SIZEOF(VKnots); + KnotUUpper : IfcInteger := SIZEOF(UKnots); + WHERE + UDirectionConstraints : IfcConstraintsParamBSpline ( + SELF\IfcBSplineSurface.UDegree, KnotUUpper, + SELF\IfcBSplineSurface.UUpper, UMultiplicities, UKnots); + VDirectionConstraints : IfcConstraintsParamBSpline ( + SELF\IfcBSplineSurface.VDegree, KnotVUpper, + SELF\IfcBSplineSurface.VUpper, VMultiplicities, VKnots); + CorrespondingULists : SIZEOF(UMultiplicities) = KnotUUpper; + CorrespondingVLists : SIZEOF(VMultiplicities) = KnotVUpper; +END_ENTITY; + +ENTITY IfcBeam + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcBeamTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcBeamTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcBeamTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCBEAMTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcBeamType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcBeamTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcBeamTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBeamTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcBearing + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcBearingTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcBearingTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcBearingTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCBEARINGTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcBearingType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcBearingTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcBearingTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBearingTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcBlobTexture + SUBTYPE OF (IfcSurfaceTexture); + RasterFormat : IfcIdentifier; + RasterCode : IfcBinary; + WHERE + SupportedRasterFormat : SELF.RasterFormat IN ['BMP', 'JPG', 'GIF', 'PNG']; + RasterCodeByteStream : BLENGTH(RasterCode) MOD 8 = 0; +END_ENTITY; + +ENTITY IfcBlock + SUBTYPE OF (IfcCsgPrimitive3D); + XLength : IfcPositiveLengthMeasure; + YLength : IfcPositiveLengthMeasure; + ZLength : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcBoiler + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcBoilerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcBoilerTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcBoilerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCBOILERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcBoilerType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcBoilerTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcBoilerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBoilerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcBooleanClippingResult + SUBTYPE OF (IfcBooleanResult); + WHERE + FirstOperandType : ('IFC4X4_BF78F50B.IFCSWEPTAREASOLID' IN TYPEOF(FirstOperand)) OR +('IFC4X4_BF78F50B.IFCSWEPTDISCSOLID' IN TYPEOF(FirstOperand)) OR +('IFC4X4_BF78F50B.IFCBOOLEANCLIPPINGRESULT' IN TYPEOF(FirstOperand)); + SecondOperandType : ('IFC4X4_BF78F50B.IFCHALFSPACESOLID' IN TYPEOF(SecondOperand)); + OperatorType : Operator = DIFFERENCE; +END_ENTITY; + +ENTITY IfcBooleanResult + SUPERTYPE OF (ONEOF + (IfcBooleanClippingResult)) + SUBTYPE OF (IfcGeometricRepresentationItem); + Operator : IfcBooleanOperator; + FirstOperand : IfcBooleanOperand; + SecondOperand : IfcBooleanOperand; + DERIVE + Dim : IfcDimensionCount := FirstOperand.Dim; + WHERE + SameDim : FirstOperand.Dim = SecondOperand.Dim; + FirstOperandClosed : NOT('IFC4X4_BF78F50B.IFCTESSELLATEDFACESET' IN TYPEOF(FirstOperand)) OR (EXISTS(FirstOperand.Closed) AND FirstOperand.Closed); + SecondOperandClosed : NOT('IFC4X4_BF78F50B.IFCTESSELLATEDFACESET' IN TYPEOF(SecondOperand)) OR (EXISTS(SecondOperand.Closed) AND SecondOperand.Closed); +END_ENTITY; + +ENTITY IfcBorehole + SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcBoreholeTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBoreholeTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCBOREHOLETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcBoreholeType + SUBTYPE OF (IfcGeoScienceElementType); + PredefinedType : IfcBoreholeTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBoreholeTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcBoundaryCondition + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBoundaryEdgeCondition + ,IfcBoundaryFaceCondition + ,IfcBoundaryNodeCondition)); + Name : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcBoundaryCurve + SUPERTYPE OF (ONEOF + (IfcOuterBoundaryCurve)) + SUBTYPE OF (IfcCompositeCurveOnSurface); + WHERE + IsClosed : SELF\IfcCompositeCurve.ClosedCurve; +END_ENTITY; + +ENTITY IfcBoundaryEdgeCondition + SUBTYPE OF (IfcBoundaryCondition); + TranslationalStiffnessByLengthX : OPTIONAL IfcModulusOfTranslationalSubgradeReactionSelect; + TranslationalStiffnessByLengthY : OPTIONAL IfcModulusOfTranslationalSubgradeReactionSelect; + TranslationalStiffnessByLengthZ : OPTIONAL IfcModulusOfTranslationalSubgradeReactionSelect; + RotationalStiffnessByLengthX : OPTIONAL IfcModulusOfRotationalSubgradeReactionSelect; + RotationalStiffnessByLengthY : OPTIONAL IfcModulusOfRotationalSubgradeReactionSelect; + RotationalStiffnessByLengthZ : OPTIONAL IfcModulusOfRotationalSubgradeReactionSelect; +END_ENTITY; + +ENTITY IfcBoundaryFaceCondition + SUBTYPE OF (IfcBoundaryCondition); + TranslationalStiffnessByAreaX : OPTIONAL IfcModulusOfSubgradeReactionSelect; + TranslationalStiffnessByAreaY : OPTIONAL IfcModulusOfSubgradeReactionSelect; + TranslationalStiffnessByAreaZ : OPTIONAL IfcModulusOfSubgradeReactionSelect; +END_ENTITY; + +ENTITY IfcBoundaryNodeCondition + SUPERTYPE OF (ONEOF + (IfcBoundaryNodeConditionWarping)) + SUBTYPE OF (IfcBoundaryCondition); + TranslationalStiffnessX : OPTIONAL IfcTranslationalStiffnessSelect; + TranslationalStiffnessY : OPTIONAL IfcTranslationalStiffnessSelect; + TranslationalStiffnessZ : OPTIONAL IfcTranslationalStiffnessSelect; + RotationalStiffnessX : OPTIONAL IfcRotationalStiffnessSelect; + RotationalStiffnessY : OPTIONAL IfcRotationalStiffnessSelect; + RotationalStiffnessZ : OPTIONAL IfcRotationalStiffnessSelect; +END_ENTITY; + +ENTITY IfcBoundaryNodeConditionWarping + SUBTYPE OF (IfcBoundaryNodeCondition); + WarpingStiffness : OPTIONAL IfcWarpingStiffnessSelect; +END_ENTITY; + +ENTITY IfcBoundedCurve + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBSplineCurve + ,IfcCompositeCurve + ,IfcIndexedPolyCurve + ,IfcPolyline + ,IfcTrimmedCurve)) + SUBTYPE OF (IfcCurve); +END_ENTITY; + +ENTITY IfcBoundedSurface + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBSplineSurface + ,IfcCurveBoundedPlane + ,IfcCurveBoundedSurface + ,IfcRectangularTrimmedSurface)) + SUBTYPE OF (IfcSurface); +END_ENTITY; + +ENTITY IfcBoundingBox + SUBTYPE OF (IfcGeometricRepresentationItem); + Corner : IfcCartesianPoint; + XDim : IfcPositiveLengthMeasure; + YDim : IfcPositiveLengthMeasure; + ZDim : IfcPositiveLengthMeasure; + DERIVE + Dim : IfcDimensionCount := 3; +END_ENTITY; + +ENTITY IfcBoxedHalfSpace + SUBTYPE OF (IfcHalfSpaceSolid); + Enclosure : IfcBoundingBox; + WHERE + UnboundedSurface : NOT ('IFC4X4_BF78F50B.IFCCURVEBOUNDEDPLANE' IN TYPEOF(SELF\IfcHalfSpaceSolid.BaseSurface)); +END_ENTITY; + +ENTITY IfcBridge + SUBTYPE OF (IfcFacility); + PredefinedType : IfcBridgeTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcBridgeTypeEnum.USERDEFINED) OR + +EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcBridgePart + SUBTYPE OF (IfcFacilityPart); + PredefinedType : IfcBridgePartTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcBridgePartTypeEnum.USERDEFINED) OR + +EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcBuilding + SUBTYPE OF (IfcFacility); + ElevationOfRefHeight : OPTIONAL IfcLengthMeasure; + ElevationOfTerrain : OPTIONAL IfcLengthMeasure; + BuildingAddress : OPTIONAL IfcPostalAddress; +END_ENTITY; + +ENTITY IfcBuildingElementPart + SUBTYPE OF (IfcElementComponent); + PredefinedType : OPTIONAL IfcBuildingElementPartTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcBuildingElementPartTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBuildingElementPartTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCBUILDINGELEMENTPARTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcBuildingElementPartType + SUBTYPE OF (IfcElementComponentType); + PredefinedType : IfcBuildingElementPartTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcBuildingElementPartTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBuildingElementPartTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcBuildingElementProxy + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcBuildingElementProxyTypeEnum; + WHERE + HasObjectName : EXISTS(SELF\IfcRoot.Name); + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcBuildingElementProxyTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcBuildingElementProxyTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCBUILDINGELEMENTPROXYTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcBuildingElementProxyType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcBuildingElementProxyTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcBuildingElementProxyTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBuildingElementProxyTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcBuildingStorey + SUBTYPE OF (IfcSpatialStructureElement); + Elevation : OPTIONAL IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcBuildingSystem + SUBTYPE OF (IfcSystem); + PredefinedType : OPTIONAL IfcBuildingSystemTypeEnum; + LongName : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcBuiltElement + SUPERTYPE OF (ONEOF + (IfcArchElement + ,IfcBeam + ,IfcBearing + ,IfcBuildingElementProxy + ,IfcChimney + ,IfcColumn + ,IfcCourse + ,IfcCovering + ,IfcCurtainWall + ,IfcDeepFoundation + ,IfcDoor + ,IfcEarthworksElement + ,IfcFillElement + ,IfcFooting + ,IfcGroundReinforcementElement + ,IfcKerb + ,IfcMember + ,IfcMooringDevice + ,IfcNavigationElement + ,IfcPavement + ,IfcPlate + ,IfcRail + ,IfcRailing + ,IfcRamp + ,IfcRampFlight + ,IfcRoof + ,IfcShadingDevice + ,IfcSlab + ,IfcStair + ,IfcStairFlight + ,IfcTrackElement + ,IfcWall + ,IfcWindow)) + SUBTYPE OF (IfcElement); + WHERE + MaxOneMaterialAssociation : SIZEOF (QUERY(temp <* SELF\IfcObjectDefinition.HasAssociations | + 'IFC4X4_BF78F50B.IFCRELASSOCIATESMATERIAL' IN TYPEOF(temp) + )) <= 1; +END_ENTITY; + +ENTITY IfcBuiltElementType + SUPERTYPE OF (ONEOF + (IfcArchElementType + ,IfcBeamType + ,IfcBearingType + ,IfcBuildingElementProxyType + ,IfcChimneyType + ,IfcColumnType + ,IfcCourseType + ,IfcCoveringType + ,IfcCurtainWallType + ,IfcDeepFoundationType + ,IfcDoorType + ,IfcFillElementType + ,IfcFootingType + ,IfcGroundReinforcementElementType + ,IfcKerbType + ,IfcMemberType + ,IfcMooringDeviceType + ,IfcNavigationElementType + ,IfcPavementType + ,IfcPlateType + ,IfcRailType + ,IfcRailingType + ,IfcRampFlightType + ,IfcRampType + ,IfcRoofType + ,IfcShadingDeviceType + ,IfcSlabType + ,IfcStairFlightType + ,IfcStairType + ,IfcTrackElementType + ,IfcWallType + ,IfcWindowType)) + SUBTYPE OF (IfcElementType); +END_ENTITY; + +ENTITY IfcBuiltSystem + SUBTYPE OF (IfcSystem); + PredefinedType : OPTIONAL IfcBuiltSystemTypeEnum; + LongName : OPTIONAL IfcLabel; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcBuiltSystemTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBuiltSystemTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcBurner + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcBurnerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcBurnerTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcBurnerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCBURNERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcBurnerType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcBurnerTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcBurnerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBurnerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCShapeProfileDef + SUBTYPE OF (IfcParameterizedProfileDef); + Depth : IfcPositiveLengthMeasure; + Width : IfcPositiveLengthMeasure; + WallThickness : IfcPositiveLengthMeasure; + Girth : IfcPositiveLengthMeasure; + InternalFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure; + WHERE + ValidGirth : Girth < (Depth / 2.); + ValidInternalFilletRadius : NOT(EXISTS(InternalFilletRadius)) OR +((InternalFilletRadius <= Width/2. - WallThickness) AND (InternalFilletRadius <= Depth/2. - WallThickness)); + ValidWallThickness : (WallThickness < Width/2.) AND (WallThickness < Depth/2.); +END_ENTITY; + +ENTITY IfcCableCarrierFitting + SUBTYPE OF (IfcFlowFitting); + PredefinedType : OPTIONAL IfcCableCarrierFittingTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCableCarrierFittingTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCableCarrierFittingTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCABLECARRIERFITTINGTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCableCarrierFittingType + SUBTYPE OF (IfcFlowFittingType); + PredefinedType : IfcCableCarrierFittingTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCableCarrierFittingTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCableCarrierFittingTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCableCarrierSegment + SUBTYPE OF (IfcFlowSegment); + PredefinedType : OPTIONAL IfcCableCarrierSegmentTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCableCarrierSegmentTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCableCarrierSegmentTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCABLECARRIERSEGMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCableCarrierSegmentType + SUBTYPE OF (IfcFlowSegmentType); + PredefinedType : IfcCableCarrierSegmentTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCableCarrierSegmentTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCableCarrierSegmentTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCableFitting + SUBTYPE OF (IfcFlowFitting); + PredefinedType : OPTIONAL IfcCableFittingTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCableFittingTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCableFittingTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCABLEFITTINGTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCableFittingType + SUBTYPE OF (IfcFlowFittingType); + PredefinedType : IfcCableFittingTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCableFittingTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCableFittingTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCableSegment + SUBTYPE OF (IfcFlowSegment); + PredefinedType : OPTIONAL IfcCableSegmentTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCableSegmentTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCableSegmentTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCABLESEGMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCableSegmentType + SUBTYPE OF (IfcFlowSegmentType); + PredefinedType : IfcCableSegmentTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCableSegmentTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCableSegmentTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCaissonFoundation + SUBTYPE OF (IfcDeepFoundation); + PredefinedType : OPTIONAL IfcCaissonFoundationTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCaissonFoundationTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCaissonFoundationTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCAISSONFOUNDATIONTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCaissonFoundationType + SUBTYPE OF (IfcDeepFoundationType); + PredefinedType : IfcCaissonFoundationTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCaissonFoundationTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCaissonFoundationTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCartesianPoint + SUBTYPE OF (IfcPoint); + Coordinates : LIST [1:3] OF IfcLengthMeasure; + DERIVE + Dim : IfcDimensionCount := HIINDEX(Coordinates); + WHERE + CP2Dor3D : HIINDEX(Coordinates) >= 2; +END_ENTITY; + +ENTITY IfcCartesianPointList + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCartesianPointList2D + ,IfcCartesianPointList3D)) + SUBTYPE OF (IfcGeometricRepresentationItem); + DERIVE + Dim : IfcDimensionCount := IfcPointListDim(SELF); +END_ENTITY; + +ENTITY IfcCartesianPointList2D + SUBTYPE OF (IfcCartesianPointList); + CoordList : LIST [1:?] OF LIST [2:2] OF IfcLengthMeasure; + TagList : OPTIONAL LIST [1:?] OF IfcLabel; +END_ENTITY; + +ENTITY IfcCartesianPointList3D + SUBTYPE OF (IfcCartesianPointList); + CoordList : LIST [1:?] OF LIST [3:3] OF IfcLengthMeasure; + TagList : OPTIONAL LIST [1:?] OF IfcLabel; +END_ENTITY; + +ENTITY IfcCartesianTransformationOperator + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCartesianTransformationOperator2D + ,IfcCartesianTransformationOperator3D)) + SUBTYPE OF (IfcGeometricRepresentationItem); + Axis1 : OPTIONAL IfcDirection; + Axis2 : OPTIONAL IfcDirection; + LocalOrigin : IfcCartesianPoint; + Scale : OPTIONAL IfcReal; + DERIVE + Scl : IfcReal := NVL(Scale, 1.0); + Dim : IfcDimensionCount := LocalOrigin.Dim; + WHERE + ScaleGreaterZero : Scl > 0.0; +END_ENTITY; + +ENTITY IfcCartesianTransformationOperator2D + SUPERTYPE OF (ONEOF + (IfcCartesianTransformationOperator2DnonUniform)) + SUBTYPE OF (IfcCartesianTransformationOperator); + DERIVE + U : LIST [2:2] OF IfcDirection := IfcBaseAxis(2,SELF\IfcCartesianTransformationOperator.Axis1, +SELF\IfcCartesianTransformationOperator.Axis2,?); + WHERE + DimEqual2 : SELF\IfcCartesianTransformationOperator.Dim = 2; + Axis1Is2D : NOT(EXISTS(SELF\IfcCartesianTransformationOperator.Axis1)) OR +(SELF\IfcCartesianTransformationOperator.Axis1.Dim = 2); + Axis2Is2D : NOT(EXISTS(SELF\IfcCartesianTransformationOperator.Axis2)) OR +(SELF\IfcCartesianTransformationOperator.Axis2.Dim = 2); +END_ENTITY; + +ENTITY IfcCartesianTransformationOperator2DnonUniform + SUBTYPE OF (IfcCartesianTransformationOperator2D); + Scale2 : OPTIONAL IfcReal; + DERIVE + Scl2 : IfcReal := NVL(Scale2, SELF\IfcCartesianTransformationOperator.Scl); + WHERE + Scale2GreaterZero : Scl2 > 0.0; +END_ENTITY; + +ENTITY IfcCartesianTransformationOperator3D + SUPERTYPE OF (ONEOF + (IfcCartesianTransformationOperator3DnonUniform)) + SUBTYPE OF (IfcCartesianTransformationOperator); + Axis3 : OPTIONAL IfcDirection; + DERIVE + U : LIST [3:3] OF IfcDirection := IfcBaseAxis(3,SELF\IfcCartesianTransformationOperator.Axis1, +SELF\IfcCartesianTransformationOperator.Axis2,Axis3); + WHERE + DimIs3D : SELF\IfcCartesianTransformationOperator.Dim = 3; + Axis1Is3D : NOT(EXISTS(SELF\IfcCartesianTransformationOperator.Axis1)) OR +(SELF\IfcCartesianTransformationOperator.Axis1.Dim = 3); + Axis2Is3D : NOT(EXISTS(SELF\IfcCartesianTransformationOperator.Axis2)) OR +(SELF\IfcCartesianTransformationOperator.Axis2.Dim = 3); + Axis3Is3D : NOT(EXISTS(Axis3)) OR (Axis3.Dim = 3); +END_ENTITY; + +ENTITY IfcCartesianTransformationOperator3DnonUniform + SUBTYPE OF (IfcCartesianTransformationOperator3D); + Scale2 : OPTIONAL IfcReal; + Scale3 : OPTIONAL IfcReal; + DERIVE + Scl2 : IfcReal := NVL(Scale2, SELF\IfcCartesianTransformationOperator.Scl); + Scl3 : IfcReal := NVL(Scale3, SELF\IfcCartesianTransformationOperator.Scl); + WHERE + Scale2GreaterZero : Scl2 > 0.0; + Scale3GreaterZero : Scl3 > 0.0; +END_ENTITY; + +ENTITY IfcCenterLineProfileDef + SUBTYPE OF (IfcArbitraryOpenProfileDef); + Thickness : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcChiller + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcChillerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcChillerTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcChillerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCHILLERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcChillerType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcChillerTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcChillerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcChillerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcChimney + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcChimneyTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcChimneyTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcChimneyTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCHIMNEYTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcChimneyType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcChimneyTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcChimneyTypeEnum.USERDEFINED) OR +((PredefinedType = IfcChimneyTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCircle + SUBTYPE OF (IfcConic); + Radius : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcCircleHollowProfileDef + SUBTYPE OF (IfcCircleProfileDef); + WallThickness : IfcPositiveLengthMeasure; + WHERE + WR1 : WallThickness < SELF\IfcCircleProfileDef.Radius; +END_ENTITY; + +ENTITY IfcCircleProfileDef + SUPERTYPE OF (ONEOF + (IfcCircleHollowProfileDef)) + SUBTYPE OF (IfcParameterizedProfileDef); + Radius : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcCivilElement + SUBTYPE OF (IfcElement); +END_ENTITY; + +ENTITY IfcCivilElementType + SUBTYPE OF (IfcElementType); +END_ENTITY; + +ENTITY IfcClassification + SUBTYPE OF (IfcExternalInformation); + Source : OPTIONAL IfcLabel; + Edition : OPTIONAL IfcLabel; + EditionDate : OPTIONAL IfcDate; + Name : IfcLabel; + Description : OPTIONAL IfcText; + Location : OPTIONAL IfcURIReference; + ReferenceTokens : OPTIONAL LIST [1:?] OF IfcIdentifier; + INVERSE + ClassificationForObjects : SET [0:?] OF IfcRelAssociatesClassification FOR RelatingClassification; + HasReferences : SET [0:?] OF IfcClassificationReference FOR ReferencedSource; +END_ENTITY; + +ENTITY IfcClassificationReference + SUBTYPE OF (IfcExternalReference); + ReferencedSource : OPTIONAL IfcClassificationReferenceSelect; + Description : OPTIONAL IfcText; + Sort : OPTIONAL IfcIdentifier; + INVERSE + ClassificationRefForObjects : SET [0:?] OF IfcRelAssociatesClassification FOR RelatingClassification; + HasReferences : SET [0:?] OF IfcClassificationReference FOR ReferencedSource; +END_ENTITY; + +ENTITY IfcClosedShell + SUBTYPE OF (IfcConnectedFaceSet); +END_ENTITY; + +ENTITY IfcClothoid + SUBTYPE OF (IfcSpiral); + ClothoidConstant : IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcCoil + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcCoilTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCoilTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCoilTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCOILTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCoilType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcCoilTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCoilTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCoilTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcColourRgb + SUBTYPE OF (IfcColourSpecification); + Red : IfcNormalisedRatioMeasure; + Green : IfcNormalisedRatioMeasure; + Blue : IfcNormalisedRatioMeasure; +END_ENTITY; + +ENTITY IfcColourRgbList + SUBTYPE OF (IfcPresentationItem); + ColourList : LIST [1:?] OF LIST [3:3] OF IfcNormalisedRatioMeasure; +END_ENTITY; + +ENTITY IfcColourSpecification + ABSTRACT SUPERTYPE OF (ONEOF + (IfcColourRgb)) + SUBTYPE OF (IfcPresentationItem); + Name : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcColumn + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcColumnTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcColumnTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcColumnTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCOLUMNTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcColumnType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcColumnTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcColumnTypeEnum.USERDEFINED) OR +((PredefinedType = IfcColumnTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCommunicationsAppliance + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcCommunicationsApplianceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCommunicationsApplianceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCommunicationsApplianceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCOMMUNICATIONSAPPLIANCETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCommunicationsApplianceType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcCommunicationsApplianceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCommunicationsApplianceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCommunicationsApplianceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcComplementaryData + ABSTRACT SUPERTYPE OF (ONEOF + (IfcObservation + ,IfcVoxelData)) + SUBTYPE OF (IfcProduct); +END_ENTITY; + +ENTITY IfcComplexProperty + SUBTYPE OF (IfcProperty); + UsageName : IfcIdentifier; + HasProperties : SET [1:?] OF IfcProperty; + WHERE + WR21 : SIZEOF(QUERY(temp <* HasProperties | SELF :=: temp)) = 0; + WR22 : IfcUniquePropertyName(HasProperties); +END_ENTITY; + +ENTITY IfcComplexPropertyTemplate + SUBTYPE OF (IfcPropertyTemplate); + UsageName : OPTIONAL IfcLabel; + TemplateType : OPTIONAL IfcComplexPropertyTemplateTypeEnum; + HasPropertyTemplates : OPTIONAL SET [1:?] OF IfcPropertyTemplate; + WHERE + UniquePropertyNames : IfcUniquePropertyTemplateNames(HasPropertyTemplates); + NoSelfReference : SIZEOF(QUERY(temp <* HasPropertyTemplates | SELF :=: temp)) = 0; +END_ENTITY; + +ENTITY IfcCompositeCurve + SUPERTYPE OF (ONEOF + (IfcCompositeCurveOnSurface + ,IfcGradientCurve + ,IfcSegmentedReferenceCurve)) + SUBTYPE OF (IfcBoundedCurve); + Segments : LIST [1:?] OF IfcSegment; + SelfIntersect : IfcLogical; + DERIVE + NSegments : IfcInteger := SIZEOF(Segments); + ClosedCurve : IfcLogical := Segments[NSegments].Transition <> Discontinuous; + WHERE + CurveContinuous : ((NOT ClosedCurve) AND (SIZEOF(QUERY(Temp <* Segments | Temp.Transition = Discontinuous)) = 1)) OR ((ClosedCurve) AND (SIZEOF(QUERY(Temp <* Segments | Temp.Transition = Discontinuous)) = 0)); + SameDim : SIZEOF( QUERY( Temp <* Segments | Temp.Dim <> Segments[1].Dim)) = 0; +END_ENTITY; + +ENTITY IfcCompositeCurveOnSurface + SUPERTYPE OF (ONEOF + (IfcBoundaryCurve)) + SUBTYPE OF (IfcCompositeCurve); + DERIVE + BasisSurface : SET [0:1] OF IfcSurface := IfcGetBasisSurface(SELF); + WHERE + SameSurface : SIZEOF(BasisSurface) > 0; +END_ENTITY; + +ENTITY IfcCompositeCurveSegment + SUPERTYPE OF (ONEOF + (IfcReparametrisedCompositeCurveSegment)) + SUBTYPE OF (IfcSegment); + SameSense : IfcBoolean; + ParentCurve : IfcCurve; + WHERE + ParentIsBoundedCurve : ('IFC4X4_BF78F50B.IFCBOUNDEDCURVE' IN TYPEOF(ParentCurve)); +END_ENTITY; + +ENTITY IfcCompositeProfileDef + SUBTYPE OF (IfcProfileDef); + Profiles : SET [2:?] OF IfcProfileDef; + Label : OPTIONAL IfcLabel; + WHERE + InvariantProfileType : SIZEOF(QUERY(temp <* Profiles | temp.ProfileType <> Profiles[1].ProfileType)) = 0; + NoRecursion : SIZEOF(QUERY(temp <* Profiles | 'IFC4X4_BF78F50B.IFCCOMPOSITEPROFILEDEF' IN TYPEOF(temp))) = 0; +END_ENTITY; + +ENTITY IfcCompressor + SUBTYPE OF (IfcFlowMovingDevice); + PredefinedType : OPTIONAL IfcCompressorTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCompressorTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCompressorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCOMPRESSORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCompressorType + SUBTYPE OF (IfcFlowMovingDeviceType); + PredefinedType : IfcCompressorTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCompressorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCompressorTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCondenser + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcCondenserTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCondenserTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCondenserTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCONDENSERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCondenserType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcCondenserTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCondenserTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCondenserTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcConic + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCircle + ,IfcEllipse)) + SUBTYPE OF (IfcCurve); + Position : IfcAxis2Placement; +END_ENTITY; + +ENTITY IfcConnectedFaceSet + SUPERTYPE OF (ONEOF + (IfcClosedShell + ,IfcOpenShell)) + SUBTYPE OF (IfcTopologicalRepresentationItem); + CfsFaces : SET [1:?] OF IfcFace; +END_ENTITY; + +ENTITY IfcConnectionCurveGeometry + SUBTYPE OF (IfcConnectionGeometry); + CurveOnRelatingElement : IfcCurveOrEdgeCurve; + CurveOnRelatedElement : OPTIONAL IfcCurveOrEdgeCurve; +END_ENTITY; + +ENTITY IfcConnectionGeometry + ABSTRACT SUPERTYPE OF (ONEOF + (IfcConnectionCurveGeometry + ,IfcConnectionPointGeometry + ,IfcConnectionSurfaceGeometry + ,IfcConnectionVolumeGeometry)); +END_ENTITY; + +ENTITY IfcConnectionPointEccentricity + SUBTYPE OF (IfcConnectionPointGeometry); + EccentricityInX : OPTIONAL IfcLengthMeasure; + EccentricityInY : OPTIONAL IfcLengthMeasure; + EccentricityInZ : OPTIONAL IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcConnectionPointGeometry + SUPERTYPE OF (ONEOF + (IfcConnectionPointEccentricity)) + SUBTYPE OF (IfcConnectionGeometry); + PointOnRelatingElement : IfcPointOrVertexPoint; + PointOnRelatedElement : OPTIONAL IfcPointOrVertexPoint; +END_ENTITY; + +ENTITY IfcConnectionSurfaceGeometry + SUBTYPE OF (IfcConnectionGeometry); + SurfaceOnRelatingElement : IfcSurfaceOrFaceSurface; + SurfaceOnRelatedElement : OPTIONAL IfcSurfaceOrFaceSurface; +END_ENTITY; + +ENTITY IfcConnectionVolumeGeometry + SUBTYPE OF (IfcConnectionGeometry); + VolumeOnRelatingElement : IfcSolidOrShell; + VolumeOnRelatedElement : OPTIONAL IfcSolidOrShell; +END_ENTITY; + +ENTITY IfcConstraint + ABSTRACT SUPERTYPE OF (ONEOF + (IfcMetric + ,IfcObjective)); + Name : IfcLabel; + Description : OPTIONAL IfcText; + ConstraintGrade : IfcConstraintEnum; + ConstraintSource : OPTIONAL IfcLabel; + CreatingActor : OPTIONAL IfcActorSelect; + CreationTime : OPTIONAL IfcDateTime; + UserDefinedGrade : OPTIONAL IfcLabel; + INVERSE + HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; + PropertiesForConstraint : SET [0:?] OF IfcResourceConstraintRelationship FOR RelatingConstraint; + WHERE + WR11 : (ConstraintGrade <> IfcConstraintEnum.USERDEFINED) OR +((ConstraintGrade = IfcConstraintEnum.USERDEFINED) AND EXISTS(SELF\IfcConstraint.UserDefinedGrade)); +END_ENTITY; + +ENTITY IfcConstructionEquipmentResource + SUBTYPE OF (IfcConstructionResource); + PredefinedType : OPTIONAL IfcConstructionEquipmentResourceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcConstructionEquipmentResourceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcConstructionEquipmentResourceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcConstructionEquipmentResourceType + SUBTYPE OF (IfcConstructionResourceType); + PredefinedType : IfcConstructionEquipmentResourceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcConstructionEquipmentResourceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcConstructionEquipmentResourceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcTypeResource.ResourceType)); +END_ENTITY; + +ENTITY IfcConstructionMaterialResource + SUBTYPE OF (IfcConstructionResource); + PredefinedType : OPTIONAL IfcConstructionMaterialResourceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcConstructionMaterialResourceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcConstructionMaterialResourceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcConstructionMaterialResourceType + SUBTYPE OF (IfcConstructionResourceType); + PredefinedType : IfcConstructionMaterialResourceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcConstructionMaterialResourceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcConstructionMaterialResourceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcTypeResource.ResourceType)); +END_ENTITY; + +ENTITY IfcConstructionProductResource + SUBTYPE OF (IfcConstructionResource); + PredefinedType : OPTIONAL IfcConstructionProductResourceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcConstructionProductResourceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcConstructionProductResourceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcConstructionProductResourceType + SUBTYPE OF (IfcConstructionResourceType); + PredefinedType : IfcConstructionProductResourceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcConstructionProductResourceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcConstructionProductResourceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcTypeResource.ResourceType)); +END_ENTITY; + +ENTITY IfcConstructionResource + ABSTRACT SUPERTYPE OF (ONEOF + (IfcConstructionEquipmentResource + ,IfcConstructionMaterialResource + ,IfcConstructionProductResource + ,IfcCrewResource + ,IfcLaborResource + ,IfcSubContractResource)) + SUBTYPE OF (IfcResource); + Usage : OPTIONAL IfcResourceTime; + BaseCosts : OPTIONAL LIST [1:?] OF IfcAppliedValue; + BaseQuantity : OPTIONAL IfcPhysicalQuantity; +END_ENTITY; + +ENTITY IfcConstructionResourceType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcConstructionEquipmentResourceType + ,IfcConstructionMaterialResourceType + ,IfcConstructionProductResourceType + ,IfcCrewResourceType + ,IfcLaborResourceType + ,IfcSubContractResourceType)) + SUBTYPE OF (IfcTypeResource); + BaseCosts : OPTIONAL LIST [1:?] OF IfcAppliedValue; + BaseQuantity : OPTIONAL IfcPhysicalQuantity; +END_ENTITY; + +ENTITY IfcContext + ABSTRACT SUPERTYPE OF (ONEOF + (IfcProject + ,IfcProjectLibrary)) + SUBTYPE OF (IfcObjectDefinition); + ObjectType : OPTIONAL IfcLabel; + LongName : OPTIONAL IfcLabel; + Phase : OPTIONAL IfcLabel; + RepresentationContexts : OPTIONAL SET [1:?] OF IfcRepresentationContext; + UnitsInContext : OPTIONAL IfcUnitAssignment; + INVERSE + IsDefinedBy : SET [0:?] OF IfcRelDefinesByProperties FOR RelatedObjects; + Declares : SET [0:?] OF IfcRelDeclares FOR RelatingContext; +END_ENTITY; + +ENTITY IfcContextDependentUnit + SUBTYPE OF (IfcNamedUnit); + Name : IfcLabel; + INVERSE + HasExternalReference : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; +END_ENTITY; + +ENTITY IfcControl + ABSTRACT SUPERTYPE OF (ONEOF + (IfcActionRequest + ,IfcCostItem + ,IfcCostSchedule + ,IfcPerformanceHistory + ,IfcPermit + ,IfcProjectOrder + ,IfcWorkCalendar + ,IfcWorkControl)) + SUBTYPE OF (IfcObject); + Identification : OPTIONAL IfcIdentifier; + INVERSE + Controls : SET [0:?] OF IfcRelAssignsToControl FOR RelatingControl; +END_ENTITY; + +ENTITY IfcController + SUBTYPE OF (IfcDistributionControlElement); + PredefinedType : OPTIONAL IfcControllerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcControllerTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcControllerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCCONTROLLERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcControllerType + SUBTYPE OF (IfcDistributionControlElementType); + PredefinedType : IfcControllerTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcControllerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcControllerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcConversionBasedUnit + SUPERTYPE OF (ONEOF + (IfcConversionBasedUnitWithOffset)) + SUBTYPE OF (IfcNamedUnit); + Name : IfcLabel; + ConversionFactor : IfcMeasureWithUnit; + INVERSE + HasExternalReference : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; +END_ENTITY; + +ENTITY IfcConversionBasedUnitWithOffset + SUBTYPE OF (IfcConversionBasedUnit); + ConversionOffset : IfcReal; +END_ENTITY; + +ENTITY IfcConveyorSegment + SUBTYPE OF (IfcFlowSegment); + PredefinedType : OPTIONAL IfcConveyorSegmentTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcConveyorSegmentTypeEnum.USERDEFINED) OR +((PredefinedType = IfcConveyorSegmentTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCCONVEYORSEGMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcConveyorSegmentType + SUBTYPE OF (IfcFlowSegmentType); + PredefinedType : IfcConveyorSegmentTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcConveyorSegmentTypeEnum.USERDEFINED) OR +((PredefinedType = IfcConveyorSegmentTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCooledBeam + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcCooledBeamTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCooledBeamTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCooledBeamTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCOOLEDBEAMTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCooledBeamType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcCooledBeamTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCooledBeamTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCooledBeamTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCoolingTower + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcCoolingTowerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCoolingTowerTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCoolingTowerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCOOLINGTOWERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCoolingTowerType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcCoolingTowerTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCoolingTowerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCoolingTowerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCoordinateOperation + ABSTRACT SUPERTYPE OF (ONEOF + (IfcMapConversion + ,IfcRigidOperation)); + SourceCRS : IfcCoordinateReferenceSystemSelect; + TargetCRS : IfcCoordinateReferenceSystem; +END_ENTITY; + +ENTITY IfcCoordinateReferenceSystem + ABSTRACT SUPERTYPE OF (ONEOF + (IfcGeographicCRS + ,IfcProjectedCRS)); + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + GeodeticDatum : OPTIONAL IfcIdentifier; + INVERSE + HasCoordinateOperation : SET [0:1] OF IfcCoordinateOperation FOR SourceCRS; + HasWellKnownTextRepresentation : IfcWellKnownText FOR CoordinateReferenceSystem; + WHERE + CoordinateSystemSpecified : EXISTS(SELF.Name) OR EXISTS(SELF.HasWellKnownTextRepresentation); +END_ENTITY; + +ENTITY IfcCosineSpiral + SUBTYPE OF (IfcSpiral); + CosineTerm : IfcLengthMeasure; + ConstantTerm : OPTIONAL IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcCostItem + SUBTYPE OF (IfcControl); + PredefinedType : OPTIONAL IfcCostItemTypeEnum; + CostValues : OPTIONAL LIST [1:?] OF IfcCostValue; + CostQuantities : OPTIONAL LIST [1:?] OF IfcPhysicalQuantity; +END_ENTITY; + +ENTITY IfcCostSchedule + SUBTYPE OF (IfcControl); + PredefinedType : OPTIONAL IfcCostScheduleTypeEnum; + Status : OPTIONAL IfcLabel; + SubmittedOn : OPTIONAL IfcDateTime; + UpdateDate : OPTIONAL IfcDateTime; +END_ENTITY; + +ENTITY IfcCostValue + SUBTYPE OF (IfcAppliedValue); +END_ENTITY; + +ENTITY IfcCourse + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcCourseTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcCourseTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCourseTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCCOURSETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCourseType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcCourseTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCourseTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCourseTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCovering + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcCoveringTypeEnum; + INVERSE + CoversSpaces : SET [0:1] OF IfcRelCoversSpaces FOR RelatedCoverings; + CoversElements : SET [0:1] OF IfcRelCoversBldgElements FOR RelatedCoverings; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCoveringTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCoveringTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCOVERINGTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCoveringType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcCoveringTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCoveringTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCoveringTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCrewResource + SUBTYPE OF (IfcConstructionResource); + PredefinedType : OPTIONAL IfcCrewResourceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCrewResourceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCrewResourceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcCrewResourceType + SUBTYPE OF (IfcConstructionResourceType); + PredefinedType : IfcCrewResourceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCrewResourceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCrewResourceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcTypeResource.ResourceType)); +END_ENTITY; + +ENTITY IfcCsgPrimitive3D + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBlock + ,IfcRectangularPyramid + ,IfcRightCircularCone + ,IfcRightCircularCylinder + ,IfcSphere)) + SUBTYPE OF (IfcGeometricRepresentationItem); + Position : IfcAxis2Placement3D; + DERIVE + Dim : IfcDimensionCount := 3; +END_ENTITY; + +ENTITY IfcCsgSolid + SUBTYPE OF (IfcSolidModel); + TreeRootExpression : IfcCsgSelect; +END_ENTITY; + +ENTITY IfcCurrencyRelationship + SUBTYPE OF (IfcResourceLevelRelationship); + RelatingMonetaryUnit : IfcMonetaryUnit; + RelatedMonetaryUnit : IfcMonetaryUnit; + ExchangeRate : IfcPositiveRatioMeasure; + RateDateTime : OPTIONAL IfcDateTime; + RateSource : OPTIONAL IfcLibraryInformation; +END_ENTITY; + +ENTITY IfcCurtainWall + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcCurtainWallTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcCurtainWallTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcCurtainWallTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCCURTAINWALLTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcCurtainWallType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcCurtainWallTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcCurtainWallTypeEnum.USERDEFINED) OR +((PredefinedType = IfcCurtainWallTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcCurve + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBoundedCurve + ,IfcConic + ,IfcLine + ,IfcOffsetCurve + ,IfcPcurve + ,IfcPolynomialCurve + ,IfcSpiral + ,IfcSurfaceCurve)) + SUBTYPE OF (IfcGeometricRepresentationItem); + DERIVE + Dim : IfcDimensionCount := IfcCurveDim(SELF); +END_ENTITY; + +ENTITY IfcCurveBoundedPlane + SUBTYPE OF (IfcBoundedSurface); + BasisSurface : IfcPlane; + OuterBoundary : IfcCurve; + InnerBoundaries : SET [0:?] OF IfcCurve; +END_ENTITY; + +ENTITY IfcCurveBoundedSurface + SUBTYPE OF (IfcBoundedSurface); + BasisSurface : IfcSurface; + Boundaries : SET [1:?] OF IfcBoundaryCurve; + ImplicitOuter : IfcBoolean; +END_ENTITY; + +ENTITY IfcCurveSegment + SUBTYPE OF (IfcSegment); + Placement : IfcPlacement; + SegmentStart : IfcCurveMeasureSelect; + SegmentLength : IfcCurveMeasureSelect; + ParentCurve : IfcCurve; +END_ENTITY; + +ENTITY IfcCurveStyle + SUBTYPE OF (IfcPresentationStyle); + CurveFont : OPTIONAL IfcCurveFontOrScaledCurveFontSelect; + CurveWidth : OPTIONAL IfcSizeSelect; + CurveColour : OPTIONAL IfcColour; + ModelOrDraughting : OPTIONAL IfcBoolean; + WHERE + MeasureOfWidth : (NOT(EXISTS(CurveWidth))) OR +('IFC4X4_BF78F50B.IFCPOSITIVELENGTHMEASURE' IN TYPEOF(CurveWidth)) OR + (('IFC4X4_BF78F50B.IFCDESCRIPTIVEMEASURE' IN TYPEOF(CurveWidth)) AND + (CurveWidth = 'by layer')); + IdentifiableCurveStyle : EXISTS(CurveFont) OR EXISTS(CurveWidth) OR EXISTS(CurveColour); +END_ENTITY; + +ENTITY IfcCurveStyleFont + SUBTYPE OF (IfcPresentationItem); + Name : OPTIONAL IfcLabel; + PatternList : LIST [1:?] OF IfcCurveStyleFontPattern; +END_ENTITY; + +ENTITY IfcCurveStyleFontAndScaling + SUBTYPE OF (IfcPresentationItem); + Name : OPTIONAL IfcLabel; + CurveFont : IfcCurveStyleFontSelect; + CurveFontScaling : IfcPositiveRatioMeasure; +END_ENTITY; + +ENTITY IfcCurveStyleFontPattern + SUBTYPE OF (IfcPresentationItem); + VisibleSegmentLength : IfcLengthMeasure; + InvisibleSegmentLength : IfcPositiveLengthMeasure; + WHERE + VisibleLengthGreaterEqualZero : VisibleSegmentLength >= 0.; +END_ENTITY; + +ENTITY IfcCylindricalSurface + SUBTYPE OF (IfcElementarySurface); + Radius : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcDamper + SUBTYPE OF (IfcFlowController); + PredefinedType : OPTIONAL IfcDamperTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcDamperTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcDamperTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCDAMPERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcDamperType + SUBTYPE OF (IfcFlowControllerType); + PredefinedType : IfcDamperTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcDamperTypeEnum.USERDEFINED) OR +((PredefinedType = IfcDamperTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcDatasetInformation + SUBTYPE OF (IfcDocumentInformation); + SchemaReference : OPTIONAL IfcURIReference; + INVERSE + DatasetInfoForObjects : SET [0:?] OF IfcRelAssociatesDataset FOR RelatingDataset; + HasDatasetReferences : SET [0:?] OF IfcDatasetReference FOR ReferencedDataset; +END_ENTITY; + +ENTITY IfcDatasetReference + SUBTYPE OF (IfcExternalReference); + Description : OPTIONAL IfcText; + ReferencedDataset : OPTIONAL IfcDatasetInformation; + Filter : OPTIONAL IfcText; + INVERSE + DatasetRefForObjects : SET [0:?] OF IfcRelAssociatesDataset FOR RelatingDataset; + WHERE + WR1 : EXISTS(Name) XOR EXISTS(ReferencedDataset); +END_ENTITY; + +ENTITY IfcDeepFoundation + SUPERTYPE OF (ONEOF + (IfcCaissonFoundation + ,IfcPile)) + SUBTYPE OF (IfcBuiltElement); + WHERE + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCDEEPFOUNDATIONTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcDeepFoundationType + SUPERTYPE OF (ONEOF + (IfcCaissonFoundationType + ,IfcPileType)) + SUBTYPE OF (IfcBuiltElementType); +END_ENTITY; + +ENTITY IfcDerivedProfileDef + SUPERTYPE OF (ONEOF + (IfcMirroredProfileDef)) + SUBTYPE OF (IfcProfileDef); + ParentProfile : IfcProfileDef; + Operator : IfcCartesianTransformationOperator2D; + Label : OPTIONAL IfcLabel; + WHERE + InvariantProfileType : SELF\IfcProfileDef.ProfileType = ParentProfile.ProfileType; +END_ENTITY; + +ENTITY IfcDerivedUnit; + Elements : SET [1:?] OF IfcDerivedUnitElement; + UnitType : IfcDerivedUnitEnum; + UserDefinedType : OPTIONAL IfcLabel; + Name : OPTIONAL IfcLabel; + DERIVE + Dimensions : IfcDimensionalExponents := IfcDeriveDimensionalExponents(Elements); + WHERE + WR1 : (SIZEOF (Elements) > 1) OR ((SIZEOF (Elements) = 1) AND (Elements[1].Exponent <> 1 )); + WR2 : (UnitType <> IfcDerivedUnitEnum.USERDEFINED) OR +((UnitType = IfcDerivedUnitEnum.USERDEFINED) AND + (EXISTS(SELF.UserDefinedType))); +END_ENTITY; + +ENTITY IfcDerivedUnitElement; + Unit : IfcNamedUnit; + Exponent : INTEGER; +END_ENTITY; + +ENTITY IfcDimensionalExponents; + LengthExponent : INTEGER; + MassExponent : INTEGER; + TimeExponent : INTEGER; + ElectricCurrentExponent : INTEGER; + ThermodynamicTemperatureExponent : INTEGER; + AmountOfSubstanceExponent : INTEGER; + LuminousIntensityExponent : INTEGER; +END_ENTITY; + +ENTITY IfcDirection + SUBTYPE OF (IfcGeometricRepresentationItem); + DirectionRatios : LIST [2:3] OF IfcReal; + DERIVE + Dim : IfcDimensionCount := HIINDEX(DirectionRatios); + WHERE + MagnitudeGreaterZero : SIZEOF(QUERY(Tmp <* DirectionRatios | Tmp <> 0.0)) > 0; +END_ENTITY; + +ENTITY IfcDirectrixCurveSweptAreaSolid + ABSTRACT SUPERTYPE OF (ONEOF + (IfcFixedReferenceSweptAreaSolid + ,IfcSurfaceCurveSweptAreaSolid)) + SUBTYPE OF (IfcSweptAreaSolid); + Directrix : IfcCurve; + StartParam : OPTIONAL IfcCurveMeasureSelect; + EndParam : OPTIONAL IfcCurveMeasureSelect; + WHERE + DirectrixBounded : (EXISTS(StartParam) AND EXISTS(EndParam)) OR +(SIZEOF(['IFC4X4_BF78F50B.IFCCONIC', 'IFC4X4_BF78F50B.IFCBOUNDEDCURVE'] * TYPEOF(Directrix)) = 1); +END_ENTITY; + +ENTITY IfcDirectrixDerivedReferenceSweptAreaSolid + SUBTYPE OF (IfcFixedReferenceSweptAreaSolid); +END_ENTITY; + +ENTITY IfcDiscreteAccessory + SUBTYPE OF (IfcElementComponent); + PredefinedType : OPTIONAL IfcDiscreteAccessoryTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcDiscreteAccessoryTypeEnum.USERDEFINED) OR +((PredefinedType = IfcDiscreteAccessoryTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCDISCRETEACCESSORYTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcDiscreteAccessoryType + SUBTYPE OF (IfcElementComponentType); + PredefinedType : IfcDiscreteAccessoryTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcDiscreteAccessoryTypeEnum.USERDEFINED) OR +((PredefinedType = IfcDiscreteAccessoryTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcDistributionBoard + SUBTYPE OF (IfcFlowController); + PredefinedType : OPTIONAL IfcDistributionBoardTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcDistributionBoardTypeEnum.USERDEFINED) OR +((PredefinedType = IfcDistributionBoardTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCDISTRIBUTIONBOARDTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcDistributionBoardType + SUBTYPE OF (IfcFlowControllerType); + PredefinedType : IfcDistributionBoardTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcDistributionBoardTypeEnum.USERDEFINED) OR +((PredefinedType = IfcDistributionBoardTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcDistributionChamberElement + SUBTYPE OF (IfcDistributionFlowElement); + PredefinedType : OPTIONAL IfcDistributionChamberElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcDistributionChamberElementTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcDistributionChamberElementTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCDISTRIBUTIONCHAMBERELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcDistributionChamberElementType + SUBTYPE OF (IfcDistributionFlowElementType); + PredefinedType : IfcDistributionChamberElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcDistributionChamberElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcDistributionChamberElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcDistributionCircuit + SUBTYPE OF (IfcDistributionSystem); +END_ENTITY; + +ENTITY IfcDistributionControlElement + SUPERTYPE OF (ONEOF + (IfcActuator + ,IfcAlarm + ,IfcController + ,IfcFlowInstrument + ,IfcProtectiveDeviceTrippingUnit + ,IfcSensor + ,IfcUnitaryControlElement)) + SUBTYPE OF (IfcDistributionElement); + INVERSE + AssignedToFlowElement : SET [0:1] OF IfcRelFlowControlElements FOR RelatedControlElements; +END_ENTITY; + +ENTITY IfcDistributionControlElementType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcActuatorType + ,IfcAlarmType + ,IfcControllerType + ,IfcFlowInstrumentType + ,IfcProtectiveDeviceTrippingUnitType + ,IfcSensorType + ,IfcUnitaryControlElementType)) + SUBTYPE OF (IfcDistributionElementType); +END_ENTITY; + +ENTITY IfcDistributionElement + SUPERTYPE OF (ONEOF + (IfcDistributionControlElement + ,IfcDistributionFlowElement)) + SUBTYPE OF (IfcElement); + INVERSE + HasPorts : SET [0:?] OF IfcRelConnectsPortToElement FOR RelatedElement; +END_ENTITY; + +ENTITY IfcDistributionElementType + SUPERTYPE OF (ONEOF + (IfcDistributionControlElementType + ,IfcDistributionFlowElementType)) + SUBTYPE OF (IfcElementType); +END_ENTITY; + +ENTITY IfcDistributionFlowElement + SUPERTYPE OF (ONEOF + (IfcDistributionChamberElement + ,IfcEnergyConversionDevice + ,IfcFlowController + ,IfcFlowFitting + ,IfcFlowMovingDevice + ,IfcFlowSegment + ,IfcFlowStorageDevice + ,IfcFlowTerminal + ,IfcFlowTreatmentDevice)) + SUBTYPE OF (IfcDistributionElement); + INVERSE + HasControlElements : SET [0:1] OF IfcRelFlowControlElements FOR RelatingFlowElement; +END_ENTITY; + +ENTITY IfcDistributionFlowElementType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcDistributionChamberElementType + ,IfcEnergyConversionDeviceType + ,IfcFlowControllerType + ,IfcFlowFittingType + ,IfcFlowMovingDeviceType + ,IfcFlowSegmentType + ,IfcFlowStorageDeviceType + ,IfcFlowTerminalType + ,IfcFlowTreatmentDeviceType)) + SUBTYPE OF (IfcDistributionElementType); +END_ENTITY; + +ENTITY IfcDistributionPort + SUBTYPE OF (IfcPort); + FlowDirection : OPTIONAL IfcFlowDirectionEnum; + PredefinedType : OPTIONAL IfcDistributionPortTypeEnum; + SystemType : OPTIONAL IfcDistributionSystemEnum; +END_ENTITY; + +ENTITY IfcDistributionSystem + SUPERTYPE OF (ONEOF + (IfcDistributionCircuit)) + SUBTYPE OF (IfcSystem); + LongName : OPTIONAL IfcLabel; + PredefinedType : OPTIONAL IfcDistributionSystemEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcDistributionSystemEnum.USERDEFINED) OR +((PredefinedType = IfcDistributionSystemEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcDocumentInformation + SUPERTYPE OF (ONEOF + (IfcDatasetInformation)) + SUBTYPE OF (IfcExternalInformation); + Identification : IfcIdentifier; + Name : IfcLabel; + Description : OPTIONAL IfcText; + Location : OPTIONAL IfcURIReference; + Purpose : OPTIONAL IfcText; + IntendedUse : OPTIONAL IfcText; + Scope : OPTIONAL IfcText; + Revision : OPTIONAL IfcLabel; + DocumentOwner : OPTIONAL IfcActorSelect; + Editors : OPTIONAL SET [1:?] OF IfcActorSelect; + CreationTime : OPTIONAL IfcDateTime; + LastRevisionTime : OPTIONAL IfcDateTime; + ElectronicFormat : OPTIONAL IfcIdentifier; + ValidFrom : OPTIONAL IfcDate; + ValidUntil : OPTIONAL IfcDate; + Confidentiality : OPTIONAL IfcDocumentConfidentialityEnum; + Status : OPTIONAL IfcDocumentStatusEnum; + INVERSE + DocumentInfoForObjects : SET [0:?] OF IfcRelAssociatesDocument FOR RelatingDocument; + HasDocumentReferences : SET [0:?] OF IfcDocumentReference FOR ReferencedDocument; + IsPointedTo : SET [0:?] OF IfcDocumentInformationRelationship FOR RelatedDocuments; + IsPointer : SET [0:1] OF IfcDocumentInformationRelationship FOR RelatingDocument; +END_ENTITY; + +ENTITY IfcDocumentInformationRelationship + SUBTYPE OF (IfcResourceLevelRelationship); + RelatingDocument : IfcDocumentInformation; + RelatedDocuments : SET [1:?] OF IfcDocumentInformation; + RelationshipType : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcDocumentReference + SUBTYPE OF (IfcExternalReference); + Description : OPTIONAL IfcText; + ReferencedDocument : OPTIONAL IfcDocumentInformation; + INVERSE + DocumentRefForObjects : SET [0:?] OF IfcRelAssociatesDocument FOR RelatingDocument; + WHERE + WR1 : EXISTS(Name) XOR EXISTS(ReferencedDocument); +END_ENTITY; + +ENTITY IfcDoor + SUBTYPE OF (IfcBuiltElement); + OverallHeight : OPTIONAL IfcPositiveLengthMeasure; + OverallWidth : OPTIONAL IfcPositiveLengthMeasure; + PredefinedType : OPTIONAL IfcDoorTypeEnum; + OperationType : OPTIONAL IfcDoorTypeOperationEnum; + UserDefinedOperationType : OPTIONAL IfcLabel; + WHERE + CorrectStyleAssigned : (SIZEOF(IsTypedBy) = 0) +OR ('IFC4X4_BF78F50B.IFCDOORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcDoorTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcDoorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCDOORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcDoorLiningProperties + SUBTYPE OF (IfcPreDefinedPropertySet); + LiningDepth : OPTIONAL IfcPositiveLengthMeasure; + LiningThickness : OPTIONAL IfcNonNegativeLengthMeasure; + ThresholdDepth : OPTIONAL IfcPositiveLengthMeasure; + ThresholdThickness : OPTIONAL IfcNonNegativeLengthMeasure; + TransomThickness : OPTIONAL IfcNonNegativeLengthMeasure; + TransomOffset : OPTIONAL IfcLengthMeasure; + LiningOffset : OPTIONAL IfcLengthMeasure; + ThresholdOffset : OPTIONAL IfcLengthMeasure; + CasingThickness : OPTIONAL IfcPositiveLengthMeasure; + CasingDepth : OPTIONAL IfcPositiveLengthMeasure; + ShapeAspectStyle : OPTIONAL IfcShapeAspect; + LiningToPanelOffsetX : OPTIONAL IfcLengthMeasure; + LiningToPanelOffsetY : OPTIONAL IfcLengthMeasure; + WHERE + WR31 : NOT(EXISTS(LiningDepth) AND NOT(EXISTS(LiningThickness))); + WR32 : NOT(EXISTS(ThresholdDepth) AND NOT(EXISTS(ThresholdThickness))); + WR33 : (EXISTS(TransomOffset) AND EXISTS(TransomThickness)) XOR +(NOT(EXISTS(TransomOffset)) AND NOT(EXISTS(TransomThickness))); + WR34 : (EXISTS(CasingDepth) AND EXISTS(CasingThickness)) XOR +(NOT(EXISTS(CasingDepth)) AND NOT(EXISTS(CasingThickness))); + WR35 : (EXISTS(SELF\IfcPropertySetDefinition.DefinesType[1])) +AND +( + ('IFC4X4_BF78F50B.IFCDOORTYPE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1])) + OR + ('IFC4X4_BF78F50B.IFCDOORSTYLE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1])) +); +END_ENTITY; + +ENTITY IfcDoorPanelProperties + SUBTYPE OF (IfcPreDefinedPropertySet); + PanelDepth : OPTIONAL IfcPositiveLengthMeasure; + PanelOperation : IfcDoorPanelOperationEnum; + PanelWidth : OPTIONAL IfcNormalisedRatioMeasure; + PanelPosition : IfcDoorPanelPositionEnum; + ShapeAspectStyle : OPTIONAL IfcShapeAspect; + WHERE + ApplicableToType : (EXISTS(SELF\IfcPropertySetDefinition.DefinesType[1])) +AND +( + ('IFC4X4_BF78F50B.IFCDOORTYPE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1])) + OR + ('IFC4X4_BF78F50B.IFCDOORSTYLE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1])) +); +END_ENTITY; + +ENTITY IfcDoorStyle + SUBTYPE OF (IfcTypeProduct); + OperationType : IfcDoorStyleOperationEnum; + ConstructionType : IfcDoorStyleConstructionEnum; + ParameterTakesPrecedence : IfcBoolean; + Sizeable : IfcBoolean; +END_ENTITY; + +ENTITY IfcDoorType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcDoorTypeEnum; + OperationType : IfcDoorTypeOperationEnum; + ParameterTakesPrecedence : OPTIONAL IfcBoolean; + UserDefinedOperationType : OPTIONAL IfcLabel; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcDoorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcDoorTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcDraughtingPreDefinedColour + SUBTYPE OF (IfcPreDefinedColour); + WHERE + PreDefinedColourNames : SELF\IfcPreDefinedItem.Name IN ['black','red','green','blue','yellow', + 'magenta','cyan','white','by layer']; +END_ENTITY; + +ENTITY IfcDraughtingPreDefinedCurveFont + SUBTYPE OF (IfcPreDefinedCurveFont); + WHERE + PreDefinedCurveFontNames : SELF\IfcPredefinedItem.Name IN + ['continuous', + 'chain', + 'chain double dash', + 'dashed', + 'dotted', + 'by layer']; +END_ENTITY; + +ENTITY IfcDuctFitting + SUBTYPE OF (IfcFlowFitting); + PredefinedType : OPTIONAL IfcDuctFittingTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcDuctFittingTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcDuctFittingTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCDUCTFITTINGTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcDuctFittingType + SUBTYPE OF (IfcFlowFittingType); + PredefinedType : IfcDuctFittingTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcDuctFittingTypeEnum.USERDEFINED) OR +((PredefinedType = IfcDuctFittingTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcDuctSegment + SUBTYPE OF (IfcFlowSegment); + PredefinedType : OPTIONAL IfcDuctSegmentTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcDuctSegmentTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcDuctSegmentTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCDUCTSEGMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcDuctSegmentType + SUBTYPE OF (IfcFlowSegmentType); + PredefinedType : IfcDuctSegmentTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcDuctSegmentTypeEnum.USERDEFINED) OR +((PredefinedType = IfcDuctSegmentTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcDuctSilencer + SUBTYPE OF (IfcFlowTreatmentDevice); + PredefinedType : OPTIONAL IfcDuctSilencerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcDuctSilencerTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcDuctSilencerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCDUCTSILENCERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcDuctSilencerType + SUBTYPE OF (IfcFlowTreatmentDeviceType); + PredefinedType : IfcDuctSilencerTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcDuctSilencerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcDuctSilencerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcEarthingElement + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcEarthingElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcEarthingElementTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcEarthingElementTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCEARTHINGELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcEarthingElementType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : OPTIONAL IfcEarthingElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcEarthingElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcEarthingElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcEarthworksCut + SUBTYPE OF (IfcExcavation); + PredefinedType : IfcEarthworksCutTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcEarthworksCutTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcEarthworksElement + SUPERTYPE OF (ONEOF + (IfcEarthworksFill + ,IfcImprovedGround)) + SUBTYPE OF (IfcBuiltElement); +END_ENTITY; + +ENTITY IfcEarthworksFill + SUBTYPE OF (IfcEarthworksElement); + PredefinedType : OPTIONAL IfcEarthworksFillTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcEarthworksFillTypeEnum.USERDEFINED) OR +((PredefinedType = IfcEarthworksFillTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcEdge + SUPERTYPE OF (ONEOF + (IfcEdgeCurve + ,IfcOrientedEdge + ,IfcSubedge)) + SUBTYPE OF (IfcTopologicalRepresentationItem); + EdgeStart : IfcVertex; + EdgeEnd : IfcVertex; +END_ENTITY; + +ENTITY IfcEdgeCurve + SUBTYPE OF (IfcEdge); + EdgeGeometry : IfcCurve; + SameSense : IfcBoolean; +END_ENTITY; + +ENTITY IfcEdgeLoop + SUBTYPE OF (IfcLoop); + EdgeList : LIST [1:?] OF IfcOrientedEdge; + DERIVE + Ne : IfcInteger := SIZEOF(EdgeList); + WHERE + IsClosed : (EdgeList[1].EdgeStart) :=: (EdgeList[Ne].EdgeEnd); + IsContinuous : IfcLoopHeadToTail(SELF); +END_ENTITY; + +ENTITY IfcElectricAppliance + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcElectricApplianceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcElectricApplianceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcElectricApplianceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCELECTRICAPPLIANCETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcElectricApplianceType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcElectricApplianceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcElectricApplianceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcElectricApplianceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcElectricDistributionBoard + SUBTYPE OF (IfcFlowController); + PredefinedType : OPTIONAL IfcElectricDistributionBoardTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcElectricDistributionBoardTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcElectricDistributionBoardTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCELECTRICDISTRIBUTIONBOARDTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcElectricDistributionBoardType + SUBTYPE OF (IfcFlowControllerType); + PredefinedType : IfcElectricDistributionBoardTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcElectricDistributionBoardTypeEnum.USERDEFINED) OR +((PredefinedType = IfcElectricDistributionBoardTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcElectricFlowStorageDevice + SUBTYPE OF (IfcFlowStorageDevice); + PredefinedType : OPTIONAL IfcElectricFlowStorageDeviceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcElectricFlowStorageDeviceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcElectricFlowStorageDeviceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCELECTRICFLOWSTORAGEDEVICETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcElectricFlowStorageDeviceType + SUBTYPE OF (IfcFlowStorageDeviceType); + PredefinedType : IfcElectricFlowStorageDeviceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcElectricFlowStorageDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcElectricFlowStorageDeviceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcElectricFlowTreatmentDevice + SUBTYPE OF (IfcFlowTreatmentDevice); + PredefinedType : OPTIONAL IfcElectricFlowTreatmentDeviceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcElectricFlowTreatmentDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcElectricFlowTreatmentDeviceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCELECTRICFLOWTREATMENTDEVICETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcElectricFlowTreatmentDeviceType + SUBTYPE OF (IfcFlowTreatmentDeviceType); + PredefinedType : IfcElectricFlowTreatmentDeviceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcElectricFlowTreatmentDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcElectricFlowTreatmentDeviceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcElectricGenerator + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcElectricGeneratorTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcElectricGeneratorTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcElectricGeneratorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCELECTRICGENERATORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcElectricGeneratorType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcElectricGeneratorTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcElectricGeneratorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcElectricGeneratorTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcElectricMotor + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcElectricMotorTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcElectricMotorTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcElectricMotorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCELECTRICMOTORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcElectricMotorType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcElectricMotorTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcElectricMotorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcElectricMotorTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcElectricTimeControl + SUBTYPE OF (IfcFlowController); + PredefinedType : OPTIONAL IfcElectricTimeControlTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcElectricTimeControlTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcElectricTimeControlTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCELECTRICTIMECONTROLTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcElectricTimeControlType + SUBTYPE OF (IfcFlowControllerType); + PredefinedType : IfcElectricTimeControlTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcElectricTimeControlTypeEnum.USERDEFINED) OR +((PredefinedType = IfcElectricTimeControlTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcElement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBuiltElement + ,IfcCivilElement + ,IfcDistributionElement + ,IfcElementAssembly + ,IfcElementComponent + ,IfcFeatureElement + ,IfcFurnishingElement + ,IfcGeoScienceElement + ,IfcGeographicElement + ,IfcGeotechnicalElement + ,IfcTransportationDevice + ,IfcVirtualElement)) + SUBTYPE OF (IfcProduct); + Tag : OPTIONAL IfcIdentifier; + INVERSE + FillsVoids : SET [0:1] OF IfcRelFillsElement FOR RelatedBuildingElement; + ConnectedTo : SET [0:?] OF IfcRelConnectsElements FOR RelatingElement; + IsInterferedByElements : SET [0:?] OF IfcRelInterferesElements FOR RelatedElement; + InterferesElements : SET [0:?] OF IfcRelInterferesElements FOR RelatingElement; + HasProjections : SET [0:?] OF IfcRelProjectsElement FOR RelatingElement; + HasOpenings : SET [0:?] OF IfcRelVoidsElement FOR RelatingBuildingElement; + IsConnectionRealization : SET [0:?] OF IfcRelConnectsWithRealizingElements FOR RealizingElements; + ProvidesBoundaries : SET [0:?] OF IfcRelSpaceBoundary FOR RelatedBuildingElement; + ConnectedFrom : SET [0:?] OF IfcRelConnectsElements FOR RelatedElement; + ContainedInStructure : SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements; + HasCoverings : SET [0:?] OF IfcRelCoversBldgElements FOR RelatingBuildingElement; + HasSurfaceFeatures : SET [0:?] OF IfcRelAdheresToElement FOR RelatingElement; +END_ENTITY; + +ENTITY IfcElementAssembly + SUBTYPE OF (IfcElement); + AssemblyPlace : OPTIONAL IfcAssemblyPlaceEnum; + PredefinedType : OPTIONAL IfcElementAssemblyTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcElementAssemblyTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcElementAssemblyTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCELEMENTASSEMBLYTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcElementAssemblyType + SUBTYPE OF (IfcElementType); + PredefinedType : IfcElementAssemblyTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcElementAssemblyTypeEnum.USERDEFINED) OR +((PredefinedType = IfcElementAssemblyTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcElementComponent + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBuildingElementPart + ,IfcDiscreteAccessory + ,IfcFastener + ,IfcImpactProtectionDevice + ,IfcMechanicalFastener + ,IfcReinforcingElement + ,IfcSign + ,IfcVibrationDamper + ,IfcVibrationIsolator)) + SUBTYPE OF (IfcElement); +END_ENTITY; + +ENTITY IfcElementComponentType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBuildingElementPartType + ,IfcDiscreteAccessoryType + ,IfcFastenerType + ,IfcImpactProtectionDeviceType + ,IfcMechanicalFastenerType + ,IfcReinforcingElementType + ,IfcSignType + ,IfcVibrationDamperType + ,IfcVibrationIsolatorType)) + SUBTYPE OF (IfcElementType); +END_ENTITY; + +ENTITY IfcElementQuantity + SUBTYPE OF (IfcQuantitySet); + MethodOfMeasurement : OPTIONAL IfcLabel; + Quantities : SET [1:?] OF IfcPhysicalQuantity; + WHERE + UniqueQuantityNames : IfcUniqueQuantityNames(Quantities); +END_ENTITY; + +ENTITY IfcElementType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBuiltElementType + ,IfcCivilElementType + ,IfcDistributionElementType + ,IfcElementAssemblyType + ,IfcElementComponentType + ,IfcFurnishingElementType + ,IfcGeoScienceElementType + ,IfcGeographicElementType + ,IfcTransportElementType + ,IfcTransportationDeviceType)) + SUBTYPE OF (IfcTypeProduct); + ElementType : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcElementarySurface + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCylindricalSurface + ,IfcPlane + ,IfcSphericalSurface + ,IfcToroidalSurface)) + SUBTYPE OF (IfcSurface); + Position : IfcAxis2Placement3D; +END_ENTITY; + +ENTITY IfcEllipse + SUBTYPE OF (IfcConic); + SemiAxis1 : IfcPositiveLengthMeasure; + SemiAxis2 : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcEllipseProfileDef + SUBTYPE OF (IfcParameterizedProfileDef); + SemiAxis1 : IfcPositiveLengthMeasure; + SemiAxis2 : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcEnergyConversionDevice + SUPERTYPE OF (ONEOF + (IfcAirToAirHeatRecovery + ,IfcBoiler + ,IfcBurner + ,IfcChiller + ,IfcCoil + ,IfcCondenser + ,IfcCooledBeam + ,IfcCoolingTower + ,IfcElectricGenerator + ,IfcElectricMotor + ,IfcEngine + ,IfcEvaporativeCooler + ,IfcEvaporator + ,IfcHeatExchanger + ,IfcHumidifier + ,IfcMotorConnection + ,IfcSolarDevice + ,IfcTransformer + ,IfcTubeBundle + ,IfcUnitaryEquipment)) + SUBTYPE OF (IfcDistributionFlowElement); +END_ENTITY; + +ENTITY IfcEnergyConversionDeviceType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcAirToAirHeatRecoveryType + ,IfcBoilerType + ,IfcBurnerType + ,IfcChillerType + ,IfcCoilType + ,IfcCondenserType + ,IfcCooledBeamType + ,IfcCoolingTowerType + ,IfcElectricGeneratorType + ,IfcElectricMotorType + ,IfcEngineType + ,IfcEvaporativeCoolerType + ,IfcEvaporatorType + ,IfcHeatExchangerType + ,IfcHumidifierType + ,IfcMotorConnectionType + ,IfcSolarDeviceType + ,IfcTransformerType + ,IfcTubeBundleType + ,IfcUnitaryEquipmentType)) + SUBTYPE OF (IfcDistributionFlowElementType); +END_ENTITY; + +ENTITY IfcEngine + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcEngineTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcEngineTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcEngineTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCENGINETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcEngineType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcEngineTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcEngineTypeEnum.USERDEFINED) OR +((PredefinedType = IfcEngineTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcEvaporativeCooler + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcEvaporativeCoolerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcEvaporativeCoolerTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcEvaporativeCoolerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCEVAPORATIVECOOLERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcEvaporativeCoolerType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcEvaporativeCoolerTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcEvaporativeCoolerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcEvaporativeCoolerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcEvaporator + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcEvaporatorTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcEvaporatorTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcEvaporatorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCEVAPORATORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcEvaporatorType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcEvaporatorTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcEvaporatorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcEvaporatorTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcEvent + SUBTYPE OF (IfcProcess); + PredefinedType : OPTIONAL IfcEventTypeEnum; + EventTriggerType : OPTIONAL IfcEventTriggerTypeEnum; + UserDefinedEventTriggerType : OPTIONAL IfcLabel; + EventOccurenceTime : OPTIONAL IfcEventTime; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR (PredefinedType <> IfcEventTypeEnum.USERDEFINED) OR ((PredefinedType = IfcEventTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : NOT(EXISTS(EventTriggerType)) OR (EventTriggerType <> IfcEventTriggerTypeEnum.USERDEFINED) OR ((EventTriggerType = IfcEventTriggerTypeEnum.USERDEFINED) AND EXISTS(UserDefinedEventTriggerType)); +END_ENTITY; + +ENTITY IfcEventTime + SUBTYPE OF (IfcSchedulingTime); + ActualDate : OPTIONAL IfcDateTime; + EarlyDate : OPTIONAL IfcDateTime; + LateDate : OPTIONAL IfcDateTime; + ScheduleDate : OPTIONAL IfcDateTime; +END_ENTITY; + +ENTITY IfcEventType + SUBTYPE OF (IfcTypeProcess); + PredefinedType : IfcEventTypeEnum; + EventTriggerType : IfcEventTriggerTypeEnum; + UserDefinedEventTriggerType : OPTIONAL IfcLabel; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcEventTypeEnum.USERDEFINED) OR ((PredefinedType = IfcEventTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcTypeProcess.ProcessType)); + CorrectEventTriggerType : (EventTriggerType <> IfcEventTriggerTypeEnum.USERDEFINED) OR ((EventTriggerType = IfcEventTriggerTypeEnum.USERDEFINED) AND EXISTS(UserDefinedEventTriggerType)); +END_ENTITY; + +ENTITY IfcExcavation + ABSTRACT SUPERTYPE OF (ONEOF + (IfcEarthworksCut + ,IfcUndergroundExcavation)) + SUBTYPE OF (IfcFeatureElementSubtraction); +END_ENTITY; + +ENTITY IfcExtendedProperties + ABSTRACT SUPERTYPE OF (ONEOF + (IfcMaterialProperties + ,IfcProfileProperties)) + SUBTYPE OF (IfcPropertyAbstraction); + Name : OPTIONAL IfcIdentifier; + Description : OPTIONAL IfcText; + Properties : SET [1:?] OF IfcProperty; +END_ENTITY; + +ENTITY IfcExternalInformation + ABSTRACT SUPERTYPE OF (ONEOF + (IfcClassification + ,IfcDocumentInformation + ,IfcLibraryInformation)); +END_ENTITY; + +ENTITY IfcExternalReference + ABSTRACT SUPERTYPE OF (ONEOF + (IfcClassificationReference + ,IfcDatasetReference + ,IfcDocumentReference + ,IfcExternallyDefinedHatchStyle + ,IfcExternallyDefinedSurfaceStyle + ,IfcExternallyDefinedTextFont + ,IfcLibraryReference)); + Location : OPTIONAL IfcURIReference; + Identification : OPTIONAL IfcIdentifier; + Name : OPTIONAL IfcLabel; + INVERSE + ExternalReferenceForResources : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatingReference; + WHERE + WR1 : EXISTS(Identification) OR EXISTS(Location) OR EXISTS(Name); +END_ENTITY; + +ENTITY IfcExternalReferenceRelationship + SUBTYPE OF (IfcResourceLevelRelationship); + RelatingReference : IfcExternalReference; + RelatedResourceObjects : SET [1:?] OF IfcResourceObjectSelect; +END_ENTITY; + +ENTITY IfcExternalSpatialElement + SUBTYPE OF (IfcExternalSpatialStructureElement); + PredefinedType : OPTIONAL IfcExternalSpatialElementTypeEnum; + INVERSE + BoundedBy : SET [0:?] OF IfcRelSpaceBoundary FOR RelatingSpace; +END_ENTITY; + +ENTITY IfcExternalSpatialStructureElement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcExternalSpatialElement)) + SUBTYPE OF (IfcSpatialElement); +END_ENTITY; + +ENTITY IfcExternallyDefinedHatchStyle + SUBTYPE OF (IfcExternalReference); +END_ENTITY; + +ENTITY IfcExternallyDefinedSurfaceStyle + SUBTYPE OF (IfcExternalReference); +END_ENTITY; + +ENTITY IfcExternallyDefinedTextFont + SUBTYPE OF (IfcExternalReference); +END_ENTITY; + +ENTITY IfcExtrudedAreaSolid + SUPERTYPE OF (ONEOF + (IfcExtrudedAreaSolidTapered)) + SUBTYPE OF (IfcSweptAreaSolid); + ExtrudedDirection : IfcDirection; + Depth : IfcPositiveLengthMeasure; + WHERE + ValidExtrusionDirection : IfcDotProduct(IfcRepresentationItem() || IfcGeometricRepresentationItem() || IfcDirection([0.0,0.0,1.0]), SELF.ExtrudedDirection) <> 0.0; +END_ENTITY; + +ENTITY IfcExtrudedAreaSolidTapered + SUBTYPE OF (IfcExtrudedAreaSolid); + EndSweptArea : IfcProfileDef; + WHERE + CorrectProfileAssignment : IfcTaperedSweptAreaProfiles(SELF\IfcSweptAreaSolid.SweptArea, SELF.EndSweptArea); +END_ENTITY; + +ENTITY IfcFace + SUPERTYPE OF (ONEOF + (IfcFaceSurface)) + SUBTYPE OF (IfcTopologicalRepresentationItem); + Bounds : SET [1:?] OF IfcFaceBound; + INVERSE + HasTextureMaps : SET [0:?] OF IfcTextureMap FOR MappedTo; + WHERE + HasOuterBound : SIZEOF(QUERY(temp <* Bounds | 'IFC4X4_BF78F50B.IFCFACEOUTERBOUND' IN TYPEOF(temp))) <= 1; +END_ENTITY; + +ENTITY IfcFaceBasedSurfaceModel + SUBTYPE OF (IfcGeometricRepresentationItem); + FbsmFaces : SET [1:?] OF IfcConnectedFaceSet; + DERIVE + Dim : IfcDimensionCount := 3; +END_ENTITY; + +ENTITY IfcFaceBound + SUPERTYPE OF (ONEOF + (IfcFaceOuterBound)) + SUBTYPE OF (IfcTopologicalRepresentationItem); + Bound : IfcLoop; + Orientation : IfcBoolean; +END_ENTITY; + +ENTITY IfcFaceOuterBound + SUBTYPE OF (IfcFaceBound); +END_ENTITY; + +ENTITY IfcFaceSurface + SUPERTYPE OF (ONEOF + (IfcAdvancedFace)) + SUBTYPE OF (IfcFace); + FaceSurface : IfcSurface; + SameSense : IfcBoolean; +END_ENTITY; + +ENTITY IfcFacetedBrep + SUPERTYPE OF (ONEOF + (IfcFacetedBrepWithVoids)) + SUBTYPE OF (IfcManifoldSolidBrep); +END_ENTITY; + +ENTITY IfcFacetedBrepWithVoids + SUBTYPE OF (IfcFacetedBrep); + Voids : SET [1:?] OF IfcClosedShell; +END_ENTITY; + +ENTITY IfcFacility + SUPERTYPE OF (ONEOF + (IfcBridge + ,IfcBuilding + ,IfcMarineFacility + ,IfcRailway + ,IfcRoad + ,IfcTunnel)) + SUBTYPE OF (IfcSpatialStructureElement); +END_ENTITY; + +ENTITY IfcFacilityPart + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBridgePart + ,IfcFacilityPartCommon + ,IfcMarinePart + ,IfcRailwayPart + ,IfcRoadPart + ,IfcTunnelPart)) + SUBTYPE OF (IfcSpatialStructureElement); + UsageType : IfcFacilityUsageEnum; +END_ENTITY; + +ENTITY IfcFacilityPartCommon + SUBTYPE OF (IfcFacilityPart); + PredefinedType : IfcFacilityPartCommonTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcFacilityPartCommonTypeEnum.USERDEFINED) OR + +EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcFailureConnectionCondition + SUBTYPE OF (IfcStructuralConnectionCondition); + TensionFailureX : OPTIONAL IfcForceMeasure; + TensionFailureY : OPTIONAL IfcForceMeasure; + TensionFailureZ : OPTIONAL IfcForceMeasure; + CompressionFailureX : OPTIONAL IfcForceMeasure; + CompressionFailureY : OPTIONAL IfcForceMeasure; + CompressionFailureZ : OPTIONAL IfcForceMeasure; +END_ENTITY; + +ENTITY IfcFan + SUBTYPE OF (IfcFlowMovingDevice); + PredefinedType : OPTIONAL IfcFanTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcFanTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcFanTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCFANTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcFanType + SUBTYPE OF (IfcFlowMovingDeviceType); + PredefinedType : IfcFanTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcFanTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFanTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcFastener + SUBTYPE OF (IfcElementComponent); + PredefinedType : OPTIONAL IfcFastenerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcFastenerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFastenerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCFASTENERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcFastenerType + SUBTYPE OF (IfcElementComponentType); + PredefinedType : IfcFastenerTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcFastenerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFastenerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcFeatureElement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcFeatureElementAddition + ,IfcFeatureElementSubtraction + ,IfcSurfaceFeature)) + SUBTYPE OF (IfcElement); + WHERE + NotContained : SIZEOF(ContainedInStructure) = 0; +END_ENTITY; + +ENTITY IfcFeatureElementAddition + ABSTRACT SUPERTYPE OF (ONEOF + (IfcProjectionElement)) + SUBTYPE OF (IfcFeatureElement); + INVERSE + ProjectsElements : IfcRelProjectsElement FOR RelatedFeatureElement; +END_ENTITY; + +ENTITY IfcFeatureElementSubtraction + ABSTRACT SUPERTYPE OF (ONEOF + (IfcExcavation + ,IfcOpeningElement + ,IfcVoidingFeature)) + SUBTYPE OF (IfcFeatureElement); + INVERSE + VoidsElements : IfcRelVoidsElement FOR RelatedOpeningElement; + WHERE + HasNoSubtraction : SIZEOF(SELF\IfcElement.HasOpenings) = 0; + IsNotFilling : SIZEOF(SELF\IfcElement.FillsVoids) = 0; +END_ENTITY; + +ENTITY IfcFillAreaStyle + SUBTYPE OF (IfcPresentationStyle); + FillStyles : SET [1:?] OF IfcFillStyleSelect; + ModelOrDraughting : OPTIONAL IfcBoolean; + WHERE + MaxOneColour : SIZEOF(QUERY(Style <* SELF.FillStyles | + 'IFC4X4_BF78F50B.IFCCOLOUR' IN + TYPEOF(Style) + )) <= 1; + MaxOneExtHatchStyle : SIZEOF(QUERY(Style <* SELF.FillStyles | + 'IFC4X4_BF78F50B.IFCEXTERNALLYDEFINEDHATCHSTYLE' IN + TYPEOF(Style) + )) <= 1; + ConsistentHatchStyleDef : IfcCorrectFillAreaStyle(SELF.FillStyles); +END_ENTITY; + +ENTITY IfcFillAreaStyleHatching + SUBTYPE OF (IfcGeometricRepresentationItem); + HatchLineAppearance : IfcCurveStyle; + StartOfNextHatchLine : IfcHatchLineDistanceSelect; + PointOfReferenceHatchLine : OPTIONAL IfcCartesianPoint; + PatternStart : OPTIONAL IfcCartesianPoint; + HatchLineAngle : IfcPlaneAngleMeasure; + WHERE + PatternStart2D : NOT(EXISTS(PatternStart)) OR (PatternStart.Dim = 2); + RefHatchLine2D : NOT(EXISTS(PointOfReferenceHatchLine)) OR (PointOfReferenceHatchLine.Dim = 2); +END_ENTITY; + +ENTITY IfcFillAreaStyleTiles + SUBTYPE OF (IfcGeometricRepresentationItem); + TilingPattern : LIST [2:2] OF IfcVector; + Tiles : SET [1:?] OF IfcStyledItem; + TilingScale : IfcPositiveRatioMeasure; +END_ENTITY; + +ENTITY IfcFillElement + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcFillElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcFillElementTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcFillElementTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCFILLELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcFillElementType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcFillElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcFillElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFillElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcFilter + SUBTYPE OF (IfcFlowTreatmentDevice); + PredefinedType : OPTIONAL IfcFilterTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcFilterTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcFilterTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCFILTERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcFilterType + SUBTYPE OF (IfcFlowTreatmentDeviceType); + PredefinedType : IfcFilterTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcFilterTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFilterTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcFireSuppressionTerminal + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcFireSuppressionTerminalTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcFireSuppressionTerminalTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcFireSuppressionTerminalTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCFIRESUPPRESSIONTERMINALTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcFireSuppressionTerminalType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcFireSuppressionTerminalTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcFireSuppressionTerminalTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFireSuppressionTerminalTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcFixedReferenceSweptAreaSolid + SUPERTYPE OF (ONEOF + (IfcDirectrixDerivedReferenceSweptAreaSolid)) + SUBTYPE OF (IfcDirectrixCurveSweptAreaSolid); + FixedReference : IfcDirection; +END_ENTITY; + +ENTITY IfcFlowController + SUPERTYPE OF (ONEOF + (IfcAirTerminalBox + ,IfcDamper + ,IfcDistributionBoard + ,IfcElectricDistributionBoard + ,IfcElectricTimeControl + ,IfcFlowMeter + ,IfcProtectiveDevice + ,IfcSwitchingDevice + ,IfcValve)) + SUBTYPE OF (IfcDistributionFlowElement); +END_ENTITY; + +ENTITY IfcFlowControllerType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcAirTerminalBoxType + ,IfcDamperType + ,IfcDistributionBoardType + ,IfcElectricDistributionBoardType + ,IfcElectricTimeControlType + ,IfcFlowMeterType + ,IfcProtectiveDeviceType + ,IfcSwitchingDeviceType + ,IfcValveType)) + SUBTYPE OF (IfcDistributionFlowElementType); +END_ENTITY; + +ENTITY IfcFlowFitting + SUPERTYPE OF (ONEOF + (IfcCableCarrierFitting + ,IfcCableFitting + ,IfcDuctFitting + ,IfcJunctionBox + ,IfcPipeFitting)) + SUBTYPE OF (IfcDistributionFlowElement); +END_ENTITY; + +ENTITY IfcFlowFittingType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCableCarrierFittingType + ,IfcCableFittingType + ,IfcDuctFittingType + ,IfcJunctionBoxType + ,IfcPipeFittingType)) + SUBTYPE OF (IfcDistributionFlowElementType); +END_ENTITY; + +ENTITY IfcFlowInstrument + SUBTYPE OF (IfcDistributionControlElement); + PredefinedType : OPTIONAL IfcFlowInstrumentTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcFlowInstrumentTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcFlowInstrumentTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCFLOWINSTRUMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcFlowInstrumentType + SUBTYPE OF (IfcDistributionControlElementType); + PredefinedType : IfcFlowInstrumentTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcFlowInstrumentTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFlowInstrumentTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcFlowMeter + SUBTYPE OF (IfcFlowController); + PredefinedType : OPTIONAL IfcFlowMeterTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcFlowMeterTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcFlowMeterTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCFLOWMETERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcFlowMeterType + SUBTYPE OF (IfcFlowControllerType); + PredefinedType : IfcFlowMeterTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcFlowMeterTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFlowMeterTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcFlowMovingDevice + SUPERTYPE OF (ONEOF + (IfcCompressor + ,IfcFan + ,IfcPump)) + SUBTYPE OF (IfcDistributionFlowElement); +END_ENTITY; + +ENTITY IfcFlowMovingDeviceType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCompressorType + ,IfcFanType + ,IfcPumpType)) + SUBTYPE OF (IfcDistributionFlowElementType); +END_ENTITY; + +ENTITY IfcFlowSegment + SUPERTYPE OF (ONEOF + (IfcCableCarrierSegment + ,IfcCableSegment + ,IfcConveyorSegment + ,IfcDuctSegment + ,IfcPipeSegment)) + SUBTYPE OF (IfcDistributionFlowElement); +END_ENTITY; + +ENTITY IfcFlowSegmentType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCableCarrierSegmentType + ,IfcCableSegmentType + ,IfcConveyorSegmentType + ,IfcDuctSegmentType + ,IfcPipeSegmentType)) + SUBTYPE OF (IfcDistributionFlowElementType); +END_ENTITY; + +ENTITY IfcFlowStorageDevice + SUPERTYPE OF (ONEOF + (IfcElectricFlowStorageDevice + ,IfcTank)) + SUBTYPE OF (IfcDistributionFlowElement); +END_ENTITY; + +ENTITY IfcFlowStorageDeviceType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcElectricFlowStorageDeviceType + ,IfcTankType)) + SUBTYPE OF (IfcDistributionFlowElementType); +END_ENTITY; + +ENTITY IfcFlowTerminal + SUPERTYPE OF (ONEOF + (IfcAirTerminal + ,IfcAudioVisualAppliance + ,IfcCommunicationsAppliance + ,IfcEarthingElement + ,IfcElectricAppliance + ,IfcFireSuppressionTerminal + ,IfcLamp + ,IfcLightFixture + ,IfcLiquidTerminal + ,IfcMedicalDevice + ,IfcMobileTelecommunicationsAppliance + ,IfcOutlet + ,IfcSanitaryTerminal + ,IfcSignal + ,IfcSpaceHeater + ,IfcStackTerminal + ,IfcWasteTerminal)) + SUBTYPE OF (IfcDistributionFlowElement); +END_ENTITY; + +ENTITY IfcFlowTerminalType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcAirTerminalType + ,IfcAudioVisualApplianceType + ,IfcCommunicationsApplianceType + ,IfcEarthingElementType + ,IfcElectricApplianceType + ,IfcFireSuppressionTerminalType + ,IfcLampType + ,IfcLightFixtureType + ,IfcLiquidTerminalType + ,IfcMedicalDeviceType + ,IfcMobileTelecommunicationsApplianceType + ,IfcOutletType + ,IfcSanitaryTerminalType + ,IfcSignalType + ,IfcSpaceHeaterType + ,IfcStackTerminalType + ,IfcWasteTerminalType)) + SUBTYPE OF (IfcDistributionFlowElementType); +END_ENTITY; + +ENTITY IfcFlowTreatmentDevice + SUPERTYPE OF (ONEOF + (IfcDuctSilencer + ,IfcElectricFlowTreatmentDevice + ,IfcFilter + ,IfcInterceptor)) + SUBTYPE OF (IfcDistributionFlowElement); +END_ENTITY; + +ENTITY IfcFlowTreatmentDeviceType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcDuctSilencerType + ,IfcElectricFlowTreatmentDeviceType + ,IfcFilterType + ,IfcInterceptorType)) + SUBTYPE OF (IfcDistributionFlowElementType); +END_ENTITY; + +ENTITY IfcFooting + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcFootingTypeEnum; + WHERE + CorrectPredefinedType : NOT EXISTS(PredefinedType) OR +(PredefinedType <> IfcFootingTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFootingTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCFOOTINGTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcFootingType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcFootingTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcFootingTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFootingTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcFurnishingElement + SUPERTYPE OF (ONEOF + (IfcFurniture + ,IfcSystemFurnitureElement)) + SUBTYPE OF (IfcElement); +END_ENTITY; + +ENTITY IfcFurnishingElementType + SUPERTYPE OF (ONEOF + (IfcFurnitureType + ,IfcSystemFurnitureElementType)) + SUBTYPE OF (IfcElementType); +END_ENTITY; + +ENTITY IfcFurniture + SUBTYPE OF (IfcFurnishingElement); + PredefinedType : OPTIONAL IfcFurnitureTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcFurnitureTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcFurnitureTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCFURNITURETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcFurnitureType + SUBTYPE OF (IfcFurnishingElementType); + AssemblyPlace : IfcAssemblyPlaceEnum; + PredefinedType : OPTIONAL IfcFurnitureTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcFurnitureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcFurnitureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcGeoScienceElement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBorehole + ,IfcGeoScienceFeature + ,IfcGeoScienceModel)) + SUBTYPE OF (IfcElement); +END_ENTITY; + +ENTITY IfcGeoScienceElementType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBoreholeType)) + SUBTYPE OF (IfcElementType); +END_ENTITY; + +ENTITY IfcGeoScienceFeature + SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcGeoScienceFeatureTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceFeatureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCGEOSCIENCEFEATURETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcGeoScienceFeatureType; + PredefinedType : IfcGeoScienceFeatureTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceFeatureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcGeoScienceModel + SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcGeoScienceModelTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceModelTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCGEOSCIENCEMODELTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcGeoScienceModelType; + PredefinedType : IfcGeoScienceModelTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceModelTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcGeoScienceObservation + SUBTYPE OF (IfcObservation); + PredefinedType : IfcGeoScienceObservationTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcGeoScienceObservationTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcGeographicCRS + SUBTYPE OF (IfcCoordinateReferenceSystem); + PrimeMeridian : OPTIONAL IfcIdentifier; + AngleUnit : OPTIONAL IfcNamedUnit; + HeightUnit : OPTIONAL IfcNamedUnit; + WHERE + AngleUnitIsPlaneAngle : NOT EXISTS(SELF.AngleUnit) OR SELF.AngleUnit.UnitType = IfcUnitEnum.PLANEANGLEUNIT; + HeightUnitIsLength : NOT EXISTS(SELF.HeightUnit) OR SELF.HeightUnit.UnitType = IfcUnitEnum.LENGTHUNIT; +END_ENTITY; + +ENTITY IfcGeographicElement + SUBTYPE OF (IfcElement); + PredefinedType : OPTIONAL IfcGeographicElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcGeographicElementTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcGeographicElementTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCGEOGRAPHICELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcGeographicElementType + SUBTYPE OF (IfcElementType); + PredefinedType : IfcGeographicElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcGeographicElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeographicElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcGeometricCurveSet + SUBTYPE OF (IfcGeometricSet); + WHERE + NoSurfaces : SIZEOF(QUERY(Temp <* SELF\IfcGeometricSet.Elements | +'IFC4X4_BF78F50B.IFCSURFACE' IN TYPEOF(Temp))) = 0; +END_ENTITY; + +ENTITY IfcGeometricRepresentationContext + SUPERTYPE OF (ONEOF + (IfcGeometricRepresentationSubContext)) + SUBTYPE OF (IfcRepresentationContext); + CoordinateSpaceDimension : IfcDimensionCount; + Precision : OPTIONAL IfcReal; + WorldCoordinateSystem : IfcAxis2Placement; + TrueNorth : OPTIONAL IfcDirection; + INVERSE + HasSubContexts : SET [0:?] OF IfcGeometricRepresentationSubContext FOR ParentContext; + HasCoordinateOperation : SET [0:1] OF IfcCoordinateOperation FOR SourceCRS; + WHERE + North2D : NOT(EXISTS(TrueNorth)) OR (HIINDEX(TrueNorth.DirectionRatios) = 2); +END_ENTITY; + +ENTITY IfcGeometricRepresentationItem + ABSTRACT SUPERTYPE OF (ONEOF + (IfcAnnotationFillArea + ,IfcBooleanResult + ,IfcBoundingBox + ,IfcCartesianPointList + ,IfcCartesianTransformationOperator + ,IfcCsgPrimitive3D + ,IfcCurve + ,IfcDirection + ,IfcFaceBasedSurfaceModel + ,IfcFillAreaStyleHatching + ,IfcFillAreaStyleTiles + ,IfcGeometricSet + ,IfcHalfSpaceSolid + ,IfcLightSource + ,IfcPlacement + ,IfcPlanarExtent + ,IfcPoint + ,IfcSectionedSpine + ,IfcSegment + ,IfcShellBasedSurfaceModel + ,IfcSolidModel + ,IfcSurface + ,IfcTessellatedItem + ,IfcTextLiteral + ,IfcVector + ,IfcWellKnownText)) + SUBTYPE OF (IfcRepresentationItem); +END_ENTITY; + +ENTITY IfcGeometricRepresentationSubContext + SUBTYPE OF (IfcGeometricRepresentationContext); + ParentContext : IfcGeometricRepresentationContext; + TargetScale : OPTIONAL IfcPositiveRatioMeasure; + TargetView : IfcGeometricProjectionEnum; + UserDefinedTargetView : OPTIONAL IfcLabel; + DERIVE + SELF\IfcGeometricRepresentationContext.WorldCoordinateSystem : IfcAxis2Placement := ParentContext.WorldCoordinateSystem; + SELF\IfcGeometricRepresentationContext.CoordinateSpaceDimension : IfcDimensionCount := ParentContext.CoordinateSpaceDimension; + SELF\IfcGeometricRepresentationContext.TrueNorth : IfcDirection := NVL(ParentContext.TrueNorth, IfcConvertDirectionInto2D(SELF\IfcGeometricRepresentationContext.WorldCoordinateSystem.P[2])); + SELF\IfcGeometricRepresentationContext.Precision : IfcReal := NVL(ParentContext.Precision,1.E-5); + WHERE + ParentNoSub : NOT('IFC4X4_BF78F50B.IFCGEOMETRICREPRESENTATIONSUBCONTEXT' IN TYPEOF(ParentContext)); + UserTargetProvided : (TargetView <> IfcGeometricProjectionEnum.USERDEFINED) OR +((TargetView = IfcGeometricProjectionEnum.USERDEFINED) AND EXISTS(UserDefinedTargetView)); + NoCoordOperation : SIZEOF(SELF\IfcGeometricRepresentationContext.HasCoordinateOperation) = 0; +END_ENTITY; + +ENTITY IfcGeometricSet + SUPERTYPE OF (ONEOF + (IfcGeometricCurveSet)) + SUBTYPE OF (IfcGeometricRepresentationItem); + Elements : SET [1:?] OF IfcGeometricSetSelect; + DERIVE + Dim : IfcDimensionCount := Elements[1].Dim; + WHERE + ConsistentDim : SIZEOF(QUERY(Temp <* Elements | + Temp.Dim <> Elements[1].Dim)) += 0; +END_ENTITY; + +ENTITY IfcGeomodel + SUBTYPE OF (IfcGeotechnicalAssembly); +END_ENTITY; + +ENTITY IfcGeoslice + SUBTYPE OF (IfcGeotechnicalAssembly); +END_ENTITY; + +ENTITY IfcGeotechnicalAssembly + ABSTRACT SUPERTYPE OF (ONEOF + (IfcGeomodel + ,IfcGeoslice)) + SUBTYPE OF (IfcGeotechnicalElement); +END_ENTITY; + +ENTITY IfcGeotechnicalElement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcGeotechnicalAssembly + ,IfcGeotechnicalStratum)) + SUBTYPE OF (IfcElement); +END_ENTITY; + +ENTITY IfcGeotechnicalStratum + SUBTYPE OF (IfcGeotechnicalElement); + PredefinedType : IfcGeotechnicalStratumTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcGeotechnicalStratumTypeEnum.USERDEFINED) OR + + EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcGradientCurve + SUBTYPE OF (IfcCompositeCurve); + BaseCurve : IfcBoundedCurve; + EndPoint : OPTIONAL IfcPlacement; + DERIVE + RelativeElevation : IfcLengthMeasure := IfcGradient(SELF); +END_ENTITY; + +ENTITY IfcGrid + SUBTYPE OF (IfcPositioningElement); + UAxes : LIST [1:?] OF UNIQUE IfcGridAxis; + VAxes : LIST [1:?] OF UNIQUE IfcGridAxis; + WAxes : OPTIONAL LIST [1:?] OF UNIQUE IfcGridAxis; + PredefinedType : OPTIONAL IfcGridTypeEnum; +END_ENTITY; + +ENTITY IfcGridAxis; + AxisTag : OPTIONAL IfcLabel; + AxisCurve : IfcCurve; + SameSense : IfcBoolean; + INVERSE + PartOfW : SET [0:1] OF IfcGrid FOR WAxes; + PartOfV : SET [0:1] OF IfcGrid FOR VAxes; + PartOfU : SET [0:1] OF IfcGrid FOR UAxes; + HasIntersections : SET [0:?] OF IfcVirtualGridIntersection FOR IntersectingAxes; + WHERE + WR1 : AxisCurve.Dim = 2; + WR2 : (SIZEOF(PartOfU) = 1) XOR (SIZEOF(PartOfV) = 1) XOR (SIZEOF(PartOfW) = 1); +END_ENTITY; + +ENTITY IfcGridPlacement + SUBTYPE OF (IfcObjectPlacement); + PlacementLocation : IfcVirtualGridIntersection; + PlacementRefDirection : OPTIONAL IfcGridPlacementDirectionSelect; +END_ENTITY; + +ENTITY IfcGroundReinforcementElement + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcGroundReinforcementElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcGroundReinforcementElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGroundReinforcementElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCGROUNDREINFORCEMENTELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcGroundReinforcementElementType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcGroundReinforcementElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcGroundReinforcementElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGroundReinforcementElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcGroup + SUPERTYPE OF (ONEOF + (IfcAsset + ,IfcInventory + ,IfcStructuralLoadGroup + ,IfcStructuralResultGroup + ,IfcSystem)) + SUBTYPE OF (IfcObject); + INVERSE + IsGroupedBy : SET [0:?] OF IfcRelAssignsToGroup FOR RelatingGroup; + ReferencedInStructures : SET [0:?] OF IfcRelReferencedInSpatialStructure FOR RelatedElements; +END_ENTITY; + +ENTITY IfcHalfSpaceSolid + SUPERTYPE OF (ONEOF + (IfcBoxedHalfSpace + ,IfcPolygonalBoundedHalfSpace)) + SUBTYPE OF (IfcGeometricRepresentationItem); + BaseSurface : IfcSurface; + AgreementFlag : IfcBoolean; + DERIVE + Dim : IfcDimensionCount := 3; +END_ENTITY; + +ENTITY IfcHeatExchanger + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcHeatExchangerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcHeatExchangerTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcHeatExchangerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCHEATEXCHANGERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcHeatExchangerType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcHeatExchangerTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcHeatExchangerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcHeatExchangerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcHumidifier + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcHumidifierTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcHumidifierTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcHumidifierTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCHUMIDIFIERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcHumidifierType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcHumidifierTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcHumidifierTypeEnum.USERDEFINED) OR +((PredefinedType = IfcHumidifierTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcIShapeProfileDef + SUBTYPE OF (IfcParameterizedProfileDef); + OverallWidth : IfcPositiveLengthMeasure; + OverallDepth : IfcPositiveLengthMeasure; + WebThickness : IfcPositiveLengthMeasure; + FlangeThickness : IfcPositiveLengthMeasure; + FilletRadius : OPTIONAL IfcNonNegativeLengthMeasure; + FlangeEdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure; + FlangeSlope : OPTIONAL IfcPlaneAngleMeasure; + WHERE + ValidFlangeThickness : (2. * FlangeThickness) < OverallDepth; + ValidWebThickness : WebThickness < OverallWidth; + ValidFilletRadius : NOT(EXISTS(FilletRadius)) OR +((FilletRadius <= (OverallWidth - WebThickness)/2.) AND + (FilletRadius <= (OverallDepth - (2. * FlangeThickness))/2.)); +END_ENTITY; + +ENTITY IfcImageTexture + SUBTYPE OF (IfcSurfaceTexture); + URLReference : IfcURIReference; +END_ENTITY; + +ENTITY IfcImpactProtectionDevice + SUBTYPE OF (IfcElementComponent); + PredefinedType : OPTIONAL IfcImpactProtectionDeviceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcImpactProtectionDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcImpactProtectionDeviceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCIMPACTPROTECTIONDEVICETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcImpactProtectionDeviceType + SUBTYPE OF (IfcElementComponentType); + PredefinedType : IfcImpactProtectionDeviceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcImpactProtectionDeviceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcImpactProtectionDeviceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcImprovedGround + SUBTYPE OF (IfcEarthworksElement); + PredefinedType : IfcImprovedGroundTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcImprovedGroundTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcIndexedColourMap + SUBTYPE OF (IfcPresentationItem); + MappedTo : IfcTessellatedFaceSet; + Opacity : OPTIONAL IfcNormalisedRatioMeasure; + Colours : IfcColourRgbList; + ColourIndex : LIST [1:?] OF IfcPositiveInteger; +END_ENTITY; + +ENTITY IfcIndexedPolyCurve + SUBTYPE OF (IfcBoundedCurve); + Points : IfcCartesianPointList; + Segments : OPTIONAL LIST [1:?] OF IfcSegmentIndexSelect; + SelfIntersect : OPTIONAL IfcBoolean; + WHERE + Consecutive : NOT(EXISTS(Segments)) OR IfcConsecutiveSegments(Segments); +END_ENTITY; + +ENTITY IfcIndexedPolygonalFace + SUPERTYPE OF (ONEOF + (IfcIndexedPolygonalFaceWithVoids)) + SUBTYPE OF (IfcTessellatedItem); + CoordIndex : LIST [3:?] OF IfcPositiveInteger; + INVERSE + ToFaceSet : SET [1:?] OF IfcPolygonalFaceSet FOR Faces; + HasTexCoords : SET [0:1] OF IfcTextureCoordinateIndices FOR TexCoordsOf; +END_ENTITY; + +ENTITY IfcIndexedPolygonalFaceWithVoids + SUBTYPE OF (IfcIndexedPolygonalFace); + InnerCoordIndices : LIST [1:?] OF LIST [3:?] OF UNIQUE IfcPositiveInteger; +END_ENTITY; + +ENTITY IfcIndexedPolygonalTextureMap + SUBTYPE OF (IfcIndexedTextureMap); + TexCoordIndices : SET [1:?] OF IfcTextureCoordinateIndices; +END_ENTITY; + +ENTITY IfcIndexedTextureMap + ABSTRACT SUPERTYPE OF (ONEOF + (IfcIndexedPolygonalTextureMap + ,IfcIndexedTriangleTextureMap)) + SUBTYPE OF (IfcTextureCoordinate); + MappedTo : IfcTessellatedFaceSet; + TexCoords : IfcTextureVertexList; +END_ENTITY; + +ENTITY IfcIndexedTriangleTextureMap + SUBTYPE OF (IfcIndexedTextureMap); + TexCoordIndex : OPTIONAL LIST [1:?] OF LIST [3:3] OF IfcPositiveInteger; +END_ENTITY; + +ENTITY IfcIntegerVoxelData + SUBTYPE OF (IfcVoxelData); + Values : ARRAY [1:GridSize] OF IfcInteger; + Unit : OPTIONAL IfcUnit; + DERIVE + GridSize : IfcInteger := SIZEOF(SELF\IfcProduct.Representation.Representations[1].Items[1]\IfcVoxelGrid.Voxels); +END_ENTITY; + +ENTITY IfcInterceptor + SUBTYPE OF (IfcFlowTreatmentDevice); + PredefinedType : OPTIONAL IfcInterceptorTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcInterceptorTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcInterceptorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCINTERCEPTORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcInterceptorType + SUBTYPE OF (IfcFlowTreatmentDeviceType); + PredefinedType : IfcInterceptorTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcInterceptorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcInterceptorTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcIntersectionCurve + SUBTYPE OF (IfcSurfaceCurve); + WHERE + TwoPCurves : SIZEOF(SELF\IfcSurfaceCurve.AssociatedGeometry) = 2; + DistinctSurfaces : IfcAssociatedSurface(SELF\IfcSurfaceCurve.AssociatedGeometry[1]) <> IfcAssociatedSurface(SELF\IfcSurfaceCurve.AssociatedGeometry[2]); +END_ENTITY; + +ENTITY IfcInventory + SUBTYPE OF (IfcGroup); + PredefinedType : OPTIONAL IfcInventoryTypeEnum; + Jurisdiction : OPTIONAL IfcActorSelect; + ResponsiblePersons : OPTIONAL SET [1:?] OF IfcPerson; + LastUpdateDate : OPTIONAL IfcDate; + CurrentValue : OPTIONAL IfcCostValue; + OriginalValue : OPTIONAL IfcCostValue; +END_ENTITY; + +ENTITY IfcIrregularTimeSeries + SUBTYPE OF (IfcTimeSeries); + Values : LIST [1:?] OF IfcIrregularTimeSeriesValue; +END_ENTITY; + +ENTITY IfcIrregularTimeSeriesValue; + TimeStamp : IfcDateTime; + ListValues : LIST [1:?] OF IfcValue; +END_ENTITY; + +ENTITY IfcJunctionBox + SUBTYPE OF (IfcFlowFitting); + PredefinedType : OPTIONAL IfcJunctionBoxTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcJunctionBoxTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcJunctionBoxTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCJUNCTIONBOXTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcJunctionBoxType + SUBTYPE OF (IfcFlowFittingType); + PredefinedType : IfcJunctionBoxTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcJunctionBoxTypeEnum.USERDEFINED) OR +((PredefinedType = IfcJunctionBoxTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcKerb + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcKerbTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcKerbTypeEnum.USERDEFINED) OR +((PredefinedType = IfcKerbTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCKERBTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcKerbType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcKerbTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcKerbTypeEnum.USERDEFINED) OR +((PredefinedType = IfcKerbTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcLShapeProfileDef + SUBTYPE OF (IfcParameterizedProfileDef); + Depth : IfcPositiveLengthMeasure; + Width : OPTIONAL IfcPositiveLengthMeasure; + Thickness : IfcPositiveLengthMeasure; + FilletRadius : OPTIONAL IfcNonNegativeLengthMeasure; + EdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure; + LegSlope : OPTIONAL IfcPlaneAngleMeasure; + WHERE + ValidThickness : (Thickness < Depth) AND (NOT(EXISTS(Width)) OR (Thickness < Width)); +END_ENTITY; + +ENTITY IfcLabelVoxelData + SUBTYPE OF (IfcVoxelData); + Values : ARRAY [1:?] OF IfcLabel; +END_ENTITY; + +ENTITY IfcLaborResource + SUBTYPE OF (IfcConstructionResource); + PredefinedType : OPTIONAL IfcLaborResourceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcLaborResourceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcLaborResourceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcLaborResourceType + SUBTYPE OF (IfcConstructionResourceType); + PredefinedType : IfcLaborResourceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcLaborResourceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcLaborResourceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcTypeResource.ResourceType)); +END_ENTITY; + +ENTITY IfcLagTime + SUBTYPE OF (IfcSchedulingTime); + LagValue : IfcTimeOrRatioSelect; + DurationType : IfcTaskDurationEnum; +END_ENTITY; + +ENTITY IfcLamp + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcLampTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcLampTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcLampTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCLAMPTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcLampType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcLampTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcLampTypeEnum.USERDEFINED) OR +((PredefinedType = IfcLampTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcLibraryInformation + SUBTYPE OF (IfcExternalInformation); + Name : IfcLabel; + Version : OPTIONAL IfcLabel; + Publisher : OPTIONAL IfcActorSelect; + VersionDate : OPTIONAL IfcDateTime; + Location : OPTIONAL IfcURIReference; + Description : OPTIONAL IfcText; + INVERSE + LibraryInfoForObjects : SET [0:?] OF IfcRelAssociatesLibrary FOR RelatingLibrary; + HasLibraryReferences : SET [0:?] OF IfcLibraryReference FOR ReferencedLibrary; +END_ENTITY; + +ENTITY IfcLibraryReference + SUBTYPE OF (IfcExternalReference); + Description : OPTIONAL IfcText; + Language : OPTIONAL IfcLanguageId; + ReferencedLibrary : OPTIONAL IfcLibraryInformation; + INVERSE + LibraryRefForObjects : SET [0:?] OF IfcRelAssociatesLibrary FOR RelatingLibrary; +END_ENTITY; + +ENTITY IfcLightDistributionData; + MainPlaneAngle : IfcPlaneAngleMeasure; + SecondaryPlaneAngle : LIST [1:?] OF IfcPlaneAngleMeasure; + LuminousIntensity : LIST [1:?] OF IfcLuminousIntensityDistributionMeasure; +END_ENTITY; + +ENTITY IfcLightFixture + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcLightFixtureTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcLightFixtureTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcLightFixtureTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCLIGHTFIXTURETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcLightFixtureType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcLightFixtureTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcLightFixtureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcLightFixtureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcLightIntensityDistribution; + LightDistributionCurve : IfcLightDistributionCurveEnum; + DistributionData : LIST [1:?] OF IfcLightDistributionData; +END_ENTITY; + +ENTITY IfcLightSource + ABSTRACT SUPERTYPE OF (ONEOF + (IfcLightSourceAmbient + ,IfcLightSourceDirectional + ,IfcLightSourceGoniometric + ,IfcLightSourcePositional)) + SUBTYPE OF (IfcGeometricRepresentationItem); + Name : OPTIONAL IfcLabel; + LightColour : IfcColourRgb; + AmbientIntensity : OPTIONAL IfcNormalisedRatioMeasure; + Intensity : OPTIONAL IfcNormalisedRatioMeasure; +END_ENTITY; + +ENTITY IfcLightSourceAmbient + SUBTYPE OF (IfcLightSource); +END_ENTITY; + +ENTITY IfcLightSourceDirectional + SUBTYPE OF (IfcLightSource); + Orientation : IfcDirection; +END_ENTITY; + +ENTITY IfcLightSourceGoniometric + SUBTYPE OF (IfcLightSource); + Position : IfcAxis2Placement3D; + ColourAppearance : OPTIONAL IfcColourRgb; + ColourTemperature : IfcThermodynamicTemperatureMeasure; + LuminousFlux : IfcLuminousFluxMeasure; + LightEmissionSource : IfcLightEmissionSourceEnum; + LightDistributionDataSource : IfcLightDistributionDataSourceSelect; +END_ENTITY; + +ENTITY IfcLightSourcePositional + SUPERTYPE OF (ONEOF + (IfcLightSourceSpot)) + SUBTYPE OF (IfcLightSource); + Position : IfcCartesianPoint; + Radius : IfcPositiveLengthMeasure; + ConstantAttenuation : IfcReal; + DistanceAttenuation : IfcReal; + QuadricAttenuation : IfcReal; +END_ENTITY; + +ENTITY IfcLightSourceSpot + SUBTYPE OF (IfcLightSourcePositional); + Orientation : IfcDirection; + ConcentrationExponent : OPTIONAL IfcReal; + SpreadAngle : IfcPositivePlaneAngleMeasure; + BeamWidthAngle : IfcPositivePlaneAngleMeasure; +END_ENTITY; + +ENTITY IfcLine + SUBTYPE OF (IfcCurve); + Pnt : IfcCartesianPoint; + Dir : IfcVector; + WHERE + SameDim : Dir.Dim = Pnt.Dim; +END_ENTITY; + +ENTITY IfcLinearElement + SUPERTYPE OF (ONEOF + (IfcAlignmentCant + ,IfcAlignmentHorizontal + ,IfcAlignmentSegment + ,IfcAlignmentVertical + ,IfcLinearZone)) + SUBTYPE OF (IfcProduct); +END_ENTITY; + +ENTITY IfcLinearPlacement + SUBTYPE OF (IfcObjectPlacement); + RelativePlacement : IfcAxis2PlacementLinear; + CartesianPosition : OPTIONAL IfcAxis2Placement3D; +END_ENTITY; + +ENTITY IfcLinearPositioningElement + SUPERTYPE OF (ONEOF + (IfcAlignment)) + SUBTYPE OF (IfcPositioningElement); +END_ENTITY; + +ENTITY IfcLinearZone + ABSTRACT SUPERTYPE OF (ONEOF + (IfcTunnelTypicalSection)) + SUBTYPE OF (IfcLinearElement); +END_ENTITY; + +ENTITY IfcLiquidTerminal + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcLiquidTerminalTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcLiquidTerminalTypeEnum.USERDEFINED) OR +((PredefinedType = IfcLiquidTerminalTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCLIQUIDTERMINALTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcLiquidTerminalType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcLiquidTerminalTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcLiquidTerminalTypeEnum.USERDEFINED) OR +((PredefinedType = IfcLiquidTerminalTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcLocalPlacement + SUBTYPE OF (IfcObjectPlacement); + RelativePlacement : IfcAxis2Placement; + WHERE + WR21 : IfcCorrectLocalPlacement(RelativePlacement, PlacementRelTo); +END_ENTITY; + +ENTITY IfcLogicalVoxelData + SUBTYPE OF (IfcVoxelData); + Values : ARRAY [1:?] OF IfcLogical; +END_ENTITY; + +ENTITY IfcLoop + SUPERTYPE OF (ONEOF + (IfcEdgeLoop + ,IfcPolyLoop + ,IfcVertexLoop)) + SUBTYPE OF (IfcTopologicalRepresentationItem); +END_ENTITY; + +ENTITY IfcManifoldSolidBrep + ABSTRACT SUPERTYPE OF (ONEOF + (IfcAdvancedBrep + ,IfcFacetedBrep)) + SUBTYPE OF (IfcSolidModel); + Outer : IfcClosedShell; +END_ENTITY; + +ENTITY IfcMapConversion + SUPERTYPE OF (ONEOF + (IfcMapConversionScaled)) + SUBTYPE OF (IfcCoordinateOperation); + Eastings : IfcLengthMeasure; + Northings : IfcLengthMeasure; + OrthogonalHeight : IfcLengthMeasure; + XAxisAbscissa : OPTIONAL IfcReal; + XAxisOrdinate : OPTIONAL IfcReal; + Scale : OPTIONAL IfcReal; + WHERE + OnlyProjectedCRS : 'IFC4X4_BF78F50B.IFCPROJECTEDCRS' IN TYPEOF(SELF\IfcCoordinateOperation.TargetCRS); +END_ENTITY; + +ENTITY IfcMapConversionScaled + SUBTYPE OF (IfcMapConversion); + ScaleX : IfcReal; + ScaleY : IfcReal; + ScaleZ : IfcReal; +END_ENTITY; + +ENTITY IfcMappedItem + SUBTYPE OF (IfcRepresentationItem); + MappingSource : IfcRepresentationMap; + MappingTarget : IfcCartesianTransformationOperator; +END_ENTITY; + +ENTITY IfcMarineFacility + SUBTYPE OF (IfcFacility); + PredefinedType : IfcMarineFacilityTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcMarineFacilityTypeEnum.USERDEFINED) OR + +EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcMarinePart + SUBTYPE OF (IfcFacilityPart); + PredefinedType : IfcMarinePartTypeEnum; + WHERE + HasObjectType : (PredefinedType <>IfcMarinePartTypeEnum.USERDEFINED) OR + +EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcMaterial + SUBTYPE OF (IfcMaterialDefinition); + Name : IfcLabel; + Description : OPTIONAL IfcText; + Category : OPTIONAL IfcLabel; + INVERSE + HasRepresentation : SET [0:1] OF IfcMaterialDefinitionRepresentation FOR RepresentedMaterial; + IsRelatedWith : SET [0:?] OF IfcMaterialRelationship FOR RelatedMaterials; + RelatesTo : SET [0:1] OF IfcMaterialRelationship FOR RelatingMaterial; +END_ENTITY; + +ENTITY IfcMaterialClassificationRelationship; + MaterialClassifications : SET [1:?] OF IfcClassificationSelect; + ClassifiedMaterial : IfcMaterial; +END_ENTITY; + +ENTITY IfcMaterialConstituent + SUBTYPE OF (IfcMaterialDefinition); + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + Material : IfcMaterial; + Fraction : OPTIONAL IfcNormalisedRatioMeasure; + Category : OPTIONAL IfcLabel; + INVERSE + ToMaterialConstituentSet : IfcMaterialConstituentSet FOR MaterialConstituents; +END_ENTITY; + +ENTITY IfcMaterialConstituentSet + SUBTYPE OF (IfcMaterialDefinition); + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + MaterialConstituents : OPTIONAL SET [1:?] OF IfcMaterialConstituent; +END_ENTITY; + +ENTITY IfcMaterialDefinition + ABSTRACT SUPERTYPE OF (ONEOF + (IfcMaterial + ,IfcMaterialConstituent + ,IfcMaterialConstituentSet + ,IfcMaterialLayer + ,IfcMaterialLayerSet + ,IfcMaterialProfile + ,IfcMaterialProfileSet)); + INVERSE + AssociatedTo : SET [0:?] OF IfcRelAssociatesMaterial FOR RelatingMaterial; + HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; + HasProperties : SET [0:?] OF IfcMaterialProperties FOR Material; +END_ENTITY; + +ENTITY IfcMaterialDefinitionRepresentation + SUBTYPE OF (IfcProductRepresentation); + RepresentedMaterial : IfcMaterial; + WHERE + OnlyStyledRepresentations : SIZEOF(QUERY(temp <* Representations | + (NOT('IFC4X4_BF78F50B.IFCSTYLEDREPRESENTATION' IN TYPEOF(temp))) +)) = 0; +END_ENTITY; + +ENTITY IfcMaterialLayer + SUPERTYPE OF (ONEOF + (IfcMaterialLayerWithOffsets)) + SUBTYPE OF (IfcMaterialDefinition); + Material : OPTIONAL IfcMaterial; + LayerThickness : IfcNonNegativeLengthMeasure; + IsVentilated : OPTIONAL IfcLogical; + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + Category : OPTIONAL IfcLabel; + Priority : OPTIONAL IfcInteger; + INVERSE + ToMaterialLayerSet : IfcMaterialLayerSet FOR MaterialLayers; + WHERE + NormalizedPriority : NOT(EXISTS(Priority)) OR {0 <= Priority <= 100}; +END_ENTITY; + +ENTITY IfcMaterialLayerSet + SUBTYPE OF (IfcMaterialDefinition); + MaterialLayers : LIST [1:?] OF IfcMaterialLayer; + LayerSetName : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + DERIVE + TotalThickness : IfcLengthMeasure := IfcMlsTotalThickness(SELF); +END_ENTITY; + +ENTITY IfcMaterialLayerSetUsage + SUBTYPE OF (IfcMaterialUsageDefinition); + ForLayerSet : IfcMaterialLayerSet; + LayerSetDirection : IfcLayerSetDirectionEnum; + DirectionSense : IfcDirectionSenseEnum; + OffsetFromReferenceLine : IfcLengthMeasure; + ReferenceExtent : OPTIONAL IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcMaterialLayerWithOffsets + SUBTYPE OF (IfcMaterialLayer); + OffsetDirection : IfcLayerSetDirectionEnum; + OffsetValues : ARRAY [1:2] OF IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcMaterialList; + Materials : LIST [1:?] OF IfcMaterial; +END_ENTITY; + +ENTITY IfcMaterialProfile + SUPERTYPE OF (ONEOF + (IfcMaterialProfileWithOffsets)) + SUBTYPE OF (IfcMaterialDefinition); + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + Material : OPTIONAL IfcMaterial; + Profile : IfcProfileDef; + Priority : OPTIONAL IfcInteger; + Category : OPTIONAL IfcLabel; + INVERSE + ToMaterialProfileSet : IfcMaterialProfileSet FOR MaterialProfiles; + WHERE + NormalizedPriority : NOT(EXISTS(Priority)) OR {0 <= Priority <= 100}; +END_ENTITY; + +ENTITY IfcMaterialProfileSet + SUBTYPE OF (IfcMaterialDefinition); + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + MaterialProfiles : LIST [1:?] OF IfcMaterialProfile; + CompositeProfile : OPTIONAL IfcCompositeProfileDef; +END_ENTITY; + +ENTITY IfcMaterialProfileSetUsage + SUPERTYPE OF (ONEOF + (IfcMaterialProfileSetUsageTapering)) + SUBTYPE OF (IfcMaterialUsageDefinition); + ForProfileSet : IfcMaterialProfileSet; + CardinalPoint : OPTIONAL IfcCardinalPointReference; + ReferenceExtent : OPTIONAL IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcMaterialProfileSetUsageTapering + SUBTYPE OF (IfcMaterialProfileSetUsage); + ForProfileEndSet : IfcMaterialProfileSet; + CardinalEndPoint : OPTIONAL IfcCardinalPointReference; +END_ENTITY; + +ENTITY IfcMaterialProfileWithOffsets + SUBTYPE OF (IfcMaterialProfile); + OffsetValues : ARRAY [1:2] OF IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcMaterialProperties + SUBTYPE OF (IfcExtendedProperties); + Material : IfcMaterialDefinition; +END_ENTITY; + +ENTITY IfcMaterialRelationship + SUBTYPE OF (IfcResourceLevelRelationship); + RelatingMaterial : IfcMaterial; + RelatedMaterials : SET [1:?] OF IfcMaterial; + Expression : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcMaterialUsageDefinition + ABSTRACT SUPERTYPE OF (ONEOF + (IfcMaterialLayerSetUsage + ,IfcMaterialProfileSetUsage)); + INVERSE + AssociatedTo : SET [1:?] OF IfcRelAssociatesMaterial FOR RelatingMaterial; +END_ENTITY; + +ENTITY IfcMeasureWithUnit; + ValueComponent : IfcValue; + UnitComponent : IfcUnit; +END_ENTITY; + +ENTITY IfcMechanicalFastener + SUBTYPE OF (IfcElementComponent); + NominalDiameter : OPTIONAL IfcPositiveLengthMeasure; + NominalLength : OPTIONAL IfcPositiveLengthMeasure; + PredefinedType : OPTIONAL IfcMechanicalFastenerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcMechanicalFastenerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcMechanicalFastenerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCMECHANICALFASTENERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcMechanicalFastenerType + SUBTYPE OF (IfcElementComponentType); + PredefinedType : IfcMechanicalFastenerTypeEnum; + NominalDiameter : OPTIONAL IfcPositiveLengthMeasure; + NominalLength : OPTIONAL IfcPositiveLengthMeasure; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcMechanicalFastenerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcMechanicalFastenerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcMedicalDevice + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcMedicalDeviceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcMedicalDeviceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcMedicalDeviceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCMEDICALDEVICETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcMedicalDeviceType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcMedicalDeviceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcMedicalDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcMedicalDeviceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcMember + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcMemberTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcMemberTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcMemberTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCMEMBERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcMemberType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcMemberTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcMemberTypeEnum.USERDEFINED) OR +((PredefinedType = IfcMemberTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcMetric + SUBTYPE OF (IfcConstraint); + Benchmark : IfcBenchmarkEnum; + ValueSource : OPTIONAL IfcLabel; + DataValue : OPTIONAL IfcMetricValueSelect; + ReferencePath : OPTIONAL IfcReference; +END_ENTITY; + +ENTITY IfcMirroredProfileDef + SUBTYPE OF (IfcDerivedProfileDef); + DERIVE + SELF\IfcDerivedProfileDef.Operator : IfcCartesianTransformationOperator2D := +IfcRepresentationItem() || IfcGeometricRepresentationItem() || +IfcCartesianTransformationOperator( + -- Axis1 + IfcRepresentationItem() || IfcGeometricRepresentationItem() || + IfcDirection([-1., 0.]), + -- Axis2 + IfcRepresentationItem() || IfcGeometricRepresentationItem() || + IfcDirection([ 0., 1.]), + -- LocalOrigin + IfcRepresentationItem() || IfcGeometricRepresentationItem() || + IfcPoint() || IfcCartesianPoint([0., 0.]), + -- Scale + 1.) || +IfcCartesianTransformationOperator2D(); +END_ENTITY; + +ENTITY IfcMobileTelecommunicationsAppliance + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcMobileTelecommunicationsApplianceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcMobileTelecommunicationsApplianceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcMobileTelecommunicationsApplianceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCMOBILETELECOMMUNICATIONSAPPLIANCETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcMobileTelecommunicationsApplianceType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcMobileTelecommunicationsApplianceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcMobileTelecommunicationsApplianceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcMobileTelecommunicationsApplianceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcMonetaryUnit; + Currency : IfcLabel; +END_ENTITY; + +ENTITY IfcMooringDevice + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcMooringDeviceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcMooringDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcMooringDeviceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCMOORINGDEVICETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcMooringDeviceType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcMooringDeviceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcMooringDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcMooringDeviceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcMotorConnection + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcMotorConnectionTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcMotorConnectionTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcMotorConnectionTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCMOTORCONNECTIONTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcMotorConnectionType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcMotorConnectionTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcMotorConnectionTypeEnum.USERDEFINED) OR +((PredefinedType = IfcMotorConnectionTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcNamedUnit + ABSTRACT SUPERTYPE OF (ONEOF + (IfcContextDependentUnit + ,IfcConversionBasedUnit + ,IfcSIUnit)); + Dimensions : IfcDimensionalExponents; + UnitType : IfcUnitEnum; + WHERE + WR1 : IfcCorrectDimensions (SELF.UnitType, SELF.Dimensions); +END_ENTITY; + +ENTITY IfcNavigationElement + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcNavigationElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcNavigationElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcNavigationElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCNAVIGATIONELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcNavigationElementType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcNavigationElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcNavigationElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcNavigationElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcObject + ABSTRACT SUPERTYPE OF (ONEOF + (IfcActor + ,IfcControl + ,IfcGroup + ,IfcProcess + ,IfcProduct + ,IfcResource)) + SUBTYPE OF (IfcObjectDefinition); + ObjectType : OPTIONAL IfcLabel; + INVERSE + IsDeclaredBy : SET [0:1] OF IfcRelDefinesByObject FOR RelatedObjects; + Declares : SET [0:?] OF IfcRelDefinesByObject FOR RelatingObject; + IsTypedBy : SET [0:1] OF IfcRelDefinesByType FOR RelatedObjects; + IsDefinedBy : SET [0:?] OF IfcRelDefinesByProperties FOR RelatedObjects; + WHERE + UniquePropertySetNames : ((SIZEOF(IsDefinedBy) = 0) OR IfcUniqueDefinitionNames(IsDefinedBy)); +END_ENTITY; + +ENTITY IfcObjectDefinition + ABSTRACT SUPERTYPE OF (ONEOF + (IfcContext + ,IfcObject + ,IfcTypeObject)) + SUBTYPE OF (IfcRoot); + INVERSE + HasAssignments : SET [0:?] OF IfcRelAssigns FOR RelatedObjects; + Nests : SET [0:1] OF IfcRelNests FOR RelatedObjects; + IsNestedBy : SET [0:?] OF IfcRelNests FOR RelatingObject; + HasContext : SET [0:1] OF IfcRelDeclares FOR RelatedDefinitions; + IsDecomposedBy : SET [0:?] OF IfcRelAggregates FOR RelatingObject; + Decomposes : SET [0:1] OF IfcRelAggregates FOR RelatedObjects; + HasAssociations : SET [0:?] OF IfcRelAssociates FOR RelatedObjects; +END_ENTITY; + +ENTITY IfcObjectPlacement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcGridPlacement + ,IfcLinearPlacement + ,IfcLocalPlacement)); + PlacementRelTo : OPTIONAL IfcObjectPlacement; + INVERSE + PlacesObject : SET [0:?] OF IfcProduct FOR ObjectPlacement; + ReferencedByPlacements : SET [0:?] OF IfcObjectPlacement FOR PlacementRelTo; +END_ENTITY; + +ENTITY IfcObjective + SUBTYPE OF (IfcConstraint); + BenchmarkValues : OPTIONAL LIST [1:?] OF IfcConstraint; + LogicalAggregator : OPTIONAL IfcLogicalOperatorEnum; + ObjectiveQualifier : IfcObjectiveEnum; + UserDefinedQualifier : OPTIONAL IfcLabel; + WHERE + WR21 : (ObjectiveQualifier <> IfcObjectiveEnum.USERDEFINED) OR +((ObjectiveQualifier = IfcObjectiveEnum.USERDEFINED) AND EXISTS(SELF\IfcObjective.UserDefinedQualifier)); +END_ENTITY; + +ENTITY IfcObservation + SUPERTYPE OF (ONEOF + (IfcGeoScienceObservation)) + SUBTYPE OF (IfcComplementaryData); +END_ENTITY; + +ENTITY IfcOccupant + SUBTYPE OF (IfcActor); + PredefinedType : OPTIONAL IfcOccupantTypeEnum; + WHERE + WR31 : NOT(PredefinedType = IfcOccupantTypeEnum.USERDEFINED) +OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcOffsetCurve + ABSTRACT SUPERTYPE OF (ONEOF + (IfcOffsetCurve2D + ,IfcOffsetCurve3D + ,IfcOffsetCurveByDistances)) + SUBTYPE OF (IfcCurve); + BasisCurve : IfcCurve; +END_ENTITY; + +ENTITY IfcOffsetCurve2D + SUBTYPE OF (IfcOffsetCurve); + Distance : IfcLengthMeasure; + SelfIntersect : IfcLogical; + WHERE + DimIs2D : BasisCurve.Dim = 2; +END_ENTITY; + +ENTITY IfcOffsetCurve3D + SUBTYPE OF (IfcOffsetCurve); + Distance : IfcLengthMeasure; + SelfIntersect : IfcLogical; + RefDirection : IfcDirection; + WHERE + DimIs2D : BasisCurve.Dim = 3; +END_ENTITY; + +ENTITY IfcOffsetCurveByDistances + SUBTYPE OF (IfcOffsetCurve); + OffsetValues : LIST [1:?] OF IfcPointByDistanceExpression; + Tag : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcOpenCrossProfileDef + SUBTYPE OF (IfcProfileDef); + HorizontalWidths : IfcBoolean; + Widths : LIST [1:?] OF IfcNonNegativeLengthMeasure; + Slopes : LIST [1:?] OF IfcPlaneAngleMeasure; + Tags : OPTIONAL LIST [2:?] OF IfcLabel; + OffsetPoint : OPTIONAL IfcCartesianPoint; + WHERE + CorrectProfileType : SELF\IfcProfileDef.ProfileType = IfcProfileTypeEnum.CURVE; + CorrespondingSlopeWidths : SIZEOF(Slopes) = SIZEOF(Widths); + CorrespondingTags : (NOT EXISTS (Tags)) OR (SIZEOF(Tags) = (SIZEOF(Slopes) + 1)); +END_ENTITY; + +ENTITY IfcOpenShell + SUBTYPE OF (IfcConnectedFaceSet); +END_ENTITY; + +ENTITY IfcOpeningElement + SUBTYPE OF (IfcFeatureElementSubtraction); + PredefinedType : OPTIONAL IfcOpeningElementTypeEnum; + INVERSE + HasFillings : SET [0:?] OF IfcRelFillsElement FOR RelatingOpeningElement; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcOpeningElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcOpeningElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcOrganization; + Identification : OPTIONAL IfcIdentifier; + Name : IfcLabel; + Description : OPTIONAL IfcText; + Roles : OPTIONAL LIST [1:?] OF IfcActorRole; + Addresses : OPTIONAL LIST [1:?] OF IfcAddress; + INVERSE + IsRelatedBy : SET [0:?] OF IfcOrganizationRelationship FOR RelatedOrganizations; + Relates : SET [0:?] OF IfcOrganizationRelationship FOR RelatingOrganization; + Engages : SET [0:?] OF IfcPersonAndOrganization FOR TheOrganization; +END_ENTITY; + +ENTITY IfcOrganizationRelationship + SUBTYPE OF (IfcResourceLevelRelationship); + RelatingOrganization : IfcOrganization; + RelatedOrganizations : SET [1:?] OF IfcOrganization; +END_ENTITY; + +ENTITY IfcOrientedEdge + SUBTYPE OF (IfcEdge); + EdgeElement : IfcEdge; + Orientation : IfcBoolean; + DERIVE + SELF\IfcEdge.EdgeStart : IfcVertex := IfcBooleanChoose +(Orientation, EdgeElement.EdgeStart, EdgeElement.EdgeEnd); + SELF\IfcEdge.EdgeEnd : IfcVertex := IfcBooleanChoose +(Orientation, EdgeElement.EdgeEnd, EdgeElement.EdgeStart); + WHERE + EdgeElementNotOriented : NOT('IFC4X4_BF78F50B.IFCORIENTEDEDGE' IN TYPEOF(EdgeElement)); +END_ENTITY; + +ENTITY IfcOuterBoundaryCurve + SUBTYPE OF (IfcBoundaryCurve); +END_ENTITY; + +ENTITY IfcOutlet + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcOutletTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcOutletTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcOutletTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCOUTLETTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcOutletType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcOutletTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcOutletTypeEnum.USERDEFINED) OR +((PredefinedType = IfcOutletTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcOwnerHistory; + OwningUser : IfcPersonAndOrganization; + OwningApplication : IfcApplication; + State : OPTIONAL IfcStateEnum; + ChangeAction : OPTIONAL IfcChangeActionEnum; + LastModifiedDate : OPTIONAL IfcTimeStamp; + LastModifyingUser : OPTIONAL IfcPersonAndOrganization; + LastModifyingApplication : OPTIONAL IfcApplication; + CreationDate : IfcTimeStamp; + WHERE + CorrectChangeAction : (EXISTS(LastModifiedDate)) OR +(NOT(EXISTS(LastModifiedDate)) AND NOT(EXISTS(ChangeAction))) OR +(NOT(EXISTS(LastModifiedDate)) AND EXISTS(ChangeAction) AND ((ChangeAction = IfcChangeActionEnum.NOTDEFINED) OR (ChangeAction = IfcChangeActionEnum.NOCHANGE))); +END_ENTITY; + +ENTITY IfcParameterizedProfileDef + ABSTRACT SUPERTYPE OF (ONEOF + (IfcAsymmetricIShapeProfileDef + ,IfcCShapeProfileDef + ,IfcCircleProfileDef + ,IfcEllipseProfileDef + ,IfcIShapeProfileDef + ,IfcLShapeProfileDef + ,IfcRectangleProfileDef + ,IfcTShapeProfileDef + ,IfcTrapeziumProfileDef + ,IfcUShapeProfileDef + ,IfcZShapeProfileDef)) + SUBTYPE OF (IfcProfileDef); + Position : OPTIONAL IfcAxis2Placement2D; +END_ENTITY; + +ENTITY IfcPath + SUBTYPE OF (IfcTopologicalRepresentationItem); + EdgeList : LIST [1:?] OF UNIQUE IfcOrientedEdge; + WHERE + IsContinuous : IfcPathHeadToTail(SELF); +END_ENTITY; + +ENTITY IfcPavement + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcPavementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcPavementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcPavementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCPAVEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcPavementType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcPavementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcPavementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcPavementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcPcurve + SUBTYPE OF (IfcCurve); + BasisSurface : IfcSurface; + ReferenceCurve : IfcCurve; + WHERE + DimIs2D : ReferenceCurve.Dim = 2; +END_ENTITY; + +ENTITY IfcPerformanceHistory + SUBTYPE OF (IfcControl); + LifeCyclePhase : IfcLabel; + PredefinedType : OPTIONAL IfcPerformanceHistoryTypeEnum; +END_ENTITY; + +ENTITY IfcPermeableCoveringProperties + SUBTYPE OF (IfcPreDefinedPropertySet); + OperationType : IfcPermeableCoveringOperationEnum; + PanelPosition : IfcWindowPanelPositionEnum; + FrameDepth : OPTIONAL IfcPositiveLengthMeasure; + FrameThickness : OPTIONAL IfcPositiveLengthMeasure; + ShapeAspectStyle : OPTIONAL IfcShapeAspect; +END_ENTITY; + +ENTITY IfcPermit + SUBTYPE OF (IfcControl); + PredefinedType : OPTIONAL IfcPermitTypeEnum; + Status : OPTIONAL IfcLabel; + LongDescription : OPTIONAL IfcText; +END_ENTITY; + +ENTITY IfcPerson; + Identification : OPTIONAL IfcIdentifier; + FamilyName : OPTIONAL IfcLabel; + GivenName : OPTIONAL IfcLabel; + MiddleNames : OPTIONAL LIST [1:?] OF IfcLabel; + PrefixTitles : OPTIONAL LIST [1:?] OF IfcLabel; + SuffixTitles : OPTIONAL LIST [1:?] OF IfcLabel; + Roles : OPTIONAL LIST [1:?] OF IfcActorRole; + Addresses : OPTIONAL LIST [1:?] OF IfcAddress; + INVERSE + EngagedIn : SET [0:?] OF IfcPersonAndOrganization FOR ThePerson; + WHERE + IdentifiablePerson : EXISTS(Identification) OR EXISTS(FamilyName) OR EXISTS(GivenName); + ValidSetOfNames : NOT EXISTS(MiddleNames) OR EXISTS(FamilyName) OR EXISTS(GivenName); +END_ENTITY; + +ENTITY IfcPersonAndOrganization; + ThePerson : IfcPerson; + TheOrganization : IfcOrganization; + Roles : OPTIONAL LIST [1:?] OF IfcActorRole; +END_ENTITY; + +ENTITY IfcPhysicalComplexQuantity + SUBTYPE OF (IfcPhysicalQuantity); + HasQuantities : SET [1:?] OF IfcPhysicalQuantity; + Discrimination : IfcLabel; + Quality : OPTIONAL IfcLabel; + Usage : OPTIONAL IfcLabel; + WHERE + NoSelfReference : SIZEOF(QUERY(temp <* HasQuantities | SELF :=: temp)) = 0; + UniqueQuantityNames : IfcUniqueQuantityNames(HasQuantities); +END_ENTITY; + +ENTITY IfcPhysicalQuantity + ABSTRACT SUPERTYPE OF (ONEOF + (IfcPhysicalComplexQuantity + ,IfcPhysicalSimpleQuantity)); + Name : IfcLabel; + Description : OPTIONAL IfcText; + INVERSE + HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; + PartOfComplex : SET [0:1] OF IfcPhysicalComplexQuantity FOR HasQuantities; +END_ENTITY; + +ENTITY IfcPhysicalSimpleQuantity + ABSTRACT SUPERTYPE OF (ONEOF + (IfcQuantityArea + ,IfcQuantityCount + ,IfcQuantityLength + ,IfcQuantityTime + ,IfcQuantityVolume + ,IfcQuantityWeight)) + SUBTYPE OF (IfcPhysicalQuantity); + Unit : OPTIONAL IfcNamedUnit; +END_ENTITY; + +ENTITY IfcPile + SUBTYPE OF (IfcDeepFoundation); + PredefinedType : OPTIONAL IfcPileTypeEnum; + ConstructionType : OPTIONAL IfcPileConstructionEnum; + WHERE + CorrectPredefinedType : NOT EXISTS(PredefinedType) OR +(PredefinedType <> IfcPileTypeEnum.USERDEFINED) OR +((PredefinedType = IfcPileTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCPILETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcPileType + SUBTYPE OF (IfcDeepFoundationType); + PredefinedType : IfcPileTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcPileTypeEnum.USERDEFINED) OR +((PredefinedType = IfcPileTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcPipeFitting + SUBTYPE OF (IfcFlowFitting); + PredefinedType : OPTIONAL IfcPipeFittingTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcPipeFittingTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcPipeFittingTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCPIPEFITTINGTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcPipeFittingType + SUBTYPE OF (IfcFlowFittingType); + PredefinedType : IfcPipeFittingTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcPipeFittingTypeEnum.USERDEFINED) OR +((PredefinedType = IfcPipeFittingTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcPipeSegment + SUBTYPE OF (IfcFlowSegment); + PredefinedType : OPTIONAL IfcPipeSegmentTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcPipeSegmentTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcPipeSegmentTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCPIPESEGMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcPipeSegmentType + SUBTYPE OF (IfcFlowSegmentType); + PredefinedType : IfcPipeSegmentTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcPipeSegmentTypeEnum.USERDEFINED) OR +((PredefinedType = IfcPipeSegmentTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcPixelTexture + SUBTYPE OF (IfcSurfaceTexture); + Width : IfcInteger; + Height : IfcInteger; + ColourComponents : IfcInteger; + Pixel : LIST [1:?] OF IfcBinary; + WHERE + MinPixelInS : Width >= 1; + MinPixelInT : Height >= 1; + NumberOfColours : {1 <= ColourComponents <= 4}; + SizeOfPixelList : SIZEOF(Pixel) = (Width * Height); + PixelAsByteAndSameLength : SIZEOF(QUERY(temp<* Pixel | + (BLENGTH(temp) MOD 8 = 0) AND + (BLENGTH(temp) = BLENGTH(Pixel[1])) +)) = SIZEOF(Pixel); +END_ENTITY; + +ENTITY IfcPlacement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcAxis1Placement + ,IfcAxis2Placement2D + ,IfcAxis2Placement3D + ,IfcAxis2PlacementLinear)) + SUBTYPE OF (IfcGeometricRepresentationItem); + Location : IfcPoint; + DERIVE + Dim : IfcDimensionCount := Location.Dim; +END_ENTITY; + +ENTITY IfcPlanarBox + SUBTYPE OF (IfcPlanarExtent); + Placement : IfcAxis2Placement; +END_ENTITY; + +ENTITY IfcPlanarExtent + SUPERTYPE OF (ONEOF + (IfcPlanarBox)) + SUBTYPE OF (IfcGeometricRepresentationItem); + SizeInX : IfcLengthMeasure; + SizeInY : IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcPlane + SUBTYPE OF (IfcElementarySurface); +END_ENTITY; + +ENTITY IfcPlate + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcPlateTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcPlateTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcPlateTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCPLATETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcPlateType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcPlateTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcPlateTypeEnum.USERDEFINED) OR +((PredefinedType = IfcPlateTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcPoint + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCartesianPoint + ,IfcPointByDistanceExpression + ,IfcPointOnCurve + ,IfcPointOnSurface)) + SUBTYPE OF (IfcGeometricRepresentationItem); +END_ENTITY; + +ENTITY IfcPointByDistanceExpression + SUBTYPE OF (IfcPoint); + DistanceAlong : IfcCurveMeasureSelect; + OffsetLateral : OPTIONAL IfcLengthMeasure; + OffsetVertical : OPTIONAL IfcLengthMeasure; + OffsetLongitudinal : OPTIONAL IfcLengthMeasure; + BasisCurve : IfcCurve; + DERIVE + Dim : IfcDimensionCount := BasisCurve.Dim; +END_ENTITY; + +ENTITY IfcPointOnCurve + SUBTYPE OF (IfcPoint); + BasisCurve : IfcCurve; + PointParameter : IfcParameterValue; + DERIVE + Dim : IfcDimensionCount := BasisCurve.Dim; +END_ENTITY; + +ENTITY IfcPointOnSurface + SUBTYPE OF (IfcPoint); + BasisSurface : IfcSurface; + PointParameterU : IfcParameterValue; + PointParameterV : IfcParameterValue; + DERIVE + Dim : IfcDimensionCount := BasisSurface.Dim; +END_ENTITY; + +ENTITY IfcPolyLoop + SUBTYPE OF (IfcLoop); + Polygon : LIST [3:?] OF UNIQUE IfcCartesianPoint; + WHERE + AllPointsSameDim : SIZEOF(QUERY(Temp <* Polygon | Temp.Dim <> Polygon[1].Dim)) = 0; +END_ENTITY; + +ENTITY IfcPolygonalBoundedHalfSpace + SUBTYPE OF (IfcHalfSpaceSolid); + Position : IfcAxis2Placement3D; + PolygonalBoundary : IfcBoundedCurve; + WHERE + BoundaryDim : PolygonalBoundary.Dim = 2; + BoundaryType : SIZEOF(TYPEOF(PolygonalBoundary) * [ + 'IFC4X4_BF78F50B.IFCPOLYLINE', + 'IFC4X4_BF78F50B.IFCCOMPOSITECURVE'] +) = 1; +END_ENTITY; + +ENTITY IfcPolygonalFaceSet + SUBTYPE OF (IfcTessellatedFaceSet); + Closed : OPTIONAL IfcBoolean; + Faces : LIST [1:?] OF UNIQUE IfcIndexedPolygonalFace; + PnIndex : OPTIONAL LIST [1:?] OF IfcPositiveInteger; +END_ENTITY; + +ENTITY IfcPolyline + SUBTYPE OF (IfcBoundedCurve); + Points : LIST [2:?] OF IfcCartesianPoint; + WHERE + SameDim : SIZEOF(QUERY(Temp <* Points | Temp.Dim <> Points[1].Dim)) = 0; +END_ENTITY; + +ENTITY IfcPolynomialCurve + SUBTYPE OF (IfcCurve); + Position : IfcPlacement; + CoefficientsX : OPTIONAL LIST [2:?] OF IfcReal; + CoefficientsY : OPTIONAL LIST [2:?] OF IfcReal; + CoefficientsZ : OPTIONAL LIST [2:?] OF IfcReal; + WHERE + ValidCoefficients : (EXISTS(CoefficientsX) AND EXISTS(CoefficientsY)) OR (EXISTS(CoefficientsX) AND EXISTS(CoefficientsZ)) OR (EXISTS(CoefficientsY) AND EXISTS(CoefficientsZ)) OR (EXISTS(CoefficientsX) AND EXISTS(CoefficientsY) AND EXISTS(CoefficientsZ)); + CorrectPositionDim : ((Position.Dim=2) AND (NOT EXISTS(CoefficientsZ))) OR (Position.Dim=3); +END_ENTITY; + +ENTITY IfcPort + ABSTRACT SUPERTYPE OF (ONEOF + (IfcDistributionPort)) + SUBTYPE OF (IfcProduct); + INVERSE + ContainedIn : SET [0:1] OF IfcRelConnectsPortToElement FOR RelatingPort; + ConnectedFrom : SET [0:1] OF IfcRelConnectsPorts FOR RelatedPort; + ConnectedTo : SET [0:1] OF IfcRelConnectsPorts FOR RelatingPort; +END_ENTITY; + +ENTITY IfcPositioningElement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcGrid + ,IfcLinearPositioningElement + ,IfcReferent)) + SUBTYPE OF (IfcProduct); + INVERSE + ContainedInStructure : SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements; + Positions : SET [0:?] OF IfcRelPositions FOR RelatingPositioningElement; + WHERE + HasPlacement : EXISTS(SELF\IfcProduct.ObjectPlacement); +END_ENTITY; + +ENTITY IfcPostalAddress + SUBTYPE OF (IfcAddress); + InternalLocation : OPTIONAL IfcLabel; + AddressLines : OPTIONAL LIST [1:?] OF IfcLabel; + PostalBox : OPTIONAL IfcLabel; + Town : OPTIONAL IfcLabel; + Region : OPTIONAL IfcLabel; + PostalCode : OPTIONAL IfcLabel; + Country : OPTIONAL IfcLabel; + WHERE + WR1 : EXISTS (InternalLocation) OR +EXISTS (AddressLines) OR +EXISTS (PostalBox) OR +EXISTS (PostalCode) OR +EXISTS (Town) OR +EXISTS (Region) OR +EXISTS (Country); +END_ENTITY; + +ENTITY IfcPreDefinedColour + ABSTRACT SUPERTYPE OF (ONEOF + (IfcDraughtingPreDefinedColour)) + SUBTYPE OF (IfcPreDefinedItem); +END_ENTITY; + +ENTITY IfcPreDefinedCurveFont + ABSTRACT SUPERTYPE OF (ONEOF + (IfcDraughtingPreDefinedCurveFont)) + SUBTYPE OF (IfcPreDefinedItem); +END_ENTITY; + +ENTITY IfcPreDefinedItem + ABSTRACT SUPERTYPE OF (ONEOF + (IfcPreDefinedColour + ,IfcPreDefinedCurveFont + ,IfcPreDefinedTextFont)) + SUBTYPE OF (IfcPresentationItem); + Name : IfcLabel; +END_ENTITY; + +ENTITY IfcPreDefinedProperties + ABSTRACT SUPERTYPE OF (ONEOF + (IfcReinforcementBarProperties + ,IfcSectionProperties + ,IfcSectionReinforcementProperties)) + SUBTYPE OF (IfcPropertyAbstraction); +END_ENTITY; + +ENTITY IfcPreDefinedPropertySet + ABSTRACT SUPERTYPE OF (ONEOF + (IfcDoorLiningProperties + ,IfcDoorPanelProperties + ,IfcPermeableCoveringProperties + ,IfcReinforcementDefinitionProperties + ,IfcWindowLiningProperties + ,IfcWindowPanelProperties)) + SUBTYPE OF (IfcPropertySetDefinition); +END_ENTITY; + +ENTITY IfcPreDefinedTextFont + ABSTRACT SUPERTYPE OF (ONEOF + (IfcTextStyleFontModel)) + SUBTYPE OF (IfcPreDefinedItem); +END_ENTITY; + +ENTITY IfcPresentationItem + ABSTRACT SUPERTYPE OF (ONEOF + (IfcColourRgbList + ,IfcColourSpecification + ,IfcCurveStyleFont + ,IfcCurveStyleFontAndScaling + ,IfcCurveStyleFontPattern + ,IfcIndexedColourMap + ,IfcPreDefinedItem + ,IfcSurfaceStyleLighting + ,IfcSurfaceStyleRefraction + ,IfcSurfaceStyleShading + ,IfcSurfaceStyleWithTextures + ,IfcSurfaceTexture + ,IfcTextStyleForDefinedFont + ,IfcTextStyleTextModel + ,IfcTextureCoordinate + ,IfcTextureVertex + ,IfcTextureVertexList)); +END_ENTITY; + +ENTITY IfcPresentationLayerAssignment + SUPERTYPE OF (ONEOF + (IfcPresentationLayerWithStyle)); + Name : IfcLabel; + Description : OPTIONAL IfcText; + AssignedItems : SET [1:?] OF IfcLayeredItem; + Identifier : OPTIONAL IfcIdentifier; + WHERE + ApplicableItems : SIZEOF(QUERY(temp <* AssignedItems | ( + SIZEOF(TYPEOF(temp) * [ + 'IFC4X4_BF78F50B.IFCSHAPEREPRESENTATION', + 'IFC4X4_BF78F50B.IFCGEOMETRICREPRESENTATIONITEM', + 'IFC4X4_BF78F50B.IFCMAPPEDITEM']) = 1) +)) = SIZEOF(AssignedItems); +END_ENTITY; + +ENTITY IfcPresentationLayerWithStyle + SUBTYPE OF (IfcPresentationLayerAssignment); + LayerOn : IfcLogical; + LayerFrozen : IfcLogical; + LayerBlocked : IfcLogical; + LayerStyles : SET [0:?] OF IfcPresentationStyle; + WHERE + ApplicableOnlyToItems : SIZEOF(QUERY(temp <* AssignedItems | (SIZEOF(TYPEOF(temp) * ['IFC4X4_BF78F50B.IfcGeometricRepresentationItem','IFC4X4_BF78F50B.IfcMappedItem']) >= 1))) = SIZEOF(AssignedItems); +END_ENTITY; + +ENTITY IfcPresentationStyle + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCurveStyle + ,IfcFillAreaStyle + ,IfcSurfaceStyle + ,IfcTextStyle)); + Name : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcProcedure + SUBTYPE OF (IfcProcess); + PredefinedType : OPTIONAL IfcProcedureTypeEnum; + WHERE + HasName : EXISTS(SELF\IfcRoot.Name); + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR (PredefinedType <> IfcProcedureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcProcedureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcProcedureType + SUBTYPE OF (IfcTypeProcess); + PredefinedType : IfcProcedureTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcProcedureTypeEnum.USERDEFINED) OR ((PredefinedType = IfcProcedureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcTypeProcess.ProcessType)); +END_ENTITY; + +ENTITY IfcProcess + ABSTRACT SUPERTYPE OF (ONEOF + (IfcEvent + ,IfcProcedure + ,IfcTask)) + SUBTYPE OF (IfcObject); + Identification : OPTIONAL IfcIdentifier; + LongDescription : OPTIONAL IfcText; + INVERSE + IsPredecessorTo : SET [0:?] OF IfcRelSequence FOR RelatingProcess; + IsSuccessorFrom : SET [0:?] OF IfcRelSequence FOR RelatedProcess; + OperatesOn : SET [0:?] OF IfcRelAssignsToProcess FOR RelatingProcess; +END_ENTITY; + +ENTITY IfcProduct + ABSTRACT SUPERTYPE OF (ONEOF + (IfcAnnotation + ,IfcComplementaryData + ,IfcElement + ,IfcLinearElement + ,IfcPort + ,IfcPositioningElement + ,IfcSpatialElement + ,IfcStructuralActivity + ,IfcStructuralItem)) + SUBTYPE OF (IfcObject); + ObjectPlacement : OPTIONAL IfcObjectPlacement; + Representation : OPTIONAL IfcProductRepresentation; + INVERSE + ReferencedBy : SET [0:?] OF IfcRelAssignsToProduct FOR RelatingProduct; + PositionedRelativeTo : SET [0:?] OF IfcRelPositions FOR RelatedProducts; + ReferencedInStructures : SET [0:?] OF IfcRelReferencedInSpatialStructure FOR RelatedElements; + WHERE + PlacementForShapeRepresentation : (EXISTS(Representation) AND EXISTS(ObjectPlacement)) + OR (EXISTS(Representation) AND + (SIZEOF(QUERY(temp <* Representation.Representations | 'IFC4X4_BF78F50B.IFCSHAPEREPRESENTATION' IN TYPEOF(temp))) = 0)) + OR (NOT(EXISTS(Representation))); +END_ENTITY; + +ENTITY IfcProductDefinitionShape + SUBTYPE OF (IfcProductRepresentation); + INVERSE + ShapeOfProduct : SET [1:?] OF IfcProduct FOR Representation; + HasShapeAspects : SET [0:?] OF IfcShapeAspect FOR PartOfProductDefinitionShape; + WHERE + OnlyShapeModel : SIZEOF(QUERY(temp <* Representations | + (NOT('IFC4X4_BF78F50B.IFCSHAPEMODEL' IN TYPEOF(temp))) +)) = 0; +END_ENTITY; + +ENTITY IfcProductRepresentation + ABSTRACT SUPERTYPE OF (ONEOF + (IfcMaterialDefinitionRepresentation + ,IfcProductDefinitionShape)); + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + Representations : LIST [1:?] OF IfcRepresentation; +END_ENTITY; + +ENTITY IfcProfileDef + SUPERTYPE OF (ONEOF + (IfcArbitraryClosedProfileDef + ,IfcArbitraryOpenProfileDef + ,IfcCompositeProfileDef + ,IfcDerivedProfileDef + ,IfcOpenCrossProfileDef + ,IfcParameterizedProfileDef)); + ProfileType : IfcProfileTypeEnum; + ProfileName : OPTIONAL IfcLabel; + INVERSE + HasExternalReference : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; + HasProperties : SET [0:?] OF IfcProfileProperties FOR ProfileDefinition; +END_ENTITY; + +ENTITY IfcProfileProperties + SUBTYPE OF (IfcExtendedProperties); + ProfileDefinition : IfcProfileDef; +END_ENTITY; + +ENTITY IfcProject + SUBTYPE OF (IfcContext); + WHERE + HasName : EXISTS(SELF\IfcRoot.Name); + CorrectContext : NOT(EXISTS(SELF\IfcContext.RepresentationContexts)) OR +(SIZEOF(QUERY(Temp <* SELF\IfcContext.RepresentationContexts | + 'IFC4X4_BF78F50B.IFCGEOMETRICREPRESENTATIONSUBCONTEXT' IN TYPEOF(Temp) + )) = 0); + NoDecomposition : SIZEOF(SELF\IfcObjectDefinition.Decomposes) = 0; +END_ENTITY; + +ENTITY IfcProjectLibrary + SUBTYPE OF (IfcContext); +END_ENTITY; + +ENTITY IfcProjectOrder + SUBTYPE OF (IfcControl); + PredefinedType : OPTIONAL IfcProjectOrderTypeEnum; + Status : OPTIONAL IfcLabel; + LongDescription : OPTIONAL IfcText; +END_ENTITY; + +ENTITY IfcProjectedCRS + SUBTYPE OF (IfcCoordinateReferenceSystem); + VerticalDatum : OPTIONAL IfcIdentifier; + MapProjection : OPTIONAL IfcIdentifier; + MapZone : OPTIONAL IfcIdentifier; + MapUnit : OPTIONAL IfcNamedUnit; + WHERE + IsLengthUnit : NOT(EXISTS(MapUnit)) OR (MapUnit.UnitType = IfcUnitEnum.LENGTHUNIT); +END_ENTITY; + +ENTITY IfcProjectionElement + SUBTYPE OF (IfcFeatureElementAddition); + PredefinedType : OPTIONAL IfcProjectionElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcProjectionElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcProjectionElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcProperty + ABSTRACT SUPERTYPE OF (ONEOF + (IfcComplexProperty + ,IfcSimpleProperty)) + SUBTYPE OF (IfcPropertyAbstraction); + Name : IfcIdentifier; + Specification : OPTIONAL IfcText; + INVERSE + PartOfPset : SET [0:?] OF IfcPropertySet FOR HasProperties; + PropertyForDependance : SET [0:?] OF IfcPropertyDependencyRelationship FOR DependingProperty; + PropertyDependsOn : SET [0:?] OF IfcPropertyDependencyRelationship FOR DependantProperty; + PartOfComplex : SET [0:?] OF IfcComplexProperty FOR HasProperties; + HasConstraints : SET [0:?] OF IfcResourceConstraintRelationship FOR RelatedResourceObjects; + HasApprovals : SET [0:?] OF IfcResourceApprovalRelationship FOR RelatedResourceObjects; +END_ENTITY; + +ENTITY IfcPropertyAbstraction + ABSTRACT SUPERTYPE OF (ONEOF + (IfcExtendedProperties + ,IfcPreDefinedProperties + ,IfcProperty + ,IfcPropertyEnumeration)); + INVERSE + HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; +END_ENTITY; + +ENTITY IfcPropertyBoundedValue + SUBTYPE OF (IfcSimpleProperty); + UpperBoundValue : OPTIONAL IfcValue; + LowerBoundValue : OPTIONAL IfcValue; + Unit : OPTIONAL IfcUnit; + SetPointValue : OPTIONAL IfcValue; + WHERE + SameUnitUpperLower : NOT(EXISTS(UpperBoundValue)) OR NOT(EXISTS(LowerBoundValue)) OR +(TYPEOF(UpperBoundValue) = TYPEOF(LowerBoundValue)); + SameUnitUpperSet : NOT(EXISTS(UpperBoundValue)) OR NOT(EXISTS(SetPointValue)) OR +(TYPEOF(UpperBoundValue) = TYPEOF(SetPointValue)); + SameUnitLowerSet : NOT(EXISTS(LowerBoundValue)) OR NOT(EXISTS(SetPointValue)) OR +(TYPEOF(LowerBoundValue) = TYPEOF(SetPointValue)); +END_ENTITY; + +ENTITY IfcPropertyDefinition + ABSTRACT SUPERTYPE OF (ONEOF + (IfcPropertySetDefinition + ,IfcPropertyTemplateDefinition)) + SUBTYPE OF (IfcRoot); + INVERSE + HasContext : SET [0:1] OF IfcRelDeclares FOR RelatedDefinitions; + HasAssociations : SET [0:?] OF IfcRelAssociates FOR RelatedObjects; +END_ENTITY; + +ENTITY IfcPropertyDependencyRelationship + SUBTYPE OF (IfcResourceLevelRelationship); + DependingProperty : IfcProperty; + DependantProperty : IfcProperty; + Expression : OPTIONAL IfcText; + WHERE + NoSelfReference : DependingProperty :<>: DependantProperty; +END_ENTITY; + +ENTITY IfcPropertyEnumeratedValue + SUBTYPE OF (IfcSimpleProperty); + EnumerationValues : OPTIONAL LIST [1:?] OF IfcValue; + EnumerationReference : OPTIONAL IfcPropertyEnumeration; + WHERE + WR21 : NOT(EXISTS(EnumerationReference)) +OR NOT(EXISTS(EnumerationValues)) +OR (SIZEOF(QUERY(temp <* EnumerationValues | + temp IN EnumerationReference.EnumerationValues)) + = SIZEOF(EnumerationValues)); +END_ENTITY; + +ENTITY IfcPropertyEnumeration + SUBTYPE OF (IfcPropertyAbstraction); + Name : IfcLabel; + EnumerationValues : LIST [1:?] OF UNIQUE IfcValue; + Unit : OPTIONAL IfcUnit; + UNIQUE + UR1 : Name; + WHERE + WR01 : SIZEOF(QUERY(temp <* SELF.EnumerationValues | + NOT(TYPEOF(SELF.EnumerationValues[1]) = TYPEOF(temp)) + )) = 0; +END_ENTITY; + +ENTITY IfcPropertyListValue + SUBTYPE OF (IfcSimpleProperty); + ListValues : OPTIONAL LIST [1:?] OF IfcValue; + Unit : OPTIONAL IfcUnit; + WHERE + WR31 : SIZEOF(QUERY(temp <* SELF.ListValues | + NOT(TYPEOF(SELF.ListValues[1]) = TYPEOF(temp)) + )) = 0; +END_ENTITY; + +ENTITY IfcPropertyReferenceValue + SUBTYPE OF (IfcSimpleProperty); + UsageName : OPTIONAL IfcText; + PropertyReference : OPTIONAL IfcObjectReferenceSelect; +END_ENTITY; + +ENTITY IfcPropertySet + SUBTYPE OF (IfcPropertySetDefinition); + HasProperties : SET [1:?] OF IfcProperty; + WHERE + ExistsName : EXISTS(SELF\IfcRoot.Name); + UniquePropertyNames : IfcUniquePropertyName(HasProperties); +END_ENTITY; + +ENTITY IfcPropertySetDefinition + ABSTRACT SUPERTYPE OF (ONEOF + (IfcPreDefinedPropertySet + ,IfcPropertySet + ,IfcQuantitySet)) + SUBTYPE OF (IfcPropertyDefinition); + INVERSE + DefinesType : SET [0:?] OF IfcTypeObject FOR HasPropertySets; + IsDefinedBy : SET [0:?] OF IfcRelDefinesByTemplate FOR RelatedPropertySets; + DefinesOccurrence : SET [0:?] OF IfcRelDefinesByProperties FOR RelatingPropertyDefinition; +END_ENTITY; + +ENTITY IfcPropertySetTemplate + SUBTYPE OF (IfcPropertyTemplateDefinition); + TemplateType : OPTIONAL IfcPropertySetTemplateTypeEnum; + ApplicableEntity : OPTIONAL IfcIdentifier; + HasPropertyTemplates : SET [1:?] OF IfcPropertyTemplate; + INVERSE + Defines : SET [0:?] OF IfcRelDefinesByTemplate FOR RelatingTemplate; + WHERE + ExistsName : EXISTS(SELF\IfcRoot.Name); + UniquePropertyNames : IfcUniquePropertyTemplateNames(HasPropertyTemplates); +END_ENTITY; + +ENTITY IfcPropertySingleValue + SUBTYPE OF (IfcSimpleProperty); + NominalValue : OPTIONAL IfcValue; + Unit : OPTIONAL IfcUnit; +END_ENTITY; + +ENTITY IfcPropertyTableValue + SUBTYPE OF (IfcSimpleProperty); + DefiningValues : OPTIONAL LIST [1:?] OF UNIQUE IfcValue; + DefinedValues : OPTIONAL LIST [1:?] OF IfcValue; + Expression : OPTIONAL IfcText; + DefiningUnit : OPTIONAL IfcUnit; + DefinedUnit : OPTIONAL IfcUnit; + CurveInterpolation : OPTIONAL IfcCurveInterpolationEnum; + WHERE + WR21 : (NOT(EXISTS(DefiningValues)) AND NOT(EXISTS(DefinedValues))) +OR (SIZEOF(DefiningValues) = SIZEOF(DefinedValues)); + WR22 : NOT(EXISTS(DefiningValues)) OR +(SIZEOF(QUERY(temp <* SELF.DefiningValues | TYPEOF(temp) <> TYPEOF(SELF.DefiningValues[1]) +)) = 0); + WR23 : NOT(EXISTS(DefinedValues)) OR +(SIZEOF(QUERY(temp <* SELF.DefinedValues | TYPEOF(temp) <> TYPEOF(SELF.DefinedValues[1]) +)) = 0); +END_ENTITY; + +ENTITY IfcPropertyTemplate + ABSTRACT SUPERTYPE OF (ONEOF + (IfcComplexPropertyTemplate + ,IfcSimplePropertyTemplate)) + SUBTYPE OF (IfcPropertyTemplateDefinition); + INVERSE + PartOfComplexTemplate : SET [0:?] OF IfcComplexPropertyTemplate FOR HasPropertyTemplates; + PartOfPsetTemplate : SET [0:?] OF IfcPropertySetTemplate FOR HasPropertyTemplates; +END_ENTITY; + +ENTITY IfcPropertyTemplateDefinition + ABSTRACT SUPERTYPE OF (ONEOF + (IfcPropertySetTemplate + ,IfcPropertyTemplate)) + SUBTYPE OF (IfcPropertyDefinition); +END_ENTITY; + +ENTITY IfcProtectiveDevice + SUBTYPE OF (IfcFlowController); + PredefinedType : OPTIONAL IfcProtectiveDeviceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcProtectiveDeviceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcProtectiveDeviceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCPROTECTIVEDEVICETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcProtectiveDeviceTrippingUnit + SUBTYPE OF (IfcDistributionControlElement); + PredefinedType : OPTIONAL IfcProtectiveDeviceTrippingUnitTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcProtectiveDeviceTrippingUnitTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcProtectiveDeviceTrippingUnitTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCPROTECTIVEDEVICETRIPPINGUNITTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcProtectiveDeviceTrippingUnitType + SUBTYPE OF (IfcDistributionControlElementType); + PredefinedType : IfcProtectiveDeviceTrippingUnitTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcProtectiveDeviceTrippingUnitTypeEnum.USERDEFINED) OR +((PredefinedType = IfcProtectiveDeviceTrippingUnitTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcProtectiveDeviceType + SUBTYPE OF (IfcFlowControllerType); + PredefinedType : IfcProtectiveDeviceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcProtectiveDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcProtectiveDeviceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcPump + SUBTYPE OF (IfcFlowMovingDevice); + PredefinedType : OPTIONAL IfcPumpTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcPumpTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcPumpTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCPUMPTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcPumpType + SUBTYPE OF (IfcFlowMovingDeviceType); + PredefinedType : IfcPumpTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcPumpTypeEnum.USERDEFINED) OR +((PredefinedType = IfcPumpTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcQuantityArea + SUBTYPE OF (IfcPhysicalSimpleQuantity); + AreaValue : IfcAreaMeasure; + Formula : OPTIONAL IfcLabel; + WHERE + WR21 : NOT(EXISTS(SELF\IfcPhysicalSimpleQuantity.Unit)) OR + (SELF\IfcPhysicalSimpleQuantity.Unit.UnitType = IfcUnitEnum.AREAUNIT); + WR22 : AreaValue >= 0.; +END_ENTITY; + +ENTITY IfcQuantityCount + SUBTYPE OF (IfcPhysicalSimpleQuantity); + CountValue : IfcCountMeasure; + Formula : OPTIONAL IfcLabel; + WHERE + WR21 : CountValue >= 0.; +END_ENTITY; + +ENTITY IfcQuantityLength + SUBTYPE OF (IfcPhysicalSimpleQuantity); + LengthValue : IfcLengthMeasure; + Formula : OPTIONAL IfcLabel; + WHERE + WR21 : NOT(EXISTS(SELF\IfcPhysicalSimpleQuantity.Unit)) OR + (SELF\IfcPhysicalSimpleQuantity.Unit.UnitType = IfcUnitEnum.LENGTHUNIT); + WR22 : LengthValue >= 0.; +END_ENTITY; + +ENTITY IfcQuantitySet + ABSTRACT SUPERTYPE OF (ONEOF + (IfcElementQuantity)) + SUBTYPE OF (IfcPropertySetDefinition); +END_ENTITY; + +ENTITY IfcQuantityTime + SUBTYPE OF (IfcPhysicalSimpleQuantity); + TimeValue : IfcTimeMeasure; + Formula : OPTIONAL IfcLabel; + WHERE + WR21 : NOT(EXISTS(SELF\IfcPhysicalSimpleQuantity.Unit)) OR + (SELF\IfcPhysicalSimpleQuantity.Unit.UnitType = IfcUnitEnum.TIMEUNIT); + WR22 : TimeValue >= 0.; +END_ENTITY; + +ENTITY IfcQuantityVolume + SUBTYPE OF (IfcPhysicalSimpleQuantity); + VolumeValue : IfcVolumeMeasure; + Formula : OPTIONAL IfcLabel; + WHERE + WR21 : NOT(EXISTS(SELF\IfcPhysicalSimpleQuantity.Unit)) OR + (SELF\IfcPhysicalSimpleQuantity.Unit.UnitType = IfcUnitEnum.VOLUMEUNIT); + WR22 : VolumeValue >= 0.; +END_ENTITY; + +ENTITY IfcQuantityWeight + SUBTYPE OF (IfcPhysicalSimpleQuantity); + WeightValue : IfcMassMeasure; + Formula : OPTIONAL IfcLabel; + WHERE + WR21 : NOT(EXISTS(SELF\IfcPhysicalSimpleQuantity.Unit)) OR + (SELF\IfcPhysicalSimpleQuantity.Unit.UnitType = IfcUnitEnum.MASSUNIT); + WR22 : WeightValue >= 0.; +END_ENTITY; + +ENTITY IfcRail + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcRailTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcRailTypeEnum.USERDEFINED) OR +((PredefinedType = IfcRailTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCRAILTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcRailType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcRailTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcRailTypeEnum.USERDEFINED) OR +((PredefinedType = IfcRailTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcRailing + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcRailingTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcRailingTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcRailingTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCRAILINGTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcRailingType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcRailingTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcRailingTypeEnum.USERDEFINED) OR +((PredefinedType = IfcRailingTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcRailway + SUBTYPE OF (IfcFacility); + PredefinedType : IfcRailwayTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcRailwayTypeEnum.USERDEFINED) OR + +EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcRailwayPart + SUBTYPE OF (IfcFacilityPart); + PredefinedType : IfcRailwayPartTypeEnum; + WHERE + HasObjectType : (PredefinedType <>IfcRailwayPartTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcRamp + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcRampTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcRampTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcRampTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCRAMPTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcRampFlight + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcRampFlightTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcRampFlightTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcRampFlightTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCRAMPFLIGHTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcRampFlightType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcRampFlightTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcRampFlightTypeEnum.USERDEFINED) OR +((PredefinedType = IfcRampFlightTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcRampType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcRampTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcRampTypeEnum.USERDEFINED) OR +((PredefinedType = IfcRampTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcRationalBSplineCurveWithKnots + SUBTYPE OF (IfcBSplineCurveWithKnots); + WeightsData : LIST [2:?] OF IfcReal; + DERIVE + Weights : ARRAY [0:UpperIndexOnControlPoints] OF IfcReal := IfcListToArray(WeightsData,0,SELF\IfcBSplineCurve.UpperIndexOnControlPoints); + WHERE + SameNumOfWeightsAndPoints : SIZEOF(WeightsData) = SIZEOF(SELF\IfcBSplineCurve.ControlPointsList); + WeightsGreaterZero : IfcCurveWeightsPositive(SELF); +END_ENTITY; + +ENTITY IfcRationalBSplineSurfaceWithKnots + SUBTYPE OF (IfcBSplineSurfaceWithKnots); + WeightsData : LIST [2:?] OF LIST [2:?] OF IfcReal; + DERIVE + Weights : ARRAY [0:UUpper] OF ARRAY [0:VUpper] OF IfcReal := IfcMakeArrayOfArray(WeightsData,0,UUpper,0,VUpper); + WHERE + CorrespondingWeightsDataLists : (SIZEOF(WeightsData) = SIZEOF(SELF\IfcBSplineSurface.ControlPointsList)) +AND +(SIZEOF(WeightsData[1]) = SIZEOF(SELF\IfcBSplineSurface.ControlPointsList[1])); + WeightValuesGreaterZero : IfcSurfaceWeightsPositive(SELF); +END_ENTITY; + +ENTITY IfcRealVoxelData + SUBTYPE OF (IfcVoxelData); + Values : ARRAY [1:?] OF IfcReal; + Unit : OPTIONAL IfcUnit; +END_ENTITY; + +ENTITY IfcRectangleHollowProfileDef + SUBTYPE OF (IfcRectangleProfileDef); + WallThickness : IfcPositiveLengthMeasure; + InnerFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure; + OuterFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure; + WHERE + ValidWallThickness : (WallThickness < (SELF\IfcRectangleProfileDef.XDim/2.)) AND +(WallThickness < (SELF\IfcRectangleProfileDef.YDim/2.)); + ValidInnerRadius : NOT(EXISTS(InnerFilletRadius)) OR +((InnerFilletRadius <= (SELF\IfcRectangleProfileDef.XDim/2. - WallThickness)) AND + (InnerFilletRadius <= (SELF\IfcRectangleProfileDef.YDim/2. - WallThickness))); + ValidOuterRadius : NOT(EXISTS(OuterFilletRadius)) OR +((OuterFilletRadius <= (SELF\IfcRectangleProfileDef.XDim/2.)) AND + (OuterFilletRadius <= (SELF\IfcRectangleProfileDef.YDim/2.))); +END_ENTITY; + +ENTITY IfcRectangleProfileDef + SUPERTYPE OF (ONEOF + (IfcRectangleHollowProfileDef + ,IfcRoundedRectangleProfileDef)) + SUBTYPE OF (IfcParameterizedProfileDef); + XDim : IfcPositiveLengthMeasure; + YDim : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcRectangularPyramid + SUBTYPE OF (IfcCsgPrimitive3D); + XLength : IfcPositiveLengthMeasure; + YLength : IfcPositiveLengthMeasure; + Height : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcRectangularTrimmedSurface + SUBTYPE OF (IfcBoundedSurface); + BasisSurface : IfcSurface; + U1 : IfcParameterValue; + V1 : IfcParameterValue; + U2 : IfcParameterValue; + V2 : IfcParameterValue; + Usense : IfcBoolean; + Vsense : IfcBoolean; + WHERE + U1AndU2Different : U1 <> U2; + V1AndV2Different : V1 <> V2; + UsenseCompatible : (('IFC4X4_BF78F50B.IFCELEMENTARYSURFACE' IN TYPEOF(BasisSurface)) AND + (NOT ('IFC4X4_BF78F50B.IFCPLANE' IN TYPEOF(BasisSurface)))) OR + ('IFC4X4_BF78F50B.IFCSURFACEOFREVOLUTION' IN TYPEOF(BasisSurface)) OR + (Usense = (U2 > U1)); + VsenseCompatible : Vsense = (V2 > V1); +END_ENTITY; + +ENTITY IfcRecurrencePattern; + RecurrenceType : IfcRecurrenceTypeEnum; + DayComponent : OPTIONAL SET [1:?] OF IfcDayInMonthNumber; + WeekdayComponent : OPTIONAL SET [1:?] OF IfcDayInWeekNumber; + MonthComponent : OPTIONAL SET [1:?] OF IfcMonthInYearNumber; + Position : OPTIONAL IfcInteger; + Interval : OPTIONAL IfcInteger; + Occurrences : OPTIONAL IfcInteger; + TimePeriods : OPTIONAL LIST [1:?] OF IfcTimePeriod; +END_ENTITY; + +ENTITY IfcReference; + TypeIdentifier : OPTIONAL IfcIdentifier; + AttributeIdentifier : OPTIONAL IfcIdentifier; + InstanceName : OPTIONAL IfcLabel; + ListPositions : OPTIONAL LIST [1:?] OF IfcInteger; + InnerReference : OPTIONAL IfcReference; +END_ENTITY; + +ENTITY IfcReferent + SUBTYPE OF (IfcPositioningElement); + PredefinedType : OPTIONAL IfcReferentTypeEnum; +END_ENTITY; + +ENTITY IfcRegularTimeSeries + SUBTYPE OF (IfcTimeSeries); + TimeStep : IfcTimeMeasure; + Values : LIST [1:?] OF IfcTimeSeriesValue; +END_ENTITY; + +ENTITY IfcReinforcementBarProperties + SUBTYPE OF (IfcPreDefinedProperties); + TotalCrossSectionArea : IfcAreaMeasure; + SteelGrade : IfcLabel; + BarSurface : OPTIONAL IfcReinforcingBarSurfaceEnum; + EffectiveDepth : OPTIONAL IfcLengthMeasure; + NominalBarDiameter : OPTIONAL IfcPositiveLengthMeasure; + BarCount : OPTIONAL IfcCountMeasure; +END_ENTITY; + +ENTITY IfcReinforcementDefinitionProperties + SUBTYPE OF (IfcPreDefinedPropertySet); + DefinitionType : OPTIONAL IfcLabel; + ReinforcementSectionDefinitions : LIST [1:?] OF IfcSectionReinforcementProperties; +END_ENTITY; + +ENTITY IfcReinforcingBar + SUBTYPE OF (IfcReinforcingElement); + NominalDiameter : OPTIONAL IfcPositiveLengthMeasure; + CrossSectionArea : OPTIONAL IfcAreaMeasure; + BarLength : OPTIONAL IfcPositiveLengthMeasure; + PredefinedType : OPTIONAL IfcReinforcingBarTypeEnum; + BarSurface : OPTIONAL IfcReinforcingBarSurfaceEnum; + WHERE + CorrectPredefinedType : NOT EXISTS(PredefinedType) OR +(PredefinedType <> IfcReinforcingBarTypeEnum.USERDEFINED) OR +((PredefinedType = IfcReinforcingBarTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCREINFORCINGBARTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcReinforcingBarType + SUBTYPE OF (IfcReinforcingElementType); + PredefinedType : IfcReinforcingBarTypeEnum; + NominalDiameter : OPTIONAL IfcPositiveLengthMeasure; + CrossSectionArea : OPTIONAL IfcAreaMeasure; + BarLength : OPTIONAL IfcPositiveLengthMeasure; + BarSurface : OPTIONAL IfcReinforcingBarSurfaceEnum; + BendingShapeCode : OPTIONAL IfcLabel; + BendingParameters : OPTIONAL LIST [1:?] OF IfcBendingParameterSelect; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcReinforcingBarTypeEnum.USERDEFINED) OR +((PredefinedType = IfcReinforcingBarTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); + BendingShapeCodeProvided : NOT EXISTS(BendingParameters) OR EXISTS(BendingShapeCode); +END_ENTITY; + +ENTITY IfcReinforcingElement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcReinforcingBar + ,IfcReinforcingMesh + ,IfcTendon + ,IfcTendonAnchor + ,IfcTendonConduit)) + SUBTYPE OF (IfcElementComponent); + SteelGrade : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcReinforcingElementType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcReinforcingBarType + ,IfcReinforcingMeshType + ,IfcTendonAnchorType + ,IfcTendonConduitType + ,IfcTendonType)) + SUBTYPE OF (IfcElementComponentType); +END_ENTITY; + +ENTITY IfcReinforcingMesh + SUBTYPE OF (IfcReinforcingElement); + MeshLength : OPTIONAL IfcPositiveLengthMeasure; + MeshWidth : OPTIONAL IfcPositiveLengthMeasure; + LongitudinalBarNominalDiameter : OPTIONAL IfcPositiveLengthMeasure; + TransverseBarNominalDiameter : OPTIONAL IfcPositiveLengthMeasure; + LongitudinalBarCrossSectionArea : OPTIONAL IfcAreaMeasure; + TransverseBarCrossSectionArea : OPTIONAL IfcAreaMeasure; + LongitudinalBarSpacing : OPTIONAL IfcPositiveLengthMeasure; + TransverseBarSpacing : OPTIONAL IfcPositiveLengthMeasure; + PredefinedType : OPTIONAL IfcReinforcingMeshTypeEnum; + WHERE + CorrectPredefinedType : NOT EXISTS(PredefinedType) OR +(PredefinedType <> IfcReinforcingMeshTypeEnum.USERDEFINED) OR +((PredefinedType = IfcReinforcingMeshTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCREINFORCINGMESHTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcReinforcingMeshType + SUBTYPE OF (IfcReinforcingElementType); + PredefinedType : IfcReinforcingMeshTypeEnum; + MeshLength : OPTIONAL IfcPositiveLengthMeasure; + MeshWidth : OPTIONAL IfcPositiveLengthMeasure; + LongitudinalBarNominalDiameter : OPTIONAL IfcPositiveLengthMeasure; + TransverseBarNominalDiameter : OPTIONAL IfcPositiveLengthMeasure; + LongitudinalBarCrossSectionArea : OPTIONAL IfcAreaMeasure; + TransverseBarCrossSectionArea : OPTIONAL IfcAreaMeasure; + LongitudinalBarSpacing : OPTIONAL IfcPositiveLengthMeasure; + TransverseBarSpacing : OPTIONAL IfcPositiveLengthMeasure; + BendingShapeCode : OPTIONAL IfcLabel; + BendingParameters : OPTIONAL LIST [1:?] OF IfcBendingParameterSelect; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcReinforcingMeshTypeEnum.USERDEFINED) OR +((PredefinedType = IfcReinforcingMeshTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); + BendingShapeCodeProvided : NOT EXISTS(BendingParameters) OR EXISTS(BendingShapeCode); +END_ENTITY; + +ENTITY IfcRelAdheresToElement + SUBTYPE OF (IfcRelDecomposes); + RelatingElement : IfcElement; + RelatedSurfaceFeatures : SET [1:?] OF IfcSurfaceFeature; +END_ENTITY; + +ENTITY IfcRelAggregates + SUBTYPE OF (IfcRelDecomposes); + RelatingObject : IfcObjectDefinition; + RelatedObjects : SET [1:?] OF IfcObjectDefinition; + WHERE + NoSelfReference : SIZEOF(QUERY(Temp <* RelatedObjects | RelatingObject :=: Temp)) = 0; +END_ENTITY; + +ENTITY IfcRelAssigns + ABSTRACT SUPERTYPE OF (ONEOF + (IfcRelAssignsToActor + ,IfcRelAssignsToControl + ,IfcRelAssignsToGroup + ,IfcRelAssignsToProcess + ,IfcRelAssignsToProduct + ,IfcRelAssignsToResource)) + SUBTYPE OF (IfcRelationship); + RelatedObjects : SET [1:?] OF IfcObjectDefinition; + RelatedObjectsType : OPTIONAL IfcStrippedOptional; +END_ENTITY; + +ENTITY IfcRelAssignsToActor + SUBTYPE OF (IfcRelAssigns); + RelatingActor : IfcActor; + ActingRole : OPTIONAL IfcActorRole; + WHERE + NoSelfReference : SIZEOF(QUERY(Temp <* SELF\IfcRelAssigns.RelatedObjects | RelatingActor :=: Temp)) = 0; +END_ENTITY; + +ENTITY IfcRelAssignsToControl + SUBTYPE OF (IfcRelAssigns); + RelatingControl : IfcControl; + WHERE + NoSelfReference : SIZEOF(QUERY(Temp <* SELF\IfcRelAssigns.RelatedObjects | RelatingControl :=: Temp)) = 0; +END_ENTITY; + +ENTITY IfcRelAssignsToGroup + SUPERTYPE OF (ONEOF + (IfcRelAssignsToGroupByFactor)) + SUBTYPE OF (IfcRelAssigns); + RelatingGroup : IfcGroup; + WHERE + NoSelfReference : SIZEOF(QUERY(Temp <* SELF\IfcRelAssigns.RelatedObjects | RelatingGroup :=: Temp)) = 0; +END_ENTITY; + +ENTITY IfcRelAssignsToGroupByFactor + SUBTYPE OF (IfcRelAssignsToGroup); + Factor : IfcRatioMeasure; +END_ENTITY; + +ENTITY IfcRelAssignsToProcess + SUBTYPE OF (IfcRelAssigns); + RelatingProcess : IfcProcessSelect; + QuantityInProcess : OPTIONAL IfcMeasureWithUnit; + WHERE + NoSelfReference : SIZEOF(QUERY(Temp <* SELF\IfcRelAssigns.RelatedObjects | RelatingProcess :=: Temp)) = 0; +END_ENTITY; + +ENTITY IfcRelAssignsToProduct + SUBTYPE OF (IfcRelAssigns); + RelatingProduct : IfcProductSelect; + WHERE + NoSelfReference : SIZEOF(QUERY(Temp <* SELF\IfcRelAssigns.RelatedObjects | RelatingProduct :=: Temp)) = 0; +END_ENTITY; + +ENTITY IfcRelAssignsToResource + SUBTYPE OF (IfcRelAssigns); + RelatingResource : IfcResourceSelect; + WHERE + NoSelfReference : SIZEOF(QUERY(Temp <* SELF\IfcRelAssigns.RelatedObjects | RelatingResource :=: Temp)) = 0; +END_ENTITY; + +ENTITY IfcRelAssociates + ABSTRACT SUPERTYPE OF (ONEOF + (IfcRelAssociatesApproval + ,IfcRelAssociatesClassification + ,IfcRelAssociatesConstraint + ,IfcRelAssociatesDataset + ,IfcRelAssociatesDocument + ,IfcRelAssociatesLibrary + ,IfcRelAssociatesMaterial + ,IfcRelAssociatesProfileDef)) + SUBTYPE OF (IfcRelationship); + RelatedObjects : SET [1:?] OF IfcDefinitionSelect; +END_ENTITY; + +ENTITY IfcRelAssociatesApproval + SUBTYPE OF (IfcRelAssociates); + RelatingApproval : IfcApproval; +END_ENTITY; + +ENTITY IfcRelAssociatesClassification + SUBTYPE OF (IfcRelAssociates); + RelatingClassification : IfcClassificationSelect; +END_ENTITY; + +ENTITY IfcRelAssociatesConstraint + SUBTYPE OF (IfcRelAssociates); + Intent : OPTIONAL IfcLabel; + RelatingConstraint : IfcConstraint; +END_ENTITY; + +ENTITY IfcRelAssociatesDataset + SUBTYPE OF (IfcRelAssociates); + RelatingDataset : IfcDatasetSelect; +END_ENTITY; + +ENTITY IfcRelAssociatesDocument + SUBTYPE OF (IfcRelAssociates); + RelatingDocument : IfcDocumentSelect; +END_ENTITY; + +ENTITY IfcRelAssociatesLibrary + SUBTYPE OF (IfcRelAssociates); + RelatingLibrary : IfcLibrarySelect; +END_ENTITY; + +ENTITY IfcRelAssociatesMaterial + SUBTYPE OF (IfcRelAssociates); + RelatingMaterial : IfcMaterialSelect; + WHERE + NoVoidElement : SIZEOF(QUERY(temp <* SELF\IfcRelAssociates.RelatedObjects | + ('IFC4X4_BF78F50B.IFCFEATUREELEMENTSUBTRACTION' IN TYPEOF(temp)) OR + ('IFC4X4_BF78F50B.IFCVIRTUALELEMENT' IN TYPEOF(temp)) +)) = 0; + AllowedElements : SIZEOF(QUERY(temp <* SELF\IfcRelAssociates.RelatedObjects | ( + SIZEOF(TYPEOF(temp) * [ + 'IFC4X4_BF78F50B.IFCELEMENT', + 'IFC4X4_BF78F50B.IFCELEMENTTYPE', + 'IFC4X4_BF78F50B.IFCWINDOWSTYLE', + 'IFC4X4_BF78F50B.IFCDOORSTYLE', + 'IFC4X4_BF78F50B.IFCSTRUCTURALMEMBER', + 'IFC4X4_BF78F50B.IFCPORT']) = 0) +)) = 0; +END_ENTITY; + +ENTITY IfcRelAssociatesProfileDef + SUBTYPE OF (IfcRelAssociates); + RelatingProfileDef : IfcProfileDef; +END_ENTITY; + +ENTITY IfcRelConnects + ABSTRACT SUPERTYPE OF (ONEOF + (IfcRelConnectsElements + ,IfcRelConnectsPortToElement + ,IfcRelConnectsPorts + ,IfcRelConnectsStructuralActivity + ,IfcRelConnectsStructuralMember + ,IfcRelContainedInSpatialStructure + ,IfcRelCoversBldgElements + ,IfcRelCoversSpaces + ,IfcRelFillsElement + ,IfcRelFlowControlElements + ,IfcRelInterferesElements + ,IfcRelPositions + ,IfcRelReferencedInSpatialStructure + ,IfcRelSequence + ,IfcRelServicesBuildings + ,IfcRelSpaceBoundary)) + SUBTYPE OF (IfcRelationship); +END_ENTITY; + +ENTITY IfcRelConnectsElements + SUPERTYPE OF (ONEOF + (IfcRelConnectsPathElements + ,IfcRelConnectsWithRealizingElements)) + SUBTYPE OF (IfcRelConnects); + ConnectionGeometry : OPTIONAL IfcConnectionGeometry; + RelatingElement : IfcElement; + RelatedElement : IfcElement; + WHERE + NoSelfReference : RelatingElement :<>: RelatedElement; +END_ENTITY; + +ENTITY IfcRelConnectsPathElements + SUBTYPE OF (IfcRelConnectsElements); + RelatingPriorities : LIST [0:?] OF IfcInteger; + RelatedPriorities : LIST [0:?] OF IfcInteger; + RelatedConnectionType : IfcConnectionTypeEnum; + RelatingConnectionType : IfcConnectionTypeEnum; + WHERE + NormalizedRelatingPriorities : (SIZEOF(RelatingPriorities) = 0) +OR +(SIZEOF (QUERY (temp <* RelatingPriorities + | {0 <= temp <= 100} + )) = SIZEOF(RelatingPriorities)); + NormalizedRelatedPriorities : (SIZEOF(RelatedPriorities) = 0) +OR +(SIZEOF (QUERY (temp <* RelatedPriorities + | {0 <= temp <= 100} + )) = SIZEOF(RelatedPriorities)); +END_ENTITY; + +ENTITY IfcRelConnectsPortToElement + SUBTYPE OF (IfcRelConnects); + RelatingPort : IfcPort; + RelatedElement : IfcDistributionElement; +END_ENTITY; + +ENTITY IfcRelConnectsPorts + SUBTYPE OF (IfcRelConnects); + RelatingPort : IfcPort; + RelatedPort : IfcPort; + RealizingElement : OPTIONAL IfcElement; + WHERE + NoSelfReference : RelatingPort :<>: RelatedPort; +END_ENTITY; + +ENTITY IfcRelConnectsStructuralActivity + SUBTYPE OF (IfcRelConnects); + RelatingElement : IfcStructuralActivityAssignmentSelect; + RelatedStructuralActivity : IfcStructuralActivity; +END_ENTITY; + +ENTITY IfcRelConnectsStructuralMember + SUPERTYPE OF (ONEOF + (IfcRelConnectsWithEccentricity)) + SUBTYPE OF (IfcRelConnects); + RelatingStructuralMember : IfcStructuralMember; + RelatedStructuralConnection : IfcStructuralConnection; + AppliedCondition : OPTIONAL IfcBoundaryCondition; + AdditionalConditions : OPTIONAL IfcStructuralConnectionCondition; + SupportedLength : OPTIONAL IfcLengthMeasure; + ConditionCoordinateSystem : OPTIONAL IfcAxis2Placement3D; +END_ENTITY; + +ENTITY IfcRelConnectsWithEccentricity + SUBTYPE OF (IfcRelConnectsStructuralMember); + ConnectionConstraint : IfcConnectionGeometry; +END_ENTITY; + +ENTITY IfcRelConnectsWithRealizingElements + SUBTYPE OF (IfcRelConnectsElements); + RealizingElements : SET [1:?] OF IfcElement; + ConnectionType : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcRelContainedInSpatialStructure + SUBTYPE OF (IfcRelConnects); + RelatedElements : SET [1:?] OF IfcProduct; + RelatingStructure : IfcSpatialElement; + WHERE + WR31 : SIZEOF(QUERY(temp <* RelatedElements | 'IFC4X4_BF78F50B.IFCSPATIALSTRUCTUREELEMENT' IN TYPEOF(temp))) = 0; +END_ENTITY; + +ENTITY IfcRelCoversBldgElements + SUBTYPE OF (IfcRelConnects); + RelatingBuildingElement : IfcElement; + RelatedCoverings : SET [1:?] OF IfcCovering; +END_ENTITY; + +ENTITY IfcRelCoversSpaces + SUBTYPE OF (IfcRelConnects); + RelatingSpace : IfcSpace; + RelatedCoverings : SET [1:?] OF IfcCovering; +END_ENTITY; + +ENTITY IfcRelDeclares + SUBTYPE OF (IfcRelationship); + RelatingContext : IfcContext; + RelatedDefinitions : SET [1:?] OF IfcDefinitionSelect; + WHERE + NoSelfReference : SIZEOF(QUERY(Temp <* RelatedDefinitions | RelatingContext :=: Temp)) = 0; +END_ENTITY; + +ENTITY IfcRelDecomposes + ABSTRACT SUPERTYPE OF (ONEOF + (IfcRelAdheresToElement + ,IfcRelAggregates + ,IfcRelNests + ,IfcRelProjectsElement + ,IfcRelVoidsElement)) + SUBTYPE OF (IfcRelationship); +END_ENTITY; + +ENTITY IfcRelDefines + ABSTRACT SUPERTYPE OF (ONEOF + (IfcRelDefinesByObject + ,IfcRelDefinesByProperties + ,IfcRelDefinesByTemplate + ,IfcRelDefinesByType)) + SUBTYPE OF (IfcRelationship); +END_ENTITY; + +ENTITY IfcRelDefinesByObject + SUBTYPE OF (IfcRelDefines); + RelatedObjects : SET [1:?] OF IfcObject; + RelatingObject : IfcObject; +END_ENTITY; + +ENTITY IfcRelDefinesByProperties + SUBTYPE OF (IfcRelDefines); + RelatedObjects : SET [1:?] OF IfcObjectDefinition; + RelatingPropertyDefinition : IfcPropertySetDefinitionSelect; + WHERE + NoRelatedTypeObject : SIZEOF(QUERY(Types <* SELF\IfcRelDefinesByProperties.RelatedObjects | 'IFC4X4_BF78F50B.IFCTYPEOBJECT' IN TYPEOF(Types))) = 0; +END_ENTITY; + +ENTITY IfcRelDefinesByTemplate + SUBTYPE OF (IfcRelDefines); + RelatedPropertySets : SET [1:?] OF IfcPropertySetDefinition; + RelatingTemplate : IfcPropertySetTemplate; +END_ENTITY; + +ENTITY IfcRelDefinesByType + SUBTYPE OF (IfcRelDefines); + RelatedObjects : SET [1:?] OF IfcObject; + RelatingType : IfcTypeObject; +END_ENTITY; + +ENTITY IfcRelFillsElement + SUBTYPE OF (IfcRelConnects); + RelatingOpeningElement : IfcOpeningElement; + RelatedBuildingElement : IfcElement; +END_ENTITY; + +ENTITY IfcRelFlowControlElements + SUBTYPE OF (IfcRelConnects); + RelatedControlElements : SET [1:?] OF IfcDistributionControlElement; + RelatingFlowElement : IfcDistributionFlowElement; +END_ENTITY; + +ENTITY IfcRelInterferesElements + SUBTYPE OF (IfcRelConnects); + RelatingElement : IfcInterferenceSelect; + RelatedElement : IfcInterferenceSelect; + InterferenceGeometry : OPTIONAL IfcConnectionGeometry; + InterferenceType : OPTIONAL IfcIdentifier; + ImpliedOrder : IfcLogical; + InterferenceSpace : OPTIONAL IfcSpatialZone; + WHERE + NoSelfReference : RelatingElement :<>: RelatedElement; +END_ENTITY; + +ENTITY IfcRelNests + SUBTYPE OF (IfcRelDecomposes); + RelatingObject : IfcObjectDefinition; + RelatedObjects : LIST [1:?] OF IfcObjectDefinition; + WHERE + NoSelfReference : SIZEOF(QUERY(Temp <* RelatedObjects | RelatingObject :=: Temp)) = 0; +END_ENTITY; + +ENTITY IfcRelPositions + SUBTYPE OF (IfcRelConnects); + RelatingPositioningElement : IfcPositioningElement; + RelatedProducts : SET [1:?] OF IfcProduct; + WHERE + NoSelfReference : SIZEOF(QUERY(temp <* RelatedProducts | RelatingPositioningElement :=: temp)) = 0; +END_ENTITY; + +ENTITY IfcRelProjectsElement + SUBTYPE OF (IfcRelDecomposes); + RelatingElement : IfcElement; + RelatedFeatureElement : IfcFeatureElementAddition; +END_ENTITY; + +ENTITY IfcRelReferencedInSpatialStructure + SUBTYPE OF (IfcRelConnects); + RelatedElements : SET [1:?] OF IfcSpatialReferenceSelect; + RelatingStructure : IfcSpatialElement; + WHERE + AllowedRelatedElements : SIZEOF(QUERY(temp <* RelatedElements | ('IFC4X4_BF78F50B.IFCSPATIALSTRUCTUREELEMENT' IN TYPEOF(temp)) AND (NOT ('IFC4X4_BF78F50B.IFCSPACE' IN TYPEOF(temp))) +)) = 0; +END_ENTITY; + +ENTITY IfcRelSequence + SUBTYPE OF (IfcRelConnects); + RelatingProcess : IfcProcess; + RelatedProcess : IfcProcess; + TimeLag : OPTIONAL IfcLagTime; + SequenceType : OPTIONAL IfcSequenceEnum; + UserDefinedSequenceType : OPTIONAL IfcLabel; + WHERE + AvoidInconsistentSequence : RelatingProcess :<>: RelatedProcess; + CorrectSequenceType : (SequenceType <> IfcSequenceEnum.USERDEFINED) OR ((SequenceType = IfcSequenceEnum.USERDEFINED) AND EXISTS(UserDefinedSequenceType)); +END_ENTITY; + +ENTITY IfcRelServicesBuildings + SUBTYPE OF (IfcRelConnects); + RelatingSystem : IfcSystem; + RelatedBuildings : SET [1:?] OF IfcSpatialElement; +END_ENTITY; + +ENTITY IfcRelSpaceBoundary + SUPERTYPE OF (ONEOF + (IfcRelSpaceBoundary1stLevel)) + SUBTYPE OF (IfcRelConnects); + RelatingSpace : IfcSpaceBoundarySelect; + RelatedBuildingElement : IfcElement; + ConnectionGeometry : OPTIONAL IfcConnectionGeometry; + PhysicalOrVirtualBoundary : IfcPhysicalOrVirtualEnum; + InternalOrExternalBoundary : IfcInternalOrExternalEnum; + WHERE + CorrectPhysOrVirt : ((PhysicalOrVirtualBoundary = IfcPhysicalOrVirtualEnum.Physical) + AND (NOT('IFC4X4_BF78F50B.IFCVIRTUALELEMENT' IN TYPEOF(RelatedBuildingElement)))) +OR +((PhysicalOrVirtualBoundary = IfcPhysicalOrVirtualEnum.Virtual) + AND (('IFC4X4_BF78F50B.IFCVIRTUALELEMENT' IN TYPEOF(RelatedBuildingElement)) + OR ('IFC4X4_BF78F50B.IFCOPENINGELEMENT' IN TYPEOF(RelatedBuildingElement)))) +OR +(PhysicalOrVirtualBoundary = IfcPhysicalOrVirtualEnum.NotDefined); +END_ENTITY; + +ENTITY IfcRelSpaceBoundary1stLevel + SUPERTYPE OF (ONEOF + (IfcRelSpaceBoundary2ndLevel)) + SUBTYPE OF (IfcRelSpaceBoundary); + ParentBoundary : OPTIONAL IfcRelSpaceBoundary1stLevel; + INVERSE + InnerBoundaries : SET [0:?] OF IfcRelSpaceBoundary1stLevel FOR ParentBoundary; +END_ENTITY; + +ENTITY IfcRelSpaceBoundary2ndLevel + SUBTYPE OF (IfcRelSpaceBoundary1stLevel); + CorrespondingBoundary : OPTIONAL IfcRelSpaceBoundary2ndLevel; + INVERSE + Corresponds : SET [0:1] OF IfcRelSpaceBoundary2ndLevel FOR CorrespondingBoundary; +END_ENTITY; + +ENTITY IfcRelVoidsElement + SUBTYPE OF (IfcRelDecomposes); + RelatingBuildingElement : IfcElement; + RelatedOpeningElement : IfcFeatureElementSubtraction; +END_ENTITY; + +ENTITY IfcRelationship + ABSTRACT SUPERTYPE OF (ONEOF + (IfcRelAssigns + ,IfcRelAssociates + ,IfcRelConnects + ,IfcRelDeclares + ,IfcRelDecomposes + ,IfcRelDefines)) + SUBTYPE OF (IfcRoot); +END_ENTITY; + +ENTITY IfcReparametrisedCompositeCurveSegment + SUBTYPE OF (IfcCompositeCurveSegment); + ParamLength : IfcParameterValue; + WHERE + PositiveLengthParameter : ParamLength > 0.0; +END_ENTITY; + +ENTITY IfcRepresentation + ABSTRACT SUPERTYPE OF (ONEOF + (IfcShapeModel + ,IfcStyleModel)); + ContextOfItems : IfcRepresentationContext; + RepresentationIdentifier : OPTIONAL IfcLabel; + RepresentationType : OPTIONAL IfcLabel; + Items : SET [1:?] OF IfcRepresentationItem; + INVERSE + RepresentationMap : SET [0:1] OF IfcRepresentationMap FOR MappedRepresentation; + LayerAssignments : SET [0:?] OF IfcPresentationLayerAssignment FOR AssignedItems; + OfProductRepresentation : SET [0:?] OF IfcProductRepresentation FOR Representations; +END_ENTITY; + +ENTITY IfcRepresentationContext + ABSTRACT SUPERTYPE OF (ONEOF + (IfcGeometricRepresentationContext)); + ContextIdentifier : OPTIONAL IfcLabel; + ContextType : OPTIONAL IfcLabel; + INVERSE + RepresentationsInContext : SET [0:?] OF IfcRepresentation FOR ContextOfItems; +END_ENTITY; + +ENTITY IfcRepresentationItem + ABSTRACT SUPERTYPE OF (ONEOF + (IfcGeometricRepresentationItem + ,IfcMappedItem + ,IfcStyledItem + ,IfcTopologicalRepresentationItem)); + INVERSE + LayerAssignment : SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems; + StyledByItem : SET [0:1] OF IfcStyledItem FOR Item; +END_ENTITY; + +ENTITY IfcRepresentationMap; + MappingOrigin : IfcAxis2Placement; + MappedRepresentation : IfcRepresentation; + INVERSE + HasShapeAspects : SET [0:?] OF IfcShapeAspect FOR PartOfProductDefinitionShape; + MapUsage : SET [0:?] OF IfcMappedItem FOR MappingSource; + WHERE + ApplicableMappedRepr : 'IFC4X4_BF78F50B.IFCSHAPEMODEL' IN TYPEOF(MappedRepresentation); +END_ENTITY; + +ENTITY IfcResource + ABSTRACT SUPERTYPE OF (ONEOF + (IfcConstructionResource)) + SUBTYPE OF (IfcObject); + Identification : OPTIONAL IfcIdentifier; + LongDescription : OPTIONAL IfcText; + INVERSE + ResourceOf : SET [0:?] OF IfcRelAssignsToResource FOR RelatingResource; +END_ENTITY; + +ENTITY IfcResourceApprovalRelationship + SUBTYPE OF (IfcResourceLevelRelationship); + RelatedResourceObjects : SET [1:?] OF IfcResourceObjectSelect; + RelatingApproval : IfcApproval; +END_ENTITY; + +ENTITY IfcResourceConstraintRelationship + SUBTYPE OF (IfcResourceLevelRelationship); + RelatingConstraint : IfcConstraint; + RelatedResourceObjects : SET [1:?] OF IfcResourceObjectSelect; +END_ENTITY; + +ENTITY IfcResourceLevelRelationship + ABSTRACT SUPERTYPE OF (ONEOF + (IfcApprovalRelationship + ,IfcCurrencyRelationship + ,IfcDocumentInformationRelationship + ,IfcExternalReferenceRelationship + ,IfcMaterialRelationship + ,IfcOrganizationRelationship + ,IfcPropertyDependencyRelationship + ,IfcResourceApprovalRelationship + ,IfcResourceConstraintRelationship)); + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; +END_ENTITY; + +ENTITY IfcResourceTime + SUBTYPE OF (IfcSchedulingTime); + ScheduleWork : OPTIONAL IfcDuration; + ScheduleUsage : OPTIONAL IfcPositiveRatioMeasure; + ScheduleStart : OPTIONAL IfcDateTime; + ScheduleFinish : OPTIONAL IfcDateTime; + ScheduleContour : OPTIONAL IfcLabel; + LevelingDelay : OPTIONAL IfcDuration; + IsOverAllocated : OPTIONAL IfcBoolean; + StatusTime : OPTIONAL IfcDateTime; + ActualWork : OPTIONAL IfcDuration; + ActualUsage : OPTIONAL IfcPositiveRatioMeasure; + ActualStart : OPTIONAL IfcDateTime; + ActualFinish : OPTIONAL IfcDateTime; + RemainingWork : OPTIONAL IfcDuration; + RemainingUsage : OPTIONAL IfcPositiveRatioMeasure; + Completion : OPTIONAL IfcPositiveRatioMeasure; +END_ENTITY; + +ENTITY IfcRevolvedAreaSolid + SUPERTYPE OF (ONEOF + (IfcRevolvedAreaSolidTapered)) + SUBTYPE OF (IfcSweptAreaSolid); + Axis : IfcAxis1Placement; + Angle : IfcPlaneAngleMeasure; + DERIVE + AxisLine : IfcLine := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcCurve() || IfcLine(Axis.Location, + IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector(Axis.Z,1.0)); + WHERE + AxisStartInXY : Axis.Location.Coordinates[3] = 0.0; + AxisDirectionInXY : Axis.Z.DirectionRatios[3] = 0.0; +END_ENTITY; + +ENTITY IfcRevolvedAreaSolidTapered + SUBTYPE OF (IfcRevolvedAreaSolid); + EndSweptArea : IfcProfileDef; + WHERE + CorrectProfileAssignment : IfcTaperedSweptAreaProfiles(SELF\IfcSweptAreaSolid.SweptArea, SELF.EndSweptArea); +END_ENTITY; + +ENTITY IfcRightCircularCone + SUBTYPE OF (IfcCsgPrimitive3D); + Height : IfcPositiveLengthMeasure; + BottomRadius : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcRightCircularCylinder + SUBTYPE OF (IfcCsgPrimitive3D); + Height : IfcPositiveLengthMeasure; + Radius : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcRigidOperation + SUBTYPE OF (IfcCoordinateOperation); + FirstCoordinate : IfcMeasureValue; + SecondCoordinate : IfcMeasureValue; + Height : OPTIONAL IfcLengthMeasure; + WHERE + CoordinateType : (('IFC4X4_BF78F50B.IFCLENGTHMEASURE' IN TYPEOF(FirstCoordinate)) +AND +('IFC4X4_BF78F50B.IFCLENGTHMEASURE' IN TYPEOF(SecondCoordinate))) +OR +(('IFC4X4_BF78F50B.IFCPLANEANGLEMEASURE' IN TYPEOF(FirstCoordinate)) +AND +('IFC4X4_BF78F50B.IFCPLANEANGLEMEASURE' IN TYPEOF(SecondCoordinate))); +END_ENTITY; + +ENTITY IfcRoad + SUBTYPE OF (IfcFacility); + PredefinedType : IfcRoadTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcRoadTypeEnum.USERDEFINED) OR + +EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcRoadPart + SUBTYPE OF (IfcFacilityPart); + PredefinedType : IfcRoadPartTypeEnum; + WHERE + HasObjectType : (PredefinedType <>IfcRoadPartTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcRoof + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcRoofTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcRoofTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcRoofTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCROOFTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcRoofType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcRoofTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcRoofTypeEnum.USERDEFINED) OR +((PredefinedType = IfcRoofTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcRoot + ABSTRACT SUPERTYPE OF (ONEOF + (IfcObjectDefinition + ,IfcPropertyDefinition + ,IfcRelationship)); + GlobalId : IfcGloballyUniqueId; + OwnerHistory : OPTIONAL IfcOwnerHistory; + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + UNIQUE + UR1 : GlobalId; +END_ENTITY; + +ENTITY IfcRoundedRectangleProfileDef + SUBTYPE OF (IfcRectangleProfileDef); + RoundingRadius : IfcPositiveLengthMeasure; + WHERE + ValidRadius : ((RoundingRadius <= (SELF\IfcRectangleProfileDef.XDim/2.)) AND + (RoundingRadius <= (SELF\IfcRectangleProfileDef.YDim/2.))); +END_ENTITY; + +ENTITY IfcSIUnit + SUBTYPE OF (IfcNamedUnit); + Prefix : OPTIONAL IfcSIPrefix; + Name : IfcSIUnitName; + DERIVE + SELF\IfcNamedUnit.Dimensions : IfcDimensionalExponents := IfcDimensionsForSIUnit (SELF.Name); +END_ENTITY; + +ENTITY IfcSanitaryTerminal + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcSanitaryTerminalTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcSanitaryTerminalTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcSanitaryTerminalTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSANITARYTERMINALTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSanitaryTerminalType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcSanitaryTerminalTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSanitaryTerminalTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSanitaryTerminalTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcSchedulingTime + ABSTRACT SUPERTYPE OF (ONEOF + (IfcEventTime + ,IfcLagTime + ,IfcResourceTime + ,IfcTaskTime + ,IfcWorkTime)); + Name : OPTIONAL IfcLabel; + DataOrigin : OPTIONAL IfcDataOriginEnum; + UserDefinedDataOrigin : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcSeamCurve + SUBTYPE OF (IfcSurfaceCurve); + WHERE + TwoPCurves : SIZEOF(SELF\IfcSurfaceCurve.AssociatedGeometry) = 2; + SameSurface : IfcAssociatedSurface(SELF\IfcSurfaceCurve.AssociatedGeometry[1]) = IfcAssociatedSurface(SELF\IfcSurfaceCurve.AssociatedGeometry[2]); +END_ENTITY; + +ENTITY IfcSecondOrderPolynomialSpiral + SUBTYPE OF (IfcSpiral); + QuadraticTerm : IfcLengthMeasure; + LinearTerm : OPTIONAL IfcLengthMeasure; + ConstantTerm : OPTIONAL IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcSectionProperties + SUBTYPE OF (IfcPreDefinedProperties); + SectionType : IfcSectionTypeEnum; + StartProfile : IfcProfileDef; + EndProfile : OPTIONAL IfcProfileDef; +END_ENTITY; + +ENTITY IfcSectionReinforcementProperties + SUBTYPE OF (IfcPreDefinedProperties); + LongitudinalStartPosition : IfcLengthMeasure; + LongitudinalEndPosition : IfcLengthMeasure; + TransversePosition : OPTIONAL IfcLengthMeasure; + ReinforcementRole : IfcReinforcingBarRoleEnum; + SectionDefinition : IfcSectionProperties; + CrossSectionReinforcementDefinitions : SET [1:?] OF IfcReinforcementBarProperties; +END_ENTITY; + +ENTITY IfcSectionedSolid + ABSTRACT SUPERTYPE OF (ONEOF + (IfcSectionedSolidHorizontal)) + SUBTYPE OF (IfcSolidModel); + Directrix : IfcCurve; + CrossSections : LIST [2:?] OF IfcProfileDef; + WHERE + DirectrixIs3D : Directrix.Dim = 3; + ConsistentProfileTypes : SIZEOF(QUERY(temp <* CrossSections | CrossSections[1].ProfileType <> temp.ProfileType)) = 0; + SectionsSameType : SIZEOF(QUERY(temp <* CrossSections | TYPEOF(CrossSections[1]) :<>: TYPEOF(temp))) = 0; +END_ENTITY; + +ENTITY IfcSectionedSolidHorizontal + SUBTYPE OF (IfcSectionedSolid); + CrossSectionPositions : LIST [2:?] OF IfcAxis2PlacementLinear; + WHERE + CorrespondingSectionPositions : SIZEOF(CrossSections) = SIZEOF(CrossSectionPositions); + NoLongitudinalOffsets : SIZEOF(QUERY(temp <* CrossSectionPositions | EXISTS(temp.Location.OffsetLongitudinal))) = 0; +END_ENTITY; + +ENTITY IfcSectionedSpine + SUBTYPE OF (IfcGeometricRepresentationItem); + SpineCurve : IfcCompositeCurve; + CrossSections : LIST [2:?] OF IfcProfileDef; + CrossSectionPositions : LIST [2:?] OF IfcAxis2Placement3D; + DERIVE + Dim : IfcDimensionCount := 3; + WHERE + CorrespondingSectionPositions : SIZEOF(CrossSections) = SIZEOF(CrossSectionPositions); + ConsistentProfileTypes : SIZEOF(QUERY(temp <* CrossSections | CrossSections[1].ProfileType <> temp.ProfileType)) = 0; + SpineCurveDim : SpineCurve.Dim = 3; +END_ENTITY; + +ENTITY IfcSectionedSurface + SUBTYPE OF (IfcSurface); + Directrix : IfcCurve; + CrossSectionPositions : LIST [2:?] OF IfcAxis2PlacementLinear; + CrossSections : LIST [2:?] OF IfcProfileDef; + WHERE + DirectrixIs3D : Directrix.Dim = 3; + AreaProfileTypes : SIZEOF(QUERY(temp <* CrossSections | temp.ProfileType = IfcProfileTypeEnum.CURVE)) = 0; + SectionsSameType : SIZEOF(QUERY(temp <* CrossSections | TYPEOF(CrossSections[1]) :<>: TYPEOF(temp))) = 0; + CorrespondingSectionPositions : SIZEOF(CrossSections) = SIZEOF(CrossSectionPositions); + NoOffsets : SIZEOF(QUERY(temp <* CrossSectionPositions | EXISTS(temp.Location.OffsetLateral) OR EXISTS(temp.Location.OffsetVertical) OR EXISTS(temp.Location.OffsetLongitudinal))) = 0; +END_ENTITY; + +ENTITY IfcSegment + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCompositeCurveSegment + ,IfcCurveSegment)) + SUBTYPE OF (IfcGeometricRepresentationItem); + Transition : IfcTransitionCode; + DERIVE + Dim : IfcDimensionCount := IfcSegmentDim(SELF); + INVERSE + UsingCurves : SET [1:?] OF IfcCompositeCurve FOR Segments; +END_ENTITY; + +ENTITY IfcSegmentedReferenceCurve + SUBTYPE OF (IfcCompositeCurve); + BaseCurve : IfcBoundedCurve; + EndPoint : OPTIONAL IfcPlacement; +END_ENTITY; + +ENTITY IfcSensor + SUBTYPE OF (IfcDistributionControlElement); + PredefinedType : OPTIONAL IfcSensorTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcSensorTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcSensorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCSENSORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSensorType + SUBTYPE OF (IfcDistributionControlElementType); + PredefinedType : IfcSensorTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSensorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSensorTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcSeventhOrderPolynomialSpiral + SUBTYPE OF (IfcSpiral); + SepticTerm : IfcLengthMeasure; + SexticTerm : OPTIONAL IfcLengthMeasure; + QuinticTerm : OPTIONAL IfcLengthMeasure; + QuarticTerm : OPTIONAL IfcLengthMeasure; + CubicTerm : OPTIONAL IfcLengthMeasure; + QuadraticTerm : OPTIONAL IfcLengthMeasure; + LinearTerm : OPTIONAL IfcLengthMeasure; + ConstantTerm : OPTIONAL IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcShadingDevice + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcShadingDeviceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcShadingDeviceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcShadingDeviceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSHADINGDEVICETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcShadingDeviceType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcShadingDeviceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcShadingDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcShadingDeviceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcShapeAspect; + ShapeRepresentations : LIST [1:?] OF IfcShapeModel; + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + ProductDefinitional : IfcLogical; + PartOfProductDefinitionShape : OPTIONAL IfcProductRepresentationSelect; + INVERSE + HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; +END_ENTITY; + +ENTITY IfcShapeModel + ABSTRACT SUPERTYPE OF (ONEOF + (IfcShapeRepresentation + ,IfcTopologyRepresentation)) + SUBTYPE OF (IfcRepresentation); + INVERSE + OfShapeAspect : SET [0:1] OF IfcShapeAspect FOR ShapeRepresentations; + WHERE + WR11 : (SIZEOF(SELF\IfcRepresentation.OfProductRepresentation) = 1) XOR +(SIZEOF(SELF\IfcRepresentation.RepresentationMap) = 1) XOR +(SIZEOF(OfShapeAspect) = 1); +END_ENTITY; + +ENTITY IfcShapeRepresentation + SUBTYPE OF (IfcShapeModel); + WHERE + CorrectContext : 'IFC4X4_BF78F50B.IFCGEOMETRICREPRESENTATIONCONTEXT' +IN TYPEOF(SELF\IfcRepresentation.ContextOfItems); + NoTopologicalItem : SIZEOF(QUERY(temp <* Items | + ('IFC4X4_BF78F50B.IFCTOPOLOGICALREPRESENTATIONITEM' IN TYPEOF(temp)) + AND (NOT(SIZEOF( + ['IFC4X4_BF78F50B.IFCVERTEXPOINT', + 'IFC4X4_BF78F50B.IFCEDGECURVE', + 'IFC4X4_BF78F50B.IFCFACESURFACE'] * TYPEOF(temp)) = 1)) +)) = 0; + HasRepresentationType : EXISTS(SELF\IfcRepresentation.RepresentationType); + HasRepresentationIdentifier : EXISTS(SELF\IfcRepresentation.RepresentationIdentifier); + CorrectItemsForType : IfcShapeRepresentationTypes(SELF\IfcRepresentation.RepresentationType, SELF\IfcRepresentation.Items); +END_ENTITY; + +ENTITY IfcShellBasedSurfaceModel + SUBTYPE OF (IfcGeometricRepresentationItem); + SbsmBoundary : SET [1:?] OF IfcShell; + DERIVE + Dim : IfcDimensionCount := 3; +END_ENTITY; + +ENTITY IfcSign + SUBTYPE OF (IfcElementComponent); + PredefinedType : OPTIONAL IfcSignTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcSignTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSignTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCSIGNTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSignType + SUBTYPE OF (IfcElementComponentType); + PredefinedType : IfcSignTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSignTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSignTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcSignal + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcSignalTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcSignalTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSignalTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCSIGNALTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSignalType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcSignalTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSignalTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSignalTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcSimpleProperty + ABSTRACT SUPERTYPE OF (ONEOF + (IfcPropertyBoundedValue + ,IfcPropertyEnumeratedValue + ,IfcPropertyListValue + ,IfcPropertyReferenceValue + ,IfcPropertySingleValue + ,IfcPropertyTableValue)) + SUBTYPE OF (IfcProperty); +END_ENTITY; + +ENTITY IfcSimplePropertyTemplate + SUBTYPE OF (IfcPropertyTemplate); + TemplateType : OPTIONAL IfcSimplePropertyTemplateTypeEnum; + PrimaryMeasureType : OPTIONAL IfcLabel; + SecondaryMeasureType : OPTIONAL IfcLabel; + Enumerators : OPTIONAL IfcPropertyEnumeration; + PrimaryUnit : OPTIONAL IfcUnit; + SecondaryUnit : OPTIONAL IfcUnit; + Expression : OPTIONAL IfcLabel; + AccessState : OPTIONAL IfcStateEnum; +END_ENTITY; + +ENTITY IfcSineSpiral + SUBTYPE OF (IfcSpiral); + SineTerm : IfcLengthMeasure; + LinearTerm : OPTIONAL IfcLengthMeasure; + ConstantTerm : OPTIONAL IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcSite + SUBTYPE OF (IfcSpatialStructureElement); + RefLatitude : OPTIONAL IfcCompoundPlaneAngleMeasure; + RefLongitude : OPTIONAL IfcCompoundPlaneAngleMeasure; + RefElevation : OPTIONAL IfcLengthMeasure; + LandTitleNumber : OPTIONAL IfcLabel; + SiteAddress : OPTIONAL IfcPostalAddress; +END_ENTITY; + +ENTITY IfcSlab + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcSlabTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcSlabTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcSlabTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSLABTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSlabType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcSlabTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSlabTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSlabTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcSlippageConnectionCondition + SUBTYPE OF (IfcStructuralConnectionCondition); + SlippageX : OPTIONAL IfcLengthMeasure; + SlippageY : OPTIONAL IfcLengthMeasure; + SlippageZ : OPTIONAL IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcSolarDevice + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcSolarDeviceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcSolarDeviceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcSolarDeviceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSOLARDEVICETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSolarDeviceType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcSolarDeviceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSolarDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSolarDeviceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcSolidModel + ABSTRACT SUPERTYPE OF (ONEOF + (IfcCsgSolid + ,IfcManifoldSolidBrep + ,IfcSectionedSolid + ,IfcSweptAreaSolid + ,IfcSweptDiskSolid + ,IfcVoxelGrid)) + SUBTYPE OF (IfcGeometricRepresentationItem); + DERIVE + Dim : IfcDimensionCount := 3; +END_ENTITY; + +ENTITY IfcSpace + SUBTYPE OF (IfcSpatialStructureElement); + PredefinedType : OPTIONAL IfcSpaceTypeEnum; + ElevationWithFlooring : OPTIONAL IfcLengthMeasure; + INVERSE + HasCoverings : SET [0:?] OF IfcRelCoversSpaces FOR RelatingSpace; + BoundedBy : SET [0:?] OF IfcRelSpaceBoundary FOR RelatingSpace; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcSpaceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcSpaceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSPACETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSpaceHeater + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcSpaceHeaterTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcSpaceHeaterTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcSpaceHeaterTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSPACEHEATERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSpaceHeaterType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcSpaceHeaterTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSpaceHeaterTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSpaceHeaterTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcSpaceType + SUBTYPE OF (IfcSpatialStructureElementType); + PredefinedType : IfcSpaceTypeEnum; + LongName : OPTIONAL IfcLabel; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSpaceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSpaceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcSpatialElementType.ElementType)); +END_ENTITY; + +ENTITY IfcSpatialElement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcExternalSpatialStructureElement + ,IfcSpatialStructureElement + ,IfcSpatialZone)) + SUBTYPE OF (IfcProduct); + LongName : OPTIONAL IfcLabel; + INVERSE + ContainsElements : SET [0:?] OF IfcRelContainedInSpatialStructure FOR RelatingStructure; + ServicedBySystems : SET [0:?] OF IfcRelServicesBuildings FOR RelatedBuildings; + ReferencesElements : SET [0:?] OF IfcRelReferencedInSpatialStructure FOR RelatingStructure; + IsInterferedByElements : SET [0:?] OF IfcRelInterferesElements FOR RelatedElement; + InterferesElements : SET [0:?] OF IfcRelInterferesElements FOR RelatingElement; +END_ENTITY; + +ENTITY IfcSpatialElementType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcSpatialStructureElementType + ,IfcSpatialZoneType)) + SUBTYPE OF (IfcTypeProduct); + ElementType : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcSpatialStructureElement + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBuildingStorey + ,IfcFacility + ,IfcFacilityPart + ,IfcSite + ,IfcSpace)) + SUBTYPE OF (IfcSpatialElement); + CompositionType : OPTIONAL IfcElementCompositionEnum; + WHERE + WR41 : (HIINDEX(SELF\IfcObjectDefinition.Decomposes) = 1) +AND +('IFC4X4_BF78F50B.IFCRELAGGREGATES' IN TYPEOF(SELF\IfcObjectDefinition.Decomposes[1])) +AND +(('IFC4X4_BF78F50B.IFCPROJECT' IN TYPEOF (SELF\IfcObjectDefinition.Decomposes[1].RelatingObject)) OR + ('IFC4X4_BF78F50B.IFCSPATIALSTRUCTUREELEMENT' IN TYPEOF (SELF\IfcObjectDefinition.Decomposes[1].RelatingObject)) +); +END_ENTITY; + +ENTITY IfcSpatialStructureElementType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcSpaceType)) + SUBTYPE OF (IfcSpatialElementType); +END_ENTITY; + +ENTITY IfcSpatialZone + SUBTYPE OF (IfcSpatialElement); + PredefinedType : OPTIONAL IfcSpatialZoneTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcSpatialZoneTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcSpatialZoneTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSPATIALZONETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSpatialZoneType + SUBTYPE OF (IfcSpatialElementType); + PredefinedType : IfcSpatialZoneTypeEnum; + LongName : OPTIONAL IfcLabel; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSpatialZoneTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSpatialZoneTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcSpatialElementType.ElementType)); +END_ENTITY; + +ENTITY IfcSphere + SUBTYPE OF (IfcCsgPrimitive3D); + Radius : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcSphericalSurface + SUBTYPE OF (IfcElementarySurface); + Radius : IfcPositiveLengthMeasure; +END_ENTITY; + +ENTITY IfcSpiral + ABSTRACT SUPERTYPE OF (ONEOF + (IfcClothoid + ,IfcCosineSpiral + ,IfcSecondOrderPolynomialSpiral + ,IfcSeventhOrderPolynomialSpiral + ,IfcSineSpiral + ,IfcThirdOrderPolynomialSpiral)) + SUBTYPE OF (IfcCurve); + Position : OPTIONAL IfcAxis2Placement; +END_ENTITY; + +ENTITY IfcStackTerminal + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcStackTerminalTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcStackTerminalTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcStackTerminalTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSTACKTERMINALTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcStackTerminalType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcStackTerminalTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcStackTerminalTypeEnum.USERDEFINED) OR +((PredefinedType = IfcStackTerminalTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcStair + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcStairTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcStairTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcStairTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSTAIRTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcStairFlight + SUBTYPE OF (IfcBuiltElement); + NumberOfRisers : OPTIONAL IfcInteger; + NumberOfTreads : OPTIONAL IfcInteger; + RiserHeight : OPTIONAL IfcPositiveLengthMeasure; + TreadLength : OPTIONAL IfcPositiveLengthMeasure; + PredefinedType : OPTIONAL IfcStairFlightTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcStairFlightTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcStairFlightTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSTAIRFLIGHTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcStairFlightType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcStairFlightTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcStairFlightTypeEnum.USERDEFINED) OR +((PredefinedType = IfcStairFlightTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcStairType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcStairTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcStairTypeEnum.USERDEFINED) OR +((PredefinedType = IfcStairTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcStructuralAction + ABSTRACT SUPERTYPE OF (ONEOF + (IfcStructuralCurveAction + ,IfcStructuralPointAction + ,IfcStructuralSurfaceAction)) + SUBTYPE OF (IfcStructuralActivity); + DestabilizingLoad : OPTIONAL IfcBoolean; +END_ENTITY; + +ENTITY IfcStructuralActivity + ABSTRACT SUPERTYPE OF (ONEOF + (IfcStructuralAction + ,IfcStructuralReaction)) + SUBTYPE OF (IfcProduct); + AppliedLoad : IfcStructuralLoad; + GlobalOrLocal : IfcGlobalOrLocalEnum; + INVERSE + AssignedToStructuralItem : SET [0:1] OF IfcRelConnectsStructuralActivity FOR RelatedStructuralActivity; +END_ENTITY; + +ENTITY IfcStructuralAnalysisModel + SUBTYPE OF (IfcSystem); + PredefinedType : IfcAnalysisModelTypeEnum; + OrientationOf2DPlane : OPTIONAL IfcAxis2Placement3D; + LoadedBy : OPTIONAL SET [1:?] OF IfcStructuralLoadGroup; + HasResults : OPTIONAL SET [1:?] OF IfcStructuralResultGroup; + SharedPlacement : OPTIONAL IfcObjectPlacement; + WHERE + HasObjectType : (PredefinedType <> IfcAnalysisModelTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcStructuralConnection + ABSTRACT SUPERTYPE OF (ONEOF + (IfcStructuralCurveConnection + ,IfcStructuralPointConnection + ,IfcStructuralSurfaceConnection)) + SUBTYPE OF (IfcStructuralItem); + AppliedCondition : OPTIONAL IfcBoundaryCondition; + INVERSE + ConnectsStructuralMembers : SET [1:?] OF IfcRelConnectsStructuralMember FOR RelatedStructuralConnection; +END_ENTITY; + +ENTITY IfcStructuralConnectionCondition + ABSTRACT SUPERTYPE OF (ONEOF + (IfcFailureConnectionCondition + ,IfcSlippageConnectionCondition)); + Name : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcStructuralCurveAction + SUPERTYPE OF (ONEOF + (IfcStructuralLinearAction)) + SUBTYPE OF (IfcStructuralAction); + ProjectedOrTrue : OPTIONAL IfcProjectedOrTrueLengthEnum; + PredefinedType : IfcStructuralCurveActivityTypeEnum; + WHERE + ProjectedIsGlobal : (NOT EXISTS(ProjectedOrTrue)) OR +((ProjectedOrTrue <> PROJECTED_LENGTH) OR + (SELF\IfcStructuralActivity.GlobalOrLocal = GLOBAL_COORDS)); + HasObjectType : (PredefinedType <> IfcStructuralCurveActivityTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + SuitablePredefinedType : PredefinedType <> IfcStructuralCurveActivityTypeEnum.EQUIDISTANT; +END_ENTITY; + +ENTITY IfcStructuralCurveConnection + SUBTYPE OF (IfcStructuralConnection); + Axis : IfcDirection; +END_ENTITY; + +ENTITY IfcStructuralCurveMember + SUPERTYPE OF (ONEOF + (IfcStructuralCurveMemberVarying)) + SUBTYPE OF (IfcStructuralMember); + PredefinedType : IfcStructuralCurveMemberTypeEnum; + Axis : IfcDirection; + WHERE + HasObjectType : (PredefinedType <> IfcStructuralCurveMemberTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcStructuralCurveMemberVarying + SUBTYPE OF (IfcStructuralCurveMember); +END_ENTITY; + +ENTITY IfcStructuralCurveReaction + SUBTYPE OF (IfcStructuralReaction); + PredefinedType : IfcStructuralCurveActivityTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcStructuralCurveActivityTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + SuitablePredefinedType : (PredefinedType <> IfcStructuralCurveActivityTypeEnum.SINUS) AND (PredefinedType <> IfcStructuralCurveActivityTypeEnum.PARABOLA); +END_ENTITY; + +ENTITY IfcStructuralItem + ABSTRACT SUPERTYPE OF (ONEOF + (IfcStructuralConnection + ,IfcStructuralMember)) + SUBTYPE OF (IfcProduct); + INVERSE + AssignedStructuralActivity : SET [0:?] OF IfcRelConnectsStructuralActivity FOR RelatingElement; +END_ENTITY; + +ENTITY IfcStructuralLinearAction + SUBTYPE OF (IfcStructuralCurveAction); + WHERE + SuitableLoadType : SIZEOF(['IFC4X4_BF78F50B.IFCSTRUCTURALLOADLINEARFORCE', 'IFC4X4_BF78F50B.IFCSTRUCTURALLOADTEMPERATURE'] * TYPEOF(SELF\IfcStructuralActivity.AppliedLoad)) = 1; + ConstPredefinedType : SELF\IfcStructuralCurveAction.PredefinedType = IfcStructuralCurveActivityTypeEnum.CONST; +END_ENTITY; + +ENTITY IfcStructuralLoad + ABSTRACT SUPERTYPE OF (ONEOF + (IfcStructuralLoadConfiguration + ,IfcStructuralLoadOrResult)); + Name : OPTIONAL IfcLabel; +END_ENTITY; + +ENTITY IfcStructuralLoadCase + SUBTYPE OF (IfcStructuralLoadGroup); + SelfWeightCoefficients : OPTIONAL LIST [3:3] OF IfcRatioMeasure; + WHERE + IsLoadCasePredefinedType : SELF\IfcStructuralLoadGroup.PredefinedType = IfcLoadGroupTypeEnum.LOAD_CASE; +END_ENTITY; + +ENTITY IfcStructuralLoadConfiguration + SUBTYPE OF (IfcStructuralLoad); + Values : LIST [1:?] OF IfcStructuralLoadOrResult; + Locations : OPTIONAL LIST [1:?] OF UNIQUE LIST [1:2] OF IfcLengthMeasure; + WHERE + ValidListSize : NOT EXISTS(Locations) OR (SIZEOF(Locations) = SIZEOF(Values)); +END_ENTITY; + +ENTITY IfcStructuralLoadGroup + SUPERTYPE OF (ONEOF + (IfcStructuralLoadCase)) + SUBTYPE OF (IfcGroup); + PredefinedType : IfcLoadGroupTypeEnum; + ActionType : IfcActionTypeEnum; + ActionSource : IfcActionSourceTypeEnum; + Coefficient : OPTIONAL IfcRatioMeasure; + Purpose : OPTIONAL IfcLabel; + INVERSE + SourceOfResultGroup : SET [0:1] OF IfcStructuralResultGroup FOR ResultForLoadGroup; + LoadGroupFor : SET [0:?] OF IfcStructuralAnalysisModel FOR LoadedBy; + WHERE + HasObjectType : ( + (PredefinedType <> IfcLoadGroupTypeEnum.USERDEFINED) AND + (ActionType <> IfcActionTypeEnum.USERDEFINED) AND + (ActionSource <> IfcActionSourceTypeEnum.USERDEFINED) +) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcStructuralLoadLinearForce + SUBTYPE OF (IfcStructuralLoadStatic); + LinearForceX : OPTIONAL IfcLinearForceMeasure; + LinearForceY : OPTIONAL IfcLinearForceMeasure; + LinearForceZ : OPTIONAL IfcLinearForceMeasure; + LinearMomentX : OPTIONAL IfcLinearMomentMeasure; + LinearMomentY : OPTIONAL IfcLinearMomentMeasure; + LinearMomentZ : OPTIONAL IfcLinearMomentMeasure; +END_ENTITY; + +ENTITY IfcStructuralLoadOrResult + ABSTRACT SUPERTYPE OF (ONEOF + (IfcStructuralLoadStatic + ,IfcSurfaceReinforcementArea)) + SUBTYPE OF (IfcStructuralLoad); +END_ENTITY; + +ENTITY IfcStructuralLoadPlanarForce + SUBTYPE OF (IfcStructuralLoadStatic); + PlanarForceX : OPTIONAL IfcPlanarForceMeasure; + PlanarForceY : OPTIONAL IfcPlanarForceMeasure; + PlanarForceZ : OPTIONAL IfcPlanarForceMeasure; +END_ENTITY; + +ENTITY IfcStructuralLoadSingleDisplacement + SUPERTYPE OF (ONEOF + (IfcStructuralLoadSingleDisplacementDistortion)) + SUBTYPE OF (IfcStructuralLoadStatic); + DisplacementX : OPTIONAL IfcLengthMeasure; + DisplacementY : OPTIONAL IfcLengthMeasure; + DisplacementZ : OPTIONAL IfcLengthMeasure; + RotationalDisplacementRX : OPTIONAL IfcPlaneAngleMeasure; + RotationalDisplacementRY : OPTIONAL IfcPlaneAngleMeasure; + RotationalDisplacementRZ : OPTIONAL IfcPlaneAngleMeasure; +END_ENTITY; + +ENTITY IfcStructuralLoadSingleDisplacementDistortion + SUBTYPE OF (IfcStructuralLoadSingleDisplacement); + Distortion : OPTIONAL IfcCurvatureMeasure; +END_ENTITY; + +ENTITY IfcStructuralLoadSingleForce + SUPERTYPE OF (ONEOF + (IfcStructuralLoadSingleForceWarping)) + SUBTYPE OF (IfcStructuralLoadStatic); + ForceX : OPTIONAL IfcForceMeasure; + ForceY : OPTIONAL IfcForceMeasure; + ForceZ : OPTIONAL IfcForceMeasure; + MomentX : OPTIONAL IfcTorqueMeasure; + MomentY : OPTIONAL IfcTorqueMeasure; + MomentZ : OPTIONAL IfcTorqueMeasure; +END_ENTITY; + +ENTITY IfcStructuralLoadSingleForceWarping + SUBTYPE OF (IfcStructuralLoadSingleForce); + WarpingMoment : OPTIONAL IfcWarpingMomentMeasure; +END_ENTITY; + +ENTITY IfcStructuralLoadStatic + ABSTRACT SUPERTYPE OF (ONEOF + (IfcStructuralLoadLinearForce + ,IfcStructuralLoadPlanarForce + ,IfcStructuralLoadSingleDisplacement + ,IfcStructuralLoadSingleForce + ,IfcStructuralLoadTemperature)) + SUBTYPE OF (IfcStructuralLoadOrResult); +END_ENTITY; + +ENTITY IfcStructuralLoadTemperature + SUBTYPE OF (IfcStructuralLoadStatic); + DeltaTConstant : OPTIONAL IfcThermodynamicTemperatureMeasure; + DeltaTY : OPTIONAL IfcThermodynamicTemperatureMeasure; + DeltaTZ : OPTIONAL IfcThermodynamicTemperatureMeasure; +END_ENTITY; + +ENTITY IfcStructuralMember + ABSTRACT SUPERTYPE OF (ONEOF + (IfcStructuralCurveMember + ,IfcStructuralSurfaceMember)) + SUBTYPE OF (IfcStructuralItem); + INVERSE + ConnectedBy : SET [0:?] OF IfcRelConnectsStructuralMember FOR RelatingStructuralMember; +END_ENTITY; + +ENTITY IfcStructuralPlanarAction + SUBTYPE OF (IfcStructuralSurfaceAction); + WHERE + SuitableLoadType : SIZEOF(['IFC4X4_BF78F50B.IFCSTRUCTURALLOADPLANARFORCE', 'IFC4X4_BF78F50B.IFCSTRUCTURALLOADTEMPERATURE'] * TYPEOF(SELF\IfcStructuralActivity.AppliedLoad)) = 1; + ConstPredefinedType : SELF\IfcStructuralSurfaceAction.PredefinedType = IfcStructuralSurfaceActivityTypeEnum.CONST; +END_ENTITY; + +ENTITY IfcStructuralPointAction + SUBTYPE OF (IfcStructuralAction); + WHERE + SuitableLoadType : SIZEOF(['IFC4X4_BF78F50B.IFCSTRUCTURALLOADSINGLEFORCE', 'IFC4X4_BF78F50B.IFCSTRUCTURALLOADSINGLEDISPLACEMENT'] * TYPEOF(SELF\IfcStructuralActivity.AppliedLoad)) = 1; +END_ENTITY; + +ENTITY IfcStructuralPointConnection + SUBTYPE OF (IfcStructuralConnection); + ConditionCoordinateSystem : OPTIONAL IfcAxis2Placement3D; +END_ENTITY; + +ENTITY IfcStructuralPointReaction + SUBTYPE OF (IfcStructuralReaction); + WHERE + SuitableLoadType : SIZEOF(['IFC4X4_BF78F50B.IFCSTRUCTURALLOADSINGLEFORCE', 'IFC4X4_BF78F50B.IFCSTRUCTURALLOADSINGLEDISPLACEMENT'] * TYPEOF(SELF\IfcStructuralActivity.AppliedLoad)) = 1; +END_ENTITY; + +ENTITY IfcStructuralReaction + ABSTRACT SUPERTYPE OF (ONEOF + (IfcStructuralCurveReaction + ,IfcStructuralPointReaction + ,IfcStructuralSurfaceReaction)) + SUBTYPE OF (IfcStructuralActivity); +END_ENTITY; + +ENTITY IfcStructuralResultGroup + SUBTYPE OF (IfcGroup); + TheoryType : IfcAnalysisTheoryTypeEnum; + ResultForLoadGroup : OPTIONAL IfcStructuralLoadGroup; + IsLinear : IfcBoolean; + INVERSE + ResultGroupFor : SET [0:1] OF IfcStructuralAnalysisModel FOR HasResults; + WHERE + HasObjectType : (TheoryType <> IfcAnalysisTheoryTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcStructuralSurfaceAction + SUPERTYPE OF (ONEOF + (IfcStructuralPlanarAction)) + SUBTYPE OF (IfcStructuralAction); + ProjectedOrTrue : OPTIONAL IfcProjectedOrTrueLengthEnum; + PredefinedType : IfcStructuralSurfaceActivityTypeEnum; + WHERE + ProjectedIsGlobal : (NOT EXISTS(ProjectedOrTrue)) OR +((ProjectedOrTrue <> PROJECTED_LENGTH) OR + (SELF\IfcStructuralActivity.GlobalOrLocal = GLOBAL_COORDS)); + HasObjectType : (PredefinedType <> IfcStructuralSurfaceActivityTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcStructuralSurfaceConnection + SUBTYPE OF (IfcStructuralConnection); +END_ENTITY; + +ENTITY IfcStructuralSurfaceMember + SUPERTYPE OF (ONEOF + (IfcStructuralSurfaceMemberVarying)) + SUBTYPE OF (IfcStructuralMember); + PredefinedType : IfcStructuralSurfaceMemberTypeEnum; + Thickness : OPTIONAL IfcPositiveLengthMeasure; + WHERE + HasObjectType : (PredefinedType <> IfcStructuralSurfaceMemberTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcStructuralSurfaceMemberVarying + SUBTYPE OF (IfcStructuralSurfaceMember); +END_ENTITY; + +ENTITY IfcStructuralSurfaceReaction + SUBTYPE OF (IfcStructuralReaction); + PredefinedType : IfcStructuralSurfaceActivityTypeEnum; + WHERE + HasPredefinedType : (PredefinedType <> IfcStructuralSurfaceActivityTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcStyleModel + ABSTRACT SUPERTYPE OF (ONEOF + (IfcStyledRepresentation)) + SUBTYPE OF (IfcRepresentation); +END_ENTITY; + +ENTITY IfcStyledItem + SUBTYPE OF (IfcRepresentationItem); + Item : OPTIONAL IfcRepresentationItem; + Styles : SET [1:?] OF IfcPresentationStyle; + Name : OPTIONAL IfcLabel; + WHERE + ApplicableItem : NOT('IFC4X4_BF78F50B.IFCSTYLEDITEM' IN TYPEOF(Item)); +END_ENTITY; + +ENTITY IfcStyledRepresentation + SUBTYPE OF (IfcStyleModel); + WHERE + OnlyStyledItems : SIZEOF(QUERY(temp <* SELF\IfcRepresentation.Items | + (NOT('IFC4X4_BF78F50B.IFCSTYLEDITEM' IN TYPEOF(temp))) +)) = 0; +END_ENTITY; + +ENTITY IfcSubContractResource + SUBTYPE OF (IfcConstructionResource); + PredefinedType : OPTIONAL IfcSubContractResourceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcSubContractResourceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcSubContractResourceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcSubContractResourceType + SUBTYPE OF (IfcConstructionResourceType); + PredefinedType : IfcSubContractResourceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSubContractResourceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSubContractResourceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcTypeResource.ResourceType)); +END_ENTITY; + +ENTITY IfcSubedge + SUBTYPE OF (IfcEdge); + ParentEdge : IfcEdge; +END_ENTITY; + +ENTITY IfcSurface + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBoundedSurface + ,IfcElementarySurface + ,IfcSectionedSurface + ,IfcSweptSurface)) + SUBTYPE OF (IfcGeometricRepresentationItem); + DERIVE + Dim : IfcDimensionCount := 3; +END_ENTITY; + +ENTITY IfcSurfaceCurve + SUPERTYPE OF (ONEOF + (IfcIntersectionCurve + ,IfcSeamCurve)) + SUBTYPE OF (IfcCurve); + Curve3D : IfcCurve; + AssociatedGeometry : LIST [1:2] OF IfcPcurve; + MasterRepresentation : IfcPreferredSurfaceCurveRepresentation; + DERIVE + BasisSurface : SET [1:2] OF IfcSurface := IfcGetBasisSurface(SELF); + WHERE + CurveIs3D : Curve3D.Dim = 3; + CurveIsNotPcurve : NOT ('IFC4X4_BF78F50B.IFCPCURVE' IN TYPEOF(Curve3D)); +END_ENTITY; + +ENTITY IfcSurfaceCurveSweptAreaSolid + SUBTYPE OF (IfcDirectrixCurveSweptAreaSolid); + ReferenceSurface : IfcSurface; +END_ENTITY; + +ENTITY IfcSurfaceFeature + SUBTYPE OF (IfcFeatureElement); + PredefinedType : OPTIONAL IfcSurfaceFeatureTypeEnum; + INVERSE + AdheresToElement : IfcRelAdheresToElement FOR RelatedSurfaceFeatures; + WHERE + HasObjectType : NOT EXISTS(PredefinedType) OR (PredefinedType <> IfcSurfaceFeatureTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcSurfaceOfLinearExtrusion + SUBTYPE OF (IfcSweptSurface); + ExtrudedDirection : IfcDirection; + Depth : IfcLengthMeasure; + DERIVE + ExtrusionAxis : IfcVector := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector (ExtrudedDirection, Depth); + WHERE + DepthGreaterZero : Depth > 0.; +END_ENTITY; + +ENTITY IfcSurfaceOfRevolution + SUBTYPE OF (IfcSweptSurface); + AxisPosition : IfcAxis1Placement; + DERIVE + AxisLine : IfcLine := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcCurve() || IfcLine(AxisPosition.Location, + IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector(AxisPosition.Z,1.0)); +END_ENTITY; + +ENTITY IfcSurfaceReinforcementArea + SUBTYPE OF (IfcStructuralLoadOrResult); + SurfaceReinforcement1 : OPTIONAL LIST [2:3] OF IfcLengthMeasure; + SurfaceReinforcement2 : OPTIONAL LIST [2:3] OF IfcLengthMeasure; + ShearReinforcement : OPTIONAL IfcRatioMeasure; + WHERE + SurfaceAndOrShearAreaSpecified : EXISTS(SurfaceReinforcement1) OR EXISTS(SurfaceReinforcement2) OR EXISTS(ShearReinforcement); + NonnegativeArea1 : (NOT EXISTS(SurfaceReinforcement1)) OR ( + (SurfaceReinforcement1[1] >= 0.) AND + (SurfaceReinforcement1[2] >= 0.) AND + ((SIZEOF(SurfaceReinforcement1) = 1) OR (SurfaceReinforcement1[1] >= 0.)) +); + NonnegativeArea2 : (NOT EXISTS(SurfaceReinforcement2)) OR ( + (SurfaceReinforcement2[1] >= 0.) AND + (SurfaceReinforcement2[2] >= 0.) AND + ((SIZEOF(SurfaceReinforcement2) = 1) OR (SurfaceReinforcement2[1] >= 0.)) +); + NonnegativeArea3 : (NOT EXISTS(ShearReinforcement)) OR (ShearReinforcement >= 0.); +END_ENTITY; + +ENTITY IfcSurfaceStyle + SUBTYPE OF (IfcPresentationStyle); + Side : IfcSurfaceSide; + Styles : SET [1:5] OF IfcSurfaceStyleElementSelect; + WHERE + MaxOneShading : SIZEOF(QUERY(Style <* SELF.Styles | + 'IFC4X4_BF78F50B.IFCSURFACESTYLESHADING' IN + TYPEOF(Style) + )) <= 1; + MaxOneLighting : SIZEOF(QUERY(Style <* SELF.Styles | + 'IFC4X4_BF78F50B.IFCSURFACESTYLELIGHTING' IN + TYPEOF(Style) + )) <= 1; + MaxOneRefraction : SIZEOF(QUERY(Style <* SELF.Styles | + 'IFC4X4_BF78F50B.IFCSURFACESTYLEREFRACTION' IN + TYPEOF(Style) + )) <= 1; + MaxOneTextures : SIZEOF(QUERY(Style <* SELF.Styles | + 'IFC4X4_BF78F50B.IFCSURFACESTYLEWITHTEXTURES' IN + TYPEOF(Style) + )) <= 1; + MaxOneExtDefined : SIZEOF(QUERY(Style <* SELF.Styles | + 'IFC4X4_BF78F50B.IFCEXTERNALLYDEFINEDSURFACESTYLE' IN + TYPEOF(Style) + )) <= 1; +END_ENTITY; + +ENTITY IfcSurfaceStyleLighting + SUBTYPE OF (IfcPresentationItem); + DiffuseTransmissionColour : IfcColourRgb; + DiffuseReflectionColour : IfcColourRgb; + TransmissionColour : IfcColourRgb; + ReflectanceColour : IfcColourRgb; +END_ENTITY; + +ENTITY IfcSurfaceStyleRefraction + SUBTYPE OF (IfcPresentationItem); + RefractionIndex : OPTIONAL IfcReal; + DispersionFactor : OPTIONAL IfcReal; +END_ENTITY; + +ENTITY IfcSurfaceStyleRendering + SUBTYPE OF (IfcSurfaceStyleShading); + DiffuseColour : OPTIONAL IfcColourOrFactor; + TransmissionColour : OPTIONAL IfcColourOrFactor; + DiffuseTransmissionColour : OPTIONAL IfcColourOrFactor; + ReflectionColour : OPTIONAL IfcColourOrFactor; + SpecularColour : OPTIONAL IfcColourOrFactor; + SpecularHighlight : OPTIONAL IfcSpecularHighlightSelect; + ReflectanceMethod : IfcReflectanceMethodEnum; +END_ENTITY; + +ENTITY IfcSurfaceStyleShading + SUPERTYPE OF (ONEOF + (IfcSurfaceStyleRendering)) + SUBTYPE OF (IfcPresentationItem); + SurfaceColour : IfcColourRgb; + Transparency : OPTIONAL IfcNormalisedRatioMeasure; +END_ENTITY; + +ENTITY IfcSurfaceStyleWithTextures + SUBTYPE OF (IfcPresentationItem); + Textures : LIST [1:?] OF IfcSurfaceTexture; +END_ENTITY; + +ENTITY IfcSurfaceTexture + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBlobTexture + ,IfcImageTexture + ,IfcPixelTexture)) + SUBTYPE OF (IfcPresentationItem); + RepeatS : IfcBoolean; + RepeatT : IfcBoolean; + Mode : OPTIONAL IfcIdentifier; + TextureTransform : OPTIONAL IfcCartesianTransformationOperator2D; + Parameter : OPTIONAL LIST [1:?] OF IfcIdentifier; + INVERSE + IsMappedBy : SET [0:?] OF IfcTextureCoordinate FOR Maps; + UsedInStyles : SET [0:?] OF IfcSurfaceStyleWithTextures FOR Textures; +END_ENTITY; + +ENTITY IfcSweptAreaSolid + ABSTRACT SUPERTYPE OF (ONEOF + (IfcDirectrixCurveSweptAreaSolid + ,IfcExtrudedAreaSolid + ,IfcRevolvedAreaSolid)) + SUBTYPE OF (IfcSolidModel); + SweptArea : IfcProfileDef; + Position : OPTIONAL IfcAxis2Placement3D; + WHERE + SweptAreaType : SweptArea.ProfileType = IfcProfileTypeEnum.Area; +END_ENTITY; + +ENTITY IfcSweptDiskSolid + SUPERTYPE OF (ONEOF + (IfcSweptDiskSolidPolygonal)) + SUBTYPE OF (IfcSolidModel); + Directrix : IfcCurve; + Radius : IfcPositiveLengthMeasure; + InnerRadius : OPTIONAL IfcPositiveLengthMeasure; + StartParam : OPTIONAL IfcParameterValue; + EndParam : OPTIONAL IfcParameterValue; + WHERE + DirectrixDim : Directrix.Dim = 3; + InnerRadiusSize : (NOT EXISTS(InnerRadius)) OR (Radius > InnerRadius); + DirectrixBounded : (EXISTS(StartParam) AND EXISTS(EndParam)) OR +(SIZEOF(['IFC4X4_BF78F50B.IFCCONIC', 'IFC4X4_BF78F50B.IFCBOUNDEDCURVE'] * TYPEOF(Directrix)) = 1); +END_ENTITY; + +ENTITY IfcSweptDiskSolidPolygonal + SUBTYPE OF (IfcSweptDiskSolid); + FilletRadius : OPTIONAL IfcPositiveLengthMeasure; + WHERE + CorrectRadii : NOT(EXISTS(FilletRadius)) OR (FilletRadius >= SELF\IfcSweptDiskSolid.Radius); + DirectrixIsPolyline : ('IFC4X4_BF78F50B.IFCPOLYLINE' IN TYPEOF(SELF\IfcSweptDiskSolid.Directrix)) OR +(('IFC4X4_BF78F50B.IFCINDEXEDPOLYCURVE' IN TYPEOF(SELF\IfcSweptDiskSolid.Directrix)) AND NOT(EXISTS(SELF\IfcSweptDiskSolid.Directrix.Segments))); +END_ENTITY; + +ENTITY IfcSweptSurface + ABSTRACT SUPERTYPE OF (ONEOF + (IfcSurfaceOfLinearExtrusion + ,IfcSurfaceOfRevolution)) + SUBTYPE OF (IfcSurface); + SweptCurve : IfcProfileDef; + Position : OPTIONAL IfcAxis2Placement3D; + WHERE + SweptCurveType : SweptCurve.ProfileType = IfcProfileTypeEnum.Curve; +END_ENTITY; + +ENTITY IfcSwitchingDevice + SUBTYPE OF (IfcFlowController); + PredefinedType : OPTIONAL IfcSwitchingDeviceTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcSwitchingDeviceTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcSwitchingDeviceTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSWITCHINGDEVICETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSwitchingDeviceType + SUBTYPE OF (IfcFlowControllerType); + PredefinedType : IfcSwitchingDeviceTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSwitchingDeviceTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSwitchingDeviceTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcSystem + SUPERTYPE OF (ONEOF + (IfcBuildingSystem + ,IfcBuiltSystem + ,IfcDistributionSystem + ,IfcStructuralAnalysisModel + ,IfcZone)) + SUBTYPE OF (IfcGroup); + INVERSE + ServicesBuildings : SET [0:1] OF IfcRelServicesBuildings FOR RelatingSystem; + ServicesFacilities : SET [0:?] OF IfcRelReferencedInSpatialStructure FOR RelatedElements; +END_ENTITY; + +ENTITY IfcSystemFurnitureElement + SUBTYPE OF (IfcFurnishingElement); + PredefinedType : OPTIONAL IfcSystemFurnitureElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcSystemFurnitureElementTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcSystemFurnitureElementTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCSYSTEMFURNITUREELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcSystemFurnitureElementType + SUBTYPE OF (IfcFurnishingElementType); + PredefinedType : OPTIONAL IfcSystemFurnitureElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcSystemFurnitureElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcSystemFurnitureElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcTShapeProfileDef + SUBTYPE OF (IfcParameterizedProfileDef); + Depth : IfcPositiveLengthMeasure; + FlangeWidth : IfcPositiveLengthMeasure; + WebThickness : IfcPositiveLengthMeasure; + FlangeThickness : IfcPositiveLengthMeasure; + FilletRadius : OPTIONAL IfcNonNegativeLengthMeasure; + FlangeEdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure; + WebEdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure; + WebSlope : OPTIONAL IfcPlaneAngleMeasure; + FlangeSlope : OPTIONAL IfcPlaneAngleMeasure; + WHERE + ValidFlangeThickness : FlangeThickness < Depth; + ValidWebThickness : WebThickness < FlangeWidth; +END_ENTITY; + +ENTITY IfcTable; + Name : OPTIONAL IfcLabel; + Rows : OPTIONAL LIST [1:?] OF IfcTableRow; + Columns : OPTIONAL LIST [1:?] OF IfcTableColumn; + DERIVE + NumberOfCellsInRow : IfcInteger := HIINDEX(Rows[1].RowCells); + NumberOfHeadings : IfcInteger := SIZEOF(QUERY( Temp <* Rows | Temp.IsHeading)); + NumberOfDataRows : IfcInteger := SIZEOF(QUERY( Temp <* Rows | NOT(Temp.IsHeading))); + WHERE + WR1 : SIZEOF(QUERY( Temp <* Rows | HIINDEX(Temp.RowCells) <> HIINDEX(Rows[1].RowCells))) = 0; + WR2 : { 0 <= NumberOfHeadings <= 1 }; +END_ENTITY; + +ENTITY IfcTableColumn; + Identifier : OPTIONAL IfcIdentifier; + Name : OPTIONAL IfcLabel; + Description : OPTIONAL IfcText; + Unit : OPTIONAL IfcUnit; + ReferencePath : OPTIONAL IfcReference; +END_ENTITY; + +ENTITY IfcTableRow; + RowCells : OPTIONAL LIST [1:?] OF IfcValue; + IsHeading : OPTIONAL IfcBoolean; +END_ENTITY; + +ENTITY IfcTank + SUBTYPE OF (IfcFlowStorageDevice); + PredefinedType : OPTIONAL IfcTankTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcTankTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcTankTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCTANKTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcTankType + SUBTYPE OF (IfcFlowStorageDeviceType); + PredefinedType : IfcTankTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcTankTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTankTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcTask + SUBTYPE OF (IfcProcess); + Status : OPTIONAL IfcLabel; + WorkMethod : OPTIONAL IfcLabel; + IsMilestone : IfcBoolean; + Priority : OPTIONAL IfcInteger; + TaskTime : OPTIONAL IfcTaskTime; + PredefinedType : OPTIONAL IfcTaskTypeEnum; + WHERE + HasName : EXISTS(SELF\IfcRoot.Name); + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR (PredefinedType <> IfcTaskTypeEnum.USERDEFINED) OR ((PredefinedType = IfcTaskTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcTaskTime + SUPERTYPE OF (ONEOF + (IfcTaskTimeRecurring)) + SUBTYPE OF (IfcSchedulingTime); + DurationType : OPTIONAL IfcTaskDurationEnum; + ScheduleDuration : OPTIONAL IfcDuration; + ScheduleStart : OPTIONAL IfcDateTime; + ScheduleFinish : OPTIONAL IfcDateTime; + EarlyStart : OPTIONAL IfcDateTime; + EarlyFinish : OPTIONAL IfcDateTime; + LateStart : OPTIONAL IfcDateTime; + LateFinish : OPTIONAL IfcDateTime; + FreeFloat : OPTIONAL IfcDuration; + TotalFloat : OPTIONAL IfcDuration; + IsCritical : OPTIONAL IfcBoolean; + StatusTime : OPTIONAL IfcDateTime; + ActualDuration : OPTIONAL IfcDuration; + ActualStart : OPTIONAL IfcDateTime; + ActualFinish : OPTIONAL IfcDateTime; + RemainingTime : OPTIONAL IfcDuration; + Completion : OPTIONAL IfcPositiveRatioMeasure; +END_ENTITY; + +ENTITY IfcTaskTimeRecurring + SUBTYPE OF (IfcTaskTime); + Recurrence : IfcRecurrencePattern; +END_ENTITY; + +ENTITY IfcTaskType + SUBTYPE OF (IfcTypeProcess); + PredefinedType : IfcTaskTypeEnum; + WorkMethod : OPTIONAL IfcLabel; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcTaskTypeEnum.USERDEFINED) OR ((PredefinedType = IfcTaskTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcTypeProcess.ProcessType)); +END_ENTITY; + +ENTITY IfcTelecomAddress + SUBTYPE OF (IfcAddress); + TelephoneNumbers : OPTIONAL LIST [1:?] OF IfcLabel; + FacsimileNumbers : OPTIONAL LIST [1:?] OF IfcLabel; + PagerNumber : OPTIONAL IfcLabel; + ElectronicMailAddresses : OPTIONAL LIST [1:?] OF IfcLabel; + WWWHomePageURL : OPTIONAL IfcURIReference; + MessagingIDs : OPTIONAL LIST [1:?] OF IfcURIReference; + WHERE + MinimumDataProvided : EXISTS (TelephoneNumbers) OR +EXISTS (FacsimileNumbers) OR +EXISTS (PagerNumber) OR +EXISTS (ElectronicMailAddresses) OR +EXISTS (WWWHomePageURL) OR +EXISTS (MessagingIDs); +END_ENTITY; + +ENTITY IfcTendon + SUBTYPE OF (IfcReinforcingElement); + PredefinedType : OPTIONAL IfcTendonTypeEnum; + NominalDiameter : OPTIONAL IfcPositiveLengthMeasure; + CrossSectionArea : OPTIONAL IfcAreaMeasure; + TensionForce : OPTIONAL IfcForceMeasure; + PreStress : OPTIONAL IfcPressureMeasure; + FrictionCoefficient : OPTIONAL IfcNormalisedRatioMeasure; + AnchorageSlip : OPTIONAL IfcPositiveLengthMeasure; + MinCurvatureRadius : OPTIONAL IfcPositiveLengthMeasure; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcTendonTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTendonTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCTENDONTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcTendonAnchor + SUBTYPE OF (IfcReinforcingElement); + PredefinedType : OPTIONAL IfcTendonAnchorTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcTendonAnchorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTendonAnchorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCTENDONANCHORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcTendonAnchorType + SUBTYPE OF (IfcReinforcingElementType); + PredefinedType : IfcTendonAnchorTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcTendonAnchorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTendonAnchorTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcTendonConduit + SUBTYPE OF (IfcReinforcingElement); + PredefinedType : OPTIONAL IfcTendonConduitTypeEnum; + WHERE + CorrectPredefinedType : NOT EXISTS(PredefinedType) OR +(PredefinedType <> IfcTendonConduitTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTendonConduitTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCTENDONCONDUITTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcTendonConduitType + SUBTYPE OF (IfcReinforcingElementType); + PredefinedType : IfcTendonConduitTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcTendonConduitTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTendonConduitTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcTendonType + SUBTYPE OF (IfcReinforcingElementType); + PredefinedType : IfcTendonTypeEnum; + NominalDiameter : OPTIONAL IfcPositiveLengthMeasure; + CrossSectionArea : OPTIONAL IfcAreaMeasure; + SheathDiameter : OPTIONAL IfcPositiveLengthMeasure; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcTendonTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTendonTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcTessellatedFaceSet + ABSTRACT SUPERTYPE OF (ONEOF + (IfcPolygonalFaceSet + ,IfcTriangulatedFaceSet)) + SUBTYPE OF (IfcTessellatedItem); + Coordinates : IfcCartesianPointList3D; + DERIVE + Dim : IfcDimensionCount := 3; + INVERSE + HasColours : SET [0:1] OF IfcIndexedColourMap FOR MappedTo; + HasTextures : SET [0:?] OF IfcIndexedTextureMap FOR MappedTo; +END_ENTITY; + +ENTITY IfcTessellatedItem + ABSTRACT SUPERTYPE OF (ONEOF + (IfcIndexedPolygonalFace + ,IfcTessellatedFaceSet)) + SUBTYPE OF (IfcGeometricRepresentationItem); +END_ENTITY; + +ENTITY IfcTextLiteral + SUPERTYPE OF (ONEOF + (IfcTextLiteralWithExtent)) + SUBTYPE OF (IfcGeometricRepresentationItem); + Literal : IfcPresentableText; + Placement : IfcAxis2Placement; + Path : IfcTextPath; +END_ENTITY; + +ENTITY IfcTextLiteralWithExtent + SUBTYPE OF (IfcTextLiteral); + Extent : IfcPlanarExtent; + BoxAlignment : IfcBoxAlignment; + WHERE + WR31 : NOT('IFC4X4_BF78F50B.IFCPLANARBOX' IN TYPEOF(Extent)); +END_ENTITY; + +ENTITY IfcTextStyle + SUBTYPE OF (IfcPresentationStyle); + TextCharacterAppearance : OPTIONAL IfcTextStyleForDefinedFont; + TextStyle : OPTIONAL IfcTextStyleTextModel; + TextFontStyle : IfcTextFontSelect; + ModelOrDraughting : OPTIONAL IfcBoolean; +END_ENTITY; + +ENTITY IfcTextStyleFontModel + SUBTYPE OF (IfcPreDefinedTextFont); + FontFamily : LIST [1:?] OF IfcTextFontName; + FontStyle : OPTIONAL IfcFontStyle; + FontVariant : OPTIONAL IfcFontVariant; + FontWeight : OPTIONAL IfcFontWeight; + FontSize : IfcSizeSelect; + WHERE + MeasureOfFontSize : ('IFC4X4_BF78F50B.IFCLENGTHMEASURE' IN TYPEOF(SELF.FontSize)) AND +(SELF.FontSize > 0.); +END_ENTITY; + +ENTITY IfcTextStyleForDefinedFont + SUBTYPE OF (IfcPresentationItem); + Colour : IfcColour; + BackgroundColour : OPTIONAL IfcColour; +END_ENTITY; + +ENTITY IfcTextStyleTextModel + SUBTYPE OF (IfcPresentationItem); + TextIndent : OPTIONAL IfcSizeSelect; + TextAlign : OPTIONAL IfcTextAlignment; + TextDecoration : OPTIONAL IfcTextDecoration; + LetterSpacing : OPTIONAL IfcSizeSelect; + WordSpacing : OPTIONAL IfcSizeSelect; + TextTransform : OPTIONAL IfcTextTransformation; + LineHeight : OPTIONAL IfcSizeSelect; +END_ENTITY; + +ENTITY IfcTextureCoordinate + ABSTRACT SUPERTYPE OF (ONEOF + (IfcIndexedTextureMap + ,IfcTextureCoordinateGenerator + ,IfcTextureMap)) + SUBTYPE OF (IfcPresentationItem); + Maps : LIST [1:?] OF IfcSurfaceTexture; +END_ENTITY; + +ENTITY IfcTextureCoordinateGenerator + SUBTYPE OF (IfcTextureCoordinate); + Mode : IfcLabel; + Parameter : OPTIONAL LIST [1:?] OF IfcReal; +END_ENTITY; + +ENTITY IfcTextureCoordinateIndices + SUPERTYPE OF (ONEOF + (IfcTextureCoordinateIndicesWithVoids)); + TexCoordIndex : LIST [3:?] OF IfcPositiveInteger; + TexCoordsOf : IfcIndexedPolygonalFace; + INVERSE + ToTexMap : IfcIndexedPolygonalTextureMap FOR TexCoordIndices; +END_ENTITY; + +ENTITY IfcTextureCoordinateIndicesWithVoids + SUBTYPE OF (IfcTextureCoordinateIndices); + InnerTexCoordIndicies : LIST [1:?] OF UNIQUE LIST [3:?] OF UNIQUE IfcPositiveInteger; +END_ENTITY; + +ENTITY IfcTextureMap + SUBTYPE OF (IfcTextureCoordinate); + Vertices : LIST [3:?] OF IfcTextureVertex; + MappedTo : IfcFace; +END_ENTITY; + +ENTITY IfcTextureVertex + SUBTYPE OF (IfcPresentationItem); + Coordinates : LIST [2:2] OF IfcParameterValue; +END_ENTITY; + +ENTITY IfcTextureVertexList + SUBTYPE OF (IfcPresentationItem); + TexCoordsList : LIST [1:?] OF LIST [2:2] OF IfcParameterValue; +END_ENTITY; + +ENTITY IfcThirdOrderPolynomialSpiral + SUBTYPE OF (IfcSpiral); + CubicTerm : IfcLengthMeasure; + QuadraticTerm : OPTIONAL IfcLengthMeasure; + LinearTerm : OPTIONAL IfcLengthMeasure; + ConstantTerm : OPTIONAL IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcTimePeriod; + StartTime : IfcTime; + EndTime : IfcTime; +END_ENTITY; + +ENTITY IfcTimeSeries + ABSTRACT SUPERTYPE OF (ONEOF + (IfcIrregularTimeSeries + ,IfcRegularTimeSeries)); + Name : IfcLabel; + Description : OPTIONAL IfcText; + StartTime : IfcDateTime; + EndTime : IfcDateTime; + TimeSeriesDataType : IfcTimeSeriesDataTypeEnum; + DataOrigin : IfcDataOriginEnum; + UserDefinedDataOrigin : OPTIONAL IfcLabel; + Unit : OPTIONAL IfcUnit; + INVERSE + HasExternalReference : SET [1:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects; +END_ENTITY; + +ENTITY IfcTimeSeriesValue; + ListValues : LIST [1:?] OF IfcValue; +END_ENTITY; + +ENTITY IfcTopologicalRepresentationItem + ABSTRACT SUPERTYPE OF (ONEOF + (IfcConnectedFaceSet + ,IfcEdge + ,IfcFace + ,IfcFaceBound + ,IfcLoop + ,IfcPath + ,IfcVertex)) + SUBTYPE OF (IfcRepresentationItem); +END_ENTITY; + +ENTITY IfcTopologyRepresentation + SUBTYPE OF (IfcShapeModel); + WHERE + WR21 : SIZEOF(QUERY(temp <* SELF\IfcRepresentation.Items | + NOT('IFC4X4_BF78F50B.IFCTOPOLOGICALREPRESENTATIONITEM' IN TYPEOF(temp)) +)) = 0; + WR22 : EXISTS(SELF\IfcRepresentation.RepresentationType); + WR23 : IfcTopologyRepresentationTypes(SELF\IfcRepresentation.RepresentationType, SELF\IfcRepresentation.Items); +END_ENTITY; + +ENTITY IfcToroidalSurface + SUBTYPE OF (IfcElementarySurface); + MajorRadius : IfcPositiveLengthMeasure; + MinorRadius : IfcPositiveLengthMeasure; + WHERE + MajorLargerMinor : MinorRadius < MajorRadius; +END_ENTITY; + +ENTITY IfcTrackElement + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcTrackElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcTrackElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTrackElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCTRACKELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcTrackElementType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcTrackElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcTrackElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTrackElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcTransformer + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcTransformerTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcTransformerTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcTransformerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCTRANSFORMERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcTransformerType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcTransformerTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcTransformerTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTransformerTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcTransportElement + SUBTYPE OF (IfcTransportationDevice); + PredefinedType : OPTIONAL IfcTransportElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) +OR +(PredefinedType <> IfcTransportElementTypeEnum.USERDEFINED) +OR +((PredefinedType = IfcTransportElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCTRANSPORTELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcTransportElementType + SUBTYPE OF (IfcElementType); + PredefinedType : IfcTransportElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcTransportElementTypeEnum.USERDEFINED) +OR +((PredefinedType = IfcTransportElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcTransportationDevice + ABSTRACT SUPERTYPE OF (ONEOF + (IfcTransportElement + ,IfcVehicle)) + SUBTYPE OF (IfcElement); +END_ENTITY; + +ENTITY IfcTransportationDeviceType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcVehicleType)) + SUBTYPE OF (IfcElementType); +END_ENTITY; + +ENTITY IfcTrapeziumProfileDef + SUBTYPE OF (IfcParameterizedProfileDef); + BottomXDim : IfcPositiveLengthMeasure; + TopXDim : IfcPositiveLengthMeasure; + YDim : IfcPositiveLengthMeasure; + TopXOffset : IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcTriangulatedFaceSet + SUPERTYPE OF (ONEOF + (IfcTriangulatedIrregularNetwork)) + SUBTYPE OF (IfcTessellatedFaceSet); + Normals : OPTIONAL LIST [1:?] OF LIST [3:3] OF IfcParameterValue; + Closed : OPTIONAL IfcBoolean; + CoordIndex : LIST [1:?] OF LIST [3:3] OF IfcPositiveInteger; + PnIndex : OPTIONAL LIST [1:?] OF IfcPositiveInteger; + DERIVE + NumberOfTriangles : IfcInteger := SIZEOF(CoordIndex); +END_ENTITY; + +ENTITY IfcTriangulatedIrregularNetwork + SUBTYPE OF (IfcTriangulatedFaceSet); + Flags : LIST [1:?] OF IfcInteger; + WHERE + NotClosed : SELF\IfcTriangulatedFaceSet.Closed = FALSE; +END_ENTITY; + +ENTITY IfcTrimmedCurve + SUBTYPE OF (IfcBoundedCurve); + BasisCurve : IfcCurve; + Trim1 : SET [1:2] OF IfcTrimmingSelect; + Trim2 : SET [1:2] OF IfcTrimmingSelect; + SenseAgreement : IfcBoolean; + MasterRepresentation : IfcTrimmingPreference; + WHERE + Trim1ValuesConsistent : (HIINDEX(Trim1) = 1) OR (TYPEOF(Trim1[1]) <> TYPEOF(Trim1[2])); + Trim2ValuesConsistent : (HIINDEX(Trim2) = 1) OR (TYPEOF(Trim2[1]) <> TYPEOF(Trim2[2])); + NoTrimOfBoundedCurves : NOT('IFC4X4_BF78F50B.IFCBOUNDEDCURVE' IN TYPEOF(BasisCurve)); +END_ENTITY; + +ENTITY IfcTubeBundle + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcTubeBundleTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcTubeBundleTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcTubeBundleTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCTUBEBUNDLETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcTubeBundleType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcTubeBundleTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcTubeBundleTypeEnum.USERDEFINED) OR +((PredefinedType = IfcTubeBundleTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcTunnel + SUBTYPE OF (IfcFacility); + PredefinedType : IfcTunnelTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcTunnelTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcTunnelPart + SUBTYPE OF (IfcFacilityPart); + PredefinedType : IfcTunnelPartTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcTunnelPartTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcTunnelTypicalSection + SUBTYPE OF (IfcLinearZone); + PredefinedType : IfcTunnelTypicalSectionTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcTunnelTypicalSectionTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcTypeObject + SUPERTYPE OF (ONEOF + (IfcTypeProcess + ,IfcTypeProduct + ,IfcTypeResource)) + SUBTYPE OF (IfcObjectDefinition); + ApplicableOccurrence : OPTIONAL IfcIdentifier; + HasPropertySets : OPTIONAL SET [1:?] OF IfcPropertySetDefinition; + INVERSE + Types : SET [0:1] OF IfcRelDefinesByType FOR RelatingType; + WHERE + NameRequired : EXISTS(SELF\IfcRoot.Name); + UniquePropertySetNames : (NOT(EXISTS(HasPropertySets))) OR IfcUniquePropertySetNames(HasPropertySets); +END_ENTITY; + +ENTITY IfcTypeProcess + ABSTRACT SUPERTYPE OF (ONEOF + (IfcEventType + ,IfcProcedureType + ,IfcTaskType)) + SUBTYPE OF (IfcTypeObject); + Identification : OPTIONAL IfcIdentifier; + LongDescription : OPTIONAL IfcText; + ProcessType : OPTIONAL IfcLabel; + INVERSE + OperatesOn : SET [0:?] OF IfcRelAssignsToProcess FOR RelatingProcess; +END_ENTITY; + +ENTITY IfcTypeProduct + SUPERTYPE OF (ONEOF + (IfcDoorStyle + ,IfcElementType + ,IfcSpatialElementType + ,IfcWindowStyle)) + SUBTYPE OF (IfcTypeObject); + RepresentationMaps : OPTIONAL LIST [1:?] OF UNIQUE IfcRepresentationMap; + Tag : OPTIONAL IfcLabel; + INVERSE + ReferencedBy : SET [0:?] OF IfcRelAssignsToProduct FOR RelatingProduct; + WHERE + ApplicableOccurrence : NOT(EXISTS(SELF\IfcTypeObject.Types[1])) OR +(SIZEOF(QUERY(temp <* SELF\IfcTypeObject.Types[1].RelatedObjects | + NOT('IFC4X4_BF78F50B.IFCPRODUCT' IN TYPEOF(temp))) +) = 0); +END_ENTITY; + +ENTITY IfcTypeResource + ABSTRACT SUPERTYPE OF (ONEOF + (IfcConstructionResourceType)) + SUBTYPE OF (IfcTypeObject); + Identification : OPTIONAL IfcIdentifier; + LongDescription : OPTIONAL IfcText; + ResourceType : OPTIONAL IfcLabel; + INVERSE + ResourceOf : SET [0:?] OF IfcRelAssignsToResource FOR RelatingResource; +END_ENTITY; + +ENTITY IfcUShapeProfileDef + SUBTYPE OF (IfcParameterizedProfileDef); + Depth : IfcPositiveLengthMeasure; + FlangeWidth : IfcPositiveLengthMeasure; + WebThickness : IfcPositiveLengthMeasure; + FlangeThickness : IfcPositiveLengthMeasure; + FilletRadius : OPTIONAL IfcNonNegativeLengthMeasure; + EdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure; + FlangeSlope : OPTIONAL IfcPlaneAngleMeasure; + WHERE + ValidFlangeThickness : FlangeThickness < (Depth / 2.); + ValidWebThickness : WebThickness < FlangeWidth; +END_ENTITY; + +ENTITY IfcUndergroundExcavation + SUBTYPE OF (IfcExcavation); + PredefinedType : IfcUndergroundExcavationTypeEnum; + WHERE + HasObjectType : (PredefinedType <> IfcUndergroundExcavationTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcUnitAssignment; + Units : SET [1:?] OF IfcUnit; + WHERE + WR01 : IfcCorrectUnitAssignment(Units); +END_ENTITY; + +ENTITY IfcUnitaryControlElement + SUBTYPE OF (IfcDistributionControlElement); + PredefinedType : OPTIONAL IfcUnitaryControlElementTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcUnitaryControlElementTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcUnitaryControlElementTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCUNITARYCONTROLELEMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcUnitaryControlElementType + SUBTYPE OF (IfcDistributionControlElementType); + PredefinedType : IfcUnitaryControlElementTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcUnitaryControlElementTypeEnum.USERDEFINED) OR +((PredefinedType = IfcUnitaryControlElementTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcUnitaryEquipment + SUBTYPE OF (IfcEnergyConversionDevice); + PredefinedType : OPTIONAL IfcUnitaryEquipmentTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcUnitaryEquipmentTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcUnitaryEquipmentTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCUNITARYEQUIPMENTTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcUnitaryEquipmentType + SUBTYPE OF (IfcEnergyConversionDeviceType); + PredefinedType : IfcUnitaryEquipmentTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcUnitaryEquipmentTypeEnum.USERDEFINED) OR +((PredefinedType = IfcUnitaryEquipmentTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcValve + SUBTYPE OF (IfcFlowController); + PredefinedType : OPTIONAL IfcValveTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcValveTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcValveTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCVALVETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcValveType + SUBTYPE OF (IfcFlowControllerType); + PredefinedType : IfcValveTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcValveTypeEnum.USERDEFINED) OR +((PredefinedType = IfcValveTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcVector + SUBTYPE OF (IfcGeometricRepresentationItem); + Orientation : IfcDirection; + Magnitude : IfcLengthMeasure; + DERIVE + Dim : IfcDimensionCount := Orientation.Dim; + WHERE + MagGreaterOrEqualZero : Magnitude >= 0.0; +END_ENTITY; + +ENTITY IfcVectorVoxelData + SUBTYPE OF (IfcVoxelData); + Values : ARRAY [1:?] OF IfcVector; + Unit : OPTIONAL IfcUnit; +END_ENTITY; + +ENTITY IfcVehicle + SUBTYPE OF (IfcTransportationDevice); + PredefinedType : OPTIONAL IfcVehicleTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) +OR +(PredefinedType <> IfcVehicleTypeEnum.USERDEFINED) +OR +((PredefinedType = IfcVehicleTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCVEHICLETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcVehicleType + SUBTYPE OF (IfcTransportationDeviceType); + PredefinedType : IfcVehicleTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcVehicleTypeEnum.USERDEFINED) +OR +((PredefinedType = IfcVehicleTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcVertex + SUPERTYPE OF (ONEOF + (IfcVertexPoint)) + SUBTYPE OF (IfcTopologicalRepresentationItem); +END_ENTITY; + +ENTITY IfcVertexLoop + SUBTYPE OF (IfcLoop); + LoopVertex : IfcVertex; +END_ENTITY; + +ENTITY IfcVertexPoint + SUBTYPE OF (IfcVertex); + VertexGeometry : IfcPoint; +END_ENTITY; + +ENTITY IfcVibrationDamper + SUBTYPE OF (IfcElementComponent); + PredefinedType : OPTIONAL IfcVibrationDamperTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcVibrationDamperTypeEnum.USERDEFINED) OR +((PredefinedType = IfcVibrationDamperTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4_BF78F50B.IFCVIBRATIONDAMPERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcVibrationDamperType + SUBTYPE OF (IfcElementComponentType); + PredefinedType : OPTIONAL IfcVibrationDamperTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcVibrationDamperTypeEnum.USERDEFINED) OR +((PredefinedType = IfcVibrationDamperTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcVibrationIsolator + SUBTYPE OF (IfcElementComponent); + PredefinedType : OPTIONAL IfcVibrationIsolatorTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcVibrationIsolatorTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcVibrationIsolatorTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCVIBRATIONISOLATORTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcVibrationIsolatorType + SUBTYPE OF (IfcElementComponentType); + PredefinedType : IfcVibrationIsolatorTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcVibrationIsolatorTypeEnum.USERDEFINED) OR +((PredefinedType = IfcVibrationIsolatorTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcVirtualElement + SUBTYPE OF (IfcElement); + PredefinedType : IfcVirtualElementTypeEnum; +END_ENTITY; + +ENTITY IfcVirtualGridIntersection; + IntersectingAxes : LIST [2:2] OF UNIQUE IfcGridAxis; + OffsetDistances : LIST [2:3] OF IfcLengthMeasure; +END_ENTITY; + +ENTITY IfcVoidingFeature + SUBTYPE OF (IfcFeatureElementSubtraction); + PredefinedType : OPTIONAL IfcVoidingFeatureTypeEnum; + WHERE + HasObjectType : NOT EXISTS(PredefinedType) OR (PredefinedType <> IfcVoidingFeatureTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); +END_ENTITY; + +ENTITY IfcVoxelData + ABSTRACT SUPERTYPE OF (ONEOF + (IfcIntegerVoxelData + ,IfcLabelVoxelData + ,IfcLogicalVoxelData + ,IfcRealVoxelData + ,IfcVectorVoxelData)) + SUBTYPE OF (IfcComplementaryData); + ValueType : OPTIONAL IfcLabel; + WHERE + IsAssignedToProduct : EXISTS(SELF\IfcObjectDefinition.HasAssignments) +AND +(SIZEOF(SELF\IfcObjectDefinition.HasAssignments) = 1) +AND +('IFC4X4_BF78F50B.IFCRELASSIGNSTOPRODUCT' IN TYPEOF(SELF\IfcObjectDefinition.HasAssignments[1])); + VoxelGridRepresentation : EXISTS(SELF\IfcProduct.Representation) +AND +(SIZEOF(QUERY(ShapeRep <* SELF\IfcProduct.Representation.Representations | + (SIZEOF(ShapeRep.Items) = 1) + AND + ('IFC4X4_BF78F50B.IFCVOXELGRID' IN TYPEOF(ShapeRep.Items[1])))) = 1); + SameRepresentation : SIZEOF(QUERY(ShapeRep <* SELF\IfcObjectDefinition.HasAssignments[1]\IfcRelAssignsToProduct.RelatingProduct\IfcProduct.Representation.Representations | +ShapeRep = SELF\IfcProduct.Representation.Representations[1])) = 1; +END_ENTITY; + +ENTITY IfcVoxelGrid + SUBTYPE OF (IfcSolidModel); + VoxelSizeX : IfcNonNegativeLengthMeasure; + VoxelSizeY : OPTIONAL IfcNonNegativeLengthMeasure; + VoxelSizeZ : OPTIONAL IfcNonNegativeLengthMeasure; + NumberOfVoxelsX : IfcInteger; + NumberOfVoxelsY : OPTIONAL IfcInteger; + NumberOfVoxelsZ : OPTIONAL IfcInteger; + Voxels : LIST [1:?] OF IfcBoolean; +END_ENTITY; + +ENTITY IfcWall + SUPERTYPE OF (ONEOF + (IfcWallStandardCase)) + SUBTYPE OF (IfcBuiltElement); + PredefinedType : OPTIONAL IfcWallTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcWallTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcWallTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCWALLTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcWallStandardCase + SUBTYPE OF (IfcWall); + WHERE + HasMaterialLayerSetUsage : SIZEOF (QUERY(temp <* USEDIN(SELF, 'IFC4X4_BF78F50B.IFCRELASSOCIATES.RELATEDOBJECTS') | + ('IFC4X4_BF78F50B.IFCRELASSOCIATESMATERIAL' IN TYPEOF(temp)) AND + ('IFC4X4_BF78F50B.IFCMATERIALLAYERSETUSAGE' IN TYPEOF(temp.RelatingMaterial)) + )) = 1; +END_ENTITY; + +ENTITY IfcWallType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcWallTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcWallTypeEnum.USERDEFINED) OR +((PredefinedType = IfcWallTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcWasteTerminal + SUBTYPE OF (IfcFlowTerminal); + PredefinedType : OPTIONAL IfcWasteTerminalTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcWasteTerminalTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcWasteTerminalTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCWASTETERMINALTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcWasteTerminalType + SUBTYPE OF (IfcFlowTerminalType); + PredefinedType : IfcWasteTerminalTypeEnum; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcWasteTerminalTypeEnum.USERDEFINED) OR +((PredefinedType = IfcWasteTerminalTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcWellKnownText + SUBTYPE OF (IfcGeometricRepresentationItem); + WellKnownText : IfcWellKnownTextLiteral; + CoordinateReferenceSystem : OPTIONAL IfcCoordinateReferenceSystem; +END_ENTITY; + +ENTITY IfcWindow + SUBTYPE OF (IfcBuiltElement); + OverallHeight : OPTIONAL IfcPositiveLengthMeasure; + OverallWidth : OPTIONAL IfcPositiveLengthMeasure; + PredefinedType : OPTIONAL IfcWindowTypeEnum; + PartitioningType : OPTIONAL IfcWindowTypePartitioningEnum; + UserDefinedPartitioningType : OPTIONAL IfcLabel; + WHERE + CorrectStyleAssigned : (SIZEOF(IsTypedBy) = 0) +OR ('IFC4X4_BF78F50B.IFCWINDOWTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR + (PredefinedType <> IfcWindowTypeEnum.USERDEFINED) OR + ((PredefinedType = IfcWindowTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR + ('IFC4X4_BF78F50B.IFCWINDOWTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcWindowLiningProperties + SUBTYPE OF (IfcPreDefinedPropertySet); + LiningDepth : OPTIONAL IfcPositiveLengthMeasure; + LiningThickness : OPTIONAL IfcNonNegativeLengthMeasure; + TransomThickness : OPTIONAL IfcNonNegativeLengthMeasure; + MullionThickness : OPTIONAL IfcNonNegativeLengthMeasure; + FirstTransomOffset : OPTIONAL IfcNormalisedRatioMeasure; + SecondTransomOffset : OPTIONAL IfcNormalisedRatioMeasure; + FirstMullionOffset : OPTIONAL IfcNormalisedRatioMeasure; + SecondMullionOffset : OPTIONAL IfcNormalisedRatioMeasure; + ShapeAspectStyle : OPTIONAL IfcShapeAspect; + LiningOffset : OPTIONAL IfcLengthMeasure; + LiningToPanelOffsetX : OPTIONAL IfcLengthMeasure; + LiningToPanelOffsetY : OPTIONAL IfcLengthMeasure; + WHERE + WR31 : NOT(EXISTS(LiningDepth) AND NOT(EXISTS(LiningThickness))); + WR32 : NOT(NOT(EXISTS(FirstTransomOffset)) AND EXISTS(SecondTransomOffset)); + WR33 : NOT(NOT(EXISTS(FirstMullionOffset)) AND EXISTS(SecondMullionOffset)); + WR34 : (EXISTS(SELF\IfcPropertySetDefinition.DefinesType[1])) +AND +( + ('IFC4X4_BF78F50B.IFCWINDOWTYPE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1])) + OR + ('IFC4X4_BF78F50B.IFCWINDOWSTYLE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1])) +); +END_ENTITY; + +ENTITY IfcWindowPanelProperties + SUBTYPE OF (IfcPreDefinedPropertySet); + OperationType : IfcWindowPanelOperationEnum; + PanelPosition : IfcWindowPanelPositionEnum; + FrameDepth : OPTIONAL IfcPositiveLengthMeasure; + FrameThickness : OPTIONAL IfcPositiveLengthMeasure; + ShapeAspectStyle : OPTIONAL IfcShapeAspect; + WHERE + ApplicableToType : (EXISTS(SELF\IfcPropertySetDefinition.DefinesType[1])) +AND +( + ('IFC4X4_BF78F50B.IFCWINDOWTYPE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1])) + OR + ('IFC4X4_BF78F50B.IFCWINDOWSTYLE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1])) +); +END_ENTITY; + +ENTITY IfcWindowStyle + SUBTYPE OF (IfcTypeProduct); + ConstructionType : IfcWindowStyleConstructionEnum; + OperationType : IfcWindowStyleOperationEnum; + ParameterTakesPrecedence : IfcBoolean; + Sizeable : IfcBoolean; +END_ENTITY; + +ENTITY IfcWindowType + SUBTYPE OF (IfcBuiltElementType); + PredefinedType : IfcWindowTypeEnum; + PartitioningType : IfcWindowTypePartitioningEnum; + ParameterTakesPrecedence : OPTIONAL IfcBoolean; + UserDefinedPartitioningType : OPTIONAL IfcLabel; + WHERE + CorrectPredefinedType : (PredefinedType <> IfcWindowTypeEnum.USERDEFINED) OR +((PredefinedType = IfcWindowTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); +END_ENTITY; + +ENTITY IfcWorkCalendar + SUBTYPE OF (IfcControl); + WorkingTimes : OPTIONAL SET [1:?] OF IfcWorkTime; + ExceptionTimes : OPTIONAL SET [1:?] OF IfcWorkTime; + PredefinedType : OPTIONAL IfcWorkCalendarTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR (PredefinedType <> IfcWorkCalendarTypeEnum.USERDEFINED) OR +((PredefinedType = IfcWorkCalendarTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcWorkControl + ABSTRACT SUPERTYPE OF (ONEOF + (IfcWorkPlan + ,IfcWorkSchedule)) + SUBTYPE OF (IfcControl); + CreationDate : IfcDateTime; + Creators : OPTIONAL SET [1:?] OF IfcPerson; + Purpose : OPTIONAL IfcLabel; + Duration : OPTIONAL IfcDuration; + TotalFloat : OPTIONAL IfcDuration; + StartTime : IfcDateTime; + FinishTime : OPTIONAL IfcDateTime; +END_ENTITY; + +ENTITY IfcWorkPlan + SUBTYPE OF (IfcWorkControl); + PredefinedType : OPTIONAL IfcWorkPlanTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR (PredefinedType <> IfcWorkPlanTypeEnum.USERDEFINED) OR +((PredefinedType = IfcWorkPlanTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcWorkSchedule + SUBTYPE OF (IfcWorkControl); + PredefinedType : OPTIONAL IfcWorkScheduleTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR (PredefinedType <> IfcWorkScheduleTypeEnum.USERDEFINED) OR +((PredefinedType = IfcWorkScheduleTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); +END_ENTITY; + +ENTITY IfcWorkTime + SUBTYPE OF (IfcSchedulingTime); + RecurrencePattern : OPTIONAL IfcRecurrencePattern; + Start : OPTIONAL IfcDate; + Finish : OPTIONAL IfcDate; +END_ENTITY; + +ENTITY IfcZShapeProfileDef + SUBTYPE OF (IfcParameterizedProfileDef); + Depth : IfcPositiveLengthMeasure; + FlangeWidth : IfcPositiveLengthMeasure; + WebThickness : IfcPositiveLengthMeasure; + FlangeThickness : IfcPositiveLengthMeasure; + FilletRadius : OPTIONAL IfcNonNegativeLengthMeasure; + EdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure; + WHERE + ValidFlangeThickness : FlangeThickness < (Depth / 2.); +END_ENTITY; + +ENTITY IfcZone + SUBTYPE OF (IfcSystem); + LongName : OPTIONAL IfcLabel; + WHERE + WR1 : (SIZEOF(SELF\IfcGroup.IsGroupedBy) = 0) OR + (SIZEOF (QUERY (temp <* SELF\IfcGroup.IsGroupedBy[1].RelatedObjects | + NOT(('IFC4X4_BF78F50B.IFCZONE' IN TYPEOF(temp)) OR + ('IFC4X4_BF78F50B.IFCSPACE' IN TYPEOF(temp)) OR + ('IFC4X4_BF78F50B.IFCSPATIALZONE' IN TYPEOF(temp)) + ))) = 0); +END_ENTITY; + +FUNCTION IfcAlignmentRepresentation +(Alignment : IfcAlignment) : IfcBoolean; + + LOCAL + AlignmentRepresentations : SET OF IfcShapeRepresentation; + TwoDRep : SET OF IfcShapeRepresentation; + ThreeDRep : SET OF IfcShapeRepresentation; + CurveTwoD : IfcCompositeCurve; + CurveThreeD : IfcGradientCurve; + END_LOCAL; + + (* no representation is okay *) + IF NOT EXISTS(Alignment.Representation) THEN + RETURN(TRUE); + END_IF; + + (* Alignment.Representation exists so assign *) + AlignmentRepresentations := Alignment.Representation.Representations; + + (* one representation is either Curve2D or 3D *) + IF SIZEOF(AlignmentRepresentations) = 1 THEN + IF SIZEOF(AlignmentRepresentations.Items) <> 1 THEN + RETURN (FALSE); + END_IF; + IF SIZEOF(QUERY(twoDee <* AlignmentRepresentations | twoDee.RepresentationType = 'Curve2D')) = 1 THEN + CASE TRUE OF + 'IFC4X4_BF78F50B.IFCCOMPOSITECURVE' IN TYPEOF(AlignmentRepresentations[1].Items[1]): + RETURN(TRUE); + 'IFC4X4_BF78F50B.IFCOFFSETCURVEBYDISTANCE' IN TYPEOF(AlignmentRepresentations[1].Items[1]): + RETURN(TRUE); + 'IFC4X4_BF78F50B.IFCPOLYLINE' IN TYPEOF(AlignmentRepresentations[1].Items[1]): + RETURN(TRUE); + END_CASE; + END_IF; + IF SIZEOF(QUERY(threeDee <* AlignmentRepresentations | threeDee.RepresentationType = 'Curve3D')) = 1 THEN + CASE TRUE OF + 'IFC4X4_BF78F50B.IFCGRADIENTCURVE' IN TYPEOF(AlignmentRepresentations[1].Items[1]): + RETURN(TRUE); + 'IFC4X4_BF78F50B.IFCOFFSETCURVEBYDISTANCE' IN TYPEOF(AlignmentRepresentations[1].Items[1]): + RETURN(TRUE); + 'IFC4X4_BF78F50B.IFCSEGMENTEDREFERENCECURVE' IN TYPEOF(AlignmentRepresentations[1].Items[1]): + RETURN(TRUE); + 'IFC4X4_BF78F50B.IFCPOLYLINE' IN TYPEOF(AlignmentRepresentations[1].Items[1]): + RETURN(TRUE); + END_CASE; + END_IF; + END_IF; + + (* 2 representations and 3D BaseCurve reference equals 2D representation *) + IF SIZEOF(AlignmentRepresentations) = 2 THEN + + TwoDRep := QUERY(twoDee <* AlignmentRepresentations | twoDee.RepresentationType = 'Curve2D'); + CurveTwoD := QUERY(item <* TwoDRep[1].Items | 'IFC4X4_BF78F50B.IFCCOMPOSITECURVE' in TYPEOF(item)); + ThreeDRep := QUERY(threeDee <* AlignmentRepresentations | threeDee.RepresentationType = 'Curve3D'); + CurveThreeD := QUERY(item <* ThreeDRep[1].Items | 'IFC4X4_BF78F50B.IFCGRADIENTCURVE' in TYPEOF(item)); + + RETURN((SIZEOF(CurveThreeD) = 1) AND (SIZEOF(CurveTwoD) = 1) AND (CurveThreeD\IfcGradientCurve.BaseCurve :=: CurveTwoD)); + + END_IF; + (* Missing an IFCSEGMENTEDREFERENCECURVE various placement option implementation. *) + + RETURN(FALSE); +END_FUNCTION; + +FUNCTION IfcAssociatedSurface +(Arg : IfcPcurve) : IfcSurface; + + LOCAL + Surf : IfcSurface; + END_LOCAL; + + Surf := Arg\IfcPcurve.BasisSurface; + + RETURN(Surf); +END_FUNCTION; + +FUNCTION IfcBaseAxis +(Dim : INTEGER; + Axis1, Axis2, Axis3 : IfcDirection) + : LIST [2:3] OF IfcDirection; + +LOCAL + U : LIST [2:3] OF IfcDirection; + Factor : REAL; + D1, D2 : IfcDirection; +END_LOCAL; + + IF (Dim = 3) THEN + D1 := NVL(IfcNormalise(Axis3), IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([0.0,0.0,1.0])); + D2 := IfcFirstProjAxis(D1, Axis1); + U := [D2, IfcSecondProjAxis(D1, D2, Axis2), D1]; + ELSE + IF EXISTS(Axis1) THEN + D1 := IfcNormalise(Axis1); + U := [D1, IfcOrthogonalComplement(D1)]; + IF EXISTS(Axis2) THEN + Factor := IfcDotProduct(Axis2, U[2]); + IF (Factor < 0.0) THEN + U[2].DirectionRatios[1] := -U[2].DirectionRatios[1]; + U[2].DirectionRatios[2] := -U[2].DirectionRatios[2]; + END_IF; + END_IF; + ELSE + IF EXISTS(Axis2) THEN + D1 := IfcNormalise(Axis2); + U := [IfcOrthogonalComplement(D1), D1]; + U[1].DirectionRatios[1] := -U[1].DirectionRatios[1]; + U[1].DirectionRatios[2] := -U[1].DirectionRatios[2]; + ELSE + U := [IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([1.0, 0.0]), + IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([0.0, 1.0])]; + END_IF; + END_IF; + END_IF; + RETURN(U); +END_FUNCTION; + +FUNCTION IfcBooleanChoose +(B : BOOLEAN ; + Choice1, Choice2 : GENERIC : Item) : GENERIC : Item; + IF B THEN + RETURN (Choice1); + ELSE + RETURN (Choice2); + END_IF; +END_FUNCTION; + +FUNCTION IfcBuild2Axes +(RefDirection : IfcDirection) + : LIST [2:2] OF IfcDirection; +LOCAL + D : IfcDirection := NVL(IfcNormalise(RefDirection), + IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([1.0,0.0])); +END_LOCAL; + RETURN([D, IfcOrthogonalComplement(D)]); +END_FUNCTION; + +FUNCTION IfcBuildAxes +(Axis, RefDirection : IfcDirection) + : LIST [3:3] OF IfcDirection; +LOCAL + D1, D2 : IfcDirection; +END_LOCAL; + D1 := NVL(IfcNormalise(Axis), IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([0.0,0.0,1.0])); + D2 := IfcFirstProjAxis(D1, RefDirection); + RETURN ([D2, IfcNormalise(IfcCrossProduct(D1,D2))\IfcVector.Orientation, D1]); +END_FUNCTION; + +FUNCTION IfcConsecutiveSegments +(Segments : LIST [1:?] OF IfcSegmentIndexSelect) + : BOOLEAN; + + LOCAL + Result : BOOLEAN := TRUE; + END_LOCAL; + + REPEAT i := 1 TO (HIINDEX(Segments)-1); + IF Segments[i][HIINDEX(Segments[i])] <> Segments[i+1][1] THEN + BEGIN + Result := FALSE; + ESCAPE; + END; + END_IF; + END_REPEAT; + + RETURN (Result); +END_FUNCTION; + +FUNCTION IfcConstraintsParamBSpline +( Degree, UpKnots, UpCp : INTEGER; + KnotMult : LIST OF INTEGER; + Knots : LIST OF IfcParameterValue ) +: BOOLEAN; + + + LOCAL + Result : BOOLEAN := TRUE; + K, Sum : INTEGER; + END_LOCAL; + + (* Find sum of knot multiplicities. *) + Sum := KnotMult[1]; + REPEAT i := 2 TO UpKnots; + Sum := Sum + KnotMult[i]; + END_REPEAT; + + (* Check limits holding for all B-spline parametrisations *) + IF (Degree < 1) OR (UpKnots < 2) OR (UpCp < Degree) OR + (Sum <> (Degree + UpCp + 2)) THEN + Result := FALSE; + RETURN(Result); + END_IF; + + K := KnotMult[1]; + IF (K < 1) OR (K > Degree + 1) THEN + Result := FALSE; + RETURN(Result); + END_IF; + + REPEAT i := 2 TO UpKnots; + IF (KnotMult[i] < 1) OR (Knots[i] <= Knots[i-1]) THEN + Result := FALSE; + RETURN(Result); + END_IF; + K := KnotMult[i]; + IF (i < UpKnots) AND (K > Degree) THEN + Result := FALSE; + RETURN(Result); + END_IF; + IF (i = UpKnots) AND (K > Degree + 1) THEN + Result := FALSE; + RETURN(Result); + END_IF; + END_REPEAT; + + RETURN(Result); +END_FUNCTION; + +FUNCTION IfcConvertDirectionInto2D +(Direction : IfcDirection) + : IfcDirection; + + LOCAL + Direction2D : IfcDirection := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([0.,1.]); + END_LOCAL; + + Direction2D.DirectionRatios[1] := Direction.DirectionRatios[1]; + Direction2D.DirectionRatios[2] := Direction.DirectionRatios[2]; + + RETURN (Direction2D); +END_FUNCTION; + +FUNCTION IfcCorrectDimensions +(m : IfcUnitEnum; Dim : IfcDimensionalExponents) : LOGICAL; +CASE m OF + LENGTHUNIT : IF + Dim = (IfcDimensionalExponents (1, 0, 0, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + MASSUNIT : IF + Dim = (IfcDimensionalExponents (0, 1, 0, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + TIMEUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, 1, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + ELECTRICCURRENTUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, 0, 1, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + THERMODYNAMICTEMPERATUREUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, 0, 0, 1, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + AMOUNTOFSUBSTANCEUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, 0, 0, 0, 1, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + LUMINOUSINTENSITYUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, 0, 0, 0, 0, 1)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + PLANEANGLEUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, 0, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + SOLIDANGLEUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, 0, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + AREAUNIT : IF + Dim = (IfcDimensionalExponents (2, 0, 0, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + VOLUMEUNIT : IF + Dim = (IfcDimensionalExponents (3, 0, 0, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + + ABSORBEDDOSEUNIT : IF + Dim = (IfcDimensionalExponents (2, 0, -2, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + RADIOACTIVITYUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, -1, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + ELECTRICCAPACITANCEUNIT : IF + Dim = (IfcDimensionalExponents (-2, -1, 4, 2, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + DOSEEQUIVALENTUNIT : IF + Dim = (IfcDimensionalExponents (2, 0, -2, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + ELECTRICCHARGEUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, 1, 1, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + ELECTRICCONDUCTANCEUNIT : IF + Dim = (IfcDimensionalExponents (-2, -1, 3, 2, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + ELECTRICVOLTAGEUNIT : IF + Dim = (IfcDimensionalExponents (2, 1, -3, -1, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + ELECTRICRESISTANCEUNIT : IF + Dim = (IfcDimensionalExponents (2, 1, -3, -2, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + ENERGYUNIT : IF + Dim = (IfcDimensionalExponents (2, 1, -2, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + FORCEUNIT : IF + Dim = (IfcDimensionalExponents (1, 1, -2, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + FREQUENCYUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, -1, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + INDUCTANCEUNIT : IF + Dim = (IfcDimensionalExponents (2, 1, -2, -2, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + ILLUMINANCEUNIT : IF + Dim = (IfcDimensionalExponents (-2, 0, 0, 0, 0, 0, 1)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + LUMINOUSFLUXUNIT : IF + Dim = (IfcDimensionalExponents (0, 0, 0, 0, 0, 0, 1)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + MAGNETICFLUXUNIT : IF + Dim = (IfcDimensionalExponents (2, 1, -2, -1, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + MAGNETICFLUXDENSITYUNIT : IF + Dim = (IfcDimensionalExponents (0, 1, -2, -1, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + POWERUNIT : IF + Dim = (IfcDimensionalExponents (2, 1, -3, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + PRESSUREUNIT : IF + Dim = (IfcDimensionalExponents (-1, 1, -2, 0, 0, 0, 0)) + THEN RETURN(TRUE); + ELSE RETURN(FALSE); + END_IF; + + OTHERWISE : + RETURN (UNKNOWN); +END_CASE; +END_FUNCTION; + +FUNCTION IfcCorrectFillAreaStyle +(Styles : SET[1:?] OF IfcFillStyleSelect) + :LOGICAL; + +LOCAL + Hatching : INTEGER := 0; + Tiles : INTEGER := 0; + Colour : INTEGER := 0; + External : INTEGER := 0; +END_LOCAL; + + +External := SIZEOF(QUERY(Style <* Styles | + 'IFC4X4_BF78F50B.IFCEXTERNALLYDEFINEDHATCHSTYLE' IN + TYPEOF(Style))); + +Hatching := SIZEOF(QUERY(Style <* Styles | + 'IFC4X4_BF78F50B.IFCFILLAREASTYLEHATCHING' IN + TYPEOF(Style))); + +Tiles := SIZEOF(QUERY(Style <* Styles | + 'IFC4X4_BF78F50B.IFCFILLAREASTYLETILES' IN + TYPEOF(Style))); + +Colour := SIZEOF(QUERY(Style <* Styles | + 'IFC4X4_BF78F50B.IFCCOLOUR' IN + TYPEOF(Style))); + + +IF (External > 1) THEN + RETURN (FALSE); +END_IF; + + +IF ((External = 1) AND ((Hatching > 0) OR (Tiles > 0) OR (Colour > 0))) THEN + RETURN (FALSE); +END_IF; + + +IF (Colour > 1) THEN + RETURN (FALSE); +END_IF; + +IF ((Hatching > 0) AND (Tiles >0)) THEN + RETURN (FALSE); +END_IF; + +RETURN(TRUE); +END_FUNCTION; + +FUNCTION IfcCorrectLocalPlacement +(AxisPlacement:IfcAxis2Placement; + RelPlacement : IfcObjectPlacement):LOGICAL; + + IF (EXISTS(RelPlacement)) THEN + IF ('IFC4X4_BF78F50B.IFCGRIDPLACEMENT' IN TYPEOF(RelPlacement)) THEN + RETURN(?); + END_IF; + IF ('IFC4X4_BF78F50B.IFCLOCALPLACEMENT' IN TYPEOF(RelPlacement)) THEN + IF ('IFC4X4_BF78F50B.IFCAXIS2PLACEMENT2D' IN TYPEOF(AxisPlacement)) THEN + RETURN(TRUE); + END_IF; + IF ('IFC4X4_BF78F50B.IFCAXIS2PLACEMENT3D' IN TYPEOF(AxisPlacement)) THEN + IF (RelPlacement\IfcLocalPlacement.RelativePlacement.Dim = 3) THEN + RETURN(TRUE); + ELSE + RETURN(FALSE); + END_IF; + END_IF; + END_IF; + ELSE + RETURN(TRUE); + END_IF; + RETURN(?); +END_FUNCTION; + +FUNCTION IfcCorrectUnitAssignment +(Units : SET [1:?] OF IfcUnit) + : LOGICAL; + + LOCAL + NamedUnitNumber : INTEGER := 0; + DerivedUnitNumber : INTEGER := 0; + MonetaryUnitNumber : INTEGER := 0; + NamedUnitNames : SET OF IfcUnitEnum := []; + DerivedUnitNames : SET OF IfcDerivedUnitEnum := []; + END_LOCAL; + + NamedUnitNumber := SIZEOF(QUERY(temp <* Units | ('IFC4X4_BF78F50B.IFCNAMEDUNIT' IN TYPEOF(temp)) AND NOT(temp\IfcNamedUnit.UnitType = IfcUnitEnum.USERDEFINED))); + DerivedUnitNumber := SIZEOF(QUERY(temp <* Units | ('IFC4X4_BF78F50B.IFCDERIVEDUNIT' IN TYPEOF(temp)) AND NOT(temp\IfcDerivedUnit.UnitType = IfcDerivedUnitEnum.USERDEFINED))); + MonetaryUnitNumber := SIZEOF(QUERY(temp <* Units | 'IFC4X4_BF78F50B.IFCMONETARYUNIT' IN TYPEOF(temp))); + + REPEAT i := 1 TO SIZEOF(Units); + IF (('IFC4X4_BF78F50B.IFCNAMEDUNIT' IN TYPEOF(Units[i])) AND NOT(Units[i]\IfcNamedUnit.UnitType = IfcUnitEnum.USERDEFINED)) THEN + NamedUnitNames := NamedUnitNames + Units[i]\IfcNamedUnit.UnitType; + END_IF; + IF (('IFC4X4_BF78F50B.IFCDERIVEDUNIT' IN TYPEOF(Units[i])) AND NOT(Units[i]\IfcDerivedUnit.UnitType = IfcDerivedUnitEnum.USERDEFINED)) THEN + DerivedUnitNames := DerivedUnitNames + Units[i]\IfcDerivedUnit.UnitType; + END_IF; + END_REPEAT; + + RETURN((SIZEOF(NamedUnitNames) = NamedUnitNumber) AND (SIZEOF(DerivedUnitNames) = DerivedUnitNumber) AND (MonetaryUnitNumber <= 1)); +END_FUNCTION; + +FUNCTION IfcCrossProduct +(Arg1, Arg2 : IfcDirection) + : IfcVector; +LOCAL + Mag : REAL; + Res : IfcDirection; + V1,V2 : LIST[3:3] OF REAL; + Result : IfcVector; +END_LOCAL; + + IF (NOT EXISTS (Arg1) OR (Arg1.Dim = 2)) OR (NOT EXISTS (Arg2) OR (Arg2.Dim = 2)) THEN + RETURN(?); + ELSE + BEGIN + V1 := IfcNormalise(Arg1)\IfcDirection.DirectionRatios; + + V2 := IfcNormalise(Arg2)\IfcDirection.DirectionRatios; + Res := IfcRepresentationItem() || IfcGeometricRepresentationItem () + || IfcDirection([(V1[2]*V2[3] - V1[3]*V2[2]), (V1[3]*V2[1] - V1[1]*V2[3]), (V1[1]*V2[2] - V1[2]*V2[1])]); + Mag := 0.0; + REPEAT i := 1 TO 3; + Mag := Mag + Res.DirectionRatios[i]*Res.DirectionRatios[i]; + END_REPEAT; + IF (Mag > 0.0) THEN + Result := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector(Res, SQRT(Mag)); + ELSE + Result := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector(Arg1, 0.0); + END_IF; + RETURN(Result); + END; + END_IF; +END_FUNCTION; + +FUNCTION IfcCurveDim +(Curve : IfcCurve) + : IfcDimensionCount; + + IF ('IFC4X4_BF78F50B.IFCLINE' IN TYPEOF(Curve)) + THEN RETURN(Curve\IfcLine.Pnt.Dim); + END_IF; + IF ('IFC4X4_BF78F50B.IFCCONIC' IN TYPEOF(Curve)) + THEN RETURN(Curve\IfcConic.Position.Dim); + END_IF; + IF ('IFC4X4_BF78F50B.IFCPOLYLINE' IN TYPEOF(Curve)) + THEN RETURN(Curve\IfcPolyline.Points[1].Dim); + END_IF; + IF ('IFC4X4_BF78F50B.IFCTRIMMEDCURVE' IN TYPEOF(Curve)) + THEN RETURN(IfcCurveDim(Curve\IfcTrimmedCurve.BasisCurve)); + END_IF; + IF ('IFC4X4_BF78F50B.IFCGRADIENTCURVE' IN TYPEOF(Curve)) + THEN RETURN(3); + END_IF; + IF ('IFC4X4_BF78F50B.IFCSEGMENTEDREFERENCECURVE' IN TYPEOF(Curve)) + THEN RETURN(3); + END_IF; + IF ('IFC4X4_BF78F50B.IFCCOMPOSITECURVE' IN TYPEOF(Curve)) + THEN RETURN(Curve\IfcCompositeCurve.Segments[1].Dim); + END_IF; + IF ('IFC4X4_BF78F50B.IFCBSPLINECURVE' IN TYPEOF(Curve)) + THEN RETURN(Curve\IfcBSplineCurve.ControlPointsList[1].Dim); + END_IF; + IF ('IFC4X4_BF78F50B.IFCOFFSETCURVE2D' IN TYPEOF(Curve)) + THEN RETURN(2); + END_IF; + IF ('IFC4X4_BF78F50B.IFCOFFSETCURVE3D' IN TYPEOF(Curve)) + THEN RETURN(3); + END_IF; + IF ('IFC4X4_BF78F50B.IFCOFFSETCURVEBYDISTANCES' IN TYPEOF(Curve)) + THEN RETURN(3); + END_IF; + IF ('IFC4X4_BF78F50B.IFCCURVESEGMENT2D' IN TYPEOF(Curve)) + THEN RETURN(2); + END_IF; + IF ('IFC4X4_BF78F50B.IFCPOLYNOMIALCURVE' IN TYPEOF(Curve)) THEN + IF ( NOT EXISTS(Curve\IfcPolynomialCurve.CoefficientsZ) AND (Curve\IfcPolynomialCurve.Position.Dim = 2 )) + THEN RETURN(2); + END_IF; + RETURN(3); + END_IF; + IF ('IFC4X4_BF78F50B.IFCPCURVE' IN TYPEOF(Curve)) + THEN RETURN(3); + END_IF; + IF ('IFC4X4_BF78F50B.IFCINDEXEDPOLYCURVE' IN TYPEOF(Curve)) + THEN RETURN(Curve\IfcIndexedPolyCurve.Points.Dim); + END_IF; + IF ('IFC4X4_BF78F50B.IFCSPIRAL' IN TYPEOF(Curve)) + THEN RETURN(Curve\IfcSpiral.Position.Dim); + END_IF; +RETURN (?); +END_FUNCTION; + +FUNCTION IfcCurveWeightsPositive +( B: IfcRationalBSplineCurveWithKnots) +: BOOLEAN; + + LOCAL + Result : BOOLEAN := TRUE; + END_LOCAL; + + REPEAT i := 0 TO B.UpperIndexOnControlPoints; + IF B.Weights[i] <= 0.0 THEN + Result := FALSE; + RETURN(Result); + END_IF; + END_REPEAT; + RETURN(Result); +END_FUNCTION; + +FUNCTION IfcDeriveDimensionalExponents +(UnitElements : SET [1:?] OF IfcDerivedUnitElement) + : IfcDimensionalExponents; + LOCAL + Result : IfcDimensionalExponents := + IfcDimensionalExponents(0, 0, 0, 0, 0, 0, 0); + END_LOCAL; + REPEAT i := LOINDEX(UnitElements) TO HIINDEX(UnitElements); + Result.LengthExponent := Result.LengthExponent + + (UnitElements[i].Exponent * + UnitElements[i].Unit.Dimensions.LengthExponent); + Result.MassExponent := Result.MassExponent + + (UnitElements[i].Exponent * + UnitElements[i].Unit.Dimensions.MassExponent); + Result.TimeExponent := Result.TimeExponent + + (UnitElements[i].Exponent * + UnitElements[i].Unit.Dimensions.TimeExponent); + Result.ElectricCurrentExponent := Result.ElectricCurrentExponent + + (UnitElements[i].Exponent * + UnitElements[i].Unit.Dimensions.ElectricCurrentExponent); + Result.ThermodynamicTemperatureExponent := Result.ThermodynamicTemperatureExponent + + (UnitElements[i].Exponent * + UnitElements[i].Unit.Dimensions.ThermodynamicTemperatureExponent); + Result.AmountOfSubstanceExponent := Result.AmountOfSubstanceExponent + + (UnitElements[i].Exponent * + UnitElements[i].Unit.Dimensions.AmountOfSubstanceExponent); + Result.LuminousIntensityExponent := Result.LuminousIntensityExponent + + (UnitElements[i].Exponent * + UnitElements[i].Unit.Dimensions.LuminousIntensityExponent); + END_REPEAT; + RETURN (Result); +END_FUNCTION; + +FUNCTION IfcDimensionsForSIUnit +(n : IfcSIUnitName ) : IfcDimensionalExponents; + CASE n OF + METRE : RETURN (IfcDimensionalExponents + (1, 0, 0, 0, 0, 0, 0)); + SQUARE_METRE : RETURN (IfcDimensionalExponents + (2, 0, 0, 0, 0, 0, 0)); + CUBIC_METRE : RETURN (IfcDimensionalExponents + (3, 0, 0, 0, 0, 0, 0)); + GRAM : RETURN (IfcDimensionalExponents + (0, 1, 0, 0, 0, 0, 0)); + SECOND : RETURN (IfcDimensionalExponents + (0, 0, 1, 0, 0, 0, 0)); + AMPERE : RETURN (IfcDimensionalExponents + (0, 0, 0, 1, 0, 0, 0)); + KELVIN : RETURN (IfcDimensionalExponents + (0, 0, 0, 0, 1, 0, 0)); + MOLE : RETURN (IfcDimensionalExponents + (0, 0, 0, 0, 0, 1, 0)); + CANDELA : RETURN (IfcDimensionalExponents + (0, 0, 0, 0, 0, 0, 1)); + RADIAN : RETURN (IfcDimensionalExponents + (0, 0, 0, 0, 0, 0, 0)); + STERADIAN : RETURN (IfcDimensionalExponents + (0, 0, 0, 0, 0, 0, 0)); + HERTZ : RETURN (IfcDimensionalExponents + (0, 0, -1, 0, 0, 0, 0)); + NEWTON : RETURN (IfcDimensionalExponents + (1, 1, -2, 0, 0, 0, 0)); + PASCAL : RETURN (IfcDimensionalExponents + (-1, 1, -2, 0, 0, 0, 0)); + JOULE : RETURN (IfcDimensionalExponents + (2, 1, -2, 0, 0, 0, 0)); + WATT : RETURN (IfcDimensionalExponents + (2, 1, -3, 0, 0, 0, 0)); + COULOMB : RETURN (IfcDimensionalExponents + (0, 0, 1, 1, 0, 0, 0)); + VOLT : RETURN (IfcDimensionalExponents + (2, 1, -3, -1, 0, 0, 0)); + FARAD : RETURN (IfcDimensionalExponents + (-2, -1, 4, 2, 0, 0, 0)); + OHM : RETURN (IfcDimensionalExponents + (2, 1, -3, -2, 0, 0, 0)); + SIEMENS : RETURN (IfcDimensionalExponents + (-2, -1, 3, 2, 0, 0, 0)); + WEBER : RETURN (IfcDimensionalExponents + (2, 1, -2, -1, 0, 0, 0)); + TESLA : RETURN (IfcDimensionalExponents + (0, 1, -2, -1, 0, 0, 0)); + HENRY : RETURN (IfcDimensionalExponents + (2, 1, -2, -2, 0, 0, 0)); + DEGREE_CELSIUS : RETURN (IfcDimensionalExponents + (0, 0, 0, 0, 1, 0, 0)); + LUMEN : RETURN (IfcDimensionalExponents + (0, 0, 0, 0, 0, 0, 1)); + LUX : RETURN (IfcDimensionalExponents + (-2, 0, 0, 0, 0, 0, 1)); + BECQUEREL : RETURN (IfcDimensionalExponents + (0, 0, -1, 0, 0, 0, 0)); + GRAY : RETURN (IfcDimensionalExponents + (2, 0, -2, 0, 0, 0, 0)); + SIEVERT : RETURN (IfcDimensionalExponents + (2, 0, -2, 0, 0, 0, 0)); + OTHERWISE : RETURN (IfcDimensionalExponents + (0, 0, 0, 0, 0, 0, 0)); + END_CASE; +END_FUNCTION; + +FUNCTION IfcDotProduct +(Arg1, Arg2 : IfcDirection) + : REAL; +LOCAL + Scalar : REAL; + Vec1, Vec2 : IfcDirection; + Ndim : INTEGER; +END_LOCAL; + + IF NOT EXISTS (Arg1) OR NOT EXISTS (Arg2) THEN + Scalar := ?; + ELSE + IF (Arg1.Dim <> Arg2.Dim) THEN + Scalar := ?; + ELSE + BEGIN + Vec1 := IfcNormalise(Arg1); + Vec2 := IfcNormalise(Arg2); + Ndim := Arg1.Dim; + Scalar := 0.0; + REPEAT i := 1 TO Ndim; + Scalar := Scalar + Vec1.DirectionRatios[i]*Vec2.DirectionRatios[i]; + END_REPEAT; + END; + END_IF; + END_IF; + RETURN (Scalar); +END_FUNCTION; + +FUNCTION IfcFirstProjAxis +(ZAxis, Arg : IfcDirection) : IfcDirection; +LOCAL + XAxis : IfcDirection; + V : IfcDirection; + Z : IfcDirection; + XVec : IfcVector; +END_LOCAL; + + IF (NOT EXISTS(ZAxis)) THEN + RETURN (?) ; + ELSE + Z := IfcNormalise(ZAxis); + IF NOT EXISTS(Arg) THEN + IF (Z.DirectionRatios <> [1.0,0.0,0.0]) THEN + V := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([1.0,0.0,0.0]); + ELSE + V := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([0.0,1.0,0.0]); + END_IF; + ELSE + IF (Arg.Dim <> 3) THEN + RETURN (?) ; + END_IF; + IF ((IfcCrossProduct(Arg,Z).Magnitude) = 0.0) THEN + RETURN (?); + ELSE + V := IfcNormalise(Arg); + END_IF; + END_IF; + XVec := IfcScalarTimesVector(IfcDotProduct(V, Z), Z); + XAxis := IfcVectorDifference(V, XVec).Orientation; + XAxis := IfcNormalise(XAxis); + END_IF; + RETURN(XAxis); +END_FUNCTION; + +FUNCTION IfcGetBasisSurface +(C : IfcCurveOnSurface) : SET[0:2] OF IfcSurface; + + LOCAL + Surfs : SET[0:2] OF IfcSurface; + N : INTEGER; + END_LOCAL; + + Surfs := []; + IF 'IFC4X4_BF78F50B.IFCPCURVE' IN TYPEOF (C) THEN + Surfs := [C\IfcPCurve.BasisSurface]; + ELSE + IF 'IFC4X4_BF78F50B.IFCSURFACECURVE' IN TYPEOF (C) THEN + N := SIZEOF(C\IfcSurfaceCurve.AssociatedGeometry); + REPEAT i := 1 TO N; + Surfs := Surfs + IfcAssociatedSurface(C\IfcSurfaceCurve.AssociatedGeometry[i]); + END_REPEAT; + END_IF; + END_IF; + IF 'IFC4X4_BF78F50B.IFCCOMPOSITECURVEONSURFACE' IN TYPEOF (C) THEN + + (* For an IfcCompositeCurveOnSurface the BasisSurface is the intersection of the BasisSurface of all the segments. *) + + N := SIZEOF(C\IfcCompositeCurve.Segments); + + IF ('IFC4X4_BF78F50B.IFCCURVESEGMENT' IN TYPEOF(C\IfcCompositeCurve.Segments[1])) THEN + Surfs := IfcGetBasisSurface(C\IfcCompositeCurve.Segments[1]\IfcCurveSegment.ParentCurve); + END_IF; + IF ('IFC4X4_BF78F50B.IFCCOMPOSITECURVESEGMENT' IN TYPEOF(C\IfcCompositeCurve.Segments[1])) THEN + Surfs := IfcGetBasisSurface(C\IfcCompositeCurve.Segments[1]\IfcCompositeCurveSegment.ParentCurve); + END_IF; + + IF N > 1 THEN + REPEAT i := 2 TO N; + IF ('IFC4X4_BF78F50B.IFCCURVESEGMENT' IN TYPEOF(C\IfcCompositeCurve.Segments[i])) THEN + Surfs := Surfs * IfcGetBasisSurface(C\IfcCompositeCurve.Segments[i]\IfcCurveSegment.ParentCurve); + END_IF; + IF ('IFC4X4_BF78F50B.IFCCOMPOSITECURVESEGMENT' IN TYPEOF(C\IfcCompositeCurve.Segments[i])) THEN + Surfs := Surfs * IfcGetBasisSurface(C\IfcCompositeCurve.Segments[i]\IfcCompositeCurveSegment.ParentCurve); + END_IF; + END_REPEAT; + END_IF; + END_IF; + RETURN(Surfs); +END_FUNCTION; + +FUNCTION IfcGradient +(GradientCurve : IfcGradientCurve) : IfcLengthMeasure; + RETURN(1); +END_FUNCTION; + +FUNCTION IfcListToArray +(Lis : LIST [0:?] OF GENERIC : T; + Low,U : INTEGER) : ARRAY OF GENERIC : T; + LOCAL + N : INTEGER; + Res : ARRAY [Low:U] OF GENERIC : T; + END_LOCAL; + + N := SIZEOF(Lis); + IF (N <> (U-Low +1)) THEN + RETURN(?); + ELSE + Res := [Lis[1] : N]; + REPEAT i := 2 TO N; + Res[Low+i-1] := Lis[i]; + END_REPEAT; + RETURN(Res); + END_IF; +END_FUNCTION; + +FUNCTION IfcLoopHeadToTail +(ALoop : IfcEdgeLoop) : LOGICAL; + LOCAL + N : INTEGER; + P : LOGICAL := TRUE; + END_LOCAL; + + N := SIZEOF (ALoop.EdgeList); + REPEAT i := 2 TO N; + P := P AND (ALoop.EdgeList[i-1].EdgeEnd :=: + ALoop.EdgeList[i].EdgeStart); + END_REPEAT; + RETURN (P); +END_FUNCTION; + +FUNCTION IfcMakeArrayOfArray +(Lis : LIST[1:?] OF LIST [1:?] OF GENERIC : T; + Low1, U1, Low2, U2 : INTEGER): +ARRAY [Low1:U1] OF ARRAY [Low2:U2] OF GENERIC : T; + + LOCAL + Res : ARRAY[Low1:U1] OF ARRAY [Low2:U2] OF GENERIC : T; + END_LOCAL; + + (* Check input dimensions for consistency *) + IF (U1-Low1+1) <> SIZEOF(Lis) THEN + RETURN (?); + END_IF; + IF (U2 - Low2 + 1 ) <> SIZEOF(Lis[1]) THEN + RETURN (?) ; + END_IF; + + (* Initialise Res with values from Lis[1] *) + Res := [IfcListToArray(Lis[1], Low2, U2) : (U1-Low1 + 1)]; + REPEAT i := 2 TO HIINDEX(Lis); + IF (U2-Low2+1) <> SIZEOF(Lis[i]) THEN + RETURN (?); + END_IF; + Res[Low1+i-1] := IfcListToArray(Lis[i], Low2, U2); + END_REPEAT; + RETURN (Res); +END_FUNCTION; + +FUNCTION IfcMlsTotalThickness +(LayerSet : IfcMaterialLayerSet) : IfcLengthMeasure; + LOCAL + Max : IfcLengthMeasure := LayerSet.MaterialLayers[1].LayerThickness; + END_LOCAL; + + IF SIZEOF(LayerSet.MaterialLayers) > 1 THEN + REPEAT i := 2 TO HIINDEX(LayerSet.MaterialLayers); + Max := Max + LayerSet.MaterialLayers[i].LayerThickness; + END_REPEAT; + END_IF; + RETURN (Max); +END_FUNCTION; + +FUNCTION IfcNormalise +(Arg : IfcVectorOrDirection) + : IfcVectorOrDirection; +LOCAL + Ndim : INTEGER; + V : IfcDirection + := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([1.,0.]); + Vec : IfcVector + := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector ( + IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([1.,0.]), 1.); + Mag : REAL; + Result : IfcVectorOrDirection + := V; +END_LOCAL; + + IF NOT EXISTS (Arg) THEN + RETURN (?); + ELSE + IF 'IFC4X4_BF78F50B.IFCVECTOR' IN TYPEOF(Arg) THEN + BEGIN + Ndim := Arg\IfcVector.Dim; + V.DirectionRatios := Arg\IfcVector.Orientation.DirectionRatios; + Vec.Magnitude := Arg\IfcVector.Magnitude; + Vec.Orientation := V; + IF Arg\IfcVector.Magnitude = 0.0 THEN + RETURN(?); + ELSE + Vec.Magnitude := 1.0; + END_IF; + END; + ELSE + BEGIN + Ndim := Arg\IfcDirection.Dim; + V.DirectionRatios := Arg\IfcDirection.DirectionRatios; + END; + END_IF; + + Mag := 0.0; + REPEAT i := 1 TO Ndim; + Mag := Mag + V.DirectionRatios[i]*V.DirectionRatios[i]; + END_REPEAT; + IF Mag > 0.0 THEN + Mag := SQRT(Mag); + REPEAT i := 1 TO Ndim; + V.DirectionRatios[i] := V.DirectionRatios[i]/Mag; + END_REPEAT; + IF 'IFC4X4_BF78F50B.IFCVECTOR' IN TYPEOF(Arg) THEN + Vec.Orientation := V; + Result := Vec; + ELSE + Result := V; + END_IF; + ELSE + RETURN(?); + END_IF; + END_IF; + RETURN (Result); +END_FUNCTION; + +FUNCTION IfcOrthogonalComplement +(Vec : IfcDirection) + : IfcDirection; +LOCAL + Result : IfcDirection ; +END_LOCAL; + IF NOT EXISTS (Vec) OR (Vec.Dim <> 2) THEN + RETURN(?); + ELSE + Result := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([-Vec.DirectionRatios[2], Vec.DirectionRatios[1]]); + RETURN(Result); + END_IF; +END_FUNCTION; + +FUNCTION IfcPathHeadToTail +(APath : IfcPath) : LOGICAL; + LOCAL + N : INTEGER := 0; + P : LOGICAL := UNKNOWN; + END_LOCAL; + N := SIZEOF (APath.EdgeList); + REPEAT i := 2 TO N; + P := P AND (APath.EdgeList[i-1].EdgeEnd :=: + APath.EdgeList[i].EdgeStart); + END_REPEAT; + RETURN (P); +END_FUNCTION; + +FUNCTION IfcPointListDim +(PointList : IfcCartesianPointList) + : IfcDimensionCount; + + IF ('IFC4X4_BF78F50B.IFCCARTESIANPOINTLIST2D' IN TYPEOF(PointList)) + THEN RETURN(2); + END_IF; + IF ('IFC4X4_BF78F50B.IFCCARTESIANPOINTLIST3D' IN TYPEOF(PointList)) + THEN RETURN(3); + END_IF; + RETURN (?); +END_FUNCTION; + +FUNCTION IfcSameAxis2Placement +(ap1, ap2 : IfcAxis2Placement; Epsilon : REAL) + : LOGICAL ; + + RETURN (IfcSameDirection(ap1.P[1],ap2.P[1],Epsilon) AND + IfcSameDirection(ap1.P[2],ap2.P[2],Epsilon) AND + IfcSameCartesianPoint(ap1.Location,ap2.Location,Epsilon)); +END_FUNCTION; + +FUNCTION IfcSameCartesianPoint +(cp1, cp2 : IfcCartesianPoint; Epsilon : REAL) + : LOGICAL; + + LOCAL + cp1x : REAL := cp1.Coordinates[1]; + cp1y : REAL := cp1.Coordinates[2]; + cp1z : REAL := 0; + cp2x : REAL := cp2.Coordinates[1]; + cp2y : REAL := cp2.Coordinates[2]; + cp2z : REAL := 0; + END_LOCAL; + + IF (SIZEOF(cp1.Coordinates) > 2) THEN + cp1z := cp1.Coordinates[3]; + END_IF; + + IF (SIZEOF(cp2.Coordinates) > 2) THEN + cp2z := cp2.Coordinates[3]; + END_IF; + + RETURN (IfcSameValue(cp1x,cp2x,Epsilon) AND + IfcSameValue(cp1y,cp2y,Epsilon) AND + IfcSameValue(cp1z,cp2z,Epsilon)); +END_FUNCTION; + +FUNCTION IfcSameDirection +(dir1, dir2 : IfcDirection; Epsilon : REAL) + : LOGICAL; + LOCAL + dir1x : REAL := dir1.DirectionRatios[1]; + dir1y : REAL := dir1.DirectionRatios[2]; + dir1z : REAL := 0; + dir2x : REAL := dir2.DirectionRatios[1]; + dir2y : REAL := dir2.DirectionRatios[2]; + dir2z : REAL := 0; + END_LOCAL; + + IF (SIZEOF(dir1.DirectionRatios) > 2) THEN + dir1z := dir1.DirectionRatios[3]; + END_IF; + + IF (SIZEOF(dir2.DirectionRatios) > 2) THEN + dir2z := dir2.DirectionRatios[3]; + END_IF; + + RETURN (IfcSameValue(dir1x,dir2x,Epsilon) AND + IfcSameValue(dir1y,dir2y,Epsilon) AND + IfcSameValue(dir1z,dir2z,Epsilon)); +END_FUNCTION; + +FUNCTION IfcSameValidPrecision +(Epsilon1, Epsilon2 : REAL) : LOGICAL ; + LOCAL + ValidEps1, ValidEps2 : REAL; + DefaultEps : REAL := 0.000001; + DerivationOfEps : REAL := 1.001; + UpperEps : REAL := 1.0; + END_LOCAL; + + ValidEps1 := NVL(Epsilon1, DefaultEps); + ValidEps2 := NVL(Epsilon2, DefaultEps); + RETURN ((0.0 < ValidEps1) AND (ValidEps1 <= (DerivationOfEps * ValidEps2)) AND + (ValidEps2 <= (DerivationOfEps * ValidEps1)) AND (ValidEps2 < UpperEps)); +END_FUNCTION; + +FUNCTION IfcSameValue +(Value1, Value2 : REAL; Epsilon : REAL) + : LOGICAL; + LOCAL + ValidEps : REAL; + DefaultEps : REAL := 0.000001; + END_LOCAL; + + ValidEps := NVL(Epsilon, DefaultEps); + RETURN ((Value1 + ValidEps > Value2) AND (Value1 < Value2 + ValidEps)); +END_FUNCTION; + +FUNCTION IfcScalarTimesVector +(Scalar : REAL; Vec : IfcVectorOrDirection) + : IfcVector; +LOCAL + V : IfcDirection; + Mag : REAL; + Result : IfcVector; +END_LOCAL; + + IF NOT EXISTS (Scalar) OR NOT EXISTS (Vec) THEN + RETURN (?) ; + ELSE + IF 'IFC4X4_BF78F50B.IFCVECTOR' IN TYPEOF (Vec) THEN + V := Vec\IfcVector.Orientation; + Mag := Scalar * Vec\IfcVector.Magnitude; + ELSE + V := Vec; + Mag := Scalar; + END_IF; + IF (Mag < 0.0 ) THEN + REPEAT i := 1 TO SIZEOF(V.DirectionRatios); + V.DirectionRatios[i] := -V.DirectionRatios[i]; + END_REPEAT; + Mag := -Mag; + END_IF; + Result := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector(IfcNormalise(V), Mag); + END_IF; + RETURN (Result); +END_FUNCTION; + +FUNCTION IfcSecondProjAxis +(ZAxis, XAxis, Arg: IfcDirection) + : IfcDirection; +LOCAL + YAxis : IfcVector; + V : IfcDirection; + Temp : IfcVector; +END_LOCAL; + + IF NOT EXISTS(Arg) THEN + V := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([0.0,1.0,0.0]); + ELSE + V := Arg; + END_IF; + Temp := IfcScalarTimesVector(IfcDotProduct(V, ZAxis), ZAxis); + YAxis := IfcVectorDifference(V, Temp); + Temp := IfcScalarTimesVector(IfcDotProduct(V, XAxis), XAxis); + YAxis := IfcVectorDifference(YAxis, Temp); + YAxis := IfcNormalise(YAxis); + RETURN(YAxis.Orientation); +END_FUNCTION; + +FUNCTION IfcSegmentDim +(Segment : IfcSegment) + : IfcDimensionCount; + + IF ('IFC4X4_BF78F50B.IFCCURVESEGMENT' IN TYPEOF(Segment)) + THEN RETURN(Segment\IfcCurveSegment.ParentCurve.Dim); + END_IF; + IF ('IFC4X4_BF78F50B.IFCCOMPOSITECURVESEGMENT' IN TYPEOF(Segment)) + THEN RETURN(Segment\IfcCompositeCurveSegment.ParentCurve.Dim); + END_IF; + RETURN (?); +END_FUNCTION; + +FUNCTION IfcShapeRepresentationTypes +(RepType : IfcLabel; Items : SET OF IfcRepresentationItem) : LOGICAL; + + LOCAL + Count : INTEGER := 0; + END_LOCAL; + + CASE RepType OF + 'Point' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCPOINT' IN TYPEOF(temp)))); + END; + + 'PointCloud' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCCARTESIANPOINTLIST3D' IN TYPEOF(temp)))); + END; + + 'Curve' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCCURVE' IN TYPEOF(temp)))); + END; + + 'Curve2D' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCCURVE' IN TYPEOF(temp)) + AND (temp\IfcCurve.Dim = 2))); + END; + + 'Curve3D' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCCURVE' IN TYPEOF(temp)) + AND (temp\IfcCurve.Dim = 3))); + END; + + 'Segment' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCSEGMENT' IN TYPEOF(temp)))); + END; + + 'Surface' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCSURFACE' IN TYPEOF(temp)))); + END; + + 'Surface2D' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCSURFACE' IN TYPEOF(temp)) + AND (temp\IfcSurface.Dim = 2))); + END; + + 'Surface3D' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCSURFACE' IN TYPEOF(temp)) + AND (temp\IfcSurface.Dim = 3))); + END; + + 'SectionedSurface' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | 'IFC4X4_BF78F50B.IFCSECTIONEDSURFACE' IN TYPEOF(temp))); + END; + + 'FillArea' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCANNOTATIONFILLAREA' IN TYPEOF(temp)))); + END; + + 'Text' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCTEXTLITERAL' IN TYPEOF(temp)))); + END; + + 'AdvancedSurface' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | 'IFC4X4_BF78F50B.IFCBSPLINESURFACE' IN TYPEOF(temp))); + END; + + 'Annotation2D' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ( + SIZEOF(TYPEOF(temp) * [ + 'IFC4X4_BF78F50B.IFCPOINT', + 'IFC4X4_BF78F50B.IFCCURVE', + 'IFC4X4_BF78F50B.IFCGEOMETRICCURVESET', + 'IFC4X4_BF78F50B.IFCANNOTATIONFILLAREA', + 'IFC4X4_BF78F50B.IFCTEXTLITERAL']) = 1) + )); + END; + + 'GeometricSet' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCGEOMETRICSET' IN TYPEOF(temp)) + OR ('IFC4X4_BF78F50B.IFCPOINT' IN TYPEOF(temp)) + OR ('IFC4X4_BF78F50B.IFCCURVE' IN TYPEOF(temp)) + OR ('IFC4X4_BF78F50B.IFCSURFACE' IN TYPEOF(temp)))); + END; + + 'GeometricCurveSet' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCGEOMETRICCURVESET' IN TYPEOF(temp)) + OR ('IFC4X4_BF78F50B.IFCGEOMETRICSET' IN TYPEOF(temp)) + OR ('IFC4X4_BF78F50B.IFCPOINT' IN TYPEOF(temp)) + OR ('IFC4X4_BF78F50B.IFCCURVE' IN TYPEOF(temp)))); + REPEAT i:=1 TO HIINDEX(Items); + IF ('IFC4X4_BF78F50B.IFCGEOMETRICSET' IN TYPEOF(Items[i])) + THEN + IF (SIZEOF(QUERY(temp <* Items[i]\IfcGeometricSet.Elements | 'IFC4X4_BF78F50B.IFCSURFACE' IN TYPEOF(temp))) > 0) + THEN + Count := Count - 1; + END_IF; + END_IF; + END_REPEAT; + END; + + 'Tessellation' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | 'IFC4X4_BF78F50B.IFCTESSELLATEDITEM' IN TYPEOF(temp))); + END; + + 'SurfaceOrSolidModel' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | SIZEOF([ + 'IFC4X4_BF78F50B.IFCTESSELLATEDITEM', + 'IFC4X4_BF78F50B.IFCSHELLBASEDSURFACEMODEL', + 'IFC4X4_BF78F50B.IFCFACEBASEDSURFACEMODEL', + 'IFC4X4_BF78F50B.IFCSOLIDMODEL'] * TYPEOF(temp)) >= 1 + )); + END; + + 'SurfaceModel' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | SIZEOF([ + 'IFC4X4_BF78F50B.IFCTESSELLATEDITEM', + 'IFC4X4_BF78F50B.IFCSHELLBASEDSURFACEMODEL', + 'IFC4X4_BF78F50B.IFCFACEBASEDSURFACEMODEL'] * TYPEOF(temp)) >= 1 + )); + END; + + 'SolidModel' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCSOLIDMODEL' IN TYPEOF(temp)))); + END; + + 'SweptSolid' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | (SIZEOF([ + 'IFC4X4_BF78F50B.IFCEXTRUDEDAREASOLID', + 'IFC4X4_BF78F50B.IFCREVOLVEDAREASOLID'] * TYPEOF(temp)) >= 1 + ) AND (SIZEOF([ + 'IFC4X4_BF78F50B.IFCEXTRUDEDAREASOLIDTAPERED', + 'IFC4X4_BF78F50B.IFCREVOLVEDAREASOLIDTAPERED'] * TYPEOF(temp)) = 0 + ) + )); + END; + + 'AdvancedSweptSolid' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | SIZEOF([ + 'IFC4X4_BF78F50B.IFCSWEPTAREASOLID', + 'IFC4X4_BF78F50B.IFCSWEPTDISKSOLID', + 'IFC4X4_BF78F50B.IFCSECTIONEDSOLIDHORIZONTAL'] * TYPEOF(temp)) >= 1 + )); + END; + + 'CSG' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | SIZEOF([ + 'IFC4X4_BF78F50B.IFCBOOLEANRESULT', + 'IFC4X4_BF78F50B.IFCCSGPRIMITIVE3D', + 'IFC4X4_BF78F50B.IFCCSGSOLID'] * TYPEOF(temp)) >= 1 + )); + END; + + 'Clipping' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | SIZEOF([ + 'IFC4X4_BF78F50B.IFCCSGSOLID', + 'IFC4X4_BF78F50B.IFCBOOLEANCLIPPINGRESULT'] * TYPEOF(temp)) >= 1 + )); + END; + + 'Brep' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCFACETEDBREP' IN TYPEOF(temp)))); + END; + + 'AdvancedBrep' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCMANIFOLDSOLIDBREP' IN TYPEOF(temp)))); + END; + + 'Voxel' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCVOXELGRID' IN TYPEOF(temp)))); + END; + + 'BoundingBox' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCBOUNDINGBOX' IN TYPEOF(temp)))); + IF (SIZEOF(Items) > 1) + THEN + Count := 0; + END_IF; + END; + + 'SectionedSpine' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCSECTIONEDSPINE' IN TYPEOF(temp)))); + END; + + 'LightSource' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCLIGHTSOURCE' IN TYPEOF(temp)))); + END; + + 'MappedRepresentation' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | ('IFC4X4_BF78F50B.IFCMAPPEDITEM' IN TYPEOF(temp)))); + END; + + OTHERWISE : RETURN(?); + END_CASE; + RETURN (Count = SIZEOF(Items)); +END_FUNCTION; + +FUNCTION IfcSurfaceWeightsPositive +( B: IfcRationalBSplineSurfaceWithKnots) +: BOOLEAN; + + LOCAL + Result : BOOLEAN := TRUE; + Weights : ARRAY [ 0 : B\IfcBSplineSurface.UUpper ] OF ARRAY [ 0 : B\IfcBSplineSurface.VUpper ] OF REAL := B.Weights; + END_LOCAL; + + REPEAT i := 0 TO B\IfcBSplineSurface.UUpper; + REPEAT j := 0 TO B\IfcBSplineSurface.VUpper; + IF (Weights[i][j] <= 0.0) THEN + Result := FALSE; + RETURN(Result); + END_IF; + END_REPEAT; + END_REPEAT; + RETURN(Result); +END_FUNCTION; + +FUNCTION IfcTaperedSweptAreaProfiles +(StartArea, EndArea : IfcProfileDef) + : LOGICAL; + +LOCAL + Result : LOGICAL := FALSE; +END_LOCAL; + +IF ('IFC4X4_BF78F50B.IFCPARAMETERIZEDPROFILEDEF' IN TYPEOF(StartArea)) THEN + IF ('IFC4X4_BF78F50B.IFCDERIVEDPROFILEDEF' IN TYPEOF(EndArea)) THEN + Result := (StartArea :=: EndArea\IfcDerivedProfileDef.ParentProfile); + ELSE + Result := (TYPEOF(StartArea) = TYPEOF(EndArea)); + END_IF; +ELSE + IF ('IFC4X4_BF78F50B.IFCDERIVEDPROFILEDEF' IN TYPEOF(EndArea)) THEN + Result := (StartArea :=: EndArea\IfcDerivedProfileDef.ParentProfile); + ELSE + Result := FALSE; + END_IF; +END_IF; + +RETURN(Result); +END_FUNCTION; + +FUNCTION IfcTopologyRepresentationTypes +(RepType : IfcLabel; Items : SET OF IfcRepresentationItem) : LOGICAL; + + LOCAL + Count : INTEGER := 0; + END_LOCAL; + + CASE RepType OF + 'Vertex' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | + ('IFC4X4_BF78F50B.IFCVERTEX' IN TYPEOF(temp)))); + END; + 'Edge' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | + ('IFC4X4_BF78F50B.IFCEDGE' IN TYPEOF(temp)))); + END; + 'Path' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | + ('IFC4X4_BF78F50B.IFCPATH' IN TYPEOF(temp)))); + END; + 'Face' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | + ('IFC4X4_BF78F50B.IFCFACE' IN TYPEOF(temp)))); + END; + 'Shell' : + BEGIN + Count := SIZEOF(QUERY(temp <* Items | + ('IFC4X4_BF78F50B.IFCOPENSHELL' IN TYPEOF(temp)) + OR ('IFC4X4_BF78F50B.IFCCLOSEDSHELL' IN TYPEOF(temp)))); + END; + 'Undefined': RETURN(TRUE); + OTHERWISE : RETURN(?); + END_CASE; + RETURN (Count = SIZEOF(Items)); +END_FUNCTION; + +FUNCTION IfcUniqueDefinitionNames +(Relations : SET [1:?] OF IfcRelDefinesByProperties) +:LOGICAL; + +LOCAL + Definition : IfcPropertySetDefinitionSelect; + DefinitionSet : IfcPropertySetDefinitionSet; + Properties : SET OF IfcPropertySetDefinition := []; + Result : LOGICAL; +END_LOCAL; + +IF SIZEOF(Relations) = 0 THEN + RETURN(TRUE); +END_IF; + +REPEAT i:=1 TO HIINDEX(Relations); + Definition := Relations[i].RelatingPropertyDefinition; + IF 'IFC4X4_BF78F50B.IFCPROPERTYSETDEFINITION' IN TYPEOF(Definition) THEN + Properties := Properties + Definition; + ELSE + IF 'IFC4X4_BF78F50B.IFCPROPERTYSETDEFINITIONSET' IN TYPEOF(Definition) THEN + BEGIN + DefinitionSet := Definition; + REPEAT j:= 1 TO HIINDEX(DefinitionSet); + Properties := Properties + DefinitionSet[j]; + END_REPEAT; + END; + END_IF; + END_IF; +END_REPEAT; + +Result := IfcUniquePropertySetNames(Properties); +RETURN (Result); +END_FUNCTION; + +FUNCTION IfcUniquePropertyName +(Properties : SET [1:?] OF IfcProperty) + :LOGICAL; + + LOCAL + Names : SET OF IfcIdentifier := []; + END_LOCAL; + + REPEAT i:=1 TO HIINDEX(Properties); + Names := Names + Properties[i].Name; + END_REPEAT; + + RETURN (SIZEOF(Names) = SIZEOF(Properties)); +END_FUNCTION; + +FUNCTION IfcUniquePropertySetNames +(Properties : SET [1:?] OF IfcPropertySetDefinition) +:LOGICAL; + +LOCAL + Names : SET OF IfcLabel := []; + Unnamed : INTEGER := 0; +END_LOCAL; + +REPEAT i:=1 TO HIINDEX(Properties); + IF 'IFC4X4_BF78F50B.IFCPROPERTYSET' IN TYPEOF(Properties[i]) THEN + Names := Names + Properties[i]\IfcRoot.Name; + ELSE + Unnamed := Unnamed + 1; + END_IF; +END_REPEAT; + +RETURN (SIZEOF(Names) + Unnamed = SIZEOF(Properties)); +END_FUNCTION; + +FUNCTION IfcUniquePropertyTemplateNames +(Properties : SET [1:?] OF IfcPropertyTemplate) +:LOGICAL; + +LOCAL + Names : SET OF IfcLabel := []; +END_LOCAL; + +REPEAT i:=1 TO HIINDEX(Properties); + Names := Names + Properties[i].Name; +END_REPEAT; +RETURN (SIZEOF(Names) = SIZEOF(Properties)); +END_FUNCTION; + +FUNCTION IfcUniqueQuantityNames +(Properties : SET [1:?] OF IfcPhysicalQuantity) +:LOGICAL; + +LOCAL + Names : SET OF IfcLabel := []; +END_LOCAL; + +REPEAT i:=1 TO HIINDEX(Properties); + Names := Names + Properties[i].Name; +END_REPEAT; +RETURN (SIZEOF(Names) = SIZEOF(Properties)); +END_FUNCTION; + +FUNCTION IfcVectorDifference +(Arg1, Arg2 : IfcVectorOrDirection) + : IfcVector; +LOCAL + Result : IfcVector; + Res, Vec1, Vec2 : IfcDirection; + Mag, Mag1, Mag2 : REAL; + Ndim : INTEGER; +END_LOCAL; + + IF ((NOT EXISTS (Arg1)) OR (NOT EXISTS (Arg2))) OR (Arg1.Dim <> Arg2.Dim) THEN + RETURN (?) ; + ELSE + BEGIN + IF 'IFC4X4_BF78F50B.IFCVECTOR' IN TYPEOF(Arg1) THEN + Mag1 := Arg1\IfcVector.Magnitude; + Vec1 := Arg1\IfcVector.Orientation; + ELSE + Mag1 := 1.0; + Vec1 := Arg1; + END_IF; + IF 'IFC4X4_BF78F50B.IFCVECTOR' IN TYPEOF(Arg2) THEN + Mag2 := Arg2\IfcVector.Magnitude; + Vec2 := Arg2\IfcVector.Orientation; + ELSE + Mag2 := 1.0; + Vec2 := Arg2; + END_IF; + Vec1 := IfcNormalise (Vec1); + Vec2 := IfcNormalise (Vec2); + Ndim := SIZEOF(Vec1.DirectionRatios); + Mag := 0.0; + Res := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([0.0:Ndim]); + + REPEAT i := 1 TO Ndim; + Res.DirectionRatios[i] := Mag1*Vec1.DirectionRatios[i] - Mag2*Vec2.DirectionRatios[i]; + Mag := Mag + (Res.DirectionRatios[i]*Res.DirectionRatios[i]); + END_REPEAT; + + IF (Mag > 0.0 ) THEN + Result := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector( Res, SQRT(Mag)); + ELSE + Result := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector( Vec1, 0.0); + END_IF; + END; + END_IF; + RETURN (Result); +END_FUNCTION; + +FUNCTION IfcVectorSum +(Arg1, Arg2 : IfcVectorOrDirection) + : IfcVector; +LOCAL + Result : IfcVector; + Res, Vec1, Vec2 : IfcDirection; + Mag, Mag1, Mag2 : REAL; + Ndim : INTEGER; +END_LOCAL; + + IF ((NOT EXISTS (Arg1)) OR (NOT EXISTS (Arg2))) OR (Arg1.Dim <> Arg2.Dim) THEN + RETURN (?) ; + ELSE + BEGIN + IF 'IFC4X4_BF78F50B.IFCVECTOR' IN TYPEOF(Arg1) THEN + Mag1 := Arg1\IfcVector.Magnitude; + Vec1 := Arg1\IfcVector.Orientation; + ELSE + Mag1 := 1.0; + Vec1 := Arg1; + END_IF; + IF 'IFC4X4_BF78F50B.IFCVECTOR' IN TYPEOF(Arg2) THEN + Mag2 := Arg2\IfcVector.Magnitude; + Vec2 := Arg2\IfcVector.Orientation; + ELSE + Mag2 := 1.0; + Vec2 := Arg2; + END_IF; + Vec1 := IfcNormalise (Vec1); + Vec2 := IfcNormalise (Vec2); + Ndim := SIZEOF(Vec1.DirectionRatios); + Mag := 0.0; + Res := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcDirection([0.0:Ndim]); + + REPEAT i := 1 TO Ndim; + Res.DirectionRatios[i] := Mag1*Vec1.DirectionRatios[i] + Mag2*Vec2.DirectionRatios[i]; + Mag := Mag + (Res.DirectionRatios[i]*Res.DirectionRatios[i]); + END_REPEAT; + + IF (Mag > 0.0 ) THEN + Result := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector( Res, SQRT(Mag)); + ELSE + Result := IfcRepresentationItem() || IfcGeometricRepresentationItem () || IfcVector( Vec1, 0.0); + END_IF; + END; + END_IF; + RETURN (Result); +END_FUNCTION; + +RULE IfcRepresentationContextSameWCS FOR + (IfcGeometricRepresentationContext); +LOCAL + IsDifferent : LOGICAL := FALSE; +END_LOCAL; + IF (SIZEOF(IfcGeometricRepresentationContext) > 1) + THEN + REPEAT i := 2 TO HIINDEX(IfcGeometricRepresentationContext); + IF (IfcGeometricRepresentationContext[1].WorldCoordinateSystem :<>: IfcGeometricRepresentationContext[i].WorldCoordinateSystem) + THEN + IsDifferent := (NOT(IfcSameValidPrecision(IfcGeometricRepresentationContext[1].Precision, + IfcGeometricRepresentationContext[i].Precision))) + OR (NOT(IfcSameAxis2Placement(IfcGeometricRepresentationContext[1].WorldCoordinateSystem, + IfcGeometricRepresentationContext[i].WorldCoordinateSystem, + IfcGeometricRepresentationContext[1].Precision))); + IF (IsDifferent = TRUE) THEN + ESCAPE; + END_IF; + END_IF; + END_REPEAT; + END_IF; + + WHERE + WR1 : IsDifferent = FALSE; +END_RULE; + +RULE IfcSingleProjectInstance FOR + (IfcProject); + + WHERE + WR1 : SIZEOF(IfcProject) <= 1; +END_RULE; + +END_SCHEMA; diff --git a/4_4_0_0/general/EXPRESS/IfcActorResource.exp b/4_4_0_0/general/EXPRESS/IfcActorResource.exp index 1ee2a036..cded4f00 100644 --- a/4_4_0_0/general/EXPRESS/IfcActorResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcActorResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcApprovalResource.exp b/4_4_0_0/general/EXPRESS/IfcApprovalResource.exp index 59a514b9..68794265 100644 --- a/4_4_0_0/general/EXPRESS/IfcApprovalResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcApprovalResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcArchitectureDomain.exp b/4_4_0_0/general/EXPRESS/IfcArchitectureDomain.exp index c634a2db..85ff07eb 100644 --- a/4_4_0_0/general/EXPRESS/IfcArchitectureDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcArchitectureDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcBuildingControlsDomain.exp b/4_4_0_0/general/EXPRESS/IfcBuildingControlsDomain.exp index bc50f43e..66d60c19 100644 --- a/4_4_0_0/general/EXPRESS/IfcBuildingControlsDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcBuildingControlsDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcConstraintResource.exp b/4_4_0_0/general/EXPRESS/IfcConstraintResource.exp index e583fedc..f7888b6c 100644 --- a/4_4_0_0/general/EXPRESS/IfcConstraintResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcConstraintResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcConstructionMgmtDomain.exp b/4_4_0_0/general/EXPRESS/IfcConstructionMgmtDomain.exp index 452c621d..02c3b939 100644 --- a/4_4_0_0/general/EXPRESS/IfcConstructionMgmtDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcConstructionMgmtDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcControlExtension.exp b/4_4_0_0/general/EXPRESS/IfcControlExtension.exp index f6537e87..41a25920 100644 --- a/4_4_0_0/general/EXPRESS/IfcControlExtension.exp +++ b/4_4_0_0/general/EXPRESS/IfcControlExtension.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcCostResource.exp b/4_4_0_0/general/EXPRESS/IfcCostResource.exp index 14588f91..5b437224 100644 --- a/4_4_0_0/general/EXPRESS/IfcCostResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcCostResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcDateTimeResource.exp b/4_4_0_0/general/EXPRESS/IfcDateTimeResource.exp index 12e27957..4262d536 100644 --- a/4_4_0_0/general/EXPRESS/IfcDateTimeResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcDateTimeResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcElectricalDomain.exp b/4_4_0_0/general/EXPRESS/IfcElectricalDomain.exp index f2cdd169..6dbafeb9 100644 --- a/4_4_0_0/general/EXPRESS/IfcElectricalDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcElectricalDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) @@ -850,7 +850,7 @@ ENTITY IfcTransformer (PredefinedType <> IfcTransformerTypeEnum.USERDEFINED) OR ((PredefinedType = IfcTransformerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR - ('IFCELECTRICALDOMAIN.IFCTRANFORMERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); + ('IFCELECTRICALDOMAIN.IFCTRANSFORMERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); END_ENTITY; ENTITY IfcTransformerType diff --git a/4_4_0_0/general/EXPRESS/IfcExternalReferenceResource.exp b/4_4_0_0/general/EXPRESS/IfcExternalReferenceResource.exp index f099366b..dc6f60dc 100644 --- a/4_4_0_0/general/EXPRESS/IfcExternalReferenceResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcExternalReferenceResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcGeometricConstraintResource.exp b/4_4_0_0/general/EXPRESS/IfcGeometricConstraintResource.exp index 1a6b67bd..25df359f 100644 --- a/4_4_0_0/general/EXPRESS/IfcGeometricConstraintResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcGeometricConstraintResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcGeometricModelResource.exp b/4_4_0_0/general/EXPRESS/IfcGeometricModelResource.exp index 9277b783..fc173f9b 100644 --- a/4_4_0_0/general/EXPRESS/IfcGeometricModelResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcGeometricModelResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcGeometryResource.exp b/4_4_0_0/general/EXPRESS/IfcGeometryResource.exp index b5841bef..f685ca47 100644 --- a/4_4_0_0/general/EXPRESS/IfcGeometryResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcGeometryResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcHvacDomain.exp b/4_4_0_0/general/EXPRESS/IfcHvacDomain.exp index 2c1e9bdf..1b56b621 100644 --- a/4_4_0_0/general/EXPRESS/IfcHvacDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcHvacDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcKernel.exp b/4_4_0_0/general/EXPRESS/IfcKernel.exp index 713409a4..5c90a439 100644 --- a/4_4_0_0/general/EXPRESS/IfcKernel.exp +++ b/4_4_0_0/general/EXPRESS/IfcKernel.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcMaterialResource.exp b/4_4_0_0/general/EXPRESS/IfcMaterialResource.exp index c0171e0e..bdfede3b 100644 --- a/4_4_0_0/general/EXPRESS/IfcMaterialResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcMaterialResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcMeasureResource.exp b/4_4_0_0/general/EXPRESS/IfcMeasureResource.exp index b7b868fa..9c9182a1 100644 --- a/4_4_0_0/general/EXPRESS/IfcMeasureResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcMeasureResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) @@ -668,7 +668,7 @@ ENTITY IfcDerivedUnit; Elements : SET [1:?] OF IfcDerivedUnitElement; UnitType : IfcDerivedUnitEnum; UserDefinedType : OPTIONAL IfcLabel; - Name : IfcLabel; + Name : OPTIONAL IfcLabel; DERIVE Dimensions : IfcDimensionalExponents := IfcDeriveDimensionalExponents(Elements); WHERE diff --git a/4_4_0_0/general/EXPRESS/IfcPlumbingFireProtectionDomain.exp b/4_4_0_0/general/EXPRESS/IfcPlumbingFireProtectionDomain.exp index 2c067dcd..5baae103 100644 --- a/4_4_0_0/general/EXPRESS/IfcPlumbingFireProtectionDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcPlumbingFireProtectionDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcPortsAndWaterwaysDomain.exp b/4_4_0_0/general/EXPRESS/IfcPortsAndWaterwaysDomain.exp index 347456a4..8d62fde2 100644 --- a/4_4_0_0/general/EXPRESS/IfcPortsAndWaterwaysDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcPortsAndWaterwaysDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcPresentationAppearanceResource.exp b/4_4_0_0/general/EXPRESS/IfcPresentationAppearanceResource.exp index 0a3fcabc..59c22e1b 100644 --- a/4_4_0_0/general/EXPRESS/IfcPresentationAppearanceResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcPresentationAppearanceResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcPresentationDefinitionResource.exp b/4_4_0_0/general/EXPRESS/IfcPresentationDefinitionResource.exp index ea661fdc..6995b02b 100644 --- a/4_4_0_0/general/EXPRESS/IfcPresentationDefinitionResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcPresentationDefinitionResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcPresentationOrganizationResource.exp b/4_4_0_0/general/EXPRESS/IfcPresentationOrganizationResource.exp index c32eeb5e..8ec0e60b 100644 --- a/4_4_0_0/general/EXPRESS/IfcPresentationOrganizationResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcPresentationOrganizationResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcProcessExtension.exp b/4_4_0_0/general/EXPRESS/IfcProcessExtension.exp index 1788a0da..e81187ad 100644 --- a/4_4_0_0/general/EXPRESS/IfcProcessExtension.exp +++ b/4_4_0_0/general/EXPRESS/IfcProcessExtension.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcProductExtension.exp b/4_4_0_0/general/EXPRESS/IfcProductExtension.exp index 4dc4c984..230e2f5d 100644 --- a/4_4_0_0/general/EXPRESS/IfcProductExtension.exp +++ b/4_4_0_0/general/EXPRESS/IfcProductExtension.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) @@ -303,7 +303,8 @@ TYPE IfcElementAssemblyTypeEnum = ENUMERATION OF ,SUMPBUSTER ,TRAFFIC_CALMING_DEVICE ,DUCTBANK - ,UMBRELLAVAULT + ,PRESUPPORTVAULT + ,PRESUPPORTFACE ,USERDEFINED ,NOTDEFINED); END_TYPE; @@ -488,7 +489,7 @@ ENTITY IfcAlignment SUBTYPE OF (IfcLinearPositioningElement); PredefinedType : OPTIONAL IfcAlignmentTypeEnum; WHERE - AlignmentRepresentation : IfcAlignmenRepresentation(SELF); + AlignmentRepresentation : IfcAlignmentRepresentation(SELF); END_ENTITY; ENTITY IfcAlignmentCant @@ -733,6 +734,7 @@ ENTITY IfcElementType ,IfcElementAssemblyType ,IfcElementComponentType ,IfcFurnishingElementType + ,IfcGeoScienceElementType ,IfcGeographicElementType ,IfcTransportElementType ,IfcTransportationDeviceType)) @@ -859,8 +861,10 @@ END_ENTITY; ENTITY IfcIntegerVoxelData SUBTYPE OF (IfcVoxelData); - Values : ARRAY [1:?] OF IfcInteger; + Values : ARRAY [1:GridSize] OF IfcInteger; Unit : OPTIONAL IfcUnit; + DERIVE + GridSize : IfcInteger := SIZEOF(SELF\IfcProduct.Representation.Representations[1].Items[1]\IfcVoxelGrid.Voxels); END_ENTITY; ENTITY IfcLabelVoxelData @@ -1306,6 +1310,20 @@ ENTITY IfcVoxelData ,IfcVectorVoxelData)) SUBTYPE OF (IfcComplementaryData); ValueType : OPTIONAL IfcLabel; + WHERE + IsAssignedToProduct : EXISTS(SELF\IfcObjectDefinition.HasAssignments) +AND +(SIZEOF(SELF\IfcObjectDefinition.HasAssignments) = 1) +AND +('IFCKERNEL.IFCRELASSIGNSTOPRODUCT' IN TYPEOF(SELF\IfcObjectDefinition.HasAssignments[1])); + VoxelGridRepresentation : EXISTS(SELF\IfcProduct.Representation) +AND +(SIZEOF(QUERY(ShapeRep <* SELF\IfcProduct.Representation.Representations | + (SIZEOF(ShapeRep.Items) = 1) + AND + ('IFCGEOMETRICMODELRESOURCE.IFCVOXELGRID' IN TYPEOF(ShapeRep.Items[1])))) = 1); + SameRepresentation : SIZEOF(QUERY(ShapeRep <* SELF\IfcObjectDefinition.HasAssignments[1]\IfcRelAssignsToProduct.RelatingProduct\IfcProduct.Representation.Representations | +ShapeRep = SELF\IfcProduct.Representation.Representations[1])) = 1; END_ENTITY; ENTITY IfcZone @@ -1376,7 +1394,7 @@ FUNCTION IfcAlignmentRepresentation ThreeDRep := QUERY(threeDee <* AlignmentRepresentations | threeDee.RepresentationType = 'Curve3D'); CurveThreeD := QUERY(item <* ThreeDRep[1].Items | 'IFCGEOMETRYRESOURCE.IFCGRADIENTCURVE' in TYPEOF(item)); - RETURN(SIZEOF(CurveThreeD) = 1 AND SIZEOF(CurveTwoD) = 1 AND CurveThreeD\IfcGradientCurve.BaseCurve :=: CurveTwoD); + RETURN((SIZEOF(CurveThreeD) = 1) AND (SIZEOF(CurveTwoD) = 1) AND (CurveThreeD\IfcGradientCurve.BaseCurve :=: CurveTwoD)); END_IF; (* Missing an IFCSEGMENTEDREFERENCECURVE various placement option implementation. *) diff --git a/4_4_0_0/general/EXPRESS/IfcProfileResource.exp b/4_4_0_0/general/EXPRESS/IfcProfileResource.exp index d8b91694..3e83c516 100644 --- a/4_4_0_0/general/EXPRESS/IfcProfileResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcProfileResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcPropertyResource.exp b/4_4_0_0/general/EXPRESS/IfcPropertyResource.exp index bdd611d5..75dcde0a 100644 --- a/4_4_0_0/general/EXPRESS/IfcPropertyResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcPropertyResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcQuantityResource.exp b/4_4_0_0/general/EXPRESS/IfcQuantityResource.exp index e710aab8..3e7375c7 100644 --- a/4_4_0_0/general/EXPRESS/IfcQuantityResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcQuantityResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcRailDomain.exp b/4_4_0_0/general/EXPRESS/IfcRailDomain.exp index 257913b5..62467a4b 100644 --- a/4_4_0_0/general/EXPRESS/IfcRailDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcRailDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcRepresentationResource.exp b/4_4_0_0/general/EXPRESS/IfcRepresentationResource.exp index 3f91c7d9..535b07a6 100644 --- a/4_4_0_0/general/EXPRESS/IfcRepresentationResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcRepresentationResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcRoadDomain.exp b/4_4_0_0/general/EXPRESS/IfcRoadDomain.exp index bf42a73e..3e9324b0 100644 --- a/4_4_0_0/general/EXPRESS/IfcRoadDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcRoadDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcSharedBldgElements.exp b/4_4_0_0/general/EXPRESS/IfcSharedBldgElements.exp index 312d8a08..a487a591 100644 --- a/4_4_0_0/general/EXPRESS/IfcSharedBldgElements.exp +++ b/4_4_0_0/general/EXPRESS/IfcSharedBldgElements.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcSharedBldgServiceElements.exp b/4_4_0_0/general/EXPRESS/IfcSharedBldgServiceElements.exp index 8d235f64..5de345c8 100644 --- a/4_4_0_0/general/EXPRESS/IfcSharedBldgServiceElements.exp +++ b/4_4_0_0/general/EXPRESS/IfcSharedBldgServiceElements.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcSharedComponentElements.exp b/4_4_0_0/general/EXPRESS/IfcSharedComponentElements.exp index 6d05c125..ed583bdd 100644 --- a/4_4_0_0/general/EXPRESS/IfcSharedComponentElements.exp +++ b/4_4_0_0/general/EXPRESS/IfcSharedComponentElements.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcSharedFacilitiesElements.exp b/4_4_0_0/general/EXPRESS/IfcSharedFacilitiesElements.exp index d15871da..e2215abe 100644 --- a/4_4_0_0/general/EXPRESS/IfcSharedFacilitiesElements.exp +++ b/4_4_0_0/general/EXPRESS/IfcSharedFacilitiesElements.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcSharedInfrastructureElements.exp b/4_4_0_0/general/EXPRESS/IfcSharedInfrastructureElements.exp index 2d936056..bcecff6a 100644 --- a/4_4_0_0/general/EXPRESS/IfcSharedInfrastructureElements.exp +++ b/4_4_0_0/general/EXPRESS/IfcSharedInfrastructureElements.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) @@ -121,8 +121,13 @@ TYPE IfcGeotechnicalStratumTypeEnum = ENUMERATION OF END_TYPE; TYPE IfcGroundReinforcementElementTypeEnum = ENUMERATION OF - (SPILINGBOLT - ,ROCKSUPPORTBOLT + (PILE + ,TUBE + ,BAR + ,PLATE + ,BOLT + ,TENDON + ,FABRIC ,NOTDEFINED ,USERDEFINED); END_TYPE; @@ -182,9 +187,21 @@ END_TYPE; ENTITY IfcBorehole SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcBoreholeTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBoreholeTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFCSHAREDINFRASTRUCTUREELEMENTS.IFCBOREHOLETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcBoreholeType + SUBTYPE OF (IfcGeoScienceElementType); PredefinedType : IfcBoreholeTypeEnum; WHERE - HasObjectType : (PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + CorrectPredefinedType : (PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBoreholeTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); END_ENTITY; ENTITY IfcCourse @@ -244,18 +261,46 @@ ENTITY IfcGeoScienceElement SUBTYPE OF (IfcElement); END_ENTITY; +ENTITY IfcGeoScienceElementType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBoreholeType)) + SUBTYPE OF (IfcElementType); +END_ENTITY; + ENTITY IfcGeoScienceFeature SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcGeoScienceFeatureTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceFeatureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFCSHAREDINFRASTRUCTUREELEMENTS.IFCGEOSCIENCEFEATURETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcGeoScienceFeatureType; PredefinedType : IfcGeoScienceFeatureTypeEnum; WHERE - HasObjectType : (PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + CorrectPredefinedType : (PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceFeatureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); END_ENTITY; ENTITY IfcGeoScienceModel SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcGeoScienceModelTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceModelTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFCSHAREDINFRASTRUCTUREELEMENTS.IFCGEOSCIENCEMODELTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcGeoScienceModelType; PredefinedType : IfcGeoScienceModelTypeEnum; WHERE - HasObjectType : (PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + CorrectPredefinedType : (PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceModelTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); END_ENTITY; ENTITY IfcGeoScienceObservation diff --git a/4_4_0_0/general/EXPRESS/IfcSharedMgmtElements.exp b/4_4_0_0/general/EXPRESS/IfcSharedMgmtElements.exp index 05d5d4d6..feb4c0e5 100644 --- a/4_4_0_0/general/EXPRESS/IfcSharedMgmtElements.exp +++ b/4_4_0_0/general/EXPRESS/IfcSharedMgmtElements.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcStructuralAnalysisDomain.exp b/4_4_0_0/general/EXPRESS/IfcStructuralAnalysisDomain.exp index ac8ceb16..99317a46 100644 --- a/4_4_0_0/general/EXPRESS/IfcStructuralAnalysisDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcStructuralAnalysisDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcStructuralElementsDomain.exp b/4_4_0_0/general/EXPRESS/IfcStructuralElementsDomain.exp index 23445806..c124c888 100644 --- a/4_4_0_0/general/EXPRESS/IfcStructuralElementsDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcStructuralElementsDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcStructuralLoadResource.exp b/4_4_0_0/general/EXPRESS/IfcStructuralLoadResource.exp index 7e607d1a..cd11fa51 100644 --- a/4_4_0_0/general/EXPRESS/IfcStructuralLoadResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcStructuralLoadResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcTopologyResource.exp b/4_4_0_0/general/EXPRESS/IfcTopologyResource.exp index 9bf29457..7f4f0f33 100644 --- a/4_4_0_0/general/EXPRESS/IfcTopologyResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcTopologyResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcTunnelDomain.exp b/4_4_0_0/general/EXPRESS/IfcTunnelDomain.exp index 50eeaf6b..dc6fdffb 100644 --- a/4_4_0_0/general/EXPRESS/IfcTunnelDomain.exp +++ b/4_4_0_0/general/EXPRESS/IfcTunnelDomain.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/EXPRESS/IfcUtilityResource.exp b/4_4_0_0/general/EXPRESS/IfcUtilityResource.exp index f4113a0f..1ee98861 100644 --- a/4_4_0_0/general/EXPRESS/IfcUtilityResource.exp +++ b/4_4_0_0/general/EXPRESS/IfcUtilityResource.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) diff --git a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3-psd.zip b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3-psd.zip index c352c596..66c9c633 100644 Binary files a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3-psd.zip and b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3-psd.zip differ diff --git a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3-qto.zip b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3-qto.zip index e72d32f0..00069761 100644 Binary files a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3-qto.zip and b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3-qto.zip differ diff --git a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.exp b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.exp index 3b13ed2c..d4edb439 100644 --- a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.exp +++ b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.exp @@ -1,6 +1,6 @@ (* Copyright by: -buildingSMART International Limited, 1996-2023 +buildingSMART International Limited, 1996-2024 Any technical documentation made available by buildingSMART International Limited is the copyrighted work of buildingSMART International Limited and is owned by the @@ -19,7 +19,7 @@ for incidental consequential damages in connection with the furnishing, performa of the material. The information contained in this document is subject to change without notice. Issue date: -Saturday, 9 September 2023 +Thursday, 14 March 2024 *) @@ -1656,7 +1656,8 @@ TYPE IfcElementAssemblyTypeEnum = ENUMERATION OF ,SUMPBUSTER ,TRAFFIC_CALMING_DEVICE ,DUCTBANK - ,UMBRELLAVAULT + ,PRESUPPORTVAULT + ,PRESUPPORTFACE ,USERDEFINED ,NOTDEFINED); END_TYPE; @@ -1933,8 +1934,13 @@ TYPE IfcGridTypeEnum = ENUMERATION OF END_TYPE; TYPE IfcGroundReinforcementElementTypeEnum = ENUMERATION OF - (SPILINGBOLT - ,ROCKSUPPORTBOLT + (PILE + ,TUBE + ,BAR + ,PLATE + ,BOLT + ,TENDON + ,FABRIC ,NOTDEFINED ,USERDEFINED); END_TYPE; @@ -4172,7 +4178,7 @@ ENTITY IfcAlignment SUBTYPE OF (IfcLinearPositioningElement); PredefinedType : OPTIONAL IfcAlignmentTypeEnum; WHERE - AlignmentRepresentation : IfcAlignmenRepresentation(SELF); + AlignmentRepresentation : IfcAlignmentRepresentation(SELF); END_ENTITY; ENTITY IfcAlignmentCant @@ -4626,9 +4632,21 @@ END_ENTITY; ENTITY IfcBorehole SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcBoreholeTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBoreholeTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4.IFCBOREHOLETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcBoreholeType + SUBTYPE OF (IfcGeoScienceElementType); PredefinedType : IfcBoreholeTypeEnum; WHERE - HasObjectType : (PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + CorrectPredefinedType : (PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR +((PredefinedType = IfcBoreholeTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); END_ENTITY; ENTITY IfcBoundaryCondition @@ -5977,7 +5995,7 @@ ENTITY IfcDerivedUnit; Elements : SET [1:?] OF IfcDerivedUnitElement; UnitType : IfcDerivedUnitEnum; UserDefinedType : OPTIONAL IfcLabel; - Name : IfcLabel; + Name : OPTIONAL IfcLabel; DERIVE Dimensions : IfcDimensionalExponents := IfcDeriveDimensionalExponents(Elements); WHERE @@ -6681,6 +6699,7 @@ ENTITY IfcElementType ,IfcElementAssemblyType ,IfcElementComponentType ,IfcFurnishingElementType + ,IfcGeoScienceElementType ,IfcGeographicElementType ,IfcTransportElementType ,IfcTransportationDeviceType)) @@ -7454,18 +7473,46 @@ ENTITY IfcGeoScienceElement SUBTYPE OF (IfcElement); END_ENTITY; +ENTITY IfcGeoScienceElementType + ABSTRACT SUPERTYPE OF (ONEOF + (IfcBoreholeType)) + SUBTYPE OF (IfcElementType); +END_ENTITY; + ENTITY IfcGeoScienceFeature SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcGeoScienceFeatureTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceFeatureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4.IFCGEOSCIENCEFEATURETYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcGeoScienceFeatureType; PredefinedType : IfcGeoScienceFeatureTypeEnum; WHERE - HasObjectType : (PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + CorrectPredefinedType : (PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceFeatureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); END_ENTITY; ENTITY IfcGeoScienceModel SUBTYPE OF (IfcGeoScienceElement); + PredefinedType : OPTIONAL IfcGeoScienceModelTypeEnum; + WHERE + CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR +(PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceModelTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType)); + CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR +('IFC4X4.IFCGEOSCIENCEMODELTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); +END_ENTITY; + +ENTITY IfcGeoScienceModelType; PredefinedType : IfcGeoScienceModelTypeEnum; WHERE - HasObjectType : (PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType); + CorrectPredefinedType : (PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR +((PredefinedType = IfcGeoScienceModelTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType)); END_ENTITY; ENTITY IfcGeoScienceObservation @@ -7837,8 +7884,10 @@ END_ENTITY; ENTITY IfcIntegerVoxelData SUBTYPE OF (IfcVoxelData); - Values : ARRAY [1:?] OF IfcInteger; + Values : ARRAY [1:GridSize] OF IfcInteger; Unit : OPTIONAL IfcUnit; + DERIVE + GridSize : IfcInteger := SIZEOF(SELF\IfcProduct.Representation.Representations[1].Items[1]\IfcVoxelGrid.Voxels); END_ENTITY; ENTITY IfcInterceptor @@ -12214,7 +12263,7 @@ ENTITY IfcTransformer (PredefinedType <> IfcTransformerTypeEnum.USERDEFINED) OR ((PredefinedType = IfcTransformerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType)); CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR - ('IFC4X4.IFCTRANFORMERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); + ('IFC4X4.IFCTRANSFORMERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType)); END_ENTITY; ENTITY IfcTransformerType @@ -12599,6 +12648,20 @@ ENTITY IfcVoxelData ,IfcVectorVoxelData)) SUBTYPE OF (IfcComplementaryData); ValueType : OPTIONAL IfcLabel; + WHERE + IsAssignedToProduct : EXISTS(SELF\IfcObjectDefinition.HasAssignments) +AND +(SIZEOF(SELF\IfcObjectDefinition.HasAssignments) = 1) +AND +('IFC4X4.IFCRELASSIGNSTOPRODUCT' IN TYPEOF(SELF\IfcObjectDefinition.HasAssignments[1])); + VoxelGridRepresentation : EXISTS(SELF\IfcProduct.Representation) +AND +(SIZEOF(QUERY(ShapeRep <* SELF\IfcProduct.Representation.Representations | + (SIZEOF(ShapeRep.Items) = 1) + AND + ('IFC4X4.IFCVOXELGRID' IN TYPEOF(ShapeRep.Items[1])))) = 1); + SameRepresentation : SIZEOF(QUERY(ShapeRep <* SELF\IfcObjectDefinition.HasAssignments[1]\IfcRelAssignsToProduct.RelatingProduct\IfcProduct.Representation.Representations | +ShapeRep = SELF\IfcProduct.Representation.Representations[1])) = 1; END_ENTITY; ENTITY IfcVoxelGrid @@ -12874,7 +12937,7 @@ FUNCTION IfcAlignmentRepresentation ThreeDRep := QUERY(threeDee <* AlignmentRepresentations | threeDee.RepresentationType = 'Curve3D'); CurveThreeD := QUERY(item <* ThreeDRep[1].Items | 'IFC4X4.IFCGRADIENTCURVE' in TYPEOF(item)); - RETURN(SIZEOF(CurveThreeD) = 1 AND SIZEOF(CurveTwoD) = 1 AND CurveThreeD\IfcGradientCurve.BaseCurve :=: CurveTwoD); + RETURN((SIZEOF(CurveThreeD) = 1) AND (SIZEOF(CurveTwoD) = 1) AND (CurveThreeD\IfcGradientCurve.BaseCurve :=: CurveTwoD)); END_IF; (* Missing an IFCSEGMENTEDREFERENCECURVE various placement option implementation. *) diff --git a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.exp.htm b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.exp.htm index 9d78ad4d..797d38af 100644 --- a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.exp.htm +++ b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.exp.htm @@ -823,7 +823,7 @@
TYPE IfcElementAssemblyTypeEnum = ENUMERATION OF (
- ACCESSORY_ASSEMBLY,
 ARCH,
 BEAM_GRID,
 BRACED_FRAME,
 GIRDER,
 REINFORCEMENT_UNIT,
 RIGID_FRAME,
 SLAB_FIELD,
 TRUSS,
 ABUTMENT,
 PIER,
 PYLON,
 CROSS_BRACING,
 DECK,
 MAST,
 SIGNALASSEMBLY,
 GRID,
 SHELTER,
 SUPPORTINGASSEMBLY,
 SUSPENSIONASSEMBLY,
 TRACTION_SWITCHING_ASSEMBLY,
 TRACKPANEL,
 TURNOUTPANEL,
 DILATATIONPANEL,
 RAIL_MECHANICAL_EQUIPMENT_ASSEMBLY,
 ENTRANCEWORKS,
 SUMPBUSTER,
 TRAFFIC_CALMING_DEVICE,
 DUCTBANK,
 UMBRELLAVAULT,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;
+ ACCESSORY_ASSEMBLY,
 ARCH,
 BEAM_GRID,
 BRACED_FRAME,
 GIRDER,
 REINFORCEMENT_UNIT,
 RIGID_FRAME,
 SLAB_FIELD,
 TRUSS,
 ABUTMENT,
 PIER,
 PYLON,
 CROSS_BRACING,
 DECK,
 MAST,
 SIGNALASSEMBLY,
 GRID,
 SHELTER,
 SUPPORTINGASSEMBLY,
 SUSPENSIONASSEMBLY,
 TRACTION_SWITCHING_ASSEMBLY,
 TRACKPANEL,
 TURNOUTPANEL,
 DILATATIONPANEL,
 RAIL_MECHANICAL_EQUIPMENT_ASSEMBLY,
 ENTRANCEWORKS,
 SUMPBUSTER,
 TRAFFIC_CALMING_DEVICE,
 DUCTBANK,
 PRESUPPORTVAULT,
 PRESUPPORTFACE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

TYPE IfcElementCompositionEnum = ENUMERATION OF (
@@ -935,7 +935,7 @@
TYPE IfcGroundReinforcementElementTypeEnum = ENUMERATION OF (
- SPILINGBOLT,
 ROCKSUPPORTBOLT,
 NOTDEFINED,
 USERDEFINED);
END_TYPE;
+ PILE,
 TUBE,
 BAR,
 PLATE,
 BOLT,
 TENDON,
 FABRIC,
 NOTDEFINED,
 USERDEFINED);
END_TYPE;

TYPE IfcHeatExchangerTypeEnum = ENUMERATION OF (
@@ -1911,7 +1911,7 @@  SUBTYPE OF (
IfcLinearPositioningElement);
  PredefinedType : OPTIONAL IfcAlignmentTypeEnum;
 WHERE
-  AlignmentRepresentation : IfcAlignmenRepresentation(SELF);
END_ENTITY;
+  AlignmentRepresentation : IfcAlignmentRepresentation(SELF);
END_ENTITY;

ENTITY IfcAlignmentCant
@@ -2338,9 +2338,20 @@
ENTITY IfcBorehole
 SUBTYPE OF (
IfcGeoScienceElement);
+  PredefinedType : OPTIONAL IfcBoreholeTypeEnum;
WHERE
+  CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR
+(PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR
+((PredefinedType = IfcBoreholeTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType));
  CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR
+('IFCSHAREDINFRASTRUCTUREELEMENTS.IfcBoreholeType' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType));
END_ENTITY;
+
+ +ENTITY IfcBoreholeType
SUBTYPE OF (
IfcGeoScienceElementType);
  PredefinedType : IfcBoreholeTypeEnum;
 WHERE
-  HasObjectType : (PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType);
END_ENTITY;
+  CorrectPredefinedType : (PredefinedType <> IfcBoreholeTypeEnum.USERDEFINED) OR
+((PredefinedType = IfcBoreholeTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType));
END_ENTITY;

ENTITY IfcBoundaryCondition
@@ -3563,7 +3574,7 @@   Elements : SET [1:?] OF
IfcDerivedUnitElement;
  UnitType : IfcDerivedUnitEnum;
  UserDefinedType : OPTIONAL IfcLabel;
-  Name : IfcLabel;
+  Name : OPTIONAL IfcLabel;
 DERIVE
  Dimensions : IfcDimensionalExponents := IfcDeriveDimensionalExponents(Elements);
 WHERE
@@ -4183,7 +4194,7 @@
ENTITY IfcElementType
ABSTRACT SUPERTYPE OF(ONEOF(
IfcBuiltElementType, IfcCivilElementType, IfcDistributionElementType, IfcElementAssemblyType, IfcElementComponentType, IfcFurnishingElementType, IfcGeographicElementType, IfcTransportElementType, IfcTransportationDeviceType))
ABSTRACT SUPERTYPE OF(ONEOF(IfcBuiltElementType, IfcCivilElementType, IfcDistributionElementType, IfcElementAssemblyType, IfcElementComponentType, IfcFurnishingElementType, IfcGeoScienceElementType, IfcGeographicElementType, IfcTransportElementType, IfcTransportationDeviceType))
 SUBTYPE OF (IfcTypeProduct);
  ElementType : OPTIONAL IfcLabel;
END_ENTITY;
@@ -4801,19 +4812,45 @@  SUBTYPE OF (IfcElement);
END_ENTITY;

+ +ENTITY IfcGeoScienceElementType
ABSTRACT SUPERTYPE OF(
IfcBoreholeType)
SUBTYPE OF (IfcElementType);
+END_ENTITY;
+
ENTITY IfcGeoScienceFeature
 SUBTYPE OF (
IfcGeoScienceElement);
+  PredefinedType : OPTIONAL IfcGeoScienceFeatureTypeEnum;
WHERE
+  CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR
+(PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR
+((PredefinedType = IfcGeoScienceFeatureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType));
  CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR
+('IFCSHAREDINFRASTRUCTUREELEMENTS.IfcGeoScienceFeatureType' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType));
END_ENTITY;
+
+ +ENTITY IfcGeoScienceFeatureType;
  PredefinedType :
IfcGeoScienceFeatureTypeEnum;
 WHERE
-  HasObjectType : (PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType);
END_ENTITY;
+  CorrectPredefinedType : (PredefinedType <> IfcGeoScienceFeatureTypeEnum.USERDEFINED) OR
+((PredefinedType = IfcGeoScienceFeatureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType));
END_ENTITY;

ENTITY IfcGeoScienceModel
 SUBTYPE OF (
IfcGeoScienceElement);
+  PredefinedType : OPTIONAL IfcGeoScienceModelTypeEnum;
WHERE
+  CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR
+(PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR
+((PredefinedType = IfcGeoScienceModelTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType));
  CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR
+('IFCSHAREDINFRASTRUCTUREELEMENTS.IfcGeoScienceModelType' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType));
END_ENTITY;
+
+ +ENTITY IfcGeoScienceModelType;
  PredefinedType :
IfcGeoScienceModelTypeEnum;
 WHERE
-  HasObjectType : (PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR EXISTS(SELF\IfcObject.ObjectType);
END_ENTITY;
+  CorrectPredefinedType : (PredefinedType <> IfcGeoScienceModelTypeEnum.USERDEFINED) OR
+((PredefinedType = IfcGeoScienceModelTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcElementType.ElementType));
END_ENTITY;

ENTITY IfcGeoScienceObservation
@@ -5149,8 +5186,10 @@
ENTITY IfcIntegerVoxelData
 SUBTYPE OF (
IfcVoxelData);
-  Values : ARRAY [1:?] OF IfcInteger;
+  Values : ARRAY [1:GridSize] OF IfcInteger;
  Unit : OPTIONAL IfcUnit;
DERIVE
+  GridSize : IfcInteger := SIZEOF(SELF\IfcProduct.Representation.Representations[1].Items[1]\IfcVoxelGrid.Voxels);
END_ENTITY;

@@ -9286,7 +9325,7 @@   CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR
(PredefinedType <>
IfcTransformerTypeEnum.USERDEFINED) OR
((PredefinedType = IfcTransformerTypeEnum.USERDEFINED) AND EXISTS (SELF\IfcObject.ObjectType));
  CorrectTypeAssigned : (SIZEOF(IsTypedBy) = 0) OR
- ('IFCELECTRICALDOMAIN.IFCTRANFORMERTYPE' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType));
END_ENTITY;
+ ('IFCELECTRICALDOMAIN.IfcTransformerType' IN TYPEOF(SELF\IfcObject.IsTypedBy[1].RelatingType));
END_ENTITY;

ENTITY IfcTransformerType
@@ -9650,7 +9689,18 @@  ABSTRACT SUPERTYPE OF(ONEOF(
IfcIntegerVoxelData, IfcLabelVoxelData, IfcLogicalVoxelData, IfcRealVoxelData, IfcVectorVoxelData))
 SUBTYPE OF (IfcComplementaryData);
  ValueType : OPTIONAL IfcLabel;
-END_ENTITY;
WHERE
+  IsAssignedToProduct : EXISTS(SELF\IfcObjectDefinition.HasAssignments)
+AND
+(SIZEOF(SELF\IfcObjectDefinition.HasAssignments) = 1)
+AND
+('IFCKERNEL.IfcRelAssignsToProduct' IN TYPEOF(SELF\IfcObjectDefinition.HasAssignments[1]));
  VoxelGridRepresentation : EXISTS(SELF\IfcProduct.Representation)
+AND
+(SIZEOF(QUERY(ShapeRep <* SELF\IfcProduct.Representation.Representations |
+ (SIZEOF(ShapeRep.Items) = 1)
+ AND
+ ('IFCGEOMETRICMODELRESOURCE.IfcVoxelGrid' IN TYPEOF(ShapeRep.Items[1])))) = 1);
  SameRepresentation : SIZEOF(QUERY(ShapeRep <* SELF\IfcObjectDefinition.HasAssignments[1]\IfcRelAssignsToProduct.RelatingProduct\IfcProduct.Representation.Representations |
+ShapeRep = SELF\IfcProduct.Representation.Representations[1])) = 1;
END_ENTITY;

ENTITY IfcVoxelGrid
@@ -9869,7 +9919,7 @@

FUNCTION IfcAlignmentRepresentation
-(Alignment :
IfcAlignment) : IfcBoolean;

LOCAL
AlignmentRepresentations : SET OF IfcShapeRepresentation;
TwoDRep : SET OF IfcShapeRepresentation;
ThreeDRep : SET OF IfcShapeRepresentation;
CurveTwoD : IfcCompositeCurve;
CurveThreeD : IfcGradientCurve;
END_LOCAL;

(* no representation is okay *)
IF NOT EXISTS(Alignment.Representation) THEN
RETURN(TRUE);
END_IF;

(* Alignment.Representation exists so assign *)
AlignmentRepresentations := Alignment.Representation.Representations;

(* one representation is either Curve2D or 3D *)
IF SIZEOF(AlignmentRepresentations) = 1 THEN
IF SIZEOF(AlignmentRepresentations.Items) <> 1 THEN
RETURN (FALSE);
END_IF;
IF SIZEOF(QUERY(twoDee <* AlignmentRepresentations | twoDee.RepresentationType = 'Curve2D')) = 1 THEN
CASE TRUE OF
'IFCGEOMETRYRESOURCE.IfcCompositeCurve' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
'IFCGEOMETRYRESOURCE.IFCOFFSETCURVEBYDISTANCE' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
'IFCGEOMETRYRESOURCE.IfcPolyline' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
END_CASE;
END_IF;
IF SIZEOF(QUERY(threeDee <* AlignmentRepresentations | threeDee.RepresentationType = 'Curve3D')) = 1 THEN
CASE TRUE OF
'IFCGEOMETRYRESOURCE.IfcGradientCurve' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
'IFCGEOMETRYRESOURCE.IFCOFFSETCURVEBYDISTANCE' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
'IFCGEOMETRYRESOURCE.IfcSegmentedReferenceCurve' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
'IFCGEOMETRYRESOURCE.IfcPolyline' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
END_CASE;
END_IF;
END_IF;

(* 2 representations and 3D BaseCurve reference equals 2D representation *)
IF SIZEOF(AlignmentRepresentations) = 2 THEN

TwoDRep := QUERY(twoDee <* AlignmentRepresentations | twoDee.RepresentationType = 'Curve2D');
CurveTwoD := QUERY(item <* TwoDRep[1].Items | 'IFCGEOMETRYRESOURCE.IfcCompositeCurve' in TYPEOF(item));
ThreeDRep := QUERY(threeDee <* AlignmentRepresentations | threeDee.RepresentationType = 'Curve3D');
CurveThreeD := QUERY(item <* ThreeDRep[1].Items | 'IFCGEOMETRYRESOURCE.IfcGradientCurve' in TYPEOF(item));

RETURN(SIZEOF(CurveThreeD) = 1 AND SIZEOF(CurveTwoD) = 1 AND CurveThreeD\IfcGradientCurve.BaseCurve :=: CurveTwoD);

END_IF;
(* Missing an IfcSegmentedReferenceCurve various placement option implementation. *)

RETURN(FALSE);
+(Alignment : IfcAlignment) : IfcBoolean;

LOCAL
AlignmentRepresentations : SET OF IfcShapeRepresentation;
TwoDRep : SET OF IfcShapeRepresentation;
ThreeDRep : SET OF IfcShapeRepresentation;
CurveTwoD : IfcCompositeCurve;
CurveThreeD : IfcGradientCurve;
END_LOCAL;

(* no representation is okay *)
IF NOT EXISTS(Alignment.Representation) THEN
RETURN(TRUE);
END_IF;

(* Alignment.Representation exists so assign *)
AlignmentRepresentations := Alignment.Representation.Representations;

(* one representation is either Curve2D or 3D *)
IF SIZEOF(AlignmentRepresentations) = 1 THEN
IF SIZEOF(AlignmentRepresentations.Items) <> 1 THEN
RETURN (FALSE);
END_IF;
IF SIZEOF(QUERY(twoDee <* AlignmentRepresentations | twoDee.RepresentationType = 'Curve2D')) = 1 THEN
CASE TRUE OF
'IFCGEOMETRYRESOURCE.IfcCompositeCurve' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
'IFCGEOMETRYRESOURCE.IFCOFFSETCURVEBYDISTANCE' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
'IFCGEOMETRYRESOURCE.IfcPolyline' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
END_CASE;
END_IF;
IF SIZEOF(QUERY(threeDee <* AlignmentRepresentations | threeDee.RepresentationType = 'Curve3D')) = 1 THEN
CASE TRUE OF
'IFCGEOMETRYRESOURCE.IfcGradientCurve' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
'IFCGEOMETRYRESOURCE.IFCOFFSETCURVEBYDISTANCE' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
'IFCGEOMETRYRESOURCE.IfcSegmentedReferenceCurve' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
'IFCGEOMETRYRESOURCE.IfcPolyline' IN TYPEOF(AlignmentRepresentations[1].Items[1]):
RETURN(TRUE);
END_CASE;
END_IF;
END_IF;

(* 2 representations and 3D BaseCurve reference equals 2D representation *)
IF SIZEOF(AlignmentRepresentations) = 2 THEN

TwoDRep := QUERY(twoDee <* AlignmentRepresentations | twoDee.RepresentationType = 'Curve2D');
CurveTwoD := QUERY(item <* TwoDRep[1].Items | 'IFCGEOMETRYRESOURCE.IfcCompositeCurve' in TYPEOF(item));
ThreeDRep := QUERY(threeDee <* AlignmentRepresentations | threeDee.RepresentationType = 'Curve3D');
CurveThreeD := QUERY(item <* ThreeDRep[1].Items | 'IFCGEOMETRYRESOURCE.IfcGradientCurve' in TYPEOF(item));

RETURN((SIZEOF(CurveThreeD) = 1) AND (SIZEOF(CurveTwoD) = 1) AND (CurveThreeD\IfcGradientCurve.BaseCurve :=: CurveTwoD));

END_IF;
(* Missing an IfcSegmentedReferenceCurve various placement option implementation. *)

RETURN(FALSE);

END_FUNCTION; diff --git a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.ifc b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.ifc index 95b58e98..302daca2 100644 --- a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.ifc +++ b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.ifc @@ -1,7 +1,7 @@ ISO-10303-21; HEADER; FILE_DESCRIPTION((''),'2;1'); -FILE_NAME('','2023-09-09T15:34:33',(''),(''),'THC.IFC.Reactor','IfcDoc.Documentation 0.0.0.0',''); +FILE_NAME('','2024-03-14T08:08:12',(''),(''),'THC.IFC.Reactor','IfcDoc.Documentation 0.0.0.0',''); FILE_SCHEMA(('IFC4X4')); ENDSEC; @@ -9,15 +9,15 @@ DATA; #1= IFCPROJECTLIBRARY('2OqsW47Dz0LgTmf4DAn1f4',$,'IFC Templates',$,$,$,$,$,$); -#2= IFCRELDECLARES('3RyLNYXkX479wspBr_nf6n',$,'SimpleProperties',$,#1,(#7,#8,#9,#10,#11,#12,#13,#14,#15,#16,#17,#18,#19,#20,#21,#22,#23,#24,#25,#26,#27,#28,#29,#30,#31,#32,#33,#34,#35,#36,#37,#38,#39,#40,#41,#42,#43,#44,#45,#46,#47,#48,#49,#50,#51,#52,#53,#54,#55,#56,#57,#58,#59,#60,#61,#62,#63,#64,#65,#66,#67,#68,#69,#70,#71,#72,#73,#74,#75,#76,#77,#78,#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#94,#95,#96,#97,#98,#99,#100,#101,#102,#103,#104,#105,#106,#107,#108,#109,#110,#111,#112,#113,#114,#115,#116,#117,#118,#119,#120,#121,#122,#123,#124,#125,#126,#127,#128,#129,#130,#131,#132,#133,#134,#135,#136,#137,#138,#139,#140,#141,#142,#143,#144,#145,#146,#147,#148,#149,#150,#151,#152,#153,#154,#155,#156,#157,#158,#159,#160,#161,#162,#163,#164,#165,#166,#167,#168,#169,#170,#171,#172,#173,#174,#175,#176,#177,#178,#179,#180,#181,#182,#183,#184,#185,#186,#187,#188,#189,#190,#191,#192,#193,#194,#195,#196,#197,#198,#199,#200,#201,#202,#203,#204,#205,#206,#207,#208,#209,#210,#211,#212,#213,#214,#215,#216,#217,#218,#219,#220,#221,#222,#223,#224,#225,#226,#227,#228,#229,#230,#231,#232,#233,#234,#235,#236,#237,#238,#239,#240,#241,#242,#243,#244,#245,#246,#247,#248,#249,#250,#251,#252,#253,#254,#255,#256,#257,#258,#259,#260,#261,#262,#263,#264,#265,#266,#267,#268,#269,#270,#271,#272,#273,#274,#275,#276,#277,#278,#279,#280,#281,#282,#283,#284,#285,#286,#287,#288,#289,#290,#291,#292,#293,#294,#295,#296,#297,#298,#299,#300,#301,#302,#303,#304,#305,#306,#307,#308,#309,#310,#311,#312,#313,#314,#315,#316,#317,#318,#319,#320,#321,#322,#323,#324,#325,#326,#327,#328,#329,#330,#331,#332,#333,#334,#335,#336,#337,#338,#339,#340,#341,#342,#343,#344,#345,#346,#347,#348,#349,#350,#351,#352,#353,#354,#355,#356,#357,#358,#359,#360,#361,#362,#363,#364,#365,#366,#367,#368,#369,#370,#371,#372,#373,#374,#375,#376,#377,#378,#379,#380,#381,#382,#383,#384,#385,#386,#387,#388,#389,#390,#391,#392,#393,#394,#395,#396,#397,#398,#399,#400,#401,#402,#403,#404,#405,#406,#407,#408,#409,#410,#411,#412,#413,#414,#415,#416,#417,#418,#419,#420,#421,#422,#423,#424,#425,#426,#427,#428,#429,#430,#431,#432,#433,#434,#435,#436,#437,#438,#439,#440,#441,#442,#443,#444,#445,#446,#447,#448,#449,#450,#451,#452,#453,#454,#455,#456,#457,#458,#459,#460,#461,#462,#463,#464,#465,#466,#467,#468,#469,#470,#471,#472,#473,#474,#475,#476,#477,#478,#479,#480,#481,#482,#483,#484,#485,#486,#487,#488,#489,#490,#491,#492,#493,#494,#495,#496,#497,#498,#499,#500,#501,#502,#503,#504,#505,#506,#507,#508,#509,#510,#511,#512,#513,#514,#515,#516,#517,#518,#519,#520,#521,#522,#523,#524,#525,#526,#527,#528,#529,#530,#531,#532,#533,#534,#535,#536,#537,#538,#539,#540,#541,#542,#543,#544,#545,#546,#547,#548,#549,#550,#551,#552,#553,#554,#555,#556,#557,#558,#559,#560,#561,#562,#563,#564,#565,#566,#567,#568,#569,#570,#571,#572,#573,#574,#575,#576,#577,#578,#579,#580,#581,#582,#583,#584,#585,#586,#587,#588,#589,#590,#591,#592,#593,#594,#595,#596,#597,#598,#599,#600,#601,#602,#603,#604,#605,#606,#607,#608,#609,#610,#611,#612,#613,#614,#615,#616,#617,#618,#619,#620,#621,#622,#623,#624,#625,#626,#627,#628,#629,#630,#631,#632,#633,#634,#635,#636,#637,#638,#639,#640,#641,#642,#643,#644,#645,#646,#647,#648,#649,#650,#651,#652,#653,#654,#655,#656,#657,#658,#659,#660,#661,#662,#663,#664,#665,#666,#667,#668,#669,#670,#671,#672,#673,#674,#675,#676,#677,#678,#679,#680,#681,#682,#683,#684,#685,#686,#687,#688,#689,#690,#691,#692,#693,#694,#695,#696,#697,#698,#699,#700,#701,#702,#703,#704,#705,#706,#707,#708,#709,#710,#711,#712,#713,#714,#715,#716,#717,#718,#719,#720,#721,#722,#723,#724,#725,#726,#727,#728,#729,#730,#731,#732,#733,#734,#735,#736,#737,#738,#739,#740,#741,#742,#743,#744,#745,#746,#747,#748,#749,#750,#751,#752,#753,#754,#755,#756,#757,#758,#759,#760,#761,#762,#763,#764,#765,#766,#767,#768,#769,#770,#771,#772,#773,#774,#775,#776,#777,#778,#779,#780,#781,#782,#783,#784,#785,#786,#787,#788,#789,#790,#791,#792,#793,#794,#795,#796,#797,#798,#799,#800,#801,#802,#803,#804,#805,#806,#807,#808,#809,#810,#811,#812,#813,#814,#815,#816,#817,#818,#819,#820,#821,#822,#823,#824,#825,#826,#827,#828,#829,#830,#831,#832,#833,#834,#835,#836,#837,#838,#839,#840,#841,#842,#843,#844,#845,#846,#847,#848,#849,#850,#851,#852,#853,#854,#855,#856,#857,#858,#859,#860,#861,#862,#863,#864,#865,#866,#867,#868,#869,#870,#871,#872,#873,#874,#875,#876,#877,#878,#879,#880,#881,#882,#883,#884,#885,#886,#887,#888,#889,#890,#891,#892,#893,#894,#895,#896,#897,#898,#899,#900,#901,#902,#903,#904,#905,#906,#907,#908,#909,#910,#911,#912,#913,#914,#915,#916,#917,#918,#919,#920,#921,#922,#923,#924,#925,#926,#927,#928,#929,#930,#931,#932,#933,#934,#935,#936,#937,#938,#939,#940,#941,#942,#943,#944,#945,#946,#947,#948,#949,#950,#951,#952,#953,#954,#955,#956,#957,#958,#959,#960,#961,#962,#963,#964,#965,#966,#967,#968,#969,#970,#971,#972,#973,#974,#975,#976,#977,#978,#979,#980,#981,#982,#983,#984,#985,#986,#987,#988,#989,#990,#991,#992,#993,#994,#995,#996,#997,#998,#999,#1000,#1001,#1002,#1003,#1004,#1005,#1006,#1007,#1008,#1009,#1010,#1011,#1012,#1013,#1014,#1015,#1016,#1017,#1018,#1019,#1020,#1021,#1022,#1023,#1024,#1025,#1026,#1027,#1028,#1029,#1030,#1031,#1032,#1033,#1034,#1035,#1036,#1037,#1038,#1039,#1040,#1041,#1042,#1043,#1044,#1045,#1046,#1047,#1048,#1049,#1050,#1051,#1052,#1053,#1054,#1055,#1056,#1057,#1058,#1059,#1060,#1061,#1062,#1063,#1064,#1065,#1066,#1067,#1068,#1069,#1070,#1071,#1072,#1073,#1074,#1075,#1076,#1077,#1078,#1079,#1080,#1081,#1082,#1083,#1084,#1085,#1086,#1087,#1088,#1089,#1090,#1091,#1092,#1093,#1094,#1095,#1096,#1097,#1098,#1099,#1100,#1101,#1102,#1103,#1104,#1105,#1106,#1107,#1108,#1109,#1110,#1111,#1112,#1113,#1114,#1115,#1116,#1117,#1118,#1119,#1120,#1121,#1122,#1123,#1124,#1125,#1126,#1127,#1128,#1129,#1130,#1131,#1132,#1133,#1134,#1135,#1136,#1137,#1138,#1139,#1140,#1141,#1142,#1143,#1144,#1145,#1146,#1147,#1148,#1149,#1150,#1151,#1152,#1153,#1154,#1155,#1156,#1157,#1158,#1159,#1160,#1161,#1162,#1163,#1164,#1165,#1166,#1167,#1168,#1169,#1170,#1171,#1172,#1173,#1174,#1175,#1176,#1177,#1178,#1179,#1180,#1181,#1182,#1183,#1184,#1185,#1186,#1187,#1188,#1189,#1190,#1191,#1192,#1193,#1194,#1195,#1196,#1197,#1198,#1199,#1200,#1201,#1202,#1203,#1204,#1205,#1206,#1207,#1208,#1209,#1210,#1211,#1212,#1213,#1214,#1215,#1216,#1217,#1218,#1219,#1220,#1221,#1222,#1223,#1224,#1225,#1226,#1227,#1228,#1229,#1230,#1231,#1232,#1233,#1234,#1235,#1236,#1237,#1238,#1239,#1240,#1241,#1242,#1243,#1244,#1245,#1246,#1247,#1248,#1249,#1250,#1251,#1252,#1253,#1254,#1255,#1256,#1257,#1258,#1259,#1260,#1261,#1262,#1263,#1264,#1265,#1266,#1267,#1268,#1269,#1270,#1271,#1272,#1273,#1274,#1275,#1276,#1277,#1278,#1279,#1280,#1281,#1282,#1283,#1284,#1285,#1286,#1287,#1288,#1289,#1290,#1291,#1292,#1293,#1294,#1295,#1296,#1297,#1298,#1299,#1300,#1301,#1302,#1303,#1304,#1305,#1306,#1307,#1308,#1309,#1310,#1311,#1312,#1313,#1314,#1315,#1316,#1317,#1318,#1319,#1320,#1321,#1322,#1323,#1324,#1325,#1326,#1327,#1328,#1329,#1330,#1331,#1332,#1333,#1334,#1335,#1336,#1337,#1338,#1339,#1340,#1341,#1342,#1343,#1344,#1345,#1346,#1347,#1348,#1349,#1350,#1351,#1352,#1353,#1354,#1355,#1356,#1357,#1358,#1359,#1360,#1361,#1362,#1363,#1364,#1365,#1366,#1367,#1368,#1369,#1370,#1371,#1372,#1373,#1374,#1375,#1376,#1377,#1378,#1379,#1380,#1381,#1382,#1383,#1384,#1385,#1386,#1387,#1388,#1389,#1390,#1391,#1392,#1393,#1394,#1395,#1396,#1397,#1398,#1399,#1400,#1401,#1402,#1403,#1404,#1405,#1406,#1407,#1408,#1409,#1410,#1411,#1412,#1413,#1414,#1415,#1416,#1417,#1418,#1419,#1420,#1421,#1422,#1423,#1424,#1425,#1426,#1427,#1428,#1429,#1430,#1431,#1432,#1433,#1434,#1435,#1436,#1437,#1438,#1439,#1440,#1441,#1442,#1443,#1444,#1445,#1446,#1447,#1448,#1449,#1450,#1451,#1452,#1453,#1454,#1455,#1456,#1457,#1458,#1459,#1460,#1461,#1462,#1463,#1464,#1465,#1466,#1467,#1468,#1469,#1470,#1471,#1472,#1473,#1474,#1475,#1476,#1477,#1478,#1479,#1480,#1481,#1482,#1483,#1484,#1485,#1486,#1487,#1488,#1489,#1490,#1491,#1492,#1493,#1494,#1495,#1496,#1497,#1498,#1499,#1500,#1501,#1502,#1503,#1504,#1505,#1506,#1507,#1508,#1509,#1510,#1511,#1512,#1513,#1514,#1515,#1516,#1517,#1518,#1519,#1520,#1521,#1522,#1523,#1524,#1525,#1526,#1527,#1528,#1529,#1530,#1531,#1532,#1533,#1534,#1535,#1536,#1537,#1538,#1539,#1540,#1541,#1542,#1543,#1544,#1545,#1546,#1547,#1548,#1549,#1550,#1551,#1552,#1553,#1554,#1555,#1556,#1557,#1558,#1559,#1560,#1561,#1562,#1563,#1564,#1565,#1566,#1567,#1568,#1569,#1570,#1571,#1572,#1573,#1574,#1575,#1576,#1577,#1578,#1579,#1580,#1581,#1582,#1583,#1584,#1585,#1586,#1587,#1588,#1589,#1590,#1591,#1592,#1593,#1594,#1595,#1596,#1597,#1598,#1599,#1600,#1601,#1602,#1603,#1604,#1605,#1606,#1607,#1608,#1609,#1610,#1611,#1612,#1613,#1614,#1615,#1616,#1617,#1618,#1619,#1620,#1621,#1622,#1623,#1624,#1625,#1626,#1627,#1628,#1629,#1630,#1631,#1632,#1633,#1634,#1635,#1636,#1637,#1638,#1639,#1640,#1641,#1642,#1643,#1644,#1645,#1646,#1647,#1648,#1649,#1650,#1651,#1652,#1653,#1654,#1655,#1656,#1657,#1658,#1659,#1660,#1661,#1662,#1663,#1664,#1665,#1666,#1667,#1668,#1669,#1670,#1671,#1672,#1673,#1674,#1675,#1676,#1677,#1678,#1679,#1680,#1681,#1682,#1683,#1684,#1685,#1686,#1687,#1688,#1689,#1690,#1691,#1692,#1693,#1694,#1695,#1696,#1697,#1698,#1699,#1700,#1701,#1702,#1703,#1704,#1705,#1706,#1707,#1708,#1709,#1710,#1711,#1712,#1713,#1714,#1715,#1716,#1717,#1718,#1719,#1720,#1721,#1722,#1723,#1724,#1725,#1726,#1727,#1728,#1729,#1730,#1731,#1732,#1733,#1734,#1735,#1736,#1737,#1738,#1739,#1740,#1741,#1742,#1743,#1744,#1745,#1746,#1747,#1748,#1749,#1750,#1751,#1752,#1753,#1754,#1755,#1756,#1757,#1758,#1759,#1760,#1761,#1762,#1763,#1764,#1765,#1766,#1767,#1768,#1769,#1770,#1771,#1772,#1773,#1774,#1775,#1776,#1777,#1778,#1779,#1780,#1781,#1782,#1783,#1784,#1785,#1786,#1787,#1788,#1789,#1790,#1791,#1792,#1793,#1794,#1795,#1796,#1797,#1798,#1799,#1800,#1801,#1802,#1803,#1804,#1805,#1806,#1807,#1808,#1809,#1810,#1811,#1812,#1813,#1814,#1815,#1816,#1817,#1818,#1819,#1820,#1821,#1822,#1823,#1824,#1825,#1826,#1827,#1828,#1829,#1830,#1831,#1832,#1833,#1834,#1835,#1836,#1837,#1838,#1839,#1840,#1841,#1842,#1843,#1844,#1845,#1846,#1847,#1848,#1849,#1850,#1851,#1852,#1853,#1854,#1855,#1856,#1857,#1858,#1859,#1860,#1861,#1862,#1863,#1864,#1865,#1866,#1867,#1868,#1869,#1870,#1871,#1872,#1873,#1874,#1875,#1876,#1877,#1878,#1879,#1880,#1881,#1882,#1883,#1884,#1885,#1886,#1887,#1888,#1889,#1890,#1891,#1892,#1893,#1894,#1895,#1896,#1897,#1898,#1899,#1900,#1901,#1902,#1903,#1904,#1905,#1906,#1907,#1908,#1909,#1910,#1911,#1912,#1913,#1914,#1915,#1916,#1917,#1918,#1919,#1920,#1921,#1922,#1923,#1924,#1925,#1926,#1927,#1928,#1929,#1930,#1931,#1932,#1933,#1934,#1935,#1936,#1937,#1938,#1939,#1940,#1941,#1942,#1943,#1944,#1945,#1946,#1947,#1948,#1949,#1950,#1951,#1952,#1953,#1954,#1955,#1956,#1957,#1958,#1959,#1960,#1961,#1962,#1963,#1964,#1965,#1966,#1967,#1968,#1969,#1970,#1971,#1972,#1973,#1974,#1975,#1976,#1977,#1978,#1979,#1980,#1981,#1982,#1983,#1984,#1985,#1986,#1987,#1988,#1989,#1990,#1991,#1992,#1993,#1994,#1995,#1996,#1997,#1998,#1999,#2000,#2001,#2002,#2003,#2004,#2005,#2006,#2007,#2008,#2009,#2010,#2011,#2012,#2013,#2014,#2015,#2016,#2017,#2018,#2019,#2020,#2021,#2022,#2023,#2024,#2025,#2026,#2027,#2028,#2029,#2030,#2031,#2032,#2033,#2034,#2035,#2036,#2037,#2038,#2039,#2040,#2041,#2042,#2043,#2044,#2045,#2046,#2047,#2048,#2049,#2050,#2051,#2052,#2053,#2054,#2055,#2056,#2057,#2058,#2059,#2060,#2061,#2062,#2063,#2064,#2065,#2066,#2067,#2068,#2069,#2070,#2071,#2072,#2073,#2074,#2075,#2076,#2077,#2078,#2079,#2080,#2081,#2082,#2083,#2084,#2085,#2086,#2087,#2088,#2089,#2090,#2091,#2092,#2093,#2094,#2095,#2096,#2097,#2098,#2099,#2100,#2101,#2102,#2103,#2104,#2105,#2106,#2107,#2108,#2109,#2110,#2111,#2112,#2113,#2114,#2115,#2116,#2117,#2118,#2119,#2120,#2121,#2122,#2123,#2124,#2125,#2126,#2127,#2128,#2129,#2130,#2131,#2132,#2133,#2134,#2135,#2136,#2137,#2138,#2139,#2140,#2141,#2142,#2143,#2144,#2145,#2146,#2147,#2148,#2149,#2150,#2151,#2152,#2153,#2154,#2155,#2156,#2157,#2158,#2159,#2160,#2161,#2162,#2163,#2164,#2165,#2166,#2167,#2168,#2169,#2170,#2171,#2172,#2173,#2174,#2175,#2176,#2177,#2178,#2179,#2180,#2181,#2182,#2183,#2184,#2185,#2186,#2187,#2188,#2189,#2190,#2191,#2192,#2193,#2194,#2195,#2196,#2197,#2198,#2199,#2200,#2201,#2202,#2203,#2204,#2205,#2206,#2207,#2208,#2209,#2210,#2211,#2212,#2213,#2214,#2215,#2216,#2217,#2218,#2219,#2220,#2221,#2222,#2223,#2224,#2225,#2226,#2227,#2228,#2229,#2230,#2231,#2232,#2233,#2234,#2235,#2236,#2237,#2238,#2239,#2240,#2241,#2242,#2243,#2244,#2245,#2246,#2247,#2248,#2249,#2250,#2251,#2252,#2253,#2254,#2255,#2256,#2257,#2258,#2259,#2260,#2261,#2262,#2263,#2264,#2265,#2266,#2267,#2268,#2269,#2270,#2271,#2272,#2273,#2274,#2275,#2276,#2277,#2278,#2279,#2280,#2281,#2282,#2283,#2284,#2285,#2286,#2287,#2288,#2289,#2290,#2291,#2292,#2293,#2294,#2295,#2296,#2297,#2298,#2299,#2300,#2301,#2302,#2303,#2304,#2305,#2306,#2307,#2308,#2309,#2310,#2311,#2312,#2313,#2314,#2315,#2316,#2317,#2318,#2319,#2320,#2321,#2322,#2323,#2324,#2325,#2326,#2327,#2328,#2329,#2330,#2331,#2332,#2333,#2334,#2335,#2336,#2337,#2338,#2339,#2340,#2341,#2342,#2343,#2344,#2345,#2346,#2347,#2348,#2349,#2350,#2351,#2352,#2353,#2354,#2355,#2356,#2357,#2358,#2359,#2360,#2361,#2362,#2363,#2364,#2365,#2366,#2367,#2368,#2369,#2370,#2371,#2372,#2373,#2374,#2375,#2376,#2377,#2378,#2379,#2380,#2381,#2382,#2383,#2384,#2385,#2386,#2387,#2388,#2389,#2390,#2391,#2392,#2393,#2394,#2395,#2396,#2397,#2398,#2399,#2400,#2401,#2402,#2403,#2404,#2405,#2406,#2407,#2408,#2409,#2410,#2411,#2412,#2413,#2414,#2415,#2416,#2417,#2418,#2419,#2420,#2421,#2422,#2423,#2424,#2425,#2426,#2427,#2428,#2429,#2430,#2431,#2432,#2433,#2434,#2435,#2436,#2437,#2438,#2439,#2440,#2441,#2442,#2443,#2444,#2445,#2446,#2447,#2448,#2449,#2450,#2451,#2452,#2453,#2454,#2455,#2456,#2457,#2458,#2459,#2460,#2461,#2462,#2463,#2464,#2465,#2466,#2467,#2468,#2469,#2470,#2471,#2472,#2473,#2474,#2475,#2476,#2477,#2478,#2479,#2480,#2481,#2482,#2483,#2484,#2485,#2486,#2487,#2488,#2489,#2490,#2491,#2492,#2493,#2494,#2495,#2496,#2497,#2498,#2499,#2500,#2501,#2502,#2503,#2504,#2505,#2506,#2507,#2508,#2509,#2510,#2511,#2512,#2513,#2514,#2515,#2516,#2517,#2518,#2519,#2520,#2521,#2522,#2523,#2524,#2525,#2526,#2527,#2528,#2529,#2530,#2531,#2532,#2533,#2534,#2535,#2536,#2537,#2538,#2539,#2540,#2541,#2542,#2543,#2544,#2545,#2546,#2547,#2548,#2549,#2550,#2551,#2552,#2553,#2554,#2555,#2556,#2557,#2558,#2559,#2560,#2561,#2562,#2563,#2564,#2565,#2566,#2567,#2568,#2569,#2570,#2571,#2572,#2573,#2574,#2575,#2576,#2577,#2578,#2579,#2580,#2581,#2582,#2583,#2584,#2585,#2586,#2587,#2588,#2589,#2590,#2591,#2592,#2593,#2594,#2595,#2596,#2597,#2598,#2599,#2600,#2601,#2602,#2603,#2604,#2605,#2606,#2607,#2608,#2609,#2610,#2611,#2612,#2613,#2614,#2615,#2616,#2617,#2618,#2619,#2620,#2621,#2622,#2623,#2624,#2625,#2626,#2627,#2628,#2629,#2630,#2631,#2632,#2633,#2634,#2635,#2636,#2637,#2638,#2639,#2640,#2641,#2642,#2643,#2644,#2645,#2646,#2647,#2648,#2649,#2650,#2651,#2652,#2653,#2654,#2655,#2656,#2657,#2658,#2659,#2660,#2661,#2662,#2663,#2664,#2665,#2666,#2667,#2668,#2669,#2670,#2671,#2672,#2673,#2674,#2675,#2676,#2677,#2678,#2679,#2680,#2681,#2682,#2683,#2684,#2685,#2686,#2687,#2688,#2689,#2690,#2691,#2692,#2693,#2694,#2695,#2696,#2697,#2698,#2699,#2700,#2701,#2702,#2703,#2704,#2705,#2706,#2707,#2708,#2709,#2710,#2711,#2712,#2713,#2714,#2715,#2716,#2717,#2718,#2719,#2720,#2721,#2722,#2723,#2724,#2725,#2726,#2727,#2728,#2729,#2730,#2731,#2732,#2733,#2734,#2735,#2736,#2737,#2738,#2739,#2740,#2741,#2742,#2743,#2744,#2745,#2746,#2747,#2748,#2749,#2750,#2751,#2752,#2753,#2754,#2755,#2756,#2757,#2758,#2759,#2760,#2761,#2762,#2763,#2764,#2765,#2766,#2767,#2768,#2769,#2770,#2771,#2772,#2773,#2774,#2775,#2776,#2777,#2778,#2779,#2780,#2781,#2782,#2783,#2784,#2785,#2786,#2787,#2788,#2789,#2790,#2791,#2792,#2793,#2794,#2795,#2796,#2797,#2798,#2799,#2800,#2801,#2802,#2803,#2804,#2805,#2806,#2807,#2808,#2809,#2810,#2811,#2812,#2813,#2814,#2815,#2816,#2817,#2818,#2819,#2820,#2821,#2822,#2823,#2824,#2825,#2826,#2827,#2828,#2829,#2830,#2831,#2832,#2833,#2834,#2835,#2836,#2837,#2838,#2839,#2840,#2841,#2842,#2843,#2844,#2845,#2846,#2847,#2848,#2849,#2850,#2851,#2852,#2853,#2854,#2855,#2856,#2857,#2858,#2859,#2860,#2861,#2862,#2863,#2864,#2865,#2866,#2867,#2868,#2869,#2870,#2871,#2872,#2873,#2874,#2875,#2876,#2877,#2878,#2879,#2880,#2881,#2882,#2883,#2884,#2885,#2886,#2887,#2888,#2889,#2890,#2891,#2892,#2893,#2894,#2895,#2896,#2897,#2898,#2899,#2900,#2901,#2902,#2903,#2904,#2905,#2906,#2907,#2908,#2909,#2910,#2911,#2912,#2913,#2914,#2915,#2916,#2917,#2918,#2919,#2920,#2921,#2922,#2923,#2924,#2925,#2926,#2927,#2928,#2929,#2930,#2931,#2932,#2933,#2934,#2935,#2936,#2937,#2938,#2939,#2940,#2941,#2942,#2943,#2944,#2945,#2946,#2947,#2948,#2949,#2950,#2951,#2952,#2953,#2954,#2955,#2956,#2957,#2958,#2959,#2960,#2961,#2962,#2963,#2964,#2965,#2966,#2967,#2968,#2969,#2970,#2971,#2972,#2973,#2974,#2975,#2976,#2977,#2978,#2979,#2980,#2981,#2982,#2983,#2984,#2985,#2986,#2987,#2988,#2989,#2990,#2991,#2992,#2993,#2994,#2995,#2996,#2997,#2998,#2999,#3000,#3001,#3002,#3003,#3004,#3005,#3006,#3007,#3008,#3009,#3010,#3011,#3012,#3013,#3014,#3015,#3016,#3017,#3018,#3019,#3020,#3021,#3022,#3023,#3024,#3025,#3026,#3027,#3028,#3029,#3030,#3031,#3032,#3033,#3034,#3035,#3036,#3037,#3038,#3039,#3040,#3041,#3042,#3043,#3044,#3045,#3046,#3047,#3048,#3049,#3050,#3051,#3052,#3053,#3054,#3055,#3056,#3057,#3058,#3059,#3060,#3061,#3062,#3063,#3064,#3065,#3066,#3067,#3068,#3069,#3070,#3071,#3072,#3073,#3074,#3075,#3076,#3077,#3078,#3079,#3080,#3081,#3082,#3083,#3084,#3085,#3086,#3087,#3088,#3089,#3090,#3091,#3092,#3093,#3094,#3095,#3096,#3097,#3098,#3099,#3100,#3101,#3102,#3103,#3104,#3105,#3106,#3107,#3108,#3109,#3110,#3111,#3112,#3113,#3114,#3115,#3116,#3117,#3118,#3119,#3120,#3121,#3122,#3123,#3124,#3125,#3126,#3127,#3128,#3129,#3130,#3131,#3132,#3133,#3134,#3135,#3136,#3137,#3138,#3139,#3140,#3141,#3142,#3143,#3144,#3145,#3146,#3147,#3148,#3149,#3150,#3151,#3152,#3153,#3154,#3155,#3156,#3157,#3158,#3159,#3160,#3161,#3162,#3163,#3164,#3165,#3166,#3167,#3168,#3169,#3170,#3171,#3172,#3173,#3174,#3175,#3176,#3177,#3178,#3179,#3180,#3181,#3182,#3183,#3184,#3185,#3186,#3187,#3188,#3189,#3190,#3191,#3192,#3193,#3194,#3195,#3196,#3197,#3198,#3199,#3200,#3201,#3202,#3203,#3204,#3205,#3206,#3207,#3208,#3209,#3210,#3211,#3212,#3213,#3214,#3215,#3216,#3217,#3218,#3219,#3220,#3221,#3222,#3223,#3224,#3225,#3226,#3227,#3228,#3229,#3230,#3231,#3232,#3233,#3234,#3235,#3236,#3237,#3238,#3239,#3240,#3241,#3242,#3243,#3244,#3245,#3246,#3247,#3248,#3249,#3250,#3251,#3252,#3253,#3254,#3255,#3256,#3257,#3258,#3259,#3260,#3261,#3262,#3263,#3264,#3265,#3266,#3267,#3268,#3269,#3270,#3271,#3272,#3273,#3274,#3275,#3276,#3277,#3278,#3279,#3280,#3281,#3282,#3283,#3284,#3285,#3286,#3287,#3288,#3289,#3290,#3291,#3292,#3293,#3294,#3295,#3296,#3297,#3298,#3299,#3300,#3301,#3302,#3303,#3304,#3305,#3306,#3307,#3308,#3309,#3310,#3311,#3312,#3313,#3314,#3315,#3316,#3317,#3318,#3319,#3320,#3321,#3322,#3323,#3324,#3325,#3326,#3327,#3328)); +#2= IFCRELDECLARES('3RyLNYXkX479wspBr_nf6n',$,'SimpleProperties',$,#1,(#7,#8,#9,#10,#11,#12,#13,#14,#15,#16,#17,#18,#19,#20,#21,#22,#23,#24,#25,#26,#27,#28,#29,#30,#31,#32,#33,#34,#35,#36,#37,#38,#39,#40,#41,#42,#43,#44,#45,#46,#47,#48,#49,#50,#51,#52,#53,#54,#55,#56,#57,#58,#59,#60,#61,#62,#63,#64,#65,#66,#67,#68,#69,#70,#71,#72,#73,#74,#75,#76,#77,#78,#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#94,#95,#96,#97,#98,#99,#100,#101,#102,#103,#104,#105,#106,#107,#108,#109,#110,#111,#112,#113,#114,#115,#116,#117,#118,#119,#120,#121,#122,#123,#124,#125,#126,#127,#128,#129,#130,#131,#132,#133,#134,#135,#136,#137,#138,#139,#140,#141,#142,#143,#144,#145,#146,#147,#148,#149,#150,#151,#152,#153,#154,#155,#156,#157,#158,#159,#160,#161,#162,#163,#164,#165,#166,#167,#168,#169,#170,#171,#172,#173,#174,#175,#176,#177,#178,#179,#180,#181,#182,#183,#184,#185,#186,#187,#188,#189,#190,#191,#192,#193,#194,#195,#196,#197,#198,#199,#200,#201,#202,#203,#204,#205,#206,#207,#208,#209,#210,#211,#212,#213,#214,#215,#216,#217,#218,#219,#220,#221,#222,#223,#224,#225,#226,#227,#228,#229,#230,#231,#232,#233,#234,#235,#236,#237,#238,#239,#240,#241,#242,#243,#244,#245,#246,#247,#248,#249,#250,#251,#252,#253,#254,#255,#256,#257,#258,#259,#260,#261,#262,#263,#264,#265,#266,#267,#268,#269,#270,#271,#272,#273,#274,#275,#276,#277,#278,#279,#280,#281,#282,#283,#284,#285,#286,#287,#288,#289,#290,#291,#292,#293,#294,#295,#296,#297,#298,#299,#300,#301,#302,#303,#304,#305,#306,#307,#308,#309,#310,#311,#312,#313,#314,#315,#316,#317,#318,#319,#320,#321,#322,#323,#324,#325,#326,#327,#328,#329,#330,#331,#332,#333,#334,#335,#336,#337,#338,#339,#340,#341,#342,#343,#344,#345,#346,#347,#348,#349,#350,#351,#352,#353,#354,#355,#356,#357,#358,#359,#360,#361,#362,#363,#364,#365,#366,#367,#368,#369,#370,#371,#372,#373,#374,#375,#376,#377,#378,#379,#380,#381,#382,#383,#384,#385,#386,#387,#388,#389,#390,#391,#392,#393,#394,#395,#396,#397,#398,#399,#400,#401,#402,#403,#404,#405,#406,#407,#408,#409,#410,#411,#412,#413,#414,#415,#416,#417,#418,#419,#420,#421,#422,#423,#424,#425,#426,#427,#428,#429,#430,#431,#432,#433,#434,#435,#436,#437,#438,#439,#440,#441,#442,#443,#444,#445,#446,#447,#448,#449,#450,#451,#452,#453,#454,#455,#456,#457,#458,#459,#460,#461,#462,#463,#464,#465,#466,#467,#468,#469,#470,#471,#472,#473,#474,#475,#476,#477,#478,#479,#480,#481,#482,#483,#484,#485,#486,#487,#488,#489,#490,#491,#492,#493,#494,#495,#496,#497,#498,#499,#500,#501,#502,#503,#504,#505,#506,#507,#508,#509,#510,#511,#512,#513,#514,#515,#516,#517,#518,#519,#520,#521,#522,#523,#524,#525,#526,#527,#528,#529,#530,#531,#532,#533,#534,#535,#536,#537,#538,#539,#540,#541,#542,#543,#544,#545,#546,#547,#548,#549,#550,#551,#552,#553,#554,#555,#556,#557,#558,#559,#560,#561,#562,#563,#564,#565,#566,#567,#568,#569,#570,#571,#572,#573,#574,#575,#576,#577,#578,#579,#580,#581,#582,#583,#584,#585,#586,#587,#588,#589,#590,#591,#592,#593,#594,#595,#596,#597,#598,#599,#600,#601,#602,#603,#604,#605,#606,#607,#608,#609,#610,#611,#612,#613,#614,#615,#616,#617,#618,#619,#620,#621,#622,#623,#624,#625,#626,#627,#628,#629,#630,#631,#632,#633,#634,#635,#636,#637,#638,#639,#640,#641,#642,#643,#644,#645,#646,#647,#648,#649,#650,#651,#652,#653,#654,#655,#656,#657,#658,#659,#660,#661,#662,#663,#664,#665,#666,#667,#668,#669,#670,#671,#672,#673,#674,#675,#676,#677,#678,#679,#680,#681,#682,#683,#684,#685,#686,#687,#688,#689,#690,#691,#692,#693,#694,#695,#696,#697,#698,#699,#700,#701,#702,#703,#704,#705,#706,#707,#708,#709,#710,#711,#712,#713,#714,#715,#716,#717,#718,#719,#720,#721,#722,#723,#724,#725,#726,#727,#728,#729,#730,#731,#732,#733,#734,#735,#736,#737,#738,#739,#740,#741,#742,#743,#744,#745,#746,#747,#748,#749,#750,#751,#752,#753,#754,#755,#756,#757,#758,#759,#760,#761,#762,#763,#764,#765,#766,#767,#768,#769,#770,#771,#772,#773,#774,#775,#776,#777,#778,#779,#780,#781,#782,#783,#784,#785,#786,#787,#788,#789,#790,#791,#792,#793,#794,#795,#796,#797,#798,#799,#800,#801,#802,#803,#804,#805,#806,#807,#808,#809,#810,#811,#812,#813,#814,#815,#816,#817,#818,#819,#820,#821,#822,#823,#824,#825,#826,#827,#828,#829,#830,#831,#832,#833,#834,#835,#836,#837,#838,#839,#840,#841,#842,#843,#844,#845,#846,#847,#848,#849,#850,#851,#852,#853,#854,#855,#856,#857,#858,#859,#860,#861,#862,#863,#864,#865,#866,#867,#868,#869,#870,#871,#872,#873,#874,#875,#876,#877,#878,#879,#880,#881,#882,#883,#884,#885,#886,#887,#888,#889,#890,#891,#892,#893,#894,#895,#896,#897,#898,#899,#900,#901,#902,#903,#904,#905,#906,#907,#908,#909,#910,#911,#912,#913,#914,#915,#916,#917,#918,#919,#920,#921,#922,#923,#924,#925,#926,#927,#928,#929,#930,#931,#932,#933,#934,#935,#936,#937,#938,#939,#940,#941,#942,#943,#944,#945,#946,#947,#948,#949,#950,#951,#952,#953,#954,#955,#956,#957,#958,#959,#960,#961,#962,#963,#964,#965,#966,#967,#968,#969,#970,#971,#972,#973,#974,#975,#976,#977,#978,#979,#980,#981,#982,#983,#984,#985,#986,#987,#988,#989,#990,#991,#992,#993,#994,#995,#996,#997,#998,#999,#1000,#1001,#1002,#1003,#1004,#1005,#1006,#1007,#1008,#1009,#1010,#1011,#1012,#1013,#1014,#1015,#1016,#1017,#1018,#1019,#1020,#1021,#1022,#1023,#1024,#1025,#1026,#1027,#1028,#1029,#1030,#1031,#1032,#1033,#1034,#1035,#1036,#1037,#1038,#1039,#1040,#1041,#1042,#1043,#1044,#1045,#1046,#1047,#1048,#1049,#1050,#1051,#1052,#1053,#1054,#1055,#1056,#1057,#1058,#1059,#1060,#1061,#1062,#1063,#1064,#1065,#1066,#1067,#1068,#1069,#1070,#1071,#1072,#1073,#1074,#1075,#1076,#1077,#1078,#1079,#1080,#1081,#1082,#1083,#1084,#1085,#1086,#1087,#1088,#1089,#1090,#1091,#1092,#1093,#1094,#1095,#1096,#1097,#1098,#1099,#1100,#1101,#1102,#1103,#1104,#1105,#1106,#1107,#1108,#1109,#1110,#1111,#1112,#1113,#1114,#1115,#1116,#1117,#1118,#1119,#1120,#1121,#1122,#1123,#1124,#1125,#1126,#1127,#1128,#1129,#1130,#1131,#1132,#1133,#1134,#1135,#1136,#1137,#1138,#1139,#1140,#1141,#1142,#1143,#1144,#1145,#1146,#1147,#1148,#1149,#1150,#1151,#1152,#1153,#1154,#1155,#1156,#1157,#1158,#1159,#1160,#1161,#1162,#1163,#1164,#1165,#1166,#1167,#1168,#1169,#1170,#1171,#1172,#1173,#1174,#1175,#1176,#1177,#1178,#1179,#1180,#1181,#1182,#1183,#1184,#1185,#1186,#1187,#1188,#1189,#1190,#1191,#1192,#1193,#1194,#1195,#1196,#1197,#1198,#1199,#1200,#1201,#1202,#1203,#1204,#1205,#1206,#1207,#1208,#1209,#1210,#1211,#1212,#1213,#1214,#1215,#1216,#1217,#1218,#1219,#1220,#1221,#1222,#1223,#1224,#1225,#1226,#1227,#1228,#1229,#1230,#1231,#1232,#1233,#1234,#1235,#1236,#1237,#1238,#1239,#1240,#1241,#1242,#1243,#1244,#1245,#1246,#1247,#1248,#1249,#1250,#1251,#1252,#1253,#1254,#1255,#1256,#1257,#1258,#1259,#1260,#1261,#1262,#1263,#1264,#1265,#1266,#1267,#1268,#1269,#1270,#1271,#1272,#1273,#1274,#1275,#1276,#1277,#1278,#1279,#1280,#1281,#1282,#1283,#1284,#1285,#1286,#1287,#1288,#1289,#1290,#1291,#1292,#1293,#1294,#1295,#1296,#1297,#1298,#1299,#1300,#1301,#1302,#1303,#1304,#1305,#1306,#1307,#1308,#1309,#1310,#1311,#1312,#1313,#1314,#1315,#1316,#1317,#1318,#1319,#1320,#1321,#1322,#1323,#1324,#1325,#1326,#1327,#1328,#1329,#1330,#1331,#1332,#1333,#1334,#1335,#1336,#1337,#1338,#1339,#1340,#1341,#1342,#1343,#1344,#1345,#1346,#1347,#1348,#1349,#1350,#1351,#1352,#1353,#1354,#1355,#1356,#1357,#1358,#1359,#1360,#1361,#1362,#1363,#1364,#1365,#1366,#1367,#1368,#1369,#1370,#1371,#1372,#1373,#1374,#1375,#1376,#1377,#1378,#1379,#1380,#1381,#1382,#1383,#1384,#1385,#1386,#1387,#1388,#1389,#1390,#1391,#1392,#1393,#1394,#1395,#1396,#1397,#1398,#1399,#1400,#1401,#1402,#1403,#1404,#1405,#1406,#1407,#1408,#1409,#1410,#1411,#1412,#1413,#1414,#1415,#1416,#1417,#1418,#1419,#1420,#1421,#1422,#1423,#1424,#1425,#1426,#1427,#1428,#1429,#1430,#1431,#1432,#1433,#1434,#1435,#1436,#1437,#1438,#1439,#1440,#1441,#1442,#1443,#1444,#1445,#1446,#1447,#1448,#1449,#1450,#1451,#1452,#1453,#1454,#1455,#1456,#1457,#1458,#1459,#1460,#1461,#1462,#1463,#1464,#1465,#1466,#1467,#1468,#1469,#1470,#1471,#1472,#1473,#1474,#1475,#1476,#1477,#1478,#1479,#1480,#1481,#1482,#1483,#1484,#1485,#1486,#1487,#1488,#1489,#1490,#1491,#1492,#1493,#1494,#1495,#1496,#1497,#1498,#1499,#1500,#1501,#1502,#1503,#1504,#1505,#1506,#1507,#1508,#1509,#1510,#1511,#1512,#1513,#1514,#1515,#1516,#1517,#1518,#1519,#1520,#1521,#1522,#1523,#1524,#1525,#1526,#1527,#1528,#1529,#1530,#1531,#1532,#1533,#1534,#1535,#1536,#1537,#1538,#1539,#1540,#1541,#1542,#1543,#1544,#1545,#1546,#1547,#1548,#1549,#1550,#1551,#1552,#1553,#1554,#1555,#1556,#1557,#1558,#1559,#1560,#1561,#1562,#1563,#1564,#1565,#1566,#1567,#1568,#1569,#1570,#1571,#1572,#1573,#1574,#1575,#1576,#1577,#1578,#1579,#1580,#1581,#1582,#1583,#1584,#1585,#1586,#1587,#1588,#1589,#1590,#1591,#1592,#1593,#1594,#1595,#1596,#1597,#1598,#1599,#1600,#1601,#1602,#1603,#1604,#1605,#1606,#1607,#1608,#1609,#1610,#1611,#1612,#1613,#1614,#1615,#1616,#1617,#1618,#1619,#1620,#1621,#1622,#1623,#1624,#1625,#1626,#1627,#1628,#1629,#1630,#1631,#1632,#1633,#1634,#1635,#1636,#1637,#1638,#1639,#1640,#1641,#1642,#1643,#1644,#1645,#1646,#1647,#1648,#1649,#1650,#1651,#1652,#1653,#1654,#1655,#1656,#1657,#1658,#1659,#1660,#1661,#1662,#1663,#1664,#1665,#1666,#1667,#1668,#1669,#1670,#1671,#1672,#1673,#1674,#1675,#1676,#1677,#1678,#1679,#1680,#1681,#1682,#1683,#1684,#1685,#1686,#1687,#1688,#1689,#1690,#1691,#1692,#1693,#1694,#1695,#1696,#1697,#1698,#1699,#1700,#1701,#1702,#1703,#1704,#1705,#1706,#1707,#1708,#1709,#1710,#1711,#1712,#1713,#1714,#1715,#1716,#1717,#1718,#1719,#1720,#1721,#1722,#1723,#1724,#1725,#1726,#1727,#1728,#1729,#1730,#1731,#1732,#1733,#1734,#1735,#1736,#1737,#1738,#1739,#1740,#1741,#1742,#1743,#1744,#1745,#1746,#1747,#1748,#1749,#1750,#1751,#1752,#1753,#1754,#1755,#1756,#1757,#1758,#1759,#1760,#1761,#1762,#1763,#1764,#1765,#1766,#1767,#1768,#1769,#1770,#1771,#1772,#1773,#1774,#1775,#1776,#1777,#1778,#1779,#1780,#1781,#1782,#1783,#1784,#1785,#1786,#1787,#1788,#1789,#1790,#1791,#1792,#1793,#1794,#1795,#1796,#1797,#1798,#1799,#1800,#1801,#1802,#1803,#1804,#1805,#1806,#1807,#1808,#1809,#1810,#1811,#1812,#1813,#1814,#1815,#1816,#1817,#1818,#1819,#1820,#1821,#1822,#1823,#1824,#1825,#1826,#1827,#1828,#1829,#1830,#1831,#1832,#1833,#1834,#1835,#1836,#1837,#1838,#1839,#1840,#1841,#1842,#1843,#1844,#1845,#1846,#1847,#1848,#1849,#1850,#1851,#1852,#1853,#1854,#1855,#1856,#1857,#1858,#1859,#1860,#1861,#1862,#1863,#1864,#1865,#1866,#1867,#1868,#1869,#1870,#1871,#1872,#1873,#1874,#1875,#1876,#1877,#1878,#1879,#1880,#1881,#1882,#1883,#1884,#1885,#1886,#1887,#1888,#1889,#1890,#1891,#1892,#1893,#1894,#1895,#1896,#1897,#1898,#1899,#1900,#1901,#1902,#1903,#1904,#1905,#1906,#1907,#1908,#1909,#1910,#1911,#1912,#1913,#1914,#1915,#1916,#1917,#1918,#1919,#1920,#1921,#1922,#1923,#1924,#1925,#1926,#1927,#1928,#1929,#1930,#1931,#1932,#1933,#1934,#1935,#1936,#1937,#1938,#1939,#1940,#1941,#1942,#1943,#1944,#1945,#1946,#1947,#1948,#1949,#1950,#1951,#1952,#1953,#1954,#1955,#1956,#1957,#1958,#1959,#1960,#1961,#1962,#1963,#1964,#1965,#1966,#1967,#1968,#1969,#1970,#1971,#1972,#1973,#1974,#1975,#1976,#1977,#1978,#1979,#1980,#1981,#1982,#1983,#1984,#1985,#1986,#1987,#1988,#1989,#1990,#1991,#1992,#1993,#1994,#1995,#1996,#1997,#1998,#1999,#2000,#2001,#2002,#2003,#2004,#2005,#2006,#2007,#2008,#2009,#2010,#2011,#2012,#2013,#2014,#2015,#2016,#2017,#2018,#2019,#2020,#2021,#2022,#2023,#2024,#2025,#2026,#2027,#2028,#2029,#2030,#2031,#2032,#2033,#2034,#2035,#2036,#2037,#2038,#2039,#2040,#2041,#2042,#2043,#2044,#2045,#2046,#2047,#2048,#2049,#2050,#2051,#2052,#2053,#2054,#2055,#2056,#2057,#2058,#2059,#2060,#2061,#2062,#2063,#2064,#2065,#2066,#2067,#2068,#2069,#2070,#2071,#2072,#2073,#2074,#2075,#2076,#2077,#2078,#2079,#2080,#2081,#2082,#2083,#2084,#2085,#2086,#2087,#2088,#2089,#2090,#2091,#2092,#2093,#2094,#2095,#2096,#2097,#2098,#2099,#2100,#2101,#2102,#2103,#2104,#2105,#2106,#2107,#2108,#2109,#2110,#2111,#2112,#2113,#2114,#2115,#2116,#2117,#2118,#2119,#2120,#2121,#2122,#2123,#2124,#2125,#2126,#2127,#2128,#2129,#2130,#2131,#2132,#2133,#2134,#2135,#2136,#2137,#2138,#2139,#2140,#2141,#2142,#2143,#2144,#2145,#2146,#2147,#2148,#2149,#2150,#2151,#2152,#2153,#2154,#2155,#2156,#2157,#2158,#2159,#2160,#2161,#2162,#2163,#2164,#2165,#2166,#2167,#2168,#2169,#2170,#2171,#2172,#2173,#2174,#2175,#2176,#2177,#2178,#2179,#2180,#2181,#2182,#2183,#2184,#2185,#2186,#2187,#2188,#2189,#2190,#2191,#2192,#2193,#2194,#2195,#2196,#2197,#2198,#2199,#2200,#2201,#2202,#2203,#2204,#2205,#2206,#2207,#2208,#2209,#2210,#2211,#2212,#2213,#2214,#2215,#2216,#2217,#2218,#2219,#2220,#2221,#2222,#2223,#2224,#2225,#2226,#2227,#2228,#2229,#2230,#2231,#2232,#2233,#2234,#2235,#2236,#2237,#2238,#2239,#2240,#2241,#2242,#2243,#2244,#2245,#2246,#2247,#2248,#2249,#2250,#2251,#2252,#2253,#2254,#2255,#2256,#2257,#2258,#2259,#2260,#2261,#2262,#2263,#2264,#2265,#2266,#2267,#2268,#2269,#2270,#2271,#2272,#2273,#2274,#2275,#2276,#2277,#2278,#2279,#2280,#2281,#2282,#2283,#2284,#2285,#2286,#2287,#2288,#2289,#2290,#2291,#2292,#2293,#2294,#2295,#2296,#2297,#2298,#2299,#2300,#2301,#2302,#2303,#2304,#2305,#2306,#2307,#2308,#2309,#2310,#2311,#2312,#2313,#2314,#2315,#2316,#2317,#2318,#2319,#2320,#2321,#2322,#2323,#2324,#2325,#2326,#2327,#2328,#2329,#2330,#2331,#2332,#2333,#2334,#2335,#2336,#2337,#2338,#2339,#2340,#2341,#2342,#2343,#2344,#2345,#2346,#2347,#2348,#2349,#2350,#2351,#2352,#2353,#2354,#2355,#2356,#2357,#2358,#2359,#2360,#2361,#2362,#2363,#2364,#2365,#2366,#2367,#2368,#2369,#2370,#2371,#2372,#2373,#2374,#2375,#2376,#2377,#2378,#2379,#2380,#2381,#2382,#2383,#2384,#2385,#2386,#2387,#2388,#2389,#2390,#2391,#2392,#2393,#2394,#2395,#2396,#2397,#2398,#2399,#2400,#2401,#2402,#2403,#2404,#2405,#2406,#2407,#2408,#2409,#2410,#2411,#2412,#2413,#2414,#2415,#2416,#2417,#2418,#2419,#2420,#2421,#2422,#2423,#2424,#2425,#2426,#2427,#2428,#2429,#2430,#2431,#2432,#2433,#2434,#2435,#2436,#2437,#2438,#2439,#2440,#2441,#2442,#2443,#2444,#2445,#2446,#2447,#2448,#2449,#2450,#2451,#2452,#2453,#2454,#2455,#2456,#2457,#2458,#2459,#2460,#2461,#2462,#2463,#2464,#2465,#2466,#2467,#2468,#2469,#2470,#2471,#2472,#2473,#2474,#2475,#2476,#2477,#2478,#2479,#2480,#2481,#2482,#2483,#2484,#2485,#2486,#2487,#2488,#2489,#2490,#2491,#2492,#2493,#2494,#2495,#2496,#2497,#2498,#2499,#2500,#2501,#2502,#2503,#2504,#2505,#2506,#2507,#2508,#2509,#2510,#2511,#2512,#2513,#2514,#2515,#2516,#2517,#2518,#2519,#2520,#2521,#2522,#2523,#2524,#2525,#2526,#2527,#2528,#2529,#2530,#2531,#2532,#2533,#2534,#2535,#2536,#2537,#2538,#2539,#2540,#2541,#2542,#2543,#2544,#2545,#2546,#2547,#2548,#2549,#2550,#2551,#2552,#2553,#2554,#2555,#2556,#2557,#2558,#2559,#2560,#2561,#2562,#2563,#2564,#2565,#2566,#2567,#2568,#2569,#2570,#2571,#2572,#2573,#2574,#2575,#2576,#2577,#2578,#2579,#2580,#2581,#2582,#2583,#2584,#2585,#2586,#2587,#2588,#2589,#2590,#2591,#2592,#2593,#2594,#2595,#2596,#2597,#2598,#2599,#2600,#2601,#2602,#2603,#2604,#2605,#2606,#2607,#2608,#2609,#2610,#2611,#2612,#2613,#2614,#2615,#2616,#2617,#2618,#2619,#2620,#2621,#2622,#2623,#2624,#2625,#2626,#2627,#2628,#2629,#2630,#2631,#2632,#2633,#2634,#2635,#2636,#2637,#2638,#2639,#2640,#2641,#2642,#2643,#2644,#2645,#2646,#2647,#2648,#2649,#2650,#2651,#2652,#2653,#2654,#2655,#2656,#2657,#2658,#2659,#2660,#2661,#2662,#2663,#2664,#2665,#2666,#2667,#2668,#2669,#2670,#2671,#2672,#2673,#2674,#2675,#2676,#2677,#2678,#2679,#2680,#2681,#2682,#2683,#2684,#2685,#2686,#2687,#2688,#2689,#2690,#2691,#2692,#2693,#2694,#2695,#2696,#2697,#2698,#2699,#2700,#2701,#2702,#2703,#2704,#2705,#2706,#2707,#2708,#2709,#2710,#2711,#2712,#2713,#2714,#2715,#2716,#2717,#2718,#2719,#2720,#2721,#2722,#2723,#2724,#2725,#2726,#2727,#2728,#2729,#2730,#2731,#2732,#2733,#2734,#2735,#2736,#2737,#2738,#2739,#2740,#2741,#2742,#2743,#2744,#2745,#2746,#2747,#2748,#2749,#2750,#2751,#2752,#2753,#2754,#2755,#2756,#2757,#2758,#2759,#2760,#2761,#2762,#2763,#2764,#2765,#2766,#2767,#2768,#2769,#2770,#2771,#2772,#2773,#2774,#2775,#2776,#2777,#2778,#2779,#2780,#2781,#2782,#2783,#2784,#2785,#2786,#2787,#2788,#2789,#2790,#2791,#2792,#2793,#2794,#2795,#2796,#2797,#2798,#2799,#2800,#2801,#2802,#2803,#2804,#2805,#2806,#2807,#2808,#2809,#2810,#2811,#2812,#2813,#2814,#2815,#2816,#2817,#2818,#2819,#2820,#2821,#2822,#2823,#2824,#2825,#2826,#2827,#2828,#2829,#2830,#2831,#2832,#2833,#2834,#2835,#2836,#2837,#2838,#2839,#2840,#2841,#2842,#2843,#2844,#2845,#2846,#2847,#2848,#2849,#2850,#2851,#2852,#2853,#2854,#2855,#2856,#2857,#2858,#2859,#2860,#2861,#2862,#2863,#2864,#2865,#2866,#2867,#2868,#2869,#2870,#2871,#2872,#2873,#2874,#2875,#2876,#2877,#2878,#2879,#2880,#2881,#2882,#2883,#2884,#2885,#2886,#2887,#2888,#2889,#2890,#2891,#2892,#2893,#2894,#2895,#2896,#2897,#2898,#2899,#2900,#2901,#2902,#2903,#2904,#2905,#2906,#2907,#2908,#2909,#2910,#2911,#2912,#2913,#2914,#2915,#2916,#2917,#2918,#2919,#2920,#2921,#2922,#2923,#2924,#2925,#2926,#2927,#2928,#2929,#2930,#2931,#2932,#2933,#2934,#2935,#2936,#2937,#2938,#2939,#2940,#2941,#2942,#2943,#2944,#2945,#2946,#2947,#2948,#2949,#2950,#2951,#2952,#2953,#2954,#2955,#2956,#2957,#2958,#2959,#2960,#2961,#2962,#2963,#2964,#2965,#2966,#2967,#2968,#2969,#2970,#2971,#2972,#2973,#2974,#2975,#2976,#2977,#2978,#2979,#2980,#2981,#2982,#2983,#2984,#2985,#2986,#2987,#2988,#2989,#2990,#2991,#2992,#2993,#2994,#2995,#2996,#2997,#2998,#2999,#3000,#3001,#3002,#3003,#3004,#3005,#3006,#3007,#3008,#3009,#3010,#3011,#3012,#3013,#3014,#3015,#3016,#3017,#3018,#3019,#3020,#3021,#3022,#3023,#3024,#3025,#3026,#3027,#3028,#3029,#3030,#3031,#3032,#3033,#3034,#3035,#3036,#3037,#3038,#3039,#3040,#3041,#3042,#3043,#3044,#3045,#3046,#3047,#3048,#3049,#3050,#3051,#3052,#3053,#3054,#3055,#3056,#3057,#3058,#3059,#3060,#3061,#3062,#3063,#3064,#3065,#3066,#3067,#3068,#3069,#3070,#3071,#3072,#3073,#3074,#3075,#3076,#3077,#3078,#3079,#3080,#3081,#3082,#3083,#3084,#3085,#3086,#3087,#3088,#3089,#3090,#3091,#3092,#3093,#3094,#3095,#3096,#3097,#3098,#3099,#3100,#3101,#3102,#3103,#3104,#3105,#3106,#3107,#3108,#3109,#3110,#3111,#3112,#3113,#3114,#3115,#3116,#3117,#3118,#3119,#3120,#3121,#3122,#3123,#3124,#3125,#3126,#3127,#3128,#3129,#3130,#3131,#3132,#3133,#3134,#3135,#3136,#3137,#3138,#3139,#3140,#3141,#3142,#3143,#3144,#3145,#3146,#3147,#3148,#3149,#3150,#3151,#3152,#3153,#3154,#3155,#3156,#3157,#3158,#3159,#3160,#3161,#3162,#3163,#3164,#3165,#3166,#3167,#3168,#3169,#3170,#3171,#3172,#3173,#3174,#3175,#3176,#3177,#3178,#3179,#3180,#3181,#3182,#3183,#3184,#3185,#3186,#3187,#3188,#3189,#3190,#3191,#3192,#3193,#3194,#3195,#3196,#3197,#3198,#3199,#3200,#3201,#3202,#3203,#3204,#3205,#3206,#3207,#3208,#3209,#3210,#3211,#3212,#3213,#3214,#3215,#3216,#3217,#3218,#3219,#3220,#3221,#3222,#3223,#3224,#3225,#3226,#3227,#3228,#3229,#3230,#3231,#3232,#3233,#3234,#3235,#3236,#3237,#3238,#3239,#3240,#3241,#3242,#3243,#3244,#3245,#3246,#3247,#3248,#3249,#3250,#3251,#3252,#3253,#3254,#3255,#3256,#3257,#3258,#3259,#3260,#3261,#3262,#3263,#3264,#3265,#3266,#3267,#3268,#3269,#3270,#3271,#3272,#3273,#3274,#3275,#3276,#3277,#3278,#3279,#3280,#3281,#3282,#3283,#3284,#3285,#3286,#3287,#3288,#3289,#3290,#3291,#3292,#3293,#3294,#3295,#3296,#3297,#3298,#3299,#3300,#3301,#3302,#3303,#3304,#3305,#3306,#3307,#3308,#3309,#3310,#3311,#3312,#3313,#3314,#3315,#3316,#3317,#3318,#3319,#3320,#3321,#3322,#3323,#3324,#3325,#3326,#3327,#3328,#3329,#3330,#3331,#3332,#3333,#3334,#3335,#3336,#3337,#3338,#3339,#3340,#3341,#3342,#3343,#3344,#3345,#3346,#3347)); -#3= IFCRELDECLARES('0dJzky7sb6txqIsyVpv7iW',$,'ComplexProperties',$,#1,(#3329,#3330,#3331,#3332,#3333,#3334)); +#3= IFCRELDECLARES('0dJzky7sb6txqIsyVpv7iW',$,'ComplexProperties',$,#1,(#3348,#3349,#3350,#3351,#3352,#3353)); -#4= IFCRELDECLARES('3M4U3yWxr3_gsGvVZ3qXJS',$,'PropertySets',$,#1,(#3335,#3336,#3337,#3338,#3339,#3340,#3341,#3342,#3343,#3344,#3345,#3346,#3347,#3348,#3349,#3350,#3351,#3352,#3353,#3354,#3355,#3356,#3357,#3358,#3359,#3360,#3361,#3362,#3363,#3364,#3365,#3366,#3367,#3368,#3369,#3370,#3371,#3372,#3373,#3374,#3375,#3376,#3377,#3378,#3379,#3380,#3381,#3382,#3383,#3384,#3385,#3386,#3387,#3388,#3389,#3390,#3391,#3392,#3393,#3394,#3395,#3396,#3397,#3398,#3399,#3400,#3401,#3402,#3403,#3404,#3405,#3406,#3407,#3408,#3409,#3410,#3411,#3412,#3413,#3414,#3415,#3416,#3417,#3418,#3419,#3420,#3421,#3422,#3423,#3424,#3425,#3426,#3427,#3428,#3429,#3430,#3431,#3432,#3433,#3434,#3435,#3436,#3437,#3438,#3439,#3440,#3441,#3442,#3443,#3444,#3445,#3446,#3447,#3448,#3449,#3450,#3451,#3452,#3453,#3454,#3455,#3456,#3457,#3458,#3459,#3460,#3461,#3462,#3463,#3464,#3465,#3466,#3467,#3468,#3469,#3470,#3471,#3472,#3473,#3474,#3475,#3476,#3477,#3478,#3479,#3480,#3481,#3482,#3483,#3484,#3485,#3486,#3487,#3488,#3489,#3490,#3491,#3492,#3493,#3494,#3495,#3496,#3497,#3498,#3499,#3500,#3501,#3502,#3503,#3504,#3505,#3506,#3507,#3508,#3509,#3510,#3511,#3512,#3513,#3514,#3515,#3516,#3517,#3518,#3519,#3520,#3521,#3522,#3523,#3524,#3525,#3526,#3527,#3528,#3529,#3530,#3531,#3532,#3533,#3534,#3535,#3536,#3537,#3538,#3539,#3540,#3541,#3542,#3543,#3544,#3545,#3546,#3547,#3548,#3549,#3550,#3551,#3552,#3553,#3554,#3555,#3556,#3557,#3558,#3559,#3560,#3561,#3562,#3563,#3564,#3565,#3566,#3567,#3568,#3569,#3570,#3571,#3572,#3573,#3574,#3575,#3576,#3577,#3578,#3579,#3580,#3581,#3582,#3583,#3584,#3585,#3586,#3587,#3588,#3589,#3590,#3591,#3592,#3593,#3594,#3595,#3596,#3597,#3598,#3599,#3600,#3601,#3602,#3603,#3604,#3605,#3606,#3607,#3608,#3609,#3610,#3611,#3612,#3613,#3614,#3615,#3616,#3617,#3618,#3619,#3620,#3621,#3622,#3623,#3624,#3625,#3626,#3627,#3628,#3629,#3630,#3631,#3632,#3633,#3634,#3635,#3636,#3637,#3638,#3639,#3640,#3641,#3642,#3643,#3644,#3645,#3646,#3647,#3648,#3649,#3650,#3651,#3652,#3653,#3654,#3655,#3656,#3657,#3658,#3659,#3660,#3661,#3662,#3663,#3664,#3665,#3666,#3667,#3668,#3669,#3670,#3671,#3672,#3673,#3674,#3675,#3676,#3677,#3678,#3679,#3680,#3681,#3682,#3683,#3684,#3685,#3686,#3687,#3688,#3689,#3690,#3691,#3692,#3693,#3694,#3695,#3696,#3697,#3698,#3699,#3700,#3701,#3702,#3703,#3704,#3705,#3706,#3707,#3708,#3709,#3710,#3711,#3712,#3713,#3714,#3715,#3716,#3717,#3718,#3719,#3720,#3721,#3722,#3723,#3724,#3725,#3726,#3727,#3728,#3729,#3730,#3731,#3732,#3733,#3734,#3735,#3736,#3737,#3738,#3739,#3740,#3741,#3742,#3743,#3744,#3745,#3746,#3747,#3748,#3749,#3750,#3751,#3752,#3753,#3754,#3755,#3756,#3757,#3758,#3759,#3760,#3761,#3762,#3763,#3764,#3765,#3766,#3767,#3768,#3769,#3770,#3771,#3772,#3773,#3774,#3775,#3776,#3777,#3778,#3779,#3780,#3781,#3782,#3783,#3784,#3785,#3786,#3787,#3788,#3789,#3790,#3791,#3792,#3793,#3794,#3795,#3796,#3797,#3798,#3799,#3800,#3801,#3802,#3803,#3804,#3805,#3806,#3807,#3808,#3809,#3810,#3811,#3812,#3813,#3814,#3815,#3816,#3817,#3818,#3819,#3820,#3821,#3822,#3823,#3824,#3825,#3826,#3827,#3828,#3829,#3830,#3831,#3832,#3833,#3834,#3835,#3836,#3837,#3838,#3839,#3840,#3841,#3842,#3843,#3844,#3845,#3846,#3847,#3848,#3849,#3850,#3851,#3852,#3853,#3854,#3855,#3856,#3857,#3858,#3859,#3860,#3861,#3862,#3863,#3864,#3865,#3866,#3867,#3868,#3869,#3870,#3871,#3872,#3873,#3874,#3875,#3876,#3877,#3878,#3879,#3880,#3881,#3882,#3883,#3884,#3885,#3886,#3887,#3888,#3889,#3890,#3891,#3892,#3893,#3894,#3895,#3896,#3897,#3898,#3899,#3900,#3901,#3902,#3903,#3904,#3905,#3906,#3907,#3908,#3909,#3910,#3911,#3912,#3913,#3914,#3915,#3916,#3917,#3918,#3919,#3920,#3921,#3922,#3923,#3924,#3925,#3926,#3927,#3928,#3929,#3930,#3931,#3932,#3933,#3934,#3935,#3936,#3937,#3938,#3939,#3940,#3941,#3942,#3943,#3944,#3945,#3946,#3947,#3948,#3949,#3950,#3951,#3952,#3953,#3954,#3955,#3956,#3957,#3958,#3959,#3960,#3961,#3962,#3963,#3964,#3965,#3966,#3967,#3968,#3969,#3970,#3971,#3972,#3973,#3974,#3975,#3976,#3977,#3978,#3979,#3980,#3981,#3982,#3983,#3984)); +#4= IFCRELDECLARES('3M4U3yWxr3_gsGvVZ3qXJS',$,'PropertySets',$,#1,(#3354,#3355,#3356,#3357,#3358,#3359,#3360,#3361,#3362,#3363,#3364,#3365,#3366,#3367,#3368,#3369,#3370,#3371,#3372,#3373,#3374,#3375,#3376,#3377,#3378,#3379,#3380,#3381,#3382,#3383,#3384,#3385,#3386,#3387,#3388,#3389,#3390,#3391,#3392,#3393,#3394,#3395,#3396,#3397,#3398,#3399,#3400,#3401,#3402,#3403,#3404,#3405,#3406,#3407,#3408,#3409,#3410,#3411,#3412,#3413,#3414,#3415,#3416,#3417,#3418,#3419,#3420,#3421,#3422,#3423,#3424,#3425,#3426,#3427,#3428,#3429,#3430,#3431,#3432,#3433,#3434,#3435,#3436,#3437,#3438,#3439,#3440,#3441,#3442,#3443,#3444,#3445,#3446,#3447,#3448,#3449,#3450,#3451,#3452,#3453,#3454,#3455,#3456,#3457,#3458,#3459,#3460,#3461,#3462,#3463,#3464,#3465,#3466,#3467,#3468,#3469,#3470,#3471,#3472,#3473,#3474,#3475,#3476,#3477,#3478,#3479,#3480,#3481,#3482,#3483,#3484,#3485,#3486,#3487,#3488,#3489,#3490,#3491,#3492,#3493,#3494,#3495,#3496,#3497,#3498,#3499,#3500,#3501,#3502,#3503,#3504,#3505,#3506,#3507,#3508,#3509,#3510,#3511,#3512,#3513,#3514,#3515,#3516,#3517,#3518,#3519,#3520,#3521,#3522,#3523,#3524,#3525,#3526,#3527,#3528,#3529,#3530,#3531,#3532,#3533,#3534,#3535,#3536,#3537,#3538,#3539,#3540,#3541,#3542,#3543,#3544,#3545,#3546,#3547,#3548,#3549,#3550,#3551,#3552,#3553,#3554,#3555,#3556,#3557,#3558,#3559,#3560,#3561,#3562,#3563,#3564,#3565,#3566,#3567,#3568,#3569,#3570,#3571,#3572,#3573,#3574,#3575,#3576,#3577,#3578,#3579,#3580,#3581,#3582,#3583,#3584,#3585,#3586,#3587,#3588,#3589,#3590,#3591,#3592,#3593,#3594,#3595,#3596,#3597,#3598,#3599,#3600,#3601,#3602,#3603,#3604,#3605,#3606,#3607,#3608,#3609,#3610,#3611,#3612,#3613,#3614,#3615,#3616,#3617,#3618,#3619,#3620,#3621,#3622,#3623,#3624,#3625,#3626,#3627,#3628,#3629,#3630,#3631,#3632,#3633,#3634,#3635,#3636,#3637,#3638,#3639,#3640,#3641,#3642,#3643,#3644,#3645,#3646,#3647,#3648,#3649,#3650,#3651,#3652,#3653,#3654,#3655,#3656,#3657,#3658,#3659,#3660,#3661,#3662,#3663,#3664,#3665,#3666,#3667,#3668,#3669,#3670,#3671,#3672,#3673,#3674,#3675,#3676,#3677,#3678,#3679,#3680,#3681,#3682,#3683,#3684,#3685,#3686,#3687,#3688,#3689,#3690,#3691,#3692,#3693,#3694,#3695,#3696,#3697,#3698,#3699,#3700,#3701,#3702,#3703,#3704,#3705,#3706,#3707,#3708,#3709,#3710,#3711,#3712,#3713,#3714,#3715,#3716,#3717,#3718,#3719,#3720,#3721,#3722,#3723,#3724,#3725,#3726,#3727,#3728,#3729,#3730,#3731,#3732,#3733,#3734,#3735,#3736,#3737,#3738,#3739,#3740,#3741,#3742,#3743,#3744,#3745,#3746,#3747,#3748,#3749,#3750,#3751,#3752,#3753,#3754,#3755,#3756,#3757,#3758,#3759,#3760,#3761,#3762,#3763,#3764,#3765,#3766,#3767,#3768,#3769,#3770,#3771,#3772,#3773,#3774,#3775,#3776,#3777,#3778,#3779,#3780,#3781,#3782,#3783,#3784,#3785,#3786,#3787,#3788,#3789,#3790,#3791,#3792,#3793,#3794,#3795,#3796,#3797,#3798,#3799,#3800,#3801,#3802,#3803,#3804,#3805,#3806,#3807,#3808,#3809,#3810,#3811,#3812,#3813,#3814,#3815,#3816,#3817,#3818,#3819,#3820,#3821,#3822,#3823,#3824,#3825,#3826,#3827,#3828,#3829,#3830,#3831,#3832,#3833,#3834,#3835,#3836,#3837,#3838,#3839,#3840,#3841,#3842,#3843,#3844,#3845,#3846,#3847,#3848,#3849,#3850,#3851,#3852,#3853,#3854,#3855,#3856,#3857,#3858,#3859,#3860,#3861,#3862,#3863,#3864,#3865,#3866,#3867,#3868,#3869,#3870,#3871,#3872,#3873,#3874,#3875,#3876,#3877,#3878,#3879,#3880,#3881,#3882,#3883,#3884,#3885,#3886,#3887,#3888,#3889,#3890,#3891,#3892,#3893,#3894,#3895,#3896,#3897,#3898,#3899,#3900,#3901,#3902,#3903,#3904,#3905,#3906,#3907,#3908,#3909,#3910,#3911,#3912,#3913,#3914,#3915,#3916,#3917,#3918,#3919,#3920,#3921,#3922,#3923,#3924,#3925,#3926,#3927,#3928,#3929,#3930,#3931,#3932,#3933,#3934,#3935,#3936,#3937,#3938,#3939,#3940,#3941,#3942,#3943,#3944,#3945,#3946,#3947,#3948,#3949,#3950,#3951,#3952,#3953,#3954,#3955,#3956,#3957,#3958,#3959,#3960,#3961,#3962,#3963,#3964,#3965,#3966,#3967,#3968,#3969,#3970,#3971,#3972,#3973,#3974,#3975,#3976,#3977,#3978,#3979,#3980,#3981,#3982,#3983,#3984,#3985,#3986,#3987,#3988,#3989,#3990,#3991,#3992,#3993,#3994,#3995,#3996,#3997,#3998,#3999,#4000,#4001,#4002,#4003,#4004,#4005,#4006,#4007,#4008,#4009,#4010,#4011,#4012)); -#5= IFCRELDECLARES('1$c0OOaRDF_OBDoEs$xzcD',$,'Quantities',$,#1,(#3985,#3986,#3987,#3988,#3989,#3990,#3991,#3992,#3993,#3994,#3995,#3996,#3997,#3998,#3999,#4000,#4001,#4002,#4003,#4004,#4005,#4006,#4007,#4008,#4009,#4010,#4011,#4012,#4013,#4014,#4015,#4016,#4017,#4018,#4019,#4020,#4021,#4022,#4023,#4024,#4025,#4026,#4027,#4028,#4029,#4030,#4031,#4032,#4033,#4034,#4035,#4036,#4037,#4038,#4039,#4040,#4041,#4042,#4043,#4044,#4045,#4046,#4047,#4048,#4049,#4050,#4051,#4052,#4053,#4054,#4055,#4056,#4057,#4058,#4059,#4060,#4061,#4062,#4063,#4064,#4065,#4066,#4067,#4068,#4069,#4070,#4071,#4072,#4073,#4074,#4075,#4076,#4077,#4078,#4079,#4080,#4081,#4082,#4083,#4084,#4085,#4086,#4087,#4088,#4089,#4090,#4091,#4092,#4093,#4094,#4095,#4096,#4097,#4098,#4099,#4100,#4101,#4102,#4103,#4104,#4105,#4106,#4107,#4108,#4109,#4110,#4111,#4112,#4113,#4114,#4115,#4116,#4117,#4118,#4119,#4120,#4121,#4122,#4123,#4124,#4125,#4126,#4127,#4128,#4129,#4130,#4131,#4132,#4133,#4134,#4135,#4136,#4137,#4138,#4139,#4140,#4141,#4142,#4143,#4144,#4145,#4146,#4147,#4148,#4149,#4150,#4151,#4152,#4153,#4154,#4155,#4156,#4157,#4158,#4159,#4160,#4161,#4162,#4163,#4164,#4165,#4166,#4167,#4168,#4169,#4170,#4171,#4172,#4173,#4174,#4175,#4176,#4177,#4178,#4179,#4180,#4181,#4182,#4183,#4184,#4185,#4186,#4187,#4188,#4189,#4190,#4191,#4192,#4193,#4194,#4195,#4196,#4197,#4198,#4199,#4200,#4201,#4202,#4203,#4204,#4205,#4206,#4207,#4208,#4209,#4210,#4211,#4212,#4213,#4214,#4215,#4216,#4217,#4218,#4219,#4220,#4221,#4222,#4223,#4224,#4225,#4226,#4227,#4228,#4229,#4230,#4231,#4232,#4233,#4234,#4235,#4236,#4237,#4238,#4239,#4240,#4241,#4242,#4243,#4244,#4245,#4246,#4247,#4248,#4249,#4250,#4251,#4252,#4253,#4254,#4255,#4256,#4257,#4258,#4259,#4260,#4261,#4262,#4263,#4264,#4265,#4266,#4267,#4268,#4269,#4270,#4271,#4272,#4273,#4274,#4275,#4276,#4277,#4278,#4279,#4280,#4281,#4282,#4283,#4284,#4285,#4286,#4287,#4288,#4289,#4290,#4291,#4292,#4293,#4294,#4295,#4296,#4297,#4298,#4299,#4300,#4301,#4302,#4303,#4304,#4305,#4306,#4307,#4308,#4309,#4310,#4311,#4312,#4313,#4314,#4315,#4316,#4317,#4318,#4319,#4320,#4321,#4322,#4323,#4324)); +#5= IFCRELDECLARES('1$c0OOaRDF_OBDoEs$xzcD',$,'Quantities',$,#1,(#4013,#4014,#4015,#4016,#4017,#4018,#4019,#4020,#4021,#4022,#4023,#4024,#4025,#4026,#4027,#4028,#4029,#4030,#4031,#4032,#4033,#4034,#4035,#4036,#4037,#4038,#4039,#4040,#4041,#4042,#4043,#4044,#4045,#4046,#4047,#4048,#4049,#4050,#4051,#4052,#4053,#4054,#4055,#4056,#4057,#4058,#4059,#4060,#4061,#4062,#4063,#4064,#4065,#4066,#4067,#4068,#4069,#4070,#4071,#4072,#4073,#4074,#4075,#4076,#4077,#4078,#4079,#4080,#4081,#4082,#4083,#4084,#4085,#4086,#4087,#4088,#4089,#4090,#4091,#4092,#4093,#4094,#4095,#4096,#4097,#4098,#4099,#4100,#4101,#4102,#4103,#4104,#4105,#4106,#4107,#4108,#4109,#4110,#4111,#4112,#4113,#4114,#4115,#4116,#4117,#4118,#4119,#4120,#4121,#4122,#4123,#4124,#4125,#4126,#4127,#4128,#4129,#4130,#4131,#4132,#4133,#4134,#4135,#4136,#4137,#4138,#4139,#4140,#4141,#4142,#4143,#4144,#4145,#4146,#4147,#4148,#4149,#4150,#4151,#4152,#4153,#4154,#4155,#4156,#4157,#4158,#4159,#4160,#4161,#4162,#4163,#4164,#4165,#4166,#4167,#4168,#4169,#4170,#4171,#4172,#4173,#4174,#4175,#4176,#4177,#4178,#4179,#4180,#4181,#4182,#4183,#4184,#4185,#4186,#4187,#4188,#4189,#4190,#4191,#4192,#4193,#4194,#4195,#4196,#4197,#4198,#4199,#4200,#4201,#4202,#4203,#4204,#4205,#4206,#4207,#4208,#4209,#4210,#4211,#4212,#4213,#4214,#4215,#4216,#4217,#4218,#4219,#4220,#4221,#4222,#4223,#4224,#4225,#4226,#4227,#4228,#4229,#4230,#4231,#4232,#4233,#4234,#4235,#4236,#4237,#4238,#4239,#4240,#4241,#4242,#4243,#4244,#4245,#4246,#4247,#4248,#4249,#4250,#4251,#4252,#4253,#4254,#4255,#4256,#4257,#4258,#4259,#4260,#4261,#4262,#4263,#4264,#4265,#4266,#4267,#4268,#4269,#4270,#4271,#4272,#4273,#4274,#4275,#4276,#4277,#4278,#4279,#4280,#4281,#4282,#4283,#4284,#4285,#4286,#4287,#4288,#4289,#4290,#4291,#4292,#4293,#4294,#4295,#4296,#4297,#4298,#4299,#4300,#4301,#4302,#4303,#4304,#4305,#4306,#4307,#4308,#4309,#4310,#4311,#4312,#4313,#4314,#4315,#4316,#4317,#4318,#4319,#4320,#4321,#4322,#4323,#4324,#4325,#4326,#4327,#4328,#4329,#4330,#4331,#4332,#4333,#4334,#4335,#4336,#4337,#4338,#4339,#4340,#4341,#4342,#4343,#4344,#4345,#4346,#4347,#4348,#4349,#4350,#4351,#4352,#4353,#4354,#4355,#4356,#4357,#4358)); -#6= IFCRELDECLARES('1CpAEUB6v1Fhb57tduNMhL',$,'QuantitySets',$,#1,(#4325,#4326,#4327,#4328,#4329,#4330,#4331,#4332,#4333,#4334,#4335,#4336,#4337,#4338,#4339,#4340,#4341,#4342,#4343,#4344,#4345,#4346,#4347,#4348,#4349,#4350,#4351,#4352,#4353,#4354,#4355,#4356,#4357,#4358,#4359,#4360,#4361,#4362,#4363,#4364,#4365,#4366,#4367,#4368,#4369,#4370,#4371,#4372,#4373,#4374,#4375,#4376,#4377,#4378,#4379,#4380,#4381,#4382,#4383,#4384,#4385,#4386,#4387,#4388,#4389,#4390,#4391,#4392,#4393,#4394,#4395,#4396,#4397,#4398,#4399,#4400,#4401,#4402,#4403,#4404,#4405,#4406,#4407,#4408,#4409,#4410,#4411,#4412,#4413,#4414,#4415,#4416,#4417,#4418,#4419,#4420,#4421,#4422,#4423,#4424,#4425,#4426,#4427,#4428,#4429,#4430,#4431,#4432,#4433,#4434,#4435,#4436,#4437,#4438)); +#6= IFCRELDECLARES('1CpAEUB6v1Fhb57tduNMhL',$,'QuantitySets',$,#1,(#4359,#4360,#4361,#4362,#4363,#4364,#4365,#4366,#4367,#4368,#4369,#4370,#4371,#4372,#4373,#4374,#4375,#4376,#4377,#4378,#4379,#4380,#4381,#4382,#4383,#4384,#4385,#4386,#4387,#4388,#4389,#4390,#4391,#4392,#4393,#4394,#4395,#4396,#4397,#4398,#4399,#4400,#4401,#4402,#4403,#4404,#4405,#4406,#4407,#4408,#4409,#4410,#4411,#4412,#4413,#4414,#4415,#4416,#4417,#4418,#4419,#4420,#4421,#4422,#4423,#4424,#4425,#4426,#4427,#4428,#4429,#4430,#4431,#4432,#4433,#4434,#4435,#4436,#4437,#4438,#4439,#4440,#4441,#4442,#4443,#4444,#4445,#4446,#4447,#4448,#4449,#4450,#4451,#4452,#4453,#4454,#4455,#4456,#4457,#4458,#4459,#4460,#4461,#4462,#4463,#4464,#4465,#4466,#4467,#4468,#4469,#4470,#4471,#4472,#4473)); #7= IFCSIMPLEPROPERTYTEMPLATE('3gpju0qUGHuO00025QrE$V',$,'a','Measure a according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); @@ -49,15 +49,15 @@ DATA; #21= IFCSIMPLEPROPERTYTEMPLATE('30mF00qTCHuO00025QrE$V',$,'AccessLengthOrRadius','The length of the chamber access cover or, where the plan shape of the cover is circular, the radius.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#22= IFCSIMPLEPROPERTYTEMPLATE('3Im8G0qWyHuO00025QrE$V',$,'AccessType','Defines the types of access (or cover) to a tank that may be specified.\X\0D\X\0A\X\0D\X\0ANote that covers are generally specified for rectangular tanks. For cylindrical tanks, access will normally be via a manhole.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4472,$,$,$,$); -#4472= IFCPROPERTYENUMERATION('PEnum_TankAccessType',('NONE','LOOSECOVER','MANHOLE','SECUREDCOVER','SECUREDCOVERWITHMANHOLE','OTHER','NOTKNOWN','UNSET'),$); +#22= IFCSIMPLEPROPERTYTEMPLATE('3Im8G0qWyHuO00025QrE$V',$,'AccessType','Defines the types of access (or cover) to a tank that may be specified.\X\0D\X\0A\X\0D\X\0ANote that covers are generally specified for rectangular tanks. For cylindrical tanks, access will normally be via a manhole.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4507,$,$,$,$); +#4507= IFCPROPERTYENUMERATION('PEnum_TankAccessType',('NONE','LOOSECOVER','MANHOLE','SECUREDCOVER','SECUREDCOVERWITHMANHOLE','OTHER','NOTKNOWN','UNSET'),$); #23= IFCSIMPLEPROPERTYTEMPLATE('0ierY0qTGHuO00025QrE$V',$,'AccessWidth','The width of the chamber access cover where the plan shape of the cover is not circular.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); #24= IFCSIMPLEPROPERTYTEMPLATE('367Zg0qTCHuO00025QrE$V',$,'AccessWidth','The width of the chamber access cover where the plan shape of the cover is not circular.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#25= IFCSIMPLEPROPERTYTEMPLATE('1CQaLudWX1ogX8LOMOUW_1',$,'AccidentResponse','Accident response chosen for the asset',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4481,$,$,$,$); -#4481= IFCPROPERTYENUMERATION('PEnum_AccidentResponse',('EMERGENCYPROCEDURE','URGENTPROCEDURE','EMERGENCYINSPECTION','URGENTINSPECTION','REACTIVE'),$); +#25= IFCSIMPLEPROPERTYTEMPLATE('1CQaLudWX1ogX8LOMOUW_1',$,'AccidentResponse','Accident response chosen for the asset',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4516,$,$,$,$); +#4516= IFCPROPERTYENUMERATION('PEnum_AccidentResponse',('EMERGENCYPROCEDURE','URGENTPROCEDURE','EMERGENCYINSPECTION','URGENTINSPECTION','REACTIVE'),$); #26= IFCSIMPLEPROPERTYTEMPLATE('32YEer4tP9EB633g5FK49p',$,'AccuracyClass','A designation assigned to an instrument transformer the current (or voltage) error and phase displacement of which remain within specified limits under prescribed conditions of use (IEC 321-01-24).',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); @@ -91,15 +91,15 @@ DATA; #41= IFCSIMPLEPROPERTYTEMPLATE('1BhUI0qUmHuO00025QrE$V',$,'AcquisitionDate','The date that the manufactured item was purchased.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#42= IFCSIMPLEPROPERTYTEMPLATE('1Zl3w0qS4HuO00025QrE$V',$,'AcquisitionMethod','The means by which survey data was acquired.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4531,$,$,$,$); -#4531= IFCPROPERTYENUMERATION('PEnum_AcquisitionMethod',('GPS','LASERSCAN_AIRBORNE','LASERSCAN_GROUND','SONAR','THEODOLITE','USERDEFINED','NOTKNOWN','UNSET'),$); +#42= IFCSIMPLEPROPERTYTEMPLATE('1Zl3w0qS4HuO00025QrE$V',$,'AcquisitionMethod','The means by which survey data was acquired.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4566,$,$,$,$); +#4566= IFCPROPERTYENUMERATION('PEnum_AcquisitionMethod',('GPS','LASERSCAN_AIRBORNE','LASERSCAN_GROUND','SONAR','THEODOLITE','USERDEFINED','NOTKNOWN','UNSET'),$); #43= IFCSIMPLEPROPERTYTEMPLATE('2$dT1WHiH7Ge2PeqXa73Sp',$,'ACResistance','The resistance under AC.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); #44= IFCSIMPLEPROPERTYTEMPLATE('3g9eB0$QrCGgwW7XmrxaeO',$,'ActionBarMovementLength','The movement of the bar that pulls the point of a turnout.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#45= IFCSIMPLEPROPERTYTEMPLATE('0nlTC0qUSHuO00025QrE$V',$,'Activation','Identifies the predefined methods of sprinkler activation from which that required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4534,$,$,$,$); -#4534= IFCPROPERTYENUMERATION('PEnum_SprinklerActivation',('BULB','FUSIBLESOLDER','OTHER','NOTKNOWN','UNSET'),$); +#45= IFCSIMPLEPROPERTYTEMPLATE('0nlTC0qUSHuO00025QrE$V',$,'Activation','Identifies the predefined methods of sprinkler activation from which that required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4569,$,$,$,$); +#4569= IFCPROPERTYENUMERATION('PEnum_SprinklerActivation',('BULB','FUSIBLESOLDER','OTHER','NOTKNOWN','UNSET'),$); #46= IFCSIMPLEPROPERTYTEMPLATE('17ovE0qUSHuO00025QrE$V',$,'ActivationTemperature','The temperature at which the object is designed to activate.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); @@ -113,21 +113,21 @@ DATA; #51= IFCSIMPLEPROPERTYTEMPLATE('3nKLk0qSmHuO00025QrE$V',$,'ActualWork','The actual work on behalf of the resource allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcDuration',$,$,$,$,$); -#52= IFCSIMPLEPROPERTYTEMPLATE('2yazC0qT4HuO00025QrE$V',$,'ActuationType','Enumeration that identifies the different types of dampers.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4547,$,$,$,$); -#4547= IFCPROPERTYENUMERATION('PEnum_FireDamperActuationType',('GRAVITY','SPRING','OTHER','NOTKNOWN','UNSET'),$); +#52= IFCSIMPLEPROPERTYTEMPLATE('2yazC0qT4HuO00025QrE$V',$,'ActuationType','Enumeration that identifies the different types of dampers.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4582,$,$,$,$); +#4582= IFCPROPERTYENUMERATION('PEnum_FireDamperActuationType',('GRAVITY','SPRING','OTHER','NOTKNOWN','UNSET'),$); -#53= IFCSIMPLEPROPERTYTEMPLATE('3jT0W0qT4HuO00025QrE$V',$,'ActuationType','Enumeration that identifies the different types of dampers.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4547,$,$,$,$); +#53= IFCSIMPLEPROPERTYTEMPLATE('3jT0W0qT4HuO00025QrE$V',$,'ActuationType','Enumeration that identifies the different types of dampers.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4582,$,$,$,$); #54= IFCSIMPLEPROPERTYTEMPLATE('1O$wg0qRqHuO00025QrE$V',$,'ActuatorInputPower','Maximum input power requirement.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#55= IFCSIMPLEPROPERTYTEMPLATE('32KBtk9g1DVge506I8DxMK',$,'AddedMassCoefficientMethod','Method used to determine the Added Mass Coefficient used for design',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4553,$,$,$,$); -#4553= IFCPROPERTYENUMERATION('PEnum_AddedMassCoefficientMethod',('PIANC','SHIGERU_UEDA','VASCO_COSTA'),$); +#55= IFCSIMPLEPROPERTYTEMPLATE('32KBtk9g1DVge506I8DxMK',$,'AddedMassCoefficientMethod','Method used to determine the Added Mass Coefficient used for design',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4588,$,$,$,$); +#4588= IFCPROPERTYENUMERATION('PEnum_AddedMassCoefficientMethod',('PIANC','SHIGERU_UEDA','VASCO_COSTA'),$); -#56= IFCSIMPLEPROPERTYTEMPLATE('0GPWZ5EWD53Rg3vsFDWGkS',$,'AdditionalProcessing','Any additional or special processing requirements on the associated cargo.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4554,$,$,$,$); -#4554= IFCPROPERTYENUMERATION('PEnum_AdditionalProcessing',('NONE','INSPECTION','TARIFFS','ISOLATION'),$); +#56= IFCSIMPLEPROPERTYTEMPLATE('0GPWZ5EWD53Rg3vsFDWGkS',$,'AdditionalProcessing','Any additional or special processing requirements on the associated cargo.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4589,$,$,$,$); +#4589= IFCPROPERTYENUMERATION('PEnum_AdditionalProcessing',('NONE','INSPECTION','TARIFFS','ISOLATION'),$); -#57= IFCSIMPLEPROPERTYTEMPLATE('0re2G0qUmHuO00025QrE$V',$,'Addressablility','The type of addressability.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4555,$,$,$,$); -#4555= IFCPROPERTYENUMERATION('PEnum_AddressabilityType',('IMPLEMENTED','UPGRADEABLETO','NOTIMPLEMENTED','OTHER','NOTKNOWN','UNSET'),$); +#57= IFCSIMPLEPROPERTYTEMPLATE('0re2G0qUmHuO00025QrE$V',$,'Addressablility','The type of addressability.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4590,$,$,$,$); +#4590= IFCPROPERTYENUMERATION('PEnum_AddressabilityType',('IMPLEMENTED','UPGRADEABLETO','NOTIMPLEMENTED','OTHER','NOTKNOWN','UNSET'),$); #58= IFCSIMPLEPROPERTYTEMPLATE('34Q6q0qViHuO00025QrE$V',$,'AdjustmentDesignation','The desgnation on the device for the adjustment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); @@ -145,15 +145,15 @@ DATA; #65= IFCSIMPLEPROPERTYTEMPLATE('3bCCA0qViHuO00025QrE$V',$,'AdjustmentValues','A list of time adjustment values that may be applied to a tripping unit for an AdjustmentValueType = LIST. A minimum of 1 and a maximum of 16 adjustment values may be specified. Note that this property should not have a value for an AdjustmentValueType = RANGE.',.P_LISTVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#66= IFCSIMPLEPROPERTYTEMPLATE('2ePCk0qViHuO00025QrE$V',$,'AdjustmentValueType','The type of adjustment value that is applied through the property set. This determines the properties that should be asserted (see below).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4583,$,$,$,$); -#4583= IFCPROPERTYENUMERATION('PEnum_AdjustmentValueType',('RANGE','LIST'),$); +#66= IFCSIMPLEPROPERTYTEMPLATE('2ePCk0qViHuO00025QrE$V',$,'AdjustmentValueType','The type of adjustment value that is applied through the property set. This determines the properties that should be asserted (see below).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4618,$,$,$,$); +#4618= IFCPROPERTYENUMERATION('PEnum_AdjustmentValueType',('RANGE','LIST'),$); -#67= IFCSIMPLEPROPERTYTEMPLATE('3FkvY0qViHuO00025QrE$V',$,'AdjustmentValueType','The type of adjustment value that is applied through the property set. This determines the properties that should be asserted (see below).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4583,$,$,$,$); +#67= IFCSIMPLEPROPERTYTEMPLATE('3FkvY0qViHuO00025QrE$V',$,'AdjustmentValueType','The type of adjustment value that is applied through the property set. This determines the properties that should be asserted (see below).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4618,$,$,$,$); #68= IFCSIMPLEPROPERTYTEMPLATE('3tLpI0qUmHuO00025QrE$V',$,'AdmixturesDescription','Description of the admixtures added to the concrete mix.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#69= IFCSIMPLEPROPERTYTEMPLATE('0i7Ba0qVWHuO00025QrE$V',$,'AgreementType','Identifies the predefined types of property agreement from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4591,$,$,$,$); -#4591= IFCPROPERTYENUMERATION('PEnum_PropertyAgreementType',('ASSIGNMENT','LEASE','TENANT','OTHER','NOTKNOWN','UNSET'),$); +#69= IFCSIMPLEPROPERTYTEMPLATE('0i7Ba0qVWHuO00025QrE$V',$,'AgreementType','Identifies the predefined types of property agreement from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4626,$,$,$,$); +#4626= IFCPROPERTYENUMERATION('PEnum_PropertyAgreementType',('ASSIGNMENT','LEASE','TENANT','OTHER','NOTKNOWN','UNSET'),$); #70= IFCSIMPLEPROPERTYTEMPLATE('2VoC40qWmHuO00025QrE$V',$,'AirConditioning','Indication whether this space requires air conditioning provided (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); @@ -165,8 +165,8 @@ DATA; #74= IFCSIMPLEPROPERTYTEMPLATE('2asK20qWiHuO00025QrE$V',$,'AirExchangeRate','Loads from the air exchange rate.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#75= IFCSIMPLEPROPERTYTEMPLATE('1yVo40qSuHuO00025QrE$V',$,'AirFlowConfiguration','Air flow configuration type of cooled beam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4612,$,$,$,$); -#4612= IFCPROPERTYENUMERATION('PEnum_CooledBeamActiveAirFlowConfigurationType',('BIDIRECTIONAL','UNIDIRECTIONALRIGHT','UNIDIRECTIONALLEFT','OTHER','NOTKNOWN','UNSET'),$); +#75= IFCSIMPLEPROPERTYTEMPLATE('1yVo40qSuHuO00025QrE$V',$,'AirFlowConfiguration','Air flow configuration type of cooled beam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4647,$,$,$,$); +#4647= IFCPROPERTYENUMERATION('PEnum_CooledBeamActiveAirFlowConfigurationType',('BIDIRECTIONAL','UNIDIRECTIONALRIGHT','UNIDIRECTIONALLEFT','OTHER','NOTKNOWN','UNSET'),$); #76= IFCSIMPLEPROPERTYTEMPLATE('1eoxw0qRuHuO00025QrE$V',$,'AirflowCurve','Air flowrate versus damper position relationship;airflow = f ( valve position).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); @@ -196,17 +196,17 @@ DATA; #89= IFCSIMPLEPROPERTYTEMPLATE('0Eola0qRuHuO00025QrE$V',$,'AirflowSensible','The air flowrate required to satisfy the sensible peak loads.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#90= IFCSIMPLEPROPERTYTEMPLATE('00CH60qRyHuO00025QrE$V',$,'AirflowType','Enumeration defining the functional type of air flow through the terminal.',.P_ENUMERATEDVALUE.,'PEnum_AirTerminalAirflowType',$,#4644,$,$,$,$); -#4644= IFCPROPERTYENUMERATION('PEnum_AirTerminalAirflowType',('SUPPLYAIR','RETURNAIR','EXHAUSTAIR','OTHER','NOTKNOWN','UNSET'),$); +#90= IFCSIMPLEPROPERTYTEMPLATE('00CH60qRyHuO00025QrE$V',$,'AirflowType','Enumeration defining the functional type of air flow through the terminal.',.P_ENUMERATEDVALUE.,'PEnum_AirTerminalAirflowType',$,#4679,$,$,$,$); +#4679= IFCPROPERTYENUMERATION('PEnum_AirTerminalAirflowType',('SUPPLYAIR','RETURNAIR','EXHAUSTAIR','OTHER','NOTKNOWN','UNSET'),$); -#91= IFCSIMPLEPROPERTYTEMPLATE('2jpX00qXCHuO00025QrE$V',$,'AirHandlerConstruction','Enumeration defining how the air handler might be fabricated.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4648,$,$,$,$); -#4648= IFCPROPERTYENUMERATION('PEnum_AirHandlerConstruction',('MANUFACTUREDITEM','CONSTRUCTEDONSITE','OTHER','NOTKNOWN','UNSET'),$); +#91= IFCSIMPLEPROPERTYTEMPLATE('2jpX00qXCHuO00025QrE$V',$,'AirHandlerConstruction','Enumeration defining how the air handler might be fabricated.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4683,$,$,$,$); +#4683= IFCPROPERTYENUMERATION('PEnum_AirHandlerConstruction',('MANUFACTUREDITEM','CONSTRUCTEDONSITE','OTHER','NOTKNOWN','UNSET'),$); -#92= IFCSIMPLEPROPERTYTEMPLATE('2wwly0qXCHuO00025QrE$V',$,'AirHandlerFanCoilArrangement','Enumeration defining the arrangement of the supply air fan and the cooling coil.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4651,$,$,$,$); -#4651= IFCPROPERTYENUMERATION('PEnum_AirHandlerFanCoilArrangement',('BLOWTHROUGH','DRAWTHROUGH','OTHER','NOTKNOWN','UNSET'),$); +#92= IFCSIMPLEPROPERTYTEMPLATE('2wwly0qXCHuO00025QrE$V',$,'AirHandlerFanCoilArrangement','Enumeration defining the arrangement of the supply air fan and the cooling coil.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4686,$,$,$,$); +#4686= IFCPROPERTYENUMERATION('PEnum_AirHandlerFanCoilArrangement',('BLOWTHROUGH','DRAWTHROUGH','OTHER','NOTKNOWN','UNSET'),$); -#93= IFCSIMPLEPROPERTYTEMPLATE('17CVs0qUKHuO00025QrE$V',$,'AirParticleFilterType','A panel dry type extended surface filter is a dry-type air filter with random fiber mats or blankets in the forms of pockets, V-shaped or radial pleats, and include the following:\X\0D\X\0A\X\0D\X\0ACoarseFilter: Filter with a efficiency lower than 30% for atmosphere dust-spot.\X\0D\X\0ACoarseMetalScreen: Filter made of metal screen.\X\0D\X\0ACoarseCellFoams: Filter made of cell foams.\X\0D\X\0ACoarseSpunGlass: Filter made of spun glass.\X\0D\X\0AMediumFilter: Filter with an efficiency between 30-98% for atmosphere dust-spot.\X\0D\X\0AMediumElectretFilter: Filter with fine electret synthetic fibers.\X\0D\X\0AMediumNaturalFiberFilter: Filter with natural fibers.\X\0D\X\0AHEPAFilter: High efficiency particulate air filter.\X\0D\X\0AULPAFilter: Ultra low penetration air filter.\X\0D\X\0AMembraneFilters: Filter made of membrane for certain pore diameters in flat sheet and pleated form.\X\0D\X\0AA renewable media with a moving curtain viscous filter are random-fiber media coated with viscous substance in roll form or curtain where fresh media is fed across the face of the filter and the dirty media is rewound onto a roll at the bottom or to into a reservoir:\X\0D\X\0ARollForm: Viscous filter used in roll form.\X\0D\X\0AAdhesiveReservoir: Viscous filter used in moving curtain form.\X\0D\X\0AA renewable moving curtain dry media filter is a random-fiber dry media of relatively high porosity used in moving-curtain(roll) filters.\X\0D\X\0AAn electrical filter uses electrostatic precipitation to remove and collect particulate contaminants.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4654,$,$,$,$); -#4654= IFCPROPERTYENUMERATION('PEnum_FilterAirParticleFilterType',('COARSEMETALSCREEN','COARSECELLFOAMS','COARSESPUNGLASS','MEDIUMELECTRETFILTER','MEDIUMNATURALFIBERFILTER','HEPAFILTER','ULPAFILTER','MEMBRANEFILTERS','RENEWABLEMOVINGCURTIANDRYMEDIAFILTER','ELECTRICALFILTER','ROLLFORM','ADHESIVERESERVOIR','OTHER','NOTKNOWN','UNSET'),$); +#93= IFCSIMPLEPROPERTYTEMPLATE('17CVs0qUKHuO00025QrE$V',$,'AirParticleFilterType','A panel dry type extended surface filter is a dry-type air filter with random fiber mats or blankets in the forms of pockets, V-shaped or radial pleats, and include the following:\X\0D\X\0A\X\0D\X\0ACoarseFilter: Filter with a efficiency lower than 30% for atmosphere dust-spot.\X\0D\X\0ACoarseMetalScreen: Filter made of metal screen.\X\0D\X\0ACoarseCellFoams: Filter made of cell foams.\X\0D\X\0ACoarseSpunGlass: Filter made of spun glass.\X\0D\X\0AMediumFilter: Filter with an efficiency between 30-98% for atmosphere dust-spot.\X\0D\X\0AMediumElectretFilter: Filter with fine electret synthetic fibers.\X\0D\X\0AMediumNaturalFiberFilter: Filter with natural fibers.\X\0D\X\0AHEPAFilter: High efficiency particulate air filter.\X\0D\X\0AULPAFilter: Ultra low penetration air filter.\X\0D\X\0AMembraneFilters: Filter made of membrane for certain pore diameters in flat sheet and pleated form.\X\0D\X\0AA renewable media with a moving curtain viscous filter are random-fiber media coated with viscous substance in roll form or curtain where fresh media is fed across the face of the filter and the dirty media is rewound onto a roll at the bottom or to into a reservoir:\X\0D\X\0ARollForm: Viscous filter used in roll form.\X\0D\X\0AAdhesiveReservoir: Viscous filter used in moving curtain form.\X\0D\X\0AA renewable moving curtain dry media filter is a random-fiber dry media of relatively high porosity used in moving-curtain(roll) filters.\X\0D\X\0AAn electrical filter uses electrostatic precipitation to remove and collect particulate contaminants.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4689,$,$,$,$); +#4689= IFCPROPERTYENUMERATION('PEnum_FilterAirParticleFilterType',('COARSEMETALSCREEN','COARSECELLFOAMS','COARSESPUNGLASS','MEDIUMELECTRETFILTER','MEDIUMNATURALFIBERFILTER','HEPAFILTER','ULPAFILTER','MEMBRANEFILTERS','RENEWABLEMOVINGCURTIANDRYMEDIAFILTER','ELECTRICALFILTER','ROLLFORM','ADHESIVERESERVOIR','OTHER','NOTKNOWN','UNSET'),$); #94= IFCSIMPLEPROPERTYTEMPLATE('0Hszw0qUeHuO00025QrE$V',$,'AirPressureDropCurve','Air pressure drop versus air-flow rate.',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); @@ -226,11 +226,11 @@ DATA; #102= IFCSIMPLEPROPERTYTEMPLATE('2vjDI0qWaHuO00025QrE$V',$,'AirResistanceCurve','Air resistance curve (w/ fan only); Pressure = f ( flow rate).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#103= IFCSIMPLEPROPERTYTEMPLATE('3p_8I0qRqHuO00025QrE$V',$,'AirSideSystemDistributionType','This enumeration defines the basic types of air side systems (e.g., SingleDuct, DualDuct, Multizone, etc.).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4676,$,$,$,$); -#4676= IFCPROPERTYENUMERATION('PEnum_AirSideSystemDistributionType',('SINGLEDUCT','DUALDUCT','MULTIZONE','OTHER','NOTKNOWN','UNSET'),$); +#103= IFCSIMPLEPROPERTYTEMPLATE('3p_8I0qRqHuO00025QrE$V',$,'AirSideSystemDistributionType','This enumeration defines the basic types of air side systems (e.g., SingleDuct, DualDuct, Multizone, etc.).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4711,$,$,$,$); +#4711= IFCPROPERTYENUMERATION('PEnum_AirSideSystemDistributionType',('SINGLEDUCT','DUALDUCT','MULTIZONE','OTHER','NOTKNOWN','UNSET'),$); -#104= IFCSIMPLEPROPERTYTEMPLATE('3MAn_0qRqHuO00025QrE$V',$,'AirSideSystemType','This enumeration specifies the basic types of possible air side systems (e.g., Constant Volume, Variable Volume, etc.).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4680,$,$,$,$); -#4680= IFCPROPERTYENUMERATION('PEnum_AirSideSystemType',('CONSTANTVOLUME','CONSTANTVOLUMESINGLEZONE','CONSTANTVOLUMEMULTIPLEZONEREHEAT','CONSTANTVOLUMEBYPASS','VARIABLEAIRVOLUME','VARIABLEAIRVOLUMEREHEAT','VARIABLEAIRVOLUMEINDUCTION','VARIABLEAIRVOLUMEFANPOWERED','VARIABLEAIRVOLUMEDUALCONDUIT','VARIABLEAIRVOLUMEVARIABLEDIFFUSERS','VARIABLEAIRVOLUMEVARIABLETEMPERATURE','OTHER','NOTKNOWN','UNSET'),$); +#104= IFCSIMPLEPROPERTYTEMPLATE('3MAn_0qRqHuO00025QrE$V',$,'AirSideSystemType','This enumeration specifies the basic types of possible air side systems (e.g., Constant Volume, Variable Volume, etc.).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4715,$,$,$,$); +#4715= IFCPROPERTYENUMERATION('PEnum_AirSideSystemType',('CONSTANTVOLUME','CONSTANTVOLUMESINGLEZONE','CONSTANTVOLUMEMULTIPLEZONEREHEAT','CONSTANTVOLUMEBYPASS','VARIABLEAIRVOLUME','VARIABLEAIRVOLUMEREHEAT','VARIABLEAIRVOLUMEINDUCTION','VARIABLEAIRVOLUMEFANPOWERED','VARIABLEAIRVOLUMEDUALCONDUIT','VARIABLEAIRVOLUMEVARIABLEDIFFUSERS','VARIABLEAIRVOLUMEVARIABLETEMPERATURE','OTHER','NOTKNOWN','UNSET'),$); #105= IFCSIMPLEPROPERTYTEMPLATE('2LIPiC_nX0J94McWTlYCrl',$,'AirVolume','Relative volume of air stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); @@ -242,11 +242,11 @@ DATA; #109= IFCSIMPLEPROPERTYTEMPLATE('3lFCm0qSyHuO00025QrE$V',$,'AmbientDesignWetBulbTemperature','Ambient design wet bulb temperature used for selecting the cooling tower.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#110= IFCSIMPLEPROPERTYTEMPLATE('3Nzk80qS4HuO00025QrE$V',$,'AmplifierType','Indicates the type of amplifier.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4685,$,$,$,$); -#4685= IFCPROPERTYENUMERATION('PEnum_AudioVisualAmplifierType',('FIXED','VARIABLE','OTHER','NOTKNOWN','UNSET'),$); +#110= IFCSIMPLEPROPERTYTEMPLATE('3Nzk80qS4HuO00025QrE$V',$,'AmplifierType','Indicates the type of amplifier.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4720,$,$,$,$); +#4720= IFCPROPERTYENUMERATION('PEnum_AudioVisualAmplifierType',('FIXED','VARIABLE','OTHER','NOTKNOWN','UNSET'),$); -#111= IFCSIMPLEPROPERTYTEMPLATE('2UZ$AxwvT8QOGM0IC5$_Zf',$,'AnchorageType','Mooring device anchorage type',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4689,$,$,$,$); -#4689= IFCPROPERTYENUMERATION('PEnum_AnchorageType',('CASTIN','DRILLEDANDFIXED','THROUGHBOLTED'),$); +#111= IFCSIMPLEPROPERTYTEMPLATE('2UZ$AxwvT8QOGM0IC5$_Zf',$,'AnchorageType','Mooring device anchorage type',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4724,$,$,$,$); +#4724= IFCPROPERTYENUMERATION('PEnum_AnchorageType',('CASTIN','DRILLEDANDFIXED','THROUGHBOLTED'),$); #112= IFCSIMPLEPROPERTYTEMPLATE('3A38M0qV0HuO00025QrE$V',$,'AnchorBoltDiameter','The nominal diameter of the anchor bolt bar(s).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); @@ -268,8 +268,8 @@ DATA; #121= IFCSIMPLEPROPERTYTEMPLATE('2PysPrqKj3aPWcff71DZsA',$,'AntennaType','Indicates the type of antenna integrated in the device.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#122= IFCSIMPLEPROPERTYTEMPLATE('31c4VZLhD5Ve8keYZDr8ce',$,'AntennaType','Indicates the type of antenna.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4702,$,$,$,$); -#4702= IFCPROPERTYENUMERATION('PEnum_AntennaType',('CEILING','PANEL','YAGI','OTHER','NOTKNOWN','UNSET'),$); +#122= IFCSIMPLEPROPERTYTEMPLATE('31c4VZLhD5Ve8keYZDr8ce',$,'AntennaType','Indicates the type of antenna.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4737,$,$,$,$); +#4737= IFCPROPERTYENUMERATION('PEnum_AntennaType',('CEILING','PANEL','YAGI','OTHER','NOTKNOWN','UNSET'),$); #123= IFCSIMPLEPROPERTYTEMPLATE('2lYNHW98j2TeNYYr2i$746',$,'ApparentPower','Apparent power.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); @@ -285,29 +285,29 @@ DATA; #129= IFCSIMPLEPROPERTYTEMPLATE('1uOlk0qUuHuO00025QrE$V',$,'ApplicableStructuralDesignMethod','Determines whether mechanical material properties are applicable to ''ASD'' = allowable stress design (working stress design), ''LSD'' = limit state design, or ''LRFD'' = load and resistance factor design.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#130= IFCSIMPLEPROPERTYTEMPLATE('0qQQ99GPD60w79n0BLOZAH',$,'Application','Indicates application of actuator.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4717,$,$,$,$); -#4717= IFCPROPERTYENUMERATION('PEnum_ActuatorApplication',('ENTRYEXITDEVICE','FIRESMOKEDAMPERACTUATOR','DAMPERACTUATOR','VALVEPOSITIONER','LAMPACTUATOR','SUNBLINDACTUATOR','OTHER','NOTKNOWN','UNSET'),$); +#130= IFCSIMPLEPROPERTYTEMPLATE('0qQQ99GPD60w79n0BLOZAH',$,'Application','Indicates application of actuator.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4752,$,$,$,$); +#4752= IFCPROPERTYENUMERATION('PEnum_ActuatorApplication',('ENTRYEXITDEVICE','FIRESMOKEDAMPERACTUATOR','DAMPERACTUATOR','VALVEPOSITIONER','LAMPACTUATOR','SUNBLINDACTUATOR','OTHER','NOTKNOWN','UNSET'),$); -#131= IFCSIMPLEPROPERTYTEMPLATE('1QbS56uHrAi9fxNRgZLeWS',$,'Application','Indicates application of controller.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4719,$,$,$,$); -#4719= IFCPROPERTYENUMERATION('PEnum_ControllerApplication',('MODEMCONTROLLER','TELEPHONEDIRECTORY','FANCOILUNITCONTROLLER','ROOFTOPUNITCONTROLLER','UNITVENTILATORCONTROLLER','SPACECONFORTCONTROLLER','VAV','PUMPCONTROLLER','BOILERCONTROLLER','DISCHARGEAIRCONTROLLER','OCCUPANCYCONTROLLER','CONSTANTLIGHTCONTROLLER','SCENECONTROLLER','PARTITIONWALLCONTROLLER','REALTIMEKEEPER','REALTIMEBASEDSCHEDULER','LIGHTINGPANELCONTROLLER','SUNBLINDCONTROLLER','OTHER','NOTKNOWN','UNSET'),$); +#131= IFCSIMPLEPROPERTYTEMPLATE('1QbS56uHrAi9fxNRgZLeWS',$,'Application','Indicates application of controller.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4754,$,$,$,$); +#4754= IFCPROPERTYENUMERATION('PEnum_ControllerApplication',('MODEMCONTROLLER','TELEPHONEDIRECTORY','FANCOILUNITCONTROLLER','ROOFTOPUNITCONTROLLER','UNITVENTILATORCONTROLLER','SPACECONFORTCONTROLLER','VAV','PUMPCONTROLLER','BOILERCONTROLLER','DISCHARGEAIRCONTROLLER','OCCUPANCYCONTROLLER','CONSTANTLIGHTCONTROLLER','SCENECONTROLLER','PARTITIONWALLCONTROLLER','REALTIMEKEEPER','REALTIMEBASEDSCHEDULER','LIGHTINGPANELCONTROLLER','SUNBLINDCONTROLLER','OTHER','NOTKNOWN','UNSET'),$); -#132= IFCSIMPLEPROPERTYTEMPLATE('2Y52cBoBnCBP7WBI0IJIdu',$,'Application','The application of the unitary control element.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4721,$,$,$,$); -#4721= IFCPROPERTYENUMERATION('PEnum_UnitaryControlElementApplication',('LIFTPOSITIONINDICATOR','LIFTHALLLANTERN','LIFTARRIVALGONG','LIFTCARDIRECTIONLANTERN','LIFTFIRESYSTEMSPORT','LIFTVOICEANNOUNCER','OTHER','NOTKNOWN','UNSET'),$); +#132= IFCSIMPLEPROPERTYTEMPLATE('2Y52cBoBnCBP7WBI0IJIdu',$,'Application','The application of the unitary control element.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4756,$,$,$,$); +#4756= IFCPROPERTYENUMERATION('PEnum_UnitaryControlElementApplication',('LIFTPOSITIONINDICATOR','LIFTHALLLANTERN','LIFTARRIVALGONG','LIFTCARDIRECTIONLANTERN','LIFTFIRESYSTEMSPORT','LIFTVOICEANNOUNCER','OTHER','NOTKNOWN','UNSET'),$); -#133= IFCSIMPLEPROPERTYTEMPLATE('3AxUa0qUaHuO00025QrE$V',$,'Application','Humidifier application.\X\0D\X\0A\X\0D\X\0AFixed: Humidifier installed in a ducted flow distribution system.\X\0D\X\0APortable: Humidifier is not installed in a ducted flow distribution system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4723,$,$,$,$); -#4723= IFCPROPERTYENUMERATION('PEnum_HumidifierApplication',('PORTABLE','FIXED','OTHER','NOTKNOWN','UNSET'),$); +#133= IFCSIMPLEPROPERTYTEMPLATE('3AxUa0qUaHuO00025QrE$V',$,'Application','Humidifier application.\X\0D\X\0A\X\0D\X\0AFixed: Humidifier installed in a ducted flow distribution system.\X\0D\X\0APortable: Humidifier is not installed in a ducted flow distribution system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4758,$,$,$,$); +#4758= IFCPROPERTYENUMERATION('PEnum_HumidifierApplication',('PORTABLE','FIXED','OTHER','NOTKNOWN','UNSET'),$); #134= IFCSIMPLEPROPERTYTEMPLATE('3weM9ZLs9A9wkW7_awRCSv',$,'ApplicationMethod','State the application method used... e.g. spray, extruded',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#135= IFCSIMPLEPROPERTYTEMPLATE('3Fhvw0qUCHuO00025QrE$V',$,'ApplicationOfFan','The functional application of the fan.\X\0D\X\0A\X\0D\X\0ASupplyAir: Supply air fan. \X\0D\X\0AReturnAir: Return air fan. \X\0D\X\0AExhaustAir: Exhaust air fan. \X\0D\X\0AOther: Other type of application not defined above.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4726,$,$,$,$); -#4726= IFCPROPERTYENUMERATION('PEnum_FanApplicationType',('SUPPLYAIR','RETURNAIR','EXHAUSTAIR','COOLINGTOWER','OTHER','NOTKNOWN','UNSET'),$); +#135= IFCSIMPLEPROPERTYTEMPLATE('3Fhvw0qUCHuO00025QrE$V',$,'ApplicationOfFan','The functional application of the fan.\X\0D\X\0A\X\0D\X\0ASupplyAir: Supply air fan. \X\0D\X\0AReturnAir: Return air fan. \X\0D\X\0AExhaustAir: Exhaust air fan. \X\0D\X\0AOther: Other type of application not defined above.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4761,$,$,$,$); +#4761= IFCPROPERTYENUMERATION('PEnum_FanApplicationType',('SUPPLYAIR','RETURNAIR','EXHAUSTAIR','COOLINGTOWER','OTHER','NOTKNOWN','UNSET'),$); #136= IFCSIMPLEPROPERTYTEMPLATE('2GA6uBu4jFeRzE7Yu7b791',$,'ApplicationTemperature','Indicates the ambient temperature at which the course is applied',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); #137= IFCSIMPLEPROPERTYTEMPLATE('3T5jes7obFcB3kXbkF_EPE',$,'AppliedLineLoad','The load of line where the derailer is installed. It is a design parameter and is defined by mass per length.',.P_SINGLEVALUE.,'IfcMassPerLengthMeasure',$,$,$,$,$,$); -#138= IFCSIMPLEPROPERTYTEMPLATE('3oA0EztgbEguYGMhtbbFi2',$,'AppliesToTrainCategory','Sign information relative to train category, e.g. freight, passenger.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4729,$,$,$,$); -#4729= IFCPROPERTYENUMERATION('PEnum_TrainCategory',('FREIGHT','PASSENGER','OTHER','NOTKNOWN','UNSET'),$); +#138= IFCSIMPLEPROPERTYTEMPLATE('3oA0EztgbEguYGMhtbbFi2',$,'AppliesToTrainCategory','Sign information relative to train category, e.g. freight, passenger.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4764,$,$,$,$); +#4764= IFCPROPERTYENUMERATION('PEnum_TrainCategory',('FREIGHT','PASSENGER','OTHER','NOTKNOWN','UNSET'),$); #139= IFCSIMPLEPROPERTYTEMPLATE('2khyDboNP4W87sfeq3cm4L',$,'ApproachSpeed','The design speed of trains approaching the signal if different from the line speed.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); @@ -319,14 +319,14 @@ DATA; #143= IFCSIMPLEPROPERTYTEMPLATE('3WlzO0qWeHuO00025QrE$V',$,'AreaPerOccupant','Design occupancy loading for this type of usage assigned to this space.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#144= IFCSIMPLEPROPERTYTEMPLATE('1mxIE0qUaHuO00025QrE$V',$,'Arrangement','Defines the basic flow arrangements for the heat exchanger:\X\0D\X\0A\X\0D\X\0ACOUNTERFLOW: Counterflow heat exchanger arrangement. \X\0D\X\0ACROSSFLOW: Crossflow heat exchanger arrangement. \X\0D\X\0APARALLELFLOW: Parallel flow heat exchanger arrangement. \X\0D\X\0AMULTIPASS: Multipass flow heat exchanger arrangement. \X\0D\X\0AOTHER: Other type of heat exchanger flow arrangement not defined above.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4734,$,$,$,$); -#4734= IFCPROPERTYENUMERATION('PEnum_HeatExchangerArrangement',('COUNTERFLOW','CROSSFLOW','PARALLELFLOW','MULTIPASS','OTHER','NOTKNOWN','UNSET'),$); +#144= IFCSIMPLEPROPERTYTEMPLATE('1mxIE0qUaHuO00025QrE$V',$,'Arrangement','Defines the basic flow arrangements for the heat exchanger:\X\0D\X\0A\X\0D\X\0ACOUNTERFLOW: Counterflow heat exchanger arrangement. \X\0D\X\0ACROSSFLOW: Crossflow heat exchanger arrangement. \X\0D\X\0APARALLELFLOW: Parallel flow heat exchanger arrangement. \X\0D\X\0AMULTIPASS: Multipass flow heat exchanger arrangement. \X\0D\X\0AOTHER: Other type of heat exchanger flow arrangement not defined above.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4769,$,$,$,$); +#4769= IFCPROPERTYENUMERATION('PEnum_HeatExchangerArrangement',('COUNTERFLOW','CROSSFLOW','PARALLELFLOW','MULTIPASS','OTHER','NOTKNOWN','UNSET'),$); -#145= IFCSIMPLEPROPERTYTEMPLATE('2YOl20qUCHuO00025QrE$V',$,'Arrangement','Defines the fan and motor drive arrangement as defined by AMCA.\X\0D\X\0A\X\0D\X\0AARRANGEMENT1: Arrangement 1. \X\0D\X\0AARRANGEMENT2: Arrangement 2. \X\0D\X\0AARRANGEMENT3: Arrangement 3. \X\0D\X\0AARRANGEMENT4: Arrangement 4. \X\0D\X\0AARRANGEMENT7: Arrangement 7. \X\0D\X\0AARRANGEMENT8: Arrangement 8. \X\0D\X\0AARRANGEMENT9: Arrangement 9. \X\0D\X\0AARRANGEMENT10: Arrangement 10. \X\0D\X\0AOTHER: Other type of fan drive arrangement.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4737,$,$,$,$); -#4737= IFCPROPERTYENUMERATION('PEnum_CentrifugalFanArrangement',('ARRANGEMENT1','ARRANGEMENT2','ARRANGEMENT3','ARRANGEMENT4','ARRANGEMENT7','ARRANGEMENT8','ARRANGEMENT9','ARRANGEMENT10','OTHER','NOTKNOWN','UNSET'),$); +#145= IFCSIMPLEPROPERTYTEMPLATE('2YOl20qUCHuO00025QrE$V',$,'Arrangement','Defines the fan and motor drive arrangement as defined by AMCA.\X\0D\X\0A\X\0D\X\0AARRANGEMENT1: Arrangement 1. \X\0D\X\0AARRANGEMENT2: Arrangement 2. \X\0D\X\0AARRANGEMENT3: Arrangement 3. \X\0D\X\0AARRANGEMENT4: Arrangement 4. \X\0D\X\0AARRANGEMENT7: Arrangement 7. \X\0D\X\0AARRANGEMENT8: Arrangement 8. \X\0D\X\0AARRANGEMENT9: Arrangement 9. \X\0D\X\0AARRANGEMENT10: Arrangement 10. \X\0D\X\0AOTHER: Other type of fan drive arrangement.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4772,$,$,$,$); +#4772= IFCPROPERTYENUMERATION('PEnum_CentrifugalFanArrangement',('ARRANGEMENT1','ARRANGEMENT2','ARRANGEMENT3','ARRANGEMENT4','ARRANGEMENT7','ARRANGEMENT8','ARRANGEMENT9','ARRANGEMENT10','OTHER','NOTKNOWN','UNSET'),$); -#146= IFCSIMPLEPROPERTYTEMPLATE('2dONa0qRuHuO00025QrE$V',$,'ArrangementType','Terminal box arrangement.\X\0D\X\0ASingleDuct: Terminal box receives warm or cold air from a single air supply duct.\X\0D\X\0ADualDuct: Terminal box receives warm and cold air from separate air supply ducts.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4740,$,$,$,$); -#4740= IFCPROPERTYENUMERATION('PEnum_AirTerminalBoxArrangementType',('SINGLEDUCT','DUALDUCT','OTHER','NOTKNOWN','UNSET'),$); +#146= IFCSIMPLEPROPERTYTEMPLATE('2dONa0qRuHuO00025QrE$V',$,'ArrangementType','Terminal box arrangement.\X\0D\X\0ASingleDuct: Terminal box receives warm or cold air from a single air supply duct.\X\0D\X\0ADualDuct: Terminal box receives warm and cold air from separate air supply ducts.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4775,$,$,$,$); +#4775= IFCPROPERTYENUMERATION('PEnum_AirTerminalBoxArrangementType',('SINGLEDUCT','DUALDUCT','OTHER','NOTKNOWN','UNSET'),$); #147= IFCSIMPLEPROPERTYTEMPLATE('1_Lzq0qUmHuO00025QrE$V',$,'ArticleNumber','Article number or reference that is be applied to a configured product according to a standard scheme for article number definition as defined by the manufacturer. It is often used as the purchasing number.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); @@ -340,10 +340,10 @@ DATA; #152= IFCSIMPLEPROPERTYTEMPLATE('3W5i6nbkP9NBt_M6PTB5jW',$,'AssemblyInstruction','Instructions to describe how the system / equipment / facility is assembled.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); -#153= IFCSIMPLEPROPERTYTEMPLATE('1YL3k0qUmHuO00025QrE$V',$,'AssemblyPlace','Enumeration defining where the assembly is intended to take place, either in a factory, other offsite location or on the building site.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4754,$,$,$,$); -#4754= IFCPROPERTYENUMERATION('PEnum_AssemblyPlace',('FACTORY','OFFSITE','SITE','OTHER','NOTKNOWN','UNSET'),$); +#153= IFCSIMPLEPROPERTYTEMPLATE('1YL3k0qUmHuO00025QrE$V',$,'AssemblyPlace','Enumeration defining where the assembly is intended to take place, either in a factory, other offsite location or on the building site.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4789,$,$,$,$); +#4789= IFCPROPERTYENUMERATION('PEnum_AssemblyPlace',('FACTORY','OFFSITE','SITE','OTHER','NOTKNOWN','UNSET'),$); -#154= IFCSIMPLEPROPERTYTEMPLATE('2V83A0qUmHuO00025QrE$V',$,'AssemblyPlace','Enumeration defining where the assembly is intended to take place, either in a factory or on the building site.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4754,$,$,$,$); +#154= IFCSIMPLEPROPERTYTEMPLATE('2V83A0qUmHuO00025QrE$V',$,'AssemblyPlace','Enumeration defining where the assembly is intended to take place, either in a factory or on the building site.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4789,$,$,$,$); #155= IFCSIMPLEPROPERTYTEMPLATE('3Rt360qSmHuO00025QrE$V',$,'AssessmentCondition','The overall condition of a product based on an assessment of the contributions to the overall condition made by the various criteria considered. The meanings given to the values of assessed condition should be agreed and documented by local agreements. For instance, is overall condition measured on a scale of 1 - 10 or by assigning names such as Good, OK, Poor.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); @@ -357,23 +357,23 @@ DATA; #160= IFCSIMPLEPROPERTYTEMPLATE('3NSPfml8jBXg1KRcsojDrC',$,'AssessmentType','Category of latest condition assessment report of the asset.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#161= IFCSIMPLEPROPERTYTEMPLATE('2AUdK0qS4HuO00025QrE$V',$,'AssetAccountingType','Identifies the predefined types of risk from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4763,$,$,$,$); -#4763= IFCPROPERTYENUMERATION('PEnum_AssetAccountingType',('FIXED','NONFIXED','OTHER','NOTKNOWN','UNSET'),$); +#161= IFCSIMPLEPROPERTYTEMPLATE('2AUdK0qS4HuO00025QrE$V',$,'AssetAccountingType','Identifies the predefined types of risk from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4798,$,$,$,$); +#4798= IFCPROPERTYENUMERATION('PEnum_AssetAccountingType',('FIXED','NONFIXED','OTHER','NOTKNOWN','UNSET'),$); -#162= IFCSIMPLEPROPERTYTEMPLATE('3gS4Hpk8L3vgoq4ExCulT5',$,'AssetCriticality','Rating of the asset''s criticality to the operation of the facility',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4766,$,$,$,$); -#4766= IFCPROPERTYENUMERATION('PEnum_AssetRating',('VERYHIGH','HIGH','MODERATE','LOW','VERYLOW'),$); +#162= IFCSIMPLEPROPERTYTEMPLATE('3gS4Hpk8L3vgoq4ExCulT5',$,'AssetCriticality','Rating of the asset''s criticality to the operation of the facility',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4801,$,$,$,$); +#4801= IFCPROPERTYENUMERATION('PEnum_AssetRating',('VERYHIGH','HIGH','MODERATE','LOW','VERYLOW'),$); -#163= IFCSIMPLEPROPERTYTEMPLATE('00miw_eHPA8P5HEVj_170C',$,'AssetFrailty','Rating of the asset''s frailty to breakage or deterioration',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4766,$,$,$,$); +#163= IFCSIMPLEPROPERTYTEMPLATE('00miw_eHPA8P5HEVj_170C',$,'AssetFrailty','Rating of the asset''s frailty to breakage or deterioration',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4801,$,$,$,$); -#164= IFCSIMPLEPROPERTYTEMPLATE('2eHze0qS4HuO00025QrE$V',$,'AssetInsuranceType','Identifies the predefined types of insurance rating from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4767,$,$,$,$); -#4767= IFCPROPERTYENUMERATION('PEnum_AssetInsuranceType',('PERSONAL','REAL','OTHER','NOTKNOWN','UNSET'),$); +#164= IFCSIMPLEPROPERTYTEMPLATE('2eHze0qS4HuO00025QrE$V',$,'AssetInsuranceType','Identifies the predefined types of insurance rating from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4802,$,$,$,$); +#4802= IFCPROPERTYENUMERATION('PEnum_AssetInsuranceType',('PERSONAL','REAL','OTHER','NOTKNOWN','UNSET'),$); -#165= IFCSIMPLEPROPERTYTEMPLATE('2a$iGZQAL2IB_7weB7s430',$,'AssetPriority','Combined criticality and frailty rating indicating the operational and maintenance priority of the asset',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4766,$,$,$,$); +#165= IFCSIMPLEPROPERTYTEMPLATE('2a$iGZQAL2IB_7weB7s430',$,'AssetPriority','Combined criticality and frailty rating indicating the operational and maintenance priority of the asset',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4801,$,$,$,$); #166= IFCSIMPLEPROPERTYTEMPLATE('14BbPbaD55EupvLyhdsrvG',$,'AssetStatus','Current status or stage in life cycle.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#167= IFCSIMPLEPROPERTYTEMPLATE('2P_Ru0qS4HuO00025QrE$V',$,'AssetTaxType','Identifies the predefined types of taxation group from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4770,$,$,$,$); -#4770= IFCPROPERTYENUMERATION('PEnum_AssetTaxType',('CAPITALISED','EXPENSED','OTHER','NOTKNOWN','UNSET'),$); +#167= IFCSIMPLEPROPERTYTEMPLATE('2P_Ru0qS4HuO00025QrE$V',$,'AssetTaxType','Identifies the predefined types of taxation group from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4805,$,$,$,$); +#4805= IFCPROPERTYENUMERATION('PEnum_AssetTaxType',('CAPITALISED','EXPENSED','OTHER','NOTKNOWN','UNSET'),$); #168= IFCSIMPLEPROPERTYTEMPLATE('1FqkTRAnDBMPRCYYM1pIPQ',$,'AssetUse','General use category of the asset',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); @@ -425,28 +425,28 @@ DATA; #192= IFCSIMPLEPROPERTYTEMPLATE('3BJLDYF6PEFRJQcM08GUi3',$,'AxleCounterResponseTime','The time that axle counter can detect the axles of locomotive and vehicle.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#193= IFCSIMPLEPROPERTYTEMPLATE('0USybSq193BewNju5coT5m',$,'AxleCountingEquipmentType','The type of axle counting equipment.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4818,$,$,$,$); -#4818= IFCPROPERTYENUMERATION('PEnum_AxleCountingEquipmentType',('EVALUATOR','WHEELDETECTOR','OTHER','NOTKNOWN','UNSET'),$); +#193= IFCSIMPLEPROPERTYTEMPLATE('0USybSq193BewNju5coT5m',$,'AxleCountingEquipmentType','The type of axle counting equipment.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4853,$,$,$,$); +#4853= IFCPROPERTYENUMERATION('PEnum_AxleCountingEquipmentType',('EVALUATOR','WHEELDETECTOR','OTHER','NOTKNOWN','UNSET'),$); #194= IFCSIMPLEPROPERTYTEMPLATE('36E2s0qWSHuO00025QrE$V',$,'Azimuth','The azimuth of the outward normal for the outward or upward facing surface.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPlaneAngleMeasure',$,$,$,$,$); #195= IFCSIMPLEPROPERTYTEMPLATE('2AeuY0f$T5tOa37WsvTOTr',$,'BackboardType','The type of the backboard of the signal frame.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#196= IFCSIMPLEPROPERTYTEMPLATE('2aUtu0qUWHuO00025QrE$V',$,'BackflowPreventerType','Identifies the type of backflow preventer installed to prevent the backflow of contaminated or polluted water from an irrigation/reticulation system to a potable water supply.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4820,$,$,$,$); -#4820= IFCPROPERTYENUMERATION('PEnum_BackflowPreventerType',('NONE','ATMOSPHERICVACUUMBREAKER','ANTISIPHONVALVE','DOUBLECHECKBACKFLOWPREVENTER','PRESSUREVACUUMBREAKER','REDUCEDPRESSUREBACKFLOWPREVENTER','OTHER','NOTKNOWN','UNSET'),$); +#196= IFCSIMPLEPROPERTYTEMPLATE('2aUtu0qUWHuO00025QrE$V',$,'BackflowPreventerType','Identifies the type of backflow preventer installed to prevent the backflow of contaminated or polluted water from an irrigation/reticulation system to a potable water supply.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4855,$,$,$,$); +#4855= IFCPROPERTYENUMERATION('PEnum_BackflowPreventerType',('NONE','ATMOSPHERICVACUUMBREAKER','ANTISIPHONVALVE','DOUBLECHECKBACKFLOWPREVENTER','PRESSUREVACUUMBREAKER','REDUCEDPRESSUREBACKFLOWPREVENTER','OTHER','NOTKNOWN','UNSET'),$); -#197= IFCSIMPLEPROPERTYTEMPLATE('1ftGe0qXSHuO00025QrE$V',$,'BackInletPatternType','Identifies the pattern of inlet connections to a gully trap.\X\0D\X\0A\X\0D\X\0AA gulley trap may have 0,1,2,3 or 4 inlet connections and the pattern of their arrangement may vary. The enumeration makes the convention that an outlet is either vertical or is placed at the bottom (south side) of the gully trap (when viewed in plan). Position 1 is to the left (west), position 2 is to the top (north), position 3 is to the right (east) and position 4 is to the bottom (south).\X\0D\X\0A\X\0D\X\0A 2\X\0D\X\0A |\X\0D\X\0A ----------------\X\0D\X\0A ! |\X\0D\X\0A1-| |-3\X\0D\X\0A ! |\X\0D\X\0A ----------------\X\0D\X\0A |\X\0D\X\0A 4',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4822,$,$,$,$); -#4822= IFCPROPERTYENUMERATION('PEnum_BackInletPatternType',('NONE','1','2','3','4','12','13','14','23','24','34','123','124','134','234','1234'),$); +#197= IFCSIMPLEPROPERTYTEMPLATE('1ftGe0qXSHuO00025QrE$V',$,'BackInletPatternType','Identifies the pattern of inlet connections to a gully trap.\X\0D\X\0A\X\0D\X\0AA gulley trap may have 0,1,2,3 or 4 inlet connections and the pattern of their arrangement may vary. The enumeration makes the convention that an outlet is either vertical or is placed at the bottom (south side) of the gully trap (when viewed in plan). Position 1 is to the left (west), position 2 is to the top (north), position 3 is to the right (east) and position 4 is to the bottom (south).\X\0D\X\0A\X\0D\X\0A 2\X\0D\X\0A |\X\0D\X\0A ----------------\X\0D\X\0A ! |\X\0D\X\0A1-| |-3\X\0D\X\0A ! |\X\0D\X\0A ----------------\X\0D\X\0A |\X\0D\X\0A 4',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4857,$,$,$,$); +#4857= IFCPROPERTYENUMERATION('PEnum_BackInletPatternType',('NONE','1','2','3','4','12','13','14','23','24','34','123','124','134','234','1234'),$); -#198= IFCSIMPLEPROPERTYTEMPLATE('3qlWI0qXSHuO00025QrE$V',$,'BackInletPatternType','Identifies the pattern of inlet connections to a gully trap.\X\0D\X\0A\X\0D\X\0AA gulley trap may have 0,1,2,3 or 4 inlet connections and the pattern of their arrangement may vary. The enumeration makes the convention that an outlet is either vertical or is placed at the bottom (south side) of the gully trap (when viewed in plan). Position 1 is to the left (west), position 2 is to the top (north), position 3 is to the right (east) and position 4 is to the bottom (south).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4822,$,$,$,$); +#198= IFCSIMPLEPROPERTYTEMPLATE('3qlWI0qXSHuO00025QrE$V',$,'BackInletPatternType','Identifies the pattern of inlet connections to a gully trap.\X\0D\X\0A\X\0D\X\0AA gulley trap may have 0,1,2,3 or 4 inlet connections and the pattern of their arrangement may vary. The enumeration makes the convention that an outlet is either vertical or is placed at the bottom (south side) of the gully trap (when viewed in plan). Position 1 is to the left (west), position 2 is to the top (north), position 3 is to the right (east) and position 4 is to the bottom (south).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4857,$,$,$,$); -#199= IFCSIMPLEPROPERTYTEMPLATE('0QDHa0qUmHuO00025QrE$V',$,'BackupSupplySystem','The type of backup supply system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4826,$,$,$,$); -#4826= IFCPROPERTYENUMERATION('PEnum_BackupSupplySystemType',('LOCALBATTERY','CENTRALBATTERY','OTHER','NOTKNOWN','UNSET'),$); +#199= IFCSIMPLEPROPERTYTEMPLATE('0QDHa0qUmHuO00025QrE$V',$,'BackupSupplySystem','The type of backup supply system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4861,$,$,$,$); +#4861= IFCPROPERTYENUMERATION('PEnum_BackupSupplySystemType',('LOCALBATTERY','CENTRALBATTERY','OTHER','NOTKNOWN','UNSET'),$); #200= IFCSIMPLEPROPERTYTEMPLATE('3qGbr0Q199cuUUYiO3nY0i',$,'BandWidth','Indicates the bandwidth for telecommunication of the device.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#201= IFCSIMPLEPROPERTYTEMPLATE('38Ihu0qW0HuO00025QrE$V',$,'BarAllocationType','Defines the type of the reinforcement bar allocation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4830,$,$,$,$); -#4830= IFCPROPERTYENUMERATION('PEnum_ReinforcementBarAllocationType',('SINGLE','DOUBLE','ALTERNATE','OTHER','USERDEFINED','NOTDEFINED'),$); +#201= IFCSIMPLEPROPERTYTEMPLATE('38Ihu0qW0HuO00025QrE$V',$,'BarAllocationType','Defines the type of the reinforcement bar allocation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4865,$,$,$,$); +#4865= IFCPROPERTYENUMERATION('PEnum_ReinforcementBarAllocationType',('SINGLE','DOUBLE','ALTERNATE','OTHER','USERDEFINED','NOTDEFINED'),$); #202= IFCSIMPLEPROPERTYTEMPLATE('1H2oy0qUmHuO00025QrE$V',$,'BarCode','The identity of the bar code given to an occurrence of the product.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); @@ -470,22 +470,22 @@ DATA; #212= IFCSIMPLEPROPERTYTEMPLATE('2p2sg0qTCHuO00025QrE$V',$,'BaseThickness','The thickness of the chamber base construction\X\0D\X\0ANOTE: It is assumed that chamber base will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#213= IFCSIMPLEPROPERTYTEMPLATE('25X_Q0qVuHuO00025QrE$V',$,'BaseType','Defines general types of pump bases.\X\0D\X\0A\X\0D\X\0AFRAME: Frame. \X\0D\X\0ABASE: Base. \X\0D\X\0ANONE: There is no pump base, such as an inline pump. \X\0D\X\0AOTHER: Other type of pump base.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4862,$,$,$,$); -#4862= IFCPROPERTYENUMERATION('PEnum_PumpBaseType',('FRAME','BASE','NONE','OTHER','NOTKNOWN','UNSET'),$); +#213= IFCSIMPLEPROPERTYTEMPLATE('25X_Q0qVuHuO00025QrE$V',$,'BaseType','Defines general types of pump bases.\X\0D\X\0A\X\0D\X\0AFRAME: Frame. \X\0D\X\0ABASE: Base. \X\0D\X\0ANONE: There is no pump base, such as an inline pump. \X\0D\X\0AOTHER: Other type of pump base.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4897,$,$,$,$); +#4897= IFCPROPERTYENUMERATION('PEnum_PumpBaseType',('FRAME','BASE','NONE','OTHER','NOTKNOWN','UNSET'),$); #214= IFCSIMPLEPROPERTYTEMPLATE('3MD1i0qSyHuO00025QrE$V',$,'BasinReserveVolume','Volume between operating and overflow levels in cooling tower basin.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); #215= IFCSIMPLEPROPERTYTEMPLATE('1SNbg0qUmHuO00025QrE$V',$,'BatchReference','The identity of the batch reference from which an occurrence of a product is taken.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#216= IFCSIMPLEPROPERTYTEMPLATE('3GLos0qW4HuO00025QrE$V',$,'BathType','The property enumeration defines the types of bath that may be specified within the property set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4867,$,$,$,$); -#4867= IFCPROPERTYENUMERATION('PEnum_BathType',('DOMESTIC','FOOT','POOL','PLUNGE','SITZ','SPA','TREATMENT','OTHER','NOTKNOWN','UNSET'),$); +#216= IFCSIMPLEPROPERTYTEMPLATE('3GLos0qW4HuO00025QrE$V',$,'BathType','The property enumeration defines the types of bath that may be specified within the property set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4902,$,$,$,$); +#4902= IFCPROPERTYENUMERATION('PEnum_BathType',('DOMESTIC','FOOT','POOL','PLUNGE','SITZ','SPA','TREATMENT','OTHER','NOTKNOWN','UNSET'),$); #217= IFCSIMPLEPROPERTYTEMPLATE('00v9g0qVKHuO00025QrE$V',$,'BatterAtEnd','The angle, in radians, by which the formwork at the ending face of a piece is to be rotated from the vertical in order to compensate for the rotation of the face that will occur once the piece is stripped from its form, inducing camber due to eccentric prestressing.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); #218= IFCSIMPLEPROPERTYTEMPLATE('3xXr00qVGHuO00025QrE$V',$,'BatterAtStart','The angle, in radians, by which the formwork at the starting face of a piece is to be rotated from the vertical in order to compensate for the rotation of the face that will occur once the piece is stripped from its form, inducing camber due to eccentric prestressing.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#219= IFCSIMPLEPROPERTYTEMPLATE('1gCweXW9v248GPX0vRTL$f',$,'BatteryChargingType','Identifies the predefined types of battery charging.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4872,$,$,$,$); -#4872= IFCPROPERTYENUMERATION('PEnum_BatteryChargingType',('RECHARGEABLE','SINGLECHARGE','OTHER','NOTKNOWN','UNSET'),$); +#219= IFCSIMPLEPROPERTYTEMPLATE('1gCweXW9v248GPX0vRTL$f',$,'BatteryChargingType','Identifies the predefined types of battery charging.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4907,$,$,$,$); +#4907= IFCPROPERTYENUMERATION('PEnum_BatteryChargingType',('RECHARGEABLE','SINGLECHARGE','OTHER','NOTKNOWN','UNSET'),$); #220= IFCSIMPLEPROPERTYTEMPLATE('10Iy20qSuHuO00025QrE$V',$,'BeamCoolingCapacity','Cooling capacity of beam. This excludes cooling capacity of supply air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); @@ -515,8 +515,8 @@ DATA; #233= IFCSIMPLEPROPERTYTEMPLATE('3luyrgW5f2MfRaz4L28ggQ',$,'BentSpacing','Bent (upright) spacing',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#234= IFCSIMPLEPROPERTYTEMPLATE('1LqIMaFG1E_wM6$ISDhRBy',$,'BerthApproach','How the vessel approaches the berth',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4879,$,$,$,$); -#4879= IFCPROPERTYENUMERATION('PEnum_BerthApproach',('SIDE','END'),$); +#234= IFCSIMPLEPROPERTYTEMPLATE('1LqIMaFG1E_wM6$ISDhRBy',$,'BerthApproach','How the vessel approaches the berth',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4914,$,$,$,$); +#4914= IFCPROPERTYENUMERATION('PEnum_BerthApproach',('SIDE','END'),$); #235= IFCSIMPLEPROPERTYTEMPLATE('3mukLKUYvFDBZX5V9O8L21',$,'BerthCargoWeight','Total cargo weight of berths within the facility',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); @@ -526,26 +526,26 @@ DATA; #238= IFCSIMPLEPROPERTYTEMPLATE('0lfz_btiD35xmqq3NTnBX2',$,'BerthingVelocity','Velocity of the vessel as it berths',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#239= IFCSIMPLEPROPERTYTEMPLATE('0MTZ3yk9jEGRBp1YWiaSMb',$,'BerthMode','Orientation of vessel as it approaches berth',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4880,$,$,$,$); -#4880= IFCPROPERTYENUMERATION('PEnum_BerthMode',('BOW','STERN'),$); +#239= IFCSIMPLEPROPERTYTEMPLATE('0MTZ3yk9jEGRBp1YWiaSMb',$,'BerthMode','Orientation of vessel as it approaches berth',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4915,$,$,$,$); +#4915= IFCPROPERTYENUMERATION('PEnum_BerthMode',('BOW','STERN'),$); #240= IFCSIMPLEPROPERTYTEMPLATE('2x4Y1IYYv4$h9BLcWB9gLQ',$,'Berths','Number of standard berths within the facility',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#241= IFCSIMPLEPROPERTYTEMPLATE('0Mu6G0qT4HuO00025QrE$V',$,'BladeAction','Blade action.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4881,$,$,$,$); -#4881= IFCPROPERTYENUMERATION('PEnum_DamperBladeAction',('FOLDINGCURTAIN','PARALLEL','OPPOSED','SINGLE','OTHER','NOTKNOWN','UNSET'),$); +#241= IFCSIMPLEPROPERTYTEMPLATE('0Mu6G0qT4HuO00025QrE$V',$,'BladeAction','Blade action.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4916,$,$,$,$); +#4916= IFCPROPERTYENUMERATION('PEnum_DamperBladeAction',('FOLDINGCURTAIN','PARALLEL','OPPOSED','SINGLE','OTHER','NOTKNOWN','UNSET'),$); -#242= IFCSIMPLEPROPERTYTEMPLATE('0nijY0qT4HuO00025QrE$V',$,'BladeEdge','Blade edge.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4883,$,$,$,$); -#4883= IFCPROPERTYENUMERATION('PEnum_DamperBladeEdge',('CRIMPED','UNCRIMPED','OTHER','NOTKNOWN','UNSET'),$); +#242= IFCSIMPLEPROPERTYTEMPLATE('0nijY0qT4HuO00025QrE$V',$,'BladeEdge','Blade edge.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4918,$,$,$,$); +#4918= IFCPROPERTYENUMERATION('PEnum_DamperBladeEdge',('CRIMPED','UNCRIMPED','OTHER','NOTKNOWN','UNSET'),$); #243= IFCSIMPLEPROPERTYTEMPLATE('3CNkU0qT0HuO00025QrE$V',$,'BladePositionAngle','Blade position angle; angle between the blade and flow direction ( 0 - 90).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositivePlaneAngleMeasure',$,$,$,$,$); #244= IFCSIMPLEPROPERTYTEMPLATE('2ofuc3Up1869TEaeM_5Uhn',$,'BladeRadius','The radius of the blade bend defined as design parameter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#245= IFCSIMPLEPROPERTYTEMPLATE('0bBe00qT4HuO00025QrE$V',$,'BladeShape','Blade shape. Flat means triple V-groove.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4886,$,$,$,$); -#4886= IFCPROPERTYENUMERATION('PEnum_DamperBladeShape',('FLAT','FABRICATEDAIRFOIL','EXTRUDEDAIRFOIL','OTHER','NOTKNOWN','UNSET'),$); +#245= IFCSIMPLEPROPERTYTEMPLATE('0bBe00qT4HuO00025QrE$V',$,'BladeShape','Blade shape. Flat means triple V-groove.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4921,$,$,$,$); +#4921= IFCPROPERTYENUMERATION('PEnum_DamperBladeShape',('FLAT','FABRICATEDAIRFOIL','EXTRUDEDAIRFOIL','OTHER','NOTKNOWN','UNSET'),$); -#246= IFCSIMPLEPROPERTYTEMPLATE('1$5SWy5mf8nPhe9jueRr_a',$,'BladesOrientation','Orientation of internal blades.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4888,$,$,$,$); -#4888= IFCPROPERTYENUMERATION('PEnum_BladesOrientation',('BLADESOUTSIDE','BLADESINSIDE','OTHER','NOTKNOWN','UNSET'),$); +#246= IFCSIMPLEPROPERTYTEMPLATE('1$5SWy5mf8nPhe9jueRr_a',$,'BladesOrientation','Orientation of internal blades.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4923,$,$,$,$); +#4923= IFCPROPERTYENUMERATION('PEnum_BladesOrientation',('BLADESOUTSIDE','BLADESINSIDE','OTHER','NOTKNOWN','UNSET'),$); #247= IFCSIMPLEPROPERTYTEMPLATE('0DxvA0qT4HuO00025QrE$V',$,'BladeThickness','The thickness of the damper blade.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); @@ -563,30167 +563,30246 @@ DATA; #254= IFCSIMPLEPROPERTYTEMPLATE('0zNwWthFTDjuOnS8GoqDch',$,'BoreholeElevation','If present, the property reports the elevation data in meters for the borehole (i.e., wellbore) start point. This is a compromise approach to allow for delivery of legacy 2D data without elevation data, and for software that cannot process a 3D GM_Point.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#255= IFCSIMPLEPROPERTYTEMPLATE('0DT5srGsL6xA1DS1X9AiCL',$,'BoreholeInclination','The angle formed by a vertical line and the vertical component in the borehole direction is entered.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#255= IFCSIMPLEPROPERTYTEMPLATE('1LBvY6mqnA6Bh1tDfqA$ws',$,'BoreholeGeophysConfiguration','Configuration of the sources and receivers used in the borehole geophysical surveys.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); -#256= IFCSIMPLEPROPERTYTEMPLATE('3Q4N7zz8fFIPA03iGeIzS1',$,'BoreholeLengthDrilled','The length of a borehole as drilled and logged, in metres, as determined by the data provider.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#256= IFCSIMPLEPROPERTYTEMPLATE('0DT5srGsL6xA1DS1X9AiCL',$,'BoreholeInclination','The angle formed by a vertical line and the vertical component in the borehole direction is entered.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#257= IFCSIMPLEPROPERTYTEMPLATE('1_khbjyjf8z9JjevtGbGtr',$,'BoreholeLengthPlanned','The planned length of a borehole e.g. in a site investigation program, in metres, as determined by the data provider.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#257= IFCSIMPLEPROPERTYTEMPLATE('3Q4N7zz8fFIPA03iGeIzS1',$,'BoreholeLengthDrilled','The length of a borehole as drilled and logged, in metres, as determined by the data provider.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#258= IFCSIMPLEPROPERTYTEMPLATE('19nhs50GzAe8WtYEV3BYlH',$,'BoreholePurpose','The purpose property reports the purpose for which the borehole was drilled.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#258= IFCSIMPLEPROPERTYTEMPLATE('1_khbjyjf8z9JjevtGbGtr',$,'BoreholeLengthPlanned','The planned length of a borehole e.g. in a site investigation program, in metres, as determined by the data provider.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#259= IFCSIMPLEPROPERTYTEMPLATE('1VopAZOTj308bCkHC7bFi5',$,'BoreholeState','The state the borehole or trial pit has been left in. (boreholeML).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4899,$,$,$,$); -#4899= IFCPROPERTYENUMERATION('PEnum_BoreholeStatus',('CAP_REPLACED','CASING_REPLACED','CASING_PARTIALLY_REPLACED','CASING_INSTALLED','INSTALLED','RECONDITIONED','CHAMBER_RECONDITIONED','DECONSTRUCTED','PARTIALLY_DECONSTRUCTED','REFILLED','PARTIALLY_REFILLED','USERDEFINED','NOTKNOWN','NOTDEFINED'),$); +#259= IFCSIMPLEPROPERTYTEMPLATE('19nhs50GzAe8WtYEV3BYlH',$,'BoreholePurpose','The purpose property reports the purpose for which the borehole was drilled.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#260= IFCSIMPLEPROPERTYTEMPLATE('2QNdq0qV8HuO00025QrE$V',$,'BoreSize','The nominal bore of the pipe flange.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#260= IFCSIMPLEPROPERTYTEMPLATE('1VopAZOTj308bCkHC7bFi5',$,'BoreholeState','The state the borehole or trial pit has been left in. (boreholeML).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4934,$,$,$,$); +#4934= IFCPROPERTYENUMERATION('PEnum_BoreholeStatus',('CAP_REPLACED','CASING_REPLACED','CASING_PARTIALLY_REPLACED','CASING_INSTALLED','INSTALLED','RECONDITIONED','CHAMBER_RECONDITIONED','DECONSTRUCTED','PARTIALLY_DECONSTRUCTED','REFILLED','PARTIALLY_REFILLED','USERDEFINED','NOTKNOWN','NOTDEFINED'),$); -#261= IFCSIMPLEPROPERTYTEMPLATE('1wKb_YtzfA_xM$jfazqTfc',$,'BotanicalName','Formal scientific name conforming to the International Code of Nomenclature for algae, fungi, and plants (ICN)',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#261= IFCSIMPLEPROPERTYTEMPLATE('2QNdq0qV8HuO00025QrE$V',$,'BoreSize','The nominal bore of the pipe flange.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#262= IFCSIMPLEPROPERTYTEMPLATE('3yRB60qVKHuO00025QrE$V',$,'BottomCover','Bottom cover of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#262= IFCSIMPLEPROPERTYTEMPLATE('1wKb_YtzfA_xM$jfazqTfc',$,'BotanicalName','Formal scientific name conforming to the International Code of Nomenclature for algae, fungi, and plants (ICN)',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#263= IFCSIMPLEPROPERTYTEMPLATE('3bLi1JRx93T88yfLqjfaa3',$,'Boulders','Description of expected or observed boulders features.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#263= IFCSIMPLEPROPERTYTEMPLATE('3yRB60qVKHuO00025QrE$V',$,'BottomCover','Bottom cover of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#264= IFCSIMPLEPROPERTYTEMPLATE('3OFU_v1XvEGvqbexrHXzdz',$,'Boulders','Description of expected or observed boulders features.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#264= IFCSIMPLEPROPERTYTEMPLATE('3bLi1JRx93T88yfLqjfaa3',$,'Boulders','Description of expected or observed boulders features.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#265= IFCSIMPLEPROPERTYTEMPLATE('1R39LZPv19iQPBk6DS_nYX',$,'BouldersVolume','Relative volume of boulders (typically larger than 200mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#265= IFCSIMPLEPROPERTYTEMPLATE('3OFU_v1XvEGvqbexrHXzdz',$,'Boulders','Description of expected or observed boulders features.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#266= IFCSIMPLEPROPERTYTEMPLATE('1XVj80qWiHuO00025QrE$V',$,'BoundaryAreaHeatLoss','Heat loss per unit area for the boundary object. This is a design input value for use in the absence of calculated load data.',.P_SINGLEVALUE.,'IfcHeatFluxDensityMeasure',$,$,$,$,$,$); +#266= IFCSIMPLEPROPERTYTEMPLATE('1R39LZPv19iQPBk6DS_nYX',$,'BouldersVolume','Relative volume of boulders (typically larger than 200mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#267= IFCSIMPLEPROPERTYTEMPLATE('3S5C4lkGf3_vevKH2HI3L4',$,'BrakingLength','Length of the braking distance as a design parameter of the bumper occurrence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#267= IFCSIMPLEPROPERTYTEMPLATE('1XVj80qWiHuO00025QrE$V',$,'BoundaryAreaHeatLoss','Heat loss per unit area for the boundary object. This is a design input value for use in the absence of calculated load data.',.P_SINGLEVALUE.,'IfcHeatFluxDensityMeasure',$,$,$,$,$,$); -#268= IFCSIMPLEPROPERTYTEMPLATE('22jf5Fjrb7QQNs0siCGIsQ',$,'BranchLineDirection','Describes the direction associated to the branch line of the turnout (deviated branch).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4906,$,$,$,$); -#4906= IFCPROPERTYENUMERATION('PEnum_BranchLineDirection',('LEFTDEVIATION','RIGHTDEVIATION','SYMETRIC','RIGHT_LEFTDEVIATION','RIGHT_RIGHTDEVIATION','LEFT_LEFTDEVIATION','LEFT_RIGHTDEVIATION','OTHER','NOTKNOWN','UNSET'),$); +#268= IFCSIMPLEPROPERTYTEMPLATE('3S5C4lkGf3_vevKH2HI3L4',$,'BrakingLength','Length of the braking distance as a design parameter of the bumper occurrence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#269= IFCSIMPLEPROPERTYTEMPLATE('36oHQCC0b0jubTadGmGjOS',$,'BreakdownVoltageTolerance','Nominal value of the spark gap breakdown voltage tolerance.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#269= IFCSIMPLEPROPERTYTEMPLATE('22jf5Fjrb7QQNs0siCGIsQ',$,'BranchLineDirection','Describes the direction associated to the branch line of the turnout (deviated branch).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4941,$,$,$,$); +#4941= IFCPROPERTYENUMERATION('PEnum_BranchLineDirection',('LEFTDEVIATION','RIGHTDEVIATION','SYMETRIC','RIGHT_LEFTDEVIATION','RIGHT_RIGHTDEVIATION','LEFT_LEFTDEVIATION','LEFT_RIGHTDEVIATION','OTHER','NOTKNOWN','UNSET'),$); -#270= IFCSIMPLEPROPERTYTEMPLATE('3PZyo0qVWHuO00025QrE$V',$,'BreakerUnitCurve','A curve that establishes the let through energy of a breaker unit when a particular prospective current is applied. Note that the breaker unit curve is defined within a Cartesian coordinate system and this fact must be asserted within the property set:\X\0D\X\0A\X\0D\X\0A(1) Defining value: ProspectiveCurrent: A list of minimum 2 and maximum 16 numbers providing the currents in [A] for points in the current/I2t log/log coordinate space. The curve is drawn as a straight line between two consecutive points.\X\0D\X\0A(2) Defined value: LetThroughEnergy: A list of minimum 2 and maximum 16 numbers providing the let-through energy, I2t, in [A2s] for points in the current/I2t log/log coordinate space. The curve is drawn as a straight line between two consecutive points.',.P_TABLEVALUE.,'IfcElectricCurrentMeasure','IfcReal',$,$,$,$,$); +#270= IFCSIMPLEPROPERTYTEMPLATE('36oHQCC0b0jubTadGmGjOS',$,'BreakdownVoltageTolerance','Nominal value of the spark gap breakdown voltage tolerance.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#271= IFCSIMPLEPROPERTYTEMPLATE('0cSwC0qVaHuO00025QrE$V',$,'BreakerUnitFuseBreakingingCurve','A curve that establishes the let through breaking energy of a breaker unit when a particular prospective breaking current is applied. Note that the breaker unit fuse breaking curve is defined within a Cartesian coordinate system and this fact must be:\X\0D\X\0A\X\0D\X\0A(1) Defining value: ProspectiveCurrentBreaking: A list of minimum 2 and maximum 8 numbers providing the currents in [A] for points in the\X\0D\X\0Acurrent/breaking energy log/log coordinate space. The curve is drawn as a straight line between two consecutive points.\X\0D\X\0A(2) Defined value: LetThroughBreakingEnergy: A list of minimum 2 and maximum 8 numbers providing the breaking energy whereby the fuse has provided a break, I2t, in [A2s] for points in the current/breakting_energy log/log coordinate space. The curve is drawn as a straight line between two consecutive.',.P_TABLEVALUE.,'IfcElectricCurrentMeasure','IfcReal',$,$,$,$,$); +#271= IFCSIMPLEPROPERTYTEMPLATE('3PZyo0qVWHuO00025QrE$V',$,'BreakerUnitCurve','A curve that establishes the let through energy of a breaker unit when a particular prospective current is applied. Note that the breaker unit curve is defined within a Cartesian coordinate system and this fact must be asserted within the property set:\X\0D\X\0A\X\0D\X\0A(1) Defining value: ProspectiveCurrent: A list of minimum 2 and maximum 16 numbers providing the currents in [A] for points in the current/I2t log/log coordinate space. The curve is drawn as a straight line between two consecutive points.\X\0D\X\0A(2) Defined value: LetThroughEnergy: A list of minimum 2 and maximum 16 numbers providing the let-through energy, I2t, in [A2s] for points in the current/I2t log/log coordinate space. The curve is drawn as a straight line between two consecutive points.',.P_TABLEVALUE.,'IfcElectricCurrentMeasure','IfcReal',$,$,$,$,$); -#272= IFCSIMPLEPROPERTYTEMPLATE('0LAfQ0qVaHuO00025QrE$V',$,'BreakerUnitFuseMeltingCurve','A curve that establishes the energy required to melt the fuse of a breaker unit when a particular prospective melting current is applied. Note that the breaker unit fuse melting curve is defined within a Cartesian coordinate system and this fact must be:\X\0D\X\0A\X\0D\X\0A(1) Defining value: ProspectiveCurrentMelting :A list of minimum 2 and maximum 8 numbers providing the currents in [A] for points in the\X\0D\X\0Acurrent/melting_energy log/log coordinate space. The curve is drawn as a straight line between two consecutive points.\X\0D\X\0A(2) Defined value: MeltingEnergy: A list of minimum 2 and maximum 8 numbers providing the energy whereby the fuse is starting to melt, I2t, in [A2s] for points in the current/melting_energy log/log coordinate space. The curve is drawn as a straight line between two consecutive points.',.P_TABLEVALUE.,'IfcElectricCurrentMeasure','IfcReal',$,$,$,$,$); +#272= IFCSIMPLEPROPERTYTEMPLATE('0cSwC0qVaHuO00025QrE$V',$,'BreakerUnitFuseBreakingingCurve','A curve that establishes the let through breaking energy of a breaker unit when a particular prospective breaking current is applied. Note that the breaker unit fuse breaking curve is defined within a Cartesian coordinate system and this fact must be:\X\0D\X\0A\X\0D\X\0A(1) Defining value: ProspectiveCurrentBreaking: A list of minimum 2 and maximum 8 numbers providing the currents in [A] for points in the\X\0D\X\0Acurrent/breaking energy log/log coordinate space. The curve is drawn as a straight line between two consecutive points.\X\0D\X\0A(2) Defined value: LetThroughBreakingEnergy: A list of minimum 2 and maximum 8 numbers providing the breaking energy whereby the fuse has provided a break, I2t, in [A2s] for points in the current/breakting_energy log/log coordinate space. The curve is drawn as a straight line between two consecutive.',.P_TABLEVALUE.,'IfcElectricCurrentMeasure','IfcReal',$,$,$,$,$); -#273= IFCSIMPLEPROPERTYTEMPLATE('1e14u0qVaHuO00025QrE$V',$,'BreakerUnitIPICurve','A curve that establishes the let through peak current of a breaker unit when a particular prospective current is applied. Note that the breaker unit IPI curve is defined within a Cartesian coordinate system and this fact must be asserted within the property set:\X\0D\X\0A\X\0D\X\0A(1) Defining value: A list of minimum 2 and maximum 16 numbers providing the currents in [A] for points in the I/\S\N log/log coordinate space. The curve is drawn as a straight line between two consecutive points.\X\0D\X\0A(2) Defined value: A list of minimum 2 and maximum 16 numbers providing the let-through peak currents, \S\N, in [A] for points in the I/\S\N log/log coordinate space. The curve is drawn as a straight line between two consecutive points.',.P_TABLEVALUE.,'IfcElectricCurrentMeasure','IfcElectricCurrentMeasure',$,$,$,$,$); +#273= IFCSIMPLEPROPERTYTEMPLATE('0LAfQ0qVaHuO00025QrE$V',$,'BreakerUnitFuseMeltingCurve','A curve that establishes the energy required to melt the fuse of a breaker unit when a particular prospective melting current is applied. Note that the breaker unit fuse melting curve is defined within a Cartesian coordinate system and this fact must be:\X\0D\X\0A\X\0D\X\0A(1) Defining value: ProspectiveCurrentMelting :A list of minimum 2 and maximum 8 numbers providing the currents in [A] for points in the\X\0D\X\0Acurrent/melting_energy log/log coordinate space. The curve is drawn as a straight line between two consecutive points.\X\0D\X\0A(2) Defined value: MeltingEnergy: A list of minimum 2 and maximum 8 numbers providing the energy whereby the fuse is starting to melt, I2t, in [A2s] for points in the current/melting_energy log/log coordinate space. The curve is drawn as a straight line between two consecutive points.',.P_TABLEVALUE.,'IfcElectricCurrentMeasure','IfcReal',$,$,$,$,$); -#274= IFCSIMPLEPROPERTYTEMPLATE('0SRRZKplf9oAKBz3w0a2po',$,'BreakingCapacity','The current that a fuse, circuit breaker, or other electrical apparatus is able to interrupt without being destroyed or causing an electric arc with unacceptable duration.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#274= IFCSIMPLEPROPERTYTEMPLATE('1e14u0qVaHuO00025QrE$V',$,'BreakerUnitIPICurve','A curve that establishes the let through peak current of a breaker unit when a particular prospective current is applied. Note that the breaker unit IPI curve is defined within a Cartesian coordinate system and this fact must be asserted within the property set:\X\0D\X\0A\X\0D\X\0A(1) Defining value: A list of minimum 2 and maximum 16 numbers providing the currents in [A] for points in the I/\S\N log/log coordinate space. The curve is drawn as a straight line between two consecutive points.\X\0D\X\0A(2) Defined value: A list of minimum 2 and maximum 16 numbers providing the let-through peak currents, \S\N, in [A] for points in the I/\S\N log/log coordinate space. The curve is drawn as a straight line between two consecutive points.',.P_TABLEVALUE.,'IfcElectricCurrentMeasure','IfcElectricCurrentMeasure',$,$,$,$,$); -#275= IFCSIMPLEPROPERTYTEMPLATE('19I8m0qUOHuO00025QrE$V',$,'BreechingInletType','Defines the type of breeching inlet.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4919,$,$,$,$); -#4919= IFCPROPERTYENUMERATION('PEnum_BreechingInletType',('TWOWAY','FOURWAY','OTHER','USERDEFINED','NOTDEFINED'),$); +#275= IFCSIMPLEPROPERTYTEMPLATE('0SRRZKplf9oAKBz3w0a2po',$,'BreakingCapacity','The current that a fuse, circuit breaker, or other electrical apparatus is able to interrupt without being destroyed or causing an electric arc with unacceptable duration.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#276= IFCSIMPLEPROPERTYTEMPLATE('2hZvM0qS8HuO00025QrE$V',$,'Brightness','Indicates the display brightness.',.P_SINGLEVALUE.,'IfcIlluminanceMeasure',$,$,$,$,$,$); +#276= IFCSIMPLEPROPERTYTEMPLATE('19I8m0qUOHuO00025QrE$V',$,'BreechingInletType','Defines the type of breeching inlet.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4954,$,$,$,$); +#4954= IFCPROPERTYENUMERATION('PEnum_BreechingInletType',('TWOWAY','FOURWAY','OTHER','USERDEFINED','NOTDEFINED'),$); -#277= IFCSIMPLEPROPERTYTEMPLATE('12TaK0qVSHuO00025QrE$V',$,'BudgetSource','The budget source requested.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#277= IFCSIMPLEPROPERTYTEMPLATE('2hZvM0qS8HuO00025QrE$V',$,'Brightness','Indicates the display brightness.',.P_SINGLEVALUE.,'IfcIlluminanceMeasure',$,$,$,$,$,$); -#278= IFCSIMPLEPROPERTYTEMPLATE('3JLHo0qWSHuO00025QrE$V',$,'BuildableArea','The area of site utilization expressed as a maximum value according to local building codes.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#278= IFCSIMPLEPROPERTYTEMPLATE('12TaK0qVSHuO00025QrE$V',$,'BudgetSource','The budget source requested.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#279= IFCSIMPLEPROPERTYTEMPLATE('3Yr6M0qWSHuO00025QrE$V',$,'BuildingHeightLimit','Allowed maximum height of buildings on this site - according to local building codes.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#279= IFCSIMPLEPROPERTYTEMPLATE('3JLHo0qWSHuO00025QrE$V',$,'BuildableArea','The area of site utilization expressed as a maximum value according to local building codes.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#280= IFCSIMPLEPROPERTYTEMPLATE('3rUNi0qSGHuO00025QrE$V',$,'BuildingID','A unique identifier assigned to a building. A temporary identifier is initially assigned at the time of making a planning application. This temporary identifier is changed to a permanent identifier when the building is registered into a statutory buildings and properties database.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#280= IFCSIMPLEPROPERTYTEMPLATE('3Yr6M0qWSHuO00025QrE$V',$,'BuildingHeightLimit','Allowed maximum height of buildings on this site - according to local building codes.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#281= IFCSIMPLEPROPERTYTEMPLATE('0Scd60qV8HuO00025QrE$V',$,'BuildingThermalExposure','The thermal exposure expected by the building based on surrounding site conditions.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4942,$,$,$,$); -#4942= IFCPROPERTYENUMERATION('PEnum_BuildingThermalExposure',('LIGHT','MEDIUM','HEAVY','NOTKNOWN','UNSET'),$); +#281= IFCSIMPLEPROPERTYTEMPLATE('3rUNi0qSGHuO00025QrE$V',$,'BuildingID','A unique identifier assigned to a building. A temporary identifier is initially assigned at the time of making a planning application. This temporary identifier is changed to a permanent identifier when the building is registered into a statutory buildings and properties database.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#282= IFCSIMPLEPROPERTYTEMPLATE('1PhJQ0qUSHuO00025QrE$V',$,'BulbLiquidColor','The color of the liquid in the bulb for a bulb activated sprinkler. Note that the liquid color varies according to the activation temperature requirement of the sprinkler head. Note also that this property does not need to be asserted for quick response activated sprinklers.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4946,$,$,$,$); -#4946= IFCPROPERTYENUMERATION('PEnum_SprinklerBulbLiquidColor',('ORANGE','RED','YELLOW','GREEN','BLUE','MAUVE','OTHER','NOTKNOWN','UNSET'),$); +#282= IFCSIMPLEPROPERTYTEMPLATE('0Scd60qV8HuO00025QrE$V',$,'BuildingThermalExposure','The thermal exposure expected by the building based on surrounding site conditions.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4977,$,$,$,$); +#4977= IFCPROPERTYENUMERATION('PEnum_BuildingThermalExposure',('LIGHT','MEDIUM','HEAVY','NOTKNOWN','UNSET'),$); -#283= IFCSIMPLEPROPERTYTEMPLATE('3Uxd60AAr21eGcLI8RmIS$',$,'BulkingFactor','Increase in volume after excavation.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#283= IFCSIMPLEPROPERTYTEMPLATE('1PhJQ0qUSHuO00025QrE$V',$,'BulbLiquidColor','The color of the liquid in the bulb for a bulb activated sprinkler. Note that the liquid color varies according to the activation temperature requirement of the sprinkler head. Note also that this property does not need to be asserted for quick response activated sprinklers.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4981,$,$,$,$); +#4981= IFCPROPERTYENUMERATION('PEnum_SprinklerBulbLiquidColor',('ORANGE','RED','YELLOW','GREEN','BLUE','MAUVE','OTHER','NOTKNOWN','UNSET'),$); -#284= IFCSIMPLEPROPERTYTEMPLATE('3AhGD6LjPDHuOpWNcMtyWq',$,'BumperOrientation','Direction in which the bumper is aligned, e.g. same direction as increasing stationing values or opposite.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4949,$,$,$,$); -#4949= IFCPROPERTYENUMERATION('PEnum_BumperOrientation',('STATIONDIRECTION','OPPOSITETOSTATIONDIRECTION','OTHER','NOTKNOWN','UNSET'),$); +#284= IFCSIMPLEPROPERTYTEMPLATE('3Uxd60AAr21eGcLI8RmIS$',$,'BulkingFactor','Increase in volume after excavation.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#285= IFCSIMPLEPROPERTYTEMPLATE('0tMF00qSeHuO00025QrE$V',$,'BypassFactor','Fraction of air that is bypassed by the coil (0-1).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#285= IFCSIMPLEPROPERTYTEMPLATE('3AhGD6LjPDHuOpWNcMtyWq',$,'BumperOrientation','Direction in which the bumper is aligned, e.g. same direction as increasing stationing values or opposite.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4984,$,$,$,$); +#4984= IFCPROPERTYENUMERATION('PEnum_BumperOrientation',('STATIONDIRECTION','OPPOSITETOSTATIONDIRECTION','OTHER','NOTKNOWN','UNSET'),$); -#286= IFCSIMPLEPROPERTYTEMPLATE('3p9na0qUGHuO00025QrE$V',$,'c','Measure c according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#286= IFCSIMPLEPROPERTYTEMPLATE('0tMF00qSeHuO00025QrE$V',$,'BypassFactor','Fraction of air that is bypassed by the coil (0-1).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#287= IFCSIMPLEPROPERTYTEMPLATE('3$2Up8Fxb2RPdKNA2Tyn0M',$,'CableArmourType','The armour type of the cable for mechanical protection.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4953,$,$,$,$); -#4953= IFCPROPERTYENUMERATION('PEnum_CableArmourType',('DIELECTRIC','METALLIC','OTHER','NOTKNOWN','UNSET'),$); +#287= IFCSIMPLEPROPERTYTEMPLATE('3p9na0qUGHuO00025QrE$V',$,'c','Measure c according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#288= IFCSIMPLEPROPERTYTEMPLATE('1bt9RJJNv7CeH$s$fdSlY0',$,'CableArrangerPosition','Indicates the directional position of the cable arranger: vertical, horizontal, front or rear. It is relative to the element (usually a cabinet) that the cable arranger is affiliated.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4954,$,$,$,$); -#4954= IFCPROPERTYENUMERATION('PEnum_ArrangerPositionEnum',('FRONTSIDE','REARSIDE','HORIZONTAL','VERTICAL','OTHER','NOTKNOWN','UNSET'),$); +#288= IFCSIMPLEPROPERTYTEMPLATE('3$2Up8Fxb2RPdKNA2Tyn0M',$,'CableArmourType','The armour type of the cable for mechanical protection.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4988,$,$,$,$); +#4988= IFCPROPERTYENUMERATION('PEnum_CableArmourType',('DIELECTRIC','METALLIC','OTHER','NOTKNOWN','UNSET'),$); -#289= IFCSIMPLEPROPERTYTEMPLATE('3H1ZJK$c58WQOmBVrQdG$S',$,'CableDuctOccupancyRatio','Indicates the ratio between the number of cables in the duct and the maximum number of cables that the duct can contain.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#289= IFCSIMPLEPROPERTYTEMPLATE('1bt9RJJNv7CeH$s$fdSlY0',$,'CableArrangerPosition','Indicates the directional position of the cable arranger: vertical, horizontal, front or rear. It is relative to the element (usually a cabinet) that the cable arranger is affiliated.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4989,$,$,$,$); +#4989= IFCPROPERTYENUMERATION('PEnum_ArrangerPositionEnum',('FRONTSIDE','REARSIDE','HORIZONTAL','VERTICAL','OTHER','NOTKNOWN','UNSET'),$); -#290= IFCSIMPLEPROPERTYTEMPLATE('185zEg3BX9UPnOrdfFpNFk',$,'CableFunctionType','Distinguishes between Telecom and Power Supply cables.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4955,$,$,$,$); -#4955= IFCPROPERTYENUMERATION('PEnum_CableFunctionType',('POWERSUPPLY','TELECOMMUNICATION','OTHER','NOTKNOWN','UNSET'),$); +#290= IFCSIMPLEPROPERTYTEMPLATE('3H1ZJK$c58WQOmBVrQdG$S',$,'CableDuctOccupancyRatio','Indicates the ratio between the number of cables in the duct and the maximum number of cables that the duct can contain.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#291= IFCSIMPLEPROPERTYTEMPLATE('3smfm0qVGHuO00025QrE$V',$,'CamberAtMidspan','The camber deflection, measured from the midpoint of a cambered face of a piece to the midpoint of the chord joining the ends of the same face, as shown in the figure below, divided by the original (nominal) straight length of the face of the piece.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#291= IFCSIMPLEPROPERTYTEMPLATE('185zEg3BX9UPnOrdfFpNFk',$,'CableFunctionType','Distinguishes between Telecom and Power Supply cables.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4990,$,$,$,$); +#4990= IFCPROPERTYENUMERATION('PEnum_CableFunctionType',('POWERSUPPLY','TELECOMMUNICATION','OTHER','NOTKNOWN','UNSET'),$); -#292= IFCSIMPLEPROPERTYTEMPLATE('3_jHY0qS4HuO00025QrE$V',$,'CameraType','Indicates the type of camera.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4957,$,$,$,$); -#4957= IFCPROPERTYENUMERATION('PEnum_AudioVisualCameraType',('PHOTO','VIDEO','AUDIOVIDEO','OTHER','NOTKNOWN','UNSET.'),$); +#292= IFCSIMPLEPROPERTYTEMPLATE('3smfm0qVGHuO00025QrE$V',$,'CamberAtMidspan','The camber deflection, measured from the midpoint of a cambered face of a piece to the midpoint of the chord joining the ends of the same face, as shown in the figure below, divided by the original (nominal) straight length of the face of the piece.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#293= IFCSIMPLEPROPERTYTEMPLATE('2KWDPEjYP4_PdCs9UElsWA',$,'CantDeficiency','Difference between applied cant and a higher equilibrium cant.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#293= IFCSIMPLEPROPERTYTEMPLATE('3_jHY0qS4HuO00025QrE$V',$,'CameraType','Indicates the type of camera.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4992,$,$,$,$); +#4992= IFCPROPERTYENUMERATION('PEnum_AudioVisualCameraType',('PHOTO','VIDEO','AUDIOVIDEO','OTHER','NOTKNOWN','UNSET.'),$); -#294= IFCSIMPLEPROPERTYTEMPLATE('30SDceNBr6DB9tffNjbauL',$,'CantEquilibrium','Cant at a particular speed at which the vehicle will have a resultant force perpendicular to the running plane.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#294= IFCSIMPLEPROPERTYTEMPLATE('2KWDPEjYP4_PdCs9UElsWA',$,'CantDeficiency','Difference between applied cant and a higher equilibrium cant.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#295= IFCSIMPLEPROPERTYTEMPLATE('0XTiJJXGr1wO0ECA2JlUwp',$,'CantileverType','Type of cantilever assembly.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4961,$,$,$,$); -#4961= IFCPROPERTYENUMERATION('PEnum_CantileverAssemblyType',('SINGLE','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','SYSTEM_SEPARATION_CANTILEVER','TRANSITION_CANTILEVER','TURNOUT_CANTILEVER','UNDERBRIDGE_CANTILEVER','OTHER','NOTKNOWN','UNSET'),$); +#295= IFCSIMPLEPROPERTYTEMPLATE('30SDceNBr6DB9tffNjbauL',$,'CantEquilibrium','Cant at a particular speed at which the vehicle will have a resultant force perpendicular to the running plane.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#296= IFCSIMPLEPROPERTYTEMPLATE('05ATmeM_P3vvDHn98$$8$7',$,'Capacitance','Maximum value of the capacitance between the electrodes at specified frequency and temperature.',.P_SINGLEVALUE.,'IfcElectricCapacitanceMeasure',$,$,$,$,$,$); +#296= IFCSIMPLEPROPERTYTEMPLATE('0XTiJJXGr1wO0ECA2JlUwp',$,'CantileverType','Type of cantilever assembly.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4996,$,$,$,$); +#4996= IFCPROPERTYENUMERATION('PEnum_CantileverAssemblyType',('SINGLE','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','SYSTEM_SEPARATION_CANTILEVER','TRANSITION_CANTILEVER','TURNOUT_CANTILEVER','UNDERBRIDGE_CANTILEVER','OTHER','NOTKNOWN','UNSET'),$); -#297= IFCSIMPLEPROPERTYTEMPLATE('1Akee0qSyHuO00025QrE$V',$,'Capacity','Cooling tower capacity in terms of heat transfer rate of the cooling tower between air stream and water stream.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#297= IFCSIMPLEPROPERTYTEMPLATE('05ATmeM_P3vvDHn98$$8$7',$,'Capacitance','Maximum value of the capacitance between the electrodes at specified frequency and temperature.',.P_SINGLEVALUE.,'IfcElectricCapacitanceMeasure',$,$,$,$,$,$); -#298= IFCSIMPLEPROPERTYTEMPLATE('3Otq80qSWHuO00025QrE$V',$,'Capacity','The product of the ideal capacity and the overall volumetric efficiency of the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#298= IFCSIMPLEPROPERTYTEMPLATE('1Akee0qSyHuO00025QrE$V',$,'Capacity','Cooling tower capacity in terms of heat transfer rate of the cooling tower between air stream and water stream.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#299= IFCSIMPLEPROPERTYTEMPLATE('2bK_O0qSyHuO00025QrE$V',$,'CapacityControl','FanCycling: Fan is cycled on and off to control duty.\X\0D\X\0ATwoSpeedFan: Fan is switched between low and high speed to control duty.\X\0D\X\0AVariableSpeedFan: Fan speed is varied to control duty.\X\0D\X\0ADampersControl: Dampers modulate the air flow to control duty.\X\0D\X\0ABypassValveControl: Bypass valve modulates the water flow to control duty.\X\0D\X\0AMultipleSeriesPumps: Turn on/off multiple series pump to control duty.\X\0D\X\0ATwoSpeedPump: Switch between high/low pump speed to control duty.\X\0D\X\0AVariableSpeedPump: vary pump speed to control duty.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4965,$,$,$,$); -#4965= IFCPROPERTYENUMERATION('PEnum_CoolingTowerCapacityControl',('FANCYCLING','TWOSPEEDFAN','VARIABLESPEEDFAN','DAMPERSCONTROL','BYPASSVALVECONTROL','MULTIPLESERIESPUMPS','TWOSPEEDPUMP','VARIABLESPEEDPUMP','OTHER','NOTKNOWN','UNSET'),$); +#299= IFCSIMPLEPROPERTYTEMPLATE('3Otq80qSWHuO00025QrE$V',$,'Capacity','The product of the ideal capacity and the overall volumetric efficiency of the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#300= IFCSIMPLEPROPERTYTEMPLATE('1g3_80qUGHuO00025QrE$V',$,'CapacityControlType','InletVane: Control by adjusting inlet vane.\X\0D\X\0AVariableSpeedDrive: Control by variable speed drive. \X\0D\X\0ABladePitchAngle: Control by adjusting blade pitch angle.\X\0D\X\0ATwoSpeed: Control by switch between high and low speed.\X\0D\X\0ADischargeDamper: Control by modulating discharge damper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4967,$,$,$,$); -#4967= IFCPROPERTYENUMERATION('PEnum_FanCapacityControlType',('INLETVANE','VARIABLESPEEDDRIVE','BLADEPITCHANGLE','TWOSPEED','DISCHARGEDAMPER','OTHER','NOTKNOWN','UNSET'),$); +#300= IFCSIMPLEPROPERTYTEMPLATE('2bK_O0qSyHuO00025QrE$V',$,'CapacityControl','FanCycling: Fan is cycled on and off to control duty.\X\0D\X\0ATwoSpeedFan: Fan is switched between low and high speed to control duty.\X\0D\X\0AVariableSpeedFan: Fan speed is varied to control duty.\X\0D\X\0ADampersControl: Dampers modulate the air flow to control duty.\X\0D\X\0ABypassValveControl: Bypass valve modulates the water flow to control duty.\X\0D\X\0AMultipleSeriesPumps: Turn on/off multiple series pump to control duty.\X\0D\X\0ATwoSpeedPump: Switch between high/low pump speed to control duty.\X\0D\X\0AVariableSpeedPump: vary pump speed to control duty.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5000,$,$,$,$); +#5000= IFCPROPERTYENUMERATION('PEnum_CoolingTowerCapacityControl',('FANCYCLING','TWOSPEEDFAN','VARIABLESPEEDFAN','DAMPERSCONTROL','BYPASSVALVECONTROL','MULTIPLESERIESPUMPS','TWOSPEEDPUMP','VARIABLESPEEDPUMP','OTHER','NOTKNOWN','UNSET'),$); -#301= IFCSIMPLEPROPERTYTEMPLATE('0Ud0g0qSaHuO00025QrE$V',$,'CapacityCurve','Chiller cooling capacity is a function of condensing temperature and evaporating temperature, data is in table form, Capacity = f (TempCon, TempEvp), capacity = a1+b1\\*Tei+c1\\*Tei\\^2+d1\\*Tci+e1\\*Tci\\^2+f1\\*Tei\\*Tci. \X\0D\X\0AThis table uses multiple input variables; to represent, both DefiningValues and DefinedValues lists are null and IfcTable is attached using IfcPropertyConstraintRelationship and IfcMetric. Columns are specified in the following order: \X\0D\X\0A1.IfcPowerMeasure:Capacity\X\0D\X\0A2.IfcThermodynamicTemperatureMeasure:CondensingTemperature\X\0D\X\0A3.IfcThermodynamicTemperatureMeasure:EvaporatingTemperature',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcPowerMeasure',$,$,$,$,$); +#301= IFCSIMPLEPROPERTYTEMPLATE('1g3_80qUGHuO00025QrE$V',$,'CapacityControlType','InletVane: Control by adjusting inlet vane.\X\0D\X\0AVariableSpeedDrive: Control by variable speed drive. \X\0D\X\0ABladePitchAngle: Control by adjusting blade pitch angle.\X\0D\X\0ATwoSpeed: Control by switch between high and low speed.\X\0D\X\0ADischargeDamper: Control by modulating discharge damper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5002,$,$,$,$); +#5002= IFCPROPERTYENUMERATION('PEnum_FanCapacityControlType',('INLETVANE','VARIABLESPEEDDRIVE','BLADEPITCHANGLE','TWOSPEED','DISCHARGEDAMPER','OTHER','NOTKNOWN','UNSET'),$); -#302= IFCSIMPLEPROPERTYTEMPLATE('003Z60qX8HuO00025QrE$V',$,'CapacityPeople','Capacity of the transportation element measured in numbers of person.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#302= IFCSIMPLEPROPERTYTEMPLATE('0Ud0g0qSaHuO00025QrE$V',$,'CapacityCurve','Chiller cooling capacity is a function of condensing temperature and evaporating temperature, data is in table form, Capacity = f (TempCon, TempEvp), capacity = a1+b1\\*Tei+c1\\*Tei\\^2+d1\\*Tci+e1\\*Tci\\^2+f1\\*Tei\\*Tci. \X\0D\X\0AThis table uses multiple input variables; to represent, both DefiningValues and DefinedValues lists are null and IfcTable is attached using IfcPropertyConstraintRelationship and IfcMetric. Columns are specified in the following order: \X\0D\X\0A1.IfcPowerMeasure:Capacity\X\0D\X\0A2.IfcThermodynamicTemperatureMeasure:CondensingTemperature\X\0D\X\0A3.IfcThermodynamicTemperatureMeasure:EvaporatingTemperature',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcPowerMeasure',$,$,$,$,$); -#303= IFCSIMPLEPROPERTYTEMPLATE('05Qtm0qX8HuO00025QrE$V',$,'CapacityWeight','Capacity of the transport element measured by weight.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#303= IFCSIMPLEPROPERTYTEMPLATE('003Z60qX8HuO00025QrE$V',$,'CapacityPeople','Capacity of the transportation element measured in numbers of person.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#304= IFCSIMPLEPROPERTYTEMPLATE('30VY00qUOHuO00025QrE$V',$,'CapColor','Color of the caps of the hydrant.\X\0D\X\0A\X\0D\X\0ANote: Consult local fire regulations for statutory colors that may be required for hydrant caps in particular circumstances.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#304= IFCSIMPLEPROPERTYTEMPLATE('05Qtm0qX8HuO00025QrE$V',$,'CapacityWeight','Capacity of the transport element measured by weight.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#305= IFCSIMPLEPROPERTYTEMPLATE('3Gx94EXhnAxAZUYUNDKUuO',$,'CapDepth','Depth of cap (boreholeML).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#305= IFCSIMPLEPROPERTYTEMPLATE('30VY00qUOHuO00025QrE$V',$,'CapColor','Color of the caps of the hydrant.\X\0D\X\0A\X\0D\X\0ANote: Consult local fire regulations for statutory colors that may be required for hydrant caps in particular circumstances.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#306= IFCSIMPLEPROPERTYTEMPLATE('0Ccq_kkRbAMPjW5UXu8hDs',$,'CapMaterial','Cap material or ''NOT CAPPED'' or ''UNKNOWN'' (boreholeML).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#306= IFCSIMPLEPROPERTYTEMPLATE('3Gx94EXhnAxAZUYUNDKUuO',$,'CapDepth','Depth of cap (boreholeML).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#307= IFCSIMPLEPROPERTYTEMPLATE('14qw60qUqHuO00025QrE$V',$,'CarbonContent','The carbon content in the fuel. This is measured in weight of carbon per unit weight of fuel and is therefore unitless.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#307= IFCSIMPLEPROPERTYTEMPLATE('0Ccq_kkRbAMPjW5UXu8hDs',$,'CapMaterial','Cap material or ''NOT CAPPED'' or ''UNKNOWN'' (boreholeML).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#308= IFCSIMPLEPROPERTYTEMPLATE('0qzq4eq5DDfAgxx_gs$ue9',$,'CarbonDioxideEmissions','Rate of emission of carbon dioxide',.P_SINGLEVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); +#308= IFCSIMPLEPROPERTYTEMPLATE('14qw60qUqHuO00025QrE$V',$,'CarbonContent','The carbon content in the fuel. This is measured in weight of carbon per unit weight of fuel and is therefore unitless.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#309= IFCSIMPLEPROPERTYTEMPLATE('2vVxFsGGb3QOAIX9UEyhga',$,'CargoDeadWeight','Weight of (bulk) cargo carried',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#309= IFCSIMPLEPROPERTYTEMPLATE('0qzq4eq5DDfAgxx_gs$ue9',$,'CarbonDioxideEmissions','Rate of emission of carbon dioxide',.P_SINGLEVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); -#310= IFCSIMPLEPROPERTYTEMPLATE('1waNpZNY9ArOqUXxmsLi6u',$,'CarrierStackNumber','Number of carrier segments (tray, ladder etc.) that are vertically stacked (vertical is measured as the z-axis of the local coordinate system of the carrier segment).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#310= IFCSIMPLEPROPERTYTEMPLATE('2vVxFsGGb3QOAIX9UEyhga',$,'CargoDeadWeight','Weight of (bulk) cargo carried',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#311= IFCSIMPLEPROPERTYTEMPLATE('06lec0qRqHuO00025QrE$V',$,'Category','Designation of the category into which the actors in the population belong.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#311= IFCSIMPLEPROPERTYTEMPLATE('1waNpZNY9ArOqUXxmsLi6u',$,'CarrierStackNumber','Number of carrier segments (tray, ladder etc.) that are vertically stacked (vertical is measured as the z-axis of the local coordinate system of the carrier segment).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#312= IFCSIMPLEPROPERTYTEMPLATE('0t_MO24RnC$BoGLPbf_Vc7',$,'CatenaryStayType','Indicates the type of catenary stay used.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4987,$,$,$,$); -#4987= IFCPROPERTYENUMERATION('PEnum_CatenaryStayType',('SINGLE_STAY','DOUBLE_STAY','OTHER','NOTKNOWN','UNSET'),$); +#312= IFCSIMPLEPROPERTYTEMPLATE('06lec0qRqHuO00025QrE$V',$,'Category','Designation of the category into which the actors in the population belong.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#313= IFCSIMPLEPROPERTYTEMPLATE('33lc5OXGT9FexvS$tyrx03',$,'CatenaryWireType','Indicate the type of Catenary wire.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#313= IFCSIMPLEPROPERTYTEMPLATE('0t_MO24RnC$BoGLPbf_Vc7',$,'CatenaryStayType','Indicates the type of catenary stay used.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5022,$,$,$,$); +#5022= IFCPROPERTYENUMERATION('PEnum_CatenaryStayType',('SINGLE_STAY','DOUBLE_STAY','OTHER','NOTKNOWN','UNSET'),$); -#314= IFCSIMPLEPROPERTYTEMPLATE('3QWyGZN1r0gwbH3sg_91Bs',$,'CeilingCovering','Label to indicate the material or finish of the space flooring. The label is used for room book information and often displayed in room stamp.\X\0D\X\0A\X\0D\X\0AThe material information is provided in absence of an IfcCovering (type=CEILING) object with own shape representation and material assignment. In case of inconsistency the material assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#314= IFCSIMPLEPROPERTYTEMPLATE('33lc5OXGT9FexvS$tyrx03',$,'CatenaryWireType','Indicate the type of Catenary wire.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#315= IFCSIMPLEPROPERTYTEMPLATE('2hshDd$CPB2B0zM4kkk1d8',$,'CeilingCoveringThickness','Thickness of the material layer(s) for the space ceiling. \X\0D\X\0A\X\0D\X\0AThe thickness information is provided in absence of an IfcCovering (type=CEILING) object with own shape representation. In cases of inconsistency between the geometric parameters of an assigned IfcCovering and this attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#315= IFCSIMPLEPROPERTYTEMPLATE('3QWyGZN1r0gwbH3sg_91Bs',$,'CeilingCovering','Label to indicate the material or finish of the space flooring. The label is used for room book information and often displayed in room stamp.\X\0D\X\0A\X\0D\X\0AThe material information is provided in absence of an IfcCovering (type=CEILING) object with own shape representation and material assignment. In case of inconsistency the material assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#316= IFCSIMPLEPROPERTYTEMPLATE('1QLyG0qWiHuO00025QrE$V',$,'CeilingRAPlenum','Ceiling plenum used for return air or not. TRUE = Yes, FALSE = No.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#316= IFCSIMPLEPROPERTYTEMPLATE('2hshDd$CPB2B0zM4kkk1d8',$,'CeilingCoveringThickness','Thickness of the material layer(s) for the space ceiling. \X\0D\X\0A\X\0D\X\0AThe thickness information is provided in absence of an IfcCovering (type=CEILING) object with own shape representation. In cases of inconsistency between the geometric parameters of an assigned IfcCovering and this attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#317= IFCSIMPLEPROPERTYTEMPLATE('0sFRW0qVOHuO00025QrE$V',$,'CenterCoreBaseHeight','Center core base height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#317= IFCSIMPLEPROPERTYTEMPLATE('1QLyG0qWiHuO00025QrE$V',$,'CeilingRAPlenum','Ceiling plenum used for return air or not. TRUE = Yes, FALSE = No.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#318= IFCSIMPLEPROPERTYTEMPLATE('1Bik80qVOHuO00025QrE$V',$,'CenterCoreBaseWidth','Center core base width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#318= IFCSIMPLEPROPERTYTEMPLATE('0sFRW0qVOHuO00025QrE$V',$,'CenterCoreBaseHeight','Center core base height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#319= IFCSIMPLEPROPERTYTEMPLATE('0zPCO0qVOHuO00025QrE$V',$,'CenterCoreMiddleHeight','Center core middle height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#319= IFCSIMPLEPROPERTYTEMPLATE('1Bik80qVOHuO00025QrE$V',$,'CenterCoreBaseWidth','Center core base width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#320= IFCSIMPLEPROPERTYTEMPLATE('0jvNq0qVOHuO00025QrE$V',$,'CenterCoreSpacing','Center core spacing of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#320= IFCSIMPLEPROPERTYTEMPLATE('0zPCO0qVOHuO00025QrE$V',$,'CenterCoreMiddleHeight','Center core middle height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#321= IFCSIMPLEPROPERTYTEMPLATE('14YzG0qVOHuO00025QrE$V',$,'CenterCoreTopHeight','Center core top height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#321= IFCSIMPLEPROPERTYTEMPLATE('0jvNq0qVOHuO00025QrE$V',$,'CenterCoreSpacing','Center core spacing of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#322= IFCSIMPLEPROPERTYTEMPLATE('1JSeQ0qVOHuO00025QrE$V',$,'CenterCoreTopWidth','Center core top width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#322= IFCSIMPLEPROPERTYTEMPLATE('14YzG0qVOHuO00025QrE$V',$,'CenterCoreTopHeight','Center core top height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#323= IFCSIMPLEPROPERTYTEMPLATE('16Xd20qRyHuO00025QrE$V',$,'CenterlineAirVelocity','Centerline air velocity versus distance from the diffuser and temperature differential; a function of distance from diffuser and temperature difference between supply air and room air.',.P_TABLEVALUE.,'IfcLinearVelocityMeasure','IfcLengthMeasure',$,$,$,$,$); +#323= IFCSIMPLEPROPERTYTEMPLATE('1JSeQ0qVOHuO00025QrE$V',$,'CenterCoreTopWidth','Center core top width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#324= IFCSIMPLEPROPERTYTEMPLATE('1$AwRqpEfD_9rbUpYn5F65',$,'CentreLineToFairlead','Distance from the vessel centreline to the fairlead for the line',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#324= IFCSIMPLEPROPERTYTEMPLATE('16Xd20qRyHuO00025QrE$V',$,'CenterlineAirVelocity','Centerline air velocity versus distance from the diffuser and temperature differential; a function of distance from diffuser and temperature difference between supply air and room air.',.P_TABLEVALUE.,'IfcLinearVelocityMeasure','IfcLengthMeasure',$,$,$,$,$); -#325= IFCSIMPLEPROPERTYTEMPLATE('2AI9o0qVOHuO00025QrE$V',$,'CentreOfGravityInX','Location of the profile''s centre of gravity (geometric centroid), measured along xp.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#325= IFCSIMPLEPROPERTYTEMPLATE('1$AwRqpEfD_9rbUpYn5F65',$,'CentreLineToFairlead','Distance from the vessel centreline to the fairlead for the line',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#326= IFCSIMPLEPROPERTYTEMPLATE('2I2440qVOHuO00025QrE$V',$,'CentreOfGravityInY','Location of the profile''s centre of gravity (geometric centroid), measured along yp.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#326= IFCSIMPLEPROPERTYTEMPLATE('2AI9o0qVOHuO00025QrE$V',$,'CentreOfGravityInX','Location of the profile''s centre of gravity (geometric centroid), measured along xp.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#327= IFCSIMPLEPROPERTYTEMPLATE('0zKyw0qTGHuO00025QrE$V',$,'ChamberLengthOrRadius','Length or, in the event of the shape being circular in plan, the radius of the chamber.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#327= IFCSIMPLEPROPERTYTEMPLATE('2I2440qVOHuO00025QrE$V',$,'CentreOfGravityInY','Location of the profile''s centre of gravity (geometric centroid), measured along yp.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#328= IFCSIMPLEPROPERTYTEMPLATE('2JT480qTCHuO00025QrE$V',$,'ChamberLengthOrRadius','Length or, in the event of the shape being circular in plan, the radius of the chamber.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#328= IFCSIMPLEPROPERTYTEMPLATE('0zKyw0qTGHuO00025QrE$V',$,'ChamberLengthOrRadius','Length or, in the event of the shape being circular in plan, the radius of the chamber.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#329= IFCSIMPLEPROPERTYTEMPLATE('2M8sS0qTGHuO00025QrE$V',$,'ChamberLengthOrRadius','Length or, in the event of the shape being circular in plan, the radius of the chamber.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#329= IFCSIMPLEPROPERTYTEMPLATE('2JT480qTCHuO00025QrE$V',$,'ChamberLengthOrRadius','Length or, in the event of the shape being circular in plan, the radius of the chamber.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#330= IFCSIMPLEPROPERTYTEMPLATE('12iHa0qTGHuO00025QrE$V',$,'ChamberWidth','Width, in the event of the shape being non circular in plan.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#330= IFCSIMPLEPROPERTYTEMPLATE('2M8sS0qTGHuO00025QrE$V',$,'ChamberLengthOrRadius','Length or, in the event of the shape being circular in plan, the radius of the chamber.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#331= IFCSIMPLEPROPERTYTEMPLATE('2OqOo0qTCHuO00025QrE$V',$,'ChamberWidth','Width, in the event of the shape being non circular in plan.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#331= IFCSIMPLEPROPERTYTEMPLATE('12iHa0qTGHuO00025QrE$V',$,'ChamberWidth','Width, in the event of the shape being non circular in plan.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#332= IFCSIMPLEPROPERTYTEMPLATE('2S6KW0qTGHuO00025QrE$V',$,'ChamberWidth','Width, in the event of the shape being non circular in plan.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#332= IFCSIMPLEPROPERTYTEMPLATE('2OqOo0qTCHuO00025QrE$V',$,'ChamberWidth','Width, in the event of the shape being non circular in plan.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#333= IFCSIMPLEPROPERTYTEMPLATE('3k9Awz48fCZAHkVCckwD67',$,'CharacteristicFunction','The characteristic function to show the relationship between varistor current and voltage.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#333= IFCSIMPLEPROPERTYTEMPLATE('2S6KW0qTGHuO00025QrE$V',$,'ChamberWidth','Width, in the event of the shape being non circular in plan.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#334= IFCSIMPLEPROPERTYTEMPLATE('10mgUNnHf1VfAg7w_L3oMi',$,'CharacteristicImpedance','A quantity defined for a mode of propagation at a given frequency in a specific uniform transmission line or uniform waveguide by one of the three following relations: \X\0D\X\0AZ1 = S/ |I|2\X\0D\X\0AZ2 = |U|2 / S\X\0D\X\0AZ3 = U / I\X\0D\X\0Awhere Z is the complex characteristic impedance, S the complex power and U and I are the values, usually complex, respectively of a voltage and a current conventionally defined for each type of mode by analogy with transmission line equations.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); +#334= IFCSIMPLEPROPERTYTEMPLATE('3k9Awz48fCZAHkVCckwD67',$,'CharacteristicFunction','The characteristic function to show the relationship between varistor current and voltage.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#335= IFCSIMPLEPROPERTYTEMPLATE('18nEi0qX0HuO00025QrE$V',$,'ChargePressure','Nominal or design operating pressure of the tank.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#335= IFCSIMPLEPROPERTYTEMPLATE('10mgUNnHf1VfAg7w_L3oMi',$,'CharacteristicImpedance','A quantity defined for a mode of propagation at a given frequency in a specific uniform transmission line or uniform waveguide by one of the three following relations: \X\0D\X\0AZ1 = S/ |I|2\X\0D\X\0AZ2 = |U|2 / S\X\0D\X\0AZ3 = U / I\X\0D\X\0Awhere Z is the complex characteristic impedance, S the complex power and U and I are the values, usually complex, respectively of a voltage and a current conventionally defined for each type of mode by analogy with transmission line equations.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); -#336= IFCSIMPLEPROPERTYTEMPLATE('2YnR20qX0HuO00025QrE$V',$,'ChargePressure','Nominal or design operating pressure of the tank.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#336= IFCSIMPLEPROPERTYTEMPLATE('18nEi0qX0HuO00025QrE$V',$,'ChargePressure','Nominal or design operating pressure of the tank.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#337= IFCSIMPLEPROPERTYTEMPLATE('2JexmLPDX5sBsONo7e2qsk',$,'CheckRailType','Type of the check rail. Check rail types enumerated in this property are defined based on EN 13674.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5032,$,$,$,$); -#5032= IFCPROPERTYENUMERATION('PEnum_CheckRailType',('TYPE_33C1','TYPE_40C1','TYPE_47C1','TYPE_CR3_60U','TYPE_R260','TYPE_R320CR','OTHER','NOTKNOWN','UNSET'),$); +#337= IFCSIMPLEPROPERTYTEMPLATE('2YnR20qX0HuO00025QrE$V',$,'ChargePressure','Nominal or design operating pressure of the tank.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#338= IFCSIMPLEPROPERTYTEMPLATE('1GC7m4ctzEMR6sRVs2$Rji',$,'ChromaticDispersionTolerance','Indicates the tolerance of the transport equipment chromatic dispersion. The value is defined by picosecond per nanometer (ps/nm).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#338= IFCSIMPLEPROPERTYTEMPLATE('2JexmLPDX5sBsONo7e2qsk',$,'CheckRailType','Type of the check rail. Check rail types enumerated in this property are defined based on EN 13674.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5067,$,$,$,$); +#5067= IFCPROPERTYENUMERATION('PEnum_CheckRailType',('TYPE_33C1','TYPE_40C1','TYPE_47C1','TYPE_CR3_60U','TYPE_R260','TYPE_R320CR','OTHER','NOTKNOWN','UNSET'),$); -#339= IFCSIMPLEPROPERTYTEMPLATE('3v8srrGkv5BxHCEgUYjye4',$,'CillLevelLowerHead','Height of the lower head cill level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#339= IFCSIMPLEPROPERTYTEMPLATE('1GC7m4ctzEMR6sRVs2$Rji',$,'ChromaticDispersionTolerance','Indicates the tolerance of the transport equipment chromatic dispersion. The value is defined by picosecond per nanometer (ps/nm).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#340= IFCSIMPLEPROPERTYTEMPLATE('3K32apJvH1uOfG1IRMzQCs',$,'CillLevelUpperHead','Height of the upper head cill level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#340= IFCSIMPLEPROPERTYTEMPLATE('3v8srrGkv5BxHCEgUYjye4',$,'CillLevelLowerHead','Height of the lower head cill level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#341= IFCSIMPLEPROPERTYTEMPLATE('1x0YY0qSyHuO00025QrE$V',$,'CircuitType','OpenCircuit: Exposes water directly to the cooling atmosphere.\X\0D\X\0ACloseCircuit: The fluid is separated from the atmosphere by a heat exchanger.\X\0D\X\0AWet: The air stream or the heat exchange surface is evaporatively cooled.\X\0D\X\0ADry: No evaporation into the air stream.\X\0D\X\0ADryWet: A combination of a dry tower and a wet tower.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5033,$,$,$,$); -#5033= IFCPROPERTYENUMERATION('PEnum_CoolingTowerCircuitType',('OPENCIRCUIT','CLOSEDCIRCUITWET','CLOSEDCIRCUITDRY','CLOSEDCIRCUITDRYWET','OTHER','NOTKNOWN','UNSET'),$); +#341= IFCSIMPLEPROPERTYTEMPLATE('3K32apJvH1uOfG1IRMzQCs',$,'CillLevelUpperHead','Height of the upper head cill level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#342= IFCSIMPLEPROPERTYTEMPLATE('1uRFQ0qW8HuO00025QrE$V',$,'CisternCapacity','Volumetric capacity of the cistern',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#342= IFCSIMPLEPROPERTYTEMPLATE('1x0YY0qSyHuO00025QrE$V',$,'CircuitType','OpenCircuit: Exposes water directly to the cooling atmosphere.\X\0D\X\0ACloseCircuit: The fluid is separated from the atmosphere by a heat exchanger.\X\0D\X\0AWet: The air stream or the heat exchange surface is evaporatively cooled.\X\0D\X\0ADry: No evaporation into the air stream.\X\0D\X\0ADryWet: A combination of a dry tower and a wet tower.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5068,$,$,$,$); +#5068= IFCPROPERTYENUMERATION('PEnum_CoolingTowerCircuitType',('OPENCIRCUIT','CLOSEDCIRCUITWET','CLOSEDCIRCUITDRY','CLOSEDCIRCUITDRYWET','OTHER','NOTKNOWN','UNSET'),$); -#343= IFCSIMPLEPROPERTYTEMPLATE('1g7jg0qW8HuO00025QrE$V',$,'CisternHeight','Enumeration that identifies the height of the cistern or, if set to ''None'' if the urinal has no cistern and is flushed using mains or high pressure water through a flushing valve.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5037,$,$,$,$); -#5037= IFCPROPERTYENUMERATION('PEnum_CisternHeight',('HIGHLEVEL','LOWLEVEL','NONE','OTHER','NOTKNOWN','UNSET'),$); +#343= IFCSIMPLEPROPERTYTEMPLATE('1uRFQ0qW8HuO00025QrE$V',$,'CisternCapacity','Volumetric capacity of the cistern',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#344= IFCSIMPLEPROPERTYTEMPLATE('0GzNs0qUSHuO00025QrE$V',$,'ClassificationAuthority','The name of the authority that applies the classification of service to the hose reel (e.g. NFPA/FEMA).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#344= IFCSIMPLEPROPERTYTEMPLATE('1g7jg0qW8HuO00025QrE$V',$,'CisternHeight','Enumeration that identifies the height of the cistern or, if set to ''None'' if the urinal has no cistern and is flushed using mains or high pressure water through a flushing valve.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5072,$,$,$,$); +#5072= IFCPROPERTYENUMERATION('PEnum_CisternHeight',('HIGHLEVEL','LOWLEVEL','NONE','OTHER','NOTKNOWN','UNSET'),$); -#345= IFCSIMPLEPROPERTYTEMPLATE('09DTa0qUSHuO00025QrE$V',$,'ClassOfService','A classification of usage of the hose reel that may be applied.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#345= IFCSIMPLEPROPERTYTEMPLATE('0GzNs0qUSHuO00025QrE$V',$,'ClassificationAuthority','The name of the authority that applies the classification of service to the hose reel (e.g. NFPA/FEMA).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#346= IFCSIMPLEPROPERTYTEMPLATE('1ELNjzhfv7fO4ST_8v15TT',$,'ClayVolume','Relative volume of clay (typically smaller than 0.002mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#346= IFCSIMPLEPROPERTYTEMPLATE('09DTa0qUSHuO00025QrE$V',$,'ClassOfService','A classification of usage of the hose reel that may be applied.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#347= IFCSIMPLEPROPERTYTEMPLATE('0fnrY0qX8HuO00025QrE$V',$,'ClearDepth','Clear depth of the object (elevator). It indicates the distance from the inner surface of the elevator door to the opposite surface of the elevator car. \X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#347= IFCSIMPLEPROPERTYTEMPLATE('1ELNjzhfv7fO4ST_8v15TT',$,'ClayVolume','Relative volume of clay (typically smaller than 0.002mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#348= IFCSIMPLEPROPERTYTEMPLATE('1ueSs0qTCHuO00025QrE$V',$,'ClearDepth','The depth of the formed space in the duct.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#348= IFCSIMPLEPROPERTYTEMPLATE('0fnrY0qX8HuO00025QrE$V',$,'ClearDepth','Clear depth of the object (elevator). It indicates the distance from the inner surface of the elevator door to the opposite surface of the elevator car. \X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#349= IFCSIMPLEPROPERTYTEMPLATE('2ZIr20qUeHuO00025QrE$V',$,'ClearDepth','Clear unobstructed depth available for cable inclusion within the junction box.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#349= IFCSIMPLEPROPERTYTEMPLATE('1ueSs0qTCHuO00025QrE$V',$,'ClearDepth','The depth of the formed space in the duct.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#350= IFCSIMPLEPROPERTYTEMPLATE('3Yocg0qVCHuO00025QrE$V',$,'ClearDepth','The clear depth of the culvert.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#350= IFCSIMPLEPROPERTYTEMPLATE('2ZIr20qUeHuO00025QrE$V',$,'ClearDepth','Clear unobstructed depth available for cable inclusion within the junction box.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#351= IFCSIMPLEPROPERTYTEMPLATE('0o7vE0qX8HuO00025QrE$V',$,'ClearHeight','Clear height of the object (elevator). \X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#351= IFCSIMPLEPROPERTYTEMPLATE('3Yocg0qVCHuO00025QrE$V',$,'ClearDepth','The clear depth of the culvert.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#352= IFCSIMPLEPROPERTYTEMPLATE('0WreS0qX8HuO00025QrE$V',$,'ClearWidth','Clear width of the object (elevator). It indicates the distance from the inner surfaces of the elevator car left and right from the elevator door. \X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#352= IFCSIMPLEPROPERTYTEMPLATE('0o7vE0qX8HuO00025QrE$V',$,'ClearHeight','Clear height of the object (elevator). \X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#353= IFCSIMPLEPROPERTYTEMPLATE('1pH8C0qTCHuO00025QrE$V',$,'ClearWidth','The width of the formed space in the duct.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#353= IFCSIMPLEPROPERTYTEMPLATE('0WreS0qX8HuO00025QrE$V',$,'ClearWidth','Clear width of the object (elevator). It indicates the distance from the inner surfaces of the elevator car left and right from the elevator door. \X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#354= IFCSIMPLEPROPERTYTEMPLATE('2BofA0qVyHuO00025QrE$V',$,'ClearWidth','Actual clear width measured as the clear space for accessibility and egress; it is a measured distance betwen the two handrails or the wall and a handrail on a ramp.\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#354= IFCSIMPLEPROPERTYTEMPLATE('1pH8C0qTCHuO00025QrE$V',$,'ClearWidth','The width of the formed space in the duct.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#355= IFCSIMPLEPROPERTYTEMPLATE('0QC1k0qU8HuO00025QrE$V',$,'ClimateChange','Quantity of greenhouse gases emitted calculated in equivalent CO2.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#355= IFCSIMPLEPROPERTYTEMPLATE('2BofA0qVyHuO00025QrE$V',$,'ClearWidth','Actual clear width measured as the clear space for accessibility and egress; it is a measured distance betwen the two handrails or the wall and a handrail on a ramp.\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#356= IFCSIMPLEPROPERTYTEMPLATE('33AaQ0qU4HuO00025QrE$V',$,'ClimateChangePerUnit','Quantity of greenhouse gases emitted calculated in equivalent CO2',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#356= IFCSIMPLEPROPERTYTEMPLATE('0QC1k0qU8HuO00025QrE$V',$,'ClimateChange','Quantity of greenhouse gases emitted calculated in equivalent CO2.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#357= IFCSIMPLEPROPERTYTEMPLATE('0guf20qUOHuO00025QrE$V',$,'CloggingIndicator','Whether the filter has an indicator to display the degree of clogging of the filter.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#357= IFCSIMPLEPROPERTYTEMPLATE('33AaQ0qU4HuO00025QrE$V',$,'ClimateChangePerUnit','Quantity of greenhouse gases emitted calculated in equivalent CO2',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#358= IFCSIMPLEPROPERTYTEMPLATE('15oxfkdunAHQ0G5Q2ybvfa',$,'CloggingPotential','Description or rating of the potential for clogging equipment in sticky ground.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#358= IFCSIMPLEPROPERTYTEMPLATE('0guf20qUOHuO00025QrE$V',$,'CloggingIndicator','Whether the filter has an indicator to display the degree of clogging of the filter.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#359= IFCSIMPLEPROPERTYTEMPLATE('2ALvK0qXGHuO00025QrE$V',$,'CloseOffRating','Close off rating.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#359= IFCSIMPLEPROPERTYTEMPLATE('15oxfkdunAHQ0G5Q2ybvfa',$,'CloggingPotential','Description or rating of the potential for clogging equipment in sticky ground.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#360= IFCSIMPLEPROPERTYTEMPLATE('2Oq8q0qT4HuO00025QrE$V',$,'CloseOffRating','Close off rating.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#360= IFCSIMPLEPROPERTYTEMPLATE('2ALvK0qXGHuO00025QrE$V',$,'CloseOffRating','Close off rating.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#361= IFCSIMPLEPROPERTYTEMPLATE('3962k0qT4HuO00025QrE$V',$,'ClosureRatingEnum','Enumeration that identifies the closure rating for the damper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5081,$,$,$,$); -#5081= IFCPROPERTYENUMERATION('PEnum_FireDamperClosureRating',('DYNAMIC','STATIC','OTHER','NOTKNOWN','UNSET'),$); +#361= IFCSIMPLEPROPERTYTEMPLATE('2Oq8q0qT4HuO00025QrE$V',$,'CloseOffRating','Close off rating.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#362= IFCSIMPLEPROPERTYTEMPLATE('3waFS0qT4HuO00025QrE$V',$,'ClosureRatingEnum','Enumeration that identifies the closure rating for the damper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5081,$,$,$,$); +#362= IFCSIMPLEPROPERTYTEMPLATE('3962k0qT4HuO00025QrE$V',$,'ClosureRatingEnum','Enumeration that identifies the closure rating for the damper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5116,$,$,$,$); +#5116= IFCPROPERTYENUMERATION('PEnum_FireDamperClosureRating',('DYNAMIC','STATIC','OTHER','NOTKNOWN','UNSET'),$); -#363= IFCSIMPLEPROPERTYTEMPLATE('37g2o0qUmHuO00025QrE$V',$,'CO2Content','Carbon dioxide (CO2) content of the products of combustion. This is measured in weight of CO2 per unit weight and is therefore unitless.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#363= IFCSIMPLEPROPERTYTEMPLATE('3waFS0qT4HuO00025QrE$V',$,'ClosureRatingEnum','Enumeration that identifies the closure rating for the damper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5116,$,$,$,$); -#364= IFCSIMPLEPROPERTYTEMPLATE('3EnkiYvo91k92LY_eT$sR1',$,'CobblesVolume','Relative volume of cobbles (typically larger than 63mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#364= IFCSIMPLEPROPERTYTEMPLATE('37g2o0qUmHuO00025QrE$V',$,'CO2Content','Carbon dioxide (CO2) content of the products of combustion. This is measured in weight of CO2 per unit weight and is therefore unitless.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#365= IFCSIMPLEPROPERTYTEMPLATE('31iak0qUmHuO00025QrE$V',$,'COContent','Carbon monoxide (CO) content of the products of combustion. This is measured in weight of CO per unit weight and is therefore unitless.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#365= IFCSIMPLEPROPERTYTEMPLATE('3EnkiYvo91k92LY_eT$sR1',$,'CobblesVolume','Relative volume of cobbles (typically larger than 63mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#366= IFCSIMPLEPROPERTYTEMPLATE('2NklEn94fAAffIQBYsYnZD',$,'CoefficientOfFriction','Coefficient of friction value for the fender',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#366= IFCSIMPLEPROPERTYTEMPLATE('31iak0qUmHuO00025QrE$V',$,'COContent','Carbon monoxide (CO) content of the products of combustion. This is measured in weight of CO per unit weight and is therefore unitless.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#367= IFCSIMPLEPROPERTYTEMPLATE('3W1b00qSWHuO00025QrE$V',$,'CoefficientOfPerformance','The Coefficient of performance (COP) is the ratio of heat removed to energy input. \X\0D\X\0AThe energy input may be obtained by multiplying \X\0D\X\0APset_DistributionPortPHistoryGas.FlowRate on the ''Fuel'' port of the IfcChiller by Pset_MaterialFuel.LowerHeatingValue. \X\0D\X\0AThe IfcDistributionPort for fuel has an associated IfcMaterial with fuel properties and is assigned to an IfcPerformanceHistory object nested within this IfcPerformanceHistory object.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveRatioMeasure',$,$,$,$,$); +#367= IFCSIMPLEPROPERTYTEMPLATE('2NklEn94fAAffIQBYsYnZD',$,'CoefficientOfFriction','Coefficient of friction value for the fender',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#368= IFCSIMPLEPROPERTYTEMPLATE('3Wd_O0qSeHuO00025QrE$V',$,'CoefficientOfPerformance','Coefficient of performance (COP).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveRatioMeasure',$,$,$,$,$); +#368= IFCSIMPLEPROPERTYTEMPLATE('3W1b00qSWHuO00025QrE$V',$,'CoefficientOfPerformance','The Coefficient of performance (COP) is the ratio of heat removed to energy input. \X\0D\X\0AThe energy input may be obtained by multiplying \X\0D\X\0APset_DistributionPortPHistoryGas.FlowRate on the ''Fuel'' port of the IfcChiller by Pset_MaterialFuel.LowerHeatingValue. \X\0D\X\0AThe IfcDistributionPort for fuel has an associated IfcMaterial with fuel properties and is assigned to an IfcPerformanceHistory object nested within this IfcPerformanceHistory object.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveRatioMeasure',$,$,$,$,$); -#369= IFCSIMPLEPROPERTYTEMPLATE('0dZDm0qSaHuO00025QrE$V',$,'CoefficientOfPerformanceCurve','Chiller coefficient of performance (COP) is function of condensing temperature and evaporating temperature, data is in table form, COP= f (TempCon, TempEvp), COP = a2+b2\\*Tei+c2\\*Tei\\^2+d2\\*Tci+e2\\*Tci\\^2+f2\\*Tei\\*Tci. \X\0D\X\0AThis table uses multiple input variables; to represent, both DefiningValues and DefinedValues lists are null and IfcTable is attached using IfcPropertyConstraintRelationship and IfcMetric. Columns are specified in the following order: \X\0D\X\0A1.IfcPositiveRatioMeasure:CoefficientOfPerformance\X\0D\X\0A2.IfcThermodynamicTemperatureMeasure:CondensingTemperature\X\0D\X\0A3.IfcThermodynamicTemperatureMeasure:EvaporatingTemperature',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcReal',$,$,$,$,$); +#369= IFCSIMPLEPROPERTYTEMPLATE('3Wd_O0qSeHuO00025QrE$V',$,'CoefficientOfPerformance','Coefficient of performance (COP).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveRatioMeasure',$,$,$,$,$); -#370= IFCSIMPLEPROPERTYTEMPLATE('1Ts3cC4K527A$xCe0PeqiV',$,'CohesionBehaviour','Cohesive shear strength of a rock or soil that is independent of interparticle friction.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#370= IFCSIMPLEPROPERTYTEMPLATE('0dZDm0qSaHuO00025QrE$V',$,'CoefficientOfPerformanceCurve','Chiller coefficient of performance (COP) is function of condensing temperature and evaporating temperature, data is in table form, COP= f (TempCon, TempEvp), COP = a2+b2\\*Tei+c2\\*Tei\\^2+d2\\*Tci+e2\\*Tci\\^2+f2\\*Tei\\*Tci. \X\0D\X\0AThis table uses multiple input variables; to represent, both DefiningValues and DefinedValues lists are null and IfcTable is attached using IfcPropertyConstraintRelationship and IfcMetric. Columns are specified in the following order: \X\0D\X\0A1.IfcPositiveRatioMeasure:CoefficientOfPerformance\X\0D\X\0A2.IfcThermodynamicTemperatureMeasure:CondensingTemperature\X\0D\X\0A3.IfcThermodynamicTemperatureMeasure:EvaporatingTemperature',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcReal',$,$,$,$,$); -#371= IFCSIMPLEPROPERTYTEMPLATE('3keJS0qSaHuO00025QrE$V',$,'CoilConnectionDirection','Coil connection direction (facing into the air stream).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5092,$,$,$,$); -#5092= IFCPROPERTYENUMERATION('PEnum_CoilConnectionDirection',('LEFT','RIGHT','OTHER','NOTKNOWN','UNSET'),$); +#371= IFCSIMPLEPROPERTYTEMPLATE('1Ts3cC4K527A$xCe0PeqiV',$,'CohesionBehaviour','Cohesive shear strength of a rock or soil that is independent of interparticle friction.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#372= IFCSIMPLEPROPERTYTEMPLATE('3XX4W0qSaHuO00025QrE$V',$,'CoilCoolant','The fluid used for heating or cooling used by the hydronic coil.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5095,$,$,$,$); -#5095= IFCPROPERTYENUMERATION('PEnum_CoilCoolant',('WATER','BRINE','GLYCOL','OTHER','NOTKNOWN','UNSET'),$); +#372= IFCSIMPLEPROPERTYTEMPLATE('3keJS0qSaHuO00025QrE$V',$,'CoilConnectionDirection','Coil connection direction (facing into the air stream).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5127,$,$,$,$); +#5127= IFCPROPERTYENUMERATION('PEnum_CoilConnectionDirection',('LEFT','RIGHT','OTHER','NOTKNOWN','UNSET'),$); -#373= IFCSIMPLEPROPERTYTEMPLATE('0BFMy0qSeHuO00025QrE$V',$,'CoilFaceArea','Coil face area in the direction against air the flow.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#373= IFCSIMPLEPROPERTYTEMPLATE('3XX4W0qSaHuO00025QrE$V',$,'CoilCoolant','The fluid used for heating or cooling used by the hydronic coil.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5130,$,$,$,$); +#5130= IFCPROPERTYENUMERATION('PEnum_CoilCoolant',('WATER','BRINE','GLYCOL','OTHER','NOTKNOWN','UNSET'),$); -#374= IFCSIMPLEPROPERTYTEMPLATE('3zX_c0qSaHuO00025QrE$V',$,'CoilFluidArrangement','Fluid flow arrangement of the coil.\X\0D\X\0A\X\0D\X\0ACrossCounterFlow: Air and water flow enter in different directions.\X\0D\X\0ACrossFlow: Air and water flow are perpendicular.\X\0D\X\0ACrossParallelFlow: Air and water flow enter in same directions.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5100,$,$,$,$); -#5100= IFCPROPERTYENUMERATION('PEnum_CoilFluidArrangement',('CROSSFLOW','CROSSCOUNTERFLOW','CROSSPARALLELFLOW','OTHER','NOTKNOWN','UNSET'),$); +#374= IFCSIMPLEPROPERTYTEMPLATE('0BFMy0qSeHuO00025QrE$V',$,'CoilFaceArea','Coil face area in the direction against air the flow.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#375= IFCSIMPLEPROPERTYTEMPLATE('0w2XG0qSyHuO00025QrE$V',$,'CoilLength','Length of coil.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#375= IFCSIMPLEPROPERTYTEMPLATE('3zX_c0qSaHuO00025QrE$V',$,'CoilFluidArrangement','Fluid flow arrangement of the coil.\X\0D\X\0A\X\0D\X\0ACrossCounterFlow: Air and water flow enter in different directions.\X\0D\X\0ACrossFlow: Air and water flow are perpendicular.\X\0D\X\0ACrossParallelFlow: Air and water flow enter in same directions.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5135,$,$,$,$); +#5135= IFCPROPERTYENUMERATION('PEnum_CoilFluidArrangement',('CROSSFLOW','CROSSCOUNTERFLOW','CROSSPARALLELFLOW','OTHER','NOTKNOWN','UNSET'),$); -#376= IFCSIMPLEPROPERTYTEMPLATE('3WO1I0qUCHuO00025QrE$V',$,'CoilPosition','Defines the relationship between a fan and a coil.\X\0D\X\0A\X\0D\X\0ADrawThrough: Fan located downstream of the coil.\X\0D\X\0ABlowThrough: Fan located upstream of the coil.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5104,$,$,$,$); -#5104= IFCPROPERTYENUMERATION('PEnum_FanCoilPosition',('DRAWTHROUGH','BLOWTHROUGH','OTHER','NOTKNOWN','UNSET'),$); +#376= IFCSIMPLEPROPERTYTEMPLATE('0w2XG0qSyHuO00025QrE$V',$,'CoilLength','Length of coil.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#377= IFCSIMPLEPROPERTYTEMPLATE('0_piW0qSyHuO00025QrE$V',$,'CoilWidth','Width of coil.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#377= IFCSIMPLEPROPERTYTEMPLATE('3WO1I0qUCHuO00025QrE$V',$,'CoilPosition','Defines the relationship between a fan and a coil.\X\0D\X\0A\X\0D\X\0ADrawThrough: Fan located downstream of the coil.\X\0D\X\0ABlowThrough: Fan located upstream of the coil.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5139,$,$,$,$); +#5139= IFCPROPERTYENUMERATION('PEnum_FanCoilPosition',('DRAWTHROUGH','BLOWTHROUGH','OTHER','NOTKNOWN','UNSET'),$); -#378= IFCSIMPLEPROPERTYTEMPLATE('0wNTk0qTuHuO00025QrE$V',$,'Color','The color of the duct segment.\X\0D\X\0A\X\0D\X\0ANote: This is typically used for any duct segments with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#378= IFCSIMPLEPROPERTYTEMPLATE('0_piW0qSyHuO00025QrE$V',$,'CoilWidth','Width of coil.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#379= IFCSIMPLEPROPERTYTEMPLATE('1iBMq0qVCHuO00025QrE$V',$,'Color','The color of the pipe segment.\X\0D\X\0A\X\0D\X\0ANote: This is typically used only for plastic pipe segments. However, it may be used for any pipe segments with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#379= IFCSIMPLEPROPERTYTEMPLATE('0wNTk0qTuHuO00025QrE$V',$,'Color','The color of the duct segment.\X\0D\X\0A\X\0D\X\0ANote: This is typically used for any duct segments with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#380= IFCSIMPLEPROPERTYTEMPLATE('2J4I2LAOv4qfhgUPNOBh82',$,'Color','Color selection for this object.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#380= IFCSIMPLEPROPERTYTEMPLATE('1iBMq0qVCHuO00025QrE$V',$,'Color','The color of the pipe segment.\X\0D\X\0A\X\0D\X\0ANote: This is typically used only for plastic pipe segments. However, it may be used for any pipe segments with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#381= IFCSIMPLEPROPERTYTEMPLATE('2XGRk0qWCHuO00025QrE$V',$,'Color','Color selection for this object.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#381= IFCSIMPLEPROPERTYTEMPLATE('2J4I2LAOv4qfhgUPNOBh82',$,'Color','Color selection for this object.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#382= IFCSIMPLEPROPERTYTEMPLATE('3G0sO0qV8HuO00025QrE$V',$,'Color','The color of the pipe segment.\X\0D\X\0A\X\0D\X\0ANote: This is typically used only for plastic pipe segments. However, it may be used for any pipe segments with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#382= IFCSIMPLEPROPERTYTEMPLATE('2XGRk0qWCHuO00025QrE$V',$,'Color','Color selection for this object.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#383= IFCSIMPLEPROPERTYTEMPLATE('3h5wi0qTqHuO00025QrE$V',$,'Color','The color of the duct segment.\X\0D\X\0A\X\0D\X\0ANote: This is typically used for any duct segments with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#383= IFCSIMPLEPROPERTYTEMPLATE('3G0sO0qV8HuO00025QrE$V',$,'Color','The color of the pipe segment.\X\0D\X\0A\X\0D\X\0ANote: This is typically used only for plastic pipe segments. However, it may be used for any pipe segments with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#384= IFCSIMPLEPROPERTYTEMPLATE('11rx60qUiHuO00025QrE$V',$,'ColorAppearance','In both the DIN and CIE standards, artificial light sources are classified in terms of their color appearance. To the human eye they all appear to be white; the difference can only be detected by direct comparison. Visual performance is not directly affected by differences in color appearance.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#384= IFCSIMPLEPROPERTYTEMPLATE('3h5wi0qTqHuO00025QrE$V',$,'Color','The color of the duct segment.\X\0D\X\0A\X\0D\X\0ANote: This is typically used for any duct segments with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#385= IFCSIMPLEPROPERTYTEMPLATE('37d3A0qTGHuO00025QrE$V',$,'ColorCode','Name of a color for identifying the connector, if applicable.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#385= IFCSIMPLEPROPERTYTEMPLATE('11rx60qUiHuO00025QrE$V',$,'ColorAppearance','In both the DIN and CIE standards, artificial light sources are classified in terms of their color appearance. To the human eye they all appear to be white; the difference can only be detected by direct comparison. Visual performance is not directly affected by differences in color appearance.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#386= IFCSIMPLEPROPERTYTEMPLATE('1VfHQ0qUiHuO00025QrE$V',$,'ColorRenderingIndex','The CRI indicates how well a light source renders eight standard colors compared to perfect reference lamp with the same color temperature. The CRI scale ranges from 1 to 100, with 100 representing perfect rendering properties.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#386= IFCSIMPLEPROPERTYTEMPLATE('37d3A0qTGHuO00025QrE$V',$,'ColorCode','Name of a color for identifying the connector, if applicable.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#387= IFCSIMPLEPROPERTYTEMPLATE('1PhpM0qUiHuO00025QrE$V',$,'ColorTemperature','The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#387= IFCSIMPLEPROPERTYTEMPLATE('1VfHQ0qUiHuO00025QrE$V',$,'ColorRenderingIndex','The CRI indicates how well a light source renders eight standard colors compared to perfect reference lamp with the same color temperature. The CRI scale ranges from 1 to 100, with 100 representing perfect rendering properties.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#388= IFCSIMPLEPROPERTYTEMPLATE('0iHTZHO0b8BO33foHizEN0',$,'Colour','Stratum colour',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#388= IFCSIMPLEPROPERTYTEMPLATE('1PhpM0qUiHuO00025QrE$V',$,'ColorTemperature','The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#389= IFCSIMPLEPROPERTYTEMPLATE('0mpdQ0qT8HuO00025QrE$V',$,'ColumnShoeBasePlateDepth','The depth of the column shoe base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#389= IFCSIMPLEPROPERTYTEMPLATE('0iHTZHO0b8BO33foHizEN0',$,'Colour','Stratum colour',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#390= IFCSIMPLEPROPERTYTEMPLATE('0c4_60qT8HuO00025QrE$V',$,'ColumnShoeBasePlateThickness','The thickness of the column shoe base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#390= IFCSIMPLEPROPERTYTEMPLATE('0mpdQ0qT8HuO00025QrE$V',$,'ColumnShoeBasePlateDepth','The depth of the column shoe base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#391= IFCSIMPLEPROPERTYTEMPLATE('0i2SA0qT8HuO00025QrE$V',$,'ColumnShoeBasePlateWidth','The width of the column shoe base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#391= IFCSIMPLEPROPERTYTEMPLATE('0c4_60qT8HuO00025QrE$V',$,'ColumnShoeBasePlateThickness','The thickness of the column shoe base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#392= IFCSIMPLEPROPERTYTEMPLATE('10JR_0qT8HuO00025QrE$V',$,'ColumnShoeCasingDepth','The depth of the column shoe casing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#392= IFCSIMPLEPROPERTYTEMPLATE('0i2SA0qT8HuO00025QrE$V',$,'ColumnShoeBasePlateWidth','The width of the column shoe base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#393= IFCSIMPLEPROPERTYTEMPLATE('0sAy40qT8HuO00025QrE$V',$,'ColumnShoeCasingHeight','The height of the column shoe casing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#393= IFCSIMPLEPROPERTYTEMPLATE('10JR_0qT8HuO00025QrE$V',$,'ColumnShoeCasingDepth','The depth of the column shoe casing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#394= IFCSIMPLEPROPERTYTEMPLATE('0wy7K0qT8HuO00025QrE$V',$,'ColumnShoeCasingWidth','The width of the column shoe casing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#394= IFCSIMPLEPROPERTYTEMPLATE('0sAy40qT8HuO00025QrE$V',$,'ColumnShoeCasingHeight','The height of the column shoe casing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#395= IFCSIMPLEPROPERTYTEMPLATE('2XVviYqS9BKeFimfQfNm7U',$,'CombinedKerbGutter','Indicating the use of a combined kerb and gutter.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#395= IFCSIMPLEPROPERTYTEMPLATE('0wy7K0qT8HuO00025QrE$V',$,'ColumnShoeCasingWidth','The width of the column shoe casing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#396= IFCSIMPLEPROPERTYTEMPLATE('0QGn80qWWHuO00025QrE$V',$,'Combustible','Indication whether the object is made from combustible material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#396= IFCSIMPLEPROPERTYTEMPLATE('2XVviYqS9BKeFimfQfNm7U',$,'CombinedKerbGutter','Indicating the use of a combined kerb and gutter.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#397= IFCSIMPLEPROPERTYTEMPLATE('15gWg0qT0HuO00025QrE$V',$,'Combustible','Indication whether the object is made from combustible material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#397= IFCSIMPLEPROPERTYTEMPLATE('0QGn80qWWHuO00025QrE$V',$,'Combustible','Indication whether the object is made from combustible material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#398= IFCSIMPLEPROPERTYTEMPLATE('2MkVw0qT0HuO00025QrE$V',$,'Combustible','Indication whether the object is made from combustible material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#398= IFCSIMPLEPROPERTYTEMPLATE('15gWg0qT0HuO00025QrE$V',$,'Combustible','Indication whether the object is made from combustible material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#399= IFCSIMPLEPROPERTYTEMPLATE('3Fo980qXKHuO00025QrE$V',$,'Combustible','Indication whether the object is made from combustible material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#399= IFCSIMPLEPROPERTYTEMPLATE('2MkVw0qT0HuO00025QrE$V',$,'Combustible','Indication whether the object is made from combustible material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#400= IFCSIMPLEPROPERTYTEMPLATE('1AQC60qSGHuO00025QrE$V',$,'CombustionEfficiency','Combustion efficiency under nominal condition.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#400= IFCSIMPLEPROPERTYTEMPLATE('3Fo980qXKHuO00025QrE$V',$,'Combustible','Indication whether the object is made from combustible material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#401= IFCSIMPLEPROPERTYTEMPLATE('0_tS20qUqHuO00025QrE$V',$,'CombustionTemperature','Combustion temperature of the material when air is at 298 K and 100 kPa.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#401= IFCSIMPLEPROPERTYTEMPLATE('1AQC60qSGHuO00025QrE$V',$,'CombustionEfficiency','Combustion efficiency under nominal condition.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#402= IFCSIMPLEPROPERTYTEMPLATE('1Gzpa0qSGHuO00025QrE$V',$,'CombustionTemperature','Average combustion chamber temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#402= IFCSIMPLEPROPERTYTEMPLATE('0_tS20qUqHuO00025QrE$V',$,'CombustionTemperature','Combustion temperature of the material when air is at 298 K and 100 kPa.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#403= IFCSIMPLEPROPERTYTEMPLATE('1kHVg0qVWHuO00025QrE$V',$,'CommencementDate','Date on which the agreement commences.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#403= IFCSIMPLEPROPERTYTEMPLATE('1Gzpa0qSGHuO00025QrE$V',$,'CombustionTemperature','Average combustion chamber temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#404= IFCSIMPLEPROPERTYTEMPLATE('3Xuwkh7UD9wuLX4uBTrvQ8',$,'CommonInterfaceType','Indicates the type of the device common interfaces.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5176,$,$,$,$); -#5176= IFCPROPERTYENUMERATION('PEnum_CommonInterfaceType',('DRYCONTACTSINTERFACE','MANAGEMENTINTERFACE','OTHER_IO_INTERFACE','SYNCHRONIZATIONINTERFACE','OTHER','NOTKNOWN','UNSET'),$); +#404= IFCSIMPLEPROPERTYTEMPLATE('1kHVg0qVWHuO00025QrE$V',$,'CommencementDate','Date on which the agreement commences.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#405= IFCSIMPLEPROPERTYTEMPLATE('23pIPVZq9A19s2K0Qc6rmz',$,'CommunicationStandard','Indicates the communication standard supported by the physical wired communication port.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5177,$,$,$,$); -#5177= IFCPROPERTYENUMERATION('PEnum_CommunicationStandard',('ETHERNET','STM_1','STM_16','STM_256','STM_4','STM_64','USB','XDSL','OTHER','NOTKNOWN','UNSET'),$); +#405= IFCSIMPLEPROPERTYTEMPLATE('3Xuwkh7UD9wuLX4uBTrvQ8',$,'CommonInterfaceType','Indicates the type of the device common interfaces.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5211,$,$,$,$); +#5211= IFCPROPERTYENUMERATION('PEnum_CommonInterfaceType',('DRYCONTACTSINTERFACE','MANAGEMENTINTERFACE','OTHER_IO_INTERFACE','SYNCHRONIZATIONINTERFACE','OTHER','NOTKNOWN','UNSET'),$); -#406= IFCSIMPLEPROPERTYTEMPLATE('11cTy0qWWHuO00025QrE$V',$,'Compartmentation','Indication whether the object is designed to serve as a fire compartmentation (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#406= IFCSIMPLEPROPERTYTEMPLATE('23pIPVZq9A19s2K0Qc6rmz',$,'CommunicationStandard','Indicates the communication standard supported by the physical wired communication port.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5212,$,$,$,$); +#5212= IFCPROPERTYENUMERATION('PEnum_CommunicationStandard',('ETHERNET','STM_1','STM_16','STM_256','STM_4','STM_64','USB','XDSL','OTHER','NOTKNOWN','UNSET'),$); -#407= IFCSIMPLEPROPERTYTEMPLATE('3vWRa0qXKHuO00025QrE$V',$,'Compartmentation','Indication whether the object is designed to serve as a fire compartmentation (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#407= IFCSIMPLEPROPERTYTEMPLATE('3IBdqSmXf1vwj5iylqG2hi',$,'CompactionFactor','Reduction in volume on compaction.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#408= IFCSIMPLEPROPERTYTEMPLATE('0NZNNBTeH4$RmON2XH6spL',$,'Complementaryfunction','Indicates the complementary function of the drain channel.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5186,$,$,$,$); -#5186= IFCPROPERTYENUMERATION('PEnum_ComplementaryWorks',('TRANSVERSAL_WATER_REMOVAL','LIFTING_WATER_WELLS','DISPERSING_WELLS','OTHER','NOTKNOWN','NOTDEFINED'),$); +#408= IFCSIMPLEPROPERTYTEMPLATE('2_UiNQRvH2uuEFFaxMk1It',$,'CompactionMethod','Method of compaction.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5213,$,$,$,$); +#5213= IFCPROPERTYENUMERATION('PEnum_CompactionMethod',('ROLLER','TAMPING','NONE','USERDEFINED'),$); -#409= IFCSIMPLEPROPERTYTEMPLATE('3vTKU5hpb51Qve8ObZwhUJ',$,'CompositeFractions','Denomination into soil groups by composite fractions',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5187,$,$,$,$); -#5187= IFCPROPERTYENUMERATION('PEnum_SoilCompositeFractions',('BOULDERS','BOULDERS_WITH_COBBLES','BOULDERS_WITH_FINER_SOILS','GRAVEL_WITH_COBBLES','GRAVEL','SANDY_GRAVEL_WITH_COBBLES','SANDY_GRAVEL','GRAVEL_WITH_CLAY_OR_SILT','GRAVELLY_SAND','SAND','SAND_WITH_CLAY_AND_SILT','SANDY_SILT','SANDY_GRAVELLY_SILT','SANDY_CLAYEY_SILT','CLAYEY_SILT','SILTY_CLAY','SANDY_GRAVELLY_CLAY','SILT','CLAY','ORGANIC_SILT','ORGANIC_CLAY','SANDY_PEAT','FILL','COBBLES','COBBLES_WITH_BOULDERS','COBBLES_WITH_FINER_SOILS','OTHER','NOTKNOWN','UNSET.'),$); +#409= IFCSIMPLEPROPERTYTEMPLATE('3TT9O2$zXCkB7l$kFVljGC',$,'CompactionMethodOther','User defined method of compaction when CompactionMethod = USERDEFINED.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#410= IFCSIMPLEPROPERTYTEMPLATE('0CV9K0qUOHuO00025QrE$V',$,'CompressedAirFilterType','ACTIVATEDCARBON: absorbs oil vapor and odor; PARTICLE_FILTER: used to absorb solid particles of medium size; COALESCENSE_FILTER: used to absorb fine solid, oil, and water particles, also called micro filter',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5188,$,$,$,$); -#5188= IFCPROPERTYENUMERATION('PEnum_CompressedAirFilterType',('ACTIVATEDCARBON','PARTICLE_FILTER','COALESCENSE_FILTER','OTHER','NOTKNOWN','UNSET'),$); +#410= IFCSIMPLEPROPERTYTEMPLATE('11cTy0qWWHuO00025QrE$V',$,'Compartmentation','Indication whether the object is designed to serve as a fire compartmentation (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#411= IFCSIMPLEPROPERTYTEMPLATE('3dBbs0qSeHuO00025QrE$V',$,'CompressionEfficiency','Ratio of the work required for isentropic compression of the gas to the work delivered to the gas within the compression volume (as obtained by measurement).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#411= IFCSIMPLEPROPERTYTEMPLATE('3vWRa0qXKHuO00025QrE$V',$,'Compartmentation','Indication whether the object is designed to serve as a fire compartmentation (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#412= IFCSIMPLEPROPERTYTEMPLATE('0gx8OSAsfDaR6Lagjl0obi',$,'CompressiveStrength','Defining values: \X2\03B1\X0\; defined values: compressive strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); +#412= IFCSIMPLEPROPERTYTEMPLATE('0NZNNBTeH4$RmON2XH6spL',$,'Complementaryfunction','Indicates the complementary function of the drain channel.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5222,$,$,$,$); +#5222= IFCPROPERTYENUMERATION('PEnum_ComplementaryWorks',('TRANSVERSAL_WATER_REMOVAL','LIFTING_WATER_WELLS','DISPERSING_WELLS','OTHER','NOTKNOWN','NOTDEFINED'),$); -#413= IFCSIMPLEPROPERTYTEMPLATE('13o_PQZLnATfkOJGsX$sGN',$,'CompressiveStrength','Defining values: \X2\03B1\X0\; defined values: compressive strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); +#413= IFCSIMPLEPROPERTYTEMPLATE('3vTKU5hpb51Qve8ObZwhUJ',$,'CompositeFractions','Denomination into soil groups by composite fractions',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5223,$,$,$,$); +#5223= IFCPROPERTYENUMERATION('PEnum_SoilCompositeFractions',('BOULDERS','BOULDERS_WITH_COBBLES','BOULDERS_WITH_FINER_SOILS','GRAVEL_WITH_COBBLES','GRAVEL','SANDY_GRAVEL_WITH_COBBLES','SANDY_GRAVEL','GRAVEL_WITH_CLAY_OR_SILT','GRAVELLY_SAND','SAND','SAND_WITH_CLAY_AND_SILT','SANDY_SILT','SANDY_GRAVELLY_SILT','SANDY_CLAYEY_SILT','CLAYEY_SILT','SILTY_CLAY','SANDY_GRAVELLY_CLAY','SILT','CLAY','ORGANIC_SILT','ORGANIC_CLAY','SANDY_PEAT','FILL','COBBLES','COBBLES_WITH_BOULDERS','COBBLES_WITH_FINER_SOILS','OTHER','NOTKNOWN','UNSET.'),$); -#414= IFCSIMPLEPROPERTYTEMPLATE('2chwSa9R98gR_aQspFjpC6',$,'CompressiveStrength','Defining values: \X2\03B1\X0\; defined values: compressive strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); +#414= IFCSIMPLEPROPERTYTEMPLATE('0CV9K0qUOHuO00025QrE$V',$,'CompressedAirFilterType','ACTIVATEDCARBON: absorbs oil vapor and odor; PARTICLE_FILTER: used to absorb solid particles of medium size; COALESCENSE_FILTER: used to absorb fine solid, oil, and water particles, also called micro filter',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5224,$,$,$,$); +#5224= IFCPROPERTYENUMERATION('PEnum_CompressedAirFilterType',('ACTIVATEDCARBON','PARTICLE_FILTER','COALESCENSE_FILTER','OTHER','NOTKNOWN','UNSET'),$); -#415= IFCSIMPLEPROPERTYTEMPLATE('3gEaM0qUmHuO00025QrE$V',$,'CompressiveStrength','The compressive strength of the concrete.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#415= IFCSIMPLEPROPERTYTEMPLATE('3dBbs0qSeHuO00025QrE$V',$,'CompressionEfficiency','Ratio of the work required for isentropic compression of the gas to the work delivered to the gas within the compression volume (as obtained by measurement).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#416= IFCSIMPLEPROPERTYTEMPLATE('3Q4Mw0qSeHuO00025QrE$V',$,'CompressorCapacity','The product of the ideal capacity and the overall volumetric efficiency of the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#416= IFCSIMPLEPROPERTYTEMPLATE('0gx8OSAsfDaR6Lagjl0obi',$,'CompressiveStrength','Defining values: \X2\03B1\X0\; defined values: compressive strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); -#417= IFCSIMPLEPROPERTYTEMPLATE('1w6yU0qSmHuO00025QrE$V',$,'CompressorCondenserHeatGain','Heat gain between condenser inlet to compressor outlet.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#417= IFCSIMPLEPROPERTYTEMPLATE('13o_PQZLnATfkOJGsX$sGN',$,'CompressiveStrength','Defining values: \X2\03B1\X0\; defined values: compressive strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); -#418= IFCSIMPLEPROPERTYTEMPLATE('1zhqw0qSmHuO00025QrE$V',$,'CompressorCondenserPressureDrop','Pressure drop between condenser inlet and compressor outlet.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#418= IFCSIMPLEPROPERTYTEMPLATE('2chwSa9R98gR_aQspFjpC6',$,'CompressiveStrength','Defining values: \X2\03B1\X0\; defined values: compressive strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); -#419= IFCSIMPLEPROPERTYTEMPLATE('3k_Vm0qU8HuO00025QrE$V',$,'CompressorEvaporatorHeatGain','Heat gain between the evaporator outlet and the compressor inlet.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#419= IFCSIMPLEPROPERTYTEMPLATE('3gEaM0qUmHuO00025QrE$V',$,'CompressiveStrength','The compressive strength of the concrete.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#420= IFCSIMPLEPROPERTYTEMPLATE('3plh00qU8HuO00025QrE$V',$,'CompressorEvaporatorPressureDrop','Pressure drop between the evaporator outlet and the compressor inlet.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#420= IFCSIMPLEPROPERTYTEMPLATE('3Q4Mw0qSeHuO00025QrE$V',$,'CompressorCapacity','The product of the ideal capacity and the overall volumetric efficiency of the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#421= IFCSIMPLEPROPERTYTEMPLATE('1NrNe0qSiHuO00025QrE$V',$,'CompressorSpeed','Compressor speed.',.P_SINGLEVALUE.,'IfcRotationalFrequencyMeasure',$,$,$,$,$,$); +#421= IFCSIMPLEPROPERTYTEMPLATE('1w6yU0qSmHuO00025QrE$V',$,'CompressorCondenserHeatGain','Heat gain between condenser inlet to compressor outlet.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#422= IFCSIMPLEPROPERTYTEMPLATE('3mjyM0qSeHuO00025QrE$V',$,'CompressorTotalEfficiency','Ratio of the thermal cooling capacity to electrical input.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#422= IFCSIMPLEPROPERTYTEMPLATE('1zhqw0qSmHuO00025QrE$V',$,'CompressorCondenserPressureDrop','Pressure drop between condenser inlet and compressor outlet.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#423= IFCSIMPLEPROPERTYTEMPLATE('020D80qSiHuO00025QrE$V',$,'CompressorTotalHeatGain','Compressor total heat gain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#423= IFCSIMPLEPROPERTYTEMPLATE('3k_Vm0qU8HuO00025QrE$V',$,'CompressorEvaporatorHeatGain','Heat gain between the evaporator outlet and the compressor inlet.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#424= IFCSIMPLEPROPERTYTEMPLATE('0KKYZceoj1zOtGz8I7XmVq',$,'CompStrength','Compressive strength, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#424= IFCSIMPLEPROPERTYTEMPLATE('3plh00qU8HuO00025QrE$V',$,'CompressorEvaporatorPressureDrop','Pressure drop between the evaporator outlet and the compressor inlet.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#425= IFCSIMPLEPROPERTYTEMPLATE('0N455YE$f0Q9gp2KsnM8YB',$,'CompStrength','Compressive strength, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#425= IFCSIMPLEPROPERTYTEMPLATE('1NrNe0qSiHuO00025QrE$V',$,'CompressorSpeed','Compressor speed.',.P_SINGLEVALUE.,'IfcRotationalFrequencyMeasure',$,$,$,$,$,$); -#426= IFCSIMPLEPROPERTYTEMPLATE('3VTMcUo6XCeAAYmM_MZLrH',$,'CompStrength','Compressive strength, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#426= IFCSIMPLEPROPERTYTEMPLATE('3mjyM0qSeHuO00025QrE$V',$,'CompressorTotalEfficiency','Ratio of the thermal cooling capacity to electrical input.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#427= IFCSIMPLEPROPERTYTEMPLATE('0Sk7rdMlL1rwa$77Tmc3ZF',$,'CompStrengthPerp','Compressive strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#427= IFCSIMPLEPROPERTYTEMPLATE('020D80qSiHuO00025QrE$V',$,'CompressorTotalHeatGain','Compressor total heat gain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#428= IFCSIMPLEPROPERTYTEMPLATE('1nDJCoibTCpv6h14fhaGKZ',$,'CompStrengthPerp','Compressive strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#428= IFCSIMPLEPROPERTYTEMPLATE('0KKYZceoj1zOtGz8I7XmVq',$,'CompStrength','Compressive strength, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#429= IFCSIMPLEPROPERTYTEMPLATE('3Q2AaIwNj5sfrocKwUvdtT',$,'CompStrengthPerp','Compressive strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#429= IFCSIMPLEPROPERTYTEMPLATE('0N455YE$f0Q9gp2KsnM8YB',$,'CompStrength','Compressive strength, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#430= IFCSIMPLEPROPERTYTEMPLATE('1r0lqqj$f9Ge364Ax4U713',$,'ConcealedCeiling','Indication whether this space is designed to have a concealed flooring space (TRUE) or not (FALSE). A concealed ceiling space is normally meant to be the space between a slab and a ceiling.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#430= IFCSIMPLEPROPERTYTEMPLATE('3VTMcUo6XCeAAYmM_MZLrH',$,'CompStrength','Compressive strength, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#431= IFCSIMPLEPROPERTYTEMPLATE('2dq7B8tp95lPmRb2JNyrg7',$,'ConcealedCeilingOffset','Distance between the upper floor slab and the suspended ceiling, often used for distribution systems. Often referred to as plenum.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#431= IFCSIMPLEPROPERTYTEMPLATE('0Sk7rdMlL1rwa$77Tmc3ZF',$,'CompStrengthPerp','Compressive strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#432= IFCSIMPLEPROPERTYTEMPLATE('26KAQ9kWPDzfy5AeUh1my2',$,'ConcealedFlooring','Indication whether this space is designed to have a concealed flooring space (TRUE) or not (FALSE). A concealed flooring space is normally meant to be the space beneath a raised floor.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#432= IFCSIMPLEPROPERTYTEMPLATE('1nDJCoibTCpv6h14fhaGKZ',$,'CompStrengthPerp','Compressive strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#433= IFCSIMPLEPROPERTYTEMPLATE('1M0f51fy10nAxr6YGleM4V',$,'ConcealedFlooringOffset','Distance between the floor slab and the floor covering, often used for cables and other installations. Often referred to as raised flooring.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#433= IFCSIMPLEPROPERTYTEMPLATE('3Q2AaIwNj5sfrocKwUvdtT',$,'CompStrengthPerp','Compressive strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#434= IFCSIMPLEPROPERTYTEMPLATE('07PBZZQdn2TOMV5JJgFkm9',$,'ConcreteCover','The protective concrete cover at the reinforcing bars according to local building regulations.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#434= IFCSIMPLEPROPERTYTEMPLATE('1r0lqqj$f9Ge364Ax4U713',$,'ConcealedCeiling','Indication whether this space is designed to have a concealed flooring space (TRUE) or not (FALSE). A concealed ceiling space is normally meant to be the space between a slab and a ceiling.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#435= IFCSIMPLEPROPERTYTEMPLATE('2_yow0qSiHuO00025QrE$V',$,'ConcreteCoverAtLinks','The protective concrete cover at the reinforcement links according to local building regulations.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#435= IFCSIMPLEPROPERTYTEMPLATE('2dq7B8tp95lPmRb2JNyrg7',$,'ConcealedCeilingOffset','Distance between the upper floor slab and the suspended ceiling, often used for distribution systems. Often referred to as plenum.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#436= IFCSIMPLEPROPERTYTEMPLATE('2u$Ks0qSiHuO00025QrE$V',$,'ConcreteCoverAtMainBars','The protective concrete cover at the main reinforcing bars according to local building regulations.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#436= IFCSIMPLEPROPERTYTEMPLATE('26KAQ9kWPDzfy5AeUh1my2',$,'ConcealedFlooring','Indication whether this space is designed to have a concealed flooring space (TRUE) or not (FALSE). A concealed flooring space is normally meant to be the space beneath a raised floor.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#437= IFCSIMPLEPROPERTYTEMPLATE('2Jb380qXCHuO00025QrE$V',$,'CondenserEnteringTemperature','Temperature of fluid entering condenser.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#437= IFCSIMPLEPROPERTYTEMPLATE('1M0f51fy10nAxr6YGleM4V',$,'ConcealedFlooringOffset','Distance between the floor slab and the floor covering, often used for cables and other installations. Often referred to as raised flooring.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#438= IFCSIMPLEPROPERTYTEMPLATE('2Ddb40qXCHuO00025QrE$V',$,'CondenserFlowrate','Flow rate of fluid through the condenser.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#438= IFCSIMPLEPROPERTYTEMPLATE('07PBZZQdn2TOMV5JJgFkm9',$,'ConcreteCover','The protective concrete cover at the reinforcing bars according to local building regulations.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#439= IFCSIMPLEPROPERTYTEMPLATE('2RKzQ0qXCHuO00025QrE$V',$,'CondenserLeavingTemperature','Termperature of fluid leaving condenser.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#439= IFCSIMPLEPROPERTYTEMPLATE('2_yow0qSiHuO00025QrE$V',$,'ConcreteCoverAtLinks','The protective concrete cover at the reinforcement links according to local building regulations.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#440= IFCSIMPLEPROPERTYTEMPLATE('21GjM0qSmHuO00025QrE$V',$,'CondenserMeanVoidFraction','Mean void fraction in condenser.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#440= IFCSIMPLEPROPERTYTEMPLATE('2u$Ks0qSiHuO00025QrE$V',$,'ConcreteCoverAtMainBars','The protective concrete cover at the main reinforcing bars according to local building regulations.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#441= IFCSIMPLEPROPERTYTEMPLATE('1ko9m0qSmHuO00025QrE$V',$,'CondensingTemperature','Refrigerant condensing temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#441= IFCSIMPLEPROPERTYTEMPLATE('2Jb380qXCHuO00025QrE$V',$,'CondenserEnteringTemperature','Temperature of fluid entering condenser.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#442= IFCSIMPLEPROPERTYTEMPLATE('0YAvE0qS4HuO00025QrE$V',$,'Condition','Table mapping alarm condition identifiers to descriptive labels, which may be used for interpreting Pset_AlarmPHistory.Condition.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#442= IFCSIMPLEPROPERTYTEMPLATE('2Ddb40qXCHuO00025QrE$V',$,'CondenserFlowrate','Flow rate of fluid through the condenser.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#443= IFCSIMPLEPROPERTYTEMPLATE('3lWPi0qS0HuO00025QrE$V',$,'Condition','Indicates alarm condition over time. The range of possible values and their meanings is defined by Pset_AlarmTypeCommon.Condition. An empty value indicates no present alarm condition.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcIdentifier',$,$,$,$,$); +#443= IFCSIMPLEPROPERTYTEMPLATE('2RKzQ0qXCHuO00025QrE$V',$,'CondenserLeavingTemperature','Termperature of fluid leaving condenser.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#444= IFCSIMPLEPROPERTYTEMPLATE('2Gs1E0qVWHuO00025QrE$V',$,'ConditionCommencement','Condition of property provided on commencement of the agreement e.g. cold shell, warm lit shell, broom clean, turn-key.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#444= IFCSIMPLEPROPERTYTEMPLATE('21GjM0qSmHuO00025QrE$V',$,'CondenserMeanVoidFraction','Mean void fraction in condenser.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#445= IFCSIMPLEPROPERTYTEMPLATE('1gLmRZ_wH63g1ueUzbq2sS',$,'ConditionDisposalLevel','Condition that will trigger a disposal process',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4766,$,$,$,$); +#445= IFCSIMPLEPROPERTYTEMPLATE('1ko9m0qSmHuO00025QrE$V',$,'CondensingTemperature','Refrigerant condensing temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#446= IFCSIMPLEPROPERTYTEMPLATE('0VfTbc1grAZhnktO2lISqM',$,'ConditionMaintenanceLevel','Condition that will trigger maintenance',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4766,$,$,$,$); +#446= IFCSIMPLEPROPERTYTEMPLATE('0YAvE0qS4HuO00025QrE$V',$,'Condition','Table mapping alarm condition identifiers to descriptive labels, which may be used for interpreting Pset_AlarmPHistory.Condition.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#447= IFCSIMPLEPROPERTYTEMPLATE('18kxxoTgD8MAVYfHV0plY$',$,'ConditionReplacementLevel','Condition that will trigger a replacement process',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4766,$,$,$,$); +#447= IFCSIMPLEPROPERTYTEMPLATE('3lWPi0qS0HuO00025QrE$V',$,'Condition','Indicates alarm condition over time. The range of possible values and their meanings is defined by Pset_AlarmTypeCommon.Condition. An empty value indicates no present alarm condition.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcIdentifier',$,$,$,$,$); -#448= IFCSIMPLEPROPERTYTEMPLATE('2iDip8GTT8zRWOR2gRk8Qk',$,'ConditionTargetPerformance','Target condition of the asset',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4766,$,$,$,$); +#448= IFCSIMPLEPROPERTYTEMPLATE('2Gs1E0qVWHuO00025QrE$V',$,'ConditionCommencement','Condition of property provided on commencement of the agreement e.g. cold shell, warm lit shell, broom clean, turn-key.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#449= IFCSIMPLEPROPERTYTEMPLATE('2WLro0qVWHuO00025QrE$V',$,'ConditionTermination','Condition of property required on termination of the agreement e.g. cold shell, warm lit shell, broom clean, turn-key.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#449= IFCSIMPLEPROPERTYTEMPLATE('1gLmRZ_wH63g1ueUzbq2sS',$,'ConditionDisposalLevel','Condition that will trigger a disposal process',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4801,$,$,$,$); -#450= IFCSIMPLEPROPERTYTEMPLATE('2LgQvvudb6UBQkAzoEIL3k',$,'ConductorDiameter','Indicates the conductor diameter. It is only used for twisted and untwisted wire pair.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#450= IFCSIMPLEPROPERTYTEMPLATE('0VfTbc1grAZhnktO2lISqM',$,'ConditionMaintenanceLevel','Condition that will trigger maintenance',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4801,$,$,$,$); -#451= IFCSIMPLEPROPERTYTEMPLATE('03sO5GIyzFT8intkW6NLbP',$,'ConductorFunction','For ports distributing power, indicates function of the conductors to which the load is connected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5238,$,$,$,$); -#5238= IFCPROPERTYENUMERATION('PEnum_ConductorFunctionEnum',('PHASE_L1','PHASE_L2','PHASE_L3','NEUTRAL','PROTECTIVEEARTH','PROTECTIVEEARTHNEUTRAL','OTHER','NOTKNOWN','UNSET'),$); +#451= IFCSIMPLEPROPERTYTEMPLATE('18kxxoTgD8MAVYfHV0plY$',$,'ConditionReplacementLevel','Condition that will trigger a replacement process',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4801,$,$,$,$); -#452= IFCSIMPLEPROPERTYTEMPLATE('3vDX0hr89BVhc9fLSUDJTm',$,'ConductorFunction','Function of a line conductor to which a device is intended to be connected where L1, L2 and L3 represent the phase lines according to IEC 60446 notation (sometimes phase lines may be referenced by color [Red, Blue, Yellow] or by number [1, 2, 3] etc). Protective Earth is sometimes also known as CPC or common protective conductor. Note that for an electrical device, a set of line conductor functions may be applied.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5238,$,$,$,$); +#452= IFCSIMPLEPROPERTYTEMPLATE('2iDip8GTT8zRWOR2gRk8Qk',$,'ConditionTargetPerformance','Target condition of the asset',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4801,$,$,$,$); -#453= IFCSIMPLEPROPERTYTEMPLATE('3b_p60qSOHuO00025QrE$V',$,'ConduitShapeType','The shape of the conduit segment.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5242,$,$,$,$); -#5242= IFCPROPERTYENUMERATION('PEnum_ConduitShapeType',('CIRCULAR','OVAL','OTHER','NOTKNOWN','UNSET'),$); +#453= IFCSIMPLEPROPERTYTEMPLATE('2WLro0qVWHuO00025QrE$V',$,'ConditionTermination','Condition of property required on termination of the agreement e.g. cold shell, warm lit shell, broom clean, turn-key.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#454= IFCSIMPLEPROPERTYTEMPLATE('1q2DJWtf58PvkMOQBrIqOF',$,'ConicityRatio','The ratio of the diameter of the cone bottom surface to the height of the pole.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#454= IFCSIMPLEPROPERTYTEMPLATE('2LgQvvudb6UBQkAzoEIL3k',$,'ConductorDiameter','Indicates the conductor diameter. It is only used for twisted and untwisted wire pair.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#455= IFCSIMPLEPROPERTYTEMPLATE('0zyc80qU0HuO00025QrE$V',$,'ConnectedConductorFunction','Function of the conductors to which the load is connected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5238,$,$,$,$); +#455= IFCSIMPLEPROPERTYTEMPLATE('03sO5GIyzFT8intkW6NLbP',$,'ConductorFunction','For ports distributing power, indicates function of the conductors to which the load is connected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5274,$,$,$,$); +#5274= IFCPROPERTYENUMERATION('PEnum_ConductorFunctionEnum',('PHASE_L1','PHASE_L2','PHASE_L3','NEUTRAL','PROTECTIVEEARTH','PROTECTIVEEARTHNEUTRAL','OTHER','NOTKNOWN','UNSET'),$); -#456= IFCSIMPLEPROPERTYTEMPLATE('1QcnE_aj55XODZJWLi4uym',$,'ConnectionGender','The physical connection gender.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5249,$,$,$,$); -#5249= IFCPROPERTYENUMERATION('PEnum_DistributionPortGender',('MALE','FEMALE','OTHER','NOTKNOWN','UNSET'),$); +#456= IFCSIMPLEPROPERTYTEMPLATE('3vDX0hr89BVhc9fLSUDJTm',$,'ConductorFunction','Function of a line conductor to which a device is intended to be connected where L1, L2 and L3 represent the phase lines according to IEC 60446 notation (sometimes phase lines may be referenced by color [Red, Blue, Yellow] or by number [1, 2, 3] etc). Protective Earth is sometimes also known as CPC or common protective conductor. Note that for an electrical device, a set of line conductor functions may be applied.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5274,$,$,$,$); -#457= IFCSIMPLEPROPERTYTEMPLATE('1rPGo0qUWHuO00025QrE$V',$,'ConnectionSize','Defines the size of inlet and outlet pipe connections to the meter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#457= IFCSIMPLEPROPERTYTEMPLATE('3b_p60qSOHuO00025QrE$V',$,'ConduitShapeType','The shape of the conduit segment.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5278,$,$,$,$); +#5278= IFCPROPERTYENUMERATION('PEnum_ConduitShapeType',('CIRCULAR','OVAL','OTHER','NOTKNOWN','UNSET'),$); -#458= IFCSIMPLEPROPERTYTEMPLATE('1SN5k0qUWHuO00025QrE$V',$,'ConnectionSize','Defines the size of inlet and outlet pipe connections to the meter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#458= IFCSIMPLEPROPERTYTEMPLATE('1q2DJWtf58PvkMOQBrIqOF',$,'ConicityRatio','The ratio of the diameter of the cone bottom surface to the height of the pole.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#459= IFCSIMPLEPROPERTYTEMPLATE('23Pbs0qUSHuO00025QrE$V',$,'ConnectionSize','Size of the inlet connection to the sprinkler.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#459= IFCSIMPLEPROPERTYTEMPLATE('0zyc80qU0HuO00025QrE$V',$,'ConnectedConductorFunction','Function of the conductors to which the load is connected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5274,$,$,$,$); -#460= IFCSIMPLEPROPERTYTEMPLATE('2JCd60qUWHuO00025QrE$V',$,'ConnectionSize','Defines the size of inlet and outlet pipe connections to the meter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#460= IFCSIMPLEPROPERTYTEMPLATE('1QcnE_aj55XODZJWLi4uym',$,'ConnectionGender','The physical connection gender.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5285,$,$,$,$); +#5285= IFCPROPERTYENUMERATION('PEnum_DistributionPortGender',('MALE','FEMALE','OTHER','NOTKNOWN','UNSET'),$); -#461= IFCSIMPLEPROPERTYTEMPLATE('2WGcS0qSuHuO00025QrE$V',$,'ConnectionSize','Duct connection diameter.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#461= IFCSIMPLEPROPERTYTEMPLATE('1rPGo0qUWHuO00025QrE$V',$,'ConnectionSize','Defines the size of inlet and outlet pipe connections to the meter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#462= IFCSIMPLEPROPERTYTEMPLATE('3chxe0qVuHuO00025QrE$V',$,'ConnectionSize','The connection size of the to and from the pump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#462= IFCSIMPLEPROPERTYTEMPLATE('1SN5k0qUWHuO00025QrE$V',$,'ConnectionSize','Defines the size of inlet and outlet pipe connections to the meter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#463= IFCSIMPLEPROPERTYTEMPLATE('0LsHRT7ND0l8585NRu7Ie8',$,'ConnectionSubType','The physical port connection subtype that further qualifies the ConnectionType.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#463= IFCSIMPLEPROPERTYTEMPLATE('23Pbs0qUSHuO00025QrE$V',$,'ConnectionSize','Size of the inlet connection to the sprinkler.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#464= IFCSIMPLEPROPERTYTEMPLATE('1A5cORvpX3_vdhIOgP0LY0',$,'ConnectionSubtype','The physical port connection subtype that further qualifies the ConnectionType. The following values are recommended:\X\0D\X\0A\X\0D\X\0A* ACPLUG: A, B, C, D, E, F, EF, G, H, I, J, K, L, M\X\0D\X\0A* DIN: Mini3P, Mini4P, Mini5P, Mini6P, Mini7P, Mini8P, Mini9P\X\0D\X\0A* DSub: DA15, DB25, DC37, DD50, DE9, DE15\X\0D\X\0A* EIAJ: RC5720\X\0D\X\0A* HDMI: A, B, C\X\0D\X\0A* RADIO: IEEE802.11g, IEEE802.11n \X\0D\X\0A* RJ: 4P4C, 6P2C, 8P8C\X\0D\X\0A* SOCKET: E-11, E-12, E-14, E-17, E-26, E-27, E-39, E-40\X\0D\X\0A* TRS: TS_Mini, TS_SubMini, TRS_Mini, TRS_SubMini',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#464= IFCSIMPLEPROPERTYTEMPLATE('2JCd60qUWHuO00025QrE$V',$,'ConnectionSize','Defines the size of inlet and outlet pipe connections to the meter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#465= IFCSIMPLEPROPERTYTEMPLATE('3V7JbtIxHAZPR8CmMAy3dW',$,'ConnectionSubType','The physical port connection subtype that further qualifies the ConnectionType.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#465= IFCSIMPLEPROPERTYTEMPLATE('2WGcS0qSuHuO00025QrE$V',$,'ConnectionSize','Duct connection diameter.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#466= IFCSIMPLEPROPERTYTEMPLATE('0RKQL3FvDFfwK378TxjBGf',$,'ConnectionType','The physical port connection:\X\0D\X\0A\X\0D\X\0AACPLUG: AC plug\X\0D\X\0ADCPLUG: DC plug\X\0D\X\0ACRIMP: bare wire',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5265,$,$,$,$); -#5265= IFCPROPERTYENUMERATION('PEnum_DistributionPortElectricalType',('ACPLUG','DCPLUG','COAXIAL','CRIMP','RJ','RADIO','DIN','DSUB','DVI','EIAJ','HDMI','RCA','SOCKET','TRS','USB','XLR','OTHER','NOTKNOWN','UNSET'),$); +#466= IFCSIMPLEPROPERTYTEMPLATE('3chxe0qVuHuO00025QrE$V',$,'ConnectionSize','The connection size of the to and from the pump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#467= IFCSIMPLEPROPERTYTEMPLATE('3IiZcc7R5CAhGZuzSrfjuV',$,'ConnectionType','The end-style treatment of the duct port:\X\0D\X\0A\X\0D\X\0ABEADEDSLEEVE: Beaded Sleeve. \X\0D\X\0ACOMPRESSION: Compression. \X\0D\X\0ACRIMP: Crimp. \X\0D\X\0ADRAWBAND: Drawband. \X\0D\X\0ADRIVESLIP: Drive slip. \X\0D\X\0AFLANGED: Flanged. \X\0D\X\0AOUTSIDESLEEVE: Outside Sleeve. \X\0D\X\0ASLIPON: Slipon. \X\0D\X\0ASOLDERED: Soldered. \X\0D\X\0ASSLIP: S-Slip. \X\0D\X\0ASTANDINGSEAM: Standing seam. \X\0D\X\0ASWEDGE: Swedge. \X\0D\X\0AWELDED: Welded. \X\0D\X\0AOTHER: Another type of end-style has been applied.\X\0D\X\0ANONE: No end-style has been applied.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5268,$,$,$,$); -#5268= IFCPROPERTYENUMERATION('PEnum_DuctConnectionType',('BEADEDSLEEVE','COMPRESSION','CRIMP','DRAWBAND','DRIVESLIP','FLANGED','OUTSIDESLEEVE','SLIPON','SOLDERED','SSLIP','STANDINGSEAM','SWEDGE','WELDED','OTHER','NONE','USERDEFINED','NOTDEFINED'),$); +#467= IFCSIMPLEPROPERTYTEMPLATE('0LsHRT7ND0l8585NRu7Ie8',$,'ConnectionSubType','The physical port connection subtype that further qualifies the ConnectionType.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#468= IFCSIMPLEPROPERTYTEMPLATE('3uGgYTZiL73BYwV_npECRZ',$,'ConnectionType','The end-style treatment of the pipe port:\X\0D\X\0A\X\0D\X\0ABRAZED: Brazed. \X\0D\X\0ACOMPRESSION: Compression. \X\0D\X\0AFLANGED: Flanged. \X\0D\X\0AGROOVED: Grooved. \X\0D\X\0AOUTSIDESLEEVE: Outside Sleeve. \X\0D\X\0ASOLDERED: Soldered. \X\0D\X\0ASWEDGE: Swedge. \X\0D\X\0ATHREADED: Threaded. \X\0D\X\0AWELDED: Welded. \X\0D\X\0AOTHER: Another type of end-style has been applied.\X\0D\X\0ANONE: No end-style has been applied.\X\0D\X\0AUSERDEFINED: User-defined port connection type. \X\0D\X\0ANOTDEFINED: Undefined port connection type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5270,$,$,$,$); -#5270= IFCPROPERTYENUMERATION('PEnum_PipeEndStyleTreatment',('BRAZED','COMPRESSION','FLANGED','GROOVED','OUTSIDESLEEVE','SOLDERED','SWEDGE','THREADED','WELDED','OTHER','NONE','UNSET'),$); +#468= IFCSIMPLEPROPERTYTEMPLATE('1A5cORvpX3_vdhIOgP0LY0',$,'ConnectionSubtype','The physical port connection subtype that further qualifies the ConnectionType. The following values are recommended:\X\0D\X\0A\X\0D\X\0A* ACPLUG: A, B, C, D, E, F, EF, G, H, I, J, K, L, M\X\0D\X\0A* DIN: Mini3P, Mini4P, Mini5P, Mini6P, Mini7P, Mini8P, Mini9P\X\0D\X\0A* DSub: DA15, DB25, DC37, DD50, DE9, DE15\X\0D\X\0A* EIAJ: RC5720\X\0D\X\0A* HDMI: A, B, C\X\0D\X\0A* RADIO: IEEE802.11g, IEEE802.11n \X\0D\X\0A* RJ: 4P4C, 6P2C, 8P8C\X\0D\X\0A* SOCKET: E-11, E-12, E-14, E-17, E-26, E-27, E-39, E-40\X\0D\X\0A* TRS: TS_Mini, TS_SubMini, TRS_Mini, TRS_SubMini',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#469= IFCSIMPLEPROPERTYTEMPLATE('0w0gEEc0zFjvNswSrKmDQ$',$,'ConnectorAColour','Indicates the colour A- end of connector.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#469= IFCSIMPLEPROPERTYTEMPLATE('3V7JbtIxHAZPR8CmMAy3dW',$,'ConnectionSubType','The physical port connection subtype that further qualifies the ConnectionType.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#470= IFCSIMPLEPROPERTYTEMPLATE('3yUsi5u7T4BQGLpkunPPI0',$,'ConnectorAGender','Indicates the gender of A-end connector.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5249,$,$,$,$); +#470= IFCSIMPLEPROPERTYTEMPLATE('0RKQL3FvDFfwK378TxjBGf',$,'ConnectionType','The physical port connection:\X\0D\X\0A\X\0D\X\0AACPLUG: AC plug\X\0D\X\0ADCPLUG: DC plug\X\0D\X\0ACRIMP: bare wire',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5301,$,$,$,$); +#5301= IFCPROPERTYENUMERATION('PEnum_DistributionPortElectricalType',('ACPLUG','DCPLUG','COAXIAL','CRIMP','RJ','RADIO','DIN','DSUB','DVI','EIAJ','HDMI','RCA','SOCKET','TRS','USB','XLR','OTHER','NOTKNOWN','UNSET'),$); -#471= IFCSIMPLEPROPERTYTEMPLATE('05lh3wrjD3fe$BEp5kTIqH',$,'ConnectorAType','Indicates the type of A-end connector.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#471= IFCSIMPLEPROPERTYTEMPLATE('3IiZcc7R5CAhGZuzSrfjuV',$,'ConnectionType','The end-style treatment of the duct port:\X\0D\X\0A\X\0D\X\0ABEADEDSLEEVE: Beaded Sleeve. \X\0D\X\0ACOMPRESSION: Compression. \X\0D\X\0ACRIMP: Crimp. \X\0D\X\0ADRAWBAND: Drawband. \X\0D\X\0ADRIVESLIP: Drive slip. \X\0D\X\0AFLANGED: Flanged. \X\0D\X\0AOUTSIDESLEEVE: Outside Sleeve. \X\0D\X\0ASLIPON: Slipon. \X\0D\X\0ASOLDERED: Soldered. \X\0D\X\0ASSLIP: S-Slip. \X\0D\X\0ASTANDINGSEAM: Standing seam. \X\0D\X\0ASWEDGE: Swedge. \X\0D\X\0AWELDED: Welded. \X\0D\X\0AOTHER: Another type of end-style has been applied.\X\0D\X\0ANONE: No end-style has been applied.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5304,$,$,$,$); +#5304= IFCPROPERTYENUMERATION('PEnum_DuctConnectionType',('BEADEDSLEEVE','COMPRESSION','CRIMP','DRAWBAND','DRIVESLIP','FLANGED','OUTSIDESLEEVE','SLIPON','SOLDERED','SSLIP','STANDINGSEAM','SWEDGE','WELDED','OTHER','NONE','USERDEFINED','NOTDEFINED'),$); -#472= IFCSIMPLEPROPERTYTEMPLATE('1cThVIaMXEcAEobfXJFIPy',$,'ConnectorBColour','Indicates the colour B- end of connector.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#472= IFCSIMPLEPROPERTYTEMPLATE('3uGgYTZiL73BYwV_npECRZ',$,'ConnectionType','The end-style treatment of the pipe port:\X\0D\X\0A\X\0D\X\0ABRAZED: Brazed. \X\0D\X\0ACOMPRESSION: Compression. \X\0D\X\0AFLANGED: Flanged. \X\0D\X\0AGROOVED: Grooved. \X\0D\X\0AOUTSIDESLEEVE: Outside Sleeve. \X\0D\X\0ASOLDERED: Soldered. \X\0D\X\0ASWEDGE: Swedge. \X\0D\X\0ATHREADED: Threaded. \X\0D\X\0AWELDED: Welded. \X\0D\X\0AOTHER: Another type of end-style has been applied.\X\0D\X\0ANONE: No end-style has been applied.\X\0D\X\0AUSERDEFINED: User-defined port connection type. \X\0D\X\0ANOTDEFINED: Undefined port connection type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5306,$,$,$,$); +#5306= IFCPROPERTYENUMERATION('PEnum_PipeEndStyleTreatment',('BRAZED','COMPRESSION','FLANGED','GROOVED','OUTSIDESLEEVE','SOLDERED','SWEDGE','THREADED','WELDED','OTHER','NONE','UNSET'),$); -#473= IFCSIMPLEPROPERTYTEMPLATE('3iBqO$VGP8tOJhBPjhmLpB',$,'ConnectorBGender','Indicates the gender of B-end connector.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5249,$,$,$,$); +#473= IFCSIMPLEPROPERTYTEMPLATE('0w0gEEc0zFjvNswSrKmDQ$',$,'ConnectorAColour','Indicates the colour A- end of connector.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#474= IFCSIMPLEPROPERTYTEMPLATE('2xjdteWAjCdRxhbBMzx0M0',$,'ConnectorBType','Indicates the type of B-end connector.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#474= IFCSIMPLEPROPERTYTEMPLATE('3yUsi5u7T4BQGLpkunPPI0',$,'ConnectorAGender','Indicates the gender of A-end connector.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5285,$,$,$,$); -#475= IFCSIMPLEPROPERTYTEMPLATE('3hZprW7ZTEuRugKKQVaEZ3',$,'ConnectorType','Indicates the type of connector.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#475= IFCSIMPLEPROPERTYTEMPLATE('05lh3wrjD3fe$BEp5kTIqH',$,'ConnectorAType','Indicates the type of A-end connector.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#476= IFCSIMPLEPROPERTYTEMPLATE('1CpHg0qSWHuO00025QrE$V',$,'Construction','Purpose of informing on how the vonductor is constucted (interwined or solid). I.e. Solid (IEV 461-01-06), stranded (IEV 461-01-07), solid-/finestranded(IEV 461-01-11) (not flexible/flexible).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5273,$,$,$,$); -#5273= IFCPROPERTYENUMERATION('PEnum_ConstructionEnum',('SOLIDCONDUCTOR','STRANDEDCONDUCTOR','FLEXIBLESTRANDEDCONDUCTOR','OTHER','NOTKNOWN','UNSET'),$); +#476= IFCSIMPLEPROPERTYTEMPLATE('1cThVIaMXEcAEobfXJFIPy',$,'ConnectorBColour','Indicates the colour B- end of connector.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#477= IFCSIMPLEPROPERTYTEMPLATE('1ahrQp2qL0mhGzTBIQABdR',$,'ConstructionMethod','Designator for whether the element is constructed/welded on site or prefabricated. Example of allowed values : ''On-site'' vs ''Prefabricated''.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#477= IFCSIMPLEPROPERTYTEMPLATE('3iBqO$VGP8tOJhBPjhmLpB',$,'ConnectorBGender','Indicates the gender of B-end connector.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5285,$,$,$,$); -#478= IFCSIMPLEPROPERTYTEMPLATE('3$0kC0qSGHuO00025QrE$V',$,'ConstructionMethod','The type of construction action to the building, the project deals with, e.g. new construction, renovation, refurbishment, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#478= IFCSIMPLEPROPERTYTEMPLATE('2xjdteWAjCdRxhbBMzx0M0',$,'ConnectorBType','Indicates the type of B-end connector.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#479= IFCSIMPLEPROPERTYTEMPLATE('2hu5w0qSiHuO00025QrE$V',$,'ConstructionToleranceClass','Classification designation of the on-site construction tolerances according to local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#479= IFCSIMPLEPROPERTYTEMPLATE('3hZprW7ZTEuRugKKQVaEZ3',$,'ConnectorType','Indicates the type of connector.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#480= IFCSIMPLEPROPERTYTEMPLATE('3ti$U0qWqHuO00025QrE$V',$,'ContactorType','A list of the available types of contactor from which that required may be selected where:\X\0D\X\0A\X\0D\X\0ACapacitorSwitching: for switching 3 phase single or multi-step capacitor banks.\X\0D\X\0ALowCurrent: requires the use of low resistance contacts.\X\0D\X\0AMagneticLatching: enables the contactor to remain in the on position when the coil is no longer energized.\X\0D\X\0AMechanicalLatching: requires that the contactor is mechanically retained in the on position.\X\0D\X\0AModular: are totally enclosed and self contained.\X\0D\X\0AReversing: has a double set of contactors that are prewired.\X\0D\X\0AStandard: is a generic device that controls the flow of power in a circuit on or off.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5287,$,$,$,$); -#5287= IFCPROPERTYENUMERATION('PEnum_ContactorType',('CAPACITORSWITCHING','LOWCURRENT','MAGNETICLATCHING','MECHANICALLATCHING','MODULAR','REVERSING','STANDARD','OTHER','NOTKNOWN','UNSET'),$); +#480= IFCSIMPLEPROPERTYTEMPLATE('1CpHg0qSWHuO00025QrE$V',$,'Construction','Purpose of informing on how the vonductor is constucted (interwined or solid). I.e. Solid (IEV 461-01-06), stranded (IEV 461-01-07), solid-/finestranded(IEV 461-01-11) (not flexible/flexible).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5309,$,$,$,$); +#5309= IFCPROPERTYENUMERATION('PEnum_ConstructionEnum',('SOLIDCONDUCTOR','STRANDEDCONDUCTOR','FLEXIBLESTRANDEDCONDUCTOR','OTHER','NOTKNOWN','UNSET'),$); -#481= IFCSIMPLEPROPERTYTEMPLATE('0MnIrCS5P7TweCZZThUwtm',$,'ContactResistance','Resistance when electrical node is closed.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); +#481= IFCSIMPLEPROPERTYTEMPLATE('1ahrQp2qL0mhGzTBIQABdR',$,'ConstructionMethod','Designator for whether the element is constructed/welded on site or prefabricated. Example of allowed values : ''On-site'' vs ''Prefabricated''.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#482= IFCSIMPLEPROPERTYTEMPLATE('0PafkcBBDBPAuLjLmX5W1c',$,'ContactWireNominalDrop','Vertical distance between the main catenary wire and the contact wire measured at a support point.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#482= IFCSIMPLEPROPERTYTEMPLATE('3$0kC0qSGHuO00025QrE$V',$,'ConstructionMethod','The type of construction action to the building, the project deals with, e.g. new construction, renovation, refurbishment, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#483= IFCSIMPLEPROPERTYTEMPLATE('1WIgSUjRrA2vcLynsmAyg4',$,'ContactWireNominalHeight','Nominal distance from the top of the rail to the lower face of the contact wire, measured perpendicular to the track.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#483= IFCSIMPLEPROPERTYTEMPLATE('2hu5w0qSiHuO00025QrE$V',$,'ConstructionToleranceClass','Classification designation of the on-site construction tolerances according to local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#484= IFCSIMPLEPROPERTYTEMPLATE('1dWD_52DDFheUkLfvK_Wga',$,'ContactWireStagger','Lateral displacement of the contact wire to opposite sides of the track centre at successive supports.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#484= IFCSIMPLEPROPERTYTEMPLATE('3ti$U0qWqHuO00025QrE$V',$,'ContactorType','A list of the available types of contactor from which that required may be selected where:\X\0D\X\0A\X\0D\X\0ACapacitorSwitching: for switching 3 phase single or multi-step capacitor banks.\X\0D\X\0ALowCurrent: requires the use of low resistance contacts.\X\0D\X\0AMagneticLatching: enables the contactor to remain in the on position when the coil is no longer energized.\X\0D\X\0AMechanicalLatching: requires that the contactor is mechanically retained in the on position.\X\0D\X\0AModular: are totally enclosed and self contained.\X\0D\X\0AReversing: has a double set of contactors that are prewired.\X\0D\X\0AStandard: is a generic device that controls the flow of power in a circuit on or off.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5323,$,$,$,$); +#5323= IFCPROPERTYENUMERATION('PEnum_ContactorType',('CAPACITORSWITCHING','LOWCURRENT','MAGNETICLATCHING','MECHANICALLATCHING','MODULAR','REVERSING','STANDARD','OTHER','NOTKNOWN','UNSET'),$); -#485= IFCSIMPLEPROPERTYTEMPLATE('2SxilVeerCTud05s6E45Pj',$,'ContactWireUplift','Vertical upward movement of the contact wire due to the force produced from the pantograph.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#485= IFCSIMPLEPROPERTYTEMPLATE('0MnIrCS5P7TweCZZThUwtm',$,'ContactResistance','Resistance when electrical node is closed.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); -#486= IFCSIMPLEPROPERTYTEMPLATE('1EgzE0qV8HuO00025QrE$V',$,'ContainerMaterial','Special requirements for material used to contain an artefact.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); +#486= IFCSIMPLEPROPERTYTEMPLATE('0PafkcBBDBPAuLjLmX5W1c',$,'ContactWireNominalDrop','Vertical distance between the main catenary wire and the contact wire measured at a support point.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#487= IFCSIMPLEPROPERTYTEMPLATE('3j3luG3knB79dbgpp9O2W0',$,'ContaminantVolume','Relative volume of contaminant stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#487= IFCSIMPLEPROPERTYTEMPLATE('1WIgSUjRrA2vcLynsmAyg4',$,'ContactWireNominalHeight','Nominal distance from the top of the rail to the lower face of the contact wire, measured perpendicular to the track.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#488= IFCSIMPLEPROPERTYTEMPLATE('2MUPtI9NP8bvLCMAJRde53',$,'Contamination','Expected anthropogenic contaminations.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#488= IFCSIMPLEPROPERTYTEMPLATE('1dWD_52DDFheUkLfvK_Wga',$,'ContactWireStagger','Lateral displacement of the contact wire to opposite sides of the track centre at successive supports.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#489= IFCSIMPLEPROPERTYTEMPLATE('0q3JQ0qS4HuO00025QrE$V',$,'ContourValue','Value of the elevation of the contour above or below a reference plane.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#489= IFCSIMPLEPROPERTYTEMPLATE('2SxilVeerCTud05s6E45Pj',$,'ContactWireUplift','Vertical upward movement of the contact wire due to the force produced from the pantograph.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#490= IFCSIMPLEPROPERTYTEMPLATE('0FW840qVWHuO00025QrE$V',$,'ContractualType','The contractual type of the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#490= IFCSIMPLEPROPERTYTEMPLATE('1EgzE0qV8HuO00025QrE$V',$,'ContainerMaterial','Special requirements for material used to contain an artefact.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); -#491= IFCSIMPLEPROPERTYTEMPLATE('1b25u0qVSHuO00025QrE$V',$,'ContractualType','The contractual type of the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#491= IFCSIMPLEPROPERTYTEMPLATE('3j3luG3knB79dbgpp9O2W0',$,'ContaminantVolume','Relative volume of contaminant stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#492= IFCSIMPLEPROPERTYTEMPLATE('2mxE00qS8HuO00025QrE$V',$,'ContrastRatio','Indicates the display contrast ratio.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#492= IFCSIMPLEPROPERTYTEMPLATE('2MUPtI9NP8bvLCMAJRde53',$,'Contamination','Expected anthropogenic contaminations.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#493= IFCSIMPLEPROPERTYTEMPLATE('0Fna_0qUiHuO00025QrE$V',$,'ContributedLuminousFlux','Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp.',.P_SINGLEVALUE.,'IfcLuminousFluxMeasure',$,$,$,$,$,$); +#493= IFCSIMPLEPROPERTYTEMPLATE('0q3JQ0qS4HuO00025QrE$V',$,'ContourValue','Value of the elevation of the contour above or below a reference plane.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#494= IFCSIMPLEPROPERTYTEMPLATE('2g6Pc0qT4HuO00025QrE$V',$,'ControlDamperOperation','The inherent characteristic of the control damper operation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5305,$,$,$,$); -#5305= IFCPROPERTYENUMERATION('PEnum_ControlDamperOperation',('LINEAR','EXPONENTIAL','OTHER','NOTKNOWN','UNSET'),$); +#494= IFCSIMPLEPROPERTYTEMPLATE('0FW840qVWHuO00025QrE$V',$,'ContractualType','The contractual type of the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#495= IFCSIMPLEPROPERTYTEMPLATE('1NbOptutP7sPdNxheUF3ur',$,'ControlPulseCurrent','The current of the electric actuator control pulse.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#495= IFCSIMPLEPROPERTYTEMPLATE('1b25u0qVSHuO00025QrE$V',$,'ContractualType','The contractual type of the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#496= IFCSIMPLEPROPERTYTEMPLATE('35WwK0qSyHuO00025QrE$V',$,'ControlStrategy','FixedExitingWaterTemp: The capacity is controlled to maintain a fixed exiting water temperature.\X\0D\X\0AWetBulbTempReset: The set-point is reset based on the wet-bulb temperature.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5307,$,$,$,$); -#5307= IFCPROPERTYENUMERATION('PEnum_CoolingTowerControlStrategy',('FIXEDEXITINGWATERTEMP','WETBULBTEMPRESET','OTHER','NOTKNOWN','UNSET'),$); +#496= IFCSIMPLEPROPERTYTEMPLATE('2mxE00qS8HuO00025QrE$V',$,'ContrastRatio','Indicates the display contrast ratio.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#497= IFCSIMPLEPROPERTYTEMPLATE('02vpC0qSuHuO00025QrE$V',$,'ControlType','The type of signal modification effected and applicable ports:\X\0D\X\0A\X\0D\X\0ALOWERLIMITSWITCH: Single analog input is read and if less than Value.LowerBound then True is written to the output value.\X\0D\X\0AUPPERLIMITSWITCH: Single analog input is read and if more than Value.UpperBound then True is written to the output value.\X\0D\X\0ALOWERBANDSWITCH: Single analog input is read and if less than Value.LowerBound+BandWidth then True is written to the output value.\X\0D\X\0AUPPERBANDSWITCH: Single analog input is read and if more than Value.UpperBound-BandWidth then True is written to the output value.\X\0D\X\0ANOT: Single binary input is read and the opposite value is written to the output value.\X\0D\X\0AAND: Two binary inputs are read and if both are True then True is written to the output value.\X\0D\X\0AOR: Two binary inputs are read and if either is True then True is written to the output value.\X\0D\X\0AXOR: Two binary inputs are read and if one is true then True is written to the output value.\X\0D\X\0ACALENDAR: No inputs; the current time is compared with an IfcWorkCalendar to which the IfcController is assigned and True is written if active.\X\0D\X\0AINPUT: Controller element is a dedicated input.\X\0D\X\0AOUTPUT: Controller element is a dedicated output.\X\0D\X\0AVARIABLE: Controller element is an in-memory variable.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5309,$,$,$,$); -#5309= IFCPROPERTYENUMERATION('PEnum_ControllerTwoPositionType',('NOT','AND','OR','XOR','LOWERLIMITSWITCH','UPPERLIMITSWITCH','LOWERBANDSWITCH','UPPERBANDSWITCH','AVERAGE','CALENDAR','INPUT','OUTPUT','VARIABLE','OTHER','NOTKNOWN','UNSET'),$); +#497= IFCSIMPLEPROPERTYTEMPLATE('0Fna_0qUiHuO00025QrE$V',$,'ContributedLuminousFlux','Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp.',.P_SINGLEVALUE.,'IfcLuminousFluxMeasure',$,$,$,$,$,$); -#498= IFCSIMPLEPROPERTYTEMPLATE('0kjUa0qSqHuO00025QrE$V',$,'ControlType','The type of signal modification effected and applicable ports: \X\0D\X\0A\X\0D\X\0ACONSTANT: No inputs; SignalOffset is written to the output value.\X\0D\X\0AMODIFIER: Single analog input is read, added to SignalOffset, multiplied by SignalFactor, and written to the output value.\X\0D\X\0AABSOLUTE: Single analog input is read and absolute value is written to the output value.\X\0D\X\0AINVERSE: Single analog input is read, 1.0 is divided by the input value and written to the output value.\X\0D\X\0AHYSTERISIS: Single analog input is read, delayed according to SignalTime, and written to the output value.\X\0D\X\0ARUNNINGAVERAGE: Single analog input is read, averaged over SignalTime, and written to the output value.\X\0D\X\0ADERIVATIVE: Single analog input is read and the rate of change during the SignalTime is written to the output value.\X\0D\X\0AINTEGRAL: Single analog input is read and the average value during the SignalTime is written to the output value.\X\0D\X\0ABINARY: Single binary input is read and SignalOffset is written to the output value if True.\X\0D\X\0AACCUMULATOR: Single binary input is read, and for each pulse the SignalOffset is added to the accumulator, and while the accumulator is greater than the SignalFactor, the accumulator is decremented by SignalFactor and the integer result is incremented by one.\X\0D\X\0APULSECONVERTER: Single integer input is read, and for each increment the SignalMultiplier is added and written to the output value.\X\0D\X\0ASUM: Two analog inputs are read, added, and written to the output value.\X\0D\X\0ASUBTRACT: Two analog inputs are read, subtracted, and written to the output value.\X\0D\X\0APRODUCT: Two analog inputs are read, multiplied, and written to the output value.\X\0D\X\0ADIVIDE: Two analog inputs are read, divided, and written to the output value.\X\0D\X\0AAVERAGE: Two analog inputs are read and the average is written to the output value.\X\0D\X\0AMAXIMUM: Two analog inputs are read and the maximum is written to the output value.\X\0D\X\0AMINIMUM: Two analog inputs are read and the minimum is written to the output value..\X\0D\X\0AINPUT: Controller element is a dedicated input.\X\0D\X\0AOUTPUT: Controller element is a dedicated output.\X\0D\X\0AVARIABLE: Controller element is an in-memory variable.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5312,$,$,$,$); -#5312= IFCPROPERTYENUMERATION('PEnum_ControllerTypeFloating',('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'),$); +#498= IFCSIMPLEPROPERTYTEMPLATE('2g6Pc0qT4HuO00025QrE$V',$,'ControlDamperOperation','The inherent characteristic of the control damper operation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5341,$,$,$,$); +#5341= IFCPROPERTYENUMERATION('PEnum_ControlDamperOperation',('LINEAR','EXPONENTIAL','OTHER','NOTKNOWN','UNSET'),$); -#499= IFCSIMPLEPROPERTYTEMPLATE('0NBIy0qT8HuO00025QrE$V',$,'ControlType','The type of control used to operate the damper (e.g., Open/Closed Indicator, Resetable Temperature Sensor, Temperature Override, etc.) .',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#499= IFCSIMPLEPROPERTYTEMPLATE('1NbOptutP7sPdNxheUF3ur',$,'ControlPulseCurrent','The current of the electric actuator control pulse.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#500= IFCSIMPLEPROPERTYTEMPLATE('1_bB00qSqHuO00025QrE$V',$,'ControlType','The type of signal modification effected and applicable ports:\X\0D\X\0A\X\0D\X\0AINPUT: Controller element is a dedicated input.\X\0D\X\0AOUTPUT: Controller element is a dedicated output.\X\0D\X\0AVARIABLE: Controller element is an in-memory variable.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5316,$,$,$,$); -#5316= IFCPROPERTYENUMERATION('PEnum_ControllerMultiPositionType',('INPUT','OUTPUT','VARIABLE','OTHER','NOTKNOWN','UNSET'),$); +#500= IFCSIMPLEPROPERTYTEMPLATE('35WwK0qSyHuO00025QrE$V',$,'ControlStrategy','FixedExitingWaterTemp: The capacity is controlled to maintain a fixed exiting water temperature.\X\0D\X\0AWetBulbTempReset: The set-point is reset based on the wet-bulb temperature.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5343,$,$,$,$); +#5343= IFCPROPERTYENUMERATION('PEnum_CoolingTowerControlStrategy',('FIXEDEXITINGWATERTEMP','WETBULBTEMPRESET','OTHER','NOTKNOWN','UNSET'),$); -#501= IFCSIMPLEPROPERTYTEMPLATE('2X9ia0qSqHuO00025QrE$V',$,'ControlType','The type of discrete digital controller: \X\0D\X\0A\X\0D\X\0APRIMARY: Controller has built-in communication interface for PC connection, may manage secondary controllers.\X\0D\X\0ASECONDARY: Controller communicates with primary controller and its own managed devices.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5318,$,$,$,$); -#5318= IFCPROPERTYENUMERATION('PEnum_ControllerTypeProgrammable',('PRIMARY','SECONDARY','OTHER','NOTKNOWN','UNSET'),$); +#501= IFCSIMPLEPROPERTYTEMPLATE('02vpC0qSuHuO00025QrE$V',$,'ControlType','The type of signal modification effected and applicable ports:\X\0D\X\0A\X\0D\X\0ALOWERLIMITSWITCH: Single analog input is read and if less than Value.LowerBound then True is written to the output value.\X\0D\X\0AUPPERLIMITSWITCH: Single analog input is read and if more than Value.UpperBound then True is written to the output value.\X\0D\X\0ALOWERBANDSWITCH: Single analog input is read and if less than Value.LowerBound+BandWidth then True is written to the output value.\X\0D\X\0AUPPERBANDSWITCH: Single analog input is read and if more than Value.UpperBound-BandWidth then True is written to the output value.\X\0D\X\0ANOT: Single binary input is read and the opposite value is written to the output value.\X\0D\X\0AAND: Two binary inputs are read and if both are True then True is written to the output value.\X\0D\X\0AOR: Two binary inputs are read and if either is True then True is written to the output value.\X\0D\X\0AXOR: Two binary inputs are read and if one is true then True is written to the output value.\X\0D\X\0ACALENDAR: No inputs; the current time is compared with an IfcWorkCalendar to which the IfcController is assigned and True is written if active.\X\0D\X\0AINPUT: Controller element is a dedicated input.\X\0D\X\0AOUTPUT: Controller element is a dedicated output.\X\0D\X\0AVARIABLE: Controller element is an in-memory variable.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5345,$,$,$,$); +#5345= IFCPROPERTYENUMERATION('PEnum_ControllerTwoPositionType',('NOT','AND','OR','XOR','LOWERLIMITSWITCH','UPPERLIMITSWITCH','LOWERBANDSWITCH','UPPERBANDSWITCH','AVERAGE','CALENDAR','INPUT','OUTPUT','VARIABLE','OTHER','NOTKNOWN','UNSET'),$); -#502= IFCSIMPLEPROPERTYTEMPLATE('2zAcg0qSqHuO00025QrE$V',$,'ControlType','The type of signal modification.\X\0D\X\0APROPORTIONAL: Output is proportional to the control error. The gain of a proportional control (Kp) will have the effect of reducing the rise time and reducing , but never eliminating, the steady-state error of the variable controlled. \X\0D\X\0APROPORTIONALINTEGRAL: Part of the output is proportional to the control error and part is proportional to the time integral of the control error. Adding the gain of an integral control (Ki) will have the effect of eliminating the steady-state error of the variable controlled, but it may make the transient response worse. \X\0D\X\0APROPORTIONALINTEGRALDERIVATIVE: Part of the output is proportional to the control error, part is proportional to the time integral of the control error and part is proportional to the time derivative of the control error. Adding the gain of a derivative control (Kd) will have the effect of increasing the stability of the system, reducing the overshoot, and improving the transient response of the variable controlled.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5320,$,$,$,$); -#5320= IFCPROPERTYENUMERATION('PEnum_ControllerProportionalType',('PROPORTIONAL','PROPORTIONALINTEGRAL','PROPORTIONALINTEGRALDERIVATIVE','OTHER','NOTKNOWN','UNSET'),$); +#502= IFCSIMPLEPROPERTYTEMPLATE('0kjUa0qSqHuO00025QrE$V',$,'ControlType','The type of signal modification effected and applicable ports: \X\0D\X\0A\X\0D\X\0ACONSTANT: No inputs; SignalOffset is written to the output value.\X\0D\X\0AMODIFIER: Single analog input is read, added to SignalOffset, multiplied by SignalFactor, and written to the output value.\X\0D\X\0AABSOLUTE: Single analog input is read and absolute value is written to the output value.\X\0D\X\0AINVERSE: Single analog input is read, 1.0 is divided by the input value and written to the output value.\X\0D\X\0AHYSTERISIS: Single analog input is read, delayed according to SignalTime, and written to the output value.\X\0D\X\0ARUNNINGAVERAGE: Single analog input is read, averaged over SignalTime, and written to the output value.\X\0D\X\0ADERIVATIVE: Single analog input is read and the rate of change during the SignalTime is written to the output value.\X\0D\X\0AINTEGRAL: Single analog input is read and the average value during the SignalTime is written to the output value.\X\0D\X\0ABINARY: Single binary input is read and SignalOffset is written to the output value if True.\X\0D\X\0AACCUMULATOR: Single binary input is read, and for each pulse the SignalOffset is added to the accumulator, and while the accumulator is greater than the SignalFactor, the accumulator is decremented by SignalFactor and the integer result is incremented by one.\X\0D\X\0APULSECONVERTER: Single integer input is read, and for each increment the SignalMultiplier is added and written to the output value.\X\0D\X\0ASUM: Two analog inputs are read, added, and written to the output value.\X\0D\X\0ASUBTRACT: Two analog inputs are read, subtracted, and written to the output value.\X\0D\X\0APRODUCT: Two analog inputs are read, multiplied, and written to the output value.\X\0D\X\0ADIVIDE: Two analog inputs are read, divided, and written to the output value.\X\0D\X\0AAVERAGE: Two analog inputs are read and the average is written to the output value.\X\0D\X\0AMAXIMUM: Two analog inputs are read and the maximum is written to the output value.\X\0D\X\0AMINIMUM: Two analog inputs are read and the minimum is written to the output value..\X\0D\X\0AINPUT: Controller element is a dedicated input.\X\0D\X\0AOUTPUT: Controller element is a dedicated output.\X\0D\X\0AVARIABLE: Controller element is an in-memory variable.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5348,$,$,$,$); +#5348= IFCPROPERTYENUMERATION('PEnum_ControllerTypeFloating',('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'),$); -#503= IFCSIMPLEPROPERTYTEMPLATE('3dVYS0qT4HuO00025QrE$V',$,'ControlType','The type of control used to operate the damper (e.g., Open/Closed Indicator, Resetable Temperature Sensor, Temperature Override, etc.).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#503= IFCSIMPLEPROPERTYTEMPLATE('0NBIy0qT8HuO00025QrE$V',$,'ControlType','The type of control used to operate the damper (e.g., Open/Closed Indicator, Resetable Temperature Sensor, Temperature Override, etc.) .',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#504= IFCSIMPLEPROPERTYTEMPLATE('1_PjM0qWeHuO00025QrE$V',$,'ConvectorType','Indicates the type of convector, whether forced air (mechanically driven) or natural (gravity).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5324,$,$,$,$); -#5324= IFCPROPERTYENUMERATION('PEnum_SpaceHeaterConvectorType',('FORCED','NATURAL','OTHER','NOTKNOWN','UNSET'),$); +#504= IFCSIMPLEPROPERTYTEMPLATE('1_bB00qSqHuO00025QrE$V',$,'ControlType','The type of signal modification effected and applicable ports:\X\0D\X\0A\X\0D\X\0AINPUT: Controller element is a dedicated input.\X\0D\X\0AOUTPUT: Controller element is a dedicated output.\X\0D\X\0AVARIABLE: Controller element is an in-memory variable.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5352,$,$,$,$); +#5352= IFCPROPERTYENUMERATION('PEnum_ControllerMultiPositionType',('INPUT','OUTPUT','VARIABLE','OTHER','NOTKNOWN','UNSET'),$); -#505= IFCSIMPLEPROPERTYTEMPLATE('05csar1WP7SPvQFGopUOit',$,'ConversionTime','Turnout conversion completion time.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#505= IFCSIMPLEPROPERTYTEMPLATE('2X9ia0qSqHuO00025QrE$V',$,'ControlType','The type of discrete digital controller: \X\0D\X\0A\X\0D\X\0APRIMARY: Controller has built-in communication interface for PC connection, may manage secondary controllers.\X\0D\X\0ASECONDARY: Controller communicates with primary controller and its own managed devices.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5354,$,$,$,$); +#5354= IFCPROPERTYENUMERATION('PEnum_ControllerTypeProgrammable',('PRIMARY','SECONDARY','OTHER','NOTKNOWN','UNSET'),$); -#506= IFCSIMPLEPROPERTYTEMPLATE('0d_fQ0qWmHuO00025QrE$V',$,'CoolingAirFlowRate','Cooling air flow rate in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#506= IFCSIMPLEPROPERTYTEMPLATE('2zAcg0qSqHuO00025QrE$V',$,'ControlType','The type of signal modification.\X\0D\X\0APROPORTIONAL: Output is proportional to the control error. The gain of a proportional control (Kp) will have the effect of reducing the rise time and reducing , but never eliminating, the steady-state error of the variable controlled. \X\0D\X\0APROPORTIONALINTEGRAL: Part of the output is proportional to the control error and part is proportional to the time integral of the control error. Adding the gain of an integral control (Ki) will have the effect of eliminating the steady-state error of the variable controlled, but it may make the transient response worse. \X\0D\X\0APROPORTIONALINTEGRALDERIVATIVE: Part of the output is proportional to the control error, part is proportional to the time integral of the control error and part is proportional to the time derivative of the control error. Adding the gain of a derivative control (Kd) will have the effect of increasing the stability of the system, reducing the overshoot, and improving the transient response of the variable controlled.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5356,$,$,$,$); +#5356= IFCPROPERTYENUMERATION('PEnum_ControllerProportionalType',('PROPORTIONAL','PROPORTIONALINTEGRAL','PROPORTIONALINTEGRALDERIVATIVE','OTHER','NOTKNOWN','UNSET'),$); -#507= IFCSIMPLEPROPERTYTEMPLATE('0P_4O0qWiHuO00025QrE$V',$,'CoolingDesignAirflow','The air flowrate required during the peak cooling conditions.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#507= IFCSIMPLEPROPERTYTEMPLATE('3dVYS0qT4HuO00025QrE$V',$,'ControlType','The type of control used to operate the damper (e.g., Open/Closed Indicator, Resetable Temperature Sensor, Temperature Override, etc.).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#508= IFCSIMPLEPROPERTYTEMPLATE('0EJ5M0qV8HuO00025QrE$V',$,'CoolingDesignDay','The month, day and time that has been selected for the cooling design calculations.',.P_SINGLEVALUE.,'IfcDateTime',$,$,$,$,$,$); +#508= IFCSIMPLEPROPERTYTEMPLATE('1_PjM0qWeHuO00025QrE$V',$,'ConvectorType','Indicates the type of convector, whether forced air (mechanically driven) or natural (gravity).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5360,$,$,$,$); +#5360= IFCPROPERTYENUMERATION('PEnum_SpaceHeaterConvectorType',('FORCED','NATURAL','OTHER','NOTKNOWN','UNSET'),$); -#509= IFCSIMPLEPROPERTYTEMPLATE('03aS20qV8HuO00025QrE$V',$,'CoolingDryBulb','Outside dry bulb temperature for cooling design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#509= IFCSIMPLEPROPERTYTEMPLATE('05csar1WP7SPvQFGopUOit',$,'ConversionTime','Turnout conversion completion time.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#510= IFCSIMPLEPROPERTYTEMPLATE('0uNa60qWiHuO00025QrE$V',$,'CoolingDryBulb','Inside dry bulb temperature for cooling design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#510= IFCSIMPLEPROPERTYTEMPLATE('0d_fQ0qWmHuO00025QrE$V',$,'CoolingAirFlowRate','Cooling air flow rate in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#511= IFCSIMPLEPROPERTYTEMPLATE('1xlAu0qXCHuO00025QrE$V',$,'CoolingEfficiency','Coefficient of Performance: Ratio of cooling energy output to energy input under full load operating conditions.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#511= IFCSIMPLEPROPERTYTEMPLATE('0P_4O0qWiHuO00025QrE$V',$,'CoolingDesignAirflow','The air flowrate required during the peak cooling conditions.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#512= IFCSIMPLEPROPERTYTEMPLATE('0zkum0qWiHuO00025QrE$V',$,'CoolingRelativeHumidity','Inside relative humidity for cooling design.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#512= IFCSIMPLEPROPERTYTEMPLATE('0EJ5M0qV8HuO00025QrE$V',$,'CoolingDesignDay','The month, day and time that has been selected for the cooling design calculations.',.P_SINGLEVALUE.,'IfcDateTime',$,$,$,$,$,$); -#513= IFCSIMPLEPROPERTYTEMPLATE('13rqk0qRuHuO00025QrE$V',$,'CoolingTemperatureDelta','Cooling temperature difference for calculating space air flow rates.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#513= IFCSIMPLEPROPERTYTEMPLATE('03aS20qV8HuO00025QrE$V',$,'CoolingDryBulb','Outside dry bulb temperature for cooling design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#514= IFCSIMPLEPROPERTYTEMPLATE('16GQ60qSuHuO00025QrE$V',$,'CoolingWaterFlowRate','Water flow rate for cooling.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#514= IFCSIMPLEPROPERTYTEMPLATE('0uNa60qWiHuO00025QrE$V',$,'CoolingDryBulb','Inside dry bulb temperature for cooling design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#515= IFCSIMPLEPROPERTYTEMPLATE('08xmi0qV8HuO00025QrE$V',$,'CoolingWetBulb','Outside wet bulb temperature for cooling design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#515= IFCSIMPLEPROPERTYTEMPLATE('1xlAu0qXCHuO00025QrE$V',$,'CoolingEfficiency','Coefficient of Performance: Ratio of cooling energy output to energy input under full load operating conditions.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#516= IFCSIMPLEPROPERTYTEMPLATE('0BKsG0qVOHuO00025QrE$V',$,'CoreBaseHeight','Core base height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#516= IFCSIMPLEPROPERTYTEMPLATE('0zkum0qWiHuO00025QrE$V',$,'CoolingRelativeHumidity','Inside relative humidity for cooling design.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#517= IFCSIMPLEPROPERTYTEMPLATE('0WB$U0qVOHuO00025QrE$V',$,'CoreBaseWidth','Core base width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#517= IFCSIMPLEPROPERTYTEMPLATE('13rqk0qRuHuO00025QrE$V',$,'CoolingTemperatureDelta','Cooling temperature difference for calculating space air flow rates.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#518= IFCSIMPLEPROPERTYTEMPLATE('3ZwqVh2H99qOG$$4R$j3QX',$,'CoreConductorDiameter','Indicates the core conductor diameter. It is only used for coaxial wire pair.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#518= IFCSIMPLEPROPERTYTEMPLATE('16GQ60qSuHuO00025QrE$V',$,'CoolingWaterFlowRate','Water flow rate for cooling.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#519= IFCSIMPLEPROPERTYTEMPLATE('2Cb080qSWHuO00025QrE$V',$,'CoreIdentifier','The core identification used Identifiers may be used such as by color (Black, Brown, Grey) or by number (1, 2, 3) or by IEC phase reference (L1, L2, L3) etc.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#519= IFCSIMPLEPROPERTYTEMPLATE('08xmi0qV8HuO00025QrE$V',$,'CoolingWetBulb','Outside wet bulb temperature for cooling design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#520= IFCSIMPLEPROPERTYTEMPLATE('0HuTk0qVOHuO00025QrE$V',$,'CoreMiddleHeight','Core middle height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#520= IFCSIMPLEPROPERTYTEMPLATE('0BKsG0qVOHuO00025QrE$V',$,'CoreBaseHeight','Core base height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#521= IFCSIMPLEPROPERTYTEMPLATE('0Qjxg0qS0HuO00025QrE$V',$,'CoreSetHorizontal','Degree of horizontal (in the X-axis of the LocalPlacement) blade set from the centerline.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#521= IFCSIMPLEPROPERTYTEMPLATE('0WB$U0qVOHuO00025QrE$V',$,'CoreBaseWidth','Core base width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#522= IFCSIMPLEPROPERTYTEMPLATE('0VV6w0qS0HuO00025QrE$V',$,'CoreSetVertical','Degree of vertical (in the Y-axis of the LocalPlacement) blade set from the centerline.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#522= IFCSIMPLEPROPERTYTEMPLATE('3ZwqVh2H99qOG$$4R$j3QX',$,'CoreConductorDiameter','Indicates the core conductor diameter. It is only used for coaxial wire pair.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#523= IFCSIMPLEPROPERTYTEMPLATE('04B5O0qVOHuO00025QrE$V',$,'CoreSpacing','Core spacing of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#523= IFCSIMPLEPROPERTYTEMPLATE('2Cb080qSWHuO00025QrE$V',$,'CoreIdentifier','The core identification used Identifiers may be used such as by color (Black, Brown, Grey) or by number (1, 2, 3) or by IEC phase reference (L1, L2, L3) etc.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#524= IFCSIMPLEPROPERTYTEMPLATE('0P2Ec0qVOHuO00025QrE$V',$,'CoreTopHeight','Core top height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#524= IFCSIMPLEPROPERTYTEMPLATE('0HuTk0qVOHuO00025QrE$V',$,'CoreMiddleHeight','Core middle height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#525= IFCSIMPLEPROPERTYTEMPLATE('0clcy0qVOHuO00025QrE$V',$,'CoreTopWidth','Core top width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#525= IFCSIMPLEPROPERTYTEMPLATE('0Qjxg0qS0HuO00025QrE$V',$,'CoreSetHorizontal','Degree of horizontal (in the X-axis of the LocalPlacement) blade set from the centerline.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#526= IFCSIMPLEPROPERTYTEMPLATE('0735G0qS0HuO00025QrE$V',$,'CoreType','Identifies the way the core of the AirTerminal is constructed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5367,$,$,$,$); -#5367= IFCPROPERTYENUMERATION('PEnum_AirTerminalCoreType',('SHUTTERBLADE','CURVEDBLADE','REMOVABLE','REVERSIBLE','NONE','OTHER','NOTKNOWN','UNSET'),$); +#526= IFCSIMPLEPROPERTYTEMPLATE('0VV6w0qS0HuO00025QrE$V',$,'CoreSetVertical','Degree of vertical (in the Y-axis of the LocalPlacement) blade set from the centerline.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#527= IFCSIMPLEPROPERTYTEMPLATE('2hg8a0qVGHuO00025QrE$V',$,'CornerChamfer','The chamfer in the corners of the precast element. The chamfer is presumed to be equal in both directions.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#527= IFCSIMPLEPROPERTYTEMPLATE('04B5O0qVOHuO00025QrE$V',$,'CoreSpacing','Core spacing of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#528= IFCSIMPLEPROPERTYTEMPLATE('1RkCg0qT8HuO00025QrE$V',$,'CornerFixingPlateFlangeWidthInPlaneX','The flange width of the L-shaped corner plate in plane X.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#528= IFCSIMPLEPROPERTYTEMPLATE('0P2Ec0qVOHuO00025QrE$V',$,'CoreTopHeight','Core top height of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#529= IFCSIMPLEPROPERTYTEMPLATE('1MMu00qT8HuO00025QrE$V',$,'CornerFixingPlateFlangeWidthInPlaneZ','The flange width of the L-shaped corner plate in plane Z.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#529= IFCSIMPLEPROPERTYTEMPLATE('0clcy0qVOHuO00025QrE$V',$,'CoreTopWidth','Core top width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#530= IFCSIMPLEPROPERTYTEMPLATE('1BeEi0qT8HuO00025QrE$V',$,'CornerFixingPlateLength','The length of the L-shaped corner plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#530= IFCSIMPLEPROPERTYTEMPLATE('0735G0qS0HuO00025QrE$V',$,'CoreType','Identifies the way the core of the AirTerminal is constructed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5403,$,$,$,$); +#5403= IFCPROPERTYENUMERATION('PEnum_AirTerminalCoreType',('SHUTTERBLADE','CURVEDBLADE','REMOVABLE','REVERSIBLE','NONE','OTHER','NOTKNOWN','UNSET'),$); -#531= IFCSIMPLEPROPERTYTEMPLATE('1G$ZM0qT8HuO00025QrE$V',$,'CornerFixingPlateThickness','The thickness of the L-shaped corner plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#531= IFCSIMPLEPROPERTYTEMPLATE('2hg8a0qVGHuO00025QrE$V',$,'CornerChamfer','The chamfer in the corners of the precast element. The chamfer is presumed to be equal in both directions.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#532= IFCSIMPLEPROPERTYTEMPLATE('1Cq1a0qSuHuO00025QrE$V',$,'CorrectionFactorForCooling','Correction factor k as a function of water flow rate (used to calculate cooling capacity).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#532= IFCSIMPLEPROPERTYTEMPLATE('1RkCg0qT8HuO00025QrE$V',$,'CornerFixingPlateFlangeWidthInPlaneX','The flange width of the L-shaped corner plate in plane X.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#533= IFCSIMPLEPROPERTYTEMPLATE('1GOw00qSuHuO00025QrE$V',$,'CorrectionFactorForHeating','Correction factor k as a function of water flow rate (used to calculate heating capacity).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#533= IFCSIMPLEPROPERTYTEMPLATE('1MMu00qT8HuO00025QrE$V',$,'CornerFixingPlateFlangeWidthInPlaneZ','The flange width of the L-shaped corner plate in plane Z.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#534= IFCSIMPLEPROPERTYTEMPLATE('3tiPdiQHXE1RcerDmwYVRN',$,'CorrosionTreatment','Determines corrosion treatment for metal components. This property is provided if the requirement needs to be expressed (a) independently of a material specification and (b) as a mere requirements statement rather than a workshop design/ processing feature.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5387,$,$,$,$); -#5387= IFCPROPERTYENUMERATION('PEnum_ElementComponentCorrosionTreatment',('PAINTED','EPOXYCOATED','GALVANISED','STAINLESS','NONE','NOTDEFINED'),$); +#534= IFCSIMPLEPROPERTYTEMPLATE('1BeEi0qT8HuO00025QrE$V',$,'CornerFixingPlateLength','The length of the L-shaped corner plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#535= IFCSIMPLEPROPERTYTEMPLATE('0rK5g0qUKHuO00025QrE$V',$,'CountedEfficiency','Filter efficiency based the particle counts concentration before and after filter against particles with certain size distribution.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#535= IFCSIMPLEPROPERTYTEMPLATE('1G$ZM0qT8HuO00025QrE$V',$,'CornerFixingPlateThickness','The thickness of the L-shaped corner plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#536= IFCSIMPLEPROPERTYTEMPLATE('2Q2xK0qUKHuO00025QrE$V',$,'CountedEfficiencyCurve','Counted efficiency curve as a function of dust holding weight, efficiency = f (dust holding weight).',.P_TABLEVALUE.,'IfcMassMeasure','IfcReal',$,$,$,$,$); +#536= IFCSIMPLEPROPERTYTEMPLATE('1Cq1a0qSuHuO00025QrE$V',$,'CorrectionFactorForCooling','Correction factor k as a function of water flow rate (used to calculate cooling capacity).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#537= IFCSIMPLEPROPERTYTEMPLATE('2N7Ru0qVyHuO00025QrE$V',$,'CounterSlope','Sloping angle of the object, measured perpendicular to the slope - relative to horizontal (0.0 degrees). \X\0D\X\0AActual maximum slope for the passageway measured perpendicular to the direction of travel according to the current design. The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. \X\0D\X\0ANote: new property in IFC4.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#537= IFCSIMPLEPROPERTYTEMPLATE('1GOw00qSuHuO00025QrE$V',$,'CorrectionFactorForHeating','Correction factor k as a function of water flow rate (used to calculate heating capacity).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#538= IFCSIMPLEPROPERTYTEMPLATE('1xcHAeM5z0ie3RUCZRUAl0',$,'CouplingLoss','Indicates the coupling loss of a leaky coaxial cable (radiating cable).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#538= IFCSIMPLEPROPERTYTEMPLATE('3tiPdiQHXE1RcerDmwYVRN',$,'CorrosionTreatment','Determines corrosion treatment for metal components. This property is provided if the requirement needs to be expressed (a) independently of a material specification and (b) as a mere requirements statement rather than a workshop design/ processing feature.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5423,$,$,$,$); +#5423= IFCPROPERTYENUMERATION('PEnum_ElementComponentCorrosionTreatment',('PAINTED','EPOXYCOATED','GALVANISED','STAINLESS','NONE','NOTDEFINED'),$); -#539= IFCSIMPLEPROPERTYTEMPLATE('1UlRO0qUOHuO00025QrE$V',$,'CouplingType','Defines the type coupling on the inlet of the breeching inlet.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5396,$,$,$,$); -#5396= IFCPROPERTYENUMERATION('PEnum_BreechingInletCouplingType',('INSTANTANEOUS_FEMALE','INSTANTANEOUS_MALE','OTHER','USERDEFINED','NOTDEFINED'),$); +#539= IFCSIMPLEPROPERTYTEMPLATE('0rK5g0qUKHuO00025QrE$V',$,'CountedEfficiency','Filter efficiency based the particle counts concentration before and after filter against particles with certain size distribution.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#540= IFCSIMPLEPROPERTYTEMPLATE('1$IJY0qWKHuO00025QrE$V',$,'CoverageArea','The area that is covered by the sensor (typically measured as a circle whose center is at the location of the sensor).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#540= IFCSIMPLEPROPERTYTEMPLATE('2Q2xK0qUKHuO00025QrE$V',$,'CountedEfficiencyCurve','Counted efficiency curve as a function of dust holding weight, efficiency = f (dust holding weight).',.P_TABLEVALUE.,'IfcMassMeasure','IfcReal',$,$,$,$,$); -#541= IFCSIMPLEPROPERTYTEMPLATE('1DADu0qUSHuO00025QrE$V',$,'CoverageArea','The area that the sprinkler is designed to protect.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#541= IFCSIMPLEPROPERTYTEMPLATE('2N7Ru0qVyHuO00025QrE$V',$,'CounterSlope','Sloping angle of the object, measured perpendicular to the slope - relative to horizontal (0.0 degrees). \X\0D\X\0AActual maximum slope for the passageway measured perpendicular to the direction of travel according to the current design. The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. \X\0D\X\0ANote: new property in IFC4.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#542= IFCSIMPLEPROPERTYTEMPLATE('1gRAK0qWKHuO00025QrE$V',$,'CoverageArea','The floor area that is covered by the sensor (typically measured as a circle whose center is at the location of the sensor).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#542= IFCSIMPLEPROPERTYTEMPLATE('1xcHAeM5z0ie3RUCZRUAl0',$,'CouplingLoss','Indicates the coupling loss of a leaky coaxial cable (radiating cable).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#543= IFCSIMPLEPROPERTYTEMPLATE('1Oryq0qWOHuO00025QrE$V',$,'CoverageArea','The floor area that is covered by the sensor (typically measured as a circle whose center is at the location of the sensor).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#543= IFCSIMPLEPROPERTYTEMPLATE('1UlRO0qUOHuO00025QrE$V',$,'CouplingType','Defines the type coupling on the inlet of the breeching inlet.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5432,$,$,$,$); +#5432= IFCPROPERTYENUMERATION('PEnum_BreechingInletCouplingType',('INSTANTANEOUS_FEMALE','INSTANTANEOUS_MALE','OTHER','USERDEFINED','NOTDEFINED'),$); -#544= IFCSIMPLEPROPERTYTEMPLATE('0zErkL8B54XBTK$nUEKqm5',$,'CoveragePercentage','Coverage in percentage of the mapped feature in relation to the mapped zone, e.g. tunnel face, to which it belongs.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#544= IFCSIMPLEPROPERTYTEMPLATE('1$IJY0qWKHuO00025QrE$V',$,'CoverageArea','The area that is covered by the sensor (typically measured as a circle whose center is at the location of the sensor).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#545= IFCSIMPLEPROPERTYTEMPLATE('0DUUg0qXSHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#545= IFCSIMPLEPROPERTYTEMPLATE('1DADu0qUSHuO00025QrE$V',$,'CoverageArea','The area that the sprinkler is designed to protect.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#546= IFCSIMPLEPROPERTYTEMPLATE('0P6U40qXWHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#546= IFCSIMPLEPROPERTYTEMPLATE('1gRAK0qWKHuO00025QrE$V',$,'CoverageArea','The floor area that is covered by the sensor (typically measured as a circle whose center is at the location of the sensor).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#547= IFCSIMPLEPROPERTYTEMPLATE('1Elie0qXWHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#547= IFCSIMPLEPROPERTYTEMPLATE('1Oryq0qWOHuO00025QrE$V',$,'CoverageArea','The floor area that is covered by the sensor (typically measured as a circle whose center is at the location of the sensor).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#548= IFCSIMPLEPROPERTYTEMPLATE('1fUae0qUeHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the oil interceptor.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#548= IFCSIMPLEPROPERTYTEMPLATE('0zErkL8B54XBTK$nUEKqm5',$,'CoveragePercentage','Coverage in percentage of the mapped feature in relation to the mapped zone, e.g. tunnel face, to which it belongs.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#549= IFCSIMPLEPROPERTYTEMPLATE('2Gcq20qXSHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#549= IFCSIMPLEPROPERTYTEMPLATE('0DUUg0qXSHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#550= IFCSIMPLEPROPERTYTEMPLATE('3DimC0qXOHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#550= IFCSIMPLEPROPERTYTEMPLATE('0P6U40qXWHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#551= IFCSIMPLEPROPERTYTEMPLATE('3VbAO0qXOHuO00025QrE$V',$,'CoverMaterial','Material from which the cover or grating is constructed.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); +#551= IFCSIMPLEPROPERTYTEMPLATE('1Elie0qXWHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#552= IFCSIMPLEPROPERTYTEMPLATE('0N0rA0qXSHuO00025QrE$V',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#552= IFCSIMPLEPROPERTYTEMPLATE('1fUae0qUeHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the oil interceptor.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#553= IFCSIMPLEPROPERTYTEMPLATE('0XSXm0qXWHuO00025QrE$V',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#553= IFCSIMPLEPROPERTYTEMPLATE('2Gcq20qXSHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#554= IFCSIMPLEPROPERTYTEMPLATE('1N5mK0qXWHuO00025QrE$V',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#554= IFCSIMPLEPROPERTYTEMPLATE('3DimC0qXOHuO00025QrE$V',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#555= IFCSIMPLEPROPERTYTEMPLATE('1nqeK0qUeHuO00025QrE$V',$,'CoverWidth','The length measured along the x-axis in the local coordinate system of the cover of the oil interceptor.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#555= IFCSIMPLEPROPERTYTEMPLATE('3VbAO0qXOHuO00025QrE$V',$,'CoverMaterial','Material from which the cover or grating is constructed.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); -#556= IFCSIMPLEPROPERTYTEMPLATE('2QlJy0qXSHuO00025QrE$V',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#556= IFCSIMPLEPROPERTYTEMPLATE('0N0rA0qXSHuO00025QrE$V',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#557= IFCSIMPLEPROPERTYTEMPLATE('3MezI0qXOHuO00025QrE$V',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#557= IFCSIMPLEPROPERTYTEMPLATE('0XSXm0qXWHuO00025QrE$V',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#558= IFCSIMPLEPROPERTYTEMPLATE('3CaOJkVC194viZ6LJTu7ed',$,'CreationDate','Creation date of the model.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#558= IFCSIMPLEPROPERTYTEMPLATE('1N5mK0qXWHuO00025QrE$V',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#559= IFCSIMPLEPROPERTYTEMPLATE('2gR0dwi6P8TOicDILZQqwo',$,'CreepageDistance','Shortest distance or the sum of the shortest distances along the surface on an insulator between two conductive parts which normally have the operating voltage between them. (IEV ref 471-01-04)',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#559= IFCSIMPLEPROPERTYTEMPLATE('1nqeK0qUeHuO00025QrE$V',$,'CoverWidth','The length measured along the x-axis in the local coordinate system of the cover of the oil interceptor.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#560= IFCSIMPLEPROPERTYTEMPLATE('2r4dJd_Ib7vAwA1J9WH9sP',$,'Crossfall','Specifies the nominal crossfall as a ratio measure (slope) at the location of the event.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#560= IFCSIMPLEPROPERTYTEMPLATE('2QlJy0qXSHuO00025QrE$V',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#561= IFCSIMPLEPROPERTYTEMPLATE('0vrZo0qW0HuO00025QrE$V',$,'CrossingLowerBarPitch','The pitch length of the crossing lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#561= IFCSIMPLEPROPERTYTEMPLATE('3MezI0qXOHuO00025QrE$V',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#562= IFCSIMPLEPROPERTYTEMPLATE('0o5fW0qW0HuO00025QrE$V',$,'CrossingUpperBarPitch','The pitch length of the crossing upper bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#562= IFCSIMPLEPROPERTYTEMPLATE('0mLMG$dEL1XA62swey6_yV',$,'CPTConeResistance','Cone reistance measured during the test.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#563= IFCSIMPLEPROPERTYTEMPLATE('0gEm60qSWHuO00025QrE$V',$,'CrossSectionalArea','Cross section area of the phase(s) lead(s).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#563= IFCSIMPLEPROPERTYTEMPLATE('1lKAeE0kv6OwRjMM25q3Nx',$,'CPTLocalSideFriction','Sleeve friction measured during the test.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#564= IFCSIMPLEPROPERTYTEMPLATE('1giNG0qVOHuO00025QrE$V',$,'CrossSectionArea','Area of the profile. For example measured in mm2. If given, the value of the cross section area shall be greater than zero.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#564= IFCSIMPLEPROPERTYTEMPLATE('3oZqP_gfTF5Bo3txSCd61R',$,'CPTPorePressure','Pore pressure measured during the test.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#565= IFCSIMPLEPROPERTYTEMPLATE('1I1maXboTEcP5x$ShYx_g0',$,'Current','The actual current and operable range.',.P_BOUNDEDVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#565= IFCSIMPLEPROPERTYTEMPLATE('3CaOJkVC194viZ6LJTu7ed',$,'CreationDate','Creation date of the model.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#566= IFCSIMPLEPROPERTYTEMPLATE('2VhUjrajvA8eTamaxazsiB',$,'Current','Log of electrical current.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcElectricCurrentMeasure',$,$,$,$,$); +#566= IFCSIMPLEPROPERTYTEMPLATE('2gR0dwi6P8TOicDILZQqwo',$,'CreepageDistance','Shortest distance or the sum of the shortest distances along the surface on an insulator between two conductive parts which normally have the operating voltage between them. (IEV ref 471-01-04)',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#567= IFCSIMPLEPROPERTYTEMPLATE('2bRJDYSdX00x51ZO5f_6Kl',$,'CurrentCarryingCapacity','Maximum value of electric current which can be carried continuously by a conductor, a device or an apparatus, under specified conditions without its steady-state temperature exceeding a specified value. Based on IEC60826-11-13. NOTE: The temperature specified value is maximum Design Ambient Temperature.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#567= IFCSIMPLEPROPERTYTEMPLATE('2r4dJd_Ib7vAwA1J9WH9sP',$,'Crossfall','Specifies the nominal crossfall as a ratio measure (slope) at the location of the event.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#568= IFCSIMPLEPROPERTYTEMPLATE('3g_0_IvjzCAQ60XkYRwY3f',$,'CurrentContent3rdHarmonic','The ratio between the third harmonic current and the phase current.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#568= IFCSIMPLEPROPERTYTEMPLATE('0vrZo0qW0HuO00025QrE$V',$,'CrossingLowerBarPitch','The pitch length of the crossing lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#569= IFCSIMPLEPROPERTYTEMPLATE('3mW_u0qViHuO00025QrE$V',$,'CurrentForTimeDelay','The tripping current in [x In] at which the time delay is specified. A value for this property should only be asserted for time delay of L-function, and for I2t of the S and G function.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#569= IFCSIMPLEPROPERTYTEMPLATE('0o5fW0qW0HuO00025QrE$V',$,'CrossingUpperBarPitch','The pitch length of the crossing upper bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#570= IFCSIMPLEPROPERTYTEMPLATE('0hIDL7tBjFU81u978zIqML',$,'CurrentRegulationRate','It shows the ability of DC regulated power supply to suppress the fluctuation of output voltage caused by the change of load current (output current) when the input voltage is constant.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#570= IFCSIMPLEPROPERTYTEMPLATE('0gEm60qSWHuO00025QrE$V',$,'CrossSectionalArea','Cross section area of the phase(s) lead(s).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#571= IFCSIMPLEPROPERTYTEMPLATE('0Y55X3X$b2LR4CS5G0nLXs',$,'CurrentRMS','Maximum rms (root mean square) current of an electric-electronic or electromechanical component at specified ambient temperature.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#571= IFCSIMPLEPROPERTYTEMPLATE('1giNG0qVOHuO00025QrE$V',$,'CrossSectionArea','Area of the profile. For example measured in mm2. If given, the value of the cross section area shall be greater than zero.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#572= IFCSIMPLEPROPERTYTEMPLATE('1QJyW0qViHuO00025QrE$V',$,'CurrentTolerance1','The tolerance for the current of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#572= IFCSIMPLEPROPERTYTEMPLATE('1I1maXboTEcP5x$ShYx_g0',$,'Current','The actual current and operable range.',.P_BOUNDEDVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#573= IFCSIMPLEPROPERTYTEMPLATE('1Xmg60qVeHuO00025QrE$V',$,'CurrentTolerance1','The tolerance for the current of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#573= IFCSIMPLEPROPERTYTEMPLATE('2VhUjrajvA8eTamaxazsiB',$,'Current','Log of electrical current.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcElectricCurrentMeasure',$,$,$,$,$); -#574= IFCSIMPLEPROPERTYTEMPLATE('37hoa0qVeHuO00025QrE$V',$,'CurrentTolerance1','The tolerance for the current of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#574= IFCSIMPLEPROPERTYTEMPLATE('2bRJDYSdX00x51ZO5f_6Kl',$,'CurrentCarryingCapacity','Maximum value of electric current which can be carried continuously by a conductor, a device or an apparatus, under specified conditions without its steady-state temperature exceeding a specified value. Based on IEC60826-11-13. NOTE: The temperature specified value is maximum Design Ambient Temperature.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#575= IFCSIMPLEPROPERTYTEMPLATE('1cr220qViHuO00025QrE$V',$,'CurrentTolerance2','The tolerance for the current of time/current-curve in [%] valid for times above CurrentTolereanceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#575= IFCSIMPLEPROPERTYTEMPLATE('3g_0_IvjzCAQ60XkYRwY3f',$,'CurrentContent3rdHarmonic','The ratio between the third harmonic current and the phase current.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#576= IFCSIMPLEPROPERTYTEMPLATE('1j5Sq0qVeHuO00025QrE$V',$,'CurrentTolerance2','The tolerance for the current of time/current-curve in [%] valid for times above CurrentTolereanceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#576= IFCSIMPLEPROPERTYTEMPLATE('3mW_u0qViHuO00025QrE$V',$,'CurrentForTimeDelay','The tripping current in [x In] at which the time delay is specified. A value for this property should only be asserted for time delay of L-function, and for I2t of the S and G function.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#577= IFCSIMPLEPROPERTYTEMPLATE('3PaCm0qVeHuO00025QrE$V',$,'CurrentTolerance2','The tolerance for the current of time/current-curve in [%] valid for times above CurrentTolereanceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#577= IFCSIMPLEPROPERTYTEMPLATE('0hIDL7tBjFU81u978zIqML',$,'CurrentRegulationRate','It shows the ability of DC regulated power supply to suppress the fluctuation of output voltage caused by the change of load current (output current) when the input voltage is constant.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#578= IFCSIMPLEPROPERTYTEMPLATE('1d7_m0qVeHuO00025QrE$V',$,'CurrentToleranceLimit1','The time limit in [s] limiting the application of CurrentTolerance1, if any. If the value is set to 0, the value of the CurrentTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#578= IFCSIMPLEPROPERTYTEMPLATE('0Y55X3X$b2LR4CS5G0nLXs',$,'CurrentRMS','Maximum rms (root mean square) current of an electric-electronic or electromechanical component at specified ambient temperature.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#579= IFCSIMPLEPROPERTYTEMPLATE('1VhHA0qViHuO00025QrE$V',$,'CurrentToleranceLimit1','The time limit in [s] limiting the application of CurrentTolerance1, if any. If the value is set to 0, the value of the CurrentTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#579= IFCSIMPLEPROPERTYTEMPLATE('1QJyW0qViHuO00025QrE$V',$,'CurrentTolerance1','The tolerance for the current of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#580= IFCSIMPLEPROPERTYTEMPLATE('3G1sG0qVeHuO00025QrE$V',$,'CurrentToleranceLimit1','The time limit in [s] limiting the application of CurrentTolerance1, if any. If the value is set to 0, the value of the CurrentTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#580= IFCSIMPLEPROPERTYTEMPLATE('1Xmg60qVeHuO00025QrE$V',$,'CurrentTolerance1','The tolerance for the current of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#581= IFCSIMPLEPROPERTYTEMPLATE('0E1OU0qVqHuO00025QrE$V',$,'CurveDesignation','The designation of the trippingcurve given by the manufacturer. For a MCB the designation should be in accordance with the designations given in IEC 60898.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#581= IFCSIMPLEPROPERTYTEMPLATE('37hoa0qVeHuO00025QrE$V',$,'CurrentTolerance1','The tolerance for the current of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#582= IFCSIMPLEPROPERTYTEMPLATE('24xb20qVmHuO00025QrE$V',$,'CurveDesignation','The designation of the trippingcurve given by the manufacturer. For a MCB the designation should be in accordance with the designations given in IEC 60898.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#582= IFCSIMPLEPROPERTYTEMPLATE('1cr220qViHuO00025QrE$V',$,'CurrentTolerance2','The tolerance for the current of time/current-curve in [%] valid for times above CurrentTolereanceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#583= IFCSIMPLEPROPERTYTEMPLATE('3O7zTf47TB3hWv3KJi7PR5',$,'CurveShape','Shape according to CurveShapeEnum',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5484,$,$,$,$); -#5484= IFCPROPERTYENUMERATION('PEnum_CurveShapeEnum',('INTERNAL','EXTERNAL'),$); +#583= IFCSIMPLEPROPERTYTEMPLATE('1j5Sq0qVeHuO00025QrE$V',$,'CurrentTolerance2','The tolerance for the current of time/current-curve in [%] valid for times above CurrentTolereanceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#584= IFCSIMPLEPROPERTYTEMPLATE('2_sY8JfBfFRhE6m4raua0C',$,'CyclicPath','Represents the time:angle table of the kinematic behaviour.',.P_TABLEVALUE.,'IfcTimeMeasure','IfcPlaneAngleMeasure',$,$,$,$,$); +#584= IFCSIMPLEPROPERTYTEMPLATE('3PaCm0qVeHuO00025QrE$V',$,'CurrentTolerance2','The tolerance for the current of time/current-curve in [%] valid for times above CurrentTolereanceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#585= IFCSIMPLEPROPERTYTEMPLATE('3O_8A2txvFWP$Mo9_vRrzI',$,'CyclicRange','Identifies the angular range of the kinematic behaviour',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#585= IFCSIMPLEPROPERTYTEMPLATE('1d7_m0qVeHuO00025QrE$V',$,'CurrentToleranceLimit1','The time limit in [s] limiting the application of CurrentTolerance1, if any. If the value is set to 0, the value of the CurrentTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#586= IFCSIMPLEPROPERTYTEMPLATE('3vjP20qUGHuO00025QrE$V',$,'d','Measure d according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#586= IFCSIMPLEPROPERTYTEMPLATE('1VhHA0qViHuO00025QrE$V',$,'CurrentToleranceLimit1','The time limit in [s] limiting the application of CurrentTolerance1, if any. If the value is set to 0, the value of the CurrentTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#587= IFCSIMPLEPROPERTYTEMPLATE('1TU9C0qRuHuO00025QrE$V',$,'DamperPosition','Control damper position, ranging from 0 to 1.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#587= IFCSIMPLEPROPERTYTEMPLATE('3G1sG0qVeHuO00025QrE$V',$,'CurrentToleranceLimit1','The time limit in [s] limiting the application of CurrentTolerance1, if any. If the value is set to 0, the value of the CurrentTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#588= IFCSIMPLEPROPERTYTEMPLATE('3Fycw0qT0HuO00025QrE$V',$,'DamperPosition','Damper position (0-1); damper position ( 0=closed=90deg position angle, 1=open=0deg position angle.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#588= IFCSIMPLEPROPERTYTEMPLATE('0E1OU0qVqHuO00025QrE$V',$,'CurveDesignation','The designation of the trippingcurve given by the manufacturer. For a MCB the designation should be in accordance with the designations given in IEC 60898.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#589= IFCSIMPLEPROPERTYTEMPLATE('2PtTTcE0vEpOii8kDqjGba',$,'DampingRatio','Indicates the damping ratio of the device.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#589= IFCSIMPLEPROPERTYTEMPLATE('24xb20qVmHuO00025QrE$V',$,'CurveDesignation','The designation of the trippingcurve given by the manufacturer. For a MCB the designation should be in accordance with the designations given in IEC 60898.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#590= IFCSIMPLEPROPERTYTEMPLATE('3suuc1XGL608tN2w9QsDL0',$,'DashedLine','State if the line is dashed or continuous',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#590= IFCSIMPLEPROPERTYTEMPLATE('3O7zTf47TB3hWv3KJi7PR5',$,'CurveShape','Shape according to CurveShapeEnum',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5520,$,$,$,$); +#5520= IFCPROPERTYENUMERATION('PEnum_CurveShapeEnum',('INTERNAL','EXTERNAL'),$); -#591= IFCSIMPLEPROPERTYTEMPLATE('06qWfjkiXCOR1C_hUCX34b',$,'DashedLinePattern','Indicates the pattern for dashed line types e.g. ''3+9''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#591= IFCSIMPLEPROPERTYTEMPLATE('2_sY8JfBfFRhE6m4raua0C',$,'CyclicPath','Represents the time:angle table of the kinematic behaviour.',.P_TABLEVALUE.,'IfcTimeMeasure','IfcPlaneAngleMeasure',$,$,$,$,$); -#592= IFCSIMPLEPROPERTYTEMPLATE('32vg9H91z7Pu6rUIJWozFI',$,'DataCollectionType','Indicates the type or manner of data collection.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5490,$,$,$,$); -#5490= IFCPROPERTYENUMERATION('PEnum_DataCollectionType',('AUTOMATICANDCONTINUOUS','MANUALANDSINGLE','OTHER','NOTKNOWN','UNSET'),$); +#592= IFCSIMPLEPROPERTYTEMPLATE('3O_8A2txvFWP$Mo9_vRrzI',$,'CyclicRange','Identifies the angular range of the kinematic behaviour',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#593= IFCSIMPLEPROPERTYTEMPLATE('2cODWDnK9A9RCBk2DE0YiP',$,'DataConnectionType','Indicates the data connection type of the junction box e.g. copper pair, fiber or others.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5491,$,$,$,$); -#5491= IFCPROPERTYENUMERATION('PEnum_DataConnectionType',('COPPER','FIBER','OTHER','NOTKNOWN','UNSET'),$); +#593= IFCSIMPLEPROPERTYTEMPLATE('3vjP20qUGHuO00025QrE$V',$,'d','Measure d according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#594= IFCSIMPLEPROPERTYTEMPLATE('0pqbO0sVjBRR5HyenyysRl',$,'DataEncryptionType','Indicates the type of security protocols that can be used in the access point to protect the wireless network.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#594= IFCSIMPLEPROPERTYTEMPLATE('1TU9C0qRuHuO00025QrE$V',$,'DamperPosition','Control damper position, ranging from 0 to 1.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#595= IFCSIMPLEPROPERTYTEMPLATE('2AuHR1lx11mP7sIpwz9u8Z',$,'DataExchangeRate','Indicates the data transfer rate of the access point in bit per second (bps).',.P_SINGLEVALUE.,'IfcIntegerCountRateMeasure',$,$,$,$,$,$); +#595= IFCSIMPLEPROPERTYTEMPLATE('3Fycw0qT0HuO00025QrE$V',$,'DamperPosition','Damper position (0-1); damper position ( 0=closed=90deg position angle, 1=open=0deg position angle.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#596= IFCSIMPLEPROPERTYTEMPLATE('3dAyrzXAv2nh7ZzfP57Hvk',$,'DataReceived','For data ports, captures log of data received. The LIST at IfcTimeSeriesValue.Values may split out data according to Pset_DistributionPortTypeCable.Protocols.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcText',$,$,$,$,$); +#596= IFCSIMPLEPROPERTYTEMPLATE('2PtTTcE0vEpOii8kDqjGba',$,'DampingRatio','Indicates the damping ratio of the device.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#597= IFCSIMPLEPROPERTYTEMPLATE('33Z4KU$Gv1RhPZvo_1CDMa',$,'DataTransmissionUnitUsage','Indicates the usage of the data transmission unit. It can be used to transmit data for different types of sensors.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5494,$,$,$,$); -#5494= IFCPROPERTYENUMERATION('PEnum_DataTransmissionUnitUsage',('EARTHQUAKE','FOREIGNOBJECT','WINDANDRAIN','OTHER','NOTKNOWN','UNSET'),$); +#597= IFCSIMPLEPROPERTYTEMPLATE('3suuc1XGL608tN2w9QsDL0',$,'DashedLine','State if the line is dashed or continuous',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#598= IFCSIMPLEPROPERTYTEMPLATE('31sBJr1t94sOktsMuxcZA2',$,'DataTransmitted','For data ports, captures log of data transmitted. The LIST at IfcTimeSeriesValue.Values may split out data according to Pset_DistributionPortTypeCable.Protocols.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcText',$,$,$,$,$); +#598= IFCSIMPLEPROPERTYTEMPLATE('06qWfjkiXCOR1C_hUCX34b',$,'DashedLinePattern','Indicates the pattern for dashed line types e.g. ''3+9''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#599= IFCSIMPLEPROPERTYTEMPLATE('1iHsZExLz0_hKDmfStAwc4',$,'DCResistance','The resistance under direct current and 20 degrees centigrade.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); +#599= IFCSIMPLEPROPERTYTEMPLATE('32vg9H91z7Pu6rUIJWozFI',$,'DataCollectionType','Indicates the type or manner of data collection.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5526,$,$,$,$); +#5526= IFCPROPERTYENUMERATION('PEnum_DataCollectionType',('AUTOMATICANDCONTINUOUS','MANUALANDSINGLE','OTHER','NOTKNOWN','UNSET'),$); -#600= IFCSIMPLEPROPERTYTEMPLATE('03IlA0qVqHuO00025QrE$V',$,'DefinedTemperature','The ambient temperature at which the thermal current/time-curve associated with this protection device is defined.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#600= IFCSIMPLEPROPERTYTEMPLATE('2cODWDnK9A9RCBk2DE0YiP',$,'DataConnectionType','Indicates the data connection type of the junction box e.g. copper pair, fiber or others.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5527,$,$,$,$); +#5527= IFCPROPERTYENUMERATION('PEnum_DataConnectionType',('COPPER','FIBER','OTHER','NOTKNOWN','UNSET'),$); -#601= IFCSIMPLEPROPERTYTEMPLATE('1eKXY0qVmHuO00025QrE$V',$,'DefinedTemperature','The ambient temperature at which the thermal current/time-curve associated with this protection device is defined.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#601= IFCSIMPLEPROPERTYTEMPLATE('0pqbO0sVjBRR5HyenyysRl',$,'DataEncryptionType','Indicates the type of security protocols that can be used in the access point to protect the wireless network.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#602= IFCSIMPLEPROPERTYTEMPLATE('1iO4K0qS0HuO00025QrE$V',$,'DefrostTemperatureEffectiveness','Temperature heat transfer effectiveness when defrosting is active.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#602= IFCSIMPLEPROPERTYTEMPLATE('2AuHR1lx11mP7sIpwz9u8Z',$,'DataExchangeRate','Indicates the data transfer rate of the access point in bit per second (bps).',.P_SINGLEVALUE.,'IfcIntegerCountRateMeasure',$,$,$,$,$,$); -#603= IFCSIMPLEPROPERTYTEMPLATE('2eBQocTLT5FgPBdrK2Bskc',$,'DegreeOfLinearity','Indicates the degree of linearity of the earthquake sensor or accelerometer.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#603= IFCSIMPLEPROPERTYTEMPLATE('3dAyrzXAv2nh7ZzfP57Hvk',$,'DataReceived','For data ports, captures log of data received. The LIST at IfcTimeSeriesValue.Values may split out data according to Pset_DistributionPortTypeCable.Protocols.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcText',$,$,$,$,$); -#604= IFCSIMPLEPROPERTYTEMPLATE('0fBrsqCsvBCPwzsHeQjPIh',$,'DeliveryType','Determines how the accessory will be delivered to the site.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5506,$,$,$,$); -#5506= IFCPROPERTYENUMERATION('PEnum_ElementComponentDeliveryType',('CAST_IN_PLACE','WELDED_TO_STRUCTURE','LOOSE','ATTACHED_FOR_DELIVERY','PRECAST','NOTDEFINED'),$); +#604= IFCSIMPLEPROPERTYTEMPLATE('33Z4KU$Gv1RhPZvo_1CDMa',$,'DataTransmissionUnitUsage','Indicates the usage of the data transmission unit. It can be used to transmit data for different types of sensors.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5530,$,$,$,$); +#5530= IFCPROPERTYENUMERATION('PEnum_DataTransmissionUnitUsage',('EARTHQUAKE','FOREIGNOBJECT','WINDANDRAIN','OTHER','NOTKNOWN','UNSET'),$); -#605= IFCSIMPLEPROPERTYTEMPLATE('1ju3m0qSKHuO00025QrE$V',$,'Depth','The requested depth or thickness of the provision for void.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#605= IFCSIMPLEPROPERTYTEMPLATE('31sBJr1t94sOktsMuxcZA2',$,'DataTransmitted','For data ports, captures log of data transmitted. The LIST at IfcTimeSeriesValue.Values may split out data according to Pset_DistributionPortTypeCable.Protocols.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcText',$,$,$,$,$); -#606= IFCSIMPLEPROPERTYTEMPLATE('23gIs0qTGHuO00025QrE$V',$,'Depth','The depth of the trench.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#606= IFCSIMPLEPROPERTYTEMPLATE('1iHsZExLz0_hKDmfStAwc4',$,'DCResistance','The resistance under direct current and 20 degrees centigrade.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); -#607= IFCSIMPLEPROPERTYTEMPLATE('3iGzg0qTCHuO00025QrE$V',$,'Depth','The depth of the pit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#607= IFCSIMPLEPROPERTYTEMPLATE('03IlA0qVqHuO00025QrE$V',$,'DefinedTemperature','The ambient temperature at which the thermal current/time-curve associated with this protection device is defined.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#608= IFCSIMPLEPROPERTYTEMPLATE('2ZH4HxFCT21QZcxH5WymAo',$,'DepthRange','The depth range where the test was performed.',.P_BOUNDEDVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#608= IFCSIMPLEPROPERTYTEMPLATE('1eKXY0qVmHuO00025QrE$V',$,'DefinedTemperature','The ambient temperature at which the thermal current/time-curve associated with this protection device is defined.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#609= IFCSIMPLEPROPERTYTEMPLATE('1CeYfycR58Q96DOkJI5inh',$,'DerailmentHeight','Height of derailment block when derailer in protection state.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#609= IFCSIMPLEPROPERTYTEMPLATE('1iO4K0qS0HuO00025QrE$V',$,'DefrostTemperatureEffectiveness','Temperature heat transfer effectiveness when defrosting is active.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#610= IFCSIMPLEPROPERTYTEMPLATE('1TbwEaqYL1s9iVqilDO212',$,'DerailmentMaximumSpeedLimit','Indicates the maximum allowable train speed for the derailer.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#610= IFCSIMPLEPROPERTYTEMPLATE('2eBQocTLT5FgPBdrK2Bskc',$,'DegreeOfLinearity','Indicates the degree of linearity of the earthquake sensor or accelerometer.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#611= IFCSIMPLEPROPERTYTEMPLATE('1gibFX8tbFXx1zQE4aQgil',$,'DerailmentWheelDiameter','Indicates the wheel diameter requirement for the derailer.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#611= IFCSIMPLEPROPERTYTEMPLATE('0fBrsqCsvBCPwzsHeQjPIh',$,'DeliveryType','Determines how the accessory will be delivered to the site.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5542,$,$,$,$); +#5542= IFCPROPERTYENUMERATION('PEnum_ElementComponentDeliveryType',('CAST_IN_PLACE','WELDED_TO_STRUCTURE','LOOSE','ATTACHED_FOR_DELIVERY','PRECAST','NOTDEFINED'),$); -#612= IFCSIMPLEPROPERTYTEMPLATE('3hg4M0qSqHuO00025QrE$V',$,'DerivativeConstant','The derivative gain factor of the controller (usually referred to as Kd). Asserted where ControlType is PROPORTIONALINTEGRALDERIVATIVE.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#612= IFCSIMPLEPROPERTYTEMPLATE('1ju3m0qSKHuO00025QrE$V',$,'Depth','The requested depth or thickness of the provision for void.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#613= IFCSIMPLEPROPERTYTEMPLATE('0baZ_0qW0HuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#613= IFCSIMPLEPROPERTYTEMPLATE('23gIs0qTGHuO00025QrE$V',$,'Depth','The depth of the trench.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#614= IFCSIMPLEPROPERTYTEMPLATE('1895Y0qW0HuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#614= IFCSIMPLEPROPERTYTEMPLATE('3iGzg0qTCHuO00025QrE$V',$,'Depth','The depth of the pit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#615= IFCSIMPLEPROPERTYTEMPLATE('2W3e_0qVyHuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#615= IFCSIMPLEPROPERTYTEMPLATE('0NQ19_ZHX2QfMh8143pjcc',$,'DepthRange','Upper and bottom depth for certain geological information.',.P_BOUNDEDVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#616= IFCSIMPLEPROPERTYTEMPLATE('2xncM0qW0HuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#616= IFCSIMPLEPROPERTYTEMPLATE('2ZH4HxFCT21QZcxH5WymAo',$,'DepthRange','The depth range where the test was performed.',.P_BOUNDEDVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#617= IFCSIMPLEPROPERTYTEMPLATE('35cva0qVyHuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#617= IFCSIMPLEPROPERTYTEMPLATE('1CeYfycR58Q96DOkJI5inh',$,'DerailmentHeight','Height of derailment block when derailer in protection state.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#618= IFCSIMPLEPROPERTYTEMPLATE('3eBR80qVyHuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#618= IFCSIMPLEPROPERTYTEMPLATE('1TbwEaqYL1s9iVqilDO212',$,'DerailmentMaximumSpeedLimit','Indicates the maximum allowable train speed for the derailer.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#619= IFCSIMPLEPROPERTYTEMPLATE('3GDJw0qRqHuO00025QrE$V',$,'Description','The description of the air side system.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#619= IFCSIMPLEPROPERTYTEMPLATE('1gibFX8tbFXx1zQE4aQgil',$,'DerailmentWheelDiameter','Indicates the wheel diameter requirement for the derailer.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#620= IFCSIMPLEPROPERTYTEMPLATE('1L_xLZOQ911A3ajJsEJF$L',$,'DesignAmbientTemperature','The highest and lowest local ambient temperature likely to be encountered.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#620= IFCSIMPLEPROPERTYTEMPLATE('3hg4M0qSqHuO00025QrE$V',$,'DerivativeConstant','The derivative gain factor of the controller (usually referred to as Kd). Asserted where ControlType is PROPORTIONALINTEGRALDERIVATIVE.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#621= IFCSIMPLEPROPERTYTEMPLATE('2DT$ZBabjC$RwaWm7qB8cW',$,'DesignLevel','Adjustment of the service life resulting from the effect of design level employed.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#621= IFCSIMPLEPROPERTYTEMPLATE('0baZ_0qW0HuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#622= IFCSIMPLEPROPERTYTEMPLATE('0O8uW0qVKHuO00025QrE$V',$,'DesignLocationNumber','Defines a unique location within a structure, the \X2\2018\X0\slot\X2\2019\X0\ for which the piece was designed.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#622= IFCSIMPLEPROPERTYTEMPLATE('1895Y0qW0HuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#623= IFCSIMPLEPROPERTYTEMPLATE('2vKHK0qTeHuO00025QrE$V',$,'DesignName','A name for the design values.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#623= IFCSIMPLEPROPERTYTEMPLATE('2W3e_0qVyHuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#624= IFCSIMPLEPROPERTYTEMPLATE('1RucFnS_DA08gMyxFgMMmy',$,'DesignSpeed','Speed selected in designing a new road or in modernizing, strengthening or rehabilitating an existing road section, to determine the various geometric design features of the carriageway that allow a car to travel safely at that speed, under normal road surface and weather conditions. \X\0D\X\0A\X\0D\X\0A>NOTE  Definition according to PIARC. \X\0D\X\0A>\X\0D\X\0A>NOTE  The design speed is not constant, but may vary depending on the conditions of relief (plain, hill, mountain).',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#624= IFCSIMPLEPROPERTYTEMPLATE('2xncM0qW0HuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#625= IFCSIMPLEPROPERTYTEMPLATE('3$JqqoXBrCmxu$2E6ICdj4',$,'DesignTrafficVolume','The traffic volume used for planning and design purposes specified as the number of vehicles per day . Typically given as AADT - Average Annual Daily Traffic',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#625= IFCSIMPLEPROPERTYTEMPLATE('35cva0qVyHuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#626= IFCSIMPLEPROPERTYTEMPLATE('2J5aej9g10suuFcIr2MMKA',$,'DesignVehicleClass','A vehicle designator with content according to local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#626= IFCSIMPLEPROPERTYTEMPLATE('3eBR80qVyHuO00025QrE$V',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#627= IFCSIMPLEPROPERTYTEMPLATE('18tiQnmqr3a9LRMZ$sdhle',$,'DetectionRange','The detection range of the equipment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#627= IFCSIMPLEPROPERTYTEMPLATE('3GDJw0qRqHuO00025QrE$V',$,'Description','The description of the air side system.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#628= IFCSIMPLEPROPERTYTEMPLATE('35EM4seR58qOdMRpSplbuQ',$,'DeterminationMethod','Different ways to delineate the perimeter of a hazard.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#628= IFCSIMPLEPROPERTYTEMPLATE('1L_xLZOQ911A3ajJsEJF$L',$,'DesignAmbientTemperature','The highest and lowest local ambient temperature likely to be encountered.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#629= IFCSIMPLEPROPERTYTEMPLATE('2jcue8hCf9rP2okPzNVte5',$,'DeviceCapacity','Mooring device force capacity',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#629= IFCSIMPLEPROPERTYTEMPLATE('2DT$ZBabjC$RwaWm7qB8cW',$,'DesignLevel','Adjustment of the service life resulting from the effect of design level employed.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#630= IFCSIMPLEPROPERTYTEMPLATE('3IIklEVDz3j9xOl8NCkENp',$,'DeviceType','Mooring device type',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5542,$,$,$,$); -#5542= IFCPROPERTYENUMERATION('PEnum_MooringDeviceType',('THEAD','SINGLEBUTT','DOUBLEBUTT','HORN','KIDNEY','PILLAR','CLEAT','RING'),$); +#630= IFCSIMPLEPROPERTYTEMPLATE('0O8uW0qVKHuO00025QrE$V',$,'DesignLocationNumber','Defines a unique location within a structure, the \X2\2018\X0\slot\X2\2019\X0\ for which the piece was designed.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#631= IFCSIMPLEPROPERTYTEMPLATE('1t8zM0qT8HuO00025QrE$V',$,'DiagonalTrussBaseBarDiameter','The nominal diameter of the base bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#631= IFCSIMPLEPROPERTYTEMPLATE('2vKHK0qTeHuO00025QrE$V',$,'DesignName','A name for the design values.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#632= IFCSIMPLEPROPERTYTEMPLATE('21tcg0qT8HuO00025QrE$V',$,'DiagonalTrussCrossBarDiameter','The nominal diameter of the diagonal cross-bars.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#632= IFCSIMPLEPROPERTYTEMPLATE('1RucFnS_DA08gMyxFgMMmy',$,'DesignSpeed','Speed selected in designing a new road or in modernizing, strengthening or rehabilitating an existing road section, to determine the various geometric design features of the carriageway that allow a car to travel safely at that speed, under normal road surface and weather conditions. \X\0D\X\0A\X\0D\X\0A>NOTE  Definition according to PIARC. \X\0D\X\0A>\X\0D\X\0A>NOTE  The design speed is not constant, but may vary depending on the conditions of relief (plain, hill, mountain).',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#633= IFCSIMPLEPROPERTYTEMPLATE('1nnei0qT8HuO00025QrE$V',$,'DiagonalTrussCrossBarSpacing','The spacing between diagonal cross-bar sections.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#633= IFCSIMPLEPROPERTYTEMPLATE('3$JqqoXBrCmxu$2E6ICdj4',$,'DesignTrafficVolume','The traffic volume used for planning and design purposes specified as the number of vehicles per day . Typically given as AADT - Average Annual Daily Traffic',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#634= IFCSIMPLEPROPERTYTEMPLATE('1df8o0qT8HuO00025QrE$V',$,'DiagonalTrussHeight','The overall height of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#634= IFCSIMPLEPROPERTYTEMPLATE('2J5aej9g10suuFcIr2MMKA',$,'DesignVehicleClass','A vehicle designator with content according to local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#635= IFCSIMPLEPROPERTYTEMPLATE('1j0TS0qT8HuO00025QrE$V',$,'DiagonalTrussLength','The overall length of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#635= IFCSIMPLEPROPERTYTEMPLATE('18tiQnmqr3a9LRMZ$sdhle',$,'DetectionRange','The detection range of the equipment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#636= IFCSIMPLEPROPERTYTEMPLATE('1yWI00qT8HuO00025QrE$V',$,'DiagonalTrussSecondaryBarDiameter','The nominal diameter of the secondary bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#636= IFCSIMPLEPROPERTYTEMPLATE('35EM4seR58qOdMRpSplbuQ',$,'DeterminationMethod','Different ways to delineate the perimeter of a hazard.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#637= IFCSIMPLEPROPERTYTEMPLATE('3wqbOd6ljDowCHqDXD8raW',$,'DiagramNumber','A designator with content according to local standards, e.g. M25.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#637= IFCSIMPLEPROPERTYTEMPLATE('2jcue8hCf9rP2okPzNVte5',$,'DeviceCapacity','Mooring device force capacity',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#638= IFCSIMPLEPROPERTYTEMPLATE('0Vw2e0qVyHuO00025QrE$V',$,'Diameter','Diameter of the object. It is the diameter of the handrail of the railing.\X\0D\X\0AThe size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.\X\0D\X\0AHere the diameter of the hand or guardrail within the railing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#638= IFCSIMPLEPROPERTYTEMPLATE('3IIklEVDz3j9xOl8NCkENp',$,'DeviceType','Mooring device type',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5578,$,$,$,$); +#5578= IFCPROPERTYENUMERATION('PEnum_MooringDeviceType',('THEAD','SINGLEBUTT','DOUBLEBUTT','HORN','KIDNEY','PILLAR','CLEAT','RING'),$); -#639= IFCSIMPLEPROPERTYTEMPLATE('1fj1w0qSKHuO00025QrE$V',$,'Diameter','The requested diameter (in elevation) of the provision for void, only provided if the Shape property is set to "round".',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#639= IFCSIMPLEPROPERTYTEMPLATE('1t8zM0qT8HuO00025QrE$V',$,'DiagonalTrussBaseBarDiameter','The nominal diameter of the base bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#640= IFCSIMPLEPROPERTYTEMPLATE('3pFWs0qX8HuO00025QrE$V',$,'Diameter','Actual diameter of a fin for circular fins only.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#640= IFCSIMPLEPROPERTYTEMPLATE('21tcg0qT8HuO00025QrE$V',$,'DiagonalTrussCrossBarDiameter','The nominal diameter of the diagonal cross-bars.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#641= IFCSIMPLEPROPERTYTEMPLATE('32bfxZV9DAqf890UR2MfrM',$,'DilatationLength','Length dilatation admited by the element.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#641= IFCSIMPLEPROPERTYTEMPLATE('1nnei0qT8HuO00025QrE$V',$,'DiagonalTrussCrossBarSpacing','The spacing between diagonal cross-bar sections.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#642= IFCSIMPLEPROPERTYTEMPLATE('2akL20qSiHuO00025QrE$V',$,'DimensionalAccuracyClass','Classification designation of the dimensional accuracy requirement according to local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#642= IFCSIMPLEPROPERTYTEMPLATE('1df8o0qT8HuO00025QrE$V',$,'DiagonalTrussHeight','The overall height of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#643= IFCSIMPLEPROPERTYTEMPLATE('1htgC0qUuHuO00025QrE$V',$,'DimensionalChangeCoefficient','Weighted dimensional change coefficient, relative to 1% change in moisture content.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#643= IFCSIMPLEPROPERTYTEMPLATE('1j0TS0qT8HuO00025QrE$V',$,'DiagonalTrussLength','The overall length of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#644= IFCSIMPLEPROPERTYTEMPLATE('0HxTM0qWuHuO00025QrE$V',$,'DimmerType','A list of the available types of dimmer switch from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5577,$,$,$,$); -#5577= IFCPROPERTYENUMERATION('PEnum_SwitchingDeviceDimmerSwitchType',('ROCKER','SELECTOR','TWIST','OTHER','NOTKNOWN','UNSET'),$); +#644= IFCSIMPLEPROPERTYTEMPLATE('1yWI00qT8HuO00025QrE$V',$,'DiagonalTrussSecondaryBarDiameter','The nominal diameter of the secondary bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#645= IFCSIMPLEPROPERTYTEMPLATE('17WEfvK3L9Ehv8Rdn5AK_c',$,'DipDirection','The geographic direction of a line created by the intersection of a plane and the horizontal plane. If non specific convention is used, this angular value is in the range 0 to 18 degrees. In this case, there is an ambiguity on the dip orientation. For example, a plane with an orientation of 90 degrees from the nord could either have a dip direction to the North or to the South. Thus, to avoid this ambiguity, a strike value is generally completed with an indication of the dip orientation (Quadrant).',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#645= IFCSIMPLEPROPERTYTEMPLATE('3wqbOd6ljDowCHqDXD8raW',$,'DiagramNumber','A designator with content according to local standards, e.g. M25.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#646= IFCSIMPLEPROPERTYTEMPLATE('3O$JC0qWGHuO00025QrE$V',$,'Direction','Indicates sensed direction for sensors capturing magnitude and direction measured from True North (0 degrees) in a clockwise direction.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPlaneAngleMeasure',$,$,$,$,$); +#646= IFCSIMPLEPROPERTYTEMPLATE('0Vw2e0qVyHuO00025QrE$V',$,'Diameter','Diameter of the object. It is the diameter of the handrail of the railing.\X\0D\X\0AThe size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.\X\0D\X\0AHere the diameter of the hand or guardrail within the railing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#647= IFCSIMPLEPROPERTYTEMPLATE('2KhMi0qUCHuO00025QrE$V',$,'DirectionOfRotation','The direction of the centrifugal fan wheel rotation when viewed from the drive side of the fan.\X\0D\X\0A\X\0D\X\0ACLOCKWISE: Clockwise. \X\0D\X\0ACOUNTERCLOCKWISE: Counter-clockwise. \X\0D\X\0AOTHER: Other type of fan rotation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5582,$,$,$,$); -#5582= IFCPROPERTYENUMERATION('PEnum_CentrifugalFanRotation',('CLOCKWISE','COUNTERCLOCKWISE','OTHER','NOTKNOWN','UNSET'),$); +#647= IFCSIMPLEPROPERTYTEMPLATE('1fj1w0qSKHuO00025QrE$V',$,'Diameter','The requested diameter (in elevation) of the provision for void, only provided if the Shape property is set to "round".',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#648= IFCSIMPLEPROPERTYTEMPLATE('1u4p80qUSHuO00025QrE$V',$,'DischargeCoefficient','The coefficient of flow at the sprinkler.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#648= IFCSIMPLEPROPERTYTEMPLATE('3pFWs0qX8HuO00025QrE$V',$,'Diameter','Actual diameter of a fin for circular fins only.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#649= IFCSIMPLEPROPERTYTEMPLATE('36hDO0qRyHuO00025QrE$V',$,'DischargeDirection','Discharge direction of the air terminal.\X\0D\X\0A\X\0D\X\0AParallel: discharges parallel to mounting surface designed so that flow attaches to the surface.\X\0D\X\0APerpendicular: discharges away from mounting surface.\X\0D\X\0AAdjustable: both parallel and perpendicular discharge.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5587,$,$,$,$); -#5587= IFCPROPERTYENUMERATION('PEnum_AirTerminalDischargeDirection',('PARALLEL','PERPENDICULAR','ADJUSTABLE','OTHER','NOTKNOWN','UNSET'),$); +#649= IFCSIMPLEPROPERTYTEMPLATE('32bfxZV9DAqf890UR2MfrM',$,'DilatationLength','Length dilatation admited by the element.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#650= IFCSIMPLEPROPERTYTEMPLATE('1im0Q0qUSHuO00025QrE$V',$,'DischargeFlowRate','The volumetric rate of fluid discharge.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#650= IFCSIMPLEPROPERTYTEMPLATE('2akL20qSiHuO00025QrE$V',$,'DimensionalAccuracyClass','Classification designation of the dimensional accuracy requirement according to local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#651= IFCSIMPLEPROPERTYTEMPLATE('2bgwk0qUOHuO00025QrE$V',$,'DischargeFlowRate','The volumetric rate of fluid discharge.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#651= IFCSIMPLEPROPERTYTEMPLATE('1htgC0qUuHuO00025QrE$V',$,'DimensionalChangeCoefficient','Weighted dimensional change coefficient, relative to 1% change in moisture content.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#652= IFCSIMPLEPROPERTYTEMPLATE('1yrUS0qUCHuO00025QrE$V',$,'DischargePosition','Centrifugal fan discharge position.\X\0D\X\0A\X\0D\X\0ATOPHORIZONTAL: Top horizontal discharge. \X\0D\X\0ATOPANGULARDOWN: Top angular down discharge. \X\0D\X\0ADOWNBLAST: Downblast discharge. \X\0D\X\0ABOTTOMANGULARDOWN: Bottom angular down discharge. \X\0D\X\0ABOTTOMHORIZONTAL: Bottom horizontal discharge. \X\0D\X\0ABOTTOMANGULARUP: Bottom angular up discharge. \X\0D\X\0AUPBLAST: Upblast discharge. \X\0D\X\0ATOPANGULARUP: Top angular up discharge. \X\0D\X\0AOTHER: Other type of fan arrangement.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5595,$,$,$,$); -#5595= IFCPROPERTYENUMERATION('PEnum_CentrifugalFanDischargePosition',('TOPHORIZONTAL','TOPANGULARDOWN','TOPANGULARUP','DOWNBLAST','BOTTOMANGULARDOWN','BOTTOMHORIZONTAL','BOTTOMANGULARUP','UPBLAST','OTHER','NOTKNOWN','UNSET'),$); +#652= IFCSIMPLEPROPERTYTEMPLATE('0HxTM0qWuHuO00025QrE$V',$,'DimmerType','A list of the available types of dimmer switch from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5613,$,$,$,$); +#5613= IFCPROPERTYENUMERATION('PEnum_SwitchingDeviceDimmerSwitchType',('ROCKER','SELECTOR','TWIST','OTHER','NOTKNOWN','UNSET'),$); -#653= IFCSIMPLEPROPERTYTEMPLATE('0spLC0qUGHuO00025QrE$V',$,'DischargePressureLoss','Fan discharge pressure loss associated with the discharge arrangement.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#653= IFCSIMPLEPROPERTYTEMPLATE('17WEfvK3L9Ehv8Rdn5AK_c',$,'DipDirection','The geographic direction of a line created by the intersection of a plane and the horizontal plane. If non specific convention is used, this angular value is in the range 0 to 18 degrees. In this case, there is an ambiguity on the dip orientation. For example, a plane with an orientation of 90 degrees from the nord could either have a dip direction to the North or to the South. Thus, to avoid this ambiguity, a strike value is generally completed with an indication of the dip orientation (Quadrant).',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#654= IFCSIMPLEPROPERTYTEMPLATE('2_$oY0qUCHuO00025QrE$V',$,'DischargeType','Defines the type of connection at the fan discharge.\X\0D\X\0A\X\0D\X\0ADuct: Discharge into ductwork.\X\0D\X\0AScreen: Discharge into screen outlet.\X\0D\X\0ALouver: Discharge into a louver.\X\0D\X\0ADamper: Discharge into a damper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5600,$,$,$,$); -#5600= IFCPROPERTYENUMERATION('PEnum_FanDischargeType',('DUCT','SCREEN','LOUVER','DAMPER','OTHER','NOTKNOWN','UNSET'),$); +#654= IFCSIMPLEPROPERTYTEMPLATE('3O$JC0qWGHuO00025QrE$V',$,'Direction','Indicates sensed direction for sensors capturing magnitude and direction measured from True North (0 degrees) in a clockwise direction.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPlaneAngleMeasure',$,$,$,$,$); -#655= IFCSIMPLEPROPERTYTEMPLATE('0pqcA0qUGHuO00025QrE$V',$,'DischargeVelocity','The speed at which air discharges from the fan through the fan housing discharge opening.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLinearVelocityMeasure',$,$,$,$,$); +#655= IFCSIMPLEPROPERTYTEMPLATE('2KhMi0qUCHuO00025QrE$V',$,'DirectionOfRotation','The direction of the centrifugal fan wheel rotation when viewed from the drive side of the fan.\X\0D\X\0A\X\0D\X\0ACLOCKWISE: Clockwise. \X\0D\X\0ACOUNTERCLOCKWISE: Counter-clockwise. \X\0D\X\0AOTHER: Other type of fan rotation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5618,$,$,$,$); +#5618= IFCPROPERTYENUMERATION('PEnum_CentrifugalFanRotation',('CLOCKWISE','COUNTERCLOCKWISE','OTHER','NOTKNOWN','UNSET'),$); -#656= IFCSIMPLEPROPERTYTEMPLATE('26m100qWmHuO00025QrE$V',$,'DiscontinuedHeating','Indication whether discontinued heating is required/desirable from user/designer view point. (TRUE) if yes, (FALSE) otherwise.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#656= IFCSIMPLEPROPERTYTEMPLATE('1u4p80qUSHuO00025QrE$V',$,'DischargeCoefficient','The coefficient of flow at the sprinkler.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#657= IFCSIMPLEPROPERTYTEMPLATE('0VQZBIVenAlegXF1tlHC9e',$,'DiscontinuitySpacing','The term "spacing" refers to the mean or modal spacing of a set of discontinuities and is the perpendicular distance between adjacent discontinuities. The discontinuity spacing should be measured in millimetres.\X\0D\X\0A>NOTE Definition from ISO 14689:2017, Table 8.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5610,$,$,$,$); -#5610= IFCPROPERTYENUMERATION('PEnum_DiscontinuitySpacing',('EXTREMELY_CLOSE','VERY_CLOSE','CLOSE','MEDIUM','WIDE','VERY_WIDE'),$); +#657= IFCSIMPLEPROPERTYTEMPLATE('36hDO0qRyHuO00025QrE$V',$,'DischargeDirection','Discharge direction of the air terminal.\X\0D\X\0A\X\0D\X\0AParallel: discharges parallel to mounting surface designed so that flow attaches to the surface.\X\0D\X\0APerpendicular: discharges away from mounting surface.\X\0D\X\0AAdjustable: both parallel and perpendicular discharge.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5623,$,$,$,$); +#5623= IFCPROPERTYENUMERATION('PEnum_AirTerminalDischargeDirection',('PARALLEL','PERPENDICULAR','ADJUSTABLE','OTHER','NOTKNOWN','UNSET'),$); -#658= IFCSIMPLEPROPERTYTEMPLATE('2mhms0qTyHuO00025QrE$V',$,'DishwasherType','Type of dishwasher.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5611,$,$,$,$); -#5611= IFCPROPERTYENUMERATION('PEnum_ElectricApplianceDishwasherType',('POTWASHER','TRAYWASHER','DISHWASHER','BOTTLEWASHER','CUTLERYWASHER','OTHER','UNKNOWN','UNSET'),$); +#658= IFCSIMPLEPROPERTYTEMPLATE('1im0Q0qUSHuO00025QrE$V',$,'DischargeFlowRate','The volumetric rate of fluid discharge.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#659= IFCSIMPLEPROPERTYTEMPLATE('3Uy7R9ZWXByPXF2xHimATv',$,'DispatchingBoardType','Indicates the type of dispatching board.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5615,$,$,$,$); -#5615= IFCPROPERTYENUMERATION('PEnum_DispatchingBoardType',('CENTER','STATION','OTHER','NOTKNOWN','UNSET'),$); +#659= IFCSIMPLEPROPERTYTEMPLATE('2bgwk0qUOHuO00025QrE$V',$,'DischargeFlowRate','The volumetric rate of fluid discharge.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#660= IFCSIMPLEPROPERTYTEMPLATE('1PidMMB0X0OQe7BvinOSOP',$,'Displacement','Weight of water displaced by the vessel',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#660= IFCSIMPLEPROPERTYTEMPLATE('1yrUS0qUCHuO00025QrE$V',$,'DischargePosition','Centrifugal fan discharge position.\X\0D\X\0A\X\0D\X\0ATOPHORIZONTAL: Top horizontal discharge. \X\0D\X\0ATOPANGULARDOWN: Top angular down discharge. \X\0D\X\0ADOWNBLAST: Downblast discharge. \X\0D\X\0ABOTTOMANGULARDOWN: Bottom angular down discharge. \X\0D\X\0ABOTTOMHORIZONTAL: Bottom horizontal discharge. \X\0D\X\0ABOTTOMANGULARUP: Bottom angular up discharge. \X\0D\X\0AUPBLAST: Upblast discharge. \X\0D\X\0ATOPANGULARUP: Top angular up discharge. \X\0D\X\0AOTHER: Other type of fan arrangement.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5631,$,$,$,$); +#5631= IFCPROPERTYENUMERATION('PEnum_CentrifugalFanDischargePosition',('TOPHORIZONTAL','TOPANGULARDOWN','TOPANGULARUP','DOWNBLAST','BOTTOMANGULARDOWN','BOTTOMHORIZONTAL','BOTTOMANGULARUP','UPBLAST','OTHER','NOTKNOWN','UNSET'),$); -#661= IFCSIMPLEPROPERTYTEMPLATE('3WrFcexHH7Iur_SiiVHc94',$,'DisplacementAccomodated','A list of exactly three boelean values representing an accomodated displacement (value TRUE or 1) or no displacement (value FALSE or 0) on the corresponding axis where the first value represents axis X, second value axis Y and third value axis Z.',.P_LISTVALUE.,'IfcBoolean',$,$,$,$,$,$); +#661= IFCSIMPLEPROPERTYTEMPLATE('0spLC0qUGHuO00025QrE$V',$,'DischargePressureLoss','Fan discharge pressure loss associated with the discharge arrangement.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#662= IFCSIMPLEPROPERTYTEMPLATE('2cok60qS8HuO00025QrE$V',$,'DisplayHeight','Indicates the physical height of the screen (only the display surface).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#662= IFCSIMPLEPROPERTYTEMPLATE('2_$oY0qUCHuO00025QrE$V',$,'DischargeType','Defines the type of connection at the fan discharge.\X\0D\X\0A\X\0D\X\0ADuct: Discharge into ductwork.\X\0D\X\0AScreen: Discharge into screen outlet.\X\0D\X\0ALouver: Discharge into a louver.\X\0D\X\0ADamper: Discharge into a damper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5636,$,$,$,$); +#5636= IFCPROPERTYENUMERATION('PEnum_FanDischargeType',('DUCT','SCREEN','LOUVER','DAMPER','OTHER','NOTKNOWN','UNSET'),$); -#663= IFCSIMPLEPROPERTYTEMPLATE('3AxEc0qUSHuO00025QrE$V',$,'DisplaySize','The physical size of the display. For a dial pressure gauge it will be the diameter of the dial.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#663= IFCSIMPLEPROPERTYTEMPLATE('0pqcA0qUGHuO00025QrE$V',$,'DischargeVelocity','The speed at which air discharges from the fan through the fan housing discharge opening.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLinearVelocityMeasure',$,$,$,$,$); -#664= IFCSIMPLEPROPERTYTEMPLATE('3blru0qUSHuO00025QrE$V',$,'DisplaySize','The physical size of the display. In the case of a stem thermometer, this will be the length of the stem. For a dial thermometer, it will be the diameter of the dial.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#664= IFCSIMPLEPROPERTYTEMPLATE('26m100qWmHuO00025QrE$V',$,'DiscontinuedHeating','Indication whether discontinued heating is required/desirable from user/designer view point. (TRUE) if yes, (FALSE) otherwise.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#665= IFCSIMPLEPROPERTYTEMPLATE('28PEO0qS8HuO00025QrE$V',$,'DisplayType','Indicates the type of display.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5625,$,$,$,$); -#5625= IFCPROPERTYENUMERATION('PEnum_AudioVisualDisplayType',('CRT','DLP','LCD','LED','PLASMA','OTHER','NOTKNOWN','UNSET.'),$); +#665= IFCSIMPLEPROPERTYTEMPLATE('0VQZBIVenAlegXF1tlHC9e',$,'DiscontinuitySpacing','The term "spacing" refers to the mean or modal spacing of a set of discontinuities and is the perpendicular distance between adjacent discontinuities. The discontinuity spacing should be measured in millimetres.\X\0D\X\0A>NOTE Definition from ISO 14689:2017, Table 8.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5646,$,$,$,$); +#5646= IFCPROPERTYENUMERATION('PEnum_DiscontinuitySpacing',('EXTREMELY_CLOSE','VERY_CLOSE','CLOSE','MEDIUM','WIDE','VERY_WIDE'),$); -#666= IFCSIMPLEPROPERTYTEMPLATE('2WF6e0qS8HuO00025QrE$V',$,'DisplayWidth','Indicates the physical width of the screen (only the display surface).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#666= IFCSIMPLEPROPERTYTEMPLATE('2mhms0qTyHuO00025QrE$V',$,'DishwasherType','Type of dishwasher.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5647,$,$,$,$); +#5647= IFCPROPERTYENUMERATION('PEnum_ElectricApplianceDishwasherType',('POTWASHER','TRAYWASHER','DISHWASHER','BOTTLEWASHER','CUTLERYWASHER','OTHER','UNKNOWN','UNSET'),$); -#667= IFCSIMPLEPROPERTYTEMPLATE('2uwAVU8$D7Mfn2xkuHNa0V',$,'DisposalLevel','Performance level at which disposal takes place',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#667= IFCSIMPLEPROPERTYTEMPLATE('3Uy7R9ZWXByPXF2xHimATv',$,'DispatchingBoardType','Indicates the type of dispatching board.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5651,$,$,$,$); +#5651= IFCPROPERTYENUMERATION('PEnum_DispatchingBoardType',('CENTER','STATION','OTHER','NOTKNOWN','UNSET'),$); -#668= IFCSIMPLEPROPERTYTEMPLATE('0w$cu0qUuHuO00025QrE$V',$,'DissolvedSolidsContent','Fraction of the dissolved solids to the total amount of water. This is measured in weight of dissolved solids per weight of water and is therefore unitless.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#668= IFCSIMPLEPROPERTYTEMPLATE('1PidMMB0X0OQe7BvinOSOP',$,'Displacement','Weight of water displaced by the vessel',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#669= IFCSIMPLEPROPERTYTEMPLATE('133Tm0qVKHuO00025QrE$V',$,'DistanceBetweenComponentAxes','The distance between the axes of the components, measured along the \X2\2018\X0\South\X2\2019\X0\ edge of the slab.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#669= IFCSIMPLEPROPERTYTEMPLATE('3WrFcexHH7Iur_SiiVHc94',$,'DisplacementAccomodated','A list of exactly three boelean values representing an accomodated displacement (value TRUE or 1) or no displacement (value FALSE or 0) on the corresponding axis where the first value represents axis X, second value axis Y and third value axis Z.',.P_LISTVALUE.,'IfcBoolean',$,$,$,$,$,$); -#670= IFCSIMPLEPROPERTYTEMPLATE('2NVHp9_FL8tAeZWWe_dGTq',$,'DistanceBetweenParallelCircuits','Distance measured between parallel circuits.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#670= IFCSIMPLEPROPERTYTEMPLATE('2cok60qS8HuO00025QrE$V',$,'DisplayHeight','Indicates the physical height of the screen (only the display surface).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#671= IFCSIMPLEPROPERTYTEMPLATE('3PTovWBffA9x2Weil3WJ5t',$,'DistanceToStopMark','Distance from the signal to the nearest stop mark at a platform.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#671= IFCSIMPLEPROPERTYTEMPLATE('3AxEc0qUSHuO00025QrE$V',$,'DisplaySize','The physical size of the display. For a dial pressure gauge it will be the diameter of the dial.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#672= IFCSIMPLEPROPERTYTEMPLATE('2V5pS0qTeHuO00025QrE$V',$,'Diversity','The ratio, expressed as a numerical\X\0D\X\0Avalue or as a percentage, of the\X\0D\X\0Asimultaneous maximum demand of\X\0D\X\0Aa group of electrical appliances or\X\0D\X\0Aconsumers within a specified period,\X\0D\X\0Ato the sum of their individual maximum\X\0D\X\0Ademands within the same\X\0D\X\0Aperiod. The group of electrical appliances is in this case connected to this circuit. Defenition from IEC 60050, IEV 691-10-04 \X\0D\X\0ANOTE1: It is often not desirable to size each conductor in a distribution system to support the total connected load at that point in the network. Diversity is applied on the basis of the anticipated loadings that are likely to result from all loads not being connected at the same time.\X\0D\X\0ANOTE2: Diversity is applied to final circuits only, not to sub-main circuits supplying other DBs.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#672= IFCSIMPLEPROPERTYTEMPLATE('3blru0qUSHuO00025QrE$V',$,'DisplaySize','The physical size of the display. In the case of a stem thermometer, this will be the length of the stem. For a dial thermometer, it will be the diameter of the dial.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#673= IFCSIMPLEPROPERTYTEMPLATE('2dhC8V9VzBAxjON4waRpK9',$,'DownlinkRadioBand','Indicates the frequency range, delimited by a lower frequency and an upper frequency, allocated for downlink transmission.',.P_BOUNDEDVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#673= IFCSIMPLEPROPERTYTEMPLATE('28PEO0qS8HuO00025QrE$V',$,'DisplayType','Indicates the type of display.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5661,$,$,$,$); +#5661= IFCPROPERTYENUMERATION('PEnum_AudioVisualDisplayType',('CRT','DLP','LCD','LED','PLASMA','OTHER','NOTKNOWN','UNSET.'),$); -#674= IFCSIMPLEPROPERTYTEMPLATE('1FwKNmUX106g_690JTAQck',$,'DownstreamConnections','Names of downstream connected equipment and spaces (comma-separated), if not otherwise represented',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); +#674= IFCSIMPLEPROPERTYTEMPLATE('2WF6e0qS8HuO00025QrE$V',$,'DisplayWidth','Indicates the physical width of the screen (only the display surface).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#675= IFCSIMPLEPROPERTYTEMPLATE('2Z_e7eAXf2IBbTY$1wtozr',$,'DownstreamFloodWaterLevel','the design minimum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#675= IFCSIMPLEPROPERTYTEMPLATE('2uwAVU8$D7Mfn2xkuHNa0V',$,'DisposalLevel','Performance level at which disposal takes place',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#676= IFCSIMPLEPROPERTYTEMPLATE('1S4qXKLwH6Gxj0PUEAiq1B',$,'DownstreamMaintenanceWaterLevel','Design minimum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#676= IFCSIMPLEPROPERTYTEMPLATE('0w$cu0qUuHuO00025QrE$V',$,'DissolvedSolidsContent','Fraction of the dissolved solids to the total amount of water. This is measured in weight of dissolved solids per weight of water and is therefore unitless.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#677= IFCSIMPLEPROPERTYTEMPLATE('1VkWm0qXKHuO00025QrE$V',$,'DownstreamPressure','The operating pressure of the fluid downstream of the pressure reducing valve.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#677= IFCSIMPLEPROPERTYTEMPLATE('133Tm0qVKHuO00025QrE$V',$,'DistanceBetweenComponentAxes','The distance between the axes of the components, measured along the \X2\2018\X0\South\X2\2019\X0\ edge of the slab.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#678= IFCSIMPLEPROPERTYTEMPLATE('3VD_C0qVKHuO00025QrE$V',$,'DraftBaseOffset','Draft base offset of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#678= IFCSIMPLEPROPERTYTEMPLATE('2NVHp9_FL8tAeZWWe_dGTq',$,'DistanceBetweenParallelCircuits','Distance measured between parallel circuits.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#679= IFCSIMPLEPROPERTYTEMPLATE('3Z$9S0qVKHuO00025QrE$V',$,'DraftSideOffset','Draft side offset of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#679= IFCSIMPLEPROPERTYTEMPLATE('3PTovWBffA9x2Weil3WJ5t',$,'DistanceToStopMark','Distance from the signal to the nearest stop mark at a platform.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#680= IFCSIMPLEPROPERTYTEMPLATE('1b$RU0qXWHuO00025QrE$V',$,'DrainConnectionSize','Size of the drain connection inlet to the waste disposal unit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#680= IFCSIMPLEPROPERTYTEMPLATE('2V5pS0qTeHuO00025QrE$V',$,'Diversity','The ratio, expressed as a numerical\X\0D\X\0Avalue or as a percentage, of the\X\0D\X\0Asimultaneous maximum demand of\X\0D\X\0Aa group of electrical appliances or\X\0D\X\0Aconsumers within a specified period,\X\0D\X\0Ato the sum of their individual maximum\X\0D\X\0Ademands within the same\X\0D\X\0Aperiod. The group of electrical appliances is in this case connected to this circuit. Defenition from IEC 60050, IEV 691-10-04 \X\0D\X\0ANOTE1: It is often not desirable to size each conductor in a distribution system to support the total connected load at that point in the network. Diversity is applied on the basis of the anticipated loadings that are likely to result from all loads not being connected at the same time.\X\0D\X\0ANOTE2: Diversity is applied to final circuits only, not to sub-main circuits supplying other DBs.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#681= IFCSIMPLEPROPERTYTEMPLATE('0FXNw0qW8HuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#681= IFCSIMPLEPROPERTYTEMPLATE('2dhC8V9VzBAxjON4waRpK9',$,'DownlinkRadioBand','Indicates the frequency range, delimited by a lower frequency and an upper frequency, allocated for downlink transmission.',.P_BOUNDEDVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#682= IFCSIMPLEPROPERTYTEMPLATE('12V480qWCHuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#682= IFCSIMPLEPROPERTYTEMPLATE('1FwKNmUX106g_690JTAQck',$,'DownstreamConnections','Names of downstream connected equipment and spaces (comma-separated), if not otherwise represented',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); -#683= IFCSIMPLEPROPERTYTEMPLATE('1RqBw0qW8HuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#683= IFCSIMPLEPROPERTYTEMPLATE('2Z_e7eAXf2IBbTY$1wtozr',$,'DownstreamFloodWaterLevel','the design minimum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#684= IFCSIMPLEPROPERTYTEMPLATE('2$z880qWGHuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#684= IFCSIMPLEPROPERTYTEMPLATE('1S4qXKLwH6Gxj0PUEAiq1B',$,'DownstreamMaintenanceWaterLevel','Design minimum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#685= IFCSIMPLEPROPERTYTEMPLATE('2y5300qWCHuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#685= IFCSIMPLEPROPERTYTEMPLATE('1VkWm0qXKHuO00025QrE$V',$,'DownstreamPressure','The operating pressure of the fluid downstream of the pressure reducing valve.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#686= IFCSIMPLEPROPERTYTEMPLATE('3uarm0qW8HuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#686= IFCSIMPLEPROPERTYTEMPLATE('3VD_C0qVKHuO00025QrE$V',$,'DraftBaseOffset','Draft base offset of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#687= IFCSIMPLEPROPERTYTEMPLATE('3Pf78hscf4NOQSyScVWVgk',$,'DrillingContractor','The property DrillingContractor reports the organisation responsible for drilling the borehole (as opposed to commissioning the borehole).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#687= IFCSIMPLEPROPERTYTEMPLATE('3Z$9S0qVKHuO00025QrE$V',$,'DraftSideOffset','Draft side offset of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#688= IFCSIMPLEPROPERTYTEMPLATE('2tlZTCJoP5V9xcumCFudxO',$,'DrillingMethod','Type of drilling methods used to perform the investigation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#688= IFCSIMPLEPROPERTYTEMPLATE('1b$RU0qXWHuO00025QrE$V',$,'DrainConnectionSize','Size of the drain connection inlet to the waste disposal unit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#689= IFCSIMPLEPROPERTYTEMPLATE('2ut2HorsvEPgzgSM02FBVT',$,'DrillOnRail','Indicates if the manufactured rail is drilled at its extremities or not. It can have holes on one, both or none of its extremities.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5656,$,$,$,$); -#5656= IFCPROPERTYENUMERATION('PEnum_DrillOnRail',('ONEEND','BOTHENDS','NONE','OTHER','NOTKNOWN','UNSET'),$); +#689= IFCSIMPLEPROPERTYTEMPLATE('0FXNw0qW8HuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#690= IFCSIMPLEPROPERTYTEMPLATE('2IfDM0qVuHuO00025QrE$V',$,'DriveConnectionType','The way the pump drive mechanism is connected to the pump.\X\0D\X\0A\X\0D\X\0ADIRECTDRIVE: Direct drive. \X\0D\X\0ABELTDRIVE: Belt drive. \X\0D\X\0ACOUPLING: Coupling. \X\0D\X\0AOTHER: Other type of drive connection.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5657,$,$,$,$); -#5657= IFCPROPERTYENUMERATION('PEnum_PumpDriveConnectionType',('DIRECTDRIVE','BELTDRIVE','COUPLING','OTHER','NOTKNOWN','UNSET'),$); +#690= IFCSIMPLEPROPERTYTEMPLATE('12V480qWCHuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#691= IFCSIMPLEPROPERTYTEMPLATE('0wODe0qUGHuO00025QrE$V',$,'DrivePowerLoss','Fan drive power losses associated with the type of connection between the motor and the fan wheel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#691= IFCSIMPLEPROPERTYTEMPLATE('1RqBw0qW8HuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#692= IFCSIMPLEPROPERTYTEMPLATE('0EADBlvGD6CPPayNvIwz4O',$,'DryBulbTemperature','Dry bulb temperature of the air.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#692= IFCSIMPLEPROPERTYTEMPLATE('2$z880qWGHuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#693= IFCSIMPLEPROPERTYTEMPLATE('0FYdm0qWmHuO00025QrE$V',$,'DryBulbTemperature','Loads from the dry bulb temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#693= IFCSIMPLEPROPERTYTEMPLATE('2y5300qWCHuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#694= IFCSIMPLEPROPERTYTEMPLATE('2$gxK0qWiHuO00025QrE$V',$,'DryBulbTemperature','Loads from the dry bulb temperature.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#694= IFCSIMPLEPROPERTYTEMPLATE('3uarm0qW8HuO00025QrE$V',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#695= IFCSIMPLEPROPERTYTEMPLATE('36ri40qXCHuO00025QrE$V',$,'DualDeck','Does the AirHandler have a dual deck? TRUE = Yes, FALSE = No.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#695= IFCSIMPLEPROPERTYTEMPLATE('3Pf78hscf4NOQSyScVWVgk',$,'DrillingContractor','The property DrillingContractor reports the organisation responsible for drilling the borehole (as opposed to commissioning the borehole).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#696= IFCSIMPLEPROPERTYTEMPLATE('3YSQM0qTeHuO00025QrE$V',$,'DuctSealant','Type of sealant used on the duct and fittings.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); +#696= IFCSIMPLEPROPERTYTEMPLATE('2tlZTCJoP5V9xcumCFudxO',$,'DrillingMethod','Type of drilling methods used to perform the investigation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#697= IFCSIMPLEPROPERTYTEMPLATE('2$tuo0qTeHuO00025QrE$V',$,'DuctSizingMethod','Enumeration that identifies the methodology to be used to size system components.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5674,$,$,$,$); -#5674= IFCPROPERTYENUMERATION('PEnum_DuctSizingMethod',('CONSTANTFRICTION','CONSTANTPRESSURE','STATICREGAIN','OTHER','NOTKNOWN','UNSET'),$); +#697= IFCSIMPLEPROPERTYTEMPLATE('2ut2HorsvEPgzgSM02FBVT',$,'DrillOnRail','Indicates if the manufactured rail is drilled at its extremities or not. It can have holes on one, both or none of its extremities.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5692,$,$,$,$); +#5692= IFCPROPERTYENUMERATION('PEnum_DrillOnRail',('ONEEND','BOTHENDS','NONE','OTHER','NOTKNOWN','UNSET'),$); -#698= IFCSIMPLEPROPERTYTEMPLATE('0YD7LOfxzCLBoIp$XLTV09',$,'DumpCategory','Project-related category for re-use and storage of the excavated material.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#698= IFCSIMPLEPROPERTYTEMPLATE('2IfDM0qVuHuO00025QrE$V',$,'DriveConnectionType','The way the pump drive mechanism is connected to the pump.\X\0D\X\0A\X\0D\X\0ADIRECTDRIVE: Direct drive. \X\0D\X\0ABELTDRIVE: Belt drive. \X\0D\X\0ACOUPLING: Coupling. \X\0D\X\0AOTHER: Other type of drive connection.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5693,$,$,$,$); +#5693= IFCPROPERTYENUMERATION('PEnum_PumpDriveConnectionType',('DIRECTDRIVE','BELTDRIVE','COUPLING','OTHER','NOTKNOWN','UNSET'),$); -#699= IFCSIMPLEPROPERTYTEMPLATE('3DuTq0qTiHuO00025QrE$V',$,'DurabilityRating','Durability against mechanical stress. It is given according to the national code or regulation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#699= IFCSIMPLEPROPERTYTEMPLATE('0wODe0qUGHuO00025QrE$V',$,'DrivePowerLoss','Fan drive power losses associated with the type of connection between the motor and the fan wheel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#700= IFCSIMPLEPROPERTYTEMPLATE('209vs0qVWHuO00025QrE$V',$,'Duration','The period of time for the lease.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#700= IFCSIMPLEPROPERTYTEMPLATE('0EADBlvGD6CPPayNvIwz4O',$,'DryBulbTemperature','Dry bulb temperature of the air.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#701= IFCSIMPLEPROPERTYTEMPLATE('2rj9qW2$99f9rLZEzwotMz',$,'Duration','Duration of process.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#701= IFCSIMPLEPROPERTYTEMPLATE('0FYdm0qWmHuO00025QrE$V',$,'DryBulbTemperature','Loads from the dry bulb temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#702= IFCSIMPLEPROPERTYTEMPLATE('16JK8wyPLDO8Mk8M9dZ9GE',$,'DurationDisposalLevel','Duration interval at which disposal is performed',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#702= IFCSIMPLEPROPERTYTEMPLATE('2$gxK0qWiHuO00025QrE$V',$,'DryBulbTemperature','Loads from the dry bulb temperature.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#703= IFCSIMPLEPROPERTYTEMPLATE('1gQdA$yNX0POemNRUyqM7I',$,'DurationMaintenanceLevel','Duration interval at which maintenance is performed',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#703= IFCSIMPLEPROPERTYTEMPLATE('36ri40qXCHuO00025QrE$V',$,'DualDeck','Does the AirHandler have a dual deck? TRUE = Yes, FALSE = No.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#704= IFCSIMPLEPROPERTYTEMPLATE('3RZbfgMY10_e7CpEeGzIIB',$,'DurationReplacementLevel','Duration interval at which replacement is performed',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#704= IFCSIMPLEPROPERTYTEMPLATE('3YSQM0qTeHuO00025QrE$V',$,'DuctSealant','Type of sealant used on the duct and fittings.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); -#705= IFCSIMPLEPROPERTYTEMPLATE('2Y0uegcZf7RAvwBrRwhGyj',$,'DurationTargetPerformance','Target time to failure of the asset',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#705= IFCSIMPLEPROPERTYTEMPLATE('2$tuo0qTeHuO00025QrE$V',$,'DuctSizingMethod','Enumeration that identifies the methodology to be used to size system components.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5710,$,$,$,$); +#5710= IFCPROPERTYENUMERATION('PEnum_DuctSizingMethod',('CONSTANTFRICTION','CONSTANTPRESSURE','STATICREGAIN','OTHER','NOTKNOWN','UNSET'),$); -#706= IFCSIMPLEPROPERTYTEMPLATE('1qVgk0qUKHuO00025QrE$V',$,'DustHoldingCapacity','Maximum filter dust holding capacity.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#706= IFCSIMPLEPROPERTYTEMPLATE('0YD7LOfxzCLBoIp$XLTV09',$,'DumpCategory','Project-related category for re-use and storage of the excavated material.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#707= IFCSIMPLEPROPERTYTEMPLATE('1_5uyUpJHENuvUg5DlNq32',$,'DynamicRange','Indicates the dynamic range of the sensor.',.P_BOUNDEDVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#707= IFCSIMPLEPROPERTYTEMPLATE('3DuTq0qTiHuO00025QrE$V',$,'DurabilityRating','Durability against mechanical stress. It is given according to the national code or regulation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#708= IFCSIMPLEPROPERTYTEMPLATE('1sJ6q0qUqHuO00025QrE$V',$,'DynamicViscosity','A measure of the viscous resistance of the material.',.P_SINGLEVALUE.,'IfcDynamicViscosityMeasure',$,$,$,$,$,$); +#708= IFCSIMPLEPROPERTYTEMPLATE('209vs0qVWHuO00025QrE$V',$,'Duration','The period of time for the lease.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#709= IFCSIMPLEPROPERTYTEMPLATE('00t9w0qUKHuO00025QrE$V',$,'e','Measure e according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#709= IFCSIMPLEPROPERTYTEMPLATE('2rj9qW2$99f9rLZEzwotMz',$,'Duration','Duration of process.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#710= IFCSIMPLEPROPERTYTEMPLATE('3GLIw0qVqHuO00025QrE$V',$,'EarthFailureDeviceType','A list of the available types of circuit breaker from which that required may be selected where:\X\0D\X\0A\X\0D\X\0AStandard: Device that operates without a time delay.\X\0D\X\0ATimeDelayed: Device that operates after a time delay.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5686,$,$,$,$); -#5686= IFCPROPERTYENUMERATION('PEnum_EarthFailureDeviceType',('STANDARD','TIMEDELAYED','OTHER','NOTKNOWN','UNSET'),$); +#710= IFCSIMPLEPROPERTYTEMPLATE('16JK8wyPLDO8Mk8M9dZ9GE',$,'DurationDisposalLevel','Duration interval at which disposal is performed',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#711= IFCSIMPLEPROPERTYTEMPLATE('2DqIa0qU0HuO00025QrE$V',$,'EarthFault1PoleMaximumState','Maximum 1 pole earth fault current provided at the point of supply i.e. the fault between 1 phase and PE/PEN.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#711= IFCSIMPLEPROPERTYTEMPLATE('1gQdA$yNX0POemNRUyqM7I',$,'DurationMaintenanceLevel','Duration interval at which maintenance is performed',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#712= IFCSIMPLEPROPERTYTEMPLATE('2NyoU0qU0HuO00025QrE$V',$,'EarthFault1PoleMinimumState','Minimum 1 pole earth fault current provided at the point of supply i.e. the fault between 1 phase and PE/PEN.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#712= IFCSIMPLEPROPERTYTEMPLATE('3RZbfgMY10_e7CpEeGzIIB',$,'DurationReplacementLevel','Duration interval at which replacement is performed',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#713= IFCSIMPLEPROPERTYTEMPLATE('2JBdE0qU0HuO00025QrE$V',$,'EarthFault1PolePowerFactorMaximumState','Power factor of the maximum 1 pole earth fault current provided at the point of supply i.e. the fault between 1 phase and PE/PEN.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#713= IFCSIMPLEPROPERTYTEMPLATE('2Y0uegcZf7RAvwBrRwhGyj',$,'DurationTargetPerformance','Target time to failure of the asset',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#714= IFCSIMPLEPROPERTYTEMPLATE('2TK780qU0HuO00025QrE$V',$,'EarthFault1PolePowerFactorMinimumState','Power factor of the minimum 1 pole earth fault current provided at the point of supply i.e. the fault between 1 phase and PE/PEN.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#714= IFCSIMPLEPROPERTYTEMPLATE('1qVgk0qUKHuO00025QrE$V',$,'DustHoldingCapacity','Maximum filter dust holding capacity.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#715= IFCSIMPLEPROPERTYTEMPLATE('31GzGB0Kz6DfNA40OdlMGX',$,'EarthingStyle','Indicates the earthing style of the electric device.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#715= IFCSIMPLEPROPERTYTEMPLATE('1_5uyUpJHENuvUg5DlNq32',$,'DynamicRange','Indicates the dynamic range of the sensor.',.P_BOUNDEDVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#716= IFCSIMPLEPROPERTYTEMPLATE('3IBX9s4kz9agU5ycgPD6BR',$,'EarthquakeSensorRange','Indicates the measuring range of the earthquake sensor or accelerometer.',.P_BOUNDEDVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#716= IFCSIMPLEPROPERTYTEMPLATE('1sJ6q0qUqHuO00025QrE$V',$,'DynamicViscosity','A measure of the viscous resistance of the material.',.P_SINGLEVALUE.,'IfcDynamicViscosityMeasure',$,$,$,$,$,$); -#717= IFCSIMPLEPROPERTYTEMPLATE('3flYriVcrCHh7jxmFTBNc_',$,'EarthquakeSensorType','Indicates the type of earthquake sensor or accelerometer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5702,$,$,$,$); -#5702= IFCPROPERTYENUMERATION('PEnum_EarthquakeSensorType',('2DIRECTION','3DIRECTION','OTHER','NOTKNOWN','UNSET'),$); +#717= IFCSIMPLEPROPERTYTEMPLATE('00t9w0qUKHuO00025QrE$V',$,'e','Measure e according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#718= IFCSIMPLEPROPERTYTEMPLATE('0yVsI0qVKHuO00025QrE$V',$,'EdgeDistanceToFirstAxis','The distance from the left (\X2\2018\X0\West\X2\2019\X0\) edge of the slab (in the direction of span of the components) to the axis of the first component.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#718= IFCSIMPLEPROPERTYTEMPLATE('3GLIw0qVqHuO00025QrE$V',$,'EarthFailureDeviceType','A list of the available types of circuit breaker from which that required may be selected where:\X\0D\X\0A\X\0D\X\0AStandard: Device that operates without a time delay.\X\0D\X\0ATimeDelayed: Device that operates after a time delay.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5722,$,$,$,$); +#5722= IFCPROPERTYENUMERATION('PEnum_EarthFailureDeviceType',('STANDARD','TIMEDELAYED','OTHER','NOTKNOWN','UNSET'),$); -#719= IFCSIMPLEPROPERTYTEMPLATE('3QSoy0qVKHuO00025QrE$V',$,'EdgeDraft','Edge draft of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#719= IFCSIMPLEPROPERTYTEMPLATE('2DqIa0qU0HuO00025QrE$V',$,'EarthFault1PoleMaximumState','Maximum 1 pole earth fault current provided at the point of supply i.e. the fault between 1 phase and PE/PEN.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#720= IFCSIMPLEPROPERTYTEMPLATE('2TINM0qT8HuO00025QrE$V',$,'EdgeFixingPlateFlangeWidthInPlaneX','The flange width of the L-shaped edge plate in plane X.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#720= IFCSIMPLEPROPERTYTEMPLATE('2NyoU0qU0HuO00025QrE$V',$,'EarthFault1PoleMinimumState','Minimum 1 pole earth fault current provided at the point of supply i.e. the fault between 1 phase and PE/PEN.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#721= IFCSIMPLEPROPERTYTEMPLATE('2Nx2i0qT8HuO00025QrE$V',$,'EdgeFixingPlateFlangeWidthInPlaneZ','The flange width of the L-shaped edge plate in plane Z.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#721= IFCSIMPLEPROPERTYTEMPLATE('2JBdE0qU0HuO00025QrE$V',$,'EarthFault1PolePowerFactorMaximumState','Power factor of the maximum 1 pole earth fault current provided at the point of supply i.e. the fault between 1 phase and PE/PEN.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#722= IFCSIMPLEPROPERTYTEMPLATE('2DCPO0qT8HuO00025QrE$V',$,'EdgeFixingPlateLength','The length of the L-shaped edge plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#722= IFCSIMPLEPROPERTYTEMPLATE('2TK780qU0HuO00025QrE$V',$,'EarthFault1PolePowerFactorMinimumState','Power factor of the minimum 1 pole earth fault current provided at the point of supply i.e. the fault between 1 phase and PE/PEN.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#723= IFCSIMPLEPROPERTYTEMPLATE('2IZk20qT8HuO00025QrE$V',$,'EdgeFixingPlateThickness','The thickness of the L-shaped edge plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#723= IFCSIMPLEPROPERTYTEMPLATE('31GzGB0Kz6DfNA40OdlMGX',$,'EarthingStyle','Indicates the earthing style of the electric device.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#724= IFCSIMPLEPROPERTYTEMPLATE('19pYm0qS0HuO00025QrE$V',$,'EffectiveArea','Effective discharge area of the air terminal.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#724= IFCSIMPLEPROPERTYTEMPLATE('3IBX9s4kz9agU5ycgPD6BR',$,'EarthquakeSensorRange','Indicates the measuring range of the earthquake sensor or accelerometer.',.P_BOUNDEDVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#725= IFCSIMPLEPROPERTYTEMPLATE('0AnyS0qX0HuO00025QrE$V',$,'EffectiveCapacity','The total effective or actual volumetric capacity of the tank.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#725= IFCSIMPLEPROPERTYTEMPLATE('3flYriVcrCHh7jxmFTBNc_',$,'EarthquakeSensorType','Indicates the type of earthquake sensor or accelerometer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5738,$,$,$,$); +#5738= IFCPROPERTYENUMERATION('PEnum_EarthquakeSensorType',('2DIRECTION','3DIRECTION','OTHER','NOTKNOWN','UNSET'),$); -#726= IFCSIMPLEPROPERTYTEMPLATE('0Pt2rrz9f1d9B7W_YtzB4B',$,'EffectiveChamberSize','Volumetric measure defining the effective chamber size for operational and design activities.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#726= IFCSIMPLEPROPERTYTEMPLATE('1dC1DQjIXA4x0mhFKgM7b6',$,'EarthworksCutExcavationMethod','Method of excavation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5739,$,$,$,$); +#5739= IFCPROPERTYENUMERATION('PEnum_EarthworksCutExcavationMethod',('HAND','EXCAVATOR','JACKHAMMER','RIPPER','DRILLANDBLAST','USERDEFINED'),$); -#727= IFCSIMPLEPROPERTYTEMPLATE('1SMLq0qU8HuO00025QrE$V',$,'Effectiveness','Ratio of the change in dry bulb temperature of the (primary) air stream to the difference between the entering dry bulb temperature of the (primary) air and the wet-bulb temperature of the (secondary) air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcRatioMeasure',$,$,$,$,$); +#727= IFCSIMPLEPROPERTYTEMPLATE('0yVsI0qVKHuO00025QrE$V',$,'EdgeDistanceToFirstAxis','The distance from the left (\X2\2018\X0\West\X2\2019\X0\) edge of the slab (in the direction of span of the components) to the axis of the first component.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#728= IFCSIMPLEPROPERTYTEMPLATE('2Wh2E0qWaHuO00025QrE$V',$,'Effectiveness','Ratio of the real heat transfer rate to the maximum possible heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#728= IFCSIMPLEPROPERTYTEMPLATE('3QSoy0qVKHuO00025QrE$V',$,'EdgeDraft','Edge draft of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#729= IFCSIMPLEPROPERTYTEMPLATE('2dSt00qU8HuO00025QrE$V',$,'EffectivenessTable','Total heat transfer effectiveness curve as a function of the primary air flow rate.',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcReal',$,$,$,$,$); +#729= IFCSIMPLEPROPERTYTEMPLATE('2TINM0qT8HuO00025QrE$V',$,'EdgeFixingPlateFlangeWidthInPlaneX','The flange width of the L-shaped edge plate in plane X.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#730= IFCSIMPLEPROPERTYTEMPLATE('2oBmI0qUGHuO00025QrE$V',$,'EfficiencyCurve','Fan efficiency =f (flow rate).',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); +#730= IFCSIMPLEPROPERTYTEMPLATE('2Nx2i0qT8HuO00025QrE$V',$,'EdgeFixingPlateFlangeWidthInPlaneZ','The flange width of the L-shaped edge plate in plane Z.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#731= IFCSIMPLEPROPERTYTEMPLATE('1UzOk0qRqHuO00025QrE$V',$,'ElectricActuatorType','Enumeration that identifies electric actuator as defined by its operational principle.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5728,$,$,$,$); -#5728= IFCPROPERTYENUMERATION('PEnum_ElectricActuatorType',('MOTORDRIVE','MAGNETIC','OTHER','NOTKNOWN','UNSET'),$); +#731= IFCSIMPLEPROPERTYTEMPLATE('2DCPO0qT8HuO00025QrE$V',$,'EdgeFixingPlateLength','The length of the L-shaped edge plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#732= IFCSIMPLEPROPERTYTEMPLATE('3Ccusqm3PAbetmCrKaebrB',$,'ElectricalClearance','The recommended air clearances between earth and the live parts of the overhead contactline system.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#732= IFCSIMPLEPROPERTYTEMPLATE('2IZk20qT8HuO00025QrE$V',$,'EdgeFixingPlateThickness','The thickness of the L-shaped edge plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#733= IFCSIMPLEPROPERTYTEMPLATE('3by6kXTBP1n8YEJ6ADRLhV',$,'ElectricalClearanceDistance','The distance between two conductive parts along a string stretched the shortest way between these conductive parts. (IEV ref 441-17-31)',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#733= IFCSIMPLEPROPERTYTEMPLATE('19pYm0qS0HuO00025QrE$V',$,'EffectiveArea','Effective discharge area of the air terminal.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#734= IFCSIMPLEPROPERTYTEMPLATE('0quq4gG9n9tv6gtXkQaQ$F',$,'ElectricalCrossCapacity','Indicates the electrical cross capacity of the transport equipment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#734= IFCSIMPLEPROPERTYTEMPLATE('0AnyS0qX0HuO00025QrE$V',$,'EffectiveCapacity','The total effective or actual volumetric capacity of the tank.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#735= IFCSIMPLEPROPERTYTEMPLATE('35eHZrPkfE3fcLpjm1KsIK',$,'ElectricalFeederType','Type of electrical feeder.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5732,$,$,$,$); -#5732= IFCPROPERTYENUMERATION('PEnum_ElectricalFeederType',('ALONGTRACKFEEDER','BYPASSFEEDER','NEGATIVEFEEDER','POSITIVEFEEDER','REINFORCINGFEEDER','OTHER','NOTKNOWN','UNSET'),$); +#735= IFCSIMPLEPROPERTYTEMPLATE('0Pt2rrz9f1d9B7W_YtzB4B',$,'EffectiveChamberSize','Volumetric measure defining the effective chamber size for operational and design activities.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#736= IFCSIMPLEPROPERTYTEMPLATE('2GoHi0qTeHuO00025QrE$V',$,'ElectricalSystemCategory','Designates the voltage range of the circuit, according to IEC. HIGHVOLTAGE indicates >1000V AC or >1500V DV; LOWVOLTAGE indicates 50-1000V AC or 120-1500V DC; EXTRALOWVOLTAGE indicates <50V AC or <120V DC.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5733,$,$,$,$); -#5733= IFCPROPERTYENUMERATION('PEnum_DistributionSystemElectricalCategory',('HIGHVOLTAGE','LOWVOLTAGE','EXTRALOWVOLTAGE','OTHER','NOTKNOWN','UNSET'),$); +#736= IFCSIMPLEPROPERTYTEMPLATE('1SMLq0qU8HuO00025QrE$V',$,'Effectiveness','Ratio of the change in dry bulb temperature of the (primary) air stream to the difference between the entering dry bulb temperature of the (primary) air and the wet-bulb temperature of the (secondary) air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcRatioMeasure',$,$,$,$,$); -#737= IFCSIMPLEPROPERTYTEMPLATE('206AK0qTeHuO00025QrE$V',$,'ElectricalSystemType','For certain purposes of electrical regulations, IEC 60364 defines types of system using type identifiers. Assignment of identifiers depends upon the relationship of the source, and of exposed conductive parts of the installation, to Ground (Earth). Identifiers that may be assigned through IEC 60364 are: \X\0D\X\0A\X\0D\X\0A\X2\2022\X0\TN type system, a system having one or more points of the source of energy directly earthed, the exposed conductive parts of the installation being connected to that point by protective conductors, \X\0D\X\0A\X2\2022\X0\TN C type system, a TN type system in which neutral and protective functions are combined in a single conductor throughout the system, \X\0D\X\0A\X2\2022\X0\TN S type system, a TN type system having separate neutral and protective conductors throughout the system, \X\0D\X\0A\X2\2022\X0\TN C S type system, a TN type system in which neutral and protective functions are combined in a single conductor in part of the system, \X\0D\X\0A\X2\2022\X0\TT type system, a system having one point of the source of energy directly earthed, the exposed conductive parts of the installation being connected to earth electrodes electrically independent of the earth electrodes of the source, \X\0D\X\0A\X2\2022\X0\IT type system, a system having no direct connection between live parts and Earth, the exposed conductive parts of the electrical installation being earthed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5737,$,$,$,$); -#5737= IFCPROPERTYENUMERATION('PEnum_DistributionSystemElectricalType',('TN','TN_C','TN_S','TN_C_S','TT','IT','OTHER','NOTKNOWN','UNSET'),$); +#737= IFCSIMPLEPROPERTYTEMPLATE('2Wh2E0qWaHuO00025QrE$V',$,'Effectiveness','Ratio of the real heat transfer rate to the maximum possible heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#738= IFCSIMPLEPROPERTYTEMPLATE('3BWO80qTyHuO00025QrE$V',$,'ElectricCookerType','Type of electric cooker.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5741,$,$,$,$); -#5741= IFCPROPERTYENUMERATION('PEnum_ElectricApplianceElectricCookerType',('STEAMCOOKER','DEEPFRYER','STOVE','OVEN','TILTINGFRYINGPAN','COOKINGKETTLE','OTHER','UNKNOWN','UNSET'),$); +#738= IFCSIMPLEPROPERTYTEMPLATE('2dSt00qU8HuO00025QrE$V',$,'EffectivenessTable','Total heat transfer effectiveness curve as a function of the primary air flow rate.',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcReal',$,$,$,$,$); -#739= IFCSIMPLEPROPERTYTEMPLATE('2x7TS0qU0HuO00025QrE$V',$,'ElectricGeneratorEfficiency','The ratio of output capacity to intake capacity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#739= IFCSIMPLEPROPERTYTEMPLATE('2oBmI0qUGHuO00025QrE$V',$,'EfficiencyCurve','Fan efficiency =f (flow rate).',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); -#740= IFCSIMPLEPROPERTYTEMPLATE('3nmHK0qXCHuO00025QrE$V',$,'Electricity','The amount of electricity consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcEnergyMeasure',$,$,$,$,$); +#740= IFCSIMPLEPROPERTYTEMPLATE('1UzOk0qRqHuO00025QrE$V',$,'ElectricActuatorType','Enumeration that identifies electric actuator as defined by its operational principle.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5765,$,$,$,$); +#5765= IFCPROPERTYENUMERATION('PEnum_ElectricActuatorType',('MOTORDRIVE','MAGNETIC','OTHER','NOTKNOWN','UNSET'),$); -#741= IFCSIMPLEPROPERTYTEMPLATE('3fcx80qU0HuO00025QrE$V',$,'ElectricMotorEfficiency','The ratio of output capacity to intake capacity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#741= IFCSIMPLEPROPERTYTEMPLATE('3Ccusqm3PAbetmCrKaebrB',$,'ElectricalClearance','The recommended air clearances between earth and the live parts of the overhead contactline system.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#742= IFCSIMPLEPROPERTYTEMPLATE('1_UrHKqNv3$w5LVrIbepR6',$,'ElectrificationType','Indicates the type of railway electrification.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5753,$,$,$,$); -#5753= IFCPROPERTYENUMERATION('PEnum_ElectrificationType',('NON_ELECTRIFIED','AC','DC','OTHER','NOTKNOWN','UNSET'),$); +#742= IFCSIMPLEPROPERTYTEMPLATE('3by6kXTBP1n8YEJ6ADRLhV',$,'ElectricalClearanceDistance','The distance between two conductive parts along a string stretched the shortest way between these conductive parts. (IEV ref 441-17-31)',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#743= IFCSIMPLEPROPERTYTEMPLATE('2waDzwzkPEmfBnDmVCqDVK',$,'ElectroMagneticStandardsCompliance','Information about compliance with regard to electro magnetic related standards.',.P_TABLEVALUE.,'IfcLabel','IfcBoolean',$,$,$,$,$); +#743= IFCSIMPLEPROPERTYTEMPLATE('0quq4gG9n9tv6gtXkQaQ$F',$,'ElectricalCrossCapacity','Indicates the electrical cross capacity of the transport equipment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#744= IFCSIMPLEPROPERTYTEMPLATE('15l$_0qVmHuO00025QrE$V',$,'ElectroMagneticTrippingUnitType','A list of the available types of electric magnetic tripping unit from which that required may be selected. These cover overload, none special, short circuit, motor protection and bi-metal tripping.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5754,$,$,$,$); -#5754= IFCPROPERTYENUMERATION('PEnum_ElectroMagneticTrippingUnitType',('OL','TMP_STD','TMP_SC','TMP_MP','TMP_BM','OTHER','NOTKNOWN','UNSET'),$); +#744= IFCSIMPLEPROPERTYTEMPLATE('35eHZrPkfE3fcLpjm1KsIK',$,'ElectricalFeederType','Type of electrical feeder.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5769,$,$,$,$); +#5769= IFCPROPERTYENUMERATION('PEnum_ElectricalFeederType',('ALONGTRACKFEEDER','BYPASSFEEDER','NEGATIVEFEEDER','POSITIVEFEEDER','REINFORCINGFEEDER','OTHER','NOTKNOWN','UNSET'),$); -#745= IFCSIMPLEPROPERTYTEMPLATE('1CfK$TChb3WvEVYC2jfIpk',$,'ElectronicFilterType','Type of electronic filter.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5758,$,$,$,$); -#5758= IFCPROPERTYENUMERATION('PEnum_ElectronicFilterType',('LOWPASSFILTER','HIGHPASSFILTER','BANDPASSFLITER','BANDSTOPFILTER','HARMONICFILTER','FILTERCAPACITOR','OTHER','NOTKNOWN','UNSET'),$); +#745= IFCSIMPLEPROPERTYTEMPLATE('2GoHi0qTeHuO00025QrE$V',$,'ElectricalSystemCategory','Designates the voltage range of the circuit, according to IEC. HIGHVOLTAGE indicates >1000V AC or >1500V DV; LOWVOLTAGE indicates 50-1000V AC or 120-1500V DC; EXTRALOWVOLTAGE indicates <50V AC or <120V DC.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5770,$,$,$,$); +#5770= IFCPROPERTYENUMERATION('PEnum_DistributionSystemElectricalCategory',('HIGHVOLTAGE','LOWVOLTAGE','EXTRALOWVOLTAGE','OTHER','NOTKNOWN','UNSET'),$); -#746= IFCSIMPLEPROPERTYTEMPLATE('2IezO0qVmHuO00025QrE$V',$,'ElectronicTrippingUnitType','A list of the available types of electronic tripping unit from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5759,$,$,$,$); -#5759= IFCPROPERTYENUMERATION('PEnum_ElectronicTrippingUnitType',('EP_BM','EP_MP','EP_SC','EP_STD','EP_TIMEDELAYED','OTHER','NOTKNOWN','UNSET'),$); +#746= IFCSIMPLEPROPERTYTEMPLATE('206AK0qTeHuO00025QrE$V',$,'ElectricalSystemType','For certain purposes of electrical regulations, IEC 60364 defines types of system using type identifiers. Assignment of identifiers depends upon the relationship of the source, and of exposed conductive parts of the installation, to Ground (Earth). Identifiers that may be assigned through IEC 60364 are: \X\0D\X\0A\X\0D\X\0A\X2\2022\X0\TN type system, a system having one or more points of the source of energy directly earthed, the exposed conductive parts of the installation being connected to that point by protective conductors, \X\0D\X\0A\X2\2022\X0\TN C type system, a TN type system in which neutral and protective functions are combined in a single conductor throughout the system, \X\0D\X\0A\X2\2022\X0\TN S type system, a TN type system having separate neutral and protective conductors throughout the system, \X\0D\X\0A\X2\2022\X0\TN C S type system, a TN type system in which neutral and protective functions are combined in a single conductor in part of the system, \X\0D\X\0A\X2\2022\X0\TT type system, a system having one point of the source of energy directly earthed, the exposed conductive parts of the installation being connected to earth electrodes electrically independent of the earth electrodes of the source, \X\0D\X\0A\X2\2022\X0\IT type system, a system having no direct connection between live parts and Earth, the exposed conductive parts of the electrical installation being earthed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5774,$,$,$,$); +#5774= IFCPROPERTYENUMERATION('PEnum_DistributionSystemElectricalType',('TN','TN_C','TN_S','TN_C_S','TT','IT','OTHER','NOTKNOWN','UNSET'),$); -#747= IFCSIMPLEPROPERTYTEMPLATE('2CNMMPOkjA69oPOt9bGTaw',$,'Elevation','Elevation of the entity',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#747= IFCSIMPLEPROPERTYTEMPLATE('3BWO80qTyHuO00025QrE$V',$,'ElectricCookerType','Type of electric cooker.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5778,$,$,$,$); +#5778= IFCPROPERTYENUMERATION('PEnum_ElectricApplianceElectricCookerType',('STEAMCOOKER','DEEPFRYER','STOVE','OVEN','TILTINGFRYINGPAN','COOKINGKETTLE','OTHER','UNKNOWN','UNSET'),$); -#748= IFCSIMPLEPROPERTYTEMPLATE('14HXFGUPn1GRTDa16b37bZ',$,'ElevationalFlatness','Indicative (95%-100%) range flatness associated to the elevational surface in ZX, if different to the overall flatness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#748= IFCSIMPLEPROPERTYTEMPLATE('2x7TS0qU0HuO00025QrE$V',$,'ElectricGeneratorEfficiency','The ratio of output capacity to intake capacity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#749= IFCSIMPLEPROPERTYTEMPLATE('3p$gHe8S590Q5xZmxUuMwH',$,'ElevationOfFFLRelative','Elevation of the top surface of the finished floor level given in elevation above the local zero height. If the level varies and there is no significantly more prominent elevation, then this property may be omitted. In case of any inconsistency with the geometric positioning of the top surface, the geometric representation takes precedence.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#749= IFCSIMPLEPROPERTYTEMPLATE('3nmHK0qXCHuO00025QrE$V',$,'Electricity','The amount of electricity consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcEnergyMeasure',$,$,$,$,$); -#750= IFCSIMPLEPROPERTYTEMPLATE('3x5PSsV1TCdAdeFviYo34j',$,'ElevationOfSSLRelative','Elevation of the top surface of the structural slab level given in elevation above the local zero height. If the level varies and there is no significantly more prominent elevation, then this property may be omitted. In case of any inconsistency with the geometric positioning of the top surface, the geometric representation takes precedence.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#750= IFCSIMPLEPROPERTYTEMPLATE('3fcx80qU0HuO00025QrE$V',$,'ElectricMotorEfficiency','The ratio of output capacity to intake capacity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#751= IFCSIMPLEPROPERTYTEMPLATE('3g9520qS0HuO00025QrE$V',$,'Enabled','Indicates whether alarm is enabled or disabled over time.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcBoolean',$,$,$,$,$); +#751= IFCSIMPLEPROPERTYTEMPLATE('1_UrHKqNv3$w5LVrIbepR6',$,'ElectrificationType','Indicates the type of railway electrification.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5790,$,$,$,$); +#5790= IFCPROPERTYENUMERATION('PEnum_ElectrificationType',('NON_ELECTRIFIED','AC','DC','OTHER','NOTKNOWN','UNSET'),$); -#752= IFCSIMPLEPROPERTYTEMPLATE('17B_9r6_5FWwAMTe_Dht3b',$,'EncapsulationTechnologyCode','Code indicating the encapsulation technology which has been applied in an electric, electronic or electromechanical component.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#752= IFCSIMPLEPROPERTYTEMPLATE('2waDzwzkPEmfBnDmVCqDVK',$,'ElectroMagneticStandardsCompliance','Information about compliance with regard to electro magnetic related standards.',.P_TABLEVALUE.,'IfcLabel','IfcBoolean',$,$,$,$,$); -#753= IFCSIMPLEPROPERTYTEMPLATE('1fVaW0qV8HuO00025QrE$V',$,'EndDate','Date and time at which the permit ceases to be valid.',.P_SINGLEVALUE.,'IfcDateTime',$,$,$,$,$,$); +#753= IFCSIMPLEPROPERTYTEMPLATE('15l$_0qVmHuO00025QrE$V',$,'ElectroMagneticTrippingUnitType','A list of the available types of electric magnetic tripping unit from which that required may be selected. These cover overload, none special, short circuit, motor protection and bi-metal tripping.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5791,$,$,$,$); +#5791= IFCPROPERTYENUMERATION('PEnum_ElectroMagneticTrippingUnitType',('OL','TMP_STD','TMP_SC','TMP_MP','TMP_BM','OTHER','NOTKNOWN','UNSET'),$); -#754= IFCSIMPLEPROPERTYTEMPLATE('3OTOsjYu9DUAR5D1hN5Xdg',$,'EndElevation','Elevation of the end point relative to the mean sea level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#754= IFCSIMPLEPROPERTYTEMPLATE('1CfK$TChb3WvEVYC2jfIpk',$,'ElectronicFilterType','Type of electronic filter.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5795,$,$,$,$); +#5795= IFCPROPERTYENUMERATION('PEnum_ElectronicFilterType',('LOWPASSFILTER','HIGHPASSFILTER','BANDPASSFLITER','BANDSTOPFILTER','HARMONICFILTER','FILTERCAPACITOR','OTHER','NOTKNOWN','UNSET'),$); -#755= IFCSIMPLEPROPERTYTEMPLATE('0V2yG0qX0HuO00025QrE$V',$,'EndShapeType','Defines the types of end shapes that can be used for preformed tanks. The convention for reading these enumerated values is that for a vertical cylinder, the first value is the base and the second is the top; for a horizontal cylinder, the order of reading should be left to right. For a speherical tank, the value UNSET should be used.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5765,$,$,$,$); -#5765= IFCPROPERTYENUMERATION('PEnum_EndShapeType',('CONCAVECONVEX','FLATCONVEX','CONVEXCONVEX','CONCAVEFLAT','FLATFLAT','OTHER','NOTKNOWN','UNSET'),$); +#755= IFCSIMPLEPROPERTYTEMPLATE('2IezO0qVmHuO00025QrE$V',$,'ElectronicTrippingUnitType','A list of the available types of electronic tripping unit from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5796,$,$,$,$); +#5796= IFCPROPERTYENUMERATION('PEnum_ElectronicTrippingUnitType',('EP_BM','EP_MP','EP_SC','EP_STD','EP_TIMEDELAYED','OTHER','NOTKNOWN','UNSET'),$); -#756= IFCSIMPLEPROPERTYTEMPLATE('1uS$C0qX0HuO00025QrE$V',$,'EndShapeType','Defines the types of end shapes that can be used for preformed tanks. The convention for reading these enumerated values is that for a vertical cylinder, the first value is the base and the second is the top; for a horizontal cylinder, the order of reading should be left to right. For a speherical tank, the value UNSET should be used.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5765,$,$,$,$); +#756= IFCSIMPLEPROPERTYTEMPLATE('2CNMMPOkjA69oPOt9bGTaw',$,'Elevation','Elevation of the entity',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#757= IFCSIMPLEPROPERTYTEMPLATE('2EtJ89wAfDgPQfnCNoxkN6',$,'EndSmoothingLength','Length for the circular transition change of curvature at the end of the cant segment, measured from the start of the circular transition change of curvature to the end of the cant segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#757= IFCSIMPLEPROPERTYTEMPLATE('14HXFGUPn1GRTDa16b37bZ',$,'ElevationalFlatness','Indicative (95%-100%) range flatness associated to the elevational surface in ZX, if different to the overall flatness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#758= IFCSIMPLEPROPERTYTEMPLATE('3cEXeuXEPEEBpQYb23aZbV',$,'EnergyAbsorption ','Energy absorption capacity of the element.',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); +#758= IFCSIMPLEPROPERTYTEMPLATE('3p$gHe8S590Q5xZmxUuMwH',$,'ElevationOfFFLRelative','Elevation of the top surface of the finished floor level given in elevation above the local zero height. If the level varies and there is no significantly more prominent elevation, then this property may be omitted. In case of any inconsistency with the geometric positioning of the top surface, the geometric representation takes precedence.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#759= IFCSIMPLEPROPERTYTEMPLATE('1OJ17ugQX03Bd4SHIow6m5',$,'EnergyAbsorptionTolerance','Manufacturing tolerance on energy absorption',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#759= IFCSIMPLEPROPERTYTEMPLATE('3x5PSsV1TCdAdeFviYo34j',$,'ElevationOfSSLRelative','Elevation of the top surface of the structural slab level given in elevation above the local zero height. If the level varies and there is no significantly more prominent elevation, then this property may be omitted. In case of any inconsistency with the geometric positioning of the top surface, the geometric representation takes precedence.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#760= IFCSIMPLEPROPERTYTEMPLATE('2FStwk6UX5ThoaIOB4preA',$,'EnergyConsumption','Annual energy consumption requirement',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); +#760= IFCSIMPLEPROPERTYTEMPLATE('3g9520qS0HuO00025QrE$V',$,'Enabled','Indicates whether alarm is enabled or disabled over time.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcBoolean',$,$,$,$,$); -#761= IFCSIMPLEPROPERTYTEMPLATE('0Q_KpfMv19ewQMdEiBbY7K',$,'EnergyConversionEfficiency','Measure of the efficiency of conversion of fuel energy to mechanical energy',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#761= IFCSIMPLEPROPERTYTEMPLATE('17B_9r6_5FWwAMTe_Dht3b',$,'EncapsulationTechnologyCode','Code indicating the encapsulation technology which has been applied in an electric, electronic or electromechanical component.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#762= IFCSIMPLEPROPERTYTEMPLATE('3RsZA0qSWHuO00025QrE$V',$,'EnergyEfficiencyRatio','The Energy efficiency ratio (EER) is the ratio of net cooling capacity to the total input rate of electric power applied. By definition, the units are BTU/hour per Watt.\X\0D\X\0AThe input electric power may be obtained from Pset_DistributionPortPHistoryElectrical.RealPower on the ''Power'' port of the IfcChiller.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#762= IFCSIMPLEPROPERTYTEMPLATE('1fVaW0qV8HuO00025QrE$V',$,'EndDate','Date and time at which the permit ceases to be valid.',.P_SINGLEVALUE.,'IfcDateTime',$,$,$,$,$,$); -#763= IFCSIMPLEPROPERTYTEMPLATE('3T35y0qSeHuO00025QrE$V',$,'EnergyEfficiencyRatio','Energy efficiency ratio (EER).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#763= IFCSIMPLEPROPERTYTEMPLATE('3OTOsjYu9DUAR5D1hN5Xdg',$,'EndElevation','Elevation of the end point relative to the mean sea level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#764= IFCSIMPLEPROPERTYTEMPLATE('0KA4E0qRuHuO00025QrE$V',$,'EnergyGainSensible','The sum of total energy gains for the spaces served by the system during the peak cooling conditions, plus any system-level sensible energy gains.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#764= IFCSIMPLEPROPERTYTEMPLATE('0V2yG0qX0HuO00025QrE$V',$,'EndShapeType','Defines the types of end shapes that can be used for preformed tanks. The convention for reading these enumerated values is that for a vertical cylinder, the first value is the base and the second is the top; for a horizontal cylinder, the order of reading should be left to right. For a speherical tank, the value UNSET should be used.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5802,$,$,$,$); +#5802= IFCPROPERTYENUMERATION('PEnum_EndShapeType',('CONCAVECONVEX','FLATCONVEX','CONVEXCONVEX','CONCAVEFLAT','FLATFLAT','OTHER','NOTKNOWN','UNSET'),$); -#765= IFCSIMPLEPROPERTYTEMPLATE('08rHW0qRuHuO00025QrE$V',$,'EnergyGainTotal','The total amount of energy gains for the spaces served by the system during the peak cooling conditions, plus any system-level total energy gains.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#765= IFCSIMPLEPROPERTYTEMPLATE('1uS$C0qX0HuO00025QrE$V',$,'EndShapeType','Defines the types of end shapes that can be used for preformed tanks. The convention for reading these enumerated values is that for a vertical cylinder, the first value is the base and the second is the top; for a horizontal cylinder, the order of reading should be left to right. For a speherical tank, the value UNSET should be used.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5802,$,$,$,$); -#766= IFCSIMPLEPROPERTYTEMPLATE('0Qjhi0qRuHuO00025QrE$V',$,'EnergyLoss','The sum of energy losses for the spaces served by the system during the peak heating conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#766= IFCSIMPLEPROPERTYTEMPLATE('2EtJ89wAfDgPQfnCNoxkN6',$,'EndSmoothingLength','Length for the circular transition change of curvature at the end of the cant segment, measured from the start of the circular transition change of curvature to the end of the cant segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#767= IFCSIMPLEPROPERTYTEMPLATE('0XQn_0qWeHuO00025QrE$V',$,'EnergySource','Enumeration defining the energy source or fuel combusted to generate heat if applicable. Note: hydronic heaters shall use UNSET; dual-use hydronic/electric heaters shall use ELECTRICITY.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5783,$,$,$,$); -#5783= IFCPROPERTYENUMERATION('PEnum_EnergySource',('COAL','COAL_PULVERIZED','ELECTRICITY','GAS','OIL','PROPANE','WOOD','WOOD_CHIP','WOOD_PELLET','WOOD_PULVERIZED','OTHER','NOTKNOWN','UNSET'),$); +#767= IFCSIMPLEPROPERTYTEMPLATE('3cEXeuXEPEEBpQYb23aZbV',$,'EnergyAbsorption ','Energy absorption capacity of the element.',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); -#768= IFCSIMPLEPROPERTYTEMPLATE('0yj3k0qSOHuO00025QrE$V',$,'EnergySource','Enumeration defining the energy source or fuel combusted to generate heat.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5783,$,$,$,$); +#768= IFCSIMPLEPROPERTYTEMPLATE('1OJ17ugQX03Bd4SHIow6m5',$,'EnergyAbsorptionTolerance','Manufacturing tolerance on energy absorption',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#769= IFCSIMPLEPROPERTYTEMPLATE('1Ve1a0qU4HuO00025QrE$V',$,'EnergySource','The source of energy.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5789,$,$,$,$); -#5789= IFCPROPERTYENUMERATION('PEnum_EngineEnergySource',('DIESEL','GASOLINE','NATURALGAS','PROPANE','BIODIESEL','SEWAGEGAS','HYDROGEN','BIFUEL','OTHER','UNKNOWN','UNSET'),$); +#769= IFCSIMPLEPROPERTYTEMPLATE('2FStwk6UX5ThoaIOB4preA',$,'EnergyConsumption','Annual energy consumption requirement',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); -#770= IFCSIMPLEPROPERTYTEMPLATE('2jyky0qSGHuO00025QrE$V',$,'EnergySource','Enumeration defining the energy source or fuel cumbusted to generate heat.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5783,$,$,$,$); +#770= IFCSIMPLEPROPERTYTEMPLATE('0Q_KpfMv19ewQMdEiBbY7K',$,'EnergyConversionEfficiency','Measure of the efficiency of conversion of fuel energy to mechanical energy',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#771= IFCSIMPLEPROPERTYTEMPLATE('13sae0qSGHuO00025QrE$V',$,'EnergySourceConsumption','Energy consumption.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcEnergyMeasure',$,$,$,$,$); +#771= IFCSIMPLEPROPERTYTEMPLATE('3RsZA0qSWHuO00025QrE$V',$,'EnergyEfficiencyRatio','The Energy efficiency ratio (EER) is the ratio of net cooling capacity to the total input rate of electric power applied. By definition, the units are BTU/hour per Watt.\X\0D\X\0AThe input electric power may be obtained from Pset_DistributionPortPHistoryElectrical.RealPower on the ''Power'' port of the IfcChiller.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#772= IFCSIMPLEPROPERTYTEMPLATE('1mlnyMavn0XvUzU0A9esFc',$,'EnergySourceType','Type of energy source e.g. Electricity, Diesel, LPG etc. utilised by the element.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#772= IFCSIMPLEPROPERTYTEMPLATE('3T35y0qSeHuO00025QrE$V',$,'EnergyEfficiencyRatio','Energy efficiency ratio (EER).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#773= IFCSIMPLEPROPERTYTEMPLATE('22lC_0qSKHuO00025QrE$V',$,'EntranceLevel','Indication whether this building storey is an entrance level to the building (TRUE), or (FALSE) if otherwise.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#773= IFCSIMPLEPROPERTYTEMPLATE('0KA4E0qRuHuO00025QrE$V',$,'EnergyGainSensible','The sum of total energy gains for the spaces served by the system during the peak cooling conditions, plus any system-level sensible energy gains.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#774= IFCSIMPLEPROPERTYTEMPLATE('37sz88SXT3JOvbrpAb4kbe',$,'EquipmentCapacity','Indicates the equipment capacity of the appliance. The value is defined in bits/s.',.P_SINGLEVALUE.,'IfcIntegerCountRateMeasure',$,$,$,$,$,$); +#774= IFCSIMPLEPROPERTYTEMPLATE('08rHW0qRuHuO00025QrE$V',$,'EnergyGainTotal','The total amount of energy gains for the spaces served by the system during the peak cooling conditions, plus any system-level total energy gains.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#775= IFCSIMPLEPROPERTYTEMPLATE('1e0Ns0$oTF1RHtc3O5zTbg',$,'EquipmentLoading','Loading from equipment',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#775= IFCSIMPLEPROPERTYTEMPLATE('0Qjhi0qRuHuO00025QrE$V',$,'EnergyLoss','The sum of energy losses for the spaces served by the system during the peak heating conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#776= IFCSIMPLEPROPERTYTEMPLATE('20VMG0qWiHuO00025QrE$V',$,'EquipmentSensible','Heat gains and losses from equipment.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#776= IFCSIMPLEPROPERTYTEMPLATE('0XQn_0qWeHuO00025QrE$V',$,'EnergySource','Enumeration defining the energy source or fuel combusted to generate heat if applicable. Note: hydronic heaters shall use UNSET; dual-use hydronic/electric heaters shall use ELECTRICITY.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5820,$,$,$,$); +#5820= IFCPROPERTYENUMERATION('PEnum_EnergySource',('COAL','COAL_PULVERIZED','ELECTRICITY','GAS','OIL','PROPANE','WOOD','WOOD_CHIP','WOOD_PELLET','WOOD_PULVERIZED','OTHER','NOTKNOWN','UNSET'),$); -#777= IFCSIMPLEPROPERTYTEMPLATE('3zgDa0qWiHuO00025QrE$V',$,'EquipmentSensible','Heat gains and losses from equipment.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#777= IFCSIMPLEPROPERTYTEMPLATE('0yj3k0qSOHuO00025QrE$V',$,'EnergySource','Enumeration defining the energy source or fuel combusted to generate heat.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5820,$,$,$,$); -#778= IFCSIMPLEPROPERTYTEMPLATE('1TaeO0qV8HuO00025QrE$V',$,'EscortRequirement','Indicates whether or not an escort is required to accompany persons carrying out a work order at or to/from the place of work (= TRUE) or not (= FALSE).\X\0D\X\0A\X\0D\X\0ANOTE - There are many instances where escorting is required, particularly in a facility that has a high security rating. Escorting may require that persons are escorted to and from the place of work. Alternatively, it may involve the escort remaining at the place of work at all times.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#778= IFCSIMPLEPROPERTYTEMPLATE('1Ve1a0qU4HuO00025QrE$V',$,'EnergySource','The source of energy.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5826,$,$,$,$); +#5826= IFCPROPERTYENUMERATION('PEnum_EngineEnergySource',('DIESEL','GASOLINE','NATURALGAS','PROPANE','BIODIESEL','SEWAGEGAS','HYDROGEN','BIFUEL','OTHER','UNKNOWN','UNSET'),$); -#779= IFCSIMPLEPROPERTYTEMPLATE('1CsXG0qU8HuO00025QrE$V',$,'Eutrophication','Quantity of eutrophicating compounds calculated in equivalent PO4.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#779= IFCSIMPLEPROPERTYTEMPLATE('2jyky0qSGHuO00025QrE$V',$,'EnergySource','Enumeration defining the energy source or fuel cumbusted to generate heat.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5820,$,$,$,$); -#780= IFCSIMPLEPROPERTYTEMPLATE('3tdWA0qU4HuO00025QrE$V',$,'EutrophicationPerUnit','Quantity of eutrophicating compounds calculated in equivalent PO4',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#780= IFCSIMPLEPROPERTYTEMPLATE('13sae0qSGHuO00025QrE$V',$,'EnergySourceConsumption','Energy consumption.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcEnergyMeasure',$,$,$,$,$); -#781= IFCSIMPLEPROPERTYTEMPLATE('3Rvom0qU8HuO00025QrE$V',$,'EvaporatingTemperature','Refrigerant evaporating temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#781= IFCSIMPLEPROPERTYTEMPLATE('1mlnyMavn0XvUzU0A9esFc',$,'EnergySourceType','Type of energy source e.g. Electricity, Diesel, LPG etc. utilised by the element.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#782= IFCSIMPLEPROPERTYTEMPLATE('0eomA0qUCHuO00025QrE$V',$,'EvaporatorCoolant','The fluid used for the coolant in the evaporator.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5820,$,$,$,$); -#5820= IFCPROPERTYENUMERATION('PEnum_EvaporatorCoolant',('WATER','BRINE','GLYCOL','OTHER','NOTKNOWN','UNSET'),$); +#782= IFCSIMPLEPROPERTYTEMPLATE('22lC_0qSKHuO00025QrE$V',$,'EntranceLevel','Indication whether this building storey is an entrance level to the building (TRUE), or (FALSE) if otherwise.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#783= IFCSIMPLEPROPERTYTEMPLATE('3uWsG0qU8HuO00025QrE$V',$,'EvaporatorMeanVoidFraction','Mean void fraction in evaporator.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#783= IFCSIMPLEPROPERTYTEMPLATE('37sz88SXT3JOvbrpAb4kbe',$,'EquipmentCapacity','Indicates the equipment capacity of the appliance. The value is defined in bits/s.',.P_SINGLEVALUE.,'IfcIntegerCountRateMeasure',$,$,$,$,$,$); -#784= IFCSIMPLEPROPERTYTEMPLATE('0RhXE0qUCHuO00025QrE$V',$,'EvaporatorMediumType','ColdLiquid: Evaporator is using liquid type of fluid to exchange heat with refrigerant.\X\0D\X\0AColdAir: Evaporator is using air to exchange heat with refrigerant.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5825,$,$,$,$); -#5825= IFCPROPERTYENUMERATION('PEnum_EvaporatorMediumType',('COLDLIQUID','COLDAIR','OTHER','NOTKNOWN','UNSET'),$); +#784= IFCSIMPLEPROPERTYTEMPLATE('1e0Ns0$oTF1RHtc3O5zTbg',$,'EquipmentLoading','Loading from equipment',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#785= IFCSIMPLEPROPERTYTEMPLATE('3BKPzAHt10s8UrVNVqgpxw',$,'ExchangeCapacity','Indicates how many simultaneous calls the base transceiver station can handle.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#785= IFCSIMPLEPROPERTYTEMPLATE('20VMG0qWiHuO00025QrE$V',$,'EquipmentSensible','Heat gains and losses from equipment.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#786= IFCSIMPLEPROPERTYTEMPLATE('0my6M0qXOHuO00025QrE$V',$,'Exclusions','Items, conditions or actions that may be excluded from the warranty or that may cause the warranty to become void.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#786= IFCSIMPLEPROPERTYTEMPLATE('3zgDa0qWiHuO00025QrE$V',$,'EquipmentSensible','Heat gains and losses from equipment.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#787= IFCSIMPLEPROPERTYTEMPLATE('08$0I0qWmHuO00025QrE$V',$,'ExhaustAir','Loads from exhaust air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#787= IFCSIMPLEPROPERTYTEMPLATE('1TaeO0qV8HuO00025QrE$V',$,'EscortRequirement','Indicates whether or not an escort is required to accompany persons carrying out a work order at or to/from the place of work (= TRUE) or not (= FALSE).\X\0D\X\0A\X\0D\X\0ANOTE - There are many instances where escorting is required, particularly in a facility that has a high security rating. Escorting may require that persons are escorted to and from the place of work. Alternatively, it may involve the escort remaining at the place of work at all times.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#788= IFCSIMPLEPROPERTYTEMPLATE('2TiZA0qWiHuO00025QrE$V',$,'ExhaustAir','Loads from exhaust air.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#788= IFCSIMPLEPROPERTYTEMPLATE('1CsXG0qU8HuO00025QrE$V',$,'Eutrophication','Quantity of eutrophicating compounds calculated in equivalent PO4.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#789= IFCSIMPLEPROPERTYTEMPLATE('0nW$w0qWmHuO00025QrE$V',$,'ExhaustAirFlowRate','Exhaust air flow rate in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#789= IFCSIMPLEPROPERTYTEMPLATE('3tdWA0qU4HuO00025QrE$V',$,'EutrophicationPerUnit','Quantity of eutrophicating compounds calculated in equivalent PO4',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#790= IFCSIMPLEPROPERTYTEMPLATE('1K_dc0qWiHuO00025QrE$V',$,'ExhaustAirFlowrate','Design exhaust air flow rate for the space.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#790= IFCSIMPLEPROPERTYTEMPLATE('3Rvom0qU8HuO00025QrE$V',$,'EvaporatingTemperature','Refrigerant evaporating temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#791= IFCSIMPLEPROPERTYTEMPLATE('2DxkIX5iv4mB2_uToCgx$W',$,'ExpansionDirection','The expansion direction, e.g. single direction, bi-direction',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5840,$,$,$,$); -#5840= IFCPROPERTYENUMERATION('PEnum_ExpansionDirection',('SINGLE_DIRECTION','BI_DIRECTION','OTHER','NOTKNOWN','UNSET'),$); +#791= IFCSIMPLEPROPERTYTEMPLATE('0eomA0qUCHuO00025QrE$V',$,'EvaporatorCoolant','The fluid used for the coolant in the evaporator.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5857,$,$,$,$); +#5857= IFCPROPERTYENUMERATION('PEnum_EvaporatorCoolant',('WATER','BRINE','GLYCOL','OTHER','NOTKNOWN','UNSET'),$); -#792= IFCSIMPLEPROPERTYTEMPLATE('2dlpk0qU4HuO00025QrE$V',$,'ExpectedServiceLife','Expected service life in years.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#792= IFCSIMPLEPROPERTYTEMPLATE('3uWsG0qU8HuO00025QrE$V',$,'EvaporatorMeanVoidFraction','Mean void fraction in evaporator.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#793= IFCSIMPLEPROPERTYTEMPLATE('35VZpD_jv1UwHKJjegrTFR',$,'ExplosiveAtmosphereStandardsCompliance','Information about compliance with regard to explosive atmosphere related standards.',.P_TABLEVALUE.,'IfcLabel','IfcBoolean',$,$,$,$,$); +#793= IFCSIMPLEPROPERTYTEMPLATE('0RhXE0qUCHuO00025QrE$V',$,'EvaporatorMediumType','ColdLiquid: Evaporator is using liquid type of fluid to exchange heat with refrigerant.\X\0D\X\0AColdAir: Evaporator is using air to exchange heat with refrigerant.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5862,$,$,$,$); +#5862= IFCPROPERTYENUMERATION('PEnum_EvaporatorMediumType',('COLDLIQUID','COLDAIR','OTHER','NOTKNOWN','UNSET'),$); -#794= IFCSIMPLEPROPERTYTEMPLATE('2zuF80qWaHuO00025QrE$V',$,'Exponent','Characteristic exponent, slope of log(heat output) vs log (surface temperature minus environmental temperature).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#794= IFCSIMPLEPROPERTYTEMPLATE('3BKPzAHt10s8UrVNVqgpxw',$,'ExchangeCapacity','Indicates how many simultaneous calls the base transceiver station can handle.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#795= IFCSIMPLEPROPERTYTEMPLATE('2RxWltAjDAPhxrUt6toXTR',$,'ExposureClass','Classification of exposure to environmental conditions, usually specified in accordance with the concrete design code which is applied in the project.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#795= IFCSIMPLEPROPERTYTEMPLATE('0my6M0qXOHuO00025QrE$V',$,'Exclusions','Items, conditions or actions that may be excluded from the warranty or that may cause the warranty to become void.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#796= IFCSIMPLEPROPERTYTEMPLATE('3g0d00qXKHuO00025QrE$V',$,'ExtendToStructure','Indicates whether the object extend to the structure above (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#796= IFCSIMPLEPROPERTYTEMPLATE('08$0I0qWmHuO00025QrE$V',$,'ExhaustAir','Loads from exhaust air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#797= IFCSIMPLEPROPERTYTEMPLATE('1a3WS0qSmHuO00025QrE$V',$,'ExteriorHeatTransferCoefficient','Exterior heat transfer coefficient associated with exterior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalTransmittanceMeasure',$,$,$,$,$); +#797= IFCSIMPLEPROPERTYTEMPLATE('2TiZA0qWiHuO00025QrE$V',$,'ExhaustAir','Loads from exhaust air.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#798= IFCSIMPLEPROPERTYTEMPLATE('3HB9S0qU8HuO00025QrE$V',$,'ExteriorHeatTransferCoefficient','Exterior heat transfer coefficient associated with exterior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalTransmittanceMeasure',$,$,$,$,$); +#798= IFCSIMPLEPROPERTYTEMPLATE('0nW$w0qWmHuO00025QrE$V',$,'ExhaustAirFlowRate','Exhaust air flow rate in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#799= IFCSIMPLEPROPERTYTEMPLATE('1H4Yk0qVeHuO00025QrE$V',$,'ExternalAdjusted','An indication if the ground fault protection may be adjusted according to an external current coil or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#799= IFCSIMPLEPROPERTYTEMPLATE('1K_dc0qWiHuO00025QrE$V',$,'ExhaustAirFlowrate','Design exhaust air flow rate for the space.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#800= IFCSIMPLEPROPERTYTEMPLATE('1G8S_0qUCHuO00025QrE$V',$,'ExternalSurfaceArea','External surface area (both primary and secondary area).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#800= IFCSIMPLEPROPERTYTEMPLATE('2DxkIX5iv4mB2_uToCgx$W',$,'ExpansionDirection','The expansion direction, e.g. single direction, bi-direction',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5877,$,$,$,$); +#5877= IFCPROPERTYENUMERATION('PEnum_ExpansionDirection',('SINGLE_DIRECTION','BI_DIRECTION','OTHER','NOTKNOWN','UNSET'),$); -#801= IFCSIMPLEPROPERTYTEMPLATE('2myTs0qSmHuO00025QrE$V',$,'ExternalSurfaceArea','External surface area (both primary and secondary area).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#801= IFCSIMPLEPROPERTYTEMPLATE('2dlpk0qU4HuO00025QrE$V',$,'ExpectedServiceLife','Expected service life in years.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#802= IFCSIMPLEPROPERTYTEMPLATE('3GFn0Pp5r0eQGPHYahYbQS',$,'ExtremeHighWaterLevel','Extreme high water level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#802= IFCSIMPLEPROPERTYTEMPLATE('35VZpD_jv1UwHKJjegrTFR',$,'ExplosiveAtmosphereStandardsCompliance','Information about compliance with regard to explosive atmosphere related standards.',.P_TABLEVALUE.,'IfcLabel','IfcBoolean',$,$,$,$,$); -#803= IFCSIMPLEPROPERTYTEMPLATE('2BQGedM913bgYQyPz49FRV',$,'ExtremeLowWaterLevel','Extreme low water level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#803= IFCSIMPLEPROPERTYTEMPLATE('2zuF80qWaHuO00025QrE$V',$,'Exponent','Characteristic exponent, slope of log(heat output) vs log (surface temperature minus environmental temperature).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#804= IFCSIMPLEPROPERTYTEMPLATE('12Oqw0qT4HuO00025QrE$V',$,'FaceArea','Face area open to the airstream.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#804= IFCSIMPLEPROPERTYTEMPLATE('2RxWltAjDAPhxrUt6toXTR',$,'ExposureClass','Classification of exposure to environmental conditions, usually specified in accordance with the concrete design code which is applied in the project.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#805= IFCSIMPLEPROPERTYTEMPLATE('1vGr_0qUKHuO00025QrE$V',$,'FaceSurfaceArea','Face area of filter frame.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#805= IFCSIMPLEPROPERTYTEMPLATE('3g0d00qXKHuO00025QrE$V',$,'ExtendToStructure','Indicates whether the object extend to the structure above (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#806= IFCSIMPLEPROPERTYTEMPLATE('1xaiC0qRyHuO00025QrE$V',$,'FaceType','Identifies how the terminal face of an AirTerminal is constructed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5863,$,$,$,$); -#5863= IFCPROPERTYENUMERATION('PEnum_AirTerminalFaceType',('FOURWAYPATTERN','SINGLEDEFLECTION','DOUBLEDEFLECTION','SIGHTPROOF','EGGCRATE','PERFORATED','LOUVERED','OTHER','NOTKNOWN','UNSET'),$); +#806= IFCSIMPLEPROPERTYTEMPLATE('1a3WS0qSmHuO00025QrE$V',$,'ExteriorHeatTransferCoefficient','Exterior heat transfer coefficient associated with exterior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalTransmittanceMeasure',$,$,$,$,$); -#807= IFCSIMPLEPROPERTYTEMPLATE('2E4Ve0qSaHuO00025QrE$V',$,'FaceVelocity','Air velocity through the coil.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLinearVelocityMeasure',$,$,$,$,$); +#807= IFCSIMPLEPROPERTYTEMPLATE('3HB9S0qU8HuO00025QrE$V',$,'ExteriorHeatTransferCoefficient','Exterior heat transfer coefficient associated with exterior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalTransmittanceMeasure',$,$,$,$,$); -#808= IFCSIMPLEPROPERTYTEMPLATE('2XLky_iMD0vQgzsjnsjpw7',$,'FaciesLithostratigraphy','The characteristics of a rock or a sediment unit that reflect its environment of deposition and allow it to be distinguished from rock or sediment deposited in an adjacent environment.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#808= IFCSIMPLEPROPERTYTEMPLATE('1H4Yk0qVeHuO00025QrE$V',$,'ExternalAdjusted','An indication if the ground fault protection may be adjusted according to an external current coil or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#809= IFCSIMPLEPROPERTYTEMPLATE('2Jx2bqqWv50AEBqzbKQZTD',$,'FaciesPetrophysics','A rock mass that can be recognized by its composition, structures or fossil content and mapped on the basis of those characteristics.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#809= IFCSIMPLEPROPERTYTEMPLATE('1G8S_0qUCHuO00025QrE$V',$,'ExternalSurfaceArea','External surface area (both primary and secondary area).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#810= IFCSIMPLEPROPERTYTEMPLATE('12MLE0qRqHuO00025QrE$V',$,'FailPosition','Specifies the required fail-safe position of the actuator.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5869,$,$,$,$); -#5869= IFCPROPERTYENUMERATION('PEnum_FailPosition',('FAILOPEN','FAILCLOSED','OTHER','NOTKNOWN','UNSET'),$); +#810= IFCSIMPLEPROPERTYTEMPLATE('2myTs0qSmHuO00025QrE$V',$,'ExternalSurfaceArea','External surface area (both primary and secondary area).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#811= IFCSIMPLEPROPERTYTEMPLATE('30Y_YD1x1DY8_4MwqYT1kM',$,'FailureInformation','The information for failure description.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#811= IFCSIMPLEPROPERTYTEMPLATE('3GFn0Pp5r0eQGPHYahYbQS',$,'ExtremeHighWaterLevel','Extreme high water level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#812= IFCSIMPLEPROPERTYTEMPLATE('0aBTPQFeHAF9vXo$IOf74h',$,'FairleadToTermination','Distance from the fairlead to the bitt or winch on the vessel where the line terminates',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#812= IFCSIMPLEPROPERTYTEMPLATE('2BQGedM913bgYQyPz49FRV',$,'ExtremeLowWaterLevel','Extreme low water level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#813= IFCSIMPLEPROPERTYTEMPLATE('0N0LE0qXCHuO00025QrE$V',$,'Fan','Indicates fan operation where True is on, False is off, and Unknown is automatic.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLogical',$,$,$,$,$); +#813= IFCSIMPLEPROPERTYTEMPLATE('12Oqw0qT4HuO00025QrE$V',$,'FaceArea','Face area open to the airstream.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#814= IFCSIMPLEPROPERTYTEMPLATE('0cjNE0qUGHuO00025QrE$V',$,'FanEfficiency','Fan mechanical efficiency.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#814= IFCSIMPLEPROPERTYTEMPLATE('1vGr_0qUKHuO00025QrE$V',$,'FaceSurfaceArea','Face area of filter frame.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#815= IFCSIMPLEPROPERTYTEMPLATE('3w0Lm0qUCHuO00025QrE$V',$,'FanMountingType','Defines the method of mounting the fan in the building.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5876,$,$,$,$); -#5876= IFCPROPERTYENUMERATION('PEnum_FanMountingType',('MANUFACTUREDCURB','FIELDERECTEDCURB','CONCRETEPAD','SUSPENDED','WALLMOUNTED','DUCTMOUNTED','OTHER','NOTKNOWN','UNSET'),$); +#815= IFCSIMPLEPROPERTYTEMPLATE('1xaiC0qRyHuO00025QrE$V',$,'FaceType','Identifies how the terminal face of an AirTerminal is constructed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5900,$,$,$,$); +#5900= IFCPROPERTYENUMERATION('PEnum_AirTerminalFaceType',('FOURWAYPATTERN','SINGLEDEFLECTION','DOUBLEDEFLECTION','SIGHTPROOF','EGGCRATE','PERFORATED','LOUVERED','OTHER','NOTKNOWN','UNSET'),$); -#816= IFCSIMPLEPROPERTYTEMPLATE('1Fmms0qRuHuO00025QrE$V',$,'FanPower','Fan motor loads contributing to the cooling load.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#816= IFCSIMPLEPROPERTYTEMPLATE('2E4Ve0qSaHuO00025QrE$V',$,'FaceVelocity','Air velocity through the coil.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLinearVelocityMeasure',$,$,$,$,$); -#817= IFCSIMPLEPROPERTYTEMPLATE('0igrI0qUGHuO00025QrE$V',$,'FanPowerRate','Fan power consumption.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#817= IFCSIMPLEPROPERTYTEMPLATE('2XLky_iMD0vQgzsjnsjpw7',$,'FaciesLithostratigraphy','The characteristics of a rock or a sediment unit that reflect its environment of deposition and allow it to be distinguished from rock or sediment deposited in an adjacent environment.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#818= IFCSIMPLEPROPERTYTEMPLATE('0W9lm0qUGHuO00025QrE$V',$,'FanRotationSpeed','Fan rotation speed.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcRotationalFrequencyMeasure',$,$,$,$,$); +#818= IFCSIMPLEPROPERTYTEMPLATE('2Jx2bqqWv50AEBqzbKQZTD',$,'FaciesPetrophysics','A rock mass that can be recognized by its composition, structures or fossil content and mapped on the basis of those characteristics.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#819= IFCSIMPLEPROPERTYTEMPLATE('1BGxpp0rr4tv$oIacUcEQG',$,'FasteningType','Indicates the type of fastening used to generate traction between the foot of the rail and the sleeper. It depends on but is not uniquely identified by the type of sleeper. This property shall only be used when sleeper fastening is not modelled as an element.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#819= IFCSIMPLEPROPERTYTEMPLATE('12MLE0qRqHuO00025QrE$V',$,'FailPosition','Specifies the required fail-safe position of the actuator.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5906,$,$,$,$); +#5906= IFCPROPERTYENUMERATION('PEnum_FailPosition',('FAILOPEN','FAILCLOSED','OTHER','NOTKNOWN','UNSET'),$); -#820= IFCSIMPLEPROPERTYTEMPLATE('3Bw400qXGHuO00025QrE$V',$,'FaucetFunction','Defines the operating temperature of a faucet that may be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5886,$,$,$,$); -#5886= IFCPROPERTYENUMERATION('PEnum_FaucetFunction',('COLD','HOT','MIXED','OTHER','NOTKNOWN','UNSET'),$); +#820= IFCSIMPLEPROPERTYTEMPLATE('30Y_YD1x1DY8_4MwqYT1kM',$,'FailureInformation','The information for failure description.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#821= IFCSIMPLEPROPERTYTEMPLATE('2t2wo0qXGHuO00025QrE$V',$,'FaucetOperation','Defines the range of ways in which a faucet can be operated that may be specified where:\X\0D\X\0A\X\0D\X\0ACeramicDisc: Quick action faucet with a ceramic seal to open or close the orifice\X\0D\X\0A.\X\0D\X\0ALeverHandle: Quick action faucet that is operated by a lever handle\X\0D\X\0A.\X\0D\X\0ANonConcussiveSelfClosing:\X\09 Self closing faucet that does not induce surge pressure\X\0D\X\0A.\X\0D\X\0AQuarterTurn: Quick action faucet that can be fully opened or shut by turning the operating mechanism through 90 degrees.\X\0D\X\0AQuickAction: Faucet that can be opened or closed fully with a single small movement of the operating mechanism\X\0D\X\0A.\X\0D\X\0AScrewDown: Faucet in which a plate or disc is moved, by the rotation of a screwed spindle, to close or open the orifice.\X\0D\X\0ASelfClosing: Faucet that is opened by pressure of the top of an operating spindle and is closed under the action of a spring or weight when the pressure is released.\X\0D\X\0ATimedSelfClosing: \X\09Self closing faucet that discharges for a predetermined period of time\X\0D\X\0A.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5889,$,$,$,$); -#5889= IFCPROPERTYENUMERATION('PEnum_FaucetOperation',('CERAMICDISC','LEVERHANDLE','NONCONCUSSIVESELFCLOSING','QUARTERTURN','QUICKACTION','SCREWDOWN','SELFCLOSING','TIMEDSELFCLOSING','OTHER','NOTKNOWN','UNSET'),$); +#821= IFCSIMPLEPROPERTYTEMPLATE('0aBTPQFeHAF9vXo$IOf74h',$,'FairleadToTermination','Distance from the fairlead to the bitt or winch on the vessel where the line terminates',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#822= IFCSIMPLEPROPERTYTEMPLATE('3WB3q0qXGHuO00025QrE$V',$,'FaucetTopDescription','Description of the operating mechanism/top of the faucet.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#822= IFCSIMPLEPROPERTYTEMPLATE('0N0LE0qXCHuO00025QrE$V',$,'Fan','Indicates fan operation where True is on, False is off, and Unknown is automatic.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLogical',$,$,$,$,$); -#823= IFCSIMPLEPROPERTYTEMPLATE('2Z_Do0qXGHuO00025QrE$V',$,'FaucetType','Defines the range of faucet types that may be specified where:\X\0D\X\0A\X\0D\X\0ABib:\X\09 Faucet with a horizontal inlet and a nozzle that discharges downwards.\X\0D\X\0AGlobe:\X\09 Faucet fitted through the end of a bath, with a horizontal inlet, a partially spherical body and a vertical nozzle.\X\0D\X\0ADiverter: \X\09Combination faucet assembly with a valve to enable the flow of mixed water to be transferred to a showerhead.\X\0D\X\0ADividedFlowCombination:\X\09 Combination faucet assembly in which hot and cold water are kept separate until emerging from a common nozzle\X\0D\X\0A.\X\0D\X\0APillar:\X\09 Faucet that has a vertical inlet and a nozzle that discharges downwards\X\0D\X\0A.\X\0D\X\0ASingleOutletCombination =\X\09 Combination faucet assembly in which hot and cold water mix before emerging from a common nozzle\X\0D\X\0A.\X\0D\X\0ASpray:\X\09 Faucet with a spray outlet\X\0D\X\0A.\X\0D\X\0ASprayMixing:\X\09 Spray faucet connected to hot and cold water supplies that delivers water at a temperature determined during use.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5894,$,$,$,$); -#5894= IFCPROPERTYENUMERATION('PEnum_FaucetType',('BIB','GLOBE','DIVERTER','DIVIDEDFLOWCOMBINATION','PILLAR','SINGLEOUTLETCOMBINATION','SPRAY','SPRAYMIXING','OTHER','NOTKNOWN','UNSET'),$); +#823= IFCSIMPLEPROPERTYTEMPLATE('0cjNE0qUGHuO00025QrE$V',$,'FanEfficiency','Fan mechanical efficiency.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#824= IFCSIMPLEPROPERTYTEMPLATE('2JXZa0qVSHuO00025QrE$V',$,'FaultPriorityType','Identifies the predefined types of priority that can be assigned from which the type may be set where:\X\0D\X\0A\X\0D\X\0AHigh: action is required urgently.\X\0D\X\0AMedium: action can occur within a reasonable period of time.\X\0D\X\0ALow: action can occur when convenient.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5897,$,$,$,$); -#5897= IFCPROPERTYENUMERATION('PEnum_PriorityType',('HIGH','MEDIUM','LOW','OTHER','NOTKNOWN','UNSET'),$); +#824= IFCSIMPLEPROPERTYTEMPLATE('3w0Lm0qUCHuO00025QrE$V',$,'FanMountingType','Defines the method of mounting the fan in the building.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5913,$,$,$,$); +#5913= IFCPROPERTYENUMERATION('PEnum_FanMountingType',('MANUFACTUREDCURB','FIELDERECTEDCURB','CONCRETEPAD','SUSPENDED','WALLMOUNTED','DUCTMOUNTED','OTHER','NOTKNOWN','UNSET'),$); -#825= IFCSIMPLEPROPERTYTEMPLATE('3saZ7owb5D$BDYSbnCWq1T',$,'FenderType','The type of fender',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5899,$,$,$,$); -#5899= IFCPROPERTYENUMERATION('PEnum_FenderType',('ARCH','CELL','CONE','CYLINDER','PNEUMATIC'),$); +#825= IFCSIMPLEPROPERTYTEMPLATE('1Fmms0qRuHuO00025QrE$V',$,'FanPower','Fan motor loads contributing to the cooling load.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#826= IFCSIMPLEPROPERTYTEMPLATE('1HeG7B2WPEjBPpFB1rwWJ_',$,'FiberColour','Indicates the colour of a single fiber.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5900,$,$,$,$); -#5900= IFCPROPERTYENUMERATION('PEnum_FiberColour',('AQUA','BLACK','BLUE','BROWN','GREEN','ORANGE','RED','ROSE','SLATE','VIOLET','WHITE','YELLOW','OTHER','NOTKNOWN','UNSET'),$); +#826= IFCSIMPLEPROPERTYTEMPLATE('0igrI0qUGHuO00025QrE$V',$,'FanPowerRate','Fan power consumption.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#827= IFCSIMPLEPROPERTYTEMPLATE('0_QAybmkz5UQ9pCD5EbZDf',$,'FiberMode','Indicates the fiber mode.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5901,$,$,$,$); -#5901= IFCPROPERTYENUMERATION('PEnum_FiberMode',('MULTIMODE','SINGLEMODE','OTHER','NOTKNOWN','UNSET'),$); +#827= IFCSIMPLEPROPERTYTEMPLATE('0W9lm0qUGHuO00025QrE$V',$,'FanRotationSpeed','Fan rotation speed.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcRotationalFrequencyMeasure',$,$,$,$,$); -#828= IFCSIMPLEPROPERTYTEMPLATE('3m0FdinCDDhAUaT$zdvYyG',$,'FiberTubeColour','Indicates the colour of a single fiber tube.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5900,$,$,$,$); +#828= IFCSIMPLEPROPERTYTEMPLATE('1BGxpp0rr4tv$oIacUcEQG',$,'FasteningType','Indicates the type of fastening used to generate traction between the foot of the rail and the sleeper. It depends on but is not uniquely identified by the type of sleeper. This property shall only be used when sleeper fastening is not modelled as an element.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#829= IFCSIMPLEPROPERTYTEMPLATE('33hW6SI9L88u4r9StkBaiz',$,'FiberType','Indicates the type of the single fiber.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5902,$,$,$,$); -#5902= IFCPROPERTYENUMERATION('PEnum_FiberType',('STANDARDSINGLEMODEFIBER','LOWWATERPEAKFIBER','DISPERSIONSHIFTEDFIBER','CUTOFFSHIFTEDFIBER','NON_ZERODISPERSIONSHIFTEDFIBER','BEND_INSENSITIVEFIBER','OM1','OM2','OM3','OM4','OM5','OTHER','NOTKNOWN','UNSET'),$); +#829= IFCSIMPLEPROPERTYTEMPLATE('3Bw400qXGHuO00025QrE$V',$,'FaucetFunction','Defines the operating temperature of a faucet that may be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5923,$,$,$,$); +#5923= IFCPROPERTYENUMERATION('PEnum_FaucetFunction',('COLD','HOT','MIXED','OTHER','NOTKNOWN','UNSET'),$); -#830= IFCSIMPLEPROPERTYTEMPLATE('0zf9U0qTqHuO00025QrE$V',$,'FillGas','Name of the gas by which the gap between two glass layers is filled. It is given for information purposes only.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#830= IFCSIMPLEPROPERTYTEMPLATE('2t2wo0qXGHuO00025QrE$V',$,'FaucetOperation','Defines the range of ways in which a faucet can be operated that may be specified where:\X\0D\X\0A\X\0D\X\0ACeramicDisc: Quick action faucet with a ceramic seal to open or close the orifice\X\0D\X\0A.\X\0D\X\0ALeverHandle: Quick action faucet that is operated by a lever handle\X\0D\X\0A.\X\0D\X\0ANonConcussiveSelfClosing:\X\09 Self closing faucet that does not induce surge pressure\X\0D\X\0A.\X\0D\X\0AQuarterTurn: Quick action faucet that can be fully opened or shut by turning the operating mechanism through 90 degrees.\X\0D\X\0AQuickAction: Faucet that can be opened or closed fully with a single small movement of the operating mechanism\X\0D\X\0A.\X\0D\X\0AScrewDown: Faucet in which a plate or disc is moved, by the rotation of a screwed spindle, to close or open the orifice.\X\0D\X\0ASelfClosing: Faucet that is opened by pressure of the top of an operating spindle and is closed under the action of a spring or weight when the pressure is released.\X\0D\X\0ATimedSelfClosing: \X\09Self closing faucet that discharges for a predetermined period of time\X\0D\X\0A.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5926,$,$,$,$); +#5926= IFCPROPERTYENUMERATION('PEnum_FaucetOperation',('CERAMICDISC','LEVERHANDLE','NONCONCUSSIVESELFCLOSING','QUARTERTURN','QUICKACTION','SCREWDOWN','SELFCLOSING','TIMEDSELFCLOSING','OTHER','NOTKNOWN','UNSET'),$); -#831= IFCSIMPLEPROPERTYTEMPLATE('0d1eKod4HE_90bPLI3qHu4',$,'FillingDepth','Depth of filling (boreholeML).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#831= IFCSIMPLEPROPERTYTEMPLATE('3WB3q0qXGHuO00025QrE$V',$,'FaucetTopDescription','Description of the operating mechanism/top of the faucet.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#832= IFCSIMPLEPROPERTYTEMPLATE('3uWSi7iqf6HQyEUUpQ5uip',$,'FillingMaterial','Filling material or ''NOT FILLED'' or ''UNKNOWN'' (boreholeML).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#832= IFCSIMPLEPROPERTYTEMPLATE('2Z_Do0qXGHuO00025QrE$V',$,'FaucetType','Defines the range of faucet types that may be specified where:\X\0D\X\0A\X\0D\X\0ABib:\X\09 Faucet with a horizontal inlet and a nozzle that discharges downwards.\X\0D\X\0AGlobe:\X\09 Faucet fitted through the end of a bath, with a horizontal inlet, a partially spherical body and a vertical nozzle.\X\0D\X\0ADiverter: \X\09Combination faucet assembly with a valve to enable the flow of mixed water to be transferred to a showerhead.\X\0D\X\0ADividedFlowCombination:\X\09 Combination faucet assembly in which hot and cold water are kept separate until emerging from a common nozzle\X\0D\X\0A.\X\0D\X\0APillar:\X\09 Faucet that has a vertical inlet and a nozzle that discharges downwards\X\0D\X\0A.\X\0D\X\0ASingleOutletCombination =\X\09 Combination faucet assembly in which hot and cold water mix before emerging from a common nozzle\X\0D\X\0A.\X\0D\X\0ASpray:\X\09 Faucet with a spray outlet\X\0D\X\0A.\X\0D\X\0ASprayMixing:\X\09 Spray faucet connected to hot and cold water supplies that delivers water at a temperature determined during use.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5931,$,$,$,$); +#5931= IFCPROPERTYENUMERATION('PEnum_FaucetType',('BIB','GLOBE','DIVERTER','DIVIDEDFLOWCOMBINATION','PILLAR','SINGLEOUTLETCOMBINATION','SPRAY','SPRAYMIXING','OTHER','NOTKNOWN','UNSET'),$); -#833= IFCSIMPLEPROPERTYTEMPLATE('01qLQPtGjD18MWw5eA$xzs',$,'FillVolume','Relative volume of fill (controlled placement of anthropogenic soil) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#833= IFCSIMPLEPROPERTYTEMPLATE('2JXZa0qVSHuO00025QrE$V',$,'FaultPriorityType','Identifies the predefined types of priority that can be assigned from which the type may be set where:\X\0D\X\0A\X\0D\X\0AHigh: action is required urgently.\X\0D\X\0AMedium: action can occur within a reasonable period of time.\X\0D\X\0ALow: action can occur when convenient.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5934,$,$,$,$); +#5934= IFCPROPERTYENUMERATION('PEnum_PriorityType',('HIGH','MEDIUM','LOW','OTHER','NOTKNOWN','UNSET'),$); -#834= IFCSIMPLEPROPERTYTEMPLATE('3O2Da0qUKHuO00025QrE$V',$,'FinalResistance','Filter fluid resistance when replacement is required (i.e., Pressure drop at the maximum air flowrate across the filter when the filter needs replacement per ASHRAE Standard 52.1).',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#834= IFCSIMPLEPROPERTYTEMPLATE('3saZ7owb5D$BDYSbnCWq1T',$,'FenderType','The type of fender',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5936,$,$,$,$); +#5936= IFCPROPERTYENUMERATION('PEnum_FenderType',('ARCH','CELL','CONE','CYLINDER','PNEUMATIC'),$); -#835= IFCSIMPLEPROPERTYTEMPLATE('3yBjy0qX8HuO00025QrE$V',$,'FinCorrugatedType','Description of a fin corrugated type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#835= IFCSIMPLEPROPERTYTEMPLATE('1HeG7B2WPEjBPpFB1rwWJ_',$,'FiberColour','Indicates the colour of a single fiber.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5937,$,$,$,$); +#5937= IFCPROPERTYENUMERATION('PEnum_FiberColour',('AQUA','BLACK','BLUE','BROWN','GREEN','ORANGE','RED','ROSE','SLATE','VIOLET','WHITE','YELLOW','OTHER','NOTKNOWN','UNSET'),$); -#836= IFCSIMPLEPROPERTYTEMPLATE('1MMe20qT0HuO00025QrE$V',$,'Finish','Finish selection for this object.\X\0D\X\0AHere specification of the surface finish for informational purposes.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#836= IFCSIMPLEPROPERTYTEMPLATE('0_QAybmkz5UQ9pCD5EbZDf',$,'FiberMode','Indicates the fiber mode.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5938,$,$,$,$); +#5938= IFCPROPERTYENUMERATION('PEnum_FiberMode',('MULTIMODE','SINGLEMODE','OTHER','NOTKNOWN','UNSET'),$); -#837= IFCSIMPLEPROPERTYTEMPLATE('3QDbm0qXGHuO00025QrE$V',$,'Finish','Description of the finish applied to the faucet.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#837= IFCSIMPLEPROPERTYTEMPLATE('3m0FdinCDDhAUaT$zdvYyG',$,'FiberTubeColour','Indicates the colour of a single fiber tube.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5937,$,$,$,$); -#838= IFCSIMPLEPROPERTYTEMPLATE('0qhCc0qSyHuO00025QrE$V',$,'FinishColor','Finish color for cooled beam.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#838= IFCSIMPLEPROPERTYTEMPLATE('33hW6SI9L88u4r9StkBaiz',$,'FiberType','Indicates the type of the single fiber.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5939,$,$,$,$); +#5939= IFCPROPERTYENUMERATION('PEnum_FiberType',('STANDARDSINGLEMODEFIBER','LOWWATERPEAKFIBER','DISPERSIONSHIFTEDFIBER','CUTOFFSHIFTEDFIBER','NON_ZERODISPERSIONSHIFTEDFIBER','BEND_INSENSITIVEFIBER','OM1','OM2','OM3','OM4','OM5','OTHER','NOTKNOWN','UNSET'),$); -#839= IFCSIMPLEPROPERTYTEMPLATE('3mPVq0qRyHuO00025QrE$V',$,'FinishColor','The finish color for the air terminal.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#839= IFCSIMPLEPROPERTYTEMPLATE('0zf9U0qTqHuO00025QrE$V',$,'FillGas','Name of the gas by which the gap between two glass layers is filled. It is given for information purposes only.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#840= IFCSIMPLEPROPERTYTEMPLATE('0rPL00qWyHuO00025QrE$V',$,'Finishing','The finishing applied to system furniture elements of this type e.g. walnut, fabric.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#840= IFCSIMPLEPROPERTYTEMPLATE('0d1eKod4HE_90bPLI3qHu4',$,'FillingDepth','Depth of filling (boreholeML).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#841= IFCSIMPLEPROPERTYTEMPLATE('3ZIGu0qRyHuO00025QrE$V',$,'FinishType','The type of finish for the air terminal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5923,$,$,$,$); -#5923= IFCPROPERTYENUMERATION('PEnum_AirTerminalFinishType',('ANNODIZED','PAINTED','NONE','OTHER','NOTKNOWN','UNSET'),$); +#841= IFCSIMPLEPROPERTYTEMPLATE('3uWSi7iqf6HQyEUUpQ5uip',$,'FillingMaterial','Filling material or ''NOT FILLED'' or ''UNKNOWN'' (boreholeML).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#842= IFCSIMPLEPROPERTYTEMPLATE('00NVi0qXaHuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE). Here it defines an exit window in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#842= IFCSIMPLEPROPERTYTEMPLATE('01qLQPtGjD18MWw5eA$xzs',$,'FillVolume','Relative volume of fill (controlled placement of anthropogenic soil) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#843= IFCSIMPLEPROPERTYTEMPLATE('0Caee0qX8HuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere whether the transport element (in case of e.g., a lift) is designed to serve as a fire exit, e.g., for fire escape purposes.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#843= IFCSIMPLEPROPERTYTEMPLATE('3O2Da0qUKHuO00025QrE$V',$,'FinalResistance','Filter fluid resistance when replacement is required (i.e., Pressure drop at the maximum air flowrate across the filter when the filter needs replacement per ASHRAE Standard 52.1).',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#844= IFCSIMPLEPROPERTYTEMPLATE('0YKO20qWqHuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere it defines an exit stair in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#844= IFCSIMPLEPROPERTYTEMPLATE('3yBjy0qX8HuO00025QrE$V',$,'FinCorrugatedType','Description of a fin corrugated type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#845= IFCSIMPLEPROPERTYTEMPLATE('1RWlG0qVyHuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere it defines an exit ramp in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#845= IFCSIMPLEPROPERTYTEMPLATE('1MMe20qT0HuO00025QrE$V',$,'Finish','Finish selection for this object.\X\0D\X\0AHere specification of the surface finish for informational purposes.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#846= IFCSIMPLEPROPERTYTEMPLATE('1sylo0qWaHuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere whether the space (in case of e.g., a corridor) is designed to serve as an exit space, e.g., for fire escape purposes.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#846= IFCSIMPLEPROPERTYTEMPLATE('3QDbm0qXGHuO00025QrE$V',$,'Finish','Description of the finish applied to the faucet.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#847= IFCSIMPLEPROPERTYTEMPLATE('2FcEs0qTmHuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere it defines an exit door in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#847= IFCSIMPLEPROPERTYTEMPLATE('0qhCc0qSyHuO00025QrE$V',$,'FinishColor','Finish color for cooled beam.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#848= IFCSIMPLEPROPERTYTEMPLATE('30p_Y0qV4HuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere whether the space (in case of e.g., a corridor) is designed to serve as an exit space, e.g., for fire escape purposes.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#848= IFCSIMPLEPROPERTYTEMPLATE('3mPVq0qRyHuO00025QrE$V',$,'FinishColor','The finish color for the air terminal.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#849= IFCSIMPLEPROPERTYTEMPLATE('0QI0_0qX8HuO00025QrE$V',$,'FireFightingLift','Indication whether the elevator is designed to serve as a fire fighting lift the case of fire (TRUE) or not (FALSE). A fire fighting lift is used by fire fighters to access the location of fire and to evacuate people.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#849= IFCSIMPLEPROPERTYTEMPLATE('0rPL00qWyHuO00025QrE$V',$,'Finishing','The finishing applied to system furniture elements of this type e.g. walnut, fabric.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#850= IFCSIMPLEPROPERTYTEMPLATE('2AGA20qUOHuO00025QrE$V',$,'FireHydrantType','Defines the range of hydrant types from which the required type can be selected where.\X\0D\X\0A\X\0D\X\0ADryBarrel:\X\09 A hydrant that has isolating valves fitted below ground and that may be used where the possibility of water freezing is a consideration.\X\0D\X\0AWetBarrel:\X\09 A hydrant that has isolating valves fitted above ground and that may be used where there is no possibility of water freezing.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5962,$,$,$,$); -#5962= IFCPROPERTYENUMERATION('PEnum_FireHydrantType',('DRYBARREL','WETBARREL','OTHER','NOTKNOWN','UNSET'),$); +#850= IFCSIMPLEPROPERTYTEMPLATE('3ZIGu0qRyHuO00025QrE$V',$,'FinishType','The type of finish for the air terminal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5960,$,$,$,$); +#5960= IFCPROPERTYENUMERATION('PEnum_AirTerminalFinishType',('ANNODIZED','PAINTED','NONE','OTHER','NOTKNOWN','UNSET'),$); -#851= IFCSIMPLEPROPERTYTEMPLATE('1iAbIgVqX9OPjRqWkzGyLL',$,'FireProofingStandardsCompliance','Information about compliance with regard to fire proofing related standards.',.P_TABLEVALUE.,'IfcLabel','IfcBoolean',$,$,$,$,$); +#851= IFCSIMPLEPROPERTYTEMPLATE('00NVi0qXaHuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE). Here it defines an exit window in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#852= IFCSIMPLEPROPERTYTEMPLATE('03Bm20qSKHuO00025QrE$V',$,'FireProtectionClass','Main fire protection class for the building which is assigned from the fire protection classification table as given by the relevant national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#852= IFCSIMPLEPROPERTYTEMPLATE('0Caee0qX8HuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere whether the transport element (in case of e.g., a lift) is designed to serve as a fire exit, e.g., for fire escape purposes.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#853= IFCSIMPLEPROPERTYTEMPLATE('0eTJm0qT0HuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#853= IFCSIMPLEPROPERTYTEMPLATE('0YKO20qWqHuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere it defines an exit stair in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#854= IFCSIMPLEPROPERTYTEMPLATE('0i6he0qVGHuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#854= IFCSIMPLEPROPERTYTEMPLATE('1RWlG0qVyHuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere it defines an exit ramp in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#855= IFCSIMPLEPROPERTYTEMPLATE('0Jj9g0qWWHuO00025QrE$V',$,'FireRating','Fire rating for this object. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#855= IFCSIMPLEPROPERTYTEMPLATE('1sylo0qWaHuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere whether the space (in case of e.g., a corridor) is designed to serve as an exit space, e.g., for fire escape purposes.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#856= IFCSIMPLEPROPERTYTEMPLATE('0P_KM0qWqHuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#856= IFCSIMPLEPROPERTYTEMPLATE('2FcEs0qTmHuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere it defines an exit door in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#857= IFCSIMPLEPROPERTYTEMPLATE('0uXnw0qSGHuO00025QrE$V',$,'FireRating','Fire rating for the element. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#857= IFCSIMPLEPROPERTYTEMPLATE('30p_Y0qV4HuO00025QrE$V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X\0D\X\0AHere whether the space (in case of e.g., a corridor) is designed to serve as an exit space, e.g., for fire escape purposes.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#858= IFCSIMPLEPROPERTYTEMPLATE('1_Wi5CzOTB$eL7qP2aEEGc',$,'FireRating','Fire rating for the element. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#858= IFCSIMPLEPROPERTYTEMPLATE('0QI0_0qX8HuO00025QrE$V',$,'FireFightingLift','Indication whether the elevator is designed to serve as a fire fighting lift the case of fire (TRUE) or not (FALSE). A fire fighting lift is used by fire fighters to access the location of fire and to evacuate people.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#859= IFCSIMPLEPROPERTYTEMPLATE('1iiGu0qSaHuO00025QrE$V',$,'FireRating','Fire rating for the element. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#859= IFCSIMPLEPROPERTYTEMPLATE('2AGA20qUOHuO00025QrE$V',$,'FireHydrantType','Defines the range of hydrant types from which the required type can be selected where.\X\0D\X\0A\X\0D\X\0ADryBarrel:\X\09 A hydrant that has isolating valves fitted below ground and that may be used where the possibility of water freezing is a consideration.\X\0D\X\0AWetBarrel:\X\09 A hydrant that has isolating valves fitted above ground and that may be used where there is no possibility of water freezing.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5999,$,$,$,$); +#5999= IFCPROPERTYENUMERATION('PEnum_FireHydrantType',('DRYBARREL','WETBARREL','OTHER','NOTKNOWN','UNSET'),$); -#860= IFCSIMPLEPROPERTYTEMPLATE('1ITJ40qSKHuO00025QrE$V',$,'FireRating','Fire rating for the element.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#860= IFCSIMPLEPROPERTYTEMPLATE('1iAbIgVqX9OPjRqWkzGyLL',$,'FireProofingStandardsCompliance','Information about compliance with regard to fire proofing related standards.',.P_TABLEVALUE.,'IfcLabel','IfcBoolean',$,$,$,$,$); -#861= IFCSIMPLEPROPERTYTEMPLATE('1LZHC0qVyHuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#861= IFCSIMPLEPROPERTYTEMPLATE('03Bm20qSKHuO00025QrE$V',$,'FireProtectionClass','Main fire protection class for the building which is assigned from the fire protection classification table as given by the relevant national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#862= IFCSIMPLEPROPERTYTEMPLATE('1xeBm0qTiHuO00025QrE$V',$,'FireRating','Fire rating for this object. It is given according to the national fire safety code or regulation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#862= IFCSIMPLEPROPERTYTEMPLATE('0eTJm0qT0HuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#863= IFCSIMPLEPROPERTYTEMPLATE('2$$dq0qXWHuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#863= IFCSIMPLEPROPERTYTEMPLATE('0i6he0qVGHuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#864= IFCSIMPLEPROPERTYTEMPLATE('20S6g0qV4HuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#864= IFCSIMPLEPROPERTYTEMPLATE('0Jj9g0qWWHuO00025QrE$V',$,'FireRating','Fire rating for this object. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#865= IFCSIMPLEPROPERTYTEMPLATE('27DxS0qSeHuO00025QrE$V',$,'FireRating','Fire rating for the element.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#865= IFCSIMPLEPROPERTYTEMPLATE('0P_KM0qWqHuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#866= IFCSIMPLEPROPERTYTEMPLATE('2HNBG0qT0HuO00025QrE$V',$,'FireRating','Fire rating given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#866= IFCSIMPLEPROPERTYTEMPLATE('0uXnw0qSGHuO00025QrE$V',$,'FireRating','Fire rating for the element. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#867= IFCSIMPLEPROPERTYTEMPLATE('2rXBa0qW4HuO00025QrE$V',$,'FireRating','Fire rating for this object. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#867= IFCSIMPLEPROPERTYTEMPLATE('1_Wi5CzOTB$eL7qP2aEEGc',$,'FireRating','Fire rating for the element. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#868= IFCSIMPLEPROPERTYTEMPLATE('39EXg0qXKHuO00025QrE$V',$,'FireRating','Fire rating given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#868= IFCSIMPLEPROPERTYTEMPLATE('1iiGu0qSaHuO00025QrE$V',$,'FireRating','Fire rating for the element. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#869= IFCSIMPLEPROPERTYTEMPLATE('075K_0qT8HuO00025QrE$V',$,'FireResistanceRating','Measure of the fire resistance rating in hours (e.g., 1.5 hours, 2 hours, etc.).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#869= IFCSIMPLEPROPERTYTEMPLATE('1ITJ40qSKHuO00025QrE$V',$,'FireRating','Fire rating for the element.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#870= IFCSIMPLEPROPERTYTEMPLATE('3MDHg0qT4HuO00025QrE$V',$,'FireResistanceRating','Measure of the fire resistance rating in hours (e.g., 1.5 hours, 2 hours, etc.).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#870= IFCSIMPLEPROPERTYTEMPLATE('1LZHC0qVyHuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#871= IFCSIMPLEPROPERTYTEMPLATE('0pc8u0qWaHuO00025QrE$V',$,'FireRiskFactor','Fire Risk factor assigned to the space according to local building regulations. It defines the fire risk of the space at several levels of fire hazard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#871= IFCSIMPLEPROPERTYTEMPLATE('1xeBm0qTiHuO00025QrE$V',$,'FireRating','Fire rating for this object. It is given according to the national fire safety code or regulation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#872= IFCSIMPLEPROPERTYTEMPLATE('0WWxy0qWKHuO00025QrE$V',$,'FireSensorSetPoint','The temperature value to be sensed to indicate the presence of fire.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#872= IFCSIMPLEPROPERTYTEMPLATE('2$$dq0qXWHuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#873= IFCSIMPLEPROPERTYTEMPLATE('2hICU0qSqHuO00025QrE$V',$,'FirmwareVersion','Indicates version of device firmware according to device manufacturer.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#873= IFCSIMPLEPROPERTYTEMPLATE('20S6g0qV4HuO00025QrE$V',$,'FireRating','Fire rating for this object.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#874= IFCSIMPLEPROPERTYTEMPLATE('0imKc0qX0HuO00025QrE$V',$,'FirstCurvatureRadius','FirstCurvatureRadius should be defined as the base or left side radius of curvature value.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#874= IFCSIMPLEPROPERTYTEMPLATE('27DxS0qSeHuO00025QrE$V',$,'FireRating','Fire rating for the element.\X\0D\X\0AIt is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#875= IFCSIMPLEPROPERTYTEMPLATE('2996a0qX0HuO00025QrE$V',$,'FirstCurvatureRadius','FirstCurvatureRadius should be defined as the base or left side radius of curvature value.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#875= IFCSIMPLEPROPERTYTEMPLATE('2HNBG0qT0HuO00025QrE$V',$,'FireRating','Fire rating given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#876= IFCSIMPLEPROPERTYTEMPLATE('0jbxA0qVCHuO00025QrE$V',$,'FittingLossFactor','A factor that determines the pressure loss due to friction through the fitting.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#876= IFCSIMPLEPROPERTYTEMPLATE('2rXBa0qW4HuO00025QrE$V',$,'FireRating','Fire rating for this object. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#877= IFCSIMPLEPROPERTYTEMPLATE('2hbv60qT8HuO00025QrE$V',$,'FixingSocketHeight','The overall height of the fixing socket.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#877= IFCSIMPLEPROPERTYTEMPLATE('39EXg0qXKHuO00025QrE$V',$,'FireRating','Fire rating given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#878= IFCSIMPLEPROPERTYTEMPLATE('2mzDm0qT8HuO00025QrE$V',$,'FixingSocketThreadDiameter','The nominal diameter of the thread.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#878= IFCSIMPLEPROPERTYTEMPLATE('075K_0qT8HuO00025QrE$V',$,'FireResistanceRating','Measure of the fire resistance rating in hours (e.g., 1.5 hours, 2 hours, etc.).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#879= IFCSIMPLEPROPERTYTEMPLATE('2sKYQ0qT8HuO00025QrE$V',$,'FixingSocketThreadLength','The length of the threaded part of the fixing socket.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#879= IFCSIMPLEPROPERTYTEMPLATE('3MDHg0qT4HuO00025QrE$V',$,'FireResistanceRating','Measure of the fire resistance rating in hours (e.g., 1.5 hours, 2 hours, etc.).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#880= IFCSIMPLEPROPERTYTEMPLATE('2fDJU0qT8HuO00025QrE$V',$,'FixingSocketTypeReference','Type reference for the fixing socket according to local standards.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); +#880= IFCSIMPLEPROPERTYTEMPLATE('0pc8u0qWaHuO00025QrE$V',$,'FireRiskFactor','Fire Risk factor assigned to the space according to local building regulations. It defines the fire risk of the space at several levels of fire hazard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#881= IFCSIMPLEPROPERTYTEMPLATE('05M8M0qUmHuO00025QrE$V',$,'FixtureHeight','The height of the fixture, such as the text height of an exit sign.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#881= IFCSIMPLEPROPERTYTEMPLATE('0WWxy0qWKHuO00025QrE$V',$,'FireSensorSetPoint','The temperature value to be sensed to indicate the presence of fire.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#882= IFCSIMPLEPROPERTYTEMPLATE('0qOFu0qT0HuO00025QrE$V',$,'FlammabilityRating','Flammability Rating for this object.\X\0D\X\0AIt is given according to the national building code that governs the rating of flammability for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#882= IFCSIMPLEPROPERTYTEMPLATE('2hICU0qSqHuO00025QrE$V',$,'FirmwareVersion','Indicates version of device firmware according to device manufacturer.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#883= IFCSIMPLEPROPERTYTEMPLATE('0yYL_0qWaHuO00025QrE$V',$,'FlammableStorage','Indication whether the space is intended to serve as a storage of flammable material (which is regarded as such by the presiding building code. (TRUE) indicates yes, (FALSE) otherwise.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#883= IFCSIMPLEPROPERTYTEMPLATE('0imKc0qX0HuO00025QrE$V',$,'FirstCurvatureRadius','FirstCurvatureRadius should be defined as the base or left side radius of curvature value.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#884= IFCSIMPLEPROPERTYTEMPLATE('2OueG0qVKHuO00025QrE$V',$,'FlangeBaseFillet','Flange base fillet of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#884= IFCSIMPLEPROPERTYTEMPLATE('2996a0qX0HuO00025QrE$V',$,'FirstCurvatureRadius','FirstCurvatureRadius should be defined as the base or left side radius of curvature value.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#885= IFCSIMPLEPROPERTYTEMPLATE('2IL0o0qVKHuO00025QrE$V',$,'FlangeChamfer','Flange chamfer of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#885= IFCSIMPLEPROPERTYTEMPLATE('0jbxA0qVCHuO00025QrE$V',$,'FittingLossFactor','A factor that determines the pressure loss due to friction through the fitting.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#886= IFCSIMPLEPROPERTYTEMPLATE('24deS0qVKHuO00025QrE$V',$,'FlangeDepth','Flange depth of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#886= IFCSIMPLEPROPERTYTEMPLATE('2hbv60qT8HuO00025QrE$V',$,'FixingSocketHeight','The overall height of the fixing socket.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#887= IFCSIMPLEPROPERTYTEMPLATE('2Y7Y60qV8HuO00025QrE$V',$,'FlangeDiameter','Overall diameter of the flange.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#887= IFCSIMPLEPROPERTYTEMPLATE('2mzDm0qT8HuO00025QrE$V',$,'FixingSocketThreadDiameter','The nominal diameter of the thread.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#888= IFCSIMPLEPROPERTYTEMPLATE('2Czi80qVKHuO00025QrE$V',$,'FlangeDraft','Flange draft of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#888= IFCSIMPLEPROPERTYTEMPLATE('2sKYQ0qT8HuO00025QrE$V',$,'FixingSocketThreadLength','The length of the threaded part of the fixing socket.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#889= IFCSIMPLEPROPERTYTEMPLATE('2Jq0M0qV8HuO00025QrE$V',$,'FlangeStandard','Designation of the standard describing the flange table.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#889= IFCSIMPLEPROPERTYTEMPLATE('2fDJU0qT8HuO00025QrE$V',$,'FixingSocketTypeReference','Type reference for the fixing socket according to local standards.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); -#890= IFCSIMPLEPROPERTYTEMPLATE('2C4640qV8HuO00025QrE$V',$,'FlangeTable','Designation of the standard table to which the flange conforms.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#890= IFCSIMPLEPROPERTYTEMPLATE('05M8M0qUmHuO00025QrE$V',$,'FixtureHeight','The height of the fixture, such as the text height of an exit sign.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#891= IFCSIMPLEPROPERTYTEMPLATE('2ftSO0qV8HuO00025QrE$V',$,'FlangeThickness','Thickness of the material from which the pipe bend is constructed.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#891= IFCSIMPLEPROPERTYTEMPLATE('0qOFu0qT0HuO00025QrE$V',$,'FlammabilityRating','Flammability Rating for this object.\X\0D\X\0AIt is given according to the national building code that governs the rating of flammability for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#892= IFCSIMPLEPROPERTYTEMPLATE('2UFyw0qVKHuO00025QrE$V',$,'FlangeTopFillet','Flange top fillet of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#892= IFCSIMPLEPROPERTYTEMPLATE('0yYL_0qWaHuO00025QrE$V',$,'FlammableStorage','Indication whether the space is intended to serve as a storage of flammable material (which is regarded as such by the presiding building code. (TRUE) indicates yes, (FALSE) otherwise.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#893= IFCSIMPLEPROPERTYTEMPLATE('3TTni0qWSHuO00025QrE$V',$,'FloorAreaRatio','The ratio of all floor areas to the buildable area as the maximum floor area utilization of the site as a maximum value according to local building codes.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#893= IFCSIMPLEPROPERTYTEMPLATE('2OueG0qVKHuO00025QrE$V',$,'FlangeBaseFillet','Flange base fillet of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#894= IFCSIMPLEPROPERTYTEMPLATE('2$qVQcoWX429aMNJ7Te4Wn',$,'FloorCovering','Label to indicate the material or finish of the space flooring. The label is used for room book information and often displayed in room stamp.\X\0D\X\0A\X\0D\X\0AThe material information is provided in absence of an IfcCovering (type=FLOORING) object with own shape representation and material assignment. In case of inconsistency the material assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#894= IFCSIMPLEPROPERTYTEMPLATE('2IL0o0qVKHuO00025QrE$V',$,'FlangeChamfer','Flange chamfer of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#895= IFCSIMPLEPROPERTYTEMPLATE('2MKCJJm7zCp9$O57i9dmav',$,'FloorCoveringThickness','Thickness of the material layer(s) for the space flooring. \X\0D\X\0A\X\0D\X\0AThe thickness information is provided in absence of an IfcCovering (type=FLOORING) object with own shape representation. In cases of inconsistency between the geometric parameters of an assigned IfcCovering and this attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#895= IFCSIMPLEPROPERTYTEMPLATE('24deS0qVKHuO00025QrE$V',$,'FlangeDepth','Flange depth of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#896= IFCSIMPLEPROPERTYTEMPLATE('264eG0qU8HuO00025QrE$V',$,'FlowArrangement','CounterFlow: Air and water flow enter in different directions.\X\0D\X\0A\X\0D\X\0ACrossFlow: Air and water flow are perpendicular.\X\0D\X\0AParallelFlow: Air and water flow enter in same directions.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6117,$,$,$,$); -#6117= IFCPROPERTYENUMERATION('PEnum_EvaporativeCoolerFlowArrangement',('COUNTERFLOW','CROSSFLOW','PARALLELFLOW','OTHER','NOTKNOWN','UNSET'),$); +#896= IFCSIMPLEPROPERTYTEMPLATE('2Y7Y60qV8HuO00025QrE$V',$,'FlangeDiameter','Overall diameter of the flange.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#897= IFCSIMPLEPROPERTYTEMPLATE('29K4I0qSyHuO00025QrE$V',$,'FlowArrangement','CounterFlow: Air and water flow enter in different directions.\X\0D\X\0ACrossFlow: Air and water flow are perpendicular.\X\0D\X\0AParallelFlow: air and water flow enter in same directions.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6120,$,$,$,$); -#6120= IFCPROPERTYENUMERATION('PEnum_CoolingTowerFlowArrangement',('COUNTERFLOW','CROSSFLOW','PARALLELFLOW','OTHER','NOTKNOWN','UNSET'),$); +#897= IFCSIMPLEPROPERTYTEMPLATE('2Czi80qVKHuO00025QrE$V',$,'FlangeDraft','Flange draft of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#898= IFCSIMPLEPROPERTYTEMPLATE('2gS5_0qUOHuO00025QrE$V',$,'FlowClass','Alphanumeric indication of the flow class of a hydrant (may be used in connection with or instead of the FlowRate property).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#898= IFCSIMPLEPROPERTYTEMPLATE('2Jq0M0qV8HuO00025QrE$V',$,'FlangeStandard','Designation of the standard describing the flange table.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#899= IFCSIMPLEPROPERTYTEMPLATE('24ORG0qXGHuO00025QrE$V',$,'FlowCoefficient','Flow coefficient (the quantity of fluid that passes through a fully open valve at unit pressure drop), typically expressed as the Kv or Cv value for the valve.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#899= IFCSIMPLEPROPERTYTEMPLATE('2C4640qV8HuO00025QrE$V',$,'FlangeTable','Designation of the standard table to which the flange conforms.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#900= IFCSIMPLEPROPERTYTEMPLATE('0vwzjJx0fC_vmMqxa_ItdJ',$,'FlowCondition','Defines the flow condition as a percentage of the cross-sectional area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveRatioMeasure',$,$,$,$,$); +#900= IFCSIMPLEPROPERTYTEMPLATE('2ftSO0qV8HuO00025QrE$V',$,'FlangeThickness','Thickness of the material from which the pipe bend is constructed.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#901= IFCSIMPLEPROPERTYTEMPLATE('2WdoXb4UbD3vEHayBW5LaX',$,'FlowCondition','Defines the flow condition as a percentage of the cross-sectional area.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#901= IFCSIMPLEPROPERTYTEMPLATE('2UFyw0qVKHuO00025QrE$V',$,'FlangeTopFillet','Flange top fillet of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#902= IFCSIMPLEPROPERTYTEMPLATE('0gDmE0qS0HuO00025QrE$V',$,'FlowControlType','Type of flow control element that may be included as a part of the construction of the air terminal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6129,$,$,$,$); -#6129= IFCPROPERTYENUMERATION('PEnum_AirTerminalFlowControlType',('DAMPER','BELLOWS','NONE','OTHER','NOTKNOWN','UNSET'),$); +#902= IFCSIMPLEPROPERTYTEMPLATE('3TTni0qWSHuO00025QrE$V',$,'FloorAreaRatio','The ratio of all floor areas to the buildable area as the maximum floor area utilization of the site as a maximum value according to local building codes.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#903= IFCSIMPLEPROPERTYTEMPLATE('1N4dPw9IT6AvWCtPogKQA_',$,'FlowLoading','Flow loading force',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#903= IFCSIMPLEPROPERTYTEMPLATE('2$qVQcoWX429aMNJ7Te4Wn',$,'FloorCovering','Label to indicate the material or finish of the space flooring. The label is used for room book information and often displayed in room stamp.\X\0D\X\0A\X\0D\X\0AThe material information is provided in absence of an IfcCovering (type=FLOORING) object with own shape representation and material assignment. In case of inconsistency the material assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#904= IFCSIMPLEPROPERTYTEMPLATE('2YKFc0qRyHuO00025QrE$V',$,'FlowPattern','Flow pattern.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6133,$,$,$,$); -#6133= IFCPROPERTYENUMERATION('PEnum_AirTerminalFlowPattern',('LINEARSINGLE','LINEARDOUBLE','LINEARFOURWAY','RADIAL','SWIRL','DISPLACMENT','COMPACTJET','OTHER','NOTKNOWN','UNSET'),$); +#904= IFCSIMPLEPROPERTYTEMPLATE('2MKCJJm7zCp9$O57i9dmav',$,'FloorCoveringThickness','Thickness of the material layer(s) for the space flooring. \X\0D\X\0A\X\0D\X\0AThe thickness information is provided in absence of an IfcCovering (type=FLOORING) object with own shape representation. In cases of inconsistency between the geometric parameters of an assigned IfcCovering and this attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#905= IFCSIMPLEPROPERTYTEMPLATE('1wFslkM110DwcNqSBBrefD',$,'Flowrate','The flowrate of the fuel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMassFlowRateMeasure',$,$,$,$,$); +#905= IFCSIMPLEPROPERTYTEMPLATE('264eG0qU8HuO00025QrE$V',$,'FlowArrangement','CounterFlow: Air and water flow enter in different directions.\X\0D\X\0A\X\0D\X\0ACrossFlow: Air and water flow are perpendicular.\X\0D\X\0AParallelFlow: Air and water flow enter in same directions.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6154,$,$,$,$); +#6154= IFCPROPERTYENUMERATION('PEnum_EvaporativeCoolerFlowArrangement',('COUNTERFLOW','CROSSFLOW','PARALLELFLOW','OTHER','NOTKNOWN','UNSET'),$); -#906= IFCSIMPLEPROPERTYTEMPLATE('2pRIi0qVuHuO00025QrE$V',$,'Flowrate','The actual operational fluid flowrate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#906= IFCSIMPLEPROPERTYTEMPLATE('29K4I0qSyHuO00025QrE$V',$,'FlowArrangement','CounterFlow: Air and water flow enter in different directions.\X\0D\X\0ACrossFlow: Air and water flow are perpendicular.\X\0D\X\0AParallelFlow: air and water flow enter in same directions.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6157,$,$,$,$); +#6157= IFCPROPERTYENUMERATION('PEnum_CoolingTowerFlowArrangement',('COUNTERFLOW','CROSSFLOW','PARALLELFLOW','OTHER','NOTKNOWN','UNSET'),$); -#907= IFCSIMPLEPROPERTYTEMPLATE('3XJ7A0qV8HuO00025QrE$V',$,'FlowrateLeakage','Leakage flowrate versus pressure difference.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#907= IFCSIMPLEPROPERTYTEMPLATE('2gS5_0qUOHuO00025QrE$V',$,'FlowClass','Alphanumeric indication of the flow class of a hydrant (may be used in connection with or instead of the FlowRate property).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#908= IFCSIMPLEPROPERTYTEMPLATE('3KpXS0qVuHuO00025QrE$V',$,'FlowRateRange','Allowable range of volume of fluid being pumped against the resistance specified.',.P_BOUNDEDVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); +#908= IFCSIMPLEPROPERTYTEMPLATE('24ORG0qXGHuO00025QrE$V',$,'FlowCoefficient','Flow coefficient (the quantity of fluid that passes through a fully open valve at unit pressure drop), typically expressed as the Kv or Cv value for the valve.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#909= IFCSIMPLEPROPERTYTEMPLATE('3Zz9i0qUKHuO00025QrE$V',$,'FlowRateRange','Possible range of fluid flowrate that can be delivered.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#909= IFCSIMPLEPROPERTYTEMPLATE('0vwzjJx0fC_vmMqxa_ItdJ',$,'FlowCondition','Defines the flow condition as a percentage of the cross-sectional area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveRatioMeasure',$,$,$,$,$); -#910= IFCSIMPLEPROPERTYTEMPLATE('3q4tS0qVCHuO00025QrE$V',$,'FlowRating','Actual flow capacity for the gutter. Value of 0.00 means this value has not been set.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#910= IFCSIMPLEPROPERTYTEMPLATE('2WdoXb4UbD3vEHayBW5LaX',$,'FlowCondition','Defines the flow condition as a percentage of the cross-sectional area.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#911= IFCSIMPLEPROPERTYTEMPLATE('3RzIK0qVuHuO00025QrE$V',$,'FlowResistanceRange','Allowable range of frictional resistance against which the fluid is being pumped.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#911= IFCSIMPLEPROPERTYTEMPLATE('0gDmE0qS0HuO00025QrE$V',$,'FlowControlType','Type of flow control element that may be included as a part of the construction of the air terminal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6166,$,$,$,$); +#6166= IFCPROPERTYENUMERATION('PEnum_AirTerminalFlowControlType',('DAMPER','BELLOWS','NONE','OTHER','NOTKNOWN','UNSET'),$); -#912= IFCSIMPLEPROPERTYTEMPLATE('1QZPg0qTuHuO00025QrE$V',$,'FluidFlowLeakage','Volumetric leakage flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#912= IFCSIMPLEPROPERTYTEMPLATE('1N4dPw9IT6AvWCtPogKQA_',$,'FlowLoading','Flow loading force',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#913= IFCSIMPLEPROPERTYTEMPLATE('27c7W0qVCHuO00025QrE$V',$,'FluidFlowLeakage','Volumetric leakage flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#913= IFCSIMPLEPROPERTYTEMPLATE('2YKFc0qRyHuO00025QrE$V',$,'FlowPattern','Flow pattern.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6170,$,$,$,$); +#6170= IFCPROPERTYENUMERATION('PEnum_AirTerminalFlowPattern',('LINEARSINGLE','LINEARDOUBLE','LINEARFOURWAY','RADIAL','SWIRL','DISPLACMENT','COMPACTJET','OTHER','NOTKNOWN','UNSET'),$); -#914= IFCSIMPLEPROPERTYTEMPLATE('3S9ls0qSaHuO00025QrE$V',$,'FluidPressureRange','Allowable water working pressure range inside the tube.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#914= IFCSIMPLEPROPERTYTEMPLATE('1wFslkM110DwcNqSBBrefD',$,'Flowrate','The flowrate of the fuel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMassFlowRateMeasure',$,$,$,$,$); -#915= IFCSIMPLEPROPERTYTEMPLATE('3i5$y0qXGHuO00025QrE$V',$,'FlushingRate','The predetermined quantity of water to be flushed.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#915= IFCSIMPLEPROPERTYTEMPLATE('2pRIi0qVuHuO00025QrE$V',$,'Flowrate','The actual operational fluid flowrate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#916= IFCSIMPLEPROPERTYTEMPLATE('2LeSK0qW8HuO00025QrE$V',$,'FlushRate','The minimum and maximum volume of water used at each flush. Where a single flush is used, the value of upper bound and lower bound should be equal. For a dual flush toilet, the lower bound should be used for the lesser flush rate and the upper bound for the greater flush rate. Where flush is achieved using mains pressure water through a flush valve, the value of upper and lower bound should be equal and should be the same as the flush rate property of the flush valve (see relevant valve property set). Alternatively, in this case, do not assert the flush rate property; refer to the flush rate of the flush valve.',.P_BOUNDEDVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#916= IFCSIMPLEPROPERTYTEMPLATE('3XJ7A0qV8HuO00025QrE$V',$,'FlowrateLeakage','Leakage flowrate versus pressure difference.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#917= IFCSIMPLEPROPERTYTEMPLATE('24yKy0qW8HuO00025QrE$V',$,'FlushType','The property enumeration Pset_FlushTypeEnum defines the types of flushing mechanism that may be specified for cisterns and sanitary terminals where:-\X\0D\X\0A\X\0D\X\0ALever: \X\09Flushing is achieved by twisting a lever that causes a predetermined flow of water to be passed from a cistern to the sanitary terminal.\X\0D\X\0APull: \X\09Flushing is achieved by pulling a handle or knob vertically upwards that causes a predetermined flow of water to be passed from a cistern to the sanitary terminal.\X\0D\X\0APush: \X\09Flushing is achieved by pushing a button or plate that causes a predetermined flow of water to be passed from a cistern to the sanitary terminal.\X\0D\X\0ASensor: Flush is activated through an automatic sensing mechanism.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6160,$,$,$,$); -#6160= IFCPROPERTYENUMERATION('PEnum_FlushType',('LEVER','PULL','PUSH','SENSOR','OTHER','NOTKNOWN','UNSET'),$); +#917= IFCSIMPLEPROPERTYTEMPLATE('3KpXS0qVuHuO00025QrE$V',$,'FlowRateRange','Allowable range of volume of fluid being pumped against the resistance specified.',.P_BOUNDEDVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); -#918= IFCSIMPLEPROPERTYTEMPLATE('27VOM0qRqHuO00025QrE$V',$,'Force','Indicates the maximum close-off force for the actuator.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#918= IFCSIMPLEPROPERTYTEMPLATE('3Zz9i0qUKHuO00025QrE$V',$,'FlowRateRange','Possible range of fluid flowrate that can be delivered.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#919= IFCSIMPLEPROPERTYTEMPLATE('3ev2SAoQX3Lgt5$_Dbrj6Q',$,'ForeignObjectDetectionSensorType','Indicates the type of foreign object detection sensor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6166,$,$,$,$); -#6166= IFCPROPERTYENUMERATION('PEnum_ForeignObjectDetectionSensorType',('DUALPOWERNETWORK','OTHER','NOTKNOWN','UNSET'),$); +#919= IFCSIMPLEPROPERTYTEMPLATE('3q4tS0qVCHuO00025QrE$V',$,'FlowRating','Actual flow capacity for the gutter. Value of 0.00 means this value has not been set.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#920= IFCSIMPLEPROPERTYTEMPLATE('2x9z80qVGHuO00025QrE$V',$,'FormStrippingStrength','The minimum required compressive strength of the concrete at form stripping time.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#920= IFCSIMPLEPROPERTYTEMPLATE('3RzIK0qVuHuO00025QrE$V',$,'FlowResistanceRange','Allowable range of frictional resistance against which the fluid is being pumped.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#921= IFCSIMPLEPROPERTYTEMPLATE('1rUW80qX8HuO00025QrE$V',$,'FoulingFactor','Fouling factor of the tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcThermalResistanceMeasure',$,$,$,$,$,$); +#921= IFCSIMPLEPROPERTYTEMPLATE('1QZPg0qTuHuO00025QrE$V',$,'FluidFlowLeakage','Volumetric leakage flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#922= IFCSIMPLEPROPERTYTEMPLATE('2xBiw0qW8HuO00025QrE$V',$,'FountainType','Selection of the type of fountain from the enumerated list of types where:-\X\0D\X\0A\X\0D\X\0ADrinkingWater: \X\09Sanitary appliance that provides a low pressure jet of drinking water.\X\0D\X\0AEyewash: \X\09Waste water appliance, usually installed in work places where there is a risk of injury to eyes by solid particles or dangerous liquids, with which the user can wash the eyes without touching them.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6171,$,$,$,$); -#6171= IFCPROPERTYENUMERATION('PEnum_FountainType',('DRINKINGWATER','EYEWASH','OTHER','NOTKNOWN','UNSET'),$); +#922= IFCSIMPLEPROPERTYTEMPLATE('27c7W0qVCHuO00025QrE$V',$,'FluidFlowLeakage','Volumetric leakage flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#923= IFCSIMPLEPROPERTYTEMPLATE('2SW0O0qWaHuO00025QrE$V',$,'FractionConvectiveHeatTransfer','Fraction of the total heat transfer rate as the convective heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#923= IFCSIMPLEPROPERTYTEMPLATE('3S9ls0qSaHuO00025QrE$V',$,'FluidPressureRange','Allowable water working pressure range inside the tube.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#924= IFCSIMPLEPROPERTYTEMPLATE('0D52m0qUGHuO00025QrE$V',$,'FractionOfMotorHeatToAirStream','Fraction of the motor heat released into the fluid flow.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#924= IFCSIMPLEPROPERTYTEMPLATE('3i5$y0qXGHuO00025QrE$V',$,'FlushingRate','The predetermined quantity of water to be flushed.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#925= IFCSIMPLEPROPERTYTEMPLATE('2Q7Qm0qWaHuO00025QrE$V',$,'FractionRadiantHeatTransfer','Fraction of the total heat transfer rate as the radiant heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#925= IFCSIMPLEPROPERTYTEMPLATE('2LeSK0qW8HuO00025QrE$V',$,'FlushRate','The minimum and maximum volume of water used at each flush. Where a single flush is used, the value of upper bound and lower bound should be equal. For a dual flush toilet, the lower bound should be used for the lesser flush rate and the upper bound for the greater flush rate. Where flush is achieved using mains pressure water through a flush valve, the value of upper and lower bound should be equal and should be the same as the flush rate property of the flush valve (see relevant valve property set). Alternatively, in this case, do not assert the flush rate property; refer to the flush rate of the flush valve.',.P_BOUNDEDVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#926= IFCSIMPLEPROPERTYTEMPLATE('2g$diqZkvF5QTVAB4_JcMO',$,'FractureIndex','Count of the number or spacing of fractures over an arbitrary length of core.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#926= IFCSIMPLEPROPERTYTEMPLATE('24yKy0qW8HuO00025QrE$V',$,'FlushType','The property enumeration Pset_FlushTypeEnum defines the types of flushing mechanism that may be specified for cisterns and sanitary terminals where:-\X\0D\X\0A\X\0D\X\0ALever: \X\09Flushing is achieved by twisting a lever that causes a predetermined flow of water to be passed from a cistern to the sanitary terminal.\X\0D\X\0APull: \X\09Flushing is achieved by pulling a handle or knob vertically upwards that causes a predetermined flow of water to be passed from a cistern to the sanitary terminal.\X\0D\X\0APush: \X\09Flushing is achieved by pushing a button or plate that causes a predetermined flow of water to be passed from a cistern to the sanitary terminal.\X\0D\X\0ASensor: Flush is activated through an automatic sensing mechanism.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6197,$,$,$,$); +#6197= IFCPROPERTYENUMERATION('PEnum_FlushType',('LEVER','PULL','PUSH','SENSOR','OTHER','NOTKNOWN','UNSET'),$); -#927= IFCSIMPLEPROPERTYTEMPLATE('0vlaY0qT0HuO00025QrE$V',$,'FragilityRating','Indication on the fragility of the covering (e.g., under fire conditions). It is given according to the national building code that might provide a classification for fragility.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#927= IFCSIMPLEPROPERTYTEMPLATE('27VOM0qRqHuO00025QrE$V',$,'Force','Indicates the maximum close-off force for the actuator.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#928= IFCSIMPLEPROPERTYTEMPLATE('2B6mU0qT4HuO00025QrE$V',$,'FrameDepth','The length (or depth) of the damper frame.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#928= IFCSIMPLEPROPERTYTEMPLATE('3ev2SAoQX3Lgt5$_Dbrj6Q',$,'ForeignObjectDetectionSensorType','Indicates the type of foreign object detection sensor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6203,$,$,$,$); +#6203= IFCPROPERTYENUMERATION('PEnum_ForeignObjectDetectionSensorType',('DUALPOWERNETWORK','OTHER','NOTKNOWN','UNSET'),$); -#929= IFCSIMPLEPROPERTYTEMPLATE('1ZDPy0qUKHuO00025QrE$V',$,'FrameMaterial','Filter frame material.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); +#929= IFCSIMPLEPROPERTYTEMPLATE('2x9z80qVGHuO00025QrE$V',$,'FormStrippingStrength','The minimum required compressive strength of the concrete at form stripping time.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#930= IFCSIMPLEPROPERTYTEMPLATE('0FmL80qU4HuO00025QrE$V',$,'FrameSize','Designation of the frame size according to the named range of frame sizes designated at the place of use or according to a given standard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#930= IFCSIMPLEPROPERTYTEMPLATE('1rUW80qX8HuO00025QrE$V',$,'FoulingFactor','Fouling factor of the tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcThermalResistanceMeasure',$,$,$,$,$,$); -#931= IFCSIMPLEPROPERTYTEMPLATE('2JSqA0qT4HuO00025QrE$V',$,'FrameThickness','The thickness of the damper frame material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#931= IFCSIMPLEPROPERTYTEMPLATE('2xBiw0qW8HuO00025QrE$V',$,'FountainType','Selection of the type of fountain from the enumerated list of types where:-\X\0D\X\0A\X\0D\X\0ADrinkingWater: \X\09Sanitary appliance that provides a low pressure jet of drinking water.\X\0D\X\0AEyewash: \X\09Waste water appliance, usually installed in work places where there is a risk of injury to eyes by solid particles or dangerous liquids, with which the user can wash the eyes without touching them.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6208,$,$,$,$); +#6208= IFCPROPERTYENUMERATION('PEnum_FountainType',('DRINKINGWATER','EYEWASH','OTHER','NOTKNOWN','UNSET'),$); -#932= IFCSIMPLEPROPERTYTEMPLATE('259IQ0qT4HuO00025QrE$V',$,'FrameType','The type of frame used by the damper (e.g., Standard, Single Flange, Single Reversed Flange, Double Flange, etc.).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#932= IFCSIMPLEPROPERTYTEMPLATE('2SW0O0qWaHuO00025QrE$V',$,'FractionConvectiveHeatTransfer','Fraction of the total heat transfer rate as the convective heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#933= IFCSIMPLEPROPERTYTEMPLATE('0HtTs0qUuHuO00025QrE$V',$,'FreezingPoint','The freezing point of the material (fluid).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#933= IFCSIMPLEPROPERTYTEMPLATE('0D52m0qUGHuO00025QrE$V',$,'FractionOfMotorHeatToAirStream','Fraction of the motor heat released into the fluid flow.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#934= IFCSIMPLEPROPERTYTEMPLATE('30kFG0qSCHuO00025QrE$V',$,'FrequencyResponse','Indicates the output over a specified range of frequencies.',.P_TABLEVALUE.,'IfcFrequencyMeasure','IfcSoundPowerMeasure',$,$,$,$,$); +#934= IFCSIMPLEPROPERTYTEMPLATE('2Q7Qm0qWaHuO00025QrE$V',$,'FractionRadiantHeatTransfer','Fraction of the total heat transfer rate as the radiant heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#935= IFCSIMPLEPROPERTYTEMPLATE('1XV$MSCjTDXgy6O1qRcwC4',$,'FrictionAngle','Friction angle is the tested inclination angle from horizontal.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#935= IFCSIMPLEPROPERTYTEMPLATE('2g$diqZkvF5QTVAB4_JcMO',$,'FractureIndex','Count of the number or spacing of fractures over an arbitrary length of core.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#936= IFCSIMPLEPROPERTYTEMPLATE('2hk0eZaUv0hgmvkItMOeJC',$,'FrictionBehaviour','Friction shear strength of a rock or soil that is dependent on interparticle friction.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#936= IFCSIMPLEPROPERTYTEMPLATE('0vlaY0qT0HuO00025QrE$V',$,'FragilityRating','Indication on the fragility of the covering (e.g., under fire conditions). It is given according to the national building code that might provide a classification for fragility.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#937= IFCSIMPLEPROPERTYTEMPLATE('3$1U60qSeHuO00025QrE$V',$,'FrictionHeatGain','Friction heat gain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#937= IFCSIMPLEPROPERTYTEMPLATE('2B6mU0qT4HuO00025QrE$V',$,'FrameDepth','The length (or depth) of the damper frame.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#938= IFCSIMPLEPROPERTYTEMPLATE('3OJwS0qTeHuO00025QrE$V',$,'FrictionLoss','The pressure loss due to friction per unit length. (Data type = PressureMeasure/LengthMeasure)',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#938= IFCSIMPLEPROPERTYTEMPLATE('1ZDPy0qUKHuO00025QrE$V',$,'FrameMaterial','Filter frame material.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); -#939= IFCSIMPLEPROPERTYTEMPLATE('3tjlO0qXCHuO00025QrE$V',$,'Fuel','The amount of fuel consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumeMeasure',$,$,$,$,$); +#939= IFCSIMPLEPROPERTYTEMPLATE('0FmL80qU4HuO00025QrE$V',$,'FrameSize','Designation of the frame size according to the named range of frame sizes designated at the place of use or according to a given standard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#940= IFCSIMPLEPROPERTYTEMPLATE('05b5a0qSiHuO00025QrE$V',$,'FullLoadRatio','Ratio of actual power to full load power as a quadratic function of part load, at certain condensing and evaporating temperature, FracFullLoadPower = f ( PartLoadRatio).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#940= IFCSIMPLEPROPERTYTEMPLATE('2JSqA0qT4HuO00025QrE$V',$,'FrameThickness','The thickness of the damper frame material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#941= IFCSIMPLEPROPERTYTEMPLATE('0lvHS0qSaHuO00025QrE$V',$,'FullLoadRatioCurve','Ratio of actual power to full load power as a quadratic function of part load, at certain condensing and evaporating temperature, FracFullLoadPower = f ( PartLoadRatio).',.P_TABLEVALUE.,'IfcPositiveRatioMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); +#941= IFCSIMPLEPROPERTYTEMPLATE('259IQ0qT4HuO00025QrE$V',$,'FrameType','The type of frame used by the damper (e.g., Standard, Single Flange, Single Reversed Flange, Double Flange, etc.).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#942= IFCSIMPLEPROPERTYTEMPLATE('2WLErKhy1AxhskSWPS52wJ',$,'FullScaleOutput','Indicates the full scale output of the earthquake sensor or accelerometer.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#942= IFCSIMPLEPROPERTYTEMPLATE('0HtTs0qUuHuO00025QrE$V',$,'FreezingPoint','The freezing point of the material (fluid).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#943= IFCSIMPLEPROPERTYTEMPLATE('0moNa0qSWHuO00025QrE$V',$,'Function','Type of function for which the conductor is intended.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6206,$,$,$,$); -#6206= IFCPROPERTYENUMERATION('PEnum_FunctionEnum',('LINE','NEUTRAL','PROTECTIVEEARTH','PROTECTIVEEARTHNEUTRAL','OTHER','NOTKNOWN','UNSET'),$); +#943= IFCSIMPLEPROPERTYTEMPLATE('30kFG0qSCHuO00025QrE$V',$,'FrequencyResponse','Indicates the output over a specified range of frequencies.',.P_TABLEVALUE.,'IfcFrequencyMeasure','IfcSoundPowerMeasure',$,$,$,$,$); -#944= IFCSIMPLEPROPERTYTEMPLATE('28A1C0qU4HuO00025QrE$V',$,'FunctionalUnitReference','Reference to a database or a classification',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#944= IFCSIMPLEPROPERTYTEMPLATE('1XV$MSCjTDXgy6O1qRcwC4',$,'FrictionAngle','Friction angle is the tested inclination angle from horizontal.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#945= IFCSIMPLEPROPERTYTEMPLATE('2bJ_W0qSSHuO00025QrE$V',$,'FunctionReliable','Cable/bus maintain given properties/functions over a given (tested) time and conditions. According to IEC standard.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#945= IFCSIMPLEPROPERTYTEMPLATE('2hk0eZaUv0hgmvkItMOeJC',$,'FrictionBehaviour','Friction shear strength of a rock or soil that is dependent on interparticle friction.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#946= IFCSIMPLEPROPERTYTEMPLATE('36$Py0qSWHuO00025QrE$V',$,'FunctionReliable','Core maintain given properties/functions over a given (tested) time and conditions. According to (IEC) standard.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#946= IFCSIMPLEPROPERTYTEMPLATE('3$1U60qSeHuO00025QrE$V',$,'FrictionHeatGain','Friction heat gain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#947= IFCSIMPLEPROPERTYTEMPLATE('2Z2eDnN418DOpcmbgckN0p',$,'FundingSource','Investment funding source',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#947= IFCSIMPLEPROPERTYTEMPLATE('3OJwS0qTeHuO00025QrE$V',$,'FrictionLoss','The pressure loss due to friction per unit length. (Data type = PressureMeasure/LengthMeasure)',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#948= IFCSIMPLEPROPERTYTEMPLATE('1AGUE0qWyHuO00025QrE$V',$,'FurniturePanelType','Available panel types from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6220,$,$,$,$); -#6220= IFCPROPERTYENUMERATION('PEnum_FurniturePanelType',('ACOUSTICAL','GLAZED','HORZ_SEG','MONOLITHIC','OPEN','ENDS','DOOR','SCREEN','OTHER','NOTKNOWN','UNSET'),$); +#948= IFCSIMPLEPROPERTYTEMPLATE('3tjlO0qXCHuO00025QrE$V',$,'Fuel','The amount of fuel consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumeMeasure',$,$,$,$,$); -#949= IFCSIMPLEPROPERTYTEMPLATE('3pVzu0qVqHuO00025QrE$V',$,'FuseDisconnectorType','A list of the available types of fuse disconnector from which that required may be selected where:\X\0D\X\0A\X\0D\X\0AEngineProtectionDevice: A fuse whose characteristic is specifically designed for the protection of a motor or generator.\X\0D\X\0AFuseSwitchDisconnector: A switch disconnector in which a fuse link or a fuse carrier with fuse link forms the moving contact,\X\0D\X\0AHRC: A standard fuse (High Rupturing Capacity)\X\0D\X\0AOverloadProtectionDevice: A device that disconnects the supply when the operating conditions in an electrically undamaged circuit causes an overcurrent,\X\0D\X\0ASemiconductorFuse: A fuse whose characteristic is specifically designed for the protection of sem-conductor devices.\X\0D\X\0ASwitchDisconnectorFuse: A switch disconnector in which one or more poles have a fuse in series in a composite unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6222,$,$,$,$); -#6222= IFCPROPERTYENUMERATION('PEnum_FuseDisconnectorType',('ENGINEPROTECTIONDEVICE','FUSEDSWITCH','HRC','OVERLOADPROTECTIONDEVICE','SWITCHDISCONNECTORFUSE','OTHER','NOTKNOWN','UNSET'),$); +#949= IFCSIMPLEPROPERTYTEMPLATE('05b5a0qSiHuO00025QrE$V',$,'FullLoadRatio','Ratio of actual power to full load power as a quadratic function of part load, at certain condensing and evaporating temperature, FracFullLoadPower = f ( PartLoadRatio).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#950= IFCSIMPLEPROPERTYTEMPLATE('0BsWE0qT8HuO00025QrE$V',$,'FusibleLinkTemperature','The temperature that the fusible link melts.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#950= IFCSIMPLEPROPERTYTEMPLATE('0lvHS0qSaHuO00025QrE$V',$,'FullLoadRatioCurve','Ratio of actual power to full load power as a quadratic function of part load, at certain condensing and evaporating temperature, FracFullLoadPower = f ( PartLoadRatio).',.P_TABLEVALUE.,'IfcPositiveRatioMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); -#951= IFCSIMPLEPROPERTYTEMPLATE('3SAlk0qT4HuO00025QrE$V',$,'FusibleLinkTemperature','The temperature that the fusible link melts.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#951= IFCSIMPLEPROPERTYTEMPLATE('2WLErKhy1AxhskSWPS52wJ',$,'FullScaleOutput','Indicates the full scale output of the earthquake sensor or accelerometer.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#952= IFCSIMPLEPROPERTYTEMPLATE('2PG$JI90zDQPVTLSZVlkZv',$,'GasConcentration','Expected concentration of gas to be encountered during excavation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#952= IFCSIMPLEPROPERTYTEMPLATE('0moNa0qSWHuO00025QrE$V',$,'Function','Type of function for which the conductor is intended.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6243,$,$,$,$); +#6243= IFCPROPERTYENUMERATION('PEnum_FunctionEnum',('LINE','NEUTRAL','PROTECTIVEEARTH','PROTECTIVEEARTHNEUTRAL','OTHER','NOTKNOWN','UNSET'),$); -#953= IFCSIMPLEPROPERTYTEMPLATE('39aIOtx2DEa802QYg_FsGV',$,'GasConcentration','Expected concentration of gas to be encountered during excavation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#953= IFCSIMPLEPROPERTYTEMPLATE('28A1C0qU4HuO00025QrE$V',$,'FunctionalUnitReference','Reference to a database or a classification',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#954= IFCSIMPLEPROPERTYTEMPLATE('192xa0qWKHuO00025QrE$V',$,'GasDetected','Identification of the gas that is being detected, according to chemical formula. For example, carbon monoxide is ''CO'', carbon dioxide is ''CO2'', oxygen is ''O2''.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#954= IFCSIMPLEPROPERTYTEMPLATE('2bJ_W0qSSHuO00025QrE$V',$,'FunctionReliable','Cable/bus maintain given properties/functions over a given (tested) time and conditions. According to IEC standard.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#955= IFCSIMPLEPROPERTYTEMPLATE('0qky80qUqHuO00025QrE$V',$,'GasPressure','Fill pressure (e.g. for between-pane gas fills): the pressure exerted by a mass of gas confined in a constant volume.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#955= IFCSIMPLEPROPERTYTEMPLATE('36$Py0qSWHuO00025QrE$V',$,'FunctionReliable','Core maintain given properties/functions over a given (tested) time and conditions. According to (IEC) standard.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#956= IFCSIMPLEPROPERTYTEMPLATE('0i7RYafnT6WPVPIwyUyF1u',$,'GasType','Type of natural gas occurence in the subject section.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#956= IFCSIMPLEPROPERTYTEMPLATE('2Z2eDnN418DOpcmbgckN0p',$,'FundingSource','Investment funding source',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#957= IFCSIMPLEPROPERTYTEMPLATE('1CtHA0qUWHuO00025QrE$V',$,'GasType','Defines the types of gas that may be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6231,$,$,$,$); -#6231= IFCPROPERTYENUMERATION('PEnum_GasType',('COMMERCIALBUTANE','COMMERCIALPROPANE','LIQUEFIEDPETROLEUMGAS','NATURALGAS','OTHER','NOTKNOWN','UNSET'),$); +#957= IFCSIMPLEPROPERTYTEMPLATE('1AGUE0qWyHuO00025QrE$V',$,'FurniturePanelType','Available panel types from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6257,$,$,$,$); +#6257= IFCPROPERTYENUMERATION('PEnum_FurniturePanelType',('ACOUSTICAL','GLAZED','HORZ_SEG','MONOLITHIC','OPEN','ENDS','DOOR','SCREEN','OTHER','NOTKNOWN','UNSET'),$); -#958= IFCSIMPLEPROPERTYTEMPLATE('3xONOgIiDFaPnwg2ne4hqt',$,'GasType','Type of natural gas occurence in subject section.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#958= IFCSIMPLEPROPERTYTEMPLATE('3pVzu0qVqHuO00025QrE$V',$,'FuseDisconnectorType','A list of the available types of fuse disconnector from which that required may be selected where:\X\0D\X\0A\X\0D\X\0AEngineProtectionDevice: A fuse whose characteristic is specifically designed for the protection of a motor or generator.\X\0D\X\0AFuseSwitchDisconnector: A switch disconnector in which a fuse link or a fuse carrier with fuse link forms the moving contact,\X\0D\X\0AHRC: A standard fuse (High Rupturing Capacity)\X\0D\X\0AOverloadProtectionDevice: A device that disconnects the supply when the operating conditions in an electrically undamaged circuit causes an overcurrent,\X\0D\X\0ASemiconductorFuse: A fuse whose characteristic is specifically designed for the protection of sem-conductor devices.\X\0D\X\0ASwitchDisconnectorFuse: A switch disconnector in which one or more poles have a fuse in series in a composite unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6259,$,$,$,$); +#6259= IFCPROPERTYENUMERATION('PEnum_FuseDisconnectorType',('ENGINEPROTECTIONDEVICE','FUSEDSWITCH','HRC','OVERLOADPROTECTIONDEVICE','SWITCHDISCONNECTORFUSE','OTHER','NOTKNOWN','UNSET'),$); -#959= IFCSIMPLEPROPERTYTEMPLATE('0cv0MyVAnAzeuvZv_LHADf',$,'GeoContactType','Reports a URI referring to a controlled concept from a vocabulary defining the contact types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#959= IFCSIMPLEPROPERTYTEMPLATE('0BsWE0qT8HuO00025QrE$V',$,'FusibleLinkTemperature','The temperature that the fusible link melts.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#960= IFCSIMPLEPROPERTYTEMPLATE('3j7ItBCun2pf_7JPhtV8eb',$,'GeologicalHazard','Relates the presence or absence of a certain geological hazard, like e.g. hazardous minerals (asbestos, serpentine) or gas.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#960= IFCSIMPLEPROPERTYTEMPLATE('3SAlk0qT4HuO00025QrE$V',$,'FusibleLinkTemperature','The temperature that the fusible link melts.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#961= IFCSIMPLEPROPERTYTEMPLATE('1iHvbtNqf6U9Bzcl_08dUS',$,'GeologicHistory','Human readable description, possibly formatted with formal syntax, of the age of the GeologicUnit (where age is a sequence of events and may include process and environment information).',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#961= IFCSIMPLEPROPERTYTEMPLATE('2PG$JI90zDQPVTLSZVlkZv',$,'GasConcentration','Expected concentration of gas to be encountered during excavation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#962= IFCSIMPLEPROPERTYTEMPLATE('3kvkEL4rr7TelKN6g8aSiF',$,'GeologicUnitType','>NOTE Definition according to GeoSciML: The type of GeologicUnit.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#962= IFCSIMPLEPROPERTYTEMPLATE('39aIOtx2DEa802QYg_FsGV',$,'GasConcentration','Expected concentration of gas to be encountered during excavation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#963= IFCSIMPLEPROPERTYTEMPLATE('1haXibmFT39BKx1k_TwkeU',$,'GeologyCode','Reference to any existing classification, e.g. from ageological survey or stratigraphy table.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#963= IFCSIMPLEPROPERTYTEMPLATE('192xa0qWKHuO00025QrE$V',$,'GasDetected','Identification of the gas that is being detected, according to chemical formula. For example, carbon monoxide is ''CO'', carbon dioxide is ''CO2'', oxygen is ''O2''.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#964= IFCSIMPLEPROPERTYTEMPLATE('18zyC0qTqHuO00025QrE$V',$,'GlassColor','Color (tint) selection for this glazing. It is given for information purposes only.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#964= IFCSIMPLEPROPERTYTEMPLATE('0qky80qUqHuO00025QrE$V',$,'GasPressure','Fill pressure (e.g. for between-pane gas fills): the pressure exerted by a mass of gas confined in a constant volume.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#965= IFCSIMPLEPROPERTYTEMPLATE('0DzO_0qTqHuO00025QrE$V',$,'GlassLayers','Number of glass layers within the frame. E.g. "2" for double glazing.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#965= IFCSIMPLEPROPERTYTEMPLATE('0i7RYafnT6WPVPIwyUyF1u',$,'GasType','Type of natural gas occurence in the subject section.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#966= IFCSIMPLEPROPERTYTEMPLATE('0QUUW0qTqHuO00025QrE$V',$,'GlassThickness1','Thickness of the first (inner) glass layer.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#966= IFCSIMPLEPROPERTYTEMPLATE('1CtHA0qUWHuO00025QrE$V',$,'GasType','Defines the types of gas that may be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6268,$,$,$,$); +#6268= IFCPROPERTYENUMERATION('PEnum_GasType',('COMMERCIALBUTANE','COMMERCIALPROPANE','LIQUEFIEDPETROLEUMGAS','NATURALGAS','OTHER','NOTKNOWN','UNSET'),$); -#967= IFCSIMPLEPROPERTYTEMPLATE('0dbjS0qTqHuO00025QrE$V',$,'GlassThickness2','Thickness of the second (intermediate or outer) glass layer.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#967= IFCSIMPLEPROPERTYTEMPLATE('3xONOgIiDFaPnwg2ne4hqt',$,'GasType','Type of natural gas occurence in subject section.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#968= IFCSIMPLEPROPERTYTEMPLATE('0oKMm0qTqHuO00025QrE$V',$,'GlassThickness3','Thickness of the third (outer) glass layer.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#968= IFCSIMPLEPROPERTYTEMPLATE('0cv0MyVAnAzeuvZv_LHADf',$,'GeoContactType','Reports a URI referring to a controlled concept from a vocabulary defining the contact types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#969= IFCSIMPLEPROPERTYTEMPLATE('1TXuk0qTmHuO00025QrE$V',$,'GlazingAreaFraction','Fraction of the glazing area relative to the total area of the filling element. \X\0D\X\0AIt shall be used, if the glazing area is not given separately for all panels within the filling element.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#969= IFCSIMPLEPROPERTYTEMPLATE('3j7ItBCun2pf_7JPhtV8eb',$,'GeologicalHazard','Relates the presence or absence of a certain geological hazard, like e.g. hazardous minerals (asbestos, serpentine) or gas.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#970= IFCSIMPLEPROPERTYTEMPLATE('3TCqk0qXWHuO00025QrE$V',$,'GlazingAreaFraction','Fraction of the glazing area relative to the total area of the filling element. \X\0D\X\0AIt shall be used, if the glazing area is not given separately for all panels within the filling element.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#970= IFCSIMPLEPROPERTYTEMPLATE('1iHvbtNqf6U9Bzcl_08dUS',$,'GeologicHistory','Human readable description, possibly formatted with formal syntax, of the age of the GeologicUnit (where age is a sequence of events and may include process and environment information).',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#971= IFCSIMPLEPROPERTYTEMPLATE('1u_fA0qUmHuO00025QrE$V',$,'GlobalTradeItemNumber','The Global Trade Item Number (GTIN) is an identifier for trade items developed by GS1 (www.gs1.org).',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#971= IFCSIMPLEPROPERTYTEMPLATE('3kvkEL4rr7TelKN6g8aSiF',$,'GeologicUnitType','>NOTE Definition according to GeoSciML: The type of GeologicUnit.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#972= IFCSIMPLEPROPERTYTEMPLATE('1pL7i0qVCHuO00025QrE$V',$,'Gradient','The gradient of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#972= IFCSIMPLEPROPERTYTEMPLATE('1haXibmFT39BKx1k_TwkeU',$,'GeologyCode','Reference to any existing classification, e.g. from ageological survey or stratigraphy table.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#973= IFCSIMPLEPROPERTYTEMPLATE('1HTwj3_Z583xdSnaDCG6Bx',$,'GrainSize','Grain size diameter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#973= IFCSIMPLEPROPERTYTEMPLATE('18zyC0qTqHuO00025QrE$V',$,'GlassColor','Color (tint) selection for this glazing. It is given for information purposes only.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#974= IFCSIMPLEPROPERTYTEMPLATE('2PeYcOedfAx9gaB4_6ou2V',$,'GravelVolume','Relative volume of gravel (typically larger than 2mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#974= IFCSIMPLEPROPERTYTEMPLATE('0DzO_0qTqHuO00025QrE$V',$,'GlassLayers','Number of glass layers within the frame. E.g. "2" for double glazing.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#975= IFCSIMPLEPROPERTYTEMPLATE('00xfM0qWaHuO00025QrE$V',$,'GrossPlannedArea','Total planned gross area for the space. Used for programming the space.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#975= IFCSIMPLEPROPERTYTEMPLATE('0QUUW0qTqHuO00025QrE$V',$,'GlassThickness1','Thickness of the first (inner) glass layer.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#976= IFCSIMPLEPROPERTYTEMPLATE('0L4AE0qSKHuO00025QrE$V',$,'GrossPlannedArea','Total planned gross area for the building Used for programming the building.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#976= IFCSIMPLEPROPERTYTEMPLATE('0dbjS0qTqHuO00025QrE$V',$,'GlassThickness2','Thickness of the second (intermediate or outer) glass layer.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#977= IFCSIMPLEPROPERTYTEMPLATE('2WYZI0qSKHuO00025QrE$V',$,'GrossPlannedArea','Total planned area for the building storey. Used for programming the building storey.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#977= IFCSIMPLEPROPERTYTEMPLATE('0oKMm0qTqHuO00025QrE$V',$,'GlassThickness3','Thickness of the third (outer) glass layer.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#978= IFCSIMPLEPROPERTYTEMPLATE('3aRdaISbH6VwiKDVpXGI6$',$,'GrossPlannedArea','Total planned gross area for the zone. Used for programming the zone.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#978= IFCSIMPLEPROPERTYTEMPLATE('1TXuk0qTmHuO00025QrE$V',$,'GlazingAreaFraction','Fraction of the glazing area relative to the total area of the filling element. \X\0D\X\0AIt shall be used, if the glazing area is not given separately for all panels within the filling element.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#979= IFCSIMPLEPROPERTYTEMPLATE('3muRcKEG13Eekov69fIrNH',$,'GroundFaultCurrentSetValue','Ground fault current set value. The set value of the ground tripping current if adjustable.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#979= IFCSIMPLEPROPERTYTEMPLATE('3TCqk0qXWHuO00025QrE$V',$,'GlazingAreaFraction','Fraction of the glazing area relative to the total area of the filling element. \X\0D\X\0AIt shall be used, if the glazing area is not given separately for all panels within the filling element.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#980= IFCSIMPLEPROPERTYTEMPLATE('2ACC9nT6bAfuCPw3yJtgyK',$,'GroundFaultFunction','Applying ground fault function. A flag indicating that the ground fault function of the device is used. The value should be set to FALSE for devices not having a ground fault function, or if the ground fault function is not selected to be used.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#980= IFCSIMPLEPROPERTYTEMPLATE('1u_fA0qUmHuO00025QrE$V',$,'GlobalTradeItemNumber','The Global Trade Item Number (GTIN) is an identifier for trade items developed by GS1 (www.gs1.org).',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#981= IFCSIMPLEPROPERTYTEMPLATE('015H08Upv8IgOnOdu__Psm',$,'GroundFaulti2tFunction','Applying ground fault i2t function. A flag indicating that the I2t ground fault function of the device is used. The value should be set to TRUE only if the I2t function is explicitly selected for the device.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#981= IFCSIMPLEPROPERTYTEMPLATE('1pL7i0qVCHuO00025QrE$V',$,'Gradient','The gradient of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#982= IFCSIMPLEPROPERTYTEMPLATE('1QKaWg0bX6NwHynHAaPmFn',$,'GroundFaultTrippingTime','Ground fault tripping time. The set value of the ground fault tripping current if adjustable.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#982= IFCSIMPLEPROPERTYTEMPLATE('1HTwj3_Z583xdSnaDCG6Bx',$,'GrainSize','Grain size diameter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#983= IFCSIMPLEPROPERTYTEMPLATE('0GRwj6SjTAtwY3611gVZUL',$,'GroundingType','The type of grounding connection.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#983= IFCSIMPLEPROPERTYTEMPLATE('2PeYcOedfAx9gaB4_6ou2V',$,'GravelVolume','Relative volume of gravel (typically larger than 2mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#984= IFCSIMPLEPROPERTYTEMPLATE('2NdoXdKT98XeEMmk8dSBQF',$,'GroundResistance','The soil or ground resistance to electrical current from the cable fitting.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); +#984= IFCSIMPLEPROPERTYTEMPLATE('00xfM0qWaHuO00025QrE$V',$,'GrossPlannedArea','Total planned gross area for the space. Used for programming the space.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#985= IFCSIMPLEPROPERTYTEMPLATE('2lSWAaqvfDPgf2dncsUHxG',$,'GroundTemperature','Ground temperature expected in the subject section.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#985= IFCSIMPLEPROPERTYTEMPLATE('0L4AE0qSKHuO00025QrE$V',$,'GrossPlannedArea','Total planned gross area for the building Used for programming the building.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#986= IFCSIMPLEPROPERTYTEMPLATE('3iQRoUZRb2nOp0QHhQ7OX4',$,'GroundTemperature','Ground temperature expected in the subject section.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#986= IFCSIMPLEPROPERTYTEMPLATE('2WYZI0qSKHuO00025QrE$V',$,'GrossPlannedArea','Total planned area for the building storey. Used for programming the building storey.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#987= IFCSIMPLEPROPERTYTEMPLATE('0eilySCHX2FwvuWJBgvmtA',$,'GroundwaterAgressiveness','Rating of the agressiveness e.g. towards concrete.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#987= IFCSIMPLEPROPERTYTEMPLATE('3aRdaISbH6VwiKDVpXGI6$',$,'GrossPlannedArea','Total planned gross area for the zone. Used for programming the zone.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#988= IFCSIMPLEPROPERTYTEMPLATE('0mQnX78kz9AByN_68nPESp',$,'GroundwaterAgressiveness','Rating of the agressiveness e.g. towards concrete, according to national standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#988= IFCSIMPLEPROPERTYTEMPLATE('1_Vnw4BBXCOA6hWdCFm02c',$,'GroundClassTBM','Specific rock mass classification based on TBM data.',.P_SINGLEVALUE.,'IfcLabel ',$,$,$,$,$,$); -#989= IFCSIMPLEPROPERTYTEMPLATE('2LavVwNED3BwVZy6EdS6e4',$,'GroundwaterDepth','Depth groundwater encountered (boreholeML).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#989= IFCSIMPLEPROPERTYTEMPLATE('3muRcKEG13Eekov69fIrNH',$,'GroundFaultCurrentSetValue','Ground fault current set value. The set value of the ground tripping current if adjustable.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#990= IFCSIMPLEPROPERTYTEMPLATE('2Yt2lRKNn8Nw8eA8RdSylB',$,'GroundwaterDesignPressure','Groundwater pressure to be considered in the design.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#990= IFCSIMPLEPROPERTYTEMPLATE('2ACC9nT6bAfuCPw3yJtgyK',$,'GroundFaultFunction','Applying ground fault function. A flag indicating that the ground fault function of the device is used. The value should be set to FALSE for devices not having a ground fault function, or if the ground fault function is not selected to be used.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#991= IFCSIMPLEPROPERTYTEMPLATE('1yT1x2XOr6Bg_KMIHEoIuA',$,'GroundwaterTemperature','Groundwater temperature observed at specific location or expected in the subject section.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#991= IFCSIMPLEPROPERTYTEMPLATE('015H08Upv8IgOnOdu__Psm',$,'GroundFaulti2tFunction','Applying ground fault i2t function. A flag indicating that the I2t ground fault function of the device is used. The value should be set to TRUE only if the I2t function is explicitly selected for the device.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#992= IFCSIMPLEPROPERTYTEMPLATE('3IMyTWYAj0SuSW8M3JUwRd',$,'GroundwaterTemperature','Groundwater temperature observed at specific location or expected in the subject section.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#992= IFCSIMPLEPROPERTYTEMPLATE('1QKaWg0bX6NwHynHAaPmFn',$,'GroundFaultTrippingTime','Ground fault tripping time. The set value of the ground fault tripping current if adjustable.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#993= IFCSIMPLEPROPERTYTEMPLATE('0TZSm0qWyHuO00025QrE$V',$,'GroupCode','e.g. panels, worksurfaces, storage, etc.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#993= IFCSIMPLEPROPERTYTEMPLATE('0GRwj6SjTAtwY3611gVZUL',$,'GroundingType','The type of grounding connection.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#994= IFCSIMPLEPROPERTYTEMPLATE('0fHcCs3y9Fd95xSlbHGb0C',$,'GSI','The Geological Strength Index (GSI): A characterization tool for assessing engineering properties for rock masses.',.P_SINGLEVALUE.,'IfcPositiveInteger',$,$,$,$,$,$); +#994= IFCSIMPLEPROPERTYTEMPLATE('2NdoXdKT98XeEMmk8dSBQF',$,'GroundResistance','The soil or ground resistance to electrical current from the cable fitting.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); -#995= IFCSIMPLEPROPERTYTEMPLATE('0jXoIJ8Fz6WuI01oi0uMuh',$,'GSI','The Geological Strength Index (GSI): A characterization tool for assessing engineering properties for rock masses.\X\0D\X\0A >NOTE Definition from Marinos & Hoek (2000) GSI: A Geologically Friendly Tool For Rock Mass Strength Estimation. [Link](https://static.rocscience.cloud/assets/resources/learning/hoek/2000-GSI-A-Geologically-Friendly-Tool-for-Rock-Mass-Strength-Estimation.pdf)',.P_BOUNDEDVALUE.,'IfcInteger',$,$,$,$,$,$); +#995= IFCSIMPLEPROPERTYTEMPLATE('2lSWAaqvfDPgf2dncsUHxG',$,'GroundTemperature','Ground temperature expected in the subject section.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#996= IFCSIMPLEPROPERTYTEMPLATE('1e7Nb8No96yQH99WQ23C68',$,'GuardRailConnection','Indicates how the guard rail is connected along its length, when the fasteners are not explicitly modelled.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6290,$,$,$,$); -#6290= IFCPROPERTYENUMERATION('PEnum_GuardRailConnection',('FISHPLATE','WELD','NONE','OTHER','NOTKNOWN','UNSET'),$); +#996= IFCSIMPLEPROPERTYTEMPLATE('3iQRoUZRb2nOp0QHhQ7OX4',$,'GroundTemperature','Ground temperature expected in the subject section.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#997= IFCSIMPLEPROPERTYTEMPLATE('2pyysGb8D26hJVn4mkBF6i',$,'GuardRailType','Type of the guard rail.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6291,$,$,$,$); -#6291= IFCPROPERTYENUMERATION('PEnum_GuardRailType',('GUARDRAILSONLY','GUARDRAILANDSPOTSLEEPERS','SPOTSLEEPERSONLY','OTHER','NOTKNOWN','UNSET'),$); +#997= IFCSIMPLEPROPERTYTEMPLATE('0eilySCHX2FwvuWJBgvmtA',$,'GroundwaterAgressiveness','Rating of the agressiveness e.g. towards concrete.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#998= IFCSIMPLEPROPERTYTEMPLATE('137jE0qXSHuO00025QrE$V',$,'GullyType','Identifies the predefined types of gully from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6292,$,$,$,$); -#6292= IFCPROPERTYENUMERATION('PEnum_GullyType',('VERTICAL','BACKINLET','OTHER','NOTKNOWN','UNSET'),$); +#998= IFCSIMPLEPROPERTYTEMPLATE('0mQnX78kz9AByN_68nPESp',$,'GroundwaterAgressiveness','Rating of the agressiveness e.g. towards concrete, according to national standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#999= IFCSIMPLEPROPERTYTEMPLATE('382Uq0qXSHuO00025QrE$V',$,'GullyType','Identifies the predefined types of gully from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6292,$,$,$,$); +#999= IFCSIMPLEPROPERTYTEMPLATE('2LavVwNED3BwVZy6EdS6e4',$,'GroundwaterDepth','Depth groundwater encountered (boreholeML).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1000= IFCSIMPLEPROPERTYTEMPLATE('2Vyfs0qSSHuO00025QrE$V',$,'HalogenProof','Produces small amount of smoke and irritating Deaerator/Gas.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1000= IFCSIMPLEPROPERTYTEMPLATE('2Yt2lRKNn8Nw8eA8RdSylB',$,'GroundwaterDesignPressure','Groundwater pressure to be considered in the design.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1001= IFCSIMPLEPROPERTYTEMPLATE('311xu0qSWHuO00025QrE$V',$,'HalogenProof','Produces small amount of smoke and irritating deaerator/gas.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1001= IFCSIMPLEPROPERTYTEMPLATE('1yT1x2XOr6Bg_KMIHEoIuA',$,'GroundwaterTemperature','Groundwater temperature observed at specific location or expected in the subject section.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1002= IFCSIMPLEPROPERTYTEMPLATE('0Ct5Q0qWqHuO00025QrE$V',$,'HandicapAccessible','Indication that this object is designed to be accessible by the handicapped. \X\0D\X\0ASet to (TRUE) if this stair is rated as handicap accessible according the local building codes, otherwise (FALSE). Accessibility maybe provided by additional means.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1002= IFCSIMPLEPROPERTYTEMPLATE('3IMyTWYAj0SuSW8M3JUwRd',$,'GroundwaterTemperature','Groundwater temperature observed at specific location or expected in the subject section.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1003= IFCSIMPLEPROPERTYTEMPLATE('0KcVm0qWaHuO00025QrE$V',$,'HandicapAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as an accessible space for handicapped people, e.g., for a public toilet (TRUE) or not (FALSE). This information is often used to declare the need for access for the disabled and for special design requirements of this space.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1003= IFCSIMPLEPROPERTYTEMPLATE('0TZSm0qWyHuO00025QrE$V',$,'GroupCode','e.g. panels, worksurfaces, storage, etc.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#1004= IFCSIMPLEPROPERTYTEMPLATE('1HRUy0qXaHuO00025QrE$V',$,'HandicapAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as an accessible space for handicapped people, e.g., for a public toilet (TRUE) or not (FALSE). This information is often used to declare the need for access for the disabled and for special design requirements of this space.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1004= IFCSIMPLEPROPERTYTEMPLATE('0fHcCs3y9Fd95xSlbHGb0C',$,'GSI','The Geological Strength Index (GSI): A characterization tool for assessing engineering properties for rock masses.',.P_SINGLEVALUE.,'IfcPositiveInteger',$,$,$,$,$,$); -#1005= IFCSIMPLEPROPERTYTEMPLATE('1sa3o0qTmHuO00025QrE$V',$,'HandicapAccessible','Indication that this object is designed to be accessible by the handicapped. \X\0D\X\0AIt is giving according to the requirements of the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1005= IFCSIMPLEPROPERTYTEMPLATE('0jXoIJ8Fz6WuI01oi0uMuh',$,'GSI','The Geological Strength Index (GSI): A characterization tool for assessing engineering properties for rock masses.\X\0D\X\0A >NOTE Definition from Marinos & Hoek (2000) GSI: A Geologically Friendly Tool For Rock Mass Strength Estimation. [Link](https://static.rocscience.cloud/assets/resources/learning/hoek/2000-GSI-A-Geologically-Friendly-Tool-for-Rock-Mass-Strength-Estimation.pdf)',.P_BOUNDEDVALUE.,'IfcInteger',$,$,$,$,$,$); -#1006= IFCSIMPLEPROPERTYTEMPLATE('1Wu3w0qVyHuO00025QrE$V',$,'HandicapAccessible','Indication that this object is designed to be accessible by the handicapped. \X\0D\X\0ASet to (TRUE) if this ramp is rated as handicap accessible according the local building codes, otherwise (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1006= IFCSIMPLEPROPERTYTEMPLATE('1e7Nb8No96yQH99WQ23C68',$,'GuardRailConnection','Indicates how the guard rail is connected along its length, when the fasteners are not explicitly modelled.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6327,$,$,$,$); +#6327= IFCPROPERTYENUMERATION('PEnum_GuardRailConnection',('FISHPLATE','WELD','NONE','OTHER','NOTKNOWN','UNSET'),$); -#1007= IFCSIMPLEPROPERTYTEMPLATE('2MtpmLU05CZvLEmhti1SE7',$,'HandSignallingProhibited','Indicates if hand signalling is prohibited in case of any failure.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1007= IFCSIMPLEPROPERTYTEMPLATE('2pyysGb8D26hJVn4mkBF6i',$,'GuardRailType','Type of the guard rail.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6328,$,$,$,$); +#6328= IFCPROPERTYENUMERATION('PEnum_GuardRailType',('GUARDRAILSONLY','GUARDRAILANDSPOTSLEEPERS','SPOTSLEEPERSONLY','OTHER','NOTKNOWN','UNSET'),$); -#1008= IFCSIMPLEPROPERTYTEMPLATE('20VsC0qWyHuO00025QrE$V',$,'HangingHeight','The hanging height of the worksurface.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1008= IFCSIMPLEPROPERTYTEMPLATE('137jE0qXSHuO00025QrE$V',$,'GullyType','Identifies the predefined types of gully from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6329,$,$,$,$); +#6329= IFCPROPERTYENUMERATION('PEnum_GullyType',('VERTICAL','BACKINLET','OTHER','NOTKNOWN','UNSET'),$); -#1009= IFCSIMPLEPROPERTYTEMPLATE('3aaI_0qUqHuO00025QrE$V',$,'HardeningModule','A measure of the hardening module of the material (slope of stress versus strain curve after yield range).',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#1009= IFCSIMPLEPROPERTYTEMPLATE('382Uq0qXSHuO00025QrE$V',$,'GullyType','Identifies the predefined types of gully from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6329,$,$,$,$); -#1010= IFCSIMPLEPROPERTYTEMPLATE('0dKmU0qUuHuO00025QrE$V',$,'Hardness','Water hardness as positive, multivalent ion concentration in the water (usually concentrations of calcium and magnesium ions in terms of calcium carbonate).',.P_SINGLEVALUE.,'IfcIonConcentrationMeasure',$,$,$,$,$,$); +#1010= IFCSIMPLEPROPERTYTEMPLATE('2Vyfs0qSSHuO00025QrE$V',$,'HalogenProof','Produces small amount of smoke and irritating Deaerator/Gas.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1011= IFCSIMPLEPROPERTYTEMPLATE('1eF2E0qT0HuO00025QrE$V',$,'HasAntiStaticSurface','Indication whether the surface finish is designed to prevent electrostatic charge (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1011= IFCSIMPLEPROPERTYTEMPLATE('311xu0qSWHuO00025QrE$V',$,'HalogenProof','Produces small amount of smoke and irritating deaerator/gas.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1012= IFCSIMPLEPROPERTYTEMPLATE('3GWQlZqZbCOhyZObZZzqs$',$,'HasBallastTrack','Indicates whether the track has ballast or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1012= IFCSIMPLEPROPERTYTEMPLATE('0Ct5Q0qWqHuO00025QrE$V',$,'HandicapAccessible','Indication that this object is designed to be accessible by the handicapped. \X\0D\X\0ASet to (TRUE) if this stair is rated as handicap accessible according the local building codes, otherwise (FALSE). Accessibility maybe provided by additional means.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1013= IFCSIMPLEPROPERTYTEMPLATE('1iKdHvSGX0pxudZvZ2KLk8',$,'HasBreakLineLock','Indicates whether the equipment has the function of brake line lock or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1013= IFCSIMPLEPROPERTYTEMPLATE('0KcVm0qWaHuO00025QrE$V',$,'HandicapAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as an accessible space for handicapped people, e.g., for a public toilet (TRUE) or not (FALSE). This information is often used to declare the need for access for the disabled and for special design requirements of this space.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1014= IFCSIMPLEPROPERTYTEMPLATE('1eLnO0qWOHuO00025QrE$V',$,'HasBuiltInAlarm','Indicates whether the smoke sensor is included as an element within a smoke alarm/sensor unit (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1014= IFCSIMPLEPROPERTYTEMPLATE('1HRUy0qXaHuO00025QrE$V',$,'HandicapAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as an accessible space for handicapped people, e.g., for a public toilet (TRUE) or not (FALSE). This information is often used to declare the need for access for the disabled and for special design requirements of this space.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1015= IFCSIMPLEPROPERTYTEMPLATE('1g4E60qUOHuO00025QrE$V',$,'HasCaps','Does the inlet connection have protective caps.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1015= IFCSIMPLEPROPERTYTEMPLATE('1sa3o0qTmHuO00025QrE$V',$,'HandicapAccessible','Indication that this object is designed to be accessible by the handicapped. \X\0D\X\0AIt is giving according to the requirements of the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1016= IFCSIMPLEPROPERTYTEMPLATE('03LUq0qXCHuO00025QrE$V',$,'HasCoating','TRUE if the fin has a coating, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1016= IFCSIMPLEPROPERTYTEMPLATE('1Wu3w0qVyHuO00025QrE$V',$,'HandicapAccessible','Indication that this object is designed to be accessible by the handicapped. \X\0D\X\0ASet to (TRUE) if this ramp is rated as handicap accessible according the local building codes, otherwise (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1017= IFCSIMPLEPROPERTYTEMPLATE('3mwIKc7vTChu5cFjTlAuyB',$,'HasConductorRailGuardBoard','Indicates if a guard board is provided.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1017= IFCSIMPLEPROPERTYTEMPLATE('2MtpmLU05CZvLEmhti1SE7',$,'HandSignallingProhibited','Indicates if hand signalling is prohibited in case of any failure.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1018= IFCSIMPLEPROPERTYTEMPLATE('2Bkoo$GzT9FxN8$7msTZGo',$,'HasConnector','Indicate whether the wire pair end point is terminated with a connector or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1018= IFCSIMPLEPROPERTYTEMPLATE('20VsC0qWyHuO00025QrE$V',$,'HangingHeight','The hanging height of the worksurface.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1019= IFCSIMPLEPROPERTYTEMPLATE('2Ph$60qSOHuO00025QrE$V',$,'HasCover','Indication of whether the cable tray has a cover (=TRUE) or not (= FALSE). By default, this value should be set to FALSE..',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1019= IFCSIMPLEPROPERTYTEMPLATE('3aaI_0qUqHuO00025QrE$V',$,'HardeningModule','A measure of the hardening module of the material (slope of stress versus strain curve after yield range).',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#1020= IFCSIMPLEPROPERTYTEMPLATE('1mrqmXkov0pfRjK0zoCDrB',$,'HasCWR','Indicates if the track has continuous welded rails.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1020= IFCSIMPLEPROPERTYTEMPLATE('0dKmU0qUuHuO00025QrE$V',$,'Hardness','Water hardness as positive, multivalent ion concentration in the water (usually concentrations of calcium and magnesium ions in terms of calcium carbonate).',.P_SINGLEVALUE.,'IfcIonConcentrationMeasure',$,$,$,$,$,$); -#1021= IFCSIMPLEPROPERTYTEMPLATE('1J7hy0qUSHuO00025QrE$V',$,'HasDeflector','Indication of whether the sprinkler has a deflector (baffle) fitted to diffuse the discharge on activation (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1021= IFCSIMPLEPROPERTYTEMPLATE('1eF2E0qT0HuO00025QrE$V',$,'HasAntiStaticSurface','Indication whether the surface finish is designed to prevent electrostatic charge (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1022= IFCSIMPLEPROPERTYTEMPLATE('2tUbW0qS0HuO00025QrE$V',$,'HasDefrost','has the heat exchanger has defrost function or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1022= IFCSIMPLEPROPERTYTEMPLATE('3GWQlZqZbCOhyZObZZzqs$',$,'HasBallastTrack','Indicates whether the track has ballast or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1023= IFCSIMPLEPROPERTYTEMPLATE('30Z3LZrU15p9CBV6oSf4at',$,'HasDrainage','Indicates whether the infrastructure element has drainage embedded or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1023= IFCSIMPLEPROPERTYTEMPLATE('1iKdHvSGX0pxudZvZ2KLk8',$,'HasBreakLineLock','Indicates whether the equipment has the function of brake line lock or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1024= IFCSIMPLEPROPERTYTEMPLATE('2gQs80qTmHuO00025QrE$V',$,'HasDrive','Indication whether this object has an automatic drive to operate it (TRUE) or no drive (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1024= IFCSIMPLEPROPERTYTEMPLATE('1eLnO0qWOHuO00025QrE$V',$,'HasBuiltInAlarm','Indicates whether the smoke sensor is included as an element within a smoke alarm/sensor unit (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1025= IFCSIMPLEPROPERTYTEMPLATE('3og7M0qXWHuO00025QrE$V',$,'HasDrive','Indication whether this object has an automatic drive to operate it (TRUE) or no drive (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1025= IFCSIMPLEPROPERTYTEMPLATE('1g4E60qUOHuO00025QrE$V',$,'HasCaps','Does the inlet connection have protective caps.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1026= IFCSIMPLEPROPERTYTEMPLATE('0i3RXtiWP9gu0kcIEX$cps',$,'HasEarthquakeAlarm','Indicates whether the on-site control unit includes earthquake alarm function.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1026= IFCSIMPLEPROPERTYTEMPLATE('03LUq0qXCHuO00025QrE$V',$,'HasCoating','TRUE if the fin has a coating, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1027= IFCSIMPLEPROPERTYTEMPLATE('2qgOIv5sT2oOCmdiwvsqux',$,'HasEarthquakeCollection','Indicates whether the on-site control unit collects earthquake information.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1027= IFCSIMPLEPROPERTYTEMPLATE('3mwIKc7vTChu5cFjTlAuyB',$,'HasConductorRailGuardBoard','Indicates if a guard board is provided.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1028= IFCSIMPLEPROPERTYTEMPLATE('0NV$S0qTyHuO00025QrE$V',$,'HasExteriorInsulation','TRUE if the silencer has exterior insulation. FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1028= IFCSIMPLEPROPERTYTEMPLATE('2Bkoo$GzT9FxN8$7msTZGo',$,'HasConnector','Indicate whether the wire pair end point is terminated with a connector or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1029= IFCSIMPLEPROPERTYTEMPLATE('3JVFe0qRuHuO00025QrE$V',$,'HasFan','Terminal box has a fan inside (fan powered box).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1029= IFCSIMPLEPROPERTYTEMPLATE('2Ph$60qSOHuO00025QrE$V',$,'HasCover','Indication of whether the cable tray has a cover (=TRUE) or not (= FALSE). By default, this value should be set to FALSE..',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1030= IFCSIMPLEPROPERTYTEMPLATE('03AHgrStD9A9uC$wqdCY0t',$,'HasForeignObjectCollection','Indicates whether the on-site control unit collects foreign object information.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1030= IFCSIMPLEPROPERTYTEMPLATE('1mrqmXkov0pfRjK0zoCDrB',$,'HasCWR','Indicates if the track has continuous welded rails.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1031= IFCSIMPLEPROPERTYTEMPLATE('0NHIC0qW8HuO00025QrE$V',$,'HasGrabHandles','Indicates whether the bath is fitted with handles that provide assistance to a bather in entering or leaving the bath.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1031= IFCSIMPLEPROPERTYTEMPLATE('1J7hy0qUSHuO00025QrE$V',$,'HasDeflector','Indication of whether the sprinkler has a deflector (baffle) fitted to diffuse the discharge on activation (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1032= IFCSIMPLEPROPERTYTEMPLATE('06KTq0qXKHuO00025QrE$V',$,'HasHoseUnion','Indicates whether the gas tap is fitted with a hose union connection (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1032= IFCSIMPLEPROPERTYTEMPLATE('2tUbW0qS0HuO00025QrE$V',$,'HasDefrost','has the heat exchanger has defrost function or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1033= IFCSIMPLEPROPERTYTEMPLATE('2Ms_s0qXGHuO00025QrE$V',$,'HasHoseUnion','Indicates whether the drawoff cock is fitted with a hose union connection (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1033= IFCSIMPLEPROPERTYTEMPLATE('30Z3LZrU15p9CBV6oSf4at',$,'HasDrainage','Indicates whether the infrastructure element has drainage embedded or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1034= IFCSIMPLEPROPERTYTEMPLATE('1mtYi0qSiHuO00025QrE$V',$,'HasHotGasBypass','Whether or not hot gas bypass is provided for the compressor. TRUE = Yes, FALSE = No.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1034= IFCSIMPLEPROPERTYTEMPLATE('2gQs80qTmHuO00025QrE$V',$,'HasDrive','Indication whether this object has an automatic drive to operate it (TRUE) or no drive (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1035= IFCSIMPLEPROPERTYTEMPLATE('0bSa_0qS0HuO00025QrE$V',$,'HasIntegralControl','If TRUE, a self powered temperature control is included in the AirTerminal.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1035= IFCSIMPLEPROPERTYTEMPLATE('3og7M0qXWHuO00025QrE$V',$,'HasDrive','Indication whether this object has an automatic drive to operate it (TRUE) or no drive (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1036= IFCSIMPLEPROPERTYTEMPLATE('3o3U00qXGHuO00025QrE$V',$,'HasIntegralShutOffDevice','Indication of whether the flushing valve has an integral shut off device fitted (set TRUE) or not (set FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1036= IFCSIMPLEPROPERTYTEMPLATE('0i3RXtiWP9gu0kcIEX$cps',$,'HasEarthquakeAlarm','Indicates whether the on-site control unit includes earthquake alarm function.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1037= IFCSIMPLEPROPERTYTEMPLATE('2jCtg0qWyHuO00025QrE$V',$,'HasLadder','Indication of whether the tank is provided with a ladder (set TRUE) for access to the top. If no ladder is provided then value is set FALSE.\X\0D\X\0A\X\0D\X\0ANote: No indication is given of the type of ladder (gooseneck etc.)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1037= IFCSIMPLEPROPERTYTEMPLATE('2qgOIv5sT2oOCmdiwvsqux',$,'HasEarthquakeCollection','Indicates whether the on-site control unit collects earthquake information.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1038= IFCSIMPLEPROPERTYTEMPLATE('0qP$g0qTuHuO00025QrE$V',$,'HasLiner','TRUE if the fitting has interior duct insulating lining, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1038= IFCSIMPLEPROPERTYTEMPLATE('0NV$S0qTyHuO00025QrE$V',$,'HasExteriorInsulation','TRUE if the silencer has exterior insulation. FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1039= IFCSIMPLEPROPERTYTEMPLATE('3cKlS0qTqHuO00025QrE$V',$,'HasLiner','TRUE if the fitting has interior duct insulating lining, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1039= IFCSIMPLEPROPERTYTEMPLATE('3JVFe0qRuHuO00025QrE$V',$,'HasFan','Terminal box has a fan inside (fan powered box).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1040= IFCSIMPLEPROPERTYTEMPLATE('3DOZe0qWqHuO00025QrE$V',$,'HasLock','Indication of whether a switching device has a key operated lock (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1040= IFCSIMPLEPROPERTYTEMPLATE('03AHgrStD9A9uC$wqdCY0t',$,'HasForeignObjectCollection','Indicates whether the on-site control unit collects foreign object information.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1041= IFCSIMPLEPROPERTYTEMPLATE('1vFkVHKPjAvvxUxFl0WWv7',$,'HasLockInside','Indicates whether the locking is inside (TRUE) or outside (FALSE) of the point machine.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1041= IFCSIMPLEPROPERTYTEMPLATE('0NHIC0qW8HuO00025QrE$V',$,'HasGrabHandles','Indicates whether the bath is fitted with handles that provide assistance to a bather in entering or leaving the bath.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1042= IFCSIMPLEPROPERTYTEMPLATE('0fU8w0qWqHuO00025QrE$V',$,'HasNonSkidSurface','Indication whether the surface finish is designed to prevent slippery (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1042= IFCSIMPLEPROPERTYTEMPLATE('06KTq0qXKHuO00025QrE$V',$,'HasHoseUnion','Indicates whether the gas tap is fitted with a hose union connection (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1043= IFCSIMPLEPROPERTYTEMPLATE('1cFOa0qVyHuO00025QrE$V',$,'HasNonSkidSurface','Indication whether the surface finish is designed to prevent slippery (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1043= IFCSIMPLEPROPERTYTEMPLATE('2Ms_s0qXGHuO00025QrE$V',$,'HasHoseUnion','Indicates whether the drawoff cock is fitted with a hose union connection (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1044= IFCSIMPLEPROPERTYTEMPLATE('1Ytja0qT0HuO00025QrE$V',$,'HasNonSkidSurface','Indication whether the surface finish is designed to prevent slippery (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1044= IFCSIMPLEPROPERTYTEMPLATE('1mtYi0qSiHuO00025QrE$V',$,'HasHotGasBypass','Whether or not hot gas bypass is provided for the compressor. TRUE = Yes, FALSE = No.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1045= IFCSIMPLEPROPERTYTEMPLATE('13ism0qWyHuO00025QrE$V',$,'HasOpening','indicates whether the panel has an opening (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1045= IFCSIMPLEPROPERTYTEMPLATE('0bSa_0qS0HuO00025QrE$V',$,'HasIntegralControl','If TRUE, a self powered temperature control is included in the AirTerminal.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1046= IFCSIMPLEPROPERTYTEMPLATE('25A5PIA$n5iuwbGGAHxZMC',$,'HasOutputFunction','Indicates whether the on-site control unit includes an output function.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1046= IFCSIMPLEPROPERTYTEMPLATE('3o3U00qXGHuO00025QrE$V',$,'HasIntegralShutOffDevice','Indication of whether the flushing valve has an integral shut off device fitted (set TRUE) or not (set FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1047= IFCSIMPLEPROPERTYTEMPLATE('0R57s0qU4HuO00025QrE$V',$,'HasPartWinding','Indication of whether the motor is single speed, i.e. has a single winding (= FALSE) or multi-speed i.e.has part winding (= TRUE) .',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1047= IFCSIMPLEPROPERTYTEMPLATE('2jCtg0qWyHuO00025QrE$V',$,'HasLadder','Indication of whether the tank is provided with a ladder (set TRUE) for access to the top. If no ladder is provided then value is set FALSE.\X\0D\X\0A\X\0D\X\0ANote: No indication is given of the type of ladder (gooseneck etc.)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1048= IFCSIMPLEPROPERTYTEMPLATE('1Gk6S0qTyHuO00025QrE$V',$,'HasProtectiveEarth','Indicates whether the electrical device has a protective earth connection (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1048= IFCSIMPLEPROPERTYTEMPLATE('0qP$g0qTuHuO00025QrE$V',$,'HasLiner','TRUE if the fitting has interior duct insulating lining, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1049= IFCSIMPLEPROPERTYTEMPLATE('1P1AW0qSSHuO00025QrE$V',$,'HasProtectiveEarth','One core has protective earth marked insulation, Yellow/Green.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1049= IFCSIMPLEPROPERTYTEMPLATE('3cKlS0qTqHuO00025QrE$V',$,'HasLiner','TRUE if the fitting has interior duct insulating lining, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1050= IFCSIMPLEPROPERTYTEMPLATE('1uNBZEuvj1U9OHpOMzUZZd',$,'HasRainCollection','Indicates whether the on-site control unit collects information on rain.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1050= IFCSIMPLEPROPERTYTEMPLATE('3DOZe0qWqHuO00025QrE$V',$,'HasLock','Indication of whether a switching device has a key operated lock (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1051= IFCSIMPLEPROPERTYTEMPLATE('3DXna0qRuHuO00025QrE$V',$,'HasReturnAir','Terminal box has return air mixed with supply air from duct work.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1051= IFCSIMPLEPROPERTYTEMPLATE('1vFkVHKPjAvvxUxFl0WWv7',$,'HasLockInside','Indicates whether the locking is inside (TRUE) or outside (FALSE) of the point machine.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1052= IFCSIMPLEPROPERTYTEMPLATE('3ZmSC0qXWHuO00025QrE$V',$,'HasSillExternal','Indication whether the window opening has an external sill (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1052= IFCSIMPLEPROPERTYTEMPLATE('0fU8w0qWqHuO00025QrE$V',$,'HasNonSkidSurface','Indication whether the surface finish is designed to prevent slippery (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1053= IFCSIMPLEPROPERTYTEMPLATE('3gwD40qXWHuO00025QrE$V',$,'HasSillInternal','Indication whether the window opening has an internal sill (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1053= IFCSIMPLEPROPERTYTEMPLATE('1cFOa0qVyHuO00025QrE$V',$,'HasNonSkidSurface','Indication whether the surface finish is designed to prevent slippery (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1054= IFCSIMPLEPROPERTYTEMPLATE('32JgEUdsb4S9ibZdwzo4JR',$,'HasSnowCollection','Indicates whether the on-site control unit collects information on snow depth.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1054= IFCSIMPLEPROPERTYTEMPLATE('1Ytja0qT0HuO00025QrE$V',$,'HasNonSkidSurface','Indication whether the surface finish is designed to prevent slippery (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1055= IFCSIMPLEPROPERTYTEMPLATE('1udD00qSaHuO00025QrE$V',$,'HasSoundAttenuation','TRUE if the coil has sound attenuation, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1055= IFCSIMPLEPROPERTYTEMPLATE('13ism0qWyHuO00025QrE$V',$,'HasOpening','indicates whether the panel has an opening (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1056= IFCSIMPLEPROPERTYTEMPLATE('0vjao0qS0HuO00025QrE$V',$,'HasSoundAttenuator','If TRUE, the air terminal has sound attenuation.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1056= IFCSIMPLEPROPERTYTEMPLATE('25A5PIA$n5iuwbGGAHxZMC',$,'HasOutputFunction','Indicates whether the on-site control unit includes an output function.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1057= IFCSIMPLEPROPERTYTEMPLATE('38ASw0qRuHuO00025QrE$V',$,'HasSoundAttenuator','Terminal box has a sound attenuator.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1057= IFCSIMPLEPROPERTYTEMPLATE('0R57s0qU4HuO00025QrE$V',$,'HasPartWinding','Indication of whether the motor is single speed, i.e. has a single winding (= FALSE) or multi-speed i.e.has part winding (= TRUE) .',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1058= IFCSIMPLEPROPERTYTEMPLATE('1NpljvUif4jvHuguLm4wK5',$,'HasSpecialEquipment','Indicates whether the sleeper has any special equipment for fastening components (e.g. Balise, signum magnet) or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1058= IFCSIMPLEPROPERTYTEMPLATE('1Gk6S0qTyHuO00025QrE$V',$,'HasProtectiveEarth','Indicates whether the electrical device has a protective earth connection (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1059= IFCSIMPLEPROPERTYTEMPLATE('0ONrk0qTGHuO00025QrE$V',$,'HasSteps','Indicates whether the chamber has steps (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1059= IFCSIMPLEPROPERTYTEMPLATE('1P1AW0qSSHuO00025QrE$V',$,'HasProtectiveEarth','One core has protective earth marked insulation, Yellow/Green.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1060= IFCSIMPLEPROPERTYTEMPLATE('2L4oc0qXOHuO00025QrE$V',$,'HasStrainer','Indicates whether the gully trap has a strainer (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1060= IFCSIMPLEPROPERTYTEMPLATE('1uNBZEuvj1U9OHpOMzUZZd',$,'HasRainCollection','Indicates whether the on-site control unit collects information on rain.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1061= IFCSIMPLEPROPERTYTEMPLATE('3LltA0qXSHuO00025QrE$V',$,'HasStrainer','Indicates whether the gully trap has a strainer (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1061= IFCSIMPLEPROPERTYTEMPLATE('3DXna0qRuHuO00025QrE$V',$,'HasReturnAir','Terminal box has return air mixed with supply air from duct work.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1062= IFCSIMPLEPROPERTYTEMPLATE('0$4vS0qS0HuO00025QrE$V',$,'HasThermalInsulation','If TRUE, the air terminal has thermal insulation.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1062= IFCSIMPLEPROPERTYTEMPLATE('3ZmSC0qXWHuO00025QrE$V',$,'HasSillExternal','Indication whether the window opening has an external sill (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1063= IFCSIMPLEPROPERTYTEMPLATE('1aoZzRJGjFAuxNIGdeSy5m',$,'HasTightJacket','Indicates whether the fiber has a tight jacket or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1063= IFCSIMPLEPROPERTYTEMPLATE('3gwD40qXWHuO00025QrE$V',$,'HasSillInternal','Indication whether the window opening has an internal sill (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1064= IFCSIMPLEPROPERTYTEMPLATE('0Lo2g0qWCHuO00025QrE$V',$,'HasTray','Indicates whether the shower has a separate receptacle that catches the water in a shower and directs it to a waste outlet.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1064= IFCSIMPLEPROPERTYTEMPLATE('32JgEUdsb4S9ibZdwzo4JR',$,'HasSnowCollection','Indicates whether the on-site control unit collects information on snow depth.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1065= IFCSIMPLEPROPERTYTEMPLATE('2ur720qX8HuO00025QrE$V',$,'HasTurbulator','TRUE if the tube has a turbulator, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1065= IFCSIMPLEPROPERTYTEMPLATE('1udD00qSaHuO00025QrE$V',$,'HasSoundAttenuation','TRUE if the coil has sound attenuation, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1066= IFCSIMPLEPROPERTYTEMPLATE('2pmV80qWyHuO00025QrE$V',$,'HasVisualIndicator','Indication of whether the tank is provided with a visual indicator (set TRUE) that shows the water level in the tank. If no visual indicator is provided then value is set FALSE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1066= IFCSIMPLEPROPERTYTEMPLATE('0vjao0qS0HuO00025QrE$V',$,'HasSoundAttenuator','If TRUE, the air terminal has sound attenuation.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1067= IFCSIMPLEPROPERTYTEMPLATE('1NbgJQZBv91wp1sKWotMbx',$,'HasWindCollection','Indicates whether the on-site control unit collects information on wind.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1067= IFCSIMPLEPROPERTYTEMPLATE('38ASw0qRuHuO00025QrE$V',$,'HasSoundAttenuator','Terminal box has a sound attenuator.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1068= IFCSIMPLEPROPERTYTEMPLATE('0PFY59vVb2TvMgPikQVr$X',$,'HazardLevel','The hazard level (red-blue-yellow = high-medium-low or just red and yellow) is a function of likelihood and intensity and represents the degree of threat/hazard to humans, animals and material assets posed by a certain hazard type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1068= IFCSIMPLEPROPERTYTEMPLATE('1NpljvUif4jvHuguLm4wK5',$,'HasSpecialEquipment','Indicates whether the sleeper has any special equipment for fastening components (e.g. Balise, signum magnet) or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1069= IFCSIMPLEPROPERTYTEMPLATE('0FTOQ0qU8HuO00025QrE$V',$,'HazardousWaste','Quantity of hazardous waste generated.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#1069= IFCSIMPLEPROPERTYTEMPLATE('0ONrk0qTGHuO00025QrE$V',$,'HasSteps','Indicates whether the chamber has steps (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1070= IFCSIMPLEPROPERTYTEMPLATE('2v24W0qU4HuO00025QrE$V',$,'HazardousWastePerUnit','Quantity of hazardous waste generated',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#1070= IFCSIMPLEPROPERTYTEMPLATE('2L4oc0qXOHuO00025QrE$V',$,'HasStrainer','Indicates whether the gully trap has a strainer (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1071= IFCSIMPLEPROPERTYTEMPLATE('0GcxsviM9DV8_rT2wHb7ew',$,'HazardType','A generic classification and a specific classification of the type of hazard.',.P_SINGLEVALUE.,'IfcURIReference',$,$,$,$,$,$); +#1071= IFCSIMPLEPROPERTYTEMPLATE('3LltA0qXSHuO00025QrE$V',$,'HasStrainer','Indicates whether the gully trap has a strainer (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1072= IFCSIMPLEPROPERTYTEMPLATE('25F1i0qVyHuO00025QrE$V',$,'Headroom','Actual headroom clearance for the passageway according to the current design. \X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1072= IFCSIMPLEPROPERTYTEMPLATE('0$4vS0qS0HuO00025QrE$V',$,'HasThermalInsulation','If TRUE, the air terminal has thermal insulation.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1073= IFCSIMPLEPROPERTYTEMPLATE('2BqOy0qWqHuO00025QrE$V',$,'Headroom','Actual headroom clearance for the passageway according to the current design. \X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1073= IFCSIMPLEPROPERTYTEMPLATE('1aoZzRJGjFAuxNIGdeSy5m',$,'HasTightJacket','Indicates whether the fiber has a tight jacket or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1074= IFCSIMPLEPROPERTYTEMPLATE('3$6DW0qV0HuO00025QrE$V',$,'HeadShape','Shape of the bolt''s head, e.g. ''Hexagon'', ''Countersunk'', ''Cheese''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1074= IFCSIMPLEPROPERTYTEMPLATE('0Lo2g0qWCHuO00025QrE$V',$,'HasTray','Indicates whether the shower has a separate receptacle that catches the water in a shower and directs it to a waste outlet.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1075= IFCSIMPLEPROPERTYTEMPLATE('3knYI0qXCHuO00025QrE$V',$,'Heat','The amount of heat energy consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcEnergyMeasure',$,$,$,$,$); +#1075= IFCSIMPLEPROPERTYTEMPLATE('2ur720qX8HuO00025QrE$V',$,'HasTurbulator','TRUE if the tube has a turbulator, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1076= IFCSIMPLEPROPERTYTEMPLATE('0lf5nUXkv7RfqST9JcFatz',$,'HeatDissipation','Indicates the heat dissipation of the electric device measured in power.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1076= IFCSIMPLEPROPERTYTEMPLATE('2pmV80qWyHuO00025QrE$V',$,'HasVisualIndicator','Indication of whether the tank is provided with a visual indicator (set TRUE) that shows the water level in the tank. If no visual indicator is provided then value is set FALSE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1077= IFCSIMPLEPROPERTYTEMPLATE('2Jo0c0qU8HuO00025QrE$V',$,'HeatExchangeArea','Heat exchange area.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1077= IFCSIMPLEPROPERTYTEMPLATE('1NbgJQZBv91wp1sKWotMbx',$,'HasWindCollection','Indicates whether the on-site control unit collects information on wind.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1078= IFCSIMPLEPROPERTYTEMPLATE('0Gchc0qSeHuO00025QrE$V',$,'HeatExchangeSurfaceArea','Heat exchange surface area associated with U-value.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1078= IFCSIMPLEPROPERTYTEMPLATE('0PFY59vVb2TvMgPikQVr$X',$,'HazardLevel','The hazard level (red-blue-yellow = high-medium-low or just red and yellow) is a function of likelihood and intensity and represents the degree of threat/hazard to humans, animals and material assets posed by a certain hazard type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1079= IFCSIMPLEPROPERTYTEMPLATE('0hZXs0qWmHuO00025QrE$V',$,'HeatingAirFlowRate','Heating air flow rate in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#1079= IFCSIMPLEPROPERTYTEMPLATE('0FTOQ0qU8HuO00025QrE$V',$,'HazardousWaste','Quantity of hazardous waste generated.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#1080= IFCSIMPLEPROPERTYTEMPLATE('22IoM0qXCHuO00025QrE$V',$,'HeatingCapacity','Heating capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1080= IFCSIMPLEPROPERTYTEMPLATE('2v24W0qU4HuO00025QrE$V',$,'HazardousWastePerUnit','Quantity of hazardous waste generated',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#1081= IFCSIMPLEPROPERTYTEMPLATE('0VxYS0qWiHuO00025QrE$V',$,'HeatingDesignAirflow','The air flowrate required during the peak heating conditions, but could also be determined by minimum ventilation requirement or minimum air change requirements.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1081= IFCSIMPLEPROPERTYTEMPLATE('0GcxsviM9DV8_rT2wHb7ew',$,'HazardType','A generic classification and a specific classification of the type of hazard.',.P_SINGLEVALUE.,'IfcURIReference',$,$,$,$,$,$); -#1082= IFCSIMPLEPROPERTYTEMPLATE('3_pGo0qV4HuO00025QrE$V',$,'HeatingDesignDay','The month, day and time that has been selected for the heating design calculations.',.P_SINGLEVALUE.,'IfcDateTime',$,$,$,$,$,$); +#1082= IFCSIMPLEPROPERTYTEMPLATE('25F1i0qVyHuO00025QrE$V',$,'Headroom','Actual headroom clearance for the passageway according to the current design. \X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1083= IFCSIMPLEPROPERTYTEMPLATE('13iMq0qWiHuO00025QrE$V',$,'HeatingDryBulb','Inside dry bulb temperature for heating design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1083= IFCSIMPLEPROPERTYTEMPLATE('2BqOy0qWqHuO00025QrE$V',$,'Headroom','Actual headroom clearance for the passageway according to the current design. \X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1084= IFCSIMPLEPROPERTYTEMPLATE('3ouKg0qV4HuO00025QrE$V',$,'HeatingDryBulb','Outside dry bulb temperature for heating design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1084= IFCSIMPLEPROPERTYTEMPLATE('3$6DW0qV0HuO00025QrE$V',$,'HeadShape','Shape of the bolt''s head, e.g. ''Hexagon'', ''Countersunk'', ''Cheese''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1085= IFCSIMPLEPROPERTYTEMPLATE('28GGQ0qXCHuO00025QrE$V',$,'HeatingEfficiency','Heating efficiency under full load heating conditions.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1085= IFCSIMPLEPROPERTYTEMPLATE('3knYI0qXCHuO00025QrE$V',$,'Heat','The amount of heat energy consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcEnergyMeasure',$,$,$,$,$); -#1086= IFCSIMPLEPROPERTYTEMPLATE('193hU0qWiHuO00025QrE$V',$,'HeatingRelativeHumidity','Inside relative humidity for heating design.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1086= IFCSIMPLEPROPERTYTEMPLATE('0lf5nUXkv7RfqST9JcFatz',$,'HeatDissipation','Indicates the heat dissipation of the electric device measured in power.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1087= IFCSIMPLEPROPERTYTEMPLATE('0zuMg0qRuHuO00025QrE$V',$,'HeatingTemperatureDelta','Heating temperature difference for calculating space air flow rates.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1087= IFCSIMPLEPROPERTYTEMPLATE('2Jo0c0qU8HuO00025QrE$V',$,'HeatExchangeArea','Heat exchange area.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1088= IFCSIMPLEPROPERTYTEMPLATE('19F980qSuHuO00025QrE$V',$,'HeatingWaterFlowRate','Water flow rate for heating.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#1088= IFCSIMPLEPROPERTYTEMPLATE('0Gchc0qSeHuO00025QrE$V',$,'HeatExchangeSurfaceArea','Heat exchange surface area associated with U-value.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1089= IFCSIMPLEPROPERTYTEMPLATE('3urok0qV4HuO00025QrE$V',$,'HeatingWetBulb','Outside wet bulb temperature for heating design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1089= IFCSIMPLEPROPERTYTEMPLATE('0hZXs0qWmHuO00025QrE$V',$,'HeatingAirFlowRate','Heating air flow rate in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#1090= IFCSIMPLEPROPERTYTEMPLATE('3aoGK0qSGHuO00025QrE$V',$,'HeatOutput','Total nominal heat output as listed by the Boiler manufacturer. For water boilers, it is a function of inlet versus outlet temperature. For steam boilers, it is a function of inlet temperature versus steam pressure. Note: as two variables are used, DefiningValues and DefinedValues are null, and values are stored in IfcTable in the following order: InletTemperature(IfcThermodynamicTemperatureMeasure), OutletTemperature(IfcThermodynamicTemperatureMeasure), HeatOutput(IfcEnergyMeasure). The IfcTable is related to IfcPropertyTableValue using IfcMetric and IfcPropertyConstraintRelationship.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcEnergyMeasure',$,$,$,$,$); +#1090= IFCSIMPLEPROPERTYTEMPLATE('22IoM0qXCHuO00025QrE$V',$,'HeatingCapacity','Heating capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1091= IFCSIMPLEPROPERTYTEMPLATE('3Ivs80qSGHuO00025QrE$V',$,'HeatOutput','Total nominal heat output as listed by the Boiler manufacturer. For steam boilers, it is a function of inlet temperature versus steam pressure. Note: as two variables are used, DefiningValues and DefinedValues are null, and values are stored in IfcTable in the following order: InletTemperature(IfcThermodynamicTemperatureMeasure) and OutletTemperature(IfcThermodynamicTemperatureMeasure) in DefiningValues, and HeatOutput(IfcEnergyMeasure) in DefinedValues. For example, DefiningValues(InletTemp, OutletTemp), DefinedValues(null, HeatOutput). The IfcTable is related to IfcPropertyTableValue using IfcMetric and IfcPropertyConstraintRelationship.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcEnergyMeasure',$,$,$,$,$); +#1091= IFCSIMPLEPROPERTYTEMPLATE('0VxYS0qWiHuO00025QrE$V',$,'HeatingDesignAirflow','The air flowrate required during the peak heating conditions, but could also be determined by minimum ventilation requirement or minimum air change requirements.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1092= IFCSIMPLEPROPERTYTEMPLATE('31T7a0qWaHuO00025QrE$V',$,'HeatOutputRate','Overall heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#1092= IFCSIMPLEPROPERTYTEMPLATE('3_pGo0qV4HuO00025QrE$V',$,'HeatingDesignDay','The month, day and time that has been selected for the heating design calculations.',.P_SINGLEVALUE.,'IfcDateTime',$,$,$,$,$,$); -#1093= IFCSIMPLEPROPERTYTEMPLATE('1VuUc0qSmHuO00025QrE$V',$,'HeatRejectionRate','Sum of the refrigeration effect and the heat equivalent of the power input to the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#1093= IFCSIMPLEPROPERTYTEMPLATE('13iMq0qWiHuO00025QrE$V',$,'HeatingDryBulb','Inside dry bulb temperature for heating design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1094= IFCSIMPLEPROPERTYTEMPLATE('3ECQQ0qU8HuO00025QrE$V',$,'HeatRejectionRate','Sum of the refrigeration effect and the heat equivalent of the power input to the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#1094= IFCSIMPLEPROPERTYTEMPLATE('3ouKg0qV4HuO00025QrE$V',$,'HeatingDryBulb','Outside dry bulb temperature for heating design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1095= IFCSIMPLEPROPERTYTEMPLATE('1DjNg0qSyHuO00025QrE$V',$,'HeatTransferCoefficient','Heat transfer coefficient-area product.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#1095= IFCSIMPLEPROPERTYTEMPLATE('28GGQ0qXCHuO00025QrE$V',$,'HeatingEfficiency','Heating efficiency under full load heating conditions.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1096= IFCSIMPLEPROPERTYTEMPLATE('07oTW0qWeHuO00025QrE$V',$,'HeatTransferDimension','Indicates how heat is transmitted according to the shape of the space heater.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6493,$,$,$,$); -#6493= IFCPROPERTYENUMERATION('PEnum_SpaceHeaterHeatTransferDimension',('POINT','PATH','SURFACE','OTHER','NOTKNOWN','UNSET'),$); +#1096= IFCSIMPLEPROPERTYTEMPLATE('193hU0qWiHuO00025QrE$V',$,'HeatingRelativeHumidity','Inside relative humidity for heating design.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1097= IFCSIMPLEPROPERTYTEMPLATE('0KviS0qWeHuO00025QrE$V',$,'HeatTransferMedium','Enumeration defining the heat transfer medium if applicable.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6496,$,$,$,$); -#6496= IFCPROPERTYENUMERATION('PEnum_HeatTransferMedium',('WATER','STEAM','OTHER','NOTKNOWN','UNSET'),$); +#1097= IFCSIMPLEPROPERTYTEMPLATE('0zuMg0qRuHuO00025QrE$V',$,'HeatingTemperatureDelta','Heating temperature difference for calculating space air flow rates.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1098= IFCSIMPLEPROPERTYTEMPLATE('24qbw0qSGHuO00025QrE$V',$,'HeatTransferSurfaceArea','Total heat transfer area of the vessel.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1098= IFCSIMPLEPROPERTYTEMPLATE('19F980qSuHuO00025QrE$V',$,'HeatingWaterFlowRate','Water flow rate for heating.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#1099= IFCSIMPLEPROPERTYTEMPLATE('2eawM0qS0HuO00025QrE$V',$,'HeatTransferTypeEnum','Type of heat transfer between the two air streams.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6502,$,$,$,$); -#6502= IFCPROPERTYENUMERATION('PEnum_AirToAirHeatTransferHeatTransferType',('SENSIBLE','LATENT','OTHER','NOTKNOWN','UNSET'),$); +#1099= IFCSIMPLEPROPERTYTEMPLATE('3urok0qV4HuO00025QrE$V',$,'HeatingWetBulb','Outside wet bulb temperature for heating design.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1100= IFCSIMPLEPROPERTYTEMPLATE('0SJ24gCS50MRli9TNYKxGx',$,'HeavyMetalsPotential','Description or rating of the potential presence of heavy metals in the ground.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1100= IFCSIMPLEPROPERTYTEMPLATE('3aoGK0qSGHuO00025QrE$V',$,'HeatOutput','Total nominal heat output as listed by the Boiler manufacturer. For water boilers, it is a function of inlet versus outlet temperature. For steam boilers, it is a function of inlet temperature versus steam pressure. Note: as two variables are used, DefiningValues and DefinedValues are null, and values are stored in IfcTable in the following order: InletTemperature(IfcThermodynamicTemperatureMeasure), OutletTemperature(IfcThermodynamicTemperatureMeasure), HeatOutput(IfcEnergyMeasure). The IfcTable is related to IfcPropertyTableValue using IfcMetric and IfcPropertyConstraintRelationship.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcEnergyMeasure',$,$,$,$,$); -#1101= IFCSIMPLEPROPERTYTEMPLATE('0PMRA0qVyHuO00025QrE$V',$,'Height','Height of the object. It is the upper hight of the railing above the floor or stair.\X\0D\X\0AThe size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1101= IFCSIMPLEPROPERTYTEMPLATE('3Ivs80qSGHuO00025QrE$V',$,'HeatOutput','Total nominal heat output as listed by the Boiler manufacturer. For steam boilers, it is a function of inlet temperature versus steam pressure. Note: as two variables are used, DefiningValues and DefinedValues are null, and values are stored in IfcTable in the following order: InletTemperature(IfcThermodynamicTemperatureMeasure) and OutletTemperature(IfcThermodynamicTemperatureMeasure) in DefiningValues, and HeatOutput(IfcEnergyMeasure) in DefinedValues. For example, DefiningValues(InletTemp, OutletTemp), DefinedValues(null, HeatOutput). The IfcTable is related to IfcPropertyTableValue using IfcMetric and IfcPropertyConstraintRelationship.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcEnergyMeasure',$,$,$,$,$); -#1102= IFCSIMPLEPROPERTYTEMPLATE('1bY040qSKHuO00025QrE$V',$,'Height','The requested height (vertical extension in elevation) of the provision for void", only provided if the Shape property is set to "rectangle".',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1102= IFCSIMPLEPROPERTYTEMPLATE('31T7a0qWaHuO00025QrE$V',$,'HeatOutputRate','Overall heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#1103= IFCSIMPLEPROPERTYTEMPLATE('3fjAM0qX8HuO00025QrE$V',$,'Height','Length of the fin as measured perpendicular to the direction of airflow.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1103= IFCSIMPLEPROPERTYTEMPLATE('1VuUc0qSmHuO00025QrE$V',$,'HeatRejectionRate','Sum of the refrigeration effect and the heat equivalent of the power input to the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#1104= IFCSIMPLEPROPERTYTEMPLATE('1nG3Ga$fP8IAo6dBpx7fCk',$,'HeightAboveMainDeck','Height of the fairlead above the main deck of the vessel',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1104= IFCSIMPLEPROPERTYTEMPLATE('3ECQQ0qU8HuO00025QrE$V',$,'HeatRejectionRate','Sum of the refrigeration effect and the heat equivalent of the power input to the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#1105= IFCSIMPLEPROPERTYTEMPLATE('1EzQ00qUqHuO00025QrE$V',$,'HigherHeatingValue','Higher Heating Value is defined as the amount of energy released (MJ/kg) when a fuel is burned completely, and H2O is in liquid form in the combustion products.',.P_SINGLEVALUE.,'IfcHeatingValueMeasure',$,$,$,$,$,$); +#1105= IFCSIMPLEPROPERTYTEMPLATE('1DjNg0qSyHuO00025QrE$V',$,'HeatTransferCoefficient','Heat transfer coefficient-area product.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#1106= IFCSIMPLEPROPERTYTEMPLATE('3Gbly0qUWHuO00025QrE$V',$,'HighestSeatingHeight','The value of seating height of high level if the chair height is adjustable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1106= IFCSIMPLEPROPERTYTEMPLATE('07oTW0qWeHuO00025QrE$V',$,'HeatTransferDimension','Indicates how heat is transmitted according to the shape of the space heater.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6530,$,$,$,$); +#6530= IFCPROPERTYENUMERATION('PEnum_SpaceHeaterHeatTransferDimension',('POINT','PATH','SURFACE','OTHER','NOTKNOWN','UNSET'),$); -#1107= IFCSIMPLEPROPERTYTEMPLATE('0S3mSsoqT9xvSAc$Cv67oe',$,'HighWaterLevel','High water level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1107= IFCSIMPLEPROPERTYTEMPLATE('0KviS0qWeHuO00025QrE$V',$,'HeatTransferMedium','Enumeration defining the heat transfer medium if applicable.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6533,$,$,$,$); +#6533= IFCPROPERTYENUMERATION('PEnum_HeatTransferMedium',('WATER','STEAM','OTHER','NOTKNOWN','UNSET'),$); -#1108= IFCSIMPLEPROPERTYTEMPLATE('2$H1tVSRb5I9MS8oseNlm7',$,'HinderingObstaclesDescription','Description of obstacles that hinder the visibility for the staff in the station.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1108= IFCSIMPLEPROPERTYTEMPLATE('24qbw0qSGHuO00025QrE$V',$,'HeatTransferSurfaceArea','Total heat transfer area of the vessel.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1109= IFCSIMPLEPROPERTYTEMPLATE('3mD2I0qVGHuO00025QrE$V',$,'HollowCorePlugging','A descriptive label for how the hollow core ends are treated: they may be left open, closed with a plug, or sealed with cast concrete. Values would be, for example: ''Unplugged'', ''Plugged'', ''SealedWithConcrete''. This property applies to hollow core slabs only.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1109= IFCSIMPLEPROPERTYTEMPLATE('2eawM0qS0HuO00025QrE$V',$,'HeatTransferTypeEnum','Type of heat transfer between the two air streams.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6539,$,$,$,$); +#6539= IFCPROPERTYENUMERATION('PEnum_AirToAirHeatTransferHeatTransferType',('SENSIBLE','LATENT','OTHER','NOTKNOWN','UNSET'),$); -#1110= IFCSIMPLEPROPERTYTEMPLATE('24bWI7gefEm81rwgNZrJim',$,'HollowSleeperUsage','Indicates the purpose of using hollow sleeper. The possible value can be eg. cable trenching, protection of turnout mechanism, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1110= IFCSIMPLEPROPERTYTEMPLATE('0SJ24gCS50MRli9TNYKxGx',$,'HeavyMetalsPotential','Description or rating of the potential presence of heavy metals in the ground.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1111= IFCSIMPLEPROPERTYTEMPLATE('01DcC0qW0HuO00025QrE$V',$,'HoopBarPitch','The pitch length of the hoop bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1111= IFCSIMPLEPROPERTYTEMPLATE('0PMRA0qVyHuO00025QrE$V',$,'Height','Height of the object. It is the upper hight of the railing above the floor or stair.\X\0D\X\0AThe size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1112= IFCSIMPLEPROPERTYTEMPLATE('3UM7w0qW0HuO00025QrE$V',$,'HorizontalBarPitch','The pitch length of the horizontal bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1112= IFCSIMPLEPROPERTYTEMPLATE('1bY040qSKHuO00025QrE$V',$,'Height','The requested height (vertical extension in elevation) of the provision for void", only provided if the Shape property is set to "rectangle".',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1113= IFCSIMPLEPROPERTYTEMPLATE('0J7SvVYBP1bw$w1Fbxtnea',$,'HorizontalFlatness','Indicative (95%-100%) range flatness associated to the horizontal surface in XY, if different to the overall flatness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1113= IFCSIMPLEPROPERTYTEMPLATE('3fjAM0qX8HuO00025QrE$V',$,'Height','Length of the fin as measured perpendicular to the direction of airflow.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1114= IFCSIMPLEPROPERTYTEMPLATE('1XAcvVmsb509eDuyDemhcT',$,'HorizontalOrthogonality','Indicative (95%-100%) range orthogonality associated to the horizontal shape and orientation in X, if different to the overall orthogonality.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#1114= IFCSIMPLEPROPERTYTEMPLATE('1nG3Ga$fP8IAo6dBpx7fCk',$,'HeightAboveMainDeck','Height of the fairlead above the main deck of the vessel',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1115= IFCSIMPLEPROPERTYTEMPLATE('2dYsG0qX8HuO00025QrE$V',$,'HorizontalSpacing','Horizontal spacing between tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1115= IFCSIMPLEPROPERTYTEMPLATE('1EzQ00qUqHuO00025QrE$V',$,'HigherHeatingValue','Higher Heating Value is defined as the amount of energy released (MJ/kg) when a fuel is burned completely, and H2O is in liquid form in the combustion products.',.P_SINGLEVALUE.,'IfcHeatingValueMeasure',$,$,$,$,$,$); -#1116= IFCSIMPLEPROPERTYTEMPLATE('0wr5muKv1DqPs2T8tTtcFR',$,'HorizontalStraightness','Indicative (95%-100%) range straightness associated to the horizontal shape in X, if different to the overall straightness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1116= IFCSIMPLEPROPERTYTEMPLATE('3Gbly0qUWHuO00025QrE$V',$,'HighestSeatingHeight','The value of seating height of high level if the chair height is adjustable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1117= IFCSIMPLEPROPERTYTEMPLATE('3$ft4Ga9X6DxvQZ768Kj3w',$,'HorizontalTolerance','Indicative (95%-100%) range tolerance associated to the horizontal shape and position in X, if different to the overall tolerance.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1117= IFCSIMPLEPROPERTYTEMPLATE('0S3mSsoqT9xvSAc$Cv67oe',$,'HighWaterLevel','High water level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1118= IFCSIMPLEPROPERTYTEMPLATE('1QRo9gJgj5XxCUOkwGIQ2K',$,'HorizontalUncertainty','Indicative (95%-100%) range diameter associated to the vertical shape and position in X, if different to the linear uncertainty.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1118= IFCSIMPLEPROPERTYTEMPLATE('2$H1tVSRb5I9MS8oseNlm7',$,'HinderingObstaclesDescription','Description of obstacles that hinder the visibility for the staff in the station.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1119= IFCSIMPLEPROPERTYTEMPLATE('2VjSg0qUOHuO00025QrE$V',$,'HoseConnectionSize','The size of connections to which a hose may be connected (other than that to be linked to a pumping unit).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1119= IFCSIMPLEPROPERTYTEMPLATE('3mD2I0qVGHuO00025QrE$V',$,'HollowCorePlugging','A descriptive label for how the hollow core ends are treated: they may be left open, closed with a plug, or sealed with cast concrete. Values would be, for example: ''Unplugged'', ''Plugged'', ''SealedWithConcrete''. This property applies to hollow core slabs only.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1120= IFCSIMPLEPROPERTYTEMPLATE('3k_$i0qUOHuO00025QrE$V',$,'HoseDiameter','Notional diameter (bore) of the hose.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1120= IFCSIMPLEPROPERTYTEMPLATE('24bWI7gefEm81rwgNZrJim',$,'HollowSleeperUsage','Indicates the purpose of using hollow sleeper. The possible value can be eg. cable trenching, protection of turnout mechanism, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1121= IFCSIMPLEPROPERTYTEMPLATE('3rYdA0qUOHuO00025QrE$V',$,'HoseLength','Notional length of the hose fitted to the hose reel when fully extended.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1121= IFCSIMPLEPROPERTYTEMPLATE('01DcC0qW0HuO00025QrE$V',$,'HoopBarPitch','The pitch length of the hoop bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1122= IFCSIMPLEPROPERTYTEMPLATE('3y6Ee0qUOHuO00025QrE$V',$,'HoseNozzleType','Identifies the predefined types of nozzle (in terms of spray pattern) fitted to the end of the hose from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6534,$,$,$,$); -#6534= IFCPROPERTYENUMERATION('PEnum_HoseNozzleType',('FOG','STRAIGHTSTREAM','OTHER','NOTKNOWN','UNSET'),$); +#1122= IFCSIMPLEPROPERTYTEMPLATE('3UM7w0qW0HuO00025QrE$V',$,'HorizontalBarPitch','The pitch length of the horizontal bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1123= IFCSIMPLEPROPERTYTEMPLATE('3PXj40qUOHuO00025QrE$V',$,'HoseReelMountingType','Identifies the predefined types of hose reel mounting from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6537,$,$,$,$); -#6537= IFCPROPERTYENUMERATION('PEnum_HoseReelMountingType',('CABINET_RECESSED','CABINET_SEMIRECESSED','SURFACE','OTHER','NOTKNOWN','UNSET'),$); +#1123= IFCSIMPLEPROPERTYTEMPLATE('0J7SvVYBP1bw$w1Fbxtnea',$,'HorizontalFlatness','Indicative (95%-100%) range flatness associated to the horizontal surface in XY, if different to the overall flatness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1124= IFCSIMPLEPROPERTYTEMPLATE('3CQU80qUOHuO00025QrE$V',$,'HoseReelType','Identifies the predefined types of hose arrangement from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6540,$,$,$,$); -#6540= IFCPROPERTYENUMERATION('PEnum_HoseReelType',('RACK','REEL','OTHER','NOTKNOWN','UNSET'),$); +#1124= IFCSIMPLEPROPERTYTEMPLATE('1XAcvVmsb509eDuyDemhcT',$,'HorizontalOrthogonality','Indicative (95%-100%) range orthogonality associated to the horizontal shape and orientation in X, if different to the overall orthogonality.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#1125= IFCSIMPLEPROPERTYTEMPLATE('3feSaKbt1E2xMLDm8EVzJQ',$,'HotStripOrientation','Position of the hot strip, which indicates the direction of the focus of the light beam and is given in terms like "left upper quadrant (LUQ)" or "5 o''clock".',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1125= IFCSIMPLEPROPERTYTEMPLATE('2dYsG0qX8HuO00025QrE$V',$,'HorizontalSpacing','Horizontal spacing between tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1126= IFCSIMPLEPROPERTYTEMPLATE('3anWQ0qRuHuO00025QrE$V',$,'HousingThickness','Air terminal box housing material thickness.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1126= IFCSIMPLEPROPERTYTEMPLATE('0wr5muKv1DqPs2T8tTtcFR',$,'HorizontalStraightness','Indicative (95%-100%) range straightness associated to the horizontal shape in X, if different to the overall straightness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1127= IFCSIMPLEPROPERTYTEMPLATE('1lMpM0qS0HuO00025QrE$V',$,'HumidityEffectiveness','Humidity heat transfer effectiveness: The ratio of primary airflow absolute humidity changes to maximum possible absolute humidity changes.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1127= IFCSIMPLEPROPERTYTEMPLATE('3$ft4Ga9X6DxvQZ768Kj3w',$,'HorizontalTolerance','Indicative (95%-100%) range tolerance associated to the horizontal shape and position in X, if different to the overall tolerance.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1128= IFCSIMPLEPROPERTYTEMPLATE('0n5hy7wA9CGeRruzAkgVAG',$,'HydraulicConductivity','Hydraulic Conductivity (permeability) of soil for water, given with the K or Kf value in m/s',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#1128= IFCSIMPLEPROPERTYTEMPLATE('1QRo9gJgj5XxCUOkwGIQ2K',$,'HorizontalUncertainty','Indicative (95%-100%) range diameter associated to the vertical shape and position in X, if different to the linear uncertainty.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1129= IFCSIMPLEPROPERTYTEMPLATE('3la9E0qTuHuO00025QrE$V',$,'HydraulicDiameter','Hydraulic diameter.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1129= IFCSIMPLEPROPERTYTEMPLATE('2VjSg0qUOHuO00025QrE$V',$,'HoseConnectionSize','The size of connections to which a hose may be connected (other than that to be linked to a pumping unit).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1130= IFCSIMPLEPROPERTYTEMPLATE('3iHzY0qTiHuO00025QrE$V',$,'HygrothermalRating','Resistence against hygrothermal impact from different temperatures and humidities inside and outside. It is given according to the national code or regulation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1130= IFCSIMPLEPROPERTYTEMPLATE('3k_$i0qUOHuO00025QrE$V',$,'HoseDiameter','Notional diameter (bore) of the hose.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1131= IFCSIMPLEPROPERTYTEMPLATE('1LFqY0qVmHuO00025QrE$V',$,'I1','The (thermal) lower testing current limit in [x In], indicating that for currents lower than I1, the tripping time shall be longer than the associated tripping time, T2.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1131= IFCSIMPLEPROPERTYTEMPLATE('3rYdA0qUOHuO00025QrE$V',$,'HoseLength','Notional length of the hose fitted to the hose reel when fully extended.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1132= IFCSIMPLEPROPERTYTEMPLATE('3ocdo0qVmHuO00025QrE$V',$,'I1','The (thermal) lower testing current limit in [x In], indicating that for currents lower than I1, the tripping time shall be longer than the associated tripping time, T2.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1132= IFCSIMPLEPROPERTYTEMPLATE('3y6Ee0qUOHuO00025QrE$V',$,'HoseNozzleType','Identifies the predefined types of nozzle (in terms of spray pattern) fitted to the end of the hose from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6571,$,$,$,$); +#6571= IFCPROPERTYENUMERATION('PEnum_HoseNozzleType',('FOG','STRAIGHTSTREAM','OTHER','NOTKNOWN','UNSET'),$); -#1133= IFCSIMPLEPROPERTYTEMPLATE('1RDIc0qVmHuO00025QrE$V',$,'I2','The (thermal) upper testing current limit in [x In], indicating that for currents larger than I2, the tripping time shall be shorter than the associated tripping time, T2.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1133= IFCSIMPLEPROPERTYTEMPLATE('3PXj40qUOHuO00025QrE$V',$,'HoseReelMountingType','Identifies the predefined types of hose reel mounting from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6574,$,$,$,$); +#6574= IFCPROPERTYENUMERATION('PEnum_HoseReelMountingType',('CABINET_RECESSED','CABINET_SEMIRECESSED','SURFACE','OTHER','NOTKNOWN','UNSET'),$); -#1134= IFCSIMPLEPROPERTYTEMPLATE('3ua5s0qVmHuO00025QrE$V',$,'I2','The (thermal) upper testing current limit in [x In], indicating that for currents larger than I2, the tripping time shall be shorter than the associated tripping time, T2.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1134= IFCSIMPLEPROPERTYTEMPLATE('3CQU80qUOHuO00025QrE$V',$,'HoseReelType','Identifies the predefined types of hose arrangement from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6577,$,$,$,$); +#6577= IFCPROPERTYENUMERATION('PEnum_HoseReelType',('RACK','REEL','OTHER','NOTKNOWN','UNSET'),$); -#1135= IFCSIMPLEPROPERTYTEMPLATE('3rIA80qViHuO00025QrE$V',$,'I2TApplicability','The applicability of the time adjustment related to the tripping function.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4583,$,$,$,$); +#1135= IFCSIMPLEPROPERTYTEMPLATE('3feSaKbt1E2xMLDm8EVzJQ',$,'HotStripOrientation','Position of the hot strip, which indicates the direction of the focus of the light beam and is given in terms like "left upper quadrant (LUQ)" or "5 o''clock".',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1136= IFCSIMPLEPROPERTYTEMPLATE('1pfKG0qVmHuO00025QrE$V',$,'I4','The lower electromagnetic testing current limit in [x In], indicating that for currents lower than I4, the tripping time shall be longer than the associated tripping time, T5, i.e. the device shall not trip instantaneous.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1136= IFCSIMPLEPROPERTYTEMPLATE('3anWQ0qRuHuO00025QrE$V',$,'HousingThickness','Air terminal box housing material thickness.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1137= IFCSIMPLEPROPERTYTEMPLATE('1vcoK0qVmHuO00025QrE$V',$,'I5','The upper electromagnetic testing current limit in [x In], indicating that for currents larger than I5, the tripping time shall be shorter than or equal to the associated tripping time, T5, i.e. the device shall trip instantaneous.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1137= IFCSIMPLEPROPERTYTEMPLATE('1lMpM0qS0HuO00025QrE$V',$,'HumidityEffectiveness','Humidity heat transfer effectiveness: The ratio of primary airflow absolute humidity changes to maximum possible absolute humidity changes.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#1138= IFCSIMPLEPROPERTYTEMPLATE('0$onu0qVuHuO00025QrE$V',$,'IC60269','The breaking capacity in [A] for fuses in accordance with the IEC 60269 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1138= IFCSIMPLEPROPERTYTEMPLATE('0n5hy7wA9CGeRruzAkgVAG',$,'HydraulicConductivity','Hydraulic Conductivity (permeability) of soil for water, given with the K or Kf value in m/s',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#1139= IFCSIMPLEPROPERTYTEMPLATE('0QF1M0qVeHuO00025QrE$V',$,'ICM60947','The making capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1139= IFCSIMPLEPROPERTYTEMPLATE('3la9E0qTuHuO00025QrE$V',$,'HydraulicDiameter','Hydraulic diameter.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1140= IFCSIMPLEPROPERTYTEMPLATE('17reu0qVqHuO00025QrE$V',$,'ICM60947','The making capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1140= IFCSIMPLEPROPERTYTEMPLATE('3iHzY0qTiHuO00025QrE$V',$,'HygrothermalRating','Resistence against hygrothermal impact from different temperatures and humidities inside and outside. It is given according to the national code or regulation.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1141= IFCSIMPLEPROPERTYTEMPLATE('39nBW0qVaHuO00025QrE$V',$,'ICN60898','The nominal breaking capacity in [A] for an MCB tested in accordance with the IEC 60898 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1141= IFCSIMPLEPROPERTYTEMPLATE('1LFqY0qVmHuO00025QrE$V',$,'I1','The (thermal) lower testing current limit in [x In], indicating that for currents lower than I1, the tripping time shall be longer than the associated tripping time, T2.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1142= IFCSIMPLEPROPERTYTEMPLATE('3IjOc0qVaHuO00025QrE$V',$,'ICS60898','The service breaking capacity in [A] for an MCB tested in accordance with the IEC 60898 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1142= IFCSIMPLEPROPERTYTEMPLATE('3ocdo0qVmHuO00025QrE$V',$,'I1','The (thermal) lower testing current limit in [x In], indicating that for currents lower than I1, the tripping time shall be longer than the associated tripping time, T2.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1143= IFCSIMPLEPROPERTYTEMPLATE('0FWO20qVeHuO00025QrE$V',$,'ICS60947','The service breaking capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1143= IFCSIMPLEPROPERTYTEMPLATE('1RDIc0qVmHuO00025QrE$V',$,'I2','The (thermal) upper testing current limit in [x In], indicating that for currents larger than I2, the tripping time shall be shorter than the associated tripping time, T2.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1144= IFCSIMPLEPROPERTYTEMPLATE('0wkPy0qVqHuO00025QrE$V',$,'ICS60947','The service breaking capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1144= IFCSIMPLEPROPERTYTEMPLATE('3ua5s0qVmHuO00025QrE$V',$,'I2','The (thermal) upper testing current limit in [x In], indicating that for currents larger than I2, the tripping time shall be shorter than the associated tripping time, T2.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1145= IFCSIMPLEPROPERTYTEMPLATE('30q_Q0qVaHuO00025QrE$V',$,'ICS60947','The service breaking capacity in [A] for an MCB tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1145= IFCSIMPLEPROPERTYTEMPLATE('3rIA80qViHuO00025QrE$V',$,'I2TApplicability','The applicability of the time adjustment related to the tripping function.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#4618,$,$,$,$); -#1146= IFCSIMPLEPROPERTYTEMPLATE('09Yv_0qVeHuO00025QrE$V',$,'ICU60947','The ultimate breaking capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1146= IFCSIMPLEPROPERTYTEMPLATE('1pfKG0qVmHuO00025QrE$V',$,'I4','The lower electromagnetic testing current limit in [x In], indicating that for currents lower than I4, the tripping time shall be longer than the associated tripping time, T5, i.e. the device shall not trip instantaneous.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1147= IFCSIMPLEPROPERTYTEMPLATE('0rN5I0qVqHuO00025QrE$V',$,'ICU60947','The ultimate breaking capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1147= IFCSIMPLEPROPERTYTEMPLATE('1vcoK0qVmHuO00025QrE$V',$,'I5','The upper electromagnetic testing current limit in [x In], indicating that for currents larger than I5, the tripping time shall be shorter than or equal to the associated tripping time, T5, i.e. the device shall trip instantaneous.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1148= IFCSIMPLEPROPERTYTEMPLATE('2siUW0qVaHuO00025QrE$V',$,'ICU60947','The ultimate breaking capacity in [A] for an MCB tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1148= IFCSIMPLEPROPERTYTEMPLATE('0$onu0qVuHuO00025QrE$V',$,'IC60269','The breaking capacity in [A] for fuses in accordance with the IEC 60269 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1149= IFCSIMPLEPROPERTYTEMPLATE('0Ktii0qVeHuO00025QrE$V',$,'ICW60947','The thermal withstand current in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series. The value shall be related to 1 s.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1149= IFCSIMPLEPROPERTYTEMPLATE('0QF1M0qVeHuO00025QrE$V',$,'ICM60947','The making capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1150= IFCSIMPLEPROPERTYTEMPLATE('10hu00qVqHuO00025QrE$V',$,'ICW60947','The thermal withstand current in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series. The value shall be related to 1 s.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1150= IFCSIMPLEPROPERTYTEMPLATE('17reu0qVqHuO00025QrE$V',$,'ICM60947','The making capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1151= IFCSIMPLEPROPERTYTEMPLATE('1aMTA0qSiHuO00025QrE$V',$,'IdealCapacity','Compressor capacity under ideal conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1151= IFCSIMPLEPROPERTYTEMPLATE('39nBW0qVaHuO00025QrE$V',$,'ICN60898','The nominal breaking capacity in [A] for an MCB tested in accordance with the IEC 60898 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1152= IFCSIMPLEPROPERTYTEMPLATE('1hWE20qSiHuO00025QrE$V',$,'IdealShaftPower','Compressor shaft power under ideal conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1152= IFCSIMPLEPROPERTYTEMPLATE('3IjOc0qVaHuO00025QrE$V',$,'ICS60898','The service breaking capacity in [A] for an MCB tested in accordance with the IEC 60898 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1153= IFCSIMPLEPROPERTYTEMPLATE('16LfS0qVWHuO00025QrE$V',$,'Identifier','The identifier assigned to the agreement for the purposes of tracking.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#1153= IFCSIMPLEPROPERTYTEMPLATE('0FWO20qVeHuO00025QrE$V',$,'ICS60947','The service breaking capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1154= IFCSIMPLEPROPERTYTEMPLATE('0OSLA0qVWHuO00025QrE$V',$,'IfNotAccomplished','Comments if the job is not accomplished.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1154= IFCSIMPLEPROPERTYTEMPLATE('0wkPy0qVqHuO00025QrE$V',$,'ICS60947','The service breaking capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1155= IFCSIMPLEPROPERTYTEMPLATE('1kaSO0qVSHuO00025QrE$V',$,'IfNotAccomplished','Comments if the job is not accomplished.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1155= IFCSIMPLEPROPERTYTEMPLATE('30q_Q0qVaHuO00025QrE$V',$,'ICS60947','The service breaking capacity in [A] for an MCB tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1156= IFCSIMPLEPROPERTYTEMPLATE('2kpG9_rK93LwNz4pCQcRnH',$,'IK_Code','IK Code according to IEC 62262 (2002) is a numeric classification for the degree of protection provided by enclosures for electrical equipment against external mechanical impacts.\X\0D\X\0A> NOTE  In earlier labeling, the third numeral (1..) had been occasionally added to the closely related IP Code on ingress protection, to indicate the level of impact protection.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1156= IFCSIMPLEPROPERTYTEMPLATE('09Yv_0qVeHuO00025QrE$V',$,'ICU60947','The ultimate breaking capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1157= IFCSIMPLEPROPERTYTEMPLATE('2xCio0qWeHuO00025QrE$V',$,'Illuminance','Required average illuminance value for this space.',.P_SINGLEVALUE.,'IfcIlluminanceMeasure',$,$,$,$,$,$); +#1157= IFCSIMPLEPROPERTYTEMPLATE('0rN5I0qVqHuO00025QrE$V',$,'ICU60947','The ultimate breaking capacity in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1158= IFCSIMPLEPROPERTYTEMPLATE('1ulCcMFG1EThizMRoqB5OU',$,'ImageResolution','Indicates the image resolution of snow depth meter.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1158= IFCSIMPLEPROPERTYTEMPLATE('2siUW0qVaHuO00025QrE$V',$,'ICU60947','The ultimate breaking capacity in [A] for an MCB tested in accordance with the IEC 60947 series.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1159= IFCSIMPLEPROPERTYTEMPLATE('05XzrlWZHBm92_8rlLkSV7',$,'ImageShootingMode','Indicates the type or manner of snow depth meter image shooting.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6626,$,$,$,$); -#6626= IFCPROPERTYENUMERATION('PEnum_ImageShootingMode',('AUTOMATIC','MANUAL','OTHER','NOTKNOWN','UNSET'),$); +#1159= IFCSIMPLEPROPERTYTEMPLATE('0Ktii0qVeHuO00025QrE$V',$,'ICW60947','The thermal withstand current in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series. The value shall be related to 1 s.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1160= IFCSIMPLEPROPERTYTEMPLATE('2ic_E0qX4HuO00025QrE$V',$,'ImaginaryImpedanceRatio','The ratio between the imaginary part of the zero sequence impedance and the imaginary part of the positive impedance (i.e. imaginary part of the short-circuit voltage) of the transformer.\X\0D\X\0AUsed for three-phase transformer which includes a N-conductor.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#1160= IFCSIMPLEPROPERTYTEMPLATE('10hu00qVqHuO00025QrE$V',$,'ICW60947','The thermal withstand current in [A] for a circuit breaker or motor protection device tested in accordance with the IEC 60947 series. The value shall be related to 1 s.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1161= IFCSIMPLEPROPERTYTEMPLATE('2CaAthV3TF$xal26j2$MkZ',$,'ImpactParameter','Impact parameter of the equipment.',.P_SINGLEVALUE.,'IfcAccelerationMeasure',$,$,$,$,$,$); +#1161= IFCSIMPLEPROPERTYTEMPLATE('1aMTA0qSiHuO00025QrE$V',$,'IdealCapacity','Compressor capacity under ideal conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1162= IFCSIMPLEPROPERTYTEMPLATE('37u080qSCHuO00025QrE$V',$,'Impedence','Indicates the speaker impedence.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#1162= IFCSIMPLEPROPERTYTEMPLATE('1hWE20qSiHuO00025QrE$V',$,'IdealShaftPower','Compressor shaft power under ideal conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1163= IFCSIMPLEPROPERTYTEMPLATE('0ISNQ0qUGHuO00025QrE$V',$,'ImpellerDiameter','Diameter of fan wheel - used to scale performance of geometrically similar fans.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1163= IFCSIMPLEPROPERTYTEMPLATE('16LfS0qVWHuO00025QrE$V',$,'Identifier','The identifier assigned to the agreement for the purposes of tracking.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#1164= IFCSIMPLEPROPERTYTEMPLATE('1sr0m0qSiHuO00025QrE$V',$,'ImpellerDiameter','Diameter of compressor impeller - used to scale performance of geometrically similar compressors.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1164= IFCSIMPLEPROPERTYTEMPLATE('0OSLA0qVWHuO00025QrE$V',$,'IfNotAccomplished','Comments if the job is not accomplished.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1165= IFCSIMPLEPROPERTYTEMPLATE('1zo480qVuHuO00025QrE$V',$,'ImpellerDiameter','Diameter of pump impeller - used to scale performance of geometrically similar pumps.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1165= IFCSIMPLEPROPERTYTEMPLATE('1kaSO0qVSHuO00025QrE$V',$,'IfNotAccomplished','Comments if the job is not accomplished.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1166= IFCSIMPLEPROPERTYTEMPLATE('0sERe0qUuHuO00025QrE$V',$,'ImpuritiesContent','Fraction of impurities such as dust to the total amount of water. This is measured in weight of impurities per weight of water and is therefore unitless.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#1166= IFCSIMPLEPROPERTYTEMPLATE('2kpG9_rK93LwNz4pCQcRnH',$,'IK_Code','IK Code according to IEC 62262 (2002) is a numeric classification for the degree of protection provided by enclosures for electrical equipment against external mechanical impacts.\X\0D\X\0A> NOTE  In earlier labeling, the third numeral (1..) had been occasionally added to the closely related IP Code on ingress protection, to indicate the level of impact protection.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1167= IFCSIMPLEPROPERTYTEMPLATE('2ScYZDmQ9C9vR878Q0zliC',$,'IncomingStation','The optional station value of the incoming segment that ends at this location. This value needs to be set if the intention is to specify a station equation, i.e. a location where stationing changes.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1167= IFCSIMPLEPROPERTYTEMPLATE('2xCio0qWeHuO00025QrE$V',$,'Illuminance','Required average illuminance value for this space.',.P_SINGLEVALUE.,'IfcIlluminanceMeasure',$,$,$,$,$,$); -#1168= IFCSIMPLEPROPERTYTEMPLATE('34FH6g00XEcAJrdjKZ3gOO',$,'Increasing','It is meant for use in referents of predefined type REFERENCEMARKER being nested to a given alignment.\X\0D\X\0A\X\0D\X\0AIf present and true, or if not present, then the relevant subsequently nested STATION referents are generally expected to have Pset_Stationing.Station values being greater than the REFERENCEMARKER''s Pset_Stationing.Station value.\X\0D\X\0A\X\0D\X\0AIf present and false, then the relevant subsequently nested STATION referents are expected to have Pset_Stationing.Station values being lower than the REFERENCEMARKER''s Pset_Stationing.Station value.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1168= IFCSIMPLEPROPERTYTEMPLATE('1ulCcMFG1EThizMRoqB5OU',$,'ImageResolution','Indicates the image resolution of snow depth meter.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1169= IFCSIMPLEPROPERTYTEMPLATE('2EWdqFr25C5QKm2WsoAIDD',$,'IndicationRodMovementRange','Indicates the range of indication rod movement.',.P_BOUNDEDVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1169= IFCSIMPLEPROPERTYTEMPLATE('05XzrlWZHBm92_8rlLkSV7',$,'ImageShootingMode','Indicates the type or manner of snow depth meter image shooting.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6663,$,$,$,$); +#6663= IFCPROPERTYENUMERATION('PEnum_ImageShootingMode',('AUTOMATIC','MANUAL','OTHER','NOTKNOWN','UNSET'),$); -#1170= IFCSIMPLEPROPERTYTEMPLATE('2h9yA6q2T9ZfOglK_Wohce',$,'IndoorEnvironment','Adjustment of the service life resulting from the effect of the indoor environment (where appropriate).',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1170= IFCSIMPLEPROPERTYTEMPLATE('2ic_E0qX4HuO00025QrE$V',$,'ImaginaryImpedanceRatio','The ratio between the imaginary part of the zero sequence impedance and the imaginary part of the positive impedance (i.e. imaginary part of the short-circuit voltage) of the transformer.\X\0D\X\0AUsed for three-phase transformer which includes a N-conductor.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#1171= IFCSIMPLEPROPERTYTEMPLATE('26NOHc5AHAsRdIVv$vqQ_g',$,'Inductance','Measure of the Inductance.',.P_SINGLEVALUE.,'IfcInductanceMeasure',$,$,$,$,$,$); +#1171= IFCSIMPLEPROPERTYTEMPLATE('2CaAthV3TF$xal26j2$MkZ',$,'ImpactParameter','Impact parameter of the equipment.',.P_SINGLEVALUE.,'IfcAccelerationMeasure',$,$,$,$,$,$); -#1172= IFCSIMPLEPROPERTYTEMPLATE('0zbPy0qRyHuO00025QrE$V',$,'InductionRatio','Induction ratio versus distance from the diffuser and its discharge direction; induction ratio (or entrainment ratio) is the ratio of the volumetric flow rate in the jet to the volumetric flow rate at the air terminal.',.P_TABLEVALUE.,'IfcReal','IfcLengthMeasure',$,$,$,$,$); +#1172= IFCSIMPLEPROPERTYTEMPLATE('37u080qSCHuO00025QrE$V',$,'Impedence','Indicates the speaker impedence.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#1173= IFCSIMPLEPROPERTYTEMPLATE('0rcoQ0qU8HuO00025QrE$V',$,'InertWaste','Quantity of inert waste generated .',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#1173= IFCSIMPLEPROPERTYTEMPLATE('0ISNQ0qUGHuO00025QrE$V',$,'ImpellerDiameter','Diameter of fan wheel - used to scale performance of geometrically similar fans.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1174= IFCSIMPLEPROPERTYTEMPLATE('3Wzwk0qU4HuO00025QrE$V',$,'InertWastePerUnit','Quantity of inert waste generated',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#1174= IFCSIMPLEPROPERTYTEMPLATE('1sr0m0qSiHuO00025QrE$V',$,'ImpellerDiameter','Diameter of compressor impeller - used to scale performance of geometrically similar compressors.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1175= IFCSIMPLEPROPERTYTEMPLATE('0ZjeK0qTmHuO00025QrE$V',$,'Infiltration','Infiltration flowrate of outside air for the filler object based on the area of the filler object at a pressure level of 50 Pascals. It shall be used, if the length of all joints is unknown.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1175= IFCSIMPLEPROPERTYTEMPLATE('1zo480qVuHuO00025QrE$V',$,'ImpellerDiameter','Diameter of pump impeller - used to scale performance of geometrically similar pumps.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1176= IFCSIMPLEPROPERTYTEMPLATE('3J4Kq0qXWHuO00025QrE$V',$,'Infiltration','Infiltration flowrate of outside air for the filler object based on the area of the filler object at a pressure level of 50 Pascals. It shall be used, if the length of all joints is unknown.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1176= IFCSIMPLEPROPERTYTEMPLATE('0sERe0qUuHuO00025QrE$V',$,'ImpuritiesContent','Fraction of impurities such as dust to the total amount of water. This is measured in weight of impurities per weight of water and is therefore unitless.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#1177= IFCSIMPLEPROPERTYTEMPLATE('0c2UQ0qRuHuO00025QrE$V',$,'InfiltrationDiversitySummer','Diversity factor for Summer infiltration.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1177= IFCSIMPLEPROPERTYTEMPLATE('2ScYZDmQ9C9vR878Q0zliC',$,'IncomingStation','The optional station value of the incoming segment that ends at this location. This value needs to be set if the intention is to specify a station equation, i.e. a location where stationing changes.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1178= IFCSIMPLEPROPERTYTEMPLATE('3pFGu0qX0HuO00025QrE$V',$,'InfiltrationDiversitySummer','Diversity factor for Summer infiltration.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1178= IFCSIMPLEPROPERTYTEMPLATE('34FH6g00XEcAJrdjKZ3gOO',$,'Increasing','It is meant for use in referents of predefined type REFERENCEMARKER being nested to a given alignment.\X\0D\X\0A\X\0D\X\0AIf present and true, or if not present, then the relevant subsequently nested STATION referents are generally expected to have Pset_Stationing.Station values being greater than the REFERENCEMARKER''s Pset_Stationing.Station value.\X\0D\X\0A\X\0D\X\0AIf present and false, then the relevant subsequently nested STATION referents are expected to have Pset_Stationing.Station values being lower than the REFERENCEMARKER''s Pset_Stationing.Station value.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1179= IFCSIMPLEPROPERTYTEMPLATE('0hPp40qRuHuO00025QrE$V',$,'InfiltrationDiversityWinter','Diversity factor for Winter infiltration.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1179= IFCSIMPLEPROPERTYTEMPLATE('2EWdqFr25C5QKm2WsoAIDD',$,'IndicationRodMovementRange','Indicates the range of indication rod movement.',.P_BOUNDEDVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1180= IFCSIMPLEPROPERTYTEMPLATE('3vouM0qX0HuO00025QrE$V',$,'InfiltrationDiversityWinter','Diversity factor for Winter infiltration.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1180= IFCSIMPLEPROPERTYTEMPLATE('2h9yA6q2T9ZfOglK_Wohce',$,'IndoorEnvironment','Adjustment of the service life resulting from the effect of the indoor environment (where appropriate).',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1181= IFCSIMPLEPROPERTYTEMPLATE('0LW5q0qWmHuO00025QrE$V',$,'InfiltrationSensible','Heat gains and losses from infiltration.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#1181= IFCSIMPLEPROPERTYTEMPLATE('26NOHc5AHAsRdIVv$vqQ_g',$,'Inductance','Measure of the Inductance.',.P_SINGLEVALUE.,'IfcInductanceMeasure',$,$,$,$,$,$); -#1182= IFCSIMPLEPROPERTYTEMPLATE('3EacU0qWiHuO00025QrE$V',$,'InfiltrationSensible','Heat gains and losses from infiltration.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1182= IFCSIMPLEPROPERTYTEMPLATE('0zbPy0qRyHuO00025QrE$V',$,'InductionRatio','Induction ratio versus distance from the diffuser and its discharge direction; induction ratio (or entrainment ratio) is the ratio of the volumetric flow rate in the jet to the volumetric flow rate at the air terminal.',.P_TABLEVALUE.,'IfcReal','IfcLengthMeasure',$,$,$,$,$); -#1183= IFCSIMPLEPROPERTYTEMPLATE('05Ecr739L7IvyGuZ7C$2zv',$,'InformationLength','Indicates supported bytes of the data Information, e.g.127 bytes.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1183= IFCSIMPLEPROPERTYTEMPLATE('0rcoQ0qU8HuO00025QrE$V',$,'InertWaste','Quantity of inert waste generated .',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#1184= IFCSIMPLEPROPERTYTEMPLATE('3I4lW0qUKHuO00025QrE$V',$,'InitialResistance','Initial new filter fluid resistance (i.e., pressure drop at the maximum air flowrate across the filter when the filter is new per ASHRAE Standard 52.1).',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1184= IFCSIMPLEPROPERTYTEMPLATE('3Wzwk0qU4HuO00025QrE$V',$,'InertWastePerUnit','Quantity of inert waste generated',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#1185= IFCSIMPLEPROPERTYTEMPLATE('3L_aQ0qVGHuO00025QrE$V',$,'InitialTension','The initial stress of the tendon. This property applies to prestressed concrete elements only.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1185= IFCSIMPLEPROPERTYTEMPLATE('0ZjeK0qTmHuO00025QrE$V',$,'Infiltration','Infiltration flowrate of outside air for the filler object based on the area of the filler object at a pressure level of 50 Pascals. It shall be used, if the length of all joints is unknown.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1186= IFCSIMPLEPROPERTYTEMPLATE('0GAG_0qXWHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection(s), where used, of the inlet connections.\X\0D\X\0A\X\0D\X\0ANote that all inlet connections are assumed to be the same size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1186= IFCSIMPLEPROPERTYTEMPLATE('3J4Kq0qXWHuO00025QrE$V',$,'Infiltration','Infiltration flowrate of outside air for the filler object based on the area of the filler object at a pressure level of 50 Pascals. It shall be used, if the length of all joints is unknown.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1187= IFCSIMPLEPROPERTYTEMPLATE('1P_m40qUeHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1187= IFCSIMPLEPROPERTYTEMPLATE('0c2UQ0qRuHuO00025QrE$V',$,'InfiltrationDiversitySummer','Diversity factor for Summer infiltration.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1188= IFCSIMPLEPROPERTYTEMPLATE('27gcy0qXSHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection(s), where used, of the inlet connections.\X\0D\X\0A\X\0D\X\0ANote that all inlet connections are assumed to be the same size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1188= IFCSIMPLEPROPERTYTEMPLATE('3pFGu0qX0HuO00025QrE$V',$,'InfiltrationDiversitySummer','Diversity factor for Summer infiltration.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1189= IFCSIMPLEPROPERTYTEMPLATE('2O3nc0qXWHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection(s), where used, of the inlet connections.\X\0D\X\0A\X\0D\X\0ANote that all inlet connections are assumed to be the same size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1189= IFCSIMPLEPROPERTYTEMPLATE('0hPp40qRuHuO00025QrE$V',$,'InfiltrationDiversityWinter','Diversity factor for Winter infiltration.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1190= IFCSIMPLEPROPERTYTEMPLATE('34APi0qXOHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection(s), where used, of the inlet connections.\X\0D\X\0A\X\0D\X\0ANote that all inlet connections are assumed to be the same size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1190= IFCSIMPLEPROPERTYTEMPLATE('3vouM0qX0HuO00025QrE$V',$,'InfiltrationDiversityWinter','Diversity factor for Winter infiltration.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1191= IFCSIMPLEPROPERTYTEMPLATE('3f1Xe0qUOHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection to the hose reel.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1191= IFCSIMPLEPROPERTYTEMPLATE('0LW5q0qWmHuO00025QrE$V',$,'InfiltrationSensible','Heat gains and losses from infiltration.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#1192= IFCSIMPLEPROPERTYTEMPLATE('1K0o40qUOHuO00025QrE$V',$,'InletDiameter','The inlet diameter of the breeching inlet.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1192= IFCSIMPLEPROPERTYTEMPLATE('3EacU0qWiHuO00025QrE$V',$,'InfiltrationSensible','Heat gains and losses from infiltration.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1193= IFCSIMPLEPROPERTYTEMPLATE('2cN3O0qXOHuO00025QrE$V',$,'InletPatternType','Identifies the pattern of inlet connections to a trap.\X\0D\X\0A\X\0D\X\0AA trap may have 0,1,2,3 or 4 inlet connections and the pattern of their arrangement may vary. The enumeration makes the convention that an outlet is either vertical or is placed at the bottom (south side) of the trap (when viewed in plan). Position 1 is to the left (west), position 2 is to the top (north), position 3 is to the right (east) and position 4 is to the bottom (south).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6694,$,$,$,$); -#6694= IFCPROPERTYENUMERATION('PEnum_InletPatternType',('NONE','1','2','3','4','12','13','14','23','24','34','123','124','134','234','1234'),$); +#1193= IFCSIMPLEPROPERTYTEMPLATE('05Ecr739L7IvyGuZ7C$2zv',$,'InformationLength','Indicates supported bytes of the data Information, e.g.127 bytes.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1194= IFCSIMPLEPROPERTYTEMPLATE('1dA_O0qX8HuO00025QrE$V',$,'InLineRowSpacing','In-line tube row spacing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1194= IFCSIMPLEPROPERTYTEMPLATE('3I4lW0qUKHuO00025QrE$V',$,'InitialResistance','Initial new filter fluid resistance (i.e., pressure drop at the maximum air flowrate across the filter when the filter is new per ASHRAE Standard 52.1).',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1195= IFCSIMPLEPROPERTYTEMPLATE('37z$O0qVCHuO00025QrE$V',$,'InnerDiameter','The actual inner diameter of the pipe or tube.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1195= IFCSIMPLEPROPERTYTEMPLATE('3L_aQ0qVGHuO00025QrE$V',$,'InitialTension','The initial stress of the tendon. This property applies to prestressed concrete elements only.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1196= IFCSIMPLEPROPERTYTEMPLATE('3yqzmY$VrEe8Jo0Bw35LgZ',$,'InnerDiameter','The actual inner diameter of the pipe.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1196= IFCSIMPLEPROPERTYTEMPLATE('0GAG_0qXWHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection(s), where used, of the inlet connections.\X\0D\X\0A\X\0D\X\0ANote that all inlet connections are assumed to be the same size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1197= IFCSIMPLEPROPERTYTEMPLATE('1w_Iq0qRqHuO00025QrE$V',$,'InputFlowrate','Maximum hydraulic flowrate requirement.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1197= IFCSIMPLEPROPERTYTEMPLATE('1P_m40qUeHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1198= IFCSIMPLEPROPERTYTEMPLATE('2YJ$e0qRqHuO00025QrE$V',$,'InputFlowrate','Maximum input control air flowrate requirement.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1198= IFCSIMPLEPROPERTYTEMPLATE('27gcy0qXSHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection(s), where used, of the inlet connections.\X\0D\X\0A\X\0D\X\0ANote that all inlet connections are assumed to be the same size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1199= IFCSIMPLEPROPERTYTEMPLATE('3uTse0qSeHuO00025QrE$V',$,'InputPower','Input power to the compressor motor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#1199= IFCSIMPLEPROPERTYTEMPLATE('2O3nc0qXWHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection(s), where used, of the inlet connections.\X\0D\X\0A\X\0D\X\0ANote that all inlet connections are assumed to be the same size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1200= IFCSIMPLEPROPERTYTEMPLATE('1rc_A0qRqHuO00025QrE$V',$,'InputPressure','Maximum design pressure for the actuator.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1200= IFCSIMPLEPROPERTYTEMPLATE('34APi0qXOHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection(s), where used, of the inlet connections.\X\0D\X\0A\X\0D\X\0ANote that all inlet connections are assumed to be the same size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1201= IFCSIMPLEPROPERTYTEMPLATE('2SMXa0qRqHuO00025QrE$V',$,'InputPressure','Maximum input control air pressure requirement.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1201= IFCSIMPLEPROPERTYTEMPLATE('3f1Xe0qUOHuO00025QrE$V',$,'InletConnectionSize','Size of the inlet connection to the hose reel.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1202= IFCSIMPLEPROPERTYTEMPLATE('3mt7oNhWL3QuPz1Q2ybJCo',$,'InputSignalType','The type of the input signal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6717,$,$,$,$); -#6717= IFCPROPERTYENUMERATION('PEnum_InputOutputSignalType',('CURRENT','VOLTAGE','OTHER','NOTKNOWN','UNSET'),$); +#1202= IFCSIMPLEPROPERTYTEMPLATE('1K0o40qUOHuO00025QrE$V',$,'InletDiameter','The inlet diameter of the breeching inlet.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1203= IFCSIMPLEPROPERTYTEMPLATE('2VCoa0qX8HuO00025QrE$V',$,'InsideDiameter','Actual inner diameter of the tube in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1203= IFCSIMPLEPROPERTYTEMPLATE('2cN3O0qXOHuO00025QrE$V',$,'InletPatternType','Identifies the pattern of inlet connections to a trap.\X\0D\X\0A\X\0D\X\0AA trap may have 0,1,2,3 or 4 inlet connections and the pattern of their arrangement may vary. The enumeration makes the convention that an outlet is either vertical or is placed at the bottom (south side) of the trap (when viewed in plan). Position 1 is to the left (west), position 2 is to the top (north), position 3 is to the right (east) and position 4 is to the bottom (south).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6731,$,$,$,$); +#6731= IFCPROPERTYENUMERATION('PEnum_InletPatternType',('NONE','1','2','3','4','12','13','14','23','24','34','123','124','134','234','1234'),$); -#1204= IFCSIMPLEPROPERTYTEMPLATE('3raVy7oj187xRtL6ooBSHH',$,'InSituStress','Anisotropic stress regime, with direction and magnitude of principal stresses.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1204= IFCSIMPLEPROPERTYTEMPLATE('1dA_O0qX8HuO00025QrE$V',$,'InLineRowSpacing','In-line tube row spacing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1205= IFCSIMPLEPROPERTYTEMPLATE('06AWQ0_jj70ukx9CZSEl7o',$,'InstabilityFactors','Defining values: slenderness ratios; defined values: either factors or divisors of the strength, depending on the design method (if <1: factors, if >1: divisors).',.P_TABLEVALUE.,'IfcPositiveRatioMeasure','IfcPositiveRatioMeasure',$,$,$,$,$); +#1205= IFCSIMPLEPROPERTYTEMPLATE('37z$O0qVCHuO00025QrE$V',$,'InnerDiameter','The actual inner diameter of the pipe or tube.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1206= IFCSIMPLEPROPERTYTEMPLATE('0xqstoxIX4bRDLvpeP1qs$',$,'InstabilityFactors','Defining values: slenderness ratios; defined values: either factors or divisors of the strength, depending on the design method (if <1: factors, if >1: divisors).',.P_TABLEVALUE.,'IfcPositiveRatioMeasure','IfcPositiveRatioMeasure',$,$,$,$,$); +#1206= IFCSIMPLEPROPERTYTEMPLATE('3yqzmY$VrEe8Jo0Bw35LgZ',$,'InnerDiameter','The actual inner diameter of the pipe.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1207= IFCSIMPLEPROPERTYTEMPLATE('3RdbqocJXF8uEl6oXjVCGl',$,'InstabilityFactors','Defining values: slenderness ratios; defined values: either factors or divisors of the strength, depending on the design method (if <1: factors, if >1: divisors).',.P_TABLEVALUE.,'IfcPositiveRatioMeasure','IfcPositiveRatioMeasure',$,$,$,$,$); +#1207= IFCSIMPLEPROPERTYTEMPLATE('1w_Iq0qRqHuO00025QrE$V',$,'InputFlowrate','Maximum hydraulic flowrate requirement.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1208= IFCSIMPLEPROPERTYTEMPLATE('2k4h6AVrL8EBlzWRArJDjn',$,'InstallationDate','Date on which the element is installed.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#1208= IFCSIMPLEPROPERTYTEMPLATE('2YJ$e0qRqHuO00025QrE$V',$,'InputFlowrate','Maximum input control air flowrate requirement.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1209= IFCSIMPLEPROPERTYTEMPLATE('1y3E9FdGDDcuFQAiNae6DC',$,'InstallationMethod','Method of installation of cable/conductor or other elements. Installation methods are typically defined by reference in standards such as IEC 60364-5-52, table 52A-1 or BS7671 Appendix 4 Table 4A1 etc. Selection of the value to be used should be determined from such a standard according to local usage.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1209= IFCSIMPLEPROPERTYTEMPLATE('3uTse0qSeHuO00025QrE$V',$,'InputPower','Input power to the compressor motor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#1210= IFCSIMPLEPROPERTYTEMPLATE('2_Nz3RdYDAXBJWTsAWu6NX',$,'InstallationMethodFlagEnum','Special installation conditions relating to particular types of installation based on IEC60364-5-52:2001 reference installation methods C and D.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6721,$,$,$,$); -#6721= IFCPROPERTYENUMERATION('PEnum_InstallationMethodFlagEnum',('INDUCT','INSOIL','ONWALL','BELOWCEILING','OTHER','NOTKNOWN','UNSET'),$); +#1210= IFCSIMPLEPROPERTYTEMPLATE('1rc_A0qRqHuO00025QrE$V',$,'InputPressure','Maximum design pressure for the actuator.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1211= IFCSIMPLEPROPERTYTEMPLATE('1$TLUfKkH5dRWTorjafyVb',$,'InstallationPlan','Identifier of the corresponding installation plan.',.P_REFERENCEVALUE.,'IfcDocumentReference','IfcValue',$,$,$,$,$); +#1211= IFCSIMPLEPROPERTYTEMPLATE('2SMXa0qRqHuO00025QrE$V',$,'InputPressure','Maximum input control air pressure requirement.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1212= IFCSIMPLEPROPERTYTEMPLATE('2beGsManD6zPMmBIW4LY_Q',$,'InstallationPlan','Reference to external information source about installation or construction plan of the element.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); +#1212= IFCSIMPLEPROPERTYTEMPLATE('3mt7oNhWL3QuPz1Q2ybJCo',$,'InputSignalType','The type of the input signal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6754,$,$,$,$); +#6754= IFCPROPERTYENUMERATION('PEnum_InputOutputSignalType',('CURRENT','VOLTAGE','OTHER','NOTKNOWN','UNSET'),$); -#1213= IFCSIMPLEPROPERTYTEMPLATE('0goJ6tJj9ExRS1Ys1pKvH9',$,'InstalledCondition','Assessment of the condition of the element at point of installation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6723,$,$,$,$); -#6723= IFCPROPERTYENUMERATION('PEnum_InstalledCondition',('REGENERATED','REUSED','NEW','OTHER','NOTKNOWN','UNSET'),$); +#1213= IFCSIMPLEPROPERTYTEMPLATE('2VCoa0qX8HuO00025QrE$V',$,'InsideDiameter','Actual inner diameter of the tube in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1214= IFCSIMPLEPROPERTYTEMPLATE('0xvitUc492iA3MH7Yy4c1_',$,'InstantaneousCurrentSetValue','Instantaneous current set value. The set value of the instantaneous tripping current if adjustable.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1214= IFCSIMPLEPROPERTYTEMPLATE('3raVy7oj187xRtL6ooBSHH',$,'InSituStress','Anisotropic stress regime, with direction and magnitude of principal stresses.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1215= IFCSIMPLEPROPERTYTEMPLATE('2NQdbM51T95AtD0w7EUzy_',$,'InstantaneousTrippingTime','Instantaneous tripping time. The set value of the instantaneous tripping time if adjustable.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#1215= IFCSIMPLEPROPERTYTEMPLATE('06AWQ0_jj70ukx9CZSEl7o',$,'InstabilityFactors','Defining values: slenderness ratios; defined values: either factors or divisors of the strength, depending on the design method (if <1: factors, if >1: divisors).',.P_TABLEVALUE.,'IfcPositiveRatioMeasure','IfcPositiveRatioMeasure',$,$,$,$,$); -#1216= IFCSIMPLEPROPERTYTEMPLATE('1_Ub8uyHX2dgCLYmh2_Ttw',$,'InsulationMethod','The method used to insulate.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6726,$,$,$,$); -#6726= IFCPROPERTYENUMERATION('PEnum_InsulatorType',('LONGRODINSULATOR','PININSULATOR','POSTINSULATOR','OTHER','NOTKNOWN','UNSET'),$); +#1216= IFCSIMPLEPROPERTYTEMPLATE('0xqstoxIX4bRDLvpeP1qs$',$,'InstabilityFactors','Defining values: slenderness ratios; defined values: either factors or divisors of the strength, depending on the design method (if <1: factors, if >1: divisors).',.P_TABLEVALUE.,'IfcPositiveRatioMeasure','IfcPositiveRatioMeasure',$,$,$,$,$); -#1217= IFCSIMPLEPROPERTYTEMPLATE('1ZlGxOxPPFmwm2gfaKJrQQ',$,'InsulationResistance','Minimum resistance between one terminal or several terminals connected together and the case or enclosure of a component at specified voltage.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); +#1217= IFCSIMPLEPROPERTYTEMPLATE('3RdbqocJXF8uEl6oXjVCGl',$,'InstabilityFactors','Defining values: slenderness ratios; defined values: either factors or divisors of the strength, depending on the design method (if <1: factors, if >1: divisors).',.P_TABLEVALUE.,'IfcPositiveRatioMeasure','IfcPositiveRatioMeasure',$,$,$,$,$); -#1218= IFCSIMPLEPROPERTYTEMPLATE('1TFB_0qTyHuO00025QrE$V',$,'InsulationStandardClass','Insulation standard classes provides basic protection information against electric shock. Defines levels of insulation required in terms of constructional requirements (creepage and clearance distances) and electrical requirements (compliance with electric strength tests). Basic insulation is considered to be shorted under single fault conditions. The actual values required depend on the working voltage to which the insulation is subjected, as well as other factors. Also indicates whether the electrical device has a protective earth connection.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6727,$,$,$,$); -#6727= IFCPROPERTYENUMERATION('PEnum_InsulationStandardClass',('CLASS0APPLIANCE','CLASS0IAPPLIANCE','CLASSIAPPLIANCE','CLASSIIAPPLIANCE','CLASSIIIAPPLIANCE','OTHER','NOTKNOWN','UNSET'),$); +#1218= IFCSIMPLEPROPERTYTEMPLATE('2k4h6AVrL8EBlzWRArJDjn',$,'InstallationDate','Date on which the element is installed.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#1219= IFCSIMPLEPROPERTYTEMPLATE('0bnlOizRrA7828DVf4FSKA',$,'InsulationVoltage','It indicates the wire-to-ground (metal sheath) insulation voltage or the insulation voltage between the wires.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#1219= IFCSIMPLEPROPERTYTEMPLATE('1y3E9FdGDDcuFQAiNae6DC',$,'InstallationMethod','Method of installation of cable/conductor or other elements. Installation methods are typically defined by reference in standards such as IEC 60364-5-52, table 52A-1 or BS7671 Appendix 4 Table 4A1 etc. Selection of the value to be used should be determined from such a standard according to local usage.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1220= IFCSIMPLEPROPERTYTEMPLATE('3cuv60qSqHuO00025QrE$V',$,'IntegralConstant','The integral gain factor of the controller (usually referred to as Ki). Asserted where ControlType is PROPORTIONALINTEGRAL or PROPORTIONALINTEGRALDERIVATIVE.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1220= IFCSIMPLEPROPERTYTEMPLATE('2_Nz3RdYDAXBJWTsAWu6NX',$,'InstallationMethodFlagEnum','Special installation conditions relating to particular types of installation based on IEC60364-5-52:2001 reference installation methods C and D.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6758,$,$,$,$); +#6758= IFCPROPERTYENUMERATION('PEnum_InstallationMethodFlagEnum',('INDUCT','INSOIL','ONWALL','BELOWCEILING','OTHER','NOTKNOWN','UNSET'),$); -#1221= IFCSIMPLEPROPERTYTEMPLATE('0LhZU0qSyHuO00025QrE$V',$,'IntegratedLightingType','Integrated lighting in cooled beam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6731,$,$,$,$); -#6731= IFCPROPERTYENUMERATION('PEnum_CooledBeamIntegratedLightingType',('NONE','DIRECT','INDIRECT','DIRECTANDINDIRECT','OTHER','NOTKNOWN','UNSET'),$); +#1221= IFCSIMPLEPROPERTYTEMPLATE('1$TLUfKkH5dRWTorjafyVb',$,'InstallationPlan','Identifier of the corresponding installation plan.',.P_REFERENCEVALUE.,'IfcDocumentReference','IfcValue',$,$,$,$,$); -#1222= IFCSIMPLEPROPERTYTEMPLATE('1deOu0qSmHuO00025QrE$V',$,'InteriorHeatTransferCoefficient','Interior heat transfer coefficient associated with interior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalTransmittanceMeasure',$,$,$,$,$); +#1222= IFCSIMPLEPROPERTYTEMPLATE('2beGsManD6zPMmBIW4LY_Q',$,'InstallationPlan','Reference to external information source about installation or construction plan of the element.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); -#1223= IFCSIMPLEPROPERTYTEMPLATE('3Km1u0qU8HuO00025QrE$V',$,'InteriorHeatTransferCoefficient','Interior heat transfer coefficient associated with interior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalTransmittanceMeasure',$,$,$,$,$); +#1223= IFCSIMPLEPROPERTYTEMPLATE('0goJ6tJj9ExRS1Ys1pKvH9',$,'InstalledCondition','Assessment of the condition of the element at point of installation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6760,$,$,$,$); +#6760= IFCPROPERTYENUMERATION('PEnum_InstalledCondition',('REGENERATED','REUSED','NEW','OTHER','NOTKNOWN','UNSET'),$); -#1224= IFCSIMPLEPROPERTYTEMPLATE('0kSXc0qTuHuO00025QrE$V',$,'InteriorRoughnessCoefficient','The interior roughness of the duct fitting material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1224= IFCSIMPLEPROPERTYTEMPLATE('0xvitUc492iA3MH7Yy4c1_',$,'InstantaneousCurrentSetValue','Instantaneous current set value. The set value of the instantaneous tripping current if adjustable.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1225= IFCSIMPLEPROPERTYTEMPLATE('1bdlM0qVCHuO00025QrE$V',$,'InteriorRoughnessCoefficient','The interior roughness coefficient of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1225= IFCSIMPLEPROPERTYTEMPLATE('2NQdbM51T95AtD0w7EUzy_',$,'InstantaneousTrippingTime','Instantaneous tripping time. The set value of the instantaneous tripping time if adjustable.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#1226= IFCSIMPLEPROPERTYTEMPLATE('39TEw0qV8HuO00025QrE$V',$,'InteriorRoughnessCoefficient','The interior roughness coefficient of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1226= IFCSIMPLEPROPERTYTEMPLATE('1_Ub8uyHX2dgCLYmh2_Ttw',$,'InsulationMethod','The method used to insulate.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6763,$,$,$,$); +#6763= IFCPROPERTYENUMERATION('PEnum_InsulatorType',('LONGRODINSULATOR','PININSULATOR','POSTINSULATOR','OTHER','NOTKNOWN','UNSET'),$); -#1227= IFCSIMPLEPROPERTYTEMPLATE('3WzQo0qTqHuO00025QrE$V',$,'InteriorRoughnessCoefficient','The interior roughness of the duct fitting material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1227= IFCSIMPLEPROPERTYTEMPLATE('1ZlGxOxPPFmwm2gfaKJrQQ',$,'InsulationResistance','Minimum resistance between one terminal or several terminals connected together and the case or enclosure of a component at specified voltage.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); -#1228= IFCSIMPLEPROPERTYTEMPLATE('0XfFG0qUKHuO00025QrE$V',$,'Intermittent','If fillet weld, intermittent or not',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1228= IFCSIMPLEPROPERTYTEMPLATE('1TFB_0qTyHuO00025QrE$V',$,'InsulationStandardClass','Insulation standard classes provides basic protection information against electric shock. Defines levels of insulation required in terms of constructional requirements (creepage and clearance distances) and electrical requirements (compliance with electric strength tests). Basic insulation is considered to be shorted under single fault conditions. The actual values required depend on the working voltage to which the insulation is subjected, as well as other factors. Also indicates whether the electrical device has a protective earth connection.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6764,$,$,$,$); +#6764= IFCPROPERTYENUMERATION('PEnum_InsulationStandardClass',('CLASS0APPLIANCE','CLASS0IAPPLIANCE','CLASSIAPPLIANCE','CLASSIIAPPLIANCE','CLASSIIIAPPLIANCE','OTHER','NOTKNOWN','UNSET'),$); -#1229= IFCSIMPLEPROPERTYTEMPLATE('3fK_I0qUaHuO00025QrE$V',$,'InternalControl','Internal modulation control.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6745,$,$,$,$); -#6745= IFCPROPERTYENUMERATION('PEnum_HumidifierInternalControl',('ONOFF','STEPPED','MODULATING','NONE','OTHER','NOTKNOWN','UNSET'),$); +#1229= IFCSIMPLEPROPERTYTEMPLATE('0bnlOizRrA7828DVf4FSKA',$,'InsulationVoltage','It indicates the wire-to-ground (metal sheath) insulation voltage or the insulation voltage between the wires.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#1230= IFCSIMPLEPROPERTYTEMPLATE('1S3P60qUCHuO00025QrE$V',$,'InternalRefrigerantVolume','Internal volume of evaporator (refrigerant side).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#1230= IFCSIMPLEPROPERTYTEMPLATE('3cuv60qSqHuO00025QrE$V',$,'IntegralConstant','The integral gain factor of the controller (usually referred to as Ki). Asserted where ControlType is PROPORTIONALINTEGRAL or PROPORTIONALINTEGRALDERIVATIVE.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1231= IFCSIMPLEPROPERTYTEMPLATE('2yHGa0qSmHuO00025QrE$V',$,'InternalRefrigerantVolume','Internal volume of condenser (refrigerant side).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#1231= IFCSIMPLEPROPERTYTEMPLATE('0LhZU0qSyHuO00025QrE$V',$,'IntegratedLightingType','Integrated lighting in cooled beam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6768,$,$,$,$); +#6768= IFCPROPERTYENUMERATION('PEnum_CooledBeamIntegratedLightingType',('NONE','DIRECT','INDIRECT','DIRECTANDINDIRECT','OTHER','NOTKNOWN','UNSET'),$); -#1232= IFCSIMPLEPROPERTYTEMPLATE('1Mi4S0qUCHuO00025QrE$V',$,'InternalSurfaceArea','Internal surface area.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1232= IFCSIMPLEPROPERTYTEMPLATE('1deOu0qSmHuO00025QrE$V',$,'InteriorHeatTransferCoefficient','Interior heat transfer coefficient associated with interior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalTransmittanceMeasure',$,$,$,$,$); -#1233= IFCSIMPLEPROPERTYTEMPLATE('2svxw0qSmHuO00025QrE$V',$,'InternalSurfaceArea','Internal surface area.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1233= IFCSIMPLEPROPERTYTEMPLATE('3Km1u0qU8HuO00025QrE$V',$,'InteriorHeatTransferCoefficient','Interior heat transfer coefficient associated with interior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalTransmittanceMeasure',$,$,$,$,$); -#1234= IFCSIMPLEPROPERTYTEMPLATE('1XQjm0qUCHuO00025QrE$V',$,'InternalWaterVolume','Internal volume of evaporator (water side).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#1234= IFCSIMPLEPROPERTYTEMPLATE('0kSXc0qTuHuO00025QrE$V',$,'InteriorRoughnessCoefficient','The interior roughness of the duct fitting material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1235= IFCSIMPLEPROPERTYTEMPLATE('31ebE0qSmHuO00025QrE$V',$,'InternalWaterVolume','Internal volume of condenser (water side).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#1235= IFCSIMPLEPROPERTYTEMPLATE('1bdlM0qVCHuO00025QrE$V',$,'InteriorRoughnessCoefficient','The interior roughness coefficient of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1236= IFCSIMPLEPROPERTYTEMPLATE('3Rero0qVCHuO00025QrE$V',$,'InternalWidth','The internal width of the culvert.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1236= IFCSIMPLEPROPERTYTEMPLATE('39TEw0qV8HuO00025QrE$V',$,'InteriorRoughnessCoefficient','The interior roughness coefficient of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1237= IFCSIMPLEPROPERTYTEMPLATE('0KMEUwmITB4x_YwcSfAiOX',$,'InUse','Indicates whether the fiber has been assigned to some specific use.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1237= IFCSIMPLEPROPERTYTEMPLATE('3WzQo0qTqHuO00025QrE$V',$,'InteriorRoughnessCoefficient','The interior roughness of the duct fitting material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1238= IFCSIMPLEPROPERTYTEMPLATE('0th9Dg6mf2lwF0z9cCob3a',$,'InUseConditions','Adjustment of the service life resulting from the effect of the conditions in which components are operating.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1238= IFCSIMPLEPROPERTYTEMPLATE('0XfFG0qUKHuO00025QrE$V',$,'Intermittent','If fillet weld, intermittent or not',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1239= IFCSIMPLEPROPERTYTEMPLATE('1vIbm0qVCHuO00025QrE$V',$,'InvertElevation','The invert elevation relative to the datum established for the project.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1239= IFCSIMPLEPROPERTYTEMPLATE('3fK_I0qUaHuO00025QrE$V',$,'InternalControl','Internal modulation control.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6782,$,$,$,$); +#6782= IFCPROPERTYENUMERATION('PEnum_HumidifierInternalControl',('ONOFF','STEPPED','MODULATING','NONE','OTHER','NOTKNOWN','UNSET'),$); -#1240= IFCSIMPLEPROPERTYTEMPLATE('1mbbs0qTGHuO00025QrE$V',$,'InvertLevel','The lowest point in the cross section of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1240= IFCSIMPLEPROPERTYTEMPLATE('1S3P60qUCHuO00025QrE$V',$,'InternalRefrigerantVolume','Internal volume of evaporator (refrigerant side).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#1241= IFCSIMPLEPROPERTYTEMPLATE('29dmw0qTGHuO00025QrE$V',$,'InvertLevel','Level of the lowest part of the cross section as measured from ground level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1241= IFCSIMPLEPROPERTYTEMPLATE('2yHGa0qSmHuO00025QrE$V',$,'InternalRefrigerantVolume','Internal volume of condenser (refrigerant side).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#1242= IFCSIMPLEPROPERTYTEMPLATE('2UBjS0qTCHuO00025QrE$V',$,'InvertLevel','Level of the lowest part of the cross section as measured from ground level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1242= IFCSIMPLEPROPERTYTEMPLATE('1Mi4S0qUCHuO00025QrE$V',$,'InternalSurfaceArea','Internal surface area.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1243= IFCSIMPLEPROPERTYTEMPLATE('3tbmO0qTCHuO00025QrE$V',$,'InvertLevel','Level of the lowest part of the cross section as measured from ground level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1243= IFCSIMPLEPROPERTYTEMPLATE('2svxw0qSmHuO00025QrE$V',$,'InternalSurfaceArea','Internal surface area.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1244= IFCSIMPLEPROPERTYTEMPLATE('1MhaW0qTyHuO00025QrE$V',$,'IP_Code','IP Code, the International Protection Marking, IEC 60529), classifies and rates the degree of protection provided against intrusion.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1244= IFCSIMPLEPROPERTYTEMPLATE('1XQjm0qUCHuO00025QrE$V',$,'InternalWaterVolume','Internal volume of evaporator (water side).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#1245= IFCSIMPLEPROPERTYTEMPLATE('3c3IY0qUeHuO00025QrE$V',$,'IP_Code','IEC 60529 (1989) Classification of degrees of protection provided by enclosures (IP Code).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1245= IFCSIMPLEPROPERTYTEMPLATE('31ebE0qSmHuO00025QrE$V',$,'InternalWaterVolume','Internal volume of condenser (water side).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#1246= IFCSIMPLEPROPERTYTEMPLATE('3kE48CR$D6Sg0O8bEZ6wBy',$,'IsAbsorbingEnergy','Indicates whether the bumper absorbs energy or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1246= IFCSIMPLEPROPERTYTEMPLATE('3Rero0qVCHuO00025QrE$V',$,'InternalWidth','The internal width of the culvert.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1247= IFCSIMPLEPROPERTYTEMPLATE('3R5N45JWj9UumSu_fUKeWz',$,'IsAccessibleByVehicle','Indicates whether the element is accessible by a vehicle or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1247= IFCSIMPLEPROPERTYTEMPLATE('0KMEUwmITB4x_YwcSfAiOX',$,'InUse','Indicates whether the fiber has been assigned to some specific use.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1248= IFCSIMPLEPROPERTYTEMPLATE('31J5jTh9z80B8lERH0gDCc',$,'IsAccessibleOnFoot','Indicates whether the element is accessible on foot (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1248= IFCSIMPLEPROPERTYTEMPLATE('0th9Dg6mf2lwF0z9cCob3a',$,'InUseConditions','Adjustment of the service life resulting from the effect of the conditions in which components are operating.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1249= IFCSIMPLEPROPERTYTEMPLATE('00OvkE_Rn4KBS$xE3fF5xV',$,'IsAdjustable','Indicates whether the element is adjustable or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1249= IFCSIMPLEPROPERTYTEMPLATE('1vIbm0qVCHuO00025QrE$V',$,'InvertElevation','The invert elevation relative to the datum established for the project.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1250= IFCSIMPLEPROPERTYTEMPLATE('056xA0qWiHuO00025QrE$V',$,'IsAisle','Indicates that this parking zone is for accessing the parking units, i.e. an aisle (TRUE) and not a parking unit itself (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1250= IFCSIMPLEPROPERTYTEMPLATE('1mbbs0qTGHuO00025QrE$V',$,'InvertLevel','The lowest point in the cross section of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1251= IFCSIMPLEPROPERTYTEMPLATE('2bj3cZYAD7qvpndHNlg9vP',$,'IsArcSuppressing','Indicates whether the element has the ability to suppress an arc.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1251= IFCSIMPLEPROPERTYTEMPLATE('29dmw0qTGHuO00025QrE$V',$,'InvertLevel','Level of the lowest part of the cross section as measured from ground level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1252= IFCSIMPLEPROPERTYTEMPLATE('3_6yRUpZDBOvmNhnWeL_XS',$,'IsArticulatedBlade','Indicates whether the blade is articulated or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1252= IFCSIMPLEPROPERTYTEMPLATE('2UBjS0qTCHuO00025QrE$V',$,'InvertLevel','Level of the lowest part of the cross section as measured from ground level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1253= IFCSIMPLEPROPERTYTEMPLATE('0M7F60qXGHuO00025QrE$V',$,'IsAutomatic','Indication of whether the valve is automatically operated (TRUE) or manually operated (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1253= IFCSIMPLEPROPERTYTEMPLATE('3tbmO0qTCHuO00025QrE$V',$,'InvertLevel','Level of the lowest part of the cross section as measured from ground level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1254= IFCSIMPLEPROPERTYTEMPLATE('2SoDC0qW8HuO00025QrE$V',$,'IsAutomaticFlush','Boolean value that determines if the cistern is flushed automatically either after each use or periodically (TRUE) or whether manual flushing is required (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1254= IFCSIMPLEPROPERTYTEMPLATE('1MhaW0qTyHuO00025QrE$V',$,'IP_Code','IP Code, the International Protection Marking, IEC 60529), classifies and rates the degree of protection provided against intrusion.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1255= IFCSIMPLEPROPERTYTEMPLATE('3PYJ6a4gXACx94JYuDo4no',$,'IsBidirectional','Indicates whether the turnstile is bidirectional.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1255= IFCSIMPLEPROPERTYTEMPLATE('3c3IY0qUeHuO00025QrE$V',$,'IP_Code','IEC 60529 (1989) Classification of degrees of protection provided by enclosures (IP Code).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1256= IFCSIMPLEPROPERTYTEMPLATE('0VtI_0qUaHuO00025QrE$V',$,'IsBuiltIn','Indicates whether the furniture type is intended to be ''built in'' i.e. physically attached to a building or facility (= TRUE) or not i.e. Loose and movable (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1256= IFCSIMPLEPROPERTYTEMPLATE('3kE48CR$D6Sg0O8bEZ6wBy',$,'IsAbsorbingEnergy','Indicates whether the bumper absorbs energy or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1257= IFCSIMPLEPROPERTYTEMPLATE('1f9u80qTqHuO00025QrE$V',$,'IsCoated','Indication whether the glass is coated with a material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1257= IFCSIMPLEPROPERTYTEMPLATE('3R5N45JWj9UumSu_fUKeWz',$,'IsAccessibleByVehicle','Indicates whether the element is accessible by a vehicle or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1258= IFCSIMPLEPROPERTYTEMPLATE('3veUeXa7v4mhaYZbSgpKpE',$,'IsContaminatedSleeper','Indicates whether the sleeper is contaminated and requires special disposal or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1258= IFCSIMPLEPROPERTYTEMPLATE('31J5jTh9z80B8lERH0gDCc',$,'IsAccessibleOnFoot','Indicates whether the element is accessible on foot (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1259= IFCSIMPLEPROPERTYTEMPLATE('2YzvRQEzP4dh97Y5815zNr',$,'IsCovered','This property defines if the drain channel has a cover (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1259= IFCSIMPLEPROPERTYTEMPLATE('00OvkE_Rn4KBS$xE3fF5xV',$,'IsAdjustable','Indicates whether the element is adjustable or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1260= IFCSIMPLEPROPERTYTEMPLATE('2T0h_sw_H3s8fsIzbCjbLk',$,'IsCurrentCarrying','To indicate whether the current will go through the dropper.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1260= IFCSIMPLEPROPERTYTEMPLATE('056xA0qWiHuO00025QrE$V',$,'IsAisle','Indicates that this parking zone is for accessing the parking units, i.e. an aisle (TRUE) and not a parking unit itself (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1261= IFCSIMPLEPROPERTYTEMPLATE('1jOfW0qViHuO00025QrE$V',$,'IsCurrentTolerancePositiveOnly','Indication whether the value of CurrentTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1261= IFCSIMPLEPROPERTYTEMPLATE('2bj3cZYAD7qvpndHNlg9vP',$,'IsArcSuppressing','Indicates whether the element has the ability to suppress an arc.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1262= IFCSIMPLEPROPERTYTEMPLATE('1pf4I0qVeHuO00025QrE$V',$,'IsCurrentTolerancePositiveOnly','Indication whether the value of CurrentTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1262= IFCSIMPLEPROPERTYTEMPLATE('3_6yRUpZDBOvmNhnWeL_XS',$,'IsArticulatedBlade','Indicates whether the blade is articulated or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1263= IFCSIMPLEPROPERTYTEMPLATE('3YWPs0qVeHuO00025QrE$V',$,'IsCurrentTolerancePositiveOnly','Indication whether the value of CurrentTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1263= IFCSIMPLEPROPERTYTEMPLATE('0M7F60qXGHuO00025QrE$V',$,'IsAutomatic','Indication of whether the valve is automatically operated (TRUE) or manually operated (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1264= IFCSIMPLEPROPERTYTEMPLATE('2aTez2BlX6R85Py6sJk$MW',$,'IsCWRJoint','Indicates if the rail joint is associated to a continuous welded rail.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1264= IFCSIMPLEPROPERTYTEMPLATE('2SoDC0qW8HuO00025QrE$V',$,'IsAutomaticFlush','Boolean value that determines if the cistern is flushed automatically either after each use or periodically (TRUE) or whether manual flushing is required (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1265= IFCSIMPLEPROPERTYTEMPLATE('3hK6$ugfj2heMnYkSgFRIQ',$,'IsDerailing','Indicates whether the derailer is on or not.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcBoolean',$,$,$,$,$); +#1265= IFCSIMPLEPROPERTYTEMPLATE('3PYJ6a4gXACx94JYuDo4no',$,'IsBidirectional','Indicates whether the turnstile is bidirectional.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1266= IFCSIMPLEPROPERTYTEMPLATE('1HhghvvaLAvfFIOypPw7B9',$,'IsElectricallyInsulated','Indicates whether the sleeper is electrically insulated due to its design or the running rails or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1266= IFCSIMPLEPROPERTYTEMPLATE('0VtI_0qUaHuO00025QrE$V',$,'IsBuiltIn','Indicates whether the furniture type is intended to be ''built in'' i.e. physically attached to a building or facility (= TRUE) or not i.e. Loose and movable (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1267= IFCSIMPLEPROPERTYTEMPLATE('3fjp6BiNH8WQOXnO69XO80',$,'IsElectrified','Indicates whether the track system is electrified or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1267= IFCSIMPLEPROPERTYTEMPLATE('1f9u80qTqHuO00025QrE$V',$,'IsCoated','Indication whether the glass is coated with a material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1268= IFCSIMPLEPROPERTYTEMPLATE('3j93w0qSeHuO00025QrE$V',$,'IsentropicEfficiency','Ratio of the work required for isentropic compression of the gas to work input to the compressor shaft.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1268= IFCSIMPLEPROPERTYTEMPLATE('3veUeXa7v4mhaYZbSgpKpE',$,'IsContaminatedSleeper','Indicates whether the sleeper is contaminated and requires special disposal or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1269= IFCSIMPLEPROPERTYTEMPLATE('1UpphLsIf8AQz1eoTOneG9',$,'IsExceptionalTransportRoute','Indicates whether the route is suitable for exceptional transport (load, structure gauge, road),',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1269= IFCSIMPLEPROPERTYTEMPLATE('2YzvRQEzP4dh97Y5815zNr',$,'IsCovered','This property defines if the drain channel has a cover (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1270= IFCSIMPLEPROPERTYTEMPLATE('0PiNW0qXOHuO00025QrE$V',$,'IsExtendedWarranty','Indication of whether this is an extended warranty whose duration is greater than that normally assigned to an artefact (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1270= IFCSIMPLEPROPERTYTEMPLATE('2T0h_sw_H3s8fsIzbCjbLk',$,'IsCurrentCarrying','To indicate whether the current will go through the dropper.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1271= IFCSIMPLEPROPERTYTEMPLATE('0AhTG0qTmHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1271= IFCSIMPLEPROPERTYTEMPLATE('1jOfW0qViHuO00025QrE$V',$,'IsCurrentTolerancePositiveOnly','Indication whether the value of CurrentTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1272= IFCSIMPLEPROPERTYTEMPLATE('0d3pW0qVyHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1272= IFCSIMPLEPROPERTYTEMPLATE('1pf4I0qVeHuO00025QrE$V',$,'IsCurrentTolerancePositiveOnly','Indication whether the value of CurrentTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1273= IFCSIMPLEPROPERTYTEMPLATE('0e$iimlYf0nf_mS3leF5wV',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external zone at the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1273= IFCSIMPLEPROPERTYTEMPLATE('3YWPs0qVeHuO00025QrE$V',$,'IsCurrentTolerancePositiveOnly','Indication whether the value of CurrentTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1274= IFCSIMPLEPROPERTYTEMPLATE('0eRpy0qSGHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1274= IFCSIMPLEPROPERTYTEMPLATE('2aTez2BlX6R85Py6sJk$MW',$,'IsCWRJoint','Indicates if the rail joint is associated to a continuous welded rail.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1275= IFCSIMPLEPROPERTYTEMPLATE('0JQiu0qWqHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1275= IFCSIMPLEPROPERTYTEMPLATE('3hK6$ugfj2heMnYkSgFRIQ',$,'IsDerailing','Indicates whether the derailer is on or not.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcBoolean',$,$,$,$,$); -#1276= IFCSIMPLEPROPERTYTEMPLATE('0ORrE0qVGHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1276= IFCSIMPLEPROPERTYTEMPLATE('1HhghvvaLAvfFIOypPw7B9',$,'IsElectricallyInsulated','Indicates whether the sleeper is electrically insulated due to its design or the running rails or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1277= IFCSIMPLEPROPERTYTEMPLATE('0qVF00qWWHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1277= IFCSIMPLEPROPERTYTEMPLATE('3fjp6BiNH8WQOXnO69XO80',$,'IsElectrified','Indicates whether the track system is electrified or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1278= IFCSIMPLEPROPERTYTEMPLATE('0wumB732b2A8dsysfeuKf4',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external zone at the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1278= IFCSIMPLEPROPERTYTEMPLATE('3j93w0qSeHuO00025QrE$V',$,'IsentropicEfficiency','Ratio of the work required for isentropic compression of the gas to work input to the compressor shaft.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#1279= IFCSIMPLEPROPERTYTEMPLATE('16YMy0qSKHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1279= IFCSIMPLEPROPERTYTEMPLATE('1UpphLsIf8AQz1eoTOneG9',$,'IsExceptionalTransportRoute','Indicates whether the route is suitable for exceptional transport (load, structure gauge, road),',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1280= IFCSIMPLEPROPERTYTEMPLATE('1Bd_k0qT0HuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1280= IFCSIMPLEPROPERTYTEMPLATE('0PiNW0qXOHuO00025QrE$V',$,'IsExtendedWarranty','Indication of whether this is an extended warranty whose duration is greater than that normally assigned to an artefact (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1281= IFCSIMPLEPROPERTYTEMPLATE('1frGu0qWSHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1281= IFCSIMPLEPROPERTYTEMPLATE('0AhTG0qTmHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1282= IFCSIMPLEPROPERTYTEMPLATE('1GByY0qVyHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1282= IFCSIMPLEPROPERTYTEMPLATE('0d3pW0qVyHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1283= IFCSIMPLEPROPERTYTEMPLATE('1kZiU0qV4HuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1283= IFCSIMPLEPROPERTYTEMPLATE('0e$iimlYf0nf_mS3leF5wV',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external zone at the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1284= IFCSIMPLEPROPERTYTEMPLATE('1ScIw0qSaHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1284= IFCSIMPLEPROPERTYTEMPLATE('0eRpy0qSGHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1285= IFCSIMPLEPROPERTYTEMPLATE('1tk6u0qSeHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1285= IFCSIMPLEPROPERTYTEMPLATE('0JQiu0qWqHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1286= IFCSIMPLEPROPERTYTEMPLATE('2cEKU0qT0HuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1286= IFCSIMPLEPROPERTYTEMPLATE('0ORrE0qVGHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1287= IFCSIMPLEPROPERTYTEMPLATE('2zH5s0qW4HuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1287= IFCSIMPLEPROPERTYTEMPLATE('0qVF00qWWHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1288= IFCSIMPLEPROPERTYTEMPLATE('3D6sm0qXWHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1288= IFCSIMPLEPROPERTYTEMPLATE('0wumB732b2A8dsysfeuKf4',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external zone at the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1289= IFCSIMPLEPROPERTYTEMPLATE('3t$SG0qWWHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1289= IFCSIMPLEPROPERTYTEMPLATE('16YMy0qSKHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1290= IFCSIMPLEPROPERTYTEMPLATE('3VVh40qUeHuO00025QrE$V',$,'IsExternal','Indication of whether the junction box type is allowed for exposure to outdoor elements (set TRUE where external exposure is allowed).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1290= IFCSIMPLEPROPERTYTEMPLATE('1Bd_k0qT0HuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1291= IFCSIMPLEPROPERTYTEMPLATE('3wicPbQZz5Ru6Zjj9F$4Lp',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1291= IFCSIMPLEPROPERTYTEMPLATE('1frGu0qWSHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1292= IFCSIMPLEPROPERTYTEMPLATE('3Yss80qXKHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1292= IFCSIMPLEPROPERTYTEMPLATE('1GByY0qVyHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1293= IFCSIMPLEPROPERTYTEMPLATE('0mvKptGVb02xCOJPjqgmF6',$,'IsFallbackBlade','Indicates whether the blade always returns to the same position as a trailable turnout or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1293= IFCSIMPLEPROPERTYTEMPLATE('1kZiU0qV4HuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1294= IFCSIMPLEPROPERTYTEMPLATE('0EDQmMlDr4wOieHoEptGkG',$,'IsFireResistant','Indicates whether the cable is fire resistant.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1294= IFCSIMPLEPROPERTYTEMPLATE('1ScIw0qSaHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1295= IFCSIMPLEPROPERTYTEMPLATE('3ZPG00qVSHuO00025QrE$V',$,'IsFOB','Indication of whether contents of the purchase order are delivered ''Free on Board'' (= True) or not (= False). FOB is a shipping term which indicates that the supplier pays the shipping costs (and usually also the insurance costs) from the point of manufacture to a specified destination, at which point the buyer takes responsibility.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1295= IFCSIMPLEPROPERTYTEMPLATE('1tk6u0qSeHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1296= IFCSIMPLEPROPERTYTEMPLATE('1rV040qXOHuO00025QrE$V',$,'IsForSullageWater','Indicates if the purpose of the floor trap is to receive sullage water, or if that is amongst its purposes (= TRUE), or not (= FALSE). Note that if TRUE, it is expected that an upstand or kerb will be placed around the floor trap to prevent the ingress of surface water runoff; the provision of the upstand or kerb is not dealt with in this property set.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1296= IFCSIMPLEPROPERTYTEMPLATE('2cEKU0qT0HuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1297= IFCSIMPLEPROPERTYTEMPLATE('2$sO_0qSuHuO00025QrE$V',$,'IsFreeHanging','Is it free hanging type (not mounted in a false ceiling)?',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1297= IFCSIMPLEPROPERTYTEMPLATE('2zH5s0qW4HuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1298= IFCSIMPLEPROPERTYTEMPLATE('1KdzyKr5b5KxvuHaCdKWAs',$,'IsFreshwater','Indication of freshwater (true,false or unknown)',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,$); +#1298= IFCSIMPLEPROPERTYTEMPLATE('3D6sm0qXWHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1299= IFCSIMPLEPROPERTYTEMPLATE('0LjpC0qU4HuO00025QrE$V',$,'IsGuarded','Indication of whether the motor enclosure is guarded (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1299= IFCSIMPLEPROPERTYTEMPLATE('3t$SG0qWWHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1300= IFCSIMPLEPROPERTYTEMPLATE('3ud5U0qXGHuO00025QrE$V',$,'IsHighPressure','Indication of whether the flushing valve is suitable for use on a high pressure water main (set TRUE) or not (set FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1300= IFCSIMPLEPROPERTYTEMPLATE('3VVh40qUeHuO00025QrE$V',$,'IsExternal','Indication of whether the junction box type is allowed for exposure to outdoor elements (set TRUE where external exposure is allowed).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1301= IFCSIMPLEPROPERTYTEMPLATE('1mNsJbl7z7nRsPj_JQtlc5',$,'IsHighType','Indicates if the signal is high (TRUE) or dwarf (ground mounted) (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1301= IFCSIMPLEPROPERTYTEMPLATE('3wicPbQZz5Ru6Zjj9F$4Lp',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1302= IFCSIMPLEPROPERTYTEMPLATE('1_l7FDgPz3CgHhlHjyAHYa',$,'IsHollowSleeper','Indicates whether the sleeper is hollowed or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1302= IFCSIMPLEPROPERTYTEMPLATE('3Yss80qXKHuO00025QrE$V',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1303= IFCSIMPLEPROPERTYTEMPLATE('0U0dI0qSSHuO00025QrE$V',$,'IsHorizontalBusbar','Indication of whether the busbar occurrences are routed horizontally (= TRUE) or vertically (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1303= IFCSIMPLEPROPERTYTEMPLATE('0mvKptGVb02xCOJPjqgmF6',$,'IsFallbackBlade','Indicates whether the blade always returns to the same position as a trailable turnout or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1304= IFCSIMPLEPROPERTYTEMPLATE('3Kx2SOOpDE7gZDqQ7MF7S8',$,'IsHorizontalCable','Indication of whether the cable occurrences are mounted horizontally (= TRUE) or vertically (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1304= IFCSIMPLEPROPERTYTEMPLATE('0EDQmMlDr4wOieHoEptGkG',$,'IsFireResistant','Indicates whether the cable is fire resistant.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1305= IFCSIMPLEPROPERTYTEMPLATE('3KYKW0qWqHuO00025QrE$V',$,'IsIlluminated','An indication of whether there is an illuminated indicator to show that the switch is on (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1305= IFCSIMPLEPROPERTYTEMPLATE('3ZPG00qVSHuO00025QrE$V',$,'IsFOB','Indication of whether contents of the purchase order are delivered ''Free on Board'' (= True) or not (= False). FOB is a shipping term which indicates that the supplier pays the shipping costs (and usually also the insurance costs) from the point of manufacture to a specified destination, at which point the buyer takes responsibility.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1306= IFCSIMPLEPROPERTYTEMPLATE('0Eq$IgBvz97uWvPsoTH$G9',$,'IsInsulated','Indicates whether the element is insulated or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1306= IFCSIMPLEPROPERTYTEMPLATE('1rV040qXOHuO00025QrE$V',$,'IsForSullageWater','Indicates if the purpose of the floor trap is to receive sullage water, or if that is amongst its purposes (= TRUE), or not (= FALSE). Note that if TRUE, it is expected that an upstand or kerb will be placed around the floor trap to prevent the ingress of surface water runoff; the provision of the upstand or kerb is not dealt with in this property set.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1307= IFCSIMPLEPROPERTYTEMPLATE('1y8uHbp6z5vfRtA_1nm6D8',$,'IsJointControlEquipment','Indicates whether security equipment is checking the mechanical functionality of the rail joint.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1307= IFCSIMPLEPROPERTYTEMPLATE('2$sO_0qSuHuO00025QrE$V',$,'IsFreeHanging','Is it free hanging type (not mounted in a false ceiling)?',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1308= IFCSIMPLEPROPERTYTEMPLATE('0V_bDkEFz0MBUJ_PVJB5bz',$,'IsJointInsulated','Indicates if the rail joint is insulated.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1308= IFCSIMPLEPROPERTYTEMPLATE('1KdzyKr5b5KxvuHaCdKWAs',$,'IsFreshwater','Indication of freshwater (true,false or unknown)',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,$); -#1309= IFCSIMPLEPROPERTYTEMPLATE('1Tr5Q0qTqHuO00025QrE$V',$,'IsLaminated','Indication whether the glass is layered with other materials (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1309= IFCSIMPLEPROPERTYTEMPLATE('0LjpC0qU4HuO00025QrE$V',$,'IsGuarded','Indication of whether the motor enclosure is guarded (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1310= IFCSIMPLEPROPERTYTEMPLATE('0gXSs0qSKHuO00025QrE$V',$,'IsLandmarked','This builing is listed as a historic building (TRUE), or not (FALSE), or unknown.',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,$); +#1310= IFCSIMPLEPROPERTYTEMPLATE('3ud5U0qXGHuO00025QrE$V',$,'IsHighPressure','Indication of whether the flushing valve is suitable for use on a high pressure water main (set TRUE) or not (set FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1311= IFCSIMPLEPROPERTYTEMPLATE('0Py8wuJJrAwPXDvufAW9rN',$,'IsLiftingBracket','Indicates whether the connection is done between rail with different height (TRUE) or with same height (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1311= IFCSIMPLEPROPERTYTEMPLATE('1mNsJbl7z7nRsPj_JQtlc5',$,'IsHighType','Indicates if the signal is high (TRUE) or dwarf (ground mounted) (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1312= IFCSIMPLEPROPERTYTEMPLATE('0b7QU$LAbEywG5aCANU6MN',$,'IsLiftingBracketConnection','Indicates if the connection is between two different heights (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1312= IFCSIMPLEPROPERTYTEMPLATE('1_l7FDgPz3CgHhlHjyAHYa',$,'IsHollowSleeper','Indicates whether the sleeper is hollowed or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1313= IFCSIMPLEPROPERTYTEMPLATE('2RDCAlPobEcu$7w2dT8CcG',$,'IsLocked','Indicates whether the element is locked (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1313= IFCSIMPLEPROPERTYTEMPLATE('0U0dI0qSSHuO00025QrE$V',$,'IsHorizontalBusbar','Indication of whether the busbar occurrences are routed horizontally (= TRUE) or vertically (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1314= IFCSIMPLEPROPERTYTEMPLATE('38kVnOpG9ExQCWZ$aM22lh',$,'IsMain','Identifies if the current instance is a main distribution point or topmost level in an electrical distribution hierarchy (= TRUE) or a sub-main distribution point (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1314= IFCSIMPLEPROPERTYTEMPLATE('3Kx2SOOpDE7gZDqQ7MF7S8',$,'IsHorizontalCable','Indication of whether the cable occurrences are mounted horizontally (= TRUE) or vertically (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1315= IFCSIMPLEPROPERTYTEMPLATE('3KGj0PEan4G86e5DwEt_YL',$,'IsMonitored','This property defines if the Drain Chanel is monitored (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1315= IFCSIMPLEPROPERTYTEMPLATE('3KYKW0qWqHuO00025QrE$V',$,'IsIlluminated','An indication of whether there is an illuminated indicator to show that the switch is on (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1316= IFCSIMPLEPROPERTYTEMPLATE('0nASgQh6r2huzTgAp_avpJ',$,'IsMountable','Specifies whether the kerb can be readily climbed by a vehicle or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1316= IFCSIMPLEPROPERTYTEMPLATE('0Eq$IgBvz97uWvPsoTH$G9',$,'IsInsulated','Indicates whether the element is insulated or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1317= IFCSIMPLEPROPERTYTEMPLATE('0cChT80zD6mAhzFtp$7usP',$,'IsMountedFlatCable','Indication of whether the cable occurrences are mounted flat (= TRUE) or in a trefoil pattern (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1317= IFCSIMPLEPROPERTYTEMPLATE('1y8uHbp6z5vfRtA_1nm6D8',$,'IsJointControlEquipment','Indicates whether security equipment is checking the mechanical functionality of the rail joint.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1318= IFCSIMPLEPROPERTYTEMPLATE('2PCpjtVLvAUPco$vP4wWML',$,'IsMoveable','True if element is moveable.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1318= IFCSIMPLEPROPERTYTEMPLATE('0V_bDkEFz0MBUJ_PVJB5bz',$,'IsJointInsulated','Indicates if the rail joint is insulated.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1319= IFCSIMPLEPROPERTYTEMPLATE('3IAEq0qX4HuO00025QrE$V',$,'IsNeutralPrimaryTerminalAvailable','An indication of whether the neutral point of the primary winding is available as a terminal (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1319= IFCSIMPLEPROPERTYTEMPLATE('1Tr5Q0qTqHuO00025QrE$V',$,'IsLaminated','Indication whether the glass is layered with other materials (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1320= IFCSIMPLEPROPERTYTEMPLATE('3PJ$i0qX4HuO00025QrE$V',$,'IsNeutralSecondaryTerminalAvailable','An indication of whether the neutral point of the secondary winding is available as a terminal (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1320= IFCSIMPLEPROPERTYTEMPLATE('0gXSs0qSKHuO00025QrE$V',$,'IsLandmarked','This builing is listed as a historic building (TRUE), or not (FALSE), or unknown.',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,$); -#1321= IFCSIMPLEPROPERTYTEMPLATE('0IrZM0qXKHuO00025QrE$V',$,'IsNormallyOpen','If TRUE, the valve is normally open. If FALSE is is normally closed.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1321= IFCSIMPLEPROPERTYTEMPLATE('0Py8wuJJrAwPXDvufAW9rN',$,'IsLiftingBracket','Indicates whether the connection is done between rail with different height (TRUE) or with same height (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1322= IFCSIMPLEPROPERTYTEMPLATE('258JATUR56lh3z1MtrEDz$',$,'IsOffWhenLfunctionOn','Indication whether the S-function is automatically switched off when the I-function is switched on.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1322= IFCSIMPLEPROPERTYTEMPLATE('0b7QU$LAbEywG5aCANU6MN',$,'IsLiftingBracketConnection','Indicates if the connection is between two different heights (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1323= IFCSIMPLEPROPERTYTEMPLATE('2Zqd6j77r7GvBbph7l93Pd',$,'IsOffWhenSFunctionOn','Indication whether the I-function is automatically switched off when the S-function is switched on.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1323= IFCSIMPLEPROPERTYTEMPLATE('2RDCAlPobEcu$7w2dT8CcG',$,'IsLocked','Indicates whether the element is locked (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1324= IFCSIMPLEPROPERTYTEMPLATE('0QbTe0qXKHuO00025QrE$V',$,'IsolatingPurpose','Defines the purpose for which the isolating valve is used since the way in which the valve is identified as an isolating valve may be in the context of its use. Note that unless there is a contextual name for the isolating valve (as in the case of a Landing Valve on a rising fire main), then the value assigned shoulkd be UNSET.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6939,$,$,$,$); -#6939= IFCPROPERTYENUMERATION('PEnum_IsolatingPurpose',('LANDING','LANDINGWITHPRESSUREREGULATION','OTHER','NOTKNOWN','UNSET'),$); +#1324= IFCSIMPLEPROPERTYTEMPLATE('38kVnOpG9ExQCWZ$aM22lh',$,'IsMain','Identifies if the current instance is a main distribution point or topmost level in an electrical distribution hierarchy (= TRUE) or a sub-main distribution point (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1325= IFCSIMPLEPROPERTYTEMPLATE('2BFFQ0qXKHuO00025QrE$V',$,'IsolatorCompressibility','The compressibility of the vibration isolator.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#1325= IFCSIMPLEPROPERTYTEMPLATE('3KGj0PEan4G86e5DwEt_YL',$,'IsMonitored','This property defines if the Drain Chanel is monitored (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1326= IFCSIMPLEPROPERTYTEMPLATE('25twm0qXKHuO00025QrE$V',$,'IsolatorStaticDeflection','Static deflection of the vibration isolator.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1326= IFCSIMPLEPROPERTYTEMPLATE('0nASgQh6r2huzTgAp_avpJ',$,'IsMountable','Specifies whether the kerb can be readily climbed by a vehicle or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1327= IFCSIMPLEPROPERTYTEMPLATE('0CGi20qWiHuO00025QrE$V',$,'IsOneWay','Indicates whether the parking aisle is designed for oneway traffic (TRUE) or twoway traffic (FALSE). Should only be provided if the property IsAisle is set to TRUE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1327= IFCSIMPLEPROPERTYTEMPLATE('0cChT80zD6mAhzFtp$7usP',$,'IsMountedFlatCable','Indication of whether the cable occurrences are mounted flat (= TRUE) or in a trefoil pattern (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1328= IFCSIMPLEPROPERTYTEMPLATE('1ZEPq0qUqHuO00025QrE$V',$,'IsothermalMoistureCapacity','Based on water vapor density.',.P_SINGLEVALUE.,'IfcIsothermalMoistureCapacityMeasure',$,$,$,$,$,$); +#1328= IFCSIMPLEPROPERTYTEMPLATE('2PCpjtVLvAUPco$vP4wWML',$,'IsMoveable','True if element is moveable.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1329= IFCSIMPLEPROPERTYTEMPLATE('0ED660qS8HuO00025QrE$V',$,'IsOutdoors','Indicates if camera is designed to be used outdoors.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1329= IFCSIMPLEPROPERTYTEMPLATE('3IAEq0qX4HuO00025QrE$V',$,'IsNeutralPrimaryTerminalAvailable','An indication of whether the neutral point of the primary winding is available as a terminal (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1330= IFCSIMPLEPROPERTYTEMPLATE('3guTI0qWeHuO00025QrE$V',$,'IsOutlookDesirable','An indication of whether the outlook is desirable (set TRUE) or not (set FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1330= IFCSIMPLEPROPERTYTEMPLATE('3PJ$i0qX4HuO00025QrE$V',$,'IsNeutralSecondaryTerminalAvailable','An indication of whether the neutral point of the secondary winding is available as a terminal (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1331= IFCSIMPLEPROPERTYTEMPLATE('1pwHE0qUiHuO00025QrE$V',$,'IsPermanentID','Indicates whether the identity assigned to a land parcel is permanent (= TRUE) or temporary (=FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1331= IFCSIMPLEPROPERTYTEMPLATE('0IrZM0qXKHuO00025QrE$V',$,'IsNormallyOpen','If TRUE, the valve is normally open. If FALSE is is normally closed.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1332= IFCSIMPLEPROPERTYTEMPLATE('3wFYy0qSGHuO00025QrE$V',$,'IsPermanentID','Indicates whether the identity assigned to a building is permanent (= TRUE) or temporary (=FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1332= IFCSIMPLEPROPERTYTEMPLATE('258JATUR56lh3z1MtrEDz$',$,'IsOffWhenLfunctionOn','Indication whether the S-function is automatically switched off when the I-function is switched on.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1333= IFCSIMPLEPROPERTYTEMPLATE('3e9hM0qV4HuO00025QrE$V',$,'IsPluggableOutlet','Indication of whether the outlet accepts a loose plug connection (= TRUE) or whether it is directly connected (= FALSE) or whether the form of connection has not yet been determined (= UNKNOWN).',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,$); +#1333= IFCSIMPLEPROPERTYTEMPLATE('2Zqd6j77r7GvBbph7l93Pd',$,'IsOffWhenSFunctionOn','Indication whether the I-function is automatically switched off when the S-function is switched on.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1334= IFCSIMPLEPROPERTYTEMPLATE('0XNIQ0qUuHuO00025QrE$V',$,'IsPotable','If TRUE, then the water is considered potable.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1334= IFCSIMPLEPROPERTYTEMPLATE('0QbTe0qXKHuO00025QrE$V',$,'IsolatingPurpose','Defines the purpose for which the isolating valve is used since the way in which the valve is identified as an isolating valve may be in the context of its use. Note that unless there is a contextual name for the isolating valve (as in the case of a Landing Valve on a rising fire main), then the value assigned shoulkd be UNSET.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6976,$,$,$,$); +#6976= IFCPROPERTYENUMERATION('PEnum_IsolatingPurpose',('LANDING','LANDINGWITHPRESSUREREGULATION','OTHER','NOTKNOWN','UNSET'),$); -#1335= IFCSIMPLEPROPERTYTEMPLATE('1E7ZEm8I13sg3M3fKSTa3V',$,'IsPrivateOwner','Indicates if the owner of the crossed road is private or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1335= IFCSIMPLEPROPERTYTEMPLATE('2BFFQ0qXKHuO00025QrE$V',$,'IsolatorCompressibility','The compressibility of the vibration isolator.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#1336= IFCSIMPLEPROPERTYTEMPLATE('0DOivAfc56c81gaVUiqBi8',$,'IsReducedResistanceFastening','Indicates wether the rail fastening is a reduced resistance fastening (YES) or not (NO).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1336= IFCSIMPLEPROPERTYTEMPLATE('25twm0qXKHuO00025QrE$V',$,'IsolatorStaticDeflection','Static deflection of the vibration isolator.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1337= IFCSIMPLEPROPERTYTEMPLATE('1Qp9XSGSD30AXUnzycyqDf',$,'IsReinforced','Indicates whether the foundation is reinforced (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1337= IFCSIMPLEPROPERTYTEMPLATE('0CGi20qWiHuO00025QrE$V',$,'IsOneWay','Indicates whether the parking aisle is designed for oneway traffic (TRUE) or twoway traffic (FALSE). Should only be provided if the property IsAisle is set to TRUE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1338= IFCSIMPLEPROPERTYTEMPLATE('3R8M736eTFRgejCUNrQPuL',$,'IsRemovableBumper','Indicates if the bumper is removable or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1338= IFCSIMPLEPROPERTYTEMPLATE('1ZEPq0qUqHuO00025QrE$V',$,'IsothermalMoistureCapacity','Based on water vapor density.',.P_SINGLEVALUE.,'IfcIsothermalMoistureCapacityMeasure',$,$,$,$,$,$); -#1339= IFCSIMPLEPROPERTYTEMPLATE('3qIKs0qSOHuO00025QrE$V',$,'IsRigid','Indication of whether the segment is rigid (= TRUE) or flexible (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1339= IFCSIMPLEPROPERTYTEMPLATE('0ED660qS8HuO00025QrE$V',$,'IsOutdoors','Indicates if camera is designed to be used outdoors.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1340= IFCSIMPLEPROPERTYTEMPLATE('3lKpC5tQT9EP06pEGEuocd',$,'IsSecuredBySignalingSystem','Indicates whether the level crossing is secured by a signalling system or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1340= IFCSIMPLEPROPERTYTEMPLATE('3guTI0qWeHuO00025QrE$V',$,'IsOutlookDesirable','An indication of whether the outlook is desirable (set TRUE) or not (set FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1341= IFCSIMPLEPROPERTYTEMPLATE('0ASG40qViHuO00025QrE$V',$,'IsSelectable','Indication whether the L-function can be switched off or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1341= IFCSIMPLEPROPERTYTEMPLATE('1pwHE0qUiHuO00025QrE$V',$,'IsPermanentID','Indicates whether the identity assigned to a land parcel is permanent (= TRUE) or temporary (=FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1342= IFCSIMPLEPROPERTYTEMPLATE('12n0_0qVeHuO00025QrE$V',$,'IsSelectable','Indication whether the S-function can be switched off or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1342= IFCSIMPLEPROPERTYTEMPLATE('3wFYy0qSGHuO00025QrE$V',$,'IsPermanentID','Indicates whether the identity assigned to a building is permanent (= TRUE) or temporary (=FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1343= IFCSIMPLEPROPERTYTEMPLATE('134Dg0qViHuO00025QrE$V',$,'IsSelectable','Indication whether the S-function can be switched off or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1343= IFCSIMPLEPROPERTYTEMPLATE('1c5OF998b1_8SQzyRB0_vU',$,'IsPiezometric','Defines whether height measurements are made vs the piezometric surface (true) or the surface of the groundwater (false).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1344= IFCSIMPLEPROPERTYTEMPLATE('2iH1u0qVeHuO00025QrE$V',$,'IsSelectable','Indication whether the S-function can be switched off or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1344= IFCSIMPLEPROPERTYTEMPLATE('3e9hM0qV4HuO00025QrE$V',$,'IsPluggableOutlet','Indication of whether the outlet accepts a loose plug connection (= TRUE) or whether it is directly connected (= FALSE) or whether the form of connection has not yet been determined (= UNKNOWN).',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,$); -#1345= IFCSIMPLEPROPERTYTEMPLATE('1$jckKQnr1M8meRe1yLTIe',$,'IsSelfLubricated','Indicates whether the element is self lubricated or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1345= IFCSIMPLEPROPERTYTEMPLATE('0XNIQ0qUuHuO00025QrE$V',$,'IsPotable','If TRUE, then the water is considered potable.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1346= IFCSIMPLEPROPERTYTEMPLATE('3iDlFQIQvDTx70HJm6uraY',$,'IsSetOnWorkingWire','Indicates whether the steady device is set on the working wire.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1346= IFCSIMPLEPROPERTYTEMPLATE('1E7ZEm8I13sg3M3fKSTa3V',$,'IsPrivateOwner','Indicates if the owner of the crossed road is private or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1347= IFCSIMPLEPROPERTYTEMPLATE('0J0X40qTGHuO00025QrE$V',$,'IsShallow','Indicates whether the chamber has been designed as being shallow (TRUE) or deep (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1347= IFCSIMPLEPROPERTYTEMPLATE('0DOivAfc56c81gaVUiqBi8',$,'IsReducedResistanceFastening','Indicates wether the rail fastening is a reduced resistance fastening (YES) or not (NO).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1348= IFCSIMPLEPROPERTYTEMPLATE('3ZDLci8DP06u1$Ft52yrEN',$,'IsSharedTurnout','Indicates if the turnout makes a connection to another infrastructure owner (for sharing costs).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1348= IFCSIMPLEPROPERTYTEMPLATE('1Qp9XSGSD30AXUnzycyqDf',$,'IsReinforced','Indicates whether the foundation is reinforced (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1349= IFCSIMPLEPROPERTYTEMPLATE('1zoa40qW8HuO00025QrE$V',$,'IsSingleFlush','Indicates whether the cistern is single flush = TRUE (i.e. the same amount of water is used for each and every flush) or dual flush = FALSE (i.e. the amount of water used for a flush may be selected by the user to be high or low depending on the waste material to be removed).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1349= IFCSIMPLEPROPERTYTEMPLATE('3R8M736eTFRgejCUNrQPuL',$,'IsRemovableBumper','Indicates if the bumper is removable or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1350= IFCSIMPLEPROPERTYTEMPLATE('126zTH3Fb7s9WfKr4C5g0Q',$,'IsSkilledOperator','Identifies if the current instance requires a skilled person or instructed person to perform operations on the distribution board (= TRUE) or whether operations may be performed by a person without appropriate skills or instruction (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1350= IFCSIMPLEPROPERTYTEMPLATE('3qIKs0qSOHuO00025QrE$V',$,'IsRigid','Indication of whether the segment is rigid (= TRUE) or flexible (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1351= IFCSIMPLEPROPERTYTEMPLATE('3o8$Mm6_13vB7BMsiZ5H6c',$,'IsStainless','Indicates whether the rail is stainless or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1351= IFCSIMPLEPROPERTYTEMPLATE('3lKpC5tQT9EP06pEGEuocd',$,'IsSecuredBySignalingSystem','Indicates whether the level crossing is secured by a signalling system or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1352= IFCSIMPLEPROPERTYTEMPLATE('3jUxqj7iX3zerVO_VEXgG7',$,'IsSunExposed','Indicates if the object is in exposed position to sunshine.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1352= IFCSIMPLEPROPERTYTEMPLATE('0ASG40qViHuO00025QrE$V',$,'IsSelectable','Indication whether the L-function can be switched off or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1353= IFCSIMPLEPROPERTYTEMPLATE('1ZjWQaS4v7yRtvDOWbc7uC',$,'IsSurfaceGalling','Indicates whether the surface is galling or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1353= IFCSIMPLEPROPERTYTEMPLATE('12n0_0qVeHuO00025QrE$V',$,'IsSelectable','Indication whether the S-function can be switched off or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1354= IFCSIMPLEPROPERTYTEMPLATE('0mw6c0qWOHuO00025QrE$V',$,'IsSwitch','Identifies if the sensor also functions as a switch at the set point (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1354= IFCSIMPLEPROPERTYTEMPLATE('134Dg0qViHuO00025QrE$V',$,'IsSelectable','Indication whether the S-function can be switched off or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1355= IFCSIMPLEPROPERTYTEMPLATE('1Hw9I0qTqHuO00025QrE$V',$,'IsTempered','Indication whether the glass is tempered (TRUE) or not (FALSE) .',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1355= IFCSIMPLEPROPERTYTEMPLATE('2iH1u0qVeHuO00025QrE$V',$,'IsSelectable','Indication whether the S-function can be switched off or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1356= IFCSIMPLEPROPERTYTEMPLATE('1kVVwEVWv2m8yxnkRxkynp',$,'IsTemporary','Indicates if the installation of the element is temporary or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1356= IFCSIMPLEPROPERTYTEMPLATE('1$jckKQnr1M8meRe1yLTIe',$,'IsSelfLubricated','Indicates whether the element is self lubricated or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1357= IFCSIMPLEPROPERTYTEMPLATE('3I8hgbGqb2cwnJJlcup1s_',$,'IsTemporaryInstallation','Indicates whether the installation (in the construction stage) is permanent (TRUE) or temporary (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1357= IFCSIMPLEPROPERTYTEMPLATE('3iDlFQIQvDTx70HJm6uraY',$,'IsSetOnWorkingWire','Indicates whether the steady device is set on the working wire.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1358= IFCSIMPLEPROPERTYTEMPLATE('0Wg6oF21T7uegGAdhCCMvp',$,'IsTerminal','True if element is a terminal. See class Terminal.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1358= IFCSIMPLEPROPERTYTEMPLATE('0J0X40qTGHuO00025QrE$V',$,'IsShallow','Indicates whether the chamber has been designed as being shallow (TRUE) or deep (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1359= IFCSIMPLEPROPERTYTEMPLATE('25qhA0qViHuO00025QrE$V',$,'IsTimeTolerancePositiveOnly','Indication whether the value of TimeTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1359= IFCSIMPLEPROPERTYTEMPLATE('3ZDLci8DP06u1$Ft52yrEN',$,'IsSharedTurnout','Indicates if the turnout makes a connection to another infrastructure owner (for sharing costs).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1360= IFCSIMPLEPROPERTYTEMPLATE('2Aup80qVeHuO00025QrE$V',$,'IsTimeTolerancePositiveOnly','Indication whether the value of TimeTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1360= IFCSIMPLEPROPERTYTEMPLATE('1zoa40qW8HuO00025QrE$V',$,'IsSingleFlush','Indicates whether the cistern is single flush = TRUE (i.e. the same amount of water is used for each and every flush) or dual flush = FALSE (i.e. the amount of water used for a flush may be selected by the user to be high or low depending on the waste material to be removed).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1361= IFCSIMPLEPROPERTYTEMPLATE('3vm8i0qVeHuO00025QrE$V',$,'IsTimeTolerancePositiveOnly','Indication whether the value of TimeTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1361= IFCSIMPLEPROPERTYTEMPLATE('126zTH3Fb7s9WfKr4C5g0Q',$,'IsSkilledOperator','Identifies if the current instance requires a skilled person or instructed person to perform operations on the distribution board (= TRUE) or whether operations may be performed by a person without appropriate skills or instruction (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1362= IFCSIMPLEPROPERTYTEMPLATE('2E3ZmSESz08wrQaLoH1SHI',$,'IsTopographic','Is the stratum ever topmost and so a visible topographic feature',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,$); +#1362= IFCSIMPLEPROPERTYTEMPLATE('3o8$Mm6_13vB7BMsiZ5H6c',$,'IsStainless','Indicates whether the rail is stainless or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1363= IFCSIMPLEPROPERTYTEMPLATE('3NMOg9ojPFzfUPLZ8yR9b$',$,'IsTransition','True if element is a transition. See class Transition.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1363= IFCSIMPLEPROPERTYTEMPLATE('3jUxqj7iX3zerVO_VEXgG7',$,'IsSunExposed','Indicates if the object is in exposed position to sunshine.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1364= IFCSIMPLEPROPERTYTEMPLATE('2ZU8jJnSr22RzVeas8FkPD',$,'IsUpgradable','Indicates whether the transport equipment can be upgraded or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1364= IFCSIMPLEPROPERTYTEMPLATE('1ZjWQaS4v7yRtvDOWbc7uC',$,'IsSurfaceGalling','Indicates whether the surface is galling or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1365= IFCSIMPLEPROPERTYTEMPLATE('0M$rI0qWyHuO00025QrE$V',$,'IsUsed','Indicates whether the element is being used in a workstation (= TRUE) or not.(= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1365= IFCSIMPLEPROPERTYTEMPLATE('0mw6c0qWOHuO00025QrE$V',$,'IsSwitch','Identifies if the sensor also functions as a switch at the set point (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1366= IFCSIMPLEPROPERTYTEMPLATE('2OVSK0qSGHuO00025QrE$V',$,'IsWaterStorageHeater','This is used to identify if the boiler has storage capacity (TRUE). If FALSE, then there is no storage capacity built into the boiler, such as an instantaneous hot water heater.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1366= IFCSIMPLEPROPERTYTEMPLATE('1Hw9I0qTqHuO00025QrE$V',$,'IsTempered','Indication whether the glass is tempered (TRUE) or not (FALSE) .',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1367= IFCSIMPLEPROPERTYTEMPLATE('1ZxOPXMGT17eoWdZAFb$Ls',$,'IsWelded','Indicates whether the wire pair end point is joined to another wire pair end point by means of a welded junction.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1367= IFCSIMPLEPROPERTYTEMPLATE('1kVVwEVWv2m8yxnkRxkynp',$,'IsTemporary','Indicates if the installation of the element is temporary or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1368= IFCSIMPLEPROPERTYTEMPLATE('1o65E0qTqHuO00025QrE$V',$,'IsWired','Indication whether the glass includes a contained wire mesh to prevent break-in (TRUE) or not (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1368= IFCSIMPLEPROPERTYTEMPLATE('3I8hgbGqb2cwnJJlcup1s_',$,'IsTemporaryInstallation','Indicates whether the installation (in the construction stage) is permanent (TRUE) or temporary (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1369= IFCSIMPLEPROPERTYTEMPLATE('1vHztIiLn2ZvG$H5JLPMVP',$,'JacketColour','Indicates the colour of the cable or fitting jacket.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1369= IFCSIMPLEPROPERTYTEMPLATE('0Wg6oF21T7uegGAdhCCMvp',$,'IsTerminal','True if element is a terminal. See class Terminal.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1370= IFCSIMPLEPROPERTYTEMPLATE('06BnzJB6b9zhMKCUAtPkfJ',$,'JointRelativePosition','Indicates the relative position of the joint, which lies in the left or right rail or in the middle, or in combination. The left rail is to the left as facing in the direction of increasing stationing values, and the right rail is to the right.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7017,$,$,$,$); -#7017= IFCPROPERTYENUMERATION('PEnum_RelativePosition',('LEFT','RIGHT','MIDDLE','OTHER','NOTKNOWN','UNSET'),$); +#1370= IFCSIMPLEPROPERTYTEMPLATE('25qhA0qViHuO00025QrE$V',$,'IsTimeTolerancePositiveOnly','Indication whether the value of TimeTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1371= IFCSIMPLEPROPERTYTEMPLATE('161yq0qVCHuO00025QrE$V',$,'JunctionLeftAngle','The change of direction of flow for the left junction.',.P_SINGLEVALUE.,'IfcPositivePlaneAngleMeasure',$,$,$,$,$,$); +#1371= IFCSIMPLEPROPERTYTEMPLATE('2Aup80qVeHuO00025QrE$V',$,'IsTimeTolerancePositiveOnly','Indication whether the value of TimeTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1372= IFCSIMPLEPROPERTYTEMPLATE('1Ap840qVCHuO00025QrE$V',$,'JunctionLeftRadius','The radius of bending for the left junction.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1372= IFCSIMPLEPROPERTYTEMPLATE('3vm8i0qVeHuO00025QrE$V',$,'IsTimeTolerancePositiveOnly','Indication whether the value of TimeTolerance1 is provided as a positive tolereance only or not. If not, the value is proved as a pluss/minus tolerance.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1373= IFCSIMPLEPROPERTYTEMPLATE('1J9Bm0qVCHuO00025QrE$V',$,'JunctionRightAngle','The change of direction of flow for the right junction where 0 indicates straight segment.',.P_SINGLEVALUE.,'IfcPositivePlaneAngleMeasure',$,$,$,$,$,$); +#1373= IFCSIMPLEPROPERTYTEMPLATE('2E3ZmSESz08wrQaLoH1SHI',$,'IsTopographic','Is the stratum ever topmost and so a visible topographic feature',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,$); -#1374= IFCSIMPLEPROPERTYTEMPLATE('1NwN00qVCHuO00025QrE$V',$,'JunctionRightRadius','The radius of bending for the right junction where 0 indicates sharp bend.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1374= IFCSIMPLEPROPERTYTEMPLATE('3NMOg9ojPFzfUPLZ8yR9b$',$,'IsTransition','True if element is a transition. See class Transition.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1375= IFCSIMPLEPROPERTYTEMPLATE('0vWtI0qVCHuO00025QrE$V',$,'JunctionType','The type of junction. TEE=3 ports, CROSS = 4 ports.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7026,$,$,$,$); -#7026= IFCPROPERTYENUMERATION('PEnum_PipeFittingJunctionType',('TEE','CROSS','OTHER','NOTKNOWN','UNSET'),$); +#1375= IFCSIMPLEPROPERTYTEMPLATE('2ZU8jJnSr22RzVeas8FkPD',$,'IsUpgradable','Indicates whether the transport equipment can be upgraded or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1376= IFCSIMPLEPROPERTYTEMPLATE('0AcIORqg96AgGOq$7Qdkzh',$,'Karst','Description of expected or observed karst features.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1376= IFCSIMPLEPROPERTYTEMPLATE('0M$rI0qWyHuO00025QrE$V',$,'IsUsed','Indicates whether the element is being used in a workstation (= TRUE) or not.(= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1377= IFCSIMPLEPROPERTYTEMPLATE('3P_YQ46mn8svjq87SZAWhd',$,'Karst','Description of expected or observed karst features.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1377= IFCSIMPLEPROPERTYTEMPLATE('2OVSK0qSGHuO00025QrE$V',$,'IsWaterStorageHeater','This is used to identify if the boiler has storage capacity (TRUE). If FALSE, then there is no storage capacity built into the boiler, such as an instantaneous hot water heater.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1378= IFCSIMPLEPROPERTYTEMPLATE('3k7fM0qVKHuO00025QrE$V',$,'KeyDepth','Key depth of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#1378= IFCSIMPLEPROPERTYTEMPLATE('1ZxOPXMGT17eoWdZAFb$Ls',$,'IsWelded','Indicates whether the wire pair end point is joined to another wire pair end point by means of a welded junction.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1379= IFCSIMPLEPROPERTYTEMPLATE('3ouqc0qVKHuO00025QrE$V',$,'KeyHeight','Key height of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#1379= IFCSIMPLEPROPERTYTEMPLATE('1o65E0qTqHuO00025QrE$V',$,'IsWired','Indication whether the glass includes a contained wire mesh to prevent break-in (TRUE) or not (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1380= IFCSIMPLEPROPERTYTEMPLATE('3tf$s0qVKHuO00025QrE$V',$,'KeyOffset','Key offset of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#1380= IFCSIMPLEPROPERTYTEMPLATE('1vHztIiLn2ZvG$H5JLPMVP',$,'JacketColour','Indicates the colour of the cable or fitting jacket.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1381= IFCSIMPLEPROPERTYTEMPLATE('0u4tM0qWuHuO00025QrE$V',$,'KeypadType','A list of the available types of keypad switch from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7032,$,$,$,$); -#7032= IFCPROPERTYENUMERATION('PEnum_SwitchingDeviceKeypadType',('BUTTONS','TOUCHSCREEN','OTHER','NOTKNOWN','UNSET'),$); +#1381= IFCSIMPLEPROPERTYTEMPLATE('06BnzJB6b9zhMKCUAtPkfJ',$,'JointRelativePosition','Indicates the relative position of the joint, which lies in the left or right rail or in the middle, or in combination. The left rail is to the left as facing in the direction of increasing stationing values, and the right rail is to the right.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7054,$,$,$,$); +#7054= IFCPROPERTYENUMERATION('PEnum_RelativePosition',('LEFT','RIGHT','MIDDLE','OTHER','NOTKNOWN','UNSET'),$); -#1382= IFCSIMPLEPROPERTYTEMPLATE('05fq_0qV4HuO00025QrE$V',$,'KeyShape','If applicable, shape of the head''s slot, e.g. ''Slot'', ''Allen''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1382= IFCSIMPLEPROPERTYTEMPLATE('161yq0qVCHuO00025QrE$V',$,'JunctionLeftAngle','The change of direction of flow for the left junction.',.P_SINGLEVALUE.,'IfcPositivePlaneAngleMeasure',$,$,$,$,$,$); -#1383= IFCSIMPLEPROPERTYTEMPLATE('07QnO0qUKHuO00025QrE$V',$,'l','Measure l according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1383= IFCSIMPLEPROPERTYTEMPLATE('1Ap840qVCHuO00025QrE$V',$,'JunctionLeftRadius','The radius of bending for the left junction.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1384= IFCSIMPLEPROPERTYTEMPLATE('0W7060qSuHuO00025QrE$V',$,'Labels','Table mapping values to labels, where such labels indicate the meanings of True and False, such as ''Open'' and ''Closed''',.P_TABLEVALUE.,'IfcBoolean','IfcLabel',$,$,$,$,$); +#1384= IFCSIMPLEPROPERTYTEMPLATE('1J9Bm0qVCHuO00025QrE$V',$,'JunctionRightAngle','The change of direction of flow for the right junction where 0 indicates straight segment.',.P_SINGLEVALUE.,'IfcPositivePlaneAngleMeasure',$,$,$,$,$,$); -#1385= IFCSIMPLEPROPERTYTEMPLATE('1MfKo0qSqHuO00025QrE$V',$,'Labels','Table mapping values to labels, where such labels indicate transition points such as ''Hi'', ''Lo'', ''HiHi'', or ''LoLo''.',.P_TABLEVALUE.,'IfcReal','IfcLabel',$,$,$,$,$); +#1385= IFCSIMPLEPROPERTYTEMPLATE('1NwN00qVCHuO00025QrE$V',$,'JunctionRightRadius','The radius of bending for the right junction where 0 indicates sharp bend.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1386= IFCSIMPLEPROPERTYTEMPLATE('29vzk0qSqHuO00025QrE$V',$,'Labels','Table mapping values to labels, where each entry corresponds to an integer within the ValueRange.',.P_TABLEVALUE.,'IfcInteger','IfcLabel',$,$,$,$,$); +#1386= IFCSIMPLEPROPERTYTEMPLATE('0vWtI0qVCHuO00025QrE$V',$,'JunctionType','The type of junction. TEE=3 ports, CROSS = 4 ports.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7063,$,$,$,$); +#7063= IFCPROPERTYENUMERATION('PEnum_PipeFittingJunctionType',('TEE','CROSS','OTHER','NOTKNOWN','UNSET'),$); -#1387= IFCSIMPLEPROPERTYTEMPLATE('3C4Hq0qSqHuO00025QrE$V',$,'Labels','Table mapping values to labels, where such labels indicate transition points such as ''Hi'', ''Lo'', ''HiHi'', or ''LoLo''.',.P_TABLEVALUE.,'IfcReal','IfcLabel',$,$,$,$,$); +#1387= IFCSIMPLEPROPERTYTEMPLATE('0AcIORqg96AgGOq$7Qdkzh',$,'Karst','Description of expected or observed karst features.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1388= IFCSIMPLEPROPERTYTEMPLATE('232Pg0qSOHuO00025QrE$V',$,'LadderConfiguration','Description of the configuration of the ladder structure used.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1388= IFCSIMPLEPROPERTYTEMPLATE('3P_YQ46mn8svjq87SZAWhd',$,'Karst','Description of expected or observed karst features.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1389= IFCSIMPLEPROPERTYTEMPLATE('3ILSW0qT8HuO00025QrE$V',$,'LadderTrussBaseBarDiameter','The nominal diameter of the base bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1389= IFCSIMPLEPROPERTYTEMPLATE('3k7fM0qVKHuO00025QrE$V',$,'KeyDepth','Key depth of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#1390= IFCSIMPLEPROPERTYTEMPLATE('3TgFE0qT8HuO00025QrE$V',$,'LadderTrussCrossBarDiameter','The nominal diameter of the straight cross-bars.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1390= IFCSIMPLEPROPERTYTEMPLATE('3ouqc0qVKHuO00025QrE$V',$,'KeyHeight','Key height of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#1391= IFCSIMPLEPROPERTYTEMPLATE('3DaHG0qT8HuO00025QrE$V',$,'LadderTrussCrossBarSpacing','The spacing between the straight cross-bars.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1391= IFCSIMPLEPROPERTYTEMPLATE('3tf$s0qVKHuO00025QrE$V',$,'KeyOffset','Key offset of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#1392= IFCSIMPLEPROPERTYTEMPLATE('32FUY0qT8HuO00025QrE$V',$,'LadderTrussHeight','The overall height of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1392= IFCSIMPLEPROPERTYTEMPLATE('0u4tM0qWuHuO00025QrE$V',$,'KeypadType','A list of the available types of keypad switch from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7069,$,$,$,$); +#7069= IFCPROPERTYENUMERATION('PEnum_SwitchingDeviceKeypadType',('BUTTONS','TOUCHSCREEN','OTHER','NOTKNOWN','UNSET'),$); -#1393= IFCSIMPLEPROPERTYTEMPLATE('370fo0qT8HuO00025QrE$V',$,'LadderTrussLength','The overall length of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1393= IFCSIMPLEPROPERTYTEMPLATE('05fq_0qV4HuO00025QrE$V',$,'KeyShape','If applicable, shape of the head''s slot, e.g. ''Slot'', ''Allen''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1394= IFCSIMPLEPROPERTYTEMPLATE('3OIwa0qT8HuO00025QrE$V',$,'LadderTrussSecondaryBarDiameter','The nominal diameter of the secondary bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1394= IFCSIMPLEPROPERTYTEMPLATE('07QnO0qUKHuO00025QrE$V',$,'l','Measure l according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1395= IFCSIMPLEPROPERTYTEMPLATE('0YsH_0qUiHuO00025QrE$V',$,'LampBallastType','The type of ballast used to stabilise gas discharge by limiting the current during operation and to deliver the necessary striking voltage for starting. Ballasts are needed to operate Discharge Lamps such as Fluorescent, Compact Fluorescent, High-pressure Mercury, Metal Halide and High-pressure Sodium Lamps. \X\0D\X\0AMagnetic ballasts are chokes which limit the current passing through a lamp connected in series on the principle of self-induction. The resultant current and power are decisive for the efficient operation of the lamp. A specially designed ballast is required for every type of lamp to comply with lamp rating in terms of Luminous Flux, Color Appearance and service life. The two types of magnetic ballasts for fluorescent lamps are KVG Conventional (EC-A series) and VVG Low-loss ballasts (EC-B series). Low-loss ballasts have a higher efficiency, which means reduced ballast losses and a lower thermal load. Electronic ballasts are used to run fluorescent lamps at high frequencies (approx. 35 - 40 kHz).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7063,$,$,$,$); -#7063= IFCPROPERTYENUMERATION('PEnum_LampBallastType',('CONVENTIONAL','ELECTRONIC','LOWLOSS','OTHER','RESISTOR','NOTKNOWN','UNSET'),$); +#1395= IFCSIMPLEPROPERTYTEMPLATE('0W7060qSuHuO00025QrE$V',$,'Labels','Table mapping values to labels, where such labels indicate the meanings of True and False, such as ''Open'' and ''Closed''',.P_TABLEVALUE.,'IfcBoolean','IfcLabel',$,$,$,$,$); -#1396= IFCSIMPLEPROPERTYTEMPLATE('0oyFy0qUiHuO00025QrE$V',$,'LampCompensationType','Identifies the form of compensation used for power factor correction and radio suppression.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7067,$,$,$,$); -#7067= IFCPROPERTYENUMERATION('PEnum_LampCompensationType',('CAPACITIVE','INDUCTIVE','OTHER','NOTKNOWN','UNSET'),$); +#1396= IFCSIMPLEPROPERTYTEMPLATE('1MfKo0qSqHuO00025QrE$V',$,'Labels','Table mapping values to labels, where such labels indicate transition points such as ''Hi'', ''Lo'', ''HiHi'', or ''LoLo''.',.P_TABLEVALUE.,'IfcReal','IfcLabel',$,$,$,$,$); -#1397= IFCSIMPLEPROPERTYTEMPLATE('0SIgW0qUiHuO00025QrE$V',$,'LampMaintenanceFactor','Non recoverable losses of luminous flux of a lamp due to lamp depreciation; i.e. the decreasing of light output of a luminaire due to aging and dirt.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1397= IFCSIMPLEPROPERTYTEMPLATE('29vzk0qSqHuO00025QrE$V',$,'Labels','Table mapping values to labels, where each entry corresponds to an integer within the ValueRange.',.P_TABLEVALUE.,'IfcInteger','IfcLabel',$,$,$,$,$); -#1398= IFCSIMPLEPROPERTYTEMPLATE('1iAMy0qUiHuO00025QrE$V',$,'LandID','Identification number assigned by the statutory registration authority to a land parcel.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#1398= IFCSIMPLEPROPERTYTEMPLATE('3C4Hq0qSqHuO00025QrE$V',$,'Labels','Table mapping values to labels, where such labels indicate transition points such as ''Hi'', ''Lo'', ''HiHi'', or ''LoLo''.',.P_TABLEVALUE.,'IfcReal','IfcLabel',$,$,$,$,$); -#1399= IFCSIMPLEPROPERTYTEMPLATE('1x4260qUiHuO00025QrE$V',$,'LandTitleID','Identification number assigned by the statutory registration authority to the title to a land parcel.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#1399= IFCSIMPLEPROPERTYTEMPLATE('232Pg0qSOHuO00025QrE$V',$,'LadderConfiguration','Description of the configuration of the ladder structure used.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1400= IFCSIMPLEPROPERTYTEMPLATE('1wIXrPLuDA1BAKRB9T3fjR',$,'LaneMeters','Length of lanes accommodating vehicles on roll-on, roll-off vessels',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1400= IFCSIMPLEPROPERTYTEMPLATE('3ILSW0qT8HuO00025QrE$V',$,'LadderTrussBaseBarDiameter','The nominal diameter of the base bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1401= IFCSIMPLEPROPERTYTEMPLATE('0YC67HdNT54ulouz_nXO0L',$,'LaneWidth','Standard nominal width of one trough lane.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1401= IFCSIMPLEPROPERTYTEMPLATE('3TgFE0qT8HuO00025QrE$V',$,'LadderTrussCrossBarDiameter','The nominal diameter of the straight cross-bars.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1402= IFCSIMPLEPROPERTYTEMPLATE('1gG02PahnF2fsfAbELSVmv',$,'LastAssessmentReport','Reference to latest condition (state of health) report.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1402= IFCSIMPLEPROPERTYTEMPLATE('3DaHG0qT8HuO00025QrE$V',$,'LadderTrussCrossBarSpacing','The spacing between the straight cross-bars.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1403= IFCSIMPLEPROPERTYTEMPLATE('1rniq0qXCHuO00025QrE$V',$,'LatentCoolingCapacity','Latent cooling capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1403= IFCSIMPLEPROPERTYTEMPLATE('32FUY0qT8HuO00025QrE$V',$,'LadderTrussHeight','The overall height of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1404= IFCSIMPLEPROPERTYTEMPLATE('1tit20qS0HuO00025QrE$V',$,'LatentHeatTransferRate','Latent heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#1404= IFCSIMPLEPROPERTYTEMPLATE('370fo0qT8HuO00025QrE$V',$,'LadderTrussLength','The overall length of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1405= IFCSIMPLEPROPERTYTEMPLATE('1YvzI0qU8HuO00025QrE$V',$,'LatentHeatTransferRate','Latent heat transfer rate to primary air flow.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#1405= IFCSIMPLEPROPERTYTEMPLATE('3OIwa0qT8HuO00025QrE$V',$,'LadderTrussSecondaryBarDiameter','The nominal diameter of the secondary bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1406= IFCSIMPLEPROPERTYTEMPLATE('1VMag0qUuHuO00025QrE$V',$,'Layers','Number of layers.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1406= IFCSIMPLEPROPERTYTEMPLATE('0YsH_0qUiHuO00025QrE$V',$,'LampBallastType','The type of ballast used to stabilise gas discharge by limiting the current during operation and to deliver the necessary striking voltage for starting. Ballasts are needed to operate Discharge Lamps such as Fluorescent, Compact Fluorescent, High-pressure Mercury, Metal Halide and High-pressure Sodium Lamps. \X\0D\X\0AMagnetic ballasts are chokes which limit the current passing through a lamp connected in series on the principle of self-induction. The resultant current and power are decisive for the efficient operation of the lamp. A specially designed ballast is required for every type of lamp to comply with lamp rating in terms of Luminous Flux, Color Appearance and service life. The two types of magnetic ballasts for fluorescent lamps are KVG Conventional (EC-A series) and VVG Low-loss ballasts (EC-B series). Low-loss ballasts have a higher efficiency, which means reduced ballast losses and a lower thermal load. Electronic ballasts are used to run fluorescent lamps at high frequencies (approx. 35 - 40 kHz).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7100,$,$,$,$); +#7100= IFCPROPERTYENUMERATION('PEnum_LampBallastType',('CONVENTIONAL','ELECTRONIC','LOWLOSS','OTHER','RESISTOR','NOTKNOWN','UNSET'),$); -#1407= IFCSIMPLEPROPERTYTEMPLATE('1LJW3Nv3XFAwnt7PZuIg3n',$,'LayRatio','The ratio between lay length and the diameter of the single conductor.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1407= IFCSIMPLEPROPERTYTEMPLATE('0oyFy0qUiHuO00025QrE$V',$,'LampCompensationType','Identifies the form of compensation used for power factor correction and radio suppression.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7104,$,$,$,$); +#7104= IFCPROPERTYENUMERATION('PEnum_LampCompensationType',('CAPACITIVE','INDUCTIVE','OTHER','NOTKNOWN','UNSET'),$); -#1408= IFCSIMPLEPROPERTYTEMPLATE('1PP6c0qUuHuO00025QrE$V',$,'Layup','Configuration of the lamination.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1408= IFCSIMPLEPROPERTYTEMPLATE('0SIgW0qUiHuO00025QrE$V',$,'LampMaintenanceFactor','Non recoverable losses of luminous flux of a lamp due to lamp depreciation; i.e. the decreasing of light output of a luminaire due to aging and dirt.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1409= IFCSIMPLEPROPERTYTEMPLATE('2u_yRtXmj8Re3DPXkTqC9y',$,'LeadInTime','Lead in time before start of process.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#1409= IFCSIMPLEPROPERTYTEMPLATE('1iAMy0qUiHuO00025QrE$V',$,'LandID','Identification number assigned by the statutory registration authority to a land parcel.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#1410= IFCSIMPLEPROPERTYTEMPLATE('28wkDLvzz6IeIRvXElIFeo',$,'LeadOutTime','Lead out time after end of process.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#1410= IFCSIMPLEPROPERTYTEMPLATE('1x4260qUiHuO00025QrE$V',$,'LandTitleID','Identification number assigned by the statutory registration authority to the title to a land parcel.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#1411= IFCSIMPLEPROPERTYTEMPLATE('370Pq0qT0HuO00025QrE$V',$,'Leakage','Air leakage rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#1411= IFCSIMPLEPROPERTYTEMPLATE('1wIXrPLuDA1BAKRB9T3fjR',$,'LaneMeters','Length of lanes accommodating vehicles on roll-on, roll-off vessels',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1412= IFCSIMPLEPROPERTYTEMPLATE('3JYlC0qTeHuO00025QrE$V',$,'LeakageClass','Nominal leakage rating for the system components.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1412= IFCSIMPLEPROPERTYTEMPLATE('0YC67HdNT54ulouz_nXO0L',$,'LaneWidth','Standard nominal width of one trough lane.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1413= IFCSIMPLEPROPERTYTEMPLATE('1IpVO0qTuHuO00025QrE$V',$,'LeakageCurve','Leakage per unit length curve versus working pressure. If a scalar is expressed then it represents LeakageClass which is flowrate per unit area at a specified pressure rating (e.g., ASHRAE Fundamentals 2001 34.16.).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#1413= IFCSIMPLEPROPERTYTEMPLATE('1gG02PahnF2fsfAbELSVmv',$,'LastAssessmentReport','Reference to latest condition (state of health) report.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1414= IFCSIMPLEPROPERTYTEMPLATE('1r3KS0qT4HuO00025QrE$V',$,'LeakageCurve','Leakage versus pressure drop; Leakage = f (pressure).',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); +#1414= IFCSIMPLEPROPERTYTEMPLATE('1rniq0qXCHuO00025QrE$V',$,'LatentCoolingCapacity','Latent cooling capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1415= IFCSIMPLEPROPERTYTEMPLATE('24dOU0qVCHuO00025QrE$V',$,'LeakageCurve','Leakage per unit length curve versus working pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#1415= IFCSIMPLEPROPERTYTEMPLATE('1tit20qS0HuO00025QrE$V',$,'LatentHeatTransferRate','Latent heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#1416= IFCSIMPLEPROPERTYTEMPLATE('1dy5W0qT4HuO00025QrE$V',$,'LeakageFullyClosed','Leakage when fully closed.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1416= IFCSIMPLEPROPERTYTEMPLATE('1YvzI0qU8HuO00025QrE$V',$,'LatentHeatTransferRate','Latent heat transfer rate to primary air flow.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#1417= IFCSIMPLEPROPERTYTEMPLATE('1mMee0qVKHuO00025QrE$V',$,'LeftFlangeWidth','Left flange width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1417= IFCSIMPLEPROPERTYTEMPLATE('1VMag0qUuHuO00025QrE$V',$,'Layers','Number of layers.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1418= IFCSIMPLEPROPERTYTEMPLATE('3R5x_0qWqHuO00025QrE$V',$,'Legend','A text inscribed or applied to the switch as a legend to indicate purpose or function.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1418= IFCSIMPLEPROPERTYTEMPLATE('1LJW3Nv3XFAwnt7PZuIg3n',$,'LayRatio','The ratio between lay length and the diameter of the single conductor.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1419= IFCSIMPLEPROPERTYTEMPLATE('1agfk0qTGHuO00025QrE$V',$,'Length','The length of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1419= IFCSIMPLEPROPERTYTEMPLATE('1PP6c0qUuHuO00025QrE$V',$,'Layup','Configuration of the lamination.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1420= IFCSIMPLEPROPERTYTEMPLATE('20D9S0qX8HuO00025QrE$V',$,'Length','Length of the tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1420= IFCSIMPLEPROPERTYTEMPLATE('2u_yRtXmj8Re3DPXkTqC9y',$,'LeadInTime','Lead in time before start of process.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#1421= IFCSIMPLEPROPERTYTEMPLATE('33Y8GlIfD6oOm0fH_CAe__',$,'Length','The length of the object. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1421= IFCSIMPLEPROPERTYTEMPLATE('28wkDLvzz6IeIRvXElIFeo',$,'LeadOutTime','Lead out time after end of process.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#1422= IFCSIMPLEPROPERTYTEMPLATE('3qLKU0qTuHuO00025QrE$V',$,'Length','The finished length of the silencer.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1422= IFCSIMPLEPROPERTYTEMPLATE('370Pq0qT0HuO00025QrE$V',$,'Leakage','Air leakage rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#1423= IFCSIMPLEPROPERTYTEMPLATE('3WM1Y0qTCHuO00025QrE$V',$,'Length','The length of the pit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1423= IFCSIMPLEPROPERTYTEMPLATE('3JYlC0qTeHuO00025QrE$V',$,'LeakageClass','Nominal leakage rating for the system components.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1424= IFCSIMPLEPROPERTYTEMPLATE('3XN6g0qX8HuO00025QrE$V',$,'Length','Length of the fin as measured parallel to the direction of airflow.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1424= IFCSIMPLEPROPERTYTEMPLATE('1IpVO0qTuHuO00025QrE$V',$,'LeakageCurve','Leakage per unit length curve versus working pressure. If a scalar is expressed then it represents LeakageClass which is flowrate per unit area at a specified pressure rating (e.g., ASHRAE Fundamentals 2001 34.16.).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#1425= IFCSIMPLEPROPERTYTEMPLATE('049V7LE0rEtgYKr9j$$ZjS',$,'LengthBetweenPerpendiculars','Length of vessel from rudder shaft to crossing point of the bow and the loaded waterline.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1425= IFCSIMPLEPROPERTYTEMPLATE('1r3KS0qT4HuO00025QrE$V',$,'LeakageCurve','Leakage versus pressure drop; Leakage = f (pressure).',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); -#1426= IFCSIMPLEPROPERTYTEMPLATE('1oWya9l0P0zADha8jVgnSi',$,'LengthMeasureResolution','Indicates the resolution for length measure of the device.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1426= IFCSIMPLEPROPERTYTEMPLATE('24dOU0qVCHuO00025QrE$V',$,'LeakageCurve','Leakage per unit length curve versus working pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#1427= IFCSIMPLEPROPERTYTEMPLATE('17lLkbAkr2TPS5BNTPqqUI',$,'LensDiffuserOrientation','Orientation the lens diffuser has to have, which indicates the direction of the lens diffuser and is given in terms like "left upper quadrant (LUQ)" or "5 o''clock".',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1427= IFCSIMPLEPROPERTYTEMPLATE('1dy5W0qT4HuO00025QrE$V',$,'LeakageFullyClosed','Leakage when fully closed.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1428= IFCSIMPLEPROPERTYTEMPLATE('0HtZMlqZj0fx$DPfT30e_r',$,'LensDiffuserType','Type of the lens diffuser the signal is equipped with.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1428= IFCSIMPLEPROPERTYTEMPLATE('1mMee0qVKHuO00025QrE$V',$,'LeftFlangeWidth','Left flange width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1429= IFCSIMPLEPROPERTYTEMPLATE('2slUGIunH3dByQMgke_Zq_',$,'LevelOfIntensity','An expression of the magnitude or the intensity of a phenomenon.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1429= IFCSIMPLEPROPERTYTEMPLATE('3R5x_0qWqHuO00025QrE$V',$,'Legend','A text inscribed or applied to the switch as a legend to indicate purpose or function.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1430= IFCSIMPLEPROPERTYTEMPLATE('2MTYy0qU4HuO00025QrE$V',$,'LifeCyclePhase','The whole life cycle or only a given phase from which environmental data are valid.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7119,$,$,$,$); -#7119= IFCPROPERTYENUMERATION('PEnum_LifeCyclePhase',('ACQUISITION','CRADLETOSITE','DECONSTRUCTION','DISPOSAL','DISPOSALTRANSPORT','GROWTH','INSTALLATION','MAINTENANCE','MANUFACTURE','OCCUPANCY','OPERATION','PROCUREMENT','PRODUCTION','PRODUCTIONTRANSPORT','RECOVERY','REFURBISHMENT','REPAIR','REPLACEMENT','TRANSPORT','USAGE','WASTE','WHOLELIFECYCLE','USERDEFINED','NOTDEFINED'),$); +#1430= IFCSIMPLEPROPERTYTEMPLATE('1agfk0qTGHuO00025QrE$V',$,'Length','The length of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1431= IFCSIMPLEPROPERTYTEMPLATE('3RaMM0qSyHuO00025QrE$V',$,'LiftElevationDifference','Elevation difference between cooling tower sump and the top of the tower.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1431= IFCSIMPLEPROPERTYTEMPLATE('20D9S0qX8HuO00025QrE$V',$,'Length','Length of the tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1432= IFCSIMPLEPROPERTYTEMPLATE('31jac0qVGHuO00025QrE$V',$,'LiftingStrength','The minimum required compressive strength of the concrete when the concrete element is lifted.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1432= IFCSIMPLEPROPERTYTEMPLATE('33Y8GlIfD6oOm0fH_CAe__',$,'Length','The length of the object. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1433= IFCSIMPLEPROPERTYTEMPLATE('0Ll320qUiHuO00025QrE$V',$,'LightEmitterNominalPower','Light emitter nominal power.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1433= IFCSIMPLEPROPERTYTEMPLATE('3qLKU0qTuHuO00025QrE$V',$,'Length','The finished length of the silencer.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1434= IFCSIMPLEPROPERTYTEMPLATE('2lWzs0qUiHuO00025QrE$V',$,'LightFixtureMountingType','A list of the available types of mounting for light fixtures from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7130,$,$,$,$); -#7130= IFCPROPERTYENUMERATION('PEnum_LightFixtureMountingType',('CABLESPANNED','FREESTANDING','POLE_SIDE','POLE_TOP','RECESSED','SURFACE','SUSPENDED','TRACKMOUNTED','OTHER','NOTKNOWN','UNSET'),$); +#1434= IFCSIMPLEPROPERTYTEMPLATE('3WM1Y0qTCHuO00025QrE$V',$,'Length','The length of the pit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1435= IFCSIMPLEPROPERTYTEMPLATE('35aPu0qUiHuO00025QrE$V',$,'LightFixturePlacingType','A list of the available types of placing specification for light fixtures from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7134,$,$,$,$); -#7134= IFCPROPERTYENUMERATION('PEnum_LightFixturePlacingType',('CEILING','FLOOR','FURNITURE','POLE','WALL','OTHER','NOTKNOWN','UNSET'),$); +#1435= IFCSIMPLEPROPERTYTEMPLATE('3XN6g0qX8HuO00025QrE$V',$,'Length','Length of the fin as measured parallel to the direction of airflow.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1436= IFCSIMPLEPROPERTYTEMPLATE('1qaQ80qWiHuO00025QrE$V',$,'Lighting','Lighting loads.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1436= IFCSIMPLEPROPERTYTEMPLATE('049V7LE0rEtgYKr9j$$ZjS',$,'LengthBetweenPerpendiculars','Length of vessel from rudder shaft to crossing point of the bow and the loaded waterline.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1437= IFCSIMPLEPROPERTYTEMPLATE('3whUY0qWiHuO00025QrE$V',$,'Lighting','Lighting loads.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#1437= IFCSIMPLEPROPERTYTEMPLATE('1oWya9l0P0zADha8jVgnSi',$,'LengthMeasureResolution','Indicates the resolution for length measure of the device.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1438= IFCSIMPLEPROPERTYTEMPLATE('0Wh9m0qRuHuO00025QrE$V',$,'LightingDiversity','Lighting diversity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1438= IFCSIMPLEPROPERTYTEMPLATE('17lLkbAkr2TPS5BNTPqqUI',$,'LensDiffuserOrientation','Orientation the lens diffuser has to have, which indicates the direction of the lens diffuser and is given in terms like "left upper quadrant (LUQ)" or "5 o''clock".',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1439= IFCSIMPLEPROPERTYTEMPLATE('3gvDC0qX0HuO00025QrE$V',$,'LightingDiversity','Lighting diversity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1439= IFCSIMPLEPROPERTYTEMPLATE('0HtZMlqZj0fx$DPfT30e_r',$,'LensDiffuserType','Type of the lens diffuser the signal is equipped with.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1440= IFCSIMPLEPROPERTYTEMPLATE('0nEZ80qX4HuO00025QrE$V',$,'LightingLoadIntensity','Average lighting load intensity in the space per unit area (PowerMeasure/IfcAreaMeasure).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1440= IFCSIMPLEPROPERTYTEMPLATE('2slUGIunH3dByQMgke_Zq_',$,'LevelOfIntensity','An expression of the magnitude or the intensity of a phenomenon.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1441= IFCSIMPLEPROPERTYTEMPLATE('0toAc0qX4HuO00025QrE$V',$,'LightingPercentLoadToReturnAir','Percent of lighting load to the return air plenum.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1441= IFCSIMPLEPROPERTYTEMPLATE('2MTYy0qU4HuO00025QrE$V',$,'LifeCyclePhase','The whole life cycle or only a given phase from which environmental data are valid.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7156,$,$,$,$); +#7156= IFCPROPERTYENUMERATION('PEnum_LifeCyclePhase',('ACQUISITION','CRADLETOSITE','DECONSTRUCTION','DISPOSAL','DISPOSALTRANSPORT','GROWTH','INSTALLATION','MAINTENANCE','MANUFACTURE','OCCUPANCY','OPERATION','PROCUREMENT','PRODUCTION','PRODUCTIONTRANSPORT','RECOVERY','REFURBISHMENT','REPAIR','REPLACEMENT','TRANSPORT','USAGE','WASTE','WHOLELIFECYCLE','USERDEFINED','NOTDEFINED'),$); -#1442= IFCSIMPLEPROPERTYTEMPLATE('1UDgFBVIXA9OYX1_nAvy5o',$,'LightningPeakVoltage','The peak lightning voltage that the insulator could withstand.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#1442= IFCSIMPLEPROPERTYTEMPLATE('3RaMM0qSyHuO00025QrE$V',$,'LiftElevationDifference','Elevation difference between cooling tower sump and the top of the tower.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1443= IFCSIMPLEPROPERTYTEMPLATE('1nPkqapDrE3gFjVeVrNyIv',$,'LightningProtectionStandardsCompliance','Information about compliance with regard to lightning protection related standards.',.P_TABLEVALUE.,'IfcLabel','IfcBoolean',$,$,$,$,$); +#1443= IFCSIMPLEPROPERTYTEMPLATE('31jac0qVGHuO00025QrE$V',$,'LiftingStrength','The minimum required compressive strength of the concrete when the concrete element is lifted.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1444= IFCSIMPLEPROPERTYTEMPLATE('2o2ITB5d9B5fr3psKiYy0J',$,'LikelihoodOfOccurence','Likelihood is a general concept relating to the chance of an event occuring.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1444= IFCSIMPLEPROPERTYTEMPLATE('0Ll320qUiHuO00025QrE$V',$,'LightEmitterNominalPower','Light emitter nominal power.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1445= IFCSIMPLEPROPERTYTEMPLATE('0wl2LrL0b7mR5ua2A1tgcx',$,'Limitations','Limitations on usage.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1445= IFCSIMPLEPROPERTYTEMPLATE('2lWzs0qUiHuO00025QrE$V',$,'LightFixtureMountingType','A list of the available types of mounting for light fixtures from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7167,$,$,$,$); +#7167= IFCPROPERTYENUMERATION('PEnum_LightFixtureMountingType',('CABLESPANNED','FREESTANDING','POLE_SIDE','POLE_TOP','RECESSED','SURFACE','SUSPENDED','TRACKMOUNTED','OTHER','NOTKNOWN','UNSET'),$); -#1446= IFCSIMPLEPROPERTYTEMPLATE('1TH9KclvbAF8FOnAfemrVO',$,'LimitedClearances','Special conditions for placing the signal post telephone: tunnels, bridges, viaducts.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1446= IFCSIMPLEPROPERTYTEMPLATE('35aPu0qUiHuO00025QrE$V',$,'LightFixturePlacingType','A list of the available types of placing specification for light fixtures from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7171,$,$,$,$); +#7171= IFCPROPERTYENUMERATION('PEnum_LightFixturePlacingType',('CEILING','FLOOR','FURNITURE','POLE','WALL','OTHER','NOTKNOWN','UNSET'),$); -#1447= IFCSIMPLEPROPERTYTEMPLATE('0vEwS0qVmHuO00025QrE$V',$,'LimitingTerminalSize','The maximum terminal size capacity of the device.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1447= IFCSIMPLEPROPERTYTEMPLATE('1qaQ80qWiHuO00025QrE$V',$,'Lighting','Lighting loads.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1448= IFCSIMPLEPROPERTYTEMPLATE('1Pz9ucT1f6ex16eSfaPgQ$',$,'LinearPath','Represents the time:distance table of the kinematic behaviour.',.P_TABLEVALUE.,'IfcTimeMeasure','IfcLengthMeasure',$,$,$,$,$); +#1448= IFCSIMPLEPROPERTYTEMPLATE('3whUY0qWiHuO00025QrE$V',$,'Lighting','Lighting loads.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#1449= IFCSIMPLEPROPERTYTEMPLATE('2LCLSUKZH99hoSPDQYRgwF',$,'LinearRange','Identifies the linear range of the kinematic behaviour.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1449= IFCSIMPLEPROPERTYTEMPLATE('0Wh9m0qRuHuO00025QrE$V',$,'LightingDiversity','Lighting diversity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1450= IFCSIMPLEPROPERTYTEMPLATE('0sq832INvCxuwUFe2_4EmP',$,'LinearUncertainty','Indicative (95%-100%) range diameter associated to the overall shape and position in XYZ.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1450= IFCSIMPLEPROPERTYTEMPLATE('3gvDC0qX0HuO00025QrE$V',$,'LightingDiversity','Lighting diversity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1451= IFCSIMPLEPROPERTYTEMPLATE('3QpbSfACX5DheiB5PkB6kH',$,'LinearVelocityResolution','Indicates the resolution of the detected linear velocity.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#1451= IFCSIMPLEPROPERTYTEMPLATE('0nEZ80qX4HuO00025QrE$V',$,'LightingLoadIntensity','Average lighting load intensity in the space per unit area (PowerMeasure/IfcAreaMeasure).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1452= IFCSIMPLEPROPERTYTEMPLATE('3_0m4qnAT5ZOLLtwRg$XmV',$,'LineCharacteristic','Indicates the characteristic of the line.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7159,$,$,$,$); -#7159= IFCPROPERTYENUMERATION('PEnum_LineCharacteristic',('PASSENGER','FREIGHT','ENTERDEPOT','PASSENGERANDFREIGHT','EXITDEPOT','OTHER','NOTKNOWN','UNSET'),$); +#1452= IFCSIMPLEPROPERTYTEMPLATE('0toAc0qX4HuO00025QrE$V',$,'LightingPercentLoadToReturnAir','Percent of lighting load to the return air plenum.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1453= IFCSIMPLEPROPERTYTEMPLATE('1LQ0XPbITCVe8zQJfs9vuz',$,'LineID','The unique identifier of the line.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#1453= IFCSIMPLEPROPERTYTEMPLATE('1UDgFBVIXA9OYX1_nAvy5o',$,'LightningPeakVoltage','The peak lightning voltage that the insulator could withstand.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#1454= IFCSIMPLEPROPERTYTEMPLATE('1PYHABAEb2ZBJGSxWcsNYh',$,'LineIdentifier','Reference ID relative to a design vessel in the project',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#1454= IFCSIMPLEPROPERTYTEMPLATE('1nPkqapDrE3gFjVeVrNyIv',$,'LightningProtectionStandardsCompliance','Information about compliance with regard to lightning protection related standards.',.P_TABLEVALUE.,'IfcLabel','IfcBoolean',$,$,$,$,$); -#1455= IFCSIMPLEPROPERTYTEMPLATE('0htP3VyZ94$vpry8cecGEh',$,'LineStrength','Breaking load of the line (note that ultimate stress is not part of any of the material Psets)',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#1455= IFCSIMPLEPROPERTYTEMPLATE('2o2ITB5d9B5fr3psKiYy0J',$,'LikelihoodOfOccurence','Likelihood is a general concept relating to the chance of an event occuring.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1456= IFCSIMPLEPROPERTYTEMPLATE('2fAOC7skD9Fgvn3zk5Z1Ey',$,'LineType','Mooring line type',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1456= IFCSIMPLEPROPERTYTEMPLATE('0wl2LrL0b7mR5ua2A1tgcx',$,'Limitations','Limitations on usage.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1457= IFCSIMPLEPROPERTYTEMPLATE('1McGbPCCv3Hhv0UCetKMD7',$,'LiningMaterial','Lining material or ''NOT LINED'' or ''UNKNOWN'' (boreholeML).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1457= IFCSIMPLEPROPERTYTEMPLATE('1TH9KclvbAF8FOnAfemrVO',$,'LimitedClearances','Special conditions for placing the signal post telephone: tunnels, bridges, viaducts.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1458= IFCSIMPLEPROPERTYTEMPLATE('0ZvUzLlUn9gwgkgGSHJ0wI',$,'LiningThickness','Lining thickness (boreholeML).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1458= IFCSIMPLEPROPERTYTEMPLATE('0vEwS0qVmHuO00025QrE$V',$,'LimitingTerminalSize','The maximum terminal size capacity of the device.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1459= IFCSIMPLEPROPERTYTEMPLATE('3Ib9wYZlH8rvMKekRGTYia',$,'Lithology','Defines all natural materials resulting from the combination of minerals, particles or biogenic elements.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#1459= IFCSIMPLEPROPERTYTEMPLATE('1Pz9ucT1f6ex16eSfaPgQ$',$,'LinearPath','Represents the time:distance table of the kinematic behaviour.',.P_TABLEVALUE.,'IfcTimeMeasure','IfcLengthMeasure',$,$,$,$,$); -#1460= IFCSIMPLEPROPERTYTEMPLATE('1ML8E0qSGHuO00025QrE$V',$,'Load','Boiler real load.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#1460= IFCSIMPLEPROPERTYTEMPLATE('2LCLSUKZH99hoSPDQYRgwF',$,'LinearRange','Identifies the linear range of the kinematic behaviour.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1461= IFCSIMPLEPROPERTYTEMPLATE('0pmcg0qSGHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1461= IFCSIMPLEPROPERTYTEMPLATE('0sq832INvCxuwUFe2_4EmP',$,'LinearUncertainty','Indicative (95%-100%) range diameter associated to the overall shape and position in XYZ.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1462= IFCSIMPLEPROPERTYTEMPLATE('0UPJI0qVGHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1462= IFCSIMPLEPROPERTYTEMPLATE('3QpbSfACX5DheiB5PkB6kH',$,'LinearVelocityResolution','Indicates the resolution of the detected linear velocity.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#1463= IFCSIMPLEPROPERTYTEMPLATE('0x2sU0qWWHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1463= IFCSIMPLEPROPERTYTEMPLATE('3_0m4qnAT5ZOLLtwRg$XmV',$,'LineCharacteristic','Indicates the characteristic of the line.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7196,$,$,$,$); +#7196= IFCPROPERTYENUMERATION('PEnum_LineCharacteristic',('PASSENGER','FREIGHT','ENTERDEPOT','PASSENGERANDFREIGHT','EXITDEPOT','OTHER','NOTKNOWN','UNSET'),$); -#1464= IFCSIMPLEPROPERTYTEMPLATE('13kNCI9h11aBPeqCQFREYC',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1464= IFCSIMPLEPROPERTYTEMPLATE('1LQ0XPbITCVe8zQJfs9vuz',$,'LineID','The unique identifier of the line.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#1465= IFCSIMPLEPROPERTYTEMPLATE('1cDoRk08vDj9jlUoQLAX$f',$,'LoadBearing',$,.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1465= IFCSIMPLEPROPERTYTEMPLATE('1PYHABAEb2ZBJGSxWcsNYh',$,'LineIdentifier','Reference ID relative to a design vessel in the project',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#1466= IFCSIMPLEPROPERTYTEMPLATE('1dKyE0qSaHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1466= IFCSIMPLEPROPERTYTEMPLATE('0htP3VyZ94$vpry8cecGEh',$,'LineStrength','Breaking load of the line (note that ultimate stress is not part of any of the material Psets)',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#1467= IFCSIMPLEPROPERTYTEMPLATE('1EuQe0qSKHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1467= IFCSIMPLEPROPERTYTEMPLATE('2fAOC7skD9Fgvn3zk5Z1Ey',$,'LineType','Mooring line type',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1468= IFCSIMPLEPROPERTYTEMPLATE('1s7fxao7L4X9mgLw5vDLbk',$,'LoadBearing',$,.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1468= IFCSIMPLEPROPERTYTEMPLATE('1McGbPCCv3Hhv0UCetKMD7',$,'LiningMaterial','Lining material or ''NOT LINED'' or ''UNKNOWN'' (boreholeML).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1469= IFCSIMPLEPROPERTYTEMPLATE('1wUec0qV4HuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1469= IFCSIMPLEPROPERTYTEMPLATE('0ZvUzLlUn9gwgkgGSHJ0wI',$,'LiningThickness','Lining thickness (boreholeML).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1470= IFCSIMPLEPROPERTYTEMPLATE('1wZ5bqss58mx9mYZdud_ti',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1470= IFCSIMPLEPROPERTYTEMPLATE('3Ib9wYZlH8rvMKekRGTYia',$,'Lithology','Defines all natural materials resulting from the combination of minerals, particles or biogenic elements.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#1471= IFCSIMPLEPROPERTYTEMPLATE('21GTO0qSeHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1471= IFCSIMPLEPROPERTYTEMPLATE('1ML8E0qSGHuO00025QrE$V',$,'Load','Boiler real load.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#1472= IFCSIMPLEPROPERTYTEMPLATE('27gGzXJgHElgJNKZaas8aH',$,'LoadBearing',$,.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1472= IFCSIMPLEPROPERTYTEMPLATE('0pmcg0qSGHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1473= IFCSIMPLEPROPERTYTEMPLATE('2FnJNsRdfDQ9dzEq8OinWs',$,'LoadBearing',$,.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1473= IFCSIMPLEPROPERTYTEMPLATE('0UPJI0qVGHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1474= IFCSIMPLEPROPERTYTEMPLATE('3nmXI0qXKHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1474= IFCSIMPLEPROPERTYTEMPLATE('0x2sU0qWWHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1475= IFCSIMPLEPROPERTYTEMPLATE('2RBEe0qSKHuO00025QrE$V',$,'LoadBearingCapacity','Maximum load bearing capacity of a supporting structure ( e.g. as applied to the floor structure of a storey, or the supporting capacity of a frame assembly).',.P_SINGLEVALUE.,'IfcPlanarForceMeasure',$,$,$,$,$,$); +#1475= IFCSIMPLEPROPERTYTEMPLATE('13kNCI9h11aBPeqCQFREYC',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1476= IFCSIMPLEPROPERTYTEMPLATE('2r2w0IRgj2ZPPZHhlnoADU',$,'LoadBearingCapacityArea','Estimate or design maximum load bearing capacity of the defined surface/structure (e.g. soil stratum or planar slab). Represented as a force per unit area measurement.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1476= IFCSIMPLEPROPERTYTEMPLATE('1cDoRk08vDj9jlUoQLAX$f',$,'LoadBearing',$,.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1477= IFCSIMPLEPROPERTYTEMPLATE('1_J9Z6hsjADva_RGdwfJlg',$,'LoadCapacity','Indicates the highest permissible load capacity.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#1477= IFCSIMPLEPROPERTYTEMPLATE('1dKyE0qSaHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1478= IFCSIMPLEPROPERTYTEMPLATE('35xs20qWuHuO00025QrE$V',$,'LoadDisconnectionType','A list of the available types of load disconnection from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7219,$,$,$,$); -#7219= IFCPROPERTYENUMERATION('PEnum_LoadDisconnectionType',('OFFLOAD','ONLOAD','OTHER','NOTKNOWN','UNSET'),$); +#1478= IFCSIMPLEPROPERTYTEMPLATE('1EuQe0qSKHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1479= IFCSIMPLEPROPERTYTEMPLATE('06Jzu0qX4HuO00025QrE$V',$,'LoadSafetyFactor','Load safety factor.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1479= IFCSIMPLEPROPERTYTEMPLATE('1s7fxao7L4X9mgLw5vDLbk',$,'LoadBearing',$,.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1480= IFCSIMPLEPROPERTYTEMPLATE('0twuc0qRuHuO00025QrE$V',$,'LoadSafetyFactor','Load safety factor.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1480= IFCSIMPLEPROPERTYTEMPLATE('1wUec0qV4HuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1481= IFCSIMPLEPROPERTYTEMPLATE('0ebn7wWEP34Ad62PIlPZk7',$,'LocalName','The local name that the plant is known as.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1481= IFCSIMPLEPROPERTYTEMPLATE('1wZ5bqss58mx9mYZdud_ti',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1482= IFCSIMPLEPROPERTYTEMPLATE('0Fi5g0qRyHuO00025QrE$V',$,'Location','Location (a single type of diffuser can be used for multiple locations); high means close to ceiling.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7228,$,$,$,$); -#7228= IFCPROPERTYENUMERATION('PEnum_AirTerminalLocation',('SIDEWALLHIGH','SIDEWALLLOW','CEILINGPERIMETER','CEILINGINTERIOR','FLOOR','SILL','OTHER','NOTKNOWN','UNSET'),$); +#1482= IFCSIMPLEPROPERTYTEMPLATE('21GTO0qSeHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1483= IFCSIMPLEPROPERTYTEMPLATE('0VB5hczAH7CvQQx$j1YIft',$,'Location1Global','Global X,Y,Z coordinates of the point in which Thickness1 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1483= IFCSIMPLEPROPERTYTEMPLATE('27gGzXJgHElgJNKZaas8aH',$,'LoadBearing',$,.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1484= IFCSIMPLEPROPERTYTEMPLATE('2zGAa4OsLC_vpMJq9V0dK4',$,'Location1Local','Local x,y coordinates of the point in which Thickness1 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1484= IFCSIMPLEPROPERTYTEMPLATE('2FnJNsRdfDQ9dzEq8OinWs',$,'LoadBearing',$,.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1485= IFCSIMPLEPROPERTYTEMPLATE('3F_zLtoAvAuxd7yNYHwBJO',$,'Location2Global','Global X,Y,Z coordinates of the point in which Thickness2 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1485= IFCSIMPLEPROPERTYTEMPLATE('3nmXI0qXKHuO00025QrE$V',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1486= IFCSIMPLEPROPERTYTEMPLATE('05ZaO2Wmn1z8Oh7HnpEAUm',$,'Location2Local','Local x,y coordinates of the point in which Thickness2 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1486= IFCSIMPLEPROPERTYTEMPLATE('2RBEe0qSKHuO00025QrE$V',$,'LoadBearingCapacity','Maximum load bearing capacity of a supporting structure ( e.g. as applied to the floor structure of a storey, or the supporting capacity of a frame assembly).',.P_SINGLEVALUE.,'IfcPlanarForceMeasure',$,$,$,$,$,$); -#1487= IFCSIMPLEPROPERTYTEMPLATE('2FeT$dKObBQfRWSKCREUA2',$,'Location3Global','Global X,Y,Z coordinates of the point in which Thickness3 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1487= IFCSIMPLEPROPERTYTEMPLATE('2r2w0IRgj2ZPPZHhlnoADU',$,'LoadBearingCapacityArea','Estimate or design maximum load bearing capacity of the defined surface/structure (e.g. soil stratum or planar slab). Represented as a force per unit area measurement.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1488= IFCSIMPLEPROPERTYTEMPLATE('144HUwHt9CFfHkh4JmV3dQ',$,'Location3Local','Local x,y coordinates of the point in which Thickness3 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1488= IFCSIMPLEPROPERTYTEMPLATE('1_J9Z6hsjADva_RGdwfJlg',$,'LoadCapacity','Indicates the highest permissible load capacity.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#1489= IFCSIMPLEPROPERTYTEMPLATE('2e_sC0qVSHuO00025QrE$V',$,'LocationPriorityType','Identifies the predefined types of priority that can be assigned from which the type may be set where:\X\0D\X\0A\X\0D\X\0AHigh: action is required urgently.\X\0D\X\0AMedium: action can occur within a reasonable period of time.\X\0D\X\0ALow: action can occur when convenient.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5897,$,$,$,$); +#1489= IFCSIMPLEPROPERTYTEMPLATE('35xs20qWuHuO00025QrE$V',$,'LoadDisconnectionType','A list of the available types of load disconnection from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7256,$,$,$,$); +#7256= IFCPROPERTYENUMERATION('PEnum_LoadDisconnectionType',('OFFLOAD','ONLOAD','OTHER','NOTKNOWN','UNSET'),$); -#1490= IFCSIMPLEPROPERTYTEMPLATE('0vmNm3RpjAFxGZPkc8F$8N',$,'LockChamberLevels','Number of steps (chambers) in a lock line',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1490= IFCSIMPLEPROPERTYTEMPLATE('06Jzu0qX4HuO00025QrE$V',$,'LoadSafetyFactor','Load safety factor.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1491= IFCSIMPLEPROPERTYTEMPLATE('3ztwy0qU0HuO00025QrE$V',$,'LockedRotorCurrent','Input current when a motor armature is energized but not rotating.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1491= IFCSIMPLEPROPERTYTEMPLATE('0twuc0qRuHuO00025QrE$V',$,'LoadSafetyFactor','Load safety factor.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1492= IFCSIMPLEPROPERTYTEMPLATE('0afpeKNpXAKuHqMZlEs7GD',$,'LockGrade','Operational grading of the ship lock complex',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1492= IFCSIMPLEPROPERTYTEMPLATE('0ebn7wWEP34Ad62PIlPZk7',$,'LocalName','The local name that the plant is known as.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1493= IFCSIMPLEPROPERTYTEMPLATE('0pLtPGaujDkwK16bnNbYZE',$,'LockingForce','Locking force of the point machine motor.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#1493= IFCSIMPLEPROPERTYTEMPLATE('0Fi5g0qRyHuO00025QrE$V',$,'Location','Location (a single type of diffuser can be used for multiple locations); high means close to ceiling.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7265,$,$,$,$); +#7265= IFCPROPERTYENUMERATION('PEnum_AirTerminalLocation',('SIDEWALLHIGH','SIDEWALLLOW','CEILINGPERIMETER','CEILINGINTERIOR','FLOOR','SILL','OTHER','NOTKNOWN','UNSET'),$); -#1494= IFCSIMPLEPROPERTYTEMPLATE('3C7vosE2r9xg8_bdQ0FZvD',$,'LockLines','Number of Parallel lock series',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1494= IFCSIMPLEPROPERTYTEMPLATE('0VB5hczAH7CvQQx$j1YIft',$,'Location1Global','Global X,Y,Z coordinates of the point in which Thickness1 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1495= IFCSIMPLEPROPERTYTEMPLATE('3FQU_MOXLE7gE5hin075dS',$,'LockMode','Type of lock system used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1495= IFCSIMPLEPROPERTYTEMPLATE('2zGAa4OsLC_vpMJq9V0dK4',$,'Location1Local','Local x,y coordinates of the point in which Thickness1 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1496= IFCSIMPLEPROPERTYTEMPLATE('1ozBc0qSmHuO00025QrE$V',$,'LogarithmicMeanTemperatureDifference','Logarithmic mean temperature difference between refrigerant and water or air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#1496= IFCSIMPLEPROPERTYTEMPLATE('3F_zLtoAvAuxd7yNYHwBJO',$,'Location2Global','Global X,Y,Z coordinates of the point in which Thickness2 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1497= IFCSIMPLEPROPERTYTEMPLATE('3UuXo0qU8HuO00025QrE$V',$,'LogarithmicMeanTemperatureDifference','Logarithmic mean temperature difference between refrigerant and water or air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#1497= IFCSIMPLEPROPERTYTEMPLATE('05ZaO2Wmn1z8Oh7HnpEAUm',$,'Location2Local','Local x,y coordinates of the point in which Thickness2 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1498= IFCSIMPLEPROPERTYTEMPLATE('2DuI40qW0HuO00025QrE$V',$,'LongInsideCenterLowerBarPitch','The pitch length of the long inside center lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1498= IFCSIMPLEPROPERTYTEMPLATE('2FeT$dKObBQfRWSKCREUA2',$,'Location3Global','Global X,Y,Z coordinates of the point in which Thickness3 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1499= IFCSIMPLEPROPERTYTEMPLATE('1TcOA0qW0HuO00025QrE$V',$,'LongInsideCenterTopBarPitch','The pitch length of the long inside center top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1499= IFCSIMPLEPROPERTYTEMPLATE('144HUwHt9CFfHkh4JmV3dQ',$,'Location3Local','Local x,y coordinates of the point in which Thickness3 is given',.P_LISTVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1500= IFCSIMPLEPROPERTYTEMPLATE('2LeCM0qW0HuO00025QrE$V',$,'LongInsideEndLowerBarPitch','The pitch length of the long inside end lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1500= IFCSIMPLEPROPERTYTEMPLATE('2e_sC0qVSHuO00025QrE$V',$,'LocationPriorityType','Identifies the predefined types of priority that can be assigned from which the type may be set where:\X\0D\X\0A\X\0D\X\0AHigh: action is required urgently.\X\0D\X\0AMedium: action can occur within a reasonable period of time.\X\0D\X\0ALow: action can occur when convenient.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5934,$,$,$,$); -#1501= IFCSIMPLEPROPERTYTEMPLATE('1byRs0qW0HuO00025QrE$V',$,'LongInsideEndTopBarPitch','The pitch length of the long inside end top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1501= IFCSIMPLEPROPERTYTEMPLATE('0vmNm3RpjAFxGZPkc8F$8N',$,'LockChamberLevels','Number of steps (chambers) in a lock line',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1502= IFCSIMPLEPROPERTYTEMPLATE('2ZHLE0qTuHuO00025QrE$V',$,'LongitudinalSeam','The type of seam to be used along the longitudinal axis of the duct segment.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1502= IFCSIMPLEPROPERTYTEMPLATE('3ztwy0qU0HuO00025QrE$V',$,'LockedRotorCurrent','Input current when a motor armature is energized but not rotating.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1503= IFCSIMPLEPROPERTYTEMPLATE('25YEO0qW0HuO00025QrE$V',$,'LongOutsideLowerBarPitch','The pitch length of the long outside lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1503= IFCSIMPLEPROPERTYTEMPLATE('0afpeKNpXAKuHqMZlEs7GD',$,'LockGrade','Operational grading of the ship lock complex',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1504= IFCSIMPLEPROPERTYTEMPLATE('1LGKU0qW0HuO00025QrE$V',$,'LongOutsideTopBarPitch','The pitch length of the long outside top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1504= IFCSIMPLEPROPERTYTEMPLATE('0pLtPGaujDkwK16bnNbYZE',$,'LockingForce','Locking force of the point machine motor.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#1505= IFCSIMPLEPROPERTYTEMPLATE('1BmzSXNQn2_Aq_1ft2LPxY',$,'LongTimeCurrentSetValue','Long time current set value. The set value of the long time tripping current if adjustable.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1505= IFCSIMPLEPROPERTYTEMPLATE('3C7vosE2r9xg8_bdQ0FZvD',$,'LockLines','Number of Parallel lock series',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1506= IFCSIMPLEPROPERTYTEMPLATE('3m9GefCtz3PAoplbsg0gtG',$,'LongTimeDelay','Long time delay. The set value of the long time time-delay if adjustable.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#1506= IFCSIMPLEPROPERTYTEMPLATE('3FQU_MOXLE7gE5hin075dS',$,'LockMode','Type of lock system used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1507= IFCSIMPLEPROPERTYTEMPLATE('3v9GlTSDzClwzgroqc5m82',$,'LongTimeFunction','Applying long time function\X\0D\X\0AA flag indicating that the long time function (i.e. the thermal tripping) of the device is used. The value should be set to TRUE for all devices except those that allows the Long time function of the device not to be used.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1507= IFCSIMPLEPROPERTYTEMPLATE('1ozBc0qSmHuO00025QrE$V',$,'LogarithmicMeanTemperatureDifference','Logarithmic mean temperature difference between refrigerant and water or air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#1508= IFCSIMPLEPROPERTYTEMPLATE('1ijGm0qT4HuO00025QrE$V',$,'LossCoefficentCurve','Loss coefficient \X2\2013\X0\ blade position angle curve; ratio of pressure drop to velocity pressure versus blade angle; C = f (blade angle position).',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcReal',$,$,$,$,$); +#1508= IFCSIMPLEPROPERTYTEMPLATE('3UuXo0qU8HuO00025QrE$V',$,'LogarithmicMeanTemperatureDifference','Logarithmic mean temperature difference between refrigerant and water or air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#1509= IFCSIMPLEPROPERTYTEMPLATE('1BfkW0qTuHuO00025QrE$V',$,'LossCoefficient','Dimensionless loss coefficient used for calculating fluid resistance representing the ratio of total pressure loss to velocity pressure at a referenced cross-section.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#1509= IFCSIMPLEPROPERTYTEMPLATE('2DuI40qW0HuO00025QrE$V',$,'LongInsideCenterLowerBarPitch','The pitch length of the long inside center lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1510= IFCSIMPLEPROPERTYTEMPLATE('3sQjQ0qTqHuO00025QrE$V',$,'LossCoefficient','Dimensionless loss coefficient used for calculating fluid resistance representing the ratio of total pressure loss to velocity pressure at a referenced cross-section.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#1510= IFCSIMPLEPROPERTYTEMPLATE('1TcOA0qW0HuO00025QrE$V',$,'LongInsideCenterTopBarPitch','The pitch length of the long inside center top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1511= IFCSIMPLEPROPERTYTEMPLATE('3UKO80qV8HuO00025QrE$V',$,'LossCoefficient','Dimensionless loss coefficient used for calculating fluid resistance representing the ratio of total pressure loss to velocity pressure at a referenced cross-section.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#1511= IFCSIMPLEPROPERTYTEMPLATE('2LeCM0qW0HuO00025QrE$V',$,'LongInsideEndLowerBarPitch','The pitch length of the long inside end lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1512= IFCSIMPLEPROPERTYTEMPLATE('0dfS_0qViHuO00025QrE$V',$,'LowerCurrent1','The current in [x In], indicating that for currents smaller than LowerCurrent1 the I2t part of the L-function will not trip the current,',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1512= IFCSIMPLEPROPERTYTEMPLATE('1byRs0qW0HuO00025QrE$V',$,'LongInsideEndTopBarPitch','The pitch length of the long inside end top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1513= IFCSIMPLEPROPERTYTEMPLATE('0kpDs0qViHuO00025QrE$V',$,'LowerCurrent2','The current in [x In], indicating the upper current limit of the lower time/current curve of the I2t part of the L-function.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1513= IFCSIMPLEPROPERTYTEMPLATE('2ZHLE0qTuHuO00025QrE$V',$,'LongitudinalSeam','The type of seam to be used along the longitudinal axis of the duct segment.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1514= IFCSIMPLEPROPERTYTEMPLATE('1ACEm0qUqHuO00025QrE$V',$,'LowerHeatingValue','Lower Heating Value is defined as the amount of energy released (MJ/kg) when a fuel is burned completely, and H2O is in vapor form in the combustion products.',.P_SINGLEVALUE.,'IfcHeatingValueMeasure',$,$,$,$,$,$); +#1514= IFCSIMPLEPROPERTYTEMPLATE('25YEO0qW0HuO00025QrE$V',$,'LongOutsideLowerBarPitch','The pitch length of the long outside lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1515= IFCSIMPLEPROPERTYTEMPLATE('0qmhw0qViHuO00025QrE$V',$,'LowerTime1','The time in [s], indicating that tripping times of the lower time/current curve lower than LowerTime1 is determined by the I2t part of the L-function.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#1515= IFCSIMPLEPROPERTYTEMPLATE('1LGKU0qW0HuO00025QrE$V',$,'LongOutsideTopBarPitch','The pitch length of the long outside top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1516= IFCSIMPLEPROPERTYTEMPLATE('0vXtA0qViHuO00025QrE$V',$,'LowerTime2','The time in [s], indicating the tripping times of the upper time/current curve at the LowerCurrent2.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#1516= IFCSIMPLEPROPERTYTEMPLATE('1BmzSXNQn2_Aq_1ft2LPxY',$,'LongTimeCurrentSetValue','Long time current set value. The set value of the long time tripping current if adjustable.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1517= IFCSIMPLEPROPERTYTEMPLATE('1Tt5A0qUqHuO00025QrE$V',$,'LowerVaporResistanceFactor','The vapor permeability relationship of air/material (typically value > 1), measured in low relative humidity (typically in 0/50 % RH).',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1517= IFCSIMPLEPROPERTYTEMPLATE('3m9GefCtz3PAoplbsg0gtG',$,'LongTimeDelay','Long time delay. The set value of the long time time-delay if adjustable.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#1518= IFCSIMPLEPROPERTYTEMPLATE('3W5aW0qUWHuO00025QrE$V',$,'LowestSeatingHeight','The value of seating height of low level if the chair height is adjustable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1518= IFCSIMPLEPROPERTYTEMPLATE('3v9GlTSDzClwzgroqc5m82',$,'LongTimeFunction','Applying long time function\X\0D\X\0AA flag indicating that the long time function (i.e. the thermal tripping) of the device is used. The value should be set to TRUE for all devices except those that allows the Long time function of the device not to be used.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1519= IFCSIMPLEPROPERTYTEMPLATE('2CX_WFHkv9vByq2fOmXUgW',$,'LowWaterLevel','Low water level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1519= IFCSIMPLEPROPERTYTEMPLATE('1ijGm0qT4HuO00025QrE$V',$,'LossCoefficentCurve','Loss coefficient \X2\2013\X0\ blade position angle curve; ratio of pressure drop to velocity pressure versus blade angle; C = f (blade angle position).',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcReal',$,$,$,$,$); -#1520= IFCSIMPLEPROPERTYTEMPLATE('2xXz1khr17N8VXs3Y3yIkv',$,'LRMConstraint','Allows for the specification of constraints imposed by this Linear Referencing Method. For example, a Reference Post Linear Referencing Method may specify that referents be of type \X2\201C\X0\reference marker\X2\201D\X0\.\X\0D\X\0A\X\0D\X\0A> NOTE definition according to ISO 19148:2021',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1520= IFCSIMPLEPROPERTYTEMPLATE('1BfkW0qTuHuO00025QrE$V',$,'LossCoefficient','Dimensionless loss coefficient used for calculating fluid resistance representing the ratio of total pressure loss to velocity pressure at a referenced cross-section.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#1521= IFCSIMPLEPROPERTYTEMPLATE('0s7OWAZj9Dahx00TGDv8Mp',$,'LRMName','Gives the name of this Linear Referencing Method, such as \X2\201C\X0\kilometre-point\X2\201D\X0\. \X\0D\X\0A\X\0D\X\0A> NOTE Definition according to ISO 19148:2021.\X\0D\X\0A>\X\0D\X\0A> NOTE Names of commonly used Linear Referencing Methods are included in ISO 19148, Annex C, along with recognized name aliases.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1521= IFCSIMPLEPROPERTYTEMPLATE('3sQjQ0qTqHuO00025QrE$V',$,'LossCoefficient','Dimensionless loss coefficient used for calculating fluid resistance representing the ratio of total pressure loss to velocity pressure at a referenced cross-section.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#1522= IFCSIMPLEPROPERTYTEMPLATE('3gFkmWZM9F69385xEVB7Qv',$,'LRMType','Gives the type of this Linear Referencing Method.\X\0D\X\0A\X\0D\X\0A> NOTE Definition according to ISO 19148:2021, LRMType.\X\0D\X\0A\X\0D\X\0A> NOTE Since the definition in ISO 19148:2021, LRMType is stereotyped as a CodeList it is open for user defined extensions. In this Pset this is handled by adding the enumeration constant _LRM_USERDEFINED_ and the additional property _UserDefinedLRMType_',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7284,$,$,$,$); -#7284= IFCPROPERTYENUMERATION('PEnum_LRMType',('LRM_ABSOLUTE','LRM_RELATIVE','LRM_INTERPOLATIVE','LRM_USERDEFINED'),$); +#1522= IFCSIMPLEPROPERTYTEMPLATE('3UKO80qV8HuO00025QrE$V',$,'LossCoefficient','Dimensionless loss coefficient used for calculating fluid resistance representing the ratio of total pressure loss to velocity pressure at a referenced cross-section.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#1523= IFCSIMPLEPROPERTYTEMPLATE('3hWrEPG6TBow7MJYMO7xCA',$,'LRMUnit','Specifies the units of measure used by this Linear Referencing Method for measures along the linear element being measured.\X\0D\X\0A\X\0D\X\0A> NOTE Definition according to ISO 19148:2021.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1523= IFCSIMPLEPROPERTYTEMPLATE('0dfS_0qViHuO00025QrE$V',$,'LowerCurrent1','The current in [x In], indicating that for currents smaller than LowerCurrent1 the I2t part of the L-function will not trip the current,',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1524= IFCSIMPLEPROPERTYTEMPLATE('3y2l40qSeHuO00025QrE$V',$,'LubricantPumpHeatGain','Lubricant pump heat gain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#1524= IFCSIMPLEPROPERTYTEMPLATE('0kpDs0qViHuO00025QrE$V',$,'LowerCurrent2','The current in [x In], indicating the upper current limit of the lower time/current curve of the I2t part of the L-function.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1525= IFCSIMPLEPROPERTYTEMPLATE('27I6bQ4Fj9NA8AgikwDk3z',$,'LubricationPowerSupplyType','Type of power supply method used by the rail lubrication.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7287,$,$,$,$); -#7287= IFCPROPERTYENUMERATION('PEnum_LubricationPowerSupply',('ELECTRIC','PHOTOVOLTAIC','OTHER','NOTKNOWN','UNSET'),$); +#1525= IFCSIMPLEPROPERTYTEMPLATE('1ACEm0qUqHuO00025QrE$V',$,'LowerHeatingValue','Lower Heating Value is defined as the amount of energy released (MJ/kg) when a fuel is burned completely, and H2O is in vapor form in the combustion products.',.P_SINGLEVALUE.,'IfcHeatingValueMeasure',$,$,$,$,$,$); -#1526= IFCSIMPLEPROPERTYTEMPLATE('2aGJLDX7bAguqlV$JHtrbv',$,'LubricationSystemType','Design and type of lubricating system e.g. active, passive.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7288,$,$,$,$); -#7288= IFCPROPERTYENUMERATION('PEnum_LubricationSystemType',('ACTIVE_LUBRICATION','PASSIVE_LUBRICATION','OTHER','NOTKNOWN','UNSET'),$); +#1526= IFCSIMPLEPROPERTYTEMPLATE('0qmhw0qViHuO00025QrE$V',$,'LowerTime1','The time in [s], indicating that tripping times of the lower time/current curve lower than LowerTime1 is determined by the I2t part of the L-function.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#1527= IFCSIMPLEPROPERTYTEMPLATE('0Pvqw0qUaHuO00025QrE$V',$,'MainColor','The main color of the furniture of this type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1527= IFCSIMPLEPROPERTYTEMPLATE('0vXtA0qViHuO00025QrE$V',$,'LowerTime2','The time in [s], indicating the tripping times of the upper time/current curve at the LowerCurrent2.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#1528= IFCSIMPLEPROPERTYTEMPLATE('18YJqf1cHB_AgALw4trjcf',$,'MaintenanceDowntime ','Maintenance downtime proportion',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#1528= IFCSIMPLEPROPERTYTEMPLATE('1Tt5A0qUqHuO00025QrE$V',$,'LowerVaporResistanceFactor','The vapor permeability relationship of air/material (typically value > 1), measured in low relative humidity (typically in 0/50 % RH).',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1529= IFCSIMPLEPROPERTYTEMPLATE('3O2zU0qUiHuO00025QrE$V',$,'MaintenanceFactor','The arithmetical allowance made for depreciation of lamps and reflective equipment from their initial values due to dirt, fumes, or age.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1529= IFCSIMPLEPROPERTYTEMPLATE('3W5aW0qUWHuO00025QrE$V',$,'LowestSeatingHeight','The value of seating height of low level if the chair height is adjustable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1530= IFCSIMPLEPROPERTYTEMPLATE('2Nvr9q12L4g9osMugKTcqm',$,'MaintenanceLevel','Adjustment of the service life resulting from the effect of the level or degree of maintenance applied to dcomponents.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1530= IFCSIMPLEPROPERTYTEMPLATE('2CX_WFHkv9vByq2fOmXUgW',$,'LowWaterLevel','Low water level',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1531= IFCSIMPLEPROPERTYTEMPLATE('1u6ou0qVSHuO00025QrE$V',$,'MaintenanceType','Identifies the predefined types of maintenance that can be done from which the type that generates the maintenance work order may be set where:\X\0D\X\0A\X\0D\X\0AConditionBased: generated as a result of the condition of an asset or artefact being less than a determined value.\X\0D\X\0ACorrective: generated as a result of an immediate and urgent need for maintenance action.\X\0D\X\0APlannedCorrective: generated as a result of immediate corrective action being needed but with sufficient time available for the work order to be included in maintenance planning.\X\0D\X\0AScheduled: generated as a result of a fixed, periodic maintenance requirement.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7294,$,$,$,$); -#7294= IFCPROPERTYENUMERATION('PEnum_MaintenanceType',('CONDITIONBASED','CORRECTIVE','PLANNEDCORRECTIVE','SCHEDULED','OTHER','NOTKNOWN','UNSET'),$); +#1531= IFCSIMPLEPROPERTYTEMPLATE('2xXz1khr17N8VXs3Y3yIkv',$,'LRMConstraint','Allows for the specification of constraints imposed by this Linear Referencing Method. For example, a Reference Post Linear Referencing Method may specify that referents be of type \X2\201C\X0\reference marker\X2\201D\X0\.\X\0D\X\0A\X\0D\X\0A> NOTE definition according to ISO 19148:2021',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1532= IFCSIMPLEPROPERTYTEMPLATE('3aRmeqOcHEwhPmdUx1o9wR',$,'ManagingSoftware','Indicates the type of software responsible for managing the equipment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1532= IFCSIMPLEPROPERTYTEMPLATE('0s7OWAZj9Dahx00TGDv8Mp',$,'LRMName','Gives the name of this Linear Referencing Method, such as \X2\201C\X0\kilometre-point\X2\201D\X0\. \X\0D\X\0A\X\0D\X\0A> NOTE Definition according to ISO 19148:2021.\X\0D\X\0A>\X\0D\X\0A> NOTE Names of commonly used Linear Referencing Methods are included in ISO 19148, Annex C, along with recognized name aliases.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1533= IFCSIMPLEPROPERTYTEMPLATE('1Dh7y0qRqHuO00025QrE$V',$,'ManualOverride','Identifies whether hand-operated operation is provided as an override (= TRUE) or not (= FALSE). Note that this value should be set to FALSE by default in the case of a Hand Operated Actuator.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1533= IFCSIMPLEPROPERTYTEMPLATE('3gFkmWZM9F69385xEVB7Qv',$,'LRMType','Gives the type of this Linear Referencing Method.\X\0D\X\0A\X\0D\X\0A> NOTE Definition according to ISO 19148:2021, LRMType.\X\0D\X\0A\X\0D\X\0A> NOTE Since the definition in ISO 19148:2021, LRMType is stereotyped as a CodeList it is open for user defined extensions. In this Pset this is handled by adding the enumeration constant _LRM_USERDEFINED_ and the additional property _UserDefinedLRMType_',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7321,$,$,$,$); +#7321= IFCPROPERTYENUMERATION('PEnum_LRMType',('LRM_ABSOLUTE','LRM_RELATIVE','LRM_INTERPOLATIVE','LRM_USERDEFINED'),$); -#1534= IFCSIMPLEPROPERTYTEMPLATE('2Icze0qUmHuO00025QrE$V',$,'Manufacturer','The organization that manufactured and/or assembled the item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1534= IFCSIMPLEPROPERTYTEMPLATE('3hWrEPG6TBow7MJYMO7xCA',$,'LRMUnit','Specifies the units of measure used by this Linear Referencing Method for measures along the linear element being measured.\X\0D\X\0A\X\0D\X\0A> NOTE Definition according to ISO 19148:2021.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1535= IFCSIMPLEPROPERTYTEMPLATE('1$Jp6hK45Bou8c2TZpfomg',$,'ManufacturingDate','Date on which the element was manufactured.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#1535= IFCSIMPLEPROPERTYTEMPLATE('3y2l40qSeHuO00025QrE$V',$,'LubricantPumpHeatGain','Lubricant pump heat gain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#1536= IFCSIMPLEPROPERTYTEMPLATE('3184bedm1EBOAi0U5_PkrQ',$,'ManufacturingTechnology','The method / technology used to produce the equipment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1536= IFCSIMPLEPROPERTYTEMPLATE('27I6bQ4Fj9NA8AgikwDk3z',$,'LubricationPowerSupplyType','Type of power supply method used by the rail lubrication.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7324,$,$,$,$); +#7324= IFCPROPERTYENUMERATION('PEnum_LubricationPowerSupply',('ELECTRIC','PHOTOVOLTAIC','OTHER','NOTKNOWN','UNSET'),$); -#1537= IFCSIMPLEPROPERTYTEMPLATE('2qcLg0qVGHuO00025QrE$V',$,'ManufacturingToleranceClass','Classification designation of the manufacturing tolerances according to local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1537= IFCSIMPLEPROPERTYTEMPLATE('2aGJLDX7bAguqlV$JHtrbv',$,'LubricationSystemType','Design and type of lubricating system e.g. active, passive.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7325,$,$,$,$); +#7325= IFCPROPERTYENUMERATION('PEnum_LubricationSystemType',('ACTIVE_LUBRICATION','PASSIVE_LUBRICATION','OTHER','NOTKNOWN','UNSET'),$); -#1538= IFCSIMPLEPROPERTYTEMPLATE('0s_xrUcWT9f8dYGpX5qVTI',$,'MarginOfError','Indicates the margin of error of the measurement.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#1538= IFCSIMPLEPROPERTYTEMPLATE('0Pvqw0qUaHuO00025QrE$V',$,'MainColor','The main color of the furniture of this type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1539= IFCSIMPLEPROPERTYTEMPLATE('2evuRsoi54$u$eV2ZYT$P_',$,'MarkerType','The type of marker (sign) e.g. stop signal, restriction signal, track circuit tuning zone sign or others specified in _PEnum_MarkerType_.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7301,$,$,$,$); -#7301= IFCPROPERTYENUMERATION('PEnum_MarkerType',('STOP_SIGN','RESTRICTION_SIGN','RESTRICTION_PROTECTION_AREA_TERMINAL_SIGN','FOUR_ASPECT_CAB_SIGNAL_CONNECT_SIGN','FOUR_ASPECT_CAB_SIGNAL_DISCONNECT_SIGN','TRACK_CIRCUIT_TUNING_ZONE_SIGN','RESTRICTION_PLACE_SIGN','LOCOMOTIVE_STOP_POSITION_SIGN','EMU_STOP_POSITION_SIGN','RELAY_STATION_SIGN','SECTION_SIGNAL_MARKER','LEVEL_CONVERSION_SIGN','COMMUNICATION_MODE_CONVERSION_MARKER','CABLE_POST_MARKER','OTHER','NOTKNOWN','UNSET','APPROACHING_MARKER'),$); +#1539= IFCSIMPLEPROPERTYTEMPLATE('18YJqf1cHB_AgALw4trjcf',$,'MaintenanceDowntime ','Maintenance downtime proportion',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#1540= IFCSIMPLEPROPERTYTEMPLATE('0BEt00qSOHuO00025QrE$V',$,'MarketCategory','Category of use e.g. residential, commercial, recreation etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1540= IFCSIMPLEPROPERTYTEMPLATE('3O2zU0qUiHuO00025QrE$V',$,'MaintenanceFactor','The arithmetical allowance made for depreciation of lamps and reflective equipment from their initial values due to dirt, fumes, or age.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1541= IFCSIMPLEPROPERTYTEMPLATE('2z9co0qSKHuO00025QrE$V',$,'MarketCategory','Category of use e.g. residential, commercial, recreation etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1541= IFCSIMPLEPROPERTYTEMPLATE('2Nvr9q12L4g9osMugKTcqm',$,'MaintenanceLevel','Adjustment of the service life resulting from the effect of the level or degree of maintenance applied to dcomponents.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1542= IFCSIMPLEPROPERTYTEMPLATE('3sztC0qSKHuO00025QrE$V',$,'MarketSubCategoriesAvailableFuture','A list of the sub categories of property that are expected to be available in the future expressed in terms of IfcLabel.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); +#1542= IFCSIMPLEPROPERTYTEMPLATE('1u6ou0qVSHuO00025QrE$V',$,'MaintenanceType','Identifies the predefined types of maintenance that can be done from which the type that generates the maintenance work order may be set where:\X\0D\X\0A\X\0D\X\0AConditionBased: generated as a result of the condition of an asset or artefact being less than a determined value.\X\0D\X\0ACorrective: generated as a result of an immediate and urgent need for maintenance action.\X\0D\X\0APlannedCorrective: generated as a result of immediate corrective action being needed but with sufficient time available for the work order to be included in maintenance planning.\X\0D\X\0AScheduled: generated as a result of a fixed, periodic maintenance requirement.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7331,$,$,$,$); +#7331= IFCPROPERTYENUMERATION('PEnum_MaintenanceType',('CONDITIONBASED','CORRECTIVE','PLANNEDCORRECTIVE','SCHEDULED','OTHER','NOTKNOWN','UNSET'),$); -#1543= IFCSIMPLEPROPERTYTEMPLATE('3Vk8M0qSKHuO00025QrE$V',$,'MarketSubCategoriesAvailableNow','A list of the sub categories of property that are currently available expressed in terms of IfcLabel.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); +#1543= IFCSIMPLEPROPERTYTEMPLATE('3aRmeqOcHEwhPmdUx1o9wR',$,'ManagingSoftware','Indicates the type of software responsible for managing the equipment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1544= IFCSIMPLEPROPERTYTEMPLATE('0GcBg0qSOHuO00025QrE$V',$,'MarketSubCategory','Subset of category of use e.g. multi-family, 2 bedroom, low rise.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1544= IFCSIMPLEPROPERTYTEMPLATE('1Dh7y0qRqHuO00025QrE$V',$,'ManualOverride','Identifies whether hand-operated operation is provided as an override (= TRUE) or not (= FALSE). Note that this value should be set to FALSE by default in the case of a Hand Operated Actuator.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1545= IFCSIMPLEPROPERTYTEMPLATE('3374s0qSKHuO00025QrE$V',$,'MarketSubCategory','Subset of category of use e.g. multi-family, 2 bedroom, low rise.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1545= IFCSIMPLEPROPERTYTEMPLATE('2Icze0qUmHuO00025QrE$V',$,'Manufacturer','The organization that manufactured and/or assembled the item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1546= IFCSIMPLEPROPERTYTEMPLATE('0yycL4CG92IuVgPQIqAk$Z',$,'MarkingRodMovementLength','The length of the movement bar which indicates the turnout position.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1546= IFCSIMPLEPROPERTYTEMPLATE('1$Jp6hK45Bou8c2TZpfomg',$,'ManufacturingDate','Date on which the element was manufactured.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#1547= IFCSIMPLEPROPERTYTEMPLATE('3TjUq0qUmHuO00025QrE$V',$,'MassDensity','Material mass density.',.P_SINGLEVALUE.,'IfcMassDensityMeasure',$,$,$,$,$,$); +#1547= IFCSIMPLEPROPERTYTEMPLATE('3184bedm1EBOAi0U5_PkrQ',$,'ManufacturingTechnology','The method / technology used to produce the equipment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1548= IFCSIMPLEPROPERTYTEMPLATE('2_Ce9CHon4wAjnpmQnq8Z9',$,'MassFlowRate','The mass flow rate of the fluid.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMassFlowRateMeasure',$,$,$,$,$); +#1548= IFCSIMPLEPROPERTYTEMPLATE('2qcLg0qVGHuO00025QrE$V',$,'ManufacturingToleranceClass','Classification designation of the manufacturing tolerances according to local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1549= IFCSIMPLEPROPERTYTEMPLATE('2ZstQG09z2gOYfzMWxAUkF',$,'MassFlowRate','The mass flow rate of the fluid.',.P_BOUNDEDVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); +#1549= IFCSIMPLEPROPERTYTEMPLATE('0s_xrUcWT9f8dYGpX5qVTI',$,'MarginOfError','Indicates the margin of error of the measurement.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#1550= IFCSIMPLEPROPERTYTEMPLATE('1bxC00qVOHuO00025QrE$V',$,'MassPerLength','Mass per length, i.e. mass of a beam with a unit length of extrusion. For example measured in kg/m.',.P_SINGLEVALUE.,'IfcMassPerLengthMeasure',$,$,$,$,$,$); +#1550= IFCSIMPLEPROPERTYTEMPLATE('2evuRsoi54$u$eV2ZYT$P_',$,'MarkerType','The type of marker (sign) e.g. stop signal, restriction signal, track circuit tuning zone sign or others specified in _PEnum_MarkerType_.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7338,$,$,$,$); +#7338= IFCPROPERTYENUMERATION('PEnum_MarkerType',('STOP_SIGN','RESTRICTION_SIGN','RESTRICTION_PROTECTION_AREA_TERMINAL_SIGN','FOUR_ASPECT_CAB_SIGNAL_CONNECT_SIGN','FOUR_ASPECT_CAB_SIGNAL_DISCONNECT_SIGN','TRACK_CIRCUIT_TUNING_ZONE_SIGN','RESTRICTION_PLACE_SIGN','LOCOMOTIVE_STOP_POSITION_SIGN','EMU_STOP_POSITION_SIGN','RELAY_STATION_SIGN','SECTION_SIGNAL_MARKER','LEVEL_CONVERSION_SIGN','COMMUNICATION_MODE_CONVERSION_MARKER','CABLE_POST_MARKER','OTHER','NOTKNOWN','UNSET','APPROACHING_MARKER'),$); -#1551= IFCSIMPLEPROPERTYTEMPLATE('0QeUyL0pf4MOJiDslA49ZJ',$,'MasterUnitType','Indicates the master unit type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7319,$,$,$,$); -#7319= IFCPROPERTYENUMERATION('PEnum_MasterUnitType',('ANALOG','DIGITAL','OTHER','NOTKNOWN','UNSET'),$); +#1551= IFCSIMPLEPROPERTYTEMPLATE('0BEt00qSOHuO00025QrE$V',$,'MarketCategory','Category of use e.g. residential, commercial, recreation etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1552= IFCSIMPLEPROPERTYTEMPLATE('10uLY0qSWHuO00025QrE$V',$,'Material','Type of material from which the conductor is constructed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7320,$,$,$,$); -#7320= IFCPROPERTYENUMERATION('PEnum_MaterialEnum',('ALUMINIUM','COPPER','OTHER','NOTKNOWN','UNSET'),$); +#1552= IFCSIMPLEPROPERTYTEMPLATE('2z9co0qSKHuO00025QrE$V',$,'MarketCategory','Category of use e.g. residential, commercial, recreation etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1553= IFCSIMPLEPROPERTYTEMPLATE('3yAyxI68v5rR3KlzC79inK',$,'MaterialColour','Actual colour on the road marking material',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1553= IFCSIMPLEPROPERTYTEMPLATE('3sztC0qSKHuO00025QrE$V',$,'MarketSubCategoriesAvailableFuture','A list of the sub categories of property that are expected to be available in the future expressed in terms of IfcLabel.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); -#1554= IFCSIMPLEPROPERTYTEMPLATE('2isecb3j59shOn6YU4eVwC',$,'MaterialThickness','Nominal thickness of the applied material',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1554= IFCSIMPLEPROPERTYTEMPLATE('3Vk8M0qSKHuO00025QrE$V',$,'MarketSubCategoriesAvailableNow','A list of the sub categories of property that are currently available expressed in terms of IfcLabel.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); -#1555= IFCSIMPLEPROPERTYTEMPLATE('1lAU4TV650ghJ4XdGFiLnC',$,'MaterialType','Material type used... e.g. paint, tape, thermoplastic, stone',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1555= IFCSIMPLEPROPERTYTEMPLATE('0GcBg0qSOHuO00025QrE$V',$,'MarketSubCategory','Subset of category of use e.g. multi-family, 2 bedroom, low rise.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1556= IFCSIMPLEPROPERTYTEMPLATE('3$jcm0qVeHuO00025QrE$V',$,'MaxAdjustmentX_ICS','Provides the maximum setting value for the available current adjustment in relation to the\X\0D\X\0AIcs breaking capacity of the protection device of which the actual tripping unit is a part of. The value is not asserted unless the instantaneous time protection is.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1556= IFCSIMPLEPROPERTYTEMPLATE('3374s0qSKHuO00025QrE$V',$,'MarketSubCategory','Subset of category of use e.g. multi-family, 2 bedroom, low rise.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1557= IFCSIMPLEPROPERTYTEMPLATE('3mC2Q0qUmHuO00025QrE$V',$,'MaxAggregateSize','The maximum aggregate size of the concrete.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1557= IFCSIMPLEPROPERTYTEMPLATE('0yycL4CG92IuVgPQIqAk$Z',$,'MarkingRodMovementLength','The length of the movement bar which indicates the turnout position.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1558= IFCSIMPLEPROPERTYTEMPLATE('2bwEkyjJXFoviZOlfCxGbY',$,'MaxAmbientTemp','Maximum ambient temperature of the site used as a basis of design',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1558= IFCSIMPLEPROPERTYTEMPLATE('3TjUq0qUmHuO00025QrE$V',$,'MassDensity','Material mass density.',.P_SINGLEVALUE.,'IfcMassDensityMeasure',$,$,$,$,$,$); -#1559= IFCSIMPLEPROPERTYTEMPLATE('1r_R2cU1zAd9hH_hcBobVb',$,'MaxGroundwaterInflow','Groundwater inflow measured or expected durng a certain time span.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1559= IFCSIMPLEPROPERTYTEMPLATE('2_Ce9CHon4wAjnpmQnq8Z9',$,'MassFlowRate','The mass flow rate of the fluid.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMassFlowRateMeasure',$,$,$,$,$); -#1560= IFCSIMPLEPROPERTYTEMPLATE('17m9a0qT4HuO00025QrE$V',$,'MaximumAirFlowRate','Maximum allowable air flow rate.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1560= IFCSIMPLEPROPERTYTEMPLATE('2ZstQG09z2gOYfzMWxAUkF',$,'MassFlowRate','The mass flow rate of the fluid.',.P_BOUNDEDVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); -#1561= IFCSIMPLEPROPERTYTEMPLATE('2fEJM0qTeHuO00025QrE$V',$,'MaximumAllowedVoltageDrop','The maximum voltage drop across the circuit that must not be exceeded. \X\0D\X\0AThere are two voltage drop limit settings that may be applied; one for sub-main circuits, and one in each Distribution Board or Consumer Unit for final circuits connected to that board. The settings should limit the overall voltage drop to the required level. Default settings of 1.5% for sub-main circuits and 2.5% for final circuits, giving an overall limit of 4% may be applied.\X\0D\X\0ANOTE: This value may also be specified as a constraint within an IFC model if required but is included within the property set at this stage pending implementation of the required capabilities within software applications.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#1561= IFCSIMPLEPROPERTYTEMPLATE('1bxC00qVOHuO00025QrE$V',$,'MassPerLength','Mass per length, i.e. mass of a beam with a unit length of extrusion. For example measured in kg/m.',.P_SINGLEVALUE.,'IfcMassPerLengthMeasure',$,$,$,$,$,$); -#1562= IFCSIMPLEPROPERTYTEMPLATE('2PbvOcZIjFyhgvTPRNHKi4',$,'MaximumAngularVelocity','Identifies the maximum angular velocity of the kinematic behaviour.',.P_SINGLEVALUE.,'IfcAngularVelocityMeasure',$,$,$,$,$,$); +#1562= IFCSIMPLEPROPERTYTEMPLATE('0QeUyL0pf4MOJiDslA49ZJ',$,'MasterUnitType','Indicates the master unit type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7356,$,$,$,$); +#7356= IFCPROPERTYENUMERATION('PEnum_MasterUnitType',('ANALOG','DIGITAL','OTHER','NOTKNOWN','UNSET'),$); -#1563= IFCSIMPLEPROPERTYTEMPLATE('2FPnK0qX4HuO00025QrE$V',$,'MaximumApparentPower','Maximum apparent power/capacity in VA (volt ampere).',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1563= IFCSIMPLEPROPERTYTEMPLATE('10uLY0qSWHuO00025QrE$V',$,'Material','Type of material from which the conductor is constructed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7357,$,$,$,$); +#7357= IFCPROPERTYENUMERATION('PEnum_MaterialEnum',('ALUMINIUM','COPPER','OTHER','NOTKNOWN','UNSET'),$); -#1564= IFCSIMPLEPROPERTYTEMPLATE('0Qno0T109Cww7r$cstWuI3',$,'MaximumAtmosphericPressure','Maximum level of atmospheric pressure that the equipment can operate effectively in.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1564= IFCSIMPLEPROPERTYTEMPLATE('3yAyxI68v5rR3KlzC79inK',$,'MaterialColour','Actual colour on the road marking material',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1565= IFCSIMPLEPROPERTYTEMPLATE('0lxvCy45jAwx0T2d$IauLd',$,'MaximumBendingRadius','The maximum bending radius that the cable could withstand.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1565= IFCSIMPLEPROPERTYTEMPLATE('2isecb3j59shOn6YU4eVwC',$,'MaterialThickness','Nominal thickness of the applied material',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1566= IFCSIMPLEPROPERTYTEMPLATE('2W2E0jVrH8CuFa_0QTtWyt',$,'MaximumCableLength','Maximum cable length based on voltagedrop. NOTE: This value may also be specified as a constraint within an IFC model if required but is included within the property set at this stage pending implementation of the required capabilities within software applications.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1566= IFCSIMPLEPROPERTYTEMPLATE('1lAU4TV650ghJ4XdGFiLnC',$,'MaterialType','Material type used... e.g. paint, tape, thermoplastic, stone',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1567= IFCSIMPLEPROPERTYTEMPLATE('2GnYKK37P2XxUFvvgs8uSy',$,'MaximumConstantSpeed','Identifies the maximum constant speed over the kinematic path.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#1567= IFCSIMPLEPROPERTYTEMPLATE('3$jcm0qVeHuO00025QrE$V',$,'MaxAdjustmentX_ICS','Provides the maximum setting value for the available current adjustment in relation to the\X\0D\X\0AIcs breaking capacity of the protection device of which the actual tripping unit is a part of. The value is not asserted unless the instantaneous time protection is.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1568= IFCSIMPLEPROPERTYTEMPLATE('0w_s_0qUWHuO00025QrE$V',$,'MaximumCurrent','The maximum allowed current that a device is certified to handle.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1568= IFCSIMPLEPROPERTYTEMPLATE('3mC2Q0qUmHuO00025QrE$V',$,'MaxAggregateSize','The maximum aggregate size of the concrete.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1569= IFCSIMPLEPROPERTYTEMPLATE('1w3RnQrv17Lg3BEC7BotnA',$,'MaximumDisplayDistance','The maximum distance that can be displayed. The value relates only to the signal type, not to the circumstances at a special position.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1569= IFCSIMPLEPROPERTYTEMPLATE('2bwEkyjJXFoviZOlfCxGbY',$,'MaxAmbientTemp','Maximum ambient temperature of the site used as a basis of design',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1570= IFCSIMPLEPROPERTYTEMPLATE('2KNCBf$Sn0g848dtBdpxZF',$,'MaximumDownstreamNavigableWaterLevel','Design maximum downstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1570= IFCSIMPLEPROPERTYTEMPLATE('1r_R2cU1zAd9hH_hcBobVb',$,'MaxGroundwaterInflow','Groundwater inflow measured or expected durng a certain time span.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1571= IFCSIMPLEPROPERTYTEMPLATE('1a7000qUWHuO00025QrE$V',$,'MaximumFlowRate','Maximum rate of flow which the meter is expected to pass.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1571= IFCSIMPLEPROPERTYTEMPLATE('17m9a0qT4HuO00025QrE$V',$,'MaximumAirFlowRate','Maximum allowable air flow rate.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1572= IFCSIMPLEPROPERTYTEMPLATE('1xyuG0qUWHuO00025QrE$V',$,'MaximumFlowRate','Maximum rate of flow which the meter is expected to pass.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1572= IFCSIMPLEPROPERTYTEMPLATE('2fEJM0qTeHuO00025QrE$V',$,'MaximumAllowedVoltageDrop','The maximum voltage drop across the circuit that must not be exceeded. \X\0D\X\0AThere are two voltage drop limit settings that may be applied; one for sub-main circuits, and one in each Distribution Board or Consumer Unit for final circuits connected to that board. The settings should limit the overall voltage drop to the required level. Default settings of 1.5% for sub-main circuits and 2.5% for final circuits, giving an overall limit of 4% may be applied.\X\0D\X\0ANOTE: This value may also be specified as a constraint within an IFC model if required but is included within the property set at this stage pending implementation of the required capabilities within software applications.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#1573= IFCSIMPLEPROPERTYTEMPLATE('2PmEa0qUWHuO00025QrE$V',$,'MaximumFlowRate','Maximum rate of flow which the meter is expected to pass.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1573= IFCSIMPLEPROPERTYTEMPLATE('2PbvOcZIjFyhgvTPRNHKi4',$,'MaximumAngularVelocity','Identifies the maximum angular velocity of the kinematic behaviour.',.P_SINGLEVALUE.,'IfcAngularVelocityMeasure',$,$,$,$,$,$); -#1574= IFCSIMPLEPROPERTYTEMPLATE('1Rmq9PJnfEKuHYQTF1jjZg',$,'MaximumInsulatedVoltage','The max voltage that the insulation would operate normally',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#1574= IFCSIMPLEPROPERTYTEMPLATE('2FPnK0qX4HuO00025QrE$V',$,'MaximumApparentPower','Maximum apparent power/capacity in VA (volt ampere).',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1575= IFCSIMPLEPROPERTYTEMPLATE('28WAQCcEb5o8xMtoO1rOHY',$,'MaximumLineCount','Maximum number of lines that may be secured to the mooring device.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1575= IFCSIMPLEPROPERTYTEMPLATE('0Qno0T109Cww7r$cstWuI3',$,'MaximumAtmosphericPressure','Maximum level of atmospheric pressure that the equipment can operate effectively in.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1576= IFCSIMPLEPROPERTYTEMPLATE('1frxgl$J1Dfv_kLsxsJGec',$,'MaximumLineSlope','Maximum allowable line angle in degrees (negative if below horizontal from quay)',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#1576= IFCSIMPLEPROPERTYTEMPLATE('0lxvCy45jAwx0T2d$IauLd',$,'MaximumBendingRadius','The maximum bending radius that the cable could withstand.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1577= IFCSIMPLEPROPERTYTEMPLATE('2cc4B89$DEvPshrGjbP3Kg',$,'MaximumLoadRetention','Maximum possible impact load retention.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#1577= IFCSIMPLEPROPERTYTEMPLATE('2W2E0jVrH8CuFa_0QTtWyt',$,'MaximumCableLength','Maximum cable length based on voltagedrop. NOTE: This value may also be specified as a constraint within an IFC model if required but is included within the property set at this stage pending implementation of the required capabilities within software applications.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1578= IFCSIMPLEPROPERTYTEMPLATE('02ksEi$yvANQhP$HONlrqo',$,'MaximumNoiseEmissions','Maximum noise emissions limit at this location.',.P_SINGLEVALUE.,'IfcSoundPowerLevelMeasure',$,$,$,$,$,$); +#1578= IFCSIMPLEPROPERTYTEMPLATE('2GnYKK37P2XxUFvvgs8uSy',$,'MaximumConstantSpeed','Identifies the maximum constant speed over the kinematic path.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#1579= IFCSIMPLEPROPERTYTEMPLATE('04WFhKT_r5UgPl35B9Wrbd',$,'MaximumNumberOfConnectedRUs','Indicates the maximum number of remote units (RUs) which can be connected to the master unit.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1579= IFCSIMPLEPROPERTYTEMPLATE('0w_s_0qUWHuO00025QrE$V',$,'MaximumCurrent','The maximum allowed current that a device is certified to handle.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1580= IFCSIMPLEPROPERTYTEMPLATE('2y9Cxd6R9B5xNzs7Z2VO_B',$,'MaximumNumberOfManagedBSCs','Indicates the maximum number of base station controller (BSC) that can be managed simultaneously by the mobile switching center (MSC).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1580= IFCSIMPLEPROPERTYTEMPLATE('1w3RnQrv17Lg3BEC7BotnA',$,'MaximumDisplayDistance','The maximum distance that can be displayed. The value relates only to the signal type, not to the circumstances at a special position.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1581= IFCSIMPLEPROPERTYTEMPLATE('0tAsowuCH8xgtZ_ZgM$4Ug',$,'MaximumNumberOfRRUs','Indicates the maximum number of remote radio units (RRU) which can be connected to the baseband unit.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1581= IFCSIMPLEPROPERTYTEMPLATE('2KNCBf$Sn0g848dtBdpxZF',$,'MaximumDownstreamNavigableWaterLevel','Design maximum downstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1582= IFCSIMPLEPROPERTYTEMPLATE('1juJk0qSSHuO00025QrE$V',$,'MaximumOperatingTemperature','The maximum temperature at which a cable or bus is certified to operate.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1582= IFCSIMPLEPROPERTYTEMPLATE('1a7000qUWHuO00025QrE$V',$,'MaximumFlowRate','Maximum rate of flow which the meter is expected to pass.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1583= IFCSIMPLEPROPERTYTEMPLATE('31nhczYx96JuYbkJ32Ejs4',$,'MaximumOperatingTime','The maximum duration of the turnout movement before the interlocking turns to out of control status.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#1583= IFCSIMPLEPROPERTYTEMPLATE('1xyuG0qUWHuO00025QrE$V',$,'MaximumFlowRate','Maximum rate of flow which the meter is expected to pass.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1584= IFCSIMPLEPROPERTYTEMPLATE('38BCq0qSGHuO00025QrE$V',$,'MaximumOutletPressure','Maximum steam outlet pressure.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1584= IFCSIMPLEPROPERTYTEMPLATE('2PmEa0qUWHuO00025QrE$V',$,'MaximumFlowRate','Maximum rate of flow which the meter is expected to pass.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1585= IFCSIMPLEPROPERTYTEMPLATE('1J4CO0qSiHuO00025QrE$V',$,'MaximumPartLoadRatio','Maximum part load ratio as a fraction of nominal capacity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1585= IFCSIMPLEPROPERTYTEMPLATE('1Rmq9PJnfEKuHYQTF1jjZg',$,'MaximumInsulatedVoltage','The max voltage that the insulation would operate normally',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#1586= IFCSIMPLEPROPERTYTEMPLATE('20lpI0qVOHuO00025QrE$V',$,'MaximumPlateThickness','This value may be needed for stress analysis and to handle buckling problems. It can also be derived from the given profile geometry or classification and therefore it is only an optional feature allowing for an explicit description. For example measured in mm.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1586= IFCSIMPLEPROPERTYTEMPLATE('28WAQCcEb5o8xMtoO1rOHY',$,'MaximumLineCount','Maximum number of lines that may be secured to the mooring device.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1587= IFCSIMPLEPROPERTYTEMPLATE('3U0RY0qUiHuO00025QrE$V',$,'MaximumPlenumSensibleLoad','Maximum or Peak sensible thermal load contributed to return air plenum by the light fixture.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1587= IFCSIMPLEPROPERTYTEMPLATE('1frxgl$J1Dfv_kLsxsJGec',$,'MaximumLineSlope','Maximum allowable line angle in degrees (negative if below horizontal from quay)',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#1588= IFCSIMPLEPROPERTYTEMPLATE('35FzM0qU0HuO00025QrE$V',$,'MaximumPowerOutput','The maximum output power rating of the engine.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1588= IFCSIMPLEPROPERTYTEMPLATE('2cc4B89$DEvPshrGjbP3Kg',$,'MaximumLoadRetention','Maximum possible impact load retention.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#1589= IFCSIMPLEPROPERTYTEMPLATE('3bRvI0qU0HuO00025QrE$V',$,'MaximumPowerOutput','The maximum output power rating of the engine.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1589= IFCSIMPLEPROPERTYTEMPLATE('02ksEi$yvANQhP$HONlrqo',$,'MaximumNoiseEmissions','Maximum noise emissions limit at this location.',.P_SINGLEVALUE.,'IfcSoundPowerLevelMeasure',$,$,$,$,$,$); -#1590= IFCSIMPLEPROPERTYTEMPLATE('1euBG0qUWHuO00025QrE$V',$,'MaximumPressureLoss','Pressure loss expected across the meter under conditions of maximum flow.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1590= IFCSIMPLEPROPERTYTEMPLATE('04WFhKT_r5UgPl35B9Wrbd',$,'MaximumNumberOfConnectedRUs','Indicates the maximum number of remote units (RUs) which can be connected to the master unit.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1591= IFCSIMPLEPROPERTYTEMPLATE('2Vjie0qUWHuO00025QrE$V',$,'MaximumPressureLoss','Pressure loss expected across the meter under conditions of maximum flow.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1591= IFCSIMPLEPROPERTYTEMPLATE('2y9Cxd6R9B5xNzs7Z2VO_B',$,'MaximumNumberOfManagedBSCs','Indicates the maximum number of base station controller (BSC) that can be managed simultaneously by the mobile switching center (MSC).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1592= IFCSIMPLEPROPERTYTEMPLATE('1HJs_aZFnBKP1bnlrIzkxt',$,'MaximumRainIntensity','Maximum level of rain intensity that the equipment can operate effectively in. It is usually measured in millimeter per hour (mm/h).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1592= IFCSIMPLEPROPERTYTEMPLATE('0tAsowuCH8xgtZ_ZgM$4Ug',$,'MaximumNumberOfRRUs','Indicates the maximum number of remote radio units (RRU) which can be connected to the baseband unit.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1593= IFCSIMPLEPROPERTYTEMPLATE('3XJd60qVOHuO00025QrE$V',$,'MaximumSectionModulusY','Bending resistance about the ys axis at the point with maximum zs ordinate. For example measured in mm\S\3.',.P_SINGLEVALUE.,'IfcSectionModulusMeasure',$,$,$,$,$,$); +#1593= IFCSIMPLEPROPERTYTEMPLATE('1juJk0qSSHuO00025QrE$V',$,'MaximumOperatingTemperature','The maximum temperature at which a cable or bus is certified to operate.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1594= IFCSIMPLEPROPERTYTEMPLATE('3pC1I0qVOHuO00025QrE$V',$,'MaximumSectionModulusZ','Bending resistance about the zs axis at the point with maximum ys ordinate. For example measured in mm\S\3.',.P_SINGLEVALUE.,'IfcSectionModulusMeasure',$,$,$,$,$,$); +#1594= IFCSIMPLEPROPERTYTEMPLATE('31nhczYx96JuYbkJ32Ejs4',$,'MaximumOperatingTime','The maximum duration of the turnout movement before the interlocking turns to out of control status.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#1595= IFCSIMPLEPROPERTYTEMPLATE('1$AaW0qSSHuO00025QrE$V',$,'MaximumShortCircuitTemperature','The maximum short circuit temperature at which a cable or bus is certified to operate.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1595= IFCSIMPLEPROPERTYTEMPLATE('38BCq0qSGHuO00025QrE$V',$,'MaximumOutletPressure','Maximum steam outlet pressure.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1596= IFCSIMPLEPROPERTYTEMPLATE('3GwIZXL0151QO$6Rwbh8Tj',$,'MaximumSolarRadiation','Maximum level of solar irradiance that the equipment can operate effectively in. This is usually tested and measured by a national or international standard. The value indicates power density measured in watt per square meter (w/m2).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1596= IFCSIMPLEPROPERTYTEMPLATE('1J4CO0qSiHuO00025QrE$V',$,'MaximumPartLoadRatio','Maximum part load ratio as a fraction of nominal capacity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1597= IFCSIMPLEPROPERTYTEMPLATE('3bACQ0qUiHuO00025QrE$V',$,'MaximumSpaceSensibleLoad','Maximum or Peak sensible thermal load contributed to the conditioned space by the light fixture.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1597= IFCSIMPLEPROPERTYTEMPLATE('20lpI0qVOHuO00025QrE$V',$,'MaximumPlateThickness','This value may be needed for stress analysis and to handle buckling problems. It can also be derived from the given profile geometry or classification and therefore it is only an optional feature allowing for an explicit description. For example measured in mm.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1598= IFCSIMPLEPROPERTYTEMPLATE('3kTbdyPPL0ve7aTOCf7Kan',$,'MaximumSpeedLimitOfDivergingLine','Maximum speed for diverging line that corresponds to the type of turnout and design constraints.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#1598= IFCSIMPLEPROPERTYTEMPLATE('3U0RY0qUiHuO00025QrE$V',$,'MaximumPlenumSensibleLoad','Maximum or Peak sensible thermal load contributed to return air plenum by the light fixture.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1599= IFCSIMPLEPROPERTYTEMPLATE('2PYnA0qXKHuO00025QrE$V',$,'MaximumSupportedWeight','The maximum weight that can be carried by the vibration isolator.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#1599= IFCSIMPLEPROPERTYTEMPLATE('35FzM0qU0HuO00025QrE$V',$,'MaximumPowerOutput','The maximum output power rating of the engine.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1600= IFCSIMPLEPROPERTYTEMPLATE('3QoL$QX913HhRDcJ6P3D8O',$,'MaximumTemperatureFactor','Deviation in performance due to maximum design temperature',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1600= IFCSIMPLEPROPERTYTEMPLATE('3bRvI0qU0HuO00025QrE$V',$,'MaximumPowerOutput','The maximum output power rating of the engine.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1601= IFCSIMPLEPROPERTYTEMPLATE('0Az4uYaFHDRAo465uiJHuc',$,'MaximumTransferRate','Indicates the transmission rate in bit/s over the wired port.',.P_SINGLEVALUE.,'IfcIntegerCountRateMeasure',$,$,$,$,$,$); +#1601= IFCSIMPLEPROPERTYTEMPLATE('1euBG0qUWHuO00025QrE$V',$,'MaximumPressureLoss','Pressure loss expected across the meter under conditions of maximum flow.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1602= IFCSIMPLEPROPERTYTEMPLATE('0v_sIcbmP5qfPydldRrfEw',$,'MaximumTransmissionAttenuation','Indicates the Maximum transmission attenuation of feeder.',.P_SINGLEVALUE.,'IfcSoundPowerLevelMeasure',$,$,$,$,$,$); +#1602= IFCSIMPLEPROPERTYTEMPLATE('2Vjie0qUWHuO00025QrE$V',$,'MaximumPressureLoss','Pressure loss expected across the meter under conditions of maximum flow.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1603= IFCSIMPLEPROPERTYTEMPLATE('3jdSJhHEL5WvgepJxzsoPV',$,'MaximumUpstreamNavigableWaterLevel','Design maximum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1603= IFCSIMPLEPROPERTYTEMPLATE('1HJs_aZFnBKP1bnlrIzkxt',$,'MaximumRainIntensity','Maximum level of rain intensity that the equipment can operate effectively in. It is usually measured in millimeter per hour (mm/h).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1604= IFCSIMPLEPROPERTYTEMPLATE('3cdSC0qTeHuO00025QrE$V',$,'MaximumVelocity','The maximum design velocity of the air in the duct or fitting.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#1604= IFCSIMPLEPROPERTYTEMPLATE('3XJd60qVOHuO00025QrE$V',$,'MaximumSectionModulusY','Bending resistance about the ys axis at the point with maximum zs ordinate. For example measured in mm\S\3.',.P_SINGLEVALUE.,'IfcSectionModulusMeasure',$,$,$,$,$,$); -#1605= IFCSIMPLEPROPERTYTEMPLATE('0ZHdZ9S_zFTBfDpjz0f6mQ',$,'MaximumVibration','Maximum tolerable vibration level of the device.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#1605= IFCSIMPLEPROPERTYTEMPLATE('3pC1I0qVOHuO00025QrE$V',$,'MaximumSectionModulusZ','Bending resistance about the zs axis at the point with maximum ys ordinate. For example measured in mm\S\3.',.P_SINGLEVALUE.,'IfcSectionModulusMeasure',$,$,$,$,$,$); -#1606= IFCSIMPLEPROPERTYTEMPLATE('1btB4PB6T4pQcpyRRarqLn',$,'MaximumWindSpeed','Maximum resistance to wind load exposure.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#1606= IFCSIMPLEPROPERTYTEMPLATE('1$AaW0qSSHuO00025QrE$V',$,'MaximumShortCircuitTemperature','The maximum short circuit temperature at which a cable or bus is certified to operate.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1607= IFCSIMPLEPROPERTYTEMPLATE('1Jh5i0qT4HuO00025QrE$V',$,'MaximumWorkingPressure','Maximum working pressure.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1607= IFCSIMPLEPROPERTYTEMPLATE('3GwIZXL0151QO$6Rwbh8Tj',$,'MaximumSolarRadiation','Maximum level of solar irradiance that the equipment can operate effectively in. This is usually tested and measured by a national or international standard. The value indicates power density measured in watt per square meter (w/m2).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1608= IFCSIMPLEPROPERTYTEMPLATE('1zS7o0qUSHuO00025QrE$V',$,'MaximumWorkingPressure','Maximum pressure that the object is manufactured to withstand.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1608= IFCSIMPLEPROPERTYTEMPLATE('3bACQ0qUiHuO00025QrE$V',$,'MaximumSpaceSensibleLoad','Maximum or Peak sensible thermal load contributed to the conditioned space by the light fixture.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1609= IFCSIMPLEPROPERTYTEMPLATE('1I1q26Vcb1Oh7jw1XKWdxF',$,'MaxReaction','Maximum reaction from the element',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#1609= IFCSIMPLEPROPERTYTEMPLATE('3kTbdyPPL0ve7aTOCf7Kan',$,'MaximumSpeedLimitOfDivergingLine','Maximum speed for diverging line that corresponds to the type of turnout and design constraints.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#1610= IFCSIMPLEPROPERTYTEMPLATE('0PmqwfTKPD8AogG3WjSaaE',$,'MaxReactionTolerance','Manufacturing tolerance on maximum reaction at fender support.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1610= IFCSIMPLEPROPERTYTEMPLATE('2PYnA0qXKHuO00025QrE$V',$,'MaximumSupportedWeight','The maximum weight that can be carried by the vibration isolator.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#1611= IFCSIMPLEPROPERTYTEMPLATE('2EilHdaS92vxcNcMLf5IrF',$,'MeanTimeBetweenFailure','The average time duration between instances of failure of a product.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#1611= IFCSIMPLEPROPERTYTEMPLATE('3QoL$QX913HhRDcJ6P3D8O',$,'MaximumTemperatureFactor','Deviation in performance due to maximum design temperature',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1612= IFCSIMPLEPROPERTYTEMPLATE('3wO8ns0az0euk3DIe06ndR',$,'MeanTimeToRepair','Mean time to repair.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#1612= IFCSIMPLEPROPERTYTEMPLATE('0Az4uYaFHDRAo465uiJHuc',$,'MaximumTransferRate','Indicates the transmission rate in bit/s over the wired port.',.P_SINGLEVALUE.,'IfcIntegerCountRateMeasure',$,$,$,$,$,$); -#1613= IFCSIMPLEPROPERTYTEMPLATE('06dQY0qXGHuO00025QrE$V',$,'MeasuredFlowRate','The rate of flow of a fluid measured across the valve.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMassFlowRateMeasure',$,$,$,$,$); +#1613= IFCSIMPLEPROPERTYTEMPLATE('0v_sIcbmP5qfPydldRrfEw',$,'MaximumTransmissionAttenuation','Indicates the Maximum transmission attenuation of feeder.',.P_SINGLEVALUE.,'IfcSoundPowerLevelMeasure',$,$,$,$,$,$); -#1614= IFCSIMPLEPROPERTYTEMPLATE('0AoSO0qXGHuO00025QrE$V',$,'MeasuredPressureDrop','The actual pressure drop in the fluid measured across the valve.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#1614= IFCSIMPLEPROPERTYTEMPLATE('103uAEL3z7QhsU6g8irstN',$,'MaximumUnsupportedCut','Maximum unsupported depth of cut.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#1615= IFCSIMPLEPROPERTYTEMPLATE('2cK3m0qVuHuO00025QrE$V',$,'MechanicalEfficiency','The pumps operational mechanical efficiency.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1615= IFCSIMPLEPROPERTYTEMPLATE('3jdSJhHEL5WvgepJxzsoPV',$,'MaximumUpstreamNavigableWaterLevel','Design maximum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1616= IFCSIMPLEPROPERTYTEMPLATE('3gAKu0qSeHuO00025QrE$V',$,'MechanicalEfficiency','Ratio of the work (as measured) delivered to the gas to the work input to the compressor shaft.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1616= IFCSIMPLEPROPERTYTEMPLATE('3cdSC0qTeHuO00025QrE$V',$,'MaximumVelocity','The maximum design velocity of the air in the duct or fitting.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#1617= IFCSIMPLEPROPERTYTEMPLATE('1zjL_IETfD48CCr23pePYC',$,'MechanicalLoadRating','Mechanical load rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1617= IFCSIMPLEPROPERTYTEMPLATE('0ZHdZ9S_zFTBfDpjz0f6mQ',$,'MaximumVibration','Maximum tolerable vibration level of the device.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#1618= IFCSIMPLEPROPERTYTEMPLATE('3QctZVg8j5E8XzJ5bw45dT',$,'MechanicalLoadRating','Mechanical load rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1618= IFCSIMPLEPROPERTYTEMPLATE('1btB4PB6T4pQcpyRRarqLn',$,'MaximumWindSpeed','Maximum resistance to wind load exposure.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#1619= IFCSIMPLEPROPERTYTEMPLATE('1lCbY0qWSHuO00025QrE$V',$,'MechanicalOperated','Indication whether the element is operated machanically (TRUE) or not, i.e. manually (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1619= IFCSIMPLEPROPERTYTEMPLATE('1Jh5i0qT4HuO00025QrE$V',$,'MaximumWorkingPressure','Maximum working pressure.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1620= IFCSIMPLEPROPERTYTEMPLATE('0Xzh3BeoP5H9lg8s_GLbSq',$,'MechanicalStressType','Indicates which type of stress is applied to the element.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7385,$,$,$,$); -#7385= IFCPROPERTYENUMERATION('PEnum_MechanicalStressType',('MECHANICAL_COMPRESSION','MECHANICAL_TRACTION','OTHER','NOTKNOWN','UNSET'),$); +#1620= IFCSIMPLEPROPERTYTEMPLATE('1zS7o0qUSHuO00025QrE$V',$,'MaximumWorkingPressure','Maximum pressure that the object is manufactured to withstand.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1621= IFCSIMPLEPROPERTYTEMPLATE('0NjLrbe5v3zuECrs8qsUAO',$,'MechanicalTension','Nominal value of mechanical force applied to a flow segment.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#1621= IFCSIMPLEPROPERTYTEMPLATE('1I1q26Vcb1Oh7jw1XKWdxF',$,'MaxReaction','Maximum reaction from the element',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#1622= IFCSIMPLEPROPERTYTEMPLATE('2QQtQ0qWmHuO00025QrE$V',$,'MechanicalVentilationRate','Indication of the requirement of a particular mechanical air ventilation rate, given in air changes per hour.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1622= IFCSIMPLEPROPERTYTEMPLATE('0PmqwfTKPD8AogG3WjSaaE',$,'MaxReactionTolerance','Manufacturing tolerance on maximum reaction at fender support.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1623= IFCSIMPLEPROPERTYTEMPLATE('37Hcm0qS4HuO00025QrE$V',$,'MediaContent','Indicates the media content storage location, such as URLs to camera footage within particular time periods.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcText',$,$,$,$,$); +#1623= IFCSIMPLEPROPERTYTEMPLATE('2EilHdaS92vxcNcMLf5IrF',$,'MeanTimeBetweenFailure','The average time duration between instances of failure of a product.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#1624= IFCSIMPLEPROPERTYTEMPLATE('1$qTS0qUKHuO00025QrE$V',$,'MediaExtendedArea','Total extended media area.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1624= IFCSIMPLEPROPERTYTEMPLATE('3wO8ns0az0euk3DIe06ndR',$,'MeanTimeToRepair','Mean time to repair.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#1625= IFCSIMPLEPROPERTYTEMPLATE('1n9VY0qS8HuO00025QrE$V',$,'MediaSource','Indicates media sources and corresponding names of ports (IfcDistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL) or aggregated audio/video components (IfcAudioVisualAppliance).',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#1625= IFCSIMPLEPROPERTYTEMPLATE('06dQY0qXGHuO00025QrE$V',$,'MeasuredFlowRate','The rate of flow of a fluid measured across the valve.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMassFlowRateMeasure',$,$,$,$,$); -#1626= IFCSIMPLEPROPERTYTEMPLATE('336aw0qS4HuO00025QrE$V',$,'MediaSource','Indicates the media source where the identifier corresponds to an entry within the table of available media sources on Pset_AudioVisualApplianceTypeCommon.MediaSource.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcIdentifier',$,$,$,$,$); +#1626= IFCSIMPLEPROPERTYTEMPLATE('0AoSO0qXGHuO00025QrE$V',$,'MeasuredPressureDrop','The actual pressure drop in the fluid measured across the valve.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#1627= IFCSIMPLEPROPERTYTEMPLATE('2rVw3QGqHCNhBarO$sArmh',$,'Methodology','Methodology used to prepare the contents of the geotechnical assembly.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1627= IFCSIMPLEPROPERTYTEMPLATE('2cK3m0qVuHuO00025QrE$V',$,'MechanicalEfficiency','The pumps operational mechanical efficiency.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#1628= IFCSIMPLEPROPERTYTEMPLATE('38Dt4YAsL4reYsJ6egFlB$',$,'MidshipToFairLead','Distance from the vessel midship to the fairlead for the line',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1628= IFCSIMPLEPROPERTYTEMPLATE('3gAKu0qSeHuO00025QrE$V',$,'MechanicalEfficiency','Ratio of the work (as measured) delivered to the gas to the work input to the compressor shaft.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#1629= IFCSIMPLEPROPERTYTEMPLATE('3LmzG9mwD5cAShoiWv1sOj',$,'MinAmbientTemp','Minimum ambient temperature of the site used as a basis of design',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1629= IFCSIMPLEPROPERTYTEMPLATE('1zjL_IETfD48CCr23pePYC',$,'MechanicalLoadRating','Mechanical load rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1630= IFCSIMPLEPROPERTYTEMPLATE('2jmteXu49EOgIrz0yF4reQ',$,'MinCompressedFenderHeight','Minimum height required for a compressed fender to prevent vessels striking the structure',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1630= IFCSIMPLEPROPERTYTEMPLATE('3QctZVg8j5E8XzJ5bw45dT',$,'MechanicalLoadRating','Mechanical load rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1631= IFCSIMPLEPROPERTYTEMPLATE('3FQyy0qVGHuO00025QrE$V',$,'MinimumAllowableSupportLength','The minimum allowable support length.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1631= IFCSIMPLEPROPERTYTEMPLATE('1lCbY0qWSHuO00025QrE$V',$,'MechanicalOperated','Indication whether the element is operated machanically (TRUE) or not, i.e. manually (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1632= IFCSIMPLEPROPERTYTEMPLATE('2EA1AgdafA1wVAWJFBm1jo',$,'MinimumDownstreamNavigableWaterLevel','Design minimum downstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1632= IFCSIMPLEPROPERTYTEMPLATE('0Xzh3BeoP5H9lg8s_GLbSq',$,'MechanicalStressType','Indicates which type of stress is applied to the element.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7422,$,$,$,$); +#7422= IFCPROPERTYENUMERATION('PEnum_MechanicalStressType',('MECHANICAL_COMPRESSION','MECHANICAL_TRACTION','OTHER','NOTKNOWN','UNSET'),$); -#1633= IFCSIMPLEPROPERTYTEMPLATE('3c7I20qWeHuO00025QrE$V',$,'MinimumHeadroom','Headroom required for the activity assigned to this space.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1633= IFCSIMPLEPROPERTYTEMPLATE('0NjLrbe5v3zuECrs8qsUAO',$,'MechanicalTension','Nominal value of mechanical force applied to a flow segment.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#1634= IFCSIMPLEPROPERTYTEMPLATE('3uVsO0qTeHuO00025QrE$V',$,'MinimumHeight','The minimum duct height for rectangular, oval or round duct.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1634= IFCSIMPLEPROPERTYTEMPLATE('2QQtQ0qWmHuO00025QrE$V',$,'MechanicalVentilationRate','Indication of the requirement of a particular mechanical air ventilation rate, given in air changes per hour.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1635= IFCSIMPLEPROPERTYTEMPLATE('0OpoQ0$Az5huboLE7511z3',$,'MinimumOperatingSpeed','Minimum operating speed of the point machine.',.P_SINGLEVALUE.,'IfcAngularVelocityMeasure',$,$,$,$,$,$); +#1635= IFCSIMPLEPROPERTYTEMPLATE('37Hcm0qS4HuO00025QrE$V',$,'MediaContent','Indicates the media content storage location, such as URLs to camera footage within particular time periods.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcText',$,$,$,$,$); -#1636= IFCSIMPLEPROPERTYTEMPLATE('0rh$rcZcL2wgr$IvyycBvf',$,'MinimumOpticalSignalToNoiseRatio','Indicates the minimum optical signal to noise ratio of the transport equipment.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#1636= IFCSIMPLEPROPERTYTEMPLATE('1$qTS0qUKHuO00025QrE$V',$,'MediaExtendedArea','Total extended media area.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1637= IFCSIMPLEPROPERTYTEMPLATE('1Ditk0qSiHuO00025QrE$V',$,'MinimumPartLoadRatio','Minimum part load ratio as a fraction of nominal capacity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1637= IFCSIMPLEPROPERTYTEMPLATE('1n9VY0qS8HuO00025QrE$V',$,'MediaSource','Indicates media sources and corresponding names of ports (IfcDistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL) or aggregated audio/video components (IfcAudioVisualAppliance).',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#1638= IFCSIMPLEPROPERTYTEMPLATE('1sdJO0qVOHuO00025QrE$V',$,'MinimumPlateThickness','This value may be needed for stress analysis and to handle buckling problems. It can also be derived from the given profile geometry or classification and therefore it is only an optional feature allowing for an explicit description. For example measured in mm.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1638= IFCSIMPLEPROPERTYTEMPLATE('336aw0qS4HuO00025QrE$V',$,'MediaSource','Indicates the media source where the identifier corresponds to an entry within the table of available media sources on Pset_AudioVisualApplianceTypeCommon.MediaSource.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcIdentifier',$,$,$,$,$); -#1639= IFCSIMPLEPROPERTYTEMPLATE('3hS700qVOHuO00025QrE$V',$,'MinimumSectionModulusY','Bending resistance about the ys axis at the point with minimum zs ordinate. For example measured in mm\S\3.',.P_SINGLEVALUE.,'IfcSectionModulusMeasure',$,$,$,$,$,$); +#1639= IFCSIMPLEPROPERTYTEMPLATE('2rVw3QGqHCNhBarO$sArmh',$,'Methodology','Methodology used to prepare the contents of the geotechnical assembly.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1640= IFCSIMPLEPROPERTYTEMPLATE('3vlem0qVOHuO00025QrE$V',$,'MinimumSectionModulusZ','Bending resistance about the zs axis at the point with minimum ys ordinate. For example measured in mm\S\3.',.P_SINGLEVALUE.,'IfcSectionModulusMeasure',$,$,$,$,$,$); +#1640= IFCSIMPLEPROPERTYTEMPLATE('38Dt4YAsL4reYsJ6egFlB$',$,'MidshipToFairLead','Distance from the vessel midship to the fairlead for the line',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1641= IFCSIMPLEPROPERTYTEMPLATE('0CbyYQjHD6gwW0KlswRtHt',$,'MinimumTemperatureFactor','Deviation in performance due to minimum design temperature',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1641= IFCSIMPLEPROPERTYTEMPLATE('3LmzG9mwD5cAShoiWv1sOj',$,'MinAmbientTemp','Minimum ambient temperature of the site used as a basis of design',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1642= IFCSIMPLEPROPERTYTEMPLATE('1BfGlztTjDKfKH4_hnz50p',$,'MinimumTensileStrength','Indicates the minimum tensile strength.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#1642= IFCSIMPLEPROPERTYTEMPLATE('2jmteXu49EOgIrz0yF4reQ',$,'MinCompressedFenderHeight','Minimum height required for a compressed fender to prevent vessels striking the structure',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1643= IFCSIMPLEPROPERTYTEMPLATE('0WfkXHCXn70fx5kt6ZEVKM',$,'MinimumTime','Identifies the minimum time for the kinematic behaviour.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#1643= IFCSIMPLEPROPERTYTEMPLATE('3FQyy0qVGHuO00025QrE$V',$,'MinimumAllowableSupportLength','The minimum allowable support length.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1644= IFCSIMPLEPROPERTYTEMPLATE('3yYWu7oXT8NRxYQB125A$Q',$,'MinimumUpstreamNavigableWaterLevel','Design minimum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1644= IFCSIMPLEPROPERTYTEMPLATE('2EA1AgdafA1wVAWJFBm1jo',$,'MinimumDownstreamNavigableWaterLevel','Design minimum downstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1645= IFCSIMPLEPROPERTYTEMPLATE('02eMI0qTiHuO00025QrE$V',$,'MinimumWidth','The minimum duct width for oval or rectangular duct.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1645= IFCSIMPLEPROPERTYTEMPLATE('3c7I20qWeHuO00025QrE$V',$,'MinimumHeadroom','Headroom required for the activity assigned to this space.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1646= IFCSIMPLEPROPERTYTEMPLATE('0yz2ivXvf3NhJNscddZLN0',$,'MinumumLineSlope','Minimum allowable line angle in degrees (negative if below horizontal from quay)',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#1646= IFCSIMPLEPROPERTYTEMPLATE('3uVsO0qTeHuO00025QrE$V',$,'MinimumHeight','The minimum duct height for rectangular, oval or round duct.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1647= IFCSIMPLEPROPERTYTEMPLATE('2FMrp8g1P97QhZQC8NiD8G',$,'MitigatedRiskConsequence','Identifies the consequence of the hazard given the planned mitigation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7414,$,$,$,$); -#7414= IFCPROPERTYENUMERATION('PEnum_RiskRating',('CRITICAL','VERYHIGH','HIGH','CONSIDERABLE','MODERATE','SOME','LOW','VERYLOW','INSIGNIFICANT','OTHER','NOTKNOWN','UNSET'),$); +#1647= IFCSIMPLEPROPERTYTEMPLATE('0OpoQ0$Az5huboLE7511z3',$,'MinimumOperatingSpeed','Minimum operating speed of the point machine.',.P_SINGLEVALUE.,'IfcAngularVelocityMeasure',$,$,$,$,$,$); -#1648= IFCSIMPLEPROPERTYTEMPLATE('2mh3cZyunB0ONymM2LqXn$',$,'MitigatedRiskLikelihood','Identifies the likelihood of the hazard given the planned mitigation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7414,$,$,$,$); +#1648= IFCSIMPLEPROPERTYTEMPLATE('0rh$rcZcL2wgr$IvyycBvf',$,'MinimumOpticalSignalToNoiseRatio','Indicates the minimum optical signal to noise ratio of the transport equipment.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#1649= IFCSIMPLEPROPERTYTEMPLATE('3aZMkhheX3pPXI0xXDCzn0',$,'MitigatedRiskSignificance','Identifies the signifiance of the risk given the mitigation of likelihood and consequence.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7414,$,$,$,$); +#1649= IFCSIMPLEPROPERTYTEMPLATE('1Ditk0qSiHuO00025QrE$V',$,'MinimumPartLoadRatio','Minimum part load ratio as a fraction of nominal capacity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1650= IFCSIMPLEPROPERTYTEMPLATE('1qnDxn1uP53Og8CTc_unk3',$,'MitigationPlanned','The planned (agreed and irrevocable) mitigation of the likelhood and consequences of the hazard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1650= IFCSIMPLEPROPERTYTEMPLATE('1sdJO0qVOHuO00025QrE$V',$,'MinimumPlateThickness','This value may be needed for stress analysis and to handle buckling problems. It can also be derived from the given profile geometry or classification and therefore it is only an optional feature allowing for an explicit description. For example measured in mm.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1651= IFCSIMPLEPROPERTYTEMPLATE('0AFQA2rm9398mY_MHHcg3U',$,'MitigationProposed','Any proposed, but not yet agreed and irrevocable, mitigation of the likelhood and consequences of the hazard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1651= IFCSIMPLEPROPERTYTEMPLATE('3hS700qVOHuO00025QrE$V',$,'MinimumSectionModulusY','Bending resistance about the ys axis at the point with minimum zs ordinate. For example measured in mm\S\3.',.P_SINGLEVALUE.,'IfcSectionModulusMeasure',$,$,$,$,$,$); -#1652= IFCSIMPLEPROPERTYTEMPLATE('0iTtq0qXKHuO00025QrE$V',$,'MixerControl','Defines the form of control of the mixing valve.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7415,$,$,$,$); -#7415= IFCPROPERTYENUMERATION('PEnum_MixingValveControl',('MANUAL','PREDEFINED','THERMOSTATIC','OTHER','NOTKNOWN','UNSET'),$); +#1652= IFCSIMPLEPROPERTYTEMPLATE('3vlem0qVOHuO00025QrE$V',$,'MinimumSectionModulusZ','Bending resistance about the zs axis at the point with minimum ys ordinate. For example measured in mm\S\3.',.P_SINGLEVALUE.,'IfcSectionModulusMeasure',$,$,$,$,$,$); -#1653= IFCSIMPLEPROPERTYTEMPLATE('0JRSo0qXCHuO00025QrE$V',$,'Mode','Indicates operation mode corresponding to Pset_UnitaryControlTypeCommon.Mode. For example, ''HEAT'', ''COOL'', ''AUTO''.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcIdentifier',$,$,$,$,$); +#1653= IFCSIMPLEPROPERTYTEMPLATE('0CbyYQjHD6gwW0KlswRtHt',$,'MinimumTemperatureFactor','Deviation in performance due to minimum design temperature',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1654= IFCSIMPLEPROPERTYTEMPLATE('0wn9c0qXCHuO00025QrE$V',$,'Mode','Table mapping operation mode identifiers to descriptive labels, which may be used for interpreting Pset_UnitaryControlElementPHistory.Mode.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#1654= IFCSIMPLEPROPERTYTEMPLATE('1BfGlztTjDKfKH4_hnz50p',$,'MinimumTensileStrength','Indicates the minimum tensile strength.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#1655= IFCSIMPLEPROPERTYTEMPLATE('2C3MA0qUmHuO00025QrE$V',$,'ModelLabel','The descriptive model name of the product model (or product line) as assigned by the manufacturer of the manufactured item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1655= IFCSIMPLEPROPERTYTEMPLATE('0WfkXHCXn70fx5kt6ZEVKM',$,'MinimumTime','Identifies the minimum time for the kinematic behaviour.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#1656= IFCSIMPLEPROPERTYTEMPLATE('1gm$OqDpv9KQq3uIG1DEsc',$,'ModelPurpose','Purpose for which the model was done. Purpose could be e.g.: scientific study, mining, oil reservoir, geotechnics, hydrogeology, simulation or a URI from the codelist https://data.geoscience.earth/ncl/ModelPurpose.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1656= IFCSIMPLEPROPERTYTEMPLATE('3yYWu7oXT8NRxYQB125A$Q',$,'MinimumUpstreamNavigableWaterLevel','Design minimum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1657= IFCSIMPLEPROPERTYTEMPLATE('24vbI0qUmHuO00025QrE$V',$,'ModelReference','The model number or designator of the product model (or product line) as assigned by the manufacturer of the manufactured item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1657= IFCSIMPLEPROPERTYTEMPLATE('02eMI0qTiHuO00025QrE$V',$,'MinimumWidth','The minimum duct width for oval or rectangular duct.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1658= IFCSIMPLEPROPERTYTEMPLATE('16vVl01en6dv09d8hlKChk',$,'ModelStatus','Status of the model. Status could be e.g.: ended, in-progress, in-development or a URI from the codelist https://data.geoscience.earth/ncl/ModelStatus.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1658= IFCSIMPLEPROPERTYTEMPLATE('0yz2ivXvf3NhJNscddZLN0',$,'MinumumLineSlope','Minimum allowable line angle in degrees (negative if below horizontal from quay)',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#1659= IFCSIMPLEPROPERTYTEMPLATE('0VofZ3$$j5mvopc7We4Ym7',$,'ModelUseCase','Specifies the use case for which the model was created. ModelUseCase could be e.g.: stability assessment, quantity assessment, tendering etc.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1659= IFCSIMPLEPROPERTYTEMPLATE('2FMrp8g1P97QhZQC8NiD8G',$,'MitigatedRiskConsequence','Identifies the consequence of the hazard given the planned mitigation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7451,$,$,$,$); +#7451= IFCPROPERTYENUMERATION('PEnum_RiskRating',('CRITICAL','VERYHIGH','HIGH','CONSIDERABLE','MODERATE','SOME','LOW','VERYLOW','INSIGNIFICANT','OTHER','NOTKNOWN','UNSET'),$); -#1660= IFCSIMPLEPROPERTYTEMPLATE('0O7ue0qUqHuO00025QrE$V',$,'MoistureCapacityThermalGradient','Thermal gradient coefficient for moisture capacity. Based on water vapor density.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1660= IFCSIMPLEPROPERTYTEMPLATE('2mh3cZyunB0ONymM2LqXn$',$,'MitigatedRiskLikelihood','Identifies the likelihood of the hazard given the planned mitigation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7451,$,$,$,$); -#1661= IFCSIMPLEPROPERTYTEMPLATE('1dieM0qUuHuO00025QrE$V',$,'MoistureContent','Total weight of moisture relative to oven-dried weight of the wood.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1661= IFCSIMPLEPROPERTYTEMPLATE('3aZMkhheX3pPXI0xXDCzn0',$,'MitigatedRiskSignificance','Identifies the signifiance of the risk given the mitigation of likelihood and consequence.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7451,$,$,$,$); -#1662= IFCSIMPLEPROPERTYTEMPLATE('1iAcw0qUqHuO00025QrE$V',$,'MoistureDiffusivity','Moisture diffusivity is a transport property that is frequently used in the hygrothermal analysis of building envelope components.',.P_SINGLEVALUE.,'IfcMoistureDiffusivityMeasure',$,$,$,$,$,$); +#1662= IFCSIMPLEPROPERTYTEMPLATE('1qnDxn1uP53Og8CTc_unk3',$,'MitigationPlanned','The planned (agreed and irrevocable) mitigation of the likelhood and consequences of the hazard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1663= IFCSIMPLEPROPERTYTEMPLATE('0$dALs9697$ulSebIsKQ5Q',$,'Molding','Label to indicate the material or construction of the molding around the space ceiling. The label is used for room book information.\X\0D\X\0A\X\0D\X\0AThe material information is provided in absence of an IfcCovering (type=MOLDING) object with own shape representation and material assignment. In case of inconsistency the material assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1663= IFCSIMPLEPROPERTYTEMPLATE('0AFQA2rm9398mY_MHHcg3U',$,'MitigationProposed','Any proposed, but not yet agreed and irrevocable, mitigation of the likelhood and consequences of the hazard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1664= IFCSIMPLEPROPERTYTEMPLATE('0U099eBbD7ihB51GlGFk4H',$,'MoldingHeight','Height of the molding.\X\0D\X\0A\X\0D\X\0AThe height information is provided in absence of an IfcCovering (type=MOLDING) object with own shape representation and material assignment. In case of inconsistency the height assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1664= IFCSIMPLEPROPERTYTEMPLATE('0iTtq0qXKHuO00025QrE$V',$,'MixerControl','Defines the form of control of the mixing valve.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7452,$,$,$,$); +#7452= IFCPROPERTYENUMERATION('PEnum_MixingValveControl',('MANUAL','PREDEFINED','THERMOSTATIC','OTHER','NOTKNOWN','UNSET'),$); -#1665= IFCSIMPLEPROPERTYTEMPLATE('3IOi60qUmHuO00025QrE$V',$,'MolecularWeight','Molecular weight of material (typically gas).',.P_SINGLEVALUE.,'IfcMolecularWeightMeasure',$,$,$,$,$,$); +#1665= IFCSIMPLEPROPERTYTEMPLATE('0JRSo0qXCHuO00025QrE$V',$,'Mode','Indicates operation mode corresponding to Pset_UnitaryControlTypeCommon.Mode. For example, ''HEAT'', ''COOL'', ''AUTO''.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcIdentifier',$,$,$,$,$); -#1666= IFCSIMPLEPROPERTYTEMPLATE('1CLtA0qWuHuO00025QrE$V',$,'MomentaryType','A list of the available types of momentary switch from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7434,$,$,$,$); -#7434= IFCPROPERTYENUMERATION('PEnum_SwitchingDeviceMomentarySwitchType',('BUTTON','OTHER','NOTKNOWN','UNSET'),$); +#1666= IFCSIMPLEPROPERTYTEMPLATE('0wn9c0qXCHuO00025QrE$V',$,'Mode','Table mapping operation mode identifiers to descriptive labels, which may be used for interpreting Pset_UnitaryControlElementPHistory.Mode.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#1667= IFCSIMPLEPROPERTYTEMPLATE('2biwU0qVOHuO00025QrE$V',$,'MomentOfInertiaY','Moment of inertia about ys (second moment of area, about ys). For example measured in mm4.',.P_SINGLEVALUE.,'IfcMomentOfInertiaMeasure',$,$,$,$,$,$); +#1667= IFCSIMPLEPROPERTYTEMPLATE('2C3MA0qUmHuO00025QrE$V',$,'ModelLabel','The descriptive model name of the product model (or product line) as assigned by the manufacturer of the manufactured item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1668= IFCSIMPLEPROPERTYTEMPLATE('2rCl20qVOHuO00025QrE$V',$,'MomentOfInertiaYZ','Moment of inertia about ys and zs (product moment of area). For example measured in mm4.',.P_SINGLEVALUE.,'IfcMomentOfInertiaMeasure',$,$,$,$,$,$); +#1668= IFCSIMPLEPROPERTYTEMPLATE('1gm$OqDpv9KQq3uIG1DEsc',$,'ModelPurpose','Purpose for which the model was done. Purpose could be e.g.: scientific study, mining, oil reservoir, geotechnics, hydrogeology, simulation or a URI from the codelist https://data.geoscience.earth/ncl/ModelPurpose.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1669= IFCSIMPLEPROPERTYTEMPLATE('2jSqm0qVOHuO00025QrE$V',$,'MomentOfInertiaZ','Moment of inertia about zs (second moment of area, about zs). For example measured in mm4',.P_SINGLEVALUE.,'IfcMomentOfInertiaMeasure',$,$,$,$,$,$); +#1669= IFCSIMPLEPROPERTYTEMPLATE('24vbI0qUmHuO00025QrE$V',$,'ModelReference','The model number or designator of the product model (or product line) as assigned by the manufacturer of the manufactured item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1670= IFCSIMPLEPROPERTYTEMPLATE('0woPgPGeb8KAg_EvnJFaFT',$,'MoneyStuckRatio','Indicates the ratio of money being stuck or jammed in appliance.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#1670= IFCSIMPLEPROPERTYTEMPLATE('16vVl01en6dv09d8hlKChk',$,'ModelStatus','Status of the model. Status could be e.g.: ended, in-progress, in-development or a URI from the codelist https://data.geoscience.earth/ncl/ModelStatus.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1671= IFCSIMPLEPROPERTYTEMPLATE('2QzF5YF2H02gNIuBB2WyHW',$,'MonitoringType','Monitoring strategy chosen for the asset',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7441,$,$,$,$); -#7441= IFCPROPERTYENUMERATION('PEnum_MonitoringType',('IOT','SENSORS','PPM','INSPECTION','FEEDBACK'),$); +#1671= IFCSIMPLEPROPERTYTEMPLATE('0VofZ3$$j5mvopc7We4Ym7',$,'ModelUseCase','Specifies the use case for which the model was created. ModelUseCase could be e.g.: stability assessment, quantity assessment, tendering etc.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1672= IFCSIMPLEPROPERTYTEMPLATE('1RAI_0qUGHuO00025QrE$V',$,'MotorDriveType','Motor drive type:\X\0D\X\0ADIRECTDRIVE: Direct drive. \X\0D\X\0ABELTDRIVE: Belt drive. \X\0D\X\0ACOUPLING: Coupling. \X\0D\X\0AOTHER: Other type of motor drive. \X\0D\X\0AUNKNOWN: Unknown motor drive type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7442,$,$,$,$); -#7442= IFCPROPERTYENUMERATION('PEnum_FanMotorConnectionType',('DIRECTDRIVE','BELTDRIVE','COUPLING','OTHER','NOTKNOWN','UNSET'),$); +#1672= IFCSIMPLEPROPERTYTEMPLATE('0O7ue0qUqHuO00025QrE$V',$,'MoistureCapacityThermalGradient','Thermal gradient coefficient for moisture capacity. Based on water vapor density.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1673= IFCSIMPLEPROPERTYTEMPLATE('02f6C0qU4HuO00025QrE$V',$,'MotorEnclosureType','A list of the available types of motor enclosure from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7445,$,$,$,$); -#7445= IFCPROPERTYENUMERATION('PEnum_MotorEnclosureType',('OPENDRIPPROOF','TOTALLYENCLOSEDAIROVER','TOTALLYENCLOSEDFANCOOLED','TOTALLYENCLOSEDNONVENTILATED','OTHER','NOTKNOWN','UNSET'),$); +#1673= IFCSIMPLEPROPERTYTEMPLATE('1dieM0qUuHuO00025QrE$V',$,'MoistureContent','Total weight of moisture relative to oven-dried weight of the wood.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1674= IFCSIMPLEPROPERTYTEMPLATE('3iv6q0qUCHuO00025QrE$V',$,'MotorPosition','Defines the location of the motor relative to the air stream.\X\0D\X\0A\X\0D\X\0AInAirStream: Fan motor is in the air stream.\X\0D\X\0AOutOfAirStream: Fan motor is out of the air stream.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7449,$,$,$,$); -#7449= IFCPROPERTYENUMERATION('PEnum_FanMotorPosition',('INAIRSTREAM','OUTOFAIRSTREAM','OTHER','NOTKNOWN','UNSET'),$); +#1674= IFCSIMPLEPROPERTYTEMPLATE('1iAcw0qUqHuO00025QrE$V',$,'MoistureDiffusivity','Moisture diffusivity is a transport property that is frequently used in the hygrothermal analysis of building envelope components.',.P_SINGLEVALUE.,'IfcMoistureDiffusivityMeasure',$,$,$,$,$,$); -#1675= IFCSIMPLEPROPERTYTEMPLATE('0ZoNk0qW8HuO00025QrE$V',$,'Mounting','The property enumeration Pset_SanitaryMountingEnum defines the forms of mounting or fixing of the sanitary terminal that may be specified within property sets used to define sanitary terminals (WC\X2\2019\X0\s, basins, sinks, etc.) where:-\X\0D\X\0A\X\0D\X\0ABackToWall: \X\09A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections\X\0D\X\0A.\X\0D\X\0APedestal: \X\09A floor mounted sanitary terminal that has an integral base\X\0D\X\0A.\X\0D\X\0ACounterTop: \X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung: \X\09A sanitary terminal cantilevered clear of the floor.\X\0D\X\0A\X\0D\X\0ANote that BackToWall, Pedestal and WallHung are allowable values for a bidet.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7452,$,$,$,$); -#7452= IFCPROPERTYENUMERATION('PEnum_SanitaryMounting',('BACKTOWALL','PEDESTAL','COUNTERTOP','WALLHUNG','OTHER','NOTKNOWN','UNSET'),$); +#1675= IFCSIMPLEPROPERTYTEMPLATE('0$dALs9697$ulSebIsKQ5Q',$,'Molding','Label to indicate the material or construction of the molding around the space ceiling. The label is used for room book information.\X\0D\X\0A\X\0D\X\0AThe material information is provided in absence of an IfcCovering (type=MOLDING) object with own shape representation and material assignment. In case of inconsistency the material assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1676= IFCSIMPLEPROPERTYTEMPLATE('13OQE0qWGHuO00025QrE$V',$,'Mounting','Selection of the form of mounting from the enumerated list of mountings where:-\X\0D\X\0A\X\0D\X\0ABackToWall =\X\09A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections\X\0D\X\0APedestal =\X\09A floor mounted sanitary terminal that has an integral base\X\0D\X\0ACounterTop =\X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung =\X\09A sanitary terminal cantilevered clear of the floor\X\0D\X\0A.\X\0D\X\0A\X\0D\X\0ANote that BackToWall, Pedestal and WallHung are allowable values for a urinal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7452,$,$,$,$); +#1676= IFCSIMPLEPROPERTYTEMPLATE('0U099eBbD7ihB51GlGFk4H',$,'MoldingHeight','Height of the molding.\X\0D\X\0A\X\0D\X\0AThe height information is provided in absence of an IfcCovering (type=MOLDING) object with own shape representation and material assignment. In case of inconsistency the height assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1677= IFCSIMPLEPROPERTYTEMPLATE('1nahE0qWCHuO00025QrE$V',$,'Mounting','Selection of the form of mounting of the sink from the enumerated list of mountings where:-\X\0D\X\0A\X\0D\X\0ABackToWall: A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections.\X\0D\X\0APedestal: \X\09A floor mounted sanitary terminal that has an integral base.\X\0D\X\0ACounterTop: \X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung: \X\09A sanitary terminal cantilevered clear of the floor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7452,$,$,$,$); +#1677= IFCSIMPLEPROPERTYTEMPLATE('3IOi60qUmHuO00025QrE$V',$,'MolecularWeight','Molecular weight of material (typically gas).',.P_SINGLEVALUE.,'IfcMolecularWeightMeasure',$,$,$,$,$,$); -#1678= IFCSIMPLEPROPERTYTEMPLATE('2HTgS0qWGHuO00025QrE$V',$,'Mounting','Selection of the form of mounting from the enumerated list of mountings where:-\X\0D\X\0A\X\0D\X\0ABackToWall: \X\09A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections.\X\0D\X\0APedestal: \X\09A floor mounted sanitary terminal that has an integral base\X\0D\X\0ACounterTop: \X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung: \X\09A sanitary terminal cantilevered clear of the floor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7452,$,$,$,$); +#1678= IFCSIMPLEPROPERTYTEMPLATE('1CLtA0qWuHuO00025QrE$V',$,'MomentaryType','A list of the available types of momentary switch from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7471,$,$,$,$); +#7471= IFCPROPERTYENUMERATION('PEnum_SwitchingDeviceMomentarySwitchType',('BUTTON','OTHER','NOTKNOWN','UNSET'),$); -#1679= IFCSIMPLEPROPERTYTEMPLATE('37ioS0qW8HuO00025QrE$V',$,'Mounting','Selection of the form of mounting of the fountain from the enumerated list of mountings where:-\X\0D\X\0A\X\0D\X\0ABackToWall: \X\09A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections.\X\0D\X\0APedestal: \X\09A floor mounted sanitary terminal that has an integral base\X\0D\X\0A.\X\0D\X\0ACounterTop: \X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung: \X\09A sanitary terminal cantilevered clear of the floor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7452,$,$,$,$); +#1679= IFCSIMPLEPROPERTYTEMPLATE('2biwU0qVOHuO00025QrE$V',$,'MomentOfInertiaY','Moment of inertia about ys (second moment of area, about ys). For example measured in mm4.',.P_SINGLEVALUE.,'IfcMomentOfInertiaMeasure',$,$,$,$,$,$); -#1680= IFCSIMPLEPROPERTYTEMPLATE('0IM4Q99JP0aPIH_odNLQo2',$,'MountingMethod','The method of mounting cable segment occurrences on a cable carrier occurrence from which the method required can be selected. This is for the purpose of carrying out ''worst case'' cable sizing calculations and may be a conceptual requirement rather than a statement of the physical occurrences of cable and carrier segments.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7463,$,$,$,$); -#7463= IFCPROPERTYENUMERATION('PEnum_MountingMethodEnum',('PERFORATEDTRAY','LADDER','OTHER','NOTKNOWN','UNSET'),$); +#1680= IFCSIMPLEPROPERTYTEMPLATE('2rCl20qVOHuO00025QrE$V',$,'MomentOfInertiaYZ','Moment of inertia about ys and zs (product moment of area). For example measured in mm4.',.P_SINGLEVALUE.,'IfcMomentOfInertiaMeasure',$,$,$,$,$,$); -#1681= IFCSIMPLEPROPERTYTEMPLATE('351G60qWCHuO00025QrE$V',$,'MountingOffset','For cunter top maounted sinks, the vertical offset between the top of the sink and the counter top.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1681= IFCSIMPLEPROPERTYTEMPLATE('2jSqm0qVOHuO00025QrE$V',$,'MomentOfInertiaZ','Moment of inertia about zs (second moment of area, about zs). For example measured in mm4',.P_SINGLEVALUE.,'IfcMomentOfInertiaMeasure',$,$,$,$,$,$); -#1682= IFCSIMPLEPROPERTYTEMPLATE('39VUe0qWGHuO00025QrE$V',$,'MountingOffset','For counter top mounted basins the vertical offset between the top of the sink and the counter top.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1682= IFCSIMPLEPROPERTYTEMPLATE('0woPgPGeb8KAg_EvnJFaFT',$,'MoneyStuckRatio','Indicates the ratio of money being stuck or jammed in appliance.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#1683= IFCSIMPLEPROPERTYTEMPLATE('3EpZi0qUeHuO00025QrE$V',$,'MountingType','Method of mounting to be adopted for the type of junction box.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7469,$,$,$,$); -#7469= IFCPROPERTYENUMERATION('PEnum_JunctionBoxMountingType',('FACENAIL','SIDENAIL','CUT_IN','OTHER','NOTKNOWN','UNSET'),$); +#1683= IFCSIMPLEPROPERTYTEMPLATE('2QzF5YF2H02gNIuBB2WyHW',$,'MonitoringType','Monitoring strategy chosen for the asset',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7478,$,$,$,$); +#7478= IFCPROPERTYENUMERATION('PEnum_MonitoringType',('IOT','SENSORS','PPM','INSPECTION','FEEDBACK'),$); -#1684= IFCSIMPLEPROPERTYTEMPLATE('3sz7I0qRyHuO00025QrE$V',$,'MountingType','The way the air terminal is mounted to the ceiling, wall, etc.\X\0D\X\0A\X\0D\X\0ASurface: mounted to the surface of something (e.g., wall, duct, etc.).\X\0D\X\0AFlat flush: mounted flat and flush with a surface.\X\0D\X\0ALay-in: mounted in a lay-in type ceiling (e.g., a dropped ceiling grid).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7473,$,$,$,$); -#7473= IFCPROPERTYENUMERATION('PEnum_AirTerminalMountingType',('SURFACE','FLATFLUSH','LAYIN','OTHER','NOTKNOWN','UNSET'),$); +#1684= IFCSIMPLEPROPERTYTEMPLATE('1RAI_0qUGHuO00025QrE$V',$,'MotorDriveType','Motor drive type:\X\0D\X\0ADIRECTDRIVE: Direct drive. \X\0D\X\0ABELTDRIVE: Belt drive. \X\0D\X\0ACOUPLING: Coupling. \X\0D\X\0AOTHER: Other type of motor drive. \X\0D\X\0AUNKNOWN: Unknown motor drive type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7479,$,$,$,$); +#7479= IFCPROPERTYENUMERATION('PEnum_FanMotorConnectionType',('DIRECTDRIVE','BELTDRIVE','COUPLING','OTHER','NOTKNOWN','UNSET'),$); -#1685= IFCSIMPLEPROPERTYTEMPLATE('3z3KG0qWKHuO00025QrE$V',$,'MovementSensingType','Enumeration that identifies the type of movement sensing mechanism.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7477,$,$,$,$); -#7477= IFCPROPERTYENUMERATION('PEnum_MovementSensingType',('PHOTOELECTRICCELL','PRESSUREPAD','OTHER','NOTKNOWN','UNSET'),$); +#1685= IFCSIMPLEPROPERTYTEMPLATE('02f6C0qU4HuO00025QrE$V',$,'MotorEnclosureType','A list of the available types of motor enclosure from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7482,$,$,$,$); +#7482= IFCPROPERTYENUMERATION('PEnum_MotorEnclosureType',('OPENDRIPPROOF','TOTALLYENCLOSEDAIROVER','TOTALLYENCLOSEDFANCOOLED','TOTALLYENCLOSEDNONVENTILATED','OTHER','NOTKNOWN','UNSET'),$); -#1686= IFCSIMPLEPROPERTYTEMPLATE('10MBe0qUWHuO00025QrE$V',$,'MultipleTarriff','Indicates whether meter has built-in support for multiple tarriffs (variable energy cost rates).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1686= IFCSIMPLEPROPERTYTEMPLATE('3iv6q0qUCHuO00025QrE$V',$,'MotorPosition','Defines the location of the motor relative to the air stream.\X\0D\X\0A\X\0D\X\0AInAirStream: Fan motor is in the air stream.\X\0D\X\0AOutOfAirStream: Fan motor is out of the air stream.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7486,$,$,$,$); +#7486= IFCPROPERTYENUMERATION('PEnum_FanMotorPosition',('INAIRSTREAM','OUTOFAIRSTREAM','OTHER','NOTKNOWN','UNSET'),$); -#1687= IFCSIMPLEPROPERTYTEMPLATE('0EaYG0qUKHuO00025QrE$V',$,'n','Count n according to ISO 2553',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1687= IFCSIMPLEPROPERTYTEMPLATE('0ZoNk0qW8HuO00025QrE$V',$,'Mounting','The property enumeration Pset_SanitaryMountingEnum defines the forms of mounting or fixing of the sanitary terminal that may be specified within property sets used to define sanitary terminals (WC\X2\2019\X0\s, basins, sinks, etc.) where:-\X\0D\X\0A\X\0D\X\0ABackToWall: \X\09A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections\X\0D\X\0A.\X\0D\X\0APedestal: \X\09A floor mounted sanitary terminal that has an integral base\X\0D\X\0A.\X\0D\X\0ACounterTop: \X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung: \X\09A sanitary terminal cantilevered clear of the floor.\X\0D\X\0A\X\0D\X\0ANote that BackToWall, Pedestal and WallHung are allowable values for a bidet.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7489,$,$,$,$); +#7489= IFCPROPERTYENUMERATION('PEnum_SanitaryMounting',('BACKTOWALL','PEDESTAL','COUNTERTOP','WALLHUNG','OTHER','NOTKNOWN','UNSET'),$); -#1688= IFCSIMPLEPROPERTYTEMPLATE('2uoNO0qVmHuO00025QrE$V',$,'N_Protection_100','An indication whether the electronic tripping unit is tripping if the current in the N conductor is more than 100% of that of the phase conductors. The property is only asserted if the property N_Protection is asserted.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1688= IFCSIMPLEPROPERTYTEMPLATE('13OQE0qWGHuO00025QrE$V',$,'Mounting','Selection of the form of mounting from the enumerated list of mountings where:-\X\0D\X\0A\X\0D\X\0ABackToWall =\X\09A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections\X\0D\X\0APedestal =\X\09A floor mounted sanitary terminal that has an integral base\X\0D\X\0ACounterTop =\X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung =\X\09A sanitary terminal cantilevered clear of the floor\X\0D\X\0A.\X\0D\X\0A\X\0D\X\0ANote that BackToWall, Pedestal and WallHung are allowable values for a urinal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7489,$,$,$,$); -#1689= IFCSIMPLEPROPERTYTEMPLATE('2fIYq0qVmHuO00025QrE$V',$,'N_Protection','An indication whether the electronic tripping unit has separate protection for the N conductor, or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1689= IFCSIMPLEPROPERTYTEMPLATE('1nahE0qWCHuO00025QrE$V',$,'Mounting','Selection of the form of mounting of the sink from the enumerated list of mountings where:-\X\0D\X\0A\X\0D\X\0ABackToWall: A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections.\X\0D\X\0APedestal: \X\09A floor mounted sanitary terminal that has an integral base.\X\0D\X\0ACounterTop: \X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung: \X\09A sanitary terminal cantilevered clear of the floor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7489,$,$,$,$); -#1690= IFCSIMPLEPROPERTYTEMPLATE('2mSJi0qVmHuO00025QrE$V',$,'N_Protection_50','An indication whether the electronic tripping unit is tripping if the current in the N conductor is more than 50% of that of the phase conductors. The property is only asserted if the property N_Protection is asserted.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1690= IFCSIMPLEPROPERTYTEMPLATE('2HTgS0qWGHuO00025QrE$V',$,'Mounting','Selection of the form of mounting from the enumerated list of mountings where:-\X\0D\X\0A\X\0D\X\0ABackToWall: \X\09A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections.\X\0D\X\0APedestal: \X\09A floor mounted sanitary terminal that has an integral base\X\0D\X\0ACounterTop: \X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung: \X\09A sanitary terminal cantilevered clear of the floor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7489,$,$,$,$); -#1691= IFCSIMPLEPROPERTYTEMPLATE('2_lrS0qVmHuO00025QrE$V',$,'N_Protection_Select','An indication whether the use of the N_Protection can be selected by the user or not. If both the properties N_Protection_50 and N_Protection_100 are asserted, the value of N_Protection_Select property is set to TRUE. The property is only asserted if the property N_Protection is asserted.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1691= IFCSIMPLEPROPERTYTEMPLATE('37ioS0qW8HuO00025QrE$V',$,'Mounting','Selection of the form of mounting of the fountain from the enumerated list of mountings where:-\X\0D\X\0A\X\0D\X\0ABackToWall: \X\09A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections.\X\0D\X\0APedestal: \X\09A floor mounted sanitary terminal that has an integral base\X\0D\X\0A.\X\0D\X\0ACounterTop: \X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung: \X\09A sanitary terminal cantilevered clear of the floor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7489,$,$,$,$); -#1692= IFCSIMPLEPROPERTYTEMPLATE('2yLG40qUmHuO00025QrE$V',$,'N20Content','Nitrous oxide (N2O) content of the products of combustion. This is measured in weight of N2O per unit weight and is therefore unitless.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1692= IFCSIMPLEPROPERTYTEMPLATE('0IM4Q99JP0aPIH_odNLQo2',$,'MountingMethod','The method of mounting cable segment occurrences on a cable carrier occurrence from which the method required can be selected. This is for the purpose of carrying out ''worst case'' cable sizing calculations and may be a conceptual requirement rather than a statement of the physical occurrences of cable and carrier segments.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7500,$,$,$,$); +#7500= IFCPROPERTYENUMERATION('PEnum_MountingMethodEnum',('PERFORATEDTRAY','LADDER','OTHER','NOTKNOWN','UNSET'),$); -#1693= IFCSIMPLEPROPERTYTEMPLATE('39fiS0qRqHuO00025QrE$V',$,'Name','The name of the air side system.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1693= IFCSIMPLEPROPERTYTEMPLATE('351G60qWCHuO00025QrE$V',$,'MountingOffset','For cunter top maounted sinks, the vertical offset between the top of the sink and the counter top.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1694= IFCSIMPLEPROPERTYTEMPLATE('0GYqVYWxT8AgvoGFCd4ZW3',$,'NameFormat','Specifies a reference to or description of the formatting or encoding of the Name attribute of the _IfcReferent_ occurence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1694= IFCSIMPLEPROPERTYTEMPLATE('39VUe0qWGHuO00025QrE$V',$,'MountingOffset','For counter top mounted basins the vertical offset between the top of the sink and the counter top.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1695= IFCSIMPLEPROPERTYTEMPLATE('0SX7o0qSOHuO00025QrE$V',$,'NarrativeText','Added information relating to the adjacent building use that is not appropriate to the general descriptive text associated with an entity through the inherited IfcRoot.Description.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1695= IFCSIMPLEPROPERTYTEMPLATE('3EpZi0qUeHuO00025QrE$V',$,'MountingType','Method of mounting to be adopted for the type of junction box.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7506,$,$,$,$); +#7506= IFCPROPERTYENUMERATION('PEnum_JunctionBoxMountingType',('FACENAIL','SIDENAIL','CUT_IN','OTHER','NOTKNOWN','UNSET'),$); -#1696= IFCSIMPLEPROPERTYTEMPLATE('3F20_0qSKHuO00025QrE$V',$,'NarrativeText','Added information relating to the adjacent building use that is not appropriate to the general descriptive text associated with an entity through the inherited IfcRoot.Description.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1696= IFCSIMPLEPROPERTYTEMPLATE('3sz7I0qRyHuO00025QrE$V',$,'MountingType','The way the air terminal is mounted to the ceiling, wall, etc.\X\0D\X\0A\X\0D\X\0ASurface: mounted to the surface of something (e.g., wall, duct, etc.).\X\0D\X\0AFlat flush: mounted flat and flush with a surface.\X\0D\X\0ALay-in: mounted in a lay-in type ceiling (e.g., a dropped ceiling grid).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7510,$,$,$,$); +#7510= IFCPROPERTYENUMERATION('PEnum_AirTerminalMountingType',('SURFACE','FLATFLUSH','LAYIN','OTHER','NOTKNOWN','UNSET'),$); -#1697= IFCSIMPLEPROPERTYTEMPLATE('260oCTccX4deJp$Xc0XFb_',$,'NarrowChannelWidth','Indicates the width of the narrow channel.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1697= IFCSIMPLEPROPERTYTEMPLATE('3z3KG0qWKHuO00025QrE$V',$,'MovementSensingType','Enumeration that identifies the type of movement sensing mechanism.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7514,$,$,$,$); +#7514= IFCPROPERTYENUMERATION('PEnum_MovementSensingType',('PHOTOELECTRICCELL','PRESSUREPAD','OTHER','NOTKNOWN','UNSET'),$); -#1698= IFCSIMPLEPROPERTYTEMPLATE('2DJeU0qWmHuO00025QrE$V',$,'NaturalVentilation','Indication whether the space is required to have natural ventilation (TRUE) or mechanical ventilation (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1698= IFCSIMPLEPROPERTYTEMPLATE('10MBe0qUWHuO00025QrE$V',$,'MultipleTarriff','Indicates whether meter has built-in support for multiple tarriffs (variable energy cost rates).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1699= IFCSIMPLEPROPERTYTEMPLATE('2KTPM0qWmHuO00025QrE$V',$,'NaturalVentilationRate','Indication of the requirement of a particular natural air ventilation rate, given in air changes per hour.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1699= IFCSIMPLEPROPERTYTEMPLATE('0EaYG0qUKHuO00025QrE$V',$,'n','Count n according to ISO 2553',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1700= IFCSIMPLEPROPERTYTEMPLATE('0OyiwhoKjEQwHSx5sV_eCt',$,'NatureOfRisk','A description of the generic nature of the context or hazard that might be encountered.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1700= IFCSIMPLEPROPERTYTEMPLATE('2uoNO0qVmHuO00025QrE$V',$,'N_Protection_100','An indication whether the electronic tripping unit is tripping if the current in the N conductor is more than 100% of that of the phase conductors. The property is only asserted if the property N_Protection is asserted.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1701= IFCSIMPLEPROPERTYTEMPLATE('0khko0qRyHuO00025QrE$V',$,'NeckAirVelocity','Air velocity at the neck.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLinearVelocityMeasure',$,$,$,$,$); +#1701= IFCSIMPLEPROPERTYTEMPLATE('2fIYq0qVmHuO00025QrE$V',$,'N_Protection','An indication whether the electronic tripping unit has separate protection for the N conductor, or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1702= IFCSIMPLEPROPERTYTEMPLATE('14SE60qS0HuO00025QrE$V',$,'NeckArea','Neck area of the air terminal.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1702= IFCSIMPLEPROPERTYTEMPLATE('2mSJi0qVmHuO00025QrE$V',$,'N_Protection_50','An indication whether the electronic tripping unit is tripping if the current in the N conductor is more than 50% of that of the phase conductors. The property is only asserted if the property N_Protection is asserted.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1703= IFCSIMPLEPROPERTYTEMPLATE('3nJothH31Box8FgRkEz5JD',$,'NetEarnedValue','Net earned value',.P_REFERENCEVALUE.,'IfcCostValue',$,$,$,$,$,$); +#1703= IFCSIMPLEPROPERTYTEMPLATE('2_lrS0qVmHuO00025QrE$V',$,'N_Protection_Select','An indication whether the use of the N_Protection can be selected by the user or not. If both the properties N_Protection_50 and N_Protection_100 are asserted, the value of N_Protection_Select property is set to TRUE. The property is only asserted if the property N_Protection is asserted.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1704= IFCSIMPLEPROPERTYTEMPLATE('2j$Uc0qTeHuO00025QrE$V',$,'NetImpedance','The maximum earth loop impedance upstream of a circuit (typically stated as the variable Zs). This value is for 55o C (130oF) Celsius usage.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); +#1704= IFCSIMPLEPROPERTYTEMPLATE('2yLG40qUmHuO00025QrE$V',$,'N20Content','Nitrous oxide (N2O) content of the products of combustion. This is measured in weight of N2O per unit weight and is therefore unitless.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1705= IFCSIMPLEPROPERTYTEMPLATE('06v7Q0qWaHuO00025QrE$V',$,'NetPlannedArea','Total planned net area for the space. Used for programming the space.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1705= IFCSIMPLEPROPERTYTEMPLATE('39fiS0qRqHuO00025QrE$V',$,'Name','The name of the air side system.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1706= IFCSIMPLEPROPERTYTEMPLATE('0PFC40qSKHuO00025QrE$V',$,'NetPlannedArea','Total planned net area for the building Used for programming the building.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1706= IFCSIMPLEPROPERTYTEMPLATE('0GYqVYWxT8AgvoGFCd4ZW3',$,'NameFormat','Specifies a reference to or description of the formatting or encoding of the Name attribute of the _IfcReferent_ occurence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1707= IFCSIMPLEPROPERTYTEMPLATE('2bvty0qSKHuO00025QrE$V',$,'NetPlannedArea','Total planned net area for the building storey. Used for programming the building storey.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1707= IFCSIMPLEPROPERTYTEMPLATE('0SX7o0qSOHuO00025QrE$V',$,'NarrativeText','Added information relating to the adjacent building use that is not appropriate to the general descriptive text associated with an entity through the inherited IfcRoot.Description.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1708= IFCSIMPLEPROPERTYTEMPLATE('30x9qx_FP9kRuQ6ZwfPT1O',$,'NetPlannedArea','Total planned net area for the zone. Used for programming the zone.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1708= IFCSIMPLEPROPERTYTEMPLATE('3F20_0qSKHuO00025QrE$V',$,'NarrativeText','Added information relating to the adjacent building use that is not appropriate to the general descriptive text associated with an entity through the inherited IfcRoot.Description.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1709= IFCSIMPLEPROPERTYTEMPLATE('3rbco0qVuHuO00025QrE$V',$,'NetPositiveSuctionHead','Minimum liquid pressure at the pump inlet to prevent cavitation.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1709= IFCSIMPLEPROPERTYTEMPLATE('260oCTccX4deJp$Xc0XFb_',$,'NarrowChannelWidth','Indicates the width of the narrow channel.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1710= IFCSIMPLEPROPERTYTEMPLATE('28osmmdGL2buGNDbDCM1B0',$,'NextAssessmentDate','Date of next condition inspection',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#1710= IFCSIMPLEPROPERTYTEMPLATE('2DJeU0qWmHuO00025QrE$V',$,'NaturalVentilation','Indication whether the space is required to have natural ventilation (TRUE) or mechanical ventilation (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1711= IFCSIMPLEPROPERTYTEMPLATE('1Y8SA6Uc98dRtm7sZssBm_',$,'NitrogenOxidesEmissions','Rate of emission of nitrogen oxides',.P_SINGLEVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); +#1711= IFCSIMPLEPROPERTYTEMPLATE('2KTPM0qWmHuO00025QrE$V',$,'NaturalVentilationRate','Indication of the requirement of a particular natural air ventilation rate, given in air changes per hour.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1712= IFCSIMPLEPROPERTYTEMPLATE('0Quf032kD2sP$S5x5qU4Gx',$,'NoiseEmissions','Level of sound emission',.P_SINGLEVALUE.,'IfcSoundPowerLevelMeasure',$,$,$,$,$,$); +#1712= IFCSIMPLEPROPERTYTEMPLATE('0OyiwhoKjEQwHSx5sV_eCt',$,'NatureOfRisk','A description of the generic nature of the context or hazard that might be encountered.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1713= IFCSIMPLEPROPERTYTEMPLATE('1UPl00qT4HuO00025QrE$V',$,'NominalAirFlowRate','Nominal air flow rate.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1713= IFCSIMPLEPROPERTYTEMPLATE('0khko0qRyHuO00025QrE$V',$,'NeckAirVelocity','Air velocity at the neck.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLinearVelocityMeasure',$,$,$,$,$); -#1714= IFCSIMPLEPROPERTYTEMPLATE('2369C0qUGHuO00025QrE$V',$,'NominalAirFlowRate','Nominal air flow rate.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1714= IFCSIMPLEPROPERTYTEMPLATE('14SE60qS0HuO00025QrE$V',$,'NeckArea','Neck area of the air terminal.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1715= IFCSIMPLEPROPERTYTEMPLATE('2XQvW0qRuHuO00025QrE$V',$,'NominalAirFlowRate','Nominal airflow rate.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1715= IFCSIMPLEPROPERTYTEMPLATE('3nJothH31Box8FgRkEz5JD',$,'NetEarnedValue','Net earned value',.P_REFERENCEVALUE.,'IfcCostValue',$,$,$,$,$,$); -#1716= IFCSIMPLEPROPERTYTEMPLATE('3Xb400qUaHuO00025QrE$V',$,'NominalAirFlowRate','Nominal rate of air flow into which water vapor is added.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1716= IFCSIMPLEPROPERTYTEMPLATE('2j$Uc0qTeHuO00025QrE$V',$,'NetImpedance','The maximum earth loop impedance upstream of a circuit (typically stated as the variable Zs). This value is for 55o C (130oF) Celsius usage.',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); -#1717= IFCSIMPLEPROPERTYTEMPLATE('0_3bG0qXWHuO00025QrE$V',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1717= IFCSIMPLEPROPERTYTEMPLATE('06v7Q0qWaHuO00025QrE$V',$,'NetPlannedArea','Total planned net area for the space. Used for programming the space.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1718= IFCSIMPLEPROPERTYTEMPLATE('1hyfa0qXOHuO00025QrE$V',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the chamber of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1718= IFCSIMPLEPROPERTYTEMPLATE('0PFC40qSKHuO00025QrE$V',$,'NetPlannedArea','Total planned net area for the building Used for programming the building.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1719= IFCSIMPLEPROPERTYTEMPLATE('1IEro0qUeHuO00025QrE$V',$,'NominalBodyDepth','Nominal or quoted =length, measured along the z-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1719= IFCSIMPLEPROPERTYTEMPLATE('2bvty0qSKHuO00025QrE$V',$,'NetPlannedArea','Total planned net area for the building storey. Used for programming the building storey.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1720= IFCSIMPLEPROPERTYTEMPLATE('2_W8K0qXSHuO00025QrE$V',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the chamber of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1720= IFCSIMPLEPROPERTYTEMPLATE('30x9qx_FP9kRuQ6ZwfPT1O',$,'NetPlannedArea','Total planned net area for the zone. Used for programming the zone.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1721= IFCSIMPLEPROPERTYTEMPLATE('3w$x40qXOHuO00025QrE$V',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1721= IFCSIMPLEPROPERTYTEMPLATE('3rbco0qVuHuO00025QrE$V',$,'NetPositiveSuctionHead','Minimum liquid pressure at the pump inlet to prevent cavitation.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1722= IFCSIMPLEPROPERTYTEMPLATE('0jzdI0qXWHuO00025QrE$V',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1722= IFCSIMPLEPROPERTYTEMPLATE('28osmmdGL2buGNDbDCM1B0',$,'NextAssessmentDate','Date of next condition inspection',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#1723= IFCSIMPLEPROPERTYTEMPLATE('12l1E0qUeHuO00025QrE$V',$,'NominalBodyLength','Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1723= IFCSIMPLEPROPERTYTEMPLATE('1Y8SA6Uc98dRtm7sZssBm_',$,'NitrogenOxidesEmissions','Rate of emission of nitrogen oxides',.P_SINGLEVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); -#1724= IFCSIMPLEPROPERTYTEMPLATE('1QgOo0qXOHuO00025QrE$V',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the chamber of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1724= IFCSIMPLEPROPERTYTEMPLATE('0Quf032kD2sP$S5x5qU4Gx',$,'NoiseEmissions','Level of sound emission',.P_SINGLEVALUE.,'IfcSoundPowerLevelMeasure',$,$,$,$,$,$); -#1725= IFCSIMPLEPROPERTYTEMPLATE('2grHw0qXSHuO00025QrE$V',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the chamber of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1725= IFCSIMPLEPROPERTYTEMPLATE('1UPl00qT4HuO00025QrE$V',$,'NominalAirFlowRate','Nominal air flow rate.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1726= IFCSIMPLEPROPERTYTEMPLATE('3eXNU0qXOHuO00025QrE$V',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1726= IFCSIMPLEPROPERTYTEMPLATE('2369C0qUGHuO00025QrE$V',$,'NominalAirFlowRate','Nominal air flow rate.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1727= IFCSIMPLEPROPERTYTEMPLATE('0sJg_0qXWHuO00025QrE$V',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1727= IFCSIMPLEPROPERTYTEMPLATE('2XQvW0qRuHuO00025QrE$V',$,'NominalAirFlowRate','Nominal airflow rate.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1728= IFCSIMPLEPROPERTYTEMPLATE('1AUxW0qUeHuO00025QrE$V',$,'NominalBodyWidth','Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1728= IFCSIMPLEPROPERTYTEMPLATE('3Xb400qUaHuO00025QrE$V',$,'NominalAirFlowRate','Nominal rate of air flow into which water vapor is added.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1729= IFCSIMPLEPROPERTYTEMPLATE('1Zcbu0qXOHuO00025QrE$V',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the chamber of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1729= IFCSIMPLEPROPERTYTEMPLATE('0_3bG0qXWHuO00025QrE$V',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1730= IFCSIMPLEPROPERTYTEMPLATE('2qNeQ0qXSHuO00025QrE$V',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the chamber of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1730= IFCSIMPLEPROPERTYTEMPLATE('1hyfa0qXOHuO00025QrE$V',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the chamber of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1731= IFCSIMPLEPROPERTYTEMPLATE('3o3j_0qXOHuO00025QrE$V',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1731= IFCSIMPLEPROPERTYTEMPLATE('1IEro0qUeHuO00025QrE$V',$,'NominalBodyDepth','Nominal or quoted =length, measured along the z-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1732= IFCSIMPLEPROPERTYTEMPLATE('06cwc0qX0HuO00025QrE$V',$,'NominalCapacity','The total nominal or design volumetric capacity of the tank.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#1732= IFCSIMPLEPROPERTYTEMPLATE('2_W8K0qXSHuO00025QrE$V',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the chamber of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1733= IFCSIMPLEPROPERTYTEMPLATE('1rfDu0qSyHuO00025QrE$V',$,'NominalCapacity','Nominal cooling tower capacity in terms of heat transfer rate of the cooling tower between air stream and water stream at nominal conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1733= IFCSIMPLEPROPERTYTEMPLATE('3w$x40qXOHuO00025QrE$V',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1734= IFCSIMPLEPROPERTYTEMPLATE('1Tori0qSiHuO00025QrE$V',$,'NominalCapacity','Compressor nameplate capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1734= IFCSIMPLEPROPERTYTEMPLATE('0jzdI0qXWHuO00025QrE$V',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1735= IFCSIMPLEPROPERTYTEMPLATE('3_R4k0qSWHuO00025QrE$V',$,'NominalCapacity','Nominal cooling capacity of chiller at standardized conditions as defined by the agency having jurisdiction.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1735= IFCSIMPLEPROPERTYTEMPLATE('12l1E0qUeHuO00025QrE$V',$,'NominalBodyLength','Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1736= IFCSIMPLEPROPERTYTEMPLATE('099k20qSaHuO00025QrE$V',$,'NominalCondensingTemperature','Chiller condensing temperature.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1736= IFCSIMPLEPROPERTYTEMPLATE('1QgOo0qXOHuO00025QrE$V',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the chamber of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1737= IFCSIMPLEPROPERTYTEMPLATE('3RtJ40qSuHuO00025QrE$V',$,'NominalCoolingCapacity','Nominal cooling capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1737= IFCSIMPLEPROPERTYTEMPLATE('2grHw0qXSHuO00025QrE$V',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the chamber of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1738= IFCSIMPLEPROPERTYTEMPLATE('25Bo60qUKHuO00025QrE$V',$,'NominalCountedEfficiency','Nominal filter efficiency based the particle count concentration before and after the filter against particles with a certain size distribution.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1738= IFCSIMPLEPROPERTYTEMPLATE('3eXNU0qXOHuO00025QrE$V',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1739= IFCSIMPLEPROPERTYTEMPLATE('0sDhk0qUWHuO00025QrE$V',$,'NominalCurrent','The nominal current that is designed to be measured.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1739= IFCSIMPLEPROPERTYTEMPLATE('0sJg_0qXWHuO00025QrE$V',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1740= IFCSIMPLEPROPERTYTEMPLATE('1Vh1C0qVaHuO00025QrE$V',$,'NominalCurrent','A set of nominal currents in [A] for which the data of this instance is valid. At least one value shall be provided. Any value in the set shall not exceed the value of the \X\0D\X\0AUltimateRatedCurrent associated with the same breaker unit.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1740= IFCSIMPLEPROPERTYTEMPLATE('1AUxW0qUeHuO00025QrE$V',$,'NominalBodyWidth','Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1741= IFCSIMPLEPROPERTYTEMPLATE('3Gdli0qVWHuO00025QrE$V',$,'NominalCurrent','A set of nominal currents in [A] for which the data of this instance is valid. At least one value shall be provided. Any value in the set shall not exceed the value of the \X\0D\X\0AUltimateRatedCurrent associated with the same breaker unit.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1741= IFCSIMPLEPROPERTYTEMPLATE('1Zcbu0qXOHuO00025QrE$V',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the chamber of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1742= IFCSIMPLEPROPERTYTEMPLATE('191hk0qViHuO00025QrE$V',$,'NominalCurrentAdjusted','An indication if the tripping currents of the short time protection is related to the nominal current multiplied with the actual setting of the current adjustment, if any, of the long time protection part of the protective device, or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1742= IFCSIMPLEPROPERTYTEMPLATE('2qNeQ0qXSHuO00025QrE$V',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the chamber of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1743= IFCSIMPLEPROPERTYTEMPLATE('1AWxG0qVeHuO00025QrE$V',$,'NominalCurrentAdjusted','An indication if the tripping currents of the short time protection is related to the nominal current multiplied with the actual setting of the current adjustment, if any, of the long time protection part of the protective device, or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1743= IFCSIMPLEPROPERTYTEMPLATE('3o3j_0qXOHuO00025QrE$V',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1744= IFCSIMPLEPROPERTYTEMPLATE('2oEVy0qVeHuO00025QrE$V',$,'NominalCurrentAdjusted','An indication if the tripping currents of the short time protection is related to the nominal current multiplied with the actual setting of the current adjustment, if any, of the long time protection part of the protective device, or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1744= IFCSIMPLEPROPERTYTEMPLATE('06cwc0qX0HuO00025QrE$V',$,'NominalCapacity','The total nominal or design volumetric capacity of the tank.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#1745= IFCSIMPLEPROPERTYTEMPLATE('2kMQq0qVaHuO00025QrE$V',$,'NominalCurrents','A set of nominal currents in [A] for which the data of this instance is valid. At least one value shall be provided. Any value in the set shall not exceed the value of the \X\0D\X\0AUltimateRatedCurrent associated with the same breaker unit.',.P_LISTVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1745= IFCSIMPLEPROPERTYTEMPLATE('1rfDu0qSyHuO00025QrE$V',$,'NominalCapacity','Nominal cooling tower capacity in terms of heat transfer rate of the cooling tower between air stream and water stream at nominal conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1746= IFCSIMPLEPROPERTYTEMPLATE('2Y8ny0qVmHuO00025QrE$V',$,'NominalCurrents','A set of values providing information on available modules (chips) for setting the nominal current of the protective device. If\X\0D\X\0Athe set is empty, no nominal current modules are available for the tripping unit.',.P_LISTVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1746= IFCSIMPLEPROPERTYTEMPLATE('1Tori0qSiHuO00025QrE$V',$,'NominalCapacity','Compressor nameplate capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1747= IFCSIMPLEPROPERTYTEMPLATE('3VQBm0qRuHuO00025QrE$V',$,'NominalDamperDiameter','Nominal damper diameter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1747= IFCSIMPLEPROPERTYTEMPLATE('3_R4k0qSWHuO00025QrE$V',$,'NominalCapacity','Nominal cooling capacity of chiller at standardized conditions as defined by the agency having jurisdiction.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1748= IFCSIMPLEPROPERTYTEMPLATE('0HZnE0qUaHuO00025QrE$V',$,'NominalDepth','Nominal Depth of the object',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#1748= IFCSIMPLEPROPERTYTEMPLATE('099k20qSaHuO00025QrE$V',$,'NominalCondensingTemperature','Chiller condensing temperature.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1749= IFCSIMPLEPROPERTYTEMPLATE('2EWhC0qX8HuO00025QrE$V',$,'NominalDiameter','Nominal diameter or width of the tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1749= IFCSIMPLEPROPERTYTEMPLATE('3RtJ40qSuHuO00025QrE$V',$,'NominalCoolingCapacity','Nominal cooling capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1750= IFCSIMPLEPROPERTYTEMPLATE('2idNc0CVn4uOAABCTgvTXi',$,'NominalDiameter','The nominal diameter of the pipe connection.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1750= IFCSIMPLEPROPERTYTEMPLATE('25Bo60qUKHuO00025QrE$V',$,'NominalCountedEfficiency','Nominal filter efficiency based the particle count concentration before and after the filter against particles with a certain size distribution.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1751= IFCSIMPLEPROPERTYTEMPLATE('30E560qVCHuO00025QrE$V',$,'NominalDiameter','The nominal diameter of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1751= IFCSIMPLEPROPERTYTEMPLATE('0sDhk0qUWHuO00025QrE$V',$,'NominalCurrent','The nominal current that is designed to be measured.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1752= IFCSIMPLEPROPERTYTEMPLATE('3583UJ6cD6cBUOPJ6Z7hRk',$,'NominalDiameter','The nominal diameter of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1752= IFCSIMPLEPROPERTYTEMPLATE('1Vh1C0qVaHuO00025QrE$V',$,'NominalCurrent','A set of nominal currents in [A] for which the data of this instance is valid. At least one value shall be provided. Any value in the set shall not exceed the value of the \X\0D\X\0AUltimateRatedCurrent associated with the same breaker unit.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1753= IFCSIMPLEPROPERTYTEMPLATE('2eefu0qTuHuO00025QrE$V',$,'NominalDiameterOrWidth','The nominal diameter or width of the duct segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1753= IFCSIMPLEPROPERTYTEMPLATE('3Gdli0qVWHuO00025QrE$V',$,'NominalCurrent','A set of nominal currents in [A] for which the data of this instance is valid. At least one value shall be provided. Any value in the set shall not exceed the value of the \X\0D\X\0AUltimateRatedCurrent associated with the same breaker unit.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1754= IFCSIMPLEPROPERTYTEMPLATE('04OYo0qSaHuO00025QrE$V',$,'NominalEfficiency','Nominal chiller efficiency under nominal conditions.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1754= IFCSIMPLEPROPERTYTEMPLATE('191hk0qViHuO00025QrE$V',$,'NominalCurrentAdjusted','An indication if the tripping currents of the short time protection is related to the nominal current multiplied with the actual setting of the current adjustment, if any, of the long time protection part of the protective device, or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1755= IFCSIMPLEPROPERTYTEMPLATE('3CMEg0qSGHuO00025QrE$V',$,'NominalEfficiency','The nominal efficiency of the boiler as defined by the manufacturer. For steam boilers, a function of inlet temperature versus steam pressure. Note: as two variables are used, DefiningValues and DefinedValues are null, and values are stored in IfcTable in the following order: InletTemperature(IfcThermodynamicTemperatureMeasure) and OutletTemperature(IfcThermodynamicTemperatureMeasure) in DefiningValues, and NominalEfficiency(IfcNormalisedRatioMeasure) in DefinedValues. For example, DefininfValues(InletTemp, OutletTemp), DefinedValues(null, NominalEfficiency). The IfcTable is related to IfcPropertyTableValue using IfcMetric and IfcPropertyConstraintRelationship.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1755= IFCSIMPLEPROPERTYTEMPLATE('1AWxG0qVeHuO00025QrE$V',$,'NominalCurrentAdjusted','An indication if the tripping currents of the short time protection is related to the nominal current multiplied with the actual setting of the current adjustment, if any, of the long time protection part of the protective device, or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1756= IFCSIMPLEPROPERTYTEMPLATE('3UEes0qSGHuO00025QrE$V',$,'NominalEfficiency','The nominal efficiency of the boiler as defined by the manufacturer. For water boilers, a function of inlet versus outlet temperature. Note: as two variables are used, DefiningValues and DefinedValues are null, and values are stored in IfcTable in the following order: InletTemperature(IfcThermodynamicTemperatureMeasure), OutletTemperature(IfcThermodynamicTemperatureMeasure), NominalEfficiency(IfcNormalizedRatioMeasure). The IfcTable is related to IfcPropertyTableValue using IfcMetric and IfcPropertyConstraintRelationship.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1756= IFCSIMPLEPROPERTYTEMPLATE('2oEVy0qVeHuO00025QrE$V',$,'NominalCurrentAdjusted','An indication if the tripping currents of the short time protection is related to the nominal current multiplied with the actual setting of the current adjustment, if any, of the long time protection part of the protective device, or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1757= IFCSIMPLEPROPERTYTEMPLATE('2fnj60qSGHuO00025QrE$V',$,'NominalEnergyConsumption','Nominal fuel consumption rate required to produce the total boiler heat output.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1757= IFCSIMPLEPROPERTYTEMPLATE('2kMQq0qVaHuO00025QrE$V',$,'NominalCurrents','A set of nominal currents in [A] for which the data of this instance is valid. At least one value shall be provided. Any value in the set shall not exceed the value of the \X\0D\X\0AUltimateRatedCurrent associated with the same breaker unit.',.P_LISTVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1758= IFCSIMPLEPROPERTYTEMPLATE('0EX2i0qSaHuO00025QrE$V',$,'NominalEvaporatingTemperature','Chiller evaporating temperature.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1758= IFCSIMPLEPROPERTYTEMPLATE('2Y8ny0qVmHuO00025QrE$V',$,'NominalCurrents','A set of values providing information on available modules (chips) for setting the nominal current of the protective device. If\X\0D\X\0Athe set is empty, no nominal current modules are available for the tripping unit.',.P_LISTVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1759= IFCSIMPLEPROPERTYTEMPLATE('3gWnA0qUKHuO00025QrE$V',$,'NominalFilterFaceVelocity','Filter face velocity.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#1759= IFCSIMPLEPROPERTYTEMPLATE('3VQBm0qRuHuO00025QrE$V',$,'NominalDamperDiameter','Nominal damper diameter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1760= IFCSIMPLEPROPERTYTEMPLATE('3uE9W0qUKHuO00025QrE$V',$,'NominalFlowrate','Nominal fluid flow rate through the filter.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1760= IFCSIMPLEPROPERTYTEMPLATE('0HZnE0qUaHuO00025QrE$V',$,'NominalDepth','Nominal Depth of the object',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#1761= IFCSIMPLEPROPERTYTEMPLATE('0rcYS0qU0HuO00025QrE$V',$,'NominalFrequency','The nominal frequency of the supply.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#1761= IFCSIMPLEPROPERTYTEMPLATE('2EWhC0qX8HuO00025QrE$V',$,'NominalDiameter','Nominal diameter or width of the tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1762= IFCSIMPLEPROPERTYTEMPLATE('3scdbKLST8Ge9QL74TErgy',$,'NominalFrequencyRange','The upper and lower limits of frequency for which the operation of the device is certified.',.P_BOUNDEDVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#1762= IFCSIMPLEPROPERTYTEMPLATE('2idNc0CVn4uOAABCTgvTXi',$,'NominalDiameter','The nominal diameter of the pipe connection.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1763= IFCSIMPLEPROPERTYTEMPLATE('3y3F00qSuHuO00025QrE$V',$,'NominalHeatingCapacity','Nominal heating capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1763= IFCSIMPLEPROPERTYTEMPLATE('30E560qVCHuO00025QrE$V',$,'NominalDiameter','The nominal diameter of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1764= IFCSIMPLEPROPERTYTEMPLATE('0KUWm0qSaHuO00025QrE$V',$,'NominalHeatRejectionRate','Sum of the refrigeration effect and the heat equivalent of the power input to the compressor.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1764= IFCSIMPLEPROPERTYTEMPLATE('3583UJ6cD6cBUOPJ6Z7hRk',$,'NominalDiameter','The nominal diameter of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1765= IFCSIMPLEPROPERTYTEMPLATE('1dOBq0qUCHuO00025QrE$V',$,'NominalHeatTransferArea','Nominal heat transfer surface area associated with nominal overall heat transfer coefficient.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1765= IFCSIMPLEPROPERTYTEMPLATE('2eefu0qTuHuO00025QrE$V',$,'NominalDiameterOrWidth','The nominal diameter or width of the duct segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1766= IFCSIMPLEPROPERTYTEMPLATE('36PmU0qSmHuO00025QrE$V',$,'NominalHeatTransferArea','Nominal heat transfer surface area associated with nominal overall heat transfer coefficient.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#1766= IFCSIMPLEPROPERTYTEMPLATE('04OYo0qSaHuO00025QrE$V',$,'NominalEfficiency','Nominal chiller efficiency under nominal conditions.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1767= IFCSIMPLEPROPERTYTEMPLATE('1jLfu0qUCHuO00025QrE$V',$,'NominalHeatTransferCoefficient','Nominal overall heat transfer coefficient associated with nominal heat transfer area.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#1767= IFCSIMPLEPROPERTYTEMPLATE('3CMEg0qSGHuO00025QrE$V',$,'NominalEfficiency','The nominal efficiency of the boiler as defined by the manufacturer. For steam boilers, a function of inlet temperature versus steam pressure. Note: as two variables are used, DefiningValues and DefinedValues are null, and values are stored in IfcTable in the following order: InletTemperature(IfcThermodynamicTemperatureMeasure) and OutletTemperature(IfcThermodynamicTemperatureMeasure) in DefiningValues, and NominalEfficiency(IfcNormalisedRatioMeasure) in DefinedValues. For example, DefininfValues(InletTemp, OutletTemp), DefinedValues(null, NominalEfficiency). The IfcTable is related to IfcPropertyTableValue using IfcMetric and IfcPropertyConstraintRelationship.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); -#1768= IFCSIMPLEPROPERTYTEMPLATE('3Bn580qSmHuO00025QrE$V',$,'NominalHeatTransferCoefficient','Nominal overall heat transfer coefficient associated with nominal heat transfer area.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#1768= IFCSIMPLEPROPERTYTEMPLATE('3UEes0qSGHuO00025QrE$V',$,'NominalEfficiency','The nominal efficiency of the boiler as defined by the manufacturer. For water boilers, a function of inlet versus outlet temperature. Note: as two variables are used, DefiningValues and DefinedValues are null, and values are stored in IfcTable in the following order: InletTemperature(IfcThermodynamicTemperatureMeasure), OutletTemperature(IfcThermodynamicTemperatureMeasure), NominalEfficiency(IfcNormalizedRatioMeasure). The IfcTable is related to IfcPropertyTableValue using IfcMetric and IfcPropertyConstraintRelationship.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); -#1769= IFCSIMPLEPROPERTYTEMPLATE('00HWS0qUaHuO00025QrE$V',$,'NominalHeight','The nominal height of the furniture of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1769= IFCSIMPLEPROPERTYTEMPLATE('2fnj60qSGHuO00025QrE$V',$,'NominalEnergyConsumption','Nominal fuel consumption rate required to produce the total boiler heat output.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1770= IFCSIMPLEPROPERTYTEMPLATE('0j3HK0qWyHuO00025QrE$V',$,'NominalHeight','The nominal height of the system furniture elements of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1770= IFCSIMPLEPROPERTYTEMPLATE('0EX2i0qSaHuO00025QrE$V',$,'NominalEvaporatingTemperature','Chiller evaporating temperature.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1771= IFCSIMPLEPROPERTYTEMPLATE('0ZM6gGT814qRBtBvJJdu5X',$,'NominalHeight','Specifies the nominal height of the compartment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1771= IFCSIMPLEPROPERTYTEMPLATE('3gWnA0qUKHuO00025QrE$V',$,'NominalFilterFaceVelocity','Filter face velocity.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#1772= IFCSIMPLEPROPERTYTEMPLATE('1_HEQ0qSOHuO00025QrE$V',$,'NominalHeight','The nominal height of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1772= IFCSIMPLEPROPERTYTEMPLATE('3uE9W0qUKHuO00025QrE$V',$,'NominalFlowrate','Nominal fluid flow rate through the filter.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1773= IFCSIMPLEPROPERTYTEMPLATE('1Fy4XYaJXDTBDDb9f06ofi',$,'NominalHeight','Nominal height of the object.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#1773= IFCSIMPLEPROPERTYTEMPLATE('0rcYS0qU0HuO00025QrE$V',$,'NominalFrequency','The nominal frequency of the supply.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#1774= IFCSIMPLEPROPERTYTEMPLATE('2g_Fu0qSOHuO00025QrE$V',$,'NominalHeight','The nominal height of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1774= IFCSIMPLEPROPERTYTEMPLATE('3scdbKLST8Ge9QL74TErgy',$,'NominalFrequencyRange','The upper and lower limits of frequency for which the operation of the device is certified.',.P_BOUNDEDVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#1775= IFCSIMPLEPROPERTYTEMPLATE('2GgGGOa7f1W9fIUx7l1f05',$,'NominalHeight','The nominal height of the duct connection. Only provided for rectangular shaped ducts.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1775= IFCSIMPLEPROPERTYTEMPLATE('3y3F00qSuHuO00025QrE$V',$,'NominalHeatingCapacity','Nominal heating capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1776= IFCSIMPLEPROPERTYTEMPLATE('2HCjU0qXKHuO00025QrE$V',$,'NominalHeight','Height of the vibration isolator before the application of load.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1776= IFCSIMPLEPROPERTYTEMPLATE('0KUWm0qSaHuO00025QrE$V',$,'NominalHeatRejectionRate','Sum of the refrigeration effect and the heat equivalent of the power input to the compressor.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1777= IFCSIMPLEPROPERTYTEMPLATE('2Kwps0qSOHuO00025QrE$V',$,'NominalHeight','The nominal height of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1777= IFCSIMPLEPROPERTYTEMPLATE('1dOBq0qUCHuO00025QrE$V',$,'NominalHeatTransferArea','Nominal heat transfer surface area associated with nominal overall heat transfer coefficient.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1778= IFCSIMPLEPROPERTYTEMPLATE('2mOaA0qTuHuO00025QrE$V',$,'NominalHeight','The nominal height of the duct segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1778= IFCSIMPLEPROPERTYTEMPLATE('36PmU0qSmHuO00025QrE$V',$,'NominalHeatTransferArea','Nominal heat transfer surface area associated with nominal overall heat transfer coefficient.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#1779= IFCSIMPLEPROPERTYTEMPLATE('3VRBe0qSOHuO00025QrE$V',$,'NominalHeight','The nominal height of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1779= IFCSIMPLEPROPERTYTEMPLATE('1jLfu0qUCHuO00025QrE$V',$,'NominalHeatTransferCoefficient','Nominal overall heat transfer coefficient associated with nominal heat transfer area.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#1780= IFCSIMPLEPROPERTYTEMPLATE('3PSji0qRuHuO00025QrE$V',$,'NominalInletAirPressure','Nominal airflow inlet static pressure.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1780= IFCSIMPLEPROPERTYTEMPLATE('3Bn580qSmHuO00025QrE$V',$,'NominalHeatTransferCoefficient','Nominal overall heat transfer coefficient associated with nominal heat transfer area.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#1781= IFCSIMPLEPROPERTYTEMPLATE('2yE9Yxgxv0KRzH8vY2fcco',$,'NominalInstallationDepth','Nominal installation depth underground.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1781= IFCSIMPLEPROPERTYTEMPLATE('00HWS0qUaHuO00025QrE$V',$,'NominalHeight','The nominal height of the furniture of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1782= IFCSIMPLEPROPERTYTEMPLATE('308rm0qSaHuO00025QrE$V',$,'NominalLatentCapacity','Nominal latent capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1782= IFCSIMPLEPROPERTYTEMPLATE('0j3HK0qWyHuO00025QrE$V',$,'NominalHeight','The nominal height of the system furniture elements of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1783= IFCSIMPLEPROPERTYTEMPLATE('07RHK0qUaHuO00025QrE$V',$,'NominalLength','Nominal length of the object.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#1783= IFCSIMPLEPROPERTYTEMPLATE('0ZM6gGT814qRBtBvJJdu5X',$,'NominalHeight','Specifies the nominal height of the compartment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1784= IFCSIMPLEPROPERTYTEMPLATE('3lzLA0qWyHuO00025QrE$V',$,'NominalLengthOrDiameter','The nominal length or, in the case of a vertical cylindrical tank, the nominal diameter of the tank.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1784= IFCSIMPLEPROPERTYTEMPLATE('1_HEQ0qSOHuO00025QrE$V',$,'NominalHeight','The nominal height of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1785= IFCSIMPLEPROPERTYTEMPLATE('2dKB03DRb7Wg298fNHgJuO',$,'NominalLoad','The nominal load that a component can support.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#1785= IFCSIMPLEPROPERTYTEMPLATE('1Fy4XYaJXDTBDDb9f06ofi',$,'NominalHeight','Nominal height of the object.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#1786= IFCSIMPLEPROPERTYTEMPLATE('3khp00qUKHuO00025QrE$V',$,'NominalMediaSurfaceVelocity','Average fluid velocity at the media surface.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#1786= IFCSIMPLEPROPERTYTEMPLATE('2g_Fu0qSOHuO00025QrE$V',$,'NominalHeight','The nominal height of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1787= IFCSIMPLEPROPERTYTEMPLATE('3SDlM0qUaHuO00025QrE$V',$,'NominalMoistureGain','Nominal rate of water vapor added into the airstream.',.P_SINGLEVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); +#1787= IFCSIMPLEPROPERTYTEMPLATE('2GgGGOa7f1W9fIUx7l1f05',$,'NominalHeight','The nominal height of the duct connection. Only provided for rectangular shaped ducts.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1788= IFCSIMPLEPROPERTYTEMPLATE('3zbUA0qUKHuO00025QrE$V',$,'NominalParticleGeometricMeanDiameter','Particle geometric mean diameter associated with nominal efficiency.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1788= IFCSIMPLEPROPERTYTEMPLATE('2HCjU0qXKHuO00025QrE$V',$,'NominalHeight','Height of the vibration isolator before the application of load.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1789= IFCSIMPLEPROPERTYTEMPLATE('02yoq0qUOHuO00025QrE$V',$,'NominalParticleGeometricStandardDeviation','Particle geometric standard deviation associated with nominal efficiency.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1789= IFCSIMPLEPROPERTYTEMPLATE('2Kwps0qSOHuO00025QrE$V',$,'NominalHeight','The nominal height of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1790= IFCSIMPLEPROPERTYTEMPLATE('29bnA0qSGHuO00025QrE$V',$,'NominalPartLoadRatio','Allowable part load ratio range.',.P_BOUNDEDVALUE.,'IfcReal',$,$,$,$,$,$); +#1790= IFCSIMPLEPROPERTYTEMPLATE('2mOaA0qTuHuO00025QrE$V',$,'NominalHeight','The nominal height of the duct segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1791= IFCSIMPLEPROPERTYTEMPLATE('2pu16hiH1CqQv04BNgxAph',$,'NominalPower','A conventional value of apparent power determining a value of the rated current that may be carried with rated voltage applied, under specified conditions. ( IEV ref 421-04-04)',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1791= IFCSIMPLEPROPERTYTEMPLATE('3VRBe0qSOHuO00025QrE$V',$,'NominalHeight','The nominal height of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1792= IFCSIMPLEPROPERTYTEMPLATE('0PrrQ0qSaHuO00025QrE$V',$,'NominalPowerConsumption','Nominal total power consumption.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1792= IFCSIMPLEPROPERTYTEMPLATE('3PSji0qRuHuO00025QrE$V',$,'NominalInletAirPressure','Nominal airflow inlet static pressure.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1793= IFCSIMPLEPROPERTYTEMPLATE('2RYAs0qUGHuO00025QrE$V',$,'NominalPowerRate','Nominal fan power rate.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1793= IFCSIMPLEPROPERTYTEMPLATE('2yE9Yxgxv0KRzH8vY2fcco',$,'NominalInstallationDepth','Nominal installation depth underground.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1794= IFCSIMPLEPROPERTYTEMPLATE('3osqs0qUKHuO00025QrE$V',$,'NominalPressureDrop','Total pressure drop across the filter.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1794= IFCSIMPLEPROPERTYTEMPLATE('308rm0qSaHuO00025QrE$V',$,'NominalLatentCapacity','Nominal latent capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1795= IFCSIMPLEPROPERTYTEMPLATE('3mkSI0qSuHuO00025QrE$V',$,'NominalReturnWaterTemperatureCooling','Nominal return water temperature (refers to nominal cooling capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1795= IFCSIMPLEPROPERTYTEMPLATE('07RHK0qUaHuO00025QrE$V',$,'NominalLength','Nominal length of the object.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#1796= IFCSIMPLEPROPERTYTEMPLATE('0AywA0qSyHuO00025QrE$V',$,'NominalReturnWaterTemperatureHeating','Nominal return water temperature (refers to nominal heating capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1796= IFCSIMPLEPROPERTYTEMPLATE('3lzLA0qWyHuO00025QrE$V',$,'NominalLengthOrDiameter','The nominal length or, in the case of a vertical cylindrical tank, the nominal diameter of the tank.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1797= IFCSIMPLEPROPERTYTEMPLATE('2Mm$c0qUGHuO00025QrE$V',$,'NominalRotationSpeed','Nominal fan wheel speed.',.P_SINGLEVALUE.,'IfcRotationalFrequencyMeasure',$,$,$,$,$,$); +#1797= IFCSIMPLEPROPERTYTEMPLATE('2dKB03DRb7Wg298fNHgJuO',$,'NominalLoad','The nominal load that a component can support.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#1798= IFCSIMPLEPROPERTYTEMPLATE('3xZ4s0qVuHuO00025QrE$V',$,'NominalRotationSpeed','Pump rotational speed under nominal conditions.',.P_SINGLEVALUE.,'IfcRotationalFrequencyMeasure',$,$,$,$,$,$); +#1798= IFCSIMPLEPROPERTYTEMPLATE('3khp00qUKHuO00025QrE$V',$,'NominalMediaSurfaceVelocity','Average fluid velocity at the media surface.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#1799= IFCSIMPLEPROPERTYTEMPLATE('2xNgW0qSaHuO00025QrE$V',$,'NominalSensibleCapacity','Nominal sensible capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1799= IFCSIMPLEPROPERTYTEMPLATE('3SDlM0qUaHuO00025QrE$V',$,'NominalMoistureGain','Nominal rate of water vapor added into the airstream.',.P_SINGLEVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); -#1800= IFCSIMPLEPROPERTYTEMPLATE('2PhVA0qS8HuO00025QrE$V',$,'NominalSize','Indicates the diagonal screen size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1800= IFCSIMPLEPROPERTYTEMPLATE('3zbUA0qUKHuO00025QrE$V',$,'NominalParticleGeometricMeanDiameter','Particle geometric mean diameter associated with nominal efficiency.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1801= IFCSIMPLEPROPERTYTEMPLATE('1dblNZi9nBpReQYP2Fv0zI',$,'NominalSpacing','Specifies the nominal spacing between seals.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1801= IFCSIMPLEPROPERTYTEMPLATE('02yoq0qUOHuO00025QrE$V',$,'NominalParticleGeometricStandardDeviation','Particle geometric standard deviation associated with nominal efficiency.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1802= IFCSIMPLEPROPERTYTEMPLATE('2GpXY0qUGHuO00025QrE$V',$,'NominalStaticPressure','The static pressure within the air stream that the fan must overcome to insure designed circulation of air.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1802= IFCSIMPLEPROPERTYTEMPLATE('29bnA0qSGHuO00025QrE$V',$,'NominalPartLoadRatio','Allowable part load ratio range.',.P_BOUNDEDVALUE.,'IfcReal',$,$,$,$,$,$); -#1803= IFCSIMPLEPROPERTYTEMPLATE('0uP3w0qXSHuO00025QrE$V',$,'NominalSumpDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1803= IFCSIMPLEPROPERTYTEMPLATE('2pu16hiH1CqQv04BNgxAph',$,'NominalPower','A conventional value of apparent power determining a value of the rated current that may be carried with rated voltage applied, under specified conditions. ( IEV ref 421-04-04)',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1804= IFCSIMPLEPROPERTYTEMPLATE('0cWfk0qXSHuO00025QrE$V',$,'NominalSumpLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1804= IFCSIMPLEPROPERTYTEMPLATE('0PrrQ0qSaHuO00025QrE$V',$,'NominalPowerConsumption','Nominal total power consumption.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1805= IFCSIMPLEPROPERTYTEMPLATE('0m30E0qXSHuO00025QrE$V',$,'NominalSumpWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1805= IFCSIMPLEPROPERTYTEMPLATE('2RYAs0qUGHuO00025QrE$V',$,'NominalPowerRate','Nominal fan power rate.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1806= IFCSIMPLEPROPERTYTEMPLATE('3hgdbiYpLERhPeEQfTel7i',$,'NominalSupplyCurrent','The nominal current of the supply.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#1806= IFCSIMPLEPROPERTYTEMPLATE('3osqs0qUKHuO00025QrE$V',$,'NominalPressureDrop','Total pressure drop across the filter.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1807= IFCSIMPLEPROPERTYTEMPLATE('0f5Sw0qU0HuO00025QrE$V',$,'NominalSupplyVoltage','The nominal voltage of the supply.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#1807= IFCSIMPLEPROPERTYTEMPLATE('3mkSI0qSuHuO00025QrE$V',$,'NominalReturnWaterTemperatureCooling','Nominal return water temperature (refers to nominal cooling capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1808= IFCSIMPLEPROPERTYTEMPLATE('0kSna0qU0HuO00025QrE$V',$,'NominalSupplyVoltageOffset','The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#1808= IFCSIMPLEPROPERTYTEMPLATE('0AywA0qSyHuO00025QrE$V',$,'NominalReturnWaterTemperatureHeating','Nominal return water temperature (refers to nominal heating capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1809= IFCSIMPLEPROPERTYTEMPLATE('3hN7e0qSuHuO00025QrE$V',$,'NominalSupplyWaterTemperatureCooling','Nominal supply water temperature (refers to nominal cooling capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1809= IFCSIMPLEPROPERTYTEMPLATE('2Mm$c0qUGHuO00025QrE$V',$,'NominalRotationSpeed','Nominal fan wheel speed.',.P_SINGLEVALUE.,'IfcRotationalFrequencyMeasure',$,$,$,$,$,$); -#1810= IFCSIMPLEPROPERTYTEMPLATE('06Bkw0qSyHuO00025QrE$V',$,'NominalSupplyWaterTemperatureHeating','Nominal supply water temperature (refers to nominal heating capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1810= IFCSIMPLEPROPERTYTEMPLATE('3xZ4s0qVuHuO00025QrE$V',$,'NominalRotationSpeed','Pump rotational speed under nominal conditions.',.P_SINGLEVALUE.,'IfcRotationalFrequencyMeasure',$,$,$,$,$,$); -#1811= IFCSIMPLEPROPERTYTEMPLATE('3cbyO0qSuHuO00025QrE$V',$,'NominalSurroundingHumidityCooling','Nominal surrounding humidity (refers to nominal cooling capacity).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#1811= IFCSIMPLEPROPERTYTEMPLATE('2xNgW0qSaHuO00025QrE$V',$,'NominalSensibleCapacity','Nominal sensible capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1812= IFCSIMPLEPROPERTYTEMPLATE('3Xqn80qSuHuO00025QrE$V',$,'NominalSurroundingTemperatureCooling','Nominal surrounding temperature (refers to nominal cooling capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1812= IFCSIMPLEPROPERTYTEMPLATE('2PhVA0qS8HuO00025QrE$V',$,'NominalSize','Indicates the diagonal screen size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1813= IFCSIMPLEPROPERTYTEMPLATE('01QZg0qSyHuO00025QrE$V',$,'NominalSurroundingTemperatureHeating','Nominal surrounding temperature (refers to nominal heating capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1813= IFCSIMPLEPROPERTYTEMPLATE('1dblNZi9nBpReQYP2Fv0zI',$,'NominalSpacing','Specifies the nominal spacing between seals.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1814= IFCSIMPLEPROPERTYTEMPLATE('2QgJLpWOb3xfvwr_YO$T_k',$,'NominalThickness','The nominal thickness of the entity.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#1814= IFCSIMPLEPROPERTYTEMPLATE('2GpXY0qUGHuO00025QrE$V',$,'NominalStaticPressure','The static pressure within the air stream that the fan must overcome to insure designed circulation of air.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1815= IFCSIMPLEPROPERTYTEMPLATE('2dzrJAQ351fhj1A45yJpqq',$,'NominalThicknessEnd','The nominal thickness of the object after a transition from its original value. The size information is provided in addition to the shape representation and the geometric parameters used within. In case of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#1815= IFCSIMPLEPROPERTYTEMPLATE('0uP3w0qXSHuO00025QrE$V',$,'NominalSumpDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1816= IFCSIMPLEPROPERTYTEMPLATE('1RVVQ0qVKHuO00025QrE$V',$,'NominalToppingThickness','The nominal thickness of the topping.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1816= IFCSIMPLEPROPERTYTEMPLATE('0cWfk0qXSHuO00025QrE$V',$,'NominalSumpLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1817= IFCSIMPLEPROPERTYTEMPLATE('293dG0qUGHuO00025QrE$V',$,'NominalTotalPressure','Nominal total pressure rise across the fan.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1817= IFCSIMPLEPROPERTYTEMPLATE('0m30E0qXSHuO00025QrE$V',$,'NominalSumpWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1818= IFCSIMPLEPROPERTYTEMPLATE('3Cd$wHaE95zeG4Dy9Ad2WJ',$,'NominalTransverseInclination','Required nominal angle of transverse slope.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#1818= IFCSIMPLEPROPERTYTEMPLATE('3hgdbiYpLERhPeEQfTel7i',$,'NominalSupplyCurrent','The nominal current of the supply.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#1819= IFCSIMPLEPROPERTYTEMPLATE('35WAQ0qSaHuO00025QrE$V',$,'NominalUA','Nominal UA value.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1819= IFCSIMPLEPROPERTYTEMPLATE('0f5Sw0qU0HuO00025QrE$V',$,'NominalSupplyVoltage','The nominal voltage of the supply.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#1820= IFCSIMPLEPROPERTYTEMPLATE('3lq2xqPH9FnvgKOz8DOPYt',$,'NominalVoltage','The optimum voltage for the electrical appliance or system.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#1820= IFCSIMPLEPROPERTYTEMPLATE('0kSna0qU0HuO00025QrE$V',$,'NominalSupplyVoltageOffset','The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#1821= IFCSIMPLEPROPERTYTEMPLATE('3s5my0qSuHuO00025QrE$V',$,'NominalWaterFlowCooling','Nominal water flow (refers to nominal cooling capacity).',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1821= IFCSIMPLEPROPERTYTEMPLATE('3hN7e0qSuHuO00025QrE$V',$,'NominalSupplyWaterTemperatureCooling','Nominal supply water temperature (refers to nominal cooling capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1822= IFCSIMPLEPROPERTYTEMPLATE('0GKEq0qSyHuO00025QrE$V',$,'NominalWaterFlowHeating','Nominal water flow (refers to nominal heating capacity).',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1822= IFCSIMPLEPROPERTYTEMPLATE('06Bkw0qSyHuO00025QrE$V',$,'NominalSupplyWaterTemperatureHeating','Nominal supply water temperature (refers to nominal heating capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1823= IFCSIMPLEPROPERTYTEMPLATE('1NkoWVgmHA5xrENqUppTds',$,'NominalWeight','Nominal weight of the object.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#1823= IFCSIMPLEPROPERTYTEMPLATE('3cbyO0qSuHuO00025QrE$V',$,'NominalSurroundingHumidityCooling','Nominal surrounding humidity (refers to nominal cooling capacity).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#1824= IFCSIMPLEPROPERTYTEMPLATE('2AZ6m0qUKHuO00025QrE$V',$,'NominalWeightedEfficiency','Nominal filter efficiency based the particle weight concentration before and after the filter against particles with a certain size distribution.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#1824= IFCSIMPLEPROPERTYTEMPLATE('3Xqn80qSuHuO00025QrE$V',$,'NominalSurroundingTemperatureCooling','Nominal surrounding temperature (refers to nominal cooling capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1825= IFCSIMPLEPROPERTYTEMPLATE('1X9otKcjv7p8Guj7jHwQgt',$,'NominalWidth','Specifies the nominal width of the compartment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1825= IFCSIMPLEPROPERTYTEMPLATE('01QZg0qSyHuO00025QrE$V',$,'NominalSurroundingTemperatureHeating','Nominal surrounding temperature (refers to nominal heating capacity).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1826= IFCSIMPLEPROPERTYTEMPLATE('2YZfyYRY1Aa9bsWGvZEaNq',$,'NominalWidth','The nominal width of the object.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#1826= IFCSIMPLEPROPERTYTEMPLATE('2QgJLpWOb3xfvwr_YO$T_k',$,'NominalThickness','The nominal thickness of the entity.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#1827= IFCSIMPLEPROPERTYTEMPLATE('3tjFS0qWyHuO00025QrE$V',$,'NominalWidthOrDiameter','The nominal width or, in the case of a horizontal cylindrical tank, the nominal diameter of the tank.\X\0D\X\0A\X\0D\X\0ANote: Not required for a vertical cylindrical tank.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1827= IFCSIMPLEPROPERTYTEMPLATE('2dzrJAQ351fhj1A45yJpqq',$,'NominalThicknessEnd','The nominal thickness of the object after a transition from its original value. The size information is provided in addition to the shape representation and the geometric parameters used within. In case of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#1828= IFCSIMPLEPROPERTYTEMPLATE('0Kqj40qU8HuO00025QrE$V',$,'NonHazardousWaste','Quantity of non hazardous waste generated.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#1828= IFCSIMPLEPROPERTYTEMPLATE('1RVVQ0qVKHuO00025QrE$V',$,'NominalToppingThickness','The nominal thickness of the topping.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1829= IFCSIMPLEPROPERTYTEMPLATE('2_PPA0qU4HuO00025QrE$V',$,'NonHazardousWastePerUnit','Quantity of non hazardous waste generated',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#1829= IFCSIMPLEPROPERTYTEMPLATE('293dG0qUGHuO00025QrE$V',$,'NominalTotalPressure','Nominal total pressure rise across the fan.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1830= IFCSIMPLEPROPERTYTEMPLATE('0gu960qU8HuO00025QrE$V',$,'NonRenewableEnergyConsumption','Quantity of non-renewable energy used as defined in ISO21930:2007',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); +#1830= IFCSIMPLEPROPERTYTEMPLATE('3Cd$wHaE95zeG4Dy9Ad2WJ',$,'NominalTransverseInclination','Required nominal angle of transverse slope.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#1831= IFCSIMPLEPROPERTYTEMPLATE('3L2_c0qU4HuO00025QrE$V',$,'NonRenewableEnergyConsumptionPerUnit','Quantity of non-renewable energy used as defined in ISO21930:2007',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); +#1831= IFCSIMPLEPROPERTYTEMPLATE('35WAQ0qSaHuO00025QrE$V',$,'NominalUA','Nominal UA value.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1832= IFCSIMPLEPROPERTYTEMPLATE('1iEcQ0qWqHuO00025QrE$V',$,'NosingLength','Horizontal distance from the front of the tread to the riser underneath. It is the overhang of the tread.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1832= IFCSIMPLEPROPERTYTEMPLATE('3lq2xqPH9FnvgKOz8DOPYt',$,'NominalVoltage','The optimum voltage for the electrical appliance or system.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#1833= IFCSIMPLEPROPERTYTEMPLATE('2fumLUaIP77AfA4OwuJ2TH',$,'NosingLength','Horizontal distance from the front of the tread to the riser underneath. It is the overhang of the tread.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1833= IFCSIMPLEPROPERTYTEMPLATE('3s5my0qSuHuO00025QrE$V',$,'NominalWaterFlowCooling','Nominal water flow (refers to nominal cooling capacity).',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1834= IFCSIMPLEPROPERTYTEMPLATE('00oAY0qRqHuO00025QrE$V',$,'NumberOfActors','The number of actors that are to be dealt with together in the population.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1834= IFCSIMPLEPROPERTYTEMPLATE('0GKEq0qSyHuO00025QrE$V',$,'NominalWaterFlowHeating','Nominal water flow (refers to nominal heating capacity).',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1835= IFCSIMPLEPROPERTYTEMPLATE('0PbRBXQxbBDPGv$PwwmO6f',$,'NumberOfAffectedPoles','Number of poles that the equipment affects.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1835= IFCSIMPLEPROPERTYTEMPLATE('1NkoWVgmHA5xrENqUppTds',$,'NominalWeight','Nominal weight of the object.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#1836= IFCSIMPLEPROPERTYTEMPLATE('3pcohitgD84wYzTL$rzTOJ',$,'NumberOfAntennas','Indicates the number of antennas integrated in the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1836= IFCSIMPLEPROPERTYTEMPLATE('2AZ6m0qUKHuO00025QrE$V',$,'NominalWeightedEfficiency','Nominal filter efficiency based the particle weight concentration before and after the filter against particles with a certain size distribution.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#1837= IFCSIMPLEPROPERTYTEMPLATE('0z1WG0qT4HuO00025QrE$V',$,'NumberofBlades','Number of blades.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1837= IFCSIMPLEPROPERTYTEMPLATE('1X9otKcjv7p8Guj7jHwQgt',$,'NominalWidth','Specifies the nominal width of the compartment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1838= IFCSIMPLEPROPERTYTEMPLATE('2n1DG0qV8HuO00025QrE$V',$,'NumberOfBoltholes','Number of boltholes in the flange.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1838= IFCSIMPLEPROPERTYTEMPLATE('2YZfyYRY1Aa9bsWGvZEaNq',$,'NominalWidth','The nominal width of the object.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#1839= IFCSIMPLEPROPERTYTEMPLATE('0bANhcBav7EhQtQmEUQDDQ',$,'NumberOfBranches','Indicates the number of branches that can be supported by the optical splitter.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1839= IFCSIMPLEPROPERTYTEMPLATE('3tjFS0qWyHuO00025QrE$V',$,'NominalWidthOrDiameter','The nominal width or, in the case of a horizontal cylindrical tank, the nominal diameter of the tank.\X\0D\X\0A\X\0D\X\0ANote: Not required for a vertical cylindrical tank.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1840= IFCSIMPLEPROPERTYTEMPLATE('1GIp0NSLHCAfwnDUczWxZc',$,'NumberOfCableEntries','Indicates the number of cable entries in the manhole.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1840= IFCSIMPLEPROPERTYTEMPLATE('0Kqj40qU8HuO00025QrE$V',$,'NonHazardousWaste','Quantity of non hazardous waste generated.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#1841= IFCSIMPLEPROPERTYTEMPLATE('2KK5NTKab9_g7iM9ioqV$u',$,'NumberOfCantilevers','Indicates the number of cantilevers in the OCS supporting system.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1841= IFCSIMPLEPROPERTYTEMPLATE('2_PPA0qU4HuO00025QrE$V',$,'NonHazardousWastePerUnit','Quantity of non hazardous waste generated',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#1842= IFCSIMPLEPROPERTYTEMPLATE('07xDxpcsn6yA144GO_a3fc',$,'NumberOfCarriers','Indicates how many carrier frequencies can be managed by the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1842= IFCSIMPLEPROPERTYTEMPLATE('0gu960qU8HuO00025QrE$V',$,'NonRenewableEnergyConsumption','Quantity of non-renewable energy used as defined in ISO21930:2007',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); -#1843= IFCSIMPLEPROPERTYTEMPLATE('3Grj20qSyHuO00025QrE$V',$,'NumberOfCells','Number of cells in one cooling tower unit.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1843= IFCSIMPLEPROPERTYTEMPLATE('3L2_c0qU4HuO00025QrE$V',$,'NonRenewableEnergyConsumptionPerUnit','Quantity of non-renewable energy used as defined in ISO21930:2007',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); -#1844= IFCSIMPLEPROPERTYTEMPLATE('1B_B20qUaHuO00025QrE$V',$,'NumberOfChairs','Maximum number of chairs that can fit with the table for normal use.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1844= IFCSIMPLEPROPERTYTEMPLATE('1iEcQ0qWqHuO00025QrE$V',$,'NosingLength','Horizontal distance from the front of the tread to the riser underneath. It is the overhang of the tread.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1845= IFCSIMPLEPROPERTYTEMPLATE('1m7BU0qX8HuO00025QrE$V',$,'NumberOfCircuits','Number of parallel fluid tube circuits.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1845= IFCSIMPLEPROPERTYTEMPLATE('2fumLUaIP77AfA4OwuJ2TH',$,'NosingLength','Horizontal distance from the front of the tread to the riser underneath. It is the overhang of the tread.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1846= IFCSIMPLEPROPERTYTEMPLATE('38Z$45A$fEjAEjKJ1e9ONe',$,'NumberOfCoaxialPairs','Indicates the total number of coaxial pairs in the coaxial cable.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1846= IFCSIMPLEPROPERTYTEMPLATE('00oAY0qRqHuO00025QrE$V',$,'NumberOfActors','The number of actors that are to be dealt with together in the population.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1847= IFCSIMPLEPROPERTYTEMPLATE('1DWcqAjZr43OGGCJpgy1j6',$,'NumberOfCommonInterfaces','Indicates the number of common interfaces on the device.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); +#1847= IFCSIMPLEPROPERTYTEMPLATE('0PbRBXQxbBDPGv$PwwmO6f',$,'NumberOfAffectedPoles','Number of poles that the equipment affects.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1848= IFCSIMPLEPROPERTYTEMPLATE('2mxjy0qSOHuO00025QrE$V',$,'NumberOfCompartments','The number of separate internal compartments within the trunking.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1848= IFCSIMPLEPROPERTYTEMPLATE('3pcohitgD84wYzTL$rzTOJ',$,'NumberOfAntennas','Indicates the number of antennas integrated in the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1849= IFCSIMPLEPROPERTYTEMPLATE('2RNxHeP9b8vBeh97YG_WtE',$,'NumberOfCoolingFans','Indicates the number of cooling fans in the equipment.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1849= IFCSIMPLEPROPERTYTEMPLATE('0z1WG0qT4HuO00025QrE$V',$,'NumberofBlades','Number of blades.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1850= IFCSIMPLEPROPERTYTEMPLATE('0n5KI0qSSHuO00025QrE$V',$,'NumberOfCores','The number of cores in Cable/Bus.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1850= IFCSIMPLEPROPERTYTEMPLATE('2n1DG0qV8HuO00025QrE$V',$,'NumberOfBoltholes','Number of boltholes in the flange.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1851= IFCSIMPLEPROPERTYTEMPLATE('1QcPI0qVOHuO00025QrE$V',$,'NumberOfCores','Number of cores.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1851= IFCSIMPLEPROPERTYTEMPLATE('0bANhcBav7EhQtQmEUQDDQ',$,'NumberOfBranches','Indicates the number of branches that can be supported by the optical splitter.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1852= IFCSIMPLEPROPERTYTEMPLATE('1rjaY2H_LBUB1VPn5lebft',$,'NumberOfCPUs','The number of CPUs used by the equipment.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1852= IFCSIMPLEPROPERTYTEMPLATE('1GIp0NSLHCAfwnDUczWxZc',$,'NumberOfCableEntries','Indicates the number of cable entries in the manhole.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1853= IFCSIMPLEPROPERTYTEMPLATE('31ax3izS5EHwlYbat3DlDq',$,'NumberOfCrossedTracks','Number of tracks crossed in cable route.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1853= IFCSIMPLEPROPERTYTEMPLATE('2KK5NTKab9_g7iM9ioqV$u',$,'NumberOfCantilevers','Indicates the number of cantilevers in the OCS supporting system.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1854= IFCSIMPLEPROPERTYTEMPLATE('1NE_G0qSaHuO00025QrE$V',$,'NumberOfDrafts','Number of the chimney drafts, continuous holes in the chimney through which the air passes, within the single chimney.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1854= IFCSIMPLEPROPERTYTEMPLATE('07xDxpcsn6yA144GO_a3fc',$,'NumberOfCarriers','Indicates how many carrier frequencies can be managed by the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1855= IFCSIMPLEPROPERTYTEMPLATE('1k$ZC8XKT1wuKG_W4CR0da',$,'NumberOfEarthFaultRelays','Indicates the number of relays used for preventing earth fault.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1855= IFCSIMPLEPROPERTYTEMPLATE('3Grj20qSyHuO00025QrE$V',$,'NumberOfCells','Number of cells in one cooling tower unit.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1856= IFCSIMPLEPROPERTYTEMPLATE('1ySlWeb$P2uBH_ablyiBv9',$,'NumberOfEmergencyButtons','The number of emergency buttons built in the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1856= IFCSIMPLEPROPERTYTEMPLATE('1B_B20qUaHuO00025QrE$V',$,'NumberOfChairs','Maximum number of chairs that can fit with the table for normal use.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1857= IFCSIMPLEPROPERTYTEMPLATE('2RrzYcZZf2sO3dp5bbzVgl',$,'NumberOfEmergencyTransceivers','Indicates the number of emergency transceivers in the base band unit.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1857= IFCSIMPLEPROPERTYTEMPLATE('1m7BU0qX8HuO00025QrE$V',$,'NumberOfCircuits','Number of parallel fluid tube circuits.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1858= IFCSIMPLEPROPERTYTEMPLATE('0ql_hsVrT7ZeyOizbL_4bp',$,'NumberOfFibers','Indicates the number of fibers in the single tube or cable.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1858= IFCSIMPLEPROPERTYTEMPLATE('38Z$45A$fEjAEjKJ1e9ONe',$,'NumberOfCoaxialPairs','Indicates the total number of coaxial pairs in the coaxial cable.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1859= IFCSIMPLEPROPERTYTEMPLATE('2TxWO0qUeHuO00025QrE$V',$,'NumberOfGangs','Number of slots available for switches/outlets (most commonly 1, 2, 3, or 4).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1859= IFCSIMPLEPROPERTYTEMPLATE('1DWcqAjZr43OGGCJpgy1j6',$,'NumberOfCommonInterfaces','Indicates the number of common interfaces on the device.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); -#1860= IFCSIMPLEPROPERTYTEMPLATE('2uXQQ0qWqHuO00025QrE$V',$,'NumberOfGangs','Number of gangs/buttons on this switch.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1860= IFCSIMPLEPROPERTYTEMPLATE('2mxjy0qSOHuO00025QrE$V',$,'NumberOfCompartments','The number of separate internal compartments within the trunking.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1861= IFCSIMPLEPROPERTYTEMPLATE('2QyHQ0qUOHuO00025QrE$V',$,'NumberOfHoseConnections','The number of hose connections on the hydrant (excluding the pumper connection).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1861= IFCSIMPLEPROPERTYTEMPLATE('2RNxHeP9b8vBeh97YG_WtE',$,'NumberOfCoolingFans','Indicates the number of cooling fans in the equipment.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1862= IFCSIMPLEPROPERTYTEMPLATE('3D0wHuI4P3guCzHoS3Y4Zf',$,'NumberOfInterfaces','Indicates the types of interfaces and their number in the device.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); +#1862= IFCSIMPLEPROPERTYTEMPLATE('0n5KI0qSSHuO00025QrE$V',$,'NumberOfCores','The number of cores in Cable/Bus.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1863= IFCSIMPLEPROPERTYTEMPLATE('29tB4ms5f55RLnGgTQOHCX',$,'NumberOfLamps','Number of lamps the signal is composed of.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1863= IFCSIMPLEPROPERTYTEMPLATE('1QcPI0qVOHuO00025QrE$V',$,'NumberOfCores','Number of cores.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1864= IFCSIMPLEPROPERTYTEMPLATE('0_13cp55j8ePtD_qiEfHkv',$,'NumberOfLampsNotUsed','Number of lamps which are not needed and blanked out (sealed).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1864= IFCSIMPLEPROPERTYTEMPLATE('1rjaY2H_LBUB1VPn5lebft',$,'NumberOfCPUs','The number of CPUs used by the equipment.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1865= IFCSIMPLEPROPERTYTEMPLATE('04YqC0HsT3XhYwMsYCWtlQ',$,'NumberOfLiveConductors','Number of live conductors within this circuit. Either this property or the ConductorFunction property (if only one) may be asserted.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1865= IFCSIMPLEPROPERTYTEMPLATE('31ax3izS5EHwlYbat3DlDq',$,'NumberOfCrossedTracks','Number of tracks crossed in cable route.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1866= IFCSIMPLEPROPERTYTEMPLATE('0OHaQ3VtPDL8_RM8WL2hWr',$,'NumberOfManagedBTSs','Indicates the maximum number of base transceiver stations (BTSs) that can be handled by the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1866= IFCSIMPLEPROPERTYTEMPLATE('1NE_G0qSaHuO00025QrE$V',$,'NumberOfDrafts','Number of the chimney drafts, continuous holes in the chimney through which the air passes, within the single chimney.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1867= IFCSIMPLEPROPERTYTEMPLATE('2dXLs2JgDDJAUunNKdvGyu',$,'NumberOfManagedCarriers','Indicates how many carrier frequencies can be managed by the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1867= IFCSIMPLEPROPERTYTEMPLATE('1k$ZC8XKT1wuKG_W4CR0da',$,'NumberOfEarthFaultRelays','Indicates the number of relays used for preventing earth fault.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1868= IFCSIMPLEPROPERTYTEMPLATE('3pgyG1ge167gvAIBWW6ZBC',$,'NumberOfManholeCovers','Indicates the number of manhole covers.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1868= IFCSIMPLEPROPERTYTEMPLATE('1ySlWeb$P2uBH_ablyiBv9',$,'NumberOfEmergencyButtons','The number of emergency buttons built in the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1869= IFCSIMPLEPROPERTYTEMPLATE('21mdZfn9X5PwPW4Q$QPfW$',$,'NumberOfMultiModeFibers','Total number of multi-mode fibers in the optical fiber cable.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1869= IFCSIMPLEPROPERTYTEMPLATE('2RrzYcZZf2sO3dp5bbzVgl',$,'NumberOfEmergencyTransceivers','Indicates the number of emergency transceivers in the base band unit.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1870= IFCSIMPLEPROPERTYTEMPLATE('1BOKOcsX1EP83zoqRMmf4n',$,'NumberOfOccupiedUnits','Indicates the number of vertical units occupied by the equipment.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1870= IFCSIMPLEPROPERTYTEMPLATE('0ql_hsVrT7ZeyOizbL_4bp',$,'NumberOfFibers','Indicates the number of fibers in the single tube or cable.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1871= IFCSIMPLEPROPERTYTEMPLATE('3_oAOIEqTAGwn2$PdOKte8',$,'NumberOfOverCurrentRelays','Indicates number of relays used for preventing over current.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1871= IFCSIMPLEPROPERTYTEMPLATE('2TxWO0qUeHuO00025QrE$V',$,'NumberOfGangs','Number of slots available for switches/outlets (most commonly 1, 2, 3, or 4).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1872= IFCSIMPLEPROPERTYTEMPLATE('11jY1X9aT9DQa8E5Lr$tNh',$,'NumberOfOverlappingSpans','Number of overlapping spans in the overhead contactline system.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1872= IFCSIMPLEPROPERTYTEMPLATE('2uXQQ0qWqHuO00025QrE$V',$,'NumberOfGangs','Number of gangs/buttons on this switch.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1873= IFCSIMPLEPROPERTYTEMPLATE('3vGY$gzS1FU9Y3FCcw54as',$,'NumberOfPackets','Indicates the number of packets of the IP network equipment.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcCountMeasure',$,$,$,$,$); +#1873= IFCSIMPLEPROPERTYTEMPLATE('2QyHQ0qUOHuO00025QrE$V',$,'NumberOfHoseConnections','The number of hose connections on the hydrant (excluding the pumper connection).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1874= IFCSIMPLEPROPERTYTEMPLATE('1j7Sa0qWeHuO00025QrE$V',$,'NumberOfPanels','Number of panels.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1874= IFCSIMPLEPROPERTYTEMPLATE('3D0wHuI4P3guCzHoS3Y4Zf',$,'NumberOfInterfaces','Indicates the types of interfaces and their number in the device.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); -#1875= IFCSIMPLEPROPERTYTEMPLATE('1AWABiyr1Fnhe$8ZNYyby4',$,'NumberOfParallelCircuits','Number of parallel circuits.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1875= IFCSIMPLEPROPERTYTEMPLATE('29tB4ms5f55RLnGgTQOHCX',$,'NumberOfLamps','Number of lamps the signal is composed of.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1876= IFCSIMPLEPROPERTYTEMPLATE('1BIplyxBLFfuml0KvHZ1y2',$,'NumberOfPhases','Number of phases that the equipment operates on.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1876= IFCSIMPLEPROPERTYTEMPLATE('0_13cp55j8ePtD_qiEfHkv',$,'NumberOfLampsNotUsed','Number of lamps which are not needed and blanked out (sealed).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1877= IFCSIMPLEPROPERTYTEMPLATE('2AZci0qUaHuO00025QrE$V',$,'NumberOfPlates','Number of plates used by the plate heat exchanger.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1877= IFCSIMPLEPROPERTYTEMPLATE('04YqC0HsT3XhYwMsYCWtlQ',$,'NumberOfLiveConductors','Number of live conductors within this circuit. Either this property or the ConductorFunction property (if only one) may be asserted.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1878= IFCSIMPLEPROPERTYTEMPLATE('1BMno0qTyHuO00025QrE$V',$,'NumberOfPoles','The number of live lines that is intended to be handled by the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1878= IFCSIMPLEPROPERTYTEMPLATE('0OHaQ3VtPDL8_RM8WL2hWr',$,'NumberOfManagedBTSs','Indicates the maximum number of base transceiver stations (BTSs) that can be handled by the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1879= IFCSIMPLEPROPERTYTEMPLATE('2lqxx3IET2UhUPt$MJGW_4',$,'NumberOfPoles','Number of poles that the equipment would affect.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1879= IFCSIMPLEPROPERTYTEMPLATE('2dXLs2JgDDJAUunNKdvGyu',$,'NumberOfManagedCarriers','Indicates how many carrier frequencies can be managed by the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1880= IFCSIMPLEPROPERTYTEMPLATE('2zCP6ydR933h5ygkKmdVFt',$,'NumberOfPowerSupplyPorts','Indicates the number of power supply ports of the electric device.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); +#1880= IFCSIMPLEPROPERTYTEMPLATE('3pgyG1ge167gvAIBWW6ZBC',$,'NumberOfManholeCovers','Indicates the number of manhole covers.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1881= IFCSIMPLEPROPERTYTEMPLATE('2Yk89uN9b7hOCzGWSTtXeS',$,'NumberOfRelays','Indicates number of relays built in the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1881= IFCSIMPLEPROPERTYTEMPLATE('21mdZfn9X5PwPW4Q$QPfW$',$,'NumberOfMultiModeFibers','Total number of multi-mode fibers in the optical fiber cable.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1882= IFCSIMPLEPROPERTYTEMPLATE('1F1PW0qWqHuO00025QrE$V',$,'NumberOfRiser','Total number of the risers included in the stair flight.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1882= IFCSIMPLEPROPERTYTEMPLATE('1BOKOcsX1EP83zoqRMmf4n',$,'NumberOfOccupiedUnits','Indicates the number of vertical units occupied by the equipment.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1883= IFCSIMPLEPROPERTYTEMPLATE('3eW7e0qWmHuO00025QrE$V',$,'NumberOfRiser','Total number of the risers included in the stair.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1883= IFCSIMPLEPROPERTYTEMPLATE('3_oAOIEqTAGwn2$PdOKte8',$,'NumberOfOverCurrentRelays','Indicates number of relays used for preventing over current.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1884= IFCSIMPLEPROPERTYTEMPLATE('1OHJE0qX8HuO00025QrE$V',$,'NumberOfRows','Number of tube rows in the tube bundle assembly.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1884= IFCSIMPLEPROPERTYTEMPLATE('11jY1X9aT9DQa8E5Lr$tNh',$,'NumberOfOverlappingSpans','Number of overlapping spans in the overhead contactline system.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1885= IFCSIMPLEPROPERTYTEMPLATE('2if5qEscD9_PYBlf2PakRS',$,'NumberOfScrews','Number of screws/bolts/connections.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1885= IFCSIMPLEPROPERTYTEMPLATE('3vGY$gzS1FU9Y3FCcw54as',$,'NumberOfPackets','Indicates the number of packets of the IP network equipment.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcCountMeasure',$,$,$,$,$); -#1886= IFCSIMPLEPROPERTYTEMPLATE('0ysIa0qX0HuO00025QrE$V',$,'NumberOfSections','Number of sections used in the construction of the tank. Default is 1.\X\0D\X\0A\X\0D\X\0ANote: All sections assumed to be the same size.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1886= IFCSIMPLEPROPERTYTEMPLATE('1j7Sa0qWeHuO00025QrE$V',$,'NumberOfPanels','Number of panels.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1887= IFCSIMPLEPROPERTYTEMPLATE('1oUnE0qWeHuO00025QrE$V',$,'NumberOfSections','Number of vertical sections, measured in the direction of flow.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1887= IFCSIMPLEPROPERTYTEMPLATE('1AWABiyr1Fnhe$8ZNYyby4',$,'NumberOfParallelCircuits','Number of parallel circuits.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1888= IFCSIMPLEPROPERTYTEMPLATE('2zc2K0qX0HuO00025QrE$V',$,'NumberOfSections','Number of sections used in the construction of the tank\X\0D\X\0A\X\0D\X\0ANote: All sections assumed to be the same size.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1888= IFCSIMPLEPROPERTYTEMPLATE('1BIplyxBLFfuml0KvHZ1y2',$,'NumberOfPhases','Number of phases that the equipment operates on.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1889= IFCSIMPLEPROPERTYTEMPLATE('02lNFVtbrDlhiARV8DGc6Z',$,'NumberOfSingleModeFibers','Total number of single-mode fibers in the optical fiber cable.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1889= IFCSIMPLEPROPERTYTEMPLATE('2AZci0qUaHuO00025QrE$V',$,'NumberOfPlates','Number of plates used by the plate heat exchanger.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1890= IFCSIMPLEPROPERTYTEMPLATE('2SMnY0qRyHuO00025QrE$V',$,'NumberOfSlots','Number of slots.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1890= IFCSIMPLEPROPERTYTEMPLATE('1BMno0qTyHuO00025QrE$V',$,'NumberOfPoles','The number of live lines that is intended to be handled by the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1891= IFCSIMPLEPROPERTYTEMPLATE('3ol50yqfz8ZAv5ApU0vpo5',$,'NumberOfSlots','Indicates the number of device slots.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1891= IFCSIMPLEPROPERTYTEMPLATE('2lqxx3IET2UhUPt$MJGW_4',$,'NumberOfPoles','Number of poles that the equipment would affect.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1892= IFCSIMPLEPROPERTYTEMPLATE('3vt4ImC_v7wAtg_xlI2htO',$,'NumberOfSockets','The number of sockets that may be connected. In case of inconsistency, sockets defined on ports take precedence.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1892= IFCSIMPLEPROPERTYTEMPLATE('2zCP6ydR933h5ygkKmdVFt',$,'NumberOfPowerSupplyPorts','Indicates the number of power supply ports of the electric device.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); -#1893= IFCSIMPLEPROPERTYTEMPLATE('2aoKY0qUiHuO00025QrE$V',$,'NumberOfSources','Number of sources .',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1893= IFCSIMPLEPROPERTYTEMPLATE('2Yk89uN9b7hOCzGWSTtXeS',$,'NumberOfRelays','Indicates number of relays built in the device.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1894= IFCSIMPLEPROPERTYTEMPLATE('0TQDw0qSKHuO00025QrE$V',$,'NumberOfStoreys','The number of storeys within a building.\X\0D\X\0ACaptured for those cases where the IfcBuildingStorey entity is not used. Note that if IfcBuilingStorey is asserted and the number of storeys in a building can be determined from it, then this approach should be used in preference to setting a property for the number of storeys.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1894= IFCSIMPLEPROPERTYTEMPLATE('1F1PW0qWqHuO00025QrE$V',$,'NumberOfRiser','Total number of the risers included in the stair flight.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1895= IFCSIMPLEPROPERTYTEMPLATE('0V8hbusFnFk9GtjJUPdbt4',$,'NumberOfThroughLanes','The total number of through lanes on the segment. This excludes auxiliary lanes, parking and turning lanes, acceleration/deceleration lanes, toll collection lanes, shoulders etc.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1895= IFCSIMPLEPROPERTYTEMPLATE('3eW7e0qWmHuO00025QrE$V',$,'NumberOfRiser','Total number of the risers included in the stair.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1896= IFCSIMPLEPROPERTYTEMPLATE('3PJ_4twh11JeX78ftqwr0D',$,'NumberOfTrackCenters','Indicates the number of track centers running over the sleepers.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1896= IFCSIMPLEPROPERTYTEMPLATE('1OHJE0qX8HuO00025QrE$V',$,'NumberOfRows','Number of tube rows in the tube bundle assembly.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1897= IFCSIMPLEPROPERTYTEMPLATE('0tJ0zrZfrEWfrDbpRcmd38',$,'NumberOfTracksCrossed','Indicates the number of tracks which OCS supporting system crosses.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1897= IFCSIMPLEPROPERTYTEMPLATE('2if5qEscD9_PYBlf2PakRS',$,'NumberOfScrews','Number of screws/bolts/connections.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1898= IFCSIMPLEPROPERTYTEMPLATE('09Z_XNzNLBnwwViB8ciE59',$,'NumberOfTrafficInterfaces','Indicates the number of traffic interfaces on the device.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); +#1898= IFCSIMPLEPROPERTYTEMPLATE('0ysIa0qX0HuO00025QrE$V',$,'NumberOfSections','Number of sections used in the construction of the tank. Default is 1.\X\0D\X\0A\X\0D\X\0ANote: All sections assumed to be the same size.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1899= IFCSIMPLEPROPERTYTEMPLATE('0_R58gpyn2cPydhUJjYefc',$,'NumberOfTransceiversPerAntenna','Indicates the number of transceivers per antenna.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); +#1899= IFCSIMPLEPROPERTYTEMPLATE('1oUnE0qWeHuO00025QrE$V',$,'NumberOfSections','Number of vertical sections, measured in the direction of flow.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1900= IFCSIMPLEPROPERTYTEMPLATE('1K_ta0qWqHuO00025QrE$V',$,'NumberOfTreads','Total number of treads included in the stair flight.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1900= IFCSIMPLEPROPERTYTEMPLATE('2zc2K0qX0HuO00025QrE$V',$,'NumberOfSections','Number of sections used in the construction of the tank\X\0D\X\0A\X\0D\X\0ANote: All sections assumed to be the same size.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1901= IFCSIMPLEPROPERTYTEMPLATE('3jHIu0qWmHuO00025QrE$V',$,'NumberOfTreads','Total number of treads included in the stair.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1901= IFCSIMPLEPROPERTYTEMPLATE('02lNFVtbrDlhiARV8DGc6Z',$,'NumberOfSingleModeFibers','Total number of single-mode fibers in the optical fiber cable.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1902= IFCSIMPLEPROPERTYTEMPLATE('3UkslSzBr10gMXXud95Exh',$,'NumberOfTubes','Number of fiber tubes.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1902= IFCSIMPLEPROPERTYTEMPLATE('2SMnY0qRyHuO00025QrE$V',$,'NumberOfSlots','Number of slots.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1903= IFCSIMPLEPROPERTYTEMPLATE('2FP39QShn07u1Ws2UmRi3_',$,'NumberOfTwistedPairs','Total number of twisted wire pairs in copper pair cables.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1903= IFCSIMPLEPROPERTYTEMPLATE('3ol50yqfz8ZAv5ApU0vpo5',$,'NumberOfSlots','Indicates the number of device slots.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1904= IFCSIMPLEPROPERTYTEMPLATE('21W3fiATv7tvnEAOCGtP5b',$,'NumberOfUnits','Indicates the number of vertical units.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1904= IFCSIMPLEPROPERTYTEMPLATE('3vt4ImC_v7wAtg_xlI2htO',$,'NumberOfSockets','The number of sockets that may be connected. In case of inconsistency, sockets defined on ports take precedence.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1905= IFCSIMPLEPROPERTYTEMPLATE('3RNIDzSab848yblJ$4HXKU',$,'NumberOfUntwistedPairs','Total number of untwisted wire pairs in the copper pair cable.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1905= IFCSIMPLEPROPERTYTEMPLATE('2aoKY0qUiHuO00025QrE$V',$,'NumberOfSources','Number of sources .',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1906= IFCSIMPLEPROPERTYTEMPLATE('2vNnC4jfb7dgwh_lRMrBkU',$,'NumberOfWires','The number of wires used in the element.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#1906= IFCSIMPLEPROPERTYTEMPLATE('0TQDw0qSKHuO00025QrE$V',$,'NumberOfStoreys','The number of storeys within a building.\X\0D\X\0ACaptured for those cases where the IfcBuildingStorey entity is not used. Note that if IfcBuilingStorey is asserted and the number of storeys in a building can be determined from it, then this approach should be used in preference to setting a property for the number of storeys.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1907= IFCSIMPLEPROPERTYTEMPLATE('1NteTJwCTDPxZ$71U8R760',$,'NumberOfWorkstations','Indicates the types or purposes of workstations and their number in the equipment. The defined purpose can be e.g. ''Diagnostic and maintenance'', ''Traffic and electric traction'', etc.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); +#1907= IFCSIMPLEPROPERTYTEMPLATE('0V8hbusFnFk9GtjJUPdbt4',$,'NumberOfThroughLanes','The total number of through lanes on the segment. This excludes auxiliary lanes, parking and turning lanes, acceleration/deceleration lanes, toll collection lanes, shoulders etc.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1908= IFCSIMPLEPROPERTYTEMPLATE('3qNaC0qV0HuO00025QrE$V',$,'NutsCount','Count of nuts to be mounted on one bolt',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1908= IFCSIMPLEPROPERTYTEMPLATE('3PJ_4twh11JeX78ftqwr0D',$,'NumberOfTrackCenters','Indicates the number of track centers running over the sleepers.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1909= IFCSIMPLEPROPERTYTEMPLATE('0BdJ20qV4HuO00025QrE$V',$,'NutShape','Shape of the nut, e.g. ''Hexagon'', ''Cap'', ''Castle'', ''Wing''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1909= IFCSIMPLEPROPERTYTEMPLATE('0tJ0zrZfrEWfrDbpRcmd38',$,'NumberOfTracksCrossed','Indicates the number of tracks which OCS supporting system crosses.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1910= IFCSIMPLEPROPERTYTEMPLATE('2qQ8t_$IrCOuKLzuLwmHI8',$,'NValue','Blow count from standard penetration testing, to ISO 22476-3, ASTM D1586[1] and Australian Standards AS 1289.6.3.1, which correlates to other engineering properties of soils.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1910= IFCSIMPLEPROPERTYTEMPLATE('09Z_XNzNLBnwwViB8ciE59',$,'NumberOfTrafficInterfaces','Indicates the number of traffic interfaces on the device.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); -#1911= IFCSIMPLEPROPERTYTEMPLATE('0OoXU0qX4HuO00025QrE$V',$,'OccupancyDiversity','Diversity factor that may be applied to the number of people in the space.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1911= IFCSIMPLEPROPERTYTEMPLATE('0_R58gpyn2cPydhUJjYefc',$,'NumberOfTransceiversPerAntenna','Indicates the number of transceivers per antenna.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); -#1912= IFCSIMPLEPROPERTYTEMPLATE('3FTic0qWeHuO00025QrE$V',$,'OccupancyNumber','Number of people required for the activity assigned to this space.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1912= IFCSIMPLEPROPERTYTEMPLATE('1K_ta0qWqHuO00025QrE$V',$,'NumberOfTreads','Total number of treads included in the stair flight.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1913= IFCSIMPLEPROPERTYTEMPLATE('3Kr1G0qWeHuO00025QrE$V',$,'OccupancyNumberPeak','Maximal number of people required for the activity assigned to this space in peak time.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1913= IFCSIMPLEPROPERTYTEMPLATE('3jHIu0qWmHuO00025QrE$V',$,'NumberOfTreads','Total number of treads included in the stair.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1914= IFCSIMPLEPROPERTYTEMPLATE('3QoVK0qWeHuO00025QrE$V',$,'OccupancyTimePerDay','The amount of time during the day that the activity is required within this space.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#1914= IFCSIMPLEPROPERTYTEMPLATE('3UkslSzBr10gMXXud95Exh',$,'NumberOfTubes','Number of fiber tubes.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1915= IFCSIMPLEPROPERTYTEMPLATE('0GI__0qSKHuO00025QrE$V',$,'OccupancyType','Occupancy type for this object.\X\0D\X\0AIt is defined according to the presiding national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1915= IFCSIMPLEPROPERTYTEMPLATE('2FP39QShn07u1Ws2UmRi3_',$,'NumberOfTwistedPairs','Total number of twisted wire pairs in copper pair cables.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1916= IFCSIMPLEPROPERTYTEMPLATE('38Jxk0qWeHuO00025QrE$V',$,'OccupancyType','Occupancy type for this object. It is defined according to the presiding national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1916= IFCSIMPLEPROPERTYTEMPLATE('21W3fiATv7tvnEAOCGtP5b',$,'NumberOfUnits','Indicates the number of vertical units.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1917= IFCSIMPLEPROPERTYTEMPLATE('2gURBVuJP1TgJZ3PaUKlJ7',$,'OCSFasteningType','Indicates the type of the overhead contact system (OCS) mechanical fastener.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7855,$,$,$,$); -#7855= IFCPROPERTYENUMERATION('PEnum_OCSFasteningType',('SUPPORT_FITTING','SUSPENSION_FITTING','REGISTRATION_FITTING','TERMINATION_FITTING','TENSIONING_FITTING','EARTHING_FITTING','JOINT_FITTING','OTHER','NOTKNOWN','UNSET'),$); +#1917= IFCSIMPLEPROPERTYTEMPLATE('3RNIDzSab848yblJ$4HXKU',$,'NumberOfUntwistedPairs','Total number of untwisted wire pairs in the copper pair cable.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1918= IFCSIMPLEPROPERTYTEMPLATE('2VGXY51WP7ahpqQLujiu8W',$,'OCSType','Indicates the type of overhead contactline system (OCS).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7856,$,$,$,$); -#7856= IFCPROPERTYENUMERATION('PEnum_OverheadContactLineType',('TROLLY_TYPE_CONTACT_LINE','TROLLY_TYPE_WITH_STITCHWIRE','OCL_WITH_CATENARY_SUSPENSION','OCL_WITH_STITCHED_CATENARY_SUSPENSION','COMPOUND_CATENARY_SUSPENSION','RIGID_CATENARY','OTHER','NOTKNOWN','UNSET'),$); +#1918= IFCSIMPLEPROPERTYTEMPLATE('2vNnC4jfb7dgwh_lRMrBkU',$,'NumberOfWires','The number of wires used in the element.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#1919= IFCSIMPLEPROPERTYTEMPLATE('0o59a0qVmHuO00025QrE$V',$,'OldDevice','Indication whether the protection_ unit is out-dated or not. If not out-dated, the device is still for sale.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#1919= IFCSIMPLEPROPERTYTEMPLATE('1NteTJwCTDPxZ$71U8R760',$,'NumberOfWorkstations','Indicates the types or purposes of workstations and their number in the equipment. The defined purpose can be e.g. ''Diagnostic and maintenance'', ''Traffic and electric traction'', etc.',.P_TABLEVALUE.,'IfcLabel','IfcInteger',$,$,$,$,$); -#1920= IFCSIMPLEPROPERTYTEMPLATE('2Qhz7hntj8tvEhto7ffFga',$,'OpenCircuitVoltage','Voltage of a cell or battery when the discharge current is zero [Source IEC 482-03-32]',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#1920= IFCSIMPLEPROPERTYTEMPLATE('3qNaC0qV0HuO00025QrE$V',$,'NutsCount','Count of nuts to be mounted on one bolt',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1921= IFCSIMPLEPROPERTYTEMPLATE('1ZAwG0qT4HuO00025QrE$V',$,'OpenPressureDrop','Total pressure drop across damper.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1921= IFCSIMPLEPROPERTYTEMPLATE('0BdJ20qV4HuO00025QrE$V',$,'NutShape','Shape of the nut, e.g. ''Hexagon'', ''Cap'', ''Castle'', ''Wing''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1922= IFCSIMPLEPROPERTYTEMPLATE('1w5yc0qSGHuO00025QrE$V',$,'OperatingMode','Identifies the operating mode of the boiler.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7861,$,$,$,$); -#7861= IFCPROPERTYENUMERATION('PEnum_BoilerOperatingMode',('FIXED','TWOSTEP','MODULATING','OTHER','NOTKNOWN','UNSET'),$); +#1922= IFCSIMPLEPROPERTYTEMPLATE('2qQ8t_$IrCOuKLzuLwmHI8',$,'NValue','Blow count from standard penetration testing, to ISO 22476-3, ASTM D1586[1] and Australian Standards AS 1289.6.3.1, which correlates to other engineering properties of soils.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1923= IFCSIMPLEPROPERTYTEMPLATE('0FZ7i0qX0HuO00025QrE$V',$,'OperatingWeight','Operating weight of the tank including all of its contents.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#1923= IFCSIMPLEPROPERTYTEMPLATE('0OoXU0qX4HuO00025QrE$V',$,'OccupancyDiversity','Diversity factor that may be applied to the number of people in the space.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1924= IFCSIMPLEPROPERTYTEMPLATE('3m8Ys0qT0HuO00025QrE$V',$,'Operation','The operational mechanism for the damper operation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7867,$,$,$,$); -#7867= IFCPROPERTYENUMERATION('PEnum_DamperOperation',('AUTOMATIC','MANUAL','OTHER','NOTKNOWN','UNSET'),$); +#1924= IFCSIMPLEPROPERTYTEMPLATE('3FTic0qWeHuO00025QrE$V',$,'OccupancyNumber','Number of people required for the activity assigned to this space.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1925= IFCSIMPLEPROPERTYTEMPLATE('2WvVW0qUGHuO00025QrE$V',$,'OperationalCriteria','Time of operation at maximum operational ambient air temperature.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#1925= IFCSIMPLEPROPERTYTEMPLATE('3Kr1G0qWeHuO00025QrE$V',$,'OccupancyNumberPeak','Maximal number of people required for the activity assigned to this space in peak time.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#1926= IFCSIMPLEPROPERTYTEMPLATE('0IY8b_L9X4sA7TO47jzP3_',$,'OperationalDocument','Manufacturer''s operational document',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); +#1926= IFCSIMPLEPROPERTYTEMPLATE('3QoVK0qWeHuO00025QrE$V',$,'OccupancyTimePerDay','The amount of time during the day that the activity is required within this space.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#1927= IFCSIMPLEPROPERTYTEMPLATE('17RT40qSGHuO00025QrE$V',$,'OperationalEfficiency','Operational efficiency: boiler output divided by total energy input (electrical and fuel).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1927= IFCSIMPLEPROPERTYTEMPLATE('0GI__0qSKHuO00025QrE$V',$,'OccupancyType','Occupancy type for this object.\X\0D\X\0AIt is defined according to the presiding national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1928= IFCSIMPLEPROPERTYTEMPLATE('2_eMO0qS0HuO00025QrE$V',$,'OperationalTemperatureRange','Allowable operation ambient air temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1928= IFCSIMPLEPROPERTYTEMPLATE('38Jxk0qWeHuO00025QrE$V',$,'OccupancyType','Occupancy type for this object. It is defined according to the presiding national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1929= IFCSIMPLEPROPERTYTEMPLATE('2hvjQhIJj5c9PrmgrOQl1i',$,'OperationalTemperatureRange','The temperature range in which the device operates normally.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1929= IFCSIMPLEPROPERTYTEMPLATE('2gURBVuJP1TgJZ3PaUKlJ7',$,'OCSFasteningType','Indicates the type of the overhead contact system (OCS) mechanical fastener.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7892,$,$,$,$); +#7892= IFCPROPERTYENUMERATION('PEnum_OCSFasteningType',('SUPPORT_FITTING','SUSPENSION_FITTING','REGISTRATION_FITTING','TERMINATION_FITTING','TENSIONING_FITTING','EARTHING_FITTING','JOINT_FITTING','OTHER','NOTKNOWN','UNSET'),$); -#1930= IFCSIMPLEPROPERTYTEMPLATE('2j48m0qSaHuO00025QrE$V',$,'OperationalTemperatureRange','Allowable operational air temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1930= IFCSIMPLEPROPERTYTEMPLATE('2VGXY51WP7ahpqQLujiu8W',$,'OCSType','Indicates the type of overhead contactline system (OCS).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7893,$,$,$,$); +#7893= IFCPROPERTYENUMERATION('PEnum_OverheadContactLineType',('TROLLY_TYPE_CONTACT_LINE','TROLLY_TYPE_WITH_STITCHWIRE','OCL_WITH_CATENARY_SUSPENSION','OCL_WITH_STITCHED_CATENARY_SUSPENSION','COMPOUND_CATENARY_SUSPENSION','RIGID_CATENARY','OTHER','NOTKNOWN','UNSET'),$); -#1931= IFCSIMPLEPROPERTYTEMPLATE('0Npy20qUOHuO00025QrE$V',$,'OperationPressureMax','Maximum pressure under normal operating conditions.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#1931= IFCSIMPLEPROPERTYTEMPLATE('0o59a0qVmHuO00025QrE$V',$,'OldDevice','Indication whether the protection_ unit is out-dated or not. If not out-dated, the device is still for sale.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#1932= IFCSIMPLEPROPERTYTEMPLATE('1wm5W0qUGHuO00025QrE$V',$,'OperationTemperatureRange','Allowable operation ambient air temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1932= IFCSIMPLEPROPERTYTEMPLATE('2Qhz7hntj8tvEhto7ffFga',$,'OpenCircuitVoltage','Voltage of a cell or battery when the discharge current is zero [Source IEC 482-03-32]',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#1933= IFCSIMPLEPROPERTYTEMPLATE('2P9LG0qU8HuO00025QrE$V',$,'OperationTemperatureRange','Allowable operation ambient air temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1933= IFCSIMPLEPROPERTYTEMPLATE('1ZAwG0qT4HuO00025QrE$V',$,'OpenPressureDrop','Total pressure drop across damper.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1934= IFCSIMPLEPROPERTYTEMPLATE('3b6is0qSyHuO00025QrE$V',$,'OperationTemperatureRange','Allowable operation ambient air temperature range.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1934= IFCSIMPLEPROPERTYTEMPLATE('1w5yc0qSGHuO00025QrE$V',$,'OperatingMode','Identifies the operating mode of the boiler.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7898,$,$,$,$); +#7898= IFCPROPERTYENUMERATION('PEnum_BoilerOperatingMode',('FIXED','TWOSTEP','MODULATING','OTHER','NOTKNOWN','UNSET'),$); -#1935= IFCSIMPLEPROPERTYTEMPLATE('3gk_U0qRuHuO00025QrE$V',$,'OperationTemperatureRange','Allowable operational range of the ambient air temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1935= IFCSIMPLEPROPERTYTEMPLATE('0FZ7i0qX0HuO00025QrE$V',$,'OperatingWeight','Operating weight of the tank including all of its contents.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#1936= IFCSIMPLEPROPERTYTEMPLATE('3TPYE0qUKHuO00025QrE$V',$,'OperationTemperatureRange','Allowable operation ambient fluid temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1936= IFCSIMPLEPROPERTYTEMPLATE('3m8Ys0qT0HuO00025QrE$V',$,'Operation','The operational mechanism for the damper operation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7904,$,$,$,$); +#7904= IFCPROPERTYENUMERATION('PEnum_DamperOperation',('AUTOMATIC','MANUAL','OTHER','NOTKNOWN','UNSET'),$); -#1937= IFCSIMPLEPROPERTYTEMPLATE('39FqXYJQT2U9LFyRW241DI',$,'Operator','The organisation or agency responsible for commissioning the borehole (as opposed to the agency which drilled the borehole).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1937= IFCSIMPLEPROPERTYTEMPLATE('2WvVW0qUGHuO00025QrE$V',$,'OperationalCriteria','Time of operation at maximum operational ambient air temperature.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#1938= IFCSIMPLEPROPERTYTEMPLATE('3lG57$HT1009UobXR$iHbV',$,'OpticalCableStructure','Distinguishes between different structures of an optical fiber cable.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7889,$,$,$,$); -#7889= IFCPROPERTYENUMERATION('PEnum_OpticalCableStructureType',('BREAKOUT','LOOSETUBE','PATCHCORD','PIGTAIL','TIGHTBUFFERED','OTHER','NOTKNOWN','UNSET'),$); +#1938= IFCSIMPLEPROPERTYTEMPLATE('0IY8b_L9X4sA7TO47jzP3_',$,'OperationalDocument','Manufacturer''s operational document',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); -#1939= IFCSIMPLEPROPERTYTEMPLATE('3MqyyGk_v15RyXHBF73XE8',$,'OpticalNetworkUnitType','Indicates the type of the optical network unit equipment.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7890,$,$,$,$); -#7890= IFCPROPERTYENUMERATION('PEnum_OpticalNetworkUnitType',('ACTIVE','PASSIVE','OTHER','NOTKNOWN','UNSET'),$); +#1939= IFCSIMPLEPROPERTYTEMPLATE('17RT40qSGHuO00025QrE$V',$,'OperationalEfficiency','Operational efficiency: boiler output divided by total energy input (electrical and fuel).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#1940= IFCSIMPLEPROPERTYTEMPLATE('01LueCMJjAXuijkI5GImgq',$,'OpticalSplitterType','Indicates the type of optical splitter, single mode or multi-mode.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7891,$,$,$,$); -#7891= IFCPROPERTYENUMERATION('PEnum_OpticalSplitterType',('MULTIMODE','SINGLEMODE','OTHER','NOTKNOWN','UNSET'),$); +#1940= IFCSIMPLEPROPERTYTEMPLATE('2_eMO0qS0HuO00025QrE$V',$,'OperationalTemperatureRange','Allowable operation ambient air temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1941= IFCSIMPLEPROPERTYTEMPLATE('27vq80qVWHuO00025QrE$V',$,'Options','A statement of the options available in the agreement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#1941= IFCSIMPLEPROPERTYTEMPLATE('2hvjQhIJj5c9PrmgrOQl1i',$,'OperationalTemperatureRange','The temperature range in which the device operates normally.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1942= IFCSIMPLEPROPERTYTEMPLATE('1XE1BR1QPCRhABB7nartLU',$,'OrganicVolume','Relative volume of organic (peat/humus) stratum constituents especially soil.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#1942= IFCSIMPLEPROPERTYTEMPLATE('2j48m0qSaHuO00025QrE$V',$,'OperationalTemperatureRange','Allowable operational air temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1943= IFCSIMPLEPROPERTYTEMPLATE('0Ksewl9eXCOBb5HfyICi72',$,'Organizations','Name of the organization(s) involved in producing the model.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); +#1943= IFCSIMPLEPROPERTYTEMPLATE('0Npy20qUOHuO00025QrE$V',$,'OperationPressureMax','Maximum pressure under normal operating conditions.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#1944= IFCSIMPLEPROPERTYTEMPLATE('3yfeO0qT0HuO00025QrE$V',$,'Orientation','The intended orientation for the damper as specified by the manufacturer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7893,$,$,$,$); -#7893= IFCPROPERTYENUMERATION('PEnum_DamperOrientation',('VERTICAL','HORIZONTAL','VERTICALORHORIZONTAL','OTHER','NOTKNOWN','UNSET'),$); +#1944= IFCSIMPLEPROPERTYTEMPLATE('1wm5W0qUGHuO00025QrE$V',$,'OperationTemperatureRange','Allowable operation ambient air temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1945= IFCSIMPLEPROPERTYTEMPLATE('0ijPx5qb9F0QxopE78gaal',$,'OrthogonalOrthogonality','Indicative (95%-100%) range orthogonality associated to the horizontal shape and orientation in Y, if different to the overall orthogonality.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#1945= IFCSIMPLEPROPERTYTEMPLATE('2P9LG0qU8HuO00025QrE$V',$,'OperationTemperatureRange','Allowable operation ambient air temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1946= IFCSIMPLEPROPERTYTEMPLATE('1o$cWyp49DFveZj70lz4fA',$,'OrthogonalStraightness','Indicative (95%-100%) range straightness associated to the horizontal shape in Y, if different to the overall straightness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1946= IFCSIMPLEPROPERTYTEMPLATE('3b6is0qSyHuO00025QrE$V',$,'OperationTemperatureRange','Allowable operation ambient air temperature range.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1947= IFCSIMPLEPROPERTYTEMPLATE('2_6AHTtATDgu5GyLAb6mQD',$,'OrthogonalTolerance','Indicative (95%-100%) range tolerance associated to the horizontal shape and position in Y, if different to the overall tolerance.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1947= IFCSIMPLEPROPERTYTEMPLATE('3gk_U0qRuHuO00025QrE$V',$,'OperationTemperatureRange','Allowable operational range of the ambient air temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1948= IFCSIMPLEPROPERTYTEMPLATE('1lQaFq2abFIh90SuNnsYAy',$,'OrthogonalUncertainty','Indicative (95%-100%) range diameter associated to the horizontal shape and position in Y, if different to the horizontal uncertainty.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1948= IFCSIMPLEPROPERTYTEMPLATE('3TPYE0qUKHuO00025QrE$V',$,'OperationTemperatureRange','Allowable operation ambient fluid temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1949= IFCSIMPLEPROPERTYTEMPLATE('3pWIuI7GX20gqJ$iYrynJl',$,'OrthometricHeight','The orthometric height is the vertical distance H along the plumb line from a point of interest to a reference surface known as the geoid, the vertical datum that approximates mean sea level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1949= IFCSIMPLEPROPERTYTEMPLATE('39FqXYJQT2U9LFyRW241DI',$,'Operator','The organisation or agency responsible for commissioning the borehole (as opposed to the agency which drilled the borehole).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1950= IFCSIMPLEPROPERTYTEMPLATE('2PYAiYllv5oQiyb9SiORsG',$,'OutdoorEnvironment','Adjustment of the service life resulting from the effect of the outdoor environment (where appropriate)',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#1950= IFCSIMPLEPROPERTYTEMPLATE('3lG57$HT1009UobXR$iHbV',$,'OpticalCableStructure','Distinguishes between different structures of an optical fiber cable.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7926,$,$,$,$); +#7926= IFCPROPERTYENUMERATION('PEnum_OpticalCableStructureType',('BREAKOUT','LOOSETUBE','PATCHCORD','PIGTAIL','TIGHTBUFFERED','OTHER','NOTKNOWN','UNSET'),$); -#1951= IFCSIMPLEPROPERTYTEMPLATE('1D65QTyIPFEwphBQILyT$Q',$,'OuterDiameter','The actual outer diameter of the pipe or tube.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1951= IFCSIMPLEPROPERTYTEMPLATE('3MqyyGk_v15RyXHBF73XE8',$,'OpticalNetworkUnitType','Indicates the type of the optical network unit equipment.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7927,$,$,$,$); +#7927= IFCPROPERTYENUMERATION('PEnum_OpticalNetworkUnitType',('ACTIVE','PASSIVE','OTHER','NOTKNOWN','UNSET'),$); -#1952= IFCSIMPLEPROPERTYTEMPLATE('3F7mG0qVCHuO00025QrE$V',$,'OuterDiameter','The actual outer diameter of the pipe.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1952= IFCSIMPLEPROPERTYTEMPLATE('01LueCMJjAXuijkI5GImgq',$,'OpticalSplitterType','Indicates the type of optical splitter, single mode or multi-mode.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7928,$,$,$,$); +#7928= IFCPROPERTYENUMERATION('PEnum_OpticalSplitterType',('MULTIMODE','SINGLEMODE','OTHER','NOTKNOWN','UNSET'),$); -#1953= IFCSIMPLEPROPERTYTEMPLATE('03y8A0qXSHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1953= IFCSIMPLEPROPERTYTEMPLATE('27vq80qVWHuO00025QrE$V',$,'Options','A statement of the options available in the agreement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#1954= IFCSIMPLEPROPERTYTEMPLATE('16Pey0qXWHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1954= IFCSIMPLEPROPERTYTEMPLATE('1XE1BR1QPCRhABB7nartLU',$,'OrganicVolume','Relative volume of organic (peat/humus) stratum constituents especially soil.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#1955= IFCSIMPLEPROPERTYTEMPLATE('19h4k0qXKHuO00025QrE$V',$,'OutletConnectionSize','The size of the pipework connection from the mixing valve.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1955= IFCSIMPLEPROPERTYTEMPLATE('0Ksewl9eXCOBb5HfyICi72',$,'Organizations','Name of the organization(s) involved in producing the model.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); -#1956= IFCSIMPLEPROPERTYTEMPLATE('1kLVA0qXWHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the waste disposal unit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1956= IFCSIMPLEPROPERTYTEMPLATE('3yfeO0qT0HuO00025QrE$V',$,'Orientation','The intended orientation for the damper as specified by the manufacturer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7930,$,$,$,$); +#7930= IFCPROPERTYENUMERATION('PEnum_DamperOrientation',('VERTICAL','HORIZONTAL','VERTICALORHORIZONTAL','OTHER','NOTKNOWN','UNSET'),$); -#1957= IFCSIMPLEPROPERTYTEMPLATE('1WKw80qXSHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1957= IFCSIMPLEPROPERTYTEMPLATE('0ijPx5qb9F0QxopE78gaal',$,'OrthogonalOrthogonality','Indicative (95%-100%) range orthogonality associated to the horizontal shape and orientation in Y, if different to the overall orthogonality.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#1958= IFCSIMPLEPROPERTYTEMPLATE('1YKpm0qUeHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1958= IFCSIMPLEPROPERTYTEMPLATE('1o$cWyp49DFveZj70lz4fA',$,'OrthogonalStraightness','Indicative (95%-100%) range straightness associated to the horizontal shape in Y, if different to the overall straightness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1959= IFCSIMPLEPROPERTYTEMPLATE('2GJtK0qXWHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1959= IFCSIMPLEPROPERTYTEMPLATE('2_6AHTtATDgu5GyLAb6mQD',$,'OrthogonalTolerance','Indicative (95%-100%) range tolerance associated to the horizontal shape and position in Y, if different to the overall tolerance.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1960= IFCSIMPLEPROPERTYTEMPLATE('2SEZU0qXOHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1960= IFCSIMPLEPROPERTYTEMPLATE('1lQaFq2abFIh90SuNnsYAy',$,'OrthogonalUncertainty','Indicative (95%-100%) range diameter associated to the horizontal shape and position in Y, if different to the horizontal uncertainty.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1961= IFCSIMPLEPROPERTYTEMPLATE('3iPSc0qXSHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1961= IFCSIMPLEPROPERTYTEMPLATE('3pWIuI7GX20gqJ$iYrynJl',$,'OrthometricHeight','The orthometric height is the vertical distance H along the plumb line from a point of interest to a reference surface known as the geoid, the vertical datum that approximates mean sea level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1962= IFCSIMPLEPROPERTYTEMPLATE('1PO6k0qUOHuO00025QrE$V',$,'OutletDiameter','The outlet diameter of the breeching inlet.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1962= IFCSIMPLEPROPERTYTEMPLATE('2PYAiYllv5oQiyb9SiORsG',$,'OutdoorEnvironment','Adjustment of the service life resulting from the effect of the outdoor environment (where appropriate)',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#1963= IFCSIMPLEPROPERTYTEMPLATE('2ZqF20qSGHuO00025QrE$V',$,'OutletTemperatureRange','Allowable outlet temperature of either the water or the steam.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#1963= IFCSIMPLEPROPERTYTEMPLATE('1D65QTyIPFEwphBQILyT$Q',$,'OuterDiameter','The actual outer diameter of the pipe or tube.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1964= IFCSIMPLEPROPERTYTEMPLATE('1Tde00qWeHuO00025QrE$V',$,'OutputCapacity','Total nominal heat output as listed by the manufacturer.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#1964= IFCSIMPLEPROPERTYTEMPLATE('3F7mG0qVCHuO00025QrE$V',$,'OuterDiameter','The actual outer diameter of the pipe.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1965= IFCSIMPLEPROPERTYTEMPLATE('2skUG0qWaHuO00025QrE$V',$,'OutputCapacityCurve','Partial output capacity curve (as a function of water temperature); Q = f (Twater).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#1965= IFCSIMPLEPROPERTYTEMPLATE('03y8A0qXSHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1966= IFCSIMPLEPROPERTYTEMPLATE('2TKPRtqQfDlgGubE0HD4kt',$,'OutputSignalType','The type of the output signal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6717,$,$,$,$); +#1966= IFCSIMPLEPROPERTYTEMPLATE('16Pey0qXWHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1967= IFCSIMPLEPROPERTYTEMPLATE('2XIRU0qXCHuO00025QrE$V',$,'OutsideAirFlowrate','Flow rate of outside air entering the unit.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1967= IFCSIMPLEPROPERTYTEMPLATE('19h4k0qXKHuO00025QrE$V',$,'OutletConnectionSize','The size of the pipework connection from the mixing valve.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1968= IFCSIMPLEPROPERTYTEMPLATE('0Ul$Y0qX4HuO00025QrE$V',$,'OutsideAirPerPerson','Design quantity of outside air to be provided per person in the space.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#1968= IFCSIMPLEPROPERTYTEMPLATE('1kLVA0qXWHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the waste disposal unit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1969= IFCSIMPLEPROPERTYTEMPLATE('2Msku0qX8HuO00025QrE$V',$,'OutsideDiameter','Actual outside diameter of the tube in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1969= IFCSIMPLEPROPERTYTEMPLATE('1WKw80qXSHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1970= IFCSIMPLEPROPERTYTEMPLATE('1_40_0qVKHuO00025QrE$V',$,'OverallDepth','Overall depth of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1970= IFCSIMPLEPROPERTYTEMPLATE('1YKpm0qUeHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1971= IFCSIMPLEPROPERTYTEMPLATE('3JJ240qVKHuO00025QrE$V',$,'OverallDepth','Overall depth of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1971= IFCSIMPLEPROPERTYTEMPLATE('2GJtK0qXWHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1972= IFCSIMPLEPROPERTYTEMPLATE('0urEa0qSSHuO00025QrE$V',$,'OverallDiameter','The overall diameter of a Cable/Bus.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1972= IFCSIMPLEPROPERTYTEMPLATE('2SEZU0qXOHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1973= IFCSIMPLEPROPERTYTEMPLATE('1oyhg0qSWHuO00025QrE$V',$,'OverallDiameter','The overall diameter of a core (maximun space used).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1973= IFCSIMPLEPROPERTYTEMPLATE('3iPSc0qXSHuO00025QrE$V',$,'OutletConnectionSize','Size of the outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1974= IFCSIMPLEPROPERTYTEMPLATE('0fi6G0qUGHuO00025QrE$V',$,'OverallEfficiency','Total efficiency of motor and fan.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1974= IFCSIMPLEPROPERTYTEMPLATE('1PO6k0qUOHuO00025QrE$V',$,'OutletDiameter','The outlet diameter of the breeching inlet.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1975= IFCSIMPLEPROPERTYTEMPLATE('2fuyC0qVuHuO00025QrE$V',$,'OverallEfficiency','The pump and motor overall operational efficiency.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1975= IFCSIMPLEPROPERTYTEMPLATE('2ZqF20qSGHuO00025QrE$V',$,'OutletTemperatureRange','Allowable outlet temperature of either the water or the steam.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#1976= IFCSIMPLEPROPERTYTEMPLATE('2Pm3H5PjH4qh$6CcPKvJ0F',$,'OverallOrthogonality','Indicative (95%-100%) range orthogonality associated to the intended shape and orientation in XYZ.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#1976= IFCSIMPLEPROPERTYTEMPLATE('1Tde00qWeHuO00025QrE$V',$,'OutputCapacity','Total nominal heat output as listed by the manufacturer.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#1977= IFCSIMPLEPROPERTYTEMPLATE('0ujePSr190qh2qiYRtw0$1',$,'OverallStraightness','Indicative (95%-100%) range straightness associated to the intended shape.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1977= IFCSIMPLEPROPERTYTEMPLATE('2skUG0qWaHuO00025QrE$V',$,'OutputCapacityCurve','Partial output capacity curve (as a function of water temperature); Q = f (Twater).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#1978= IFCSIMPLEPROPERTYTEMPLATE('3KnChrfTf4b9mBQQxryAs$',$,'OverallTolerance','Indicative (95%-100%) range tolerance associated to the intended shape and position in XYZ.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1978= IFCSIMPLEPROPERTYTEMPLATE('2TKPRtqQfDlgGubE0HD4kt',$,'OutputSignalType','The type of the output signal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6754,$,$,$,$); -#1979= IFCSIMPLEPROPERTYTEMPLATE('1fCtm0qVKHuO00025QrE$V',$,'OverallWidth','Overall width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1979= IFCSIMPLEPROPERTYTEMPLATE('2XIRU0qXCHuO00025QrE$V',$,'OutsideAirFlowrate','Flow rate of outside air entering the unit.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1980= IFCSIMPLEPROPERTYTEMPLATE('3ClQc0qVKHuO00025QrE$V',$,'OverallWidth','Overall width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1980= IFCSIMPLEPROPERTYTEMPLATE('0Ul$Y0qX4HuO00025QrE$V',$,'OutsideAirPerPerson','Design quantity of outside air to be provided per person in the space.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#1981= IFCSIMPLEPROPERTYTEMPLATE('0Z9glM65n3EvhYmPteI6Jw',$,'Overburden','Range of overburden (distance from tunnel to ground surface) in the subject section.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1981= IFCSIMPLEPROPERTYTEMPLATE('2Msku0qX8HuO00025QrE$V',$,'OutsideDiameter','Actual outside diameter of the tube in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1982= IFCSIMPLEPROPERTYTEMPLATE('0xcGE0qV8HuO00025QrE$V',$,'PackingCareType','Identifies the predefined types of care that may be required when handling the artefact during a move where:\X\0D\X\0A\X\0D\X\0AFragile: artefact may be broken during a move through careless handling.\X\0D\X\0AHandleWithCare: artefact may be damaged during a move through careless handling.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7947,$,$,$,$); -#7947= IFCPROPERTYENUMERATION('PEnum_PackingCareType',('FRAGILE','HANDLEWITHCARE','OTHER','NOTKNOWN','UNSET'),$); +#1982= IFCSIMPLEPROPERTYTEMPLATE('1_40_0qVKHuO00025QrE$V',$,'OverallDepth','Overall depth of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1983= IFCSIMPLEPROPERTYTEMPLATE('0qyfW0qS8HuO00025QrE$V',$,'PanHorizontal','Indicates horizontal range for panning.',.P_BOUNDEDVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1983= IFCSIMPLEPROPERTYTEMPLATE('3JJ240qVKHuO00025QrE$V',$,'OverallDepth','Overall depth of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1984= IFCSIMPLEPROPERTYTEMPLATE('3thle0qWCHuO00025QrE$V',$,'PanMounting','The property enumeration Pset_SanitaryMountingEnum defines the forms of mounting or fixing of the sanitary terminal that may be specified within property sets used to define sanitary terminals (WC\X2\2019\X0\s, basins, sinks, etc.) where:-\X\0D\X\0A\X\0D\X\0ABackToWall: \X\09A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections.\X\0D\X\0APedestal: \X\09A floor mounted sanitary terminal that has an integral base.\X\0D\X\0ACounterTop: \X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung: \X\09A sanitary terminal cantilevered clear of the floor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7452,$,$,$,$); +#1984= IFCSIMPLEPROPERTYTEMPLATE('0urEa0qSSHuO00025QrE$V',$,'OverallDiameter','The overall diameter of a Cable/Bus.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1985= IFCSIMPLEPROPERTYTEMPLATE('0jClE0qS8HuO00025QrE$V',$,'PanTiltZoomPreset','Indicates pan/tilt/zoom position presets.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#1985= IFCSIMPLEPROPERTYTEMPLATE('1oyhg0qSWHuO00025QrE$V',$,'OverallDiameter','The overall diameter of a core (maximun space used).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1986= IFCSIMPLEPROPERTYTEMPLATE('1qXzLtDkHAO9qk9H6cFVer',$,'PantographType','Indicates the type of pantograph as a desgin parameter for the overhead contactline system.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1986= IFCSIMPLEPROPERTYTEMPLATE('0fi6G0qUGHuO00025QrE$V',$,'OverallEfficiency','Total efficiency of motor and fan.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#1987= IFCSIMPLEPROPERTYTEMPLATE('0y6QO0qS8HuO00025QrE$V',$,'PanVertical','Indicates vertical range for panning.',.P_BOUNDEDVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#1987= IFCSIMPLEPROPERTYTEMPLATE('2fuyC0qVuHuO00025QrE$V',$,'OverallEfficiency','The pump and motor overall operational efficiency.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#1988= IFCSIMPLEPROPERTYTEMPLATE('3$lcW0qWeHuO00025QrE$V',$,'ParkingUnits','Indicates the number of transporation units of the type specified by the property ParkingUse that may be accommodated within the space. Generally, this value should default to 1 unit. However, where the parking space is for motorcycles or bicycles, provision may be made for more than one unit in the space.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#1988= IFCSIMPLEPROPERTYTEMPLATE('2Pm3H5PjH4qh$6CcPKvJ0F',$,'OverallOrthogonality','Indicative (95%-100%) range orthogonality associated to the intended shape and orientation in XYZ.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#1989= IFCSIMPLEPROPERTYTEMPLATE('3tPYq0qWeHuO00025QrE$V',$,'ParkingUse','Identifies the type of transporation for which the parking space is designed. Values are not predefined but might include car, compact car, motorcycle, bicycle, truck, bus etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#1989= IFCSIMPLEPROPERTYTEMPLATE('0ujePSr190qh2qiYRtw0$1',$,'OverallStraightness','Indicative (95%-100%) range straightness associated to the intended shape.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1990= IFCSIMPLEPROPERTYTEMPLATE('2SgUA0qSGHuO00025QrE$V',$,'PartialLoadEfficiencyCurves','Boiler efficiency as a function of the partial load factor; E = f (partialLaodfactor).',.P_TABLEVALUE.,'IfcPositiveRatioMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1990= IFCSIMPLEPROPERTYTEMPLATE('3KnChrfTf4b9mBQQxryAs$',$,'OverallTolerance','Indicative (95%-100%) range tolerance associated to the intended shape and position in XYZ.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1991= IFCSIMPLEPROPERTYTEMPLATE('0R_zu0qUOHuO00025QrE$V',$,'ParticleAbsorptionCurve','Ratio of particles that are removed by the filter. Each entry describes the ratio of particles absorbed greater than equal to the specified size and less than the next specified size. For example, given for 3 significant particle sizes >= 0,1 micro m, >= 1 micro m, >= 5 micro m',.P_TABLEVALUE.,'IfcPositiveLengthMeasure','IfcPositiveRatioMeasure',$,$,$,$,$); +#1991= IFCSIMPLEPROPERTYTEMPLATE('1fCtm0qVKHuO00025QrE$V',$,'OverallWidth','Overall width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1992= IFCSIMPLEPROPERTYTEMPLATE('0yTsY0qUKHuO00025QrE$V',$,'ParticleMassHolding','Mass of particle holding in the filter.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMassMeasure',$,$,$,$,$); +#1992= IFCSIMPLEPROPERTYTEMPLATE('3ClQc0qVKHuO00025QrE$V',$,'OverallWidth','Overall width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1993= IFCSIMPLEPROPERTYTEMPLATE('0PYDfb7nz3$hoT9UBbWKgS',$,'ParticulateMatterEmissions','Rate of emission of particulate matter',.P_SINGLEVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); +#1993= IFCSIMPLEPROPERTYTEMPLATE('0Z9glM65n3EvhYmPteI6Jw',$,'Overburden','Range of overburden (distance from tunnel to ground surface) in the subject section.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#1994= IFCSIMPLEPROPERTYTEMPLATE('1JyYc0qSGHuO00025QrE$V',$,'PartLoadRatio','Ratio of the real to the nominal capacity.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#1994= IFCSIMPLEPROPERTYTEMPLATE('0xcGE0qV8HuO00025QrE$V',$,'PackingCareType','Identifies the predefined types of care that may be required when handling the artefact during a move where:\X\0D\X\0A\X\0D\X\0AFragile: artefact may be broken during a move through careless handling.\X\0D\X\0AHandleWithCare: artefact may be damaged during a move through careless handling.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7984,$,$,$,$); +#7984= IFCPROPERTYENUMERATION('PEnum_PackingCareType',('FRAGILE','HANDLEWITHCARE','OTHER','NOTKNOWN','UNSET'),$); -#1995= IFCSIMPLEPROPERTYTEMPLATE('0KKIy0qX0HuO00025QrE$V',$,'PatternType','Defines the types of pattern (or shape of a tank that may be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7972,$,$,$,$); -#7972= IFCPROPERTYENUMERATION('PEnum_TankPatternType',('HORIZONTALCYLINDER','VERTICALCYLINDER','RECTANGULAR','OTHER','NOTKNOWN','UNSET'),$); +#1995= IFCSIMPLEPROPERTYTEMPLATE('0qyfW0qS8HuO00025QrE$V',$,'PanHorizontal','Indicates horizontal range for panning.',.P_BOUNDEDVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#1996= IFCSIMPLEPROPERTYTEMPLATE('1hLmG0qX0HuO00025QrE$V',$,'PatternType','Defines the types of pattern (or shape of a tank that may be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7972,$,$,$,$); +#1996= IFCSIMPLEPROPERTYTEMPLATE('3thle0qWCHuO00025QrE$V',$,'PanMounting','The property enumeration Pset_SanitaryMountingEnum defines the forms of mounting or fixing of the sanitary terminal that may be specified within property sets used to define sanitary terminals (WC\X2\2019\X0\s, basins, sinks, etc.) where:-\X\0D\X\0A\X\0D\X\0ABackToWall: \X\09A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections.\X\0D\X\0APedestal: \X\09A floor mounted sanitary terminal that has an integral base.\X\0D\X\0ACounterTop: \X\09A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X\0D\X\0AWallHung: \X\09A sanitary terminal cantilevered clear of the floor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7489,$,$,$,$); -#1997= IFCSIMPLEPROPERTYTEMPLATE('0r0gPVvcv1KPzot2_9fVt7',$,'PavementRoughness','An assessment of the functional condition of the pavement surface indicated as an index according to the International Roughness Index (IRI).',.P_SINGLEVALUE.,'IfcNumericMeasure',$,$,$,$,$,$); +#1997= IFCSIMPLEPROPERTYTEMPLATE('0jClE0qS8HuO00025QrE$V',$,'PanTiltZoomPreset','Indicates pan/tilt/zoom position presets.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#1998= IFCSIMPLEPROPERTYTEMPLATE('1JGNfhUnbBFe5yEOD_A8Fp',$,'PavementTexture','Characterization of pavement texture by mean profile depth\X\0D\X\0A\X\0D\X\0A>NOTE  Definition according to ISO 13473-1:2019',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#1998= IFCSIMPLEPROPERTYTEMPLATE('1qXzLtDkHAO9qk9H6cFVer',$,'PantographType','Indicates the type of pantograph as a desgin parameter for the overhead contactline system.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#1999= IFCSIMPLEPROPERTYTEMPLATE('0oFyQmlpL9PP5WtBwscQTm',$,'PaybackPeriod','Payback period of investment',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#1999= IFCSIMPLEPROPERTYTEMPLATE('0y6QO0qS8HuO00025QrE$V',$,'PanVertical','Indicates vertical range for panning.',.P_BOUNDEDVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2000= IFCSIMPLEPROPERTYTEMPLATE('1d78lyWYfFdPdM0bVSZdC$',$,'PaymentMethod','Indicates the vending machine payment method.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7977,$,$,$,$); -#7977= IFCPROPERTYENUMERATION('PEnum_PaymentMethod',('CASH','CARD','E_PAYMENT','OTHER','NOTKNOWN','UNSET'),$); +#2000= IFCSIMPLEPROPERTYTEMPLATE('3$lcW0qWeHuO00025QrE$V',$,'ParkingUnits','Indicates the number of transporation units of the type specified by the property ParkingUse that may be accommodated within the space. Generally, this value should default to 1 unit. However, where the parking space is for motorcycles or bicycles, provision may be made for more than one unit in the space.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#2001= IFCSIMPLEPROPERTYTEMPLATE('1k0og0qWiHuO00025QrE$V',$,'People','Heat gains and losses from people.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2001= IFCSIMPLEPROPERTYTEMPLATE('3tPYq0qWeHuO00025QrE$V',$,'ParkingUse','Identifies the type of transporation for which the parking space is designed. Values are not predefined but might include car, compact car, motorcycle, bicycle, truck, bus etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2002= IFCSIMPLEPROPERTYTEMPLATE('3tilW0qWiHuO00025QrE$V',$,'People','Heat gains and losses from people.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2002= IFCSIMPLEPROPERTYTEMPLATE('2SgUA0qSGHuO00025QrE$V',$,'PartialLoadEfficiencyCurves','Boiler efficiency as a function of the partial load factor; E = f (partialLaodfactor).',.P_TABLEVALUE.,'IfcPositiveRatioMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); -#2003= IFCSIMPLEPROPERTYTEMPLATE('03ehW0qXGHuO00025QrE$V',$,'PercentageOpen','The ratio between the amount that the valve is open to the full open position of the valve.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveRatioMeasure',$,$,$,$,$); +#2003= IFCSIMPLEPROPERTYTEMPLATE('0R_zu0qUOHuO00025QrE$V',$,'ParticleAbsorptionCurve','Ratio of particles that are removed by the filter. Each entry describes the ratio of particles absorbed greater than equal to the specified size and less than the next specified size. For example, given for 3 significant particle sizes >= 0,1 micro m, >= 1 micro m, >= 5 micro m',.P_TABLEVALUE.,'IfcPositiveLengthMeasure','IfcPositiveRatioMeasure',$,$,$,$,$); -#2004= IFCSIMPLEPROPERTYTEMPLATE('27XpU_GB5Ai8wh8ZfdIOsh',$,'PercentShared','Percent of costs paid by the other infrastructure owner.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2004= IFCSIMPLEPROPERTYTEMPLATE('0yTsY0qUKHuO00025QrE$V',$,'ParticleMassHolding','Mass of particle holding in the filter.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMassMeasure',$,$,$,$,$); -#2005= IFCSIMPLEPROPERTYTEMPLATE('1Nrta0qSyHuO00025QrE$V',$,'Performance','Water temperature change as a function of wet-bulb temperature, water entering temperature, water flow rate, air flow rate, Tdiff = f ( Twet-bulb, Twater,in, mwater, mair).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#2005= IFCSIMPLEPROPERTYTEMPLATE('0PYDfb7nz3$hoT9UBbWKgS',$,'ParticulateMatterEmissions','Rate of emission of particulate matter',.P_SINGLEVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); -#2006= IFCSIMPLEPROPERTYTEMPLATE('3Hl5J4f$HClxP3X9VzH3yF',$,'PerformanceCertificate','Manufacturer''s performance certificate',.P_REFERENCEVALUE.,'IfcDocumentReference',$,$,$,$,$,$); +#2006= IFCSIMPLEPROPERTYTEMPLATE('1JyYc0qSGHuO00025QrE$V',$,'PartLoadRatio','Ratio of the real to the nominal capacity.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#2007= IFCSIMPLEPROPERTYTEMPLATE('0Rkmq0qVqHuO00025QrE$V',$,'PerformanceClasses','A set of designations of performance classes for the breaker unit for which the data of this instance is valid. A breaker unit being a circuit breaker may be\X\0D\X\0Aconstructed for different levels of breaking capacities. A maximum of 7 different\X\0D\X\0Aperformance classes may be provided. Examples of performance classes that may be specified include B, C, N, S, H, L, V.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); +#2007= IFCSIMPLEPROPERTYTEMPLATE('0KKIy0qX0HuO00025QrE$V',$,'PatternType','Defines the types of pattern (or shape of a tank that may be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8009,$,$,$,$); +#8009= IFCPROPERTYENUMERATION('PEnum_TankPatternType',('HORIZONTALCYLINDER','VERTICALCYLINDER','RECTANGULAR','OTHER','NOTKNOWN','UNSET'),$); -#2008= IFCSIMPLEPROPERTYTEMPLATE('3ZPV_0qVaHuO00025QrE$V',$,'PerformanceClasses','A set of designations of performance classes for the breaker unit for which the data of this instance is valid. A breaker unit being a motor protection device may be\X\0D\X\0Aconstructed for different levels of breaking capacities. A maximum of 7 different\X\0D\X\0Aperformance classes may be provided. Examples of performance classes that may be specified include B, C, N, S, H, L, V.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); +#2008= IFCSIMPLEPROPERTYTEMPLATE('1hLmG0qX0HuO00025QrE$V',$,'PatternType','Defines the types of pattern (or shape of a tank that may be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8009,$,$,$,$); -#2009= IFCSIMPLEPROPERTYTEMPLATE('1iqiV1Bdv9kP1zFmTnxXvA',$,'PerformanceMaintenanceLevel','Performance level at which maintenance takes place',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2009= IFCSIMPLEPROPERTYTEMPLATE('0r0gPVvcv1KPzot2_9fVt7',$,'PavementRoughness','An assessment of the functional condition of the pavement surface indicated as an index according to the International Roughness Index (IRI).',.P_SINGLEVALUE.,'IfcNumericMeasure',$,$,$,$,$,$); -#2010= IFCSIMPLEPROPERTYTEMPLATE('1m3hw0qVOHuO00025QrE$V',$,'Perimeter','Perimeter of the profile for calculating the surface area. For example measured in mm.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2010= IFCSIMPLEPROPERTYTEMPLATE('1JGNfhUnbBFe5yEOD_A8Fp',$,'PavementTexture','Characterization of pavement texture by mean profile depth\X\0D\X\0A\X\0D\X\0A>NOTE  Definition according to ISO 13473-1:2019',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2011= IFCSIMPLEPROPERTYTEMPLATE('3_l1K0qSyHuO00025QrE$V',$,'Permeability','Ratio of the permeability of the ceiling.\X\0D\X\0AThe ration can be used to indicate an open ceiling (that enables identification of whether ceiling construction should be considered as impeding distribution of sprinkler water, light etc. from installations within the ceiling area).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2011= IFCSIMPLEPROPERTYTEMPLATE('0oFyQmlpL9PP5WtBwscQTm',$,'PaybackPeriod','Payback period of investment',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#2012= IFCSIMPLEPROPERTYTEMPLATE('04LPHXtef7Bf46YoPubSZ$',$,'PermeabilityBehaviour','Proportionality constant in Darcy''s law which relates flow rate and viscosity to a pressure gradient applied to the porous media.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2012= IFCSIMPLEPROPERTYTEMPLATE('1d78lyWYfFdPdM0bVSZdC$',$,'PaymentMethod','Indicates the vending machine payment method.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8014,$,$,$,$); +#8014= IFCPROPERTYENUMERATION('PEnum_PaymentMethod',('CASH','CARD','E_PAYMENT','OTHER','NOTKNOWN','UNSET'),$); -#2013= IFCSIMPLEPROPERTYTEMPLATE('0dZw4UYSDFVPrQibCUZruL',$,'PermissibleRoadLoad','Permissible traffic load for the road design.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#2013= IFCSIMPLEPROPERTYTEMPLATE('1k0og0qWiHuO00025QrE$V',$,'People','Heat gains and losses from people.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2014= IFCSIMPLEPROPERTYTEMPLATE('0$mo80qUuHuO00025QrE$V',$,'PHLevel','Maximum water PH in a range from 0-14.',.P_SINGLEVALUE.,'IfcPHMeasure',$,$,$,$,$,$); +#2014= IFCSIMPLEPROPERTYTEMPLATE('3tilW0qWiHuO00025QrE$V',$,'People','Heat gains and losses from people.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2015= IFCSIMPLEPROPERTYTEMPLATE('16v3C0qU8HuO00025QrE$V',$,'PhotochemicalOzoneFormation','Quantity of gases creating the photochemical ozone calculated in equivalent ethylene.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#2015= IFCSIMPLEPROPERTYTEMPLATE('03ehW0qXGHuO00025QrE$V',$,'PercentageOpen','The ratio between the amount that the valve is open to the full open position of the valve.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveRatioMeasure',$,$,$,$,$); -#2016= IFCSIMPLEPROPERTYTEMPLATE('3osKw0qU4HuO00025QrE$V',$,'PhotochemicalOzoneFormationPerUnit','Quantity of gases creating the photochemical ozone calculated in equivalent ethylene',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#2016= IFCSIMPLEPROPERTYTEMPLATE('27XpU_GB5Ai8wh8ZfdIOsh',$,'PercentShared','Percent of costs paid by the other infrastructure owner.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2017= IFCSIMPLEPROPERTYTEMPLATE('1KBMgHLx5B9BVSKUJEHSi9',$,'PhysicalDescriptionReference','Physical description as external reference of the equipment, including e.g.weight, shape, model, length, height, diameter.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); +#2017= IFCSIMPLEPROPERTYTEMPLATE('1Nrta0qSyHuO00025QrE$V',$,'Performance','Water temperature change as a function of wet-bulb temperature, water entering temperature, water flow rate, air flow rate, Tdiff = f ( Twet-bulb, Twater,in, mwater, mair).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#2018= IFCSIMPLEPROPERTYTEMPLATE('0eWpK0qUmHuO00025QrE$V',$,'PictogramEscapeDirection','The direction of escape pictogram.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8007,$,$,$,$); -#8007= IFCPROPERTYENUMERATION('PEnum_PictogramEscapeDirectionType',('RIGHTARROW','LEFTARROW','DOWNARROW','UPARROW','OTHER','NOTKNOWN','UNSET'),$); +#2018= IFCSIMPLEPROPERTYTEMPLATE('3Hl5J4f$HClxP3X9VzH3yF',$,'PerformanceCertificate','Manufacturer''s performance certificate',.P_REFERENCEVALUE.,'IfcDocumentReference',$,$,$,$,$,$); -#2019= IFCSIMPLEPROPERTYTEMPLATE('0IBQS0qVKHuO00025QrE$V',$,'PieceMark','Defines a unique piece for production purposes. All pieces with the same piece mark value are identical and interchangeable. The piece mark may be composed of sub-parts that have specific locally defined meaning (e.g. B-1A may denote a beam, of generic type \X2\2018\X0\1\X2\2019\X0\ and specific shape \X2\2018\X0\A\X2\2019\X0\).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2019= IFCSIMPLEPROPERTYTEMPLATE('0Rkmq0qVqHuO00025QrE$V',$,'PerformanceClasses','A set of designations of performance classes for the breaker unit for which the data of this instance is valid. A breaker unit being a circuit breaker may be\X\0D\X\0Aconstructed for different levels of breaking capacities. A maximum of 7 different\X\0D\X\0Aperformance classes may be provided. Examples of performance classes that may be specified include B, C, N, S, H, L, V.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); -#2020= IFCSIMPLEPROPERTYTEMPLATE('1WZdO0qVGHuO00025QrE$V',$,'PieceMark','Defines a unique piece for production purposes. All pieces with the same piece mark value are identical and interchangeable. The piece mark may be composed of sub-parts that have specific locally defined meaning (e.g. B-1A may denote a beam, of generic type \X2\2018\X0\1\X2\2019\X0\ and specific shape \X2\2018\X0\A\X2\2019\X0\).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2020= IFCSIMPLEPROPERTYTEMPLATE('3ZPV_0qVaHuO00025QrE$V',$,'PerformanceClasses','A set of designations of performance classes for the breaker unit for which the data of this instance is valid. A breaker unit being a motor protection device may be\X\0D\X\0Aconstructed for different levels of breaking capacities. A maximum of 7 different\X\0D\X\0Aperformance classes may be provided. Examples of performance classes that may be specified include B, C, N, S, H, L, V.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); -#2021= IFCSIMPLEPROPERTYTEMPLATE('3FaWM7fvLCiBp0lVYAk03V',$,'PierSectionType','Whether the structure presents a solid/closed barrier to the passage of water or is open.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8013,$,$,$,$); -#8013= IFCPROPERTYENUMERATION('PEnum_SectionType',('OPEN','CLOSED'),$); +#2021= IFCSIMPLEPROPERTYTEMPLATE('1iqiV1Bdv9kP1zFmTnxXvA',$,'PerformanceMaintenanceLevel','Performance level at which maintenance takes place',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2022= IFCSIMPLEPROPERTYTEMPLATE('24tPtOUmb38eSfLUcU_ipU',$,'PiezometricHead','Pressure head of water content.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2022= IFCSIMPLEPROPERTYTEMPLATE('1m3hw0qVOHuO00025QrE$V',$,'Perimeter','Perimeter of the profile for calculating the surface area. For example measured in mm.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2023= IFCSIMPLEPROPERTYTEMPLATE('3OfY_ZvlDCMeYOU3FtSlL2',$,'PiezometricPressure','Pressure of water content.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2023= IFCSIMPLEPROPERTYTEMPLATE('3_l1K0qSyHuO00025QrE$V',$,'Permeability','Ratio of the permeability of the ceiling.\X\0D\X\0AThe ration can be used to indicate an open ceiling (that enables identification of whether ceiling construction should be considered as impeding distribution of sprinkler water, light etc. from installations within the ceiling area).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2024= IFCSIMPLEPROPERTYTEMPLATE('0bnXS0qSyHuO00025QrE$V',$,'PipeConnection','The manner in which the pipe connection is made to the cooled beam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8014,$,$,$,$); -#8014= IFCPROPERTYENUMERATION('PEnum_CooledBeamPipeConnection',('STRAIGHT','RIGHT','LEFT','TOP','OTHER','NOTKNOWN','UNSET'),$); +#2024= IFCSIMPLEPROPERTYTEMPLATE('04LPHXtef7Bf46YoPubSZ$',$,'PermeabilityBehaviour','Proportionality constant in Darcy''s law which relates flow rate and viscosity to a pressure gradient applied to the porous media.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2025= IFCSIMPLEPROPERTYTEMPLATE('19MOE0qWWHuO00025QrE$V',$,'PitchAngle','Angle of the slab to the horizontal when used as a component for the roof (specified as 0 degrees or not asserted for cases where the slab is not used as a roof component). \X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2025= IFCSIMPLEPROPERTYTEMPLATE('0dZw4UYSDFVPrQibCUZruL',$,'PermissibleRoadLoad','Permissible traffic load for the road design.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#2026= IFCSIMPLEPROPERTYTEMPLATE('39hCG0qSaHuO00025QrE$V',$,'PlacementType','Indicates the placement of the coil. \X\0D\X\0AFLOOR indicates an under floor heater (if coil type is WATERHEATINGCOIL or ELECTRICHEATINGCOIL); \X\0D\X\0ACEILING indicates a cooling ceiling (if coil type is WATERCOOLINGCOIL);\X\0D\X\0AUNIT indicates that the coil is part of a cooling or heating unit, like cooled beam, etc.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8020,$,$,$,$); -#8020= IFCPROPERTYENUMERATION('PEnum_CoilPlacementType',('FLOOR','CEILING','UNIT','OTHER','NOTKNOWN','UNSET'),$); +#2026= IFCSIMPLEPROPERTYTEMPLATE('0$mo80qUuHuO00025QrE$V',$,'PHLevel','Maximum water PH in a range from 0-14.',.P_SINGLEVALUE.,'IfcPHMeasure',$,$,$,$,$,$); -#2027= IFCSIMPLEPROPERTYTEMPLATE('3f$7C0qWaHuO00025QrE$V',$,'PlacementType','Indicates how the space heater is designed to be placed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8023,$,$,$,$); -#8023= IFCPROPERTYENUMERATION('PEnum_SpaceHeaterPlacementType',('BASEBOARD','TOWELWARMER','SUSPENDED','WALL','OTHER','NOTKNOWN','UNSET'),$); +#2027= IFCSIMPLEPROPERTYTEMPLATE('16v3C0qU8HuO00025QrE$V',$,'PhotochemicalOzoneFormation','Quantity of gases creating the photochemical ozone calculated in equivalent ethylene.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#2028= IFCSIMPLEPROPERTYTEMPLATE('2_jbk0qUeHuO00025QrE$V',$,'PlacingType','Location at which the type of junction box can be located.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8026,$,$,$,$); -#8026= IFCPROPERTYENUMERATION('PEnum_JunctionBoxPlacingType',('CEILING','FLOOR','WALL','OTHER','NOTKNOWN','UNSET'),$); +#2028= IFCSIMPLEPROPERTYTEMPLATE('3osKw0qU4HuO00025QrE$V',$,'PhotochemicalOzoneFormationPerUnit','Quantity of gases creating the photochemical ozone calculated in equivalent ethylene',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#2029= IFCSIMPLEPROPERTYTEMPLATE('1knSGb$Hr9DhsNhsqxn5bg',$,'PlanarFlatness','Indicative (95%-100%) range flatness associated to the intended shape and position in XYZ.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2029= IFCSIMPLEPROPERTYTEMPLATE('1KBMgHLx5B9BVSKUJEHSi9',$,'PhysicalDescriptionReference','Physical description as external reference of the equipment, including e.g.weight, shape, model, length, height, diameter.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); -#2030= IFCSIMPLEPROPERTYTEMPLATE('0MZfk0qSOHuO00025QrE$V',$,'PlanningControlStatus','Label of zoning category or class, or planning control category for the site or facility.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2030= IFCSIMPLEPROPERTYTEMPLATE('0eWpK0qUmHuO00025QrE$V',$,'PictogramEscapeDirection','The direction of escape pictogram.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8044,$,$,$,$); +#8044= IFCPROPERTYENUMERATION('PEnum_PictogramEscapeDirectionType',('RIGHTARROW','LEFTARROW','DOWNARROW','UPARROW','OTHER','NOTKNOWN','UNSET'),$); -#2031= IFCSIMPLEPROPERTYTEMPLATE('394Yw0qSKHuO00025QrE$V',$,'PlanningControlStatus','Label of zoning category or class, or planning control category for the site or facility.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2031= IFCSIMPLEPROPERTYTEMPLATE('0IBQS0qVKHuO00025QrE$V',$,'PieceMark','Defines a unique piece for production purposes. All pieces with the same piece mark value are identical and interchangeable. The piece mark may be composed of sub-parts that have specific locally defined meaning (e.g. B-1A may denote a beam, of generic type \X2\2018\X0\1\X2\2019\X0\ and specific shape \X2\2018\X0\A\X2\2019\X0\).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2032= IFCSIMPLEPROPERTYTEMPLATE('0TWT80qVSHuO00025QrE$V',$,'PlasticShapeFactorY','Ratio of plastic versus elastic bending moment capacity about the section analysis axis ys. A dimensionless value.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2032= IFCSIMPLEPROPERTYTEMPLATE('1WZdO0qVGHuO00025QrE$V',$,'PieceMark','Defines a unique piece for production purposes. All pieces with the same piece mark value are identical and interchangeable. The piece mark may be composed of sub-parts that have specific locally defined meaning (e.g. B-1A may denote a beam, of generic type \X2\2018\X0\1\X2\2019\X0\ and specific shape \X2\2018\X0\A\X2\2019\X0\).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2033= IFCSIMPLEPROPERTYTEMPLATE('0bGNQ0qVSHuO00025QrE$V',$,'PlasticShapeFactorZ','Ratio of plastic versus elastic bending moment capacity about the section analysis axis zs. A dimensionless value.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2033= IFCSIMPLEPROPERTYTEMPLATE('3FaWM7fvLCiBp0lVYAk03V',$,'PierSectionType','Whether the structure presents a solid/closed barrier to the passage of water or is open.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8050,$,$,$,$); +#8050= IFCPROPERTYENUMERATION('PEnum_SectionType',('OPEN','CLOSED'),$); -#2034= IFCSIMPLEPROPERTYTEMPLATE('3lv5i0qUqHuO00025QrE$V',$,'PlasticStrain','A measure of the permanent displacement, as in slip or twinning, which remains after the stress has been removed. Currently applied to a strain of 0.2% proportional stress of the material.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2034= IFCSIMPLEPROPERTYTEMPLATE('24tPtOUmb38eSfLUcU_ipU',$,'PiezometricHead','Pressure head of water content.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2035= IFCSIMPLEPROPERTYTEMPLATE('0I5BE0qSCHuO00025QrE$V',$,'PlayerMediaEject','Indicates whether the media can be ejected from the player (if physical media).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2035= IFCSIMPLEPROPERTYTEMPLATE('3OfY_ZvlDCMeYOU3FtSlL2',$,'PiezometricPressure','Pressure of water content.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2036= IFCSIMPLEPROPERTYTEMPLATE('0Oeoi0qSCHuO00025QrE$V',$,'PlayerMediaFormat','Indicates supported media formats.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#2036= IFCSIMPLEPROPERTYTEMPLATE('0bnXS0qSyHuO00025QrE$V',$,'PipeConnection','The manner in which the pipe connection is made to the cooled beam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8051,$,$,$,$); +#8051= IFCPROPERTYENUMERATION('PEnum_CooledBeamPipeConnection',('STRAIGHT','RIGHT','LEFT','TOP','OTHER','NOTKNOWN','UNSET'),$); -#2037= IFCSIMPLEPROPERTYTEMPLATE('04zyI0qSCHuO00025QrE$V',$,'PlayerType','Indicates the type of player.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8043,$,$,$,$); -#8043= IFCPROPERTYENUMERATION('PEnum_AudioVisualPlayerType',('AUDIO','VIDEO','OTHER','NOTKNOWN','UNSET.'),$); +#2037= IFCSIMPLEPROPERTYTEMPLATE('19MOE0qWWHuO00025QrE$V',$,'PitchAngle','Angle of the slab to the horizontal when used as a component for the roof (specified as 0 degrees or not asserted for cases where the slab is not used as a roof component). \X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2038= IFCSIMPLEPROPERTYTEMPLATE('1ZXcW0qUuHuO00025QrE$V',$,'Plies','Number of plies.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#2038= IFCSIMPLEPROPERTYTEMPLATE('39hCG0qSaHuO00025QrE$V',$,'PlacementType','Indicates the placement of the coil. \X\0D\X\0AFLOOR indicates an under floor heater (if coil type is WATERHEATINGCOIL or ELECTRICHEATINGCOIL); \X\0D\X\0ACEILING indicates a cooling ceiling (if coil type is WATERCOOLINGCOIL);\X\0D\X\0AUNIT indicates that the coil is part of a cooling or heating unit, like cooled beam, etc.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8057,$,$,$,$); +#8057= IFCPROPERTYENUMERATION('PEnum_CoilPlacementType',('FLOOR','CEILING','UNIT','OTHER','NOTKNOWN','UNSET'),$); -#2039= IFCSIMPLEPROPERTYTEMPLATE('0cDT20qXOHuO00025QrE$V',$,'PointOfContact','The organization that should be contacted for action under the terms of the warranty. Note that the role of the organization (manufacturer, supplier, installer etc.) is determined by the IfcActorRole attribute of IfcOrganization.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2039= IFCSIMPLEPROPERTYTEMPLATE('3f$7C0qWaHuO00025QrE$V',$,'PlacementType','Indicates how the space heater is designed to be placed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8060,$,$,$,$); +#8060= IFCPROPERTYENUMERATION('PEnum_SpaceHeaterPlacementType',('BASEBOARD','TOWELWARMER','SUSPENDED','WALL','OTHER','NOTKNOWN','UNSET'),$); -#2040= IFCSIMPLEPROPERTYTEMPLATE('3ZGJpY849AUhml6K4M4C95',$,'PoisonsRatio','Ratio of transverse contraction strain to longitudinal extension strain in the direction of stretching force.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2040= IFCSIMPLEPROPERTYTEMPLATE('2_jbk0qUeHuO00025QrE$V',$,'PlacingType','Location at which the type of junction box can be located.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8063,$,$,$,$); +#8063= IFCPROPERTYENUMERATION('PEnum_JunctionBoxPlacingType',('CEILING','FLOOR','WALL','OTHER','NOTKNOWN','UNSET'),$); -#2041= IFCSIMPLEPROPERTYTEMPLATE('25Cn_0qUqHuO00025QrE$V',$,'PoissonRatio','A measure of the lateral deformations in the elastic range.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2041= IFCSIMPLEPROPERTYTEMPLATE('1knSGb$Hr9DhsNhsqxn5bg',$,'PlanarFlatness','Indicative (95%-100%) range flatness associated to the intended shape and position in XYZ.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2042= IFCSIMPLEPROPERTYTEMPLATE('0dswO0qSuHuO00025QrE$V',$,'Polarity','True indicates normal polarity; False indicates reverse polarity.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2042= IFCSIMPLEPROPERTYTEMPLATE('0MZfk0qSOHuO00025QrE$V',$,'PlanningControlStatus','Label of zoning category or class, or planning control category for the site or facility.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2043= IFCSIMPLEPROPERTYTEMPLATE('0xnVcngeL0puq0IO2aWcNm',$,'PolarizationMode','Indicates the polarization mode of antenna.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8051,$,$,$,$); -#8051= IFCPROPERTYENUMERATION('PEnum_PolarizationMode',('DUALPOLARIZATION','SINGLEPOLARIZATION','OTHER','NOTKNOWN','UNSET'),$); +#2043= IFCSIMPLEPROPERTYTEMPLATE('394Yw0qSKHuO00025QrE$V',$,'PlanningControlStatus','Label of zoning category or class, or planning control category for the site or facility.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2044= IFCSIMPLEPROPERTYTEMPLATE('1l9fqAQsz5qR9XY_Mh244N',$,'PolarizationModeDispersionTolerance','Indicates the polarization mode dispersion tolerance of the transport equipment. It is usually measured by picosecond.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2044= IFCSIMPLEPROPERTYTEMPLATE('0TWT80qVSHuO00025QrE$V',$,'PlasticShapeFactorY','Ratio of plastic versus elastic bending moment capacity about the section analysis axis ys. A dimensionless value.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2045= IFCSIMPLEPROPERTYTEMPLATE('2a8qh0dWHD9OWx5IdbYOLq',$,'PoleUsage','Pole usage.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8052,$,$,$,$); -#8052= IFCPROPERTYENUMERATION('PEnum_PoleUsage',('1P','2P','3P','4P','1PN','3PN','OTHER','NOTKNOWN','UNSET'),$); +#2045= IFCSIMPLEPROPERTYTEMPLATE('0bGNQ0qVSHuO00025QrE$V',$,'PlasticShapeFactorZ','Ratio of plastic versus elastic bending moment capacity about the section analysis axis zs. A dimensionless value.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2046= IFCSIMPLEPROPERTYTEMPLATE('3OMAA0qUmHuO00025QrE$V',$,'Porosity','The void fraction of the total volume occupied by material (Vbr - Vnet)/Vbr.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2046= IFCSIMPLEPROPERTYTEMPLATE('3lv5i0qUqHuO00025QrE$V',$,'PlasticStrain','A measure of the permanent displacement, as in slip or twinning, which remains after the stress has been removed. Currently applied to a strain of 0.2% proportional stress of the material.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2047= IFCSIMPLEPROPERTYTEMPLATE('2wGIZukqb5y8_rmxPBWB8h',$,'PortCapacity','Indicates the number of ports in the passive device that can be used to interconnect cables.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#2047= IFCSIMPLEPROPERTYTEMPLATE('0I5BE0qSCHuO00025QrE$V',$,'PlayerMediaEject','Indicates whether the media can be ejected from the player (if physical media).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2048= IFCSIMPLEPROPERTYTEMPLATE('30TII0qTGHuO00025QrE$V',$,'PortNumber','The port index for logically ordering the port within the containing element or element type.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#2048= IFCSIMPLEPROPERTYTEMPLATE('0Oeoi0qSCHuO00025QrE$V',$,'PlayerMediaFormat','Indicates supported media formats.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#2049= IFCSIMPLEPROPERTYTEMPLATE('0Mrca0qRqHuO00025QrE$V',$,'Position','Indicates position of the actuator over time where 0.0 is fully closed and 1.0 is fully open.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#2049= IFCSIMPLEPROPERTYTEMPLATE('04zyI0qSCHuO00025QrE$V',$,'PlayerType','Indicates the type of player.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8080,$,$,$,$); +#8080= IFCPROPERTYENUMERATION('PEnum_AudioVisualPlayerType',('AUDIO','VIDEO','OTHER','NOTKNOWN','UNSET.'),$); -#2050= IFCSIMPLEPROPERTYTEMPLATE('2$JKUv68rC$QfoodxwEHNq',$,'PositionInTrack','Indicates the relative position of the element in track, which lies to the left or right as facing in the direction of increasing stationing values.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7017,$,$,$,$); +#2050= IFCSIMPLEPROPERTYTEMPLATE('1ZXcW0qUuHuO00025QrE$V',$,'Plies','Number of plies.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#2051= IFCSIMPLEPROPERTYTEMPLATE('13VYb5tj10cOr5hZsTbt3R',$,'Power','The actual power and operable range.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2051= IFCSIMPLEPROPERTYTEMPLATE('0cDT20qXOHuO00025QrE$V',$,'PointOfContact','The organization that should be contacted for action under the terms of the warranty. Note that the role of the organization (manufacturer, supplier, installer etc.) is determined by the IfcActorRole attribute of IfcOrganization.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2052= IFCSIMPLEPROPERTYTEMPLATE('2sQ1k0qVuHuO00025QrE$V',$,'Power','The actual power consumption of the pump.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2052= IFCSIMPLEPROPERTYTEMPLATE('3ZGJpY849AUhml6K4M4C95',$,'PoisonsRatio','Ratio of transverse contraction strain to longitudinal extension strain in the direction of stretching force.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2053= IFCSIMPLEPROPERTYTEMPLATE('1mAfVHVQfDtBcb3$W2OBiX',$,'PowerCapacity','Power capacity of the equipment',.P_SINGLEVALUE.,'IfcElectricChargeMeasure',$,$,$,$,$,$); +#2053= IFCSIMPLEPROPERTYTEMPLATE('25Cn_0qUqHuO00025QrE$V',$,'PoissonRatio','A measure of the lateral deformations in the elastic range.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2054= IFCSIMPLEPROPERTYTEMPLATE('1FaUfs_7b2qQdwXAs_k3m$',$,'PowerDemand','Power demand of the element',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2054= IFCSIMPLEPROPERTYTEMPLATE('0dswO0qSuHuO00025QrE$V',$,'Polarity','True indicates normal polarity; False indicates reverse polarity.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2055= IFCSIMPLEPROPERTYTEMPLATE('3UBu01JHrASAEoqzhOMsSb',$,'PowerDissipation','Permissible power which may be dissipated continuously, at specified conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2055= IFCSIMPLEPROPERTYTEMPLATE('0xnVcngeL0puq0IO2aWcNm',$,'PolarizationMode','Indicates the polarization mode of antenna.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8088,$,$,$,$); +#8088= IFCPROPERTYENUMERATION('PEnum_PolarizationMode',('DUALPOLARIZATION','SINGLEPOLARIZATION','OTHER','NOTKNOWN','UNSET'),$); -#2056= IFCSIMPLEPROPERTYTEMPLATE('1Jv3lEllLAG9RzY6AaK90z',$,'PowerFactor','Power factor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcRatioMeasure',$,$,$,$,$); +#2056= IFCSIMPLEPROPERTYTEMPLATE('1l9fqAQsz5qR9XY_Mh244N',$,'PolarizationModeDispersionTolerance','Indicates the polarization mode dispersion tolerance of the transport equipment. It is usually measured by picosecond.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2057= IFCSIMPLEPROPERTYTEMPLATE('3FKZGrWnL47wR1V9jblsAW',$,'PowerFactor','The ratio between the rated electrical power and the product of the rated current and rated voltage',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2057= IFCSIMPLEPROPERTYTEMPLATE('2a8qh0dWHD9OWx5IdbYOLq',$,'PoleUsage','Pole usage.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8089,$,$,$,$); +#8089= IFCPROPERTYENUMERATION('PEnum_PoleUsage',('1P','2P','3P','4P','1PN','3PN','OTHER','NOTKNOWN','UNSET'),$); -#2058= IFCSIMPLEPROPERTYTEMPLATE('15mFy0qVuHuO00025QrE$V',$,'PowerLoss','The power loss in [W] of the fuse when the nominal current is flowing through the fuse.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2058= IFCSIMPLEPROPERTYTEMPLATE('3OMAA0qUmHuO00025QrE$V',$,'Porosity','The void fraction of the total volume occupied by material (Vbr - Vnet)/Vbr.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2059= IFCSIMPLEPROPERTYTEMPLATE('17rkswZN5Ayh1V1zbea9$s',$,'PowerLoss','Total loss of power across this cable.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2059= IFCSIMPLEPROPERTYTEMPLATE('2wGIZukqb5y8_rmxPBWB8h',$,'PortCapacity','Indicates the number of ports in the passive device that can be used to interconnect cables.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#2060= IFCSIMPLEPROPERTYTEMPLATE('24e8O0qVaHuO00025QrE$V',$,'PowerLoss','The power loss in [W] per pole of the MCB when the nominal current is flowing through the MCB.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2060= IFCSIMPLEPROPERTYTEMPLATE('30TII0qTGHuO00025QrE$V',$,'PortNumber','The port index for logically ordering the port within the containing element or element type.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#2061= IFCSIMPLEPROPERTYTEMPLATE('0dZTk0qSiHuO00025QrE$V',$,'PowerSource','Type of power driving the compressor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8075,$,$,$,$); -#8075= IFCPROPERTYENUMERATION('PEnum_CompressorTypePowerSource',('MOTORDRIVEN','ENGINEDRIVEN','GASTURBINE','OTHER','NOTKNOWN','UNSET'),$); +#2061= IFCSIMPLEPROPERTYTEMPLATE('0Mrca0qRqHuO00025QrE$V',$,'Position','Indicates position of the actuator over time where 0.0 is fully closed and 1.0 is fully open.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#2062= IFCSIMPLEPROPERTYTEMPLATE('1nWBo0qTyHuO00025QrE$V',$,'PowerState','Indicates the power state of the device where True is on and False is off.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcBoolean',$,$,$,$,$); +#2062= IFCSIMPLEPROPERTYTEMPLATE('2$JKUv68rC$QfoodxwEHNq',$,'PositionInTrack','Indicates the relative position of the element in track, which lies to the left or right as facing in the direction of increasing stationing values.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7054,$,$,$,$); -#2063= IFCSIMPLEPROPERTYTEMPLATE('2GmHy0qSeHuO00025QrE$V',$,'PowerState','Indicates the power state of the device where True is on and False is off.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcBoolean',$,$,$,$,$); +#2063= IFCSIMPLEPROPERTYTEMPLATE('13VYb5tj10cOr5hZsTbt3R',$,'Power','The actual power and operable range.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2064= IFCSIMPLEPROPERTYTEMPLATE('2z96s0qS4HuO00025QrE$V',$,'PowerState','Indicates the power state of the device where True is on and False is off.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcBoolean',$,$,$,$,$); +#2064= IFCSIMPLEPROPERTYTEMPLATE('2sQ1k0qVuHuO00025QrE$V',$,'Power','The actual power consumption of the pump.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2065= IFCSIMPLEPROPERTYTEMPLATE('0R5br9ai188vK3YgXwAZkg',$,'PowerSupplyMode','Power supply mode of the equipment or system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8082,$,$,$,$); -#8082= IFCPROPERTYENUMERATION('PEnum_PowerSupplyMode',('AC','DC','OTHER','NOTKNOWN','UNSET'),$); +#2065= IFCSIMPLEPROPERTYTEMPLATE('1mAfVHVQfDtBcb3$W2OBiX',$,'PowerCapacity','Power capacity of the equipment',.P_SINGLEVALUE.,'IfcElectricChargeMeasure',$,$,$,$,$,$); -#2066= IFCSIMPLEPROPERTYTEMPLATE('1rWyryNgTD49uhQjRGslfB',$,'Pressure','The pressure of the fluid.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2066= IFCSIMPLEPROPERTYTEMPLATE('1FaUfs_7b2qQdwXAs_k3m$',$,'PowerDemand','Power demand of the element',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2067= IFCSIMPLEPROPERTYTEMPLATE('21I6029$T09OOx3TehMZSk',$,'Pressure','The pressure of the fluid.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#2067= IFCSIMPLEPROPERTYTEMPLATE('3UBu01JHrASAEoqzhOMsSb',$,'PowerDissipation','Permissible power which may be dissipated continuously, at specified conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2068= IFCSIMPLEPROPERTYTEMPLATE('3CIho6yXrEuwXjE1K1d5gp',$,'Pressure','The pressure of the fluid.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2068= IFCSIMPLEPROPERTYTEMPLATE('1Jv3lEllLAG9RzY6AaK90z',$,'PowerFactor','Power factor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcRatioMeasure',$,$,$,$,$); -#2069= IFCSIMPLEPROPERTYTEMPLATE('3J6MJ0gqz4IgEb9gSWXES5',$,'Pressure','The pressure of the fuel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#2069= IFCSIMPLEPROPERTYTEMPLATE('3FKZGrWnL47wR1V9jblsAW',$,'PowerFactor','The ratio between the rated electrical power and the product of the rated current and rated voltage',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2070= IFCSIMPLEPROPERTYTEMPLATE('0M0Vy0qTuHuO00025QrE$V',$,'PressureClass','Pressure classification as defined by the authority having jurisdiction (e.g., SMACNA, etc.).',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2070= IFCSIMPLEPROPERTYTEMPLATE('15mFy0qVuHuO00025QrE$V',$,'PowerLoss','The power loss in [W] of the fuse when the nominal current is flowing through the fuse.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2071= IFCSIMPLEPROPERTYTEMPLATE('0MyLk0qVCHuO00025QrE$V',$,'PressureClass','The test or rated pressure classification of the fitting.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2071= IFCSIMPLEPROPERTYTEMPLATE('17rkswZN5Ayh1V1zbea9$s',$,'PowerLoss','Total loss of power across this cable.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2072= IFCSIMPLEPROPERTYTEMPLATE('3EBQY0qTeHuO00025QrE$V',$,'PressureClass','Nominal pressure rating of the system components. (Data type = PressureMeasure)',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2072= IFCSIMPLEPROPERTYTEMPLATE('24e8O0qVaHuO00025QrE$V',$,'PowerLoss','The power loss in [W] per pole of the MCB when the nominal current is flowing through the MCB.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2073= IFCSIMPLEPROPERTYTEMPLATE('2csza0qUGHuO00025QrE$V',$,'PressureCurve','Pressure rise = f (flow rate).',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); +#2073= IFCSIMPLEPROPERTYTEMPLATE('0dZTk0qSiHuO00025QrE$V',$,'PowerSource','Type of power driving the compressor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8112,$,$,$,$); +#8112= IFCPROPERTYENUMERATION('PEnum_CompressorTypePowerSource',('MOTORDRIVEN','ENGINEDRIVEN','GASTURBINE','OTHER','NOTKNOWN','UNSET'),$); -#2074= IFCSIMPLEPROPERTYTEMPLATE('0wcgw0qRyHuO00025QrE$V',$,'PressureDrop','Drop in total pressure between inlet and outlet at nominal air-flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#2074= IFCSIMPLEPROPERTYTEMPLATE('1nWBo0qTyHuO00025QrE$V',$,'PowerState','Indicates the power state of the device where True is on and False is off.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcBoolean',$,$,$,$,$); -#2075= IFCSIMPLEPROPERTYTEMPLATE('39$8s0qT0HuO00025QrE$V',$,'PressureDrop','Pressure drop.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#2075= IFCSIMPLEPROPERTYTEMPLATE('2GmHy0qSeHuO00025QrE$V',$,'PowerState','Indicates the power state of the device where True is on and False is off.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcBoolean',$,$,$,$,$); -#2076= IFCSIMPLEPROPERTYTEMPLATE('2FwRQ0qUKHuO00025QrE$V',$,'PressureDropCurve','Under certain dust holding weight, DelPressure = f (fluidflowRate)',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); +#2076= IFCSIMPLEPROPERTYTEMPLATE('2z96s0qS4HuO00025QrE$V',$,'PowerState','Indicates the power state of the device where True is on and False is off.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcBoolean',$,$,$,$,$); -#2077= IFCSIMPLEPROPERTYTEMPLATE('2ydis0qUSHuO00025QrE$V',$,'PressureGaugeType','Identifies the means by which pressure is displayed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8102,$,$,$,$); -#8102= IFCPROPERTYENUMERATION('PEnum_PressureGaugeType',('DIAL','DIGITAL','MANOMETER','OTHER','NOTKNOWN','UNSET'),$); +#2077= IFCSIMPLEPROPERTYTEMPLATE('0R5br9ai188vK3YgXwAZkg',$,'PowerSupplyMode','Power supply mode of the equipment or system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8119,$,$,$,$); +#8119= IFCPROPERTYENUMERATION('PEnum_PowerSupplyMode',('AC','DC','OTHER','NOTKNOWN','UNSET'),$); -#2078= IFCSIMPLEPROPERTYTEMPLATE('3IxLy0qT0HuO00025QrE$V',$,'PressureLossCoefficient','Pressure loss coefficient.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcRatioMeasure',$,$,$,$,$); +#2078= IFCSIMPLEPROPERTYTEMPLATE('1rWyryNgTD49uhQjRGslfB',$,'Pressure','The pressure of the fluid.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2079= IFCSIMPLEPROPERTYTEMPLATE('0QnhC0qTuHuO00025QrE$V',$,'PressureRange','Allowable maximum and minimum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2079= IFCSIMPLEPROPERTYTEMPLATE('21I6029$T09OOx3TehMZSk',$,'Pressure','The pressure of the fluid.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#2080= IFCSIMPLEPROPERTYTEMPLATE('0SJgO0qVCHuO00025QrE$V',$,'PressureRange','Allowable maximum and minimum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2080= IFCSIMPLEPROPERTYTEMPLATE('3CIho6yXrEuwXjE1K1d5gp',$,'Pressure','The pressure of the fluid.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2081= IFCSIMPLEPROPERTYTEMPLATE('2HOx20qTuHuO00025QrE$V',$,'PressureRange','Allowable maximum and minimum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2081= IFCSIMPLEPROPERTYTEMPLATE('3J6MJ0gqz4IgEb9gSWXES5',$,'Pressure','The pressure of the fuel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#2082= IFCSIMPLEPROPERTYTEMPLATE('2jlXW0qVCHuO00025QrE$V',$,'PressureRange','Allowable maximum and minimum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2082= IFCSIMPLEPROPERTYTEMPLATE('0M0Vy0qTuHuO00025QrE$V',$,'PressureClass','Pressure classification as defined by the authority having jurisdiction (e.g., SMACNA, etc.).',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2083= IFCSIMPLEPROPERTYTEMPLATE('1rwwm0qSGHuO00025QrE$V',$,'PressureRating','Nominal pressure rating of the boiler as rated by the agency having jurisdiction.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2083= IFCSIMPLEPROPERTYTEMPLATE('0MyLk0qVCHuO00025QrE$V',$,'PressureClass','The test or rated pressure classification of the fitting.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2084= IFCSIMPLEPROPERTYTEMPLATE('2sN260qUOHuO00025QrE$V',$,'PressureRating','Maximum pressure that the hydrant is manufactured to withstand.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2084= IFCSIMPLEPROPERTYTEMPLATE('3EBQY0qTeHuO00025QrE$V',$,'PressureClass','Nominal pressure rating of the system components. (Data type = PressureMeasure)',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2085= IFCSIMPLEPROPERTYTEMPLATE('1Q3VU0qX0HuO00025QrE$V',$,'PressureRegulatorSetting','Pressure that is automatically maintained in the tank.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2085= IFCSIMPLEPROPERTYTEMPLATE('2csza0qUGHuO00025QrE$V',$,'PressureCurve','Pressure rise = f (flow rate).',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); -#2086= IFCSIMPLEPROPERTYTEMPLATE('2fxBw0qX0HuO00025QrE$V',$,'PressureRegulatorSetting','Pressure that is automatically maintained in the tank.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2086= IFCSIMPLEPROPERTYTEMPLATE('0wcgw0qRyHuO00025QrE$V',$,'PressureDrop','Drop in total pressure between inlet and outlet at nominal air-flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#2087= IFCSIMPLEPROPERTYTEMPLATE('2jTqe0qVuHuO00025QrE$V',$,'PressureRise','The developed pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#2087= IFCSIMPLEPROPERTYTEMPLATE('39$8s0qT0HuO00025QrE$V',$,'PressureDrop','Pressure drop.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#2088= IFCSIMPLEPROPERTYTEMPLATE('3aicuu8QP28AAdbn5w7Vos',$,'PreTensionAim','Line force that the winch is set to maintain (minimum load)',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#2088= IFCSIMPLEPROPERTYTEMPLATE('2FwRQ0qUKHuO00025QrE$V',$,'PressureDropCurve','Under certain dust holding weight, DelPressure = f (fluidflowRate)',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); -#2089= IFCSIMPLEPROPERTYTEMPLATE('0dxPq0qV8HuO00025QrE$V',$,'PrevailingWindDirection','The prevailing wind angle direction measured from True North (0 degrees) in a clockwise direction.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2089= IFCSIMPLEPROPERTYTEMPLATE('2ydis0qUSHuO00025QrE$V',$,'PressureGaugeType','Identifies the means by which pressure is displayed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8139,$,$,$,$); +#8139= IFCPROPERTYENUMERATION('PEnum_PressureGaugeType',('DIAL','DIGITAL','MANOMETER','OTHER','NOTKNOWN','UNSET'),$); -#2090= IFCSIMPLEPROPERTYTEMPLATE('0jIkU0qV8HuO00025QrE$V',$,'PrevailingWindVelocity','The design wind velocity coming from the direction specified by the PrevailingWindDirection attribute.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#2090= IFCSIMPLEPROPERTYTEMPLATE('3IxLy0qT0HuO00025QrE$V',$,'PressureLossCoefficient','Pressure loss coefficient.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcRatioMeasure',$,$,$,$,$); -#2091= IFCSIMPLEPROPERTYTEMPLATE('3Hj3O0qS0HuO00025QrE$V',$,'PrimaryAirflowRateRange','possible range of primary airflow that can be delivered..',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#2091= IFCSIMPLEPROPERTYTEMPLATE('0QnhC0qTuHuO00025QrE$V',$,'PressureRange','Allowable maximum and minimum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2092= IFCSIMPLEPROPERTYTEMPLATE('23UrC0qX4HuO00025QrE$V',$,'PrimaryApparentPower','The power in VA (volt ampere) that has been transformed and that runs into the transformer on the primary side.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2092= IFCSIMPLEPROPERTYTEMPLATE('0SJgO0qVCHuO00025QrE$V',$,'PressureRange','Allowable maximum and minimum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2093= IFCSIMPLEPROPERTYTEMPLATE('1gSg80qX4HuO00025QrE$V',$,'PrimaryCurrent','The current that is going to be transformed and that runs into the transformer on the primary side.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2093= IFCSIMPLEPROPERTYTEMPLATE('2HOx20qTuHuO00025QrE$V',$,'PressureRange','Allowable maximum and minimum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2094= IFCSIMPLEPROPERTYTEMPLATE('1PJtG0qSGHuO00025QrE$V',$,'PrimaryEnergyConsumption','Boiler primary energy source consumption (i.e., the fuel consumed for changing the thermodynamic state of the fluid).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2094= IFCSIMPLEPROPERTYTEMPLATE('2jlXW0qVCHuO00025QrE$V',$,'PressureRange','Allowable maximum and minimum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2095= IFCSIMPLEPROPERTYTEMPLATE('1tZv40qX4HuO00025QrE$V',$,'PrimaryFrequency','The frequency that is going to be transformed and that runs into the transformer on the primary side.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#2095= IFCSIMPLEPROPERTYTEMPLATE('1rwwm0qSGHuO00025QrE$V',$,'PressureRating','Nominal pressure rating of the boiler as rated by the agency having jurisdiction.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2096= IFCSIMPLEPROPERTYTEMPLATE('0V_$0qqDn9Tf1PLPQjjK_e',$,'PrimaryProductionType','Primary type of ship production of the facility',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2096= IFCSIMPLEPROPERTYTEMPLATE('2sN260qUOHuO00025QrE$V',$,'PressureRating','Maximum pressure that the hydrant is manufactured to withstand.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2097= IFCSIMPLEPROPERTYTEMPLATE('0L_0G0qSeHuO00025QrE$V',$,'PrimarySurfaceArea','Primary heat transfer surface area of the tubes and headers.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#2097= IFCSIMPLEPROPERTYTEMPLATE('1Q3VU0qX0HuO00025QrE$V',$,'PressureRegulatorSetting','Pressure that is automatically maintained in the tank.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2098= IFCSIMPLEPROPERTYTEMPLATE('1Txac0qX4HuO00025QrE$V',$,'PrimaryVoltage','The voltage that is going to be transformed and that runs into the transformer on the primary side.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#2098= IFCSIMPLEPROPERTYTEMPLATE('2fxBw0qX0HuO00025QrE$V',$,'PressureRegulatorSetting','Pressure that is automatically maintained in the tank.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2099= IFCSIMPLEPROPERTYTEMPLATE('3VUxA0qUGHuO00025QrE$V',$,'Process','Reference number of the welding process according to ISO 4063, an up to three digits long code',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#2099= IFCSIMPLEPROPERTYTEMPLATE('2jTqe0qVuHuO00025QrE$V',$,'PressureRise','The developed pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#2100= IFCSIMPLEPROPERTYTEMPLATE('1lMQMfyaj8WukwZC4nXkfi',$,'ProcessCapacity','The number of units that can be processed in the time defined in ProcessPerformance',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#2100= IFCSIMPLEPROPERTYTEMPLATE('3aicuu8QP28AAdbn5w7Vos',$,'PreTensionAim','Line force that the winch is set to maintain (minimum load)',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#2101= IFCSIMPLEPROPERTYTEMPLATE('0_iuQ9laT8WBnP5Q4o04AH',$,'ProcessDirection','The direction of flow of the cargo within the process.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8153,$,$,$,$); -#8153= IFCPROPERTYENUMERATION('PEnum_ProcessDirection',('IMPORT','EXPORT','TRANSFER'),$); +#2101= IFCSIMPLEPROPERTYTEMPLATE('0dxPq0qV8HuO00025QrE$V',$,'PrevailingWindDirection','The prevailing wind angle direction measured from True North (0 degrees) in a clockwise direction.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2102= IFCSIMPLEPROPERTYTEMPLATE('0yXM2dwTn71gpxHeftzb$S',$,'ProcessItem','The type of item (and its measurement method) being modelled within a process. This can be cargo, passengers or vehicles that pass through the system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8154,$,$,$,$); -#8154= IFCPROPERTYENUMERATION('PEnum_ProcessItem',('TEU','CGT','BARREL','TONNE','PASSENGER','VEHICLE'),$); +#2102= IFCSIMPLEPROPERTYTEMPLATE('0jIkU0qV8HuO00025QrE$V',$,'PrevailingWindVelocity','The design wind velocity coming from the direction specified by the PrevailingWindDirection attribute.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#2103= IFCSIMPLEPROPERTYTEMPLATE('3asFq0qUGHuO00025QrE$V',$,'ProcessName','Name of the welding process. Alternative to the numeric Process property.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2103= IFCSIMPLEPROPERTYTEMPLATE('3Hj3O0qS0HuO00025QrE$V',$,'PrimaryAirflowRateRange','possible range of primary airflow that can be delivered..',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#2104= IFCSIMPLEPROPERTYTEMPLATE('2nqNIMRDj0LAY1mI3ZvbZH',$,'ProcessPerformance','Minimum time to accept or dispatch the entire item capacity.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#2104= IFCSIMPLEPROPERTYTEMPLATE('23UrC0qX4HuO00025QrE$V',$,'PrimaryApparentPower','The power in VA (volt ampere) that has been transformed and that runs into the transformer on the primary side.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2105= IFCSIMPLEPROPERTYTEMPLATE('0HZB4plKf1oOsbtTq1O1Zs',$,'ProcurementMethod','The method by which an IfcProductType/IfcProduct is acquired and installed. The value provided shall be one of the following four character acronyms: \X2\201C\X0\CFCI\X2\201D\X0\ (meaning Contractor Furnished Contractor Installed), \X2\201C\X0\OFCI\X2\201D\X0\ (meaning Owner Furnished Contractor Installed), or \X2\201C\X0\OFOI\X2\201D\X0\ (meaning Owner Furnished Owner Installed).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2105= IFCSIMPLEPROPERTYTEMPLATE('1gSg80qX4HuO00025QrE$V',$,'PrimaryCurrent','The current that is going to be transformed and that runs into the transformer on the primary side.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2106= IFCSIMPLEPROPERTYTEMPLATE('1Jlr60qVSHuO00025QrE$V',$,'ProductDescription','A textual description of the products that require the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2106= IFCSIMPLEPROPERTYTEMPLATE('1PJtG0qSGHuO00025QrE$V',$,'PrimaryEnergyConsumption','Boiler primary energy source consumption (i.e., the fuel consumed for changing the thermodynamic state of the fluid).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2107= IFCSIMPLEPROPERTYTEMPLATE('3_DtI0qVSHuO00025QrE$V',$,'ProductDescription','A textual description of the products that require the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2107= IFCSIMPLEPROPERTYTEMPLATE('1tZv40qX4HuO00025QrE$V',$,'PrimaryFrequency','The frequency that is going to be transformed and that runs into the transformer on the primary side.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#2108= IFCSIMPLEPROPERTYTEMPLATE('13MQU0qVGHuO00025QrE$V',$,'ProductionLotId','The manufacturer''s production lot identifier.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2108= IFCSIMPLEPROPERTYTEMPLATE('0V_$0qqDn9Tf1PLPQjjK_e',$,'PrimaryProductionType','Primary type of ship production of the facility',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2109= IFCSIMPLEPROPERTYTEMPLATE('2OaRi0qUmHuO00025QrE$V',$,'ProductionYear','The year of production of the manufactured item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2109= IFCSIMPLEPROPERTYTEMPLATE('0L_0G0qSeHuO00025QrE$V',$,'PrimarySurfaceArea','Primary heat transfer surface area of the tubes and headers.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#2110= IFCSIMPLEPROPERTYTEMPLATE('2HOLtVtqH7xBzdXTbAyiun',$,'ProjectInvestmentEstimate','Estimate of investment cost',.P_REFERENCEVALUE.,'IfcCostValue',$,$,$,$,$,$); +#2110= IFCSIMPLEPROPERTYTEMPLATE('1Txac0qX4HuO00025QrE$V',$,'PrimaryVoltage','The voltage that is going to be transformed and that runs into the transformer on the primary side.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#2111= IFCSIMPLEPROPERTYTEMPLATE('0ekmg0qSCHuO00025QrE$V',$,'ProjectorType','Indicates the type of projector.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8160,$,$,$,$); -#8160= IFCPROPERTYENUMERATION('PEnum_AudioVisualProjectorType',('OTHER','NOTKNOWN','UNSET.'),$); +#2111= IFCSIMPLEPROPERTYTEMPLATE('3VUxA0qUGHuO00025QrE$V',$,'Process','Reference number of the welding process according to ISO 4063, an up to three digits long code',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#2112= IFCSIMPLEPROPERTYTEMPLATE('2$S70iKB11wRZELFihKhH7',$,'ProjectType','Additional typing of a project',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8164,$,$,$,$); -#8164= IFCPROPERTYENUMERATION('PEnum_ProjectType',('NEWBUILD','MODIFICATION','REPAIR','OPERATIONMAINTENANCE','RENOVATION'),$); +#2112= IFCSIMPLEPROPERTYTEMPLATE('1lMQMfyaj8WukwZC4nXkfi',$,'ProcessCapacity','The number of units that can be processed in the time defined in ProcessPerformance',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#2113= IFCSIMPLEPROPERTYTEMPLATE('0AK8i5JmXDxfWTbSTJ3n91',$,'PropagationSpeedCoefficient','Indicates the propagation speed coefficient.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2113= IFCSIMPLEPROPERTYTEMPLATE('0_iuQ9laT8WBnP5Q4o04AH',$,'ProcessDirection','The direction of flow of the cargo within the process.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8190,$,$,$,$); +#8190= IFCPROPERTYENUMERATION('PEnum_ProcessDirection',('IMPORT','EXPORT','TRANSFER'),$); -#2114= IFCSIMPLEPROPERTYTEMPLATE('1ZYsM0qVWHuO00025QrE$V',$,'PropertyName','Addressing details of the property as stated within the agreement.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2114= IFCSIMPLEPROPERTYTEMPLATE('0yXM2dwTn71gpxHeftzb$S',$,'ProcessItem','The type of item (and its measurement method) being modelled within a process. This can be cargo, passengers or vehicles that pass through the system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8191,$,$,$,$); +#8191= IFCPROPERTYENUMERATION('PEnum_ProcessItem',('TEU','CGT','BARREL','TONNE','PASSENGER','VEHICLE'),$); -#2115= IFCSIMPLEPROPERTYTEMPLATE('3XXaS0qSqHuO00025QrE$V',$,'ProportionalConstant','The proportional gain factor of the controller (usually referred to as Kp).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2115= IFCSIMPLEPROPERTYTEMPLATE('3asFq0qUGHuO00025QrE$V',$,'ProcessName','Name of the welding process. Alternative to the numeric Process property.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2116= IFCSIMPLEPROPERTYTEMPLATE('3fxde0qUqHuO00025QrE$V',$,'ProportionalStress','A measure of the proportional stress of the material. It describes the stress before the first plastic deformation occurs and is commonly measured at a deformation of 0.01%.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2116= IFCSIMPLEPROPERTYTEMPLATE('2nqNIMRDj0LAY1mI3ZvbZH',$,'ProcessPerformance','Minimum time to accept or dispatch the entire item capacity.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#2117= IFCSIMPLEPROPERTYTEMPLATE('37zlQ0qV4HuO00025QrE$V',$,'ProtectedOpening','Indication whether the opening is considered to be protected under fire safety considerations. If (TRUE) it counts as a protected opening under the applicable building code, (FALSE) otherwise.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2117= IFCSIMPLEPROPERTYTEMPLATE('0HZB4plKf1oOsbtTq1O1Zs',$,'ProcurementMethod','The method by which an IfcProductType/IfcProduct is acquired and installed. The value provided shall be one of the following four character acronyms: \X2\201C\X0\CFCI\X2\201D\X0\ (meaning Contractor Furnished Contractor Installed), \X2\201C\X0\OFCI\X2\201D\X0\ (meaning Owner Furnished Contractor Installed), or \X2\201C\X0\OFOI\X2\201D\X0\ (meaning Owner Furnished Owner Installed).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2118= IFCSIMPLEPROPERTYTEMPLATE('07RnG0qUqHuO00025QrE$V',$,'ProtectivePoreRatio','The protective pore ratio indicating the frost-resistance of the concrete.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2118= IFCSIMPLEPROPERTYTEMPLATE('1Jlr60qVSHuO00025QrE$V',$,'ProductDescription','A textual description of the products that require the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2119= IFCSIMPLEPROPERTYTEMPLATE('0LajgwBXH9KgSPIIIBgr3C',$,'Protocols','For data ports, identifies the protocols used as defined by the Open System Interconnection (OSI) Basic Reference Model (ISO 7498). Layers include: 1. Physical; 2. DataLink; 3. Network; 4. Transport; 5. Session; 6. Presentation; 7. Application. Example: 3:IP, 4:TCP, 5:HTTP',.P_LISTVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2119= IFCSIMPLEPROPERTYTEMPLATE('3_DtI0qVSHuO00025QrE$V',$,'ProductDescription','A textual description of the products that require the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2120= IFCSIMPLEPROPERTYTEMPLATE('0DSku0qWaHuO00025QrE$V',$,'PubliclyAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as a publicly accessible space, e.g., for a public toilet (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2120= IFCSIMPLEPROPERTYTEMPLATE('13MQU0qVGHuO00025QrE$V',$,'ProductionLotId','The manufacturer''s production lot identifier.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2121= IFCSIMPLEPROPERTYTEMPLATE('1AHk40qXaHuO00025QrE$V',$,'PubliclyAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as a publicly accessible space, e.g., for a public toilet (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2121= IFCSIMPLEPROPERTYTEMPLATE('2OaRi0qUmHuO00025QrE$V',$,'ProductionYear','The year of production of the manufactured item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2122= IFCSIMPLEPROPERTYTEMPLATE('2dz9sHSqLEL9DJguaAm4sn',$,'PullInVoltage','Working voltage of relay in excitation state.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#2122= IFCSIMPLEPROPERTYTEMPLATE('2HOLtVtqH7xBzdXTbAyiun',$,'ProjectInvestmentEstimate','Estimate of investment cost',.P_REFERENCEVALUE.,'IfcCostValue',$,$,$,$,$,$); -#2123= IFCSIMPLEPROPERTYTEMPLATE('2KOfy0qUOHuO00025QrE$V',$,'PumperConnectionSize','The size of a connection to which a fire hose may be connected that is then linked to a pumping unit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2123= IFCSIMPLEPROPERTYTEMPLATE('0ekmg0qSCHuO00025QrE$V',$,'ProjectorType','Indicates the type of projector.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8197,$,$,$,$); +#8197= IFCPROPERTYENUMERATION('PEnum_AudioVisualProjectorType',('OTHER','NOTKNOWN','UNSET.'),$); -#2124= IFCSIMPLEPROPERTYTEMPLATE('0B_BoCWVj11vkE_OgYOaPd',$,'Purpose','Purpose for which the borehole, section or volumetric model was created. (EU Inspire, boreholeML)',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8186,$,$,$,$); -#8186= IFCPROPERTYENUMERATION('PEnum_StrataAssemblyPurpose',('SITE_INVESTIGATION','HYDROCARBON','FEEDSTOCK','MINERAL','GEOLOGICAL','HYDROGEOLOGICAL','DEPOSIT','STORAGE','ENVIRONMENTAL','PEDOLOGICAL','GEOTHERMAL','USERDEFINED','NOTKNOWN','NOTDEFINED'),$); +#2124= IFCSIMPLEPROPERTYTEMPLATE('2$S70iKB11wRZELFihKhH7',$,'ProjectType','Additional typing of a project',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8201,$,$,$,$); +#8201= IFCPROPERTYENUMERATION('PEnum_ProjectType',('NEWBUILD','MODIFICATION','REPAIR','OPERATIONMAINTENANCE','RENOVATION'),$); -#2125= IFCSIMPLEPROPERTYTEMPLATE('2wsWU0qV4HuO00025QrE$V',$,'Purpose','Indication of the purpose for that opening, e.g. ''ventilation'', ''access'', etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2125= IFCSIMPLEPROPERTYTEMPLATE('0AK8i5JmXDxfWTbSTJ3n91',$,'PropagationSpeedCoefficient','Indicates the propagation speed coefficient.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2126= IFCSIMPLEPROPERTYTEMPLATE('3pTEE0qUSHuO00025QrE$V',$,'Purpose','Enumeration defining the purpose of the flow meter occurrence.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8190,$,$,$,$); -#8190= IFCPROPERTYENUMERATION('PEnum_FlowMeterPurpose',('MASTER','SUBMASTER','SUBMETER','OTHER','NOTKNOWN','UNSET'),$); +#2126= IFCSIMPLEPROPERTYTEMPLATE('1ZYsM0qVWHuO00025QrE$V',$,'PropertyName','Addressing details of the property as stated within the agreement.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2127= IFCSIMPLEPROPERTYTEMPLATE('03cT7VFl92dw8n1GPuqXSv',$,'PutIntoOperationDate','Date on which the element is put into operation.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#2127= IFCSIMPLEPROPERTYTEMPLATE('3XXaS0qSqHuO00025QrE$V',$,'ProportionalConstant','The proportional gain factor of the controller (usually referred to as Kp).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2128= IFCSIMPLEPROPERTYTEMPLATE('25QNLFrcX23AOU3hgpu9do',$,'PwaveVelocity','P-wave velocity of a rock or soil.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#2128= IFCSIMPLEPROPERTYTEMPLATE('3fxde0qUqHuO00025QrE$V',$,'ProportionalStress','A measure of the proportional stress of the material. It describes the stress before the first plastic deformation occurs and is commonly measured at a deformation of 0.01%.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2129= IFCSIMPLEPROPERTYTEMPLATE('20r43TAl93mwVeOtXNHvj4',$,'Q-value','A description of the rock mass stability of an underground opening in jointed rock masses based on Q-system which was originaly developed at NGI.2015 - Handbook on the Q-System - NGI.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2129= IFCSIMPLEPROPERTYTEMPLATE('37zlQ0qV4HuO00025QrE$V',$,'ProtectedOpening','Indication whether the opening is considered to be protected under fire safety considerations. If (TRUE) it counts as a protected opening under the applicable building code, (FALSE) otherwise.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2130= IFCSIMPLEPROPERTYTEMPLATE('0Cl6Q0qSqHuO00025QrE$V',$,'Quality','Indicates the quality of measurement or failure condition, which may be further qualified by the Status. True: measured values are considered reliable; False: measured values are considered not reliable (i.e. a fault has been detected); Unknown: reliability of values is uncertain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLogical',$,$,$,$,$); +#2130= IFCSIMPLEPROPERTYTEMPLATE('07RnG0qUqHuO00025QrE$V',$,'ProtectivePoreRatio','The protective pore ratio indicating the frost-resistance of the concrete.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2131= IFCSIMPLEPROPERTYTEMPLATE('0R0eQ0qRqHuO00025QrE$V',$,'Quality','Indicates the quality of measurement or failure condition, which may be further qualified by the Status. True: measured values are considered reliable; False: measured values are considered not reliable (i.e. a fault has been detected); Unknown: reliability of values is uncertain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLogical',$,$,$,$,$); +#2131= IFCSIMPLEPROPERTYTEMPLATE('0LajgwBXH9KgSPIIIBgr3C',$,'Protocols','For data ports, identifies the protocols used as defined by the Open System Interconnection (OSI) Basic Reference Model (ISO 7498). Layers include: 1. Physical; 2. DataLink; 3. Network; 4. Transport; 5. Session; 6. Presentation; 7. Application. Example: 3:IP, 4:TCP, 5:HTTP',.P_LISTVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2132= IFCSIMPLEPROPERTYTEMPLATE('2Khse0qUSHuO00025QrE$V',$,'Quality','Indicates the quality of measurement or failure condition, which may be further qualified by the Status. True: measured values are considered reliable; False: measured values are considered not reliable (i.e. a fault has been detected); Unknown: reliability of values is uncertain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLogical',$,$,$,$,$); +#2132= IFCSIMPLEPROPERTYTEMPLATE('0DSku0qWaHuO00025QrE$V',$,'PubliclyAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as a publicly accessible space, e.g., for a public toilet (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2133= IFCSIMPLEPROPERTYTEMPLATE('3R_2E0qWGHuO00025QrE$V',$,'Quality','Indicates the quality of measurement or failure condition, which may be further qualified by the Status. True: measured values are considered reliable; False: measured values are considered not reliable (i.e. a fault has been detected); Unknown: reliability of values is uncertain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLogical',$,$,$,$,$); +#2133= IFCSIMPLEPROPERTYTEMPLATE('1AHk40qXaHuO00025QrE$V',$,'PubliclyAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as a publicly accessible space, e.g., for a public toilet (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2134= IFCSIMPLEPROPERTYTEMPLATE('3LzIU75Rv2eBKvppy605JZ',$,'QualityOfComponents','Adjustment of the service life resulting from the effect of the quality of components used.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2134= IFCSIMPLEPROPERTYTEMPLATE('2dz9sHSqLEL9DJguaAm4sn',$,'PullInVoltage','Working voltage of relay in excitation state.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#2135= IFCSIMPLEPROPERTYTEMPLATE('1NgIfYZRT9j8NN6lJ2fnxX',$,'QuaySectionType','Whether the structure presents a solid/closed barrier to the passage of water or is open.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8013,$,$,$,$); +#2135= IFCSIMPLEPROPERTYTEMPLATE('2KOfy0qUOHuO00025QrE$V',$,'PumperConnectionSize','The size of a connection to which a fire hose may be connected that is then linked to a pumping unit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2136= IFCSIMPLEPROPERTYTEMPLATE('2AP24nbKP3hfI8vdx$uG8T',$,'QValue','A description of the rock mass stability of an underground opening in jointed rock masses.\X\0D\X\0A>NOTE Definition from Barton, N.R.; Lien, R.; Lunde, J. (1974). Engineering classification of rock masses for the design of tunnel support. Rock Mechanics and Rock Engineering.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2136= IFCSIMPLEPROPERTYTEMPLATE('0B_BoCWVj11vkE_OgYOaPd',$,'Purpose','Purpose for which the borehole, section or volumetric model was created. (EU Inspire, boreholeML)',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8223,$,$,$,$); +#8223= IFCPROPERTYENUMERATION('PEnum_StrataAssemblyPurpose',('SITE_INVESTIGATION','HYDROCARBON','FEEDSTOCK','MINERAL','GEOLOGICAL','HYDROGEOLOGICAL','DEPOSIT','STORAGE','ENVIRONMENTAL','PEDOLOGICAL','GEOTHERMAL','USERDEFINED','NOTKNOWN','NOTDEFINED'),$); -#2137= IFCSIMPLEPROPERTYTEMPLATE('1TRSUYI_166AUFrlaZw$TZ',$,'RadiantFrequency','Indicates the radiant frequency of the leaky coaxial cable (radiating cable).',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#2137= IFCSIMPLEPROPERTYTEMPLATE('2wsWU0qV4HuO00025QrE$V',$,'Purpose','Indication of the purpose for that opening, e.g. ''ventilation'', ''access'', etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2138= IFCSIMPLEPROPERTYTEMPLATE('1uH9Rio6XFy8Z6EBj1Yjbb',$,'RadiatedOutputPowerPerAntenna','Indicates the power of radio waves emitted by each antenna of the base transceiver station.',.P_TABLEVALUE.,'IfcLabel','IfcPowerMeasure',$,$,$,$,$); +#2138= IFCSIMPLEPROPERTYTEMPLATE('3pTEE0qUSHuO00025QrE$V',$,'Purpose','Enumeration defining the purpose of the flow meter occurrence.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8227,$,$,$,$); +#8227= IFCPROPERTYENUMERATION('PEnum_FlowMeterPurpose',('MASTER','SUBMASTER','SUBMETER','OTHER','NOTKNOWN','UNSET'),$); -#2139= IFCSIMPLEPROPERTYTEMPLATE('0KBK4$FZP5memrgigaPaRn',$,'RadiationPattern','Indicates the radiation pattern of antenna.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8200,$,$,$,$); -#8200= IFCPROPERTYENUMERATION('PEnum_RadiationPattern',('DIRECTIONAL','OMNIDIRECTIONAL','FANBEAM','PENCILBEAM','SHAPEDBEAM','OTHER','NOTKNOWN','UNSET'),$); +#2139= IFCSIMPLEPROPERTYTEMPLATE('03cT7VFl92dw8n1GPuqXSv',$,'PutIntoOperationDate','Date on which the element is put into operation.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#2140= IFCSIMPLEPROPERTYTEMPLATE('2HUQM0qWeHuO00025QrE$V',$,'RadiatorType','Indicates the type of radiator.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8201,$,$,$,$); -#8201= IFCPROPERTYENUMERATION('PEnum_SpaceHeaterRadiatorType',('FINNEDTUBE','PANEL','SECTIONAL','TUBULAR','OTHER','NOTKNOWN','UNSET'),$); +#2140= IFCSIMPLEPROPERTYTEMPLATE('25QNLFrcX23AOU3hgpu9do',$,'PwaveVelocity','P-wave velocity of a rock or soil.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#2141= IFCSIMPLEPROPERTYTEMPLATE('0xaGU0qU8HuO00025QrE$V',$,'RadioactiveWaste','Quantity of radioactive waste generated.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#2141= IFCSIMPLEPROPERTYTEMPLATE('20r43TAl93mwVeOtXNHvj4',$,'Q-value','A description of the rock mass stability of an underground opening in jointed rock masses based on Q-system which was originaly developed at NGI.2015 - Handbook on the Q-System - NGI.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2142= IFCSIMPLEPROPERTYTEMPLATE('3cxOo0qU4HuO00025QrE$V',$,'RadioactiveWastePerUnit','Quantity of radioactive waste generated',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#2142= IFCSIMPLEPROPERTYTEMPLATE('0Cl6Q0qSqHuO00025QrE$V',$,'Quality','Indicates the quality of measurement or failure condition, which may be further qualified by the Status. True: measured values are considered reliable; False: measured values are considered not reliable (i.e. a fault has been detected); Unknown: reliability of values is uncertain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLogical',$,$,$,$,$); -#2143= IFCSIMPLEPROPERTYTEMPLATE('2591D4Lin3Jhrrps1RS0JX',$,'Radius','The radius of the object. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2143= IFCSIMPLEPROPERTYTEMPLATE('0R0eQ0qRqHuO00025QrE$V',$,'Quality','Indicates the quality of measurement or failure condition, which may be further qualified by the Status. True: measured values are considered reliable; False: measured values are considered not reliable (i.e. a fault has been detected); Unknown: reliability of values is uncertain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLogical',$,$,$,$,$); -#2144= IFCSIMPLEPROPERTYTEMPLATE('1GKMqOWo538xJ6QcnnKJnb',$,'RailCondition','Assessment of the condition of the rail at point of installation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8212,$,$,$,$); -#8212= IFCPROPERTYENUMERATION('PEnum_RailCondition',('NEWRAIL','REGENERATEDRAIL','REUSEDRAIL','OTHER','NOTKNOWN','UNSET'),$); +#2144= IFCSIMPLEPROPERTYTEMPLATE('2Khse0qUSHuO00025QrE$V',$,'Quality','Indicates the quality of measurement or failure condition, which may be further qualified by the Status. True: measured values are considered reliable; False: measured values are considered not reliable (i.e. a fault has been detected); Unknown: reliability of values is uncertain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLogical',$,$,$,$,$); -#2145= IFCSIMPLEPROPERTYTEMPLATE('36$bpzasz7Wwt383_gPDf3',$,'RailDeliveryState','The delivery state of rail, which indicates the final treatment at the end in manufacturing.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8213,$,$,$,$); -#8213= IFCPROPERTYENUMERATION('PEnum_RailDeliveryState',('HOTROLLING','HEATTREATMENT','OTHER','NOTKNOWN','UNSET'),$); +#2145= IFCSIMPLEPROPERTYTEMPLATE('3R_2E0qWGHuO00025QrE$V',$,'Quality','Indicates the quality of measurement or failure condition, which may be further qualified by the Status. True: measured values are considered reliable; False: measured values are considered not reliable (i.e. a fault has been detected); Unknown: reliability of values is uncertain.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLogical',$,$,$,$,$); -#2146= IFCSIMPLEPROPERTYTEMPLATE('139zI2nWv5vuRYYFkrBt5t',$,'RailElementaryLength','The standardised length of rail supplied from the manufacturer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8214,$,$,$,$); -#8214= IFCPROPERTYENUMERATION('PEnum_RailElementaryLength',('6M','75M','100M','108M','120M','144M','400M','30M','60M','72M','12M','18M','24M','25M','27M','36M','48M','54M','OTHER','NOTKNOWN','UNSET'),$); +#2146= IFCSIMPLEPROPERTYTEMPLATE('3LzIU75Rv2eBKvppy605JZ',$,'QualityOfComponents','Adjustment of the service life resulting from the effect of the quality of components used.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2147= IFCSIMPLEPROPERTYTEMPLATE('0$Ooq6bAz7GfDzJmMijf3H',$,'RailGap','The gap between the rail profiles.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2147= IFCSIMPLEPROPERTYTEMPLATE('1NgIfYZRT9j8NN6lJ2fnxX',$,'QuaySectionType','Whether the structure presents a solid/closed barrier to the passage of water or is open.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8050,$,$,$,$); -#2148= IFCSIMPLEPROPERTYTEMPLATE('26aYV31ZvC_QTcssV9r4Tb',$,'RailPadStiffness','Indicates the stiffness of a rail pad.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8215,$,$,$,$); -#8215= IFCPROPERTYENUMERATION('PEnum_RailPadStiffness',('STIFF','SOFT','MEDIUM','OTHER','NOTKNOWN','UNSET'),$); +#2148= IFCSIMPLEPROPERTYTEMPLATE('2AP24nbKP3hfI8vdx$uG8T',$,'QValue','A description of the rock mass stability of an underground opening in jointed rock masses.\X\0D\X\0A>NOTE Definition from Barton, N.R.; Lien, R.; Lunde, J. (1974). Engineering classification of rock masses for the design of tunnel support. Rock Mechanics and Rock Engineering.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2149= IFCSIMPLEPROPERTYTEMPLATE('0vpUHwHvz9kAU_7eMQONr9',$,'RailwayBaliseType','Type of the railway balise.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8216,$,$,$,$); -#8216= IFCPROPERTYENUMERATION('PEnum_RailwayBaliseType',('ACTIVEBALISE','PASSIVEBALISE','OTHER','NOTKNOWN','UNSET'),$); +#2149= IFCSIMPLEPROPERTYTEMPLATE('1TRSUYI_166AUFrlaZw$TZ',$,'RadiantFrequency','Indicates the radiant frequency of the leaky coaxial cable (radiating cable).',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#2150= IFCSIMPLEPROPERTYTEMPLATE('33g1QhHOT0svusBGtik1jV',$,'RailwayCommunicationTerminalType','Indicates the type of railway communication terminal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8217,$,$,$,$); -#8217= IFCPROPERTYENUMERATION('PEnum_RailwayCommunicationTerminalType',('IP','LEGACY','OTHER','NOTKNOWN','UNSET'),$); +#2150= IFCSIMPLEPROPERTYTEMPLATE('1uH9Rio6XFy8Z6EBj1Yjbb',$,'RadiatedOutputPowerPerAntenna','Indicates the power of radio waves emitted by each antenna of the base transceiver station.',.P_TABLEVALUE.,'IfcLabel','IfcPowerMeasure',$,$,$,$,$); -#2151= IFCSIMPLEPROPERTYTEMPLATE('3pasYELxHFsBeUBXC9tocZ',$,'RailwaySignalType','The type of railway signal, e.g. home signal, starting signal, shunting signal, level crossing signal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8218,$,$,$,$); -#8218= IFCPROPERTYENUMERATION('PEnum_RailwaySignalType',('DISTANTSIGNAL','APPROACHSIGNAL','HOMESIGNAL','STARTINGSIGNAL','HUMPSIGNAL','SHUNTINGSIGNAL','REPEATINGSIGNAL','OBSTRUCTIONSIGNAL','LEVELCROSSINGSIGNAL','HUMPAUXILIARYSIGANL','BLOCKSIGNAL','OTHER','NOTKNOWN','UNSET'),$); +#2151= IFCSIMPLEPROPERTYTEMPLATE('0KBK4$FZP5memrgigaPaRn',$,'RadiationPattern','Indicates the radiation pattern of antenna.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8237,$,$,$,$); +#8237= IFCPROPERTYENUMERATION('PEnum_RadiationPattern',('DIRECTIONAL','OMNIDIRECTIONAL','FANBEAM','PENCILBEAM','SHAPEDBEAM','OTHER','NOTKNOWN','UNSET'),$); -#2152= IFCSIMPLEPROPERTYTEMPLATE('16cT3SUBL7WQSBYhySMcyR',$,'RainMeasureRange','Indicates the measuring range of rain gauge.',.P_BOUNDEDVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#2152= IFCSIMPLEPROPERTYTEMPLATE('2HUQM0qWeHuO00025QrE$V',$,'RadiatorType','Indicates the type of radiator.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8238,$,$,$,$); +#8238= IFCPROPERTYENUMERATION('PEnum_SpaceHeaterRadiatorType',('FINNEDTUBE','PANEL','SECTIONAL','TUBULAR','OTHER','NOTKNOWN','UNSET'),$); -#2153= IFCSIMPLEPROPERTYTEMPLATE('1UG6PIKkT84uhW6B_TLkMI',$,'RainSensorType','Indicates the type of rain sensor or gauge.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8219,$,$,$,$); -#8219= IFCPROPERTYENUMERATION('PEnum_RainSensorType',('MICROWAVE','PIEZOELECTRIC','TIPPINGBUCKET','OTHER','NOTKNOWN','UNSET'),$); +#2153= IFCSIMPLEPROPERTYTEMPLATE('0xaGU0qU8HuO00025QrE$V',$,'RadioactiveWaste','Quantity of radioactive waste generated.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#2154= IFCSIMPLEPROPERTYTEMPLATE('24vkFVO3zF59eFBHZdlOH3',$,'RaisedCompressiveStrength','Alternative value for compressive strength which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2154= IFCSIMPLEPROPERTYTEMPLATE('3cxOo0qU4HuO00025QrE$V',$,'RadioactiveWastePerUnit','Quantity of radioactive waste generated',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#2155= IFCSIMPLEPROPERTYTEMPLATE('2QQzGzvunAmPePwQbZoVbQ',$,'RaisedCompressiveStrength','Alternative value for compressive strength which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2155= IFCSIMPLEPROPERTYTEMPLATE('2591D4Lin3Jhrrps1RS0JX',$,'Radius','The radius of the object. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2156= IFCSIMPLEPROPERTYTEMPLATE('3qR6XMmWnCgvqSxdQ16rVq',$,'RaisedCompressiveStrength','Alternative value for compressive strength which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2156= IFCSIMPLEPROPERTYTEMPLATE('1GKMqOWo538xJ6QcnnKJnb',$,'RailCondition','Assessment of the condition of the rail at point of installation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8249,$,$,$,$); +#8249= IFCPROPERTYENUMERATION('PEnum_RailCondition',('NEWRAIL','REGENERATEDRAIL','REUSEDRAIL','OTHER','NOTKNOWN','UNSET'),$); -#2157= IFCSIMPLEPROPERTYTEMPLATE('04LOOIhZr3DBc$B7zq9dxk',$,'RaisedCompStrengthPerp','Alternative value for compressive strength, \X2\03B1\X0\=90\S\0, which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2157= IFCSIMPLEPROPERTYTEMPLATE('36$bpzasz7Wwt383_gPDf3',$,'RailDeliveryState','The delivery state of rail, which indicates the final treatment at the end in manufacturing.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8250,$,$,$,$); +#8250= IFCPROPERTYENUMERATION('PEnum_RailDeliveryState',('HOTROLLING','HEATTREATMENT','OTHER','NOTKNOWN','UNSET'),$); -#2158= IFCSIMPLEPROPERTYTEMPLATE('1e6FFTtjLBgOZ8z29e$3k7',$,'RaisedCompStrengthPerp','Alternative value for compressive strength, \X2\03B1\X0\=90\S\0, which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2158= IFCSIMPLEPROPERTYTEMPLATE('139zI2nWv5vuRYYFkrBt5t',$,'RailElementaryLength','The standardised length of rail supplied from the manufacturer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8251,$,$,$,$); +#8251= IFCPROPERTYENUMERATION('PEnum_RailElementaryLength',('6M','75M','100M','108M','120M','144M','400M','30M','60M','72M','12M','18M','24M','25M','27M','36M','48M','54M','OTHER','NOTKNOWN','UNSET'),$); -#2159= IFCSIMPLEPROPERTYTEMPLATE('3RBkeZwQr0rx9ofkNqvpwS',$,'RaisedCompStrengthPerp','Alternative value for compressive strength, \X2\03B1\X0\=90\S\0, which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2159= IFCSIMPLEPROPERTYTEMPLATE('0$Ooq6bAz7GfDzJmMijf3H',$,'RailGap','The gap between the rail profiles.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2160= IFCSIMPLEPROPERTYTEMPLATE('1U$OU0qSqHuO00025QrE$V',$,'Range','The physical range of values supported by the device.',.P_BOUNDEDVALUE.,'IfcReal',$,$,$,$,$,$); +#2160= IFCSIMPLEPROPERTYTEMPLATE('26aYV31ZvC_QTcssV9r4Tb',$,'RailPadStiffness','Indicates the stiffness of a rail pad.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8252,$,$,$,$); +#8252= IFCPROPERTYENUMERATION('PEnum_RailPadStiffness',('STIFF','SOFT','MEDIUM','OTHER','NOTKNOWN','UNSET'),$); -#2161= IFCSIMPLEPROPERTYTEMPLATE('2H3kc0qSqHuO00025QrE$V',$,'Range','The physical range of values supported by the device.',.P_BOUNDEDVALUE.,'IfcInteger',$,$,$,$,$,$); +#2161= IFCSIMPLEPROPERTYTEMPLATE('0vpUHwHvz9kAU_7eMQONr9',$,'RailwayBaliseType','Type of the railway balise.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8253,$,$,$,$); +#8253= IFCPROPERTYENUMERATION('PEnum_RailwayBaliseType',('ACTIVEBALISE','PASSIVEBALISE','OTHER','NOTKNOWN','UNSET'),$); -#2162= IFCSIMPLEPROPERTYTEMPLATE('3KQLW0qSqHuO00025QrE$V',$,'Range','The physical range of values.',.P_BOUNDEDVALUE.,'IfcReal',$,$,$,$,$,$); +#2162= IFCSIMPLEPROPERTYTEMPLATE('33g1QhHOT0svusBGtik1jV',$,'RailwayCommunicationTerminalType','Indicates the type of railway communication terminal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8254,$,$,$,$); +#8254= IFCPROPERTYENUMERATION('PEnum_RailwayCommunicationTerminalType',('IP','LEGACY','OTHER','NOTKNOWN','UNSET'),$); -#2163= IFCSIMPLEPROPERTYTEMPLATE('2uzb40qRqHuO00025QrE$V',$,'RangeAngle','Indicates the maximum rotation the actuator must traverse.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2163= IFCSIMPLEPROPERTYTEMPLATE('3pasYELxHFsBeUBXC9tocZ',$,'RailwaySignalType','The type of railway signal, e.g. home signal, starting signal, shunting signal, level crossing signal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8255,$,$,$,$); +#8255= IFCPROPERTYENUMERATION('PEnum_RailwaySignalType',('DISTANTSIGNAL','APPROACHSIGNAL','HOMESIGNAL','STARTINGSIGNAL','HUMPSIGNAL','SHUNTINGSIGNAL','REPEATINGSIGNAL','OBSTRUCTIONSIGNAL','LEVELCROSSINGSIGNAL','HUMPAUXILIARYSIGANL','BLOCKSIGNAL','OTHER','NOTKNOWN','UNSET'),$); -#2164= IFCSIMPLEPROPERTYTEMPLATE('2nKOcVn1PD5Arvkf8nGOWd',$,'Rank','>NOTE Definition according to ISC: The rank of GeologicUnit e.g., group, formation, member.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2164= IFCSIMPLEPROPERTYTEMPLATE('16cT3SUBL7WQSBYhySMcyR',$,'RainMeasureRange','Indicates the measuring range of rain gauge.',.P_BOUNDEDVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2165= IFCSIMPLEPROPERTYTEMPLATE('2Kimec$1fFleqiGj$Fg9HN',$,'RatedCapacitance','Capacitance value determined under specified conditions and declared by the manufacturer.',.P_SINGLEVALUE.,'IfcElectricCapacitanceMeasure',$,$,$,$,$,$); +#2165= IFCSIMPLEPROPERTYTEMPLATE('1UG6PIKkT84uhW6B_TLkMI',$,'RainSensorType','Indicates the type of rain sensor or gauge.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8256,$,$,$,$); +#8256= IFCPROPERTYENUMERATION('PEnum_RainSensorType',('MICROWAVE','PIEZOELECTRIC','TIPPINGBUCKET','OTHER','NOTKNOWN','UNSET'),$); -#2166= IFCSIMPLEPROPERTYTEMPLATE('1uJPqXHDH0jRCEAj47O9L8',$,'RatedCurrent','The current that a device is designed to handle.',.P_BOUNDEDVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2166= IFCSIMPLEPROPERTYTEMPLATE('24vkFVO3zF59eFBHZdlOH3',$,'RaisedCompressiveStrength','Alternative value for compressive strength which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2167= IFCSIMPLEPROPERTYTEMPLATE('0xk7ZvULjDVACUV9Qs5Q4T',$,'RatedFrequency','Frequency of the AC electric power supply when the device or system reaches its optimum operating condition.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#2167= IFCSIMPLEPROPERTYTEMPLATE('2QQzGzvunAmPePwQbZoVbQ',$,'RaisedCompressiveStrength','Alternative value for compressive strength which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2168= IFCSIMPLEPROPERTYTEMPLATE('2e0YIS0SP8ffTho62YkBSL',$,'RatedFrequency','Frequency at which an AC electric power system reaches its optimum operating condition.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#2168= IFCSIMPLEPROPERTYTEMPLATE('3qR6XMmWnCgvqSxdQ16rVq',$,'RaisedCompressiveStrength','Alternative value for compressive strength which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2169= IFCSIMPLEPROPERTYTEMPLATE('1$TnC0qSWHuO00025QrE$V',$,'RatedTemperature','The range of allowed temerature that a device is certified to handle. The upper bound of this value is the maximum.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2169= IFCSIMPLEPROPERTYTEMPLATE('04LOOIhZr3DBc$B7zq9dxk',$,'RaisedCompStrengthPerp','Alternative value for compressive strength, \X2\03B1\X0\=90\S\0, which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2170= IFCSIMPLEPROPERTYTEMPLATE('14mAi0qSSHuO00025QrE$V',$,'RatedTemperature','The range of allowed temerature that a device is certified to handle. The upper bound of this value is the maximum.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2170= IFCSIMPLEPROPERTYTEMPLATE('1e6FFTtjLBgOZ8z29e$3k7',$,'RaisedCompStrengthPerp','Alternative value for compressive strength, \X2\03B1\X0\=90\S\0, which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2171= IFCSIMPLEPROPERTYTEMPLATE('0_oie0qSSHuO00025QrE$V',$,'RatedVoltage','The range of allowed voltage that a device is certified to handle. The upper bound of this value is the maximum.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#2171= IFCSIMPLEPROPERTYTEMPLATE('3RBkeZwQr0rx9ofkNqvpwS',$,'RaisedCompStrengthPerp','Alternative value for compressive strength, \X2\03B1\X0\=90\S\0, which may be used under material and code dependent conditions (e.g. if deformation is tolerable, or far from ends of the member); conditions should be stated in SELF\\IfcProperty.Description.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2172= IFCSIMPLEPROPERTYTEMPLATE('1uw9k0qSWHuO00025QrE$V',$,'RatedVoltage','The range of allowed voltage that a device is certified to handle. The upper bound of this value is the maximum.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#2172= IFCSIMPLEPROPERTYTEMPLATE('1U$OU0qSqHuO00025QrE$V',$,'Range','The physical range of values supported by the device.',.P_BOUNDEDVALUE.,'IfcReal',$,$,$,$,$,$); -#2173= IFCSIMPLEPROPERTYTEMPLATE('2YuL_rvIv9uxXdCK0Vu7_6',$,'RatedVoltage','The voltage that a device is designed to handle.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#2173= IFCSIMPLEPROPERTYTEMPLATE('2H3kc0qSqHuO00025QrE$V',$,'Range','The physical range of values supported by the device.',.P_BOUNDEDVALUE.,'IfcInteger',$,$,$,$,$,$); -#2174= IFCSIMPLEPROPERTYTEMPLATE('2Yd6MqG2nFieRrEL44q9kc',$,'RatedVoltageRange','Voltage range as declared by the manufacturer expressed by its lower and upper rated voltages [Source : IEC 62368-1:2010, 3.3.10.5].',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#2174= IFCSIMPLEPROPERTYTEMPLATE('3KQLW0qSqHuO00025QrE$V',$,'Range','The physical range of values.',.P_BOUNDEDVALUE.,'IfcReal',$,$,$,$,$,$); -#2175= IFCSIMPLEPROPERTYTEMPLATE('2C$hu0qWKHuO00025QrE$V',$,'RateOfTemperatureRise','The rate of temperature rise that is to be sensed as being hazardous.',.P_SINGLEVALUE.,'IfcTemperatureRateOfChangeMeasure',$,$,$,$,$,$); +#2175= IFCSIMPLEPROPERTYTEMPLATE('2uzb40qRqHuO00025QrE$V',$,'RangeAngle','Indicates the maximum rotation the actuator must traverse.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2176= IFCSIMPLEPROPERTYTEMPLATE('3jOIIDu3fDzgwbbcxO3kVC',$,'RatioOfWireTension','The ratio of wire tension to tensioner weight.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2176= IFCSIMPLEPROPERTYTEMPLATE('2nKOcVn1PD5Arvkf8nGOWd',$,'Rank','>NOTE Definition according to ISC: The rank of GeologicUnit e.g., group, formation, member.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2177= IFCSIMPLEPROPERTYTEMPLATE('107SSt09T8QPi7FlONxs5S',$,'ReactivePower','Reactive power.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2177= IFCSIMPLEPROPERTYTEMPLATE('2Kimec$1fFleqiGj$Fg9HN',$,'RatedCapacitance','Capacitance value determined under specified conditions and declared by the manufacturer.',.P_SINGLEVALUE.,'IfcElectricCapacitanceMeasure',$,$,$,$,$,$); -#2178= IFCSIMPLEPROPERTYTEMPLATE('0R$Ds0qUWHuO00025QrE$V',$,'ReadOutType','Indication of the form that readout from the meter takes. In the case of a dial read out, this may comprise multiple dials that give a cumulative reading and/or a mechanical odometer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8245,$,$,$,$); -#8245= IFCPROPERTYENUMERATION('PEnum_MeterReadOutType',('DIAL','DIGITAL','OTHER','NOTKNOWN','UNSET'),$); +#2178= IFCSIMPLEPROPERTYTEMPLATE('1uJPqXHDH0jRCEAj47O9L8',$,'RatedCurrent','The current that a device is designed to handle.',.P_BOUNDEDVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2179= IFCSIMPLEPROPERTYTEMPLATE('2cfWA0qX4HuO00025QrE$V',$,'RealImpedanceRatio','The ratio between the real part of the zero sequence impedance and the real part of the positive impedance (i.e. real part of the short-circuit voltage) of the transformer.\X\0D\X\0AUsed for three-phase transformer which includes a N-conductor.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2179= IFCSIMPLEPROPERTYTEMPLATE('0xk7ZvULjDVACUV9Qs5Q4T',$,'RatedFrequency','Frequency of the AC electric power supply when the device or system reaches its optimum operating condition.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#2180= IFCSIMPLEPROPERTYTEMPLATE('3xhiQ9aS5FZx39O_jb9Gyc',$,'RealPower','Real power.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2180= IFCSIMPLEPROPERTYTEMPLATE('2e0YIS0SP8ffTho62YkBSL',$,'RatedFrequency','Frequency at which an AC electric power system reaches its optimum operating condition.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#2181= IFCSIMPLEPROPERTYTEMPLATE('0uxDq0qVSHuO00025QrE$V',$,'ReasonForChange','A description of the problem for why a change is needed.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2181= IFCSIMPLEPROPERTYTEMPLATE('1$TnC0qSWHuO00025QrE$V',$,'RatedTemperature','The range of allowed temerature that a device is certified to handle. The upper bound of this value is the maximum.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2182= IFCSIMPLEPROPERTYTEMPLATE('1gIxM0qSCHuO00025QrE$V',$,'ReceiverType','Indicates the type of receiver.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8254,$,$,$,$); -#8254= IFCPROPERTYENUMERATION('PEnum_AudioVisualReceiverType',('AUDIO','AUDIOVIDEO','OTHER','NOTKNOWN','UNSET.'),$); +#2182= IFCSIMPLEPROPERTYTEMPLATE('14mAi0qSSHuO00025QrE$V',$,'RatedTemperature','The range of allowed temerature that a device is certified to handle. The upper bound of this value is the maximum.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2183= IFCSIMPLEPROPERTYTEMPLATE('0ajTc0qX4HuO00025QrE$V',$,'ReceptacleLoadIntensity','Average power use intensity of appliances and other non-HVAC equipment in the space per unit area.(PowerMeasure/IfcAreaMeasure).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2183= IFCSIMPLEPROPERTYTEMPLATE('0_oie0qSSHuO00025QrE$V',$,'RatedVoltage','The range of allowed voltage that a device is certified to handle. The upper bound of this value is the maximum.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#2184= IFCSIMPLEPROPERTYTEMPLATE('060HG0qWmHuO00025QrE$V',$,'RecirculatedAir','Loads from recirculated air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2184= IFCSIMPLEPROPERTYTEMPLATE('1uw9k0qSWHuO00025QrE$V',$,'RatedVoltage','The range of allowed voltage that a device is certified to handle. The upper bound of this value is the maximum.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#2185= IFCSIMPLEPROPERTYTEMPLATE('2N8xi0qWiHuO00025QrE$V',$,'RecirculatedAir','Loads from recirculated air.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2185= IFCSIMPLEPROPERTYTEMPLATE('2YuL_rvIv9uxXdCK0Vu7_6',$,'RatedVoltage','The voltage that a device is designed to handle.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#2186= IFCSIMPLEPROPERTYTEMPLATE('00pQO0qSSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2186= IFCSIMPLEPROPERTYTEMPLATE('2Yd6MqG2nFieRrEL44q9kc',$,'RatedVoltageRange','Voltage range as declared by the manufacturer expressed by its lower and upper rated voltages [Source : IEC 62368-1:2010, 3.3.10.5].',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#2187= IFCSIMPLEPROPERTYTEMPLATE('02_Yc0qVGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2187= IFCSIMPLEPROPERTYTEMPLATE('2C$hu0qWKHuO00025QrE$V',$,'RateOfTemperatureRise','The rate of temperature rise that is to be sensed as being hazardous.',.P_SINGLEVALUE.,'IfcTemperatureRateOfChangeMeasure',$,$,$,$,$,$); -#2188= IFCSIMPLEPROPERTYTEMPLATE('0485m0qTuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2188= IFCSIMPLEPROPERTYTEMPLATE('3jOIIDu3fDzgwbbcxO3kVC',$,'RatioOfWireTension','The ratio of wire tension to tensioner weight.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2189= IFCSIMPLEPROPERTYTEMPLATE('04g$a0qSGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2189= IFCSIMPLEPROPERTYTEMPLATE('107SSt09T8QPi7FlONxs5S',$,'ReactivePower','Reactive power.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2190= IFCSIMPLEPROPERTYTEMPLATE('05e5C0qUCHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2190= IFCSIMPLEPROPERTYTEMPLATE('0R$Ds0qUWHuO00025QrE$V',$,'ReadOutType','Indication of the form that readout from the meter takes. In the case of a dial read out, this may comprise multiple dials that give a cumulative reading and/or a mechanical odometer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8282,$,$,$,$); +#8282= IFCPROPERTYENUMERATION('PEnum_MeterReadOutType',('DIAL','DIGITAL','OTHER','NOTKNOWN','UNSET'),$); -#2191= IFCSIMPLEPROPERTYTEMPLATE('06tta0qVyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2191= IFCSIMPLEPROPERTYTEMPLATE('2cfWA0qX4HuO00025QrE$V',$,'RealImpedanceRatio','The ratio between the real part of the zero sequence impedance and the real part of the positive impedance (i.e. real part of the short-circuit voltage) of the transformer.\X\0D\X\0AUsed for three-phase transformer which includes a N-conductor.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2192= IFCSIMPLEPROPERTYTEMPLATE('0784e0qUWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2192= IFCSIMPLEPROPERTYTEMPLATE('3xhiQ9aS5FZx39O_jb9Gyc',$,'RealPower','Real power.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2193= IFCSIMPLEPROPERTYTEMPLATE('08Mt80qVmHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2193= IFCSIMPLEPROPERTYTEMPLATE('0uxDq0qVSHuO00025QrE$V',$,'ReasonForChange','A description of the problem for why a change is needed.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2194= IFCSIMPLEPROPERTYTEMPLATE('08Yam0qS4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2194= IFCSIMPLEPROPERTYTEMPLATE('1gIxM0qSCHuO00025QrE$V',$,'ReceiverType','Indicates the type of receiver.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8291,$,$,$,$); +#8291= IFCPROPERTYENUMERATION('PEnum_AudioVisualReceiverType',('AUDIO','AUDIOVIDEO','OTHER','NOTKNOWN','UNSET.'),$); -#2195= IFCSIMPLEPROPERTYTEMPLATE('09uhUrGP96Dg7LCTKoeQZI',$,'Reference',$,.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2195= IFCSIMPLEPROPERTYTEMPLATE('0ajTc0qX4HuO00025QrE$V',$,'ReceptacleLoadIntensity','Average power use intensity of appliances and other non-HVAC equipment in the space per unit area.(PowerMeasure/IfcAreaMeasure).',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2196= IFCSIMPLEPROPERTYTEMPLATE('0a7aA0qXCHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2196= IFCSIMPLEPROPERTYTEMPLATE('060HG0qWmHuO00025QrE$V',$,'RecirculatedAir','Loads from recirculated air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2197= IFCSIMPLEPROPERTYTEMPLATE('0bpnA0qU4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2197= IFCSIMPLEPROPERTYTEMPLATE('2N8xi0qWiHuO00025QrE$V',$,'RecirculatedAir','Loads from recirculated air.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2198= IFCSIMPLEPROPERTYTEMPLATE('0dbTU0qTiHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2198= IFCSIMPLEPROPERTYTEMPLATE('00pQO0qSSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2199= IFCSIMPLEPROPERTYTEMPLATE('0dFn60qSOHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2199= IFCSIMPLEPROPERTYTEMPLATE('02_Yc0qVGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2200= IFCSIMPLEPROPERTYTEMPLATE('0FjbU0qSiHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2200= IFCSIMPLEPROPERTYTEMPLATE('0485m0qTuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2201= IFCSIMPLEPROPERTYTEMPLATE('0g0om0qV4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2201= IFCSIMPLEPROPERTYTEMPLATE('04g$a0qSGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2202= IFCSIMPLEPROPERTYTEMPLATE('0GfRG0qU0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2202= IFCSIMPLEPROPERTYTEMPLATE('05e5C0qUCHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2203= IFCSIMPLEPROPERTYTEMPLATE('0gv8_0qUeHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2203= IFCSIMPLEPROPERTYTEMPLATE('06tta0qVyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2204= IFCSIMPLEPROPERTYTEMPLATE('0gWS_0qRqHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2204= IFCSIMPLEPROPERTYTEMPLATE('0784e0qUWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2205= IFCSIMPLEPROPERTYTEMPLATE('0hY220qW0HuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2205= IFCSIMPLEPROPERTYTEMPLATE('08Mt80qVmHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2206= IFCSIMPLEPROPERTYTEMPLATE('0KoTM0qT0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2206= IFCSIMPLEPROPERTYTEMPLATE('08Yam0qS4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2207= IFCSIMPLEPROPERTYTEMPLATE('0nriQ0qXaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal project type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2207= IFCSIMPLEPROPERTYTEMPLATE('09uhUrGP96Dg7LCTKoeQZI',$,'Reference',$,.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2208= IFCSIMPLEPROPERTYTEMPLATE('0NTlk0qSqHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2208= IFCSIMPLEPROPERTYTEMPLATE('0a7aA0qXCHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2209= IFCSIMPLEPROPERTYTEMPLATE('0pav20qVyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2209= IFCSIMPLEPROPERTYTEMPLATE('0bpnA0qU4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2210= IFCSIMPLEPROPERTYTEMPLATE('0rsFa0qSKHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2210= IFCSIMPLEPROPERTYTEMPLATE('0dbTU0qTiHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2211= IFCSIMPLEPROPERTYTEMPLATE('0va6u0qWqHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2211= IFCSIMPLEPROPERTYTEMPLATE('0dFn60qSOHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2212= IFCSIMPLEPROPERTYTEMPLATE('0Y2BE0qXGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2212= IFCSIMPLEPROPERTYTEMPLATE('0FjbU0qSiHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2213= IFCSIMPLEPROPERTYTEMPLATE('0yGv40qXOHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2213= IFCSIMPLEPROPERTYTEMPLATE('0g0om0qV4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2214= IFCSIMPLEPROPERTYTEMPLATE('11BYE0qSaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2214= IFCSIMPLEPROPERTYTEMPLATE('0GfRG0qU0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2215= IFCSIMPLEPROPERTYTEMPLATE('12DtC0qX8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2215= IFCSIMPLEPROPERTYTEMPLATE('0gv8_0qUeHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2216= IFCSIMPLEPROPERTYTEMPLATE('13wa80qUGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2216= IFCSIMPLEPROPERTYTEMPLATE('0gWS_0qRqHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2217= IFCSIMPLEPROPERTYTEMPLATE('14JG80qX4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2217= IFCSIMPLEPROPERTYTEMPLATE('0hY220qW0HuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2218= IFCSIMPLEPROPERTYTEMPLATE('17suk0qWSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2218= IFCSIMPLEPROPERTYTEMPLATE('0KoTM0qT0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2219= IFCSIMPLEPROPERTYTEMPLATE('19abY0qU4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2219= IFCSIMPLEPROPERTYTEMPLATE('0nriQ0qXaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal project type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2220= IFCSIMPLEPROPERTYTEMPLATE('19cbI0qV4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2220= IFCSIMPLEPROPERTYTEMPLATE('0NTlk0qSqHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2221= IFCSIMPLEPROPERTYTEMPLATE('1aef_0qSGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2221= IFCSIMPLEPROPERTYTEMPLATE('0pav20qVyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2222= IFCSIMPLEPROPERTYTEMPLATE('1cULo0qTuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2222= IFCSIMPLEPROPERTYTEMPLATE('0rsFa0qSKHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2223= IFCSIMPLEPROPERTYTEMPLATE('1Eij00qW0HuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2223= IFCSIMPLEPROPERTYTEMPLATE('0va6u0qWqHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2224= IFCSIMPLEPROPERTYTEMPLATE('1IaIC0qVqHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2224= IFCSIMPLEPROPERTYTEMPLATE('0Y2BE0qXGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2225= IFCSIMPLEPROPERTYTEMPLATE('1IAsI0qSeHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2225= IFCSIMPLEPROPERTYTEMPLATE('0yGv40qXOHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2226= IFCSIMPLEPROPERTYTEMPLATE('1KteU0qTCHuO00025QrE$V',$,'Reference','Reference ID for this specific instance (e.g. ''WWS/VS1/400/001'', which indicates the occurrence belongs to system WWS, subsystems VSI/400, and has the component number 001).',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2226= IFCSIMPLEPROPERTYTEMPLATE('11BYE0qSaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2227= IFCSIMPLEPROPERTYTEMPLATE('1LtTm0qWWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2227= IFCSIMPLEPROPERTYTEMPLATE('12DtC0qX8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2228= IFCSIMPLEPROPERTYTEMPLATE('1m1CE0qU8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2228= IFCSIMPLEPROPERTYTEMPLATE('13wa80qUGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2229= IFCSIMPLEPROPERTYTEMPLATE('1M1Rc0qRyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2229= IFCSIMPLEPROPERTYTEMPLATE('14JG80qX4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2230= IFCSIMPLEPROPERTYTEMPLATE('1mSb87I6b0egBV57bTxz1d',$,'Reference',$,.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2230= IFCSIMPLEPROPERTYTEMPLATE('17suk0qWSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2231= IFCSIMPLEPROPERTYTEMPLATE('1pcac0qUOHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2231= IFCSIMPLEPROPERTYTEMPLATE('19abY0qU4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2232= IFCSIMPLEPROPERTYTEMPLATE('1PhZO0qUaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2232= IFCSIMPLEPROPERTYTEMPLATE('19cbI0qV4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2233= IFCSIMPLEPROPERTYTEMPLATE('1pMdW0qVyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2233= IFCSIMPLEPROPERTYTEMPLATE('1aef_0qSGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2234= IFCSIMPLEPROPERTYTEMPLATE('1qBEC0qTeHuO00025QrE$V',$,'Reference','Reference ID for this specific instance of a distribution system, or sub-system (e.g. ''WWS/VS1'', which indicates the system to be WWS, subsystems VSI/400). The reference values depend on the local code of practice.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2234= IFCSIMPLEPROPERTYTEMPLATE('1cULo0qTuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2235= IFCSIMPLEPROPERTYTEMPLATE('1r9SPy3wf4kfbVcT1xSjqn',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2235= IFCSIMPLEPROPERTYTEMPLATE('1Eij00qW0HuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2236= IFCSIMPLEPROPERTYTEMPLATE('1RiCw0qS8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2236= IFCSIMPLEPROPERTYTEMPLATE('1IaIC0qVqHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2237= IFCSIMPLEPROPERTYTEMPLATE('1ryQa0qT0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2237= IFCSIMPLEPROPERTYTEMPLATE('1IAsI0qSeHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2238= IFCSIMPLEPROPERTYTEMPLATE('1Su$g0qSOHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2238= IFCSIMPLEPROPERTYTEMPLATE('1KteU0qTCHuO00025QrE$V',$,'Reference','Reference ID for this specific instance (e.g. ''WWS/VS1/400/001'', which indicates the occurrence belongs to system WWS, subsystems VSI/400, and has the component number 001).',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2239= IFCSIMPLEPROPERTYTEMPLATE('1sWKG0qRuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2239= IFCSIMPLEPROPERTYTEMPLATE('1LtTm0qWWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2240= IFCSIMPLEPROPERTYTEMPLATE('1vMrE0qXKHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2240= IFCSIMPLEPROPERTYTEMPLATE('1m1CE0qU8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2241= IFCSIMPLEPROPERTYTEMPLATE('1xehi0qTyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2241= IFCSIMPLEPROPERTYTEMPLATE('1M1Rc0qRyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2242= IFCSIMPLEPROPERTYTEMPLATE('1XOE40qSyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2242= IFCSIMPLEPROPERTYTEMPLATE('1mSb87I6b0egBV57bTxz1d',$,'Reference',$,.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2243= IFCSIMPLEPROPERTYTEMPLATE('1zAQw0qV8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2243= IFCSIMPLEPROPERTYTEMPLATE('1pcac0qUOHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2244= IFCSIMPLEPROPERTYTEMPLATE('1zNuK0qSKHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal project type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2244= IFCSIMPLEPROPERTYTEMPLATE('1PhZO0qUaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2245= IFCSIMPLEPROPERTYTEMPLATE('2$yOE0qVuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2245= IFCSIMPLEPROPERTYTEMPLATE('1pMdW0qVyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2246= IFCSIMPLEPROPERTYTEMPLATE('22CZ80qU4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2246= IFCSIMPLEPROPERTYTEMPLATE('1qBEC0qTeHuO00025QrE$V',$,'Reference','Reference ID for this specific instance of a distribution system, or sub-system (e.g. ''WWS/VS1'', which indicates the system to be WWS, subsystems VSI/400). The reference values depend on the local code of practice.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2247= IFCSIMPLEPROPERTYTEMPLATE('27u4M0qUeHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2247= IFCSIMPLEPROPERTYTEMPLATE('1r9SPy3wf4kfbVcT1xSjqn',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2248= IFCSIMPLEPROPERTYTEMPLATE('2aqqE0qVyHuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2248= IFCSIMPLEPROPERTYTEMPLATE('1RiCw0qS8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2249= IFCSIMPLEPROPERTYTEMPLATE('2CN2o0qV4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2249= IFCSIMPLEPROPERTYTEMPLATE('1ryQa0qT0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2250= IFCSIMPLEPROPERTYTEMPLATE('2czSm0qXWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2250= IFCSIMPLEPROPERTYTEMPLATE('1Su$g0qSOHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2251= IFCSIMPLEPROPERTYTEMPLATE('2dBg40qV4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal construction type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2251= IFCSIMPLEPROPERTYTEMPLATE('1sWKG0qRuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2252= IFCSIMPLEPROPERTYTEMPLATE('2e2mS0qU0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2252= IFCSIMPLEPROPERTYTEMPLATE('1vMrE0qXKHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2253= IFCSIMPLEPROPERTYTEMPLATE('2e7lq0qWWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal project type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2253= IFCSIMPLEPROPERTYTEMPLATE('1xehi0qTyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2254= IFCSIMPLEPROPERTYTEMPLATE('2EkuW0qUiHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2254= IFCSIMPLEPROPERTYTEMPLATE('1XOE40qSyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2255= IFCSIMPLEPROPERTYTEMPLATE('2FaF60qSmHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2255= IFCSIMPLEPROPERTYTEMPLATE('1zAQw0qV8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2256= IFCSIMPLEPROPERTYTEMPLATE('2g$Fm0qSuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2256= IFCSIMPLEPROPERTYTEMPLATE('1zNuK0qSKHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal project type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2257= IFCSIMPLEPROPERTYTEMPLATE('2gEuY0qXKHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2257= IFCSIMPLEPROPERTYTEMPLATE('2$yOE0qVuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2258= IFCSIMPLEPROPERTYTEMPLATE('2H8U00qVCHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2258= IFCSIMPLEPROPERTYTEMPLATE('22CZ80qU4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2259= IFCSIMPLEPROPERTYTEMPLATE('2IXUK0qS0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2259= IFCSIMPLEPROPERTYTEMPLATE('27u4M0qUeHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2260= IFCSIMPLEPROPERTYTEMPLATE('2KCLcfF8r35gUW6qE2nkg0',$,'Reference',$,.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2260= IFCSIMPLEPROPERTYTEMPLATE('2aqqE0qVyHuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2261= IFCSIMPLEPROPERTYTEMPLATE('2kgdO0qW8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2261= IFCSIMPLEPROPERTYTEMPLATE('2CN2o0qV4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2262= IFCSIMPLEPROPERTYTEMPLATE('2lSUQ0qSSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2262= IFCSIMPLEPROPERTYTEMPLATE('2czSm0qXWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2263= IFCSIMPLEPROPERTYTEMPLATE('2Ncs80qSaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2263= IFCSIMPLEPROPERTYTEMPLATE('2dBg40qV4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal construction type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2264= IFCSIMPLEPROPERTYTEMPLATE('2nEgg0qSKHuO00025QrE$V',$,'Reference','Reference ID for this specified instance of building system in this project (e.g. ''TRA/EL1''), The reference values depend on the local code of practice.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2264= IFCSIMPLEPROPERTYTEMPLATE('2e2mS0qU0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2265= IFCSIMPLEPROPERTYTEMPLATE('2OJ_g0qW4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2265= IFCSIMPLEPROPERTYTEMPLATE('2e7lq0qWWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal project type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2266= IFCSIMPLEPROPERTYTEMPLATE('2osv40qWmHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2266= IFCSIMPLEPROPERTYTEMPLATE('2EkuW0qUiHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2267= IFCSIMPLEPROPERTYTEMPLATE('2p5cK0qUaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2267= IFCSIMPLEPROPERTYTEMPLATE('2FaF60qSmHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2268= IFCSIMPLEPROPERTYTEMPLATE('2Quns0qSeHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2268= IFCSIMPLEPROPERTYTEMPLATE('2g$Fm0qSuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2269= IFCSIMPLEPROPERTYTEMPLATE('2s3rQ0qUKHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2269= IFCSIMPLEPROPERTYTEMPLATE('2gEuY0qXKHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2270= IFCSIMPLEPROPERTYTEMPLATE('2XCyA0qUSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2270= IFCSIMPLEPROPERTYTEMPLATE('2H8U00qVCHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2271= IFCSIMPLEPROPERTYTEMPLATE('2xgNG0qSOHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2271= IFCSIMPLEPROPERTYTEMPLATE('2IXUK0qS0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2272= IFCSIMPLEPROPERTYTEMPLATE('2YT_O0qWqHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2272= IFCSIMPLEPROPERTYTEMPLATE('2KCLcfF8r35gUW6qE2nkg0',$,'Reference',$,.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2273= IFCSIMPLEPROPERTYTEMPLATE('2zX2y0qUWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2273= IFCSIMPLEPROPERTYTEMPLATE('2kgdO0qW8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2274= IFCSIMPLEPROPERTYTEMPLATE('3$icu0qV8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2274= IFCSIMPLEPROPERTYTEMPLATE('2lSUQ0qSSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2275= IFCSIMPLEPROPERTYTEMPLATE('30Hag0qWyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2275= IFCSIMPLEPROPERTYTEMPLATE('2Ncs80qSaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2276= IFCSIMPLEPROPERTYTEMPLATE('31l4Q0qW0HuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2276= IFCSIMPLEPROPERTYTEMPLATE('2nEgg0qSKHuO00025QrE$V',$,'Reference','Reference ID for this specified instance of building system in this project (e.g. ''TRA/EL1''), The reference values depend on the local code of practice.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2277= IFCSIMPLEPROPERTYTEMPLATE('33frgWW4D3euBRuniN2rSn',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2277= IFCSIMPLEPROPERTYTEMPLATE('2OJ_g0qW4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2278= IFCSIMPLEPROPERTYTEMPLATE('36T0J90GnF1AFJynwsfDWJ',$,'Reference',$,.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2278= IFCSIMPLEPROPERTYTEMPLATE('2osv40qWmHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2279= IFCSIMPLEPROPERTYTEMPLATE('3A$U40qWaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2279= IFCSIMPLEPROPERTYTEMPLATE('2p5cK0qUaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2280= IFCSIMPLEPROPERTYTEMPLATE('3BaNe0qVyHuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2280= IFCSIMPLEPROPERTYTEMPLATE('2Quns0qSeHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2281= IFCSIMPLEPROPERTYTEMPLATE('3cK$Q0qTyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2281= IFCSIMPLEPROPERTYTEMPLATE('2s3rQ0qUKHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2282= IFCSIMPLEPROPERTYTEMPLATE('3DNpk0qWSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal project type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2282= IFCSIMPLEPROPERTYTEMPLATE('2XCyA0qUSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2283= IFCSIMPLEPROPERTYTEMPLATE('3f5HA0qWGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2283= IFCSIMPLEPROPERTYTEMPLATE('2xgNG0qSOHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2284= IFCSIMPLEPROPERTYTEMPLATE('3fPzg0qX4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal construction type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2284= IFCSIMPLEPROPERTYTEMPLATE('2YT_O0qWqHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2285= IFCSIMPLEPROPERTYTEMPLATE('3gmEK0qSWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2285= IFCSIMPLEPROPERTYTEMPLATE('2zX2y0qUWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2286= IFCSIMPLEPROPERTYTEMPLATE('3ImeC0qXCHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2286= IFCSIMPLEPROPERTYTEMPLATE('3$icu0qV8HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2287= IFCSIMPLEPROPERTYTEMPLATE('3INCI0qU0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2287= IFCSIMPLEPROPERTYTEMPLATE('30Hag0qWyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2288= IFCSIMPLEPROPERTYTEMPLATE('3IShc0qWmHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2288= IFCSIMPLEPROPERTYTEMPLATE('31l4Q0qW0HuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2289= IFCSIMPLEPROPERTYTEMPLATE('3iycO0qVyHuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2289= IFCSIMPLEPROPERTYTEMPLATE('33frgWW4D3euBRuniN2rSn',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2290= IFCSIMPLEPROPERTYTEMPLATE('3JIY80qV4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2290= IFCSIMPLEPROPERTYTEMPLATE('36T0J90GnF1AFJynwsfDWJ',$,'Reference',$,.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2291= IFCSIMPLEPROPERTYTEMPLATE('3mjCS0qSGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal project type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2291= IFCSIMPLEPROPERTYTEMPLATE('3A$U40qWaHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2292= IFCSIMPLEPROPERTYTEMPLATE('3NkG_0qTuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2292= IFCSIMPLEPROPERTYTEMPLATE('3BaNe0qVyHuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2293= IFCSIMPLEPROPERTYTEMPLATE('3rZ760qUeHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2293= IFCSIMPLEPROPERTYTEMPLATE('3cK$Q0qTyHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2294= IFCSIMPLEPROPERTYTEMPLATE('3STiS0qT0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2294= IFCSIMPLEPROPERTYTEMPLATE('3DNpk0qWSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal project type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2295= IFCSIMPLEPROPERTYTEMPLATE('3wg_c0qWSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2295= IFCSIMPLEPROPERTYTEMPLATE('3f5HA0qWGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2296= IFCSIMPLEPROPERTYTEMPLATE('1wG8Xp53PDOPLBMvLK0g1J',$,'ReferenceAirRelativeHumidity','Measurement of the ratio of water vapor in the air.',.P_BOUNDEDVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2296= IFCSIMPLEPROPERTYTEMPLATE('3fPzg0qX4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal construction type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2297= IFCSIMPLEPROPERTYTEMPLATE('18i26IeYfElf48a3m5DXxE',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2297= IFCSIMPLEPROPERTYTEMPLATE('3gmEK0qSWHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2298= IFCSIMPLEPROPERTYTEMPLATE('21e1MA21r7PPjSW27cmYYl',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2298= IFCSIMPLEPROPERTYTEMPLATE('3ImeC0qXCHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'').',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2299= IFCSIMPLEPROPERTYTEMPLATE('2IRbhBomnFhx9eIoVOIJHC',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2299= IFCSIMPLEPROPERTYTEMPLATE('3INCI0qU0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2300= IFCSIMPLEPROPERTYTEMPLATE('2kL9bUrL56KxgsvGPmVNem',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2300= IFCSIMPLEPROPERTYTEMPLATE('3IShc0qWmHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2301= IFCSIMPLEPROPERTYTEMPLATE('3AoKH7X0jEjxeJz28q4H$C',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2301= IFCSIMPLEPROPERTYTEMPLATE('3iycO0qVyHuO00025QrE$V',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2302= IFCSIMPLEPROPERTYTEMPLATE('3tD22xOOH0sxuHHjdxP6_W',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2302= IFCSIMPLEPROPERTYTEMPLATE('3JIY80qV4HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2303= IFCSIMPLEPROPERTYTEMPLATE('3CEvujvXv4h8b1bdTGctiY',$,'ReferenceDistanceRopeToPulley','The reference design criteria for distance from the end of the rope to the fixed pulley.It defines the nominal distance in relation to temperature.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcPositiveLengthMeasure',$,$,$,$,$); +#2303= IFCSIMPLEPROPERTYTEMPLATE('3mjCS0qSGHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''). Used to store the non-classification driven internal project type.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2304= IFCSIMPLEPROPERTYTEMPLATE('3xKupe5RT6XRnMcxYkd5Qt',$,'ReferenceDistanceTensionerToGround','The reference design criteria distance from the last tensioner to the ground or the base surface (B value). It defines the nominal distance in relation to temperature.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcPositiveLengthMeasure',$,$,$,$,$); +#2304= IFCSIMPLEPROPERTYTEMPLATE('3NkG_0qTuHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2305= IFCSIMPLEPROPERTYTEMPLATE('2vgOshA4D0$ems5HSBwemr',$,'ReferenceEnvironmentTemperature','Ideal temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2305= IFCSIMPLEPROPERTYTEMPLATE('3rZ760qUeHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2306= IFCSIMPLEPROPERTYTEMPLATE('2tUrU0qS8HuO00025QrE$V',$,'RefreshRate','Indicates the display refresh frequency.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#2306= IFCSIMPLEPROPERTYTEMPLATE('3STiS0qT0HuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), provided, if there is no classification reference to a recognized classification system used.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2307= IFCSIMPLEPROPERTYTEMPLATE('0sT8u0qSiHuO00025QrE$V',$,'RefrigerantClass','Refrigerant class used by the compressor.\X\0D\X\0A\X\0D\X\0ACFC: Chlorofluorocarbons.\X\0D\X\0AHCFC: Hydrochlorofluorocarbons.\X\0D\X\0AHFC: Hydrofluorocarbons.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8602,$,$,$,$); -#8602= IFCPROPERTYENUMERATION('PEnum_RefrigerantClass',('CFC','HCFC','HFC','HYDROCARBONS','AMMONIA','CO2','H2O','OTHER','NOTKNOWN','UNSET'),$); +#2307= IFCSIMPLEPROPERTYTEMPLATE('3wg_c0qWSHuO00025QrE$V',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1''), Also referred to as "construction type". It should be provided as an alternative to the name of the "object type", if the software does not support object types.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2308= IFCSIMPLEPROPERTYTEMPLATE('0vUtY0qUCHuO00025QrE$V',$,'RefrigerantClass','Refrigerant class used by the compressor.\X\0D\X\0ACFC: Chlorofluorocarbons.\X\0D\X\0AHCFC: Hydrochlorofluorocarbons.\X\0D\X\0AHFC: Hydrofluorocarbons.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8602,$,$,$,$); +#2308= IFCSIMPLEPROPERTYTEMPLATE('1wG8Xp53PDOPLBMvLK0g1J',$,'ReferenceAirRelativeHumidity','Measurement of the ratio of water vapor in the air.',.P_BOUNDEDVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2309= IFCSIMPLEPROPERTYTEMPLATE('2KxZm0qSmHuO00025QrE$V',$,'RefrigerantClass','Refrigerant class used by the condenser.\X\0D\X\0A\X\0D\X\0ACFC: Chlorofluorocarbons.\X\0D\X\0AHCFC: Hydrochlorofluorocarbons.\X\0D\X\0AHFC: Hydrofluorocarbons.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8602,$,$,$,$); +#2309= IFCSIMPLEPROPERTYTEMPLATE('18i26IeYfElf48a3m5DXxE',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2310= IFCSIMPLEPROPERTYTEMPLATE('1hpQk0qSmHuO00025QrE$V',$,'RefrigerantFoulingResistance','Fouling resistance on the refrigerant side.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalResistanceMeasure',$,$,$,$,$); +#2310= IFCSIMPLEPROPERTYTEMPLATE('21e1MA21r7PPjSW27cmYYl',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2311= IFCSIMPLEPROPERTYTEMPLATE('3Ox3k0qU8HuO00025QrE$V',$,'RefrigerantFoulingResistance','Fouling resistance on the refrigerant side.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalResistanceMeasure',$,$,$,$,$); +#2311= IFCSIMPLEPROPERTYTEMPLATE('2IRbhBomnFhx9eIoVOIJHC',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2312= IFCSIMPLEPROPERTYTEMPLATE('1zPO80qT4HuO00025QrE$V',$,'RegeneratedSoundCurve','Regenerated sound versus air flow rate.',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcSoundPressureMeasure',$,$,$,$,$); +#2312= IFCSIMPLEPROPERTYTEMPLATE('2kL9bUrL56KxgsvGPmVNem',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2313= IFCSIMPLEPROPERTYTEMPLATE('2rhvK0qRuHuO00025QrE$V',$,'ReheatType','Terminal box reheat type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8611,$,$,$,$); -#8611= IFCPROPERTYENUMERATION('PEnum_AirTerminalBoxReheatType',('ELECTRICALREHEAT','WATERCOILREHEAT','STEAMCOILREHEAT','GASREHEAT','NONE','OTHER','NOTKNOWN','UNSET'),$); +#2313= IFCSIMPLEPROPERTYTEMPLATE('3AoKH7X0jEjxeJz28q4H$C',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2314= IFCSIMPLEPROPERTYTEMPLATE('2syBe0qTuHuO00025QrE$V',$,'Reinforcement','The type of reinforcement, if any, used for the duct segment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2314= IFCSIMPLEPROPERTYTEMPLATE('3tD22xOOH0sxuHHjdxP6_W',$,'ReferenceDepth','Depth in bending for which the mechanical properties are valid; provided as a means to check the integrity of material assignment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2315= IFCSIMPLEPROPERTYTEMPLATE('03QJXaBBz9ugaDD64qh7Hr',$,'ReinforcementAreaRatio','The required ratio of the effective area of the reinforcement to the effective area of the concrete At any section of a reinforced concrete structural element.',.P_SINGLEVALUE.,'IfcAreaDensityMeasure',$,$,$,$,$,$); +#2315= IFCSIMPLEPROPERTYTEMPLATE('3CEvujvXv4h8b1bdTGctiY',$,'ReferenceDistanceRopeToPulley','The reference design criteria for distance from the end of the rope to the fixed pulley.It defines the nominal distance in relation to temperature.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcPositiveLengthMeasure',$,$,$,$,$); -#2316= IFCSIMPLEPROPERTYTEMPLATE('3rIg40qVyHuO00025QrE$V',$,'ReinforcementBarType','Defines the type of the reinforcement bar.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8619,$,$,$,$); -#8619= IFCPROPERTYENUMERATION('PEnum_ReinforcementBarType',('RING','SPIRAL','OTHER','USERDEFINED','NOTDEFINED'),$); +#2316= IFCSIMPLEPROPERTYTEMPLATE('3xKupe5RT6XRnMcxYkd5Qt',$,'ReferenceDistanceTensionerToGround','The reference design criteria distance from the last tensioner to the ground or the base surface (B value). It defines the nominal distance in relation to temperature.',.P_TABLEVALUE.,'IfcThermodynamicTemperatureMeasure','IfcPositiveLengthMeasure',$,$,$,$,$); -#2317= IFCSIMPLEPROPERTYTEMPLATE('2yvfi0qTuHuO00025QrE$V',$,'ReinforcementSpacing','The spacing between reinforcing elements.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2317= IFCSIMPLEPROPERTYTEMPLATE('2vgOshA4D0$ems5HSBwemr',$,'ReferenceEnvironmentTemperature','Ideal temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2318= IFCSIMPLEPROPERTYTEMPLATE('2uZA8bB4j05BpoYRkzMMEO',$,'ReinforcementStrengthClass','Classification of the reinforcement strength in accordance with the concrete design code which is applied in the project. The reinforcing strength class often combines strength and ductility.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2318= IFCSIMPLEPROPERTYTEMPLATE('2tUrU0qS8HuO00025QrE$V',$,'RefreshRate','Indicates the display refresh frequency.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#2319= IFCSIMPLEPROPERTYTEMPLATE('2XmEU5oRn1XutRnd$G$pqc',$,'ReinforcementVolumeRatio','The required ratio of the effective mass of the reinforcement to the effective volume of the concrete of a reinforced concrete structural element.',.P_SINGLEVALUE.,'IfcMassDensityMeasure',$,$,$,$,$,$); +#2319= IFCSIMPLEPROPERTYTEMPLATE('0sT8u0qSiHuO00025QrE$V',$,'RefrigerantClass','Refrigerant class used by the compressor.\X\0D\X\0A\X\0D\X\0ACFC: Chlorofluorocarbons.\X\0D\X\0AHCFC: Hydrochlorofluorocarbons.\X\0D\X\0AHFC: Hydrofluorocarbons.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8639,$,$,$,$); +#8639= IFCPROPERTYENUMERATION('PEnum_RefrigerantClass',('CFC','HCFC','HFC','HYDROCARBONS','AMMONIA','CO2','H2O','OTHER','NOTKNOWN','UNSET'),$); -#2320= IFCSIMPLEPROPERTYTEMPLATE('0IXMo0qWmHuO00025QrE$V',$,'RelativeHumidity','Loads from the relative humidity.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2320= IFCSIMPLEPROPERTYTEMPLATE('0vUtY0qUCHuO00025QrE$V',$,'RefrigerantClass','Refrigerant class used by the compressor.\X\0D\X\0ACFC: Chlorofluorocarbons.\X\0D\X\0AHCFC: Hydrochlorofluorocarbons.\X\0D\X\0AHFC: Hydrofluorocarbons.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8639,$,$,$,$); -#2321= IFCSIMPLEPROPERTYTEMPLATE('36qiC0qWiHuO00025QrE$V',$,'RelativeHumidity','Loads from the relative humidity.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2321= IFCSIMPLEPROPERTYTEMPLATE('2KxZm0qSmHuO00025QrE$V',$,'RefrigerantClass','Refrigerant class used by the condenser.\X\0D\X\0A\X\0D\X\0ACFC: Chlorofluorocarbons.\X\0D\X\0AHCFC: Hydrochlorofluorocarbons.\X\0D\X\0AHFC: Hydrofluorocarbons.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8639,$,$,$,$); -#2322= IFCSIMPLEPROPERTYTEMPLATE('3rGQM0qUqHuO00025QrE$V',$,'Relaxations','Measures of decrease in stress over long time intervals resulting from plastic flow. Different relaxation values for different initial stress levels for a material may be given. It describes the time dependent relative relaxation value for a given initial stress level at constant strain.\X\0D\X\0ARelating values are the "RelaxationValue". Related values are the "InitialStress"',.P_TABLEVALUE.,'IfcNormalisedRatioMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); +#2322= IFCSIMPLEPROPERTYTEMPLATE('1hpQk0qSmHuO00025QrE$V',$,'RefrigerantFoulingResistance','Fouling resistance on the refrigerant side.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalResistanceMeasure',$,$,$,$,$); -#2323= IFCSIMPLEPROPERTYTEMPLATE('1FbJC0qViHuO00025QrE$V',$,'ReleaseCurrent','The release current in [x In] for the initial tripping of the S-function.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2323= IFCSIMPLEPROPERTYTEMPLATE('3Ox3k0qU8HuO00025QrE$V',$,'RefrigerantFoulingResistance','Fouling resistance on the refrigerant side.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalResistanceMeasure',$,$,$,$,$); -#2324= IFCSIMPLEPROPERTYTEMPLATE('1N20o0qVeHuO00025QrE$V',$,'ReleaseCurrent','The release current in [x In] for the initial tripping of the S-function.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2324= IFCSIMPLEPROPERTYTEMPLATE('1zPO80qT4HuO00025QrE$V',$,'RegeneratedSoundCurve','Regenerated sound versus air flow rate.',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcSoundPressureMeasure',$,$,$,$,$); -#2325= IFCSIMPLEPROPERTYTEMPLATE('2yM$s0qVeHuO00025QrE$V',$,'ReleaseCurrent','The release current in [x In] for the initial tripping of the S-function.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2325= IFCSIMPLEPROPERTYTEMPLATE('2rhvK0qRuHuO00025QrE$V',$,'ReheatType','Terminal box reheat type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8648,$,$,$,$); +#8648= IFCPROPERTYENUMERATION('PEnum_AirTerminalBoxReheatType',('ELECTRICALREHEAT','WATERCOILREHEAT','STEAMCOILREHEAT','GASREHEAT','NONE','OTHER','NOTKNOWN','UNSET'),$); -#2326= IFCSIMPLEPROPERTYTEMPLATE('2Nj5M0qViHuO00025QrE$V',$,'ReleaseCurrentI2tEnd','The release current in [x In] for the end point of the I2t tripping curve of the S-function, if any. The value of ReleaseCurrentI2tEnd shall be larger than ReleaseCurrentI2tStart.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2326= IFCSIMPLEPROPERTYTEMPLATE('2syBe0qTuHuO00025QrE$V',$,'Reinforcement','The type of reinforcement, if any, used for the duct segment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2327= IFCSIMPLEPROPERTYTEMPLATE('2SB3w0qVeHuO00025QrE$V',$,'ReleaseCurrentI2tEnd','The release current in [x In] for the end point of the I2t tripping curve of the G-function, if any. The value of ReleaseCurrentI2tEnd shall be larger than ReleaseCurrentI2tStart.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2327= IFCSIMPLEPROPERTYTEMPLATE('03QJXaBBz9ugaDD64qh7Hr',$,'ReinforcementAreaRatio','The required ratio of the effective area of the reinforcement to the effective area of the concrete At any section of a reinforced concrete structural element.',.P_SINGLEVALUE.,'IfcAreaDensityMeasure',$,$,$,$,$,$); -#2328= IFCSIMPLEPROPERTYTEMPLATE('2COIe0qViHuO00025QrE$V',$,'ReleaseCurrentI2tStart','The release current in [x In] for the start point of the I2t tripping curve of the S-function, if any.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2328= IFCSIMPLEPROPERTYTEMPLATE('3rIg40qVyHuO00025QrE$V',$,'ReinforcementBarType','Defines the type of the reinforcement bar.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8656,$,$,$,$); +#8656= IFCPROPERTYENUMERATION('PEnum_ReinforcementBarType',('RING','SPIRAL','OTHER','USERDEFINED','NOTDEFINED'),$); -#2329= IFCSIMPLEPROPERTYTEMPLATE('2HSQc0qVeHuO00025QrE$V',$,'ReleaseCurrentI2tStart','The release current in [x In] for the start point of the I2t tripping curve of the G-function, if any.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2329= IFCSIMPLEPROPERTYTEMPLATE('2yvfi0qTuHuO00025QrE$V',$,'ReinforcementSpacing','The spacing between reinforcing elements.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2330= IFCSIMPLEPROPERTYTEMPLATE('18Baepiu9DMu1YZ7vyV2Zi',$,'ReleaseDate','Date of release of the model.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#2330= IFCSIMPLEPROPERTYTEMPLATE('2uZA8bB4j05BpoYRkzMMEO',$,'ReinforcementStrengthClass','Classification of the reinforcement strength in accordance with the concrete design code which is applied in the project. The reinforcing strength class often combines strength and ductility.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2331= IFCSIMPLEPROPERTYTEMPLATE('39TUu0qVGHuO00025QrE$V',$,'ReleaseStrength','The minimum required compressive strength of the concrete when the tendon stress is released. This property applies to prestressed concrete elements only.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2331= IFCSIMPLEPROPERTYTEMPLATE('2XmEU5oRn1XutRnd$G$pqc',$,'ReinforcementVolumeRatio','The required ratio of the effective mass of the reinforcement to the effective volume of the concrete of a reinforced concrete structural element.',.P_SINGLEVALUE.,'IfcMassDensityMeasure',$,$,$,$,$,$); -#2332= IFCSIMPLEPROPERTYTEMPLATE('1Kyds0qViHuO00025QrE$V',$,'ReleaseTime','The release time in [s] for the initial tripping of the relevant part. This time indicates that for current lower than the indicated release current, the tripping time will be longer than the indicated release time. The value is given as a mean value.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2332= IFCSIMPLEPROPERTYTEMPLATE('0IXMo0qWmHuO00025QrE$V',$,'RelativeHumidity','Loads from the relative humidity.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2333= IFCSIMPLEPROPERTYTEMPLATE('1RpC20qVeHuO00025QrE$V',$,'ReleaseTime','The release time in [s] for the initial tripping of the relevant part. This time indicates that for current lower than the indicated release current, the tripping time will be longer than the indicated release time. The value is given as a mean value.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2333= IFCSIMPLEPROPERTYTEMPLATE('36qiC0qWiHuO00025QrE$V',$,'RelativeHumidity','Loads from the relative humidity.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2334= IFCSIMPLEPROPERTYTEMPLATE('32KTw0qVeHuO00025QrE$V',$,'ReleaseTime','The release time in [s] for the initial tripping of the relevant part. This time indicates that for current lower than the indicated release current, the tripping time will be longer than the indicated release time. The value is given as a mean value.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2334= IFCSIMPLEPROPERTYTEMPLATE('3rGQM0qUqHuO00025QrE$V',$,'Relaxations','Measures of decrease in stress over long time intervals resulting from plastic flow. Different relaxation values for different initial stress levels for a material may be given. It describes the time dependent relative relaxation value for a given initial stress level at constant strain.\X\0D\X\0ARelating values are the "RelaxationValue". Related values are the "InitialStress"',.P_TABLEVALUE.,'IfcNormalisedRatioMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); -#2335= IFCSIMPLEPROPERTYTEMPLATE('2UGiq0qViHuO00025QrE$V',$,'ReleaseTimeI2tEnd','The release time in [s] for the end point of the I2 tripping curve of the S-function, if any. The value of ReleaseTimeI2tEnd shall be lower than ReleaseTimeI2tStart.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2335= IFCSIMPLEPROPERTYTEMPLATE('1FbJC0qViHuO00025QrE$V',$,'ReleaseCurrent','The release current in [x In] for the initial tripping of the S-function.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2336= IFCSIMPLEPROPERTYTEMPLATE('2Y8X_0qVeHuO00025QrE$V',$,'ReleaseTimeI2tEnd','The release time in [s] for the end point of the I2 tripping curve of the G-function, if any. The value of ReleaseTimeI2tEnd shall be lower than ReleaseTimeI2tStart.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2336= IFCSIMPLEPROPERTYTEMPLATE('1N20o0qVeHuO00025QrE$V',$,'ReleaseCurrent','The release current in [x In] for the initial tripping of the S-function.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2337= IFCSIMPLEPROPERTYTEMPLATE('2Ixw60qViHuO00025QrE$V',$,'ReleaseTimeI2tStart','The release time in [s] for the start point of the I2t tripping curve of the S-function, if any',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2337= IFCSIMPLEPROPERTYTEMPLATE('2yM$s0qVeHuO00025QrE$V',$,'ReleaseCurrent','The release current in [x In] for the initial tripping of the S-function.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2338= IFCSIMPLEPROPERTYTEMPLATE('2MplG0qVeHuO00025QrE$V',$,'ReleaseTimeI2tStart','The release time in [s] for the start point of the I2t tripping curve of the G-function, if any.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2338= IFCSIMPLEPROPERTYTEMPLATE('2Nj5M0qViHuO00025QrE$V',$,'ReleaseCurrentI2tEnd','The release current in [x In] for the end point of the I2t tripping curve of the S-function, if any. The value of ReleaseCurrentI2tEnd shall be larger than ReleaseCurrentI2tStart.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2339= IFCSIMPLEPROPERTYTEMPLATE('0ALfiH0FPD8wl_QfJHs5JI',$,'ReleaseVoltage','The maximum voltage to guarantee the drop of the relay node.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#2339= IFCSIMPLEPROPERTYTEMPLATE('2SB3w0qVeHuO00025QrE$V',$,'ReleaseCurrentI2tEnd','The release current in [x In] for the end point of the I2t tripping curve of the G-function, if any. The value of ReleaseCurrentI2tEnd shall be larger than ReleaseCurrentI2tStart.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2340= IFCSIMPLEPROPERTYTEMPLATE('1irli0qXKHuO00025QrE$V',$,'ReliefPressure','The pressure at which the spring or weight in the valve is set to discharge fluid.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2340= IFCSIMPLEPROPERTYTEMPLATE('2COIe0qViHuO00025QrE$V',$,'ReleaseCurrentI2tStart','The release current in [x In] for the start point of the I2t tripping curve of the S-function, if any.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2341= IFCSIMPLEPROPERTYTEMPLATE('1VQq80qX0HuO00025QrE$V',$,'ReliefValveSetting','Pressure at which the relief valve activates.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2341= IFCSIMPLEPROPERTYTEMPLATE('2HSQc0qVeHuO00025QrE$V',$,'ReleaseCurrentI2tStart','The release current in [x In] for the start point of the I2t tripping curve of the G-function, if any.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2342= IFCSIMPLEPROPERTYTEMPLATE('2mUpO0qX0HuO00025QrE$V',$,'ReliefValveSetting','Pressure at which the relief valve activates.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2342= IFCSIMPLEPROPERTYTEMPLATE('18Baepiu9DMu1YZ7vyV2Zi',$,'ReleaseDate','Date of release of the model.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#2343= IFCSIMPLEPROPERTYTEMPLATE('3xSre0qSmHuO00025QrE$V',$,'RemainingCost','The remaining cost on behalf of the resource allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMonetaryMeasure',$,$,$,$,$); +#2343= IFCSIMPLEPROPERTYTEMPLATE('39TUu0qVGHuO00025QrE$V',$,'ReleaseStrength','The minimum required compressive strength of the concrete when the tendon stress is released. This property applies to prestressed concrete elements only.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2344= IFCSIMPLEPROPERTYTEMPLATE('3pixM0qSmHuO00025QrE$V',$,'RemainingWork','The remaining work on behalf of the resource allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcDuration',$,$,$,$,$); +#2344= IFCSIMPLEPROPERTYTEMPLATE('1Kyds0qViHuO00025QrE$V',$,'ReleaseTime','The release time in [s] for the initial tripping of the relevant part. This time indicates that for current lower than the indicated release current, the tripping time will be longer than the indicated release time. The value is given as a mean value.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2345= IFCSIMPLEPROPERTYTEMPLATE('0gIlc0qUWHuO00025QrE$V',$,'RemoteReading','Indicates whether the meter has a connection for remote reading through connection of a communication device (set TRUE) or not (set FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2345= IFCSIMPLEPROPERTYTEMPLATE('1RpC20qVeHuO00025QrE$V',$,'ReleaseTime','The release time in [s] for the initial tripping of the relevant part. This time indicates that for current lower than the indicated release current, the tripping time will be longer than the indicated release time. The value is given as a mean value.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2346= IFCSIMPLEPROPERTYTEMPLATE('0bWqS0qU8HuO00025QrE$V',$,'RenewableEnergyConsumption','Quantity of renewable energy used as defined in ISO21930:2007',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); +#2346= IFCSIMPLEPROPERTYTEMPLATE('32KTw0qVeHuO00025QrE$V',$,'ReleaseTime','The release time in [s] for the initial tripping of the relevant part. This time indicates that for current lower than the indicated release current, the tripping time will be longer than the indicated release time. The value is given as a mean value.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2347= IFCSIMPLEPROPERTYTEMPLATE('3F5WY0qU4HuO00025QrE$V',$,'RenewableEnergyConsumptionPerUnit','Quantity of renewable energy used as defined in ISO21930:2007',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); +#2347= IFCSIMPLEPROPERTYTEMPLATE('2UGiq0qViHuO00025QrE$V',$,'ReleaseTimeI2tEnd','The release time in [s] for the end point of the I2 tripping curve of the S-function, if any. The value of ReleaseTimeI2tEnd shall be lower than ReleaseTimeI2tStart.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2348= IFCSIMPLEPROPERTYTEMPLATE('3$Jwu0qSKHuO00025QrE$V',$,'RentalRatesInCategoryFuture','Range of the cost rates for property expected to be available in the future in the required category.',.P_BOUNDEDVALUE.,'IfcMonetaryMeasure',$,$,$,$,$,$); +#2348= IFCSIMPLEPROPERTYTEMPLATE('2Y8X_0qVeHuO00025QrE$V',$,'ReleaseTimeI2tEnd','The release time in [s] for the end point of the I2 tripping curve of the G-function, if any. The value of ReleaseTimeI2tEnd shall be lower than ReleaseTimeI2tStart.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2349= IFCSIMPLEPROPERTYTEMPLATE('3bhcQ0qSKHuO00025QrE$V',$,'RentalRatesInCategoryNow','Range of the cost rates for property currently available in the required category.',.P_BOUNDEDVALUE.,'IfcMonetaryMeasure',$,$,$,$,$,$); +#2349= IFCSIMPLEPROPERTYTEMPLATE('2Ixw60qViHuO00025QrE$V',$,'ReleaseTimeI2tStart','The release time in [s] for the start point of the I2t tripping curve of the S-function, if any',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2350= IFCSIMPLEPROPERTYTEMPLATE('2uB5y1E3H1zuDscjqI6Rjw',$,'RepairContent','Content of repair, reason and nature can be given, e.g. display faults, communication failure, display exchange.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2350= IFCSIMPLEPROPERTYTEMPLATE('2MplG0qVeHuO00025QrE$V',$,'ReleaseTimeI2tStart','The release time in [s] for the start point of the I2t tripping curve of the G-function, if any.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2351= IFCSIMPLEPROPERTYTEMPLATE('1fKpvOEozEKQHboTTf4_f7',$,'RepairDate','Date on which the last repair is done on the asset.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#2351= IFCSIMPLEPROPERTYTEMPLATE('0ALfiH0FPD8wl_QfJHs5JI',$,'ReleaseVoltage','The maximum voltage to guarantee the drop of the relay node.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#2352= IFCSIMPLEPROPERTYTEMPLATE('0zVRGQx$r18AMXYOzl_qyE',$,'ReplacementLevel','Performance level at which replacement takes place',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2352= IFCSIMPLEPROPERTYTEMPLATE('1irli0qXKHuO00025QrE$V',$,'ReliefPressure','The pressure at which the spring or weight in the valve is set to discharge fluid.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2353= IFCSIMPLEPROPERTYTEMPLATE('0IUFUUDNnBTfdUGKBAJimE',$,'RepresentativeAge','A URI referring to a controlled concept specifying the most representative stratigraphic age interval for the GeologicUnit. This will be defined entirely at the discretion of the data provider and may be a single event selected from the geologic feature''s geological history or a value summarising the all or part of the feature''s history.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2353= IFCSIMPLEPROPERTYTEMPLATE('1VQq80qX0HuO00025QrE$V',$,'ReliefValveSetting','Pressure at which the relief valve activates.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2354= IFCSIMPLEPROPERTYTEMPLATE('3miCa0qRmHuO00025QrE$V',$,'RequestComments','Comments that may be made on the request.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2354= IFCSIMPLEPROPERTYTEMPLATE('2mUpO0qX0HuO00025QrE$V',$,'ReliefValveSetting','Pressure at which the relief valve activates.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2355= IFCSIMPLEPROPERTYTEMPLATE('3WcEc0qRmHuO00025QrE$V',$,'RequestSourceLabel','A specific name or label that further qualifies the identity of a request source. In the event of an email, this may be the email address.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2355= IFCSIMPLEPROPERTYTEMPLATE('3xSre0qSmHuO00025QrE$V',$,'RemainingCost','The remaining cost on behalf of the resource allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMonetaryMeasure',$,$,$,$,$); -#2356= IFCSIMPLEPROPERTYTEMPLATE('3gkkW0qRmHuO00025QrE$V',$,'RequestSourceName','The person making the request, where known.',.P_REFERENCEVALUE.,'IfcPerson',$,$,$,$,$,$); +#2356= IFCSIMPLEPROPERTYTEMPLATE('3pixM0qSmHuO00025QrE$V',$,'RemainingWork','The remaining work on behalf of the resource allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcDuration',$,$,$,$,$); -#2357= IFCSIMPLEPROPERTYTEMPLATE('0gtHi_RV90UARAfwx4UFx3',$,'RequiredClosureSpacing','Required length of the closure spacing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2357= IFCSIMPLEPROPERTYTEMPLATE('0gIlc0qUWHuO00025QrE$V',$,'RemoteReading','Indicates whether the meter has a connection for remote reading through connection of a communication device (set TRUE) or not (set FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2358= IFCSIMPLEPROPERTYTEMPLATE('36D8aP$xH6CecE2OoCc7Dx',$,'RequiredDisplayDistance','The required distance that has to be displayed. The value relates only to the signal type, not to the circumstances at a special position.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2358= IFCSIMPLEPROPERTYTEMPLATE('0bWqS0qU8HuO00025QrE$V',$,'RenewableEnergyConsumption','Quantity of renewable energy used as defined in ISO21930:2007',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); -#2359= IFCSIMPLEPROPERTYTEMPLATE('04X1k0qWqHuO00025QrE$V',$,'RequiredHeadroom','Required headroom clearance for the passageway according to the applicable building code or additional requirements.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2359= IFCSIMPLEPROPERTYTEMPLATE('3F5WY0qU4HuO00025QrE$V',$,'RenewableEnergyConsumptionPerUnit','Quantity of renewable energy used as defined in ISO21930:2007',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); -#2360= IFCSIMPLEPROPERTYTEMPLATE('15TJE0qVyHuO00025QrE$V',$,'RequiredHeadroom','Required headroom clearance for the passageway according to the applicable building code or additional requirements.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2360= IFCSIMPLEPROPERTYTEMPLATE('3$Jwu0qSKHuO00025QrE$V',$,'RentalRatesInCategoryFuture','Range of the cost rates for property expected to be available in the future in the required category.',.P_BOUNDEDVALUE.,'IfcMonetaryMeasure',$,$,$,$,$,$); -#2361= IFCSIMPLEPROPERTYTEMPLATE('1C0wi0qVyHuO00025QrE$V',$,'RequiredSlope','Required sloping angle of the object - relative to horizontal (0.0 degrees).\X\0D\X\0ARequired maximum slope for the passageway according to the applicable building code or additional requirements.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2361= IFCSIMPLEPROPERTYTEMPLATE('3bhcQ0qSKHuO00025QrE$V',$,'RentalRatesInCategoryNow','Range of the cost rates for property currently available in the required category.',.P_BOUNDEDVALUE.,'IfcMonetaryMeasure',$,$,$,$,$,$); -#2362= IFCSIMPLEPROPERTYTEMPLATE('2cBDBcV2H8HvKswkpaUxpJ',$,'RequiresBannerSignal','Indicates whether a banner repeater signal is required.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2362= IFCSIMPLEPROPERTYTEMPLATE('2uB5y1E3H1zuDscjqI6Rjw',$,'RepairContent','Content of repair, reason and nature can be given, e.g. display faults, communication failure, display exchange.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2363= IFCSIMPLEPROPERTYTEMPLATE('2lR_SlvAbENQL3ZSWl6HTj',$,'RequiresOLEMesh','Indicates whether an OLE mesh is required to protect the signal or maintainer.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2363= IFCSIMPLEPROPERTYTEMPLATE('1fKpvOEozEKQHboTTf4_f7',$,'RepairDate','Date on which the last repair is done on the asset.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#2364= IFCSIMPLEPROPERTYTEMPLATE('1nZR15WS156fFW_vfybVP0',$,'RequiresSafetyHandrail','Indicates whether a safety handrail is required.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2364= IFCSIMPLEPROPERTYTEMPLATE('0zVRGQx$r18AMXYOzl_qyE',$,'ReplacementLevel','Performance level at which replacement takes place',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2365= IFCSIMPLEPROPERTYTEMPLATE('1o7L40qUSHuO00025QrE$V',$,'ResidualFlowingPressure','The residual flowing pressure in the pipeline at which the discharge flow rate is determined.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2365= IFCSIMPLEPROPERTYTEMPLATE('0IUFUUDNnBTfdUGKBAJimE',$,'RepresentativeAge','A URI referring to a controlled concept specifying the most representative stratigraphic age interval for the GeologicUnit. This will be defined entirely at the discretion of the data provider and may be a single event selected from the geologic feature''s geological history or a value summarising the all or part of the feature''s history.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2366= IFCSIMPLEPROPERTYTEMPLATE('2cjcL0mEjDXPYwqZazv4A9',$,'ResistanceToGround','The resistance through earthing conductor to the ground. Real part of the impedance to earth [SOURCE IEC: 195-01-18]',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); +#2366= IFCSIMPLEPROPERTYTEMPLATE('3miCa0qRmHuO00025QrE$V',$,'RequestComments','Comments that may be made on the request.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2367= IFCSIMPLEPROPERTYTEMPLATE('0CD1$azajCjeK721qDipOz',$,'Resistivity','Electrical resistivity of a rock or soil (Ohm-m).',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); +#2367= IFCSIMPLEPROPERTYTEMPLATE('3WcEc0qRmHuO00025QrE$V',$,'RequestSourceLabel','A specific name or label that further qualifies the identity of a request source. In the event of an email, this may be the email address.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2368= IFCSIMPLEPROPERTYTEMPLATE('0mFTm0qU8HuO00025QrE$V',$,'ResourceDepletion','Quantity of resources used calculated in equivalent antimony.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#2368= IFCSIMPLEPROPERTYTEMPLATE('3gkkW0qRmHuO00025QrE$V',$,'RequestSourceName','The person making the request, where known.',.P_REFERENCEVALUE.,'IfcPerson',$,$,$,$,$,$); -#2369= IFCSIMPLEPROPERTYTEMPLATE('3R0Sg0qU4HuO00025QrE$V',$,'ResourceDepletionPerUnit','Quantity of resources used calculated in equivalent antimony',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#2369= IFCSIMPLEPROPERTYTEMPLATE('0gtHi_RV90UARAfwx4UFx3',$,'RequiredClosureSpacing','Required length of the closure spacing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2370= IFCSIMPLEPROPERTYTEMPLATE('0zgPK0qUSHuO00025QrE$V',$,'Response','Identifies the predefined methods of sprinkler response from which that required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8732,$,$,$,$); -#8732= IFCPROPERTYENUMERATION('PEnum_SprinklerResponse',('QUICK','STANDARD','NOTKNOWN','UNSET'),$); +#2370= IFCSIMPLEPROPERTYTEMPLATE('36D8aP$xH6CecE2OoCc7Dx',$,'RequiredDisplayDistance','The required distance that has to be displayed. The value relates only to the signal type, not to the circumstances at a special position.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2371= IFCSIMPLEPROPERTYTEMPLATE('2QONk0qVWHuO00025QrE$V',$,'Restrictions','Restrictions that may be placed by a competent authority.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2371= IFCSIMPLEPROPERTYTEMPLATE('04X1k0qWqHuO00025QrE$V',$,'RequiredHeadroom','Required headroom clearance for the passageway according to the applicable building code or additional requirements.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2372= IFCSIMPLEPROPERTYTEMPLATE('3nulM0qRuHuO00025QrE$V',$,'ReturnAirFractionRange','Allowable return air fraction range as a fraction of discharge airflow.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2372= IFCSIMPLEPROPERTYTEMPLATE('15TJE0qVyHuO00025QrE$V',$,'RequiredHeadroom','Required headroom clearance for the passageway according to the applicable building code or additional requirements.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2373= IFCSIMPLEPROPERTYTEMPLATE('1PxGW0qSuHuO00025QrE$V',$,'ReturnWaterTemperatureCooling','Return water temperature in cooling mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2373= IFCSIMPLEPROPERTYTEMPLATE('1C0wi0qVyHuO00025QrE$V',$,'RequiredSlope','Required sloping angle of the object - relative to horizontal (0.0 degrees).\X\0D\X\0ARequired maximum slope for the passageway according to the applicable building code or additional requirements.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2374= IFCSIMPLEPROPERTYTEMPLATE('1WUt_0qSuHuO00025QrE$V',$,'ReturnWaterTemperatureHeating','Return water temperature in heating mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2374= IFCSIMPLEPROPERTYTEMPLATE('2cBDBcV2H8HvKswkpaUxpJ',$,'RequiresBannerSignal','Indicates whether a banner repeater signal is required.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2375= IFCSIMPLEPROPERTYTEMPLATE('1tWPW0qVKHuO00025QrE$V',$,'RightFlangeWidth','Right flange width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2375= IFCSIMPLEPROPERTYTEMPLATE('2lR_SlvAbENQL3ZSWl6HTj',$,'RequiresOLEMesh','Indicates whether an OLE mesh is required to protect the signal or maintainer.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2376= IFCSIMPLEPROPERTYTEMPLATE('1QyLe0qWqHuO00025QrE$V',$,'RiserHeight','Vertical distance from tread to tread. \X\0D\X\0AThe riser height is supposed to be equal for all steps of a stair or stair flight.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2376= IFCSIMPLEPROPERTYTEMPLATE('1nZR15WS156fFW_vfybVP0',$,'RequiresSafetyHandrail','Indicates whether a safety handrail is required.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2377= IFCSIMPLEPROPERTYTEMPLATE('3oedY0qWmHuO00025QrE$V',$,'RiserHeight','Vertical distance from tread to tread. \X\0D\X\0AThe riser height is supposed to be equal for all steps of a stair or stair flight.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2377= IFCSIMPLEPROPERTYTEMPLATE('1o7L40qUSHuO00025QrE$V',$,'ResidualFlowingPressure','The residual flowing pressure in the pipeline at which the discharge flow rate is determined.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2378= IFCSIMPLEPROPERTYTEMPLATE('09ClN62Hr79h3URe8omgR9',$,'RiskAssessmentMethodology','An indication or link to the chosen risk assessment methodology, for example PAS1192-6 or a chosen ISO13100 annex.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2378= IFCSIMPLEPROPERTYTEMPLATE('2cjcL0mEjDXPYwqZazv4A9',$,'ResistanceToGround','The resistance through earthing conductor to the ground. Real part of the impedance to earth [SOURCE IEC: 195-01-18]',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); -#2379= IFCSIMPLEPROPERTYTEMPLATE('0gOQsqV_bA4gUGjAMYalbC',$,'RiskName','A locally unique identifier for the risk entry that can be used to track the development and mitiagtion of the risk throughout the project life cycle',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2379= IFCSIMPLEPROPERTYTEMPLATE('0CD1$azajCjeK721qDipOz',$,'Resistivity','Electrical resistivity of a rock or soil (Ohm-m).',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,$); -#2380= IFCSIMPLEPROPERTYTEMPLATE('1JPHxf_1r6Ggkz9sLX8cSQ',$,'RiskType','Identifies the predefined types of risk from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8752,$,$,$,$); -#8752= IFCPROPERTYENUMERATION('PEnum_RiskType',('BUSINESS','HAZARD','HEALTHANDSAFETY','INSURANCE','OTHER','NOTKNOWN','UNSET','HEALTHISSUE','MATERIALEFFECTS','ASBESTOSEFFECTS','LEADEFFECTS','HAZARDOUSDUST','WOODDUST','SILICADUST','CHEMICALEFFECTS','MECHANICALEFFECTS','NOISE_EFFECTS','TOOLUSAGE','VIBRATION','WELFAREISSUE','SAFETYISSUE','FALL','FALL_LADDER','FALLEDGE','FALLSCAFFOLD','FALLFRAGILEMATERIAL','SLIPTRIP','TRAPPED','CONFINEMENT','UNINTENDEDCOLLAPSE','CRUSHING','ASPHIXIATION','DROWNINGANDFLOODING','EVENT','ELECTRICSHOCK','FIRE_EXPLOSION','MACHINERYGUARDING','HANDLING','MATERIALSHANDLING','MECHANICAL_LIFTING','MOBILE_ELEVATEDWORKPLATFORM','WORKINGOVERHEAD','STRUCK','STRUCKFALLINFOBJECT','STRUCKVEHICLE','OVERTURINGPLANT','PUBLICPROTECTIONISSUES','ENVIRONMENTALISSUES','BUSINESSISSUES','COMMERICALISSUES','INSURANCE_ISSUES','OPERATIONALISSUES','SOCIALISSUES','OTHERISSUES'),$); +#2380= IFCSIMPLEPROPERTYTEMPLATE('0mFTm0qU8HuO00025QrE$V',$,'ResourceDepletion','Quantity of resources used calculated in equivalent antimony.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#2381= IFCSIMPLEPROPERTYTEMPLATE('0P4g7RHODAnPtwhbwtKXgn',$,'RMR','The rock mass rating (RMR) is a geomechanical classification system for rocks.\X\0D\X\0A>NOTE Definition from ASTM (1988). Standard Guide for using the Rock Mass Rating (RMR) System (Geomechanics Classification) in Engineering Practices. American Society for Testing and Materials, Book of Standards D5878-08, v.04.09, Philadelphia, PA.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#2381= IFCSIMPLEPROPERTYTEMPLATE('3R0Sg0qU4HuO00025QrE$V',$,'ResourceDepletionPerUnit','Quantity of resources used calculated in equivalent antimony',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#2382= IFCSIMPLEPROPERTYTEMPLATE('1FyiAF9_X6qxr7V$dZ3Yiv',$,'RMR','The rock mass rating (RMR) is a geomechanical classification system for rocks, developed by Z. T. Bieniawski.',.P_SINGLEVALUE.,'IfcPositiveInteger',$,$,$,$,$,$); +#2382= IFCSIMPLEPROPERTYTEMPLATE('0zgPK0qUSHuO00025QrE$V',$,'Response','Identifies the predefined methods of sprinkler response from which that required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8769,$,$,$,$); +#8769= IFCPROPERTYENUMERATION('PEnum_SprinklerResponse',('QUICK','STANDARD','NOTKNOWN','UNSET'),$); -#2383= IFCSIMPLEPROPERTYTEMPLATE('29RnvrWq5DXAWWDKKhvsNo',$,'RMSWithstandVoltage','Rms value of sinusoidal power frequency voltage that the insulation of the given equipment can withstand during tests made under specified conditions and for a specified duration. (IEV ref 614-03-22\X2\FF09\X0\',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#2383= IFCSIMPLEPROPERTYTEMPLATE('2QONk0qVWHuO00025QrE$V',$,'Restrictions','Restrictions that may be placed by a competent authority.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2384= IFCSIMPLEPROPERTYTEMPLATE('22loa_egPD6AlK4tbbeF4d',$,'RoadDesignClass','A road design class designator with content according to local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2384= IFCSIMPLEPROPERTYTEMPLATE('3nulM0qRuHuO00025QrE$V',$,'ReturnAirFractionRange','Allowable return air fraction range as a fraction of discharge airflow.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2385= IFCSIMPLEPROPERTYTEMPLATE('1Hsfk0qS4HuO00025QrE$V',$,'RoadVisibleDistanceLeft','Distance visible to the left of the access.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2385= IFCSIMPLEPROPERTYTEMPLATE('1PxGW0qSuHuO00025QrE$V',$,'ReturnWaterTemperatureCooling','Return water temperature in cooling mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2386= IFCSIMPLEPROPERTYTEMPLATE('1Nq7o0qS4HuO00025QrE$V',$,'RoadVisibleDistanceRight','Distance visible to the right of the access.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2386= IFCSIMPLEPROPERTYTEMPLATE('1WUt_0qSuHuO00025QrE$V',$,'ReturnWaterTemperatureHeating','Return water temperature in heating mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2387= IFCSIMPLEPROPERTYTEMPLATE('2OwiKpq$T2WBhXOg_6HYJQ',$,'RockQualityDesignation','Length of solid core each pieces longer than 100 mm expressed as a ratio of the length of core run.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2387= IFCSIMPLEPROPERTYTEMPLATE('1tWPW0qVKHuO00025QrE$V',$,'RightFlangeWidth','Right flange width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2388= IFCSIMPLEPROPERTYTEMPLATE('0SPTVxj$v8yRPpgU52A4YI',$,'RockVolume','Relative volume of rock stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#2388= IFCSIMPLEPROPERTYTEMPLATE('1QyLe0qWqHuO00025QrE$V',$,'RiserHeight','Vertical distance from tread to tread. \X\0D\X\0AThe riser height is supposed to be equal for all steps of a stair or stair flight.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2389= IFCSIMPLEPROPERTYTEMPLATE('2LQFM4SPr2lPjRm$a3rQvD',$,'ROI','Return on Investment',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2389= IFCSIMPLEPROPERTYTEMPLATE('3oedY0qWmHuO00025QrE$V',$,'RiserHeight','Vertical distance from tread to tread. \X\0D\X\0AThe riser height is supposed to be equal for all steps of a stair or stair flight.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2390= IFCSIMPLEPROPERTYTEMPLATE('0Zgei0qSGHuO00025QrE$V',$,'Roll','Rotation against the longitudinal axis - relative to the global Z direction for all beams that are non-vertical in regard to the global coordinate system (Profile direction equals global Z is Roll = 0.)\X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.\X\0D\X\0A\X\0D\X\0ANote: new property in IFC4',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2390= IFCSIMPLEPROPERTYTEMPLATE('09ClN62Hr79h3URe8omgR9',$,'RiskAssessmentMethodology','An indication or link to the chosen risk assessment methodology, for example PAS1192-6 or a chosen ISO13100 annex.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2391= IFCSIMPLEPROPERTYTEMPLATE('1fCNq0qV4HuO00025QrE$V',$,'Roll','Rotation against the longitudinal axis - relative to the global Z direction for all members that are non-vertical in regard to the global coordinate system (Profile direction equals global Z is Roll = 0.)\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.\X\0D\X\0ANote: new property in IFC4.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2391= IFCSIMPLEPROPERTYTEMPLATE('0gOQsqV_bA4gUGjAMYalbC',$,'RiskName','A locally unique identifier for the risk entry that can be used to track the development and mitiagtion of the risk throughout the project life cycle',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2392= IFCSIMPLEPROPERTYTEMPLATE('1nmeq0qSeHuO00025QrE$V',$,'Roll','Rotation against the longitudinal axis - relative to the global X direction for all columns that are vertical in regard to the global coordinate system (Profile direction equals global X is Roll = 0.). For all non-vertical columns the following applies: Roll is relative to the global Z direction f(Profile direction of non-vertical columns that equals global Z is Roll = 0.)\X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.\X\0D\X\0A\X\0D\X\0ANote: new property in IFC4',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2392= IFCSIMPLEPROPERTYTEMPLATE('1JPHxf_1r6Ggkz9sLX8cSQ',$,'RiskType','Identifies the predefined types of risk from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8789,$,$,$,$); +#8789= IFCPROPERTYENUMERATION('PEnum_RiskType',('BUSINESS','HAZARD','HEALTHANDSAFETY','INSURANCE','OTHER','NOTKNOWN','UNSET','HEALTHISSUE','MATERIALEFFECTS','ASBESTOSEFFECTS','LEADEFFECTS','HAZARDOUSDUST','WOODDUST','SILICADUST','CHEMICALEFFECTS','MECHANICALEFFECTS','NOISE_EFFECTS','TOOLUSAGE','VIBRATION','WELFAREISSUE','SAFETYISSUE','FALL','FALL_LADDER','FALLEDGE','FALLSCAFFOLD','FALLFRAGILEMATERIAL','SLIPTRIP','TRAPPED','CONFINEMENT','UNINTENDEDCOLLAPSE','CRUSHING','ASPHIXIATION','DROWNINGANDFLOODING','EVENT','ELECTRICSHOCK','FIRE_EXPLOSION','MACHINERYGUARDING','HANDLING','MATERIALSHANDLING','MECHANICAL_LIFTING','MOBILE_ELEVATEDWORKPLATFORM','WORKINGOVERHEAD','STRUCK','STRUCKFALLINFOBJECT','STRUCKVEHICLE','OVERTURINGPLANT','PUBLICPROTECTIONISSUES','ENVIRONMENTALISSUES','BUSINESSISSUES','COMMERICALISSUES','INSURANCE_ISSUES','OPERATIONALISSUES','SOCIALISSUES','OTHERISSUES'),$); -#2393= IFCSIMPLEPROPERTYTEMPLATE('3HTi12lhD0vuMfKNNsFx$D',$,'RotationAccomodated','A list of exactly three boelean values representing an accomodated rotation (value TRUE or 1) or no rotation (value FALSE or 0) about the corresponding axis where the first value represents axis X, second value axis Y and third value axis Z.',.P_LISTVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2393= IFCSIMPLEPROPERTYTEMPLATE('0P4g7RHODAnPtwhbwtKXgn',$,'RMR','The rock mass rating (RMR) is a geomechanical classification system for rocks.\X\0D\X\0A>NOTE Definition from ASTM (1988). Standard Guide for using the Rock Mass Rating (RMR) System (Geomechanics Classification) in Engineering Practices. American Society for Testing and Materials, Book of Standards D5878-08, v.04.09, Philadelphia, PA.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#2394= IFCSIMPLEPROPERTYTEMPLATE('2mSZg0qVuHuO00025QrE$V',$,'RotationSpeed','Pump rotational speed.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcRotationalFrequencyMeasure',$,$,$,$,$); +#2394= IFCSIMPLEPROPERTYTEMPLATE('1FyiAF9_X6qxr7V$dZ3Yiv',$,'RMR','The rock mass rating (RMR) is a geomechanical classification system for rocks, developed by Z. T. Bieniawski.',.P_SINGLEVALUE.,'IfcPositiveInteger',$,$,$,$,$,$); -#2395= IFCSIMPLEPROPERTYTEMPLATE('2Xt540qWSHuO00025QrE$V',$,'Roughness','A measure of the vertical deviations of the surface.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2395= IFCSIMPLEPROPERTYTEMPLATE('29RnvrWq5DXAWWDKKhvsNo',$,'RMSWithstandVoltage','Rms value of sinusoidal power frequency voltage that the insulation of the given equipment can withstand during tests made under specified conditions and for a specified duration. (IEV ref 614-03-22\X2\FF09\X0\',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#2396= IFCSIMPLEPROPERTYTEMPLATE('2llH13$EvAY8Lc9VG04k0Z',$,'RRUConnectionType','Indicates the connection type between the remote radio unit and baseband unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8780,$,$,$,$); -#8780= IFCPROPERTYENUMERATION('PEnum_UnitConnectionType',('CHAIN','MIXED','RING','STAR','OTHER','NOTKNOWN','UNSET'),$); +#2396= IFCSIMPLEPROPERTYTEMPLATE('22loa_egPD6AlK4tbbeF4d',$,'RoadDesignClass','A road design class designator with content according to local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2397= IFCSIMPLEPROPERTYTEMPLATE('3QHGcFv6z8IQq_4_0gv5Jf',$,'RUConnectionType','Indicate the connection type between the remote unit and the master unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8780,$,$,$,$); +#2397= IFCSIMPLEPROPERTYTEMPLATE('1Hsfk0qS4HuO00025QrE$V',$,'RoadVisibleDistanceLeft','Distance visible to the left of the access.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2398= IFCSIMPLEPROPERTYTEMPLATE('0JLjW0qUKHuO00025QrE$V',$,'s','Measure s according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2398= IFCSIMPLEPROPERTYTEMPLATE('1Nq7o0qS4HuO00025QrE$V',$,'RoadVisibleDistanceRight','Distance visible to the right of the access.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2399= IFCSIMPLEPROPERTYTEMPLATE('0oiMmeRHTAL8wF_F2pVv8T',$,'SafetyDocument','Manufacturer''s safety document',.P_REFERENCEVALUE.,'IfcDocumentReference',$,$,$,$,$,$); +#2399= IFCSIMPLEPROPERTYTEMPLATE('2OwiKpq$T2WBhXOg_6HYJQ',$,'RockQualityDesignation','Length of solid core each pieces longer than 100 mm expressed as a ratio of the length of core run.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2400= IFCSIMPLEPROPERTYTEMPLATE('3rzK_24B55FhlIh99zlW26',$,'SaltMistLevel','Maximum level of salt mist that the equipment can operate effectively in. It is provided according to an international or national standard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2400= IFCSIMPLEPROPERTYTEMPLATE('0SPTVxj$v8yRPpgU52A4YI',$,'RockVolume','Relative volume of rock stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#2401= IFCSIMPLEPROPERTYTEMPLATE('206umwul56iODHW70dgFt2',$,'SamplingFrequency','Indicates the sampling frequency of the device.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#2401= IFCSIMPLEPROPERTYTEMPLATE('2LQFM4SPr2lPjRm$a3rQvD',$,'ROI','Return on Investment',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2402= IFCSIMPLEPROPERTYTEMPLATE('20m14N5iL90PJuL8U083Zy',$,'SandVolume','Relative volume of sand (typically smaller than 2mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#2402= IFCSIMPLEPROPERTYTEMPLATE('0Zgei0qSGHuO00025QrE$V',$,'Roll','Rotation against the longitudinal axis - relative to the global Z direction for all beams that are non-vertical in regard to the global coordinate system (Profile direction equals global Z is Roll = 0.)\X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.\X\0D\X\0A\X\0D\X\0ANote: new property in IFC4',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2403= IFCSIMPLEPROPERTYTEMPLATE('2dmpc0qUaHuO00025QrE$V',$,'SaturationEfficiency','Saturation efficiency: Ratio of leaving air absolute humidity to the maximum absolute humidity.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#2403= IFCSIMPLEPROPERTYTEMPLATE('1fCNq0qV4HuO00025QrE$V',$,'Roll','Rotation against the longitudinal axis - relative to the global Z direction for all members that are non-vertical in regard to the global coordinate system (Profile direction equals global Z is Roll = 0.)\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.\X\0D\X\0ANote: new property in IFC4.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2404= IFCSIMPLEPROPERTYTEMPLATE('02zIm0qUeHuO00025QrE$V',$,'SaturationEfficiencyCurve','Saturation efficiency as a function of the air flow rate.',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); +#2404= IFCSIMPLEPROPERTYTEMPLATE('1nmeq0qSeHuO00025QrE$V',$,'Roll','Rotation against the longitudinal axis - relative to the global X direction for all columns that are vertical in regard to the global coordinate system (Profile direction equals global X is Roll = 0.). For all non-vertical columns the following applies: Roll is relative to the global Z direction f(Profile direction of non-vertical columns that equals global Z is Roll = 0.)\X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.\X\0D\X\0A\X\0D\X\0ANote: new property in IFC4',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2405= IFCSIMPLEPROPERTYTEMPLATE('3_Rag0qSmHuO00025QrE$V',$,'ScheduleCompletion','The scheduled completion percentage of the allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#2405= IFCSIMPLEPROPERTYTEMPLATE('3HTi12lhD0vuMfKNNsFx$D',$,'RotationAccomodated','A list of exactly three boelean values representing an accomodated rotation (value TRUE or 1) or no rotation (value FALSE or 0) about the corresponding axis where the first value represents axis X, second value axis Y and third value axis Z.',.P_LISTVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2406= IFCSIMPLEPROPERTYTEMPLATE('3shgO0qSmHuO00025QrE$V',$,'ScheduleCost','The budgeted cost on behalf of the resource allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMonetaryMeasure',$,$,$,$,$); +#2406= IFCSIMPLEPROPERTYTEMPLATE('2mSZg0qVuHuO00025QrE$V',$,'RotationSpeed','Pump rotational speed.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcRotationalFrequencyMeasure',$,$,$,$,$); -#2407= IFCSIMPLEPROPERTYTEMPLATE('2$eRe0qVSHuO00025QrE$V',$,'ScheduledFrequency','The period of time between expected instantiations of a work order that may have been predefined.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2407= IFCSIMPLEPROPERTYTEMPLATE('2Xt540qWSHuO00025QrE$V',$,'Roughness','A measure of the vertical deviations of the surface.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2408= IFCSIMPLEPROPERTYTEMPLATE('3kLci0qSmHuO00025QrE$V',$,'ScheduleWork','The scheduled work on behalf of the resource allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcDuration',$,$,$,$,$); +#2408= IFCSIMPLEPROPERTYTEMPLATE('2llH13$EvAY8Lc9VG04k0Z',$,'RRUConnectionType','Indicates the connection type between the remote radio unit and baseband unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8817,$,$,$,$); +#8817= IFCPROPERTYENUMERATION('PEnum_UnitConnectionType',('CHAIN','MIXED','RING','STAR','OTHER','NOTKNOWN','UNSET'),$); -#2409= IFCSIMPLEPROPERTYTEMPLATE('3ThF60qTeHuO00025QrE$V',$,'ScrapFactor','Sheet metal scrap factor.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2409= IFCSIMPLEPROPERTYTEMPLATE('3QHGcFv6z8IQq_4_0gv5Jf',$,'RUConnectionType','Indicate the connection type between the remote unit and the master unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8817,$,$,$,$); -#2410= IFCSIMPLEPROPERTYTEMPLATE('1Ajem0qSSHuO00025QrE$V',$,'ScreenDiameter','The diameter of the screen around a cable or bus segment (if present).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2410= IFCSIMPLEPROPERTYTEMPLATE('0JLjW0qUKHuO00025QrE$V',$,'s','Measure s according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2411= IFCSIMPLEPROPERTYTEMPLATE('26dY40qSWHuO00025QrE$V',$,'ScreenDiameter','The diameter of the screen around a core segment (if present).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2411= IFCSIMPLEPROPERTYTEMPLATE('0oiMmeRHTAL8wF_F2pVv8T',$,'SafetyDocument','Manufacturer''s safety document',.P_REFERENCEVALUE.,'IfcDocumentReference',$,$,$,$,$,$); -#2412= IFCSIMPLEPROPERTYTEMPLATE('31DmCfobH23ezb7so63KdY',$,'SealType','Specifies the type of seal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8801,$,$,$,$); -#8801= IFCPROPERTYENUMERATION('PEnum_SealType',('COMPRESSIBLE','HYDRO_EXPANDING','MIXED','MEMBRANE','INFLATABLE'),$); +#2412= IFCSIMPLEPROPERTYTEMPLATE('3rzK_24B55FhlIh99zlW26',$,'SaltMistLevel','Maximum level of salt mist that the equipment can operate effectively in. It is provided according to an international or national standard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2413= IFCSIMPLEPROPERTYTEMPLATE('3AeHu0qUWHuO00025QrE$V',$,'SeatingHeight','The value of seating height if the chair height is not adjustable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2413= IFCSIMPLEPROPERTYTEMPLATE('206umwul56iODHW70dgFt2',$,'SamplingFrequency','Indicates the sampling frequency of the device.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#2414= IFCSIMPLEPROPERTYTEMPLATE('3RFPu0qS0HuO00025QrE$V',$,'SecondaryAirflowRateRange','possible range of secondary airflow that can be delivered.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2414= IFCSIMPLEPROPERTYTEMPLATE('20m14N5iL90PJuL8U083Zy',$,'SandVolume','Relative volume of sand (typically smaller than 2mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#2415= IFCSIMPLEPROPERTYTEMPLATE('29SJG0qX4HuO00025QrE$V',$,'SecondaryApparentPower','The power in VA (volt ampere) that has been transformed and is running out of the transformer on the secondary side.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2415= IFCSIMPLEPROPERTYTEMPLATE('2dmpc0qUaHuO00025QrE$V',$,'SaturationEfficiency','Saturation efficiency: Ratio of leaving air absolute humidity to the maximum absolute humidity.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#2416= IFCSIMPLEPROPERTYTEMPLATE('1n0Hc0qX4HuO00025QrE$V',$,'SecondaryCurrent','The current that has been transformed and is running out of the transformer on the secondary side.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2416= IFCSIMPLEPROPERTYTEMPLATE('02zIm0qUeHuO00025QrE$V',$,'SaturationEfficiencyCurve','Saturation efficiency as a function of the air flow rate.',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcNormalisedRatioMeasure',$,$,$,$,$); -#2417= IFCSIMPLEPROPERTYTEMPLATE('2Kn5_0qX4HuO00025QrE$V',$,'SecondaryCurrentType','A list of the secondary current types that can result from transformer output.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8812,$,$,$,$); -#8812= IFCPROPERTYENUMERATION('PEnum_SecondaryCurrentType',('AC','DC','NOTKNOWN','UNSET'),$); +#2417= IFCSIMPLEPROPERTYTEMPLATE('3_Rag0qSmHuO00025QrE$V',$,'ScheduleCompletion','The scheduled completion percentage of the allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#2418= IFCSIMPLEPROPERTYTEMPLATE('1_7WY0qX4HuO00025QrE$V',$,'SecondaryFrequency','The frequency that has been transformed and is running out of the transformer on the secondary side.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#2418= IFCSIMPLEPROPERTYTEMPLATE('3shgO0qSmHuO00025QrE$V',$,'ScheduleCost','The budgeted cost on behalf of the resource allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMonetaryMeasure',$,$,$,$,$); -#2419= IFCSIMPLEPROPERTYTEMPLATE('0QlBW0qSeHuO00025QrE$V',$,'SecondarySurfaceArea','Secondary heat transfer surface area created by fins.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#2419= IFCSIMPLEPROPERTYTEMPLATE('2$eRe0qVSHuO00025QrE$V',$,'ScheduledFrequency','The period of time between expected instantiations of a work order that may have been predefined.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2420= IFCSIMPLEPROPERTYTEMPLATE('1ZIvG0qX4HuO00025QrE$V',$,'SecondaryVoltage','The voltage that has been transformed and is running out of the transformer on the secondary side.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#2420= IFCSIMPLEPROPERTYTEMPLATE('3kLci0qSmHuO00025QrE$V',$,'ScheduleWork','The scheduled work on behalf of the resource allocation.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcDuration',$,$,$,$,$); -#2421= IFCSIMPLEPROPERTYTEMPLATE('0qWEu0qX0HuO00025QrE$V',$,'SecondCurvatureRadius','SecondCurvatureRadius should be defined as the top or right side radius of curvature value.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2421= IFCSIMPLEPROPERTYTEMPLATE('3ThF60qTeHuO00025QrE$V',$,'ScrapFactor','Sheet metal scrap factor.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2422= IFCSIMPLEPROPERTYTEMPLATE('2IhT40qX0HuO00025QrE$V',$,'SecondCurvatureRadius','SecondCurvatureRadius should be defined as the top or right side radius of curvature value.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2422= IFCSIMPLEPROPERTYTEMPLATE('1Ajem0qSSHuO00025QrE$V',$,'ScreenDiameter','The diameter of the screen around a cable or bus segment (if present).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2423= IFCSIMPLEPROPERTYTEMPLATE('1jE33PRSX1EQ4q4oa7Kb3F',$,'SectioningDeviceType','Indicates the sectioning device type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8828,$,$,$,$); -#8828= IFCPROPERTYENUMERATION('PEnum_SectioningDeviceType',('DIFFERENT_POWER_SUPPLY_SEPARATION','PHASE_SEPARATION','SAME_FEEDING_SECTION_SEPARATION','OTHER','NOTKNOWN','UNSET'),$); +#2423= IFCSIMPLEPROPERTYTEMPLATE('26dY40qSWHuO00025QrE$V',$,'ScreenDiameter','The diameter of the screen around a core segment (if present).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2424= IFCSIMPLEPROPERTYTEMPLATE('349fo0qX0HuO00025QrE$V',$,'SectionLength','The length of a section used in the construction of the tank.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2424= IFCSIMPLEPROPERTYTEMPLATE('31DmCfobH23ezb7so63KdY',$,'SealType','Specifies the type of seal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8838,$,$,$,$); +#8838= IFCPROPERTYENUMERATION('PEnum_SealType',('COMPRESSIBLE','HYDRO_EXPANDING','MIXED','MEMBRANE','INFLATABLE'),$); -#2425= IFCSIMPLEPROPERTYTEMPLATE('3D5su0qX0HuO00025QrE$V',$,'SectionWidth','The width of a section used in the construction of the tank.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2425= IFCSIMPLEPROPERTYTEMPLATE('3AeHu0qUWHuO00025QrE$V',$,'SeatingHeight','The value of seating height if the chair height is not adjustable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2426= IFCSIMPLEPROPERTYTEMPLATE('3rsJo0qUiHuO00025QrE$V',$,'SecurityLightingType','The type of security lighting.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8833,$,$,$,$); -#8833= IFCPROPERTYENUMERATION('PEnum_LightFixtureSecurityLightingType',('SAFETYLIGHT','WARNINGLIGHT','EMERGENCYEXITLIGHT','BLUEILLUMINATION','OTHER','NOTKNOWN','UNSET'),$); +#2426= IFCSIMPLEPROPERTYTEMPLATE('3RFPu0qS0HuO00025QrE$V',$,'SecondaryAirflowRateRange','possible range of secondary airflow that can be delivered.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2427= IFCSIMPLEPROPERTYTEMPLATE('2qG9M0qTiHuO00025QrE$V',$,'SecurityRating','Index based rating system indicating security level.\X\0D\X\0AIt is giving according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2427= IFCSIMPLEPROPERTYTEMPLATE('29SJG0qX4HuO00025QrE$V',$,'SecondaryApparentPower','The power in VA (volt ampere) that has been transformed and is running out of the transformer on the secondary side.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2428= IFCSIMPLEPROPERTYTEMPLATE('36ZFI0qXWHuO00025QrE$V',$,'SecurityRating','Index based rating system indicating security level.\X\0D\X\0AIt is giving according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2428= IFCSIMPLEPROPERTYTEMPLATE('1n0Hc0qX4HuO00025QrE$V',$,'SecondaryCurrent','The current that has been transformed and is running out of the transformer on the secondary side.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2429= IFCSIMPLEPROPERTYTEMPLATE('0ZDnfixqv4xRd7BBGSw4Uy',$,'SeicheRange','Indicative (95%-100%) range between peaks and troughts of seiche (resonant) waves.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2429= IFCSIMPLEPROPERTYTEMPLATE('2Kn5_0qX4HuO00025QrE$V',$,'SecondaryCurrentType','A list of the secondary current types that can result from transformer output.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8849,$,$,$,$); +#8849= IFCPROPERTYENUMERATION('PEnum_SecondaryCurrentType',('AC','DC','NOTKNOWN','UNSET'),$); -#2430= IFCSIMPLEPROPERTYTEMPLATE('17fvYJ58159gRnjvJMIylv',$,'SeismicResistance','Maximum magnitude of earthquake that the equipment complies with. The value indicates earthquake intensity measured in Richter scale.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2430= IFCSIMPLEPROPERTYTEMPLATE('1_7WY0qX4HuO00025QrE$V',$,'SecondaryFrequency','The frequency that has been transformed and is running out of the transformer on the secondary side.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#2431= IFCSIMPLEPROPERTYTEMPLATE('1Zbc00qWuHuO00025QrE$V',$,'SelectorType','A list of the available types of selector switch from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5577,$,$,$,$); +#2431= IFCSIMPLEPROPERTYTEMPLATE('0QlBW0qSeHuO00025QrE$V',$,'SecondarySurfaceArea','Secondary heat transfer surface area created by fins.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#2432= IFCSIMPLEPROPERTYTEMPLATE('2_hry0qTmHuO00025QrE$V',$,'SelfClosing','Indication whether this object is designed to close automatically after use (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2432= IFCSIMPLEPROPERTYTEMPLATE('1ZIvG0qX4HuO00025QrE$V',$,'SecondaryVoltage','The voltage that has been transformed and is running out of the transformer on the secondary side.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#2433= IFCSIMPLEPROPERTYTEMPLATE('2JRaK0qSSHuO00025QrE$V',$,'SelfExtinguishing60332_1','Self Extinguishing cable/core according to IEC 60332.1.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2433= IFCSIMPLEPROPERTYTEMPLATE('0qWEu0qX0HuO00025QrE$V',$,'SecondCurvatureRadius','SecondCurvatureRadius should be defined as the top or right side radius of curvature value.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2434= IFCSIMPLEPROPERTYTEMPLATE('2sJIa0qSWHuO00025QrE$V',$,'SelfExtinguishing60332_1','Self Extinguishing cable/core according to IEC 60332.1.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2434= IFCSIMPLEPROPERTYTEMPLATE('2IhT40qX0HuO00025QrE$V',$,'SecondCurvatureRadius','SecondCurvatureRadius should be defined as the top or right side radius of curvature value.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2435= IFCSIMPLEPROPERTYTEMPLATE('2PP2O0qSSHuO00025QrE$V',$,'SelfExtinguishing60332_3','Self Extinguishing cable/core according to IEC 60332.3.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2435= IFCSIMPLEPROPERTYTEMPLATE('1jE33PRSX1EQ4q4oa7Kb3F',$,'SectioningDeviceType','Indicates the sectioning device type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8865,$,$,$,$); +#8865= IFCPROPERTYENUMERATION('PEnum_SectioningDeviceType',('DIFFERENT_POWER_SUPPLY_SEPARATION','PHASE_SEPARATION','SAME_FEEDING_SECTION_SEPARATION','OTHER','NOTKNOWN','UNSET'),$); -#2436= IFCSIMPLEPROPERTYTEMPLATE('2xgdE0qSWHuO00025QrE$V',$,'SelfExtinguishing60332_3','Self Extinguishing cable/core according to IEC 60332.3.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2436= IFCSIMPLEPROPERTYTEMPLATE('349fo0qX0HuO00025QrE$V',$,'SectionLength','The length of a section used in the construction of the tank.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2437= IFCSIMPLEPROPERTYTEMPLATE('0D62e0qUmHuO00025QrE$V',$,'SelfTestFunction','The type of self test function.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8867,$,$,$,$); -#8867= IFCPROPERTYENUMERATION('PEnum_SelfTestType',('CENTRAL','LOCAL','NONE','OTHER','NOTKNOWN','UNSET'),$); +#2437= IFCSIMPLEPROPERTYTEMPLATE('3D5su0qX0HuO00025QrE$V',$,'SectionWidth','The width of a section used in the construction of the tank.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2438= IFCSIMPLEPROPERTYTEMPLATE('1QMy80qXCHuO00025QrE$V',$,'SensibleCoolingCapacity','Sensible cooling capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2438= IFCSIMPLEPROPERTYTEMPLATE('3rsJo0qUiHuO00025QrE$V',$,'SecurityLightingType','The type of security lighting.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8870,$,$,$,$); +#8870= IFCPROPERTYENUMERATION('PEnum_LightFixtureSecurityLightingType',('SAFETYLIGHT','WARNINGLIGHT','EMERGENCYEXITLIGHT','BLUEILLUMINATION','OTHER','NOTKNOWN','UNSET'),$); -#2439= IFCSIMPLEPROPERTYTEMPLATE('1WT8C0qS0HuO00025QrE$V',$,'SensibleEffectiveness','Sensible heat transfer effectiveness, where effectiveness is defined as the ratio of heat transfer to maximum possible heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#2439= IFCSIMPLEPROPERTYTEMPLATE('2qG9M0qTiHuO00025QrE$V',$,'SecurityRating','Index based rating system indicating security level.\X\0D\X\0AIt is giving according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2440= IFCSIMPLEPROPERTYTEMPLATE('1_sdw0qS0HuO00025QrE$V',$,'SensibleEffectivenessTable','Sensible heat transfer effectiveness curve as a function of the primary and secondary air flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#2440= IFCSIMPLEPROPERTYTEMPLATE('36ZFI0qXWHuO00025QrE$V',$,'SecurityRating','Index based rating system indicating security level.\X\0D\X\0AIt is giving according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2441= IFCSIMPLEPROPERTYTEMPLATE('0yjZg0qSeHuO00025QrE$V',$,'SensibleHeatRatio','Air-side sensible heat ratio, or fraction of sensible heat transfer to the total heat transfer.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2441= IFCSIMPLEPROPERTYTEMPLATE('0ZDnfixqv4xRd7BBGSw4Uy',$,'SeicheRange','Indicative (95%-100%) range between peaks and troughts of seiche (resonant) waves.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2442= IFCSIMPLEPROPERTYTEMPLATE('1pXrC0qS0HuO00025QrE$V',$,'SensibleHeatTransferRate','Sensible heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2442= IFCSIMPLEPROPERTYTEMPLATE('17fvYJ58159gRnjvJMIylv',$,'SeismicResistance','Maximum magnitude of earthquake that the equipment complies with. The value indicates earthquake intensity measured in Richter scale.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2443= IFCSIMPLEPROPERTYTEMPLATE('1VL4s0qU8HuO00025QrE$V',$,'SensibleHeatTransferRate','Sensible heat transfer rate to primary air flow.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2443= IFCSIMPLEPROPERTYTEMPLATE('1Zbc00qWuHuO00025QrE$V',$,'SelectorType','A list of the available types of selector switch from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#5613,$,$,$,$); -#2444= IFCSIMPLEPROPERTYTEMPLATE('3gXX40qUiHuO00025QrE$V',$,'SensibleLoadToRadiant','Percent of sensible thermal load to radiant heat.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2444= IFCSIMPLEPROPERTYTEMPLATE('2_hry0qTmHuO00025QrE$V',$,'SelfClosing','Indication whether this object is designed to close automatically after use (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2445= IFCSIMPLEPROPERTYTEMPLATE('1IHLU0qVuHuO00025QrE$V',$,'Sensitivity','Current leakage to an unwanted leading path during normal operation (IEC 151-14-49).',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2445= IFCSIMPLEPROPERTYTEMPLATE('2JRaK0qSSHuO00025QrE$V',$,'SelfExtinguishing60332_1','Self Extinguishing cable/core according to IEC 60332.1.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2446= IFCSIMPLEPROPERTYTEMPLATE('1VOaQ0qVuHuO00025QrE$V',$,'Sensitivity','Current leakage to an unwanted leading path during normal operation (IEC 151-14-49).',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2446= IFCSIMPLEPROPERTYTEMPLATE('2sJIa0qSWHuO00025QrE$V',$,'SelfExtinguishing60332_1','Self Extinguishing cable/core according to IEC 60332.1.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2447= IFCSIMPLEPROPERTYTEMPLATE('3c_uM0qVqHuO00025QrE$V',$,'Sensitivity','The rated rms value of the vector sum of the instantaneous currents flowing in the main circuits of the device which causes the device to operate under specified conditions. (IEC 61008-1).',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2447= IFCSIMPLEPROPERTYTEMPLATE('2PP2O0qSSHuO00025QrE$V',$,'SelfExtinguishing60332_3','Self Extinguishing cable/core according to IEC 60332.3.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2448= IFCSIMPLEPROPERTYTEMPLATE('1cC8_0qUKHuO00025QrE$V',$,'SeparationType','Air particulate filter media separation type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8896,$,$,$,$); -#8896= IFCPROPERTYENUMERATION('PEnum_FilterAirParticleFilterSeparationType',('BAG','PLEAT','TREADSEPARATION','OTHER','NOTKNOWN','UNSET'),$); +#2448= IFCSIMPLEPROPERTYTEMPLATE('2xgdE0qSWHuO00025QrE$V',$,'SelfExtinguishing60332_3','Self Extinguishing cable/core according to IEC 60332.3.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2449= IFCSIMPLEPROPERTYTEMPLATE('2AwvXjv7r7LvJK8xaTQN3z',$,'SequenceInTrackPanel','Sequence of the sleeper within the track panel.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#2449= IFCSIMPLEPROPERTYTEMPLATE('0D62e0qUmHuO00025QrE$V',$,'SelfTestFunction','The type of self test function.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8904,$,$,$,$); +#8904= IFCPROPERTYENUMERATION('PEnum_SelfTestType',('CENTRAL','LOCAL','NONE','OTHER','NOTKNOWN','UNSET'),$); -#2450= IFCSIMPLEPROPERTYTEMPLATE('1rZx8VDW987QxAxZ64yNea',$,'SequentialCode','Indicates the sequential code of the cable or wire.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2450= IFCSIMPLEPROPERTYTEMPLATE('1QMy80qXCHuO00025QrE$V',$,'SensibleCoolingCapacity','Sensible cooling capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2451= IFCSIMPLEPROPERTYTEMPLATE('0IV69mrp50xeArXDuk$7Y6',$,'SerialInterfaceType','Indicates the type of serial interface used by the device.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8898,$,$,$,$); -#8898= IFCPROPERTYENUMERATION('PEnum_SerialInterfaceType',('RS_232','RS_422','RS_485','OTHER','NOTKNOWN','UNSET'),$); +#2451= IFCSIMPLEPROPERTYTEMPLATE('1WT8C0qS0HuO00025QrE$V',$,'SensibleEffectiveness','Sensible heat transfer effectiveness, where effectiveness is defined as the ratio of heat transfer to maximum possible heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#2452= IFCSIMPLEPROPERTYTEMPLATE('18jl80qVGHuO00025QrE$V',$,'SerialNumber','The manufacturer''s serial number for the precast concrete element.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2452= IFCSIMPLEPROPERTYTEMPLATE('1_sdw0qS0HuO00025QrE$V',$,'SensibleEffectivenessTable','Sensible heat transfer effectiveness curve as a function of the primary and secondary air flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#2453= IFCSIMPLEPROPERTYTEMPLATE('1MQ7c0qUmHuO00025QrE$V',$,'SerialNumber','The serial number assigned to an occurrence of a product.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2453= IFCSIMPLEPROPERTYTEMPLATE('0yjZg0qSeHuO00025QrE$V',$,'SensibleHeatRatio','Air-side sensible heat ratio, or fraction of sensible heat transfer to the total heat transfer.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2454= IFCSIMPLEPROPERTYTEMPLATE('3gtzM0qWOHuO00025QrE$V',$,'ServiceLifeDuration','The length or duration of a service life. \X\0D\X\0A\X\0D\X\0AThe lower bound indicates pessimistic service life, the upper bound indicates optimistic service life, and the setpoint indicates the typical service life.',.P_BOUNDEDVALUE.,'IfcDuration',$,$,$,$,$,$); +#2454= IFCSIMPLEPROPERTYTEMPLATE('1pXrC0qS0HuO00025QrE$V',$,'SensibleHeatTransferRate','Sensible heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2455= IFCSIMPLEPROPERTYTEMPLATE('11mhm0qS4HuO00025QrE$V',$,'SetbackDistance','Setback distance from the point of connection on the major element along the axis of the minor element (e.g. distance from a public road at which the line of sigfht is measured.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2455= IFCSIMPLEPROPERTYTEMPLATE('1VL4s0qU8HuO00025QrE$V',$,'SensibleHeatTransferRate','Sensible heat transfer rate to primary air flow.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2456= IFCSIMPLEPROPERTYTEMPLATE('0QbDg0qXCHuO00025QrE$V',$,'SetPoint','Indicates the temperature setpoint. For thermostats with setbacks or separate high and low setpoints, then the time series may contain a pair of values at each entry where the first value is the heating setpoint (low) and the second value is the cooling setpoint (high).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcIdentifier',$,$,$,$,$); +#2456= IFCSIMPLEPROPERTYTEMPLATE('3gXX40qUiHuO00025QrE$V',$,'SensibleLoadToRadiant','Percent of sensible thermal load to radiant heat.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2457= IFCSIMPLEPROPERTYTEMPLATE('1RFYK0qWuHuO00025QrE$V',$,'SetPoint','Indicates the switch position over time according to Pset_SwitchingDeviceTypeCommon.SetPoint.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcInteger',$,$,$,$,$); +#2457= IFCSIMPLEPROPERTYTEMPLATE('1IHLU0qVuHuO00025QrE$V',$,'Sensitivity','Current leakage to an unwanted leading path during normal operation (IEC 151-14-49).',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2458= IFCSIMPLEPROPERTYTEMPLATE('3YrsG0qWqHuO00025QrE$V',$,'SetPoint','Indicates the setpoint and label. For toggle switches, there are two positions, 0 for off and 1 for on. For dimmer switches, the values may indicate the fully-off and full-on positions, where missing integer values in between are interpolated. For selector switches, the range indicates the available positions. \X\0D\X\0AAn IfcTable may be attached (using IfcMetric and IfcPropertyConstraintRelationship) containing columns of the specified header names and types:\X\0D\X\0A''Position'' (IfcInteger): The discrete setpoint level.\X\0D\X\0A''Sink'' (IfcLabel): The Name of the switched input port (IfcDistributionPort with FlowDirection=SINK).\X\0D\X\0A''Source'' (IfcLabel): The Name of the switched output port (IfcDistributionPort with FlowDirection=SOURCE).\X\0D\X\0A''Ratio'' (IfcNormalizedRatioMeasure): The ratio of power at the setpoint where 0.0 is off and 1.0 is fully on.',.P_TABLEVALUE.,'IfcInteger','IfcLabel',$,$,$,$,$); +#2458= IFCSIMPLEPROPERTYTEMPLATE('1VOaQ0qVuHuO00025QrE$V',$,'Sensitivity','Current leakage to an unwanted leading path during normal operation (IEC 151-14-49).',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2459= IFCSIMPLEPROPERTYTEMPLATE('1HO$G0qWKHuO00025QrE$V',$,'SetPointConcentration','The gas concentration value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2459= IFCSIMPLEPROPERTYTEMPLATE('3c_uM0qVqHuO00025QrE$V',$,'Sensitivity','The rated rms value of the vector sum of the instantaneous currents flowing in the main circuits of the device which causes the device to operate under specified conditions. (IEC 61008-1).',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2460= IFCSIMPLEPROPERTYTEMPLATE('1VPaI0qWOHuO00025QrE$V',$,'SetPointConcentration','The smoke concentration value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2460= IFCSIMPLEPROPERTYTEMPLATE('1cC8_0qUKHuO00025QrE$V',$,'SeparationType','Air particulate filter media separation type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8933,$,$,$,$); +#8933= IFCPROPERTYENUMERATION('PEnum_FilterAirParticleFilterSeparationType',('BAG','PLEAT','TREADSEPARATION','OTHER','NOTKNOWN','UNSET'),$); -#2461= IFCSIMPLEPROPERTYTEMPLATE('2yhSO0qWKHuO00025QrE$V',$,'SetPointConcentration','The ion concentration value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcIonConcentrationMeasure',$,$,$,$,$,$); +#2461= IFCSIMPLEPROPERTYTEMPLATE('2AwvXjv7r7LvJK8xaTQN3z',$,'SequenceInTrackPanel','Sequence of the sleeper within the track panel.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#2462= IFCSIMPLEPROPERTYTEMPLATE('3agmoOX1T89fmGtUyWkrgf',$,'SetPointConcentration','The carbon dioxide concentration to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2462= IFCSIMPLEPROPERTYTEMPLATE('1rZx8VDW987QxAxZ64yNea',$,'SequentialCode','Indicates the sequential code of the cable or wire.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2463= IFCSIMPLEPROPERTYTEMPLATE('06IU40qWKHuO00025QrE$V',$,'SetPointConductance','The fill level value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcElectricConductanceMeasure',$,$,$,$,$,$); +#2463= IFCSIMPLEPROPERTYTEMPLATE('0IV69mrp50xeArXDuk$7Y6',$,'SerialInterfaceType','Indicates the type of serial interface used by the device.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8935,$,$,$,$); +#8935= IFCPROPERTYENUMERATION('PEnum_SerialInterfaceType',('RS_232','RS_422','RS_485','OTHER','NOTKNOWN','UNSET'),$); -#2464= IFCSIMPLEPROPERTYTEMPLATE('0IpZc0qWKHuO00025QrE$V',$,'SetPointContact','The contact value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcInteger',$,$,$,$,$,$); +#2464= IFCSIMPLEPROPERTYTEMPLATE('18jl80qVGHuO00025QrE$V',$,'SerialNumber','The manufacturer''s serial number for the precast concrete element.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2465= IFCSIMPLEPROPERTYTEMPLATE('0w9GQ0qWKHuO00025QrE$V',$,'SetPointFlow','The volumetric flow value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#2465= IFCSIMPLEPROPERTYTEMPLATE('1MQ7c0qUmHuO00025QrE$V',$,'SerialNumber','The serial number assigned to an occurrence of a product.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2466= IFCSIMPLEPROPERTYTEMPLATE('0iQ5Kw98r0C9GuEQY0RhrH',$,'SetPointFrost','The detection of frost.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2466= IFCSIMPLEPROPERTYTEMPLATE('3gtzM0qWOHuO00025QrE$V',$,'ServiceLifeDuration','The length or duration of a service life. \X\0D\X\0A\X\0D\X\0AThe lower bound indicates pessimistic service life, the upper bound indicates optimistic service life, and the setpoint indicates the typical service life.',.P_BOUNDEDVALUE.,'IfcDuration',$,$,$,$,$,$); -#2467= IFCSIMPLEPROPERTYTEMPLATE('2ce0M0qWKHuO00025QrE$V',$,'SetPointHumidity','The humidity value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2467= IFCSIMPLEPROPERTYTEMPLATE('11mhm0qS4HuO00025QrE$V',$,'SetbackDistance','Setback distance from the point of connection on the major element along the axis of the minor element (e.g. distance from a public road at which the line of sigfht is measured.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2468= IFCSIMPLEPROPERTYTEMPLATE('1Hi710k957tQNt0RZYHhzY',$,'SetPointIdentifier','The detected tag value.',.P_BOUNDEDVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2468= IFCSIMPLEPROPERTYTEMPLATE('0QbDg0qXCHuO00025QrE$V',$,'SetPoint','Indicates the temperature setpoint. For thermostats with setbacks or separate high and low setpoints, then the time series may contain a pair of values at each entry where the first value is the heating setpoint (low) and the second value is the cooling setpoint (high).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcIdentifier',$,$,$,$,$); -#2469= IFCSIMPLEPROPERTYTEMPLATE('3XeZa0qWKHuO00025QrE$V',$,'SetPointIlluminance','The illuminance value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcIlluminanceMeasure',$,$,$,$,$,$); +#2469= IFCSIMPLEPROPERTYTEMPLATE('1RFYK0qWuHuO00025QrE$V',$,'SetPoint','Indicates the switch position over time according to Pset_SwitchingDeviceTypeCommon.SetPoint.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcInteger',$,$,$,$,$); -#2470= IFCSIMPLEPROPERTYTEMPLATE('39ohK0qWKHuO00025QrE$V',$,'SetPointLevel','The fill level value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2470= IFCSIMPLEPROPERTYTEMPLATE('3YrsG0qWqHuO00025QrE$V',$,'SetPoint','Indicates the setpoint and label. For toggle switches, there are two positions, 0 for off and 1 for on. For dimmer switches, the values may indicate the fully-off and full-on positions, where missing integer values in between are interpolated. For selector switches, the range indicates the available positions. \X\0D\X\0AAn IfcTable may be attached (using IfcMetric and IfcPropertyConstraintRelationship) containing columns of the specified header names and types:\X\0D\X\0A''Position'' (IfcInteger): The discrete setpoint level.\X\0D\X\0A''Sink'' (IfcLabel): The Name of the switched input port (IfcDistributionPort with FlowDirection=SINK).\X\0D\X\0A''Source'' (IfcLabel): The Name of the switched output port (IfcDistributionPort with FlowDirection=SOURCE).\X\0D\X\0A''Ratio'' (IfcNormalizedRatioMeasure): The ratio of power at the setpoint where 0.0 is off and 1.0 is fully on.',.P_TABLEVALUE.,'IfcInteger','IfcLabel',$,$,$,$,$); -#2471= IFCSIMPLEPROPERTYTEMPLATE('3k9f60qWKHuO00025QrE$V',$,'SetPointMoisture','The moisture value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2471= IFCSIMPLEPROPERTYTEMPLATE('1HO$G0qWKHuO00025QrE$V',$,'SetPointConcentration','The gas concentration value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2472= IFCSIMPLEPROPERTYTEMPLATE('09aPo0qWOHuO00025QrE$V',$,'SetPointMovement','The movement to be sensed.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2472= IFCSIMPLEPROPERTYTEMPLATE('1VPaI0qWOHuO00025QrE$V',$,'SetPointConcentration','The smoke concentration value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2473= IFCSIMPLEPROPERTYTEMPLATE('0P4EM0qWOHuO00025QrE$V',$,'SetPointPH','The fill level value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPHMeasure',$,$,$,$,$,$); +#2473= IFCSIMPLEPROPERTYTEMPLATE('2yhSO0qWKHuO00025QrE$V',$,'SetPointConcentration','The ion concentration value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcIonConcentrationMeasure',$,$,$,$,$,$); -#2474= IFCSIMPLEPROPERTYTEMPLATE('0cBTI0qWOHuO00025QrE$V',$,'SetPointPressure','The pressure value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2474= IFCSIMPLEPROPERTYTEMPLATE('3agmoOX1T89fmGtUyWkrgf',$,'SetPointConcentration','The carbon dioxide concentration to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2475= IFCSIMPLEPROPERTYTEMPLATE('0yr2k0qWOHuO00025QrE$V',$,'SetPointRadiation','The radiation power value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2475= IFCSIMPLEPROPERTYTEMPLATE('06IU40qWKHuO00025QrE$V',$,'SetPointConductance','The fill level value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcElectricConductanceMeasure',$,$,$,$,$,$); -#2476= IFCSIMPLEPROPERTYTEMPLATE('1Bkju0qWOHuO00025QrE$V',$,'SetPointRadioactivity','The radioactivity value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcRadioActivityMeasure',$,$,$,$,$,$); +#2476= IFCSIMPLEPROPERTYTEMPLATE('0IpZc0qWKHuO00025QrE$V',$,'SetPointContact','The contact value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcInteger',$,$,$,$,$,$); -#2477= IFCSIMPLEPROPERTYTEMPLATE('1qGjW0qWOHuO00025QrE$V',$,'SetPointSound','The sound pressure value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcSoundPressureMeasure',$,$,$,$,$,$); +#2477= IFCSIMPLEPROPERTYTEMPLATE('0w9GQ0qWKHuO00025QrE$V',$,'SetPointFlow','The volumetric flow value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#2478= IFCSIMPLEPROPERTYTEMPLATE('2sR1c0qWOHuO00025QrE$V',$,'SetPointSpeed','The wind speed value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#2478= IFCSIMPLEPROPERTYTEMPLATE('0iQ5Kw98r0C9GuEQY0RhrH',$,'SetPointFrost','The detection of frost.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2479= IFCSIMPLEPROPERTYTEMPLATE('24feC0qWKHuO00025QrE$V',$,'SetPointTemperature','The temperature value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2479= IFCSIMPLEPROPERTYTEMPLATE('2ce0M0qWKHuO00025QrE$V',$,'SetPointHumidity','The humidity value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2480= IFCSIMPLEPROPERTYTEMPLATE('2JGMe0qWOHuO00025QrE$V',$,'SetPointTemperature','The temperature value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2480= IFCSIMPLEPROPERTYTEMPLATE('1Hi710k957tQNt0RZYHhzY',$,'SetPointIdentifier','The detected tag value.',.P_BOUNDEDVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2481= IFCSIMPLEPROPERTYTEMPLATE('0aIsBh0U1FvRDCb7jNj9zg',$,'SettlementBehaviour','Estimate of the settlement/compaction behaviour of the stratum.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2481= IFCSIMPLEPROPERTYTEMPLATE('3XeZa0qWKHuO00025QrE$V',$,'SetPointIlluminance','The illuminance value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcIlluminanceMeasure',$,$,$,$,$,$); -#2482= IFCSIMPLEPROPERTYTEMPLATE('3phRY0qS0HuO00025QrE$V',$,'Severity','Indicates alarm severity over time, where the scale of values is determined by the control system configuration. A zero value indicates no present alarm.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcInteger',$,$,$,$,$); +#2482= IFCSIMPLEPROPERTYTEMPLATE('39ohK0qWKHuO00025QrE$V',$,'SetPointLevel','The fill level value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2483= IFCSIMPLEPROPERTYTEMPLATE('2Lsvc0qTqHuO00025QrE$V',$,'ShadingCoefficient','(SC): The measure of the ability of a glazing to transmit solar heat, relative to that ability for 3 mm (1/8-inch) clear, double-strength, single glass. Shading coefficient is being phased out in favor of the solar heat gain coefficient (SHGC), and is approximately equal to the SHGC multiplied by 1.15. The shading coefficient is expressed as a number without units between 0 and 1.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2483= IFCSIMPLEPROPERTYTEMPLATE('3k9f60qWKHuO00025QrE$V',$,'SetPointMoisture','The moisture value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2484= IFCSIMPLEPROPERTYTEMPLATE('1TwKm0qWSHuO00025QrE$V',$,'ShadingDeviceType','Specifies the type of shading device.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8973,$,$,$,$); -#8973= IFCPROPERTYENUMERATION('PEnum_ElementShading',('FIXED','MOVABLE','OVERHANG','SIDEFIN','OTHER','NOTKNOWN','UNSET'),$); +#2484= IFCSIMPLEPROPERTYTEMPLATE('09aPo0qWOHuO00025QrE$V',$,'SetPointMovement','The movement to be sensed.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2485= IFCSIMPLEPROPERTYTEMPLATE('3qu_C0qSeHuO00025QrE$V',$,'ShaftPower','The actual shaft power input to the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2485= IFCSIMPLEPROPERTYTEMPLATE('0P4EM0qWOHuO00025QrE$V',$,'SetPointPH','The fill level value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPHMeasure',$,$,$,$,$,$); -#2486= IFCSIMPLEPROPERTYTEMPLATE('0mFjk0qUGHuO00025QrE$V',$,'ShaftPowerRate','Fan shaft power.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2486= IFCSIMPLEPROPERTYTEMPLATE('0cBTI0qWOHuO00025QrE$V',$,'SetPointPressure','The pressure value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2487= IFCSIMPLEPROPERTYTEMPLATE('1hUkE0qRyHuO00025QrE$V',$,'Shape','Shape of the air terminal. Slot is typically a long narrow supply device with an aspect ratio generally greater than 10 to 1.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8982,$,$,$,$); -#8982= IFCPROPERTYENUMERATION('PEnum_AirTerminalShape',('ROUND','RECTANGULAR','SQUARE','SLOT','OTHER','NOTKNOWN','UNSET'),$); +#2487= IFCSIMPLEPROPERTYTEMPLATE('0yr2k0qWOHuO00025QrE$V',$,'SetPointRadiation','The radiation power value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2488= IFCSIMPLEPROPERTYTEMPLATE('1PwWc0qSWHuO00025QrE$V',$,'Shape','Indication of the shape of the conductor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8986,$,$,$,$); -#8986= IFCPROPERTYENUMERATION('PEnum_ShapeEnum',('HELICALCONDUCTOR','CIRCULARCONDUCTOR','SECTORCONDUCTOR','RECTANGULARCONDUCTOR','OTHER','NOTKNOWN','UNSET'),$); +#2488= IFCSIMPLEPROPERTYTEMPLATE('1Bkju0qWOHuO00025QrE$V',$,'SetPointRadioactivity','The radioactivity value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcRadioActivityMeasure',$,$,$,$,$,$); -#2489= IFCSIMPLEPROPERTYTEMPLATE('1Sbo_0qSKHuO00025QrE$V',$,'Shape','The shape form of the provision for void, the minimum set of agreed values includes ''Rectangle'', ''Round'', and ''Undefined''.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2489= IFCSIMPLEPROPERTYTEMPLATE('1qGjW0qWOHuO00025QrE$V',$,'SetPointSound','The sound pressure value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcSoundPressureMeasure',$,$,$,$,$,$); -#2490= IFCSIMPLEPROPERTYTEMPLATE('1z7xE0qTuHuO00025QrE$V',$,'Shape','Cross sectional shape. Note that this shape is uniform throughout the length of the segment. For nonuniform shapes, a transition fitting should be used instead.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8995,$,$,$,$); -#8995= IFCPROPERTYENUMERATION('PEnum_DuctSegmentShape',('FLATOVAL','RECTANGULAR','ROUND','OTHER','NOTKNOWN','UNSET'),$); +#2490= IFCSIMPLEPROPERTYTEMPLATE('2sR1c0qWOHuO00025QrE$V',$,'SetPointSpeed','The wind speed value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#2491= IFCSIMPLEPROPERTYTEMPLATE('2IOGO0qWyHuO00025QrE$V',$,'ShapeDescription','A description of the shape of the work surface e.g. corner square, rectangle, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2491= IFCSIMPLEPROPERTYTEMPLATE('24feC0qWKHuO00025QrE$V',$,'SetPointTemperature','The temperature value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2492= IFCSIMPLEPROPERTYTEMPLATE('2kddm0qUeHuO00025QrE$V',$,'ShapeType','Shape of the junction box.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#8999,$,$,$,$); -#8999= IFCPROPERTYENUMERATION('PEnum_JunctionBoxShapeType',('RECTANGULAR','ROUND','SLOT','OTHER','NOTKNOWN','UNSET'),$); +#2492= IFCSIMPLEPROPERTYTEMPLATE('2JGMe0qWOHuO00025QrE$V',$,'SetPointTemperature','The temperature value to be sensed. Use IfcPropertyBoundedValue.SetPointValue to set the set point value.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2493= IFCSIMPLEPROPERTYTEMPLATE('0KaG20qVSHuO00025QrE$V',$,'ShearAreaY','Area of the profile for calculating the shear stress due to shear force parallel to the section analysis axis ys. For example measured in mm\S\2. If given, the shear area ys shall be non-negative.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#2493= IFCSIMPLEPROPERTYTEMPLATE('0aIsBh0U1FvRDCb7jNj9zg',$,'SettlementBehaviour','Estimate of the settlement/compaction behaviour of the stratum.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2494= IFCSIMPLEPROPERTYTEMPLATE('0Be2y0qVSHuO00025QrE$V',$,'ShearAreaZ','Area of the profile for calculating the shear stress due to shear force parallel to the section analysis axis zs. For example measured in mm\S\2. If given, the shear area zs shall be non-negative.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#2494= IFCSIMPLEPROPERTYTEMPLATE('3phRY0qS0HuO00025QrE$V',$,'Severity','Indicates alarm severity over time, where the scale of values is determined by the control system configuration. A zero value indicates no present alarm.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcInteger',$,$,$,$,$); -#2495= IFCSIMPLEPROPERTYTEMPLATE('2VlSQ0qVOHuO00025QrE$V',$,'ShearCentreY','Location of the profile''s shear centre, measured along ys.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#2495= IFCSIMPLEPROPERTYTEMPLATE('2Lsvc0qTqHuO00025QrE$V',$,'ShadingCoefficient','(SC): The measure of the ability of a glazing to transmit solar heat, relative to that ability for 3 mm (1/8-inch) clear, double-strength, single glass. Shading coefficient is being phased out in favor of the solar heat gain coefficient (SHGC), and is approximately equal to the SHGC multiplied by 1.15. The shading coefficient is expressed as a number without units between 0 and 1.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2496= IFCSIMPLEPROPERTYTEMPLATE('2PBqy0qVOHuO00025QrE$V',$,'ShearCentreZ','Location of the profile''s shear centre, measured along zs.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#2496= IFCSIMPLEPROPERTYTEMPLATE('1TwKm0qWSHuO00025QrE$V',$,'ShadingDeviceType','Specifies the type of shading device.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9010,$,$,$,$); +#9010= IFCPROPERTYENUMERATION('PEnum_ElementShading',('FIXED','MOVABLE','OVERHANG','SIDEFIN','OTHER','NOTKNOWN','UNSET'),$); -#2497= IFCSIMPLEPROPERTYTEMPLATE('3NnGc0qVOHuO00025QrE$V',$,'ShearDeformationAreaY','Area of the profile for calculating the shear deformation due to a shear force parallel to ys. For example measured in mm\S\2. If given, the shear deformation area ys shall be non-negative.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#2497= IFCSIMPLEPROPERTYTEMPLATE('3qu_C0qSeHuO00025QrE$V',$,'ShaftPower','The actual shaft power input to the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2498= IFCSIMPLEPROPERTYTEMPLATE('3G1MK0qVOHuO00025QrE$V',$,'ShearDeformationAreaZ','Area of the profile for calculating the shear deformation due to a shear force parallel to zs. For example measured in mm\S\2. If given, the shear deformation area zs shall be non-negative.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#2498= IFCSIMPLEPROPERTYTEMPLATE('0mFjk0qUGHuO00025QrE$V',$,'ShaftPowerRate','Fan shaft power.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2499= IFCSIMPLEPROPERTYTEMPLATE('0FEmIVJej8$PCIj$EUMR5y',$,'ShearModulus','Shear modulus, mean value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#2499= IFCSIMPLEPROPERTYTEMPLATE('1hUkE0qRyHuO00025QrE$V',$,'Shape','Shape of the air terminal. Slot is typically a long narrow supply device with an aspect ratio generally greater than 10 to 1.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9019,$,$,$,$); +#9019= IFCPROPERTYENUMERATION('PEnum_AirTerminalShape',('ROUND','RECTANGULAR','SQUARE','SLOT','OTHER','NOTKNOWN','UNSET'),$); -#2500= IFCSIMPLEPROPERTYTEMPLATE('0G5QhnJy98DR0OMDpbIwLY',$,'ShearModulus','Shear modulus, mean value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#2500= IFCSIMPLEPROPERTYTEMPLATE('1PwWc0qSWHuO00025QrE$V',$,'Shape','Indication of the shape of the conductor.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9023,$,$,$,$); +#9023= IFCPROPERTYENUMERATION('PEnum_ShapeEnum',('HELICALCONDUCTOR','CIRCULARCONDUCTOR','SECTORCONDUCTOR','RECTANGULARCONDUCTOR','OTHER','NOTKNOWN','UNSET'),$); -#2501= IFCSIMPLEPROPERTYTEMPLATE('0LyBqEuor3xhVDmdpBBrhS',$,'ShearModulus','Shear modulus, mean value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#2501= IFCSIMPLEPROPERTYTEMPLATE('1Sbo_0qSKHuO00025QrE$V',$,'Shape','The shape form of the provision for void, the minimum set of agreed values includes ''Rectangle'', ''Round'', and ''Undefined''.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2502= IFCSIMPLEPROPERTYTEMPLATE('1BsSTJE8H2BfNbyA5ERUcQ',$,'ShearModulus','Shear modulus.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#2502= IFCSIMPLEPROPERTYTEMPLATE('1z7xE0qTuHuO00025QrE$V',$,'Shape','Cross sectional shape. Note that this shape is uniform throughout the length of the segment. For nonuniform shapes, a transition fitting should be used instead.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9032,$,$,$,$); +#9032= IFCPROPERTYENUMERATION('PEnum_DuctSegmentShape',('FLATOVAL','RECTANGULAR','ROUND','OTHER','NOTKNOWN','UNSET'),$); -#2503= IFCSIMPLEPROPERTYTEMPLATE('20Rck0qUqHuO00025QrE$V',$,'ShearModulus','A measure of the shear modulus of elasticity of the material.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#2503= IFCSIMPLEPROPERTYTEMPLATE('2IOGO0qWyHuO00025QrE$V',$,'ShapeDescription','A description of the shape of the work surface e.g. corner square, rectangle, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2504= IFCSIMPLEPROPERTYTEMPLATE('2L1buM9pLFHP0$3z2RXBXH',$,'ShearModulus','Shear modulus.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#2504= IFCSIMPLEPROPERTYTEMPLATE('2kddm0qUeHuO00025QrE$V',$,'ShapeType','Shape of the junction box.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9036,$,$,$,$); +#9036= IFCPROPERTYENUMERATION('PEnum_JunctionBoxShapeType',('RECTANGULAR','ROUND','SLOT','OTHER','NOTKNOWN','UNSET'),$); -#2505= IFCSIMPLEPROPERTYTEMPLATE('3mRDnvHKH5pfCYGaCWPwEu',$,'ShearModulus','Shear modulus.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#2505= IFCSIMPLEPROPERTYTEMPLATE('0KaG20qVSHuO00025QrE$V',$,'ShearAreaY','Area of the profile for calculating the shear stress due to shear force parallel to the section analysis axis ys. For example measured in mm\S\2. If given, the shear area ys shall be non-negative.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#2506= IFCSIMPLEPROPERTYTEMPLATE('0BABvT9ifCweKQpbVbmW1v',$,'ShearModulusMin','Shear modulus, minimal value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#2506= IFCSIMPLEPROPERTYTEMPLATE('0Be2y0qVSHuO00025QrE$V',$,'ShearAreaZ','Area of the profile for calculating the shear stress due to shear force parallel to the section analysis axis zs. For example measured in mm\S\2. If given, the shear area zs shall be non-negative.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#2507= IFCSIMPLEPROPERTYTEMPLATE('2cuG8RJdnEhhN8yxbhfbVX',$,'ShearModulusMin','Shear modulus, minimal value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#2507= IFCSIMPLEPROPERTYTEMPLATE('2VlSQ0qVOHuO00025QrE$V',$,'ShearCentreY','Location of the profile''s shear centre, measured along ys.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2508= IFCSIMPLEPROPERTYTEMPLATE('3eMkkJs1v8TQccVqGUM$iA',$,'ShearModulusMin','Shear modulus, minimal value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#2508= IFCSIMPLEPROPERTYTEMPLATE('2PBqy0qVOHuO00025QrE$V',$,'ShearCentreZ','Location of the profile''s shear centre, measured along zs.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2509= IFCSIMPLEPROPERTYTEMPLATE('0kjgupy_97avIlMZH_iBD4',$,'ShearStrength','Shear strength.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2509= IFCSIMPLEPROPERTYTEMPLATE('3NnGc0qVOHuO00025QrE$V',$,'ShearDeformationAreaY','Area of the profile for calculating the shear deformation due to a shear force parallel to ys. For example measured in mm\S\2. If given, the shear deformation area ys shall be non-negative.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#2510= IFCSIMPLEPROPERTYTEMPLATE('0t2jQXJuD8tQVtmTYGBx9q',$,'ShearStrength','Defining values: \X2\03B1\X0\; defined values: shear strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); +#2510= IFCSIMPLEPROPERTYTEMPLATE('3G1MK0qVOHuO00025QrE$V',$,'ShearDeformationAreaZ','Area of the profile for calculating the shear deformation due to a shear force parallel to zs. For example measured in mm\S\2. If given, the shear deformation area zs shall be non-negative.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#2511= IFCSIMPLEPROPERTYTEMPLATE('1AG3tFK1rEUBNEvoZ2jg2s',$,'ShearStrength','Defining values: \X2\03B1\X0\; defined values: shear strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); +#2511= IFCSIMPLEPROPERTYTEMPLATE('0FEmIVJej8$PCIj$EUMR5y',$,'ShearModulus','Shear modulus, mean value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#2512= IFCSIMPLEPROPERTYTEMPLATE('2hFML4Q9j91f5aJi28rNwe',$,'ShearStrength','Shear strength.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2512= IFCSIMPLEPROPERTYTEMPLATE('0G5QhnJy98DR0OMDpbIwLY',$,'ShearModulus','Shear modulus, mean value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#2513= IFCSIMPLEPROPERTYTEMPLATE('2NP$qunRvDaBTXazkik1TE',$,'ShearStrength','Shear strength.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2513= IFCSIMPLEPROPERTYTEMPLATE('0LyBqEuor3xhVDmdpBBrhS',$,'ShearModulus','Shear modulus, mean value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#2514= IFCSIMPLEPROPERTYTEMPLATE('3TzBr2hBjEE9H1QHei6UZg',$,'ShearStrength','Defining values: \X2\03B1\X0\; defined values: shear strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); +#2514= IFCSIMPLEPROPERTYTEMPLATE('1BsSTJE8H2BfNbyA5ERUcQ',$,'ShearModulus','Shear modulus.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#2515= IFCSIMPLEPROPERTYTEMPLATE('2IYUC0qSWHuO00025QrE$V',$,'SheathColors','Colour of the core (derived from IEC 60757). Note that the combined color ''GreenAndYellow'' shall be used only as Protective Earth (PE) conductors according to the requirements of IEC 60446.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9010,$,$,$,$); -#9010= IFCPROPERTYENUMERATION('PEnum_CoreColorsEnum',('BLACK','BLUE','BROWN','GOLD','GREEN','GREY','ORANGE','PINK','RED','SILVER','TURQUOISE','VIOLET','WHITE','YELLOW','GREENANDYELLOW','OTHER','NOTKNOWN','UNSET'),$); +#2515= IFCSIMPLEPROPERTYTEMPLATE('20Rck0qUqHuO00025QrE$V',$,'ShearModulus','A measure of the shear modulus of elasticity of the material.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#2516= IFCSIMPLEPROPERTYTEMPLATE('1as$loCX107Pk6vf9GXkJu',$,'ShieldConductorDiameter','Indicates the shielded conductor diameter. It is only used for coaxial wire pair.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2516= IFCSIMPLEPROPERTYTEMPLATE('2L1buM9pLFHP0$3z2RXBXH',$,'ShearModulus','Shear modulus.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#2517= IFCSIMPLEPROPERTYTEMPLATE('1QIfuyRDnEaQu6kbYym8p3',$,'ShipLoading','Ship loading force',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#2517= IFCSIMPLEPROPERTYTEMPLATE('3mRDnvHKH5pfCYGaCWPwEu',$,'ShearModulus','Shear modulus.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#2518= IFCSIMPLEPROPERTYTEMPLATE('3hlJi0qVSHuO00025QrE$V',$,'ShipMethod','Method of shipping that will be used for goods or services.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2518= IFCSIMPLEPROPERTYTEMPLATE('0BABvT9ifCweKQpbVbmW1v',$,'ShearModulusMin','Shear modulus, minimal value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#2519= IFCSIMPLEPROPERTYTEMPLATE('1saZk0qU0HuO00025QrE$V',$,'ShortCircuit1PoleMaximumState','Maximum 1 pole short circuit current provided at the point of supply i.e. the fault between 1 phase and N.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2519= IFCSIMPLEPROPERTYTEMPLATE('2cuG8RJdnEhhN8yxbhfbVX',$,'ShearModulusMin','Shear modulus, minimal value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#2520= IFCSIMPLEPROPERTYTEMPLATE('23hog0qU0HuO00025QrE$V',$,'ShortCircuit1PoleMinimumState','Minimum 1 pole short circuit current provided at the point of supply i.e. the fault between 1 phase and N.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2520= IFCSIMPLEPROPERTYTEMPLATE('3eMkkJs1v8TQccVqGUM$iA',$,'ShearModulusMin','Shear modulus, minimal value.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#2521= IFCSIMPLEPROPERTYTEMPLATE('1zkKc0qU0HuO00025QrE$V',$,'ShortCircuit1PolePowerFactorMaximumState','Power factor of the maximum 1 pole short circuit current provided at the point of supply i.e. the fault between 1 phase and N.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2521= IFCSIMPLEPROPERTYTEMPLATE('0kjgupy_97avIlMZH_iBD4',$,'ShearStrength','Shear strength.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2522= IFCSIMPLEPROPERTYTEMPLATE('2937K0qU0HuO00025QrE$V',$,'ShortCircuit1PolePowerFactorMinimumState','Power factor of the minimum 1 pole short circuit current provided at the point of supply i.e. the fault between 1 phase and N.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2522= IFCSIMPLEPROPERTYTEMPLATE('0t2jQXJuD8tQVtmTYGBx9q',$,'ShearStrength','Defining values: \X2\03B1\X0\; defined values: shear strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); -#2523= IFCSIMPLEPROPERTYTEMPLATE('1SM5s0qU0HuO00025QrE$V',$,'ShortCircuit2PoleMinimumState','Minimum 2 pole short circuit current provided at the point of supply.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2523= IFCSIMPLEPROPERTYTEMPLATE('1AG3tFK1rEUBNEvoZ2jg2s',$,'ShearStrength','Defining values: \X2\03B1\X0\; defined values: shear strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); -#2524= IFCSIMPLEPROPERTYTEMPLATE('1ai9Y0qU0HuO00025QrE$V',$,'ShortCircuit2PolePowerFactorMinimumState','Power factor of the minimum 2 pole short circuit current provided at the point of supply.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2524= IFCSIMPLEPROPERTYTEMPLATE('2hFML4Q9j91f5aJi28rNwe',$,'ShearStrength','Shear strength.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2525= IFCSIMPLEPROPERTYTEMPLATE('1H1J80qU0HuO00025QrE$V',$,'ShortCircuit3PoleMaximumState','Maximum 3 pole short circuit current provided at the point of supply.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2525= IFCSIMPLEPROPERTYTEMPLATE('2NP$qunRvDaBTXazkik1TE',$,'ShearStrength','Shear strength.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2526= IFCSIMPLEPROPERTYTEMPLATE('1M_nC0qU0HuO00025QrE$V',$,'ShortCircuit3PolePowerFactorMaximumState','Power factor of the maximum 3 pole short circuit current provided at the point of supply.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2526= IFCSIMPLEPROPERTYTEMPLATE('3TzBr2hBjEE9H1QHei6UZg',$,'ShearStrength','Defining values: \X2\03B1\X0\; defined values: shear strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); -#2527= IFCSIMPLEPROPERTYTEMPLATE('2Wi260qX4HuO00025QrE$V',$,'ShortCircuitVoltage','A complex number that specifies the real and imaginary parts of the short-circuit voltage at rated current of a transformer given in %.',.P_SINGLEVALUE.,'IfcComplexNumber',$,$,$,$,$,$); +#2527= IFCSIMPLEPROPERTYTEMPLATE('2IYUC0qSWHuO00025QrE$V',$,'SheathColors','Colour of the core (derived from IEC 60757). Note that the combined color ''GreenAndYellow'' shall be used only as Protective Earth (PE) conductors according to the requirements of IEC 60446.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9047,$,$,$,$); +#9047= IFCPROPERTYENUMERATION('PEnum_CoreColorsEnum',('BLACK','BLUE','BROWN','GOLD','GREEN','GREY','ORANGE','PINK','RED','SILVER','TURQUOISE','VIOLET','WHITE','YELLOW','GREENANDYELLOW','OTHER','NOTKNOWN','UNSET'),$); -#2528= IFCSIMPLEPROPERTYTEMPLATE('0CDyO0qVKHuO00025QrE$V',$,'Shortening','The ratio of the distance by which a precast piece is shortened after release from its form (due to compression induced by prestressing) to its original (nominal) length.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2528= IFCSIMPLEPROPERTYTEMPLATE('1as$loCX107Pk6vf9GXkJu',$,'ShieldConductorDiameter','Indicates the shielded conductor diameter. It is only used for coaxial wire pair.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2529= IFCSIMPLEPROPERTYTEMPLATE('2b80w0qW0HuO00025QrE$V',$,'ShortInsideCenterLowerBarPitch','The pitch length of the short inside center lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2529= IFCSIMPLEPROPERTYTEMPLATE('1QIfuyRDnEaQu6kbYym8p3',$,'ShipLoading','Ship loading force',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#2530= IFCSIMPLEPROPERTYTEMPLATE('1rSGQ0qW0HuO00025QrE$V',$,'ShortInsideCenterTopBarPitch','The pitch length of the short inside center top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2530= IFCSIMPLEPROPERTYTEMPLATE('3hlJi0qVSHuO00025QrE$V',$,'ShipMethod','Method of shipping that will be used for goods or services.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2531= IFCSIMPLEPROPERTYTEMPLATE('2itxC0qW0HuO00025QrE$V',$,'ShortInsideEndLowerBarPitch','The pitch length of the short inside end lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2531= IFCSIMPLEPROPERTYTEMPLATE('1saZk0qU0HuO00025QrE$V',$,'ShortCircuit1PoleMaximumState','Maximum 1 pole short circuit current provided at the point of supply i.e. the fault between 1 phase and N.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2532= IFCSIMPLEPROPERTYTEMPLATE('1zoK60qW0HuO00025QrE$V',$,'ShortInsideEndTopBarPitch','The pitch length of the short inside end top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2532= IFCSIMPLEPROPERTYTEMPLATE('23hog0qU0HuO00025QrE$V',$,'ShortCircuit1PoleMinimumState','Minimum 1 pole short circuit current provided at the point of supply i.e. the fault between 1 phase and N.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2533= IFCSIMPLEPROPERTYTEMPLATE('2SnzE0qW0HuO00025QrE$V',$,'ShortOutsideLowerBarPitch','The pitch length of the short outside lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2533= IFCSIMPLEPROPERTYTEMPLATE('1zkKc0qU0HuO00025QrE$V',$,'ShortCircuit1PolePowerFactorMaximumState','Power factor of the maximum 1 pole short circuit current provided at the point of supply i.e. the fault between 1 phase and N.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2534= IFCSIMPLEPROPERTYTEMPLATE('1kIVY0qW0HuO00025QrE$V',$,'ShortOutsideTopBarPitch','The pitch length of the short outside top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2534= IFCSIMPLEPROPERTYTEMPLATE('2937K0qU0HuO00025QrE$V',$,'ShortCircuit1PolePowerFactorMinimumState','Power factor of the minimum 1 pole short circuit current provided at the point of supply i.e. the fault between 1 phase and N.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2535= IFCSIMPLEPROPERTYTEMPLATE('1mgl_HOVb9xhMyLHVK14q_',$,'ShortTimeCurrentSetValue','Short time current set value. The set value of the long time tripping current if adjustable.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2535= IFCSIMPLEPROPERTYTEMPLATE('1SM5s0qU0HuO00025QrE$V',$,'ShortCircuit2PoleMinimumState','Minimum 2 pole short circuit current provided at the point of supply.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2536= IFCSIMPLEPROPERTYTEMPLATE('0pV42acCLEIwfKf4JFHv3g',$,'ShortTimeFunction','Applying short time function A flag indicating that the short time function of the device is used. The value should be set to FALSE for devices not having a short time function, or if the short time function is not selected to be used.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2536= IFCSIMPLEPROPERTYTEMPLATE('1ai9Y0qU0HuO00025QrE$V',$,'ShortCircuit2PolePowerFactorMinimumState','Power factor of the minimum 2 pole short circuit current provided at the point of supply.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2537= IFCSIMPLEPROPERTYTEMPLATE('2h6cR0csPBmv_hfMRK3yFs',$,'ShortTimei2tFunction','Applying short time i2t function. A flag indicating that the I2t short time function of the device is used. The value should be set to TRUE only if the I2t function \S\ is explicitly selected for the device.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2537= IFCSIMPLEPROPERTYTEMPLATE('1H1J80qU0HuO00025QrE$V',$,'ShortCircuit3PoleMaximumState','Maximum 3 pole short circuit current provided at the point of supply.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2538= IFCSIMPLEPROPERTYTEMPLATE('1qouBkrlzAhf_8$b8Y1P5d',$,'ShortTimeTrippingTime','Short time tripping time. The set value of the short time tripping time if adjustable.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2538= IFCSIMPLEPROPERTYTEMPLATE('1M_nC0qU0HuO00025QrE$V',$,'ShortCircuit3PolePowerFactorMaximumState','Power factor of the maximum 3 pole short circuit current provided at the point of supply.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2539= IFCSIMPLEPROPERTYTEMPLATE('0xxSg0qWCHuO00025QrE$V',$,'ShowerHeadDescription','A description of the shower head(s) that emit the spray of water.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2539= IFCSIMPLEPROPERTYTEMPLATE('2Wi260qX4HuO00025QrE$V',$,'ShortCircuitVoltage','A complex number that specifies the real and imaginary parts of the short-circuit voltage at rated current of a transformer given in %.',.P_SINGLEVALUE.,'IfcComplexNumber',$,$,$,$,$,$); -#2540= IFCSIMPLEPROPERTYTEMPLATE('06uNW0qWCHuO00025QrE$V',$,'ShowerType','Selection of the type of shower from the enumerated list of types where:-\X\0D\X\0A\X\0D\X\0ADrench: \X\09Shower that rapidly gives a thorough soaking in an emergency.\X\0D\X\0AIndividual: \X\09Shower unit that is typically enclosed and is for the use of one person at a time.\X\0D\X\0ATunnel: \X\09Shower that has a succession of shower heads or spreaders that operate simultaneously along its length.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9061,$,$,$,$); -#9061= IFCPROPERTYENUMERATION('PEnum_ShowerType',('DRENCH','INDIVIDUAL','TUNNEL','OTHER','NOTKNOWN','UNSET'),$); +#2540= IFCSIMPLEPROPERTYTEMPLATE('0CDyO0qVKHuO00025QrE$V',$,'Shortening','The ratio of the distance by which a precast piece is shortened after release from its form (due to compression induced by prestressing) to its original (nominal) length.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2541= IFCSIMPLEPROPERTYTEMPLATE('1IWqwe1DT37ObnUgQI07BF',$,'Side','Specifies if the width is measured to the RIGHT or to the LEFT of the curve referenced by the placement, or if the same value is applied to BOTH sides.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9064,$,$,$,$); -#9064= IFCPROPERTYENUMERATION('PEnum_SideType',('LEFT','RIGHT','BOTH'),$); +#2541= IFCSIMPLEPROPERTYTEMPLATE('2b80w0qW0HuO00025QrE$V',$,'ShortInsideCenterLowerBarPitch','The pitch length of the short inside center lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2542= IFCSIMPLEPROPERTYTEMPLATE('0IkMojxkv5NevG5Jf0VoEi',$,'SideFlatness','Indicative (95%-100%) range flatness associated to the side surface in YZ, if different to the overall flatness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2542= IFCSIMPLEPROPERTYTEMPLATE('1rSGQ0qW0HuO00025QrE$V',$,'ShortInsideCenterTopBarPitch','The pitch length of the short inside center top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2543= IFCSIMPLEPROPERTYTEMPLATE('0E2G9ROg95xwoP5_z_Eeii',$,'SignalAspectType','The type of aspect, e.g. 2-display aspect for distant signal, 3-display aspect for block signal.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2543= IFCSIMPLEPROPERTYTEMPLATE('2itxC0qW0HuO00025QrE$V',$,'ShortInsideEndLowerBarPitch','The pitch length of the short inside end lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2544= IFCSIMPLEPROPERTYTEMPLATE('1jv3e0qSqHuO00025QrE$V',$,'SignalFactor','Factor multiplied onto offset signal.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2544= IFCSIMPLEPROPERTYTEMPLATE('1zoK60qW0HuO00025QrE$V',$,'ShortInsideEndTopBarPitch','The pitch length of the short inside end top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2545= IFCSIMPLEPROPERTYTEMPLATE('19LadSgq58jetZa7IOZtqZ',$,'SignalFrameBackboardDiameter','The nominal diameter of the signal frame backboard.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2545= IFCSIMPLEPROPERTYTEMPLATE('2SnzE0qW0HuO00025QrE$V',$,'ShortOutsideLowerBarPitch','The pitch length of the short outside lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2546= IFCSIMPLEPROPERTYTEMPLATE('0v1lz2quLCXOlGd9GKfrFH',$,'SignalFrameBackboardHeight','The nominal height of the signal frame backboard.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2546= IFCSIMPLEPROPERTYTEMPLATE('1kIVY0qW0HuO00025QrE$V',$,'ShortOutsideTopBarPitch','The pitch length of the short outside top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2547= IFCSIMPLEPROPERTYTEMPLATE('0Q2X5ruSX1Nw3$GFV6xLWa',$,'SignalFrameType','Type of frame, e.g. main frame, route indicator, speed indicator, direction indicator, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2547= IFCSIMPLEPROPERTYTEMPLATE('1mgl_HOVb9xhMyLHVK14q_',$,'ShortTimeCurrentSetValue','Short time current set value. The set value of the long time tripping current if adjustable.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2548= IFCSIMPLEPROPERTYTEMPLATE('0V5henCzj7ouBew9_bcs0i',$,'SignalHoodLength','Nominal length of the signal hood, which is the signal lamp cover against glaring sun.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2548= IFCSIMPLEPROPERTYTEMPLATE('0pV42acCLEIwfKf4JFHv3g',$,'ShortTimeFunction','Applying short time function A flag indicating that the short time function of the device is used. The value should be set to FALSE for devices not having a short time function, or if the short time function is not selected to be used.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2549= IFCSIMPLEPROPERTYTEMPLATE('0Shkb4IIr0WOC35qEoq_UO',$,'SignalIndicatorType','Type of the indicators on a signal, e.g. route indicator, speed restriction indicator etc.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9067,$,$,$,$); -#9067= IFCPROPERTYENUMERATION('PEnum_SignalIndicatorType',('DEPARTUREINDICATOR','SHUNTINGINDICATOR','SWITCHINDICATOR','ROUTEINDICATOR','DEPARTUREROUTEINDICATOR','ROLLINGSTOCKSTOPINDICATOR','DERAILINDICATOR','OTHER','NOTKNOWN','UNSET'),$); +#2549= IFCSIMPLEPROPERTYTEMPLATE('2h6cR0csPBmv_hfMRK3yFs',$,'ShortTimei2tFunction','Applying short time i2t function. A flag indicating that the I2t short time function of the device is used. The value should be set to TRUE only if the I2t function \S\ is explicitly selected for the device.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2550= IFCSIMPLEPROPERTYTEMPLATE('0tVDoRl1v74RpBVl3MpeD6',$,'SignalMessage','All possible message available at this signal, e.g. "3/4- display automatic blocking".',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2550= IFCSIMPLEPROPERTYTEMPLATE('1qouBkrlzAhf_8$b8Y1P5d',$,'ShortTimeTrippingTime','Short time tripping time. The set value of the short time tripping time if adjustable.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2551= IFCSIMPLEPROPERTYTEMPLATE('1fk1o0qSqHuO00025QrE$V',$,'SignalOffset','Offset constant added to modfied signal.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2551= IFCSIMPLEPROPERTYTEMPLATE('0xxSg0qWCHuO00025QrE$V',$,'ShowerHeadDescription','A description of the shower head(s) that emit the spray of water.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2552= IFCSIMPLEPROPERTYTEMPLATE('0NCWcMrUb2H8fwqgBRgcB0',$,'SignalPostTelephoneID','The identifier of the signal post telephone attached to the signal.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#2552= IFCSIMPLEPROPERTYTEMPLATE('06uNW0qWCHuO00025QrE$V',$,'ShowerType','Selection of the type of shower from the enumerated list of types where:-\X\0D\X\0A\X\0D\X\0ADrench: \X\09Shower that rapidly gives a thorough soaking in an emergency.\X\0D\X\0AIndividual: \X\09Shower unit that is typically enclosed and is for the use of one person at a time.\X\0D\X\0ATunnel: \X\09Shower that has a succession of shower heads or spreaders that operate simultaneously along its length.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9098,$,$,$,$); +#9098= IFCPROPERTYENUMERATION('PEnum_ShowerType',('DRENCH','INDIVIDUAL','TUNNEL','OTHER','NOTKNOWN','UNSET'),$); -#2553= IFCSIMPLEPROPERTYTEMPLATE('0TSpUzg5H3AAZB2WOvWebT',$,'SignalPostTelephoneType','Indicates the type of the signal post telephone, e.g. locked, direct line, dial phone.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2553= IFCSIMPLEPROPERTYTEMPLATE('1IWqwe1DT37ObnUgQI07BF',$,'Side','Specifies if the width is measured to the RIGHT or to the LEFT of the curve referenced by the placement, or if the same value is applied to BOTH sides.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9101,$,$,$,$); +#9101= IFCPROPERTYENUMERATION('PEnum_SideType',('LEFT','RIGHT','BOTH'),$); -#2554= IFCSIMPLEPROPERTYTEMPLATE('1NvUvG1d5BFRrtpV4UnXSI',$,'SignalSightingAchievableDistance','Reading distance of the signal, which is achievable with the help of mitigation works.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2554= IFCSIMPLEPROPERTYTEMPLATE('0IkMojxkv5NevG5Jf0VoEi',$,'SideFlatness','Indicative (95%-100%) range flatness associated to the side surface in YZ, if different to the overall flatness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2555= IFCSIMPLEPROPERTYTEMPLATE('37LmZXPG56MQ4d$oQFgCw0',$,'SignalSightingAvailableDistance','Reading distance of the signal without having any mitigation works.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2555= IFCSIMPLEPROPERTYTEMPLATE('0E2G9ROg95xwoP5_z_Eeii',$,'SignalAspectType','The type of aspect, e.g. 2-display aspect for distant signal, 3-display aspect for block signal.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2556= IFCSIMPLEPROPERTYTEMPLATE('1xuTh0Z$T9uAGTWtHgVFHl',$,'SignalSightingCombinedWithRepeater','Combined reading distance for the signal and any associated repeaters.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2556= IFCSIMPLEPROPERTYTEMPLATE('1jv3e0qSqHuO00025QrE$V',$,'SignalFactor','Factor multiplied onto offset signal.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2557= IFCSIMPLEPROPERTYTEMPLATE('1oooHdNF9CLwBYFzw5Mlls',$,'SignalSightingMinimum','Minimal distance in which the signal has to be readable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2557= IFCSIMPLEPROPERTYTEMPLATE('19LadSgq58jetZa7IOZtqZ',$,'SignalFrameBackboardDiameter','The nominal diameter of the signal frame backboard.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2558= IFCSIMPLEPROPERTYTEMPLATE('3$$GnFzi98gvjNQK5FSUFz',$,'SignalSightingPreferred','Preferred distance in which the signal shall be readable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2558= IFCSIMPLEPROPERTYTEMPLATE('0v1lz2quLCXOlGd9GKfrFH',$,'SignalFrameBackboardHeight','The nominal height of the signal frame backboard.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2559= IFCSIMPLEPROPERTYTEMPLATE('1UzmZKZgT3_egnwLmHjJWR',$,'SignalSightingRouteIndicator','Required reading distance for the route indicator.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2559= IFCSIMPLEPROPERTYTEMPLATE('0Q2X5ruSX1Nw3$GFV6xLWa',$,'SignalFrameType','Type of frame, e.g. main frame, route indicator, speed indicator, direction indicator, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2560= IFCSIMPLEPROPERTYTEMPLATE('1ogEu0qSqHuO00025QrE$V',$,'SignalTime','Time factor used for integral and running average controllers.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2560= IFCSIMPLEPROPERTYTEMPLATE('0V5henCzj7ouBew9_bcs0i',$,'SignalHoodLength','Nominal length of the signal hood, which is the signal lamp cover against glaring sun.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2561= IFCSIMPLEPROPERTYTEMPLATE('3tb0U0qSqHuO00025QrE$V',$,'SignalTimeDecrease','Time factor used for exponential decrease.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2561= IFCSIMPLEPROPERTYTEMPLATE('0Shkb4IIr0WOC35qEoq_UO',$,'SignalIndicatorType','Type of the indicators on a signal, e.g. route indicator, speed restriction indicator etc.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9104,$,$,$,$); +#9104= IFCPROPERTYENUMERATION('PEnum_SignalIndicatorType',('DEPARTUREINDICATOR','SHUNTINGINDICATOR','SWITCHINDICATOR','ROUTEINDICATOR','DEPARTUREROUTEINDICATOR','ROLLINGSTOCKSTOPINDICATOR','DERAILINDICATOR','OTHER','NOTKNOWN','UNSET'),$); -#2562= IFCSIMPLEPROPERTYTEMPLATE('3oDhq0qSqHuO00025QrE$V',$,'SignalTimeIncrease','Time factor used for exponential increase.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2562= IFCSIMPLEPROPERTYTEMPLATE('0tVDoRl1v74RpBVl3MpeD6',$,'SignalMessage','All possible message available at this signal, e.g. "3/4- display automatic blocking".',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2563= IFCSIMPLEPROPERTYTEMPLATE('2bEP3oC5z3WBxX9H7BsKu5',$,'SignalViewingMinimumInFront','Smallest distance where the signal has to be readable (for train very close to the signal).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2563= IFCSIMPLEPROPERTYTEMPLATE('1fk1o0qSqHuO00025QrE$V',$,'SignalOffset','Offset constant added to modfied signal.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2564= IFCSIMPLEPROPERTYTEMPLATE('2hoc6PPhvELAtWTUyKoQU6',$,'SignalWalkwayLength','Indicates the length of the walkway from signal to signal post telephone.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2564= IFCSIMPLEPROPERTYTEMPLATE('0NCWcMrUb2H8fwqgBRgcB0',$,'SignalPostTelephoneID','The identifier of the signal post telephone attached to the signal.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#2565= IFCSIMPLEPROPERTYTEMPLATE('0eTw1IH6j7MugyK0Ib18nX',$,'SignLegend','Text information written on the signal or sign.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2565= IFCSIMPLEPROPERTYTEMPLATE('0TSpUzg5H3AAZB2WOvWebT',$,'SignalPostTelephoneType','Indicates the type of the signal post telephone, e.g. locked, direct line, dial phone.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2566= IFCSIMPLEPROPERTYTEMPLATE('0YWCMc_RzDo8BnE1x52QEb',$,'SiltVolume','Relative volume of silt (typically smaller than 0.063mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#2566= IFCSIMPLEPROPERTYTEMPLATE('1NvUvG1d5BFRrtpV4UnXSI',$,'SignalSightingAchievableDistance','Reading distance of the signal, which is achievable with the help of mitigation works.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2567= IFCSIMPLEPROPERTYTEMPLATE('3rB$_Tjhz6S8Z3ZXo0VSc6',$,'SingleChannelAveragePower','Indicates the average power of a single channel of the transport equipment.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2567= IFCSIMPLEPROPERTYTEMPLATE('37LmZXPG56MQ4d$oQFgCw0',$,'SignalSightingAvailableDistance','Reading distance of the signal without having any mitigation works.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2568= IFCSIMPLEPROPERTYTEMPLATE('25tcvQ$vv7RRphaUrbQGbb',$,'SingleChannelPower','Indicates the power range of a single channel of the transport equipment.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2568= IFCSIMPLEPROPERTYTEMPLATE('1xuTh0Z$T9uAGTWtHgVFHl',$,'SignalSightingCombinedWithRepeater','Combined reading distance for the signal and any associated repeaters.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2569= IFCSIMPLEPROPERTYTEMPLATE('1_gN4QLfz9chfxmU_gcIKe',$,'SingleWaveTransmissionRate','Indicates the single wave transmission rate of the transport equipment.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#2569= IFCSIMPLEPROPERTYTEMPLATE('1oooHdNF9CLwBYFzw5Mlls',$,'SignalSightingMinimum','Minimal distance in which the signal has to be readable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2570= IFCSIMPLEPROPERTYTEMPLATE('1JBBW0qWCHuO00025QrE$V',$,'SinkType','Selection of the type of sink from the enumerated list of types where:-\X\0D\X\0A\X\0D\X\0ABelfast: \X\09Deep sink that has a plain edge and a weir overflow\X\0D\X\0A.\X\0D\X\0ABucket: \X\09Sink at low level, with protected front edge, that facilitates filling and emptying buckets, usually with a hinged grid on which to stand them.\X\0D\X\0ACleaners:\X\09 Sink, usually fixed at normal height (900mm), with protected front edge.\X\0D\X\0ACombination_Left:\X\09 Sink with integral drainer on left hand side\X\0D\X\0A.\X\0D\X\0ACombination_Right: Sink with integral drainer on right hand side\X\0D\X\0A.\X\0D\X\0ACombination_Double: \X\09Sink with integral drainer on both sides\X\0D\X\0A.\X\0D\X\0ADrip: Small sink that catches drips or flow from a faucet\X\0D\X\0A.\X\0D\X\0ALaboratory: Sink, of acid resisting material, with a top edge shaped to facilitate fixing to the underside of a desktop\X\0D\X\0A.\X\0D\X\0ALondon: Deep sink that has a plain edge and no overflow\X\0D\X\0A.\X\0D\X\0APlaster: Sink with sediment receiver to prevent waste plaster passing into drains\X\0D\X\0A.\X\0D\X\0APot: Large metal sink, with a standing waste, for washing cooking utensils\X\0D\X\0A.\X\0D\X\0ARinsing: Metal sink in which water can be heated and culinary utensils and tableware immersed at high temperature that destroys most harmful bacteria and allows subsequent self drying.\X\0D\X\0A.\X\0D\X\0AShelf: Ceramic sink with an integral back shelf through which water fittings are mounted\X\0D\X\0A.\X\0D\X\0AVegetablePreparation: \X\09Large metal sink, with a standing waste, for washing and preparing vegetables\X\0D\X\0A.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9076,$,$,$,$); -#9076= IFCPROPERTYENUMERATION('PEnum_SinkType',('BELFAST','BUCKET','CLEANERS','COMBINATION_LEFT','COMBINATION_RIGHT','COMBINATION_DOUBLE','DRIP','LABORATORY','LONDON','PLASTER','POT','RINSING','SHELF','VEGETABLEPREPARATION','OTHER','NOTKNOWN','UNSET'),$); +#2570= IFCSIMPLEPROPERTYTEMPLATE('3$$GnFzi98gvjNQK5FSUFz',$,'SignalSightingPreferred','Preferred distance in which the signal shall be readable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2571= IFCSIMPLEPROPERTYTEMPLATE('3O6T20qWSHuO00025QrE$V',$,'SiteCoverageRatio','The ratio of the utilization, TotalArea / BuildableArea, expressed as a maximum value. The ratio value may be used to derive BuildableArea.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2571= IFCSIMPLEPROPERTYTEMPLATE('1UzmZKZgT3_egnwLmHjJWR',$,'SignalSightingRouteIndicator','Required reading distance for the route indicator.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2572= IFCSIMPLEPROPERTYTEMPLATE('1g9zO0qXGHuO00025QrE$V',$,'Size','The size of the connection to the valve (or to each connection for faucets, mixing valves, etc.).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2572= IFCSIMPLEPROPERTYTEMPLATE('1ogEu0qSqHuO00025QrE$V',$,'SignalTime','Time factor used for integral and running average controllers.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2573= IFCSIMPLEPROPERTYTEMPLATE('2o9Gc0qT0HuO00025QrE$V',$,'SizingMethod','Identifies whether the damper is sized nominally or with exact measurements:\X\0D\X\0A\X\0D\X\0ANOMINAL: Nominal sizing method. \X\0D\X\0AEXACT: Exact sizing method.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9086,$,$,$,$); -#9086= IFCPROPERTYENUMERATION('PEnum_DamperSizingMethod',('NOMINAL','EXACT','NOTKNOWN','UNSET'),$); +#2573= IFCSIMPLEPROPERTYTEMPLATE('3tb0U0qSqHuO00025QrE$V',$,'SignalTimeDecrease','Time factor used for exponential decrease.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2574= IFCSIMPLEPROPERTYTEMPLATE('0C6zG0qRqHuO00025QrE$V',$,'SkillLevel','Skill level exhibited by the actor and which indicates an extent of their capability to perform actions on the artefacts upon which they can act.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2574= IFCSIMPLEPROPERTYTEMPLATE('3oDhq0qSqHuO00025QrE$V',$,'SignalTimeIncrease','Time factor used for exponential increase.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2575= IFCSIMPLEPROPERTYTEMPLATE('1jQqq0eYDBaBJh6G7AM_Ar',$,'SkirtingBoard','Label to indicate the material or construction of the skirting board around the space flooring. The label is used for room book information.\X\0D\X\0A\X\0D\X\0AThe material information is provided in absence of an IfcCovering (type=SKIRTINGBOARD) object with own shape representation and material assignment. In case of inconsistency the material assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2575= IFCSIMPLEPROPERTYTEMPLATE('2bEP3oC5z3WBxX9H7BsKu5',$,'SignalViewingMinimumInFront','Smallest distance where the signal has to be readable (for train very close to the signal).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2576= IFCSIMPLEPROPERTYTEMPLATE('2l4adt7h95UQhiXngafYXx',$,'SkirtingBoardHeight','Height of the skirting board.\X\0D\X\0A\X\0D\X\0AThe height information is provided in absence of an IfcCovering (type=SKIRTINGBOARD) object with own shape representation and material assignment. In case of inconsistency the height assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2576= IFCSIMPLEPROPERTYTEMPLATE('2hoc6PPhvELAtWTUyKoQU6',$,'SignalWalkwayLength','Indicates the length of the walkway from signal to signal post telephone.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2577= IFCSIMPLEPROPERTYTEMPLATE('24pyO2n$n5EOpil0HhjmwF',$,'SleeperArrangement','Define the rail joint sleeper method of assembly ("twin sleeper" type or "between sleepers" type).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9099,$,$,$,$); -#9099= IFCPROPERTYENUMERATION('PEnum_SleeperArrangement',('TWINSLEEPER','BETWEENSLEEPERS','OTHER','NOTKNOWN','UNSET'),$); +#2577= IFCSIMPLEPROPERTYTEMPLATE('0eTw1IH6j7MugyK0Ib18nX',$,'SignLegend','Text information written on the signal or sign.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2578= IFCSIMPLEPROPERTYTEMPLATE('28mz55$2X1V92osWy7KaqR',$,'SleeperType','Indicates the sleeper type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9100,$,$,$,$); -#9100= IFCPROPERTYENUMERATION('PEnum_SleeperType',('WOODENSLEEPER','CONCRETESLEEPER','NOTINSULATEDSTEELSLEEPER','INSULATEDSTEELSLEEPER','MONOBLOCKCONCRETESLEEPER','TWOBLOCKCONCRETESLEEPER','COMPOSITESLEEPER','OTHER','NOTKNOWN','UNSET'),$); +#2578= IFCSIMPLEPROPERTYTEMPLATE('0YWCMc_RzDo8BnE1x52QEb',$,'SiltVolume','Relative volume of silt (typically smaller than 0.063mm) stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#2579= IFCSIMPLEPROPERTYTEMPLATE('0UvTS0qSGHuO00025QrE$V',$,'Slope','Slope angle - relative to horizontal (0.0 degrees).\X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2579= IFCSIMPLEPROPERTYTEMPLATE('3rB$_Tjhz6S8Z3ZXo0VSc6',$,'SingleChannelAveragePower','Indicates the average power of a single channel of the transport equipment.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2580= IFCSIMPLEPROPERTYTEMPLATE('1aRCa0qV4HuO00025QrE$V',$,'Slope','Slope angle - relative to horizontal (0.0 degrees).\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2580= IFCSIMPLEPROPERTYTEMPLATE('25tcvQ$vv7RRphaUrbQGbb',$,'SingleChannelPower','Indicates the power range of a single channel of the transport equipment.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2581= IFCSIMPLEPROPERTYTEMPLATE('1hpAm0qSeHuO00025QrE$V',$,'Slope','Slope angle - relative to horizontal (0.0 degrees).\X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2581= IFCSIMPLEPROPERTYTEMPLATE('1_gN4QLfz9chfxmU_gcIKe',$,'SingleWaveTransmissionRate','Indicates the single wave transmission rate of the transport equipment.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#2582= IFCSIMPLEPROPERTYTEMPLATE('2IMGe0qVyHuO00025QrE$V',$,'Slope','Sloping angle of the object - relative to horizontal (0.0 degrees). \X\0D\X\0AActual maximum slope for the passageway according to the current design.\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2582= IFCSIMPLEPROPERTYTEMPLATE('1JBBW0qWCHuO00025QrE$V',$,'SinkType','Selection of the type of sink from the enumerated list of types where:-\X\0D\X\0A\X\0D\X\0ABelfast: \X\09Deep sink that has a plain edge and a weir overflow\X\0D\X\0A.\X\0D\X\0ABucket: \X\09Sink at low level, with protected front edge, that facilitates filling and emptying buckets, usually with a hinged grid on which to stand them.\X\0D\X\0ACleaners:\X\09 Sink, usually fixed at normal height (900mm), with protected front edge.\X\0D\X\0ACombination_Left:\X\09 Sink with integral drainer on left hand side\X\0D\X\0A.\X\0D\X\0ACombination_Right: Sink with integral drainer on right hand side\X\0D\X\0A.\X\0D\X\0ACombination_Double: \X\09Sink with integral drainer on both sides\X\0D\X\0A.\X\0D\X\0ADrip: Small sink that catches drips or flow from a faucet\X\0D\X\0A.\X\0D\X\0ALaboratory: Sink, of acid resisting material, with a top edge shaped to facilitate fixing to the underside of a desktop\X\0D\X\0A.\X\0D\X\0ALondon: Deep sink that has a plain edge and no overflow\X\0D\X\0A.\X\0D\X\0APlaster: Sink with sediment receiver to prevent waste plaster passing into drains\X\0D\X\0A.\X\0D\X\0APot: Large metal sink, with a standing waste, for washing cooking utensils\X\0D\X\0A.\X\0D\X\0ARinsing: Metal sink in which water can be heated and culinary utensils and tableware immersed at high temperature that destroys most harmful bacteria and allows subsequent self drying.\X\0D\X\0A.\X\0D\X\0AShelf: Ceramic sink with an integral back shelf through which water fittings are mounted\X\0D\X\0A.\X\0D\X\0AVegetablePreparation: \X\09Large metal sink, with a standing waste, for washing and preparing vegetables\X\0D\X\0A.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9113,$,$,$,$); +#9113= IFCPROPERTYENUMERATION('PEnum_SinkType',('BELFAST','BUCKET','CLEANERS','COMBINATION_LEFT','COMBINATION_RIGHT','COMBINATION_DOUBLE','DRIP','LABORATORY','LONDON','PLASTER','POT','RINSING','SHELF','VEGETABLEPREPARATION','OTHER','NOTKNOWN','UNSET'),$); -#2583= IFCSIMPLEPROPERTYTEMPLATE('3kjYo0qVCHuO00025QrE$V',$,'Slope','Angle of the gutter to allow for drainage.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2583= IFCSIMPLEPROPERTYTEMPLATE('3O6T20qWSHuO00025QrE$V',$,'SiteCoverageRatio','The ratio of the utilization, TotalArea / BuildableArea, expressed as a maximum value. The ratio value may be used to derive BuildableArea.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2584= IFCSIMPLEPROPERTYTEMPLATE('2MPJU0qRyHuO00025QrE$V',$,'SlotLength','Slot length.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2584= IFCSIMPLEPROPERTYTEMPLATE('1g9zO0qXGHuO00025QrE$V',$,'Size','The size of the connection to the valve (or to each connection for faucets, mixing valves, etc.).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2585= IFCSIMPLEPROPERTYTEMPLATE('2H1_q0qRyHuO00025QrE$V',$,'SlotWidth','Slot width.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2585= IFCSIMPLEPROPERTYTEMPLATE('2o9Gc0qT0HuO00025QrE$V',$,'SizingMethod','Identifies whether the damper is sized nominally or with exact measurements:\X\0D\X\0A\X\0D\X\0ANOMINAL: Nominal sizing method. \X\0D\X\0AEXACT: Exact sizing method.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9123,$,$,$,$); +#9123= IFCPROPERTYENUMERATION('PEnum_DamperSizingMethod',('NOMINAL','EXACT','NOTKNOWN','UNSET'),$); -#2586= IFCSIMPLEPROPERTYTEMPLATE('24x_PWjRXByRIpwhg2SIFm',$,'SmokeLevel','Maximum level of smoke that the equipment complies with. It is provided according to an international or national standard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2586= IFCSIMPLEPROPERTYTEMPLATE('0C6zG0qRqHuO00025QrE$V',$,'SkillLevel','Skill level exhibited by the actor and which indicates an extent of their capability to perform actions on the artefacts upon which they can act.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2587= IFCSIMPLEPROPERTYTEMPLATE('3Enpw0qTmHuO00025QrE$V',$,'SmokeStop','Indication whether the object is designed to provide a smoke stop (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2587= IFCSIMPLEPROPERTYTEMPLATE('1jQqq0eYDBaBJh6G7AM_Ar',$,'SkirtingBoard','Label to indicate the material or construction of the skirting board around the space flooring. The label is used for room book information.\X\0D\X\0A\X\0D\X\0AThe material information is provided in absence of an IfcCovering (type=SKIRTINGBOARD) object with own shape representation and material assignment. In case of inconsistency the material assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2588= IFCSIMPLEPROPERTYTEMPLATE('3vpuE0qXWHuO00025QrE$V',$,'SmokeStop','Indication whether the object is designed to provide a smoke stop (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2588= IFCSIMPLEPROPERTYTEMPLATE('2l4adt7h95UQhiXngafYXx',$,'SkirtingBoardHeight','Height of the skirting board.\X\0D\X\0A\X\0D\X\0AThe height information is provided in absence of an IfcCovering (type=SKIRTINGBOARD) object with own shape representation and material assignment. In case of inconsistency the height assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2589= IFCSIMPLEPROPERTYTEMPLATE('0d_Zd1PZX8FgpMBKTSbIxe',$,'SnowSensorMeasureRange','Indicates the measuring range of snow depth meter.',.P_BOUNDEDVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#2589= IFCSIMPLEPROPERTYTEMPLATE('24pyO2n$n5EOpil0HhjmwF',$,'SleeperArrangement','Define the rail joint sleeper method of assembly ("twin sleeper" type or "between sleepers" type).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9136,$,$,$,$); +#9136= IFCPROPERTYENUMERATION('PEnum_SleeperArrangement',('TWINSLEEPER','BETWEENSLEEPERS','OTHER','NOTKNOWN','UNSET'),$); -#2590= IFCSIMPLEPROPERTYTEMPLATE('1ujtLLwfjDxxNkuM8GadCz',$,'SnowSensorType','Indicates the type of snow depth meter.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9137,$,$,$,$); -#9137= IFCPROPERTYENUMERATION('PEnum_SnowSensorType',('LASERIRRADIATION','OTHER','NOTKNOWN','UNSET'),$); +#2590= IFCSIMPLEPROPERTYTEMPLATE('28mz55$2X1V92osWy7KaqR',$,'SleeperType','Indicates the sleeper type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9137,$,$,$,$); +#9137= IFCPROPERTYENUMERATION('PEnum_SleeperType',('WOODENSLEEPER','CONCRETESLEEPER','NOTINSULATEDSTEELSLEEPER','INSULATEDSTEELSLEEPER','MONOBLOCKCONCRETESLEEPER','TWOBLOCKCONCRETESLEEPER','COMPOSITESLEEPER','OTHER','NOTKNOWN','UNSET'),$); -#2591= IFCSIMPLEPROPERTYTEMPLATE('2YMlI0qTCHuO00025QrE$V',$,'SoffitLevel','Level of the highest internal part of the cross section as measured from ground level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#2591= IFCSIMPLEPROPERTYTEMPLATE('0UvTS0qSGHuO00025QrE$V',$,'Slope','Slope angle - relative to horizontal (0.0 degrees).\X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2592= IFCSIMPLEPROPERTYTEMPLATE('3yMxe0qTCHuO00025QrE$V',$,'SoffitLevel','Level of the highest internal part of the cross section as measured from ground level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#2592= IFCSIMPLEPROPERTYTEMPLATE('1aRCa0qV4HuO00025QrE$V',$,'Slope','Slope angle - relative to horizontal (0.0 degrees).\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2593= IFCSIMPLEPROPERTYTEMPLATE('1TpFLgzCzFERpwNsg1t_hP',$,'SoftnessCoefficient','Vessel flexibility factor - proportion of impact energy absorbed by the hull.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2593= IFCSIMPLEPROPERTYTEMPLATE('1hpAm0qSeHuO00025QrE$V',$,'Slope','Slope angle - relative to horizontal (0.0 degrees).\X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2594= IFCSIMPLEPROPERTYTEMPLATE('2mfX80qSqHuO00025QrE$V',$,'SoftwareVersion','Indicates version of application software according to systems integrator.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2594= IFCSIMPLEPROPERTYTEMPLATE('2IMGe0qVyHuO00025QrE$V',$,'Slope','Sloping angle of the object - relative to horizontal (0.0 degrees). \X\0D\X\0AActual maximum slope for the passageway according to the current design.\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2595= IFCSIMPLEPROPERTYTEMPLATE('0sP2Zz6UL4Lw4ArbLa1rZd',$,'SoilConductivity','Thermal conductivity of soil. Generally, within standards such as IEC 60364-5-52, table 52A-16, the resistivity of soil is required (measured in [SI] units of degK.m /W). This is the reciprocal of the conductivity value and needs to be calculated accordingly.',.P_SINGLEVALUE.,'IfcThermalConductivityMeasure',$,$,$,$,$,$); +#2595= IFCSIMPLEPROPERTYTEMPLATE('3kjYo0qVCHuO00025QrE$V',$,'Slope','Angle of the gutter to allow for drainage.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2596= IFCSIMPLEPROPERTYTEMPLATE('24aeq0qTqHuO00025QrE$V',$,'SolarAbsorption','(Asol) The ratio of incident solar radiation that is absorbed by a glazing system. It is the sum of the absorption distributed to the exterior (a) and to the interior (qi). Note the following equation Asol + Rsol + Tsol = 1',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2596= IFCSIMPLEPROPERTYTEMPLATE('3UtmGodEP1kfvXMaxiGM$k',$,'SlopeBaseElevation','Planned or measured elevation at the base of the mapped slope.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2597= IFCSIMPLEPROPERTYTEMPLATE('2Hhtm0qTqHuO00025QrE$V',$,'SolarHeatGainTransmittance','(SHGC): The ratio of incident solar radiation that contributes to the heat gain of the interior, it is the solar radiation that directly passes (Tsol or \X2\03C4\X0\e) plus the part of the absorbed radiation that is distributed to the interior (qi). The SHGC is refered to also as g-value (g = \X2\03C4\X0\e + qi).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2597= IFCSIMPLEPROPERTYTEMPLATE('14LE8JSevCsetbtSfTo1C0',$,'SlopeHeight','The Height of the Slope(vertical distance from the slope foot).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2598= IFCSIMPLEPROPERTYTEMPLATE('25G1a0qWSHuO00025QrE$V',$,'SolarReflectance','(Rsol): The ratio of incident solar radiation that is reflected by a shading system (also named \X2\03C1\X0\e). Note the following equation Asol + Rsol + Tsol = 1',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2598= IFCSIMPLEPROPERTYTEMPLATE('2MPJU0qRyHuO00025QrE$V',$,'SlotLength','Slot length.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2599= IFCSIMPLEPROPERTYTEMPLATE('28lgg0qTqHuO00025QrE$V',$,'SolarReflectance','(Rsol): The ratio of incident solar radiation that is reflected by a glazing system (also named \X2\03C1\X0\e). Note the following equation Asol + Rsol + Tsol = 1',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2599= IFCSIMPLEPROPERTYTEMPLATE('2H1_q0qRyHuO00025QrE$V',$,'SlotWidth','Slot width.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2600= IFCSIMPLEPROPERTYTEMPLATE('33C4E0qUqHuO00025QrE$V',$,'SolarReflectanceBack','Reflectance at normal incidence (solar): back side. Defines the fraction of the solar ray that is reflected and not transmitted when the ray passes from one medium into another, at the "back" side of the other material, perpendicular to the surface. Dependent on material and surface characteristics.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2600= IFCSIMPLEPROPERTYTEMPLATE('24x_PWjRXByRIpwhg2SIFm',$,'SmokeLevel','Maximum level of smoke that the equipment complies with. It is provided according to an international or national standard.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2601= IFCSIMPLEPROPERTYTEMPLATE('37zFU0qUqHuO00025QrE$V',$,'SolarReflectanceFront','Reflectance at normal incidence (solar): front side. Defines the fraction of the solar ray that is reflected and not transmitted when the ray passes from one medium into another, at the "front" side of the other material, perpendicular to the surface. Dependent on material and surface characteristics.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2601= IFCSIMPLEPROPERTYTEMPLATE('3Enpw0qTmHuO00025QrE$V',$,'SmokeStop','Indication whether the object is designed to provide a smoke stop (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2602= IFCSIMPLEPROPERTYTEMPLATE('0lNdU0qUqHuO00025QrE$V',$,'SolarRefractionIndex','Index of refraction (solar) defines the "bending" of the solar ray when it passes from one medium into another.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2602= IFCSIMPLEPROPERTYTEMPLATE('3vpuE0qXWHuO00025QrE$V',$,'SmokeStop','Indication whether the object is designed to provide a smoke stop (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2603= IFCSIMPLEPROPERTYTEMPLATE('1vxEs0qWSHuO00025QrE$V',$,'SolarTransmittance','(Tsol): The ratio of incident solar radiation that directly passes through a shading system (also named \X2\03C4\X0\e). Note the following equation Asol + Rsol + Tsol = 1',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2603= IFCSIMPLEPROPERTYTEMPLATE('0d_Zd1PZX8FgpMBKTSbIxe',$,'SnowSensorMeasureRange','Indicates the measuring range of snow depth meter.',.P_BOUNDEDVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2604= IFCSIMPLEPROPERTYTEMPLATE('2CwiW0qTqHuO00025QrE$V',$,'SolarTransmittance','(Tsol): The ratio of incident solar radiation that directly passes through a glazing system (also named \X2\03C4\X0\e). Note the following equation Asol + Rsol + Tsol = 1',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2604= IFCSIMPLEPROPERTYTEMPLATE('1ujtLLwfjDxxNkuM8GadCz',$,'SnowSensorType','Indicates the type of snow depth meter.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9174,$,$,$,$); +#9174= IFCPROPERTYENUMERATION('PEnum_SnowSensorType',('LASERIRRADIATION','OTHER','NOTKNOWN','UNSET'),$); -#2605= IFCSIMPLEPROPERTYTEMPLATE('2SSWq0qUqHuO00025QrE$V',$,'SolarTransmittance','Transmittance at normal incidence (solar). Defines the fraction of solar radiation that passes through per unit area, perpendicular to the surface.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2605= IFCSIMPLEPROPERTYTEMPLATE('2YMlI0qTCHuO00025QrE$V',$,'SoffitLevel','Level of the highest internal part of the cross section as measured from ground level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2606= IFCSIMPLEPROPERTYTEMPLATE('00Xk2UDNv8yQeOebTR368_',$,'SolidCoreRecovery','Length of solid core recovered expressed as a ratio of the length of core run.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2606= IFCSIMPLEPROPERTYTEMPLATE('3yMxe0qTCHuO00025QrE$V',$,'SoffitLevel','Level of the highest internal part of the cross section as measured from ground level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2607= IFCSIMPLEPROPERTYTEMPLATE('1bE3U0qRuHuO00025QrE$V',$,'Sound','Sound performance.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcSoundPressureMeasure',$,$,$,$,$); +#2607= IFCSIMPLEPROPERTYTEMPLATE('1TpFLgzCzFERpwNsg1t_hP',$,'SoftnessCoefficient','Vessel flexibility factor - proportion of impact energy absorbed by the hull.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2608= IFCSIMPLEPROPERTYTEMPLATE('3Dyb6v_Lb0uePKj$y26Fb4',$,'SoundAbsorptionLimit','Mandatory limit values in sound absorption.',.P_SINGLEVALUE.,'IfcSoundPowerLevelMeasure',$,$,$,$,$,$); +#2608= IFCSIMPLEPROPERTYTEMPLATE('2mfX80qSqHuO00025QrE$V',$,'SoftwareVersion','Indicates version of application software according to systems integrator.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2609= IFCSIMPLEPROPERTYTEMPLATE('2B5mc0qSaHuO00025QrE$V',$,'SoundCurve','Regenerated sound versus air-flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#2609= IFCSIMPLEPROPERTYTEMPLATE('0sP2Zz6UL4Lw4ArbLa1rZd',$,'SoilConductivity','Thermal conductivity of soil. Generally, within standards such as IEC 60364-5-52, table 52A-16, the resistivity of soil is required (measured in [SI] units of degK.m /W). This is the reciprocal of the conductivity value and needs to be calculated accordingly.',.P_SINGLEVALUE.,'IfcThermalConductivityMeasure',$,$,$,$,$,$); -#2610= IFCSIMPLEPROPERTYTEMPLATE('2FhkA0qWWHuO00025QrE$V',$,'SoundCurve','Table of sound frequencies and sound power measured in decibels at a reference power of 1 picowatt(10\\^(-12) watt) for the referenced octave band frequency.',.P_TABLEVALUE.,'IfcFrequencyMeasure','IfcSoundPowerMeasure',$,$,$,$,$); +#2610= IFCSIMPLEPROPERTYTEMPLATE('24aeq0qTqHuO00025QrE$V',$,'SolarAbsorption','(Asol) The ratio of incident solar radiation that is absorbed by a glazing system. It is the sum of the absorption distributed to the exterior (a) and to the interior (qi). Note the following equation Asol + Rsol + Tsol = 1',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2611= IFCSIMPLEPROPERTYTEMPLATE('20o300qWWHuO00025QrE$V',$,'SoundFrequency','List of nominal sound frequencies, correlated to the SoundPressure time series values (IfcTimeSeries.ListValues)',.P_LISTVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#2611= IFCSIMPLEPROPERTYTEMPLATE('2Hhtm0qTqHuO00025QrE$V',$,'SolarHeatGainTransmittance','(SHGC): The ratio of incident solar radiation that contributes to the heat gain of the interior, it is the solar radiation that directly passes (Tsol or \X2\03C4\X0\e) plus the part of the absorbed radiation that is distributed to the interior (qi). The SHGC is refered to also as g-value (g = \X2\03C4\X0\e + qi).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2612= IFCSIMPLEPROPERTYTEMPLATE('25ZEG0qWWHuO00025QrE$V',$,'SoundPressure','A time series of sound pressure values measured in decibels at a reference pressure of 20 microPascals for the referenced octave band frequency. Each value in IfcTimeSeries.ListValues is correlated to the sound frequency at the same position within SoundFrequencies.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcSoundPressureMeasure',$,$,$,$,$); +#2612= IFCSIMPLEPROPERTYTEMPLATE('25G1a0qWSHuO00025QrE$V',$,'SolarReflectance','(Rsol): The ratio of incident solar radiation that is reflected by a shading system (also named \X2\03C1\X0\e). Note the following equation Asol + Rsol + Tsol = 1',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2613= IFCSIMPLEPROPERTYTEMPLATE('1qGzU0qWWHuO00025QrE$V',$,'SoundScale','The reference sound scale. \X\0D\X\0A\X\0D\X\0ADBA: Decibels in an A-weighted scale\X\0D\X\0ADBB: Decibels in an B-weighted scale\X\0D\X\0ADBC: Decibels in an C-weighted scale\X\0D\X\0ANC: Noise criteria\X\0D\X\0ANR: Noise rating',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9193,$,$,$,$); -#9193= IFCPROPERTYENUMERATION('PEnum_SoundScale',('DBA','DBB','DBC','NC','NR'),$); +#2613= IFCSIMPLEPROPERTYTEMPLATE('28lgg0qTqHuO00025QrE$V',$,'SolarReflectance','(Rsol): The ratio of incident solar radiation that is reflected by a glazing system (also named \X2\03C1\X0\e). Note the following equation Asol + Rsol + Tsol = 1',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2614= IFCSIMPLEPROPERTYTEMPLATE('2c2Mu0qWaHuO00025QrE$V',$,'SpaceAirTemperature','Dry bulb temperature in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2614= IFCSIMPLEPROPERTYTEMPLATE('33C4E0qUqHuO00025QrE$V',$,'SolarReflectanceBack','Reflectance at normal incidence (solar): back side. Defines the fraction of the solar ray that is reflected and not transmitted when the ray passes from one medium into another, at the "back" side of the other material, perpendicular to the surface. Dependent on material and surface characteristics.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2615= IFCSIMPLEPROPERTYTEMPLATE('1hxPk0qWmHuO00025QrE$V',$,'SpaceHumidity','Humidity of the space or zone that is required from user/designer view point. If no summer or winter space humidity requirements are given, it applies all year, otherwise for the intermediate period. Provide this property, if no humidity range (Min-Max) is available.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2615= IFCSIMPLEPROPERTYTEMPLATE('37zFU0qUqHuO00025QrE$V',$,'SolarReflectanceFront','Reflectance at normal incidence (solar): front side. Defines the fraction of the solar ray that is reflected and not transmitted when the ray passes from one medium into another, at the "front" side of the other material, perpendicular to the surface. Dependent on material and surface characteristics.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2616= IFCSIMPLEPROPERTYTEMPLATE('1mia_0qWmHuO00025QrE$V',$,'SpaceHumidityMax','Maximal permitted humidity of the space or zone that is required from user/designer view point. If no summer or winter space humidity requirements are given, it applies all year, otherwise for the intermediate period.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2616= IFCSIMPLEPROPERTYTEMPLATE('0lNdU0qUqHuO00025QrE$V',$,'SolarRefractionIndex','Index of refraction (solar) defines the "bending" of the solar ray when it passes from one medium into another.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2617= IFCSIMPLEPROPERTYTEMPLATE('1sg320qWmHuO00025QrE$V',$,'SpaceHumidityMin','Minimal permitted humidity of the space or zone that is required from user/designer view point. If no summer or winter space humidity requirements are given, it applies all year, otherwise for the intermediate period.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2617= IFCSIMPLEPROPERTYTEMPLATE('1vxEs0qWSHuO00025QrE$V',$,'SolarTransmittance','(Tsol): The ratio of incident solar radiation that directly passes through a shading system (also named \X2\03C4\X0\e). Note the following equation Asol + Rsol + Tsol = 1',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2618= IFCSIMPLEPROPERTYTEMPLATE('1y1Ni0qWmHuO00025QrE$V',$,'SpaceHumiditySummer','Humidity of the space or zone for the hot (summer) period, that is required from user/designer view point and provided as requirement for cooling.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2618= IFCSIMPLEPROPERTYTEMPLATE('2CwiW0qTqHuO00025QrE$V',$,'SolarTransmittance','(Tsol): The ratio of incident solar radiation that directly passes through a glazing system (also named \X2\03C4\X0\e). Note the following equation Asol + Rsol + Tsol = 1',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2619= IFCSIMPLEPROPERTYTEMPLATE('21OiM0qWmHuO00025QrE$V',$,'SpaceHumidityWinter','Humidity of the space or zone for the cold (winter) period that is required from user/designer view point and provided as requirement for heating.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2619= IFCSIMPLEPROPERTYTEMPLATE('2SSWq0qUqHuO00025QrE$V',$,'SolarTransmittance','Transmittance at normal incidence (solar). Defines the fraction of solar radiation that passes through per unit area, perpendicular to the surface.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2620= IFCSIMPLEPROPERTYTEMPLATE('2fdFK0qWaHuO00025QrE$V',$,'SpaceMeanRadiantTemperature','Mean radiant temperature in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2620= IFCSIMPLEPROPERTYTEMPLATE('00Xk2UDNv8yQeOebTR368_',$,'SolidCoreRecovery','Length of solid core recovered expressed as a ratio of the length of core run.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2621= IFCSIMPLEPROPERTYTEMPLATE('0ugmo0qWmHuO00025QrE$V',$,'SpaceRelativeHumidity','The relative humidity of the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveRatioMeasure',$,$,$,$,$); +#2621= IFCSIMPLEPROPERTYTEMPLATE('1bE3U0qRuHuO00025QrE$V',$,'Sound','Sound performance.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcSoundPressureMeasure',$,$,$,$,$); -#2622= IFCSIMPLEPROPERTYTEMPLATE('0r5uM0qWmHuO00025QrE$V',$,'SpaceTemperature','Temperature of the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2622= IFCSIMPLEPROPERTYTEMPLATE('3Dyb6v_Lb0uePKj$y26Fb4',$,'SoundAbsorptionLimit','Mandatory limit values in sound absorption.',.P_SINGLEVALUE.,'IfcSoundPowerLevelMeasure',$,$,$,$,$,$); -#2623= IFCSIMPLEPROPERTYTEMPLATE('12pGi0qWmHuO00025QrE$V',$,'SpaceTemperature','Temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period. Provide this value, if no temperatur range (Min-Max) is available.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2623= IFCSIMPLEPROPERTYTEMPLATE('2B5mc0qSaHuO00025QrE$V',$,'SoundCurve','Regenerated sound versus air-flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#2624= IFCSIMPLEPROPERTYTEMPLATE('18mkm0qWmHuO00025QrE$V',$,'SpaceTemperatureMax','Maximal temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2624= IFCSIMPLEPROPERTYTEMPLATE('2FhkA0qWWHuO00025QrE$V',$,'SoundCurve','Table of sound frequencies and sound power measured in decibels at a reference power of 1 picowatt(10\\^(-12) watt) for the referenced octave band frequency.',.P_TABLEVALUE.,'IfcFrequencyMeasure','IfcSoundPowerMeasure',$,$,$,$,$); -#2625= IFCSIMPLEPROPERTYTEMPLATE('1EkCq0qWmHuO00025QrE$V',$,'SpaceTemperatureMin','Minimal temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2625= IFCSIMPLEPROPERTYTEMPLATE('20o300qWWHuO00025QrE$V',$,'SoundFrequency','List of nominal sound frequencies, correlated to the SoundPressure time series values (IfcTimeSeries.ListValues)',.P_LISTVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#2626= IFCSIMPLEPROPERTYTEMPLATE('1K5XU0qWmHuO00025QrE$V',$,'SpaceTemperatureSummerMax','Maximal temperature of the space or zone for the hot (summer) period, that is required from user/designer view point and provided as requirement for cooling.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2626= IFCSIMPLEPROPERTYTEMPLATE('25ZEG0qWWHuO00025QrE$V',$,'SoundPressure','A time series of sound pressure values measured in decibels at a reference pressure of 20 microPascals for the referenced octave band frequency. Each value in IfcTimeSeries.ListValues is correlated to the sound frequency at the same position within SoundFrequencies.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcSoundPressureMeasure',$,$,$,$,$); -#2627= IFCSIMPLEPROPERTYTEMPLATE('1Q2$Y0qWmHuO00025QrE$V',$,'SpaceTemperatureSummerMin','Minimal temperature of the space or zone for the hot (summer) period, that is required from user/designer view point and provided as requirement for cooling.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2627= IFCSIMPLEPROPERTYTEMPLATE('1qGzU0qWWHuO00025QrE$V',$,'SoundScale','The reference sound scale. \X\0D\X\0A\X\0D\X\0ADBA: Decibels in an A-weighted scale\X\0D\X\0ADBB: Decibels in an B-weighted scale\X\0D\X\0ADBC: Decibels in an C-weighted scale\X\0D\X\0ANC: Noise criteria\X\0D\X\0ANR: Noise rating',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9230,$,$,$,$); +#9230= IFCPROPERTYENUMERATION('PEnum_SoundScale',('DBA','DBB','DBC','NC','NR'),$); -#2628= IFCSIMPLEPROPERTYTEMPLATE('1W0Tc0qWmHuO00025QrE$V',$,'SpaceTemperatureWinterMax','Maximal temperature of the space or zone for the cold (winter) period, that is required from user/designer view point and provided as requirement for heating.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2628= IFCSIMPLEPROPERTYTEMPLATE('1cA5Um37bAPRNMK84NGNf7',$,'SourceOfFill','Source of fill.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9234,$,$,$,$); +#9234= IFCPROPERTYENUMERATION('PEnum_SourceOfFill',('IMPORTED','EXCAVATED','USERDEFINED'),$); -#2629= IFCSIMPLEPROPERTYTEMPLATE('1bzxg0qWmHuO00025QrE$V',$,'SpaceTemperatureWinterMin','Minimal temperature of the space or zone for the cold (winter) period, that is required from user/designer view point and provided as requirement for heating.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2629= IFCSIMPLEPROPERTYTEMPLATE('18ETTPAED9fwUL8dfinr7F',$,'SourceOfFillOther','User defined Source of fill when SourceOfFill = USEDEFINED.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2630= IFCSIMPLEPROPERTYTEMPLATE('38x500qX8HuO00025QrE$V',$,'Spacing','Distance between fins on a tube in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2630= IFCSIMPLEPROPERTYTEMPLATE('2c2Mu0qWaHuO00025QrE$V',$,'SpaceAirTemperature','Dry bulb temperature in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2631= IFCSIMPLEPROPERTYTEMPLATE('3dIL00qW0HuO00025QrE$V',$,'SpacingBarPitch','The pitch length of the spacing bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2631= IFCSIMPLEPROPERTYTEMPLATE('1hxPk0qWmHuO00025QrE$V',$,'SpaceHumidity','Humidity of the space or zone that is required from user/designer view point. If no summer or winter space humidity requirements are given, it applies all year, otherwise for the intermediate period. Provide this property, if no humidity range (Min-Max) is available.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2632= IFCSIMPLEPROPERTYTEMPLATE('3PtvO0qVyHuO00025QrE$V',$,'SpacingBarPitch','The pitch length of the spacing bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2632= IFCSIMPLEPROPERTYTEMPLATE('1mia_0qWmHuO00025QrE$V',$,'SpaceHumidityMax','Maximal permitted humidity of the space or zone that is required from user/designer view point. If no summer or winter space humidity requirements are given, it applies all year, otherwise for the intermediate period.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2633= IFCSIMPLEPROPERTYTEMPLATE('0PY8o0qSGHuO00025QrE$V',$,'Span','Clear span for this object.\X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2633= IFCSIMPLEPROPERTYTEMPLATE('1sg320qWmHuO00025QrE$V',$,'SpaceHumidityMin','Minimal permitted humidity of the space or zone that is required from user/designer view point. If no summer or winter space humidity requirements are given, it applies all year, otherwise for the intermediate period.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2634= IFCSIMPLEPROPERTYTEMPLATE('1Ttb60qV4HuO00025QrE$V',$,'Span','Clear span for this object.\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2634= IFCSIMPLEPROPERTYTEMPLATE('1y1Ni0qWmHuO00025QrE$V',$,'SpaceHumiditySummer','Humidity of the space or zone for the hot (summer) period, that is required from user/designer view point and provided as requirement for cooling.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2635= IFCSIMPLEPROPERTYTEMPLATE('0oTEbvO096Gv87GKVYXQSy',$,'SpanNominalLength','The length of span as a design parameter for the overhead contactline system.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2635= IFCSIMPLEPROPERTYTEMPLATE('21OiM0qWmHuO00025QrE$V',$,'SpaceHumidityWinter','Humidity of the space or zone for the cold (winter) period that is required from user/designer view point and provided as requirement for heating.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2636= IFCSIMPLEPROPERTYTEMPLATE('2yd82GST551f428rzb7p5q',$,'SparkGapType','Type of Spark gap.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9278,$,$,$,$); -#9278= IFCPROPERTYENUMERATION('PEnum_SparkGapType',('AIRSPARKGAP','GASFILLEDSPARKGAP','OTHER','NOTKNOWN','UNSET'),$); +#2636= IFCSIMPLEPROPERTYTEMPLATE('2fdFK0qWaHuO00025QrE$V',$,'SpaceMeanRadiantTemperature','Mean radiant temperature in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2637= IFCSIMPLEPROPERTYTEMPLATE('2uOBa0qSCHuO00025QrE$V',$,'SpeakerDriverSize','Indicates the number of drivers and their sizes.',.P_TABLEVALUE.,'IfcIdentifier','IfcPositiveLengthMeasure',$,$,$,$,$); +#2637= IFCSIMPLEPROPERTYTEMPLATE('0ugmo0qWmHuO00025QrE$V',$,'SpaceRelativeHumidity','The relative humidity of the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveRatioMeasure',$,$,$,$,$); -#2638= IFCSIMPLEPROPERTYTEMPLATE('2d5wo0qSCHuO00025QrE$V',$,'SpeakerMounting','Indicates how the speaker is designed to be mounted.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9282,$,$,$,$); -#9282= IFCPROPERTYENUMERATION('PEnum_AudioVisualSpeakerMounting',('FREESTANDING','CEILING','WALL','OUTDOOR','OTHER','NOTKNOWN','UNSET.'),$); +#2638= IFCSIMPLEPROPERTYTEMPLATE('0r5uM0qWmHuO00025QrE$V',$,'SpaceTemperature','Temperature of the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2639= IFCSIMPLEPROPERTYTEMPLATE('2KdNC0qSCHuO00025QrE$V',$,'SpeakerType','Indicates the type of speaker.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9286,$,$,$,$); -#9286= IFCPROPERTYENUMERATION('PEnum_AudioVisualSpeakerType',('FULLRANGE','MIDRANGE','WOOFER','TWEETER','COAXIAL','OTHER','NOTKNOWN','UNSET.'),$); +#2639= IFCSIMPLEPROPERTYTEMPLATE('12pGi0qWmHuO00025QrE$V',$,'SpaceTemperature','Temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period. Provide this value, if no temperatur range (Min-Max) is available.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2640= IFCSIMPLEPROPERTYTEMPLATE('27WeC0qSSHuO00025QrE$V',$,'SpecialConstruction','Special construction capabilities like self-supporting, flat devidable cable or bus flat non devidable cable or bus supporting elements inside (steal, textile, concentric conductor). Note that materials used should be agreed between exchange participants before use.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2640= IFCSIMPLEPROPERTYTEMPLATE('18mkm0qWmHuO00025QrE$V',$,'SpaceTemperatureMax','Maximal temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2641= IFCSIMPLEPROPERTYTEMPLATE('1H3Ys0qV8HuO00025QrE$V',$,'SpecialInstructions','Special instructions for packing.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2641= IFCSIMPLEPROPERTYTEMPLATE('1EkCq0qWmHuO00025QrE$V',$,'SpaceTemperatureMin','Minimal temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2642= IFCSIMPLEPROPERTYTEMPLATE('3FkPc0qVSHuO00025QrE$V',$,'SpecialInstructions','Special instructions that affect the move.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2642= IFCSIMPLEPROPERTYTEMPLATE('1K5XU0qWmHuO00025QrE$V',$,'SpaceTemperatureSummerMax','Maximal temperature of the space or zone for the hot (summer) period, that is required from user/designer view point and provided as requirement for cooling.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2643= IFCSIMPLEPROPERTYTEMPLATE('1eejWaX7j3auMW_oHyVPWg',$,'SpecialPositionArrangement','Type of special position at which the signal is placed.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2643= IFCSIMPLEPROPERTYTEMPLATE('1Q2$Y0qWmHuO00025QrE$V',$,'SpaceTemperatureSummerMin','Minimal temperature of the space or zone for the hot (summer) period, that is required from user/designer view point and provided as requirement for cooling.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2644= IFCSIMPLEPROPERTYTEMPLATE('1kGlm0qV8HuO00025QrE$V',$,'SpecialRequirements','Any additional special requirements that need to be included in the permit to work.\X\0D\X\0A\X\0D\X\0ANOTE - Additional permit requirements may be imposed according to the nature of the facility at which the work is carried out. For instance, in clean areas, special clothing may be required whilst in corrective institutions, it may be necessary to check in and check out tools that will be used for work as a safety precaution.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2644= IFCSIMPLEPROPERTYTEMPLATE('1W0Tc0qWmHuO00025QrE$V',$,'SpaceTemperatureWinterMax','Maximal temperature of the space or zone for the cold (winter) period, that is required from user/designer view point and provided as requirement for heating.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2645= IFCSIMPLEPROPERTYTEMPLATE('19J8e0qUuHuO00025QrE$V',$,'Species','Wood species of a solid wood or laminated wood product.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2645= IFCSIMPLEPROPERTYTEMPLATE('1bzxg0qWmHuO00025QrE$V',$,'SpaceTemperatureWinterMin','Minimal temperature of the space or zone for the cold (winter) period, that is required from user/designer view point and provided as requirement for heating.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2646= IFCSIMPLEPROPERTYTEMPLATE('0$GZsDpVX0HeG5RURnigAw',$,'SpecificationSectionNumber','A reference number to an external contract technical specification section describing either (a) minimum performance requirements of a given IfcProductType/IfcProduct or (b) a preselection for a specific IfcProductType/IfcProduct made for this project.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2646= IFCSIMPLEPROPERTYTEMPLATE('38x500qX8HuO00025QrE$V',$,'Spacing','Distance between fins on a tube in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2647= IFCSIMPLEPROPERTYTEMPLATE('078qY0qUuHuO00025QrE$V',$,'SpecificHeatCapacity','Defines the specific heat of the material: heat energy absorbed per temperature unit.',.P_SINGLEVALUE.,'IfcSpecificHeatCapacityMeasure',$,$,$,$,$,$); +#2647= IFCSIMPLEPROPERTYTEMPLATE('3dIL00qW0HuO00025QrE$V',$,'SpacingBarPitch','The pitch length of the spacing bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2648= IFCSIMPLEPROPERTYTEMPLATE('2szxQ0qUmHuO00025QrE$V',$,'SpecificHeatCapacity','Specific heat of the products of combustion: heat energy absorbed per temperature unit.',.P_SINGLEVALUE.,'IfcSpecificHeatCapacityMeasure',$,$,$,$,$,$); +#2648= IFCSIMPLEPROPERTYTEMPLATE('3PtvO0qVyHuO00025QrE$V',$,'SpacingBarPitch','The pitch length of the spacing bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2649= IFCSIMPLEPROPERTYTEMPLATE('0YsXy0qUqHuO00025QrE$V',$,'SpecificHeatTemperatureDerivative','Specific heat temperature derivative.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2649= IFCSIMPLEPROPERTYTEMPLATE('0PY8o0qSGHuO00025QrE$V',$,'Span','Clear span for this object.\X\0D\X\0A\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. For geometry editing applications, like CAD: this value should be write-only.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2650= IFCSIMPLEPROPERTYTEMPLATE('1BOHc0qUiHuO00025QrE$V',$,'Spectrum','The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other.',.P_TABLEVALUE.,'IfcNumericMeasure','IfcNumericMeasure',$,$,$,$,$); +#2650= IFCSIMPLEPROPERTYTEMPLATE('1Ttb60qV4HuO00025QrE$V',$,'Span','Clear span for this object.\X\0D\X\0AThe shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2651= IFCSIMPLEPROPERTYTEMPLATE('0FXdu0qWGHuO00025QrE$V',$,'SpilloverLevel','The level at which water spills out of the terminal.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2651= IFCSIMPLEPROPERTYTEMPLATE('0oTEbvO096Gv87GKVYXQSy',$,'SpanNominalLength','The length of span as a design parameter for the overhead contactline system.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2652= IFCSIMPLEPROPERTYTEMPLATE('1JU8E0qW8HuO00025QrE$V',$,'SpilloverLevel','The level at which water spills out of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2652= IFCSIMPLEPROPERTYTEMPLATE('2yd82GST551f428rzb7p5q',$,'SparkGapType','Type of Spark gap.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9316,$,$,$,$); +#9316= IFCPROPERTYENUMERATION('PEnum_SparkGapType',('AIRSPARKGAP','GASFILLEDSPARKGAP','OTHER','NOTKNOWN','UNSET'),$); -#2653= IFCSIMPLEPROPERTYTEMPLATE('1PRsG0qWGHuO00025QrE$V',$,'SpilloverLevel','The level at which water spills out of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2653= IFCSIMPLEPROPERTYTEMPLATE('2uOBa0qSCHuO00025QrE$V',$,'SpeakerDriverSize','Indicates the number of drivers and their sizes.',.P_TABLEVALUE.,'IfcIdentifier','IfcPositiveLengthMeasure',$,$,$,$,$); -#2654= IFCSIMPLEPROPERTYTEMPLATE('1yemy0qXOHuO00025QrE$V',$,'SpilloverLevel','The level at which water spills out of the terminal.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2654= IFCSIMPLEPROPERTYTEMPLATE('2d5wo0qSCHuO00025QrE$V',$,'SpeakerMounting','Indicates how the speaker is designed to be mounted.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9320,$,$,$,$); +#9320= IFCPROPERTYENUMERATION('PEnum_AudioVisualSpeakerMounting',('FREESTANDING','CEILING','WALL','OUTDOOR','OTHER','NOTKNOWN','UNSET.'),$); -#2655= IFCSIMPLEPROPERTYTEMPLATE('2Lr9q0qSyHuO00025QrE$V',$,'SprayType','SprayFilled: Water is sprayed into airflow.\X\0D\X\0ASplashTypeFill: water cascades over successive rows of splash bars.\X\0D\X\0AFilmTypeFill: water flows in a thin layer over closely spaced sheets.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9313,$,$,$,$); -#9313= IFCPROPERTYENUMERATION('PEnum_CoolingTowerSprayType',('SPRAYFILLED','SPLASHTYPEFILL','FILMTYPEFILL','OTHER','NOTKNOWN','UNSET'),$); +#2655= IFCSIMPLEPROPERTYTEMPLATE('2KdNC0qSCHuO00025QrE$V',$,'SpeakerType','Indicates the type of speaker.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9324,$,$,$,$); +#9324= IFCPROPERTYENUMERATION('PEnum_AudioVisualSpeakerType',('FULLRANGE','MIDRANGE','WOOFER','TWEETER','COAXIAL','OTHER','NOTKNOWN','UNSET.'),$); -#2656= IFCSIMPLEPROPERTYTEMPLATE('3zsj40KP9DfPZBUt5MVyt5',$,'SpreadingRate','The nominal overall mass of material per area covered by the course.',.P_SINGLEVALUE.,'IfcNumericMeasure',$,$,$,$,$,$); +#2656= IFCSIMPLEPROPERTYTEMPLATE('27WeC0qSSHuO00025QrE$V',$,'SpecialConstruction','Special construction capabilities like self-supporting, flat devidable cable or bus flat non devidable cable or bus supporting elements inside (steal, textile, concentric conductor). Note that materials used should be agreed between exchange participants before use.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2657= IFCSIMPLEPROPERTYTEMPLATE('07Mnu0qSKHuO00025QrE$V',$,'SprinklerProtection','Indication whether this object is sprinkler protected (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2657= IFCSIMPLEPROPERTYTEMPLATE('1H3Ys0qV8HuO00025QrE$V',$,'SpecialInstructions','Special instructions for packing.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2658= IFCSIMPLEPROPERTYTEMPLATE('1_6Wg0qWaHuO00025QrE$V',$,'SprinklerProtection','Indication whether the space is sprinkler protected (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2658= IFCSIMPLEPROPERTYTEMPLATE('3FkPc0qVSHuO00025QrE$V',$,'SpecialInstructions','Special instructions that affect the move.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2659= IFCSIMPLEPROPERTYTEMPLATE('2GSbK0qSKHuO00025QrE$V',$,'SprinklerProtection','Indication whether this object is sprinkler protected (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2659= IFCSIMPLEPROPERTYTEMPLATE('1eejWaX7j3auMW_oHyVPWg',$,'SpecialPositionArrangement','Type of special position at which the signal is placed.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2660= IFCSIMPLEPROPERTYTEMPLATE('0C7z80qSKHuO00025QrE$V',$,'SprinklerProtectionAutomatic','Indication whether this object has an automatic sprinkler protection (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2660= IFCSIMPLEPROPERTYTEMPLATE('1kGlm0qV8HuO00025QrE$V',$,'SpecialRequirements','Any additional special requirements that need to be included in the permit to work.\X\0D\X\0A\X\0D\X\0ANOTE - Additional permit requirements may be imposed according to the nature of the facility at which the work is carried out. For instance, in clean areas, special clothing may be required whilst in corrective institutions, it may be necessary to check in and check out tools that will be used for work as a safety precaution.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2661= IFCSIMPLEPROPERTYTEMPLATE('243_k0qWaHuO00025QrE$V',$,'SprinklerProtectionAutomatic','Indication whether the space has an automatic sprinkler protection (TRUE) or not (FALSE).\X\0D\X\0AIt should only be given, if the property "SprinklerProtection" is set to TRUE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2661= IFCSIMPLEPROPERTYTEMPLATE('19J8e0qUuHuO00025QrE$V',$,'Species','Wood species of a solid wood or laminated wood product.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2662= IFCSIMPLEPROPERTYTEMPLATE('2Lpv_0qSKHuO00025QrE$V',$,'SprinklerProtectionAutomatic','Indication whether this object has an automatic sprinkler protection (TRUE) or not (FALSE).\X\0D\X\0AIt should only be given, if the property "SprinklerProtection" is set to TRUE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2662= IFCSIMPLEPROPERTYTEMPLATE('0$GZsDpVX0HeG5RURnigAw',$,'SpecificationSectionNumber','A reference number to an external contract technical specification section describing either (a) minimum performance requirements of a given IfcProductType/IfcProduct or (b) a preselection for a specific IfcProductType/IfcProduct made for this project.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2663= IFCSIMPLEPROPERTYTEMPLATE('0TUTO0qUSHuO00025QrE$V',$,'SprinklerType','Identifies the predefined types of sprinkler from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9345,$,$,$,$); -#9345= IFCPROPERTYENUMERATION('PEnum_SprinklerType',('CEILING','CONCEALED','CUTOFF','PENDANT','RECESSEDPENDANT','SIDEWALL','UPRIGHT','OTHER','NOTKNOWN','UNSET'),$); +#2663= IFCSIMPLEPROPERTYTEMPLATE('078qY0qUuHuO00025QrE$V',$,'SpecificHeatCapacity','Defines the specific heat of the material: heat energy absorbed per temperature unit.',.P_SINGLEVALUE.,'IfcSpecificHeatCapacityMeasure',$,$,$,$,$,$); -#2664= IFCSIMPLEPROPERTYTEMPLATE('0eCsk0qUKHuO00025QrE$V',$,'Staggered','If intermittent weld, staggered or not',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#2664= IFCSIMPLEPROPERTYTEMPLATE('2szxQ0qUmHuO00025QrE$V',$,'SpecificHeatCapacity','Specific heat of the products of combustion: heat energy absorbed per temperature unit.',.P_SINGLEVALUE.,'IfcSpecificHeatCapacityMeasure',$,$,$,$,$,$); -#2665= IFCSIMPLEPROPERTYTEMPLATE('1Uqwi0qX8HuO00025QrE$V',$,'StaggeredRowSpacing','Staggered tube row spacing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2665= IFCSIMPLEPROPERTYTEMPLATE('0YsXy0qUqHuO00025QrE$V',$,'SpecificHeatTemperatureDerivative','Specific heat temperature derivative.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2666= IFCSIMPLEPROPERTYTEMPLATE('0h7sE0qSSHuO00025QrE$V',$,'Standard','The designation of the standard applicable for the definition of the Cable/Bus used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2666= IFCSIMPLEPROPERTYTEMPLATE('1BOHc0qUiHuO00025QrE$V',$,'Spectrum','The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other.',.P_TABLEVALUE.,'IfcNumericMeasure','IfcNumericMeasure',$,$,$,$,$); -#2667= IFCSIMPLEPROPERTYTEMPLATE('0V0Sa0qVmHuO00025QrE$V',$,'Standard','The designation of the standard applicable for the definition of the characteristics of the\X\0D\X\0Atripping_unit.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2667= IFCSIMPLEPROPERTYTEMPLATE('0FXdu0qWGHuO00025QrE$V',$,'SpilloverLevel','The level at which water spills out of the terminal.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2668= IFCSIMPLEPROPERTYTEMPLATE('3CMkc0qSWHuO00025QrE$V',$,'Standard','The designation of the standard applicable for the definition of the core used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2668= IFCSIMPLEPROPERTYTEMPLATE('1JU8E0qW8HuO00025QrE$V',$,'SpilloverLevel','The level at which water spills out of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2669= IFCSIMPLEPROPERTYTEMPLATE('3kyW00qT8HuO00025QrE$V',$,'StandardFixingPlateDepth','The depth of the standard fixing plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2669= IFCSIMPLEPROPERTYTEMPLATE('1PRsG0qWGHuO00025QrE$V',$,'SpilloverLevel','The level at which water spills out of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2670= IFCSIMPLEPROPERTYTEMPLATE('3qJqg0qT8HuO00025QrE$V',$,'StandardFixingPlateThickness','The thickness of the standard fixing plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2670= IFCSIMPLEPROPERTYTEMPLATE('1yemy0qXOHuO00025QrE$V',$,'SpilloverLevel','The level at which water spills out of the terminal.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2671= IFCSIMPLEPROPERTYTEMPLATE('3e$1y0qT8HuO00025QrE$V',$,'StandardFixingPlateWidth','The width of the standard fixing plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2671= IFCSIMPLEPROPERTYTEMPLATE('2Lr9q0qSyHuO00025QrE$V',$,'SprayType','SprayFilled: Water is sprayed into airflow.\X\0D\X\0ASplashTypeFill: water cascades over successive rows of splash bars.\X\0D\X\0AFilmTypeFill: water flows in a thin layer over closely spaced sheets.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9351,$,$,$,$); +#9351= IFCPROPERTYENUMERATION('PEnum_CoolingTowerSprayType',('SPRAYFILLED','SPLASHTYPEFILL','FILMTYPEFILL','OTHER','NOTKNOWN','UNSET'),$); -#2672= IFCSIMPLEPROPERTYTEMPLATE('30Uo60qU0HuO00025QrE$V',$,'StartCurrentFactor','IEC. Start current factor defines how large the peek starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and we get the start current.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2672= IFCSIMPLEPROPERTYTEMPLATE('3zsj40KP9DfPZBUt5MVyt5',$,'SpreadingRate','The nominal overall mass of material per area covered by the course.',.P_SINGLEVALUE.,'IfcNumericMeasure',$,$,$,$,$,$); -#2673= IFCSIMPLEPROPERTYTEMPLATE('3k_Fo0qU0HuO00025QrE$V',$,'StartCurrentFactor','IEC. Start current factor defines how large the peak starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and to give the start current.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2673= IFCSIMPLEPROPERTYTEMPLATE('07Mnu0qSKHuO00025QrE$V',$,'SprinklerProtection','Indication whether this object is sprinkler protected (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2674= IFCSIMPLEPROPERTYTEMPLATE('1ZY6S0qV8HuO00025QrE$V',$,'StartDate','Date and time from which the permit becomes valid.',.P_SINGLEVALUE.,'IfcDateTime',$,$,$,$,$,$); +#2674= IFCSIMPLEPROPERTYTEMPLATE('1_6Wg0qWaHuO00025QrE$V',$,'SprinklerProtection','Indication whether the space is sprinkler protected (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2675= IFCSIMPLEPROPERTYTEMPLATE('0KcYsFKoPBSh0Sikz0RXzV',$,'StartElevation','Elevation of the start point relative to the mean sea level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#2675= IFCSIMPLEPROPERTYTEMPLATE('2GSbK0qSKHuO00025QrE$V',$,'SprinklerProtection','Indication whether this object is sprinkler protected (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2676= IFCSIMPLEPROPERTYTEMPLATE('2Pqz_0qWuHuO00025QrE$V',$,'StarterType','A list of the available types of starter from which that required may be selected where:\X\0D\X\0A\X\0D\X\0AAutoTransformer: A starter for an induction motor which uses for starting one or more reduced voltages derived from an auto transformer. (IEC 441-14-45)\X\0D\X\0AManual: A starter in which the force for closing the main contacts is provided exclusively by manual energy. (IEC 441-14-39)\X\0D\X\0ADirectOnLine: A starter which connects the line voltage across the motor terminals in one step. (IEC 441-14-40)\X\0D\X\0AFrequency: A starter in which the frequency of the power supply is progressively increased until the normal operation frequency is attained.\X\0D\X\0AnStep: A starter in which there are (n-1) intermediate accelerating positions between the off and full on positions. (IEC 441-14-41)\X\0D\X\0ARheostatic: A starter using one or several resistors for obtaining, during starting, stated motor torque characteristics and for limiting the current. (IEC 441-14-425)\X\0D\X\0AStarDelta: A starter for a 3 phase induction motor such that in the starting position the stator windings are connected in star and in the final running position they are connected in delta. (IEC 441-14-44)',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9376,$,$,$,$); -#9376= IFCPROPERTYENUMERATION('PEnum_StarterType',('AUTOTRANSFORMER','MANUAL','DIRECTONLINE','FREQUENCY','NSTEP','RHEOSTATIC','STARDELTA','OTHER','NOTKNOWN','UNSET'),$); +#2676= IFCSIMPLEPROPERTYTEMPLATE('0C7z80qSKHuO00025QrE$V',$,'SprinklerProtectionAutomatic','Indication whether this object has an automatic sprinkler protection (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2677= IFCSIMPLEPROPERTYTEMPLATE('3p9He0qU0HuO00025QrE$V',$,'StartingTime','The time (in s) needed for the motor to reach its rated speed with its driven equipment attached, starting from standstill and at the nominal voltage applied at its terminals.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2677= IFCSIMPLEPROPERTYTEMPLATE('243_k0qWaHuO00025QrE$V',$,'SprinklerProtectionAutomatic','Indication whether the space has an automatic sprinkler protection (TRUE) or not (FALSE).\X\0D\X\0AIt should only be given, if the property "SprinklerProtection" is set to TRUE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2678= IFCSIMPLEPROPERTYTEMPLATE('1WVoOImSPC5vxwgP5hvg3Y',$,'StartingWindSpeed','Indicates the starting wind speed of the wind sensor.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#2678= IFCSIMPLEPROPERTYTEMPLATE('2Lpv_0qSKHuO00025QrE$V',$,'SprinklerProtectionAutomatic','Indication whether this object has an automatic sprinkler protection (TRUE) or not (FALSE).\X\0D\X\0AIt should only be given, if the property "SprinklerProtection" is set to TRUE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2679= IFCSIMPLEPROPERTYTEMPLATE('01PipsVZr9Q8Qgw9_KMfFV',$,'StartSmoothingLength','Length for the circular transition change of curvature at the start of the cant segment, measured from the start of the cant segment to the end of the circular transition change of curvature.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2679= IFCSIMPLEPROPERTYTEMPLATE('0TUTO0qUSHuO00025QrE$V',$,'SprinklerType','Identifies the predefined types of sprinkler from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#9383= IFCPROPERTYENUMERATION('PEnum_SprinklerType',('CEILING','CONCEALED','CUTOFF','PENDANT','RECESSEDPENDANT','SIDEWALL','UPRIGHT','OTHER','NOTKNOWN','UNSET'),$); -#2680= IFCSIMPLEPROPERTYTEMPLATE('2wUFXsqVDB8fwdTk7zGJXN',$,'Station','The station value at this location.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#2680= IFCSIMPLEPROPERTYTEMPLATE('0eCsk0qUKHuO00025QrE$V',$,'Staggered','If intermittent weld, staggered or not',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#2681= IFCSIMPLEPROPERTYTEMPLATE('002JG0qWWHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); -#9383= IFCPROPERTYENUMERATION('PEnum_ElementStatus',('NEW','EXISTING','DEMOLISH','TEMPORARY','OTHER','NOTKNOWN','UNSET'),$); +#2681= IFCSIMPLEPROPERTYTEMPLATE('1Uqwi0qX8HuO00025QrE$V',$,'StaggeredRowSpacing','Staggered tube row spacing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2682= IFCSIMPLEPROPERTYTEMPLATE('05abe0qSSHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2682= IFCSIMPLEPROPERTYTEMPLATE('0h7sE0qSSHuO00025QrE$V',$,'Standard','The designation of the standard applicable for the definition of the Cable/Bus used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2683= IFCSIMPLEPROPERTYTEMPLATE('05g4y0qVCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2683= IFCSIMPLEPROPERTYTEMPLATE('0V0Sa0qVmHuO00025QrE$V',$,'Standard','The designation of the standard applicable for the definition of the characteristics of the\X\0D\X\0Atripping_unit.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2684= IFCSIMPLEPROPERTYTEMPLATE('08y0g0qVGHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2684= IFCSIMPLEPROPERTYTEMPLATE('3CMkc0qSWHuO00025QrE$V',$,'Standard','The designation of the standard applicable for the definition of the core used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2685= IFCSIMPLEPROPERTYTEMPLATE('09SAq0qSGHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2685= IFCSIMPLEPROPERTYTEMPLATE('3kyW00qT8HuO00025QrE$V',$,'StandardFixingPlateDepth','The depth of the standard fixing plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2686= IFCSIMPLEPROPERTYTEMPLATE('09VQQ0qTuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2686= IFCSIMPLEPROPERTYTEMPLATE('3qJqg0qT8HuO00025QrE$V',$,'StandardFixingPlateThickness','The thickness of the standard fixing plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2687= IFCSIMPLEPROPERTYTEMPLATE('0CBig0qUCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2687= IFCSIMPLEPROPERTYTEMPLATE('3e$1y0qT8HuO00025QrE$V',$,'StandardFixingPlateWidth','The width of the standard fixing plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2688= IFCSIMPLEPROPERTYTEMPLATE('0CKeiSTML5V8Nk6QNncdRn',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2688= IFCSIMPLEPROPERTYTEMPLATE('30Uo60qU0HuO00025QrE$V',$,'StartCurrentFactor','IEC. Start current factor defines how large the peek starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and we get the start current.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2689= IFCSIMPLEPROPERTYTEMPLATE('0D5Yi0qUWHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2689= IFCSIMPLEPROPERTYTEMPLATE('3k_Fo0qU0HuO00025QrE$V',$,'StartCurrentFactor','IEC. Start current factor defines how large the peak starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and to give the start current.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2690= IFCSIMPLEPROPERTYTEMPLATE('0DRV20qVyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2690= IFCSIMPLEPROPERTYTEMPLATE('1ZY6S0qV8HuO00025QrE$V',$,'StartDate','Date and time from which the permit becomes valid.',.P_SINGLEVALUE.,'IfcDateTime',$,$,$,$,$,$); -#2691= IFCSIMPLEPROPERTYTEMPLATE('0EKLC0qVmHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2691= IFCSIMPLEPROPERTYTEMPLATE('0KcYsFKoPBSh0Sikz0RXzV',$,'StartElevation','Elevation of the start point relative to the mean sea level.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2692= IFCSIMPLEPROPERTYTEMPLATE('0EW2q0qS4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2692= IFCSIMPLEPROPERTYTEMPLATE('2Pqz_0qWuHuO00025QrE$V',$,'StarterType','A list of the available types of starter from which that required may be selected where:\X\0D\X\0A\X\0D\X\0AAutoTransformer: A starter for an induction motor which uses for starting one or more reduced voltages derived from an auto transformer. (IEC 441-14-45)\X\0D\X\0AManual: A starter in which the force for closing the main contacts is provided exclusively by manual energy. (IEC 441-14-39)\X\0D\X\0ADirectOnLine: A starter which connects the line voltage across the motor terminals in one step. (IEC 441-14-40)\X\0D\X\0AFrequency: A starter in which the frequency of the power supply is progressively increased until the normal operation frequency is attained.\X\0D\X\0AnStep: A starter in which there are (n-1) intermediate accelerating positions between the off and full on positions. (IEC 441-14-41)\X\0D\X\0ARheostatic: A starter using one or several resistors for obtaining, during starting, stated motor torque characteristics and for limiting the current. (IEC 441-14-425)\X\0D\X\0AStarDelta: A starter for a 3 phase induction motor such that in the starting position the stator windings are connected in star and in the final running position they are connected in delta. (IEC 441-14-44)',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9414,$,$,$,$); +#9414= IFCPROPERTYENUMERATION('PEnum_StarterType',('AUTOTRANSFORMER','MANUAL','DIRECTONLINE','FREQUENCY','NSTEP','RHEOSTATIC','STARDELTA','OTHER','NOTKNOWN','UNSET'),$); -#2693= IFCSIMPLEPROPERTYTEMPLATE('0F7i20qSqHuO00025QrE$V',$,'Status','Indicates an error code or identifier, whose meaning is specific to the particular automation system. Example values include: ''ConfigurationError'', ''NotConnected'', ''DeviceFailure'', ''SensorFailure'', ''LastKnown, ''CommunicationsFailure'', ''OutOfService''.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLabel',$,$,$,$,$); +#2693= IFCSIMPLEPROPERTYTEMPLATE('3p9He0qU0HuO00025QrE$V',$,'StartingTime','The time (in s) needed for the motor to reach its rated speed with its driven equipment attached, starting from standstill and at the nominal voltage applied at its terminals.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2694= IFCSIMPLEPROPERTYTEMPLATE('0g52E0qXCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2694= IFCSIMPLEPROPERTYTEMPLATE('1WVoOImSPC5vxwgP5hvg3Y',$,'StartingWindSpeed','Indicates the starting wind speed of the wind sensor.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#2695= IFCSIMPLEPROPERTYTEMPLATE('0GE0ZFN_PDM9vp5yT9CKUr',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2695= IFCSIMPLEPROPERTYTEMPLATE('01PipsVZr9Q8Qgw9_KMfFV',$,'StartSmoothingLength','Length for the circular transition change of curvature at the start of the cant segment, measured from the start of the cant segment to the end of the circular transition change of curvature.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2696= IFCSIMPLEPROPERTYTEMPLATE('0hnFE0qU4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2696= IFCSIMPLEPROPERTYTEMPLATE('2wUFXsqVDB8fwdTk7zGJXN',$,'Station','The station value at this location.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2697= IFCSIMPLEPROPERTYTEMPLATE('0jDFA0qSOHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2697= IFCSIMPLEPROPERTYTEMPLATE('002JG0qWWHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); +#9421= IFCPROPERTYENUMERATION('PEnum_ElementStatus',('NEW','EXISTING','DEMOLISH','TEMPORARY','OTHER','NOTKNOWN','UNSET'),$); -#2698= IFCSIMPLEPROPERTYTEMPLATE('0l_Gq0qV4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2698= IFCSIMPLEPROPERTYTEMPLATE('05abe0qSSHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2699= IFCSIMPLEPROPERTYTEMPLATE('0L4w80qSiHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2699= IFCSIMPLEPROPERTYTEMPLATE('05g4y0qVCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2700= IFCSIMPLEPROPERTYTEMPLATE('0lHeE0qRqHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2700= IFCSIMPLEPROPERTYTEMPLATE('08y0g0qVGHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2701= IFCSIMPLEPROPERTYTEMPLATE('0ND2k0qU0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2701= IFCSIMPLEPROPERTYTEMPLATE('09SAq0qSGHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2702= IFCSIMPLEPROPERTYTEMPLATE('0o2vs0qUeHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2702= IFCSIMPLEPROPERTYTEMPLATE('09VQQ0qTuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2703= IFCSIMPLEPROPERTYTEMPLATE('0owGC0qTiHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2703= IFCSIMPLEPROPERTYTEMPLATE('0CBig0qUCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2704= IFCSIMPLEPROPERTYTEMPLATE('0Q9o00qT0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2704= IFCSIMPLEPROPERTYTEMPLATE('0CKeiSTML5V8Nk6QNncdRn',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2705= IFCSIMPLEPROPERTYTEMPLATE('0Qc9xk12n40eCxiaK_E2E8',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2705= IFCSIMPLEPROPERTYTEMPLATE('0D5Yi0qUWHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2706= IFCSIMPLEPROPERTYTEMPLATE('0R776yD1b15fWhkijME2BM',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2706= IFCSIMPLEPROPERTYTEMPLATE('0DRV20qVyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2707= IFCSIMPLEPROPERTYTEMPLATE('0SEw_0qSqHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2707= IFCSIMPLEPROPERTYTEMPLATE('0EKLC0qVmHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2708= IFCSIMPLEPROPERTYTEMPLATE('0T$NS0qRqHuO00025QrE$V',$,'Status','Indicates an error code or identifier, whose meaning is specific to the particular automation system. Example values include: ''ConfigurationError'', ''NotConnected'', ''DeviceFailure'', ''SensorFailure'', ''LastKnown, ''CommunicationsFailure'', ''OutOfService''.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLabel',$,$,$,$,$); +#2708= IFCSIMPLEPROPERTYTEMPLATE('0EW2q0qS4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2709= IFCSIMPLEPROPERTYTEMPLATE('0uyDi0qVyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2709= IFCSIMPLEPROPERTYTEMPLATE('0F7i20qSqHuO00025QrE$V',$,'Status','Indicates an error code or identifier, whose meaning is specific to the particular automation system. Example values include: ''ConfigurationError'', ''NotConnected'', ''DeviceFailure'', ''SensorFailure'', ''LastKnown, ''CommunicationsFailure'', ''OutOfService''.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLabel',$,$,$,$,$); -#2710= IFCSIMPLEPROPERTYTEMPLATE('0w1HQ0qSKHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2710= IFCSIMPLEPROPERTYTEMPLATE('0g52E0qXCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2711= IFCSIMPLEPROPERTYTEMPLATE('0Wvqzvq7L0UfBvFMU8A1Co',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2711= IFCSIMPLEPROPERTYTEMPLATE('0GE0ZFN_PDM9vp5yT9CKUr',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2712= IFCSIMPLEPROPERTYTEMPLATE('107kM0qWqHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2712= IFCSIMPLEPROPERTYTEMPLATE('0hnFE0qU4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2713= IFCSIMPLEPROPERTYTEMPLATE('10ebfaOlX82fn9pBND2gTI',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2713= IFCSIMPLEPROPERTYTEMPLATE('0jDFA0qSOHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2714= IFCSIMPLEPROPERTYTEMPLATE('11wQ4bRUr9fho1muno$GPl',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2714= IFCSIMPLEPROPERTYTEMPLATE('0l_Gq0qV4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2715= IFCSIMPLEPROPERTYTEMPLATE('12qWY0qXOHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2715= IFCSIMPLEPROPERTYTEMPLATE('0L4w80qSiHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2716= IFCSIMPLEPROPERTYTEMPLATE('16Ysu0qSaHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2716= IFCSIMPLEPROPERTYTEMPLATE('0lHeE0qRqHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2717= IFCSIMPLEPROPERTYTEMPLATE('18nUg0qX8HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2717= IFCSIMPLEPROPERTYTEMPLATE('0ND2k0qU0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2718= IFCSIMPLEPROPERTYTEMPLATE('1B4L00qUGHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2718= IFCSIMPLEPROPERTYTEMPLATE('0o2vs0qUeHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2719= IFCSIMPLEPROPERTYTEMPLATE('1BT100qX4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2719= IFCSIMPLEPROPERTYTEMPLATE('0owGC0qTiHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2720= IFCSIMPLEPROPERTYTEMPLATE('1clYk0qSyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2720= IFCSIMPLEPROPERTYTEMPLATE('0Q9o00qT0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2721= IFCSIMPLEPROPERTYTEMPLATE('1ephq0qSGHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2721= IFCSIMPLEPROPERTYTEMPLATE('0Qc9xk12n40eCxiaK_E2E8',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2722= IFCSIMPLEPROPERTYTEMPLATE('1EQWC0qWSHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2722= IFCSIMPLEPROPERTYTEMPLATE('0R776yD1b15fWhkijME2BM',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2723= IFCSIMPLEPROPERTYTEMPLATE('1Fa3M0qV4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2723= IFCSIMPLEPROPERTYTEMPLATE('0SEw_0qSqHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2724= IFCSIMPLEPROPERTYTEMPLATE('1FY3c0qU4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2724= IFCSIMPLEPROPERTYTEMPLATE('0T$NS0qRqHuO00025QrE$V',$,'Status','Indicates an error code or identifier, whose meaning is specific to the particular automation system. Example values include: ''ConfigurationError'', ''NotConnected'', ''DeviceFailure'', ''SensorFailure'', ''LastKnown, ''CommunicationsFailure'', ''OutOfService''.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLabel',$,$,$,$,$); -#2725= IFCSIMPLEPROPERTYTEMPLATE('1hrgS0qTuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2725= IFCSIMPLEPROPERTYTEMPLATE('0uyDi0qVyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2726= IFCSIMPLEPROPERTYTEMPLATE('1My8v0zEn4Hek5k3AKjbvV',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2726= IFCSIMPLEPROPERTYTEMPLATE('0w1HQ0qSKHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2727= IFCSIMPLEPROPERTYTEMPLATE('1OXmG0qVqHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2727= IFCSIMPLEPROPERTYTEMPLATE('0Wvqzvq7L0UfBvFMU8A1Co',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2728= IFCSIMPLEPROPERTYTEMPLATE('1pD6GEhpb3kQoohaFgDAHz',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2728= IFCSIMPLEPROPERTYTEMPLATE('107kM0qWqHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2729= IFCSIMPLEPROPERTYTEMPLATE('1QWv_0qSeHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2729= IFCSIMPLEPROPERTYTEMPLATE('10ebfaOlX82fn9pBND2gTI',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2730= IFCSIMPLEPROPERTYTEMPLATE('1Rqxq0qWWHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2730= IFCSIMPLEPROPERTYTEMPLATE('11wQ4bRUr9fho1muno$GPl',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2731= IFCSIMPLEPROPERTYTEMPLATE('1sapi0qU8HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2731= IFCSIMPLEPROPERTYTEMPLATE('12qWY0qXOHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2732= IFCSIMPLEPROPERTYTEMPLATE('1Sb340qRyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2732= IFCSIMPLEPROPERTYTEMPLATE('16Ysu0qSaHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2733= IFCSIMPLEPROPERTYTEMPLATE('1ujyA0qVyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2733= IFCSIMPLEPROPERTYTEMPLATE('18nUg0qX8HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2734= IFCSIMPLEPROPERTYTEMPLATE('1uNls0qUOHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2734= IFCSIMPLEPROPERTYTEMPLATE('1B4L00qUGHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2735= IFCSIMPLEPROPERTYTEMPLATE('1UP__0qTCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2735= IFCSIMPLEPROPERTYTEMPLATE('1BT100qX4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2736= IFCSIMPLEPROPERTYTEMPLATE('1V2u20qUaHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2736= IFCSIMPLEPROPERTYTEMPLATE('1clYk0qSyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2737= IFCSIMPLEPROPERTYTEMPLATE('1Xfg_0qS8HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2737= IFCSIMPLEPROPERTYTEMPLATE('1ephq0qSGHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2738= IFCSIMPLEPROPERTYTEMPLATE('1XgAw0qSOHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2738= IFCSIMPLEPROPERTYTEMPLATE('1EQWC0qWSHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2739= IFCSIMPLEPROPERTYTEMPLATE('1xvue0qT0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2739= IFCSIMPLEPROPERTYTEMPLATE('1Fa3M0qV4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2740= IFCSIMPLEPROPERTYTEMPLATE('1z3xk0qRuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2740= IFCSIMPLEPROPERTYTEMPLATE('1FY3c0qU4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2741= IFCSIMPLEPROPERTYTEMPLATE('23_lO0qTyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2741= IFCSIMPLEPROPERTYTEMPLATE('1hrgS0qTuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2742= IFCSIMPLEPROPERTYTEMPLATE('2caGq0qUSHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2742= IFCSIMPLEPROPERTYTEMPLATE('1My8v0zEn4Hek5k3AKjbvV',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2743= IFCSIMPLEPROPERTYTEMPLATE('2DrYQ0qUeHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2743= IFCSIMPLEPROPERTYTEMPLATE('1OXmG0qVqHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2744= IFCSIMPLEPROPERTYTEMPLATE('2f1bs0qWqHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2744= IFCSIMPLEPROPERTYTEMPLATE('1pD6GEhpb3kQoohaFgDAHz',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2745= IFCSIMPLEPROPERTYTEMPLATE('2fCvAGBpr3x8S7N8rZtpnP',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2745= IFCSIMPLEPROPERTYTEMPLATE('1QWv_0qSeHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2746= IFCSIMPLEPROPERTYTEMPLATE('2IwgG0qV4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2746= IFCSIMPLEPROPERTYTEMPLATE('1Rqxq0qWWHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2747= IFCSIMPLEPROPERTYTEMPLATE('2iwwq0qXWHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2747= IFCSIMPLEPROPERTYTEMPLATE('1sapi0qU8HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2748= IFCSIMPLEPROPERTYTEMPLATE('2j9880qV4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2748= IFCSIMPLEPROPERTYTEMPLATE('1Sb340qRyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2749= IFCSIMPLEPROPERTYTEMPLATE('2jQ560qU0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2749= IFCSIMPLEPROPERTYTEMPLATE('1ujyA0qVyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2750= IFCSIMPLEPROPERTYTEMPLATE('2jqPnPi7zFNRX$OEExuOpW',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2750= IFCSIMPLEPROPERTYTEMPLATE('1uNls0qUOHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2751= IFCSIMPLEPROPERTYTEMPLATE('2LIV_0qUiHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2751= IFCSIMPLEPROPERTYTEMPLATE('1UP__0qTCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2752= IFCSIMPLEPROPERTYTEMPLATE('2mMaQ0qSuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2752= IFCSIMPLEPROPERTYTEMPLATE('1V2u20qUaHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2753= IFCSIMPLEPROPERTYTEMPLATE('2moW00qXKHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2753= IFCSIMPLEPROPERTYTEMPLATE('1Xfg_0qS8HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2754= IFCSIMPLEPROPERTYTEMPLATE('2Ngbg0qUSHuO00025QrE$V',$,'Status','Indicates an error code or identifier, whose meaning is specific to the particular automation system. Example values include: ''ConfigurationError'', ''NotConnected'', ''DeviceFailure'', ''SensorFailure'', ''LastKnown, ''CommunicationsFailure'', ''OutOfService''.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLabel',$,$,$,$,$); +#2754= IFCSIMPLEPROPERTYTEMPLATE('1XgAw0qSOHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2755= IFCSIMPLEPROPERTYTEMPLATE('2Ni5U0qVCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2755= IFCSIMPLEPROPERTYTEMPLATE('1xvue0qT0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2756= IFCSIMPLEPROPERTYTEMPLATE('2OUyO0qS0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2756= IFCSIMPLEPROPERTYTEMPLATE('1z3xk0qRuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2757= IFCSIMPLEPROPERTYTEMPLATE('2qpp40qSSHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2757= IFCSIMPLEPROPERTYTEMPLATE('23_lO0qTyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2758= IFCSIMPLEPROPERTYTEMPLATE('2uEDk0qWmHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2758= IFCSIMPLEPROPERTYTEMPLATE('2caGq0qUSHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2759= IFCSIMPLEPROPERTYTEMPLATE('2UHSk0qW4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2759= IFCSIMPLEPROPERTYTEMPLATE('2DrYQ0qUeHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2760= IFCSIMPLEPROPERTYTEMPLATE('2Umd00qSaHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2760= IFCSIMPLEPROPERTYTEMPLATE('2f1bs0qWqHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2761= IFCSIMPLEPROPERTYTEMPLATE('2v34O0qUaHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2761= IFCSIMPLEPROPERTYTEMPLATE('2fCvAGBpr3x8S7N8rZtpnP',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2762= IFCSIMPLEPROPERTYTEMPLATE('2Vfz60qSeHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2762= IFCSIMPLEPROPERTYTEMPLATE('2IwgG0qV4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2763= IFCSIMPLEPROPERTYTEMPLATE('2xRA40qUKHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2763= IFCSIMPLEPROPERTYTEMPLATE('2iwwq0qXWHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2764= IFCSIMPLEPROPERTYTEMPLATE('31drK0qSOHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2764= IFCSIMPLEPROPERTYTEMPLATE('2j9880qV4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2765= IFCSIMPLEPROPERTYTEMPLATE('35evK0qWyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2765= IFCSIMPLEPROPERTYTEMPLATE('2jQ560qU0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2766= IFCSIMPLEPROPERTYTEMPLATE('36V$i0qVuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2766= IFCSIMPLEPROPERTYTEMPLATE('2jqPnPi7zFNRX$OEExuOpW',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2767= IFCSIMPLEPROPERTYTEMPLATE('3I9Ey0qWaHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2767= IFCSIMPLEPROPERTYTEMPLATE('2LIV_0qUiHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2768= IFCSIMPLEPROPERTYTEMPLATE('3IbhUWyhjEC90GDNQ1lKhS',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2768= IFCSIMPLEPROPERTYTEMPLATE('2mMaQ0qSuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2769= IFCSIMPLEPROPERTYTEMPLATE('3iucu0qTyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2769= IFCSIMPLEPROPERTYTEMPLATE('2moW00qXKHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2770= IFCSIMPLEPROPERTYTEMPLATE('3lXPa0qSWHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2770= IFCSIMPLEPROPERTYTEMPLATE('2Ngbg0qUSHuO00025QrE$V',$,'Status','Indicates an error code or identifier, whose meaning is specific to the particular automation system. Example values include: ''ConfigurationError'', ''NotConnected'', ''DeviceFailure'', ''SensorFailure'', ''LastKnown, ''CommunicationsFailure'', ''OutOfService''.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLabel',$,$,$,$,$); -#2771= IFCSIMPLEPROPERTYTEMPLATE('3lzb80qX4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2771= IFCSIMPLEPROPERTYTEMPLATE('2Ni5U0qVCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2772= IFCSIMPLEPROPERTYTEMPLATE('3mF220qWGHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2772= IFCSIMPLEPROPERTYTEMPLATE('2OUyO0qS0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2773= IFCSIMPLEPROPERTYTEMPLATE('3N8NY0qU0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2773= IFCSIMPLEPROPERTYTEMPLATE('2qpp40qSSHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2774= IFCSIMPLEPROPERTYTEMPLATE('3P0J40qWmHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2774= IFCSIMPLEPROPERTYTEMPLATE('2uEDk0qWmHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2775= IFCSIMPLEPROPERTYTEMPLATE('3PG0C0qV4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2775= IFCSIMPLEPROPERTYTEMPLATE('2UHSk0qW4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2776= IFCSIMPLEPROPERTYTEMPLATE('3PKFg0qXCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2776= IFCSIMPLEPROPERTYTEMPLATE('2Umd00qSaHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2777= IFCSIMPLEPROPERTYTEMPLATE('3T5be0qTuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2777= IFCSIMPLEPROPERTYTEMPLATE('2v34O0qUaHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2778= IFCSIMPLEPROPERTYTEMPLATE('3UynG0qWGHuO00025QrE$V',$,'Status','Indicates an error code or identifier, whose meaning is specific to the particular automation system. Example values include: ''ConfigurationError'', ''NotConnected'', ''DeviceFailure'', ''SensorFailure'', ''LastKnown, ''CommunicationsFailure'', ''OutOfService''.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLabel',$,$,$,$,$); +#2778= IFCSIMPLEPROPERTYTEMPLATE('2Vfz60qSeHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2779= IFCSIMPLEPROPERTYTEMPLATE('3Xr160qT0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2779= IFCSIMPLEPROPERTYTEMPLATE('2xRA40qUKHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2780= IFCSIMPLEPROPERTYTEMPLATE('3zvAo0qUeHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9383,$,$,$,$); +#2780= IFCSIMPLEPROPERTYTEMPLATE('31drK0qSOHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2781= IFCSIMPLEPROPERTYTEMPLATE('1vPh$B_I5FigMapMG3Ne8f',$,'SteadyDeviceType','Type of Steady Device: To indicate the mode of registration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9620,$,$,$,$); -#9620= IFCPROPERTYENUMERATION('PEnum_SteadyDeviceType',('PULL_OFF','PUSH_OFF','OTHER','NOTKNOWN','UNSET'),$); +#2781= IFCSIMPLEPROPERTYTEMPLATE('35evK0qWyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2782= IFCSIMPLEPROPERTYTEMPLATE('3wiUQ0qXCHuO00025QrE$V',$,'Steam','The amount of steam consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMassMeasure',$,$,$,$,$); +#2782= IFCSIMPLEPROPERTYTEMPLATE('36V$i0qVuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2783= IFCSIMPLEPROPERTYTEMPLATE('2mkWW0qVKHuO00025QrE$V',$,'StemBaseChamfer','Stem base chamfer of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#2783= IFCSIMPLEPROPERTYTEMPLATE('3I9Ey0qWaHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2784= IFCSIMPLEPROPERTYTEMPLATE('2y3JE0qVKHuO00025QrE$V',$,'StemBaseFillet','Stem base fillet of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#2784= IFCSIMPLEPROPERTYTEMPLATE('3IbhUWyhjEC90GDNQ1lKhS',$,'Status',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2785= IFCSIMPLEPROPERTYTEMPLATE('2ZdHa0qVKHuO00025QrE$V',$,'StemBaseWidth','Stem base width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2785= IFCSIMPLEPROPERTYTEMPLATE('3iucu0qTyHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2786= IFCSIMPLEPROPERTYTEMPLATE('2s5rA0qVKHuO00025QrE$V',$,'StemTopChamfer','Stem top chamfer of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#2786= IFCSIMPLEPROPERTYTEMPLATE('3lXPa0qSWHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2787= IFCSIMPLEPROPERTYTEMPLATE('30qUU0qVKHuO00025QrE$V',$,'StemTopFillet','Stem top fillet of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#2787= IFCSIMPLEPROPERTYTEMPLATE('3lzb80qX4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2788= IFCSIMPLEPROPERTYTEMPLATE('2gAv20qVKHuO00025QrE$V',$,'StemTopWidth','Stem top width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2788= IFCSIMPLEPROPERTYTEMPLATE('3mF220qWGHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2789= IFCSIMPLEPROPERTYTEMPLATE('3JKHw0qVyHuO00025QrE$V',$,'StirrupBarPitch','The pitch length of the stirrup bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2789= IFCSIMPLEPROPERTYTEMPLATE('3N8NY0qU0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2790= IFCSIMPLEPROPERTYTEMPLATE('1GaLKhaGH1$x4YploezUeu',$,'StockRailRadius','The radius of the stock rail bend defined as design parameter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2790= IFCSIMPLEPROPERTYTEMPLATE('3P0J40qWmHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2791= IFCSIMPLEPROPERTYTEMPLATE('0D2MZl1bLBAhq4V$nrIFaO',$,'StoneFinishes','Eg. ''Polished'', ''Bush Hammered'', ''Split'', ''Sawn'', ''Flamed''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2791= IFCSIMPLEPROPERTYTEMPLATE('3PG0C0qV4HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2792= IFCSIMPLEPROPERTYTEMPLATE('1$iZi7fOT5d8x0ECyuS0B0',$,'StorageCapacity','Indicates the storage capacity defined by bytes that can be handled by the appliance.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#2792= IFCSIMPLEPROPERTYTEMPLATE('3PKFg0qXCHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2793= IFCSIMPLEPROPERTYTEMPLATE('1l1lxKbmn2bAy1hWV7EsM1',$,'StorageCapacity','Indicates the total data storage capacity of the device. It is defined by bytes.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#2793= IFCSIMPLEPROPERTYTEMPLATE('3T5be0qTuHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2794= IFCSIMPLEPROPERTYTEMPLATE('0T6ELr2bv1MP48HEd_Ue3i',$,'StorageTemperatureRange','Allowed storage temperature range that the element complies with.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2794= IFCSIMPLEPROPERTYTEMPLATE('3UynG0qWGHuO00025QrE$V',$,'Status','Indicates an error code or identifier, whose meaning is specific to the particular automation system. Example values include: ''ConfigurationError'', ''NotConnected'', ''DeviceFailure'', ''SensorFailure'', ''LastKnown, ''CommunicationsFailure'', ''OutOfService''.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLabel',$,$,$,$,$); -#2795= IFCSIMPLEPROPERTYTEMPLATE('3WTWc0qWyHuO00025QrE$V',$,'StorageType','Defines the general material category intended to be stored.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9631,$,$,$,$); -#9631= IFCPROPERTYENUMERATION('PEnum_TankStorageType',('ICE','WATER','RAINWATER','WASTEWATER','POTABLEWATER','FUEL','OIL','OTHER','NOTKNOWN','UNSET'),$); +#2795= IFCSIMPLEPROPERTYTEMPLATE('3Xr160qT0HuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2796= IFCSIMPLEPROPERTYTEMPLATE('3LKqUANgv49RHlqIkKEDH9',$,'StrandingMethod','Specifies the method used to strand the cable. Stranding is the process where a particular number of stranding elements are joined together while winding them round a common axis.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2796= IFCSIMPLEPROPERTYTEMPLATE('3zvAo0qUeHuO00025QrE$V',$,'Status','Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as "New" - element designed as new addition, "Existing" - element exists and remains, "Demolish" - element existed but is to be demolished, "Temporary" - element will exists only temporary (like a temporary support structure).',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9421,$,$,$,$); -#2797= IFCSIMPLEPROPERTYTEMPLATE('10xb80qU8HuO00025QrE$V',$,'StratosphericOzoneLayerDestruction','Quantity of gases destroying the stratospheric ozone layer calculated in equivalent CFC-R11.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#2797= IFCSIMPLEPROPERTYTEMPLATE('1vPh$B_I5FigMapMG3Ne8f',$,'SteadyDeviceType','Type of Steady Device: To indicate the mode of registration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9658,$,$,$,$); +#9658= IFCPROPERTYENUMERATION('PEnum_SteadyDeviceType',('PULL_OFF','PUSH_OFF','OTHER','NOTKNOWN','UNSET'),$); -#2798= IFCSIMPLEPROPERTYTEMPLATE('3iIjS0qU4HuO00025QrE$V',$,'StratosphericOzoneLayerDestructionPerUnit','Quantity of gases destroying the stratospheric ozone layer calculated in equivalent CFC-R11',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#2798= IFCSIMPLEPROPERTYTEMPLATE('3wiUQ0qXCHuO00025QrE$V',$,'Steam','The amount of steam consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcMassMeasure',$,$,$,$,$); -#2799= IFCSIMPLEPROPERTYTEMPLATE('2MEGt4G$r1s8oshAXjpacJ',$,'StrengthClass','Classification of the concrete strength in accordance with the concrete design code which is applied in the project.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2799= IFCSIMPLEPROPERTYTEMPLATE('2mkWW0qVKHuO00025QrE$V',$,'StemBaseChamfer','Stem base chamfer of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#2800= IFCSIMPLEPROPERTYTEMPLATE('1EgTI0qUuHuO00025QrE$V',$,'StrengthGrade','Grade with respect to mechanical strength and stiffness.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2800= IFCSIMPLEPROPERTYTEMPLATE('2y3JE0qVKHuO00025QrE$V',$,'StemBaseFillet','Stem base fillet of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#2801= IFCSIMPLEPROPERTYTEMPLATE('2Csj00qRqHuO00025QrE$V',$,'Stroke','Indicates the maximum distance the actuator must traverse.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#2801= IFCSIMPLEPROPERTYTEMPLATE('2ZdHa0qVKHuO00025QrE$V',$,'StemBaseWidth','Stem base width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2802= IFCSIMPLEPROPERTYTEMPLATE('24YP60qSiHuO00025QrE$V',$,'StructuralClass','The structural class defined for the concrete structure (e.g. ''1'').',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2802= IFCSIMPLEPROPERTYTEMPLATE('2s5rA0qVKHuO00025QrE$V',$,'StemTopChamfer','Stem top chamfer of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#2803= IFCSIMPLEPROPERTYTEMPLATE('0p7_egygj3puc4u$Co$FM1',$,'StructuralSlope','The nominal side slope (allowable steepness) of the pavement structure (not including side slope fill) as a positive ratio measure. The slope information is provided in addition to the shape representation and the geometric parameters used within. In case of inconsistency between the geometric parameters take precedence. Value is typically less than 1.0 (1:1) but may be greater than that for steeper slopes.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2803= IFCSIMPLEPROPERTYTEMPLATE('30qUU0qVKHuO00025QrE$V',$,'StemTopFillet','Stem top fillet of the profile.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#2804= IFCSIMPLEPROPERTYTEMPLATE('3xWq8r8qv1fe3unGZTNN_f',$,'StructuralSlopeType','User defined description on the type of slope used for the pavement structure (not including side slope fill) . Examples are "Even" or "Stepped".',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2804= IFCSIMPLEPROPERTYTEMPLATE('2gAv20qVKHuO00025QrE$V',$,'StemTopWidth','Stem top width of the profile.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2805= IFCSIMPLEPROPERTYTEMPLATE('2xjDwMs_L4qQozvzZdZkMR',$,'StructuralStyle','Structural style of the element',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2805= IFCSIMPLEPROPERTYTEMPLATE('3JKHw0qVyHuO00025QrE$V',$,'StirrupBarPitch','The pitch length of the stirrup bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2806= IFCSIMPLEPROPERTYTEMPLATE('0cKUD5vlD8$g5oDvXR_9FO',$,'StructuralType','Structural type of the object',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2806= IFCSIMPLEPROPERTYTEMPLATE('1GaLKhaGH1$x4YploezUeu',$,'StockRailRadius','The radius of the stock rail bend defined as design parameter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2807= IFCSIMPLEPROPERTYTEMPLATE('2kWG3nIaXA$fxaD3w_yfmG',$,'Structure','State if marking is Structured or not, and what type... e.g. Kamflex, Longflex, Dropflex',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2807= IFCSIMPLEPROPERTYTEMPLATE('0D2MZl1bLBAhq4V$nrIFaO',$,'StoneFinishes','Eg. ''Polished'', ''Bush Hammered'', ''Split'', ''Sawn'', ''Flamed''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2808= IFCSIMPLEPROPERTYTEMPLATE('2VKNdQwen0Jf$Mx4BRfVvr',$,'StructureIndicator',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9651,$,$,$,$); -#9651= IFCPROPERTYENUMERATION('PEnum_StructureIndicator',('COMPOSITE','COATED','HOMOGENEOUS'),$); +#2808= IFCSIMPLEPROPERTYTEMPLATE('1$iZi7fOT5d8x0ECyuS0B0',$,'StorageCapacity','Indicates the storage capacity defined by bytes that can be handled by the appliance.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#2809= IFCSIMPLEPROPERTYTEMPLATE('3tLJM0qUWHuO00025QrE$V',$,'Style','Description of the furniture style.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2809= IFCSIMPLEPROPERTYTEMPLATE('1l1lxKbmn2bAy1hWV7EsM1',$,'StorageCapacity','Indicates the total data storage capacity of the device. It is defined by bytes.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#2810= IFCSIMPLEPROPERTYTEMPLATE('155y_nDqr1ZxKrk6Ogjpca',$,'SubmittalIdentifer','The reference number to an external construction administration submittal used by the construction contractor and/or subcontractor to verify that the referenced IfcProductType/IfcProduct selection conforms with the requirements found in the referenced SpecificationSectionNumber.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2810= IFCSIMPLEPROPERTYTEMPLATE('0T6ELr2bv1MP48HEd_Ue3i',$,'StorageTemperatureRange','Allowed storage temperature range that the element complies with.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2811= IFCSIMPLEPROPERTYTEMPLATE('2s7qw0qWKHuO00025QrE$V',$,'SubstanceDetected','Identification of the substance that is being detected according to chemical formula. For example, calcium carbonate is ''CaCO3''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2811= IFCSIMPLEPROPERTYTEMPLATE('3WTWc0qWyHuO00025QrE$V',$,'StorageType','Defines the general material category intended to be stored.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9669,$,$,$,$); +#9669= IFCPROPERTYENUMERATION('PEnum_TankStorageType',('ICE','WATER','RAINWATER','WASTEWATER','POTABLEWATER','FUEL','OIL','OTHER','NOTKNOWN','UNSET'),$); -#2812= IFCSIMPLEPROPERTYTEMPLATE('3$COjWkL9EsA4nTJCFPmTb',$,'SulphurDioxideEmissions','Rate of emission of sulphur dioxide',.P_SINGLEVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); +#2812= IFCSIMPLEPROPERTYTEMPLATE('3LKqUANgv49RHlqIkKEDH9',$,'StrandingMethod','Specifies the method used to strand the cable. Stranding is the process where a particular number of stranding elements are joined together while winding them round a common axis.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2813= IFCSIMPLEPROPERTYTEMPLATE('1Gi6i0qSyHuO00025QrE$V',$,'SumpHeaterPower','Electrical heat power of sump heater.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2813= IFCSIMPLEPROPERTYTEMPLATE('10xb80qU8HuO00025QrE$V',$,'StratosphericOzoneLayerDestruction','Quantity of gases destroying the stratospheric ozone layer calculated in equivalent CFC-R11.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#2814= IFCSIMPLEPROPERTYTEMPLATE('39rujupbvF7OzE476MLsN7',$,'Superelevation','Specifies the superelevation as a ratio measure (slope) at the location of the event.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2814= IFCSIMPLEPROPERTYTEMPLATE('3iIjS0qU4HuO00025QrE$V',$,'StratosphericOzoneLayerDestructionPerUnit','Quantity of gases destroying the stratospheric ozone layer calculated in equivalent CFC-R11',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#2815= IFCSIMPLEPROPERTYTEMPLATE('2HMxI0qSuHuO00025QrE$V',$,'SupplyAirConnectionType','The manner in which the pipe connection is made to the cooled beam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9657,$,$,$,$); -#9657= IFCPROPERTYENUMERATION('PEnum_CooledBeamSupplyAirConnectionType',('STRAIGHT','RIGHT','LEFT','TOP','OTHER','NOTKNOWN','UNSET'),$); +#2815= IFCSIMPLEPROPERTYTEMPLATE('2MEGt4G$r1s8oshAXjpacJ',$,'StrengthClass','Classification of the concrete strength in accordance with the concrete design code which is applied in the project.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2816= IFCSIMPLEPROPERTYTEMPLATE('0sRf40qRyHuO00025QrE$V',$,'SupplyAirTemperatureCooling','Supply air temperature in cooling mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2816= IFCSIMPLEPROPERTYTEMPLATE('1EgTI0qUuHuO00025QrE$V',$,'StrengthGrade','Grade with respect to mechanical strength and stiffness.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2817= IFCSIMPLEPROPERTYTEMPLATE('0osme0qRyHuO00025QrE$V',$,'SupplyAirTemperatureHeating','Supply air temperature in heating mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2817= IFCSIMPLEPROPERTYTEMPLATE('2Csj00qRqHuO00025QrE$V',$,'Stroke','Indicates the maximum distance the actuator must traverse.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2818= IFCSIMPLEPROPERTYTEMPLATE('1NYgu0qSuHuO00025QrE$V',$,'SupplyWaterTemperatureCooling','Supply water temperature in cooling mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2818= IFCSIMPLEPROPERTYTEMPLATE('24YP60qSiHuO00025QrE$V',$,'StructuralClass','The structural class defined for the concrete structure (e.g. ''1'').',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2819= IFCSIMPLEPROPERTYTEMPLATE('1Sv$Y0qSuHuO00025QrE$V',$,'SupplyWaterTemperatureHeating','Supply water temperature in heating mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2819= IFCSIMPLEPROPERTYTEMPLATE('0p7_egygj3puc4u$Co$FM1',$,'StructuralSlope','The nominal side slope (allowable steepness) of the pavement structure (not including side slope fill) as a positive ratio measure. The slope information is provided in addition to the shape representation and the geometric parameters used within. In case of inconsistency between the geometric parameters take precedence. Value is typically less than 1.0 (1:1) but may be greater than that for steeper slopes.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2820= IFCSIMPLEPROPERTYTEMPLATE('3dGrC0qVGHuO00025QrE$V',$,'SupportDuringTransportDescription','Textual description of how the concrete element is supported during transportation.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2820= IFCSIMPLEPROPERTYTEMPLATE('3xWq8r8qv1fe3unGZTNN_f',$,'StructuralSlopeType','User defined description on the type of slope used for the pavement structure (not including side slope fill) . Examples are "Even" or "Stepped".',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2821= IFCSIMPLEPROPERTYTEMPLATE('3jEJG0qVGHuO00025QrE$V',$,'SupportDuringTransportDocReference','Reference to an external document defining how the concrete element is supported during transportation.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); +#2821= IFCSIMPLEPROPERTYTEMPLATE('2xjDwMs_L4qQozvzZdZkMR',$,'StructuralStyle','Structural style of the element',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2822= IFCSIMPLEPROPERTYTEMPLATE('0KTh8eeFPDFuFrZpvLZpBP',$,'SupportedProtocol','Indicates the protocol supported by the IP network equipment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2822= IFCSIMPLEPROPERTYTEMPLATE('0cKUD5vlD8$g5oDvXR_9FO',$,'StructuralType','Structural type of the object',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2823= IFCSIMPLEPROPERTYTEMPLATE('1p_mg0qWyHuO00025QrE$V',$,'SupportType','Available support types from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6220,$,$,$,$); +#2823= IFCSIMPLEPROPERTYTEMPLATE('2kWG3nIaXA$fxaD3w_yfmG',$,'Structure','State if marking is Structured or not, and what type... e.g. Kamflex, Longflex, Dropflex',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2824= IFCSIMPLEPROPERTYTEMPLATE('3INiE0qUGHuO00025QrE$V',$,'Surface1','Aspect of weld seam surface, i.e. ''plane'', ''curved'' or ''hollow''. Combined welds are given by two corresponding symbols analogous to Type1 and Type2.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2824= IFCSIMPLEPROPERTYTEMPLATE('2VKNdQwen0Jf$Mx4BRfVvr',$,'StructureIndicator',$,.P_ENUMERATEDVALUE.,'IfcLabel',$,#9689,$,$,$,$); +#9689= IFCPROPERTYENUMERATION('PEnum_StructureIndicator',('COMPOSITE','COATED','HOMOGENEOUS'),$); -#2825= IFCSIMPLEPROPERTYTEMPLATE('3OLAI0qUGHuO00025QrE$V',$,'Surface2','See Surface1.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2825= IFCSIMPLEPROPERTYTEMPLATE('3tLJM0qUWHuO00025QrE$V',$,'Style','Description of the furniture style.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2826= IFCSIMPLEPROPERTYTEMPLATE('2eQiY0qWSHuO00025QrE$V',$,'SurfaceColor','The color of the surface.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2826= IFCSIMPLEPROPERTYTEMPLATE('155y_nDqr1ZxKrk6Ogjpca',$,'SubmittalIdentifer','The reference number to an external construction administration submittal used by the construction contractor and/or subcontractor to verify that the referenced IfcProductType/IfcProduct selection conforms with the requirements found in the referenced SpecificationSectionNumber.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2827= IFCSIMPLEPROPERTYTEMPLATE('1iJuaHmcrBLxVSLz7TLiKj',$,'SurfaceGallingArea','The galling area of the object surface.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#2827= IFCSIMPLEPROPERTYTEMPLATE('2s7qw0qWKHuO00025QrE$V',$,'SubstanceDetected','Identification of the substance that is being detected according to chemical formula. For example, calcium carbonate is ''CaCO3''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2828= IFCSIMPLEPROPERTYTEMPLATE('0$6vC0qT0HuO00025QrE$V',$,'SurfaceSpreadOfFlame','Indication on how the flames spread around the surface,\X\0D\X\0AIt is given according to the national building code that governs the fire behaviour for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2828= IFCSIMPLEPROPERTYTEMPLATE('3$COjWkL9EsA4nTJCFPmTb',$,'SulphurDioxideEmissions','Rate of emission of sulphur dioxide',.P_SINGLEVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,$); -#2829= IFCSIMPLEPROPERTYTEMPLATE('0WEFC0qWWHuO00025QrE$V',$,'SurfaceSpreadOfFlame','Indication on how the flames spread around the surface, It is given according to the national building code that governs the fire behaviour for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2829= IFCSIMPLEPROPERTYTEMPLATE('1Gi6i0qSyHuO00025QrE$V',$,'SumpHeaterPower','Electrical heat power of sump heater.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2830= IFCSIMPLEPROPERTYTEMPLATE('2S5qa0qT0HuO00025QrE$V',$,'SurfaceSpreadOfFlame','Indication on how the flames spread around the surface,\X\0D\X\0AIt is given according to the national building code that governs the fire behaviour for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2830= IFCSIMPLEPROPERTYTEMPLATE('39rujupbvF7OzE476MLsN7',$,'Superelevation','Specifies the superelevation as a ratio measure (slope) at the location of the event.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2831= IFCSIMPLEPROPERTYTEMPLATE('3MLmc0qXKHuO00025QrE$V',$,'SurfaceSpreadOfFlame','Indication on how the flames spread around the surface,\X\0D\X\0AIt is given according to the national building code that governs the fire behaviour for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2831= IFCSIMPLEPROPERTYTEMPLATE('2HMxI0qSuHuO00025QrE$V',$,'SupplyAirConnectionType','The manner in which the pipe connection is made to the cooled beam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9695,$,$,$,$); +#9695= IFCPROPERTYENUMERATION('PEnum_CooledBeamSupplyAirConnectionType',('STRAIGHT','RIGHT','LEFT','TOP','OTHER','NOTKNOWN','UNSET'),$); -#2832= IFCSIMPLEPROPERTYTEMPLATE('2Z3ds0qWaHuO00025QrE$V',$,'SurfaceTemperature','Average surface temperature of the component.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2832= IFCSIMPLEPROPERTYTEMPLATE('0sRf40qRyHuO00025QrE$V',$,'SupplyAirTemperatureCooling','Supply air temperature in cooling mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2833= IFCSIMPLEPROPERTYTEMPLATE('3BKUMNltrF3A3l2i5qFCSe',$,'SurveyDimension','Dimension of the geophysical survey.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#2833= IFCSIMPLEPROPERTYTEMPLATE('0osme0qRyHuO00025QrE$V',$,'SupplyAirTemperatureHeating','Supply air temperature in heating mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2834= IFCSIMPLEPROPERTYTEMPLATE('0rqYHwzg5EY9Q2cWqaXGxR',$,'SurveyInstrumentManufacturer','Manufacturer of the instrument used in the geophysical survey.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2834= IFCSIMPLEPROPERTYTEMPLATE('1NYgu0qSuHuO00025QrE$V',$,'SupplyWaterTemperatureCooling','Supply water temperature in cooling mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2835= IFCSIMPLEPROPERTYTEMPLATE('3DqMDOkJT9PgLG27L3f5fD',$,'SurveyInstrumentModel','Model/name of the instrument used in the geophysical survey.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2835= IFCSIMPLEPROPERTYTEMPLATE('1Sv$Y0qSuHuO00025QrE$V',$,'SupplyWaterTemperatureHeating','Supply water temperature in heating mode.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2836= IFCSIMPLEPROPERTYTEMPLATE('0XFkOpEhL5FurL0EyiIIEX',$,'SurveyMethod','Method of gephysical survey used',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9695,$,$,$,$); -#9695= IFCPROPERTYENUMERATION('PEnum_GeophysicalSurveyMethod',('REFLECTION_SEISMIC','REFRACTION_SEISMIC','SURFACEWAVE_SEISMIC','PASSIVE_SEISMIC','OTHER_SEISMIC','ELECTRICAL','ELECTROMAGNETIC','RADAR','GRAVITY','MAGNETIC','NMR'),$); +#2836= IFCSIMPLEPROPERTYTEMPLATE('01gbdSFfjCmwU9fHFwjDV5',$,'SupportDescription','Description of Support.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2837= IFCSIMPLEPROPERTYTEMPLATE('0Zt9yzVWjF3QUsVuryk8eT',$,'SwaveVelocity','S-wave velocity of a rock or soil.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#2837= IFCSIMPLEPROPERTYTEMPLATE('3dGrC0qVGHuO00025QrE$V',$,'SupportDuringTransportDescription','Textual description of how the concrete element is supported during transportation.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2838= IFCSIMPLEPROPERTYTEMPLATE('1PJ_yR2ovAQwJ7uPoRxZb1',$,'Swelling','Expected swelling behaviour.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2838= IFCSIMPLEPROPERTYTEMPLATE('3jEJG0qVGHuO00025QrE$V',$,'SupportDuringTransportDocReference','Reference to an external document defining how the concrete element is supported during transportation.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); -#2839= IFCSIMPLEPROPERTYTEMPLATE('20oow0qWuHuO00025QrE$V',$,'SwitchActivation','A list of the available activations for selector switches from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9696,$,$,$,$); -#9696= IFCPROPERTYENUMERATION('PEnum_SwitchActivation',('ACTUATOR','FOOT','HAND','PROXIMITY','SOUND','TWOHAND','WIRE','OTHER','NOTKNOWN','UNSET'),$); +#2839= IFCSIMPLEPROPERTYTEMPLATE('0KTh8eeFPDFuFrZpvLZpBP',$,'SupportedProtocol','Indicates the protocol supported by the IP network equipment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2840= IFCSIMPLEPROPERTYTEMPLATE('3zzgE0qWuHuO00025QrE$V',$,'SwitchActivation','A list of the available activations for toggle switches from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9696,$,$,$,$); +#2840= IFCSIMPLEPROPERTYTEMPLATE('1p_mg0qWyHuO00025QrE$V',$,'SupportType','Available support types from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#6257,$,$,$,$); -#2841= IFCSIMPLEPROPERTYTEMPLATE('2pTIS0qWuHuO00025QrE$V',$,'SwitchDisconnectorType','A list of the available types of switch disconnector from which that required may be selected where:\X\0D\X\0A\X\0D\X\0ACenterBreak: A disconnector in which both contacts of each pole are movable and engage at a point substantially midway between their supports. (IEC 441-14-08)\X\0D\X\0ADividedSupport: A disconnector in which the fixed and moving contacts of each pole are not supported by a common base or frame. (IEC 441-14-06)\X\0D\X\0ADoubleBreak: A disconnector that opens a circuit at two points. (IEC 441-14-09)\X\0D\X\0AEarthingSwitch: A disconnector in which the fixed and moving contacts of each pole are not supported by a common base or frame. (IEC 441-14-07)\X\0D\X\0AIsolator: A disconnector which in the open position satisfies isolating requirements. (IEC 441-14-12)',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9703,$,$,$,$); -#9703= IFCPROPERTYENUMERATION('PEnum_SwitchDisconnectorType',('CENTERBREAK','DIVIDEDSUPPORT','DOUBLEBREAK','EARTHINGSWITCH','ISOLATOR','OTHER','NOTKNOWN','UNSET'),$); +#2841= IFCSIMPLEPROPERTYTEMPLATE('3INiE0qUGHuO00025QrE$V',$,'Surface1','Aspect of weld seam surface, i.e. ''plane'', ''curved'' or ''hollow''. Combined welds are given by two corresponding symbols analogous to Type1 and Type2.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2842= IFCSIMPLEPROPERTYTEMPLATE('2zul40qWqHuO00025QrE$V',$,'SwitchFunction','Indicates types of switches which differs in functionality.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9707,$,$,$,$); -#9707= IFCPROPERTYENUMERATION('PEnum_SwitchFunctionType',('ONOFFSWITCH','INTERMEDIATESWITCH','DOUBLETHROWSWITCH','OTHER','NOTKNOWN','UNSET'),$); +#2842= IFCSIMPLEPROPERTYTEMPLATE('3OLAI0qUGHuO00025QrE$V',$,'Surface2','See Surface1.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2843= IFCSIMPLEPROPERTYTEMPLATE('0bcJm0qWuHuO00025QrE$V',$,'SwitchOperation','Indicates operation of emergency stop switch.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9711,$,$,$,$); -#9711= IFCPROPERTYENUMERATION('PEnum_SwitchingDeviceEmergencyStopType',('MUSHROOM','OTHER','NOTKNOWN','UNSET'),$); +#2843= IFCSIMPLEPROPERTYTEMPLATE('2eQiY0qWSHuO00025QrE$V',$,'SurfaceColor','The color of the surface.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2844= IFCSIMPLEPROPERTYTEMPLATE('1m6hY0qWuHuO00025QrE$V',$,'SwitchUsage','A list of the available usages for selector switches from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9715,$,$,$,$); -#9715= IFCPROPERTYENUMERATION('PEnum_SwitchUsage',('EMERGENCY','GUARD','LIMIT','START','STOP','OTHER','NOTKNOWN','UNSET'),$); +#2844= IFCSIMPLEPROPERTYTEMPLATE('1iJuaHmcrBLxVSLz7TLiKj',$,'SurfaceGallingArea','The galling area of the object surface.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#2845= IFCSIMPLEPROPERTYTEMPLATE('3jtiG0qWuHuO00025QrE$V',$,'SwitchUsage','A list of the available usages for toggle switches from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9715,$,$,$,$); +#2845= IFCSIMPLEPROPERTYTEMPLATE('0$6vC0qT0HuO00025QrE$V',$,'SurfaceSpreadOfFlame','Indication on how the flames spread around the surface,\X\0D\X\0AIt is given according to the national building code that governs the fire behaviour for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2846= IFCSIMPLEPROPERTYTEMPLATE('1e6VoJKif46hPnVSUT$o5u',$,'Symbol','Content which is shown on the sign, e.g. text, number, arrow or icon. The string can also be a pointer to a symbol catalog.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); +#2846= IFCSIMPLEPROPERTYTEMPLATE('0WEFC0qWWHuO00025QrE$V',$,'SurfaceSpreadOfFlame','Indication on how the flames spread around the surface, It is given according to the national building code that governs the fire behaviour for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2847= IFCSIMPLEPROPERTYTEMPLATE('1o35c0qSKHuO00025QrE$V',$,'System','he building service system that requires the provision for voids, e.g. ''Air Conditioning'', ''Plumbing'', ''Electro'', etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2847= IFCSIMPLEPROPERTYTEMPLATE('2S5qa0qT0HuO00025QrE$V',$,'SurfaceSpreadOfFlame','Indication on how the flames spread around the surface,\X\0D\X\0AIt is given according to the national building code that governs the fire behaviour for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2848= IFCSIMPLEPROPERTYTEMPLATE('1WadG0qVmHuO00025QrE$V',$,'T2','The (thermal) testing time in [s] associated with the testing currents I1 and I2.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2848= IFCSIMPLEPROPERTYTEMPLATE('3MLmc0qXKHuO00025QrE$V',$,'SurfaceSpreadOfFlame','Indication on how the flames spread around the surface,\X\0D\X\0AIt is given according to the national building code that governs the fire behaviour for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2849= IFCSIMPLEPROPERTYTEMPLATE('3zxQW0qVmHuO00025QrE$V',$,'T2','The (thermal) testing time in [s] associated with the testing currents I1 and I2.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2849= IFCSIMPLEPROPERTYTEMPLATE('2Z3ds0qWaHuO00025QrE$V',$,'SurfaceTemperature','Average surface temperature of the component.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2850= IFCSIMPLEPROPERTYTEMPLATE('20APo0qVmHuO00025QrE$V',$,'T5','The electromagnetic testing time in [s] associated with the testing currents I4 and I5, i.e. electromagnetic tripping time',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2850= IFCSIMPLEPROPERTYTEMPLATE('3BKUMNltrF3A3l2i5qFCSe',$,'SurveyDimension','Dimension of the geophysical survey.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#2851= IFCSIMPLEPROPERTYTEMPLATE('2tFbGzZPnF$90SySo7d0Sb',$,'TailDiameter','Diameter of the tail',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2851= IFCSIMPLEPROPERTYTEMPLATE('0rqYHwzg5EY9Q2cWqaXGxR',$,'SurveyInstrumentManufacturer','Manufacturer of the instrument used in the geophysical survey.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2852= IFCSIMPLEPROPERTYTEMPLATE('0XwZqNndfAIBo5xGHS38oI',$,'TailLength','Length of the tail',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2852= IFCSIMPLEPROPERTYTEMPLATE('3DqMDOkJT9PgLG27L3f5fD',$,'SurveyInstrumentModel','Model/name of the instrument used in the geophysical survey.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2853= IFCSIMPLEPROPERTYTEMPLATE('1U7sKfCoj6xOTd67x3PDsQ',$,'TailStrength','Breaking load of the tail (note that ultimate stress is not part of any of the material Psets)',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#2853= IFCSIMPLEPROPERTYTEMPLATE('0XFkOpEhL5FurL0EyiIIEX',$,'SurveyMethod','Method of gephysical survey used',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9733,$,$,$,$); +#9733= IFCPROPERTYENUMERATION('PEnum_GeophysicalSurveyMethod',('REFLECTION_SEISMIC','REFRACTION_SEISMIC','SURFACEWAVE_SEISMIC','PASSIVE_SEISMIC','OTHER_SEISMIC','ELECTRICAL','ELECTROMAGNETIC','RADAR','GRAVITY','MAGNETIC','NMR'),$); -#2854= IFCSIMPLEPROPERTYTEMPLATE('1E8vVc_qv18OjQ$L$G70rd',$,'TailType','Mooring tail type',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2854= IFCSIMPLEPROPERTYTEMPLATE('0Zt9yzVWjF3QUsVuryk8eT',$,'SwaveVelocity','S-wave velocity of a rock or soil.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#2855= IFCSIMPLEPROPERTYTEMPLATE('2Who80qWyHuO00025QrE$V',$,'TankComposition','Defines the level of element composition where.\X\0D\X\0A\X\0D\X\0ACOMPLEX: A set of elementary units aggregated together to fulfill the overall required purpose.\X\0D\X\0AELEMENT: A single elementary unit that may exist of itself or as an aggregation of partial units..\X\0D\X\0APARTIAL: A partial elementary unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9736,$,$,$,$); -#9736= IFCPROPERTYENUMERATION('PEnum_TankComposition',('COMPLEX','ELEMENT','PARTIAL','OTHER','NOTKNOWN','UNSET'),$); +#2855= IFCSIMPLEPROPERTYTEMPLATE('1PJ_yR2ovAQwJ7uPoRxZb1',$,'Swelling','Expected swelling behaviour.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2856= IFCSIMPLEPROPERTYTEMPLATE('3YBpMKO1H0zhLW9cAjhxfY',$,'TargetPerformance','Target capacity or performance of the asset. Units of the performance value are specified through the propertyValue units attribute.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2856= IFCSIMPLEPROPERTYTEMPLATE('20oow0qWuHuO00025QrE$V',$,'SwitchActivation','A list of the available activations for selector switches from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9734,$,$,$,$); +#9734= IFCPROPERTYENUMERATION('PEnum_SwitchActivation',('ACTUATOR','FOOT','HAND','PROXIMITY','SOUND','TWOHAND','WIRE','OTHER','NOTKNOWN','UNSET'),$); -#2857= IFCSIMPLEPROPERTYTEMPLATE('2M$Q1oBlHFBhUArnmHLc4W',$,'TechnicalStandard','The technical standard which the element should comply with.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); +#2857= IFCSIMPLEPROPERTYTEMPLATE('3zzgE0qWuHuO00025QrE$V',$,'SwitchActivation','A list of the available activations for toggle switches from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9734,$,$,$,$); -#2858= IFCSIMPLEPROPERTYTEMPLATE('0GSjm0qXCHuO00025QrE$V',$,'Temperature','Indicates the current measured temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2858= IFCSIMPLEPROPERTYTEMPLATE('2pTIS0qWuHuO00025QrE$V',$,'SwitchDisconnectorType','A list of the available types of switch disconnector from which that required may be selected where:\X\0D\X\0A\X\0D\X\0ACenterBreak: A disconnector in which both contacts of each pole are movable and engage at a point substantially midway between their supports. (IEC 441-14-08)\X\0D\X\0ADividedSupport: A disconnector in which the fixed and moving contacts of each pole are not supported by a common base or frame. (IEC 441-14-06)\X\0D\X\0ADoubleBreak: A disconnector that opens a circuit at two points. (IEC 441-14-09)\X\0D\X\0AEarthingSwitch: A disconnector in which the fixed and moving contacts of each pole are not supported by a common base or frame. (IEC 441-14-07)\X\0D\X\0AIsolator: A disconnector which in the open position satisfies isolating requirements. (IEC 441-14-12)',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9741,$,$,$,$); +#9741= IFCPROPERTYENUMERATION('PEnum_SwitchDisconnectorType',('CENTERBREAK','DIVIDEDSUPPORT','DOUBLEBREAK','EARTHINGSWITCH','ISOLATOR','OTHER','NOTKNOWN','UNSET'),$); -#2859= IFCSIMPLEPROPERTYTEMPLATE('0srtvv6JP54x8fzXnsCgOu',$,'Temperature','The temperature of the fuel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2859= IFCSIMPLEPROPERTYTEMPLATE('2zul40qWqHuO00025QrE$V',$,'SwitchFunction','Indicates types of switches which differs in functionality.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9745,$,$,$,$); +#9745= IFCPROPERTYENUMERATION('PEnum_SwitchFunctionType',('ONOFFSWITCH','INTERMEDIATESWITCH','DOUBLETHROWSWITCH','OTHER','NOTKNOWN','UNSET'),$); -#2860= IFCSIMPLEPROPERTYTEMPLATE('2sotI3fbrBrQnbKR204MCZ',$,'Temperature','Temperature of the fluid.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2860= IFCSIMPLEPROPERTYTEMPLATE('0bcJm0qWuHuO00025QrE$V',$,'SwitchOperation','Indicates operation of emergency stop switch.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9749,$,$,$,$); +#9749= IFCPROPERTYENUMERATION('PEnum_SwitchingDeviceEmergencyStopType',('MUSHROOM','OTHER','NOTKNOWN','UNSET'),$); -#2861= IFCSIMPLEPROPERTYTEMPLATE('3Bw5L2Vz5DeAATs0TdVhIf',$,'Temperature','Temperature of the fluid. For air this value represents the dry bulb temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#2861= IFCSIMPLEPROPERTYTEMPLATE('1m6hY0qWuHuO00025QrE$V',$,'SwitchUsage','A list of the available usages for selector switches from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9753,$,$,$,$); +#9753= IFCPROPERTYENUMERATION('PEnum_SwitchUsage',('EMERGENCY','GUARD','LIMIT','START','STOP','OTHER','NOTKNOWN','UNSET'),$); -#2862= IFCSIMPLEPROPERTYTEMPLATE('3xtXO0qWaHuO00025QrE$V',$,'TemperatureClassification','Enumeration defining the temperature classification of the space heater surface temperature.\X\0D\X\0Alow temperature - surface temperature is relatively low, usually heated by hot water or electricity.\X\0D\X\0Ahigh temperature - surface temperature is relatively high, usually heated by gas or steam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9745,$,$,$,$); -#9745= IFCPROPERTYENUMERATION('PEnum_SpaceHeaterTemperatureClassification',('LOWTEMPERATURE','HIGHTEMPERATURE','OTHER','NOTKNOWN','UNSET'),$); +#2862= IFCSIMPLEPROPERTYTEMPLATE('3jtiG0qWuHuO00025QrE$V',$,'SwitchUsage','A list of the available usages for toggle switches from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9753,$,$,$,$); -#2863= IFCSIMPLEPROPERTYTEMPLATE('3vvVR5txv9mvLBcLLN7XJV',$,'TemperatureDuringInstallation','Normalised working temperature.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2863= IFCSIMPLEPROPERTYTEMPLATE('1e6VoJKif46hPnVSUT$o5u',$,'Symbol','Content which is shown on the sign, e.g. text, number, arrow or icon. The string can also be a pointer to a symbol catalog.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); -#2864= IFCSIMPLEPROPERTYTEMPLATE('1dcv40qS0HuO00025QrE$V',$,'TemperatureEffectiveness','Temperature heat transfer effectiveness: The ratio of primary airflow temperature changes to maximum possible temperature changes.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#2864= IFCSIMPLEPROPERTYTEMPLATE('1o35c0qSKHuO00025QrE$V',$,'System','he building service system that requires the provision for voids, e.g. ''Air Conditioning'', ''Plumbing'', ''Electro'', etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2865= IFCSIMPLEPROPERTYTEMPLATE('09GDE0qVqHuO00025QrE$V',$,'TemperatureFactor','The correction factor (typically measured as %/deg K) for adjusting the thermal current/time to an ambient temperature different from the value given by the defined temperature.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2865= IFCSIMPLEPROPERTYTEMPLATE('1WadG0qVmHuO00025QrE$V',$,'T2','The (thermal) testing time in [s] associated with the testing currents I1 and I2.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2866= IFCSIMPLEPROPERTYTEMPLATE('1ku900qVmHuO00025QrE$V',$,'TemperatureFactor','The correction factor (typically measured as %/deg K) for adjusting the thermal current/time to an ambient temperature different from the value given by the defined temperature.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2866= IFCSIMPLEPROPERTYTEMPLATE('3zxQW0qVmHuO00025QrE$V',$,'T2','The (thermal) testing time in [s] associated with the testing currents I1 and I2.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2867= IFCSIMPLEPROPERTYTEMPLATE('0bs0u0qVCHuO00025QrE$V',$,'TemperatureRange','Allowable maximum and minimum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2867= IFCSIMPLEPROPERTYTEMPLATE('20APo0qVmHuO00025QrE$V',$,'T5','The electromagnetic testing time in [s] associated with the testing currents I4 and I5, i.e. electromagnetic tripping time',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2868= IFCSIMPLEPROPERTYTEMPLATE('0F9xm0qTyHuO00025QrE$V',$,'TemperatureRange','Allowable minimum and maximum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2868= IFCSIMPLEPROPERTYTEMPLATE('2tFbGzZPnF$90SySo7d0Sb',$,'TailDiameter','Diameter of the tail',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2869= IFCSIMPLEPROPERTYTEMPLATE('0XxS40qTuHuO00025QrE$V',$,'TemperatureRange','Allowable maximum and minimum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2869= IFCSIMPLEPROPERTYTEMPLATE('0XwZqNndfAIBo5xGHS38oI',$,'TailLength','Length of the tail',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2870= IFCSIMPLEPROPERTYTEMPLATE('1CXKq0qT4HuO00025QrE$V',$,'TemperatureRange','Temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2870= IFCSIMPLEPROPERTYTEMPLATE('1U7sKfCoj6xOTd67x3PDsQ',$,'TailStrength','Breaking load of the tail (note that ultimate stress is not part of any of the material Psets)',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#2871= IFCSIMPLEPROPERTYTEMPLATE('2_L9i0qRyHuO00025QrE$V',$,'TemperatureRange','Temperature range within which the air terminal is designed to operate.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2871= IFCSIMPLEPROPERTYTEMPLATE('1E8vVc_qv18OjQ$L$G70rd',$,'TailType','Mooring tail type',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2872= IFCSIMPLEPROPERTYTEMPLATE('2S7aM0qTuHuO00025QrE$V',$,'TemperatureRange','Allowable maximum and minimum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2872= IFCSIMPLEPROPERTYTEMPLATE('2Who80qWyHuO00025QrE$V',$,'TankComposition','Defines the level of element composition where.\X\0D\X\0A\X\0D\X\0ACOMPLEX: A set of elementary units aggregated together to fulfill the overall required purpose.\X\0D\X\0AELEMENT: A single elementary unit that may exist of itself or as an aggregation of partial units..\X\0D\X\0APARTIAL: A partial elementary unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9774,$,$,$,$); +#9774= IFCPROPERTYENUMERATION('PEnum_TankComposition',('COMPLEX','ELEMENT','PARTIAL','OTHER','NOTKNOWN','UNSET'),$); -#2873= IFCSIMPLEPROPERTYTEMPLATE('2tu1Q0qVCHuO00025QrE$V',$,'TemperatureRange','Allowable maximum and minimum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2873= IFCSIMPLEPROPERTYTEMPLATE('3YBpMKO1H0zhLW9cAjhxfY',$,'TargetPerformance','Target capacity or performance of the asset. Units of the performance value are specified through the propertyValue units attribute.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2874= IFCSIMPLEPROPERTYTEMPLATE('3jriW0qVuHuO00025QrE$V',$,'TemperatureRange','Allowable operational range of the fluid temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2874= IFCSIMPLEPROPERTYTEMPLATE('2M$Q1oBlHFBhUArnmHLc4W',$,'TechnicalStandard','The technical standard which the element should comply with.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,$); -#2875= IFCSIMPLEPROPERTYTEMPLATE('1P2QM0qT4HuO00025QrE$V',$,'TemperatureRating','Temperature rating.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2875= IFCSIMPLEPROPERTYTEMPLATE('0GSjm0qXCHuO00025QrE$V',$,'Temperature','Indicates the current measured temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2876= IFCSIMPLEPROPERTYTEMPLATE('21NyS0qWOHuO00025QrE$V',$,'TemperatureSensorType','Enumeration that Identifies the types of temperature sensor that can be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9774,$,$,$,$); -#9774= IFCPROPERTYENUMERATION('PEnum_TemperatureSensorType',('HIGHLIMIT','LOWLIMIT','OUTSIDETEMPERATURE','OPERATINGTEMPERATURE','ROOMTEMPERATURE','OTHER','NOTKNOWN','UNSET'),$); +#2876= IFCSIMPLEPROPERTYTEMPLATE('0srtvv6JP54x8fzXnsCgOu',$,'Temperature','The temperature of the fuel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2877= IFCSIMPLEPROPERTYTEMPLATE('11r$fQ7KjDlvSpQ7GrrYIJ',$,'TemperatureSetPoint','The temperature setpoint range and default setpoint.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#2877= IFCSIMPLEPROPERTYTEMPLATE('2sotI3fbrBrQnbKR204MCZ',$,'Temperature','Temperature of the fluid.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2878= IFCSIMPLEPROPERTYTEMPLATE('3Ry2U0qVGHuO00025QrE$V',$,'TendonRelaxation','The maximum allowable relaxation of the tendon (usually expressed as %/1000 h).This property applies to prestressed concrete elements only.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2878= IFCSIMPLEPROPERTYTEMPLATE('3Bw5L2Vz5DeAATs0TdVhIf',$,'Temperature','Temperature of the fluid. For air this value represents the dry bulb temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#2879= IFCSIMPLEPROPERTYTEMPLATE('1O$ABuTcL8EfGi9YcYYahh',$,'TensileStrength','Defining values: \X2\03B1\X0\; defined values: tensile strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); +#2879= IFCSIMPLEPROPERTYTEMPLATE('3xtXO0qWaHuO00025QrE$V',$,'TemperatureClassification','Enumeration defining the temperature classification of the space heater surface temperature.\X\0D\X\0Alow temperature - surface temperature is relatively low, usually heated by hot water or electricity.\X\0D\X\0Ahigh temperature - surface temperature is relatively high, usually heated by gas or steam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9783,$,$,$,$); +#9783= IFCPROPERTYENUMERATION('PEnum_SpaceHeaterTemperatureClassification',('LOWTEMPERATURE','HIGHTEMPERATURE','OTHER','NOTKNOWN','UNSET'),$); -#2880= IFCSIMPLEPROPERTYTEMPLATE('1rOUUKaLX2jg4ES1N0oyri',$,'TensileStrength','Indicates the ability to withstand breakage apart under applied force.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2880= IFCSIMPLEPROPERTYTEMPLATE('3vvVR5txv9mvLBcLLN7XJV',$,'TemperatureDuringInstallation','Normalised working temperature.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2881= IFCSIMPLEPROPERTYTEMPLATE('2AKW2E71v4SwZRSf6Bjv2w',$,'TensileStrength','Tensile strength, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2881= IFCSIMPLEPROPERTYTEMPLATE('1dcv40qS0HuO00025QrE$V',$,'TemperatureEffectiveness','Temperature heat transfer effectiveness: The ratio of primary airflow temperature changes to maximum possible temperature changes.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#2882= IFCSIMPLEPROPERTYTEMPLATE('2alM0KcOr709AqqhRTMkwv',$,'TensileStrength','Defining values: \X2\03B1\X0\; defined values: tensile strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); +#2882= IFCSIMPLEPROPERTYTEMPLATE('09GDE0qVqHuO00025QrE$V',$,'TemperatureFactor','The correction factor (typically measured as %/deg K) for adjusting the thermal current/time to an ambient temperature different from the value given by the defined temperature.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2883= IFCSIMPLEPROPERTYTEMPLATE('2Kfn$eiOHEthaq0Mv3o6t4',$,'TensileStrength','Measurement of the ability to withstand breakage under applied force.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#2883= IFCSIMPLEPROPERTYTEMPLATE('1ku900qVmHuO00025QrE$V',$,'TemperatureFactor','The correction factor (typically measured as %/deg K) for adjusting the thermal current/time to an ambient temperature different from the value given by the defined temperature.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2884= IFCSIMPLEPROPERTYTEMPLATE('2kzyYyrpv3JQ8F$F0Erxgy',$,'TensileStrength','Defining values: \X2\03B1\X0\; defined values: tensile strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); +#2884= IFCSIMPLEPROPERTYTEMPLATE('0bs0u0qVCHuO00025QrE$V',$,'TemperatureRange','Allowable maximum and minimum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2885= IFCSIMPLEPROPERTYTEMPLATE('2XtnNJoVnBmvn1bzc1UGu_',$,'TensileStrength','Tensile strength, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2885= IFCSIMPLEPROPERTYTEMPLATE('0F9xm0qTyHuO00025QrE$V',$,'TemperatureRange','Allowable minimum and maximum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2886= IFCSIMPLEPROPERTYTEMPLATE('0j8x5DwHH4rgxxNUUYpaxH',$,'TensileStrengthPerp','Tensile strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2886= IFCSIMPLEPROPERTYTEMPLATE('0XxS40qTuHuO00025QrE$V',$,'TemperatureRange','Allowable maximum and minimum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2887= IFCSIMPLEPROPERTYTEMPLATE('1_0o7uYgT6WBo3VRKcYGm2',$,'TensileStrengthPerp','Tensile strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2887= IFCSIMPLEPROPERTYTEMPLATE('1CXKq0qT4HuO00025QrE$V',$,'TemperatureRange','Temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2888= IFCSIMPLEPROPERTYTEMPLATE('18d5bAXcjCAARdYXKP07Yn',$,'TensileStrengthPerp','Tensile strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2888= IFCSIMPLEPROPERTYTEMPLATE('2_L9i0qRyHuO00025QrE$V',$,'TemperatureRange','Temperature range within which the air terminal is designed to operate.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2889= IFCSIMPLEPROPERTYTEMPLATE('1hZAN9lSb1$gRZ34AI$nMh',$,'TensioningWorkingRange','The working range of the tensioning equipment under normal operation.',.P_BOUNDEDVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#2889= IFCSIMPLEPROPERTYTEMPLATE('2S7aM0qTuHuO00025QrE$V',$,'TemperatureRange','Allowable maximum and minimum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2890= IFCSIMPLEPROPERTYTEMPLATE('1d74zz$bb9fhB4vQYs3GO$',$,'TensionLength','Length of overhead contactline between two teminating points. It is a design parameter for the overhead contactline system.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2890= IFCSIMPLEPROPERTYTEMPLATE('2tu1Q0qVCHuO00025QrE$V',$,'TemperatureRange','Allowable maximum and minimum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2891= IFCSIMPLEPROPERTYTEMPLATE('3n0P80qSKHuO00025QrE$V',$,'TenureModesAvailableFuture','A list of the tenure modes that are expected to be available in the future expressed in terms of IfcLabel.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); +#2891= IFCSIMPLEPROPERTYTEMPLATE('3jriW0qVuHuO00025QrE$V',$,'TemperatureRange','Allowable operational range of the fluid temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2892= IFCSIMPLEPROPERTYTEMPLATE('3PAWu0qSKHuO00025QrE$V',$,'TenureModesAvailableNow','A list of the tenure modes that are currently available expressed in terms of IfcLabel.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); +#2892= IFCSIMPLEPROPERTYTEMPLATE('1P2QM0qT4HuO00025QrE$V',$,'TemperatureRating','Temperature rating.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2893= IFCSIMPLEPROPERTYTEMPLATE('39wtrejBf7PuCumwJUl9Gt',$,'TerminalType','Specifies the kind of terminal if IsTerminal is true.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2893= IFCSIMPLEPROPERTYTEMPLATE('21NyS0qWOHuO00025QrE$V',$,'TemperatureSensorType','Enumeration that Identifies the types of temperature sensor that can be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9812,$,$,$,$); +#9812= IFCPROPERTYENUMERATION('PEnum_TemperatureSensorType',('HIGHLIMIT','LOWLIMIT','OUTSIDETEMPERATURE','OPERATINGTEMPERATURE','ROOMTEMPERATURE','OTHER','NOTKNOWN','UNSET'),$); -#2894= IFCSIMPLEPROPERTYTEMPLATE('1tDim0qVWHuO00025QrE$V',$,'TerminationDate','Date on which the agreement terminates.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#2894= IFCSIMPLEPROPERTYTEMPLATE('11r$fQ7KjDlvSpQ7GrrYIJ',$,'TemperatureSetPoint','The temperature setpoint range and default setpoint.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#2895= IFCSIMPLEPROPERTYTEMPLATE('2o1_k$NgPFVvqCCR6GOF$0',$,'TestMethod','The test method used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2895= IFCSIMPLEPROPERTYTEMPLATE('3Ry2U0qVGHuO00025QrE$V',$,'TendonRelaxation','The maximum allowable relaxation of the tendon (usually expressed as %/1000 h).This property applies to prestressed concrete elements only.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2896= IFCSIMPLEPROPERTYTEMPLATE('3AtmxC_ubC0PKlPID5SFFu',$,'TestMethod','Name of the test method that was used to optain the exchanged results.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2896= IFCSIMPLEPROPERTYTEMPLATE('1O$ABuTcL8EfGi9YcYYahh',$,'TensileStrength','Defining values: \X2\03B1\X0\; defined values: tensile strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); -#2897= IFCSIMPLEPROPERTYTEMPLATE('1uTV80qXGHuO00025QrE$V',$,'TestPressure','The maximum pressure to which the valve has been subjected under test.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2897= IFCSIMPLEPROPERTYTEMPLATE('1rOUUKaLX2jg4ES1N0oyri',$,'TensileStrength','Indicates the ability to withstand breakage apart under applied force.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2898= IFCSIMPLEPROPERTYTEMPLATE('1dl93$6LnCXAW8eMV0BT07',$,'TestStandard','Reference to standard that describes the test merthodology.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2898= IFCSIMPLEPROPERTYTEMPLATE('2AKW2E71v4SwZRSf6Bjv2w',$,'TensileStrength','Tensile strength, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2899= IFCSIMPLEPROPERTYTEMPLATE('0bwKXZ2_vEmREG23P2KV6g',$,'TestType','The test type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2899= IFCSIMPLEPROPERTYTEMPLATE('2alM0KcOr709AqqhRTMkwv',$,'TensileStrength','Defining values: \X2\03B1\X0\; defined values: tensile strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); -#2900= IFCSIMPLEPROPERTYTEMPLATE('0R_wrpT5H45vAClA39wdC1',$,'TestType','Discipline responsible for performing the tests and using ist results.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2900= IFCSIMPLEPROPERTYTEMPLATE('2Kfn$eiOHEthaq0Mv3o6t4',$,'TensileStrength','Measurement of the ability to withstand breakage under applied force.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#2901= IFCSIMPLEPROPERTYTEMPLATE('3uWcI0qU0HuO00025QrE$V',$,'TeTime','The maximum time (in s) at which the motor could run with locked rotor when the motor is used in an EX-environment. The time indicates that a protective device should trip before this time when the starting current of the motor is slowing through the device.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2901= IFCSIMPLEPROPERTYTEMPLATE('2kzyYyrpv3JQ8F$F0Erxgy',$,'TensileStrength','Defining values: \X2\03B1\X0\; defined values: tensile strength.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcPressureMeasure',$,$,$,$,$); -#2902= IFCSIMPLEPROPERTYTEMPLATE('3hqugetTP6y8gQM8yBm9Ml',$,'Text','Text content',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2902= IFCSIMPLEPROPERTYTEMPLATE('2XtnNJoVnBmvn1bzc1UGu_',$,'TensileStrength','Tensile strength, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2903= IFCSIMPLEPROPERTYTEMPLATE('3y575Chyb3lBXIjLdtKF9h',$,'Texture','Stratum texture',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2903= IFCSIMPLEPROPERTYTEMPLATE('0j8x5DwHH4rgxxNUUYpaxH',$,'TensileStrengthPerp','Tensile strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2904= IFCSIMPLEPROPERTYTEMPLATE('0Nqxw0qUuHuO00025QrE$V',$,'ThermalConductivity','The rate at which thermal energy is transmitted through the material.',.P_SINGLEVALUE.,'IfcThermalConductivityMeasure',$,$,$,$,$,$); +#2904= IFCSIMPLEPROPERTYTEMPLATE('1_0o7uYgT6WBo3VRKcYGm2',$,'TensileStrengthPerp','Tensile strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2905= IFCSIMPLEPROPERTYTEMPLATE('1wrqo0qX8HuO00025QrE$V',$,'ThermalConductivity','The thermal conductivity of the tube.',.P_SINGLEVALUE.,'IfcThermalConductivityMeasure',$,$,$,$,$,$); +#2905= IFCSIMPLEPROPERTYTEMPLATE('18d5bAXcjCAARdYXKP07Yn',$,'TensileStrengthPerp','Tensile strength, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2906= IFCSIMPLEPROPERTYTEMPLATE('3RPec0qX8HuO00025QrE$V',$,'ThermalConductivity','The thermal conductivity of the fin.',.P_SINGLEVALUE.,'IfcThermalConductivityMeasure',$,$,$,$,$,$); +#2906= IFCSIMPLEPROPERTYTEMPLATE('1hZAN9lSb1$gRZ34AI$nMh',$,'TensioningWorkingRange','The working range of the tensioning equipment under normal operation.',.P_BOUNDEDVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#2907= IFCSIMPLEPROPERTYTEMPLATE('0U5Mi0qUqHuO00025QrE$V',$,'ThermalConductivityTemperatureDerivative','Thermal conductivity temperature derivative.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2907= IFCSIMPLEPROPERTYTEMPLATE('1d74zz$bb9fhB4vQYs3GO$',$,'TensionLength','Length of overhead contactline between two teminating points. It is a design parameter for the overhead contactline system.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2908= IFCSIMPLEPROPERTYTEMPLATE('1Zb640qWeHuO00025QrE$V',$,'ThermalEfficiency','Overall Thermal Efficiency is defined as gross energy output of the heat transfer device divided by the energy input.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#2908= IFCSIMPLEPROPERTYTEMPLATE('3n0P80qSKHuO00025QrE$V',$,'TenureModesAvailableFuture','A list of the tenure modes that are expected to be available in the future expressed in terms of IfcLabel.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); -#2909= IFCSIMPLEPROPERTYTEMPLATE('2BAG20qUqHuO00025QrE$V',$,'ThermalExpansionCoefficient','Quantity characterizing the variation with thermodynamic temperature T of the distance l between two points of a body, under given conditions (IEC 113-04-27). The ratio is defined per Kelvin.',.P_SINGLEVALUE.,'IfcThermalExpansionCoefficientMeasure',$,$,$,$,$,$); +#2909= IFCSIMPLEPROPERTYTEMPLATE('3PAWu0qSKHuO00025QrE$V',$,'TenureModesAvailableNow','A list of the tenure modes that are currently available expressed in terms of IfcLabel.',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); -#2910= IFCSIMPLEPROPERTYTEMPLATE('2dBA80qUqHuO00025QrE$V',$,'ThermalIrEmissivityBack','Thermal IR emissivity: back side. Defines the fraction of thermal energy emitted per unit area to "blackbody" at the same temperature, through the "back" side of the material.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2910= IFCSIMPLEPROPERTYTEMPLATE('39wtrejBf7PuCumwJUl9Gt',$,'TerminalType','Specifies the kind of terminal if IsTerminal is true.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2911= IFCSIMPLEPROPERTYTEMPLATE('2iYUo0qUqHuO00025QrE$V',$,'ThermalIrEmissivityFront','Thermal IR emissivity: front side. Defines the fraction of thermal energy emitted per unit area to "blackbody" at the same temperature, through the "front" side of the material.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2911= IFCSIMPLEPROPERTYTEMPLATE('1tDim0qVWHuO00025QrE$V',$,'TerminationDate','Date on which the agreement terminates.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#2912= IFCSIMPLEPROPERTYTEMPLATE('2XprU0qUqHuO00025QrE$V',$,'ThermalIrTransmittance','Thermal IR transmittance at normal incidence. Defines the fraction of thermal energy that passes through per unit area, perpendicular to the surface.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2912= IFCSIMPLEPROPERTYTEMPLATE('2o1_k$NgPFVvqCCR6GOF$0',$,'TestMethod','The test method used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2913= IFCSIMPLEPROPERTYTEMPLATE('1Ng9y0qWeHuO00025QrE$V',$,'ThermalMassHeatCapacity','Product of component mass and specific heat.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#2913= IFCSIMPLEPROPERTYTEMPLATE('3AtmxC_ubC0PKlPID5SFFu',$,'TestMethod','Name of the test method that was used to optain the exchanged results.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2914= IFCSIMPLEPROPERTYTEMPLATE('0kXmy0qWWHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material. Here the total thermal transmittance coefficient through the slab (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2914= IFCSIMPLEPROPERTYTEMPLATE('1uTV80qXGHuO00025QrE$V',$,'TestPressure','The maximum pressure to which the valve has been subjected under test.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2915= IFCSIMPLEPROPERTYTEMPLATE('0lbaq0qSGHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of the element. Here the total thermal transmittance coefficient through the beam within the direction of the thermal flow (including all materials).\X\0D\X\0A\X\0D\X\0ANote: new property in IFC4',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2915= IFCSIMPLEPROPERTYTEMPLATE('1dl93$6LnCXAW8eMV0BT07',$,'TestStandard','Reference to standard that describes the test merthodology.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2916= IFCSIMPLEPROPERTYTEMPLATE('0nU0I0qVGHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AIt applies to the total door construction.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2916= IFCSIMPLEPROPERTYTEMPLATE('0bwKXZ2_vEmREG23P2KV6g',$,'TestType','The test type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2917= IFCSIMPLEPROPERTYTEMPLATE('0W$kQiRJjCzwqrvSp47kdg',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of an element.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2917= IFCSIMPLEPROPERTYTEMPLATE('0R_wrpT5H45vAClA39wdC1',$,'TestType','Discipline responsible for performing the tests and using ist results.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2918= IFCSIMPLEPROPERTYTEMPLATE('12jHS0qTmHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AIt applies to the total door construction.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2918= IFCSIMPLEPROPERTYTEMPLATE('3uWcI0qU0HuO00025QrE$V',$,'TeTime','The maximum time (in s) at which the motor could run with locked rotor when the motor is used in an EX-environment. The time indicates that a protective device should trip before this time when the starting current of the motor is slowing through the device.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2919= IFCSIMPLEPROPERTYTEMPLATE('1AjOo0qSKHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of the element. It is the total thermal transmittance coefficient through the building element proxy within the direction of the thermal flow (including all materials).\X\0D\X\0A\X\0D\X\0ANote: new property in IFC4',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2919= IFCSIMPLEPROPERTYTEMPLATE('3hqugetTP6y8gQM8yBm9Ml',$,'Text','Text content',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2920= IFCSIMPLEPROPERTYTEMPLATE('1G$JO0qT0HuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of an element. \X\0D\X\0AHere the total thermal transmittance coefficient through the covering (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2920= IFCSIMPLEPROPERTYTEMPLATE('3y575Chyb3lBXIjLdtKF9h',$,'Texture','Stratum texture',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2921= IFCSIMPLEPROPERTYTEMPLATE('1qXAY0qV4HuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AHere the total thermal transmittance coefficient through the member within the direction of the thermal flow (including all materials).\X\0D\X\0ANote: new property in IFC4.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2921= IFCSIMPLEPROPERTYTEMPLATE('0Nqxw0qUuHuO00025QrE$V',$,'ThermalConductivity','The rate at which thermal energy is transmitted through the material.',.P_SINGLEVALUE.,'IfcThermalConductivityMeasure',$,$,$,$,$,$); -#2922= IFCSIMPLEPROPERTYTEMPLATE('1rA3c0qWSHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material of a certain thickness for this element.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2922= IFCSIMPLEPROPERTYTEMPLATE('1wrqo0qX8HuO00025QrE$V',$,'ThermalConductivity','The thermal conductivity of the tube.',.P_SINGLEVALUE.,'IfcThermalConductivityMeasure',$,$,$,$,$,$); -#2923= IFCSIMPLEPROPERTYTEMPLATE('1Xzda0qSaHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of an element. Here the total thermal transmittance coefficient through the chimney within the direction of the thermal flow (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2923= IFCSIMPLEPROPERTYTEMPLATE('3RPec0qX8HuO00025QrE$V',$,'ThermalConductivity','The thermal conductivity of the fin.',.P_SINGLEVALUE.,'IfcThermalConductivityMeasure',$,$,$,$,$,$); -#2924= IFCSIMPLEPROPERTYTEMPLATE('1yVI80qSeHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of the element. Here the total thermal transmittance coefficient through the column within the direction of the thermal flow (including all materials).\X\0D\X\0A\X\0D\X\0ANore: new property in IFC4',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2924= IFCSIMPLEPROPERTYTEMPLATE('0U5Mi0qUqHuO00025QrE$V',$,'ThermalConductivityTemperatureDerivative','Thermal conductivity temperature derivative.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2925= IFCSIMPLEPROPERTYTEMPLATE('2XT9E0qT0HuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AHere the total thermal transmittance coefficient through the wall (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2925= IFCSIMPLEPROPERTYTEMPLATE('1Zb640qWeHuO00025QrE$V',$,'ThermalEfficiency','Overall Thermal Efficiency is defined as gross energy output of the heat transfer device divided by the energy input.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#2926= IFCSIMPLEPROPERTYTEMPLATE('34Qsk0qW4HuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AHere the total thermal transmittance coefficient through the roof surface (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2926= IFCSIMPLEPROPERTYTEMPLATE('2BAG20qUqHuO00025QrE$V',$,'ThermalExpansionCoefficient','Quantity characterizing the variation with thermodynamic temperature T of the distance l between two points of a body, under given conditions (IEC 113-04-27). The ratio is defined per Kelvin.',.P_SINGLEVALUE.,'IfcThermalExpansionCoefficientMeasure',$,$,$,$,$,$); -#2927= IFCSIMPLEPROPERTYTEMPLATE('3MLW9Uqir2HPZ8iRLwgUEW',$,'ThermalTransmittance',$,.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2927= IFCSIMPLEPROPERTYTEMPLATE('2dBA80qUqHuO00025QrE$V',$,'ThermalIrEmissivityBack','Thermal IR emissivity: back side. Defines the fraction of thermal energy emitted per unit area to "blackbody" at the same temperature, through the "back" side of the material.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2928= IFCSIMPLEPROPERTYTEMPLATE('3ORfU0qXWHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AIt applies to the total door construction.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2928= IFCSIMPLEPROPERTYTEMPLATE('2iYUo0qUqHuO00025QrE$V',$,'ThermalIrEmissivityFront','Thermal IR emissivity: front side. Defines the fraction of thermal energy emitted per unit area to "blackbody" at the same temperature, through the "front" side of the material.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2929= IFCSIMPLEPROPERTYTEMPLATE('3U5gu0qXKHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AHere the total thermal transmittance coefficient through the wall (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2929= IFCSIMPLEPROPERTYTEMPLATE('2XprU0qUqHuO00025QrE$V',$,'ThermalIrTransmittance','Thermal IR transmittance at normal incidence. Defines the fraction of thermal energy that passes through per unit area, perpendicular to the surface.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2930= IFCSIMPLEPROPERTYTEMPLATE('3YhweyeoP4yfJpfFi81P$3',$,'ThermalTransmittance',$,.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2930= IFCSIMPLEPROPERTYTEMPLATE('1Ng9y0qWeHuO00025QrE$V',$,'ThermalMassHeatCapacity','Product of component mass and specific heat.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#2931= IFCSIMPLEPROPERTYTEMPLATE('2Q1xS0qTqHuO00025QrE$V',$,'ThermalTransmittanceSummer','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0ASummer thermal transmittance coefficient of the glazing only, often referred to as (U-value).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2931= IFCSIMPLEPROPERTYTEMPLATE('0kXmy0qWWHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material. Here the total thermal transmittance coefficient through the slab (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2932= IFCSIMPLEPROPERTYTEMPLATE('2UCzI0qTqHuO00025QrE$V',$,'ThermalTransmittanceWinter','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AWinter thermal transmittance coefficient of the glazing only, often referred to as (U-value).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); +#2932= IFCSIMPLEPROPERTYTEMPLATE('0lbaq0qSGHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of the element. Here the total thermal transmittance coefficient through the beam within the direction of the thermal flow (including all materials).\X\0D\X\0A\X\0D\X\0ANote: new property in IFC4',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2933= IFCSIMPLEPROPERTYTEMPLATE('3Ziye0qVmHuO00025QrE$V',$,'ThermalTrippingUnitType','A list of the available types of thermal tripping unit from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9889,$,$,$,$); -#9889= IFCPROPERTYENUMERATION('PEnum_ThermalTrippingUnitType',('NH_FUSE','DIAZED','MINIZED','NEOZED','OTHER','NOTKNOWN','UNSET'),$); +#2933= IFCSIMPLEPROPERTYTEMPLATE('0nU0I0qVGHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AIt applies to the total door construction.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2934= IFCSIMPLEPROPERTYTEMPLATE('3NSK80qUSHuO00025QrE$V',$,'ThermometerType','Identifies the means by which temperature is displayed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9893,$,$,$,$); -#9893= IFCPROPERTYENUMERATION('PEnum_ThermometerType',('DIAL','DIGITAL','STEM','OTHER','NOTKNOWN','UNSET'),$); +#2934= IFCSIMPLEPROPERTYTEMPLATE('0W$kQiRJjCzwqrvSp47kdg',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of an element.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2935= IFCSIMPLEPROPERTYTEMPLATE('3HtI60qX8HuO00025QrE$V',$,'Thickness','Thickness of the fin.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2935= IFCSIMPLEPROPERTYTEMPLATE('12jHS0qTmHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AIt applies to the total door construction.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2936= IFCSIMPLEPROPERTYTEMPLATE('2vQ8Q_UJv0cR2YYII$qZk3',$,'Thickness1','First thickness parameter of a surface member with varying thickness',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2936= IFCSIMPLEPROPERTYTEMPLATE('1AjOo0qSKHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of the element. It is the total thermal transmittance coefficient through the building element proxy within the direction of the thermal flow (including all materials).\X\0D\X\0A\X\0D\X\0ANote: new property in IFC4',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2937= IFCSIMPLEPROPERTYTEMPLATE('05Hc3cHvb68QQzhIbXRNcm',$,'Thickness2','Second thickness parameter of a surface member with varying thickness',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2937= IFCSIMPLEPROPERTYTEMPLATE('1G$JO0qT0HuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of an element. \X\0D\X\0AHere the total thermal transmittance coefficient through the covering (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2938= IFCSIMPLEPROPERTYTEMPLATE('0drSMc4wnCbgTf_mTVte5u',$,'Thickness3','Third thickness parameter of a surface member with varying thickness',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2938= IFCSIMPLEPROPERTYTEMPLATE('1qXAY0qV4HuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AHere the total thermal transmittance coefficient through the member within the direction of the thermal flow (including all materials).\X\0D\X\0ANote: new property in IFC4.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2939= IFCSIMPLEPROPERTYTEMPLATE('1merS0qUuHuO00025QrE$V',$,'ThicknessSwelling','Swelling ratio relative to board depth.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2939= IFCSIMPLEPROPERTYTEMPLATE('1rA3c0qWSHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material of a certain thickness for this element.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2940= IFCSIMPLEPROPERTYTEMPLATE('3dsUg0qV0HuO00025QrE$V',$,'ThreadDiameter','Nominal diameter of the thread, if different from the bolt''s overall nominal diameter',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2940= IFCSIMPLEPROPERTYTEMPLATE('1Xzda0qSaHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of an element. Here the total thermal transmittance coefficient through the chimney within the direction of the thermal flow (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2941= IFCSIMPLEPROPERTYTEMPLATE('3kQ680qV0HuO00025QrE$V',$,'ThreadLength','Nominal length of the thread',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2941= IFCSIMPLEPROPERTYTEMPLATE('1yVI80qSeHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of the element. Here the total thermal transmittance coefficient through the column within the direction of the thermal flow (including all materials).\X\0D\X\0A\X\0D\X\0ANore: new property in IFC4',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2942= IFCSIMPLEPROPERTYTEMPLATE('1l_iY0qSuHuO00025QrE$V',$,'Throw','Distance cooled beam throws the air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveLengthMeasure',$,$,$,$,$); +#2942= IFCSIMPLEPROPERTYTEMPLATE('2XT9E0qT0HuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AHere the total thermal transmittance coefficient through the wall (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2943= IFCSIMPLEPROPERTYTEMPLATE('3K_l80qRyHuO00025QrE$V',$,'ThrowLength','The horizontal or vertical axial distance an airstream travels after leaving an AirTerminal before the maximum stream velocity is reduced to a specified terminal velocity under isothermal conditions at the upper value of the AirFlowrateRange.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#2943= IFCSIMPLEPROPERTYTEMPLATE('34Qsk0qW4HuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AHere the total thermal transmittance coefficient through the roof surface (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2944= IFCSIMPLEPROPERTYTEMPLATE('17M9Cc_kz818DfWA4GZJTA',$,'TicketProcessingTime','Indicates the processing time of a ticket.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2944= IFCSIMPLEPROPERTYTEMPLATE('3MLW9Uqir2HPZ8iRLwgUEW',$,'ThermalTransmittance',$,.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2945= IFCSIMPLEPROPERTYTEMPLATE('3x1oxWIPb1Ov7kUFZmUNkg',$,'TicketProductionSpeed','Indicates the production speed of the ticket. It is measured by counting the number of tickets that can be produced per hour.',.P_SINGLEVALUE.,'IfcIntegerCountRateMeasure',$,$,$,$,$,$); +#2945= IFCSIMPLEPROPERTYTEMPLATE('3ORfU0qXWHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AIt applies to the total door construction.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2946= IFCSIMPLEPROPERTYTEMPLATE('3yrQ19j3XCuR09jcP_sUQK',$,'TicketStuckRatio','Indicates the ratio of tickets being stuck or jammed in the appliance.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2946= IFCSIMPLEPROPERTYTEMPLATE('3U5gu0qXKHuO00025QrE$V',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AHere the total thermal transmittance coefficient through the wall (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2947= IFCSIMPLEPROPERTYTEMPLATE('1jryyyP5n7IgJiBTSr7Yqz',$,'TicketVendingMachineType','Indicates the type of ticket vending machine.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9909,$,$,$,$); -#9909= IFCPROPERTYENUMERATION('PEnum_TicketVendingMachineType',('TICKETREDEMPTIONMACHINE','TICKETREFUNDINGMACHINE','TICKETVENDINGMACHINE','OTHER','NOTKNOWN','UNSET'),$); +#2947= IFCSIMPLEPROPERTYTEMPLATE('3YhweyeoP4yfJpfFi81P$3',$,'ThermalTransmittance',$,.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2948= IFCSIMPLEPROPERTYTEMPLATE('3Ekqmkl8vDvOb4TiripBma',$,'TidalRange','Indicative (95%-100%) range between high and low tide levels.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2948= IFCSIMPLEPROPERTYTEMPLATE('2Q1xS0qTqHuO00025QrE$V',$,'ThermalTransmittanceSummer','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0ASummer thermal transmittance coefficient of the glazing only, often referred to as (U-value).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2949= IFCSIMPLEPROPERTYTEMPLATE('046L_0qT0HuO00025QrE$V',$,'TileLength','Length of ceiling tiles. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2949= IFCSIMPLEPROPERTYTEMPLATE('2UCzI0qTqHuO00025QrE$V',$,'ThermalTransmittanceWinter','Thermal transmittance coefficient (U-Value) of a material.\X\0D\X\0AWinter thermal transmittance coefficient of the glazing only, often referred to as (U-value).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,$); -#2950= IFCSIMPLEPROPERTYTEMPLATE('09Tge0qT0HuO00025QrE$V',$,'TileWidth','Width of ceiling tiles. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#2950= IFCSIMPLEPROPERTYTEMPLATE('3Ziye0qVmHuO00025QrE$V',$,'ThermalTrippingUnitType','A list of the available types of thermal tripping unit from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9927,$,$,$,$); +#9927= IFCPROPERTYENUMERATION('PEnum_ThermalTrippingUnitType',('NH_FUSE','DIAZED','MINIZED','NEOZED','OTHER','NOTKNOWN','UNSET'),$); -#2951= IFCSIMPLEPROPERTYTEMPLATE('2p9Ls0qWSHuO00025QrE$V',$,'TiltAngle','The angle of tilt defined in the plane perpendicular to the extrusion axis (X-Axis of the local placement). The angle shall be measured from the orientation of the Z-Axis in the local placement.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPlaneAngleMeasure',$,$,$,$,$); +#2951= IFCSIMPLEPROPERTYTEMPLATE('3NSK80qUSHuO00025QrE$V',$,'ThermometerType','Identifies the means by which temperature is displayed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9931,$,$,$,$); +#9931= IFCPROPERTYENUMERATION('PEnum_ThermometerType',('DIAL','DIGITAL','STEM','OTHER','NOTKNOWN','UNSET'),$); -#2952= IFCSIMPLEPROPERTYTEMPLATE('12g1s0qS8HuO00025QrE$V',$,'TiltHorizontal','Indicates horizontal range for pivoting, where positive values indicate the camera rotating clockwise,',.P_BOUNDEDVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2952= IFCSIMPLEPROPERTYTEMPLATE('3HtI60qX8HuO00025QrE$V',$,'Thickness','Thickness of the fin.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2953= IFCSIMPLEPROPERTYTEMPLATE('18dVw0qS8HuO00025QrE$V',$,'TiltVertical','Indicates vertical range for pivoting, where 0.0 is level, +90 degrees is looking up, -90 degrees is looking down.',.P_BOUNDEDVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#2953= IFCSIMPLEPROPERTYTEMPLATE('2vQ8Q_UJv0cR2YYII$qZk3',$,'Thickness1','First thickness parameter of a surface member with varying thickness',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2954= IFCSIMPLEPROPERTYTEMPLATE('0iRu40qWKHuO00025QrE$V',$,'TimeConstant','The time constant of the sensor.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#2954= IFCSIMPLEPROPERTYTEMPLATE('05Hc3cHvb68QQzhIbXRNcm',$,'Thickness2','Second thickness parameter of a surface member with varying thickness',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2955= IFCSIMPLEPROPERTYTEMPLATE('1qYQO0qViHuO00025QrE$V',$,'TimeTolerance1','The tolerance for the time of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2955= IFCSIMPLEPROPERTYTEMPLATE('0drSMc4wnCbgTf_mTVte5u',$,'Thickness3','Third thickness parameter of a surface member with varying thickness',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2956= IFCSIMPLEPROPERTYTEMPLATE('1wChm0qVeHuO00025QrE$V',$,'TimeTolerance1','The tolerance for the time of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2956= IFCSIMPLEPROPERTYTEMPLATE('1merS0qUuHuO00025QrE$V',$,'ThicknessSwelling','Swelling ratio relative to board depth.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2957= IFCSIMPLEPROPERTYTEMPLATE('3eTtw0qVeHuO00025QrE$V',$,'TimeTolerance1','The tolerance for the time of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2957= IFCSIMPLEPROPERTYTEMPLATE('3dsUg0qV0HuO00025QrE$V',$,'ThreadDiameter','Nominal diameter of the thread, if different from the bolt''s overall nominal diameter',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2958= IFCSIMPLEPROPERTYTEMPLATE('1$tD60qViHuO00025QrE$V',$,'TimeTolerance2','The tolerance for the time of the time/current-curve in [%] valid for currents above TimeToleranceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2958= IFCSIMPLEPROPERTYTEMPLATE('3kQ680qV0HuO00025QrE$V',$,'ThreadLength','Nominal length of the thread',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2959= IFCSIMPLEPROPERTYTEMPLATE('24xL40qVeHuO00025QrE$V',$,'TimeTolerance2','The tolerance for the time of the time/current-curve in [%] valid for currents above TimeToleranceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2959= IFCSIMPLEPROPERTYTEMPLATE('1l_iY0qSuHuO00025QrE$V',$,'Throw','Distance cooled beam throws the air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPositiveLengthMeasure',$,$,$,$,$); -#2960= IFCSIMPLEPROPERTYTEMPLATE('3pCXE0qVeHuO00025QrE$V',$,'TimeTolerance2','The tolerance for the time of the time/current-curve in [%] valid for currents above TimeToleranceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#2960= IFCSIMPLEPROPERTYTEMPLATE('3K_l80qRyHuO00025QrE$V',$,'ThrowLength','The horizontal or vertical axial distance an airstream travels after leaving an AirTerminal before the maximum stream velocity is reduced to a specified terminal velocity under isothermal conditions at the upper value of the AirFlowrateRange.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#2961= IFCSIMPLEPROPERTYTEMPLATE('1vvl20qViHuO00025QrE$V',$,'TimeToleranceLimit1','The current limit in [x In] limiting the application of TimeTolerance1, if any. If the value is set to 0, the value of the TimeTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2961= IFCSIMPLEPROPERTYTEMPLATE('17M9Cc_kz818DfWA4GZJTA',$,'TicketProcessingTime','Indicates the processing time of a ticket.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2962= IFCSIMPLEPROPERTYTEMPLATE('20A9q0qVeHuO00025QrE$V',$,'TimeToleranceLimit1','The current limit in [x In] limiting the application of TimeTolerance1, if any. If the value is set to 0, the value of the TimeTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2962= IFCSIMPLEPROPERTYTEMPLATE('3x1oxWIPb1Ov7kUFZmUNkg',$,'TicketProductionSpeed','Indicates the production speed of the ticket. It is measured by counting the number of tickets that can be produced per hour.',.P_SINGLEVALUE.,'IfcIntegerCountRateMeasure',$,$,$,$,$,$); -#2963= IFCSIMPLEPROPERTYTEMPLATE('3kRL_0qVeHuO00025QrE$V',$,'TimeToleranceLimit1','The current limit in [x In] limiting the application of TimeTolerance1, if any. If the value is set to 0, the value of the TimeTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#2963= IFCSIMPLEPROPERTYTEMPLATE('3yrQ19j3XCuR09jcP_sUQK',$,'TicketStuckRatio','Indicates the ratio of tickets being stuck or jammed in the appliance.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2964= IFCSIMPLEPROPERTYTEMPLATE('3P0Z20qWuHuO00025QrE$V',$,'ToggleSwitchType','A list of the available types of toggle switch from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9953,$,$,$,$); -#9953= IFCPROPERTYENUMERATION('PEnum_SwitchingDeviceToggleSwitchType',('BREAKGLASS','CHANGEOVER','KEYOPERATED','MANUALPULL','PUSHBUTTON','PULLCORD','ROCKER','SELECTOR','TWIST','OTHER','NOTKNOWN','UNSET'),$); +#2964= IFCSIMPLEPROPERTYTEMPLATE('1jryyyP5n7IgJiBTSr7Yqz',$,'TicketVendingMachineType','Indicates the type of ticket vending machine.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9947,$,$,$,$); +#9947= IFCPROPERTYENUMERATION('PEnum_TicketVendingMachineType',('TICKETREDEMPTIONMACHINE','TICKETREFUNDINGMACHINE','TICKETVENDINGMACHINE','OTHER','NOTKNOWN','UNSET'),$); -#2965= IFCSIMPLEPROPERTYTEMPLATE('3dbng0qWCHuO00025QrE$V',$,'ToiletPanType','The property enumeration Pset_ToiletPanTypeEnum defines the types of toilet pan that may be specified within the property set Pset_Toilet:-\X\0D\X\0A\X\0D\X\0ASiphonic: \X\09Toilet pan in which excrement is removed by siphonage induced by the flushing water.\X\0D\X\0ASquat: \X\09Toilet pan with an elongated bowl installed with its top edge at or near floor level, so that the user has to squat.\X\0D\X\0AWashDown: \X\09Toilet pan in which excrement is removed by the momentum of the flushing water.\X\0D\X\0AWashOut: \X\09A washdown toilet pan in which excrement falls first into a shallow water filled bowl.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9957,$,$,$,$); -#9957= IFCPROPERTYENUMERATION('PEnum_ToiletPanType',('SIPHONIC','SQUAT','WASHDOWN','WASHOUT','OTHER','NOTKNOWN','UNSET'),$); +#2965= IFCSIMPLEPROPERTYTEMPLATE('3Ekqmkl8vDvOb4TiripBma',$,'TidalRange','Indicative (95%-100%) range between high and low tide levels.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2966= IFCSIMPLEPROPERTYTEMPLATE('3I8V20qWCHuO00025QrE$V',$,'ToiletType','Enumeration that defines the types of toilet (water closet) arrangements that may be specified where:-\X\0D\X\0A\X\0D\X\0ABedPanWasher: Enclosed soil appliance in which bedpans and urinal bottles are emptied and cleansed.\X\0D\X\0AChemical: Portable receptacle or soil appliance that receives and retains excrement in either an integral or a separate container, in which it is chemically treated and from which it has to be emptied periodically.\X\0D\X\0ACloseCoupled: \X\09Toilet suite in which a flushing cistern is connected directly to the water closet pan.\X\0D\X\0ALooseCoupled: \X\09Toilet arrangement in which a flushing cistern is connected to the water closet pan through a flushing pipe.\X\0D\X\0ASlopHopper: \X\09Hopper shaped soil appliance with a flushing rim and outlet similar to those of a toilet pan, into which human excrement is emptied for disposal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9960,$,$,$,$); -#9960= IFCPROPERTYENUMERATION('PEnum_ToiletType',('BEDPANWASHER','CHEMICAL','CLOSECOUPLED','LOOSECOUPLED','SLOPHOPPER','OTHER','NOTKNOWN','UNSET'),$); +#2966= IFCSIMPLEPROPERTYTEMPLATE('046L_0qT0HuO00025QrE$V',$,'TileLength','Length of ceiling tiles. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2967= IFCSIMPLEPROPERTYTEMPLATE('3afnSSHFLAGQqCq3RLp409',$,'ToleranceBasis','Indication of the basis of the tolerance requirement',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9963,$,$,$,$); -#9963= IFCPROPERTYENUMERATION('PEnum_ToleranceBasis',('ASSEMBLY','DEFLECTION','EXPANSION','SETTLEMENT','APPEARANCE','STRUCTURAL','FUNCTIONALITY','OTHER','NOTKNOWN','UNSET'),$); +#2967= IFCSIMPLEPROPERTYTEMPLATE('09Tge0qT0HuO00025QrE$V',$,'TileWidth','Width of ceiling tiles. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#2968= IFCSIMPLEPROPERTYTEMPLATE('0p2ln6hpL0funX1LED8$P0',$,'ToleranceDescription','General description of the tolerance associated to the element or feature, its source and implications.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#2968= IFCSIMPLEPROPERTYTEMPLATE('2p9Ls0qWSHuO00025QrE$V',$,'TiltAngle','The angle of tilt defined in the plane perpendicular to the extrusion axis (X-Axis of the local placement). The angle shall be measured from the orientation of the Z-Axis in the local placement.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPlaneAngleMeasure',$,$,$,$,$); -#2969= IFCSIMPLEPROPERTYTEMPLATE('0sYOE0qVKHuO00025QrE$V',$,'ToppingType','Defines if a topping is applied and what kind. Values are \X2\201C\X0\Full topping\X2\201D\X0\, \X2\201C\X0\Perimeter Wash\X2\201D\X0\, \X2\201C\X0\None\X2\201D\X0\',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#2969= IFCSIMPLEPROPERTYTEMPLATE('12g1s0qS8HuO00025QrE$V',$,'TiltHorizontal','Indicates horizontal range for pivoting, where positive values indicate the camera rotating clockwise,',.P_BOUNDEDVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2970= IFCSIMPLEPROPERTYTEMPLATE('2npqC0qRqHuO00025QrE$V',$,'Torque','Indicates the maximum close-off torque for the actuator.',.P_SINGLEVALUE.,'IfcTorqueMeasure',$,$,$,$,$,$); +#2970= IFCSIMPLEPROPERTYTEMPLATE('18dVw0qS8HuO00025QrE$V',$,'TiltVertical','Indicates vertical range for pivoting, where 0.0 is level, +90 degrees is looking up, -90 degrees is looking down.',.P_BOUNDEDVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#2971= IFCSIMPLEPROPERTYTEMPLATE('2ZYo80qT4HuO00025QrE$V',$,'TorqueRange','Torque range: minimum operational torque to maximum allowable torque.',.P_BOUNDEDVALUE.,'IfcTorqueMeasure',$,$,$,$,$,$); +#2971= IFCSIMPLEPROPERTYTEMPLATE('0iRu40qWKHuO00025QrE$V',$,'TimeConstant','The time constant of the sensor.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#2972= IFCSIMPLEPROPERTYTEMPLATE('2zYok0qVOHuO00025QrE$V',$,'TorsionalConstantX','Torsional constant about xs. For example measured in mm4.',.P_SINGLEVALUE.,'IfcMomentOfInertiaMeasure',$,$,$,$,$,$); +#2972= IFCSIMPLEPROPERTYTEMPLATE('1qYQO0qViHuO00025QrE$V',$,'TimeTolerance1','The tolerance for the time of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2973= IFCSIMPLEPROPERTYTEMPLATE('025iS0qVSHuO00025QrE$V',$,'TorsionalSectionModulus','Torsional resistance (about xs). For example measured in mm\S\3.',.P_SINGLEVALUE.,'IfcSectionModulusMeasure',$,$,$,$,$,$); +#2973= IFCSIMPLEPROPERTYTEMPLATE('1wChm0qVeHuO00025QrE$V',$,'TimeTolerance1','The tolerance for the time of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2974= IFCSIMPLEPROPERTYTEMPLATE('0S_uq2KWrCDQRWW5W4PUOa',$,'TorsionalStrength','Shear strength in torsion.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2974= IFCSIMPLEPROPERTYTEMPLATE('3eTtw0qVeHuO00025QrE$V',$,'TimeTolerance1','The tolerance for the time of time/current-curve in [%].',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2975= IFCSIMPLEPROPERTYTEMPLATE('0YBUxt_nfFj8QBbLScheNB',$,'TorsionalStrength','Shear strength in torsion.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2975= IFCSIMPLEPROPERTYTEMPLATE('1$tD60qViHuO00025QrE$V',$,'TimeTolerance2','The tolerance for the time of the time/current-curve in [%] valid for currents above TimeToleranceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2976= IFCSIMPLEPROPERTYTEMPLATE('1EHJyVIez4GuVXUZSpQHn3',$,'TorsionalStrength','Shear strength in torsion.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#2976= IFCSIMPLEPROPERTYTEMPLATE('24xL40qVeHuO00025QrE$V',$,'TimeTolerance2','The tolerance for the time of the time/current-curve in [%] valid for currents above TimeToleranceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2977= IFCSIMPLEPROPERTYTEMPLATE('03Tys0qRuHuO00025QrE$V',$,'TotalAirflow','The total design supply air flowrate required for the system for either heating or cooling conditions, whichever is greater.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#2977= IFCSIMPLEPROPERTYTEMPLATE('3pCXE0qVeHuO00025QrE$V',$,'TimeTolerance2','The tolerance for the time of the time/current-curve in [%] valid for currents above TimeToleranceLimit1.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#2978= IFCSIMPLEPROPERTYTEMPLATE('3gb0e0qWSHuO00025QrE$V',$,'TotalArea','Total planned area for the site. Used for programming the site space.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#2978= IFCSIMPLEPROPERTYTEMPLATE('1vvl20qViHuO00025QrE$V',$,'TimeToleranceLimit1','The current limit in [x In] limiting the application of TimeTolerance1, if any. If the value is set to 0, the value of the TimeTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2979= IFCSIMPLEPROPERTYTEMPLATE('0vlKa0qSuHuO00025QrE$V',$,'TotalCoolingCapacity','Total cooling capacity. This includes cooling capacity of beam and cooling capacity of supply air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2979= IFCSIMPLEPROPERTYTEMPLATE('20A9q0qVeHuO00025QrE$V',$,'TimeToleranceLimit1','The current limit in [x In] limiting the application of TimeTolerance1, if any. If the value is set to 0, the value of the TimeTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2980= IFCSIMPLEPROPERTYTEMPLATE('3VaQU0qX0HuO00025QrE$V',$,'TotalCoolingLoad','The peak total cooling load for the building, zone or space.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2980= IFCSIMPLEPROPERTYTEMPLATE('3kRL_0qVeHuO00025QrE$V',$,'TimeToleranceLimit1','The current limit in [x In] limiting the application of TimeTolerance1, if any. If the value is set to 0, the value of the TimeTolerance1 is valid for the whole time/current-curve.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#2981= IFCSIMPLEPROPERTYTEMPLATE('0Q7mU7oh9C1AczkUB_dSwZ',$,'TotalCoreRecovery','Length of core recovered (solid and non-intact) expressed as a ratio of the length of core run.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#2981= IFCSIMPLEPROPERTYTEMPLATE('3P0Z20qWuHuO00025QrE$V',$,'ToggleSwitchType','A list of the available types of toggle switch from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9991,$,$,$,$); +#9991= IFCPROPERTYENUMERATION('PEnum_SwitchingDeviceToggleSwitchType',('BREAKGLASS','CHANGEOVER','KEYOPERATED','MANUALPULL','PUSHBUTTON','PULLCORD','ROCKER','SELECTOR','TWIST','OTHER','NOTKNOWN','UNSET'),$); -#2982= IFCSIMPLEPROPERTYTEMPLATE('1a20e0qS0HuO00025QrE$V',$,'TotalEffectiveness','Total heat transfer effectiveness: The ratio of heat transfer to the maximum possible heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#2982= IFCSIMPLEPROPERTYTEMPLATE('3dbng0qWCHuO00025QrE$V',$,'ToiletPanType','The property enumeration Pset_ToiletPanTypeEnum defines the types of toilet pan that may be specified within the property set Pset_Toilet:-\X\0D\X\0A\X\0D\X\0ASiphonic: \X\09Toilet pan in which excrement is removed by siphonage induced by the flushing water.\X\0D\X\0ASquat: \X\09Toilet pan with an elongated bowl installed with its top edge at or near floor level, so that the user has to squat.\X\0D\X\0AWashDown: \X\09Toilet pan in which excrement is removed by the momentum of the flushing water.\X\0D\X\0AWashOut: \X\09A washdown toilet pan in which excrement falls first into a shallow water filled bowl.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9995,$,$,$,$); +#9995= IFCPROPERTYENUMERATION('PEnum_ToiletPanType',('SIPHONIC','SQUAT','WASHDOWN','WASHOUT','OTHER','NOTKNOWN','UNSET'),$); -#2983= IFCSIMPLEPROPERTYTEMPLATE('22RWM0qS0HuO00025QrE$V',$,'TotalEffectivenessTable','Total heat transfer effectiveness curve as a function of the primary and secondary air flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#2983= IFCSIMPLEPROPERTYTEMPLATE('3I8V20qWCHuO00025QrE$V',$,'ToiletType','Enumeration that defines the types of toilet (water closet) arrangements that may be specified where:-\X\0D\X\0A\X\0D\X\0ABedPanWasher: Enclosed soil appliance in which bedpans and urinal bottles are emptied and cleansed.\X\0D\X\0AChemical: Portable receptacle or soil appliance that receives and retains excrement in either an integral or a separate container, in which it is chemically treated and from which it has to be emptied periodically.\X\0D\X\0ACloseCoupled: \X\09Toilet suite in which a flushing cistern is connected directly to the water closet pan.\X\0D\X\0ALooseCoupled: \X\09Toilet arrangement in which a flushing cistern is connected to the water closet pan through a flushing pipe.\X\0D\X\0ASlopHopper: \X\09Hopper shaped soil appliance with a flushing rim and outlet similar to those of a toilet pan, into which human excrement is emptied for disposal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#9998,$,$,$,$); +#9998= IFCPROPERTYENUMERATION('PEnum_ToiletType',('BEDPANWASHER','CHEMICAL','CLOSECOUPLED','LOOSECOUPLED','SLOPHOPPER','OTHER','NOTKNOWN','UNSET'),$); -#2984= IFCSIMPLEPROPERTYTEMPLATE('0iSd_0qWiHuO00025QrE$V',$,'TotalHeatGain','The total amount of heat or energy gained by the space at the time of the space''s peak cooling conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2984= IFCSIMPLEPROPERTYTEMPLATE('3afnSSHFLAGQqCq3RLp409',$,'ToleranceBasis','Indication of the basis of the tolerance requirement',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10001,$,$,$,$); +#10001= IFCPROPERTYENUMERATION('PEnum_ToleranceBasis',('ASSEMBLY','DEFLECTION','EXPANSION','SETTLEMENT','APPEARANCE','STRUCTURAL','FUNCTIONALITY','OTHER','NOTKNOWN','UNSET'),$); -#2985= IFCSIMPLEPROPERTYTEMPLATE('0yk3c0qSuHuO00025QrE$V',$,'TotalHeatingCapacity','Total heating capacity. This includes heating capacity of beam and heating capacity of supply air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2985= IFCSIMPLEPROPERTYTEMPLATE('0p2ln6hpL0funX1LED8$P0',$,'ToleranceDescription','General description of the tolerance associated to the element or feature, its source and implications.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#2986= IFCSIMPLEPROPERTYTEMPLATE('3axl80qX0HuO00025QrE$V',$,'TotalHeatingLoad','The peak total heating load for the building, zone or space.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2986= IFCSIMPLEPROPERTYTEMPLATE('0sYOE0qVKHuO00025QrE$V',$,'ToppingType','Defines if a topping is applied and what kind. Values are \X2\201C\X0\Full topping\X2\201D\X0\, \X2\201C\X0\Perimeter Wash\X2\201D\X0\, \X2\201C\X0\None\X2\201D\X0\',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#2987= IFCSIMPLEPROPERTYTEMPLATE('0nDpE0qWiHuO00025QrE$V',$,'TotalHeatLoss','The total amount of heat or energy lost by the space at the time of the space''s peak heating conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2987= IFCSIMPLEPROPERTYTEMPLATE('2npqC0qRqHuO00025QrE$V',$,'Torque','Indicates the maximum close-off torque for the actuator.',.P_SINGLEVALUE.,'IfcTorqueMeasure',$,$,$,$,$,$); -#2988= IFCSIMPLEPROPERTYTEMPLATE('1buiK0qU8HuO00025QrE$V',$,'TotalHeatTransferRate','Total heat transfer rate to primary air flow.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2988= IFCSIMPLEPROPERTYTEMPLATE('2ZYo80qT4HuO00025QrE$V',$,'TorqueRange','Torque range: minimum operational torque to maximum allowable torque.',.P_BOUNDEDVALUE.,'IfcTorqueMeasure',$,$,$,$,$,$); -#2989= IFCSIMPLEPROPERTYTEMPLATE('1xHlU0qS0HuO00025QrE$V',$,'TotalHeatTransferRate','Total heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2989= IFCSIMPLEPROPERTYTEMPLATE('2zYok0qVOHuO00025QrE$V',$,'TorsionalConstantX','Torsional constant about xs. For example measured in mm4.',.P_SINGLEVALUE.,'IfcMomentOfInertiaMeasure',$,$,$,$,$,$); -#2990= IFCSIMPLEPROPERTYTEMPLATE('0RTZu0qWmHuO00025QrE$V',$,'TotalLatentLoad','Total energy added or removed from air that affects its humidity or concentration of water vapor. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2990= IFCSIMPLEPROPERTYTEMPLATE('025iS0qVSHuO00025QrE$V',$,'TorsionalSectionModulus','Torsional resistance (about xs). For example measured in mm\S\3.',.P_SINGLEVALUE.,'IfcSectionModulusMeasure',$,$,$,$,$,$); -#2991= IFCSIMPLEPROPERTYTEMPLATE('3U4R20qWiHuO00025QrE$V',$,'TotalLatentLoad','Total energy added or removed from air that affects its humidity or concentration of water vapor. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2991= IFCSIMPLEPROPERTYTEMPLATE('0S_uq2KWrCDQRWW5W4PUOa',$,'TorsionalStrength','Shear strength in torsion.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2992= IFCSIMPLEPROPERTYTEMPLATE('048bi0qU8HuO00025QrE$V',$,'TotalPrimaryEnergyConsumption','Quantity of energy used as defined in ISO21930:2007.',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); +#2992= IFCSIMPLEPROPERTYTEMPLATE('0YBUxt_nfFj8QBbLScheNB',$,'TorsionalStrength','Shear strength in torsion.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2993= IFCSIMPLEPROPERTYTEMPLATE('2jjHo0qU4HuO00025QrE$V',$,'TotalPrimaryEnergyConsumptionPerUnit','Quantity of energy used as defined in ISO21930:2007.',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); +#2993= IFCSIMPLEPROPERTYTEMPLATE('1EHJyVIez4GuVXUZSpQHn3',$,'TorsionalStrength','Shear strength in torsion.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#2994= IFCSIMPLEPROPERTYTEMPLATE('0USIw0qWmHuO00025QrE$V',$,'TotalRadiantLoad','Total electromagnetic energy added or removed by emission or absorption. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2994= IFCSIMPLEPROPERTYTEMPLATE('03Tys0qRuHuO00025QrE$V',$,'TotalAirflow','The total design supply air flowrate required for the system for either heating or cooling conditions, whichever is greater.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#2995= IFCSIMPLEPROPERTYTEMPLATE('3ep4M0qWiHuO00025QrE$V',$,'TotalRadiantLoad','Total electromagnetic energy added or removed by emission or absorption. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2995= IFCSIMPLEPROPERTYTEMPLATE('3gb0e0qWSHuO00025QrE$V',$,'TotalArea','Total planned area for the site. Used for programming the site space.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#2996= IFCSIMPLEPROPERTYTEMPLATE('0bv0W0qWiHuO00025QrE$V',$,'TotalSensibleHeatGain','The total sensible heat or energy gained by the space during the peak cooling conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2996= IFCSIMPLEPROPERTYTEMPLATE('0vlKa0qSuHuO00025QrE$V',$,'TotalCoolingCapacity','Total cooling capacity. This includes cooling capacity of beam and cooling capacity of supply air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#2997= IFCSIMPLEPROPERTYTEMPLATE('0OUqs0qWmHuO00025QrE$V',$,'TotalSensibleLoad','Total energy added or removed from air that affects its temperature. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#2997= IFCSIMPLEPROPERTYTEMPLATE('3VaQU0qX0HuO00025QrE$V',$,'TotalCoolingLoad','The peak total cooling load for the building, zone or space.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#2998= IFCSIMPLEPROPERTYTEMPLATE('3MKWm0qWiHuO00025QrE$V',$,'TotalSensibleLoad','Total energy added or removed from air that affects its temperature. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#2998= IFCSIMPLEPROPERTYTEMPLATE('0Q7mU7oh9C1AczkUB_dSwZ',$,'TotalCoreRecovery','Length of core recovered (solid and non-intact) expressed as a ratio of the length of core run.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#2999= IFCSIMPLEPROPERTYTEMPLATE('0cg7e0qSeHuO00025QrE$V',$,'TotalUACurves','Total UA curves, UA - air and water velocities, UA = [(C1 \\* AirFlowRate\\^0.8)\\^-1 + (C2 \\* WaterFlowRate\\^0.8)\\^-1]\\^-1. Note: as two variables are used, DefiningValues and DefinedValues are null, and values are stored in IfcTable in the following order: AirFlowRate,WaterFlowRate,UA. The IfcTable is related to IfcPropertyTableValue using IfcMetric and IfcPropertyConstraintRelationship.',.P_TABLEVALUE.,'IfcReal','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#2999= IFCSIMPLEPROPERTYTEMPLATE('1a20e0qS0HuO00025QrE$V',$,'TotalEffectiveness','Total heat transfer effectiveness: The ratio of heat transfer to the maximum possible heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#3000= IFCSIMPLEPROPERTYTEMPLATE('2g9fC0qUiHuO00025QrE$V',$,'TotalWattage','Wattage on whole lightfitting device with all sources intact.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#3000= IFCSIMPLEPROPERTYTEMPLATE('22RWM0qS0HuO00025QrE$V',$,'TotalEffectivenessTable','Total heat transfer effectiveness curve as a function of the primary and secondary air flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#3001= IFCSIMPLEPROPERTYTEMPLATE('2yG0k0qS8HuO00025QrE$V',$,'TouchScreen','Indicates touchscreen support.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10038,$,$,$,$); -#10038= IFCPROPERTYENUMERATION('PEnum_AudioVisualDisplayTouchScreen',('SINGLETOUCH','MULTITOUCH','NONE','OTHER','NOTKNOWN','UNSET'),$); +#3001= IFCSIMPLEPROPERTYTEMPLATE('0iSd_0qWiHuO00025QrE$V',$,'TotalHeatGain','The total amount of heat or energy gained by the space at the time of the space''s peak cooling conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#3002= IFCSIMPLEPROPERTYTEMPLATE('0usHrhLiDDNf8Mimwaruzl',$,'TrackCharacteristic','Indicates the characteristic of the track.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10042,$,$,$,$); -#10042= IFCPROPERTYENUMERATION('PEnum_TrackCharacteristic',('NORMAL','RACK','FUNICULAR','RIGIDOVERHEAD','THIRDRAIL','OTHER','NOTKNOWN','UNSET'),$); +#3002= IFCSIMPLEPROPERTYTEMPLATE('0yk3c0qSuHuO00025QrE$V',$,'TotalHeatingCapacity','Total heating capacity. This includes heating capacity of beam and heating capacity of supply air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#3003= IFCSIMPLEPROPERTYTEMPLATE('13xvT88Cz9wRdASN0W90_H',$,'TrackElementOrientation','Turnout panels can be placed in 2 mirror-symmetric directions in the field. To distinguish both ends of the turnout panel, a definition of an orientation system with respect to the panel is necessary. The orientation defines, if the panel is oriented in a way or opposite with respect to the direction of the alignment/stationing.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10043,$,$,$,$); -#10043= IFCPROPERTYENUMERATION('PEnum_TurnoutPanelOrientation',('FRONT','BACK','OTHER','NOTKNOWN','UNSET'),$); +#3003= IFCSIMPLEPROPERTYTEMPLATE('3axl80qX0HuO00025QrE$V',$,'TotalHeatingLoad','The peak total heating load for the building, zone or space.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#3004= IFCSIMPLEPROPERTYTEMPLATE('0vaUGKvwPBQhk6i2nO$f86',$,'TrackExpansion','In curvature context, bounded value of the expansion distance that can be added to rail gauge.',.P_BOUNDEDVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3004= IFCSIMPLEPROPERTYTEMPLATE('0nDpE0qWiHuO00025QrE$V',$,'TotalHeatLoss','The total amount of heat or energy lost by the space at the time of the space''s peak heating conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#3005= IFCSIMPLEPROPERTYTEMPLATE('3je6qR3bvASesRirl5KDGp',$,'TrackFasteningElasticityType','Track fastening elasticity type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10044,$,$,$,$); -#10044= IFCPROPERTYENUMERATION('PEnum_TrackFasteningElasticityType',('ELASTIC_FASTENING','RIGID_FASTENING','OTHER','NOTKNOWN','UNSET'),$); +#3005= IFCSIMPLEPROPERTYTEMPLATE('1buiK0qU8HuO00025QrE$V',$,'TotalHeatTransferRate','Total heat transfer rate to primary air flow.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#3006= IFCSIMPLEPROPERTYTEMPLATE('1v1Jj1_hn3HRQxYEGOBxy0',$,'TrackGaugeLength','Basic track gauge of permanent way.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3006= IFCSIMPLEPROPERTYTEMPLATE('1xHlU0qS0HuO00025QrE$V',$,'TotalHeatTransferRate','Total heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#3007= IFCSIMPLEPROPERTYTEMPLATE('1QUq47Cd5EufPArQiLv0RG',$,'TrackID','The unique identification number of the track.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#3007= IFCSIMPLEPROPERTYTEMPLATE('0RTZu0qWmHuO00025QrE$V',$,'TotalLatentLoad','Total energy added or removed from air that affects its humidity or concentration of water vapor. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#3008= IFCSIMPLEPROPERTYTEMPLATE('04f6CUpMXA8hZooEXNRWkz',$,'TrackNumber','Indicates the local identification number of the track.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#3008= IFCSIMPLEPROPERTYTEMPLATE('3U4R20qWiHuO00025QrE$V',$,'TotalLatentLoad','Total energy added or removed from air that affects its humidity or concentration of water vapor. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#3009= IFCSIMPLEPROPERTYTEMPLATE('0HyLCL3Pz3kwIHGXDrwFlL',$,'TrackSupportingStructure','Indicates the supporting structure for track part.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10045,$,$,$,$); -#10045= IFCPROPERTYENUMERATION('PEnum_TrackSupportingStructure',('BRIDGE','TUNNEL','CONCRETE','SUBGRADELAYER','TRANSITIONSECTION','ONSPECIALFOUNDATION','PAVEMENT','OTHER','NOTKNOWN','UNSET'),$); +#3009= IFCSIMPLEPROPERTYTEMPLATE('048bi0qU8HuO00025QrE$V',$,'TotalPrimaryEnergyConsumption','Quantity of energy used as defined in ISO21930:2007.',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); -#3010= IFCSIMPLEPROPERTYTEMPLATE('259p5P3E16WRyNXgledf39',$,'TrackUsage','The expected primary usage of the track.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10046,$,$,$,$); -#10046= IFCPROPERTYENUMERATION('PEnum_TrackUsage',('MAINTRACK','LOCOMOTIVERUNNINGTRACK','REFUGESIDING','ROUNDABOUTLINE','ROLLINGFORBIDDENTRACK','ROLLINGTRACK','LOCOMOTIVESERVICETRACK','LOCOMOTIVEHOLDTRACK','STORAGETRACK','REPAIRSIDING','CONNECTINGLINE','MULTIPLEUNITRUNNINGTRACK','UNTWININGLINE','RECEIVINGDEPARTURETRACK','SWITCHINGLEAD','CATCHSIDING','FREIGHTTRACK','CLASSIFICATIONTRACK','OTHER','NOTKNOWN','UNSET'),$); +#3010= IFCSIMPLEPROPERTYTEMPLATE('2jjHo0qU4HuO00025QrE$V',$,'TotalPrimaryEnergyConsumptionPerUnit','Quantity of energy used as defined in ISO21930:2007.',.P_SINGLEVALUE.,'IfcEnergyMeasure',$,$,$,$,$,$); -#3011= IFCSIMPLEPROPERTYTEMPLATE('1h6R3D6qz8J9tT_sZdxp1y',$,'TractionForce','Traction force of the point machine in turnout conversion.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#3011= IFCSIMPLEPROPERTYTEMPLATE('0USIw0qWmHuO00025QrE$V',$,'TotalRadiantLoad','Total electromagnetic energy added or removed by emission or absorption. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#3012= IFCSIMPLEPROPERTYTEMPLATE('3HwCkdfrL8cRT34SaMeiGY',$,'TrafficInterfaceType','Indicates the type of the device traffic interfaces.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10047,$,$,$,$); -#10047= IFCPROPERTYENUMERATION('PEnum_ModemTrafficInterfaceType',('E1','FASTETHERNET','XDSL','OTHER','NOTKNOWN','UNSET'),$); +#3012= IFCSIMPLEPROPERTYTEMPLATE('3ep4M0qWiHuO00025QrE$V',$,'TotalRadiantLoad','Total electromagnetic energy added or removed by emission or absorption. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#3013= IFCSIMPLEPROPERTYTEMPLATE('0z_ZR$vVrEivWXuanAlBNq',$,'TransformationRatio','The ratio of the actual primary current or voltage to the actual secondary current or voltage.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#3013= IFCSIMPLEPROPERTYTEMPLATE('0bv0W0qWiHuO00025QrE$V',$,'TotalSensibleHeatGain','The total sensible heat or energy gained by the space during the peak cooling conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#3014= IFCSIMPLEPROPERTYTEMPLATE('1OT80gqCT1y89fMoREiKYr',$,'TransformationRatio','The ratio of the actual primary current or voltage to the actual secondary current or voltage.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3014= IFCSIMPLEPROPERTYTEMPLATE('0OUqs0qWmHuO00025QrE$V',$,'TotalSensibleLoad','Total energy added or removed from air that affects its temperature. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#3015= IFCSIMPLEPROPERTYTEMPLATE('2LM0i803DFiO3qpXrGIAS7',$,'TransformerVectorGroup','List of the possible vector groups for the transformer from which that required may be set. Values in the enumeration list follow a standard international code where the first letter describes how the primary windings are connected,\X\0D\X\0Athe second letter describes how the secondary windings are connected, and the numbers describe the rotation of voltages and currents from the primary to the secondary side in multiples of 30 degrees.\X\0D\X\0A\X\0D\X\0AD: means that the windings are delta-connected.\X\0D\X\0AY: means that the windings are star-connected. \X\0D\X\0AZ: means that the windings are zig-zag connected (a special start-connected providing low reactance of the transformer); \X\0D\X\0AThe connectivity is only relevant for three-phase transformers.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10048,$,$,$,$); -#10048= IFCPROPERTYENUMERATION('PEnum_TransformerVectorGroup',('DD0','DD6','DY5','DY11','YD5','YD11','DZ0','DZ6','YY0','YY6','YZ5','YZ11','OTHER','NOTKNOWN','UNSET'),$); +#3015= IFCSIMPLEPROPERTYTEMPLATE('3MKWm0qWiHuO00025QrE$V',$,'TotalSensibleLoad','Total energy added or removed from air that affects its temperature. If a value is less than zero (negative), then the thermal load is lost from the space. If a value is greater than zero (positive), then the thermal load is a gain to the space.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#3016= IFCSIMPLEPROPERTYTEMPLATE('1tKFopZ991qBQ$gAlgfNRm',$,'TransitionSuperelevation','The type of transition of superelevation from previous event to this one.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10050,$,$,$,$); -#10050= IFCPROPERTYENUMERATION('PEnum_TransitionSuperelevationType',('LINEAR'),$); +#3016= IFCSIMPLEPROPERTYTEMPLATE('0cg7e0qSeHuO00025QrE$V',$,'TotalUACurves','Total UA curves, UA - air and water velocities, UA = [(C1 \\* AirFlowRate\\^0.8)\\^-1 + (C2 \\* WaterFlowRate\\^0.8)\\^-1]\\^-1. Note: as two variables are used, DefiningValues and DefinedValues are null, and values are stored in IfcTable in the following order: AirFlowRate,WaterFlowRate,UA. The IfcTable is related to IfcPropertyTableValue using IfcMetric and IfcPropertyConstraintRelationship.',.P_TABLEVALUE.,'IfcReal','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#3017= IFCSIMPLEPROPERTYTEMPLATE('1gW6HLbJfFTQ9qh9wdhLS7',$,'TransitionWidth','The type of transition of width used between the previous event and this event.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10051,$,$,$,$); -#10051= IFCPROPERTYENUMERATION('PEnum_TransitionWidthType',('CONST','LINEAR'),$); +#3017= IFCSIMPLEPROPERTYTEMPLATE('2g9fC0qUiHuO00025QrE$V',$,'TotalWattage','Wattage on whole lightfitting device with all sources intact.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#3018= IFCSIMPLEPROPERTYTEMPLATE('1Ye$qvI7T6Pg_7_vkyG8B4',$,'TransmissionEfficiency','Transmission efficiency of the tensioning equipment.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#3018= IFCSIMPLEPROPERTYTEMPLATE('2yG0k0qS8HuO00025QrE$V',$,'TouchScreen','Indicates touchscreen support.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10076,$,$,$,$); +#10076= IFCPROPERTYENUMERATION('PEnum_AudioVisualDisplayTouchScreen',('SINGLETOUCH','MULTITOUCH','NONE','OTHER','NOTKNOWN','UNSET'),$); -#3019= IFCSIMPLEPROPERTYTEMPLATE('3JHZdLDLfCYhcj9wzSDlXu',$,'TransmissionLoss','Indicates the transmission loss of the leaky coaxial cable (radiating cable).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#3019= IFCSIMPLEPROPERTYTEMPLATE('0usHrhLiDDNf8Mimwaruzl',$,'TrackCharacteristic','Indicates the characteristic of the track.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10080,$,$,$,$); +#10080= IFCPROPERTYENUMERATION('PEnum_TrackCharacteristic',('NORMAL','RACK','FUNICULAR','RIGIDOVERHEAD','THIRDRAIL','OTHER','NOTKNOWN','UNSET'),$); -#3020= IFCSIMPLEPROPERTYTEMPLATE('16aHHnGsH6whp$VLYqdzOc',$,'TransmissionRate','Data transmission rate between the device and the receiving module in bits per second.',.P_SINGLEVALUE.,'IfcIntegerCountRateMeasure',$,$,$,$,$,$); +#3020= IFCSIMPLEPROPERTYTEMPLATE('13xvT88Cz9wRdASN0W90_H',$,'TrackElementOrientation','Turnout panels can be placed in 2 mirror-symmetric directions in the field. To distinguish both ends of the turnout panel, a definition of an orientation system with respect to the panel is necessary. The orientation defines, if the panel is oriented in a way or opposite with respect to the direction of the alignment/stationing.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10081,$,$,$,$); +#10081= IFCPROPERTYENUMERATION('PEnum_TurnoutPanelOrientation',('FRONT','BACK','OTHER','NOTKNOWN','UNSET'),$); -#3021= IFCSIMPLEPROPERTYTEMPLATE('0F7760u3z29Q0oq6yXepYZ',$,'TransmissionType','Indicates the data transmission type of the master unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10052,$,$,$,$); -#10052= IFCPROPERTYENUMERATION('PEnum_TransmissionType',('FIBER','RADIO','OTHER','NOTKNOWN','UNSET'),$); +#3021= IFCSIMPLEPROPERTYTEMPLATE('0vaUGKvwPBQhk6i2nO$f86',$,'TrackExpansion','In curvature context, bounded value of the expansion distance that can be added to rail gauge.',.P_BOUNDEDVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3022= IFCSIMPLEPROPERTYTEMPLATE('2x5FCzOXX65wSk8PZymLiB',$,'TransmittedBandwidth','Indicates the transmitted bandwidth of the master unit.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#3022= IFCSIMPLEPROPERTYTEMPLATE('3je6qR3bvASesRirl5KDGp',$,'TrackFasteningElasticityType','Track fastening elasticity type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10082,$,$,$,$); +#10082= IFCPROPERTYENUMERATION('PEnum_TrackFasteningElasticityType',('ELASTIC_FASTENING','RIGID_FASTENING','OTHER','NOTKNOWN','UNSET'),$); -#3023= IFCSIMPLEPROPERTYTEMPLATE('0b56gXbrD1LxWzOSRwnBOh',$,'TransmittedFrequency','Indicates the transmitted frequency used by the master unit.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#3023= IFCSIMPLEPROPERTYTEMPLATE('1v1Jj1_hn3HRQxYEGOBxy0',$,'TrackGaugeLength','Basic track gauge of permanent way.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3024= IFCSIMPLEPROPERTYTEMPLATE('1zo$ODEpL3mPUPdtAGuFyg',$,'TransmittedSignal','Indicates the type or standard of signal transmitted by the master unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10053,$,$,$,$); -#10053= IFCPROPERTYENUMERATION('PEnum_TransmittedSignal',('CDMA','GSM','LTE','TD_SCDMA','WCDMA','OTHER','NOTKNOWN','UNSET'),$); +#3024= IFCSIMPLEPROPERTYTEMPLATE('1QUq47Cd5EufPArQiLv0RG',$,'TrackID','The unique identification number of the track.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#3025= IFCSIMPLEPROPERTYTEMPLATE('3XJN80qVGHuO00025QrE$V',$,'TransportationStrength','The minimum required compressive strength of the concrete required for transportation.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#3025= IFCSIMPLEPROPERTYTEMPLATE('04f6CUpMXA8hZooEXNRWkz',$,'TrackNumber','Indicates the local identification number of the track.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#3026= IFCSIMPLEPROPERTYTEMPLATE('2rlIrmbVH6IhlLGvYDFRI_',$,'TransportEquipmentAssemblyType','Indicates the type of transport equipment assembly.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10056,$,$,$,$); -#10056= IFCPROPERTYENUMERATION('PEnum_TransportEquipmentAssemblyType',('FIXEDCONFIGURATION','MODULARCONFIGURATION','OTHER','NOTKNOWN','UNSET'),$); +#3026= IFCSIMPLEPROPERTYTEMPLATE('0HyLCL3Pz3kwIHGXDrwFlL',$,'TrackSupportingStructure','Indicates the supporting structure for track part.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10083,$,$,$,$); +#10083= IFCPROPERTYENUMERATION('PEnum_TrackSupportingStructure',('BRIDGE','TUNNEL','CONCRETE','SUBGRADELAYER','TRANSITIONSECTION','ONSPECIALFOUNDATION','PAVEMENT','OTHER','NOTKNOWN','UNSET'),$); -#3027= IFCSIMPLEPROPERTYTEMPLATE('1O7IGaCufAmeb1bIq4Z1FV',$,'TransportEquipmentType','Indicates the type of transport equipment.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10057,$,$,$,$); -#10057= IFCPROPERTYENUMERATION('PEnum_TransportEquipmentType',('MPLS_TP','OTN','PDH','SDH','OTHER','NOTKNOWN','UNSET'),$); +#3027= IFCSIMPLEPROPERTYTEMPLATE('259p5P3E16WRyNXgledf39',$,'TrackUsage','The expected primary usage of the track.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10084,$,$,$,$); +#10084= IFCPROPERTYENUMERATION('PEnum_TrackUsage',('MAINTRACK','LOCOMOTIVERUNNINGTRACK','REFUGESIDING','ROUNDABOUTLINE','ROLLINGFORBIDDENTRACK','ROLLINGTRACK','LOCOMOTIVESERVICETRACK','LOCOMOTIVEHOLDTRACK','STORAGETRACK','REPAIRSIDING','CONNECTINGLINE','MULTIPLEUNITRUNNINGTRACK','UNTWININGLINE','RECEIVINGDEPARTURETRACK','SWITCHINGLEAD','CATCHSIDING','FREIGHTTRACK','CLASSIFICATIONTRACK','OTHER','NOTKNOWN','UNSET'),$); -#3028= IFCSIMPLEPROPERTYTEMPLATE('1t8VvJu1T3TPoInQI3Loie',$,'TransverseSensitivityRatio','Indicates the transverse sensitivity ratio of the sensor.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#3028= IFCSIMPLEPROPERTYTEMPLATE('1h6R3D6qz8J9tT_sZdxp1y',$,'TractionForce','Traction force of the point machine in turnout conversion.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#3029= IFCSIMPLEPROPERTYTEMPLATE('1GEyA0qXSHuO00025QrE$V',$,'TrapType','Identifies the predefined types of trap from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10058,$,$,$,$); -#10058= IFCPROPERTYENUMERATION('PEnum_TrapType',('NONE','P_TRAP','Q_TRAP','S_TRAP','OTHER','NOTKNOWN','UNSET'),$); +#3029= IFCSIMPLEPROPERTYTEMPLATE('3HwCkdfrL8cRT34SaMeiGY',$,'TrafficInterfaceType','Indicates the type of the device traffic interfaces.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10085,$,$,$,$); +#10085= IFCPROPERTYENUMERATION('PEnum_ModemTrafficInterfaceType',('E1','FASTETHERNET','XDSL','OTHER','NOTKNOWN','UNSET'),$); -#3030= IFCSIMPLEPROPERTYTEMPLATE('25a_20qXOHuO00025QrE$V',$,'TrapType','Identifies the predefined types of waste trap used in combination with the floor trap from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10058,$,$,$,$); +#3030= IFCSIMPLEPROPERTYTEMPLATE('0z_ZR$vVrEivWXuanAlBNq',$,'TransformationRatio','The ratio of the actual primary current or voltage to the actual secondary current or voltage.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#3031= IFCSIMPLEPROPERTYTEMPLATE('3TVnS0qXSHuO00025QrE$V',$,'TrapType','Identifies the predefined types of trap from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10058,$,$,$,$); +#3031= IFCSIMPLEPROPERTYTEMPLATE('1OT80gqCT1y89fMoREiKYr',$,'TransformationRatio','The ratio of the actual primary current or voltage to the actual secondary current or voltage.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3032= IFCSIMPLEPROPERTYTEMPLATE('1ZIPK0qWqHuO00025QrE$V',$,'TreadLength','Horizontal distance from the front of the thread to the front of the next tread. \X\0D\X\0AThe tread length is supposed to be equal for all steps of the stair or stair flight at the walking line.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3032= IFCSIMPLEPROPERTYTEMPLATE('2LM0i803DFiO3qpXrGIAS7',$,'TransformerVectorGroup','List of the possible vector groups for the transformer from which that required may be set. Values in the enumeration list follow a standard international code where the first letter describes how the primary windings are connected,\X\0D\X\0Athe second letter describes how the secondary windings are connected, and the numbers describe the rotation of voltages and currents from the primary to the secondary side in multiples of 30 degrees.\X\0D\X\0A\X\0D\X\0AD: means that the windings are delta-connected.\X\0D\X\0AY: means that the windings are star-connected. \X\0D\X\0AZ: means that the windings are zig-zag connected (a special start-connected providing low reactance of the transformer); \X\0D\X\0AThe connectivity is only relevant for three-phase transformers.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10086,$,$,$,$); +#10086= IFCPROPERTYENUMERATION('PEnum_TransformerVectorGroup',('DD0','DD6','DY5','DY11','YD5','YD11','DZ0','DZ6','YY0','YY6','YZ5','YZ11','OTHER','NOTKNOWN','UNSET'),$); -#3033= IFCSIMPLEPROPERTYTEMPLATE('3w_hE0qWmHuO00025QrE$V',$,'TreadLength','Horizontal distance from the front of the thread to the front of the next tread. \X\0D\X\0AThe tread length is supposed to be equal for all steps of the stair or stair flight at the walking line.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3033= IFCSIMPLEPROPERTYTEMPLATE('1tKFopZ991qBQ$gAlgfNRm',$,'TransitionSuperelevation','The type of transition of superelevation from previous event to this one.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10088,$,$,$,$); +#10088= IFCPROPERTYENUMERATION('PEnum_TransitionSuperelevationType',('LINEAR'),$); -#3034= IFCSIMPLEPROPERTYTEMPLATE('244Ug0qWqHuO00025QrE$V',$,'TreadLengthAtInnerSide','Minimum length of treads at the inner side of the winder. \X\0D\X\0AOnly relevant in case of winding flights, for straight flights it is identical with IfcStairFlight.TreadLength. It is a pre-calculated value, in case of inconsistencies, the value derived from the shape representation shall take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3034= IFCSIMPLEPROPERTYTEMPLATE('1gW6HLbJfFTQ9qh9wdhLS7',$,'TransitionWidth','The type of transition of width used between the previous event and this event.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10089,$,$,$,$); +#10089= IFCPROPERTYENUMERATION('PEnum_TransitionWidthType',('CONST','LINEAR'),$); -#3035= IFCSIMPLEPROPERTYTEMPLATE('2PbjRdz_nFkPSy0dxSVyGX',$,'TreadLengthAtInnerSide','Minimum length of treads at the inner side of the winder. \X\0D\X\0AOnly relevant in case of winding flights, for straight flights it is identical with IfcStairFlight.TreadLength. It is a pre-calculated value, in case of inconsistencies, the value derived from the shape representation shall take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3035= IFCSIMPLEPROPERTYTEMPLATE('1Ye$qvI7T6Pg_7_vkyG8B4',$,'TransmissionEfficiency','Transmission efficiency of the tensioning equipment.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#3036= IFCSIMPLEPROPERTYTEMPLATE('16YqziDXjCxOL5p4GBJOeT',$,'TreadLengthAtOffset','Length of treads at a given offset.\X\0D\X\0AWalking line position is given by the ''WalkingLineOffset''. The resulting value should normally be identical with TreadLength, it may be given in addition, if the walking line offset for building code calculations is different from that used in design.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3036= IFCSIMPLEPROPERTYTEMPLATE('3JHZdLDLfCYhcj9wzSDlXu',$,'TransmissionLoss','Indicates the transmission loss of the leaky coaxial cable (radiating cable).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#3037= IFCSIMPLEPROPERTYTEMPLATE('1x8Ha0qWqHuO00025QrE$V',$,'TreadLengthAtOffset','Length of treads at a given offset.\X\0D\X\0AWalking line position is given by the ''WalkingLineOffset''. The resulting value should normally be identical with TreadLength, it may be given in addition, if the walking line offset for building code calculations is different from that used in design.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3037= IFCSIMPLEPROPERTYTEMPLATE('16aHHnGsH6whp$VLYqdzOc',$,'TransmissionRate','Data transmission rate between the device and the receiving module in bits per second.',.P_SINGLEVALUE.,'IfcIntegerCountRateMeasure',$,$,$,$,$,$); -#3038= IFCSIMPLEPROPERTYTEMPLATE('0mITO0qVeHuO00025QrE$V',$,'TrippingCurve','A curve that establishes the release time of a tripping unit when a particular prospective current is applied. Note that the tripping curve is defined within a Cartesian coordinate system and this fact must be asserted within the property set: \X\0D\X\0A\X\0D\X\0A(1) Defining value is the Prospective Current which is a list of minimum 2 and maximum 16 numbers providing the currents in [x In] for points in the current/time log/log coordinate space. The curve is drawn as a straight line between two consecutive points.\X\0D\X\0A(2) Defined value is a list of minimum 2 and maximum 16 numbers providing the release_time in [s] for points in the current/time log/log coordinate space. The curve is drawn as a straight line between two consecutive points. Note that a defined interpolation.',.P_TABLEVALUE.,'IfcElectricCurrentMeasure','IfcTimeMeasure',$,$,$,$,$); +#3038= IFCSIMPLEPROPERTYTEMPLATE('0F7760u3z29Q0oq6yXepYZ',$,'TransmissionType','Indicates the data transmission type of the master unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10090,$,$,$,$); +#10090= IFCPROPERTYENUMERATION('PEnum_TransmissionType',('FIBER','RADIO','OTHER','NOTKNOWN','UNSET'),$); -#3039= IFCSIMPLEPROPERTYTEMPLATE('0aNXG0qVeHuO00025QrE$V',$,'TrippingCurveType','The type of tripping curve that is represented by the property set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10090,$,$,$,$); -#10090= IFCPROPERTYENUMERATION('PEnum_TrippingCurveType',('UPPER','LOWER','OTHER','NOTKNOWN','UNSET'),$); +#3039= IFCSIMPLEPROPERTYTEMPLATE('2x5FCzOXX65wSk8PZymLiB',$,'TransmittedBandwidth','Indicates the transmitted bandwidth of the master unit.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#3040= IFCSIMPLEPROPERTYTEMPLATE('3BGw_0qVmHuO00025QrE$V',$,'TrippingUnitReleaseCurrent','The value of tripping or residual current for which the device has the possibility to be equipped. The values are given in mA.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10094,$,$,$,$); -#10094= IFCPROPERTYENUMERATION('PEnum_TrippingUnitReleaseCurrent',('10','30','100','300','500','1000','OTHER','NOTKNOWN','UNSET'),$); +#3040= IFCSIMPLEPROPERTYTEMPLATE('0b56gXbrD1LxWzOSRwnBOh',$,'TransmittedFrequency','Indicates the transmitted frequency used by the master unit.',.P_SINGLEVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#3041= IFCSIMPLEPROPERTYTEMPLATE('2$VL9j18b63QdizLrkdfFs',$,'TubeDiameter','Indicates the diameter of the fiber tubes that are used in the fan out.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3041= IFCSIMPLEPROPERTYTEMPLATE('1zo$ODEpL3mPUPdtAGuFyg',$,'TransmittedSignal','Indicates the type or standard of signal transmitted by the master unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10091,$,$,$,$); +#10091= IFCPROPERTYENUMERATION('PEnum_TransmittedSignal',('CDMA','GSM','LTE','TD_SCDMA','WCDMA','OTHER','NOTKNOWN','UNSET'),$); -#3042= IFCSIMPLEPROPERTYTEMPLATE('2W_Ew0qWeHuO00025QrE$V',$,'TubingLength','Water tube length inside the component.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3042= IFCSIMPLEPROPERTYTEMPLATE('3XJN80qVGHuO00025QrE$V',$,'TransportationStrength','The minimum required compressive strength of the concrete required for transportation.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#3043= IFCSIMPLEPROPERTYTEMPLATE('3gSXi0qSCHuO00025QrE$V',$,'TunerChannel','Indicates the tuner channels, if applicable.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#3043= IFCSIMPLEPROPERTYTEMPLATE('2rlIrmbVH6IhlLGvYDFRI_',$,'TransportEquipmentAssemblyType','Indicates the type of transport equipment assembly.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10094,$,$,$,$); +#10094= IFCPROPERTYENUMERATION('PEnum_TransportEquipmentAssemblyType',('FIXEDCONFIGURATION','MODULARCONFIGURATION','OTHER','NOTKNOWN','UNSET'),$); -#3044= IFCSIMPLEPROPERTYTEMPLATE('3oCR_0qSCHuO00025QrE$V',$,'TunerFrequency','Indicates the tuner frequencies, if applicable.',.P_BOUNDEDVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#3044= IFCSIMPLEPROPERTYTEMPLATE('1O7IGaCufAmeb1bIq4Z1FV',$,'TransportEquipmentType','Indicates the type of transport equipment.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10095,$,$,$,$); +#10095= IFCPROPERTYENUMERATION('PEnum_TransportEquipmentType',('MPLS_TP','OTN','PDH','SDH','OTHER','NOTKNOWN','UNSET'),$); -#3045= IFCSIMPLEPROPERTYTEMPLATE('3Y6U00qSCHuO00025QrE$V',$,'TunerMode','Indicates the tuner modes (or bands). For example, ''AnalogCable'', ''DigitalAir'', ''AM'', ''FM''.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#3045= IFCSIMPLEPROPERTYTEMPLATE('1t8VvJu1T3TPoInQI3Loie',$,'TransverseSensitivityRatio','Indicates the transverse sensitivity ratio of the sensor.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#3046= IFCSIMPLEPROPERTYTEMPLATE('3JoyG0qSCHuO00025QrE$V',$,'TunerType','Indicates the tuner type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10109,$,$,$,$); -#10109= IFCPROPERTYENUMERATION('PEnum_AudioVisualTunerType',('AUDIO','VIDEO','OTHER','NOTKNOWN','UNSET.'),$); +#3046= IFCSIMPLEPROPERTYTEMPLATE('1GEyA0qXSHuO00025QrE$V',$,'TrapType','Identifies the predefined types of trap from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10096,$,$,$,$); +#10096= IFCPROPERTYENUMERATION('PEnum_TrapType',('NONE','P_TRAP','Q_TRAP','S_TRAP','OTHER','NOTKNOWN','UNSET'),$); -#3047= IFCSIMPLEPROPERTYTEMPLATE('3FY$OPu$b6J8ZMO7JXyrJe',$,'TurnoutCurvedRadius','If turnout is curved, the main branch radius of curvature.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#3047= IFCSIMPLEPROPERTYTEMPLATE('25a_20qXOHuO00025QrE$V',$,'TrapType','Identifies the predefined types of waste trap used in combination with the floor trap from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10096,$,$,$,$); -#3048= IFCSIMPLEPROPERTYTEMPLATE('27rZtIRVj5GBgj9RvjETkL',$,'TurnoutHeaterType','Defines the kind of turnout heater installed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10113,$,$,$,$); -#10113= IFCPROPERTYENUMERATION('PEnum_TurnoutHeaterType',('GAS','GEOTHERMAL','OTHER','NOTKNOWN','UNSET','ELECTRIC'),$); +#3048= IFCSIMPLEPROPERTYTEMPLATE('3TVnS0qXSHuO00025QrE$V',$,'TrapType','Identifies the predefined types of trap from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10096,$,$,$,$); -#3049= IFCSIMPLEPROPERTYTEMPLATE('249Cywch9BU9fEWCgPdORK',$,'TurnoutPointMachineCount','Count of point machines inside turnout panel.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#3049= IFCSIMPLEPROPERTYTEMPLATE('1ZIPK0qWqHuO00025QrE$V',$,'TreadLength','Horizontal distance from the front of the thread to the front of the next tread. \X\0D\X\0AThe tread length is supposed to be equal for all steps of the stair or stair flight at the walking line.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3050= IFCSIMPLEPROPERTYTEMPLATE('3yE$cMPun2Du7wMts2JRaM',$,'TurnstileType','Indicates the type of turnstile gate.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10114,$,$,$,$); -#10114= IFCPROPERTYENUMERATION('PEnum_TurnstileType',('SWINGGATEBRAKE','THREEPOLEROTARYBRAKE','WINGGATEBRAKE','OTHER','NOTKNOWN','UNSET'),$); +#3050= IFCSIMPLEPROPERTYTEMPLATE('3w_hE0qWmHuO00025QrE$V',$,'TreadLength','Horizontal distance from the front of the thread to the front of the next tread. \X\0D\X\0AThe tread length is supposed to be equal for all steps of the stair or stair flight at the walking line.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3051= IFCSIMPLEPROPERTYTEMPLATE('06sdk0qVKHuO00025QrE$V',$,'Twisting','The angle, in radians, through which the end face of a precast piece is rotated with respect to its starting face, along its longitudinal axis, as a result of non-aligned supports. This measure is also termed the \X2\2018\X0\warping\X2\2019\X0\ angle.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#3051= IFCSIMPLEPROPERTYTEMPLATE('244Ug0qWqHuO00025QrE$V',$,'TreadLengthAtInnerSide','Minimum length of treads at the inner side of the winder. \X\0D\X\0AOnly relevant in case of winding flights, for straight flights it is identical with IfcStairFlight.TreadLength. It is a pre-calculated value, in case of inconsistencies, the value derived from the shape representation shall take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3052= IFCSIMPLEPROPERTYTEMPLATE('27tqO0qUWHuO00025QrE$V',$,'Type','Defines the allowed values for selection of the flow meter operation type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10116,$,$,$,$); -#10116= IFCPROPERTYENUMERATION('PEnum_WaterMeterType',('COMPOUND','INFERENTIAL','PISTON','OTHER','NOTKNOWN','UNSET'),$); +#3052= IFCSIMPLEPROPERTYTEMPLATE('2PbjRdz_nFkPSy0dxSVyGX',$,'TreadLengthAtInnerSide','Minimum length of treads at the inner side of the winder. \X\0D\X\0AOnly relevant in case of winding flights, for straight flights it is identical with IfcStairFlight.TreadLength. It is a pre-calculated value, in case of inconsistencies, the value derived from the shape representation shall take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3053= IFCSIMPLEPROPERTYTEMPLATE('35GTI0qUGHuO00025QrE$V',$,'Type1','Type of weld seam according to ISO 2553. Note, combined welds are given by two corresponding symbols in the direction of the normal axis of the coordinate system. For example, an X weld is specified by Type1 = ''V'' and Type2 = ''V''.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3053= IFCSIMPLEPROPERTYTEMPLATE('16YqziDXjCxOL5p4GBJOeT',$,'TreadLengthAtOffset','Length of treads at a given offset.\X\0D\X\0AWalking line position is given by the ''WalkingLineOffset''. The resulting value should normally be identical with TreadLength, it may be given in addition, if the walking line offset for building code calculations is different from that used in design.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3054= IFCSIMPLEPROPERTYTEMPLATE('3CQEA0qUGHuO00025QrE$V',$,'Type2','See Type1.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3054= IFCSIMPLEPROPERTYTEMPLATE('1x8Ha0qWqHuO00025QrE$V',$,'TreadLengthAtOffset','Length of treads at a given offset.\X\0D\X\0AWalking line position is given by the ''WalkingLineOffset''. The resulting value should normally be identical with TreadLength, it may be given in addition, if the walking line offset for building code calculations is different from that used in design.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3055= IFCSIMPLEPROPERTYTEMPLATE('3_nUqKqXv3xheIJewmELBG',$,'TypeDesignation','Type designator according to local standards',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3055= IFCSIMPLEPROPERTYTEMPLATE('0mITO0qVeHuO00025QrE$V',$,'TrippingCurve','A curve that establishes the release time of a tripping unit when a particular prospective current is applied. Note that the tripping curve is defined within a Cartesian coordinate system and this fact must be asserted within the property set: \X\0D\X\0A\X\0D\X\0A(1) Defining value is the Prospective Current which is a list of minimum 2 and maximum 16 numbers providing the currents in [x In] for points in the current/time log/log coordinate space. The curve is drawn as a straight line between two consecutive points.\X\0D\X\0A(2) Defined value is a list of minimum 2 and maximum 16 numbers providing the release_time in [s] for points in the current/time log/log coordinate space. The curve is drawn as a straight line between two consecutive points. Note that a defined interpolation.',.P_TABLEVALUE.,'IfcElectricCurrentMeasure','IfcTimeMeasure',$,$,$,$,$); -#3056= IFCSIMPLEPROPERTYTEMPLATE('290PDCxijBugy3g08gwk5i',$,'TypeOfCurvedTurnout','Turnouts that are positioned in the curved part of the alignment.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10120,$,$,$,$); -#10120= IFCPROPERTYENUMERATION('PEnum_TypeOfCurvedTurnout',('STRAIGHT','CIRCULAR_ARC','TRANSITION','OTHER','NOTKNOWN','UNSET'),$); +#3056= IFCSIMPLEPROPERTYTEMPLATE('0aNXG0qVeHuO00025QrE$V',$,'TrippingCurveType','The type of tripping curve that is represented by the property set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10128,$,$,$,$); +#10128= IFCPROPERTYENUMERATION('PEnum_TrippingCurveType',('UPPER','LOWER','OTHER','NOTKNOWN','UNSET'),$); -#3057= IFCSIMPLEPROPERTYTEMPLATE('18PeDiUi91sfJJk$VA50EV',$,'TypeOfDrivingDevice','Type of the driving device used for the turnout.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10121,$,$,$,$); -#10121= IFCPROPERTYENUMERATION('PEnum_TypeOfDrivingDevice',('ELECTRIC','MANUAL','HYDRAULIC','PNEUMATIC','MIXED','MOTORISED','OTHER','NOTKNOWN','UNSET'),$); +#3057= IFCSIMPLEPROPERTYTEMPLATE('3BGw_0qVmHuO00025QrE$V',$,'TrippingUnitReleaseCurrent','The value of tripping or residual current for which the device has the possibility to be equipped. The values are given in mA.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10132,$,$,$,$); +#10132= IFCPROPERTYENUMERATION('PEnum_TrippingUnitReleaseCurrent',('10','30','100','300','500','1000','OTHER','NOTKNOWN','UNSET'),$); -#3058= IFCSIMPLEPROPERTYTEMPLATE('1CPJkVojL2mf9DeSn$IYKu',$,'TypeOfJunction','The turnout part of the continuous welded rail.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10122,$,$,$,$); -#10122= IFCPROPERTYENUMERATION('PEnum_TypeOfJunction',('ISOLATED_JOINT','JOINTED','WELDED_AND_INSERTABLE','WELDED_AND_NOT_INSERTABLE','OTHER','NOTKNOWN','UNSET'),$); +#3058= IFCSIMPLEPROPERTYTEMPLATE('2$VL9j18b63QdizLrkdfFs',$,'TubeDiameter','Indicates the diameter of the fiber tubes that are used in the fan out.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3059= IFCSIMPLEPROPERTYTEMPLATE('3CsdA17mP3S96HzWjfIsoL',$,'TypeOfShaft','Additional information on the purpose of the shaft.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10123,$,$,$,$); -#10123= IFCPROPERTYENUMERATION('PEnum_TypeOfShaft',('SHAFTWITHCHECKVALVE','DIVERSIONSHAFT','FLUSHINGCHAMBER','INSPECTIONCHAMBER','GULLY','SLURRYCOLLECTOR','GATESHAFT','PUMPSHAFT','ROOFWATERSHAFT','WELL','SOAKAWAY','OTHER','NOTKNOWN','UNSET'),$); +#3059= IFCSIMPLEPROPERTYTEMPLATE('2W_Ew0qWeHuO00025QrE$V',$,'TubingLength','Water tube length inside the component.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3060= IFCSIMPLEPROPERTYTEMPLATE('3WKZxWJOXCiOu_tvXdPAUd',$,'TypeOfSupportingSystem','Type of foundation in the OCS supporting system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10124,$,$,$,$); -#10124= IFCPROPERTYENUMERATION('PEnum_SupportingSystemType',('ENDCATENARYSUPPORT','HEADSPANSUPPORT','HERSE','MULTITRACKSUPPORT','RIGIDGANTRY','SIMPLESUPPORT','OTHER','NOTKNOWN','UNSET'),$); +#3060= IFCSIMPLEPROPERTYTEMPLATE('3gSXi0qSCHuO00025QrE$V',$,'TunerChannel','Indicates the tuner channels, if applicable.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#3061= IFCSIMPLEPROPERTYTEMPLATE('2OfaIDftHCpO$ERd0KXnMa',$,'TypeOfTurnout','Type of turnout.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10125,$,$,$,$); -#10125= IFCPROPERTYENUMERATION('PEnum_TypeOfTurnout',('DERAILMENT_TURNOUT','SLIP_TURNOUT_AND_SCISSORS_CROSSING','THREE_WAYS_TURNOUT','SYMMETRIC_TURNOUT','SINGLE_SLIP_CROSSING','DOUBLE_SLIP_CROSSING','DIAMOND_CROSSING','SCISSOR_CROSSOVER','OTHER','NOTKNOWN','UNSET'),$); +#3061= IFCSIMPLEPROPERTYTEMPLATE('3oCR_0qSCHuO00025QrE$V',$,'TunerFrequency','Indicates the tuner frequencies, if applicable.',.P_BOUNDEDVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#3062= IFCSIMPLEPROPERTYTEMPLATE('1KG$80qSyHuO00025QrE$V',$,'UACurve','UA value as a function of fan speed at certain water flow rate, UA = f ( fan speed).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#3062= IFCSIMPLEPROPERTYTEMPLATE('3Y6U00qSCHuO00025QrE$V',$,'TunerMode','Indicates the tuner modes (or bands). For example, ''AnalogCable'', ''DigitalAir'', ''AM'', ''FM''.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#3063= IFCSIMPLEPROPERTYTEMPLATE('2nN9c0qWaHuO00025QrE$V',$,'UACurve','UA curve as function of ambient temperature and surface temperature; UA = f (Tambient, Tsurface)',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#3063= IFCSIMPLEPROPERTYTEMPLATE('3JoyG0qSCHuO00025QrE$V',$,'TunerType','Indicates the tuner type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10147,$,$,$,$); +#10147= IFCPROPERTYENUMERATION('PEnum_AudioVisualTunerType',('AUDIO','VIDEO','OTHER','NOTKNOWN','UNSET.'),$); -#3064= IFCSIMPLEPROPERTYTEMPLATE('1sY420qSmHuO00025QrE$V',$,'UAcurves','UV = f (VExterior, VInterior), UV as a function of interior and exterior fluid flow velocity at the entrance.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#3064= IFCSIMPLEPROPERTYTEMPLATE('3FY$OPu$b6J8ZMO7JXyrJe',$,'TurnoutCurvedRadius','If turnout is curved, the main branch radius of curvature.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#3065= IFCSIMPLEPROPERTYTEMPLATE('3XtGq0qU8HuO00025QrE$V',$,'UAcurves','UV = f (VExterior, VInterior), UV as a function of interior and exterior fluid flow velocity at the entrance.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); +#3065= IFCSIMPLEPROPERTYTEMPLATE('27rZtIRVj5GBgj9RvjETkL',$,'TurnoutHeaterType','Defines the kind of turnout heater installed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10151,$,$,$,$); +#10151= IFCPROPERTYENUMERATION('PEnum_TurnoutHeaterType',('GAS','GEOTHERMAL','OTHER','NOTKNOWN','UNSET','ELECTRIC'),$); -#3066= IFCSIMPLEPROPERTYTEMPLATE('3VC_K0qUqHuO00025QrE$V',$,'UltimateStrain','A measure of the (engineering) strain at the state of ultimate stress of the material.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3066= IFCSIMPLEPROPERTYTEMPLATE('249Cywch9BU9fEWCgPdORK',$,'TurnoutPointMachineCount','Count of point machines inside turnout panel.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#3067= IFCSIMPLEPROPERTYTEMPLATE('3Prfg0qUqHuO00025QrE$V',$,'UltimateStress','A measure of the ultimate stress of the material.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#3067= IFCSIMPLEPROPERTYTEMPLATE('3yE$cMPun2Du7wMts2JRaM',$,'TurnstileType','Indicates the type of turnstile gate.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10152,$,$,$,$); +#10152= IFCPROPERTYENUMERATION('PEnum_TurnstileType',('SWINGGATEBRAKE','THREEPOLEROTARYBRAKE','WINGGATEBRAKE','OTHER','NOTKNOWN','UNSET'),$); -#3068= IFCSIMPLEPROPERTYTEMPLATE('0eJN7IDD15sBhRJRd4TjCU',$,'UltimateTensileStrength','Indicates the maximum stress that a material or element can withstand before breaking while being stretched or pulled.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#3068= IFCSIMPLEPROPERTYTEMPLATE('06sdk0qVKHuO00025QrE$V',$,'Twisting','The angle, in radians, through which the end face of a precast piece is rotated with respect to its starting face, along its longitudinal axis, as a result of non-aligned supports. This measure is also termed the \X2\2018\X0\warping\X2\2019\X0\ angle.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#3069= IFCSIMPLEPROPERTYTEMPLATE('3QSaVp2x1CmfjKyHvaJgfs',$,'UncertaintyBasis','Indication of the basis of the uncertainty',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10134,$,$,$,$); -#10134= IFCPROPERTYENUMERATION('PEnum_UncertaintyBasis',('MEASUREMENT','OBSERVATION','ASSESSMENT','INTERPRITATION','ESTIMATE','USERDEFINED','NOTKNOWN','NOTDEFINED'),$); +#3069= IFCSIMPLEPROPERTYTEMPLATE('27tqO0qUWHuO00025QrE$V',$,'Type','Defines the allowed values for selection of the flow meter operation type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10154,$,$,$,$); +#10154= IFCPROPERTYENUMERATION('PEnum_WaterMeterType',('COMPOUND','INFERENTIAL','PISTON','OTHER','NOTKNOWN','UNSET'),$); -#3070= IFCSIMPLEPROPERTYTEMPLATE('2rw6tfssL7IgbS7PGZcx6e',$,'UncertaintyDescription','General description of the uncertainty associated to the element or feature, its source and implications.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#3070= IFCSIMPLEPROPERTYTEMPLATE('35GTI0qUGHuO00025QrE$V',$,'Type1','Type of weld seam according to ISO 2553. Note, combined welds are given by two corresponding symbols in the direction of the normal axis of the coordinate system. For example, an X weld is specified by Type1 = ''V'' and Type2 = ''V''.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3071= IFCSIMPLEPROPERTYTEMPLATE('0iZmbYaC1AVvSMX_LEPB36',$,'UnderSleeperPadStiffness','Indicates the stiffness of the under-sleeper pad as design reference for the sleeper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10135,$,$,$,$); -#10135= IFCPROPERTYENUMERATION('PEnum_UnderSleeperPadStiffness',('MEDIUM','SOFT','STIFF','OTHER','NOTKNOWN','UNSET'),$); +#3071= IFCSIMPLEPROPERTYTEMPLATE('3CQEA0qUGHuO00025QrE$V',$,'Type2','See Type1.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3072= IFCSIMPLEPROPERTYTEMPLATE('2oFKKjPUb4bA5i8GWGN0uJ',$,'UniformlyDistributedLoad','Uniformly Distributed Load',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#3072= IFCSIMPLEPROPERTYTEMPLATE('3_nUqKqXv3xheIJewmELBG',$,'TypeDesignation','Type designator according to local standards',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3073= IFCSIMPLEPROPERTYTEMPLATE('2FJo40qU4HuO00025QrE$V',$,'Unit','The unit of the quantity the environmental indicators values are related with.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#3073= IFCSIMPLEPROPERTYTEMPLATE('290PDCxijBugy3g08gwk5i',$,'TypeOfCurvedTurnout','Turnouts that are positioned in the curved part of the alignment.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10158,$,$,$,$); +#10158= IFCPROPERTYENUMERATION('PEnum_TypeOfCurvedTurnout',('STRAIGHT','CIRCULAR_ARC','TRANSITION','OTHER','NOTKNOWN','UNSET'),$); -#3074= IFCSIMPLEPROPERTYTEMPLATE('1t9ADGHCfFUQZuSCWzXhY3',$,'UnmitigatedRiskConsequence','Identifies the consequence of the hazard prior to any specific mitigation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7414,$,$,$,$); +#3074= IFCSIMPLEPROPERTYTEMPLATE('18PeDiUi91sfJJk$VA50EV',$,'TypeOfDrivingDevice','Type of the driving device used for the turnout.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10159,$,$,$,$); +#10159= IFCPROPERTYENUMERATION('PEnum_TypeOfDrivingDevice',('ELECTRIC','MANUAL','HYDRAULIC','PNEUMATIC','MIXED','MOTORISED','OTHER','NOTKNOWN','UNSET'),$); -#3075= IFCSIMPLEPROPERTYTEMPLATE('1Mb3$S0h15Vue$TBwV26oa',$,'UnmitigatedRiskLikelihood','Identifies the likelihood of the hazard prior to any specific mitigation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7414,$,$,$,$); +#3075= IFCSIMPLEPROPERTYTEMPLATE('1CPJkVojL2mf9DeSn$IYKu',$,'TypeOfJunction','The turnout part of the continuous welded rail.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10160,$,$,$,$); +#10160= IFCPROPERTYENUMERATION('PEnum_TypeOfJunction',('ISOLATED_JOINT','JOINTED','WELDED_AND_INSERTABLE','WELDED_AND_NOT_INSERTABLE','OTHER','NOTKNOWN','UNSET'),$); -#3076= IFCSIMPLEPROPERTYTEMPLATE('0e40TDcGfEt9qzhUbiDnYC',$,'UnmitigatedRiskSignificance','Identifies the signifiance of the risk given the likelihood and consequence prior to any specific mitigation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7414,$,$,$,$); +#3076= IFCSIMPLEPROPERTYTEMPLATE('3CsdA17mP3S96HzWjfIsoL',$,'TypeOfShaft','Additional information on the purpose of the shaft.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10161,$,$,$,$); +#10161= IFCPROPERTYENUMERATION('PEnum_TypeOfShaft',('SHAFTWITHCHECKVALVE','DIVERSIONSHAFT','FLUSHINGCHAMBER','INSPECTIONCHAMBER','GULLY','SLURRYCOLLECTOR','GATESHAFT','PUMPSHAFT','ROOFWATERSHAFT','WELL','SOAKAWAY','OTHER','NOTKNOWN','UNSET'),$); -#3077= IFCSIMPLEPROPERTYTEMPLATE('3JKy7u4y16EgxfwwY7RYg8',$,'UpdateDate','Date of update of the model.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#3077= IFCSIMPLEPROPERTYTEMPLATE('3WKZxWJOXCiOu_tvXdPAUd',$,'TypeOfSupportingSystem','Type of foundation in the OCS supporting system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10162,$,$,$,$); +#10162= IFCPROPERTYENUMERATION('PEnum_SupportingSystemType',('ENDCATENARYSUPPORT','HEADSPANSUPPORT','HERSE','MULTITRACKSUPPORT','RIGIDGANTRY','SIMPLESUPPORT','OTHER','NOTKNOWN','UNSET'),$); -#3078= IFCSIMPLEPROPERTYTEMPLATE('16u1AonQD7qeK0DpO8DyYZ',$,'UplinkRadioBand','Indicates the frequency range, delimited by a lower frequency and an upper frequency, allocated for uplink transmission.',.P_BOUNDEDVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); +#3078= IFCSIMPLEPROPERTYTEMPLATE('2OfaIDftHCpO$ERd0KXnMa',$,'TypeOfTurnout','Type of turnout.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10163,$,$,$,$); +#10163= IFCPROPERTYENUMERATION('PEnum_TypeOfTurnout',('DERAILMENT_TURNOUT','SLIP_TURNOUT_AND_SCISSORS_CROSSING','THREE_WAYS_TURNOUT','SYMMETRIC_TURNOUT','SINGLE_SLIP_CROSSING','DOUBLE_SLIP_CROSSING','DIAMOND_CROSSING','SCISSOR_CROSSOVER','OTHER','NOTKNOWN','UNSET'),$); -#3079= IFCSIMPLEPROPERTYTEMPLATE('0Hc0y0qViHuO00025QrE$V',$,'UpperCurrent1','The current in [x In], indicating that for currents larger than UpperCurrent1 the I2t part of the L-function will trip the current.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#3079= IFCSIMPLEPROPERTYTEMPLATE('1KG$80qSyHuO00025QrE$V',$,'UACurve','UA value as a function of fan speed at certain water flow rate, UA = f ( fan speed).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#3080= IFCSIMPLEPROPERTYTEMPLATE('0MzLc0qViHuO00025QrE$V',$,'UpperCurrent2','The current in [x In], indicating the upper current limit of the upper time/current curve of the I2t part of the L-function.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); +#3080= IFCSIMPLEPROPERTYTEMPLATE('2nN9c0qWaHuO00025QrE$V',$,'UACurve','UA curve as function of ambient temperature and surface temperature; UA = f (Tambient, Tsurface)',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#3081= IFCSIMPLEPROPERTYTEMPLATE('0SKgG0qViHuO00025QrE$V',$,'UpperTime1','The time in [s], indicating that tripping times of the upper time/current curve lower than UpperTime1 is determined by the I2t part of the L-function.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#3081= IFCSIMPLEPROPERTYTEMPLATE('1sY420qSmHuO00025QrE$V',$,'UAcurves','UV = f (VExterior, VInterior), UV as a function of interior and exterior fluid flow velocity at the entrance.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#3082= IFCSIMPLEPROPERTYTEMPLATE('0Xh_w0qViHuO00025QrE$V',$,'UpperTime2','The time in [s], indicating the tripping times of the upper time/current curve at the UpperCurrent2.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); +#3082= IFCSIMPLEPROPERTYTEMPLATE('3XtGq0qU8HuO00025QrE$V',$,'UAcurves','UV = f (VExterior, VInterior), UV as a function of interior and exterior fluid flow velocity at the entrance.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,$); -#3083= IFCSIMPLEPROPERTYTEMPLATE('1P5vw0qUqHuO00025QrE$V',$,'UpperVaporResistanceFactor','The vapor permeability relationship of air/material (typically value > 1), measured in high relative humidity (typically in 95/50 % RH).',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3083= IFCSIMPLEPROPERTYTEMPLATE('3VC_K0qUqHuO00025QrE$V',$,'UltimateStrain','A measure of the (engineering) strain at the state of ultimate stress of the material.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3084= IFCSIMPLEPROPERTYTEMPLATE('3VCJVzwh9CCfDp_58_XB7_',$,'Upstand','The height difference between the two separated surfaces.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); +#3084= IFCSIMPLEPROPERTYTEMPLATE('3Prfg0qUqHuO00025QrE$V',$,'UltimateStress','A measure of the ultimate stress of the material.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#3085= IFCSIMPLEPROPERTYTEMPLATE('0gcm8p7cfF28fgCrHyW9Fj',$,'UpstreamConnections','Names of upstream connected equipment and spaces (comma-separated), if not otherwise represented',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); +#3085= IFCSIMPLEPROPERTYTEMPLATE('0eJN7IDD15sBhRJRd4TjCU',$,'UltimateTensileStrength','Indicates the maximum stress that a material or element can withstand before breaking while being stretched or pulled.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#3086= IFCSIMPLEPROPERTYTEMPLATE('0OpoEwb5L2EudbjvkVhtcK',$,'UpstreamFloodWaterLevel','Design maximum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#3086= IFCSIMPLEPROPERTYTEMPLATE('3QSaVp2x1CmfjKyHvaJgfs',$,'UncertaintyBasis','Indication of the basis of the uncertainty',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10172,$,$,$,$); +#10172= IFCPROPERTYENUMERATION('PEnum_UncertaintyBasis',('MEASUREMENT','OBSERVATION','ASSESSMENT','INTERPRITATION','ESTIMATE','USERDEFINED','NOTKNOWN','NOTDEFINED'),$); -#3087= IFCSIMPLEPROPERTYTEMPLATE('0F2UdpFPTApeBET26XpMXu',$,'UpstreamMaintenanceWaterLevel','Design maximum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#3087= IFCSIMPLEPROPERTYTEMPLATE('2rw6tfssL7IgbS7PGZcx6e',$,'UncertaintyDescription','General description of the uncertainty associated to the element or feature, its source and implications.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#3088= IFCSIMPLEPROPERTYTEMPLATE('1Pn2i0qXKHuO00025QrE$V',$,'UpstreamPressure','The operating pressure of the fluid upstream of the pressure reducing valve.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#3088= IFCSIMPLEPROPERTYTEMPLATE('0iZmbYaC1AVvSMX_LEPB36',$,'UnderSleeperPadStiffness','Indicates the stiffness of the under-sleeper pad as design reference for the sleeper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10173,$,$,$,$); +#10173= IFCPROPERTYENUMERATION('PEnum_UnderSleeperPadStiffness',('MEDIUM','SOFT','STIFF','OTHER','NOTKNOWN','UNSET'),$); -#3089= IFCSIMPLEPROPERTYTEMPLATE('0r4uU0qWGHuO00025QrE$V',$,'UrinalType','Selection of the type of urinal from the enumerated list of types where:-\X\0D\X\0A\X\0D\X\0ABowl: Individual wall mounted urinal.\X\0D\X\0ASlab: Urinal that consists of a slab or sheet fixed to a wall and down which urinal flows into a floor channel.\X\0D\X\0AStall: Floor mounted urinal that consists of an elliptically shaped sanitary stall fixed to a wall and down which urine flows into a floor channel.\X\0D\X\0ATrough: Wall mounted urinal of elongated rectangular shape on plan, that can be used by more than one person at a time.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10155,$,$,$,$); -#10155= IFCPROPERTYENUMERATION('PEnum_UrinalType',('BOWL','SLAB','STALL','TROUGH','OTHER','NOTKNOWN','UNSET'),$); +#3089= IFCSIMPLEPROPERTYTEMPLATE('2oFKKjPUb4bA5i8GWGN0uJ',$,'UniformlyDistributedLoad','Uniformly Distributed Load',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#3090= IFCSIMPLEPROPERTYTEMPLATE('1fZSkvX5HFxP0_mPJtSZjB',$,'UsagePurpose','The purpose of usage of the cess between rails, e.g. maintenance, rescue services.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10158,$,$,$,$); -#10158= IFCPROPERTYENUMERATION('PEnum_UsagePurpose',('MAINTENANCE','RESCUESERVICES','OTHER','NOTKNOWN','UNSET'),$); +#3090= IFCSIMPLEPROPERTYTEMPLATE('2FJo40qU4HuO00025QrE$V',$,'Unit','The unit of the quantity the environmental indicators values are related with.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#3091= IFCSIMPLEPROPERTYTEMPLATE('0ba420qVmHuO00025QrE$V',$,'UseInDiscrimination','An indication whether the time/current tripping information can be applied in a discrimination\X\0D\X\0Aanalysis or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#3091= IFCSIMPLEPROPERTYTEMPLATE('1t9ADGHCfFUQZuSCWzXhY3',$,'UnmitigatedRiskConsequence','Identifies the consequence of the hazard prior to any specific mitigation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7451,$,$,$,$); -#3092= IFCSIMPLEPROPERTYTEMPLATE('1iq$o0qWyHuO00025QrE$V',$,'UsePurpose','The principal purpose for which the work surface is intended to be used e.g. writing/reading, computer, meeting, printer, reference files, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3092= IFCSIMPLEPROPERTYTEMPLATE('1Mb3$S0h15Vue$TBwV26oa',$,'UnmitigatedRiskLikelihood','Identifies the likelihood of the hazard prior to any specific mitigation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7451,$,$,$,$); -#3093= IFCSIMPLEPROPERTYTEMPLATE('3ydee0qS0HuO00025QrE$V',$,'User','Indicates acknowledging user over time by identification corresponding to IfcPerson.Identification on an IfcActor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcIdentifier',$,$,$,$,$); +#3093= IFCSIMPLEPROPERTYTEMPLATE('0e40TDcGfEt9qzhUbiDnYC',$,'UnmitigatedRiskSignificance','Identifies the signifiance of the risk given the likelihood and consequence prior to any specific mitigation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#7451,$,$,$,$); -#3094= IFCSIMPLEPROPERTYTEMPLATE('2eXzZatEr5bOQ1ApLLVBvv',$,'UserCapacity','Indicates the user capacity of the device, defined as the maximum number of users that can be active at the same time.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3094= IFCSIMPLEPROPERTYTEMPLATE('3JKy7u4y16EgxfwwY7RYg8',$,'UpdateDate','Date of update of the model.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#3095= IFCSIMPLEPROPERTYTEMPLATE('3PfRv5G3bD8ejiLpHnvnyY',$,'UserCorrectionFactor','An arbitrary correction factor that may be applied by the user.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#3095= IFCSIMPLEPROPERTYTEMPLATE('16u1AonQD7qeK0DpO8DyYZ',$,'UplinkRadioBand','Indicates the frequency range, delimited by a lower frequency and an upper frequency, allocated for uplink transmission.',.P_BOUNDEDVALUE.,'IfcFrequencyMeasure',$,$,$,$,$,$); -#3096= IFCSIMPLEPROPERTYTEMPLATE('3OPNP$6b9E0foQwDeAwOED',$,'UserDefinedLRMType','Gives the user defined type of this Linear Referencing Method when property _LRMType_ is _LRM_USERDEFINED_.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3096= IFCSIMPLEPROPERTYTEMPLATE('0Hc0y0qViHuO00025QrE$V',$,'UpperCurrent1','The current in [x In], indicating that for currents larger than UpperCurrent1 the I2t part of the L-function will trip the current.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#3097= IFCSIMPLEPROPERTYTEMPLATE('2vSpfYCJv1kBISUSIgQtwO',$,'UserInterfaceType','Indicates the user interface of the computer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10165,$,$,$,$); -#10165= IFCPROPERTYENUMERATION('PEnum_ComputerUIType',('CLI','GUI','TOUCHSCREEN','TOUCHTONE','OTHER','NOTKNOWN','UNSET'),$); +#3097= IFCSIMPLEPROPERTYTEMPLATE('0MzLc0qViHuO00025QrE$V',$,'UpperCurrent2','The current in [x In], indicating the upper current limit of the upper time/current curve of the I2t part of the L-function.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,$); -#3098= IFCSIMPLEPROPERTYTEMPLATE('3hf4U0qSKHuO00025QrE$V',$,'VacancyRateInCategoryFuture','Percentage of vacancy found in the particular category expected in the future.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3098= IFCSIMPLEPROPERTYTEMPLATE('0SKgG0qViHuO00025QrE$V',$,'UpperTime1','The time in [s], indicating that tripping times of the upper time/current curve lower than UpperTime1 is determined by the I2t part of the L-function.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#3099= IFCSIMPLEPROPERTYTEMPLATE('3JpCE0qSKHuO00025QrE$V',$,'VacancyRateInCategoryNow','Percentage of vacancy found in the particular category currently.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3099= IFCSIMPLEPROPERTYTEMPLATE('0Xh_w0qViHuO00025QrE$V',$,'UpperTime2','The time in [s], indicating the tripping times of the upper time/current curve at the UpperCurrent2.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,$); -#3100= IFCSIMPLEPROPERTYTEMPLATE('3sTydqA0X1juk$nPEo2NdK',$,'ValidityPeriodDescription','A description of the validity period for the geo hazard. The description may be textual or encoded according to a standard referenced in _ValidityPeriodEncoding_\X\0D\X\0A>NOTE One possible validity period encoding is according to ISO14825:2011 (see e.g. https://xtour-eu-n.cloud.ptvgroup.com/manual/Content/Technical_concepts/DSC_gdf-timedomains.htm)',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#3100= IFCSIMPLEPROPERTYTEMPLATE('1P5vw0qUqHuO00025QrE$V',$,'UpperVaporResistanceFactor','The vapor permeability relationship of air/material (typically value > 1), measured in high relative humidity (typically in 95/50 % RH).',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3101= IFCSIMPLEPROPERTYTEMPLATE('1vhiHkV1v0Afc8IcJjQGJd',$,'ValidityPeriodEncoding','Identifies the encoding standard used in property _ValidityPeriodDescription_ if any.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3101= IFCSIMPLEPROPERTYTEMPLATE('3VCJVzwh9CCfDp_58_XB7_',$,'Upstand','The height difference between the two separated surfaces.',.P_SINGLEVALUE.,'IfcNonNegativeLengthMeasure',$,$,$,$,$,$); -#3102= IFCSIMPLEPROPERTYTEMPLATE('09mNO0qSqHuO00025QrE$V',$,'Value','Indicates values over time which may be recorded continuously or only when changed beyond a particular deadband. The range of possible values is defined by the Value property on the corresponding occurrence property set (Pset_ControllerTypeFloating, Pset_ControllerTypeProportional, Pset_ControllerTypeMultiPosition, or Pset_ControllerTypeTwoPosition).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#3102= IFCSIMPLEPROPERTYTEMPLATE('0gcm8p7cfF28fgCrHyW9Fj',$,'UpstreamConnections','Names of upstream connected equipment and spaces (comma-separated), if not otherwise represented',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,$); -#3103= IFCSIMPLEPROPERTYTEMPLATE('0jEF20qSuHuO00025QrE$V',$,'Value','The default value such as normally-closed or normally-open.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#3103= IFCSIMPLEPROPERTYTEMPLATE('0OpoEwb5L2EudbjvkVhtcK',$,'UpstreamFloodWaterLevel','Design maximum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#3104= IFCSIMPLEPROPERTYTEMPLATE('1ZmZk0qSqHuO00025QrE$V',$,'Value','The expected range and default value. While the property data type is IfcReal (to support all cases including when the units are unknown), a unit may optionally be provided to indicate the measure and unit. The LowerLimitValue and UpperLimitValue must fall within the physical Range and may be used to determine extents when charting Pset_ControllerPHistory.Value.',.P_BOUNDEDVALUE.,'IfcReal',$,$,$,$,$,$); +#3104= IFCSIMPLEPROPERTYTEMPLATE('0F2UdpFPTApeBET26XpMXu',$,'UpstreamMaintenanceWaterLevel','Design maximum upstream water level for the lock complex',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#3105= IFCSIMPLEPROPERTYTEMPLATE('2GWqo0qUSHuO00025QrE$V',$,'Value','Indicates measured values over time which may be recorded continuously or only when changed beyond a particular deadband.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#3105= IFCSIMPLEPROPERTYTEMPLATE('1Pn2i0qXKHuO00025QrE$V',$,'UpstreamPressure','The operating pressure of the fluid upstream of the pressure reducing valve.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#3106= IFCSIMPLEPROPERTYTEMPLATE('2Lqvs0qSqHuO00025QrE$V',$,'Value','The expected range and default value. The LowerLimitValue and UpperLimitValue must fall within the physical Range.',.P_BOUNDEDVALUE.,'IfcInteger',$,$,$,$,$,$); +#3106= IFCSIMPLEPROPERTYTEMPLATE('0r4uU0qWGHuO00025QrE$V',$,'UrinalType','Selection of the type of urinal from the enumerated list of types where:-\X\0D\X\0A\X\0D\X\0ABowl: Individual wall mounted urinal.\X\0D\X\0ASlab: Urinal that consists of a slab or sheet fixed to a wall and down which urinal flows into a floor channel.\X\0D\X\0AStall: Floor mounted urinal that consists of an elliptically shaped sanitary stall fixed to a wall and down which urine flows into a floor channel.\X\0D\X\0ATrough: Wall mounted urinal of elongated rectangular shape on plan, that can be used by more than one person at a time.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10193,$,$,$,$); +#10193= IFCPROPERTYENUMERATION('PEnum_UrinalType',('BOWL','SLAB','STALL','TROUGH','OTHER','NOTKNOWN','UNSET'),$); -#3107= IFCSIMPLEPROPERTYTEMPLATE('3LQQm0qWGHuO00025QrE$V',$,'Value','Indicates sensed values over time which may be recorded continuously or only when changed beyond a particular deadband. The range of possible values is defined by the SetPoint property of the corresponding sensor type property set.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#3107= IFCSIMPLEPROPERTYTEMPLATE('1fZSkvX5HFxP0_mPJtSZjB',$,'UsagePurpose','The purpose of usage of the cess between rails, e.g. maintenance, rescue services.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10196,$,$,$,$); +#10196= IFCPROPERTYENUMERATION('PEnum_UsagePurpose',('MAINTENANCE','RESCUESERVICES','OTHER','NOTKNOWN','UNSET'),$); -#3108= IFCSIMPLEPROPERTYTEMPLATE('3QNpa0qSqHuO00025QrE$V',$,'Value','The expected range and default value. While the property data type is IfcReal (to support all cases including when the units are unknown), a unit may optionally be provided to indicate the measure and unit.',.P_BOUNDEDVALUE.,'IfcReal',$,$,$,$,$,$); +#3108= IFCSIMPLEPROPERTYTEMPLATE('0ba420qVmHuO00025QrE$V',$,'UseInDiscrimination','An indication whether the time/current tripping information can be applied in a discrimination\X\0D\X\0Aanalysis or not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#3109= IFCSIMPLEPROPERTYTEMPLATE('1Hjxk0qXGHuO00025QrE$V',$,'ValveMechanism','The mechanism by which the valve function is achieved where:\X\0D\X\0A\X\0D\X\0ABALL: Valve that has a ported ball that can be turned relative to the body seat ports.\X\0D\X\0ABUTTERFLY: Valve in which a streamlined disc pivots about a diametric axis.\X\0D\X\0ACONFIGUREDGATE: Screwdown valve in which the closing gate is shaped in a configured manner to have a more precise control of pressure and flow change across the valve.\X\0D\X\0AGLAND: Valve with a tapered seating, in which a rotatable plug is retained by means of a gland and gland packing.\X\0D\X\0AGLOBE: Screwdown valve that has a spherical body.\X\0D\X\0ALUBRICATEDPLUG: Plug valve in which a lubricant is injected under pressure between the plug face and the body.\X\0D\X\0ANEEDLE: Valve for regulating the flow in or from a pipe, in which a slender cone moves along the axis of flow to close against a fixed conical seat.\X\0D\X\0APARALLELSLIDE: Screwdown valve that has a machined plate that slides in formed grooves to form a seal.\X\0D\X\0APLUG: Valve that has a ported plug that can be turned relative to the body seat ports.\X\0D\X\0AWEDGEGATE: Screwdown valve that has a wedge shaped plate fitting into tapered guides to form a seal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10179,$,$,$,$); -#10179= IFCPROPERTYENUMERATION('PEnum_ValveMechanism',('BALL','BUTTERFLY','CONFIGUREDGATE','GLAND','GLOBE','LUBRICATEDPLUG','NEEDLE','PARALLELSLIDE','PLUG','WEDGEGATE','OTHER','NOTKNOWN','UNSET'),$); +#3109= IFCSIMPLEPROPERTYTEMPLATE('1iq$o0qWyHuO00025QrE$V',$,'UsePurpose','The principal purpose for which the work surface is intended to be used e.g. writing/reading, computer, meeting, printer, reference files, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3110= IFCSIMPLEPROPERTYTEMPLATE('0u5dG0qXGHuO00025QrE$V',$,'ValveOperation','The method of valve operation where:\X\0D\X\0A\X\0D\X\0ADROPWEIGHT: A valve that is closed by the action of a weighted lever being released, the weight normally being prevented from dropping by being held by a wire, the closure normally being made by the action of heat on a fusible link in the wire\X\0D\X\0AFLOAT: A valve that is opened and closed by the action of a float that rises and falls with water level. The float may be a ball attached to a lever or other mechanism\X\0D\X\0AHYDRAULIC: A valve that is opened and closed by hydraulic actuation\X\0D\X\0ALEVER: A valve that is opened and closed by the action of a lever rotating the gate within the valve.\X\0D\X\0ALOCKSHIELD: A valve that requires the use of a special lockshield key for opening and closing, the operating mechanism being protected by a shroud during normal operation.\X\0D\X\0AMOTORIZED: A valve that is opened and closed by the action of an electric motor on an actuator\X\0D\X\0APNEUMATIC: A valve that is opened and closed by pneumatic actuation\X\0D\X\0ASOLENOID: A valve that is normally held open by a magnetic field in a coil acting on the gate but that is closed immediately if the electrical current generating the magnetic field is removed. \X\0D\X\0ASPRING: A valve that is normally held in position by the pressure of a spring on a plate but that may be caused to open if the pressure of the fluid is sufficient to overcome the spring pressure. \X\0D\X\0ATHERMOSTATIC: A valve in which the ports are opened or closed to maintain a required predetermined temperature.\X\0D\X\0AWHEEL: A valve that is opened and closed by the action of a wheel moving the gate within the valve.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10182,$,$,$,$); -#10182= IFCPROPERTYENUMERATION('PEnum_ValveOperation',('DROPWEIGHT','FLOAT','HYDRAULIC','LEVER','LOCKSHIELD','MOTORIZED','PNEUMATIC','SOLENOID','SPRING','THERMOSTATIC','WHEEL','OTHER','NOTKNOWN','UNSET'),$); +#3110= IFCSIMPLEPROPERTYTEMPLATE('3ydee0qS0HuO00025QrE$V',$,'User','Indicates acknowledging user over time by identification corresponding to IfcPerson.Identification on an IfcActor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcIdentifier',$,$,$,$,$); -#3111= IFCSIMPLEPROPERTYTEMPLATE('0d$fI0qXGHuO00025QrE$V',$,'ValvePattern','The configuration of the ports of a valve according to either the linear route taken by a fluid flowing through the valve or by the number of ports where:\X\0D\X\0A\X\0D\X\0ASINGLEPORT: Valve that has a single entry port from the system that it serves, the exit port being to the surrounding environment.\X\0D\X\0AANGLED_2_PORT: Valve in which the direction of flow is changed through 90 degrees.\X\0D\X\0ASTRAIGHT_2_PORT: Valve in which the flow is straight through.\X\0D\X\0ASTRAIGHT_3_PORT: Valve with three separate ports.\X\0D\X\0ACROSSOVER_4_PORT: Valve with 4 separate ports.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10185,$,$,$,$); -#10185= IFCPROPERTYENUMERATION('PEnum_ValvePattern',('SINGLEPORT','ANGLED_2_PORT','STRAIGHT_2_PORT','STRAIGHT_3_PORT','CROSSOVER_4_PORT','OTHER','NOTKNOWN','UNSET'),$); +#3111= IFCSIMPLEPROPERTYTEMPLATE('2eXzZatEr5bOQ1ApLLVBvv',$,'UserCapacity','Indicates the user capacity of the device, defined as the maximum number of users that can be active at the same time.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3112= IFCSIMPLEPROPERTYTEMPLATE('1d$b40qUqHuO00025QrE$V',$,'VaporPermeability','The rate of water vapor transmission per unit area per unit of vapor pressure differential under test conditions.',.P_SINGLEVALUE.,'IfcVaporPermeabilityMeasure',$,$,$,$,$,$); +#3112= IFCSIMPLEPROPERTYTEMPLATE('3PfRv5G3bD8ejiLpHnvnyY',$,'UserCorrectionFactor','An arbitrary correction factor that may be applied by the user.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#3113= IFCSIMPLEPROPERTYTEMPLATE('1hJWY0qVuHuO00025QrE$V',$,'VaristorType','A list of the available types of varistor from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10189,$,$,$,$); -#10189= IFCPROPERTYENUMERATION('PEnum_VaristorType',('METALOXIDE','ZINCOXIDE','OTHER','NOTKNOWN','UNSET'),$); +#3113= IFCSIMPLEPROPERTYTEMPLATE('1MCvrSjdH4FhcdbtYwrNpr',$,'UserDefinedExcavationMethod','Custom or specialized excavation methods beyond standard categories. Used when EarthworksCutExcavationMethod is set to USERDEFINED.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3114= IFCSIMPLEPROPERTYTEMPLATE('09W2Dk$VDCIAO$YGHh$6_6',$,'VehicleAvailability','Vehicle or Plant availability',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#3114= IFCSIMPLEPROPERTYTEMPLATE('3OPNP$6b9E0foQwDeAwOED',$,'UserDefinedLRMType','Gives the user defined type of this Linear Referencing Method when property _LRMType_ is _LRM_USERDEFINED_.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3115= IFCSIMPLEPROPERTYTEMPLATE('3h06n0RZX828Bq2sM4rpBg',$,'Veining','Description of observed vein structures related to hydrothermal alteration, mineralisation etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3115= IFCSIMPLEPROPERTYTEMPLATE('2vSpfYCJv1kBISUSIgQtwO',$,'UserInterfaceType','Indicates the user interface of the computer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10203,$,$,$,$); +#10203= IFCPROPERTYENUMERATION('PEnum_ComputerUIType',('CLI','GUI','TOUCHSCREEN','TOUCHTONE','OTHER','NOTKNOWN','UNSET'),$); -#3116= IFCSIMPLEPROPERTYTEMPLATE('0cKuKOg$P7Mw5MBESnrvTU',$,'Velocity','The velocity of the fluid.',.P_BOUNDEDVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#3116= IFCSIMPLEPROPERTYTEMPLATE('3hf4U0qSKHuO00025QrE$V',$,'VacancyRateInCategoryFuture','Percentage of vacancy found in the particular category expected in the future.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3117= IFCSIMPLEPROPERTYTEMPLATE('1$hsml_zP31BE8MHPk06nA',$,'Velocity','The velocity of the fluid.',.P_BOUNDEDVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#3117= IFCSIMPLEPROPERTYTEMPLATE('3JpCE0qSKHuO00025QrE$V',$,'VacancyRateInCategoryNow','Percentage of vacancy found in the particular category currently.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3118= IFCSIMPLEPROPERTYTEMPLATE('20kOv3DPrDmhnl7ZnOP9ZX',$,'Velocity','The velocity of the fluid.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLinearVelocityMeasure',$,$,$,$,$); +#3118= IFCSIMPLEPROPERTYTEMPLATE('3sTydqA0X1juk$nPEo2NdK',$,'ValidityPeriodDescription','A description of the validity period for the geo hazard. The description may be textual or encoded according to a standard referenced in _ValidityPeriodEncoding_\X\0D\X\0A>NOTE One possible validity period encoding is according to ISO14825:2011 (see e.g. https://xtour-eu-n.cloud.ptvgroup.com/manual/Content/Technical_concepts/DSC_gdf-timedomains.htm)',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#3119= IFCSIMPLEPROPERTYTEMPLATE('10SRT1aMv5wwRi4vGIdEF3',$,'VelocityFactorEnergy','Deviation in energy absorption performance due to strain rate',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3119= IFCSIMPLEPROPERTYTEMPLATE('1vhiHkV1v0Afc8IcJjQGJd',$,'ValidityPeriodEncoding','Identifies the encoding standard used in property _ValidityPeriodDescription_ if any.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3120= IFCSIMPLEPROPERTYTEMPLATE('2GD9BPt$X6wBvT53fE9sI1',$,'VelocityFactorReaction','Deviation in reaction due to strain rate',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3120= IFCSIMPLEPROPERTYTEMPLATE('09mNO0qSqHuO00025QrE$V',$,'Value','Indicates values over time which may be recorded continuously or only when changed beyond a particular deadband. The range of possible values is defined by the Value property on the corresponding occurrence property set (Pset_ControllerTypeFloating, Pset_ControllerTypeProportional, Pset_ControllerTypeMultiPosition, or Pset_ControllerTypeTwoPosition).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#3121= IFCSIMPLEPROPERTYTEMPLATE('2Zn17rWWTBGhHGhmLqk8UV',$,'VendingMachineUserInterface','Indicates the type of vending machine user interface.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10197,$,$,$,$); -#10197= IFCPROPERTYENUMERATION('PEnum_VendingMachineUserInterface',('MOUSECHOOSETYPE','TOUCHSCREEN','TOUCH_TONE','OTHER','NOTKNOWN','UNSET'),$); +#3121= IFCSIMPLEPROPERTYTEMPLATE('0jEF20qSuHuO00025QrE$V',$,'Value','The default value such as normally-closed or normally-open.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#3122= IFCSIMPLEPROPERTYTEMPLATE('1u_PC0qUeHuO00025QrE$V',$,'VentilatingPipeSize','Size of the ventilating pipe(s).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3122= IFCSIMPLEPROPERTYTEMPLATE('1ZmZk0qSqHuO00025QrE$V',$,'Value','The expected range and default value. While the property data type is IfcReal (to support all cases including when the units are unknown), a unit may optionally be provided to indicate the measure and unit. The LowerLimitValue and UpperLimitValue must fall within the physical Range and may be used to determine extents when charting Pset_ControllerPHistory.Value.',.P_BOUNDEDVALUE.,'IfcReal',$,$,$,$,$,$); -#3123= IFCSIMPLEPROPERTYTEMPLATE('19pIo0qRuHuO00025QrE$V',$,'Ventilation','Required outside air ventilation.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#3123= IFCSIMPLEPROPERTYTEMPLATE('2GWqo0qUSHuO00025QrE$V',$,'Value','Indicates measured values over time which may be recorded continuously or only when changed beyond a particular deadband.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#3124= IFCSIMPLEPROPERTYTEMPLATE('0kYGu0qWmHuO00025QrE$V',$,'VentilationAirFlowRate','Ventilation air flow rate in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#3124= IFCSIMPLEPROPERTYTEMPLATE('2Lqvs0qSqHuO00025QrE$V',$,'Value','The expected range and default value. The LowerLimitValue and UpperLimitValue must fall within the physical Range.',.P_BOUNDEDVALUE.,'IfcInteger',$,$,$,$,$,$); -#3125= IFCSIMPLEPROPERTYTEMPLATE('1FdIy0qWiHuO00025QrE$V',$,'VentilationAirFlowrate','Ventilation outside air requirement for the space.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#3125= IFCSIMPLEPROPERTYTEMPLATE('3LQQm0qWGHuO00025QrE$V',$,'Value','Indicates sensed values over time which may be recorded continuously or only when changed beyond a particular deadband. The range of possible values is defined by the SetPoint property of the corresponding sensor type property set.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#3126= IFCSIMPLEPROPERTYTEMPLATE('002pC0qWmHuO00025QrE$V',$,'VentilationIndoorAir','Ventilation loads from indoor air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#3126= IFCSIMPLEPROPERTYTEMPLATE('3QNpa0qSqHuO00025QrE$V',$,'Value','The expected range and default value. While the property data type is IfcReal (to support all cases including when the units are unknown), a unit may optionally be provided to indicate the measure and unit.',.P_BOUNDEDVALUE.,'IfcReal',$,$,$,$,$,$); -#3127= IFCSIMPLEPROPERTYTEMPLATE('272zk0qWiHuO00025QrE$V',$,'VentilationIndoorAir','Ventilation loads from indoor air.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#3127= IFCSIMPLEPROPERTYTEMPLATE('1Hjxk0qXGHuO00025QrE$V',$,'ValveMechanism','The mechanism by which the valve function is achieved where:\X\0D\X\0A\X\0D\X\0ABALL: Valve that has a ported ball that can be turned relative to the body seat ports.\X\0D\X\0ABUTTERFLY: Valve in which a streamlined disc pivots about a diametric axis.\X\0D\X\0ACONFIGUREDGATE: Screwdown valve in which the closing gate is shaped in a configured manner to have a more precise control of pressure and flow change across the valve.\X\0D\X\0AGLAND: Valve with a tapered seating, in which a rotatable plug is retained by means of a gland and gland packing.\X\0D\X\0AGLOBE: Screwdown valve that has a spherical body.\X\0D\X\0ALUBRICATEDPLUG: Plug valve in which a lubricant is injected under pressure between the plug face and the body.\X\0D\X\0ANEEDLE: Valve for regulating the flow in or from a pipe, in which a slender cone moves along the axis of flow to close against a fixed conical seat.\X\0D\X\0APARALLELSLIDE: Screwdown valve that has a machined plate that slides in formed grooves to form a seal.\X\0D\X\0APLUG: Valve that has a ported plug that can be turned relative to the body seat ports.\X\0D\X\0AWEDGEGATE: Screwdown valve that has a wedge shaped plate fitting into tapered guides to form a seal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10217,$,$,$,$); +#10217= IFCPROPERTYENUMERATION('PEnum_ValveMechanism',('BALL','BUTTERFLY','CONFIGUREDGATE','GLAND','GLOBE','LUBRICATEDPLUG','NEEDLE','PARALLELSLIDE','PLUG','WEDGEGATE','OTHER','NOTKNOWN','UNSET'),$); -#3128= IFCSIMPLEPROPERTYTEMPLATE('031YE0qWmHuO00025QrE$V',$,'VentilationOutdoorAir','Ventilation loads from outdoor air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); +#3128= IFCSIMPLEPROPERTYTEMPLATE('0u5dG0qXGHuO00025QrE$V',$,'ValveOperation','The method of valve operation where:\X\0D\X\0A\X\0D\X\0ADROPWEIGHT: A valve that is closed by the action of a weighted lever being released, the weight normally being prevented from dropping by being held by a wire, the closure normally being made by the action of heat on a fusible link in the wire\X\0D\X\0AFLOAT: A valve that is opened and closed by the action of a float that rises and falls with water level. The float may be a ball attached to a lever or other mechanism\X\0D\X\0AHYDRAULIC: A valve that is opened and closed by hydraulic actuation\X\0D\X\0ALEVER: A valve that is opened and closed by the action of a lever rotating the gate within the valve.\X\0D\X\0ALOCKSHIELD: A valve that requires the use of a special lockshield key for opening and closing, the operating mechanism being protected by a shroud during normal operation.\X\0D\X\0AMOTORIZED: A valve that is opened and closed by the action of an electric motor on an actuator\X\0D\X\0APNEUMATIC: A valve that is opened and closed by pneumatic actuation\X\0D\X\0ASOLENOID: A valve that is normally held open by a magnetic field in a coil acting on the gate but that is closed immediately if the electrical current generating the magnetic field is removed. \X\0D\X\0ASPRING: A valve that is normally held in position by the pressure of a spring on a plate but that may be caused to open if the pressure of the fluid is sufficient to overcome the spring pressure. \X\0D\X\0ATHERMOSTATIC: A valve in which the ports are opened or closed to maintain a required predetermined temperature.\X\0D\X\0AWHEEL: A valve that is opened and closed by the action of a wheel moving the gate within the valve.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10220,$,$,$,$); +#10220= IFCPROPERTYENUMERATION('PEnum_ValveOperation',('DROPWEIGHT','FLOAT','HYDRAULIC','LEVER','LOCKSHIELD','MOTORIZED','PNEUMATIC','SOLENOID','SPRING','THERMOSTATIC','WHEEL','OTHER','NOTKNOWN','UNSET'),$); -#3129= IFCSIMPLEPROPERTYTEMPLATE('2FP1Q0qWiHuO00025QrE$V',$,'VentilationOutdoorAir','Ventilation loads from outdoor air.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); +#3129= IFCSIMPLEPROPERTYTEMPLATE('0d$fI0qXGHuO00025QrE$V',$,'ValvePattern','The configuration of the ports of a valve according to either the linear route taken by a fluid flowing through the valve or by the number of ports where:\X\0D\X\0A\X\0D\X\0ASINGLEPORT: Valve that has a single entry port from the system that it serves, the exit port being to the surrounding environment.\X\0D\X\0AANGLED_2_PORT: Valve in which the direction of flow is changed through 90 degrees.\X\0D\X\0ASTRAIGHT_2_PORT: Valve in which the flow is straight through.\X\0D\X\0ASTRAIGHT_3_PORT: Valve with three separate ports.\X\0D\X\0ACROSSOVER_4_PORT: Valve with 4 separate ports.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10223,$,$,$,$); +#10223= IFCPROPERTYENUMERATION('PEnum_ValvePattern',('SINGLEPORT','ANGLED_2_PORT','STRAIGHT_2_PORT','STRAIGHT_3_PORT','CROSSOVER_4_PORT','OTHER','NOTKNOWN','UNSET'),$); -#3130= IFCSIMPLEPROPERTYTEMPLATE('1GU9M0qVWHuO00025QrE$V',$,'Version','The version number of the agreement that is identified.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3130= IFCSIMPLEPROPERTYTEMPLATE('1d$b40qUqHuO00025QrE$V',$,'VaporPermeability','The rate of water vapor transmission per unit area per unit of vapor pressure differential under test conditions.',.P_SINGLEVALUE.,'IfcVaporPermeabilityMeasure',$,$,$,$,$,$); -#3131= IFCSIMPLEPROPERTYTEMPLATE('1RCog0qVWHuO00025QrE$V',$,'VersionDate','The date on which the version of the agreement became applicable.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#3131= IFCSIMPLEPROPERTYTEMPLATE('1hJWY0qVuHuO00025QrE$V',$,'VaristorType','A list of the available types of varistor from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10227,$,$,$,$); +#10227= IFCPROPERTYENUMERATION('PEnum_VaristorType',('METALOXIDE','ZINCOXIDE','OTHER','NOTKNOWN','UNSET'),$); -#3132= IFCSIMPLEPROPERTYTEMPLATE('05P2$JUujC9AsIOpln0NTr',$,'VersionNumber','Version tag of the model regarding its descriptive informations.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3132= IFCSIMPLEPROPERTYTEMPLATE('09W2Dk$VDCIAO$YGHh$6_6',$,'VehicleAvailability','Vehicle or Plant availability',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#3133= IFCSIMPLEPROPERTYTEMPLATE('3McDe0qW0HuO00025QrE$V',$,'VerticalBarPitch','The pitch length of the vertical bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3133= IFCSIMPLEPROPERTYTEMPLATE('3h06n0RZX828Bq2sM4rpBg',$,'Veining','Description of observed vein structures related to hydrothermal alteration, mineralisation etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3134= IFCSIMPLEPROPERTYTEMPLATE('2YlbHbk1D2r9MQG8$pVBmR',$,'VerticalOrthogonality','Indicative (95%-100%) range orthogonality associated to the vertical shape and orientation in Z, if different to the overall orthogonality.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#3134= IFCSIMPLEPROPERTYTEMPLATE('0cKuKOg$P7Mw5MBESnrvTU',$,'Velocity','The velocity of the fluid.',.P_BOUNDEDVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#3135= IFCSIMPLEPROPERTYTEMPLATE('2mV3M0qX8HuO00025QrE$V',$,'VerticalSpacing','Vertical spacing between tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3135= IFCSIMPLEPROPERTYTEMPLATE('1$hsml_zP31BE8MHPk06nA',$,'Velocity','The velocity of the fluid.',.P_BOUNDEDVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#3136= IFCSIMPLEPROPERTYTEMPLATE('1bHjGtr3j7MveQ70Lzosub',$,'VerticalStraightness','Indicative (95%-100%) range straightness associated to the vertical shape in Z, if different to the overall straightness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3136= IFCSIMPLEPROPERTYTEMPLATE('20kOv3DPrDmhnl7ZnOP9ZX',$,'Velocity','The velocity of the fluid.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLinearVelocityMeasure',$,$,$,$,$); -#3137= IFCSIMPLEPROPERTYTEMPLATE('2M1e8BS3PBPPQBW9Q2nF$P',$,'VerticalTolerance','Indicative (95%-100%) range tolerance associated to the vertical shape and position in Z, if different to the overall tolerance.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3137= IFCSIMPLEPROPERTYTEMPLATE('10SRT1aMv5wwRi4vGIdEF3',$,'VelocityFactorEnergy','Deviation in energy absorption performance due to strain rate',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3138= IFCSIMPLEPROPERTYTEMPLATE('3pJ9ffcd5D3fYZdbK3HYls',$,'VerticalUncertainty','Indicative (95%-100%) range diameter associated to the vertical shape and position in Z, if different to the linear uncertainty.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3138= IFCSIMPLEPROPERTYTEMPLATE('2GD9BPt$X6wBvT53fE9sI1',$,'VelocityFactorReaction','Deviation in reaction due to strain rate',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3139= IFCSIMPLEPROPERTYTEMPLATE('1XDZu1a5f32R9ecKDd56ze',$,'VesselDepth','Depth of the vessel from the main deck to the keel.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#3139= IFCSIMPLEPROPERTYTEMPLATE('2Zn17rWWTBGhHGhmLqk8UV',$,'VendingMachineUserInterface','Indicates the type of vending machine user interface.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10235,$,$,$,$); +#10235= IFCPROPERTYENUMERATION('PEnum_VendingMachineUserInterface',('MOUSECHOOSETYPE','TOUCHSCREEN','TOUCH_TONE','OTHER','NOTKNOWN','UNSET'),$); -#3140= IFCSIMPLEPROPERTYTEMPLATE('1$K81vvzf2buienp$q3rxV',$,'VesselDraft','Depth of vessel from the waterline to the keel (LightShip, Ballasted, Maximum)',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); +#3140= IFCSIMPLEPROPERTYTEMPLATE('1u_PC0qUeHuO00025QrE$V',$,'VentilatingPipeSize','Size of the ventilating pipe(s).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3141= IFCSIMPLEPROPERTYTEMPLATE('1$KJI0qXKHuO00025QrE$V',$,'VibrationTransmissibility','The vibration transmissibility percentage.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3141= IFCSIMPLEPROPERTYTEMPLATE('19pIo0qRuHuO00025QrE$V',$,'Ventilation','Required outside air ventilation.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#3142= IFCSIMPLEPROPERTYTEMPLATE('1Krek0qSCHuO00025QrE$V',$,'VideoCaptionMode','Indicates closed captioning modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#3142= IFCSIMPLEPROPERTYTEMPLATE('0kYGu0qWmHuO00025QrE$V',$,'VentilationAirFlowRate','Ventilation air flow rate in the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#3143= IFCSIMPLEPROPERTYTEMPLATE('3jkDS0qS8HuO00025QrE$V',$,'VideoCaptionMode','Indicates video closed captioning modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#3143= IFCSIMPLEPROPERTYTEMPLATE('1FdIy0qWiHuO00025QrE$V',$,'VentilationAirFlowrate','Ventilation outside air requirement for the space.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#3144= IFCSIMPLEPROPERTYTEMPLATE('0bSqy0qS8HuO00025QrE$V',$,'VideoCaptureInterval','Indicates video frame capture time intervals.',.P_TABLEVALUE.,'IfcIdentifier','IfcTimeMeasure',$,$,$,$,$); +#3144= IFCSIMPLEPROPERTYTEMPLATE('002pC0qWmHuO00025QrE$V',$,'VentilationIndoorAir','Ventilation loads from indoor air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#3145= IFCSIMPLEPROPERTYTEMPLATE('0OxlQ0qS8HuO00025QrE$V',$,'VideoResolutionHeight','Indicates the number of vertical pixels (the largest native video resolution height).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3145= IFCSIMPLEPROPERTYTEMPLATE('272zk0qWiHuO00025QrE$V',$,'VentilationIndoorAir','Ventilation loads from indoor air.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#3146= IFCSIMPLEPROPERTYTEMPLATE('0wdAs0qSCHuO00025QrE$V',$,'VideoResolutionHeight','Indicates the number of vertical pixels (the largest native video resolution height).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3146= IFCSIMPLEPROPERTYTEMPLATE('031YE0qWmHuO00025QrE$V',$,'VentilationOutdoorAir','Ventilation loads from outdoor air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,$); -#3147= IFCSIMPLEPROPERTYTEMPLATE('3IvcA0qS8HuO00025QrE$V',$,'VideoResolutionHeight','Indicates the number of vertical pixels, e.g. 1080.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3147= IFCSIMPLEPROPERTYTEMPLATE('2FP1Q0qWiHuO00025QrE$V',$,'VentilationOutdoorAir','Ventilation loads from outdoor air.',.P_BOUNDEDVALUE.,'IfcPowerMeasure',$,$,$,$,$,$); -#3148= IFCSIMPLEPROPERTYTEMPLATE('0UJ440qS8HuO00025QrE$V',$,'VideoResolutionMode','Indicates video resolution modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#3148= IFCSIMPLEPROPERTYTEMPLATE('1GU9M0qVWHuO00025QrE$V',$,'Version','The version number of the agreement that is identified.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3149= IFCSIMPLEPROPERTYTEMPLATE('11AoK0qSCHuO00025QrE$V',$,'VideoResolutionMode','Indicates video resolution modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#3149= IFCSIMPLEPROPERTYTEMPLATE('1RCog0qVWHuO00025QrE$V',$,'VersionDate','The date on which the version of the agreement became applicable.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#3150= IFCSIMPLEPROPERTYTEMPLATE('3Q3N20qS8HuO00025QrE$V',$,'VideoResolutionMode','Indicates video resolution modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#3150= IFCSIMPLEPROPERTYTEMPLATE('05P2$JUujC9AsIOpln0NTr',$,'VersionNumber','Version tag of the model regarding its descriptive informations.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3151= IFCSIMPLEPROPERTYTEMPLATE('0JaQm0qS8HuO00025QrE$V',$,'VideoResolutionWidth','Indicates the number of horizontal pixels (the largest native video resolution width).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3151= IFCSIMPLEPROPERTYTEMPLATE('3McDe0qW0HuO00025QrE$V',$,'VerticalBarPitch','The pitch length of the vertical bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3152= IFCSIMPLEPROPERTYTEMPLATE('0qfio0qSCHuO00025QrE$V',$,'VideoResolutionWidth','Indicates the number of horizontal pixels (the largest native video resolution width).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3152= IFCSIMPLEPROPERTYTEMPLATE('2YlbHbk1D2r9MQG8$pVBmR',$,'VerticalOrthogonality','Indicative (95%-100%) range orthogonality associated to the vertical shape and orientation in Z, if different to the overall orthogonality.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#3153= IFCSIMPLEPROPERTYTEMPLATE('3BlrI0qS8HuO00025QrE$V',$,'VideoResolutionWidth','Indicates the number of horizontal pixels, e.g. 1920.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3153= IFCSIMPLEPROPERTYTEMPLATE('2mV3M0qX8HuO00025QrE$V',$,'VerticalSpacing','Vertical spacing between tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3154= IFCSIMPLEPROPERTYTEMPLATE('1BJIE0qSCHuO00025QrE$V',$,'VideoScaleMode','Indicates video scaling modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#3154= IFCSIMPLEPROPERTYTEMPLATE('1bHjGtr3j7MveQ70Lzosub',$,'VerticalStraightness','Indicative (95%-100%) range straightness associated to the vertical shape in Z, if different to the overall straightness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3155= IFCSIMPLEPROPERTYTEMPLATE('3aBsy0qS8HuO00025QrE$V',$,'VideoScaleMode','Indicates video scaling modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); +#3155= IFCSIMPLEPROPERTYTEMPLATE('2M1e8BS3PBPPQBW9Q2nF$P',$,'VerticalTolerance','Indicative (95%-100%) range tolerance associated to the vertical shape and position in Z, if different to the overall tolerance.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3156= IFCSIMPLEPROPERTYTEMPLATE('0IAQa0qUqHuO00025QrE$V',$,'ViscosityTemperatureDerivative','Viscosity temperature derivative.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#3156= IFCSIMPLEPROPERTYTEMPLATE('3pJ9ffcd5D3fYZdbK3HYls',$,'VerticalUncertainty','Indicative (95%-100%) range diameter associated to the vertical shape and position in Z, if different to the linear uncertainty.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3157= IFCSIMPLEPROPERTYTEMPLATE('17k9q0qS4HuO00025QrE$V',$,'VisibleAngleLeft','Angle of visibility to the left of the access.',.P_SINGLEVALUE.,'IfcPositivePlaneAngleMeasure',$,$,$,$,$,$); +#3157= IFCSIMPLEPROPERTYTEMPLATE('1XDZu1a5f32R9ecKDd56ze',$,'VesselDepth','Depth of the vessel from the main deck to the keel.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#3158= IFCSIMPLEPROPERTYTEMPLATE('1D5UU0qS4HuO00025QrE$V',$,'VisibleAngleRight','Angle of visibility to the right of the access.',.P_SINGLEVALUE.,'IfcPositivePlaneAngleMeasure',$,$,$,$,$,$); +#3158= IFCSIMPLEPROPERTYTEMPLATE('1$K81vvzf2buienp$q3rxV',$,'VesselDraft','Depth of vessel from the waterline to the keel (LightShip, Ballasted, Maximum)',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#3159= IFCSIMPLEPROPERTYTEMPLATE('1wS8w0qTqHuO00025QrE$V',$,'VisibleLightReflectance','Fraction of the visible light that is reflected by the glazing at normal incidence. It is a value without unit.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#3159= IFCSIMPLEPROPERTYTEMPLATE('1$KJI0qXKHuO00025QrE$V',$,'VibrationTransmissibility','The vibration transmissibility percentage.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3160= IFCSIMPLEPROPERTYTEMPLATE('2SVmQ0qWSHuO00025QrE$V',$,'VisibleLightReflectance','Fraction of the visible light that is reflected by the glazing at normal incidence. It is a value without unit.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3160= IFCSIMPLEPROPERTYTEMPLATE('1Krek0qSCHuO00025QrE$V',$,'VideoCaptionMode','Indicates closed captioning modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#3161= IFCSIMPLEPROPERTYTEMPLATE('1$IZW0qWSHuO00025QrE$V',$,'VisibleLightTransmittance','Fraction of the visible light that passes the shading system at normal incidence. It is a value without unit.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3161= IFCSIMPLEPROPERTYTEMPLATE('3jkDS0qS8HuO00025QrE$V',$,'VideoCaptionMode','Indicates video closed captioning modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#3162= IFCSIMPLEPROPERTYTEMPLATE('20Pc_0qTqHuO00025QrE$V',$,'VisibleLightTransmittance','Fraction of the visible light that passes the glazing at normal incidence. It is a value without unit.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#3162= IFCSIMPLEPROPERTYTEMPLATE('0bSqy0qS8HuO00025QrE$V',$,'VideoCaptureInterval','Indicates video frame capture time intervals.',.P_TABLEVALUE.,'IfcIdentifier','IfcTimeMeasure',$,$,$,$,$); -#3163= IFCSIMPLEPROPERTYTEMPLATE('2tH860qUqHuO00025QrE$V',$,'VisibleReflectanceBack','Reflectance at normal incidence (visible): back side. Defines the fraction of the solar ray in the visible spectrum that is reflected and not transmitted when the ray passes from one medium into another, at the "back" side of the other material, perpendicular to the surface. Dependent on material and surface characteristics.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3163= IFCSIMPLEPROPERTYTEMPLATE('0OxlQ0qS8HuO00025QrE$V',$,'VideoResolutionHeight','Indicates the number of vertical pixels (the largest native video resolution height).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3164= IFCSIMPLEPROPERTYTEMPLATE('2zEcA0qUqHuO00025QrE$V',$,'VisibleReflectanceFront','Reflectance at normal incidence (visible): front side. Defines the fraction of the solar ray in the visible spectrum that is reflected and not transmitted when the ray passes from one medium into another, at the "front" side of the other material, perpendicular to the surface. Dependent on material and surface characteristics.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3164= IFCSIMPLEPROPERTYTEMPLATE('0wdAs0qSCHuO00025QrE$V',$,'VideoResolutionHeight','Indicates the number of vertical pixels (the largest native video resolution height).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3165= IFCSIMPLEPROPERTYTEMPLATE('0eq000qUqHuO00025QrE$V',$,'VisibleRefractionIndex','Index of refraction (visible) defines the "bending" of the sola! r ray in the visible spectrum when it passes from one medium into another.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); +#3165= IFCSIMPLEPROPERTYTEMPLATE('3IvcA0qS8HuO00025QrE$V',$,'VideoResolutionHeight','Indicates the number of vertical pixels, e.g. 1080.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3166= IFCSIMPLEPROPERTYTEMPLATE('2LIly0qUqHuO00025QrE$V',$,'VisibleTransmittance','Transmittance at normal incidence (visible). Defines the fraction of the visible spectrum of solar radiation that passes through per unit area, perpendicular to the surface.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3166= IFCSIMPLEPROPERTYTEMPLATE('0UJ440qS8HuO00025QrE$V',$,'VideoResolutionMode','Indicates video resolution modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#3167= IFCSIMPLEPROPERTYTEMPLATE('1lg7CDGrH2v9TIUzdU$h17',$,'Voltage','Log of electrical voltage.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcElectricVoltageMeasure',$,$,$,$,$); +#3167= IFCSIMPLEPROPERTYTEMPLATE('11AoK0qSCHuO00025QrE$V',$,'VideoResolutionMode','Indicates video resolution modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#3168= IFCSIMPLEPROPERTYTEMPLATE('27j$QobBL4UhVjgWuhQGvz',$,'Voltage','The actual voltage and operable range.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); +#3168= IFCSIMPLEPROPERTYTEMPLATE('3Q3N20qS8HuO00025QrE$V',$,'VideoResolutionMode','Indicates video resolution modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#3169= IFCSIMPLEPROPERTYTEMPLATE('0jKEI0qVuHuO00025QrE$V',$,'VoltageLevel','The voltage levels for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10301,$,$,$,$); -#10301= IFCPROPERTYENUMERATION('PEnum_VoltageLevels',('U230','U400','U440','U525','U690','U1000','OTHER','NOTKNOWN','UNSET'),$); +#3169= IFCSIMPLEPROPERTYTEMPLATE('0JaQm0qS8HuO00025QrE$V',$,'VideoResolutionWidth','Indicates the number of horizontal pixels (the largest native video resolution width).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3170= IFCSIMPLEPROPERTYTEMPLATE('0YuXi0qVqHuO00025QrE$V',$,'VoltageLevel','The voltage levels for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10301,$,$,$,$); +#3170= IFCSIMPLEPROPERTYTEMPLATE('0qfio0qSCHuO00025QrE$V',$,'VideoResolutionWidth','Indicates the number of horizontal pixels (the largest native video resolution width).',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3171= IFCSIMPLEPROPERTYTEMPLATE('0z6Ve0qVaHuO00025QrE$V',$,'VoltageLevel','The voltage level of the protective device for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10301,$,$,$,$); +#3171= IFCSIMPLEPROPERTYTEMPLATE('3BlrI0qS8HuO00025QrE$V',$,'VideoResolutionWidth','Indicates the number of horizontal pixels, e.g. 1920.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3172= IFCSIMPLEPROPERTYTEMPLATE('2EmeI0qVaHuO00025QrE$V',$,'VoltageLevel','The voltage levels for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10301,$,$,$,$); +#3172= IFCSIMPLEPROPERTYTEMPLATE('1BJIE0qSCHuO00025QrE$V',$,'VideoScaleMode','Indicates video scaling modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#3173= IFCSIMPLEPROPERTYTEMPLATE('2sPHq0qVWHuO00025QrE$V',$,'VoltageLevel','The voltage levels of the protective device for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10301,$,$,$,$); +#3173= IFCSIMPLEPROPERTYTEMPLATE('3aBsy0qS8HuO00025QrE$V',$,'VideoScaleMode','Indicates video scaling modes.',.P_TABLEVALUE.,'IfcIdentifier','IfcLabel',$,$,$,$,$); -#3174= IFCSIMPLEPROPERTYTEMPLATE('3ixsU0qVaHuO00025QrE$V',$,'VoltageLevel','The voltage levels for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10301,$,$,$,$); +#3174= IFCSIMPLEPROPERTYTEMPLATE('0IAQa0qUqHuO00025QrE$V',$,'ViscosityTemperatureDerivative','Viscosity temperature derivative.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#3175= IFCSIMPLEPROPERTYTEMPLATE('3tNJ60qVWHuO00025QrE$V',$,'VoltageLevel','The voltage levels of the fuse for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10301,$,$,$,$); +#3175= IFCSIMPLEPROPERTYTEMPLATE('17k9q0qS4HuO00025QrE$V',$,'VisibleAngleLeft','Angle of visibility to the left of the access.',.P_SINGLEVALUE.,'IfcPositivePlaneAngleMeasure',$,$,$,$,$,$); -#3176= IFCSIMPLEPROPERTYTEMPLATE('2JurpF5$z9eRwfdnERHveS',$,'VoltageRegulationRate','When the input side voltage changes from the lowest allowable input value to the specified maximum value, the relative change value of the output voltage is the percentage of the rated output voltage.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#3176= IFCSIMPLEPROPERTYTEMPLATE('1D5UU0qS4HuO00025QrE$V',$,'VisibleAngleRight','Angle of visibility to the right of the access.',.P_SINGLEVALUE.,'IfcPositivePlaneAngleMeasure',$,$,$,$,$,$); -#3177= IFCSIMPLEPROPERTYTEMPLATE('299MY0qX8HuO00025QrE$V',$,'Volume','Total volume of fluid in the tubes and their headers.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#3177= IFCSIMPLEPROPERTYTEMPLATE('1wS8w0qTqHuO00025QrE$V',$,'VisibleLightReflectance','Fraction of the visible light that is reflected by the glazing at normal incidence. It is a value without unit.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#3178= IFCSIMPLEPROPERTYTEMPLATE('3aCsq0qSeHuO00025QrE$V',$,'VolumetricEfficiency','Ratio of the actual volume of gas entering the compressor to the theoretical displacement of the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); +#3178= IFCSIMPLEPROPERTYTEMPLATE('2SVmQ0qWSHuO00025QrE$V',$,'VisibleLightReflectance','Fraction of the visible light that is reflected by the glazing at normal incidence. It is a value without unit.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3179= IFCSIMPLEPROPERTYTEMPLATE('1_ZeVmL9X3mAEUYAm$5rnk',$,'VolumetricFlowRate','The volumetric flow rate of the fluid.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); +#3179= IFCSIMPLEPROPERTYTEMPLATE('1$IZW0qWSHuO00025QrE$V',$,'VisibleLightTransmittance','Fraction of the visible light that passes the shading system at normal incidence. It is a value without unit.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3180= IFCSIMPLEPROPERTYTEMPLATE('1Zd01dwqHEsBdHToHy7np2',$,'VolumetricFlowRate','The volumetric flow rate of the fluid.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#3180= IFCSIMPLEPROPERTYTEMPLATE('20Pc_0qTqHuO00025QrE$V',$,'VisibleLightTransmittance','Fraction of the visible light that passes the glazing at normal incidence. It is a value without unit.',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#3181= IFCSIMPLEPROPERTYTEMPLATE('2q9IxoM5X6NOGEDJdRVkrU',$,'VolumetricFlowRate','The volumetric flow rate of the fluid.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#3181= IFCSIMPLEPROPERTYTEMPLATE('2tH860qUqHuO00025QrE$V',$,'VisibleReflectanceBack','Reflectance at normal incidence (visible): back side. Defines the fraction of the solar ray in the visible spectrum that is reflected and not transmitted when the ray passes from one medium into another, at the "back" side of the other material, perpendicular to the surface. Dependent on material and surface characteristics.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3182= IFCSIMPLEPROPERTYTEMPLATE('17ibcdsn96z8VizWIKOSnI',$,'WaistThickness','Minimum thickness of the stair flight, measured perpendicular to the slope of the flight to the inner corner of riser and tread. It is a pre-calculated value, in case of inconsistencies, the value derived from the shape representation shall take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3182= IFCSIMPLEPROPERTYTEMPLATE('2zEcA0qUqHuO00025QrE$V',$,'VisibleReflectanceFront','Reflectance at normal incidence (visible): front side. Defines the fraction of the solar ray in the visible spectrum that is reflected and not transmitted when the ray passes from one medium into another, at the "front" side of the other material, perpendicular to the surface. Dependent on material and surface characteristics.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3183= IFCSIMPLEPROPERTYTEMPLATE('2KASe0qWqHuO00025QrE$V',$,'WaistThickness','Minimum thickness of the stair flight, measured perpendicular to the slope of the flight to the inner corner of riser and tread. It is a pre-calculated value, in case of inconsistencies, the value derived from the shape representation shall take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3183= IFCSIMPLEPROPERTYTEMPLATE('0eq000qUqHuO00025QrE$V',$,'VisibleRefractionIndex','Index of refraction (visible) defines the "bending" of the sola! r ray in the visible spectrum when it passes from one medium into another.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,$); -#3184= IFCSIMPLEPROPERTYTEMPLATE('1nbx40qWqHuO00025QrE$V',$,'WalkingLineOffset','Offset of the walking line from the inner side of the flight. \X\0D\X\0ANote: the walking line may have a own shape representation (in case of inconsistencies, the value derived from the shape representation shall take precedence).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3184= IFCSIMPLEPROPERTYTEMPLATE('2LIly0qUqHuO00025QrE$V',$,'VisibleTransmittance','Transmittance at normal incidence (visible). Defines the fraction of the visible spectrum of solar radiation that passes through per unit area, perpendicular to the surface.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3185= IFCSIMPLEPROPERTYTEMPLATE('2NNvZYNiXEJQrIeliihHby',$,'WalkingLineOffset','Offset of the walking line from the inner side of the flight. \X\0D\X\0ANote: the walking line may have a own shape representation (in case of inconsistencies, the value derived from the shape representation shall take precedence).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3185= IFCSIMPLEPROPERTYTEMPLATE('1lg7CDGrH2v9TIUzdU$h17',$,'Voltage','Log of electrical voltage.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcElectricVoltageMeasure',$,$,$,$,$); -#3186= IFCSIMPLEPROPERTYTEMPLATE('1f6Jf$P7z59hr$7JkVtHgU',$,'WallCovering','Label to indicate the material or finish of the space flooring. The label is used for room book information and often displayed in room stamp.\X\0D\X\0A\X\0D\X\0AThe material information is provided in absence of an IfcCovering (type=CLADDING) object with own shape representation and material assignment. In case of inconsistency the material assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3186= IFCSIMPLEPROPERTYTEMPLATE('27j$QobBL4UhVjgWuhQGvz',$,'Voltage','The actual voltage and operable range.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,$); -#3187= IFCSIMPLEPROPERTYTEMPLATE('14ntMnIWr6nOhOn_DiDAD9',$,'WallCoveringThickness','Thickness of the material layer(s) for the space cladding. \X\0D\X\0A\X\0D\X\0AThe thickness information is provided in absence of an IfcCovering (type=CLADDING) object with own shape representation. In cases of inconsistency between the geometric parameters of an assigned IfcCovering and this attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3187= IFCSIMPLEPROPERTYTEMPLATE('0jKEI0qVuHuO00025QrE$V',$,'VoltageLevel','The voltage levels for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10339,$,$,$,$); +#10339= IFCPROPERTYENUMERATION('PEnum_VoltageLevels',('U230','U400','U440','U525','U690','U1000','OTHER','NOTKNOWN','UNSET'),$); -#3188= IFCSIMPLEPROPERTYTEMPLATE('0186u0qTGHuO00025QrE$V',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); +#3188= IFCSIMPLEPROPERTYTEMPLATE('0YuXi0qVqHuO00025QrE$V',$,'VoltageLevel','The voltage levels for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10339,$,$,$,$); -#3189= IFCSIMPLEPROPERTYTEMPLATE('18fle0qTGHuO00025QrE$V',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); +#3189= IFCSIMPLEPROPERTYTEMPLATE('0z6Ve0qVaHuO00025QrE$V',$,'VoltageLevel','The voltage level of the protective device for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10339,$,$,$,$); -#3190= IFCSIMPLEPROPERTYTEMPLATE('2eKDM0qTCHuO00025QrE$V',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); +#3190= IFCSIMPLEPROPERTYTEMPLATE('2EmeI0qVaHuO00025QrE$V',$,'VoltageLevel','The voltage levels for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10339,$,$,$,$); -#3191= IFCSIMPLEPROPERTYTEMPLATE('2Y3oa0qTGHuO00025QrE$V',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); +#3191= IFCSIMPLEPROPERTYTEMPLATE('2sPHq0qVWHuO00025QrE$V',$,'VoltageLevel','The voltage levels of the protective device for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10339,$,$,$,$); -#3192= IFCSIMPLEPROPERTYTEMPLATE('04i$K0qTGHuO00025QrE$V',$,'WallThickness','The thickness of the chamber wall construction\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3192= IFCSIMPLEPROPERTYTEMPLATE('3ixsU0qVaHuO00025QrE$V',$,'VoltageLevel','The voltage levels for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10339,$,$,$,$); -#3193= IFCSIMPLEPROPERTYTEMPLATE('1_bww0qTCHuO00025QrE$V',$,'WallThickness','The thickness of the duct wall construction\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3193= IFCSIMPLEPROPERTYTEMPLATE('3tNJ60qVWHuO00025QrE$V',$,'VoltageLevel','The voltage levels of the fuse for which the data of the instance is valid. More than one value may be selected in the enumeration.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10339,$,$,$,$); -#3194= IFCSIMPLEPROPERTYTEMPLATE('1CEe40qTGHuO00025QrE$V',$,'WallThickness','The thickness of the chamber wall construction\X\0D\X\0A.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3194= IFCSIMPLEPROPERTYTEMPLATE('2JurpF5$z9eRwfdnERHveS',$,'VoltageRegulationRate','When the input side voltage changes from the lowest allowable input value to the specified maximum value, the relative change value of the output voltage is the percentage of the rated output voltage.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#3195= IFCSIMPLEPROPERTYTEMPLATE('2beh00qTGHuO00025QrE$V',$,'WallThickness','The thickness of the chamber wall construction.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3195= IFCSIMPLEPROPERTYTEMPLATE('299MY0qX8HuO00025QrE$V',$,'Volume','Total volume of fluid in the tubes and their headers.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#3196= IFCSIMPLEPROPERTYTEMPLATE('2hIyO0qTCHuO00025QrE$V',$,'WallThickness','The thickness of the chamber wall construction\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3196= IFCSIMPLEPROPERTYTEMPLATE('3aCsq0qSeHuO00025QrE$V',$,'VolumetricEfficiency','Ratio of the actual volume of gas entering the compressor to the theoretical displacement of the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcNormalisedRatioMeasure',$,$,$,$,$); -#3197= IFCSIMPLEPROPERTYTEMPLATE('35usQ0qVOHuO00025QrE$V',$,'WarpingConstant','Warping constant of the profile for torsional action. For example measured in mm6.',.P_SINGLEVALUE.,'IfcWarpingConstantMeasure',$,$,$,$,$,$); +#3197= IFCSIMPLEPROPERTYTEMPLATE('1_ZeVmL9X3mAEUYAm$5rnk',$,'VolumetricFlowRate','The volumetric flow rate of the fluid.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumetricFlowRateMeasure',$,$,$,$,$); -#3198= IFCSIMPLEPROPERTYTEMPLATE('0gOUu0qXOHuO00025QrE$V',$,'WarrantyContent','The content of the warranty.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#3198= IFCSIMPLEPROPERTYTEMPLATE('1Zd01dwqHEsBdHToHy7np2',$,'VolumetricFlowRate','The volumetric flow rate of the fluid.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#3199= IFCSIMPLEPROPERTYTEMPLATE('0KL2s0qXOHuO00025QrE$V',$,'WarrantyEndDate','The date on which the warranty expires.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#3199= IFCSIMPLEPROPERTYTEMPLATE('2q9IxoM5X6NOGEDJdRVkrU',$,'VolumetricFlowRate','The volumetric flow rate of the fluid.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#3200= IFCSIMPLEPROPERTYTEMPLATE('08Q6k0qXOHuO00025QrE$V',$,'WarrantyIdentifier','The identifier assigned to a warranty.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); +#3200= IFCSIMPLEPROPERTYTEMPLATE('17ibcdsn96z8VizWIKOSnI',$,'WaistThickness','Minimum thickness of the stair flight, measured perpendicular to the slope of the flight to the inner corner of riser and tread. It is a pre-calculated value, in case of inconsistencies, the value derived from the shape representation shall take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3201= IFCSIMPLEPROPERTYTEMPLATE('0Ws8O0qXOHuO00025QrE$V',$,'WarrantyPeriod','The time duration during which a manufacturer or supplier guarantees or warrants the performance of an artefact.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#3201= IFCSIMPLEPROPERTYTEMPLATE('2KASe0qWqHuO00025QrE$V',$,'WaistThickness','Minimum thickness of the stair flight, measured perpendicular to the slope of the flight to the inner corner of riser and tread. It is a pre-calculated value, in case of inconsistencies, the value derived from the shape representation shall take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3202= IFCSIMPLEPROPERTYTEMPLATE('0EzkC0qXOHuO00025QrE$V',$,'WarrantyStartDate','The date on which the warranty commences.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); +#3202= IFCSIMPLEPROPERTYTEMPLATE('1nbx40qWqHuO00025QrE$V',$,'WalkingLineOffset','Offset of the walking line from the inner side of the flight. \X\0D\X\0ANote: the walking line may have a own shape representation (in case of inconsistencies, the value derived from the shape representation shall take precedence).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3203= IFCSIMPLEPROPERTYTEMPLATE('3wL2G0qV0HuO00025QrE$V',$,'WashersCount','Count of washers to be mounted on one bolt',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); +#3203= IFCSIMPLEPROPERTYTEMPLATE('2NNvZYNiXEJQrIeliihHby',$,'WalkingLineOffset','Offset of the walking line from the inner side of the flight. \X\0D\X\0ANote: the walking line may have a own shape representation (in case of inconsistencies, the value derived from the shape representation shall take precedence).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3204= IFCSIMPLEPROPERTYTEMPLATE('0TVjE0qV4HuO00025QrE$V',$,'WasherShape','Shape of the washers, e.g. ''Standard'', ''Square''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3204= IFCSIMPLEPROPERTYTEMPLATE('1f6Jf$P7z59hr$7JkVtHgU',$,'WallCovering','Label to indicate the material or finish of the space flooring. The label is used for room book information and often displayed in room stamp.\X\0D\X\0A\X\0D\X\0AThe material information is provided in absence of an IfcCovering (type=CLADDING) object with own shape representation and material assignment. In case of inconsistency the material assigned to IfcCovering elements takes precedence.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3205= IFCSIMPLEPROPERTYTEMPLATE('20BPg0qWGHuO00025QrE$V',$,'WashHandBasinType','Defines the types of wash hand basin that may be specified where:\X\0D\X\0A\X\0D\X\0A\X\0D\X\0ADentalCuspidor: Waste water appliance that receives and flushes away mouth washings\X\0D\X\0A.\X\0D\X\0AHandRinse: Wall mounted wash hand basin that has an overall width of 500mm or less\X\0D\X\0A.\X\0D\X\0AHospital: Wash hand basin that has a smooth easy clean surface without tapholes or overflow slot for use where hygiene is of prime importance. \X\0D\X\0A\X\0D\X\0ATipup: Wash hand basin mounted on pivots so that it can be emptied by tilting.\X\0D\X\0A\X\0D\X\0AVanity: Wash hand basin for installation into a horizontal surface.\X\0D\X\0A\X\0D\X\0AWashfountain: Wash hand basin that is circular, semi-circular or polygonal on plan, at which more than one person can wash at the same time.\X\0D\X\0AWashingTrough: Wash hand basin of elongated rectangular shape in plan, at which more than one person can wash at the same time.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10386,$,$,$,$); -#10386= IFCPROPERTYENUMERATION('PEnum_WashHandBasinType',('DENTALCUSPIDOR','HANDRINSE','HOSPITAL','TIPUP','WASHFOUNTAIN','WASHINGTROUGH','OTHER','NOTKNOWN','UNSET'),$); +#3205= IFCSIMPLEPROPERTYTEMPLATE('14ntMnIWr6nOhOn_DiDAD9',$,'WallCoveringThickness','Thickness of the material layer(s) for the space cladding. \X\0D\X\0A\X\0D\X\0AThe thickness information is provided in absence of an IfcCovering (type=CLADDING) object with own shape representation. In cases of inconsistency between the geometric parameters of an assigned IfcCovering and this attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3206= IFCSIMPLEPROPERTYTEMPLATE('23ono0qXWHuO00025QrE$V',$,'WasteTrapType','Identifies the predefined types of trap from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10058,$,$,$,$); +#3206= IFCSIMPLEPROPERTYTEMPLATE('0186u0qTGHuO00025QrE$V',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); -#3207= IFCSIMPLEPROPERTYTEMPLATE('3ql0M0qXCHuO00025QrE$V',$,'Water','The amount of water consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumeMeasure',$,$,$,$,$); +#3207= IFCSIMPLEPROPERTYTEMPLATE('18fle0qTGHuO00025QrE$V',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); -#3208= IFCSIMPLEPROPERTYTEMPLATE('09VwM0qU8HuO00025QrE$V',$,'WaterConsumption','Quantity of water used.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#3208= IFCSIMPLEPROPERTYTEMPLATE('2eKDM0qTCHuO00025QrE$V',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); -#3209= IFCSIMPLEPROPERTYTEMPLATE('2p4cS0qU4HuO00025QrE$V',$,'WaterConsumptionPerUnit','Quantity of water used.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#3209= IFCSIMPLEPROPERTYTEMPLATE('2Y3oa0qTGHuO00025QrE$V',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); -#3210= IFCSIMPLEPROPERTYTEMPLATE('2fKIc0qWeHuO00025QrE$V',$,'WaterContent','Weight of water content within the heater.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#3210= IFCSIMPLEPROPERTYTEMPLATE('04i$K0qTGHuO00025QrE$V',$,'WallThickness','The thickness of the chamber wall construction\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3211= IFCSIMPLEPROPERTYTEMPLATE('1Q07jhdBbBTg0$YC_3U_JM',$,'WaterDeliverySystemType','Type of water delivery system',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3211= IFCSIMPLEPROPERTYTEMPLATE('1_bww0qTCHuO00025QrE$V',$,'WallThickness','The thickness of the duct wall construction\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3212= IFCSIMPLEPROPERTYTEMPLATE('389nXpsIbAVvQpQ2vnIlSG',$,'WaterDeliveryValveType','Type of water delivery valve',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3212= IFCSIMPLEPROPERTYTEMPLATE('1CEe40qTGHuO00025QrE$V',$,'WallThickness','The thickness of the chamber wall construction\X\0D\X\0A.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3213= IFCSIMPLEPROPERTYTEMPLATE('0r18y0qUOHuO00025QrE$V',$,'WaterFilterType','Further qualifies the type of water filter. Filtration removes undissolved matter; Purification removes dissolved matter; Softening replaces dissolved matter.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10403,$,$,$,$); -#10403= IFCPROPERTYENUMERATION('PEnum_FilterWaterFilterType',('FILTRATION_DIATOMACEOUSEARTH','FILTRATION_SAND','PURIFICATION_DEIONIZING','PURIFICATION_REVERSEOSMOSIS','SOFTENING_ZEOLITE','OTHER','NOTKNOWN','UNSET'),$); +#3213= IFCSIMPLEPROPERTYTEMPLATE('2beh00qTGHuO00025QrE$V',$,'WallThickness','The thickness of the chamber wall construction.\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3214= IFCSIMPLEPROPERTYTEMPLATE('35Dje0qSuHuO00025QrE$V',$,'WaterFlowControlSystemType','Factory fitted waterflow control system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10405,$,$,$,$); -#10405= IFCPROPERTYENUMERATION('PEnum_CooledBeamWaterFlowControlSystemType',('NONE','ONOFFVALVE','2WAYVALVE','3WAYVALVE','OTHER','NOTKNOWN','UNSET'),$); +#3214= IFCSIMPLEPROPERTYTEMPLATE('2hIyO0qTCHuO00025QrE$V',$,'WallThickness','The thickness of the chamber wall construction\X\0D\X\0ANOTE: It is assumed that chamber walls will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3215= IFCSIMPLEPROPERTYTEMPLATE('24rbo0qSmHuO00025QrE$V',$,'WaterFoulingResistance','Fouling resistance on water/air side.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalResistanceMeasure',$,$,$,$,$); +#3215= IFCSIMPLEPROPERTYTEMPLATE('35usQ0qVOHuO00025QrE$V',$,'WarpingConstant','Warping constant of the profile for torsional action. For example measured in mm6.',.P_SINGLEVALUE.,'IfcWarpingConstantMeasure',$,$,$,$,$,$); -#3216= IFCSIMPLEPROPERTYTEMPLATE('3y5ki0qU8HuO00025QrE$V',$,'WaterFoulingResistance','Fouling resistance on water/air side.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalResistanceMeasure',$,$,$,$,$); +#3216= IFCSIMPLEPROPERTYTEMPLATE('0gOUu0qXOHuO00025QrE$V',$,'WarrantyContent','The content of the warranty.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#3217= IFCSIMPLEPROPERTYTEMPLATE('01UJC0qUqHuO00025QrE$V',$,'WaterImpermeability','Description of the water impermeability denoting the water repelling properties.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#3217= IFCSIMPLEPROPERTYTEMPLATE('0KL2s0qXOHuO00025QrE$V',$,'WarrantyEndDate','The date on which the warranty expires.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#3218= IFCSIMPLEPROPERTYTEMPLATE('2Ez5q0qSGHuO00025QrE$V',$,'WaterInletTemperatureRange','Allowable water inlet temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#3218= IFCSIMPLEPROPERTYTEMPLATE('08Q6k0qXOHuO00025QrE$V',$,'WarrantyIdentifier','The identifier assigned to a warranty.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,$); -#3219= IFCSIMPLEPROPERTYTEMPLATE('2m$jS0qUOHuO00025QrE$V',$,'WaterIsPotable','Indication of whether the water flow from the hydrant is potable (set TRUE) or non potable (set FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#3219= IFCSIMPLEPROPERTYTEMPLATE('0Ws8O0qXOHuO00025QrE$V',$,'WarrantyPeriod','The time duration during which a manufacturer or supplier guarantees or warrants the performance of an artefact.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#3220= IFCSIMPLEPROPERTYTEMPLATE('2yw9e0qU8HuO00025QrE$V',$,'WaterPressDropCurve','Water pressure drop as function of water flow rate.',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); +#3220= IFCSIMPLEPROPERTYTEMPLATE('0EzkC0qXOHuO00025QrE$V',$,'WarrantyStartDate','The date on which the warranty commences.',.P_SINGLEVALUE.,'IfcDate',$,$,$,$,$,$); -#3221= IFCSIMPLEPROPERTYTEMPLATE('0l0BK0qSeHuO00025QrE$V',$,'WaterPressureDropCurve','Water pressure drop curve, pressure drop \X2\2013\X0\ flow rate curve, WaterPressureDrop = f(WaterflowRate).',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); +#3221= IFCSIMPLEPROPERTYTEMPLATE('3wL2G0qV0HuO00025QrE$V',$,'WashersCount','Count of washers to be mounted on one bolt',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,$); -#3222= IFCSIMPLEPROPERTYTEMPLATE('1JzoS0qSuHuO00025QrE$V',$,'WaterPressureDropCurves','Water pressure drop as function of water flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#3222= IFCSIMPLEPROPERTYTEMPLATE('0TVjE0qV4HuO00025QrE$V',$,'WasherShape','Shape of the washers, e.g. ''Standard'', ''Square''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3223= IFCSIMPLEPROPERTYTEMPLATE('3LJhc0qSuHuO00025QrE$V',$,'WaterPressureRange','Allowable water circuit working pressure range.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#3223= IFCSIMPLEPROPERTYTEMPLATE('20BPg0qWGHuO00025QrE$V',$,'WashHandBasinType','Defines the types of wash hand basin that may be specified where:\X\0D\X\0A\X\0D\X\0A\X\0D\X\0ADentalCuspidor: Waste water appliance that receives and flushes away mouth washings\X\0D\X\0A.\X\0D\X\0AHandRinse: Wall mounted wash hand basin that has an overall width of 500mm or less\X\0D\X\0A.\X\0D\X\0AHospital: Wash hand basin that has a smooth easy clean surface without tapholes or overflow slot for use where hygiene is of prime importance. \X\0D\X\0A\X\0D\X\0ATipup: Wash hand basin mounted on pivots so that it can be emptied by tilting.\X\0D\X\0A\X\0D\X\0AVanity: Wash hand basin for installation into a horizontal surface.\X\0D\X\0A\X\0D\X\0AWashfountain: Wash hand basin that is circular, semi-circular or polygonal on plan, at which more than one person can wash at the same time.\X\0D\X\0AWashingTrough: Wash hand basin of elongated rectangular shape in plan, at which more than one person can wash at the same time.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10424,$,$,$,$); +#10424= IFCPROPERTYENUMERATION('PEnum_WashHandBasinType',('DENTALCUSPIDOR','HANDRINSE','HOSPITAL','TIPUP','WASHFOUNTAIN','WASHINGTROUGH','OTHER','NOTKNOWN','UNSET'),$); -#3224= IFCSIMPLEPROPERTYTEMPLATE('3$algbaZDFJPwTAD8YkBcA',$,'WaterproofingSystem','Indicates the type of waterproofing system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10421,$,$,$,$); -#10421= IFCPROPERTYENUMERATION('PEnum_WaterproofingSystem',('WATERTIGHT','DRAINED','NOTKNOWN'),$); +#3224= IFCSIMPLEPROPERTYTEMPLATE('23ono0qXWHuO00025QrE$V',$,'WasteTrapType','Identifies the predefined types of trap from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10096,$,$,$,$); -#3225= IFCSIMPLEPROPERTYTEMPLATE('2Y5YM0qU8HuO00025QrE$V',$,'WaterRequirement','Make-up water requirement.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#3225= IFCSIMPLEPROPERTYTEMPLATE('3ql0M0qXCHuO00025QrE$V',$,'Water','The amount of water consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcVolumeMeasure',$,$,$,$,$); -#3226= IFCSIMPLEPROPERTYTEMPLATE('3WLXc0qSyHuO00025QrE$V',$,'WaterRequirement','Make-up water requirements.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#3226= IFCSIMPLEPROPERTYTEMPLATE('09VwM0qU8HuO00025QrE$V',$,'WaterConsumption','Quantity of water used.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#3227= IFCSIMPLEPROPERTYTEMPLATE('3y$qi0qUaHuO00025QrE$V',$,'WaterRequirement','Make-up water requirement.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); +#3227= IFCSIMPLEPROPERTYTEMPLATE('2p4cS0qU4HuO00025QrE$V',$,'WaterConsumptionPerUnit','Quantity of water used.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#3228= IFCSIMPLEPROPERTYTEMPLATE('2KKQU0qSGHuO00025QrE$V',$,'WaterStorageCapacity','Water storage capacity.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#3228= IFCSIMPLEPROPERTYTEMPLATE('2fKIc0qWeHuO00025QrE$V',$,'WaterContent','Weight of water content within the heater.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#3229= IFCSIMPLEPROPERTYTEMPLATE('1OBJ_0qU8HuO00025QrE$V',$,'WaterSumpTemperature','Water sump temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#3229= IFCSIMPLEPROPERTYTEMPLATE('1Q07jhdBbBTg0$YC_3U_JM',$,'WaterDeliverySystemType','Type of water delivery system',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3230= IFCSIMPLEPROPERTYTEMPLATE('3o5MfIEcL6VubC3CVWfHTs',$,'WatertightnessClassification','Specifies the watertightness classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3230= IFCSIMPLEPROPERTYTEMPLATE('389nXpsIbAVvQpQ2vnIlSG',$,'WaterDeliveryValveType','Type of water delivery valve',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3231= IFCSIMPLEPROPERTYTEMPLATE('1GCF129DbCTAkdKob1SB8d',$,'WaterTightnessRating','Water tightness rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3231= IFCSIMPLEPROPERTYTEMPLATE('0r18y0qUOHuO00025QrE$V',$,'WaterFilterType','Further qualifies the type of water filter. Filtration removes undissolved matter; Purification removes dissolved matter; Softening replaces dissolved matter.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10441,$,$,$,$); +#10441= IFCPROPERTYENUMERATION('PEnum_FilterWaterFilterType',('FILTRATION_DIATOMACEOUSEARTH','FILTRATION_SAND','PURIFICATION_DEIONIZING','PURIFICATION_REVERSEOSMOSIS','SOFTENING_ZEOLITE','OTHER','NOTKNOWN','UNSET'),$); -#3232= IFCSIMPLEPROPERTYTEMPLATE('3f9JFpf_H1OPQjaZ_kufwM',$,'WaterTightnessRating','Water tightness rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3232= IFCSIMPLEPROPERTYTEMPLATE('35Dje0qSuHuO00025QrE$V',$,'WaterFlowControlSystemType','Factory fitted waterflow control system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10443,$,$,$,$); +#10443= IFCPROPERTYENUMERATION('PEnum_CooledBeamWaterFlowControlSystemType',('NONE','ONOFFVALVE','2WAYVALVE','3WAYVALVE','OTHER','NOTKNOWN','UNSET'),$); -#3233= IFCSIMPLEPROPERTYTEMPLATE('2JzgU4s2TF4e6fts$U63bp',$,'WaterVolume','Relative volume of water stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); +#3233= IFCSIMPLEPROPERTYTEMPLATE('24rbo0qSmHuO00025QrE$V',$,'WaterFoulingResistance','Fouling resistance on water/air side.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalResistanceMeasure',$,$,$,$,$); -#3234= IFCSIMPLEPROPERTYTEMPLATE('3ixoBF$s5EUxf3ONHSALX6',$,'WaveLoading','Wave loading force',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#3234= IFCSIMPLEPROPERTYTEMPLATE('3y5ki0qU8HuO00025QrE$V',$,'WaterFoulingResistance','Fouling resistance on water/air side.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermalResistanceMeasure',$,$,$,$,$); -#3235= IFCSIMPLEPROPERTYTEMPLATE('3YT7H981H8GBd3yxDEZVD_',$,'WaveRange','Indicative (95%-100%) range between peaks and troughs of waves',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3235= IFCSIMPLEPROPERTYTEMPLATE('01UJC0qUqHuO00025QrE$V',$,'WaterImpermeability','Description of the water impermeability denoting the water repelling properties.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#3236= IFCSIMPLEPROPERTYTEMPLATE('0xXHu3ITj3DPV0alWk63er',$,'WeatherConditions','Indicates the weather conditions during the application of the course',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#3236= IFCSIMPLEPROPERTYTEMPLATE('2Ez5q0qSGHuO00025QrE$V',$,'WaterInletTemperatureRange','Allowable water inlet temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#3237= IFCSIMPLEPROPERTYTEMPLATE('0ORbG0qV8HuO00025QrE$V',$,'WeatherDataDate','The date for which the weather data was gathered.',.P_SINGLEVALUE.,'IfcDateTime',$,$,$,$,$,$); +#3237= IFCSIMPLEPROPERTYTEMPLATE('2m$jS0qUOHuO00025QrE$V',$,'WaterIsPotable','Indication of whether the water flow from the hydrant is potable (set TRUE) or non potable (set FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#3238= IFCSIMPLEPROPERTYTEMPLATE('0J4Gc0qV8HuO00025QrE$V',$,'WeatherDataStation','The site weather data station description or reference to the data source from which weather data was obtained for use in calculations.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#3238= IFCSIMPLEPROPERTYTEMPLATE('1q98Z7TRf7bP3iVW84ueQW',$,'WaterLevel','Measured distance to water level in borehole from ground surface.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,$); -#3239= IFCSIMPLEPROPERTYTEMPLATE('1_PvQpGdP7XerkPpRuxddI',$,'WeatherDowntime','Weather downtime proportion',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); +#3239= IFCSIMPLEPROPERTYTEMPLATE('2yw9e0qU8HuO00025QrE$V',$,'WaterPressDropCurve','Water pressure drop as function of water flow rate.',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); -#3240= IFCSIMPLEPROPERTYTEMPLATE('1Sb_Wrxcr569u3CJuzXzLj',$,'Weathering','Description of the physical and chemical changes produced by atmospheric agents in rocks or other deposits at or near the earth''s surface. These changes result in disintegration and de composition of the material.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3240= IFCSIMPLEPROPERTYTEMPLATE('0l0BK0qSeHuO00025QrE$V',$,'WaterPressureDropCurve','Water pressure drop curve, pressure drop \X2\2013\X0\ flow rate curve, WaterPressureDrop = f(WaterflowRate).',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPressureMeasure',$,$,$,$,$); -#3241= IFCSIMPLEPROPERTYTEMPLATE('3i$R3pRvTADgYlPxiIMGTo',$,'Weathering','Description of the physical and chemical changes produced by atmospheric agents in rocks or other deposits at or near the earth''s surface. These changes result in disintegration and decomposition of the material.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3241= IFCSIMPLEPROPERTYTEMPLATE('1JzoS0qSuHuO00025QrE$V',$,'WaterPressureDropCurves','Water pressure drop as function of water flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#3242= IFCSIMPLEPROPERTYTEMPLATE('3VudkS3GP7whCc9fnu5Tf9',$,'Weathering','Description of the physical and chemical changes produced by atmospheric agents in rocks or other deposits at or near the earth''s surface. These changes result in disintegration and decomposition of the material.\X\0D\X\0A> NOTE Definition according to ISO 14689:2017.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10438,$,$,$,$); -#10438= IFCPROPERTYENUMERATION('PEnum_Weathering',('FRESH','DISCOLOURED','DISINTEGRATED','DECOMPOSED'),$); +#3242= IFCSIMPLEPROPERTYTEMPLATE('3LJhc0qSuHuO00025QrE$V',$,'WaterPressureRange','Allowable water circuit working pressure range.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#3243= IFCSIMPLEPROPERTYTEMPLATE('2EgP40qSSHuO00025QrE$V',$,'Weight','Weight of cable kg/km.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#3243= IFCSIMPLEPROPERTYTEMPLATE('3$algbaZDFJPwTAD8YkBcA',$,'WaterproofingSystem','Indicates the type of waterproofing system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10459,$,$,$,$); +#10459= IFCPROPERTYENUMERATION('PEnum_WaterproofingSystem',('WATERTIGHT','DRAINED','NOTKNOWN'),$); -#3244= IFCSIMPLEPROPERTYTEMPLATE('2nY7K0qSWHuO00025QrE$V',$,'Weight','Weight of core kg/km.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#3244= IFCSIMPLEPROPERTYTEMPLATE('2Y5YM0qU8HuO00025QrE$V',$,'WaterRequirement','Make-up water requirement.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#3245= IFCSIMPLEPROPERTYTEMPLATE('3CjQs0qUKHuO00025QrE$V',$,'Weight','Weight of filter.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#3245= IFCSIMPLEPROPERTYTEMPLATE('3WLXc0qSyHuO00025QrE$V',$,'WaterRequirement','Make-up water requirements.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#3246= IFCSIMPLEPROPERTYTEMPLATE('3MsQi0qUaHuO00025QrE$V',$,'Weight','The weight of the humidifier.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#3246= IFCSIMPLEPROPERTYTEMPLATE('3y$qi0qUaHuO00025QrE$V',$,'WaterRequirement','Make-up water requirement.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,$); -#3247= IFCSIMPLEPROPERTYTEMPLATE('3v6Vk0qTuHuO00025QrE$V',$,'Weight','The weight of the silencer.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); +#3247= IFCSIMPLEPROPERTYTEMPLATE('2KKQU0qSGHuO00025QrE$V',$,'WaterStorageCapacity','Water storage capacity.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#3248= IFCSIMPLEPROPERTYTEMPLATE('0vV7W0qUKHuO00025QrE$V',$,'WeightedEfficiency','Filter efficiency based the particle weight concentration before and after filter against particles with certain size distribution.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); +#3248= IFCSIMPLEPROPERTYTEMPLATE('1OBJ_0qU8HuO00025QrE$V',$,'WaterSumpTemperature','Water sump temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#3249= IFCSIMPLEPROPERTYTEMPLATE('2bztS0qUKHuO00025QrE$V',$,'WeightedEfficiencyCurve','Weighted efficiency curve as a function of dust holding weight, efficiency = f (dust holding weight).',.P_TABLEVALUE.,'IfcMassMeasure','IfcReal',$,$,$,$,$); +#3249= IFCSIMPLEPROPERTYTEMPLATE('3o5MfIEcL6VubC3CVWfHTs',$,'WatertightnessClassification','Specifies the watertightness classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3250= IFCSIMPLEPROPERTYTEMPLATE('16vijFFij05hFPKkmcWspc',$,'WetBulbTemperature','Wet bulb temperature of the air.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); +#3250= IFCSIMPLEPROPERTYTEMPLATE('1GCF129DbCTAkdKob1SB8d',$,'WaterTightnessRating','Water tightness rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3251= IFCSIMPLEPROPERTYTEMPLATE('30J$B7lK58sesE0tH79del',$,'WetBulbTemperature','Wet bulb temperature of the fluid; only applicable if the fluid is air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); +#3251= IFCSIMPLEPROPERTYTEMPLATE('3f9JFpf_H1OPQjaZ_kufwM',$,'WaterTightnessRating','Water tightness rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3252= IFCSIMPLEPROPERTYTEMPLATE('12h1k0qSeHuO00025QrE$V',$,'WetCoilFraction','Fraction of coil surface area that is wet (0-1).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); +#3252= IFCSIMPLEPROPERTYTEMPLATE('2JzgU4s2TF4e6fts$U63bp',$,'WaterVolume','Relative volume of water stratum constituents.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,$); -#3253= IFCSIMPLEPROPERTYTEMPLATE('0ZkeC0qUGHuO00025QrE$V',$,'WheelTipSpeed','Fan blade tip speed, typically defined as the linear speed of the tip of the fan blade furthest from the shaft.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLinearVelocityMeasure',$,$,$,$,$); +#3253= IFCSIMPLEPROPERTYTEMPLATE('3ixoBF$s5EUxf3ONHSALX6',$,'WaveLoading','Wave loading force',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#3254= IFCSIMPLEPROPERTYTEMPLATE('3SSA9HxpbBze$AzEvzUdRN',$,'WideChannelWidth','Indicates the width of the wide channel.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3254= IFCSIMPLEPROPERTYTEMPLATE('3YT7H981H8GBd3yxDEZVD_',$,'WaveRange','Indicative (95%-100%) range between peaks and troughs of waves',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3255= IFCSIMPLEPROPERTYTEMPLATE('1ge7o0qTGHuO00025QrE$V',$,'Width','The width of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3255= IFCSIMPLEPROPERTYTEMPLATE('0xXHu3ITj3DPV0alWk63er',$,'WeatherConditions','Indicates the weather conditions during the application of the course',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#3256= IFCSIMPLEPROPERTYTEMPLATE('1XM_E0qSKHuO00025QrE$V',$,'Width','The requested width (horizontal extension in elevation) of the provision for void, only provided if the Shape property is set to "rectangle".',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3256= IFCSIMPLEPROPERTYTEMPLATE('0ORbG0qV8HuO00025QrE$V',$,'WeatherDataDate','The date for which the weather data was gathered.',.P_SINGLEVALUE.,'IfcDateTime',$,$,$,$,$,$); -#3257= IFCSIMPLEPROPERTYTEMPLATE('1z6hO0qTGHuO00025QrE$V',$,'Width','The width of the trench.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3257= IFCSIMPLEPROPERTYTEMPLATE('0J4Gc0qV8HuO00025QrE$V',$,'WeatherDataStation','The site weather data station description or reference to the data source from which weather data was obtained for use in calculations.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#3258= IFCSIMPLEPROPERTYTEMPLATE('3cvf00qTCHuO00025QrE$V',$,'Width','The width of the pit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3258= IFCSIMPLEPROPERTYTEMPLATE('1_PvQpGdP7XerkPpRuxddI',$,'WeatherDowntime','Weather downtime proportion',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,$); -#3259= IFCSIMPLEPROPERTYTEMPLATE('2wHzhEvrvETAgnkW9TL1me',$,'WinchBreakLimit','Line force at which the winch starts to release the line (maximum load)',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); +#3259= IFCSIMPLEPROPERTYTEMPLATE('1Sb_Wrxcr569u3CJuzXzLj',$,'Weathering','Description of the physical and chemical changes produced by atmospheric agents in rocks or other deposits at or near the earth''s surface. These changes result in disintegration and de composition of the material.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3260= IFCSIMPLEPROPERTYTEMPLATE('1DH_IenR1EWgR3G1pApMRJ',$,'WindAngleRange','Indicates the wind angle range the sensor can monitor.',.P_BOUNDEDVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); +#3260= IFCSIMPLEPROPERTYTEMPLATE('3i$R3pRvTADgYlPxiIMGTo',$,'Weathering','Description of the physical and chemical changes produced by atmospheric agents in rocks or other deposits at or near the earth''s surface. These changes result in disintegration and decomposition of the material.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3261= IFCSIMPLEPROPERTYTEMPLATE('1cI8AXMuf208Vs_0Pmo_8B',$,'WindLoadRating','Wind load resistance rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3261= IFCSIMPLEPROPERTYTEMPLATE('3VudkS3GP7whCc9fnu5Tf9',$,'Weathering','Description of the physical and chemical changes produced by atmospheric agents in rocks or other deposits at or near the earth''s surface. These changes result in disintegration and decomposition of the material.\X\0D\X\0A> NOTE Definition according to ISO 14689:2017.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10476,$,$,$,$); +#10476= IFCPROPERTYENUMERATION('PEnum_Weathering',('FRESH','DISCOLOURED','DISINTEGRATED','DECOMPOSED'),$); -#3262= IFCSIMPLEPROPERTYTEMPLATE('2Ru8al_J91DRslpPXuAcJ$',$,'WindLoadRating','Wind load resistance rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3262= IFCSIMPLEPROPERTYTEMPLATE('2EgP40qSSHuO00025QrE$V',$,'Weight','Weight of cable kg/km.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#3263= IFCSIMPLEPROPERTYTEMPLATE('2YmBC0qWOHuO00025QrE$V',$,'WindSensorType','Enumeration that Identifies the types of wind sensors that can be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10472,$,$,$,$); -#10472= IFCPROPERTYENUMERATION('PEnum_WindSensorType',('CUP','WINDMILL','HOTWIRE','LASERDOPPLER','SONIC','PLATE','TUBE','OTHER','NOTKNOWN','UNSET'),$); +#3263= IFCSIMPLEPROPERTYTEMPLATE('2nY7K0qSWHuO00025QrE$V',$,'Weight','Weight of core kg/km.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#3264= IFCSIMPLEPROPERTYTEMPLATE('3prEZg_014axLq1m30EpZt',$,'WindSpeedRange','Indicates the range of wind speed the sensor can monitor.',.P_BOUNDEDVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); +#3264= IFCSIMPLEPROPERTYTEMPLATE('3CjQs0qUKHuO00025QrE$V',$,'Weight','Weight of filter.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#3265= IFCSIMPLEPROPERTYTEMPLATE('0MICq0qTCHuO00025QrE$V',$,'WireDiameter','The nominal diameter of the wire.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3265= IFCSIMPLEPROPERTYTEMPLATE('3MsQi0qUaHuO00025QrE$V',$,'Weight','The weight of the humidifier.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#3266= IFCSIMPLEPROPERTYTEMPLATE('0bBt_0qTCHuO00025QrE$V',$,'WireEmbeddingLength','The length of the part of wire which is embedded in the precast concrete element.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3266= IFCSIMPLEPROPERTYTEMPLATE('3v6Vk0qTuHuO00025QrE$V',$,'Weight','The weight of the silencer.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,$); -#3267= IFCSIMPLEPROPERTYTEMPLATE('0EYIY0qTCHuO00025QrE$V',$,'WireLoopBasePlateLength','The length of the base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3267= IFCSIMPLEPROPERTYTEMPLATE('0vV7W0qUKHuO00025QrE$V',$,'WeightedEfficiency','Filter efficiency based the particle weight concentration before and after filter against particles with certain size distribution.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,$); -#3268= IFCSIMPLEPROPERTYTEMPLATE('00Emo0qTCHuO00025QrE$V',$,'WireLoopBasePlateThickness','The thickness of the base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3268= IFCSIMPLEPROPERTYTEMPLATE('2bztS0qUKHuO00025QrE$V',$,'WeightedEfficiencyCurve','Weighted efficiency curve as a function of dust holding weight, efficiency = f (dust holding weight).',.P_TABLEVALUE.,'IfcMassMeasure','IfcReal',$,$,$,$,$); -#3269= IFCSIMPLEPROPERTYTEMPLATE('05c5S0qTCHuO00025QrE$V',$,'WireLoopBasePlateWidth','The width of the base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3269= IFCSIMPLEPROPERTYTEMPLATE('16vijFFij05hFPKkmcWspc',$,'WetBulbTemperature','Wet bulb temperature of the air.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,$); -#3270= IFCSIMPLEPROPERTYTEMPLATE('0ovGK0qTCHuO00025QrE$V',$,'WireLoopLength','The length of the fastening loop part of the wire.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3270= IFCSIMPLEPROPERTYTEMPLATE('30J$B7lK58sesE0tH79del',$,'WetBulbTemperature','Wet bulb temperature of the fluid; only applicable if the fluid is air.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcThermodynamicTemperatureMeasure',$,$,$,$,$); -#3271= IFCSIMPLEPROPERTYTEMPLATE('3VzXtlphv2zPqieA4Gh1SM',$,'WirePairType','Indicates the type of wire pair, i.e., twisted, untwisted or coaxial pair.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10494,$,$,$,$); -#10494= IFCPROPERTYENUMERATION('PEnum_WirePairType',('COAXIAL','TWISTED','UNTWISTED','OTHER','NOTKNOWN','UNSET'),$); +#3271= IFCSIMPLEPROPERTYTEMPLATE('12h1k0qSeHuO00025QrE$V',$,'WetCoilFraction','Fraction of coil surface area that is wet (0-1).',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,$); -#3272= IFCSIMPLEPROPERTYTEMPLATE('0TlAO0qTGHuO00025QrE$V',$,'WithBackdrop','Indicates whether the chamber has a backdrop or tumbling bay (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#3272= IFCSIMPLEPROPERTYTEMPLATE('0ZkeC0qUGHuO00025QrE$V',$,'WheelTipSpeed','Fan blade tip speed, typically defined as the linear speed of the tip of the fan blade furthest from the shaft.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcLinearVelocityMeasure',$,$,$,$,$); -#3273= IFCSIMPLEPROPERTYTEMPLATE('2uQBK0qTCHuO00025QrE$V',$,'WithBackdrop','Indicates whether the chamber has a backdrop or tumbling bay (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#3273= IFCSIMPLEPROPERTYTEMPLATE('3SSA9HxpbBze$AzEvzUdRN',$,'WideChannelWidth','Indicates the width of the wide channel.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3274= IFCSIMPLEPROPERTYTEMPLATE('3pPNiRy4X9KvANfnRk92$0',$,'WithLightningRod','Indicates whether the element is equipped with a lightning rod (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#3274= IFCSIMPLEPROPERTYTEMPLATE('1ge7o0qTGHuO00025QrE$V',$,'Width','The width of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3275= IFCSIMPLEPROPERTYTEMPLATE('0uvU20qUaHuO00025QrE$V',$,'WithLock','Indicates whether the file cabinet is lockable (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); +#3275= IFCSIMPLEPROPERTYTEMPLATE('1XM_E0qSKHuO00025QrE$V',$,'Width','The requested width (horizontal extension in elevation) of the provision for void, only provided if the Shape property is set to "rectangle".',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3276= IFCSIMPLEPROPERTYTEMPLATE('3yj7y0qUmHuO00025QrE$V',$,'Workability','Description of the workability of the fresh concrete defined according to local standards.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#3276= IFCSIMPLEPROPERTYTEMPLATE('1z6hO0qTGHuO00025QrE$V',$,'Width','The width of the trench.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3277= IFCSIMPLEPROPERTYTEMPLATE('0S_ZC0qXaHuO00025QrE$V',$,'WorkDayDuration','The elapsed time within a worktime-based day. For presentation purposes, applications may choose to display IfcTask durations in work days where IfcTaskTime.DurationType=WORKTIME. This value must be less than or equal to 24 hours (an elapsed day); if omitted then 8 hours is assumed.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#3277= IFCSIMPLEPROPERTYTEMPLATE('3cvf00qTCHuO00025QrE$V',$,'Width','The width of the pit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3278= IFCSIMPLEPROPERTYTEMPLATE('2iUDdWqvj3zAyiUtMMrWPd',$,'WorkExecutionLevel','Adjustment of the service life resulting from the effect of the quality of work executed.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); +#3278= IFCSIMPLEPROPERTYTEMPLATE('2wHzhEvrvETAgnkW9TL1me',$,'WinchBreakLimit','Line force at which the winch starts to release the line (maximum load)',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,$); -#3279= IFCSIMPLEPROPERTYTEMPLATE('0NdEY0qXaHuO00025QrE$V',$,'WorkFinishTime','The default time of day a task is scheduled to finish. For presentation purposes, if the finish time of a task matches the WorkFinishTime, then applications may choose to display the date only. Conversely when entering dates without specifying time, applications may automatically append the WorkFinishTime.',.P_SINGLEVALUE.,'IfcTime',$,$,$,$,$,$); +#3279= IFCSIMPLEPROPERTYTEMPLATE('1DH_IenR1EWgR3G1pApMRJ',$,'WindAngleRange','Indicates the wind angle range the sensor can monitor.',.P_BOUNDEDVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,$); -#3280= IFCSIMPLEPROPERTYTEMPLATE('1_QzC0qXGHuO00025QrE$V',$,'WorkingPressure','The normally expected maximum working pressure of the valve.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#3280= IFCSIMPLEPROPERTYTEMPLATE('1cI8AXMuf208Vs_0Pmo_8B',$,'WindLoadRating','Wind load resistance rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3281= IFCSIMPLEPROPERTYTEMPLATE('1D$4Y0qSGHuO00025QrE$V',$,'WorkingPressure','Boiler working pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); +#3281= IFCSIMPLEPROPERTYTEMPLATE('2Ru8al_J91DRslpPXuAcJ$',$,'WindLoadRating','Wind load resistance rating for this object.\X\0D\X\0AIt is provided according to the national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3282= IFCSIMPLEPROPERTYTEMPLATE('2C1cO0qTuHuO00025QrE$V',$,'WorkingPressure','Pressure classification as defined by the authority having jurisdiction (e.g., SMACNA, etc.).',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#3282= IFCSIMPLEPROPERTYTEMPLATE('2YmBC0qWOHuO00025QrE$V',$,'WindSensorType','Enumeration that Identifies the types of wind sensors that can be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10510,$,$,$,$); +#10510= IFCPROPERTYENUMERATION('PEnum_WindSensorType',('CUP','WINDMILL','HOTWIRE','LASERDOPPLER','SONIC','PLATE','TUBE','OTHER','NOTKNOWN','UNSET'),$); -#3283= IFCSIMPLEPROPERTYTEMPLATE('2dBw20qVCHuO00025QrE$V',$,'WorkingPressure','Working pressure.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#3283= IFCSIMPLEPROPERTYTEMPLATE('3prEZg_014axLq1m30EpZt',$,'WindSpeedRange','Indicates the range of wind speed the sensor can monitor.',.P_BOUNDEDVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,$); -#3284= IFCSIMPLEPROPERTYTEMPLATE('06Dkg0qTyHuO00025QrE$V',$,'WorkingPressureRange','Allowable minimum and maximum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#3284= IFCSIMPLEPROPERTYTEMPLATE('0MICq0qTCHuO00025QrE$V',$,'WireDiameter','The nominal diameter of the wire.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3285= IFCSIMPLEPROPERTYTEMPLATE('2qD57tYLb86QIkv8vmjv3f',$,'WorkingState','Indicates the working state of device or system.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3285= IFCSIMPLEPROPERTYTEMPLATE('0bBt_0qTCHuO00025QrE$V',$,'WireEmbeddingLength','The length of the part of wire which is embedded in the precast concrete element.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3286= IFCSIMPLEPROPERTYTEMPLATE('0djCW0qXaHuO00025QrE$V',$,'WorkMonthDuration','The elapsed time within a worktime-based month. For presentation purposes, applications may choose to display IfcTask durations in work months where IfcTaskTime.DurationType=WORKTIME. This value must be less than or equal to 744 hours (an elapsed month of 31 days); if omitted then 160 hours is assumed.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#3286= IFCSIMPLEPROPERTYTEMPLATE('0EYIY0qTCHuO00025QrE$V',$,'WireLoopBasePlateLength','The length of the base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3287= IFCSIMPLEPROPERTYTEMPLATE('0Is3I0qXaHuO00025QrE$V',$,'WorkStartTime','The default time of day a task is scheduled to start. For presentation purposes, if the start time of a task matches the WorkStartTime, then applications may choose to display the date only. Conversely when entering dates without specifying time, applications may automatically append the WorkStartTime.',.P_SINGLEVALUE.,'IfcTime',$,$,$,$,$,$); +#3287= IFCSIMPLEPROPERTYTEMPLATE('00Emo0qTCHuO00025QrE$V',$,'WireLoopBasePlateThickness','The thickness of the base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3288= IFCSIMPLEPROPERTYTEMPLATE('0i_Xw0qUaHuO00025QrE$V',$,'WorksurfaceArea','The value of the work surface area of the desk.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#3288= IFCSIMPLEPROPERTYTEMPLATE('05c5S0qTCHuO00025QrE$V',$,'WireLoopBasePlateWidth','The width of the base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3289= IFCSIMPLEPROPERTYTEMPLATE('16csO0qUaHuO00025QrE$V',$,'WorksurfaceArea','The value of the work surface area of the desk..',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); +#3289= IFCSIMPLEPROPERTYTEMPLATE('0ovGK0qTCHuO00025QrE$V',$,'WireLoopLength','The length of the fastening loop part of the wire.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3290= IFCSIMPLEPROPERTYTEMPLATE('07A4O0qVWHuO00025QrE$V',$,'WorkTypeRequested','Work type requested in circumstances where there are categorizations of types of work task. It could be used to identify a remedial task, minor work task, electrical task etc.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#3290= IFCSIMPLEPROPERTYTEMPLATE('3VzXtlphv2zPqieA4Gh1SM',$,'WirePairType','Indicates the type of wire pair, i.e., twisted, untwisted or coaxial pair.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#10532,$,$,$,$); +#10532= IFCPROPERTYENUMERATION('PEnum_WirePairType',('COAXIAL','TWISTED','UNTWISTED','OTHER','NOTKNOWN','UNSET'),$); -#3291= IFCSIMPLEPROPERTYTEMPLATE('1S5uo0qVSHuO00025QrE$V',$,'WorkTypeRequested','Work type requested in circumstances where there are categorizations of types of work task. It could be used to identify a remedial task, minor work task, electrical task etc.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); +#3291= IFCSIMPLEPROPERTYTEMPLATE('0TlAO0qTGHuO00025QrE$V',$,'WithBackdrop','Indicates whether the chamber has a backdrop or tumbling bay (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#3292= IFCSIMPLEPROPERTYTEMPLATE('0Yy1G0qXaHuO00025QrE$V',$,'WorkWeekDuration','The elapsed time within a worktime-based week. For presentation purposes, applications may choose to display IfcTask durations in work weeks where IfcTaskTime.DurationType=WORKTIME. This value must be less than or equal to 168 hours (an elapsed week); if omitted then 40 hours is assumed.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); +#3292= IFCSIMPLEPROPERTYTEMPLATE('2uQBK0qTCHuO00025QrE$V',$,'WithBackdrop','Indicates whether the chamber has a backdrop or tumbling bay (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#3293= IFCSIMPLEPROPERTYTEMPLATE('17XCM0qV8HuO00025QrE$V',$,'WrappingMaterial','Special requirements for material used to wrap an artefact.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); +#3293= IFCSIMPLEPROPERTYTEMPLATE('3pPNiRy4X9KvANfnRk92$0',$,'WithLightningRod','Indicates whether the element is equipped with a lightning rod (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#3294= IFCSIMPLEPROPERTYTEMPLATE('2goII0qVyHuO00025QrE$V',$,'XDirectionLowerBarCount','The number of bars with X direction lower bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3294= IFCSIMPLEPROPERTYTEMPLATE('0uvU20qUaHuO00025QrE$V',$,'WithLock','Indicates whether the file cabinet is lockable (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,$); -#3295= IFCSIMPLEPROPERTYTEMPLATE('08NN40qW0HuO00025QrE$V',$,'XDirectionTieHoopBarPitch','The X direction pitch length of the tie hoop.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3295= IFCSIMPLEPROPERTYTEMPLATE('3yj7y0qUmHuO00025QrE$V',$,'Workability','Description of the workability of the fresh concrete defined according to local standards.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#3296= IFCSIMPLEPROPERTYTEMPLATE('0G7HM0qW0HuO00025QrE$V',$,'XDirectionTieHoopCount','The number of bars with X direction tie hoop bars.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3296= IFCSIMPLEPROPERTYTEMPLATE('0S_ZC0qXaHuO00025QrE$V',$,'WorkDayDuration','The elapsed time within a worktime-based day. For presentation purposes, applications may choose to display IfcTask durations in work days where IfcTaskTime.DurationType=WORKTIME. This value must be less than or equal to 24 hours (an elapsed day); if omitted then 8 hours is assumed.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#3297= IFCSIMPLEPROPERTYTEMPLATE('2qKeo0qVyHuO00025QrE$V',$,'XDirectionUpperBarCount','The number of bars with X direction upper bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3297= IFCSIMPLEPROPERTYTEMPLATE('2iUDdWqvj3zAyiUtMMrWPd',$,'WorkExecutionLevel','Adjustment of the service life resulting from the effect of the quality of work executed.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,$); -#3298= IFCSIMPLEPROPERTYTEMPLATE('2lZTY0qVyHuO00025QrE$V',$,'YDirectionLowerBarCount','The number of bars with Y direction lower bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3298= IFCSIMPLEPROPERTYTEMPLATE('0NdEY0qXaHuO00025QrE$V',$,'WorkFinishTime','The default time of day a task is scheduled to finish. For presentation purposes, if the finish time of a task matches the WorkFinishTime, then applications may choose to display the date only. Conversely when entering dates without specifying time, applications may automatically append the WorkFinishTime.',.P_SINGLEVALUE.,'IfcTime',$,$,$,$,$,$); -#3299= IFCSIMPLEPROPERTYTEMPLATE('0KuSc0qW0HuO00025QrE$V',$,'YDirectionTieHoopBarPitch','The Y direction pitch length of the tie hoop.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3299= IFCSIMPLEPROPERTYTEMPLATE('1_QzC0qXGHuO00025QrE$V',$,'WorkingPressure','The normally expected maximum working pressure of the valve.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#3300= IFCSIMPLEPROPERTYTEMPLATE('0SeMu0qW0HuO00025QrE$V',$,'YDirectionTieHoopCount','The number of bars with Y direction tie hoop bars.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3300= IFCSIMPLEPROPERTYTEMPLATE('1D$4Y0qSGHuO00025QrE$V',$,'WorkingPressure','Boiler working pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPressureMeasure',$,$,$,$,$); -#3301= IFCSIMPLEPROPERTYTEMPLATE('2v5q20qVyHuO00025QrE$V',$,'YDirectionUpperBarCount','The number of bars with Y direction upper bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); +#3301= IFCSIMPLEPROPERTYTEMPLATE('2C1cO0qTuHuO00025QrE$V',$,'WorkingPressure','Pressure classification as defined by the authority having jurisdiction (e.g., SMACNA, etc.).',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#3302= IFCSIMPLEPROPERTYTEMPLATE('0XbFm0qSKHuO00025QrE$V',$,'YearOfConstruction','Year of construction of this building, including expected year of completion.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3302= IFCSIMPLEPROPERTYTEMPLATE('2dBw20qVCHuO00025QrE$V',$,'WorkingPressure','Working pressure.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#3303= IFCSIMPLEPROPERTYTEMPLATE('0cMR00qSKHuO00025QrE$V',$,'YearOfLastRefurbishment','Year of last major refurbishment, or reconstruction, of the building (applies to reconstruction works).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); +#3303= IFCSIMPLEPROPERTYTEMPLATE('06Dkg0qTyHuO00025QrE$V',$,'WorkingPressureRange','Allowable minimum and maximum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#3304= IFCSIMPLEPROPERTYTEMPLATE('3JuBc0qUqHuO00025QrE$V',$,'YieldStress','A measure of the yield stress (or characteristic 0.2 percent proof stress) of the material.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); +#3304= IFCSIMPLEPROPERTYTEMPLATE('2qD57tYLb86QIkv8vmjv3f',$,'WorkingState','Indicates the working state of device or system.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3305= IFCSIMPLEPROPERTYTEMPLATE('1HMLggJlb57v8ii$EHduxM',$,'YoungModulus','Elastic modulus, mean value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3305= IFCSIMPLEPROPERTYTEMPLATE('0djCW0qXaHuO00025QrE$V',$,'WorkMonthDuration','The elapsed time within a worktime-based month. For presentation purposes, applications may choose to display IfcTask durations in work months where IfcTaskTime.DurationType=WORKTIME. This value must be less than or equal to 744 hours (an elapsed month of 31 days); if omitted then 160 hours is assumed.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#3306= IFCSIMPLEPROPERTYTEMPLATE('1hvsC0IWLEdB3xUkvrCHVI',$,'YoungModulus','Elastic modulus, mean value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3306= IFCSIMPLEPROPERTYTEMPLATE('0Is3I0qXaHuO00025QrE$V',$,'WorkStartTime','The default time of day a task is scheduled to start. For presentation purposes, if the start time of a task matches the WorkStartTime, then applications may choose to display the date only. Conversely when entering dates without specifying time, applications may automatically append the WorkStartTime.',.P_SINGLEVALUE.,'IfcTime',$,$,$,$,$,$); -#3307= IFCSIMPLEPROPERTYTEMPLATE('1x4I40qUqHuO00025QrE$V',$,'YoungModulus','A measure of the Young''s modulus of elasticity of the material.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3307= IFCSIMPLEPROPERTYTEMPLATE('0i_Xw0qUaHuO00025QrE$V',$,'WorksurfaceArea','The value of the work surface area of the desk.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#3308= IFCSIMPLEPROPERTYTEMPLATE('2bHaV6RhX4uRp9L8cVVGMA',$,'YoungModulus','Elastic modulus, mean value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3308= IFCSIMPLEPROPERTYTEMPLATE('16csO0qUaHuO00025QrE$V',$,'WorksurfaceArea','The value of the work surface area of the desk..',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,$); -#3309= IFCSIMPLEPROPERTYTEMPLATE('2iUxE2okX3qe97DmCl4Kk0',$,'YoungModulusBending','Defining values: \X2\03B1\X0\; defined values: elastic modulus in bending.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); +#3309= IFCSIMPLEPROPERTYTEMPLATE('07A4O0qVWHuO00025QrE$V',$,'WorkTypeRequested','Work type requested in circumstances where there are categorizations of types of work task. It could be used to identify a remedial task, minor work task, electrical task etc.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#3310= IFCSIMPLEPROPERTYTEMPLATE('2KkhzDTjv3YRviVgrvcNNu',$,'YoungModulusBending','Defining values: \X2\03B1\X0\; defined values: elastic modulus in bending.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); +#3310= IFCSIMPLEPROPERTYTEMPLATE('1S5uo0qVSHuO00025QrE$V',$,'WorkTypeRequested','Work type requested in circumstances where there are categorizations of types of work task. It could be used to identify a remedial task, minor work task, electrical task etc.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,$); -#3311= IFCSIMPLEPROPERTYTEMPLATE('3uXvMh_E9EShawFv3umm3E',$,'YoungModulusBending','Defining values: \X2\03B1\X0\; defined values: elastic modulus in bending.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); +#3311= IFCSIMPLEPROPERTYTEMPLATE('0Yy1G0qXaHuO00025QrE$V',$,'WorkWeekDuration','The elapsed time within a worktime-based week. For presentation purposes, applications may choose to display IfcTask durations in work weeks where IfcTaskTime.DurationType=WORKTIME. This value must be less than or equal to 168 hours (an elapsed week); if omitted then 40 hours is assumed.',.P_SINGLEVALUE.,'IfcDuration',$,$,$,$,$,$); -#3312= IFCSIMPLEPROPERTYTEMPLATE('0rZyHKD5H1QQmUECnOzXOq',$,'YoungModulusCompression','Elastic modulus in compression.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3312= IFCSIMPLEPROPERTYTEMPLATE('17XCM0qV8HuO00025QrE$V',$,'WrappingMaterial','Special requirements for material used to wrap an artefact.',.P_REFERENCEVALUE.,'IfcMaterialDefinition',$,$,$,$,$,$); -#3313= IFCSIMPLEPROPERTYTEMPLATE('0UWm95OrnBgR9a7x_pJo76',$,'YoungModulusCompression','Elastic modulus in compression.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3313= IFCSIMPLEPROPERTYTEMPLATE('2goII0qVyHuO00025QrE$V',$,'XDirectionLowerBarCount','The number of bars with X direction lower bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3314= IFCSIMPLEPROPERTYTEMPLATE('2TBmvZhuz3SObcIgA95UZK',$,'YoungModulusCompression','Elastic modulus in compression.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3314= IFCSIMPLEPROPERTYTEMPLATE('08NN40qW0HuO00025QrE$V',$,'XDirectionTieHoopBarPitch','The X direction pitch length of the tie hoop.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3315= IFCSIMPLEPROPERTYTEMPLATE('1GWNFoFaz07OonloBxZUIU',$,'YoungModulusMin','Elastic modulus, minimal value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3315= IFCSIMPLEPROPERTYTEMPLATE('0G7HM0qW0HuO00025QrE$V',$,'XDirectionTieHoopCount','The number of bars with X direction tie hoop bars.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3316= IFCSIMPLEPROPERTYTEMPLATE('2tQS09ZAPDug98trzpu7PS',$,'YoungModulusMin','Elastic modulus, minimal value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3316= IFCSIMPLEPROPERTYTEMPLATE('2qKeo0qVyHuO00025QrE$V',$,'XDirectionUpperBarCount','The number of bars with X direction upper bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3317= IFCSIMPLEPROPERTYTEMPLATE('3A0o4GtqT6OBDykSCG4qAD',$,'YoungModulusMin','Elastic modulus, minimal value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3317= IFCSIMPLEPROPERTYTEMPLATE('2lZTY0qVyHuO00025QrE$V',$,'YDirectionLowerBarCount','The number of bars with Y direction lower bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3318= IFCSIMPLEPROPERTYTEMPLATE('0hIiFZeVTDb921yIdyCwiO',$,'YoungModulusPerp','Elastic modulus, mean value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3318= IFCSIMPLEPROPERTYTEMPLATE('0KuSc0qW0HuO00025QrE$V',$,'YDirectionTieHoopBarPitch','The Y direction pitch length of the tie hoop.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3319= IFCSIMPLEPROPERTYTEMPLATE('1mmoX5pdz3LBznp4oPUJYs',$,'YoungModulusPerp','Elastic modulus, mean value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3319= IFCSIMPLEPROPERTYTEMPLATE('0SeMu0qW0HuO00025QrE$V',$,'YDirectionTieHoopCount','The number of bars with Y direction tie hoop bars.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3320= IFCSIMPLEPROPERTYTEMPLATE('3yy5ZSDFD8jfjbdsMRuc1y',$,'YoungModulusPerp','Elastic modulus, mean value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3320= IFCSIMPLEPROPERTYTEMPLATE('2v5q20qVyHuO00025QrE$V',$,'YDirectionUpperBarCount','The number of bars with Y direction upper bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,$); -#3321= IFCSIMPLEPROPERTYTEMPLATE('0X8QZuXmT2JfERY_t1KRKN',$,'YoungModulusPerpMin','Elastic modulus, minimal value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3321= IFCSIMPLEPROPERTYTEMPLATE('0XbFm0qSKHuO00025QrE$V',$,'YearOfConstruction','Year of construction of this building, including expected year of completion.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3322= IFCSIMPLEPROPERTYTEMPLATE('2carIhWoz99Po3SSzAJPct',$,'YoungModulusPerpMin','Elastic modulus, minimal value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3322= IFCSIMPLEPROPERTYTEMPLATE('0cMR00qSKHuO00025QrE$V',$,'YearOfLastRefurbishment','Year of last major refurbishment, or reconstruction, of the building (applies to reconstruction works).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,$); -#3323= IFCSIMPLEPROPERTYTEMPLATE('2qRhing2D7fv1FZXFdK1uq',$,'YoungModulusPerpMin','Elastic modulus, minimal value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); +#3323= IFCSIMPLEPROPERTYTEMPLATE('3JuBc0qUqHuO00025QrE$V',$,'YieldStress','A measure of the yield stress (or characteristic 0.2 percent proof stress) of the material.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,$); -#3324= IFCSIMPLEPROPERTYTEMPLATE('0iG4nofBX9zgQRpfqFJpVy',$,'YoungModulusTension','Defining values: \X2\03B1\X0\; defined values: elastic modulus in tension.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); +#3324= IFCSIMPLEPROPERTYTEMPLATE('1HMLggJlb57v8ii$EHduxM',$,'YoungModulus','Elastic modulus, mean value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3325= IFCSIMPLEPROPERTYTEMPLATE('1gkOvTOmH4geO$fUhBUgBZ',$,'YoungModulusTension','Defining values: \X2\03B1\X0\; defined values: elastic modulus in tension.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); +#3325= IFCSIMPLEPROPERTYTEMPLATE('1hvsC0IWLEdB3xUkvrCHVI',$,'YoungModulus','Elastic modulus, mean value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3326= IFCSIMPLEPROPERTYTEMPLATE('2nbX3i7E10Re_fBz1EwEY2',$,'YoungModulusTension','Defining values: \X2\03B1\X0\; defined values: elastic modulus in tension.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); +#3326= IFCSIMPLEPROPERTYTEMPLATE('1x4I40qUqHuO00025QrE$V',$,'YoungModulus','A measure of the Young''s modulus of elasticity of the material.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3327= IFCSIMPLEPROPERTYTEMPLATE('0QVUO0qUKHuO00025QrE$V',$,'z','Measure z according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3327= IFCSIMPLEPROPERTYTEMPLATE('2bHaV6RhX4uRp9L8cVVGMA',$,'YoungModulus','Elastic modulus, mean value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3328= IFCSIMPLEPROPERTYTEMPLATE('1Eaz_0qS8HuO00025QrE$V',$,'Zoom','Indicates the zoom range.',.P_BOUNDEDVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); +#3328= IFCSIMPLEPROPERTYTEMPLATE('2iUxE2okX3qe97DmCl4Kk0',$,'YoungModulusBending','Defining values: \X2\03B1\X0\; defined values: elastic modulus in bending.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); -#3329= IFCCOMPLEXPROPERTYTEMPLATE('1x4Y20qUyHuO00025QrE$V',$,'InPlane','Mechanical properties with respect to in-plane load, i.e. for function as a membrane.',$,.P_COMPLEX.,(#3311,#3324,#3312,#2502,#230,#413,#2884,#2510,#224,#2154,#2297)); +#3329= IFCSIMPLEPROPERTYTEMPLATE('2KkhzDTjv3YRviVgrvcNNu',$,'YoungModulusBending','Defining values: \X2\03B1\X0\; defined values: elastic modulus in bending.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); -#3330= IFCCOMPLEXPROPERTYTEMPLATE('1zm4O0qUuHuO00025QrE$V',$,'InPlane','Mechanical properties with respect to in-plane load, i.e. bending about the strong axis; tension zone of unbalanced layups is stressed in tension.',$,.P_COMPLEX.,(#3305,#3316,#3319,#3321,#2501,#2506,#231,#2881,#2886,#425,#428,#2158,#2509,#2976,#2299,#1207)); +#3330= IFCSIMPLEPROPERTYTEMPLATE('3uXvMh_E9EShawFv3umm3E',$,'YoungModulusBending','Defining values: \X2\03B1\X0\; defined values: elastic modulus in bending.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); -#3331= IFCCOMPLEXPROPERTYTEMPLATE('3Ddmq0qUuHuO00025QrE$V',$,'InPlaneNegative','Mechanical properties with respect to in-plane load, i.e. bending about the strong axis; compression zone of unbalanced layups is stressed in tension.',$,.P_COMPLEX.,(#3306,#3315,#3320,#3322,#2499,#2507,#227,#2885,#2888,#426,#429,#2157,#2512,#2975,#2298,#1206)); +#3331= IFCSIMPLEPROPERTYTEMPLATE('0rZyHKD5H1QQmUECnOzXOq',$,'YoungModulusCompression','Elastic modulus in compression.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3332= IFCCOMPLEXPROPERTYTEMPLATE('0WUCI0qUyHuO00025QrE$V',$,'OutOfPlane','Mechanical properties with respect to out-of-plane load, i.e. bending about the weak axis.',$,.P_COMPLEX.,(#3308,#3317,#3318,#3323,#2500,#2508,#226,#2880,#2887,#424,#427,#2159,#2513,#2974,#2300,#1205)); +#3332= IFCSIMPLEPROPERTYTEMPLATE('0UWm95OrnBgR9a7x_pJo76',$,'YoungModulusCompression','Elastic modulus in compression.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3333= IFCCOMPLEXPROPERTYTEMPLATE('3bAiM0qUyHuO00025QrE$V',$,'OutOfPlane','Mechanical properties with respect to out-of-plane load, i.e. for function as a plate; tension zone of unbalanced layups is stressed in tension.',$,.P_COMPLEX.,(#3309,#3325,#3314,#2504,#229,#412,#2879,#2514,#222,#2155,#2301)); +#3333= IFCSIMPLEPROPERTYTEMPLATE('2TBmvZhuz3SObcIgA95UZK',$,'YoungModulusCompression','Elastic modulus in compression.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3334= IFCCOMPLEXPROPERTYTEMPLATE('1H3Iu0qV0HuO00025QrE$V',$,'OutOfPlaneNegative','Mechanical properties with respect to out-of-plane load i.e. for function as a plate; compression zone of unbalanced layups is stressed in tension.',$,.P_COMPLEX.,(#3310,#3326,#3313,#2505,#228,#414,#2882,#2511,#223,#2156,#2302)); +#3334= IFCSIMPLEPROPERTYTEMPLATE('1GWNFoFaz07OonloBxZUIU',$,'YoungModulusMin','Elastic modulus, minimal value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3335= IFCPROPERTYSETTEMPLATE('3KhIU0qRmHuO00025QrE$V',$,'Pset_ActionRequest','An action request is a request for an action to fulfill a need. HISTORY: IFC4: Removed RequestSourceType, RequestDescription, Status',.PSET_OCCURRENCEDRIVEN.,'IfcActionRequest',(#2355,#2356,#2354)); +#3335= IFCSIMPLEPROPERTYTEMPLATE('2tQS09ZAPDug98trzpu7PS',$,'YoungModulusMin','Elastic modulus, minimal value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3336= IFCPROPERTYSETTEMPLATE('3trzS0qRmHuO00025QrE$V',$,'Pset_ActorCommon','A property set that enables further classification of actors, including the ability to give a number of actors to be designated as a population, the number being specified as a property to be dealt with as a single value rather than having to aggregate a number of instances of IfcActor.',.PSET_OCCURRENCEDRIVEN.,'IfcActor',(#1834,#311,#2574)); +#3336= IFCSIMPLEPROPERTYTEMPLATE('3A0o4GtqT6OBDykSCG4qAD',$,'YoungModulusMin','Elastic modulus, minimal value, \X2\03B1\X0\=0\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3337= IFCPROPERTYSETTEMPLATE('0I4RK0qRqHuO00025QrE$V',$,'Pset_ActuatorPHistory','Properties for history of actuators. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcActuator',(#2049,#2131,#2708)); +#3337= IFCSIMPLEPROPERTYTEMPLATE('0hIiFZeVTDb921yIdyCwiO',$,'YoungModulusPerp','Elastic modulus, mean value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3338= IFCPROPERTYSETTEMPLATE('0ZMi60qRqHuO00025QrE$V',$,'Pset_ActuatorTypeCommon','Actuator type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator',(#2204,#2700,#810,#1533,#130)); +#3338= IFCSIMPLEPROPERTYTEMPLATE('1mmoX5pdz3LBznp4oPUJYs',$,'YoungModulusPerp','Elastic modulus, mean value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3339= IFCPROPERTYSETTEMPLATE('1KElQ0qRqHuO00025QrE$V',$,'Pset_ActuatorTypeElectricActuator','A device that electrically actuates a control element.',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator/ELECTRICACTUATOR',(#54,#731,#495)); +#3339= IFCSIMPLEPROPERTYTEMPLATE('3yy5ZSDFD8jfjbdsMRuc1y',$,'YoungModulusPerp','Elastic modulus, mean value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3340= IFCPROPERTYSETTEMPLATE('1mrow0qRqHuO00025QrE$V',$,'Pset_ActuatorTypeHydraulicActuator','A device that hydraulically actuates a control element.',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator/HYDRAULICACTUATOR',(#1200,#1197)); +#3340= IFCSIMPLEPROPERTYTEMPLATE('0X8QZuXmT2JfERY_t1KRKN',$,'YoungModulusPerpMin','Elastic modulus, minimal value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3341= IFCPROPERTYSETTEMPLATE('2283i0qRqHuO00025QrE$V',$,'Pset_ActuatorTypeLinearActuation','Characteristics of linear actuation of an actuator\X\0D\X\0AHistory: Replaces Pset_LinearActuator',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator',(#918,#2801)); +#3341= IFCSIMPLEPROPERTYTEMPLATE('2carIhWoz99Po3SSzAJPct',$,'YoungModulusPerpMin','Elastic modulus, minimal value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3342= IFCPROPERTYSETTEMPLATE('2LCmi0qRqHuO00025QrE$V',$,'Pset_ActuatorTypePneumaticActuator','A device that pneumatically actuates a control element',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator/PNEUMATICACTUATOR',(#1201,#1198)); +#3342= IFCSIMPLEPROPERTYTEMPLATE('2qRhing2D7fv1FZXFdK1uq',$,'YoungModulusPerpMin','Elastic modulus, minimal value, \X2\03B1\X0\=90\S\0.',.P_SINGLEVALUE.,'IfcModulusOfElasticityMeasure',$,$,$,$,$,$); -#3343= IFCPROPERTYSETTEMPLATE('2iSVY0qRqHuO00025QrE$V',$,'Pset_ActuatorTypeRotationalActuation','Characteristics of rotational actuation of an actuator\X\0D\X\0AHistory: Replaces Pset_RotationalActuator',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator',(#2970,#2163)); +#3343= IFCSIMPLEPROPERTYTEMPLATE('0iG4nofBX9zgQRpfqFJpVy',$,'YoungModulusTension','Defining values: \X2\03B1\X0\; defined values: elastic modulus in tension.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); -#3344= IFCPROPERTYSETTEMPLATE('31Jem0qRqHuO00025QrE$V',$,'Pset_AirSideSystemInformation','Attributes that apply to an air side HVAC system.\X\0D\X\0A\X\0D\X\0A> HISTORY: New property set in IFC Release 1.0.',.PSET_OCCURRENCEDRIVEN.,'IfcSpace,IfcZone,IfcSpatialZone',(#1693,#619,#104,#103,#2977,#765,#89,#764,#766,#1438,#1177,#1179,#126,#1480,#1087,#513,#3123,#816)); +#3344= IFCSIMPLEPROPERTYTEMPLATE('1gkOvTOmH4geO$fUhBUgBZ',$,'YoungModulusTension','Defining values: \X2\03B1\X0\; defined values: elastic modulus in tension.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); -#3345= IFCPROPERTYSETTEMPLATE('1NWh80qRuHuO00025QrE$V',$,'Pset_AirTerminalBoxPHistory','Air terminal box performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcAirTerminalBox',(#587,#176,#2607,#76)); +#3345= IFCSIMPLEPROPERTYTEMPLATE('2nbX3i7E10Re_fBz1EwEY2',$,'YoungModulusTension','Defining values: \X2\03B1\X0\; defined values: elastic modulus in tension.',.P_TABLEVALUE.,'IfcPositivePlaneAngleMeasure','IfcModulusOfElasticityMeasure',$,$,$,$,$); -#3346= IFCPROPERTYSETTEMPLATE('1kmP_0qRuHuO00025QrE$V',$,'Pset_AirTerminalBoxTypeCommon','Air terminal box type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirTerminalBox',(#2239,#2740,#84,#100,#1715,#146,#2313,#1057,#1051,#1029,#1780,#1747,#1126,#1935,#2372)); +#3346= IFCSIMPLEPROPERTYTEMPLATE('0QVUO0qUKHuO00025QrE$V',$,'z','Measure z according to ISO 2553',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3347= IFCPROPERTYSETTEMPLATE('3wEp20qRuHuO00025QrE$V',$,'Pset_AirTerminalOccurrence','Air terminal occurrence attributes attached to an instance of IfcAirTerminal.',.PSET_OCCURRENCEDRIVEN.,'IfcAirTerminal',(#90,#80,#1482)); +#3347= IFCSIMPLEPROPERTYTEMPLATE('1Eaz_0qS8HuO00025QrE$V',$,'Zoom','Indicates the zoom range.',.P_BOUNDEDVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,$); -#3348= IFCPROPERTYSETTEMPLATE('0aZEu0qRyHuO00025QrE$V',$,'Pset_AirTerminalPHistory','Air terminal performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcAirTerminal',(#78,#1701,#2817,#2816,#2074,#1172,#323)); +#3348= IFCCOMPLEXPROPERTYTEMPLATE('1x4Y20qUyHuO00025QrE$V',$,'InPlane','Mechanical properties with respect to in-plane load, i.e. for function as a membrane.',$,.P_COMPLEX.,(#3330,#3343,#3331,#2514,#230,#417,#2901,#2522,#224,#2166,#2309)); -#3349= IFCPROPERTYSETTEMPLATE('1FTq80qRyHuO00025QrE$V',$,'Pset_AirTerminalTypeCommon','Air terminal type common attributes.\X\0D\X\0ASoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirTerminal',(#2229,#2732,#2487,#806,#2585,#2584,#1890,#904,#86,#2871,#649,#2943,#72,#841,#839,#1684,#526,#521,#522,#1035,#902,#1056,#1062,#1702,#724,#88)); +#3349= IFCCOMPLEXPROPERTYTEMPLATE('1zm4O0qUuHuO00025QrE$V',$,'InPlane','Mechanical properties with respect to in-plane load, i.e. bending about the strong axis; tension zone of unbalanced layups is stressed in tension.',$,.P_COMPLEX.,(#3324,#3335,#3338,#3340,#2513,#2518,#231,#2898,#2903,#429,#432,#2170,#2521,#2993,#2311,#1217)); -#3350= IFCPROPERTYSETTEMPLATE('1PvWk0qS0HuO00025QrE$V',$,'Pset_AirToAirHeatRecoveryPHistory','Air to Air Heat Recovery performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcAirToAirHeatRecovery',(#2439,#2982,#2864,#602,#1127,#2442,#1404,#2989,#2440,#2983,#99)); +#3350= IFCCOMPLEXPROPERTYTEMPLATE('3Ddmq0qUuHuO00025QrE$V',$,'InPlaneNegative','Mechanical properties with respect to in-plane load, i.e. bending about the strong axis; compression zone of unbalanced layups is stressed in tension.',$,.P_COMPLEX.,(#3325,#3334,#3339,#3341,#2511,#2519,#227,#2902,#2905,#430,#433,#2169,#2524,#2992,#2310,#1216)); -#3351= IFCPROPERTYSETTEMPLATE('2Ca0G0qS0HuO00025QrE$V',$,'Pset_AirToAirHeatRecoveryTypeCommon','Air to Air Heat Recovery type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirToAirHeatRecovery',(#2259,#2756,#1099,#1022,#1928,#2091,#2414)); +#3351= IFCCOMPLEXPROPERTYTEMPLATE('0WUCI0qUyHuO00025QrE$V',$,'OutOfPlane','Mechanical properties with respect to out-of-plane load, i.e. bending about the weak axis.',$,.P_COMPLEX.,(#3327,#3336,#3337,#3342,#2512,#2520,#226,#2897,#2904,#428,#431,#2171,#2525,#2991,#2312,#1215)); -#3352= IFCPROPERTYSETTEMPLATE('3anmO0qS0HuO00025QrE$V',$,'Pset_AlarmPHistory','Properties for history of alarm values. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcAlarm',(#751,#443,#2482,#32,#3093)); +#3352= IFCCOMPLEXPROPERTYTEMPLATE('3bAiM0qUyHuO00025QrE$V',$,'OutOfPlane','Mechanical properties with respect to out-of-plane load, i.e. for function as a plate; tension zone of unbalanced layups is stressed in tension.',$,.P_COMPLEX.,(#3328,#3344,#3333,#2516,#229,#416,#2896,#2526,#222,#2167,#2313)); -#3353= IFCPROPERTYSETTEMPLATE('01_zI0qS4HuO00025QrE$V',$,'Pset_AlarmTypeCommon','Alarm type common attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAlarm',(#2194,#2692,#442)); +#3353= IFCCOMPLEXPROPERTYTEMPLATE('1H3Iu0qV0HuO00025QrE$V',$,'OutOfPlaneNegative','Mechanical properties with respect to out-of-plane load i.e. for function as a plate; compression zone of unbalanced layups is stressed in tension.',$,.P_COMPLEX.,(#3329,#3345,#3332,#2517,#228,#418,#2899,#2523,#223,#2168,#2314)); -#3354= IFCPROPERTYSETTEMPLATE('1FUqGRPvnFwwn0JFX8oyB1',$,'Pset_AlignmentCantSegmentCommon','Properties common to the definition of all instances of alignment cant segment.',.PSET_OCCURRENCEDRIVEN.,'IfcAlignmentSegment',(#293,#294,#2679,#757)); +#3354= IFCPROPERTYSETTEMPLATE('3KhIU0qRmHuO00025QrE$V',$,'Pset_ActionRequest','An action request is a request for an action to fulfill a need. HISTORY: IFC4: Removed RequestSourceType, RequestDescription, Status',.PSET_OCCURRENCEDRIVEN.,'IfcActionRequest',(#2367,#2368,#2366)); -#3355= IFCPROPERTYSETTEMPLATE('16v9ITAev0LuJJYTF_fIv$',$,'Pset_AlignmentVerticalSegmentCommon','Properties common to the definition of all instances of alignment vertical segment.',.PSET_OCCURRENCEDRIVEN.,'IfcAlignmentSegment',(#2675,#754)); +#3355= IFCPROPERTYSETTEMPLATE('3trzS0qRmHuO00025QrE$V',$,'Pset_ActorCommon','A property set that enables further classification of actors, including the ability to give a number of actors to be designated as a population, the number being specified as a property to be dealt with as a single value rather than having to aggregate a number of instances of IfcActor.',.PSET_OCCURRENCEDRIVEN.,'IfcActor',(#1846,#312,#2586)); -#3356= IFCPROPERTYSETTEMPLATE('0h76K0qS4HuO00025QrE$V',$,'Pset_AnnotationContourLine','Specifies parameters of a standard curve that has a single, consistent measure value.',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/ContourLine',(#489)); +#3356= IFCPROPERTYSETTEMPLATE('0I4RK0qRqHuO00025QrE$V',$,'Pset_ActuatorPHistory','Properties for history of actuators. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcActuator',(#2061,#2143,#2724)); -#3357= IFCPROPERTYSETTEMPLATE('0xpDi0qS4HuO00025QrE$V',$,'Pset_AnnotationLineOfSight','Specifies the properties of the line of sight at a point of connection between two elements. Typically used to define the line of sight visibility at the junction between two roads (particularly between an access road and a public road).',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/LineOfSight',(#2455,#3157,#3158,#2385,#2386)); +#3357= IFCPROPERTYSETTEMPLATE('0ZMi60qRqHuO00025QrE$V',$,'Pset_ActuatorTypeCommon','Actuator type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator',(#2216,#2716,#819,#1544,#130)); -#3358= IFCPROPERTYSETTEMPLATE('1UNlG0qS4HuO00025QrE$V',$,'Pset_AnnotationSurveyArea','Specifies particular properties of survey methods to be assigned to survey point set or resulting surface patches',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/SurveyArea',(#42,#30,#29)); +#3358= IFCPROPERTYSETTEMPLATE('1KElQ0qRqHuO00025QrE$V',$,'Pset_ActuatorTypeElectricActuator','A device that electrically actuates a control element.',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator/ELECTRICACTUATOR',(#54,#740,#499)); -#3359= IFCPROPERTYSETTEMPLATE('23KsS0qS4HuO00025QrE$V',$,'Pset_Asset','An asset is a uniquely identifiable element which has a financial value and against which maintenance actions are recorded.',.PSET_OCCURRENCEDRIVEN.,'IfcAsset',(#161,#167,#164,#166,#168)); +#3359= IFCPROPERTYSETTEMPLATE('1mrow0qRqHuO00025QrE$V',$,'Pset_ActuatorTypeHydraulicActuator','A device that hydraulically actuates a control element.',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator/HYDRAULICACTUATOR',(#1210,#1207)); -#3360= IFCPROPERTYSETTEMPLATE('2sbVO0qS4HuO00025QrE$V',$,'Pset_AudioVisualAppliancePHistory','Captures realtime information for audio-video devices, such as for security camera footage and retail information displays. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcAudioVisualAppliance',(#2064,#1626,#1623,#187)); +#3360= IFCPROPERTYSETTEMPLATE('2283i0qRqHuO00025QrE$V',$,'Pset_ActuatorTypeLinearActuation','Characteristics of linear actuation of an actuator\X\0D\X\0AHistory: Replaces Pset_LinearActuator',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator',(#927,#2817)); -#3361= IFCPROPERTYSETTEMPLATE('3F1X20qS4HuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeAmplifier','An audio-visual amplifier is a device that renders audio from a single external source connected from a port. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/AMPLIFIER',(#110,#182,#184)); +#3361= IFCPROPERTYSETTEMPLATE('2LCmi0qRqHuO00025QrE$V',$,'Pset_ActuatorTypePneumaticActuator','A device that pneumatically actuates a control element',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator/PNEUMATICACTUATOR',(#1211,#1208)); -#3362= IFCPROPERTYSETTEMPLATE('3vy6I0qS4HuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeCamera','An audio-visual camera is a device that captures video, such as for security. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/CAMERA',(#292,#1329,#3151,#3145,#3148,#3144,#1985,#1983,#1987,#2952,#2953,#3328)); +#3362= IFCPROPERTYSETTEMPLATE('2iSVY0qRqHuO00025QrE$V',$,'Pset_ActuatorTypeRotationalActuation','Characteristics of rotational actuation of an actuator\X\0D\X\0AHistory: Replaces Pset_RotationalActuator',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator',(#2987,#2175)); -#3363= IFCPROPERTYSETTEMPLATE('1O7KU0qS8HuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeCommon','An audio-visual appliance is a device that renders or captures audio and/or video. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance',(#2236,#2737,#1625,#186)); +#3363= IFCPROPERTYSETTEMPLATE('31Jem0qRqHuO00025QrE$V',$,'Pset_AirSideSystemInformation','Attributes that apply to an air side HVAC system.\X\0D\X\0A\X\0D\X\0A> HISTORY: New property set in IFC Release 1.0.',.PSET_OCCURRENCEDRIVEN.,'IfcSpace,IfcZone,IfcSpatialZone',(#1705,#627,#104,#103,#2994,#774,#89,#773,#775,#1449,#1187,#1189,#126,#1491,#1097,#517,#3141,#825)); -#3364= IFCPROPERTYSETTEMPLATE('21rcw0qS8HuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeDisplay','An audio-visual display is a device that renders video from a screen. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/DISPLAY',(#665,#1800,#666,#662,#276,#492,#2306,#3001,#3153,#3147,#3150,#3155,#3143,#185)); +#3364= IFCPROPERTYSETTEMPLATE('1NWh80qRuHuO00025QrE$V',$,'Pset_AirTerminalBoxPHistory','Air terminal box performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcAirTerminalBox',(#594,#176,#2621,#76)); -#3365= IFCPROPERTYSETTEMPLATE('3$0UE0qS8HuO00025QrE$V',$,'Pset_AudioVisualApplianceTypePlayer','An audio-visual player is a device that plays stored media into a stream of audio and/or video, such as camera footage in security systems, background audio in retail areas, or media presentations in conference rooms or theatres. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/PLAYER',(#2037,#2035,#2036)); +#3365= IFCPROPERTYSETTEMPLATE('1kmP_0qRuHuO00025QrE$V',$,'Pset_AirTerminalBoxTypeCommon','Air terminal box type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirTerminalBox',(#2251,#2756,#84,#100,#1727,#146,#2325,#1067,#1061,#1039,#1792,#1759,#1136,#1947,#2384)); -#3366= IFCPROPERTYSETTEMPLATE('0YB9C0qSCHuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeProjector','An audio-visual projector is a device that projects video to a surface. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/PROJECTOR',(#2111,#3152,#3146,#3149,#3154,#3142)); +#3366= IFCPROPERTYSETTEMPLATE('3wEp20qRuHuO00025QrE$V',$,'Pset_AirTerminalOccurrence','Air terminal occurrence attributes attached to an instance of IfcAirTerminal.',.PSET_OCCURRENCEDRIVEN.,'IfcAirTerminal',(#90,#80,#1493)); -#3367= IFCPROPERTYSETTEMPLATE('0IhjJDFYoFnZx9mp0wR1Rz',$,'Pset_AudioVisualApplianceTypeRailwayCommunicationTerminal','Properties used for railway communication terminals.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/COMMUNICATIONTERMINAL',(#2150)); +#3367= IFCPROPERTYSETTEMPLATE('0aZEu0qRyHuO00025QrE$V',$,'Pset_AirTerminalPHistory','Air terminal performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcAirTerminal',(#78,#1713,#2833,#2832,#2086,#1182,#324)); -#3368= IFCPROPERTYSETTEMPLATE('1YZ140qSCHuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeReceiver','An audio-visual receiver is a device that switches audio and/or video from multiple sources, including external sources connected from ports and internal aggregated sources. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/RECEIVER',(#2182,#181,#183)); +#3368= IFCPROPERTYSETTEMPLATE('1FTq80qRyHuO00025QrE$V',$,'Pset_AirTerminalTypeCommon','Air terminal type common attributes.\X\0D\X\0ASoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirTerminal',(#2241,#2748,#2499,#815,#2599,#2598,#1902,#913,#86,#2888,#657,#2960,#72,#850,#848,#1696,#530,#525,#526,#1045,#911,#1066,#1072,#1714,#733,#88)); -#3369= IFCPROPERTYSETTEMPLATE('3osp7raMQ5ih2ElNgqb2iB',$,'Pset_AudioVisualApplianceTypeRecordingEquipment','Properties common to _IfcAudioVisualAppliance_ with predefined type set to RECORDINGEQUIPMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/RECORDINGEQUIPMENT',(#1862,#2793)); +#3369= IFCPROPERTYSETTEMPLATE('1PvWk0qS0HuO00025QrE$V',$,'Pset_AirToAirHeatRecoveryPHistory','Air to Air Heat Recovery performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcAirToAirHeatRecovery',(#2451,#2999,#2881,#609,#1137,#2454,#1415,#3006,#2452,#3000,#99)); -#3370= IFCPROPERTYSETTEMPLATE('2E3lk0qSCHuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeSpeaker','An audio-visual speaker is a device that converts amplified audio signals into sound waves. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/SPEAKER',(#2639,#2638,#2637,#934,#1162)); +#3370= IFCPROPERTYSETTEMPLATE('2Ca0G0qS0HuO00025QrE$V',$,'Pset_AirToAirHeatRecoveryTypeCommon','Air to Air Heat Recovery type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirToAirHeatRecovery',(#2271,#2772,#1109,#1032,#1940,#2103,#2426)); -#3371= IFCPROPERTYSETTEMPLATE('3ERdc0qSCHuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeTuner','An audio-visual tuner is a device that demodulates a signal into a stream of audio and/or video. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/TUNER',(#3046,#3045,#3043,#3044)); +#3371= IFCPROPERTYSETTEMPLATE('3anmO0qS0HuO00025QrE$V',$,'Pset_AlarmPHistory','Properties for history of alarm values. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcAlarm',(#760,#447,#2494,#32,#3110)); -#3372= IFCPROPERTYSETTEMPLATE('0UboEEXvs6sNyxn5Tkl6u6',$,'Pset_AxleCountingEquipment','Properties that are applicable for IfcSensor with predefined type WHEELSENSOR, indicated that the wheel sensor is a axle counting equipment.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/WHEELSENSOR',(#811,#627,#1929,#1823,#193,#1161,#2171,#1217,#192,#1605)); +#3372= IFCPROPERTYSETTEMPLATE('01_zI0qS4HuO00025QrE$V',$,'Pset_AlarmTypeCommon','Alarm type common attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAlarm',(#2206,#2708,#446)); -#3373= IFCPROPERTYSETTEMPLATE('3aBgw$NhMjgrSbsXLMKZA$',$,'Pset_BalanceWeightTensionerDesignCriteria','Properties of a weight tensioner. The property set can be used by the predefined type TENSIONINGEQUIPMENT of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/TENSIONINGEQUIPMENT',(#2303,#2304)); +#3373= IFCPROPERTYSETTEMPLATE('1FUqGRPvnFwwn0JFX8oyB1',$,'Pset_AlignmentCantSegmentCommon','Properties common to the definition of all instances of alignment cant segment.',.PSET_OCCURRENCEDRIVEN.,'IfcAlignmentSegment',(#294,#295,#2695,#766)); -#3374= IFCPROPERTYSETTEMPLATE('3vyMG0qSCHuO00025QrE$V',$,'Pset_BeamCommon','Properties common to the definition of all occurrence and type objects of beam.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBeam',(#2189,#2685,#2633,#2579,#2390,#1274,#2915,#1461,#857)); +#3374= IFCPROPERTYSETTEMPLATE('16v9ITAev0LuJJYTF_fIv$',$,'Pset_AlignmentVerticalSegmentCommon','Properties common to the definition of all instances of alignment vertical segment.',.PSET_OCCURRENCEDRIVEN.,'IfcAlignmentSegment',(#2691,#763)); -#3375= IFCPROPERTYSETTEMPLATE('3zWqDYWL5DtgyCZ5CDBDMF',$,'Pset_BearingCommon',$,.PSET_TYPEDRIVENOVERRIDE.,'IfcBearing',(#661,#2393)); +#3375= IFCPROPERTYSETTEMPLATE('0h76K0qS4HuO00025QrE$V',$,'Pset_AnnotationContourLine','Specifies parameters of a standard curve that has a single, consistent measure value.',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/ContourLine',(#493)); -#3376= IFCPROPERTYSETTEMPLATE('1EA_ODQu1Bsh1498QLseM8',$,'Pset_BerthCommon','Properties common to the definition of all occurrences of _IfcSpace_ and types of _IfcSpaceType_ with the predefined type set to BERTH.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace/BERTH,IfcSpaceType/BERTH',(#234,#239,#237,#238,#8)); +#3376= IFCPROPERTYSETTEMPLATE('0xpDi0qS4HuO00025QrE$V',$,'Pset_AnnotationLineOfSight','Specifies the properties of the line of sight at a point of connection between two elements. Typically used to define the line of sight visibility at the junction between two roads (particularly between an access road and a public road).',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/LineOfSight',(#2467,#3175,#3176,#2397,#2398)); -#3377= IFCPROPERTYSETTEMPLATE('0_VF_0qSGHuO00025QrE$V',$,'Pset_BoilerPHistory','Boiler performance history common attributes.\X\0D\X\0AWaterQuality attribute deleted in IFC2x2 Pset Addendum: Use IfcWaterProperties instead. CombustionProductsMaximulLoad and CombustionProductsPartialLoad attributes deleted in IFC2x2 Pset Addendum: Use IfcProductsOfCombustionProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcBoiler',(#771,#1927,#400,#3281,#402,#1994,#1460,#2094,#190)); +#3377= IFCPROPERTYSETTEMPLATE('1UNlG0qS4HuO00025QrE$V',$,'Pset_AnnotationSurveyArea','Specifies particular properties of survey methods to be assigned to survey point set or resulting surface patches',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/SurveyArea',(#42,#30,#29)); -#3378= IFCPROPERTYSETTEMPLATE('1VtUk0qSGHuO00025QrE$V',$,'Pset_BoilerTypeCommon','Boiler type common attributes.\X\0D\X\0ASoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead. PrimaryEnergySource and AuxiliaryEnergySource attributes deleted in IFC2x2 Pset Addendum: Use IfcEnergyProperties, IfcFuelProperties, etc. instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBoiler',(#2221,#2721,#2083,#1922,#1098,#1790,#3218,#3228,#1366,#1990,#1963,#1757,#770)); +#3378= IFCPROPERTYSETTEMPLATE('23KsS0qS4HuO00025QrE$V',$,'Pset_Asset','An asset is a uniquely identifiable element which has a financial value and against which maintenance actions are recorded.',.PSET_OCCURRENCEDRIVEN.,'IfcAsset',(#161,#167,#164,#166,#168)); -#3379= IFCPROPERTYSETTEMPLATE('340A_0qSGHuO00025QrE$V',$,'Pset_BoilerTypeSteam','Steam boiler type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBoiler/STEAM',(#1584,#1755,#1091)); +#3379= IFCPROPERTYSETTEMPLATE('2sbVO0qS4HuO00025QrE$V',$,'Pset_AudioVisualAppliancePHistory','Captures realtime information for audio-video devices, such as for security camera footage and retail information displays. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcAudioVisualAppliance',(#2076,#1638,#1635,#187)); -#3380= IFCPROPERTYSETTEMPLATE('3Q3d00qSGHuO00025QrE$V',$,'Pset_BoilerTypeWater','Water boiler type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBoiler/WATER',(#1756,#1090)); +#3380= IFCPROPERTYSETTEMPLATE('3F1X20qS4HuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeAmplifier','An audio-visual amplifier is a device that renders audio from a single external source connected from a port. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/AMPLIFIER',(#110,#182,#184)); -#3381= IFCPROPERTYSETTEMPLATE('23CHmHZrfDlhRGsBM7Ba4q',$,'Pset_BoreholeCommon','Properties describing the features of a borehole (If not modelled separately).',.PSET_OCCURRENCEDRIVEN.,'IfcBorehole',(#259,#305,#306,#831,#832,#989,#1457,#1458)); +#3381= IFCPROPERTYSETTEMPLATE('3vy6I0qS4HuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeCamera','An audio-visual camera is a device that captures video, such as for security. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/CAMERA',(#293,#1339,#3169,#3163,#3166,#3162,#1997,#1995,#1999,#2969,#2970,#3347)); -#3382= IFCPROPERTYSETTEMPLATE('1r96WoTKj5SAJY9Bgdemep',$,'Pset_BoundedCourseCommon','Properties for a bounded course.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCourse',(#2656)); +#3382= IFCPROPERTYSETTEMPLATE('1O7KU0qS8HuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeCommon','An audio-visual appliance is a device that renders or captures audio and/or video. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance',(#2248,#2753,#1637,#186)); -#3383= IFCPROPERTYSETTEMPLATE('0ucBVBF1bF8fDngXcFN_9Y',$,'Pset_BreakwaterCommon','Properties common to the definition of all occurrences of _IfcMarineFacility_ with the predefined type set to BREAKWATER.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/BREAKWATER',(#2805,#747)); +#3383= IFCPROPERTYSETTEMPLATE('21rcw0qS8HuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeDisplay','An audio-visual display is a device that renders video from a screen. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/DISPLAY',(#673,#1812,#674,#670,#277,#496,#2318,#3018,#3171,#3165,#3168,#3173,#3161,#185)); -#3384= IFCPROPERTYSETTEMPLATE('25olP4CerBsRsGRZmhzUhG',$,'Pset_BridgeCommon',$,.PSET_OCCURRENCEDRIVEN.,'IfcBridge',(#2808)); +#3384= IFCPROPERTYSETTEMPLATE('3$0UE0qS8HuO00025QrE$V',$,'Pset_AudioVisualApplianceTypePlayer','An audio-visual player is a device that plays stored media into a stream of audio and/or video, such as camera footage in security systems, background audio in retail areas, or media presentations in conference rooms or theatres. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/PLAYER',(#2049,#2047,#2048)); -#3385= IFCPROPERTYSETTEMPLATE('3hy1C0qSGHuO00025QrE$V',$,'Pset_BuildingCommon','Properties common to the definition of all instances of IfcBuilding. Please note that several building attributes are handled directly at the IfcBuilding instance, the building number (or short name) by IfcBuilding.Name, the building name (or long name) by IfcBuilding.LongName, and the description (or comments) by IfcBuilding.Description. Actual building quantities, like building perimeter, building area and building volume are provided by IfcElementQuantity, and the building classification according to national building code by IfcClassificationReference.',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#2291,#280,#1332,#478,#852,#2657,#2660,#1915,#976,#1706,#1894,#3302,#3303,#1310)); +#3385= IFCPROPERTYSETTEMPLATE('0YB9C0qSCHuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeProjector','An audio-visual projector is a device that projects video to a surface. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/PROJECTOR',(#2123,#3170,#3164,#3167,#3172,#3160)); -#3386= IFCPROPERTYSETTEMPLATE('0lIe60qSKHuO00025QrE$V',$,'Pset_BuildingElementProxyCommon','Properties common to the definition of all instances of IfcBuildingElementProxy.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBuildingElementProxy',(#2210,#2710,#1279,#2919,#1467,#860)); +#3386= IFCPROPERTYSETTEMPLATE('0IhjJDFYoFnZx9mp0wR1Rz',$,'Pset_AudioVisualApplianceTypeRailwayCommunicationTerminal','Properties used for railway communication terminals.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/COMMUNICATIONTERMINAL',(#2162)); -#3387= IFCPROPERTYSETTEMPLATE('1Nqdk0qSKHuO00025QrE$V',$,'Pset_BuildingElementProxyProvisionForVoid','Properties common to the definition of a provision for void as a special type of an instance of IfcBuildingElementProxy. A provision for void is a spatial provision that might be resolved into a void in a building element. The properties carry requested values.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBuildingElementProxy/PROVISIONFORVOID',(#2489,#3256,#1102,#639,#605,#2847)); +#3387= IFCPROPERTYSETTEMPLATE('1YZ140qSCHuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeReceiver','An audio-visual receiver is a device that switches audio and/or video from multiple sources, including external sources connected from ports and internal aggregated sources. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/RECEIVER',(#2194,#181,#183)); -#3388= IFCPROPERTYSETTEMPLATE('1tQQG0qSKHuO00025QrE$V',$,'Pset_BuildingStoreyCommon','Properties common to the definition of all instances of IfcBuildingStorey. Please note that several building attributes are handled directly at the IfcBuildingStorey instance, the building storey number (or short name) by IfcBuildingStorey.Name, the building storey name (or long name) by IfcBuildingStorey.LongName, and the description (or comments) by IfcBuildingStorey.Description. Actual building storey quantities, like building storey perimeter, building storey area and building storey volume are provided by IfcElementQuantity, and the building storey classification according to national building code by IfcClassificationReference.',.PSET_OCCURRENCEDRIVEN.,'IfcBuildingStorey',(#2244,#773,#11,#2659,#2662,#1475,#977,#1707,#750,#749)); +#3388= IFCPROPERTYSETTEMPLATE('3osp7raMQ5ih2ElNgqb2iB',$,'Pset_AudioVisualApplianceTypeRecordingEquipment','Properties common to _IfcAudioVisualAppliance_ with predefined type set to RECORDINGEQUIPMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/RECORDINGEQUIPMENT',(#1874,#2809)); -#3389= IFCPROPERTYSETTEMPLATE('2htM00qSKHuO00025QrE$V',$,'Pset_BuildingSystemCommon','Properties common to the definition of building systems.',.PSET_OCCURRENCEDRIVEN.,'IfcBuildingSystem',(#2264)); +#3389= IFCPROPERTYSETTEMPLATE('2E3lk0qSCHuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeSpeaker','An audio-visual speaker is a device that converts amplified audio signals into sound waves. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/SPEAKER',(#2655,#2654,#2653,#943,#1172)); -#3390= IFCPROPERTYSETTEMPLATE('2u_ay0qSKHuO00025QrE$V',$,'Pset_BuildingUse','Provides information on on the real estate context of the building of interest both current and anticipated.',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1541,#1545,#2031,#1696,#3099,#2892,#1543,#2349,#3098,#2891,#1542,#2348)); +#3390= IFCPROPERTYSETTEMPLATE('3ERdc0qSCHuO00025QrE$V',$,'Pset_AudioVisualApplianceTypeTuner','An audio-visual tuner is a device that demodulates a signal into a stream of audio and/or video. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcAudioVisualAppliance/TUNER',(#3063,#3062,#3060,#3061)); -#3391= IFCPROPERTYSETTEMPLATE('073rA0qSOHuO00025QrE$V',$,'Pset_BuildingUseAdjacent','Provides information on adjacent buildings and their uses to enable their impact on the building of interest to be determined. Note that for each instance of the property set used, where there is an existence of risk, there will be an instance of the property set Pset_Risk (q.v).',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1540,#1544,#2030,#1695)); +#3391= IFCPROPERTYSETTEMPLATE('0UboEEXvs6sNyxn5Tkl6u6',$,'Pset_AxleCountingEquipment','Properties that are applicable for IfcSensor with predefined type WHEELSENSOR, indicated that the wheel sensor is a axle counting equipment.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/WHEELSENSOR',(#820,#635,#1941,#1835,#193,#1171,#2183,#1227,#192,#1617)); -#3392= IFCPROPERTYSETTEMPLATE('0P5PgQe5XA1Rk37$BdUJdH',$,'Pset_BuiltElementCommon','$',$,'IfcBuildingElement',(#1291,#1470,#858,#2917)); +#3392= IFCPROPERTYSETTEMPLATE('3aBgw$NhMjgrSbsXLMKZA$',$,'Pset_BalanceWeightTensionerDesignCriteria','Properties of a weight tensioner. The property set can be used by the predefined type TENSIONINGEQUIPMENT of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/TENSIONINGEQUIPMENT',(#2315,#2316)); -#3393= IFCPROPERTYSETTEMPLATE('29lvyP2sPD4gVVxzj4Lny5',$,'Pset_BuiltSystemRailwayLine','Properties common to the definition of a railway line system, which is a set of functional tracks with explicit terminals. It is usually composed of a set of tracks with continuous track parts and alignments.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBuiltSystem/RAILWAYLINE',(#1453,#1267,#1452)); +#3393= IFCPROPERTYSETTEMPLATE('3vyMG0qSCHuO00025QrE$V',$,'Pset_BeamCommon','Properties common to the definition of all occurrence and type objects of beam.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBeam',(#2201,#2701,#2649,#2591,#2402,#1284,#2932,#1472,#866)); -#3394= IFCPROPERTYSETTEMPLATE('3PJwyKeDJNZ_U5UPbCxKHT',$,'Pset_BuiltSystemRailwayTrack','Properties common to the definition of a track system. It is usually composed of continuous sequences of track parts and alignments.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBuiltSystem/RAILWAYTRACK',(#3007,#3008,#3010,#3002)); +#3394= IFCPROPERTYSETTEMPLATE('3zWqDYWL5DtgyCZ5CDBDMF',$,'Pset_BearingCommon',$,.PSET_TYPEDRIVENOVERRIDE.,'IfcBearing',(#669,#2405)); -#3395= IFCPROPERTYSETTEMPLATE('3wgT2KSiT8bfBOPweBSIoc',$,'Pset_BuiltSystemTypeWaterproofing','Properties for waterproofing systems.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBuiltSystem/WATERPROOFING',(#3224,#3230)); +#3395= IFCPROPERTYSETTEMPLATE('1EA_ODQu1Bsh1498QLseM8',$,'Pset_BerthCommon','Properties common to the definition of all occurrences of _IfcSpace_ and types of _IfcSpaceType_ with the predefined type set to BERTH.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace/BERTH,IfcSpaceType/BERTH',(#234,#239,#237,#238,#8)); -#3396= IFCPROPERTYSETTEMPLATE('0YUbs0qSOHuO00025QrE$V',$,'Pset_BurnerTypeCommon','Common attributes of burner types.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBurner',(#2199,#2697,#768)); +#3396= IFCPROPERTYSETTEMPLATE('0_VF_0qSGHuO00025QrE$V',$,'Pset_BoilerPHistory','Boiler performance history common attributes.\X\0D\X\0AWaterQuality attribute deleted in IFC2x2 Pset Addendum: Use IfcWaterProperties instead. CombustionProductsMaximulLoad and CombustionProductsPartialLoad attributes deleted in IFC2x2 Pset Addendum: Use IfcProductsOfCombustionProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcBoiler',(#780,#1939,#401,#3300,#403,#2006,#1471,#2106,#190)); -#3397= IFCPROPERTYSETTEMPLATE('1NXh00qSOHuO00025QrE$V',$,'Pset_CableCarrierFittingTypeCommon','Common properties for cable carrier fittings. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierFitting',(#2238,#2738)); +#3397= IFCPROPERTYSETTEMPLATE('1VtUk0qSGHuO00025QrE$V',$,'Pset_BoilerTypeCommon','Boiler type common attributes.\X\0D\X\0ASoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead. PrimaryEnergySource and AuxiliaryEnergySource attributes deleted in IFC2x2 Pset Addendum: Use IfcEnergyProperties, IfcFuelProperties, etc. instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBoiler',(#2233,#2737,#2095,#1934,#1108,#1802,#3236,#3247,#1377,#2002,#1975,#1769,#779)); -#3398= IFCPROPERTYSETTEMPLATE('1oMII0qSOHuO00025QrE$V',$,'Pset_CableCarrierSegmentTypeCableLadderSegment','An open carrier segment on which cables are carried on a ladder structure.\X\0D\X\0AHISTORY: IFC4 - NominalLength deleted. To be handled as a quantity measure.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/CABLELADDERSEGMENT',(#1826,#1772,#1388)); +#3398= IFCPROPERTYSETTEMPLATE('340A_0qSGHuO00025QrE$V',$,'Pset_BoilerTypeSteam','Steam boiler type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBoiler/STEAM',(#1595,#1767,#1101)); -#3399= IFCPROPERTYSETTEMPLATE('2ACAY0qSOHuO00025QrE$V',$,'Pset_CableCarrierSegmentTypeCableTraySegment','An (typically) open carrier segment onto which cables are laid. \X\0D\X\0AHISTORY: IFC4 - NominalLength deleted. To be handled as a quantity measure',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/CABLETRAYSEGMENT',(#1826,#1777,#1019)); +#3399= IFCPROPERTYSETTEMPLATE('3Q3d00qSGHuO00025QrE$V',$,'Pset_BoilerTypeWater','Water boiler type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBoiler/WATER',(#1768,#1100)); -#3400= IFCPROPERTYSETTEMPLATE('2Wrl_0qSOHuO00025QrE$V',$,'Pset_CableCarrierSegmentTypeCableTrunkingSegment','An enclosed carrier segment with one or more compartments into which cables are placed.\X\0D\X\0AHISTORY: IFC4 - NominalLength deleted. To be handled as a quantity measure',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/CABLETRUNKINGSEGMENT',(#1826,#1774,#1848)); +#3400= IFCPROPERTYSETTEMPLATE('23CHmHZrfDlhRGsBM7Ba4q',$,'Pset_BoreholeCommon','Properties describing the features of a borehole (If not modelled separately).',.PSET_OCCURRENCEDRIVEN.,'IfcBorehole',(#260,#306,#307,#840,#841,#999,#1468,#1469)); -#3401= IFCPROPERTYSETTEMPLATE('3UI9dqTovFpUlucIdwHX5Z',$,'Pset_CableCarrierSegmentTypeCatenaryWire','Properties of a catenary wire, which is a longtitudinal wire supporting the grooved contact wires. Properties in this property set are applicable to a type or an occurence _ifcCableCarrierSegment_ with predefined type of CATENARYWIRE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/CATENARYWIRE',(#43,#3068,#313,#2909,#567,#599,#1407,#1550,#1621,#2017,#2796,#2880,#3307)); +#3401= IFCPROPERTYSETTEMPLATE('1r96WoTKj5SAJY9Bgdemep',$,'Pset_BoundedCourseCommon','Properties for a bounded course.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCourse',(#2672)); -#3402= IFCPROPERTYSETTEMPLATE('2tVLQ0qSOHuO00025QrE$V',$,'Pset_CableCarrierSegmentTypeCommon','Common properties for cable carrier segments. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment',(#2271,#2764)); +#3402= IFCPROPERTYSETTEMPLATE('0ucBVBF1bF8fDngXcFN_9Y',$,'Pset_BreakwaterCommon','Properties common to the definition of all occurrences of _IfcMarineFacility_ with the predefined type set to BREAKWATER.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/BREAKWATER',(#2821,#756)); -#3403= IFCPROPERTYSETTEMPLATE('3JWFW0qSOHuO00025QrE$V',$,'Pset_CableCarrierSegmentTypeConduitSegment','An enclosed tubular carrier segment through which cables are pulled.\X\0D\X\0AHISTORY: IFC4 - NominalLength deleted. To be handled as a quantity measure.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/CONDUITSEGMENT',(#1826,#1779,#453,#1339,#1749)); +#3403= IFCPROPERTYSETTEMPLATE('25olP4CerBsRsGRZmhzUhG',$,'Pset_BridgeCommon',$,.PSET_OCCURRENCEDRIVEN.,'IfcBridge',(#2824)); -#3404= IFCPROPERTYSETTEMPLATE('1ptdTcmDieglesy8J2SD0U',$,'Pset_CableCarrierSegmentTypeDropper','Properties that are applicable to a type or an occurence of dropper.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/DROPPER',(#567,#2880,#152,#1339,#3068,#1249,#1260,#1785)); +#3404= IFCPROPERTYSETTEMPLATE('3hy1C0qSGHuO00025QrE$V',$,'Pset_BuildingCommon','Properties common to the definition of all instances of IfcBuilding. Please note that several building attributes are handled directly at the IfcBuilding instance, the building number (or short name) by IfcBuilding.Name, the building name (or long name) by IfcBuilding.LongName, and the description (or comments) by IfcBuilding.Description. Actual building quantities, like building perimeter, building area and building volume are provided by IfcElementQuantity, and the building classification according to national building code by IfcClassificationReference.',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#2303,#281,#1342,#482,#861,#2673,#2676,#1927,#985,#1718,#1906,#3321,#3322,#1320)); -#3405= IFCPROPERTYSETTEMPLATE('3xS5k0qSOHuO00025QrE$V',$,'Pset_CableFittingTypeCommon','Common properties for cable fittings. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableFitting',(#2186,#2682)); +#3405= IFCPROPERTYSETTEMPLATE('0lIe60qSKHuO00025QrE$V',$,'Pset_BuildingElementProxyCommon','Properties common to the definition of all instances of IfcBuildingElementProxy.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBuildingElementProxy',(#2222,#2726,#1289,#2936,#1478,#869)); -#3406= IFCPROPERTYSETTEMPLATE('1ttBG8y2fkk0WyM382QM5$',$,'Pset_CableFittingTypeExit','Properties of the exit type of cable fitting which ends a cable segment at a non-electric element.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableFitting/EXIT',(#984)); +#3406= IFCPROPERTYSETTEMPLATE('1Nqdk0qSKHuO00025QrE$V',$,'Pset_BuildingElementProxyProvisionForVoid','Properties common to the definition of a provision for void as a special type of an instance of IfcBuildingElementProxy. A provision for void is a spatial provision that might be resolved into a void in a building element. The properties carry requested values.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBuildingElementProxy/PROVISIONFORVOID',(#2501,#3275,#1112,#647,#612,#2864)); -#3407= IFCPROPERTYSETTEMPLATE('1_xKtguhcJaSig0Wp199h8',$,'Pset_CableFittingTypeFanout','Properties of the fanout type of cable fitting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableFitting/FANOUT',(#1902,#3041)); +#3407= IFCPROPERTYSETTEMPLATE('1tQQG0qSKHuO00025QrE$V',$,'Pset_BuildingStoreyCommon','Properties common to the definition of all instances of IfcBuildingStorey. Please note that several building attributes are handled directly at the IfcBuildingStorey instance, the building storey number (or short name) by IfcBuildingStorey.Name, the building storey name (or long name) by IfcBuildingStorey.LongName, and the description (or comments) by IfcBuildingStorey.Description. Actual building storey quantities, like building storey perimeter, building storey area and building storey volume are provided by IfcElementQuantity, and the building storey classification according to national building code by IfcClassificationReference.',.PSET_OCCURRENCEDRIVEN.,'IfcBuildingStorey',(#2256,#782,#11,#2675,#2678,#1486,#986,#1719,#759,#758)); -#3408= IFCPROPERTYSETTEMPLATE('1o0FJEnVz8XuOt6Bt1ySyR',$,'Pset_CableSegmentConnector','Properties about cable connectors. This property set is applicable to a type or occurence of _IfcCableSegment_, indicated that the cable segment has one or two connectors affiliated.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment',(#469,#472,#471,#474,#470,#473)); +#3408= IFCPROPERTYSETTEMPLATE('2htM00qSKHuO00025QrE$V',$,'Pset_BuildingSystemCommon','Properties common to the definition of building systems.',.PSET_OCCURRENCEDRIVEN.,'IfcBuildingSystem',(#2276)); -#3409= IFCPROPERTYSETTEMPLATE('0$kPsI_NR39__u_tVrQafA',$,'Pset_CableSegmentOccurenceFiberSegment','Properties of fiber segment occurrences. This property set is applicable to occurences of _IfcCableSegment_ with predefined type FIBERSEGMENT.',.PSET_OCCURRENCEDRIVEN.,'IfcCableSegment/FIBERSEGMENT',(#1237)); +#3409= IFCPROPERTYSETTEMPLATE('2u_ay0qSKHuO00025QrE$V',$,'Pset_BuildingUse','Provides information on on the real estate context of the building of interest both current and anticipated.',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1552,#1556,#2043,#1708,#3117,#2909,#1554,#2361,#3116,#2908,#1553,#2360)); -#3410= IFCPROPERTYSETTEMPLATE('2B2OU6K4r3mxn0CyZEpEvj',$,'Pset_CableSegmentOccurrence','Properties for the occurrence of an electrical cable, core or conductor that conforms to a type as specified by an appropriate type definition within IFC. NOTE: Maximum allowed voltage drop should be derived from the property within Pset_ElectricalCircuit.',.PSET_OCCURRENCEDRIVEN.,'IfcCableSegment',(#620,#3095,#1875,#1209,#1210,#670,#2595,#310,#1680,#1304,#1317,#567,#1566,#2059,#2450)); +#3410= IFCPROPERTYSETTEMPLATE('073rA0qSOHuO00025QrE$V',$,'Pset_BuildingUseAdjacent','Provides information on adjacent buildings and their uses to enable their impact on the building of interest to be determined. Note that for each instance of the property set used, where there is an existence of risk, there will be an instance of the property set Pset_Risk (q.v).',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1551,#1555,#2042,#1707)); -#3411= IFCPROPERTYSETTEMPLATE('0O39E0qSSHuO00025QrE$V',$,'Pset_CableSegmentTypeBusBarSegment','Properties specific to busbar cable segments.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/BUSBARSEGMENT',(#1303,#1739,#3068,#43,#2909,#567,#599,#1550,#2880,#3307,#563,#1216,#1972,#1928,#2172)); +#3411= IFCPROPERTYSETTEMPLATE('0P5PgQe5XA1Rk37$BdUJdH',$,'Pset_BuiltElementCommon','$',$,'IfcBuildingElement',(#1301,#1481,#867,#2934)); -#3412= IFCPROPERTYSETTEMPLATE('0bAOA0qSSHuO00025QrE$V',$,'Pset_CableSegmentTypeCableSegment','Electrical cable with a specific purpose to lead electric current within a circuit or any other electric construction. Includes all types of electric cables, mainly several electrical segments wrapped together, e.g. cable, tube, busbar. Note that the number of conductors within a cable is determined by an aggregation mechanism that aggregates the conductors within the cable. A single-core cable is defined in IEV 461-06-02 as being ''a cable having only one core''; a multiconductor cable is defined in IEV 461-06-03 as b eing ''a cable having more than one conductor, some of which may be uninsulated''; a mulicore cable is defined in IEV 461-06-04 as being ''a cable having more than one core''.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CABLESEGMENT',(#2666,#1850,#1972,#2170,#2410,#1049,#1582,#1595,#2640,#3243,#2433,#2435,#1000,#945,#43,#567,#599,#1550,#1568,#1565,#1906,#1219,#2172)); +#3412= IFCPROPERTYSETTEMPLATE('29lvyP2sPD4gVVxzj4Lny5',$,'Pset_BuiltSystemRailwayLine','Properties common to the definition of a railway line system, which is a set of functional tracks with explicit terminals. It is usually composed of a set of tracks with continuous track parts and alignments.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBuiltSystem/RAILWAYLINE',(#1464,#1277,#1463)); -#3413= IFCPROPERTYSETTEMPLATE('2htb_0qSSHuO00025QrE$V',$,'Pset_CableSegmentTypeCommon','Properties for the definitions of electrical cable segments.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment',(#2262,#2757)); +#3413= IFCPROPERTYSETTEMPLATE('3PJwyKeDJNZ_U5UPbCxKHT',$,'Pset_BuiltSystemRailwayTrack','Properties common to the definition of a track system. It is usually composed of continuous sequences of track parts and alignments.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBuiltSystem/RAILWAYTRACK',(#3024,#3025,#3027,#3019)); -#3414= IFCPROPERTYSETTEMPLATE('0atRS0qSWHuO00025QrE$V',$,'Pset_CableSegmentTypeConductorSegment','An electrical conductor is a single linear element with the specific purpose to lead electric current. The core of one lead is normally single wired or multiwired which are intertwined. According to IEC 60050: IEV 195-01-07, a conductor is a conductive part intended to carry a specified electric current.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CONDUCTORSEGMENT',(#563,#943,#1552,#476,#2488,#1739,#43,#2909,#567,#3068,#1550,#2880,#3307,#599,#1972,#1850,#2172)); +#3414= IFCPROPERTYSETTEMPLATE('3wgT2KSiT8bfBOPweBSIoc',$,'Pset_BuiltSystemTypeWaterproofing','Properties for waterproofing systems.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBuiltSystem/WATERPROOFING',(#3243,#3249)); -#3415= IFCPROPERTYSETTEMPLATE('1YjUDxeJO1UI$t60LxenT$',$,'Pset_CableSegmentTypeContactWire','Properties of contact wires used in overhead contact line systems. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type CONTACTWIRESEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CONTACTWIRESEGMENT',(#43,#2909,#567,#599,#1550,#3307,#563,#2974,#2880)); +#3415= IFCPROPERTYSETTEMPLATE('0YUbs0qSOHuO00025QrE$V',$,'Pset_BurnerTypeCommon','Common attributes of burner types.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBurner',(#2211,#2713,#777)); -#3416= IFCPROPERTYSETTEMPLATE('1jbN00qSWHuO00025QrE$V',$,'Pset_CableSegmentTypeCoreSegment','An assembly comprising a conductor with its own insulation (and screens if any)',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CORESEGMENT',(#1973,#2172,#2169,#2411,#519,#2515,#3244,#3068,#2434,#2436,#1001,#946,#2668,#2909,#567,#599,#1407,#1550,#2880,#3307,#43,#2796)); +#3416= IFCPROPERTYSETTEMPLATE('1NXh00qSOHuO00025QrE$V',$,'Pset_CableCarrierFittingTypeCommon','Common properties for cable carrier fittings. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierFitting',(#2250,#2754)); -#3417= IFCPROPERTYSETTEMPLATE('1XywgPBLBsJdhXFgekf6UF',$,'Pset_CableSegmentTypeEarthingConductor','Properties of earthing conductors used in overhead contact line systems. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type CONDUCTORSEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CONDUCTORSEGMENT',(#2366)); +#3417= IFCPROPERTYSETTEMPLATE('1oMII0qSOHuO00025QrE$V',$,'Pset_CableCarrierSegmentTypeCableLadderSegment','An open carrier segment on which cables are carried on a ladder structure.\X\0D\X\0AHISTORY: IFC4 - NominalLength deleted. To be handled as a quantity measure.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/CABLELADDERSEGMENT',(#1838,#1784,#1399)); -#3418= IFCPROPERTYSETTEMPLATE('11zk8ID5H3$IAQQEHVr2Nt',$,'Pset_CableSegmentTypeFiberSegment','Properties of fiber segments. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type FIBERSEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/FIBERSEGMENT',(#826,#1063,#829)); +#3418= IFCPROPERTYSETTEMPLATE('2ACAY0qSOHuO00025QrE$V',$,'Pset_CableCarrierSegmentTypeCableTraySegment','An (typically) open carrier segment onto which cables are laid. \X\0D\X\0AHISTORY: IFC4 - NominalLength deleted. To be handled as a quantity measure',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/CABLETRAYSEGMENT',(#1838,#1789,#1029)); -#3419= IFCPROPERTYSETTEMPLATE('2_fHVOZ3rFCg8JQ7Ujpx3c',$,'Pset_CableSegmentTypeFiberTubeSegment','Properties of Fiber tubes segments. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type FIBERTUBESEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/FIBERTUBE',(#828,#1858)); +#3419= IFCPROPERTYSETTEMPLATE('2Wrl_0qSOHuO00025QrE$V',$,'Pset_CableCarrierSegmentTypeCableTrunkingSegment','An enclosed carrier segment with one or more compartments into which cables are placed.\X\0D\X\0AHISTORY: IFC4 - NominalLength deleted. To be handled as a quantity measure',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/CABLETRUNKINGSEGMENT',(#1838,#1786,#1860)); -#3420= IFCPROPERTYSETTEMPLATE('2y6G_WaGiFBm5uXfKGEJBH',$,'Pset_CableSegmentTypeOpticalCableSegment','Properties of optical cables segments. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type OPTICALCABLESEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/OPTICALCABLESEGMENT',(#1858,#1938,#1869,#1889,#1902,#827)); +#3420= IFCPROPERTYSETTEMPLATE('3UI9dqTovFpUlucIdwHX5Z',$,'Pset_CableCarrierSegmentTypeCatenaryWire','Properties of a catenary wire, which is a longtitudinal wire supporting the grooved contact wires. Properties in this property set are applicable to a type or an occurence _ifcCableCarrierSegment_ with predefined type of CATENARYWIRE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/CATENARYWIRE',(#43,#3085,#314,#2926,#574,#606,#1418,#1561,#1633,#2029,#2812,#2897,#3326)); -#3421= IFCPROPERTYSETTEMPLATE('3DPe4Z1lrNZ2x32leTdGJN',$,'Pset_CableSegmentTypeStitchWire','Properties of stitch wires. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type STICHWIRE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/STITCHWIRE',(#152,#1783,#1621,#3068,#2880)); +#3421= IFCPROPERTYSETTEMPLATE('2tVLQ0qSOHuO00025QrE$V',$,'Pset_CableCarrierSegmentTypeCommon','Common properties for cable carrier segments. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment',(#2283,#2780)); -#3422= IFCPROPERTYSETTEMPLATE('23RWfrWBNKEmpDYItQpcmx',$,'Pset_CableSegmentTypeWirePairSegment','Properties of wire pair segments. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type WIREPAIRSEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/WIREPAIRSEGMENT',(#334,#450,#518,#1369,#2516,#3271)); +#3422= IFCPROPERTYSETTEMPLATE('3JWFW0qSOHuO00025QrE$V',$,'Pset_CableCarrierSegmentTypeConduitSegment','An enclosed tubular carrier segment through which cables are pulled.\X\0D\X\0AHISTORY: IFC4 - NominalLength deleted. To be handled as a quantity measure.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/CONDUITSEGMENT',(#1838,#1791,#457,#1350,#1761)); -#3423= IFCPROPERTYSETTEMPLATE('3CozvThg9ENQLQTWA77IQ7',$,'Pset_CargoCommon','Properties common to the definition of all occurrences of _IfcTransportElement_ and types of _IfcTransportElementType_ with the predefined type set to CARGO.',.PSET_TYPEDRIVENOVERRIDE.,'IfcVehicle/CARGO',(#2102,#56,#2101)); +#3423= IFCPROPERTYSETTEMPLATE('1ptdTcmDieglesy8J2SD0U',$,'Pset_CableCarrierSegmentTypeDropper','Properties that are applicable to a type or an occurence of dropper.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegment/DROPPER',(#574,#2897,#152,#1350,#3085,#1259,#1270,#1797)); -#3424= IFCPROPERTYSETTEMPLATE('3hIvAY4_nIO5x900DEA7fz',$,'Pset_CessBetweenRails','Properties in this property set are applicable for IfcSlab with PredefinedType TRACKSLAB, indicated that the slab is a cess or covering between rails.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab/TRACKSLAB',(#1370,#337,#1477,#3090)); +#3424= IFCPROPERTYSETTEMPLATE('3xS5k0qSOHuO00025QrE$V',$,'Pset_CableFittingTypeCommon','Common properties for cable fittings. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableFitting',(#2198,#2698)); -#3425= IFCPROPERTYSETTEMPLATE('3IwM40qSWHuO00025QrE$V',$,'Pset_ChillerPHistory','Chiller performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcChiller',(#298,#762,#367)); +#3425= IFCPROPERTYSETTEMPLATE('1ttBG8y2fkk0WyM382QM5$',$,'Pset_CableFittingTypeExit','Properties of the exit type of cable fitting which ends a cable segment at a non-electric element.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableFitting/EXIT',(#994)); -#3426= IFCPROPERTYSETTEMPLATE('3aCcs0qSWHuO00025QrE$V',$,'Pset_ChillerTypeCommon','Chiller type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcChiller',(#2285,#2770,#1735,#1754,#1736,#1758,#1764,#1792,#301,#369,#941)); +#3426= IFCPROPERTYSETTEMPLATE('1_xKtguhcJaSig0Wp199h8',$,'Pset_CableFittingTypeFanout','Properties of the fanout type of cable fitting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableFitting/FANOUT',(#1914,#3058)); -#3427= IFCPROPERTYSETTEMPLATE('0urUY0qSaHuO00025QrE$V',$,'Pset_ChimneyCommon','Properties common to the definition of all occurrence and type objects of chimneys.',.PSET_TYPEDRIVENOVERRIDE.,'IfcChimney',(#2214,#2716,#1854,#1284,#2923,#1466,#859)); +#3427= IFCPROPERTYSETTEMPLATE('1o0FJEnVz8XuOt6Bt1ySyR',$,'Pset_CableSegmentConnector','Properties about cable connectors. This property set is applicable to a type or occurence of _IfcCableSegment_, indicated that the cable segment has one or two connectors affiliated.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment',(#473,#476,#475,#478,#474,#477)); -#3428= IFCPROPERTYSETTEMPLATE('2QshPSbtHEWeYz4t$IJ_5k',$,'Pset_CivilElementCommon','Properties common to the definition of all occurrence and type objects of civil element.',$,$,(#2230,#2688)); +#3428= IFCPROPERTYSETTEMPLATE('0$kPsI_NR39__u_tVrQafA',$,'Pset_CableSegmentOccurenceFiberSegment','Properties of fiber segment occurrences. This property set is applicable to occurences of _IfcCableSegment_ with predefined type FIBERSEGMENT.',.PSET_OCCURRENCEDRIVEN.,'IfcCableSegment/FIBERSEGMENT',(#1247)); -#3429= IFCPROPERTYSETTEMPLATE('2Twei8EELABDfBuEHG693$',$,'Pset_CoaxialCable','Properties applicable to a coaxial cable, which is a copper cable with a variable number of copper coaxial pair conductors used to transmit data by means of electrical signals, especially at radio frequency. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type CABLESEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CABLESEGMENT',(#334,#538,#1602,#1846,#2113,#3019,#2137)); +#3429= IFCPROPERTYSETTEMPLATE('2B2OU6K4r3mxn0CyZEpEvj',$,'Pset_CableSegmentOccurrence','Properties for the occurrence of an electrical cable, core or conductor that conforms to a type as specified by an appropriate type definition within IFC. NOTE: Maximum allowed voltage drop should be derived from the property within Pset_ElectricalCircuit.',.PSET_OCCURRENCEDRIVEN.,'IfcCableSegment',(#628,#3112,#1887,#1219,#1220,#678,#2609,#311,#1692,#1314,#1327,#574,#1577,#2071,#2462)); -#3430= IFCPROPERTYSETTEMPLATE('1ps1m0qSaHuO00025QrE$V',$,'Pset_CoilOccurrence','Coil occurrence attributes attached to an instance of IfcCoil.',.PSET_OCCURRENCEDRIVEN.,'IfcCoil',(#1055)); +#3430= IFCPROPERTYSETTEMPLATE('0O39E0qSSHuO00025QrE$V',$,'Pset_CableSegmentTypeBusBarSegment','Properties specific to busbar cable segments.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/BUSBARSEGMENT',(#1313,#1751,#3085,#43,#2926,#574,#606,#1561,#2897,#3326,#570,#1226,#1984,#1940,#2184)); -#3431= IFCPROPERTYSETTEMPLATE('1$AqU0qSaHuO00025QrE$V',$,'Pset_CoilPHistory','Coil performance history common attributes.\X\0D\X\0ASound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcCoil',(#177,#95,#2609,#807)); +#3431= IFCPROPERTYSETTEMPLATE('0bAOA0qSSHuO00025QrE$V',$,'Pset_CableSegmentTypeCableSegment','Electrical cable with a specific purpose to lead electric current within a circuit or any other electric construction. Includes all types of electric cables, mainly several electrical segments wrapped together, e.g. cable, tube, busbar. Note that the number of conductors within a cable is determined by an aggregation mechanism that aggregates the conductors within the cable. A single-core cable is defined in IEV 461-06-02 as being ''a cable having only one core''; a multiconductor cable is defined in IEV 461-06-03 as b eing ''a cable having more than one conductor, some of which may be uninsulated''; a mulicore cable is defined in IEV 461-06-04 as being ''a cable having more than one core''.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CABLESEGMENT',(#2682,#1862,#1984,#2182,#2422,#1059,#1593,#1606,#2656,#3262,#2445,#2447,#1010,#954,#43,#574,#606,#1561,#1579,#1576,#1918,#1229,#2184)); -#3432= IFCPROPERTYSETTEMPLATE('2Irgu0qSaHuO00025QrE$V',$,'Pset_CoilTypeCommon','Coil type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCoil',(#2263,#2760,#1930,#85,#1799,#1782,#1819,#2026)); +#3432= IFCPROPERTYSETTEMPLATE('2htb_0qSSHuO00025QrE$V',$,'Pset_CableSegmentTypeCommon','Properties for the definitions of electrical cable segments.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment',(#2274,#2773)); -#3433= IFCPROPERTYSETTEMPLATE('3OatQ0qSaHuO00025QrE$V',$,'Pset_CoilTypeHydronic','Hydronic coil type attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCoil',(#914,#372,#371,#374,#373,#1078,#2097,#2419,#2999,#3221,#285,#2441,#3252)); +#3433= IFCPROPERTYSETTEMPLATE('0atRS0qSWHuO00025QrE$V',$,'Pset_CableSegmentTypeConductorSegment','An electrical conductor is a single linear element with the specific purpose to lead electric current. The core of one lead is normally single wired or multiwired which are intertwined. According to IEC 60050: IEV 195-01-07, a conductor is a conductive part intended to carry a specified electric current.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CONDUCTORSEGMENT',(#570,#952,#1563,#480,#2500,#1751,#43,#2926,#574,#3085,#1561,#2897,#3326,#606,#1984,#1862,#2184)); -#3434= IFCPROPERTYSETTEMPLATE('1AQy00qSeHuO00025QrE$V',$,'Pset_ColumnCommon','Properties common to the definition of all occurrence and type objects of column.',.PSET_TYPEDRIVENOVERRIDE.,'IfcColumn',(#2225,#2729,#2581,#2392,#1285,#2924,#1471,#865)); +#3434= IFCPROPERTYSETTEMPLATE('1YjUDxeJO1UI$t60LxenT$',$,'Pset_CableSegmentTypeContactWire','Properties of contact wires used in overhead contact line systems. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type CONTACTWIRESEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CONTACTWIRESEGMENT',(#43,#2926,#574,#606,#1561,#3326,#570,#2991,#2897)); -#3435= IFCPROPERTYSETTEMPLATE('2DBPW0qSeHuO00025QrE$V',$,'Pset_CommunicationsAppliancePHistory','Captures realtime information for communications devices, such as for server farm energy usage. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcCommunicationsAppliance',(#2063)); +#3435= IFCPROPERTYSETTEMPLATE('1jbN00qSWHuO00025QrE$V',$,'Pset_CableSegmentTypeCoreSegment','An assembly comprising a conductor with its own insulation (and screens if any)',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CORESEGMENT',(#1985,#2184,#2181,#2423,#523,#2527,#3263,#3085,#2446,#2448,#1011,#955,#2684,#2926,#574,#606,#1418,#1561,#2897,#3326,#43,#2812)); -#3436= IFCPROPERTYSETTEMPLATE('1thMzNtIwb$dzhJUfjV7Sw',$,'Pset_CommunicationsApplianceTypeAntenna','Properties common to an antenna. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with the predefined type ANTENNA.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/ANTENNA',(#120,#2043,#2139,#122)); +#3436= IFCPROPERTYSETTEMPLATE('1XywgPBLBsJdhXFgekf6UF',$,'Pset_CableSegmentTypeEarthingConductor','Properties of earthing conductors used in overhead contact line systems. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type CONDUCTORSEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CONDUCTORSEGMENT',(#2378)); -#3437= IFCPROPERTYSETTEMPLATE('2iYwWkqvu1XAXM_ZLi4n$c',$,'Pset_CommunicationsApplianceTypeAutomaton','Properties common to automaton appliances. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type of AUTOMATON.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/AUTOMATON',(#1202,#1966)); +#3437= IFCPROPERTYSETTEMPLATE('11zk8ID5H3$IAQQEHVr2Nt',$,'Pset_CableSegmentTypeFiberSegment','Properties of fiber segments. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type FIBERSEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/FIBERSEGMENT',(#835,#1073,#838)); -#3438= IFCPROPERTYSETTEMPLATE('2KxJo0qSeHuO00025QrE$V',$,'Pset_CommunicationsApplianceTypeCommon','Common properties for communications appliances. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance',(#2268,#2762)); +#3438= IFCPROPERTYSETTEMPLATE('2_fHVOZ3rFCg8JQ7Ujpx3c',$,'Pset_CableSegmentTypeFiberTubeSegment','Properties of Fiber tubes segments. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type FIBERTUBESEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/FIBERTUBE',(#837,#1870)); -#3439= IFCPROPERTYSETTEMPLATE('2lbRkr0zQOlM3PVKC6a8Vl',$,'Pset_CommunicationsApplianceTypeComputer','Properties common to a computer. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type of COMPUTER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/COMPUTER',(#2792,#3097)); +#3439= IFCPROPERTYSETTEMPLATE('2y6G_WaGiFBm5uXfKGEJBH',$,'Pset_CableSegmentTypeOpticalCableSegment','Properties of optical cables segments. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type OPTICALCABLESEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/OPTICALCABLESEGMENT',(#1870,#1950,#1881,#1901,#1914,#836)); -#3440= IFCPROPERTYSETTEMPLATE('158Qqo0HeddapqCQKHHFw1',$,'Pset_CommunicationsApplianceTypeGateway','Properties common to a gateway. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type of GATEWAY.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/GATEWAY',(#1862)); +#3440= IFCPROPERTYSETTEMPLATE('3DPe4Z1lrNZ2x32leTdGJN',$,'Pset_CableSegmentTypeStitchWire','Properties of stitch wires. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type STICHWIRE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/STITCHWIRE',(#152,#1795,#1633,#3085,#2897)); -#3441= IFCPROPERTYSETTEMPLATE('1y3mhYYUglyebURQtI1TUM',$,'Pset_CommunicationsApplianceTypeIntelligentPeripheral','Properties common to a intelligent peripheral. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type of INTELLIGENT_PERIPHERAL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/INTELLIGENTPERIPHERAL',(#3094)); +#3441= IFCPROPERTYSETTEMPLATE('23RWfrWBNKEmpDYItQpcmx',$,'Pset_CableSegmentTypeWirePairSegment','Properties of wire pair segments. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type WIREPAIRSEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/WIREPAIRSEGMENT',(#335,#454,#522,#1380,#2528,#3290)); -#3442= IFCPROPERTYSETTEMPLATE('0AUNbrd5guo7$_Si9pnZIg',$,'Pset_CommunicationsApplianceTypeIpNetworkEquipment','Properties common to a IP network equipment. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type of IP_NETWORK_EQUIPMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/IPNETWORKEQUIPMENT',(#1891,#774,#1849,#2822,#1532,#1862)); +#3442= IFCPROPERTYSETTEMPLATE('3CozvThg9ENQLQTWA77IQ7',$,'Pset_CargoCommon','Properties common to the definition of all occurrences of _IfcTransportElement_ and types of _IfcTransportElementType_ with the predefined type set to CARGO.',.PSET_TYPEDRIVENOVERRIDE.,'IfcVehicle/CARGO',(#2114,#56,#2113)); -#3443= IFCPROPERTYSETTEMPLATE('1g1KR9_kgRn0tdXmaoNnje',$,'Pset_CommunicationsApplianceTypeModem','Properties common to a modem. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type MODEM.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/MODEM',(#1847,#1898,#404,#3012)); +#3443= IFCPROPERTYSETTEMPLATE('3hIvAY4_nIO5x900DEA7fz',$,'Pset_CessBetweenRails','Properties in this property set are applicable for IfcSlab with PredefinedType TRACKSLAB, indicated that the slab is a cess or covering between rails.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab/TRACKSLAB',(#1381,#338,#1488,#3107)); -#3444= IFCPROPERTYSETTEMPLATE('1T4UINgrEfAs6eYbIX5JMp',$,'Pset_CommunicationsApplianceTypeOpticalLineTerminal','Properties common to a optical line terminal. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type OPTICALLINETERMINAL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/OPTICALLINETERMINAL',(#1891,#1862)); +#3444= IFCPROPERTYSETTEMPLATE('3IwM40qSWHuO00025QrE$V',$,'Pset_ChillerPHistory','Chiller performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcChiller',(#299,#771,#368)); -#3445= IFCPROPERTYSETTEMPLATE('1Qow3jpcp$TBM45huFXC6s',$,'Pset_CommunicationsApplianceTypeOpticalNetworkUnit','Properties common to a optical network unit. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type OPTICAL_NETWORK_UNIT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/OPTICALNETWORKUNIT',(#1939,#1862)); +#3445= IFCPROPERTYSETTEMPLATE('3aCcs0qSWHuO00025QrE$V',$,'Pset_ChillerTypeCommon','Chiller type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcChiller',(#2297,#2786,#1747,#1766,#1748,#1770,#1776,#1804,#302,#370,#950)); -#3446= IFCPROPERTYSETTEMPLATE('080b2VQlmd8tVVEyEhRdT2',$,'Pset_CommunicationsApplianceTypeTelecommand','Properties common to a telecommand. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type TELECOMMAND.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/TELECOMMAND',(#1907,#1852)); +#3446= IFCPROPERTYSETTEMPLATE('0urUY0qSaHuO00025QrE$V',$,'Pset_ChimneyCommon','Properties common to the definition of all occurrence and type objects of chimneys.',.PSET_TYPEDRIVENOVERRIDE.,'IfcChimney',(#2226,#2732,#1866,#1294,#2940,#1477,#868)); -#3447= IFCPROPERTYSETTEMPLATE('0aqb1B326mnio9NjHIvdOf',$,'Pset_CommunicationsApplianceTypeTelephonyExchange','Properties common to a telephony exchange. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type TELEPHONYEXCHANGE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/TELEPHONYEXCHANGE',(#3094)); +#3447= IFCPROPERTYSETTEMPLATE('2QshPSbtHEWeYz4t$IJ_5k',$,'Pset_CivilElementCommon','Properties common to the definition of all occurrence and type objects of civil element.',$,$,(#2242,#2704)); -#3448= IFCPROPERTYSETTEMPLATE('267ErBq$$KykFgax3JjaSN',$,'Pset_CommunicationsApplianceTypeTransportEquipment','Properties common to a transport equipment. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type TRANSPORTEQUIPMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/TRANSPORTEQUIPMENT',(#1364,#734,#1891,#3027,#3026)); +#3448= IFCPROPERTYSETTEMPLATE('2Twei8EELABDfBuEHG693$',$,'Pset_CoaxialCable','Properties applicable to a coaxial cable, which is a copper cable with a variable number of copper coaxial pair conductors used to transmit data by means of electrical signals, especially at radio frequency. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type CABLESEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CABLESEGMENT',(#335,#542,#1613,#1858,#2125,#3036,#2149)); -#3449= IFCPROPERTYSETTEMPLATE('3JWlS0qSeHuO00025QrE$V',$,'Pset_CompressorPHistory','Compressor performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcCompressor',(#416,#763,#368,#3178,#411,#1616,#1268,#422,#2485,#1199,#1524,#937,#423,#940)); +#3449= IFCPROPERTYSETTEMPLATE('1ps1m0qSaHuO00025QrE$V',$,'Pset_CoilOccurrence','Coil occurrence attributes attached to an instance of IfcCoil.',.PSET_OCCURRENCEDRIVEN.,'IfcCoil',(#1065)); -#3450= IFCPROPERTYSETTEMPLATE('0AMGq0qSiHuO00025QrE$V',$,'Pset_CompressorTypeCommon','Compressor type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCompressor',(#2200,#2699,#2061,#2307,#1637,#1585,#421,#1734,#1151,#1152,#1034,#1164)); +#3450= IFCPROPERTYSETTEMPLATE('1$AqU0qSaHuO00025QrE$V',$,'Pset_CoilPHistory','Coil performance history common attributes.\X\0D\X\0ASound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcCoil',(#177,#95,#2623,#816)); -#3451= IFCPROPERTYSETTEMPLATE('1$B4S0qSiHuO00025QrE$V',$,'Pset_ConcreteElementGeneral','General properties common to different types of concrete elements, including reinforced concrete elements. The property set can be used by a number of subtypes of IfcBuildingElement, indicated that such element is designed or constructed using a concrete construction method.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRailing,IfcRamp,IfcRampFlight,IfcRoof,IfcSlab,IfcStair,IfcStairFlight,IfcWall,IfcCivilElement',(#477,#2802,#2799,#795,#2319,#2315,#642,#479,#434,#436,#435,#2318)); +#3451= IFCPROPERTYSETTEMPLATE('2Irgu0qSaHuO00025QrE$V',$,'Pset_CoilTypeCommon','Coil type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCoil',(#2275,#2776,#1942,#85,#1811,#1794,#1831,#2038)); -#3452= IFCPROPERTYSETTEMPLATE('1Okjk0qSmHuO00025QrE$V',$,'Pset_CondenserPHistory','Condenser performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcCondenser',(#1093,#797,#1222,#2310,#441,#1496,#3064,#417,#418,#440,#3215)); +#3452= IFCPROPERTYSETTEMPLATE('3OatQ0qSaHuO00025QrE$V',$,'Pset_CoilTypeHydronic','Hydronic coil type attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCoil',(#923,#373,#372,#375,#374,#1088,#2109,#2431,#3016,#3240,#286,#2453,#3271)); -#3453= IFCPROPERTYSETTEMPLATE('29cn20qSmHuO00025QrE$V',$,'Pset_CondenserTypeCommon','Condenser type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCondenser',(#2255,#2768,#2309,#801,#1233,#1231,#1235,#1766,#1768)); +#3453= IFCPROPERTYSETTEMPLATE('1AQy00qSeHuO00025QrE$V',$,'Pset_ColumnCommon','Properties common to the definition of all occurrence and type objects of column.',.PSET_TYPEDRIVENOVERRIDE.,'IfcColumn',(#2237,#2745,#2593,#2404,#1295,#2941,#1482,#874)); -#3454= IFCPROPERTYSETTEMPLATE('3H8Po0qSmHuO00025QrE$V',$,'Pset_Condition','Determines the state or condition of an element at a particular point in time.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcSystem,IfcAsset',(#156,#155,#157,#160,#159,#1402,#1710,#158)); +#3454= IFCPROPERTYSETTEMPLATE('2DBPW0qSeHuO00025QrE$V',$,'Pset_CommunicationsAppliancePHistory','Captures realtime information for communications devices, such as for server farm energy usage. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcCommunicationsAppliance',(#2075)); -#3455= IFCPROPERTYSETTEMPLATE('3czcPErGH0YhnTpd4hPjFw',$,'Pset_ConstructionAdministration','Properties for Construction Administration. Often used for facility and asset management.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#2105,#2646,#2810)); +#3455= IFCPROPERTYSETTEMPLATE('1thMzNtIwb$dzhJUfjV7Sw',$,'Pset_CommunicationsApplianceTypeAntenna','Properties common to an antenna. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with the predefined type ANTENNA.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/ANTENNA',(#120,#2055,#2151,#122)); -#3456= IFCPROPERTYSETTEMPLATE('3eO8e0qSmHuO00025QrE$V',$,'Pset_ConstructionResource','Properties for tracking resource usage over time.',.PSET_TYPEDRIVENOVERRIDE.,'IfcConstructionResource',(#2408,#51,#2344,#2406,#48,#2343,#2405,#47)); +#3456= IFCPROPERTYSETTEMPLATE('2iYwWkqvu1XAXM_ZLi4n$c',$,'Pset_CommunicationsApplianceTypeAutomaton','Properties common to automaton appliances. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type of AUTOMATON.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/AUTOMATON',(#1212,#1978)); -#3457= IFCPROPERTYSETTEMPLATE('04$C80qSqHuO00025QrE$V',$,'Pset_ControllerPHistory','Properties for history of controller values. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcController',(#3102,#2130,#2693)); +#3457= IFCPROPERTYSETTEMPLATE('2KxJo0qSeHuO00025QrE$V',$,'Pset_CommunicationsApplianceTypeCommon','Common properties for communications appliances. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance',(#2280,#2778)); -#3458= IFCPROPERTYSETTEMPLATE('0JIju0qSqHuO00025QrE$V',$,'Pset_ControllerTypeCommon','Controller type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController',(#2208,#2707)); +#3458= IFCPROPERTYSETTEMPLATE('2lbRkr0zQOlM3PVKC6a8Vl',$,'Pset_CommunicationsApplianceTypeComputer','Properties common to a computer. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type of COMPUTER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/COMPUTER',(#2808,#3115)); -#3459= IFCPROPERTYSETTEMPLATE('0fyJK0qSqHuO00025QrE$V',$,'Pset_ControllerTypeFloating','Properties for signal handling for an analog controller taking disparate valued multiple inputs and creating a single valued output. HISTORY: IFC4 adapted from Pset_ControllerTypeCommon and applicable predefined type made specific to FLOATING; ACCUMULATOR and PULSECONVERTER types added; additional properties added to replace Pset_AnalogInput and Pset_AnalogOutput.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController/FLOATING',(#498,#1385,#2160,#3104,#2551,#2544,#2560)); +#3459= IFCPROPERTYSETTEMPLATE('158Qqo0HeddapqCQKHHFw1',$,'Pset_CommunicationsApplianceTypeGateway','Properties common to a gateway. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type of GATEWAY.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/GATEWAY',(#1874)); -#3460= IFCPROPERTYSETTEMPLATE('1u1ZY0qSqHuO00025QrE$V',$,'Pset_ControllerTypeMultiPosition','Properties for discrete inputs, outputs, and values within a programmable logic controller. HISTORY: New in IFC4, replaces Pset_MultiStateInput and Pset_MultiStateOutput.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController/MULTIPOSITION',(#500,#1386,#2161,#3106)); +#3460= IFCPROPERTYSETTEMPLATE('1y3mhYYUglyebURQtI1TUM',$,'Pset_CommunicationsApplianceTypeIntelligentPeripheral','Properties common to a intelligent peripheral. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type of INTELLIGENT_PERIPHERAL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/INTELLIGENTPERIPHERAL',(#3111)); -#3461= IFCPROPERTYSETTEMPLATE('2S_gk0qSqHuO00025QrE$V',$,'Pset_ControllerTypeProgrammable','Properties for Discrete Digital Control (DDC) or programmable logic controllers. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController/PROGRAMMABLE',(#501,#873,#2594,#131)); +#3461= IFCPROPERTYSETTEMPLATE('0AUNbrd5guo7$_Si9pnZIg',$,'Pset_CommunicationsApplianceTypeIpNetworkEquipment','Properties common to a IP network equipment. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type of IP_NETWORK_EQUIPMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/IPNETWORKEQUIPMENT',(#1903,#783,#1861,#2839,#1543,#1874)); -#3462= IFCPROPERTYSETTEMPLATE('2tD8c0qSqHuO00025QrE$V',$,'Pset_ControllerTypeProportional','Properties for signal handling for an proportional controller taking setpoint and feedback inputs and creating a single valued output. HISTORY: In IFC4, SignalFactor1, SignalFactor2 and SignalFactor3 changed to ProportionalConstant, IntegralConstant and DerivativeConstant. SignalTime1 and SignalTime2 changed to SignalTimeIncrease and SignalTimeDecrease.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController/PROPORTIONAL',(#502,#1387,#2162,#3108,#2115,#1220,#612,#2562,#2561)); +#3462= IFCPROPERTYSETTEMPLATE('1g1KR9_kgRn0tdXmaoNnje',$,'Pset_CommunicationsApplianceTypeModem','Properties common to a modem. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type MODEM.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/MODEM',(#1859,#1910,#405,#3029)); -#3463= IFCPROPERTYSETTEMPLATE('3zYUY0qSqHuO00025QrE$V',$,'Pset_ControllerTypeTwoPosition','Properties for signal handling for an analog controller taking disparate valued multiple inputs and creating a single valued binary output. HISTORY: In IFC4, extended properties to replace Pset_BinaryInput and Pset_BinaryOutput.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController/TWOPOSITION',(#497,#1384,#2042,#3103)); +#3463= IFCPROPERTYSETTEMPLATE('1T4UINgrEfAs6eYbIX5JMp',$,'Pset_CommunicationsApplianceTypeOpticalLineTerminal','Properties common to a optical line terminal. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type OPTICALLINETERMINAL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/OPTICALLINETERMINAL',(#1903,#1874)); -#3464= IFCPROPERTYSETTEMPLATE('0qN$w0qSuHuO00025QrE$V',$,'Pset_CooledBeamPHistory','Common performance history attributes for a cooled beam.',.PSET_PERFORMANCEDRIVEN.,'IfcCooledBeam',(#2979,#2985,#220,#221,#514,#1088,#532,#533,#3222,#2818,#2373,#2819,#2374)); +#3464= IFCPROPERTYSETTEMPLATE('1Qow3jpcp$TBM45huFXC6s',$,'Pset_CommunicationsApplianceTypeOpticalNetworkUnit','Properties common to a optical network unit. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type OPTICAL_NETWORK_UNIT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/OPTICALNETWORKUNIT',(#1951,#1874)); -#3465= IFCPROPERTYSETTEMPLATE('1bG3E0qSuHuO00025QrE$V',$,'Pset_CooledBeamPHistoryActive','Performance history attributes for an active cooled beam.',.PSET_PERFORMANCEDRIVEN.,'IfcCooledBeam/ACTIVE',(#79,#2942,#98)); +#3465= IFCPROPERTYSETTEMPLATE('080b2VQlmd8tVVEyEhRdT2',$,'Pset_CommunicationsApplianceTypeTelecommand','Properties common to a telecommand. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type TELECOMMAND.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/TELECOMMAND',(#1919,#1864)); -#3466= IFCPROPERTYSETTEMPLATE('1sYK00qSuHuO00025QrE$V',$,'Pset_CooledBeamTypeActive','Active (ventilated) cooled beam common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCooledBeam/ACTIVE',(#75,#83,#2815,#461)); +#3466= IFCPROPERTYSETTEMPLATE('0aqb1B326mnio9NjHIvdOf',$,'Pset_CommunicationsApplianceTypeTelephonyExchange','Properties common to a telephony exchange. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type TELEPHONYEXCHANGE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/TELEPHONYEXCHANGE',(#3111)); -#3467= IFCPROPERTYSETTEMPLATE('2cE4W0qSuHuO00025QrE$V',$,'Pset_CooledBeamTypeCommon','Cooled beam common attributes.\X\0D\X\0ASoundLevel and SoundAttenuation attributes deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCooledBeam',(#2256,#2752,#1297,#2024,#3214,#3223,#1737,#1812,#1811,#1809,#1795,#1821,#1763,#1813,#1810,#1796,#1822,#1221,#838,#375,#377)); +#3467= IFCPROPERTYSETTEMPLATE('267ErBq$$KykFgax3JjaSN',$,'Pset_CommunicationsApplianceTypeTransportEquipment','Properties common to a transport equipment. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type TRANSPORTEQUIPMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/TRANSPORTEQUIPMENT',(#1375,#743,#1903,#3044,#3043)); -#3468= IFCPROPERTYSETTEMPLATE('14nAa0qSyHuO00025QrE$V',$,'Pset_CoolingTowerPHistory','Cooling tower performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcCoolingTower',(#297,#1095,#2813,#3062,#2005)); +#3468= IFCPROPERTYSETTEMPLATE('3JWlS0qSeHuO00025QrE$V',$,'Pset_CompressorPHistory','Compressor performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcCompressor',(#420,#772,#369,#3196,#415,#1628,#1278,#426,#2497,#1209,#1535,#946,#427,#949)); -#3469= IFCPROPERTYSETTEMPLATE('1RQm00qSyHuO00025QrE$V',$,'Pset_CoolingTowerTypeCommon','Cooling tower type common attributes.\X\0D\X\0AWaterRequirement attribute unit type modified in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCoolingTower',(#2242,#2720,#1733,#341,#897,#2655,#299,#496,#1843,#214,#1431,#3226,#1934,#108,#109)); +#3469= IFCPROPERTYSETTEMPLATE('0AMGq0qSiHuO00025QrE$V',$,'Pset_CompressorTypeCommon','Compressor type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCompressor',(#2212,#2715,#2073,#2319,#1649,#1596,#425,#1746,#1161,#1162,#1044,#1174)); -#3470= IFCPROPERTYSETTEMPLATE('0RRBEgbUbFx8qQrjK2xRI4',$,'Pset_CourseApplicationConditions','Properties regarding the conditions when applying a course.',.PSET_OCCURRENCEDRIVEN.,'IfcCourse',(#136,#3236)); +#3470= IFCPROPERTYSETTEMPLATE('1$B4S0qSiHuO00025QrE$V',$,'Pset_ConcreteElementGeneral','General properties common to different types of concrete elements, including reinforced concrete elements. The property set can be used by a number of subtypes of IfcBuildingElement, indicated that such element is designed or constructed using a concrete construction method.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRailing,IfcRamp,IfcRampFlight,IfcRoof,IfcSlab,IfcStair,IfcStairFlight,IfcWall,IfcCivilElement',(#481,#2818,#2815,#804,#2331,#2327,#650,#483,#438,#440,#439,#2330)); -#3471= IFCPROPERTYSETTEMPLATE('3IE0kQTsb1r9Cc4EPpArTj',$,'Pset_CourseCommon','Common properties for courses.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCourse',(#1783,#1814,#1826)); +#3471= IFCPROPERTYSETTEMPLATE('1Okjk0qSmHuO00025QrE$V',$,'Pset_CondenserPHistory','Condenser performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcCondenser',(#1103,#806,#1232,#2322,#445,#1507,#3081,#421,#422,#444,#3233)); -#3472= IFCPROPERTYSETTEMPLATE('3roqE0qSyHuO00025QrE$V',$,'Pset_CoveringCeiling','Properties common to the definition of all occurrence and type objects of covering with the predefined type set to CEILING.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCovering/CEILING',(#2011,#2949,#2950)); +#3472= IFCPROPERTYSETTEMPLATE('29cn20qSmHuO00025QrE$V',$,'Pset_CondenserTypeCommon','Condenser type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCondenser',(#2267,#2784,#2321,#810,#1243,#1241,#1245,#1778,#1780)); -#3473= IFCPROPERTYSETTEMPLATE('0HDaw0qT0HuO00025QrE$V',$,'Pset_CoveringCommon','Properties common to the definition of all occurrence and type objects of covering',.PSET_TYPEDRIVENOVERRIDE.,'IfcCovering',(#2206,#2704,#35,#882,#927,#397,#2828,#836,#1280,#2920,#853)); +#3473= IFCPROPERTYSETTEMPLATE('3H8Po0qSmHuO00025QrE$V',$,'Pset_Condition','Determines the state or condition of an element at a particular point in time.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcSystem,IfcAsset',(#156,#155,#157,#160,#159,#1413,#1722,#158)); -#3474= IFCPROPERTYSETTEMPLATE('1SK660qT0HuO00025QrE$V',$,'Pset_CoveringFlooring','Properties common to the definition of all occurrence and type objects of covering with the predefined type set to FLOORING.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCovering/FLOORING,',(#1044,#1011)); +#3474= IFCPROPERTYSETTEMPLATE('3czcPErGH0YhnTpd4hPjFw',$,'Pset_ConstructionAdministration','Properties for Construction Administration. Often used for facility and asset management.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#2117,#2662,#2826)); -#3475= IFCPROPERTYSETTEMPLATE('17POm$Kwd5xBxEXf81lSPO',$,'Pset_CoveringTypeMembrane','',.PSET_TYPEDRIVENOVERRIDE.,'IfcCovering/MEMBRANE',(#1781,#1818)); +#3475= IFCPROPERTYSETTEMPLATE('3eO8e0qSmHuO00025QrE$V',$,'Pset_ConstructionResource','Properties for tracking resource usage over time.',.PSET_TYPEDRIVENOVERRIDE.,'IfcConstructionResource',(#2420,#51,#2356,#2418,#48,#2355,#2417,#47)); -#3476= IFCPROPERTYSETTEMPLATE('2w3gSa$39jSNiLp2HrKYHd',$,'Pset_CurrentInstrumentTransformer','Instrument transformers are high accuracy class electrical devices used to isolate or transform voltage or current levels. The main function of instrument transformers is to operate instruments or metering from high voltage or high current circuits, safely isolating secondary control circuitry from the high voltages or currents. Combination instrument transformers are metering current.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrument/AMMETER, IfcFlowInstrument/COMBINED',(#26,#27,#2173,#1739,#1791,#1876,#2095,#2093,#2418,#2416)); +#3476= IFCPROPERTYSETTEMPLATE('04$C80qSqHuO00025QrE$V',$,'Pset_ControllerPHistory','Properties for history of controller values. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcController',(#3120,#2142,#2709)); -#3477= IFCPROPERTYSETTEMPLATE('1kCWI0qT0HuO00025QrE$V',$,'Pset_CurtainWallCommon','Properties common to the definition of all occurrences of IfcCurtainWall.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCurtainWall',(#2237,#2739,#36,#866,#398,#2830,#2925,#1286)); +#3477= IFCPROPERTYSETTEMPLATE('0JIju0qSqHuO00025QrE$V',$,'Pset_ControllerTypeCommon','Controller type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController',(#2220,#2723)); -#3478= IFCPROPERTYSETTEMPLATE('2iBoY0qT0HuO00025QrE$V',$,'Pset_DamperOccurrence','Damper occurrence attributes attached to an instance of IfcDamper',.PSET_OCCURRENCEDRIVEN.,'IfcDamper',(#2573)); +#3478= IFCPROPERTYSETTEMPLATE('0fyJK0qSqHuO00025QrE$V',$,'Pset_ControllerTypeFloating','Properties for signal handling for an analog controller taking disparate valued multiple inputs and creating a single valued output. HISTORY: IFC4 adapted from Pset_ControllerTypeCommon and applicable predefined type made specific to FLOATING; ACCUMULATOR and PULSECONVERTER types added; additional properties added to replace Pset_AnalogInput and Pset_AnalogOutput.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController/FLOATING',(#502,#1396,#2172,#3122,#2563,#2556,#2572)); -#3479= IFCPROPERTYSETTEMPLATE('2_4Ck0qT0HuO00025QrE$V',$,'Pset_DamperPHistory','Damper performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcDamper',(#81,#1411,#2075,#243,#588,#2078)); +#3479= IFCPROPERTYSETTEMPLATE('1u1ZY0qSqHuO00025QrE$V',$,'Pset_ControllerTypeMultiPosition','Properties for discrete inputs, outputs, and values within a programmable logic controller. HISTORY: New in IFC4, replaces Pset_MultiStateInput and Pset_MultiStateOutput.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController/MULTIPOSITION',(#504,#1397,#2173,#3124)); -#3480= IFCPROPERTYSETTEMPLATE('3N6No0qT0HuO00025QrE$V',$,'Pset_DamperTypeCommon','Damper type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamper',(#2294,#2779,#1924,#1944,#247,#241,#245,#242,#1837,#804,#1560,#2870,#1607,#2875,#1713,#1921,#1416,#1508,#1414,#2312,#932,#928,#931,#360)); +#3480= IFCPROPERTYSETTEMPLATE('2S_gk0qSqHuO00025QrE$V',$,'Pset_ControllerTypeProgrammable','Properties for Discrete Digital Control (DDC) or programmable logic controllers. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController/PROGRAMMABLE',(#505,#882,#2608,#131)); -#3481= IFCPROPERTYSETTEMPLATE('2UBTU0qT4HuO00025QrE$V',$,'Pset_DamperTypeControlDamper','Control damper type attributes.\X\0D\X\0APset renamed from Pset_DamperTypeControl to Pset_DamperTypeControlDamper in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamper/CONTROLDAMPER',(#2971,#494)); +#3481= IFCPROPERTYSETTEMPLATE('2tD8c0qSqHuO00025QrE$V',$,'Pset_ControllerTypeProportional','Properties for signal handling for an proportional controller taking setpoint and feedback inputs and creating a single valued output. HISTORY: In IFC4, SignalFactor1, SignalFactor2 and SignalFactor3 changed to ProportionalConstant, IntegralConstant and DerivativeConstant. SignalTime1 and SignalTime2 changed to SignalTimeIncrease and SignalTimeDecrease.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController/PROPORTIONAL',(#506,#1398,#2174,#3126,#2127,#1230,#620,#2574,#2573)); -#3482= IFCPROPERTYSETTEMPLATE('2tpny0qT4HuO00025QrE$V',$,'Pset_DamperTypeFireDamper','Fire damper type attributes.\X\0D\X\0APset renamed from Pset_DamperTypeFire to Pset_DamperTypeFireDamper in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamper/FIREDAMPER',(#52,#361,#870,#951)); +#3482= IFCPROPERTYSETTEMPLATE('3zYUY0qSqHuO00025QrE$V',$,'Pset_ControllerTypeTwoPosition','Properties for signal handling for an analog controller taking disparate valued multiple inputs and creating a single valued binary output. HISTORY: In IFC4, extended properties to replace Pset_BinaryInput and Pset_BinaryOutput.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController/TWOPOSITION',(#501,#1395,#2054,#3121)); -#3483= IFCPROPERTYSETTEMPLATE('3YkNC0qT4HuO00025QrE$V',$,'Pset_DamperTypeFireSmokeDamper','Combination Fire and Smoke damper type attributes.\X\0D\X\0ANew Pset in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamper/FIRESMOKEDAMPER',(#503,#53,#362,#869,#950)); +#3483= IFCPROPERTYSETTEMPLATE('0qN$w0qSuHuO00025QrE$V',$,'Pset_CooledBeamPHistory','Common performance history attributes for a cooled beam.',.PSET_PERFORMANCEDRIVEN.,'IfcCooledBeam',(#2996,#3002,#220,#221,#518,#1098,#536,#537,#3241,#2834,#2385,#2835,#2386)); -#3484= IFCPROPERTYSETTEMPLATE('0IQ7i0qT8HuO00025QrE$V',$,'Pset_DamperTypeSmokeDamper','Smoke damper type attributes.\X\0D\X\0APset renamed from Pset_DamperTypeSmoke to Pset_DamperTypeSmokeDamper in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamper/SMOKEDAMPER',(#499)); +#3484= IFCPROPERTYSETTEMPLATE('1bG3E0qSuHuO00025QrE$V',$,'Pset_CooledBeamPHistoryActive','Performance history attributes for an active cooled beam.',.PSET_PERFORMANCEDRIVEN.,'IfcCooledBeam/ACTIVE',(#79,#2959,#98)); -#3485= IFCPROPERTYSETTEMPLATE('2IL3Kqvh4_WmQQZWIVqQYa',$,'Pset_DataTransmissionUnit','Properties common to a data transmission unit. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type MODEM.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/MODEM',(#3285,#2451,#597)); +#3485= IFCPROPERTYSETTEMPLATE('1sYK00qSuHuO00025QrE$V',$,'Pset_CooledBeamTypeActive','Active (ventilated) cooled beam common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCooledBeam/ACTIVE',(#75,#83,#2831,#465)); -#3486= IFCPROPERTYSETTEMPLATE('0TkwQ0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryColumnShoe','Shape properties common to column shoes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/SHOE',(#390,#391,#389,#393,#394,#392)); +#3486= IFCPROPERTYSETTEMPLATE('2cE4W0qSuHuO00025QrE$V',$,'Pset_CooledBeamTypeCommon','Cooled beam common attributes.\X\0D\X\0ASoundLevel and SoundAttenuation attributes deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCooledBeam',(#2268,#2768,#1307,#2036,#3232,#3242,#1749,#1824,#1823,#1821,#1807,#1833,#1775,#1825,#1822,#1808,#1834,#1231,#847,#376,#378)); -#3487= IFCPROPERTYSETTEMPLATE('16t3S0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryCornerFixingPlate','Properties specific to corner fixing plates.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Corner fixing plate',(#530,#531,#529,#528)); +#3487= IFCPROPERTYSETTEMPLATE('14nAa0qSyHuO00025QrE$V',$,'Pset_CoolingTowerPHistory','Cooling tower performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcCoolingTower',(#298,#1105,#2829,#3079,#2017)); -#3488= IFCPROPERTYSETTEMPLATE('1Xhgk0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryDiagonalTrussConnector','Shape properties specific to connecting accessories in truss form with diagonal cross-bars.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Diagonal truss connector',(#634,#635,#633,#631,#636,#632)); +#3488= IFCPROPERTYSETTEMPLATE('1RQm00qSyHuO00025QrE$V',$,'Pset_CoolingTowerTypeCommon','Cooling tower type common attributes.\X\0D\X\0AWaterRequirement attribute unit type modified in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCoolingTower',(#2254,#2736,#1745,#342,#906,#2671,#300,#500,#1855,#214,#1442,#3245,#1946,#108,#109)); -#3489= IFCPROPERTYSETTEMPLATE('27r4k0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryEdgeFixingPlate','Properties specific to edge fixing plates.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Edge fixing plate',(#722,#723,#721,#720)); +#3489= IFCPROPERTYSETTEMPLATE('0RRBEgbUbFx8qQrjK2xRI4',$,'Pset_CourseApplicationConditions','Properties regarding the conditions when applying a course.',.PSET_OCCURRENCEDRIVEN.,'IfcCourse',(#136,#3255)); -#3490= IFCPROPERTYSETTEMPLATE('2Zr_q0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryFixingSocket','Properties common to fixing sockets.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Fixing socket',(#880,#877,#878,#879)); +#3490= IFCPROPERTYSETTEMPLATE('3IE0kQTsb1r9Cc4EPpArTj',$,'Pset_CourseCommon','Common properties for courses.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCourse',(#1795,#1826,#1838)); -#3491= IFCPROPERTYSETTEMPLATE('2yu9u0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryLadderTrussConnector','Shape properties specific to connecting accessories in truss form with straight cross-bars in ladder shape.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Ladder truss connector',(#1392,#1393,#1391,#1389,#1394,#1390)); +#3491= IFCPROPERTYSETTEMPLATE('3roqE0qSyHuO00025QrE$V',$,'Pset_CoveringCeiling','Properties common to the definition of all occurrence and type objects of covering with the predefined type set to CEILING.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCovering/CEILING',(#2023,#2966,#2967)); -#3492= IFCPROPERTYSETTEMPLATE('3ZdjI0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryStandardFixingPlate','Properties specific to standard fixing plates.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Standard fixing plate',(#2671,#2669,#2670)); +#3492= IFCPROPERTYSETTEMPLATE('0HDaw0qT0HuO00025QrE$V',$,'Pset_CoveringCommon','Properties common to the definition of all occurrence and type objects of covering',.PSET_TYPEDRIVENOVERRIDE.,'IfcCovering',(#2218,#2720,#35,#891,#936,#398,#2845,#845,#1290,#2937,#862)); -#3493= IFCPROPERTYSETTEMPLATE('2oQKs0c9_FRcUKQWnvCQkF',$,'Pset_DiscreteAccessoryTypeBracket','Properties of a bracket. The property set can be used by the predefined type BRACKET of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/BRACKET',(#1306)); +#3493= IFCPROPERTYSETTEMPLATE('1SK660qT0HuO00025QrE$V',$,'Pset_CoveringFlooring','Properties common to the definition of all occurrence and type objects of covering with the predefined type set to FLOORING.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCovering/FLOORING,',(#1054,#1021)); -#3494= IFCPROPERTYSETTEMPLATE('0tOwhMzFZVaVKJuF60ysyg',$,'Pset_DiscreteAccessoryTypeCableArranger','Properties used for a cable arranger. The property set can be used by the predefined type CABLEARRANGER of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/CABLEARRANGER',(#288)); +#3494= IFCPROPERTYSETTEMPLATE('17POm$Kwd5xBxEXf81lSPO',$,'Pset_CoveringTypeMembrane','',.PSET_TYPEDRIVENOVERRIDE.,'IfcCovering/MEMBRANE',(#1793,#1830)); -#3495= IFCPROPERTYSETTEMPLATE('0gvQ9DkosW_LgM0Ggr1BiM',$,'Pset_DiscreteAccessoryTypeInsulator','Properties of an insulator. The property set can be used by the predefined type INSULATOR of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/INSULATOR',(#2166,#2171,#1574,#269,#1216,#1929,#559,#1209,#1442,#226,#2383,#3168)); +#3495= IFCPROPERTYSETTEMPLATE('2w3gSa$39jSNiLp2HrKYHd',$,'Pset_CurrentInstrumentTransformer','Instrument transformers are high accuracy class electrical devices used to isolate or transform voltage or current levels. The main function of instrument transformers is to operate instruments or metering from high voltage or high current circuits, safely isolating secondary control circuitry from the high voltages or currents. Combination instrument transformers are metering current.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrument/AMMETER, IfcFlowInstrument/COMBINED',(#26,#27,#2185,#1751,#1803,#1888,#2107,#2105,#2430,#2428)); -#3496= IFCPROPERTYSETTEMPLATE('0AUW2B8RF8zZ9grPyGUWHc',$,'Pset_DiscreteAccessoryTypeLock','Properties of locking equipment. The property set can be used by the predefined type LOCK of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/LOCK',(#1212,#2357)); +#3496= IFCPROPERTYSETTEMPLATE('1kCWI0qT0HuO00025QrE$V',$,'Pset_CurtainWallCommon','Properties common to the definition of all occurrences of IfcCurtainWall.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCurtainWall',(#2249,#2755,#36,#875,#399,#2847,#2942,#1296)); -#3497= IFCPROPERTYSETTEMPLATE('3rALbW$vhblsgfpwGBPvZP',$,'Pset_DiscreteAccessoryTypeRailBrace','Properties of a rail brace. The property set can be used by the predefined type RAILBRACE of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/RAILBRACE',(#1356)); +#3497= IFCPROPERTYSETTEMPLATE('2iBoY0qT0HuO00025QrE$V',$,'Pset_DamperOccurrence','Damper occurrence attributes attached to an instance of IfcDamper',.PSET_OCCURRENCEDRIVEN.,'IfcDamper',(#2585)); -#3498= IFCPROPERTYSETTEMPLATE('3Huy7s8vwxOUufGAsisakT',$,'Pset_DiscreteAccessoryTypeRailLubrication','Properties of rail lubrication equipment. The property set can be used by the predefined type RAIL_LUBRICATION of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/RAIL_LUBRICATION',(#2050,#1578,#1526,#1525)); +#3498= IFCPROPERTYSETTEMPLATE('2_4Ck0qT0HuO00025QrE$V',$,'Pset_DamperPHistory','Damper performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcDamper',(#81,#1422,#2087,#243,#595,#2090)); -#3499= IFCPROPERTYSETTEMPLATE('27VvSW5MoyCghKPQOuHFPe',$,'Pset_DiscreteAccessoryTypeRailPad','Properties of rail pads. The property set can be used by the predefined type RAILPAD of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/RAILPAD',(#2148)); +#3499= IFCPROPERTYSETTEMPLATE('3N6No0qT0HuO00025QrE$V',$,'Pset_DamperTypeCommon','Damper type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamper',(#2306,#2795,#1936,#1956,#247,#241,#245,#242,#1849,#813,#1571,#2887,#1619,#2892,#1725,#1933,#1427,#1519,#1425,#2324,#941,#937,#940,#361)); -#3500= IFCPROPERTYSETTEMPLATE('2rfekAligL3H6n0b8iuAJB',$,'Pset_DiscreteAccessoryTypeSlidingChair','Properties of a sliding chair. The property set can be used by the predefined type SLIDINGCHAIR of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/SLIDINGCHAIR',(#1345)); +#3500= IFCPROPERTYSETTEMPLATE('2UBTU0qT4HuO00025QrE$V',$,'Pset_DamperTypeControlDamper','Control damper type attributes.\X\0D\X\0APset renamed from Pset_DamperTypeControl to Pset_DamperTypeControlDamper in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamper/CONTROLDAMPER',(#2988,#498)); -#3501= IFCPROPERTYSETTEMPLATE('06eNR696HYdydEAHrXKVQB',$,'Pset_DiscreteAccessoryTypeSoundAbsorption','Properties of sound absorption equipment used in railway. The property set can be used by the predefined type SOUNDABSORPTION of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/SOUNDABSORPTION',(#2608)); +#3501= IFCPROPERTYSETTEMPLATE('2tpny0qT4HuO00025QrE$V',$,'Pset_DamperTypeFireDamper','Fire damper type attributes.\X\0D\X\0APset renamed from Pset_DamperTypeFire to Pset_DamperTypeFireDamper in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamper/FIREDAMPER',(#52,#362,#879,#960)); -#3502= IFCPROPERTYSETTEMPLATE('1fsz4GT$bSdTSAE2ExsoZs',$,'Pset_DiscreteAccessoryTypeTensioningEquipment','Properties of tensioning equipment used in railway. The property set can be used by the predefined type TENSIONINGEQUIPMENT of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/TENSIONINGEQUIPMENT',(#2305,#152,#1013,#2880,#2176,#3018)); +#3502= IFCPROPERTYSETTEMPLATE('3YkNC0qT4HuO00025QrE$V',$,'Pset_DamperTypeFireSmokeDamper','Combination Fire and Smoke damper type attributes.\X\0D\X\0ANew Pset in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamper/FIRESMOKEDAMPER',(#507,#53,#363,#878,#959)); -#3503= IFCPROPERTYSETTEMPLATE('12NWTVLbf8ERZFInCGuFfL',$,'Pset_DiscreteAccessoryTypeWaterBarrier','Properties for discrete accessories of type water barrier.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/WATER_BARRIER',(#2412)); +#3503= IFCPROPERTYSETTEMPLATE('0IQ7i0qT8HuO00025QrE$V',$,'Pset_DamperTypeSmokeDamper','Smoke damper type attributes.\X\0D\X\0APset renamed from Pset_DamperTypeSmoke to Pset_DamperTypeSmokeDamper in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamper/SMOKEDAMPER',(#503)); -#3504= IFCPROPERTYSETTEMPLATE('3wtS80qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryWireLoop','Shape properties common to wire loop joint connectors.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Wire loop',(#3268,#3269,#3267,#3265,#3266,#3270)); +#3504= IFCPROPERTYSETTEMPLATE('2IL3Kqvh4_WmQQZWIVqQYa',$,'Pset_DataTransmissionUnit','Properties common to a data transmission unit. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type MODEM.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/MODEM',(#3304,#2463,#604)); -#3505= IFCPROPERTYSETTEMPLATE('3J2$L3pXT2Xu_8tEfumC0$',$,'Pset_DistributionBoardOccurrence','Properties that may be applied to electric distribution board occurrences.',.PSET_OCCURRENCEDRIVEN.,'IfcElectricDistributionBoard',(#1314,#1350)); +#3505= IFCPROPERTYSETTEMPLATE('0TkwQ0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryColumnShoe','Shape properties common to column shoes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/SHOE',(#391,#392,#390,#394,#395,#393)); -#3506= IFCPROPERTYSETTEMPLATE('3WNXM0qTyHuO00025QrE$V',$,'Pset_DistributionBoardTypeCommon','Properties that may be applied to electric distribution boards.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricDistributionBoard',(#2281,#2769)); +#3506= IFCPROPERTYSETTEMPLATE('16t3S0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryCornerFixingPlate','Properties specific to corner fixing plates.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Corner fixing plate',(#534,#535,#533,#532)); -#3507= IFCPROPERTYSETTEMPLATE('2JjXCvKH61OIRd3VPVX$vj',$,'Pset_DistributionBoardTypeDispatchingBoard','Properties for _IfcDistributionBoard_ with PredefinedType DISPATCHINGBOARD.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionBoard/DISPATCHINGBOARD',(#1862,#659)); +#3507= IFCPROPERTYSETTEMPLATE('1Xhgk0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryDiagonalTrussConnector','Shape properties specific to connecting accessories in truss form with diagonal cross-bars.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Diagonal truss connector',(#642,#643,#641,#639,#644,#640)); -#3508= IFCPROPERTYSETTEMPLATE('0rpq7Z5ddWqIdRiwgzq4rY',$,'Pset_DistributionBoardTypeDistributionFrame','Properties for _IfcDistributionBoard_ with PredefinedType DISTRIBUTIONFRAME.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionBoard/DISTRIBUTIONFRAME',(#2047)); +#3508= IFCPROPERTYSETTEMPLATE('27r4k0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryEdgeFixingPlate','Properties specific to edge fixing plates.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Edge fixing plate',(#731,#732,#730,#729)); -#3509= IFCPROPERTYSETTEMPLATE('11oxU0qTCHuO00025QrE$V',$,'Pset_DistributionChamberElementCommon','Common properties of all occurrences of IfcDistributionChamberElement.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement',(#2226,#2735)); +#3509= IFCPROPERTYSETTEMPLATE('2Zr_q0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryFixingSocket','Properties common to fixing sockets.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Fixing socket',(#889,#886,#887,#888)); -#3510= IFCPROPERTYSETTEMPLATE('1jJg80qTCHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeFormedDuct','Space formed in the ground for the passage of pipes, cables, ducts.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/FORMEDDUCT',(#353,#348,#3193,#210,#14,#289)); +#3510= IFCPROPERTYSETTEMPLATE('2yu9u0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryLadderTrussConnector','Shape properties specific to connecting accessories in truss form with straight cross-bars in ladder shape.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Ladder truss connector',(#1403,#1404,#1402,#1400,#1405,#1401)); -#3511= IFCPROPERTYSETTEMPLATE('2Ehuu0qTCHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeInspectionChamber','Chamber constructed on a drain, sewer or pipeline and with a removable cover, that permits visible inspection.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/INSPECTIONCHAMBER',(#328,#331,#1242,#2591,#3190,#3196,#207,#212,#3273,#19,#21,#24,#15)); +#3511= IFCPROPERTYSETTEMPLATE('3ZdjI0qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryStandardFixingPlate','Properties specific to standard fixing plates.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Standard fixing plate',(#2687,#2685,#2686)); -#3512= IFCPROPERTYSETTEMPLATE('3Q_iu0qTCHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeInspectionPit','Recess or chamber formed to permit access for inspection of substructure and services (definition modified from BS6100 221 4128).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/INSPECTIONPIT',(#1423,#3258,#607)); +#3512= IFCPROPERTYSETTEMPLATE('2oQKs0c9_FRcUKQWnvCQkF',$,'Pset_DiscreteAccessoryTypeBracket','Properties of a bracket. The property set can be used by the predefined type BRACKET of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/BRACKET',(#1316)); -#3513= IFCPROPERTYSETTEMPLATE('3oqb80qTCHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeManhole','Chamber constructed on a drain, sewer or pipeline and with a removable cover, that permits the entry of a person.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/MANHOLE',(#1243,#2592,#3188,#3192,#204,#208,#1347,#1059,#3272,#16,#20,#23,#13,#1248,#1313,#1840,#1868,#3059)); +#3513= IFCPROPERTYSETTEMPLATE('0tOwhMzFZVaVKJuF60ysyg',$,'Pset_DiscreteAccessoryTypeCableArranger','Properties used for a cable arranger. The property set can be used by the predefined type CABLEARRANGER of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/CABLEARRANGER',(#289)); -#3514= IFCPROPERTYSETTEMPLATE('0uZng0qTGHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeMeterChamber','Chamber that houses a meter(s) (definition modified from BS6100 250 6224).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/METERCHAMBER',(#327,#330,#3189,#3194,#205,#209,#17)); +#3514= IFCPROPERTYSETTEMPLATE('0gvQ9DkosW_LgM0Ggr1BiM',$,'Pset_DiscreteAccessoryTypeInsulator','Properties of an insulator. The property set can be used by the predefined type INSULATOR of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/INSULATOR',(#2178,#2183,#1585,#270,#1226,#1941,#566,#1219,#1453,#226,#2395,#3186)); -#3515= IFCPROPERTYSETTEMPLATE('1VJL40qTGHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeSump','Recess or small chamber into which liquid is drained to facilitate its removal.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/SUMP',(#1419,#3255,#1240)); +#3515= IFCPROPERTYSETTEMPLATE('0AUW2B8RF8zZ9grPyGUWHc',$,'Pset_DiscreteAccessoryTypeLock','Properties of locking equipment. The property set can be used by the predefined type LOCK of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/LOCK',(#1222,#2369)); -#3516= IFCPROPERTYSETTEMPLATE('1tlMk0qTGHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeTrench','Excavation, the length of which greatly exceeds the width.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/TRENCH',(#3257,#606,#1241)); +#3516= IFCPROPERTYSETTEMPLATE('3rALbW$vhblsgfpwGBPvZP',$,'Pset_DiscreteAccessoryTypeRailBrace','Properties of a rail brace. The property set can be used by the predefined type RAILBRACE of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/RAILBRACE',(#1367)); -#3517= IFCPROPERTYSETTEMPLATE('2HNhC0qTGHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeValveChamber','Chamber that houses a valve(s).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/VALVECHAMBER',(#329,#332,#3191,#3195,#206,#211,#18)); +#3517= IFCPROPERTYSETTEMPLATE('3Huy7s8vwxOUufGAsisakT',$,'Pset_DiscreteAccessoryTypeRailLubrication','Properties of rail lubrication equipment. The property set can be used by the predefined type RAIL_LUBRICATION of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/RAIL_LUBRICATION',(#2062,#1589,#1537,#1536)); -#3518= IFCPROPERTYSETTEMPLATE('2x5ze0qTGHuO00025QrE$V',$,'Pset_DistributionPortCommon','Common attributes attached to an instance of IfcDistributionPort.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort',(#2048,#385)); +#3518= IFCPROPERTYSETTEMPLATE('27VvSW5MoyCghKPQOuHFPe',$,'Pset_DiscreteAccessoryTypeRailPad','Properties of rail pads. The property set can be used by the predefined type RAILPAD of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/RAILPAD',(#2160)); -#3519= IFCPROPERTYSETTEMPLATE('2l0ND8kiD9BuPhGyw1F3Nu',$,'Pset_DistributionPortPHistoryCable','Log of electrical activity attached to an instance of IfcPerformanceHistory having an assigned IfcDistributionPort of type CABLE.',.PSET_PERFORMANCEDRIVEN.,'IfcDistributionPort/CABLE',(#566,#3167,#2180,#2177,#123,#2056,#598,#596)); +#3519= IFCPROPERTYSETTEMPLATE('2rfekAligL3H6n0b8iuAJB',$,'Pset_DiscreteAccessoryTypeSlidingChair','Properties of a sliding chair. The property set can be used by the predefined type SLIDINGCHAIR of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/SLIDINGCHAIR',(#1356)); -#3520= IFCPROPERTYSETTEMPLATE('2TqYSrZIj33BZ8h3kBVuzo',$,'Pset_DistributionPortPHistoryDuct','Fluid flow performance history attached to an instance of IfcPerformanceHistory assigned to IfcDistributionPort. This replaces the deprecated IfcFluidFlowProperties for performance values.',.PSET_PERFORMANCEDRIVEN.,'IfcDistributionPort/DUCT',(#2861,#3251,#3179,#1548,#900,#3118,#2067)); +#3520= IFCPROPERTYSETTEMPLATE('06eNR696HYdydEAHrXKVQB',$,'Pset_DiscreteAccessoryTypeSoundAbsorption','Properties of sound absorption equipment used in railway. The property set can be used by the predefined type SOUNDABSORPTION of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/SOUNDABSORPTION',(#2622)); -#3521= IFCPROPERTYSETTEMPLATE('3$wAqbzzTDLQZwcfCuifUo',$,'Pset_DistributionPortPHistoryPipe','Log of substance usage attached to an instance of IfcPerformanceHistory having an assigned IfcDistributionPort of type PIPE.',.PSET_PERFORMANCEDRIVEN.,'IfcDistributionPort/PIPE',(#2859,#2069,#905)); +#3521= IFCPROPERTYSETTEMPLATE('1fsz4GT$bSdTSAE2ExsoZs',$,'Pset_DiscreteAccessoryTypeTensioningEquipment','Properties of tensioning equipment used in railway. The property set can be used by the predefined type TENSIONINGEQUIPMENT of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/TENSIONINGEQUIPMENT',(#2317,#152,#1023,#2897,#2188,#3035)); -#3522= IFCPROPERTYSETTEMPLATE('0K3BsSu295WAJIS$O2CC8E',$,'Pset_DistributionPortTypeCable','Cable port occurrence attributes attached to an instance of IfcDistributionPort.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort/CABLE',(#466,#464,#456,#451,#568,#565,#3168,#2051,#2119,#1018,#1367)); +#3522= IFCPROPERTYSETTEMPLATE('12NWTVLbf8ERZFInCGuFfL',$,'Pset_DiscreteAccessoryTypeWaterBarrier','Properties for discrete accessories of type water barrier.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/WATER_BARRIER',(#2424)); -#3523= IFCPROPERTYSETTEMPLATE('3ZeFVthabE2BgZHqqO5lhz',$,'Pset_DistributionPortTypeDuct','Duct port occurrence attributes attached to an instance of IfcDistributionPort.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort/DUCT',(#467,#463,#1826,#1775,#1814,#692,#3250,#3180,#3116,#2066)); +#3523= IFCPROPERTYSETTEMPLATE('3wtS80qT8HuO00025QrE$V',$,'Pset_DiscreteAccessoryWireLoop','Shape properties common to wire loop joint connectors.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/Wire loop',(#3287,#3288,#3286,#3284,#3285,#3289)); -#3524= IFCPROPERTYSETTEMPLATE('3eMMVMiSDCF9C30UzZZqUF',$,'Pset_DistributionPortTypePipe','Pipe port occurrence attributes attached to an instance of IfcDistributionPort.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort/PIPE',(#468,#465,#1750,#1196,#1951,#2860,#3181,#1549,#901,#3117,#2068)); +#3524= IFCPROPERTYSETTEMPLATE('3J2$L3pXT2Xu_8tEfumC0$',$,'Pset_DistributionBoardOccurrence','Properties that may be applied to electric distribution board occurrences.',.PSET_OCCURRENCEDRIVEN.,'IfcElectricDistributionBoard',(#1324,#1361)); -#3525= IFCPROPERTYSETTEMPLATE('1kpvY0qTeHuO00025QrE$V',$,'Pset_DistributionSystemCommon','Distribution system occurrence attributes attached to an instance of IfcDistributionSystem.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionSystem',(#2234)); +#3525= IFCPROPERTYSETTEMPLATE('3WNXM0qTyHuO00025QrE$V',$,'Pset_DistributionBoardTypeCommon','Properties that may be applied to electric distribution boards.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricDistributionBoard',(#2293,#2785)); -#3526= IFCPROPERTYSETTEMPLATE('1wkrg0qTeHuO00025QrE$V',$,'Pset_DistributionSystemTypeElectrical','Properties of electrical circuits.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionSystem/ELECTRICAL',(#737,#736,#672,#1865,#1561,#1704,#2174)); +#3526= IFCPROPERTYSETTEMPLATE('2JjXCvKH61OIRd3VPVX$vj',$,'Pset_DistributionBoardTypeDispatchingBoard','Properties for _IfcDistributionBoard_ with PredefinedType DISPATCHINGBOARD.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionBoard/DISPATCHINGBOARD',(#1874,#667)); -#3527= IFCPROPERTYSETTEMPLATE('1Ww8mkAaIrq3I087nk0neT',$,'Pset_DistributionSystemTypeOverheadContactlineSystem','Properties of an overhead contact line system. The property set is associated with the predefined type OVERHEAD_CONTACT_LINE_SYSTEM of _IfcDistributionSystem_.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionSystem/OVERHEAD_CONTACTLINE_SYSTEM',(#2635,#484,#482,#2079,#483,#485,#732,#1872,#1986,#2890,#1918)); +#3527= IFCPROPERTYSETTEMPLATE('0rpq7Z5ddWqIdRiwgzq4rY',$,'Pset_DistributionBoardTypeDistributionFrame','Properties for _IfcDistributionBoard_ with PredefinedType DISTRIBUTIONFRAME.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionBoard/DISTRIBUTIONFRAME',(#2059)); -#3528= IFCPROPERTYSETTEMPLATE('2qZ640qTeHuO00025QrE$V',$,'Pset_DistributionSystemTypeVentilation','This property set is used to define the general characteristics of the duct design parameters within a system.\X\0D\X\0AHISTORY: New property set in IFC Release 2.0. Renamed from Pset_DuctDesignCriteria in IFC4.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionSystem/VENTILATION',(#623,#697,#2072,#1412,#938,#2409,#696,#1604,#151,#1634,#1645)); +#3528= IFCPROPERTYSETTEMPLATE('11oxU0qTCHuO00025QrE$V',$,'Pset_DistributionChamberElementCommon','Common properties of all occurrences of IfcDistributionChamberElement.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement',(#2238,#2751)); -#3529= IFCPROPERTYSETTEMPLATE('0EZIQ0qTiHuO00025QrE$V',$,'Pset_DoorCommon','Properties common to the definition of all occurrences of IfcDoor.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDoor',(#2198,#2703,#862,#38,#2427,#699,#1130,#3231,#1618,#3262,#1175,#1271,#2918,#969,#1005,#847,#1024,#2432,#2587)); +#3529= IFCPROPERTYSETTEMPLATE('1jJg80qTCHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeFormedDuct','Space formed in the ground for the passage of pipes, cables, ducts.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/FORMEDDUCT',(#354,#349,#3211,#210,#14,#290)); -#3530= IFCPROPERTYSETTEMPLATE('358pSGOVIEjnXROB0yKig0',$,'Pset_DoorTypeTurnstile','Properties common to turnstiles or automatic gates used to control the flow of people or vehicles. This property set is applied to IfcDoor instances of predefined type TURNSTILE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDoor/TURNSTILE',(#1255,#3050,#1697,#3254)); +#3530= IFCPROPERTYSETTEMPLATE('2Ehuu0qTCHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeInspectionChamber','Chamber constructed on a drain, sewer or pipeline and with a removable cover, that permits visible inspection.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/INSPECTIONCHAMBER',(#329,#332,#1252,#2605,#3208,#3214,#207,#212,#3292,#19,#21,#24,#15)); -#3531= IFCPROPERTYSETTEMPLATE('3cdiA0qTmHuO00025QrE$V',$,'Pset_DoorWindowGlazingType','Properties common to the definition of the glazing component of occurrences of IfcDoor and IfcWindow, used for thermal and lighting calculations.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDoor, IfcWindow',(#965,#966,#967,#968,#830,#964,#1355,#1309,#1257,#1368,#3159,#3162,#2596,#2599,#2604,#2597,#2483,#2931,#2932)); +#3531= IFCPROPERTYSETTEMPLATE('3Q_iu0qTCHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeInspectionPit','Recess or chamber formed to permit access for inspection of substructure and services (definition modified from BS6100 221 4128).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/INSPECTIONPIT',(#1434,#3277,#614)); -#3532= IFCPROPERTYSETTEMPLATE('3SoOy0qTqHuO00025QrE$V',$,'Pset_DuctFittingOccurrence','Duct fitting occurrence attributes.',.PSET_OCCURRENCEDRIVEN.,'IfcDuctFitting',(#1227,#1039,#383)); +#3532= IFCPROPERTYSETTEMPLATE('3oqb80qTCHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeManhole','Chamber constructed on a drain, sewer or pipeline and with a removable cover, that permits the entry of a person.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/MANHOLE',(#1253,#2606,#3206,#3210,#204,#208,#1358,#1069,#3291,#16,#20,#23,#13,#1258,#1323,#1852,#1880,#3076)); -#3533= IFCPROPERTYSETTEMPLATE('3nfYA0qTqHuO00025QrE$V',$,'Pset_DuctFittingPHistory','Duct fitting performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcDuctFitting',(#1510,#179,#77)); +#3533= IFCPROPERTYSETTEMPLATE('0uZng0qTGHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeMeterChamber','Chamber that houses a meter(s) (definition modified from BS6100 250 6224).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/METERCHAMBER',(#328,#331,#3207,#3212,#205,#209,#17)); -#3534= IFCPROPERTYSETTEMPLATE('3$MwW0qTqHuO00025QrE$V',$,'Pset_DuctFittingTypeCommon','Duct fitting type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDuctFitting',(#2188,#2686,#2070,#2079,#2869)); +#3534= IFCPROPERTYSETTEMPLATE('1VJL40qTGHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeSump','Recess or small chamber into which liquid is drained to facilitate its removal.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/SUMP',(#1430,#3274,#1250)); -#3535= IFCPROPERTYSETTEMPLATE('0gHVm0qTuHuO00025QrE$V',$,'Pset_DuctSegmentOccurrence','Duct segment occurrence attributes attached to an instance of IfcDuctSegment.',.PSET_OCCURRENCEDRIVEN.,'IfcDuctSegment',(#1224,#1038,#378)); +#3535= IFCPROPERTYSETTEMPLATE('1tlMk0qTGHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeTrench','Excavation, the length of which greatly exceeds the width.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/TRENCH',(#3276,#613,#1251)); -#3536= IFCPROPERTYSETTEMPLATE('14Vze0qTuHuO00025QrE$V',$,'Pset_DuctSegmentPHistory','Duct segment performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcDuctSegment',(#1509,#175,#1413,#912)); +#3536= IFCPROPERTYSETTEMPLATE('2HNhC0qTGHuO00025QrE$V',$,'Pset_DistributionChamberElementTypeValveChamber','Chamber that houses a valve(s).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElement/VALVECHAMBER',(#330,#333,#3209,#3213,#206,#211,#18)); -#3537= IFCPROPERTYSETTEMPLATE('1X7180qTuHuO00025QrE$V',$,'Pset_DuctSegmentTypeCommon','Duct segment type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDuctSegment',(#2222,#2725,#2490,#3282,#2081,#2872,#1502,#1753,#1778,#2314,#2317)); +#3537= IFCPROPERTYSETTEMPLATE('2x5ze0qTGHuO00025QrE$V',$,'Pset_DistributionPortCommon','Common attributes attached to an instance of IfcDistributionPort.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort',(#2060,#386)); -#3538= IFCPROPERTYSETTEMPLATE('343Qa0qTuHuO00025QrE$V',$,'Pset_DuctSilencerPHistory','Duct silencer performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcDuctSilencer',(#82,#97)); +#3538= IFCPROPERTYSETTEMPLATE('2l0ND8kiD9BuPhGyw1F3Nu',$,'Pset_DistributionPortPHistoryCable','Log of electrical activity attached to an instance of IfcPerformanceHistory having an assigned IfcDistributionPort of type CABLE.',.PSET_PERFORMANCEDRIVEN.,'IfcDistributionPort/CABLE',(#573,#3185,#2192,#2189,#123,#2068,#605,#603)); -#3539= IFCPROPERTYSETTEMPLATE('3IMyK0qTuHuO00025QrE$V',$,'Pset_DuctSilencerTypeCommon','Duct silencer type common attributes.\X\0D\X\0AInsertionLoss and RegeneratedSound attributes deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDuctSilencer',(#2292,#2777,#1129,#1422,#3247,#87,#3284,#2868,#1028)); +#3539= IFCPROPERTYSETTEMPLATE('2TqYSrZIj33BZ8h3kBVuzo',$,'Pset_DistributionPortPHistoryDuct','Fluid flow performance history attached to an instance of IfcPerformanceHistory assigned to IfcDistributionPort. This replaces the deprecated IfcFluidFlowProperties for performance values.',.PSET_PERFORMANCEDRIVEN.,'IfcDistributionPort/DUCT',(#2878,#3270,#3197,#1559,#909,#3136,#2079)); -#3540= IFCPROPERTYSETTEMPLATE('0UfmK0qTyHuO00025QrE$V',$,'Pset_ElectricalDeviceCommon','A collection of properties that are commonly used by electrical device types.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionElement',(#2166,#2173,#1762,#2057,#452,#1878,#1048,#1218,#1244,#1156,#715,#1076,#2051,#1792,#1880)); +#3540= IFCPROPERTYSETTEMPLATE('3$wAqbzzTDLQZwcfCuifUo',$,'Pset_DistributionPortPHistoryPipe','Log of substance usage attached to an instance of IfcPerformanceHistory having an assigned IfcDistributionPort of type PIPE.',.PSET_PERFORMANCEDRIVEN.,'IfcDistributionPort/PIPE',(#2876,#2081,#914)); -#3541= IFCPROPERTYSETTEMPLATE('3NQ7IjZWxFup1h$pPHmPJT',$,'Pset_ElectricalDeviceCompliance','Properties related to information about compliance to standards or regulations of electric devices.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionElement',(#743,#793,#851,#1443)); +#3541= IFCPROPERTYSETTEMPLATE('0K3BsSu295WAJIS$O2CC8E',$,'Pset_DistributionPortTypeCable','Cable port occurrence attributes attached to an instance of IfcDistributionPort.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort/CABLE',(#470,#468,#460,#455,#575,#572,#3186,#2063,#2131,#1028,#1378)); -#3542= IFCPROPERTYSETTEMPLATE('301fehHw1k9DOwIddh7E4r',$,'Pset_ElectricalFeederLine','Properties of conductors used as feeder line. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type CONDUCTORSEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CONDUCTORSEGMENT',(#567,#620,#733,#735)); +#3542= IFCPROPERTYSETTEMPLATE('3ZeFVthabE2BgZHqqO5lhz',$,'Pset_DistributionPortTypeDuct','Duct port occurrence attributes attached to an instance of IfcDistributionPort.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort/DUCT',(#471,#467,#1838,#1787,#1826,#700,#3269,#3198,#3134,#2078)); -#3543= IFCPROPERTYSETTEMPLATE('1kXSm0qTyHuO00025QrE$V',$,'Pset_ElectricAppliancePHistory','Captures realtime information for electric appliances, such as for energy usage. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcElectricAppliance',(#2062)); +#3543= IFCPROPERTYSETTEMPLATE('3eMMVMiSDCF9C30UzZZqUF',$,'Pset_DistributionPortTypePipe','Pipe port occurrence attributes attached to an instance of IfcDistributionPort.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort/PIPE',(#472,#469,#1762,#1206,#1963,#2877,#3199,#1560,#910,#3135,#2080)); -#3544= IFCPROPERTYSETTEMPLATE('1rhDe0qTyHuO00025QrE$V',$,'Pset_ElectricApplianceTypeCommon','Common properties for electric appliances. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricAppliance',(#2241,#2741)); +#3544= IFCPROPERTYSETTEMPLATE('1kpvY0qTeHuO00025QrE$V',$,'Pset_DistributionSystemCommon','Distribution system occurrence attributes attached to an instance of IfcDistributionSystem.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionSystem',(#2246)); -#3545= IFCPROPERTYSETTEMPLATE('2aAhK0qTyHuO00025QrE$V',$,'Pset_ElectricApplianceTypeDishwasher','Common properties for dishwasher appliances. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricAppliance/DISHWASHER',(#658)); +#3545= IFCPROPERTYSETTEMPLATE('1wkrg0qTeHuO00025QrE$V',$,'Pset_DistributionSystemTypeElectrical','Properties of electrical circuits.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionSystem/ELECTRICAL',(#746,#745,#680,#1877,#1572,#1716,#2186)); -#3546= IFCPROPERTYSETTEMPLATE('36lCu0qTyHuO00025QrE$V',$,'Pset_ElectricApplianceTypeElectricCooker','Common properties for electric cooker appliances. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricAppliance/ELECTRICCOOKER',(#738)); +#3546= IFCPROPERTYSETTEMPLATE('1Ww8mkAaIrq3I087nk0neT',$,'Pset_DistributionSystemTypeOverheadContactlineSystem','Properties of an overhead contact line system. The property set is associated with the predefined type OVERHEAD_CONTACT_LINE_SYSTEM of _IfcDistributionSystem_.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionSystem/OVERHEAD_CONTACTLINE_SYSTEM',(#2651,#488,#486,#2091,#487,#489,#741,#1884,#1998,#2907,#1930)); -#3547= IFCPROPERTYSETTEMPLATE('07s9zrreYF4mvuqckLWPME',$,'Pset_ElectricFlowStorageDeviceTypeBattery','Properties of batteries. The property set can be used by the predefined type BATTERY of IfcElectricFlowStorageDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice/BATTERY',(#570,#1806,#3176,#152,#219,#752,#1920)); +#3547= IFCPROPERTYSETTEMPLATE('2qZ640qTeHuO00025QrE$V',$,'Pset_DistributionSystemTypeVentilation','This property set is used to define the general characteristics of the duct design parameters within a system.\X\0D\X\0AHISTORY: New property set in IFC Release 2.0. Renamed from Pset_DuctDesignCriteria in IFC4.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionSystem/VENTILATION',(#631,#705,#2084,#1423,#947,#2421,#704,#1616,#151,#1646,#1657)); -#3548= IFCPROPERTYSETTEMPLATE('30We2CI1bnoKwuXPwfRdUF',$,'Pset_ElectricFlowStorageDeviceTypeCapacitor','Properties of capacitors. The property set can be used by the predefined type CAPACITOR of IfcElectricFlowStorageDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice/CAPACITOR',(#1876)); +#3548= IFCPROPERTYSETTEMPLATE('0EZIQ0qTiHuO00025QrE$V',$,'Pset_DoorCommon','Properties common to the definition of all occurrences of IfcDoor.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDoor',(#2210,#2719,#871,#38,#2439,#707,#1140,#3250,#1630,#3281,#1185,#1281,#2935,#978,#1015,#856,#1034,#2444,#2601)); -#3549= IFCPROPERTYSETTEMPLATE('0BuG00qU0HuO00025QrE$V',$,'Pset_ElectricFlowStorageDeviceTypeCommon','The characteristics of the supply associated with an electrical device occurrence acting as a source of supply to an electrical distribution system NOTE: Properties within this property set should ONLY be used in circumstances when an electrical supply is applied. The property set, the properties contained and their values are not applicable to a circumstance where the sypply is not being applied to the eletrical system or is temporarily disconnected. All properties within this property set are considered to represent a steady state situation.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice',(#2202,#2701,#1807,#1808,#1761,#455,#2525,#2526,#2523,#2524,#2519,#2521,#2520,#2522,#711,#713,#712,#714,#1574,#2165,#2053)); +#3549= IFCPROPERTYSETTEMPLATE('358pSGOVIEjnXROB0yKig0',$,'Pset_DoorTypeTurnstile','Properties common to turnstiles or automatic gates used to control the flow of people or vehicles. This property set is applied to IfcDoor instances of predefined type TURNSTILE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDoor/TURNSTILE',(#1265,#3067,#1709,#3273)); -#3550= IFCPROPERTYSETTEMPLATE('1wRgXgmYZNYrROEAQkOVUn',$,'Pset_ElectricFlowStorageDeviceTypeInductor','Properties of inductors. The property set can be used by the predefined type INDUCTOR of IfcElectricFlowStorageDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice/INDUCTOR',(#1171,#1876)); +#3550= IFCPROPERTYSETTEMPLATE('3cdiA0qTmHuO00025QrE$V',$,'Pset_DoorWindowGlazingType','Properties common to the definition of the glazing component of occurrences of IfcDoor and IfcWindow, used for thermal and lighting calculations.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDoor, IfcWindow',(#974,#975,#976,#977,#839,#973,#1366,#1319,#1267,#1379,#3177,#3180,#2610,#2613,#2618,#2611,#2495,#2948,#2949)); -#3551= IFCPROPERTYSETTEMPLATE('3Uhko0UUqN4OntOHE97kTk',$,'Pset_ElectricFlowStorageDeviceTypeRecharger','Properties of battery rechargers. The property set can be used by the predefined type RECHARGER of IfcElectricFlowStorageDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice/RECHARGER',(#1806)); +#3551= IFCPROPERTYSETTEMPLATE('3SoOy0qTqHuO00025QrE$V',$,'Pset_DuctFittingOccurrence','Duct fitting occurrence attributes.',.PSET_OCCURRENCEDRIVEN.,'IfcDuctFitting',(#1237,#1049,#384)); -#3552= IFCPROPERTYSETTEMPLATE('1E_mlVzrnSDt6FWMFHF7jN',$,'Pset_ElectricFlowStorageDeviceTypeUPS','Properties of uninterruptible power supply equipment. The property set can be used by the predefined type UPS of IfcElectricFlowStorageDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice/UPS',(#152,#570,#1806,#3176)); +#3552= IFCPROPERTYSETTEMPLATE('3nfYA0qTqHuO00025QrE$V',$,'Pset_DuctFittingPHistory','Duct fitting performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcDuctFitting',(#1521,#179,#77)); -#3553= IFCPROPERTYSETTEMPLATE('36$b2864Vi8E84mteD9feD',$,'Pset_ElectricFlowTreatmentDeviceTypeElectronicFilter','Properties associated to electronic filter. \X\0D\X\0AAn electronic filter is a device designed to transmit spectral components of signals according to a specified law, generally in order to pass the components in certain frequency bands and to attenuate those in other bands (IEC702-09-17)',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowTreatmentDevice/ELECTRONICFILTER',(#1791,#745,#1739,#2095,#2418,#2171)); +#3553= IFCPROPERTYSETTEMPLATE('3$MwW0qTqHuO00025QrE$V',$,'Pset_DuctFittingTypeCommon','Duct fitting type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDuctFitting',(#2200,#2702,#2082,#2091,#2886)); -#3554= IFCPROPERTYSETTEMPLATE('2YhRo0qU0HuO00025QrE$V',$,'Pset_ElectricGeneratorTypeCommon','Defines a particular type of engine that is a machine for converting mechanical energy into electrical energy.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricGenerator',(#2252,#2749,#739,#2672,#1588)); +#3554= IFCPROPERTYSETTEMPLATE('0gHVm0qTuHuO00025QrE$V',$,'Pset_DuctSegmentOccurrence','Duct segment occurrence attributes attached to an instance of IfcDuctSegment.',.PSET_OCCURRENCEDRIVEN.,'IfcDuctSegment',(#1234,#1048,#379)); -#3555= IFCPROPERTYSETTEMPLATE('3AdI00qU0HuO00025QrE$V',$,'Pset_ElectricMotorTypeCommon','Defines a particular type of engine that is a machine for converting electrical energy into mechanical energy. Note that in cases where a close coupled or monobloc pump or close coupled fan is being driven by the motor, the motor may itself be considered to be directly part of the pump or fan. In this case , motor information may need to be specified directly at the pump or fan and not througfh separate motor/motor connection entities. NOTE: StartingTime and TeTime added at IFC4',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricMotor',(#2287,#2773,#1589,#741,#2673,#2677,#2901,#1491,#1673,#930,#1299,#1047)); +#3555= IFCPROPERTYSETTEMPLATE('14Vze0qTuHuO00025QrE$V',$,'Pset_DuctSegmentPHistory','Duct segment performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcDuctSegment',(#1520,#175,#1424,#921)); -#3556= IFCPROPERTYSETTEMPLATE('0WSSW0qU4HuO00025QrE$V',$,'Pset_ElectricTimeControlTypeCommon','Common properties for electric time control devices. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricTimeControl',(#2197,#2696)); +#3556= IFCPROPERTYSETTEMPLATE('1X7180qTuHuO00025QrE$V',$,'Pset_DuctSegmentTypeCommon','Duct segment type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDuctSegment',(#2234,#2741,#2502,#3301,#2093,#2889,#1513,#1765,#1790,#2326,#2329)); -#3557= IFCPROPERTYSETTEMPLATE('0FFkv1bQb5xBumBg6nZobE',$,'Pset_ElementAssemblyCommon','Properties common to the definition of all occurrence and type objects of element assembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly',(#2260,#2711)); +#3557= IFCPROPERTYSETTEMPLATE('343Qa0qTuHuO00025QrE$V',$,'Pset_DuctSilencerPHistory','Duct silencer performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcDuctSilencer',(#82,#97)); -#3558= IFCPROPERTYSETTEMPLATE('11X$RzPJRL6M42wEhleOGb',$,'Pset_ElementAssemblyTypeCantilever','Energy cantilever properties used in railway. The property set can be used by the predefined type SUSPENSION_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUSPENSIONASSEMBLY',(#152,#484,#482,#295)); +#3558= IFCPROPERTYSETTEMPLATE('3IMyK0qTuHuO00025QrE$V',$,'Pset_DuctSilencerTypeCommon','Duct silencer type common attributes.\X\0D\X\0AInsertionLoss and RegeneratedSound attributes deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDuctSilencer',(#2304,#2793,#1139,#1433,#3266,#87,#3303,#2885,#1038)); -#3559= IFCPROPERTYSETTEMPLATE('3KC7gnoBhcMiPovszDe8IS',$,'Pset_ElementAssemblyTypeDilatationPanel','Adjustment switch panel properties used in railway. The property set can be used by the predefined type DILATATION_PANEL of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/DILATATIONPANEL',(#2857,#641,#791,#1211,#246)); +#3559= IFCPROPERTYSETTEMPLATE('3a70HbGd9ALugG$6vUxua1',$,'Pset_EarthworksCutCommon','Common properties for earthworks cut elements.',.PSET_OCCURRENCEDRIVEN.,'IfcEarthworksCut',(#726,#3113,#1614,#2836)); -#3560= IFCPROPERTYSETTEMPLATE('3_sQZQDQWS52VeiSS18fyO',$,'Pset_ElementAssemblyTypeHeadSpan','Energy Head Span properties used in railway. The property set can be used by the predefined type SUSPENSION_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUPPORTINGASSEMBLY',(#152,#1897,#2633)); +#3560= IFCPROPERTYSETTEMPLATE('0YHku6ForCSPDpmUgu3yAc',$,'Pset_EarthworksFillCommon','Common properties for earthworks fill elements.',.PSET_OCCURRENCEDRIVEN.,'IfcEarthworksFill',(#2628,#2629,#408,#409,#407)); -#3561= IFCPROPERTYSETTEMPLATE('3LcGsKP9YRaKHzOfCul2sW',$,'Pset_ElementAssemblyTypeMast','Telecom Tower properties used in railway. The property set can be used by the predefined type MAST of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/MAST',(#3274)); +#3561= IFCPROPERTYSETTEMPLATE('0UfmK0qTyHuO00025QrE$V',$,'Pset_ElectricalDeviceCommon','A collection of properties that are commonly used by electrical device types.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionElement',(#2178,#2185,#1774,#2069,#456,#1890,#1058,#1228,#1254,#1166,#723,#1086,#2063,#1804,#1892)); -#3562= IFCPROPERTYSETTEMPLATE('2DCtEEP_LeLsne9cfraXjM',$,'Pset_ElementAssemblyTypeOCSSuspension','Common energy suspension properties used in railway. The property set can be used by the predefined type SUSPENSION_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUSPENSIONASSEMBLY',(#484,#483)); +#3562= IFCPROPERTYSETTEMPLATE('3NQ7IjZWxFup1h$pPHmPJT',$,'Pset_ElectricalDeviceCompliance','Properties related to information about compliance to standards or regulations of electric devices.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionElement',(#752,#802,#860,#1454)); -#3563= IFCPROPERTYSETTEMPLATE('1ZXPn6ufE2b1UgpFJ54_qS',$,'Pset_ElementAssemblyTypeRigidFrame','Energy Cross Beam properties used in railway. The property set can be used by the predefined type RIGID_FRAME of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/RIGID_FRAME',(#152,#1477,#1897,#2633)); +#3563= IFCPROPERTYSETTEMPLATE('301fehHw1k9DOwIddh7E4r',$,'Pset_ElectricalFeederLine','Properties of conductors used as feeder line. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type CONDUCTORSEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CONDUCTORSEGMENT',(#574,#628,#742,#744)); -#3564= IFCPROPERTYSETTEMPLATE('2z3rZfwk4scROltRQxK1Qy',$,'Pset_ElementAssemblyTypeSteadyDevice','Energy steady device properties used in railway. The property set can be used by the predefined type SUSPENSION_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUSPENSIONASSEMBLY',(#152,#484,#1346,#2781)); +#3564= IFCPROPERTYSETTEMPLATE('1kXSm0qTyHuO00025QrE$V',$,'Pset_ElectricAppliancePHistory','Captures realtime information for electric appliances, such as for energy usage. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcElectricAppliance',(#2074)); -#3565= IFCPROPERTYSETTEMPLATE('0C40JUCkbZ3GDIhNha76Ym',$,'Pset_ElementAssemblyTypeSupportingAssembly','Energy supporting assembly properties used in railway. The property set can be used by the predefined type SUPPORTING_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUPPORTINGASSEMBLY',(#1841,#3060)); +#3565= IFCPROPERTYSETTEMPLATE('1rhDe0qTyHuO00025QrE$V',$,'Pset_ElectricApplianceTypeCommon','Common properties for electric appliances. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricAppliance',(#2253,#2757)); -#3566= IFCPROPERTYSETTEMPLATE('1$E63suyTWAWhxzhV2L$4o',$,'Pset_ElementAssemblyTypeTrackPanel','Track panel properties used in railway. The property set can be used by the predefined type TRACK_PANEL of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/TRACKPANEL',(#1247,#3004,#1211)); +#3566= IFCPROPERTYSETTEMPLATE('2aAhK0qTyHuO00025QrE$V',$,'Pset_ElectricApplianceTypeDishwasher','Common properties for dishwasher appliances. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricAppliance/DISHWASHER',(#666)); -#3567= IFCPROPERTYSETTEMPLATE('2GMDb5CNhQpMAjUZ1NGRB4',$,'Pset_ElementAssemblyTypeTractionSwitchingAssembly','Energy switching assembly properties used in railway. The property set can be used by the predefined type TRACTION_SWITCHING_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/TRACTION_SWITCHING_ASSEMBLY',(#1740,#1791,#2171,#620)); +#3567= IFCPROPERTYSETTEMPLATE('36lCu0qTyHuO00025QrE$V',$,'Pset_ElectricApplianceTypeElectricCooker','Common properties for electric cooker appliances. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricAppliance/ELECTRICCOOKER',(#747)); -#3568= IFCPROPERTYSETTEMPLATE('1qwe3gcSHE2A7dTXirX8FY',$,'Pset_ElementAssemblyTypeTurnoutPanel','Turnout panel properties used in railway. The property set can be used by the predefined type TURNOUT_PANEL of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/TURNOUTPANEL',(#1247,#268,#3004,#3047,#3056,#1211,#1348,#1598,#3057,#3003,#2004,#3006,#3049,#3048,#3058,#3061)); +#3568= IFCPROPERTYSETTEMPLATE('07s9zrreYF4mvuqckLWPME',$,'Pset_ElectricFlowStorageDeviceTypeBattery','Properties of batteries. The property set can be used by the predefined type BATTERY of IfcElectricFlowStorageDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice/BATTERY',(#577,#1818,#3194,#152,#219,#761,#1932)); -#3569= IFCPROPERTYSETTEMPLATE('1$kUwEqwL2BvJ_iHWNGoOf',$,'Pset_ElementCommon','This property set serves as a placeholder for common properties to assist in translation, and is not currently published (the property set type is set to NOTDEFINED).',$,'IfcElement',(#2277,#2745)); +#3569= IFCPROPERTYSETTEMPLATE('30We2CI1bnoKwuXPwfRdUF',$,'Pset_ElectricFlowStorageDeviceTypeCapacitor','Properties of capacitors. The property set can be used by the predefined type CAPACITOR of IfcElectricFlowStorageDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice/CAPACITOR',(#1888)); -#3570= IFCPROPERTYSETTEMPLATE('1bPCSD$RLA4e7G5ZhHHhly',$,'Pset_ElementComponentCommon','Set of common properties of component elements (especially discrete accessories, but also fasteners, reinforcement elements, or other types of components).',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementComponent',(#2235,#2726,#604,#534)); +#3570= IFCPROPERTYSETTEMPLATE('0BuG00qU0HuO00025QrE$V',$,'Pset_ElectricFlowStorageDeviceTypeCommon','The characteristics of the supply associated with an electrical device occurrence acting as a source of supply to an electrical distribution system NOTE: Properties within this property set should ONLY be used in circumstances when an electrical supply is applied. The property set, the properties contained and their values are not applicable to a circumstance where the sypply is not being applied to the eletrical system or is temporarily disconnected. All properties within this property set are considered to represent a steady state situation.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice',(#2214,#2717,#1819,#1820,#1773,#459,#2537,#2538,#2535,#2536,#2531,#2533,#2532,#2534,#719,#721,#720,#722,#1585,#2177,#2065)); -#3571= IFCPROPERTYSETTEMPLATE('1oSYaA1aH5ReUtAERZCIfN',$,'Pset_ElementKinematics','Information confirming that the element has cyclic and/or pathed kinematic behaviour. The resulting envelope may be availabe as a ''clearance'' shape representation.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcElementType',(#584,#585,#1448,#1449,#1562,#1567,#1643)); +#3571= IFCPROPERTYSETTEMPLATE('1wRgXgmYZNYrROEAQkOVUn',$,'Pset_ElectricFlowStorageDeviceTypeInductor','Properties of inductors. The property set can be used by the predefined type INDUCTOR of IfcElectricFlowStorageDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice/INDUCTOR',(#1181,#1888)); -#3572= IFCPROPERTYSETTEMPLATE('1dFO8dKbjAahfs2VsG8atr',$,'Pset_EmbeddedTrack','Properties for track slab that have embedded tracks recessed into road surface.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab/TRACKSLAB',(#1247,#1023,#2013)); +#3572= IFCPROPERTYSETTEMPLATE('3Uhko0UUqN4OntOHE97kTk',$,'Pset_ElectricFlowStorageDeviceTypeRecharger','Properties of battery rechargers. The property set can be used by the predefined type RECHARGER of IfcElectricFlowStorageDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice/RECHARGER',(#1818)); -#3573= IFCPROPERTYSETTEMPLATE('2m0ZBo8GnEnPmKRFWLGgf7',$,'Pset_EnergyRequirements','Property set for the application of energy requirements to facility and physical elements',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionElement,IfcTransportationDevice',(#760,#2054,#772,#761)); +#3573= IFCPROPERTYSETTEMPLATE('1E_mlVzrnSDt6FWMFHF7jN',$,'Pset_ElectricFlowStorageDeviceTypeUPS','Properties of uninterruptible power supply equipment. The property set can be used by the predefined type UPS of IfcElectricFlowStorageDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowStorageDevice/UPS',(#152,#577,#1818,#3194)); -#3574= IFCPROPERTYSETTEMPLATE('14DGu0qU4HuO00025QrE$V',$,'Pset_EngineTypeCommon','Engine type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcEngine',(#2219,#2724,#769)); +#3574= IFCPROPERTYSETTEMPLATE('36$b2864Vi8E84mteD9feD',$,'Pset_ElectricFlowTreatmentDeviceTypeElectronicFilter','Properties associated to electronic filter. \X\0D\X\0AAn electronic filter is a device designed to transmit spectral components of signals according to a specified law, generally in order to pass the components in certain frequency bands and to attenuate those in other bands (IEC702-09-17)',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricFlowTreatmentDevice/ELECTRONICFILTER',(#1803,#754,#1751,#2107,#2430,#2183)); -#3575= IFCPROPERTYSETTEMPLATE('3t33MdTJIcbl0LWHXpEfQh',$,'Pset_EnvironmentalCondition','Properties defining environment conditions required by the element.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#2296,#2305,#1564,#2794,#1606,#1928,#1592,#2400,#2430,#2586,#1596)); +#3575= IFCPROPERTYSETTEMPLATE('2YhRo0qU0HuO00025QrE$V',$,'Pset_ElectricGeneratorTypeCommon','Defines a particular type of engine that is a machine for converting mechanical energy into electrical energy.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricGenerator',(#2264,#2765,#748,#2688,#1599)); -#3576= IFCPROPERTYSETTEMPLATE('3_6fELwub59fZV_Fput0sL',$,'Pset_EnvironmentalEmissions','Property set for the application of energy emissions produced by facility and physical elements.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionElement,IfcTransportationDevice',(#308,#2812,#1711,#1993,#1712)); +#3576= IFCPROPERTYSETTEMPLATE('3AdI00qU0HuO00025QrE$V',$,'Pset_ElectricMotorTypeCommon','Defines a particular type of engine that is a machine for converting electrical energy into mechanical energy. Note that in cases where a close coupled or monobloc pump or close coupled fan is being driven by the motor, the motor may itself be considered to be directly part of the pump or fan. In this case , motor information may need to be specified directly at the pump or fan and not througfh separate motor/motor connection entities. NOTE: StartingTime and TeTime added at IFC4',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricMotor',(#2299,#2789,#1600,#750,#2689,#2693,#2918,#1502,#1685,#939,#1309,#1057)); -#3577= IFCPROPERTYSETTEMPLATE('1xexg0qU4HuO00025QrE$V',$,'Pset_EnvironmentalImpactIndicators','Environmental impact indicators are related to a given \X2\201C\X0\functional unit\X2\201D\X0\ (ISO 14040 concept). An example of functional unit is a "Double glazing window with PVC frame" and the unit to consider is "one square meter of opening elements filled by this product\X2\201D\X0\.\X\0D\X\0AIndicators values are valid for the whole life cycle or only a specific phase (see LifeCyclePhase property). Values of all the indicators are expressed per year according to the expected service life. The first five properties capture the characteristics of the functional unit. The following properties are related to environmental indicators.\X\0D\X\0AThere is a consensus agreement international for the five one. Last ones are not yet fully and formally agreed at the international level.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#2246,#944,#3073,#1430,#792,#2993,#3209,#1070,#1829,#356,#174,#2347,#1831,#2369,#1174,#2142,#2798,#2016,#780)); +#3577= IFCPROPERTYSETTEMPLATE('0WSSW0qU4HuO00025QrE$V',$,'Pset_ElectricTimeControlTypeCommon','Common properties for electric time control devices. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricTimeControl',(#2209,#2712)); -#3578= IFCPROPERTYSETTEMPLATE('3_B7e0qU4HuO00025QrE$V',$,'Pset_EnvironmentalImpactValues','The following properties capture environmental impact values of an element. They correspond to the indicators defined into Pset_EnvironmentalImpactIndicators. \X\0D\X\0AEnvironmental impact values are obtained multiplying indicator value per unit by the relevant quantity of the element.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#2992,#3208,#1069,#1828,#355,#173,#2346,#1830,#2368,#1173,#2141,#2797,#2015,#779,#1409,#701,#1410)); +#3578= IFCPROPERTYSETTEMPLATE('0FFkv1bQb5xBumBg6nZobE',$,'Pset_ElementAssemblyCommon','Properties common to the definition of all occurrence and type objects of element assembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly',(#2272,#2727)); -#3579= IFCPROPERTYSETTEMPLATE('1Ip$K0qU8HuO00025QrE$V',$,'Pset_EvaporativeCoolerPHistory','Evaporative cooler performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcEvaporativeCooler',(#3229,#727,#2443,#1405,#2988)); +#3579= IFCPROPERTYSETTEMPLATE('11X$RzPJRL6M42wEhleOGb',$,'Pset_ElementAssemblyTypeCantilever','Energy cantilever properties used in railway. The property set can be used by the predefined type SUSPENSION_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUSPENSIONASSEMBLY',(#152,#488,#486,#296)); -#3580= IFCPROPERTYSETTEMPLATE('1g3kA0qU8HuO00025QrE$V',$,'Pset_EvaporativeCoolerTypeCommon','Evaporative cooler type common attributes.\X\0D\X\0ASound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead. WaterRequirement attribute unit type modified in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcEvaporativeCooler',(#2228,#2731,#896,#1077,#1933,#3225,#729,#96,#3220)); +#3580= IFCPROPERTYSETTEMPLATE('3KC7gnoBhcMiPovszDe8IS',$,'Pset_ElementAssemblyTypeDilatationPanel','Adjustment switch panel properties used in railway. The property set can be used by the predefined type DILATATION_PANEL of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/DILATATIONPANEL',(#2874,#649,#800,#1221,#246)); -#3581= IFCPROPERTYSETTEMPLATE('38r5m0qU8HuO00025QrE$V',$,'Pset_EvaporatorPHistory','Evaporator performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcEvaporator',(#1094,#798,#1223,#2311,#781,#1497,#3065,#419,#420,#783,#3216)); +#3581= IFCPROPERTYSETTEMPLATE('3_sQZQDQWS52VeiSS18fyO',$,'Pset_ElementAssemblyTypeHeadSpan','Energy Head Span properties used in railway. The property set can be used by the predefined type SUSPENSION_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUPPORTINGASSEMBLY',(#152,#1909,#2649)); -#3582= IFCPROPERTYSETTEMPLATE('00GmY0qUCHuO00025QrE$V',$,'Pset_EvaporatorTypeCommon','Evaporator type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcEvaporator',(#2190,#2687,#784,#782,#2308,#800,#1232,#1230,#1234,#1765,#1767)); +#3582= IFCPROPERTYSETTEMPLATE('3LcGsKP9YRaKHzOfCul2sW',$,'Pset_ElementAssemblyTypeMast','Telecom Tower properties used in railway. The property set can be used by the predefined type MAST of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/MAST',(#3293)); -#3583= IFCPROPERTYSETTEMPLATE('1gXAvJEtDD8hQljSKTDyec',$,'Pset_ExcavationCommon','Common properties for Excavations.',.PSET_OCCURRENCEDRIVEN.,'IfcUndergroundExcavation',(#283)); +#3583= IFCPROPERTYSETTEMPLATE('2DCtEEP_LeLsne9cfraXjM',$,'Pset_ElementAssemblyTypeOCSSuspension','Common energy suspension properties used in railway. The property set can be used by the predefined type SUSPENSION_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUSPENSIONASSEMBLY',(#488,#487)); -#3584= IFCPROPERTYSETTEMPLATE('1qVQm0qUCHuO00025QrE$V',$,'Pset_FanCentrifugal','Centrifugal fan occurrence attributes attached to an instance of IfcFan.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFan/CENTRIFUGAL',(#652,#647,#145)); +#3584= IFCPROPERTYSETTEMPLATE('1ZXPn6ufE2b1UgpFJ54_qS',$,'Pset_ElementAssemblyTypeRigidFrame','Energy Cross Beam properties used in railway. The property set can be used by the predefined type RIGID_FRAME of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/RIGID_FRAME',(#152,#1488,#1909,#2649)); -#3585= IFCPROPERTYSETTEMPLATE('2wqmi0qUCHuO00025QrE$V',$,'Pset_FanOccurrence','Fan occurrence attributes attached to an instance of IfcFan.',.PSET_OCCURRENCEDRIVEN.,'IfcFan',(#654,#135,#376,#1674,#815,#924,#1163)); +#3585= IFCPROPERTYSETTEMPLATE('2z3rZfwk4scROltRQxK1Qy',$,'Pset_ElementAssemblyTypeSteadyDevice','Energy steady device properties used in railway. The property set can be used by the predefined type SUSPENSION_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUSPENSIONASSEMBLY',(#152,#488,#1357,#2797)); -#3586= IFCPROPERTYSETTEMPLATE('0QoR60qUGHuO00025QrE$V',$,'Pset_FanPHistory','Fan performance history attributes.\X\0D\X\0ASound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcFan',(#818,#3253,#814,#1974,#817,#2486,#655,#653,#691)); +#3586= IFCPROPERTYSETTEMPLATE('0C40JUCkbZ3GDIhNha76Ym',$,'Pset_ElementAssemblyTypeSupportingAssembly','Energy supporting assembly properties used in railway. The property set can be used by the predefined type SUPPORTING_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUPPORTINGASSEMBLY',(#1853,#3077)); -#3587= IFCPROPERTYSETTEMPLATE('0$9Ou0qUGHuO00025QrE$V',$,'Pset_FanTypeCommon','Fan type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFan',(#2216,#2718,#1672,#300,#1932,#1714,#1817,#1802,#1797,#1793,#1925,#2073,#730)); +#3587= IFCPROPERTYSETTEMPLATE('1$E63suyTWAWhxzhV2L$4o',$,'Pset_ElementAssemblyTypeTrackPanel','Track panel properties used in railway. The property set can be used by the predefined type TRACK_PANEL of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/TRACKPANEL',(#1257,#3021,#1221)); -#3588= IFCPROPERTYSETTEMPLATE('0dwkGI4jpP_IcX5NYj5Fr1',$,'Pset_FastenerRailWeld','Properties of Welded rail joint used in railway. The property set can be used by the predefined type WELD of IfcFastener.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFastener/WELD',(#1311,#2863,#1370,#477)); +#3588= IFCPROPERTYSETTEMPLATE('2GMDb5CNhQpMAjUZ1NGRB4',$,'Pset_ElementAssemblyTypeTractionSwitchingAssembly','Energy switching assembly properties used in railway. The property set can be used by the predefined type TRACTION_SWITCHING_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/TRACTION_SWITCHING_ASSEMBLY',(#1752,#1803,#2183,#628)); -#3589= IFCPROPERTYSETTEMPLATE('2zWZ00qUGHuO00025QrE$V',$,'Pset_FastenerWeld','Properties related to welded connections.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFastener/WELD',(#3053,#3054,#2824,#2825,#2099,#2103,#7,#286,#586,#709,#1383,#1687,#2398,#3327,#1228,#2664)); +#3589= IFCPROPERTYSETTEMPLATE('1qwe3gcSHE2A7dTXirX8FY',$,'Pset_ElementAssemblyTypeTurnoutPanel','Turnout panel properties used in railway. The property set can be used by the predefined type TURNOUT_PANEL of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/TURNOUTPANEL',(#1257,#269,#3021,#3064,#3073,#1221,#1359,#1609,#3074,#3020,#2016,#3023,#3066,#3065,#3075,#3078)); -#3590= IFCPROPERTYSETTEMPLATE('0XaP$P9FX92PDLbOb_FqDs',$,'Pset_FenderCommon','Properties common to the definition of all occurrences of _IfcImpactProtectionDevice_ and types of _IfcImpactProtectionDeviceType_ with the predefined type set to FENDER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcImpactProtectionDevice/IfcImpactProtectionDeviceTypeEnum(.FENDER.),IfcImpactProtectionDeviceType/IfcImpactProtectionDeviceTypeEnum(.FENDER.)',(#825,#366,#759,#1610,#1600,#1641,#3119,#3120,#758,#1609)); +#3590= IFCPROPERTYSETTEMPLATE('1$kUwEqwL2BvJ_iHWNGoOf',$,'Pset_ElementCommon','This property set serves as a placeholder for common properties to assist in translation, and is not currently published (the property set type is set to NOTDEFINED).',$,'IfcElement',(#2289,#2761)); -#3591= IFCPROPERTYSETTEMPLATE('3Mx5pKqM93RPNmRB$CPUTQ',$,'Pset_FenderDesignCriteria','Properties common to the definition of design criteria of all occurrences of _IfcImpactProtectionDevice_ and types of _IfcImpactProtectionDeviceType_ with the predefined type set to FENDER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace/BERTH',(#366,#759,#1610,#1600,#1641,#3119,#3120,#758,#1609,#1630,#55)); +#3591= IFCPROPERTYSETTEMPLATE('1bPCSD$RLA4e7G5ZhHHhly',$,'Pset_ElementComponentCommon','Set of common properties of component elements (especially discrete accessories, but also fasteners, reinforcement elements, or other types of components).',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementComponent',(#2247,#2742,#611,#538)); -#3592= IFCPROPERTYSETTEMPLATE('0lMdc0qUKHuO00025QrE$V',$,'Pset_FilterPHistory','Filter performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcFilter',(#535,#3248,#1992)); +#3592= IFCPROPERTYSETTEMPLATE('1oSYaA1aH5ReUtAERZCIfN',$,'Pset_ElementKinematics','Information confirming that the element has cyclic and/or pathed kinematic behaviour. The resulting envelope may be availabe as a ''clearance'' shape representation.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcElementType',(#591,#592,#1459,#1460,#1573,#1578,#1655)); -#3593= IFCPROPERTYSETTEMPLATE('11F1o0qUKHuO00025QrE$V',$,'Pset_FilterTypeAirParticleFilter','Air particle filter type attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFilter/AIRPARTICLEFILTER',(#93,#929,#2448,#706,#805,#1624,#1738,#1824,#2076,#536,#3249)); +#3593= IFCPROPERTYSETTEMPLATE('1dFO8dKbjAahfs2VsG8atr',$,'Pset_EmbeddedTrack','Properties for track slab that have embedded tracks recessed into road surface.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab/TRACKSLAB',(#1257,#1033,#2025)); -#3594= IFCPROPERTYSETTEMPLATE('2nupa0qUKHuO00025QrE$V',$,'Pset_FilterTypeCommon','Filter type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFilter',(#2269,#2763,#3245,#1184,#834,#1936,#909,#1759,#1786,#1794,#1760,#1788,#1789)); +#3594= IFCPROPERTYSETTEMPLATE('2m0ZBo8GnEnPmKRFWLGgf7',$,'Pset_EnergyRequirements','Property set for the application of energy requirements to facility and physical elements',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionElement,IfcTransportationDevice',(#769,#2066,#781,#770)); -#3595= IFCPROPERTYSETTEMPLATE('08K7U0qUOHuO00025QrE$V',$,'Pset_FilterTypeCompressedAirFilter','Compressed air filter type attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFilter/COMPRESSEDAIRFILTER',(#410,#1931,#1991,#189,#357)); +#3595= IFCPROPERTYSETTEMPLATE('14DGu0qU4HuO00025QrE$V',$,'Pset_EngineTypeCommon','Engine type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcEngine',(#2231,#2740,#778)); -#3596= IFCPROPERTYSETTEMPLATE('0ms760qUOHuO00025QrE$V',$,'Pset_FilterTypeWaterFilter','Water filter type attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFilter/WATERFILTER',(#3213)); +#3596= IFCPROPERTYSETTEMPLATE('3t33MdTJIcbl0LWHXpEfQh',$,'Pset_EnvironmentalCondition','Properties defining environment conditions required by the element.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#2308,#2317,#1575,#2810,#1618,#1940,#1603,#2412,#2442,#2600,#1607)); -#3597= IFCPROPERTYSETTEMPLATE('13Kgi0qUOHuO00025QrE$V',$,'Pset_FireSuppressionTerminalTypeBreechingInlet','Symmetrical pipe fitting that unites two or more inlets into a single pipe (BS6100 330 114 adapted).',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminal/BREECHINGINLET',(#275,#1192,#1962,#539,#1015)); +#3597= IFCPROPERTYSETTEMPLATE('3_6fELwub59fZV_Fput0sL',$,'Pset_EnvironmentalEmissions','Property set for the application of energy emissions produced by facility and physical elements.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionElement,IfcTransportationDevice',(#309,#2828,#1723,#2005,#1724)); -#3598= IFCPROPERTYSETTEMPLATE('1m1iA0qUOHuO00025QrE$V',$,'Pset_FireSuppressionTerminalTypeCommon','Common properties for fire suppression terminals.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminal',(#2231,#2734)); +#3598= IFCPROPERTYSETTEMPLATE('1xexg0qU4HuO00025QrE$V',$,'Pset_EnvironmentalImpactIndicators','Environmental impact indicators are related to a given \X2\201C\X0\functional unit\X2\201D\X0\ (ISO 14040 concept). An example of functional unit is a "Double glazing window with PVC frame" and the unit to consider is "one square meter of opening elements filled by this product\X2\201D\X0\.\X\0D\X\0AIndicators values are valid for the whole life cycle or only a specific phase (see LifeCyclePhase property). Values of all the indicators are expressed per year according to the expected service life. The first five properties capture the characteristics of the functional unit. The following properties are related to environmental indicators.\X\0D\X\0AThere is a consensus agreement international for the five one. Last ones are not yet fully and formally agreed at the international level.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#2258,#953,#3090,#1441,#801,#3010,#3227,#1080,#1841,#357,#174,#2359,#1843,#2381,#1184,#2154,#2814,#2028,#789)); -#3599= IFCPROPERTYSETTEMPLATE('2658C0qUOHuO00025QrE$V',$,'Pset_FireSuppressionTerminalTypeFireHydrant','Device, fitted to a pipe, through which a temporary supply of water may be provided (BS6100 330 6107)\X\0D\X\0A\X\0D\X\0AFor further details on fire hydrants, see www.firehydrant.org',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminal/FIREHYDRANT',(#850,#2123,#1861,#1119,#651,#898,#3219,#2084,#248,#304)); +#3599= IFCPROPERTYSETTEMPLATE('3_B7e0qU4HuO00025QrE$V',$,'Pset_EnvironmentalImpactValues','The following properties capture environmental impact values of an element. They correspond to the indicators defined into Pset_EnvironmentalImpactIndicators. \X\0D\X\0AEnvironmental impact values are obtained multiplying indicator value per unit by the relevant quantity of the element.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#3009,#3226,#1079,#1840,#356,#173,#2358,#1842,#2380,#1183,#2153,#2813,#2027,#788,#1420,#709,#1421)); -#3600= IFCPROPERTYSETTEMPLATE('3739U0qUOHuO00025QrE$V',$,'Pset_FireSuppressionTerminalTypeHoseReel','A supporting framework on which a hose may be wound (BS6100 155 8201).\X\0D\X\0A\X\0D\X\0ANote that the service provided by the hose (water/foam) is determined by the context of the system onto which the hose reel is connected.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminal/HOSEREEL',(#1124,#1123,#1191,#1120,#1121,#1122,#345,#344)); +#3600= IFCPROPERTYSETTEMPLATE('1Ip$K0qU8HuO00025QrE$V',$,'Pset_EvaporativeCoolerPHistory','Evaporative cooler performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcEvaporativeCooler',(#3248,#736,#2455,#1416,#3005)); -#3601= IFCPROPERTYSETTEMPLATE('0O78k0qUSHuO00025QrE$V',$,'Pset_FireSuppressionTerminalTypeSprinkler','Device for sprinkling water from a pipe under pressure over an area (BS6100 100 3432)',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminal/SPRINKLER',(#2663,#45,#2370,#46,#541,#1021,#282,#650,#2365,#648,#1608,#459)); +#3601= IFCPROPERTYSETTEMPLATE('1g3kA0qU8HuO00025QrE$V',$,'Pset_EvaporativeCoolerTypeCommon','Evaporative cooler type common attributes.\X\0D\X\0ASound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead. WaterRequirement attribute unit type modified in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcEvaporativeCooler',(#2240,#2747,#905,#1087,#1945,#3244,#738,#96,#3239)); -#3602= IFCPROPERTYSETTEMPLATE('2AZMk0qUSHuO00025QrE$V',$,'Pset_FlowInstrumentPHistory','Properties for history of flow instrument values. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcFlowInstrument',(#3105,#2132,#2754)); +#3602= IFCPROPERTYSETTEMPLATE('38r5m0qU8HuO00025QrE$V',$,'Pset_EvaporatorPHistory','Evaporator performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcEvaporator',(#1104,#807,#1233,#2323,#790,#1508,#3082,#423,#424,#792,#3234)); -#3603= IFCPROPERTYSETTEMPLATE('2RrdW0qUSHuO00025QrE$V',$,'Pset_FlowInstrumentTypeCommon','Flow Instrument type common attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrument',(#2270,#2742)); +#3603= IFCPROPERTYSETTEMPLATE('00GmY0qUCHuO00025QrE$V',$,'Pset_EvaporatorTypeCommon','Evaporator type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcEvaporator',(#2202,#2703,#793,#791,#2320,#809,#1242,#1240,#1244,#1777,#1779)); -#3604= IFCPROPERTYSETTEMPLATE('2sgEo0qUSHuO00025QrE$V',$,'Pset_FlowInstrumentTypePressureGauge','A device that reads and displays a pressure value at a point or the pressure difference between two points.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrument/PRESSUREGAUGE',(#2077,#663)); +#3604= IFCPROPERTYSETTEMPLATE('1gXAvJEtDD8hQljSKTDyec',$,'Pset_ExcavationCommon','Common properties for Excavations.',.PSET_OCCURRENCEDRIVEN.,'IfcUndergroundExcavation',(#284)); -#3605= IFCPROPERTYSETTEMPLATE('3I4$U0qUSHuO00025QrE$V',$,'Pset_FlowInstrumentTypeThermometer','A device that reads and displays a temperature value at a point.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrument/THERMOMETER',(#2934,#664)); +#3605= IFCPROPERTYSETTEMPLATE('1qVQm0qUCHuO00025QrE$V',$,'Pset_FanCentrifugal','Centrifugal fan occurrence attributes attached to an instance of IfcFan.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFan/CENTRIFUGAL',(#660,#655,#145)); -#3606= IFCPROPERTYSETTEMPLATE('3ivcm0qUSHuO00025QrE$V',$,'Pset_FlowMeterOccurrence','Flow meter occurrence common attributes.',.PSET_OCCURRENCEDRIVEN.,'IfcFlowMeter',(#2126)); +#3606= IFCPROPERTYSETTEMPLATE('2wqmi0qUCHuO00025QrE$V',$,'Pset_FanOccurrence','Fan occurrence attributes attached to an instance of IfcFan.',.PSET_OCCURRENCEDRIVEN.,'IfcFan',(#662,#135,#377,#1686,#824,#933,#1173)); -#3607= IFCPROPERTYSETTEMPLATE('01ml_0qUWHuO00025QrE$V',$,'Pset_FlowMeterTypeCommon','Common attributes of a flow meter type',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeter',(#2192,#2689,#2178,#2345)); +#3607= IFCPROPERTYSETTEMPLATE('0QoR60qUGHuO00025QrE$V',$,'Pset_FanPHistory','Fan performance history attributes.\X\0D\X\0ASound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcFan',(#827,#3272,#823,#1986,#826,#2498,#663,#661,#699)); -#3608= IFCPROPERTYSETTEMPLATE('0msN40qUWHuO00025QrE$V',$,'Pset_FlowMeterTypeEnergyMeter','Device that measures, indicates and sometimes records, the energy usage in a system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeter/ENERGYMETER',(#1739,#1568,#1686)); +#3608= IFCPROPERTYSETTEMPLATE('0$9Ou0qUGHuO00025QrE$V',$,'Pset_FanTypeCommon','Fan type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFan',(#2228,#2734,#1684,#301,#1944,#1726,#1829,#1814,#1809,#1805,#1937,#2085,#739)); -#3609= IFCPROPERTYSETTEMPLATE('17VyW0qUWHuO00025QrE$V',$,'Pset_FlowMeterTypeGasMeter','Device that measures, indicates and sometimes records, the volume of gas that passes through it without interrupting the flow.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeter/GASMETER',(#957,#458,#1571,#1590)); +#3609= IFCPROPERTYSETTEMPLATE('0dwkGI4jpP_IcX5NYj5Fr1',$,'Pset_FastenerRailWeld','Properties of Welded rail joint used in railway. The property set can be used by the predefined type WELD of IfcFastener.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFastener/WELD',(#1321,#2880,#1381,#481)); -#3610= IFCPROPERTYSETTEMPLATE('1m1y80qUWHuO00025QrE$V',$,'Pset_FlowMeterTypeOilMeter','Device that measures, indicates and sometimes records, the volume of oil that passes through it without interrupting the flow.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeter/OILMETER',(#457,#1572)); +#3610= IFCPROPERTYSETTEMPLATE('2zWZ00qUGHuO00025QrE$V',$,'Pset_FastenerWeld','Properties related to welded connections.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFastener/WELD',(#3070,#3071,#2841,#2842,#2111,#2115,#7,#287,#593,#717,#1394,#1699,#2410,#3346,#1238,#2680)); -#3611= IFCPROPERTYSETTEMPLATE('22WVk0qUWHuO00025QrE$V',$,'Pset_FlowMeterTypeWaterMeter','Device that measures, indicates and sometimes records, the volume of water that passes through it without interrupting the flow.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeter/WATERMETER',(#3052,#460,#1573,#1591,#196)); +#3611= IFCPROPERTYSETTEMPLATE('0XaP$P9FX92PDLbOb_FqDs',$,'Pset_FenderCommon','Properties common to the definition of all occurrences of _IfcImpactProtectionDevice_ and types of _IfcImpactProtectionDeviceType_ with the predefined type set to FENDER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcImpactProtectionDevice/IfcImpactProtectionDeviceTypeEnum(.FENDER.),IfcImpactProtectionDeviceType/IfcImpactProtectionDeviceTypeEnum(.FENDER.)',(#834,#367,#768,#1622,#1611,#1653,#3137,#3138,#767,#1621)); -#3612= IFCPROPERTYSETTEMPLATE('2szRU0qUWHuO00025QrE$V',$,'Pset_FootingCommon','Properties common to the definition of all occurrences of IfcFooting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFooting',(#2273,#2750,#1464)); +#3612= IFCPROPERTYSETTEMPLATE('3Mx5pKqM93RPNmRB$CPUTQ',$,'Pset_FenderDesignCriteria','Properties common to the definition of design criteria of all occurrences of _IfcImpactProtectionDevice_ and types of _IfcImpactProtectionDeviceType_ with the predefined type set to FENDER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace/BERTH',(#367,#768,#1622,#1611,#1653,#3137,#3138,#767,#1621,#1642,#55)); -#3613= IFCPROPERTYSETTEMPLATE('2Y45MOd4rHasscEBWnqYhV',$,'Pset_FootingTypePadFooting','Properties of footing. The property set can be used by the predefined type PAD_FOOTING of IfcFooting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFooting/PAD_FOOTING',(#1475,#1337)); +#3613= IFCPROPERTYSETTEMPLATE('0lMdc0qUKHuO00025QrE$V',$,'Pset_FilterPHistory','Filter performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcFilter',(#539,#3267,#2004)); -#3614= IFCPROPERTYSETTEMPLATE('344gQ0qUWHuO00025QrE$V',$,'Pset_FurnitureTypeChair','A set of specific properties for furniture type chair. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Chair',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurniture/CHAIR',(#2413,#1106,#1518)); +#3614= IFCPROPERTYSETTEMPLATE('11F1o0qUKHuO00025QrE$V',$,'Pset_FilterTypeAirParticleFilter','Air particle filter type attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFilter/AIRPARTICLEFILTER',(#93,#938,#2460,#714,#814,#1636,#1750,#1836,#2088,#540,#3268)); -#3615= IFCPROPERTYSETTEMPLATE('3hQNE0qUWHuO00025QrE$V',$,'Pset_FurnitureTypeCommon','Common properties for all types of furniture such as chair, desk, table, and file cabinet. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FurnitureCommon. IFC 2x4: ''IsBuiltIn'' property added',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurniture',(#2278,#2728,#2809,#1769,#1783,#1748,#1527,#1256)); +#3615= IFCPROPERTYSETTEMPLATE('2nupa0qUKHuO00025QrE$V',$,'Pset_FilterTypeCommon','Filter type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFilter',(#2281,#2779,#3264,#1194,#843,#1948,#918,#1771,#1798,#1806,#1772,#1800,#1801)); -#3616= IFCPROPERTYSETTEMPLATE('0ddDG0qUaHuO00025QrE$V',$,'Pset_FurnitureTypeDesk','A set of specific properties for furniture type desk. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Desk',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurniture/DESK',(#3288)); +#3616= IFCPROPERTYSETTEMPLATE('08K7U0qUOHuO00025QrE$V',$,'Pset_FilterTypeCompressedAirFilter','Compressed air filter type attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFilter/COMPRESSEDAIRFILTER',(#414,#1943,#2003,#189,#358)); -#3617= IFCPROPERTYSETTEMPLATE('0q8Io0qUaHuO00025QrE$V',$,'Pset_FurnitureTypeFileCabinet','A set of specific properties for furniture type file cabinet HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FileCabinet',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurniture/FILECABINET',(#3275)); +#3617= IFCPROPERTYSETTEMPLATE('0ms760qUOHuO00025QrE$V',$,'Pset_FilterTypeWaterFilter','Water filter type attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFilter/WATERFILTER',(#3231)); -#3618= IFCPROPERTYSETTEMPLATE('10fOK0qUaHuO00025QrE$V',$,'Pset_FurnitureTypeTable','HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Table',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurniture/TABLE',(#3289,#1844)); +#3618= IFCPROPERTYSETTEMPLATE('13Kgi0qUOHuO00025QrE$V',$,'Pset_FireSuppressionTerminalTypeBreechingInlet','Symmetrical pipe fitting that unites two or more inlets into a single pipe (BS6100 330 114 adapted).',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminal/BREECHINGINLET',(#276,#1202,#1974,#543,#1025)); -#3619= IFCPROPERTYSETTEMPLATE('2DktIDjlD5MOM71NNmbzym',$,'Pset_GateHeadCommon','Properties common to the definition of all occurrences of _IfcMarinePart_ with the predefined type set to GATEHEAD.',.PSET_OCCURRENCEDRIVEN.,'IfcMarinePart/GATEHEAD',(#2806)); +#3619= IFCPROPERTYSETTEMPLATE('1m1iA0qUOHuO00025QrE$V',$,'Pset_FireSuppressionTerminalTypeCommon','Common properties for fire suppression terminals.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminal',(#2243,#2750)); -#3620= IFCPROPERTYSETTEMPLATE('3xgKP8ayz7rPLyWDXYnkZ1',$,'Pset_GeoAspects','Description of geological aspects that are relevant for the tunnel design and execution phase.',.PSET_OCCURRENCEDRIVEN.,'IfcTunnelTypicalSection/GEOTECH',(#1981,#990,#1559,#987,#992,#1377,#263,#958,#953,#698,#488,#1204,#2838,#986,#358,#149,#1100)); +#3620= IFCPROPERTYSETTEMPLATE('2658C0qUOHuO00025QrE$V',$,'Pset_FireSuppressionTerminalTypeFireHydrant','Device, fitted to a pipe, through which a temporary supply of water may be provided (BS6100 330 6107)\X\0D\X\0A\X\0D\X\0AFor further details on fire hydrants, see www.firehydrant.org',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminal/FIREHYDRANT',(#859,#2135,#1873,#1129,#659,#907,#3237,#2096,#248,#305)); -#3621= IFCPROPERTYSETTEMPLATE('2l2KlrXhj1fP34NQqovFR3',$,'Pset_GeoObsBoreholeGeoLogInterval','Properties for geolog intervals.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/BOREHOLELOG',(#963,#3240,#926,#2387,#2981,#2606)); +#3621= IFCPROPERTYSETTEMPLATE('3739U0qUOHuO00025QrE$V',$,'Pset_FireSuppressionTerminalTypeHoseReel','A supporting framework on which a hose may be wound (BS6100 155 8201).\X\0D\X\0A\X\0D\X\0ANote that the service provided by the hose (water/foam) is determined by the context of the system onto which the hose reel is connected.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminal/HOSEREEL',(#1134,#1133,#1201,#1130,#1131,#1132,#346,#345)); -#3622= IFCPROPERTYSETTEMPLATE('3iHbPUImjEp87zneaEn9ID',$,'Pset_GeoObsMappedUnit','Properties for geoscience observations at mapped units.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/MAPPEDFEATURE',(#141,#544,#3242,#657,#995,#2381,#2136)); +#3622= IFCPROPERTYSETTEMPLATE('0O78k0qUSHuO00025QrE$V',$,'Pset_FireSuppressionTerminalTypeSprinkler','Device for sprinkling water from a pipe under pressure over an area (BS6100 100 3432)',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminal/SPRINKLER',(#2679,#45,#2382,#46,#545,#1031,#283,#658,#2377,#656,#1620,#463)); -#3623= IFCPROPERTYSETTEMPLATE('12HjOstGD25elrrLtnCIN8',$,'Pset_GeoObsPtObservationCommon','Properties for geo-science observations at points.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/LOCALINFORMATION',(#3241,#3115,#985,#1376,#264,#956,#952,#988,#991)); +#3623= IFCPROPERTYSETTEMPLATE('2AZMk0qUSHuO00025QrE$V',$,'Pset_FlowInstrumentPHistory','Properties for history of flow instrument values. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcFlowInstrument',(#3123,#2144,#2770)); -#3624= IFCPROPERTYSETTEMPLATE('0cn_oGUnzBIeVBA_qnd7dZ',$,'Pset_GeophysicalSurveyCommon','Common properties for geophysical surveys.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/GEOPHYSICALSURVEYRESULT',(#2836,#2834,#2835,#2833)); +#3624= IFCPROPERTYSETTEMPLATE('2RrdW0qUSHuO00025QrE$V',$,'Pset_FlowInstrumentTypeCommon','Flow Instrument type common attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrument',(#2282,#2758)); -#3625= IFCPROPERTYSETTEMPLATE('1tuYisMEDCn90F4K8YgfgA',$,'Pset_GeoScienceFeatureTypeContact','Defines properties for contacts where a contact is a general concept representing any kind of surface separating two geologic units, including primary boundaries such as depositional contacts, all kinds of unconformities, intrusive contacts, and gradational contacts, as well as faults that separate geologic units.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceFeature/CONTACT',(#959,#645)); +#3625= IFCPROPERTYSETTEMPLATE('2sgEo0qUSHuO00025QrE$V',$,'Pset_FlowInstrumentTypePressureGauge','A device that reads and displays a pressure value at a point or the pressure difference between two points.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrument/PRESSUREGAUGE',(#2089,#671)); -#3626= IFCPROPERTYSETTEMPLATE('1wMwN_GT94zRM5c7BcS_fb',$,'Pset_GeoScienceFeatureTypeGeoHazard','Properties for geo hazards',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceFeature/HAZARDAREA',(#1071,#1444,#1429,#3100,#3101,#628,#1068)); +#3626= IFCPROPERTYSETTEMPLATE('3I4$U0qUSHuO00025QrE$V',$,'Pset_FlowInstrumentTypeThermometer','A device that reads and displays a temperature value at a point.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrument/THERMOMETER',(#2951,#672)); -#3627= IFCPROPERTYSETTEMPLATE('2DerJxvgn5p8e6wPJoqkcA',$,'Pset_GeoScienceFeatureTypeGeologicalUnit','Properties for geological units.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceFeature/GEOLOGICALUNIT',(#962,#2164,#1459,#961,#2353,#808,#809,#960)); +#3627= IFCPROPERTYSETTEMPLATE('3ivcm0qUSHuO00025QrE$V',$,'Pset_FlowMeterOccurrence','Flow meter occurrence common attributes.',.PSET_OCCURRENCEDRIVEN.,'IfcFlowMeter',(#2138)); -#3628= IFCPROPERTYSETTEMPLATE('2J5BDOyLrFkBAXO$VeAIP6',$,'Pset_GeoScienceModelCommon','Common properties for geoscience models.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceModel',(#1659,#558,#2330,#3077,#3132,#1656,#1658,#188,#1943,#142)); +#3628= IFCPROPERTYSETTEMPLATE('01ml_0qUWHuO00025QrE$V',$,'Pset_FlowMeterTypeCommon','Common attributes of a flow meter type',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeter',(#2204,#2705,#2190,#2357)); -#3629= IFCPROPERTYSETTEMPLATE('22bpHpV7n79RGrMAIe0WWU',$,'Pset_GeotechnicalAssemblyCommon','Properties describing the characteristics of any geotechnical model. A Status of "New" should not be associated to a _IfcGeotechnicalAssembly_ or _IfcGeotechnicalStratum_, as other entities are used for earthworks and courses.',.PSET_OCCURRENCEDRIVEN.,'IfcGeotechnicalAssembly',(#1445,#1627,#2124,#2714)); +#3629= IFCPROPERTYSETTEMPLATE('0msN40qUWHuO00025QrE$V',$,'Pset_FlowMeterTypeEnergyMeter','Device that measures, indicates and sometimes records, the energy usage in a system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeter/ENERGYMETER',(#1751,#1579,#1698)); -#3630= IFCPROPERTYSETTEMPLATE('0JwLqHW2rDdfZ9ytdM49Bf',$,'Pset_GeotechnicalStratumCommon','Properties describing the characteristics of any solid, water or void stratum. A status of "New" should not be associated to a _IfcGeotechnicalAssembly_ or _IfcSolidStratum_, as other entities are used for earthworks and courses.',.PSET_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum',(#388,#1362,#2022,#2023,#2714,#2903)); +#3630= IFCPROPERTYSETTEMPLATE('17VyW0qUWHuO00025QrE$V',$,'Pset_FlowMeterTypeGasMeter','Device that measures, indicates and sometimes records, the volume of gas that passes through it without interrupting the flow.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeter/GASMETER',(#966,#462,#1582,#1601)); -#3631= IFCPROPERTYSETTEMPLATE('1J7xw0qUaHuO00025QrE$V',$,'Pset_HeatExchangerTypeCommon','Heat exchanger type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcHeatExchanger',(#2232,#2736,#144)); +#3631= IFCPROPERTYSETTEMPLATE('1m1y80qUWHuO00025QrE$V',$,'Pset_FlowMeterTypeOilMeter','Device that measures, indicates and sometimes records, the volume of oil that passes through it without interrupting the flow.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeter/OILMETER',(#461,#1583)); -#3632= IFCPROPERTYSETTEMPLATE('23$$E0qUaHuO00025QrE$V',$,'Pset_HeatExchangerTypePlate','Plate heat exchanger type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcHeatExchanger/PLATE',(#1877)); +#3632= IFCPROPERTYSETTEMPLATE('22WVk0qUWHuO00025QrE$V',$,'Pset_FlowMeterTypeWaterMeter','Device that measures, indicates and sometimes records, the volume of water that passes through it without interrupting the flow.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeter/WATERMETER',(#3069,#464,#1584,#1602,#196)); -#3633= IFCPROPERTYSETTEMPLATE('2HjNa0qUaHuO00025QrE$V',$,'Pset_HumidifierPHistory','Humidifier performance history attributes.\X\0D\X\0ASound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcHumidifier',(#178,#2403)); +#3633= IFCPROPERTYSETTEMPLATE('2szRU0qUWHuO00025QrE$V',$,'Pset_FootingCommon','Properties common to the definition of all occurrences of IfcFooting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFooting',(#2285,#2766,#1475)); -#3634= IFCPROPERTYSETTEMPLATE('2j88G0qUaHuO00025QrE$V',$,'Pset_HumidifierTypeCommon','Humidifier type common attributes.\X\0D\X\0AWaterProperties attribute renamed to WaterRequirement and unit type modified in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcHumidifier',(#2267,#2761,#133,#3246,#1787,#1716,#1229,#3227,#2404,#94)); +#3634= IFCPROPERTYSETTEMPLATE('2Y45MOd4rHasscEBWnqYhV',$,'Pset_FootingTypePadFooting','Properties of footing. The property set can be used by the predefined type PAD_FOOTING of IfcFooting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFooting/PAD_FOOTING',(#1486,#1348)); -#3635= IFCPROPERTYSETTEMPLATE('3Fdb6M3QHB7wXcYvNzANHu',$,'Pset_ImpactProtectionDeviceOccurrenceBumper','Properties common to all occurrences of _IfcImpactProtectionDevice_ with PredefinedType set to _BUMPER_.',.PSET_OCCURRENCEDRIVEN.,'IfcImpactProtectionDevice/IfcImpactProtectionDeviceTypeEnum(.BUMPER.)',(#267,#1338,#284)); +#3635= IFCPROPERTYSETTEMPLATE('344gQ0qUWHuO00025QrE$V',$,'Pset_FurnitureTypeChair','A set of specific properties for furniture type chair. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Chair',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurniture/CHAIR',(#2425,#1116,#1529)); -#3636= IFCPROPERTYSETTEMPLATE('1pTuWiKuHoREkmLUeqg3K4',$,'Pset_ImpactProtectionDeviceTypeBumper','Properties common to all occurrences and types of _IfcImpactProtectionDevice_ with PredefinedType set to _BUMPER_.',.PSET_TYPEDRIVENOVERRIDE.,'IfcImpactProtectionDevice/IfcImpactProtectionDeviceTypeEnum(.BUMPER.)',(#1246,#1577,#758)); +#3636= IFCPROPERTYSETTEMPLATE('3hQNE0qUWHuO00025QrE$V',$,'Pset_FurnitureTypeCommon','Common properties for all types of furniture such as chair, desk, table, and file cabinet. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FurnitureCommon. IFC 2x4: ''IsBuiltIn'' property added',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurniture',(#2290,#2744,#2825,#1781,#1795,#1760,#1538,#1266)); -#3637= IFCPROPERTYSETTEMPLATE('2pT$zsyIfBouD5CeYuy0DT',$,'Pset_InSituTestCommon','Properties in common for in-situ tests in soil or rock.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/INSITUTESTRESULT',(#608,#2895,#2899)); +#3637= IFCPROPERTYSETTEMPLATE('0ddDG0qUaHuO00025QrE$V',$,'Pset_FurnitureTypeDesk','A set of specific properties for furniture type desk. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Desk',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurniture/DESK',(#3307)); -#3638= IFCPROPERTYSETTEMPLATE('0kI8aiOr18DQFo$8vaw8ex',$,'Pset_InstallationOccurrence','Properties defining installation information for occurrences of element, asset or system.',.PSET_OCCURRENCEDRIVEN.,'IfcElement,IfcAsset,IfcSystem',(#1208,#12,#2127)); +#3638= IFCPROPERTYSETTEMPLATE('0q8Io0qUaHuO00025QrE$V',$,'Pset_FurnitureTypeFileCabinet','A set of specific properties for furniture type file cabinet HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FileCabinet',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurniture/FILECABINET',(#3294)); -#3639= IFCPROPERTYSETTEMPLATE('0axgw0qUeHuO00025QrE$V',$,'Pset_InterceptorTypeCommon','Common properties for interceptors.',.PSET_TYPEDRIVENOVERRIDE.,'IfcInterceptor',(#2203,#2702,#1723,#1728,#1719,#1187,#1958,#548,#555,#3122)); +#3639= IFCPROPERTYSETTEMPLATE('10fOK0qUaHuO00025QrE$V',$,'Pset_FurnitureTypeTable','HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Table',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurniture/TABLE',(#3308,#1856)); -#3640= IFCPROPERTYSETTEMPLATE('3FGG$OWNn9fgEWGPQ7R_hk',$,'Pset_IpNetworkEquipmentPHistory','Properties defining performance information for IP network equipments.',.PSET_PERFORMANCEDRIVEN.,'IfcCommunicationsAppliance/IPNETWORKEQUIPMENT',(#1873)); +#3640= IFCPROPERTYSETTEMPLATE('2DktIDjlD5MOM71NNmbzym',$,'Pset_GateHeadCommon','Properties common to the definition of all occurrences of _IfcMarinePart_ with the predefined type set to GATEHEAD.',.PSET_OCCURRENCEDRIVEN.,'IfcMarinePart/GATEHEAD',(#2822)); -#3641= IFCPROPERTYSETTEMPLATE('2g8JhMcsr7V8yjLSfvPQw4',$,'Pset_JettyCommon','Properties common to the definition of all occurrences of _IfcMarineFacility_ with the predefined type set to JETTY.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/JETTY',(#2806,#233,#2021,#747)); +#3641= IFCPROPERTYSETTEMPLATE('3xgKP8ayz7rPLyWDXYnkZ1',$,'Pset_GeoAspects','Description of geological aspects that are relevant for the tunnel design and execution phase.',.PSET_OCCURRENCEDRIVEN.,'IfcTunnelTypicalSection/GEOTECH',(#1993,#1000,#1570,#997,#1002,#1388,#264,#967,#962,#706,#492,#1214,#2855,#996,#359,#149,#1110)); -#3642= IFCPROPERTYSETTEMPLATE('2dpmU7V6f4LQU8UwYJuxB$',$,'Pset_JettyDesignCriteria','Properties common to the definition of design criteria of all occurrences of _IfcMarineFacility_ with the predefined type set to JETTY.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/JETTY',(#1107,#1519,#802,#803,#2517,#3234,#903,#3072,#775)); +#3642= IFCPROPERTYSETTEMPLATE('2TeqtFqz50WeqGCbpu9MLr',$,'Pset_GeoObsBoreholeCommon','Common properties for borehole logs.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/BOREHOLELOG',(#615)); -#3643= IFCPROPERTYSETTEMPLATE('21wcI0qUeHuO00025QrE$V',$,'Pset_JunctionBoxTypeCommon','A junction box is an enclosure within which cables are connected.\X\0D\X\0A\X\0D\X\0AHistory: New in IFC4',.PSET_TYPEDRIVENOVERRIDE.,'IfcJunctionBox',(#2247,#2743,#1859,#349,#2492,#2028,#1683,#1290,#1245,#1783,#1826,#1773)); +#3643= IFCPROPERTYSETTEMPLATE('2l2KlrXhj1fP34NQqovFR3',$,'Pset_GeoObsBoreholeGeoLogInterval','Properties for geolog intervals.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/BOREHOLELOG',(#972,#3259,#935,#2399,#2998,#2620)); -#3644= IFCPROPERTYSETTEMPLATE('1FaU96ogFCb731BC1xOjdE',$,'Pset_JunctionBoxTypeData','The property set can be used by the predefined type DATA of IfcJunctionBox.',.PSET_TYPEDRIVENOVERRIDE.,'IfcJunctionBox/DATA',(#593)); +#3644= IFCPROPERTYSETTEMPLATE('0nd9pp0mz3xAiA5LACe_hi',$,'Pset_GeoObsBoreholeWaterLevel','Properties for describing water levels in boreholes.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/BOREHOLELOG',(#3238,#1343)); -#3645= IFCPROPERTYSETTEMPLATE('0CRTLokRH2J9JcHKqarM_t',$,'Pset_KerbCommon','Properties for a kerb.',.PSET_TYPEDRIVENOVERRIDE.,'IfcKerb',(#395,#3084,#1316)); +#3645= IFCPROPERTYSETTEMPLATE('3iHbPUImjEp87zneaEn9ID',$,'Pset_GeoObsMappedUnit','Properties for geoscience observations at mapped units.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/MAPPEDFEATURE',(#141,#548,#3261,#665,#1005,#2393,#2148)); -#3646= IFCPROPERTYSETTEMPLATE('1leKE_dk557vIttvjUYIFZ',$,'Pset_KerbStone','Properties for kerb stones.',.PSET_TYPEDRIVENOVERRIDE.,'IfcKerb',(#1773,#1783,#2791,#3055,#1826)); +#3646= IFCPROPERTYSETTEMPLATE('12HjOstGD25elrrLtnCIN8',$,'Pset_GeoObsPtObservationCommon','Properties for geo-science observations at points.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/LOCALINFORMATION',(#3260,#3133,#995,#1387,#265,#965,#961,#998,#1001)); -#3647= IFCPROPERTYSETTEMPLATE('1zxo_xS39E6vE53DrBYEus',$,'Pset_LabTestCommon','Properties describing the laboratory test used to obtain the associated results.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/LABTESTRESULT',(#2896,#2898,#2900)); +#3647= IFCPROPERTYSETTEMPLATE('1IXfQIR$jEIQR_GcmzsKeu',$,'Pset_GeophysicalSurveyBorehole','Properties for setup of geophysical surveys incorporating boreholes.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/GEOPHYSICALSURVEYRESULT',(#255)); -#3648= IFCPROPERTYSETTEMPLATE('3lbf20qUeHuO00025QrE$V',$,'Pset_LampTypeCommon','A lamp is a component within a light fixture that is designed to emit light. \X\0D\X\0A\X\0D\X\0AHistory: Name changed from Pset_LampEmitterTypeCommon in IFC 2x3.',.PSET_TYPEDRIVENOVERRIDE.,'IfcLamp',(#2293,#2780,#493,#1433,#1397,#1395,#1396,#384,#2650,#387,#386)); +#3648= IFCPROPERTYSETTEMPLATE('0cn_oGUnzBIeVBA_qnd7dZ',$,'Pset_GeophysicalSurveyCommon','Common properties for geophysical surveys.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/GEOPHYSICALSURVEYRESULT',(#2853,#2851,#2852,#2850)); -#3649= IFCPROPERTYSETTEMPLATE('1cp2I0qUiHuO00025QrE$V',$,'Pset_LandRegistration','Specifies the identity of land within a statutory registration system. NOTE: The property LandTitleID is to be used in preference to deprecated attribute LandTitleNumber in IfcSite.',.PSET_OCCURRENCEDRIVEN.,'IfcSite',(#1398,#1331,#1399)); +#3649= IFCPROPERTYSETTEMPLATE('1tuYisMEDCn90F4K8YgfgA',$,'Pset_GeoScienceFeatureTypeContact','Defines properties for contacts where a contact is a general concept representing any kind of surface separating two geologic units, including primary boundaries such as depositional contacts, all kinds of unconformities, intrusive contacts, and gradational contacts, as well as faults that separate geologic units.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceFeature/CONTACT',(#968,#653)); -#3650= IFCPROPERTYSETTEMPLATE('28BH20qUiHuO00025QrE$V',$,'Pset_LightFixtureTypeCommon','Common data for light fixtures.\X\0D\X\0AHistory: IFC4 - Article number and manufacturer specific information deleted. Use Pset_ManufacturerTypeInformation. ArticleNumber instead. Load properties moved from Pset_LightFixtureTypeThermal (deleted).',.PSET_TYPEDRIVENOVERRIDE.,'IfcLightFixture',(#2254,#2751,#1893,#3000,#1434,#1435,#1529,#1587,#1597,#2444)); +#3650= IFCPROPERTYSETTEMPLATE('0fo4MQd5n8ePKp0wpCDTuS',$,'Pset_GeoScienceFeatureTypeFluidBody','Properties for fluid bodies.',$,'IfcGeoScienceFeature/FLUIDBODY',(#2026)); -#3651= IFCPROPERTYSETTEMPLATE('3n58Y0qUiHuO00025QrE$V',$,'Pset_LightFixtureTypeSecurityLighting','Properties that characterize security lighting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcLightFixture/SECURITYLIGHTING',(#2426,#881,#2437,#199,#2018,#57)); +#3651= IFCPROPERTYSETTEMPLATE('1wMwN_GT94zRM5c7BcS_fb',$,'Pset_GeoScienceFeatureTypeGeoHazard','Properties for geo hazards',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceFeature/HAZARDAREA',(#1081,#1455,#1440,#3118,#3119,#636,#1078)); -#3652= IFCPROPERTYSETTEMPLATE('2asvNF1gz5OerpkzPVlCZQ',$,'Pset_LinearReferencingMethod','Describes the manner in which measurements are made along (and optionally offset from) a linear element.\X\0D\X\0A\X\0D\X\0A> NOTE Definition according to ISO 19148:2021',.PSET_OCCURRENCEDRIVEN.,'IfcAlignment,IfcReferent',(#1521,#1522,#3096,#1523,#1520)); +#3652= IFCPROPERTYSETTEMPLATE('2DerJxvgn5p8e6wPJoqkcA',$,'Pset_GeoScienceFeatureTypeGeologicalUnit','Properties for geological units.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceFeature/GEOLOGICALUNIT',(#971,#2176,#1470,#970,#2365,#817,#818,#969)); -#3653= IFCPROPERTYSETTEMPLATE('3tyKpdhznDJv5QS8FpmPgL',$,'Pset_MaintenanceStrategy','Property set for the association of a maintenance strategy to an element, asset of system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcAsset,IfcSystem',(#162,#163,#165,#1671,#25)); +#3653= IFCPROPERTYSETTEMPLATE('2J5BDOyLrFkBAXO$VeAIP6',$,'Pset_GeoScienceModelCommon','Common properties for geoscience models.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceModel',(#1671,#565,#2342,#3094,#3150,#1668,#1670,#188,#1955,#142)); -#3654= IFCPROPERTYSETTEMPLATE('2CbWTFpD17yOCpmWi623ps',$,'Pset_MaintenanceTriggerCondition','Trigger levels for an asset that has an inspection-based maintenance strategy',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcAsset,IfcSystem',(#448,#446,#447,#445)); +#3654= IFCPROPERTYSETTEMPLATE('22bpHpV7n79RGrMAIe0WWU',$,'Pset_GeotechnicalAssemblyCommon','Properties describing the characteristics of any geotechnical model. A Status of "New" should not be associated to a _IfcGeotechnicalAssembly_ or _IfcGeotechnicalStratum_, as other entities are used for earthworks and courses.',.PSET_OCCURRENCEDRIVEN.,'IfcGeotechnicalAssembly',(#1456,#1639,#2136,#2730)); -#3655= IFCPROPERTYSETTEMPLATE('04MMcZBJLFqhmlBdKFCUWk',$,'Pset_MaintenanceTriggerDuration','Trigger levels for an asset that has an PPM based maintenance strategy.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcAsset,IfcSystem',(#705,#703,#704,#702)); +#3655= IFCPROPERTYSETTEMPLATE('0JwLqHW2rDdfZ9ytdM49Bf',$,'Pset_GeotechnicalStratumCommon','Properties describing the characteristics of any solid, water or void stratum. A status of "New" should not be associated to a _IfcGeotechnicalAssembly_ or _IfcSolidStratum_, as other entities are used for earthworks and courses.',.PSET_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum',(#389,#1373,#2034,#2035,#2730,#2920)); -#3656= IFCPROPERTYSETTEMPLATE('0x9FOmebv05QzdAHTrpfVJ',$,'Pset_MaintenanceTriggerPerformance','Properties for performance based maintenance policies',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcAsset,IfcSystem',(#2856,#2009,#2352,#667)); +#3656= IFCPROPERTYSETTEMPLATE('1J7xw0qUaHuO00025QrE$V',$,'Pset_HeatExchangerTypeCommon','Heat exchanger type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcHeatExchanger',(#2244,#2752,#144)); -#3657= IFCPROPERTYSETTEMPLATE('16wJ20qUmHuO00025QrE$V',$,'Pset_ManufacturerOccurrence','Defines properties of individual instances of manufactured products that may be given by the manufacturer.\X\0D\X\0AHISTORY: IFC 2x4: AssemblyPlace property added. This property does not need to be asserted if Pset_ManufacturerTypeInformation is allocated to the type and the AssemblyPlace property is asserted there.',.PSET_OCCURRENCEDRIVEN.,'IfcElement',(#41,#202,#2453,#215,#153,#1535)); +#3657= IFCPROPERTYSETTEMPLATE('23$$E0qUaHuO00025QrE$V',$,'Pset_HeatExchangerTypePlate','Plate heat exchanger type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcHeatExchanger/PLATE',(#1889)); -#3658= IFCPROPERTYSETTEMPLATE('1nquI0qUmHuO00025QrE$V',$,'Pset_ManufacturerTypeInformation','Defines characteristics of types (ranges) of manufactured products that may be given by the manufacturer. Note that the term ''manufactured'' may also be used to refer to products that are supplied and identified by the supplier or that are assembled off site by a third party provider. \X\0D\X\0AHISTORY: This property set replaces the entity IfcManufacturerInformation from previous IFC releases. IFC 2x4: AssemblyPlace property added.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#971,#147,#1657,#1655,#1534,#2109,#154,#1926,#2399,#2006)); +#3658= IFCPROPERTYSETTEMPLATE('2HjNa0qUaHuO00025QrE$V',$,'Pset_HumidifierPHistory','Humidifier performance history attributes.\X\0D\X\0ASound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcHumidifier',(#178,#2415)); -#3659= IFCPROPERTYSETTEMPLATE('07WFKSLAz91POvzmgH52U$',$,'Pset_MarineFacilityTransportation','Properties common to the definition of all occurrences of _IfcMarineFacility_ which are catagorised as transportation facilities such as Ports, marinas etc.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility',(#240,#236,#235)); +#3659= IFCPROPERTYSETTEMPLATE('2j88G0qUaHuO00025QrE$V',$,'Pset_HumidifierTypeCommon','Humidifier type common attributes.\X\0D\X\0AWaterProperties attribute renamed to WaterRequirement and unit type modified in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcHumidifier',(#2279,#2777,#133,#3265,#1799,#1728,#1239,#3246,#2416,#94)); -#3660= IFCPROPERTYSETTEMPLATE('1ZgGUne6L6zQs_6wmcth95',$,'Pset_MarinePartChamberCommon','Properties common to the definition of all occurrences of _IfcMarinePart_ with the predefined type set to CHAMBER.',.PSET_OCCURRENCEDRIVEN.,'IfcMarinePart/CHAMBER',(#726,#2806)); +#3660= IFCPROPERTYSETTEMPLATE('3Fdb6M3QHB7wXcYvNzANHu',$,'Pset_ImpactProtectionDeviceOccurrenceBumper','Properties common to all occurrences of _IfcImpactProtectionDevice_ with PredefinedType set to _BUMPER_.',.PSET_OCCURRENCEDRIVEN.,'IfcImpactProtectionDevice/IfcImpactProtectionDeviceTypeEnum(.BUMPER.)',(#268,#1349,#285)); -#3661= IFCPROPERTYSETTEMPLATE('3$u2dLa1v2cwkt_ROQVFKh',$,'Pset_MarineVehicleCommon','Properties common to the definition of all occurrences of _IfcTransportElement_ and types of _IfcTransportElementType_ with the predefined type set to VEHICLEMARINE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcVehicle/VEHICLEMARINE',(#1425,#3139,#3140,#9,#10,#660,#309,#1400)); +#3661= IFCPROPERTYSETTEMPLATE('1pTuWiKuHoREkmLUeqg3K4',$,'Pset_ImpactProtectionDeviceTypeBumper','Properties common to all occurrences and types of _IfcImpactProtectionDevice_ with PredefinedType set to _BUMPER_.',.PSET_TYPEDRIVENOVERRIDE.,'IfcImpactProtectionDevice/IfcImpactProtectionDeviceTypeEnum(.BUMPER.)',(#1256,#1588,#767)); -#3662= IFCPROPERTYSETTEMPLATE('2jQXB3neb0DhM8kWRPnVty',$,'Pset_MarineVehicleDesignCriteria','Properties common to the definition of design criteria of all occurrences of _IfcTransportElement_ and types of _IfcTransportElementType_ with the predefined type set to MARINEVEHICLE',.PSET_TYPEDRIVENOVERRIDE.,'IfcVehicle/VEHICLEMARINE',(#107,#2593)); +#3662= IFCPROPERTYSETTEMPLATE('2pT$zsyIfBouD5CeYuy0DT',$,'Pset_InSituTestCommon','Properties in common for in-situ tests in soil or rock.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/INSITUTESTRESULT',(#616,#2912,#2916)); -#3663= IFCPROPERTYSETTEMPLATE('2R1$NnDMc8PHP6QQEXnIM$',$,'Pset_MarkerGeneral','Properties common to a signalling marker made as an assembly of elements. The property set can be used by the predefined type SIGNAL_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SIGNALASSEMBLY',(#139,#1539,#1769,#2846,#1826)); +#3663= IFCPROPERTYSETTEMPLATE('2sYZ1vUBj5Dfu7Z6HQ$97h',$,'Pset_InSituTestCPT','Properties for the results of Cone Penetration Tests/Cone Penetrometer Tests (CPTs).',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/INSITUTESTRESULT',(#562,#563,#564,#3324)); -#3664= IFCPROPERTYSETTEMPLATE('2YakKAOZX2luo$SAzWQqbi',$,'Pset_MarkingLinesCommon','Properties for line markings.',.PSET_OCCURRENCEDRIVEN.,'IfcSurfaceFeature/LINEMARKING',(#590,#591,#1826)); +#3664= IFCPROPERTYSETTEMPLATE('0kI8aiOr18DQFo$8vaw8ex',$,'Pset_InstallationOccurrence','Properties defining installation information for occurrences of element, asset or system.',.PSET_OCCURRENCEDRIVEN.,'IfcElement,IfcAsset,IfcSystem',(#1218,#12,#2139)); -#3665= IFCPROPERTYSETTEMPLATE('2lE180qUmHuO00025QrE$V',$,'Pset_MaterialCombustion','A set of extended material properties of products of combustion generated by elements typically used within the context of building services and flow distribution systems.',$,'IfcMaterial',(#2648,#1692,#365,#363)); +#3665= IFCPROPERTYSETTEMPLATE('0axgw0qUeHuO00025QrE$V',$,'Pset_InterceptorTypeCommon','Common properties for interceptors.',.PSET_TYPEDRIVENOVERRIDE.,'IfcInterceptor',(#2215,#2718,#1735,#1740,#1731,#1197,#1970,#552,#559,#3140)); -#3666= IFCPROPERTYSETTEMPLATE('3Eppg0qUmHuO00025QrE$V',$,'Pset_MaterialCommon','A set of general material properties.',$,'IfcMaterial',(#1665,#2046,#1547)); +#3666= IFCPROPERTYSETTEMPLATE('3FGG$OWNn9fgEWGPQ7R_hk',$,'Pset_IpNetworkEquipmentPHistory','Properties defining performance information for IP network equipments.',.PSET_PERFORMANCEDRIVEN.,'IfcCommunicationsAppliance/IPNETWORKEQUIPMENT',(#1885)); -#3667= IFCPROPERTYSETTEMPLATE('3Zgyu0qUmHuO00025QrE$V',$,'Pset_MaterialConcrete','A set of extended mechanical properties related to concrete materials.',$,'IfcMaterial/Concrete',(#415,#1557,#68,#3276,#3217,#2118)); +#3667= IFCPROPERTYSETTEMPLATE('2g8JhMcsr7V8yjLSfvPQw4',$,'Pset_JettyCommon','Properties common to the definition of all occurrences of _IfcMarineFacility_ with the predefined type set to JETTY.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/JETTY',(#2822,#233,#2033,#756)); -#3668= IFCPROPERTYSETTEMPLATE('0D$Ok0qUqHuO00025QrE$V',$,'Pset_MaterialEnergy','A set of extended material properties for energy calculation purposes.',$,'IfcMaterial',(#3156,#1660,#2907,#2649,#3165,#2602,#955)); +#3668= IFCPROPERTYSETTEMPLATE('2dpmU7V6f4LQU8UwYJuxB$',$,'Pset_JettyDesignCriteria','Properties common to the definition of design criteria of all occurrences of _IfcMarineFacility_ with the predefined type set to JETTY.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/JETTY',(#1117,#1530,#811,#812,#2529,#3253,#912,#3089,#784)); -#3669= IFCPROPERTYSETTEMPLATE('0xIZc0qUqHuO00025QrE$V',$,'Pset_MaterialFuel','A set of extended material properties of fuel energy typically used within the context of building services and flow distribution systems.',$,'IfcMaterial',(#401,#307,#1514,#1105)); +#3669= IFCPROPERTYSETTEMPLATE('21wcI0qUeHuO00025QrE$V',$,'Pset_JunctionBoxTypeCommon','A junction box is an enclosure within which cables are connected.\X\0D\X\0A\X\0D\X\0AHistory: New in IFC4',.PSET_TYPEDRIVENOVERRIDE.,'IfcJunctionBox',(#2259,#2759,#1871,#350,#2504,#2040,#1695,#1300,#1255,#1795,#1838,#1785)); -#3670= IFCPROPERTYSETTEMPLATE('1LX1U0qUqHuO00025QrE$V',$,'Pset_MaterialHygroscopic','A set of hygroscopic properties of materials.',$,'IfcMaterial',(#3083,#1517,#1328,#3112,#1662)); +#3670= IFCPROPERTYSETTEMPLATE('1FaU96ogFCb731BC1xOjdE',$,'Pset_JunctionBoxTypeData','The property set can be used by the predefined type DATA of IfcJunctionBox.',.PSET_TYPEDRIVENOVERRIDE.,'IfcJunctionBox/DATA',(#600)); -#3671= IFCPROPERTYSETTEMPLATE('1o84_0qUqHuO00025QrE$V',$,'Pset_MaterialMechanical','A set of mechanical material properties normally used for structural analysis purpose. It contains all properties which are independent of the actual material type.',$,'IfcMaterial',(#708,#3307,#2503,#2041,#2909)); +#3671= IFCPROPERTYSETTEMPLATE('0CRTLokRH2J9JcHKqarM_t',$,'Pset_KerbCommon','Properties for a kerb.',.PSET_TYPEDRIVENOVERRIDE.,'IfcKerb',(#396,#3101,#1326)); -#3672= IFCPROPERTYSETTEMPLATE('2HjtW0qUqHuO00025QrE$V',$,'Pset_MaterialOptical','A set of optical properties of materials.',$,'IfcMaterial',(#3166,#2605,#2912,#2910,#2911,#3163,#3164,#2600,#2601)); +#3672= IFCPROPERTYSETTEMPLATE('1leKE_dk557vIttvjUYIFZ',$,'Pset_KerbStone','Properties for kerb stones.',.PSET_TYPEDRIVENOVERRIDE.,'IfcKerb',(#1785,#1795,#2807,#3072,#1838)); -#3673= IFCPROPERTYSETTEMPLATE('3EWsy0qUqHuO00025QrE$V',$,'Pset_MaterialSteel','A set of extended mechanical properties related to steel (or other metallic and isotropic) materials.',$,'IfcMaterial/Steel',(#3304,#3067,#3066,#1009,#2116,#2034,#2322)); +#3673= IFCPROPERTYSETTEMPLATE('1zxo_xS39E6vE53DrBYEus',$,'Pset_LabTestCommon','Properties describing the laboratory test used to obtain the associated results.',.PSET_OCCURRENCEDRIVEN.,'IfcGeoScienceObservation/LABTESTRESULT',(#2913,#2915,#2917)); -#3674= IFCPROPERTYSETTEMPLATE('03Zy60qUuHuO00025QrE$V',$,'Pset_MaterialThermal','A set of thermal material properties.',$,'IfcMaterial',(#2647,#250,#933,#2904)); +#3674= IFCPROPERTYSETTEMPLATE('3lbf20qUeHuO00025QrE$V',$,'Pset_LampTypeCommon','A lamp is a component within a light fixture that is designed to emit light. \X\0D\X\0A\X\0D\X\0AHistory: Name changed from Pset_LampEmitterTypeCommon in IFC 2x3.',.PSET_TYPEDRIVENOVERRIDE.,'IfcLamp',(#2305,#2796,#497,#1444,#1408,#1406,#1407,#385,#2666,#388,#387)); -#3675= IFCPROPERTYSETTEMPLATE('0ToP_0qUuHuO00025QrE$V',$,'Pset_MaterialWater','A set of extended material properties for of water typically used within the context of building services and flow distribution systems.',$,'IfcMaterial',(#1334,#1010,#106,#31,#1166,#668,#2014)); +#3675= IFCPROPERTYSETTEMPLATE('1cp2I0qUiHuO00025QrE$V',$,'Pset_LandRegistration','Specifies the identity of land within a statutory registration system. NOTE: The property LandTitleID is to be used in preference to deprecated attribute LandTitleNumber in IfcSite.',.PSET_OCCURRENCEDRIVEN.,'IfcSite',(#1409,#1341,#1410)); -#3676= IFCPROPERTYSETTEMPLATE('1586o0qUuHuO00025QrE$V',$,'Pset_MaterialWood','This is a collection of properties applicable to wood-based materials that specify kind and grade of material as well as moisture related parameters.',$,'IfcMaterial/Wood',(#2645,#2800,#124,#1408,#1406,#2038,#1661,#643,#2939)); +#3676= IFCPROPERTYSETTEMPLATE('28BH20qUiHuO00025QrE$V',$,'Pset_LightFixtureTypeCommon','Common data for light fixtures.\X\0D\X\0AHistory: IFC4 - Article number and manufacturer specific information deleted. Use Pset_ManufacturerTypeInformation. ArticleNumber instead. Load properties moved from Pset_LightFixtureTypeThermal (deleted).',.PSET_TYPEDRIVENOVERRIDE.,'IfcLightFixture',(#2266,#2767,#1905,#3017,#1445,#1446,#1540,#1598,#1608,#2456)); -#3677= IFCPROPERTYSETTEMPLATE('1rQ0i0qUuHuO00025QrE$V',$,'Pset_MaterialWoodBasedBeam','This is a collection of mechanical properties applicable to wood-based materials for beam-like products, especially laminated materials like glulam and LVL.\X\0D\X\0AAnisotropy of such materials is taken into account by different properties according to grain direction and load types.\X\0D\X\0A\X\0D\X\0AAll values shall be given for a standardized service condition, a standardized load duration and a standardized reference size of the member according to local design codes.\X\0D\X\0A\X\0D\X\0ANOTE: In cases where mechanical material properties are graduated for different given reference sizes, separate instances of IfcExtendedMaterialProperties and IfcMaterial have to be used for each required graduation. Mechanically differing versions of a material are treated as different materials.\X\0D\X\0A\X\0D\X\0AReferences to the orientation of grain or lay-up correspond to material orientation given by geometrical or topological representation of element objects or types, especially IfcMemberType and IfcStructuralMember.',$,'IfcMaterial/Wood',(#129,#3330,#3331,#3332)); +#3677= IFCPROPERTYSETTEMPLATE('3n58Y0qUiHuO00025QrE$V',$,'Pset_LightFixtureTypeSecurityLighting','Properties that characterize security lighting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcLightFixture/SECURITYLIGHTING',(#2438,#890,#2449,#199,#2030,#57)); -#3678= IFCPROPERTYSETTEMPLATE('1okUM0qUyHuO00025QrE$V',$,'Pset_MaterialWoodBasedPanel','This is a collection of mechanical properties related to wood-based materials for panel-like products like plywood or OSB. The propositions given above for wood-based beam materials with respect to anisotropy, strength graduation according to element sizes (especially panel thickness) apply accordingly.',$,'IfcMaterial/Wood',(#128,#3329,#3333,#3334)); +#3678= IFCPROPERTYSETTEMPLATE('2asvNF1gz5OerpkzPVlCZQ',$,'Pset_LinearReferencingMethod','Describes the manner in which measurements are made along (and optionally offset from) a linear element.\X\0D\X\0A\X\0D\X\0A> NOTE Definition according to ISO 19148:2021',.PSET_OCCURRENCEDRIVEN.,'IfcAlignment,IfcReferent',(#1532,#1533,#3114,#1534,#1531)); -#3679= IFCPROPERTYSETTEMPLATE('2yxvQ0qV0HuO00025QrE$V',$,'Pset_MechanicalFastenerAnchorBolt','Properties common to different types of anchor bolts.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/ANCHORBOLT',(#113,#112,#115,#114)); +#3679= IFCPROPERTYSETTEMPLATE('3tyKpdhznDJv5QS8FpmPgL',$,'Pset_MaintenanceStrategy','Property set for the association of a maintenance strategy to an element, asset of system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcAsset,IfcSystem',(#162,#163,#165,#1683,#25)); -#3680= IFCPROPERTYSETTEMPLATE('3YVA00qV0HuO00025QrE$V',$,'Pset_MechanicalFastenerBolt','Properties related to bolt-type fasteners. The properties of a whole set with bolt, washers and nut may be provided. Note, it is usually not necessary to transmit these properties in case of standardized bolts. Instead, the standard is referred to.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/BOLT',(#2940,#2941,#1908,#3203,#1074,#1382,#1909,#3204)); +#3680= IFCPROPERTYSETTEMPLATE('2CbWTFpD17yOCpmWi623ps',$,'Pset_MaintenanceTriggerCondition','Trigger levels for an asset that has an inspection-based maintenance strategy',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcAsset,IfcSystem',(#452,#450,#451,#449)); -#3681= IFCPROPERTYSETTEMPLATE('2g8KPoQI$i3hxt2KtfzH6x',$,'Pset_MechanicalFastenerOCSFitting','Common properties of clamps and fittings used in railway overhead contact system (OCS).',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/COUPLER',(#1536,#1917)); +#3681= IFCPROPERTYSETTEMPLATE('04MMcZBJLFqhmlBdKFCUWk',$,'Pset_MaintenanceTriggerDuration','Trigger levels for an asset that has an PPM based maintenance strategy.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcAsset,IfcSystem',(#713,#711,#712,#710)); -#3682= IFCPROPERTYSETTEMPLATE('2jStVO_lmEb$eDbMGsJNkS',$,'Pset_MechanicalFastenerTypeRailFastening','Properties of rail fastening used in railway track system. The property set can be used by the predefined type RAILFASTENING of IfcMechanicalFastener.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/RAILFASTENING',(#2857,#1336,#3005)); +#3682= IFCPROPERTYSETTEMPLATE('0x9FOmebv05QzdAHTrpfVJ',$,'Pset_MaintenanceTriggerPerformance','Properties for performance based maintenance policies',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement,IfcAsset,IfcSystem',(#2873,#2021,#2364,#675)); -#3683= IFCPROPERTYSETTEMPLATE('2ALrJdj40jLZWAU2aFfHFk',$,'Pset_MechanicalFastenerTypeRailJoint','Properties common to a rail joint of a railway track system. The property set can be used by the predefined type RAILJOINT of IfcMechanicalFastener.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/RAILJOINT',(#2577,#1264,#1308,#1312,#1885,#2147,#1307,#477)); +#3683= IFCPROPERTYSETTEMPLATE('16wJ20qUmHuO00025QrE$V',$,'Pset_ManufacturerOccurrence','Defines properties of individual instances of manufactured products that may be given by the manufacturer.\X\0D\X\0AHISTORY: IFC 2x4: AssemblyPlace property added. This property does not need to be asserted if Pset_ManufacturerTypeInformation is allocated to the type and the AssemblyPlace property is asserted there.',.PSET_OCCURRENCEDRIVEN.,'IfcElement',(#41,#202,#2465,#215,#153,#1546)); -#3684= IFCPROPERTYSETTEMPLATE('0bFdW0qV4HuO00025QrE$V',$,'Pset_MedicalDeviceTypeCommon','Medical device type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMedicalDevice',(#2201,#2698)); +#3684= IFCPROPERTYSETTEMPLATE('1nquI0qUmHuO00025QrE$V',$,'Pset_ManufacturerTypeInformation','Defines characteristics of types (ranges) of manufactured products that may be given by the manufacturer. Note that the term ''manufactured'' may also be used to refer to products that are supplied and identified by the supplier or that are assembled off site by a third party provider. \X\0D\X\0AHISTORY: This property set replaces the entity IfcManufacturerInformation from previous IFC releases. IFC 2x4: AssemblyPlace property added.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#980,#147,#1669,#1667,#1545,#2121,#154,#1938,#2411,#2018)); -#3685= IFCPROPERTYSETTEMPLATE('0$U5O0qV4HuO00025QrE$V',$,'Pset_MemberCommon','Properties common to the definition of all occurrences of IfcMember.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember',(#2220,#2723,#2634,#2580,#2391,#1283,#2921,#1469,#864)); +#3685= IFCPROPERTYSETTEMPLATE('07WFKSLAz91POvzmgH52U$',$,'Pset_MarineFacilityTransportation','Properties common to the definition of all occurrences of _IfcMarineFacility_ which are catagorised as transportation facilities such as Ports, marinas etc.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility',(#240,#236,#235)); -#3686= IFCPROPERTYSETTEMPLATE('3IqFanTEh5zSoH4oObc5vs',$,'Pset_MemberTypeAnchoringBar','Properties of anchoring bar. The anchoring bar is used to connect stay from pole to the foundation.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember/BRACE',(#1620,#3274)); +#3686= IFCPROPERTYSETTEMPLATE('1ZgGUne6L6zQs_6wmcth95',$,'Pset_MarinePartChamberCommon','Properties common to the definition of all occurrences of _IfcMarinePart_ with the predefined type set to CHAMBER.',.PSET_OCCURRENCEDRIVEN.,'IfcMarinePart/CHAMBER',(#735,#2822)); -#3687= IFCPROPERTYSETTEMPLATE('2nNlyXlJ$V28igwN8kSx5D',$,'Pset_MemberTypeCatenaryStay','Properties of catenary stay used in railway. The property set can be used by the predefined type STAY_CABLE of IfcMember.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember/STAY_CABLE',(#152,#1783,#312,#1773)); +#3687= IFCPROPERTYSETTEMPLATE('3$u2dLa1v2cwkt_ROQVFKh',$,'Pset_MarineVehicleCommon','Properties common to the definition of all occurrences of _IfcTransportElement_ and types of _IfcTransportElementType_ with the predefined type set to VEHICLEMARINE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcVehicle/VEHICLEMARINE',(#1436,#3157,#3158,#9,#10,#668,#310,#1411)); -#3688= IFCPROPERTYSETTEMPLATE('0tpeH7AX7dn7uYWe9zsKdt',$,'Pset_MemberTypeOCSRigidSupport','Properties of rigid catenary support used in railway overhead contact system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember/MEMBER',(#152,#484)); +#3688= IFCPROPERTYSETTEMPLATE('2jQXB3neb0DhM8kWRPnVty',$,'Pset_MarineVehicleDesignCriteria','Properties common to the definition of design criteria of all occurrences of _IfcTransportElement_ and types of _IfcTransportElementType_ with the predefined type set to MARINEVEHICLE',.PSET_TYPEDRIVENOVERRIDE.,'IfcVehicle/VEHICLEMARINE',(#107,#2607)); -#3689= IFCPROPERTYSETTEMPLATE('1Yl6GaFOTAew0nhXJXuBx8',$,'Pset_MemberTypePost','Properties of a post. A post is a linear (usually vertical) member used to support something or to mark a point.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember/POST',(#1773,#454,#1475,#3261,#2974,#226)); +#3689= IFCPROPERTYSETTEMPLATE('2R1$NnDMc8PHP6QQEXnIM$',$,'Pset_MarkerGeneral','Properties common to a signalling marker made as an assembly of elements. The property set can be used by the predefined type SIGNAL_ASSEMBLY of IfcElementAssembly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SIGNALASSEMBLY',(#139,#1550,#1781,#2863,#1838)); -#3690= IFCPROPERTYSETTEMPLATE('2n$IX4KDSzzS0U_a_bAgx4',$,'Pset_MemberTypeTieBar','Properties of tie bar. A tie bar is a linear bar element used to secure or stabilise a structure by resisting lateral and longitudinal loading through tension and or compression. usually formed by a solid bar.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember/TIEBAR',(#1357)); +#3690= IFCPROPERTYSETTEMPLATE('2YakKAOZX2luo$SAzWQqbi',$,'Pset_MarkingLinesCommon','Properties for line markings.',.PSET_OCCURRENCEDRIVEN.,'IfcSurfaceFeature/LINEMARKING',(#597,#598,#1838)); -#3691= IFCPROPERTYSETTEMPLATE('3NqegCizbm381JGDMh8gMZ',$,'Pset_MobileTelecommunicationsApplianceTypeAccessPoint','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to ACCESSPOINT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/ACCESSPOINT',(#200,#594,#595,#1836,#1862,#3094)); +#3691= IFCPROPERTYSETTEMPLATE('2lE180qUmHuO00025QrE$V',$,'Pset_MaterialCombustion','A set of extended material properties of products of combustion generated by elements typically used within the context of building services and flow distribution systems.',$,'IfcMaterial',(#2664,#1704,#366,#364)); -#3692= IFCPROPERTYSETTEMPLATE('3Aa0Ll$aE3gCjsAisQt9Y1',$,'Pset_MobileTelecommunicationsApplianceTypeBasebandUnit','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to BASEBANDUNIT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/BASEBANDUNIT',(#1842,#1862,#1857,#1581)); +#3692= IFCPROPERTYSETTEMPLATE('3Eppg0qUmHuO00025QrE$V',$,'Pset_MaterialCommon','A set of general material properties.',$,'IfcMaterial',(#1677,#2058,#1558)); -#3693= IFCPROPERTYSETTEMPLATE('1vfQQBdLJY7_ZnUa7qLRI4',$,'Pset_MobileTelecommunicationsApplianceTypeBaseTransceiverStation','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to BASETRANSCEIVERSTATION.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/BASETRANSCEIVERSTATION',(#673,#1842,#1836,#3078,#785,#1857,#1899,#2138,#1862)); +#3693= IFCPROPERTYSETTEMPLATE('3Zgyu0qUmHuO00025QrE$V',$,'Pset_MaterialConcrete','A set of extended mechanical properties related to concrete materials.',$,'IfcMaterial/Concrete',(#419,#1568,#68,#3295,#3235,#2130)); -#3694= IFCPROPERTYSETTEMPLATE('3pWyJDmZ1AvBjUxT4v4XHE',$,'Pset_MobileTelecommunicationsApplianceTypeCommon','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance',(#2186,#2681)); +#3694= IFCPROPERTYSETTEMPLATE('0D$Ok0qUqHuO00025QrE$V',$,'Pset_MaterialEnergy','A set of extended material properties for energy calculation purposes.',$,'IfcMaterial',(#3174,#1672,#2924,#2665,#3183,#2616,#964)); -#3695= IFCPROPERTYSETTEMPLATE('1GhvAf6Kqd_NFyfq4OkD5u',$,'Pset_MobileTelecommunicationsApplianceTypeEUtranNodeB','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to E_UTRAN_NODE_B.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/E_UTRAN_NODE_B',(#673,#1842,#2138,#1836,#1862,#3078)); +#3695= IFCPROPERTYSETTEMPLATE('0xIZc0qUqHuO00025QrE$V',$,'Pset_MaterialFuel','A set of extended material properties of fuel energy typically used within the context of building services and flow distribution systems.',$,'IfcMaterial',(#402,#308,#1525,#1115)); -#3696= IFCPROPERTYSETTEMPLATE('3AFBnHraw22Yy3zNwwpdot',$,'Pset_MobileTelecommunicationsApplianceTypeMasterUnit','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to MASTERUNIT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/MASTERUNIT',(#1862,#1579,#3021,#3022,#3023,#3024,#1551)); +#3696= IFCPROPERTYSETTEMPLATE('1LX1U0qUqHuO00025QrE$V',$,'Pset_MaterialHygroscopic','A set of hygroscopic properties of materials.',$,'IfcMaterial',(#3100,#1528,#1338,#3130,#1674)); -#3697= IFCPROPERTYSETTEMPLATE('0KvDK3SXkGJ$jr6yyPkExu',$,'Pset_MobileTelecommunicationsApplianceTypeMobileSwitchingCenter','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to MOBILESWITCHINGCENTER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/MOBILESWITCHINGCENTER',(#3094,#1862,#1580)); +#3697= IFCPROPERTYSETTEMPLATE('1o84_0qUqHuO00025QrE$V',$,'Pset_MaterialMechanical','A set of mechanical material properties normally used for structural analysis purpose. It contains all properties which are independent of the actual material type.',$,'IfcMaterial',(#716,#3326,#2515,#2053,#2926)); -#3698= IFCPROPERTYSETTEMPLATE('1txuCh8qD97isyGULVa9U8',$,'Pset_MobileTelecommunicationsApplianceTypeMSCServer','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to MSCSERVER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/MSCSERVER',(#3094,#1862)); +#3698= IFCPROPERTYSETTEMPLATE('2HjtW0qUqHuO00025QrE$V',$,'Pset_MaterialOptical','A set of optical properties of materials.',$,'IfcMaterial',(#3184,#2619,#2929,#2927,#2928,#3181,#3182,#2614,#2615)); -#3699= IFCPROPERTYSETTEMPLATE('2cYlW8vNA2k5MDluEQh_1Q',$,'Pset_MobileTeleCommunicationsApplianceTypeRemoteRadioUnit','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to REMOTERADIOUNIT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/REMOTERADIOUNIT',(#673,#1842,#1862,#3078,#1899,#2138,#121,#2396)); +#3699= IFCPROPERTYSETTEMPLATE('3EWsy0qUqHuO00025QrE$V',$,'Pset_MaterialSteel','A set of extended mechanical properties related to steel (or other metallic and isotropic) materials.',$,'IfcMaterial/Steel',(#3323,#3084,#3083,#1019,#2128,#2046,#2334)); -#3700= IFCPROPERTYSETTEMPLATE('28ZmeFSQCeduQEyzj0bCRT',$,'Pset_MobileTelecommunicationsApplianceTypeRemoteUnit','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to REMOTEUNIT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/REMOTEUNIT',(#1862,#1836,#2397)); +#3700= IFCPROPERTYSETTEMPLATE('03Zy60qUuHuO00025QrE$V',$,'Pset_MaterialThermal','A set of thermal material properties.',$,'IfcMaterial',(#2663,#250,#942,#2921)); -#3701= IFCPROPERTYSETTEMPLATE('04iFFjY7D2iQ_8qPzA8WLQ',$,'Pset_MooringDeviceCommon','Properties common to the definition of all occurrences of _IfcMooringDevice_ and types of _IfcMooringDeviceType_.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMooringDevice,IfcMooringDeviceType',(#630,#629,#111,#1646,#1576,#1575)); +#3701= IFCPROPERTYSETTEMPLATE('0ToP_0qUuHuO00025QrE$V',$,'Pset_MaterialWater','A set of extended material properties for of water typically used within the context of building services and flow distribution systems.',$,'IfcMaterial',(#1345,#1020,#106,#31,#1176,#676,#2026)); -#3702= IFCPROPERTYSETTEMPLATE('27btY0qV4HuO00025QrE$V',$,'Pset_MotorConnectionTypeCommon','Common properties for motor connections. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMotorConnection',(#2249,#2746)); +#3702= IFCPROPERTYSETTEMPLATE('1586o0qUuHuO00025QrE$V',$,'Pset_MaterialWood','This is a collection of properties applicable to wood-based materials that specify kind and grade of material as well as moisture related parameters.',$,'IfcMaterial/Wood',(#2661,#2816,#124,#1419,#1417,#2050,#1673,#651,#2956)); -#3703= IFCPROPERTYSETTEMPLATE('1_ee0_i3P46hIY_PhccyLw',$,'Pset_OnSiteCastKerb','Properties for an on site cast kerb.',.PSET_TYPEDRIVENOVERRIDE.,'IfcKerb',(#1773,#1826)); +#3703= IFCPROPERTYSETTEMPLATE('1rQ0i0qUuHuO00025QrE$V',$,'Pset_MaterialWoodBasedBeam','This is a collection of mechanical properties applicable to wood-based materials for beam-like products, especially laminated materials like glulam and LVL.\X\0D\X\0AAnisotropy of such materials is taken into account by different properties according to grain direction and load types.\X\0D\X\0A\X\0D\X\0AAll values shall be given for a standardized service condition, a standardized load duration and a standardized reference size of the member according to local design codes.\X\0D\X\0A\X\0D\X\0ANOTE: In cases where mechanical material properties are graduated for different given reference sizes, separate instances of IfcExtendedMaterialProperties and IfcMaterial have to be used for each required graduation. Mechanically differing versions of a material are treated as different materials.\X\0D\X\0A\X\0D\X\0AReferences to the orientation of grain or lay-up correspond to material orientation given by geometrical or topological representation of element objects or types, especially IfcMemberType and IfcStructuralMember.',$,'IfcMaterial/Wood',(#129,#3349,#3350,#3351)); -#3704= IFCPROPERTYSETTEMPLATE('0UH9ldEP_WEw6XxFg7snx2',$,'Pset_OnSiteTelecomControlUnit','Properties for on-site telecom control unit used for railway.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController',(#1026,#1027,#1030,#2451,#1046,#1050,#1054,#1067)); +#3704= IFCPROPERTYSETTEMPLATE('1okUM0qUyHuO00025QrE$V',$,'Pset_MaterialWoodBasedPanel','This is a collection of mechanical properties related to wood-based materials for panel-like products like plywood or OSB. The propositions given above for wood-based beam materials with respect to anisotropy, strength graduation according to element sizes (especially panel thickness) apply accordingly.',$,'IfcMaterial/Wood',(#128,#3348,#3352,#3353)); -#3705= IFCPROPERTYSETTEMPLATE('2YQUq0qV4HuO00025QrE$V',$,'Pset_OpeningElementCommon','Properties common to the definition of all instances of IfcOpeningElement.',.PSET_OCCURRENCEDRIVEN.,'IfcOpeningElement',(#2251,#2748,#2125,#848,#2117)); +#3705= IFCPROPERTYSETTEMPLATE('2yxvQ0qV0HuO00025QrE$V',$,'Pset_MechanicalFastenerAnchorBolt','Properties common to different types of anchor bolts.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/ANCHORBOLT',(#113,#112,#115,#114)); -#3706= IFCPROPERTYSETTEMPLATE('0bWLntQVYpNxebaJqY8SRf',$,'Pset_OpticalAdapter','Properties in this property set are applicable to the transition type of cable fitting. Indicated that such transition is an optical adapter.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableFitting/TRANSITION',(#829)); +#3706= IFCPROPERTYSETTEMPLATE('3YVA00qV0HuO00025QrE$V',$,'Pset_MechanicalFastenerBolt','Properties related to bolt-type fasteners. The properties of a whole set with bolt, washers and nut may be provided. Note, it is usually not necessary to transmit these properties in case of standardized bolts. Instead, the standard is referred to.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/BOLT',(#2957,#2958,#1920,#3221,#1084,#1393,#1921,#3222)); -#3707= IFCPROPERTYSETTEMPLATE('3EG4AlOug4T0KXTXHONGcC',$,'Pset_OpticalPigtail','Property set for optical pigtail. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type OPTICALCABLESEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/OPTICALCABLESEGMENT',(#1369,#829,#475)); +#3707= IFCPROPERTYSETTEMPLATE('2g8KPoQI$i3hxt2KtfzH6x',$,'Pset_MechanicalFastenerOCSFitting','Common properties of clamps and fittings used in railway overhead contact system (OCS).',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/COUPLER',(#1547,#1929)); -#3708= IFCPROPERTYSETTEMPLATE('2ThYcj8E$s4U3qsZ4Kg99b',$,'Pset_OpticalSplitter','Properties of optical splitter used in the telecommunication domain. This property set can be used by the predefined type DATA of IfcJunctionBox.',.PSET_TYPEDRIVENOVERRIDE.,'IfcJunctionBox/DATA',(#1839,#1940,#1862)); +#3708= IFCPROPERTYSETTEMPLATE('2jStVO_lmEb$eDbMGsJNkS',$,'Pset_MechanicalFastenerTypeRailFastening','Properties of rail fastening used in railway track system. The property set can be used by the predefined type RAILFASTENING of IfcMechanicalFastener.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/RAILFASTENING',(#2874,#1347,#3022)); -#3709= IFCPROPERTYSETTEMPLATE('3DxDU0qV4HuO00025QrE$V',$,'Pset_OutletTypeCommon','Common properties for different outlet types.',.PSET_TYPEDRIVENOVERRIDE.,'IfcOutlet',(#2290,#2775,#1333,#1892)); +#3709= IFCPROPERTYSETTEMPLATE('2ALrJdj40jLZWAU2aFfHFk',$,'Pset_MechanicalFastenerTypeRailJoint','Properties common to a rail joint of a railway track system. The property set can be used by the predefined type RAILJOINT of IfcMechanicalFastener.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/RAILJOINT',(#2589,#1274,#1318,#1322,#1897,#2159,#1317,#481)); -#3710= IFCPROPERTYSETTEMPLATE('3jX000qV4HuO00025QrE$V',$,'Pset_OutsideDesignCriteria','Outside air conditions used as the basis for calculating thermal loads at peak conditions, as well as the weather data location from which these conditions were obtained. HISTORY: New property set in IFC Release 1.0.',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1084,#1089,#1082,#509,#515,#508,#3238,#3237,#281,#2089,#2090)); +#3710= IFCPROPERTYSETTEMPLATE('0bFdW0qV4HuO00025QrE$V',$,'Pset_MedicalDeviceTypeCommon','Medical device type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMedicalDevice',(#2213,#2714)); -#3711= IFCPROPERTYSETTEMPLATE('0psLy0qV8HuO00025QrE$V',$,'Pset_PackingInstructions','Packing instructions are specific instructions relating to the packing that is required for an artifact in the event of a move (or transport).',.PSET_TYPEDRIVENOVERRIDE.,'IfcTask/MOVE',(#1982,#3293,#486,#2641)); +#3711= IFCPROPERTYSETTEMPLATE('0$U5O0qV4HuO00025QrE$V',$,'Pset_MemberCommon','Properties common to the definition of all occurrences of IfcMember.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember',(#2232,#2739,#2650,#2592,#2403,#1293,#2938,#1480,#873)); -#3712= IFCPROPERTYSETTEMPLATE('26f$bXUpj0yuOrCagf9woK',$,'Pset_PatchCordCable','This property set has properties that are applicable to cable segment and optical cable segment, indicated that the cable is a patch cord cable, which is fitted with connectors at both ends, allowing it to be rapidly and conveniently connected to other cables or to distribution panels.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CABLESEGMENT,IfcCableSegment/OPTICALCABLESEGMENT',(#1369)); +#3712= IFCPROPERTYSETTEMPLATE('3IqFanTEh5zSoH4oObc5vs',$,'Pset_MemberTypeAnchoringBar','Properties of anchoring bar. The anchoring bar is used to connect stay from pole to the foundation.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember/BRACE',(#1632,#3293)); -#3713= IFCPROPERTYSETTEMPLATE('1RfJvfzsXFFelpZT_RNKUl',$,'Pset_PavementCommon','Describes the common properties and nominal dimensions of pavement.\X\0D\X\0A\X\0D\X\0A**Property use clarification**\X\0D\X\0AThe nominal thickness of the pavement remains constant with the value from NominalThickness, unless the property NominalThicknessEnd is provided. In which case NominalThickness is the value at the beginning of a transition (usually at the object placement location). e.g. a (road) transition segment where the pavement object''s linear placement along an alignment denotes the beginning location and NominalThicknessEnd is the value at the end as indicated by the property NominalLength. In the case of local placements, it is user defined along which axis lengths and widths are measured.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPavement',(#2186,#2681,#1815,#2803,#2804,#1826,#1783,#1814)); +#3713= IFCPROPERTYSETTEMPLATE('2nNlyXlJ$V28igwN8kSx5D',$,'Pset_MemberTypeCatenaryStay','Properties of catenary stay used in railway. The property set can be used by the predefined type STAY_CABLE of IfcMember.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember/STAY_CABLE',(#152,#1795,#313,#1785)); -#3714= IFCPROPERTYSETTEMPLATE('2oCzTUr0n5ORBUf$CjSJH2',$,'Pset_PavementMillingCommon','Properties for pavement milling.',.PSET_OCCURRENCEDRIVEN.,'IfcEarthworksCut/PAVEMENTMILLING',(#1748,#1826)); +#3714= IFCPROPERTYSETTEMPLATE('0tpeH7AX7dn7uYWe9zsKdt',$,'Pset_MemberTypeOCSRigidSupport','Properties of rigid catenary support used in railway overhead contact system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember/MEMBER',(#152,#488)); -#3715= IFCPROPERTYSETTEMPLATE('04I2EFunL3mP31LUo4SW4J',$,'Pset_PavementSurfaceCommon','Properties for a pavement surface.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPavement',(#1997,#1998)); +#3715= IFCPROPERTYSETTEMPLATE('1Yl6GaFOTAew0nhXJXuBx8',$,'Pset_MemberTypePost','Properties of a post. A post is a linear (usually vertical) member used to support something or to mark a point.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember/POST',(#1785,#458,#1486,#3280,#2991,#226)); -#3716= IFCPROPERTYSETTEMPLATE('1OpT80qV8HuO00025QrE$V',$,'Pset_Permit','A permit is a document that allows permission to gain access to an area or carry out work in a situation where security or other access restrictions apply.\X\0D\X\0AHISTORY: IFC4 EndDate added. PermitType, PermitDuration, StartTime and EndTime are deleted.',.PSET_OCCURRENCEDRIVEN.,'IfcPermit',(#778,#2674,#753,#2644)); +#3716= IFCPROPERTYSETTEMPLATE('2n$IX4KDSzzS0U_a_bAgx4',$,'Pset_MemberTypeTieBar','Properties of tie bar. A tie bar is a linear bar element used to secure or stabilise a structure by resisting lateral and longitudinal loading through tension and or compression. usually formed by a solid bar.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMember/TIEBAR',(#1368)); -#3717= IFCPROPERTYSETTEMPLATE('1rQWe0qV8HuO00025QrE$V',$,'Pset_PileCommon','Properties common to the definition of all occurrences of IfcPile.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPile',(#2243,#2713,#1465)); +#3717= IFCPROPERTYSETTEMPLATE('3NqegCizbm381JGDMh8gMZ',$,'Pset_MobileTelecommunicationsApplianceTypeAccessPoint','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to ACCESSPOINT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/ACCESSPOINT',(#200,#601,#602,#1848,#1874,#3111)); -#3718= IFCPROPERTYSETTEMPLATE('25WUc0qV8HuO00025QrE$V',$,'Pset_PipeConnectionFlanged','This property set is used to define the specifics of a flanged pipe connection used between occurrences of pipe segments and fittings.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeSegment',(#890,#889,#260,#887,#891,#1838,#252,#251)); +#3718= IFCPROPERTYSETTEMPLATE('3Aa0Ll$aE3gCjsAisQt9Y1',$,'Pset_MobileTelecommunicationsApplianceTypeBasebandUnit','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to BASEBANDUNIT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/BASEBANDUNIT',(#1854,#1874,#1869,#1592)); -#3719= IFCPROPERTYSETTEMPLATE('345wG0qV8HuO00025QrE$V',$,'Pset_PipeFittingOccurrence','Pipe segment occurrence attributes attached to an instance of IfcPipeSegment.',.PSET_OCCURRENCEDRIVEN.,'IfcPipeFitting',(#1226,#382)); +#3719= IFCPROPERTYSETTEMPLATE('1vfQQBdLJY7_ZnUa7qLRI4',$,'Pset_MobileTelecommunicationsApplianceTypeBaseTransceiverStation','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to BASETRANSCEIVERSTATION.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/BASETRANSCEIVERSTATION',(#681,#1854,#1848,#3095,#794,#1869,#1911,#2150,#1874)); -#3720= IFCPROPERTYSETTEMPLATE('3OMw40qV8HuO00025QrE$V',$,'Pset_PipeFittingPHistory','Pipe fitting performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcPipeFitting',(#1511,#907)); +#3720= IFCPROPERTYSETTEMPLATE('3pWyJDmZ1AvBjUxT4v4XHE',$,'Pset_MobileTelecommunicationsApplianceTypeCommon','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance',(#2198,#2697)); -#3721= IFCPROPERTYSETTEMPLATE('3cgRq0qV8HuO00025QrE$V',$,'Pset_PipeFittingTypeBend','Pipe fitting type attributes for bend shapes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeFitting/BEND',(#225,#232)); +#3721= IFCPROPERTYSETTEMPLATE('1GhvAf6Kqd_NFyfq4OkD5u',$,'Pset_MobileTelecommunicationsApplianceTypeEUtranNodeB','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to E_UTRAN_NODE_B.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/E_UTRAN_NODE_B',(#681,#1854,#2150,#1848,#1874,#3095)); -#3722= IFCPROPERTYSETTEMPLATE('3wLIE0qV8HuO00025QrE$V',$,'Pset_PipeFittingTypeCommon','Pipe fitting type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeFitting',(#2274,#2683,#2071,#2080,#2867,#876)); +#3722= IFCPROPERTYSETTEMPLATE('3AFBnHraw22Yy3zNwwpdot',$,'Pset_MobileTelecommunicationsApplianceTypeMasterUnit','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to MASTERUNIT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/MASTERUNIT',(#1874,#1590,#3038,#3039,#3040,#3041,#1562)); -#3723= IFCPROPERTYSETTEMPLATE('0qli20qVCHuO00025QrE$V',$,'Pset_PipeFittingTypeJunction','Pipe fitting type attributes for junction shapes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeFitting/JUNCTION',(#1375,#1371,#1372,#1373,#1374)); +#3723= IFCPROPERTYSETTEMPLATE('0KvDK3SXkGJ$jr6yyPkExu',$,'Pset_MobileTelecommunicationsApplianceTypeMobileSwitchingCenter','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to MOBILESWITCHINGCENTER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/MOBILESWITCHINGCENTER',(#3111,#1874,#1591)); -#3724= IFCPROPERTYSETTEMPLATE('1Wsa60qVCHuO00025QrE$V',$,'Pset_PipeSegmentOccurrence','Pipe segment occurrence attributes attached to an instance of IfcPipeSegment.',.PSET_OCCURRENCEDRIVEN.,'IfcPipeSegment',(#1225,#379,#972,#1239)); +#3724= IFCPROPERTYSETTEMPLATE('1txuCh8qD97isyGULVa9U8',$,'Pset_MobileTelecommunicationsApplianceTypeMSCServer','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to MSCSERVER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/MSCSERVER',(#3111,#1874)); -#3725= IFCPROPERTYSETTEMPLATE('1$G3q0qVCHuO00025QrE$V',$,'Pset_PipeSegmentPHistory','Pipe segment performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcPipeSegment',(#1415,#913)); +#3725= IFCPROPERTYSETTEMPLATE('2cYlW8vNA2k5MDluEQh_1Q',$,'Pset_MobileTeleCommunicationsApplianceTypeRemoteRadioUnit','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to REMOTERADIOUNIT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/REMOTERADIOUNIT',(#681,#1854,#1874,#3095,#1911,#2150,#121,#2408)); -#3726= IFCPROPERTYSETTEMPLATE('2Bn9M0qVCHuO00025QrE$V',$,'Pset_PipeSegmentTypeCommon','Pipe segment type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeSegment',(#2258,#2755,#3283,#2082,#2873,#1751,#1195,#1952,#1421)); +#3726= IFCPROPERTYSETTEMPLATE('28ZmeFSQCeduQEyzj0bCRT',$,'Pset_MobileTelecommunicationsApplianceTypeRemoteUnit','Properties common to the definition of all occurrences of _IfcMobileTelecommunicationsAppliance_ and types of _IfcMobileTelecommunicationsApplianceType_ with the predefined type set to REMOTEUNIT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMobileTelecommunicationsAppliance/REMOTEUNIT',(#1874,#1848,#2409)); -#3727= IFCPROPERTYSETTEMPLATE('3MtgY0qVCHuO00025QrE$V',$,'Pset_PipeSegmentTypeCulvert','Covered channel or large pipe that forms a watercourse below ground level, usually under a road or railway (BS6100).',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeSegment/CULVERT',(#1236,#350)); +#3727= IFCPROPERTYSETTEMPLATE('04iFFjY7D2iQ_8qPzA8WLQ',$,'Pset_MooringDeviceCommon','Properties common to the definition of all occurrences of _IfcMooringDevice_ and types of _IfcMooringDeviceType_.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMooringDevice,IfcMooringDeviceType',(#638,#637,#111,#1658,#1587,#1586)); -#3728= IFCPROPERTYSETTEMPLATE('3fyNY0qVCHuO00025QrE$V',$,'Pset_PipeSegmentTypeGutter','Gutter segment type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeSegment/GUTTER',(#2583,#910,#408,#1949,#1259,#1315)); +#3728= IFCPROPERTYSETTEMPLATE('27btY0qV4HuO00025QrE$V',$,'Pset_MotorConnectionTypeCommon','Common properties for motor connections. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcMotorConnection',(#2261,#2762)); -#3729= IFCPROPERTYSETTEMPLATE('3weUw0qVCHuO00025QrE$V',$,'Pset_PlateCommon','Properties common to the definition of all occurrences of IfcPlate.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPlate',(#2187,#2684,#33,#1276,#2916,#1462,#854)); +#3729= IFCPROPERTYSETTEMPLATE('1_ee0_i3P46hIY_PhccyLw',$,'Pset_OnSiteCastKerb','Properties for an on site cast kerb.',.PSET_TYPEDRIVENOVERRIDE.,'IfcKerb',(#1785,#1838)); -#3730= IFCPROPERTYSETTEMPLATE('1ADJrYeAPDM9icpSRm7ugy',$,'Pset_PointMachine','Properties of point machine used in railway. The property set can be used by IfcActuator with predefined type set to ELECTRICACTUATOR, HYDRAULICACTUATOR, HANDOPERATEDACTUATOR, or PNEUMATICACTUATOR, indicated that such actuator is a point machine that can switch and lock the track turnout.',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator/ELECTRICACTUATOR,IfcActuator/HYDRAULICACTUATOR,IfcActuator/HANDOPERATEDACTUATOR,IfcActuator/PNEUMATICACTUATOR',(#44,#3011,#505,#1493,#1041,#1546,#1583,#1635,#565)); +#3730= IFCPROPERTYSETTEMPLATE('0UH9ldEP_WEw6XxFg7snx2',$,'Pset_OnSiteTelecomControlUnit','Properties for on-site telecom control unit used for railway.',.PSET_TYPEDRIVENOVERRIDE.,'IfcController',(#1036,#1037,#1040,#2463,#1056,#1060,#1064,#1077)); -#3731= IFCPROPERTYSETTEMPLATE('0S$cEqtVky_yaxVI8p1bfr',$,'Pset_PowerControlSystem','Properties of power control system. The property set can be used by the predefined type ELECTRICAL of IfcDistributionSystem. The property set can be used to characterize the system that controls the railway energy network.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionSystem/ELECTRICAL',(#152)); +#3731= IFCPROPERTYSETTEMPLATE('2YQUq0qV4HuO00025QrE$V',$,'Pset_OpeningElementCommon','Properties common to the definition of all instances of IfcOpeningElement.',.PSET_OCCURRENCEDRIVEN.,'IfcOpeningElement',(#2263,#2764,#2137,#857,#2129)); -#3732= IFCPROPERTYSETTEMPLATE('0tRUM0qVGHuO00025QrE$V',$,'Pset_PrecastConcreteElementFabrication','Production and manufacturing related properties common to different types of precast concrete elements. The Pset applies to manufactured pieces. It can be used by a number of subtypes of IfcBuildingElement. If the precast concrete ele',.PSET_TYPEDRIVENOVERRIDE.,'IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRamp,IfcRampFlight,IfcRoof,IfcSlab,IfcStair,IfcStairFlight,IfcWall,IfcCivilElement',(#3055,#2108,#2452,#2020,#150,#50,#49)); +#3732= IFCPROPERTYSETTEMPLATE('0bWLntQVYpNxebaJqY8SRf',$,'Pset_OpticalAdapter','Properties in this property set are applicable to the transition type of cable fitting. Indicated that such transition is an optical adapter.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableFitting/TRANSITION',(#838)); -#3733= IFCPROPERTYSETTEMPLATE('22X$Y0qVGHuO00025QrE$V',$,'Pset_PrecastConcreteElementGeneral','Production and manufacturing related properties common to different types of precast concrete elements. The Pset can be used by a number of subtypes of IfcBuildingElement. If the precast concrete element is a sandwich wall panel each structural layer or shell represented by an IfcBuildingElementPart may be attached to a separate Pset of this type, if needed. Some of the properties apply only for specific types of precast concrete elements.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRamp,IfcRampFlight,IfcRoof,IfcSlab,IfcStair,IfcStairFlight,IfcWall,IfcCivilElement',(#3055,#527,#1537,#920,#1432,#2331,#1631,#1185,#2878,#3025,#2820,#2821,#1109,#291,#218,#217,#3051,#2528,#2019,#622)); +#3733= IFCPROPERTYSETTEMPLATE('3EG4AlOug4T0KXTXHONGcC',$,'Pset_OpticalPigtail','Property set for optical pigtail. This property set is applicable to a type or occurence of _IfcCableSegment_ with predefined type OPTICALCABLESEGMENT.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/OPTICALCABLESEGMENT',(#1380,#838,#479)); -#3734= IFCPROPERTYSETTEMPLATE('1wXk3jSczBbAhv5XbwDG7P',$,'Pset_PrecastKerbStone','Properties for precast kerb stone.',.PSET_TYPEDRIVENOVERRIDE.,'IfcKerb',(#1773,#1783,#3055,#1826)); +#3734= IFCPROPERTYSETTEMPLATE('2ThYcj8E$s4U3qsZ4Kg99b',$,'Pset_OpticalSplitter','Properties of optical splitter used in the telecommunication domain. This property set can be used by the predefined type DATA of IfcJunctionBox.',.PSET_TYPEDRIVENOVERRIDE.,'IfcJunctionBox/DATA',(#1851,#1952,#1874)); -#3735= IFCPROPERTYSETTEMPLATE('0g1Ii0qVKHuO00025QrE$V',$,'Pset_PrecastSlab','Layout and component information defining how prestressed slab components are laid out in a precast slab assembly. The values are global defaults for the slab as a whole, but can be overridden by local placements of the individual com',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab',(#3055,#2969,#718,#669,#117,#116,#1814,#1816)); +#3735= IFCPROPERTYSETTEMPLATE('3DxDU0qV4HuO00025QrE$V',$,'Pset_OutletTypeCommon','Common properties for different outlet types.',.PSET_TYPEDRIVENOVERRIDE.,'IfcOutlet',(#2302,#2791,#1344,#1904)); -#3736= IFCPROPERTYSETTEMPLATE('2Lh3q1moHBkf4iGOMmlyvT',$,'Pset_ProcessCapacity','Property set for the application of process data to spatial elements and transport assets',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialElement,IfcBuiltSystem,IfcDistributionSystem,IfcZone,IfcDoor,IfcTransportationDevice',(#2102,#2100,#2104,#674,#3085)); +#3736= IFCPROPERTYSETTEMPLATE('3jX000qV4HuO00025QrE$V',$,'Pset_OutsideDesignCriteria','Outside air conditions used as the basis for calculating thermal loads at peak conditions, as well as the weather data location from which these conditions were obtained. HISTORY: New property set in IFC Release 1.0.',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1094,#1099,#1092,#513,#519,#512,#3257,#3256,#282,#2101,#2102)); -#3737= IFCPROPERTYSETTEMPLATE('1YfGI0qVKHuO00025QrE$V',$,'Pset_ProfileArbitraryDoubleT','This is a collection of geometric properties of double-T section profiles of precast concrete elements, to be used in conjunction with IfcArbitraryProfileDef when profile designation alone does not fulfill the information requirements.',$,'IfcArbitraryClosedProfileDef',(#1979,#1417,#2375,#1970,#886,#888,#885,#884,#892,#2785,#2788,#2783,#2786,#2784,#2787)); +#3737= IFCPROPERTYSETTEMPLATE('0psLy0qV8HuO00025QrE$V',$,'Pset_PackingInstructions','Packing instructions are specific instructions relating to the packing that is required for an artifact in the event of a move (or transport).',.PSET_TYPEDRIVENOVERRIDE.,'IfcTask/MOVE',(#1994,#3312,#490,#2657)); -#3738= IFCPROPERTYSETTEMPLATE('37O5y0qVKHuO00025QrE$V',$,'Pset_ProfileArbitraryHollowCore','This is a collection of geometric properties of hollow core section profiles of precast concrete elements, to be used in conjunction with IfcArbitraryProfileDefWithVoids when profile designation alone does not fulfill the information requirements. \X\0D\X\0A\X\0D\X\0AIn all cases, the cores are symmetrically distributed on either side of the plank center line, irrespective of whether the number of cores is odd or even. For planks with a center core with different geometry to that of the other cores, provide the property CenterCoreSpacing. When the number of cores is even, no Center Core properties shall be asserted.\X\0D\X\0A\X\0D\X\0AKey chamfers and draft chamfer are all 45 degree chamfers.\X\0D\X\0A\X\0D\X\0AThe CoreTopRadius and CoreBaseRadius parameters can be derived and are therefore not listed in the property set. They are shown to define that the curves are arcs. The parameters for the center core are the same as above, but with the prefix "Center".',$,'IfcArbitraryProfileDefWithVoids',(#1980,#1971,#719,#678,#679,#203,#1378,#1379,#1380,#262,#523,#516,#520,#524,#517,#525,#320,#317,#319,#321,#318,#322,#1851)); +#3738= IFCPROPERTYSETTEMPLATE('26f$bXUpj0yuOrCagf9woK',$,'Pset_PatchCordCable','This property set has properties that are applicable to cable segment and optical cable segment, indicated that the cable is a patch cord cable, which is fitted with connectors at both ends, allowing it to be rapidly and conveniently connected to other cables or to distribution panels.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CABLESEGMENT,IfcCableSegment/OPTICALCABLESEGMENT',(#1380)); -#3739= IFCPROPERTYSETTEMPLATE('1WZtM0qVOHuO00025QrE$V',$,'Pset_ProfileMechanical','This is a collection of mechanical properties that are applicable to virtually all profile classes. Most of these properties are especially used in structural analysis.',$,'IfcProfileDef',(#1550,#564,#2010,#1638,#1586,#325,#326,#2496,#2495,#1667,#1669,#1668,#2972,#3197,#2498,#2497,#1593,#1639,#1594,#1640,#2973,#2494,#2493,#2032,#2033)); +#3739= IFCPROPERTYSETTEMPLATE('1RfJvfzsXFFelpZT_RNKUl',$,'Pset_PavementCommon','Describes the common properties and nominal dimensions of pavement.\X\0D\X\0A\X\0D\X\0A**Property use clarification**\X\0D\X\0AThe nominal thickness of the pavement remains constant with the value from NominalThickness, unless the property NominalThicknessEnd is provided. In which case NominalThickness is the value at the beginning of a transition (usually at the object placement location). e.g. a (road) transition segment where the pavement object''s linear placement along an alignment denotes the beginning location and NominalThicknessEnd is the value at the end as indicated by the property NominalLength. In the case of local placements, it is user defined along which axis lengths and widths are measured.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPavement',(#2198,#2697,#1827,#2819,#2820,#1838,#1795,#1826)); -#3740= IFCPROPERTYSETTEMPLATE('3eB6e0UTf3swv6RgjjALlA',$,'Pset_ProjectCommon','Property set for the application of high level project information to all occurrences of _IfcProject_',.PSET_OCCURRENCEDRIVEN.,'IfcProject',(#2112,#2110,#947,#2389,#1703,#1999)); +#3740= IFCPROPERTYSETTEMPLATE('2oCzTUr0n5ORBUf$CjSJH2',$,'Pset_PavementMillingCommon','Properties for pavement milling.',.PSET_OCCURRENCEDRIVEN.,'IfcEarthworksCut/PAVEMENTMILLING',(#1760,#1838)); -#3741= IFCPROPERTYSETTEMPLATE('0lOtK0qVSHuO00025QrE$V',$,'Pset_ProjectOrderChangeOrder','A change order is an instruction to make a change to a product or work being undertake. Note that the change order status is defined in the same way as a work order status since a change order implies a work requirement.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder/CHANGEORDER',(#2181,#277)); +#3741= IFCPROPERTYSETTEMPLATE('04I2EFunL3mP31LUo4SW4J',$,'Pset_PavementSurfaceCommon','Properties for a pavement surface.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPavement',(#2009,#2010)); -#3742= IFCPROPERTYSETTEMPLATE('1B$wq0qVSHuO00025QrE$V',$,'Pset_ProjectOrderMaintenanceWorkOrder','A MaintenanceWorkOrder is a detailed description of maintenance work that is to be performed. Note that the Scheduled Frequency property of the maintenance work order is used when the order is required as an instance of a scheduled work order.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder/MAINTENANCEWORKORDER',(#2106,#3291,#491,#1155,#1531,#824,#1489,#2407)); +#3742= IFCPROPERTYSETTEMPLATE('1OpT80qV8HuO00025QrE$V',$,'Pset_Permit','A permit is a document that allows permission to gain access to an area or carry out work in a situation where security or other access restrictions apply.\X\0D\X\0AHISTORY: IFC4 EndDate added. PermitType, PermitDuration, StartTime and EndTime are deleted.',.PSET_OCCURRENCEDRIVEN.,'IfcPermit',(#787,#2690,#762,#2660)); -#3743= IFCPROPERTYSETTEMPLATE('38aek0qVSHuO00025QrE$V',$,'Pset_ProjectOrderMoveOrder','Defines the requirements for move orders. Note that the move order status is defined in the same way as a work order status since a move order implies a work requirement.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder/MOVEORDER',(#2642)); +#3743= IFCPROPERTYSETTEMPLATE('1rQWe0qV8HuO00025QrE$V',$,'Pset_PileCommon','Properties common to the definition of all occurrences of IfcPile.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPile',(#2255,#2729,#1476)); -#3744= IFCPROPERTYSETTEMPLATE('3R3CK0qVSHuO00025QrE$V',$,'Pset_ProjectOrderPurchaseOrder','Defines the requirements for purchase orders in a project.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder/PURCHASEORDER',(#1295,#2518)); +#3744= IFCPROPERTYSETTEMPLATE('25WUc0qV8HuO00025QrE$V',$,'Pset_PipeConnectionFlanged','This property set is used to define the specifics of a flanged pipe connection used between occurrences of pipe segments and fittings.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeSegment',(#899,#898,#261,#896,#900,#1850,#252,#251)); -#3745= IFCPROPERTYSETTEMPLATE('3sTz00qVSHuO00025QrE$V',$,'Pset_ProjectOrderWorkOrder','Defines the requirements for purchase orders in a project.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder/WORKORDER',(#2107,#3290,#490,#1154)); +#3745= IFCPROPERTYSETTEMPLATE('345wG0qV8HuO00025QrE$V',$,'Pset_PipeFittingOccurrence','Pipe segment occurrence attributes attached to an instance of IfcPipeSegment.',.PSET_OCCURRENCEDRIVEN.,'IfcPipeFitting',(#1236,#383)); -#3746= IFCPROPERTYSETTEMPLATE('0XOYG0qVWHuO00025QrE$V',$,'Pset_PropertyAgreement','A property agreement is an agreement that enables the occupation of a property for a period of time.\X\0D\X\0A\X\0D\X\0AThe objective is to capture the information within an agreement that is relevant to a facilities manager. Design and construction information associated with the property is not considered. A property agreement may be applied to an instance of IfcSpatialStructureElement including to compositions defined through the IfcSpatialStructureElement.Element.CompositionEnum.\X\0D\X\0A\X\0D\X\0ANote that the associated actors are captured by the IfcOccupant class.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialStructureElement',(#69,#1153,#3130,#3131,#2114,#403,#2894,#700,#1941,#444,#2371,#449)); +#3746= IFCPROPERTYSETTEMPLATE('3OMw40qV8HuO00025QrE$V',$,'Pset_PipeFittingPHistory','Pipe fitting performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcPipeFitting',(#1522,#916)); -#3747= IFCPROPERTYSETTEMPLATE('2hgeW0qVWHuO00025QrE$V',$,'Pset_ProtectiveDeviceBreakerUnitI2TCurve','A coherent set of attributes representing a curve for let-through energy of a protective device. Note - A protective device may be associated with different instances of this pSet providing information related to different basic characteristics',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#3173,#1741,#270)); +#3747= IFCPROPERTYSETTEMPLATE('3cgRq0qV8HuO00025QrE$V',$,'Pset_PipeFittingTypeBend','Pipe fitting type attributes for bend shapes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeFitting/BEND',(#225,#232)); -#3748= IFCPROPERTYSETTEMPLATE('3nPr20qVWHuO00025QrE$V',$,'Pset_ProtectiveDeviceBreakerUnitI2TFuseCurve','A coherent set of attributes representing curves for melting- and breaking-energy of a fuse. Note - A fuse may be associated with different instances of this property set providing information related to different basic characteristics.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#3175,#272,#271)); +#3748= IFCPROPERTYSETTEMPLATE('3wLIE0qV8HuO00025QrE$V',$,'Pset_PipeFittingTypeCommon','Pipe fitting type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeFitting',(#2286,#2699,#2083,#2092,#2884,#885)); -#3749= IFCPROPERTYSETTEMPLATE('0t91a0qVaHuO00025QrE$V',$,'Pset_ProtectiveDeviceBreakerUnitIPICurve','A coherent set of attributes representing curves for let-through currents of a protective device. Note - A protective device may be associated with different instances of this pSet providing information related to different basic characteristics.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#3171,#1740,#273)); +#3749= IFCPROPERTYSETTEMPLATE('0qli20qVCHuO00025QrE$V',$,'Pset_PipeFittingTypeJunction','Pipe fitting type attributes for junction shapes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeFitting/JUNCTION',(#1386,#1382,#1383,#1384,#1385)); -#3750= IFCPROPERTYSETTEMPLATE('1x5nu0qVaHuO00025QrE$V',$,'Pset_ProtectiveDeviceBreakerUnitTypeMCB','A coherent set of attributes representing the breaking capacities of an MCB. Note - A protective device may be associated with different instances of this property set providing information related to different basic characteristics.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/CIRCUITBREAKER',(#2060,#3172,#1745,#1148,#1145,#1141,#1142)); +#3750= IFCPROPERTYSETTEMPLATE('1Wsa60qVCHuO00025QrE$V',$,'Pset_PipeSegmentOccurrence','Pipe segment occurrence attributes attached to an instance of IfcPipeSegment.',.PSET_OCCURRENCEDRIVEN.,'IfcPipeSegment',(#1235,#380,#981,#1249)); -#3751= IFCPROPERTYSETTEMPLATE('3TS1w0qVaHuO00025QrE$V',$,'Pset_ProtectiveDeviceBreakerUnitTypeMotorProtection','A coherent set of attributes representing different capacities of a a motor protection device, defined in accordance with IEC 60947. Note - A protective device may be associated with different instances of this Pset.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#2008,#3174,#1146,#1143,#1149,#1139)); +#3751= IFCPROPERTYSETTEMPLATE('1$G3q0qVCHuO00025QrE$V',$,'Pset_PipeSegmentPHistory','Pipe segment performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcPipeSegment',(#1426,#922)); -#3752= IFCPROPERTYSETTEMPLATE('2MiXaV5Hj7nfKq7wL9Pojk',$,'Pset_ProtectiveDeviceOccurrence','Properties that are applied to an occurrence of a protective device.',.PSET_OCCURRENCEDRIVEN.,'IfcProtectiveDevice',(#2045,#1507,#2536,#2537,#980,#981,#1505,#2535,#1214,#979,#1506,#2538,#1215,#982)); +#3752= IFCPROPERTYSETTEMPLATE('2Bn9M0qVCHuO00025QrE$V',$,'Pset_PipeSegmentTypeCommon','Pipe segment type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeSegment',(#2270,#2771,#3302,#2094,#2890,#1763,#1205,#1964,#1432)); -#3753= IFCPROPERTYSETTEMPLATE('0Woeq0qVeHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingCurve','Tripping curves are applied to thermal, thermal magnetic or MCB_RCD tripping units (i.e. tripping units having type property sets for thermal, thermal magnetic or MCB_RCD tripping defined). They are not applied to electronic tripping units.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#3039,#3038)); +#3753= IFCPROPERTYSETTEMPLATE('3MtgY0qVCHuO00025QrE$V',$,'Pset_PipeSegmentTypeCulvert','Covered channel or large pipe that forms a watercourse below ground level, usually under a road or railway (BS6100).',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeSegment/CULVERT',(#1246,#351)); -#3754= IFCPROPERTYSETTEMPLATE('0$C8Y0qVeHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingFunctionGCurve','Tripping functions are applied to electronic tripping units (i.e. tripping units having type property sets for electronic tripping defined). They are not applied to thermal, thermal magnetic or RCD tripping units.\X\0D\X\0AThis property set represent the ground fault protection (G-curve) of an electronic protection device',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#1342,#1743,#799,#2324,#2333,#573,#578,#576,#1262,#2956,#2962,#2959,#1360,#2329,#2338,#2327,#2336)); +#3754= IFCPROPERTYSETTEMPLATE('3fyNY0qVCHuO00025QrE$V',$,'Pset_PipeSegmentTypeGutter','Gutter segment type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeSegment/GUTTER',(#2595,#919,#412,#1961,#1269,#1325)); -#3755= IFCPROPERTYSETTEMPLATE('2ei9S0qVeHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingFunctionICurve','Tripping functions are applied to electronic tripping units (i.e. tripping units having type property sets for electronic tripping defined). They are not applied to thermal, thermal magnetic or RCD tripping units.\X\0D\X\0AThis property set represent the instantaneous time protection (I-curve) of an electronic protection device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#1344,#1744,#2325,#2334,#574,#580,#577,#1263,#2957,#2963,#2960,#1361,#1556,#1323)); +#3755= IFCPROPERTYSETTEMPLATE('3weUw0qVCHuO00025QrE$V',$,'Pset_PlateCommon','Properties common to the definition of all occurrences of IfcPlate.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPlate',(#2199,#2700,#33,#1286,#2933,#1473,#863)); -#3756= IFCPROPERTYSETTEMPLATE('06tNe0qViHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingFunctionLCurve','Tripping functions are applied to electronic tripping units (i.e. tripping units having type property sets for electronic tripping defined). They are not applied to thermal, thermal magnetic or RCD tripping units.\X\0D\X\0AThis property set represent the long time protection (L-curve) of an electronic protection device',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#1341,#3079,#3080,#3081,#3082,#1512,#1513,#1515,#1516)); +#3756= IFCPROPERTYSETTEMPLATE('1ADJrYeAPDM9icpSRm7ugy',$,'Pset_PointMachine','Properties of point machine used in railway. The property set can be used by IfcActuator with predefined type set to ELECTRICACTUATOR, HYDRAULICACTUATOR, HANDOPERATEDACTUATOR, or PNEUMATICACTUATOR, indicated that such actuator is a point machine that can switch and lock the track turnout.',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuator/ELECTRICACTUATOR,IfcActuator/HYDRAULICACTUATOR,IfcActuator/HANDOPERATEDACTUATOR,IfcActuator/PNEUMATICACTUATOR',(#44,#3028,#509,#1504,#1051,#1557,#1594,#1647,#572)); -#3757= IFCPROPERTYSETTEMPLATE('0$VLE0qViHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingFunctionSCurve','Tripping functions are applied to electronic tripping units (i.e. tripping units having type property sets for electronic tripping defined). They are not applied to thermal, thermal magnetic or RCD tripping units.\X\0D\X\0AThis property set represent the short time protection (S-curve) of an electronic protection device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#1343,#1742,#2323,#2332,#572,#579,#575,#1261,#2955,#2961,#2958,#1359,#2328,#2337,#2326,#2335,#1322)); +#3757= IFCPROPERTYSETTEMPLATE('0S$cEqtVky_yaxVI8p1bfr',$,'Pset_PowerControlSystem','Properties of power control system. The property set can be used by the predefined type ELECTRICAL of IfcDistributionSystem. The property set can be used to characterize the system that controls the railway energy network.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionSystem/ELECTRICAL',(#152)); -#3758= IFCPROPERTYSETTEMPLATE('2aqKI0qViHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitCurrentAdjustment','A set of current adjustment values that may be applied to an electronic or thermal tripping unit type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#66,#60,#62,#64,#58)); +#3758= IFCPROPERTYSETTEMPLATE('0tRUM0qVGHuO00025QrE$V',$,'Pset_PrecastConcreteElementFabrication','Production and manufacturing related properties common to different types of precast concrete elements. The Pset applies to manufactured pieces. It can be used by a number of subtypes of IfcBuildingElement. If the precast concrete ele',.PSET_TYPEDRIVENOVERRIDE.,'IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRamp,IfcRampFlight,IfcRoof,IfcSlab,IfcStair,IfcStairFlight,IfcWall,IfcCivilElement',(#3072,#2120,#2464,#2032,#150,#50,#49)); -#3759= IFCPROPERTYSETTEMPLATE('3CA160qViHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTimeAdjustment','A set of time adjustment values that may be applied to an electronic or thermal tripping unit type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#67,#61,#63,#65,#59,#569,#1135)); +#3759= IFCPROPERTYSETTEMPLATE('22X$Y0qVGHuO00025QrE$V',$,'Pset_PrecastConcreteElementGeneral','Production and manufacturing related properties common to different types of precast concrete elements. The Pset can be used by a number of subtypes of IfcBuildingElement. If the precast concrete element is a sandwich wall panel each structural layer or shell represented by an IfcBuildingElementPart may be attached to a separate Pset of this type, if needed. Some of the properties apply only for specific types of precast concrete elements.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRamp,IfcRampFlight,IfcRoof,IfcSlab,IfcStair,IfcStairFlight,IfcWall,IfcCivilElement',(#3072,#531,#1548,#929,#1443,#2343,#1643,#1195,#2895,#3042,#2837,#2838,#1119,#292,#218,#217,#3068,#2540,#2031,#630)); -#3760= IFCPROPERTYSETTEMPLATE('04BrI0qVmHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTypeCommon','Common information concerning tripping units that area associated with protective devices',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#2193,#2691,#2667,#3091,#172,#1919,#1447)); +#3760= IFCPROPERTYSETTEMPLATE('1wXk3jSczBbAhv5XbwDG7P',$,'Pset_PrecastKerbStone','Properties for precast kerb stone.',.PSET_TYPEDRIVENOVERRIDE.,'IfcKerb',(#1785,#1795,#3072,#1838)); -#3761= IFCPROPERTYSETTEMPLATE('10OhK0qVmHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTypeElectroMagnetic','Information on tripping units that are electrically or magnetically tripped.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit/ELECTROMAGNETIC',(#744,#1131,#1133,#2848,#601,#2866,#1136,#1137,#2850,#582)); +#3761= IFCPROPERTYSETTEMPLATE('0g1Ii0qVKHuO00025QrE$V',$,'Pset_PrecastSlab','Layout and component information defining how prestressed slab components are laid out in a precast slab assembly. The values are global defaults for the slab as a whole, but can be overridden by local placements of the individual com',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab',(#3072,#2986,#727,#677,#117,#116,#1826,#1828)); -#3762= IFCPROPERTYSETTEMPLATE('2DHek0qVmHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTypeElectronic','Information on tripping units that are electronically tripped.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit/ELECTRONIC',(#746,#1746,#1689,#1690,#1688,#1691)); +#3762= IFCPROPERTYSETTEMPLATE('2Lh3q1moHBkf4iGOMmlyvT',$,'Pset_ProcessCapacity','Property set for the application of process data to spatial elements and transport assets',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialElement,IfcBuiltSystem,IfcDistributionSystem,IfcZone,IfcDoor,IfcTransportationDevice',(#2114,#2112,#2116,#682,#3102)); -#3763= IFCPROPERTYSETTEMPLATE('36Vlk0qVmHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTypeResidualCurrent','Information on tripping units that are activated by residual current.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit/RESIDUALCURRENT',(#3040)); +#3763= IFCPROPERTYSETTEMPLATE('1YfGI0qVKHuO00025QrE$V',$,'Pset_ProfileArbitraryDoubleT','This is a collection of geometric properties of double-T section profiles of precast concrete elements, to be used in conjunction with IfcArbitraryProfileDef when profile designation alone does not fulfill the information requirements.',$,'IfcArbitraryClosedProfileDef',(#1991,#1428,#2387,#1982,#895,#897,#894,#893,#901,#2801,#2804,#2799,#2802,#2800,#2803)); -#3764= IFCPROPERTYSETTEMPLATE('3ULd_0qVmHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTypeThermal','Information on tripping units that are thermally tripped.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit/THERMAL',(#2933,#1132,#1134,#2849,#600,#2865,#581)); +#3764= IFCPROPERTYSETTEMPLATE('37O5y0qVKHuO00025QrE$V',$,'Pset_ProfileArbitraryHollowCore','This is a collection of geometric properties of hollow core section profiles of precast concrete elements, to be used in conjunction with IfcArbitraryProfileDefWithVoids when profile designation alone does not fulfill the information requirements. \X\0D\X\0A\X\0D\X\0AIn all cases, the cores are symmetrically distributed on either side of the plank center line, irrespective of whether the number of cores is odd or even. For planks with a center core with different geometry to that of the other cores, provide the property CenterCoreSpacing. When the number of cores is even, no Center Core properties shall be asserted.\X\0D\X\0A\X\0D\X\0AKey chamfers and draft chamfer are all 45 degree chamfers.\X\0D\X\0A\X\0D\X\0AThe CoreTopRadius and CoreBaseRadius parameters can be derived and are therefore not listed in the property set. They are shown to define that the curves are arcs. The parameters for the center core are the same as above, but with the prefix "Center".',$,'IfcArbitraryProfileDefWithVoids',(#1992,#1983,#728,#686,#687,#203,#1389,#1390,#1391,#263,#527,#520,#524,#528,#521,#529,#321,#318,#320,#322,#319,#323,#1863)); -#3765= IFCPROPERTYSETTEMPLATE('38hzYSiHmah91JiEvWTGuQ',$,'Pset_ProtectiveDeviceTypeAntiArcingDevice','Anti arcing device properties used in energy domain. The property set can be used by the predefined type ANTI_ARCING_DEVICE of IfcProtectiveDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/ANTI_ARCING_DEVICE',(#2171,#983)); +#3765= IFCPROPERTYSETTEMPLATE('1WZtM0qVOHuO00025QrE$V',$,'Pset_ProfileMechanical','This is a collection of mechanical properties that are applicable to virtually all profile classes. Most of these properties are especially used in structural analysis.',$,'IfcProfileDef',(#1561,#571,#2022,#1650,#1597,#326,#327,#2508,#2507,#1679,#1681,#1680,#2989,#3215,#2510,#2509,#1604,#1651,#1605,#1652,#2990,#2506,#2505,#2044,#2045)); -#3766= IFCPROPERTYSETTEMPLATE('0Mzba0qVqHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeCircuitBreaker','A coherent set of attributes representing different capacities of a circuit breaker or of a motor protection device, defined in accordance with IEC 60947. Note - A protective device may be associated with different instances of this property set providing information related to different basic characteristics.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/CIRCUITBREAKER',(#2007,#3170,#1147,#1144,#1150,#1140)); +#3766= IFCPROPERTYSETTEMPLATE('3eB6e0UTf3swv6RgjjALlA',$,'Pset_ProjectCommon','Property set for the application of high level project information to all occurrences of _IfcProject_',.PSET_OCCURRENCEDRIVEN.,'IfcProject',(#2124,#2122,#956,#2401,#1715,#2011)); -#3767= IFCPROPERTYSETTEMPLATE('1EPGM0qVqHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeCommon','Properties that are applied to a definition of a protective device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#2224,#2727)); +#3767= IFCPROPERTYSETTEMPLATE('0lOtK0qVSHuO00025QrE$V',$,'Pset_ProjectOrderChangeOrder','A change order is an instruction to make a change to a product or work being undertake. Note that the change order status is defined in the same way as a work order status since a change order implies a work requirement.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder/CHANGEORDER',(#2193,#278)); -#3768= IFCPROPERTYSETTEMPLATE('3Ba7g0qVqHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeEarthLeakageCircuitBreaker','An earth failure device acts to protect people and equipment from the effects of current leakage.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/EARTHLEAKAGECIRCUITBREAKER',(#710,#2447)); +#3768= IFCPROPERTYSETTEMPLATE('1B$wq0qVSHuO00025QrE$V',$,'Pset_ProjectOrderMaintenanceWorkOrder','A MaintenanceWorkOrder is a detailed description of maintenance work that is to be performed. Note that the Scheduled Frequency property of the maintenance work order is used when the order is required as an instance of a scheduled work order.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder/MAINTENANCEWORKORDER',(#2118,#3310,#495,#1165,#1542,#833,#1500,#2419)); -#3769= IFCPROPERTYSETTEMPLATE('3k8fE0qVqHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeFuseDisconnector','A coherent set of attributes representing the breaking capacity of a fuse, defined in accordance with IEC 60269. Note - A protective device may be associated with different instances of this pSet providing information related to different basic characteristics.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/FUSEDISCONNECTOR',(#949,#3169,#1138,#2058,#1876,#2305,#274,#140,#1879,#3013,#1761,#1739,#2172)); +#3769= IFCPROPERTYSETTEMPLATE('38aek0qVSHuO00025QrE$V',$,'Pset_ProjectOrderMoveOrder','Defines the requirements for move orders. Note that the move order status is defined in the same way as a work order status since a move order implies a work requirement.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder/MOVEORDER',(#2658)); -#3770= IFCPROPERTYSETTEMPLATE('1DWAE0qVuHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeResidualCurrentCircuitBreaker','A residual current circuit breaker opens, closes or isolates a circuit and has short circuit and overload protection.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/RESIDUALCURRENTCIRCUITBREAKER',(#2445)); +#3770= IFCPROPERTYSETTEMPLATE('3R3CK0qVSHuO00025QrE$V',$,'Pset_ProjectOrderPurchaseOrder','Defines the requirements for purchase orders in a project.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder/PURCHASEORDER',(#1305,#2530)); -#3771= IFCPROPERTYSETTEMPLATE('1PR6M0qVuHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeResidualCurrentSwitch','A residual current switch opens, closes or isolates a circuit and has no short circuit or overload protection.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/RESIDUALCURRENTSWITCH',(#2446)); +#3771= IFCPROPERTYSETTEMPLATE('3sTz00qVSHuO00025QrE$V',$,'Pset_ProjectOrderWorkOrder','Defines the requirements for purchase orders in a project.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder/WORKORDER',(#2119,#3309,#494,#1164)); -#3772= IFCPROPERTYSETTEMPLATE('2wID0hgH9lQvUFSh$dmt0E',$,'Pset_ProtectiveDeviceTypeSparkGap','Spark gap properties used in energy domain. The property set can be used by the predefined type SPARKGAP and VOLTAGELIMITER of IfcProtectiveDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/VOLTAGELIMITER,IfcProtectiveDevice/SPARKGAP',(#269,#296,#571,#2055,#2636,#2367)); +#3772= IFCPROPERTYSETTEMPLATE('0XOYG0qVWHuO00025QrE$V',$,'Pset_PropertyAgreement','A property agreement is an agreement that enables the occupation of a property for a period of time.\X\0D\X\0A\X\0D\X\0AThe objective is to capture the information within an agreement that is relevant to a facilities manager. Design and construction information associated with the property is not considered. A property agreement may be applied to an instance of IfcSpatialStructureElement including to compositions defined through the IfcSpatialStructureElement.Element.CompositionEnum.\X\0D\X\0A\X\0D\X\0ANote that the associated actors are captured by the IfcOccupant class.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialStructureElement',(#69,#1163,#3148,#3149,#2126,#404,#2911,#708,#1953,#448,#2383,#453)); -#3773= IFCPROPERTYSETTEMPLATE('1byBu0qVuHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeVaristor','A high voltage surge protection device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/VARISTOR',(#3113,#333)); +#3773= IFCPROPERTYSETTEMPLATE('2hgeW0qVWHuO00025QrE$V',$,'Pset_ProtectiveDeviceBreakerUnitI2TCurve','A coherent set of attributes representing a curve for let-through energy of a protective device. Note - A protective device may be associated with different instances of this pSet providing information related to different basic characteristics',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#3191,#1753,#271)); -#3774= IFCPROPERTYSETTEMPLATE('1uQlU0qVuHuO00025QrE$V',$,'Pset_PumpOccurrence','Pump occurrence attributes attached to an instance of IfcPump.',.PSET_OCCURRENCEDRIVEN.,'IfcPump',(#1165,#213,#690)); +#3774= IFCPROPERTYSETTEMPLATE('3nPr20qVWHuO00025QrE$V',$,'Pset_ProtectiveDeviceBreakerUnitI2TFuseCurve','A coherent set of attributes representing curves for melting- and breaking-energy of a fuse. Note - A fuse may be associated with different instances of this property set providing information related to different basic characteristics.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#3193,#273,#272)); -#3775= IFCPROPERTYSETTEMPLATE('2XYuW0qVuHuO00025QrE$V',$,'Pset_PumpPHistory','Pump performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcPump',(#1615,#1975,#2087,#2394,#906,#2052)); +#3775= IFCPROPERTYSETTEMPLATE('0t91a0qVaHuO00025QrE$V',$,'Pset_ProtectiveDeviceBreakerUnitIPICurve','A coherent set of attributes representing curves for let-through currents of a protective device. Note - A protective device may be associated with different instances of this pSet providing information related to different basic characteristics.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#3189,#1752,#274)); -#3776= IFCPROPERTYSETTEMPLATE('2v_wA0qVuHuO00025QrE$V',$,'Pset_PumpTypeCommon','Common attributes of a pump type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPump',(#2245,#2766,#908,#911,#462,#2874,#1709,#1798)); +#3776= IFCPROPERTYSETTEMPLATE('1x5nu0qVaHuO00025QrE$V',$,'Pset_ProtectiveDeviceBreakerUnitTypeMCB','A coherent set of attributes representing the breaking capacities of an MCB. Note - A protective device may be associated with different instances of this property set providing information related to different basic characteristics.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/CIRCUITBREAKER',(#2072,#3190,#1757,#1158,#1155,#1151,#1152)); -#3777= IFCPROPERTYSETTEMPLATE('2$PrvgGFj6DR2nBF7t$AJB',$,'Pset_QuayCommon','Properties common to the definition of all occurrences of _IfcMarineFacility_ with the predefined type set to QUAY.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/QUAY',(#2806,#233,#2135,#747)); +#3777= IFCPROPERTYSETTEMPLATE('3TS1w0qVaHuO00025QrE$V',$,'Pset_ProtectiveDeviceBreakerUnitTypeMotorProtection','A coherent set of attributes representing different capacities of a a motor protection device, defined in accordance with IEC 60947. Note - A protective device may be associated with different instances of this Pset.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#2020,#3192,#1156,#1153,#1159,#1149)); -#3778= IFCPROPERTYSETTEMPLATE('1Z7rzyZOD0hRI6ztDJmZrQ',$,'Pset_QuayDesignCriteria','Properties common to the definition of design criteria of all occurrences of _IfcMarineFacility_ with the predefined type set to QUAY.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/QUAY',(#1107,#1519,#802,#803,#2517,#3234,#903,#3072,#775)); +#3778= IFCPROPERTYSETTEMPLATE('2MiXaV5Hj7nfKq7wL9Pojk',$,'Pset_ProtectiveDeviceOccurrence','Properties that are applied to an occurrence of a protective device.',.PSET_OCCURRENCEDRIVEN.,'IfcProtectiveDevice',(#2057,#1518,#2548,#2549,#990,#991,#1516,#2547,#1224,#989,#1517,#2550,#1225,#992)); -#3779= IFCPROPERTYSETTEMPLATE('3arxBn$e535vzOOfu89SBa',$,'Pset_RadiiKerbStone','Properties describing the keb stone radii.',.PSET_TYPEDRIVENOVERRIDE.,'IfcKerb',(#583,#2143)); +#3779= IFCPROPERTYSETTEMPLATE('0Woeq0qVeHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingCurve','Tripping curves are applied to thermal, thermal magnetic or MCB_RCD tripping units (i.e. tripping units having type property sets for thermal, thermal magnetic or MCB_RCD tripping defined). They are not applied to electronic tripping units.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#3056,#3055)); -#3780= IFCPROPERTYSETTEMPLATE('00KG60qVyHuO00025QrE$V',$,'Pset_RailingCommon','Properties common to the definition of all occurrences of IfcRailing.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRailing',(#2191,#2690,#1101,#638,#1272)); +#3780= IFCPROPERTYSETTEMPLATE('0$C8Y0qVeHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingFunctionGCurve','Tripping functions are applied to electronic tripping units (i.e. tripping units having type property sets for electronic tripping defined). They are not applied to thermal, thermal magnetic or RCD tripping units.\X\0D\X\0AThis property set represent the ground fault protection (G-curve) of an electronic protection device',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#1353,#1755,#808,#2336,#2345,#580,#585,#583,#1272,#2973,#2979,#2976,#1371,#2341,#2350,#2339,#2348)); -#3781= IFCPROPERTYSETTEMPLATE('2lK9j_ZKxobB3CkpIN_1Mc',$,'Pset_RailTypeBlade','Properties common to IfcRail types and occurrences with PredefinedType set to BLADE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRail/BLADE',(#1252,#1293,#1783,#244)); +#3781= IFCPROPERTYSETTEMPLATE('2ei9S0qVeHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingFunctionICurve','Tripping functions are applied to electronic tripping units (i.e. tripping units having type property sets for electronic tripping defined). They are not applied to thermal, thermal magnetic or RCD tripping units.\X\0D\X\0AThis property set represent the instantaneous time protection (I-curve) of an electronic protection device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#1355,#1756,#2337,#2346,#581,#587,#584,#1273,#2974,#2980,#2977,#1372,#1567,#1333)); -#3782= IFCPROPERTYSETTEMPLATE('0Yg30qx4H1MhNz5GdJFPe0',$,'Pset_RailTypeCheckRail','Properties common to IfcRail types and occurrences with PredefinedType set to CHECKRAIL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRail/CHECKRAIL',(#337,#1212)); +#3782= IFCPROPERTYSETTEMPLATE('06tNe0qViHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingFunctionLCurve','Tripping functions are applied to electronic tripping units (i.e. tripping units having type property sets for electronic tripping defined). They are not applied to thermal, thermal magnetic or RCD tripping units.\X\0D\X\0AThis property set represent the long time protection (L-curve) of an electronic protection device',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#1352,#3096,#3097,#3098,#3099,#1523,#1524,#1526,#1527)); -#3783= IFCPROPERTYSETTEMPLATE('3rY35$aq6t5YcPB5UZ7PAY',$,'Pset_RailTypeGuardRail','Properties common to IfcRail types and occurrences with PredefinedType set to GUARDRAIL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRail/GUARDRAIL',(#996,#2050,#997)); +#3783= IFCPROPERTYSETTEMPLATE('0$VLE0qViHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingFunctionSCurve','Tripping functions are applied to electronic tripping units (i.e. tripping units having type property sets for electronic tripping defined). They are not applied to thermal, thermal magnetic or RCD tripping units.\X\0D\X\0AThis property set represent the short time protection (S-curve) of an electronic protection device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#1354,#1754,#2335,#2344,#579,#586,#582,#1271,#2972,#2978,#2975,#1370,#2340,#2349,#2338,#2347,#1332)); -#3784= IFCPROPERTYSETTEMPLATE('3K4YmWA90aOt6b9RlYlRTy',$,'Pset_RailTypeRail','Properties common to IfcRail types and occurrences with PredefinedType set to RAIL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRail/RAIL',(#2050,#2857,#2145,#2144,#689,#2146,#1642,#1351,#1212)); +#3784= IFCPROPERTYSETTEMPLATE('2aqKI0qViHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitCurrentAdjustment','A set of current adjustment values that may be applied to an electronic or thermal tripping unit type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#66,#60,#62,#64,#58)); -#3785= IFCPROPERTYSETTEMPLATE('1wYjuRg9HEFDexQwflfZNd',$,'Pset_RailTypeStockRail','Properties common to IfcRail types and occurrences with PredefinedType set to STOCKRAIL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRail/STOCKRAIL',(#2790,#1212,#1783)); +#3785= IFCPROPERTYSETTEMPLATE('3CA160qViHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTimeAdjustment','A set of time adjustment values that may be applied to an electronic or thermal tripping unit type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#67,#61,#63,#65,#59,#576,#1145)); -#3786= IFCPROPERTYSETTEMPLATE('0DuBuFsLbhFEecCeXGV$De',$,'Pset_RailwayBalise','Properties applicable to a railway balise. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type TRANSPONDER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/TRANSPONDER',(#1773,#1826,#1823,#1783,#811,#2149,#627,#1183,#3020,#1928,#1244)); +#3786= IFCPROPERTYSETTEMPLATE('04BrI0qVmHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTypeCommon','Common information concerning tripping units that area associated with protective devices',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit',(#2205,#2707,#2683,#3108,#172,#1931,#1458)); -#3787= IFCPROPERTYSETTEMPLATE('1AMakB2DjgHfu1MD_bQNOx',$,'Pset_RailwayCableCarrier','Common properties for cable carrier segments constructed in railway projects.',.PSET_OCCURRENCEDRIVEN.,'IfcCableCarrierSegment',(#1853)); +#3787= IFCPROPERTYSETTEMPLATE('10OhK0qVmHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTypeElectroMagnetic','Information on tripping units that are electrically or magnetically tripped.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit/ELECTROMAGNETIC',(#753,#1141,#1143,#2865,#608,#2883,#1146,#1147,#2867,#589)); -#3788= IFCPROPERTYSETTEMPLATE('1$L7_HRT0M79Wa7s2Drc3P',$,'Pset_RailwayLevelCrossing','Properties appliable to _IfcFacilityPart_ with PredefinedType set to LEVELCROSSING.',.PSET_OCCURRENCEDRIVEN.,'IfcFacilityPart/IfcFacilityPartCommonTypeEnum(.LEVELCROSSING.)',(#1247,#1023,#1335,#2013,#1340,#1269)); +#3788= IFCPROPERTYSETTEMPLATE('2DHek0qVmHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTypeElectronic','Information on tripping units that are electronically tripped.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit/ELECTRONIC',(#755,#1758,#1701,#1702,#1700,#1703)); -#3789= IFCPROPERTYSETTEMPLATE('2JdA5pTzAkvQsC0gPimYoP',$,'Pset_RailwaySignalAspect','Properties in this property set are applicable for _IfcSignal_ and _IfcSign_ applied in railways. These properties describe the signal aspect, which is the information on the signal or sign shown to the train driver.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSignal,IfcSign',(#2846,#138,#2543,#2565)); +#3789= IFCPROPERTYSETTEMPLATE('36Vlk0qVmHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTypeResidualCurrent','Information on tripping units that are activated by residual current.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit/RESIDUALCURRENT',(#3057)); -#3790= IFCPROPERTYSETTEMPLATE('3KOFA7iV6l0gT2EY8PRA7y',$,'Pset_RailwaySignalOccurrence','Properties common to the definition of occurrences of _IfcSignal_ applied in railways.',.PSET_OCCURRENCEDRIVEN.,'IfcSignal',(#139,#1007,#1446,#1864,#2363,#2364,#2552,#2553,#2643,#1108,#2564,#2362,#671)); +#3790= IFCPROPERTYSETTEMPLATE('3ULd_0qVmHuO00025QrE$V',$,'Pset_ProtectiveDeviceTrippingUnitTypeThermal','Information on tripping units that are thermally tripped.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceTrippingUnit/THERMAL',(#2950,#1142,#1144,#2866,#607,#2882,#588)); -#3791= IFCPROPERTYSETTEMPLATE('1sIqbSmtCwVJvVCk4s8hE1',$,'Pset_RailwaySignalSighting','Properties that define information about signal sighting or visibility in railways. These properties are applicable to occurrences of _IfcSignal_ and _IfcSign_.',.PSET_OCCURRENCEDRIVEN.,'IfcSignal,IfcSign',(#2554,#2555,#2556,#2557,#2558,#2559,#2563)); +#3791= IFCPROPERTYSETTEMPLATE('38hzYSiHmah91JiEvWTGuQ',$,'Pset_ProtectiveDeviceTypeAntiArcingDevice','Anti arcing device properties used in energy domain. The property set can be used by the predefined type ANTI_ARCING_DEVICE of IfcProtectiveDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/ANTI_ARCING_DEVICE',(#2183,#993)); -#3792= IFCPROPERTYSETTEMPLATE('1z0VlGfyup5NjFUaN_TsoD',$,'Pset_RailwaySignalType','Properties common to the definition of occurrences and types of _IfcSignal_ applied in railways.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSignal',(#2549,#1428,#1017,#1569,#2358,#1301,#2548,#1125,#1427,#1863,#2550,#2151)); +#3792= IFCPROPERTYSETTEMPLATE('0Mzba0qVqHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeCircuitBreaker','A coherent set of attributes representing different capacities of a circuit breaker or of a motor protection device, defined in accordance with IEC 60947. Note - A protective device may be associated with different instances of this property set providing information related to different basic characteristics.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/CIRCUITBREAKER',(#2019,#3188,#1157,#1154,#1160,#1150)); -#3793= IFCPROPERTYSETTEMPLATE('016IF1_$A4_M8Lu_f3okl9',$,'Pset_RailwayTrackStructurePart','Properties applicable to _IfcFacilityPart_ with PredefinedType set to TRACKSTRUCTURE, or more specialized types including PLAINTRACKSUPERSTRUCTURE, TURNOUTSUPERSTRUCTURE or DILATATIONSUPERSTRUCTURE.',.PSET_OCCURRENCEDRIVEN.,'IfcFacilityPart/IfcRailwayPartTypeEnum(.TRACKSTRUCTURE.),IfcFacilityPart/IfcRailwayPartTypeEnum(.PLAINTRACKSUPESTRUCTURE.),IfcFacilityPart/IfcRailwayPartTypeEnum(.TURNOUTSUPERSTRUCTURE.),IfcFacilityPart/IfcRailwayPartTypeEnum(.DILATATIONSUPERSTRUCTURE.)',(#1012,#1020,#1352,#3009)); +#3793= IFCPROPERTYSETTEMPLATE('1EPGM0qVqHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeCommon','Properties that are applied to a definition of a protective device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice',(#2236,#2743)); -#3794= IFCPROPERTYSETTEMPLATE('0j1Ha0qVyHuO00025QrE$V',$,'Pset_RampCommon','Properties common to the definition of all occurrences of IfcRamp.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRamp',(#2209,#2709,#2360,#2361,#1006,#1043,#845,#1282,#2927,#1468,#861)); +#3794= IFCPROPERTYSETTEMPLATE('3Ba7g0qVqHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeEarthLeakageCircuitBreaker','An earth failure device acts to protect people and equipment from the effects of current leakage.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/EARTHLEAKAGECIRCUITBREAKER',(#718,#2459)); -#3795= IFCPROPERTYSETTEMPLATE('1ip020qVyHuO00025QrE$V',$,'Pset_RampFlightCommon','Properties common to the definition of all occurrences of IfcRampFlight.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRampFlight',(#2233,#2733,#1072,#354,#2582,#537)); +#3795= IFCPROPERTYSETTEMPLATE('3k8fE0qVqHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeFuseDisconnector','A coherent set of attributes representing the breaking capacity of a fuse, defined in accordance with IEC 60269. Note - A protective device may be associated with different instances of this pSet providing information related to different basic characteristics.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/FUSEDISCONNECTOR',(#958,#3187,#1148,#2070,#1888,#2317,#275,#140,#1891,#3030,#1773,#1751,#2184)); -#3796= IFCPROPERTYSETTEMPLATE('0mINmUaX1AXhkwsBxEhqix',$,'Pset_ReferentCommon','Specifies common properties for _IfcReferent_',.PSET_OCCURRENCEDRIVEN.,'IfcReferent',(#1694)); +#3796= IFCPROPERTYSETTEMPLATE('1DWAE0qVuHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeResidualCurrentCircuitBreaker','A residual current circuit breaker opens, closes or isolates a circuit and has short circuit and overload protection.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/RESIDUALCURRENTCIRCUITBREAKER',(#2457)); -#3797= IFCPROPERTYSETTEMPLATE('2T4vy0qVyHuO00025QrE$V',$,'Pset_ReinforcementBarCountOfIndependentFooting','Reinforcement Concrete parameter [ST-2]: The amount number information of reinforcement bar with the independent footing. The X and Y direction are based on the local coordinate system of building storey. The X and Y direction of the reinforcement bar are parallel to the X and Y axis of the IfcBuildingStorey''s local coordinate system, respectively.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFooting',(#615,#2248,#3294,#3298,#3297,#3301)); +#3797= IFCPROPERTYSETTEMPLATE('1PR6M0qVuHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeResidualCurrentSwitch','A residual current switch opens, closes or isolates a circuit and has no short circuit or overload protection.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/RESIDUALCURRENTSWITCH',(#2458)); -#3798= IFCPROPERTYSETTEMPLATE('30Faw0qVyHuO00025QrE$V',$,'Pset_ReinforcementBarPitchOfBeam','The pitch length information of reinforcement bar with the beam.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBeam',(#617,#2280,#2789,#2632)); +#3798= IFCPROPERTYSETTEMPLATE('2wID0hgH9lQvUFSh$dmt0E',$,'Pset_ProtectiveDeviceTypeSparkGap','Spark gap properties used in energy domain. The property set can be used by the predefined type SPARKGAP and VOLTAGELIMITER of IfcProtectiveDevice.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/VOLTAGELIMITER,IfcProtectiveDevice/SPARKGAP',(#270,#297,#578,#2067,#2652,#2379)); -#3799= IFCPROPERTYSETTEMPLATE('3YDz40qVyHuO00025QrE$V',$,'Pset_ReinforcementBarPitchOfColumn','The pitch length information of reinforcement bar with the column. The X and Y direction are based on the local coordinate system of building storey. The X and Y direction of the reinforcement bar are parallel to the X and Y axis of the IfcBuildingStorey''s local coordinate system, respectively.',.PSET_TYPEDRIVENOVERRIDE.,'IfcColumn',(#618,#2289,#2316,#1111,#3295,#3296,#3299,#3300)); +#3799= IFCPROPERTYSETTEMPLATE('1byBu0qVuHuO00025QrE$V',$,'Pset_ProtectiveDeviceTypeVaristor','A high voltage surge protection device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDevice/VARISTOR',(#3131,#334)); -#3800= IFCPROPERTYSETTEMPLATE('0Ybqy0qW0HuO00025QrE$V',$,'Pset_ReinforcementBarPitchOfContinuousFooting','Reinforcement Concrete parameter [ST-2]: The pitch length information of reinforcement bar with the continuous footing.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFooting',(#613,#2205,#562,#561)); +#3800= IFCPROPERTYSETTEMPLATE('1uQlU0qVuHuO00025QrE$V',$,'Pset_PumpOccurrence','Pump occurrence attributes attached to an instance of IfcPump.',.PSET_OCCURRENCEDRIVEN.,'IfcPump',(#1175,#213,#698)); -#3801= IFCPROPERTYSETTEMPLATE('12BdU0qW0HuO00025QrE$V',$,'Pset_ReinforcementBarPitchOfSlab','The pitch length information of reinforcement bar with the slab.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab',(#614,#2223,#1504,#1499,#1501,#2534,#2530,#2532,#1503,#1498,#1500,#2533,#2529,#2531)); +#3801= IFCPROPERTYSETTEMPLATE('2XYuW0qVuHuO00025QrE$V',$,'Pset_PumpPHistory','Pump performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcPump',(#1627,#1987,#2099,#2406,#915,#2064)); -#3802= IFCPROPERTYSETTEMPLATE('2sQHi0qW0HuO00025QrE$V',$,'Pset_ReinforcementBarPitchOfWall','The pitch length information of reinforcement bar with the wall.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWall',(#616,#2276,#201,#3133,#1112,#2631)); +#3802= IFCPROPERTYSETTEMPLATE('2v_wA0qVuHuO00025QrE$V',$,'Pset_PumpTypeCommon','Common attributes of a pump type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPump',(#2257,#2782,#917,#920,#466,#2891,#1721,#1810)); -#3803= IFCPROPERTYSETTEMPLATE('06bLLo7i963w9BQKYrtFZ3',$,'Pset_RepairOccurrence','Properties defining repair information for occurrences of element, asset or system.',.PSET_OCCURRENCEDRIVEN.,'IfcElement,IfcAsset,IfcSystem',(#2350,#2351,#1612)); +#3803= IFCPROPERTYSETTEMPLATE('2$PrvgGFj6DR2nBF7t$AJB',$,'Pset_QuayCommon','Properties common to the definition of all occurrences of _IfcMarineFacility_ with the predefined type set to QUAY.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/QUAY',(#2822,#233,#2147,#756)); -#3804= IFCPROPERTYSETTEMPLATE('2vTielYHz0ahKZgQPjtT$Z',$,'Pset_RevetmentCommon','Properties common to the definition of all occurrences of _IfcMarineFacility_ with the predefined type set to REVETMENT.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/REVETMENT',(#2806,#747)); +#3804= IFCPROPERTYSETTEMPLATE('1Z7rzyZOD0hRI6ztDJmZrQ',$,'Pset_QuayDesignCriteria','Properties common to the definition of design criteria of all occurrences of _IfcMarineFacility_ with the predefined type set to QUAY.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/QUAY',(#1117,#1530,#811,#812,#2529,#3253,#912,#3089,#784)); -#3805= IFCPROPERTYSETTEMPLATE('2HuDtqrhf5uxQ9eGKGllIy',$,'Pset_Risk','An indication of exposure to mischance, peril, menace, hazard or loss. Documentation of a potential hazard, likelihood and consequence aligned with AS/NZS 4360 and BS PAS 1192-6:2017, which can be assigned to or associated with a product, activity and/or location. Alternatively it may be assigned to an ISO 3864 annotation symbol.\X\0D\X\0A\X\0D\X\0A> HISTORY: Extended in IFC2x3, Revised IFC4x3 \X\0D\X\0A\X\0D\X\0AThere are various types of risk that may be encountered and there may be several instances of Pset_Risk associated to an instance or type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProcess,IfcProduct,IfcGroup',(#2379,#2380,#1700,#2378,#3075,#3074,#3076,#1650,#1648,#1647,#1649,#1651,#171,#169,#170)); +#3805= IFCPROPERTYSETTEMPLATE('3arxBn$e535vzOOfu89SBa',$,'Pset_RadiiKerbStone','Properties describing the keb stone radii.',.PSET_TYPEDRIVENOVERRIDE.,'IfcKerb',(#590,#2155)); -#3806= IFCPROPERTYSETTEMPLATE('0y66J7RfL6nwKlNjkcU$$x',$,'Pset_RoadDesignCriteriaCommon','Road design criteria that may be attached to road parts.',.PSET_OCCURRENCEDRIVEN.,'IfcRoad,IfcFacilityPartCommon/JUNCTION,IfcFacilityPartCommon/LEVELCROSSING,IfcFacilityPartCommon/SEGMENT,IfcRoadPart/BICYCLECROSSING,IfcRoadPart/INTERSECTION,IfcRoadPart/PEDESTRIAN_CROSSING,IfcRoadPart/RAILWAYCROSSING,IfcRoadPart/ROADSEGMENT,IfcRoadPart/ROUNDABOUT,IfcRoadPart/TOLLPLAZA',(#560,#624,#625,#626,#1401,#1895,#2384)); +#3806= IFCPROPERTYSETTEMPLATE('00KG60qVyHuO00025QrE$V',$,'Pset_RailingCommon','Properties common to the definition of all occurrences of IfcRailing.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRailing',(#2203,#2706,#1111,#646,#1282)); -#3807= IFCPROPERTYSETTEMPLATE('3277xykfH0LQcfBXCPuN$4',$,'Pset_RoadGuardElement','Properties assigned to IfcWall/PARAPET or IfcRailing/GUARDRAIL when assigned as road guard elements.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRailing/GUARDRAIL,IfcWall/PARAPET',(#1318,#1358,#1363,#2893)); +#3807= IFCPROPERTYSETTEMPLATE('2lK9j_ZKxobB3CkpIN_1Mc',$,'Pset_RailTypeBlade','Properties common to IfcRail types and occurrences with PredefinedType set to BLADE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRail/BLADE',(#1262,#1303,#1795,#244)); -#3808= IFCPROPERTYSETTEMPLATE('3X082r2yn5Eh8mN7Blu9_q',$,'Pset_RoadMarkingCommon','Properties for road markings.',.PSET_OCCURRENCEDRIVEN.,'IfcSurfaceFeature/HATCHMARKING,IfcSurfaceFeature/LINEMARKING,IfcSurfaceFeature/PAVEMENTSURFACEMARKING,IfcSurfaceFeature/SYMBOLMARKING',(#134,#637,#1553,#1554,#1555,#2807)); +#3808= IFCPROPERTYSETTEMPLATE('0Yg30qx4H1MhNz5GdJFPe0',$,'Pset_RailTypeCheckRail','Properties common to IfcRail types and occurrences with PredefinedType set to CHECKRAIL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRail/CHECKRAIL',(#338,#1222)); -#3809= IFCPROPERTYSETTEMPLATE('0RwgBcfA5D5AB7kcKUQwx6',$,'Pset_RoadSymbolsCommon','Properties for road symbols.',.PSET_OCCURRENCEDRIVEN.,'IfcSurfaceFeature/SYMBOLMARKING',(#2902,#3055)); +#3809= IFCPROPERTYSETTEMPLATE('3rY35$aq6t5YcPB5UZ7PAY',$,'Pset_RailTypeGuardRail','Properties common to IfcRail types and occurrences with PredefinedType set to GUARDRAIL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRail/GUARDRAIL',(#1006,#2062,#1007)); -#3810= IFCPROPERTYSETTEMPLATE('2Ga4O0qW4HuO00025QrE$V',$,'Pset_RoofCommon','Properties common to the definition of all occurrences of IfcRoof. Note: Properties for ProjectedArea and TotalArea added in IFC 2x3',.PSET_TYPEDRIVENOVERRIDE.,'IfcRoof',(#2265,#2759,#37,#1287,#2926,#1472,#867)); +#3810= IFCPROPERTYSETTEMPLATE('3K4YmWA90aOt6b9RlYlRTy',$,'Pset_RailTypeRail','Properties common to IfcRail types and occurrences with PredefinedType set to RAIL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRail/RAIL',(#2062,#2874,#2157,#2156,#697,#2158,#1654,#1362,#1222)); -#3811= IFCPROPERTYSETTEMPLATE('3AOKo0qW4HuO00025QrE$V',$,'Pset_SanitaryTerminalTypeBath','Sanitary appliance for immersion of the human body or parts of it (BS6100). HISTORY: In IFC4, Material and MaterialThickness properties removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value)',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/BATH',(#216,#681,#1031)); +#3811= IFCPROPERTYSETTEMPLATE('1wYjuRg9HEFDexQwflfZNd',$,'Pset_RailTypeStockRail','Properties common to IfcRail types and occurrences with PredefinedType set to STOCKRAIL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRail/STOCKRAIL',(#2806,#1222,#1795)); -#3812= IFCPROPERTYSETTEMPLATE('0UR340qW8HuO00025QrE$V',$,'Pset_SanitaryTerminalTypeBidet','Waste water appliance for washing the excretory organs while sitting astride the bowl (BS6100). HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value). BidetMounting changed to Mounting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/BIDET',(#1675,#2652,#683)); +#3812= IFCPROPERTYSETTEMPLATE('0DuBuFsLbhFEecCeXGV$De',$,'Pset_RailwayBalise','Properties applicable to a railway balise. This property set is applied to a type or occurrence of _IfcCommunicationsAppliance_ with predefined type TRANSPONDER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/TRANSPONDER',(#1785,#1838,#1835,#1795,#820,#2161,#635,#1193,#3037,#1940,#1254)); -#3813= IFCPROPERTYSETTEMPLATE('1amP00qW8HuO00025QrE$V',$,'Pset_SanitaryTerminalTypeCistern','A water storage unit attached to a sanitary terminal that is fitted with a device, operated automatically or by the user, that discharges water to cleanse a water closet (toilet) pan, urinal or slop hopper. (BS6100 330 5008)',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/CISTERN',(#343,#342,#1349,#917,#916,#1254)); +#3813= IFCPROPERTYSETTEMPLATE('1AMakB2DjgHfu1MD_bQNOx',$,'Pset_RailwayCableCarrier','Common properties for cable carrier segments constructed in railway projects.',.PSET_OCCURRENCEDRIVEN.,'IfcCableCarrierSegment',(#1865)); -#3814= IFCPROPERTYSETTEMPLATE('2gVbY0qW8HuO00025QrE$V',$,'Pset_SanitaryTerminalTypeCommon','Common properties for sanitary terminals.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal',(#2261,#2706,#1783,#1826,#1748,#380)); +#3814= IFCPROPERTYSETTEMPLATE('1$L7_HRT0M79Wa7s2Drc3P',$,'Pset_RailwayLevelCrossing','Properties appliable to _IfcFacilityPart_ with PredefinedType set to LEVELCROSSING.',.PSET_OCCURRENCEDRIVEN.,'IfcFacilityPart/IfcFacilityPartCommonTypeEnum(.LEVELCROSSING.)',(#1257,#1033,#1346,#2025,#1351,#1279)); -#3815= IFCPROPERTYSETTEMPLATE('2rqOG0qW8HuO00025QrE$V',$,'Pset_SanitaryTerminalTypeSanitaryFountain','Asanitary terminal that provides a low pressure jet of water for a specific purpose (IAI). HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value).',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/SANITARYFOUNTAIN',(#922,#1679,#686)); +#3815= IFCPROPERTYSETTEMPLATE('2JdA5pTzAkvQsC0gPimYoP',$,'Pset_RailwaySignalAspect','Properties in this property set are applicable for _IfcSignal_ and _IfcSign_ applied in railways. These properties describe the signal aspect, which is the information on the signal or sign shown to the train driver.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSignal,IfcSign',(#2863,#138,#2555,#2577)); -#3816= IFCPROPERTYSETTEMPLATE('027CG0qWCHuO00025QrE$V',$,'Pset_SanitaryTerminalTypeShower','Installation or waste water appliance that emits a spray of water to wash the human body (BS6100). HISTORY: In IFC4, Material and MaterialThickness properties removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value)',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/SHOWER',(#2540,#1064,#2539,#682)); +#3816= IFCPROPERTYSETTEMPLATE('3KOFA7iV6l0gT2EY8PRA7y',$,'Pset_RailwaySignalOccurrence','Properties common to the definition of occurrences of _IfcSignal_ applied in railways.',.PSET_OCCURRENCEDRIVEN.,'IfcSignal',(#139,#1017,#1457,#1876,#2375,#2376,#2564,#2565,#2659,#1118,#2576,#2374,#679)); -#3817= IFCPROPERTYSETTEMPLATE('1Ar7q0qWCHuO00025QrE$V',$,'Pset_SanitaryTerminalTypeSink','Waste water appliance for receiving, retaining or disposing of domestic, culinary, laboratory or industrial process liquids. HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value). SinkMounting changed to Mounting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/SINK',(#2570,#1677,#381,#685,#1681)); +#3817= IFCPROPERTYSETTEMPLATE('1sIqbSmtCwVJvVCk4s8hE1',$,'Pset_RailwaySignalSighting','Properties that define information about signal sighting or visibility in railways. These properties are applicable to occurrences of _IfcSignal_ and _IfcSign_.',.PSET_OCCURRENCEDRIVEN.,'IfcSignal,IfcSign',(#2566,#2567,#2568,#2569,#2570,#2571,#2575)); -#3818= IFCPROPERTYSETTEMPLATE('3CnAO0qWCHuO00025QrE$V',$,'Pset_SanitaryTerminalTypeToiletPan','Soil appliance for the disposal of excrement. HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Prefix for color property removed. Datatype of color changed to IfcLabel (still a string value).',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/TOILETPAN',(#2966,#2965,#1984,#2651)); +#3818= IFCPROPERTYSETTEMPLATE('1z0VlGfyup5NjFUaN_TsoD',$,'Pset_RailwaySignalType','Properties common to the definition of occurrences and types of _IfcSignal_ applied in railways.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSignal',(#2561,#1439,#1027,#1580,#2370,#1311,#2560,#1135,#1438,#1875,#2562,#2163)); -#3819= IFCPROPERTYSETTEMPLATE('0mJjE0qWGHuO00025QrE$V',$,'Pset_SanitaryTerminalTypeUrinal','Soil appliance that receives urine and directs it to a waste outlet (BS6100). HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Prefix for color property removed. Datatype of color changed to IfcLabel (still a string value). Mounting property added.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/URINAL',(#3089,#1676,#2653)); +#3819= IFCPROPERTYSETTEMPLATE('016IF1_$A4_M8Lu_f3okl9',$,'Pset_RailwayTrackStructurePart','Properties applicable to _IfcFacilityPart_ with PredefinedType set to TRACKSTRUCTURE, or more specialized types including PLAINTRACKSUPERSTRUCTURE, TURNOUTSUPERSTRUCTURE or DILATATIONSUPERSTRUCTURE.',.PSET_OCCURRENCEDRIVEN.,'IfcFacilityPart/IfcRailwayPartTypeEnum(.TRACKSTRUCTURE.),IfcFacilityPart/IfcRailwayPartTypeEnum(.PLAINTRACKSUPESTRUCTURE.),IfcFacilityPart/IfcRailwayPartTypeEnum(.TURNOUTSUPERSTRUCTURE.),IfcFacilityPart/IfcRailwayPartTypeEnum(.DILATATIONSUPERSTRUCTURE.)',(#1022,#1030,#1363,#3026)); -#3820= IFCPROPERTYSETTEMPLATE('1wq500qWGHuO00025QrE$V',$,'Pset_SanitaryTerminalTypeWashHandBasin','Waste water appliance for washing the upper parts of the body. HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value).',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/WASHHANDBASIN',(#3205,#1678,#684,#1682)); +#3820= IFCPROPERTYSETTEMPLATE('0j1Ha0qVyHuO00025QrE$V',$,'Pset_RampCommon','Properties common to the definition of all occurrences of IfcRamp.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRamp',(#2221,#2725,#2372,#2373,#1016,#1053,#854,#1292,#2944,#1479,#870)); -#3821= IFCPROPERTYSETTEMPLATE('1go2QzEJBD3SEpbnrFENZO',$,'Pset_SectioningDevice','Properties of sectioning device used in railway. The property set can be used by the predefined type INSULATOR of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/INSULATOR',(#2423)); +#3821= IFCPROPERTYSETTEMPLATE('1ip020qVyHuO00025QrE$V',$,'Pset_RampFlightCommon','Properties common to the definition of all occurrences of IfcRampFlight.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRampFlight',(#2245,#2749,#1082,#355,#2594,#541)); -#3822= IFCPROPERTYSETTEMPLATE('3BJeIk8cKoOxMLUChbG7Ru',$,'Pset_SectionInsulator','Properties applicable to the insulator type of discrete accessory, indicated that the insulator is a section insulator used in the overhead contact line system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/INSULATOR',(#43,#1906,#1251,#2883)); +#3822= IFCPROPERTYSETTEMPLATE('0mINmUaX1AXhkwsBxEhqix',$,'Pset_ReferentCommon','Specifies common properties for _IfcReferent_',.PSET_OCCURRENCEDRIVEN.,'IfcReferent',(#1706)); -#3823= IFCPROPERTYSETTEMPLATE('3GfFW0qWGHuO00025QrE$V',$,'Pset_SensorPHistory','Properties for history of controller values. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcSensor',(#3107,#646,#2133,#2778)); +#3823= IFCPROPERTYSETTEMPLATE('2T4vy0qVyHuO00025QrE$V',$,'Pset_ReinforcementBarCountOfIndependentFooting','Reinforcement Concrete parameter [ST-2]: The amount number information of reinforcement bar with the independent footing. The X and Y direction are based on the local coordinate system of building storey. The X and Y direction of the reinforcement bar are parallel to the X and Y axis of the IfcBuildingStorey''s local coordinate system, respectively.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFooting',(#623,#2260,#3313,#3317,#3316,#3320)); -#3824= IFCPROPERTYSETTEMPLATE('1Aig5GPsT0aBLAgHpFIIZ6',$,'Pset_SensorTypeCO2Sensor','A device that senses or detects carbon dioxide.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/CO2SENSOR',(#2462)); +#3824= IFCPROPERTYSETTEMPLATE('30Faw0qVyHuO00025QrE$V',$,'Pset_ReinforcementBarPitchOfBeam','The pitch length information of reinforcement bar with the beam.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBeam',(#625,#2292,#2805,#2648)); -#3825= IFCPROPERTYSETTEMPLATE('3Z7p60qWGHuO00025QrE$V',$,'Pset_SensorTypeCommon','Sensor type common attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor',(#2283,#2772)); +#3825= IFCPROPERTYSETTEMPLATE('3YDz40qVyHuO00025QrE$V',$,'Pset_ReinforcementBarPitchOfColumn','The pitch length information of reinforcement bar with the column. The X and Y direction are based on the local coordinate system of building storey. The X and Y direction of the reinforcement bar are parallel to the X and Y axis of the IfcBuildingStorey''s local coordinate system, respectively.',.PSET_TYPEDRIVENOVERRIDE.,'IfcColumn',(#626,#2301,#2328,#1121,#3314,#3315,#3318,#3319)); -#3826= IFCPROPERTYSETTEMPLATE('027SE0qWKHuO00025QrE$V',$,'Pset_SensorTypeConductanceSensor','A device that senses or detects electrical conductance. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/CONDUCTANCESENSOR',(#2463)); +#3826= IFCPROPERTYSETTEMPLATE('0Ybqy0qW0HuO00025QrE$V',$,'Pset_ReinforcementBarPitchOfContinuousFooting','Reinforcement Concrete parameter [ST-2]: The pitch length information of reinforcement bar with the continuous footing.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFooting',(#621,#2217,#569,#568)); -#3827= IFCPROPERTYSETTEMPLATE('0E2OM0qWKHuO00025QrE$V',$,'Pset_SensorTypeContactSensor','A device that senses or detects contact. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/CONTACTSENSOR',(#2464)); +#3827= IFCPROPERTYSETTEMPLATE('12BdU0qW0HuO00025QrE$V',$,'Pset_ReinforcementBarPitchOfSlab','The pitch length information of reinforcement bar with the slab.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab',(#622,#2235,#1515,#1510,#1512,#2546,#2542,#2544,#1514,#1509,#1511,#2545,#2541,#2543)); -#3828= IFCPROPERTYSETTEMPLATE('1eqxsNkz3GkER1z9cK0W2j',$,'Pset_SensorTypeEarthquakeSensor','Properties that are applicable for IfcSensor with predefined type EARTHQUAKESENSOR.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/EARTHQUAKESENSOR',(#1538,#1451,#2401,#3285,#592,#603,#707,#716,#942,#2451,#3028,#717)); +#3828= IFCPROPERTYSETTEMPLATE('2sQHi0qW0HuO00025QrE$V',$,'Pset_ReinforcementBarPitchOfWall','The pitch length information of reinforcement bar with the wall.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWall',(#624,#2288,#201,#3151,#1122,#2647)); -#3829= IFCPROPERTYSETTEMPLATE('0Rlmi0qWKHuO00025QrE$V',$,'Pset_SensorTypeFireSensor','A device that senses or detects the presence of fire.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/FIRESENSOR',(#872,#28,#2954)); +#3829= IFCPROPERTYSETTEMPLATE('06bLLo7i963w9BQKYrtFZ3',$,'Pset_RepairOccurrence','Properties defining repair information for occurrences of element, asset or system.',.PSET_OCCURRENCEDRIVEN.,'IfcElement,IfcAsset,IfcSystem',(#2362,#2363,#1624)); -#3830= IFCPROPERTYSETTEMPLATE('0qnxm0qWKHuO00025QrE$V',$,'Pset_SensorTypeFlowSensor','A device that senses or detects flow. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/FLOWSENSOR',(#2465)); +#3830= IFCPROPERTYSETTEMPLATE('2vTielYHz0ahKZgQPjtT$Z',$,'Pset_RevetmentCommon','Properties common to the definition of all occurrences of _IfcMarineFacility_ with the predefined type set to REVETMENT.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/REVETMENT',(#2822,#756)); -#3831= IFCPROPERTYSETTEMPLATE('0c2R1WmuPumDEWbUhKspOM',$,'Pset_SensorTypeForeignObjectDetectionSensor','Properties that are applicable for IfcSensor with predefined type FOREIGNOBJECTDETECTIONSENSOR.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/FOREIGNOBJECTDETECTIONSENSOR',(#3285,#2451,#919)); +#3831= IFCPROPERTYSETTEMPLATE('2HuDtqrhf5uxQ9eGKGllIy',$,'Pset_Risk','An indication of exposure to mischance, peril, menace, hazard or loss. Documentation of a potential hazard, likelihood and consequence aligned with AS/NZS 4360 and BS PAS 1192-6:2017, which can be assigned to or associated with a product, activity and/or location. Alternatively it may be assigned to an ISO 3864 annotation symbol.\X\0D\X\0A\X\0D\X\0A> HISTORY: Extended in IFC2x3, Revised IFC4x3 \X\0D\X\0A\X\0D\X\0AThere are various types of risk that may be encountered and there may be several instances of Pset_Risk associated to an instance or type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProcess,IfcProduct,IfcGroup',(#2391,#2392,#1712,#2390,#3092,#3091,#3093,#1662,#1660,#1659,#1661,#1663,#171,#169,#170)); -#3832= IFCPROPERTYSETTEMPLATE('3jJM37QAz1j9BAAWcE0qp4',$,'Pset_SensorTypeFrostSensor','A device that senses or detects the presense of frost.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/FROSTSENSOR',(#2466)); +#3832= IFCPROPERTYSETTEMPLATE('0y66J7RfL6nwKlNjkcU$$x',$,'Pset_RoadDesignCriteriaCommon','Road design criteria that may be attached to road parts.',.PSET_OCCURRENCEDRIVEN.,'IfcRoad,IfcFacilityPartCommon/JUNCTION,IfcFacilityPartCommon/LEVELCROSSING,IfcFacilityPartCommon/SEGMENT,IfcRoadPart/BICYCLECROSSING,IfcRoadPart/INTERSECTION,IfcRoadPart/PEDESTRIAN_CROSSING,IfcRoadPart/RAILWAYCROSSING,IfcRoadPart/ROADSEGMENT,IfcRoadPart/ROUNDABOUT,IfcRoadPart/TOLLPLAZA',(#567,#632,#633,#634,#1412,#1907,#2396)); -#3833= IFCPROPERTYSETTEMPLATE('13hcw0qWKHuO00025QrE$V',$,'Pset_SensorTypeGasSensor','A device that senses or detects gas. HISTORY: Changed in IFC4. Gas detected made into enumeration, set point concentration and coverage area added. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/GASSENSOR',(#954,#2459,#542)); +#3833= IFCPROPERTYSETTEMPLATE('3277xykfH0LQcfBXCPuN$4',$,'Pset_RoadGuardElement','Properties assigned to IfcWall/PARAPET or IfcRailing/GUARDRAIL when assigned as road guard elements.',.PSET_TYPEDRIVENOVERRIDE.,'IfcRailing/GUARDRAIL,IfcWall/PARAPET',(#1328,#1369,#1374,#2910)); -#3834= IFCPROPERTYSETTEMPLATE('1wX8I0qWKHuO00025QrE$V',$,'Pset_SensorTypeHeatSensor','A device that senses or detects heat. HISTORY: In IFC4, incorporates Fire Sensor. HeatSensorSetPoint changed to SetPointTemperature',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/HEATSENSOR',(#540,#2479,#2175)); +#3834= IFCPROPERTYSETTEMPLATE('3X082r2yn5Eh8mN7Blu9_q',$,'Pset_RoadMarkingCommon','Properties for road markings.',.PSET_OCCURRENCEDRIVEN.,'IfcSurfaceFeature/HATCHMARKING,IfcSurfaceFeature/LINEMARKING,IfcSurfaceFeature/PAVEMENTSURFACEMARKING,IfcSurfaceFeature/SYMBOLMARKING',(#134,#645,#1564,#1565,#1566,#2823)); -#3835= IFCPROPERTYSETTEMPLATE('2Iz9y0qWKHuO00025QrE$V',$,'Pset_SensorTypeHumiditySensor','A device that senses or detects humidity. HISTORY: HumiditySensorSetPoint changed to SetPointHumidity. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/HUMIDITYSENSOR',(#2467)); +#3835= IFCPROPERTYSETTEMPLATE('0RwgBcfA5D5AB7kcKUQwx6',$,'Pset_RoadSymbolsCommon','Properties for road symbols.',.PSET_OCCURRENCEDRIVEN.,'IfcSurfaceFeature/SYMBOLMARKING',(#2919,#3072)); -#3836= IFCPROPERTYSETTEMPLATE('1l8yK5XlT5NQ9XSXlC7wdg',$,'Pset_SensorTypeIdentifierSensor','A device that senses identification tags.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/IDENTIFIERSENSOR',(#2468)); +#3836= IFCPROPERTYSETTEMPLATE('2Ga4O0qW4HuO00025QrE$V',$,'Pset_RoofCommon','Properties common to the definition of all occurrences of IfcRoof. Note: Properties for ProjectedArea and TotalArea added in IFC 2x3',.PSET_TYPEDRIVENOVERRIDE.,'IfcRoof',(#2277,#2775,#37,#1297,#2943,#1483,#876)); -#3837= IFCPROPERTYSETTEMPLATE('2mmWG0qWKHuO00025QrE$V',$,'Pset_SensorTypeIonConcentrationSensor','A device that senses or detects ion concentration such as water hardness. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/IONCONCENTRATIONSENSOR',(#2811,#2461)); +#3837= IFCPROPERTYSETTEMPLATE('3AOKo0qW4HuO00025QrE$V',$,'Pset_SanitaryTerminalTypeBath','Sanitary appliance for immersion of the human body or parts of it (BS6100). HISTORY: In IFC4, Material and MaterialThickness properties removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value)',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/BATH',(#216,#689,#1041)); -#3838= IFCPROPERTYSETTEMPLATE('351W40qWKHuO00025QrE$V',$,'Pset_SensorTypeLevelSensor','A device that senses or detects fill level. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/LEVEL',(#2470)); +#3838= IFCPROPERTYSETTEMPLATE('0UR340qW8HuO00025QrE$V',$,'Pset_SanitaryTerminalTypeBidet','Waste water appliance for washing the excretory organs while sitting astride the bowl (BS6100). HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value). BidetMounting changed to Mounting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/BIDET',(#1687,#2668,#691)); -#3839= IFCPROPERTYSETTEMPLATE('3SHEw0qWKHuO00025QrE$V',$,'Pset_SensorTypeLightSensor','A device that senses or detects light. HISTORY: LightSensorSensorSetPoint changed to SetPointIlluminance. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/LIGHTSENSOR',(#2469)); +#3839= IFCPROPERTYSETTEMPLATE('1amP00qW8HuO00025QrE$V',$,'Pset_SanitaryTerminalTypeCistern','A water storage unit attached to a sanitary terminal that is fitted with a device, operated automatically or by the user, that discharges water to cleanse a water closet (toilet) pan, urinal or slop hopper. (BS6100 330 5008)',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/CISTERN',(#344,#343,#1360,#926,#925,#1264)); -#3840= IFCPROPERTYSETTEMPLATE('3fOTs0qWKHuO00025QrE$V',$,'Pset_SensorTypeMoistureSensor','A device that senses or detects moisture. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/MOISTURESENSOR',(#2471)); +#3840= IFCPROPERTYSETTEMPLATE('2gVbY0qW8HuO00025QrE$V',$,'Pset_SanitaryTerminalTypeCommon','Common properties for sanitary terminals.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal',(#2273,#2722,#1795,#1838,#1760,#381)); -#3841= IFCPROPERTYSETTEMPLATE('3uI900qWKHuO00025QrE$V',$,'Pset_SensorTypeMovementSensor','A device that senses or detects movement. HISTORY: In IFC4, time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/MOVEMENTSENSOR',(#1685,#2472)); +#3841= IFCPROPERTYSETTEMPLATE('2rqOG0qW8HuO00025QrE$V',$,'Pset_SanitaryTerminalTypeSanitaryFountain','Asanitary terminal that provides a low pressure jet of water for a specific purpose (IAI). HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value).',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/SANITARYFOUNTAIN',(#931,#1691,#694)); -#3842= IFCPROPERTYSETTEMPLATE('0Jivi0qWOHuO00025QrE$V',$,'Pset_SensorTypePHSensor','A device that senses or detects acidity. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/PHSENSOR',(#2473)); +#3842= IFCPROPERTYSETTEMPLATE('027CG0qWCHuO00025QrE$V',$,'Pset_SanitaryTerminalTypeShower','Installation or waste water appliance that emits a spray of water to wash the human body (BS6100). HISTORY: In IFC4, Material and MaterialThickness properties removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value)',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/SHOWER',(#2552,#1074,#2551,#690)); -#3843= IFCPROPERTYSETTEMPLATE('0XQI20qWOHuO00025QrE$V',$,'Pset_SensorTypePressureSensor','A device that senses or detects pressure. HISTORY: PressureSensorSensorSetPoint changed to SetPointPressure. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/PRESSURESENSOR',(#2474,#1354)); +#3843= IFCPROPERTYSETTEMPLATE('1Ar7q0qWCHuO00025QrE$V',$,'Pset_SanitaryTerminalTypeSink','Waste water appliance for receiving, retaining or disposing of domestic, culinary, laboratory or industrial process liquids. HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value). SinkMounting changed to Mounting.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/SINK',(#2582,#1689,#382,#693,#1693)); -#3844= IFCPROPERTYSETTEMPLATE('0tTk40qWOHuO00025QrE$V',$,'Pset_SensorTypeRadiationSensor','A device that senses or detects radiation. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/RADIATIONSENSOR',(#2475)); +#3844= IFCPROPERTYSETTEMPLATE('3CnAO0qWCHuO00025QrE$V',$,'Pset_SanitaryTerminalTypeToiletPan','Soil appliance for the disposal of excrement. HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Prefix for color property removed. Datatype of color changed to IfcLabel (still a string value).',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/TOILETPAN',(#2983,#2982,#1996,#2667)); -#3845= IFCPROPERTYSETTEMPLATE('16NPE0qWOHuO00025QrE$V',$,'Pset_SensorTypeRadioactivitySensor','A device that senses or detects atomic decay. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/RADIOACTIVITYSENSOR',(#2476)); +#3845= IFCPROPERTYSETTEMPLATE('0mJjE0qWGHuO00025QrE$V',$,'Pset_SanitaryTerminalTypeUrinal','Soil appliance that receives urine and directs it to a waste outlet (BS6100). HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Prefix for color property removed. Datatype of color changed to IfcLabel (still a string value). Mounting property added.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/URINAL',(#3106,#1688,#2669)); -#3846= IFCPROPERTYSETTEMPLATE('3RQD8HTvwxVvPX1nbHsctP',$,'Pset_SensorTypeRainSensor','Properties that are applicable for IfcSensor with predefined type RAINSENSOR.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/RAINSENSOR',(#1538,#2401,#3285,#592,#1426,#2451,#2152,#2153)); +#3846= IFCPROPERTYSETTEMPLATE('1wq500qWGHuO00025QrE$V',$,'Pset_SanitaryTerminalTypeWashHandBasin','Waste water appliance for washing the upper parts of the body. HISTORY: In IFC4, Material property removed. Use materials capabilities from IfcMaterialsResource schema. Datatype of color changed to IfcLabel (still a string value).',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminal/WASHHANDBASIN',(#3223,#1690,#692,#1694)); -#3847= IFCPROPERTYSETTEMPLATE('1IuUm0qWOHuO00025QrE$V',$,'Pset_SensorTypeSmokeSensor','A device that senses or detects smoke. HISTORY: PressureSensorSensorSetPoint (error in previous release) changed to SetPointConcentration. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/SMOKESENSOR',(#543,#2460,#1014)); +#3847= IFCPROPERTYSETTEMPLATE('1go2QzEJBD3SEpbnrFENZO',$,'Pset_SectioningDevice','Properties of sectioning device used in railway. The property set can be used by the predefined type INSULATOR of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/INSULATOR',(#2435)); -#3848= IFCPROPERTYSETTEMPLATE('1Z9SboY73_OuCEGxbNqtCu',$,'Pset_SensorTypeSnowSensor','Properties that are applicable for IfcSensor with predefined type SNOWDEPTHSENSOR.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/SNOWDEPTHSENSOR',(#1538,#2401,#592,#1158,#1159,#2451,#1426,#2589,#2590)); +#3848= IFCPROPERTYSETTEMPLATE('3BJeIk8cKoOxMLUChbG7Ru',$,'Pset_SectionInsulator','Properties applicable to the insulator type of discrete accessory, indicated that the insulator is a section insulator used in the overhead contact line system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/INSULATOR',(#43,#1918,#1261,#2900)); -#3849= IFCPROPERTYSETTEMPLATE('1m5hg0qWOHuO00025QrE$V',$,'Pset_SensorTypeSoundSensor','A device that senses or detects sound. HISTORY: SoundSensorSensorSetPoint changed to SetPointSound. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/SOUNDSENSOR',(#2477)); +#3849= IFCPROPERTYSETTEMPLATE('3GfFW0qWGHuO00025QrE$V',$,'Pset_SensorPHistory','Properties for history of controller values. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcSensor',(#3125,#654,#2145,#2794)); -#3850= IFCPROPERTYSETTEMPLATE('1ycnC0qWOHuO00025QrE$V',$,'Pset_SensorTypeTemperatureSensor','A device that senses or detects temperature. HISTORY: TemperatureSensorSensorSetPoint changed to SetPointTemperature. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/TEMPERATURESENSOR',(#2876,#2480)); +#3850= IFCPROPERTYSETTEMPLATE('1Aig5GPsT0aBLAgHpFIIZ6',$,'Pset_SensorTypeCO2Sensor','A device that senses or detects carbon dioxide.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/CO2SENSOR',(#2474)); -#3851= IFCPROPERTYSETTEMPLATE('2GkeJx1gQtfvBSURKxSB0N',$,'Pset_SensorTypeTurnoutClosureSensor','Properties that are applicable for IfcSensor with predefined type TURNOUTCLOSURESENSOR.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/TURNOUTCLOSURESENSOR',(#627,#1169)); +#3851= IFCPROPERTYSETTEMPLATE('3Z7p60qWGHuO00025QrE$V',$,'Pset_SensorTypeCommon','Sensor type common attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor',(#2295,#2788)); -#3852= IFCPROPERTYSETTEMPLATE('2TOsY0qWOHuO00025QrE$V',$,'Pset_SensorTypeWindSensor','A device that senses or detects wind speed and direction. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/WINDSENSOR',(#3263,#2478,#589,#2451,#1538,#1451,#2401,#2678,#3285,#2954,#592,#3260,#3264)); +#3852= IFCPROPERTYSETTEMPLATE('027SE0qWKHuO00025QrE$V',$,'Pset_SensorTypeConductanceSensor','A device that senses or detects electrical conductance. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/CONDUCTANCESENSOR',(#2475)); -#3853= IFCPROPERTYSETTEMPLATE('2zaoU0qWOHuO00025QrE$V',$,'Pset_ServiceLife','Captures the period of time that an artifact will last. HISTORY: Introduced in IFC2X4 as replacement for IfcServiceLife.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#2454,#1611)); +#3853= IFCPROPERTYSETTEMPLATE('0E2OM0qWKHuO00025QrE$V',$,'Pset_SensorTypeContactSensor','A device that senses or detects contact. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/CONTACTSENSOR',(#2476)); -#3854= IFCPROPERTYSETTEMPLATE('1HchKxcpX8r9J3ol3Qo6YE',$,'Pset_ServiceLifeFactors','Captures various factors that impact the expected service life of elements within the system or zone.',.PSET_OCCURRENCEDRIVEN.,'IfcSystem',(#2134,#621,#3278,#1170,#1950,#1238,#1530)); +#3854= IFCPROPERTYSETTEMPLATE('1eqxsNkz3GkER1z9cK0W2j',$,'Pset_SensorTypeEarthquakeSensor','Properties that are applicable for IfcSensor with predefined type EARTHQUAKESENSOR.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/EARTHQUAKESENSOR',(#1549,#1462,#2413,#3304,#599,#610,#715,#724,#951,#2463,#3045,#725)); -#3855= IFCPROPERTYSETTEMPLATE('0_whe0qWSHuO00025QrE$V',$,'Pset_ShadingDeviceCommon','Shading device properties associated with an element that represents a shading device',.PSET_TYPEDRIVENOVERRIDE.,'IfcShadingDevice',(#2218,#2722,#2484,#1619,#2603,#2598,#3161,#3160,#2922,#1281,#2395,#2826)); +#3855= IFCPROPERTYSETTEMPLATE('0Rlmi0qWKHuO00025QrE$V',$,'Pset_SensorTypeFireSensor','A device that senses or detects the presence of fire.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/FIRESENSOR',(#881,#28,#2971)); -#3856= IFCPROPERTYSETTEMPLATE('2mAcq0qWSHuO00025QrE$V',$,'Pset_ShadingDevicePHistory','Shading device performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcShadingDevice',(#2951,#194)); +#3856= IFCPROPERTYSETTEMPLATE('0qnxm0qWKHuO00025QrE$V',$,'Pset_SensorTypeFlowSensor','A device that senses or detects flow. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/FLOWSENSOR',(#2477)); -#3857= IFCPROPERTYSETTEMPLATE('1xIRLMm710bALg3ccWDNM5',$,'Pset_ShipLockCommon','Properties common to the definition of all occurrences of _IfcMarineFacility_ with the predefined type set to SHIPLOCK.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/SHIPLOCK',(#340,#339,#3212,#3211)); +#3857= IFCPROPERTYSETTEMPLATE('0c2R1WmuPumDEWbUhKspOM',$,'Pset_SensorTypeForeignObjectDetectionSensor','Properties that are applicable for IfcSensor with predefined type FOREIGNOBJECTDETECTIONSENSOR.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/FOREIGNOBJECTDETECTIONSENSOR',(#3304,#2463,#928)); -#3858= IFCPROPERTYSETTEMPLATE('1cUbIKgVj6bhokrHY91cLH',$,'Pset_ShiplockComplex','Properties common to the definition of occurrences of _IfcMarineFacility_ with the predefined type set to SHIPLOCK, where the facility represents a complex of multiple shiplocks.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/SHIPLOCK',(#1492,#1494,#1490,#1495)); +#3858= IFCPROPERTYSETTEMPLATE('3jJM37QAz1j9BAAWcE0qp4',$,'Pset_SensorTypeFrostSensor','A device that senses or detects the presense of frost.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/FROSTSENSOR',(#2478)); -#3859= IFCPROPERTYSETTEMPLATE('1DK8qCEMTBReeR23pBwQJp',$,'Pset_ShiplockDesignCriteria','Properties common to the definition of design criteria of all occurrences of IfcMarineFacility with the predefined type set to SHIPLOCK.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/SHIPLOCK',(#1603,#1644,#1570,#1632,#3087,#676,#3086,#675)); +#3859= IFCPROPERTYSETTEMPLATE('13hcw0qWKHuO00025QrE$V',$,'Pset_SensorTypeGasSensor','A device that senses or detects gas. HISTORY: Changed in IFC4. Gas detected made into enumeration, set point concentration and coverage area added. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/GASSENSOR',(#963,#2471,#546)); -#3860= IFCPROPERTYSETTEMPLATE('3aRLpVTAHF6OViVDAR88CY',$,'Pset_ShipyardCommon','Properties common to the definition of all occurrences of IfcMarineFacility with the predefined type set to SHIPYARD.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/SHIPYARD',(#2096)); +#3860= IFCPROPERTYSETTEMPLATE('1wX8I0qWKHuO00025QrE$V',$,'Pset_SensorTypeHeatSensor','A device that senses or detects heat. HISTORY: In IFC4, incorporates Fire Sensor. HeatSensorSetPoint changed to SetPointTemperature',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/HEATSENSOR',(#544,#2491,#2187)); -#3861= IFCPROPERTYSETTEMPLATE('3Iz6ikDBs8KJc$4h8qJefM',$,'Pset_SignalFrame','Properties that define signal frame parameters for occurrences and types of _IfcSignal_ applied in railways.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSignal',(#195,#2547,#1826,#2549,#2546,#2545)); +#3861= IFCPROPERTYSETTEMPLATE('2Iz9y0qWKHuO00025QrE$V',$,'Pset_SensorTypeHumiditySensor','A device that senses or detects humidity. HISTORY: HumiditySensorSetPoint changed to SetPointHumidity. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/HUMIDITYSENSOR',(#2479)); -#3862= IFCPROPERTYSETTEMPLATE('3AP4i0qWSHuO00025QrE$V',$,'Pset_SiteCommon','Properties common to the definition of all occurrences of IfcSite. Please note that several site attributes are handled directly at the IfcSite instance, the site number (or short name) by IfcSite.Name, the site name (or long name) by IfcSite.LongName, and the description (or comments) by IfcSite.Description. The land title number is also given as an explicit attribute IfcSite.LandTitleNumber. Actual site quantities, like site perimeter, site area and site volume are provided by IfcElementQuantity, and site classification according to national building code by IfcClassificationReference. The global positioning of the site in terms of Northing and Easting and height above sea level datum is given by IfcSite.RefLongitude, IfcSite.RefLatitude, IfcSite.RefElevation and the postal address by IfcSite.SiteAddress.',.PSET_OCCURRENCEDRIVEN.,'IfcSite',(#2282,#278,#2571,#893,#279,#2978)); +#3862= IFCPROPERTYSETTEMPLATE('1l8yK5XlT5NQ9XSXlC7wdg',$,'Pset_SensorTypeIdentifierSensor','A device that senses identification tags.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/IDENTIFIERSENSOR',(#2480)); -#3863= IFCPROPERTYSETTEMPLATE('1JvhB_0zD5R8Kw6OP1cvea',$,'Pset_SiteWeather','Properties for site weather',.PSET_OCCURRENCEDRIVEN.,'IfcSite',(#1558,#1629)); +#3863= IFCPROPERTYSETTEMPLATE('2mmWG0qWKHuO00025QrE$V',$,'Pset_SensorTypeIonConcentrationSensor','A device that senses or detects ion concentration such as water hardness. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/IONCONCENTRATIONSENSOR',(#2827,#2473)); -#3864= IFCPROPERTYSETTEMPLATE('3mYUi0qWSHuO00025QrE$V',$,'Pset_SlabCommon','Properties common to the definition of all occurrences of IfcSlab. Note: Properties for PitchAngle added in IFC 2x3',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab',(#2295,#2681,#34,#855,#2025,#396,#2829,#406,#1277,#2914,#1463)); +#3864= IFCPROPERTYSETTEMPLATE('351W40qWKHuO00025QrE$V',$,'Pset_SensorTypeLevelSensor','A device that senses or detects fill level. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/LEVEL',(#2482)); -#3865= IFCPROPERTYSETTEMPLATE('24AbvEeJ7gNK$t4NRxj4ey',$,'Pset_SlabTypeTrackSlab','Properties in this property set are generally applicable slabs used in railway tracks, modelled as IfcSlab with PredefinedType TRACKSLAB.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab/TRACKSLAB',(#2857)); +#3865= IFCPROPERTYSETTEMPLATE('3SHEw0qWKHuO00025QrE$V',$,'Pset_SensorTypeLightSensor','A device that senses or detects light. HISTORY: LightSensorSensorSetPoint changed to SetPointIlluminance. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/LIGHTSENSOR',(#2481)); -#3866= IFCPROPERTYSETTEMPLATE('1FJsI0qWWHuO00025QrE$V',$,'Pset_SolarDeviceTypeCommon','Common properties for solar device types.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSolarDevice',(#2227,#2730)); +#3866= IFCPROPERTYSETTEMPLATE('3fOTs0qWKHuO00025QrE$V',$,'Pset_SensorTypeMoistureSensor','A device that senses or detects moisture. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/MOISTURESENSOR',(#2483)); -#3867= IFCPROPERTYSETTEMPLATE('1A6douNYvBmhZxhl$8GIc5',$,'Pset_SolidStratumCapacity','Properties expressing the capacity of a stratum using physical measures. Regional and National conventions should be captured through classification and specific property sets.',.PSET_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum/SOLID',(#370,#935,#936,#973,#1128,#1476,#1910,#2012,#2040,#2128,#2367,#2481,#2837)); +#3867= IFCPROPERTYSETTEMPLATE('3uI900qWKHuO00025QrE$V',$,'Pset_SensorTypeMovementSensor','A device that senses or detects movement. HISTORY: In IFC4, time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/MOVEMENTSENSOR',(#1697,#2484)); -#3868= IFCPROPERTYSETTEMPLATE('1tHvmcNbD67AtIqQDpgnT5',$,'Pset_SolidStratumComposition','Properties expressing the composition of a stratum using volume measures, implementing ISO14688 Part 2 Table 1 Primary fractions and composite fractions. Regional and National conventions should be captured through classification and specific property sets. Zero values may be omitted.',.PSET_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum/SOLID',(#105,#265,#346,#364,#487,#833,#974,#1942,#2388,#2402,#2566,#3233,#409)); +#3868= IFCPROPERTYSETTEMPLATE('0Jivi0qWOHuO00025QrE$V',$,'Pset_SensorTypePHSensor','A device that senses or detects acidity. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/PHSENSOR',(#2485)); -#3869= IFCPROPERTYSETTEMPLATE('1kJVQ0qWWHuO00025QrE$V',$,'Pset_SoundAttenuation','Common definition to capture sound pressure at a point on behalf of a device typically used within the context of building services and flow distribution systems. To indicate sound values from an instance of IfcDistributionFlowElement at a particular location, IfcAnnotation instance(s) should be assigned to the IfcDistributionFlowElement through the IfcRelAssignsToProduct relationship. The IfcAnnotation should specify ObjectType of ''Sound'' and geometric representation of ''Annotation Point'' consisting of a single IfcPoint subtype as described at IfcAnnotation. This property set is instantiated multiple times on an object for each frequency band. HISTORY: New property set in IFC Release 2x4.',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/SOUND',(#2613,#2611,#2612)); +#3869= IFCPROPERTYSETTEMPLATE('0XQI20qWOHuO00025QrE$V',$,'Pset_SensorTypePressureSensor','A device that senses or detects pressure. HISTORY: PressureSensorSensorSetPoint changed to SetPointPressure. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/PRESSURESENSOR',(#2486,#1365)); -#3870= IFCPROPERTYSETTEMPLATE('2AKPW0qWWHuO00025QrE$V',$,'Pset_SoundGeneration','Common definition to capture the properties of sound typically used within the context of building services and flow distribution systems. This property set is instantiated multiple times on an object for each frequency band. HISTORY: New property set in IFC Release 2x4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionFlowElement',(#2610)); +#3870= IFCPROPERTYSETTEMPLATE('0tTk40qWOHuO00025QrE$V',$,'Pset_SensorTypeRadiationSensor','A device that senses or detects radiation. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/RADIATIONSENSOR',(#2487)); -#3871= IFCPROPERTYSETTEMPLATE('2Vni80qWWHuO00025QrE$V',$,'Pset_SpaceCommon','Properties common to the definition of all occurrences of IfcSpace. Please note that several space attributes are handled directly at the IfcSpace instance, the space number (or short name) by IfcSpace.Name, the space name (or long name) by IfcSpace:LongName, and the description (or comments) by IfcSpace.Description. Actual space quantities, like space perimeter, space area and space volume are provided by IfcElementQuantity, and space classification according to national building code by IfcClassificationReference. The level above zero (relative to the building) for the slab row construction is provided by the IfcBuildingStorey.Elevation, the level above zero (relative to the building) for the floor finish is provided by the IfcSpace.ElevationWithFlooring.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace',(#2253,#1289,#975,#1705,#2120,#1003)); +#3871= IFCPROPERTYSETTEMPLATE('16NPE0qWOHuO00025QrE$V',$,'Pset_SensorTypeRadioactivitySensor','A device that senses or detects atomic decay. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/RADIOACTIVITYSENSOR',(#2488)); -#3872= IFCPROPERTYSETTEMPLATE('1_NWo9Gaz6lwAxpGptBWF4',$,'Pset_SpaceCoveringRequirements','Properties common to the definition of covering requirements of IfcSpace. Those properties define the requirements coming from a space program in early project phases and can later be used to define the room book information, if such coverings are not modeled explicitly as covering elements.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace',(#894,#895,#3186,#3187,#314,#315,#2575,#2576,#1663,#1664,#432,#433,#430,#431)); +#3872= IFCPROPERTYSETTEMPLATE('3RQD8HTvwxVvPX1nbHsctP',$,'Pset_SensorTypeRainSensor','Properties that are applicable for IfcSensor with predefined type RAINSENSOR.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/RAINSENSOR',(#1549,#2413,#3304,#599,#1437,#2463,#2164,#2165)); -#3873= IFCPROPERTYSETTEMPLATE('0g3oO0qWaHuO00025QrE$V',$,'Pset_SpaceFireSafetyRequirements','Properties related to fire protection of spaces that apply to the occurrences of IfcSpace or IfcZone.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace, IfcSpatialZone, IfcZone',(#871,#883,#846,#2658,#2661,#101)); +#3873= IFCPROPERTYSETTEMPLATE('1IuUm0qWOHuO00025QrE$V',$,'Pset_SensorTypeSmokeSensor','A device that senses or detects smoke. HISTORY: PressureSensorSensorSetPoint (error in previous release) changed to SetPointConcentration. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/SMOKESENSOR',(#547,#2472,#1024)); -#3874= IFCPROPERTYSETTEMPLATE('2K9yi0qWaHuO00025QrE$V',$,'Pset_SpaceHeaterPHistory','Space heater performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcSpaceHeater',(#925,#923,#728,#2832,#2614,#2620,#191,#3063,#1965,#102,#794,#1092)); +#3874= IFCPROPERTYSETTEMPLATE('1Z9SboY73_OuCEGxbNqtCu',$,'Pset_SensorTypeSnowSensor','Properties that are applicable for IfcSensor with predefined type SNOWDEPTHSENSOR.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/SNOWDEPTHSENSOR',(#1549,#2413,#599,#1168,#1169,#2463,#1437,#2603,#2604)); -#3875= IFCPROPERTYSETTEMPLATE('35e9Q0qWaHuO00025QrE$V',$,'Pset_SpaceHeaterTypeCommon','Space heater type common attributes.\X\0D\X\0ASoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead. Properties added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpaceHeater',(#2279,#2767,#2027,#2862,#1096,#1097,#767,#249,#2913,#1964,#2908,#1874,#1887)); +#3875= IFCPROPERTYSETTEMPLATE('1m5hg0qWOHuO00025QrE$V',$,'Pset_SensorTypeSoundSensor','A device that senses or detects sound. HISTORY: SoundSensorSensorSetPoint changed to SetPointSound. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/SOUNDSENSOR',(#2489)); -#3876= IFCPROPERTYSETTEMPLATE('1v2Oi0qWeHuO00025QrE$V',$,'Pset_SpaceHeaterTypeConvector','Space heater type convector attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpaceHeater/CONVECTOR',(#504)); +#3876= IFCPROPERTYSETTEMPLATE('1ycnC0qWOHuO00025QrE$V',$,'Pset_SensorTypeTemperatureSensor','A device that senses or detects temperature. HISTORY: TemperatureSensorSensorSetPoint changed to SetPointTemperature. Range, accuracy and time constant deleted.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/TEMPERATURESENSOR',(#2893,#2492)); -#3877= IFCPROPERTYSETTEMPLATE('2CjF60qWeHuO00025QrE$V',$,'Pset_SpaceHeaterTypeRadiator','Space heater type radiator attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpaceHeater/RADIATOR',(#2140,#3042,#3210)); +#3877= IFCPROPERTYSETTEMPLATE('2GkeJx1gQtfvBSURKxSB0N',$,'Pset_SensorTypeTurnoutClosureSensor','Properties that are applicable for IfcSensor with predefined type TURNOUTCLOSURESENSOR.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/TURNOUTCLOSURESENSOR',(#635,#1179)); -#3878= IFCPROPERTYSETTEMPLATE('2ltw40qWeHuO00025QrE$V',$,'Pset_SpaceLightingRequirements','Properties related to the lighting requirements that apply to the occurrences of IfcSpace or IfcZone. This includes the required artificial lighting, illuminance, etc.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace, IfcSpatialZone, IfcZone',(#148,#1157)); +#3878= IFCPROPERTYSETTEMPLATE('2TOsY0qWOHuO00025QrE$V',$,'Pset_SensorTypeWindSensor','A device that senses or detects wind speed and direction. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensor/WINDSENSOR',(#3282,#2490,#596,#2463,#1549,#1462,#2413,#2694,#3304,#2971,#599,#3279,#3283)); -#3879= IFCPROPERTYSETTEMPLATE('32MTg0qWeHuO00025QrE$V',$,'Pset_SpaceOccupancyRequirements','Properties concerning work activities occurring or expected to occur within one or a set of similar spatial structure elements.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace, IfcSpatialZone, IfcZone',(#1916,#1912,#1913,#1914,#143,#1633,#1330)); +#3879= IFCPROPERTYSETTEMPLATE('2zaoU0qWOHuO00025QrE$V',$,'Pset_ServiceLife','Captures the period of time that an artifact will last. HISTORY: Introduced in IFC2X4 as replacement for IfcServiceLife.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#2466,#1623)); -#3880= IFCPROPERTYSETTEMPLATE('3oeNa0qWeHuO00025QrE$V',$,'Pset_SpaceParking','Properties common to the definition of all occurrences of IfcSpace which have an attribute value for ObjectType = ''Parking''. NOTE: Modified in IFC 2x3, properties ParkingUse and ParkingUnits added.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace/PARKING',(#1989,#1988,#1250,#1327)); +#3880= IFCPROPERTYSETTEMPLATE('1HchKxcpX8r9J3ol3Qo6YE',$,'Pset_ServiceLifeFactors','Captures various factors that impact the expected service life of elements within the system or zone.',.PSET_OCCURRENCEDRIVEN.,'IfcSystem',(#2146,#629,#3297,#1180,#1962,#1248,#1541)); -#3881= IFCPROPERTYSETTEMPLATE('0K0cK0qWiHuO00025QrE$V',$,'Pset_SpaceThermalDesign','Space or zone HVAC design requirements. HISTORY: New property set in IFC Release 1.0 (Pset_SpaceHvacInformation); renamed to Pset_SpaceThermalDesign and revised in IFC2x2.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace',(#507,#1081,#2996,#2984,#2987,#510,#512,#1083,#1086,#3125,#790,#316,#266)); +#3881= IFCPROPERTYSETTEMPLATE('0_whe0qWSHuO00025QrE$V',$,'Pset_ShadingDeviceCommon','Shading device properties associated with an element that represents a shading device',.PSET_TYPEDRIVENOVERRIDE.,'IfcShadingDevice',(#2230,#2738,#2496,#1631,#2617,#2612,#3179,#3178,#2939,#1291,#2407,#2843)); -#3882= IFCPROPERTYSETTEMPLATE('1efU00qWiHuO00025QrE$V',$,'Pset_SpaceThermalLoad','The space thermal load defines all thermal losses and gains occurring within a space or zone. The thermal load source attribute defines an enumeration of possible sources of the thermal load. The maximum, minimum, time series and app',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace',(#2001,#1436,#776,#3127,#3129,#2185,#788,#74,#694,#2321,#1182,#2998,#2991,#2995)); +#3882= IFCPROPERTYSETTEMPLATE('2mAcq0qWSHuO00025QrE$V',$,'Pset_ShadingDevicePHistory','Shading device performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcShadingDevice',(#2968,#194)); -#3883= IFCPROPERTYSETTEMPLATE('3nlHS0qWiHuO00025QrE$V',$,'Pset_SpaceThermalLoadPHistory','The space thermal load IfcSpaceThermalLoadProperties defines actual measured thermal losses and gains occurring within a space or zone. The thermal load source attribute defines an enumeration of possible sources of the thermal load.',.PSET_PERFORMANCEDRIVEN.,'IfcSpace',(#2002,#1437,#777,#3126,#3128,#2184,#787,#73,#693,#2320,#1181,#2997,#2990,#2994)); +#3883= IFCPROPERTYSETTEMPLATE('1xIRLMm710bALg3ccWDNM5',$,'Pset_ShipLockCommon','Properties common to the definition of all occurrences of _IfcMarineFacility_ with the predefined type set to SHIPLOCK.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/SHIPLOCK',(#341,#340,#3230,#3229)); -#3884= IFCPROPERTYSETTEMPLATE('0YdKm0qWmHuO00025QrE$V',$,'Pset_SpaceThermalPHistory','Thermal and air flow conditions of a space or zone. HISTORY: New property set in IFC 2x2.',.PSET_PERFORMANCEDRIVEN.,'IfcSpace',(#506,#1079,#3124,#789,#2622,#2621)); +#3884= IFCPROPERTYSETTEMPLATE('1cUbIKgVj6bhokrHY91cLH',$,'Pset_ShiplockComplex','Properties common to the definition of occurrences of _IfcMarineFacility_ with the predefined type set to SHIPLOCK, where the facility represents a complex of multiple shiplocks.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/SHIPLOCK',(#1503,#1505,#1501,#1506)); -#3885= IFCPROPERTYSETTEMPLATE('0yroe0qWmHuO00025QrE$V',$,'Pset_SpaceThermalRequirements','Properties related to the comfort requirements for thermal and other thermal related performance properties of spaces that apply to the occurrences of IfcSpace, IfcSpatialZone or IfcZone. It can also be used to capture requirements for IfcSpaceType''s. This includes the required design temperature, humidity, ventilation, and air conditioning.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace, IfcSpatialZone, IfcZone',(#2623,#2624,#2625,#2626,#2627,#2628,#2629,#2615,#2616,#2617,#2618,#2619,#656,#1698,#1699,#1622,#70,#71)); +#3885= IFCPROPERTYSETTEMPLATE('1DK8qCEMTBReeR23pBwQJp',$,'Pset_ShiplockDesignCriteria','Properties common to the definition of design criteria of all occurrences of IfcMarineFacility with the predefined type set to SHIPLOCK.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/SHIPLOCK',(#1615,#1656,#1581,#1644,#3104,#684,#3103,#683)); -#3886= IFCPROPERTYSETTEMPLATE('1CaDsiTFP8NOCV7kiORNT2',$,'Pset_SpatialGeoObsBorehole','Properties for geoscience observations in boreholes.',.PSET_OCCURRENCEDRIVEN.,'IfcBorehole',(#254,#255,#253,#258,#1937,#687,#257,#256,#688)); +#3886= IFCPROPERTYSETTEMPLATE('3aRLpVTAHF6OViVDAR88CY',$,'Pset_ShipyardCommon','Properties common to the definition of all occurrences of IfcMarineFacility with the predefined type set to SHIPYARD.',.PSET_OCCURRENCEDRIVEN.,'IfcMarineFacility/SHIPYARD',(#2108)); -#3887= IFCPROPERTYSETTEMPLATE('0pCzL8Wb90V9hw8qu5w6Zf',$,'Pset_SpatialGeoObsMappedZoneCommon','Common properties for mapped zone observations.',.PSET_OCCURRENCEDRIVEN.,'IfcSpatialZone/MAPPEDZONE',(#994,#2382,#2129)); +#3887= IFCPROPERTYSETTEMPLATE('3Iz6ikDBs8KJc$4h8qJefM',$,'Pset_SignalFrame','Properties that define signal frame parameters for occurrences and types of _IfcSignal_ applied in railways.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSignal',(#195,#2559,#1838,#2561,#2558,#2557)); -#3888= IFCPROPERTYSETTEMPLATE('0FrzQVlZv4rBwQtsDewSnh',$,'Pset_SpatialZoneCommon',$,.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialZone',(#2195,#1278)); +#3888= IFCPROPERTYSETTEMPLATE('3AP4i0qWSHuO00025QrE$V',$,'Pset_SiteCommon','Properties common to the definition of all occurrences of IfcSite. Please note that several site attributes are handled directly at the IfcSite instance, the site number (or short name) by IfcSite.Name, the site name (or long name) by IfcSite.LongName, and the description (or comments) by IfcSite.Description. The land title number is also given as an explicit attribute IfcSite.LandTitleNumber. Actual site quantities, like site perimeter, site area and site volume are provided by IfcElementQuantity, and site classification according to national building code by IfcClassificationReference. The global positioning of the site in terms of Northing and Easting and height above sea level datum is given by IfcSite.RefLongitude, IfcSite.RefLatitude, IfcSite.RefElevation and the postal address by IfcSite.SiteAddress.',.PSET_OCCURRENCEDRIVEN.,'IfcSite',(#2294,#279,#2583,#902,#280,#2995)); -#3889= IFCPROPERTYSETTEMPLATE('0aCWH6Z6H27f9hc3QIUowr',$,'Pset_SpatialZoneTypeCompartment','Properties for spatial zones of type compartment.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialZone/COMPARTMENT',(#1801,#1825,#1771)); +#3889= IFCPROPERTYSETTEMPLATE('1JvhB_0zD5R8Kw6OP1cvea',$,'Pset_SiteWeather','Properties for site weather',.PSET_OCCURRENCEDRIVEN.,'IfcSite',(#1569,#1641)); -#3890= IFCPROPERTYSETTEMPLATE('3d9Q$tLIEtf7lfxqsJ_Fg1',$,'Pset_SpringTensioner','Properties of spring tensioner used in railway. The property set can be used by the predefined type TENSIONINGEQUIPMENT of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/TENSIONINGEQUIPMENT',(#2880,#1823,#2889)); +#3890= IFCPROPERTYSETTEMPLATE('3mYUi0qWSHuO00025QrE$V',$,'Pset_SlabCommon','Properties common to the definition of all occurrences of IfcSlab. Note: Properties for PitchAngle added in IFC 2x3',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab',(#2307,#2697,#34,#864,#2037,#397,#2846,#410,#1287,#2931,#1474)); -#3891= IFCPROPERTYSETTEMPLATE('2jVaQ0qWmHuO00025QrE$V',$,'Pset_StackTerminalTypeCommon','Common properties for stack terminals.',.PSET_TYPEDRIVENOVERRIDE.,'IfcStackTerminal',(#2266,#2758)); +#3891= IFCPROPERTYSETTEMPLATE('24AbvEeJ7gNK$t4NRxj4ey',$,'Pset_SlabTypeTrackSlab','Properties in this property set are generally applicable slabs used in railway tracks, modelled as IfcSlab with PredefinedType TRACKSLAB.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab/TRACKSLAB',(#2874)); -#3892= IFCPROPERTYSETTEMPLATE('3AinK0qWmHuO00025QrE$V',$,'Pset_StairCommon','Properties common to the definition of all occurrences of IfcStair.',.PSET_TYPEDRIVENOVERRIDE.,'IfcStair',(#2288,#2774,#1883,#1901,#2377,#3033,#1833,#3185,#3036,#3035,#3182,#2359,#1002,#1042,#1275,#2930,#1473,#856,#844)); +#3892= IFCPROPERTYSETTEMPLATE('1FJsI0qWWHuO00025QrE$V',$,'Pset_SolarDeviceTypeCommon','Common properties for solar device types.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSolarDevice',(#2239,#2746)); -#3893= IFCPROPERTYSETTEMPLATE('0nE3C0qWqHuO00025QrE$V',$,'Pset_StairFlightCommon','Properties common to the definition of all occurrences of IfcStairFlight.',.PSET_TYPEDRIVENOVERRIDE.,'IfcStairFlight',(#2211,#2712,#1882,#1900,#2376,#3032,#1832,#3184,#3037,#3034,#1073,#3183)); +#3893= IFCPROPERTYSETTEMPLATE('1A6douNYvBmhZxhl$8GIc5',$,'Pset_SolidStratumCapacity','Properties expressing the capacity of a stratum using physical measures. Regional and National conventions should be captured through classification and specific property sets.',.PSET_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum/SOLID',(#371,#944,#945,#982,#1138,#1487,#1922,#2024,#2052,#2140,#2379,#2493,#2854)); -#3894= IFCPROPERTYSETTEMPLATE('2syn2CitL8_9lf2d_8ZOz3',$,'Pset_Stationing','Specifies stationing parameters for _IfcReferent_.',.PSET_OCCURRENCEDRIVEN.,'IfcReferent',(#1167,#2680,#1168)); +#3894= IFCPROPERTYSETTEMPLATE('1tHvmcNbD67AtIqQDpgnT5',$,'Pset_SolidStratumComposition','Properties expressing the composition of a stratum using volume measures, implementing ISO14688 Part 2 Table 1 Primary fractions and composite fractions. Regional and National conventions should be captured through classification and specific property sets. Zero values may be omitted.',.PSET_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum/SOLID',(#105,#266,#347,#365,#491,#842,#983,#1954,#2400,#2414,#2578,#3252,#413)); -#3895= IFCPROPERTYSETTEMPLATE('2qt6HnlhT39h6HTlZO97yX',$,'Pset_StructuralSurfaceMemberVaryingThickness','Thickness parameters of a surface member (structural analysis item) with varying thickness, particularly with linearly varying thickness. The thickness is interpolated/ extrapolated from three points. The locations of these points are given either in local x,y coordinates of the surface member or in global X,Y,Z coordinates. Either way, these points are required to be located within the face or at the bounds of the face of the surface member, and they must not be located on a common line. Local and global coordinates shall not be mixed within the same property set instance.',.PSET_OCCURRENCEDRIVEN.,'IfcStructuralSurfaceMemberVarying',(#2936,#1484,#1483,#2937,#1486,#1485,#2938,#1488,#1487)); +#3895= IFCPROPERTYSETTEMPLATE('1kJVQ0qWWHuO00025QrE$V',$,'Pset_SoundAttenuation','Common definition to capture sound pressure at a point on behalf of a device typically used within the context of building services and flow distribution systems. To indicate sound values from an instance of IfcDistributionFlowElement at a particular location, IfcAnnotation instance(s) should be assigned to the IfcDistributionFlowElement through the IfcRelAssignsToProduct relationship. The IfcAnnotation should specify ObjectType of ''Sound'' and geometric representation of ''Annotation Point'' consisting of a single IfcPoint subtype as described at IfcAnnotation. This property set is instantiated multiple times on an object for each frequency band. HISTORY: New property set in IFC Release 2x4.',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/SOUND',(#2627,#2625,#2626)); -#3896= IFCPROPERTYSETTEMPLATE('2fJCduL3bDRALN5pAWwCGd',$,'Pset_SumpBusterCommon','Properties for a sump buster.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUMPBUSTER',(#3055)); +#3896= IFCPROPERTYSETTEMPLATE('2AKPW0qWWHuO00025QrE$V',$,'Pset_SoundGeneration','Common definition to capture the properties of sound typically used within the context of building services and flow distribution systems. This property set is instantiated multiple times on an object for each frequency band. HISTORY: New property set in IFC Release 2x4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionFlowElement',(#2624)); -#3897= IFCPROPERTYSETTEMPLATE('2KrhT06ZPFSe4VFSxtijkh',$,'Pset_Superelevation','Specifices the general properties for a Superelevation event.',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/SUPERELEVATIONEVENT',(#2541,#2814,#3016)); +#3897= IFCPROPERTYSETTEMPLATE('2Vni80qWWHuO00025QrE$V',$,'Pset_SpaceCommon','Properties common to the definition of all occurrences of IfcSpace. Please note that several space attributes are handled directly at the IfcSpace instance, the space number (or short name) by IfcSpace.Name, the space name (or long name) by IfcSpace:LongName, and the description (or comments) by IfcSpace.Description. Actual space quantities, like space perimeter, space area and space volume are provided by IfcElementQuantity, and space classification according to national building code by IfcClassificationReference. The level above zero (relative to the building) for the slab row construction is provided by the IfcBuildingStorey.Elevation, the level above zero (relative to the building) for the floor finish is provided by the IfcSpace.ElevationWithFlooring.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace',(#2265,#1299,#984,#1717,#2132,#1013)); -#3898= IFCPROPERTYSETTEMPLATE('2Tip80qWqHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeCommon','A switching device is a device designed to make or break the current in one or more electric circuits.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice',(#2272,#2744,#1860,#2842,#1040,#1305,#1418,#2458)); +#3898= IFCPROPERTYSETTEMPLATE('1_NWo9Gaz6lwAxpGptBWF4',$,'Pset_SpaceCoveringRequirements','Properties common to the definition of covering requirements of IfcSpace. Those properties define the requirements coming from a space program in early project phases and can later be used to define the room book information, if such coverings are not modeled explicitly as covering elements.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace',(#903,#904,#3204,#3205,#315,#316,#2587,#2588,#1675,#1676,#436,#437,#434,#435)); -#3899= IFCPROPERTYSETTEMPLATE('3oxqE0qWqHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeContactor','An electrical device used to control the flow of power in a circuit on or off.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/CONTACTOR',(#480)); +#3899= IFCPROPERTYSETTEMPLATE('0g3oO0qWaHuO00025QrE$V',$,'Pset_SpaceFireSafetyRequirements','Properties related to fire protection of spaces that apply to the occurrences of IfcSpace or IfcZone.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace, IfcSpatialZone, IfcZone',(#880,#892,#855,#2674,#2677,#101)); -#3900= IFCPROPERTYSETTEMPLATE('0Ca8i0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeDimmerSwitch','A dimmer switch is a switch that adjusts electrical power through a variable position level action. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/DIMMERSWITCH',(#644)); +#3900= IFCPROPERTYSETTEMPLATE('2K9yi0qWaHuO00025QrE$V',$,'Pset_SpaceHeaterPHistory','Space heater performance history common attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcSpaceHeater',(#934,#932,#737,#2849,#2630,#2636,#191,#3080,#1977,#102,#803,#1102)); -#3901= IFCPROPERTYSETTEMPLATE('0Wr8W0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeEmergencyStop','An emergency stop device acts to remove as quickly as possible any danger that may have arisen unexpectedly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/EMERGENCYSTOP',(#2843,#1876,#2305,#274,#1855,#1856,#1881,#1871,#1835,#1739,#2167,#2171,#3014)); +#3901= IFCPROPERTYSETTEMPLATE('35e9Q0qWaHuO00025QrE$V',$,'Pset_SpaceHeaterTypeCommon','Space heater type common attributes.\X\0D\X\0ASoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead. Properties added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpaceHeater',(#2291,#2783,#2039,#2879,#1106,#1107,#776,#249,#2930,#1976,#2925,#1886,#1899)); -#3902= IFCPROPERTYSETTEMPLATE('0pJi60qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeKeypad','A keypad is a switch supporting multiple functions. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/KEYPAD',(#1381)); +#3902= IFCPROPERTYSETTEMPLATE('1v2Oi0qWeHuO00025QrE$V',$,'Pset_SpaceHeaterTypeConvector','Space heater type convector attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpaceHeater/CONVECTOR',(#508)); -#3903= IFCPROPERTYSETTEMPLATE('17ahw0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeMomentarySwitch','A momentary switch is a switch that does not hold state. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/MOMENTARYSWITCH',(#1666)); +#3903= IFCPROPERTYSETTEMPLATE('2CjF60qWeHuO00025QrE$V',$,'Pset_SpaceHeaterTypeRadiator','Space heater type radiator attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpaceHeater/RADIATOR',(#2152,#3059,#3228)); -#3904= IFCPROPERTYSETTEMPLATE('1Ngfu0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypePHistory','Indicates switch positions or levels over time, such as for energy management or surveillance.',.PSET_PERFORMANCEDRIVEN.,'IfcSwitchingDevice',(#2457)); +#3904= IFCPROPERTYSETTEMPLATE('2ltw40qWeHuO00025QrE$V',$,'Pset_SpaceLightingRequirements','Properties related to the lighting requirements that apply to the occurrences of IfcSpace or IfcZone. This includes the required artificial lighting, illuminance, etc.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace, IfcSpatialZone, IfcZone',(#148,#1167)); -#3905= IFCPROPERTYSETTEMPLATE('2959lXGRq9Sqob78pplghM',$,'Pset_SwitchingDeviceTypeRelay','Properties in this property set are applicable for _IfcSwitchingDevice_ with PredefinedType _RELAY_.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/RELAY',(#1773,#565,#1783,#1217,#1826,#481,#2122,#2339,#3168)); +#3905= IFCPROPERTYSETTEMPLATE('32MTg0qWeHuO00025QrE$V',$,'Pset_SpaceOccupancyRequirements','Properties concerning work activities occurring or expected to occur within one or a set of similar spatial structure elements.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace, IfcSpatialZone, IfcZone',(#1928,#1924,#1925,#1926,#143,#1645,#1340)); -#3906= IFCPROPERTYSETTEMPLATE('1UEHM0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeSelectorSwitch','A selector switch is a switch that adjusts electrical power through a multi-position action. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/SELECTORSWITCH',(#2431,#2844,#2839,#1739,#2305,#2167,#1876,#1791)); +#3906= IFCPROPERTYSETTEMPLATE('3oeNa0qWeHuO00025QrE$V',$,'Pset_SpaceParking','Properties common to the definition of all occurrences of IfcSpace which have an attribute value for ObjectType = ''Parking''. NOTE: Modified in IFC 2x3, properties ParkingUse and ParkingUnits added.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace/PARKING',(#2001,#2000,#1260,#1337)); -#3907= IFCPROPERTYSETTEMPLATE('2Lfy80qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeStarter','A starter is a switch which in the closed position controls the application of power to an electrical device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/STARTER',(#2676)); +#3907= IFCPROPERTYSETTEMPLATE('0K0cK0qWiHuO00025QrE$V',$,'Pset_SpaceThermalDesign','Space or zone HVAC design requirements. HISTORY: New property set in IFC Release 1.0 (Pset_SpaceHvacInformation); renamed to Pset_SpaceThermalDesign and revised in IFC2x2.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace',(#511,#1091,#3013,#3001,#3004,#514,#516,#1093,#1096,#3143,#799,#317,#267)); -#3908= IFCPROPERTYSETTEMPLATE('2k5zo0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeSwitchDisconnector','A switch disconnector is a switch which in the open position satisfies the isolating requirements specified for a disconnector.\X\0D\X\0A\X\0D\X\0AHistory: Property ''HasVisualIndication'' changed to ''IsIlluminated'' to conform with property name for toggle switch',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/SWITCHDISCONNECTOR',(#2841,#1478)); +#3908= IFCPROPERTYSETTEMPLATE('1efU00qWiHuO00025QrE$V',$,'Pset_SpaceThermalLoad','The space thermal load defines all thermal losses and gains occurring within a space or zone. The thermal load source attribute defines an enumeration of possible sources of the thermal load. The maximum, minimum, time series and app',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace',(#2013,#1447,#785,#3145,#3147,#2197,#797,#74,#702,#2333,#1192,#3015,#3008,#3012)); -#3909= IFCPROPERTYSETTEMPLATE('3J34_0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeToggleSwitch','A toggle switch is a switch that enables or isolates electrical power through a two position on/off action. HISTORY: SetPoint added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/TOGGLESWITCH',(#2964,#2845,#2840)); +#3909= IFCPROPERTYSETTEMPLATE('3nlHS0qWiHuO00025QrE$V',$,'Pset_SpaceThermalLoadPHistory','The space thermal load IfcSpaceThermalLoadProperties defines actual measured thermal losses and gains occurring within a space or zone. The thermal load source attribute defines an enumeration of possible sources of the thermal load.',.PSET_PERFORMANCEDRIVEN.,'IfcSpace',(#2014,#1448,#786,#3144,#3146,#2196,#796,#73,#701,#2332,#1191,#3014,#3007,#3011)); -#3910= IFCPROPERTYSETTEMPLATE('3ObBUNX3ofqAL8mCf4VlCf',$,'Pset_SymmetricPairCable','Properties applicable to a symmetric pair cable, which is is a copper cable with a variable number of copper twisted symmetric pair conductors used to transmit data by means of electrical signals. this property set is applicable to type or occurence of _IfcCableSegment_ with predefined type CABLESEGMENT',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CABLESEGMENT',(#1903,#1905)); +#3910= IFCPROPERTYSETTEMPLATE('0YdKm0qWmHuO00025QrE$V',$,'Pset_SpaceThermalPHistory','Thermal and air flow conditions of a space or zone. HISTORY: New property set in IFC 2x2.',.PSET_PERFORMANCEDRIVEN.,'IfcSpace',(#510,#1089,#3142,#798,#2638,#2637)); -#3911= IFCPROPERTYSETTEMPLATE('0HeWe0qWyHuO00025QrE$V',$,'Pset_SystemFurnitureElementTypeCommon','Common properties for all systems furniture (I.e. modular furniture) element types (e.g. vertical panels, work surfaces, and storage). HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FurnitureElementCommon',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElement',(#1365,#993,#1826,#1770,#840)); +#3911= IFCPROPERTYSETTEMPLATE('0yroe0qWmHuO00025QrE$V',$,'Pset_SpaceThermalRequirements','Properties related to the comfort requirements for thermal and other thermal related performance properties of spaces that apply to the occurrences of IfcSpace, IfcSpatialZone or IfcZone. It can also be used to capture requirements for IfcSpaceType''s. This includes the required design temperature, humidity, ventilation, and air conditioning.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpace, IfcSpatialZone, IfcZone',(#2639,#2640,#2641,#2642,#2643,#2644,#2645,#2631,#2632,#2633,#2634,#2635,#664,#1710,#1711,#1634,#70,#71)); -#3912= IFCPROPERTYSETTEMPLATE('0_xhW0qWyHuO00025QrE$V',$,'Pset_SystemFurnitureElementTypePanel','A set of specific properties for vertical panels that assembly workstations.. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Panel',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElement/PANEL',(#1045,#948,#1814)); +#3912= IFCPROPERTYSETTEMPLATE('1CaDsiTFP8NOCV7kiORNT2',$,'Pset_SpatialGeoObsBorehole','Properties for geoscience observations in boreholes.',.PSET_OCCURRENCEDRIVEN.,'IfcBorehole',(#254,#256,#253,#259,#1949,#695,#258,#257,#696)); -#3913= IFCPROPERTYSETTEMPLATE('2XwGB5NX2$w9WSryXb5Iik',$,'Pset_SystemFurnitureElementTypeSubrack','Properties of subrack used in railway telecom. The property set can be used by the predefined type SUBRACK of IfcSystemFurnitureElement',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElement/SUBRACK',(#1891,#1904,#1870)); +#3913= IFCPROPERTYSETTEMPLATE('0pCzL8Wb90V9hw8qu5w6Zf',$,'Pset_SpatialGeoObsMappedZoneCommon','Common properties for mapped zone observations.',.PSET_OCCURRENCEDRIVEN.,'IfcSpatialZone/MAPPEDZONE',(#1004,#2394,#2141)); -#3914= IFCPROPERTYSETTEMPLATE('1e3qY0qWyHuO00025QrE$V',$,'Pset_SystemFurnitureElementTypeWorkSurface','A set of specific properties for work surfaces used in workstations. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Worksurface',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElement/WORKSURFACE',(#3092,#2823,#1008,#1814,#2491)); +#3914= IFCPROPERTYSETTEMPLATE('3Qg5LlpWj7egIdDoIJgPeQ',$,'Pset_SpatialGeoObsSlopeArea','Common properties for slope area observations.',.PSET_OCCURRENCEDRIVEN.,'IfcSpatialZone/MAPPEDZONE',(#2596,#2597)); -#3915= IFCPROPERTYSETTEMPLATE('2RKTU0qWyHuO00025QrE$V',$,'Pset_TankOccurrence','Properties that relate to a tank. Note that a partial tank may be considered as a compartment within a compartmentalized tank.',.PSET_OCCURRENCEDRIVEN.,'IfcTank',(#2855,#1037,#1066)); +#3915= IFCPROPERTYSETTEMPLATE('37k1hJReXEeu1VWOVNtvNE',$,'Pset_SpatialGeoObsTunnelFace','Common properties for tunnel face observations.',.PSET_OCCURRENCEDRIVEN.,'IfcSpatialZone/MAPPEDZONE',(#988)); -#3916= IFCPROPERTYSETTEMPLATE('2y6Yq0qWyHuO00025QrE$V',$,'Pset_TankTypeCommon','Common attributes of a tank type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTank',(#2275,#2765,#22,#2795,#1784,#1827,#1748,#1732,#725,#1923,#1995,#755,#874,#2421,#1886)); +#3916= IFCPROPERTYSETTEMPLATE('0FrzQVlZv4rBwQtsDewSnh',$,'Pset_SpatialZoneCommon',$,.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialZone',(#2207,#1288)); -#3917= IFCPROPERTYSETTEMPLATE('1403S0qX0HuO00025QrE$V',$,'Pset_TankTypeExpansion','Common attributes of an expansion type tank.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTank/EXPANSION',(#335,#2085,#2341)); +#3917= IFCPROPERTYSETTEMPLATE('0aCWH6Z6H27f9hc3QIUowr',$,'Pset_SpatialZoneTypeCompartment','Properties for spatial zones of type compartment.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialZone/COMPARTMENT',(#1813,#1837,#1783)); -#3918= IFCPROPERTYSETTEMPLATE('1cab00qX0HuO00025QrE$V',$,'Pset_TankTypePreformed','Fixed vessel manufactured as a single unit with one or more compartments for storing a liquid.\X\0D\X\0A\X\0D\X\0APset renamed from Pset_TankTypePreformedTank to Pset_TankTypePreformed in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTank/PREFORMED',(#1996,#756,#875,#2422)); +#3918= IFCPROPERTYSETTEMPLATE('3d9Q$tLIEtf7lfxqsJ_Fg1',$,'Pset_SpringTensioner','Properties of spring tensioner used in railway. The property set can be used by the predefined type TENSIONINGEQUIPMENT of IfcDiscreteAccessory.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory/TENSIONINGEQUIPMENT',(#2897,#1835,#2906)); -#3919= IFCPROPERTYSETTEMPLATE('2U0Fo0qX0HuO00025QrE$V',$,'Pset_TankTypePressureVessel','Common attributes of a pressure vessel.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTank/PRESSUREVESSEL',(#336,#2086,#2342)); +#3919= IFCPROPERTYSETTEMPLATE('2jVaQ0qWmHuO00025QrE$V',$,'Pset_StackTerminalTypeCommon','Common properties for stack terminals.',.PSET_TYPEDRIVENOVERRIDE.,'IfcStackTerminal',(#2278,#2774)); -#3920= IFCPROPERTYSETTEMPLATE('2uEjg0qX0HuO00025QrE$V',$,'Pset_TankTypeSectional','Fixed vessel constructed from sectional parts with one or more compartments for storing a liquid.\X\0D\X\0A\X\0D\X\0ANote (1): All sectional construction tanks are considered to be rectangular by default.\X\0D\X\0ANote (2): Generally, it is not expected that sectional construction tanks will be used for the purposes of gas storage.\X\0D\X\0A\X\0D\X\0APset renamed from Pset_TankTypeSectionalTank to Pset_TankTypeSectional in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTank/SECTIONAL',(#1888,#2424,#2425)); +#3920= IFCPROPERTYSETTEMPLATE('3AinK0qWmHuO00025QrE$V',$,'Pset_StairCommon','Properties common to the definition of all occurrences of IfcStair.',.PSET_TYPEDRIVENOVERRIDE.,'IfcStair',(#2300,#2790,#1895,#1913,#2389,#3050,#1845,#3203,#3053,#3052,#3200,#2371,#1012,#1052,#1285,#2947,#1484,#865,#853)); -#3921= IFCPROPERTYSETTEMPLATE('1fBFhuALtxJcyHx6Z3LTrm',$,'Pset_TelecomCableGeneral','Properties common to occurrences and types of IfcCableSegment and IfcCableFitting applied in telecommunication domain.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment,IfcCableFitting',(#180,#853,#1294,#1752,#1369,#290,#287)); +#3921= IFCPROPERTYSETTEMPLATE('0nE3C0qWqHuO00025QrE$V',$,'Pset_StairFlightCommon','Properties common to the definition of all occurrences of IfcStairFlight.',.PSET_TYPEDRIVENOVERRIDE.,'IfcStairFlight',(#2223,#2728,#1894,#1912,#2388,#3049,#1844,#3202,#3054,#3051,#1083,#3201)); -#3922= IFCPROPERTYSETTEMPLATE('3MeDO0qX0HuO00025QrE$V',$,'Pset_ThermalLoadAggregate','The aggregated thermal loads experienced by one or many spaces, zones, or buildings. This aggregate thermal load information is typically addressed by a system or plant. HISTORY: New property set in IFC Release 1.0 (Pset_AggregateLoadInformation); renamed Pset_ThermalLoadAggregate in IFC2x2.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialElement',(#2980,#2986,#1439,#1178,#1180,#125,#1479)); +#3922= IFCPROPERTYSETTEMPLATE('2syn2CitL8_9lf2d_8ZOz3',$,'Pset_Stationing','Specifies stationing parameters for _IfcReferent_.',.PSET_OCCURRENCEDRIVEN.,'IfcReferent',(#1177,#2696,#1178)); -#3923= IFCPROPERTYSETTEMPLATE('0E3uA0qX4HuO00025QrE$V',$,'Pset_ThermalLoadDesignCriteria','Building thermal load design data that are used for calculating thermal loads in a space or building. HISTORY: New property set in IFC Release 1.0 (Pset_LoadDesignCriteria); renamed Pset_ThermalLoadDesignCriteria in IFC2x2.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialElement',(#1911,#1968,#2183,#127,#1440,#1441)); +#3923= IFCPROPERTYSETTEMPLATE('2qt6HnlhT39h6HTlZO97yX',$,'Pset_StructuralSurfaceMemberVaryingThickness','Thickness parameters of a surface member (structural analysis item) with varying thickness, particularly with linearly varying thickness. The thickness is interpolated/ extrapolated from three points. The locations of these points are given either in local x,y coordinates of the surface member or in global X,Y,Z coordinates. Either way, these points are required to be located within the face or at the bounds of the face of the surface member, and they must not be located on a common line. Local and global coordinates shall not be mixed within the same property set instance.',.PSET_OCCURRENCEDRIVEN.,'IfcStructuralSurfaceMemberVarying',(#2953,#1495,#1494,#2954,#1497,#1496,#2955,#1499,#1498)); -#3924= IFCPROPERTYSETTEMPLATE('05HbcKX5b4iOuIY57cnkf_',$,'Pset_TicketProcessing','Properties for indicating performance ratings for ticket processing of entry elements (e.g. turnstile, boom barrier).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDoor/TURNSTILE,IfcDoor/BOOM_BARRIER',(#2944,#2946)); +#3924= IFCPROPERTYSETTEMPLATE('2fJCduL3bDRALN5pAWwCGd',$,'Pset_SumpBusterCommon','Properties for a sump buster.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/SUMPBUSTER',(#3072)); -#3925= IFCPROPERTYSETTEMPLATE('1UljwK3TaaDMvO$0abMJEC',$,'Pset_TicketVendingMachine','Properties of ticket vending machine. The property set can be used by _IfcElectricAppliance_ with PredefinedType VENDINGMACHINE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricAppliance/VENDINGMACHINE',(#2946,#1670,#2000,#2945,#2947,#3121)); +#3925= IFCPROPERTYSETTEMPLATE('2KrhT06ZPFSe4VFSxtijkh',$,'Pset_Superelevation','Specifices the general properties for a Superelevation event.',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/SUPERELEVATIONEVENT',(#2553,#2830,#3033)); -#3926= IFCPROPERTYSETTEMPLATE('21852yrKD2guJGHXYCvyB6',$,'Pset_Tolerance','Properties expressing the tolerance relating to locating and shaping of an intended element or feature. Range diameters are non-negative describing a linear, rectangular or boxed region .',.PSET_TYPEDRIVENOVERRIDE.,'IfcProduct,IfcTypeProduct',(#2968,#2967,#1978,#1117,#1947,#3137,#2029,#1113,#748,#2542,#1976,#1114,#1945,#3134,#1977,#1116,#1946,#3136)); +#3926= IFCPROPERTYSETTEMPLATE('2Tip80qWqHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeCommon','A switching device is a device designed to make or break the current in one or more electric circuits.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice',(#2284,#2760,#1872,#2859,#1050,#1315,#1429,#2470)); -#3927= IFCPROPERTYSETTEMPLATE('34Wu3CvwuFfSnK3RVXR8hU',$,'Pset_TrackBase','Properties in this property set are applicable for IfcSlab with PredefinedType BASESLAB, indicated that the base slab is a track base slab.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab/BASESLAB',(#1353,#2827)); +#3927= IFCPROPERTYSETTEMPLATE('3oxqE0qWqHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeContactor','An electrical device used to control the flow of power in a circuit on or off.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/CONTACTOR',(#484)); -#3928= IFCPROPERTYSETTEMPLATE('3vnsZ4bCq5zQaCC_UNI8G9',$,'Pset_TrackElementOccurrenceSleeper','Properties common to the definition to all occurrences of IfcTrackElement with PredefinedType set to SLEEPER.',.PSET_OCCURRENCEDRIVEN.,'IfcTrackElement/SLEEPER',(#1058,#2449,#3071,#1258)); +#3928= IFCPROPERTYSETTEMPLATE('0Ca8i0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeDimmerSwitch','A dimmer switch is a switch that adjusts electrical power through a variable position level action. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/DIMMERSWITCH',(#652)); -#3929= IFCPROPERTYSETTEMPLATE('02w7sxfC55Eek7boGFLdww',$,'Pset_TrackElementPHistoryDerailer','Indicates derailer information over time for operation management.',.PSET_PERFORMANCEDRIVEN.,'IfcTrackElement/DERAILER',(#1265)); +#3929= IFCPROPERTYSETTEMPLATE('0Wr8W0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeEmergencyStop','An emergency stop device acts to remove as quickly as possible any danger that may have arisen unexpectedly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/EMERGENCYSTOP',(#2860,#1888,#2317,#275,#1867,#1868,#1893,#1883,#1847,#1751,#2179,#2183,#3031)); -#3930= IFCPROPERTYSETTEMPLATE('3g222K$HNGyTrR2U5wbWHJ',$,'Pset_TrackElementTypeDerailer','Properties common to the definition to all occurrences and types of IfcTrackElement with PredefinedType set to DERAILER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTrackElement/DERAILER',(#137,#610,#611,#609)); +#3930= IFCPROPERTYSETTEMPLATE('0pJi60qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeKeypad','A keypad is a switch supporting multiple functions. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/KEYPAD',(#1392)); -#3931= IFCPROPERTYSETTEMPLATE('3SUItwezHJr0bFLHG85eiH',$,'Pset_TrackElementTypeSleeper','Properties common to the definition to all occurrences and types of IfcTrackElement with PredefinedType set to SLEEPER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTrackElement/SLEEPER',(#1213,#2578,#2857,#819,#1266,#1110,#1896,#1302)); +#3931= IFCPROPERTYSETTEMPLATE('17ahw0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeMomentarySwitch','A momentary switch is a switch that does not hold state. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/MOMENTARYSWITCH',(#1678)); -#3932= IFCPROPERTYSETTEMPLATE('3r83SI1HbCL1JttmsMbLN6',$,'Pset_TractionPowerSystem','Properties of a traction power system. The property is associated to the predefined type ELECTRICAL of _IfcDistributionSystem_, and is used to characterise systems such as railway electrical distribution networks used to provide energy for rolling stock.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionSystem/ELECTRICAL',(#2065,#742,#2168,#1820)); +#3932= IFCPROPERTYSETTEMPLATE('1Ngfu0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypePHistory','Indicates switch positions or levels over time, such as for energy management or surveillance.',.PSET_PERFORMANCEDRIVEN.,'IfcSwitchingDevice',(#2469)); -#3933= IFCPROPERTYSETTEMPLATE('0I29__FTjDQRNvWtPjuuOj',$,'Pset_TrafficCalmingDeviceCommon','Properties for a traffic calming device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/TRAFFIC_CALMING_DEVICE',(#3055)); +#3933= IFCPROPERTYSETTEMPLATE('2959lXGRq9Sqob78pplghM',$,'Pset_SwitchingDeviceTypeRelay','Properties in this property set are applicable for _IfcSwitchingDevice_ with PredefinedType _RELAY_.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/RELAY',(#1785,#572,#1795,#1227,#1838,#485,#2134,#2351,#3186)); -#3934= IFCPROPERTYSETTEMPLATE('0_xxU0qX4HuO00025QrE$V',$,'Pset_TransformerTypeCommon','An inductive stationary device that transfers electrical energy from one circuit to another.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTransformer',(#2217,#2719,#2098,#2420,#2093,#2416,#2095,#2418,#2092,#2415,#1563,#2417,#2527,#2179,#1160,#3015,#1319,#1320)); +#3934= IFCPROPERTYSETTEMPLATE('1UEHM0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeSelectorSwitch','A selector switch is a switch that adjusts electrical power through a multi-position action. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/SELECTORSWITCH',(#2443,#2861,#2856,#1751,#2317,#2179,#1888,#1803)); -#3935= IFCPROPERTYSETTEMPLATE('2vwpxtmyLF2R6BvJpXJVqR',$,'Pset_TransitionSectionCommon','Properties for a transition section.',.PSET_OCCURRENCEDRIVEN.,'IfcEarthworksFill/TRANSITIONSECTION',(#1783)); +#3935= IFCPROPERTYSETTEMPLATE('2Lfy80qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeStarter','A starter is a switch which in the closed position controls the application of power to an electrical device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/STARTER',(#2692)); -#3936= IFCPROPERTYSETTEMPLATE('3X3v_0qX4HuO00025QrE$V',$,'Pset_TransportationDeviceCommon','Properties common to the definition of all occurrences of _IfcTransportationDevice_ or _IfcTransportationDeviceType_.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTransportationDevice',(#2284,#2771,#302,#303,#843)); +#3936= IFCPROPERTYSETTEMPLATE('2k5zo0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeSwitchDisconnector','A switch disconnector is a switch which in the open position satisfies the isolating requirements specified for a disconnector.\X\0D\X\0A\X\0D\X\0AHistory: Property ''HasVisualIndication'' changed to ''IsIlluminated'' to conform with property name for toggle switch',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/SWITCHDISCONNECTOR',(#2858,#1489)); -#3937= IFCPROPERTYSETTEMPLATE('0LWrk0qX8HuO00025QrE$V',$,'Pset_TransportElementElevator','Properties common to the definition of all occurrences of IfcTransportElement with the predefined type ="ELEVATOR"',.PSET_TYPEDRIVENOVERRIDE.,'IfcTransportElement/ELEVATOR',(#849,#352,#347,#351)); +#3937= IFCPROPERTYSETTEMPLATE('3J34_0qWuHuO00025QrE$V',$,'Pset_SwitchingDeviceTypeToggleSwitch','A toggle switch is a switch that enables or isolates electrical power through a two position on/off action. HISTORY: SetPoint added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDevice/TOGGLESWITCH',(#2981,#2862,#2857)); -#3938= IFCPROPERTYSETTEMPLATE('3oBPVwLDfBb8msBZBG7fkg',$,'Pset_TransportEquipmentOTN','Properties in this property set are applied to transport equipment that act in optical transport network (OTN) system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/TRANSPORTEQUIPMENT',(#2567,#338,#2568,#1636,#2044,#2569,#774)); +#3938= IFCPROPERTYSETTEMPLATE('3ObBUNX3ofqAL8mCf4VlCf',$,'Pset_SymmetricPairCable','Properties applicable to a symmetric pair cable, which is is a copper cable with a variable number of copper twisted symmetric pair conductors used to transmit data by means of electrical signals. this property set is applicable to type or occurence of _IfcCableSegment_ with predefined type CABLESEGMENT',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment/CABLESEGMENT',(#1915,#1917)); -#3939= IFCPROPERTYSETTEMPLATE('12rFi2mXL0xRzsq5I_iphE',$,'Pset_TrenchExcavationCommon','Properties for a trench excavation.',.PSET_OCCURRENCEDRIVEN.,'IfcEarthworksCut/TRENCH',(#1748,#1826)); +#3939= IFCPROPERTYSETTEMPLATE('0HeWe0qWyHuO00025QrE$V',$,'Pset_SystemFurnitureElementTypeCommon','Common properties for all systems furniture (I.e. modular furniture) element types (e.g. vertical panels, work surfaces, and storage). HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FurnitureElementCommon',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElement',(#1376,#1003,#1838,#1782,#849)); -#3940= IFCPROPERTYSETTEMPLATE('0yGP80qX8HuO00025QrE$V',$,'Pset_TubeBundleTypeCommon','Tube bundle type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTubeBundle',(#2215,#2717,#1884,#2665,#1194,#1845,#921,#2905,#1420,#3177,#1749,#1969,#1203,#1115,#3135,#1065)); +#3940= IFCPROPERTYSETTEMPLATE('0_xhW0qWyHuO00025QrE$V',$,'Pset_SystemFurnitureElementTypePanel','A set of specific properties for vertical panels that assembly workstations.. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Panel',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElement/PANEL',(#1055,#957,#1826)); -#3941= IFCPROPERTYSETTEMPLATE('32zcy0qX8HuO00025QrE$V',$,'Pset_TubeBundleTypeFinned','Finned tube bundle type attributes.\X\0D\X\0AContains the attributes related to the fins attached to a tube in a finned tube bundle such as is commonly found in coils.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTubeBundle/FINNED',(#2630,#2935,#2906,#1424,#1103,#640,#835,#1016)); +#3941= IFCPROPERTYSETTEMPLATE('2XwGB5NX2$w9WSryXb5Iik',$,'Pset_SystemFurnitureElementTypeSubrack','Properties of subrack used in railway telecom. The property set can be used by the predefined type SUBRACK of IfcSystemFurnitureElement',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElement/SUBRACK',(#1903,#1916,#1882)); -#3942= IFCPROPERTYSETTEMPLATE('3hV97_eqX8YRtwPSmso1aN',$,'Pset_Uncertainty','Property set capturing the geometric uncertainty regarding measurements including how the way that uncertainty was assessed.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProduct',(#3069,#3070,#1118,#1450,#1948,#3138)); +#3942= IFCPROPERTYSETTEMPLATE('1e3qY0qWyHuO00025QrE$V',$,'Pset_SystemFurnitureElementTypeWorkSurface','A set of specific properties for work surfaces used in workstations. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Worksurface',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElement/WORKSURFACE',(#3109,#2840,#1018,#1826,#2503)); -#3943= IFCPROPERTYSETTEMPLATE('3moy$PJwnNtph9th3zxEW5',$,'Pset_UnitaryControlElementBaseStationController','Properties that are applicable to _IfcUnitaryControlElement_ with the predefined type set to BASESTATIONCONTROLLER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryControlElement/BASESTATIONCONTROLLER',(#1862,#1866,#1867)); +#3943= IFCPROPERTYSETTEMPLATE('2RKTU0qWyHuO00025QrE$V',$,'Pset_TankOccurrence','Properties that relate to a tank. Note that a partial tank may be considered as a compartment within a compartmentalized tank.',.PSET_OCCURRENCEDRIVEN.,'IfcTank',(#2872,#1047,#1076)); -#3944= IFCPROPERTYSETTEMPLATE('0B5P60qXCHuO00025QrE$V',$,'Pset_UnitaryControlElementPHistory','Properties for history and operating schedules of thermostats. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcUnitaryControlElement',(#2858,#1653,#813,#2456)); +#3944= IFCPROPERTYSETTEMPLATE('2y6Yq0qWyHuO00025QrE$V',$,'Pset_TankTypeCommon','Common attributes of a tank type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTank',(#2287,#2781,#22,#2811,#1796,#1839,#1760,#1744,#734,#1935,#2007,#764,#883,#2433,#1898)); -#3945= IFCPROPERTYSETTEMPLATE('0UmFW0qXCHuO00025QrE$V',$,'Pset_UnitaryControlElementTypeCommon','Unitary control element type common attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryControlElement',(#2196,#2694,#1654)); +#3945= IFCPROPERTYSETTEMPLATE('1403S0qX0HuO00025QrE$V',$,'Pset_TankTypeExpansion','Common attributes of an expansion type tank.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTank/EXPANSION',(#336,#2097,#2353)); -#3946= IFCPROPERTYSETTEMPLATE('0mohp45fzWYYSPBj8mX6SU',$,'Pset_UnitaryControlElementTypeControlPanel','Properties that are applicable to _IfcUnitaryControlElement_ with the predefined type set to CONTROLPANEL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryControlElement/CONTROLPANEL',(#1740,#1791,#2173,#2296,#2305)); +#3946= IFCPROPERTYSETTEMPLATE('1cab00qX0HuO00025QrE$V',$,'Pset_TankTypePreformed','Fixed vessel manufactured as a single unit with one or more compartments for storing a liquid.\X\0D\X\0A\X\0D\X\0APset renamed from Pset_TankTypePreformedTank to Pset_TankTypePreformed in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTank/PREFORMED',(#2008,#765,#884,#2434)); -#3947= IFCPROPERTYSETTEMPLATE('3qXjpGdgr5fwKbcURJd0R1',$,'Pset_UnitaryControlElementTypeIndicatorPanel','Unitary control element type indicator panel attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryControlElement/INDICATORPANEL',(#132)); +#3947= IFCPROPERTYSETTEMPLATE('2U0Fo0qX0HuO00025QrE$V',$,'Pset_TankTypePressureVessel','Common attributes of a pressure vessel.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTank/PRESSUREVESSEL',(#337,#2098,#2354)); -#3948= IFCPROPERTYSETTEMPLATE('2IB8yCBBb2FBRBi1EoZWS5',$,'Pset_UnitaryControlElementTypeThermostat','Unitary control element type thermostat attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryControlElement/THERMOSTAT',(#2877)); +#3948= IFCPROPERTYSETTEMPLATE('2uEjg0qX0HuO00025QrE$V',$,'Pset_TankTypeSectional','Fixed vessel constructed from sectional parts with one or more compartments for storing a liquid.\X\0D\X\0A\X\0D\X\0ANote (1): All sectional construction tanks are considered to be rectangular by default.\X\0D\X\0ANote (2): Generally, it is not expected that sectional construction tanks will be used for the purposes of gas storage.\X\0D\X\0A\X\0D\X\0APset renamed from Pset_TankTypeSectionalTank to Pset_TankTypeSectional in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTank/SECTIONAL',(#1900,#2436,#2437)); -#3949= IFCPROPERTYSETTEMPLATE('1JpKg0qXCHuO00025QrE$V',$,'Pset_UnitaryEquipmentTypeAirConditioningUnit','Air conditioning unit equipment type attributes.\X\0D\X\0ANote that these attributes were formely Pset_PackagedACUnit prior to IFC2x2.\X\0D\X\0AHeatingEnergySource attribute deleted in IFC2x2 Pset Addendum: Use IfcEnergyProperties, IfcFuelProperties, etc. instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryEquipment/AIRCONDITIONINGUNIT',(#2438,#1403,#511,#1080,#1085,#438,#437,#439,#1967)); +#3949= IFCPROPERTYSETTEMPLATE('1fBFhuALtxJcyHx6Z3LTrm',$,'Pset_TelecomCableGeneral','Properties common to occurrences and types of IfcCableSegment and IfcCableFitting applied in telecommunication domain.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegment,IfcCableFitting',(#180,#862,#1304,#1764,#1380,#291,#288)); -#3950= IFCPROPERTYSETTEMPLATE('2ds2y0qXCHuO00025QrE$V',$,'Pset_UnitaryEquipmentTypeAirHandler','Air handler unitary equipment type attributes.\X\0D\X\0ANote that these attributes were formerly Pset_AirHandler prior to IFC2x2.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryEquipment/AIRHANDLER',(#91,#92,#695)); +#3950= IFCPROPERTYSETTEMPLATE('3MeDO0qX0HuO00025QrE$V',$,'Pset_ThermalLoadAggregate','The aggregated thermal loads experienced by one or many spaces, zones, or buildings. This aggregate thermal load information is typically addressed by a system or plant. HISTORY: New property set in IFC Release 1.0 (Pset_AggregateLoadInformation); renamed Pset_ThermalLoadAggregate in IFC2x2.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialElement',(#2997,#3003,#1450,#1188,#1190,#125,#1490)); -#3951= IFCPROPERTYSETTEMPLATE('3EbcM0qXCHuO00025QrE$V',$,'Pset_UnitaryEquipmentTypeCommon','Unitary equipment type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryEquipment',(#2286,#2776)); +#3951= IFCPROPERTYSETTEMPLATE('0E3uA0qX4HuO00025QrE$V',$,'Pset_ThermalLoadDesignCriteria','Building thermal load design data that are used for calculating thermal loads in a space or building. HISTORY: New property set in IFC Release 1.0 (Pset_LoadDesignCriteria); renamed Pset_ThermalLoadDesignCriteria in IFC2x2.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpatialElement',(#1923,#1980,#2195,#127,#1451,#1452)); -#3952= IFCPROPERTYSETTEMPLATE('3fQDe0qXCHuO00025QrE$V',$,'Pset_UtilityConsumptionPHistory','Consumption of utility resources, typically applied to the IfcBuilding instance, used to identify how much was consumed on I.e., a monthly basis.',.PSET_PERFORMANCEDRIVEN.,'IfcBuilding',(#1075,#740,#3207,#939,#2782)); +#3952= IFCPROPERTYSETTEMPLATE('05HbcKX5b4iOuIY57cnkf_',$,'Pset_TicketProcessing','Properties for indicating performance ratings for ticket processing of entry elements (e.g. turnstile, boom barrier).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDoor/TURNSTILE,IfcDoor/BOOM_BARRIER',(#2961,#2963)); -#3953= IFCPROPERTYSETTEMPLATE('3_HMs0qXCHuO00025QrE$V',$,'Pset_ValvePHistory','Valve performance history common attributes of a typical 2 port pattern type valve.',.PSET_PERFORMANCEDRIVEN.,'IfcValve',(#2003,#1613,#1614)); +#3953= IFCPROPERTYSETTEMPLATE('1UljwK3TaaDMvO$0abMJEC',$,'Pset_TicketVendingMachine','Properties of ticket vending machine. The property set can be used by _IfcElectricAppliance_ with PredefinedType VENDINGMACHINE.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricAppliance/VENDINGMACHINE',(#2963,#1682,#2012,#2962,#2964,#3139)); -#3954= IFCPROPERTYSETTEMPLATE('0FZde0qXGHuO00025QrE$V',$,'Pset_ValveTypeAirRelease','Valve used to release air from a pipe or fitting. \X\0D\X\0ANote that an air release valve is constrained to have a single port pattern',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/AIRRELEASE',(#1253)); +#3954= IFCPROPERTYSETTEMPLATE('21852yrKD2guJGHXYCvyB6',$,'Pset_Tolerance','Properties expressing the tolerance relating to locating and shaping of an intended element or feature. Range diameters are non-negative describing a linear, rectangular or boxed region .',.PSET_TYPEDRIVENOVERRIDE.,'IfcProduct,IfcTypeProduct',(#2985,#2984,#1990,#1127,#1959,#3155,#2041,#1123,#757,#2554,#1988,#1124,#1957,#3152,#1989,#1126,#1958,#3154)); -#3955= IFCPROPERTYSETTEMPLATE('0UTIo0qXGHuO00025QrE$V',$,'Pset_ValveTypeCommon','Valve type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve',(#2212,#2695,#3111,#3110,#3109,#2572,#2897,#3280,#899,#359)); +#3955= IFCPROPERTYSETTEMPLATE('34Wu3CvwuFfSnK3RVXR8hU',$,'Pset_TrackBase','Properties in this property set are applicable for IfcSlab with PredefinedType BASESLAB, indicated that the base slab is a track base slab.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSlab/BASESLAB',(#1364,#2844)); -#3956= IFCPROPERTYSETTEMPLATE('2I5pc0qXGHuO00025QrE$V',$,'Pset_ValveTypeDrawOffCock','A small diameter valve, used to drain water from a cistern or water filled system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/DRAWOFFCOCK',(#1033)); +#3956= IFCPROPERTYSETTEMPLATE('3vnsZ4bCq5zQaCC_UNI8G9',$,'Pset_TrackElementOccurrenceSleeper','Properties common to the definition to all occurrences of IfcTrackElement with PredefinedType set to SLEEPER.',.PSET_OCCURRENCEDRIVEN.,'IfcTrackElement/SLEEPER',(#1068,#2461,#3088,#1268)); -#3957= IFCPROPERTYSETTEMPLATE('2Ucv80qXGHuO00025QrE$V',$,'Pset_ValveTypeFaucet','A small diameter valve, with a free outlet, from which water is drawn.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/FAUCET',(#823,#821,#820,#837,#822)); +#3957= IFCPROPERTYSETTEMPLATE('02w7sxfC55Eek7boGFLdww',$,'Pset_TrackElementPHistoryDerailer','Indicates derailer information over time for operation management.',.PSET_PERFORMANCEDRIVEN.,'IfcTrackElement/DERAILER',(#1275)); -#3958= IFCPROPERTYSETTEMPLATE('3ckhI0qXGHuO00025QrE$V',$,'Pset_ValveTypeFlushing','Valve that flushes a predetermined quantity of water to cleanse a WC, urinal or slop hopper.\X\0D\X\0ANote that a flushing valve is constrained to have a 2 port pattern.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/FLUSHING',(#915,#1036,#1300)); +#3958= IFCPROPERTYSETTEMPLATE('3g222K$HNGyTrR2U5wbWHJ',$,'Pset_TrackElementTypeDerailer','Properties common to the definition to all occurrences and types of IfcTrackElement with PredefinedType set to DERAILER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTrackElement/DERAILER',(#137,#618,#619,#617)); -#3959= IFCPROPERTYSETTEMPLATE('00z9A0qXKHuO00025QrE$V',$,'Pset_ValveTypeGasTap','A small diameter valve, used to discharge gas from a system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/GASTAP',(#1032)); +#3959= IFCPROPERTYSETTEMPLATE('3SUItwezHJr0bFLHG85eiH',$,'Pset_TrackElementTypeSleeper','Properties common to the definition to all occurrences and types of IfcTrackElement with PredefinedType set to SLEEPER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTrackElement/SLEEPER',(#1223,#2590,#2874,#828,#1276,#1120,#1908,#1312)); -#3960= IFCPROPERTYSETTEMPLATE('0E4O60qXKHuO00025QrE$V',$,'Pset_ValveTypeIsolating','Valve that is used to isolate system components.\X\0D\X\0ANote that an isolating valve is constrained to have a 2 port pattern.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/ISOLATING',(#1321,#1324)); +#3960= IFCPROPERTYSETTEMPLATE('3r83SI1HbCL1JttmsMbLN6',$,'Pset_TractionPowerSystem','Properties of a traction power system. The property is associated to the predefined type ELECTRICAL of _IfcDistributionSystem_, and is used to characterise systems such as railway electrical distribution networks used to provide energy for rolling stock.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionSystem/ELECTRICAL',(#2077,#751,#2180,#1832)); -#3961= IFCPROPERTYSETTEMPLATE('0diia0qXKHuO00025QrE$V',$,'Pset_ValveTypeMixing','A valve where typically the temperature of the outlet is determined by mixing hot and cold water inlet flows.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/MIXING',(#1652,#1955)); +#3961= IFCPROPERTYSETTEMPLATE('0I29__FTjDQRNvWtPjuuOj',$,'Pset_TrafficCalmingDeviceCommon','Properties for a traffic calming device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElementAssembly/TRAFFIC_CALMING_DEVICE',(#3072)); -#3962= IFCPROPERTYSETTEMPLATE('1Jpae0qXKHuO00025QrE$V',$,'Pset_ValveTypePressureReducing','Valve that reduces the pressure of a fluid immediately downstream of its position in a pipeline to a preselected value or by a predetermined ratio.\X\0D\X\0ANote that a pressure reducing valve is constrained to have a 2 port pattern.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/PRESSUREREDUCING',(#3088,#677)); +#3962= IFCPROPERTYSETTEMPLATE('0_xxU0qX4HuO00025QrE$V',$,'Pset_TransformerTypeCommon','An inductive stationary device that transfers electrical energy from one circuit to another.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTransformer',(#2229,#2735,#2110,#2432,#2105,#2428,#2107,#2430,#2104,#2427,#1574,#2429,#2539,#2191,#1170,#3032,#1329,#1330)); -#3963= IFCPROPERTYSETTEMPLATE('1dUR20qXKHuO00025QrE$V',$,'Pset_ValveTypePressureRelief','Spring or weight loaded valve that automatically discharges to a safe place fluid that has built up to excessive pressure in pipes or fittings.\X\0D\X\0ANote that a pressure relief valve is constrained to have a single port pattern.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/PRESSURERELIEF',(#2340)); +#3963= IFCPROPERTYSETTEMPLATE('2vwpxtmyLF2R6BvJpXJVqR',$,'Pset_TransitionSectionCommon','Properties for a transition section.',.PSET_OCCURRENCEDRIVEN.,'IfcEarthworksFill/TRANSITIONSECTION',(#1795)); -#3964= IFCPROPERTYSETTEMPLATE('2$z_xSY4H4QhR2$LlQhGbe',$,'Pset_VegetationCommon','Properties for a plant.',.PSET_OCCURRENCEDRIVEN.,'IfcGeographicElement/VEGETATION',(#261,#1481)); +#3964= IFCPROPERTYSETTEMPLATE('3X3v_0qX4HuO00025QrE$V',$,'Pset_TransportationDeviceCommon','Properties common to the definition of all occurrences of _IfcTransportationDevice_ or _IfcTransportationDeviceType_.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTransportationDevice',(#2296,#2787,#303,#304,#852)); -#3965= IFCPROPERTYSETTEMPLATE('1FbPDubE1DA9rU9buCvLZL',$,'Pset_VehicleAvailability','Property set for the application of availability data to vehicles and equipment.',.PSET_TYPEDRIVENOVERRIDE.,'IfcVehicle/ROLLINGSTOCK,IfcVehicle/VEHICLEAIR,IfcVehicle/VEHICLEMARINE,IfcVehicle/VEHICLETRACKED,IfcVehicle/VEHICLE',(#3114,#1528,#3239)); +#3965= IFCPROPERTYSETTEMPLATE('0LWrk0qX8HuO00025QrE$V',$,'Pset_TransportElementElevator','Properties common to the definition of all occurrences of IfcTransportElement with the predefined type ="ELEVATOR"',.PSET_TYPEDRIVENOVERRIDE.,'IfcTransportElement/ELEVATOR',(#858,#353,#348,#352)); -#3966= IFCPROPERTYSETTEMPLATE('15MrSyk291LxDRVgoh5BoK',$,'Pset_VesselLineCommon','Properties for vessel lines and anchoring',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/ROPE,IfcMechanicalFastenerType/ROPE',(#1454,#1628,#324,#1104,#812,#3259,#2088,#1456,#1455,#2852,#2851,#2854,#2853)); +#3966= IFCPROPERTYSETTEMPLATE('3oBPVwLDfBb8msBZBG7fkg',$,'Pset_TransportEquipmentOTN','Properties in this property set are applied to transport equipment that act in optical transport network (OTN) system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCommunicationsAppliance/TRANSPORTEQUIPMENT',(#2579,#339,#2580,#1648,#2056,#2581,#783)); -#3967= IFCPROPERTYSETTEMPLATE('1p$Wa0qXKHuO00025QrE$V',$,'Pset_VibrationIsolatorTypeCommon','Vibration isolator type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcVibrationIsolator',(#2240,#2705,#3141,#1326,#1325,#1599,#1776)); +#3967= IFCPROPERTYSETTEMPLATE('12rFi2mXL0xRzsq5I_iphE',$,'Pset_TrenchExcavationCommon','Properties for a trench excavation.',.PSET_OCCURRENCEDRIVEN.,'IfcEarthworksCut/TRENCH',(#1760,#1838)); -#3968= IFCPROPERTYSETTEMPLATE('1BHnQV1EZpAUM9oYl_93i9',$,'Pset_VoltageInstrumentTransformer','Instrument transformers are high accuracy class electrical devices used to isolate or transform voltage or current levels. The main function of instrument transformers is to operate instruments or metering from high voltage or high current circuits, safely isolating secondary control circuitry from the high voltages or currents. Combination instrument transformers are metering voltage.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrument/VOLTMETER, IfcFlowInstrument/COMBINED',(#26,#27,#2173,#1739,#1791,#1876,#2095,#2098,#2418,#2420)); +#3968= IFCPROPERTYSETTEMPLATE('0yGP80qX8HuO00025QrE$V',$,'Pset_TubeBundleTypeCommon','Tube bundle type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTubeBundle',(#2227,#2733,#1896,#2681,#1204,#1857,#930,#2922,#1431,#3195,#1761,#1981,#1213,#1125,#3153,#1075)); -#3969= IFCPROPERTYSETTEMPLATE('2VWFE0qXKHuO00025QrE$V',$,'Pset_WallCommon','Properties common to the definition of all occurrences of IfcWall and IfcWallStandardCase.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWall',(#2257,#2753,#40,#868,#399,#2831,#2929,#1292,#1474,#796,#407)); +#3969= IFCPROPERTYSETTEMPLATE('32zcy0qX8HuO00025QrE$V',$,'Pset_TubeBundleTypeFinned','Finned tube bundle type attributes.\X\0D\X\0AContains the attributes related to the fins attached to a tube in a finned tube bundle such as is commonly found in coils.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTubeBundle/FINNED',(#2646,#2952,#2923,#1435,#1113,#648,#844,#1026)); -#3970= IFCPROPERTYSETTEMPLATE('01GLs0qXOHuO00025QrE$V',$,'Pset_Warranty','An assurance given by the seller or provider of an artefact that the artefact is without defects and will operate as described for a defined period of time without failure and that if a defect does arise during that time, that it will be corrected by the seller or provider.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#3200,#3202,#3199,#1270,#3201,#3198,#2039,#786)); +#3970= IFCPROPERTYSETTEMPLATE('3hV97_eqX8YRtwPSmso1aN',$,'Pset_Uncertainty','Property set capturing the geometric uncertainty regarding measurements including how the way that uncertainty was assessed.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProduct',(#3086,#3087,#1128,#1461,#1960,#3156)); -#3971= IFCPROPERTYSETTEMPLATE('0tVjq0qXOHuO00025QrE$V',$,'Pset_WasteTerminalTypeCommon','Common properties for waste terminals.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal',(#2213,#2715)); +#3971= IFCPROPERTYSETTEMPLATE('3moy$PJwnNtph9th3zxEW5',$,'Pset_UnitaryControlElementBaseStationController','Properties that are applicable to _IfcUnitaryControlElement_ with the predefined type set to BASESTATIONCONTROLLER.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryControlElement/BASESTATIONCONTROLLER',(#1874,#1878,#1879)); -#3972= IFCPROPERTYSETTEMPLATE('1LJ480qXOHuO00025QrE$V',$,'Pset_WasteTerminalTypeFloorTrap','Pipe fitting, set into the floor, that retains liquid to prevent the passage of foul air.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/FLOORTRAP',(#1724,#1729,#1718,#1296,#2654,#3030,#1060,#1960,#1193,#1190,#550,#557,#551)); +#3972= IFCPROPERTYSETTEMPLATE('0B5P60qXCHuO00025QrE$V',$,'Pset_UnitaryControlElementPHistory','Properties for history and operating schedules of thermostats. HISTORY: Added in IFC4.',.PSET_PERFORMANCEDRIVEN.,'IfcUnitaryControlElement',(#2875,#1665,#822,#2468)); -#3973= IFCPROPERTYSETTEMPLATE('3ZmCE0qXOHuO00025QrE$V',$,'Pset_WasteTerminalTypeFloorWaste','Pipe fitting, set into the floor, that collects waste water and discharges it to a separate trap.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/FLOORWASTE',(#1726,#1731,#1721,#1953,#545,#552)); +#3973= IFCPROPERTYSETTEMPLATE('0UmFW0qXCHuO00025QrE$V',$,'Pset_UnitaryControlElementTypeCommon','Unitary control element type common attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryControlElement',(#2208,#2710,#1666)); -#3974= IFCPROPERTYSETTEMPLATE('0XlUU0qXSHuO00025QrE$V',$,'Pset_WasteTerminalTypeGullySump','Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or sealed cover.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/GULLYSUMP',(#1804,#1805,#1803,#998,#3029,#1957,#197,#1188,#549,#556)); +#3974= IFCPROPERTYSETTEMPLATE('0mohp45fzWYYSPBj8mX6SU',$,'Pset_UnitaryControlElementTypeControlPanel','Properties that are applicable to _IfcUnitaryControlElement_ with the predefined type set to CONTROLPANEL.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryControlElement/CONTROLPANEL',(#1752,#1803,#2185,#2308,#2317)); -#3975= IFCPROPERTYSETTEMPLATE('2bTzG0qXSHuO00025QrE$V',$,'Pset_WasteTerminalTypeGullyTrap','Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or sealed cover and discharging through a trap (BS6100 330 3504 modified)',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/GULLYTRAP',(#1725,#1730,#1720,#999,#1061,#3031,#1961,#198,#1186,#546,#553)); +#3975= IFCPROPERTYSETTEMPLATE('3qXjpGdgr5fwKbcURJd0R1',$,'Pset_UnitaryControlElementTypeIndicatorPanel','Unitary control element type indicator panel attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryControlElement/INDICATORPANEL',(#132)); -#3976= IFCPROPERTYSETTEMPLATE('0fobS0qXWHuO00025QrE$V',$,'Pset_WasteTerminalTypeRoofDrain','Pipe fitting, set into the roof, that collects rainwater for discharge into the rainwater system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/ROOFDRAIN',(#1722,#1727,#1717,#1954,#547,#554)); +#3976= IFCPROPERTYSETTEMPLATE('2IB8yCBBb2FBRBi1EoZWS5',$,'Pset_UnitaryControlElementTypeThermostat','Unitary control element type thermostat attributes. HISTORY: Added in IFC4.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryControlElement/THERMOSTAT',(#2894)); -#3977= IFCPROPERTYSETTEMPLATE('1XEGE0qXWHuO00025QrE$V',$,'Pset_WasteTerminalTypeWasteDisposalUnit','Electrically operated device that reduces kitchen or other waste into fragments small enough to be flushed into a drainage system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/WASTEDISPOSALUNIT',(#680,#1956,#1748)); +#3977= IFCPROPERTYSETTEMPLATE('1JpKg0qXCHuO00025QrE$V',$,'Pset_UnitaryEquipmentTypeAirConditioningUnit','Air conditioning unit equipment type attributes.\X\0D\X\0ANote that these attributes were formely Pset_PackagedACUnit prior to IFC2x2.\X\0D\X\0AHeatingEnergySource attribute deleted in IFC2x2 Pset Addendum: Use IfcEnergyProperties, IfcFuelProperties, etc. instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryEquipment/AIRCONDITIONINGUNIT',(#2450,#1414,#515,#1090,#1095,#442,#441,#443,#1979)); -#3978= IFCPROPERTYSETTEMPLATE('1$dly0qXWHuO00025QrE$V',$,'Pset_WasteTerminalTypeWasteTrap','Pipe fitting, set adjacent to a sanitary terminal, that retains liquid to prevent the passage of foul air.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/WASTETRAP',(#3206,#1959,#1189)); +#3978= IFCPROPERTYSETTEMPLATE('2ds2y0qXCHuO00025QrE$V',$,'Pset_UnitaryEquipmentTypeAirHandler','Air handler unitary equipment type attributes.\X\0D\X\0ANote that these attributes were formerly Pset_AirHandler prior to IFC2x2.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryEquipment/AIRHANDLER',(#91,#92,#703)); -#3979= IFCPROPERTYSETTEMPLATE('1F1Qpglir5Hf6lSH4kYL2d',$,'Pset_WaterStratumCommon','Properties expressing the composition and any variability in the height of the body of water. Ranges are non-negative describing a spread.',.PSET_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum/WATER',(#118,#119,#1298,#2429,#2948,#3235)); +#3979= IFCPROPERTYSETTEMPLATE('3EbcM0qXCHuO00025QrE$V',$,'Pset_UnitaryEquipmentTypeCommon','Unitary equipment type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryEquipment',(#2298,#2792)); -#3980= IFCPROPERTYSETTEMPLATE('02CQn3JBnFBBwFd98ftvbY',$,'Pset_Width','Specifices the general properties for a Width event.',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/WIDTHEVENT',(#2541,#3017,#1826)); +#3980= IFCPROPERTYSETTEMPLATE('3fQDe0qXCHuO00025QrE$V',$,'Pset_UtilityConsumptionPHistory','Consumption of utility resources, typically applied to the IfcBuilding instance, used to identify how much was consumed on I.e., a monthly basis.',.PSET_PERFORMANCEDRIVEN.,'IfcBuilding',(#1085,#749,#3225,#948,#2798)); -#3981= IFCPROPERTYSETTEMPLATE('2YCHW0qXWHuO00025QrE$V',$,'Pset_WindowCommon','Properties common to the definition of all occurrences of Window.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWindow',(#2250,#2747,#39,#863,#2428,#1288,#1176,#2928,#970,#1052,#1053,#1025,#2588,#842,#3232,#1617,#3261)); +#3981= IFCPROPERTYSETTEMPLATE('3_HMs0qXCHuO00025QrE$V',$,'Pset_ValvePHistory','Valve performance history common attributes of a typical 2 port pattern type valve.',.PSET_PERFORMANCEDRIVEN.,'IfcValve',(#2015,#1625,#1626)); -#3982= IFCPROPERTYSETTEMPLATE('3YvbjtHtOKf7UXyCbpBiT3',$,'Pset_WiredCommunicationPortCommon','Properties used for wired communication port.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort/CABLE',(#405,#1601)); +#3982= IFCPROPERTYSETTEMPLATE('0FZde0qXGHuO00025QrE$V',$,'Pset_ValveTypeAirRelease','Valve used to release air from a pipe or fitting. \X\0D\X\0ANote that an air release valve is constrained to have a single port pattern',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/AIRRELEASE',(#1263)); -#3983= IFCPROPERTYSETTEMPLATE('087P_0qXaHuO00025QrE$V',$,'Pset_WorkControlCommon','Properties common to the definition of all occurrences of IfcWorkPlan and IfcWorkSchedule (subtypes of IfcWorkControl).',.PSET_OCCURRENCEDRIVEN.,'IfcWorkControl',(#3287,#3279,#3277,#3292,#3286)); +#3983= IFCPROPERTYSETTEMPLATE('0UTIo0qXGHuO00025QrE$V',$,'Pset_ValveTypeCommon','Valve type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve',(#2224,#2711,#3129,#3128,#3127,#2584,#2914,#3299,#908,#360)); -#3984= IFCPROPERTYSETTEMPLATE('0kGp_0qXaHuO00025QrE$V',$,'Pset_ZoneCommon','Properties common to the definition of all occurrences of IfcZone.',.PSET_OCCURRENCEDRIVEN.,'IfcZone',(#2207,#1273,#978,#1708,#2121,#1004)); +#3984= IFCPROPERTYSETTEMPLATE('2I5pc0qXGHuO00025QrE$V',$,'Pset_ValveTypeDrawOffCock','A small diameter valve, used to drain water from a cistern or water filled system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/DRAWOFFCOCK',(#1043)); -#3985= IFCSIMPLEPROPERTYTEMPLATE('0ghx$p4BP9bPO6p1adKSEF',$,'Area','Total area of the outer lining of the window.',.Q_AREA.,$,$,$,$,$,$,$); +#3985= IFCPROPERTYSETTEMPLATE('2Ucv80qXGHuO00025QrE$V',$,'Pset_ValveTypeFaucet','A small diameter valve, with a free outlet, from which water is drawn.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/FAUCET',(#832,#830,#829,#846,#831)); -#3986= IFCSIMPLEPROPERTYTEMPLATE('1cEbPpN7L4E8Pc7CR8aDZC',$,'Area','Total area of the outer lining of the door.',.Q_AREA.,$,$,$,$,$,$,$); +#3986= IFCPROPERTYSETTEMPLATE('3ckhI0qXGHuO00025QrE$V',$,'Pset_ValveTypeFlushing','Valve that flushes a predetermined quantity of water to cleanse a WC, urinal or slop hopper.\X\0D\X\0ANote that a flushing valve is constrained to have a 2 port pattern.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/FLUSHING',(#924,#1046,#1310)); -#3987= IFCSIMPLEPROPERTYTEMPLATE('1CnNsFYBT6$AemE3IaDxL7',$,'Area','Measured plan area',.Q_AREA.,$,$,$,$,$,$,$); +#3987= IFCPROPERTYSETTEMPLATE('00z9A0qXKHuO00025QrE$V',$,'Pset_ValveTypeGasTap','A small diameter valve, used to discharge gas from a system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/GASTAP',(#1042)); -#3988= IFCSIMPLEPROPERTYTEMPLATE('1CnNsFYBT6$AemE3IaDxL7',$,'Area','Measured plan area',.Q_AREA.,$,$,$,$,$,$,$); +#3988= IFCPROPERTYSETTEMPLATE('0E4O60qXKHuO00025QrE$V',$,'Pset_ValveTypeIsolating','Valve that is used to isolate system components.\X\0D\X\0ANote that an isolating valve is constrained to have a 2 port pattern.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/ISOLATING',(#1331,#1334)); -#3989= IFCSIMPLEPROPERTYTEMPLATE('1CnNsFYBT6$AemE3IaDxL7',$,'Area','Measured plan area',.Q_AREA.,$,$,$,$,$,$,$); +#3989= IFCPROPERTYSETTEMPLATE('0diia0qXKHuO00025QrE$V',$,'Pset_ValveTypeMixing','A valve where typically the temperature of the outlet is determined by mixing hot and cold water inlet flows.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/MIXING',(#1664,#1967)); -#3990= IFCSIMPLEPROPERTYTEMPLATE('1CnNsFYBT6$AemE3IaDxL7',$,'Area','Measured plan area',.Q_AREA.,$,$,$,$,$,$,$); +#3990= IFCPROPERTYSETTEMPLATE('1Jpae0qXKHuO00025QrE$V',$,'Pset_ValveTypePressureReducing','Valve that reduces the pressure of a fluid immediately downstream of its position in a pipeline to a preselected value or by a predetermined ratio.\X\0D\X\0ANote that a pressure reducing valve is constrained to have a 2 port pattern.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/PRESSUREREDUCING',(#3105,#685)); -#3991= IFCSIMPLEPROPERTYTEMPLATE('1CnNsFYBT6$AemE3IaDxL7',$,'Area','Measured plan area',.Q_AREA.,$,$,$,$,$,$,$); +#3991= IFCPROPERTYSETTEMPLATE('1dUR20qXKHuO00025QrE$V',$,'Pset_ValveTypePressureRelief','Spring or weight loaded valve that automatically discharges to a safe place fluid that has built up to excessive pressure in pipes or fittings.\X\0D\X\0ANote that a pressure relief valve is constrained to have a single port pattern.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValve/PRESSURERELIEF',(#2352)); -#3992= IFCSIMPLEPROPERTYTEMPLATE('1WROcqqYjDCOj4JQqqzQwC',$,'Area','Actual area of upper surface of shape.',.Q_AREA.,$,$,$,$,$,$,$); +#3992= IFCPROPERTYSETTEMPLATE('2$z_xSY4H4QhR2$LlQhGbe',$,'Pset_VegetationCommon','Properties for a plant.',.PSET_OCCURRENCEDRIVEN.,'IfcGeographicElement/VEGETATION',(#262,#1492)); -#3993= IFCSIMPLEPROPERTYTEMPLATE('1Z0opsKy51wvKZDpfJdCc_',$,'Area','Area of the opening as viewed by an elevation view (for wall openings) or as viewed by a ground floor view (for slab openings).',.Q_AREA.,$,$,$,$,$,$,$); +#3993= IFCPROPERTYSETTEMPLATE('1FbPDubE1DA9rU9buCvLZL',$,'Pset_VehicleAvailability','Property set for the application of availability data to vehicles and equipment.',.PSET_TYPEDRIVENOVERRIDE.,'IfcVehicle/ROLLINGSTOCK,IfcVehicle/VEHICLEAIR,IfcVehicle/VEHICLEMARINE,IfcVehicle/VEHICLETRACKED,IfcVehicle/VEHICLE',(#3132,#1539,#3258)); -#3994= IFCSIMPLEPROPERTYTEMPLATE('30mgAbQ1T07OVkS7olRIhF',$,'Area','Area represented, if lower edge of stratum known.',.Q_AREA.,$,$,$,$,$,$,$); +#3994= IFCPROPERTYSETTEMPLATE('15MrSyk291LxDRVgoh5BoK',$,'Pset_VesselLineCommon','Properties for vessel lines and anchoring',.PSET_TYPEDRIVENOVERRIDE.,'IfcMechanicalFastener/ROPE,IfcMechanicalFastenerType/ROPE',(#1465,#1640,#325,#1114,#821,#3278,#2100,#1467,#1466,#2869,#2868,#2871,#2870)); -#3995= IFCSIMPLEPROPERTYTEMPLATE('3oeSf80G93jhm$lrcvCmdP',$,'Area','Area of the projection as viewed by an elevation view (for wall projections or as viewed by a ground floor view (for slab projections).',.Q_AREA.,$,$,$,$,$,$,$); +#3995= IFCPROPERTYSETTEMPLATE('1p$Wa0qXKHuO00025QrE$V',$,'Pset_VibrationIsolatorTypeCommon','Vibration isolator type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcVibrationIsolator',(#2252,#2721,#3159,#1336,#1335,#1610,#1788)); -#3996= IFCSIMPLEPROPERTYTEMPLATE('1clL3F_GzEROzZL0CFLOfa',$,'CompactedVolume','Volume of the earthworks when finished and compacted in place.',.Q_VOLUME.,$,$,$,$,$,$,$); +#3996= IFCPROPERTYSETTEMPLATE('1BHnQV1EZpAUM9oYl_93i9',$,'Pset_VoltageInstrumentTransformer','Instrument transformers are high accuracy class electrical devices used to isolate or transform voltage or current levels. The main function of instrument transformers is to operate instruments or metering from high voltage or high current circuits, safely isolating secondary control circuitry from the high voltages or currents. Combination instrument transformers are metering voltage.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrument/VOLTMETER, IfcFlowInstrument/COMBINED',(#26,#27,#2185,#1751,#1803,#1888,#2107,#2110,#2430,#2432)); -#3997= IFCSIMPLEPROPERTYTEMPLATE('3CXRmexyLE4xZy3hpRnxmb',$,'Count','Total count of reinforcing items.',.Q_COUNT.,$,$,$,$,$,$,$); +#3997= IFCPROPERTYSETTEMPLATE('2VWFE0qXKHuO00025QrE$V',$,'Pset_WallCommon','Properties common to the definition of all occurrences of IfcWall and IfcWallStandardCase.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWall',(#2269,#2769,#40,#877,#400,#2848,#2946,#1302,#1485,#805,#411)); -#3998= IFCSIMPLEPROPERTYTEMPLATE('0emE4jyCbE2fJiXgNRE_O9',$,'CrossSectionArea','Total area of the cross section (or profile) of the pile.',.Q_AREA.,$,$,$,$,$,$,$); +#3998= IFCPROPERTYSETTEMPLATE('01GLs0qXOHuO00025QrE$V',$,'Pset_Warranty','An assurance given by the seller or provider of an artefact that the artefact is without defects and will operate as described for a defined period of time without failure and that if a defect does arise during that time, that it will be corrected by the seller or provider.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElement',(#3218,#3220,#3217,#1280,#3219,#3216,#2051,#795)); -#3999= IFCSIMPLEPROPERTYTEMPLATE('0PPnhNUJTDPeNa7OZnh4ij',$,'CrossSectionArea','Total area of the cross section (or profile) of the beam.',.Q_AREA.,$,$,$,$,$,$,$); +#3999= IFCPROPERTYSETTEMPLATE('0tVjq0qXOHuO00025QrE$V',$,'Pset_WasteTerminalTypeCommon','Common properties for waste terminals.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal',(#2225,#2731)); -#4000= IFCSIMPLEPROPERTYTEMPLATE('0uyuKqXOz1N8mN8NTuQ33t',$,'CrossSectionArea','Area of the cross section.',.Q_AREA.,$,$,$,$,$,$,$); +#4000= IFCPROPERTYSETTEMPLATE('1LJ480qXOHuO00025QrE$V',$,'Pset_WasteTerminalTypeFloorTrap','Pipe fitting, set into the floor, that retains liquid to prevent the passage of foul air.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/FLOORTRAP',(#1736,#1741,#1730,#1306,#2670,#3047,#1070,#1972,#1203,#1200,#554,#561,#555)); -#4001= IFCSIMPLEPROPERTYTEMPLATE('0vA4m$lVzAix3yMfG26YjY',$,'CrossSectionArea','Area of the cross section.',.Q_AREA.,$,$,$,$,$,$,$); +#4001= IFCPROPERTYSETTEMPLATE('3ZmCE0qXOHuO00025QrE$V',$,'Pset_WasteTerminalTypeFloorWaste','Pipe fitting, set into the floor, that collects waste water and discharges it to a separate trap.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/FLOORWASTE',(#1738,#1743,#1733,#1965,#549,#556)); -#4002= IFCSIMPLEPROPERTYTEMPLATE('1CJ9V2eIP2VOxFOXznhRyr',$,'CrossSectionArea','Total area of the cross section (or profile) of the member.',.Q_AREA.,$,$,$,$,$,$,$); +#4002= IFCPROPERTYSETTEMPLATE('0XlUU0qXSHuO00025QrE$V',$,'Pset_WasteTerminalTypeGullySump','Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or sealed cover.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/GULLYSUMP',(#1816,#1817,#1815,#1008,#3046,#1969,#197,#1198,#553,#560)); -#4003= IFCSIMPLEPROPERTYTEMPLATE('2$G4u$rCL82vYqsTtwoWn4',$,'CrossSectionArea','Total area of the cross section (or profile) of the footing.',.Q_AREA.,$,$,$,$,$,$,$); +#4003= IFCPROPERTYSETTEMPLATE('2bTzG0qXSHuO00025QrE$V',$,'Pset_WasteTerminalTypeGullyTrap','Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or sealed cover and discharging through a trap (BS6100 330 3504 modified)',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/GULLYTRAP',(#1737,#1742,#1732,#1009,#1071,#3048,#1973,#198,#1196,#550,#557)); -#4004= IFCSIMPLEPROPERTYTEMPLATE('3azvi2X2n83u27ua2yTjY7',$,'CrossSectionArea','Total area of the cross section (or profile) of the column.',.Q_AREA.,$,$,$,$,$,$,$); +#4004= IFCPROPERTYSETTEMPLATE('0fobS0qXWHuO00025QrE$V',$,'Pset_WasteTerminalTypeRoofDrain','Pipe fitting, set into the roof, that collects rainwater for discharge into the rainwater system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/ROOFDRAIN',(#1734,#1739,#1729,#1966,#551,#558)); -#4005= IFCSIMPLEPROPERTYTEMPLATE('1AXq7x3FH3sAkrb38n1WIf',$,'Depth','Depth (or thickness) of the opening, in case of openings it shall be identical to the width (or thickness) of the voided element, in case of recesses it shall be less. Only provided, if the depth is constant.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4005= IFCPROPERTYSETTEMPLATE('1XEGE0qXWHuO00025QrE$V',$,'Pset_WasteTerminalTypeWasteDisposalUnit','Electrically operated device that reduces kitchen or other waste into fragments small enough to be flushed into a drainage system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/WASTEDISPOSALUNIT',(#688,#1968,#1760)); -#4006= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4006= IFCPROPERTYSETTEMPLATE('1$dly0qXWHuO00025QrE$V',$,'Pset_WasteTerminalTypeWasteTrap','Pipe fitting, set adjacent to a sanitary terminal, that retains liquid to prevent the passage of foul air.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminal/WASTETRAP',(#3224,#1971,#1199)); -#4007= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4007= IFCPROPERTYSETTEMPLATE('1F1Qpglir5Hf6lSH4kYL2d',$,'Pset_WaterStratumCommon','Properties expressing the composition and any variability in the height of the body of water. Ranges are non-negative describing a spread.',.PSET_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum/WATER',(#118,#119,#1308,#2441,#2965,#3254)); -#4008= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4008= IFCPROPERTYSETTEMPLATE('02CQn3JBnFBBwFd98ftvbY',$,'Pset_Width','Specifices the general properties for a Width event.',.PSET_OCCURRENCEDRIVEN.,'IfcAnnotation/WIDTHEVENT',(#2553,#3034,#1838)); -#4009= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4009= IFCPROPERTYSETTEMPLATE('2YCHW0qXWHuO00025QrE$V',$,'Pset_WindowCommon','Properties common to the definition of all occurrences of Window.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWindow',(#2262,#2763,#39,#872,#2440,#1298,#1186,#2945,#979,#1062,#1063,#1035,#2602,#851,#3251,#1629,#3280)); -#4010= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4010= IFCPROPERTYSETTEMPLATE('3YvbjtHtOKf7UXyCbpBiT3',$,'Pset_WiredCommunicationPortCommon','Properties used for wired communication port.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort/CABLE',(#406,#1612)); -#4011= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4011= IFCPROPERTYSETTEMPLATE('087P_0qXaHuO00025QrE$V',$,'Pset_WorkControlCommon','Properties common to the definition of all occurrences of IfcWorkPlan and IfcWorkSchedule (subtypes of IfcWorkControl).',.PSET_OCCURRENCEDRIVEN.,'IfcWorkControl',(#3306,#3298,#3296,#3311,#3305)); -#4012= IFCSIMPLEPROPERTYTEMPLATE('3RJBqFyPr5BuHqJx2YiXLV',$,'Depth','Indicates the depth of the element.',.0.,$,$,$,$,$,$,$); +#4012= IFCPROPERTYSETTEMPLATE('0kGp_0qXaHuO00025QrE$V',$,'Pset_ZoneCommon','Properties common to the definition of all occurrences of IfcZone.',.PSET_OCCURRENCEDRIVEN.,'IfcZone',(#2219,#1283,#987,#1720,#2133,#1014)); -#4013= IFCSIMPLEPROPERTYTEMPLATE('0vS54g5YD0D8XXzjqMTI8V',$,'Diameter','Actual diameter of sample or segment.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4013= IFCSIMPLEPROPERTYTEMPLATE('0ghx$p4BP9bPO6p1adKSEF',$,'Area','Total area of the outer lining of the window.',.Q_AREA.,$,$,$,$,$,$,$); -#4014= IFCSIMPLEPROPERTYTEMPLATE('3fzA40seP3xRirGVCr9Rg5',$,'EavesHeight','Standard net height of this storey, from the top surface of the construction floor, to the bottom surface of the construction floor or roof above. Only provided is there is a constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4014= IFCSIMPLEPROPERTYTEMPLATE('1cEbPpN7L4E8Pc7CR8aDZC',$,'Area','Total area of the outer lining of the door.',.Q_AREA.,$,$,$,$,$,$,$); -#4015= IFCSIMPLEPROPERTYTEMPLATE('1vYXYSNGLCGBg4RxwFeBW6',$,'FinishCeilingHeight','Height of the suspended ceiling (from top of flooring to the bottom of the suspended ceiling). To be provided only if the space has a suspended ceiling with constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4015= IFCSIMPLEPROPERTYTEMPLATE('1CnNsFYBT6$AemE3IaDxL7',$,'Area','Measured plan area',.Q_AREA.,$,$,$,$,$,$,$); -#4016= IFCSIMPLEPROPERTYTEMPLATE('2O2lcrTij5CvLysWdIXQ2z',$,'FinishFloorHeight','Height of the flooring (from base slab without flooring to the flooring height). To be provided only if the space has a constant flooring height.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4016= IFCSIMPLEPROPERTYTEMPLATE('1CnNsFYBT6$AemE3IaDxL7',$,'Area','Measured plan area',.Q_AREA.,$,$,$,$,$,$,$); -#4017= IFCSIMPLEPROPERTYTEMPLATE('2$0cTYdvf6QO8z1nvVIBpB',$,'FootPrintArea','Gross area of the site covered by the element.',.Q_AREA.,$,$,$,$,$,$,$); +#4017= IFCSIMPLEPROPERTYTEMPLATE('1CnNsFYBT6$AemE3IaDxL7',$,'Area','Measured plan area',.Q_AREA.,$,$,$,$,$,$,$); -#4018= IFCSIMPLEPROPERTYTEMPLATE('340fmI0CnBFRkREE87BmUJ',$,'FootprintArea','Gross area of the site covered by the building(s).',.Q_AREA.,$,$,$,$,$,$,$); +#4018= IFCSIMPLEPROPERTYTEMPLATE('1CnNsFYBT6$AemE3IaDxL7',$,'Area','Measured plan area',.Q_AREA.,$,$,$,$,$,$,$); -#4019= IFCSIMPLEPROPERTYTEMPLATE('07WxT01B12WP6OkgfBTD0k',$,'GrossArea','Area of the solar device including the outer frame.',.Q_AREA.,$,$,$,$,$,$,$); +#4019= IFCSIMPLEPROPERTYTEMPLATE('1CnNsFYBT6$AemE3IaDxL7',$,'Area','Measured plan area',.Q_AREA.,$,$,$,$,$,$,$); -#4020= IFCSIMPLEPROPERTYTEMPLATE('1v7Z5Yk4T0fu61b7WfpuHO',$,'GrossArea','Sum of all gross areas of the covering facing the space. No opening that is included in the covering is subtracted.',.Q_AREA.,$,$,$,$,$,$,$); +#4020= IFCSIMPLEPROPERTYTEMPLATE('1WROcqqYjDCOj4JQqqzQwC',$,'Area','Actual area of upper surface of shape.',.Q_AREA.,$,$,$,$,$,$,$); -#4021= IFCSIMPLEPROPERTYTEMPLATE('2E$UHt0Ij2bhNKlWZRgc6b',$,'GrossArea','Total area of the ramp flight (not the projected area). Openings, recesses and projections are not taken into account. Only given, if the ramp flight is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); +#4021= IFCSIMPLEPROPERTYTEMPLATE('1Z0opsKy51wvKZDpfJdCc_',$,'Area','Area of the opening as viewed by an elevation view (for wall openings) or as viewed by a ground floor view (for slab openings).',.Q_AREA.,$,$,$,$,$,$,$); -#4022= IFCSIMPLEPROPERTYTEMPLATE('2xt4x2$lzD8wZCrac3MEZ0',$,'GrossArea','Total area of the extruded area of the slab. Openings, recesses and projections are not taken into account. Only given, if the slab is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); +#4022= IFCSIMPLEPROPERTYTEMPLATE('30mgAbQ1T07OVkS7olRIhF',$,'Area','Area represented, if lower edge of stratum known.',.Q_AREA.,$,$,$,$,$,$,$); -#4023= IFCSIMPLEPROPERTYTEMPLATE('2xt4x2$lzD8wZCrac3MEZ0',$,'GrossArea','Total area of the extruded area of the slab. Openings, recesses and projections are not taken into account. Only given, if the slab is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); +#4023= IFCSIMPLEPROPERTYTEMPLATE('3oeSf80G93jhm$lrcvCmdP',$,'Area','Area of the projection as viewed by an elevation view (for wall projections or as viewed by a ground floor view (for slab projections).',.Q_AREA.,$,$,$,$,$,$,$); -#4024= IFCSIMPLEPROPERTYTEMPLATE('2ZKkm9Tab4_QDxvaNB3E7K',$,'GrossArea','Total area of the extruded area of the plate. Openings, recesses and projections are not taken into account. Only given, if the plate is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); +#4024= IFCSIMPLEPROPERTYTEMPLATE('1clL3F_GzEROzZL0CFLOfa',$,'CompactedVolume','Volume of the earthworks when finished and compacted in place.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4025= IFCSIMPLEPROPERTYTEMPLATE('3AlAzdg6P3kOXDDJ48Kvdy',$,'GrossArea','Gross area for this site, measured in horizontal projections.',.Q_AREA.,$,$,$,$,$,$,$); +#4025= IFCSIMPLEPROPERTYTEMPLATE('3CXRmexyLE4xZy3hpRnxmb',$,'Count','Total count of reinforcing items.',.Q_COUNT.,$,$,$,$,$,$,$); -#4026= IFCSIMPLEPROPERTYTEMPLATE('3V2OMyAGXDUOZ$12fLJgCr',$,'GrossArea','Total gross area of the outer surface of the roof. It is the sum of all roof slab gross areas. Roof openings, like sky windows and other openings and cut-outs are not taken into account.',.Q_AREA.,$,$,$,$,$,$,$); +#4026= IFCSIMPLEPROPERTYTEMPLATE('0emE4jyCbE2fJiXgNRE_O9',$,'CrossSectionArea','Total area of the cross section (or profile) of the pile.',.Q_AREA.,$,$,$,$,$,$,$); -#4027= IFCSIMPLEPROPERTYTEMPLATE('0l3_qgbX13XAuy5XMUIgXf',$,'GrossCeilingArea','Sum of all ceiling areas of the space. It includes the area covered by elementsinside the space (columns, inner walls, etc.). The ceiling area is the real (and not the projected) area (e.g. in case of sloped ceilings).',.Q_AREA.,$,$,$,$,$,$,$); +#4027= IFCSIMPLEPROPERTYTEMPLATE('0PPnhNUJTDPeNa7OZnh4ij',$,'CrossSectionArea','Total area of the cross section (or profile) of the beam.',.Q_AREA.,$,$,$,$,$,$,$); -#4028= IFCSIMPLEPROPERTYTEMPLATE('0CTO01q$f9S92svrhALSXK',$,'GrossCrossSectionArea','Area of the cross section at the inlet, including the pipe fitting itself and the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); +#4028= IFCSIMPLEPROPERTYTEMPLATE('0uyuKqXOz1N8mN8NTuQ33t',$,'CrossSectionArea','Area of the cross section.',.Q_AREA.,$,$,$,$,$,$,$); -#4029= IFCSIMPLEPROPERTYTEMPLATE('1$PKD3pIz8huUfNLJLdqeC',$,'GrossCrossSectionArea','Area of the cross section, including the pipe itself and the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); +#4029= IFCSIMPLEPROPERTYTEMPLATE('0vA4m$lVzAix3yMfG26YjY',$,'CrossSectionArea','Area of the cross section.',.Q_AREA.,$,$,$,$,$,$,$); -#4030= IFCSIMPLEPROPERTYTEMPLATE('3V84HqO9P4GQ8WTeEY_9bp',$,'GrossCrossSectionArea','Area of the cross section, including the duct itself and the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); +#4030= IFCSIMPLEPROPERTYTEMPLATE('1CJ9V2eIP2VOxFOXznhRyr',$,'CrossSectionArea','Total area of the cross section (or profile) of the member.',.Q_AREA.,$,$,$,$,$,$,$); -#4031= IFCSIMPLEPROPERTYTEMPLATE('3Y4GBXe0vDmAgrj3olDdVZ',$,'GrossCrossSectionArea','Area of the cross section at the inlet, including the duct fitting itself and the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); +#4031= IFCSIMPLEPROPERTYTEMPLATE('2$G4u$rCL82vYqsTtwoWn4',$,'CrossSectionArea','Total area of the cross section (or profile) of the footing.',.Q_AREA.,$,$,$,$,$,$,$); -#4032= IFCSIMPLEPROPERTYTEMPLATE('2$BKrxu3X3_O8KrqJC$E6B',$,'GrossFloorArea','Sum of all gross areas of spaces within the building. It includes the area of construction elements within the building. May be provided in addition to the quantities of the spaces and the construction elements assigend to the building. In case of inconsistencies, the individual quantities of spaces and construction elements take precedence.',.Q_AREA.,$,$,$,$,$,$,$); +#4032= IFCSIMPLEPROPERTYTEMPLATE('3azvi2X2n83u27ua2yTjY7',$,'CrossSectionArea','Total area of the cross section (or profile) of the column.',.Q_AREA.,$,$,$,$,$,$,$); -#4033= IFCSIMPLEPROPERTYTEMPLATE('3fve5N$vz0P8eIQjIdXbUs',$,'GrossFloorArea','Sum of all floor areas covered by the space. It includes the area covered by elementsinside the space (columns, inner walls, etc.) and excludes the area covered by wall claddings.',.Q_AREA.,$,$,$,$,$,$,$); +#4033= IFCSIMPLEPROPERTYTEMPLATE('1AXq7x3FH3sAkrb38n1WIf',$,'Depth','Depth (or thickness) of the opening, in case of openings it shall be identical to the width (or thickness) of the voided element, in case of recesses it shall be less. Only provided, if the depth is constant.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4034= IFCSIMPLEPROPERTYTEMPLATE('3WwOtqsUDESuFkdurgxsdW',$,'GrossFloorArea','Sum of all gross areas of spaces within the building storey. It includes the area of construction elements within the building storey. May be provided in addition to the quantities of the spaces and the construction elements assigend to the storey. In case of inconsistencies, the individual quantities of spaces and construction elements take precedence.',.Q_AREA.,$,$,$,$,$,$,$); +#4034= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4035= IFCSIMPLEPROPERTYTEMPLATE('0P10Tj2OL2Wv_h8X9BES4K',$,'GrossFootprintArea','Area of the wall as viewed by a ground floor view, not taking any wall modifications (like recesses) into account. It is also referred to as the foot print of the wall.',.Q_AREA.,$,$,$,$,$,$,$); +#4035= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4036= IFCSIMPLEPROPERTYTEMPLATE('2c3FJy8d519BbNZUzYQ6j8',$,'GrossHeight','Standard gross height of this storey, from the top surface of the construction floor, to the top surface of the construction floor or roof above. Only provided is there is a constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4036= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4037= IFCSIMPLEPROPERTYTEMPLATE('0GKCFgoO9ArwXCKMOoo8xB',$,'GrossPerimeter','Gross perimeter at the floor level of this space. It all sides of the space, including those parts of the perimeter that are created by virtual boundaries and openings (like doors).',.Q_LENGTH.,$,$,$,$,$,$,$); +#4037= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4038= IFCSIMPLEPROPERTYTEMPLATE('3ju92XNCL9te0aUSyUzuHf',$,'GrossPerimeter','Perimeter of the outer contour of the building story without taking interior slab openings into account.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4038= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4039= IFCSIMPLEPROPERTYTEMPLATE('3kV1CSxXX7280RBRNjvyoq',$,'GrossPerimeter','Perimeter of the site boundary, measured in horizontal projection.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4039= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4040= IFCSIMPLEPROPERTYTEMPLATE('1zC$OvtlX2yx3GZJuKLxl$',$,'GrossSideArea','Area of the curtain wall as viewed by an elevation view of the middle plane of the curtain wall. It does not take into account any curtain wall modifications.',.Q_AREA.,$,$,$,$,$,$,$); +#4040= IFCSIMPLEPROPERTYTEMPLATE('1EfY1EUxjCYfMfDim4N8cC',$,'Depth','Depth (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.\X\0D\X\0A> NOTE  Also refered to as width, but not to be confused with the "Width" quantity, that denotes the thickness in the context of the slab.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4041= IFCSIMPLEPROPERTYTEMPLATE('3T7_AKruz0TBm3ToQt0Naj',$,'GrossSideArea','Area of the wall as viewed by an elevation view of the middle plane of the wall. It does not take into account any wall modifications (such as openings).',.Q_AREA.,$,$,$,$,$,$,$); +#4041= IFCSIMPLEPROPERTYTEMPLATE('3RJBqFyPr5BuHqJx2YiXLV',$,'Depth','Indicates the depth of the element.',.0.,$,$,$,$,$,$,$); -#4042= IFCSIMPLEPROPERTYTEMPLATE('0hLLA7UuvCVPodj1bFWFtl',$,'GrossSurfaceArea','Total area of the footing, normally generated as perimeter \\* length + 2 \\* cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.',.Q_AREA.,$,$,$,$,$,$,$); +#4042= IFCSIMPLEPROPERTYTEMPLATE('0vS54g5YD0D8XXzjqMTI8V',$,'Diameter','Actual diameter of sample or segment.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4043= IFCSIMPLEPROPERTYTEMPLATE('11MDrBp2P3uAraI7SKsVMq',$,'GrossSurfaceArea','Total area of the pile, normally generated as perimeter \\* length + 2 \\* cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.',.Q_AREA.,$,$,$,$,$,$,$); +#4043= IFCSIMPLEPROPERTYTEMPLATE('3fzA40seP3xRirGVCr9Rg5',$,'EavesHeight','Standard net height of this storey, from the top surface of the construction floor, to the bottom surface of the construction floor or roof above. Only provided is there is a constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4044= IFCSIMPLEPROPERTYTEMPLATE('120Q7UCrL28efVUqFX0kQ2',$,'GrossSurfaceArea','Total gross area of the inner surface of the chamber, not taking into account openings such as for pipes, ducts, or cables.',.Q_AREA.,$,$,$,$,$,$,$); +#4044= IFCSIMPLEPROPERTYTEMPLATE('1vYXYSNGLCGBg4RxwFeBW6',$,'FinishCeilingHeight','Height of the suspended ceiling (from top of flooring to the bottom of the suspended ceiling). To be provided only if the space has a suspended ceiling with constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4045= IFCSIMPLEPROPERTYTEMPLATE('184cNPB754Ig7C0fjvOfSD',$,'GrossSurfaceArea','Total area of the beam, normally generated as perimeter \\* length + 2 \\* cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.',.Q_AREA.,$,$,$,$,$,$,$); +#4045= IFCSIMPLEPROPERTYTEMPLATE('2O2lcrTij5CvLysWdIXQ2z',$,'FinishFloorHeight','Height of the flooring (from base slab without flooring to the flooring height). To be provided only if the space has a constant flooring height.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4046= IFCSIMPLEPROPERTYTEMPLATE('20Esv0DRX5ygqyDjBoU9UK',$,'GrossSurfaceArea','Total area of the column, normally generated as perimeter \\* length + 2 \\* cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.',.Q_AREA.,$,$,$,$,$,$,$); +#4046= IFCSIMPLEPROPERTYTEMPLATE('2$0cTYdvf6QO8z1nvVIBpB',$,'FootPrintArea','Gross area of the site covered by the element.',.Q_AREA.,$,$,$,$,$,$,$); -#4047= IFCSIMPLEPROPERTYTEMPLATE('2p6SNTq5v2DwZaZ4YwQmqm',$,'GrossSurfaceArea','Total area of the member, normally generated as perimeter \\* length + 2 \\* cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.',.Q_AREA.,$,$,$,$,$,$,$); +#4047= IFCSIMPLEPROPERTYTEMPLATE('340fmI0CnBFRkREE87BmUJ',$,'FootprintArea','Gross area of the site covered by the building(s).',.Q_AREA.,$,$,$,$,$,$,$); -#4048= IFCSIMPLEPROPERTYTEMPLATE('0eJM_AYGPDGBeQZ_tEdSxG',$,'GrossVolume','Total gross volume of the plate. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4048= IFCSIMPLEPROPERTYTEMPLATE('07WxT01B12WP6OkgfBTD0k',$,'GrossArea','Area of the solar device including the outer frame.',.Q_AREA.,$,$,$,$,$,$,$); -#4049= IFCSIMPLEPROPERTYTEMPLATE('14nohS8fbDaRUpazUdVSy5',$,'GrossVolume','Total gross volume of the stair flight. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4049= IFCSIMPLEPROPERTYTEMPLATE('1v7Z5Yk4T0fu61b7WfpuHO',$,'GrossArea','Sum of all gross areas of the covering facing the space. No opening that is included in the covering is subtracted.',.Q_AREA.,$,$,$,$,$,$,$); -#4050= IFCSIMPLEPROPERTYTEMPLATE('14RqdfQXT4qQ82_ZE93nfB',$,'GrossVolume','Total gross volume of the slab. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4050= IFCSIMPLEPROPERTYTEMPLATE('2E$UHt0Ij2bhNKlWZRgc6b',$,'GrossArea','Total area of the ramp flight (not the projected area). Openings, recesses and projections are not taken into account. Only given, if the ramp flight is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); -#4051= IFCSIMPLEPROPERTYTEMPLATE('14RqdfQXT4qQ82_ZE93nfB',$,'GrossVolume','Total gross volume of the slab. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4051= IFCSIMPLEPROPERTYTEMPLATE('2xt4x2$lzD8wZCrac3MEZ0',$,'GrossArea','Total area of the extruded area of the slab. Openings, recesses and projections are not taken into account. Only given, if the slab is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); -#4052= IFCSIMPLEPROPERTYTEMPLATE('14RqdfQXT4qQ82_ZE93nfB',$,'GrossVolume','Total gross volume of the slab. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4052= IFCSIMPLEPROPERTYTEMPLATE('2xt4x2$lzD8wZCrac3MEZ0',$,'GrossArea','Total area of the extruded area of the slab. Openings, recesses and projections are not taken into account. Only given, if the slab is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); -#4053= IFCSIMPLEPROPERTYTEMPLATE('1jjfV2W558hg0ihu$no3sS',$,'GrossVolume','Total gross volume of the ramp flight. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4053= IFCSIMPLEPROPERTYTEMPLATE('2ZKkm9Tab4_QDxvaNB3E7K',$,'GrossArea','Total area of the extruded area of the plate. Openings, recesses and projections are not taken into account. Only given, if the plate is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); -#4054= IFCSIMPLEPROPERTYTEMPLATE('1yO7vl54P1TQOXcUVdO$xX',$,'GrossVolume','Total gross volume of the beam, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4054= IFCSIMPLEPROPERTYTEMPLATE('3AlAzdg6P3kOXDDJ48Kvdy',$,'GrossArea','Gross area for this site, measured in horizontal projections.',.Q_AREA.,$,$,$,$,$,$,$); -#4055= IFCSIMPLEPROPERTYTEMPLATE('2051xg09X1z8mAolsFi5do',$,'GrossVolume','Sum of all gross volumes of spaces enclosed by the building. It includes the volumes of construction elements within the building. May be provided in addition to the quantities of the spaces and the construction elements assigend to the building. In case of inconsistencies, the individual quantities of spaces and construction elements take precedence.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4055= IFCSIMPLEPROPERTYTEMPLATE('3V2OMyAGXDUOZ$12fLJgCr',$,'GrossArea','Total gross area of the outer surface of the roof. It is the sum of all roof slab gross areas. Roof openings, like sky windows and other openings and cut-outs are not taken into account.',.Q_AREA.,$,$,$,$,$,$,$); -#4056= IFCSIMPLEPROPERTYTEMPLATE('23Oh8d2BTDXxVHWoDjmHE8',$,'GrossVolume','Total gross volume of the chamber, not taking into account any enclosed elements such as pipes, ducts, cables, or equipment.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4056= IFCSIMPLEPROPERTYTEMPLATE('0l3_qgbX13XAuy5XMUIgXf',$,'GrossCeilingArea','Sum of all ceiling areas of the space. It includes the area covered by elementsinside the space (columns, inner walls, etc.). The ceiling area is the real (and not the projected) area (e.g. in case of sloped ceilings).',.Q_AREA.,$,$,$,$,$,$,$); -#4057= IFCSIMPLEPROPERTYTEMPLATE('27rr6u2MD8fw7H8mqNEcYU',$,'GrossVolume','Gross volume enclosed by the space, including the volume of construction elements inside the space.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4057= IFCSIMPLEPROPERTYTEMPLATE('0CTO01q$f9S92svrhALSXK',$,'GrossCrossSectionArea','Area of the cross section at the inlet, including the pipe fitting itself and the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); -#4058= IFCSIMPLEPROPERTYTEMPLATE('2lARuJES14dQ4cw2yiAyV3',$,'GrossVolume','Total gross volume of the member, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4058= IFCSIMPLEPROPERTYTEMPLATE('1$PKD3pIz8huUfNLJLdqeC',$,'GrossCrossSectionArea','Area of the cross section, including the pipe itself and the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); -#4059= IFCSIMPLEPROPERTYTEMPLATE('2yvxaQH3v4S8nrMT36FEuh',$,'GrossVolume','Sum of all gross volumes of spaces enclosed by the building storey. It includes the volumes of construction elements within the building storey. May be provided in addition to the quantities of the spaces and the construction elements assigend to the storey. In case of inconsistencies, the individual quantities of spaces and construction elements take precedence.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4059= IFCSIMPLEPROPERTYTEMPLATE('3V84HqO9P4GQ8WTeEY_9bp',$,'GrossCrossSectionArea','Area of the cross section, including the duct itself and the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); -#4060= IFCSIMPLEPROPERTYTEMPLATE('30poMMOJL2rB0$xyTEd8wz',$,'GrossVolume','Total gross volume of the material, including material placed and wasted.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4060= IFCSIMPLEPROPERTYTEMPLATE('3Y4GBXe0vDmAgrj3olDdVZ',$,'GrossCrossSectionArea','Area of the cross section at the inlet, including the duct fitting itself and the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); -#4061= IFCSIMPLEPROPERTYTEMPLATE('33_HQffm1D28GEII3cbBRn',$,'GrossVolume','Volume of the wall, without taking into account the openings and the connection geometry.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4061= IFCSIMPLEPROPERTYTEMPLATE('2$BKrxu3X3_O8KrqJC$E6B',$,'GrossFloorArea','Sum of all gross areas of spaces within the building. It includes the area of construction elements within the building. May be provided in addition to the quantities of the spaces and the construction elements assigend to the building. In case of inconsistencies, the individual quantities of spaces and construction elements take precedence.',.Q_AREA.,$,$,$,$,$,$,$); -#4062= IFCSIMPLEPROPERTYTEMPLATE('38iKg02F54r909_c7iOrrL',$,'GrossVolume','Total gross volume of the pile, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4062= IFCSIMPLEPROPERTYTEMPLATE('3fve5N$vz0P8eIQjIdXbUs',$,'GrossFloorArea','Sum of all floor areas covered by the space. It includes the area covered by elementsinside the space (columns, inner walls, etc.) and excludes the area covered by wall claddings.',.Q_AREA.,$,$,$,$,$,$,$); -#4063= IFCSIMPLEPROPERTYTEMPLATE('3OYqYJKmPDBO6hW164LcIC',$,'GrossVolume','Total gross volume of the column, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4063= IFCSIMPLEPROPERTYTEMPLATE('3WwOtqsUDESuFkdurgxsdW',$,'GrossFloorArea','Sum of all gross areas of spaces within the building storey. It includes the area of construction elements within the building storey. May be provided in addition to the quantities of the spaces and the construction elements assigend to the storey. In case of inconsistencies, the individual quantities of spaces and construction elements take precedence.',.Q_AREA.,$,$,$,$,$,$,$); -#4064= IFCSIMPLEPROPERTYTEMPLATE('3Wcqtil2n9iwS_wUu2QT78',$,'GrossVolume','Total gross volume of the footing, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4064= IFCSIMPLEPROPERTYTEMPLATE('0P10Tj2OL2Wv_h8X9BES4K',$,'GrossFootprintArea','Area of the wall as viewed by a ground floor view, not taking any wall modifications (like recesses) into account. It is also referred to as the foot print of the wall.',.Q_AREA.,$,$,$,$,$,$,$); -#4065= IFCSIMPLEPROPERTYTEMPLATE('0Rz99oZ4vFMQhYwpYjPCL_',$,'GrossWallArea','Sum of all wall (and other vertically bounding elements, like columns) areas bounded by the space. It includes the area covered by elements inside the wall area (doors, windows, other openings, etc.).',.Q_AREA.,$,$,$,$,$,$,$); +#4065= IFCSIMPLEPROPERTYTEMPLATE('2c3FJy8d519BbNZUzYQ6j8',$,'GrossHeight','Standard gross height of this storey, from the top surface of the construction floor, to the top surface of the construction floor or roof above. Only provided is there is a constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4066= IFCSIMPLEPROPERTYTEMPLATE('00ihrh0tn1tBXJu$zIJzjG',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4066= IFCSIMPLEPROPERTYTEMPLATE('0GKCFgoO9ArwXCKMOoo8xB',$,'GrossPerimeter','Gross perimeter at the floor level of this space. It all sides of the space, including those parts of the perimeter that are created by virtual boundaries and openings (like doors).',.Q_LENGTH.,$,$,$,$,$,$,$); -#4067= IFCSIMPLEPROPERTYTEMPLATE('01dCdA2zL9Sf_o9HgyD5uh',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4067= IFCSIMPLEPROPERTYTEMPLATE('3ju92XNCL9te0aUSyUzuHf',$,'GrossPerimeter','Perimeter of the outer contour of the building story without taking interior slab openings into account.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4068= IFCSIMPLEPROPERTYTEMPLATE('05375LeRf2auX0OD69UDJ$',$,'GrossWeight','Weight of the element itself, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4068= IFCSIMPLEPROPERTYTEMPLATE('3kV1CSxXX7280RBRNjvyoq',$,'GrossPerimeter','Perimeter of the site boundary, measured in horizontal projection.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4069= IFCSIMPLEPROPERTYTEMPLATE('07h3fAPAn46BMgkN7z3M_c',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4069= IFCSIMPLEPROPERTYTEMPLATE('1zC$OvtlX2yx3GZJuKLxl$',$,'GrossSideArea','Area of the curtain wall as viewed by an elevation view of the middle plane of the curtain wall. It does not take into account any curtain wall modifications.',.Q_AREA.,$,$,$,$,$,$,$); -#4070= IFCSIMPLEPROPERTYTEMPLATE('07xyOpYN1ENPlFP$7E14qH',$,'GrossWeight','Total gross weight of the plate without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4070= IFCSIMPLEPROPERTYTEMPLATE('3T7_AKruz0TBm3ToQt0Naj',$,'GrossSideArea','Area of the wall as viewed by an elevation view of the middle plane of the wall. It does not take into account any wall modifications (such as openings).',.Q_AREA.,$,$,$,$,$,$,$); -#4071= IFCSIMPLEPROPERTYTEMPLATE('0BJRbPAbfDivUkRgI7mLpw',$,'GrossWeight','Weight of the element itself, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4071= IFCSIMPLEPROPERTYTEMPLATE('0hLLA7UuvCVPodj1bFWFtl',$,'GrossSurfaceArea','Total area of the footing, normally generated as perimeter \\* length + 2 \\* cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.',.Q_AREA.,$,$,$,$,$,$,$); -#4072= IFCSIMPLEPROPERTYTEMPLATE('0GI$hJlcr1_OvDjxkjhZz8',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4072= IFCSIMPLEPROPERTYTEMPLATE('11MDrBp2P3uAraI7SKsVMq',$,'GrossSurfaceArea','Total area of the pile, normally generated as perimeter \\* length + 2 \\* cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.',.Q_AREA.,$,$,$,$,$,$,$); -#4073= IFCSIMPLEPROPERTYTEMPLATE('0Ieqrchcb2fe7R9p1VfZHd',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4073= IFCSIMPLEPROPERTYTEMPLATE('120Q7UCrL28efVUqFX0kQ2',$,'GrossSurfaceArea','Total gross area of the inner surface of the chamber, not taking into account openings such as for pipes, ducts, or cables.',.Q_AREA.,$,$,$,$,$,$,$); -#4074= IFCSIMPLEPROPERTYTEMPLATE('0KoyVFQXjEcRNAUBqltG6$',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4074= IFCSIMPLEPROPERTYTEMPLATE('184cNPB754Ig7C0fjvOfSD',$,'GrossSurfaceArea','Total area of the beam, normally generated as perimeter \\* length + 2 \\* cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.',.Q_AREA.,$,$,$,$,$,$,$); -#4075= IFCSIMPLEPROPERTYTEMPLATE('0m9HvtmSbD2Q2B3reqlYyB',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4075= IFCSIMPLEPROPERTYTEMPLATE('20Esv0DRX5ygqyDjBoU9UK',$,'GrossSurfaceArea','Total area of the column, normally generated as perimeter \\* length + 2 \\* cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.',.Q_AREA.,$,$,$,$,$,$,$); -#4076= IFCSIMPLEPROPERTYTEMPLATE('0mGDb85BT0dxQniWrPEA3L',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4076= IFCSIMPLEPROPERTYTEMPLATE('2p6SNTq5v2DwZaZ4YwQmqm',$,'GrossSurfaceArea','Total area of the member, normally generated as perimeter \\* length + 2 \\* cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.',.Q_AREA.,$,$,$,$,$,$,$); -#4077= IFCSIMPLEPROPERTYTEMPLATE('0mov4erQL9RPHiBBypmvPU',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4077= IFCSIMPLEPROPERTYTEMPLATE('0eJM_AYGPDGBeQZ_tEdSxG',$,'GrossVolume','Total gross volume of the plate. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4078= IFCSIMPLEPROPERTYTEMPLATE('0NZqCLyJL038dOoXtrPjvo',$,'GrossWeight','Total gross weight of the column without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4078= IFCSIMPLEPROPERTYTEMPLATE('14nohS8fbDaRUpazUdVSy5',$,'GrossVolume','Total gross volume of the stair flight. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4079= IFCSIMPLEPROPERTYTEMPLATE('0pK5JtwqjBqOGb7AJQkCo1',$,'GrossWeight','Total gross weight of the pile without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4079= IFCSIMPLEPROPERTYTEMPLATE('14RqdfQXT4qQ82_ZE93nfB',$,'GrossVolume','Total gross volume of the slab. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4080= IFCSIMPLEPROPERTYTEMPLATE('0rA2jWN0n0yw1RyiILIi4c',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4080= IFCSIMPLEPROPERTYTEMPLATE('14RqdfQXT4qQ82_ZE93nfB',$,'GrossVolume','Total gross volume of the slab. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4081= IFCSIMPLEPROPERTYTEMPLATE('0T$xcLLdz2ZArODjG93KwI',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4081= IFCSIMPLEPROPERTYTEMPLATE('14RqdfQXT4qQ82_ZE93nfB',$,'GrossVolume','Total gross volume of the slab. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4082= IFCSIMPLEPROPERTYTEMPLATE('0TyiBj$lL5W8Ee7G3FWcIm',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4082= IFCSIMPLEPROPERTYTEMPLATE('1jjfV2W558hg0ihu$no3sS',$,'GrossVolume','Total gross volume of the ramp flight. Openings, recesses, and projections are not taken into account.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4083= IFCSIMPLEPROPERTYTEMPLATE('0uKYqWzxn8nwtXEyQJTMaw',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4083= IFCSIMPLEPROPERTYTEMPLATE('1yO7vl54P1TQOXcUVdO$xX',$,'GrossVolume','Total gross volume of the beam, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4084= IFCSIMPLEPROPERTYTEMPLATE('0vSG9GRDbD5AbNcFYXHyw5',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4084= IFCSIMPLEPROPERTYTEMPLATE('2051xg09X1z8mAolsFi5do',$,'GrossVolume','Sum of all gross volumes of spaces enclosed by the building. It includes the volumes of construction elements within the building. May be provided in addition to the quantities of the spaces and the construction elements assigend to the building. In case of inconsistencies, the individual quantities of spaces and construction elements take precedence.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4085= IFCSIMPLEPROPERTYTEMPLATE('0w_kKl$I9Bo84EzPE$16E9',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4085= IFCSIMPLEPROPERTYTEMPLATE('23Oh8d2BTDXxVHWoDjmHE8',$,'GrossVolume','Total gross volume of the chamber, not taking into account any enclosed elements such as pipes, ducts, cables, or equipment.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4086= IFCSIMPLEPROPERTYTEMPLATE('0W1Al0vZn0Vh8zIAJto8ij',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4086= IFCSIMPLEPROPERTYTEMPLATE('27rr6u2MD8fw7H8mqNEcYU',$,'GrossVolume','Gross volume enclosed by the space, including the volume of construction elements inside the space.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4087= IFCSIMPLEPROPERTYTEMPLATE('0WGCvpd9TC1hpTeTokrgzm',$,'GrossWeight','Total gross weight of the wall, without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4087= IFCSIMPLEPROPERTYTEMPLATE('2lARuJES14dQ4cw2yiAyV3',$,'GrossVolume','Total gross volume of the member, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4088= IFCSIMPLEPROPERTYTEMPLATE('0WIMBK5rbFRwB247cORYJz',$,'GrossWeight','Weight of the duct segment.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4088= IFCSIMPLEPROPERTYTEMPLATE('2yvxaQH3v4S8nrMT36FEuh',$,'GrossVolume','Sum of all gross volumes of spaces enclosed by the building storey. It includes the volumes of construction elements within the building storey. May be provided in addition to the quantities of the spaces and the construction elements assigend to the storey. In case of inconsistencies, the individual quantities of spaces and construction elements take precedence.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4089= IFCSIMPLEPROPERTYTEMPLATE('0x6znX0LLALQF8nzpFwsoX',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4089= IFCSIMPLEPROPERTYTEMPLATE('30poMMOJL2rB0$xyTEd8wz',$,'GrossVolume','Total gross volume of the material, including material placed and wasted.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4090= IFCSIMPLEPROPERTYTEMPLATE('0xfN4KKdn3yvuyD3Xzzt16',$,'GrossWeight','Weight of the element, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4090= IFCSIMPLEPROPERTYTEMPLATE('33_HQffm1D28GEII3cbBRn',$,'GrossVolume','Volume of the wall, without taking into account the openings and the connection geometry.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4091= IFCSIMPLEPROPERTYTEMPLATE('0ZKKf9O7rAOurEWxXgLOOy',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4091= IFCSIMPLEPROPERTYTEMPLATE('38iKg02F54r909_c7iOrrL',$,'GrossVolume','Total gross volume of the pile, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4092= IFCSIMPLEPROPERTYTEMPLATE('14fujPcAX9KQOvAie9AvUO',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4092= IFCSIMPLEPROPERTYTEMPLATE('3OYqYJKmPDBO6hW164LcIC',$,'GrossVolume','Total gross volume of the column, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4093= IFCSIMPLEPROPERTYTEMPLATE('1auc77qC52AhlGJuEOoQbg',$,'GrossWeight','Total gross weight of the member without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4093= IFCSIMPLEPROPERTYTEMPLATE('3Wcqtil2n9iwS_wUu2QT78',$,'GrossVolume','Total gross volume of the footing, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4094= IFCSIMPLEPROPERTYTEMPLATE('1Dk$VgoEfASfOYW7$rDZlP',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4094= IFCSIMPLEPROPERTYTEMPLATE('0Rz99oZ4vFMQhYwpYjPCL_',$,'GrossWallArea','Sum of all wall (and other vertically bounding elements, like columns) areas bounded by the space. It includes the area covered by elements inside the wall area (doors, windows, other openings, etc.).',.Q_AREA.,$,$,$,$,$,$,$); -#4095= IFCSIMPLEPROPERTYTEMPLATE('1InDYDQ0bF4887_MZria4x',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4095= IFCSIMPLEPROPERTYTEMPLATE('00ihrh0tn1tBXJu$zIJzjG',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4096= IFCSIMPLEPROPERTYTEMPLATE('1JO2FNSBD94wMmbjBm7Ry1',$,'GrossWeight','Total gross weight of the material, including material placed and wasted.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4096= IFCSIMPLEPROPERTYTEMPLATE('01dCdA2zL9Sf_o9HgyD5uh',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4097= IFCSIMPLEPROPERTYTEMPLATE('1lMSRiVnL6uv6REGn4e0Im',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4097= IFCSIMPLEPROPERTYTEMPLATE('05375LeRf2auX0OD69UDJ$',$,'GrossWeight','Weight of the element itself, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4098= IFCSIMPLEPROPERTYTEMPLATE('1oiTCHhz51wBmEpe_mOLJW',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4098= IFCSIMPLEPROPERTYTEMPLATE('07h3fAPAn46BMgkN7z3M_c',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4099= IFCSIMPLEPROPERTYTEMPLATE('1pB5sgAv56UxQS0smeQqw5',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4099= IFCSIMPLEPROPERTYTEMPLATE('07xyOpYN1ENPlFP$7E14qH',$,'GrossWeight','Total gross weight of the plate without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4100= IFCSIMPLEPROPERTYTEMPLATE('1SeGGNb75AXfTrOHr7Myp9',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4100= IFCSIMPLEPROPERTYTEMPLATE('0BJRbPAbfDivUkRgI7mLpw',$,'GrossWeight','Weight of the element itself, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4101= IFCSIMPLEPROPERTYTEMPLATE('1SLwhC5or6kR8QJW$2Ppdn',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4101= IFCSIMPLEPROPERTYTEMPLATE('0GI$hJlcr1_OvDjxkjhZz8',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4102= IFCSIMPLEPROPERTYTEMPLATE('1smEkXY$r3gP1FYpbiEjLd',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4102= IFCSIMPLEPROPERTYTEMPLATE('0Ieqrchcb2fe7R9p1VfZHd',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4103= IFCSIMPLEPROPERTYTEMPLATE('1tAY9vaCvFCOduhWxgb6eA',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4103= IFCSIMPLEPROPERTYTEMPLATE('0KoyVFQXjEcRNAUBqltG6$',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4104= IFCSIMPLEPROPERTYTEMPLATE('1YT_g1nn98PP66gwW3cQCy',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4104= IFCSIMPLEPROPERTYTEMPLATE('0m9HvtmSbD2Q2B3reqlYyB',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4105= IFCSIMPLEPROPERTYTEMPLATE('25G6PPARz5aelYP_pgRJGa',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4105= IFCSIMPLEPROPERTYTEMPLATE('0mGDb85BT0dxQniWrPEA3L',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4106= IFCSIMPLEPROPERTYTEMPLATE('26DiA$pC1DXQ7y1wOVBdVa',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4106= IFCSIMPLEPROPERTYTEMPLATE('0mov4erQL9RPHiBBypmvPU',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4107= IFCSIMPLEPROPERTYTEMPLATE('28jiUHD35D2AF5FBGtoEN7',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4107= IFCSIMPLEPROPERTYTEMPLATE('0NZqCLyJL038dOoXtrPjvo',$,'GrossWeight','Total gross weight of the column without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4108= IFCSIMPLEPROPERTYTEMPLATE('28SdjVtSj3qQ3gvIiqeUIa',$,'GrossWeight','Total gross weight of the slab without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4108= IFCSIMPLEPROPERTYTEMPLATE('0pK5JtwqjBqOGb7AJQkCo1',$,'GrossWeight','Total gross weight of the pile without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4109= IFCSIMPLEPROPERTYTEMPLATE('2A4lBn5Xn2EQAoHY6UT1X0',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4109= IFCSIMPLEPROPERTYTEMPLATE('0rA2jWN0n0yw1RyiILIi4c',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4110= IFCSIMPLEPROPERTYTEMPLATE('2BHKqYW6f5qfS1C8h8pBXw',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4110= IFCSIMPLEPROPERTYTEMPLATE('0T$xcLLdz2ZArODjG93KwI',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4111= IFCSIMPLEPROPERTYTEMPLATE('2D$gyRToX6ifRSHPJIOPCo',$,'GrossWeight','Weight of the element itself, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4111= IFCSIMPLEPROPERTYTEMPLATE('0TyiBj$lL5W8Ee7G3FWcIm',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4112= IFCSIMPLEPROPERTYTEMPLATE('2d69Q1SRP8v8rWzJ07$Kdd',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4112= IFCSIMPLEPROPERTYTEMPLATE('0uKYqWzxn8nwtXEyQJTMaw',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4113= IFCSIMPLEPROPERTYTEMPLATE('2J02SRun51HAwYTeufRxcY',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4113= IFCSIMPLEPROPERTYTEMPLATE('0vSG9GRDbD5AbNcFYXHyw5',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4114= IFCSIMPLEPROPERTYTEMPLATE('2KoN62q3fBdOzd1dky$NLy',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4114= IFCSIMPLEPROPERTYTEMPLATE('0w_kKl$I9Bo84EzPE$16E9',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4115= IFCSIMPLEPROPERTYTEMPLATE('2kZNH8VxTCIQ$55loAyOr6',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4115= IFCSIMPLEPROPERTYTEMPLATE('0W1Al0vZn0Vh8zIAJto8ij',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4116= IFCSIMPLEPROPERTYTEMPLATE('2LSqYKQbr9uBpg1Y1sZLZ4',$,'GrossWeight','Total gross weight of the beam without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4116= IFCSIMPLEPROPERTYTEMPLATE('0WGCvpd9TC1hpTeTokrgzm',$,'GrossWeight','Total gross weight of the wall, without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4117= IFCSIMPLEPROPERTYTEMPLATE('2O4Iq5oVPAKfwTsy3SBhvP',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4117= IFCSIMPLEPROPERTYTEMPLATE('0WIMBK5rbFRwB247cORYJz',$,'GrossWeight','Weight of the duct segment.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4118= IFCSIMPLEPROPERTYTEMPLATE('2ReQoK7HLCnBnSyvF4LETx',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4118= IFCSIMPLEPROPERTYTEMPLATE('0x6znX0LLALQF8nzpFwsoX',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4119= IFCSIMPLEPROPERTYTEMPLATE('2Ru4nYFdvDbhu6lV6WlOcT',$,'GrossWeight','Weight of the pipe fitting itself, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4119= IFCSIMPLEPROPERTYTEMPLATE('0xfN4KKdn3yvuyD3Xzzt16',$,'GrossWeight','Weight of the element, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4120= IFCSIMPLEPROPERTYTEMPLATE('2T$jnrHN90jR1dfV6miZ_4',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4120= IFCSIMPLEPROPERTYTEMPLATE('0ZKKf9O7rAOurEWxXgLOOy',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4121= IFCSIMPLEPROPERTYTEMPLATE('2wCGB$0tr1RgwfPgSrkn7b',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4121= IFCSIMPLEPROPERTYTEMPLATE('14fujPcAX9KQOvAie9AvUO',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4122= IFCSIMPLEPROPERTYTEMPLATE('2wYRWuU9n6FwcgXHQuQT1Z',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4122= IFCSIMPLEPROPERTYTEMPLATE('1auc77qC52AhlGJuEOoQbg',$,'GrossWeight','Total gross weight of the member without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4123= IFCSIMPLEPROPERTYTEMPLATE('2wzjQxh5H7ZALNoJoJWAwE',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4123= IFCSIMPLEPROPERTYTEMPLATE('1Dk$VgoEfASfOYW7$rDZlP',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4124= IFCSIMPLEPROPERTYTEMPLATE('2XO1E_VubFKvIvNoae447X',$,'GrossWeight','Weight of the pipe segment itself, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4124= IFCSIMPLEPROPERTYTEMPLATE('1InDYDQ0bF4887_MZria4x',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4125= IFCSIMPLEPROPERTYTEMPLATE('3_haAJs21108lznLPBkIMM',$,'GrossWeight','Total gross weight of the footing without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4125= IFCSIMPLEPROPERTYTEMPLATE('1JO2FNSBD94wMmbjBm7Ry1',$,'GrossWeight','Total gross weight of the material, including material placed and wasted.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4126= IFCSIMPLEPROPERTYTEMPLATE('3_YG1FBCHCqRo0R5SCOcRW',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4126= IFCSIMPLEPROPERTYTEMPLATE('1lMSRiVnL6uv6REGn4e0Im',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4127= IFCSIMPLEPROPERTYTEMPLATE('38TydLycj6F8aNN0BZ7Mjn',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4127= IFCSIMPLEPROPERTYTEMPLATE('1oiTCHhz51wBmEpe_mOLJW',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4128= IFCSIMPLEPROPERTYTEMPLATE('39PZMMXFXETf4ONj$4IUnm',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4128= IFCSIMPLEPROPERTYTEMPLATE('1pB5sgAv56UxQS0smeQqw5',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4129= IFCSIMPLEPROPERTYTEMPLATE('3AKYGF6Av9qfecEq71L9Bs',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4129= IFCSIMPLEPROPERTYTEMPLATE('1SeGGNb75AXfTrOHr7Myp9',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4130= IFCSIMPLEPROPERTYTEMPLATE('3cW_u6Vwz3hBkTHlmfnLH4',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4130= IFCSIMPLEPROPERTYTEMPLATE('1SLwhC5or6kR8QJW$2Ppdn',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4131= IFCSIMPLEPROPERTYTEMPLATE('3Izxj$rfDDDeX2r8M2eeI3',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4131= IFCSIMPLEPROPERTYTEMPLATE('1smEkXY$r3gP1FYpbiEjLd',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4132= IFCSIMPLEPROPERTYTEMPLATE('3jsd$iRZPAewmF$8het2R_',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4132= IFCSIMPLEPROPERTYTEMPLATE('1tAY9vaCvFCOduhWxgb6eA',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4133= IFCSIMPLEPROPERTYTEMPLATE('3la6Kpg0XCKuqOgL4JE7p$',$,'GrossWeight','Weight of the duct fitting.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4133= IFCSIMPLEPROPERTYTEMPLATE('1YT_g1nn98PP66gwW3cQCy',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4134= IFCSIMPLEPROPERTYTEMPLATE('3lrUWsH417HvsqNKqd7kb7',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4134= IFCSIMPLEPROPERTYTEMPLATE('25G6PPARz5aelYP_pgRJGa',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4135= IFCSIMPLEPROPERTYTEMPLATE('3Mtbk432rEdwcRhIyj1HD9',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4135= IFCSIMPLEPROPERTYTEMPLATE('26DiA$pC1DXQ7y1wOVBdVa',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4136= IFCSIMPLEPROPERTYTEMPLATE('3Q$qPXmMn6NRL$$A2RD36z',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4136= IFCSIMPLEPROPERTYTEMPLATE('28jiUHD35D2AF5FBGtoEN7',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4137= IFCSIMPLEPROPERTYTEMPLATE('3vrK_zBzz6xQncWDay9ia9',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4137= IFCSIMPLEPROPERTYTEMPLATE('28SdjVtSj3qQ3gvIiqeUIa',$,'GrossWeight','Total gross weight of the slab without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4138= IFCSIMPLEPROPERTYTEMPLATE('3WAQZKjvb4QQKwL_93u9EK',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4138= IFCSIMPLEPROPERTYTEMPLATE('2A4lBn5Xn2EQAoHY6UT1X0',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4139= IFCSIMPLEPROPERTYTEMPLATE('0l46kxLer8ZvIAfet6uUEt',$,'Height','Standard gross height of this building, from the top surface of the construction floor, to the top surface of the construction floor or roof above. Only provided is there is a constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4139= IFCSIMPLEPROPERTYTEMPLATE('2BHKqYW6f5qfS1C8h8pBXw',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4140= IFCSIMPLEPROPERTYTEMPLATE('0NXCOa3OXFE9$sWnHvmoai',$,'Height','Height of the opening, in case of wall openings it is the vertical dimension in case of slab openings it is one horizontal dimension. Only provided, if the area is rectangular.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4140= IFCSIMPLEPROPERTYTEMPLATE('2D$gyRToX6ifRSHPJIOPCo',$,'GrossWeight','Weight of the element itself, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4141= IFCSIMPLEPROPERTYTEMPLATE('1hGPoGg2L09v1afkqhXBHH',$,'Height','Total outer heigth of the window lining. It should only be provided, if it is a rectangular window.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4141= IFCSIMPLEPROPERTYTEMPLATE('2d69Q1SRP8v8rWzJ07$Kdd',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4142= IFCSIMPLEPROPERTYTEMPLATE('1KsfmdV9XDWPeiUZciB6O0',$,'Height','Total height of the curtain wall. It should only be provided, if it is constant along the curtain wall path.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4142= IFCSIMPLEPROPERTYTEMPLATE('2J02SRun51HAwYTeufRxcY',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4143= IFCSIMPLEPROPERTYTEMPLATE('2fZo2S2rzBOhweGqI3yt36',$,'Height','Total nominal height of the footing. It should only be provided, if it is constant.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4143= IFCSIMPLEPROPERTYTEMPLATE('2KoN62q3fBdOzd1dky$NLy',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4144= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); +#4144= IFCSIMPLEPROPERTYTEMPLATE('2kZNH8VxTCIQ$55loAyOr6',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4145= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); +#4145= IFCSIMPLEPROPERTYTEMPLATE('2LSqYKQbr9uBpg1Y1sZLZ4',$,'GrossWeight','Total gross weight of the beam without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4146= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); +#4146= IFCSIMPLEPROPERTYTEMPLATE('2O4Iq5oVPAKfwTsy3SBhvP',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4147= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); +#4147= IFCSIMPLEPROPERTYTEMPLATE('2ReQoK7HLCnBnSyvF4LETx',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4148= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); +#4148= IFCSIMPLEPROPERTYTEMPLATE('2Ru4nYFdvDbhu6lV6WlOcT',$,'GrossWeight','Weight of the pipe fitting itself, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4149= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); +#4149= IFCSIMPLEPROPERTYTEMPLATE('2T$jnrHN90jR1dfV6miZ_4',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4150= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); +#4150= IFCSIMPLEPROPERTYTEMPLATE('2wCGB$0tr1RgwfPgSrkn7b',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4151= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); +#4151= IFCSIMPLEPROPERTYTEMPLATE('2wYRWuU9n6FwcgXHQuQT1Z',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4152= IFCSIMPLEPROPERTYTEMPLATE('3WbJ7i_U9ArhOXaHfEfvFa',$,'Height','Total nominal height of the wall. It should only be provided, if it is constant along the wall path.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4152= IFCSIMPLEPROPERTYTEMPLATE('2wzjQxh5H7ZALNoJoJWAwE',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4153= IFCSIMPLEPROPERTYTEMPLATE('3x$bGOprDCQgg7xK4PC4OC',$,'Height','Total outer heigth of the door lining. It should only be provided, if it is a rectangular door.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4153= IFCSIMPLEPROPERTYTEMPLATE('2XO1E_VubFKvIvNoae447X',$,'GrossWeight','Weight of the pipe segment itself, not including contained fluid.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4154= IFCSIMPLEPROPERTYTEMPLATE('3XxoA_x39CYBTbBTI6Ucc_',$,'Height','Total height (from base slab without flooring to ceiling without suspended ceiling) for this space (measured from top of slab below to bottom of slab above). To be provided only if the space has a constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4154= IFCSIMPLEPROPERTYTEMPLATE('3_haAJs21108lznLPBkIMM',$,'GrossWeight','Total gross weight of the footing without add-on parts, not taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4155= IFCSIMPLEPROPERTYTEMPLATE('2rMNdLyMj5mAE00RNkEMm9',$,'InnerDiameter','Actual inner diameter of segment.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4155= IFCSIMPLEPROPERTYTEMPLATE('3_YG1FBCHCqRo0R5SCOcRW',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4156= IFCSIMPLEPROPERTYTEMPLATE('0GQgOEFyz7XxNg7uky7YDi',$,'Length','Length of the segment, calculated at midpoint of cross-section, equal to the distance between inlet and outlet ports.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4156= IFCSIMPLEPROPERTYTEMPLATE('38TydLycj6F8aNN0BZ7Mjn',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4157= IFCSIMPLEPROPERTYTEMPLATE('0LFcPBJ55FxAJ9btosgfER',$,'Length','Length of the fitting, calculated at midpoint of cross-section and equal to the distance along the flow path from the port inlet to the port outlet. For junction fittings, it indicates the length of the longest flow path.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4157= IFCSIMPLEPROPERTYTEMPLATE('39PZMMXFXETf4ONj$4IUnm',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4158= IFCSIMPLEPROPERTYTEMPLATE('0mnhKv2352bP05kAyx9dZS',$,'Length','Total length of the ramp flight along the walking line.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4158= IFCSIMPLEPROPERTYTEMPLATE('3AKYGF6Av9qfecEq71L9Bs',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4159= IFCSIMPLEPROPERTYTEMPLATE('0Pplv_8rXDmfDaqsRu1pzv',$,'Length','Length of the segment, calculated at midpoint of cross-section, equal to the distance between inlet and outlet ports.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4159= IFCSIMPLEPROPERTYTEMPLATE('3cW_u6Vwz3hBkTHlmfnLH4',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4160= IFCSIMPLEPROPERTYTEMPLATE('0r0CjuAFbF5ht38RfIA5VC',$,'Length','Total length of the curtain wall along the cutain wall center line (even if different to the curtain wall path).',.Q_LENGTH.,$,$,$,$,$,$,$); +#4160= IFCSIMPLEPROPERTYTEMPLATE('3Izxj$rfDDDeX2r8M2eeI3',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4161= IFCSIMPLEPROPERTYTEMPLATE('0tSm_oibzF$hmgsUBZDeIH',$,'Length','Total nominal length of the wall along the wall center line (even if different to the wall path).',.Q_LENGTH.,$,$,$,$,$,$,$); +#4161= IFCSIMPLEPROPERTYTEMPLATE('3jsd$iRZPAewmF$8het2R_',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4162= IFCSIMPLEPROPERTYTEMPLATE('0wFNjuTo99Yhev5$Z803q5',$,'Length','Total length of the chimney from the foundation (or beginning) to the top not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4162= IFCSIMPLEPROPERTYTEMPLATE('3la6Kpg0XCKuqOgL4JE7p$',$,'GrossWeight','Weight of the duct fitting.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4163= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4163= IFCSIMPLEPROPERTYTEMPLATE('3lrUWsH417HvsqNKqd7kb7',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4164= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4164= IFCSIMPLEPROPERTYTEMPLATE('3Mtbk432rEdwcRhIyj1HD9',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4165= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4165= IFCSIMPLEPROPERTYTEMPLATE('3Q$qPXmMn6NRL$$A2RD36z',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4166= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4166= IFCSIMPLEPROPERTYTEMPLATE('3vrK_zBzz6xQncWDay9ia9',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4167= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4167= IFCSIMPLEPROPERTYTEMPLATE('3WAQZKjvb4QQKwL_93u9EK',$,'GrossWeight','Weight of the element.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4168= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4168= IFCSIMPLEPROPERTYTEMPLATE('0l46kxLer8ZvIAfet6uUEt',$,'Height','Standard gross height of this building, from the top surface of the construction floor, to the top surface of the construction floor or roof above. Only provided is there is a constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4169= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4169= IFCSIMPLEPROPERTYTEMPLATE('0NXCOa3OXFE9$sWnHvmoai',$,'Height','Height of the opening, in case of wall openings it is the vertical dimension in case of slab openings it is one horizontal dimension. Only provided, if the area is rectangular.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4170= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4170= IFCSIMPLEPROPERTYTEMPLATE('1hGPoGg2L09v1afkqhXBHH',$,'Height','Total outer heigth of the window lining. It should only be provided, if it is a rectangular window.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4171= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4171= IFCSIMPLEPROPERTYTEMPLATE('1KsfmdV9XDWPeiUZciB6O0',$,'Height','Total height of the curtain wall. It should only be provided, if it is constant along the curtain wall path.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4172= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4172= IFCSIMPLEPROPERTYTEMPLATE('2fZo2S2rzBOhweGqI3yt36',$,'Height','Total nominal height of the footing. It should only be provided, if it is constant.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4173= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4173= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); -#4174= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4174= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); -#4175= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4175= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); -#4176= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); +#4176= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); -#4177= IFCSIMPLEPROPERTYTEMPLATE('1dACFzC1n5mupC7A4jIXpl',$,'Length','Length of the fitting, calculated at midpoint of cross-section and equal to the distance along the flow path from the port inlet to the port outlet. For junction fittings, it indicates the length of the longest flow path.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4177= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); -#4178= IFCSIMPLEPROPERTYTEMPLATE('1E2FefAfrAtvyN5FmHjQ95',$,'Length','Total length of reinforcing.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4178= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); -#4179= IFCSIMPLEPROPERTYTEMPLATE('2$G8M_eiDEgwJIrvinbXuH',$,'Length','Effective length sampled, if lower end of segment known',.Q_LENGTH.,$,$,$,$,$,$,$); +#4179= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); -#4180= IFCSIMPLEPROPERTYTEMPLATE('2$jJcrH4rEGfeVtDgy1kcg',$,'Length','Actual length of upper edge of slice.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4180= IFCSIMPLEPROPERTYTEMPLATE('3jq0d8r0zBYvccpej6okcm',$,'Height','Characteristic height',.Q_LENGTH.,$,$,$,$,$,$,$); -#4181= IFCSIMPLEPROPERTYTEMPLATE('21NkL6Eqj1Y9ibmbKT0sJZ',$,'Length','Length of the footing, not taking into account any cut-out''s or other processing features. For strip footings it is measured along the path, for other footings it is one of the horizontal dimensions. It should only be provided, if it is constant.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4181= IFCSIMPLEPROPERTYTEMPLATE('3WbJ7i_U9ArhOXaHfEfvFa',$,'Height','Total nominal height of the wall. It should only be provided, if it is constant along the wall path.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4182= IFCSIMPLEPROPERTYTEMPLATE('23VJ9cbmr7Z8nLCL2Ztv7T',$,'Length','Total nominal length of the member, not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4182= IFCSIMPLEPROPERTYTEMPLATE('3x$bGOprDCQgg7xK4PC4OC',$,'Height','Total outer heigth of the door lining. It should only be provided, if it is a rectangular door.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4183= IFCSIMPLEPROPERTYTEMPLATE('25Uys$MQb2a8qWjqTa2SG7',$,'Length','Total nominal length of the railing, not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4183= IFCSIMPLEPROPERTYTEMPLATE('3XxoA_x39CYBTbBTI6Ucc_',$,'Height','Total height (from base slab without flooring to ceiling without suspended ceiling) for this space (measured from top of slab below to bottom of slab above). To be provided only if the space has a constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4184= IFCSIMPLEPROPERTYTEMPLATE('2fejRsTX5CrOwvJ8uiZiDk',$,'Length','Length of the segment, calculated at midpoint of cross-section, equal to the distance between inlet and outlet ports.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4184= IFCSIMPLEPROPERTYTEMPLATE('2rMNdLyMj5mAE00RNkEMm9',$,'InnerDiameter','Actual inner diameter of segment.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4185= IFCSIMPLEPROPERTYTEMPLATE('2kNfSScs5BTAVyaOQHdEQQ',$,'Length','Total length of the stair flight along the walking line.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4185= IFCSIMPLEPROPERTYTEMPLATE('0GQgOEFyz7XxNg7uky7YDi',$,'Length','Length of the segment, calculated at midpoint of cross-section, equal to the distance between inlet and outlet ports.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4186= IFCSIMPLEPROPERTYTEMPLATE('2pjqbPAJ1C4BfN5MpqR$55',$,'Length','Length of the water tube inside the component, if applicable.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4186= IFCSIMPLEPROPERTYTEMPLATE('0LFcPBJ55FxAJ9btosgfER',$,'Length','Length of the fitting, calculated at midpoint of cross-section and equal to the distance along the flow path from the port inlet to the port outlet. For junction fittings, it indicates the length of the longest flow path.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4187= IFCSIMPLEPROPERTYTEMPLATE('2XuGBfa51FBAheQBk7g7Tw',$,'Length','Total length of the pile not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4187= IFCSIMPLEPROPERTYTEMPLATE('0mnhKv2352bP05kAyx9dZS',$,'Length','Total length of the ramp flight along the walking line.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4188= IFCSIMPLEPROPERTYTEMPLATE('2z1P39Ymn4hPye8Niet8tP',$,'Length','Length of the segment, calculated at midpoint of cross-section, equal to the distance between inlet and outlet ports.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4188= IFCSIMPLEPROPERTYTEMPLATE('0Pplv_8rXDmfDaqsRu1pzv',$,'Length','Length of the segment, calculated at midpoint of cross-section, equal to the distance between inlet and outlet ports.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4189= IFCSIMPLEPROPERTYTEMPLATE('3HAJVhcK15aw_kd5ahVYMn',$,'Length','Total length of the beam, not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4189= IFCSIMPLEPROPERTYTEMPLATE('0r0CjuAFbF5ht38RfIA5VC',$,'Length','Total length of the curtain wall along the cutain wall center line (even if different to the curtain wall path).',.Q_LENGTH.,$,$,$,$,$,$,$); -#4190= IFCSIMPLEPROPERTYTEMPLATE('3khYIfZeD0OuKusADQQdov',$,'Length','Length (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4190= IFCSIMPLEPROPERTYTEMPLATE('0tSm_oibzF$hmgsUBZDeIH',$,'Length','Total nominal length of the wall along the wall center line (even if different to the wall path).',.Q_LENGTH.,$,$,$,$,$,$,$); -#4191= IFCSIMPLEPROPERTYTEMPLATE('3z_1RK79zEYQlNxgE2SP3k',$,'Length','Total length of the column not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4191= IFCSIMPLEPROPERTYTEMPLATE('0wFNjuTo99Yhev5$Z803q5',$,'Length','Total length of the chimney from the foundation (or beginning) to the top not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4192= IFCSIMPLEPROPERTYTEMPLATE('1f8iHGSB91FBK9qA7FuE68',$,'LooseVolume','Volume of the earthworks when in a loose piled state',.Q_VOLUME.,$,$,$,$,$,$,$); +#4192= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4193= IFCSIMPLEPROPERTYTEMPLATE('1f8iHGSB91FBK9qA7FuE68',$,'LooseVolume','Volume of the earthworks when in a loose piled state',.Q_VOLUME.,$,$,$,$,$,$,$); +#4193= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4194= IFCSIMPLEPROPERTYTEMPLATE('1RL9YZzxfF8OOLIYHIynpF',$,'Mass','Mass represented, if lower surface of stratum known.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4194= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4195= IFCSIMPLEPROPERTYTEMPLATE('17ubdukNb0W9aXEckuuiud',$,'NetArea','Total area of the extruded area of the plate. Openings and recesses are taken into account by subtraction, projections by addition. Only given, if the plate is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); +#4195= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4196= IFCSIMPLEPROPERTYTEMPLATE('184ko6bvr3dxtoDs6$yNLT',$,'NetArea','Sum of all net areas of the covering facing the space. All openings that is included in the covering are subtracted.',.Q_AREA.,$,$,$,$,$,$,$); +#4196= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4197= IFCSIMPLEPROPERTYTEMPLATE('1ByOtKo4rDs8RprEsr6YLM',$,'NetArea','Total net area of the outer surface of the roof. It is the suma of all roof slab net areas. Roof openings, like sky windows and other openings and cut-outs are taken into account.',.Q_AREA.,$,$,$,$,$,$,$); +#4197= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4198= IFCSIMPLEPROPERTYTEMPLATE('1Cm3Wf9gz6Pv9Yf5jcGsIz',$,'NetArea','Total area of the ramp flight (not the projected area). Openings and recesses are taken into account by subtraction, projections by addition. Only given, if the ramp flight is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); +#4198= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4199= IFCSIMPLEPROPERTYTEMPLATE('29izq2o8PDM9ZgFTCAF4ra',$,'NetArea','Total area of the extruded area of the slab. Openings and recesses are taken into account by subtraction, projections by addition. Only given, if the slab is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); +#4199= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4200= IFCSIMPLEPROPERTYTEMPLATE('29izq2o8PDM9ZgFTCAF4ra',$,'NetArea','Total area of the extruded area of the slab. Openings and recesses are taken into account by subtraction, projections by addition. Only given, if the slab is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); +#4200= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4201= IFCSIMPLEPROPERTYTEMPLATE('3yUyI6Y6r4gukTxM5fD3Dd',$,'NetCeilingArea','Sum of all ceiling areas of the space. It excludes the area covered by elementsinside the space (columns, inner walls, etc.). The ceiling area is the real (and not the projected) area (e.g. in case of sloped ceilings).',.Q_AREA.,$,$,$,$,$,$,$); +#4201= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4202= IFCSIMPLEPROPERTYTEMPLATE('0KrsSEz1T1XfJ0QzSOxLHh',$,'NetCrossSectionArea','Area of the cross section of the pipe, excluding the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); +#4202= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4203= IFCSIMPLEPROPERTYTEMPLATE('0kVAuHyLz45AM0hLPZMgMm',$,'NetCrossSectionArea','Area of the cross section at the inlet, including the pipe fitting and excluding the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); +#4203= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4204= IFCSIMPLEPROPERTYTEMPLATE('0oC5ZHnEP5ahhXtNd1QWtv',$,'NetCrossSectionArea','Area of the cross section of the duct, excluding the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); +#4204= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4205= IFCSIMPLEPROPERTYTEMPLATE('26xd6BAzbCXwSo5dPGpKlq',$,'NetCrossSectionArea','Area of the cross section at the inlet, including the duct fitting and excluding the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); +#4205= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4206= IFCSIMPLEPROPERTYTEMPLATE('1JBcBU2tH1v8Bm7_Eqqb3T',$,'NetFloorArea','Sum of all net areas of spaces within the building. It excludes the area of construction elements within the building. May be provided in addition to the quantities of the spaces assigend to the building. In case of inconsistencies, the individual quantities of spaces take precedence.',.Q_AREA.,$,$,$,$,$,$,$); +#4206= IFCSIMPLEPROPERTYTEMPLATE('12VlqG8sb7DQA2dQlUV7OR',$,'Length','Characteristic length',.Q_LENGTH.,$,$,$,$,$,$,$); -#4207= IFCSIMPLEPROPERTYTEMPLATE('2L2PpHBjL5yR$QAv1NUTbm',$,'NetFloorArea','Sum of all usable floor areas covered by the space. It excludes the area covered by elements inside the space (columns, inner walls, built-in''s etc.), slab openings, or other protruding elements. Varying heights are not taking into account (i.e. no reduction for areas under a minimum headroom).',.Q_AREA.,$,$,$,$,$,$,$); +#4207= IFCSIMPLEPROPERTYTEMPLATE('1dACFzC1n5mupC7A4jIXpl',$,'Length','Length of the fitting, calculated at midpoint of cross-section and equal to the distance along the flow path from the port inlet to the port outlet. For junction fittings, it indicates the length of the longest flow path.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4208= IFCSIMPLEPROPERTYTEMPLATE('3xbBzAevX6Jw2IeZhyIsFb',$,'NetFloorArea','Sum of all net areas of spaces within the building storey. It excludes the area of construction elements within the building storey. May be provided in addition to the quantities of the spaces assigend to the storey. In case of inconsistencies, the individual quantities of spaces take precedence.',.Q_AREA.,$,$,$,$,$,$,$); +#4208= IFCSIMPLEPROPERTYTEMPLATE('1E2FefAfrAtvyN5FmHjQ95',$,'Length','Total length of reinforcing.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4209= IFCSIMPLEPROPERTYTEMPLATE('08AeXBr_1BtfH8IkgbSECv',$,'NetFootprintArea','Area of the wall as viewed by a ground floor view, taking all wall modifications (like recesses) into account. It is also referred to as the foot print of the wall.',.Q_AREA.,$,$,$,$,$,$,$); +#4209= IFCSIMPLEPROPERTYTEMPLATE('2$G8M_eiDEgwJIrvinbXuH',$,'Length','Effective length sampled, if lower end of segment known',.Q_LENGTH.,$,$,$,$,$,$,$); -#4210= IFCSIMPLEPROPERTYTEMPLATE('1$6dDMwur71g6f0RlcwV8j',$,'NetHeigtht','Standard net height of this storey, from the top surface of the construction floor, to the bottom surface of the construction floor or roof above. Only provided is there is a constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4210= IFCSIMPLEPROPERTYTEMPLATE('2$jJcrH4rEGfeVtDgy1kcg',$,'Length','Actual length of upper edge of slice.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4211= IFCSIMPLEPROPERTYTEMPLATE('1iifDS_eX5VQSApD679O_R',$,'NetPerimeter','Net perimeter at the floor level of this space. It excludes those parts of the perimeter that are created by by virtual boundaries and openings (like doors). It is the measurement used for skirting boards and may includes the perimeter of internal fixed objects like columns.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4211= IFCSIMPLEPROPERTYTEMPLATE('21NkL6Eqj1Y9ibmbKT0sJZ',$,'Length','Length of the footing, not taking into account any cut-out''s or other processing features. For strip footings it is measured along the path, for other footings it is one of the horizontal dimensions. It should only be provided, if it is constant.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4212= IFCSIMPLEPROPERTYTEMPLATE('0FyqBJJ3P1O8EEKU9cgC1X',$,'NetSideArea','Area of the curtain wall as viewed by an elevation view of the middle plane of the curtain wall. It does take into account all curtain wall modifications.',.Q_AREA.,$,$,$,$,$,$,$); +#4212= IFCSIMPLEPROPERTYTEMPLATE('23VJ9cbmr7Z8nLCL2Ztv7T',$,'Length','Total nominal length of the member, not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4213= IFCSIMPLEPROPERTYTEMPLATE('3dROH$uFj4vPNKtWkhmkoW',$,'NetSideArea','Area of the wall as viewed by an elevation view of the middle plane. It does take into account all wall modifications (such as openings).',.Q_AREA.,$,$,$,$,$,$,$); +#4213= IFCSIMPLEPROPERTYTEMPLATE('25Uys$MQb2a8qWjqTa2SG7',$,'Length','Total nominal length of the railing, not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4214= IFCSIMPLEPROPERTYTEMPLATE('0AxNPioRr2f8eBaIvLf9Ep',$,'NetSurfaceArea','Net surface area of the beam, normally generated as perimeter \\* length + 2 \\* cross section area taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_AREA.,$,$,$,$,$,$,$); +#4214= IFCSIMPLEPROPERTYTEMPLATE('2fejRsTX5CrOwvJ8uiZiDk',$,'Length','Length of the segment, calculated at midpoint of cross-section, equal to the distance between inlet and outlet ports.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4215= IFCSIMPLEPROPERTYTEMPLATE('0PdwcrZm12iONWHcDWlkPV',$,'NetSurfaceArea',$,.Q_COUNT.,$,$,$,$,$,$,$); +#4215= IFCSIMPLEPROPERTYTEMPLATE('2kNfSScs5BTAVyaOQHdEQQ',$,'Length','Total length of the stair flight along the walking line.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4216= IFCSIMPLEPROPERTYTEMPLATE('1KDEyaMeH909yIpPWeAltl',$,'NetSurfaceArea','Net surface area of the column, normally generated as perimeter \\* length + 2 \\* cross section area taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_AREA.,$,$,$,$,$,$,$); +#4216= IFCSIMPLEPROPERTYTEMPLATE('2pjqbPAJ1C4BfN5MpqR$55',$,'Length','Length of the water tube inside the component, if applicable.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4217= IFCSIMPLEPROPERTYTEMPLATE('2EIrVRpIv74w90Z74VC7Bq',$,'NetSurfaceArea','Net surface area of the member, normally generated as perimeter \\* length + 2 \\* cross section area taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_AREA.,$,$,$,$,$,$,$); +#4217= IFCSIMPLEPROPERTYTEMPLATE('2XuGBfa51FBAheQBk7g7Tw',$,'Length','Total length of the pile not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4218= IFCSIMPLEPROPERTYTEMPLATE('2KH2BOElTBH9NU2YAau8oC',$,'NetSurfaceArea','Total net area of the inner surface of the chamber, subtracting any openings such as for pipes, ducts, or cables.',.Q_AREA.,$,$,$,$,$,$,$); +#4218= IFCSIMPLEPROPERTYTEMPLATE('2z1P39Ymn4hPye8Niet8tP',$,'Length','Length of the segment, calculated at midpoint of cross-section, equal to the distance between inlet and outlet ports.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4219= IFCSIMPLEPROPERTYTEMPLATE('0$PYHARu5Fux5AkfGewlyK',$,'NetVolume','Total net volume of the footing, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4219= IFCSIMPLEPROPERTYTEMPLATE('3HAJVhcK15aw_kd5ahVYMn',$,'Length','Total length of the beam, not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4220= IFCSIMPLEPROPERTYTEMPLATE('05GG55xZz039SwUeIyPkET',$,'NetVolume','Net volume enclosed by the space, excluding the volume of construction elements inside the space.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4220= IFCSIMPLEPROPERTYTEMPLATE('3khYIfZeD0OuKusADQQdov',$,'Length','Length (one direction of the non-projected foot print area) of the slab. It shall only be provided, if the slab is rectangular.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4221= IFCSIMPLEPROPERTYTEMPLATE('0ERrc84nT7dgK$K5D$GP2M',$,'NetVolume','Total net volume of the column, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4221= IFCSIMPLEPROPERTYTEMPLATE('3z_1RK79zEYQlNxgE2SP3k',$,'Length','Total length of the column not taking into account any cut-out''s or other processing features.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4222= IFCSIMPLEPROPERTYTEMPLATE('0VFGaSH455JRzx81I_y2ka',$,'NetVolume','Total net volume of the slab. Openings and recesses are taken into account by subtraction, projections by addition.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4222= IFCSIMPLEPROPERTYTEMPLATE('1f8iHGSB91FBK9qA7FuE68',$,'LooseVolume','Volume of the earthworks when in a loose piled state',.Q_VOLUME.,$,$,$,$,$,$,$); -#4223= IFCSIMPLEPROPERTYTEMPLATE('0VFGaSH455JRzx81I_y2ka',$,'NetVolume','Total net volume of the slab. Openings and recesses are taken into account by subtraction, projections by addition.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4223= IFCSIMPLEPROPERTYTEMPLATE('1f8iHGSB91FBK9qA7FuE68',$,'LooseVolume','Volume of the earthworks when in a loose piled state',.Q_VOLUME.,$,$,$,$,$,$,$); -#4224= IFCSIMPLEPROPERTYTEMPLATE('0WOBpKa3L63h9k7gjdhvMQ',$,'NetVolume','Volume of the wall, after subtracting the openings and after considering the connection geometry.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4224= IFCSIMPLEPROPERTYTEMPLATE('1f8iHGSB91FBK9qA7FuE68',$,'LooseVolume','Volume of the earthworks when in a loose piled state',.Q_VOLUME.,$,$,$,$,$,$,$); -#4225= IFCSIMPLEPROPERTYTEMPLATE('0zQ_lq_fzD3uXvq2fvIz0m',$,'NetVolume','Total net volume of the member, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4225= IFCSIMPLEPROPERTYTEMPLATE('1RL9YZzxfF8OOLIYHIynpF',$,'Mass','Mass represented, if lower surface of stratum known.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4226= IFCSIMPLEPROPERTYTEMPLATE('19Q0M8kyH4v9Gbdu9MtQKp',$,'NetVolume','Total net volume of the beam, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4226= IFCSIMPLEPROPERTYTEMPLATE('17ubdukNb0W9aXEckuuiud',$,'NetArea','Total area of the extruded area of the plate. Openings and recesses are taken into account by subtraction, projections by addition. Only given, if the plate is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); -#4227= IFCSIMPLEPROPERTYTEMPLATE('1EPVHEhWXF3OSxlo2Mfe9E',$,'NetVolume','Sum of all net volumes of spaces enclosed by the building storey. It iexcludes the volumes of construction elements within the building storey. May be provided in addition to the quantities of the spaces assigend to the storey. In case of inconsistencies, the individual quantities of spaces take precedence.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4227= IFCSIMPLEPROPERTYTEMPLATE('184ko6bvr3dxtoDs6$yNLT',$,'NetArea','Sum of all net areas of the covering facing the space. All openings that is included in the covering are subtracted.',.Q_AREA.,$,$,$,$,$,$,$); -#4228= IFCSIMPLEPROPERTYTEMPLATE('1nK2mIiXXDEwjVfHsSPCXF',$,'NetVolume','Total net volume of the pile, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4228= IFCSIMPLEPROPERTYTEMPLATE('1ByOtKo4rDs8RprEsr6YLM',$,'NetArea','Total net area of the outer surface of the roof. It is the suma of all roof slab net areas. Roof openings, like sky windows and other openings and cut-outs are taken into account.',.Q_AREA.,$,$,$,$,$,$,$); -#4229= IFCSIMPLEPROPERTYTEMPLATE('22Y7WG9CXC9uU51QkMI8w7',$,'NetVolume','Total net volume of the stair flight. Openings and recesses are taken into account by subtraction, projections by addition.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4229= IFCSIMPLEPROPERTYTEMPLATE('1Cm3Wf9gz6Pv9Yf5jcGsIz',$,'NetArea','Total area of the ramp flight (not the projected area). Openings and recesses are taken into account by subtraction, projections by addition. Only given, if the ramp flight is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); -#4230= IFCSIMPLEPROPERTYTEMPLATE('24v4IOU7b44wb4qQJZ8tyK',$,'NetVolume','Sum of all net volumes of spaces enclosed by the building. It iexcludes the volumes of construction elements within the building. May be provided in addition to the quantities of the spaces assigend to the building. In case of inconsistencies, the individual quantities of spaces take precedence.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4230= IFCSIMPLEPROPERTYTEMPLATE('29izq2o8PDM9ZgFTCAF4ra',$,'NetArea','Total area of the extruded area of the slab. Openings and recesses are taken into account by subtraction, projections by addition. Only given, if the slab is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); -#4231= IFCSIMPLEPROPERTYTEMPLATE('2AmUyr_fj9LeY616EsLTf6',$,'NetVolume',$,.Q_COUNT.,$,$,$,$,$,$,$); +#4231= IFCSIMPLEPROPERTYTEMPLATE('29izq2o8PDM9ZgFTCAF4ra',$,'NetArea','Total area of the extruded area of the slab. Openings and recesses are taken into account by subtraction, projections by addition. Only given, if the slab is prismatic.',.Q_AREA.,$,$,$,$,$,$,$); -#4232= IFCSIMPLEPROPERTYTEMPLATE('3EY5xLcu9FDhkztmU94ZsX',$,'NetVolume','Total net volume of the material, including material placed but excluding material wasted.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4232= IFCSIMPLEPROPERTYTEMPLATE('3yUyI6Y6r4gukTxM5fD3Dd',$,'NetCeilingArea','Sum of all ceiling areas of the space. It excludes the area covered by elementsinside the space (columns, inner walls, etc.). The ceiling area is the real (and not the projected) area (e.g. in case of sloped ceilings).',.Q_AREA.,$,$,$,$,$,$,$); -#4233= IFCSIMPLEPROPERTYTEMPLATE('3NHg39Thz2q98XexF17J6L',$,'NetVolume','Total net volume of the plate. Openings and recesses are taken into account by subtraction, projections by addition.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4233= IFCSIMPLEPROPERTYTEMPLATE('0KrsSEz1T1XfJ0QzSOxLHh',$,'NetCrossSectionArea','Area of the cross section of the pipe, excluding the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); -#4234= IFCSIMPLEPROPERTYTEMPLATE('3wYY9NR8r4IOia2k0qQWJm',$,'NetVolume','Total net volume of the ramp flight. Openings and recesses are taken into account by subtraction, projections by addition.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4234= IFCSIMPLEPROPERTYTEMPLATE('0kVAuHyLz45AM0hLPZMgMm',$,'NetCrossSectionArea','Area of the cross section at the inlet, including the pipe fitting and excluding the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); -#4235= IFCSIMPLEPROPERTYTEMPLATE('3YVB3yAvjBVh1KXE9$UEBr',$,'NetVolume','Total net volume of the chamber, subtracting any enclosed elements such as pipes, ducts, cables, or equipment.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4235= IFCSIMPLEPROPERTYTEMPLATE('0oC5ZHnEP5ahhXtNd1QWtv',$,'NetCrossSectionArea','Area of the cross section of the duct, excluding the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); -#4236= IFCSIMPLEPROPERTYTEMPLATE('1CjLoCIRL1gA$0S8yIZq2r',$,'NetWallArea','Sum of all wall (and other vertically bounding elements, like columns) areas bounded by the space. It excludes the area covered by elements inside the wall area (doors, windows, other openings, etc.).',.Q_AREA.,$,$,$,$,$,$,$); +#4236= IFCSIMPLEPROPERTYTEMPLATE('26xd6BAzbCXwSo5dPGpKlq',$,'NetCrossSectionArea','Area of the cross section at the inlet, including the duct fitting and excluding the interior flow space.',.Q_AREA.,$,$,$,$,$,$,$); -#4237= IFCSIMPLEPROPERTYTEMPLATE('0$CV4Oktb2yfPHSeCZVAcP',$,'NetWeight','Total net weight of the material, including material placed but excluding material wasted.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4237= IFCSIMPLEPROPERTYTEMPLATE('1JBcBU2tH1v8Bm7_Eqqb3T',$,'NetFloorArea','Sum of all net areas of spaces within the building. It excludes the area of construction elements within the building. May be provided in addition to the quantities of the spaces assigend to the building. In case of inconsistencies, the individual quantities of spaces take precedence.',.Q_AREA.,$,$,$,$,$,$,$); -#4238= IFCSIMPLEPROPERTYTEMPLATE('0BZ0RgVvvB0Au49TCL2$Nc',$,'NetWeight','Total net weight of the member without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4238= IFCSIMPLEPROPERTYTEMPLATE('2L2PpHBjL5yR$QAv1NUTbm',$,'NetFloorArea','Sum of all usable floor areas covered by the space. It excludes the area covered by elements inside the space (columns, inner walls, built-in''s etc.), slab openings, or other protruding elements. Varying heights are not taking into account (i.e. no reduction for areas under a minimum headroom).',.Q_AREA.,$,$,$,$,$,$,$); -#4239= IFCSIMPLEPROPERTYTEMPLATE('0c7KxPg89A2QfJ4F5cvaOv',$,'NetWeight','Total net weight of the pile without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4239= IFCSIMPLEPROPERTYTEMPLATE('3xbBzAevX6Jw2IeZhyIsFb',$,'NetFloorArea','Sum of all net areas of spaces within the building storey. It excludes the area of construction elements within the building storey. May be provided in addition to the quantities of the spaces assigend to the storey. In case of inconsistencies, the individual quantities of spaces take precedence.',.Q_AREA.,$,$,$,$,$,$,$); -#4240= IFCSIMPLEPROPERTYTEMPLATE('0po45W9AL0j869JY4q3gta',$,'NetWeight','Weight of the element, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4240= IFCSIMPLEPROPERTYTEMPLATE('08AeXBr_1BtfH8IkgbSECv',$,'NetFootprintArea','Area of the wall as viewed by a ground floor view, taking all wall modifications (like recesses) into account. It is also referred to as the foot print of the wall.',.Q_AREA.,$,$,$,$,$,$,$); -#4241= IFCSIMPLEPROPERTYTEMPLATE('0Y4596MFP9rgJWM2TbuH_W',$,'NetWeight','Weight of the element, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4241= IFCSIMPLEPROPERTYTEMPLATE('1$6dDMwur71g6f0RlcwV8j',$,'NetHeigtht','Standard net height of this storey, from the top surface of the construction floor, to the bottom surface of the construction floor or roof above. Only provided is there is a constant height.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4242= IFCSIMPLEPROPERTYTEMPLATE('17br2$zor1LeqOt68gddkK',$,'NetWeight','Weight of the element, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4242= IFCSIMPLEPROPERTYTEMPLATE('1iifDS_eX5VQSApD679O_R',$,'NetPerimeter','Net perimeter at the floor level of this space. It excludes those parts of the perimeter that are created by by virtual boundaries and openings (like doors). It is the measurement used for skirting boards and may includes the perimeter of internal fixed objects like columns.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4243= IFCSIMPLEPROPERTYTEMPLATE('1IERUjvLP3pxK5DJNuud5g',$,'NetWeight','Weight of the element, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4243= IFCSIMPLEPROPERTYTEMPLATE('0FyqBJJ3P1O8EEKU9cgC1X',$,'NetSideArea','Area of the curtain wall as viewed by an elevation view of the middle plane of the curtain wall. It does take into account all curtain wall modifications.',.Q_AREA.,$,$,$,$,$,$,$); -#4244= IFCSIMPLEPROPERTYTEMPLATE('2nny49wjT6zvfybFrRK81A',$,'NetWeight','Total net weight of the column without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4244= IFCSIMPLEPROPERTYTEMPLATE('3dROH$uFj4vPNKtWkhmkoW',$,'NetSideArea','Area of the wall as viewed by an elevation view of the middle plane. It does take into account all wall modifications (such as openings).',.Q_AREA.,$,$,$,$,$,$,$); -#4245= IFCSIMPLEPROPERTYTEMPLATE('2UMixgypn6_vTQPCfKjHEV',$,'NetWeight','Weight of the pipe segment, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4245= IFCSIMPLEPROPERTYTEMPLATE('0AxNPioRr2f8eBaIvLf9Ep',$,'NetSurfaceArea','Net surface area of the beam, normally generated as perimeter \\* length + 2 \\* cross section area taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_AREA.,$,$,$,$,$,$,$); -#4246= IFCSIMPLEPROPERTYTEMPLATE('32ZfEUaFj1$8OmykwIZY3k',$,'NetWeight','Total net weight of the wall, without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4246= IFCSIMPLEPROPERTYTEMPLATE('0PdwcrZm12iONWHcDWlkPV',$,'NetSurfaceArea',$,.Q_COUNT.,$,$,$,$,$,$,$); -#4247= IFCSIMPLEPROPERTYTEMPLATE('3G4CRKBErADwaGyOSxpRYZ',$,'NetWeight','Total net weight of the beam without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4247= IFCSIMPLEPROPERTYTEMPLATE('1KDEyaMeH909yIpPWeAltl',$,'NetSurfaceArea','Net surface area of the column, normally generated as perimeter \\* length + 2 \\* cross section area taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_AREA.,$,$,$,$,$,$,$); -#4248= IFCSIMPLEPROPERTYTEMPLATE('3HPilonPX4eeqZc6gFTUVD',$,'NetWeight','Total net weight of the plate without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4248= IFCSIMPLEPROPERTYTEMPLATE('2EIrVRpIv74w90Z74VC7Bq',$,'NetSurfaceArea','Net surface area of the member, normally generated as perimeter \\* length + 2 \\* cross section area taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_AREA.,$,$,$,$,$,$,$); -#4249= IFCSIMPLEPROPERTYTEMPLATE('3lOalFZebDWhdVL_UBJfxi',$,'NetWeight','Weight of the pipe fitting, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4249= IFCSIMPLEPROPERTYTEMPLATE('2KH2BOElTBH9NU2YAau8oC',$,'NetSurfaceArea','Total net area of the inner surface of the chamber, subtracting any openings such as for pipes, ducts, or cables.',.Q_AREA.,$,$,$,$,$,$,$); -#4250= IFCSIMPLEPROPERTYTEMPLATE('3pzRYkes59nwqFKndMTa2o',$,'NetWeight','Total net weight of the slab without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4250= IFCSIMPLEPROPERTYTEMPLATE('0$PYHARu5Fux5AkfGewlyK',$,'NetVolume','Total net volume of the footing, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4251= IFCSIMPLEPROPERTYTEMPLATE('3X6e4PloT6uwGFdMcoS7$x',$,'NetWeight','Total net weight of the footing without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4251= IFCSIMPLEPROPERTYTEMPLATE('05GG55xZz039SwUeIyPkET',$,'NetVolume','Net volume enclosed by the space, excluding the volume of construction elements inside the space.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4252= IFCSIMPLEPROPERTYTEMPLATE('276gz8d_D6HvrpIUgEPq52',$,'NumberOfCircuits','Number of circuits in the distribution board.',.Q_COUNT.,$,$,$,$,$,$,$); +#4252= IFCSIMPLEPROPERTYTEMPLATE('0ERrc84nT7dgK$K5D$GP2M',$,'NetVolume','Total net volume of the column, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4253= IFCSIMPLEPROPERTYTEMPLATE('2BgsRMavrCrPKJ3CNzgxUQ',$,'NumberOfGangs','Number of gangs in the junction box.',.Q_COUNT.,$,$,$,$,$,$,$); +#4253= IFCSIMPLEPROPERTYTEMPLATE('0VFGaSH455JRzx81I_y2ka',$,'NetVolume','Total net volume of the slab. Openings and recesses are taken into account by subtraction, projections by addition.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4254= IFCSIMPLEPROPERTYTEMPLATE('0n6$0LVYnATeMVgUUUew6M',$,'OperatingTime','Productive time using the equipment including operating time and excluding idle time.',.Q_TIME.,$,$,$,$,$,$,$); +#4254= IFCSIMPLEPROPERTYTEMPLATE('0VFGaSH455JRzx81I_y2ka',$,'NetVolume','Total net volume of the slab. Openings and recesses are taken into account by subtraction, projections by addition.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4255= IFCSIMPLEPROPERTYTEMPLATE('0jKkyvvpnBAeZmRTuMJOyM',$,'OuterDiameter','Actual outer diameter of segment.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4255= IFCSIMPLEPROPERTYTEMPLATE('0WOBpKa3L63h9k7gjdhvMQ',$,'NetVolume','Volume of the wall, after subtracting the openings and after considering the connection geometry.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4256= IFCSIMPLEPROPERTYTEMPLATE('0Sxn$KyfzFGAdAfk1MI8U4',$,'OuterSurfaceArea','Total area of the extruded surfaces of the duct (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); +#4256= IFCSIMPLEPROPERTYTEMPLATE('0zQ_lq_fzD3uXvq2fvIz0m',$,'NetVolume','Total net volume of the member, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4257= IFCSIMPLEPROPERTYTEMPLATE('0zaqTRpZ13u8_Is$EV4Y5k',$,'OuterSurfaceArea','Total area of the extruded surfaces of the pipe (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); +#4257= IFCSIMPLEPROPERTYTEMPLATE('19Q0M8kyH4v9Gbdu9MtQKp',$,'NetVolume','Total net volume of the beam, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4258= IFCSIMPLEPROPERTYTEMPLATE('1979RC2snAGOJD0JG1bmlb',$,'OuterSurfaceArea','Total area of the extruded surfaces of the beam (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); +#4258= IFCSIMPLEPROPERTYTEMPLATE('1EPVHEhWXF3OSxlo2Mfe9E',$,'NetVolume','Sum of all net volumes of spaces enclosed by the building storey. It iexcludes the volumes of construction elements within the building storey. May be provided in addition to the quantities of the spaces assigend to the storey. In case of inconsistencies, the individual quantities of spaces take precedence.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4259= IFCSIMPLEPROPERTYTEMPLATE('1MQJVdT3vDvO46QW5xymoP',$,'OuterSurfaceArea','Total area of the extruded surfaces of the footing (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); +#4259= IFCSIMPLEPROPERTYTEMPLATE('1nK2mIiXXDEwjVfHsSPCXF',$,'NetVolume','Total net volume of the pile, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4260= IFCSIMPLEPROPERTYTEMPLATE('20rj_gmkPF7exM_ji7B7H0',$,'OuterSurfaceArea','Total area of the extruded surfaces of the fitting (not taking into account the end cap areas).',.Q_AREA.,$,$,$,$,$,$,$); +#4260= IFCSIMPLEPROPERTYTEMPLATE('22Y7WG9CXC9uU51QkMI8w7',$,'NetVolume','Total net volume of the stair flight. Openings and recesses are taken into account by subtraction, projections by addition.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4261= IFCSIMPLEPROPERTYTEMPLATE('2bzs4tmt52fxOPREm6CF_J',$,'OuterSurfaceArea','Total area of the extruded surfaces of the column (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); +#4261= IFCSIMPLEPROPERTYTEMPLATE('24v4IOU7b44wb4qQJZ8tyK',$,'NetVolume','Sum of all net volumes of spaces enclosed by the building. It iexcludes the volumes of construction elements within the building. May be provided in addition to the quantities of the spaces assigend to the building. In case of inconsistencies, the individual quantities of spaces take precedence.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4262= IFCSIMPLEPROPERTYTEMPLATE('2L0loBn7rEgg3_kt6cKWME',$,'OuterSurfaceArea','Total area of the extruded surfaces of the member (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); +#4262= IFCSIMPLEPROPERTYTEMPLATE('2AmUyr_fj9LeY616EsLTf6',$,'NetVolume',$,.Q_COUNT.,$,$,$,$,$,$,$); -#4263= IFCSIMPLEPROPERTYTEMPLATE('2MJAc_k71EXxlzJLPkV22f',$,'OuterSurfaceArea','Total area of the extruded surfaces of the fitting (not taking into account the end cap areas).',.Q_AREA.,$,$,$,$,$,$,$); +#4263= IFCSIMPLEPROPERTYTEMPLATE('3EY5xLcu9FDhkztmU94ZsX',$,'NetVolume','Total net volume of the material, including material placed but excluding material wasted.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4264= IFCSIMPLEPROPERTYTEMPLATE('2PoZ2InkrCWeWRYmdawrLU',$,'OuterSurfaceArea','Total area of the extruded surfaces of the pile (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); +#4264= IFCSIMPLEPROPERTYTEMPLATE('3NHg39Thz2q98XexF17J6L',$,'NetVolume','Total net volume of the plate. Openings and recesses are taken into account by subtraction, projections by addition.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4265= IFCSIMPLEPROPERTYTEMPLATE('3Djq6vjjf6V9qaMMElokrY',$,'OuterSurfaceArea','Total surface area.',.Q_AREA.,$,$,$,$,$,$,$); +#4265= IFCSIMPLEPROPERTYTEMPLATE('3wYY9NR8r4IOia2k0qQWJm',$,'NetVolume','Total net volume of the ramp flight. Openings and recesses are taken into account by subtraction, projections by addition.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4266= IFCSIMPLEPROPERTYTEMPLATE('3Zqru$iTj468wzOOHOtodG',$,'OuterSurfaceArea','Total surface area of the cable.',.Q_AREA.,$,$,$,$,$,$,$); +#4266= IFCSIMPLEPROPERTYTEMPLATE('3YVB3yAvjBVh1KXE9$UEBr',$,'NetVolume','Total net volume of the chamber, subtracting any enclosed elements such as pipes, ducts, cables, or equipment.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4267= IFCSIMPLEPROPERTYTEMPLATE('3yAwOfIyL5_8$_rMJ_7kYP',$,'OvertimeWork','Work that is performed after exceeding a particular limit such as hours per day and/or hours per week, after which company or municipal policy requires a different rate to apply. Note: Policies for when overtime takes effect are the responsibility of the user or application; they are not modelled in IFC.',.Q_TIME.,$,$,$,$,$,$,$); +#4267= IFCSIMPLEPROPERTYTEMPLATE('1CjLoCIRL1gA$0S8yIZq2r',$,'NetWallArea','Sum of all wall (and other vertically bounding elements, like columns) areas bounded by the space. It excludes the area covered by elements inside the wall area (doors, windows, other openings, etc.).',.Q_AREA.,$,$,$,$,$,$,$); -#4268= IFCSIMPLEPROPERTYTEMPLATE('0dGrQtFfr8uQye1qU4pfXX',$,'Perimeter','Perimeter of the air terminal face plate.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4268= IFCSIMPLEPROPERTYTEMPLATE('0$CV4Oktb2yfPHSeCZVAcP',$,'NetWeight','Total net weight of the material, including material placed but excluding material wasted.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4269= IFCSIMPLEPROPERTYTEMPLATE('0vtU$HxUn5fR2RNi$2nSSt',$,'Perimeter','Total perimeter of the outer lining of the window.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4269= IFCSIMPLEPROPERTYTEMPLATE('0BZ0RgVvvB0Au49TCL2$Nc',$,'NetWeight','Total net weight of the member without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4270= IFCSIMPLEPROPERTYTEMPLATE('1eSAm0Kv1BzBMLz0DB0cYZ',$,'Perimeter','Perimeter measured along the outer boundaries of the plate. Only given, if the plate is prismatic (constant thickness).',.Q_LENGTH.,$,$,$,$,$,$,$); +#4270= IFCSIMPLEPROPERTYTEMPLATE('0c7KxPg89A2QfJ4F5cvaOv',$,'NetWeight','Total net weight of the pile without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4271= IFCSIMPLEPROPERTYTEMPLATE('1sFKpDR$14zwRXxmfeKbrO',$,'Perimeter','Perimeter measured along the outer boundaries of the slab. Only given, if the slab is prismatic (constant thickness).',.Q_LENGTH.,$,$,$,$,$,$,$); +#4271= IFCSIMPLEPROPERTYTEMPLATE('0po45W9AL0j869JY4q3gta',$,'NetWeight','Weight of the element, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4272= IFCSIMPLEPROPERTYTEMPLATE('2XDJ5oQ3X8wuL8puElvYFm',$,'Perimeter','Total perimeter of the outer lining of the door.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4272= IFCSIMPLEPROPERTYTEMPLATE('0Y4596MFP9rgJWM2TbuH_W',$,'NetWeight','Weight of the element, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4273= IFCSIMPLEPROPERTYTEMPLATE('19SFEqi01B3ALdNGRte$7C',$,'PlanArea','Projected plan area of upper surface of model.',.Q_AREA.,$,$,$,$,$,$,$); +#4273= IFCSIMPLEPROPERTYTEMPLATE('17br2$zor1LeqOt68gddkK',$,'NetWeight','Weight of the element, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4274= IFCSIMPLEPROPERTYTEMPLATE('1HyFyOJonBtx4V04qBUyEF',$,'PlanLength','Projected plan length of upper edge of slice.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4274= IFCSIMPLEPROPERTYTEMPLATE('1IERUjvLP3pxK5DJNuud5g',$,'NetWeight','Weight of the element, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4275= IFCSIMPLEPROPERTYTEMPLATE('3fuF$itwL6PfQEQsct7uhL',$,'ProjectedArea','Total gross area of the outer surfaces of the roof, projected tp the ground. It is the sum of all projected roof slab gross areas. Roof openings, like sky windows and other openings and cut-outs are not taken into account.',.Q_AREA.,$,$,$,$,$,$,$); +#4275= IFCSIMPLEPROPERTYTEMPLATE('2nny49wjT6zvfybFrRK81A',$,'NetWeight','Total net weight of the column without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4276= IFCSIMPLEPROPERTYTEMPLATE('32i2POqiz7sxewNKXzANau',$,'SignArea',$,.Q_AREA.,$,$,$,$,$,$,$); +#4276= IFCSIMPLEPROPERTYTEMPLATE('2UMixgypn6_vTQPCfKjHEV',$,'NetWeight','Weight of the pipe segment, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4277= IFCSIMPLEPROPERTYTEMPLATE('0522jbkpH6RucITXMXI8fB',$,'StandardWork','Work that is performed at regular times, up to a particular limit after which overtime rates may apply.',.Q_TIME.,$,$,$,$,$,$,$); +#4277= IFCSIMPLEPROPERTYTEMPLATE('32ZfEUaFj1$8OmykwIZY3k',$,'NetWeight','Total net weight of the wall, without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4278= IFCSIMPLEPROPERTYTEMPLATE('29hrivl4D9Xv3Ij$kS6FDr',$,'Thickness','The geometric thickness of the object.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4278= IFCSIMPLEPROPERTYTEMPLATE('3G4CRKBErADwaGyOSxpRYZ',$,'NetWeight','Total net weight of the beam without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4279= IFCSIMPLEPROPERTYTEMPLATE('29hrivl4D9Xv3Ij$kS6FDr',$,'Thickness','The geometric thickness of the object.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4279= IFCSIMPLEPROPERTYTEMPLATE('3HPilonPX4eeqZc6gFTUVD',$,'NetWeight','Total net weight of the plate without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4280= IFCSIMPLEPROPERTYTEMPLATE('07HtwfSVT6rxawKdjsilwt',$,'TotalSurfaceArea','Gross area of the air terminal face plate.',.Q_AREA.,$,$,$,$,$,$,$); +#4280= IFCSIMPLEPROPERTYTEMPLATE('3lOalFZebDWhdVL_UBJfxi',$,'NetWeight','Weight of the pipe fitting, including contained fluid as designed.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4281= IFCSIMPLEPROPERTYTEMPLATE('09I0_N2T97QeOrJ9qSxfeT',$,'TotalSurfaceArea','Total surface area of the element.',.Q_AREA.,$,$,$,$,$,$,$); +#4281= IFCSIMPLEPROPERTYTEMPLATE('3pzRYkes59nwqFKndMTa2o',$,'NetWeight','Total net weight of the slab without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4282= IFCSIMPLEPROPERTYTEMPLATE('0tmUSCGyL09B1xy0j_abGA',$,'TotalSurfaceArea','Total surface area of the element.',.Q_AREA.,$,$,$,$,$,$,$); +#4282= IFCSIMPLEPROPERTYTEMPLATE('3X6e4PloT6uwGFdMcoS7$x',$,'NetWeight','Total net weight of the footing without add-on parts, taking into account possible processing features (cut-out''s, etc.) or openings and recesses.',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4283= IFCSIMPLEPROPERTYTEMPLATE('26rNXiavD40gy60NShbzTH',$,'UndisturbedVolume',$,.Q_VOLUME.,$,$,$,$,$,$,$); +#4283= IFCSIMPLEPROPERTYTEMPLATE('276gz8d_D6HvrpIUgEPq52',$,'NumberOfCircuits','Number of circuits in the distribution board.',.Q_COUNT.,$,$,$,$,$,$,$); -#4284= IFCSIMPLEPROPERTYTEMPLATE('1_vxp4WGzDPu2rqx1zPOBW',$,'UsageTime','Total time using the equipment including operating time and idle time.',.Q_TIME.,$,$,$,$,$,$,$); +#4284= IFCSIMPLEPROPERTYTEMPLATE('2BgsRMavrCrPKJ3CNzgxUQ',$,'NumberOfGangs','Number of gangs in the junction box.',.Q_COUNT.,$,$,$,$,$,$,$); -#4285= IFCSIMPLEPROPERTYTEMPLATE('0v4MMyo9v59fK0AkoEQN9i',$,'Volume','Volume of the opening. It is the additional volume of the projection to the element (e.g. wall or slab).',.Q_VOLUME.,$,$,$,$,$,$,$); +#4285= IFCSIMPLEPROPERTYTEMPLATE('0n6$0LVYnATeMVgUUUew6M',$,'OperatingTime','Productive time using the equipment including operating time and excluding idle time.',.Q_TIME.,$,$,$,$,$,$,$); -#4286= IFCSIMPLEPROPERTYTEMPLATE('1xhT9rkkvAp8YebJ0R7RY2',$,'Volume','Volume of the opening. It is the subtraction volume of the opening from the voided element (e.g. wall or slab). In case that the geometric volume of the opening is bigger then the subtraction volume, only the subtraction volume should be used.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4286= IFCSIMPLEPROPERTYTEMPLATE('0jKkyvvpnBAeZmRTuMJOyM',$,'OuterDiameter','Actual outer diameter of segment.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4287= IFCSIMPLEPROPERTYTEMPLATE('2SpRPw_wHB28DYepaP_sPV',$,'Volume','Volume represented, if lower surface of stratum known.',.Q_VOLUME.,$,$,$,$,$,$,$); +#4287= IFCSIMPLEPROPERTYTEMPLATE('0Sxn$KyfzFGAdAfk1MI8U4',$,'OuterSurfaceArea','Total area of the extruded surfaces of the duct (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); -#4288= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); +#4288= IFCSIMPLEPROPERTYTEMPLATE('0zaqTRpZ13u8_Is$EV4Y5k',$,'OuterSurfaceArea','Total area of the extruded surfaces of the pipe (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); -#4289= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); +#4289= IFCSIMPLEPROPERTYTEMPLATE('1979RC2snAGOJD0JG1bmlb',$,'OuterSurfaceArea','Total area of the extruded surfaces of the beam (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); -#4290= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); +#4290= IFCSIMPLEPROPERTYTEMPLATE('1MQJVdT3vDvO46QW5xymoP',$,'OuterSurfaceArea','Total area of the extruded surfaces of the footing (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); -#4291= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); +#4291= IFCSIMPLEPROPERTYTEMPLATE('20rj_gmkPF7exM_ji7B7H0',$,'OuterSurfaceArea','Total area of the extruded surfaces of the fitting (not taking into account the end cap areas).',.Q_AREA.,$,$,$,$,$,$,$); -#4292= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); +#4292= IFCSIMPLEPROPERTYTEMPLATE('2bzs4tmt52fxOPREm6CF_J',$,'OuterSurfaceArea','Total area of the extruded surfaces of the column (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); -#4293= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); +#4293= IFCSIMPLEPROPERTYTEMPLATE('2L0loBn7rEgg3_kt6cKWME',$,'OuterSurfaceArea','Total area of the extruded surfaces of the member (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); -#4294= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4294= IFCSIMPLEPROPERTYTEMPLATE('2MJAc_k71EXxlzJLPkV22f',$,'OuterSurfaceArea','Total area of the extruded surfaces of the fitting (not taking into account the end cap areas).',.Q_AREA.,$,$,$,$,$,$,$); -#4295= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4295= IFCSIMPLEPROPERTYTEMPLATE('2PoZ2InkrCWeWRYmdawrLU',$,'OuterSurfaceArea','Total area of the extruded surfaces of the pile (not taking into account the end cap areas), normally generated as perimeter \\* length.',.Q_AREA.,$,$,$,$,$,$,$); -#4296= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4296= IFCSIMPLEPROPERTYTEMPLATE('3Djq6vjjf6V9qaMMElokrY',$,'OuterSurfaceArea','Total surface area.',.Q_AREA.,$,$,$,$,$,$,$); -#4297= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4297= IFCSIMPLEPROPERTYTEMPLATE('3Zqru$iTj468wzOOHOtodG',$,'OuterSurfaceArea','Total surface area of the cable.',.Q_AREA.,$,$,$,$,$,$,$); -#4298= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4298= IFCSIMPLEPROPERTYTEMPLATE('3yAwOfIyL5_8$_rMJ_7kYP',$,'OvertimeWork','Work that is performed after exceeding a particular limit such as hours per day and/or hours per week, after which company or municipal policy requires a different rate to apply. Note: Policies for when overtime takes effect are the responsibility of the user or application; they are not modelled in IFC.',.Q_TIME.,$,$,$,$,$,$,$); -#4299= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4299= IFCSIMPLEPROPERTYTEMPLATE('0dGrQtFfr8uQye1qU4pfXX',$,'Perimeter','Perimeter of the air terminal face plate.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4300= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4300= IFCSIMPLEPROPERTYTEMPLATE('0vtU$HxUn5fR2RNi$2nSSt',$,'Perimeter','Total perimeter of the outer lining of the window.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4301= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); +#4301= IFCSIMPLEPROPERTYTEMPLATE('1eSAm0Kv1BzBMLz0DB0cYZ',$,'Perimeter','Perimeter measured along the outer boundaries of the plate. Only given, if the plate is prismatic (constant thickness).',.Q_LENGTH.,$,$,$,$,$,$,$); -#4302= IFCSIMPLEPROPERTYTEMPLATE('030qr7WMT5MBD4pdKmjYUh',$,'Width','Nominal width (or thickness) of the slab. Only given, if the slab is prismatic (constant thickess).',.Q_LENGTH.,$,$,$,$,$,$,$); +#4302= IFCSIMPLEPROPERTYTEMPLATE('1sFKpDR$14zwRXxmfeKbrO',$,'Perimeter','Perimeter measured along the outer boundaries of the slab. Only given, if the slab is prismatic (constant thickness).',.Q_LENGTH.,$,$,$,$,$,$,$); -#4303= IFCSIMPLEPROPERTYTEMPLATE('0kW6jQBc58jhiMYyLtUSuv',$,'Width','Nominal width (or thickness) of the plate. Only given, if the plate is prismatic (constant thickess).',.Q_LENGTH.,$,$,$,$,$,$,$); +#4303= IFCSIMPLEPROPERTYTEMPLATE('2XDJ5oQ3X8wuL8puElvYFm',$,'Perimeter','Total perimeter of the outer lining of the door.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4304= IFCSIMPLEPROPERTYTEMPLATE('11fv2IEvP6SP_YXmR3EWfq',$,'Width','Nominal width (or thickness) of the plate. Only given, if the covering is prismatic (constant thickess).',.Q_LENGTH.,$,$,$,$,$,$,$); +#4304= IFCSIMPLEPROPERTYTEMPLATE('19SFEqi01B3ALdNGRte$7C',$,'PlanArea','Projected plan area of upper surface of model.',.Q_AREA.,$,$,$,$,$,$,$); -#4305= IFCSIMPLEPROPERTYTEMPLATE('18UcPG7iP4zfJktZU_maoy',$,'Width','Total outer width of the window lining. It should only be provided, if it is a rectangular window.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4305= IFCSIMPLEPROPERTYTEMPLATE('1HyFyOJonBtx4V04qBUyEF',$,'PlanLength','Projected plan length of upper edge of slice.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4306= IFCSIMPLEPROPERTYTEMPLATE('1QLByzVjv9cPk0IdwHiOd_',$,'Width','Width of the opening, in case of wall openings it is the horizontal dimension in case of slab openings it is one horizontal dimension. Only provided, if the area is rectangular.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4306= IFCSIMPLEPROPERTYTEMPLATE('3fuF$itwL6PfQEQsct7uhL',$,'ProjectedArea','Total gross area of the outer surfaces of the roof, projected tp the ground. It is the sum of all projected roof slab gross areas. Roof openings, like sky windows and other openings and cut-outs are not taken into account.',.Q_AREA.,$,$,$,$,$,$,$); -#4307= IFCSIMPLEPROPERTYTEMPLATE('1umP6DTx1ARBiyRaOC1gIU',$,'Width','Thickness of the curtain wall. It should only be provided, if it is constant along the curtain wall path.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4307= IFCSIMPLEPROPERTYTEMPLATE('32i2POqiz7sxewNKXzANau',$,'SignArea',$,.Q_AREA.,$,$,$,$,$,$,$); -#4308= IFCSIMPLEPROPERTYTEMPLATE('2_dPl2$Yf1ef9pXg253sc3',$,'Width','Total outer width of the door lining. It should only be provided, if it is a rectangular door.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4308= IFCSIMPLEPROPERTYTEMPLATE('0522jbkpH6RucITXMXI8fB',$,'StandardWork','Work that is performed at regular times, up to a particular limit after which overtime rates may apply.',.Q_TIME.,$,$,$,$,$,$,$); -#4309= IFCSIMPLEPROPERTYTEMPLATE('2c$HEWc1b0ixiL$_rMctwP',$,'Width','Thickness of the ramp flight. It should only be provided, if it is constant.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4309= IFCSIMPLEPROPERTYTEMPLATE('29hrivl4D9Xv3Ij$kS6FDr',$,'Thickness','The geometric thickness of the object.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4310= IFCSIMPLEPROPERTYTEMPLATE('2ekc6Lw$vDfB57nG1Sm4wB',$,'Width','Total nominal width (or thickness) of the wall measured perpendicular to the wall path. It should only be provided, if it is constant along the wall path.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4310= IFCSIMPLEPROPERTYTEMPLATE('29hrivl4D9Xv3Ij$kS6FDr',$,'Thickness','The geometric thickness of the object.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4311= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4311= IFCSIMPLEPROPERTYTEMPLATE('07HtwfSVT6rxawKdjsilwt',$,'TotalSurfaceArea','Gross area of the air terminal face plate.',.Q_AREA.,$,$,$,$,$,$,$); -#4312= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4312= IFCSIMPLEPROPERTYTEMPLATE('09I0_N2T97QeOrJ9qSxfeT',$,'TotalSurfaceArea','Total surface area of the element.',.Q_AREA.,$,$,$,$,$,$,$); -#4313= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4313= IFCSIMPLEPROPERTYTEMPLATE('0tmUSCGyL09B1xy0j_abGA',$,'TotalSurfaceArea','Total surface area of the element.',.Q_AREA.,$,$,$,$,$,$,$); -#4314= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4314= IFCSIMPLEPROPERTYTEMPLATE('26rNXiavD40gy60NShbzTH',$,'UndisturbedVolume',$,.Q_VOLUME.,$,$,$,$,$,$,$); -#4315= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4315= IFCSIMPLEPROPERTYTEMPLATE('26rNXiavD40gy60NShbzTH',$,'UndisturbedVolume',$,.Q_VOLUME.,$,$,$,$,$,$,$); -#4316= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4316= IFCSIMPLEPROPERTYTEMPLATE('1_vxp4WGzDPu2rqx1zPOBW',$,'UsageTime','Total time using the equipment including operating time and idle time.',.Q_TIME.,$,$,$,$,$,$,$); -#4317= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4317= IFCSIMPLEPROPERTYTEMPLATE('0v4MMyo9v59fK0AkoEQN9i',$,'Volume','Volume of the opening. It is the additional volume of the projection to the element (e.g. wall or slab).',.Q_VOLUME.,$,$,$,$,$,$,$); -#4318= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4318= IFCSIMPLEPROPERTYTEMPLATE('1xhT9rkkvAp8YebJ0R7RY2',$,'Volume','Volume of the opening. It is the subtraction volume of the opening from the voided element (e.g. wall or slab). In case that the geometric volume of the opening is bigger then the subtraction volume, only the subtraction volume should be used.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4319= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4319= IFCSIMPLEPROPERTYTEMPLATE('2SpRPw_wHB28DYepaP_sPV',$,'Volume','Volume represented, if lower surface of stratum known.',.Q_VOLUME.,$,$,$,$,$,$,$); -#4320= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4320= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); -#4321= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4321= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); -#4322= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4322= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); -#4323= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); +#4323= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); -#4324= IFCSIMPLEPROPERTYTEMPLATE('3iDhtJHuzC_gCAj5wdpWJh',$,'Width','Total nominal width (or thickness) of the footing. For strip footings it is measured perpendicular to the footing path (or longitudial axis). For other footings it is one of the horizontal dimensions. It should only be provided, if it is constant.',.Q_LENGTH.,$,$,$,$,$,$,$); +#4324= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); -#4325= IFCPROPERTYSETTEMPLATE('1hQlisg0zEYxyhYL8vsAz3',$,'Qto_ActuatorBaseQuantities','Base quantities that are common to the definition of all occurrences of actuator.',.QTO_OCCURRENCEDRIVEN.,'IfcActuator',(#4102)); +#4325= IFCSIMPLEPROPERTYTEMPLATE('3Mf9e7UD5EZOIc4EQbT0xv',$,'Volume','Measured volume',.Q_VOLUME.,$,$,$,$,$,$,$); -#4326= IFCPROPERTYSETTEMPLATE('1rUOXyK7zFNfBaifdAM3yy',$,'Qto_AirTerminalBaseQuantities','Base quantities that are common to the definition of all types of air terminals.',.QTO_OCCURRENCEDRIVEN.,'IfcAirTerminal',(#4117,#4268,#4280)); +#4326= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4327= IFCPROPERTYSETTEMPLATE('0p50lClkHF$OLKmchSamAx',$,'Qto_AirTerminalBoxTypeBaseQuantities','Base quantities that are common to the definition of all types of air terminal boxes.',.QTO_OCCURRENCEDRIVEN.,'IfcAirTerminalBox',(#4114)); +#4327= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4328= IFCPROPERTYSETTEMPLATE('0VOkgKMKX1dx$MPmWIA8sA',$,'Qto_AirToAirHeatRecoveryBaseQuantities','Base quantities that are common to the definition of all types of air-to-air heat recovery elements.',.QTO_OCCURRENCEDRIVEN.,'IfcAirToAirHeatRecovery',(#4073)); +#4328= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4329= IFCPROPERTYSETTEMPLATE('0iG0enKiv1MusSHQ63VJc2',$,'Qto_AlarmBaseQuantities','Base quantities that are common to the definition of all occurrences of alarm.',.QTO_OCCURRENCEDRIVEN.,'IfcAlarm',(#4095)); +#4329= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4330= IFCPROPERTYSETTEMPLATE('2S5$9w7kbFUQZD_9dp3trc',$,'Qto_ArealStratumBaseQuantities','Quantity measures associated to areal stratum such as in a geotechnical slice. Uncertainty is documented in _Pset_Uncertainty_.',.QTO_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum',(#3994,#4180,#4274)); +#4330= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4331= IFCPROPERTYSETTEMPLATE('070voD4dn7UBLpwIwudHlZ',$,'Qto_AudioVisualApplianceBaseQuantities','Base quantities that are common to the definition of all occurrences of audio visual appliance.',.QTO_OCCURRENCEDRIVEN.,'IfcAudioVisualAppliance',(#4074)); +#4331= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4332= IFCPROPERTYSETTEMPLATE('1WqlIvvu96zedruLGqvnZ1',$,'Qto_BeamBaseQuantities','Base quantities that are common to the definition of all occurrences of beams.',.QTO_OCCURRENCEDRIVEN.,'IfcBeam',(#4189,#3999,#4258,#4045,#4214,#4054,#4226,#4116,#4247)); +#4332= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4333= IFCPROPERTYSETTEMPLATE('01rtunlen7SwNeUJYV0yMI',$,'Qto_BoilerBaseQuantities','Base quantities that are common to the definition of all types of boilers.',.QTO_OCCURRENCEDRIVEN.,'IfcBoiler',(#4090,#4241,#4282)); +#4333= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4334= IFCPROPERTYSETTEMPLATE('2agcKcpyPEEBdh0lm9p6kJ',$,'Qto_BuildingBaseQuantities','Base quantities that are common to the definition of all occurrences of building.',.QTO_OCCURRENCEDRIVEN.,'IfcBuilding',(#4139,#4014,#4018,#4032,#4206,#4055,#4230)); +#4334= IFCSIMPLEPROPERTYTEMPLATE('2ueoe8QyrBduWuJHsi21zb',$,'Weight','Total weight of object',.Q_WEIGHT.,$,$,$,$,$,$,$); -#4335= IFCPROPERTYSETTEMPLATE('3zYQzbKe92YuH7wKFHp2bq',$,'Qto_BuildingElementProxyQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcBuildingElementProxy',(#4215,#4231)); +#4335= IFCSIMPLEPROPERTYTEMPLATE('030qr7WMT5MBD4pdKmjYUh',$,'Width','Nominal width (or thickness) of the slab. Only given, if the slab is prismatic (constant thickess).',.Q_LENGTH.,$,$,$,$,$,$,$); -#4336= IFCPROPERTYSETTEMPLATE('18nKWzW1HATRtU6jiaMHcZ',$,'Qto_BuildingStoreyBaseQuantities','Base quantities that are common to the definition of all occurrences of building storey.',.QTO_OCCURRENCEDRIVEN.,'IfcBuildingStorey',(#4036,#4210,#4038,#4034,#4208,#4059,#4227)); +#4336= IFCSIMPLEPROPERTYTEMPLATE('0kW6jQBc58jhiMYyLtUSuv',$,'Width','Nominal width (or thickness) of the plate. Only given, if the plate is prismatic (constant thickess).',.Q_LENGTH.,$,$,$,$,$,$,$); -#4337= IFCPROPERTYSETTEMPLATE('3FcHcEK8n6ZxgNDBpbvW4M',$,'Qto_BurnerBaseQuantities','Base quantities that are common to the definition of all types of burners.',.QTO_OCCURRENCEDRIVEN.,'IfcBurner',(#4113)); +#4337= IFCSIMPLEPROPERTYTEMPLATE('11fv2IEvP6SP_YXmR3EWfq',$,'Width','Nominal width (or thickness) of the plate. Only given, if the covering is prismatic (constant thickess).',.Q_LENGTH.,$,$,$,$,$,$,$); -#4338= IFCPROPERTYSETTEMPLATE('0fqGvTlSTDxPZcWlJ3pkV8',$,'Qto_CableCarrierFittingBaseQuantities','Base quantities that are common to the definition of all occurrences of cable carrier fitting.',.QTO_OCCURRENCEDRIVEN.,'IfcCableCarrierFitting',(#4094)); +#4338= IFCSIMPLEPROPERTYTEMPLATE('18UcPG7iP4zfJktZU_maoy',$,'Width','Total outer width of the window lining. It should only be provided, if it is a rectangular window.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4339= IFCPROPERTYSETTEMPLATE('2ydTl6DTfEaQ6azgvHLiBu',$,'Qto_CableCarrierSegmentBaseQuantities','Base quantities that are common to the definition of all occurrences of cable carrier segment.',.QTO_OCCURRENCEDRIVEN.,'IfcCableCarrierSegment',(#4085,#4188,#4000,#4265)); +#4339= IFCSIMPLEPROPERTYTEMPLATE('1QLByzVjv9cPk0IdwHiOd_',$,'Width','Width of the opening, in case of wall openings it is the horizontal dimension in case of slab openings it is one horizontal dimension. Only provided, if the area is rectangular.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4340= IFCPROPERTYSETTEMPLATE('1Sx_GzB5r5FvwKjehrfxBs',$,'Qto_CableFittingBaseQuantities','Base quantities that are common to the definition of all occurrences of flow cable fitting.',.QTO_OCCURRENCEDRIVEN.,'IfcCableFitting',(#4120)); +#4340= IFCSIMPLEPROPERTYTEMPLATE('1umP6DTx1ARBiyRaOC1gIU',$,'Width','Thickness of the curtain wall. It should only be provided, if it is constant along the curtain wall path.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4341= IFCPROPERTYSETTEMPLATE('2LBZwvHXPCK9oTZaEkCXGI',$,'Qto_CableSegmentBaseQuantities','Base quantities that are common to the definition of all occurrences of cable segment.',.QTO_OCCURRENCEDRIVEN.,'IfcCableSegment',(#4098,#4156,#4001,#4266)); +#4341= IFCSIMPLEPROPERTYTEMPLATE('2_dPl2$Yf1ef9pXg253sc3',$,'Width','Total outer width of the door lining. It should only be provided, if it is a rectangular door.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4342= IFCPROPERTYSETTEMPLATE('0LObKgIxr3M9NBfDFwyo81',$,'Qto_ChillerBaseQuantities','Base quantities that are common to the definition of all types of chillers.',.QTO_OCCURRENCEDRIVEN.,'IfcChiller',(#4092)); +#4342= IFCSIMPLEPROPERTYTEMPLATE('2c$HEWc1b0ixiL$_rMctwP',$,'Width','Thickness of the ramp flight. It should only be provided, if it is constant.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4343= IFCPROPERTYSETTEMPLATE('2hQlC5OAP3te3pobw9Os_4',$,'Qto_ChimneyBaseQuantities','Base quantities that are common to the definition of all occurrences of chimneys.',.QTO_OCCURRENCEDRIVEN.,'IfcChimney',(#4162)); +#4343= IFCSIMPLEPROPERTYTEMPLATE('2ekc6Lw$vDfB57nG1Sm4wB',$,'Width','Total nominal width (or thickness) of the wall measured perpendicular to the wall path. It should only be provided, if it is constant along the wall path.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4344= IFCPROPERTYSETTEMPLATE('0OlJUKLcT0YQ0P1qQAYPLc',$,'Qto_CoilBaseQuantities','Base quantities that are common to the definition of all types of coils.',.QTO_OCCURRENCEDRIVEN.,'IfcCoil',(#4101)); +#4344= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4345= IFCPROPERTYSETTEMPLATE('0wj8YogyLApO2264_bkSBD',$,'Qto_ColumnBaseQuantities','Base quantities that are common to the definition of all occurrences of columns.',.QTO_OCCURRENCEDRIVEN.,'IfcColumn',(#4191,#4004,#4261,#4046,#4216,#4063,#4221,#4078,#4244)); +#4345= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4346= IFCPROPERTYSETTEMPLATE('2CXsY9A6D3R9QD9xndyc3m',$,'Qto_CommunicationsApplianceBaseQuantities','Base quantities that are common to the definition of all occurrences of communications appliance.',.QTO_OCCURRENCEDRIVEN.,'IfcCommunicationsAppliance',(#4106)); +#4346= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4347= IFCPROPERTYSETTEMPLATE('1Pb8AaH45FOugiLQx1u45k',$,'Qto_CompressorBaseQuantities','Base quantities that are common to the definition of all types of compressors.',.QTO_OCCURRENCEDRIVEN.,'IfcCompressor',(#4097)); +#4347= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4348= IFCPROPERTYSETTEMPLATE('3imN6wBoT21BeRAl3lq4OH',$,'Qto_CondenserBaseQuantities','Base quantities that are common to the definition of all types of condensers.',.QTO_OCCURRENCEDRIVEN.,'IfcCondenser',(#4121)); +#4348= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4349= IFCPROPERTYSETTEMPLATE('30zvdvQo99qR9afTpcLTh1',$,'Qto_ConduitSegmentBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcCableCarrierSegment/CONDUITSEGMENT',(#4155,#4255)); +#4349= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4350= IFCPROPERTYSETTEMPLATE('04rpJ_Z09EPxleo8w3GXRF',$,'Qto_ConstructionEquipmentResourceBaseQuantities','Base quantities that are common to the definition of all occurrences of construction equipment resources.',.QTO_OCCURRENCEDRIVEN.,'IfcConstructionEquipmentResource',(#4284,#4254)); +#4350= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4351= IFCPROPERTYSETTEMPLATE('3EQia4nD1DFArF2uEYAQYR',$,'Qto_ConstructionMaterialResourceBaseQuantities','Base quantities that are common to the definition of all occurrences of construction material resources.',.QTO_OCCURRENCEDRIVEN.,'IfcConstructionMaterialResource',(#4060,#4232,#4096,#4237)); +#4351= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4352= IFCPROPERTYSETTEMPLATE('07k$A1OzL9uRJ3nTCr3cb2',$,'Qto_ControllerBaseQuantities','Base quantities that are common to the definition of all occurrences of controller.',.QTO_OCCURRENCEDRIVEN.,'IfcController',(#4127)); +#4352= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4353= IFCPROPERTYSETTEMPLATE('3Agbfu_L91zBpikqO7W7y6',$,'Qto_CooledBeamBaseQuantities','Base quantities that are common to the definition of all types of cooled beams.',.QTO_OCCURRENCEDRIVEN.,'IfcCooledBeam',(#4129)); +#4353= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4354= IFCPROPERTYSETTEMPLATE('0IY1eQ69v2W82OFHdAkRk1',$,'Qto_CoolingTowerBaseQuantities','Base quantities that are common to the definition of all types of cooling towers.',.QTO_OCCURRENCEDRIVEN.,'IfcCoolingTower',(#4128)); +#4354= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4355= IFCPROPERTYSETTEMPLATE('2p9fsZzbXAOfoqSj3HSnG$',$,'Qto_CourseBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcCourse',(#4176,#4323,#4279,#4293,#4052,#4301)); +#4355= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4356= IFCPROPERTYSETTEMPLATE('3chsxKUDb01fGyiSzCJuqu',$,'Qto_CoveringBaseQuantities','Base quantities that are common to the definition of all occurrences of coverings applied to spaces.',.QTO_OCCURRENCEDRIVEN.,'IfcCovering',(#4304,#4020,#4196)); +#4356= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4357= IFCPROPERTYSETTEMPLATE('2mL_7pbyzDRQzec4nXsUe8',$,'Qto_CurtainWallQuantities','Base quantities that are common to the definition of all occurrences of curtain walls.',.QTO_OCCURRENCEDRIVEN.,'IfcCurtainWall',(#4160,#4142,#4307,#4040,#4212)); +#4357= IFCSIMPLEPROPERTYTEMPLATE('2vkF8AsQL5fg4keqWbdE8G',$,'Width','Characteristic width',.Q_LENGTH.,$,$,$,$,$,$,$); -#4358= IFCPROPERTYSETTEMPLATE('3KFL1YA_f6XRFLjLTzKzvk',$,'Qto_DamperBaseQuantities','Base quantities that are common to the definition of all types of dampers.',.QTO_OCCURRENCEDRIVEN.,'IfcDamper',(#4103)); +#4358= IFCSIMPLEPROPERTYTEMPLATE('3iDhtJHuzC_gCAj5wdpWJh',$,'Width','Total nominal width (or thickness) of the footing. For strip footings it is measured perpendicular to the footing path (or longitudial axis). For other footings it is one of the horizontal dimensions. It should only be provided, if it is constant.',.Q_LENGTH.,$,$,$,$,$,$,$); -#4359= IFCPROPERTYSETTEMPLATE('0M0WSoFor1iO2KrjUU3j2L',$,'Qto_DistributionBoardBaseQuantities','Base quantities that are common to the definition of all occurrences of electric distribution board.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricDistributionBoard',(#4081,#4252)); +#4359= IFCPROPERTYSETTEMPLATE('1hQlisg0zEYxyhYL8vsAz3',$,'Qto_ActuatorBaseQuantities','Base quantities that are common to the definition of all occurrences of actuator.',.QTO_OCCURRENCEDRIVEN.,'IfcActuator',(#4131)); -#4360= IFCPROPERTYSETTEMPLATE('1PbuJBYcPDDBcEG8o4osEB',$,'Qto_DistributionChamberElementBaseQuantities','Base quantities that are common to the definition of all occurrences of distribution chamber elements.',.QTO_OCCURRENCEDRIVEN.,'IfcDistributionChamberElement',(#4044,#4218,#4056,#4235,#4012)); +#4360= IFCPROPERTYSETTEMPLATE('1rUOXyK7zFNfBaifdAM3yy',$,'Qto_AirTerminalBaseQuantities','Base quantities that are common to the definition of all types of air terminals.',.QTO_OCCURRENCEDRIVEN.,'IfcAirTerminal',(#4146,#4299,#4311)); -#4361= IFCPROPERTYSETTEMPLATE('1AwqSBBljB1RN5AiAiBqI8',$,'Qto_DoorBaseQuantities','Base quantities that are common to the definition of all occurrences of doors.',.QTO_OCCURRENCEDRIVEN.,'IfcDoor',(#4308,#4153,#4272,#3986)); +#4361= IFCPROPERTYSETTEMPLATE('0p50lClkHF$OLKmchSamAx',$,'Qto_AirTerminalBoxTypeBaseQuantities','Base quantities that are common to the definition of all types of air terminal boxes.',.QTO_OCCURRENCEDRIVEN.,'IfcAirTerminalBox',(#4143)); -#4362= IFCPROPERTYSETTEMPLATE('3oxMktgxb0qulsbpIYSt4O',$,'Qto_DuctFittingBaseQuantities','Base quantities that are common to the definition of all types and occurrences of duct fittings.',.QTO_OCCURRENCEDRIVEN.,'IfcDuctFitting',(#4157,#4031,#4205,#4263,#4133)); +#4362= IFCPROPERTYSETTEMPLATE('0VOkgKMKX1dx$MPmWIA8sA',$,'Qto_AirToAirHeatRecoveryBaseQuantities','Base quantities that are common to the definition of all types of air-to-air heat recovery elements.',.QTO_OCCURRENCEDRIVEN.,'IfcAirToAirHeatRecovery',(#4102)); -#4363= IFCPROPERTYSETTEMPLATE('3$szzzmXHEHP5n9K93yL2J',$,'Qto_DuctSegmentBaseQuantities','Base quantities that are common to the definition of all types and occurrences of duct segments.',.QTO_OCCURRENCEDRIVEN.,'IfcDuctSegment',(#4159,#4030,#4204,#4256,#4088)); +#4363= IFCPROPERTYSETTEMPLATE('0iG0enKiv1MusSHQ63VJc2',$,'Qto_AlarmBaseQuantities','Base quantities that are common to the definition of all occurrences of alarm.',.QTO_OCCURRENCEDRIVEN.,'IfcAlarm',(#4124)); -#4364= IFCPROPERTYSETTEMPLATE('3NOV0Ugdf05xjLnVzCZP0j',$,'Qto_DuctSilencerBaseQuantities','Base quantities that are common to the definition of all types of duct silencers.',.QTO_OCCURRENCEDRIVEN.,'IfcDuctSilencer',(#4080)); +#4364= IFCPROPERTYSETTEMPLATE('2S5$9w7kbFUQZD_9dp3trc',$,'Qto_ArealStratumBaseQuantities','Quantity measures associated to areal stratum such as in a geotechnical slice. Uncertainty is documented in _Pset_Uncertainty_.',.QTO_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum',(#4022,#4210,#4305)); -#4365= IFCPROPERTYSETTEMPLATE('1sPBaofsP5KhTcd2mOfWsN',$,'Qto_EarthworksCutBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcEarthworksCut',(#4176,#4323,#4011,#4283,#4193,#4301)); +#4365= IFCPROPERTYSETTEMPLATE('070voD4dn7UBLpwIwudHlZ',$,'Qto_AudioVisualApplianceBaseQuantities','Base quantities that are common to the definition of all occurrences of audio visual appliance.',.QTO_OCCURRENCEDRIVEN.,'IfcAudioVisualAppliance',(#4103)); -#4366= IFCPROPERTYSETTEMPLATE('3rwKfiQiH5gOMG_$_CQwCH',$,'Qto_EarthworksFillBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcEarthworksFill',(#4176,#4323,#4011,#3996,#4193)); +#4366= IFCPROPERTYSETTEMPLATE('1WqlIvvu96zedruLGqvnZ1',$,'Qto_BeamBaseQuantities','Base quantities that are common to the definition of all occurrences of beams.',.QTO_OCCURRENCEDRIVEN.,'IfcBeam',(#4219,#4027,#4289,#4074,#4245,#4083,#4257,#4145,#4278)); -#4367= IFCPROPERTYSETTEMPLATE('15r$LAMGvBZAESSqu1wbW$',$,'Qto_ElectricApplianceBaseQuantities','Base quantities that are common to the definition of all occurrences of electric appliance.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricAppliance',(#4104)); +#4367= IFCPROPERTYSETTEMPLATE('01rtunlen7SwNeUJYV0yMI',$,'Qto_BoilerBaseQuantities','Base quantities that are common to the definition of all types of boilers.',.QTO_OCCURRENCEDRIVEN.,'IfcBoiler',(#4119,#4272,#4313)); -#4368= IFCPROPERTYSETTEMPLATE('0cRr4uAUT5iRUtJkPo2Fph',$,'Qto_ElectricFlowStorageDeviceBaseQuantities','Base quantities that are common to the definition of all occurrences of electric flow storage device.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricFlowStorageDevice',(#4135)); +#4368= IFCPROPERTYSETTEMPLATE('2agcKcpyPEEBdh0lm9p6kJ',$,'Qto_BuildingBaseQuantities','Base quantities that are common to the definition of all occurrences of building.',.QTO_OCCURRENCEDRIVEN.,'IfcBuilding',(#4168,#4043,#4047,#4061,#4237,#4084,#4261)); -#4369= IFCPROPERTYSETTEMPLATE('3WKSMIs4b1QBRSZhY4D$cf',$,'Qto_ElectricGeneratorBaseQuantities','Base quantities that are common to the definition of all occurrences of electric generator.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricGenerator',(#4066)); +#4369= IFCPROPERTYSETTEMPLATE('3zYQzbKe92YuH7wKFHp2bq',$,'Qto_BuildingElementProxyQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcBuildingElementProxy',(#4246,#4262)); -#4370= IFCPROPERTYSETTEMPLATE('3uSlMn59921O9iTHPrmSY1',$,'Qto_ElectricMotorBaseQuantities','Base quantities that are common to the definition of all occurrences of electric motor.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricMotor',(#4126)); +#4370= IFCPROPERTYSETTEMPLATE('18nKWzW1HATRtU6jiaMHcZ',$,'Qto_BuildingStoreyBaseQuantities','Base quantities that are common to the definition of all occurrences of building storey.',.QTO_OCCURRENCEDRIVEN.,'IfcBuildingStorey',(#4065,#4241,#4067,#4063,#4239,#4088,#4258)); -#4371= IFCPROPERTYSETTEMPLATE('2urlrDpJrF4fBsdeqGr5vJ',$,'Qto_ElectricTimeControlBaseQuantities','Base quantities that are common to the definition of all occurrences of electric time control.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricTimeControl',(#4082)); +#4371= IFCPROPERTYSETTEMPLATE('3FcHcEK8n6ZxgNDBpbvW4M',$,'Qto_BurnerBaseQuantities','Base quantities that are common to the definition of all types of burners.',.QTO_OCCURRENCEDRIVEN.,'IfcBurner',(#4142)); -#4372= IFCPROPERTYSETTEMPLATE('1hHSvz5dH9MPWScma3lpAo',$,'Qto_EvaporativeCoolerBaseQuantities','Base quantities that are common to the definition of all types of evaporative coolers.',.QTO_OCCURRENCEDRIVEN.,'IfcEvaporativeCooler',(#4110)); +#4372= IFCPROPERTYSETTEMPLATE('0fqGvTlSTDxPZcWlJ3pkV8',$,'Qto_CableCarrierFittingBaseQuantities','Base quantities that are common to the definition of all occurrences of cable carrier fitting.',.QTO_OCCURRENCEDRIVEN.,'IfcCableCarrierFitting',(#4123)); -#4373= IFCPROPERTYSETTEMPLATE('2pyLu0aJXAVv0$j9GMahnC',$,'Qto_EvaporatorBaseQuantities','Base quantities that are common to the definition of all types of evaporators.',.QTO_OCCURRENCEDRIVEN.,'IfcEvaporator',(#4131)); +#4373= IFCPROPERTYSETTEMPLATE('2ydTl6DTfEaQ6azgvHLiBu',$,'Qto_CableCarrierSegmentBaseQuantities','Base quantities that are common to the definition of all occurrences of cable carrier segment.',.QTO_OCCURRENCEDRIVEN.,'IfcCableCarrierSegment',(#4114,#4218,#4028,#4296)); -#4374= IFCPROPERTYSETTEMPLATE('1zrpEJjST5yuSoETOwFAuL',$,'Qto_FacilityPartBaseQuantities','Base quantities that are common to the definition of all occurrences of _IfcFacilityPart_.',.QTO_OCCURRENCEDRIVEN.,'IfcFacilityPart',(#4176,#4323,#4151,#3991,#4293)); +#4374= IFCPROPERTYSETTEMPLATE('1Sx_GzB5r5FvwKjehrfxBs',$,'Qto_CableFittingBaseQuantities','Base quantities that are common to the definition of all occurrences of flow cable fitting.',.QTO_OCCURRENCEDRIVEN.,'IfcCableFitting',(#4149)); -#4375= IFCPROPERTYSETTEMPLATE('3FHIXjhWn419r3W1Nx5ybt',$,'Qto_FanBaseQuantities','Base quantities that are common to the definition of all types of fans.',.QTO_OCCURRENCEDRIVEN.,'IfcFan',(#4130)); +#4375= IFCPROPERTYSETTEMPLATE('2LBZwvHXPCK9oTZaEkCXGI',$,'Qto_CableSegmentBaseQuantities','Base quantities that are common to the definition of all occurrences of cable segment.',.QTO_OCCURRENCEDRIVEN.,'IfcCableSegment',(#4127,#4185,#4029,#4297)); -#4376= IFCPROPERTYSETTEMPLATE('0Cle0SIDH3tgns50MFUIbA',$,'Qto_FilterBaseQuantities','Base quantities that are common to the definition of all types of filters.',.QTO_OCCURRENCEDRIVEN.,'IfcFilter',(#4076)); +#4376= IFCPROPERTYSETTEMPLATE('0LObKgIxr3M9NBfDFwyo81',$,'Qto_ChillerBaseQuantities','Base quantities that are common to the definition of all types of chillers.',.QTO_OCCURRENCEDRIVEN.,'IfcChiller',(#4121)); -#4377= IFCPROPERTYSETTEMPLATE('0E2NxR3DPCcg__l_owuZYl',$,'Qto_FireSuppressionTerminalBaseQuantities','Base quantities that are common to the definition of all occurrences of fire suppression terminal.',.QTO_OCCURRENCEDRIVEN.,'IfcFireSuppressionTerminal',(#4099)); +#4377= IFCPROPERTYSETTEMPLATE('2hQlC5OAP3te3pobw9Os_4',$,'Qto_ChimneyBaseQuantities','Base quantities that are common to the definition of all occurrences of chimneys.',.QTO_OCCURRENCEDRIVEN.,'IfcChimney',(#4191)); -#4378= IFCPROPERTYSETTEMPLATE('3esZIXApz4fgRBJO3wa35f',$,'Qto_FlowInstrumentBaseQuantities','Base quantities that are common to the definition of all occurrences of flow instrument.',.QTO_OCCURRENCEDRIVEN.,'IfcFlowInstrument',(#4136)); +#4378= IFCPROPERTYSETTEMPLATE('0OlJUKLcT0YQ0P1qQAYPLc',$,'Qto_CoilBaseQuantities','Base quantities that are common to the definition of all types of coils.',.QTO_OCCURRENCEDRIVEN.,'IfcCoil',(#4130)); -#4379= IFCPROPERTYSETTEMPLATE('2e2sfrsyL2pQBvjW9C60mu',$,'Qto_FlowMeterBaseQuantities','Base quantities that are common to the definition of all types of flow meters.',.QTO_OCCURRENCEDRIVEN.,'IfcFlowMeter',(#4134)); +#4379= IFCPROPERTYSETTEMPLATE('0wj8YogyLApO2264_bkSBD',$,'Qto_ColumnBaseQuantities','Base quantities that are common to the definition of all occurrences of columns.',.QTO_OCCURRENCEDRIVEN.,'IfcColumn',(#4221,#4032,#4292,#4075,#4247,#4092,#4252,#4107,#4275)); -#4380= IFCPROPERTYSETTEMPLATE('0S8Fx9Ucb6dQcR8Wu0A85Z',$,'Qto_FootingBaseQuantities','Base quantities that are common to the definition of all occurrences of footings.',.QTO_OCCURRENCEDRIVEN.,'IfcFooting',(#4181,#4324,#4143,#4003,#4259,#4042,#4064,#4219,#4125,#4251)); +#4380= IFCPROPERTYSETTEMPLATE('2CXsY9A6D3R9QD9xndyc3m',$,'Qto_CommunicationsApplianceBaseQuantities','Base quantities that are common to the definition of all occurrences of communications appliance.',.QTO_OCCURRENCEDRIVEN.,'IfcCommunicationsAppliance',(#4135)); -#4381= IFCPROPERTYSETTEMPLATE('1$S1A04gz3mQzn6FT22hNz',$,'Qto_HeatExchangerBaseQuantities','Base quantities that are common to the definition of all types of heat exchangers.',.QTO_OCCURRENCEDRIVEN.,'IfcHeatExchanger',(#4132)); +#4381= IFCPROPERTYSETTEMPLATE('1Pb8AaH45FOugiLQx1u45k',$,'Qto_CompressorBaseQuantities','Base quantities that are common to the definition of all types of compressors.',.QTO_OCCURRENCEDRIVEN.,'IfcCompressor',(#4126)); -#4382= IFCPROPERTYSETTEMPLATE('0xanh$x9j7CvhHS3sljUjA',$,'Qto_HumidifierBaseQuantities','Base quantities that are common to the definition of all types of humidifiers.',.QTO_OCCURRENCEDRIVEN.,'IfcHumidifier',(#4118)); +#4382= IFCPROPERTYSETTEMPLATE('3imN6wBoT21BeRAl3lq4OH',$,'Qto_CondenserBaseQuantities','Base quantities that are common to the definition of all types of condensers.',.QTO_OCCURRENCEDRIVEN.,'IfcCondenser',(#4150)); -#4383= IFCPROPERTYSETTEMPLATE('1EswxrRsL1CQMu5t82adUe',$,'Qto_ImpactProtectionDeviceBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcImpactProtectionDevice',(#4301)); +#4383= IFCPROPERTYSETTEMPLATE('30zvdvQo99qR9afTpcLTh1',$,'Qto_ConduitSegmentBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcCableCarrierSegment/CONDUITSEGMENT',(#4184,#4286)); -#4384= IFCPROPERTYSETTEMPLATE('12O8y5wib0NRG1JAXWL7ra',$,'Qto_InterceptorBaseQuantities','Base quantities that are common to the definition of all occurrences of interceptor.',.QTO_OCCURRENCEDRIVEN.,'IfcInterceptor',(#4107)); +#4384= IFCPROPERTYSETTEMPLATE('04rpJ_Z09EPxleo8w3GXRF',$,'Qto_ConstructionEquipmentResourceBaseQuantities','Base quantities that are common to the definition of all occurrences of construction equipment resources.',.QTO_OCCURRENCEDRIVEN.,'IfcConstructionEquipmentResource',(#4316,#4285)); -#4385= IFCPROPERTYSETTEMPLATE('0dPw5tVT17uRc_J_5M3pCO',$,'Qto_JunctionBoxBaseQuantities','Base quantities that are common to the definition of all occurrences of junction box.',.QTO_OCCURRENCEDRIVEN.,'IfcJunctionBox',(#4069,#4253,#4176,#4323,#4151)); +#4385= IFCPROPERTYSETTEMPLATE('3EQia4nD1DFArF2uEYAQYR',$,'Qto_ConstructionMaterialResourceBaseQuantities','Base quantities that are common to the definition of all occurrences of construction material resources.',.QTO_OCCURRENCEDRIVEN.,'IfcConstructionMaterialResource',(#4089,#4263,#4125,#4268)); -#4386= IFCPROPERTYSETTEMPLATE('0sfS47qTDC_uvImFylhbKz',$,'Qto_KerbBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcKerb',(#4176,#4323,#4151,#4011,#4293,#4301)); +#4386= IFCPROPERTYSETTEMPLATE('07k$A1OzL9uRJ3nTCr3cb2',$,'Qto_ControllerBaseQuantities','Base quantities that are common to the definition of all occurrences of controller.',.QTO_OCCURRENCEDRIVEN.,'IfcController',(#4156)); -#4387= IFCPROPERTYSETTEMPLATE('2Y01H7$fX3fRwDe96uYUsW',$,'Qto_LaborResourceBaseQuantities','Base quantities that are common to the definition of all occurrences of labour resources.',.QTO_OCCURRENCEDRIVEN.,'IfcLaborResource',(#4277,#4267)); +#4387= IFCPROPERTYSETTEMPLATE('3Agbfu_L91zBpikqO7W7y6',$,'Qto_CooledBeamBaseQuantities','Base quantities that are common to the definition of all types of cooled beams.',.QTO_OCCURRENCEDRIVEN.,'IfcCooledBeam',(#4158)); -#4388= IFCPROPERTYSETTEMPLATE('0ZhFR_pJTCVAmRW49VTo0Z',$,'Qto_LampBaseQuantities','Base quantities that are common to the definition of all occurrences of lamp.',.QTO_OCCURRENCEDRIVEN.,'IfcLamp',(#4105)); +#4388= IFCPROPERTYSETTEMPLATE('0IY1eQ69v2W82OFHdAkRk1',$,'Qto_CoolingTowerBaseQuantities','Base quantities that are common to the definition of all types of cooling towers.',.QTO_OCCURRENCEDRIVEN.,'IfcCoolingTower',(#4157)); -#4389= IFCPROPERTYSETTEMPLATE('2e$DkmMHL7L8FsT5UB9$D_',$,'Qto_LightFixtureBaseQuantities','Base quantities that are common to the definition of all occurrences of light fixture.',.QTO_OCCURRENCEDRIVEN.,'IfcLightFixture',(#4100)); +#4389= IFCPROPERTYSETTEMPLATE('2p9fsZzbXAOfoqSj3HSnG$',$,'Qto_CourseBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcCourse',(#4206,#4357,#4310,#4325,#4081,#4334)); -#4390= IFCPROPERTYSETTEMPLATE('0uOCy_pGv4HuAxLx$ilI0j',$,'Qto_LinearStratumBaseQuantities','Quantity measures associated to a linear stratum such as in a borehole. Uncertainty is documented in _Pset_Uncertainty_.',.QTO_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum',(#4013,#4179)); +#4390= IFCPROPERTYSETTEMPLATE('3chsxKUDb01fGyiSzCJuqu',$,'Qto_CoveringBaseQuantities','Base quantities that are common to the definition of all occurrences of coverings applied to spaces.',.QTO_OCCURRENCEDRIVEN.,'IfcCovering',(#4337,#4049,#4227)); -#4391= IFCPROPERTYSETTEMPLATE('0xBy0_$YzCkfAeO0wiKwTF',$,'Qto_MarineFacilityBaseQuantities','Base quantities that are common to the definition of all occurrences of _IfcMarineFacility_.',.QTO_OCCURRENCEDRIVEN.,'IfcMarineFacility',(#4176,#4323,#4151,#3991,#4293)); +#4391= IFCPROPERTYSETTEMPLATE('2mL_7pbyzDRQzec4nXsUe8',$,'Qto_CurtainWallQuantities','Base quantities that are common to the definition of all occurrences of curtain walls.',.QTO_OCCURRENCEDRIVEN.,'IfcCurtainWall',(#4189,#4171,#4340,#4069,#4243)); -#4392= IFCPROPERTYSETTEMPLATE('07wXL8A2r2yQeCTXi_Vopj',$,'Qto_MemberBaseQuantities','Base quantities that are common to the definition of all occurrences of members.',.QTO_OCCURRENCEDRIVEN.,'IfcMember',(#4182,#4002,#4262,#4047,#4217,#4058,#4225,#4093,#4238)); +#4392= IFCPROPERTYSETTEMPLATE('3KFL1YA_f6XRFLjLTzKzvk',$,'Qto_DamperBaseQuantities','Base quantities that are common to the definition of all types of dampers.',.QTO_OCCURRENCEDRIVEN.,'IfcDamper',(#4132)); -#4393= IFCPROPERTYSETTEMPLATE('1o_Kz1MEv6IOx4yAbdGBGC',$,'Qto_MotorConnectionBaseQuantities','Base quantities that are common to the definition of all occurrences of motor connection.',.QTO_OCCURRENCEDRIVEN.,'IfcMotorConnection',(#4109)); +#4393= IFCPROPERTYSETTEMPLATE('0M0WSoFor1iO2KrjUU3j2L',$,'Qto_DistributionBoardBaseQuantities','Base quantities that are common to the definition of all occurrences of electric distribution board.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricDistributionBoard',(#4110,#4283)); -#4394= IFCPROPERTYSETTEMPLATE('298sOI5jj159r1s4w0pAhc',$,'Qto_OpeningElementBaseQuantities','Base quantities that are common to the definition of all occurrences of opening elements.',.QTO_OCCURRENCEDRIVEN.,'IfcOpeningElement',(#4306,#4140,#4005,#3993,#4286)); +#4394= IFCPROPERTYSETTEMPLATE('1PbuJBYcPDDBcEG8o4osEB',$,'Qto_DistributionChamberElementBaseQuantities','Base quantities that are common to the definition of all occurrences of distribution chamber elements.',.QTO_OCCURRENCEDRIVEN.,'IfcDistributionChamberElement',(#4073,#4249,#4085,#4266,#4041)); -#4395= IFCPROPERTYSETTEMPLATE('3bHVH_iKvB7glUHyNTHM8n',$,'Qto_OutletBaseQuantities','Base quantities that are common to the definition of all occurrences of outlet.',.QTO_OCCURRENCEDRIVEN.,'IfcOutlet',(#4086)); +#4395= IFCPROPERTYSETTEMPLATE('1AwqSBBljB1RN5AiAiBqI8',$,'Qto_DoorBaseQuantities','Base quantities that are common to the definition of all occurrences of doors.',.QTO_OCCURRENCEDRIVEN.,'IfcDoor',(#4341,#4182,#4303,#4014)); -#4396= IFCPROPERTYSETTEMPLATE('1wcLUssjzDxBr3gFI_oXNJ',$,'Qto_PavementBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcPavement',(#4176,#4323,#4011,#4023,#4200,#4052,#4223)); +#4396= IFCPROPERTYSETTEMPLATE('3oxMktgxb0qulsbpIYSt4O',$,'Qto_DuctFittingBaseQuantities','Base quantities that are common to the definition of all types and occurrences of duct fittings.',.QTO_OCCURRENCEDRIVEN.,'IfcDuctFitting',(#4186,#4060,#4236,#4294,#4162)); -#4397= IFCPROPERTYSETTEMPLATE('30U52MSOf5dOhejs29lcq6',$,'Qto_PictorialSignQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcSign/PICTORAL',(#3991,#4276)); +#4397= IFCPROPERTYSETTEMPLATE('3$szzzmXHEHP5n9K93yL2J',$,'Qto_DuctSegmentBaseQuantities','Base quantities that are common to the definition of all types and occurrences of duct segments.',.QTO_OCCURRENCEDRIVEN.,'IfcDuctSegment',(#4188,#4059,#4235,#4287,#4117)); -#4398= IFCPROPERTYSETTEMPLATE('2G1lJVyMT9kvpPesdMi1jZ',$,'Qto_PileBaseQuantities','Base quantities that are common to the definition of all occurrences of piles.',.QTO_OCCURRENCEDRIVEN.,'IfcPile',(#4187,#3998,#4264,#4043,#4062,#4228,#4079,#4239)); +#4398= IFCPROPERTYSETTEMPLATE('3NOV0Ugdf05xjLnVzCZP0j',$,'Qto_DuctSilencerBaseQuantities','Base quantities that are common to the definition of all types of duct silencers.',.QTO_OCCURRENCEDRIVEN.,'IfcDuctSilencer',(#4109)); -#4399= IFCPROPERTYSETTEMPLATE('0fTy0Vau90jgn2NeB8UR1U',$,'Qto_PipeFittingBaseQuantities','Base quantities that are common to the definition of all types and occurrences of pipe fittings.',.QTO_OCCURRENCEDRIVEN.,'IfcPipeFitting',(#4177,#4028,#4203,#4260,#4119,#4249)); +#4399= IFCPROPERTYSETTEMPLATE('1sPBaofsP5KhTcd2mOfWsN',$,'Qto_EarthworksCutBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcEarthworksCut',(#4206,#4357,#4040,#4315,#4224,#4334)); -#4400= IFCPROPERTYSETTEMPLATE('1gRj3JDc19RxxVo8Ftcpyq',$,'Qto_PipeSegmentBaseQuantities','Base quantities that are common to the definition of all types and occurrences of pipe segments.',.QTO_OCCURRENCEDRIVEN.,'IfcPipeSegment',(#4184,#4029,#4202,#4257,#4124,#4245,#4017)); +#4400= IFCPROPERTYSETTEMPLATE('3rwKfiQiH5gOMG_$_CQwCH',$,'Qto_EarthworksFillBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcEarthworksFill',(#4206,#4357,#4040,#4024,#4224)); -#4401= IFCPROPERTYSETTEMPLATE('3mesejfMT2DgXjJl$hxqFX',$,'Qto_PlateBaseQuantities','Base quantities that are common to the definition of all occurrences of plates.',.QTO_OCCURRENCEDRIVEN.,'IfcPlate',(#4303,#4270,#4024,#4195,#4048,#4233,#4070,#4248)); +#4401= IFCPROPERTYSETTEMPLATE('15r$LAMGvBZAESSqu1wbW$',$,'Qto_ElectricApplianceBaseQuantities','Base quantities that are common to the definition of all occurrences of electric appliance.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricAppliance',(#4133)); -#4402= IFCPROPERTYSETTEMPLATE('3tWI3hSgvD6O3EMXqL4Lbd',$,'Qto_ProjectionElementBaseQuantities','Base quantities that are common to the definition of all occurrences of projection elements.',.QTO_OCCURRENCEDRIVEN.,'IfcProjectionElement',(#3995,#4285)); +#4402= IFCPROPERTYSETTEMPLATE('0cRr4uAUT5iRUtJkPo2Fph',$,'Qto_ElectricFlowStorageDeviceBaseQuantities','Base quantities that are common to the definition of all occurrences of electric flow storage device.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricFlowStorageDevice',(#4164)); -#4403= IFCPROPERTYSETTEMPLATE('215aG77EHErgeAFMg$paZa',$,'Qto_ProtectiveDeviceBaseQuantities','Base quantities that are common to the definition of all occurrences of protective device.',.QTO_OCCURRENCEDRIVEN.,'IfcProtectiveDevice',(#4123)); +#4403= IFCPROPERTYSETTEMPLATE('3WKSMIs4b1QBRSZhY4D$cf',$,'Qto_ElectricGeneratorBaseQuantities','Base quantities that are common to the definition of all occurrences of electric generator.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricGenerator',(#4095)); -#4404= IFCPROPERTYSETTEMPLATE('3lG2IIOpz1PuQ$te8ZnGuh',$,'Qto_ProtectiveDeviceTrippingUnitBaseQuantities','Base quantities that are common to the definition of all occurrences of protective device tripping unit.',.QTO_OCCURRENCEDRIVEN.,'IfcProtectiveDeviceTrippingUnit',(#4067)); +#4404= IFCPROPERTYSETTEMPLATE('3uSlMn59921O9iTHPrmSY1',$,'Qto_ElectricMotorBaseQuantities','Base quantities that are common to the definition of all occurrences of electric motor.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricMotor',(#4155)); -#4405= IFCPROPERTYSETTEMPLATE('2UGS3R5YzF7hstsWDTwD0X',$,'Qto_PumpBaseQuantities','Base quantities that are common to the definition of all types of pumps.',.QTO_OCCURRENCEDRIVEN.,'IfcPump',(#4084)); +#4405= IFCPROPERTYSETTEMPLATE('2urlrDpJrF4fBsdeqGr5vJ',$,'Qto_ElectricTimeControlBaseQuantities','Base quantities that are common to the definition of all occurrences of electric time control.',.QTO_OCCURRENCEDRIVEN.,'IfcElectricTimeControl',(#4111)); -#4406= IFCPROPERTYSETTEMPLATE('2HxTDcFDb51RJIM0ZznDDR',$,'Qto_RailBaseQuantities','Base quantities that are common to the definition of all occurrences of rail.',.QTO_OCCURRENCEDRIVEN.,'IfcRail',(#4176,#4293,#4301)); +#4406= IFCPROPERTYSETTEMPLATE('1hHSvz5dH9MPWScma3lpAo',$,'Qto_EvaporativeCoolerBaseQuantities','Base quantities that are common to the definition of all types of evaporative coolers.',.QTO_OCCURRENCEDRIVEN.,'IfcEvaporativeCooler',(#4139)); -#4407= IFCPROPERTYSETTEMPLATE('1Fh58OFtTD3fz8LEdf4$TK',$,'Qto_RailingBaseQuantities','Base quantities that are common to the definition of all occurrences of railings.',.QTO_OCCURRENCEDRIVEN.,'IfcRailing',(#4183)); +#4407= IFCPROPERTYSETTEMPLATE('2pyLu0aJXAVv0$j9GMahnC',$,'Qto_EvaporatorBaseQuantities','Base quantities that are common to the definition of all types of evaporators.',.QTO_OCCURRENCEDRIVEN.,'IfcEvaporator',(#4160)); -#4408= IFCPROPERTYSETTEMPLATE('0rlWCYbyH02RREPFxBxj2G',$,'Qto_RampFlightBaseQuantities','Base quantities that are common to the definition of all occurrences of ramp flights.',.QTO_OCCURRENCEDRIVEN.,'IfcRampFlight',(#4158,#4309,#4021,#4198,#4053,#4234)); +#4408= IFCPROPERTYSETTEMPLATE('1sPBaofsP5KhTcd2mOfWsN',$,'Qto_ExcavationBaseQuantities','Base quantities for excavations.',.QTO_OCCURRENCEDRIVEN.,'IfcExcavation',(#4206,#4357,#4040,#4315,#4224,#4334)); -#4409= IFCPROPERTYSETTEMPLATE('3K$8Shz$bExuadtgCVu64H',$,'Qto_ReinforcedSoilBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcReinforcedSoil',(#4176,#4323,#4011,#3991,#4293)); +#4409= IFCPROPERTYSETTEMPLATE('1zrpEJjST5yuSoETOwFAuL',$,'Qto_FacilityPartBaseQuantities','Base quantities that are common to the definition of all occurrences of _IfcFacilityPart_.',.QTO_OCCURRENCEDRIVEN.,'IfcFacilityPart',(#4206,#4357,#4180,#4019,#4325)); -#4410= IFCPROPERTYSETTEMPLATE('1yBk2ygZz9TxxfkC_gyWZV',$,'Qto_ReinforcingElementBaseQuantities','Base quantities that are common to the definition of all occurrences of reinforcement.',.QTO_OCCURRENCEDRIVEN.,'IfcReinforcingElement',(#3997,#4178,#4301)); +#4410= IFCPROPERTYSETTEMPLATE('3FHIXjhWn419r3W1Nx5ybt',$,'Qto_FanBaseQuantities','Base quantities that are common to the definition of all types of fans.',.QTO_OCCURRENCEDRIVEN.,'IfcFan',(#4159)); -#4411= IFCPROPERTYSETTEMPLATE('18$_auxt9FoeYNlFbaW7W1',$,'Qto_RoofBaseQuantities','Base quantities that are common to the definition of all occurrences of roof.',.QTO_OCCURRENCEDRIVEN.,'IfcRoof',(#4026,#4197,#4275)); +#4411= IFCPROPERTYSETTEMPLATE('0Cle0SIDH3tgns50MFUIbA',$,'Qto_FilterBaseQuantities','Base quantities that are common to the definition of all types of filters.',.QTO_OCCURRENCEDRIVEN.,'IfcFilter',(#4105)); -#4412= IFCPROPERTYSETTEMPLATE('0GH8HxWALBChtoyBC_GLmL',$,'Qto_SanitaryTerminalBaseQuantities','Base quantities that are common to the definition of all occurrences of sanitary terminal.',.QTO_OCCURRENCEDRIVEN.,'IfcSanitaryTerminal',(#4091)); +#4412= IFCPROPERTYSETTEMPLATE('0E2NxR3DPCcg__l_owuZYl',$,'Qto_FireSuppressionTerminalBaseQuantities','Base quantities that are common to the definition of all occurrences of fire suppression terminal.',.QTO_OCCURRENCEDRIVEN.,'IfcFireSuppressionTerminal',(#4128)); -#4413= IFCPROPERTYSETTEMPLATE('3tBqsS39T6WOBVevU7vLyE',$,'Qto_SensorBaseQuantities','Base quantities that are common to the definition of all occurrences of sensor.',.QTO_OCCURRENCEDRIVEN.,'IfcSensor',(#4077)); +#4413= IFCPROPERTYSETTEMPLATE('3esZIXApz4fgRBJO3wa35f',$,'Qto_FlowInstrumentBaseQuantities','Base quantities that are common to the definition of all occurrences of flow instrument.',.QTO_OCCURRENCEDRIVEN.,'IfcFlowInstrument',(#4165)); -#4414= IFCPROPERTYSETTEMPLATE('2mB9s7Wrn3kxxRUqfb0J1W',$,'Qto_SignalBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcSignal',(#4301)); +#4414= IFCPROPERTYSETTEMPLATE('2e2sfrsyL2pQBvjW9C60mu',$,'Qto_FlowMeterBaseQuantities','Base quantities that are common to the definition of all types of flow meters.',.QTO_OCCURRENCEDRIVEN.,'IfcFlowMeter',(#4163)); -#4415= IFCPROPERTYSETTEMPLATE('3xI5xed7v6ofqFwiNVrwf1',$,'Qto_SignBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcSign',(#4151,#4323,#4279,#4301)); +#4415= IFCPROPERTYSETTEMPLATE('0S8Fx9Ucb6dQcR8Wu0A85Z',$,'Qto_FootingBaseQuantities','Base quantities that are common to the definition of all occurrences of footings.',.QTO_OCCURRENCEDRIVEN.,'IfcFooting',(#4211,#4358,#4172,#4031,#4290,#4071,#4093,#4250,#4154,#4282)); -#4416= IFCPROPERTYSETTEMPLATE('2XFSM7AIT5IuEqiUOxxKSN',$,'Qto_SiteBaseQuantities','Base quantities that are common to the definition of all occurrences of site.',.QTO_OCCURRENCEDRIVEN.,'IfcSite',(#4039,#4025)); +#4416= IFCPROPERTYSETTEMPLATE('1$S1A04gz3mQzn6FT22hNz',$,'Qto_HeatExchangerBaseQuantities','Base quantities that are common to the definition of all types of heat exchangers.',.QTO_OCCURRENCEDRIVEN.,'IfcHeatExchanger',(#4161)); -#4417= IFCPROPERTYSETTEMPLATE('3GbrjZQZ52SvxC6z0bkaIn',$,'Qto_SlabBaseQuantities','Base quantities that are common to the definition of all occurrences of slabs.',.QTO_OCCURRENCEDRIVEN.,'IfcSlab',(#4302,#4190,#4011,#4271,#4023,#4200,#4052,#4223,#4108,#4250)); +#4417= IFCPROPERTYSETTEMPLATE('0xanh$x9j7CvhHS3sljUjA',$,'Qto_HumidifierBaseQuantities','Base quantities that are common to the definition of all types of humidifiers.',.QTO_OCCURRENCEDRIVEN.,'IfcHumidifier',(#4147)); -#4418= IFCPROPERTYSETTEMPLATE('2Nt8bpxQP6C89ypP0N1JXz',$,'Qto_SleeperBaseQuantities','Base quantities common to the definition to all occurrences of IfcTrackElement with PredefinedType set to SLEEPER.',.QTO_OCCURRENCEDRIVEN.,'IfcTrackElement/SLEEPER',(#4176,#4323,#4151)); +#4418= IFCPROPERTYSETTEMPLATE('1EswxrRsL1CQMu5t82adUe',$,'Qto_ImpactProtectionDeviceBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcImpactProtectionDevice',(#4334)); -#4419= IFCPROPERTYSETTEMPLATE('1LzS9Roa10huySHnFwUpir',$,'Qto_SolarDeviceBaseQuantities','Base quantities that are common to the definition of all occurrences of solar devices.',.QTO_OCCURRENCEDRIVEN.,'IfcSolarDevice',(#4072,#4019)); +#4419= IFCPROPERTYSETTEMPLATE('12O8y5wib0NRG1JAXWL7ra',$,'Qto_InterceptorBaseQuantities','Base quantities that are common to the definition of all occurrences of interceptor.',.QTO_OCCURRENCEDRIVEN.,'IfcInterceptor',(#4136)); -#4420= IFCPROPERTYSETTEMPLATE('0dotH3YWr6wxkB0Ca9kGaS',$,'Qto_SpaceBaseQuantities','Base quantities that are common to the definition of all occurrences of spaces.',.QTO_OCCURRENCEDRIVEN.,'IfcSpace',(#4154,#4015,#4016,#4037,#4211,#4033,#4207,#4065,#4236,#4027,#4201,#4057,#4220)); +#4420= IFCPROPERTYSETTEMPLATE('0dPw5tVT17uRc_J_5M3pCO',$,'Qto_JunctionBoxBaseQuantities','Base quantities that are common to the definition of all occurrences of junction box.',.QTO_OCCURRENCEDRIVEN.,'IfcJunctionBox',(#4098,#4284,#4206,#4357,#4180)); -#4421= IFCPROPERTYSETTEMPLATE('2i$81OljD5vAb0uWrm3Lmo',$,'Qto_SpaceHeaterBaseQuantities','Base quantities that are common to the definition of all types of space heaters.',.QTO_OCCURRENCEDRIVEN.,'IfcSpaceHeater',(#4186,#4071,#4243)); +#4421= IFCPROPERTYSETTEMPLATE('0sfS47qTDC_uvImFylhbKz',$,'Qto_KerbBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcKerb',(#4206,#4357,#4180,#4040,#4325,#4334)); -#4422= IFCPROPERTYSETTEMPLATE('0nkoz0n2j4txKAhmRmZx9r',$,'Qto_SpatialZoneBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcSpatialZone',(#4176,#4323,#4151)); +#4422= IFCPROPERTYSETTEMPLATE('2Y01H7$fX3fRwDe96uYUsW',$,'Qto_LaborResourceBaseQuantities','Base quantities that are common to the definition of all occurrences of labour resources.',.QTO_OCCURRENCEDRIVEN.,'IfcLaborResource',(#4308,#4298)); -#4423= IFCPROPERTYSETTEMPLATE('0q5Wgd_pH0MBOccVizT_Wb',$,'Qto_StackTerminalBaseQuantities','Base quantities that are common to the definition of all occurrences of stack terminal.',.QTO_OCCURRENCEDRIVEN.,'IfcStackTerminal',(#4138)); +#4423= IFCPROPERTYSETTEMPLATE('0ZhFR_pJTCVAmRW49VTo0Z',$,'Qto_LampBaseQuantities','Base quantities that are common to the definition of all occurrences of lamp.',.QTO_OCCURRENCEDRIVEN.,'IfcLamp',(#4134)); -#4424= IFCPROPERTYSETTEMPLATE('2BwuvS1U1EaPJectlvV02T',$,'Qto_StairFlightBaseQuantities','Base quantities that are common to the definition of all occurrences of stair flights.',.QTO_OCCURRENCEDRIVEN.,'IfcStairFlight',(#4185,#4049,#4229)); +#4424= IFCPROPERTYSETTEMPLATE('2e$DkmMHL7L8FsT5UB9$D_',$,'Qto_LightFixtureBaseQuantities','Base quantities that are common to the definition of all occurrences of light fixture.',.QTO_OCCURRENCEDRIVEN.,'IfcLightFixture',(#4129)); -#4425= IFCPROPERTYSETTEMPLATE('0EH8mjFNDCphBKvTdjspxM',$,'Qto_SurfaceFeatureBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcSurfaceFeature',(#3991,#4176)); +#4425= IFCPROPERTYSETTEMPLATE('0uOCy_pGv4HuAxLx$ilI0j',$,'Qto_LinearStratumBaseQuantities','Quantity measures associated to a linear stratum such as in a borehole. Uncertainty is documented in _Pset_Uncertainty_.',.QTO_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum',(#4042,#4209)); -#4426= IFCPROPERTYSETTEMPLATE('3ATtFC43f9g9aVazC5KgMY',$,'Qto_SwitchingDeviceBaseQuantities','Base quantities that are common to the definition of all occurrences of switching device.',.QTO_OCCURRENCEDRIVEN.,'IfcSwitchingDevice',(#4112)); +#4426= IFCPROPERTYSETTEMPLATE('0xBy0_$YzCkfAeO0wiKwTF',$,'Qto_MarineFacilityBaseQuantities','Base quantities that are common to the definition of all occurrences of _IfcMarineFacility_.',.QTO_OCCURRENCEDRIVEN.,'IfcMarineFacility',(#4206,#4357,#4180,#4019,#4325)); -#4427= IFCPROPERTYSETTEMPLATE('0P6HdwQWHF_wpn21kw$chx',$,'Qto_TankBaseQuantities','Base quantities that are common to the definition of all types of tanks.',.QTO_OCCURRENCEDRIVEN.,'IfcTank',(#4111,#4240,#4281)); +#4427= IFCPROPERTYSETTEMPLATE('07wXL8A2r2yQeCTXi_Vopj',$,'Qto_MemberBaseQuantities','Base quantities that are common to the definition of all occurrences of members.',.QTO_OCCURRENCEDRIVEN.,'IfcMember',(#4212,#4030,#4293,#4076,#4248,#4087,#4256,#4122,#4269)); -#4428= IFCPROPERTYSETTEMPLATE('2K3RySdCT4UBtNdzp5BEbt',$,'Qto_TransformerBaseQuantities','Base quantities that are common to the definition of all occurrences of transformer.',.QTO_OCCURRENCEDRIVEN.,'IfcTransformer',(#4083)); +#4428= IFCPROPERTYSETTEMPLATE('1o_Kz1MEv6IOx4yAbdGBGC',$,'Qto_MotorConnectionBaseQuantities','Base quantities that are common to the definition of all occurrences of motor connection.',.QTO_OCCURRENCEDRIVEN.,'IfcMotorConnection',(#4138)); -#4429= IFCPROPERTYSETTEMPLATE('2fErxFXtXE$PukN498IZD_',$,'Qto_TubeBundleBaseQuantities','Base quantities that are common to the definition of all types of tube bundles.',.QTO_OCCURRENCEDRIVEN.,'IfcTubeBundle',(#4068,#4242)); +#4429= IFCPROPERTYSETTEMPLATE('298sOI5jj159r1s4w0pAhc',$,'Qto_OpeningElementBaseQuantities','Base quantities that are common to the definition of all occurrences of opening elements.',.QTO_OCCURRENCEDRIVEN.,'IfcOpeningElement',(#4339,#4169,#4033,#4021,#4318)); -#4430= IFCPROPERTYSETTEMPLATE('2JyNQXU5v3aBJzysmo7mot',$,'Qto_UnitaryControlElementBaseQuantities','Base quantities that are common to the definition of all occurrences of unitary control element.',.QTO_OCCURRENCEDRIVEN.,'IfcUnitaryControlElement',(#4137)); +#4430= IFCPROPERTYSETTEMPLATE('3bHVH_iKvB7glUHyNTHM8n',$,'Qto_OutletBaseQuantities','Base quantities that are common to the definition of all occurrences of outlet.',.QTO_OCCURRENCEDRIVEN.,'IfcOutlet',(#4115)); -#4431= IFCPROPERTYSETTEMPLATE('2IpsU5W811eBiDUToWdHPZ',$,'Qto_UnitaryEquipmentBaseQuantities','Base quantities that are common to the definition of all types of unitary equipment.',.QTO_OCCURRENCEDRIVEN.,'IfcUnitaryEquipment',(#4075)); +#4431= IFCPROPERTYSETTEMPLATE('1wcLUssjzDxBr3gFI_oXNJ',$,'Qto_PavementBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcPavement',(#4206,#4357,#4040,#4052,#4231,#4081,#4254)); -#4432= IFCPROPERTYSETTEMPLATE('18OaPa7X12XfaeJ6gEay5i',$,'Qto_ValveBaseQuantities','Base quantities that are common to the definition of all types of valves.',.QTO_OCCURRENCEDRIVEN.,'IfcValve',(#4089)); +#4432= IFCPROPERTYSETTEMPLATE('30U52MSOf5dOhejs29lcq6',$,'Qto_PictorialSignQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcSign/PICTORAL',(#4019,#4307)); -#4433= IFCPROPERTYSETTEMPLATE('3zvysmN8b3dRlmZ0vWS086',$,'Qto_VehicleBaseQuantities','Quantities for vehicles',.QTO_OCCURRENCEDRIVEN.,'IfcVehicle/ROLLINGSTOCK,IfcVehicle/VEHICLEAIR,IfcVehicle/VEHICLEMARINE,IfcVehicle/VEHICLETRACKED,IfcVehicle/VEHICLE',(#4176,#4323,#4151)); +#4433= IFCPROPERTYSETTEMPLATE('2G1lJVyMT9kvpPesdMi1jZ',$,'Qto_PileBaseQuantities','Base quantities that are common to the definition of all occurrences of piles.',.QTO_OCCURRENCEDRIVEN.,'IfcPile',(#4217,#4026,#4295,#4072,#4091,#4259,#4108,#4270)); -#4434= IFCPROPERTYSETTEMPLATE('1MUsd$xgn6$Azw0ws0S3QX',$,'Qto_VibrationIsolatorBaseQuantities','Base quantities that are common to the definition of all types of vibration isolators.',.QTO_OCCURRENCEDRIVEN.,'IfcVibrationIsolator',(#4122)); +#4434= IFCPROPERTYSETTEMPLATE('0fTy0Vau90jgn2NeB8UR1U',$,'Qto_PipeFittingBaseQuantities','Base quantities that are common to the definition of all types and occurrences of pipe fittings.',.QTO_OCCURRENCEDRIVEN.,'IfcPipeFitting',(#4207,#4057,#4234,#4291,#4148,#4280)); -#4435= IFCPROPERTYSETTEMPLATE('0yBOOdpVXDS9qQEv_kTjZb',$,'Qto_VolumetricStratumBaseQuantities','Quantity measures associated to volumetric stratum such as in a geotechnical model. Uncertainty is documented in _Pset_Uncertainty_.',.QTO_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum',(#3992,#4194,#4273,#4287)); +#4435= IFCPROPERTYSETTEMPLATE('1gRj3JDc19RxxVo8Ftcpyq',$,'Qto_PipeSegmentBaseQuantities','Base quantities that are common to the definition of all types and occurrences of pipe segments.',.QTO_OCCURRENCEDRIVEN.,'IfcPipeSegment',(#4214,#4058,#4233,#4288,#4153,#4276,#4046)); -#4436= IFCPROPERTYSETTEMPLATE('2RAPiCqAX4jgXLCSyvEp5c',$,'Qto_WallBaseQuantities','Base quantities that are common to the definition of all occurrences of walls.',.QTO_OCCURRENCEDRIVEN.,'IfcWall',(#4161,#4310,#4152,#4035,#4209,#4041,#4213,#4061,#4224,#4087,#4246)); +#4436= IFCPROPERTYSETTEMPLATE('3mesejfMT2DgXjJl$hxqFX',$,'Qto_PlateBaseQuantities','Base quantities that are common to the definition of all occurrences of plates.',.QTO_OCCURRENCEDRIVEN.,'IfcPlate',(#4336,#4301,#4053,#4226,#4077,#4264,#4099,#4279)); -#4437= IFCPROPERTYSETTEMPLATE('3QuLJTjTP1ggk3hFhLY5sZ',$,'Qto_WasteTerminalBaseQuantities','Base quantities that are common to the definition of all occurrences of waste terminal.',.QTO_OCCURRENCEDRIVEN.,'IfcWasteTerminal',(#4115)); +#4437= IFCPROPERTYSETTEMPLATE('3tWI3hSgvD6O3EMXqL4Lbd',$,'Qto_ProjectionElementBaseQuantities','Base quantities that are common to the definition of all occurrences of projection elements.',.QTO_OCCURRENCEDRIVEN.,'IfcProjectionElement',(#4023,#4317)); -#4438= IFCPROPERTYSETTEMPLATE('1Kq1ZLuvbABfkiE3GFe6hP',$,'Qto_WindowBaseQuantities','Base quantities that are common to the definition of all occurrences of windows.',.QTO_OCCURRENCEDRIVEN.,'IfcWindow',(#4305,#4141,#4269,#3985)); +#4438= IFCPROPERTYSETTEMPLATE('215aG77EHErgeAFMg$paZa',$,'Qto_ProtectiveDeviceBaseQuantities','Base quantities that are common to the definition of all occurrences of protective device.',.QTO_OCCURRENCEDRIVEN.,'IfcProtectiveDevice',(#4152)); -#4439= IFCRELASSOCIATESLIBRARY('3UbQm__uX99uHKZEpmpglc',$,$,$,(#7),#11949); -#11949= IFCLIBRARYREFERENCE($,$,'a',$,'en',$); +#4439= IFCPROPERTYSETTEMPLATE('3lG2IIOpz1PuQ$te8ZnGuh',$,'Qto_ProtectiveDeviceTrippingUnitBaseQuantities','Base quantities that are common to the definition of all occurrences of protective device tripping unit.',.QTO_OCCURRENCEDRIVEN.,'IfcProtectiveDeviceTrippingUnit',(#4096)); -#4440= IFCRELASSOCIATESLIBRARY('13f35vdwnBqhCVvqXE$Qtz',$,$,$,(#11),#11950); -#11950= IFCLIBRARYREFERENCE($,$,'Oberirdisches Geschoss','Angabe, ob dieses Geschoss vollst\S\dndig \S\|berhalb oberirdisch ist (WAHR), vollst\S\dndig unterirdisch (FALSCH), oder teilweise unter- und \S\|berirdisch (UNKNOWN).','de-DE',$); +#4440= IFCPROPERTYSETTEMPLATE('2UGS3R5YzF7hstsWDTwD0X',$,'Qto_PumpBaseQuantities','Base quantities that are common to the definition of all types of pumps.',.QTO_OCCURRENCEDRIVEN.,'IfcPump',(#4113)); -#4441= IFCRELASSOCIATESLIBRARY('1xShmOQBn7ZPiIjyZy66Po',$,$,$,(#11),#11951); -#11951= IFCLIBRARYREFERENCE($,$,'Above Ground',$,'en',$); +#4441= IFCPROPERTYSETTEMPLATE('2HxTDcFDb51RJIM0ZznDDR',$,'Qto_RailBaseQuantities','Base quantities that are common to the definition of all occurrences of rail.',.QTO_OCCURRENCEDRIVEN.,'IfcRail',(#4206,#4325,#4334)); -#4442= IFCRELASSOCIATESLIBRARY('23trhdNar3SvZnm$DXDdzP',$,$,$,(#11),#11952); -#11952= IFCLIBRARYREFERENCE($,$,'AuDessusSol','Indication si l''\S\itage est compl\S\htement au dessus du niveau du sol (VRAI), au dessous du niveau du sol (FAUX) ou partiellement enterr\S\i (INCONNU) comme dans le cas d''un terrain en pente.','fr-FR',$); +#4442= IFCPROPERTYSETTEMPLATE('1Fh58OFtTD3fz8LEdf4$TK',$,'Qto_RailingBaseQuantities','Base quantities that are common to the definition of all occurrences of railings.',.QTO_OCCURRENCEDRIVEN.,'IfcRailing',(#4213)); -#4443= IFCRELASSOCIATESLIBRARY('3bExzqoxL4Muu6jBU1QIAh',$,$,$,(#11),#11953); -#11953= IFCLIBRARYREFERENCE($,$,'\X2\57304E0A52245225\X0\','\X2\3053306E5EFA7269968E304C57304E0A\X0\(TRUE)\X2\300157304E0B\X0\(FALSE)\X2\30014E0090E8304C57304E0B90E85206\X0\(UNKOWN)\X2\304B30693046304B3092793A305930ED30B830AB30EB50243002\X0\','ja-JP',$); +#4443= IFCPROPERTYSETTEMPLATE('0rlWCYbyH02RREPFxBxj2G',$,'Qto_RampFlightBaseQuantities','Base quantities that are common to the definition of all occurrences of ramp flights.',.QTO_OCCURRENCEDRIVEN.,'IfcRampFlight',(#4187,#4342,#4050,#4229,#4082,#4265)); -#4444= IFCRELASSOCIATESLIBRARY('0GG9uGHyT6pf4iN5yicij0',$,$,$,(#11),#11954); -#11954= IFCLIBRARYREFERENCE($,$,'\X2\C9C0C0C1\X0\ \X2\C5ECBD80\X0\','\X2\C774\X0\ \X2\AC74BB3C\X0\ \X2\CE35C774\X0\ \X2\C9C0C0C1\X0\ (TRUE), \X2\C9C0D558\X0\ (FALSE), \X2\C77CBD80\X0\ \X2\C9C0D558\X0\ \X2\BD80BD84\X0\ (UNKOWN) \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\B17CB9AC\X0\ \X2\AC12\X0\.','ko-KR',$); +#4444= IFCPROPERTYSETTEMPLATE('3K$8Shz$bExuadtgCVu64H',$,'Qto_ReinforcedSoilBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcReinforcedSoil',(#4206,#4357,#4040,#4019,#4325)); -#4445= IFCRELASSOCIATESLIBRARY('0fHWvHfrrBmeZcLWRTDP9u',$,$,$,(#13),#11955); -#11955= IFCLIBRARYREFERENCE($,$,'Access Cover Load Rating',$,'en',$); +#4445= IFCPROPERTYSETTEMPLATE('1yBk2ygZz9TxxfkC_gyWZV',$,'Qto_ReinforcingElementBaseQuantities','Base quantities that are common to the definition of all occurrences of reinforcement.',.QTO_OCCURRENCEDRIVEN.,'IfcReinforcingElement',(#4025,#4208,#4334)); -#4446= IFCRELASSOCIATESLIBRARY('0zzNU70FTANPHdz1ms7ziY',$,$,$,(#13),#11956); -#11956= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CD\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CDFF0865705B5762163044306F30A230EB30D530A130D930C330C830675B9A7FA93059308BFF093002\X0\','ja-JP',$); +#4446= IFCPROPERTYSETTEMPLATE('18$_auxt9FoeYNlFbaW7W1',$,'Qto_RoofBaseQuantities','Base quantities that are common to the definition of all occurrences of roof.',.QTO_OCCURRENCEDRIVEN.,'IfcRoof',(#4055,#4228,#4306)); -#4447= IFCRELASSOCIATESLIBRARY('1gIkCbkf9FbAc7JF84RJAn',$,$,$,(#13),#11957); -#11957= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\)\X2\CEE4BC84\X0\ \X2\D558C911\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84\X0\ \X2\D558C911\X0\ (\X2\C22BC790\X0\ \X2\D639C740\X0\ \X2\C54CD30CBCB3C5D0C11C\X0\ \X2\C815C758B428\X0\)','ko-KR',$); +#4447= IFCPROPERTYSETTEMPLATE('0GH8HxWALBChtoyBC_GLmL',$,'Qto_SanitaryTerminalBaseQuantities','Base quantities that are common to the definition of all occurrences of sanitary terminal.',.QTO_OCCURRENCEDRIVEN.,'IfcSanitaryTerminal',(#4120)); -#4448= IFCRELASSOCIATESLIBRARY('2QqdSQH_X0XOBZ6J0z_Poj',$,$,$,(#14),#11958); -#11958= IFCLIBRARYREFERENCE($,$,'Access Cover Load Rating',$,'en',$); +#4448= IFCPROPERTYSETTEMPLATE('3tBqsS39T6WOBVevU7vLyE',$,'Qto_SensorBaseQuantities','Base quantities that are common to the definition of all occurrences of sensor.',.QTO_OCCURRENCEDRIVEN.,'IfcSensor',(#4106)); -#4449= IFCRELASSOCIATESLIBRARY('0eoi8Z3E9DMuNWGG9lSaoP',$,$,$,(#14),#11959); -#11959= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CD\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CDFF0865705B5762163044306F30A230EB30D530A130D930C330C830675B9A7FA93059308BFF093002\X0\','ja-JP',$); +#4449= IFCPROPERTYSETTEMPLATE('2mB9s7Wrn3kxxRUqfb0J1W',$,'Qto_SignalBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcSignal',(#4334)); -#4450= IFCRELASSOCIATESLIBRARY('1A20U1CQT0o8wC$mESyDiS',$,$,$,(#14),#11960); -#11960= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\CEE4BC84\X0\ \X2\D558C911\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84\X0\ \X2\D558C911\X0\ (\X2\C22BC790\X0\ \X2\D639C740\X0\ \X2\C54CD30CBCB3C5D0C11C\X0\ \X2\C815C758B428\X0\)','ko-KR',$); +#4450= IFCPROPERTYSETTEMPLATE('3xI5xed7v6ofqFwiNVrwf1',$,'Qto_SignBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcSign',(#4180,#4357,#4310,#4334)); -#4451= IFCRELASSOCIATESLIBRARY('3hUdLcBZLBzRDjWosaWV4F',$,$,$,(#15),#11961); -#11961= IFCLIBRARYREFERENCE($,$,'Access Cover Load Rating',$,'en',$); +#4451= IFCPROPERTYSETTEMPLATE('2XFSM7AIT5IuEqiUOxxKSN',$,'Qto_SiteBaseQuantities','Base quantities that are common to the definition of all occurrences of site.',.QTO_OCCURRENCEDRIVEN.,'IfcSite',(#4068,#4054)); -#4452= IFCRELASSOCIATESLIBRARY('2dWWiJxfXE0AG81T3FsHyq',$,$,$,(#15),#11962); -#11962= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CD\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CDFF0865705B5762163044306F30A230EB30D530A130D930C330C830675B9A7FA93059308BFF093002\X0\','ja-JP',$); +#4452= IFCPROPERTYSETTEMPLATE('3GbrjZQZ52SvxC6z0bkaIn',$,'Qto_SlabBaseQuantities','Base quantities that are common to the definition of all occurrences of slabs.',.QTO_OCCURRENCEDRIVEN.,'IfcSlab',(#4335,#4220,#4040,#4302,#4052,#4231,#4081,#4254,#4137,#4281)); -#4453= IFCRELASSOCIATESLIBRARY('1GXUd3iYf7UBpUC5eNcBi6',$,$,$,(#15),#11963); -#11963= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\)\X2\CEE4BC84\X0\ \X2\D558C911\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84\X0\ \X2\D558C911\X0\ (\X2\C22BC790\X0\ \X2\D639C740\X0\ \X2\C54CD30CBCB3C5D0C11C\X0\ \X2\C815C758B428\X0\)','ko-KR',$); +#4453= IFCPROPERTYSETTEMPLATE('2Nt8bpxQP6C89ypP0N1JXz',$,'Qto_SleeperBaseQuantities','Base quantities common to the definition to all occurrences of IfcTrackElement with PredefinedType set to SLEEPER.',.QTO_OCCURRENCEDRIVEN.,'IfcTrackElement/SLEEPER',(#4206,#4357,#4180)); -#4454= IFCRELASSOCIATESLIBRARY('3T1jHPHlX51uUbHlr8I65G',$,$,$,(#16),#11964); -#11964= IFCLIBRARYREFERENCE($,$,'Access Cover Material',$,'en',$); +#4454= IFCPROPERTYSETTEMPLATE('1LzS9Roa10huySHnFwUpir',$,'Qto_SolarDeviceBaseQuantities','Base quantities that are common to the definition of all occurrences of solar devices.',.QTO_OCCURRENCEDRIVEN.,'IfcSolarDevice',(#4101,#4048)); -#4455= IFCRELASSOCIATESLIBRARY('0Num9xTTLFeA8FKKuq981P',$,$,$,(#16),#11965); -#11965= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30D030A430D630B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4455= IFCPROPERTYSETTEMPLATE('0dotH3YWr6wxkB0Ca9kGaS',$,'Qto_SpaceBaseQuantities','Base quantities that are common to the definition of all occurrences of spaces.',.QTO_OCCURRENCEDRIVEN.,'IfcSpace',(#4183,#4044,#4045,#4066,#4242,#4062,#4238,#4094,#4267,#4056,#4232,#4086,#4251)); -#4456= IFCRELASSOCIATESLIBRARY('27HkAP3ID5Cwy5DdVzwBc2',$,$,$,(#16),#11966); -#11966= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\','\X2\C561C138C2A4\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\ \X2\C8FC\X0\ : \X2\CC54D37C\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4456= IFCPROPERTYSETTEMPLATE('2i$81OljD5vAb0uWrm3Lmo',$,'Qto_SpaceHeaterBaseQuantities','Base quantities that are common to the definition of all types of space heaters.',.QTO_OCCURRENCEDRIVEN.,'IfcSpaceHeater',(#4216,#4100,#4274)); -#4457= IFCRELASSOCIATESLIBRARY('0hd3sDnLj9mRiE3kDZ_eaD',$,$,$,(#17),#11967); -#11967= IFCLIBRARYREFERENCE($,$,'Access Cover Material',$,'en',$); +#4457= IFCPROPERTYSETTEMPLATE('0nkoz0n2j4txKAhmRmZx9r',$,'Qto_SpatialZoneBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcSpatialZone',(#4206,#4357,#4180)); -#4458= IFCRELASSOCIATESLIBRARY('0WCW5jWyH2_vM0edktGaBQ',$,$,$,(#17),#11968); -#11968= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30D030A430D630B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4458= IFCPROPERTYSETTEMPLATE('0q5Wgd_pH0MBOccVizT_Wb',$,'Qto_StackTerminalBaseQuantities','Base quantities that are common to the definition of all occurrences of stack terminal.',.QTO_OCCURRENCEDRIVEN.,'IfcStackTerminal',(#4167)); -#4459= IFCRELASSOCIATESLIBRARY('3tIWiYXsr9t86PK8eMkkc9',$,$,$,(#17),#11969); -#11969= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\','\X2\C561C138C2A4\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\ \X2\C8FC\X0\ : \X2\BC14C774BE0C\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4459= IFCPROPERTYSETTEMPLATE('2BwuvS1U1EaPJectlvV02T',$,'Qto_StairFlightBaseQuantities','Base quantities that are common to the definition of all occurrences of stair flights.',.QTO_OCCURRENCEDRIVEN.,'IfcStairFlight',(#4215,#4078,#4260)); -#4460= IFCRELASSOCIATESLIBRARY('3jzlADNDb5dxqypdaOJNAb',$,$,$,(#18),#11970); -#11970= IFCLIBRARYREFERENCE($,$,'Access Cover Material',$,'en',$); +#4460= IFCPROPERTYSETTEMPLATE('0EH8mjFNDCphBKvTdjspxM',$,'Qto_SurfaceFeatureBaseQuantities',$,.QTO_OCCURRENCEDRIVEN.,'IfcSurfaceFeature',(#4019,#4206)); -#4461= IFCRELASSOCIATESLIBRARY('31DTAAAlj7_RX1coJC6mFZ',$,$,$,(#18),#11971); -#11971= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30D030A430D630B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4461= IFCPROPERTYSETTEMPLATE('3ATtFC43f9g9aVazC5KgMY',$,'Qto_SwitchingDeviceBaseQuantities','Base quantities that are common to the definition of all occurrences of switching device.',.QTO_OCCURRENCEDRIVEN.,'IfcSwitchingDevice',(#4141)); -#4462= IFCRELASSOCIATESLIBRARY('0gfHu9$FfEtw$_j62t$aqn',$,$,$,(#18),#11972); -#11972= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\','\X2\C561C138C2A4\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\ \X2\C8FC\X0\ : \X2\BC14C774BE0C\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4462= IFCPROPERTYSETTEMPLATE('0P6HdwQWHF_wpn21kw$chx',$,'Qto_TankBaseQuantities','Base quantities that are common to the definition of all types of tanks.',.QTO_OCCURRENCEDRIVEN.,'IfcTank',(#4140,#4271,#4312)); -#4463= IFCRELASSOCIATESLIBRARY('0w$e_Sxo14NQWtqjN2Lf9a',$,$,$,(#19),#11973); -#11973= IFCLIBRARYREFERENCE($,$,'Access Cover Material',$,'en',$); +#4463= IFCPROPERTYSETTEMPLATE('2K3RySdCT4UBtNdzp5BEbt',$,'Qto_TransformerBaseQuantities','Base quantities that are common to the definition of all occurrences of transformer.',.QTO_OCCURRENCEDRIVEN.,'IfcTransformer',(#4112)); -#4464= IFCRELASSOCIATESLIBRARY('0SOcIrQ$P11eTUfvn_Esya',$,$,$,(#19),#11974); -#11974= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30D030A430D630B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4464= IFCPROPERTYSETTEMPLATE('2fErxFXtXE$PukN498IZD_',$,'Qto_TubeBundleBaseQuantities','Base quantities that are common to the definition of all types of tube bundles.',.QTO_OCCURRENCEDRIVEN.,'IfcTubeBundle',(#4097,#4273)); -#4465= IFCRELASSOCIATESLIBRARY('1GLi39mCv6COivUkkHWl0E',$,$,$,(#19),#11975); -#11975= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\','\X2\C561C138C2A4\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\ \X2\C8FC\X0\ : \X2\CC54D37C\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4465= IFCPROPERTYSETTEMPLATE('2JyNQXU5v3aBJzysmo7mot',$,'Qto_UnitaryControlElementBaseQuantities','Base quantities that are common to the definition of all occurrences of unitary control element.',.QTO_OCCURRENCEDRIVEN.,'IfcUnitaryControlElement',(#4166)); -#4466= IFCRELASSOCIATESLIBRARY('19MtMKmqD5ofi8rzIr9yxk',$,$,$,(#20),#11976); -#11976= IFCLIBRARYREFERENCE($,$,'Access Length Or Radius',$,'en',$); +#4466= IFCPROPERTYSETTEMPLATE('2IpsU5W811eBiDUToWdHPZ',$,'Qto_UnitaryEquipmentBaseQuantities','Base quantities that are common to the definition of all types of unitary equipment.',.QTO_OCCURRENCEDRIVEN.,'IfcUnitaryEquipment',(#4104)); -#4467= IFCRELASSOCIATESLIBRARY('0Vi4namxDAwQ3MEMIHXMPh',$,$,$,(#20),#11977); -#11977= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E9577305562163044306F534A5F84\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E95773055300162163044306F51865F6230AB30D030FC306E534A5F843002\X0\','ja-JP',$); +#4467= IFCPROPERTYSETTEMPLATE('18OaPa7X12XfaeJ6gEay5i',$,'Qto_ValveBaseQuantities','Base quantities that are common to the definition of all types of valves.',.QTO_OCCURRENCEDRIVEN.,'IfcValve',(#4118)); -#4468= IFCRELASSOCIATESLIBRARY('37Qa7BFPHDY8VRQqKR3DYW',$,$,$,(#20),#11978); -#11978= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\B36EAC1C\X0\ \X2\AE38C774\X0\ \X2\D639C740\X0\ \X2\BC18ACBD\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\B36EAC1C\X0\ \X2\AE38C774\X0\, \X2\D639C740\X0\ \X2\C6D0D615\X0\ \X2\CEE4BC84\X0\ \X2\BC18ACBD\X0\','ko-KR',$); +#4468= IFCPROPERTYSETTEMPLATE('3zvysmN8b3dRlmZ0vWS086',$,'Qto_VehicleBaseQuantities','Quantities for vehicles',.QTO_OCCURRENCEDRIVEN.,'IfcVehicle/ROLLINGSTOCK,IfcVehicle/VEHICLEAIR,IfcVehicle/VEHICLEMARINE,IfcVehicle/VEHICLETRACKED,IfcVehicle/VEHICLE',(#4206,#4357,#4180)); -#4469= IFCRELASSOCIATESLIBRARY('1eVVNhPyv7gx8$jCzliyWk',$,$,$,(#21),#11979); -#11979= IFCLIBRARYREFERENCE($,$,'Access Length Or Radius',$,'en',$); +#4469= IFCPROPERTYSETTEMPLATE('1MUsd$xgn6$Azw0ws0S3QX',$,'Qto_VibrationIsolatorBaseQuantities','Base quantities that are common to the definition of all types of vibration isolators.',.QTO_OCCURRENCEDRIVEN.,'IfcVibrationIsolator',(#4151)); -#4470= IFCRELASSOCIATESLIBRARY('1TgxmVR3f35wP8K7jR7brw',$,$,$,(#21),#11980); -#11980= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E9577305562163044306F534A5F84\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E95773055300162163044306F51865F6230AB30D030FC306E534A5F843002\X0\','ja-JP',$); +#4470= IFCPROPERTYSETTEMPLATE('0yBOOdpVXDS9qQEv_kTjZb',$,'Qto_VolumetricStratumBaseQuantities','Quantity measures associated to volumetric stratum such as in a geotechnical model. Uncertainty is documented in _Pset_Uncertainty_.',.QTO_OCCURRENCEDRIVEN.,'IfcGeotechnicalStratum',(#4020,#4225,#4304,#4319)); -#4471= IFCRELASSOCIATESLIBRARY('2QaFr62tH2iBFkyLv3qphm',$,$,$,(#21),#11981); -#11981= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\B36EAC1C\X0\ \X2\AE38C774\X0\ \X2\D639C740\X0\ \X2\BC18ACBD\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\B36EAC1C\X0\ \X2\AE38C774\X0\, \X2\D639C740\X0\ \X2\C6D0D615\X0\ \X2\CEE4BC84\X0\ \X2\BC18ACBD\X0\','ko-KR',$); +#4471= IFCPROPERTYSETTEMPLATE('2RAPiCqAX4jgXLCSyvEp5c',$,'Qto_WallBaseQuantities','Base quantities that are common to the definition of all occurrences of walls.',.QTO_OCCURRENCEDRIVEN.,'IfcWall',(#4190,#4343,#4181,#4064,#4240,#4070,#4244,#4090,#4255,#4116,#4277)); -#4473= IFCRELASSOCIATESLIBRARY('3KIBsNHTj5JeDNpUpqEVqF',$,$,$,(#22),#11982); -#11982= IFCLIBRARYREFERENCE($,$,'Access Type',$,'en',$); +#4472= IFCPROPERTYSETTEMPLATE('3QuLJTjTP1ggk3hFhLY5sZ',$,'Qto_WasteTerminalBaseQuantities','Base quantities that are common to the definition of all occurrences of waste terminal.',.QTO_OCCURRENCEDRIVEN.,'IfcWasteTerminal',(#4144)); -#4474= IFCRELASSOCIATESLIBRARY('1_Lc5N52D6JuENU4dnjamH',$,$,$,(#22),#11983); -#11983= IFCLIBRARYREFERENCE($,$,'\X2\70B9691C30BF30A430D7\X0\','\X2\30BF30F330AF306E70B9691C53E3FF0853C8306F30AB30D030FC\X0\)\X2\306E30BF30A430D7306E5B9A7FA9306F660E793A3055308C308B300230AB30D030FC306F4E00822C7684306B77E95F6230BF30F330AF306B306430443066660E793A3055308C30663044308B30533068306B6CE8610F300251867B525F6230BF30F330AF306E70B9691C306F901A5E38306E30DE30F330DB30FC30EB3092901A308B\X0\','ja-JP',$); +#4473= IFCPROPERTYSETTEMPLATE('1Kq1ZLuvbABfkiE3GFe6hP',$,'Qto_WindowBaseQuantities','Base quantities that are common to the definition of all occurrences of windows.',.QTO_OCCURRENCEDRIVEN.,'IfcWindow',(#4338,#4170,#4300,#4013)); -#4475= IFCRELASSOCIATESLIBRARY('1pwiD3eyHDlv24Q08D9LfJ',$,$,$,(#23),#11984); -#11984= IFCLIBRARYREFERENCE($,$,'Access Width',$,'en',$); +#4474= IFCRELASSOCIATESLIBRARY('0Y_qb9A8nC9A56NRpiVEie',$,$,$,(#7),#11989); +#11989= IFCLIBRARYREFERENCE($,$,'a',$,'en',$); -#4476= IFCRELASSOCIATESLIBRARY('3WSvhXaDD6CBJsdQC3O6j9',$,$,$,(#23),#11985); -#11985= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E5E45\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E5E453002\X0\','ja-JP',$); +#4475= IFCRELASSOCIATESLIBRARY('3ClaXWeDjDGxI3v3E_QFWN',$,$,$,(#11),#11990); +#11990= IFCLIBRARYREFERENCE($,$,'Oberirdisches Geschoss','Angabe, ob dieses Geschoss vollst\S\dndig \S\|berhalb oberirdisch ist (WAHR), vollst\S\dndig unterirdisch (FALSCH), oder teilweise unter- und \S\|berirdisch (UNKNOWN).','de-DE',$); -#4477= IFCRELASSOCIATESLIBRARY('0vdEmFCLfDIxCDuM5u4ZZm',$,$,$,(#23),#11986); -#11986= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\)\X2\CEE4BC84\X0\ \X2\D3ED\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84\X0\ \X2\D3ED\X0\','ko-KR',$); +#4476= IFCRELASSOCIATESLIBRARY('0tKCMWgcL0Zx5i2c2Fh6j0',$,$,$,(#11),#11991); +#11991= IFCLIBRARYREFERENCE($,$,'Above Ground',$,'en',$); -#4478= IFCRELASSOCIATESLIBRARY('10R515P8X2XBtFdjetzJVe',$,$,$,(#24),#11987); -#11987= IFCLIBRARYREFERENCE($,$,'Access Width',$,'en',$); +#4477= IFCRELASSOCIATESLIBRARY('332dHbQz18Fv6uc5LoblX$',$,$,$,(#11),#11992); +#11992= IFCLIBRARYREFERENCE($,$,'AuDessusSol','Indication si l''\S\itage est compl\S\htement au dessus du niveau du sol (VRAI), au dessous du niveau du sol (FAUX) ou partiellement enterr\S\i (INCONNU) comme dans le cas d''un terrain en pente.','fr-FR',$); -#4479= IFCRELASSOCIATESLIBRARY('1yGuOQLcL4xvOgOmSKnaQh',$,$,$,(#24),#11988); -#11988= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E5E45\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E5E453002\X0\','ja-JP',$); +#4478= IFCRELASSOCIATESLIBRARY('0tc7CXtOr0xgLX9X8JvPWG',$,$,$,(#11),#11993); +#11993= IFCLIBRARYREFERENCE($,$,'\X2\57304E0A52245225\X0\','\X2\3053306E5EFA7269968E304C57304E0A\X0\(TRUE)\X2\300157304E0B\X0\(FALSE)\X2\30014E0090E8304C57304E0B90E85206\X0\(UNKOWN)\X2\304B30693046304B3092793A305930ED30B830AB30EB50243002\X0\','ja-JP',$); -#4480= IFCRELASSOCIATESLIBRARY('2cT13g0i5BJ8gnZ7fTv8Ii',$,$,$,(#24),#11989); -#11989= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\)\X2\CEE4BC84\X0\ \X2\D3ED\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84\X0\ \X2\D3ED\X0\','ko-KR',$); +#4479= IFCRELASSOCIATESLIBRARY('0i6F_pC6j3rwB1Si0AVrp1',$,$,$,(#11),#11994); +#11994= IFCLIBRARYREFERENCE($,$,'\X2\C9C0C0C1\X0\ \X2\C5ECBD80\X0\','\X2\C774\X0\ \X2\AC74BB3C\X0\ \X2\CE35C774\X0\ \X2\C9C0C0C1\X0\ (TRUE), \X2\C9C0D558\X0\ (FALSE), \X2\C77CBD80\X0\ \X2\C9C0D558\X0\ \X2\BD80BD84\X0\ (UNKOWN) \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\B17CB9AC\X0\ \X2\AC12\X0\.','ko-KR',$); -#4482= IFCRELASSOCIATESLIBRARY('2wcoepsxT5GOkZI99iuAVR',$,$,$,(#28),#11990); -#11990= IFCLIBRARYREFERENCE($,$,'Accuracy Of Fire Sensor',$,'en',$); +#4480= IFCRELASSOCIATESLIBRARY('2x6u88C8zBRQqIlLXzzAqz',$,$,$,(#13),#11995); +#11995= IFCLIBRARYREFERENCE($,$,'Access Cover Load Rating',$,'en',$); -#4483= IFCRELASSOCIATESLIBRARY('2rv0CfyI1EseopnavRZjai',$,$,$,(#28),#11991); -#11991= IFCLIBRARYREFERENCE($,$,'\X2\7CBE5EA6\X0\','\X2\30BB30F330B5306E7CBE5EA63002\X0\','ja-JP',$); +#4481= IFCRELASSOCIATESLIBRARY('1f7spiHoHF3evoxB4cDnFT',$,$,$,(#13),#11996); +#11996= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CD\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CDFF0865705B5762163044306F30A230EB30D530A130D930C330C830675B9A7FA93059308BFF093002\X0\','ja-JP',$); -#4484= IFCRELASSOCIATESLIBRARY('2OalYlSArAUwu1y5Gn$DHt',$,$,$,(#28),#11992); -#11992= IFCLIBRARYREFERENCE($,$,'\X2\C815D655B3C4\X0\','\X2\C13CC11CC758\X0\ \X2\C815BC00B3C4\X0\.','ko-KR',$); +#4482= IFCRELASSOCIATESLIBRARY('3a$fVuEq51wvUuBL$Iae1E',$,$,$,(#13),#11997); +#11997= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\)\X2\CEE4BC84\X0\ \X2\D558C911\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84\X0\ \X2\D558C911\X0\ (\X2\C22BC790\X0\ \X2\D639C740\X0\ \X2\C54CD30CBCB3C5D0C11C\X0\ \X2\C815C758B428\X0\)','ko-KR',$); -#4485= IFCRELASSOCIATESLIBRARY('1FWTAhaDv2AwUGtmlrM535',$,$,$,(#29),#11993); -#11993= IFCLIBRARYREFERENCE($,$,'Accuracy Quality Expected',$,'en',$); +#4483= IFCRELASSOCIATESLIBRARY('2Gg8iNw4LBmPlqSoW7oFax',$,$,$,(#14),#11998); +#11998= IFCLIBRARYREFERENCE($,$,'Access Cover Load Rating',$,'en',$); -#4486= IFCRELASSOCIATESLIBRARY('1T1CQA5az0cOB5iUlM3ryv',$,$,$,(#29),#11994); -#11994= IFCLIBRARYREFERENCE($,$,'PrecisionAttendue','Mesure de la pr\S\icision attendue des points de relev\S\i, exprim\S\ie en pourcentage.','fr-FR',$); +#4484= IFCRELASSOCIATESLIBRARY('09jTghv2L7KOQLvOJ03mMw',$,$,$,(#14),#11999); +#11999= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CD\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CDFF0865705B5762163044306F30A230EB30D530A130D930C330C830675B9A7FA93059308BFF093002\X0\','ja-JP',$); -#4487= IFCRELASSOCIATESLIBRARY('0jmNO7fbrA2BRYszvgmmWA',$,$,$,(#30),#11995); -#11995= IFCLIBRARYREFERENCE($,$,'Accuracy Quality Obtained',$,'en',$); +#4485= IFCRELASSOCIATESLIBRARY('2lOK43xj12xu6_Go3YDQmi',$,$,$,(#14),#12000); +#12000= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\CEE4BC84\X0\ \X2\D558C911\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84\X0\ \X2\D558C911\X0\ (\X2\C22BC790\X0\ \X2\D639C740\X0\ \X2\C54CD30CBCB3C5D0C11C\X0\ \X2\C815C758B428\X0\)','ko-KR',$); -#4488= IFCRELASSOCIATESLIBRARY('3KbBnn8mXAM8TasOThYVoV',$,$,$,(#30),#11996); -#11996= IFCLIBRARYREFERENCE($,$,'PrecisionObtenue','Mesure de la pr\S\icision obtenue des points de relev\S\i, exprim\S\ie en pourcentage.','fr-FR',$); +#4486= IFCRELASSOCIATESLIBRARY('2sbqsFamz5_AqFu$77nQGo',$,$,$,(#15),#12001); +#12001= IFCLIBRARYREFERENCE($,$,'Access Cover Load Rating',$,'en',$); -#4489= IFCRELASSOCIATESLIBRARY('3WsZHbxgv5aQfuMO0A0twy',$,$,$,(#31),#11997); -#11997= IFCLIBRARYREFERENCE($,$,'Acidity Concentration',$,'en',$); +#4487= IFCRELASSOCIATESLIBRARY('1vdLAnJAPDT9JrxkN2CcA_',$,$,$,(#15),#12002); +#12002= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CD\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E8010837791CDFF0865705B5762163044306F30A230EB30D530A130D930C330C830675B9A7FA93059308BFF093002\X0\','ja-JP',$); -#4490= IFCRELASSOCIATESLIBRARY('1qH96SE2v9aQQ7IA3_ZB$R',$,$,$,(#32),#11998); -#11998= IFCLIBRARYREFERENCE($,$,'Acknowledge',$,'en',$); +#4488= IFCRELASSOCIATESLIBRARY('3F6AvsK611mhqUVeihTSup',$,$,$,(#15),#12003); +#12003= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\)\X2\CEE4BC84\X0\ \X2\D558C911\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84\X0\ \X2\D558C911\X0\ (\X2\C22BC790\X0\ \X2\D639C740\X0\ \X2\C54CD30CBCB3C5D0C11C\X0\ \X2\C815C758B428\X0\)','ko-KR',$); -#4491= IFCRELASSOCIATESLIBRARY('3$p$SqqhX4VBgM0bT7pKgD',$,$,$,(#33),#11999); -#11999= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); +#4489= IFCRELASSOCIATESLIBRARY('0y0UOUlOj2nQml_wISJ3Ls',$,$,$,(#16),#12004); +#12004= IFCLIBRARYREFERENCE($,$,'Access Cover Material',$,'en',$); -#4492= IFCRELASSOCIATESLIBRARY('10KZrheNbB2Pny8exW_DkK',$,$,$,(#33),#12000); -#12000= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); +#4490= IFCRELASSOCIATESLIBRARY('2u9VMZp197CeDgRlBxAZW9',$,$,$,(#16),#12005); +#12005= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30D030A430D630B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4493= IFCRELASSOCIATESLIBRARY('0u2sHSTt9ENAvaMhfCP1yQ',$,$,$,(#33),#12001); -#12001= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); +#4491= IFCRELASSOCIATESLIBRARY('3ODbOUfFrAyBbxIH9EFRGr',$,$,$,(#16),#12006); +#12006= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\','\X2\C561C138C2A4\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\ \X2\C8FC\X0\ : \X2\CC54D37C\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4494= IFCRELASSOCIATESLIBRARY('0nek6lIPv2wR$DGz9y1Kwv',$,$,$,(#33),#12002); -#12002= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\3053306E30AA30D630B830A730AF30C8306E906E97F37B497D1A3002540456FD306E5EFA7BC957FA6E96306B5F93306330666C7A30813089308C308B30023053306E30AA30D630B830A730AF30C8306E97F397FF900F904E309263076570306730423089308F30593002FF085B9F969B306E543897F350243092793A3059304B308F308A306BFF09\X0\','ja-JP',$); +#4492= IFCRELASSOCIATESLIBRARY('233mxOg7j7Q9wuS9EXO0bk',$,$,$,(#17),#12007); +#12007= IFCLIBRARYREFERENCE($,$,'Access Cover Material',$,'en',$); -#4495= IFCRELASSOCIATESLIBRARY('0kC61RweH3x9sY85mWNSXo',$,$,$,(#33),#12003); -#12003= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); +#4493= IFCRELASSOCIATESLIBRARY('2DjW6Qjoj8rOz6n8_1qiWp',$,$,$,(#17),#12008); +#12008= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30D030A430D630B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4496= IFCRELASSOCIATESLIBRARY('1jU6EOKK15FQ170295uowm',$,$,$,(#34),#12004); -#12004= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); +#4494= IFCRELASSOCIATESLIBRARY('3$lMopvt598RqlSOYP6ymM',$,$,$,(#17),#12009); +#12009= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\','\X2\C561C138C2A4\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\ \X2\C8FC\X0\ : \X2\BC14C774BE0C\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4497= IFCRELASSOCIATESLIBRARY('35dGZKpgb5FwWmBrtQbTvO',$,$,$,(#34),#12005); -#12005= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); +#4495= IFCRELASSOCIATESLIBRARY('0P$86YEIf4bgdkxqqp6BzN',$,$,$,(#18),#12010); +#12010= IFCLIBRARYREFERENCE($,$,'Access Cover Material',$,'en',$); -#4498= IFCRELASSOCIATESLIBRARY('0P6wBIAW9ELu2VkUHKk3Rb',$,$,$,(#34),#12006); -#12006= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); +#4496= IFCRELASSOCIATESLIBRARY('2oZg4nZ7H0pAtmpAOQxQ_0',$,$,$,(#18),#12011); +#12011= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30D030A430D630B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4499= IFCRELASSOCIATESLIBRARY('2YPdtBh313OP0SR9p9MMyg',$,$,$,(#34),#12007); -#12007= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); +#4497= IFCRELASSOCIATESLIBRARY('10H1jlm19F0Of7kvVWVyzH',$,$,$,(#18),#12012); +#12012= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\','\X2\C561C138C2A4\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\ \X2\C8FC\X0\ : \X2\BC14C774BE0C\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4500= IFCRELASSOCIATESLIBRARY('13g5at1CbDAxmsz8A1$KjZ',$,$,$,(#34),#12008); -#12008= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); +#4498= IFCRELASSOCIATESLIBRARY('3dLoxky_T0Eudeivwx0boq',$,$,$,(#19),#12013); +#12013= IFCLIBRARYREFERENCE($,$,'Access Cover Material',$,'en',$); -#4501= IFCRELASSOCIATESLIBRARY('0c2_QdSGL3pBgBMDTT$NQq',$,$,$,(#35),#12009); -#12009= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); +#4499= IFCRELASSOCIATESLIBRARY('309InOaNj03RACI4aQGdVK',$,$,$,(#19),#12014); +#12014= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30D030A430D630B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4502= IFCRELASSOCIATESLIBRARY('1DoxqpFFr0y88fwaRaCghd',$,$,$,(#35),#12010); -#12010= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); +#4500= IFCRELASSOCIATESLIBRARY('04rVTkQJD2L8TuXMxe8EqS',$,$,$,(#19),#12015); +#12015= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\','\X2\C561C138C2A4\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84C758\X0\ \X2\C7ACC9C8\X0\ \X2\C8FC\X0\ : \X2\CC54D37C\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4503= IFCRELASSOCIATESLIBRARY('0XWhlvzffA6weK9ajqKNrQ',$,$,$,(#35),#12011); -#12011= IFCLIBRARYREFERENCE($,$,'Isolation acoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); +#4501= IFCRELASSOCIATESLIBRARY('2RKCDwN2569gHao4Izb6V2',$,$,$,(#20),#12016); +#12016= IFCLIBRARYREFERENCE($,$,'Access Length Or Radius',$,'en',$); -#4504= IFCRELASSOCIATESLIBRARY('3Gu83QFff31ey9MoTu2gin',$,$,$,(#35),#12012); -#12012= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A30025F538A7256FD306E5EFA7BC96CD5898F306B3088308B3002\X0\\X\0D\X\0A\X2\3053306E30AA30D630B830A730AF30C8306E97F3306E900F904E640D593130927B497D1A50243067793A30593002\X0\','ja-JP',$); +#4502= IFCRELASSOCIATESLIBRARY('0GRnHneKj8NeuCazw398cl',$,$,$,(#20),#12017); +#12017= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E9577305562163044306F534A5F84\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E95773055300162163044306F51865F6230AB30D030FC306E534A5F843002\X0\','ja-JP',$); -#4505= IFCRELASSOCIATESLIBRARY('3deP7n3790hA3df3VNiZOo',$,$,$,(#35),#12013); -#12013= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); +#4503= IFCRELASSOCIATESLIBRARY('2tucZ911fCBuGI$SXmA2ue',$,$,$,(#20),#12018); +#12018= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\B36EAC1C\X0\ \X2\AE38C774\X0\ \X2\D639C740\X0\ \X2\BC18ACBD\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\B36EAC1C\X0\ \X2\AE38C774\X0\, \X2\D639C740\X0\ \X2\C6D0D615\X0\ \X2\CEE4BC84\X0\ \X2\BC18ACBD\X0\','ko-KR',$); -#4506= IFCRELASSOCIATESLIBRARY('105fOuWCjAtRAbfQs1np0K',$,$,$,(#36),#12014); -#12014= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); +#4504= IFCRELASSOCIATESLIBRARY('3nm0hj_lL3w9kiE8d$XiTg',$,$,$,(#21),#12019); +#12019= IFCLIBRARYREFERENCE($,$,'Access Length Or Radius',$,'en',$); -#4507= IFCRELASSOCIATESLIBRARY('3fw3$C4jb6vwmzCv9XQlVu',$,$,$,(#36),#12015); -#12015= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); +#4505= IFCRELASSOCIATESLIBRARY('23KAfx5ULAcBlQeB0xjXGi',$,$,$,(#21),#12020); +#12020= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E9577305562163044306F534A5F84\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E95773055300162163044306F51865F6230AB30D030FC306E534A5F843002\X0\','ja-JP',$); -#4508= IFCRELASSOCIATESLIBRARY('17NQX9fwX0SAOTA8VY8VoY',$,$,$,(#36),#12016); -#12016= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); +#4506= IFCRELASSOCIATESLIBRARY('2T6zD48K54KusWsl2Hb7GO',$,$,$,(#21),#12021); +#12021= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\(\X2\CCB4D06C\X0\)\X2\B36EAC1C\X0\ \X2\AE38C774\X0\ \X2\D639C740\X0\ \X2\BC18ACBD\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\B36EAC1C\X0\ \X2\AE38C774\X0\, \X2\D639C740\X0\ \X2\C6D0D615\X0\ \X2\CEE4BC84\X0\ \X2\BC18ACBD\X0\','ko-KR',$); -#4509= IFCRELASSOCIATESLIBRARY('3OOg9TrBj0hBIaCcexha1J',$,$,$,(#36),#12017); -#12017= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); +#4508= IFCRELASSOCIATESLIBRARY('3oVB3inen6Ig684TWYVimw',$,$,$,(#22),#12022); +#12022= IFCLIBRARYREFERENCE($,$,'Access Type',$,'en',$); -#4510= IFCRELASSOCIATESLIBRARY('2_lvhP1Yv9lhQeXoaWwMbd',$,$,$,(#36),#12018); -#12018= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); +#4509= IFCRELASSOCIATESLIBRARY('3FcVugFq5AWuefKv1803sB',$,$,$,(#22),#12023); +#12023= IFCLIBRARYREFERENCE($,$,'\X2\70B9691C30BF30A430D7\X0\','\X2\30BF30F330AF306E70B9691C53E3FF0853C8306F30AB30D030FC\X0\)\X2\306E30BF30A430D7306E5B9A7FA9306F660E793A3055308C308B300230AB30D030FC306F4E00822C7684306B77E95F6230BF30F330AF306B306430443066660E793A3055308C30663044308B30533068306B6CE8610F300251867B525F6230BF30F330AF306E70B9691C306F901A5E38306E30DE30F330DB30FC30EB3092901A308B\X0\','ja-JP',$); -#4511= IFCRELASSOCIATESLIBRARY('0e1l28mmfBuueDF0Nk30j_',$,$,$,(#37),#12019); -#12019= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); +#4510= IFCRELASSOCIATESLIBRARY('1fWVnkhljAQRYeSGDII__W',$,$,$,(#23),#12024); +#12024= IFCLIBRARYREFERENCE($,$,'Access Width',$,'en',$); -#4512= IFCRELASSOCIATESLIBRARY('1GiLvdF8TBigg9vtrVI_bv',$,$,$,(#37),#12020); -#12020= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); +#4511= IFCRELASSOCIATESLIBRARY('2qR$6fYPL4xv8FsiE0x6UF',$,$,$,(#23),#12025); +#12025= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E5E45\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E5E453002\X0\','ja-JP',$); -#4513= IFCRELASSOCIATESLIBRARY('1QlcoeItX0SBY58I3PSC6V',$,$,$,(#37),#12021); -#12021= IFCLIBRARYREFERENCE($,$,'Isolation acoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); +#4512= IFCRELASSOCIATESLIBRARY('21vw18r3PAHAHOO8GfdoWF',$,$,$,(#23),#12026); +#12026= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\)\X2\CEE4BC84\X0\ \X2\D3ED\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84\X0\ \X2\D3ED\X0\','ko-KR',$); -#4514= IFCRELASSOCIATESLIBRARY('2zw_zhFhH3VeUjGJUDWFVR',$,$,$,(#37),#12022); -#12022= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); +#4513= IFCRELASSOCIATESLIBRARY('3h8GVneoPEXfy75ppWuNUW',$,$,$,(#24),#12027); +#12027= IFCLIBRARYREFERENCE($,$,'Access Width',$,'en',$); -#4515= IFCRELASSOCIATESLIBRARY('2n6ZJGUbX1SfbU7yPXc0C4',$,$,$,(#38),#12023); -#12023= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Richtlinie die als Mindestanforderung f\S\|r die Schalld\S\dmmung der T\S\|r gew\S\dhrleistet sein muss.','de-DE',$); +#4514= IFCRELASSOCIATESLIBRARY('1hUOujoK98PwXJchCM4oSf',$,$,$,(#24),#12028); +#12028= IFCLIBRARYREFERENCE($,$,'\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E5E45\X0\','\X2\30A230AF30BB30B9FF0870B9691CFF0930AB30D030FC306E5E453002\X0\','ja-JP',$); -#4516= IFCRELASSOCIATESLIBRARY('0WcyGsh0X9QQGxFejbz58g',$,$,$,(#38),#12024); -#12024= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); +#4515= IFCRELASSOCIATESLIBRARY('3M2ruAaxfBMusfE8HCSxWz',$,$,$,(#24),#12029); +#12029= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\)\X2\CEE4BC84\X0\ \X2\D3ED\X0\','\X2\C0ACC6A9\X0\ (\X2\CCB4D06C\X0\) \X2\CEE4BC84\X0\ \X2\D3ED\X0\','ko-KR',$); -#4517= IFCRELASSOCIATESLIBRARY('0m_MDI0QL1dgyNkSdSWY3F',$,$,$,(#38),#12025); -#12025= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); +#4517= IFCRELASSOCIATESLIBRARY('3D9XN61Sv9MxhBxzSuNMkZ',$,$,$,(#28),#12030); +#12030= IFCLIBRARYREFERENCE($,$,'Accuracy Of Fire Sensor',$,'en',$); -#4518= IFCRELASSOCIATESLIBRARY('0U95z2Ff98fgI_Ltwo9B3y',$,$,$,(#38),#12026); -#12026= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); +#4518= IFCRELASSOCIATESLIBRARY('2Kg3vE$lrD2Qj30J1T0Lh0',$,$,$,(#28),#12031); +#12031= IFCLIBRARYREFERENCE($,$,'\X2\7CBE5EA6\X0\','\X2\30BB30F330B5306E7CBE5EA63002\X0\','ja-JP',$); -#4519= IFCRELASSOCIATESLIBRARY('2FKZtrLWTAKBliuGjWRssY',$,$,$,(#38),#12027); -#12027= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); +#4519= IFCRELASSOCIATESLIBRARY('2mXjT1BjL1vx0zXD$GwDHR',$,$,$,(#28),#12032); +#12032= IFCLIBRARYREFERENCE($,$,'\X2\C815D655B3C4\X0\','\X2\C13CC11CC758\X0\ \X2\C815BC00B3C4\X0\.','ko-KR',$); -#4520= IFCRELASSOCIATESLIBRARY('2DdP6a89L97PTJUN4ww4ON',$,$,$,(#39),#12028); -#12028= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); +#4520= IFCRELASSOCIATESLIBRARY('1p1VTwHi55PeR2gv5rvR$e',$,$,$,(#29),#12033); +#12033= IFCLIBRARYREFERENCE($,$,'Accuracy Quality Expected',$,'en',$); -#4521= IFCRELASSOCIATESLIBRARY('1pvDV3gZv0j9wOIcY2B_eI',$,$,$,(#39),#12029); -#12029= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); +#4521= IFCRELASSOCIATESLIBRARY('0WcniSe4r0DOp4IKjl3AFk',$,$,$,(#29),#12034); +#12034= IFCLIBRARYREFERENCE($,$,'PrecisionAttendue','Mesure de la pr\S\icision attendue des points de relev\S\i, exprim\S\ie en pourcentage.','fr-FR',$); -#4522= IFCRELASSOCIATESLIBRARY('0dzFGeOw5FTBbeUx5seRwh',$,$,$,(#39),#12030); -#12030= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); +#4522= IFCRELASSOCIATESLIBRARY('3NFLB026v5wx__5OeBD7OV',$,$,$,(#30),#12035); +#12035= IFCLIBRARYREFERENCE($,$,'Accuracy Quality Obtained',$,'en',$); -#4523= IFCRELASSOCIATESLIBRARY('1vC5GwMG92yhBT0LuGbgdB',$,$,$,(#39),#12031); -#12031= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); +#4523= IFCRELASSOCIATESLIBRARY('07AYC2aRPFhPLjp4JT$YHJ',$,$,$,(#30),#12036); +#12036= IFCLIBRARYREFERENCE($,$,'PrecisionObtenue','Mesure de la pr\S\icision obtenue des points de relev\S\i, exprim\S\ie en pourcentage.','fr-FR',$); -#4524= IFCRELASSOCIATESLIBRARY('2sXph5t$T0mwe01SSlY263',$,$,$,(#39),#12032); -#12032= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); +#4524= IFCRELASSOCIATESLIBRARY('2OkznFLk97qg_k4ZU6agfW',$,$,$,(#31),#12037); +#12037= IFCLIBRARYREFERENCE($,$,'Acidity Concentration',$,'en',$); -#4525= IFCRELASSOCIATESLIBRARY('1UnvEYmhv6Nh1VPLKnja2k',$,$,$,(#40),#12033); -#12033= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); +#4525= IFCRELASSOCIATESLIBRARY('1r_YCsaUX2vPK$uRAqxDFh',$,$,$,(#32),#12038); +#12038= IFCLIBRARYREFERENCE($,$,'Acknowledge',$,'en',$); -#4526= IFCRELASSOCIATESLIBRARY('0unHKg8qrAKflk4ZkK1NQz',$,$,$,(#40),#12034); -#12034= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); +#4526= IFCRELASSOCIATESLIBRARY('201vfYhNL1PR9xLPIVOQyN',$,$,$,(#33),#12039); +#12039= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); -#4527= IFCRELASSOCIATESLIBRARY('2dMw2enPzAnBKrzuIVkHhb',$,$,$,(#40),#12035); -#12035= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); +#4527= IFCRELASSOCIATESLIBRARY('2cV81uh5H1zBBA_R1fMNrx',$,$,$,(#33),#12040); +#12040= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); -#4528= IFCRELASSOCIATESLIBRARY('2MOpexlSvCqeEZyYnASFGV',$,$,$,(#40),#12036); -#12036= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); +#4528= IFCRELASSOCIATESLIBRARY('0N4DBFFFHBHAnaKCAInVOS',$,$,$,(#33),#12041); +#12041= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); -#4529= IFCRELASSOCIATESLIBRARY('3sYgbL6cj8rvVvjvQ_nOoT',$,$,$,(#40),#12037); -#12037= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); +#4529= IFCRELASSOCIATESLIBRARY('0zRCTRSLP5txoO9MYY4ZQO',$,$,$,(#33),#12042); +#12042= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\3053306E30AA30D630B830A730AF30C8306E906E97F37B497D1A3002540456FD306E5EFA7BC957FA6E96306B5F93306330666C7A30813089308C308B30023053306E30AA30D630B830A730AF30C8306E97F397FF900F904E309263076570306730423089308F30593002FF085B9F969B306E543897F350243092793A3059304B308F308A306BFF09\X0\','ja-JP',$); -#4530= IFCRELASSOCIATESLIBRARY('2B6k$RV3X7ruYxC3IvzyC9',$,$,$,(#41),#12038); -#12038= IFCLIBRARYREFERENCE($,$,'Acquisition Date',$,'en',$); +#4530= IFCRELASSOCIATESLIBRARY('08G1_xTin4hBUTB1ifP$9t',$,$,$,(#33),#12043); +#12043= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); -#4532= IFCRELASSOCIATESLIBRARY('15rW5b17nC4xWwamv1ZvHa',$,$,$,(#42),#12039); -#12039= IFCLIBRARYREFERENCE($,$,'Acquisition Method',$,'en',$); +#4531= IFCRELASSOCIATESLIBRARY('02gvsk_zf3696DZK22FXyv',$,$,$,(#34),#12044); +#12044= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); -#4533= IFCRELASSOCIATESLIBRARY('3s$h76Niz7HuGxpoQo8PYk',$,$,$,(#42),#12040); -#12040= IFCLIBRARYREFERENCE($,$,'MethodeAcquisition','La m\S\ithode utilis\S\ie pour effectuer le relev\S\i.','fr-FR',$); +#4532= IFCRELASSOCIATESLIBRARY('2Uz$IrInT08wQVUGdpqZXy',$,$,$,(#34),#12045); +#12045= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); -#4535= IFCRELASSOCIATESLIBRARY('0R942k9M50iuOYUcR7sd7i',$,$,$,(#45),#12041); -#12041= IFCLIBRARYREFERENCE($,$,'Activation',$,'en',$); +#4533= IFCRELASSOCIATESLIBRARY('1sjzUFl0D6Fu7c8AawmfL$',$,$,$,(#34),#12046); +#12046= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); -#4536= IFCRELASSOCIATESLIBRARY('31HVyrjsfEnBHyLxM9PCgH',$,$,$,(#45),#12042); -#12042= IFCLIBRARYREFERENCE($,$,'\X2\4F5C52D5\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E30B930D730EA30F330AF30E930FC306E4F5C52D565B95F0F304B30895FC58981306A65B95F0F30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); +#4534= IFCRELASSOCIATESLIBRARY('3kGKxTLOPDhe6VsqBvzipE',$,$,$,(#34),#12047); +#12047= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); -#4537= IFCRELASSOCIATESLIBRARY('3UAQD_GOzFGuhYB_qTtUSj',$,$,$,(#46),#12043); -#12043= IFCLIBRARYREFERENCE($,$,'Activation Temperature',$,'en',$); +#4535= IFCRELASSOCIATESLIBRARY('3i2$AI5PTEzxk2G0na7K2z',$,$,$,(#34),#12048); +#12048= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); -#4538= IFCRELASSOCIATESLIBRARY('03T$w1tZz9$gO$BffQxndV',$,$,$,(#46),#12044); -#12044= IFCLIBRARYREFERENCE($,$,'\X2\4F5C52D56E295EA6\X0\','\X2\8A2D8A084F5C52D56E295EA63002\X0\','ja-JP',$); +#4536= IFCRELASSOCIATESLIBRARY('005g0tKpbEYBrIqS5F2ySv',$,$,$,(#35),#12049); +#12049= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); -#4539= IFCRELASSOCIATESLIBRARY('04hVlrCIb50RnW0TRPEWsp',$,$,$,(#47),#12045); -#12045= IFCLIBRARYREFERENCE($,$,'Actual Completion',$,'en',$); +#4537= IFCRELASSOCIATESLIBRARY('18GO1jG41C19$KF5FQF9CA',$,$,$,(#35),#12050); +#12050= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); -#4540= IFCRELASSOCIATESLIBRARY('3v4B3QOLH1XweoiJBDGbMU',$,$,$,(#47),#12046); -#12046= IFCLIBRARYREFERENCE($,$,'\X2\5B9F7E3E5B8C4E867387\X0\','\X2\5B9F7E3E306E5B8C4E8673873002\X0\','ja-JP',$); +#4538= IFCRELASSOCIATESLIBRARY('2oFyxp2FPEjPPehT0daDsP',$,$,$,(#35),#12051); +#12051= IFCLIBRARYREFERENCE($,$,'Isolation acoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); -#4541= IFCRELASSOCIATESLIBRARY('2gH8EDewj3nRIx4HG_0Ugi',$,$,$,(#48),#12047); -#12047= IFCLIBRARYREFERENCE($,$,'Actual Cost',$,'en',$); +#4539= IFCRELASSOCIATESLIBRARY('2TTmUTjEj8OQ9TURDnUoUR',$,$,$,(#35),#12052); +#12052= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A30025F538A7256FD306E5EFA7BC96CD5898F306B3088308B3002\X0\\X\0D\X\0A\X2\3053306E30AA30D630B830A730AF30C8306E97F3306E900F904E640D593130927B497D1A50243067793A30593002\X0\','ja-JP',$); -#4542= IFCRELASSOCIATESLIBRARY('2qiqyJ4hr1Jv47yaXG6Jcl',$,$,$,(#48),#12048); -#12048= IFCLIBRARYREFERENCE($,$,'\X2\5B9F7E3E30B330B930C8\X0\','\X2\8CC76E90914D5206306E305F3081306E5B9F7E3E306E30B330B930C83002\X0\','ja-JP',$); +#4540= IFCRELASSOCIATESLIBRARY('1zaPn7$DrC4OkF0EaB9sKm',$,$,$,(#35),#12053); +#12053= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); -#4543= IFCRELASSOCIATESLIBRARY('2Rb646wqT0_gjNhmG4Y54y',$,$,$,(#49),#12049); -#12049= IFCLIBRARYREFERENCE($,$,'Actual Erection Date',$,'en',$); +#4541= IFCRELASSOCIATESLIBRARY('0FKtmmeRb99RydaRAu1kEa',$,$,$,(#36),#12054); +#12054= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); -#4544= IFCRELASSOCIATESLIBRARY('3k56HlnU175wd1FYm$VyPo',$,$,$,(#50),#12050); -#12050= IFCLIBRARYREFERENCE($,$,'Actual Production Date',$,'en',$); +#4542= IFCRELASSOCIATESLIBRARY('1lwrLS2p92tB0wt4_lra$4',$,$,$,(#36),#12055); +#12055= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); -#4545= IFCRELASSOCIATESLIBRARY('0bVnN_6gn0pxbAuq8qT11N',$,$,$,(#51),#12051); -#12051= IFCLIBRARYREFERENCE($,$,'Actual Work',$,'en',$); +#4543= IFCRELASSOCIATESLIBRARY('2ztS7d_Yb3$9k56bhZkAkF',$,$,$,(#36),#12056); +#12056= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); -#4546= IFCRELASSOCIATESLIBRARY('33Y0AunDb82fO8Vvvnt6hl',$,$,$,(#51),#12052); -#12052= IFCLIBRARYREFERENCE($,$,'\X2\5B9F7E3E4F5C696D66429593\X0\','\X2\8CC76E90914D5206306E305F3081306E5B9F7E3E306E4F5C696D3002\X0\','ja-JP',$); +#4544= IFCRELASSOCIATESLIBRARY('1DuVZeiobFhxKvOw$tQQSY',$,$,$,(#36),#12057); +#12057= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); -#4548= IFCRELASSOCIATESLIBRARY('3Rg0SjtHv9MAjEsd_mI_eI',$,$,$,(#52),#12053); -#12053= IFCLIBRARYREFERENCE($,$,'Actuation Type',$,'en',$); +#4545= IFCRELASSOCIATESLIBRARY('12DHNdvcv9gxKOEQ5TgFe9',$,$,$,(#36),#12058); +#12058= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); -#4549= IFCRELASSOCIATESLIBRARY('26w3p0VoP6L9kgUmy3Db6C',$,$,$,(#53),#12054); -#12054= IFCLIBRARYREFERENCE($,$,'Actuation Type',$,'en',$); +#4546= IFCRELASSOCIATESLIBRARY('2TRxelWiP8NwPlyXAhDewH',$,$,$,(#37),#12059); +#12059= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); -#4550= IFCRELASSOCIATESLIBRARY('0AlSgcE_98o9xpBlGY$AR5',$,$,$,(#54),#12055); -#12055= IFCLIBRARYREFERENCE($,$,'Actuator Input Power',$,'en',$); +#4547= IFCRELASSOCIATESLIBRARY('1bIewEpzXF9AbUVbGEU5cU',$,$,$,(#37),#12060); +#12060= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); -#4551= IFCRELASSOCIATESLIBRARY('1NbM1iWc13wAkIZqqKkmQs',$,$,$,(#54),#12056); -#12056= IFCLIBRARYREFERENCE($,$,'\X2\5165529B96FB529B\X0\','\X2\670059275165529B96FB529B3002\X0\','ja-JP',$); +#4548= IFCRELASSOCIATESLIBRARY('0gYS_2_aHB0esg2UCSFOFY',$,$,$,(#37),#12061); +#12061= IFCLIBRARYREFERENCE($,$,'Isolation acoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); -#4552= IFCRELASSOCIATESLIBRARY('3UiD$7r$H38Q$rXi3NNlVy',$,$,$,(#54),#12057); -#12057= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\ \X2\C804B825\X0\','\X2\CD5CB300\X0\ \X2\C785B825\X0\ \X2\C804B825\X0\','ko-KR',$); +#4549= IFCRELASSOCIATESLIBRARY('20y4nqDrf7$fLGjGnUt1qf',$,$,$,(#37),#12062); +#12062= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); -#4556= IFCRELASSOCIATESLIBRARY('3FNhzyVPH3hA2hZkfXMvKG',$,$,$,(#57),#12058); -#12058= IFCLIBRARYREFERENCE($,$,'Addressablility',$,'en',$); +#4550= IFCRELASSOCIATESLIBRARY('1N8UaGImXCYhd5i7xl8TtM',$,$,$,(#38),#12063); +#12063= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Richtlinie die als Mindestanforderung f\S\|r die Schalld\S\dmmung der T\S\|r gew\S\dhrleistet sein muss.','de-DE',$); -#4557= IFCRELASSOCIATESLIBRARY('0Me4YGurL1Ue8Um0fOfJxG',$,$,$,(#57),#12059); -#12059= IFCLIBRARYREFERENCE($,$,'\X2\30A230C930EC30B963075B9A80FD529B\X0\','\X2\30A230C930EC30B963075B9A80FD529B306E30BF30A430D73002\X0\','ja-JP',$); +#4551= IFCRELASSOCIATESLIBRARY('0iPlUvW7H1TBm6$qnX4TtN',$,$,$,(#38),#12064); +#12064= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); -#4558= IFCRELASSOCIATESLIBRARY('0m2x6WX5X3qBck3Iz5o4TK',$,$,$,(#57),#12060); -#12060= IFCLIBRARYREFERENCE($,$,'\X2\C8FCC18C\X0\ \X2\C9C0C815\X0\ \X2\B2A5B825\X0\','\X2\C8FCC18C\X0\ \X2\C9C0C815\X0\ \X2\B2A5B825\X0\ \X2\D0C0C785\X0\','ko-KR',$); +#4552= IFCRELASSOCIATESLIBRARY('1Sp0objGL20gVkuiSqrU5n',$,$,$,(#38),#12065); +#12065= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); -#4559= IFCRELASSOCIATESLIBRARY('0yG5UqSZz4FOZ5FnTLI0Pd',$,$,$,(#58),#12061); -#12061= IFCLIBRARYREFERENCE($,$,'Adjustment Designation',$,'en',$); +#4553= IFCRELASSOCIATESLIBRARY('2TkcCWTPDFw86a8lDfNl0G',$,$,$,(#38),#12066); +#12066= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); -#4560= IFCRELASSOCIATESLIBRARY('3VGdWgAGb9HfrssI_j2aGE',$,$,$,(#58),#12062); -#12062= IFCLIBRARYREFERENCE($,$,'\X2\8ABF6574306E63075B9A\X0\','\X2\8ABF65743059308B88C57F6E306E63075B9A3002\X0\','ja-JP',$); +#4554= IFCRELASSOCIATESLIBRARY('2qzWB0xMvF$hk7d7dJtaWs',$,$,$,(#38),#12067); +#12067= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); -#4561= IFCRELASSOCIATESLIBRARY('2DYZzzMZf7UeRy2W9p8kOK',$,$,$,(#58),#12063); -#12063= IFCLIBRARYREFERENCE($,$,'\X2\C870C815C9C0C815\X0\','\X2\C870C815D558B294\X0\ \X2\C7A5CE58B97C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); +#4555= IFCRELASSOCIATESLIBRARY('2cW74m7LX8FRAvM8N6pgg8',$,$,$,(#39),#12068); +#12068= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); -#4562= IFCRELASSOCIATESLIBRARY('12ARnqRIv3HOxpWBbwE65r',$,$,$,(#59),#12064); -#12064= IFCLIBRARYREFERENCE($,$,'Adjustment Designation',$,'en',$); +#4556= IFCRELASSOCIATESLIBRARY('1gUL5yDjL6i9QWSoyLlpop',$,$,$,(#39),#12069); +#12069= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); -#4563= IFCRELASSOCIATESLIBRARY('3ZDMXL7FzC58HA2sYRagtg',$,$,$,(#59),#12065); -#12065= IFCLIBRARYREFERENCE($,$,'\X2\8ABF6574306E63075B9A\X0\','\X2\8ABF65743059308B88C57F6E306E63075B9A3002\X0\','ja-JP',$); +#4557= IFCRELASSOCIATESLIBRARY('1R6P5Y3A1738wL6uSDlBzH',$,$,$,(#39),#12070); +#12070= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); -#4564= IFCRELASSOCIATESLIBRARY('0fMJv$5YHBJ8QrWP5zqblk',$,$,$,(#59),#12066); -#12066= IFCLIBRARYREFERENCE($,$,'\X2\C870C815C9C0C815\X0\','\X2\C870C815D558B294\X0\ \X2\C7A5CE58B97C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); +#4558= IFCRELASSOCIATESLIBRARY('1P3JdeRb96tPZHct0DKSAz',$,$,$,(#39),#12071); +#12071= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); -#4565= IFCRELASSOCIATESLIBRARY('1_Wk4M8XrDiepMGPJvEce1',$,$,$,(#60),#12067); -#12067= IFCLIBRARYREFERENCE($,$,'Adjustment Range',$,'en',$); +#4559= IFCRELASSOCIATESLIBRARY('3KP33EYyr6hO$$7y8PH6Uo',$,$,$,(#39),#12072); +#12072= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); -#4566= IFCRELASSOCIATESLIBRARY('3_87$D3NjE8fBHh8lhLKjX',$,$,$,(#60),#12068); -#12068= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65747BC456F2\X0\','\X2\664295938ABF6574306E7BC456F2306E4E0A9650502430684E0B9650502430928A2D5B9A30024E0089A788683067306F3082306330663044306A30444E8B30926CE8610F3002\X0\','ja-JP',$); +#4560= IFCRELASSOCIATESLIBRARY('3$_EELBLH9cxSQRxbHLTG7',$,$,$,(#40),#12073); +#12073= IFCLIBRARYREFERENCE($,$,'Schallschutzklasse','Schallschutzklasse gem\S\d\S\_ der nationalen oder regionalen Schallschutzverordnung.','de-DE',$); -#4567= IFCRELASSOCIATESLIBRARY('3hrstCjJr9cRInvK_u$DCd',$,$,$,(#60),#12069); -#12069= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\BC94C704\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\BC94C704C758\X0\ \X2\C0C1D55C\X0\ \X2\CE58C640\X0\ \X2\D558D55C\X0\ \X2\CE58B97C\X0\ \X2\C124C815D569B2C8B2E4\X0\. \X2\BAA9B85DC740\X0\ \X2\AC16ACE0\X0\ \X2\C788C9C0\X0\ \X2\C54AC740\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); +#4561= IFCRELASSOCIATESLIBRARY('0ux$jiDKT2WgkmQ4zoSnuH',$,$,$,(#40),#12074); +#12074= IFCLIBRARYREFERENCE($,$,'Acoustic Rating',$,'en',$); -#4568= IFCRELASSOCIATESLIBRARY('3XCcOi6Ub1o9e6m8OPUchV',$,$,$,(#61),#12070); -#12070= IFCLIBRARYREFERENCE($,$,'Adjustment Range',$,'en',$); +#4562= IFCRELASSOCIATESLIBRARY('1bUSxuh6D1Fvbr42x2I323',$,$,$,(#40),#12075); +#12075= IFCLIBRARYREFERENCE($,$,'IsolationAcoustique','Classement acoustique de cet objet. Donn\S\i selon le Code National du B\S\btiment. Il indique la r\S\isistance \S\` la transmission du son de cet objet par une valeur de r\S\if\S\irence (au lieu de fournir les valeurs totales d''absorption du son).','fr-FR',$); -#4569= IFCRELASSOCIATESLIBRARY('1$cGT8LTn1OuCINAZl0Ihc',$,$,$,(#61),#12071); -#12071= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65747BC456F2\X0\','\X2\664295938ABF6574306E7BC456F2306E4E0A9650502430684E0B9650502430928A2D5B9A30024E0089A788683067306F3082306330663044306A30444E8B30926CE8610F3002\X0\','ja-JP',$); +#4563= IFCRELASSOCIATESLIBRARY('32Ybg046L56Pl9iWiFK0Wx',$,$,$,(#40),#12076); +#12076= IFCLIBRARYREFERENCE($,$,'\X2\906E97F37B497D1A\X0\','\X2\906E97F37B497D1A60C55831300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); -#4570= IFCRELASSOCIATESLIBRARY('0oR0BKZP58OekT8MaVzQTa',$,$,$,(#61),#12072); -#12072= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\BC94C704\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\BC94C704C758\X0\ \X2\C0C1D55C\X0\ \X2\CE58C640\X0\ \X2\D558D55C\X0\ \X2\CE58B97C\X0\ \X2\C124C815D569B2C8B2E4\X0\. \X2\BAA9B85DC740\X0\ \X2\AC16ACE0\X0\ \X2\C788C9C0\X0\ \X2\C54AC740\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); +#4564= IFCRELASSOCIATESLIBRARY('1Idhs$gl17BwyN9MiVYvkL',$,$,$,(#40),#12077); +#12077= IFCLIBRARYREFERENCE($,$,'\X2\969497F37B497EA7\X0\','\X2\8BE567844EF67684969497F37B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C4830330024E3A8868793A8BE567844EF6969497F36548679C76846BD47387FF08800C4E0D662F5B8C51685438653658F097F37684503CFF093002\X0\','zh-CN',$); -#4571= IFCRELASSOCIATESLIBRARY('3Z3ypvvDv88fibAL72KcDu',$,$,$,(#62),#12073); -#12073= IFCLIBRARYREFERENCE($,$,'Adjustment Range Step Value',$,'en',$); +#4565= IFCRELASSOCIATESLIBRARY('3y8IEUF2P5HfZZFyqLEFPK',$,$,$,(#41),#12078); +#12078= IFCLIBRARYREFERENCE($,$,'Acquisition Date',$,'en',$); -#4572= IFCRELASSOCIATESLIBRARY('0xuk96tSf4GBG4uNvqMf$4',$,$,$,(#62),#12074); -#12074= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65747BC456F2306E30B930C630C330D75024\X0\','\X2\664295938ABF6574306E7BC456F2309230B930C630C330D7502430928A2D5B9A30024E0089A788683067306F3082306330663044306A30444E8B30926CE8610F3002\X0\','ja-JP',$); +#4567= IFCRELASSOCIATESLIBRARY('1LzUOnI7P1BhVQJCxksIIH',$,$,$,(#42),#12079); +#12079= IFCLIBRARYREFERENCE($,$,'Acquisition Method',$,'en',$); -#4573= IFCRELASSOCIATESLIBRARY('1eOzN7g$D4w9qg3zHWthtj',$,$,$,(#62),#12075); -#12075= IFCLIBRARYREFERENCE($,$,'\X2\C870C815BC94C704\X0\ \X2\B2E8ACC4AC12\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\BC94C704B97C\X0\ \X2\B2E8ACC4\X0\ \X2\AC12C744\X0\ \X2\C124C815D569B2C8B2E4\X0\. \X2\BAA9B85DC740\X0\ \X2\AC16ACE0\X0\ \X2\C788C9C0\X0\ \X2\C54AC740\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); +#4568= IFCRELASSOCIATESLIBRARY('3D0zZ9Yof82P2UxfiFN5Ix',$,$,$,(#42),#12080); +#12080= IFCLIBRARYREFERENCE($,$,'MethodeAcquisition','La m\S\ithode utilis\S\ie pour effectuer le relev\S\i.','fr-FR',$); -#4574= IFCRELASSOCIATESLIBRARY('1d1F4rHeH1YxQDhvb9iKSM',$,$,$,(#63),#12076); -#12076= IFCLIBRARYREFERENCE($,$,'Adjustment Range Step Value',$,'en',$); +#4570= IFCRELASSOCIATESLIBRARY('0Ob4Air5bE7OuMLumOzTnw',$,$,$,(#45),#12081); +#12081= IFCLIBRARYREFERENCE($,$,'Activation',$,'en',$); -#4575= IFCRELASSOCIATESLIBRARY('3neuRBbAn5QAtiBSm7itvf',$,$,$,(#63),#12077); -#12077= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65747BC456F2306E30B930C630C330D75024\X0\','\X2\664295938ABF6574306E7BC456F2309230B930C630C330D7502430928A2D5B9A30024E0089A788683067306F3082306330663044306A30444E8B30926CE8610F3002\X0\','ja-JP',$); +#4571= IFCRELASSOCIATESLIBRARY('0vTESOSvX7lhqPF6Z4Kbah',$,$,$,(#45),#12082); +#12082= IFCLIBRARYREFERENCE($,$,'\X2\4F5C52D5\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E30B930D730EA30F330AF30E930FC306E4F5C52D565B95F0F304B30895FC58981306A65B95F0F30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); -#4576= IFCRELASSOCIATESLIBRARY('3dpua8kXjBsw1$yBJUSJFA',$,$,$,(#63),#12078); -#12078= IFCLIBRARYREFERENCE($,$,'\X2\C870C815BC94C704\X0\ \X2\B2E8ACC4AC12\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\BC94C704B97C\X0\ \X2\B2E8ACC4\X0\ \X2\AC12C744\X0\ \X2\C124C815D569B2C8B2E4\X0\. \X2\BAA9B85DC740\X0\ \X2\AC16ACE0\X0\ \X2\C788C9C0\X0\ \X2\C54AC740\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); +#4572= IFCRELASSOCIATESLIBRARY('2CS9E0Nzz4$fiZtUxI9wf_',$,$,$,(#46),#12083); +#12083= IFCLIBRARYREFERENCE($,$,'Activation Temperature',$,'en',$); -#4577= IFCRELASSOCIATESLIBRARY('3wy2rVi111uBg9C4ikIuKM',$,$,$,(#64),#12079); -#12079= IFCLIBRARYREFERENCE($,$,'Adjustment Values',$,'en',$); +#4573= IFCRELASSOCIATESLIBRARY('13jRKfD$z9PQRBkdIv4Pno',$,$,$,(#46),#12084); +#12084= IFCLIBRARYREFERENCE($,$,'\X2\4F5C52D56E295EA6\X0\','\X2\8A2D8A084F5C52D56E295EA63002\X0\','ja-JP',$); -#4578= IFCRELASSOCIATESLIBRARY('28fJzB1LH60OkNnsZmBdIh',$,$,$,(#64),#12080); -#12080= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65745024\X0\','\X2\664295938ABF657450243092FF11304B3089\X0\16\X2\30678A2D5B9A30027BC456F23067306F3001306A30444E8B30926CE8610F3002\X0\','ja-JP',$); +#4574= IFCRELASSOCIATESLIBRARY('0YiMIc6Qz058_JR7cpc6Vs',$,$,$,(#47),#12085); +#12085= IFCLIBRARYREFERENCE($,$,'Actual Completion',$,'en',$); -#4579= IFCRELASSOCIATESLIBRARY('2WblorEvX9kOCWQn4hhu2v',$,$,$,(#64),#12081); -#12081= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\AC12\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\AC12C744\X0\ 1\X2\C5D0C11C\X0\ 16\X2\B85C\X0\ \X2\C124C815\X0\. \X2\BC94C704B294C5C6B294\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); +#4575= IFCRELASSOCIATESLIBRARY('2iQLshwZX6TQpslyvt03eN',$,$,$,(#47),#12086); +#12086= IFCLIBRARYREFERENCE($,$,'\X2\5B9F7E3E5B8C4E867387\X0\','\X2\5B9F7E3E306E5B8C4E8673873002\X0\','ja-JP',$); -#4580= IFCRELASSOCIATESLIBRARY('0625Ozy1v9YPYa_xOQXEdx',$,$,$,(#65),#12082); -#12082= IFCLIBRARYREFERENCE($,$,'Adjustment Values',$,'en',$); +#4576= IFCRELASSOCIATESLIBRARY('0$YaERFAX9NRmo9qYQ2LbY',$,$,$,(#48),#12087); +#12087= IFCLIBRARYREFERENCE($,$,'Actual Cost',$,'en',$); -#4581= IFCRELASSOCIATESLIBRARY('2fCbAYYzrC_QLdSIG0OcVJ',$,$,$,(#65),#12083); -#12083= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65745024\X0\','\X2\664295938ABF657450243092FF11304B3089\X0\16\X2\30678A2D5B9A30027BC456F23067306F3001306A30444E8B30926CE8610F3002\X0\','ja-JP',$); +#4577= IFCRELASSOCIATESLIBRARY('2EzETIq$X0UPJEVg2Ogd5x',$,$,$,(#48),#12088); +#12088= IFCLIBRARYREFERENCE($,$,'\X2\5B9F7E3E30B330B930C8\X0\','\X2\8CC76E90914D5206306E305F3081306E5B9F7E3E306E30B330B930C83002\X0\','ja-JP',$); -#4582= IFCRELASSOCIATESLIBRARY('2C3TAw4bL1NAt6peU4zrM3',$,$,$,(#65),#12084); -#12084= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\AC12\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\AC12C744\X0\ 1\X2\C5D0C11C\X0\ 16\X2\B85C\X0\ \X2\C124C815\X0\. \X2\BC94C704B294C5C6B294\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); +#4578= IFCRELASSOCIATESLIBRARY('3MzpA9Swv0MPIPbZ3Ru272',$,$,$,(#49),#12089); +#12089= IFCLIBRARYREFERENCE($,$,'Actual Erection Date',$,'en',$); -#4584= IFCRELASSOCIATESLIBRARY('2iPD89kPr3VgecuC16T0s2',$,$,$,(#66),#12085); -#12085= IFCLIBRARYREFERENCE($,$,'Adjustment Value Type',$,'en',$); +#4579= IFCRELASSOCIATESLIBRARY('1aw2YblpP7Lfjio_uc1J58',$,$,$,(#50),#12090); +#12090= IFCLIBRARYREFERENCE($,$,'Actual Production Date',$,'en',$); -#4585= IFCRELASSOCIATESLIBRARY('0Gz2sbGTfEBO3Ky90M5ogq',$,$,$,(#66),#12086); -#12086= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65745024306E578B\X0\','\X2\8ABF65745024306E30BF30A430D730928A2D5B9A3002\X0\','ja-JP',$); +#4580= IFCRELASSOCIATESLIBRARY('16a9L5tCz4CgtVcqoO3qQp',$,$,$,(#51),#12091); +#12091= IFCLIBRARYREFERENCE($,$,'Actual Work',$,'en',$); -#4586= IFCRELASSOCIATESLIBRARY('3T33v7jOrEVQrxvdAim9Ye',$,$,$,(#66),#12087); -#12087= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\D615C2DD\X0\','\X2\C870C815\X0\ \X2\AC12\X0\ \X2\C720D615C744\X0\ \X2\C124C815D569B2C8B2E4\X0\.','ko-KR',$); +#4581= IFCRELASSOCIATESLIBRARY('1c4Qto9Nv6QP1KQMw1alTD',$,$,$,(#51),#12092); +#12092= IFCLIBRARYREFERENCE($,$,'\X2\5B9F7E3E4F5C696D66429593\X0\','\X2\8CC76E90914D5206306E305F3081306E5B9F7E3E306E4F5C696D3002\X0\','ja-JP',$); -#4587= IFCRELASSOCIATESLIBRARY('3AiTKH66DCXhScw_fjTdFW',$,$,$,(#67),#12088); -#12088= IFCLIBRARYREFERENCE($,$,'Adjustment Value Type',$,'en',$); +#4583= IFCRELASSOCIATESLIBRARY('0SyMGwlYfBQgixCsZHfE$3',$,$,$,(#52),#12093); +#12093= IFCLIBRARYREFERENCE($,$,'Actuation Type',$,'en',$); -#4588= IFCRELASSOCIATESLIBRARY('3vVyuDvQT4mhY6fgMYWnYN',$,$,$,(#67),#12089); -#12089= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65745024306E578B\X0\','\X2\8ABF65745024306E30BF30A430D730928A2D5B9A3002\X0\','ja-JP',$); +#4584= IFCRELASSOCIATESLIBRARY('2h0Fk3tOb5ZfBcDv2Eg06H',$,$,$,(#53),#12094); +#12094= IFCLIBRARYREFERENCE($,$,'Actuation Type',$,'en',$); -#4589= IFCRELASSOCIATESLIBRARY('1bOLP44OP3YBzMApKMrtxB',$,$,$,(#67),#12090); -#12090= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\D615C2DD\X0\','\X2\C870C815\X0\ \X2\AC12\X0\ \X2\C720D615C744\X0\ \X2\C124C815D569B2C8B2E4\X0\.','ko-KR',$); +#4585= IFCRELASSOCIATESLIBRARY('0$J1VFI2D4GBx3CwOC0wNY',$,$,$,(#54),#12095); +#12095= IFCLIBRARYREFERENCE($,$,'Actuator Input Power',$,'en',$); -#4590= IFCRELASSOCIATESLIBRARY('3MIjJXsSP2fgtmTZzp0FvO',$,$,$,(#68),#12091); -#12091= IFCLIBRARYREFERENCE($,$,'Admixtures Description',$,'en',$); +#4586= IFCRELASSOCIATESLIBRARY('3qTWW4Y0z6PuH5mVBt9AfU',$,$,$,(#54),#12096); +#12096= IFCLIBRARYREFERENCE($,$,'\X2\5165529B96FB529B\X0\','\X2\670059275165529B96FB529B3002\X0\','ja-JP',$); -#4592= IFCRELASSOCIATESLIBRARY('0eWexG1yT86OPwXbkpadB6',$,$,$,(#69),#12092); -#12092= IFCLIBRARYREFERENCE($,$,'Agreement Type',$,'en',$); +#4587= IFCRELASSOCIATESLIBRARY('1noXSTrP5DQ8r$TLEPmhTh',$,$,$,(#54),#12097); +#12097= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\ \X2\C804B825\X0\','\X2\CD5CB300\X0\ \X2\C785B825\X0\ \X2\C804B825\X0\','ko-KR',$); -#4593= IFCRELASSOCIATESLIBRARY('07v967fTbFLeneYZpR3y4N',$,$,$,(#70),#12093); -#12093= IFCLIBRARYREFERENCE($,$,'Klimaanlage','Anforderung, ob der Raum mit einer Klimaanlage ausgestattet werden soll (WAHR), oder nicht (Falsch).','de-DE',$); +#4591= IFCRELASSOCIATESLIBRARY('0P__gtKH57MwMSKe8RiFOB',$,$,$,(#57),#12098); +#12098= IFCLIBRARYREFERENCE($,$,'Addressablility',$,'en',$); -#4594= IFCRELASSOCIATESLIBRARY('1LvMolUCD6CgjhMWZ6jdPn',$,$,$,(#70),#12094); -#12094= IFCLIBRARYREFERENCE($,$,'Air Conditioning',$,'en',$); +#4592= IFCRELASSOCIATESLIBRARY('3E3xUvVtjFl9LVV4eaySbf',$,$,$,(#57),#12099); +#12099= IFCLIBRARYREFERENCE($,$,'\X2\30A230C930EC30B963075B9A80FD529B\X0\','\X2\30A230C930EC30B963075B9A80FD529B306E30BF30A430D73002\X0\','ja-JP',$); -#4595= IFCRELASSOCIATESLIBRARY('20T7ku9Vv5eeHGfXYcUe32',$,$,$,(#70),#12095); -#12095= IFCLIBRARYREFERENCE($,$,'Conditionnement d''air','Indique si l''espace requiert un conditionnement d''air (VRAI) ou non (FAUX).','fr-FR',$); +#4593= IFCRELASSOCIATESLIBRARY('3uq7dnTAX4mxGhiDTE0khf',$,$,$,(#57),#12100); +#12100= IFCLIBRARYREFERENCE($,$,'\X2\C8FCC18C\X0\ \X2\C9C0C815\X0\ \X2\B2A5B825\X0\','\X2\C8FCC18C\X0\ \X2\C9C0C815\X0\ \X2\B2A5B825\X0\ \X2\D0C0C785\X0\','ko-KR',$); -#4596= IFCRELASSOCIATESLIBRARY('0lPv06cRv3_Pm9KFHLVY14',$,$,$,(#70),#12096); -#12096= IFCLIBRARYREFERENCE($,$,'\X2\7A7A8ABF\X0\','\X2\3053306E7A7A9593304C7A7A8ABF309289816C423059308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\89813001\X0\(FALSE)\X2\4E0D89813002\X0\','ja-JP',$); +#4594= IFCRELASSOCIATESLIBRARY('2kxdZGaMnDhOVqdzStq25K',$,$,$,(#58),#12101); +#12101= IFCLIBRARYREFERENCE($,$,'Adjustment Designation',$,'en',$); -#4597= IFCRELASSOCIATESLIBRARY('1QSBAOaHTBXwByhAMOgDo0',$,$,$,(#70),#12097); -#12097= IFCLIBRARYREFERENCE($,$,'\X2\ACF5C870\X0\','\X2\C774\X0\ \X2\ACF5AC04C774\X0\ \X2\ACF5C870B97C\X0\ \X2\C694CCADD560C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\D544C694\X0\ (FALSE) \X2\BD88D544C694\X0\.','ko-KR',$); +#4595= IFCRELASSOCIATESLIBRARY('2xXcbQcxP42ujODmPQOi7X',$,$,$,(#58),#12102); +#12102= IFCLIBRARYREFERENCE($,$,'\X2\8ABF6574306E63075B9A\X0\','\X2\8ABF65743059308B88C57F6E306E63075B9A3002\X0\','ja-JP',$); -#4598= IFCRELASSOCIATESLIBRARY('0SSFtJ2LjBoQLQ_UdDmZhu',$,$,$,(#71),#12098); -#12098= IFCLIBRARYREFERENCE($,$,'Klimaanlage zentral','Anforderung, ob die Klimaanlage zentral gesteuert werden soll (WAHR), oder nicht (FALSCH). Soll nur angegeben werden, wenn die Eigenschaft "Klimaanlage" mit WAHR gegeben ist.','de-DE',$); +#4596= IFCRELASSOCIATESLIBRARY('3t2bxwCQ53$BFr94$Lg21c',$,$,$,(#58),#12103); +#12103= IFCLIBRARYREFERENCE($,$,'\X2\C870C815C9C0C815\X0\','\X2\C870C815D558B294\X0\ \X2\C7A5CE58B97C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); -#4599= IFCRELASSOCIATESLIBRARY('3Z_SgLwFL9LQkFz636iB2C',$,$,$,(#71),#12099); -#12099= IFCLIBRARYREFERENCE($,$,'Air Conditioning Central',$,'en',$); +#4597= IFCRELASSOCIATESLIBRARY('016QsmO_f1fu24YcEGoOIG',$,$,$,(#59),#12104); +#12104= IFCLIBRARYREFERENCE($,$,'Adjustment Designation',$,'en',$); -#4600= IFCRELASSOCIATESLIBRARY('3ixX5rE8X0w9bMpntOEWMl',$,$,$,(#71),#12100); -#12100= IFCLIBRARYREFERENCE($,$,'Conditionnement d''air centralis\S\i','Indique si l''espace requiert un conditionnement d''air centralis\S\i (VRAI) ou non (FAUX). A fournir si la propri\S\it\S\i "Conditionnement d''air" est VRAI.','fr-FR',$); +#4598= IFCRELASSOCIATESLIBRARY('3nkueaiQ56fBcCEzUJPs0N',$,$,$,(#59),#12105); +#12105= IFCLIBRARYREFERENCE($,$,'\X2\8ABF6574306E63075B9A\X0\','\X2\8ABF65743059308B88C57F6E306E63075B9A3002\X0\','ja-JP',$); -#4601= IFCRELASSOCIATESLIBRARY('0R7Z8tssf7qecqUt11xMpU',$,$,$,(#71),#12101); -#12101= IFCLIBRARYREFERENCE($,$,'\X2\4E2D592E5F0F7A7A8ABF\X0\','\X2\7A7A9593304C4E2D592E5F0F7A7A8ABF309289816C423059308B304B30693046304B3092793A305930D630FC30EA30A230F350243002300C7A7A8ABF300D30D730ED30D130C630A3304C\X0\TRUE\X2\306B8A2D5B9A3055308C305F58345408306E307F30014E0E30483089308C308B3002\X0\','ja-JP',$); +#4599= IFCRELASSOCIATESLIBRARY('242KMrmcPACv62KT$Fk80y',$,$,$,(#59),#12106); +#12106= IFCLIBRARYREFERENCE($,$,'\X2\C870C815C9C0C815\X0\','\X2\C870C815D558B294\X0\ \X2\C7A5CE58B97C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); -#4602= IFCRELASSOCIATESLIBRARY('0Lyp9T$IH6PRm44baplf6L',$,$,$,(#71),#12102); -#12102= IFCLIBRARYREFERENCE($,$,'\X2\C911C559C2DD\X0\ \X2\C5D0C5B4CEE8\X0\','\X2\ACF5AC04C774\X0\ \X2\C911C559\X0\ \X2\C2DD\X0\ \X2\ACF5C870B97C\X0\ \X2\C694CCADD560C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. "\X2\ACF5C870\X0\"\X2\C18DC131C774\X0\ TRUE\X2\B85C\X0\ \X2\C124C815B41C\X0\ \X2\ACBDC6B0C5D0B9CC\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); +#4600= IFCRELASSOCIATESLIBRARY('2oXjmdJRfCFhlPfPQDM$VE',$,$,$,(#60),#12107); +#12107= IFCLIBRARYREFERENCE($,$,'Adjustment Range',$,'en',$); -#4603= IFCRELASSOCIATESLIBRARY('0L1xZvtmTDB9myJQOHHxIP',$,$,$,(#72),#12103); -#12103= IFCLIBRARYREFERENCE($,$,'Air Diffusion Performance Index',$,'en',$); +#4601= IFCRELASSOCIATESLIBRARY('0AbjAtot10vAIjIyCZBibF',$,$,$,(#60),#12108); +#12108= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65747BC456F2\X0\','\X2\664295938ABF6574306E7BC456F2306E4E0A9650502430684E0B9650502430928A2D5B9A30024E0089A788683067306F3082306330663044306A30444E8B30926CE8610F3002\X0\','ja-JP',$); -#4604= IFCRELASSOCIATESLIBRARY('1IuX9HSRT4Swh2JbVzYDk$',$,$,$,(#72),#12104); -#12104= IFCLIBRARYREFERENCE($,$,'Indice de performance de diffusion de l''air','L''Indice de Performance de Diffusion d''Air (ADPI) est utilis\S\i pour des conditions en mode rafra\S\nchissement. Si plusieurs mesures de vitesses et temp\S\iratures de l''air sont r\S\ialis\S\ies \S\` travers toute une zone occup\S\ie d''un espace, l''ADPI est le pourcentage des emplacements o\S\y les mesures ont \S\it\S\i r\S\ialis\S\ies et qui v\S\irifient les caract\S\iristiques pour une temp\S\irature de courant d''air et de vitesse d''air effectives.','fr-FR',$); +#4602= IFCRELASSOCIATESLIBRARY('1ZJo5srdT2QhTDtKS7mSBb',$,$,$,(#60),#12109); +#12109= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\BC94C704\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\BC94C704C758\X0\ \X2\C0C1D55C\X0\ \X2\CE58C640\X0\ \X2\D558D55C\X0\ \X2\CE58B97C\X0\ \X2\C124C815D569B2C8B2E4\X0\. \X2\BAA9B85DC740\X0\ \X2\AC16ACE0\X0\ \X2\C788C9C0\X0\ \X2\C54AC740\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); -#4605= IFCRELASSOCIATESLIBRARY('2rx8AlGrj1rRtDKnovMr7q',$,$,$,(#72),#12105); -#12105= IFCLIBRARYREFERENCE($,$,'\X2\7A7A6C1762E16563602780FD63076A19\X0\','\X2\7A7A6C1762E16563602780FD63076A19FF08\X0\ADPI)\X2\306F51B7623F6642306B4F7F75283055308C308B3002\X0\\X\0D\X\0A\X2\7A7A6C17901F5EA6304A308830736C176E29306E3044304F3064304B306E6E2C5B9A304C7A7A9593306E5C454F4F57DF306E968530053067306A3055308C308B583454083001\X0\ADPI\X2\306F670952B9306A83496848306E6E295EA6304A308830737A7A6C17901F5EA6306E305F3081306E4ED569D8306B906D90473059308B6E2C5B9A304C5F973089308C305F4F4D7F6E306E5272540830673042308B3002\X0\','ja-JP',$); +#4603= IFCRELASSOCIATESLIBRARY('1ExrWgeb59RgNukyU03Eq5',$,$,$,(#61),#12110); +#12110= IFCLIBRARYREFERENCE($,$,'Adjustment Range',$,'en',$); -#4606= IFCRELASSOCIATESLIBRARY('0TPSoWNGfEF9YoIOKevqbB',$,$,$,(#73),#12106); -#12106= IFCLIBRARYREFERENCE($,$,'Air Exchange Rate',$,'en',$); +#4604= IFCRELASSOCIATESLIBRARY('0QnJR47A95qg4etz1pljqg',$,$,$,(#61),#12111); +#12111= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65747BC456F2\X0\','\X2\664295938ABF6574306E7BC456F2306E4E0A9650502430684E0B9650502430928A2D5B9A30024E0089A788683067306F3082306330663044306A30444E8B30926CE8610F3002\X0\','ja-JP',$); -#4607= IFCRELASSOCIATESLIBRARY('2baw8tk3L3jOYbva7tjVeF',$,$,$,(#73),#12107); -#12107= IFCLIBRARYREFERENCE($,$,'\X2\63DB6C1756DE6570\X0\','\X2\63DB6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); +#4605= IFCRELASSOCIATESLIBRARY('3xOxIX_QH59BsjRRUu_yxx',$,$,$,(#61),#12112); +#12112= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\BC94C704\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\BC94C704C758\X0\ \X2\C0C1D55C\X0\ \X2\CE58C640\X0\ \X2\D558D55C\X0\ \X2\CE58B97C\X0\ \X2\C124C815D569B2C8B2E4\X0\. \X2\BAA9B85DC740\X0\ \X2\AC16ACE0\X0\ \X2\C788C9C0\X0\ \X2\C54AC740\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); -#4608= IFCRELASSOCIATESLIBRARY('2IgRtm3an60e05meRXUM6h',$,$,$,(#73),#12108); -#12108= IFCLIBRARYREFERENCE($,$,'\X2\D658AE30D68CC218\X0\','\X2\D658AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#4606= IFCRELASSOCIATESLIBRARY('3$eI4dornCovIYQgQYD1kW',$,$,$,(#62),#12113); +#12113= IFCLIBRARYREFERENCE($,$,'Adjustment Range Step Value',$,'en',$); -#4609= IFCRELASSOCIATESLIBRARY('2zBe2vwyX3xPusHh8ASE4q',$,$,$,(#74),#12109); -#12109= IFCLIBRARYREFERENCE($,$,'Air Exchange Rate',$,'en',$); +#4607= IFCRELASSOCIATESLIBRARY('1IsGqbiOH64PzAhslSrf2Y',$,$,$,(#62),#12114); +#12114= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65747BC456F2306E30B930C630C330D75024\X0\','\X2\664295938ABF6574306E7BC456F2309230B930C630C330D7502430928A2D5B9A30024E0089A788683067306F3082306330663044306A30444E8B30926CE8610F3002\X0\','ja-JP',$); -#4610= IFCRELASSOCIATESLIBRARY('2gsyxZHAr1Qwl_0spCd5Jp',$,$,$,(#74),#12110); -#12110= IFCLIBRARYREFERENCE($,$,'\X2\63DB6C1756DE6570\X0\','\X2\63DB6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); +#4608= IFCRELASSOCIATESLIBRARY('2DQ1ParBLEmBf1wr60Xfbu',$,$,$,(#62),#12115); +#12115= IFCLIBRARYREFERENCE($,$,'\X2\C870C815BC94C704\X0\ \X2\B2E8ACC4AC12\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\BC94C704B97C\X0\ \X2\B2E8ACC4\X0\ \X2\AC12C744\X0\ \X2\C124C815D569B2C8B2E4\X0\. \X2\BAA9B85DC740\X0\ \X2\AC16ACE0\X0\ \X2\C788C9C0\X0\ \X2\C54AC740\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); -#4611= IFCRELASSOCIATESLIBRARY('2W97DjUOb8zupdPlODObVs',$,$,$,(#74),#12111); -#12111= IFCLIBRARYREFERENCE($,$,'\X2\D658AE30D68CC218\X0\','\X2\D658AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#4609= IFCRELASSOCIATESLIBRARY('0Qj7qjuXPETfDv2pYinfHY',$,$,$,(#63),#12116); +#12116= IFCLIBRARYREFERENCE($,$,'Adjustment Range Step Value',$,'en',$); -#4613= IFCRELASSOCIATESLIBRARY('1S_4gJEx13zQQ10AJVhDTh',$,$,$,(#75),#12112); -#12112= IFCLIBRARYREFERENCE($,$,'Air Flow Configuration',$,'en',$); +#4610= IFCRELASSOCIATESLIBRARY('0J1A7I6bXApOCk2MTUHyOc',$,$,$,(#63),#12117); +#12117= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65747BC456F2306E30B930C630C330D75024\X0\','\X2\664295938ABF6574306E7BC456F2309230B930C630C330D7502430928A2D5B9A30024E0089A788683067306F3082306330663044306A30444E8B30926CE8610F3002\X0\','ja-JP',$); -#4614= IFCRELASSOCIATESLIBRARY('1BJUHphVv8UQ2iwHyArwxJ',$,$,$,(#76),#12113); -#12113= IFCLIBRARYREFERENCE($,$,'Airflow Curve',$,'en',$); +#4611= IFCRELASSOCIATESLIBRARY('1cBK8ZIi5CN9GHgtH2HEzk',$,$,$,(#63),#12118); +#12118= IFCLIBRARYREFERENCE($,$,'\X2\C870C815BC94C704\X0\ \X2\B2E8ACC4AC12\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\BC94C704B97C\X0\ \X2\B2E8ACC4\X0\ \X2\AC12C744\X0\ \X2\C124C815D569B2C8B2E4\X0\. \X2\BAA9B85DC740\X0\ \X2\AC16ACE0\X0\ \X2\C788C9C0\X0\ \X2\C54AC740\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); -#4615= IFCRELASSOCIATESLIBRARY('0w2A44dRb4I9tSSCLqYH74',$,$,$,(#76),#12114); -#12114= IFCLIBRARYREFERENCE($,$,'Courbe de d\S\ibit d''air','Relation entre d\S\ibit d''air par rapport \S\` la position du registre; D\S\ibit d''air = f (position du clapet)','fr-FR',$); +#4612= IFCRELASSOCIATESLIBRARY('12G7EdhKnDKB9idr6wbiZ1',$,$,$,(#64),#12119); +#12119= IFCLIBRARYREFERENCE($,$,'Adjustment Values',$,'en',$); -#4616= IFCRELASSOCIATESLIBRARY('13bfdq4gvF5vt2LEkx4cku',$,$,$,(#76),#12115); -#12115= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF66F27DDA\X0\','\X2\30C030F330D1958B5EA6306898A891CF306E95A24FC23000300098A891CFFF1D\X0\f(\X2\958B5EA6\X0\)','ja-JP',$); +#4613= IFCRELASSOCIATESLIBRARY('24omf6nuLDyhVlz2vjss8L',$,$,$,(#64),#12120); +#12120= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65745024\X0\','\X2\664295938ABF657450243092FF11304B3089\X0\16\X2\30678A2D5B9A30027BC456F23067306F3001306A30444E8B30926CE8610F3002\X0\','ja-JP',$); -#4617= IFCRELASSOCIATESLIBRARY('3rWyiMfAX3kObYWld2j28I',$,$,$,(#77),#12116); -#12116= IFCLIBRARYREFERENCE($,$,'Air Flow Leakage',$,'en',$); +#4614= IFCRELASSOCIATESLIBRARY('3$vqvmHJDBXPnHlQ6oZPeY',$,$,$,(#64),#12121); +#12121= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\AC12\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\AC12C744\X0\ 1\X2\C5D0C11C\X0\ 16\X2\B85C\X0\ \X2\C124C815\X0\. \X2\BC94C704B294C5C6B294\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); -#4618= IFCRELASSOCIATESLIBRARY('1IxnL4_1z5C8WHu93CyILR',$,$,$,(#77),#12117); -#12117= IFCLIBRARYREFERENCE($,$,'\X2\6F0F308C91CF\X0\','\X2\4F537A4D6F0F308C6D4191CF\X0\','ja-JP',$); +#4615= IFCRELASSOCIATESLIBRARY('1ZZqiAz71FPvcz5otn_fh3',$,$,$,(#65),#12122); +#12122= IFCLIBRARYREFERENCE($,$,'Adjustment Values',$,'en',$); -#4619= IFCRELASSOCIATESLIBRARY('2_r4AiFm10PPSMj91ErMrK',$,$,$,(#78),#12118); -#12118= IFCLIBRARYREFERENCE($,$,'Air Flow Rate',$,'en',$); +#4616= IFCRELASSOCIATESLIBRARY('2YVfrnmvn27xAd4hr_627c',$,$,$,(#65),#12123); +#12123= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65745024\X0\','\X2\664295938ABF657450243092FF11304B3089\X0\16\X2\30678A2D5B9A30027BC456F23067306F3001306A30444E8B30926CE8610F3002\X0\','ja-JP',$); -#4620= IFCRELASSOCIATESLIBRARY('26T1v9Fsf1JPO6_2O3ekZD',$,$,$,(#78),#12119); -#12119= IFCLIBRARYREFERENCE($,$,'D\S\ibit d''air','D\S\ibit d''air volumique','fr-FR',$); +#4617= IFCRELASSOCIATESLIBRARY('0OeQrhSiDFHPTaJiNGF7V4',$,$,$,(#65),#12124); +#12124= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\AC12\X0\','\X2\C2DCAC04\X0\ \X2\C870C815\X0\ \X2\AC12C744\X0\ 1\X2\C5D0C11C\X0\ 16\X2\B85C\X0\ \X2\C124C815\X0\. \X2\BC94C704B294C5C6B294\X0\ \X2\AC83C744C8FCC758\X0\.','ko-KR',$); -#4621= IFCRELASSOCIATESLIBRARY('3KYEiCh9j8EesNRO1eTFxG',$,$,$,(#78),#12120); -#12120= IFCLIBRARYREFERENCE($,$,'\X2\98A891CF\X0\','\X2\900198A891CF\X0\','ja-JP',$); +#4619= IFCRELASSOCIATESLIBRARY('0cAv1dWrn5DAQedm1p8yKC',$,$,$,(#66),#12125); +#12125= IFCLIBRARYREFERENCE($,$,'Adjustment Value Type',$,'en',$); -#4622= IFCRELASSOCIATESLIBRARY('3zadL1ECf0_B22Z9lSqAei',$,$,$,(#79),#12121); -#12121= IFCLIBRARYREFERENCE($,$,'Air Flow Rate',$,'en',$); +#4620= IFCRELASSOCIATESLIBRARY('1sXNNK16bAlu3JF6X3g4BB',$,$,$,(#66),#12126); +#12126= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65745024306E578B\X0\','\X2\8ABF65745024306E30BF30A430D730928A2D5B9A3002\X0\','ja-JP',$); -#4623= IFCRELASSOCIATESLIBRARY('3bWttWhk5AVxouMYfULEJy',$,$,$,(#80),#12122); -#12122= IFCLIBRARYREFERENCE($,$,'Air Flow Rate',$,'en',$); +#4621= IFCRELASSOCIATESLIBRARY('2Dci6Qm1X9KReOvwloOvQ1',$,$,$,(#66),#12127); +#12127= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\D615C2DD\X0\','\X2\C870C815\X0\ \X2\AC12\X0\ \X2\C720D615C744\X0\ \X2\C124C815D569B2C8B2E4\X0\.','ko-KR',$); -#4624= IFCRELASSOCIATESLIBRARY('33N3HuGYf6LgBqgZj_q4FE',$,$,$,(#81),#12123); -#12123= IFCLIBRARYREFERENCE($,$,'Air Flow Rate',$,'en',$); +#4622= IFCRELASSOCIATESLIBRARY('3zJejQtGj8evLK985CVRZj',$,$,$,(#67),#12128); +#12128= IFCLIBRARYREFERENCE($,$,'Adjustment Value Type',$,'en',$); -#4625= IFCRELASSOCIATESLIBRARY('0IEPNi_8TBee_NY1WgCT2U',$,$,$,(#82),#12124); -#12124= IFCLIBRARYREFERENCE($,$,'Air Flow Rate',$,'en',$); +#4623= IFCRELASSOCIATESLIBRARY('0VsBEuITL8Tgk2i680y6Xm',$,$,$,(#67),#12129); +#12129= IFCLIBRARYREFERENCE($,$,'\X2\8ABF65745024306E578B\X0\','\X2\8ABF65745024306E30BF30A430D730928A2D5B9A3002\X0\','ja-JP',$); -#4626= IFCRELASSOCIATESLIBRARY('2SGVnZd8n93Reg9KAXR16w',$,$,$,(#82),#12125); -#12125= IFCLIBRARYREFERENCE($,$,'\X2\98A891CF\X0\','\X2\4F537A4D98A891CF\X0\','ja-JP',$); +#4624= IFCRELASSOCIATESLIBRARY('3PUx2qJorDQ8tOywz3MeqP',$,$,$,(#67),#12130); +#12130= IFCLIBRARYREFERENCE($,$,'\X2\C870C815\X0\ \X2\D615C2DD\X0\','\X2\C870C815\X0\ \X2\AC12\X0\ \X2\C720D615C744\X0\ \X2\C124C815D569B2C8B2E4\X0\.','ko-KR',$); -#4627= IFCRELASSOCIATESLIBRARY('0JTbT54Cv4qfDBCE5ZgnHv',$,$,$,(#83),#12126); -#12126= IFCLIBRARYREFERENCE($,$,'Airflow Rate Range',$,'en',$); +#4625= IFCRELASSOCIATESLIBRARY('2SoPzq1_H4SfABJFhAIP27',$,$,$,(#68),#12131); +#12131= IFCLIBRARYREFERENCE($,$,'Admixtures Description',$,'en',$); -#4628= IFCRELASSOCIATESLIBRARY('2sjONVWOfA2xM5rTjEbhbo',$,$,$,(#84),#12127); -#12127= IFCLIBRARYREFERENCE($,$,'Airflow Rate Range',$,'en',$); +#4627= IFCRELASSOCIATESLIBRARY('04MYbXCTL6yf9HC$QrmtFV',$,$,$,(#69),#12132); +#12132= IFCLIBRARYREFERENCE($,$,'Agreement Type',$,'en',$); -#4629= IFCRELASSOCIATESLIBRARY('02MeSxEOjEr8ctpXARfvzH',$,$,$,(#84),#12128); -#12128= IFCLIBRARYREFERENCE($,$,'Domaine de d\S\ibit d''air','Plage de d\S\ibit d''air pouvant \S\jtre fourni.','fr-FR',$); +#4628= IFCRELASSOCIATESLIBRARY('06jIuDUXv0au2dgFD9HUr6',$,$,$,(#70),#12133); +#12133= IFCLIBRARYREFERENCE($,$,'Klimaanlage','Anforderung, ob der Raum mit einer Klimaanlage ausgestattet werden soll (WAHR), oder nicht (Falsch).','de-DE',$); -#4630= IFCRELASSOCIATESLIBRARY('32KlbnoiP8yf_TUxpJqNvH',$,$,$,(#84),#12129); -#12129= IFCLIBRARYREFERENCE($,$,'\X2\98A891CF7BC456F2\X0\','\X2\900198A83067304D308B98A891CF306E7BC456F2\X0\','ja-JP',$); +#4629= IFCRELASSOCIATESLIBRARY('0RX$Qrerf4d91XiSLrEnzC',$,$,$,(#70),#12134); +#12134= IFCLIBRARYREFERENCE($,$,'Air Conditioning',$,'en',$); -#4631= IFCRELASSOCIATESLIBRARY('3R1cF7orL7jhUOsmLWHqp3',$,$,$,(#85),#12130); -#12130= IFCLIBRARYREFERENCE($,$,'Airflow Rate Range',$,'en',$); +#4630= IFCRELASSOCIATESLIBRARY('3gUTwkE6j6sQhBeIkcMeAk',$,$,$,(#70),#12135); +#12135= IFCLIBRARYREFERENCE($,$,'Conditionnement d''air','Indique si l''espace requiert un conditionnement d''air (VRAI) ou non (FAUX).','fr-FR',$); -#4632= IFCRELASSOCIATESLIBRARY('0NHc4kH4vC9f6SfuCoAy85',$,$,$,(#85),#12131); -#12131= IFCLIBRARYREFERENCE($,$,'PlageD\S\ibitA\S\iraulique','Plage possible de d\S\ibit a\S\iraulique pouvant \S\jtre d\S\ilivr\S\i. Pour les cas o\S\y il n''y a pas de d\S\ibit \S\` travers la batterie (par ex. batterie \S\ilectrique en plancher), alors la valeur est z\S\iro.','fr-FR',$); +#4631= IFCRELASSOCIATESLIBRARY('0MWLzW_Pz07eXIoOzoEkMi',$,$,$,(#70),#12136); +#12136= IFCLIBRARYREFERENCE($,$,'\X2\7A7A8ABF\X0\','\X2\3053306E7A7A9593304C7A7A8ABF309289816C423059308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\89813001\X0\(FALSE)\X2\4E0D89813002\X0\','ja-JP',$); -#4633= IFCRELASSOCIATESLIBRARY('24y3Cl4P9CtBhCdljEXw73',$,$,$,(#86),#12132); -#12132= IFCLIBRARYREFERENCE($,$,'Air Flowrate Range',$,'en',$); +#4632= IFCRELASSOCIATESLIBRARY('20GcxYauPFe9GwDsxyIGUb',$,$,$,(#70),#12137); +#12137= IFCLIBRARYREFERENCE($,$,'\X2\ACF5C870\X0\','\X2\C774\X0\ \X2\ACF5AC04C774\X0\ \X2\ACF5C870B97C\X0\ \X2\C694CCADD560C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\D544C694\X0\ (FALSE) \X2\BD88D544C694\X0\.','ko-KR',$); -#4634= IFCRELASSOCIATESLIBRARY('26Ox_lGC5AI9BgB0O7OcCS',$,$,$,(#86),#12133); -#12133= IFCLIBRARYREFERENCE($,$,'PlageD\S\ibitVentilation','Plage de d\S\ibit de ventilation dans laquelle le terminal de ventilation est pr\S\ivu de fonctionner.','fr-FR',$); +#4633= IFCRELASSOCIATESLIBRARY('1wDHRsh1zF59cjRlA7I7H$',$,$,$,(#71),#12138); +#12138= IFCLIBRARYREFERENCE($,$,'Klimaanlage zentral','Anforderung, ob die Klimaanlage zentral gesteuert werden soll (WAHR), oder nicht (FALSCH). Soll nur angegeben werden, wenn die Eigenschaft "Klimaanlage" mit WAHR gegeben ist.','de-DE',$); -#4635= IFCRELASSOCIATESLIBRARY('3YWqXzI3P8lxU8TiITi7DQ',$,$,$,(#86),#12134); -#12134= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF7BC456F2\X0\','\X2\64CD4F5C3055308C308B30BF30FC30DF30CA30EB5185306E7A7A6C176D41306E7BC456F2\X0\','ja-JP',$); +#4634= IFCRELASSOCIATESLIBRARY('21M3x4GK59BfImpJ5a72YB',$,$,$,(#71),#12139); +#12139= IFCLIBRARYREFERENCE($,$,'Air Conditioning Central',$,'en',$); -#4636= IFCRELASSOCIATESLIBRARY('39U4tnyQD9vBPEjUpUsn4v',$,$,$,(#87),#12135); -#12135= IFCLIBRARYREFERENCE($,$,'Air Flowrate Range',$,'en',$); +#4635= IFCRELASSOCIATESLIBRARY('3amS96vFv5_BTrVIRD9cyp',$,$,$,(#71),#12140); +#12140= IFCLIBRARYREFERENCE($,$,'Conditionnement d''air centralis\S\i','Indique si l''espace requiert un conditionnement d''air centralis\S\i (VRAI) ou non (FAUX). A fournir si la propri\S\it\S\i "Conditionnement d''air" est VRAI.','fr-FR',$); -#4637= IFCRELASSOCIATESLIBRARY('1qZWnmWwbDpwjiZ0HPo0eK',$,$,$,(#87),#12136); -#12136= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF7BC456F2\X0\','\X2\900198A853EF80FD306A98A891CF7BC456F2\X0\','ja-JP',$); +#4636= IFCRELASSOCIATESLIBRARY('10CSamL7HCwg8L4xvPx3IX',$,$,$,(#71),#12141); +#12141= IFCLIBRARYREFERENCE($,$,'\X2\4E2D592E5F0F7A7A8ABF\X0\','\X2\7A7A9593304C4E2D592E5F0F7A7A8ABF309289816C423059308B304B30693046304B3092793A305930D630FC30EA30A230F350243002300C7A7A8ABF300D30D730ED30D130C630A3304C\X0\TRUE\X2\306B8A2D5B9A3055308C305F58345408306E307F30014E0E30483089308C308B3002\X0\','ja-JP',$); -#4638= IFCRELASSOCIATESLIBRARY('2homhJgqL7hAbddtepwjjG',$,$,$,(#88),#12137); -#12137= IFCLIBRARYREFERENCE($,$,'Air Flowrate Versus Flow Control Element',$,'en',$); +#4637= IFCRELASSOCIATESLIBRARY('1nGz8pn0v7I8l8Xva8Z0Iq',$,$,$,(#71),#12142); +#12142= IFCLIBRARYREFERENCE($,$,'\X2\C911C559C2DD\X0\ \X2\C5D0C5B4CEE8\X0\','\X2\ACF5AC04C774\X0\ \X2\C911C559\X0\ \X2\C2DD\X0\ \X2\ACF5C870B97C\X0\ \X2\C694CCADD560C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. "\X2\ACF5C870\X0\"\X2\C18DC131C774\X0\ TRUE\X2\B85C\X0\ \X2\C124C815B41C\X0\ \X2\ACBDC6B0C5D0B9CC\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); -#4639= IFCRELASSOCIATESLIBRARY('3RrQESGLv1MQknk9phA807',$,$,$,(#88),#12138); -#12138= IFCLIBRARYREFERENCE($,$,'D\S\ibitAirContreElementControleFlux','D\S\ibit d''air par rapport \S\` la position de l''\S\il\S\iment de contr\S\tle du flux en perte de charge nominale','fr-FR',$); +#4638= IFCRELASSOCIATESLIBRARY('3iJ5x2BJD7yOYCMxZesZ$W',$,$,$,(#72),#12143); +#12143= IFCLIBRARYREFERENCE($,$,'Air Diffusion Performance Index',$,'en',$); -#4640= IFCRELASSOCIATESLIBRARY('1HvmFOwbP5OOOKNJ6q3n8b',$,$,$,(#88),#12139); -#12139= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF52365FA172796027\X0\','\X2\6A196E96306E5727529B4F4E4E0B306B304A3051308B6D4191CF52365FA188C57F6E306E4F4D7F6E306B5BFE3059308B6D4191CF\X0\','ja-JP',$); +#4639= IFCRELASSOCIATESLIBRARY('0TxnnlH411HBJOv4Bg_$qV',$,$,$,(#72),#12144); +#12144= IFCLIBRARYREFERENCE($,$,'Indice de performance de diffusion de l''air','L''Indice de Performance de Diffusion d''Air (ADPI) est utilis\S\i pour des conditions en mode rafra\S\nchissement. Si plusieurs mesures de vitesses et temp\S\iratures de l''air sont r\S\ialis\S\ies \S\` travers toute une zone occup\S\ie d''un espace, l''ADPI est le pourcentage des emplacements o\S\y les mesures ont \S\it\S\i r\S\ialis\S\ies et qui v\S\irifient les caract\S\iristiques pour une temp\S\irature de courant d''air et de vitesse d''air effectives.','fr-FR',$); -#4641= IFCRELASSOCIATESLIBRARY('2u0ZyIvhf7zP8zxmhmIOih',$,$,$,(#89),#12140); -#12140= IFCLIBRARYREFERENCE($,$,'Airflow Sensible',$,'en',$); +#4640= IFCRELASSOCIATESLIBRARY('3kLmrORaj7qgSeXlk4N3Cn',$,$,$,(#72),#12145); +#12145= IFCLIBRARYREFERENCE($,$,'\X2\7A7A6C1762E16563602780FD63076A19\X0\','\X2\7A7A6C1762E16563602780FD63076A19FF08\X0\ADPI)\X2\306F51B7623F6642306B4F7F75283055308C308B3002\X0\\X\0D\X\0A\X2\7A7A6C17901F5EA6304A308830736C176E29306E3044304F3064304B306E6E2C5B9A304C7A7A9593306E5C454F4F57DF306E968530053067306A3055308C308B583454083001\X0\ADPI\X2\306F670952B9306A83496848306E6E295EA6304A308830737A7A6C17901F5EA6306E305F3081306E4ED569D8306B906D90473059308B6E2C5B9A304C5F973089308C305F4F4D7F6E306E5272540830673042308B3002\X0\','ja-JP',$); -#4642= IFCRELASSOCIATESLIBRARY('2eznAIhGD6Qu_WhYxRwims',$,$,$,(#89),#12141); -#12141= IFCLIBRARYREFERENCE($,$,'\X2\985571B17A7A8ABF7D666C1791CF\X0\','\X2\670059276F5C71B18CA08377306B5BFE5FDC3059308B7D666C1791CF3002\X0\','ja-JP',$); +#4641= IFCRELASSOCIATESLIBRARY('1ITW6hlJ570vpIh0WZPO$K',$,$,$,(#73),#12146); +#12146= IFCLIBRARYREFERENCE($,$,'Air Exchange Rate',$,'en',$); -#4643= IFCRELASSOCIATESLIBRARY('0sFs4OSDnBdOA3zV6e0xpT',$,$,$,(#89),#12142); -#12142= IFCLIBRARYREFERENCE($,$,'\X2\D604C5F4\X0\ \X2\ACF5C870\X0\ \X2\AE09AE30\X0\ \X2\B7C9\X0\','\X2\CD5CB300\X0\ \X2\C7A0C5F4\X0\ \X2\BD80D558C5D0\X0\ \X2\B300D55C\X0\ \X2\AE09AE30\X0\ \X2\B7C9\X0\','ko-KR',$); +#4642= IFCRELASSOCIATESLIBRARY('36GQq2kv55qf0vrkR05ROt',$,$,$,(#73),#12147); +#12147= IFCLIBRARYREFERENCE($,$,'\X2\63DB6C1756DE6570\X0\','\X2\63DB6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); -#4645= IFCRELASSOCIATESLIBRARY('325vOb_g12Zfeb1mU8ebb3',$,$,$,(#90),#12143); -#12143= IFCLIBRARYREFERENCE($,$,'Airflow Type',$,'en',$); +#4643= IFCRELASSOCIATESLIBRARY('35Qvq2NlH3Dvuvu6BjG8nU',$,$,$,(#73),#12148); +#12148= IFCLIBRARYREFERENCE($,$,'\X2\D658AE30D68CC218\X0\','\X2\D658AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#4646= IFCRELASSOCIATESLIBRARY('1gnlvbXuf35xxt3dN9hfpt',$,$,$,(#90),#12144); -#12144= IFCLIBRARYREFERENCE($,$,'Type de d\S\ibit d''air','Enum\S\iration d\S\ifinissant le type fonctionnel de d\S\ibit \S\` travers le terminal','fr-FR',$); +#4644= IFCRELASSOCIATESLIBRARY('2ayrEaWnz3Ih0fl9ALN4Q6',$,$,$,(#74),#12149); +#12149= IFCLIBRARYREFERENCE($,$,'Air Exchange Rate',$,'en',$); -#4647= IFCRELASSOCIATESLIBRARY('1dYw4F7s161ON8w6n$LwXR',$,$,$,(#90),#12145); -#12145= IFCLIBRARYREFERENCE($,$,'\X2\30A830A230D530ED30FC30BF30A430D7\X0\','\X2\30BF30FC30DF30CA30EB3092901A904E3059308B6C176D41306E6A5F80FD30BF30A430D7FF087D666C17300190846C17300163926C174ED6FF09\X0\','ja-JP',$); +#4645= IFCRELASSOCIATESLIBRARY('0l1H114sLFPwavWroqurc2',$,$,$,(#74),#12150); +#12150= IFCLIBRARYREFERENCE($,$,'\X2\63DB6C1756DE6570\X0\','\X2\63DB6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); -#4649= IFCRELASSOCIATESLIBRARY('1KloqyR1n4kPg1EDqmxbuh',$,$,$,(#91),#12146); -#12146= IFCLIBRARYREFERENCE($,$,'Air Handler Construction',$,'en',$); +#4646= IFCRELASSOCIATESLIBRARY('3X280RvNbEpw1LRQ0zQZI2',$,$,$,(#74),#12151); +#12151= IFCLIBRARYREFERENCE($,$,'\X2\D658AE30D68CC218\X0\','\X2\D658AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#4650= IFCRELASSOCIATESLIBRARY('2Qr$5nHMb2mOCVMHjChsdG',$,$,$,(#91),#12147); -#12147= IFCLIBRARYREFERENCE($,$,'\X2\7A7A8ABF6A5F88FD9020\X0\','\X2\7A7A8ABF6A5F306E7D447ACB65B96CD5306E5B9A7FA9306E52176319\X0\','ja-JP',$); +#4648= IFCRELASSOCIATESLIBRARY('0QArl5yaHBePfd6kotF6J7',$,$,$,(#75),#12152); +#12152= IFCLIBRARYREFERENCE($,$,'Air Flow Configuration',$,'en',$); -#4652= IFCRELASSOCIATESLIBRARY('0316yDfGv5jhd1jbYyGc$I',$,$,$,(#92),#12148); -#12148= IFCLIBRARYREFERENCE($,$,'Air Handler Fan Coil Arrangement',$,'en',$); +#4649= IFCRELASSOCIATESLIBRARY('2uL8ix_qX1kfHUTlTWjPXr',$,$,$,(#76),#12153); +#12153= IFCLIBRARYREFERENCE($,$,'Airflow Curve',$,'en',$); -#4653= IFCRELASSOCIATESLIBRARY('3r$Xawij900f_8gQO4TyGc',$,$,$,(#92),#12149); -#12149= IFCLIBRARYREFERENCE($,$,'\X2\7A7A8ABF6A5F30D530A130F330FB30B330A430EB914D5217\X0\','\X2\7D666C1730D530A130F3306851B7537430B330A430EB306E914D7F6E306E5B9A7FA952176319\X0\','ja-JP',$); +#4650= IFCRELASSOCIATESLIBRARY('2aP7q8Nu1FzgJf62wcIOUg',$,$,$,(#76),#12154); +#12154= IFCLIBRARYREFERENCE($,$,'Courbe de d\S\ibit d''air','Relation entre d\S\ibit d''air par rapport \S\` la position du registre; D\S\ibit d''air = f (position du clapet)','fr-FR',$); -#4655= IFCRELASSOCIATESLIBRARY('3JW2ODEvT1$wBhpPL6H8tT',$,$,$,(#93),#12150); -#12150= IFCLIBRARYREFERENCE($,$,'Air Particle Filter Type',$,'en',$); +#4651= IFCRELASSOCIATESLIBRARY('1NMrkuSC1BJeYFz5VvrvLX',$,$,$,(#76),#12155); +#12155= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF66F27DDA\X0\','\X2\30C030F330D1958B5EA6306898A891CF306E95A24FC23000300098A891CFFF1D\X0\f(\X2\958B5EA6\X0\)','ja-JP',$); -#4656= IFCRELASSOCIATESLIBRARY('3s0$JVaI9CyR9bDSBhyoOu',$,$,$,(#94),#12151); -#12151= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curve',$,'en',$); +#4652= IFCRELASSOCIATESLIBRARY('0TMHxVcSPB6w_oFmMoRNEH',$,$,$,(#77),#12156); +#12156= IFCLIBRARYREFERENCE($,$,'Air Flow Leakage',$,'en',$); -#4657= IFCRELASSOCIATESLIBRARY('3zkTkybvLCsPC4lC_sItBC',$,$,$,(#95),#12152); -#12152= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curve',$,'en',$); +#4653= IFCRELASSOCIATESLIBRARY('1hmFPPHmX3C96spUJI8R2L',$,$,$,(#77),#12157); +#12157= IFCLIBRARYREFERENCE($,$,'\X2\6F0F308C91CF\X0\','\X2\4F537A4D6F0F308C6D4191CF\X0\','ja-JP',$); -#4658= IFCRELASSOCIATESLIBRARY('25E3fDOWr6gxf16qePntm2',$,$,$,(#95),#12153); -#12153= IFCLIBRARYREFERENCE($,$,'CourbePerteDeChargeAir','Courbe de perte de charge a\S\iraulique, courbe perte de charge/d\S\ibit.','fr-FR',$); +#4654= IFCRELASSOCIATESLIBRARY('1q77cjHYb2WwomCf49mqf1',$,$,$,(#78),#12158); +#12158= IFCLIBRARYREFERENCE($,$,'Air Flow Rate',$,'en',$); -#4659= IFCRELASSOCIATESLIBRARY('2SfH$bdnnCU9qxx28H9k8S',$,$,$,(#96),#12154); -#12154= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curve',$,'en',$); +#4655= IFCRELASSOCIATESLIBRARY('2Kj0yJ8i5BnRggPSt2dND1',$,$,$,(#78),#12159); +#12159= IFCLIBRARYREFERENCE($,$,'D\S\ibit d''air','D\S\ibit d''air volumique','fr-FR',$); -#4660= IFCRELASSOCIATESLIBRARY('0K66X0iyT3dxxwqKhu4tjP',$,$,$,(#97),#12155); -#12155= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curve',$,'en',$); +#4656= IFCRELASSOCIATESLIBRARY('0zYioJ$CX569eUuuub_3VP',$,$,$,(#78),#12160); +#12160= IFCLIBRARYREFERENCE($,$,'\X2\98A891CF\X0\','\X2\900198A891CF\X0\','ja-JP',$); -#4661= IFCRELASSOCIATESLIBRARY('1gntAMKhL2ZwFmnYI_ggKR',$,$,$,(#97),#12156); -#12156= IFCLIBRARYREFERENCE($,$,'\X2\5727529B964D4E0B66F27DDA\X0\','\X2\98A891CF306E95A26570306830573066306E7A7A6C175727529B964D4E0B\X0\','ja-JP',$); +#4657= IFCRELASSOCIATESLIBRARY('26X2xyhmzC3ACx$5u_61oK',$,$,$,(#79),#12161); +#12161= IFCLIBRARYREFERENCE($,$,'Air Flow Rate',$,'en',$); -#4662= IFCRELASSOCIATESLIBRARY('27bLqXZP98OAl1N$4XqFNm',$,$,$,(#98),#12157); -#12157= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curves',$,'en',$); +#4658= IFCRELASSOCIATESLIBRARY('1YKFwn8rT4QPYcLQeY_Epo',$,$,$,(#80),#12162); +#12162= IFCLIBRARYREFERENCE($,$,'Air Flow Rate',$,'en',$); -#4663= IFCRELASSOCIATESLIBRARY('1PVABlyrLFig01t1Wzi7Sk',$,$,$,(#99),#12158); -#12158= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curves',$,'en',$); +#4659= IFCRELASSOCIATESLIBRARY('26ZvcEMv11eRMQsw75kg3r',$,$,$,(#81),#12163); +#12163= IFCLIBRARYREFERENCE($,$,'Air Flow Rate',$,'en',$); -#4664= IFCRELASSOCIATESLIBRARY('3y_tmB27v4Kvm40701x$kz',$,$,$,(#99),#12159); -#12159= IFCLIBRARYREFERENCE($,$,'CourbesPerteChargeAir','Perte de charge a\S\iraulique fonction du d\S\ibit d''air','fr-FR',$); +#4660= IFCRELASSOCIATESLIBRARY('39CqHAspHDhO72zZmuhy34',$,$,$,(#82),#12164); +#12164= IFCLIBRARYREFERENCE($,$,'Air Flow Rate',$,'en',$); -#4665= IFCRELASSOCIATESLIBRARY('2MgEFMQTzDj86G_irGGoBm',$,$,$,(#99),#12160); -#12160= IFCLIBRARYREFERENCE($,$,'\X2\7A7A6C175727529B964D4E0B66F27DDA\X0\','\X2\98A891CF306E95A26570306830573066306E7A7A6C175727529B964D4E0B\X0\','ja-JP',$); +#4661= IFCRELASSOCIATESLIBRARY('2ZCTkQjt17m8ihu7ntT$o8',$,$,$,(#82),#12165); +#12165= IFCLIBRARYREFERENCE($,$,'\X2\98A891CF\X0\','\X2\4F537A4D98A891CF\X0\','ja-JP',$); -#4666= IFCRELASSOCIATESLIBRARY('0om4G656f2HuloDg2$pZHm',$,$,$,(#100),#12161); -#12161= IFCLIBRARYREFERENCE($,$,'Air Pressure Range',$,'en',$); +#4662= IFCRELASSOCIATESLIBRARY('2XK0p$GhL96hNZxicqW6id',$,$,$,(#83),#12166); +#12166= IFCLIBRARYREFERENCE($,$,'Airflow Rate Range',$,'en',$); -#4667= IFCRELASSOCIATESLIBRARY('1FwC2EF$bBOxJZsFgKWUW6',$,$,$,(#100),#12162); -#12162= IFCLIBRARYREFERENCE($,$,'Plage de pression d''air','Plage admise de la pression statique de l''air \S\` l''entr\S\ie du registre terminal de ventilation','fr-FR',$); +#4663= IFCRELASSOCIATESLIBRARY('0f_d0$uj9FNeXJTydXjwwM',$,$,$,(#84),#12167); +#12167= IFCLIBRARYREFERENCE($,$,'Airflow Rate Range',$,'en',$); -#4668= IFCRELASSOCIATESLIBRARY('1i47T_WgH48A3MAqBbmqRM',$,$,$,(#100),#12163); -#12163= IFCLIBRARYREFERENCE($,$,'\X2\7A7A6C1757277BC456F2\X0\','\X2\30BF30FC30DF30CA30EB5165308A53E33067306E8A315BB9975957277BC456F2\X0\','ja-JP',$); +#4664= IFCRELASSOCIATESLIBRARY('2YDvcCz$99SORYWbTfMeUW',$,$,$,(#84),#12168); +#12168= IFCLIBRARYREFERENCE($,$,'Domaine de d\S\ibit d''air','Plage de d\S\ibit d''air pouvant \S\jtre fourni.','fr-FR',$); -#4669= IFCRELASSOCIATESLIBRARY('3Fvf2fJcf03uMh2i$qj2ZY',$,$,$,(#101),#12164); -#12164= IFCLIBRARYREFERENCE($,$,'Luftdruckausgleich','Angabe, ob der Raum einen Luftdruckausgleich erfordert (WAHR) oder nicht (FALSCH).','de-DE',$); +#4665= IFCRELASSOCIATESLIBRARY('12M4n47wD5kvEkCMD6Yy1y',$,$,$,(#84),#12169); +#12169= IFCLIBRARYREFERENCE($,$,'\X2\98A891CF7BC456F2\X0\','\X2\900198A83067304D308B98A891CF306E7BC456F2\X0\','ja-JP',$); -#4670= IFCRELASSOCIATESLIBRARY('3LXT1zwJr2Oexbi3d5SpVh',$,$,$,(#101),#12165); -#12165= IFCLIBRARYREFERENCE($,$,'Air Pressurization',$,'en',$); +#4666= IFCRELASSOCIATESLIBRARY('3n2x$hh1D4Dex3IR1qlS4q',$,$,$,(#85),#12170); +#12170= IFCLIBRARYREFERENCE($,$,'Airflow Rate Range',$,'en',$); -#4671= IFCRELASSOCIATESLIBRARY('177mVF33LCY8NzJWzZBdK2',$,$,$,(#101),#12166); -#12166= IFCLIBRARYREFERENCE($,$,'AirComprimeDisponible','Indique si l''espace n\S\icessite d''\S\jtre aliment\S\i en air comprim\S\i (VRAI) ou non (FAUX)','fr-FR',$); +#4667= IFCRELASSOCIATESLIBRARY('1mKzliHFnB6Q3XtY61MJvt',$,$,$,(#85),#12171); +#12171= IFCLIBRARYREFERENCE($,$,'PlageD\S\ibitA\S\iraulique','Plage possible de d\S\ibit a\S\iraulique pouvant \S\jtre d\S\ilivr\S\i. Pour les cas o\S\y il n''y a pas de d\S\ibit \S\` travers la batterie (par ex. batterie \S\ilectrique en plancher), alors la valeur est z\S\iro.','fr-FR',$); -#4672= IFCRELASSOCIATESLIBRARY('3InTe8t6r8B9pE_pNKQBPw',$,$,$,(#101),#12167); -#12167= IFCLIBRARYREFERENCE($,$,'\X2\7A7A6C1752A05727\X0\','\X2\7A7A9593304C52A057273059308B30533068309289816C423055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\52A057273001\X0\(FALSE)\X2\975E52A057273002\X0\','ja-JP',$); +#4668= IFCRELASSOCIATESLIBRARY('0uq4W_P_n1zOZSYYXzSAYp',$,$,$,(#86),#12172); +#12172= IFCLIBRARYREFERENCE($,$,'Air Flowrate Range',$,'en',$); -#4673= IFCRELASSOCIATESLIBRARY('2URFD7HWH13O8iMT6PtCrt',$,$,$,(#101),#12168); -#12168= IFCLIBRARYREFERENCE($,$,'\X2\ACF5AE30\X0\ \X2\AC00C555\X0\','\X2\ACF5AC04C774\X0\ \X2\AC00C555\X0\ \X2\C694AD6CB418ACE0\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\AC00C555\X0\ (FALSE) \X2\BE44\X0\ \X2\AC00C555\X0\.','ko-KR',$); +#4669= IFCRELASSOCIATESLIBRARY('2NVwA$GCb0z9OzRCUIqo7n',$,$,$,(#86),#12173); +#12173= IFCLIBRARYREFERENCE($,$,'PlageD\S\ibitVentilation','Plage de d\S\ibit de ventilation dans laquelle le terminal de ventilation est pr\S\ivu de fonctionner.','fr-FR',$); -#4674= IFCRELASSOCIATESLIBRARY('2cd_7lOYTAZhRfE6AizTGY',$,$,$,(#102),#12169); -#12169= IFCLIBRARYREFERENCE($,$,'Air Resistance Curve',$,'en',$); +#4670= IFCRELASSOCIATESLIBRARY('3JI3W38A57x97hzgPwC0i4',$,$,$,(#86),#12174); +#12174= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF7BC456F2\X0\','\X2\64CD4F5C3055308C308B30BF30FC30DF30CA30EB5185306E7A7A6C176D41306E7BC456F2\X0\','ja-JP',$); -#4675= IFCRELASSOCIATESLIBRARY('21PYuPyzz6YA8rCAcciGo7',$,$,$,(#102),#12170); -#12170= IFCLIBRARYREFERENCE($,$,'\X2\7A7A6C1762B5629766F27DDA\X0\','\X2\7A7A6C1762B5629766F27DDAFF08900198A86A5F306E307FFF095727529BFF1DFF46FF086D41901FFF09\X0\','ja-JP',$); +#4671= IFCRELASSOCIATESLIBRARY('2Q0kK232j8$h32DuYEkATG',$,$,$,(#87),#12175); +#12175= IFCLIBRARYREFERENCE($,$,'Air Flowrate Range',$,'en',$); -#4677= IFCRELASSOCIATESLIBRARY('0$N6TIwU977P3ZtVGPUm2D',$,$,$,(#103),#12171); -#12171= IFCLIBRARYREFERENCE($,$,'Air Side System Distribution Type',$,'en',$); +#4672= IFCRELASSOCIATESLIBRARY('2BZ$IX$3f4h8qW$tOipt4Q',$,$,$,(#87),#12176); +#12176= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF7BC456F2\X0\','\X2\900198A853EF80FD306A98A891CF7BC456F2\X0\','ja-JP',$); -#4678= IFCRELASSOCIATESLIBRARY('1FJGdKti15EuzNOqfzbEfV',$,$,$,(#103),#12172); -#12172= IFCLIBRARYREFERENCE($,$,'\X2\642C900165B95F0F\X0\','\X2\57FA672C7684306A7A7A8ABF65B95F0FFF0853584E0030C030AF30C830014E8C91CD30C030AF30C8300130DE30EB30C130BE30FC30F37B49FF093002\X0\','ja-JP',$); +#4673= IFCRELASSOCIATESLIBRARY('2rRlVSKfnC6gVnLIe5W5pw',$,$,$,(#88),#12177); +#12177= IFCLIBRARYREFERENCE($,$,'Air Flowrate Versus Flow Control Element',$,'en',$); -#4679= IFCRELASSOCIATESLIBRARY('1JOehZ_Nv0DuzTU53UxSxg',$,$,$,(#103),#12173); -#12173= IFCLIBRARYREFERENCE($,$,'\X2\BC18C1A1BC29C2DD\X0\','\X2\AE30BCF8C801C778\X0\ \X2\ACF5C870\X0\ \X2\BC29C2DD\X0\ (\X2\B2E8C77C\X0\ \X2\B355D2B8\X0\, \X2\C774C911\X0\ \X2\B355D2B8\X0\, \X2\BA40D2F0C874\X0\ \X2\B4F1\X0\)','ko-KR',$); +#4674= IFCRELASSOCIATESLIBRARY('3vWr5KfPPD2eJQwyFrTknZ',$,$,$,(#88),#12178); +#12178= IFCLIBRARYREFERENCE($,$,'D\S\ibitAirContreElementControleFlux','D\S\ibit d''air par rapport \S\` la position de l''\S\il\S\iment de contr\S\tle du flux en perte de charge nominale','fr-FR',$); -#4681= IFCRELASSOCIATESLIBRARY('39PKUfVyH49xC869Iyc5UE',$,$,$,(#104),#12174); -#12174= IFCLIBRARYREFERENCE($,$,'Air Side System Type',$,'en',$); +#4675= IFCRELASSOCIATESLIBRARY('1fUmExOsbAiR7gxtAzdMfn',$,$,$,(#88),#12179); +#12179= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF52365FA172796027\X0\','\X2\6A196E96306E5727529B4F4E4E0B306B304A3051308B6D4191CF52365FA188C57F6E306E4F4D7F6E306B5BFE3059308B6D4191CF\X0\','ja-JP',$); -#4682= IFCRELASSOCIATESLIBRARY('2mmjbhGl96sOwHJo_kZIw3',$,$,$,(#106),#12175); -#12175= IFCLIBRARYREFERENCE($,$,'Alkalinity Concentration',$,'en',$); +#4676= IFCRELASSOCIATESLIBRARY('3_RrKHnGP3lumazPp_hnVR',$,$,$,(#89),#12180); +#12180= IFCLIBRARYREFERENCE($,$,'Airflow Sensible',$,'en',$); -#4683= IFCRELASSOCIATESLIBRARY('1Txic53qL9EhSbYDKuimSM',$,$,$,(#108),#12176); -#12176= IFCLIBRARYREFERENCE($,$,'Ambient Design Dry Bulb Temperature',$,'en',$); +#4677= IFCRELASSOCIATESLIBRARY('1G6$vybrn1_get2n9fR0Zs',$,$,$,(#89),#12181); +#12181= IFCLIBRARYREFERENCE($,$,'\X2\985571B17A7A8ABF7D666C1791CF\X0\','\X2\670059276F5C71B18CA08377306B5BFE5FDC3059308B7D666C1791CF3002\X0\','ja-JP',$); -#4684= IFCRELASSOCIATESLIBRARY('2YiVbEht57ywAJZb8CZsRP',$,$,$,(#109),#12177); -#12177= IFCLIBRARYREFERENCE($,$,'Ambient Design Wet Bulb Temperature',$,'en',$); +#4678= IFCRELASSOCIATESLIBRARY('1YulK9Amj0Au7Sb8eojXCU',$,$,$,(#89),#12182); +#12182= IFCLIBRARYREFERENCE($,$,'\X2\D604C5F4\X0\ \X2\ACF5C870\X0\ \X2\AE09AE30\X0\ \X2\B7C9\X0\','\X2\CD5CB300\X0\ \X2\C7A0C5F4\X0\ \X2\BD80D558C5D0\X0\ \X2\B300D55C\X0\ \X2\AE09AE30\X0\ \X2\B7C9\X0\','ko-KR',$); -#4686= IFCRELASSOCIATESLIBRARY('0fOsW25ZH6Ou$FIrVWDVYK',$,$,$,(#110),#12178); -#12178= IFCLIBRARYREFERENCE($,$,'Amplifier Type',$,'en',$); +#4680= IFCRELASSOCIATESLIBRARY('2$8eux9inBKwZBM7KmvY7i',$,$,$,(#90),#12183); +#12183= IFCLIBRARYREFERENCE($,$,'Airflow Type',$,'en',$); -#4687= IFCRELASSOCIATESLIBRARY('050BRsZQX1C8lILqxGh0Qx',$,$,$,(#110),#12179); -#12179= IFCLIBRARYREFERENCE($,$,'\X2\30A230F330D75F625F0F\X0\','\X2\30A230F330D7306E5F625F0F3092793A30593002\X0\','ja-JP',$); +#4681= IFCRELASSOCIATESLIBRARY('1QzZPzriDFswzxiq6SKaMj',$,$,$,(#90),#12184); +#12184= IFCLIBRARYREFERENCE($,$,'Type de d\S\ibit d''air','Enum\S\iration d\S\ifinissant le type fonctionnel de d\S\ibit \S\` travers le terminal','fr-FR',$); -#4688= IFCRELASSOCIATESLIBRARY('2fzaqDdLj1fANpgHA509Lu',$,$,$,(#110),#12180); -#12180= IFCLIBRARYREFERENCE($,$,'\X2\C570D504\X0\ \X2\D615C2DD\X0\','\X2\C570D504C758\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#4682= IFCRELASSOCIATESLIBRARY('0680wTvGrFLRtmgLJJV7Mx',$,$,$,(#90),#12185); +#12185= IFCLIBRARYREFERENCE($,$,'\X2\30A830A230D530ED30FC30BF30A430D7\X0\','\X2\30BF30FC30DF30CA30EB3092901A904E3059308B6C176D41306E6A5F80FD30BF30A430D7FF087D666C17300190846C17300163926C174ED6FF09\X0\','ja-JP',$); -#4690= IFCRELASSOCIATESLIBRARY('3UdrYif999wx7JhS$EEafi',$,$,$,(#112),#12181); -#12181= IFCLIBRARYREFERENCE($,$,'Anchor Bolt Diameter',$,'en',$); +#4684= IFCRELASSOCIATESLIBRARY('3AFt45sFDDKf4UnoPFSH2Z',$,$,$,(#91),#12186); +#12186= IFCLIBRARYREFERENCE($,$,'Air Handler Construction',$,'en',$); -#4691= IFCRELASSOCIATESLIBRARY('2GwfP7GSH1VwJ19$caTG0E',$,$,$,(#112),#12182); -#12182= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\30A230F330AB30FC30DC30EB30C8306E76F45F843002\X0\','ja-JP',$); +#4685= IFCRELASSOCIATESLIBRARY('38XpG_hrvAWQLlV9xu8yMB',$,$,$,(#91),#12187); +#12187= IFCLIBRARYREFERENCE($,$,'\X2\7A7A8ABF6A5F88FD9020\X0\','\X2\7A7A8ABF6A5F306E7D447ACB65B96CD5306E5B9A7FA9306E52176319\X0\','ja-JP',$); -#4692= IFCRELASSOCIATESLIBRARY('0IqQH1d7f8lg5Ir_cWHFAb',$,$,$,(#112),#12183); -#12183= IFCLIBRARYREFERENCE($,$,'\X2\C9C0B984\X0\','\X2\C575CEE4\X0\ \X2\BCFCD2B8C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C1ACBD\X0\','ko-KR',$); +#4687= IFCRELASSOCIATESLIBRARY('1VfOpRs2TE7wTPySPn_YJB',$,$,$,(#92),#12188); +#12188= IFCLIBRARYREFERENCE($,$,'Air Handler Fan Coil Arrangement',$,'en',$); -#4693= IFCRELASSOCIATESLIBRARY('3oXzm3cgbDbAddAUkbMLyR',$,$,$,(#113),#12184); -#12184= IFCLIBRARYREFERENCE($,$,'Anchor Bolt Length',$,'en',$); +#4688= IFCRELASSOCIATESLIBRARY('2W4dRJHTb0_9qrNU3CMxdg',$,$,$,(#92),#12189); +#12189= IFCLIBRARYREFERENCE($,$,'\X2\7A7A8ABF6A5F30D530A130F330FB30B330A430EB914D5217\X0\','\X2\7D666C1730D530A130F3306851B7537430B330A430EB306E914D7F6E306E5B9A7FA952176319\X0\','ja-JP',$); -#4694= IFCRELASSOCIATESLIBRARY('2TAvn$wwf8z9gGPTrGKcMr',$,$,$,(#113),#12185); -#12185= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\30A230F330AB30FC30DC30EB30C8306E957730553002\X0\','ja-JP',$); +#4690= IFCRELASSOCIATESLIBRARY('2FXFYyEU51FOMDjNmgk6H_',$,$,$,(#93),#12190); +#12190= IFCLIBRARYREFERENCE($,$,'Air Particle Filter Type',$,'en',$); -#4695= IFCRELASSOCIATESLIBRARY('29WDurXhz3bvQNwdHetyfK',$,$,$,(#113),#12186); -#12186= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','\X2\C575CEE4\X0\ \X2\BCFCD2B8C758\X0\ \X2\AE38C774\X0\','ko-KR',$); +#4691= IFCRELASSOCIATESLIBRARY('3kV_35VlPDWwOS1AxtuQnQ',$,$,$,(#94),#12191); +#12191= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curve',$,'en',$); -#4696= IFCRELASSOCIATESLIBRARY('1jYPYY4WX17R55WQseCe$q',$,$,$,(#114),#12187); -#12187= IFCLIBRARYREFERENCE($,$,'Anchor Bolt Protrusion Length',$,'en',$); +#4692= IFCRELASSOCIATESLIBRARY('1HFiA7HUz03f4GbZ9DOVAG',$,$,$,(#95),#12192); +#12192= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curve',$,'en',$); -#4697= IFCRELASSOCIATESLIBRARY('0DBEwDEMj63xvMKOykVd$b',$,$,$,(#114),#12188); -#12188= IFCLIBRARYREFERENCE($,$,'\X2\B3CCCD9CBD80\X0\ \X2\AE38C774\X0\','\X2\C575CEE4\X0\ \X2\BCFCD2B8C758\X0\ \X2\B3CCCD9C\X0\ \X2\BD80BD84C758\X0\ \X2\AE38C774\X0\','ko-KR',$); +#4693= IFCRELASSOCIATESLIBRARY('0MjOvLFkzDiBRVGvlan9JQ',$,$,$,(#95),#12193); +#12193= IFCLIBRARYREFERENCE($,$,'CourbePerteDeChargeAir','Courbe de perte de charge a\S\iraulique, courbe perte de charge/d\S\ibit.','fr-FR',$); -#4698= IFCRELASSOCIATESLIBRARY('0yfhWH$XD5XfxdTw2xmSxA',$,$,$,(#115),#12189); -#12189= IFCLIBRARYREFERENCE($,$,'Anchor Bolt Thread Length',$,'en',$); +#4694= IFCRELASSOCIATESLIBRARY('0ZiAnjOtbD5wZLie9tyV2p',$,$,$,(#96),#12194); +#12194= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curve',$,'en',$); -#4699= IFCRELASSOCIATESLIBRARY('19b7PSfY5DhesQ5zWPxPHH',$,$,$,(#115),#12190); -#12190= IFCLIBRARYREFERENCE($,$,'\X2\B098C0ACBD80\X0\ \X2\AE38C774\X0\','\X2\C575CEE4\X0\ \X2\BCFCD2B8C758\X0\ \X2\B098C0AC\X0\ \X2\BD80BD84C758\X0\ \X2\AE38C774\X0\','ko-KR',$); +#4695= IFCRELASSOCIATESLIBRARY('3PbjunmbL20R2SVYfhUyTJ',$,$,$,(#97),#12195); +#12195= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curve',$,'en',$); -#4700= IFCRELASSOCIATESLIBRARY('1f66Pb3sv8vQ3zf_GCgBlT',$,$,$,(#116),#12191); -#12191= IFCLIBRARYREFERENCE($,$,'Angle Between Component Axes',$,'en',$); +#4696= IFCRELASSOCIATESLIBRARY('0Dug_F7wX7F9JzRl0Dx9Mm',$,$,$,(#97),#12196); +#12196= IFCLIBRARYREFERENCE($,$,'\X2\5727529B964D4E0B66F27DDA\X0\','\X2\98A891CF306E95A26570306830573066306E7A7A6C175727529B964D4E0B\X0\','ja-JP',$); -#4701= IFCRELASSOCIATESLIBRARY('3LZ0t152f7PR24xczJEET2',$,$,$,(#117),#12192); -#12192= IFCLIBRARYREFERENCE($,$,'Angle To First Axis',$,'en',$); +#4697= IFCRELASSOCIATESLIBRARY('3J9h8xLTr40fisWST1bbCT',$,$,$,(#98),#12197); +#12197= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curves',$,'en',$); -#4703= IFCRELASSOCIATESLIBRARY('0SjE2nXGT9W9lbOUYc5JcY',$,$,$,(#123),#12193); -#12193= IFCLIBRARYREFERENCE($,$,'Apparent Power',$,'en',$); +#4698= IFCRELASSOCIATESLIBRARY('37bSO$f$T54AIThOOO3Meq',$,$,$,(#99),#12198); +#12198= IFCLIBRARYREFERENCE($,$,'Air Pressure Drop Curves',$,'en',$); -#4704= IFCRELASSOCIATESLIBRARY('1p9daCSsPAbwdLuDQD3r07',$,$,$,(#123),#12194); -#12194= IFCLIBRARYREFERENCE($,$,'\X2\76AE76F896FB529B\X0\','\X2\76AE76F896FB529B3002\X0\','ja-JP',$); +#4699= IFCRELASSOCIATESLIBRARY('1rqasCbAb0IwkJZXksK6hC',$,$,$,(#99),#12199); +#12199= IFCLIBRARYREFERENCE($,$,'CourbesPerteChargeAir','Perte de charge a\S\iraulique fonction du d\S\ibit d''air','fr-FR',$); -#4705= IFCRELASSOCIATESLIBRARY('3t$oEVLTnFRO2rSL4WsKnJ',$,$,$,(#124),#12195); -#12195= IFCLIBRARYREFERENCE($,$,'Appearance Grade',$,'en',$); +#4700= IFCRELASSOCIATESLIBRARY('1T2zkD4tjDy9xYk7hKAR_c',$,$,$,(#99),#12200); +#12200= IFCLIBRARYREFERENCE($,$,'\X2\7A7A6C175727529B964D4E0B66F27DDA\X0\','\X2\98A891CF306E95A26570306830573066306E7A7A6C175727529B964D4E0B\X0\','ja-JP',$); -#4706= IFCRELASSOCIATESLIBRARY('2bWh9tp9j0ggOL$LCGpCmO',$,$,$,(#125),#12196); -#12196= IFCLIBRARYREFERENCE($,$,'Appliance Diversity',$,'en',$); +#4701= IFCRELASSOCIATESLIBRARY('1EpROOB6TA2Aye9kWqjvfx',$,$,$,(#100),#12201); +#12201= IFCLIBRARYREFERENCE($,$,'Air Pressure Range',$,'en',$); -#4707= IFCRELASSOCIATESLIBRARY('0PcfmvWIfCqRmTWac$zGvm',$,$,$,(#125),#12197); -#12197= IFCLIBRARYREFERENCE($,$,'\X2\6A5F5668306E8CA083777387\X0\','\X2\6A5F5668306E8CA0837773873002\X0\','ja-JP',$); +#4702= IFCRELASSOCIATESLIBRARY('15xgccKfT0FuqJN33T8bda',$,$,$,(#100),#12202); +#12202= IFCLIBRARYREFERENCE($,$,'Plage de pression d''air','Plage admise de la pression statique de l''air \S\` l''entr\S\ie du registre terminal de ventilation','fr-FR',$); -#4708= IFCRELASSOCIATESLIBRARY('2AU1n9DQr0Pxty6Fmvtr$4',$,$,$,(#125),#12198); -#12198= IFCLIBRARYREFERENCE($,$,'\X2\AE30AE30C758\X0\ \X2\BD80D558C728\X0\','\X2\AE30AE30C758\X0\ \X2\BD80D558C728\X0\.','ko-KR',$); +#4703= IFCRELASSOCIATESLIBRARY('2FyJcswYbE6uyIMZRJYwLZ',$,$,$,(#100),#12203); +#12203= IFCLIBRARYREFERENCE($,$,'\X2\7A7A6C1757277BC456F2\X0\','\X2\30BF30FC30DF30CA30EB5165308A53E33067306E8A315BB9975957277BC456F2\X0\','ja-JP',$); -#4709= IFCRELASSOCIATESLIBRARY('1_4LF78Tf3oA4HyYrkrjEf',$,$,$,(#126),#12199); -#12199= IFCLIBRARYREFERENCE($,$,'Appliance Diversity',$,'en',$); +#4704= IFCRELASSOCIATESLIBRARY('0htxMpuD5C7ADAWwphZJYP',$,$,$,(#101),#12204); +#12204= IFCLIBRARYREFERENCE($,$,'Luftdruckausgleich','Angabe, ob der Raum einen Luftdruckausgleich erfordert (WAHR) oder nicht (FALSCH).','de-DE',$); -#4710= IFCRELASSOCIATESLIBRARY('3Q7WcU5ST5ahVweOyYqcUC',$,$,$,(#126),#12200); -#12200= IFCLIBRARYREFERENCE($,$,'\X2\6A5F5668306E8CA083777387\X0\','\X2\6A5F5668306E8CA0837773873002\X0\','ja-JP',$); +#4705= IFCRELASSOCIATESLIBRARY('2N6v44no966vJLCYp6_iM3',$,$,$,(#101),#12205); +#12205= IFCLIBRARYREFERENCE($,$,'Air Pressurization',$,'en',$); -#4711= IFCRELASSOCIATESLIBRARY('1U2cZ3r_jF7h4dRaNpqlje',$,$,$,(#126),#12201); -#12201= IFCLIBRARYREFERENCE($,$,'\X2\AE30AE30C758\X0\ \X2\BD80D558C728\X0\','\X2\AE30AE30C758\X0\ \X2\BD80D558C728\X0\','ko-KR',$); +#4706= IFCRELASSOCIATESLIBRARY('1p4o0_aAb9yhrx9J$cLN5R',$,$,$,(#101),#12206); +#12206= IFCLIBRARYREFERENCE($,$,'AirComprimeDisponible','Indique si l''espace n\S\icessite d''\S\jtre aliment\S\i en air comprim\S\i (VRAI) ou non (FAUX)','fr-FR',$); -#4712= IFCRELASSOCIATESLIBRARY('3GXnzfPH9BwRVf3mRRWo85',$,$,$,(#127),#12202); -#12202= IFCLIBRARYREFERENCE($,$,'Appliance Percent Load To Radiant',$,'en',$); +#4707= IFCRELASSOCIATESLIBRARY('2idGQOHX10WPGtYdsxZed6',$,$,$,(#101),#12207); +#12207= IFCLIBRARYREFERENCE($,$,'\X2\7A7A6C1752A05727\X0\','\X2\7A7A9593304C52A057273059308B30533068309289816C423055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\52A057273001\X0\(FALSE)\X2\975E52A057273002\X0\','ja-JP',$); -#4713= IFCRELASSOCIATESLIBRARY('2Sdrqz9_P3XfE22QQksOwn',$,$,$,(#127),#12203); -#12203= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0471B1306E30463061985571B15206306E52725408\X0\','\X2\653E5C0471B1306E30463061985571B152068CA08377306E527254083002\X0\','ja-JP',$); +#4708= IFCRELASSOCIATESLIBRARY('2AFJOL$sbB1QjkdL7jjePF',$,$,$,(#101),#12208); +#12208= IFCLIBRARYREFERENCE($,$,'\X2\ACF5AE30\X0\ \X2\AC00C555\X0\','\X2\ACF5AC04C774\X0\ \X2\AC00C555\X0\ \X2\C694AD6CB418ACE0\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\AC00C555\X0\ (FALSE) \X2\BE44\X0\ \X2\AC00C555\X0\.','ko-KR',$); -#4714= IFCRELASSOCIATESLIBRARY('0Jr6OdMpTF6whf3B1DoqIP',$,$,$,(#127),#12204); -#12204= IFCLIBRARYREFERENCE($,$,'\X2\BCF5C0ACC5F4\X0\ \X2\C911\X0\ \X2\D604C5F4\X0\ \X2\BD84C758\X0\ \X2\BE44C728\X0\','\X2\BCF5C0ACC5F4\X0\ \X2\C911\X0\ \X2\D604C5F4\X0\ \X2\BD84\X0\ \X2\BD80D558C758\X0\ \X2\BE44C728\X0\.','ko-KR',$); +#4709= IFCRELASSOCIATESLIBRARY('32mNl2FY14_8RCsm1$1jCp',$,$,$,(#102),#12209); +#12209= IFCLIBRARYREFERENCE($,$,'Air Resistance Curve',$,'en',$); -#4715= IFCRELASSOCIATESLIBRARY('0dhAh0_KrDLPSxHrzBbBd9',$,$,$,(#128),#12205); -#12205= IFCLIBRARYREFERENCE($,$,'Applicable Structural Design Method',$,'en',$); +#4710= IFCRELASSOCIATESLIBRARY('23ZBF7mNz5ZR2zT9qqaZPx',$,$,$,(#102),#12210); +#12210= IFCLIBRARYREFERENCE($,$,'\X2\7A7A6C1762B5629766F27DDA\X0\','\X2\7A7A6C1762B5629766F27DDAFF08900198A86A5F306E307FFF095727529BFF1DFF46FF086D41901FFF09\X0\','ja-JP',$); -#4716= IFCRELASSOCIATESLIBRARY('270o$XU4fAZvQbtDBDMHwv',$,$,$,(#129),#12206); -#12206= IFCLIBRARYREFERENCE($,$,'Applicable Structural Design Method',$,'en',$); +#4712= IFCRELASSOCIATESLIBRARY('1rMhqxom1BwQx8C$kAJ$iF',$,$,$,(#103),#12211); +#12211= IFCLIBRARYREFERENCE($,$,'Air Side System Distribution Type',$,'en',$); -#4718= IFCRELASSOCIATESLIBRARY('14K9i2ep53CxS1EBJb8wzz',$,$,$,(#130),#12207); -#12207= IFCLIBRARYREFERENCE($,$,'Application',$,'en',$); +#4713= IFCRELASSOCIATESLIBRARY('2RxP0em1504eRe2bqEXB5F',$,$,$,(#103),#12212); +#12212= IFCLIBRARYREFERENCE($,$,'\X2\642C900165B95F0F\X0\','\X2\57FA672C7684306A7A7A8ABF65B95F0FFF0853584E0030C030AF30C830014E8C91CD30C030AF30C8300130DE30EB30C130BE30FC30F37B49FF093002\X0\','ja-JP',$); -#4720= IFCRELASSOCIATESLIBRARY('0uInemkLj96Pxm1rV9SQpA',$,$,$,(#131),#12208); -#12208= IFCLIBRARYREFERENCE($,$,'Application',$,'en',$); +#4714= IFCRELASSOCIATESLIBRARY('38xuu2IgL2qRwENe$Belbi',$,$,$,(#103),#12213); +#12213= IFCLIBRARYREFERENCE($,$,'\X2\BC18C1A1BC29C2DD\X0\','\X2\AE30BCF8C801C778\X0\ \X2\ACF5C870\X0\ \X2\BC29C2DD\X0\ (\X2\B2E8C77C\X0\ \X2\B355D2B8\X0\, \X2\C774C911\X0\ \X2\B355D2B8\X0\, \X2\BA40D2F0C874\X0\ \X2\B4F1\X0\)','ko-KR',$); -#4722= IFCRELASSOCIATESLIBRARY('3moQ_khBj2gPY_tSHFtei5',$,$,$,(#132),#12209); -#12209= IFCLIBRARYREFERENCE($,$,'Application',$,'en',$); +#4716= IFCRELASSOCIATESLIBRARY('0_eJrqeePDm9191LY8ABrR',$,$,$,(#104),#12214); +#12214= IFCLIBRARYREFERENCE($,$,'Air Side System Type',$,'en',$); -#4724= IFCRELASSOCIATESLIBRARY('0LHGHM5pD3lhmuzdkp3$OY',$,$,$,(#133),#12210); -#12210= IFCLIBRARYREFERENCE($,$,'Application',$,'en',$); +#4717= IFCRELASSOCIATESLIBRARY('1eN6ESAovCrBFQ$UNwg5YI',$,$,$,(#106),#12215); +#12215= IFCLIBRARYREFERENCE($,$,'Alkalinity Concentration',$,'en',$); -#4725= IFCRELASSOCIATESLIBRARY('1mE8YO8s5AbghdlPERq6sv',$,$,$,(#133),#12211); -#12211= IFCLIBRARYREFERENCE($,$,'\X2\5FDC7528\X0\','\X2\52A06E7F5668306E5FDC75283000\X0\(\X2\56FA5B9A5F0FFF1A30C030AF30C8642C90017CFB306B8A2D7F6E3059308B52A06E7F5668300153EF642C5F0FFF1A30AF30C8642C90017CFB306B8A2D7F6E3057306A304452A06E7F5668\X0\)','ja-JP',$); +#4718= IFCRELASSOCIATESLIBRARY('18dLXis6533RrbYeyOusQn',$,$,$,(#108),#12216); +#12216= IFCLIBRARYREFERENCE($,$,'Ambient Design Dry Bulb Temperature',$,'en',$); -#4727= IFCRELASSOCIATESLIBRARY('29oXNSetn4BuN6PxuoS8rR',$,$,$,(#135),#12212); -#12212= IFCLIBRARYREFERENCE($,$,'Application Of Fan',$,'en',$); +#4719= IFCRELASSOCIATESLIBRARY('0XlNbK1AH81Qd4wzYAthNG',$,$,$,(#109),#12217); +#12217= IFCLIBRARYREFERENCE($,$,'Ambient Design Wet Bulb Temperature',$,'en',$); -#4728= IFCRELASSOCIATESLIBRARY('2nJDTbzrf1seyN_VRGws$K',$,$,$,(#135),#12213); -#12213= IFCLIBRARYREFERENCE($,$,'Fan\X2\75289014\X0\','Fan\X2\306E7CFB7D71\X0\\X\0D\X\0ASUPPLYAIR, RETURNAIR, EXHAUSTAIR, COOLINGTOWER, OTHER','ja-JP',$); +#4721= IFCRELASSOCIATESLIBRARY('3KWO9lgjvAbQyu$bqMwxzA',$,$,$,(#110),#12218); +#12218= IFCLIBRARYREFERENCE($,$,'Amplifier Type',$,'en',$); -#4730= IFCRELASSOCIATESLIBRARY('3Pv7yZtGr1pgcqBhfMMVN0',$,$,$,(#143),#12214); -#12214= IFCLIBRARYREFERENCE($,$,'Fl\S\dche pro Nutzer','Anteil der Raumfl\S\dche pro Benutzer f\S\|r Nutzung des Raums.','de-DE',$); +#4722= IFCRELASSOCIATESLIBRARY('0IUUxH1Uf2VBrNpCq80uyS',$,$,$,(#110),#12219); +#12219= IFCLIBRARYREFERENCE($,$,'\X2\30A230F330D75F625F0F\X0\','\X2\30A230F330D7306E5F625F0F3092793A30593002\X0\','ja-JP',$); -#4731= IFCRELASSOCIATESLIBRARY('0s1qqPsuD97Olcxrzg8nT8',$,$,$,(#143),#12215); -#12215= IFCLIBRARYREFERENCE($,$,'Area Per Occupant',$,'en',$); +#4723= IFCRELASSOCIATESLIBRARY('0dRxBtUTP2e8uVG1Q4gQH1',$,$,$,(#110),#12220); +#12220= IFCLIBRARYREFERENCE($,$,'\X2\C570D504\X0\ \X2\D615C2DD\X0\','\X2\C570D504C758\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#4732= IFCRELASSOCIATESLIBRARY('0wDUG1WVL5IvfWvyAy14i2',$,$,$,(#143),#12216); -#12216= IFCLIBRARYREFERENCE($,$,'SurfaceParOccupant','Taux de remplissage de l''espace pour l''usage type','fr-FR',$); +#4725= IFCRELASSOCIATESLIBRARY('3KaUtiaJ9Bw9uPJjdIxUHb',$,$,$,(#112),#12221); +#12221= IFCLIBRARYREFERENCE($,$,'Anchor Bolt Diameter',$,'en',$); -#4733= IFCRELASSOCIATESLIBRARY('2q8QPE_2P1r9MNtWico78U',$,$,$,(#143),#12217); -#12217= IFCLIBRARYREFERENCE($,$,'\X2\5229752880056BCE97627A4D\X0\','\X2\3053306E7A7A9593306B5272308A5F5330663089308C305F75289014306B5BFE3059308B60F35B9A522975288CA083773002\X0\','ja-JP',$); +#4726= IFCRELASSOCIATESLIBRARY('2umwB0EtLCW9f7$SQwe1lX',$,$,$,(#112),#12222); +#12222= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\30A230F330AB30FC30DC30EB30C8306E76F45F843002\X0\','ja-JP',$); -#4735= IFCRELASSOCIATESLIBRARY('26mk4_RMHAQhLxho7TLMRu',$,$,$,(#144),#12218); -#12218= IFCLIBRARYREFERENCE($,$,'Arrangement',$,'en',$); +#4727= IFCRELASSOCIATESLIBRARY('0dD69F$KzBqvzZaxvS9iNP',$,$,$,(#112),#12223); +#12223= IFCLIBRARYREFERENCE($,$,'\X2\C9C0B984\X0\','\X2\C575CEE4\X0\ \X2\BCFCD2B8C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C1ACBD\X0\','ko-KR',$); -#4736= IFCRELASSOCIATESLIBRARY('0sIsD5vwrCU9oKJAOoQx5d',$,$,$,(#144),#12219); -#12219= IFCLIBRARYREFERENCE($,$,'\X2\914D7F6E\X0\','\X2\71B14EA463DB5668306E6D41308C306E57FA672C7684914D7F6E\X0\(\X2\30AB30A630F330BF30FC30D530ED30FC300130AF30ED30B930D530ED30FC300230D130E930EC30EB30D530ED30FC300130DE30EB30C130D130B93001305D306E4ED6\X0\)','ja-JP',$); +#4728= IFCRELASSOCIATESLIBRARY('3trhWEUvT49BEagO1e0h$v',$,$,$,(#113),#12224); +#12224= IFCLIBRARYREFERENCE($,$,'Anchor Bolt Length',$,'en',$); -#4738= IFCRELASSOCIATESLIBRARY('1hWfyil6zE8gUZc7prgpP6',$,$,$,(#145),#12220); -#12220= IFCLIBRARYREFERENCE($,$,'Arrangement',$,'en',$); +#4729= IFCRELASSOCIATESLIBRARY('3Vyyzq1zL99QGl5AMw$uVT',$,$,$,(#113),#12225); +#12225= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\30A230F330AB30FC30DC30EB30C8306E957730553002\X0\','ja-JP',$); -#4739= IFCRELASSOCIATESLIBRARY('2SILiZWZnCMhxihqSDC6oa',$,$,$,(#145),#12221); -#12221= IFCLIBRARYREFERENCE($,$,'\X2\914D7F6E\X0\','\X2\30D530A130F3306830E230FC30BF30FC306E914D7F6EFF08\X0\AMCA\X2\306B3088308B5B9A7FA9FF09\X0\\X\0D\X\0AARRANGEMENT1, ARRANGEMENT2, ARRANGEMENT3, ARRANGEMENT4, ARRANGEMENT7, ARRANGEMENT8, ARRANGEMENT9, ARRANGEMENT10, OTHER, NOTKNOWN, UNSET','ja-JP',$); +#4730= IFCRELASSOCIATESLIBRARY('1CZBELrJfAQu1Br6h8VMfP',$,$,$,(#113),#12226); +#12226= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','\X2\C575CEE4\X0\ \X2\BCFCD2B8C758\X0\ \X2\AE38C774\X0\','ko-KR',$); -#4741= IFCRELASSOCIATESLIBRARY('0GJ8WCOwfCbeoE65$cNDg0',$,$,$,(#146),#12222); -#12222= IFCLIBRARYREFERENCE($,$,'Arrangement Type',$,'en',$); +#4731= IFCRELASSOCIATESLIBRARY('3dJDB$eJn56vGX8d5f94Ah',$,$,$,(#114),#12227); +#12227= IFCLIBRARYREFERENCE($,$,'Anchor Bolt Protrusion Length',$,'en',$); -#4742= IFCRELASSOCIATESLIBRARY('1opWQNorj9chaDHLu8sShp',$,$,$,(#146),#12223); -#12223= IFCLIBRARYREFERENCE($,$,'Type de configuration','Configuration du registre terminal.\X\0D\X\0AConduit unique: le registre terminal re\S\goit de l''air chaud ou froid depuis un conduit unique d''amen\S\ie d''air','fr-FR',$); +#4732= IFCRELASSOCIATESLIBRARY('38hs$BF4T2Eh8YMkujLTld',$,$,$,(#114),#12228); +#12228= IFCLIBRARYREFERENCE($,$,'\X2\B3CCCD9CBD80\X0\ \X2\AE38C774\X0\','\X2\C575CEE4\X0\ \X2\BCFCD2B8C758\X0\ \X2\B3CCCD9C\X0\ \X2\BD80BD84C758\X0\ \X2\AE38C774\X0\','ko-KR',$); -#4743= IFCRELASSOCIATESLIBRARY('2ray07c0j9tfrdd9QZyCmE',$,$,$,(#146),#12224); -#12224= IFCLIBRARYREFERENCE($,$,'\X2\30BF30FC30DF30CA30EB5F625F0F\X0\','\X2\30BF30FC30DF30CA30EB30DC30C330AF30B9306E5F625F0F3002\X0\\X\0D\X\0A\X2\53584E0030C030AF30C8FF1A53584E00306E30C030AF30C8304B308930016E2998A8307E305F306F51B798A8309253D7305153D6308B\X0\\X\0D\X\0A\X2\30C730E530A230EB30C030AF30C8FF1A6E2998A8300151B798A83092520696E23055308C305F30C030AF30C8304B308953D7305153D6308B\X0\','ja-JP',$); +#4733= IFCRELASSOCIATESLIBRARY('0OI$vXyRf3hvCVyXxfG00m',$,$,$,(#115),#12229); +#12229= IFCLIBRARYREFERENCE($,$,'Anchor Bolt Thread Length',$,'en',$); -#4744= IFCRELASSOCIATESLIBRARY('2kHbLyQjX4Ox9UDDZSLq_K',$,$,$,(#147),#12225); -#12225= IFCLIBRARYREFERENCE($,$,'Article Number',$,'en',$); +#4734= IFCRELASSOCIATESLIBRARY('1ZiVhgX_rCB8KLaT1oWZoX',$,$,$,(#115),#12230); +#12230= IFCLIBRARYREFERENCE($,$,'\X2\B098C0ACBD80\X0\ \X2\AE38C774\X0\','\X2\C575CEE4\X0\ \X2\BCFCD2B8C758\X0\ \X2\B098C0AC\X0\ \X2\BD80BD84C758\X0\ \X2\AE38C774\X0\','ko-KR',$); -#4745= IFCRELASSOCIATESLIBRARY('1bNvGZGYr4QRCPYJ$mBeVP',$,$,$,(#148),#12226); -#12226= IFCLIBRARYREFERENCE($,$,'k\S\|nstliche Beleuchtung','Angabe, ob dieser Raum eine k\S\|nstliche Beleuchtung erfordert (WAHR) oder nicht (FALSCH)','de-DE',$); +#4735= IFCRELASSOCIATESLIBRARY('3pRJ$OLQn9j9Ojf3ORMA_K',$,$,$,(#116),#12231); +#12231= IFCLIBRARYREFERENCE($,$,'Angle Between Component Axes',$,'en',$); -#4746= IFCRELASSOCIATESLIBRARY('1jNfu4KIj7hR7NkfC$hu6u',$,$,$,(#148),#12227); -#12227= IFCLIBRARYREFERENCE($,$,'Artificial Lighting',$,'en',$); +#4736= IFCRELASSOCIATESLIBRARY('1tWMoiQBfAtBlFt3h7NdDX',$,$,$,(#117),#12232); +#12232= IFCLIBRARYREFERENCE($,$,'Angle To First Axis',$,'en',$); -#4747= IFCRELASSOCIATESLIBRARY('0s$JJ6eOvBqv8pZUd0I6Dw',$,$,$,(#148),#12228); -#12228= IFCLIBRARYREFERENCE($,$,'EclairageArtificiel','Indication si cette pi\S\hce a des besoins d''\S\iclairage artificiel (dans la mesure o\S\y l''\S\iclairage naturel ne serait pas suffisant). (VRAI) signifie oui, (FAUX) sinon.','fr-FR',$); +#4738= IFCRELASSOCIATESLIBRARY('19Za9cukXAAfgCharwrNEN',$,$,$,(#123),#12233); +#12233= IFCLIBRARYREFERENCE($,$,'Apparent Power',$,'en',$); -#4748= IFCRELASSOCIATESLIBRARY('3zXjhDicv5hwk3PwrDzPD6',$,$,$,(#148),#12229); -#12229= IFCLIBRARYREFERENCE($,$,'\X2\4EBA5DE57167660E\X0\','\X2\981857DF304C4EBA5DE57167660E30925FC5898130683059308B304B30693046304B306E8868793AFF0881EA71365149304C534152063067306A3044306830573066FF093000FF08\X0\TRUE\X2\FF09306E5834540830015FC589813002FF08\X0\FALSE\X2\FF09306E5834540830014E0D5FC589813002\X0\','ja-JP',$); +#4739= IFCRELASSOCIATESLIBRARY('2S2Ahe6dTAax8vcgP297rl',$,$,$,(#123),#12234); +#12234= IFCLIBRARYREFERENCE($,$,'\X2\76AE76F896FB529B\X0\','\X2\76AE76F896FB529B3002\X0\','ja-JP',$); -#4749= IFCRELASSOCIATESLIBRARY('3xkw96ZgTB2xvpEMD$L3rv',$,$,$,(#148),#12230); -#12230= IFCLIBRARYREFERENCE($,$,'\X2\C778ACF5\X0\ \X2\C870BA85\X0\','\X2\C774\X0\ \X2\ACF5AC04C774\X0\ \X2\C778ACF5\X0\ \X2\C870BA85C744\X0\ \X2\D544C694B85CD558B294C9C0\X0\ \X2\C5ECBD80\X0\ (\X2\C790C5F0\X0\ \X2\C870BA85C774\X0\ \X2\CDA9BD84D558C9C0\X0\ \X2\C54AAE30\X0\ \X2\C704D558C5EC\X0\)\X2\B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\D544C694\X0\ (FALSE) \X2\C544B2C8C624\X0\ \X2\AC12\X0\.','ko-KR',$); +#4740= IFCRELASSOCIATESLIBRARY('35PqqyPBzBcuE55Zi65$wS',$,$,$,(#124),#12235); +#12235= IFCLIBRARYREFERENCE($,$,'Appearance Grade',$,'en',$); -#4750= IFCRELASSOCIATESLIBRARY('2H1zNsELXEQ8X9T7yndxJD',$,$,$,(#150),#12231); -#12231= IFCLIBRARYREFERENCE($,$,'As Built Location Number',$,'en',$); +#4741= IFCRELASSOCIATESLIBRARY('3ReTBBAQzBIu7Xb7PQ2pn6',$,$,$,(#125),#12236); +#12236= IFCLIBRARYREFERENCE($,$,'Appliance Diversity',$,'en',$); -#4751= IFCRELASSOCIATESLIBRARY('1UCtVz0$5AvwwtPiO5w1Na',$,$,$,(#151),#12232); -#12232= IFCLIBRARYREFERENCE($,$,'Aspect Ratio',$,'en',$); +#4742= IFCRELASSOCIATESLIBRARY('3yJnOQmb53bx$VQVa2dPwh',$,$,$,(#125),#12237); +#12237= IFCLIBRARYREFERENCE($,$,'\X2\6A5F5668306E8CA083777387\X0\','\X2\6A5F5668306E8CA0837773873002\X0\','ja-JP',$); -#4752= IFCRELASSOCIATESLIBRARY('0EpYKUHU9BdBxkG7Fp93dn',$,$,$,(#151),#12233); -#12233= IFCLIBRARYREFERENCE($,$,'\X2\30A230B930DA30AF30C86BD4\X0\','\X2\30C730D530A930EB30C830A230B930DA30AF30C86BD43002\X0\','ja-JP',$); +#4743= IFCRELASSOCIATESLIBRARY('1R0wJZBqz3vgwM_Z0cJ7kj',$,$,$,(#125),#12238); +#12238= IFCLIBRARYREFERENCE($,$,'\X2\AE30AE30C758\X0\ \X2\BD80D558C728\X0\','\X2\AE30AE30C758\X0\ \X2\BD80D558C728\X0\.','ko-KR',$); -#4753= IFCRELASSOCIATESLIBRARY('0ARqfzC2HBou_nim8pgQ0$',$,$,$,(#151),#12234); -#12234= IFCLIBRARYREFERENCE($,$,'\X2\D654BA74\X0\ \X2\BE44C728\X0\','\X2\AE30BCF8\X0\ \X2\D654BA74\X0\ \X2\BE44C728\X0\.','ko-KR',$); +#4744= IFCRELASSOCIATESLIBRARY('25SLNd01T2BhmuuN13w4No',$,$,$,(#126),#12239); +#12239= IFCLIBRARYREFERENCE($,$,'Appliance Diversity',$,'en',$); -#4755= IFCRELASSOCIATESLIBRARY('3Eb3zsrJL51vLyJp7UIOlD',$,$,$,(#153),#12235); -#12235= IFCLIBRARYREFERENCE($,$,'Assembly Place',$,'en',$); +#4745= IFCRELASSOCIATESLIBRARY('0m1irGsKXBogELlshBOFYX',$,$,$,(#126),#12240); +#12240= IFCLIBRARYREFERENCE($,$,'\X2\6A5F5668306E8CA083777387\X0\','\X2\6A5F5668306E8CA0837773873002\X0\','ja-JP',$); -#4756= IFCRELASSOCIATESLIBRARY('0nJE2nlSj8388HH35RXBYg',$,$,$,(#154),#12236); -#12236= IFCLIBRARYREFERENCE($,$,'Assembly Place',$,'en',$); +#4746= IFCRELASSOCIATESLIBRARY('05LrgukffDg9r$kbndsCtp',$,$,$,(#126),#12241); +#12241= IFCLIBRARYREFERENCE($,$,'\X2\AE30AE30C758\X0\ \X2\BD80D558C728\X0\','\X2\AE30AE30C758\X0\ \X2\BD80D558C728\X0\','ko-KR',$); -#4757= IFCRELASSOCIATESLIBRARY('2S2Pal2ajDE9V6Lyw15FXN',$,$,$,(#155),#12237); -#12237= IFCLIBRARYREFERENCE($,$,'Assessment Condition',$,'en',$); +#4747= IFCRELASSOCIATESLIBRARY('3sTFzF0_z7_v1KCyFpZFaK',$,$,$,(#127),#12242); +#12242= IFCLIBRARYREFERENCE($,$,'Appliance Percent Load To Radiant',$,'en',$); -#4758= IFCRELASSOCIATESLIBRARY('0lnP9gAmHBX9hq3j_k1B3n',$,$,$,(#155),#12238); -#12238= IFCLIBRARYREFERENCE($,$,'\X2\8A554FA172B6614B\X0\','\X2\69D83005306A57FA6E96309275283044305F8A554FA1306B3088308B88FD54C1306B95A23059308B51684F537684306A72B6614B30028A554FA13055308C305F72B6614B5024306E610F5473306F300130ED30FC30AB30EB53545B9A306B308830633066540C610F3055308C3001658766F853163055308C306A3051308C3070306A3089306A304430024F8B30483070300172B6614B3092\X0\1\X2\304B3089\X0\10\X2\306E502430678A086E2C3057305F308A3001\X0\Good, Ok, Poor\X2\7B493067886830593002\X0\','ja-JP',$); +#4748= IFCRELASSOCIATESLIBRARY('1G6CRBsIL7iPl2Eo_Wo4E6',$,$,$,(#127),#12243); +#12243= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0471B1306E30463061985571B15206306E52725408\X0\','\X2\653E5C0471B1306E30463061985571B152068CA08377306E527254083002\X0\','ja-JP',$); -#4759= IFCRELASSOCIATESLIBRARY('3tvoE7pArFGxuDwXfJozEn',$,$,$,(#156),#12239); -#12239= IFCLIBRARYREFERENCE($,$,'Assessment Date',$,'en',$); +#4749= IFCRELASSOCIATESLIBRARY('1qeCgD20bDdRqDHAkNP$Co',$,$,$,(#127),#12244); +#12244= IFCLIBRARYREFERENCE($,$,'\X2\BCF5C0ACC5F4\X0\ \X2\C911\X0\ \X2\D604C5F4\X0\ \X2\BD84C758\X0\ \X2\BE44C728\X0\','\X2\BCF5C0ACC5F4\X0\ \X2\C911\X0\ \X2\D604C5F4\X0\ \X2\BD84\X0\ \X2\BD80D558C758\X0\ \X2\BE44C728\X0\.','ko-KR',$); -#4760= IFCRELASSOCIATESLIBRARY('300N8pU9z1j8evdhrEfmGx',$,$,$,(#156),#12240); -#12240= IFCLIBRARYREFERENCE($,$,'\X2\8A554FA165E5\X0\','\X2\51684F5372B66CC130928A554FA13057305F65E53002\X0\','ja-JP',$); +#4750= IFCRELASSOCIATESLIBRARY('10pQF0UOD1iQrOKGk5ynI3',$,$,$,(#128),#12245); +#12245= IFCLIBRARYREFERENCE($,$,'Applicable Structural Design Method',$,'en',$); -#4761= IFCRELASSOCIATESLIBRARY('3$l40oPUr2OxQ_tHkXvVRV',$,$,$,(#157),#12241); -#12241= IFCLIBRARYREFERENCE($,$,'Assessment Description',$,'en',$); +#4751= IFCRELASSOCIATESLIBRARY('0YHgIhjOP1WBCckdLSYp96',$,$,$,(#129),#12246); +#12246= IFCLIBRARYREFERENCE($,$,'Applicable Structural Design Method',$,'en',$); -#4762= IFCRELASSOCIATESLIBRARY('205vK6qnXF_f9lU1DCXCck',$,$,$,(#157),#12242); -#12242= IFCLIBRARYREFERENCE($,$,'\X2\8A554FA18A188FF0\X0\','\X2\72B6614B306B95A23059308B5B9A60277684306A8A188FF03002\X0\','ja-JP',$); +#4753= IFCRELASSOCIATESLIBRARY('3yUl9SrDjF0e2BP$V6CJDD',$,$,$,(#130),#12247); +#12247= IFCLIBRARYREFERENCE($,$,'Application',$,'en',$); -#4764= IFCRELASSOCIATESLIBRARY('2Yeqbtksj7FgosoZFtwUh3',$,$,$,(#161),#12243); -#12243= IFCLIBRARYREFERENCE($,$,'Asset Accounting Type',$,'en',$); +#4755= IFCRELASSOCIATESLIBRARY('2oKdYbdi13dPC0Jn2qRhdY',$,$,$,(#131),#12248); +#12248= IFCLIBRARYREFERENCE($,$,'Application',$,'en',$); -#4765= IFCRELASSOCIATESLIBRARY('3B_1c34iL5GPncsfbR3h9J',$,$,$,(#161),#12244); -#12244= IFCLIBRARYREFERENCE($,$,'\X2\8CC775234F1A8A087A2E5225\X0\','\X2\4F1A8A08306E5B9A7FA96E08307F7A2E52253002\X0\','ja-JP',$); +#4757= IFCRELASSOCIATESLIBRARY('0bqJ6GZT50khWs8ul6E2$t',$,$,$,(#132),#12249); +#12249= IFCLIBRARYREFERENCE($,$,'Application',$,'en',$); -#4768= IFCRELASSOCIATESLIBRARY('1C_chCFoj6Z8kDm$NJ1_7A',$,$,$,(#164),#12245); -#12245= IFCLIBRARYREFERENCE($,$,'Asset Insurance Type',$,'en',$); +#4759= IFCRELASSOCIATESLIBRARY('2TDZzbZdv9cORVz5pg0jHG',$,$,$,(#133),#12250); +#12250= IFCLIBRARYREFERENCE($,$,'Application',$,'en',$); -#4769= IFCRELASSOCIATESLIBRARY('1q14Cyv6nFmhVVWpT_nEdY',$,$,$,(#164),#12246); -#12246= IFCLIBRARYREFERENCE($,$,'\X2\8CC775234FDD967A7A2E5225\X0\','\X2\4FDD967A306E5B9A7FA96E08307F7A2E52253002\X0\','ja-JP',$); +#4760= IFCRELASSOCIATESLIBRARY('0fR9sMuV93P9lfYptpEspE',$,$,$,(#133),#12251); +#12251= IFCLIBRARYREFERENCE($,$,'\X2\5FDC7528\X0\','\X2\52A06E7F5668306E5FDC75283000\X0\(\X2\56FA5B9A5F0FFF1A30C030AF30C8642C90017CFB306B8A2D7F6E3059308B52A06E7F5668300153EF642C5F0FFF1A30AF30C8642C90017CFB306B8A2D7F6E3057306A304452A06E7F5668\X0\)','ja-JP',$); -#4771= IFCRELASSOCIATESLIBRARY('0eXZBK33P7NuUA9nHK25Gp',$,$,$,(#167),#12247); -#12247= IFCLIBRARYREFERENCE($,$,'Asset Tax Type',$,'en',$); +#4762= IFCRELASSOCIATESLIBRARY('0nbXKcd2XCCuJDwRRsUWWG',$,$,$,(#135),#12252); +#12252= IFCLIBRARYREFERENCE($,$,'Application Of Fan',$,'en',$); -#4772= IFCRELASSOCIATESLIBRARY('19pVzfADXAKufgUGiD9ZTP',$,$,$,(#167),#12248); -#12248= IFCLIBRARYREFERENCE($,$,'\X2\8CC775237A0E7A2E5225\X0\','\X2\7A0E306E5B9A7FA96E08307F7A2E52253002\X0\','ja-JP',$); +#4763= IFCRELASSOCIATESLIBRARY('06fsj9Jlf2gh39UOTbNFoL',$,$,$,(#135),#12253); +#12253= IFCLIBRARYREFERENCE($,$,'Fan\X2\75289014\X0\','Fan\X2\306E7CFB7D71\X0\\X\0D\X\0ASUPPLYAIR, RETURNAIR, EXHAUSTAIR, COOLINGTOWER, OTHER','ja-JP',$); -#4773= IFCRELASSOCIATESLIBRARY('24JYYZmyrEtu2bVuUywyCD',$,$,$,(#172),#12249); -#12249= IFCLIBRARYREFERENCE($,$,'Atex Verified',$,'en',$); +#4765= IFCRELASSOCIATESLIBRARY('0ubIekWTj7ThnOIY78fedf',$,$,$,(#143),#12254); +#12254= IFCLIBRARYREFERENCE($,$,'Fl\S\dche pro Nutzer','Anteil der Raumfl\S\dche pro Benutzer f\S\|r Nutzung des Raums.','de-DE',$); -#4774= IFCRELASSOCIATESLIBRARY('18AZJybZbFJfPgjK6621bV',$,$,$,(#172),#12250); -#12250= IFCLIBRARYREFERENCE($,$,'\X2\30A230C630C330AF30B98A8D8A3C\X0\','\X2\30C830EA30C330D788C57F6E304C\X0\EX-\X2\74B058833067906975283055308C308B304B30693046304B3002\X0\','ja-JP',$); +#4766= IFCRELASSOCIATESLIBRARY('2pjNLNwrr26RlNl0ydWLYa',$,$,$,(#143),#12255); +#12255= IFCLIBRARYREFERENCE($,$,'Area Per Occupant',$,'en',$); -#4775= IFCRELASSOCIATESLIBRARY('2xytyd$Cn7yPulDOkVvqsb',$,$,$,(#172),#12251); -#12251= IFCLIBRARYREFERENCE($,$,'EX -\X2\D658ACBD\X0\ \X2\C778C99D\X0\','\X2\D2B8B9BD\X0\ \X2\C7A5CE58AC00\X0\ EX-\X2\D658ACBDC5D0\X0\ \X2\C801C6A9B418B294C9C0\X0\ \X2\C5ECBD80\X0\','ko-KR',$); +#4767= IFCRELASSOCIATESLIBRARY('0iFtbD43v4WPaxMd7FAHY6',$,$,$,(#143),#12256); +#12256= IFCLIBRARYREFERENCE($,$,'SurfaceParOccupant','Taux de remplissage de l''espace pour l''usage type','fr-FR',$); -#4776= IFCRELASSOCIATESLIBRARY('39DUx7ajv0KvO9MsUYlSgv',$,$,$,(#173),#12252); -#12252= IFCLIBRARYREFERENCE($,$,'Atmospheric Acidification',$,'en',$); +#4768= IFCRELASSOCIATESLIBRARY('0fODV28S19oOyDBUKK7wJu',$,$,$,(#143),#12257); +#12257= IFCLIBRARYREFERENCE($,$,'\X2\5229752880056BCE97627A4D\X0\','\X2\3053306E7A7A9593306B5272308A5F5330663089308C305F75289014306B5BFE3059308B60F35B9A522975288CA083773002\X0\','ja-JP',$); -#4777= IFCRELASSOCIATESLIBRARY('3PuxMKJNz9cvMITsDin3Ct',$,$,$,(#173),#12253); -#12253= IFCLIBRARYREFERENCE($,$,'AcidificationAtmospherique','Quantit\S\i de gaz responsables de l''acidification atmosph\S\irique exprim\S\ie en Kg d''\S\iquivalent SO2, selon les normes PrEN15804:2008 [NDT : ou NF P01-010]','fr-FR',$); +#4770= IFCRELASSOCIATESLIBRARY('2q8qcnVIT1lxMtl5UK6xtl',$,$,$,(#144),#12258); +#12258= IFCLIBRARYREFERENCE($,$,'Arrangement',$,'en',$); -#4778= IFCRELASSOCIATESLIBRARY('0ozze9WEH3NBy6QMmxRjfV',$,$,$,(#173),#12254); -#12254= IFCLIBRARYREFERENCE($,$,'\X2\59276C17306E917860275316\X0\','\X2\7B9751FA3055308C305F\X0\SO2\X2\30687B493057304459276C174E2D306E917860275316306E8CAC4EFB30928CA0304630AC30B9306E91CF3002\X0\','ja-JP',$); +#4771= IFCRELASSOCIATESLIBRARY('1Uwvmm1wL00QY4k40dC2X$',$,$,$,(#144),#12259); +#12259= IFCLIBRARYREFERENCE($,$,'\X2\914D7F6E\X0\','\X2\71B14EA463DB5668306E6D41308C306E57FA672C7684914D7F6E\X0\(\X2\30AB30A630F330BF30FC30D530ED30FC300130AF30ED30B930D530ED30FC300230D130E930EC30EB30D530ED30FC300130DE30EB30C130D130B93001305D306E4ED6\X0\)','ja-JP',$); -#4779= IFCRELASSOCIATESLIBRARY('2p_98zn3P9LhkT_MiB_dSc',$,$,$,(#173),#12255); -#12255= IFCLIBRARYREFERENCE($,$,'\X2\B300AE30C0B0C131D654\X0\','SO2\X2\C5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\B300AE30\X0\ \X2\C0B0C131\X0\ \X2\D654C758\X0\ \X2\C6D0C778C774B418B294\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); +#4773= IFCRELASSOCIATESLIBRARY('3FzUXufwv4AwUawaBke8$t',$,$,$,(#145),#12260); +#12260= IFCLIBRARYREFERENCE($,$,'Arrangement',$,'en',$); -#4780= IFCRELASSOCIATESLIBRARY('03X5ezYZz6TOA55JIN$dAG',$,$,$,(#174),#12256); -#12256= IFCLIBRARYREFERENCE($,$,'Atmospheric Acidification Per Unit',$,'en',$); +#4774= IFCRELASSOCIATESLIBRARY('303cPscIvAA8sqkVLvlAnS',$,$,$,(#145),#12261); +#12261= IFCLIBRARYREFERENCE($,$,'\X2\914D7F6E\X0\','\X2\30D530A130F3306830E230FC30BF30FC306E914D7F6EFF08\X0\AMCA\X2\306B3088308B5B9A7FA9FF09\X0\\X\0D\X\0AARRANGEMENT1, ARRANGEMENT2, ARRANGEMENT3, ARRANGEMENT4, ARRANGEMENT7, ARRANGEMENT8, ARRANGEMENT9, ARRANGEMENT10, OTHER, NOTKNOWN, UNSET','ja-JP',$); -#4781= IFCRELASSOCIATESLIBRARY('0csRq7eEr2ZwcetUQHzLy$',$,$,$,(#174),#12257); -#12257= IFCLIBRARYREFERENCE($,$,'AcidificationAtmospheriqueParUnite','Quantit\S\i de gaz responsables de l''acidification atmosph\S\irique exprim\S\ie en Kg d''\S\iquivalent SO2 [NDT : selon les normes PrEN15804:2008 et NF P01-010].','fr-FR',$); +#4776= IFCRELASSOCIATESLIBRARY('0gl4kjRAXD2vvpFCMdd0tX',$,$,$,(#146),#12262); +#12262= IFCLIBRARYREFERENCE($,$,'Arrangement Type',$,'en',$); -#4782= IFCRELASSOCIATESLIBRARY('032xzrvkb3WOg$3fIbHpyf',$,$,$,(#174),#12258); -#12258= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A59276C17917860275316\X0\','SO2\X2\30678A087B973055308C308B59276C17306E917860275316306B5F7197FF3059308B30AC30B9306E91CF3002\X0\','ja-JP',$); +#4777= IFCRELASSOCIATESLIBRARY('14SfcvRhX1rxE36uD5f6Lo',$,$,$,(#146),#12263); +#12263= IFCLIBRARYREFERENCE($,$,'Type de configuration','Configuration du registre terminal.\X\0D\X\0AConduit unique: le registre terminal re\S\goit de l''air chaud ou froid depuis un conduit unique d''amen\S\ie d''air','fr-FR',$); -#4783= IFCRELASSOCIATESLIBRARY('3Icqim7YnBJ9GJkYdCr9oC',$,$,$,(#174),#12259); -#12259= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\B300AE30\X0\ \X2\C0B0C131D654\X0\','SO2\X2\C5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\B300AE30\X0\ \X2\C0B0C131\X0\ \X2\D654C758\X0\ \X2\C6D0C778C774B418B294\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); +#4778= IFCRELASSOCIATESLIBRARY('1hIThemb16gQdXP5df4wei',$,$,$,(#146),#12264); +#12264= IFCLIBRARYREFERENCE($,$,'\X2\30BF30FC30DF30CA30EB5F625F0F\X0\','\X2\30BF30FC30DF30CA30EB30DC30C330AF30B9306E5F625F0F3002\X0\\X\0D\X\0A\X2\53584E0030C030AF30C8FF1A53584E00306E30C030AF30C8304B308930016E2998A8307E305F306F51B798A8309253D7305153D6308B\X0\\X\0D\X\0A\X2\30C730E530A230EB30C030AF30C8FF1A6E2998A8300151B798A83092520696E23055308C305F30C030AF30C8304B308953D7305153D6308B\X0\','ja-JP',$); -#4784= IFCRELASSOCIATESLIBRARY('06yGR3$On6OOzS7L0vvirp',$,$,$,(#175),#12260); -#12260= IFCLIBRARYREFERENCE($,$,'Atmospheric Pressure',$,'en',$); +#4779= IFCRELASSOCIATESLIBRARY('2O7o23yIPBZg_2cdokg_Bg',$,$,$,(#147),#12265); +#12265= IFCLIBRARYREFERENCE($,$,'Article Number',$,'en',$); -#4785= IFCRELASSOCIATESLIBRARY('3_alRVpzn4LRPoSSwop9DX',$,$,$,(#175),#12261); -#12261= IFCLIBRARYREFERENCE($,$,'\X2\59276C175727\X0\','\X2\546856F2306E59276C175727\X0\','ja-JP',$); +#4780= IFCRELASSOCIATESLIBRARY('2$89fSrpz8JRAk0eNflosN',$,$,$,(#148),#12266); +#12266= IFCLIBRARYREFERENCE($,$,'k\S\|nstliche Beleuchtung','Angabe, ob dieser Raum eine k\S\|nstliche Beleuchtung erfordert (WAHR) oder nicht (FALSCH)','de-DE',$); -#4786= IFCRELASSOCIATESLIBRARY('3tqoyTr4989ADPEHY69lUN',$,$,$,(#176),#12262); -#12262= IFCLIBRARYREFERENCE($,$,'Atmospheric Pressure',$,'en',$); +#4781= IFCRELASSOCIATESLIBRARY('2_mmaIaF93UgpnpEJrDaqL',$,$,$,(#148),#12267); +#12267= IFCLIBRARYREFERENCE($,$,'Artificial Lighting',$,'en',$); -#4787= IFCRELASSOCIATESLIBRARY('2n0rsKfcj0Y97y3DP_VSUC',$,$,$,(#176),#12263); -#12263= IFCLIBRARYREFERENCE($,$,'Pression atmosph\S\irique','Pression atmosph\S\irique ambiante','fr-FR',$); +#4782= IFCRELASSOCIATESLIBRARY('0sTuKi$zj2DRup05jhffk3',$,$,$,(#148),#12268); +#12268= IFCLIBRARYREFERENCE($,$,'EclairageArtificiel','Indication si cette pi\S\hce a des besoins d''\S\iclairage artificiel (dans la mesure o\S\y l''\S\iclairage naturel ne serait pas suffisant). (VRAI) signifie oui, (FAUX) sinon.','fr-FR',$); -#4788= IFCRELASSOCIATESLIBRARY('3GTjCwBhL2QAkFIogShPZh',$,$,$,(#176),#12264); -#12264= IFCLIBRARYREFERENCE($,$,'\X2\59276C175727\X0\','\X2\546856F259276C175727\X0\','ja-JP',$); +#4783= IFCRELASSOCIATESLIBRARY('1$n6$YO8rALeFiS4Q9pzkT',$,$,$,(#148),#12269); +#12269= IFCLIBRARYREFERENCE($,$,'\X2\4EBA5DE57167660E\X0\','\X2\981857DF304C4EBA5DE57167660E30925FC5898130683059308B304B30693046304B306E8868793AFF0881EA71365149304C534152063067306A3044306830573066FF093000FF08\X0\TRUE\X2\FF09306E5834540830015FC589813002FF08\X0\FALSE\X2\FF09306E5834540830014E0D5FC589813002\X0\','ja-JP',$); -#4789= IFCRELASSOCIATESLIBRARY('2zcIaL94DFsRAPXf9g6e4w',$,$,$,(#177),#12265); -#12265= IFCLIBRARYREFERENCE($,$,'Atmospheric Pressure',$,'en',$); +#4784= IFCRELASSOCIATESLIBRARY('3hxNZBQ2D2RgLEkac5R6uM',$,$,$,(#148),#12270); +#12270= IFCLIBRARYREFERENCE($,$,'\X2\C778ACF5\X0\ \X2\C870BA85\X0\','\X2\C774\X0\ \X2\ACF5AC04C774\X0\ \X2\C778ACF5\X0\ \X2\C870BA85C744\X0\ \X2\D544C694B85CD558B294C9C0\X0\ \X2\C5ECBD80\X0\ (\X2\C790C5F0\X0\ \X2\C870BA85C774\X0\ \X2\CDA9BD84D558C9C0\X0\ \X2\C54AAE30\X0\ \X2\C704D558C5EC\X0\)\X2\B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\D544C694\X0\ (FALSE) \X2\C544B2C8C624\X0\ \X2\AC12\X0\.','ko-KR',$); -#4790= IFCRELASSOCIATESLIBRARY('0z8PZoudDAi8Qndjizv$4v',$,$,$,(#177),#12266); -#12266= IFCLIBRARYREFERENCE($,$,'Pression atmosph\S\irique','Pression atmosph\S\irique ambiante.','fr-FR',$); +#4785= IFCRELASSOCIATESLIBRARY('04jNmgZzH0dug45MBLXeut',$,$,$,(#150),#12271); +#12271= IFCLIBRARYREFERENCE($,$,'As Built Location Number',$,'en',$); -#4791= IFCRELASSOCIATESLIBRARY('3gVDdA4xv4uAfb3nab$_7N',$,$,$,(#178),#12267); -#12267= IFCLIBRARYREFERENCE($,$,'Atmospheric Pressure',$,'en',$); +#4786= IFCRELASSOCIATESLIBRARY('04SwpwL594awe6iATJoILx',$,$,$,(#151),#12272); +#12272= IFCLIBRARYREFERENCE($,$,'Aspect Ratio',$,'en',$); -#4792= IFCRELASSOCIATESLIBRARY('1iA5m1nof0iOEYzEnldWeR',$,$,$,(#178),#12268); -#12268= IFCLIBRARYREFERENCE($,$,'\X2\6A196E9659276C175727FF0859166C175727FF09\X0\','\X2\6A196E9659276C175727\X0\(\X2\59166C175727FF09\X0\','ja-JP',$); +#4787= IFCRELASSOCIATESLIBRARY('3J_15At89Ccgu8oc1AOq8s',$,$,$,(#151),#12273); +#12273= IFCLIBRARYREFERENCE($,$,'\X2\30A230B930DA30AF30C86BD4\X0\','\X2\30C730D530A930EB30C830A230B930DA30AF30C86BD43002\X0\','ja-JP',$); -#4793= IFCRELASSOCIATESLIBRARY('3NYo63161CnfKl38bhx2J6',$,$,$,(#179),#12269); -#12269= IFCLIBRARYREFERENCE($,$,'Atmospheric Pressure',$,'en',$); +#4788= IFCRELASSOCIATESLIBRARY('1twQcPWzP2vARRuQNGjGGr',$,$,$,(#151),#12274); +#12274= IFCLIBRARYREFERENCE($,$,'\X2\D654BA74\X0\ \X2\BE44C728\X0\','\X2\AE30BCF8\X0\ \X2\D654BA74\X0\ \X2\BE44C728\X0\.','ko-KR',$); -#4794= IFCRELASSOCIATESLIBRARY('0RjF84lJr9QQ6Np4VJYZQh',$,$,$,(#179),#12270); -#12270= IFCLIBRARYREFERENCE($,$,'\X2\59276C175727\X0\','\X2\546856F2306E59276C175727\X0\','ja-JP',$); +#4790= IFCRELASSOCIATESLIBRARY('1kdIE0Z2X5GuAgfr21j75V',$,$,$,(#153),#12275); +#12275= IFCLIBRARYREFERENCE($,$,'Assembly Place',$,'en',$); -#4795= IFCRELASSOCIATESLIBRARY('2xqCnioOv6nx$CCfmJWV1X',$,$,$,(#181),#12271); -#12271= IFCLIBRARYREFERENCE($,$,'Audio Amplification',$,'en',$); +#4791= IFCRELASSOCIATESLIBRARY('3G5TU7r8z5ufdu9SCsBSUs',$,$,$,(#154),#12276); +#12276= IFCLIBRARYREFERENCE($,$,'Assembly Place',$,'en',$); -#4796= IFCRELASSOCIATESLIBRARY('1VkN$Oii5B2OENi0hqtLhg',$,$,$,(#181),#12272); -#12272= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30C730A330AA30A230F330D7\X0\','\X2\518D751F54686CE265705E2F57DF3092793A30593002\X0\','ja-JP',$); +#4792= IFCRELASSOCIATESLIBRARY('2SgE7xCd10h8ZPknCC3zyq',$,$,$,(#155),#12277); +#12277= IFCLIBRARYREFERENCE($,$,'Assessment Condition',$,'en',$); -#4797= IFCRELASSOCIATESLIBRARY('3zkZjtGWb29AWpyXiHbvCl',$,$,$,(#181),#12273); -#12273= IFCLIBRARYREFERENCE($,$,'\X2\C624B514C624\X0\ \X2\C570D504\X0\','\X2\C7ACC0DD\X0\ \X2\C8FCD30CC218\X0\ \X2\B300C5EDC744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#4793= IFCRELASSOCIATESLIBRARY('3dJ7Old5z01x$58tGxB2Qd',$,$,$,(#155),#12278); +#12278= IFCLIBRARYREFERENCE($,$,'\X2\8A554FA172B6614B\X0\','\X2\69D83005306A57FA6E96309275283044305F8A554FA1306B3088308B88FD54C1306B95A23059308B51684F537684306A72B6614B30028A554FA13055308C305F72B6614B5024306E610F5473306F300130ED30FC30AB30EB53545B9A306B308830633066540C610F3055308C3001658766F853163055308C306A3051308C3070306A3089306A304430024F8B30483070300172B6614B3092\X0\1\X2\304B3089\X0\10\X2\306E502430678A086E2C3057305F308A3001\X0\Good, Ok, Poor\X2\7B493067886830593002\X0\','ja-JP',$); -#4798= IFCRELASSOCIATESLIBRARY('2keawPVEb7yeBKjwP4IrFN',$,$,$,(#182),#12274); -#12274= IFCLIBRARYREFERENCE($,$,'Audio Amplification',$,'en',$); +#4794= IFCRELASSOCIATESLIBRARY('0ZxcPGp0b5NvEJ0yKo206a',$,$,$,(#156),#12279); +#12279= IFCLIBRARYREFERENCE($,$,'Assessment Date',$,'en',$); -#4799= IFCRELASSOCIATESLIBRARY('3iFOn8ySX0Kv_Qa7QaBkRM',$,$,$,(#182),#12275); -#12275= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30C730A330AA30A230F330D7\X0\','\X2\518D751F54686CE265705E2F57DF3092793A30593002\X0\','ja-JP',$); +#4795= IFCRELASSOCIATESLIBRARY('2jwwlcm0r8i8lrukOyeNEH',$,$,$,(#156),#12280); +#12280= IFCLIBRARYREFERENCE($,$,'\X2\8A554FA165E5\X0\','\X2\51684F5372B66CC130928A554FA13057305F65E53002\X0\','ja-JP',$); -#4800= IFCRELASSOCIATESLIBRARY('15qVQAyFb3tejIEGI6BHo3',$,$,$,(#182),#12276); -#12276= IFCLIBRARYREFERENCE($,$,'\X2\C624B514C624\X0\ \X2\C570D504\X0\','\X2\C7ACC0DD\X0\ \X2\C8FCD30CC218\X0\ \X2\B300C5EDC744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#4796= IFCRELASSOCIATESLIBRARY('0grUUSlNL4HxTJmKkdvP4R',$,$,$,(#157),#12281); +#12281= IFCLIBRARYREFERENCE($,$,'Assessment Description',$,'en',$); -#4801= IFCRELASSOCIATESLIBRARY('2TeTWIBznFx84NaCPukt5L',$,$,$,(#183),#12277); -#12277= IFCLIBRARYREFERENCE($,$,'Audio Mode',$,'en',$); +#4797= IFCRELASSOCIATESLIBRARY('1CIog22wTBHf8AhpZMJFmv',$,$,$,(#157),#12282); +#12282= IFCLIBRARYREFERENCE($,$,'\X2\8A554FA18A188FF0\X0\','\X2\72B6614B306B95A23059308B5B9A60277684306A8A188FF03002\X0\','ja-JP',$); -#4802= IFCRELASSOCIATESLIBRARY('34yjlIXRXF$8dWZnZ3xuuO',$,$,$,(#183),#12278); -#12278= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30C730A330AA30E230FC30C9\X0\','\X2\30AA30FC30C730A330AA30B530A630F330C930E230FC30C9306E8A2D5B9A3002\X0\','ja-JP',$); +#4799= IFCRELASSOCIATESLIBRARY('1$iEX4R1D1YAFqbxYHfrh6',$,$,$,(#161),#12283); +#12283= IFCLIBRARYREFERENCE($,$,'Asset Accounting Type',$,'en',$); -#4803= IFCRELASSOCIATESLIBRARY('0XRvCq39j3wu0bdTDwKiVJ',$,$,$,(#183),#12279); -#12279= IFCLIBRARYREFERENCE($,$,'\X2\C624B514C624\X0\ \X2\BAA8B4DC\X0\','\X2\C624B514C624\X0\ \X2\C0ACC6B4B4DC\X0\ \X2\BAA8B4DC\X0\ \X2\C124C815\X0\.','ko-KR',$); +#4800= IFCRELASSOCIATESLIBRARY('28o$4x8RjCSfJrUiX8BO2n',$,$,$,(#161),#12284); +#12284= IFCLIBRARYREFERENCE($,$,'\X2\8CC775234F1A8A087A2E5225\X0\','\X2\4F1A8A08306E5B9A7FA96E08307F7A2E52253002\X0\','ja-JP',$); -#4804= IFCRELASSOCIATESLIBRARY('3y3w5fFhXFexPDSZwV5E$C',$,$,$,(#184),#12280); -#12280= IFCLIBRARYREFERENCE($,$,'Audio Mode',$,'en',$); +#4803= IFCRELASSOCIATESLIBRARY('2ZEBTtDBf2zg9YXlyirIAE',$,$,$,(#164),#12285); +#12285= IFCLIBRARYREFERENCE($,$,'Asset Insurance Type',$,'en',$); -#4805= IFCRELASSOCIATESLIBRARY('1t3TCQ8cX7zvnBl4xE3h$0',$,$,$,(#184),#12281); -#12281= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30C730A330AA30E230FC30C9\X0\','\X2\30AA30FC30C730A330AA30B530A630F330C930E230FC30C9306E8A2D5B9A3002\X0\','ja-JP',$); +#4804= IFCRELASSOCIATESLIBRARY('1BAe00Q6z8tABuk6GokBxu',$,$,$,(#164),#12286); +#12286= IFCLIBRARYREFERENCE($,$,'\X2\8CC775234FDD967A7A2E5225\X0\','\X2\4FDD967A306E5B9A7FA96E08307F7A2E52253002\X0\','ja-JP',$); -#4806= IFCRELASSOCIATESLIBRARY('1FV6AuFdbF$h2lCjJcP1YY',$,$,$,(#184),#12282); -#12282= IFCLIBRARYREFERENCE($,$,'\X2\C624B514C624\X0\ \X2\BAA8B4DC\X0\','\X2\C624B514C624\X0\ \X2\C0ACC6B4B4DC\X0\ \X2\BAA8B4DC\X0\ \X2\C124C815\X0\.','ko-KR',$); +#4806= IFCRELASSOCIATESLIBRARY('0dl67Ojej0F8VaM6DAnNTP',$,$,$,(#167),#12287); +#12287= IFCLIBRARYREFERENCE($,$,'Asset Tax Type',$,'en',$); -#4807= IFCRELASSOCIATESLIBRARY('0WLMQS1kT5qPT5TmgbGshF',$,$,$,(#185),#12283); -#12283= IFCLIBRARYREFERENCE($,$,'Audio Mode',$,'en',$); +#4807= IFCRELASSOCIATESLIBRARY('2P6sNry8v2Yvj$acMtkYuG',$,$,$,(#167),#12288); +#12288= IFCLIBRARYREFERENCE($,$,'\X2\8CC775237A0E7A2E5225\X0\','\X2\7A0E306E5B9A7FA96E08307F7A2E52253002\X0\','ja-JP',$); -#4808= IFCRELASSOCIATESLIBRARY('1blm5zPJvEfvvgUwuNxsqo',$,$,$,(#185),#12284); -#12284= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30C730A330AA30E230FC30C9\X0\','\X2\30AA30FC30C730A330AA30B530A630F330C930E230FC30C9306E8A2D5B9A3002\X0\','ja-JP',$); +#4808= IFCRELASSOCIATESLIBRARY('2SjbqK8Oj1i8$1m7X1a7og',$,$,$,(#172),#12289); +#12289= IFCLIBRARYREFERENCE($,$,'Atex Verified',$,'en',$); -#4809= IFCRELASSOCIATESLIBRARY('3d00mzCfnFoPsBDeEsNJYv',$,$,$,(#185),#12285); -#12285= IFCLIBRARYREFERENCE($,$,'\X2\C624B514C624\X0\ \X2\BAA8B4DC\X0\','\X2\C624B514C624\X0\ \X2\C0ACC6B4B4DC\X0\ \X2\BAA8B4DC\X0\ \X2\C124C815\X0\.','ko-KR',$); +#4809= IFCRELASSOCIATESLIBRARY('25OoC$7FXAjRhJu59q80hx',$,$,$,(#172),#12290); +#12290= IFCLIBRARYREFERENCE($,$,'\X2\30A230C630C330AF30B98A8D8A3C\X0\','\X2\30C830EA30C330D788C57F6E304C\X0\EX-\X2\74B058833067906975283055308C308B304B30693046304B3002\X0\','ja-JP',$); -#4810= IFCRELASSOCIATESLIBRARY('0iHZqUuOf8tRTYWkTc$WAk',$,$,$,(#186),#12286); -#12286= IFCLIBRARYREFERENCE($,$,'Audio Volume',$,'en',$); +#4810= IFCRELASSOCIATESLIBRARY('2sxAJqMFD8_8z4Wgd0TxNO',$,$,$,(#172),#12291); +#12291= IFCLIBRARYREFERENCE($,$,'EX -\X2\D658ACBD\X0\ \X2\C778C99D\X0\','\X2\D2B8B9BD\X0\ \X2\C7A5CE58AC00\X0\ EX-\X2\D658ACBDC5D0\X0\ \X2\C801C6A9B418B294C9C0\X0\ \X2\C5ECBD80\X0\','ko-KR',$); -#4811= IFCRELASSOCIATESLIBRARY('2h4MGM9lj6PB9_0HcKaPmo',$,$,$,(#187),#12287); -#12287= IFCLIBRARYREFERENCE($,$,'Audio Volume',$,'en',$); +#4811= IFCRELASSOCIATESLIBRARY('1$V4YMnaX0Gh4BcVXE$Ihe',$,$,$,(#173),#12292); +#12292= IFCLIBRARYREFERENCE($,$,'Atmospheric Acidification',$,'en',$); -#4812= IFCRELASSOCIATESLIBRARY('0WKg5z3N5CuwVQWL2yuc5S',$,$,$,(#189),#12288); -#12288= IFCLIBRARYREFERENCE($,$,'Automatic Condensate Discharge',$,'en',$); +#4812= IFCRELASSOCIATESLIBRARY('1YjfdYu4r4tgXM8EyDqCEq',$,$,$,(#173),#12293); +#12293= IFCLIBRARYREFERENCE($,$,'AcidificationAtmospherique','Quantit\S\i de gaz responsables de l''acidification atmosph\S\irique exprim\S\ie en Kg d''\S\iquivalent SO2, selon les normes PrEN15804:2008 [NDT : ou NF P01-010]','fr-FR',$); -#4813= IFCRELASSOCIATESLIBRARY('16JtUXwn57zAyShNou0ZZ4',$,$,$,(#190),#12289); -#12289= IFCLIBRARYREFERENCE($,$,'Auxiliary Energy Consumption',$,'en',$); +#4813= IFCRELASSOCIATESLIBRARY('03JFEreVnDtgcwJiZ1Ho75',$,$,$,(#173),#12294); +#12294= IFCLIBRARYREFERENCE($,$,'\X2\59276C17306E917860275316\X0\','\X2\7B9751FA3055308C305F\X0\SO2\X2\30687B493057304459276C174E2D306E917860275316306E8CAC4EFB30928CA0304630AC30B9306E91CF3002\X0\','ja-JP',$); -#4814= IFCRELASSOCIATESLIBRARY('3IDkRp5Qv7AeGhDBVgJLAN',$,$,$,(#190),#12290); -#12290= IFCLIBRARYREFERENCE($,$,'ConsommationEnergieAuxiliaire','Consommation d''\S\inergie secondaire de la chaudi\S\hre(c''est-\S\`-dire l''\S\ilectricit\S\i consomm\S\ie pour les \S\iquipements \S\ilectriques tels que ventilateurs et circulateurs).','fr-FR',$); +#4814= IFCRELASSOCIATESLIBRARY('2TdQDQFcb9bR94O6QhS4zA',$,$,$,(#173),#12295); +#12295= IFCLIBRARYREFERENCE($,$,'\X2\B300AE30C0B0C131D654\X0\','SO2\X2\C5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\B300AE30\X0\ \X2\C0B0C131\X0\ \X2\D654C758\X0\ \X2\C6D0C778C774B418B294\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); -#4815= IFCRELASSOCIATESLIBRARY('30gJ26iCb5UB8x1DISzbh8',$,$,$,(#190),#12291); -#12291= IFCLIBRARYREFERENCE($,$,'\X2\88DC52A930A830CD30EB30AE6D888CBB91CF\X0\','\X2\30DC30A430E988DC52A930A830CD30EB30AE6D888CBB91CFFF083064307E308A30D530A130F3304A3088307330DD30F330D7306E30883046306A96FB6C1788C57F6E306B3088306330666D888CBB3055308C308B96FB6C17FF09\X0\','ja-JP',$); +#4815= IFCRELASSOCIATESLIBRARY('2s_CPmLEv21OD3DtuQKn76',$,$,$,(#174),#12296); +#12296= IFCLIBRARYREFERENCE($,$,'Atmospheric Acidification Per Unit',$,'en',$); -#4816= IFCRELASSOCIATESLIBRARY('09sitfikLDXBkX9EjH7n8K',$,$,$,(#191),#12292); -#12292= IFCLIBRARYREFERENCE($,$,'Auxiliary Energy Source Consumption',$,'en',$); +#4816= IFCRELASSOCIATESLIBRARY('0e6nMVMjvFBx3731BdQTtC',$,$,$,(#174),#12297); +#12297= IFCLIBRARYREFERENCE($,$,'AcidificationAtmospheriqueParUnite','Quantit\S\i de gaz responsables de l''acidification atmosph\S\irique exprim\S\ie en Kg d''\S\iquivalent SO2 [NDT : selon les normes PrEN15804:2008 et NF P01-010].','fr-FR',$); -#4817= IFCRELASSOCIATESLIBRARY('0v4$yAX519xe1GHBtUn33W',$,$,$,(#191),#12293); -#12293= IFCLIBRARYREFERENCE($,$,'\X2\88DC52A930A830CD30EB30AE30FC6E904F7F752891CF\X0\','\X2\88DC52A930A830CD30EB30AE30FC6E904F7F752891CF\X0\','ja-JP',$); +#4817= IFCRELASSOCIATESLIBRARY('3c12St7OTCneyk$nz_AXrv',$,$,$,(#174),#12298); +#12298= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A59276C17917860275316\X0\','SO2\X2\30678A087B973055308C308B59276C17306E917860275316306B5F7197FF3059308B30AC30B9306E91CF3002\X0\','ja-JP',$); -#4819= IFCRELASSOCIATESLIBRARY('34yG_EmK5CkfIyOEFJliLL',$,$,$,(#194),#12294); -#12294= IFCLIBRARYREFERENCE($,$,'Azimuth',$,'en',$); +#4818= IFCRELASSOCIATESLIBRARY('1z$teg2gX289RqTfcrAww5',$,$,$,(#174),#12299); +#12299= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\B300AE30\X0\ \X2\C0B0C131D654\X0\','SO2\X2\C5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\B300AE30\X0\ \X2\C0B0C131\X0\ \X2\D654C758\X0\ \X2\C6D0C778C774B418B294\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); -#4821= IFCRELASSOCIATESLIBRARY('2ekYTEau99ywlZGd6rbgf9',$,$,$,(#196),#12295); -#12295= IFCLIBRARYREFERENCE($,$,'Backflow Preventer Type',$,'en',$); +#4819= IFCRELASSOCIATESLIBRARY('08198OPN55oABDEFfFS2MY',$,$,$,(#175),#12300); +#12300= IFCLIBRARYREFERENCE($,$,'Atmospheric Pressure',$,'en',$); -#4823= IFCRELASSOCIATESLIBRARY('3bJTn2XNr7wOoPRDMz7tUr',$,$,$,(#197),#12296); -#12296= IFCLIBRARYREFERENCE($,$,'Back Inlet Pattern Type',$,'en',$); +#4820= IFCRELASSOCIATESLIBRARY('2RxLQ9bC1ETRuUQW7QBs7J',$,$,$,(#175),#12301); +#12301= IFCLIBRARYREFERENCE($,$,'\X2\59276C175727\X0\','\X2\546856F2306E59276C175727\X0\','ja-JP',$); -#4824= IFCRELASSOCIATESLIBRARY('1MKFjDPeDEDxHA3T0NCXoT',$,$,$,(#197),#12297); -#12297= IFCLIBRARYREFERENCE($,$,'\X2\80CC90E863A57D9A53E37A2E985E\X0\','\X2\6E9D963281ED5F01306E54386C1753E330D130BF30FC30F3309278BA8A8D30573066304F3060305530443002\X0\\X\0D\X\0A\X\0D\X\0A\X2\4E003064306E6E9D963281ED5F01306B\X0\0.1.2.3.4.\X2\306E54386C1753E363A57D9A53E3306830D130BF30FC30F3304C3042308B3068304D306F590953163059308B53EF80FD6027304C3042308A307E3059300288688A183055308C308B3068304D306F300163A57D9A53E3304C578276F430673042308B69D85B50304B3001963281ED5F01306E5E95FF085357FF09306B304A304B308C307E305930024F4D7F6E\X0\1\X2\306F5DE6\X0\(\X2\897F\X0\)\X2\306B30014F4D7F6E\X0\2\X2\306F4E0A65B9\X0\(\X2\5317\X0\)\X2\306B30014F4D7F6E\X0\3\X2\306F53F3\X0\(\X2\6771\X0\)\X2\306B30014F4D7F6E\X0\4\X2\306F4E0B65B9\X0\(\X2\5357FF09306B306A308A307E30593002\X0\','ja-JP',$); +#4821= IFCRELASSOCIATESLIBRARY('2wIv0SDj9BFBZf7Rb4JF7S',$,$,$,(#176),#12302); +#12302= IFCLIBRARYREFERENCE($,$,'Atmospheric Pressure',$,'en',$); -#4825= IFCRELASSOCIATESLIBRARY('2Ms4nz4jz5PQASJrorJwGF',$,$,$,(#198),#12298); -#12298= IFCLIBRARYREFERENCE($,$,'Back Inlet Pattern Type',$,'en',$); +#4822= IFCRELASSOCIATESLIBRARY('3EwUb5qAH1nwHZpIq7_DXu',$,$,$,(#176),#12303); +#12303= IFCLIBRARYREFERENCE($,$,'Pression atmosph\S\irique','Pression atmosph\S\irique ambiante','fr-FR',$); -#4827= IFCRELASSOCIATESLIBRARY('1KTzuwDSP9cwaCfdQF9_Dk',$,$,$,(#199),#12299); -#12299= IFCLIBRARYREFERENCE($,$,'Backup Supply System',$,'en',$); +#4823= IFCRELASSOCIATESLIBRARY('04FNrPbQj6wRjfRkDMSx1h',$,$,$,(#176),#12304); +#12304= IFCLIBRARYREFERENCE($,$,'\X2\59276C175727\X0\','\X2\546856F259276C175727\X0\','ja-JP',$); -#4828= IFCRELASSOCIATESLIBRARY('1eVHThVAH2BQhPrC8k6238',$,$,$,(#199),#12300); -#12300= IFCLIBRARYREFERENCE($,$,'\X2\96FB6E9030D030C330AF30A230C330D730B730B930C630E0\X0\','\X2\96FB6E9030D030C330AF30A230C330D730B730B930C630E0306E30BF30A430D73002\X0\','ja-JP',$); +#4824= IFCRELASSOCIATESLIBRARY('1CoIa9vIf9rAnlkKTuX7zg',$,$,$,(#177),#12305); +#12305= IFCLIBRARYREFERENCE($,$,'Atmospheric Pressure',$,'en',$); -#4829= IFCRELASSOCIATESLIBRARY('2QAh4Q5TfCuui6fmmpaDNT',$,$,$,(#199),#12301); -#12301= IFCLIBRARYREFERENCE($,$,'\X2\C804C6D0BC31C5C5\X0\ \X2\C2DCC2A4D15C\X0\','\X2\C804C6D0\X0\ \X2\BC31C5C5\X0\ \X2\C2DCC2A4D15C\X0\ \X2\C720D615\X0\','ko-KR',$); +#4825= IFCRELASSOCIATESLIBRARY('1GxIf4peTEMBWroq$akrS_',$,$,$,(#177),#12306); +#12306= IFCLIBRARYREFERENCE($,$,'Pression atmosph\S\irique','Pression atmosph\S\irique ambiante.','fr-FR',$); -#4831= IFCRELASSOCIATESLIBRARY('1rBQx59wL9RAP$j0ndcTHI',$,$,$,(#201),#12302); -#12302= IFCLIBRARYREFERENCE($,$,'Bar Allocation Type',$,'en',$); +#4826= IFCRELASSOCIATESLIBRARY('2kivTZ2kXCa8WDWOHvRzNA',$,$,$,(#178),#12307); +#12307= IFCLIBRARYREFERENCE($,$,'Atmospheric Pressure',$,'en',$); -#4832= IFCRELASSOCIATESLIBRARY('37c6EAh$b3VwOmvnFE1KqO',$,$,$,(#201),#12303); -#12303= IFCLIBRARYREFERENCE($,$,'\X2\914D7B4B30BF30A430D7\X0\','\X2\914D7B4B30BF30A430D7306E5B9A7FA93002\X0\','ja-JP',$); +#4827= IFCRELASSOCIATESLIBRARY('2bJP9BBd559e16cu_xyAyl',$,$,$,(#178),#12308); +#12308= IFCLIBRARYREFERENCE($,$,'\X2\6A196E9659276C175727FF0859166C175727FF09\X0\','\X2\6A196E9659276C175727\X0\(\X2\59166C175727FF09\X0\','ja-JP',$); -#4833= IFCRELASSOCIATESLIBRARY('3aFMOZ9Jj6nA6cURcz8_C9',$,$,$,(#202),#12304); -#12304= IFCLIBRARYREFERENCE($,$,'Bar Code',$,'en',$); +#4828= IFCRELASSOCIATESLIBRARY('3GkaclzGb7Oh9pOp6FJ8fz',$,$,$,(#179),#12309); +#12309= IFCLIBRARYREFERENCE($,$,'Atmospheric Pressure',$,'en',$); -#4834= IFCRELASSOCIATESLIBRARY('0CU0MgjW9Cu9ShZdo3NYex',$,$,$,(#203),#12305); -#12305= IFCLIBRARYREFERENCE($,$,'Base Chamfer',$,'en',$); +#4829= IFCRELASSOCIATESLIBRARY('1XoQX1JJTBdgvL23lJfm6_',$,$,$,(#179),#12310); +#12310= IFCLIBRARYREFERENCE($,$,'\X2\59276C175727\X0\','\X2\546856F2306E59276C175727\X0\','ja-JP',$); -#4835= IFCRELASSOCIATESLIBRARY('0iz6JcQ4nBNw17Rn3_7Bx9',$,$,$,(#204),#12306); -#12306= IFCLIBRARYREFERENCE($,$,'Base Material',$,'en',$); +#4830= IFCRELASSOCIATESLIBRARY('0PsWg2G2fAVRH7mxfodG00',$,$,$,(#181),#12311); +#12311= IFCLIBRARYREFERENCE($,$,'Audio Amplification',$,'en',$); -#4836= IFCRELASSOCIATESLIBRARY('39uboxkwv7YgdKQzmnZaxC',$,$,$,(#204),#12307); -#12307= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4831= IFCRELASSOCIATESLIBRARY('2t$i8dVVrAPfaA11nTHQx5',$,$,$,(#181),#12312); +#12312= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30C730A330AA30A230F330D7\X0\','\X2\518D751F54686CE265705E2F57DF3092793A30593002\X0\','ja-JP',$); -#4837= IFCRELASSOCIATESLIBRARY('0ccCWWkIPFYgrPGt6kRfgm',$,$,$,(#204),#12308); -#12308= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4832= IFCRELASSOCIATESLIBRARY('2J_ACN5Y96fvpKVIvoI6qd',$,$,$,(#181),#12313); +#12313= IFCLIBRARYREFERENCE($,$,'\X2\C624B514C624\X0\ \X2\C570D504\X0\','\X2\C7ACC0DD\X0\ \X2\C8FCD30CC218\X0\ \X2\B300C5EDC744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#4838= IFCRELASSOCIATESLIBRARY('0EcIavV756BggK2tpsJhjx',$,$,$,(#205),#12309); -#12309= IFCLIBRARYREFERENCE($,$,'Base Material',$,'en',$); +#4833= IFCRELASSOCIATESLIBRARY('0MfTBFKAbD$gFOCbwhkWOC',$,$,$,(#182),#12314); +#12314= IFCLIBRARYREFERENCE($,$,'Audio Amplification',$,'en',$); -#4839= IFCRELASSOCIATESLIBRARY('3Dw_eXoRn5yeVcOMDmI$9o',$,$,$,(#205),#12310); -#12310= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4834= IFCRELASSOCIATESLIBRARY('3GUvkBB651OhH0156niQBZ',$,$,$,(#182),#12315); +#12315= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30C730A330AA30A230F330D7\X0\','\X2\518D751F54686CE265705E2F57DF3092793A30593002\X0\','ja-JP',$); -#4840= IFCRELASSOCIATESLIBRARY('0kA39WGwH4MgJH1Cj6zWtJ',$,$,$,(#205),#12311); -#12311= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\200B200BC7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4835= IFCRELASSOCIATESLIBRARY('0qBhVS2QL5DvpP6t6wk7ll',$,$,$,(#182),#12316); +#12316= IFCLIBRARYREFERENCE($,$,'\X2\C624B514C624\X0\ \X2\C570D504\X0\','\X2\C7ACC0DD\X0\ \X2\C8FCD30CC218\X0\ \X2\B300C5EDC744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#4841= IFCRELASSOCIATESLIBRARY('2wHYQg4gz7vx1ni8UZGBB6',$,$,$,(#206),#12312); -#12312= IFCLIBRARYREFERENCE($,$,'Base Material',$,'en',$); +#4836= IFCRELASSOCIATESLIBRARY('1cJu5z12j1OxkDbsAtSCvG',$,$,$,(#183),#12317); +#12317= IFCLIBRARYREFERENCE($,$,'Audio Mode',$,'en',$); -#4842= IFCRELASSOCIATESLIBRARY('1Yy2LYE$L9s8t7XEppks1E',$,$,$,(#206),#12313); -#12313= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4837= IFCRELASSOCIATESLIBRARY('0GezB9FE59Zw$qwRF3JWaE',$,$,$,(#183),#12318); +#12318= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30C730A330AA30E230FC30C9\X0\','\X2\30AA30FC30C730A330AA30B530A630F330C930E230FC30C9306E8A2D5B9A3002\X0\','ja-JP',$); -#4843= IFCRELASSOCIATESLIBRARY('2c4GiSWvH2uAqnuZNw6tY9',$,$,$,(#206),#12314); -#12314= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4838= IFCRELASSOCIATESLIBRARY('1nKPt8IoDDjuohEIZL9qOl',$,$,$,(#183),#12319); +#12319= IFCLIBRARYREFERENCE($,$,'\X2\C624B514C624\X0\ \X2\BAA8B4DC\X0\','\X2\C624B514C624\X0\ \X2\C0ACC6B4B4DC\X0\ \X2\BAA8B4DC\X0\ \X2\C124C815\X0\.','ko-KR',$); -#4844= IFCRELASSOCIATESLIBRARY('0yR$s3wLLAMhz_vUWm3oz2',$,$,$,(#207),#12315); -#12315= IFCLIBRARYREFERENCE($,$,'Base Material',$,'en',$); +#4839= IFCRELASSOCIATESLIBRARY('0SxcdyHcD8FR4uVWXe4h$D',$,$,$,(#184),#12320); +#12320= IFCLIBRARYREFERENCE($,$,'Audio Mode',$,'en',$); -#4845= IFCRELASSOCIATESLIBRARY('2_7Pt4IbL149_y3k$$$0i7',$,$,$,(#207),#12316); -#12316= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4840= IFCRELASSOCIATESLIBRARY('2OdzMsEpzC6eaHyxfuJyyS',$,$,$,(#184),#12321); +#12321= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30C730A330AA30E230FC30C9\X0\','\X2\30AA30FC30C730A330AA30B530A630F330C930E230FC30C9306E8A2D5B9A3002\X0\','ja-JP',$); -#4846= IFCRELASSOCIATESLIBRARY('3JtD9w3792qvq1bLKLZgaG',$,$,$,(#207),#12317); -#12317= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4841= IFCRELASSOCIATESLIBRARY('3WmDIbcU91FfxYCzeSbIOU',$,$,$,(#184),#12322); +#12322= IFCLIBRARYREFERENCE($,$,'\X2\C624B514C624\X0\ \X2\BAA8B4DC\X0\','\X2\C624B514C624\X0\ \X2\C0ACC6B4B4DC\X0\ \X2\BAA8B4DC\X0\ \X2\C124C815\X0\.','ko-KR',$); -#4847= IFCRELASSOCIATESLIBRARY('2twfY99Nr7ZRg7VQAW2wxp',$,$,$,(#208),#12318); -#12318= IFCLIBRARYREFERENCE($,$,'Base Thickness',$,'en',$); +#4842= IFCRELASSOCIATESLIBRARY('3egQjdfZP6Yxm1VZjX$TLp',$,$,$,(#185),#12323); +#12323= IFCLIBRARYREFERENCE($,$,'Audio Mode',$,'en',$); -#4848= IFCRELASSOCIATESLIBRARY('38wzEICC52ZRryU1SuWBxi',$,$,$,(#208),#12319); -#12319= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4843= IFCRELASSOCIATESLIBRARY('303cw10_r4P8V1uEP8waUz',$,$,$,(#185),#12324); +#12324= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30C730A330AA30E230FC30C9\X0\','\X2\30AA30FC30C730A330AA30B530A630F330C930E230FC30C9306E8A2D5B9A3002\X0\','ja-JP',$); -#4849= IFCRELASSOCIATESLIBRARY('3IlEg70vH0qxpCfyxkiwa6',$,$,$,(#208),#12320); -#12320= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4844= IFCRELASSOCIATESLIBRARY('2BV4Hik5v5n9QDbzOMdEMh',$,$,$,(#185),#12325); +#12325= IFCLIBRARYREFERENCE($,$,'\X2\C624B514C624\X0\ \X2\BAA8B4DC\X0\','\X2\C624B514C624\X0\ \X2\C0ACC6B4B4DC\X0\ \X2\BAA8B4DC\X0\ \X2\C124C815\X0\.','ko-KR',$); -#4850= IFCRELASSOCIATESLIBRARY('3KzXMyGH5CDREZQNoVabAH',$,$,$,(#209),#12321); -#12321= IFCLIBRARYREFERENCE($,$,'Base Thickness',$,'en',$); +#4845= IFCRELASSOCIATESLIBRARY('2e3MqE8t95QOweKV6M2lhu',$,$,$,(#186),#12326); +#12326= IFCLIBRARYREFERENCE($,$,'Audio Volume',$,'en',$); -#4851= IFCRELASSOCIATESLIBRARY('3ssdV1Fxr4WeuWpnj$D1eM',$,$,$,(#209),#12322); -#12322= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4846= IFCRELASSOCIATESLIBRARY('1sz8vtZob8IQ$qBNSttM_L',$,$,$,(#187),#12327); +#12327= IFCLIBRARYREFERENCE($,$,'Audio Volume',$,'en',$); -#4852= IFCRELASSOCIATESLIBRARY('1gsEeGb7X4E9bQUD5UgDSb',$,$,$,(#209),#12323); -#12323= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4847= IFCRELASSOCIATESLIBRARY('0TehLViTf2xx__ij8vIZEH',$,$,$,(#189),#12328); +#12328= IFCLIBRARYREFERENCE($,$,'Automatic Condensate Discharge',$,'en',$); -#4853= IFCRELASSOCIATESLIBRARY('0lp4RCfOH6BxN7ICxBWlUw',$,$,$,(#210),#12324); -#12324= IFCLIBRARYREFERENCE($,$,'Base Thickness',$,'en',$); +#4848= IFCRELASSOCIATESLIBRARY('3EDhSty39CNuBf1JpK9lWC',$,$,$,(#190),#12329); +#12329= IFCLIBRARYREFERENCE($,$,'Auxiliary Energy Consumption',$,'en',$); -#4854= IFCRELASSOCIATESLIBRARY('3fIaSZ1VLFyhRjJrrBGQyU',$,$,$,(#210),#12325); -#12325= IFCLIBRARYREFERENCE($,$,'\X2\57FA90E8306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4849= IFCRELASSOCIATESLIBRARY('30yBLgQkb0oelLBHRkI_8a',$,$,$,(#190),#12330); +#12330= IFCLIBRARYREFERENCE($,$,'ConsommationEnergieAuxiliaire','Consommation d''\S\inergie secondaire de la chaudi\S\hre(c''est-\S\`-dire l''\S\ilectricit\S\i consomm\S\ie pour les \S\iquipements \S\ilectriques tels que ventilateurs et circulateurs).','fr-FR',$); -#4855= IFCRELASSOCIATESLIBRARY('1_z9jFZAHAVhArKZnRy$8d',$,$,$,(#210),#12326); -#12326= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4850= IFCRELASSOCIATESLIBRARY('3nubBArTz9exu48aN_L$OQ',$,$,$,(#190),#12331); +#12331= IFCLIBRARYREFERENCE($,$,'\X2\88DC52A930A830CD30EB30AE6D888CBB91CF\X0\','\X2\30DC30A430E988DC52A930A830CD30EB30AE6D888CBB91CFFF083064307E308A30D530A130F3304A3088307330DD30F330D7306E30883046306A96FB6C1788C57F6E306B3088306330666D888CBB3055308C308B96FB6C17FF09\X0\','ja-JP',$); -#4856= IFCRELASSOCIATESLIBRARY('3zD$NsNaL6xxt8KMv9Oxp0',$,$,$,(#211),#12327); -#12327= IFCLIBRARYREFERENCE($,$,'Base Thickness',$,'en',$); +#4851= IFCRELASSOCIATESLIBRARY('0IiY1ql2T1Xu8gMtNvubYC',$,$,$,(#191),#12332); +#12332= IFCLIBRARYREFERENCE($,$,'Auxiliary Energy Source Consumption',$,'en',$); -#4857= IFCRELASSOCIATESLIBRARY('0M_QMGKd51ZPySPyLWmPiq',$,$,$,(#211),#12328); -#12328= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4852= IFCRELASSOCIATESLIBRARY('1j4ZV4hbnBhwXmP9KimzgX',$,$,$,(#191),#12333); +#12333= IFCLIBRARYREFERENCE($,$,'\X2\88DC52A930A830CD30EB30AE30FC6E904F7F752891CF\X0\','\X2\88DC52A930A830CD30EB30AE30FC6E904F7F752891CF\X0\','ja-JP',$); -#4858= IFCRELASSOCIATESLIBRARY('2t5Jhq3WfAWPDYNfu$wCRx',$,$,$,(#211),#12329); -#12329= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4854= IFCRELASSOCIATESLIBRARY('32GQSdmm94SeFgvx6KqB22',$,$,$,(#194),#12334); +#12334= IFCLIBRARYREFERENCE($,$,'Azimuth',$,'en',$); -#4859= IFCRELASSOCIATESLIBRARY('3AWb_lJIrCzO$gBM2fF6qj',$,$,$,(#212),#12330); -#12330= IFCLIBRARYREFERENCE($,$,'Base Thickness',$,'en',$); +#4856= IFCRELASSOCIATESLIBRARY('0tOKFtKmb4h8n7paEOtRbn',$,$,$,(#196),#12335); +#12335= IFCLIBRARYREFERENCE($,$,'Backflow Preventer Type',$,'en',$); -#4860= IFCRELASSOCIATESLIBRARY('2cg3V6lnD458TS4JoUh921',$,$,$,(#212),#12331); -#12331= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#4858= IFCRELASSOCIATESLIBRARY('0Qbc_VLN1CSA6llMieeHpI',$,$,$,(#197),#12336); +#12336= IFCLIBRARYREFERENCE($,$,'Back Inlet Pattern Type',$,'en',$); -#4861= IFCRELASSOCIATESLIBRARY('3zdIevuUD5eQO4CzmPHO$0',$,$,$,(#212),#12332); -#12332= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#4859= IFCRELASSOCIATESLIBRARY('2$Pv0fCTT4HgYWLc1rvA4r',$,$,$,(#197),#12337); +#12337= IFCLIBRARYREFERENCE($,$,'\X2\80CC90E863A57D9A53E37A2E985E\X0\','\X2\6E9D963281ED5F01306E54386C1753E330D130BF30FC30F3309278BA8A8D30573066304F3060305530443002\X0\\X\0D\X\0A\X\0D\X\0A\X2\4E003064306E6E9D963281ED5F01306B\X0\0.1.2.3.4.\X2\306E54386C1753E363A57D9A53E3306830D130BF30FC30F3304C3042308B3068304D306F590953163059308B53EF80FD6027304C3042308A307E3059300288688A183055308C308B3068304D306F300163A57D9A53E3304C578276F430673042308B69D85B50304B3001963281ED5F01306E5E95FF085357FF09306B304A304B308C307E305930024F4D7F6E\X0\1\X2\306F5DE6\X0\(\X2\897F\X0\)\X2\306B30014F4D7F6E\X0\2\X2\306F4E0A65B9\X0\(\X2\5317\X0\)\X2\306B30014F4D7F6E\X0\3\X2\306F53F3\X0\(\X2\6771\X0\)\X2\306B30014F4D7F6E\X0\4\X2\306F4E0B65B9\X0\(\X2\5357FF09306B306A308A307E30593002\X0\','ja-JP',$); -#4863= IFCRELASSOCIATESLIBRARY('0_bSORrcv7m8SXKZTcaMaJ',$,$,$,(#213),#12333); -#12333= IFCLIBRARYREFERENCE($,$,'Base Type',$,'en',$); +#4860= IFCRELASSOCIATESLIBRARY('3DthA9w198Dvcua0ioxl5B',$,$,$,(#198),#12338); +#12338= IFCLIBRARYREFERENCE($,$,'Back Inlet Pattern Type',$,'en',$); -#4864= IFCRELASSOCIATESLIBRARY('2J3Jux9y9EHhXYfw$Na6Lr',$,$,$,(#213),#12334); -#12334= IFCLIBRARYREFERENCE($,$,'\X2\57FA790E30BF30A430D7\X0\','\X2\30DD30F330D757FA790E306E4E00822C7684306A578B30925B9A7FA93059308B\X0\(\X2\30D530EC30FC30E03001\X0\(\X2\30B330F330AF30EA\X0\)\X2\57FA790E3001306A30573001305D306E4ED6\X0\)','ja-JP',$); +#4862= IFCRELASSOCIATESLIBRARY('0U5BgaZdH6bfAbkc5ntuLQ',$,$,$,(#199),#12339); +#12339= IFCLIBRARYREFERENCE($,$,'Backup Supply System',$,'en',$); -#4865= IFCRELASSOCIATESLIBRARY('3oQHpMmsrDqP_g89sL7uh8',$,$,$,(#214),#12335); -#12335= IFCLIBRARYREFERENCE($,$,'Basin Reserve Volume',$,'en',$); +#4863= IFCRELASSOCIATESLIBRARY('0iGvU4cWTE6Qa5UnG0D5iw',$,$,$,(#199),#12340); +#12340= IFCLIBRARYREFERENCE($,$,'\X2\96FB6E9030D030C330AF30A230C330D730B730B930C630E0\X0\','\X2\96FB6E9030D030C330AF30A230C330D730B730B930C630E0306E30BF30A430D73002\X0\','ja-JP',$); -#4866= IFCRELASSOCIATESLIBRARY('003aV0n5b4q80dvVMDticO',$,$,$,(#215),#12336); -#12336= IFCLIBRARYREFERENCE($,$,'Batch Reference',$,'en',$); +#4864= IFCRELASSOCIATESLIBRARY('2wa7Oiv31Bz8h_1dyxSaIq',$,$,$,(#199),#12341); +#12341= IFCLIBRARYREFERENCE($,$,'\X2\C804C6D0BC31C5C5\X0\ \X2\C2DCC2A4D15C\X0\','\X2\C804C6D0\X0\ \X2\BC31C5C5\X0\ \X2\C2DCC2A4D15C\X0\ \X2\C720D615\X0\','ko-KR',$); -#4868= IFCRELASSOCIATESLIBRARY('0gmq3QEtb7RQudwyu_QDLe',$,$,$,(#216),#12337); -#12337= IFCLIBRARYREFERENCE($,$,'Bath Type',$,'en',$); +#4866= IFCRELASSOCIATESLIBRARY('0JK4b64SL8nvAcDvPduMMt',$,$,$,(#201),#12342); +#12342= IFCLIBRARYREFERENCE($,$,'Bar Allocation Type',$,'en',$); -#4869= IFCRELASSOCIATESLIBRARY('0hP1hFLOf01eNv9AhpXq90',$,$,$,(#216),#12338); -#12338= IFCLIBRARYREFERENCE($,$,'\X2\30D030B930BF30A430D7\X0\','\X2\521763193059308B30D730ED30D130C630A3306F300130D730ED30D130C630A330BB30C330C85185306763075B9A3059308B30533068304C3067304D308B30D030B9306E7A2E985E306E5B9A7FA9FF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\5BB65EAD7528FF1A51688EAB30927C215358306B6D786F2C3059308B30533068304C3067304D308B4E005EA6306B\X0\1\X2\4EBA306E4EBA9593304C5165308B30D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5BB65EAD7528\X0\Corner\X2\FF1A6D786F2C30C830E930D5304C50BE3044306630443066300151688EAB30927C215358306B6D786F2C3059308B30533068304C3067304D308B4E005EA6306B\X0\1\X2\4EBA306E4EBA9593304C5165308B30D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30D530C330C830D030B9FF1A8DB330926D1730466D45304430D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30B830E330B030B830FCFF1A89076570306E4EBA306E305F3081306E6E26306E30D030B9\X0\\X\0D\X\0A\X\0D\X\0A\X2\30D730E930F330B830D030B9FF1A901A5E38306F51688EAB30927C215358306B6D786F2C3059308B30533068304C3067304D307E308B4E005EA6306B89076570306E4EBA306E5165308B30D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5EA730D030B9FF1A6C346D74309269055B50306E30883046306B5EA730633066884C304630D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CBB764230D030B9FF1A6C346D7430BB30E930D430FC306E76EE7684306B4F7F75283055308C308B30D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6E2630D030B9FF1A30DD30F330D7306B3088308B6C34306E5FAA74B0308430016C3430847A7A6C17306E8A985F15306B3088308A6C343092652A62CC3059308B7D7154083055308C305F88C57F6E306830573066306E30D030B93002\X0\','ja-JP',$); +#4867= IFCRELASSOCIATESLIBRARY('31Br6GF4fEiAxy7p_rBVln',$,$,$,(#201),#12343); +#12343= IFCLIBRARYREFERENCE($,$,'\X2\914D7B4B30BF30A430D7\X0\','\X2\914D7B4B30BF30A430D7306E5B9A7FA93002\X0\','ja-JP',$); -#4870= IFCRELASSOCIATESLIBRARY('2yrLIeQ4jCUBxPLlCf6GW2',$,$,$,(#217),#12339); -#12339= IFCLIBRARYREFERENCE($,$,'Batter At End',$,'en',$); +#4868= IFCRELASSOCIATESLIBRARY('0eN5UDkan1JAJpQvD9hJ3$',$,$,$,(#202),#12344); +#12344= IFCLIBRARYREFERENCE($,$,'Bar Code',$,'en',$); -#4871= IFCRELASSOCIATESLIBRARY('382vv56J915w3Z90ZLb9_i',$,$,$,(#218),#12340); -#12340= IFCLIBRARYREFERENCE($,$,'Batter At Start',$,'en',$); +#4869= IFCRELASSOCIATESLIBRARY('3QzjjmjeT4k83u7iYjADqy',$,$,$,(#203),#12345); +#12345= IFCLIBRARYREFERENCE($,$,'Base Chamfer',$,'en',$); -#4873= IFCRELASSOCIATESLIBRARY('0XeNSkKfTCCPwd92gXEtvt',$,$,$,(#220),#12341); -#12341= IFCLIBRARYREFERENCE($,$,'Beam Cooling Capacity',$,'en',$); +#4870= IFCRELASSOCIATESLIBRARY('3i$QnRQdHAkfBM7oQKb$Mx',$,$,$,(#204),#12346); +#12346= IFCLIBRARYREFERENCE($,$,'Base Material',$,'en',$); -#4874= IFCRELASSOCIATESLIBRARY('1JYc$HeWn0uv3NCXR4qmM6',$,$,$,(#221),#12342); -#12342= IFCLIBRARYREFERENCE($,$,'Beam Heating Capacity',$,'en',$); +#4871= IFCRELASSOCIATESLIBRARY('3tRyxzGSbBGxTu2Ix7XWq0',$,$,$,(#204),#12347); +#12347= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4875= IFCRELASSOCIATESLIBRARY('2nSSGZmMfCruDQvqOaWM6M',$,$,$,(#225),#12343); -#12343= IFCLIBRARYREFERENCE($,$,'Bend Angle',$,'en',$); +#4872= IFCRELASSOCIATESLIBRARY('0a5yxhinzC0w_h3wokmCF5',$,$,$,(#204),#12348); +#12348= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4876= IFCRELASSOCIATESLIBRARY('2v3Kmg9852cwhEr_UN3kwQ',$,$,$,(#225),#12344); -#12344= IFCLIBRARYREFERENCE($,$,'\X2\66F2304C308A89D25EA6\X0\','\X2\6D41308C306E65B95411309259093048308B\X0\','ja-JP',$); +#4873= IFCRELASSOCIATESLIBRARY('00tVI_1yb9zwUDQ9TkS6CM',$,$,$,(#205),#12349); +#12349= IFCLIBRARYREFERENCE($,$,'Base Material',$,'en',$); -#4877= IFCRELASSOCIATESLIBRARY('2R1EY4fRH1sh5IcuiPZU$G',$,$,$,(#232),#12345); -#12345= IFCLIBRARYREFERENCE($,$,'Bend Radius',$,'en',$); +#4874= IFCRELASSOCIATESLIBRARY('3St54p2YbFvhqKcLg1MAPn',$,$,$,(#205),#12350); +#12350= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4878= IFCRELASSOCIATESLIBRARY('2XMXyMrSb2owzdlEl0I3kV',$,$,$,(#232),#12346); -#12346= IFCLIBRARYREFERENCE($,$,'\X2\66F27387534A5F84\X0\','\X2\51865F27306E66F27387534A5F84FF1F\X0\','ja-JP',$); +#4875= IFCRELASSOCIATESLIBRARY('3fha0t0x110Rbf0ffA6fRw',$,$,$,(#205),#12351); +#12351= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\200B200BC7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4882= IFCRELASSOCIATESLIBRARY('24wXNM82HCTgYNhW37FFnF',$,$,$,(#241),#12347); -#12347= IFCLIBRARYREFERENCE($,$,'Blade Action',$,'en',$); +#4876= IFCRELASSOCIATESLIBRARY('024Gm3wrHAggOMiDEY2hz4',$,$,$,(#206),#12352); +#12352= IFCLIBRARYREFERENCE($,$,'Base Material',$,'en',$); -#4884= IFCRELASSOCIATESLIBRARY('3tdS8DE_LDte9U0mmm15vj',$,$,$,(#242),#12348); -#12348= IFCLIBRARYREFERENCE($,$,'Blade Edge',$,'en',$); +#4877= IFCRELASSOCIATESLIBRARY('1q6dwh0cz6yAyX3QPKSYcA',$,$,$,(#206),#12353); +#12353= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4885= IFCRELASSOCIATESLIBRARY('1NjCcPLnr5tvdppnqkbD5R',$,$,$,(#243),#12349); -#12349= IFCLIBRARYREFERENCE($,$,'Blade Position Angle',$,'en',$); +#4878= IFCRELASSOCIATESLIBRARY('2Z8qY$gEn8AOqTzDhuLxqL',$,$,$,(#206),#12354); +#12354= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4887= IFCRELASSOCIATESLIBRARY('3UHY0IKdr3g9Bw_UqPE1nh',$,$,$,(#245),#12350); -#12350= IFCLIBRARYREFERENCE($,$,'Blade Shape',$,'en',$); +#4879= IFCRELASSOCIATESLIBRARY('0vCs6$61119eLfhv_2T5UK',$,$,$,(#207),#12355); +#12355= IFCLIBRARYREFERENCE($,$,'Base Material',$,'en',$); -#4889= IFCRELASSOCIATESLIBRARY('2CA5GcKNTALg7Uc8dz8RWJ',$,$,$,(#247),#12351); -#12351= IFCLIBRARYREFERENCE($,$,'Blade Thickness',$,'en',$); +#4880= IFCRELASSOCIATESLIBRARY('3f1N5vzC98IBYFD2hdRagc',$,$,$,(#207),#12356); +#12356= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4890= IFCRELASSOCIATESLIBRARY('3mUNV_apb8hRKCyVmC91q8',$,$,$,(#248),#12352); -#12352= IFCLIBRARYREFERENCE($,$,'Body Color',$,'en',$); +#4881= IFCRELASSOCIATESLIBRARY('0NtXdMTc95axcpSmGpULGd',$,$,$,(#207),#12357); +#12357= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4891= IFCRELASSOCIATESLIBRARY('2I5BAfgcL9dfEIxUFIVL_Y',$,$,$,(#248),#12353); -#12353= IFCLIBRARYREFERENCE($,$,'\X2\672C4F538272\X0\','\X2\6D88706B6813672C4F53306E82723002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A72795B9A306E72B66CC130676D88706B681330DC30C730A3306B6C4230813089308C308B573057DF6D889632898F52476CD55B9A8272306B3088308B3002\X0\','ja-JP',$); +#4882= IFCRELASSOCIATESLIBRARY('1Fb7CgPmn9vw7BqxDxOUGh',$,$,$,(#208),#12358); +#12358= IFCLIBRARYREFERENCE($,$,'Base Thickness',$,'en',$); -#4892= IFCRELASSOCIATESLIBRARY('35UkvDbEL3HgN3jGdn4Lh4',$,$,$,(#249),#12354); -#12354= IFCLIBRARYREFERENCE($,$,'Body Mass',$,'en',$); +#4883= IFCRELASSOCIATESLIBRARY('1IYsXMDVX8_Ax1eJ69UP8S',$,$,$,(#208),#12359); +#12359= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4893= IFCRELASSOCIATESLIBRARY('0tmf2S9X98OxUXOyaxYRtI',$,$,$,(#249),#12355); -#12355= IFCLIBRARYREFERENCE($,$,'\X2\672C4F5391CD91CF\X0\','\X2\30D230FC30BF30FC306E51684F537684306A8CEA91CF\X0\','ja-JP',$); +#4884= IFCRELASSOCIATESLIBRARY('11a00PI8LFeuYMY$0ikD92',$,$,$,(#208),#12360); +#12360= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4894= IFCRELASSOCIATESLIBRARY('3w7d3r7FH3oRJfe_3v$Tvd',$,$,$,(#250),#12356); -#12356= IFCLIBRARYREFERENCE($,$,'Boiling Point',$,'en',$); +#4885= IFCRELASSOCIATESLIBRARY('0qB02s7Av32Pp55fze0TwW',$,$,$,(#209),#12361); +#12361= IFCLIBRARYREFERENCE($,$,'Base Thickness',$,'en',$); -#4895= IFCRELASSOCIATESLIBRARY('28NBlpmpz4qehTLXxu4utJ',$,$,$,(#251),#12357); -#12357= IFCLIBRARYREFERENCE($,$,'Bolthole Pitch',$,'en',$); +#4886= IFCRELASSOCIATESLIBRARY('3rmhY5bGz53AG6ZFyUOTzu',$,$,$,(#209),#12362); +#12362= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4896= IFCRELASSOCIATESLIBRARY('3Ng6l5KcP17wYUinJnwgRG',$,$,$,(#251),#12358); -#12358= IFCLIBRARYREFERENCE($,$,'\X2\30DC30EB30C87A7430D430C330C1\X0\','\X2\30DC30EB30C87A74304C3042308B5186306E76F45F84\X0\','ja-JP',$); +#4887= IFCRELASSOCIATESLIBRARY('3MmiW8k$vBPx7Fl2_qr$BV',$,$,$,(#209),#12363); +#12363= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4897= IFCRELASSOCIATESLIBRARY('3RbImYk0fEpxWJV4Z8yYup',$,$,$,(#252),#12359); -#12359= IFCLIBRARYREFERENCE($,$,'Bolt Size',$,'en',$); +#4888= IFCRELASSOCIATESLIBRARY('3IPGpV45rFGORmi5UW5OZ7',$,$,$,(#210),#12364); +#12364= IFCLIBRARYREFERENCE($,$,'Base Thickness',$,'en',$); -#4898= IFCRELASSOCIATESLIBRARY('0tL0Xdhz97nfY4$1skkmuj',$,$,$,(#252),#12360); -#12360= IFCLIBRARYREFERENCE($,$,'\X2\30DC30EB30C8306E5927304D3055\X0\','\X2\30D530E930F330B830927DE03081308B30DC30EB30C8306E5927304D3055\X0\','ja-JP',$); +#4889= IFCRELASSOCIATESLIBRARY('0XDPmofIr5l9wHvsJPZDN6',$,$,$,(#210),#12365); +#12365= IFCLIBRARYREFERENCE($,$,'\X2\57FA90E8306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4900= IFCRELASSOCIATESLIBRARY('1jlQcy5kPAyxTXJjqeOhUT',$,$,$,(#260),#12361); -#12361= IFCLIBRARYREFERENCE($,$,'Bore Size',$,'en',$); +#4890= IFCRELASSOCIATESLIBRARY('3S$0Uly_T5uBHAbqpTHSbf',$,$,$,(#210),#12366); +#12366= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4901= IFCRELASSOCIATESLIBRARY('00DaCP2FPF5g$1$FD$OU7$',$,$,$,(#260),#12362); -#12362= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B8306E51855F84306E30B530A430BA\X0\','\X2\30D530E930F330B8306E547C30735F84\X0\','ja-JP',$); +#4891= IFCRELASSOCIATESLIBRARY('1iqfkO4BnFJf7PvDO6fSWC',$,$,$,(#211),#12367); +#12367= IFCLIBRARYREFERENCE($,$,'Base Thickness',$,'en',$); -#4902= IFCRELASSOCIATESLIBRARY('3j7uWCMfP9Af29zB0vXBpR',$,$,$,(#262),#12363); -#12363= IFCLIBRARYREFERENCE($,$,'Bottom Cover',$,'en',$); +#4892= IFCRELASSOCIATESLIBRARY('2We_thil5EL8pHqszZtYy0',$,$,$,(#211),#12368); +#12368= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4903= IFCRELASSOCIATESLIBRARY('0QrqNVzd96peB84WNrO0hq',$,$,$,(#266),#12364); -#12364= IFCLIBRARYREFERENCE($,$,'Boundary Area Heat Loss',$,'en',$); +#4893= IFCRELASSOCIATESLIBRARY('0u2Hx5aJ93DACza45wsXMV',$,$,$,(#211),#12369); +#12369= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4904= IFCRELASSOCIATESLIBRARY('1r1BlkAIL5DQ0HpQEZbnGu',$,$,$,(#266),#12365); -#12365= IFCLIBRARYREFERENCE($,$,'\X2\54688FBA95A290238A2D5099306E71B130ED30B9\X0\','\X2\53584F4D97627A4D3042308A305F54688FBA95A290238A2D5099306E71B130ED30B930027A7A8ABF8CA083778A087B9750244EE55916306E8A2D8A088A2D5B9A50243002\X0\','ja-JP',$); +#4894= IFCRELASSOCIATESLIBRARY('2BipkPCb1EkQIsD4rv4CLb',$,$,$,(#212),#12370); +#12370= IFCLIBRARYREFERENCE($,$,'Base Thickness',$,'en',$); -#4905= IFCRELASSOCIATESLIBRARY('3v2zULZRDDqgyWPtl8xveW',$,$,$,(#266),#12366); -#12366= IFCLIBRARYREFERENCE($,$,'\X2\C8FCBCC0\X0\ \X2\AD00B828\X0\ \X2\C124BE44C758\X0\ \X2\C5F4\X0\ \X2\C190C2E4\X0\','\X2\B2E8C704\X0\ \X2\BA74C801C774\X0\ \X2\C8FCBCC0\X0\ \X2\AD00B828\X0\ \X2\C124BE44C758\X0\ \X2\C5F4\X0\ \X2\C190C2E4\X0\. \X2\ACF5C870\X0\ \X2\BD80D558\X0\ \X2\ACC4C0B0\X0\ \X2\C774C678C758\X0\ \X2\B514C790C778\X0\ \X2\C124C815\X0\.','ko-KR',$); +#4895= IFCRELASSOCIATESLIBRARY('3yr95ZSy1EO9T2hmZ7rrRW',$,$,$,(#212),#12371); +#12371= IFCLIBRARYREFERENCE($,$,'\X2\5E8A306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B95E8A9762306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E5E8A306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#4907= IFCRELASSOCIATESLIBRARY('3gx4jO$CD81vVdQ$xKWhpz',$,$,$,(#270),#12367); -#12367= IFCLIBRARYREFERENCE($,$,'Breaker Unit Curve',$,'en',$); +#4896= IFCRELASSOCIATESLIBRARY('0h4NC9xn11$BeJnNdSkVCF',$,$,$,(#212),#12372); +#12372= IFCLIBRARYREFERENCE($,$,'\X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC14B2E5C758\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BC14B2E5C740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#4908= IFCRELASSOCIATESLIBRARY('2eOHXwa096feWWo026zSdB',$,$,$,(#270),#12368); -#12368= IFCLIBRARYREFERENCE($,$,'\X2\906E65AD6A5F66F27DDA\X0\','\X2\906975283055308C305F96FB6D413068901A904E3059308B906E65AD6A5F306E30A830CD30EB30AE30FC3092793A3057305F66F27DDA\X0\\X\0D\X\0A \X2\FF08\X0\1\X2\FF095B9A7FA95024FF1A\X0\ProspectiveCurrent\X2\FF0856FA670996FB6D41FF09FF1A\X0\\X\0D\X\0A \X2\96FB6D41\X0\/I2t\X2\3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C8306796FB6D41\X0\[A]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X\0D\X\0A \X2\FF08\X0\2\X2\FF095B9A7FA95024FF1A\X0\LetThroughEnergy\X2\FF1A\X0\\X\0D\X\0A \X2\96FB6D41\X0\/I2t\X2\3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C83067901A904E30A830CD30EB30AE30FC96FB6D41\X0\[[A2s]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\','ja-JP',$); +#4898= IFCRELASSOCIATESLIBRARY('1eZ0LUWjP95OOP$Pxg9K_Y',$,$,$,(#213),#12373); +#12373= IFCLIBRARYREFERENCE($,$,'Base Type',$,'en',$); -#4909= IFCRELASSOCIATESLIBRARY('1gOYDpytfEp8zLPKkfvK8h',$,$,$,(#270),#12369); -#12369= IFCLIBRARYREFERENCE($,$,'\X2\CC28B2E8AE30\X0\ \X2\ACE1C120\X0\','\X2\C801C6A9B41C\X0\ \X2\C804B958\X0\ \X2\D1B5ACFC\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B8\X0\ \X2\ACE1C120\X0\ (1) \X2\C815C758\X0\ \X2\AC12\X0\ : ProspectiveCurrent (\X2\ACE0C720\X0\ \X2\C804B958\X0\) : \X2\C804B958\X0\ / I2t\X2\C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\. (2) \X2\C815C758\X0\ \X2\AC12\X0\ : LetThroughEnergy : \X2\C804B958\X0\ / I2t\X2\C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\D1B5ACFC\X0\ \X2\C5D0B108C9C0\X0\ \X2\C804B958\X0\ [A2s\X2\C744\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); +#4899= IFCRELASSOCIATESLIBRARY('2xGgzDMRj3LOrMWEgcSyVD',$,$,$,(#213),#12374); +#12374= IFCLIBRARYREFERENCE($,$,'\X2\57FA790E30BF30A430D7\X0\','\X2\30DD30F330D757FA790E306E4E00822C7684306A578B30925B9A7FA93059308B\X0\(\X2\30D530EC30FC30E03001\X0\(\X2\30B330F330AF30EA\X0\)\X2\57FA790E3001306A30573001305D306E4ED6\X0\)','ja-JP',$); -#4910= IFCRELASSOCIATESLIBRARY('2TOg3Tah5BUgkTCByGiyIR',$,$,$,(#271),#12370); -#12370= IFCLIBRARYREFERENCE($,$,'Breaker Unit Fuse Breakinging Curve',$,'en',$); +#4900= IFCRELASSOCIATESLIBRARY('12zWTg_cHBefkFP_7pYXb5',$,$,$,(#214),#12375); +#12375= IFCLIBRARYREFERENCE($,$,'Basin Reserve Volume',$,'en',$); -#4911= IFCRELASSOCIATESLIBRARY('3mFigbjQfBtAe8zguapiEJ',$,$,$,(#271),#12371); -#12371= IFCLIBRARYREFERENCE($,$,'\X2\30D530E530FC30BA906E65AD6A5F878D89E366F27DDA\X0\','\X2\60F35B9A5916306E96FB6D41304C6D41308C305F6642306B906E65AD6A5F306E30D530E530FC30BA30926EB6304B3059305F3081306B5FC58981306A30A830CD30EB30AE30FC30928868305966F27DDA3002\X0\\X\0D\X\0A \X2\60F35B9A5916306E96FB6D41304C6D41308C305F6642306B906E65AD6A5F306E30D530E530FC30BA30926EB6304B3059305F3081306B5FC58981306A30A830CD30EB30AE30FC30928868305966F27DDA3002\X0\\X\0D\X\0A\X\0D\X\0A \X2\FF08\X0\1\X2\FF095B9A7FA95024FF1A878D89E396FB6D41FF1A96FB6D41\X0\/ \X2\878D89E330A830CD30EB30AE30FC3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C8306796FB6D41\X0\[A]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\\X\0D\X\0A \X2\FF08\X0\2\X2\FF095B9A7FA95024FF1A878D89E330A830CD30EB30AE30FCFF1A\X0\/\X2\96FB6D41\X0\/\X2\878D89E330A830CD30EB30AE30FC306E4F4D7F6E\X0\[A2s]\X2\3067793A3055308C308B\X0\2\X2\FF5E\X0\16\X2\306E60F35B9A3055308C308B30D530E530FC30BA304C6EB689E359CB3081308B96FB6D41\X0\[A2s]\X2\30925B9A7FA93057307E3059300230AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\','ja-JP',$); +#4901= IFCRELASSOCIATESLIBRARY('08zXtaAbzAmOlmKmZ_mFJO',$,$,$,(#215),#12376); +#12376= IFCLIBRARYREFERENCE($,$,'Batch Reference',$,'en',$); -#4912= IFCRELASSOCIATESLIBRARY('0xz6RAitH75f7G8hBfj_A5',$,$,$,(#271),#12372); -#12372= IFCLIBRARYREFERENCE($,$,'\X2\D4E8C988\X0\ \X2\CC28B2E8AE30\X0\ \X2\C735D574\X0\ \X2\ACE1C120\X0\','\X2\C608C0C1CE58\X0\ \X2\BABBD55C\X0\ \X2\C804B958AC00\X0\ \X2\D750B97C\X0\ \X2\B54C\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\D4E8C988B97C\X0\ \X2\B179C774B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\ACE1C120\X0\. \X2\C608C0C1C678C758\X0\ \X2\C804B958AC00\X0\ \X2\D758B800C744\X0\ \X2\B54CC5D0\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\D4E8C988B97C\X0\ \X2\B179C774B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\ACE1C120\X0\. (1) \X2\C815C758\X0\ \X2\AC12\X0\ : \X2\C735D574\X0\ \X2\C804B958\X0\ : \X2\C804B958\X0\ / \X2\C735D574\X0\ \X2\C5D0B108C9C0C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\. (2) \X2\C815C758\X0\ \X2\AC12\X0\ : \X2\C735D574\X0\ \X2\C5D0B108C9C0\X0\ :/ \X2\C804B958\X0\ / \X2\C735D574\X0\ \X2\C5D0B108C9C0C758\X0\ \X2\C704CE58\X0\ [A2s\X2\C5D0C11C\X0\ \X2\B098D0C0B098B294\X0\ 2 \X\7E 16 \X2\C608C0C1B418B294\X0\ \X2\D4E8C988AC00\X0\ \X2\C6A9D574\X0\ \X2\C2DCC791\X0\ \X2\C804B958\X0\ [A2s\X2\C744\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); +#4903= IFCRELASSOCIATESLIBRARY('2HP1ug7nT1OPXRyBzuo3ii',$,$,$,(#216),#12377); +#12377= IFCLIBRARYREFERENCE($,$,'Bath Type',$,'en',$); -#4913= IFCRELASSOCIATESLIBRARY('3tYSZawiH29Qnx17$J9tG$',$,$,$,(#272),#12373); -#12373= IFCLIBRARYREFERENCE($,$,'Breaker Unit Fuse Melting Curve',$,'en',$); +#4904= IFCRELASSOCIATESLIBRARY('3ZiXXumBP0OxQ4dJaj1P93',$,$,$,(#216),#12378); +#12378= IFCLIBRARYREFERENCE($,$,'\X2\30D030B930BF30A430D7\X0\','\X2\521763193059308B30D730ED30D130C630A3306F300130D730ED30D130C630A330BB30C330C85185306763075B9A3059308B30533068304C3067304D308B30D030B9306E7A2E985E306E5B9A7FA9FF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\5BB65EAD7528FF1A51688EAB30927C215358306B6D786F2C3059308B30533068304C3067304D308B4E005EA6306B\X0\1\X2\4EBA306E4EBA9593304C5165308B30D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5BB65EAD7528\X0\Corner\X2\FF1A6D786F2C30C830E930D5304C50BE3044306630443066300151688EAB30927C215358306B6D786F2C3059308B30533068304C3067304D308B4E005EA6306B\X0\1\X2\4EBA306E4EBA9593304C5165308B30D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30D530C330C830D030B9FF1A8DB330926D1730466D45304430D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30B830E330B030B830FCFF1A89076570306E4EBA306E305F3081306E6E26306E30D030B9\X0\\X\0D\X\0A\X\0D\X\0A\X2\30D730E930F330B830D030B9FF1A901A5E38306F51688EAB30927C215358306B6D786F2C3059308B30533068304C3067304D307E308B4E005EA6306B89076570306E4EBA306E5165308B30D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5EA730D030B9FF1A6C346D74309269055B50306E30883046306B5EA730633066884C304630D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CBB764230D030B9FF1A6C346D7430BB30E930D430FC306E76EE7684306B4F7F75283055308C308B30D030B93002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6E2630D030B9FF1A30DD30F330D7306B3088308B6C34306E5FAA74B0308430016C3430847A7A6C17306E8A985F15306B3088308A6C343092652A62CC3059308B7D7154083055308C305F88C57F6E306830573066306E30D030B93002\X0\','ja-JP',$); -#4914= IFCRELASSOCIATESLIBRARY('0f47GjKXrE6Q3njqLoUohI',$,$,$,(#272),#12374); -#12374= IFCLIBRARYREFERENCE($,$,'\X2\30D530E530FC30BA906E65AD6A5F878D89E366F27DDA\X0\','\X2\60F35B9A5916306E96FB6D41304C6D41308C305F6642306B906E65AD6A5F306E30D530E530FC30BA30926EB6304B3059305F3081306B5FC58981306A30A830CD30EB30AE30FC30928868305966F27DDA3002\X0\\X\0D\X\0A \X2\60F35B9A5916306E96FB6D41304C6D41308C305F6642306B906E65AD6A5F306E30D530E530FC30BA30926EB6304B3059305F3081306B5FC58981306A30A830CD30EB30AE30FC30928868305966F27DDA3002\X0\\X\0D\X\0A\X\0D\X\0A \X2\FF08\X0\1\X2\FF095B9A7FA95024FF1A878D89E396FB6D41FF1A96FB6D41\X0\/ \X2\878D89E330A830CD30EB30AE30FC3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C8306796FB6D41\X0\[A]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\\X\0D\X\0A \X2\FF08\X0\2\X2\FF095B9A7FA95024FF1A878D89E330A830CD30EB30AE30FCFF1A\X0\/\X2\96FB6D41\X0\/\X2\878D89E330A830CD30EB30AE30FC306E4F4D7F6E\X0\[A2s]\X2\3067793A3055308C308B\X0\2\X2\FF5E\X0\16\X2\306E60F35B9A3055308C308B30D530E530FC30BA304C6EB689E359CB3081308B96FB6D41\X0\[A2s]\X2\30925B9A7FA93057307E3059300230AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\','ja-JP',$); +#4905= IFCRELASSOCIATESLIBRARY('3m_r9_k0HDse2eJAGvmV$x',$,$,$,(#217),#12379); +#12379= IFCLIBRARYREFERENCE($,$,'Batter At End',$,'en',$); -#4915= IFCRELASSOCIATESLIBRARY('2tzIrLZpP3GuNG3oSY3kal',$,$,$,(#272),#12375); -#12375= IFCLIBRARYREFERENCE($,$,'\X2\D4E8C988\X0\ \X2\CC28B2E8AE30\X0\ \X2\C735D574\X0\ \X2\ACE1C120\X0\','\X2\C608C0C1CE58\X0\ \X2\BABBD55C\X0\ \X2\C804B958AC00\X0\ \X2\D750B97C\X0\ \X2\B54C\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\D4E8C988B97C\X0\ \X2\B179C774B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\ACE1C120\X0\. \X2\C608C0C1C678C758\X0\ \X2\C804B958AC00\X0\ \X2\D758B800C744\X0\ \X2\B54CC5D0\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\D4E8C988B97C\X0\ \X2\B179C774B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\ACE1C120\X0\. (1) \X2\C815C758\X0\ \X2\AC12\X0\ : \X2\C735D574\X0\ \X2\C804B958\X0\ : \X2\C804B958\X0\ / \X2\C735D574\X0\ \X2\C5D0B108C9C0C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\. (2) \X2\C815C758\X0\ \X2\AC12\X0\ : \X2\C735D574\X0\ \X2\C5D0B108C9C0\X0\ :/ \X2\C804B958\X0\ / \X2\C735D574\X0\ \X2\C5D0B108C9C0C758\X0\ \X2\C704CE58\X0\ [A2s\X2\C5D0C11C\X0\ \X2\B098D0C0B098B294\X0\ 2 \X\7E 16 \X2\C608C0C1B418B294\X0\ \X2\D4E8C988AC00\X0\ \X2\C6A9D574\X0\ \X2\C2DCC791\X0\ \X2\C804B958\X0\ [A2s\X2\C744\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); +#4906= IFCRELASSOCIATESLIBRARY('21eraaJqT6xxjrZeVgNx3$',$,$,$,(#218),#12380); +#12380= IFCLIBRARYREFERENCE($,$,'Batter At Start',$,'en',$); -#4916= IFCRELASSOCIATESLIBRARY('3DXVkMWWPDqA975RnQkP9H',$,$,$,(#273),#12376); -#12376= IFCLIBRARYREFERENCE($,$,'Breaker Unit IPICurve',$,'en',$); +#4908= IFCRELASSOCIATESLIBRARY('0MmZahZvv8D8adUV3phqNF',$,$,$,(#220),#12381); +#12381= IFCLIBRARYREFERENCE($,$,'Beam Cooling Capacity',$,'en',$); -#4917= IFCRELASSOCIATESLIBRARY('1f897LIgvAsAmdahySKMd0',$,$,$,(#273),#12377); -#12377= IFCLIBRARYREFERENCE($,$,'\X2\906E65AD6A5F66F27DDA\X0\','\X2\906975283055308C305F96FB6D413068901A904E3059308B906E65AD6A5F306E30A830CD30EB30AE30FC3092793A3057305F66F27DDA\X0\\X\0D\X\0A \X2\FF08\X0\1\X2\FF095B9A7FA95024FF1A\X0\ProspectiveCurrent\X2\FF0856FA670996FB6D41FF09FF1A\X0\\X\0D\X\0A \X2\96FB6D41\X0\/I2t\X2\3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C8306796FB6D41\X0\[A]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X\0D\X\0A \X2\FF08\X0\2\X2\FF095B9A7FA95024FF1A\X0\LetThroughEnergy\X2\FF1A\X0\\X\0D\X\0A \X2\96FB6D41\X0\/I2t\X2\3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C83067901A904E30A830CD30EB30AE30FC96FB6D41\X0\[[A2s]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\','ja-JP',$); +#4909= IFCRELASSOCIATESLIBRARY('2hAOkNz$P5LgEp3bySWbA9',$,$,$,(#221),#12382); +#12382= IFCLIBRARYREFERENCE($,$,'Beam Heating Capacity',$,'en',$); -#4918= IFCRELASSOCIATESLIBRARY('2gaG03uZjEE9W6ObaMmt2p',$,$,$,(#273),#12378); -#12378= IFCLIBRARYREFERENCE($,$,'\X2\CC28B2E8AE30\X0\ \X2\ACE1C120\X0\','\X2\C801C6A9B41C\X0\ \X2\C804B958\X0\ \X2\D1B5ACFC\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B8\X0\ \X2\ACE1C120\X0\ (1) \X2\C815C758\X0\ \X2\AC12\X0\ : ProspectiveCurrent (\X2\ACE0C720\X0\ \X2\C804B958\X0\) : \X2\C804B958\X0\ / I2t\X2\C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\. (2) \X2\C815C758\X0\ \X2\AC12\X0\ : LetThroughEnergy : \X2\C804B958\X0\ / I2t\X2\C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\D1B5ACFC\X0\ \X2\C5D0B108C9C0\X0\ \X2\C804B958\X0\ [A2s\X2\C744\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); +#4910= IFCRELASSOCIATESLIBRARY('2E84y0CF5Df9XQhuUWD4yW',$,$,$,(#225),#12383); +#12383= IFCLIBRARYREFERENCE($,$,'Bend Angle',$,'en',$); -#4920= IFCRELASSOCIATESLIBRARY('1kBd0iCL14kOMYg4hGJQW5',$,$,$,(#275),#12379); -#12379= IFCLIBRARYREFERENCE($,$,'Breeching Inlet Type',$,'en',$); +#4911= IFCRELASSOCIATESLIBRARY('1YmpogfCf5gvKx9b_ZczeN',$,$,$,(#225),#12384); +#12384= IFCLIBRARYREFERENCE($,$,'\X2\66F2304C308A89D25EA6\X0\','\X2\6D41308C306E65B95411309259093048308B\X0\','ja-JP',$); -#4921= IFCRELASSOCIATESLIBRARY('3VI238Pxn519d0Zy61z66_',$,$,$,(#275),#12380); -#12380= IFCLIBRARYREFERENCE($,$,'\X2\90016C3453E330BF30A430D7\X0\','\X2\90016C3453E330BF30A430D7306E5B9A7FA93002\X0\','ja-JP',$); +#4912= IFCRELASSOCIATESLIBRARY('2Vu$DycdPDKRUOknhunRNQ',$,$,$,(#232),#12385); +#12385= IFCLIBRARYREFERENCE($,$,'Bend Radius',$,'en',$); -#4922= IFCRELASSOCIATESLIBRARY('1UcVoQ6hr2He1w0blHfsqL',$,$,$,(#276),#12381); -#12381= IFCLIBRARYREFERENCE($,$,'Brightness',$,'en',$); +#4913= IFCRELASSOCIATESLIBRARY('0sk05hyvTAHx8GUr_4td1H',$,$,$,(#232),#12386); +#12386= IFCLIBRARYREFERENCE($,$,'\X2\66F27387534A5F84\X0\','\X2\51865F27306E66F27387534A5F84FF1F\X0\','ja-JP',$); -#4923= IFCRELASSOCIATESLIBRARY('1BFBXNXXn34vZZMzUENmoE',$,$,$,(#276),#12382); -#12382= IFCLIBRARYREFERENCE($,$,'\X2\660E308B3055\X0\','\X2\660E308B3055793A30593002\X0\','ja-JP',$); +#4917= IFCRELASSOCIATESLIBRARY('3m9v841lDAoA3Gv_GQpmJU',$,$,$,(#241),#12387); +#12387= IFCLIBRARYREFERENCE($,$,'Blade Action',$,'en',$); -#4924= IFCRELASSOCIATESLIBRARY('0$X1h5vnnBkvqry5IYmx0G',$,$,$,(#276),#12383); -#12383= IFCLIBRARYREFERENCE($,$,'\X2\BC1DAE30\X0\','\X2\BC1DAE30\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); +#4919= IFCRELASSOCIATESLIBRARY('2pcZTft_j868AjAtY3tqQA',$,$,$,(#242),#12388); +#12388= IFCLIBRARYREFERENCE($,$,'Blade Edge',$,'en',$); -#4925= IFCRELASSOCIATESLIBRARY('1FMYxb$lT9nAaK8FvPkwEq',$,$,$,(#277),#12384); -#12384= IFCLIBRARYREFERENCE($,$,'Budget Source',$,'en',$); +#4920= IFCRELASSOCIATESLIBRARY('3sBXv0gmrCdOSsYlhpRWwi',$,$,$,(#243),#12389); +#12389= IFCLIBRARYREFERENCE($,$,'Blade Position Angle',$,'en',$); -#4926= IFCRELASSOCIATESLIBRARY('2oXjy$5tzERRUAHVuvFxu0',$,$,$,(#277),#12385); -#12385= IFCLIBRARYREFERENCE($,$,'\X2\4E887B976E90\X0\','\X2\89816C423055308C305F4E887B97306E51FA624030FB6E903002\X0\','ja-JP',$); +#4922= IFCRELASSOCIATESLIBRARY('3pCdRllLfB0xRKbHj1OAcq',$,$,$,(#245),#12390); +#12390= IFCLIBRARYREFERENCE($,$,'Blade Shape',$,'en',$); -#4927= IFCRELASSOCIATESLIBRARY('3DVDCS19LFhARC21OuGb92',$,$,$,(#278),#12386); -#12386= IFCLIBRARYREFERENCE($,$,'bebaubare Fl\S\dche','bebaubare Fl\S\dche als maximale \S\|berbaubare Fl\S\dche des Grundst\S\|cks.','de-DE',$); +#4924= IFCRELASSOCIATESLIBRARY('20GSfMZx98HPYdmT00E4jb',$,$,$,(#247),#12391); +#12391= IFCLIBRARYREFERENCE($,$,'Blade Thickness',$,'en',$); -#4928= IFCRELASSOCIATESLIBRARY('0MbRs6eQjDbAnCMyFLWL93',$,$,$,(#278),#12387); -#12387= IFCLIBRARYREFERENCE($,$,'Buildable Area',$,'en',$); +#4925= IFCRELASSOCIATESLIBRARY('2nSyYHWW5DKu9V8$4uc735',$,$,$,(#248),#12392); +#12392= IFCLIBRARYREFERENCE($,$,'Body Color',$,'en',$); -#4929= IFCRELASSOCIATESLIBRARY('1k6DwCMGjBOxZseFfaTy5d',$,$,$,(#278),#12388); -#12388= IFCLIBRARYREFERENCE($,$,'ValeurSurfaceConstructible','Surface constructible maximale en fonction des contraintes d''urbanisme.','fr-FR',$); +#4926= IFCRELASSOCIATESLIBRARY('0SExxKIKH4COMcT$gfXyB5',$,$,$,(#248),#12393); +#12393= IFCLIBRARYREFERENCE($,$,'\X2\672C4F538272\X0\','\X2\6D88706B6813672C4F53306E82723002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A72795B9A306E72B66CC130676D88706B681330DC30C730A3306B6C4230813089308C308B573057DF6D889632898F52476CD55B9A8272306B3088308B3002\X0\','ja-JP',$); -#4930= IFCRELASSOCIATESLIBRARY('2d0CZTcSjApuBZrq9qwU82',$,$,$,(#278),#12389); -#12389= IFCLIBRARYREFERENCE($,$,'\X2\5EFA7BC953EF80FD97627A4D\X0\','\X2\5EFA7BC957FA6E96306B3088308A5EFA7BC953EF80FD306A67005927306E97627A4D3002\X0\','ja-JP',$); +#4927= IFCRELASSOCIATESLIBRARY('329Z_tPpj8H9ox6u901A5H',$,$,$,(#249),#12394); +#12394= IFCLIBRARYREFERENCE($,$,'Body Mass',$,'en',$); -#4931= IFCRELASSOCIATESLIBRARY('2imdlUUy5Ecvr3bNt$PXg4',$,$,$,(#278),#12390); -#12390= IFCLIBRARYREFERENCE($,$,'\X2\AC74CD95\X0\ \X2\AC00B2A5\X0\ \X2\BA74C801\X0\','\X2\C18DC131C815C758\X0\','ko-KR',$); +#4928= IFCRELASSOCIATESLIBRARY('2sDJtFDO9F8xNGEKvDjN6X',$,$,$,(#249),#12395); +#12395= IFCLIBRARYREFERENCE($,$,'\X2\672C4F5391CD91CF\X0\','\X2\30D230FC30BF30FC306E51684F537684306A8CEA91CF\X0\','ja-JP',$); -#4932= IFCRELASSOCIATESLIBRARY('2J3g2Zm$bFdfZYvhUR65cq',$,$,$,(#279),#12391); -#12391= IFCLIBRARYREFERENCE($,$,'maximale Bebauungsh\S\vhe','Maximale Bebauungsh\S\vhe die auf diesem Grundst\S\|ck zul\S\dssig ist.','de-DE',$); +#4929= IFCRELASSOCIATESLIBRARY('2ifMBIqx9AQ8gGnOTN6w6v',$,$,$,(#250),#12396); +#12396= IFCLIBRARYREFERENCE($,$,'Boiling Point',$,'en',$); -#4933= IFCRELASSOCIATESLIBRARY('2nqEFqULfF2O5qNpz$hhoA',$,$,$,(#279),#12392); -#12392= IFCLIBRARYREFERENCE($,$,'Building Height Limit',$,'en',$); +#4930= IFCRELASSOCIATESLIBRARY('1wd1T636v9nwmg0wumSRuQ',$,$,$,(#251),#12397); +#12397= IFCLIBRARYREFERENCE($,$,'Bolthole Pitch',$,'en',$); -#4934= IFCRELASSOCIATESLIBRARY('37Q5Gu73PAk8_jQ0tQwL3o',$,$,$,(#279),#12393); -#12393= IFCLIBRARYREFERENCE($,$,'HauteurMaximale','Hauteur maximale des b\S\btiments autoris\S\ie sur ce site.','fr-FR',$); +#4931= IFCRELASSOCIATESLIBRARY('2yXTWcUr575gIC__wsuSzX',$,$,$,(#251),#12398); +#12398= IFCLIBRARYREFERENCE($,$,'\X2\30DC30EB30C87A7430D430C330C1\X0\','\X2\30DC30EB30C87A74304C3042308B5186306E76F45F84\X0\','ja-JP',$); -#4935= IFCRELASSOCIATESLIBRARY('2aVuN21wn0O8aA6__YFCmi',$,$,$,(#279),#12394); -#12394= IFCLIBRARYREFERENCE($,$,'\X2\5EFA72699AD8305552369650\X0\','\X2\5404573057DF306E5EFA7BC957FA6E96306B3088308A8A3153EF3055308C308B5EFA7269306E9AD83055306E6700592750243002\X0\','ja-JP',$); +#4932= IFCRELASSOCIATESLIBRARY('0a_At$qMDEyOPK0kWkK5zK',$,$,$,(#252),#12399); +#12399= IFCLIBRARYREFERENCE($,$,'Bolt Size',$,'en',$); -#4936= IFCRELASSOCIATESLIBRARY('1zqzmNuZT5BwhtGYtEorP4',$,$,$,(#279),#12395); -#12395= IFCLIBRARYREFERENCE($,$,'\X2\AC74BB3C\X0\ \X2\B192C774\X0\ \X2\C81CD55C\X0\','TotalArea / BuildableArea\X2\B85C\X0\ \X2\D45CC2DCB418B294\X0\ \X2\C774C6A9\X0\ \X2\AC00B2A5D55C\X0\ \X2\BE44C728C758\X0\ \X2\CD5CB300AC12C785B2C8B2E4\X0\.','ko-KR',$); +#4933= IFCRELASSOCIATESLIBRARY('1j45HZOcT09xKXb7ns7nfk',$,$,$,(#252),#12400); +#12400= IFCLIBRARYREFERENCE($,$,'\X2\30DC30EB30C8306E5927304D3055\X0\','\X2\30D530E930F330B830927DE03081308B30DC30EB30C8306E5927304D3055\X0\','ja-JP',$); -#4937= IFCRELASSOCIATESLIBRARY('0VmUVb_Gb6WvjSVlwFG_zl',$,$,$,(#280),#12396); -#12396= IFCLIBRARYREFERENCE($,$,'Geb\S\dudekennzeichen','Geb\S\dudekennzeichen dieses Geb\S\dudes. W\S\dhrend der Baueingabe ist es das tempor\S\dre Kennzeichnen des Bauantrags.','de-DE',$); +#4935= IFCRELASSOCIATESLIBRARY('0_ud_Hlk598xwPy_aTKBbP',$,$,$,(#261),#12401); +#12401= IFCLIBRARYREFERENCE($,$,'Bore Size',$,'en',$); -#4938= IFCRELASSOCIATESLIBRARY('2FYSFZIIr0QehKsLIBjhaL',$,$,$,(#280),#12397); -#12397= IFCLIBRARYREFERENCE($,$,'Building ID',$,'en',$); +#4936= IFCRELASSOCIATESLIBRARY('3mCMdkdl1EMA9laXNZJPIc',$,$,$,(#261),#12402); +#12402= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B8306E51855F84306E30B530A430BA\X0\','\X2\30D530E930F330B8306E547C30735F84\X0\','ja-JP',$); -#4939= IFCRELASSOCIATESLIBRARY('3CM$p515f5xBZGWiy1Bp3D',$,$,$,(#280),#12398); -#12398= IFCLIBRARYREFERENCE($,$,'IdBatiment','Un identifiant unique attribu\S\i au b\S\btiment. Un identifiant temporaire est attribu\S\i au moment de la programmation. Il est ensuite remplac\S\i par un identifiant permanent lorsque le b\S\btiment est enregistr\S\i dans une base de donn\S\ies de nature r\S\hglementaire.','fr-FR',$); +#4937= IFCRELASSOCIATESLIBRARY('3IGMmdJGz5FeZklXmhwDIi',$,$,$,(#263),#12403); +#12403= IFCLIBRARYREFERENCE($,$,'Bottom Cover',$,'en',$); -#4940= IFCRELASSOCIATESLIBRARY('38SPwUy71D6uVbdgu34$Kt',$,$,$,(#280),#12399); -#12399= IFCLIBRARYREFERENCE($,$,'\X2\5EFA72698A1853F7\X0\','\X2\5EFA7269306B4ED84E0E3055308C308B30E630CB30FC30AF306A8B5852255B5030028A08753B89818ACB306E969B306B4F7F75283055308C308B521D671F306E4E0066427684306A8B5852255B5030023053306E4E0066427684306A8B5852255B50306F30015EFA7269304C6B635F0F306B767B93323055308C305F969B306B60524E457684306A8B5852255B5030783068590966F43055308C308B3002\X0\','ja-JP',$); +#4938= IFCRELASSOCIATESLIBRARY('0Vg5_VSRn6VR91rq84v062',$,$,$,(#267),#12404); +#12404= IFCLIBRARYREFERENCE($,$,'Boundary Area Heat Loss',$,'en',$); -#4941= IFCRELASSOCIATESLIBRARY('0rOJZ419bAmvOJuc4cAH23',$,$,$,(#280),#12400); -#12400= IFCLIBRARYREFERENCE($,$,'\X2\AC74BB3C\X0\ ID','\X2\AC74BB3CC5D0\X0\ \X2\BD80C5ECB418B294\X0\ \X2\ACE0C720\X0\ \X2\C2DDBCC4C790C774B2E4\X0\. \X2\ACC4D68D\X0\ \X2\C694CCADC2DC\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\CD08AE30\X0\ \X2\C784C2DC\X0\ \X2\C2DDBCC4C790C774B2E4\X0\. \X2\C774\X0\ \X2\C784C2DC\X0\ \X2\C2DDBCC4C790B294\X0\ \X2\AC74BB3CC774\X0\ \X2\C815C2DDC73CB85C\X0\ \X2\B4F1B85DB41C\X0\ \X2\ACBDC6B0C5D0\X0\ \X2\C601AD6CC801C778\X0\ \X2\C2DDBCC4C790B85C\X0\ \X2\BCC0ACBDB41CB2E4\X0\.','ko-KR',$); +#4939= IFCRELASSOCIATESLIBRARY('2yXDwkkwrESPX3B1xPfiXN',$,$,$,(#267),#12405); +#12405= IFCLIBRARYREFERENCE($,$,'\X2\54688FBA95A290238A2D5099306E71B130ED30B9\X0\','\X2\53584F4D97627A4D3042308A305F54688FBA95A290238A2D5099306E71B130ED30B930027A7A8ABF8CA083778A087B9750244EE55916306E8A2D8A088A2D5B9A50243002\X0\','ja-JP',$); -#4943= IFCRELASSOCIATESLIBRARY('2oHhexTib7cgMtH_IWRndk',$,$,$,(#281),#12401); -#12401= IFCLIBRARYREFERENCE($,$,'Building Thermal Exposure',$,'en',$); +#4940= IFCRELASSOCIATESLIBRARY('3vVYInPmrCKgm2IlFjgAq_',$,$,$,(#267),#12406); +#12406= IFCLIBRARYREFERENCE($,$,'\X2\C8FCBCC0\X0\ \X2\AD00B828\X0\ \X2\C124BE44C758\X0\ \X2\C5F4\X0\ \X2\C190C2E4\X0\','\X2\B2E8C704\X0\ \X2\BA74C801C774\X0\ \X2\C8FCBCC0\X0\ \X2\AD00B828\X0\ \X2\C124BE44C758\X0\ \X2\C5F4\X0\ \X2\C190C2E4\X0\. \X2\ACF5C870\X0\ \X2\BD80D558\X0\ \X2\ACC4C0B0\X0\ \X2\C774C678C758\X0\ \X2\B514C790C778\X0\ \X2\C124C815\X0\.','ko-KR',$); -#4944= IFCRELASSOCIATESLIBRARY('3CMv7nJuj5CwB1Vsz33JCQ',$,$,$,(#281),#12402); -#12402= IFCLIBRARYREFERENCE($,$,'\X2\546856F274B05883304B3089306E71B1653E5C045F375EA6\X0\','\X2\546856F274B05883304B30895EFA72693078306E71B1653E5C045F375EA63002\X0\','ja-JP',$); +#4942= IFCRELASSOCIATESLIBRARY('1lPCpndSv1qOi2vzv0QC$7',$,$,$,(#271),#12407); +#12407= IFCLIBRARYREFERENCE($,$,'Breaker Unit Curve',$,'en',$); -#4945= IFCRELASSOCIATESLIBRARY('0ISimDiYX0gu9oZDwW9ToG',$,$,$,(#281),#12403); -#12403= IFCLIBRARYREFERENCE($,$,'\X2\C8FCC704D658ACBDC5D0C11C\X0\ \X2\C5F4C758\X0\ \X2\BC29C0ACAC15B3C4\X0\','\X2\C8FCC704\X0\ \X2\D658ACBD200B200BC5D0C11C\X0\ \X2\AC74BB3CC758\X0\ \X2\C5F4\X0\ \X2\BC29C0AC\X0\ \X2\AC15B3C4\X0\.','ko-KR',$); +#4943= IFCRELASSOCIATESLIBRARY('0fRrdrbBzAZAEqmyl3YaGf',$,$,$,(#271),#12408); +#12408= IFCLIBRARYREFERENCE($,$,'\X2\906E65AD6A5F66F27DDA\X0\','\X2\906975283055308C305F96FB6D413068901A904E3059308B906E65AD6A5F306E30A830CD30EB30AE30FC3092793A3057305F66F27DDA\X0\\X\0D\X\0A \X2\FF08\X0\1\X2\FF095B9A7FA95024FF1A\X0\ProspectiveCurrent\X2\FF0856FA670996FB6D41FF09FF1A\X0\\X\0D\X\0A \X2\96FB6D41\X0\/I2t\X2\3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C8306796FB6D41\X0\[A]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X\0D\X\0A \X2\FF08\X0\2\X2\FF095B9A7FA95024FF1A\X0\LetThroughEnergy\X2\FF1A\X0\\X\0D\X\0A \X2\96FB6D41\X0\/I2t\X2\3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C83067901A904E30A830CD30EB30AE30FC96FB6D41\X0\[[A2s]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\','ja-JP',$); -#4947= IFCRELASSOCIATESLIBRARY('15Uwa_Va58H8oo_LFlI0lc',$,$,$,(#282),#12404); -#12404= IFCLIBRARYREFERENCE($,$,'Bulb Liquid Color',$,'en',$); +#4944= IFCRELASSOCIATESLIBRARY('2T6IR4bkb9dwC5YvqO6eYV',$,$,$,(#271),#12409); +#12409= IFCLIBRARYREFERENCE($,$,'\X2\CC28B2E8AE30\X0\ \X2\ACE1C120\X0\','\X2\C801C6A9B41C\X0\ \X2\C804B958\X0\ \X2\D1B5ACFC\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B8\X0\ \X2\ACE1C120\X0\ (1) \X2\C815C758\X0\ \X2\AC12\X0\ : ProspectiveCurrent (\X2\ACE0C720\X0\ \X2\C804B958\X0\) : \X2\C804B958\X0\ / I2t\X2\C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\. (2) \X2\C815C758\X0\ \X2\AC12\X0\ : LetThroughEnergy : \X2\C804B958\X0\ / I2t\X2\C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\D1B5ACFC\X0\ \X2\C5D0B108C9C0\X0\ \X2\C804B958\X0\ [A2s\X2\C744\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); -#4948= IFCRELASSOCIATESLIBRARY('13S4VOMUr1kfjIdFj4t2GJ',$,$,$,(#282),#12405); -#12405= IFCLIBRARYREFERENCE($,$,'\X2\30D030EB30D66DB24F538272\X0\','\X2\30D030EB30D64F5C52D530B930D730EA30F330AF30E930FC306E30D030EB30D66DB24F538272306E8A2D5B9A30026DB24F538272306F300130B930D730EA30F330AF30E930FC30D830C330C9306E4F5C52D56E295EA6306B5FDC30583066590953163059308B3002307E305F30013053306E5C5E6027306F30019AD8901F5FDC7B5430B930D730EA30F330AF30E930FC306F8A2D5B9A3059308B5FC58981306F306A30443002\X0\','ja-JP',$); +#4945= IFCRELASSOCIATESLIBRARY('2OVNM3NB993OLMHwMIcjb7',$,$,$,(#272),#12410); +#12410= IFCLIBRARYREFERENCE($,$,'Breaker Unit Fuse Breakinging Curve',$,'en',$); -#4950= IFCRELASSOCIATESLIBRARY('2PETyGCtX04QCiTFBM0gg6',$,$,$,(#285),#12406); -#12406= IFCLIBRARYREFERENCE($,$,'Bypass Factor',$,'en',$); +#4946= IFCRELASSOCIATESLIBRARY('2otaxX9895Au7ibgW63yrM',$,$,$,(#272),#12411); +#12411= IFCLIBRARYREFERENCE($,$,'\X2\30D530E530FC30BA906E65AD6A5F878D89E366F27DDA\X0\','\X2\60F35B9A5916306E96FB6D41304C6D41308C305F6642306B906E65AD6A5F306E30D530E530FC30BA30926EB6304B3059305F3081306B5FC58981306A30A830CD30EB30AE30FC30928868305966F27DDA3002\X0\\X\0D\X\0A \X2\60F35B9A5916306E96FB6D41304C6D41308C305F6642306B906E65AD6A5F306E30D530E530FC30BA30926EB6304B3059305F3081306B5FC58981306A30A830CD30EB30AE30FC30928868305966F27DDA3002\X0\\X\0D\X\0A\X\0D\X\0A \X2\FF08\X0\1\X2\FF095B9A7FA95024FF1A878D89E396FB6D41FF1A96FB6D41\X0\/ \X2\878D89E330A830CD30EB30AE30FC3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C8306796FB6D41\X0\[A]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\\X\0D\X\0A \X2\FF08\X0\2\X2\FF095B9A7FA95024FF1A878D89E330A830CD30EB30AE30FCFF1A\X0\/\X2\96FB6D41\X0\/\X2\878D89E330A830CD30EB30AE30FC306E4F4D7F6E\X0\[A2s]\X2\3067793A3055308C308B\X0\2\X2\FF5E\X0\16\X2\306E60F35B9A3055308C308B30D530E530FC30BA304C6EB689E359CB3081308B96FB6D41\X0\[A2s]\X2\30925B9A7FA93057307E3059300230AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\','ja-JP',$); -#4951= IFCRELASSOCIATESLIBRARY('1gH511BhnCk8V_dTBDtXBl',$,$,$,(#285),#12407); -#12407= IFCLIBRARYREFERENCE($,$,'FacteurBypass','Fraction de l''air qui est bypass\S\i par la batterie (0 \S\` 1).','fr-FR',$); +#4947= IFCRELASSOCIATESLIBRARY('3jiOTqrML8wB6PixSqMNuq',$,$,$,(#272),#12412); +#12412= IFCLIBRARYREFERENCE($,$,'\X2\D4E8C988\X0\ \X2\CC28B2E8AE30\X0\ \X2\C735D574\X0\ \X2\ACE1C120\X0\','\X2\C608C0C1CE58\X0\ \X2\BABBD55C\X0\ \X2\C804B958AC00\X0\ \X2\D750B97C\X0\ \X2\B54C\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\D4E8C988B97C\X0\ \X2\B179C774B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\ACE1C120\X0\. \X2\C608C0C1C678C758\X0\ \X2\C804B958AC00\X0\ \X2\D758B800C744\X0\ \X2\B54CC5D0\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\D4E8C988B97C\X0\ \X2\B179C774B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\ACE1C120\X0\. (1) \X2\C815C758\X0\ \X2\AC12\X0\ : \X2\C735D574\X0\ \X2\C804B958\X0\ : \X2\C804B958\X0\ / \X2\C735D574\X0\ \X2\C5D0B108C9C0C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\. (2) \X2\C815C758\X0\ \X2\AC12\X0\ : \X2\C735D574\X0\ \X2\C5D0B108C9C0\X0\ :/ \X2\C804B958\X0\ / \X2\C735D574\X0\ \X2\C5D0B108C9C0C758\X0\ \X2\C704CE58\X0\ [A2s\X2\C5D0C11C\X0\ \X2\B098D0C0B098B294\X0\ 2 \X\7E 16 \X2\C608C0C1B418B294\X0\ \X2\D4E8C988AC00\X0\ \X2\C6A9D574\X0\ \X2\C2DCC791\X0\ \X2\C804B958\X0\ [A2s\X2\C744\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); -#4952= IFCRELASSOCIATESLIBRARY('1Wa2FMY6fAgvIgbir4PJ4n',$,$,$,(#286),#12408); -#12408= IFCLIBRARYREFERENCE($,$,'c',$,'en',$); +#4948= IFCRELASSOCIATESLIBRARY('0Sx$$gcX598PwK2zsyFQnL',$,$,$,(#273),#12413); +#12413= IFCLIBRARYREFERENCE($,$,'Breaker Unit Fuse Melting Curve',$,'en',$); -#4956= IFCRELASSOCIATESLIBRARY('3xW46sIwbEyuQLVPw_3AxF',$,$,$,(#291),#12409); -#12409= IFCLIBRARYREFERENCE($,$,'Camber At Midspan',$,'en',$); +#4949= IFCRELASSOCIATESLIBRARY('15$eY8eUH0z8$1DSaQ_6NA',$,$,$,(#273),#12414); +#12414= IFCLIBRARYREFERENCE($,$,'\X2\30D530E530FC30BA906E65AD6A5F878D89E366F27DDA\X0\','\X2\60F35B9A5916306E96FB6D41304C6D41308C305F6642306B906E65AD6A5F306E30D530E530FC30BA30926EB6304B3059305F3081306B5FC58981306A30A830CD30EB30AE30FC30928868305966F27DDA3002\X0\\X\0D\X\0A \X2\60F35B9A5916306E96FB6D41304C6D41308C305F6642306B906E65AD6A5F306E30D530E530FC30BA30926EB6304B3059305F3081306B5FC58981306A30A830CD30EB30AE30FC30928868305966F27DDA3002\X0\\X\0D\X\0A\X\0D\X\0A \X2\FF08\X0\1\X2\FF095B9A7FA95024FF1A878D89E396FB6D41FF1A96FB6D41\X0\/ \X2\878D89E330A830CD30EB30AE30FC3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C8306796FB6D41\X0\[A]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\\X\0D\X\0A \X2\FF08\X0\2\X2\FF095B9A7FA95024FF1A878D89E330A830CD30EB30AE30FCFF1A\X0\/\X2\96FB6D41\X0\/\X2\878D89E330A830CD30EB30AE30FC306E4F4D7F6E\X0\[A2s]\X2\3067793A3055308C308B\X0\2\X2\FF5E\X0\16\X2\306E60F35B9A3055308C308B30D530E530FC30BA304C6EB689E359CB3081308B96FB6D41\X0\[A2s]\X2\30925B9A7FA93057307E3059300230AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\','ja-JP',$); -#4958= IFCRELASSOCIATESLIBRARY('3oDBCT4yf7iwZFsCGF4oEi',$,$,$,(#292),#12410); -#12410= IFCLIBRARYREFERENCE($,$,'Camera Type',$,'en',$); +#4950= IFCRELASSOCIATESLIBRARY('035larcWj08BDwZ$vN80PJ',$,$,$,(#273),#12415); +#12415= IFCLIBRARYREFERENCE($,$,'\X2\D4E8C988\X0\ \X2\CC28B2E8AE30\X0\ \X2\C735D574\X0\ \X2\ACE1C120\X0\','\X2\C608C0C1CE58\X0\ \X2\BABBD55C\X0\ \X2\C804B958AC00\X0\ \X2\D750B97C\X0\ \X2\B54C\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\D4E8C988B97C\X0\ \X2\B179C774B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\ACE1C120\X0\. \X2\C608C0C1C678C758\X0\ \X2\C804B958AC00\X0\ \X2\D758B800C744\X0\ \X2\B54CC5D0\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\D4E8C988B97C\X0\ \X2\B179C774B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\ACE1C120\X0\. (1) \X2\C815C758\X0\ \X2\AC12\X0\ : \X2\C735D574\X0\ \X2\C804B958\X0\ : \X2\C804B958\X0\ / \X2\C735D574\X0\ \X2\C5D0B108C9C0C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\. (2) \X2\C815C758\X0\ \X2\AC12\X0\ : \X2\C735D574\X0\ \X2\C5D0B108C9C0\X0\ :/ \X2\C804B958\X0\ / \X2\C735D574\X0\ \X2\C5D0B108C9C0C758\X0\ \X2\C704CE58\X0\ [A2s\X2\C5D0C11C\X0\ \X2\B098D0C0B098B294\X0\ 2 \X\7E 16 \X2\C608C0C1B418B294\X0\ \X2\D4E8C988AC00\X0\ \X2\C6A9D574\X0\ \X2\C2DCC791\X0\ \X2\C804B958\X0\ [A2s\X2\C744\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); -#4959= IFCRELASSOCIATESLIBRARY('0Y0j525uL8KwoaGlMD7LxG',$,$,$,(#292),#12411); -#12411= IFCLIBRARYREFERENCE($,$,'\X2\30AB30E130E95F625F0F\X0\','\X2\30AB30E130E9306E5F625F0F3092793A30593002\X0\','ja-JP',$); +#4951= IFCRELASSOCIATESLIBRARY('1AtPfXzxH7zP07nNFwO$9o',$,$,$,(#274),#12416); +#12416= IFCLIBRARYREFERENCE($,$,'Breaker Unit IPICurve',$,'en',$); -#4960= IFCRELASSOCIATESLIBRARY('0qgmIlhhz2tBDvyJM$f26m',$,$,$,(#292),#12412); -#12412= IFCLIBRARYREFERENCE($,$,'\X2\CE74BA54B77C\X0\ \X2\D615C2DD\X0\','\X2\CE74BA54B77CC758\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#4952= IFCRELASSOCIATESLIBRARY('2wtwdp$Df3cwSMf6L7Tww1',$,$,$,(#274),#12417); +#12417= IFCLIBRARYREFERENCE($,$,'\X2\906E65AD6A5F66F27DDA\X0\','\X2\906975283055308C305F96FB6D413068901A904E3059308B906E65AD6A5F306E30A830CD30EB30AE30FC3092793A3057305F66F27DDA\X0\\X\0D\X\0A \X2\FF08\X0\1\X2\FF095B9A7FA95024FF1A\X0\ProspectiveCurrent\X2\FF0856FA670996FB6D41FF09FF1A\X0\\X\0D\X\0A \X2\96FB6D41\X0\/I2t\X2\3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C8306796FB6D41\X0\[A]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X\0D\X\0A \X2\FF08\X0\2\X2\FF095B9A7FA95024FF1A\X0\LetThroughEnergy\X2\FF1A\X0\\X\0D\X\0A \X2\96FB6D41\X0\/I2t\X2\3067793A3055308C308B67005C0F\X0\2\X2\304B308967005927\X0\8\X2\306E30EA30B930C83067901A904E30A830CD30EB30AE30FC96FB6D41\X0\[[A2s]\X2\30925B9A7FA93057307E30593002\X0\\X\0D\X\0A \X2\30AB30FC30D6304C90237D9A3059308B\X0\2\X2\3064306E70B930927D50307676F47DDA30683057306663CF304B308C30663044307E30593002\X0\','ja-JP',$); -#4962= IFCRELASSOCIATESLIBRARY('0Fx6eLBWHCOAKo3eGd9OpW',$,$,$,(#297),#12413); -#12413= IFCLIBRARYREFERENCE($,$,'Capacity',$,'en',$); +#4953= IFCRELASSOCIATESLIBRARY('1em2U2eR9Dquz761NFpT$O',$,$,$,(#274),#12418); +#12418= IFCLIBRARYREFERENCE($,$,'\X2\CC28B2E8AE30\X0\ \X2\ACE1C120\X0\','\X2\C801C6A9B41C\X0\ \X2\C804B958\X0\ \X2\D1B5ACFC\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\C5D0B108C9C0B97C\X0\ \X2\B098D0C0B0B8\X0\ \X2\ACE1C120\X0\ (1) \X2\C815C758\X0\ \X2\AC12\X0\ : ProspectiveCurrent (\X2\ACE0C720\X0\ \X2\C804B958\X0\) : \X2\C804B958\X0\ / I2t\X2\C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\. (2) \X2\C815C758\X0\ \X2\AC12\X0\ : LetThroughEnergy : \X2\C804B958\X0\ / I2t\X2\C5D0\X0\ \X2\D45CC2DCB41C\X0\ \X2\CD5CC18C\X0\ 2\X2\C5D0C11C\X0\ \X2\CD5CB300\X0\ 8 \X2\AC1CC758\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\D1B5ACFC\X0\ \X2\C5D0B108C9C0\X0\ \X2\C804B958\X0\ [A2s\X2\C744\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\CEE4BE0CAC00\X0\ \X2\C5F0C18DB418B294\X0\ \X2\B450\X0\ \X2\AC1CC758\X0\ \X2\C810C744\X0\ \X2\C5F0ACB0D558B294\X0\ \X2\C9C1C120C73CB85C\X0\ \X2\ADF8B824C838\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); -#4963= IFCRELASSOCIATESLIBRARY('0RPkXgG7f1LxKvlPLXRxYi',$,$,$,(#298),#12414); -#12414= IFCLIBRARYREFERENCE($,$,'Capacity',$,'en',$); +#4955= IFCRELASSOCIATESLIBRARY('1k8Y5uERv6axPPjVaxcQAU',$,$,$,(#276),#12419); +#12419= IFCLIBRARYREFERENCE($,$,'Breeching Inlet Type',$,'en',$); -#4964= IFCRELASSOCIATESLIBRARY('3SwrXbWL538PBEoeLAFtTz',$,$,$,(#298),#12415); -#12415= IFCLIBRARYREFERENCE($,$,'Puissance','Le produit de la puissance optimale par le rendement global du compresseur.','fr-FR',$); +#4956= IFCRELASSOCIATESLIBRARY('3we11P13PC4OqaGmsYLXfW',$,$,$,(#276),#12420); +#12420= IFCLIBRARYREFERENCE($,$,'\X2\90016C3453E330BF30A430D7\X0\','\X2\90016C3453E330BF30A430D7306E5B9A7FA93002\X0\','ja-JP',$); -#4966= IFCRELASSOCIATESLIBRARY('0abOR4c9rBZxCCJZz8IuA_',$,$,$,(#299),#12416); -#12416= IFCLIBRARYREFERENCE($,$,'Capacity Control',$,'en',$); +#4957= IFCRELASSOCIATESLIBRARY('2Z3nrn3aHCsRexckohGbOk',$,$,$,(#277),#12421); +#12421= IFCLIBRARYREFERENCE($,$,'Brightness',$,'en',$); -#4968= IFCRELASSOCIATESLIBRARY('0kwVt2clvCZ8OND0bhoMUS',$,$,$,(#300),#12417); -#12417= IFCLIBRARYREFERENCE($,$,'Capacity Control Type',$,'en',$); +#4958= IFCRELASSOCIATESLIBRARY('1bMiqtRej9Pf4egZugMrtW',$,$,$,(#277),#12422); +#12422= IFCLIBRARYREFERENCE($,$,'\X2\660E308B3055\X0\','\X2\660E308B3055793A30593002\X0\','ja-JP',$); -#4969= IFCRELASSOCIATESLIBRARY('0obicFWWr6_vSXeu2y8poC',$,$,$,(#300),#12418); -#12418= IFCLIBRARYREFERENCE($,$,'\X2\5BB991CF52365FA165B95F0F\X0\','InletVane: \X2\30A430F330EC30C330C830D930FC30F3\X0\\X\0D\X\0AVariableSpeedDrive: \X2\5909901F99C652D5\X0\ \X\0D\X\0ABladePitchAngle: \X2\7FBD683930D430C330C152365FA1\X0\\X\0D\X\0ATwoSpeed: \X2\4E8C901F52365FA1\X0\\X\0D\X\0ADischargeDamper: \X2\541051FA30C030F330D152365FA1\X0\','ja-JP',$); +#4959= IFCRELASSOCIATESLIBRARY('1bfQZNC4v2RBnn9pmzZoku',$,$,$,(#277),#12423); +#12423= IFCLIBRARYREFERENCE($,$,'\X2\BC1DAE30\X0\','\X2\BC1DAE30\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); -#4970= IFCRELASSOCIATESLIBRARY('3h$H28d2j7A9Aiw8gmPxhP',$,$,$,(#301),#12419); -#12419= IFCLIBRARYREFERENCE($,$,'Capacity Curve',$,'en',$); +#4960= IFCRELASSOCIATESLIBRARY('2RbDUzchPCfQ0G_55sFWWR',$,$,$,(#278),#12424); +#12424= IFCLIBRARYREFERENCE($,$,'Budget Source',$,'en',$); -#4971= IFCRELASSOCIATESLIBRARY('2Co4jVBXrBaAIz5IUVWeMK',$,$,$,(#301),#12420); -#12420= IFCLIBRARYREFERENCE($,$,'CourbePuissance','Puissance frigoifique du groupe froid qui est une fonction de la temp\S\irature de condensation et de la temp\S\irature d''\S\ivaporation, les informations sont sous la forme d''un tableau, Puissance = f(TempCon,TempEvp), puissance = a1+b1*Tei+c1*Tei^2+d1*Tci+e1*Tci^2+f1*Tei*Tci.\X\0D\X\0ACe tableau utilises plusieurs entr\S\ies variables; pour la repr\S\isenter, DefiningValues et DefinedValues sont pour les deux nulles et IfcTable est attach\S\ie en utilisant IfcPropertyConstraintRelationship et IfcMetric. Les colonnes sont indiqu\S\ies dans l''ordre suivant:\X\0D\X\0A1. IfcPowerMeasure: Capacity\X\0D\X\0A2. IfcThermodynamicTemperatureMeasure: CondensingTemperature\X\0D\X\0A3. IfcThermodynamicTemperatureMeasure: EvaporatingTemperature','fr-FR',$); +#4961= IFCRELASSOCIATESLIBRARY('306aIVqVz6hfOIgg$cWbbP',$,$,$,(#278),#12425); +#12425= IFCLIBRARYREFERENCE($,$,'\X2\4E887B976E90\X0\','\X2\89816C423055308C305F4E887B97306E51FA624030FB6E903002\X0\','ja-JP',$); -#4972= IFCRELASSOCIATESLIBRARY('1jUIajquf0EvqHzx1tTJgD',$,$,$,(#302),#12421); -#12421= IFCLIBRARYREFERENCE($,$,'Personenkapazit\S\dt','Kapazit\S\dt nach Anzahl der Personen, die maximal bef\S\vrdert werden k\S\vnnen.','de-DE',$); +#4962= IFCRELASSOCIATESLIBRARY('08utLLXl54$fqUs6vY4NGR',$,$,$,(#279),#12426); +#12426= IFCLIBRARYREFERENCE($,$,'bebaubare Fl\S\dche','bebaubare Fl\S\dche als maximale \S\|berbaubare Fl\S\dche des Grundst\S\|cks.','de-DE',$); -#4973= IFCRELASSOCIATESLIBRARY('2CDSMm20jEw8hJjF3JCz5q',$,$,$,(#302),#12422); -#12422= IFCLIBRARYREFERENCE($,$,'Capacity People',$,'en',$); +#4963= IFCRELASSOCIATESLIBRARY('3wKsb49L1EHPF2Jl4y3uJh',$,$,$,(#279),#12427); +#12427= IFCLIBRARYREFERENCE($,$,'Buildable Area',$,'en',$); -#4974= IFCRELASSOCIATESLIBRARY('0bgz5UTQP8khHyAvA2Zo85',$,$,$,(#302),#12423); -#12423= IFCLIBRARYREFERENCE($,$,'Capacit\S\i en nombre de personnes','Capacit\S\i de transport de l''\S\il\S\iment mesur\S\ie en nombre de personnes.','fr-FR',$); +#4964= IFCRELASSOCIATESLIBRARY('3DRMamV5HARfhOSkdvCVTU',$,$,$,(#279),#12428); +#12428= IFCLIBRARYREFERENCE($,$,'ValeurSurfaceConstructible','Surface constructible maximale en fonction des contraintes d''urbanisme.','fr-FR',$); -#4975= IFCRELASSOCIATESLIBRARY('0tTVLknXX8yQrOpOl5UaZT',$,$,$,(#302),#12424); -#12424= IFCLIBRARYREFERENCE($,$,'\X2\642D4E574EBA65705B9A54E1\X0\','\X2\642C900189817D20306E4EBA6570306B95A23059308B5BB991CF3002\X0\','ja-JP',$); +#4965= IFCRELASSOCIATESLIBRARY('3F2B4$hvf4ov84DqrdncO0',$,$,$,(#279),#12429); +#12429= IFCLIBRARYREFERENCE($,$,'\X2\5EFA7BC953EF80FD97627A4D\X0\','\X2\5EFA7BC957FA6E96306B3088308A5EFA7BC953EF80FD306A67005927306E97627A4D3002\X0\','ja-JP',$); -#4976= IFCRELASSOCIATESLIBRARY('28flSqriD5iB$4xvw6lTs_',$,$,$,(#303),#12425); -#12425= IFCLIBRARYREFERENCE($,$,'Lastkapazit\S\dt','Kapazit\S\dt nach Gewicht, das maximal bef\S\vrdert werden kann.','de-DE',$); +#4966= IFCRELASSOCIATESLIBRARY('1MVTX$9i5FCOZzV5gII_HP',$,$,$,(#279),#12430); +#12430= IFCLIBRARYREFERENCE($,$,'\X2\AC74CD95\X0\ \X2\AC00B2A5\X0\ \X2\BA74C801\X0\','\X2\C18DC131C815C758\X0\','ko-KR',$); -#4977= IFCRELASSOCIATESLIBRARY('1mKHC8WrX3Mezwa34hoNVJ',$,$,$,(#303),#12426); -#12426= IFCLIBRARYREFERENCE($,$,'Capacity Weight',$,'en',$); +#4967= IFCRELASSOCIATESLIBRARY('3WyC0Y0jz2dAbJrXP3s$JK',$,$,$,(#280),#12431); +#12431= IFCLIBRARYREFERENCE($,$,'maximale Bebauungsh\S\vhe','Maximale Bebauungsh\S\vhe die auf diesem Grundst\S\|ck zul\S\dssig ist.','de-DE',$); -#4978= IFCRELASSOCIATESLIBRARY('023r_P9ZLEseHm6GR5NdVy',$,$,$,(#303),#12427); -#12427= IFCLIBRARYREFERENCE($,$,'Capacit\S\i en poids','Capacit\S\i de transport de l''\S\il\S\iment mesur\S\ie par le poids.','fr-FR',$); +#4968= IFCRELASSOCIATESLIBRARY('2nK7odxuD9QvdVA1vpuRj6',$,$,$,(#280),#12432); +#12432= IFCLIBRARYREFERENCE($,$,'Building Height Limit',$,'en',$); -#4979= IFCRELASSOCIATESLIBRARY('0$v3uk4ITFPvSpUNVqigUG',$,$,$,(#303),#12428); -#12428= IFCLIBRARYREFERENCE($,$,'\X2\642D8F0991CD91CF\X0\','\X2\642C900189817D20306E91CD3055306B95A23059308B5BB991CF3002\X0\','ja-JP',$); +#4969= IFCRELASSOCIATESLIBRARY('2YHwP8141Aaw2sXzLBizXL',$,$,$,(#280),#12433); +#12433= IFCLIBRARYREFERENCE($,$,'HauteurMaximale','Hauteur maximale des b\S\btiments autoris\S\ie sur ce site.','fr-FR',$); -#4980= IFCRELASSOCIATESLIBRARY('1xhP9XtUj7Mev_R6vrPtKt',$,$,$,(#304),#12429); -#12429= IFCLIBRARYREFERENCE($,$,'Cap Color',$,'en',$); +#4970= IFCRELASSOCIATESLIBRARY('15$ViTyLHB2wd3PijdRsCV',$,$,$,(#280),#12434); +#12434= IFCLIBRARYREFERENCE($,$,'\X2\5EFA72699AD8305552369650\X0\','\X2\5404573057DF306E5EFA7BC957FA6E96306B3088308A8A3153EF3055308C308B5EFA7269306E9AD83055306E6700592750243002\X0\','ja-JP',$); -#4981= IFCRELASSOCIATESLIBRARY('0PJFGPLhH2Vwgq3$fw$eAr',$,$,$,(#304),#12430); -#12430= IFCLIBRARYREFERENCE($,$,'\X2\30AD30E330C330D78272\X0\','\X2\6D88706B681330AD30E330C330D7306E82723002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A72795B9A306E72B66CC130676D88706B681330AD30E330C330D7306B6C4230813089308C308B573057DF6D889632898F52476CD55B9A8272306B3088308B3002\X0\','ja-JP',$); +#4971= IFCRELASSOCIATESLIBRARY('110wpga0jAbg5RBODgXlIr',$,$,$,(#280),#12435); +#12435= IFCLIBRARYREFERENCE($,$,'\X2\AC74BB3C\X0\ \X2\B192C774\X0\ \X2\C81CD55C\X0\','TotalArea / BuildableArea\X2\B85C\X0\ \X2\D45CC2DCB418B294\X0\ \X2\C774C6A9\X0\ \X2\AC00B2A5D55C\X0\ \X2\BE44C728C758\X0\ \X2\CD5CB300AC12C785B2C8B2E4\X0\.','ko-KR',$); -#4982= IFCRELASSOCIATESLIBRARY('2urZtHDR9ArQBa4WLVLtg4',$,$,$,(#307),#12431); -#12431= IFCLIBRARYREFERENCE($,$,'Carbon Content',$,'en',$); +#4972= IFCRELASSOCIATESLIBRARY('2WuJnlsPX7KfpTUeZ4LhzY',$,$,$,(#281),#12436); +#12436= IFCLIBRARYREFERENCE($,$,'Geb\S\dudekennzeichen','Geb\S\dudekennzeichen dieses Geb\S\dudes. W\S\dhrend der Baueingabe ist es das tempor\S\dre Kennzeichnen des Bauantrags.','de-DE',$); -#4983= IFCRELASSOCIATESLIBRARY('3tVWUjsB1BjPuzp1Ac9oQu',$,$,$,(#310),#12432); -#12432= IFCLIBRARYREFERENCE($,$,'Carrier Stack Number',$,'en',$); +#4973= IFCRELASSOCIATESLIBRARY('28cdAdxbD4fB0pMhse66$p',$,$,$,(#281),#12437); +#12437= IFCLIBRARYREFERENCE($,$,'Building ID',$,'en',$); -#4984= IFCRELASSOCIATESLIBRARY('2wwmMQY9L7ZAYBkW$w33sS',$,$,$,(#311),#12433); -#12433= IFCLIBRARYREFERENCE($,$,'Category',$,'en',$); +#4974= IFCRELASSOCIATESLIBRARY('3S78OurzjBth_xuz72X1B5',$,$,$,(#281),#12438); +#12438= IFCLIBRARYREFERENCE($,$,'IdBatiment','Un identifiant unique attribu\S\i au b\S\btiment. Un identifiant temporaire est attribu\S\i au moment de la programmation. Il est ensuite remplac\S\i par un identifiant permanent lorsque le b\S\btiment est enregistr\S\i dans une base de donn\S\ies de nature r\S\hglementaire.','fr-FR',$); -#4985= IFCRELASSOCIATESLIBRARY('0baojp7qb36ODIO9vaAtdR',$,$,$,(#311),#12434); -#12434= IFCLIBRARYREFERENCE($,$,'\X2\90E89580\X0\','\X2\6BCD96C656E3306E4E2D306E95A24E0E8005306E30AB30C630B430EA30FCFF0890E8958030FB520691CEFF09306E63075B9A3002\X0\','ja-JP',$); +#4975= IFCRELASSOCIATESLIBRARY('0hBBwhTcf4DOBJCSwEEQFq',$,$,$,(#281),#12439); +#12439= IFCLIBRARYREFERENCE($,$,'\X2\5EFA72698A1853F7\X0\','\X2\5EFA7269306B4ED84E0E3055308C308B30E630CB30FC30AF306A8B5852255B5030028A08753B89818ACB306E969B306B4F7F75283055308C308B521D671F306E4E0066427684306A8B5852255B5030023053306E4E0066427684306A8B5852255B50306F30015EFA7269304C6B635F0F306B767B93323055308C305F969B306B60524E457684306A8B5852255B5030783068590966F43055308C308B3002\X0\','ja-JP',$); -#4986= IFCRELASSOCIATESLIBRARY('3IbcdcIqz2JBEnd9DpTY8K',$,$,$,(#311),#12435); -#12435= IFCLIBRARYREFERENCE($,$,'\X2\7C7B522B\X0\','\X2\8BE57EC453C24E0E800562405C5E76847C7B522B3002\X0\','zh-CN',$); +#4976= IFCRELASSOCIATESLIBRARY('15Qi_w1p13EBRpn8L4wr1s',$,$,$,(#281),#12440); +#12440= IFCLIBRARYREFERENCE($,$,'\X2\AC74BB3C\X0\ ID','\X2\AC74BB3CC5D0\X0\ \X2\BD80C5ECB418B294\X0\ \X2\ACE0C720\X0\ \X2\C2DDBCC4C790C774B2E4\X0\. \X2\ACC4D68D\X0\ \X2\C694CCADC2DC\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\CD08AE30\X0\ \X2\C784C2DC\X0\ \X2\C2DDBCC4C790C774B2E4\X0\. \X2\C774\X0\ \X2\C784C2DC\X0\ \X2\C2DDBCC4C790B294\X0\ \X2\AC74BB3CC774\X0\ \X2\C815C2DDC73CB85C\X0\ \X2\B4F1B85DB41C\X0\ \X2\ACBDC6B0C5D0\X0\ \X2\C601AD6CC801C778\X0\ \X2\C2DDBCC4C790B85C\X0\ \X2\BCC0ACBDB41CB2E4\X0\.','ko-KR',$); -#4988= IFCRELASSOCIATESLIBRARY('1xrGAXLAzFlBMVHoY2bFOs',$,$,$,(#314),#12436); -#12436= IFCLIBRARYREFERENCE($,$,'Deckenbekleidung','Angabe des Materials f\S\|r die Deckenbekleidung oder den Deckenbelag (bzw. der Unterdecke). Diese Angabe wird im Raumbuch verwendet und oft im Raumstempel angezeigt.\X\0D\X\0A\X\0D\X\0ADie Materialangabe wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = CEILING) f\S\|r die Deckenbekleidung dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialangabe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); +#4978= IFCRELASSOCIATESLIBRARY('1UKHTRGq94Dx7ICSRmqkAG',$,$,$,(#282),#12441); +#12441= IFCLIBRARYREFERENCE($,$,'Building Thermal Exposure',$,'en',$); -#4989= IFCRELASSOCIATESLIBRARY('1H7vwsDa9A3vsPDEk8SeeJ',$,$,$,(#314),#12437); -#12437= IFCLIBRARYREFERENCE($,$,'Ceiling Covering',$,'en',$); +#4979= IFCRELASSOCIATESLIBRARY('1TlOMVOYf0$RyK1wtTFHJe',$,$,$,(#282),#12442); +#12442= IFCLIBRARYREFERENCE($,$,'\X2\546856F274B05883304B3089306E71B1653E5C045F375EA6\X0\','\X2\546856F274B05883304B30895EFA72693078306E71B1653E5C045F375EA63002\X0\','ja-JP',$); -#4990= IFCRELASSOCIATESLIBRARY('1qSD6gyWH1XANtpZbRlpho',$,$,$,(#314),#12438); -#12438= IFCLIBRARYREFERENCE($,$,'RevetementPlafond','Indication sur la nature du rev\S\jtement de plafond [\X2\2026\X0\]. L''information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=CEILING) avec sa propre repr\S\isentation de forme et une assignation \S\` un mat\S\iriau. En cas d''incoh\S\irence, c''est le mat\S\iriau assign\S\i \S\` l''instance de IfcCovering qui prime.','fr-FR',$); +#4980= IFCRELASSOCIATESLIBRARY('07u26q1oTDQgzurbXa7o1Y',$,$,$,(#282),#12443); +#12443= IFCLIBRARYREFERENCE($,$,'\X2\C8FCC704D658ACBDC5D0C11C\X0\ \X2\C5F4C758\X0\ \X2\BC29C0ACAC15B3C4\X0\','\X2\C8FCC704\X0\ \X2\D658ACBD200B200BC5D0C11C\X0\ \X2\AC74BB3CC758\X0\ \X2\C5F4\X0\ \X2\BC29C0AC\X0\ \X2\AC15B3C4\X0\.','ko-KR',$); -#4991= IFCRELASSOCIATESLIBRARY('0LkatVS316luqkpWIZ02lV',$,$,$,(#314),#12439); -#12439= IFCLIBRARYREFERENCE($,$,'\X2\59294E954ED54E0A3052\X0\','\X2\90E85C4B306E59294E9567508CEA307E305F306F4ED54E0A3052306B95A23059308B30E930D930EBFF088B58522560C55831FF0930023053306E30E930D930EB540D306F90E85C4B30EA30B930C860C55831308490E85C4B60C558318868793A306E969B306B522975283055308C308B3002\X0\','ja-JP',$); +#4982= IFCRELASSOCIATESLIBRARY('1FUA3kotr3T9Gqecu_9r3V',$,$,$,(#283),#12444); +#12444= IFCLIBRARYREFERENCE($,$,'Bulb Liquid Color',$,'en',$); -#4992= IFCRELASSOCIATESLIBRARY('1BGp_h7LTD2vn_WVZOmV0y',$,$,$,(#315),#12440); -#12440= IFCLIBRARYREFERENCE($,$,'Dicke der Deckenbekleidung','Angabe der Dicke der Materialschichten f\S\|r die Deckenbekleidung. \X\0D\X\0A\X\0D\X\0ADer Dickenparameter wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = CEILING) f\S\|r die Deckenbekleidung dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialdicke des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); +#4983= IFCRELASSOCIATESLIBRARY('1$ApCAxOv83R04bWSg9zv6',$,$,$,(#283),#12445); +#12445= IFCLIBRARYREFERENCE($,$,'\X2\30D030EB30D66DB24F538272\X0\','\X2\30D030EB30D64F5C52D530B930D730EA30F330AF30E930FC306E30D030EB30D66DB24F538272306E8A2D5B9A30026DB24F538272306F300130B930D730EA30F330AF30E930FC30D830C330C9306E4F5C52D56E295EA6306B5FDC30583066590953163059308B3002307E305F30013053306E5C5E6027306F30019AD8901F5FDC7B5430B930D730EA30F330AF30E930FC306F8A2D5B9A3059308B5FC58981306F306A30443002\X0\','ja-JP',$); -#4993= IFCRELASSOCIATESLIBRARY('3_aiXXyqj96voiZf7sH95Z',$,$,$,(#315),#12441); -#12441= IFCLIBRARYREFERENCE($,$,'Ceiling Covering Thickness',$,'en',$); +#4985= IFCRELASSOCIATESLIBRARY('17Z7bU$2nDdfQnBsai0t9f',$,$,$,(#286),#12446); +#12446= IFCLIBRARYREFERENCE($,$,'Bypass Factor',$,'en',$); -#4994= IFCRELASSOCIATESLIBRARY('24EMeC6Hf79BK1vN_BpQ8T',$,$,$,(#315),#12442); -#12442= IFCLIBRARYREFERENCE($,$,'Epaisseur du rev\S\jtement de plafond','Epaisseur de la couche de mat\S\iriau constituant le rev\S\jtement de sol. Cette information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=CEILING) avec sa propre repr\S\isentation de forme. En cas d''incoh\S\irence entre les param\S\htres g\S\iom\S\itriques de l''instance de IfcCovering et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#4986= IFCRELASSOCIATESLIBRARY('3tzpltw4X25P0hwFdqjuoJ',$,$,$,(#286),#12447); +#12447= IFCLIBRARYREFERENCE($,$,'FacteurBypass','Fraction de l''air qui est bypass\S\i par la batterie (0 \S\` 1).','fr-FR',$); -#4995= IFCRELASSOCIATESLIBRARY('2XGyx9Swz3598cPx5Djccb',$,$,$,(#315),#12443); -#12443= IFCLIBRARYREFERENCE($,$,'\X2\59294E954ED54E0A3052539A\X0\','\X2\90E85C4B306E59294E95306B95A23059308B67508CEA5C64306E539A30553002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering(type=CEILING)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B539A305560C558313002\X0\IfcCovering\X2\306E5E7E4F555F6272B630D130E930E130FC30BF30683053306E30D730ED30D130C630A35024304C4E0081F43057306A30445834540830015E7E4F555F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); +#4987= IFCRELASSOCIATESLIBRARY('3JySA4WfL3tQQnHRJkGcd1',$,$,$,(#287),#12448); +#12448= IFCLIBRARYREFERENCE($,$,'c',$,'en',$); -#4996= IFCRELASSOCIATESLIBRARY('259EIWI_zFaO8mlLuBF2zs',$,$,$,(#316),#12444); -#12444= IFCLIBRARYREFERENCE($,$,'Ceiling RAPlenum',$,'en',$); +#4991= IFCRELASSOCIATESLIBRARY('2R2Ly5Dd562Rh9EhesmIu7',$,$,$,(#292),#12449); +#12449= IFCLIBRARYREFERENCE($,$,'Camber At Midspan',$,'en',$); -#4997= IFCRELASSOCIATESLIBRARY('1qYvUjCTP0G9n02ILpSkuk',$,$,$,(#316),#12445); -#12445= IFCLIBRARYREFERENCE($,$,'\X2\59294E9588CF90846C17\X0\','\X2\59294E9588CF90846C17FF0830EA30BF30F33042308A30FB306A3057FF093000\X0\TRUE=\X2\3042308A3001\X0\FALSE=\X2\306A30573002\X0\','ja-JP',$); +#4993= IFCRELASSOCIATESLIBRARY('3xx4J2CtXBuQWfdEwzbz6X',$,$,$,(#293),#12450); +#12450= IFCLIBRARYREFERENCE($,$,'Camera Type',$,'en',$); -#4998= IFCRELASSOCIATESLIBRARY('1WCFr4iXX34BAmPrb327cb',$,$,$,(#316),#12446); -#12446= IFCLIBRARYREFERENCE($,$,'\X2\CC9CC7A5D658C6D0C8FCC758\X0\','\X2\CC9CC7A5\X0\ \X2\D658\X0\ \X2\AE30\X0\ (\X2\B9ACD0C4C788C5B4\X0\ \S\7 \X2\C5C6C74C\X0\) TRUE = \X2\C788ACE0\X0\ FALSE = \X2\C5C6C74C\X0\.','ko-KR',$); +#4994= IFCRELASSOCIATESLIBRARY('391Qt9NxXD7RuTKkC_5S4Q',$,$,$,(#293),#12451); +#12451= IFCLIBRARYREFERENCE($,$,'\X2\30AB30E130E95F625F0F\X0\','\X2\30AB30E130E9306E5F625F0F3092793A30593002\X0\','ja-JP',$); -#4999= IFCRELASSOCIATESLIBRARY('2aWzPs$HP5ixXf83UqHqJ4',$,$,$,(#317),#12447); -#12447= IFCLIBRARYREFERENCE($,$,'Center Core Base Height',$,'en',$); +#4995= IFCRELASSOCIATESLIBRARY('1RMmrWO4XCzOcjiA6udS86',$,$,$,(#293),#12452); +#12452= IFCLIBRARYREFERENCE($,$,'\X2\CE74BA54B77C\X0\ \X2\D615C2DD\X0\','\X2\CE74BA54B77CC758\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#5000= IFCRELASSOCIATESLIBRARY('1gBt7dvrP8zRBT$Ax_fC5F',$,$,$,(#318),#12448); -#12448= IFCLIBRARYREFERENCE($,$,'Center Core Base Width',$,'en',$); +#4997= IFCRELASSOCIATESLIBRARY('3HkiMrldbFQfvhnCh0wSdp',$,$,$,(#298),#12453); +#12453= IFCLIBRARYREFERENCE($,$,'Capacity',$,'en',$); -#5001= IFCRELASSOCIATESLIBRARY('1xRhFT$fTF6OXUiicHnlzU',$,$,$,(#319),#12449); -#12449= IFCLIBRARYREFERENCE($,$,'Center Core Middle Height',$,'en',$); +#4998= IFCRELASSOCIATESLIBRARY('3pP3JxRtvErAlI25V5no1L',$,$,$,(#299),#12454); +#12454= IFCLIBRARYREFERENCE($,$,'Capacity',$,'en',$); -#5002= IFCRELASSOCIATESLIBRARY('3wom0$Xi96T9HYRo1SCQID',$,$,$,(#320),#12450); -#12450= IFCLIBRARYREFERENCE($,$,'Center Core Spacing',$,'en',$); +#4999= IFCRELASSOCIATESLIBRARY('03o6NZ3Nj8GvU85zMyHZbP',$,$,$,(#299),#12455); +#12455= IFCLIBRARYREFERENCE($,$,'Puissance','Le produit de la puissance optimale par le rendement global du compresseur.','fr-FR',$); -#5003= IFCRELASSOCIATESLIBRARY('0cmpKpwP5DQQBTgrHT_WAN',$,$,$,(#321),#12451); -#12451= IFCLIBRARYREFERENCE($,$,'Center Core Top Height',$,'en',$); +#5001= IFCRELASSOCIATESLIBRARY('3Sg7rQDur5NvQ3Ivy$t2di',$,$,$,(#300),#12456); +#12456= IFCLIBRARYREFERENCE($,$,'Capacity Control',$,'en',$); -#5004= IFCRELASSOCIATESLIBRARY('0$$SSYNkTCNext0grulACV',$,$,$,(#322),#12452); -#12452= IFCLIBRARYREFERENCE($,$,'Center Core Top Width',$,'en',$); +#5003= IFCRELASSOCIATESLIBRARY('2RJ$fb4R53WvlKMLhNLJzJ',$,$,$,(#301),#12457); +#12457= IFCLIBRARYREFERENCE($,$,'Capacity Control Type',$,'en',$); -#5005= IFCRELASSOCIATESLIBRARY('26XivJPHD7pBy_oquCnivp',$,$,$,(#323),#12453); -#12453= IFCLIBRARYREFERENCE($,$,'Centerline Air Velocity',$,'en',$); +#5004= IFCRELASSOCIATESLIBRARY('0r5hDTJu5AbPsFbuq8oGWb',$,$,$,(#301),#12458); +#12458= IFCLIBRARYREFERENCE($,$,'\X2\5BB991CF52365FA165B95F0F\X0\','InletVane: \X2\30A430F330EC30C330C830D930FC30F3\X0\\X\0D\X\0AVariableSpeedDrive: \X2\5909901F99C652D5\X0\ \X\0D\X\0ABladePitchAngle: \X2\7FBD683930D430C330C152365FA1\X0\\X\0D\X\0ATwoSpeed: \X2\4E8C901F52365FA1\X0\\X\0D\X\0ADischargeDamper: \X2\541051FA30C030F330D152365FA1\X0\','ja-JP',$); -#5006= IFCRELASSOCIATESLIBRARY('0xPcDCBjPFGgo8WeVI_3Gc',$,$,$,(#323),#12454); -#12454= IFCLIBRARYREFERENCE($,$,'Vitesse de l''air en axe central de jet','Vitesse de l''air en axe central de jet par rapport \S\` la distance entre le diffuseur et la temp\S\irature diff\S\irentielle; une fonction de la distance entre le diffuseur et la diff\S\irence de temp\S\irature entre celui de l''air fourni et celui de l''air de la pi\S\hce.','fr-FR',$); +#5005= IFCRELASSOCIATESLIBRARY('1k4$gztmTDauhXgBRfholG',$,$,$,(#302),#12459); +#12459= IFCLIBRARYREFERENCE($,$,'Capacity Curve',$,'en',$); -#5007= IFCRELASSOCIATESLIBRARY('17VDCsU9nFOPLWr2lNOrJY',$,$,$,(#323),#12455); -#12455= IFCLIBRARYREFERENCE($,$,'\X2\4E2D5FC37A7A6C17901F5EA6\X0\','\X2\543951FA53E3304B304B3089306E8DDD96E230686E295EA65DEE306B5BFE3059308B4E2D5FC3901F5EA63001\X0\\X\0D\X\0A\X2\7D666C1730685BA451857A7A6C17306E9593306E543951FA53E3304B304B3089306E8DDD96E230686E295EA65DEE306E95A26570\X0\','ja-JP',$); +#5006= IFCRELASSOCIATESLIBRARY('1r32XKmd98n81Ymnl9k9cq',$,$,$,(#302),#12460); +#12460= IFCLIBRARYREFERENCE($,$,'CourbePuissance','Puissance frigoifique du groupe froid qui est une fonction de la temp\S\irature de condensation et de la temp\S\irature d''\S\ivaporation, les informations sont sous la forme d''un tableau, Puissance = f(TempCon,TempEvp), puissance = a1+b1*Tei+c1*Tei^2+d1*Tci+e1*Tci^2+f1*Tei*Tci.\X\0D\X\0ACe tableau utilises plusieurs entr\S\ies variables; pour la repr\S\isenter, DefiningValues et DefinedValues sont pour les deux nulles et IfcTable est attach\S\ie en utilisant IfcPropertyConstraintRelationship et IfcMetric. Les colonnes sont indiqu\S\ies dans l''ordre suivant:\X\0D\X\0A1. IfcPowerMeasure: Capacity\X\0D\X\0A2. IfcThermodynamicTemperatureMeasure: CondensingTemperature\X\0D\X\0A3. IfcThermodynamicTemperatureMeasure: EvaporatingTemperature','fr-FR',$); -#5008= IFCRELASSOCIATESLIBRARY('1CY9XzpUD1Qg$9fpI7o0X1',$,$,$,(#325),#12456); -#12456= IFCLIBRARYREFERENCE($,$,'Centre Of Gravity In X',$,'en',$); +#5007= IFCRELASSOCIATESLIBRARY('1v6v2sVDb3jAnOPOfnBeej',$,$,$,(#303),#12461); +#12461= IFCLIBRARYREFERENCE($,$,'Personenkapazit\S\dt','Kapazit\S\dt nach Anzahl der Personen, die maximal bef\S\vrdert werden k\S\vnnen.','de-DE',$); -#5009= IFCRELASSOCIATESLIBRARY('2UZDBW0yH3IOTi9FiA7_CN',$,$,$,(#326),#12457); -#12457= IFCLIBRARYREFERENCE($,$,'Centre Of Gravity In Y',$,'en',$); +#5008= IFCRELASSOCIATESLIBRARY('24brPHeY9CeOsmggrjGt$a',$,$,$,(#303),#12462); +#12462= IFCLIBRARYREFERENCE($,$,'Capacity People',$,'en',$); -#5010= IFCRELASSOCIATESLIBRARY('0SkvoC9L5B3Qs0v6Hv7zCP',$,$,$,(#327),#12458); -#12458= IFCLIBRARYREFERENCE($,$,'Chamber Length Or Radius',$,'en',$); +#5009= IFCRELASSOCIATESLIBRARY('20aiWTaPH6VuUum_Ggu62B',$,$,$,(#303),#12463); +#12463= IFCLIBRARYREFERENCE($,$,'Capacit\S\i en nombre de personnes','Capacit\S\i de transport de l''\S\il\S\iment mesur\S\ie en nombre de personnes.','fr-FR',$); -#5011= IFCRELASSOCIATESLIBRARY('1WqM4VNbnBkOplZz$UdYrV',$,$,$,(#327),#12459); -#12459= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FC306E957730553042308B3044306F534A5F84\X0\','\X2\30C130E330F330D030FC306E957730553042308B3044306F51865F6230C130E330F330D030FC306E534A5F843002\X0\','ja-JP',$); +#5010= IFCRELASSOCIATESLIBRARY('21hjRq_Gb3PP8XEdWtzv8T',$,$,$,(#303),#12464); +#12464= IFCLIBRARYREFERENCE($,$,'\X2\642D4E574EBA65705B9A54E1\X0\','\X2\642C900189817D20306E4EBA6570306B95A23059308B5BB991CF3002\X0\','ja-JP',$); -#5012= IFCRELASSOCIATESLIBRARY('2HKnjaD2j0egFUiJON5Yf1',$,$,$,(#327),#12460); -#12460= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\BC18ACBD\X0\','\X2\CC54BC84C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\C6D0D615\X0\ \X2\CC54BC84C758\X0\ \X2\BC18ACBD\X0\','ko-KR',$); +#5011= IFCRELASSOCIATESLIBRARY('2NOvrKL6vBfOmQltHBFeb2',$,$,$,(#304),#12465); +#12465= IFCLIBRARYREFERENCE($,$,'Lastkapazit\S\dt','Kapazit\S\dt nach Gewicht, das maximal bef\S\vrdert werden kann.','de-DE',$); -#5013= IFCRELASSOCIATESLIBRARY('1ZD_tAw9z4pOefPjWR66$u',$,$,$,(#328),#12461); -#12461= IFCLIBRARYREFERENCE($,$,'Chamber Length Or Radius',$,'en',$); +#5012= IFCRELASSOCIATESLIBRARY('0CVRIojNb5zB_X_WWQayIu',$,$,$,(#304),#12466); +#12466= IFCLIBRARYREFERENCE($,$,'Capacity Weight',$,'en',$); -#5014= IFCRELASSOCIATESLIBRARY('0z7icylt53ig6vJ5S11TmH',$,$,$,(#328),#12462); -#12462= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FCFF0830D030A430D630B930DA30FC30B9FF1FFF09306E957730553042308B3044306F534A5F84\X0\','\X2\30C130E330F330D030FC306E957730553042308B3044306F51865F6230C130E330F330D030FC306E534A5F843002\X0\','ja-JP',$); +#5013= IFCRELASSOCIATESLIBRARY('29BMXn8351EAGTGNaMcTa2',$,$,$,(#304),#12467); +#12467= IFCLIBRARYREFERENCE($,$,'Capacit\S\i en poids','Capacit\S\i de transport de l''\S\il\S\iment mesur\S\ie par le poids.','fr-FR',$); -#5015= IFCRELASSOCIATESLIBRARY('32gAm$EwXE$h0ltVcqA2yY',$,$,$,(#328),#12463); -#12463= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84\X0\ (\X2\D30CC774D504\X0\ \X2\ACF5AC04\X0\)\X2\C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\BC18ACBD\X0\','\X2\CC54BC84C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\C6D0D615\X0\ \X2\CC54BC84C758\X0\ \X2\BC18ACBD\X0\','ko-KR',$); +#5014= IFCRELASSOCIATESLIBRARY('0USoZDOI96FezL$CY$C8VT',$,$,$,(#304),#12468); +#12468= IFCLIBRARYREFERENCE($,$,'\X2\642D8F0991CD91CF\X0\','\X2\642C900189817D20306E91CD3055306B95A23059308B5BB991CF3002\X0\','ja-JP',$); -#5016= IFCRELASSOCIATESLIBRARY('2mVtI6Jyb6mPnxV9lYueWa',$,$,$,(#329),#12464); -#12464= IFCLIBRARYREFERENCE($,$,'Chamber Length Or Radius',$,'en',$); +#5015= IFCRELASSOCIATESLIBRARY('3VH6VjtZ1DA8fXx0nk3ahl',$,$,$,(#305),#12469); +#12469= IFCLIBRARYREFERENCE($,$,'Cap Color',$,'en',$); -#5017= IFCRELASSOCIATESLIBRARY('2pG_187xn8I9ZJI5x8JZOz',$,$,$,(#329),#12465); -#12465= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FC306E957730553042308B3044306F534A5F84\X0\','\X2\30C130E330F330D030FC306E957730553042308B3044306F51865F6230C130E330F330D030FC306E534A5F843002\X0\','ja-JP',$); +#5016= IFCRELASSOCIATESLIBRARY('0FI4$kpn93hPyPujaRAFnX',$,$,$,(#305),#12470); +#12470= IFCLIBRARYREFERENCE($,$,'\X2\30AD30E330C330D78272\X0\','\X2\6D88706B681330AD30E330C330D7306E82723002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A72795B9A306E72B66CC130676D88706B681330AD30E330C330D7306B6C4230813089308C308B573057DF6D889632898F52476CD55B9A8272306B3088308B3002\X0\','ja-JP',$); -#5018= IFCRELASSOCIATESLIBRARY('2kJGNuVgn3ZAooSkoWmhcv',$,$,$,(#329),#12466); -#12466= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\BC18ACBD\X0\','\X2\CC54BC84C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\C6D0D615\X0\ \X2\CC54BC84C758\X0\ \X2\BC18ACBD\X0\','ko-KR',$); +#5017= IFCRELASSOCIATESLIBRARY('3c8hQTRlb4twvF96VYYTe7',$,$,$,(#308),#12471); +#12471= IFCLIBRARYREFERENCE($,$,'Carbon Content',$,'en',$); -#5019= IFCRELASSOCIATESLIBRARY('1idAo5iezEPuZiJmN7GrJw',$,$,$,(#330),#12467); -#12467= IFCLIBRARYREFERENCE($,$,'Chamber Width',$,'en',$); +#5018= IFCRELASSOCIATESLIBRARY('1skH7i8vr0iOXIyM9ydFZT',$,$,$,(#311),#12472); +#12472= IFCLIBRARYREFERENCE($,$,'Carrier Stack Number',$,'en',$); -#5020= IFCRELASSOCIATESLIBRARY('23vwLZ0s163wX31GR7wSDJ',$,$,$,(#330),#12468); -#12468= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FC306E5E45\X0\','\X2\975E51865F6230C130E330F330D030FC306E5E453002\X0\','ja-JP',$); +#5019= IFCRELASSOCIATESLIBRARY('0_QMiFhJrAZ854B2zH0Aom',$,$,$,(#312),#12473); +#12473= IFCLIBRARYREFERENCE($,$,'Category',$,'en',$); -#5021= IFCRELASSOCIATESLIBRARY('1GI_HcC$DCkgClLaG_eglo',$,$,$,(#330),#12469); -#12469= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84C758\X0\ \X2\D3ED\X0\','\X2\BE44C6D0\X0\ \X2\CC54BC84C758\X0\ \X2\D3ED\X0\','ko-KR',$); +#5020= IFCRELASSOCIATESLIBRARY('1ZeQBSbdjFC9kNGKnGIbmq',$,$,$,(#312),#12474); +#12474= IFCLIBRARYREFERENCE($,$,'\X2\90E89580\X0\','\X2\6BCD96C656E3306E4E2D306E95A24E0E8005306E30AB30C630B430EA30FCFF0890E8958030FB520691CEFF09306E63075B9A3002\X0\','ja-JP',$); -#5022= IFCRELASSOCIATESLIBRARY('0Ltqlw34vBTwbeevT6UsPw',$,$,$,(#331),#12470); -#12470= IFCLIBRARYREFERENCE($,$,'Chamber Width',$,'en',$); +#5021= IFCRELASSOCIATESLIBRARY('0UVIjT0bbEUw3QpQPoLx$B',$,$,$,(#312),#12475); +#12475= IFCLIBRARYREFERENCE($,$,'\X2\7C7B522B\X0\','\X2\8BE57EC453C24E0E800562405C5E76847C7B522B3002\X0\','zh-CN',$); -#5023= IFCRELASSOCIATESLIBRARY('0$8rNKEXfAme$fQ9LbAzn5',$,$,$,(#331),#12471); -#12471= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FCFF0830D030A430D630B930DA30FC30B9FF1FFF09306E5E45\X0\','\X2\975E51865F6230C130E330F330D030FC306E5E453002\X0\','ja-JP',$); +#5023= IFCRELASSOCIATESLIBRARY('1tUttIQZL3WPDHzccGyAge',$,$,$,(#315),#12476); +#12476= IFCLIBRARYREFERENCE($,$,'Deckenbekleidung','Angabe des Materials f\S\|r die Deckenbekleidung oder den Deckenbelag (bzw. der Unterdecke). Diese Angabe wird im Raumbuch verwendet und oft im Raumstempel angezeigt.\X\0D\X\0A\X\0D\X\0ADie Materialangabe wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = CEILING) f\S\|r die Deckenbekleidung dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialangabe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); -#5024= IFCRELASSOCIATESLIBRARY('3wOWS$0pz2RAfDmXChpDpq',$,$,$,(#331),#12472); -#12472= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84\X0\ (\X2\D30CC774D504\X0\ \X2\ACF5AC04\X0\)\X2\C758\X0\ \X2\B108BE44\X0\','\X2\BE44C6D0\X0\ \X2\CC54BC84C758\X0\ \X2\D3ED\X0\','ko-KR',$); +#5024= IFCRELASSOCIATESLIBRARY('0snDx2C_P0BfEyGwvIhvaG',$,$,$,(#315),#12477); +#12477= IFCLIBRARYREFERENCE($,$,'Ceiling Covering',$,'en',$); -#5025= IFCRELASSOCIATESLIBRARY('0lxbU1oHf2muXuWDn8Aphu',$,$,$,(#332),#12473); -#12473= IFCLIBRARYREFERENCE($,$,'Chamber Width',$,'en',$); +#5025= IFCRELASSOCIATESLIBRARY('2T3Wqig5X4GRhJ_Ee6sqKx',$,$,$,(#315),#12478); +#12478= IFCLIBRARYREFERENCE($,$,'RevetementPlafond','Indication sur la nature du rev\S\jtement de plafond [\X2\2026\X0\]. L''information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=CEILING) avec sa propre repr\S\isentation de forme et une assignation \S\` un mat\S\iriau. En cas d''incoh\S\irence, c''est le mat\S\iriau assign\S\i \S\` l''instance de IfcCovering qui prime.','fr-FR',$); -#5026= IFCRELASSOCIATESLIBRARY('18IA_x_lf7_vHsl0FmWqm_',$,$,$,(#332),#12474); -#12474= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FC5E45\X0\','\X2\975E51865F6230C130E330F330D030FC306E5E453002\X0\','ja-JP',$); +#5026= IFCRELASSOCIATESLIBRARY('2q4Kh2Uo1B4fH_cUx3tPSp',$,$,$,(#315),#12479); +#12479= IFCLIBRARYREFERENCE($,$,'\X2\59294E954ED54E0A3052\X0\','\X2\90E85C4B306E59294E9567508CEA307E305F306F4ED54E0A3052306B95A23059308B30E930D930EBFF088B58522560C55831FF0930023053306E30E930D930EB540D306F90E85C4B30EA30B930C860C55831308490E85C4B60C558318868793A306E969B306B522975283055308C308B3002\X0\','ja-JP',$); -#5027= IFCRELASSOCIATESLIBRARY('3Mga30CJTBZQXTzX6vkG5Q',$,$,$,(#332),#12475); -#12475= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84C758\X0\ \X2\B108BE44\X0\','\X2\BE44C6D0\X0\ \X2\CC54BC84C758\X0\ \X2\D3ED\X0\','ko-KR',$); +#5027= IFCRELASSOCIATESLIBRARY('3GRXGJrn51xvY1KlU4i9oY',$,$,$,(#316),#12480); +#12480= IFCLIBRARYREFERENCE($,$,'Dicke der Deckenbekleidung','Angabe der Dicke der Materialschichten f\S\|r die Deckenbekleidung. \X\0D\X\0A\X\0D\X\0ADer Dickenparameter wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = CEILING) f\S\|r die Deckenbekleidung dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialdicke des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); -#5028= IFCRELASSOCIATESLIBRARY('3IYFK6JnrAfejzszuR7uqN',$,$,$,(#335),#12476); -#12476= IFCLIBRARYREFERENCE($,$,'Charge Pressure',$,'en',$); +#5028= IFCRELASSOCIATESLIBRARY('2joL_XKIP8vxRIotOa_2gD',$,$,$,(#316),#12481); +#12481= IFCLIBRARYREFERENCE($,$,'Ceiling Covering Thickness',$,'en',$); -#5029= IFCRELASSOCIATESLIBRARY('0WuKtxGx562QIeX6UhtzMO',$,$,$,(#335),#12477); -#12477= IFCLIBRARYREFERENCE($,$,'\X2\52A05727529B\X0\','\X2\30BF30F330AF306E516C79F053C8306F8A2D8A08904B8EE25727529B\X0\','ja-JP',$); +#5029= IFCRELASSOCIATESLIBRARY('1ihPQ2T1XBsPcWSDL6PCHj',$,$,$,(#316),#12482); +#12482= IFCLIBRARYREFERENCE($,$,'Epaisseur du rev\S\jtement de plafond','Epaisseur de la couche de mat\S\iriau constituant le rev\S\jtement de sol. Cette information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=CEILING) avec sa propre repr\S\isentation de forme. En cas d''incoh\S\irence entre les param\S\htres g\S\iom\S\itriques de l''instance de IfcCovering et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#5030= IFCRELASSOCIATESLIBRARY('1qMYuG6tb7pgeTUl$vQjhL',$,$,$,(#336),#12478); -#12478= IFCLIBRARYREFERENCE($,$,'Charge Pressure',$,'en',$); +#5030= IFCRELASSOCIATESLIBRARY('2CWoLzp_HBgQZl2vS1SYru',$,$,$,(#316),#12483); +#12483= IFCLIBRARYREFERENCE($,$,'\X2\59294E954ED54E0A3052539A\X0\','\X2\90E85C4B306E59294E95306B95A23059308B67508CEA5C64306E539A30553002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering(type=CEILING)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B539A305560C558313002\X0\IfcCovering\X2\306E5E7E4F555F6272B630D130E930E130FC30BF30683053306E30D730ED30D130C630A35024304C4E0081F43057306A30445834540830015E7E4F555F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); -#5031= IFCRELASSOCIATESLIBRARY('2AgJgPnFnE9wh8EmYwPTGL',$,$,$,(#336),#12479); -#12479= IFCLIBRARYREFERENCE($,$,'\X2\52A05727529B\X0\','\X2\30BF30F330AF306E516C79F053C8306F8A2D8A08904B8EE25727529B\X0\','ja-JP',$); +#5031= IFCRELASSOCIATESLIBRARY('0PEHvNaAjBtgYuu0mhW$mS',$,$,$,(#317),#12484); +#12484= IFCLIBRARYREFERENCE($,$,'Ceiling RAPlenum',$,'en',$); -#5034= IFCRELASSOCIATESLIBRARY('25LBPPFujAsgKEImS4iv$3',$,$,$,(#341),#12480); -#12480= IFCLIBRARYREFERENCE($,$,'Circuit Type',$,'en',$); +#5032= IFCRELASSOCIATESLIBRARY('1DyhgahErAGOv5KTkMLJGl',$,$,$,(#317),#12485); +#12485= IFCLIBRARYREFERENCE($,$,'\X2\59294E9588CF90846C17\X0\','\X2\59294E9588CF90846C17FF0830EA30BF30F33042308A30FB306A3057FF093000\X0\TRUE=\X2\3042308A3001\X0\FALSE=\X2\306A30573002\X0\','ja-JP',$); -#5035= IFCRELASSOCIATESLIBRARY('0zerISvVDAdgnY3q_LpoJ8',$,$,$,(#342),#12481); -#12481= IFCLIBRARYREFERENCE($,$,'Cistern Capacity',$,'en',$); +#5033= IFCRELASSOCIATESLIBRARY('0bmP3$8vf56Bk2J88Ufb$a',$,$,$,(#317),#12486); +#12486= IFCLIBRARYREFERENCE($,$,'\X2\CC9CC7A5D658C6D0C8FCC758\X0\','\X2\CC9CC7A5\X0\ \X2\D658\X0\ \X2\AE30\X0\ (\X2\B9ACD0C4C788C5B4\X0\ \S\7 \X2\C5C6C74C\X0\) TRUE = \X2\C788ACE0\X0\ FALSE = \X2\C5C6C74C\X0\.','ko-KR',$); -#5036= IFCRELASSOCIATESLIBRARY('09NLjgrQD4MfMABshjSpIB',$,$,$,(#342),#12482); -#12482= IFCLIBRARYREFERENCE($,$,'\X2\8CAF6C3430BF30F330AF5BB991CF\X0\','\X2\8CAF6C3430BF30F330AF306E4F537A4D5BB991CF3002\X0\','ja-JP',$); +#5034= IFCRELASSOCIATESLIBRARY('1TTD4C9D92Cv3OZEx_KgRY',$,$,$,(#318),#12487); +#12487= IFCLIBRARYREFERENCE($,$,'Center Core Base Height',$,'en',$); -#5038= IFCRELASSOCIATESLIBRARY('3I6BIlltDBDxyULZw_sUoW',$,$,$,(#343),#12483); -#12483= IFCLIBRARYREFERENCE($,$,'Cistern Height',$,'en',$); +#5035= IFCRELASSOCIATESLIBRARY('1r8HHR1Gj1Lw7vUasS6IJH',$,$,$,(#319),#12488); +#12488= IFCLIBRARYREFERENCE($,$,'Center Core Base Width',$,'en',$); -#5039= IFCRELASSOCIATESLIBRARY('0O1_fApkv0QfMAHtozJr8J',$,$,$,(#343),#12484); -#12484= IFCLIBRARYREFERENCE($,$,'\X2\8CAF6C3430BF30F330AF306E9AD83055\X0\','\X2\8CAF6C3430BF30F330AF306E9AD830553092793A305930025C0F4FBF5668304C30D530E930C330B730E530D030EB30D630924F7F30448CAF6C3430BF30F330AF30926301306330663044306A304458345408306F\X0\''None''\X2\306B8A2D5B9A3055308C308B3002\X0\','ja-JP',$); +#5036= IFCRELASSOCIATESLIBRARY('0jwo97X4bEPAkvUz2iO1nI',$,$,$,(#320),#12489); +#12489= IFCLIBRARYREFERENCE($,$,'Center Core Middle Height',$,'en',$); -#5040= IFCRELASSOCIATESLIBRARY('1Yi92w0AL0Gut78rtCVsbB',$,$,$,(#344),#12485); -#12485= IFCLIBRARYREFERENCE($,$,'Classification Authority',$,'en',$); +#5037= IFCRELASSOCIATESLIBRARY('2iFCHzBG12rOOX_JAWrmIc',$,$,$,(#321),#12490); +#12490= IFCLIBRARYREFERENCE($,$,'Center Core Spacing',$,'en',$); -#5041= IFCRELASSOCIATESLIBRARY('1qH$cKcLH9Ugq0mfUFa6JW',$,$,$,(#344),#12486); -#12486= IFCLIBRARYREFERENCE($,$,'\X2\5206985E8A8D8A3C6A5F95A2\X0\','\X2\30DB30FC30B930EA30FC30EB306E5206985E8A8D8A3C6A5F95A2306E540D79F03002FF084F8B3000\X0\NFPA/ FEMA\X2\FF09\X0\','ja-JP',$); +#5038= IFCRELASSOCIATESLIBRARY('2plVQYJ8n1SesHnyWB95B$',$,$,$,(#322),#12491); +#12491= IFCLIBRARYREFERENCE($,$,'Center Core Top Height',$,'en',$); -#5042= IFCRELASSOCIATESLIBRARY('2V$n1OEi97vxshap6MP90f',$,$,$,(#345),#12487); -#12487= IFCLIBRARYREFERENCE($,$,'Class Of Service',$,'en',$); +#5039= IFCRELASSOCIATESLIBRARY('3V6IJ1tbX9LglsZNK7YPlK',$,$,$,(#323),#12492); +#12492= IFCLIBRARYREFERENCE($,$,'Center Core Top Width',$,'en',$); -#5043= IFCRELASSOCIATESLIBRARY('0snDJtb493P9x80VRVPFBI',$,$,$,(#345),#12488); -#12488= IFCLIBRARYREFERENCE($,$,'\X2\30B530FC30D330B930AF30E930B9\X0\','\X2\906975283055308C308B30DB30FC30B930EA30FC30EB306E4F7F752865B96CD5306E5206985E3002\X0\','ja-JP',$); +#5040= IFCRELASSOCIATESLIBRARY('2l678tOQL3KOYC5TqTaNjY',$,$,$,(#324),#12493); +#12493= IFCLIBRARYREFERENCE($,$,'Centerline Air Velocity',$,'en',$); -#5044= IFCRELASSOCIATESLIBRARY('3Enczks0LD4u5xfusjW8fs',$,$,$,(#347),#12489); -#12489= IFCLIBRARYREFERENCE($,$,'Clear Depth',$,'en',$); +#5041= IFCRELASSOCIATESLIBRARY('3HQHtGGYD5h8OYQBiPy4BB',$,$,$,(#324),#12494); +#12494= IFCLIBRARYREFERENCE($,$,'Vitesse de l''air en axe central de jet','Vitesse de l''air en axe central de jet par rapport \S\` la distance entre le diffuseur et la temp\S\irature diff\S\irentielle; une fonction de la distance entre le diffuseur et la diff\S\irence de temp\S\irature entre celui de l''air fourni et celui de l''air de la pi\S\hce.','fr-FR',$); -#5045= IFCRELASSOCIATESLIBRARY('05UPlT3Fb1A8LzhfJyJmP$',$,$,$,(#347),#12490); -#12490= IFCLIBRARYREFERENCE($,$,'Profondeur de passage','Profondeur de l''ascenseur. Elle indique la distance entre la face int\S\irieure de la porte et la face oppos\S\ie de la cabine de l''ascenseur. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#5042= IFCRELASSOCIATESLIBRARY('1DQReGy3zDYwWVnZKEk130',$,$,$,(#324),#12495); +#12495= IFCLIBRARYREFERENCE($,$,'\X2\4E2D5FC37A7A6C17901F5EA6\X0\','\X2\543951FA53E3304B304B3089306E8DDD96E230686E295EA65DEE306B5BFE3059308B4E2D5FC3901F5EA63001\X0\\X\0D\X\0A\X2\7D666C1730685BA451857A7A6C17306E9593306E543951FA53E3304B304B3089306E8DDD96E230686E295EA65DEE306E95A26570\X0\','ja-JP',$); -#5046= IFCRELASSOCIATESLIBRARY('0siqAxRDr07OjF1et4jkcx',$,$,$,(#347),#12491); -#12491= IFCLIBRARYREFERENCE($,$,'\X2\5965884C304D\X0\','\X2\30AA30D630B830A730AF30C8FF0830A830EC30D930FC30BFFF09306E5965884C304D300230A830EC30D930FC30BF30C930A2306E518590E888689762304B3089300153CD5BFE5074306E88689762307E3067306E8DDD96E23092793A30593002\X0\\X\0D\X\0A\X2\5F6272B6886873FE306F3001\X0\Shape representation\X2\FF08\X0\IFC\X2\306E5E7E4F555F6272B6886873FEFF09304A30883073305D305330678A2D5B9A3055308C30663044308B5E7E4F555F6272B630D130E930E130FC30BF306B3088308A4E0E30483089308C308B30023082305730015E7E4F555F6272B630D130E930E130FC30BF30685F6272B630D730ED30D130C630A360C55831304C4E0081F43057306A304458345408306F30015F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); +#5043= IFCRELASSOCIATESLIBRARY('3ttUet2Tv6$ObI$alJ$2Dc',$,$,$,(#326),#12496); +#12496= IFCLIBRARYREFERENCE($,$,'Centre Of Gravity In X',$,'en',$); -#5047= IFCRELASSOCIATESLIBRARY('2nCLvCbjP2qQh18vn56D2b',$,$,$,(#348),#12492); -#12492= IFCLIBRARYREFERENCE($,$,'Clear Depth',$,'en',$); +#5044= IFCRELASSOCIATESLIBRARY('2kHABmHlD3SuIceXeKcveZ',$,$,$,(#327),#12497); +#12497= IFCLIBRARYREFERENCE($,$,'Centre Of Gravity In Y',$,'en',$); -#5048= IFCRELASSOCIATESLIBRARY('1iy4TjJvPFQOEcFz8fLNDB',$,$,$,(#348),#12493); -#12493= IFCLIBRARYREFERENCE($,$,'\X2\6DF13055\X0\','\X2\30C030AF30C830B930DA30FC30B9306E6DF130553002\X0\','ja-JP',$); +#5045= IFCRELASSOCIATESLIBRARY('0H1BnEXm92hvUG2Y22De$l',$,$,$,(#328),#12498); +#12498= IFCLIBRARYREFERENCE($,$,'Chamber Length Or Radius',$,'en',$); -#5049= IFCRELASSOCIATESLIBRARY('3zGsnIUxL5BBe_4HR98Z5P',$,$,$,(#348),#12494); -#12494= IFCLIBRARYREFERENCE($,$,'\X2\AE4AC774\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\AE4AC774\X0\','ko-KR',$); +#5046= IFCRELASSOCIATESLIBRARY('2YRkZZwjn9PBQRDUsww9j8',$,$,$,(#328),#12499); +#12499= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FC306E957730553042308B3044306F534A5F84\X0\','\X2\30C130E330F330D030FC306E957730553042308B3044306F51865F6230C130E330F330D030FC306E534A5F843002\X0\','ja-JP',$); -#5050= IFCRELASSOCIATESLIBRARY('1StAPmYMb1fPXM0X7_f_vR',$,$,$,(#349),#12495); -#12495= IFCLIBRARYREFERENCE($,$,'Clear Depth',$,'en',$); +#5047= IFCRELASSOCIATESLIBRARY('3yuz1vHqDFNv2yIE1gG_uk',$,$,$,(#328),#12500); +#12500= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\BC18ACBD\X0\','\X2\CC54BC84C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\C6D0D615\X0\ \X2\CC54BC84C758\X0\ \X2\BC18ACBD\X0\','ko-KR',$); -#5051= IFCRELASSOCIATESLIBRARY('3BfynfjVLCSRQd5MtEp3NN',$,$,$,(#349),#12496); -#12496= IFCLIBRARYREFERENCE($,$,'\X2\660E78BA306A6DF13055\X0\','\X2\30B830E430F330AF30B730E730F330DC30C330AF30B9306B30B130FC30D630EB309253CE30813089308C308B6DF130553002\X0\','ja-JP',$); +#5048= IFCRELASSOCIATESLIBRARY('2QrpXrCK9B6xKOMEZfyCjU',$,$,$,(#329),#12501); +#12501= IFCLIBRARYREFERENCE($,$,'Chamber Length Or Radius',$,'en',$); -#5052= IFCRELASSOCIATESLIBRARY('1jJgqIegHBkxKP9IrbgrZD',$,$,$,(#349),#12497); -#12497= IFCLIBRARYREFERENCE($,$,'\X2\BA85D655D55C\X0\ \X2\AE4AC774\X0\','\X2\C9C0C580\X0\ \X2\C139C158\X0\ \X2\C0C1C790C5D0\X0\ \X2\CF00C774BE14C744\X0\ \X2\AC70B458\X0\ \X2\AE4AC774\X0\.','ko-KR',$); +#5049= IFCRELASSOCIATESLIBRARY('3JuMaEkFb2$vyPe3ipFI72',$,$,$,(#329),#12502); +#12502= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FCFF0830D030A430D630B930DA30FC30B9FF1FFF09306E957730553042308B3044306F534A5F84\X0\','\X2\30C130E330F330D030FC306E957730553042308B3044306F51865F6230C130E330F330D030FC306E534A5F843002\X0\','ja-JP',$); -#5053= IFCRELASSOCIATESLIBRARY('11P_UuME10VP7rcLxk9JfQ',$,$,$,(#350),#12498); -#12498= IFCLIBRARYREFERENCE($,$,'Clear Depth',$,'en',$); +#5050= IFCRELASSOCIATESLIBRARY('3YDunoZ7f0ZP0G3Wm6aDfo',$,$,$,(#329),#12503); +#12503= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84\X0\ (\X2\D30CC774D504\X0\ \X2\ACF5AC04\X0\)\X2\C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\BC18ACBD\X0\','\X2\CC54BC84C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\C6D0D615\X0\ \X2\CC54BC84C758\X0\ \X2\BC18ACBD\X0\','ko-KR',$); -#5054= IFCRELASSOCIATESLIBRARY('2dRFWO8qTANAJ3YOxkEjqS',$,$,$,(#350),#12499); -#12499= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB96DF13055\X0\','\X2\66976E207BA1306E8A315BB9\X0\(\X2\5B895168\X0\)\X2\6DF13055\X0\','ja-JP',$); +#5051= IFCRELASSOCIATESLIBRARY('3tTWaePJ59zwVYSd4O2PEt',$,$,$,(#330),#12504); +#12504= IFCLIBRARYREFERENCE($,$,'Chamber Length Or Radius',$,'en',$); -#5055= IFCRELASSOCIATESLIBRARY('1kj35IDinDEve19FKBgkZU',$,$,$,(#351),#12500); -#12500= IFCLIBRARYREFERENCE($,$,'Clear Height',$,'en',$); +#5052= IFCRELASSOCIATESLIBRARY('3_DGbEvsP49RRQ5Tc3u3Cf',$,$,$,(#330),#12505); +#12505= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FC306E957730553042308B3044306F534A5F84\X0\','\X2\30C130E330F330D030FC306E957730553042308B3044306F51865F6230C130E330F330D030FC306E534A5F843002\X0\','ja-JP',$); -#5056= IFCRELASSOCIATESLIBRARY('1dydQztDL66fiUreqvq23J',$,$,$,(#351),#12501); -#12501= IFCLIBRARYREFERENCE($,$,'Hauteur de passage','Hauteur du passage de l''ascenseur. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#5053= IFCRELASSOCIATESLIBRARY('07dheeu$D7nPr9Xglkwvq1',$,$,$,(#330),#12506); +#12506= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\BC18ACBD\X0\','\X2\CC54BC84C758\X0\ \X2\AE38C774\X0\ \X2\B610B294\X0\ \X2\C6D0D615\X0\ \X2\CC54BC84C758\X0\ \X2\BC18ACBD\X0\','ko-KR',$); -#5057= IFCRELASSOCIATESLIBRARY('09hW1yPjn5XuPAH$8tTlL8',$,$,$,(#351),#12502); -#12502= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\30AA30D630B830A730AF30C8FF0830A830EC30D930FC30BFFF09306E9AD83055300230A830EC30D930FC30BF30C930A2306E518590E8306E5E8A9762304B308959294E95307E3067306E8DDD96E23092793A30593002\X0\\X\0D\X\0A\X2\5F6272B6886873FE306F3001\X0\Shape representation\X2\FF08\X0\IFC\X2\306E5E7E4F555F6272B6886873FEFF09304A30883073305D305330678A2D5B9A3055308C30663044308B5E7E4F555F6272B630D130E930E130FC30BF306B3088308A4E0E30483089308C308B30023082305730015E7E4F555F6272B630D130E930E130FC30BF30685F6272B630D730ED30D130C630A360C55831304C4E0081F43057306A304458345408306F30015F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); +#5054= IFCRELASSOCIATESLIBRARY('2aWuEvhUT2Ix35k2k_tXvI',$,$,$,(#331),#12507); +#12507= IFCLIBRARYREFERENCE($,$,'Chamber Width',$,'en',$); -#5058= IFCRELASSOCIATESLIBRARY('2kVfTkK4TB4O74Dk6kSID6',$,$,$,(#352),#12503); -#12503= IFCLIBRARYREFERENCE($,$,'Clear Width',$,'en',$); +#5055= IFCRELASSOCIATESLIBRARY('2tfVDZ6gH8I9_PesR03ocV',$,$,$,(#331),#12508); +#12508= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FC306E5E45\X0\','\X2\975E51865F6230C130E330F330D030FC306E5E453002\X0\','ja-JP',$); -#5059= IFCRELASSOCIATESLIBRARY('2mNKJwBb51juYIWAzqnTvb',$,$,$,(#352),#12504); -#12504= IFCLIBRARYREFERENCE($,$,'Largeur du passage','Largeur du passage de l''ascenseur. Elle indique la distance entre les surfaces int\S\irieures gauche et droite de la cabine depuis la porte de l''ascenseur. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#5056= IFCRELASSOCIATESLIBRARY('2uFmT9Y0f70wnMpZK_KaSm',$,$,$,(#331),#12509); +#12509= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84C758\X0\ \X2\D3ED\X0\','\X2\BE44C6D0\X0\ \X2\CC54BC84C758\X0\ \X2\D3ED\X0\','ko-KR',$); -#5060= IFCRELASSOCIATESLIBRARY('1Ll$0ubQTCeBK0jaq_$t3i',$,$,$,(#352),#12505); -#12505= IFCLIBRARYREFERENCE($,$,'\X2\5E4554E1\X0\','\X2\30AA30D630B830A730AF30C8FF0830A830EC30D930FC30BFFF09306E5E45300230A830EC30D930FC30BF6607964D6A5F518590E888689762306E5DE6304B308953F3306E8DDD96E23092793A30593002\X0\\X\0D\X\0A\X2\5F6272B6886873FE306F3001\X0\Shape representation\X2\FF08\X0\IFC\X2\306E5E7E4F555F6272B6886873FEFF09304A30883073305D305330678A2D5B9A3055308C30663044308B5E7E4F555F6272B630D130E930E130FC30BF306B3088308A4E0E30483089308C308B30023082305730015E7E4F555F6272B630D130E930E130FC30BF30685F6272B630D730ED30D130C630A360C55831304C4E0081F43057306A304458345408306F30015F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); +#5057= IFCRELASSOCIATESLIBRARY('3mKhYJd09CWu8ifW3CxHg9',$,$,$,(#332),#12510); +#12510= IFCLIBRARYREFERENCE($,$,'Chamber Width',$,'en',$); -#5061= IFCRELASSOCIATESLIBRARY('2597im2Bj5fOv3LvAzVQIj',$,$,$,(#353),#12506); -#12506= IFCLIBRARYREFERENCE($,$,'Clear Width',$,'en',$); +#5058= IFCRELASSOCIATESLIBRARY('0BqnHPCF5B7e1CexgNOOnu',$,$,$,(#332),#12511); +#12511= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FCFF0830D030A430D630B930DA30FC30B9FF1FFF09306E5E45\X0\','\X2\975E51865F6230C130E330F330D030FC306E5E453002\X0\','ja-JP',$); -#5062= IFCRELASSOCIATESLIBRARY('2p579swCz1URc6sZgQGU_i',$,$,$,(#353),#12507); -#12507= IFCLIBRARYREFERENCE($,$,'\X2\5E4554E1\X0\','\X2\30C030AF30C830B930DA30FC30B9306E5E453002\X0\','ja-JP',$); +#5059= IFCRELASSOCIATESLIBRARY('26fD9_kfDBl9chCKdPQTlB',$,$,$,(#332),#12512); +#12512= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84\X0\ (\X2\D30CC774D504\X0\ \X2\ACF5AC04\X0\)\X2\C758\X0\ \X2\B108BE44\X0\','\X2\BE44C6D0\X0\ \X2\CC54BC84C758\X0\ \X2\D3ED\X0\','ko-KR',$); -#5063= IFCRELASSOCIATESLIBRARY('22yfU5ly5EBQ2DU8HCROzv',$,$,$,(#353),#12508); -#12508= IFCLIBRARYREFERENCE($,$,'\X2\D3ED\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\D3ED\X0\','ko-KR',$); +#5060= IFCRELASSOCIATESLIBRARY('2stHK0envCMhyvYRqCKrNa',$,$,$,(#333),#12513); +#12513= IFCLIBRARYREFERENCE($,$,'Chamber Width',$,'en',$); -#5064= IFCRELASSOCIATESLIBRARY('2ciWZtfj5CLOCftro9AXZB',$,$,$,(#354),#12509); -#12509= IFCLIBRARYREFERENCE($,$,'Lichte Breite','German-description-3','de-DE',$); +#5061= IFCRELASSOCIATESLIBRARY('2j4wTwouP5APRHJlruv5ik',$,$,$,(#333),#12514); +#12514= IFCLIBRARYREFERENCE($,$,'\X2\30C130E330F330D030FC5E45\X0\','\X2\975E51865F6230C130E330F330D030FC306E5E453002\X0\','ja-JP',$); -#5065= IFCRELASSOCIATESLIBRARY('1ILHqVDGv6PwORwFlKo8wm',$,$,$,(#354),#12510); -#12510= IFCLIBRARYREFERENCE($,$,'Clear Width',$,'en',$); +#5062= IFCRELASSOCIATESLIBRARY('2xK$IDcsT5rA9sw37JvDjx',$,$,$,(#333),#12515); +#12515= IFCLIBRARYREFERENCE($,$,'\X2\CC54BC84C758\X0\ \X2\B108BE44\X0\','\X2\BE44C6D0\X0\ \X2\CC54BC84C758\X0\ \X2\D3ED\X0\','ko-KR',$); -#5066= IFCRELASSOCIATESLIBRARY('14rt59I4DDFQqmbbtZgjtH',$,$,$,(#354),#12511); -#12511= IFCLIBRARYREFERENCE($,$,'LargeurPassage','Largeur du passage. Mesure de la distance entre les deux rampes ou entre le mur et la rampe. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#5063= IFCRELASSOCIATESLIBRARY('2IrdpIcz1F$wCSV_g8WZQk',$,$,$,(#336),#12516); +#12516= IFCLIBRARYREFERENCE($,$,'Charge Pressure',$,'en',$); -#5067= IFCRELASSOCIATESLIBRARY('30tR9q9h10M9PmaXOAsJzQ',$,$,$,(#354),#12512); -#12512= IFCLIBRARYREFERENCE($,$,'\X2\901A8DEF670952B95BF86CD5\X0\','\X2\5B9F969B306E901A8DEF306E670952B95E45\X0\\X\0D\X\0A\X2\5F6260C55831306F300151855074306F4F7F75283055308C308B5F62886873FE304A308830735E7E4F555B6676845A924ECB59096570306B52A03048306663D04F9B3055308C307E305930025E7E4F555B6676845A924ECB5909657030685F6272796027306E9593306E77DB76FE306E583454083067306F30014ED85C5E306E72796027306E4E2D306763D04F9B3055308C306630015E7E4F555B6676845A924ECB59096570306F5148884C30923068308A307E30593002\X0\"','ja-JP',$); +#5064= IFCRELASSOCIATESLIBRARY('2DiTClYgH898qLH3lnLQKD',$,$,$,(#336),#12517); +#12517= IFCLIBRARYREFERENCE($,$,'\X2\52A05727529B\X0\','\X2\30BF30F330AF306E516C79F053C8306F8A2D8A08904B8EE25727529B\X0\','ja-JP',$); -#5068= IFCRELASSOCIATESLIBRARY('0Ki41HXYPA1ARn9E822lmA',$,$,$,(#354),#12513); -#12513= IFCLIBRARYREFERENCE($,$,'\X2\51C05BBD\X0\','\X2\901A9053516553E3548C51FA53E35B9E96456D4B91CF768451C05BBD5EA6FF0C4EE54E244FA76276624B4E4B95F4621658994E0E576190536276624B4E4B95F476848DDD79BB4E3A51C63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); +#5065= IFCRELASSOCIATESLIBRARY('08uFW18WXFMgZ4TxzsuHjW',$,$,$,(#337),#12518); +#12518= IFCLIBRARYREFERENCE($,$,'Charge Pressure',$,'en',$); -#5069= IFCRELASSOCIATESLIBRARY('1B_hX97j9CwABC_gRU7sQf',$,$,$,(#355),#12514); -#12514= IFCLIBRARYREFERENCE($,$,'Climate Change',$,'en',$); +#5066= IFCRELASSOCIATESLIBRARY('2IxIJCP_H96BT0hjle9K7R',$,$,$,(#337),#12519); +#12519= IFCLIBRARYREFERENCE($,$,'\X2\52A05727529B\X0\','\X2\30BF30F330AF306E516C79F053C8306F8A2D8A08904B8EE25727529B\X0\','ja-JP',$); -#5070= IFCRELASSOCIATESLIBRARY('3LCOARsBnCCubwgOwNs7Rj',$,$,$,(#355),#12515); -#12515= IFCLIBRARYREFERENCE($,$,'ChangementClimatique','Quantit\S\i d''\S\imissions de gaz \S\` effet de serre exprim\S\ie en Kg d''\S\iquivalent CO2, selon les normes PrEN15804:2008 [NDT : ou NF P01-010]','fr-FR',$); +#5069= IFCRELASSOCIATESLIBRARY('2ymCNHu5bFfxprvGqoWi3K',$,$,$,(#342),#12520); +#12520= IFCLIBRARYREFERENCE($,$,'Circuit Type',$,'en',$); -#5071= IFCRELASSOCIATESLIBRARY('3Gni$wkvvAxuLNm9NidI1t',$,$,$,(#355),#12516); -#12516= IFCLIBRARYREFERENCE($,$,'\X2\6C17501959095316\X0\','\X2\7B9751FA3055308C305F\X0\CO2\X2\30687B4930573044653E51FA3055308C308B6E295BA452B9679C30AC30B9306E91CF3002\X0\','ja-JP',$); +#5070= IFCRELASSOCIATESLIBRARY('0W8LAuBoPDyfZ8ObHQ94Lq',$,$,$,(#343),#12521); +#12521= IFCLIBRARYREFERENCE($,$,'Cistern Capacity',$,'en',$); -#5072= IFCRELASSOCIATESLIBRARY('2L8Lkaeef9zhnMjUgXsLas',$,$,$,(#355),#12517); -#12517= IFCLIBRARYREFERENCE($,$,'\X2\AE30D6C4BCC0D654\X0\','CO2 \X2\B4F1AC00\X0\ \X2\D658C0B0B418B294\X0\ \X2\C628C2E4\X0\ \X2\AC00C2A4\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); +#5071= IFCRELASSOCIATESLIBRARY('1NkKjYTuj6ZPrFCnCoJQRR',$,$,$,(#343),#12522); +#12522= IFCLIBRARYREFERENCE($,$,'\X2\8CAF6C3430BF30F330AF5BB991CF\X0\','\X2\8CAF6C3430BF30F330AF306E4F537A4D5BB991CF3002\X0\','ja-JP',$); -#5073= IFCRELASSOCIATESLIBRARY('2PayL8kAHEERDsQ6Q0CzpI',$,$,$,(#356),#12518); -#12518= IFCLIBRARYREFERENCE($,$,'Climate Change Per Unit',$,'en',$); +#5073= IFCRELASSOCIATESLIBRARY('1kgVLEIK9A6xB_cDxvu2Tg',$,$,$,(#344),#12523); +#12523= IFCLIBRARYREFERENCE($,$,'Cistern Height',$,'en',$); -#5074= IFCRELASSOCIATESLIBRARY('2p2eaPqq10huXUwPsQwuoe',$,$,$,(#356),#12519); -#12519= IFCLIBRARYREFERENCE($,$,'ChangementClimatiqueParUnite','Quantit\S\i d''\S\imissions de gaz \S\` effet de serre exprim\S\ie en Kg d''\S\iquivalent CO2 tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : ainsi que dans les normes PrEN15804:2008 et NF P01-010].','fr-FR',$); +#5074= IFCRELASSOCIATESLIBRARY('2tP6sp5lvAUguwJAJCvpUq',$,$,$,(#344),#12524); +#12524= IFCLIBRARYREFERENCE($,$,'\X2\8CAF6C3430BF30F330AF306E9AD83055\X0\','\X2\8CAF6C3430BF30F330AF306E9AD830553092793A305930025C0F4FBF5668304C30D530E930C330B730E530D030EB30D630924F7F30448CAF6C3430BF30F330AF30926301306330663044306A304458345408306F\X0\''None''\X2\306B8A2D5B9A3055308C308B3002\X0\','ja-JP',$); -#5075= IFCRELASSOCIATESLIBRARY('0VplIfxyzBxQIjeiYF5NIo',$,$,$,(#356),#12520); -#12520= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A6C175019590952D5\X0\','CO2\X2\30678A087B973055308C305F6E295BA452B9679C30AC30B9306E653E51FA91CF3002\X0\','ja-JP',$); +#5075= IFCRELASSOCIATESLIBRARY('1i1pA0Dj5CaOgjAoHzoUpx',$,$,$,(#345),#12525); +#12525= IFCLIBRARYREFERENCE($,$,'Classification Authority',$,'en',$); -#5076= IFCRELASSOCIATESLIBRARY('0lo0J2bML1TBfO08h4F8JV',$,$,$,(#356),#12521); -#12521= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\AE30D6C4\X0\ \X2\BCC0D654\X0\','CO2 \X2\B4F1AC00\X0\ \X2\D658C0B0B418B294\X0\ \X2\C628C2E4\X0\ \X2\AC00C2A4\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); +#5076= IFCRELASSOCIATESLIBRARY('1y2P$cdITBHx3hKly33$f_',$,$,$,(#345),#12526); +#12526= IFCLIBRARYREFERENCE($,$,'\X2\5206985E8A8D8A3C6A5F95A2\X0\','\X2\30DB30FC30B930EA30FC30EB306E5206985E8A8D8A3C6A5F95A2306E540D79F03002FF084F8B3000\X0\NFPA/ FEMA\X2\FF09\X0\','ja-JP',$); -#5077= IFCRELASSOCIATESLIBRARY('1$YxL4W$9B3h9UIqOlnIjw',$,$,$,(#357),#12522); -#12522= IFCLIBRARYREFERENCE($,$,'Clogging Indicator',$,'en',$); +#5077= IFCRELASSOCIATESLIBRARY('1VLnUh3n58ouckw_1jkiYS',$,$,$,(#346),#12527); +#12527= IFCLIBRARYREFERENCE($,$,'Class Of Service',$,'en',$); -#5078= IFCRELASSOCIATESLIBRARY('0q_FZupAPFGhPCHVyo8B36',$,$,$,(#359),#12523); -#12523= IFCLIBRARYREFERENCE($,$,'Close Off Rating',$,'en',$); +#5078= IFCRELASSOCIATESLIBRARY('2dDo0b6NPBTegMmKMjfnCX',$,$,$,(#346),#12528); +#12528= IFCLIBRARYREFERENCE($,$,'\X2\30B530FC30D330B930AF30E930B9\X0\','\X2\906975283055308C308B30DB30FC30B930EA30FC30EB306E4F7F752865B96CD5306E5206985E3002\X0\','ja-JP',$); -#5079= IFCRELASSOCIATESLIBRARY('00M1$MlFjA$QtEIssihSn5',$,$,$,(#359),#12524); -#12524= IFCLIBRARYREFERENCE($,$,'\X2\30AF30ED30FC30BA30AA30D530EC30FC30C630A330F330B0\X0\','\X2\30AF30ED30FC30BA30AA30D530EC30FC30C630A330F330B0\X0\','ja-JP',$); +#5079= IFCRELASSOCIATESLIBRARY('0p8IyqgI56huZPzS$8MaKH',$,$,$,(#348),#12529); +#12529= IFCLIBRARYREFERENCE($,$,'Clear Depth',$,'en',$); -#5080= IFCRELASSOCIATESLIBRARY('0oizEg39bCS9tMKKFWEBhY',$,$,$,(#360),#12525); -#12525= IFCLIBRARYREFERENCE($,$,'Close Off Rating',$,'en',$); +#5080= IFCRELASSOCIATESLIBRARY('2rsWbspPf8dffyixk7fHzk',$,$,$,(#348),#12530); +#12530= IFCLIBRARYREFERENCE($,$,'Profondeur de passage','Profondeur de l''ascenseur. Elle indique la distance entre la face int\S\irieure de la porte et la face oppos\S\ie de la cabine de l''ascenseur. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#5082= IFCRELASSOCIATESLIBRARY('3MfLGjwST4fROT6z1PBP9W',$,$,$,(#361),#12526); -#12526= IFCLIBRARYREFERENCE($,$,'Closure Rating Enum',$,'en',$); +#5081= IFCRELASSOCIATESLIBRARY('1KpgADW6zAX8HS9JZPv$mu',$,$,$,(#348),#12531); +#12531= IFCLIBRARYREFERENCE($,$,'\X2\5965884C304D\X0\','\X2\30AA30D630B830A730AF30C8FF0830A830EC30D930FC30BFFF09306E5965884C304D300230A830EC30D930FC30BF30C930A2306E518590E888689762304B3089300153CD5BFE5074306E88689762307E3067306E8DDD96E23092793A30593002\X0\\X\0D\X\0A\X2\5F6272B6886873FE306F3001\X0\Shape representation\X2\FF08\X0\IFC\X2\306E5E7E4F555F6272B6886873FEFF09304A30883073305D305330678A2D5B9A3055308C30663044308B5E7E4F555F6272B630D130E930E130FC30BF306B3088308A4E0E30483089308C308B30023082305730015E7E4F555F6272B630D130E930E130FC30BF30685F6272B630D730ED30D130C630A360C55831304C4E0081F43057306A304458345408306F30015F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); -#5083= IFCRELASSOCIATESLIBRARY('3ZqQ30OkX1SegEQOzmflwy',$,$,$,(#362),#12527); -#12527= IFCLIBRARYREFERENCE($,$,'Closure Rating Enum',$,'en',$); +#5082= IFCRELASSOCIATESLIBRARY('1NYw05QTv2bADm6KMc0pXj',$,$,$,(#349),#12532); +#12532= IFCLIBRARYREFERENCE($,$,'Clear Depth',$,'en',$); -#5084= IFCRELASSOCIATESLIBRARY('1grTIosjbDNvsVejgnesoY',$,$,$,(#363),#12528); -#12528= IFCLIBRARYREFERENCE($,$,'CO2 Content',$,'en',$); +#5083= IFCRELASSOCIATESLIBRARY('1rhuWQcaD1iA$piQWaOruv',$,$,$,(#349),#12533); +#12533= IFCLIBRARYREFERENCE($,$,'\X2\6DF13055\X0\','\X2\30C030AF30C830B930DA30FC30B9306E6DF130553002\X0\','ja-JP',$); -#5085= IFCRELASSOCIATESLIBRARY('16AQSg17v1JADfCOfU_Opn',$,$,$,(#365),#12529); -#12529= IFCLIBRARYREFERENCE($,$,'COContent',$,'en',$); +#5084= IFCRELASSOCIATESLIBRARY('0_Sx$OhO55qx1vpoTpXWBi',$,$,$,(#349),#12534); +#12534= IFCLIBRARYREFERENCE($,$,'\X2\AE4AC774\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\AE4AC774\X0\','ko-KR',$); -#5086= IFCRELASSOCIATESLIBRARY('3bmLqqMt981emnouy2suDt',$,$,$,(#367),#12530); -#12530= IFCLIBRARYREFERENCE($,$,'Coefficient Of Performance',$,'en',$); +#5085= IFCRELASSOCIATESLIBRARY('22xiL7kUT9ue6UiLywxNfh',$,$,$,(#350),#12535); +#12535= IFCLIBRARYREFERENCE($,$,'Clear Depth',$,'en',$); -#5087= IFCRELASSOCIATESLIBRARY('1OpDuOTjP9uhtbPPz_LENC',$,$,$,(#367),#12531); -#12531= IFCLIBRARYREFERENCE($,$,'CoefficientDePerformance','Le coefficient de performance (COP) est le rapport entre l''\S\inergie calorifique fournie sur l''\S\inergie abosrb\S\ie.\X\0D\X\0AL''\S\inergie fournie peut \S\jtre obtenue en multipliant Pset_DistributionPortHistoryGas.flowRate depuis le port du IfcChiller par Pset_MaterialFuel.LowerHeatingValue.\X\0D\X\0ALe IfcDistributionPort pour combustible est associ\S\i \S\` IfcMaterial pour les propri\S\it\S\is du combustible et est atrribu\S\i \S\` l''objet IfcPerformanceHistory situ\S\i \S\` l''int\S\irieur m\S\jme de cet objet IfcPerformanceHistory.','fr-FR',$); +#5086= IFCRELASSOCIATESLIBRARY('32_xtx7qbEdvstK_kbFmxE',$,$,$,(#350),#12536); +#12536= IFCLIBRARYREFERENCE($,$,'\X2\660E78BA306A6DF13055\X0\','\X2\30B830E430F330AF30B730E730F330DC30C330AF30B9306B30B130FC30D630EB309253CE30813089308C308B6DF130553002\X0\','ja-JP',$); -#5088= IFCRELASSOCIATESLIBRARY('0v8xTnkNj8cQRM7Mt83Y_5',$,$,$,(#368),#12532); -#12532= IFCLIBRARYREFERENCE($,$,'Coefficient Of Performance',$,'en',$); +#5087= IFCRELASSOCIATESLIBRARY('2W$xSTmm5C58NQj23fGe47',$,$,$,(#350),#12537); +#12537= IFCLIBRARYREFERENCE($,$,'\X2\BA85D655D55C\X0\ \X2\AE4AC774\X0\','\X2\C9C0C580\X0\ \X2\C139C158\X0\ \X2\C0C1C790C5D0\X0\ \X2\CF00C774BE14C744\X0\ \X2\AC70B458\X0\ \X2\AE4AC774\X0\.','ko-KR',$); -#5089= IFCRELASSOCIATESLIBRARY('3GDnh9q$r7n8cZEQgMcdHD',$,$,$,(#368),#12533); -#12533= IFCLIBRARYREFERENCE($,$,'CoefficientPerformance','Coefficient de performance (COP).','fr-FR',$); +#5088= IFCRELASSOCIATESLIBRARY('1LJ0INk_91VAqVc5r_WqmV',$,$,$,(#351),#12538); +#12538= IFCLIBRARYREFERENCE($,$,'Clear Depth',$,'en',$); -#5090= IFCRELASSOCIATESLIBRARY('1PedzBl4fDNB66FFRch4SP',$,$,$,(#369),#12534); -#12534= IFCLIBRARYREFERENCE($,$,'Coefficient Of Performance Curve',$,'en',$); +#5089= IFCRELASSOCIATESLIBRARY('1uCL3KrLD3a98sBx4lgiG$',$,$,$,(#351),#12539); +#12539= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB96DF13055\X0\','\X2\66976E207BA1306E8A315BB9\X0\(\X2\5B895168\X0\)\X2\6DF13055\X0\','ja-JP',$); -#5091= IFCRELASSOCIATESLIBRARY('2TA_DmJy10dP99PmA904kR',$,$,$,(#369),#12535); -#12535= IFCLIBRARYREFERENCE($,$,'CourbeCOP','Coefficient de Performance (COP) du groupe froid qui est une fonction de la temp\S\irature de condensation et de la temp\S\irature d''\S\ivaporation, les informations sont sous la forme d''un tableau, COP = f(TempCon,TempEvp), COP = a2+b1*Tei+c2*Tei^2+d2*Tci+e2*Tci^2+f2*Tei*Tci.\X\0D\X\0ACe tableau utilises plusieurs entr\S\ies variables; pour la repr\S\isenter, DefiningValues et DefinedValues sont pour les deux nulles et IfcTable est attach\S\ie en utilisant IfcPropertyConstraintRelationship et IfcMetric. Les colonnes sont indiqu\S\ies dans l''ordre suivant:\X\0D\X\0A1. IfcPowerMeasureCapacity\X\0D\X\0A2. IfcThermodynamicTemperatureMeasure: CondensingTemperature\X\0D\X\0A3. IfcThermodynamicTemperatureMeasure: EvaporatingTemperature','fr-FR',$); +#5090= IFCRELASSOCIATESLIBRARY('2ty1jlqUz4zhrDiwD89KyI',$,$,$,(#352),#12540); +#12540= IFCLIBRARYREFERENCE($,$,'Clear Height',$,'en',$); -#5093= IFCRELASSOCIATESLIBRARY('1Jfo11FvL11ea8Krs2LLi0',$,$,$,(#371),#12536); -#12536= IFCLIBRARYREFERENCE($,$,'Coil Connection Direction',$,'en',$); +#5091= IFCRELASSOCIATESLIBRARY('03l4lOkpD7ZvNEzP5xG0AP',$,$,$,(#352),#12541); +#12541= IFCLIBRARYREFERENCE($,$,'Hauteur de passage','Hauteur du passage de l''ascenseur. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#5094= IFCRELASSOCIATESLIBRARY('0Xh_zGD8L1fuqAYT$k5J97',$,$,$,(#371),#12537); -#12537= IFCLIBRARYREFERENCE($,$,'DirectionConnexionBatterie','Direction de la connexion \S\` la batterie (en face du jet d''air)','fr-FR',$); +#5092= IFCRELASSOCIATESLIBRARY('3O9cZUO1b9derXa9A3ajiR',$,$,$,(#352),#12542); +#12542= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\30AA30D630B830A730AF30C8FF0830A830EC30D930FC30BFFF09306E9AD83055300230A830EC30D930FC30BF30C930A2306E518590E8306E5E8A9762304B308959294E95307E3067306E8DDD96E23092793A30593002\X0\\X\0D\X\0A\X2\5F6272B6886873FE306F3001\X0\Shape representation\X2\FF08\X0\IFC\X2\306E5E7E4F555F6272B6886873FEFF09304A30883073305D305330678A2D5B9A3055308C30663044308B5E7E4F555F6272B630D130E930E130FC30BF306B3088308A4E0E30483089308C308B30023082305730015E7E4F555F6272B630D130E930E130FC30BF30685F6272B630D730ED30D130C630A360C55831304C4E0081F43057306A304458345408306F30015F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); -#5096= IFCRELASSOCIATESLIBRARY('3iwRjua4T3GBp_uh3fY1$u',$,$,$,(#372),#12538); -#12538= IFCLIBRARYREFERENCE($,$,'Coil Coolant',$,'en',$); +#5093= IFCRELASSOCIATESLIBRARY('1B1b6MJLn4$wKRvTwmlZoP',$,$,$,(#353),#12543); +#12543= IFCLIBRARYREFERENCE($,$,'Clear Width',$,'en',$); -#5097= IFCRELASSOCIATESLIBRARY('3bFqeQavn4Ch7rkVyinnxC',$,$,$,(#372),#12539); -#12539= IFCLIBRARYREFERENCE($,$,'RefrigerantBatterie','Le fluide utilis\S\i pour chauffer ou refroidir dans la batterie deux tubes.','fr-FR',$); +#5094= IFCRELASSOCIATESLIBRARY('0gFjm1Lz1EROkMWNntFsg7',$,$,$,(#353),#12544); +#12544= IFCLIBRARYREFERENCE($,$,'Largeur du passage','Largeur du passage de l''ascenseur. Elle indique la distance entre les surfaces int\S\irieures gauche et droite de la cabine depuis la porte de l''ascenseur. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#5098= IFCRELASSOCIATESLIBRARY('1Rt9FIWYj9gf$B7fIs$y7l',$,$,$,(#373),#12540); -#12540= IFCLIBRARYREFERENCE($,$,'Coil Face Area',$,'en',$); +#5095= IFCRELASSOCIATESLIBRARY('3DFq7Iw79ADvd2KqzxUbu_',$,$,$,(#353),#12545); +#12545= IFCLIBRARYREFERENCE($,$,'\X2\5E4554E1\X0\','\X2\30AA30D630B830A730AF30C8FF0830A830EC30D930FC30BFFF09306E5E45300230A830EC30D930FC30BF6607964D6A5F518590E888689762306E5DE6304B308953F3306E8DDD96E23092793A30593002\X0\\X\0D\X\0A\X2\5F6272B6886873FE306F3001\X0\Shape representation\X2\FF08\X0\IFC\X2\306E5E7E4F555F6272B6886873FEFF09304A30883073305D305330678A2D5B9A3055308C30663044308B5E7E4F555F6272B630D130E930E130FC30BF306B3088308A4E0E30483089308C308B30023082305730015E7E4F555F6272B630D130E930E130FC30BF30685F6272B630D730ED30D130C630A360C55831304C4E0081F43057306A304458345408306F30015F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); -#5099= IFCRELASSOCIATESLIBRARY('0CZxbSzGX2oA5sPwerDAiQ',$,$,$,(#373),#12541); -#12541= IFCLIBRARYREFERENCE($,$,'SurfaceEchangeBatterie','Surface d''\S\ichange de la batterie dans la direction contraire du jet.','fr-FR',$); +#5096= IFCRELASSOCIATESLIBRARY('2es6P66tL6kPcVkZMLuOe3',$,$,$,(#354),#12546); +#12546= IFCLIBRARYREFERENCE($,$,'Clear Width',$,'en',$); -#5101= IFCRELASSOCIATESLIBRARY('2ldFXd1GDEexaDMZHN3KXa',$,$,$,(#374),#12542); -#12542= IFCLIBRARYREFERENCE($,$,'Coil Fluid Arrangement',$,'en',$); +#5097= IFCRELASSOCIATESLIBRARY('1bCDkJzrvC$unIRJ5LG_YI',$,$,$,(#354),#12547); +#12547= IFCLIBRARYREFERENCE($,$,'\X2\5E4554E1\X0\','\X2\30C030AF30C830B930DA30FC30B9306E5E453002\X0\','ja-JP',$); -#5102= IFCRELASSOCIATESLIBRARY('3H_peSukn4TOBna448knUY',$,$,$,(#374),#12543); -#12543= IFCLIBRARYREFERENCE($,$,'DispositionFluideBatterie','Disposition du flux du fluide dans la batterie.','fr-FR',$); +#5098= IFCRELASSOCIATESLIBRARY('0ETYvyjeD969QxBu12sk0F',$,$,$,(#354),#12548); +#12548= IFCLIBRARYREFERENCE($,$,'\X2\D3ED\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\D3ED\X0\','ko-KR',$); -#5103= IFCRELASSOCIATESLIBRARY('3H8WzpyNbB7As1GgtmtWiq',$,$,$,(#375),#12544); -#12544= IFCLIBRARYREFERENCE($,$,'Coil Length',$,'en',$); +#5099= IFCRELASSOCIATESLIBRARY('3AyNfGF_nFUQaHF_iXkFQX',$,$,$,(#355),#12549); +#12549= IFCLIBRARYREFERENCE($,$,'Lichte Breite','German-description-3','de-DE',$); -#5105= IFCRELASSOCIATESLIBRARY('3zWKSfJAPDhO62t3U8CwD1',$,$,$,(#376),#12545); -#12545= IFCLIBRARYREFERENCE($,$,'Coil Position',$,'en',$); +#5100= IFCRELASSOCIATESLIBRARY('3DCsQ24X5FTgiVojldwTCR',$,$,$,(#355),#12550); +#12550= IFCLIBRARYREFERENCE($,$,'Clear Width',$,'en',$); -#5106= IFCRELASSOCIATESLIBRARY('0xpV3rZiv4_h8t2dxnlIWt',$,$,$,(#376),#12546); -#12546= IFCLIBRARYREFERENCE($,$,'\X2\30B330A430EB4F4D7F6E\X0\','Fan\X2\306830B330A430EB9593306E95A24FC25B9A7FA9\X0\\X\0D\X\0ADwawThrough:\X2\30D530A130F3306F30B330A430EB306E4E0B6D41306B4F4D7F6E\X0\\X\0D\X\0ABlowThrough:\X2\30D530A130F3306F30B330A430EB306E4E0A6D41306B4F4D7F6E\X0\','ja-JP',$); +#5101= IFCRELASSOCIATESLIBRARY('3nZQAMvY9AwvEiPoMbO350',$,$,$,(#355),#12551); +#12551= IFCLIBRARYREFERENCE($,$,'LargeurPassage','Largeur du passage. Mesure de la distance entre les deux rampes ou entre le mur et la rampe. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#5107= IFCRELASSOCIATESLIBRARY('3HI1sBQDbBGxxS_zg5qd0h',$,$,$,(#377),#12547); -#12547= IFCLIBRARYREFERENCE($,$,'Coil Width',$,'en',$); +#5102= IFCRELASSOCIATESLIBRARY('1zVN_39EH2rh$9PFoR5q7Y',$,$,$,(#355),#12552); +#12552= IFCLIBRARYREFERENCE($,$,'\X2\901A8DEF670952B95BF86CD5\X0\','\X2\5B9F969B306E901A8DEF306E670952B95E45\X0\\X\0D\X\0A\X2\5F6260C55831306F300151855074306F4F7F75283055308C308B5F62886873FE304A308830735E7E4F555B6676845A924ECB59096570306B52A03048306663D04F9B3055308C307E305930025E7E4F555B6676845A924ECB5909657030685F6272796027306E9593306E77DB76FE306E583454083067306F30014ED85C5E306E72796027306E4E2D306763D04F9B3055308C306630015E7E4F555B6676845A924ECB59096570306F5148884C30923068308A307E30593002\X0\"','ja-JP',$); -#5108= IFCRELASSOCIATESLIBRARY('06Sr18cFPBTfBLjPSME7Ch',$,$,$,(#378),#12548); -#12548= IFCLIBRARYREFERENCE($,$,'Color',$,'en',$); +#5103= IFCRELASSOCIATESLIBRARY('2rxNvMZPv9dxEw5akrMsb1',$,$,$,(#355),#12553); +#12553= IFCLIBRARYREFERENCE($,$,'\X2\51C05BBD\X0\','\X2\901A9053516553E3548C51FA53E35B9E96456D4B91CF768451C05BBD5EA6FF0C4EE54E244FA76276624B4E4B95F4621658994E0E576190536276624B4E4B95F476848DDD79BB4E3A51C63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); -#5109= IFCRELASSOCIATESLIBRARY('0td1TS31L2BwY1Drri6zv0',$,$,$,(#378),#12549); -#12549= IFCLIBRARYREFERENCE($,$,'\X2\8272\X0\','\X2\30C030AF30C87D99624B306E8272\X0\\X\0D\X\0A\X2\30E130E2FF1A585788C53055308C30663044308B3068304D306B4F7F75283055308C308B30024ED6306E58345408306F4ED54E0A30523068305730665B9A7FA9\X0\','ja-JP',$); +#5104= IFCRELASSOCIATESLIBRARY('1ocw4NWfb92htrO0$dpcA8',$,$,$,(#356),#12554); +#12554= IFCLIBRARYREFERENCE($,$,'Climate Change',$,'en',$); -#5110= IFCRELASSOCIATESLIBRARY('1wDYkBYEr67fA1ktFPEml_',$,$,$,(#379),#12550); -#12550= IFCLIBRARYREFERENCE($,$,'Color',$,'en',$); +#5105= IFCRELASSOCIATESLIBRARY('0zHbzxoiH0gAZH911UVkSf',$,$,$,(#356),#12555); +#12555= IFCLIBRARYREFERENCE($,$,'ChangementClimatique','Quantit\S\i d''\S\imissions de gaz \S\` effet de serre exprim\S\ie en Kg d''\S\iquivalent CO2, selon les normes PrEN15804:2008 [NDT : ou NF P01-010]','fr-FR',$); -#5111= IFCRELASSOCIATESLIBRARY('1x_L_JFG14zAsU_HYQPxGO',$,$,$,(#379),#12551); -#12551= IFCLIBRARYREFERENCE($,$,'\X2\8272\X0\','\X2\914D7BA190E8306E518590E87C975EA64FC2657030008A18FF1A3053306E8A9E306F30D730E930B930C130C330AF914D7BA1306B306E307F4F7F308F308C308B30023057304B3057306A304C308930014FDD8B77306E305F30813067306F306A3044585788C53055308C305F88689762309263013064914D7BA1306B30824F7F308F308C308B3002\X0\','ja-JP',$); +#5106= IFCRELASSOCIATESLIBRARY('1PhuwrSmnBXvZcqHniHsFg',$,$,$,(#356),#12556); +#12556= IFCLIBRARYREFERENCE($,$,'\X2\6C17501959095316\X0\','\X2\7B9751FA3055308C305F\X0\CO2\X2\30687B4930573044653E51FA3055308C308B6E295BA452B9679C30AC30B9306E91CF3002\X0\','ja-JP',$); -#5112= IFCRELASSOCIATESLIBRARY('1W53Ci52z4Ye1psoHd2C6R',$,$,$,(#381),#12552); -#12552= IFCLIBRARYREFERENCE($,$,'Color',$,'en',$); +#5107= IFCRELASSOCIATESLIBRARY('0QHMIkFrL3IwZU_AUUqjHq',$,$,$,(#356),#12557); +#12557= IFCLIBRARYREFERENCE($,$,'\X2\AE30D6C4BCC0D654\X0\','CO2 \X2\B4F1AC00\X0\ \X2\D658C0B0B418B294\X0\ \X2\C628C2E4\X0\ \X2\AC00C2A4\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); -#5113= IFCRELASSOCIATESLIBRARY('2k9Rs7XmvAsBpnVIl60wF4',$,$,$,(#381),#12553); -#12553= IFCLIBRARYREFERENCE($,$,'\X2\8272\X0\','\X2\89817D20306E82723002\X0\','ja-JP',$); +#5108= IFCRELASSOCIATESLIBRARY('0juWfKEeHFYf1SLhY5dten',$,$,$,(#357),#12558); +#12558= IFCLIBRARYREFERENCE($,$,'Climate Change Per Unit',$,'en',$); -#5114= IFCRELASSOCIATESLIBRARY('2OgCAw_pL0bBAaa$wH3pki',$,$,$,(#382),#12554); -#12554= IFCLIBRARYREFERENCE($,$,'Color',$,'en',$); +#5109= IFCRELASSOCIATESLIBRARY('3Znk7etfL3RehyOTLsQdHh',$,$,$,(#357),#12559); +#12559= IFCLIBRARYREFERENCE($,$,'ChangementClimatiqueParUnite','Quantit\S\i d''\S\imissions de gaz \S\` effet de serre exprim\S\ie en Kg d''\S\iquivalent CO2 tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : ainsi que dans les normes PrEN15804:2008 et NF P01-010].','fr-FR',$); -#5115= IFCRELASSOCIATESLIBRARY('2Njy6g$_X8YgA$8sqIdyBP',$,$,$,(#382),#12555); -#12555= IFCLIBRARYREFERENCE($,$,'\X2\8272\X0\','\X2\914D7BA190E8306E518590E87C975EA64FC2657030008A18FF1A30D730E930B930C130C330AF914D7BA1306B306E307F4F7F308F308C308B30024FDD8B77306E305F30813067306F306A3044585788C53055308C305F88689762309263013064914D7BA1306B30824F7F308F308C308B3002\X0\','ja-JP',$); +#5110= IFCRELASSOCIATESLIBRARY('3N5oO0Yc95Oh5b6Fk3bUQd',$,$,$,(#357),#12560); +#12560= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A6C175019590952D5\X0\','CO2\X2\30678A087B973055308C305F6E295BA452B9679C30AC30B9306E653E51FA91CF3002\X0\','ja-JP',$); -#5116= IFCRELASSOCIATESLIBRARY('2xuDlKYFv4g9qdkgo013oh',$,$,$,(#383),#12556); -#12556= IFCLIBRARYREFERENCE($,$,'Color',$,'en',$); +#5111= IFCRELASSOCIATESLIBRARY('1On5nbMkTD49Dk1tep2pce',$,$,$,(#357),#12561); +#12561= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\AE30D6C4\X0\ \X2\BCC0D654\X0\','CO2 \X2\B4F1AC00\X0\ \X2\D658C0B0B418B294\X0\ \X2\C628C2E4\X0\ \X2\AC00C2A4\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); -#5117= IFCRELASSOCIATESLIBRARY('2JNJhAqRr8tBXNdgfvu$3N',$,$,$,(#383),#12557); -#12557= IFCLIBRARYREFERENCE($,$,'\X2\8272\X0\','\X2\30C030AF30C87D99624B306E8272\X0\\X\0D\X\0A\X2\30E130E2FF1A585788C53055308C30663044308B3068304D306B4F7F75283055308C308B30024ED6306E58345408306F4ED54E0A30523068305730665B9A7FA9\X0\','ja-JP',$); +#5112= IFCRELASSOCIATESLIBRARY('0jEjW9w$531Bn3lSDGcMyx',$,$,$,(#358),#12562); +#12562= IFCLIBRARYREFERENCE($,$,'Clogging Indicator',$,'en',$); -#5118= IFCRELASSOCIATESLIBRARY('0PLAygvC11CQ8o9kA9LNc4',$,$,$,(#384),#12558); -#12558= IFCLIBRARYREFERENCE($,$,'Color Appearance',$,'en',$); +#5113= IFCRELASSOCIATESLIBRARY('1y4JF_d0X5Me3hmeutms2s',$,$,$,(#360),#12563); +#12563= IFCLIBRARYREFERENCE($,$,'Close Off Rating',$,'en',$); -#5119= IFCRELASSOCIATESLIBRARY('3oYtBTwMr5MRY$jmJIRXPT',$,$,$,(#384),#12559); -#12559= IFCLIBRARYREFERENCE($,$,'\X2\8272306E898B304865B9\X0\','DIN\X2\FF0830C930A430C4898F683C53544F1AFF093068\X0\CIE\X2\FF0856FD969B7167660E59D454E14F1AFF09306E4E2165B9306E898F683C306730014EBA5DE57167660E306F8272306E898B304865B930675206985E3055308C308B3002\X0\\X\0D\X\0A\X2\4EBA306E76EE306B306F51683066767D304F898B30483066304F308B3001305D306E5DEE7570306F76F463A56BD48F033059308B30533068306B3088308A522452253059308B30533068304C53EF80FD30673042308B300289966A5F80FD306F8272306E898B304865B9306E5DEE7570306B76F463A55F7197FF306F3057306A30443002\X0\','ja-JP',$); +#5114= IFCRELASSOCIATESLIBRARY('1ALDmEsIr06BtHY_bbNRXe',$,$,$,(#360),#12564); +#12564= IFCLIBRARYREFERENCE($,$,'\X2\30AF30ED30FC30BA30AA30D530EC30FC30C630A330F330B0\X0\','\X2\30AF30ED30FC30BA30AA30D530EC30FC30C630A330F330B0\X0\','ja-JP',$); -#5120= IFCRELASSOCIATESLIBRARY('1enm2L2fLFJPPNLK4Tppqd',$,$,$,(#384),#12560); -#12560= IFCLIBRARYREFERENCE($,$,'\X2\C0C9C0C1C758\X0\ \X2\C678AD00\X0\',$,'ko-KR',$); +#5115= IFCRELASSOCIATESLIBRARY('22S2uwkF5F4w$XAkXDT7rV',$,$,$,(#361),#12565); +#12565= IFCLIBRARYREFERENCE($,$,'Close Off Rating',$,'en',$); -#5121= IFCRELASSOCIATESLIBRARY('0qnTfRV8H0ev3kJo7UpTpf',$,$,$,(#385),#12561); -#12561= IFCLIBRARYREFERENCE($,$,'Color Code',$,'en',$); +#5117= IFCRELASSOCIATESLIBRARY('3sHOfJMEnBBPLNiZD_SZrY',$,$,$,(#362),#12566); +#12566= IFCLIBRARYREFERENCE($,$,'Closure Rating Enum',$,'en',$); -#5122= IFCRELASSOCIATESLIBRARY('3UdC$pP3b5SOtDwYF$0_l9',$,$,$,(#385),#12562); -#12562= IFCLIBRARYREFERENCE($,$,'\X2\8272756A53F7\X0\','\X2\30B330CD30AF30BF306E82723002\X0\','ja-JP',$); +#5118= IFCRELASSOCIATESLIBRARY('25G1DCmMv8L9qIMGUTSfQp',$,$,$,(#363),#12567); +#12567= IFCLIBRARYREFERENCE($,$,'Closure Rating Enum',$,'en',$); -#5123= IFCRELASSOCIATESLIBRARY('2M6u15CoH6ywx$f6rBljcP',$,$,$,(#385),#12563); -#12563= IFCLIBRARYREFERENCE($,$,'\X2\C0C9C0C1BC88D638\X0\','\X2\CEE4B125D130\X0\ \X2\ACE0C720\X0\ \X2\C774B984\X0\','ko-KR',$); +#5119= IFCRELASSOCIATESLIBRARY('2NUCoumff7H8786DnWGLb9',$,$,$,(#364),#12568); +#12568= IFCLIBRARYREFERENCE($,$,'CO2 Content',$,'en',$); -#5124= IFCRELASSOCIATESLIBRARY('1siES7_Jf6lRnZNpkGFE39',$,$,$,(#386),#12564); -#12564= IFCLIBRARYREFERENCE($,$,'Color Rendering Index',$,'en',$); +#5120= IFCRELASSOCIATESLIBRARY('1ExFAeVHXAzRD2MIMKtD22',$,$,$,(#366),#12569); +#12569= IFCLIBRARYREFERENCE($,$,'COContent',$,'en',$); -#5125= IFCRELASSOCIATESLIBRARY('3cZ9fLEvrEcBPVPBpx8Mcu',$,$,$,(#386),#12565); -#12565= IFCLIBRARYREFERENCE($,$,'\X2\6F1482728A554FA16570\X0\','\X2\540C305882726E295EA6306E57FA6E9651496E9030673001898F5B9A3055308C305F\X0\8\X2\8272306E8A669A13827279683067306E51496E90306B3088308B82725F69306E518D886873FE30926BD48F033059308B3002\X0\CRI\X2\306E8A554FA130B930B130FC30EB306F\X0\1\X2\FF5E\X0\100\X2\3067300157FA6E9651496E90306E583454083092\X0\100\X2\30683059308B3002\X0\','ja-JP',$); +#5121= IFCRELASSOCIATESLIBRARY('32GX9I8DDBwRpSTw3GAF3z',$,$,$,(#368),#12570); +#12570= IFCLIBRARYREFERENCE($,$,'Coefficient Of Performance',$,'en',$); -#5126= IFCRELASSOCIATESLIBRARY('2o3M4YJ8j2uP4Q05cVt5Qo',$,$,$,(#386),#12566); -#12566= IFCLIBRARYREFERENCE($,$,'\X2\C5F0C0C9\X0\ \X2\D3C9AC00C218\X0\','\X2\AC19C740\X0\ \X2\C0C9C628B3C4C758\X0\ \X2\AE30C900\X0\ \X2\AD11C6D0C73CB85C\X0\ \X2\ADDCC815B41C\X0\ 8 \X2\AC00C9C0\X0\ \X2\C2DCD5D8\X0\ \X2\C0C9\X0\ \X2\D45CC758\X0\ \X2\AD11C6D0C5D0\X0\ \X2\C758D55C\X0\ \X2\C0C9CC44B97C\X0\ \X2\B2E4C2DC\X0\ \X2\D45CD604C744\X0\ \X2\BE44AD50D55CB2E4\X0\. CRI\X2\C758\X0\ \X2\D3C9AC00\X0\ \X2\CC99B3C4B294\X0\ 1\X2\C5D0C11C\X0\ 100\X2\C5D0C11C\X0\ \X2\AE30C900\X0\ \X2\AD11C6D0C758\X0\ \X2\ACBDC6B0\X0\ 100\X2\B85CD55CB2E4\X0\.','ko-KR',$); +#5122= IFCRELASSOCIATESLIBRARY('02B8$ZDvb9JOSrQI7Txn8G',$,$,$,(#368),#12571); +#12571= IFCLIBRARYREFERENCE($,$,'CoefficientDePerformance','Le coefficient de performance (COP) est le rapport entre l''\S\inergie calorifique fournie sur l''\S\inergie abosrb\S\ie.\X\0D\X\0AL''\S\inergie fournie peut \S\jtre obtenue en multipliant Pset_DistributionPortHistoryGas.flowRate depuis le port du IfcChiller par Pset_MaterialFuel.LowerHeatingValue.\X\0D\X\0ALe IfcDistributionPort pour combustible est associ\S\i \S\` IfcMaterial pour les propri\S\it\S\is du combustible et est atrribu\S\i \S\` l''objet IfcPerformanceHistory situ\S\i \S\` l''int\S\irieur m\S\jme de cet objet IfcPerformanceHistory.','fr-FR',$); -#5127= IFCRELASSOCIATESLIBRARY('3E5jMkb9H4wR_ToXhHM07E',$,$,$,(#387),#12567); -#12567= IFCLIBRARYREFERENCE($,$,'Color Temperature',$,'en',$); +#5123= IFCRELASSOCIATESLIBRARY('0ko5yyWdLDyOG57Ma0MJPU',$,$,$,(#369),#12572); +#12572= IFCLIBRARYREFERENCE($,$,'Coefficient Of Performance',$,'en',$); -#5128= IFCRELASSOCIATESLIBRARY('0M8WRGIvb79AsIFwc$xYiW',$,$,$,(#387),#12568); -#12568= IFCLIBRARYREFERENCE($,$,'\X2\82726E295EA6\X0\','\X2\653E5C046E90306E82726E295EA6306F9ED24F533001307E305F306F5B8C5168653E5C044F53306E82726E295EA6306B30665B9A7FA93055308C30014E0E30483089308C305F653E5C04306E82725EA630687B49305730449ED24F53306E6E295EA6306E3053306830024E0E30483089308C305F653E5C04306E82725EA6304C9ED24F53653E5C048ECC8DE14E0A306B306A304458345408306B300176F85BFE5206514952065E0330929ED24F53653E5C04306B8FD14F3C3059308B3002670030824E00822C7684306A4EBA5DE551496E90306E82726E295EA6306E7BC456F2306F3001\X0\3000K\X2\4EE54E0BFF086696767DFF09304B3089\X0\4000K\X2\FF084E2D9593FF0930673001\X0\5000k\X2\4EE54E0A306F663C51493002\X0\','ja-JP',$); +#5124= IFCRELASSOCIATESLIBRARY('3jTMcapaXCUfNnkxSqwEOS',$,$,$,(#369),#12573); +#12573= IFCLIBRARYREFERENCE($,$,'CoefficientPerformance','Coefficient de performance (COP).','fr-FR',$); -#5129= IFCRELASSOCIATESLIBRARY('2caTVto_HD2vV6mfxTb$eI',$,$,$,(#387),#12569); -#12569= IFCLIBRARYREFERENCE($,$,'\X2\C0C9C628B3C4\X0\','\X2\BC29C0AC\X0\ \X2\C6D0C758\X0\ \X2\C0C9C628B3C4B294\X0\ \X2\D751CCB4\X0\ \X2\B610B294\X0\ \X2\D751CCB4C758\X0\ \X2\C0C9C628B3C4C5D0C11C\X0\ \X2\C815C758B41C\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\BC29C0ACC758\X0\ \X2\C0C9B3C4C640\X0\ \X2\B3D9C77C\X0\ \X2\D751CCB4C758\X0\ \X2\C628B3C4\X0\ \X2\AC83\X0\. \X2\C8FCC5B4C9C4\X0\ \X2\BC29C0ACC758\X0\ \X2\C0C9B3C4AC00\X0\ \X2\D751CCB4\X0\ \X2\BCF5C0AC\X0\ \X2\ADA4C801C5D0C5C6B294\X0\ \X2\ACBDC6B0\X0\ \X2\C0C1B300\X0\ \X2\BD84AD11\X0\ \X2\BD84D3ECB97C\X0\ \X2\D751CCB4\X0\ \X2\BCF5C0ACC5D0\X0\ \X2\ADFCC0ACD55CB2E4\X0\. \X2\AC00C7A5\X0\ \X2\C77CBC18C801C778\X0\ \X2\C778ACF5\X0\ \X2\AD11C6D0C758\X0\ \X2\C0C9C628B3C4\X0\ \X2\BC94C704B294\X0\ 3000K \X2\C774D558\X0\ (\X2\B530B73BD55C\X0\ \X2\D770C0C9\X0\)\X2\C5D0C11C\X0\ 4000K (\X2\C911AC04\X0\)\X2\C5D0C11C\X0\ 5000k \X2\C774C0C1C740\X0\ \X2\C77CAD11\X0\.','ko-KR',$); +#5125= IFCRELASSOCIATESLIBRARY('3YjQrDi2D96eNkH8mDsxfH',$,$,$,(#370),#12574); +#12574= IFCLIBRARYREFERENCE($,$,'Coefficient Of Performance Curve',$,'en',$); -#5130= IFCRELASSOCIATESLIBRARY('2nEPhvBGv7JOKKMNmpf_Bj',$,$,$,(#389),#12570); -#12570= IFCLIBRARYREFERENCE($,$,'Column Shoe Base Plate Depth',$,'en',$); +#5126= IFCRELASSOCIATESLIBRARY('0LXdOcVejEHvl7B7kuyPc1',$,$,$,(#370),#12575); +#12575= IFCLIBRARYREFERENCE($,$,'CourbeCOP','Coefficient de Performance (COP) du groupe froid qui est une fonction de la temp\S\irature de condensation et de la temp\S\irature d''\S\ivaporation, les informations sont sous la forme d''un tableau, COP = f(TempCon,TempEvp), COP = a2+b1*Tei+c2*Tei^2+d2*Tci+e2*Tci^2+f2*Tei*Tci.\X\0D\X\0ACe tableau utilises plusieurs entr\S\ies variables; pour la repr\S\isenter, DefiningValues et DefinedValues sont pour les deux nulles et IfcTable est attach\S\ie en utilisant IfcPropertyConstraintRelationship et IfcMetric. Les colonnes sont indiqu\S\ies dans l''ordre suivant:\X\0D\X\0A1. IfcPowerMeasureCapacity\X\0D\X\0A2. IfcThermodynamicTemperatureMeasure: CondensingTemperature\X\0D\X\0A3. IfcThermodynamicTemperatureMeasure: EvaporatingTemperature','fr-FR',$); -#5131= IFCRELASSOCIATESLIBRARY('2MNOFM3Ij7E8IXvn2LVKbl',$,$,$,(#389),#12571); -#12571= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C86210\X0\','\X2\67F1811A30D930FC30B930D730EC30FC30C8306E62103002\X0\','ja-JP',$); +#5128= IFCRELASSOCIATESLIBRARY('3E8zQQxcD66P0qYbs_BhAZ',$,$,$,(#372),#12576); +#12576= IFCLIBRARYREFERENCE($,$,'Coil Connection Direction',$,'en',$); -#5132= IFCRELASSOCIATESLIBRARY('0XqsmEQXP0A9Wp3diWfDIl',$,$,$,(#389),#12572); -#12572= IFCLIBRARYREFERENCE($,$,'\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\AD6CC131\X0\','\X2\AE30B465\X0\ \X2\B2E4B9AC\X0\ \X2\BC1BCE68D310\X0\ \X2\AD6CC131\X0\','ko-KR',$); +#5129= IFCRELASSOCIATESLIBRARY('0dbPhpAQHEcxBdsSUHmajt',$,$,$,(#372),#12577); +#12577= IFCLIBRARYREFERENCE($,$,'DirectionConnexionBatterie','Direction de la connexion \S\` la batterie (en face du jet d''air)','fr-FR',$); -#5133= IFCRELASSOCIATESLIBRARY('0d8IN_cM5BDBziTGIs1MXh',$,$,$,(#390),#12573); -#12573= IFCLIBRARYREFERENCE($,$,'Column Shoe Base Plate Thickness',$,'en',$); +#5131= IFCRELASSOCIATESLIBRARY('2nofPshyPFY9qUeLqaWbB8',$,$,$,(#373),#12578); +#12578= IFCLIBRARYREFERENCE($,$,'Coil Coolant',$,'en',$); -#5134= IFCRELASSOCIATESLIBRARY('1OZ9FjHrj1re9YABQl$q_f',$,$,$,(#390),#12574); -#12574= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C8539A\X0\','\X2\67F1811A30D930FC30B930D730EC30FC30C8306E677F539A3002\X0\','ja-JP',$); +#5132= IFCRELASSOCIATESLIBRARY('2UxKAqhFHC9fLhbuAOB$E7',$,$,$,(#373),#12579); +#12579= IFCLIBRARYREFERENCE($,$,'RefrigerantBatterie','Le fluide utilis\S\i pour chauffer ou refroidir dans la batterie deux tubes.','fr-FR',$); -#5135= IFCRELASSOCIATESLIBRARY('0dgYlJz$5EiOJxqxqdgBq8',$,$,$,(#390),#12575); -#12575= IFCLIBRARYREFERENCE($,$,'\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\B450AED8\X0\','\X2\AE30B465\X0\ \X2\B2E4B9ACBCA0C774C2A4\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\B450AED8\X0\','ko-KR',$); +#5133= IFCRELASSOCIATESLIBRARY('0puukoMpL4SfQjOv2zBiMj',$,$,$,(#374),#12580); +#12580= IFCLIBRARYREFERENCE($,$,'Coil Face Area',$,'en',$); -#5136= IFCRELASSOCIATESLIBRARY('333t9ljiH2ywBb58UtDT6Z',$,$,$,(#391),#12576); -#12576= IFCLIBRARYREFERENCE($,$,'Column Shoe Base Plate Width',$,'en',$); +#5134= IFCRELASSOCIATESLIBRARY('2CGxv9QnT0wweHLpl_h4Ib',$,$,$,(#374),#12581); +#12581= IFCLIBRARYREFERENCE($,$,'SurfaceEchangeBatterie','Surface d''\S\ichange de la batterie dans la direction contraire du jet.','fr-FR',$); -#5137= IFCRELASSOCIATESLIBRARY('0GCsP$lGD8_wNQ6JSB4s3g',$,$,$,(#391),#12577); -#12577= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C85E45\X0\','\X2\67F1811A30D930FC30B930D730EC30FC30C8306E5E453002\X0\','ja-JP',$); +#5136= IFCRELASSOCIATESLIBRARY('1dC6B$0ir3WRJyBYsGCK_t',$,$,$,(#375),#12582); +#12582= IFCLIBRARYREFERENCE($,$,'Coil Fluid Arrangement',$,'en',$); -#5138= IFCRELASSOCIATESLIBRARY('1V3QCiGg5AhgZRUZkTzqGE',$,$,$,(#391),#12578); -#12578= IFCLIBRARYREFERENCE($,$,'\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\D3ED\X0\','\X2\AE30B465\X0\ \X2\B2E4B9AC\X0\ \X2\BC1BCE68D310\X0\ \X2\D3ED\X0\','ko-KR',$); +#5137= IFCRELASSOCIATESLIBRARY('0NrXBgM5v41uHXPQimKvn9',$,$,$,(#375),#12583); +#12583= IFCLIBRARYREFERENCE($,$,'DispositionFluideBatterie','Disposition du flux du fluide dans la batterie.','fr-FR',$); -#5139= IFCRELASSOCIATESLIBRARY('0UrZgRD3v78RcJmWfsNc5B',$,$,$,(#392),#12579); -#12579= IFCLIBRARYREFERENCE($,$,'Column Shoe Casing Depth',$,'en',$); +#5138= IFCRELASSOCIATESLIBRARY('0GP7my5AfCrApjFJ3QGaIP',$,$,$,(#376),#12584); +#12584= IFCLIBRARYREFERENCE($,$,'Coil Length',$,'en',$); -#5140= IFCRELASSOCIATESLIBRARY('1t14j12ov5ehJWcOP9IZPR',$,$,$,(#392),#12580); -#12580= IFCLIBRARYREFERENCE($,$,'\X2\30B130FC30B730F330B06210\X0\','\X2\67F1811A30B130FC30B730F330B0306E62103002\X0\','ja-JP',$); +#5140= IFCRELASSOCIATESLIBRARY('1hYpRVm5zCORR$GCCuHPZX',$,$,$,(#377),#12585); +#12585= IFCLIBRARYREFERENCE($,$,'Coil Position',$,'en',$); -#5141= IFCRELASSOCIATESLIBRARY('0n5kVitLD8dPaOhWmwcMrs',$,$,$,(#392),#12581); -#12581= IFCLIBRARYREFERENCE($,$,'\X2\CF00C774C2A4\X0\ \X2\AD6CC131\X0\','\X2\AE30B465\X0\ \X2\B2E4B9AC\X0\ \X2\CF00C774C2A4C758\X0\ \X2\AD6CC131\X0\','ko-KR',$); +#5141= IFCRELASSOCIATESLIBRARY('3eQQQnNJD7BexewBULS9LC',$,$,$,(#377),#12586); +#12586= IFCLIBRARYREFERENCE($,$,'\X2\30B330A430EB4F4D7F6E\X0\','Fan\X2\306830B330A430EB9593306E95A24FC25B9A7FA9\X0\\X\0D\X\0ADwawThrough:\X2\30D530A130F3306F30B330A430EB306E4E0B6D41306B4F4D7F6E\X0\\X\0D\X\0ABlowThrough:\X2\30D530A130F3306F30B330A430EB306E4E0A6D41306B4F4D7F6E\X0\','ja-JP',$); -#5142= IFCRELASSOCIATESLIBRARY('30By2zMbP4DgELj9damGRl',$,$,$,(#393),#12582); -#12582= IFCLIBRARYREFERENCE($,$,'Column Shoe Casing Height',$,'en',$); +#5142= IFCRELASSOCIATESLIBRARY('0aPWRT_iP2EgAJTIOCQQYr',$,$,$,(#378),#12587); +#12587= IFCLIBRARYREFERENCE($,$,'Coil Width',$,'en',$); -#5143= IFCRELASSOCIATESLIBRARY('0G_IG2I3v2Jxq7y64iuMGu',$,$,$,(#393),#12583); -#12583= IFCLIBRARYREFERENCE($,$,'\X2\30B130FC30B730F330B0539A\X0\','\X2\67F1811A30B130FC30B730F330B0306E677F539A3002\X0\','ja-JP',$); +#5143= IFCRELASSOCIATESLIBRARY('0slz5cz$T9dvJwp4WB1OMV',$,$,$,(#379),#12588); +#12588= IFCLIBRARYREFERENCE($,$,'Color',$,'en',$); -#5144= IFCRELASSOCIATESLIBRARY('0L5eVtEXj4dBkPAXJf$tn6',$,$,$,(#393),#12584); -#12584= IFCLIBRARYREFERENCE($,$,'\X2\CF00C774C2A4\X0\ \X2\B450AED8\X0\','\X2\AE30B465\X0\ \X2\B2E4B9AC\X0\ \X2\CF00C774C2A4C758\X0\ \X2\B450AED8\X0\','ko-KR',$); +#5144= IFCRELASSOCIATESLIBRARY('3t_JBqFZz8nRWVc4tXH4wQ',$,$,$,(#379),#12589); +#12589= IFCLIBRARYREFERENCE($,$,'\X2\8272\X0\','\X2\30C030AF30C87D99624B306E8272\X0\\X\0D\X\0A\X2\30E130E2FF1A585788C53055308C30663044308B3068304D306B4F7F75283055308C308B30024ED6306E58345408306F4ED54E0A30523068305730665B9A7FA9\X0\','ja-JP',$); -#5145= IFCRELASSOCIATESLIBRARY('0AU3pWBI5FQBuTvZj7u9jw',$,$,$,(#394),#12585); -#12585= IFCLIBRARYREFERENCE($,$,'Column Shoe Casing Width',$,'en',$); +#5145= IFCRELASSOCIATESLIBRARY('2gPi4i5f5Bf93_dUQHXW5Z',$,$,$,(#380),#12590); +#12590= IFCLIBRARYREFERENCE($,$,'Color',$,'en',$); -#5146= IFCRELASSOCIATESLIBRARY('22vocO5hz66Qr0rPzX5wKV',$,$,$,(#394),#12586); -#12586= IFCLIBRARYREFERENCE($,$,'\X2\30B130FC30B730F330B05E45\X0\','\X2\67F1811A30B130FC30B730F330B0306E5E453002\X0\','ja-JP',$); +#5146= IFCRELASSOCIATESLIBRARY('00nvmBVBDF_hcEolTXV7zZ',$,$,$,(#380),#12591); +#12591= IFCLIBRARYREFERENCE($,$,'\X2\8272\X0\','\X2\914D7BA190E8306E518590E87C975EA64FC2657030008A18FF1A3053306E8A9E306F30D730E930B930C130C330AF914D7BA1306B306E307F4F7F308F308C308B30023057304B3057306A304C308930014FDD8B77306E305F30813067306F306A3044585788C53055308C305F88689762309263013064914D7BA1306B30824F7F308F308C308B3002\X0\','ja-JP',$); -#5147= IFCRELASSOCIATESLIBRARY('1xmWQeeov6bPNFNGxQzKhV',$,$,$,(#394),#12587); -#12587= IFCLIBRARYREFERENCE($,$,'\X2\CF00C774C2A4\X0\ \X2\D3ED\X0\','\X2\AE30B465\X0\ \X2\B2E4B9AC\X0\ \X2\CF00C774C2A4C758\X0\ \X2\D3ED\X0\','ko-KR',$); +#5147= IFCRELASSOCIATESLIBRARY('2B84mFDETAHPLlzBTF_6q5',$,$,$,(#382),#12592); +#12592= IFCLIBRARYREFERENCE($,$,'Color',$,'en',$); -#5148= IFCRELASSOCIATESLIBRARY('1F7YxsMKv3IRclvZVlBJmj',$,$,$,(#396),#12588); -#12588= IFCLIBRARYREFERENCE($,$,'Brennbares Material','Angabe ob das Bauteil brennbares Material enth\S\dlt (WAHR) oder nicht (FALSCH).','de-DE',$); +#5148= IFCRELASSOCIATESLIBRARY('0sS8c0maTBGAEjl4aysro$',$,$,$,(#382),#12593); +#12593= IFCLIBRARYREFERENCE($,$,'\X2\8272\X0\','\X2\89817D20306E82723002\X0\','ja-JP',$); -#5149= IFCRELASSOCIATESLIBRARY('0pCcEeoRn92w2InJsinfwP',$,$,$,(#396),#12589); -#12589= IFCLIBRARYREFERENCE($,$,'Combustible',$,'en',$); +#5149= IFCRELASSOCIATESLIBRARY('0LLb9dJfnCgBW9eWm0HwXs',$,$,$,(#383),#12594); +#12594= IFCLIBRARYREFERENCE($,$,'Color',$,'en',$); -#5150= IFCRELASSOCIATESLIBRARY('3X1MabeJjDBwx0fb66Jrvx',$,$,$,(#396),#12590); -#12590= IFCLIBRARYREFERENCE($,$,'Combustible','Indique si l''objet est fait de mati\S\hre combustible (VRAI) ou non (FAUX).','fr-FR',$); +#5150= IFCRELASSOCIATESLIBRARY('0cKDo74eX12gneDKVwcuJs',$,$,$,(#383),#12595); +#12595= IFCLIBRARYREFERENCE($,$,'\X2\8272\X0\','\X2\914D7BA190E8306E518590E87C975EA64FC2657030008A18FF1A30D730E930B930C130C330AF914D7BA1306B306E307F4F7F308F308C308B30024FDD8B77306E305F30813067306F306A3044585788C53055308C305F88689762309263013064914D7BA1306B30824F7F308F308C308B3002\X0\','ja-JP',$); -#5151= IFCRELASSOCIATESLIBRARY('2S2j9T5xXAivpaYw9V2CfI',$,$,$,(#396),#12591); -#12591= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C36027533A5206\X0\','\X2\3053306E90E86750304C53EF71C3602772698CEA30674F5C3089308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#5151= IFCRELASSOCIATESLIBRARY('3HmIyX0_XBAhDdpOwJJvGe',$,$,$,(#384),#12596); +#12596= IFCLIBRARYREFERENCE($,$,'Color',$,'en',$); -#5152= IFCRELASSOCIATESLIBRARY('3$4JRkOtr1T8$thLVcKWaZ',$,$,$,(#396),#12592); -#12592= IFCLIBRARYREFERENCE($,$,'\X2\662F542653EF71C3\X0\','\X2\8868793A8BE567844EF6662F5426753153EF71C367506599523662103002\X0\','zh-CN',$); +#5152= IFCRELASSOCIATESLIBRARY('2C4ahjeTrC_ONWOaYjxc_c',$,$,$,(#384),#12597); +#12597= IFCLIBRARYREFERENCE($,$,'\X2\8272\X0\','\X2\30C030AF30C87D99624B306E8272\X0\\X\0D\X\0A\X2\30E130E2FF1A585788C53055308C30663044308B3068304D306B4F7F75283055308C308B30024ED6306E58345408306F4ED54E0A30523068305730665B9A7FA9\X0\','ja-JP',$); -#5153= IFCRELASSOCIATESLIBRARY('01UxYHZbT9cQjMliHYSuNP',$,$,$,(#397),#12593); -#12593= IFCLIBRARYREFERENCE($,$,'Brennbares Material','Angabe ob das Bauteil brennbares Material enth\S\dlt (WAHR) oder nicht (FALSCH).','de-DE',$); +#5153= IFCRELASSOCIATESLIBRARY('0$YzoqVgnFqgmrNeqV2fDy',$,$,$,(#385),#12598); +#12598= IFCLIBRARYREFERENCE($,$,'Color Appearance',$,'en',$); -#5154= IFCRELASSOCIATESLIBRARY('2QhiDDmWHBTBmbUjyOnGdf',$,$,$,(#397),#12594); -#12594= IFCLIBRARYREFERENCE($,$,'Combustible',$,'en',$); +#5154= IFCRELASSOCIATESLIBRARY('2TGkAC2XP0cA3NPCO0extJ',$,$,$,(#385),#12599); +#12599= IFCLIBRARYREFERENCE($,$,'\X2\8272306E898B304865B9\X0\','DIN\X2\FF0830C930A430C4898F683C53544F1AFF093068\X0\CIE\X2\FF0856FD969B7167660E59D454E14F1AFF09306E4E2165B9306E898F683C306730014EBA5DE57167660E306F8272306E898B304865B930675206985E3055308C308B3002\X0\\X\0D\X\0A\X2\4EBA306E76EE306B306F51683066767D304F898B30483066304F308B3001305D306E5DEE7570306F76F463A56BD48F033059308B30533068306B3088308A522452253059308B30533068304C53EF80FD30673042308B300289966A5F80FD306F8272306E898B304865B9306E5DEE7570306B76F463A55F7197FF306F3057306A30443002\X0\','ja-JP',$); -#5155= IFCRELASSOCIATESLIBRARY('0nJ3N_yoL0gRXTk9sTTFJI',$,$,$,(#397),#12595); -#12595= IFCLIBRARYREFERENCE($,$,'Combustible','Indique si l''objet est r\S\ialis\S\i \S\` partir de mat\S\iriau combustible (VRAI) ou non (FAUX).','fr-FR',$); +#5155= IFCRELASSOCIATESLIBRARY('26TPvA4rH3rOlSYEefObnX',$,$,$,(#385),#12600); +#12600= IFCLIBRARYREFERENCE($,$,'\X2\C0C9C0C1C758\X0\ \X2\C678AD00\X0\',$,'ko-KR',$); -#5156= IFCRELASSOCIATESLIBRARY('3hGcPOQ6X7t8S3Oy0$DuLu',$,$,$,(#397),#12596); -#12596= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C36027533A5206\X0\','\X2\3053306E90E86750304C53EF71C3602772698CEA30674F5C3089308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#5156= IFCRELASSOCIATESLIBRARY('0TV2czW8fB2BJvca3rstbv',$,$,$,(#386),#12601); +#12601= IFCLIBRARYREFERENCE($,$,'Color Code',$,'en',$); -#5157= IFCRELASSOCIATESLIBRARY('1HxI4BN4nBb8ajuhIpK4Lc',$,$,$,(#397),#12597); -#12597= IFCLIBRARYREFERENCE($,$,'\X2\662F542653EF71C3\X0\','\X2\8868793A8BE567844EF6662F5426753153EF71C367506599523662103002\X0\','zh-CN',$); +#5157= IFCRELASSOCIATESLIBRARY('2IaNAhfqX7vwJQOTCaZhe2',$,$,$,(#386),#12602); +#12602= IFCLIBRARYREFERENCE($,$,'\X2\8272756A53F7\X0\','\X2\30B330CD30AF30BF306E82723002\X0\','ja-JP',$); -#5158= IFCRELASSOCIATESLIBRARY('22Z0XitdLBiQu5srS$XiIZ',$,$,$,(#398),#12598); -#12598= IFCLIBRARYREFERENCE($,$,'Brennbares Material','German-description-4','de-DE',$); +#5158= IFCRELASSOCIATESLIBRARY('2TBktu7NP6rgvFDvwKnTEW',$,$,$,(#386),#12603); +#12603= IFCLIBRARYREFERENCE($,$,'\X2\C0C9C0C1BC88D638\X0\','\X2\CEE4B125D130\X0\ \X2\ACE0C720\X0\ \X2\C774B984\X0\','ko-KR',$); -#5159= IFCRELASSOCIATESLIBRARY('2B6FiulIv72PBNPTUt8PPt',$,$,$,(#398),#12599); -#12599= IFCLIBRARYREFERENCE($,$,'Combustible',$,'en',$); +#5159= IFCRELASSOCIATESLIBRARY('3diAqZ5IfAYg4g0aESCYl2',$,$,$,(#387),#12604); +#12604= IFCLIBRARYREFERENCE($,$,'Color Rendering Index',$,'en',$); -#5160= IFCRELASSOCIATESLIBRARY('0ttvT08$51cOeOA_8bXqDm',$,$,$,(#398),#12600); -#12600= IFCLIBRARYREFERENCE($,$,'Combustible','Indique si l''objet est r\S\ialis\S\i \S\` partir de mat\S\iriau combustible (VRAI) ou non (FAUX).','fr-FR',$); +#5160= IFCRELASSOCIATESLIBRARY('16Cdq9wdX6S9sYQCdlsXRD',$,$,$,(#387),#12605); +#12605= IFCLIBRARYREFERENCE($,$,'\X2\6F1482728A554FA16570\X0\','\X2\540C305882726E295EA6306E57FA6E9651496E9030673001898F5B9A3055308C305F\X0\8\X2\8272306E8A669A13827279683067306E51496E90306B3088308B82725F69306E518D886873FE30926BD48F033059308B3002\X0\CRI\X2\306E8A554FA130B930B130FC30EB306F\X0\1\X2\FF5E\X0\100\X2\3067300157FA6E9651496E90306E583454083092\X0\100\X2\30683059308B3002\X0\','ja-JP',$); -#5161= IFCRELASSOCIATESLIBRARY('0UcLWRuHX17vo2KIkF0mRK',$,$,$,(#398),#12601); -#12601= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C36027533A5206\X0\','\X2\3053306E90E86750304C53EF71C3602772698CEA30674F5C3089308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#5161= IFCRELASSOCIATESLIBRARY('25u7MJoN543eWcv0CEO9vH',$,$,$,(#387),#12606); +#12606= IFCLIBRARYREFERENCE($,$,'\X2\C5F0C0C9\X0\ \X2\D3C9AC00C218\X0\','\X2\AC19C740\X0\ \X2\C0C9C628B3C4C758\X0\ \X2\AE30C900\X0\ \X2\AD11C6D0C73CB85C\X0\ \X2\ADDCC815B41C\X0\ 8 \X2\AC00C9C0\X0\ \X2\C2DCD5D8\X0\ \X2\C0C9\X0\ \X2\D45CC758\X0\ \X2\AD11C6D0C5D0\X0\ \X2\C758D55C\X0\ \X2\C0C9CC44B97C\X0\ \X2\B2E4C2DC\X0\ \X2\D45CD604C744\X0\ \X2\BE44AD50D55CB2E4\X0\. CRI\X2\C758\X0\ \X2\D3C9AC00\X0\ \X2\CC99B3C4B294\X0\ 1\X2\C5D0C11C\X0\ 100\X2\C5D0C11C\X0\ \X2\AE30C900\X0\ \X2\AD11C6D0C758\X0\ \X2\ACBDC6B0\X0\ 100\X2\B85CD55CB2E4\X0\.','ko-KR',$); -#5162= IFCRELASSOCIATESLIBRARY('03wGSiuCb1pg67fd6xEPik',$,$,$,(#398),#12602); -#12602= IFCLIBRARYREFERENCE($,$,'\X2\662F542653EF71C3\X0\','\X2\8868793A8BE567844EF6662F5426753153EF71C367506599523662103002\X0\','zh-CN',$); +#5162= IFCRELASSOCIATESLIBRARY('3Ep4vjmtX5mBKZSRQleaPQ',$,$,$,(#388),#12607); +#12607= IFCLIBRARYREFERENCE($,$,'Color Temperature',$,'en',$); -#5163= IFCRELASSOCIATESLIBRARY('1sXspabLT0cPfIZk$fWPnO',$,$,$,(#399),#12603); -#12603= IFCLIBRARYREFERENCE($,$,'Brennbares Material','Angabe ob das Bauteil brennbares Material enth\S\dlt (WAHR) oder nicht (FALSCH).','de-DE',$); +#5163= IFCRELASSOCIATESLIBRARY('1oul41I$XFeOESrJBt4$aS',$,$,$,(#388),#12608); +#12608= IFCLIBRARYREFERENCE($,$,'\X2\82726E295EA6\X0\','\X2\653E5C046E90306E82726E295EA6306F9ED24F533001307E305F306F5B8C5168653E5C044F53306E82726E295EA6306B30665B9A7FA93055308C30014E0E30483089308C305F653E5C04306E82725EA630687B49305730449ED24F53306E6E295EA6306E3053306830024E0E30483089308C305F653E5C04306E82725EA6304C9ED24F53653E5C048ECC8DE14E0A306B306A304458345408306B300176F85BFE5206514952065E0330929ED24F53653E5C04306B8FD14F3C3059308B3002670030824E00822C7684306A4EBA5DE551496E90306E82726E295EA6306E7BC456F2306F3001\X0\3000K\X2\4EE54E0BFF086696767DFF09304B3089\X0\4000K\X2\FF084E2D9593FF0930673001\X0\5000k\X2\4EE54E0A306F663C51493002\X0\','ja-JP',$); -#5164= IFCRELASSOCIATESLIBRARY('34Yc2YnnH9uPQD3KkdFiH0',$,$,$,(#399),#12604); -#12604= IFCLIBRARYREFERENCE($,$,'Combustible',$,'en',$); +#5164= IFCRELASSOCIATESLIBRARY('1pR2CG42LC9e9$8yhCyknC',$,$,$,(#388),#12609); +#12609= IFCLIBRARYREFERENCE($,$,'\X2\C0C9C628B3C4\X0\','\X2\BC29C0AC\X0\ \X2\C6D0C758\X0\ \X2\C0C9C628B3C4B294\X0\ \X2\D751CCB4\X0\ \X2\B610B294\X0\ \X2\D751CCB4C758\X0\ \X2\C0C9C628B3C4C5D0C11C\X0\ \X2\C815C758B41C\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\BC29C0ACC758\X0\ \X2\C0C9B3C4C640\X0\ \X2\B3D9C77C\X0\ \X2\D751CCB4C758\X0\ \X2\C628B3C4\X0\ \X2\AC83\X0\. \X2\C8FCC5B4C9C4\X0\ \X2\BC29C0ACC758\X0\ \X2\C0C9B3C4AC00\X0\ \X2\D751CCB4\X0\ \X2\BCF5C0AC\X0\ \X2\ADA4C801C5D0C5C6B294\X0\ \X2\ACBDC6B0\X0\ \X2\C0C1B300\X0\ \X2\BD84AD11\X0\ \X2\BD84D3ECB97C\X0\ \X2\D751CCB4\X0\ \X2\BCF5C0ACC5D0\X0\ \X2\ADFCC0ACD55CB2E4\X0\. \X2\AC00C7A5\X0\ \X2\C77CBC18C801C778\X0\ \X2\C778ACF5\X0\ \X2\AD11C6D0C758\X0\ \X2\C0C9C628B3C4\X0\ \X2\BC94C704B294\X0\ 3000K \X2\C774D558\X0\ (\X2\B530B73BD55C\X0\ \X2\D770C0C9\X0\)\X2\C5D0C11C\X0\ 4000K (\X2\C911AC04\X0\)\X2\C5D0C11C\X0\ 5000k \X2\C774C0C1C740\X0\ \X2\C77CAD11\X0\.','ko-KR',$); -#5165= IFCRELASSOCIATESLIBRARY('1tsKz$1WP0lQzDrKAmqjUW',$,$,$,(#399),#12605); -#12605= IFCLIBRARYREFERENCE($,$,'Combustible','Indique si l''objet est r\S\ialis\S\i \S\` partir de mat\S\iriau combustible (VRAI) ou non (FAUX).','fr-FR',$); +#5165= IFCRELASSOCIATESLIBRARY('20nmr_8QnClemYjJmCWvlX',$,$,$,(#390),#12610); +#12610= IFCLIBRARYREFERENCE($,$,'Column Shoe Base Plate Depth',$,'en',$); -#5166= IFCRELASSOCIATESLIBRARY('0KB1$uiwz5Ce7Iow2iPMT7',$,$,$,(#399),#12606); -#12606= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C36027533A5206\X0\','\X2\3053306E90E86750304C53EF71C3602772698CEA30674F5C3089308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#5166= IFCRELASSOCIATESLIBRARY('3yh$FPzCXA2wmztLhddw5J',$,$,$,(#390),#12611); +#12611= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C86210\X0\','\X2\67F1811A30D930FC30B930D730EC30FC30C8306E62103002\X0\','ja-JP',$); -#5167= IFCRELASSOCIATESLIBRARY('3PWmiQmoHACAzYVQclVmc5',$,$,$,(#399),#12607); -#12607= IFCLIBRARYREFERENCE($,$,'\X2\662F542653EF71C3\X0\','\X2\8868793A8BE567844EF6662F5426753153EF71C367506599523662103002\X0\','zh-CN',$); +#5167= IFCRELASSOCIATESLIBRARY('1gZYeFJX1D6RiciONIFbOS',$,$,$,(#390),#12612); +#12612= IFCLIBRARYREFERENCE($,$,'\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\AD6CC131\X0\','\X2\AE30B465\X0\ \X2\B2E4B9AC\X0\ \X2\BC1BCE68D310\X0\ \X2\AD6CC131\X0\','ko-KR',$); -#5168= IFCRELASSOCIATESLIBRARY('2ZMaTAevL5LhfK7b1aWzbF',$,$,$,(#400),#12608); -#12608= IFCLIBRARYREFERENCE($,$,'Combustion Efficiency',$,'en',$); +#5168= IFCRELASSOCIATESLIBRARY('3VLQ8UXCj4CQ$gCkC5HBo3',$,$,$,(#391),#12613); +#12613= IFCLIBRARYREFERENCE($,$,'Column Shoe Base Plate Thickness',$,'en',$); -#5169= IFCRELASSOCIATESLIBRARY('2ok8j4pl1D4OZuJEB4FWfq',$,$,$,(#400),#12609); -#12609= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iCombustion','Efficacit\S\i de la combustion sous conditions nominales.','fr-FR',$); +#5169= IFCRELASSOCIATESLIBRARY('16P_06i8nFwACB0AZrtCST',$,$,$,(#391),#12614); +#12614= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C8539A\X0\','\X2\67F1811A30D930FC30B930D730EC30FC30C8306E677F539A3002\X0\','ja-JP',$); -#5170= IFCRELASSOCIATESLIBRARY('2FEMSwLlv1s8nHHHqT3mCx',$,$,$,(#400),#12610); -#12610= IFCLIBRARYREFERENCE($,$,'\X2\71C3713C52B97387\X0\','\X2\8A2D8A0867614EF63067306E71C3713C52B97387\X0\','ja-JP',$); +#5170= IFCRELASSOCIATESLIBRARY('0P6n95b0j3qfxhNy4Vdsmb',$,$,$,(#391),#12615); +#12615= IFCLIBRARYREFERENCE($,$,'\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\B450AED8\X0\','\X2\AE30B465\X0\ \X2\B2E4B9ACBCA0C774C2A4\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\B450AED8\X0\','ko-KR',$); -#5171= IFCRELASSOCIATESLIBRARY('1u68CjYvn9ghJrqEThDQWW',$,$,$,(#401),#12611); -#12611= IFCLIBRARYREFERENCE($,$,'Combustion Temperature',$,'en',$); +#5171= IFCRELASSOCIATESLIBRARY('3k_LEEkMvDPx7nI8ZuvGCO',$,$,$,(#392),#12616); +#12616= IFCLIBRARYREFERENCE($,$,'Column Shoe Base Plate Width',$,'en',$); -#5172= IFCRELASSOCIATESLIBRARY('2kbVMIgurBoxC9Te0WsQoC',$,$,$,(#402),#12612); -#12612= IFCLIBRARYREFERENCE($,$,'Combustion Temperature',$,'en',$); +#5172= IFCRELASSOCIATESLIBRARY('1LMDTVuZXCBxVeWreGxuBq',$,$,$,(#392),#12617); +#12617= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C85E45\X0\','\X2\67F1811A30D930FC30B930D730EC30FC30C8306E5E453002\X0\','ja-JP',$); -#5173= IFCRELASSOCIATESLIBRARY('2FiI9vU$n27fG9j3mVRvFV',$,$,$,(#402),#12613); -#12613= IFCLIBRARYREFERENCE($,$,'Temp\S\iratureCombustion','Temp\S\irature de combustion moyenne au foyer.','fr-FR',$); +#5173= IFCRELASSOCIATESLIBRARY('3g18dTTuTD3A9ltUHleEAd',$,$,$,(#392),#12618); +#12618= IFCLIBRARYREFERENCE($,$,'\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\D3ED\X0\','\X2\AE30B465\X0\ \X2\B2E4B9AC\X0\ \X2\BC1BCE68D310\X0\ \X2\D3ED\X0\','ko-KR',$); -#5174= IFCRELASSOCIATESLIBRARY('3EB0VvidD6ReVXM1rhkqa_',$,$,$,(#402),#12614); -#12614= IFCLIBRARYREFERENCE($,$,'\X2\71C3713C6E295EA6\X0\','\X2\71C3713C5BA45E7357476E295EA6\X0\','ja-JP',$); +#5174= IFCRELASSOCIATESLIBRARY('1ZGtbSpqbA4fhzcAoB8p8Q',$,$,$,(#393),#12619); +#12619= IFCLIBRARYREFERENCE($,$,'Column Shoe Casing Depth',$,'en',$); -#5175= IFCRELASSOCIATESLIBRARY('3N3B1l2cTABBXafTW1pBXf',$,$,$,(#403),#12615); -#12615= IFCLIBRARYREFERENCE($,$,'Commencement Date',$,'en',$); +#5175= IFCRELASSOCIATESLIBRARY('1crBMxjIj4WgnOld2dVacK',$,$,$,(#393),#12620); +#12620= IFCLIBRARYREFERENCE($,$,'\X2\30B130FC30B730F330B06210\X0\','\X2\67F1811A30B130FC30B730F330B0306E62103002\X0\','ja-JP',$); -#5178= IFCRELASSOCIATESLIBRARY('3GZtKnAWvFPPX70sQdNmGe',$,$,$,(#406),#12616); -#12616= IFCLIBRARYREFERENCE($,$,'Brandabschnittsdefinierendes Bauteil','Angabe, ob dieses Bauteil einen Brandabschnitt begrenzt (WAHR), oder nicht (FALSCH).','de-DE',$); +#5176= IFCRELASSOCIATESLIBRARY('15JBpDzePBgOCrUZzxp$$a',$,$,$,(#393),#12621); +#12621= IFCLIBRARYREFERENCE($,$,'\X2\CF00C774C2A4\X0\ \X2\AD6CC131\X0\','\X2\AE30B465\X0\ \X2\B2E4B9AC\X0\ \X2\CF00C774C2A4C758\X0\ \X2\AD6CC131\X0\','ko-KR',$); -#5179= IFCRELASSOCIATESLIBRARY('1MYGH_nEzCgeaVkg9PhPF2',$,$,$,(#406),#12617); -#12617= IFCLIBRARYREFERENCE($,$,'Compartmentation',$,'en',$); +#5177= IFCRELASSOCIATESLIBRARY('2h_fi75Gj2uvJ2$auCnypr',$,$,$,(#394),#12622); +#12622= IFCLIBRARYREFERENCE($,$,'Column Shoe Casing Height',$,'en',$); -#5180= IFCRELASSOCIATESLIBRARY('3_0yUs7yb26htvyFTW2o0A',$,$,$,(#406),#12618); -#12618= IFCLIBRARYREFERENCE($,$,'Compartimentage','Indique si l''objet est con\S\gu pour assurer un compartimentage contre l''incendie (VRAI) ou non (FAUX).','fr-FR',$); +#5178= IFCRELASSOCIATESLIBRARY('1dCZbs2UzFuhb_B40eLY$T',$,$,$,(#394),#12623); +#12623= IFCLIBRARYREFERENCE($,$,'\X2\30B130FC30B730F330B0539A\X0\','\X2\67F1811A30B130FC30B730F330B0306E677F539A3002\X0\','ja-JP',$); -#5181= IFCRELASSOCIATESLIBRARY('3kJoJQeBjEaAkFchglTCT6',$,$,$,(#406),#12619); -#12619= IFCLIBRARYREFERENCE($,$,'\X2\9632706B533A753B\X0\','\X2\90E86750304C9632706B533A753B306830573066752830443089308C308B304B30693046304B3092793A305930D630FC30EA30A230F35024FF08\X0\TRUE or False)\X2\3002\X0\','ja-JP',$); +#5179= IFCRELASSOCIATESLIBRARY('0CkbRHSUPFTgbfuTzwL$VH',$,$,$,(#394),#12624); +#12624= IFCLIBRARYREFERENCE($,$,'\X2\CF00C774C2A4\X0\ \X2\B450AED8\X0\','\X2\AE30B465\X0\ \X2\B2E4B9AC\X0\ \X2\CF00C774C2A4C758\X0\ \X2\B450AED8\X0\','ko-KR',$); -#5182= IFCRELASSOCIATESLIBRARY('1_FZwvf5rBMxxpfx6_ived',$,$,$,(#407),#12620); -#12620= IFCLIBRARYREFERENCE($,$,'Brandabschnittsdefinierendes Bauteil','Angabe, ob dieses Bauteil einen Brandabschnitt begrenzt (WAHR), oder nicht (FALSCH).','de-DE',$); +#5180= IFCRELASSOCIATESLIBRARY('2UMM2MwOD0chZQlX5$nqN7',$,$,$,(#395),#12625); +#12625= IFCLIBRARYREFERENCE($,$,'Column Shoe Casing Width',$,'en',$); -#5183= IFCRELASSOCIATESLIBRARY('2dlLwuFmrD2Af6_UfeWZq0',$,$,$,(#407),#12621); -#12621= IFCLIBRARYREFERENCE($,$,'Compartmentation',$,'en',$); +#5181= IFCRELASSOCIATESLIBRARY('17Z7IeteLEGAGzSKefYJYI',$,$,$,(#395),#12626); +#12626= IFCLIBRARYREFERENCE($,$,'\X2\30B130FC30B730F330B05E45\X0\','\X2\67F1811A30B130FC30B730F330B0306E5E453002\X0\','ja-JP',$); -#5184= IFCRELASSOCIATESLIBRARY('0T5BrtbDjDax5H4bcKMj$U',$,$,$,(#407),#12622); -#12622= IFCLIBRARYREFERENCE($,$,'Compartimentage','Indique si l''objet est con\S\gu pour assurer un compartimentage contre l''incendie (VRAI) ou non (FAUX).','fr-FR',$); +#5182= IFCRELASSOCIATESLIBRARY('2au7fpvV1FR9TH0QRqAflK',$,$,$,(#395),#12627); +#12627= IFCLIBRARYREFERENCE($,$,'\X2\CF00C774C2A4\X0\ \X2\D3ED\X0\','\X2\AE30B465\X0\ \X2\B2E4B9AC\X0\ \X2\CF00C774C2A4C758\X0\ \X2\D3ED\X0\','ko-KR',$); -#5185= IFCRELASSOCIATESLIBRARY('1cp0w6i8f0eOqnQgd4hvC8',$,$,$,(#407),#12623); -#12623= IFCLIBRARYREFERENCE($,$,'\X2\9632706B533A753B\X0\','\X2\9632706B533A753B30928003616E3057305F90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024\X0\','ja-JP',$); +#5183= IFCRELASSOCIATESLIBRARY('0KrxtoUF11vwNUzPMiFAw3',$,$,$,(#397),#12628); +#12628= IFCLIBRARYREFERENCE($,$,'Brennbares Material','Angabe ob das Bauteil brennbares Material enth\S\dlt (WAHR) oder nicht (FALSCH).','de-DE',$); -#5189= IFCRELASSOCIATESLIBRARY('0_RTMWoSvFrfQi_tN1XAfI',$,$,$,(#410),#12624); -#12624= IFCLIBRARYREFERENCE($,$,'Compressed Air Filter Type',$,'en',$); +#5184= IFCRELASSOCIATESLIBRARY('2Uv3WZFtPE_PIU6ViHLQnd',$,$,$,(#397),#12629); +#12629= IFCLIBRARYREFERENCE($,$,'Combustible',$,'en',$); -#5190= IFCRELASSOCIATESLIBRARY('09vWiMRVrD_8CiOeU9zpjN',$,$,$,(#411),#12625); -#12625= IFCLIBRARYREFERENCE($,$,'Compression Efficiency',$,'en',$); +#5185= IFCRELASSOCIATESLIBRARY('0ivNDQA4P4B9I$3AJz5Whx',$,$,$,(#397),#12630); +#12630= IFCLIBRARYREFERENCE($,$,'Combustible','Indique si l''objet est fait de mati\S\hre combustible (VRAI) ou non (FAUX).','fr-FR',$); -#5191= IFCRELASSOCIATESLIBRARY('3FDFDIvbL4WvoO3MGiFeop',$,$,$,(#411),#12626); -#12626= IFCLIBRARYREFERENCE($,$,'RendementCompression','Rapport entre le travail requis pour une compression isentropique du gaz et le travail fourni au gaz dans le volume comprim\S\i (telq qu''obtenu par mesure).','fr-FR',$); +#5186= IFCRELASSOCIATESLIBRARY('2TGVVqZebBdPwqI9SSuU7d',$,$,$,(#397),#12631); +#12631= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C36027533A5206\X0\','\X2\3053306E90E86750304C53EF71C3602772698CEA30674F5C3089308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#5192= IFCRELASSOCIATESLIBRARY('189PEXWV50FhhafifgD74B',$,$,$,(#415),#12627); -#12627= IFCLIBRARYREFERENCE($,$,'Compressive Strength',$,'en',$); +#5187= IFCRELASSOCIATESLIBRARY('0WWQKM8315fuFGdTR5OHOI',$,$,$,(#397),#12632); +#12632= IFCLIBRARYREFERENCE($,$,'\X2\662F542653EF71C3\X0\','\X2\8868793A8BE567844EF6662F5426753153EF71C367506599523662103002\X0\','zh-CN',$); -#5193= IFCRELASSOCIATESLIBRARY('1oR0TQzMbBmP64vP1ddjk1',$,$,$,(#416),#12628); -#12628= IFCLIBRARYREFERENCE($,$,'Compressor Capacity',$,'en',$); +#5188= IFCRELASSOCIATESLIBRARY('33V59pVXX0ZQ45xj_1HFTD',$,$,$,(#398),#12633); +#12633= IFCLIBRARYREFERENCE($,$,'Brennbares Material','Angabe ob das Bauteil brennbares Material enth\S\dlt (WAHR) oder nicht (FALSCH).','de-DE',$); -#5194= IFCRELASSOCIATESLIBRARY('1yfm7jozD06PT1_4nC6aX6',$,$,$,(#416),#12629); -#12629= IFCLIBRARYREFERENCE($,$,'PuissanceCompresseur','Le produit de la puissance optimale par le rendement global du compresseur.','fr-FR',$); +#5189= IFCRELASSOCIATESLIBRARY('2ojFdgmyX5axtBb7d4G5jI',$,$,$,(#398),#12634); +#12634= IFCLIBRARYREFERENCE($,$,'Combustible',$,'en',$); -#5195= IFCRELASSOCIATESLIBRARY('3uWxZd9sTFh9x44bSkYvMB',$,$,$,(#417),#12630); -#12630= IFCLIBRARYREFERENCE($,$,'Compressor Condenser Heat Gain',$,'en',$); +#5190= IFCRELASSOCIATESLIBRARY('204odX6oLEbfrMC04bt$6q',$,$,$,(#398),#12635); +#12635= IFCLIBRARYREFERENCE($,$,'Combustible','Indique si l''objet est r\S\ialis\S\i \S\` partir de mat\S\iriau combustible (VRAI) ou non (FAUX).','fr-FR',$); -#5196= IFCRELASSOCIATESLIBRARY('1VfymbaAHFFgTRXxRHfOwx',$,$,$,(#418),#12631); -#12631= IFCLIBRARYREFERENCE($,$,'Compressor Condenser Pressure Drop',$,'en',$); +#5191= IFCRELASSOCIATESLIBRARY('2UA5RRT1HEGOuAaARdh7jb',$,$,$,(#398),#12636); +#12636= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C36027533A5206\X0\','\X2\3053306E90E86750304C53EF71C3602772698CEA30674F5C3089308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#5197= IFCRELASSOCIATESLIBRARY('0XDsUFHWn3Q9QV7JuHy7c0',$,$,$,(#419),#12632); -#12632= IFCLIBRARYREFERENCE($,$,'Compressor Evaporator Heat Gain',$,'en',$); +#5192= IFCRELASSOCIATESLIBRARY('25GKaf2$9COfM__4NqSW0y',$,$,$,(#398),#12637); +#12637= IFCLIBRARYREFERENCE($,$,'\X2\662F542653EF71C3\X0\','\X2\8868793A8BE567844EF6662F5426753153EF71C367506599523662103002\X0\','zh-CN',$); -#5198= IFCRELASSOCIATESLIBRARY('07G1vkNWnC5xdq2iTrFzzr',$,$,$,(#419),#12633); -#12633= IFCLIBRARYREFERENCE($,$,'\X2\57277E2E6A5F30FB84B8767A566871B153D65F97\X0\','\X2\84B8767A566851FA53E3306857277E2E6A5F516553E39593306E71B153D65F97\X0\','ja-JP',$); +#5193= IFCRELASSOCIATESLIBRARY('3a_r0z5bX2fueJaHsFsrLM',$,$,$,(#399),#12638); +#12638= IFCLIBRARYREFERENCE($,$,'Brennbares Material','German-description-4','de-DE',$); -#5199= IFCRELASSOCIATESLIBRARY('1DWn5NwTz7JQWwovf$QatG',$,$,$,(#420),#12634); -#12634= IFCLIBRARYREFERENCE($,$,'Compressor Evaporator Pressure Drop',$,'en',$); +#5194= IFCRELASSOCIATESLIBRARY('2g870TUWD2FOUvrN4C_3yP',$,$,$,(#399),#12639); +#12639= IFCLIBRARYREFERENCE($,$,'Combustible',$,'en',$); -#5200= IFCRELASSOCIATESLIBRARY('0GBVXsScXBRu0FlSEaH_Fg',$,$,$,(#420),#12635); -#12635= IFCLIBRARYREFERENCE($,$,'\X2\57277E2E6A5F30FB84B8767A56685727529B964D4E0B\X0\','\X2\84B8767A566851FA53E3306857277E2E6A5F516553E39593306E5727529B964D4E0B\X0\','ja-JP',$); +#5195= IFCRELASSOCIATESLIBRARY('3c4NJtw8D60BQUn4nIFsg6',$,$,$,(#399),#12640); +#12640= IFCLIBRARYREFERENCE($,$,'Combustible','Indique si l''objet est r\S\ialis\S\i \S\` partir de mat\S\iriau combustible (VRAI) ou non (FAUX).','fr-FR',$); -#5201= IFCRELASSOCIATESLIBRARY('2SoVixNozDROXVlW2QNyis',$,$,$,(#421),#12636); -#12636= IFCLIBRARYREFERENCE($,$,'Compressor Speed',$,'en',$); +#5196= IFCRELASSOCIATESLIBRARY('12kp6bZGv9cu6mJlSFCBmT',$,$,$,(#399),#12641); +#12641= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C36027533A5206\X0\','\X2\3053306E90E86750304C53EF71C3602772698CEA30674F5C3089308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#5202= IFCRELASSOCIATESLIBRARY('1xNtNRd3T18Arli9avCmYx',$,$,$,(#421),#12637); -#12637= IFCLIBRARYREFERENCE($,$,'VitesseCompresseur','Vitesse du compresseur','fr-FR',$); +#5197= IFCRELASSOCIATESLIBRARY('1NxFHKeonENxr0i3vjxXUI',$,$,$,(#399),#12642); +#12642= IFCLIBRARYREFERENCE($,$,'\X2\662F542653EF71C3\X0\','\X2\8868793A8BE567844EF6662F5426753153EF71C367506599523662103002\X0\','zh-CN',$); -#5203= IFCRELASSOCIATESLIBRARY('0xASXndzX5YQRTZVazuclC',$,$,$,(#422),#12638); -#12638= IFCLIBRARYREFERENCE($,$,'Compressor Total Efficiency',$,'en',$); +#5198= IFCRELASSOCIATESLIBRARY('2FN_2N8TT5Vxu2K33_G_Jm',$,$,$,(#400),#12643); +#12643= IFCLIBRARYREFERENCE($,$,'Brennbares Material','Angabe ob das Bauteil brennbares Material enth\S\dlt (WAHR) oder nicht (FALSCH).','de-DE',$); -#5204= IFCRELASSOCIATESLIBRARY('0ZweD2bB54F9x4EwVjl3Rr',$,$,$,(#422),#12639); -#12639= IFCLIBRARYREFERENCE($,$,'RendementGlobalIsentropique','Rapport entre la puissance frigorifique et l''\S\inergie \S\ilectrique absorb\S\ie.','fr-FR',$); +#5199= IFCRELASSOCIATESLIBRARY('1IkpCwNAzFYP7xYL9VVJF2',$,$,$,(#400),#12644); +#12644= IFCLIBRARYREFERENCE($,$,'Combustible',$,'en',$); -#5205= IFCRELASSOCIATESLIBRARY('3S8Wev3CrCc8XRIQTAuVnz',$,$,$,(#423),#12640); -#12640= IFCLIBRARYREFERENCE($,$,'Compressor Total Heat Gain',$,'en',$); +#5200= IFCRELASSOCIATESLIBRARY('1WDvfx8QDENe_B86yK08FF',$,$,$,(#400),#12645); +#12645= IFCLIBRARYREFERENCE($,$,'Combustible','Indique si l''objet est r\S\ialis\S\i \S\` partir de mat\S\iriau combustible (VRAI) ou non (FAUX).','fr-FR',$); -#5206= IFCRELASSOCIATESLIBRARY('00e7_VX7v5EQZVyOknlYAU',$,$,$,(#423),#12641); -#12641= IFCLIBRARYREFERENCE($,$,'GainThermiqueTotalCompresseur','Gain thermique total au niveau du compresseur.','fr-FR',$); +#5201= IFCRELASSOCIATESLIBRARY('09DrpDe5z0GOuWDQHKMGsW',$,$,$,(#400),#12646); +#12646= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C36027533A5206\X0\','\X2\3053306E90E86750304C53EF71C3602772698CEA30674F5C3089308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#5207= IFCRELASSOCIATESLIBRARY('0RPEZkU7XCaeyZqPAe0_rm',$,$,$,(#430),#12642); -#12642= IFCLIBRARYREFERENCE($,$,'Installationsdecke','Angabe, ob dieser Raum mit einer Installationsdecke (abgeh\S\dngten Decke) ausgestattet ist (JA), oder nicht (NEIN).','de-DE',$); +#5202= IFCRELASSOCIATESLIBRARY('3BLkYjn955nfvO91u8fIHA',$,$,$,(#400),#12647); +#12647= IFCLIBRARYREFERENCE($,$,'\X2\662F542653EF71C3\X0\','\X2\8868793A8BE567844EF6662F5426753153EF71C367506599523662103002\X0\','zh-CN',$); -#5208= IFCRELASSOCIATESLIBRARY('35Wm548V12XuHubdRVT8JH',$,$,$,(#430),#12643); -#12643= IFCLIBRARYREFERENCE($,$,'Concealed Ceiling',$,'en',$); +#5203= IFCRELASSOCIATESLIBRARY('2_6tLLocPBt90dE_Kj3O4h',$,$,$,(#401),#12648); +#12648= IFCLIBRARYREFERENCE($,$,'Combustion Efficiency',$,'en',$); -#5209= IFCRELASSOCIATESLIBRARY('00UdZ_Tb1EIhCvxMwCpCwj',$,$,$,(#430),#12644); -#12644= IFCLIBRARYREFERENCE($,$,'FauxPlafond','Indique si la pi\S\hce comprend un faux plafond (VRAI) ou non (FAUX)','fr-FR',$); +#5204= IFCRELASSOCIATESLIBRARY('2WaqfuFtv2y8WVr24gkT5h',$,$,$,(#401),#12649); +#12649= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iCombustion','Efficacit\S\i de la combustion sous conditions nominales.','fr-FR',$); -#5210= IFCRELASSOCIATESLIBRARY('0MbDrDs2r9bv7lADKEpClH',$,$,$,(#430),#12645); -#12645= IFCLIBRARYREFERENCE($,$,'\X2\96A0853D59294E95\X0\','\X2\3053306E90E85C4BFF087A7A9593FF09304C96A0853D3055308C305F59294E957A7A959330926301306430883046306B8A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F35024300296A0853D3055308C305F59294E957A7A95933068306F300130B930E930D6306859294E95306E9593306E7A7A95933002\X0\','ja-JP',$); +#5205= IFCRELASSOCIATESLIBRARY('2kjvGzSsL8auOGpNyH78A8',$,$,$,(#401),#12650); +#12650= IFCLIBRARYREFERENCE($,$,'\X2\71C3713C52B97387\X0\','\X2\8A2D8A0867614EF63067306E71C3713C52B97387\X0\','ja-JP',$); -#5211= IFCRELASSOCIATESLIBRARY('2Fpt6Fbl1ECB8VATczCcRI',$,$,$,(#432),#12646); -#12646= IFCLIBRARYREFERENCE($,$,'Installationsboden','Angabe, ob dieser Raum mit einem aufgest\S\dnderten Fu\S\_boden ausgestattet ist (JA), oder nicht (NEIN).','de-DE',$); +#5206= IFCRELASSOCIATESLIBRARY('2lLzhCoqb6wPfpU2Mcm7u$',$,$,$,(#402),#12651); +#12651= IFCLIBRARYREFERENCE($,$,'Combustion Temperature',$,'en',$); -#5212= IFCRELASSOCIATESLIBRARY('30wm6hranB$8pl2HVuW6Ln',$,$,$,(#432),#12647); -#12647= IFCLIBRARYREFERENCE($,$,'Concealed Flooring',$,'en',$); +#5207= IFCRELASSOCIATESLIBRARY('3EsNai9q5F$Pq3oCd7cpGW',$,$,$,(#403),#12652); +#12652= IFCLIBRARYREFERENCE($,$,'Combustion Temperature',$,'en',$); -#5213= IFCRELASSOCIATESLIBRARY('1KK9hKY4HBuvbV_b$UbXiF',$,$,$,(#432),#12648); -#12648= IFCLIBRARYREFERENCE($,$,'FauxPlancher','Indique si la pi\S\hce comprend un faux plancher (VRAI) ou non (FAUX)','fr-FR',$); +#5208= IFCRELASSOCIATESLIBRARY('1258o_0kz0vP$aZiZVE_J5',$,$,$,(#403),#12653); +#12653= IFCLIBRARYREFERENCE($,$,'Temp\S\iratureCombustion','Temp\S\irature de combustion moyenne au foyer.','fr-FR',$); -#5214= IFCRELASSOCIATESLIBRARY('2gG1h8c3j7NwqCocMWR1$T',$,$,$,(#432),#12649); -#12649= IFCLIBRARYREFERENCE($,$,'\X2\96A0853D5E8A\X0\','\X2\3053306E90E85C4BFF087A7A9593FF09304C96A0853D3055308C305F5E8A7A7A959330926301306430883046306B8A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F35024300296A0853D3055308C305F5E8A7A7A95933068306F30014E0A30525E8A306E4E0B306E7A7A95933002\X0\','ja-JP',$); +#5209= IFCRELASSOCIATESLIBRARY('1QMjTmNPDDEfrI$uReDP6s',$,$,$,(#403),#12654); +#12654= IFCLIBRARYREFERENCE($,$,'\X2\71C3713C6E295EA6\X0\','\X2\71C3713C5BA45E7357476E295EA6\X0\','ja-JP',$); -#5215= IFCRELASSOCIATESLIBRARY('2L8lai0Bj2xvWnAbtJ2J7k',$,$,$,(#434),#12650); -#12650= IFCLIBRARYREFERENCE($,$,'Beton\S\|berdeckung','Abstand zwischen der Betonoberfl\S\dche und der Au\S\_enkante einer vom Beton umh\S\|llten Bewehrung.','de-DE',$); +#5210= IFCRELASSOCIATESLIBRARY('2sypdNOYbBXA1qqCNj_aYW',$,$,$,(#404),#12655); +#12655= IFCLIBRARYREFERENCE($,$,'Commencement Date',$,'en',$); -#5216= IFCRELASSOCIATESLIBRARY('1Mkw_LJW99pQgYsLOIVgTP',$,$,$,(#434),#12651); -#12651= IFCLIBRARYREFERENCE($,$,'Concrete Cover',$,'en',$); +#5214= IFCRELASSOCIATESLIBRARY('0TI2k5QxP63fc7$npQLUWJ',$,$,$,(#410),#12656); +#12656= IFCLIBRARYREFERENCE($,$,'Brandabschnittsdefinierendes Bauteil','Angabe, ob dieses Bauteil einen Brandabschnitt begrenzt (WAHR), oder nicht (FALSCH).','de-DE',$); -#5217= IFCRELASSOCIATESLIBRARY('0yzgRQnLP1ietezHu6wtfL',$,$,$,(#435),#12652); -#12652= IFCLIBRARYREFERENCE($,$,'Beton\S\|berdeckung Verbindungsst\S\dbe','Abstand zwischen der Betonoberfl\S\dche und der Au\S\_enkante der vom Beton umh\S\|llten Bewehrungsverbindungsst\S\dben.','de-DE',$); +#5215= IFCRELASSOCIATESLIBRARY('1fwG_PrAP1KwBMmWfW6uC1',$,$,$,(#410),#12657); +#12657= IFCLIBRARYREFERENCE($,$,'Compartmentation',$,'en',$); -#5218= IFCRELASSOCIATESLIBRARY('3qx8j6QOD5nve6lrLnNtOY',$,$,$,(#435),#12653); -#12653= IFCLIBRARYREFERENCE($,$,'Concrete Cover At Links',$,'en',$); +#5216= IFCRELASSOCIATESLIBRARY('3z7r4sCXr8Wv8i29Z6Q2ps',$,$,$,(#410),#12658); +#12658= IFCLIBRARYREFERENCE($,$,'Compartimentage','Indique si l''objet est con\S\gu pour assurer un compartimentage contre l''incendie (VRAI) ou non (FAUX).','fr-FR',$); -#5219= IFCRELASSOCIATESLIBRARY('0RV9cyeZD0r9KyPfO8ckNB',$,$,$,(#435),#12654); -#12654= IFCLIBRARYREFERENCE($,$,'\X2\88DC5F377B4B306E30B330F330AF30EA30FC30C888AB308A\X0\','\X2\56FD306E5EFA7BC957FA6E96306B5F933044300188DC5F377B4B309230B330F330AF30EA30FC30C8306E88AB308A30674FDD8B773059308B3002\X0\','ja-JP',$); +#5217= IFCRELASSOCIATESLIBRARY('0xGUwO41TAJhMTg8gwJDzg',$,$,$,(#410),#12659); +#12659= IFCLIBRARYREFERENCE($,$,'\X2\9632706B533A753B\X0\','\X2\90E86750304C9632706B533A753B306830573066752830443089308C308B304B30693046304B3092793A305930D630FC30EA30A230F35024FF08\X0\TRUE or False)\X2\3002\X0\','ja-JP',$); -#5220= IFCRELASSOCIATESLIBRARY('0l23SPjCX5sui46C2mU0jj',$,$,$,(#435),#12655); -#12655= IFCLIBRARYREFERENCE($,$,'\X2\BCF4AC15ADFC\X0\ \X2\CF58D06CB9ACD2B8\X0\ \X2\C785ACE0\X0\','\X2\AD6DAC00C758\X0\ \X2\AC74CD95\X0\ \X2\AE30C900C5D0\X0\ \X2\B530B77C\X0\ \X2\BCF4AC15ADFC\X0\ \X2\CF58D06CB9ACD2B8C758\X0\ \X2\C785ACE0B85C\X0\ \X2\BCF4D638\X0\','ko-KR',$); +#5218= IFCRELASSOCIATESLIBRARY('3tmDRyvubERgD6kuUNR95K',$,$,$,(#411),#12660); +#12660= IFCLIBRARYREFERENCE($,$,'Brandabschnittsdefinierendes Bauteil','Angabe, ob dieses Bauteil einen Brandabschnitt begrenzt (WAHR), oder nicht (FALSCH).','de-DE',$); -#5221= IFCRELASSOCIATESLIBRARY('2CUcSfksv0BQrE5WtVsSb2',$,$,$,(#436),#12656); -#12656= IFCLIBRARYREFERENCE($,$,'Beton\S\|berdeckung Hauptst\S\dbe','Abstand zwischen der Betonoberfl\S\dche und der Au\S\_enkante den vom Beton umh\S\|llten Bewehrungshauptst\S\dben.','de-DE',$); +#5219= IFCRELASSOCIATESLIBRARY('14s2pcvAn0beWHw10ry4MN',$,$,$,(#411),#12661); +#12661= IFCLIBRARYREFERENCE($,$,'Compartmentation',$,'en',$); -#5222= IFCRELASSOCIATESLIBRARY('0TMRnVMOb0Q9wUnpetOzxR',$,$,$,(#436),#12657); -#12657= IFCLIBRARYREFERENCE($,$,'Concrete Cover At Main Bars',$,'en',$); +#5220= IFCRELASSOCIATESLIBRARY('1Mu37U8nv0IQaRtGMFZf9c',$,$,$,(#411),#12662); +#12662= IFCLIBRARYREFERENCE($,$,'Compartimentage','Indique si l''objet est con\S\gu pour assurer un compartimentage contre l''incendie (VRAI) ou non (FAUX).','fr-FR',$); -#5223= IFCRELASSOCIATESLIBRARY('0z9sndgnfEJ9236n3BTGNM',$,$,$,(#436),#12658); -#12658= IFCLIBRARYREFERENCE($,$,'\X2\4E3B7B4B306E30B330F330AF30EA30FC30C888AB308A\X0\','\X2\56FD306E5EFA7BC957FA6E96306B5F93304430014E3B92447B4B309230B330F330AF30EA30FC30C8306E88AB308A30674FDD8B773059308B3002\X0\','ja-JP',$); +#5221= IFCRELASSOCIATESLIBRARY('3dndRKzBj6IhjB9TbMIzA$',$,$,$,(#411),#12663); +#12663= IFCLIBRARYREFERENCE($,$,'\X2\9632706B533A753B\X0\','\X2\9632706B533A753B30928003616E3057305F90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024\X0\','ja-JP',$); -#5224= IFCRELASSOCIATESLIBRARY('3DVpaUdWD4MurS3Pc$$rGT',$,$,$,(#436),#12659); -#12659= IFCLIBRARYREFERENCE($,$,'\X2\C8FCADFC\X0\ \X2\CF58D06CB9ACD2B8\X0\ \X2\C785ACE0\X0\','\X2\AD6DAC00C758\X0\ \X2\AC74CD95\X0\ \X2\AE30C900C5D0\X0\ \X2\B530B77C\X0\ \X2\C8FCB85C\X0\ \X2\CCA0ADFCC744\X0\ \X2\CF58D06CB9ACD2B8\X0\ \X2\C785ACE0B85C\X0\ \X2\BCF4D638\X0\','ko-KR',$); +#5225= IFCRELASSOCIATESLIBRARY('0VvYx$B3j4kgf6ghZz$Nmv',$,$,$,(#414),#12664); +#12664= IFCLIBRARYREFERENCE($,$,'Compressed Air Filter Type',$,'en',$); -#5225= IFCRELASSOCIATESLIBRARY('3z1CjpCUfAfBZP4aYymJm9',$,$,$,(#437),#12660); -#12660= IFCLIBRARYREFERENCE($,$,'Condenser Entering Temperature',$,'en',$); +#5226= IFCRELASSOCIATESLIBRARY('0iwjDgsWzDpgBERGd8EDrk',$,$,$,(#415),#12665); +#12665= IFCLIBRARYREFERENCE($,$,'Compression Efficiency',$,'en',$); -#5226= IFCRELASSOCIATESLIBRARY('3Fjkdf2jr79uFouEHl9RO6',$,$,$,(#437),#12661); -#12661= IFCLIBRARYREFERENCE($,$,'\X2\51DD7E2E5668516553E36E295EA6\X0\','\X2\51DD7E2E5668516553E36D414F536E295EA6\X0\','ja-JP',$); +#5227= IFCRELASSOCIATESLIBRARY('05q_7KvDjANfD53iSix9_2',$,$,$,(#415),#12666); +#12666= IFCLIBRARYREFERENCE($,$,'RendementCompression','Rapport entre le travail requis pour une compression isentropique du gaz et le travail fourni au gaz dans le volume comprim\S\i (telq qu''obtenu par mesure).','fr-FR',$); -#5227= IFCRELASSOCIATESLIBRARY('2HLbrO5vrCzRrkM6$3zUf8',$,$,$,(#438),#12662); -#12662= IFCLIBRARYREFERENCE($,$,'Condenser Flowrate',$,'en',$); +#5228= IFCRELASSOCIATESLIBRARY('1_OdP_V1jAGOyESlDynex3',$,$,$,(#419),#12667); +#12667= IFCLIBRARYREFERENCE($,$,'Compressive Strength',$,'en',$); -#5228= IFCRELASSOCIATESLIBRARY('2fmxFNJ4r8eROLlVHujPEo',$,$,$,(#438),#12663); -#12663= IFCLIBRARYREFERENCE($,$,'\X2\51DD7E2E56686D4191CF\X0\','\X2\51DD7E2E56683092901A308B6D414F53306E6D4191CF\X0\','ja-JP',$); +#5229= IFCRELASSOCIATESLIBRARY('185QTd_M5AVhT6IpCaFYim',$,$,$,(#420),#12668); +#12668= IFCLIBRARYREFERENCE($,$,'Compressor Capacity',$,'en',$); -#5229= IFCRELASSOCIATESLIBRARY('3LLqNchJf4iuuAuWJF6sQg',$,$,$,(#439),#12664); -#12664= IFCLIBRARYREFERENCE($,$,'Condenser Leaving Temperature',$,'en',$); +#5230= IFCRELASSOCIATESLIBRARY('20ztpvJeP5dOsFI4TsnJrQ',$,$,$,(#420),#12669); +#12669= IFCLIBRARYREFERENCE($,$,'PuissanceCompresseur','Le produit de la puissance optimale par le rendement global du compresseur.','fr-FR',$); -#5230= IFCRELASSOCIATESLIBRARY('0oLZb8BnfFJudkbKjnyLvA',$,$,$,(#439),#12665); -#12665= IFCLIBRARYREFERENCE($,$,'\X2\51DD7E2E566851FA53E36E295EA6\X0\','\X2\51DD7E2E566851FA53E36D414F536E295EA6\X0\','ja-JP',$); +#5231= IFCRELASSOCIATESLIBRARY('14_cEhMRbE9BJ6aioZcXoa',$,$,$,(#421),#12670); +#12670= IFCLIBRARYREFERENCE($,$,'Compressor Condenser Heat Gain',$,'en',$); -#5231= IFCRELASSOCIATESLIBRARY('29prQAvW96XOwSyI1dPen3',$,$,$,(#440),#12666); -#12666= IFCLIBRARYREFERENCE($,$,'Condenser Mean Void Fraction',$,'en',$); +#5232= IFCRELASSOCIATESLIBRARY('3b8agtGNP55esQbRY8gQ0l',$,$,$,(#422),#12671); +#12671= IFCLIBRARYREFERENCE($,$,'Compressor Condenser Pressure Drop',$,'en',$); -#5232= IFCRELASSOCIATESLIBRARY('24IfR30AbBnQfn1RrnVeR$',$,$,$,(#441),#12667); -#12667= IFCLIBRARYREFERENCE($,$,'Condensing Temperature',$,'en',$); +#5233= IFCRELASSOCIATESLIBRARY('08tZEjBtLFcAF4PkI$Kx0C',$,$,$,(#423),#12672); +#12672= IFCLIBRARYREFERENCE($,$,'Compressor Evaporator Heat Gain',$,'en',$); -#5233= IFCRELASSOCIATESLIBRARY('0IPIxJsITCxxo5RQpKAljK',$,$,$,(#442),#12668); -#12668= IFCLIBRARYREFERENCE($,$,'Condition',$,'en',$); +#5234= IFCRELASSOCIATESLIBRARY('23UAXupZ9B1wK3MAGo88ym',$,$,$,(#423),#12673); +#12673= IFCLIBRARYREFERENCE($,$,'\X2\57277E2E6A5F30FB84B8767A566871B153D65F97\X0\','\X2\84B8767A566851FA53E3306857277E2E6A5F516553E39593306E71B153D65F97\X0\','ja-JP',$); -#5234= IFCRELASSOCIATESLIBRARY('33GZaCSAP1TBzlXzzAY0pl',$,$,$,(#442),#12669); -#12669= IFCLIBRARYREFERENCE($,$,'\X2\67614EF6\X0\','Pset_AlarmPHistory.Condition\X2\30674F7F75283055308C308B30018B66583167614EF6306E8B5852255B50306830E930D930EB60C55831306E30DE30C330D430F330B03092884C30463002\X0\','ja-JP',$); +#5235= IFCRELASSOCIATESLIBRARY('15dkB$gVX3WelnsW3Yb3rF',$,$,$,(#424),#12674); +#12674= IFCLIBRARYREFERENCE($,$,'Compressor Evaporator Pressure Drop',$,'en',$); -#5235= IFCRELASSOCIATESLIBRARY('3iqrWmSRb9vgQKofaIK3Z6',$,$,$,(#443),#12670); -#12670= IFCLIBRARYREFERENCE($,$,'Condition',$,'en',$); +#5236= IFCRELASSOCIATESLIBRARY('1_6yUzD_9BZPp7j4b9HFU2',$,$,$,(#424),#12675); +#12675= IFCLIBRARYREFERENCE($,$,'\X2\57277E2E6A5F30FB84B8767A56685727529B964D4E0B\X0\','\X2\84B8767A566851FA53E3306857277E2E6A5F516553E39593306E5727529B964D4E0B\X0\','ja-JP',$); -#5236= IFCRELASSOCIATESLIBRARY('35o5HhOY50W9LHOaA4dLHb',$,$,$,(#444),#12671); -#12671= IFCLIBRARYREFERENCE($,$,'Condition Commencement',$,'en',$); +#5237= IFCRELASSOCIATESLIBRARY('1mTHkJWzH7TAZf1gP1mVIW',$,$,$,(#425),#12676); +#12676= IFCLIBRARYREFERENCE($,$,'Compressor Speed',$,'en',$); -#5237= IFCRELASSOCIATESLIBRARY('0$MapjCir3zBYj2nI3Eb5H',$,$,$,(#449),#12672); -#12672= IFCLIBRARYREFERENCE($,$,'Condition Termination',$,'en',$); +#5238= IFCRELASSOCIATESLIBRARY('1OltOumGbDq84sC2PNcVp5',$,$,$,(#425),#12677); +#12677= IFCLIBRARYREFERENCE($,$,'VitesseCompresseur','Vitesse du compresseur','fr-FR',$); -#5239= IFCRELASSOCIATESLIBRARY('0Q006Gcrr4xvQjlhr9TK1I',$,$,$,(#451),#12673); -#12673= IFCLIBRARYREFERENCE($,$,'Conductor Function',$,'en',$); +#5239= IFCRELASSOCIATESLIBRARY('1bXhr8ddj1BvtU54MAOowN',$,$,$,(#426),#12678); +#12678= IFCLIBRARYREFERENCE($,$,'Compressor Total Efficiency',$,'en',$); -#5240= IFCRELASSOCIATESLIBRARY('3bDkNrbhj6ePGQdMfq5TxU',$,$,$,(#451),#12674); -#12674= IFCLIBRARYREFERENCE($,$,'\X2\96FB7DDA7A2E985E\X0\','\X2\96FB6C178CA08377306890237D503059308B96FB7DDA7A2E985E3002\X0\','ja-JP',$); +#5240= IFCRELASSOCIATESLIBRARY('0qXNkw9e11mAyhTG4abIeN',$,$,$,(#426),#12679); +#12679= IFCLIBRARYREFERENCE($,$,'RendementGlobalIsentropique','Rapport entre la puissance frigorifique et l''\S\inergie \S\ilectrique absorb\S\ie.','fr-FR',$); -#5241= IFCRELASSOCIATESLIBRARY('2wZermNz96vBCL2iphtQCI',$,$,$,(#452),#12675); -#12675= IFCLIBRARYREFERENCE($,$,'Conductor Function',$,'en',$); +#5241= IFCRELASSOCIATESLIBRARY('3LZdBDbbT3Cg7D0WzlSDov',$,$,$,(#427),#12680); +#12680= IFCLIBRARYREFERENCE($,$,'Compressor Total Heat Gain',$,'en',$); -#5243= IFCRELASSOCIATESLIBRARY('2vSusyFC9DCBcY8pW8ku2I',$,$,$,(#453),#12676); -#12676= IFCLIBRARYREFERENCE($,$,'Conduit Shape Type',$,'en',$); +#5242= IFCRELASSOCIATESLIBRARY('2Tfh0auzv8Sf7yQsy0AHCI',$,$,$,(#427),#12681); +#12681= IFCLIBRARYREFERENCE($,$,'GainThermiqueTotalCompresseur','Gain thermique total au niveau du compresseur.','fr-FR',$); -#5244= IFCRELASSOCIATESLIBRARY('0bOKe0$oPFsBrqbT8S3Rsj',$,$,$,(#453),#12677); -#12677= IFCLIBRARYREFERENCE($,$,'\X2\96FB7DDA7BA1306E30BF30A430D7\X0\','\X2\96FB7DDA7BA1306E5F6272B630BF30A430D73002\X0\\X\0D\X\0A\X2\FF0851867B525F62\X0\,\X2\53755F62\X0\,\X2\305D306E4ED6\X0\,\X2\4E0D660E\X0\,\X2\306A3057FF09\X0\','ja-JP',$); +#5243= IFCRELASSOCIATESLIBRARY('2O46Bl2PbCDA14OtZJltww',$,$,$,(#434),#12682); +#12682= IFCLIBRARYREFERENCE($,$,'Installationsdecke','Angabe, ob dieser Raum mit einer Installationsdecke (abgeh\S\dngten Decke) ausgestattet ist (JA), oder nicht (NEIN).','de-DE',$); -#5245= IFCRELASSOCIATESLIBRARY('30Q1C0KV1BSfjLSaC5dHgS',$,$,$,(#453),#12678); -#12678= IFCLIBRARYREFERENCE($,$,'\X2\C804C120AD00C758\X0\ \X2\C720D615\X0\','\X2\C804C120AD00C758\X0\ \X2\D615C0C1\X0\ \X2\D0C0C785\X0\. (\X2\C6D0D1B5D615\X0\, \X2\ACC4B780\X0\ \X2\BAA8C591\X0\, \X2\AE30D0C0\X0\ \X2\C54C\X0\ \X2\C218\X0\ \X2\C5C6C74C\X0\) "','ko-KR',$); +#5244= IFCRELASSOCIATESLIBRARY('2SOwU9o1z8PhrhxL$3eI2e',$,$,$,(#434),#12683); +#12683= IFCLIBRARYREFERENCE($,$,'Concealed Ceiling',$,'en',$); -#5246= IFCRELASSOCIATESLIBRARY('1VSmk6hBTEputq42Zeccz4',$,$,$,(#455),#12679); -#12679= IFCLIBRARYREFERENCE($,$,'Connected Conductor Function',$,'en',$); +#5245= IFCRELASSOCIATESLIBRARY('3rp5oxJ5v3vPav2fFYjA7X',$,$,$,(#434),#12684); +#12684= IFCLIBRARYREFERENCE($,$,'FauxPlafond','Indique si la pi\S\hce comprend un faux plafond (VRAI) ou non (FAUX)','fr-FR',$); -#5247= IFCRELASSOCIATESLIBRARY('3jyPePVtj3uenQe_acxyNN',$,$,$,(#455),#12680); -#12680= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A5C0E4F536A5F80FD\X0\','\X2\5C0E4F53306E6A5F80FD306F8CA08377304C63A57D9A3055308C305F72B6614B3002\X0\','ja-JP',$); +#5246= IFCRELASSOCIATESLIBRARY('1zyFl6i_j3yujwdks0yxwU',$,$,$,(#434),#12685); +#12685= IFCLIBRARYREFERENCE($,$,'\X2\96A0853D59294E95\X0\','\X2\3053306E90E85C4BFF087A7A9593FF09304C96A0853D3055308C305F59294E957A7A959330926301306430883046306B8A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F35024300296A0853D3055308C305F59294E957A7A95933068306F300130B930E930D6306859294E95306E9593306E7A7A95933002\X0\','ja-JP',$); -#5248= IFCRELASSOCIATESLIBRARY('33WbubDQL3_9aAYbYhxjgn',$,$,$,(#455),#12681); -#12681= IFCLIBRARYREFERENCE($,$,'\X2\C5F0ACB0\X0\ \X2\B3C4CCB4\X0\ \X2\AE30B2A5\X0\','\X2\B3C4CCB4C758\X0\ \X2\AE30B2A5C740\X0\ \X2\BD80D558AC00\X0\ \X2\C5F0ACB0B41C\X0\ \X2\C0C1D0DC\X0\.','ko-KR',$); +#5247= IFCRELASSOCIATESLIBRARY('2uJ_GM5CT4qA772TZaN$po',$,$,$,(#436),#12686); +#12686= IFCLIBRARYREFERENCE($,$,'Installationsboden','Angabe, ob dieser Raum mit einem aufgest\S\dnderten Fu\S\_boden ausgestattet ist (JA), oder nicht (NEIN).','de-DE',$); -#5250= IFCRELASSOCIATESLIBRARY('2QnHPR2rP4mvQVGLv3W_SD',$,$,$,(#456),#12682); -#12682= IFCLIBRARYREFERENCE($,$,'Connection Gender',$,'en',$); +#5248= IFCRELASSOCIATESLIBRARY('0KDei2Mab2A8I9JRUMYk$j',$,$,$,(#436),#12687); +#12687= IFCLIBRARYREFERENCE($,$,'Concealed Flooring',$,'en',$); -#5251= IFCRELASSOCIATESLIBRARY('1$j7bP6zH528sHxVHA8bpT',$,$,$,(#456),#12683); -#12683= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30B830A730F330C030FC\X0\','\X2\5F6272B67684306A63A57D9A30B830A730F330C030FCFF0830AA30B9300130E130B93001305D306E4ED63001672A77E53001672A8A2D5B9AFF093002\X0\','ja-JP',$); +#5249= IFCRELASSOCIATESLIBRARY('2sb1l0GsT3m8u9QMWLtEYY',$,$,$,(#436),#12688); +#12688= IFCLIBRARYREFERENCE($,$,'FauxPlancher','Indique si la pi\S\hce comprend un faux plancher (VRAI) ou non (FAUX)','fr-FR',$); -#5252= IFCRELASSOCIATESLIBRARY('12ufcTeqj1G84q0b8$OqOO',$,$,$,(#457),#12684); -#12684= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); +#5250= IFCRELASSOCIATESLIBRARY('2NWrLpMjfAIBNTBH80LUQe',$,$,$,(#436),#12689); +#12689= IFCLIBRARYREFERENCE($,$,'\X2\96A0853D5E8A\X0\','\X2\3053306E90E85C4BFF087A7A9593FF09304C96A0853D3055308C305F5E8A7A7A959330926301306430883046306B8A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F35024300296A0853D3055308C305F5E8A7A7A95933068306F30014E0A30525E8A306E4E0B306E7A7A95933002\X0\','ja-JP',$); -#5253= IFCRELASSOCIATESLIBRARY('2SxDPzqMLFKgfTNxWGhMPB',$,$,$,(#458),#12685); -#12685= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); +#5251= IFCRELASSOCIATESLIBRARY('3YwlSz6sbAfheTj3P34hLZ',$,$,$,(#438),#12690); +#12690= IFCLIBRARYREFERENCE($,$,'Beton\S\|berdeckung','Abstand zwischen der Betonoberfl\S\dche und der Au\S\_enkante einer vom Beton umh\S\|llten Bewehrung.','de-DE',$); -#5254= IFCRELASSOCIATESLIBRARY('1r6MaG6pvFMR_UP8WiqHQ3',$,$,$,(#459),#12686); -#12686= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); +#5252= IFCRELASSOCIATESLIBRARY('3AfIKxYNL82gAJchC_o4S$',$,$,$,(#438),#12691); +#12691= IFCLIBRARYREFERENCE($,$,'Concrete Cover',$,'en',$); -#5255= IFCRELASSOCIATESLIBRARY('2FGMh6k2bDWf4UvtWVs_rB',$,$,$,(#459),#12687); -#12687= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30B530A430BA\X0\','\X2\30B930D730EA30F330AF30E930FC3078306E516553E363A57D9A306E30B530A430BA3002\X0\','ja-JP',$); +#5253= IFCRELASSOCIATESLIBRARY('1zS75JrrLA6RIXDdU2yDjg',$,$,$,(#439),#12692); +#12692= IFCLIBRARYREFERENCE($,$,'Beton\S\|berdeckung Verbindungsst\S\dbe','Abstand zwischen der Betonoberfl\S\dche und der Au\S\_enkante der vom Beton umh\S\|llten Bewehrungsverbindungsst\S\dben.','de-DE',$); -#5256= IFCRELASSOCIATESLIBRARY('2cY9xVKCjC2QgNP4J2S7ng',$,$,$,(#460),#12688); -#12688= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); +#5254= IFCRELASSOCIATESLIBRARY('2pRNW_lSX15PIuJ$Q2Is2I',$,$,$,(#439),#12693); +#12693= IFCLIBRARYREFERENCE($,$,'Concrete Cover At Links',$,'en',$); -#5257= IFCRELASSOCIATESLIBRARY('38UAcUtT5D7eA3oi7PXb9j',$,$,$,(#461),#12689); -#12689= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); +#5255= IFCRELASSOCIATESLIBRARY('284u$GrUP8Jxqda7f4WmL6',$,$,$,(#439),#12694); +#12694= IFCLIBRARYREFERENCE($,$,'\X2\88DC5F377B4B306E30B330F330AF30EA30FC30C888AB308A\X0\','\X2\56FD306E5EFA7BC957FA6E96306B5F933044300188DC5F377B4B309230B330F330AF30EA30FC30C8306E88AB308A30674FDD8B773059308B3002\X0\','ja-JP',$); -#5258= IFCRELASSOCIATESLIBRARY('1$MRoUf7PBi9nm9OL_0_y_',$,$,$,(#462),#12690); -#12690= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); +#5256= IFCRELASSOCIATESLIBRARY('0CSdRKj758ceq6pMjrn2BL',$,$,$,(#439),#12695); +#12695= IFCLIBRARYREFERENCE($,$,'\X2\BCF4AC15ADFC\X0\ \X2\CF58D06CB9ACD2B8\X0\ \X2\C785ACE0\X0\','\X2\AD6DAC00C758\X0\ \X2\AC74CD95\X0\ \X2\AE30C900C5D0\X0\ \X2\B530B77C\X0\ \X2\BCF4AC15ADFC\X0\ \X2\CF58D06CB9ACD2B8C758\X0\ \X2\C785ACE0B85C\X0\ \X2\BCF4D638\X0\','ko-KR',$); -#5259= IFCRELASSOCIATESLIBRARY('1Nc2V9fb15pQmwtbk7XbuI',$,$,$,(#462),#12691); -#12691= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30B530A430BA\X0\','\X2\30DD30F330D7306E516551FA306E63A57D9A30B530A430BA\X0\','ja-JP',$); +#5257= IFCRELASSOCIATESLIBRARY('1uo8LGdIjAXPUYZNetZzUQ',$,$,$,(#440),#12696); +#12696= IFCLIBRARYREFERENCE($,$,'Beton\S\|berdeckung Hauptst\S\dbe','Abstand zwischen der Betonoberfl\S\dche und der Au\S\_enkante den vom Beton umh\S\|llten Bewehrungshauptst\S\dben.','de-DE',$); -#5260= IFCRELASSOCIATESLIBRARY('349yWaazHAg8FxxXpr0y0e',$,$,$,(#463),#12692); -#12692= IFCLIBRARYREFERENCE($,$,'Connection Sub Type',$,'en',$); +#5258= IFCRELASSOCIATESLIBRARY('1xqUmJTJjFs9DmkslC8YQk',$,$,$,(#440),#12697); +#12697= IFCLIBRARYREFERENCE($,$,'Concrete Cover At Main Bars',$,'en',$); -#5261= IFCRELASSOCIATESLIBRARY('1TjSqg1uf2Ag0PiRCJONpO',$,$,$,(#464),#12693); -#12693= IFCLIBRARYREFERENCE($,$,'Connection Subtype',$,'en',$); +#5259= IFCRELASSOCIATESLIBRARY('1cWVgtRqjDFhDH0GUe8wPw',$,$,$,(#440),#12698); +#12698= IFCLIBRARYREFERENCE($,$,'\X2\4E3B7B4B306E30B330F330AF30EA30FC30C888AB308A\X0\','\X2\56FD306E5EFA7BC957FA6E96306B5F93304430014E3B92447B4B309230B330F330AF30EA30FC30C8306E88AB308A30674FDD8B773059308B3002\X0\','ja-JP',$); -#5262= IFCRELASSOCIATESLIBRARY('1m2f1Un2H8wuj9q6TWacMS',$,$,$,(#464),#12694); -#12694= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30B530D630BF30A430D7\X0\','\X2\7269740630DD30FC30C863A57D9A306E30B530D630BF30A430D7300263A57D9A30BF30A430D74EE55916306E60C5583130928A2D5B9A3059308B58345408306B4F7F752830024E0B8A18306E502430928A2D5B9AFF1A\X0\\X\0D\X\0A\X\0D\X\0A- AC\X2\30D730E930B0\X0\: A, B, C, D, E, F, EF, G, H, I, J, K, L, M','ja-JP',$); +#5260= IFCRELASSOCIATESLIBRARY('1_peORyXL0efrONWYB3xnv',$,$,$,(#440),#12699); +#12699= IFCLIBRARYREFERENCE($,$,'\X2\C8FCADFC\X0\ \X2\CF58D06CB9ACD2B8\X0\ \X2\C785ACE0\X0\','\X2\AD6DAC00C758\X0\ \X2\AC74CD95\X0\ \X2\AE30C900C5D0\X0\ \X2\B530B77C\X0\ \X2\C8FCB85C\X0\ \X2\CCA0ADFCC744\X0\ \X2\CF58D06CB9ACD2B8\X0\ \X2\C785ACE0B85C\X0\ \X2\BCF4D638\X0\','ko-KR',$); -#5263= IFCRELASSOCIATESLIBRARY('1H$a97DSr2Z8t4js945e13',$,$,$,(#465),#12695); -#12695= IFCLIBRARYREFERENCE($,$,'Connection Sub Type',$,'en',$); +#5261= IFCRELASSOCIATESLIBRARY('14xFeO8Wv2wPemW0KZdKKS',$,$,$,(#441),#12700); +#12700= IFCLIBRARYREFERENCE($,$,'Condenser Entering Temperature',$,'en',$); -#5264= IFCRELASSOCIATESLIBRARY('1wnL7kZVb4084ykaH3YMhN',$,$,$,(#465),#12696); -#12696= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30B530D630BF30A430D7\X0\','\X2\7269740630DD30FC30C863A57D9A306E30B530D630BF30A430D7300263A57D9A30BF30A430D74EE55916306E60C5583130928A2D5B9A3059308B58345408306B4F7F752830024E0B8A18306E502430928A2D5B9AFF1A\X0\\X\0D\X\0A\X\0D\X\0A- DSub: DA15, DB25, DC37, DD50, DE9, DE15 \X\0D\X\0A- Radio: IEEE802.11g, IEEE802.11n\X\0D\X\0A- RJ: 4P4C, 6P2C, 8P8C \X\0D\X\0A- USB: A, B, MiniA, MiniB, MicroA, MicroB','ja-JP',$); +#5262= IFCRELASSOCIATESLIBRARY('3ptpHJUy15Gh3ia2pWTbtF',$,$,$,(#441),#12701); +#12701= IFCLIBRARYREFERENCE($,$,'\X2\51DD7E2E5668516553E36E295EA6\X0\','\X2\51DD7E2E5668516553E36D414F536E295EA6\X0\','ja-JP',$); -#5266= IFCRELASSOCIATESLIBRARY('2YGe5ZrLT8Zg547i28uZc_',$,$,$,(#466),#12697); -#12697= IFCLIBRARYREFERENCE($,$,'Connection Type',$,'en',$); +#5263= IFCRELASSOCIATESLIBRARY('3xeHAsmTT0q8eCrHr9AmjP',$,$,$,(#442),#12702); +#12702= IFCLIBRARYREFERENCE($,$,'Condenser Flowrate',$,'en',$); -#5267= IFCRELASSOCIATESLIBRARY('1lqx91pIv53fA7Yy$DY4yd',$,$,$,(#466),#12698); -#12698= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30BF30A430D7\X0\','\X2\7269740630DD30FC30C863A57D9AFF1A\X0\\X\0D\X\0A\X\0D\X\0A- ACPLUG: AC \X2\30D730E930B0\X0\\X\0D\X\0A- DCPLUG: DC \X2\30D730E930B0\X0\\X\0D\X\0A- CRIMP: \X2\88F87DDA\X0\','ja-JP',$); +#5264= IFCRELASSOCIATESLIBRARY('01wQ4eqrLEHe1CqRIlrZwJ',$,$,$,(#442),#12703); +#12703= IFCLIBRARYREFERENCE($,$,'\X2\51DD7E2E56686D4191CF\X0\','\X2\51DD7E2E56683092901A308B6D414F53306E6D4191CF\X0\','ja-JP',$); -#5269= IFCRELASSOCIATESLIBRARY('397qKq1xj1Q8nJ$4U0_HTK',$,$,$,(#467),#12699); -#12699= IFCLIBRARYREFERENCE($,$,'Connection Type',$,'en',$); +#5265= IFCRELASSOCIATESLIBRARY('3cmkYV5ib5jhFXZI2_QeUq',$,$,$,(#443),#12704); +#12704= IFCLIBRARYREFERENCE($,$,'Condenser Leaving Temperature',$,'en',$); -#5271= IFCRELASSOCIATESLIBRARY('3cQWb5Cxz2rAQ3WYpVuDBy',$,$,$,(#468),#12700); -#12700= IFCLIBRARYREFERENCE($,$,'Connection Type',$,'en',$); +#5266= IFCRELASSOCIATESLIBRARY('3aZ_98Yav8wfscus$f$Xp$',$,$,$,(#443),#12705); +#12705= IFCLIBRARYREFERENCE($,$,'\X2\51DD7E2E566851FA53E36E295EA6\X0\','\X2\51DD7E2E566851FA53E36D414F536E295EA6\X0\','ja-JP',$); -#5272= IFCRELASSOCIATESLIBRARY('01xDbBTo13Nes_rq5zURcR',$,$,$,(#468),#12701); -#12701= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30BF30A430D7\X0\','\X2\7269740630DD30FC30C863A57D9AFF1A\X0\\X\0D\X\0A\X\0D\X\0A- Coaxial: \X2\540C8EF830B330CD30AF30BF\X0\.\X\0D\X\0A- DSub: D-Sub\X2\30B330CD30AF30BF\X0\.\X\0D\X\0A- Infrared:\X2\8D6459167DDA\X0\\X\0D\X\0A- RJ: \X2\767B93326E08307F30B830E330C330AF\X0\.\X\0D\X\0A- Radio: \X2\71217DDA\X0\\X\0D\X\0A- USB: USB.','ja-JP',$); +#5267= IFCRELASSOCIATESLIBRARY('1csajOoYz1DQsVJvaSGZFS',$,$,$,(#444),#12706); +#12706= IFCLIBRARYREFERENCE($,$,'Condenser Mean Void Fraction',$,'en',$); -#5274= IFCRELASSOCIATESLIBRARY('0HxOFasQr4MPWwLqx63UpJ',$,$,$,(#476),#12702); -#12702= IFCLIBRARYREFERENCE($,$,'Construction',$,'en',$); +#5268= IFCRELASSOCIATESLIBRARY('3EAqrYguvDdAbvzZg03LID',$,$,$,(#445),#12707); +#12707= IFCLIBRARYREFERENCE($,$,'Condensing Temperature',$,'en',$); -#5275= IFCRELASSOCIATESLIBRARY('3ioeLyZQP8lweP5Vv2p2MC',$,$,$,(#476),#12703); -#12703= IFCLIBRARYREFERENCE($,$,'\X2\69CB9020\X0\','\X2\5C0E4F53306E69CB6210FF083088308A7DDA304B53587DDAFF09306E5B9A7FA930023059306A308F306153587DDAFF08\X0\IEV 461-01-06\X2\FF0930013088308A7DDAFF08\X0\IEV 461-01-07\X2\FF09300130D530EC30AD30B730D630EB5C0E4F53FF08\X0\IEV 461-01-11\X2\FF09FF0830D530EC30AD30B730D630EB304B5426304BFF0930675B9A7FA93002\X0\','ja-JP',$); +#5269= IFCRELASSOCIATESLIBRARY('2Crsn0QjD6OQrSoIH5OyXI',$,$,$,(#446),#12708); +#12708= IFCLIBRARYREFERENCE($,$,'Condition',$,'en',$); -#5276= IFCRELASSOCIATESLIBRARY('2Ms5uEQ5L4ufF_leb0fR$M',$,$,$,(#476),#12704); -#12704= IFCLIBRARYREFERENCE($,$,'\X2\AD6CC870\X0\','\X2\B3C4CCB4\X0\ \X2\AD6CC131\X0\ (\X2\C5F0C120\X0\ \X2\B610B294\X0\ \X2\B2E8C120\X0\)\X2\C758\X0\ \X2\C815C758\X0\ \X2\C989\X0\ \X2\B2E8C120\X0\ (IEV 461-01-06), \X2\D2B8C704C2A4D2B8\X0\ (IEV 461-01-07), \X2\D50CB809C11CBE14\X0\ \X2\B3C4CCB4\X0\ (IEV 461-01-11) (\X2\C720C5F0D55C\X0\ \X2\C544B2CCC9C0\X0\ \X2\AC00\X0\) \X2\C815C758\X0\','ko-KR',$); +#5270= IFCRELASSOCIATESLIBRARY('0_Bi81a0f6SQN7y_BYQQn_',$,$,$,(#446),#12709); +#12709= IFCLIBRARYREFERENCE($,$,'\X2\67614EF6\X0\','Pset_AlarmPHistory.Condition\X2\30674F7F75283055308C308B30018B66583167614EF6306E8B5852255B50306830E930D930EB60C55831306E30DE30C330D430F330B03092884C30463002\X0\','ja-JP',$); -#5277= IFCRELASSOCIATESLIBRARY('1rjYsjzijFTBJtg4n0Sd9O',$,$,$,(#477),#12705); -#12705= IFCLIBRARYREFERENCE($,$,'Ausf\S\|hrung','Angabe, ob dieses Betonbauteil als Ortbeton ("In-Situ") oder als Fertigteil ("Precast") ausgef\S\|hrt werden soll.','de-DE',$); +#5271= IFCRELASSOCIATESLIBRARY('3Sp9kBdRH3KB$zF_EWwCyz',$,$,$,(#447),#12710); +#12710= IFCLIBRARYREFERENCE($,$,'Condition',$,'en',$); -#5278= IFCRELASSOCIATESLIBRARY('0zm6_ml2PBUOKrtpXgtJPs',$,$,$,(#477),#12706); -#12706= IFCLIBRARYREFERENCE($,$,'Construction Method',$,'en',$); +#5272= IFCRELASSOCIATESLIBRARY('0oOM71P1bB6R4NU2$p49aM',$,$,$,(#448),#12711); +#12711= IFCLIBRARYREFERENCE($,$,'Condition Commencement',$,'en',$); -#5279= IFCRELASSOCIATESLIBRARY('2l1kzq5Rb2DxEdNmB4XfjK',$,$,$,(#478),#12707); -#12707= IFCLIBRARYREFERENCE($,$,'Art der Ausf\S\|hrung','Wesentliche Art der Projektausf\S\|hrung (Neubau, Umbau, Ert\S\|chtigung, etc.)','de-DE',$); +#5273= IFCRELASSOCIATESLIBRARY('1Zxvfn2A19NwDaBIo7sTM8',$,$,$,(#453),#12712); +#12712= IFCLIBRARYREFERENCE($,$,'Condition Termination',$,'en',$); -#5280= IFCRELASSOCIATESLIBRARY('2RYFYNfsP9xvoxRbh0$kFy',$,$,$,(#478),#12708); -#12708= IFCLIBRARYREFERENCE($,$,'Construction Method',$,'en',$); +#5275= IFCRELASSOCIATESLIBRARY('3yZ_PTV$nDu8Nlk3jwf4Lm',$,$,$,(#455),#12713); +#12713= IFCLIBRARYREFERENCE($,$,'Conductor Function',$,'en',$); -#5281= IFCRELASSOCIATESLIBRARY('2CGuWOMBLCJPlNJuT2hCQx',$,$,$,(#478),#12709); -#12709= IFCLIBRARYREFERENCE($,$,'RisqueIncendieUsagePrincipal','Le type d''intervention sur le b\S\btiment : construction neuve, r\S\inovation, r\S\ihabilitation, etc.','fr-FR',$); +#5276= IFCRELASSOCIATESLIBRARY('34Scs0AgL9NOux2384$gZw',$,$,$,(#455),#12714); +#12714= IFCLIBRARYREFERENCE($,$,'\X2\96FB7DDA7A2E985E\X0\','\X2\96FB6C178CA08377306890237D503059308B96FB7DDA7A2E985E3002\X0\','ja-JP',$); -#5282= IFCRELASSOCIATESLIBRARY('3FH_VIRRr1KwalWbCqrxk5',$,$,$,(#478),#12710); -#12710= IFCLIBRARYREFERENCE($,$,'\X2\5DE54E8B7A2E5225\X0\','\X2\5DE54E8B306B304A3051308B30BF30A430D730024F8BFF1A65B07BC930FB30EA30CE30D930FC30B730E730F330FB653988C57B493002\X0\','ja-JP',$); +#5277= IFCRELASSOCIATESLIBRARY('21hfhC56rCw94Sf9m3PjZA',$,$,$,(#456),#12715); +#12715= IFCLIBRARYREFERENCE($,$,'Conductor Function',$,'en',$); -#5283= IFCRELASSOCIATESLIBRARY('0pb_rJs1TAdfMCah04f36S',$,$,$,(#478),#12711); -#12711= IFCLIBRARYREFERENCE($,$,'\X2\ACF5C0AC\X0\ \X2\C885B958\X0\','\X2\ACF5C0ACC758\X0\ \X2\C720D615\X0\. \X2\C608\X0\ : \X2\C2E0CD95\X0\ \X2\B9ACB178BCA0C774C158\X0\ \S\7 \X2\AC1CC7A5\X0\ \X2\B4F1\X0\.','ko-KR',$); +#5279= IFCRELASSOCIATESLIBRARY('21JeSx_V133u3pQpi97u6G',$,$,$,(#457),#12716); +#12716= IFCLIBRARYREFERENCE($,$,'Conduit Shape Type',$,'en',$); -#5284= IFCRELASSOCIATESLIBRARY('0KmW6Oac9BTPr35aAGNty0',$,$,$,(#479),#12712); -#12712= IFCLIBRARYREFERENCE($,$,'Construction Tolerance Class',$,'en',$); +#5280= IFCRELASSOCIATESLIBRARY('1CMjGTQ6DB8hmiWe_Jatfx',$,$,$,(#457),#12717); +#12717= IFCLIBRARYREFERENCE($,$,'\X2\96FB7DDA7BA1306E30BF30A430D7\X0\','\X2\96FB7DDA7BA1306E5F6272B630BF30A430D73002\X0\\X\0D\X\0A\X2\FF0851867B525F62\X0\,\X2\53755F62\X0\,\X2\305D306E4ED6\X0\,\X2\4E0D660E\X0\,\X2\306A3057FF09\X0\','ja-JP',$); -#5285= IFCRELASSOCIATESLIBRARY('1g2eKjAej4Be1hXIMTWv1K',$,$,$,(#479),#12713); -#12713= IFCLIBRARYREFERENCE($,$,'\X2\88FD90208A315BB930AF30E930B9\X0\','\X2\56FD306E57FA6E96304C6C423081308B73FE58343067306E88FD90208A315BB9306E5206985E63075B9A3002\X0\','ja-JP',$); +#5281= IFCRELASSOCIATESLIBRARY('3X8GyEY4D4kB1siFO6Lvzb',$,$,$,(#457),#12718); +#12718= IFCLIBRARYREFERENCE($,$,'\X2\C804C120AD00C758\X0\ \X2\C720D615\X0\','\X2\C804C120AD00C758\X0\ \X2\D615C0C1\X0\ \X2\D0C0C785\X0\. (\X2\C6D0D1B5D615\X0\, \X2\ACC4B780\X0\ \X2\BAA8C591\X0\, \X2\AE30D0C0\X0\ \X2\C54C\X0\ \X2\C218\X0\ \X2\C5C6C74C\X0\) "','ko-KR',$); -#5286= IFCRELASSOCIATESLIBRARY('1pV7S88UXFQu2AtPOMnV_s',$,$,$,(#479),#12714); -#12714= IFCLIBRARYREFERENCE($,$,'\X2\C81CC870\X0\ \X2\D5C8C6A9\X0\ \X2\D074B798C2A4\X0\','\X2\AD6DAC00\X0\ \X2\D45CC900C774\X0\ \X2\C694AD6CD558B294\X0\ \X2\D604C7A5C5D0C11C\X0\ \X2\C81CC870\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C8FC\X0\ \X2\C9C0C815\X0\','ko-KR',$); +#5282= IFCRELASSOCIATESLIBRARY('1q4ejlVub5P8MmRL4KK46m',$,$,$,(#459),#12719); +#12719= IFCLIBRARYREFERENCE($,$,'Connected Conductor Function',$,'en',$); -#5288= IFCRELASSOCIATESLIBRARY('1tT72EAtzF3Q5mqZBiodo_',$,$,$,(#480),#12715); -#12715= IFCLIBRARYREFERENCE($,$,'Contactor Type',$,'en',$); +#5283= IFCRELASSOCIATESLIBRARY('1Rp3E4lAPAy90oQlmCJp6$',$,$,$,(#459),#12720); +#12720= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A5C0E4F536A5F80FD\X0\','\X2\5C0E4F53306E6A5F80FD306F8CA08377304C63A57D9A3055308C305F72B6614B3002\X0\','ja-JP',$); -#5289= IFCRELASSOCIATESLIBRARY('1zc50gGdz96ByYM0PWFhj_',$,$,$,(#480),#12716); -#12716= IFCLIBRARYREFERENCE($,$,'\X2\63A589E6566830BF30A430D7\X0\','\X2\4EE54E0B3088308A9078629E304C5FC589813068306A308B300163A589E65668306E4E0089A730EA30B930C8FF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30B330F330C730F330B530B930A430C330C1FF1A\X0\3\X2\3064306E30B730F330B030EB30D530A730FC30BA307E305F306F89076570306E30B330F330C730F330B530D030F330AF30675207308A66FF3048308B3002\X0\\X\0D\X\0A\X2\4F4E6D41FF1A4F4E304462B5629763A589E6306E4F7F7528304C5FC58981\X0\\X\0D\X\0A\X2\30DE30B030CD30C330C85F0FFF1A30B330A430EB306E30A830CD30EB30AE30FC304C7121304F306A3063305F6642306B520766FF3092\X0\ON\X2\30DD30B830B730E730F3306B30573066670952B9306B3059308B\X0\\X\0D\X\0AMechanicalLatching\X2\FF1A520766FF5668304C\X0\ON\X2\30DD30B830B730E730F330927DAD63013059308B305F3081306B6A5F68B07684306A4ED57D44307F304C5FC589813002\X0\\X\0D\X\0A\X2\30E230B830E530FC30EB5F0FFF1A958993963055308C30663044308B81EA50CD578B520766FF56683002\X0\\X\0D\X\0A\X2\30EA30D030FC30B9FF1A\X0\2\X2\3064306E520766FF5668309230EF30A430E430FC306763A57D9A3057305F3082306E3002\X0\\X\0D\X\0A\X2\6A196E96FF1A56DE8DEF306796FB529B6F6E6D41309230AA30F3307E305F306F30AA30D5306730B330F330C830ED30FC30EB3059308B4E00822C7684306A88C57F6E3002\X0\','ja-JP',$); +#5284= IFCRELASSOCIATESLIBRARY('1Umd8_GdL4JAiVu0$XecPN',$,$,$,(#459),#12721); +#12721= IFCLIBRARYREFERENCE($,$,'\X2\C5F0ACB0\X0\ \X2\B3C4CCB4\X0\ \X2\AE30B2A5\X0\','\X2\B3C4CCB4C758\X0\ \X2\AE30B2A5C740\X0\ \X2\BD80D558AC00\X0\ \X2\C5F0ACB0B41C\X0\ \X2\C0C1D0DC\X0\.','ko-KR',$); -#5290= IFCRELASSOCIATESLIBRARY('3dIGzh9YXDSg$MgudgxTtK',$,$,$,(#480),#12717); -#12717= IFCLIBRARYREFERENCE($,$,'\X2\C811CD09AE30\X0\ \X2\C720D615\X0\','\X2\B2E4C74CC5D0C11C\X0\ \X2\C120D0DDC774\X0\ \X2\D544C694D558B2E4\X0\, \X2\C811CD09AE30\X0\ \X2\BAA9B85D\X0\ : \X2\CF58B374C11C\X0\ \X2\C2A4C704CE58\X0\ : 3 \X2\AC1CC758\X0\ \X2\B2E8C77C\X0\ \X2\C704C0C1\X0\ \X2\C774C0C1C758\X0\ \X2\CEE4D328C2DCD130\X0\ \X2\BC45D06CB97C\X0\ \X2\C804D658D569B2C8B2E4\X0\. \X2\B0AEC740C5EC\X0\ : \X2\B0AEC740\X0\ \X2\C800D56D\X0\ \X2\C811CD09\X0\ \X2\C0ACC6A9D574C57C\X0\ \X2\B9C8ADF8B124D2F1\X0\ : \X2\CF54C77CC758\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\BD84C2E4B41C\X0\ \X2\B54C\X0\ \X2\C804D658C744\X0\ ON \X2\C704CE58B85CD558C5EC\X0\ \X2\C0ACC6A9\X0\ MechanicalLatching : \X2\D310C744\X0\ ON \X2\C704CE58B97C\X0\ \X2\C720C9C0D558AE30\X0\ \X2\C704D574\X0\ \X2\AE30ACC4C801C778\X0\ \X2\AD6CC870AC00\X0\ \X2\D544C694D569B2C8B2E4\X0\. \X2\BAA8B4C8D615\X0\ : \X2\D3D0C1C4B418C5B4C788B294\X0\ \X2\C790C2E0\X0\ \X2\B3D9D615\X0\ \X2\D310\X0\. \X2\B9ACBC84C2A4\X0\ : \X2\B450\X0\ \X2\D310C744\X0\ \X2\C640C774C5B4B85C\X0\ \X2\C5F0ACB0D55C\X0\ \X2\AC83\X0\. \X2\D45CC900\X0\ : \X2\D68CB85CC5D0C11C\X0\ \X2\C804B825\X0\ \X2\C870B958B97C\X0\ \X2\CF1CC9C0AC70B098\X0\ \X2\AEBCC9C0C9C0\X0\ \X2\CEE8D2B8B864D558B294\X0\ \X2\C77CBC18C801C778\X0\ \X2\C7A5CE58\X0\','ko-KR',$); +#5286= IFCRELASSOCIATESLIBRARY('2oh6bGLOf0V9NZ$KOwJTK4',$,$,$,(#460),#12722); +#12722= IFCLIBRARYREFERENCE($,$,'Connection Gender',$,'en',$); -#5291= IFCRELASSOCIATESLIBRARY('3df6ifltf6$OIx08urHTdW',$,$,$,(#486),#12718); -#12718= IFCLIBRARYREFERENCE($,$,'Container Material',$,'en',$); +#5287= IFCRELASSOCIATESLIBRARY('2zXJLPVOT8_usEz3SsNF7q',$,$,$,(#460),#12723); +#12723= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30B830A730F330C030FC\X0\','\X2\5F6272B67684306A63A57D9A30B830A730F330C030FCFF0830AA30B9300130E130B93001305D306E4ED63001672A77E53001672A8A2D5B9AFF093002\X0\','ja-JP',$); -#5292= IFCRELASSOCIATESLIBRARY('0VJkphEn12bRRPKlf9zLlw',$,$,$,(#486),#12719); -#12719= IFCLIBRARYREFERENCE($,$,'\X2\30B330F330C630CA30FC67506599\X0\','\X2\54C17269306E53CE5BB93059308B306E306B4F7F75283055308C308B67506599306B95A23059308B72798A184E8B98053002\X0\','ja-JP',$); +#5288= IFCRELASSOCIATESLIBRARY('22epg0wUf2Mfom_Dew_d20',$,$,$,(#461),#12724); +#12724= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); -#5293= IFCRELASSOCIATESLIBRARY('0UkrGD$Sz2W9UgBRZXO2w5',$,$,$,(#489),#12720); -#12720= IFCLIBRARYREFERENCE($,$,'Contour Value',$,'en',$); +#5289= IFCRELASSOCIATESLIBRARY('2pIjhHePv8rweqDVPdoQ2_',$,$,$,(#462),#12725); +#12725= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); -#5294= IFCRELASSOCIATESLIBRARY('3Q5lTz4y56k9Hfzc3Gb5jr',$,$,$,(#489),#12721); -#12721= IFCLIBRARYREFERENCE($,$,'ValeurContour','Valeur de l''\S\il\S\ivation du contour au dessus ou au dessous d''un plan de r\S\if\S\irence.','fr-FR',$); +#5290= IFCRELASSOCIATESLIBRARY('2vFsA3OSn6gxBzjdarH4C3',$,$,$,(#463),#12726); +#12726= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); -#5295= IFCRELASSOCIATESLIBRARY('1z7J7TaRDBcxfp7HPC4C8g',$,$,$,(#489),#12722); -#12722= IFCLIBRARYREFERENCE($,$,'\X2\7B499AD87DDA5024\X0\','\X2\53C271675E739762306B5BFE3059308B7B499AD87DDA306E9AD8305550243002\X0\','ja-JP',$); +#5291= IFCRELASSOCIATESLIBRARY('02zKPzkvj5yejQkNwQ1E47',$,$,$,(#463),#12727); +#12727= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30B530A430BA\X0\','\X2\30B930D730EA30F330AF30E930FC3078306E516553E363A57D9A306E30B530A430BA3002\X0\','ja-JP',$); -#5296= IFCRELASSOCIATESLIBRARY('17gE7Wv0v1YQnH4t7HRiRX',$,$,$,(#489),#12723); -#12723= IFCLIBRARYREFERENCE($,$,'\X2\B4F1ACE0C120\X0\ \X2\AC12\X0\','\X2\CC38C870\X0\ \X2\D3C9BA74C5D0\X0\ \X2\B300D55C\X0\ \X2\B4F1ACE0C120C758\X0\ \X2\B192C774\X0\ \X2\AC12\X0\.','ko-KR',$); +#5292= IFCRELASSOCIATESLIBRARY('1EE_cwV99FzhjbZbnNvu6b',$,$,$,(#464),#12728); +#12728= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); -#5297= IFCRELASSOCIATESLIBRARY('0rWcW3B7P0TxuSEbuNGyMF',$,$,$,(#490),#12724); -#12724= IFCLIBRARYREFERENCE($,$,'Contractual Type',$,'en',$); +#5293= IFCRELASSOCIATESLIBRARY('0OT18GJR51SR5jylqYndER',$,$,$,(#465),#12729); +#12729= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); -#5298= IFCRELASSOCIATESLIBRARY('1K38KSIuXCWBYDyNWL64Ca',$,$,$,(#491),#12725); -#12725= IFCLIBRARYREFERENCE($,$,'Contractual Type',$,'en',$); +#5294= IFCRELASSOCIATESLIBRARY('2lQeCCX$95guZg7XcljKm6',$,$,$,(#466),#12730); +#12730= IFCLIBRARYREFERENCE($,$,'Connection Size',$,'en',$); -#5299= IFCRELASSOCIATESLIBRARY('2Ns$pzUTXDGgojtd_sDPCX',$,$,$,(#492),#12726); -#12726= IFCLIBRARYREFERENCE($,$,'Contrast Ratio',$,'en',$); +#5295= IFCRELASSOCIATESLIBRARY('1wfxbELyDC4gcU7cT8csxh',$,$,$,(#466),#12731); +#12731= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30B530A430BA\X0\','\X2\30DD30F330D7306E516551FA306E63A57D9A30B530A430BA\X0\','ja-JP',$); -#5300= IFCRELASSOCIATESLIBRARY('2QlBpSleHFAR5AbxjvDLHp',$,$,$,(#492),#12727); -#12727= IFCLIBRARYREFERENCE($,$,'\X2\30B330F330C830E930B930C86BD4\X0\','\X2\30B330F330C830E930B930C86BD43092793A30593002\X0\','ja-JP',$); +#5296= IFCRELASSOCIATESLIBRARY('1yuZUfTj5E8wocnDuuBvHS',$,$,$,(#467),#12732); +#12732= IFCLIBRARYREFERENCE($,$,'Connection Sub Type',$,'en',$); -#5301= IFCRELASSOCIATESLIBRARY('1Z7KQdQmr2nOp7KO5YpqH_',$,$,$,(#492),#12728); -#12728= IFCLIBRARYREFERENCE($,$,'\X2\BA85C554BE44\X0\','\X2\BA85C554BE44B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); +#5297= IFCRELASSOCIATESLIBRARY('3oxJAGYiL6TRT75QdsYrOk',$,$,$,(#468),#12733); +#12733= IFCLIBRARYREFERENCE($,$,'Connection Subtype',$,'en',$); -#5302= IFCRELASSOCIATESLIBRARY('0RK_lvoED7jwmPaLS1DhAC',$,$,$,(#493),#12729); -#12729= IFCLIBRARYREFERENCE($,$,'Contributed Luminous Flux',$,'en',$); +#5298= IFCRELASSOCIATESLIBRARY('00r7TI65jB4wB7MFRpUgge',$,$,$,(#468),#12734); +#12734= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30B530D630BF30A430D7\X0\','\X2\7269740630DD30FC30C863A57D9A306E30B530D630BF30A430D7300263A57D9A30BF30A430D74EE55916306E60C5583130928A2D5B9A3059308B58345408306B4F7F752830024E0B8A18306E502430928A2D5B9AFF1A\X0\\X\0D\X\0A\X\0D\X\0A- AC\X2\30D730E930B0\X0\: A, B, C, D, E, F, EF, G, H, I, J, K, L, M','ja-JP',$); -#5303= IFCRELASSOCIATESLIBRARY('1ISYZFJFL0YP4S3OW_D92u',$,$,$,(#493),#12730); -#12730= IFCLIBRARYREFERENCE($,$,'\X2\5149675F\X0\','\X2\5149675F306F653E5C04675F309251495EA66E2C5B9A3057305F3082306E30673001305F306830483070300151496E90304B3089306E767A5149306E91CF30673042308B30025149675F306F51685BA451853001307E305F306F5BA45185306E4E0090E8FF087ACB4F5389D2306E90E852067684306A5149675FFF0930678A086E2C3059308B3002\X0\\X\0D\X\0A\X2\51683066306E51495EA66E2C5B9A306E980576EE306F9AD8901F306E6D3E751F30673042308B30025149675F306F53584F4D30EB30FC30E130F330678A083089308C308B30025149675F306F540430E930F330D7304B3089306E502430674E0E30483089308C308B3002\X0\','ja-JP',$); +#5299= IFCRELASSOCIATESLIBRARY('0qi$9ETD5BPR47viNdH5mT',$,$,$,(#469),#12735); +#12735= IFCLIBRARYREFERENCE($,$,'Connection Sub Type',$,'en',$); -#5304= IFCRELASSOCIATESLIBRARY('2qoCZzWuD5dRiWRVVIAhtY',$,$,$,(#493),#12731); -#12731= IFCLIBRARYREFERENCE($,$,'\X2\AD11C18D\X0\','\X2\AD11C18DC740\X0\ \X2\BC29C0ACB4E4C744\X0\ \X2\AD11B3C4\X0\ \X2\CE21C815\X0\ \X2\AC83C73CB85C\X0\, \X2\C608B97C\X0\ \X2\B4E4C5B4\X0\, \X2\AD11C6D0C5D0C11C\X0\ \X2\BC29CD9C\X0\ \X2\C591C774B2E4\X0\. \X2\AD11C18DC740\X0\ \X2\BAA8B4E0\X0\ \X2\C2E4B0B4\X0\, \X2\C2E4B0B4\X0\ \X2\C77CBD80\X0\ (\X2\C785CCB4\X0\ \X2\AC01C758\X0\ \X2\BD80BD84C801C778\X0\ \X2\AD11C18D\X0\)\X2\B85C\X0\ \X2\CE21C815D55CB2E4\X0\.\X2\BAA8B4E0\X0\ \X2\AD11B3C4\X0\ \X2\CE21C815\X0\ \X2\D56DBAA9C740\X0\ \X2\BE60B978\X0\ \X2\D30CC0DDC774B2E4\X0\. \X2\AD11C18D\X0\ \X2\B2E8C704\X0\ \X2\B8E8BA58C73CB85C\X0\ \X2\C815D574C9C4B2E4\X0\. \X2\AD11C18DC740\X0\ \X2\AC01\X0\ \X2\B7A8D504C758\X0\ \X2\AC12C73CB85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); +#5300= IFCRELASSOCIATESLIBRARY('3x23J_PsD2rh79i3BfKLEy',$,$,$,(#469),#12736); +#12736= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30B530D630BF30A430D7\X0\','\X2\7269740630DD30FC30C863A57D9A306E30B530D630BF30A430D7300263A57D9A30BF30A430D74EE55916306E60C5583130928A2D5B9A3059308B58345408306B4F7F752830024E0B8A18306E502430928A2D5B9AFF1A\X0\\X\0D\X\0A\X\0D\X\0A- DSub: DA15, DB25, DC37, DD50, DE9, DE15 \X\0D\X\0A- Radio: IEEE802.11g, IEEE802.11n\X\0D\X\0A- RJ: 4P4C, 6P2C, 8P8C \X\0D\X\0A- USB: A, B, MiniA, MiniB, MicroA, MicroB','ja-JP',$); -#5306= IFCRELASSOCIATESLIBRARY('0SaIJFQ7LCGw6$CqV5DR_R',$,$,$,(#494),#12732); -#12732= IFCLIBRARYREFERENCE($,$,'Control Damper Operation',$,'en',$); +#5302= IFCRELASSOCIATESLIBRARY('31YVNqgRv5LQNO34u5zYmW',$,$,$,(#470),#12737); +#12737= IFCLIBRARYREFERENCE($,$,'Connection Type',$,'en',$); -#5308= IFCRELASSOCIATESLIBRARY('0f6tLLMVT4vRFRCPrxxIAd',$,$,$,(#496),#12733); -#12733= IFCLIBRARYREFERENCE($,$,'Control Strategy',$,'en',$); +#5303= IFCRELASSOCIATESLIBRARY('0ffeyjHAX8cBXjG5mEhukm',$,$,$,(#470),#12738); +#12738= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A30BF30A430D7\X0\','\X2\7269740630DD30FC30C863A57D9AFF1A\X0\\X\0D\X\0A\X\0D\X\0A- ACPLUG: AC \X2\30D730E930B0\X0\\X\0D\X\0A- DCPLUG: DC \X2\30D730E930B0\X0\\X\0D\X\0A- CRIMP: \X2\88F87DDA\X0\','ja-JP',$); -#5310= IFCRELASSOCIATESLIBRARY('3y4d7kIq1CpAO4H3QdK3eo',$,$,$,(#497),#12734); -#12734= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); +#5305= IFCRELASSOCIATESLIBRARY('1y2UKwjUzD7hakJre7XUI7',$,$,$,(#471),#12739); +#12739= IFCLIBRARYREFERENCE($,$,'Connection Type',$,'en',$); -#5311= IFCRELASSOCIATESLIBRARY('0WmVMo401BcPfJxEL9zanN',$,$,$,(#497),#12735); -#12735= IFCLIBRARYREFERENCE($,$,'TWOPOSITION \X2\C720D615\X0\','\X2\C2E0D638\X0\ \X2\BCC0ACBD\X0\ \X2\C720D615\X0\ \X2\B9ACBBF8D2B8\X0\ \X2\C2A4C704CE58AC00\X0\ \X2\BC94C704B97C\X0\ Pset_ControllerTypeValue \X2\AC12C744\X0\ \X2\BB36C5EC\X0\ \X2\C18DC131C5D0\X0\ \X2\C758D574\X0\ \X2\ACB0C815\X0\ \X2\D558D55C\X0\ : if (Value.LowerBound> Input) output = TRUE \X2\C0C1D55C\X0\ : if (Value.UpperBound Input) output = TRUE \X2\CD5CB300\X0\ - \X2\BD88AC10B300\X0\ : if (Value.UpperBound - BandWidth SignalFactor) accumulator - = SignalFactor ??? \X2\D384C2A4\X0\ \X2\CE74C6B4D130\X0\ : output = input * SignalMultiplier \X2\203B\X0\ input \X2\D384C2A4\X0\ \X2\CE74C6B4D2B8\X0\, SignalMultiplier\X2\C740\X0\ \X2\C6D0C778\X0\ \X2\BD88BA85\X0\ ??? \X2\CD1D\X0\ : output = input1 + input2 \X2\BE84C148\X0\ : output = input1 - input2 \X2\C801B9BD\X0\ : output = input1 * input2 \X2\B098B204AE30\X0\ : output = input1 / input2 \X2\D3C9ADE0\X0\ : output = (input1 + input2) / 2 \X2\CD5CB300\X0\ : output = input1 or input2 \X2\203BBCF4B2E4\X0\ \X2\D070\X0\ \X2\CD5CC18C\X0\ : output = input1 or input2 \X2\203BBCF4B2E4\X0\ \X2\C791C740\X0\','ko-KR',$); +#5310= IFCRELASSOCIATESLIBRARY('0JAiTZKzz8RuCuzCI6dgO1',$,$,$,(#480),#12742); +#12742= IFCLIBRARYREFERENCE($,$,'Construction',$,'en',$); -#5315= IFCRELASSOCIATESLIBRARY('15_gZb2_17IxkIp0ZG0fg8',$,$,$,(#499),#12738); -#12738= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); +#5311= IFCRELASSOCIATESLIBRARY('1pyNK692P0uPppliQSmx84',$,$,$,(#480),#12743); +#12743= IFCLIBRARYREFERENCE($,$,'\X2\69CB9020\X0\','\X2\5C0E4F53306E69CB6210FF083088308A7DDA304B53587DDAFF09306E5B9A7FA930023059306A308F306153587DDAFF08\X0\IEV 461-01-06\X2\FF0930013088308A7DDAFF08\X0\IEV 461-01-07\X2\FF09300130D530EC30AD30B730D630EB5C0E4F53FF08\X0\IEV 461-01-11\X2\FF09FF0830D530EC30AD30B730D630EB304B5426304BFF0930675B9A7FA93002\X0\','ja-JP',$); -#5317= IFCRELASSOCIATESLIBRARY('31_4drS3nEVPtvindG1O9V',$,$,$,(#500),#12739); -#12739= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); +#5312= IFCRELASSOCIATESLIBRARY('0eY$y606HCbR$CAQ9kwNE1',$,$,$,(#480),#12744); +#12744= IFCLIBRARYREFERENCE($,$,'\X2\AD6CC870\X0\','\X2\B3C4CCB4\X0\ \X2\AD6CC131\X0\ (\X2\C5F0C120\X0\ \X2\B610B294\X0\ \X2\B2E8C120\X0\)\X2\C758\X0\ \X2\C815C758\X0\ \X2\C989\X0\ \X2\B2E8C120\X0\ (IEV 461-01-06), \X2\D2B8C704C2A4D2B8\X0\ (IEV 461-01-07), \X2\D50CB809C11CBE14\X0\ \X2\B3C4CCB4\X0\ (IEV 461-01-11) (\X2\C720C5F0D55C\X0\ \X2\C544B2CCC9C0\X0\ \X2\AC00\X0\) \X2\C815C758\X0\','ko-KR',$); -#5319= IFCRELASSOCIATESLIBRARY('1$LAgnHJ51k8CwwAla3CRW',$,$,$,(#501),#12740); -#12740= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); +#5313= IFCRELASSOCIATESLIBRARY('3lcHgRRAX6xf5ZmLH3uMN4',$,$,$,(#481),#12745); +#12745= IFCLIBRARYREFERENCE($,$,'Ausf\S\|hrung','Angabe, ob dieses Betonbauteil als Ortbeton ("In-Situ") oder als Fertigteil ("Precast") ausgef\S\|hrt werden soll.','de-DE',$); -#5321= IFCRELASSOCIATESLIBRARY('0TWHUM8uX6wAjoIsQ0I_bE',$,$,$,(#502),#12741); -#12741= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); +#5314= IFCRELASSOCIATESLIBRARY('10rOJMW9zFZwVe5EtBdxTT',$,$,$,(#481),#12746); +#12746= IFCLIBRARYREFERENCE($,$,'Construction Method',$,'en',$); -#5322= IFCRELASSOCIATESLIBRARY('1Knmek1Vn5V8IxrDNRGLRi',$,$,$,(#502),#12742); -#12742= IFCLIBRARYREFERENCE($,$,'PROPORTIONAL \X2\C720D615\X0\','\X2\C2E0D638\X0\ \X2\BCC0ACBD\X0\ \X2\C720D615\X0\ P (\X2\BE44B840\X0\), I (\X2\C801BD84\X0\), D (\X2\BBF8BD84\X0\)\X2\C758\X0\ \X2\C870D569\X0\ PROPORTIONAL : P (\X2\BE44B840\X0\) \X2\C81CC5B4\X0\ PROPORTIONALINTEGRAL : PI (\X2\BE44B840\X0\ \X2\C801BD84\X0\) \X2\C81CC5B4\X0\ PROPORTIONALINTEGRALDERIVATIVE : PID (\X2\BE44B840\X0\ \X2\C801BD84\X0\ \X2\BBF8BD84\X0\) \X2\C81CC5B4\X0\','ko-KR',$); +#5315= IFCRELASSOCIATESLIBRARY('1Wqe1aR6XAG8PlL2xWDeiG',$,$,$,(#482),#12747); +#12747= IFCLIBRARYREFERENCE($,$,'Art der Ausf\S\|hrung','Wesentliche Art der Projektausf\S\|hrung (Neubau, Umbau, Ert\S\|chtigung, etc.)','de-DE',$); -#5323= IFCRELASSOCIATESLIBRARY('2XcWrxfWb90QJtPuTimgcX',$,$,$,(#503),#12743); -#12743= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); +#5316= IFCRELASSOCIATESLIBRARY('3GrHCuIhD0Zu0_wZVP7mpp',$,$,$,(#482),#12748); +#12748= IFCLIBRARYREFERENCE($,$,'Construction Method',$,'en',$); -#5325= IFCRELASSOCIATESLIBRARY('20brexXLb6vA9JptZUrRfC',$,$,$,(#504),#12744); -#12744= IFCLIBRARYREFERENCE($,$,'Convector Type',$,'en',$); +#5317= IFCRELASSOCIATESLIBRARY('33c$v8Bc15QRf7BzNQ8syl',$,$,$,(#482),#12749); +#12749= IFCLIBRARYREFERENCE($,$,'RisqueIncendieUsagePrincipal','Le type d''intervention sur le b\S\btiment : construction neuve, r\S\inovation, r\S\ihabilitation, etc.','fr-FR',$); -#5326= IFCRELASSOCIATESLIBRARY('3kEJCTfdP4JOlsCh8yW03D',$,$,$,(#504),#12745); -#12745= IFCLIBRARYREFERENCE($,$,'\X2\5BFE6D4130BF30A430D7\X0\','\X2\5F3752367A7A6C17\X0\(\X2\6A5F68B07684306B904B8EE23055308C308B\X0\)\X2\304B81EA7136306A\X0\(\X2\91CD529B\X0\)\X2\30673042308B30533068306B304B304B308F3089305A5BFE6D415F0F6696623F5668306E30BF30A430D73092793A3057307E30593002\X0\','ja-JP',$); +#5318= IFCRELASSOCIATESLIBRARY('11DO09zpb4gwzEz$RKsuhi',$,$,$,(#482),#12750); +#12750= IFCLIBRARYREFERENCE($,$,'\X2\5DE54E8B7A2E5225\X0\','\X2\5DE54E8B306B304A3051308B30BF30A430D730024F8BFF1A65B07BC930FB30EA30CE30D930FC30B730E730F330FB653988C57B493002\X0\','ja-JP',$); -#5327= IFCRELASSOCIATESLIBRARY('2QeeqFXW59bREQO9vSaQ18',$,$,$,(#506),#12746); -#12746= IFCLIBRARYREFERENCE($,$,'Cooling Air Flow Rate',$,'en',$); +#5319= IFCRELASSOCIATESLIBRARY('3D0hFA73H7K8DV08Dk5WfI',$,$,$,(#482),#12751); +#12751= IFCLIBRARYREFERENCE($,$,'\X2\ACF5C0AC\X0\ \X2\C885B958\X0\','\X2\ACF5C0ACC758\X0\ \X2\C720D615\X0\. \X2\C608\X0\ : \X2\C2E0CD95\X0\ \X2\B9ACB178BCA0C774C158\X0\ \S\7 \X2\AC1CC7A5\X0\ \X2\B4F1\X0\.','ko-KR',$); -#5328= IFCRELASSOCIATESLIBRARY('2N$EhIzUT96fQbo5jQ6SSW',$,$,$,(#506),#12747); -#12747= IFCLIBRARYREFERENCE($,$,'\X2\51B753747A7A6C176D4191CF\X0\','\X2\5BA45185306E51B753747A7A6C176D4191CF\X0\','ja-JP',$); +#5320= IFCRELASSOCIATESLIBRARY('1eHOvucS19MQYPcEbm5beF',$,$,$,(#483),#12752); +#12752= IFCLIBRARYREFERENCE($,$,'Construction Tolerance Class',$,'en',$); -#5329= IFCRELASSOCIATESLIBRARY('1o_VC7GJ19if7pokeMX7DH',$,$,$,(#507),#12748); -#12748= IFCLIBRARYREFERENCE($,$,'Cooling Design Airflow',$,'en',$); +#5321= IFCRELASSOCIATESLIBRARY('3pjIlLCmD6l9TAgKCorgvK',$,$,$,(#483),#12753); +#12753= IFCLIBRARYREFERENCE($,$,'\X2\88FD90208A315BB930AF30E930B9\X0\','\X2\56FD306E57FA6E96304C6C423081308B73FE58343067306E88FD90208A315BB9306E5206985E63075B9A3002\X0\','ja-JP',$); -#5330= IFCRELASSOCIATESLIBRARY('0NY3vs1vD71Apc_FgWZir2',$,$,$,(#507),#12749); -#12749= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F8A2D8A0854386C1791CF\X0\','\X2\30D430FC30AF6642306E51B7623F67614EF6306789816C423055308C308B7D666C1791CF3002\X0\','ja-JP',$); +#5322= IFCRELASSOCIATESLIBRARY('3K5D4xAmTBJg75zVJRbAme',$,$,$,(#483),#12754); +#12754= IFCLIBRARYREFERENCE($,$,'\X2\C81CC870\X0\ \X2\D5C8C6A9\X0\ \X2\D074B798C2A4\X0\','\X2\AD6DAC00\X0\ \X2\D45CC900C774\X0\ \X2\C694AD6CD558B294\X0\ \X2\D604C7A5C5D0C11C\X0\ \X2\C81CC870\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C8FC\X0\ \X2\C9C0C815\X0\','ko-KR',$); -#5331= IFCRELASSOCIATESLIBRARY('1EO4Lv0$X1SR$91GjN60UB',$,$,$,(#508),#12750); -#12750= IFCLIBRARYREFERENCE($,$,'Cooling Design Day',$,'en',$); +#5324= IFCRELASSOCIATESLIBRARY('0ICCZhMef1ggpOGOWrF6Md',$,$,$,(#484),#12755); +#12755= IFCLIBRARYREFERENCE($,$,'Contactor Type',$,'en',$); -#5332= IFCRELASSOCIATESLIBRARY('2iwubYSQX8cggzITDoQQri',$,$,$,(#508),#12751); -#12751= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F8A2D8A0857FA6E9665E5\X0\','\X2\51B7623F8A2D8A0875286C178C6130C730FC30BF306E65E56642FF086708300165E530016642523BFF093002\X0\','ja-JP',$); +#5325= IFCRELASSOCIATESLIBRARY('0g15IkibX3e87hG2aXq7fj',$,$,$,(#484),#12756); +#12756= IFCLIBRARYREFERENCE($,$,'\X2\63A589E6566830BF30A430D7\X0\','\X2\4EE54E0B3088308A9078629E304C5FC589813068306A308B300163A589E65668306E4E0089A730EA30B930C8FF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30B330F330C730F330B530B930A430C330C1FF1A\X0\3\X2\3064306E30B730F330B030EB30D530A730FC30BA307E305F306F89076570306E30B330F330C730F330B530D030F330AF30675207308A66FF3048308B3002\X0\\X\0D\X\0A\X2\4F4E6D41FF1A4F4E304462B5629763A589E6306E4F7F7528304C5FC58981\X0\\X\0D\X\0A\X2\30DE30B030CD30C330C85F0FFF1A30B330A430EB306E30A830CD30EB30AE30FC304C7121304F306A3063305F6642306B520766FF3092\X0\ON\X2\30DD30B830B730E730F3306B30573066670952B9306B3059308B\X0\\X\0D\X\0AMechanicalLatching\X2\FF1A520766FF5668304C\X0\ON\X2\30DD30B830B730E730F330927DAD63013059308B305F3081306B6A5F68B07684306A4ED57D44307F304C5FC589813002\X0\\X\0D\X\0A\X2\30E230B830E530FC30EB5F0FFF1A958993963055308C30663044308B81EA50CD578B520766FF56683002\X0\\X\0D\X\0A\X2\30EA30D030FC30B9FF1A\X0\2\X2\3064306E520766FF5668309230EF30A430E430FC306763A57D9A3057305F3082306E3002\X0\\X\0D\X\0A\X2\6A196E96FF1A56DE8DEF306796FB529B6F6E6D41309230AA30F3307E305F306F30AA30D5306730B330F330C830ED30FC30EB3059308B4E00822C7684306A88C57F6E3002\X0\','ja-JP',$); -#5333= IFCRELASSOCIATESLIBRARY('2jWs4luKv2IApcqCQ$K6oW',$,$,$,(#508),#12752); -#12752= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29C124ACC4\X0\ \X2\AE30C900C77C\X0\','\X2\B0C9BC29\X0\ \X2\C124ACC4\X0\ \X2\AE30C0C1\X0\ \X2\B370C774D130C758\X0\ \X2\C2DCAC04\X0\ (\X2\C6D4\X0\, \X2\C77C\X0\, \X2\C2DCAC04\X0\).','ko-KR',$); +#5326= IFCRELASSOCIATESLIBRARY('2$aFm4JhD44OAT6xEXPmQm',$,$,$,(#484),#12757); +#12757= IFCLIBRARYREFERENCE($,$,'\X2\C811CD09AE30\X0\ \X2\C720D615\X0\','\X2\B2E4C74CC5D0C11C\X0\ \X2\C120D0DDC774\X0\ \X2\D544C694D558B2E4\X0\, \X2\C811CD09AE30\X0\ \X2\BAA9B85D\X0\ : \X2\CF58B374C11C\X0\ \X2\C2A4C704CE58\X0\ : 3 \X2\AC1CC758\X0\ \X2\B2E8C77C\X0\ \X2\C704C0C1\X0\ \X2\C774C0C1C758\X0\ \X2\CEE4D328C2DCD130\X0\ \X2\BC45D06CB97C\X0\ \X2\C804D658D569B2C8B2E4\X0\. \X2\B0AEC740C5EC\X0\ : \X2\B0AEC740\X0\ \X2\C800D56D\X0\ \X2\C811CD09\X0\ \X2\C0ACC6A9D574C57C\X0\ \X2\B9C8ADF8B124D2F1\X0\ : \X2\CF54C77CC758\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\BD84C2E4B41C\X0\ \X2\B54C\X0\ \X2\C804D658C744\X0\ ON \X2\C704CE58B85CD558C5EC\X0\ \X2\C0ACC6A9\X0\ MechanicalLatching : \X2\D310C744\X0\ ON \X2\C704CE58B97C\X0\ \X2\C720C9C0D558AE30\X0\ \X2\C704D574\X0\ \X2\AE30ACC4C801C778\X0\ \X2\AD6CC870AC00\X0\ \X2\D544C694D569B2C8B2E4\X0\. \X2\BAA8B4C8D615\X0\ : \X2\D3D0C1C4B418C5B4C788B294\X0\ \X2\C790C2E0\X0\ \X2\B3D9D615\X0\ \X2\D310\X0\. \X2\B9ACBC84C2A4\X0\ : \X2\B450\X0\ \X2\D310C744\X0\ \X2\C640C774C5B4B85C\X0\ \X2\C5F0ACB0D55C\X0\ \X2\AC83\X0\. \X2\D45CC900\X0\ : \X2\D68CB85CC5D0C11C\X0\ \X2\C804B825\X0\ \X2\C870B958B97C\X0\ \X2\CF1CC9C0AC70B098\X0\ \X2\AEBCC9C0C9C0\X0\ \X2\CEE8D2B8B864D558B294\X0\ \X2\C77CBC18C801C778\X0\ \X2\C7A5CE58\X0\','ko-KR',$); -#5334= IFCRELASSOCIATESLIBRARY('1lXG4d0B50vgHXuhhHD22$',$,$,$,(#509),#12753); -#12753= IFCLIBRARYREFERENCE($,$,'Cooling Dry Bulb',$,'en',$); +#5327= IFCRELASSOCIATESLIBRARY('3CXRRdo2P7NO_m0F74fAyC',$,$,$,(#490),#12758); +#12758= IFCLIBRARYREFERENCE($,$,'Container Material',$,'en',$); -#5335= IFCRELASSOCIATESLIBRARY('2bkeefuLj2WQR9lzACc4Qw',$,$,$,(#509),#12754); -#12754= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F75288A2D8A0859166C174E7E74036E295EA6\X0\','\X2\51B7623F75288A2D8A08752859166C174E7E74036E295EA63002\X0\','ja-JP',$); +#5328= IFCRELASSOCIATESLIBRARY('03_$I0U7n2Cf5hsH1cqiUM',$,$,$,(#490),#12759); +#12759= IFCLIBRARYREFERENCE($,$,'\X2\30B330F330C630CA30FC67506599\X0\','\X2\54C17269306E53CE5BB93059308B306E306B4F7F75283055308C308B67506599306B95A23059308B72798A184E8B98053002\X0\','ja-JP',$); -#5336= IFCRELASSOCIATESLIBRARY('3E3cVFplz67RnqyMrotldf',$,$,$,(#509),#12755); -#12755= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29C6A9\X0\ \X2\C124ACC4\X0\ \X2\C678AE30AC74AD6C\X0\ \X2\C628B3C4\X0\','\X2\B0C9BC29C6A9\X0\ \X2\C124ACC4\X0\ \X2\C678AE30AC74AD6C\X0\ \X2\C628B3C4\X0\','ko-KR',$); +#5329= IFCRELASSOCIATESLIBRARY('1NhqpiJevCz8gopdk5ynqI',$,$,$,(#493),#12760); +#12760= IFCLIBRARYREFERENCE($,$,'Contour Value',$,'en',$); -#5337= IFCRELASSOCIATESLIBRARY('3HTJz4T5L799Ru_HFe8xIh',$,$,$,(#510),#12756); -#12756= IFCLIBRARYREFERENCE($,$,'Cooling Dry Bulb',$,'en',$); +#5330= IFCRELASSOCIATESLIBRARY('1UzvrREQj3PO8zJaY1$MPj',$,$,$,(#493),#12761); +#12761= IFCLIBRARYREFERENCE($,$,'ValeurContour','Valeur de l''\S\il\S\ivation du contour au dessus ou au dessous d''un plan de r\S\if\S\irence.','fr-FR',$); -#5338= IFCRELASSOCIATESLIBRARY('205Mssg114fO8btevOspBH',$,$,$,(#510),#12757); -#12757= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F8A2D8A086E295EA6\X0\','\X2\51B7623F8A2D8A08306B304A3051308B5BA451858A2D8A084E7E74036E295EA63002\X0\','ja-JP',$); +#5331= IFCRELASSOCIATESLIBRARY('220sdE$2b4899KMvGAlnm7',$,$,$,(#493),#12762); +#12762= IFCLIBRARYREFERENCE($,$,'\X2\7B499AD87DDA5024\X0\','\X2\53C271675E739762306B5BFE3059308B7B499AD87DDA306E9AD8305550243002\X0\','ja-JP',$); -#5339= IFCRELASSOCIATESLIBRARY('1oo9kFNv9FogTYOD8HCU0c',$,$,$,(#510),#12758); -#12758= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29\X0\ \X2\C124ACC4C628B3C4\X0\','\X2\B0C9BC29\X0\ \X2\C124ACC4C758\X0\ \X2\C2E4B0B4\X0\ \X2\B514C790C778\X0\ \X2\AC74AD6C\X0\ \X2\C628B3C4\X0\','ko-KR',$); +#5332= IFCRELASSOCIATESLIBRARY('2J5satQRnFbQ8saqx4KPVA',$,$,$,(#493),#12763); +#12763= IFCLIBRARYREFERENCE($,$,'\X2\B4F1ACE0C120\X0\ \X2\AC12\X0\','\X2\CC38C870\X0\ \X2\D3C9BA74C5D0\X0\ \X2\B300D55C\X0\ \X2\B4F1ACE0C120C758\X0\ \X2\B192C774\X0\ \X2\AC12\X0\.','ko-KR',$); -#5340= IFCRELASSOCIATESLIBRARY('3_ncWKol91_Qqy2hw2TZ9k',$,$,$,(#511),#12759); -#12759= IFCLIBRARYREFERENCE($,$,'Cooling Efficiency',$,'en',$); +#5333= IFCRELASSOCIATESLIBRARY('1Edr9wwbHAKvFBQ6UM8MqV',$,$,$,(#494),#12764); +#12764= IFCLIBRARYREFERENCE($,$,'Contractual Type',$,'en',$); -#5341= IFCRELASSOCIATESLIBRARY('3kCkcI_Pb5c91oacOO0otK',$,$,$,(#511),#12760); -#12760= IFCLIBRARYREFERENCE($,$,'\X2\51B7537452B97387\X0\','\X2\602780FD4FC2657051688CA08377904B8EE272B6614B3067306E30A830CD30EB30AE30FC5165529B306B5BFE3059308B51B7537430A830CD30EB30AE30FC51FA529B306E52725408\X0\','ja-JP',$); +#5334= IFCRELASSOCIATESLIBRARY('2bUQY$y7PFGBdc$ZWljrjp',$,$,$,(#495),#12765); +#12765= IFCLIBRARYREFERENCE($,$,'Contractual Type',$,'en',$); -#5342= IFCRELASSOCIATESLIBRARY('0oOwUSGR92sAgC0YSagkKd',$,$,$,(#512),#12761); -#12761= IFCLIBRARYREFERENCE($,$,'Cooling Relative Humidity',$,'en',$); +#5335= IFCRELASSOCIATESLIBRARY('36Lex8Cvb6nhhk7fNbJwX8',$,$,$,(#496),#12766); +#12766= IFCLIBRARYREFERENCE($,$,'Contrast Ratio',$,'en',$); -#5343= IFCRELASSOCIATESLIBRARY('0pQT9nnob3m9E5Xc3ezSO_',$,$,$,(#512),#12762); -#12762= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F8A2D8A0876F85BFE6E7F5EA6\X0\','\X2\51B7623F8A2D8A08306B304A3051308B5BA451858A2D8A0876F85BFE6E7F5EA63002\X0\','ja-JP',$); +#5336= IFCRELASSOCIATESLIBRARY('1TfeyJVvH9eRyS42MOPjkW',$,$,$,(#496),#12767); +#12767= IFCLIBRARYREFERENCE($,$,'\X2\30B330F330C830E930B930C86BD4\X0\','\X2\30B330F330C830E930B930C86BD43092793A30593002\X0\','ja-JP',$); -#5344= IFCRELASSOCIATESLIBRARY('2Yfi0Sgi96$w50dHMYbkRm',$,$,$,(#512),#12763); -#12763= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29\X0\ \X2\C124ACC4\X0\ \X2\C0C1B300C2B5B3C4\X0\','\X2\B0C9BC29\X0\ \X2\C124ACC4C758\X0\ \X2\C2E4B0B4\X0\ \X2\B514C790C778\X0\ \X2\C0C1B300\X0\ \X2\C2B5B3C4\X0\.','ko-KR',$); +#5337= IFCRELASSOCIATESLIBRARY('3mTRzOhwD16uNNHmBU9CHm',$,$,$,(#496),#12768); +#12768= IFCLIBRARYREFERENCE($,$,'\X2\BA85C554BE44\X0\','\X2\BA85C554BE44B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); -#5345= IFCRELASSOCIATESLIBRARY('2Rtgq3MKnATAkaoItE_r1W',$,$,$,(#513),#12764); -#12764= IFCLIBRARYREFERENCE($,$,'Cooling Temperature Delta',$,'en',$); +#5338= IFCRELASSOCIATESLIBRARY('3DU_9YpwT8DOmqjsZn1kHQ',$,$,$,(#497),#12769); +#12769= IFCLIBRARYREFERENCE($,$,'Contributed Luminous Flux',$,'en',$); -#5346= IFCRELASSOCIATESLIBRARY('2CHJnHxT96Z8b7pbHOL$_4',$,$,$,(#513),#12765); -#12765= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F6642900198A86E295EA65DEE\X0\','\X2\7A7A8ABF900198A891CF8A087B977528306E51B7623F7D666C176E295EA65DEE3002\X0\','ja-JP',$); +#5339= IFCRELASSOCIATESLIBRARY('3APSqWaFT1$BsI7LvFxjny',$,$,$,(#497),#12770); +#12770= IFCLIBRARYREFERENCE($,$,'\X2\5149675F\X0\','\X2\5149675F306F653E5C04675F309251495EA66E2C5B9A3057305F3082306E30673001305F306830483070300151496E90304B3089306E767A5149306E91CF30673042308B30025149675F306F51685BA451853001307E305F306F5BA45185306E4E0090E8FF087ACB4F5389D2306E90E852067684306A5149675FFF0930678A086E2C3059308B3002\X0\\X\0D\X\0A\X2\51683066306E51495EA66E2C5B9A306E980576EE306F9AD8901F306E6D3E751F30673042308B30025149675F306F53584F4D30EB30FC30E130F330678A083089308C308B30025149675F306F540430E930F330D7304B3089306E502430674E0E30483089308C308B3002\X0\','ja-JP',$); -#5347= IFCRELASSOCIATESLIBRARY('2c2AVql31ATfvTueS4zjvn',$,$,$,(#513),#12766); -#12766= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29C2DC\X0\ \X2\B3CCD48D\X0\ \X2\C628B3C4CC28\X0\','\X2\C5D0C5B4CEE8\X0\ \X2\C1A1D48D\X0\ \X2\B7C9\X0\ \X2\ACC4C0B0C744C704D55C\X0\ \X2\B0C9BC29\X0\ \X2\AE09AE30\X0\ \X2\C628B3C4CC28\X0\','ko-KR',$); +#5340= IFCRELASSOCIATESLIBRARY('3JeJA682jEnPE$xAVBi_e4',$,$,$,(#497),#12771); +#12771= IFCLIBRARYREFERENCE($,$,'\X2\AD11C18D\X0\','\X2\AD11C18DC740\X0\ \X2\BC29C0ACB4E4C744\X0\ \X2\AD11B3C4\X0\ \X2\CE21C815\X0\ \X2\AC83C73CB85C\X0\, \X2\C608B97C\X0\ \X2\B4E4C5B4\X0\, \X2\AD11C6D0C5D0C11C\X0\ \X2\BC29CD9C\X0\ \X2\C591C774B2E4\X0\. \X2\AD11C18DC740\X0\ \X2\BAA8B4E0\X0\ \X2\C2E4B0B4\X0\, \X2\C2E4B0B4\X0\ \X2\C77CBD80\X0\ (\X2\C785CCB4\X0\ \X2\AC01C758\X0\ \X2\BD80BD84C801C778\X0\ \X2\AD11C18D\X0\)\X2\B85C\X0\ \X2\CE21C815D55CB2E4\X0\.\X2\BAA8B4E0\X0\ \X2\AD11B3C4\X0\ \X2\CE21C815\X0\ \X2\D56DBAA9C740\X0\ \X2\BE60B978\X0\ \X2\D30CC0DDC774B2E4\X0\. \X2\AD11C18D\X0\ \X2\B2E8C704\X0\ \X2\B8E8BA58C73CB85C\X0\ \X2\C815D574C9C4B2E4\X0\. \X2\AD11C18DC740\X0\ \X2\AC01\X0\ \X2\B7A8D504C758\X0\ \X2\AC12C73CB85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); -#5348= IFCRELASSOCIATESLIBRARY('354YII7Kn7KvJgZRmWTRd7',$,$,$,(#514),#12767); -#12767= IFCLIBRARYREFERENCE($,$,'Cooling Water Flow Rate',$,'en',$); +#5342= IFCRELASSOCIATESLIBRARY('2ZHCRzvBLCc9ZcST8QBo8N',$,$,$,(#498),#12772); +#12772= IFCLIBRARYREFERENCE($,$,'Control Damper Operation',$,'en',$); -#5349= IFCRELASSOCIATESLIBRARY('0zOgAkGAT0dfU4dXrCfG1g',$,$,$,(#515),#12768); -#12768= IFCLIBRARYREFERENCE($,$,'Cooling Wet Bulb',$,'en',$); +#5344= IFCRELASSOCIATESLIBRARY('1A5FjKvI18kODaewbtDk46',$,$,$,(#500),#12773); +#12773= IFCLIBRARYREFERENCE($,$,'Control Strategy',$,'en',$); -#5350= IFCRELASSOCIATESLIBRARY('2p4_3I0Qr0KRB8NEqDugut',$,$,$,(#515),#12769); -#12769= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F75288A2D8A0859166C176E7F74036E295EA6\X0\','\X2\51B7623F75288A2D8A08752859166C176E7F74036E295EA63002\X0\','ja-JP',$); +#5346= IFCRELASSOCIATESLIBRARY('1rwU76KwP19P$55KGPxS5Z',$,$,$,(#501),#12774); +#12774= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); -#5351= IFCRELASSOCIATESLIBRARY('35QOa5hK51KPA$Sis3vf8e',$,$,$,(#515),#12770); -#12770= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29C6A9\X0\ \X2\C124ACC4C678AE30\X0\ \X2\C2B5AD6CC628B3C4\X0\','\X2\B0C9BC29C6A9\X0\ \X2\C124ACC4C678AE30\X0\ \X2\C2B5AD6CC628B3C4\X0\','ko-KR',$); +#5347= IFCRELASSOCIATESLIBRARY('254ezhQl1219X$jP3jUVtI',$,$,$,(#501),#12775); +#12775= IFCLIBRARYREFERENCE($,$,'TWOPOSITION \X2\C720D615\X0\','\X2\C2E0D638\X0\ \X2\BCC0ACBD\X0\ \X2\C720D615\X0\ \X2\B9ACBBF8D2B8\X0\ \X2\C2A4C704CE58AC00\X0\ \X2\BC94C704B97C\X0\ Pset_ControllerTypeValue \X2\AC12C744\X0\ \X2\BB36C5EC\X0\ \X2\C18DC131C5D0\X0\ \X2\C758D574\X0\ \X2\ACB0C815\X0\ \X2\D558D55C\X0\ : if (Value.LowerBound> Input) output = TRUE \X2\C0C1D55C\X0\ : if (Value.UpperBound Input) output = TRUE \X2\CD5CB300\X0\ - \X2\BD88AC10B300\X0\ : if (Value.UpperBound - BandWidth SignalFactor) accumulator - = SignalFactor ??? \X2\D384C2A4\X0\ \X2\CE74C6B4D130\X0\ : output = input * SignalMultiplier \X2\203B\X0\ input \X2\D384C2A4\X0\ \X2\CE74C6B4D2B8\X0\, SignalMultiplier\X2\C740\X0\ \X2\C6D0C778\X0\ \X2\BD88BA85\X0\ ??? \X2\CD1D\X0\ : output = input1 + input2 \X2\BE84C148\X0\ : output = input1 - input2 \X2\C801B9BD\X0\ : output = input1 * input2 \X2\B098B204AE30\X0\ : output = input1 / input2 \X2\D3C9ADE0\X0\ : output = (input1 + input2) / 2 \X2\CD5CB300\X0\ : output = input1 or input2 \X2\203BBCF4B2E4\X0\ \X2\D070\X0\ \X2\CD5CC18C\X0\ : output = input1 or input2 \X2\203BBCF4B2E4\X0\ \X2\C791C740\X0\','ko-KR',$); -#5354= IFCRELASSOCIATESLIBRARY('13qlB4EAX3HuIHAB1ZbS49',$,$,$,(#519),#12773); -#12773= IFCLIBRARYREFERENCE($,$,'Core Identifier',$,'en',$); +#5351= IFCRELASSOCIATESLIBRARY('3Oef5JkbXAmAzO06FSZxRi',$,$,$,(#503),#12778); +#12778= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); -#5355= IFCRELASSOCIATESLIBRARY('09Ag2iSaz4Gh$TPh6LWeTc',$,$,$,(#519),#12774); -#12774= IFCLIBRARYREFERENCE($,$,'\X2\30B330A28B5852255B50\X0\','\X2\30B330A2306E8B585225306F30018272FF0830D630E930C330AF300130D630E930A630F3300130B030EC30FCFF0953C8306F756A53F7FF08\X0\1\X2\3001\X0\2\X2\3001\X0\3\X2\FF0953C8306F\X0\IEC\X2\306E4F4D76F857FA6E96FF08\X0\L1\X2\3001\X0\L2\X2\3001\X0\L3\X2\FF09306A306930924F7F75283002\X0\','ja-JP',$); +#5353= IFCRELASSOCIATESLIBRARY('0KVakyBhv6p8vahrLX2xqv',$,$,$,(#504),#12779); +#12779= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); -#5356= IFCRELASSOCIATESLIBRARY('1GkgGThYr2xetOhIMycP_v',$,$,$,(#519),#12775); -#12775= IFCLIBRARYREFERENCE($,$,'\X2\CF54C5B4\X0\ \X2\C2DDBCC4C790\X0\','\X2\CF54C5B4\X0\ \X2\C2DDBCC4\X0\ \X2\C0C9\X0\ (\X2\BE14B799\X0\, \X2\BE0CB77CC6B4\X0\, \X2\ADF8B808C774\X0\) \X2\B610B294\X0\ \X2\BC88D638\X0\ (1,2,3) \X2\B610B294\X0\ IEC\X2\C758\X0\ \X2\C704C0C1\X0\ \X2\AE30C900\X0\ (L1, L2, L3)\X2\B97C\X0\ \X2\C0ACC6A9\X0\.','ko-KR',$); +#5355= IFCRELASSOCIATESLIBRARY('2bC$NEZNz6mQtel8GPQfiE',$,$,$,(#505),#12780); +#12780= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); -#5357= IFCRELASSOCIATESLIBRARY('30qX6L9rzF6ep4hYtLl1jx',$,$,$,(#520),#12776); -#12776= IFCLIBRARYREFERENCE($,$,'Core Middle Height',$,'en',$); +#5357= IFCRELASSOCIATESLIBRARY('0$5MZqYhLCCP3GTIDblzle',$,$,$,(#506),#12781); +#12781= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); -#5358= IFCRELASSOCIATESLIBRARY('39uT2XlwnF5OLXgsqi9DN8',$,$,$,(#521),#12777); -#12777= IFCLIBRARYREFERENCE($,$,'Core Set Horizontal',$,'en',$); +#5358= IFCRELASSOCIATESLIBRARY('3D4Oi7AaX86R6My1N$i_sZ',$,$,$,(#506),#12782); +#12782= IFCLIBRARYREFERENCE($,$,'PROPORTIONAL \X2\C720D615\X0\','\X2\C2E0D638\X0\ \X2\BCC0ACBD\X0\ \X2\C720D615\X0\ P (\X2\BE44B840\X0\), I (\X2\C801BD84\X0\), D (\X2\BBF8BD84\X0\)\X2\C758\X0\ \X2\C870D569\X0\ PROPORTIONAL : P (\X2\BE44B840\X0\) \X2\C81CC5B4\X0\ PROPORTIONALINTEGRAL : PI (\X2\BE44B840\X0\ \X2\C801BD84\X0\) \X2\C81CC5B4\X0\ PROPORTIONALINTEGRALDERIVATIVE : PID (\X2\BE44B840\X0\ \X2\C801BD84\X0\ \X2\BBF8BD84\X0\) \X2\C81CC5B4\X0\','ko-KR',$); -#5359= IFCRELASSOCIATESLIBRARY('06vIMOez16Fve1fEfSqI12',$,$,$,(#521),#12778); -#12778= IFCLIBRARYREFERENCE($,$,'PositionHorizontaleCentre','Degr\S\i d''inclinaison horizontale (selon l''axe X par rapport au positionnement local) de la lame mesur\S\i depuis la ligne m\S\idiane.','fr-FR',$); +#5359= IFCRELASSOCIATESLIBRARY('3TKXDjj7HDGhRlqzfEoThE',$,$,$,(#507),#12783); +#12783= IFCLIBRARYREFERENCE($,$,'Control Type',$,'en',$); -#5360= IFCRELASSOCIATESLIBRARY('3W9Ve6b5b1VAc_6v3tV0f3',$,$,$,(#521),#12779); -#12779= IFCLIBRARYREFERENCE($,$,'\X2\6C345E737FBD683989D25EA6\X0\','\X2\6C345E737FFC306E4E2D5FC37DDA304B3089306E6C345E73FF0830ED30FC30AB30EB5EA76A19306EFF388EF8FF099762306E7FBD683989D25EA6\X0\','ja-JP',$); +#5361= IFCRELASSOCIATESLIBRARY('2h8OzChxbAcPWbIpxMbKWf',$,$,$,(#508),#12784); +#12784= IFCLIBRARYREFERENCE($,$,'Convector Type',$,'en',$); -#5361= IFCRELASSOCIATESLIBRARY('1vhXNLmxnE5hn9Pfh7wzKb',$,$,$,(#522),#12780); -#12780= IFCLIBRARYREFERENCE($,$,'Core Set Vertical',$,'en',$); +#5362= IFCRELASSOCIATESLIBRARY('3OHK_FFY91bQO0f0v5t8t8',$,$,$,(#508),#12785); +#12785= IFCLIBRARYREFERENCE($,$,'\X2\5BFE6D4130BF30A430D7\X0\','\X2\5F3752367A7A6C17\X0\(\X2\6A5F68B07684306B904B8EE23055308C308B\X0\)\X2\304B81EA7136306A\X0\(\X2\91CD529B\X0\)\X2\30673042308B30533068306B304B304B308F3089305A5BFE6D415F0F6696623F5668306E30BF30A430D73092793A3057307E30593002\X0\','ja-JP',$); -#5362= IFCRELASSOCIATESLIBRARY('3R5Tmqy498ceHN0S8lvdVE',$,$,$,(#522),#12781); -#12781= IFCLIBRARYREFERENCE($,$,'PositionVerticalCentre','Degr\S\i d''inclinaison verticale (selon l''axe Y par rapport au positionnement local) de la lame mesur\S\i depuis la ligne m\S\idiane.','fr-FR',$); +#5363= IFCRELASSOCIATESLIBRARY('0gCEfi8qb5AxVBR6OOEQqu',$,$,$,(#510),#12786); +#12786= IFCLIBRARYREFERENCE($,$,'Cooling Air Flow Rate',$,'en',$); -#5363= IFCRELASSOCIATESLIBRARY('1Jl4XTpkT6w92tFdN1EkUd',$,$,$,(#522),#12782); -#12782= IFCLIBRARYREFERENCE($,$,'\X2\578276F47FBD683989D25EA6\X0\','\X2\578276F47FFC306E4E2D5FC37DDA304B3089306E578276F4FF0830ED30FC30AB30EB5EA76A19306EFF398EF8FF0965B95411306E7FBD683989D25EA6\X0\','ja-JP',$); +#5364= IFCRELASSOCIATESLIBRARY('1N75w9ZTT9cf4UEEcr5B2u',$,$,$,(#510),#12787); +#12787= IFCLIBRARYREFERENCE($,$,'\X2\51B753747A7A6C176D4191CF\X0\','\X2\5BA45185306E51B753747A7A6C176D4191CF\X0\','ja-JP',$); -#5364= IFCRELASSOCIATESLIBRARY('1r5rRWY3P6qOqRL0vDFcFC',$,$,$,(#523),#12783); -#12783= IFCLIBRARYREFERENCE($,$,'Core Spacing',$,'en',$); +#5365= IFCRELASSOCIATESLIBRARY('1GzkuEebzFifC1pDcmgTx9',$,$,$,(#511),#12788); +#12788= IFCLIBRARYREFERENCE($,$,'Cooling Design Airflow',$,'en',$); -#5365= IFCRELASSOCIATESLIBRARY('24N1CfM_5B6xbLFv1bI6Y0',$,$,$,(#524),#12784); -#12784= IFCLIBRARYREFERENCE($,$,'Core Top Height',$,'en',$); +#5366= IFCRELASSOCIATESLIBRARY('07m6rEMqDBLxxBU6HRlI6W',$,$,$,(#511),#12789); +#12789= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F8A2D8A0854386C1791CF\X0\','\X2\30D430FC30AF6642306E51B7623F67614EF6306789816C423055308C308B7D666C1791CF3002\X0\','ja-JP',$); -#5366= IFCRELASSOCIATESLIBRARY('147KGKLOzDpwdgCtlaTeMx',$,$,$,(#525),#12785); -#12785= IFCLIBRARYREFERENCE($,$,'Core Top Width',$,'en',$); +#5367= IFCRELASSOCIATESLIBRARY('0yCY3XkvL1jgqFpyr5hMiQ',$,$,$,(#512),#12790); +#12790= IFCLIBRARYREFERENCE($,$,'Cooling Design Day',$,'en',$); -#5368= IFCRELASSOCIATESLIBRARY('2_x5xUB7n9GeVPSu1jF0P3',$,$,$,(#526),#12786); -#12786= IFCLIBRARYREFERENCE($,$,'Core Type',$,'en',$); +#5368= IFCRELASSOCIATESLIBRARY('2vlJVDBJXD7u13C8IJxAxN',$,$,$,(#512),#12791); +#12791= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F8A2D8A0857FA6E9665E5\X0\','\X2\51B7623F8A2D8A0875286C178C6130C730FC30BF306E65E56642FF086708300165E530016642523BFF093002\X0\','ja-JP',$); -#5369= IFCRELASSOCIATESLIBRARY('2ztnKFZhz28P4mxe5XQWmA',$,$,$,(#526),#12787); -#12787= IFCLIBRARYREFERENCE($,$,'TypePartieCentrale','Caract\S\irise comment la partie centrale du terminal de ventilation est fabriqu\S\ie.','fr-FR',$); +#5369= IFCRELASSOCIATESLIBRARY('3gzeQ__Jz0_RFGJShBCsK3',$,$,$,(#512),#12792); +#12792= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29C124ACC4\X0\ \X2\AE30C900C77C\X0\','\X2\B0C9BC29\X0\ \X2\C124ACC4\X0\ \X2\AE30C0C1\X0\ \X2\B370C774D130C758\X0\ \X2\C2DCAC04\X0\ (\X2\C6D4\X0\, \X2\C77C\X0\, \X2\C2DCAC04\X0\).','ko-KR',$); -#5370= IFCRELASSOCIATESLIBRARY('1eFaWTcIj3zvgDxulEcyqb',$,$,$,(#526),#12788); -#12788= IFCLIBRARYREFERENCE($,$,'\X2\30B330A25F625F0F\X0\','\X2\53D6308A4ED830513089308C305F30BF30FC30DF30CA30EB306E30B330A2306E5B9A7FA965B96CD5FF08\X0\SHUTTERBLADE, CURVEDBLADE, REMOVABLE, REVERSIBLE\X2\306A3069FF09\X0\','ja-JP',$); +#5370= IFCRELASSOCIATESLIBRARY('1VkQqvu1zBvODJk5qFb0uM',$,$,$,(#513),#12793); +#12793= IFCLIBRARYREFERENCE($,$,'Cooling Dry Bulb',$,'en',$); -#5371= IFCRELASSOCIATESLIBRARY('3CHuktUtv9uAFG_tUHesva',$,$,$,(#527),#12789); -#12789= IFCLIBRARYREFERENCE($,$,'Corner Chamfer',$,'en',$); +#5371= IFCRELASSOCIATESLIBRARY('0jA5UFB9v3MP957Pxcgjw3',$,$,$,(#513),#12794); +#12794= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F75288A2D8A0859166C174E7E74036E295EA6\X0\','\X2\51B7623F75288A2D8A08752859166C174E7E74036E295EA63002\X0\','ja-JP',$); -#5372= IFCRELASSOCIATESLIBRARY('3jJg6yQZ9FqRQnpDEXPoZj',$,$,$,(#527),#12790); -#12790= IFCLIBRARYREFERENCE($,$,'\X2\976253D6308A\X0\','\X2\30D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20306E976253D6308A3002976253D6308A306F4E2165B9541130677B49305730443082306E30683059308B3002\X0\','ja-JP',$); +#5372= IFCRELASSOCIATESLIBRARY('0SY2G0uff37hc5bLfoPxhK',$,$,$,(#513),#12795); +#12795= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29C6A9\X0\ \X2\C124ACC4\X0\ \X2\C678AE30AC74AD6C\X0\ \X2\C628B3C4\X0\','\X2\B0C9BC29C6A9\X0\ \X2\C124ACC4\X0\ \X2\C678AE30AC74AD6C\X0\ \X2\C628B3C4\X0\','ko-KR',$); -#5373= IFCRELASSOCIATESLIBRARY('31cgevhXX3x9tSJzFfpcEr',$,$,$,(#528),#12791); -#12791= IFCLIBRARYREFERENCE($,$,'Corner Fixing Plate Flange Width In Plane X',$,'en',$); +#5373= IFCRELASSOCIATESLIBRARY('1Og4J_XE57ihvLb3ai1swm',$,$,$,(#514),#12796); +#12796= IFCLIBRARYREFERENCE($,$,'Cooling Dry Bulb',$,'en',$); -#5374= IFCRELASSOCIATESLIBRARY('2nO9MEqZ1AGwyfkMUh6SRX',$,$,$,(#528),#12792); -#12792= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B85E45\X0\X','L\X2\578B30B330FC30CA30FC30D730EC30FC30C8306E\X0\X\X2\9762306E30D530E930F330B85E453002\X0\','ja-JP',$); +#5374= IFCRELASSOCIATESLIBRARY('28YjEPT_f32vVaK_TdHnz0',$,$,$,(#514),#12797); +#12797= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F8A2D8A086E295EA6\X0\','\X2\51B7623F8A2D8A08306B304A3051308B5BA451858A2D8A084E7E74036E295EA63002\X0\','ja-JP',$); -#5375= IFCRELASSOCIATESLIBRARY('0oiUrQm7vA7O_R8_LL7OaW',$,$,$,(#528),#12793); -#12793= IFCLIBRARYREFERENCE($,$,'\X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\ X','L \X2\D615\X0\ \X2\CF54B108\X0\ \X2\D50CB808C774D2B8\X0\ X\X2\BA74\X0\ \X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\','ko-KR',$); +#5375= IFCRELASSOCIATESLIBRARY('38J_TpsKX479kbeexuTPMi',$,$,$,(#514),#12798); +#12798= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29\X0\ \X2\C124ACC4C628B3C4\X0\','\X2\B0C9BC29\X0\ \X2\C124ACC4C758\X0\ \X2\C2E4B0B4\X0\ \X2\B514C790C778\X0\ \X2\AC74AD6C\X0\ \X2\C628B3C4\X0\','ko-KR',$); -#5376= IFCRELASSOCIATESLIBRARY('0XDJqF67nA9giudu0zYuN_',$,$,$,(#529),#12794); -#12794= IFCLIBRARYREFERENCE($,$,'Corner Fixing Plate Flange Width In Plane Z',$,'en',$); +#5376= IFCRELASSOCIATESLIBRARY('0gwuSHuwvDxuFgTe4fUATB',$,$,$,(#515),#12799); +#12799= IFCLIBRARYREFERENCE($,$,'Cooling Efficiency',$,'en',$); -#5377= IFCRELASSOCIATESLIBRARY('0SccuCtHD0LfnSMGvRgMFf',$,$,$,(#529),#12795); -#12795= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B85E45\X0\Z','L\X2\578B30B330FC30CA30FC30D730EC30FC30C8306E\X0\Z\X2\9762306E30D530E930F330B85E453002\X0\','ja-JP',$); +#5377= IFCRELASSOCIATESLIBRARY('3RGk7PtUj5V8VGAeNRE5bz',$,$,$,(#515),#12800); +#12800= IFCLIBRARYREFERENCE($,$,'\X2\51B7537452B97387\X0\','\X2\602780FD4FC2657051688CA08377904B8EE272B6614B3067306E30A830CD30EB30AE30FC5165529B306B5BFE3059308B51B7537430A830CD30EB30AE30FC51FA529B306E52725408\X0\','ja-JP',$); -#5378= IFCRELASSOCIATESLIBRARY('2MbE0q$P111xw790bSws0B',$,$,$,(#529),#12796); -#12796= IFCLIBRARYREFERENCE($,$,'\X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\ Z','L \X2\D615\X0\ \X2\CF54B108\X0\ \X2\D50CB808C774D2B8\X0\ Z\X2\BA74\X0\ \X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\','ko-KR',$); +#5378= IFCRELASSOCIATESLIBRARY('0hGdTYaO9EZfBb6uDqq96R',$,$,$,(#516),#12801); +#12801= IFCLIBRARYREFERENCE($,$,'Cooling Relative Humidity',$,'en',$); -#5379= IFCRELASSOCIATESLIBRARY('0z7v48ptjFjA8Qi4G_POGX',$,$,$,(#530),#12797); -#12797= IFCLIBRARYREFERENCE($,$,'Corner Fixing Plate Length',$,'en',$); +#5379= IFCRELASSOCIATESLIBRARY('0UG0huCLTEC8AB3YwyLvaC',$,$,$,(#516),#12802); +#12802= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F8A2D8A0876F85BFE6E7F5EA6\X0\','\X2\51B7623F8A2D8A08306B304A3051308B5BA451858A2D8A0876F85BFE6E7F5EA63002\X0\','ja-JP',$); -#5380= IFCRELASSOCIATESLIBRARY('0Y5CelRuv8tv9LzO41y0c6',$,$,$,(#530),#12798); -#12798= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','L\X2\578B30B330FC30CA30FC30D730EC30FC30C8306E957730553002\X0\','ja-JP',$); +#5380= IFCRELASSOCIATESLIBRARY('08rYWw_8r7XOehGLadkvau',$,$,$,(#516),#12803); +#12803= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29\X0\ \X2\C124ACC4\X0\ \X2\C0C1B300C2B5B3C4\X0\','\X2\B0C9BC29\X0\ \X2\C124ACC4C758\X0\ \X2\C2E4B0B4\X0\ \X2\B514C790C778\X0\ \X2\C0C1B300\X0\ \X2\C2B5B3C4\X0\.','ko-KR',$); -#5381= IFCRELASSOCIATESLIBRARY('1KKqhXplf3nxcEPpL7D8LY',$,$,$,(#530),#12799); -#12799= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','L \X2\D615\X0\ \X2\CF54B108\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\AE38C774\X0\','ko-KR',$); +#5381= IFCRELASSOCIATESLIBRARY('15GWbApYz6JOZa0XOPmAp5',$,$,$,(#517),#12804); +#12804= IFCLIBRARYREFERENCE($,$,'Cooling Temperature Delta',$,'en',$); -#5382= IFCRELASSOCIATESLIBRARY('1M1L7JiML2ZAvy49_vJAns',$,$,$,(#531),#12800); -#12800= IFCLIBRARYREFERENCE($,$,'Corner Fixing Plate Thickness',$,'en',$); +#5382= IFCRELASSOCIATESLIBRARY('1idivSQlLETBMp51FXIZCJ',$,$,$,(#517),#12805); +#12805= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F6642900198A86E295EA65DEE\X0\','\X2\7A7A8ABF900198A891CF8A087B977528306E51B7623F7D666C176E295EA65DEE3002\X0\','ja-JP',$); -#5383= IFCRELASSOCIATESLIBRARY('3L_VkOiED5fQhZ2vJjBTMn',$,$,$,(#531),#12801); -#12801= IFCLIBRARYREFERENCE($,$,'\X2\677F539A\X0\','L\X2\578B30B330FC30CA30FC30D730EC30FC30C8306E677F539A3002\X0\','ja-JP',$); +#5383= IFCRELASSOCIATESLIBRARY('3xoYCMWS1AVB6hNgZc7xl9',$,$,$,(#517),#12806); +#12806= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29C2DC\X0\ \X2\B3CCD48D\X0\ \X2\C628B3C4CC28\X0\','\X2\C5D0C5B4CEE8\X0\ \X2\C1A1D48D\X0\ \X2\B7C9\X0\ \X2\ACC4C0B0C744C704D55C\X0\ \X2\B0C9BC29\X0\ \X2\AE09AE30\X0\ \X2\C628B3C4CC28\X0\','ko-KR',$); -#5384= IFCRELASSOCIATESLIBRARY('10sO$l6VfBvxYUQh9v105B',$,$,$,(#531),#12802); -#12802= IFCLIBRARYREFERENCE($,$,'\X2\B450AED8\X0\','L \X2\D615\X0\ \X2\CF54B108\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\B450AED8\X0\','ko-KR',$); +#5384= IFCRELASSOCIATESLIBRARY('0fZwpCNI18GvAncCdvZESR',$,$,$,(#518),#12807); +#12807= IFCLIBRARYREFERENCE($,$,'Cooling Water Flow Rate',$,'en',$); -#5385= IFCRELASSOCIATESLIBRARY('2j90U1Fnb0PvlHcKVJ06Pm',$,$,$,(#532),#12803); -#12803= IFCLIBRARYREFERENCE($,$,'Correction Factor For Cooling',$,'en',$); +#5385= IFCRELASSOCIATESLIBRARY('1PrE1KY5TDa9g7pY$CteOG',$,$,$,(#519),#12808); +#12808= IFCLIBRARYREFERENCE($,$,'Cooling Wet Bulb',$,'en',$); -#5386= IFCRELASSOCIATESLIBRARY('2nHVfiT_z0089iQS4nYgmL',$,$,$,(#533),#12804); -#12804= IFCLIBRARYREFERENCE($,$,'Correction Factor For Heating',$,'en',$); +#5386= IFCRELASSOCIATESLIBRARY('3ql$sD1K5CDBfXILosujLN',$,$,$,(#519),#12809); +#12809= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F75288A2D8A0859166C176E7F74036E295EA6\X0\','\X2\51B7623F75288A2D8A08752859166C176E7F74036E295EA63002\X0\','ja-JP',$); -#5388= IFCRELASSOCIATESLIBRARY('3ZAwUYI$z38829WmVuHE_s',$,$,$,(#534),#12805); -#12805= IFCLIBRARYREFERENCE($,$,'Corrosion Treatment',$,'en',$); +#5387= IFCRELASSOCIATESLIBRARY('1K7oXZDJj1OhGJswFHdEUT',$,$,$,(#519),#12810); +#12810= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29C6A9\X0\ \X2\C124ACC4C678AE30\X0\ \X2\C2B5AD6CC628B3C4\X0\','\X2\B0C9BC29C6A9\X0\ \X2\C124ACC4C678AE30\X0\ \X2\C2B5AD6CC628B3C4\X0\','ko-KR',$); -#5389= IFCRELASSOCIATESLIBRARY('0jIYsGlU17WPe1UqDNO6FY',$,$,$,(#535),#12806); -#12806= IFCLIBRARYREFERENCE($,$,'Counted Efficiency',$,'en',$); +#5388= IFCRELASSOCIATESLIBRARY('3IxHfZ7RT6egS$6VGp9_VE',$,$,$,(#520),#12811); +#12811= IFCLIBRARYREFERENCE($,$,'Core Base Height',$,'en',$); -#5390= IFCRELASSOCIATESLIBRARY('04DOx40Xz3zhhm7qdwT4rr',$,$,$,(#536),#12807); -#12807= IFCLIBRARYREFERENCE($,$,'Counted Efficiency Curve',$,'en',$); +#5389= IFCRELASSOCIATESLIBRARY('1xISVDfqLD8gt9iigSEWbS',$,$,$,(#521),#12812); +#12812= IFCLIBRARYREFERENCE($,$,'Core Base Width',$,'en',$); -#5391= IFCRELASSOCIATESLIBRARY('2kEOjJLsX8o9t50KkrgiWg',$,$,$,(#537),#12808); -#12808= IFCLIBRARYREFERENCE($,$,'Gegenneigung','German-description-5','de-DE',$); +#5390= IFCRELASSOCIATESLIBRARY('2NggYHMVLCM9hjDg9bynRe',$,$,$,(#523),#12813); +#12813= IFCLIBRARYREFERENCE($,$,'Core Identifier',$,'en',$); -#5392= IFCRELASSOCIATESLIBRARY('3$Y2rW9l500Qa8krMrPhTy',$,$,$,(#537),#12809); -#12809= IFCLIBRARYREFERENCE($,$,'Counter Slope',$,'en',$); +#5391= IFCRELASSOCIATESLIBRARY('1gc3sxa7T0yxwKotFvNlhE',$,$,$,(#523),#12814); +#12814= IFCLIBRARYREFERENCE($,$,'\X2\30B330A28B5852255B50\X0\','\X2\30B330A2306E8B585225306F30018272FF0830D630E930C330AF300130D630E930A630F3300130B030EC30FCFF0953C8306F756A53F7FF08\X0\1\X2\3001\X0\2\X2\3001\X0\3\X2\FF0953C8306F\X0\IEC\X2\306E4F4D76F857FA6E96FF08\X0\L1\X2\3001\X0\L2\X2\3001\X0\L3\X2\FF09306A306930924F7F75283002\X0\','ja-JP',$); -#5393= IFCRELASSOCIATESLIBRARY('0rSemVBkT3KfWwyB8ctOHI',$,$,$,(#537),#12810); -#12810= IFCLIBRARYREFERENCE($,$,'ContrePente','Angle d''inclinaison de l''objet, mesur\S\i perpendiculairement \S\` la pente. L''horizontale correspond \S\` la valeur 0 degr\S\is. Valeur maximale de la pente de la rampe actuellement projet\S\ie, mesur\S\ie perpendiculairement \S\` la direction du passage. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Note : nouvelle propri\S\it\S\i de la version IFC2x4.','fr-FR',$); +#5392= IFCRELASSOCIATESLIBRARY('0Tv5dB5oz3WBirwiCD6oyw',$,$,$,(#523),#12815); +#12815= IFCLIBRARYREFERENCE($,$,'\X2\CF54C5B4\X0\ \X2\C2DDBCC4C790\X0\','\X2\CF54C5B4\X0\ \X2\C2DDBCC4\X0\ \X2\C0C9\X0\ (\X2\BE14B799\X0\, \X2\BE0CB77CC6B4\X0\, \X2\ADF8B808C774\X0\) \X2\B610B294\X0\ \X2\BC88D638\X0\ (1,2,3) \X2\B610B294\X0\ IEC\X2\C758\X0\ \X2\C704C0C1\X0\ \X2\AE30C900\X0\ (L1, L2, L3)\X2\B97C\X0\ \X2\C0ACC6A9\X0\.','ko-KR',$); -#5394= IFCRELASSOCIATESLIBRARY('2XVXiO_bn94u6e1JY4BQsU',$,$,$,(#537),#12811); -#12811= IFCLIBRARYREFERENCE($,$,'\X2\901A8DEF306E50BE659C89D25EA6\X0\(\X2\578276F43068306E89D25EA6FF09\X0\','\X2\30AA30D630B830A730AF30C8306E50BE659C89D25EA6FF08578276F43068306E89D25EA6FF09\X0\\X\0D\X\0A\X2\901A8DEF306E305F3081306E5B9F969B306E67005927306E50BE659C306F300173FE5728306E8A2D8A08306B3088308B65C5884C306E65B954113078306E578276F430926E2C5B9A3057307E3057305F30025F6260C55831306F300151855074306F4F7F75283055308C308B5F62886873FE304A308830735E7E4F555B6676845A924ECB59096570306B52A03048306663D04F9B3055308C307E305930025E7E4F555B6676845A924ECB5909657030685F6272796027306E9593306E77DB76FE306E583454083067306F30014ED85C5E306E72796027306E4E2D306763D04F9B3055308C306630015E7E4F555B6676845A924ECB59096570306F5148884C30923068308A307E30593002\X0\\X\0D\X\0A\X2\6CE8\X0\:IFC2x4\X2\306E4E2D306E65B03057304430D730ED30D130C630A3\X0\','ja-JP',$); +#5393= IFCRELASSOCIATESLIBRARY('3PImT3wJX6Xv$No$H4cBdj',$,$,$,(#524),#12816); +#12816= IFCLIBRARYREFERENCE($,$,'Core Middle Height',$,'en',$); -#5395= IFCRELASSOCIATESLIBRARY('2yy7sS6Sf2_u5W1_2cyQdu',$,$,$,(#537),#12812); -#12812= IFCLIBRARYREFERENCE($,$,'\X2\53CD541157615EA6\X0\','\X2\67844EF6768457827EBF76F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B95411768457615EA689D23002\X0\\X\0D\X\0A\X2\5F53524D8BBE8BA165B96848786E5B9A7684901A9053884C8D7065B95411768457827EBF65B9541176846700592757615EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); +#5394= IFCRELASSOCIATESLIBRARY('2HHNUQGiXDPxLCyL_v94I7',$,$,$,(#525),#12817); +#12817= IFCLIBRARYREFERENCE($,$,'Core Set Horizontal',$,'en',$); -#5397= IFCRELASSOCIATESLIBRARY('0UQHmjFg9ABBnqz1DzI4on',$,$,$,(#539),#12813); -#12813= IFCLIBRARYREFERENCE($,$,'Coupling Type',$,'en',$); +#5395= IFCRELASSOCIATESLIBRARY('31GLH45_v6dOqSi32Q7XIj',$,$,$,(#525),#12818); +#12818= IFCLIBRARYREFERENCE($,$,'PositionHorizontaleCentre','Degr\S\i d''inclinaison horizontale (selon l''axe X par rapport au positionnement local) de la lame mesur\S\i depuis la ligne m\S\idiane.','fr-FR',$); -#5398= IFCRELASSOCIATESLIBRARY('2TbPMbqTn7sO6oADzOCgkk',$,$,$,(#539),#12814); -#12814= IFCLIBRARYREFERENCE($,$,'\X2\30AB30C330D730EA30F330B030BF30A430D7\X0\','\X2\90016C3453E3516553E3306E30AB30C330D730EA30F330B030BF30A430D73002\X0\','ja-JP',$); +#5396= IFCRELASSOCIATESLIBRARY('2bY$uzFwH0Lu9OuDfhvnYc',$,$,$,(#525),#12819); +#12819= IFCLIBRARYREFERENCE($,$,'\X2\6C345E737FBD683989D25EA6\X0\','\X2\6C345E737FFC306E4E2D5FC37DDA304B3089306E6C345E73FF0830ED30FC30AB30EB5EA76A19306EFF388EF8FF099762306E7FBD683989D25EA6\X0\','ja-JP',$); -#5399= IFCRELASSOCIATESLIBRARY('3_fd6YwBL6EPRBgUhn5Ou8',$,$,$,(#540),#12815); -#12815= IFCLIBRARYREFERENCE($,$,'Coverage Area',$,'en',$); +#5397= IFCRELASSOCIATESLIBRARY('0yoLliQQf3uRmVfhIBJqnN',$,$,$,(#526),#12820); +#12820= IFCLIBRARYREFERENCE($,$,'Core Set Vertical',$,'en',$); -#5400= IFCRELASSOCIATESLIBRARY('2JS2vRZ$D1iuyQn_3g5Mn2',$,$,$,(#540),#12816); -#12816= IFCLIBRARYREFERENCE($,$,'\X2\6E2C5B9A7BC456F2\X0\','\X2\30BB30F330B5306730AB30D030FC3055308C30663044308B7BC456F23002\X0\(\X2\901A5E38300130BB30F330BF30FC304C30BB30F330B5306E4F4D7F6E306B3042308B51863068305730666E2C5B9A3055308C308B\X0\)','ja-JP',$); +#5398= IFCRELASSOCIATESLIBRARY('08wTC43KHFBAVO1jNLi_9v',$,$,$,(#526),#12821); +#12821= IFCLIBRARYREFERENCE($,$,'PositionVerticalCentre','Degr\S\i d''inclinaison verticale (selon l''axe Y par rapport au positionnement local) de la lame mesur\S\i depuis la ligne m\S\idiane.','fr-FR',$); -#5401= IFCRELASSOCIATESLIBRARY('18i8kiEXbA982AVSCT5tdK',$,$,$,(#540),#12817); -#12817= IFCLIBRARYREFERENCE($,$,'\X2\CE21C815\X0\ \X2\BC94C704\X0\','\X2\C13CC11C\X0\ \X2\CEE4BC84D558B294\X0\ \X2\BC94C704\X0\. (\X2\C77CBC18C801C73CB85C\X0\ \X2\C13CD130\X0\ \X2\C13CC11CC758\X0\ \X2\C704CE58C5D0C788B294\X0\ \X2\C6D0D615C73CB85C\X0\ \X2\CE21C815B418B294\X0\)','ko-KR',$); +#5399= IFCRELASSOCIATESLIBRARY('2F8VoAmKDE9hfath2AAKmR',$,$,$,(#526),#12822); +#12822= IFCLIBRARYREFERENCE($,$,'\X2\578276F47FBD683989D25EA6\X0\','\X2\578276F47FFC306E4E2D5FC37DDA304B3089306E578276F4FF0830ED30FC30AB30EB5EA76A19306EFF398EF8FF0965B95411306E7FBD683989D25EA6\X0\','ja-JP',$); -#5402= IFCRELASSOCIATESLIBRARY('2cbwO8moH2ERFWDadfQTEe',$,$,$,(#541),#12818); -#12818= IFCLIBRARYREFERENCE($,$,'Coverage Area',$,'en',$); +#5400= IFCRELASSOCIATESLIBRARY('04zis_EXT5684zgW8fzYlW',$,$,$,(#527),#12823); +#12823= IFCLIBRARYREFERENCE($,$,'Core Spacing',$,'en',$); -#5403= IFCRELASSOCIATESLIBRARY('3d8G4VA7bAUhlAYHvYT7t5',$,$,$,(#541),#12819); -#12819= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC97627A4D\X0\','\X2\30B930D730EA30F330AF30E930FC306E8A2D8A084FDD8B77533A753B97627A4D3002\X0\','ja-JP',$); +#5401= IFCRELASSOCIATESLIBRARY('1o7$ZAQAf9hfqdNrSEsEas',$,$,$,(#528),#12824); +#12824= IFCLIBRARYREFERENCE($,$,'Core Top Height',$,'en',$); -#5404= IFCRELASSOCIATESLIBRARY('1RG_SAFu18HAizf40Sc_NL',$,$,$,(#542),#12820); -#12820= IFCLIBRARYREFERENCE($,$,'Coverage Area',$,'en',$); +#5402= IFCRELASSOCIATESLIBRARY('0vgPT6CAHFaxfgxK4v4Zxk',$,$,$,(#529),#12825); +#12825= IFCLIBRARYREFERENCE($,$,'Core Top Width',$,'en',$); -#5405= IFCRELASSOCIATESLIBRARY('2yB1Uj6$vEk8Y8W75jsFtt',$,$,$,(#542),#12821); -#12821= IFCLIBRARYREFERENCE($,$,'\X2\6E2C5B9A7BC456F2\X0\','\X2\30BB30F330B5306730AB30D030FC3055308C30663044308B5E8A97627A4D3002\X0\(\X2\901A5E38300130BB30F330BF30FC304C30BB30F330B5306E4F4D7F6E306B3042308B51863068305730666E2C5B9A3055308C308B\X0\)','ja-JP',$); +#5404= IFCRELASSOCIATESLIBRARY('2gxkJJ2aj7ogZLpSRowhAw',$,$,$,(#530),#12826); +#12826= IFCLIBRARYREFERENCE($,$,'Core Type',$,'en',$); -#5406= IFCRELASSOCIATESLIBRARY('0m0kCPGjv1dRW5_ALVFWQl',$,$,$,(#543),#12822); -#12822= IFCLIBRARYREFERENCE($,$,'Coverage Area',$,'en',$); +#5405= IFCRELASSOCIATESLIBRARY('1n3ima_Oz3J8Xb$9tz0pi1',$,$,$,(#530),#12827); +#12827= IFCLIBRARYREFERENCE($,$,'TypePartieCentrale','Caract\S\irise comment la partie centrale du terminal de ventilation est fabriqu\S\ie.','fr-FR',$); -#5407= IFCRELASSOCIATESLIBRARY('1VyGzIA99DIRbN8rq50vMX',$,$,$,(#543),#12823); -#12823= IFCLIBRARYREFERENCE($,$,'\X2\6E2C5B9A7BC456F2\X0\','\X2\30BB30F330B5306730AB30D030FC3055308C30663044308B5E8A97627A4D3002\X0\(\X2\901A5E38300130BB30F330BF30FC304C30BB30F330B5306E4F4D7F6E306B3042308B51863068305730666E2C5B9A3055308C308B\X0\)','ja-JP',$); +#5406= IFCRELASSOCIATESLIBRARY('3vnEmGnRzBVPHh$HpBuMKD',$,$,$,(#530),#12828); +#12828= IFCLIBRARYREFERENCE($,$,'\X2\30B330A25F625F0F\X0\','\X2\53D6308A4ED830513089308C305F30BF30FC30DF30CA30EB306E30B330A2306E5B9A7FA965B96CD5FF08\X0\SHUTTERBLADE, CURVEDBLADE, REMOVABLE, REVERSIBLE\X2\306A3069FF09\X0\','ja-JP',$); -#5408= IFCRELASSOCIATESLIBRARY('34Dy4SLaLES865oUikvwQj',$,$,$,(#543),#12824); -#12824= IFCLIBRARYREFERENCE($,$,'\X2\CE21C815\X0\ \X2\BC94C704\X0\','\X2\C13CC11C\X0\ \X2\CEE4BC84B418B294\X0\ \X2\BC14B2E5\X0\ \X2\BA74C801\X0\. (\X2\C77CBC18C801C73CB85C\X0\ \X2\C13CD130\X0\ \X2\C13CC11CC758\X0\ \X2\C704CE58C5D0C788B294\X0\ \X2\C6D0D615C73CB85C\X0\ \X2\CE21C815B418B294\X0\)','ko-KR',$); +#5407= IFCRELASSOCIATESLIBRARY('2towD0N7LAxgTpXrYUZ8Wp',$,$,$,(#531),#12829); +#12829= IFCLIBRARYREFERENCE($,$,'Corner Chamfer',$,'en',$); -#5409= IFCRELASSOCIATESLIBRARY('0CuaOxKZLFPegNGn_gNqk9',$,$,$,(#545),#12825); -#12825= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); +#5408= IFCRELASSOCIATESLIBRARY('3G7b8uRTDAHelwZcA7rZqW',$,$,$,(#531),#12830); +#12830= IFCLIBRARYREFERENCE($,$,'\X2\976253D6308A\X0\','\X2\30D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20306E976253D6308A3002976253D6308A306F4E2165B9541130677B49305730443082306E30683059308B3002\X0\','ja-JP',$); -#5410= IFCRELASSOCIATESLIBRARY('0ld9vIbC9BzRfTPAkuvdLj',$,$,$,(#545),#12826); -#12826= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B3001534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); +#5409= IFCRELASSOCIATESLIBRARY('2svF7VLSz1lBDnSYglp_Q$',$,$,$,(#532),#12831); +#12831= IFCLIBRARYREFERENCE($,$,'Corner Fixing Plate Flange Width In Plane X',$,'en',$); -#5411= IFCRELASSOCIATESLIBRARY('1jsDKe2691jAhy$osF6uiY',$,$,$,(#546),#12827); -#12827= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); +#5410= IFCRELASSOCIATESLIBRARY('3VDYiaZ$rCaxaGqSa7Y7HG',$,$,$,(#532),#12832); +#12832= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B85E45\X0\X','L\X2\578B30B330FC30CA30FC30D730EC30FC30C8306E\X0\X\X2\9762306E30D530E930F330B85E453002\X0\','ja-JP',$); -#5412= IFCRELASSOCIATESLIBRARY('0p_w31XuzE2A3tYaD9lNE0',$,$,$,(#546),#12828); -#12828= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B3001534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F6E9D963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); +#5411= IFCRELASSOCIATESLIBRARY('07q88qlhHCFP2MGdblrdmq',$,$,$,(#532),#12833); +#12833= IFCLIBRARYREFERENCE($,$,'\X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\ X','L \X2\D615\X0\ \X2\CF54B108\X0\ \X2\D50CB808C774D2B8\X0\ X\X2\BA74\X0\ \X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\','ko-KR',$); -#5413= IFCRELASSOCIATESLIBRARY('2VTkrAadPEEfJo56aKohTL',$,$,$,(#547),#12829); -#12829= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); +#5412= IFCRELASSOCIATESLIBRARY('39AAaGeyjAowQ8utdO9R29',$,$,$,(#533),#12834); +#12834= IFCLIBRARYREFERENCE($,$,'Corner Fixing Plate Flange Width In Plane Z',$,'en',$); -#5414= IFCRELASSOCIATESLIBRARY('07qnLxRIDB08FScktlsGA$',$,$,$,(#547),#12830); -#12830= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B3001534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F914D7BA130AB30D030FC306E957730553002\X0\','ja-JP',$); +#5413= IFCRELASSOCIATESLIBRARY('0yc$PWhwXAtQKGJqcYWVcy',$,$,$,(#533),#12835); +#12835= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B85E45\X0\Z','L\X2\578B30B330FC30CA30FC30D730EC30FC30C8306E\X0\Z\X2\9762306E30D530E930F330B85E453002\X0\','ja-JP',$); -#5415= IFCRELASSOCIATESLIBRARY('2GZYmYijjCx85T$ElchpJW',$,$,$,(#548),#12831); -#12831= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); +#5414= IFCRELASSOCIATESLIBRARY('0zMDq6$mv0sg9N0hTMM0aN',$,$,$,(#533),#12836); +#12836= IFCLIBRARYREFERENCE($,$,'\X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\ Z','L \X2\D615\X0\ \X2\CF54B108\X0\ \X2\D50CB808C774D2B8\X0\ Z\X2\BA74\X0\ \X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\','ko-KR',$); -#5416= IFCRELASSOCIATESLIBRARY('2oddA2uE53rAJKQ$C8_vyV',$,$,$,(#549),#12832); -#12832= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); +#5415= IFCRELASSOCIATESLIBRARY('1jfwqwDjnCVxMJQgTNby6x',$,$,$,(#534),#12837); +#12837= IFCLIBRARYREFERENCE($,$,'Corner Fixing Plate Length',$,'en',$); -#5417= IFCRELASSOCIATESLIBRARY('3ji9nEeBL0bBO8dF4qWvs7',$,$,$,(#549),#12833); -#12833= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B3001534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F6E9D963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); +#5416= IFCRELASSOCIATESLIBRARY('3xNqSVLM1A7PiQkUdslzKz',$,$,$,(#534),#12838); +#12838= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','L\X2\578B30B330FC30CA30FC30D730EC30FC30C8306E957730553002\X0\','ja-JP',$); -#5418= IFCRELASSOCIATESLIBRARY('2KN1JBCnL1PeGaUFDvnBVM',$,$,$,(#550),#12834); -#12834= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); +#5417= IFCRELASSOCIATESLIBRARY('2UL$2eAMvDwAVMR1ignP$m',$,$,$,(#534),#12839); +#12839= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','L \X2\D615\X0\ \X2\CF54B108\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\AE38C774\X0\','ko-KR',$); -#5419= IFCRELASSOCIATESLIBRARY('3aJGdhZTb6VPL2rztb8tS4',$,$,$,(#550),#12835); -#12835= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B3001534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); +#5418= IFCRELASSOCIATESLIBRARY('15jE5qFG58yvqnmrXOWEvb',$,$,$,(#535),#12840); +#12840= IFCLIBRARYREFERENCE($,$,'Corner Fixing Plate Thickness',$,'en',$); -#5420= IFCRELASSOCIATESLIBRARY('0OQvB$FaD3Ygs7YgK7R2ec',$,$,$,(#551),#12836); -#12836= IFCLIBRARYREFERENCE($,$,'Cover Material',$,'en',$); +#5419= IFCRELASSOCIATESLIBRARY('2hSyXsHaLAlwfL$dVzjebz',$,$,$,(#535),#12841); +#12841= IFCLIBRARYREFERENCE($,$,'\X2\677F539A\X0\','L\X2\578B30B330FC30CA30FC30D730EC30FC30C8306E677F539A3002\X0\','ja-JP',$); -#5421= IFCRELASSOCIATESLIBRARY('3UB7DqP$DANvw2Gds0FTUV',$,$,$,(#551),#12837); -#12837= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC67508CEA\X0\','\X2\30AB30D030FC304B683C5B50306E67508CEA3002\X0\','ja-JP',$); +#5420= IFCRELASSOCIATESLIBRARY('1zYsFOlBrAfx3rKGLYisGV',$,$,$,(#535),#12842); +#12842= IFCLIBRARYREFERENCE($,$,'\X2\B450AED8\X0\','L \X2\D615\X0\ \X2\CF54B108\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\B450AED8\X0\','ko-KR',$); -#5422= IFCRELASSOCIATESLIBRARY('1csUjGhSH7z8abXJ6MXBjT',$,$,$,(#552),#12838); -#12838= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); +#5421= IFCRELASSOCIATESLIBRARY('1q2cqjuVzDr9BEF0fFBCEN',$,$,$,(#536),#12843); +#12843= IFCLIBRARYREFERENCE($,$,'Correction Factor For Cooling',$,'en',$); -#5423= IFCRELASSOCIATESLIBRARY('2epORyvhvBRQGsFYpJDq2D',$,$,$,(#552),#12839); -#12839= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF830676E2C5B9A3055308C305F963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); +#5422= IFCRELASSOCIATESLIBRARY('0iYNk1IuLFteLRm2mUJ7yx',$,$,$,(#537),#12844); +#12844= IFCLIBRARYREFERENCE($,$,'Correction Factor For Heating',$,'en',$); -#5424= IFCRELASSOCIATESLIBRARY('3Gt$ZVPFf8uAyto25Q0cLS',$,$,$,(#553),#12840); -#12840= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); +#5424= IFCRELASSOCIATESLIBRARY('1_1D_SlQz0gh60_oT5ETSB',$,$,$,(#538),#12845); +#12845= IFCLIBRARYREFERENCE($,$,'Corrosion Treatment',$,'en',$); -#5425= IFCRELASSOCIATESLIBRARY('3QrY93osb0C8cirjVViu1K',$,$,$,(#553),#12841); -#12841= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF830676E2C5B9A3055308C305F6E9D963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); +#5425= IFCRELASSOCIATESLIBRARY('1mH5eoFPb8Y9RXUbxELdyo',$,$,$,(#539),#12846); +#12846= IFCLIBRARYREFERENCE($,$,'Counted Efficiency',$,'en',$); -#5426= IFCRELASSOCIATESLIBRARY('1Kdgff2Qz8RhofbGC4gEmA',$,$,$,(#554),#12842); -#12842= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); +#5426= IFCRELASSOCIATESLIBRARY('0yuqoqknjCwPuf$Ha3hRoT',$,$,$,(#540),#12847); +#12847= IFCLIBRARYREFERENCE($,$,'Counted Efficiency Curve',$,'en',$); -#5427= IFCRELASSOCIATESLIBRARY('3j1wvfvUzE5ee_DOaR_MGG',$,$,$,(#554),#12843); -#12843= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF830676E2C5B9A3055308C305F914D7BA130AB30D030FC306E957730553002\X0\','ja-JP',$); +#5427= IFCRELASSOCIATESLIBRARY('1XmgJf7kz61RR7vDDxVVP$',$,$,$,(#541),#12848); +#12848= IFCLIBRARYREFERENCE($,$,'Gegenneigung','German-description-5','de-DE',$); -#5428= IFCRELASSOCIATESLIBRARY('2VY5CpFnXEOutubucaacej',$,$,$,(#555),#12844); -#12844= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); +#5428= IFCRELASSOCIATESLIBRARY('3d7wlnsOz85vpYF4Pgvar3',$,$,$,(#541),#12849); +#12849= IFCLIBRARYREFERENCE($,$,'Counter Slope',$,'en',$); -#5429= IFCRELASSOCIATESLIBRARY('32W7uCnxD4kPiAGmnOLT6K',$,$,$,(#556),#12845); -#12845= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); +#5429= IFCRELASSOCIATESLIBRARY('38ArnwSjnCOuc$t7jY2eV2',$,$,$,(#541),#12850); +#12850= IFCLIBRARYREFERENCE($,$,'ContrePente','Angle d''inclinaison de l''objet, mesur\S\i perpendiculairement \S\` la pente. L''horizontale correspond \S\` la valeur 0 degr\S\is. Valeur maximale de la pente de la rampe actuellement projet\S\ie, mesur\S\ie perpendiculairement \S\` la direction du passage. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Note : nouvelle propri\S\it\S\i de la version IFC2x4.','fr-FR',$); -#5430= IFCRELASSOCIATESLIBRARY('0X7EL5wJXBC9QeFqsFXcja',$,$,$,(#556),#12846); -#12846= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF830676E2C5B9A3055308C305F6E9D963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); +#5430= IFCRELASSOCIATESLIBRARY('2dxm7JzXz7yRmHcrYTnHsC',$,$,$,(#541),#12851); +#12851= IFCLIBRARYREFERENCE($,$,'\X2\901A8DEF306E50BE659C89D25EA6\X0\(\X2\578276F43068306E89D25EA6FF09\X0\','\X2\30AA30D630B830A730AF30C8306E50BE659C89D25EA6FF08578276F43068306E89D25EA6FF09\X0\\X\0D\X\0A\X2\901A8DEF306E305F3081306E5B9F969B306E67005927306E50BE659C306F300173FE5728306E8A2D8A08306B3088308B65C5884C306E65B954113078306E578276F430926E2C5B9A3057307E3057305F30025F6260C55831306F300151855074306F4F7F75283055308C308B5F62886873FE304A308830735E7E4F555B6676845A924ECB59096570306B52A03048306663D04F9B3055308C307E305930025E7E4F555B6676845A924ECB5909657030685F6272796027306E9593306E77DB76FE306E583454083067306F30014ED85C5E306E72796027306E4E2D306763D04F9B3055308C306630015E7E4F555B6676845A924ECB59096570306F5148884C30923068308A307E30593002\X0\\X\0D\X\0A\X2\6CE8\X0\:IFC2x4\X2\306E4E2D306E65B03057304430D730ED30D130C630A3\X0\','ja-JP',$); -#5431= IFCRELASSOCIATESLIBRARY('2B7417ZcX8KRCx4u5$goN7',$,$,$,(#557),#12847); -#12847= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); +#5431= IFCRELASSOCIATESLIBRARY('2evL_BLlXAI9IqyM6LLD9R',$,$,$,(#541),#12852); +#12852= IFCLIBRARYREFERENCE($,$,'\X2\53CD541157615EA6\X0\','\X2\67844EF6768457827EBF76F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B95411768457615EA689D23002\X0\\X\0D\X\0A\X2\5F53524D8BBE8BA165B96848786E5B9A7684901A9053884C8D7065B95411768457827EBF65B9541176846700592757615EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); -#5432= IFCRELASSOCIATESLIBRARY('1W3gcqrYDBleE$owrfUzdl',$,$,$,(#557),#12848); -#12848= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF830676E2C5B9A3055308C305F963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); +#5433= IFCRELASSOCIATESLIBRARY('0SBPt5kLL4IwtNyEN8RvJ7',$,$,$,(#543),#12853); +#12853= IFCLIBRARYREFERENCE($,$,'Coupling Type',$,'en',$); -#5433= IFCRELASSOCIATESLIBRARY('0CG7EeBCD9Q9U_BFqRnI3M',$,$,$,(#561),#12849); -#12849= IFCLIBRARYREFERENCE($,$,'Crossing Lower Bar Pitch',$,'en',$); +#5434= IFCRELASSOCIATESLIBRARY('1ErFdIzL91sRpAUSdq8e_f',$,$,$,(#543),#12854); +#12854= IFCLIBRARYREFERENCE($,$,'\X2\30AB30C330D730EA30F330B030BF30A430D7\X0\','\X2\90016C3453E3516553E3306E30AB30C330D730EA30F330B030BF30A430D73002\X0\','ja-JP',$); -#5434= IFCRELASSOCIATESLIBRARY('2ljsszblrCRhsJur3IetOa',$,$,$,(#561),#12850); -#12850= IFCLIBRARYREFERENCE($,$,'\X2\4E0B7AEF7B4B95939694\X0\','\X2\4EA45DEE3059308B4E0B7AEF7B4B959396943002\X0\','ja-JP',$); +#5435= IFCRELASSOCIATESLIBRARY('1eAzw7cf92qP89BfdD5MNr',$,$,$,(#544),#12855); +#12855= IFCLIBRARYREFERENCE($,$,'Coverage Area',$,'en',$); -#5435= IFCRELASSOCIATESLIBRARY('1zZBiH6vX0KP0f0CWmGQ3j',$,$,$,(#562),#12851); -#12851= IFCLIBRARYREFERENCE($,$,'Crossing Upper Bar Pitch',$,'en',$); +#5436= IFCRELASSOCIATESLIBRARY('3acrL7ronBNOHMCpSKUwut',$,$,$,(#544),#12856); +#12856= IFCLIBRARYREFERENCE($,$,'\X2\6E2C5B9A7BC456F2\X0\','\X2\30BB30F330B5306730AB30D030FC3055308C30663044308B7BC456F23002\X0\(\X2\901A5E38300130BB30F330BF30FC304C30BB30F330B5306E4F4D7F6E306B3042308B51863068305730666E2C5B9A3055308C308B\X0\)','ja-JP',$); -#5436= IFCRELASSOCIATESLIBRARY('2fyoudCvjEBvq79bkuVmGZ',$,$,$,(#562),#12852); -#12852= IFCLIBRARYREFERENCE($,$,'\X2\4E0A7AEF7B4B95939694\X0\','\X2\4EA45DEE3059308B4E0A7AEF7B4B959396943002\X0\','ja-JP',$); +#5437= IFCRELASSOCIATESLIBRARY('1HOtGijyn8rOa9THbB0qxB',$,$,$,(#544),#12857); +#12857= IFCLIBRARYREFERENCE($,$,'\X2\CE21C815\X0\ \X2\BC94C704\X0\','\X2\C13CC11C\X0\ \X2\CEE4BC84D558B294\X0\ \X2\BC94C704\X0\. (\X2\C77CBC18C801C73CB85C\X0\ \X2\C13CD130\X0\ \X2\C13CC11CC758\X0\ \X2\C704CE58C5D0C788B294\X0\ \X2\C6D0D615C73CB85C\X0\ \X2\CE21C815B418B294\X0\)','ko-KR',$); -#5437= IFCRELASSOCIATESLIBRARY('3BCh3yQWj7cQinpxsHX3Hr',$,$,$,(#563),#12853); -#12853= IFCLIBRARYREFERENCE($,$,'Cross Sectional Area',$,'en',$); +#5438= IFCRELASSOCIATESLIBRARY('2StE73zL14ugEQaYLr_W2I',$,$,$,(#545),#12858); +#12858= IFCLIBRARYREFERENCE($,$,'Coverage Area',$,'en',$); -#5438= IFCRELASSOCIATESLIBRARY('34Znl9xbr0O90LVblkpYvZ',$,$,$,(#563),#12854); -#12854= IFCLIBRARYREFERENCE($,$,'\X2\65AD97627A4D\X0\','\X2\4F4D76F8300130EA30FC30C9306E65AD97627A4D3002\X0\','ja-JP',$); +#5439= IFCRELASSOCIATESLIBRARY('0CW6SdXcn0B8bEalaiEXrd',$,$,$,(#545),#12859); +#12859= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC97627A4D\X0\','\X2\30B930D730EA30F330AF30E930FC306E8A2D8A084FDD8B77533A753B97627A4D3002\X0\','ja-JP',$); -#5439= IFCRELASSOCIATESLIBRARY('3HhJRsTjT10huwFIlAJrGE',$,$,$,(#563),#12855); -#12855= IFCLIBRARYREFERENCE($,$,'\X2\B2E8BA74C801\X0\ \X2\C601C5ED\X0\','\X2\B9ACB4DC\X0\ \X2\B2E8BA74C801\X0\.','ko-KR',$); +#5440= IFCRELASSOCIATESLIBRARY('2hWqmXSUn5wgEVnfjfF2Xz',$,$,$,(#546),#12860); +#12860= IFCLIBRARYREFERENCE($,$,'Coverage Area',$,'en',$); -#5440= IFCRELASSOCIATESLIBRARY('3jIWxs8dj5xx1P7a5pZlTp',$,$,$,(#564),#12856); -#12856= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); +#5441= IFCRELASSOCIATESLIBRARY('2F6_eeTkjAogv8JEIuMKNx',$,$,$,(#546),#12861); +#12861= IFCLIBRARYREFERENCE($,$,'\X2\6E2C5B9A7BC456F2\X0\','\X2\30BB30F330B5306730AB30D030FC3055308C30663044308B5E8A97627A4D3002\X0\(\X2\901A5E38300130BB30F330BF30FC304C30BB30F330B5306E4F4D7F6E306B3042308B51863068305730666E2C5B9A3055308C308B\X0\)','ja-JP',$); -#5441= IFCRELASSOCIATESLIBRARY('2Oqf0SQcT33BtDmx9jeCa8',$,$,$,(#565),#12857); -#12857= IFCLIBRARYREFERENCE($,$,'Current',$,'en',$); +#5442= IFCRELASSOCIATESLIBRARY('0AeIdpUDD02v3haP_z$kwx',$,$,$,(#547),#12862); +#12862= IFCLIBRARYREFERENCE($,$,'Coverage Area',$,'en',$); -#5442= IFCRELASSOCIATESLIBRARY('1ChvoC2uPAnR70_VIg_Thy',$,$,$,(#565),#12858); -#12858= IFCLIBRARYREFERENCE($,$,'\X2\96FB6D41\X0\','\X2\5B9F96FB6D41306852D54F5C53EF80FD7BC456F23002\X0\','ja-JP',$); +#5443= IFCRELASSOCIATESLIBRARY('0dNzU0q3T1ROV3wDV2Xf37',$,$,$,(#547),#12863); +#12863= IFCLIBRARYREFERENCE($,$,'\X2\6E2C5B9A7BC456F2\X0\','\X2\30BB30F330B5306730AB30D030FC3055308C30663044308B5E8A97627A4D3002\X0\(\X2\901A5E38300130BB30F330BF30FC304C30BB30F330B5306E4F4D7F6E306B3042308B51863068305730666E2C5B9A3055308C308B\X0\)','ja-JP',$); -#5443= IFCRELASSOCIATESLIBRARY('2birroiZ98eQH957jgGRlW',$,$,$,(#566),#12859); -#12859= IFCLIBRARYREFERENCE($,$,'Current',$,'en',$); +#5444= IFCRELASSOCIATESLIBRARY('2MytosCsfBpBMh9vhzHtet',$,$,$,(#547),#12864); +#12864= IFCLIBRARYREFERENCE($,$,'\X2\CE21C815\X0\ \X2\BC94C704\X0\','\X2\C13CC11C\X0\ \X2\CEE4BC84B418B294\X0\ \X2\BC14B2E5\X0\ \X2\BA74C801\X0\. (\X2\C77CBC18C801C73CB85C\X0\ \X2\C13CD130\X0\ \X2\C13CC11CC758\X0\ \X2\C704CE58C5D0C788B294\X0\ \X2\C6D0D615C73CB85C\X0\ \X2\CE21C815B418B294\X0\)','ko-KR',$); -#5444= IFCRELASSOCIATESLIBRARY('19K0gTErL1ugBX_63szdXX',$,$,$,(#566),#12860); -#12860= IFCLIBRARYREFERENCE($,$,'\X2\96FB6D41\X0\','\X2\96FB6D41306E30ED30B03002\X0\','ja-JP',$); +#5445= IFCRELASSOCIATESLIBRARY('2rL$MTIMP7zPYHLye3GOn2',$,$,$,(#549),#12865); +#12865= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); -#5445= IFCRELASSOCIATESLIBRARY('2gJuV6wTz4QQp4Q4rOCOE2',$,$,$,(#567),#12861); -#12861= IFCLIBRARYREFERENCE($,$,'Current Carrying Capasity',$,'en',$); +#5446= IFCRELASSOCIATESLIBRARY('2t0F2mY1r5UAWKTL1t1Iqj',$,$,$,(#549),#12866); +#12866= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B3001534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); -#5446= IFCRELASSOCIATESLIBRARY('09j0nftAXDn9G4hnozYXC4',$,$,$,(#568),#12862); -#12862= IFCLIBRARYREFERENCE($,$,'Current Content3rd Harmonic',$,'en',$); +#5447= IFCRELASSOCIATESLIBRARY('3yIFM$MgzAqRMBehwRGhtD',$,$,$,(#550),#12867); +#12867= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); -#5447= IFCRELASSOCIATESLIBRARY('0uzEZCgLn45h1pVDk4MlJN',$,$,$,(#568),#12863); -#12863= IFCLIBRARYREFERENCE($,$,'\X2\7B2CFF139AD88ABF6CE296FB6D41306876F896FB6D41306E6BD4\X0\','\X2\7B2CFF139AD88ABF6CE296FB6D41306876F896FB6D41306E6BD473873002\X0\','ja-JP',$); +#5448= IFCRELASSOCIATESLIBRARY('35E8R62z5B1R$ojXx5y6cP',$,$,$,(#550),#12868); +#12868= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B3001534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F6E9D963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); -#5448= IFCRELASSOCIATESLIBRARY('3Yvg9YKO5C9ApDRuQ93bpn',$,$,$,(#569),#12864); -#12864= IFCLIBRARYREFERENCE($,$,'Current For Time Delay',$,'en',$); +#5449= IFCRELASSOCIATESLIBRARY('1taXUAWCz4390nGoILv9uc',$,$,$,(#551),#12869); +#12869= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); -#5449= IFCRELASSOCIATESLIBRARY('3OySZWwm96iODlHO3Nunzr',$,$,$,(#569),#12865); -#12865= IFCLIBRARYREFERENCE($,$,'\X2\66425EF696FB6D41\X0\','\X2\66425EF6\X0\[x]\X2\306E306E30C830EA30C330D796FB6D41306F3001\X0\L\X2\95A26570306E90455EF6664295933001304A30883073\X0\S\X2\3068\X0\G\X2\95A26570306E\X0\I2t\X2\309263075B9A3002\X0\','ja-JP',$); +#5450= IFCRELASSOCIATESLIBRARY('209V6WAJP9WweJY9PrpyzN',$,$,$,(#551),#12870); +#12870= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B3001534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F914D7BA130AB30D030FC306E957730553002\X0\','ja-JP',$); -#5450= IFCRELASSOCIATESLIBRARY('3KYWGCa$b89OPo32Y2ExGQ',$,$,$,(#569),#12866); -#12866= IFCLIBRARYREFERENCE($,$,'\X2\C2DCAC04C5F0C7A5\X0\ \X2\C804B958\X0\','\X2\C2DCAC04\X0\ \X2\C5F0C7A5\X0\ [x]\X2\C758\X0\ \X2\D2B8B9BD\X0\ \X2\C804B958B294\X0\ L \X2\D568C218C758\X0\ \X2\C9C0C5F0\X0\ \X2\C2DCAC04\X0\ \X2\BC0F\X0\ S\X2\C640\X0\ G \X2\D568C218\X0\ I2t\X2\B97C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); +#5451= IFCRELASSOCIATESLIBRARY('0kSqnH$JT59watIG0UyNV3',$,$,$,(#552),#12871); +#12871= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); -#5451= IFCRELASSOCIATESLIBRARY('1jX5vmawH70h9EnXh6LplM',$,$,$,(#572),#12867); -#12867= IFCLIBRARYREFERENCE($,$,'Current Tolerance1',$,'en',$); +#5452= IFCRELASSOCIATESLIBRARY('0pJOFCQvj33PAGu7eWUBiU',$,$,$,(#553),#12872); +#12872= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); -#5452= IFCRELASSOCIATESLIBRARY('0wS2e2PL95rgEDxyGPtnVF',$,$,$,(#572),#12868); -#12868= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\1','\X2\66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F23092\X0\[\X2\FF05\X0\]\X2\306763075B9A3002\X0\','ja-JP',$); +#5453= IFCRELASSOCIATESLIBRARY('0o$UMQYfH3Iu07mbLtjC84',$,$,$,(#553),#12873); +#12873= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B3001534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F6E9D963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); -#5453= IFCRELASSOCIATESLIBRARY('0q$AbKTNT6qwZE128Ttt87',$,$,$,(#572),#12869); -#12869= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C804B958\X0\1','\X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B97C\X0\ [%]\X2\B85C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); +#5454= IFCRELASSOCIATESLIBRARY('3elZaUP3vB$9abr7MpW11I',$,$,$,(#554),#12874); +#12874= IFCLIBRARYREFERENCE($,$,'Cover Length',$,'en',$); -#5454= IFCRELASSOCIATESLIBRARY('1LGJQ2Y7nD0Bz3x9xkuJy0',$,$,$,(#573),#12870); -#12870= IFCLIBRARYREFERENCE($,$,'Current Tolerance1',$,'en',$); +#5455= IFCRELASSOCIATESLIBRARY('3mwQq98VnCCBJnNb2gRkaG',$,$,$,(#554),#12875); +#12875= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B3001534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); -#5455= IFCRELASSOCIATESLIBRARY('0VerUts6zFO8eQFR4mYj6p',$,$,$,(#573),#12871); -#12871= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\1','\X2\66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F23092\X0\[\X2\FF05\X0\]\X2\306763075B9A3002\X0\','ja-JP',$); +#5456= IFCRELASSOCIATESLIBRARY('3WMIaQQqP2jA37gXTRmkzp',$,$,$,(#555),#12876); +#12876= IFCLIBRARYREFERENCE($,$,'Cover Material',$,'en',$); -#5456= IFCRELASSOCIATESLIBRARY('0hpNb7rS53_878sMms0fzf',$,$,$,(#573),#12872); -#12872= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C804B958\X0\1','\X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B97C\X0\ [%]\X2\B85C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); +#5457= IFCRELASSOCIATESLIBRARY('3MDjT8N1zDxBs2beeoDute',$,$,$,(#555),#12877); +#12877= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC67508CEA\X0\','\X2\30AB30D030FC304B683C5B50306E67508CEA3002\X0\','ja-JP',$); -#5457= IFCRELASSOCIATESLIBRARY('0_1W9S791EXhmmHCvfbdWV',$,$,$,(#574),#12873); -#12873= IFCLIBRARYREFERENCE($,$,'Current Tolerance1',$,'en',$); +#5458= IFCRELASSOCIATESLIBRARY('2E$ksIts51rxzjumqitFp5',$,$,$,(#556),#12878); +#12878= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); -#5458= IFCRELASSOCIATESLIBRARY('3HS7oI7tvA$Q4ymwy0j_Oo',$,$,$,(#574),#12874); -#12874= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\1','\X2\66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F23092\X0\[\X2\FF05\X0\]\X2\306763075B9A3002\X0\','ja-JP',$); +#5459= IFCRELASSOCIATESLIBRARY('2sj5PYmHnFFQTJwFL7N6pA',$,$,$,(#556),#12879); +#12879= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF830676E2C5B9A3055308C305F963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); -#5459= IFCRELASSOCIATESLIBRARY('0iYuaCCtz5OgzKJfi4rN5T',$,$,$,(#574),#12875); -#12875= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C804B958\X0\1','\X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B97C\X0\ [%]\X2\B85C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); +#5460= IFCRELASSOCIATESLIBRARY('0Ot5WIMBb6$QExoDuiWPpb',$,$,$,(#557),#12880); +#12880= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); -#5460= IFCRELASSOCIATESLIBRARY('3Jn51esRb9e9eaBAaKzZQp',$,$,$,(#575),#12876); -#12876= IFCLIBRARYREFERENCE($,$,'Current Tolerance2',$,'en',$); +#5461= IFCRELASSOCIATESLIBRARY('1zAT54L9n0TRtg_wBFyyTd',$,$,$,(#557),#12881); +#12881= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF830676E2C5B9A3055308C305F6E9D963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); -#5461= IFCRELASSOCIATESLIBRARY('2stJfh0YL7TAPZh_m6csX9',$,$,$,(#575),#12877); -#12877= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E664295933067670952B9306730593002\X0\','ja-JP',$); +#5462= IFCRELASSOCIATESLIBRARY('1$JJfaxWn5jg3VEGw24rgE',$,$,$,(#558),#12882); +#12882= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); -#5462= IFCRELASSOCIATESLIBRARY('0Y6v7sd1n9LQuELclp07Tk',$,$,$,(#575),#12878); -#12878= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1 \X2\C2DCAC04C5D0\X0\ \X2\C720D6A8D569B2C8B2E4\X0\.','ko-KR',$); +#5463= IFCRELASSOCIATESLIBRARY('1C23dBQJfBYhofmD5pgVno',$,$,$,(#558),#12883); +#12883= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF830676E2C5B9A3055308C305F914D7BA130AB30D030FC306E957730553002\X0\','ja-JP',$); -#5463= IFCRELASSOCIATESLIBRARY('0FaMedFVvAvg4_cPNbXDUa',$,$,$,(#576),#12879); -#12879= IFCLIBRARYREFERENCE($,$,'Current Tolerance2',$,'en',$); +#5464= IFCRELASSOCIATESLIBRARY('3EhOhoPs952fnERcP8whId',$,$,$,(#559),#12884); +#12884= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); -#5464= IFCRELASSOCIATESLIBRARY('19wrZ8ODnFPA3ZRf7krLA2',$,$,$,(#576),#12880); -#12880= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E664295933067670952B9306730593002\X0\','ja-JP',$); +#5465= IFCRELASSOCIATESLIBRARY('3BLATF08z7oR$WVz3ujn4I',$,$,$,(#560),#12885); +#12885= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); -#5465= IFCRELASSOCIATESLIBRARY('1OLs2fh6b6MenWIDvDD8Jl',$,$,$,(#576),#12881); -#12881= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1 \X2\C2DCAC04C5D0\X0\ \X2\C720D6A8D569B2C8B2E4\X0\.','ko-KR',$); +#5466= IFCRELASSOCIATESLIBRARY('15nGtq2rD4MPZt4zBF$YD_',$,$,$,(#560),#12886); +#12886= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC306E5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF830676E2C5B9A3055308C305F6E9D963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); -#5466= IFCRELASSOCIATESLIBRARY('03QcQldAn3ehr61blt0Fwu',$,$,$,(#577),#12882); -#12882= IFCLIBRARYREFERENCE($,$,'Current Tolerance2',$,'en',$); +#5467= IFCRELASSOCIATESLIBRARY('0Oh2MngbnFY8heTnA2VaEd',$,$,$,(#561),#12887); +#12887= IFCLIBRARYREFERENCE($,$,'Cover Width',$,'en',$); -#5467= IFCRELASSOCIATESLIBRARY('0t3VAsmzz9VxkuZOqec30x',$,$,$,(#577),#12883); -#12883= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E664295933067670952B9306730593002\X0\','ja-JP',$); +#5468= IFCRELASSOCIATESLIBRARY('0b$dNt9LL0f95oX1dZgJLl',$,$,$,(#561),#12888); +#12888= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF830676E2C5B9A3055308C305F963281ED5F0130AB30D030FC306E957730553002\X0\','ja-JP',$); -#5468= IFCRELASSOCIATESLIBRARY('3_qya24k58lOuUuf_hGNmX',$,$,$,(#577),#12884); -#12884= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1 \X2\C2DCAC04C5D0\X0\ \X2\C720D6A8D569B2C8B2E4\X0\.','ko-KR',$); +#5469= IFCRELASSOCIATESLIBRARY('1Tl6T$LU16mRywvMGHULbl',$,$,$,(#568),#12889); +#12889= IFCLIBRARYREFERENCE($,$,'Crossing Lower Bar Pitch',$,'en',$); -#5469= IFCRELASSOCIATESLIBRARY('1prcjAzmXCUfdQHktHgCbF',$,$,$,(#578),#12885); -#12885= IFCLIBRARYREFERENCE($,$,'Current Tolerance Limit1',$,'en',$); +#5470= IFCRELASSOCIATESLIBRARY('2ltqtOROzAoBa4qXyIozyS',$,$,$,(#568),#12890); +#12890= IFCLIBRARYREFERENCE($,$,'\X2\4E0B7AEF7B4B95939694\X0\','\X2\4EA45DEE3059308B4E0B7AEF7B4B959396943002\X0\','ja-JP',$); -#5470= IFCRELASSOCIATESLIBRARY('2hThMNEuz5GPAjqo5fi00s',$,$,$,(#578),#12886); -#12886= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D419650754C\X0\1','\X2\8A315BB996FB6D41\X0\1\X2\3092523696503059308B66429593523696503002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); +#5471= IFCRELASSOCIATESLIBRARY('0LXI9XuZX8C9OsfbE4Yy8f',$,$,$,(#569),#12891); +#12891= IFCLIBRARYREFERENCE($,$,'Crossing Upper Bar Pitch',$,'en',$); -#5471= IFCRELASSOCIATESLIBRARY('09Oy_PWFP2Ie3UrQMcz6pK',$,$,$,(#578),#12887); -#12887= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958D55CACC4\X0\1','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ 1 \X2\C81CD55C\X0\ \X2\C2DCAC04\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); +#5472= IFCRELASSOCIATESLIBRARY('3JBpzcnsvFkOyYdSJCXFtZ',$,$,$,(#569),#12892); +#12892= IFCLIBRARYREFERENCE($,$,'\X2\4E0A7AEF7B4B95939694\X0\','\X2\4EA45DEE3059308B4E0A7AEF7B4B959396943002\X0\','ja-JP',$); -#5472= IFCRELASSOCIATESLIBRARY('0cyaHdUk5Bf82TCMAmTpd6',$,$,$,(#579),#12888); -#12888= IFCLIBRARYREFERENCE($,$,'Current Tolerance Limit1',$,'en',$); +#5473= IFCRELASSOCIATESLIBRARY('2oGltfxaLC$eoJD9X4EwGP',$,$,$,(#570),#12893); +#12893= IFCLIBRARYREFERENCE($,$,'Cross Sectional Area',$,'en',$); -#5473= IFCRELASSOCIATESLIBRARY('2kyxx7vWP2_B1zoCJwp6tZ',$,$,$,(#579),#12889); -#12889= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D419650754C\X0\1','\X2\8A315BB996FB6D41\X0\1\X2\3092523696503059308B66429593523696503002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); +#5474= IFCRELASSOCIATESLIBRARY('19IVA3p0f7seTxn2095Gdi',$,$,$,(#570),#12894); +#12894= IFCLIBRARYREFERENCE($,$,'\X2\65AD97627A4D\X0\','\X2\4F4D76F8300130EA30FC30C9306E65AD97627A4D3002\X0\','ja-JP',$); -#5474= IFCRELASSOCIATESLIBRARY('2zr14Sr5D6fvQTad$Tytn8',$,$,$,(#579),#12890); -#12890= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958D55CACC4\X0\1','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ 1 \X2\C81CD55C\X0\ \X2\C2DCAC04\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); +#5475= IFCRELASSOCIATESLIBRARY('3_bXSv2D931hXSphD0xhbp',$,$,$,(#570),#12895); +#12895= IFCLIBRARYREFERENCE($,$,'\X2\B2E8BA74C801\X0\ \X2\C601C5ED\X0\','\X2\B9ACB4DC\X0\ \X2\B2E8BA74C801\X0\.','ko-KR',$); -#5475= IFCRELASSOCIATESLIBRARY('0JcXsup4r7rw98W0hanRuB',$,$,$,(#580),#12891); -#12891= IFCLIBRARYREFERENCE($,$,'Current Tolerance Limit1',$,'en',$); +#5476= IFCRELASSOCIATESLIBRARY('0b0dO4jvP7SxPlVEJKxhN0',$,$,$,(#571),#12896); +#12896= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); -#5476= IFCRELASSOCIATESLIBRARY('2FKe4CNJH5yxFKwyMhcLZO',$,$,$,(#580),#12892); -#12892= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D419650754C\X0\1','\X2\8A315BB996FB6D41\X0\1\X2\3092523696503059308B66429593523696503002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); +#5477= IFCRELASSOCIATESLIBRARY('2bmhbe5X947gE2jJGcjV3N',$,$,$,(#572),#12897); +#12897= IFCLIBRARYREFERENCE($,$,'Current',$,'en',$); -#5477= IFCRELASSOCIATESLIBRARY('3c$vgIJanBkOu32e63m5FP',$,$,$,(#580),#12893); -#12893= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958D55CACC4\X0\1','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ 1 \X2\C81CD55C\X0\ \X2\C2DCAC04\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); +#5478= IFCRELASSOCIATESLIBRARY('1WrdojO7r9RA3tJASJwOMZ',$,$,$,(#572),#12898); +#12898= IFCLIBRARYREFERENCE($,$,'\X2\96FB6D41\X0\','\X2\5B9F96FB6D41306852D54F5C53EF80FD7BC456F23002\X0\','ja-JP',$); -#5478= IFCRELASSOCIATESLIBRARY('1G_TGoGdL0BBAuN3bHzWgw',$,$,$,(#581),#12894); -#12894= IFCLIBRARYREFERENCE($,$,'Curve Designation',$,'en',$); +#5479= IFCRELASSOCIATESLIBRARY('1wbP_ESX57Juu3lrnp$18Y',$,$,$,(#573),#12899); +#12899= IFCLIBRARYREFERENCE($,$,'Current',$,'en',$); -#5479= IFCRELASSOCIATESLIBRARY('28scsbvaLCYQQyaND_oQqm',$,$,$,(#581),#12895); -#12895= IFCLIBRARYREFERENCE($,$,'\X2\66F27DDA63075B9A\X0\','\X2\30E130FC30AB30FC304C63D04F9B3059308B63075B9A306E30C830EA30C330D430F330B030AB30FC30D63002\X0\MCB\X2\306E305F3081306B300163075B9A306F\X0\IEC 60898\X2\306B6E9662E03057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); +#5480= IFCRELASSOCIATESLIBRARY('0GnO84HOX89ha7JaQgSxbx',$,$,$,(#573),#12900); +#12900= IFCLIBRARYREFERENCE($,$,'\X2\96FB6D41\X0\','\X2\96FB6D41306E30ED30B03002\X0\','ja-JP',$); -#5480= IFCRELASSOCIATESLIBRARY('31cyaTG6r6iPQTukYlGE8g',$,$,$,(#581),#12896); -#12896= IFCLIBRARYREFERENCE($,$,'\X2\ACE1C120\X0\ \X2\C9C0C815\X0\','\X2\C81CC870\X0\ \X2\C5C5CCB4AC00\X0\ \X2\C81CACF5D558B294\X0\ \X2\C9C0C815B41C\X0\ \X2\D1A0B9BFC094AD6C\X0\ \X2\ACE1C120\X0\. MCB \X2\C704D574\X0\, \X2\C9C0C815C740\X0\ IEC 60898\X2\C744\X0\ \X2\C900C218D574C57CD55CB2E4\X0\.','ko-KR',$); +#5481= IFCRELASSOCIATESLIBRARY('1F_nvevFT86RdftgCZpBqZ',$,$,$,(#574),#12901); +#12901= IFCLIBRARYREFERENCE($,$,'Current Carrying Capasity',$,'en',$); -#5481= IFCRELASSOCIATESLIBRARY('1SJAAdY8P1xOQERrKsFJx$',$,$,$,(#582),#12897); -#12897= IFCLIBRARYREFERENCE($,$,'Curve Designation',$,'en',$); +#5482= IFCRELASSOCIATESLIBRARY('0ety599W1EqwPFR8J79yo9',$,$,$,(#575),#12902); +#12902= IFCLIBRARYREFERENCE($,$,'Current Content3rd Harmonic',$,'en',$); -#5482= IFCRELASSOCIATESLIBRARY('1cnjMmSez0HBbVKBWmIPvJ',$,$,$,(#582),#12898); -#12898= IFCLIBRARYREFERENCE($,$,'\X2\66F27DDA63075B9A\X0\','\X2\30E130FC30AB30FC304C63D04F9B3059308B63075B9A306E30C830EA30C330D430F330B030AB30FC30D63002\X0\MCB\X2\306E305F3081306B300163075B9A306F\X0\IEC 60898\X2\306B6E9662E03057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); +#5483= IFCRELASSOCIATESLIBRARY('2piKT3R0P6hAfTNP3lmRRh',$,$,$,(#575),#12903); +#12903= IFCLIBRARYREFERENCE($,$,'\X2\7B2CFF139AD88ABF6CE296FB6D41306876F896FB6D41306E6BD4\X0\','\X2\7B2CFF139AD88ABF6CE296FB6D41306876F896FB6D41306E6BD473873002\X0\','ja-JP',$); -#5483= IFCRELASSOCIATESLIBRARY('0wLKPFCWvEpxeRzt67xjGS',$,$,$,(#582),#12899); -#12899= IFCLIBRARYREFERENCE($,$,'\X2\ACE1C131\X0\ \X2\C9C0C815\X0\','\X2\C81CC870\X0\ \X2\C5C5CCB4AC00\X0\ \X2\C81CACF5D558B294\X0\ \X2\C9C0C815B41C\X0\ \X2\D1A0B9BFC094AD6C\X0\ \X2\ACE1C120\X0\. MCB \X2\C704D574\X0\, \X2\C9C0C815C740\X0\ IEC 60898\X2\C744\X0\ \X2\C900C218D574C57CD55CB2E4\X0\.','ko-KR',$); +#5484= IFCRELASSOCIATESLIBRARY('3U0hL_CT5AJfd0_FNMuVnK',$,$,$,(#576),#12904); +#12904= IFCLIBRARYREFERENCE($,$,'Current For Time Delay',$,'en',$); -#5485= IFCRELASSOCIATESLIBRARY('2I2y5FxXv0kBeyU9gWdjMn',$,$,$,(#586),#12900); -#12900= IFCLIBRARYREFERENCE($,$,'d',$,'en',$); +#5485= IFCRELASSOCIATESLIBRARY('2y09gMhXXDc8wMsIkwkDhg',$,$,$,(#576),#12905); +#12905= IFCLIBRARYREFERENCE($,$,'\X2\66425EF696FB6D41\X0\','\X2\66425EF6\X0\[x]\X2\306E306E30C830EA30C330D796FB6D41306F3001\X0\L\X2\95A26570306E90455EF6664295933001304A30883073\X0\S\X2\3068\X0\G\X2\95A26570306E\X0\I2t\X2\309263075B9A3002\X0\','ja-JP',$); -#5486= IFCRELASSOCIATESLIBRARY('19T2y_Kc5DYxXUs8nD_csa',$,$,$,(#587),#12901); -#12901= IFCLIBRARYREFERENCE($,$,'Damper Position',$,'en',$); +#5486= IFCRELASSOCIATESLIBRARY('3pflWY0kz1HvNNggc5hDsK',$,$,$,(#576),#12906); +#12906= IFCLIBRARYREFERENCE($,$,'\X2\C2DCAC04C5F0C7A5\X0\ \X2\C804B958\X0\','\X2\C2DCAC04\X0\ \X2\C5F0C7A5\X0\ [x]\X2\C758\X0\ \X2\D2B8B9BD\X0\ \X2\C804B958B294\X0\ L \X2\D568C218C758\X0\ \X2\C9C0C5F0\X0\ \X2\C2DCAC04\X0\ \X2\BC0F\X0\ S\X2\C640\X0\ G \X2\D568C218\X0\ I2t\X2\B97C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); -#5487= IFCRELASSOCIATESLIBRARY('2mMtxp5_P7DR6X_EmuYd6b',$,$,$,(#587),#12902); -#12902= IFCLIBRARYREFERENCE($,$,'Position du registre','Position de contr\S\tle du registre, compris entre 0 et 1.','fr-FR',$); +#5487= IFCRELASSOCIATESLIBRARY('3AoXiYZ8H3VudaDyZO5dXq',$,$,$,(#579),#12907); +#12907= IFCLIBRARYREFERENCE($,$,'Current Tolerance1',$,'en',$); -#5488= IFCRELASSOCIATESLIBRARY('1FyGQ13rTBjO0XGh3cl5At',$,$,$,(#587),#12903); -#12903= IFCLIBRARYREFERENCE($,$,'\X2\30C030F330D1958B5EA6\X0\','\X2\52365FA130C030F330D1306E958B5EA6FF08FF10FF5EFF11FF09\X0\','ja-JP',$); +#5488= IFCRELASSOCIATESLIBRARY('3R0pJyAEb1SwrJViiWz9A0',$,$,$,(#579),#12908); +#12908= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\1','\X2\66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F23092\X0\[\X2\FF05\X0\]\X2\306763075B9A3002\X0\','ja-JP',$); -#5489= IFCRELASSOCIATESLIBRARY('25BNtgdzvBv8QtKEIS53_c',$,$,$,(#588),#12904); -#12904= IFCLIBRARYREFERENCE($,$,'Damper Position',$,'en',$); +#5489= IFCRELASSOCIATESLIBRARY('01JJZTXuP1LvrxnySmjmnP',$,$,$,(#579),#12909); +#12909= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C804B958\X0\1','\X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B97C\X0\ [%]\X2\B85C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); -#5492= IFCRELASSOCIATESLIBRARY('2tH68Tflf7EvAveh7ameeJ',$,$,$,(#596),#12905); -#12905= IFCLIBRARYREFERENCE($,$,'Data Received',$,'en',$); +#5490= IFCRELASSOCIATESLIBRARY('0_xLy$I055AeSCgD8$cio7',$,$,$,(#580),#12910); +#12910= IFCLIBRARYREFERENCE($,$,'Current Tolerance1',$,'en',$); -#5493= IFCRELASSOCIATESLIBRARY('2DvRkweNz2qQZCGtdyZ7hp',$,$,$,(#596),#12906); -#12906= IFCLIBRARYREFERENCE($,$,'\X2\53D74FE1\X0\','\X2\53D74FE130C730FC30BF306E30ED30B03002\X0\IfcTimeSeriesValue.Values\X2\306E30EA30B930C85024306B306F\X0\Pset_DistributionPortTypeCable.Protocols\X2\3088308A30C730FC30BF309253D74FE13059308B3002\X0\','ja',$); +#5491= IFCRELASSOCIATESLIBRARY('0zgDBWcLT4UQAcYRkNi93w',$,$,$,(#580),#12911); +#12911= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\1','\X2\66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F23092\X0\[\X2\FF05\X0\]\X2\306763075B9A3002\X0\','ja-JP',$); -#5495= IFCRELASSOCIATESLIBRARY('1Ns255kU90PxFC9f2V59Ns',$,$,$,(#598),#12907); -#12907= IFCLIBRARYREFERENCE($,$,'Data Transmitted',$,'en',$); +#5492= IFCRELASSOCIATESLIBRARY('2ObqLtVvn8pf8CS$m3pTKr',$,$,$,(#580),#12912); +#12912= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C804B958\X0\1','\X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B97C\X0\ [%]\X2\B85C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); -#5496= IFCRELASSOCIATESLIBRARY('2U1w9tefz79eQ5YDJ3OgRZ',$,$,$,(#598),#12908); -#12908= IFCLIBRARYREFERENCE($,$,'\X2\767A4FE1\X0\','\X2\767A4FE130C730FC30BF306E30ED30B03002\X0\IfcTimeSeriesValue.Values\X2\306E30EA30B930C85024306B306F\X0\Pset_DistributionPortTypeCable.Protocols\X2\3088308A30C730FC30BF309290014FE13059308B3002\X0\','ja',$); +#5493= IFCRELASSOCIATESLIBRARY('32$Y8kfPn7QgbsCdHZW9Hp',$,$,$,(#581),#12913); +#12913= IFCLIBRARYREFERENCE($,$,'Current Tolerance1',$,'en',$); -#5497= IFCRELASSOCIATESLIBRARY('0C87qfgv9CqR3qKuisdd5A',$,$,$,(#600),#12909); -#12909= IFCLIBRARYREFERENCE($,$,'Defined Temperature',$,'en',$); +#5494= IFCRELASSOCIATESLIBRARY('3qlDVgcZTBoQlc_NgF0RV2',$,$,$,(#581),#12914); +#12914= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\1','\X2\66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F23092\X0\[\X2\FF05\X0\]\X2\306763075B9A3002\X0\','ja-JP',$); -#5498= IFCRELASSOCIATESLIBRARY('0Hd4JFc694vPNRPQ_cAteD',$,$,$,(#600),#12910); -#12910= IFCLIBRARYREFERENCE($,$,'\X2\8A2D5B9A6E295EA6\X0\','\X2\3053306E4FDD8B7788C57F6E304C5B9A3081308B6E295EA630FB96FB6D41\X0\/\X2\66429593\X0\-\X2\30AB30FC30D6306B95A290233059308B546856F26E295EA6\X0\','ja-JP',$); +#5495= IFCRELASSOCIATESLIBRARY('0$E71HWRD3DfLT2HFQQ3SO',$,$,$,(#581),#12915); +#12915= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C804B958\X0\1','\X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B97C\X0\ [%]\X2\B85C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); -#5499= IFCRELASSOCIATESLIBRARY('0bMB8HWr5249VGW_Nu7hQi',$,$,$,(#600),#12911); -#12911= IFCLIBRARYREFERENCE($,$,'\X2\C124C815\X0\ \X2\C628B3C4\X0\','\X2\C774\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58AC00\X0\ \X2\C815D55C\X0\ \X2\C628B3C4\X0\ \S\7 \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ - \X2\ACE1C120ACFC\X0\ \X2\AD00B828B41C\X0\ \X2\C8FCC704\X0\ \X2\C628B3C4\X0\','ko-KR',$); +#5496= IFCRELASSOCIATESLIBRARY('3KEzIUMtbCefNe5K5$NuaB',$,$,$,(#582),#12916); +#12916= IFCLIBRARYREFERENCE($,$,'Current Tolerance2',$,'en',$); -#5500= IFCRELASSOCIATESLIBRARY('06HR$tJNXBJBQvE6KwaGxw',$,$,$,(#601),#12912); -#12912= IFCLIBRARYREFERENCE($,$,'Defined Temperature',$,'en',$); +#5497= IFCRELASSOCIATESLIBRARY('3crxW$hnf6YvnyfAK5J5jm',$,$,$,(#582),#12917); +#12917= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E664295933067670952B9306730593002\X0\','ja-JP',$); -#5501= IFCRELASSOCIATESLIBRARY('316KqEXDz3xvfAnqwXquLc',$,$,$,(#601),#12913); -#12913= IFCLIBRARYREFERENCE($,$,'\X2\8A2D5B9A6E295EA6\X0\','\X2\3053306E4FDD8B7788C57F6E304C5B9A3081308B6E295EA630FB96FB6D41\X0\/\X2\66429593\X0\-\X2\30AB30FC30D6306B95A290233059308B546856F26E295EA63002\X0\','ja-JP',$); +#5498= IFCRELASSOCIATESLIBRARY('2u81w38$X4XfUGvFqfXMAQ',$,$,$,(#582),#12918); +#12918= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1 \X2\C2DCAC04C5D0\X0\ \X2\C720D6A8D569B2C8B2E4\X0\.','ko-KR',$); -#5502= IFCRELASSOCIATESLIBRARY('1YWKQO2UzE1grbiNhTRFoT',$,$,$,(#601),#12914); -#12914= IFCLIBRARYREFERENCE($,$,'\X2\C124C815\X0\ \X2\C628B3C4\X0\','\X2\C774\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58AC00\X0\ \X2\C815D55C\X0\ \X2\C628B3C4\X0\ \S\7 \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ - \X2\ACE1C120ACFC\X0\ \X2\AD00B828B41C\X0\ \X2\C8FCC704\X0\ \X2\C628B3C4\X0\.','ko-KR',$); +#5499= IFCRELASSOCIATESLIBRARY('0wdAcO7zLA4xnKI2WkindV',$,$,$,(#583),#12919); +#12919= IFCLIBRARYREFERENCE($,$,'Current Tolerance2',$,'en',$); -#5503= IFCRELASSOCIATESLIBRARY('3HJ9feU2H7FxsGmWdhzEOo',$,$,$,(#602),#12915); -#12915= IFCLIBRARYREFERENCE($,$,'Defrost Temperature Effectiveness',$,'en',$); +#5500= IFCRELASSOCIATESLIBRARY('16rsftMDzELxrr54nKujHM',$,$,$,(#583),#12920); +#12920= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E664295933067670952B9306730593002\X0\','ja-JP',$); -#5504= IFCRELASSOCIATESLIBRARY('2ilx32NEbANP2C2B$cdz2L',$,$,$,(#602),#12916); -#12916= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iTemperatureD\S\igel','Efficacit\S\i thermique sensible lorsque le mode d\S\igel est actif','fr-FR',$); +#5501= IFCRELASSOCIATESLIBRARY('2e9987mmLBBBRwxkf0dYV5',$,$,$,(#583),#12921); +#12921= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1 \X2\C2DCAC04C5D0\X0\ \X2\C720D6A8D569B2C8B2E4\X0\.','ko-KR',$); -#5505= IFCRELASSOCIATESLIBRARY('0z67xdQTP0LB7$TCIt63bE',$,$,$,(#602),#12917); -#12917= IFCLIBRARYREFERENCE($,$,'\X2\30C730D530ED30B930C86E295EA652B97387\X0\','\X2\30C730D530ED30B930C84F5C52D56642306E6E295EA671B14EA463DB52B97387\X0\','ja-JP',$); +#5502= IFCRELASSOCIATESLIBRARY('0IBn4PsVb4GhCakOAhgCRc',$,$,$,(#584),#12922); +#12922= IFCLIBRARYREFERENCE($,$,'Current Tolerance2',$,'en',$); -#5507= IFCRELASSOCIATESLIBRARY('1atMal_yvDMeqW_BwQ7FH5',$,$,$,(#604),#12918); -#12918= IFCLIBRARYREFERENCE($,$,'Delivery Type',$,'en',$); +#5503= IFCRELASSOCIATESLIBRARY('3XEjncwYf7YAEpo77$SrwU',$,$,$,(#584),#12923); +#12923= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D41\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E664295933067670952B9306730593002\X0\','ja-JP',$); -#5508= IFCRELASSOCIATESLIBRARY('1zQdAb12rEkR0Kq1eU1bt4',$,$,$,(#605),#12919); -#12919= IFCLIBRARYREFERENCE($,$,'Tiefe','Geforderte Tiefe des Durchbruchs f\S\|r eine Nische oder Aussparung. Wenn nicht angegeben, dann ist der geforderte Durchbruch eine Durchbruchs\S\vffnung.','de-DE',$); +#5504= IFCRELASSOCIATESLIBRARY('3cRAg_7AL5UuE4UyYf6LOz',$,$,$,(#584),#12924); +#12924= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1 \X2\C2DCAC04C5D0\X0\ \X2\C720D6A8D569B2C8B2E4\X0\.','ko-KR',$); -#5509= IFCRELASSOCIATESLIBRARY('3jwUZWnwD0AwTX40R24QY_',$,$,$,(#605),#12920); -#12920= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); +#5505= IFCRELASSOCIATESLIBRARY('1ExHdhc3n3ofngElwiEVVl',$,$,$,(#585),#12925); +#12925= IFCLIBRARYREFERENCE($,$,'Current Tolerance Limit1',$,'en',$); -#5510= IFCRELASSOCIATESLIBRARY('1aFbtNLDL1fgSNUm3cn6lo',$,$,$,(#605),#12921); -#12921= IFCLIBRARYREFERENCE($,$,'Profondeur','La profondeur requise ou \S\ipaisseur de la r\S\iservation.','fr-FR',$); +#5506= IFCRELASSOCIATESLIBRARY('3Y7efw$Tz8rxBmz0hGkpty',$,$,$,(#585),#12926); +#12926= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D419650754C\X0\1','\X2\8A315BB996FB6D41\X0\1\X2\3092523696503059308B66429593523696503002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); -#5511= IFCRELASSOCIATESLIBRARY('2L5dPUDKr2cQ2aGdTNAKKW',$,$,$,(#605),#12922); -#12922= IFCLIBRARYREFERENCE($,$,'\X2\6DF13055\X0\','\X2\7A7A9593306E539A3055306B5BFE30573066306E6DF13055304C63D0793A3055308C307E30593002\X0\','ja-JP',$); +#5507= IFCRELASSOCIATESLIBRARY('1QGxWKe4P6mwqBjgAof$kp',$,$,$,(#585),#12927); +#12927= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958D55CACC4\X0\1','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ 1 \X2\C81CD55C\X0\ \X2\C2DCAC04\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); -#5512= IFCRELASSOCIATESLIBRARY('0yV7Ea8a14NefL1_4tHse$',$,$,$,(#605),#12923); -#12923= IFCLIBRARYREFERENCE($,$,'\X2\6DF15EA6\X0\','\X2\7A7A67844EF676846DF15EA66216539A5EA63002\X0\','zh-CN',$); +#5508= IFCRELASSOCIATESLIBRARY('1Ux1rMes51IeYiHYzyr3U1',$,$,$,(#586),#12928); +#12928= IFCLIBRARYREFERENCE($,$,'Current Tolerance Limit1',$,'en',$); -#5513= IFCRELASSOCIATESLIBRARY('3$eOQ2QbX6jQHTgbVJzxRN',$,$,$,(#606),#12924); -#12924= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); +#5509= IFCRELASSOCIATESLIBRARY('1159bCYBz4DvoxX45TfoLM',$,$,$,(#586),#12929); +#12929= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D419650754C\X0\1','\X2\8A315BB996FB6D41\X0\1\X2\3092523696503059308B66429593523696503002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); -#5514= IFCRELASSOCIATESLIBRARY('1NivEO5hXBE9ItYbmTo5FF',$,$,$,(#606),#12925); -#12925= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\6E9D306E5E453002\X0\','ja-JP',$); +#5510= IFCRELASSOCIATESLIBRARY('0zgTEof0L2qBQQb7hDNKrh',$,$,$,(#586),#12930); +#12930= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958D55CACC4\X0\1','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ 1 \X2\C81CD55C\X0\ \X2\C2DCAC04\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); -#5515= IFCRELASSOCIATESLIBRARY('0Uei0Fv0j5FAaAhLoUxh5G',$,$,$,(#606),#12926); -#12926= IFCLIBRARYREFERENCE($,$,'\X2\D3ED\X0\','\X2\D648C758\X0\ \X2\D3ED\X0\','ko-KR',$); +#5511= IFCRELASSOCIATESLIBRARY('2D185rEEDEwfjZoTVEKOfi',$,$,$,(#587),#12931); +#12931= IFCLIBRARYREFERENCE($,$,'Current Tolerance Limit1',$,'en',$); -#5516= IFCRELASSOCIATESLIBRARY('1DpQfxSSz88B$ugR0A8Q6y',$,$,$,(#607),#12927); -#12927= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); +#5512= IFCRELASSOCIATESLIBRARY('1VZkqv16r7a9dKPMSTBz_V',$,$,$,(#587),#12932); +#12932= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB996FB6D419650754C\X0\1','\X2\8A315BB996FB6D41\X0\1\X2\3092523696503059308B66429593523696503002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); -#5517= IFCRELASSOCIATESLIBRARY('270sgCTVXEfP5Kv8Q$Sen7',$,$,$,(#607),#12928); -#12928= IFCLIBRARYREFERENCE($,$,'\X2\6DF13055\X0\','\X2\30D430C330C86DF130553002\X0\','ja-JP',$); +#5513= IFCRELASSOCIATESLIBRARY('0VWdQFawnDtPsMz5wJVlM2',$,$,$,(#587),#12933); +#12933= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C804B958D55CACC4\X0\1','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ 1 \X2\C81CD55C\X0\ \X2\C2DCAC04\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); -#5518= IFCRELASSOCIATESLIBRARY('0bByelF3X5uBPKVAO1u2sM',$,$,$,(#607),#12929); -#12929= IFCLIBRARYREFERENCE($,$,'\X2\AE4AC774\X0\','\X2\AD6CB369C774\X0\ \X2\AE4AC774\X0\','ko-KR',$); +#5514= IFCRELASSOCIATESLIBRARY('1N4hZ$hFn5YxxenEPQ3E8$',$,$,$,(#588),#12934); +#12934= IFCLIBRARYREFERENCE($,$,'Curve Designation',$,'en',$); -#5519= IFCRELASSOCIATESLIBRARY('1JXqADAk5FAOWzzsOGbmZJ',$,$,$,(#612),#12930); -#12930= IFCLIBRARYREFERENCE($,$,'Derivative Constant',$,'en',$); +#5515= IFCRELASSOCIATESLIBRARY('1Z5PzHpWPFo9EdbNLRI5WF',$,$,$,(#588),#12935); +#12935= IFCLIBRARYREFERENCE($,$,'\X2\66F27DDA63075B9A\X0\','\X2\30E130FC30AB30FC304C63D04F9B3059308B63075B9A306E30C830EA30C330D430F330B030AB30FC30D63002\X0\MCB\X2\306E305F3081306B300163075B9A306F\X0\IEC 60898\X2\306B6E9662E03057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); -#5520= IFCRELASSOCIATESLIBRARY('0COW5plJ55iQSAXP_0tDTz',$,$,$,(#612),#12931); -#12931= IFCLIBRARYREFERENCE($,$,'\X2\BBF8BD84\X0\ \X2\AC8CC778\X0\ (Kd)','\X2\BBF8BD84\X0\ \X2\AC8CC778\X0\ (Kd)','ko-KR',$); +#5516= IFCRELASSOCIATESLIBRARY('27s_vYIOD9pfy9fMrYnfmD',$,$,$,(#588),#12936); +#12936= IFCLIBRARYREFERENCE($,$,'\X2\ACE1C120\X0\ \X2\C9C0C815\X0\','\X2\C81CC870\X0\ \X2\C5C5CCB4AC00\X0\ \X2\C81CACF5D558B294\X0\ \X2\C9C0C815B41C\X0\ \X2\D1A0B9BFC094AD6C\X0\ \X2\ACE1C120\X0\. MCB \X2\C704D574\X0\, \X2\C9C0C815C740\X0\ IEC 60898\X2\C744\X0\ \X2\C900C218D574C57CD55CB2E4\X0\.','ko-KR',$); -#5521= IFCRELASSOCIATESLIBRARY('3TZPUdPzn5sutW4MXwDeD7',$,$,$,(#613),#12932); -#12932= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); +#5517= IFCRELASSOCIATESLIBRARY('3ISYTjw05FteL647gE0qGP',$,$,$,(#589),#12937); +#12937= IFCLIBRARYREFERENCE($,$,'Curve Designation',$,'en',$); -#5522= IFCRELASSOCIATESLIBRARY('3ptWAFIr99BQ3YiIqHjuXh',$,$,$,(#613),#12933); -#12933= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); +#5518= IFCRELASSOCIATESLIBRARY('2$IuADMt9AOwuVOrhwklLM',$,$,$,(#589),#12938); +#12938= IFCLIBRARYREFERENCE($,$,'\X2\66F27DDA63075B9A\X0\','\X2\30E130FC30AB30FC304C63D04F9B3059308B63075B9A306E30C830EA30C330D430F330B030AB30FC30D63002\X0\MCB\X2\306E305F3081306B300163075B9A306F\X0\IEC 60898\X2\306B6E9662E03057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); -#5523= IFCRELASSOCIATESLIBRARY('2Em5Zs_8f7oBxkFW$Nu_9W',$,$,$,(#614),#12934); -#12934= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); +#5519= IFCRELASSOCIATESLIBRARY('0R7xm4BrjB3Rqh7RulDh5M',$,$,$,(#589),#12939); +#12939= IFCLIBRARYREFERENCE($,$,'\X2\ACE1C131\X0\ \X2\C9C0C815\X0\','\X2\C81CC870\X0\ \X2\C5C5CCB4AC00\X0\ \X2\C81CACF5D558B294\X0\ \X2\C9C0C815B41C\X0\ \X2\D1A0B9BFC094AD6C\X0\ \X2\ACE1C120\X0\. MCB \X2\C704D574\X0\, \X2\C9C0C815C740\X0\ IEC 60898\X2\C744\X0\ \X2\C900C218D574C57CD55CB2E4\X0\.','ko-KR',$); -#5524= IFCRELASSOCIATESLIBRARY('1xiGpVahfDpOi4OWFKIW4E',$,$,$,(#614),#12935); -#12935= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); +#5521= IFCRELASSOCIATESLIBRARY('1mPL9DeS925eD_qlVY1SlT',$,$,$,(#593),#12940); +#12940= IFCLIBRARYREFERENCE($,$,'d',$,'en',$); -#5525= IFCRELASSOCIATESLIBRARY('2rnlFHTHv0$wawRHUPy1Mn',$,$,$,(#615),#12936); -#12936= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); +#5522= IFCRELASSOCIATESLIBRARY('2Bk4oH8OD3C94vVrX$SF$r',$,$,$,(#594),#12941); +#12941= IFCLIBRARYREFERENCE($,$,'Damper Position',$,'en',$); -#5526= IFCRELASSOCIATESLIBRARY('2fR3cREqr27h1uT9i$kLH2',$,$,$,(#615),#12937); -#12937= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); +#5523= IFCRELASSOCIATESLIBRARY('2cspRoajH4GQllOgzh3dOJ',$,$,$,(#594),#12942); +#12942= IFCLIBRARYREFERENCE($,$,'Position du registre','Position de contr\S\tle du registre, compris entre 0 et 1.','fr-FR',$); -#5527= IFCRELASSOCIATESLIBRARY('3jTgon1vH0_ehVoStPLaqb',$,$,$,(#616),#12938); -#12938= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); +#5524= IFCRELASSOCIATESLIBRARY('0V3Vl5NP50RPAOxGdQjOl5',$,$,$,(#594),#12943); +#12943= IFCLIBRARYREFERENCE($,$,'\X2\30C030F330D1958B5EA6\X0\','\X2\52365FA130C030F330D1306E958B5EA6FF08FF10FF5EFF11FF09\X0\','ja-JP',$); -#5528= IFCRELASSOCIATESLIBRARY('0tD_rsScLAbvpL5EA1NMP$',$,$,$,(#616),#12939); -#12939= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); +#5525= IFCRELASSOCIATESLIBRARY('3V6Zty8A9B_ukdv1ZZK$U5',$,$,$,(#595),#12944); +#12944= IFCLIBRARYREFERENCE($,$,'Damper Position',$,'en',$); -#5529= IFCRELASSOCIATESLIBRARY('0qEDF765f4kwREwOl8G9tv',$,$,$,(#617),#12940); -#12940= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); +#5528= IFCRELASSOCIATESLIBRARY('3sYwF3y_54Jf1SDDkv_0bD',$,$,$,(#603),#12945); +#12945= IFCLIBRARYREFERENCE($,$,'Data Received',$,'en',$); -#5530= IFCRELASSOCIATESLIBRARY('1WI6DBmsn5kx5FTdV9XFi6',$,$,$,(#617),#12941); -#12941= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); +#5529= IFCRELASSOCIATESLIBRARY('0zQrWOxBT3Ye72B3$0zKfo',$,$,$,(#603),#12946); +#12946= IFCLIBRARYREFERENCE($,$,'\X2\53D74FE1\X0\','\X2\53D74FE130C730FC30BF306E30ED30B03002\X0\IfcTimeSeriesValue.Values\X2\306E30EA30B930C85024306B306F\X0\Pset_DistributionPortTypeCable.Protocols\X2\3088308A30C730FC30BF309253D74FE13059308B3002\X0\','ja',$); -#5531= IFCRELASSOCIATESLIBRARY('3tZ81HLPL22w1BbY_T1gb6',$,$,$,(#618),#12942); -#12942= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); +#5531= IFCRELASSOCIATESLIBRARY('2tP_AJVpH2iBHi3wuVh97U',$,$,$,(#605),#12947); +#12947= IFCLIBRARYREFERENCE($,$,'Data Transmitted',$,'en',$); -#5532= IFCRELASSOCIATESLIBRARY('3BzAkYKKL6CvzlMujnx4KM',$,$,$,(#618),#12943); -#12943= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); +#5532= IFCRELASSOCIATESLIBRARY('3U5Sl4S_X819rTkiMS26TL',$,$,$,(#605),#12948); +#12948= IFCLIBRARYREFERENCE($,$,'\X2\767A4FE1\X0\','\X2\767A4FE130C730FC30BF306E30ED30B03002\X0\IfcTimeSeriesValue.Values\X2\306E30EA30B930C85024306B306F\X0\Pset_DistributionPortTypeCable.Protocols\X2\3088308A30C730FC30BF309290014FE13059308B3002\X0\','ja',$); -#5533= IFCRELASSOCIATESLIBRARY('26mEEm1MP90fuW4Uc5VanP',$,$,$,(#619),#12944); -#12944= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); +#5533= IFCRELASSOCIATESLIBRARY('3nS6nwuizC6R9QsluKt2UO',$,$,$,(#607),#12949); +#12949= IFCLIBRARYREFERENCE($,$,'Defined Temperature',$,'en',$); -#5534= IFCRELASSOCIATESLIBRARY('2$wXG0cgj0AOmd27nI16OB',$,$,$,(#619),#12945); -#12945= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\7A7A8ABF65B95F0F306E8AAC660E3002\X0\','ja-JP',$); +#5534= IFCRELASSOCIATESLIBRARY('0uCvyZbwjCQw1Aas5S176g',$,$,$,(#607),#12950); +#12950= IFCLIBRARYREFERENCE($,$,'\X2\8A2D5B9A6E295EA6\X0\','\X2\3053306E4FDD8B7788C57F6E304C5B9A3081308B6E295EA630FB96FB6D41\X0\/\X2\66429593\X0\-\X2\30AB30FC30D6306B95A290233059308B546856F26E295EA6\X0\','ja-JP',$); -#5535= IFCRELASSOCIATESLIBRARY('3_2rpA47nEjRspIjxsXLlF',$,$,$,(#619),#12946); -#12946= IFCLIBRARYREFERENCE($,$,'\X2\C124BA85\X0\','\X2\ACF5C870\X0\ \X2\BC29C2DD\X0\ \X2\C124BA85\X0\','ko-KR',$); +#5535= IFCRELASSOCIATESLIBRARY('2NJqC2qnnBBurXRRWReCZi',$,$,$,(#607),#12951); +#12951= IFCLIBRARYREFERENCE($,$,'\X2\C124C815\X0\ \X2\C628B3C4\X0\','\X2\C774\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58AC00\X0\ \X2\C815D55C\X0\ \X2\C628B3C4\X0\ \S\7 \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ - \X2\ACE1C120ACFC\X0\ \X2\AD00B828B41C\X0\ \X2\C8FCC704\X0\ \X2\C628B3C4\X0\','ko-KR',$); -#5536= IFCRELASSOCIATESLIBRARY('2I1ZWDsCL1RP7IJAO0bduY',$,$,$,(#620),#12947); -#12947= IFCLIBRARYREFERENCE($,$,'Design Ambient Temperature',$,'en',$); +#5536= IFCRELASSOCIATESLIBRARY('3btXEK_lv0Xv6KLoY0$eFy',$,$,$,(#608),#12952); +#12952= IFCLIBRARYREFERENCE($,$,'Defined Temperature',$,'en',$); -#5537= IFCRELASSOCIATESLIBRARY('0XgiNSlaD22QCvF4UsBVcM',$,$,$,(#621),#12948); -#12948= IFCLIBRARYREFERENCE($,$,'Design Level',$,'en',$); +#5537= IFCRELASSOCIATESLIBRARY('3ejuNNFN522hhWCZGJ9LvU',$,$,$,(#608),#12953); +#12953= IFCLIBRARYREFERENCE($,$,'\X2\8A2D5B9A6E295EA6\X0\','\X2\3053306E4FDD8B7788C57F6E304C5B9A3081308B6E295EA630FB96FB6D41\X0\/\X2\66429593\X0\-\X2\30AB30FC30D6306B95A290233059308B546856F26E295EA63002\X0\','ja-JP',$); -#5538= IFCRELASSOCIATESLIBRARY('1bnoc8McTEgvPHT8_9bK1O',$,$,$,(#622),#12949); -#12949= IFCLIBRARYREFERENCE($,$,'Design Location Number',$,'en',$); +#5538= IFCRELASSOCIATESLIBRARY('2Tm8c8mzzDcwNwboop9omh',$,$,$,(#608),#12954); +#12954= IFCLIBRARYREFERENCE($,$,'\X2\C124C815\X0\ \X2\C628B3C4\X0\','\X2\C774\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58AC00\X0\ \X2\C815D55C\X0\ \X2\C628B3C4\X0\ \S\7 \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ - \X2\ACE1C120ACFC\X0\ \X2\AD00B828B41C\X0\ \X2\C8FCC704\X0\ \X2\C628B3C4\X0\.','ko-KR',$); -#5539= IFCRELASSOCIATESLIBRARY('2Veq3p2$H6Gh7a8E4m_TOT',$,$,$,(#623),#12950); -#12950= IFCLIBRARYREFERENCE($,$,'Design Name',$,'en',$); +#5539= IFCRELASSOCIATESLIBRARY('1anOMwHGP4AfSbqBquiJXw',$,$,$,(#609),#12955); +#12955= IFCLIBRARYREFERENCE($,$,'Defrost Temperature Effectiveness',$,'en',$); -#5540= IFCRELASSOCIATESLIBRARY('1Oc6F_8KLCLeEHpT$48G56',$,$,$,(#623),#12951); -#12951= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A085024540D79F0\X0\','\X2\8A2D8A085024306E540D79F03002\X0\','ja-JP',$); +#5540= IFCRELASSOCIATESLIBRARY('13LaeeiFDFlPSCcnZPmuwZ',$,$,$,(#609),#12956); +#12956= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iTemperatureD\S\igel','Efficacit\S\i thermique sensible lorsque le mode d\S\igel est actif','fr-FR',$); -#5541= IFCRELASSOCIATESLIBRARY('1l4zGwR3b0pfElAK_VfJQc',$,$,$,(#623),#12952); -#12952= IFCLIBRARYREFERENCE($,$,'\X2\C124ACC4\X0\ \X2\AC12C774B984\X0\','\X2\C124ACC4\X0\ \X2\AC12C758\X0\ \X2\BA85CE6D\X0\.','ko-KR',$); +#5541= IFCRELASSOCIATESLIBRARY('16qVvm7Of0nQhzZQx7nli6',$,$,$,(#609),#12957); +#12957= IFCLIBRARYREFERENCE($,$,'\X2\30C730D530ED30B930C86E295EA652B97387\X0\','\X2\30C730D530ED30B930C84F5C52D56642306E6E295EA671B14EA463DB52B97387\X0\','ja-JP',$); -#5543= IFCRELASSOCIATESLIBRARY('18lxZVKR9APv_FhPC2$88W',$,$,$,(#631),#12953); -#12953= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Base Bar Diameter',$,'en',$); +#5543= IFCRELASSOCIATESLIBRARY('2i$pU3Vpb85vEckkoiLSeT',$,$,$,(#611),#12958); +#12958= IFCLIBRARYREFERENCE($,$,'Delivery Type',$,'en',$); -#5544= IFCRELASSOCIATESLIBRARY('156pLqQS54phLFOZFAn_qH',$,$,$,(#631),#12954); -#12954= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D030FC5F84\X0\','\X2\30D930FC30B930D030FC306E516C79F076F45F843002\X0\','ja-JP',$); +#5544= IFCRELASSOCIATESLIBRARY('2C2oUTHXP82B_9FUMQkHSx',$,$,$,(#612),#12959); +#12959= IFCLIBRARYREFERENCE($,$,'Tiefe','Geforderte Tiefe des Durchbruchs f\S\|r eine Nische oder Aussparung. Wenn nicht angegeben, dann ist der geforderte Durchbruch eine Durchbruchs\S\vffnung.','de-DE',$); -#5545= IFCRELASSOCIATESLIBRARY('3D$x$tWBb79A6jsA3vjic8',$,$,$,(#631),#12955); -#12955= IFCLIBRARYREFERENCE($,$,'\X2\AE30BC18\X0\ \X2\B9C9B300\X0\ \X2\C9C0B984\X0\','\X2\AE30BC18\X0\ \X2\B9C9B300C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); +#5545= IFCRELASSOCIATESLIBRARY('02q2CwT7H1FwN81SLAha1R',$,$,$,(#612),#12960); +#12960= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#5546= IFCRELASSOCIATESLIBRARY('3iXTaNlqzEMvQDZpxdfu5z',$,$,$,(#632),#12956); -#12956= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Cross Bar Diameter',$,'en',$); +#5546= IFCRELASSOCIATESLIBRARY('1bnaNL1U15Fx5ohtmd17fw',$,$,$,(#612),#12961); +#12961= IFCLIBRARYREFERENCE($,$,'Profondeur','La profondeur requise ou \S\ipaisseur de la r\S\iservation.','fr-FR',$); -#5547= IFCRELASSOCIATESLIBRARY('149KFo17nDxA9cLAr9Jr9b',$,$,$,(#632),#12957); -#12957= IFCLIBRARYREFERENCE($,$,'\X2\30AF30ED30B930D030FC5F84\X0\','\X2\659C308130AF30ED30B930D030FC306E516C79F076F45F843002\X0\','ja-JP',$); +#5547= IFCRELASSOCIATESLIBRARY('3AmOkrJFbE7vssAaJ$I61z',$,$,$,(#612),#12962); +#12962= IFCLIBRARYREFERENCE($,$,'\X2\6DF13055\X0\','\X2\7A7A9593306E539A3055306B5BFE30573066306E6DF13055304C63D0793A3055308C307E30593002\X0\','ja-JP',$); -#5548= IFCRELASSOCIATESLIBRARY('1KYJ_Km914AO6cqI4wbHcb',$,$,$,(#632),#12958); -#12958= IFCLIBRARYREFERENCE($,$,'\X2\D06CB85CC2A4BC14\X0\ \X2\C9C0B984\X0\','\X2\B300AC01C120\X0\ \X2\D06CB85CC2A4BC14\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); +#5548= IFCRELASSOCIATESLIBRARY('3E1zovQV56lPzNZ28kSh5w',$,$,$,(#612),#12963); +#12963= IFCLIBRARYREFERENCE($,$,'\X2\6DF15EA6\X0\','\X2\7A7A67844EF676846DF15EA66216539A5EA63002\X0\','zh-CN',$); -#5549= IFCRELASSOCIATESLIBRARY('36Qzri$uz7bvgw3CJ0g9Ll',$,$,$,(#633),#12959); -#12959= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Cross Bar Spacing',$,'en',$); +#5549= IFCRELASSOCIATESLIBRARY('3YVvSKEBD3txXGPVbNqPgI',$,$,$,(#613),#12964); +#12964= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#5550= IFCRELASSOCIATESLIBRARY('0a5DshX0P9ax94E$rCEHE5',$,$,$,(#633),#12960); -#12960= IFCLIBRARYREFERENCE($,$,'\X2\30AF30ED30B930D030FC95939694\X0\','\X2\659C3081306E30AF30ED30B930D030FC306E959396943002\X0\','ja-JP',$); +#5550= IFCRELASSOCIATESLIBRARY('26YgwcuEz56fIOYd5e2opQ',$,$,$,(#613),#12965); +#12965= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\6E9D306E5E453002\X0\','ja-JP',$); -#5551= IFCRELASSOCIATESLIBRARY('3$4hOnq1n119DC5PrN4rXm',$,$,$,(#633),#12961); -#12961= IFCLIBRARYREFERENCE($,$,'\X2\D06CB85CC2A4BC14\X0\ \X2\AC04ACA9\X0\','\X2\B300AC01C120\X0\ \X2\D06CB85CC2A4BC14\X0\ \X2\AC04ACA9\X0\','ko-KR',$); +#5551= IFCRELASSOCIATESLIBRARY('2odsZWXqb38ussgP9Aj40A',$,$,$,(#613),#12966); +#12966= IFCLIBRARYREFERENCE($,$,'\X2\D3ED\X0\','\X2\D648C758\X0\ \X2\D3ED\X0\','ko-KR',$); -#5552= IFCRELASSOCIATESLIBRARY('04Bs$jEa1BR9xqQq2TaSp1',$,$,$,(#634),#12962); -#12962= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Height',$,'en',$); +#5552= IFCRELASSOCIATESLIBRARY('0O0SEUYrj6PfdGIs42p2wn',$,$,$,(#614),#12967); +#12967= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#5553= IFCRELASSOCIATESLIBRARY('2ivF8Mvqj6pvjo9Ujhip5h',$,$,$,(#634),#12963); -#12963= IFCLIBRARYREFERENCE($,$,'\X2\51684F539AD83055\X0\','\X2\30C830E930B963A57D9A90E86750306E51684F53306E9AD830553002\X0\','ja-JP',$); +#5553= IFCRELASSOCIATESLIBRARY('3FXGBjQvnBVvDTYNpSNqZD',$,$,$,(#614),#12968); +#12968= IFCLIBRARYREFERENCE($,$,'\X2\6DF13055\X0\','\X2\30D430C330C86DF130553002\X0\','ja-JP',$); -#5554= IFCRELASSOCIATESLIBRARY('2jxlYfKFL08BEWuruAXQao',$,$,$,(#634),#12964); -#12964= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4\X0\ \X2\B192C774\X0\','\X2\D2B8B7ECC2A4\X0\ \X2\C5F0ACB0\X0\ \X2\BD80C7ACC758\X0\ \X2\C804CCB4\X0\ \X2\B192C774\X0\','ko-KR',$); +#5554= IFCRELASSOCIATESLIBRARY('0Vgv8jGMf2rP0QEpBF0Lij',$,$,$,(#614),#12969); +#12969= IFCLIBRARYREFERENCE($,$,'\X2\AE4AC774\X0\','\X2\AD6CB369C774\X0\ \X2\AE4AC774\X0\','ko-KR',$); -#5555= IFCRELASSOCIATESLIBRARY('0Mqs0DhQn7igRa5004wVM$',$,$,$,(#635),#12965); -#12965= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Length',$,'en',$); +#5555= IFCRELASSOCIATESLIBRARY('3y7_NiiEb8d8_HAZzNbvj5',$,$,$,(#620),#12970); +#12970= IFCLIBRARYREFERENCE($,$,'Derivative Constant',$,'en',$); -#5556= IFCRELASSOCIATESLIBRARY('2dmjPP3yf9ixwl71QgpKr6',$,$,$,(#635),#12966); -#12966= IFCLIBRARYREFERENCE($,$,'\X2\51684F5395773055\X0\','\X2\30C830E930B963A57D9A90E86750306E51684F53306E957730553002\X0\','ja-JP',$); +#5556= IFCRELASSOCIATESLIBRARY('06AJnMqMnD8A5z4J_$0og0',$,$,$,(#620),#12971); +#12971= IFCLIBRARYREFERENCE($,$,'\X2\BBF8BD84\X0\ \X2\AC8CC778\X0\ (Kd)','\X2\BBF8BD84\X0\ \X2\AC8CC778\X0\ (Kd)','ko-KR',$); -#5557= IFCRELASSOCIATESLIBRARY('3noB1wRRjCexbulzpun6ti',$,$,$,(#635),#12967); -#12967= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4\X0\ \X2\AE38C774\X0\','\X2\D2B8B7ECC2A4\X0\ \X2\C5F0ACB0\X0\ \X2\BD80C7ACC758\X0\ \X2\C804CCB4\X0\ \X2\AE38C774\X0\','ko-KR',$); +#5557= IFCRELASSOCIATESLIBRARY('3vq7_atmr3juJlt3GV679w',$,$,$,(#621),#12972); +#12972= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); -#5558= IFCRELASSOCIATESLIBRARY('1rLUhDu2b5ORy9BA74GtfJ',$,$,$,(#636),#12968); -#12968= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Secondary Bar Diameter',$,'en',$); +#5558= IFCRELASSOCIATESLIBRARY('28SDQy1hzAnPx2WTAdM1ki',$,$,$,(#621),#12973); +#12973= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); -#5559= IFCRELASSOCIATESLIBRARY('2npNahn$51TPWfZ8xj8xC6',$,$,$,(#636),#12969); -#12969= IFCLIBRARYREFERENCE($,$,'\X2\4E8C6B2130D030FC5F84\X0\','\X2\4E8C6B2130D030FC306E516C79F076F45F843002\X0\','ja-JP',$); +#5559= IFCRELASSOCIATESLIBRARY('2pXwlA1bXEbhfnQocJJ$Ai',$,$,$,(#622),#12974); +#12974= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); -#5560= IFCRELASSOCIATESLIBRARY('3T07Xs3Ub33BfW2_CTzljb',$,$,$,(#636),#12970); -#12970= IFCLIBRARYREFERENCE($,$,'\X2\BCF4C870\X0\ \X2\B9C9B300\X0\ \X2\C9C0B984\X0\','\X2\BCF4C870\X0\ \X2\B9C9B300C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); +#5560= IFCRELASSOCIATESLIBRARY('39JhuHC5f9I8LWE2LmF1eB',$,$,$,(#622),#12975); +#12975= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); -#5561= IFCRELASSOCIATESLIBRARY('2fPA0in7D60g638NrsYbCy',$,$,$,(#638),#12971); -#12971= IFCLIBRARYREFERENCE($,$,'Handlaufdurchmesser','German-description-3','de-DE',$); +#5561= IFCRELASSOCIATESLIBRARY('3RZCN9ygj3LuLsgGTgI3QA',$,$,$,(#623),#12976); +#12976= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); -#5562= IFCRELASSOCIATESLIBRARY('2HmY02cTf0fxiVYfj7IyWL',$,$,$,(#638),#12972); -#12972= IFCLIBRARYREFERENCE($,$,'Diameter',$,'en',$); +#5562= IFCRELASSOCIATESLIBRARY('2ABnILRq1BawZeZLtCD$sT',$,$,$,(#623),#12977); +#12977= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); -#5563= IFCRELASSOCIATESLIBRARY('0yoFRVgej75fkwioGvxxqA',$,$,$,(#638),#12973); -#12973= IFCLIBRARYREFERENCE($,$,'Diametre','Diam\S\htre de la rampe du garde-corps. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#5563= IFCRELASSOCIATESLIBRARY('14AgGCfy9E2PGXYQNwqI_4',$,$,$,(#624),#12978); +#12978= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); -#5564= IFCRELASSOCIATESLIBRARY('2471z$2JbC1Q2RB1VLC8ps',$,$,$,(#638),#12974); -#12974= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\30AA30D630B830A730AF30C8306E76F45F843002\X0\','ja-JP',$); +#5564= IFCRELASSOCIATESLIBRARY('27MYL20k9Cq99vD$Y3CzP7',$,$,$,(#624),#12979); +#12979= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); -#5565= IFCRELASSOCIATESLIBRARY('22piXvQc11Qf1eRRFrBRek',$,$,$,(#638),#12975); -#12975= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\67844EF6768476F45F843002680F67466276624B768476F45F843002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\\X\0D\X\0A\X2\6B6459044E3A680F674651854FA76276624B621662A4680F768476F45F843002\X0\','zh-CN',$); +#5565= IFCRELASSOCIATESLIBRARY('36$rGZUQjAkP7QxSHDH4UF',$,$,$,(#625),#12980); +#12980= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); -#5566= IFCRELASSOCIATESLIBRARY('3TvMrZwyv69PXcsV1_IocS',$,$,$,(#639),#12976); -#12976= IFCLIBRARYREFERENCE($,$,'Durchmesser','Geforderte Durchmesser des Durchbruchs, wird nur dann angegeben, wenn der Wert des Attributes "Form" gleich "Rund" ist.','de-DE',$); +#5566= IFCRELASSOCIATESLIBRARY('1V$DFSjB9DShSuRNAESf7m',$,$,$,(#625),#12981); +#12981= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); -#5567= IFCRELASSOCIATESLIBRARY('2TxOTVKVj9QxeiqHtyrNFt',$,$,$,(#639),#12977); -#12977= IFCLIBRARYREFERENCE($,$,'Diameter',$,'en',$); +#5567= IFCRELASSOCIATESLIBRARY('3xij0$fwf34Ap67Tlv7D7i',$,$,$,(#626),#12982); +#12982= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); -#5568= IFCRELASSOCIATESLIBRARY('2NiD3C6WHBBOUOEOvmiW$0',$,$,$,(#639),#12978); -#12978= IFCLIBRARYREFERENCE($,$,'Diam\S\htre','Le diam\S\htre requis de la r\S\iservation (en \S\il\S\ivation). Fournie seulement si la propri\S\it\S\i Forme a pour valeur "Round".','fr-FR',$); +#5568= IFCRELASSOCIATESLIBRARY('2V$iQHBFn13QOQCiErjZHs',$,$,$,(#626),#12983); +#12983= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\92447B4B306E8AAC660E3002\X0\','ja-JP',$); -#5569= IFCRELASSOCIATESLIBRARY('0fDM7mHMTFF9MOA1$xdjtG',$,$,$,(#639),#12979); -#12979= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\7A7A9593306B304A3051308B76F45F84FF089AD83055306B304A3051308BFF0930926C423081308B5B9A7FA9306730593002300C5186300D5F6272B630D730ED30D130C630A3306E307F306B63D0793A3055308C307E30593002\X0\','ja-JP',$); +#5569= IFCRELASSOCIATESLIBRARY('2Rh8KbUoP8Quut9pEbkB38',$,$,$,(#627),#12984); +#12984= IFCLIBRARYREFERENCE($,$,'Description',$,'en',$); -#5570= IFCRELASSOCIATESLIBRARY('2lyk9WbcHF2uGB92JyJb4r',$,$,$,(#639),#12980); -#12980= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\7A7A67844EF6768476F45F84FF0857287ACB976256FE4E2DFF09FF0C4EC55F53201C5F6272B6201D5C5E60274E3A201C57065F62201D65F6900275283002\X0\','zh-CN',$); +#5570= IFCRELASSOCIATESLIBRARY('0dZeLJEq52Jgg2GW8oO4ys',$,$,$,(#627),#12985); +#12985= IFCLIBRARYREFERENCE($,$,'\X2\8AAC660E\X0\','\X2\7A7A8ABF65B95F0F306E8AAC660E3002\X0\','ja-JP',$); -#5571= IFCRELASSOCIATESLIBRARY('0bNWmqrar3LBmvuePtrBk1',$,$,$,(#640),#12981); -#12981= IFCLIBRARYREFERENCE($,$,'Diameter',$,'en',$); +#5571= IFCRELASSOCIATESLIBRARY('1kkpp1sNz8aA0xVWrvZOhU',$,$,$,(#627),#12986); +#12986= IFCLIBRARYREFERENCE($,$,'\X2\C124BA85\X0\','\X2\ACF5C870\X0\ \X2\BC29C2DD\X0\ \X2\C124BA85\X0\','ko-KR',$); -#5572= IFCRELASSOCIATESLIBRARY('3XdqvaTEH5uvCTZUtdG7EE',$,$,$,(#640),#12982); -#12982= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\51865F6230D530A330F3306E307F300130D530A330F3306E5B9F76F45F84\X0\','ja-JP',$); +#5572= IFCRELASSOCIATESLIBRARY('0CZg7viCnCYgXYKg$IPFRI',$,$,$,(#628),#12987); +#12987= IFCLIBRARYREFERENCE($,$,'Design Ambient Temperature',$,'en',$); -#5573= IFCRELASSOCIATESLIBRARY('1M2mOalJf2YO_A4RyLrBEZ',$,$,$,(#642),#12983); -#12983= IFCLIBRARYREFERENCE($,$,'Dimensional Accuracy Class',$,'en',$); +#5573= IFCRELASSOCIATESLIBRARY('0nRkfA05T4Uep_SXhE6h55',$,$,$,(#629),#12988); +#12988= IFCLIBRARYREFERENCE($,$,'Design Level',$,'en',$); -#5574= IFCRELASSOCIATESLIBRARY('3YgDfu8Zz9kfkmUyLKHfYh',$,$,$,(#642),#12984); -#12984= IFCLIBRARYREFERENCE($,$,'\X2\5BF86CD57CBE5EA630AF30E930B9\X0\','\X2\56FD306E57FA6E96304C6C423081308B5BF86CD57CBE5EA6306E5206985E63075B9A3002\X0\','ja-JP',$); +#5574= IFCRELASSOCIATESLIBRARY('2gimpB6$952hX9H5VvhtnF',$,$,$,(#630),#12989); +#12989= IFCLIBRARYREFERENCE($,$,'Design Location Number',$,'en',$); -#5575= IFCRELASSOCIATESLIBRARY('1OuJ3SFA97zu7FL4_EdW5G',$,$,$,(#642),#12985); -#12985= IFCLIBRARYREFERENCE($,$,'\X2\CE58C218\X0\ \X2\C815BC00B3C4\X0\ \X2\D074B798C2A4\X0\','\X2\AD6DAC00\X0\ \X2\D45CC900C774\X0\ \X2\C694AD6CD558B294\X0\ \X2\CE58C218\X0\ \X2\C815BC00B3C4C758\X0\ \X2\BD84B958\X0\ \X2\C9C0C815\X0\','ko-KR',$); +#5575= IFCRELASSOCIATESLIBRARY('2QlyiQULH2OhD63Kw4vEKR',$,$,$,(#631),#12990); +#12990= IFCLIBRARYREFERENCE($,$,'Design Name',$,'en',$); -#5576= IFCRELASSOCIATESLIBRARY('27cPGhVCX6zhfW1hEeYrf1',$,$,$,(#643),#12986); -#12986= IFCLIBRARYREFERENCE($,$,'Dimensional Change Coefficient',$,'en',$); +#5576= IFCRELASSOCIATESLIBRARY('3vI9IAOG90Cw2uQZYx$FEG',$,$,$,(#631),#12991); +#12991= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A085024540D79F0\X0\','\X2\8A2D8A085024306E540D79F03002\X0\','ja-JP',$); -#5578= IFCRELASSOCIATESLIBRARY('19Y_E2RRr6vuvjYXzw$YvT',$,$,$,(#644),#12987); -#12987= IFCLIBRARYREFERENCE($,$,'Dimmer Type',$,'en',$); +#5577= IFCRELASSOCIATESLIBRARY('3MIq$DFvz02gVwvK0BswAx',$,$,$,(#631),#12992); +#12992= IFCLIBRARYREFERENCE($,$,'\X2\C124ACC4\X0\ \X2\AC12C774B984\X0\','\X2\C124ACC4\X0\ \X2\AC12C758\X0\ \X2\BA85CE6D\X0\.','ko-KR',$); -#5579= IFCRELASSOCIATESLIBRARY('3tf8zD149F$v9KO3AAFy1v',$,$,$,(#644),#12988); -#12988= IFCLIBRARYREFERENCE($,$,'\X2\30C730A330DE30FC30BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B300130C730A330DE30FC30B930A430C330C1306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#5579= IFCRELASSOCIATESLIBRARY('2dtDx0icv4OectkRqg0hlw',$,$,$,(#639),#12993); +#12993= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Base Bar Diameter',$,'en',$); -#5580= IFCRELASSOCIATESLIBRARY('2royvXbBHDxxiXu$59odBD',$,$,$,(#644),#12989); -#12989= IFCLIBRARYREFERENCE($,$,'\X2\C870AD11AE30\X0\ \X2\C720D615\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\C870AD11AE30\X0\ \X2\C2A4C704CE58\X0\ \X2\BAA9B85D\X0\','ko-KR',$); +#5580= IFCRELASSOCIATESLIBRARY('1rnZmMyhHC995N5S8cY2xh',$,$,$,(#639),#12994); +#12994= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D030FC5F84\X0\','\X2\30D930FC30B930D030FC306E516C79F076F45F843002\X0\','ja-JP',$); -#5581= IFCRELASSOCIATESLIBRARY('3qt0VonWb6YA1083tUMXZ5',$,$,$,(#646),#12990); -#12990= IFCLIBRARYREFERENCE($,$,'Direction',$,'en',$); +#5581= IFCRELASSOCIATESLIBRARY('2swucfcBf1i8fxfJFs8sfy',$,$,$,(#639),#12995); +#12995= IFCLIBRARYREFERENCE($,$,'\X2\AE30BC18\X0\ \X2\B9C9B300\X0\ \X2\C9C0B984\X0\','\X2\AE30BC18\X0\ \X2\B9C9B300C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); -#5583= IFCRELASSOCIATESLIBRARY('2YYBeE8_HDQgLIrSWo5bPZ',$,$,$,(#647),#12991); -#12991= IFCLIBRARYREFERENCE($,$,'Direction Of Rotation',$,'en',$); +#5582= IFCRELASSOCIATESLIBRARY('0LHrsrwk56bfYfyuLPm9Ko',$,$,$,(#640),#12996); +#12996= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Cross Bar Diameter',$,'en',$); -#5584= IFCRELASSOCIATESLIBRARY('3eArg$3ET0KQWDtRyik6G1',$,$,$,(#647),#12992); -#12992= IFCLIBRARYREFERENCE($,$,'\X2\89D25EA665B95411\X0\','\X2\30D530A130F3306E99C652D55074304B3089898B305F30DB30A430FC30EB56DE8EE265B95411\X0\\X\0D\X\0ACLOCKWISE\X2\3000300066428A0856DE308A\X0\\X\0D\X\0A COUNTERCLOCKWISE\X2\300053CD66428A0856DE308A\X0\\X\0D\X\0A OTHER\X2\3000305D306E4ED6\X0\','ja-JP',$); +#5583= IFCRELASSOCIATESLIBRARY('2_YQGCYpn1gQUSdLqm2SJe',$,$,$,(#640),#12997); +#12997= IFCLIBRARYREFERENCE($,$,'\X2\30AF30ED30B930D030FC5F84\X0\','\X2\659C308130AF30ED30B930D030FC306E516C79F076F45F843002\X0\','ja-JP',$); -#5585= IFCRELASSOCIATESLIBRARY('1tYAIZs9z3JPFKrNqrfisJ',$,$,$,(#648),#12993); -#12993= IFCLIBRARYREFERENCE($,$,'Discharge Coefficient',$,'en',$); +#5584= IFCRELASSOCIATESLIBRARY('2HHXNMYAr7puhLn6n70QtO',$,$,$,(#640),#12998); +#12998= IFCLIBRARYREFERENCE($,$,'\X2\D06CB85CC2A4BC14\X0\ \X2\C9C0B984\X0\','\X2\B300AC01C120\X0\ \X2\D06CB85CC2A4BC14\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); -#5586= IFCRELASSOCIATESLIBRARY('0CRp$Prpf5W9hPbAchaYcz',$,$,$,(#648),#12994); -#12994= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF4FC26570\X0\','\X2\30B930D730EA30F330AF30E930FC306E6D41308C306E4FC265703002\X0\','ja-JP',$); +#5585= IFCRELASSOCIATESLIBRARY('3vQ59G5fT9OuN$7zbUaUk9',$,$,$,(#641),#12999); +#12999= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Cross Bar Spacing',$,'en',$); -#5588= IFCRELASSOCIATESLIBRARY('3ndWRT8WzE8QcdQsFfsQ9a',$,$,$,(#649),#12995); -#12995= IFCLIBRARYREFERENCE($,$,'Discharge Direction',$,'en',$); +#5586= IFCRELASSOCIATESLIBRARY('3F1SBHd7T3zh78x2jush51',$,$,$,(#641),#13000); +#13000= IFCLIBRARYREFERENCE($,$,'\X2\30AF30ED30B930D030FC95939694\X0\','\X2\659C3081306E30AF30ED30B930D030FC306E959396943002\X0\','ja-JP',$); -#5589= IFCRELASSOCIATESLIBRARY('2sO$vH3kH7WfQ6js97KOH0',$,$,$,(#649),#12996); -#12996= IFCLIBRARYREFERENCE($,$,'DirectionEmission','Direction d''\S\imission du terminal de ventilation.\X\0D\X\0A\X\0D\X\0AParall\S\hle: \S\imission parall\S\hle \S\` la surface de fixation con\S\gu de fa\S\gon \S\` ce que le flux se colle \S\` la surface.\X\0D\X\0APerpendiculaire: \S\imission s''\S\iloignant de la surface de fixation.\X\0D\X\0AR\S\iglable: \S\imission parall\S\hle et aussi s''\S\iloignant de la surface de fixation.','fr-FR',$); +#5587= IFCRELASSOCIATESLIBRARY('23VCMZNAX03v_WP3SAflOO',$,$,$,(#641),#13001); +#13001= IFCLIBRARYREFERENCE($,$,'\X2\D06CB85CC2A4BC14\X0\ \X2\AC04ACA9\X0\','\X2\B300AC01C120\X0\ \X2\D06CB85CC2A4BC14\X0\ \X2\AC04ACA9\X0\','ko-KR',$); -#5590= IFCRELASSOCIATESLIBRARY('2jwc_ehqzFzwXufroQFnhM',$,$,$,(#649),#12997); -#12997= IFCLIBRARYREFERENCE($,$,'\X2\5410304D51FA305765B95411\X0\','\X2\30BF30FC30DF30CA30EB306E5410304D51FA305765B95411\X0\\X\0D\X\0A\X2\6C345E73FF1A53D6308A4ED83051976230686C345E73306B5410304D51FA3057\X0\\X\0D\X\0A\X2\578276F4FF1A53D6308A4ED830519762304B308996E2308C305F65B95411306B5410304D51FA3057\X0\\X\0D\X\0A\X2\8ABF7BC053EF80FDFF1A6C345E7330FB578276F465B954114E2165B9306B8ABF6574\X0\','ja-JP',$); +#5588= IFCRELASSOCIATESLIBRARY('1xAH5Pg3bFh9uRXF$X9u9u',$,$,$,(#642),#13002); +#13002= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Height',$,'en',$); -#5591= IFCRELASSOCIATESLIBRARY('2CqdQnNz5BfQRRyZzhdImX',$,$,$,(#650),#12998); -#12998= IFCLIBRARYREFERENCE($,$,'Discharge Flow Rate',$,'en',$); +#5589= IFCRELASSOCIATESLIBRARY('1skO1$2bjBz84VXC_vyym1',$,$,$,(#642),#13003); +#13003= IFCLIBRARYREFERENCE($,$,'\X2\51684F539AD83055\X0\','\X2\30C830E930B963A57D9A90E86750306E51684F53306E9AD830553002\X0\','ja-JP',$); -#5592= IFCRELASSOCIATESLIBRARY('2Lei9ZqmDBH8ERTl4vtMBC',$,$,$,(#650),#12999); -#12999= IFCLIBRARYREFERENCE($,$,'\X2\541051FA6D4191CF\X0\','\X2\541051FA6D414F53306E4F537A4D6D4191CF3002\X0\','ja-JP',$); +#5590= IFCRELASSOCIATESLIBRARY('2tWBc1bjHELwTQ0eXJ4NDW',$,$,$,(#642),#13004); +#13004= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4\X0\ \X2\B192C774\X0\','\X2\D2B8B7ECC2A4\X0\ \X2\C5F0ACB0\X0\ \X2\BD80C7ACC758\X0\ \X2\C804CCB4\X0\ \X2\B192C774\X0\','ko-KR',$); -#5593= IFCRELASSOCIATESLIBRARY('3vaFWHDxT9nhttZtrV1Owg',$,$,$,(#651),#13000); -#13000= IFCLIBRARYREFERENCE($,$,'Discharge Flow Rate',$,'en',$); +#5591= IFCRELASSOCIATESLIBRARY('0J8rJzexnALBubxBXLhBF7',$,$,$,(#643),#13005); +#13005= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Length',$,'en',$); -#5594= IFCRELASSOCIATESLIBRARY('1QxlTKX_z0Z9Tu3brr4Z3W',$,$,$,(#651),#13001); -#13001= IFCLIBRARYREFERENCE($,$,'\X2\653E6C346D4191CF\X0\','\X2\653E6C346DB24F53306E4F537A4D3002\X0\','ja-JP',$); +#5592= IFCRELASSOCIATESLIBRARY('3wz1P5iATBYBzIGdPNi0XQ',$,$,$,(#643),#13006); +#13006= IFCLIBRARYREFERENCE($,$,'\X2\51684F5395773055\X0\','\X2\30C830E930B963A57D9A90E86750306E51684F53306E957730553002\X0\','ja-JP',$); -#5596= IFCRELASSOCIATESLIBRARY('1zgRK4CtjEGRK7h94Ro4WF',$,$,$,(#652),#13002); -#13002= IFCLIBRARYREFERENCE($,$,'Discharge Position',$,'en',$); +#5593= IFCRELASSOCIATESLIBRARY('3ZSj7rMRX30RnUgtjtBJJr',$,$,$,(#643),#13007); +#13007= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4\X0\ \X2\AE38C774\X0\','\X2\D2B8B7ECC2A4\X0\ \X2\C5F0ACB0\X0\ \X2\BD80C7ACC758\X0\ \X2\C804CCB4\X0\ \X2\AE38C774\X0\','ko-KR',$); -#5597= IFCRELASSOCIATESLIBRARY('0TK6BYeqrAmOFig8emIGnz',$,$,$,(#652),#13003); -#13003= IFCLIBRARYREFERENCE($,$,'\X2\541051FA4F4D7F6E\X0\','\X2\90605FC3900198A86A5F306E541051FA4F4D7F6E\X0\\X\0D\X\0ATOPHORIZONTAL: \X2\4E0A90E86C345E73\X0\ \X\0D\X\0ATOPANGULARDOWN: \X2\4E0A90E889D25EA64ED8304D4E0B5411304D\X0\ \X\0D\X\0ADOWNBLAST: \X2\4E0B5411304D\X0\\X\0D\X\0ABOTTOMANGULARDOWN: \X2\4E0B90E889D25EA64ED8304D4E0B5411304D\X0\\X\0D\X\0ABOTTOMHORIZONTAL: \X2\4E0B90E86C345E73\X0\\X\0D\X\0ABOTTOMANGULARUP: \X2\4E0B90E889D25EA64ED8304D4E0A5411304D\X0\\X\0D\X\0AUPBLAST: \X2\4E0A5411304D\X0\\X\0D\X\0ATOPANGULARUP: \X2\4E0A90E889D25EA64ED8304D4E0A5411304D\X0\. \X\0D\X\0AOTHER: \X2\305D306E4ED6\X0\','ja-JP',$); +#5594= IFCRELASSOCIATESLIBRARY('0ECrahSVn9ifjPeVX2eiBw',$,$,$,(#644),#13008); +#13008= IFCLIBRARYREFERENCE($,$,'Diagonal Truss Secondary Bar Diameter',$,'en',$); -#5598= IFCRELASSOCIATESLIBRARY('1onyWFwjn4jhYrrJxvE3vs',$,$,$,(#653),#13004); -#13004= IFCLIBRARYREFERENCE($,$,'Discharge Pressure Loss',$,'en',$); +#5595= IFCRELASSOCIATESLIBRARY('1DX032Qxb24vGSBZ8HVd3e',$,$,$,(#644),#13009); +#13009= IFCLIBRARYREFERENCE($,$,'\X2\4E8C6B2130D030FC5F84\X0\','\X2\4E8C6B2130D030FC306E516C79F076F45F843002\X0\','ja-JP',$); -#5599= IFCRELASSOCIATESLIBRARY('3x3zSwtiv8GgfNjcudio8K',$,$,$,(#653),#13005); -#13005= IFCLIBRARYREFERENCE($,$,'\X2\541051FA5727529B640D5931\X0\','\X2\541051FA90E8306B95A290233057305F541051FA5727529B640D5931\X0\','ja-JP',$); +#5596= IFCRELASSOCIATESLIBRARY('3FRO5SowbDGOF7$CguNrxq',$,$,$,(#644),#13010); +#13010= IFCLIBRARYREFERENCE($,$,'\X2\BCF4C870\X0\ \X2\B9C9B300\X0\ \X2\C9C0B984\X0\','\X2\BCF4C870\X0\ \X2\B9C9B300C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); -#5601= IFCRELASSOCIATESLIBRARY('3U8DR8EO905erwkpsOszIJ',$,$,$,(#654),#13006); -#13006= IFCLIBRARYREFERENCE($,$,'Discharge Type',$,'en',$); +#5597= IFCRELASSOCIATESLIBRARY('0DMif0JgX2xwuxEcqQbpOw',$,$,$,(#646),#13011); +#13011= IFCLIBRARYREFERENCE($,$,'Handlaufdurchmesser','German-description-3','de-DE',$); -#5602= IFCRELASSOCIATESLIBRARY('3GWKlQSFv2pfce0Wra4vN6',$,$,$,(#654),#13007); -#13007= IFCLIBRARYREFERENCE($,$,'\X2\541051FA5F625F0F\X0\','\X2\900198A86A5F51FA53E3306E63A57D9A5F625F0F5B9A7FA9\X0\\X\0D\X\0ADuct\X2\FF1A30C030AF30C83078306E5410304D51FA3057\X0\\X\0D\X\0AScreen:SCREEN\X2\51853078306E5410304D51FA3057\X0\\X\0D\X\0ALouver:\X2\30EB30FC30D030FC3078306E5410304D51FA3057\X0\','ja-JP',$); +#5598= IFCRELASSOCIATESLIBRARY('0mjeYx_YDEjf4Y8XmZzNRu',$,$,$,(#646),#13012); +#13012= IFCLIBRARYREFERENCE($,$,'Diameter',$,'en',$); -#5603= IFCRELASSOCIATESLIBRARY('0ZkUVft7P2IABPwcS3ncM1',$,$,$,(#655),#13008); -#13008= IFCLIBRARYREFERENCE($,$,'Discharge Velocity',$,'en',$); +#5599= IFCRELASSOCIATESLIBRARY('0V8WnSKPv0Hxi7Pfx8kBEN',$,$,$,(#646),#13013); +#13013= IFCLIBRARYREFERENCE($,$,'Diametre','Diam\S\htre de la rampe du garde-corps. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#5604= IFCRELASSOCIATESLIBRARY('1yxdxwOor3vRQpXL7FzYFn',$,$,$,(#655),#13009); -#13009= IFCLIBRARYREFERENCE($,$,'\X2\541051FA901F5EA6\X0\','\X2\30D530A130F3541051FA53E3304B3089306E541051FA98A8901F\X0\','ja-JP',$); +#5600= IFCRELASSOCIATESLIBRARY('1z$FcGl9vFVfSTSP$XLfGc',$,$,$,(#646),#13014); +#13014= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\30AA30D630B830A730AF30C8306E76F45F843002\X0\','ja-JP',$); -#5605= IFCRELASSOCIATESLIBRARY('2EKAYT5LnEZxZsE6Kt6LHG',$,$,$,(#656),#13010); -#13010= IFCLIBRARYREFERENCE($,$,'Diskontinuierliche Heizung','Anfoderung, ob der Raum durch eine diskontinuierliche Heizung versorgt werden soll (WAHR) oder nicht (FALSCH).','de-DE',$); +#5601= IFCRELASSOCIATESLIBRARY('1tDWbw2M9B4Q1FV5na0XPM',$,$,$,(#646),#13015); +#13015= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\67844EF6768476F45F843002680F67466276624B768476F45F843002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\\X\0D\X\0A\X2\6B6459044E3A680F674651854FA76276624B621662A4680F768476F45F843002\X0\','zh-CN',$); -#5606= IFCRELASSOCIATESLIBRARY('3tm6uKbw50pQd4xeg2LeLi',$,$,$,(#656),#13011); -#13011= IFCLIBRARYREFERENCE($,$,'Discontinued Heating',$,'en',$); +#5602= IFCRELASSOCIATESLIBRARY('3Wii2kTJHFghSUH0pkKPEV',$,$,$,(#647),#13016); +#13016= IFCLIBRARYREFERENCE($,$,'Durchmesser','Geforderte Durchmesser des Durchbruchs, wird nur dann angegeben, wenn der Wert des Attributes "Form" gleich "Rund" ist.','de-DE',$); -#5607= IFCRELASSOCIATESLIBRARY('0Bf4nJp7nFlQAc13updtgd',$,$,$,(#656),#13012); -#13012= IFCLIBRARYREFERENCE($,$,'Chauffage intermittent','Indique si un chauffage intermittent est requis ou souhait\S\i par l''usager ou le concepteur (VRAI) ou non (FAUX).','fr-FR',$); +#5603= IFCRELASSOCIATESLIBRARY('2W27GOwo10OgF2a1pi0Cbb',$,$,$,(#647),#13017); +#13017= IFCLIBRARYREFERENCE($,$,'Diameter',$,'en',$); -#5608= IFCRELASSOCIATESLIBRARY('1JW8rQa1nATPwlV4JshQg_',$,$,$,(#656),#13013); -#13013= IFCLIBRARYREFERENCE($,$,'\X2\4E0D90237D9A6696623F\X0\','\X2\4E0D90237D9A6696623F304C522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C42\X0\/\X2\8981671B3055308C308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\89813001\X0\(FALSE)\X2\4E0D89813002\X0\','ja-JP',$); +#5604= IFCRELASSOCIATESLIBRARY('3lj7CXptDB2x2RRaG9IIoS',$,$,$,(#647),#13018); +#13018= IFCLIBRARYREFERENCE($,$,'Diam\S\htre','Le diam\S\htre requis de la r\S\iservation (en \S\il\S\ivation). Fournie seulement si la propri\S\it\S\i Forme a pour valeur "Round".','fr-FR',$); -#5609= IFCRELASSOCIATESLIBRARY('3lqLijIzn8X9avnccdj1Sy',$,$,$,(#656),#13014); -#13014= IFCLIBRARYREFERENCE($,$,'\X2\BD88C5F0C18D\X0\ \X2\B09CBC29\X0\','\X2\BD88C5F0C18D\X0\ \X2\B09CBC29C774\X0\ \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694CCAD\X0\ / \X2\C694AD6CB418B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\D544C694\X0\ (FALSE) \X2\BD88D544C694\X0\.','ko-KR',$); +#5605= IFCRELASSOCIATESLIBRARY('2IJIY7nNX0AxolyPuwrFwg',$,$,$,(#647),#13019); +#13019= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\7A7A9593306B304A3051308B76F45F84FF089AD83055306B304A3051308BFF0930926C423081308B5B9A7FA9306730593002300C5186300D5F6272B630D730ED30D130C630A3306E307F306B63D0793A3055308C307E30593002\X0\','ja-JP',$); -#5612= IFCRELASSOCIATESLIBRARY('3vpzUkCcL2cgnw5V7EpYdA',$,$,$,(#658),#13015); -#13015= IFCLIBRARYREFERENCE($,$,'Dishwasher Type',$,'en',$); +#5606= IFCRELASSOCIATESLIBRARY('0FNsPeUVv8decqnh6_oQzo',$,$,$,(#647),#13020); +#13020= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\7A7A67844EF6768476F45F84FF0857287ACB976256FE4E2DFF09FF0C4EC55F53201C5F6272B6201D5C5E60274E3A201C57065F62201D65F6900275283002\X0\','zh-CN',$); -#5613= IFCRELASSOCIATESLIBRARY('1dW7sD8rH23RLAYdQ4KpbO',$,$,$,(#658),#13016); -#13016= IFCLIBRARYREFERENCE($,$,'\X2\98DF56686D176D446A5F306E30BF30A430D7\X0\','\X2\98DF56686D176D446A5F306E30BF30A430D73002\X0\','ja-JP',$); +#5607= IFCRELASSOCIATESLIBRARY('0JszxqdZL8lx8cq$L68v4p',$,$,$,(#648),#13021); +#13021= IFCLIBRARYREFERENCE($,$,'Diameter',$,'en',$); -#5614= IFCRELASSOCIATESLIBRARY('21MRg6gGPA$u1jji9pB5qJ',$,$,$,(#658),#13017); -#13017= IFCLIBRARYREFERENCE($,$,'\X2\C2DDAE30\X0\ \X2\C138CC99AE30C758\X0\ \X2\C720D615\X0\','\X2\C2DDAE30\X0\ \X2\C138CC99AE30C758\X0\ \X2\C720D615\X0\','ko-KR',$); +#5608= IFCRELASSOCIATESLIBRARY('23OPM3tvH1eAFseL6L6FU8',$,$,$,(#648),#13022); +#13022= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\51865F6230D530A330F3306E307F300130D530A330F3306E5B9F76F45F84\X0\','ja-JP',$); -#5616= IFCRELASSOCIATESLIBRARY('0o1uqNh11CUOpWnL7UlW0M',$,$,$,(#662),#13018); -#13018= IFCLIBRARYREFERENCE($,$,'Display Height',$,'en',$); +#5609= IFCRELASSOCIATESLIBRARY('2uBSt6T8rALQybxrhodQOh',$,$,$,(#650),#13023); +#13023= IFCLIBRARYREFERENCE($,$,'Dimensional Accuracy Class',$,'en',$); -#5617= IFCRELASSOCIATESLIBRARY('1sHNq2mu14TBLKBK$zIvIg',$,$,$,(#662),#13019); -#13019= IFCLIBRARYREFERENCE($,$,'\X2\753B97629AD83055\X0\','\X2\753B9762306E9AD830553092793A30593002\X0\','ja-JP',$); +#5610= IFCRELASSOCIATESLIBRARY('2ICjSYy9P4DvYyQsP9AvC9',$,$,$,(#650),#13024); +#13024= IFCLIBRARYREFERENCE($,$,'\X2\5BF86CD57CBE5EA630AF30E930B9\X0\','\X2\56FD306E57FA6E96304C6C423081308B5BF86CD57CBE5EA6306E5206985E63075B9A3002\X0\','ja-JP',$); -#5618= IFCRELASSOCIATESLIBRARY('3QGGSNVH51YRtN9iqZWBfh',$,$,$,(#662),#13020); -#13020= IFCLIBRARYREFERENCE($,$,'\X2\D654BA74\X0\ \X2\B192C774\X0\','\X2\D654BA74C758\X0\ \X2\B192C774B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\','ko-KR',$); +#5611= IFCRELASSOCIATESLIBRARY('3ypxKUOZ99jQg5BVsjFMDQ',$,$,$,(#650),#13025); +#13025= IFCLIBRARYREFERENCE($,$,'\X2\CE58C218\X0\ \X2\C815BC00B3C4\X0\ \X2\D074B798C2A4\X0\','\X2\AD6DAC00\X0\ \X2\D45CC900C774\X0\ \X2\C694AD6CD558B294\X0\ \X2\CE58C218\X0\ \X2\C815BC00B3C4C758\X0\ \X2\BD84B958\X0\ \X2\C9C0C815\X0\','ko-KR',$); -#5619= IFCRELASSOCIATESLIBRARY('0oq_A7SPb5EgEGx5MxxaOP',$,$,$,(#663),#13021); -#13021= IFCLIBRARYREFERENCE($,$,'Display Size',$,'en',$); +#5612= IFCRELASSOCIATESLIBRARY('3TJ2vOrBj98u3$50cPCC4G',$,$,$,(#651),#13026); +#13026= IFCLIBRARYREFERENCE($,$,'Dimensional Change Coefficient',$,'en',$); -#5620= IFCRELASSOCIATESLIBRARY('3ybDxt1MT6per6vyNDAIlH',$,$,$,(#663),#13022); -#13022= IFCLIBRARYREFERENCE($,$,'\X2\8868793A30B530A430BA\X0\','\X2\8868793A306E30B530A430BA3002\X0\ \X2\30C030A430E430EB5727529B8A08306B95A230573066306F300130C030A430E430EB306E76F45F84306B306A308B3002\X0\','ja-JP',$); +#5614= IFCRELASSOCIATESLIBRARY('0jqLWTXmn8$fMtYXmjes3X',$,$,$,(#652),#13027); +#13027= IFCLIBRARYREFERENCE($,$,'Dimmer Type',$,'en',$); -#5621= IFCRELASSOCIATESLIBRARY('2oZARa9Jz4meJqQRXKVWAd',$,$,$,(#663),#13023); -#13023= IFCLIBRARYREFERENCE($,$,'\X2\B514C2A4D50CB808C774\X0\ \X2\D06CAE30\X0\','\X2\D45CC2DCC758\X0\ \X2\D06CAE30C785B2C8B2E4\X0\. \X2\B2E4C774C5BC\X0\ \X2\AC8CC774C9C0C5D0\X0\ \X2\AD00D574C11CB294\X0\ \X2\C804D654\X0\ \X2\C9C1ACBDB41CB2E4\X0\.','ko-KR',$); +#5615= IFCRELASSOCIATESLIBRARY('2AzjFqDAn0Xu1hsdesyS7k',$,$,$,(#652),#13028); +#13028= IFCLIBRARYREFERENCE($,$,'\X2\30C730A330DE30FC30BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B300130C730A330DE30FC30B930A430C330C1306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#5622= IFCRELASSOCIATESLIBRARY('0NiQK9tbLD3BkXAv0nvZv_',$,$,$,(#664),#13024); -#13024= IFCLIBRARYREFERENCE($,$,'Display Size',$,'en',$); +#5616= IFCRELASSOCIATESLIBRARY('1qZtJPQv15VxbN7pEgMWWy',$,$,$,(#652),#13029); +#13029= IFCLIBRARYREFERENCE($,$,'\X2\C870AD11AE30\X0\ \X2\C720D615\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\C870AD11AE30\X0\ \X2\C2A4C704CE58\X0\ \X2\BAA9B85D\X0\','ko-KR',$); -#5623= IFCRELASSOCIATESLIBRARY('3dpPI5wJDDExhorH798V4I',$,$,$,(#664),#13025); -#13025= IFCLIBRARYREFERENCE($,$,'\X2\8868793A30B530A430BA\X0\','\X2\8868793A306E30B530A430BA3002\X0\ \X2\68D26E295EA68A08306E583454083067306F30018EF8306E95773055306B306A308B3002\X0\ \X2\30C030A430E430EB6E295EA68A08306B95A230573066306F300130C030A430E430EB306E76F45F84306B306A308B3002\X0\','ja-JP',$); +#5617= IFCRELASSOCIATESLIBRARY('35vhzTBWb1ngk7iUMqJiZW',$,$,$,(#654),#13030); +#13030= IFCLIBRARYREFERENCE($,$,'Direction',$,'en',$); -#5624= IFCRELASSOCIATESLIBRARY('1oYv4IHKT6RwiH2GXxFDiY',$,$,$,(#664),#13026); -#13026= IFCLIBRARYREFERENCE($,$,'\X2\B514C2A4D50CB808C774\X0\ \X2\D06CAE30\X0\','\X2\D45CC2DCC758\X0\ \X2\D06CAE30C785B2C8B2E4\X0\. \X2\B9C9B300\X0\ \X2\C628B3C4ACC4C758\X0\ \X2\ACBDC6B0\X0\, \X2\CD95C758\X0\ \X2\AE38C774AC00B41CB2E4\X0\. \X2\B2E4C774C5BC\X0\ \X2\C628B3C4ACC4C5D0\X0\ \X2\B300D574C11CB294\X0\ \X2\B2E4C774C5BC\X0\ \X2\C9C1ACBDB41CB2E4\X0\.','ko-KR',$); +#5619= IFCRELASSOCIATESLIBRARY('1NYET1UBDBnQmPggHzOphO',$,$,$,(#655),#13031); +#13031= IFCLIBRARYREFERENCE($,$,'Direction Of Rotation',$,'en',$); -#5626= IFCRELASSOCIATESLIBRARY('32M50sNmf33eEBTPXa7VLm',$,$,$,(#665),#13027); -#13027= IFCLIBRARYREFERENCE($,$,'Display Type',$,'en',$); +#5620= IFCRELASSOCIATESLIBRARY('1ifl7stUzBBfLiZB_QLVIw',$,$,$,(#655),#13032); +#13032= IFCLIBRARYREFERENCE($,$,'\X2\89D25EA665B95411\X0\','\X2\30D530A130F3306E99C652D55074304B3089898B305F30DB30A430FC30EB56DE8EE265B95411\X0\\X\0D\X\0ACLOCKWISE\X2\3000300066428A0856DE308A\X0\\X\0D\X\0A COUNTERCLOCKWISE\X2\300053CD66428A0856DE308A\X0\\X\0D\X\0A OTHER\X2\3000305D306E4ED6\X0\','ja-JP',$); -#5627= IFCRELASSOCIATESLIBRARY('0BUwGnNfvFlBLHO$G$Kbpz',$,$,$,(#665),#13028); -#13028= IFCLIBRARYREFERENCE($,$,'\X2\753B97627A2E985E\X0\','\X2\753B9762306E7A2E985E3092793A30593002\X0\','ja-JP',$); +#5621= IFCRELASSOCIATESLIBRARY('1xqadd$zr6kuGDwpU7qy2J',$,$,$,(#656),#13033); +#13033= IFCLIBRARYREFERENCE($,$,'Discharge Coefficient',$,'en',$); -#5628= IFCRELASSOCIATESLIBRARY('1hR$9VgaHA$vx4voNJXHZ7',$,$,$,(#665),#13029); -#13029= IFCLIBRARYREFERENCE($,$,'\X2\D654BA74\X0\ \X2\C720D615\X0\','\X2\D654BA74\X0\ \X2\C885B958B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\','ko-KR',$); +#5622= IFCRELASSOCIATESLIBRARY('1aNUoFPVn4cxdqYoKXcdWV',$,$,$,(#656),#13034); +#13034= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF4FC26570\X0\','\X2\30B930D730EA30F330AF30E930FC306E6D41308C306E4FC265703002\X0\','ja-JP',$); -#5629= IFCRELASSOCIATESLIBRARY('1TCS_HCWfBGhyiPcZ4UvKY',$,$,$,(#666),#13030); -#13030= IFCLIBRARYREFERENCE($,$,'Display Width',$,'en',$); +#5624= IFCRELASSOCIATESLIBRARY('3j7VKqAQf3MuLr4NYhytc2',$,$,$,(#657),#13035); +#13035= IFCLIBRARYREFERENCE($,$,'Discharge Direction',$,'en',$); -#5630= IFCRELASSOCIATESLIBRARY('1C1mRylhb5EwUftG2BrSk6',$,$,$,(#666),#13031); -#13031= IFCLIBRARYREFERENCE($,$,'\X2\753B97625E45\X0\','\X2\753B9762306E5E453092793A30593002\X0\','ja-JP',$); +#5625= IFCRELASSOCIATESLIBRARY('2$VcsiiV5BIhblKdAl2iuk',$,$,$,(#657),#13036); +#13036= IFCLIBRARYREFERENCE($,$,'DirectionEmission','Direction d''\S\imission du terminal de ventilation.\X\0D\X\0A\X\0D\X\0AParall\S\hle: \S\imission parall\S\hle \S\` la surface de fixation con\S\gu de fa\S\gon \S\` ce que le flux se colle \S\` la surface.\X\0D\X\0APerpendiculaire: \S\imission s''\S\iloignant de la surface de fixation.\X\0D\X\0AR\S\iglable: \S\imission parall\S\hle et aussi s''\S\iloignant de la surface de fixation.','fr-FR',$); -#5631= IFCRELASSOCIATESLIBRARY('1b6T1OSFD4fOxzHUyNtqKI',$,$,$,(#666),#13032); -#13032= IFCLIBRARYREFERENCE($,$,'\X2\D654BA74\X0\ \X2\D3ED\X0\','\X2\D654BA74\X0\ \X2\B108BE44B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); +#5626= IFCRELASSOCIATESLIBRARY('1rRn$1dJj8vRAMtGgXCTJP',$,$,$,(#657),#13037); +#13037= IFCLIBRARYREFERENCE($,$,'\X2\5410304D51FA305765B95411\X0\','\X2\30BF30FC30DF30CA30EB306E5410304D51FA305765B95411\X0\\X\0D\X\0A\X2\6C345E73FF1A53D6308A4ED83051976230686C345E73306B5410304D51FA3057\X0\\X\0D\X\0A\X2\578276F4FF1A53D6308A4ED830519762304B308996E2308C305F65B95411306B5410304D51FA3057\X0\\X\0D\X\0A\X2\8ABF7BC053EF80FDFF1A6C345E7330FB578276F465B954114E2165B9306B8ABF6574\X0\','ja-JP',$); -#5632= IFCRELASSOCIATESLIBRARY('1xfLG0kdz24ABSW_0bSIXZ',$,$,$,(#668),#13033); -#13033= IFCLIBRARYREFERENCE($,$,'Dissolved Solids Content',$,'en',$); +#5627= IFCRELASSOCIATESLIBRARY('0gAbZ1vKP7XAL_tHGoC4vf',$,$,$,(#658),#13038); +#13038= IFCLIBRARYREFERENCE($,$,'Discharge Flow Rate',$,'en',$); -#5633= IFCRELASSOCIATESLIBRARY('1HWvwSCkr2EPtdU4BNqLuQ',$,$,$,(#669),#13034); -#13034= IFCLIBRARYREFERENCE($,$,'Distance Between Component Axes',$,'en',$); +#5628= IFCRELASSOCIATESLIBRARY('1jH$bhlwTFBwNYO419Z0cq',$,$,$,(#658),#13039); +#13039= IFCLIBRARYREFERENCE($,$,'\X2\541051FA6D4191CF\X0\','\X2\541051FA6D414F53306E4F537A4D6D4191CF3002\X0\','ja-JP',$); -#5634= IFCRELASSOCIATESLIBRARY('2VJhycBKP8aQyqmu7euHxU',$,$,$,(#670),#13035); -#13035= IFCLIBRARYREFERENCE($,$,'Distance Between Parallel Circuits',$,'en',$); +#5629= IFCRELASSOCIATESLIBRARY('1sw5YpOMb0UQTWsFX68MgQ',$,$,$,(#659),#13040); +#13040= IFCLIBRARYREFERENCE($,$,'Discharge Flow Rate',$,'en',$); -#5635= IFCRELASSOCIATESLIBRARY('2kDKYCiI90YxY33RjdBmS7',$,$,$,(#672),#13036); -#13036= IFCLIBRARYREFERENCE($,$,'Diversity',$,'en',$); +#5630= IFCRELASSOCIATESLIBRARY('1wTj0LLqz1pw68MV5UO16l',$,$,$,(#659),#13041); +#13041= IFCLIBRARYREFERENCE($,$,'\X2\653E6C346D4191CF\X0\','\X2\653E6C346DB24F53306E4F537A4D3002\X0\','ja-JP',$); -#5636= IFCRELASSOCIATESLIBRARY('3DByZD$sD2pRt8l9Pgxeiz',$,$,$,(#672),#13037); -#13037= IFCLIBRARYREFERENCE($,$,'\X2\8CA083777387\X0\','\X2\3042308B671F95934E2D540C305856DE8DEF306B3042308B8907657096FB6C178A2D5099306E540C6642670059278CA08377306854048A2D5099306E54088A088CA08377306E6BD473873002\X0\','ja-JP',$); +#5632= IFCRELASSOCIATESLIBRARY('3h2pQ5x3nAehlVavgLTb0b',$,$,$,(#660),#13042); +#13042= IFCLIBRARYREFERENCE($,$,'Discharge Position',$,'en',$); -#5637= IFCRELASSOCIATESLIBRARY('1mskjcqXH86flsjrgpKGSD',$,$,$,(#672),#13038); -#13038= IFCLIBRARYREFERENCE($,$,'\X2\BD80D558C728\X0\','\X2\C77CC815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548\X0\ \X2\B3D9C77C\X0\ \X2\D68CB85CC5D0\X0\ \X2\C5ECB7EC\X0\ \X2\C804AE30\X0\ \X2\C124BE44C758\X0\ \X2\B3D9C2DC\X0\ \X2\CD5CB300\X0\ \X2\BD80D558C640\X0\ \X2\AC01\X0\ \X2\C124BE44C758\X0\ \X2\CD1D\X0\ \X2\BD80D558C758\X0\ \X2\BE44C728\X0\.','ko-KR',$); +#5633= IFCRELASSOCIATESLIBRARY('0peCg7d7fCNgWPpXQ6EZ9u',$,$,$,(#660),#13043); +#13043= IFCLIBRARYREFERENCE($,$,'\X2\541051FA4F4D7F6E\X0\','\X2\90605FC3900198A86A5F306E541051FA4F4D7F6E\X0\\X\0D\X\0ATOPHORIZONTAL: \X2\4E0A90E86C345E73\X0\ \X\0D\X\0ATOPANGULARDOWN: \X2\4E0A90E889D25EA64ED8304D4E0B5411304D\X0\ \X\0D\X\0ADOWNBLAST: \X2\4E0B5411304D\X0\\X\0D\X\0ABOTTOMANGULARDOWN: \X2\4E0B90E889D25EA64ED8304D4E0B5411304D\X0\\X\0D\X\0ABOTTOMHORIZONTAL: \X2\4E0B90E86C345E73\X0\\X\0D\X\0ABOTTOMANGULARUP: \X2\4E0B90E889D25EA64ED8304D4E0A5411304D\X0\\X\0D\X\0AUPBLAST: \X2\4E0A5411304D\X0\\X\0D\X\0ATOPANGULARUP: \X2\4E0A90E889D25EA64ED8304D4E0A5411304D\X0\. \X\0D\X\0AOTHER: \X2\305D306E4ED6\X0\','ja-JP',$); -#5638= IFCRELASSOCIATESLIBRARY('1RicPn4ZzEn862eteJiYTd',$,$,$,(#677),#13039); -#13039= IFCLIBRARYREFERENCE($,$,'Downstream Pressure',$,'en',$); +#5634= IFCRELASSOCIATESLIBRARY('0klWFINPTDDRPHAXx6Nv_J',$,$,$,(#661),#13044); +#13044= IFCLIBRARYREFERENCE($,$,'Discharge Pressure Loss',$,'en',$); -#5639= IFCRELASSOCIATESLIBRARY('3II0XYe0z5xAhuSwjpKp5g',$,$,$,(#677),#13040); -#13040= IFCLIBRARYREFERENCE($,$,'\X2\4E0B6D415727529B\X0\','\X2\6E1B57275F01306E4E0B6D41306E6D414F53904B8EE25727529B\X0\','ja-JP',$); +#5635= IFCRELASSOCIATESLIBRARY('1YBubFIP18lOcAUQC7cENj',$,$,$,(#661),#13045); +#13045= IFCLIBRARYREFERENCE($,$,'\X2\541051FA5727529B640D5931\X0\','\X2\541051FA90E8306B95A290233057305F541051FA5727529B640D5931\X0\','ja-JP',$); -#5640= IFCRELASSOCIATESLIBRARY('38mejcm9T3i8KSeH2OwKgB',$,$,$,(#678),#13041); -#13041= IFCLIBRARYREFERENCE($,$,'Draft Base Offset',$,'en',$); +#5637= IFCRELASSOCIATESLIBRARY('3IzAAvVHX6iOtMFnGCa00A',$,$,$,(#662),#13046); +#13046= IFCLIBRARYREFERENCE($,$,'Discharge Type',$,'en',$); -#5641= IFCRELASSOCIATESLIBRARY('168P_6KczCo9WABa_$8IyD',$,$,$,(#679),#13042); -#13042= IFCLIBRARYREFERENCE($,$,'Draft Side Offset',$,'en',$); +#5638= IFCRELASSOCIATESLIBRARY('091CG7_V13XQ20CKyBqIfk',$,$,$,(#662),#13047); +#13047= IFCLIBRARYREFERENCE($,$,'\X2\541051FA5F625F0F\X0\','\X2\900198A86A5F51FA53E3306E63A57D9A5F625F0F5B9A7FA9\X0\\X\0D\X\0ADuct\X2\FF1A30C030AF30C83078306E5410304D51FA3057\X0\\X\0D\X\0AScreen:SCREEN\X2\51853078306E5410304D51FA3057\X0\\X\0D\X\0ALouver:\X2\30EB30FC30D030FC3078306E5410304D51FA3057\X0\','ja-JP',$); -#5642= IFCRELASSOCIATESLIBRARY('11HYZH7lP4Y97X5CKcGPJq',$,$,$,(#680),#13043); -#13043= IFCLIBRARYREFERENCE($,$,'Drain Connection Size',$,'en',$); +#5639= IFCRELASSOCIATESLIBRARY('0ZEOwjHx123R7VK2N3WINY',$,$,$,(#663),#13048); +#13048= IFCLIBRARYREFERENCE($,$,'Discharge Velocity',$,'en',$); -#5643= IFCRELASSOCIATESLIBRARY('1tKQM6kHv6aOLXC0SMm$66',$,$,$,(#680),#13044); -#13044= IFCLIBRARYREFERENCE($,$,'\X2\914D7BA163A57D9A53E330B530A430BA\X0\','\X2\30B430DF51E6740688C57F6E306E5438516553E3914D7BA163A57D9A53E330B530A430BA3002\X0\','ja-JP',$); +#5640= IFCRELASSOCIATESLIBRARY('1o3Wbpo2b5sRKNB2uNQ7B5',$,$,$,(#663),#13049); +#13049= IFCLIBRARYREFERENCE($,$,'\X2\541051FA901F5EA6\X0\','\X2\30D530A130F3541051FA53E3304B3089306E541051FA98A8901F\X0\','ja-JP',$); -#5644= IFCRELASSOCIATESLIBRARY('14VXz1kfr22uTNIaIBkBE6',$,$,$,(#681),#13045); -#13045= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); +#5641= IFCRELASSOCIATESLIBRARY('2PAsPACVv0NgXgo5i$F$g$',$,$,$,(#664),#13050); +#13050= IFCLIBRARYREFERENCE($,$,'Diskontinuierliche Heizung','Anfoderung, ob der Raum durch eine diskontinuierliche Heizung versorgt werden soll (WAHR) oder nicht (FALSCH).','de-DE',$); -#5645= IFCRELASSOCIATESLIBRARY('0$y$Z_yRTErBml2toRfKTr',$,$,$,(#681),#13046); -#13046= IFCLIBRARYREFERENCE($,$,'\X2\30C930EC30A430F330B530A430BA\X0\','\X2\63926C3453E3306E63A57D9A306E30B530A430BA3002\X0\','ja-JP',$); +#5642= IFCRELASSOCIATESLIBRARY('2i_cv$uXj6YBK5tgWkWX3Q',$,$,$,(#664),#13051); +#13051= IFCLIBRARYREFERENCE($,$,'Discontinued Heating',$,'en',$); -#5646= IFCRELASSOCIATESLIBRARY('2Hq_uB9o9D5AtWccWXHEyR',$,$,$,(#682),#13047); -#13047= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); +#5643= IFCRELASSOCIATESLIBRARY('3Ngz2fUr95leKj0Cd8BKPO',$,$,$,(#664),#13052); +#13052= IFCLIBRARYREFERENCE($,$,'Chauffage intermittent','Indique si un chauffage intermittent est requis ou souhait\S\i par l''usager ou le concepteur (VRAI) ou non (FAUX).','fr-FR',$); -#5647= IFCRELASSOCIATESLIBRARY('1woVWB3kjC0BQItSJBSK7K',$,$,$,(#682),#13048); -#13048= IFCLIBRARYREFERENCE($,$,'\X2\7BA153E35F84\X0\','\X2\89817D20306E63926C3453E363A57D9A53E330B530A430BA3002\X0\','ja-JP',$); +#5644= IFCRELASSOCIATESLIBRARY('2vtcEZ$ZD2AesF_zApEEWi',$,$,$,(#664),#13053); +#13053= IFCLIBRARYREFERENCE($,$,'\X2\4E0D90237D9A6696623F\X0\','\X2\4E0D90237D9A6696623F304C522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C42\X0\/\X2\8981671B3055308C308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\89813001\X0\(FALSE)\X2\4E0D89813002\X0\','ja-JP',$); -#5648= IFCRELASSOCIATESLIBRARY('04Waujbtj9Puz1XLAihtuk',$,$,$,(#683),#13049); -#13049= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); +#5645= IFCRELASSOCIATESLIBRARY('2valEVEXnBjwm4ic4KkTKK',$,$,$,(#664),#13054); +#13054= IFCLIBRARYREFERENCE($,$,'\X2\BD88C5F0C18D\X0\ \X2\B09CBC29\X0\','\X2\BD88C5F0C18D\X0\ \X2\B09CBC29C774\X0\ \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694CCAD\X0\ / \X2\C694AD6CB418B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\D544C694\X0\ (FALSE) \X2\BD88D544C694\X0\.','ko-KR',$); -#5649= IFCRELASSOCIATESLIBRARY('3nmIgCaYj2IOKbOfIvBzej',$,$,$,(#683),#13050); -#13050= IFCLIBRARYREFERENCE($,$,'\X2\30C930EC30A430F330B530A430BA\X0\','\X2\63926C3453E3306E63A57D9A306E30B530A430BA3002\X0\','ja-JP',$); +#5648= IFCRELASSOCIATESLIBRARY('2O1MKEpOfFU9QJJAvqcMEQ',$,$,$,(#666),#13055); +#13055= IFCLIBRARYREFERENCE($,$,'Dishwasher Type',$,'en',$); -#5650= IFCRELASSOCIATESLIBRARY('24b1rlcqL0Y8VMfQ8UsUj3',$,$,$,(#684),#13051); -#13051= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); +#5649= IFCRELASSOCIATESLIBRARY('2l91SxAbDBZRoF0B5tfZhZ',$,$,$,(#666),#13056); +#13056= IFCLIBRARYREFERENCE($,$,'\X2\98DF56686D176D446A5F306E30BF30A430D7\X0\','\X2\98DF56686D176D446A5F306E30BF30A430D73002\X0\','ja-JP',$); -#5651= IFCRELASSOCIATESLIBRARY('3f0SquGRTBPBUn8lM8Avdm',$,$,$,(#684),#13052); -#13052= IFCLIBRARYREFERENCE($,$,'\X2\7BA15F84\X0\','\X2\89817D203078306E63A57D9A53E35F843002\X0\','ja-JP',$); +#5650= IFCRELASSOCIATESLIBRARY('0SVwf4_B9Dl8QB78MgExPj',$,$,$,(#666),#13057); +#13057= IFCLIBRARYREFERENCE($,$,'\X2\C2DDAE30\X0\ \X2\C138CC99AE30C758\X0\ \X2\C720D615\X0\','\X2\C2DDAE30\X0\ \X2\C138CC99AE30C758\X0\ \X2\C720D615\X0\','ko-KR',$); -#5652= IFCRELASSOCIATESLIBRARY('1vJLfDRfjFkBMO3AmBESw_',$,$,$,(#685),#13053); -#13053= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); +#5652= IFCRELASSOCIATESLIBRARY('3ffFaEsxrEzPK4FhpCVB6K',$,$,$,(#670),#13058); +#13058= IFCLIBRARYREFERENCE($,$,'Display Height',$,'en',$); -#5653= IFCRELASSOCIATESLIBRARY('15HLw$t3f5kBg5MV3B2OAD',$,$,$,(#685),#13054); -#13054= IFCLIBRARYREFERENCE($,$,'\X2\7BA15F84\X0\','\X2\89817D203078306E63A57D9A53E35F843002\X0\','ja-JP',$); +#5653= IFCRELASSOCIATESLIBRARY('0cxQVYVyT21v2Id_WjblLy',$,$,$,(#670),#13059); +#13059= IFCLIBRARYREFERENCE($,$,'\X2\753B97629AD83055\X0\','\X2\753B9762306E9AD830553092793A30593002\X0\','ja-JP',$); -#5654= IFCRELASSOCIATESLIBRARY('0S_GycZ_f91fbjrBDuR7bh',$,$,$,(#686),#13055); -#13055= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); +#5654= IFCRELASSOCIATESLIBRARY('3oHCqJJe17uvibiyZPmpW3',$,$,$,(#670),#13060); +#13060= IFCLIBRARYREFERENCE($,$,'\X2\D654BA74\X0\ \X2\B192C774\X0\','\X2\D654BA74C758\X0\ \X2\B192C774B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\','ko-KR',$); -#5655= IFCRELASSOCIATESLIBRARY('2pLlQV1m55xxiFdeK8_Eca',$,$,$,(#686),#13056); -#13056= IFCLIBRARYREFERENCE($,$,'\X2\4E0B6C347BA130B530A430BA\X0\','\X2\89817D20304B308963926C346E9D3078306E4E0B6C347BA130B530A430BA3002\X0\','ja-JP',$); +#5655= IFCRELASSOCIATESLIBRARY('3IzFnS2bzBXu9TJYSM1Pwc',$,$,$,(#671),#13061); +#13061= IFCLIBRARYREFERENCE($,$,'Display Size',$,'en',$); -#5658= IFCRELASSOCIATESLIBRARY('2rBE81o$v0sBEcyW$g8RX3',$,$,$,(#690),#13057); -#13057= IFCLIBRARYREFERENCE($,$,'Drive Connection Type',$,'en',$); +#5656= IFCRELASSOCIATESLIBRARY('0qNZU9NSPCSOGT$H4nNp8S',$,$,$,(#671),#13062); +#13062= IFCLIBRARYREFERENCE($,$,'\X2\8868793A30B530A430BA\X0\','\X2\8868793A306E30B530A430BA3002\X0\ \X2\30C030A430E430EB5727529B8A08306B95A230573066306F300130C030A430E430EB306E76F45F84306B306A308B3002\X0\','ja-JP',$); -#5659= IFCRELASSOCIATESLIBRARY('3_ZD48yGv2o9QwF4frLeMm',$,$,$,(#690),#13058); -#13058= IFCLIBRARYREFERENCE($,$,'\X2\99C652D563A57D9A30BF30A430D7\X0\','\X2\30DD30F330D7306E52D5529B6A5F68B0304C30DD30F330D7306B63A57D9A3055308C308B65B96CD5\X0\(\X2\76F452D5300130D930EB30C8300130AB30C330D730EA30F330B03001305D306E4ED6\X0\)','ja-JP',$); +#5657= IFCRELASSOCIATESLIBRARY('2ulrB7QCfBmOmwutm1GbY_',$,$,$,(#671),#13063); +#13063= IFCLIBRARYREFERENCE($,$,'\X2\B514C2A4D50CB808C774\X0\ \X2\D06CAE30\X0\','\X2\D45CC2DCC758\X0\ \X2\D06CAE30C785B2C8B2E4\X0\. \X2\B2E4C774C5BC\X0\ \X2\AC8CC774C9C0C5D0\X0\ \X2\AD00D574C11CB294\X0\ \X2\C804D654\X0\ \X2\C9C1ACBDB41CB2E4\X0\.','ko-KR',$); -#5660= IFCRELASSOCIATESLIBRARY('1icEYXNUnE7wQr78m38giJ',$,$,$,(#691),#13059); -#13059= IFCLIBRARYREFERENCE($,$,'Drive Power Loss',$,'en',$); +#5658= IFCRELASSOCIATESLIBRARY('1OEwnKtF522giWKb8p8Hbk',$,$,$,(#672),#13064); +#13064= IFCLIBRARYREFERENCE($,$,'Display Size',$,'en',$); -#5661= IFCRELASSOCIATESLIBRARY('07xvoixwDACeAN5JmyJQ8r',$,$,$,(#691),#13060); -#13060= IFCLIBRARYREFERENCE($,$,'\X2\99C652D596FB529B640D5931\X0\','\X2\30D530A130F399C652D5529B640D5931306F300130E230FC30BF306830D530A130F330DB30A430FC30EB3068306E9593306E63A57D9A306E7A2E985E306B95A290234ED830513089308C30663044308B3002\X0\','ja-JP',$); +#5659= IFCRELASSOCIATESLIBRARY('2MiPPq$gH7XfOPRMwEq1EB',$,$,$,(#672),#13065); +#13065= IFCLIBRARYREFERENCE($,$,'\X2\8868793A30B530A430BA\X0\','\X2\8868793A306E30B530A430BA3002\X0\ \X2\68D26E295EA68A08306E583454083067306F30018EF8306E95773055306B306A308B3002\X0\ \X2\30C030A430E430EB6E295EA68A08306B95A230573066306F300130C030A430E430EB306E76F45F84306B306A308B3002\X0\','ja-JP',$); -#5662= IFCRELASSOCIATESLIBRARY('3IozZOAn15b91UzUZVZnGF',$,$,$,(#692),#13061); -#13061= IFCLIBRARYREFERENCE($,$,'Dry Bulb Temperature',$,'en',$); +#5660= IFCRELASSOCIATESLIBRARY('3_hSdEFQnAPxi_$iKgJkmk',$,$,$,(#672),#13066); +#13066= IFCLIBRARYREFERENCE($,$,'\X2\B514C2A4D50CB808C774\X0\ \X2\D06CAE30\X0\','\X2\D45CC2DCC758\X0\ \X2\D06CAE30C785B2C8B2E4\X0\. \X2\B9C9B300\X0\ \X2\C628B3C4ACC4C758\X0\ \X2\ACBDC6B0\X0\, \X2\CD95C758\X0\ \X2\AE38C774AC00B41CB2E4\X0\. \X2\B2E4C774C5BC\X0\ \X2\C628B3C4ACC4C5D0\X0\ \X2\B300D574C11CB294\X0\ \X2\B2E4C774C5BC\X0\ \X2\C9C1ACBDB41CB2E4\X0\.','ko-KR',$); -#5663= IFCRELASSOCIATESLIBRARY('03DM2pHZH5WAQxQ5JF2kRM',$,$,$,(#693),#13062); -#13062= IFCLIBRARYREFERENCE($,$,'Dry Bulb Temperature',$,'en',$); +#5662= IFCRELASSOCIATESLIBRARY('2GN7OIM7L1rhgpHzMP1tUv',$,$,$,(#673),#13067); +#13067= IFCLIBRARYREFERENCE($,$,'Display Type',$,'en',$); -#5664= IFCRELASSOCIATESLIBRARY('1PcUYpjj1AUQ7j22HIWs2z',$,$,$,(#693),#13063); -#13063= IFCLIBRARYREFERENCE($,$,'\X2\4E7E74036E295EA6\X0\','\X2\4E7E74036E295EA6306B3088308B71B18CA083773002\X0\','ja-JP',$); +#5663= IFCRELASSOCIATESLIBRARY('1cpbuIbm93gwBZO6nhs0VG',$,$,$,(#673),#13068); +#13068= IFCLIBRARYREFERENCE($,$,'\X2\753B97627A2E985E\X0\','\X2\753B9762306E7A2E985E3092793A30593002\X0\','ja-JP',$); -#5665= IFCRELASSOCIATESLIBRARY('20XLGlClLDLBjkcn5MdDGU',$,$,$,(#693),#13064); -#13064= IFCLIBRARYREFERENCE($,$,'\X2\AC74AD6CC628B3C4\X0\','\X2\AC74AD6CC628B3C4C5D0C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#5664= IFCRELASSOCIATESLIBRARY('34wr0QC251P97GrGgx8B53',$,$,$,(#673),#13069); +#13069= IFCLIBRARYREFERENCE($,$,'\X2\D654BA74\X0\ \X2\C720D615\X0\','\X2\D654BA74\X0\ \X2\C885B958B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\','ko-KR',$); -#5666= IFCRELASSOCIATESLIBRARY('193e_rJFD9twTZ5mi2Mgpo',$,$,$,(#694),#13065); -#13065= IFCLIBRARYREFERENCE($,$,'Dry Bulb Temperature',$,'en',$); +#5665= IFCRELASSOCIATESLIBRARY('15uIipBUP8TP_Nwmbnid0a',$,$,$,(#674),#13070); +#13070= IFCLIBRARYREFERENCE($,$,'Display Width',$,'en',$); -#5667= IFCRELASSOCIATESLIBRARY('0Rtv1U5mD4WfSgFBnURLkE',$,$,$,(#694),#13066); -#13066= IFCLIBRARYREFERENCE($,$,'\X2\4E7E74036E295EA6\X0\','\X2\4E7E74036E295EA6306B3088308B71B18CA083773002\X0\','ja-JP',$); +#5666= IFCRELASSOCIATESLIBRARY('0$8Sa1ALL7POLtS5fBmgYQ',$,$,$,(#674),#13071); +#13071= IFCLIBRARYREFERENCE($,$,'\X2\753B97625E45\X0\','\X2\753B9762306E5E453092793A30593002\X0\','ja-JP',$); -#5668= IFCRELASSOCIATESLIBRARY('2veCa96XvDjeJr1oyxj1uz',$,$,$,(#694),#13067); -#13067= IFCLIBRARYREFERENCE($,$,'\X2\AC74AD6CC628B3C4\X0\','\X2\AC74AD6CC628B3C4C5D0C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#5667= IFCRELASSOCIATESLIBRARY('2QAjqB0fb6EOpIgReO3YQ1',$,$,$,(#674),#13072); +#13072= IFCLIBRARYREFERENCE($,$,'\X2\D654BA74\X0\ \X2\D3ED\X0\','\X2\D654BA74\X0\ \X2\B108BE44B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); -#5669= IFCRELASSOCIATESLIBRARY('3d5bX_CxTFEgWueVcd6Ulx',$,$,$,(#695),#13068); -#13068= IFCLIBRARYREFERENCE($,$,'Dual Deck',$,'en',$); +#5668= IFCRELASSOCIATESLIBRARY('3R6YX8Nw5A69YwAVUGauVb',$,$,$,(#676),#13073); +#13073= IFCLIBRARYREFERENCE($,$,'Dissolved Solids Content',$,'en',$); -#5670= IFCRELASSOCIATESLIBRARY('2NRZLWAH52qen9LszMuit8',$,$,$,(#695),#13069); -#13069= IFCLIBRARYREFERENCE($,$,'2\X2\5C64\X0\','\X2\7A7A8ABF6A5F306F\X0\2\X2\5C64306B306A306330663044308B304B\X0\\X\0D\X\0ATRUE=\X2\306F30443001\X0\FALSE=I\X2\304430443048\X0\','ja-JP',$); +#5669= IFCRELASSOCIATESLIBRARY('0dOWBlzg19$BBCcuXB$IN6',$,$,$,(#677),#13074); +#13074= IFCLIBRARYREFERENCE($,$,'Distance Between Component Axes',$,'en',$); -#5671= IFCRELASSOCIATESLIBRARY('1xGO_GKif0bR9Pac_ZxYsa',$,$,$,(#696),#13070); -#13070= IFCLIBRARYREFERENCE($,$,'Duct Sealant',$,'en',$); +#5670= IFCRELASSOCIATESLIBRARY('2ATNuSX9fB7vfvvPnf7L1y',$,$,$,(#678),#13075); +#13075= IFCLIBRARYREFERENCE($,$,'Distance Between Parallel Circuits',$,'en',$); -#5672= IFCRELASSOCIATESLIBRARY('2mTwMppJ96bQw2Ys59Qkpr',$,$,$,(#696),#13071); -#13071= IFCLIBRARYREFERENCE($,$,'\X2\30C030AF30C8306E5BC695896027\X0\','\X2\30C030AF30C830687D99304E624B306E5BC695895F625F0F3002\X0\','ja-JP',$); +#5671= IFCRELASSOCIATESLIBRARY('2xGwy9z$z7rR51iOz9y9OO',$,$,$,(#680),#13076); +#13076= IFCLIBRARYREFERENCE($,$,'Diversity',$,'en',$); -#5673= IFCRELASSOCIATESLIBRARY('2C8Hc_dezAchI7bG36KZb2',$,$,$,(#696),#13072); -#13072= IFCLIBRARYREFERENCE($,$,'\X2\B355D2B8\X0\ \X2\BC00D3D0\X0\','\X2\B355D2B8C640\X0\ \X2\C774C74CC0C8C758\X0\ \X2\BC00D3D0\X0\ \X2\D615C2DDC785B2C8B2E4\X0\.','ko-KR',$); +#5672= IFCRELASSOCIATESLIBRARY('3Sq3RbI2j1LesY1jXdyerr',$,$,$,(#680),#13077); +#13077= IFCLIBRARYREFERENCE($,$,'\X2\8CA083777387\X0\','\X2\3042308B671F95934E2D540C305856DE8DEF306B3042308B8907657096FB6C178A2D5099306E540C6642670059278CA08377306854048A2D5099306E54088A088CA08377306E6BD473873002\X0\','ja-JP',$); -#5675= IFCRELASSOCIATESLIBRARY('1iEkkzezPC5QO1JcKfhR0E',$,$,$,(#697),#13073); -#13073= IFCLIBRARYREFERENCE($,$,'Duct Sizing Method',$,'en',$); +#5673= IFCRELASSOCIATESLIBRARY('0gdd2On5D2NvdTsy$OmwRn',$,$,$,(#680),#13078); +#13078= IFCLIBRARYREFERENCE($,$,'\X2\BD80D558C728\X0\','\X2\C77CC815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548\X0\ \X2\B3D9C77C\X0\ \X2\D68CB85CC5D0\X0\ \X2\C5ECB7EC\X0\ \X2\C804AE30\X0\ \X2\C124BE44C758\X0\ \X2\B3D9C2DC\X0\ \X2\CD5CB300\X0\ \X2\BD80D558C640\X0\ \X2\AC01\X0\ \X2\C124BE44C758\X0\ \X2\CD1D\X0\ \X2\BD80D558C758\X0\ \X2\BE44C728\X0\.','ko-KR',$); -#5676= IFCRELASSOCIATESLIBRARY('2507Tjr7zE3wJo_Gmn4loD',$,$,$,(#697),#13074); -#13074= IFCLIBRARYREFERENCE($,$,'\X2\30C030AF30C85BF86CD5306E6C7A308165B9\X0\','\X2\30C030AF30C85BF86CD530926C7A3081308B8A087B9765B96CD53002\X0\','ja-JP',$); +#5674= IFCRELASSOCIATESLIBRARY('3Xy4wukVv8e8CvBSRv0it_',$,$,$,(#685),#13079); +#13079= IFCLIBRARYREFERENCE($,$,'Downstream Pressure',$,'en',$); -#5677= IFCRELASSOCIATESLIBRARY('17C8xa4TPABvj8w4BqSQlq',$,$,$,(#697),#13075); -#13075= IFCLIBRARYREFERENCE($,$,'\X2\B355D2B8\X0\ \X2\CE58C218\X0\ \X2\ACB0C815\X0\ \X2\BC29BC95\X0\','\X2\B355D2B8\X0\ \X2\CE58C218B97C\X0\ \X2\ACB0C815D558B294\X0\ \X2\ACC4C0B0\X0\ \X2\BC29BC95\X0\.','ko-KR',$); +#5675= IFCRELASSOCIATESLIBRARY('2qttlRRi57xRIOmvHMjNZz',$,$,$,(#685),#13080); +#13080= IFCLIBRARYREFERENCE($,$,'\X2\4E0B6D415727529B\X0\','\X2\6E1B57275F01306E4E0B6D41306E6D414F53904B8EE25727529B\X0\','ja-JP',$); -#5678= IFCRELASSOCIATESLIBRARY('2TRPk9_p94RB5U0ocI_P$_',$,$,$,(#699),#13076); -#13076= IFCLIBRARYREFERENCE($,$,'Beanspruchungsklasse','Mechanische Widerstandsf\S\dhigkeit gegen immer wiederkehrende Bewegungen und Einfl\S\|sse gem\S\d\S\_ der nationalen oder regionalen Richtlinie.','de-DE',$); +#5676= IFCRELASSOCIATESLIBRARY('1LhomCtHH9Wf6hjEzYJa$D',$,$,$,(#686),#13081); +#13081= IFCLIBRARYREFERENCE($,$,'Draft Base Offset',$,'en',$); -#5679= IFCRELASSOCIATESLIBRARY('1AKep3sY9C3u$xx$$3Uk6b',$,$,$,(#699),#13077); -#13077= IFCLIBRARYREFERENCE($,$,'Durability Rating',$,'en',$); +#5677= IFCRELASSOCIATESLIBRARY('1AMKYAKXr4Rh_CYdKQh2mb',$,$,$,(#687),#13082); +#13082= IFCLIBRARYREFERENCE($,$,'Draft Side Offset',$,'en',$); -#5680= IFCRELASSOCIATESLIBRARY('2QNnnyiaj8OgaygqbWgEYv',$,$,$,(#699),#13078); -#13078= IFCLIBRARYREFERENCE($,$,'Durabilit\S\i','Durabilit\S\i au stress m\S\icanique, selon une classification ou r\S\hglementation nationale.','fr-FR',$); +#5678= IFCRELASSOCIATESLIBRARY('2Nkps$XWL0vgZg_e7DQwbJ',$,$,$,(#688),#13083); +#13083= IFCLIBRARYREFERENCE($,$,'Drain Connection Size',$,'en',$); -#5681= IFCRELASSOCIATESLIBRARY('2FTvECju14Hhav7BBNg$IK',$,$,$,(#700),#13079); -#13079= IFCLIBRARYREFERENCE($,$,'Duration',$,'en',$); +#5679= IFCRELASSOCIATESLIBRARY('0jy51YEWr8kuM0Ad12Yf_$',$,$,$,(#688),#13084); +#13084= IFCLIBRARYREFERENCE($,$,'\X2\914D7BA163A57D9A53E330B530A430BA\X0\','\X2\30B430DF51E6740688C57F6E306E5438516553E3914D7BA163A57D9A53E330B530A430BA3002\X0\','ja-JP',$); -#5682= IFCRELASSOCIATESLIBRARY('3$3EgaTYLFOfsrwVhArRop',$,$,$,(#701),#13080); -#13080= IFCLIBRARYREFERENCE($,$,'Duration','Duration of process.','en',$); +#5680= IFCRELASSOCIATESLIBRARY('3J7o5XTKj7mfERrLrYhxJ6',$,$,$,(#689),#13085); +#13085= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); -#5683= IFCRELASSOCIATESLIBRARY('1x0UeuOQPEbw6myJFMd3jM',$,$,$,(#706),#13081); -#13081= IFCLIBRARYREFERENCE($,$,'Dust Holding Capacity',$,'en',$); +#5681= IFCRELASSOCIATESLIBRARY('3C4Qkrhtn5qw15U9fKzw1F',$,$,$,(#689),#13086); +#13086= IFCLIBRARYREFERENCE($,$,'\X2\30C930EC30A430F330B530A430BA\X0\','\X2\63926C3453E3306E63A57D9A306E30B530A430BA3002\X0\','ja-JP',$); -#5684= IFCRELASSOCIATESLIBRARY('1fM_dsMq171RVIy3F9IyJl',$,$,$,(#708),#13082); -#13082= IFCLIBRARYREFERENCE($,$,'Dynamic Viscosity',$,'en',$); +#5682= IFCRELASSOCIATESLIBRARY('393EZkCgHEk8i2WzeP9kHB',$,$,$,(#690),#13087); +#13087= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); -#5685= IFCRELASSOCIATESLIBRARY('2WuW4Gv5D1z90kePmlHikJ',$,$,$,(#709),#13083); -#13083= IFCLIBRARYREFERENCE($,$,'e',$,'en',$); +#5683= IFCRELASSOCIATESLIBRARY('224ATZUsD85xorW06$$6Fy',$,$,$,(#690),#13088); +#13088= IFCLIBRARYREFERENCE($,$,'\X2\7BA153E35F84\X0\','\X2\89817D20306E63926C3453E363A57D9A53E330B530A430BA3002\X0\','ja-JP',$); -#5687= IFCRELASSOCIATESLIBRARY('1hPbZC0UX8cxB3R4HBmdBS',$,$,$,(#710),#13084); -#13084= IFCLIBRARYREFERENCE($,$,'Earth Failure Device Type',$,'en',$); +#5684= IFCRELASSOCIATESLIBRARY('0kr8BpUW1DxvpGdZrmgYbg',$,$,$,(#691),#13089); +#13089= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); -#5688= IFCRELASSOCIATESLIBRARY('2sq6wbrxzEW8xI_c2RHYlr',$,$,$,(#710),#13085); -#13085= IFCLIBRARYREFERENCE($,$,'\X2\6F0F96FB56DE8DEF906E65AD6A5F306E30BF30A430D7\X0\','\X2\4EE54E0B306E4E2D304B30899078629E304C5FC589813068306A308B58345408306E906E65AD6A5F30BF30A430D7306E30EA30B930C8FF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30B930BF30F330C030FC30C9FF1A90455EF671213057306752D54F5C3059308B6A5F5668\X0\\X\0D\X\0A\X2\90455EF6FF1A4E005B9A6642959330927D4C305F5F8C306752D54F5C3059308B6A5F5668\X0\','ja-JP',$); +#5685= IFCRELASSOCIATESLIBRARY('3L_GzegHL77Qy8cwHULtJ8',$,$,$,(#691),#13090); +#13090= IFCLIBRARYREFERENCE($,$,'\X2\30C930EC30A430F330B530A430BA\X0\','\X2\63926C3453E3306E63A57D9A306E30B530A430BA3002\X0\','ja-JP',$); -#5689= IFCRELASSOCIATESLIBRARY('2CV221L892N9iSZ$N6paTc',$,$,$,(#710),#13086); -#13086= IFCLIBRARYREFERENCE($,$,'\X2\B204C804\X0\ \X2\D68CB85C\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\C720D615\X0\','\X2\B2E4C74C\X0\ \X2\C911\X0\ \X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\ACBDC6B0\X0\ \X2\CC28B2E8AE30\X0\ \X2\C720D615\X0\ \X2\BAA9B85D\X0\ : \X2\C2A4D0E0B2E4B4DC\X0\ : \X2\C9C0C5F0C5C6C774\X0\ \X2\B3D9C791D558B294\X0\ \X2\AE30AE30\X0\ \X2\C9C0C5F0\X0\ : \X2\C77CC815\X0\ \X2\C2DCAC04C774\X0\ \X2\C9C0B09C\X0\ \X2\D6C4C5D0\X0\ \X2\B3D9C791D558B294\X0\ \X2\AE30AE30\X0\ "','ko-KR',$); +#5686= IFCRELASSOCIATESLIBRARY('1v73B23sn0A8Jt4Gs9zFHh',$,$,$,(#692),#13091); +#13091= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); -#5690= IFCRELASSOCIATESLIBRARY('0prmqn2ev7JhD04NwzmT76',$,$,$,(#711),#13087); -#13087= IFCLIBRARYREFERENCE($,$,'Earth Fault1 Pole Maximum State',$,'en',$); +#5687= IFCRELASSOCIATESLIBRARY('2XlqQZAN1F0B15MLQzZgek',$,$,$,(#692),#13092); +#13092= IFCLIBRARYREFERENCE($,$,'\X2\7BA15F84\X0\','\X2\89817D203078306E63A57D9A53E35F843002\X0\','ja-JP',$); -#5691= IFCRELASSOCIATESLIBRARY('0RC_7PTjL9sRVqjgJNeobN',$,$,$,(#711),#13088); -#13088= IFCLIBRARYREFERENCE($,$,'1\X2\69756700592757307D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\PE/PEN\X2\9593306E\X0\1\X2\69756700592757307D6196FB6D413002\X0\','ja-JP',$); +#5688= IFCRELASSOCIATESLIBRARY('07vFhv9452LBISKqO9PzGN',$,$,$,(#693),#13093); +#13093= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); -#5692= IFCRELASSOCIATESLIBRARY('0SghV84ML5Mvo867gBrSLl',$,$,$,(#711),#13089); -#13089= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\C0C1\X0\ \X2\BC0F\X0\ PE / PEN \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\.','ko-KR',$); +#5689= IFCRELASSOCIATESLIBRARY('0WHr1pfUP7OPCisWCTspxm',$,$,$,(#693),#13094); +#13094= IFCLIBRARYREFERENCE($,$,'\X2\7BA15F84\X0\','\X2\89817D203078306E63A57D9A53E35F843002\X0\','ja-JP',$); -#5693= IFCRELASSOCIATESLIBRARY('2PGhQkMzv6tgUHdqKHx9eo',$,$,$,(#712),#13090); -#13090= IFCLIBRARYREFERENCE($,$,'Earth Fault1 Pole Minimum State',$,'en',$); +#5690= IFCRELASSOCIATESLIBRARY('2h9oCaprbBw97_bTBD_6w_',$,$,$,(#694),#13095); +#13095= IFCLIBRARYREFERENCE($,$,'Drain Size',$,'en',$); -#5694= IFCRELASSOCIATESLIBRARY('1xsklOxoDEHPjB4Za3IdIy',$,$,$,(#712),#13091); -#13091= IFCLIBRARYREFERENCE($,$,'1\X2\697567005C0F57307D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\PE/PEN\X2\9593306E\X0\1\X2\697567005C0F57307D6196FB6D413002\X0\','ja-JP',$); +#5691= IFCRELASSOCIATESLIBRARY('11AZBUCQTD1QTXDNGOXiMv',$,$,$,(#694),#13096); +#13096= IFCLIBRARYREFERENCE($,$,'\X2\4E0B6C347BA130B530A430BA\X0\','\X2\89817D20304B308963926C346E9D3078306E4E0B6C347BA130B530A430BA3002\X0\','ja-JP',$); -#5695= IFCRELASSOCIATESLIBRARY('1JSkUwVTH5dvJnJiAnxkiu',$,$,$,(#712),#13092); -#13092= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\C0C1\X0\ \X2\BC0F\X0\ PE / PEN \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\','ko-KR',$); +#5694= IFCRELASSOCIATESLIBRARY('1Cdwo5pWPCXxPAp49EQoMo',$,$,$,(#698),#13097); +#13097= IFCLIBRARYREFERENCE($,$,'Drive Connection Type',$,'en',$); -#5696= IFCRELASSOCIATESLIBRARY('04S7LcGRH5fA9lxt4zcS$B',$,$,$,(#713),#13093); -#13093= IFCLIBRARYREFERENCE($,$,'Earth Fault1 Pole Power Factor Maximum State',$,'en',$); +#5695= IFCRELASSOCIATESLIBRARY('1tGr6XxS9B7gFxVrmFCy2M',$,$,$,(#698),#13098); +#13098= IFCLIBRARYREFERENCE($,$,'\X2\99C652D563A57D9A30BF30A430D7\X0\','\X2\30DD30F330D7306E52D5529B6A5F68B0304C30DD30F330D7306B63A57D9A3055308C308B65B96CD5\X0\(\X2\76F452D5300130D930EB30C8300130AB30C330D730EA30F330B03001305D306E4ED6\X0\)','ja-JP',$); -#5697= IFCRELASSOCIATESLIBRARY('2_hIyIq8X1neXXKZOU53Z9',$,$,$,(#713),#13094); -#13094= IFCLIBRARYREFERENCE($,$,'1\X2\69756700592757307D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\PE/PEN\X2\9593306E\X0\1\X2\69756700592757307D6196FB6D41529B73873002\X0\','ja-JP',$); +#5696= IFCRELASSOCIATESLIBRARY('1xUs2yrmv7YuMHvwY1llcv',$,$,$,(#699),#13099); +#13099= IFCLIBRARYREFERENCE($,$,'Drive Power Loss',$,'en',$); -#5698= IFCRELASSOCIATESLIBRARY('2m3HTUTcD9ZP4eBWVXbvkm',$,$,$,(#713),#13095); -#13095= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\C0C1\X0\ \X2\BC0F\X0\ PE / PEN \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); +#5697= IFCRELASSOCIATESLIBRARY('0Uck82voLC2w0cpsQNtagc',$,$,$,(#699),#13100); +#13100= IFCLIBRARYREFERENCE($,$,'\X2\99C652D596FB529B640D5931\X0\','\X2\30D530A130F399C652D5529B640D5931306F300130E230FC30BF306830D530A130F330DB30A430FC30EB3068306E9593306E63A57D9A306E7A2E985E306B95A290234ED830513089308C30663044308B3002\X0\','ja-JP',$); -#5699= IFCRELASSOCIATESLIBRARY('23Bmg3GkXFcRHP6T$OlxdW',$,$,$,(#714),#13096); -#13096= IFCLIBRARYREFERENCE($,$,'Earth Fault1 Pole Power Factor Minimum State',$,'en',$); +#5698= IFCRELASSOCIATESLIBRARY('2tI93aIkH10Pq2V0h82vfe',$,$,$,(#700),#13101); +#13101= IFCLIBRARYREFERENCE($,$,'Dry Bulb Temperature',$,'en',$); -#5700= IFCRELASSOCIATESLIBRARY('2pXkrfJyv3LA5LJuxgFD3V',$,$,$,(#714),#13097); -#13097= IFCLIBRARYREFERENCE($,$,'1\X2\697567005C0F57307D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\PE/PEN\X2\9593306E\X0\1\X2\697567005C0F57307D6196FB6D41529B73873002\X0\','ja-JP',$); +#5699= IFCRELASSOCIATESLIBRARY('2QoqjIan5BhxwmH958bYLc',$,$,$,(#701),#13102); +#13102= IFCLIBRARYREFERENCE($,$,'Dry Bulb Temperature',$,'en',$); -#5701= IFCRELASSOCIATESLIBRARY('14p7dcL2P5aOwzt$eXq0yW',$,$,$,(#714),#13098); -#13098= IFCLIBRARYREFERENCE($,$,'1\X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\C0C1\X0\ \X2\BC0F\X0\ PE / PEN \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); +#5700= IFCRELASSOCIATESLIBRARY('2DXOySWPv2F8EWDHTliTBp',$,$,$,(#701),#13103); +#13103= IFCLIBRARYREFERENCE($,$,'\X2\4E7E74036E295EA6\X0\','\X2\4E7E74036E295EA6306B3088308B71B18CA083773002\X0\','ja-JP',$); -#5703= IFCRELASSOCIATESLIBRARY('0AElWtinn9DhmUJxFPwUhW',$,$,$,(#718),#13099); -#13099= IFCLIBRARYREFERENCE($,$,'Edge Distance To First Axis',$,'en',$); +#5701= IFCRELASSOCIATESLIBRARY('0AeTIuA3L0aA2h_$4EsGCU',$,$,$,(#701),#13104); +#13104= IFCLIBRARYREFERENCE($,$,'\X2\AC74AD6CC628B3C4\X0\','\X2\AC74AD6CC628B3C4C5D0C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#5704= IFCRELASSOCIATESLIBRARY('2aGeHps$j44fABQqtUlN75',$,$,$,(#719),#13100); -#13100= IFCLIBRARYREFERENCE($,$,'Edge Draft',$,'en',$); +#5702= IFCRELASSOCIATESLIBRARY('0C$9AG7GP9ARFsY_1oKkr$',$,$,$,(#702),#13105); +#13105= IFCLIBRARYREFERENCE($,$,'Dry Bulb Temperature',$,'en',$); -#5705= IFCRELASSOCIATESLIBRARY('32lnR3H7PAq8lx0SOyVBpv',$,$,$,(#720),#13101); -#13101= IFCLIBRARYREFERENCE($,$,'Edge Fixing Plate Flange Width In Plane X',$,'en',$); +#5703= IFCRELASSOCIATESLIBRARY('1sJGz2s5jF3wc4Bx9gzuct',$,$,$,(#702),#13106); +#13106= IFCLIBRARYREFERENCE($,$,'\X2\4E7E74036E295EA6\X0\','\X2\4E7E74036E295EA6306B3088308B71B18CA083773002\X0\','ja-JP',$); -#5706= IFCRELASSOCIATESLIBRARY('3kalijkKX8Nxbs1hVP$3mx',$,$,$,(#720),#13102); -#13102= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B85E45\X0\X','L\X2\578B7AEF90E830D730EC30FC30C8306E\X0\X\X2\976230D530E930F330B85E453002\X0\','ja-JP',$); +#5704= IFCRELASSOCIATESLIBRARY('3$MZ0StkT7QPmssNrenE5Q',$,$,$,(#702),#13107); +#13107= IFCLIBRARYREFERENCE($,$,'\X2\AC74AD6CC628B3C4\X0\','\X2\AC74AD6CC628B3C4C5D0C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#5707= IFCRELASSOCIATESLIBRARY('0NIVdkdWfAkg8yfRHMIJFt',$,$,$,(#720),#13103); -#13103= IFCLIBRARYREFERENCE($,$,'\X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\ X','L \X2\D615\X0\ \X2\B2E8BD80\X0\ \X2\D50CB808C774D2B8\X0\ X\X2\BA74\X0\ \X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\','ko-KR',$); +#5705= IFCRELASSOCIATESLIBRARY('17LfH75U98tgt45RJBpQ4b',$,$,$,(#703),#13108); +#13108= IFCLIBRARYREFERENCE($,$,'Dual Deck',$,'en',$); -#5708= IFCRELASSOCIATESLIBRARY('1blYQg1Zf6jhv_9M4WS5F6',$,$,$,(#721),#13104); -#13104= IFCLIBRARYREFERENCE($,$,'Edge Fixing Plate Flange Width In Plane Z',$,'en',$); +#5706= IFCRELASSOCIATESLIBRARY('1FNyvU_DLBsx7hwwhIztu$',$,$,$,(#703),#13109); +#13109= IFCLIBRARYREFERENCE($,$,'2\X2\5C64\X0\','\X2\7A7A8ABF6A5F306F\X0\2\X2\5C64306B306A306330663044308B304B\X0\\X\0D\X\0ATRUE=\X2\306F30443001\X0\FALSE=I\X2\304430443048\X0\','ja-JP',$); -#5709= IFCRELASSOCIATESLIBRARY('0oEbEMJur3XgiNNmgZo2iW',$,$,$,(#721),#13105); -#13105= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B85E45\X0\Z','L\X2\578B7AEF90E830D730EC30FC30C8306E\X0\Z\X2\976230D530E930F330B85E453002\X0\','ja-JP',$); +#5707= IFCRELASSOCIATESLIBRARY('30KoKOA4TCVv0cqNCIxkBx',$,$,$,(#704),#13110); +#13110= IFCLIBRARYREFERENCE($,$,'Duct Sealant',$,'en',$); -#5710= IFCRELASSOCIATESLIBRARY('2ZAA8KL0vBY95WjKXlAC3j',$,$,$,(#721),#13106); -#13106= IFCLIBRARYREFERENCE($,$,'\X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\ Z','L \X2\D615\X0\ \X2\B2E8BD80\X0\ \X2\D50CB808C774D2B8\X0\ Z\X2\BA74\X0\ \X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\','ko-KR',$); +#5708= IFCRELASSOCIATESLIBRARY('2FXkn1rib8eQ4PIYD17Ro9',$,$,$,(#704),#13111); +#13111= IFCLIBRARYREFERENCE($,$,'\X2\30C030AF30C8306E5BC695896027\X0\','\X2\30C030AF30C830687D99304E624B306E5BC695895F625F0F3002\X0\','ja-JP',$); -#5711= IFCRELASSOCIATESLIBRARY('1QHidtFhf0H8uYIe0WJOnO',$,$,$,(#722),#13107); -#13107= IFCLIBRARYREFERENCE($,$,'Edge Fixing Plate Length',$,'en',$); +#5709= IFCRELASSOCIATESLIBRARY('3Zv7Guzff4KvIRqgPmaHV2',$,$,$,(#704),#13112); +#13112= IFCLIBRARYREFERENCE($,$,'\X2\B355D2B8\X0\ \X2\BC00D3D0\X0\','\X2\B355D2B8C640\X0\ \X2\C774C74CC0C8C758\X0\ \X2\BC00D3D0\X0\ \X2\D615C2DDC785B2C8B2E4\X0\.','ko-KR',$); -#5712= IFCRELASSOCIATESLIBRARY('3Dzl7Izwz8ue4KLHwzezR0',$,$,$,(#722),#13108); -#13108= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','L\X2\578B7AEF90E830D730EC30FC30C8306E957730553002\X0\','ja-JP',$); +#5711= IFCRELASSOCIATESLIBRARY('0lBH9DyzDDnRqzZnUACQw0',$,$,$,(#705),#13113); +#13113= IFCLIBRARYREFERENCE($,$,'Duct Sizing Method',$,'en',$); -#5713= IFCRELASSOCIATESLIBRARY('1ZVJ$FQYn97AX0M52Tur96',$,$,$,(#722),#13109); -#13109= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','L \X2\D615\X0\ \X2\B2E8BD80\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\AE38C774\X0\','ko-KR',$); +#5712= IFCRELASSOCIATESLIBRARY('386G$4ZKP6pw4RX5qDvP04',$,$,$,(#705),#13114); +#13114= IFCLIBRARYREFERENCE($,$,'\X2\30C030AF30C85BF86CD5306E6C7A308165B9\X0\','\X2\30C030AF30C85BF86CD530926C7A3081308B8A087B9765B96CD53002\X0\','ja-JP',$); -#5714= IFCRELASSOCIATESLIBRARY('2kcYt2IcTFjPjBMYRL$QIy',$,$,$,(#723),#13110); -#13110= IFCLIBRARYREFERENCE($,$,'Edge Fixing Plate Thickness',$,'en',$); +#5713= IFCRELASSOCIATESLIBRARY('1njOHqlSj40BSLfLjER5DI',$,$,$,(#705),#13115); +#13115= IFCLIBRARYREFERENCE($,$,'\X2\B355D2B8\X0\ \X2\CE58C218\X0\ \X2\ACB0C815\X0\ \X2\BC29BC95\X0\','\X2\B355D2B8\X0\ \X2\CE58C218B97C\X0\ \X2\ACB0C815D558B294\X0\ \X2\ACC4C0B0\X0\ \X2\BC29BC95\X0\.','ko-KR',$); -#5715= IFCRELASSOCIATESLIBRARY('1EzRZ3NwjBnfkxgueRKqTl',$,$,$,(#723),#13111); -#13111= IFCLIBRARYREFERENCE($,$,'\X2\677F539A\X0\','L\X2\578B7AEF90E830D730EC30FC30C8306E677F539A3002\X0\','ja-JP',$); +#5714= IFCRELASSOCIATESLIBRARY('1$IVukFj9AgegHoZdJQTkk',$,$,$,(#707),#13116); +#13116= IFCLIBRARYREFERENCE($,$,'Beanspruchungsklasse','Mechanische Widerstandsf\S\dhigkeit gegen immer wiederkehrende Bewegungen und Einfl\S\|sse gem\S\d\S\_ der nationalen oder regionalen Richtlinie.','de-DE',$); -#5716= IFCRELASSOCIATESLIBRARY('3CCJjx5mX4j8LE16A2_JKE',$,$,$,(#723),#13112); -#13112= IFCLIBRARYREFERENCE($,$,'\X2\B450AED8\X0\','L \X2\D615\X0\ \X2\B2E8BD80\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\B450AED8\X0\','ko-KR',$); +#5715= IFCRELASSOCIATESLIBRARY('1cY37Min1By9VxqnQvEQfZ',$,$,$,(#707),#13117); +#13117= IFCLIBRARYREFERENCE($,$,'Durability Rating',$,'en',$); -#5717= IFCRELASSOCIATESLIBRARY('0PQnSH_yP2IwAKDo8ylFGs',$,$,$,(#724),#13113); -#13113= IFCLIBRARYREFERENCE($,$,'Effective Area',$,'en',$); +#5716= IFCRELASSOCIATESLIBRARY('1pENbU$RP0ZAGAYHcsbVQY',$,$,$,(#707),#13118); +#13118= IFCLIBRARYREFERENCE($,$,'Durabilit\S\i','Durabilit\S\i au stress m\S\icanique, selon une classification ou r\S\hglementation nationale.','fr-FR',$); -#5718= IFCRELASSOCIATESLIBRARY('0P5KSPVrD7xBphkQG4PMUU',$,$,$,(#724),#13114); -#13114= IFCLIBRARYREFERENCE($,$,'ZoneEfficace','Zone d''\S\imission efficace du terminal de ventilation.','fr-FR',$); +#5717= IFCRELASSOCIATESLIBRARY('0suyR8vFfFhf7G156Gokz0',$,$,$,(#708),#13119); +#13119= IFCLIBRARYREFERENCE($,$,'Duration',$,'en',$); -#5719= IFCRELASSOCIATESLIBRARY('1xvvuBhDX4vOcixzIGiw7F',$,$,$,(#724),#13115); -#13115= IFCLIBRARYREFERENCE($,$,'\X2\670952B997627A4D\X0\','\X2\30BF30FC30DF30CA30EB306E670952B95439304D51FA30577BC456F2\X0\','ja-JP',$); +#5718= IFCRELASSOCIATESLIBRARY('2KXENKbH56ZvnYhLZMPGP6',$,$,$,(#709),#13120); +#13120= IFCLIBRARYREFERENCE($,$,'Duration','Duration of process.','en',$); -#5720= IFCRELASSOCIATESLIBRARY('10seGyMbfAdQf8Iz_Pykpq',$,$,$,(#725),#13116); -#13116= IFCLIBRARYREFERENCE($,$,'Effective Capacity',$,'en',$); +#5719= IFCRELASSOCIATESLIBRARY('3lJ9kWP7H9b8e0a2ryzpEA',$,$,$,(#714),#13121); +#13121= IFCLIBRARYREFERENCE($,$,'Dust Holding Capacity',$,'en',$); -#5721= IFCRELASSOCIATESLIBRARY('2ZbZPPKEz6GglFoFxL3qv4',$,$,$,(#725),#13117); -#13117= IFCLIBRARYREFERENCE($,$,'\X2\670952B95BB991CF\X0\','\X2\30BF30F330AF306E7DCF670952B953C8306F5B9F5BB991CF\X0\','ja-JP',$); +#5720= IFCRELASSOCIATESLIBRARY('2lqNLRoG56keT8vddYPIM3',$,$,$,(#716),#13122); +#13122= IFCLIBRARYREFERENCE($,$,'Dynamic Viscosity',$,'en',$); -#5722= IFCRELASSOCIATESLIBRARY('0maFu2Svv8Dgu6brJo9rSm',$,$,$,(#727),#13118); -#13118= IFCLIBRARYREFERENCE($,$,'Effectiveness',$,'en',$); +#5721= IFCRELASSOCIATESLIBRARY('0CTqAfr6b7hQR7y10akgrb',$,$,$,(#717),#13123); +#13123= IFCLIBRARYREFERENCE($,$,'e',$,'en',$); -#5723= IFCRELASSOCIATESLIBRARY('1KCufl4GT2HxbUAUWZ3BUi',$,$,$,(#727),#13119); -#13119= IFCLIBRARYREFERENCE($,$,'\X2\52B97387\X0\','\X2\FF084E006B21FF097A7A6C17306E5165529B4E7E74036E295EA63068FF084E8C6B21FF097A7A6C17306E6E7F74036E295EA6306E5DEE306B5BFE3059308BFF084E006B21FF097A7A6C17306E6D41308C306E4E7E74036E295EA6306E59095316306E527254083002\X0\','ja-JP',$); +#5723= IFCRELASSOCIATESLIBRARY('0LONmTJPrBtwbfTS_9$8Ud',$,$,$,(#718),#13124); +#13124= IFCLIBRARYREFERENCE($,$,'Earth Failure Device Type',$,'en',$); -#5724= IFCRELASSOCIATESLIBRARY('2dfpO4KqHBhf$edohE7hOx',$,$,$,(#728),#13120); -#13120= IFCLIBRARYREFERENCE($,$,'Effectiveness',$,'en',$); +#5724= IFCRELASSOCIATESLIBRARY('3VUpcGs1r6egj3tvWSAOBO',$,$,$,(#718),#13125); +#13125= IFCLIBRARYREFERENCE($,$,'\X2\6F0F96FB56DE8DEF906E65AD6A5F306E30BF30A430D7\X0\','\X2\4EE54E0B306E4E2D304B30899078629E304C5FC589813068306A308B58345408306E906E65AD6A5F30BF30A430D7306E30EA30B930C8FF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30B930BF30F330C030FC30C9FF1A90455EF671213057306752D54F5C3059308B6A5F5668\X0\\X\0D\X\0A\X2\90455EF6FF1A4E005B9A6642959330927D4C305F5F8C306752D54F5C3059308B6A5F5668\X0\','ja-JP',$); -#5725= IFCRELASSOCIATESLIBRARY('0hSjji9PTDvRecZebkInPs',$,$,$,(#728),#13121); -#13121= IFCLIBRARYREFERENCE($,$,'\X2\52B97387\X0\','\X2\6700592753EF80FD71B179FB52D591CF306B5BFE3059308B5B9F71B179FB52D591CF306E52725408\X0\','ja-JP',$); +#5725= IFCRELASSOCIATESLIBRARY('1UAiy6TpzCiPwEhwN5E3vO',$,$,$,(#718),#13126); +#13126= IFCLIBRARYREFERENCE($,$,'\X2\B204C804\X0\ \X2\D68CB85C\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\C720D615\X0\','\X2\B2E4C74C\X0\ \X2\C911\X0\ \X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\ACBDC6B0\X0\ \X2\CC28B2E8AE30\X0\ \X2\C720D615\X0\ \X2\BAA9B85D\X0\ : \X2\C2A4D0E0B2E4B4DC\X0\ : \X2\C9C0C5F0C5C6C774\X0\ \X2\B3D9C791D558B294\X0\ \X2\AE30AE30\X0\ \X2\C9C0C5F0\X0\ : \X2\C77CC815\X0\ \X2\C2DCAC04C774\X0\ \X2\C9C0B09C\X0\ \X2\D6C4C5D0\X0\ \X2\B3D9C791D558B294\X0\ \X2\AE30AE30\X0\ "','ko-KR',$); -#5726= IFCRELASSOCIATESLIBRARY('0inEKfbhzCvv497$kYyS0m',$,$,$,(#729),#13122); -#13122= IFCLIBRARYREFERENCE($,$,'Effectiveness Table',$,'en',$); +#5726= IFCRELASSOCIATESLIBRARY('35TEoysEzCnuLkpJga6dRr',$,$,$,(#719),#13127); +#13127= IFCLIBRARYREFERENCE($,$,'Earth Fault1 Pole Maximum State',$,'en',$); -#5727= IFCRELASSOCIATESLIBRARY('37aV4EDQf58hYpXLjOR3Ph',$,$,$,(#730),#13123); -#13123= IFCLIBRARYREFERENCE($,$,'Efficiency Curve',$,'en',$); +#5727= IFCRELASSOCIATESLIBRARY('32NOdcPZz7Gh_ApHIXk1T8',$,$,$,(#719),#13128); +#13128= IFCLIBRARYREFERENCE($,$,'1\X2\69756700592757307D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\PE/PEN\X2\9593306E\X0\1\X2\69756700592757307D6196FB6D413002\X0\','ja-JP',$); -#5729= IFCRELASSOCIATESLIBRARY('2Heif1zQT0AvQd8b4HrQdy',$,$,$,(#731),#13124); -#13124= IFCLIBRARYREFERENCE($,$,'Electric Actuator Type',$,'en',$); +#5728= IFCRELASSOCIATESLIBRARY('2XO6GRLAT1R8Oa4$EFu$qI',$,$,$,(#719),#13129); +#13129= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\C0C1\X0\ \X2\BC0F\X0\ PE / PEN \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\.','ko-KR',$); -#5730= IFCRELASSOCIATESLIBRARY('3a2ss0EdP3$9PgONRDow3I',$,$,$,(#731),#13125); -#13125= IFCLIBRARYREFERENCE($,$,'\X2\96FB6C175F0F30A230AF30C130E530A830FC30BF30BF30A430D7\X0\','\X2\4F5C52D5539F7406306B3088306330665B9A7FA93055308C305F96FB6C175F0F30A230AF30C130E530A830FC30BF30928B5852253059308B4E0089A73002\X0\','ja-JP',$); +#5729= IFCRELASSOCIATESLIBRARY('1TnFK2o25EkxVEma1MXsgx',$,$,$,(#720),#13130); +#13130= IFCLIBRARYREFERENCE($,$,'Earth Fault1 Pole Minimum State',$,'en',$); -#5731= IFCRELASSOCIATESLIBRARY('3sgBLH4kvB7gzIcFnrTAui',$,$,$,(#731),#13126); -#13126= IFCLIBRARYREFERENCE($,$,'\X2\C804AE30C2DD\X0\ \X2\C561CD94C5D0C774D130\X0\ \X2\C720D615\X0\','\X2\C791B3D9\X0\ \X2\C6D0B9ACC5D0\X0\ \X2\C758D574\X0\ \X2\C815C758B41C\X0\ \X2\C804AE30C2DD\X0\ \X2\C561CE04C5D0C774D130B97C\X0\ \X2\C2DDBCC4D558B294\X0\ \X2\BAA9B85D\X0\','ko-KR',$); +#5730= IFCRELASSOCIATESLIBRARY('3MmJcfIUD9ZAXYLh6gQ0$F',$,$,$,(#720),#13131); +#13131= IFCLIBRARYREFERENCE($,$,'1\X2\697567005C0F57307D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\PE/PEN\X2\9593306E\X0\1\X2\697567005C0F57307D6196FB6D413002\X0\','ja-JP',$); -#5734= IFCRELASSOCIATESLIBRARY('3bIgA_ElH0UBtlBQ0RCBDl',$,$,$,(#736),#13127); -#13127= IFCLIBRARYREFERENCE($,$,'Electrical System Category',$,'en',$); +#5731= IFCRELASSOCIATESLIBRARY('0YeMg23T5Fzxp5pqkoEafF',$,$,$,(#720),#13132); +#13132= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\C0C1\X0\ \X2\BC0F\X0\ PE / PEN \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\','ko-KR',$); -#5735= IFCRELASSOCIATESLIBRARY('2rY0pYuN50wABqyTgjF28_',$,$,$,(#736),#13128); -#13128= IFCLIBRARYREFERENCE($,$,'\X2\96FB6C1730B730B930C630E0306E30AB30C630B430EA30FC\X0\','IEC\X2\306B6E9662E03057305F56DE8DEF306E96FB572730EC30F330B83092793A305930026B21306E52176319578B306E5024309253D6308B3002\X0\(HIGHVOLTAGE indicates >1000V AC or >1500V DV; LOWVOLTAGE indicates 50-1000V AC or 120-1500V DC; EXTRALOWVOLTAGE indicates <50V AC or <120V DC.)','ja-JP',$); +#5732= IFCRELASSOCIATESLIBRARY('2Zr9mMrQPA5Qwsj5EA3w92',$,$,$,(#721),#13133); +#13133= IFCLIBRARYREFERENCE($,$,'Earth Fault1 Pole Power Factor Maximum State',$,'en',$); -#5736= IFCRELASSOCIATESLIBRARY('1RmfJ4LzT9w9xMhQc8tgLS',$,$,$,(#736),#13129); -#13129= IFCLIBRARYREFERENCE($,$,'\X2\C804AE30\X0\ \X2\C2DCC2A4D15C\X0\ \X2\CE74D14CACE0B9AC\X0\','IEC\X2\C5D0\X0\ \X2\B530B978\X0\ \X2\D68CB85CC758\X0\ \X2\C804C555\X0\ \X2\BC94C704B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\B2E4C74C\X0\ \X2\C5F4AC70\X0\ \X2\D615C758\X0\ \X2\AC12C744\X0\ \X2\BC1BB294B2E4\X0\. (HIGHVOLTAGE indicates> 1000V AC or> 1500V DV; LOWVOLTAGE indicates 50-1000V AC or 120-1500V DC; EXTRALOWVOLTAGE indicates <50V AC or <120V DC)','ko-KR',$); +#5733= IFCRELASSOCIATESLIBRARY('393OdOOXzF$ucd2zEUDYcW',$,$,$,(#721),#13134); +#13134= IFCLIBRARYREFERENCE($,$,'1\X2\69756700592757307D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\PE/PEN\X2\9593306E\X0\1\X2\69756700592757307D6196FB6D41529B73873002\X0\','ja-JP',$); -#5738= IFCRELASSOCIATESLIBRARY('2$nVz34Ej9Ih_nTfe9MPSR',$,$,$,(#737),#13130); -#13130= IFCLIBRARYREFERENCE($,$,'Electrical System Type',$,'en',$); +#5734= IFCRELASSOCIATESLIBRARY('3owIqiVEzAwup2P5lPDsbR',$,$,$,(#721),#13135); +#13135= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\C0C1\X0\ \X2\BC0F\X0\ PE / PEN \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); -#5739= IFCRELASSOCIATESLIBRARY('2jUZqBm0TDlwqv6sJnfjI7',$,$,$,(#737),#13131); -#13131= IFCLIBRARYREFERENCE($,$,'\X2\96FB6C1730B730B930C630E065B95F0F\X0\','IEC60364\X2\96FB6C1757FA6E96306B5B9A7FA93057305F96FB6C1763A55730306E65B95F0F300296FB6C178A2D5099306E7A2E985E300163A5573096FB697530688A2D5099306E5C0E96FB602790E85206306E7A2E985E30676C7A30813089308C308B300251774F537684306A306B306F3001\X0\IEC60364\X2\306B4E0B8A18306E30883046306A65B96CD5304C3042308BFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X\0D\X\0A- TN\X2\30B730B930C630E0FF1A96FB6C178A2D5099306F4E0070B962163044306F591A70B9306E63A5573070B9309263013061300176F463A563A557303055308C308B30B730B930C630E030028A2D5099306863A557306975306E5C0E96FB602790E85206306F4FDD8B773055308C30663044308B305330683002\X0\\X\0D\X\0A- TN\X2\3000\X0\C\X2\30B730B930C630E0FF1A7CFB7D71306E51683066306B308F305F3063306630014E2D60277DDA30684FDD8B775C0E4F53304C4E003064306E5C0E4F53306E\X0\TN\X2\30B730B930C630E03002\X0\\X\0D\X\0A- TN\X2\3000\X0\S\X2\30B730B930C630E0FF1A7CFB7D71306E51683066306B308F305F30633066300172EC7ACB306E4E2D60277DDA30684FDD8B775C0E4F53309267093059308B\X0\TN\X2\30B730B930C630E03002\X0\\X\0D\X\0A- TN\X2\3000\X0\C\X2\3000\X0\S\X2\30B730B930C630E0FF1A7CFB7D71306E4E0090E83067306F30014E2D60277DDA30684FDD8B775C0E4F53304C4E003064306E5C0E4F53306E\X0\TN\X2\30B730B930C630E03002\X0\\X\0D\X\0A- TT\X2\30B730B930C630E0FF1A4E0070B9309259275730306B76F463A563A57D9A3057300196FB529B7CFB7D71306E63A557303068306F712195A24FC2306B30018A2D5099306E973251FA5C0E96FB602790E85206309259275730306B76F463A563A557303059308B305330683002\X0\\X\0D\X\0A- IT\X2\30B730B930C630E0FF1A96FB529B30B730B930C630E0309259275730\X0\(\X2\63A55730\X0\)\X2\304B30897D767E013059308B30018A2D5099306E973251FA5C0E96FB602790E85206309259275730306B76F463A563A557303059308B305330683002\X0\','ja-JP',$); +#5735= IFCRELASSOCIATESLIBRARY('07EKU0fsnEoPWARnGV1y58',$,$,$,(#722),#13136); +#13136= IFCLIBRARYREFERENCE($,$,'Earth Fault1 Pole Power Factor Minimum State',$,'en',$); -#5740= IFCRELASSOCIATESLIBRARY('2MFmZHL116$RiXZFbPNc4$',$,$,$,(#737),#13132); -#13132= IFCLIBRARYREFERENCE($,$,'\X2\C804AE30\X0\ \X2\C2DCC2A4D15C\X0\ \X2\BC29C2DD\X0\','IEC60364 \X2\C804AE30\X0\ \X2\AE30C900C73CB85C\X0\ \X2\C815C758D55C\X0\ \X2\C804AE30\X0\ \X2\C811C9C0\X0\ \X2\BC29C2DD\X0\. \X2\C804AE30\X0\ \X2\C124BE44C758\X0\ \X2\C885B958\X0\, \X2\C811C9C0\X0\ \X2\C804ADF9\X0\ \X2\C2DCC124C758\X0\ \X2\B3C4C804C131\X0\ \X2\BD80BD84\X0\ \X2\C720D615C5D0\X0\ \X2\ACB0C815B41CB2E4\X0\. \X2\AD6CCCB4C801C778C5D0B294\X0\ IEC60364\X2\C5D0\X0\ \X2\B2E4C74CACFC\X0\ \X2\AC19C740\X0\ \X2\BC29BC95C774C788B2E4\X0\. \S\7 TN \X2\C2DCC2A4D15C\X0\ : \X2\C804AE30\X0\ \X2\C124BE44B294D55CB370\X0\ \X2\B610B294\X0\ \X2\B2E4C810\X0\ \X2\C811C9C0\X0\ \X2\C810C744\X0\ \X2\AC00C9C0ACE0\X0\ \X2\C9C1C811\X0\ \X2\C811C9C0B418B294\X0\ \X2\C2DCC2A4D15C\X0\. \X2\C2DCC124ACFC\X0\ \X2\C811C9C0ADF9C758\X0\ \X2\B3C4C804C131\X0\ \X2\BD80BD84C744\X0\ \X2\BCF4D638D558B294\X0\ \X2\AC83\X0\. \S\7 TN C \X2\C2DCC2A4D15C\X0\ : \X2\ACC4D1B5C758\X0\ \X2\BAA8B4E0\X0\ \X2\AC78CCD0\X0\ \X2\C911C131C120ACFC\X0\ \X2\BCF4D638\X0\ \X2\B3C4CCB4AC00\X0\ \X2\D558B098C758\X0\ \X2\B3C4CCB4\X0\ TN \X2\C2DCC2A4D15C\X0\. \S\7 TN S \X2\C2DCC2A4D15C\X0\ : \X2\ACC4D1B5C758\X0\ \X2\BAA8B4E0\X0\ \X2\AC78CCD0\X0\ \X2\B3C5B9BD\X0\ \X2\C911C131C120ACFC\X0\ \X2\BCF4D638\X0\ \X2\B3C4CCB4AC00C788B294\X0\ TN \X2\C2DCC2A4D15C\X0\. \S\7 TN C S \X2\C2DCC2A4D15C\X0\ : \X2\ACC4D1B5C758\X0\ \X2\C77CBD80AC00\X0\, \X2\C911C131C120ACFC\X0\ \X2\BCF4D638\X0\ \X2\B3C4CCB4AC00\X0\ \X2\D558B098C758\X0\ \X2\B3C4CCB4\X0\ TN \X2\C2DCC2A4D15C\X0\. \S\7 TT \X2\C2DCC2A4D15C\X0\ : \X2\D55C\X0\ \X2\C810C744\X0\ \X2\B300C9C0C5D0\X0\ \X2\C9C1C811\X0\ \X2\C5F0ACB0D558C5EC\X0\ \X2\C804B825\X0\ \X2\ACC4D1B5C758\X0\ \X2\C811C9C0C640B294\X0\ \X2\C0C1AD00C5C6C774\X0\ \X2\C124BE44C758\X0\ \X2\B178CD9C\X0\ \X2\B3C4C804C131\X0\ \X2\BD80BD84C744\X0\ \X2\B300C9C0C5D0\X0\ \X2\C9C1C811\X0\ \X2\C811C9C0D55CB2E4\X0\. \S\7 IT \X2\C2DCC2A4D15C\X0\ : \X2\C804B825\X0\ \X2\C2DCC2A4D15CC744\X0\ \X2\B300C9C0\X0\ (\X2\C811C9C0\X0\)\X2\B85CBD80D130\X0\ \X2\C808C5F0D558B294\X0\ \X2\C124BE44C758\X0\ \X2\B178CD9C\X0\ \X2\B3C4C804C131\X0\ \X2\BD80BD84C744\X0\ \X2\B300C9C0C5D0\X0\ \X2\C9C1C811\X0\ \X2\C811C9C0D55CB2E4\X0\.','ko-KR',$); +#5736= IFCRELASSOCIATESLIBRARY('31MPR2zWbBOeZPK5tbb9Hp',$,$,$,(#722),#13137); +#13137= IFCLIBRARYREFERENCE($,$,'1\X2\697567005C0F57307D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\PE/PEN\X2\9593306E\X0\1\X2\697567005C0F57307D6196FB6D41529B73873002\X0\','ja-JP',$); -#5742= IFCRELASSOCIATESLIBRARY('3uBhPiW0jDKPdge8MJd0Rk',$,$,$,(#738),#13133); -#13133= IFCLIBRARYREFERENCE($,$,'Electric Cooker Type',$,'en',$); +#5737= IFCRELASSOCIATESLIBRARY('3MLpLUrPb0WR87G8R8vntf',$,$,$,(#722),#13138); +#13138= IFCLIBRARYREFERENCE($,$,'1\X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\C0C1\X0\ \X2\BC0F\X0\ PE / PEN \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\C9C0B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); -#5743= IFCRELASSOCIATESLIBRARY('1G4en4s$P3d8QvZ4IlCzPm',$,$,$,(#738),#13134); -#13134= IFCLIBRARYREFERENCE($,$,'\X2\96FB6C178ABF74065668306E30BF30A430D7\X0\','\X2\96FB6C178ABF74065668306E30BF30A430D73002\X0\','ja-JP',$); +#5740= IFCRELASSOCIATESLIBRARY('0tQ_G5nbnCjgVvjfNl9LOJ',$,$,$,(#727),#13139); +#13139= IFCLIBRARYREFERENCE($,$,'Edge Distance To First Axis',$,'en',$); -#5744= IFCRELASSOCIATESLIBRARY('07_YLc_IT42gOgJGt61xFX',$,$,$,(#738),#13135); -#13135= IFCLIBRARYREFERENCE($,$,'\X2\C804AE30\X0\ \X2\BC25C1A5C758\X0\ \X2\C885B958\X0\','\X2\C804C790\X0\ \X2\C870B9ACAE30C758\X0\ \X2\C720D615\X0\.','ko-KR',$); +#5741= IFCRELASSOCIATESLIBRARY('3EzwDDfqX5l9PXz68eCicW',$,$,$,(#728),#13140); +#13140= IFCLIBRARYREFERENCE($,$,'Edge Draft',$,'en',$); -#5745= IFCRELASSOCIATESLIBRARY('2OU0aAfhrABhNVdUpD6leF',$,$,$,(#739),#13136); -#13136= IFCLIBRARYREFERENCE($,$,'Electric Generator Efficiency',$,'en',$); +#5742= IFCRELASSOCIATESLIBRARY('2dBd7nr498pxtFvg9dvSM7',$,$,$,(#729),#13141); +#13141= IFCLIBRARYREFERENCE($,$,'Edge Fixing Plate Flange Width In Plane X',$,'en',$); -#5746= IFCRELASSOCIATESLIBRARY('2TP_L2O1rElebt9yShowjW',$,$,$,(#739),#13137); -#13137= IFCLIBRARYREFERENCE($,$,'\X2\767A96FB52B97387\X0\','\X2\51FA529B5BB991CF30685165529B5BB991CF306E6BD473873002\X0\','ja-JP',$); +#5743= IFCRELASSOCIATESLIBRARY('2l4rPDIDL6pR2K0LhKn1KX',$,$,$,(#729),#13142); +#13142= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B85E45\X0\X','L\X2\578B7AEF90E830D730EC30FC30C8306E\X0\X\X2\976230D530E930F330B85E453002\X0\','ja-JP',$); -#5747= IFCRELASSOCIATESLIBRARY('37bGqYXL97UfRez2hutrt0',$,$,$,(#739),#13138); -#13138= IFCLIBRARYREFERENCE($,$,'\X2\BC1CC804\X0\ \X2\D6A8C728\X0\','\X2\CD9CB825\X0\ \X2\C6A9B7C9C744\X0\ \X2\C785B825\X0\ \X2\C6A9B7C9C758\X0\ \X2\BE44C728\X0\','ko-KR',$); +#5744= IFCRELASSOCIATESLIBRARY('2YXzbacev759axHSMNz67p',$,$,$,(#729),#13143); +#13143= IFCLIBRARYREFERENCE($,$,'\X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\ X','L \X2\D615\X0\ \X2\B2E8BD80\X0\ \X2\D50CB808C774D2B8\X0\ X\X2\BA74\X0\ \X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\','ko-KR',$); -#5748= IFCRELASSOCIATESLIBRARY('2tW4A12KDBbRQ0uO3juIFd',$,$,$,(#740),#13139); -#13139= IFCLIBRARYREFERENCE($,$,'Electricity',$,'en',$); +#5745= IFCRELASSOCIATESLIBRARY('3So6tXjUb6ie_ee_jfVX4E',$,$,$,(#730),#13144); +#13144= IFCLIBRARYREFERENCE($,$,'Edge Fixing Plate Flange Width In Plane Z',$,'en',$); -#5749= IFCRELASSOCIATESLIBRARY('3mvQMwxrH8xBDFpzbqiNCC',$,$,$,(#740),#13140); -#13140= IFCLIBRARYREFERENCE($,$,'\X2\C804B825\X0\ \X2\C18CBE44B7C9\X0\','\X2\D2B9C815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548C758\X0\ \X2\C804B825\X0\ \X2\C18CBE44\X0\.','ko-KR',$); +#5746= IFCRELASSOCIATESLIBRARY('3p8XDeI5H8XglFRZjQU8h$',$,$,$,(#730),#13145); +#13145= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B85E45\X0\Z','L\X2\578B7AEF90E830D730EC30FC30C8306E\X0\Z\X2\976230D530E930F330B85E453002\X0\','ja-JP',$); -#5750= IFCRELASSOCIATESLIBRARY('3Aii8xJvr7Rgy2Eu4YzFoi',$,$,$,(#741),#13141); -#13141= IFCLIBRARYREFERENCE($,$,'Electric Motor Efficiency',$,'en',$); +#5747= IFCRELASSOCIATESLIBRARY('1FdrM9Axn62PbfLYgYb3u3',$,$,$,(#730),#13146); +#13146= IFCLIBRARYREFERENCE($,$,'\X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\ Z','L \X2\D615\X0\ \X2\B2E8BD80\X0\ \X2\D50CB808C774D2B8\X0\ Z\X2\BA74\X0\ \X2\D50CB79CC9C0\X0\ \X2\D3ED\X0\','ko-KR',$); -#5751= IFCRELASSOCIATESLIBRARY('1oFNs_ZB505BXByMQtChJy',$,$,$,(#741),#13142); -#13142= IFCLIBRARYREFERENCE($,$,'\X2\51FA529B52B97387\X0\','\X2\51FA529B5BB991CF30685165529B5BB991CF306E6BD473873002\X0\','ja-JP',$); +#5748= IFCRELASSOCIATESLIBRARY('3n6rfRSzrFcvZbLYcgskvh',$,$,$,(#731),#13147); +#13147= IFCLIBRARYREFERENCE($,$,'Edge Fixing Plate Length',$,'en',$); -#5752= IFCRELASSOCIATESLIBRARY('2V1pWpqnr9UAsAloA664k_',$,$,$,(#741),#13143); -#13143= IFCLIBRARYREFERENCE($,$,'\X2\CD9CB825\X0\ \X2\D6A8C728\X0\','\X2\CD9CB825\X0\ \X2\C6A9B7C9C744\X0\ \X2\C785B825\X0\ \X2\C6A9B7C9C758\X0\ \X2\BE44C728\X0\.','ko-KR',$); +#5749= IFCRELASSOCIATESLIBRARY('333QfrywHDl9dQpp_psUGD',$,$,$,(#731),#13148); +#13148= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','L\X2\578B7AEF90E830D730EC30FC30C8306E957730553002\X0\','ja-JP',$); -#5755= IFCRELASSOCIATESLIBRARY('1Qlru5pPHEsPH_3rJWST4q',$,$,$,(#744),#13144); -#13144= IFCLIBRARYREFERENCE($,$,'Electro Magnetic Tripping Unit Type',$,'en',$); +#5750= IFCRELASSOCIATESLIBRARY('1WGPzExoX1QRkt8$4JsBlQ',$,$,$,(#731),#13149); +#13149= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','L \X2\D615\X0\ \X2\B2E8BD80\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\AE38C774\X0\','ko-KR',$); -#5756= IFCRELASSOCIATESLIBRARY('2CzTzZITbCPgVRhoEgAUa5',$,$,$,(#744),#13145); -#13145= IFCLIBRARYREFERENCE($,$,'\X2\96FB78C130C830EA30C330D788C57F6E30BF30A430D7\X0\','\X2\96FB78C130C830EA30C330D788C57F6E30BF30A430D730929078629E3059308B3002FF08904E96FB6D4130FB914D7DDA752830FB30E230FC30BF30FC30FB30D030A430E130BF30EB30FB305D306E4ED6FF09\X0\','ja-JP',$); +#5751= IFCRELASSOCIATESLIBRARY('3Lrl9wxSvFhhYa3NT4$VLj',$,$,$,(#732),#13150); +#13150= IFCLIBRARYREFERENCE($,$,'Edge Fixing Plate Thickness',$,'en',$); -#5757= IFCRELASSOCIATESLIBRARY('0e0bRARTr93xojx$JbUiUw',$,$,$,(#744),#13146); -#13146= IFCLIBRARYREFERENCE($,$,'\X2\C804C790\X0\ \X2\D2B8B9BDC7A5CE58\X0\ \X2\C720D615\X0\','\X2\C804C790\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58\X0\ \X2\C720D615C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\. (\X2\ACFCC804B958\X0\ \S\7 \X2\BC30C120\X0\ \X2\BAA8D130\X0\ \X2\BC14C774BA54D0C8\X0\ \X2\AE30D0C0\X0\)','ko-KR',$); +#5752= IFCRELASSOCIATESLIBRARY('2xcXQkPBzDvxtrm8XJLaRf',$,$,$,(#732),#13151); +#13151= IFCLIBRARYREFERENCE($,$,'\X2\677F539A\X0\','L\X2\578B7AEF90E830D730EC30FC30C8306E677F539A3002\X0\','ja-JP',$); -#5760= IFCRELASSOCIATESLIBRARY('1PFL0eDQbD2fupQdu8LteQ',$,$,$,(#746),#13147); -#13147= IFCLIBRARYREFERENCE($,$,'Electronic Tripping Unit Type',$,'en',$); +#5753= IFCRELASSOCIATESLIBRARY('08Fw9Ftlz6CB1tSIGHMQTO',$,$,$,(#732),#13152); +#13152= IFCLIBRARYREFERENCE($,$,'\X2\B450AED8\X0\','L \X2\D615\X0\ \X2\B2E8BD80\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\B450AED8\X0\','ko-KR',$); -#5761= IFCRELASSOCIATESLIBRARY('0pbGN6fAL769sKeSmX5bRk',$,$,$,(#746),#13148); -#13148= IFCLIBRARYREFERENCE($,$,'\X2\96FB78C15F0F306E88C57F6E30BF30A430D7\X0\','\X2\96FB78C15F0F306E88C57F6E30BF30A430D7309230EA30B930C8304B30899078629E3002\X0\','ja-JP',$); +#5754= IFCRELASSOCIATESLIBRARY('0cd0LMG7T7DvEJTkhOl$ti',$,$,$,(#733),#13153); +#13153= IFCLIBRARYREFERENCE($,$,'Effective Area',$,'en',$); -#5762= IFCRELASSOCIATESLIBRARY('1Q$9b3vYH9Oum48fwaF6I5',$,$,$,(#746),#13149); -#13149= IFCLIBRARYREFERENCE($,$,'\X2\C804C790C2DD\X0\ \X2\C7A5CE58\X0\ \X2\C720D615\X0\','\X2\C804C790C2DD\X0\ \X2\C7A5CE58\X0\ \X2\C720D615C744\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); +#5755= IFCRELASSOCIATESLIBRARY('3$r$AxH$vDA9D5aIQrqwN2',$,$,$,(#733),#13154); +#13154= IFCLIBRARYREFERENCE($,$,'ZoneEfficace','Zone d''\S\imission efficace du terminal de ventilation.','fr-FR',$); -#5763= IFCRELASSOCIATESLIBRARY('1fETHt$zv5xB6waNsdlbr6',$,$,$,(#751),#13150); -#13150= IFCLIBRARYREFERENCE($,$,'Enabled',$,'en',$); +#5756= IFCRELASSOCIATESLIBRARY('3H$ltop8nBtBc2n73Sa$Z4',$,$,$,(#733),#13155); +#13155= IFCLIBRARYREFERENCE($,$,'\X2\670952B997627A4D\X0\','\X2\30BF30FC30DF30CA30EB306E670952B95439304D51FA30577BC456F2\X0\','ja-JP',$); -#5764= IFCRELASSOCIATESLIBRARY('235j8P2SL7hP7xOjctSiyZ',$,$,$,(#753),#13151); -#13151= IFCLIBRARYREFERENCE($,$,'End Date',$,'en',$); +#5757= IFCRELASSOCIATESLIBRARY('3tEqZwtIT8uBmpSm1W7TKe',$,$,$,(#734),#13156); +#13156= IFCLIBRARYREFERENCE($,$,'Effective Capacity',$,'en',$); -#5766= IFCRELASSOCIATESLIBRARY('0$bJpP6ffDPffL7NEGghQN',$,$,$,(#755),#13152); -#13152= IFCLIBRARYREFERENCE($,$,'End Shape Type',$,'en',$); +#5758= IFCRELASSOCIATESLIBRARY('1Y4hKKpVHArfADnj$_QoTC',$,$,$,(#734),#13157); +#13157= IFCLIBRARYREFERENCE($,$,'\X2\670952B95BB991CF\X0\','\X2\30BF30F330AF306E7DCF670952B953C8306F5B9F5BB991CF\X0\','ja-JP',$); -#5767= IFCRELASSOCIATESLIBRARY('0UxxuyWVbAThc$wf6AhSWR',$,$,$,(#755),#13153); -#13153= IFCLIBRARYREFERENCE($,$,'\X2\672B7AEF5F6272B630BF30A430D7\X0\','\X2\5B9A7FA930004E88308130BF30F330AF306B4F7F75283059308B30533068304C3067304D308B7AEF5F6272B6306E7A2E985E3092793A305930023053308C3089306E521763193055308C305F502430928AAD307F53D6308B305F3081306E898F5247306F3001578276F451867B52306B95A230573066306F30016700521D306E5024306F30D930FC30B9306730593001305D305730663001\X0\2\X2\756A76EE306F51487AEF3067305930026C345E7351867B52306B95A230573066306F30015024306F5DE6304B308953F3306B8AAD30805FC58981304C3042308A307E3059300274035F6230BF30F330AF306E5834540830015024306F\X0\UNSET\X2\30924F7F75283059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); +#5759= IFCRELASSOCIATESLIBRARY('2vqBub13X88uahgp$DeT5Y',$,$,$,(#736),#13158); +#13158= IFCLIBRARYREFERENCE($,$,'Effectiveness',$,'en',$); -#5768= IFCRELASSOCIATESLIBRARY('001$fxWaD2FBMpWohKE6jz',$,$,$,(#756),#13154); -#13154= IFCLIBRARYREFERENCE($,$,'End Shape Type',$,'en',$); +#5760= IFCRELASSOCIATESLIBRARY('3YGH3dVWnCK8WTGzeTkj5W',$,$,$,(#736),#13159); +#13159= IFCLIBRARYREFERENCE($,$,'\X2\52B97387\X0\','\X2\FF084E006B21FF097A7A6C17306E5165529B4E7E74036E295EA63068FF084E8C6B21FF097A7A6C17306E6E7F74036E295EA6306E5DEE306B5BFE3059308BFF084E006B21FF097A7A6C17306E6D41308C306E4E7E74036E295EA6306E59095316306E527254083002\X0\','ja-JP',$); -#5769= IFCRELASSOCIATESLIBRARY('3n2pyvdsf74PzoookMwVwZ',$,$,$,(#756),#13155); -#13155= IFCLIBRARYREFERENCE($,$,'\X2\672B7AEF5F6272B630BF30A430D7\X0\','\X2\5B9A7FA930004E88308130BF30F330AF306B4F7F75283059308B30533068304C3067304D308B7AEF5F6272B6306E7A2E985E3092793A305930023053308C3089306E521763193055308C305F502430928AAD307F53D6308B305F3081306E898F5247306F3001578276F451867B52306B95A230573066306F30016700521D306E5024306F30D930FC30B9306730593001305D305730663001\X0\2\X2\756A76EE306F51487AEF3067305930026C345E7351867B52306B95A230573066306F30015024306F5DE6304B308953F3306B8AAD30805FC58981304C3042308A307E3059300274035F6230BF30F330AF306E5834540830015024306F\X0\UNSET\X2\30924F7F75283059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); +#5761= IFCRELASSOCIATESLIBRARY('0HG8rctYD7twgfy9pbuFEG',$,$,$,(#737),#13160); +#13160= IFCLIBRARYREFERENCE($,$,'Effectiveness',$,'en',$); -#5770= IFCRELASSOCIATESLIBRARY('1BCGzL6UX4m9K5lmkOP6ge',$,$,$,(#762),#13156); -#13156= IFCLIBRARYREFERENCE($,$,'Energy Efficiency Ratio',$,'en',$); +#5762= IFCRELASSOCIATESLIBRARY('3WKbwZMTL7fgtdY0vZkjBC',$,$,$,(#737),#13161); +#13161= IFCLIBRARYREFERENCE($,$,'\X2\52B97387\X0\','\X2\6700592753EF80FD71B179FB52D591CF306B5BFE3059308B5B9F71B179FB52D591CF306E52725408\X0\','ja-JP',$); -#5771= IFCRELASSOCIATESLIBRARY('1BSxulMYb2cRXd$eFtMEPS',$,$,$,(#762),#13157); -#13157= IFCLIBRARYREFERENCE($,$,'CoefficientEfficacit\S\iEnerg\S\itique','L''EER ou Energy Efficiency Ratio est le coefficient d''efficacit\S\i frigorifique, rapport entre entre l''\S\inergie utile frigorifique divis\S\ie par\S\inergie absorb\S\ie au compresseur.\X\0D\X\0APar d\S\ifinition, l''unit\S\i est le BTU/hour par Watt.\X\0D\X\0ALa puissance \S\ilectrique fournie peut \S\jtre obtenue depuis Pset_DistributionPortHistoryElectrical.RealPower sur le port "Power" du IfcChiller.','fr-FR',$); +#5763= IFCRELASSOCIATESLIBRARY('3McP5bssv2GRs49Ao8zb$i',$,$,$,(#738),#13162); +#13162= IFCLIBRARYREFERENCE($,$,'Effectiveness Table',$,'en',$); -#5772= IFCRELASSOCIATESLIBRARY('33HyV_1SXDAu41eZE7mJVM',$,$,$,(#763),#13158); -#13158= IFCLIBRARYREFERENCE($,$,'Energy Efficiency Ratio',$,'en',$); +#5764= IFCRELASSOCIATESLIBRARY('1r4hQ7ROrFw9bjc9vP9ktf',$,$,$,(#739),#13163); +#13163= IFCLIBRARYREFERENCE($,$,'Efficiency Curve',$,'en',$); -#5773= IFCRELASSOCIATESLIBRARY('1PZIphwk1C5h4__MKbEbss',$,$,$,(#763),#13159); -#13159= IFCLIBRARYREFERENCE($,$,'CoefficientEfficacit\S\iThermique','EER, coefficient d''efficacit\S\i Thermique','fr-FR',$); +#5766= IFCRELASSOCIATESLIBRARY('3T6BKLeMXBAPcBPh9aH0lG',$,$,$,(#740),#13164); +#13164= IFCLIBRARYREFERENCE($,$,'Electric Actuator Type',$,'en',$); -#5774= IFCRELASSOCIATESLIBRARY('3LTnhXQ0n5VuFDhsOBQbt2',$,$,$,(#764),#13160); -#13160= IFCLIBRARYREFERENCE($,$,'Energy Gain Sensible',$,'en',$); +#5767= IFCRELASSOCIATESLIBRARY('3ZnTxvTxfAzAC2KR9qAmTL',$,$,$,(#740),#13165); +#13165= IFCLIBRARYREFERENCE($,$,'\X2\96FB6C175F0F30A230AF30C130E530A830FC30BF30BF30A430D7\X0\','\X2\4F5C52D5539F7406306B3088306330665B9A7FA93055308C305F96FB6C175F0F30A230AF30C130E530A830FC30BF30928B5852253059308B4E0089A73002\X0\','ja-JP',$); -#5775= IFCRELASSOCIATESLIBRARY('0zTnC3Isv7TOAwNAPvNsQJ',$,$,$,(#764),#13161); -#13161= IFCLIBRARYREFERENCE($,$,'\X2\985571B17A7A8ABF8CA08377\X0\','\X2\30D430FC30AF664254045C455BA4306E6700592751B7623F8CA0837730687A7A8ABF30B730B930C630E0306E985571B18CA08377306B3088308B67005927985571B18CA083773002\X0\','ja-JP',$); +#5768= IFCRELASSOCIATESLIBRARY('1KIo69liz5teLmo1UChDDQ',$,$,$,(#740),#13166); +#13166= IFCLIBRARYREFERENCE($,$,'\X2\C804AE30C2DD\X0\ \X2\C561CD94C5D0C774D130\X0\ \X2\C720D615\X0\','\X2\C791B3D9\X0\ \X2\C6D0B9ACC5D0\X0\ \X2\C758D574\X0\ \X2\C815C758B41C\X0\ \X2\C804AE30C2DD\X0\ \X2\C561CE04C5D0C774D130B97C\X0\ \X2\C2DDBCC4D558B294\X0\ \X2\BAA9B85D\X0\','ko-KR',$); -#5776= IFCRELASSOCIATESLIBRARY('1ei42Qou9BAxhq1cwG8x4m',$,$,$,(#764),#13162); -#13162= IFCLIBRARYREFERENCE($,$,'\X2\D604C5F4\X0\ \X2\ACF5C870\X0\ \X2\BD80D558\X0\','\X2\CD5CB300\X0\ \X2\AC01\X0\ \X2\AC70C2E4\X0\ \X2\CD5CB300\X0\ \X2\B0C9BC29\X0\ \X2\BD80D558\X0\ \X2\BC0F\X0\ \X2\ACF5C870\X0\ \X2\C2DCC2A4D15CC758\X0\ \X2\D604C5F4\X0\ \X2\BD80D558C5D0\X0\ \X2\C758D55C\X0\ \X2\CD5CB300\X0\ \X2\D604C5F4\X0\ \X2\BD80D558\X0\','ko-KR',$); +#5771= IFCRELASSOCIATESLIBRARY('2RoijnrZTELxBjT6WPcwVV',$,$,$,(#745),#13167); +#13167= IFCLIBRARYREFERENCE($,$,'Electrical System Category',$,'en',$); -#5777= IFCRELASSOCIATESLIBRARY('0eoSggMiXC4BJ_JGgFY8nP',$,$,$,(#765),#13163); -#13163= IFCLIBRARYREFERENCE($,$,'Energy Gain Total',$,'en',$); +#5772= IFCRELASSOCIATESLIBRARY('28e8G0HAvAleFj0FEmz1LZ',$,$,$,(#745),#13168); +#13168= IFCLIBRARYREFERENCE($,$,'\X2\96FB6C1730B730B930C630E0306E30AB30C630B430EA30FC\X0\','IEC\X2\306B6E9662E03057305F56DE8DEF306E96FB572730EC30F330B83092793A305930026B21306E52176319578B306E5024309253D6308B3002\X0\(HIGHVOLTAGE indicates >1000V AC or >1500V DV; LOWVOLTAGE indicates 50-1000V AC or 120-1500V DC; EXTRALOWVOLTAGE indicates <50V AC or <120V DC.)','ja-JP',$); -#5778= IFCRELASSOCIATESLIBRARY('3CKZINcZj3$hn_R6w14tO4',$,$,$,(#765),#13164); -#13164= IFCLIBRARYREFERENCE($,$,'\X2\7DCF71B153D65F97\X0\','\X2\5C455BA4306E6700592751B7623F8CA0837730687A7A8ABF30B730B930C630E0FF086A5F56687B49FF09306E518D71B18CA08377306B3088308B6700592771B18CA083773002\X0\','ja-JP',$); +#5773= IFCRELASSOCIATESLIBRARY('3UmQi9Gx9Bpf_og2KN4Eof',$,$,$,(#745),#13169); +#13169= IFCLIBRARYREFERENCE($,$,'\X2\C804AE30\X0\ \X2\C2DCC2A4D15C\X0\ \X2\CE74D14CACE0B9AC\X0\','IEC\X2\C5D0\X0\ \X2\B530B978\X0\ \X2\D68CB85CC758\X0\ \X2\C804C555\X0\ \X2\BC94C704B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\B2E4C74C\X0\ \X2\C5F4AC70\X0\ \X2\D615C758\X0\ \X2\AC12C744\X0\ \X2\BC1BB294B2E4\X0\. (HIGHVOLTAGE indicates> 1000V AC or> 1500V DV; LOWVOLTAGE indicates 50-1000V AC or 120-1500V DC; EXTRALOWVOLTAGE indicates <50V AC or <120V DC)','ko-KR',$); -#5779= IFCRELASSOCIATESLIBRARY('0bsPjfbkfF4u0MHby6zN8k',$,$,$,(#765),#13165); -#13165= IFCLIBRARYREFERENCE($,$,'\X2\CD1D\X0\ \X2\C5F4\X0\ \X2\AC80C0C9\X0\','\X2\AC70C2E4\X0\ \X2\CD5CB300\X0\ \X2\B0C9BC29\X0\ \X2\BD80D558\X0\ \X2\BC0F\X0\ \X2\ACF5C870\X0\ \X2\C2DCC2A4D15C\X0\ (\X2\C7A5BE44\X0\ \X2\B4F1\X0\) \X2\C7ACC5F4\X0\ \X2\BD80D558C5D0\X0\ \X2\C758D55C\X0\ \X2\CD5CB300\X0\ \X2\C5F4BD80D558\X0\.','ko-KR',$); +#5775= IFCRELASSOCIATESLIBRARY('1dWBowH4n81gSywqgAOyw7',$,$,$,(#746),#13170); +#13170= IFCLIBRARYREFERENCE($,$,'Electrical System Type',$,'en',$); -#5780= IFCRELASSOCIATESLIBRARY('2JvUri9FPCjhV6rxW$7lQg',$,$,$,(#766),#13166); -#13166= IFCLIBRARYREFERENCE($,$,'Energy Loss',$,'en',$); +#5776= IFCRELASSOCIATESLIBRARY('3hZN90WU99FgWEvpAV0Y8i',$,$,$,(#746),#13171); +#13171= IFCLIBRARYREFERENCE($,$,'\X2\96FB6C1730B730B930C630E065B95F0F\X0\','IEC60364\X2\96FB6C1757FA6E96306B5B9A7FA93057305F96FB6C1763A55730306E65B95F0F300296FB6C178A2D5099306E7A2E985E300163A5573096FB697530688A2D5099306E5C0E96FB602790E85206306E7A2E985E30676C7A30813089308C308B300251774F537684306A306B306F3001\X0\IEC60364\X2\306B4E0B8A18306E30883046306A65B96CD5304C3042308BFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X\0D\X\0A- TN\X2\30B730B930C630E0FF1A96FB6C178A2D5099306F4E0070B962163044306F591A70B9306E63A5573070B9309263013061300176F463A563A557303055308C308B30B730B930C630E030028A2D5099306863A557306975306E5C0E96FB602790E85206306F4FDD8B773055308C30663044308B305330683002\X0\\X\0D\X\0A- TN\X2\3000\X0\C\X2\30B730B930C630E0FF1A7CFB7D71306E51683066306B308F305F3063306630014E2D60277DDA30684FDD8B775C0E4F53304C4E003064306E5C0E4F53306E\X0\TN\X2\30B730B930C630E03002\X0\\X\0D\X\0A- TN\X2\3000\X0\S\X2\30B730B930C630E0FF1A7CFB7D71306E51683066306B308F305F30633066300172EC7ACB306E4E2D60277DDA30684FDD8B775C0E4F53309267093059308B\X0\TN\X2\30B730B930C630E03002\X0\\X\0D\X\0A- TN\X2\3000\X0\C\X2\3000\X0\S\X2\30B730B930C630E0FF1A7CFB7D71306E4E0090E83067306F30014E2D60277DDA30684FDD8B775C0E4F53304C4E003064306E5C0E4F53306E\X0\TN\X2\30B730B930C630E03002\X0\\X\0D\X\0A- TT\X2\30B730B930C630E0FF1A4E0070B9309259275730306B76F463A563A57D9A3057300196FB529B7CFB7D71306E63A557303068306F712195A24FC2306B30018A2D5099306E973251FA5C0E96FB602790E85206309259275730306B76F463A563A557303059308B305330683002\X0\\X\0D\X\0A- IT\X2\30B730B930C630E0FF1A96FB529B30B730B930C630E0309259275730\X0\(\X2\63A55730\X0\)\X2\304B30897D767E013059308B30018A2D5099306E973251FA5C0E96FB602790E85206309259275730306B76F463A563A557303059308B305330683002\X0\','ja-JP',$); -#5781= IFCRELASSOCIATESLIBRARY('2McqNqTQ9BK8pNU1gct0VD',$,$,$,(#766),#13167); -#13167= IFCLIBRARYREFERENCE($,$,'\X2\71B1FF0830A830CD30EB30AE30FCFF0930ED30B9\X0\','\X2\30D430FC30AF66427A7A8ABF30B730B930C630E0670059276696623F8CA08377309263D04F9B3059308B969B306E71B130ED30B93002\X0\','ja-JP',$); +#5777= IFCRELASSOCIATESLIBRARY('2jKHP5MbDEzhB3TvJijG2A',$,$,$,(#746),#13172); +#13172= IFCLIBRARYREFERENCE($,$,'\X2\C804AE30\X0\ \X2\C2DCC2A4D15C\X0\ \X2\BC29C2DD\X0\','IEC60364 \X2\C804AE30\X0\ \X2\AE30C900C73CB85C\X0\ \X2\C815C758D55C\X0\ \X2\C804AE30\X0\ \X2\C811C9C0\X0\ \X2\BC29C2DD\X0\. \X2\C804AE30\X0\ \X2\C124BE44C758\X0\ \X2\C885B958\X0\, \X2\C811C9C0\X0\ \X2\C804ADF9\X0\ \X2\C2DCC124C758\X0\ \X2\B3C4C804C131\X0\ \X2\BD80BD84\X0\ \X2\C720D615C5D0\X0\ \X2\ACB0C815B41CB2E4\X0\. \X2\AD6CCCB4C801C778C5D0B294\X0\ IEC60364\X2\C5D0\X0\ \X2\B2E4C74CACFC\X0\ \X2\AC19C740\X0\ \X2\BC29BC95C774C788B2E4\X0\. \S\7 TN \X2\C2DCC2A4D15C\X0\ : \X2\C804AE30\X0\ \X2\C124BE44B294D55CB370\X0\ \X2\B610B294\X0\ \X2\B2E4C810\X0\ \X2\C811C9C0\X0\ \X2\C810C744\X0\ \X2\AC00C9C0ACE0\X0\ \X2\C9C1C811\X0\ \X2\C811C9C0B418B294\X0\ \X2\C2DCC2A4D15C\X0\. \X2\C2DCC124ACFC\X0\ \X2\C811C9C0ADF9C758\X0\ \X2\B3C4C804C131\X0\ \X2\BD80BD84C744\X0\ \X2\BCF4D638D558B294\X0\ \X2\AC83\X0\. \S\7 TN C \X2\C2DCC2A4D15C\X0\ : \X2\ACC4D1B5C758\X0\ \X2\BAA8B4E0\X0\ \X2\AC78CCD0\X0\ \X2\C911C131C120ACFC\X0\ \X2\BCF4D638\X0\ \X2\B3C4CCB4AC00\X0\ \X2\D558B098C758\X0\ \X2\B3C4CCB4\X0\ TN \X2\C2DCC2A4D15C\X0\. \S\7 TN S \X2\C2DCC2A4D15C\X0\ : \X2\ACC4D1B5C758\X0\ \X2\BAA8B4E0\X0\ \X2\AC78CCD0\X0\ \X2\B3C5B9BD\X0\ \X2\C911C131C120ACFC\X0\ \X2\BCF4D638\X0\ \X2\B3C4CCB4AC00C788B294\X0\ TN \X2\C2DCC2A4D15C\X0\. \S\7 TN C S \X2\C2DCC2A4D15C\X0\ : \X2\ACC4D1B5C758\X0\ \X2\C77CBD80AC00\X0\, \X2\C911C131C120ACFC\X0\ \X2\BCF4D638\X0\ \X2\B3C4CCB4AC00\X0\ \X2\D558B098C758\X0\ \X2\B3C4CCB4\X0\ TN \X2\C2DCC2A4D15C\X0\. \S\7 TT \X2\C2DCC2A4D15C\X0\ : \X2\D55C\X0\ \X2\C810C744\X0\ \X2\B300C9C0C5D0\X0\ \X2\C9C1C811\X0\ \X2\C5F0ACB0D558C5EC\X0\ \X2\C804B825\X0\ \X2\ACC4D1B5C758\X0\ \X2\C811C9C0C640B294\X0\ \X2\C0C1AD00C5C6C774\X0\ \X2\C124BE44C758\X0\ \X2\B178CD9C\X0\ \X2\B3C4C804C131\X0\ \X2\BD80BD84C744\X0\ \X2\B300C9C0C5D0\X0\ \X2\C9C1C811\X0\ \X2\C811C9C0D55CB2E4\X0\. \S\7 IT \X2\C2DCC2A4D15C\X0\ : \X2\C804B825\X0\ \X2\C2DCC2A4D15CC744\X0\ \X2\B300C9C0\X0\ (\X2\C811C9C0\X0\)\X2\B85CBD80D130\X0\ \X2\C808C5F0D558B294\X0\ \X2\C124BE44C758\X0\ \X2\B178CD9C\X0\ \X2\B3C4C804C131\X0\ \X2\BD80BD84C744\X0\ \X2\B300C9C0C5D0\X0\ \X2\C9C1C811\X0\ \X2\C811C9C0D55CB2E4\X0\.','ko-KR',$); -#5782= IFCRELASSOCIATESLIBRARY('3J2XuAfd929Ri1SucHfxa6',$,$,$,(#766),#13168); -#13168= IFCLIBRARYREFERENCE($,$,'\X2\C5F4\X0\(\X2\C5D0B108C9C0\X0\)\X2\B85CC2A4\X0\','\X2\CD5CB300\X0\ \X2\ACF5C870\X0\ \X2\C2DCC2A4D15C\X0\ \X2\CD5CB300\X0\ \X2\B09CBC29\X0\ \X2\BD80D558B97C\X0\ \X2\C81CACF5D560\X0\ \X2\C218C788B294\X0\ \X2\C5F4\X0\ \X2\C190C2E4\X0\','ko-KR',$); +#5779= IFCRELASSOCIATESLIBRARY('2eF9DtcBT2Ow_n46Z7fNT$',$,$,$,(#747),#13173); +#13173= IFCLIBRARYREFERENCE($,$,'Electric Cooker Type',$,'en',$); -#5784= IFCRELASSOCIATESLIBRARY('1XVVhpYC1ECxa0PXwwGh56',$,$,$,(#767),#13169); -#13169= IFCLIBRARYREFERENCE($,$,'Energy Source',$,'en',$); +#5780= IFCRELASSOCIATESLIBRARY('17EYWhUX12PvlKQdW3hKWK',$,$,$,(#747),#13174); +#13174= IFCLIBRARYREFERENCE($,$,'\X2\96FB6C178ABF74065668306E30BF30A430D7\X0\','\X2\96FB6C178ABF74065668306E30BF30A430D73002\X0\','ja-JP',$); -#5785= IFCRELASSOCIATESLIBRARY('1FTJ6tmcbB2x2W8MdYMkVy',$,$,$,(#767),#13170); -#13170= IFCLIBRARYREFERENCE($,$,'\X2\30A830CD30EB30AE30FC6E90\X0\','\X2\52176319578B306F30A830CD30EB30AE30FC6E90308471C365998A725F533059308B58345408306F71B13092767A751F3055305B308B71C3713C5B9A7FA93057307E305930026CE8FF1A6E296C345FAA74B05F0F306E30D230FC30BF30FC306F\X0\unset\X2\30924F7F752830573066306F306A3089306A3044300230C730E530A230EB4F7F75283059308B306830016E296C345FAA74B05F0F306E96FB6C1730D230FC30BF30FC306F96FB6C1730924F7F75283057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); +#5781= IFCRELASSOCIATESLIBRARY('3eXXFdkxj5KhNSHDR5f7rD',$,$,$,(#747),#13175); +#13175= IFCLIBRARYREFERENCE($,$,'\X2\C804AE30\X0\ \X2\BC25C1A5C758\X0\ \X2\C885B958\X0\','\X2\C804C790\X0\ \X2\C870B9ACAE30C758\X0\ \X2\C720D615\X0\.','ko-KR',$); -#5786= IFCRELASSOCIATESLIBRARY('1Oo4QcrTvCOvom6MjmZMR_',$,$,$,(#768),#13171); -#13171= IFCLIBRARYREFERENCE($,$,'Energy Source',$,'en',$); +#5782= IFCRELASSOCIATESLIBRARY('1_y0I7qX15afcq_5iV3ZNC',$,$,$,(#748),#13176); +#13176= IFCLIBRARYREFERENCE($,$,'Electric Generator Efficiency',$,'en',$); -#5787= IFCRELASSOCIATESLIBRARY('3MHxz7HqvFKhziZZwuryvS',$,$,$,(#768),#13172); -#13172= IFCLIBRARYREFERENCE($,$,'SourceEnergie','Liste d\S\ifinissant les sources d''\S\inergie ou combustibles pour g\S\in\S\irer la chaleur.','fr-FR',$); +#5783= IFCRELASSOCIATESLIBRARY('0LdQ1a2_r2Txs4m8WkBVWV',$,$,$,(#748),#13177); +#13177= IFCLIBRARYREFERENCE($,$,'\X2\767A96FB52B97387\X0\','\X2\51FA529B5BB991CF30685165529B5BB991CF306E6BD473873002\X0\','ja-JP',$); -#5788= IFCRELASSOCIATESLIBRARY('1rvOkjr4jDAP0mQdfEQ5pz',$,$,$,(#768),#13173); -#13173= IFCLIBRARYREFERENCE($,$,'\X2\30A830CD30EB30AE6E90\X0\','\X2\52A071B1306B4F7F75283059308B71C36599306E30A830CD30EB30AE7A2E985E3000FF0877F370AD300177F370AD7C89672B300196FB6C17300130AC30B930016CB9300130D730ED30D130F330016728675030016728675030C130C330D730016728675030DA30EC30C330C8300167287C8930014ED6FF09\X0\','ja-JP',$); +#5784= IFCRELASSOCIATESLIBRARY('2K_6rUwbP9iReLd2vcDq1H',$,$,$,(#748),#13178); +#13178= IFCLIBRARYREFERENCE($,$,'\X2\BC1CC804\X0\ \X2\D6A8C728\X0\','\X2\CD9CB825\X0\ \X2\C6A9B7C9C744\X0\ \X2\C785B825\X0\ \X2\C6A9B7C9C758\X0\ \X2\BE44C728\X0\','ko-KR',$); -#5790= IFCRELASSOCIATESLIBRARY('1snBxCrrfCYwZYnfo0tV_f',$,$,$,(#769),#13174); -#13174= IFCLIBRARYREFERENCE($,$,'Energy Source',$,'en',$); +#5785= IFCRELASSOCIATESLIBRARY('3wLxYMe2DA8QomDDsrGjIn',$,$,$,(#749),#13179); +#13179= IFCLIBRARYREFERENCE($,$,'Electricity',$,'en',$); -#5791= IFCRELASSOCIATESLIBRARY('0OLY46QXf38QG_6_ilsPSy',$,$,$,(#769),#13175); -#13175= IFCLIBRARYREFERENCE($,$,'\X2\30A830CD30EB30AE6E90\X0\','\X2\30A830CD30EB30AE30FC6E90FF0830C730A330FC30BC30EB300130AC30BD30EA30F330015929713630AC30B9300130D730ED30D130F3300130D030A430AA30C730A330FC30BC30EB30014E0B6C3430AC30B930016C347D20300130D030A430AA71C36599300130004ED6FF09\X0\','ja-JP',$); +#5786= IFCRELASSOCIATESLIBRARY('1XTcrVsrbCdQM9fN4DJ6SI',$,$,$,(#749),#13180); +#13180= IFCLIBRARYREFERENCE($,$,'\X2\C804B825\X0\ \X2\C18CBE44B7C9\X0\','\X2\D2B9C815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548C758\X0\ \X2\C804B825\X0\ \X2\C18CBE44\X0\.','ko-KR',$); -#5792= IFCRELASSOCIATESLIBRARY('3m8CobXj55qvRMsEEEFeqk',$,$,$,(#770),#13176); -#13176= IFCLIBRARYREFERENCE($,$,'Energy Source',$,'en',$); +#5787= IFCRELASSOCIATESLIBRARY('3eIRwUkPzAmR5wcJY1ZB52',$,$,$,(#750),#13181); +#13181= IFCLIBRARYREFERENCE($,$,'Electric Motor Efficiency',$,'en',$); -#5793= IFCRELASSOCIATESLIBRARY('1LVHL2H4rAc8MX5JJ1wf1X',$,$,$,(#770),#13177); -#13177= IFCLIBRARYREFERENCE($,$,'SourceEnergie','Liste d\S\ifinissant les sources d''\S\inergie ou combustibles pour g\S\in\S\irer la chaleur.','fr-FR',$); +#5788= IFCRELASSOCIATESLIBRARY('1cTevK_LDCBuCi4am6o4pW',$,$,$,(#750),#13182); +#13182= IFCLIBRARYREFERENCE($,$,'\X2\51FA529B52B97387\X0\','\X2\51FA529B5BB991CF30685165529B5BB991CF306E6BD473873002\X0\','ja-JP',$); -#5794= IFCRELASSOCIATESLIBRARY('29GMlzv5L6T8mHKaBHJs3w',$,$,$,(#770),#13178); -#13178= IFCLIBRARYREFERENCE($,$,'\X2\30A830CD30EB30AE7A2E5225\X0\','\X2\52A071B1306B4F7F75283059308B71C36599306E30A830CD30EB30AE7A2E985E3000FF0877F370AD300177F370AD7C89672B300196FB6C17300130AC30B930016CB9300130D730ED30D130F330016728675030016728675030C130C330D730016728675030DA30EC30C330C8300167287C8930014ED6FF09\X0\','ja-JP',$); +#5789= IFCRELASSOCIATESLIBRARY('1rtXggoLjCABZijVZ346zp',$,$,$,(#750),#13183); +#13183= IFCLIBRARYREFERENCE($,$,'\X2\CD9CB825\X0\ \X2\D6A8C728\X0\','\X2\CD9CB825\X0\ \X2\C6A9B7C9C744\X0\ \X2\C785B825\X0\ \X2\C6A9B7C9C758\X0\ \X2\BE44C728\X0\.','ko-KR',$); -#5795= IFCRELASSOCIATESLIBRARY('1RmVkzZeHBTe1nWZQU6PdZ',$,$,$,(#771),#13179); -#13179= IFCLIBRARYREFERENCE($,$,'Energy Source Consumption',$,'en',$); +#5792= IFCRELASSOCIATESLIBRARY('18PF4K9Ff2AhMgBpbfe1Im',$,$,$,(#753),#13184); +#13184= IFCLIBRARYREFERENCE($,$,'Electro Magnetic Tripping Unit Type',$,'en',$); -#5796= IFCRELASSOCIATESLIBRARY('3HH9uE1K10QfGlRwweckWD',$,$,$,(#771),#13180); -#13180= IFCLIBRARYREFERENCE($,$,'ConsommationSourceEnergie.','Consommation d''\S\inergie.','fr-FR',$); +#5793= IFCRELASSOCIATESLIBRARY('28m9GOddD3WgZ_KlkoEjlq',$,$,$,(#753),#13185); +#13185= IFCLIBRARYREFERENCE($,$,'\X2\96FB78C130C830EA30C330D788C57F6E30BF30A430D7\X0\','\X2\96FB78C130C830EA30C330D788C57F6E30BF30A430D730929078629E3059308B3002FF08904E96FB6D4130FB914D7DDA752830FB30E230FC30BF30FC30FB30D030A430E130BF30EB30FB305D306E4ED6FF09\X0\','ja-JP',$); -#5797= IFCRELASSOCIATESLIBRARY('2jO8oLJbPDj8QZHcUeLSv1',$,$,$,(#771),#13181); -#13181= IFCLIBRARYREFERENCE($,$,'\X2\30A830CD30EB30AE6D888CBB91CF\X0\','\X2\30A830CD30EB30AE6D888CBB91CF\X0\','ja-JP',$); +#5794= IFCRELASSOCIATESLIBRARY('0yoXl_k0fA5eDoEJuw_9EJ',$,$,$,(#753),#13186); +#13186= IFCLIBRARYREFERENCE($,$,'\X2\C804C790\X0\ \X2\D2B8B9BDC7A5CE58\X0\ \X2\C720D615\X0\','\X2\C804C790\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58\X0\ \X2\C720D615C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\. (\X2\ACFCC804B958\X0\ \S\7 \X2\BC30C120\X0\ \X2\BAA8D130\X0\ \X2\BC14C774BA54D0C8\X0\ \X2\AE30D0C0\X0\)','ko-KR',$); -#5798= IFCRELASSOCIATESLIBRARY('2AI0JNJMDB2QC357kWJMpb',$,$,$,(#773),#13182); -#13182= IFCLIBRARYREFERENCE($,$,'Eingangsebene','Angabe, ob der Geb\S\dudeeingang sich in diesem Geschoss befinded (WAHR), oder nicht (FALSCH).','de-DE',$); +#5797= IFCRELASSOCIATESLIBRARY('1eTLW5NQH2L8jM_v9A7rV5',$,$,$,(#755),#13187); +#13187= IFCLIBRARYREFERENCE($,$,'Electronic Tripping Unit Type',$,'en',$); -#5799= IFCRELASSOCIATESLIBRARY('2FdAZtSJ5EEQ6MsQ7SzQXI',$,$,$,(#773),#13183); -#13183= IFCLIBRARYREFERENCE($,$,'Entrance Level',$,'en',$); +#5798= IFCRELASSOCIATESLIBRARY('1qEIAVqIf5YvZplRTuz2gO',$,$,$,(#755),#13188); +#13188= IFCLIBRARYREFERENCE($,$,'\X2\96FB78C15F0F306E88C57F6E30BF30A430D7\X0\','\X2\96FB78C15F0F306E88C57F6E30BF30A430D7309230EA30B930C8304B30899078629E3002\X0\','ja-JP',$); -#5800= IFCRELASSOCIATESLIBRARY('2HAVEKgtfDvPIz22kBIdQj',$,$,$,(#773),#13184); -#13184= IFCLIBRARYREFERENCE($,$,'NiveauEntr\S\ie','Indication si l''\S\itage est au niveau d''une entr\S\ie (VRAI) ou non (FAUX)','fr-FR',$); +#5799= IFCRELASSOCIATESLIBRARY('1Fg3Of921DSw6_KmPnvWww',$,$,$,(#755),#13189); +#13189= IFCLIBRARYREFERENCE($,$,'\X2\C804C790C2DD\X0\ \X2\C7A5CE58\X0\ \X2\C720D615\X0\','\X2\C804C790C2DD\X0\ \X2\C7A5CE58\X0\ \X2\C720D615C744\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); -#5801= IFCRELASSOCIATESLIBRARY('1jalgIJxj6Swt8lr8ZaItZ',$,$,$,(#773),#13185); -#13185= IFCLIBRARYREFERENCE($,$,'\X2\30A830F330C830E930F330B930EC30D930EB\X0\','\X2\30A830F330C830E930F330B930EC30D930EB304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#5800= IFCRELASSOCIATESLIBRARY('2a0lYua4z2fuRkDNtqCuXf',$,$,$,(#760),#13190); +#13190= IFCLIBRARYREFERENCE($,$,'Enabled',$,'en',$); -#5802= IFCRELASSOCIATESLIBRARY('2LjszLBTH9nvUH2x_SNNFT',$,$,$,(#773),#13186); -#13186= IFCLIBRARYREFERENCE($,$,'\X2\C785AD6C\X0\ \X2\B808BCA8\X0\','\X2\C785AD6C\X0\ \X2\B808BCA8\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); +#5801= IFCRELASSOCIATESLIBRARY('2dVML8Um5CzO7Av05dQMgv',$,$,$,(#762),#13191); +#13191= IFCLIBRARYREFERENCE($,$,'End Date',$,'en',$); -#5803= IFCRELASSOCIATESLIBRARY('1cayWmnV1Da9YUFNxE6c8w',$,$,$,(#776),#13187); -#13187= IFCLIBRARYREFERENCE($,$,'Equipment Sensible',$,'en',$); +#5803= IFCRELASSOCIATESLIBRARY('17FRSGWGb11gR0pG93iurs',$,$,$,(#764),#13192); +#13192= IFCLIBRARYREFERENCE($,$,'End Shape Type',$,'en',$); -#5804= IFCRELASSOCIATESLIBRARY('0sdGpR13nEcu25etKB2xVF',$,$,$,(#776),#13188); -#13188= IFCLIBRARYREFERENCE($,$,'\X2\4E8B52D96A5F5668306E985571B1\X0\','\X2\4E8B52D96A5F5668304B3089306E71B153D65F97306871B130ED30B93002\X0\','ja-JP',$); +#5804= IFCRELASSOCIATESLIBRARY('1AKTg8RtTEExkNXb3yzspb',$,$,$,(#764),#13193); +#13193= IFCLIBRARYREFERENCE($,$,'\X2\672B7AEF5F6272B630BF30A430D7\X0\','\X2\5B9A7FA930004E88308130BF30F330AF306B4F7F75283059308B30533068304C3067304D308B7AEF5F6272B6306E7A2E985E3092793A305930023053308C3089306E521763193055308C305F502430928AAD307F53D6308B305F3081306E898F5247306F3001578276F451867B52306B95A230573066306F30016700521D306E5024306F30D930FC30B9306730593001305D305730663001\X0\2\X2\756A76EE306F51487AEF3067305930026C345E7351867B52306B95A230573066306F30015024306F5DE6304B308953F3306B8AAD30805FC58981304C3042308A307E3059300274035F6230BF30F330AF306E5834540830015024306F\X0\UNSET\X2\30924F7F75283059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); -#5805= IFCRELASSOCIATESLIBRARY('1XVgRNscz0EvOo22xMdpT2',$,$,$,(#776),#13189); -#13189= IFCLIBRARYREFERENCE($,$,'\X2\C0ACBB34AE30AE30C758\X0\ \X2\D604C5F4\X0\','\X2\C0ACBB34AE30AE30C5D0C11C\X0\ \X2\C5F4\X0\ \X2\CDE8B4DD\X0\ \X2\BC0F\X0\ \X2\C190C2E4\X0\','ko-KR',$); +#5805= IFCRELASSOCIATESLIBRARY('08LaNCY3j358_5tA0894J2',$,$,$,(#765),#13194); +#13194= IFCLIBRARYREFERENCE($,$,'End Shape Type',$,'en',$); -#5806= IFCRELASSOCIATESLIBRARY('0e_FadtM59Ig_KBv0Shkl1',$,$,$,(#777),#13190); -#13190= IFCLIBRARYREFERENCE($,$,'Equipment Sensible',$,'en',$); +#5806= IFCRELASSOCIATESLIBRARY('3JrXSMvaH0PfkJQP$w7OJt',$,$,$,(#765),#13195); +#13195= IFCLIBRARYREFERENCE($,$,'\X2\672B7AEF5F6272B630BF30A430D7\X0\','\X2\5B9A7FA930004E88308130BF30F330AF306B4F7F75283059308B30533068304C3067304D308B7AEF5F6272B6306E7A2E985E3092793A305930023053308C3089306E521763193055308C305F502430928AAD307F53D6308B305F3081306E898F5247306F3001578276F451867B52306B95A230573066306F30016700521D306E5024306F30D930FC30B9306730593001305D305730663001\X0\2\X2\756A76EE306F51487AEF3067305930026C345E7351867B52306B95A230573066306F30015024306F5DE6304B308953F3306B8AAD30805FC58981304C3042308A307E3059300274035F6230BF30F330AF306E5834540830015024306F\X0\UNSET\X2\30924F7F75283059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); -#5807= IFCRELASSOCIATESLIBRARY('2caJV1xSz8IAIFFJWl2Ia$',$,$,$,(#777),#13191); -#13191= IFCLIBRARYREFERENCE($,$,'\X2\4E8B52D96A5F5668306E985571B1\X0\','\X2\4E8B52D96A5F5668304B3089306E71B153D65F97306871B130ED30B93002\X0\','ja-JP',$); +#5807= IFCRELASSOCIATESLIBRARY('0wj3IhJhjB5PZw3raqbeuJ',$,$,$,(#771),#13196); +#13196= IFCLIBRARYREFERENCE($,$,'Energy Efficiency Ratio',$,'en',$); -#5808= IFCRELASSOCIATESLIBRARY('1Cnqj9thP9o8ejEy6xYDSN',$,$,$,(#777),#13192); -#13192= IFCLIBRARYREFERENCE($,$,'\X2\C0ACBB34AE30AE30C758\X0\ \X2\D604C5F4\X0\','\X2\C0ACBB34AE30AE30C5D0C11C\X0\ \X2\C5F4\X0\ \X2\CDE8B4DD\X0\ \X2\BC0F\X0\ \X2\C190C2E4\X0\','ko-KR',$); +#5808= IFCRELASSOCIATESLIBRARY('31zruc7G1Blfa9P92B4PxI',$,$,$,(#771),#13197); +#13197= IFCLIBRARYREFERENCE($,$,'CoefficientEfficacit\S\iEnerg\S\itique','L''EER ou Energy Efficiency Ratio est le coefficient d''efficacit\S\i frigorifique, rapport entre entre l''\S\inergie utile frigorifique divis\S\ie par\S\inergie absorb\S\ie au compresseur.\X\0D\X\0APar d\S\ifinition, l''unit\S\i est le BTU/hour par Watt.\X\0D\X\0ALa puissance \S\ilectrique fournie peut \S\jtre obtenue depuis Pset_DistributionPortHistoryElectrical.RealPower sur le port "Power" du IfcChiller.','fr-FR',$); -#5809= IFCRELASSOCIATESLIBRARY('349RHXiKv5GOceoneNW2E5',$,$,$,(#778),#13193); -#13193= IFCLIBRARYREFERENCE($,$,'Escort Requirement',$,'en',$); +#5809= IFCRELASSOCIATESLIBRARY('1dE4cDM8f0jOLYW4IJ8HLi',$,$,$,(#772),#13198); +#13198= IFCLIBRARYREFERENCE($,$,'Energy Efficiency Ratio',$,'en',$); -#5810= IFCRELASSOCIATESLIBRARY('34t0GZudH9bxzGqqPHsC9U',$,$,$,(#779),#13194); -#13194= IFCLIBRARYREFERENCE($,$,'Eutrophication',$,'en',$); +#5810= IFCRELASSOCIATESLIBRARY('0lQtjk0GLEbvvfx2mBGFxP',$,$,$,(#772),#13199); +#13199= IFCLIBRARYREFERENCE($,$,'CoefficientEfficacit\S\iThermique','EER, coefficient d''efficacit\S\i Thermique','fr-FR',$); -#5811= IFCRELASSOCIATESLIBRARY('2W7Fhb7q51XhHKfpCt7S2D',$,$,$,(#779),#13195); -#13195= IFCLIBRARYREFERENCE($,$,'Eutrophisation','Quantit\S\i de compos\S\is responsables de l''eutrophisation exprim\S\ie en \S\iquivalent P04 [NDT : selon la norme PrEN15804:2008]','fr-FR',$); +#5811= IFCRELASSOCIATESLIBRARY('0Gx_P8fUP0AvVB3xI$8S5c',$,$,$,(#773),#13200); +#13200= IFCLIBRARYREFERENCE($,$,'Energy Gain Sensible',$,'en',$); -#5812= IFCRELASSOCIATESLIBRARY('0vkDby6f96CxoRmoYPbOyg',$,$,$,(#779),#13196); -#13196= IFCLIBRARYREFERENCE($,$,'\X2\5BCC6804990A5316\X0\','\X2\7B9751FA3055308C305F\X0\PO4\X2\30687B49305730445BCC6804990A531630926DF754083059308B91CF3002\X0\','ja-JP',$); +#5812= IFCRELASSOCIATESLIBRARY('2zAsut3n9E1gVZw$Z_6ERM',$,$,$,(#773),#13201); +#13201= IFCLIBRARYREFERENCE($,$,'\X2\985571B17A7A8ABF8CA08377\X0\','\X2\30D430FC30AF664254045C455BA4306E6700592751B7623F8CA0837730687A7A8ABF30B730B930C630E0306E985571B18CA08377306B3088308B67005927985571B18CA083773002\X0\','ja-JP',$); -#5813= IFCRELASSOCIATESLIBRARY('1sKObZRR10bRm8kTM0k9BU',$,$,$,(#779),#13197); -#13197= IFCLIBRARYREFERENCE($,$,'\X2\BD80C601\X0\ \X2\C591D654\X0\','PO4 (\X2\C778C0B0\X0\)\X2\C5D0\X0\ \X2\C0C1C751D558B294\X0\ \X2\D658C0B0B418B294\X0\ \X2\BD80C601\X0\ \X2\C591D654\X0\ \X2\C131BD84\X0\ \X2\BB3CB7C9\X0\','ko-KR',$); +#5813= IFCRELASSOCIATESLIBRARY('05FYaeGF5BdeFpB76Tu8DU',$,$,$,(#773),#13202); +#13202= IFCLIBRARYREFERENCE($,$,'\X2\D604C5F4\X0\ \X2\ACF5C870\X0\ \X2\BD80D558\X0\','\X2\CD5CB300\X0\ \X2\AC01\X0\ \X2\AC70C2E4\X0\ \X2\CD5CB300\X0\ \X2\B0C9BC29\X0\ \X2\BD80D558\X0\ \X2\BC0F\X0\ \X2\ACF5C870\X0\ \X2\C2DCC2A4D15CC758\X0\ \X2\D604C5F4\X0\ \X2\BD80D558C5D0\X0\ \X2\C758D55C\X0\ \X2\CD5CB300\X0\ \X2\D604C5F4\X0\ \X2\BD80D558\X0\','ko-KR',$); -#5814= IFCRELASSOCIATESLIBRARY('1r9ZSN6evCp8kwnSfutw_5',$,$,$,(#780),#13198); -#13198= IFCLIBRARYREFERENCE($,$,'Eutrophication Per Unit',$,'en',$); +#5814= IFCRELASSOCIATESLIBRARY('3H5E0DXojEGfkj$ysXaQLY',$,$,$,(#774),#13203); +#13203= IFCLIBRARYREFERENCE($,$,'Energy Gain Total',$,'en',$); -#5815= IFCRELASSOCIATESLIBRARY('2Gn7QaZoz5LOI5wDjz7tWc',$,$,$,(#780),#13199); -#13199= IFCLIBRARYREFERENCE($,$,'EutrophisationParUnite','Quantit\S\i de compos\S\is responsables de l''eutrophisation exprim\S\ie en \S\iquivalent P04 tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : et dans la norme PrEN15804:2008]','fr-FR',$); +#5815= IFCRELASSOCIATESLIBRARY('1OzgrZO0n9mRooFaEXvWZK',$,$,$,(#774),#13204); +#13204= IFCLIBRARYREFERENCE($,$,'\X2\7DCF71B153D65F97\X0\','\X2\5C455BA4306E6700592751B7623F8CA0837730687A7A8ABF30B730B930C630E0FF086A5F56687B49FF09306E518D71B18CA08377306B3088308B6700592771B18CA083773002\X0\','ja-JP',$); -#5816= IFCRELASSOCIATESLIBRARY('0XC8d5SPL6vvfc5WirZ$Zz',$,$,$,(#780),#13200); -#13200= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A5BCC6804990A5316\X0\','PO4\X2\30678A087B973055308C308B5BCC6804990A53163059308B531654087269306E91CF3002\X0\','ja-JP',$); +#5816= IFCRELASSOCIATESLIBRARY('04A6aFIFz0$hh_TMrmeZX9',$,$,$,(#774),#13205); +#13205= IFCLIBRARYREFERENCE($,$,'\X2\CD1D\X0\ \X2\C5F4\X0\ \X2\AC80C0C9\X0\','\X2\AC70C2E4\X0\ \X2\CD5CB300\X0\ \X2\B0C9BC29\X0\ \X2\BD80D558\X0\ \X2\BC0F\X0\ \X2\ACF5C870\X0\ \X2\C2DCC2A4D15C\X0\ (\X2\C7A5BE44\X0\ \X2\B4F1\X0\) \X2\C7ACC5F4\X0\ \X2\BD80D558C5D0\X0\ \X2\C758D55C\X0\ \X2\CD5CB300\X0\ \X2\C5F4BD80D558\X0\.','ko-KR',$); -#5817= IFCRELASSOCIATESLIBRARY('3OdZ416Yf4rRHkK1oD$lzz',$,$,$,(#780),#13201); -#13201= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\BD80C601C591D654\X0\','PO4 (\X2\C778C0B0\X0\)\X2\C5D0\X0\ \X2\C0C1C751D558B294\X0\ \X2\D658C0B0B418B294\X0\ \X2\BD80C601\X0\ \X2\C591D654\X0\ \X2\C131BD84\X0\ \X2\BB3CB7C9\X0\','ko-KR',$); +#5817= IFCRELASSOCIATESLIBRARY('1gIXjhJmL2g8qKoUED9vuX',$,$,$,(#775),#13206); +#13206= IFCLIBRARYREFERENCE($,$,'Energy Loss',$,'en',$); -#5818= IFCRELASSOCIATESLIBRARY('31mH$j7l59c88iiVtuUaMd',$,$,$,(#781),#13202); -#13202= IFCLIBRARYREFERENCE($,$,'Evaporating Temperature',$,'en',$); +#5818= IFCRELASSOCIATESLIBRARY('34ihiZVUjDKAChYV9V7Hb7',$,$,$,(#775),#13207); +#13207= IFCLIBRARYREFERENCE($,$,'\X2\71B1FF0830A830CD30EB30AE30FCFF0930ED30B9\X0\','\X2\30D430FC30AF66427A7A8ABF30B730B930C630E0670059276696623F8CA08377309263D04F9B3059308B969B306E71B130ED30B93002\X0\','ja-JP',$); -#5819= IFCRELASSOCIATESLIBRARY('0ltSWwmxv8kwwky1MyJkqM',$,$,$,(#781),#13203); -#13203= IFCLIBRARYREFERENCE($,$,'\X2\84B8767A6E295EA6\X0\','\X2\84B8767A6E295EA6\X0\','ja-JP',$); +#5819= IFCRELASSOCIATESLIBRARY('1jZ56PK5z8bvZPtnXdr$e2',$,$,$,(#775),#13208); +#13208= IFCLIBRARYREFERENCE($,$,'\X2\C5F4\X0\(\X2\C5D0B108C9C0\X0\)\X2\B85CC2A4\X0\','\X2\CD5CB300\X0\ \X2\ACF5C870\X0\ \X2\C2DCC2A4D15C\X0\ \X2\CD5CB300\X0\ \X2\B09CBC29\X0\ \X2\BD80D558B97C\X0\ \X2\C81CACF5D560\X0\ \X2\C218C788B294\X0\ \X2\C5F4\X0\ \X2\C190C2E4\X0\','ko-KR',$); -#5821= IFCRELASSOCIATESLIBRARY('14GcP1NqT5TBO0bT4UagFv',$,$,$,(#782),#13204); -#13204= IFCLIBRARYREFERENCE($,$,'Evaporator Coolant',$,'en',$); +#5821= IFCRELASSOCIATESLIBRARY('3S5UcyX$bE4AmpZLW02PKR',$,$,$,(#776),#13209); +#13209= IFCLIBRARYREFERENCE($,$,'Energy Source',$,'en',$); -#5822= IFCRELASSOCIATESLIBRARY('3CnKR1DdX6N8G9zht12uWK',$,$,$,(#782),#13205); -#13205= IFCLIBRARYREFERENCE($,$,'\X2\84B8767A566851B753745264\X0\','\X2\84B8767A566830674F7F75283059308B6D414F53FF086C34300130D630E930A430F3300130B030EA30B330FC30EB300130004ED6FF09\X0\','ja-JP',$); +#5822= IFCRELASSOCIATESLIBRARY('1u0RMTinv0supYs0Y695pq',$,$,$,(#776),#13210); +#13210= IFCLIBRARYREFERENCE($,$,'\X2\30A830CD30EB30AE30FC6E90\X0\','\X2\52176319578B306F30A830CD30EB30AE30FC6E90308471C365998A725F533059308B58345408306F71B13092767A751F3055305B308B71C3713C5B9A7FA93057307E305930026CE8FF1A6E296C345FAA74B05F0F306E30D230FC30BF30FC306F\X0\unset\X2\30924F7F752830573066306F306A3089306A3044300230C730E530A230EB4F7F75283059308B306830016E296C345FAA74B05F0F306E96FB6C1730D230FC30BF30FC306F96FB6C1730924F7F75283057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); -#5823= IFCRELASSOCIATESLIBRARY('0e6l4b9Af9fxBYKd5g6Y4C',$,$,$,(#783),#13206); -#13206= IFCLIBRARYREFERENCE($,$,'Evaporator Mean Void Fraction',$,'en',$); +#5823= IFCRELASSOCIATESLIBRARY('00AaK0D3D0$uUrUcvgIvAd',$,$,$,(#777),#13211); +#13211= IFCLIBRARYREFERENCE($,$,'Energy Source',$,'en',$); -#5824= IFCRELASSOCIATESLIBRARY('0VI1Qx80n0wfGVtTqK2JXO',$,$,$,(#783),#13207); -#13207= IFCLIBRARYREFERENCE($,$,'\X2\84B8767A56685E7357477A7A96997387\X0\','\X2\84B8767A5668306E5E735747306E7A7A96997387\X0\','ja-JP',$); +#5824= IFCRELASSOCIATESLIBRARY('2MkH7SSCnCRge5cmvHqEH8',$,$,$,(#777),#13212); +#13212= IFCLIBRARYREFERENCE($,$,'SourceEnergie','Liste d\S\ifinissant les sources d''\S\inergie ou combustibles pour g\S\in\S\irer la chaleur.','fr-FR',$); -#5826= IFCRELASSOCIATESLIBRARY('2j8kQim_P6PePJgrggvdfq',$,$,$,(#784),#13208); -#13208= IFCLIBRARYREFERENCE($,$,'Evaporator Medium Type',$,'en',$); +#5825= IFCRELASSOCIATESLIBRARY('1hHUtiG593v9zF2FqurIK8',$,$,$,(#777),#13213); +#13213= IFCLIBRARYREFERENCE($,$,'\X2\30A830CD30EB30AE6E90\X0\','\X2\52A071B1306B4F7F75283059308B71C36599306E30A830CD30EB30AE7A2E985E3000FF0877F370AD300177F370AD7C89672B300196FB6C17300130AC30B930016CB9300130D730ED30D130F330016728675030016728675030C130C330D730016728675030DA30EC30C330C8300167287C8930014ED6FF09\X0\','ja-JP',$); -#5827= IFCRELASSOCIATESLIBRARY('0LvhX7iTX4pRDuXPpPt9pC',$,$,$,(#784),#13209); -#13209= IFCLIBRARYREFERENCE($,$,'\X2\84B8767A5A924F53\X0\','ColdLiquid\X2\306FFF1A84B8767A5668306F300151B75A92306871B14EA463DB3059308B305F3081306B6DB272B6306E6D414F5330924F7F7528305730663044307E30593002\X0\\X\0D\X\0AColdAir\X2\FF1A84B8767A5668306F300151B75A92306871B14EA463DB3059308B305F3081306B7A7A6C1730924F7F7528305730663044308B3002\X0\','ja-JP',$); +#5827= IFCRELASSOCIATESLIBRARY('3dMoOtEgnA1AvYm7Ft7Y3a',$,$,$,(#778),#13214); +#13214= IFCLIBRARYREFERENCE($,$,'Energy Source',$,'en',$); -#5828= IFCRELASSOCIATESLIBRARY('3ZYMlzrav3QeTQE5kl_Lyx',$,$,$,(#786),#13210); -#13210= IFCLIBRARYREFERENCE($,$,'Exclusions',$,'en',$); +#5828= IFCRELASSOCIATESLIBRARY('1r7zF4D6f1bwZQcY88uzEF',$,$,$,(#778),#13215); +#13215= IFCLIBRARYREFERENCE($,$,'\X2\30A830CD30EB30AE6E90\X0\','\X2\30A830CD30EB30AE30FC6E90FF0830C730A330FC30BC30EB300130AC30BD30EA30F330015929713630AC30B9300130D730ED30D130F3300130D030A430AA30C730A330FC30BC30EB30014E0B6C3430AC30B930016C347D20300130D030A430AA71C36599300130004ED6FF09\X0\','ja-JP',$); -#5829= IFCRELASSOCIATESLIBRARY('0P$qvq8Tn3FvWObOruq2Ty',$,$,$,(#787),#13211); -#13211= IFCLIBRARYREFERENCE($,$,'Exhaust Air',$,'en',$); +#5829= IFCRELASSOCIATESLIBRARY('2RtDbvOs1Bwvjd0ua3hRcc',$,$,$,(#779),#13216); +#13216= IFCLIBRARYREFERENCE($,$,'Energy Source',$,'en',$); -#5830= IFCRELASSOCIATESLIBRARY('2Sh7UYfYr5xBzV0br5ND$B',$,$,$,(#787),#13212); -#13212= IFCLIBRARYREFERENCE($,$,'\X2\63926C17\X0\','\X2\63926C17306B3088308B71B18CA083773002\X0\','ja-JP',$); +#5830= IFCRELASSOCIATESLIBRARY('2lF98lVmP1LfimR2xB3oac',$,$,$,(#779),#13217); +#13217= IFCLIBRARYREFERENCE($,$,'SourceEnergie','Liste d\S\ifinissant les sources d''\S\inergie ou combustibles pour g\S\in\S\irer la chaleur.','fr-FR',$); -#5831= IFCRELASSOCIATESLIBRARY('1jyldsQ796jgExnruZHJ7M',$,$,$,(#787),#13213); -#13213= IFCLIBRARYREFERENCE($,$,'\X2\BC30AE30\X0\','\X2\BC30AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#5831= IFCRELASSOCIATESLIBRARY('2duyhZPNTE4gQUr$ftYQQY',$,$,$,(#779),#13218); +#13218= IFCLIBRARYREFERENCE($,$,'\X2\30A830CD30EB30AE7A2E5225\X0\','\X2\52A071B1306B4F7F75283059308B71C36599306E30A830CD30EB30AE7A2E985E3000FF0877F370AD300177F370AD7C89672B300196FB6C17300130AC30B930016CB9300130D730ED30D130F330016728675030016728675030C130C330D730016728675030DA30EC30C330C8300167287C8930014ED6FF09\X0\','ja-JP',$); -#5832= IFCRELASSOCIATESLIBRARY('35ulBZl1LDsfJTRTKelEA7',$,$,$,(#788),#13214); -#13214= IFCLIBRARYREFERENCE($,$,'Exhaust Air',$,'en',$); +#5832= IFCRELASSOCIATESLIBRARY('0JXoGWT6z2hAKAAb6jtxeQ',$,$,$,(#780),#13219); +#13219= IFCLIBRARYREFERENCE($,$,'Energy Source Consumption',$,'en',$); -#5833= IFCRELASSOCIATESLIBRARY('15LVc$Wq16px9fJccfUguV',$,$,$,(#788),#13215); -#13215= IFCLIBRARYREFERENCE($,$,'\X2\63926C17\X0\','\X2\63926C17306B3088308B71B18CA083773002\X0\','ja-JP',$); +#5833= IFCRELASSOCIATESLIBRARY('1f3lV_$qLFkPYA56BFO6Ud',$,$,$,(#780),#13220); +#13220= IFCLIBRARYREFERENCE($,$,'ConsommationSourceEnergie.','Consommation d''\S\inergie.','fr-FR',$); -#5834= IFCRELASSOCIATESLIBRARY('0P7RCHCtP4tOkFElNJdQvj',$,$,$,(#788),#13216); -#13216= IFCLIBRARYREFERENCE($,$,'\X2\BC30AE30\X0\','\X2\BC30AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#5834= IFCRELASSOCIATESLIBRARY('0GRizrhDP5ZxYk6tbwMJ5m',$,$,$,(#780),#13221); +#13221= IFCLIBRARYREFERENCE($,$,'\X2\30A830CD30EB30AE6D888CBB91CF\X0\','\X2\30A830CD30EB30AE6D888CBB91CF\X0\','ja-JP',$); -#5835= IFCRELASSOCIATESLIBRARY('3S$W6YRwz2gQDia1sxUrN7',$,$,$,(#789),#13217); -#13217= IFCLIBRARYREFERENCE($,$,'Exhaust Air Flow Rate',$,'en',$); +#5835= IFCRELASSOCIATESLIBRARY('254C4dOcrDNxFfJRqvHg7a',$,$,$,(#782),#13222); +#13222= IFCLIBRARYREFERENCE($,$,'Eingangsebene','Angabe, ob der Geb\S\dudeeingang sich in diesem Geschoss befinded (WAHR), oder nicht (FALSCH).','de-DE',$); -#5836= IFCRELASSOCIATESLIBRARY('0sCog$C6590BhCyOrpIafp',$,$,$,(#789),#13218); -#13218= IFCLIBRARYREFERENCE($,$,'\X2\63926C177A7A6C176D4191CF\X0\','\X2\5BA45185306E63926C176D4191CF\X0\','ja-JP',$); +#5836= IFCRELASSOCIATESLIBRARY('0WqFvmWAr5VhuwqMi2gEVM',$,$,$,(#782),#13223); +#13223= IFCLIBRARYREFERENCE($,$,'Entrance Level',$,'en',$); -#5837= IFCRELASSOCIATESLIBRARY('2PEA68wF5A6g1Mbp9$JnvV',$,$,$,(#790),#13219); -#13219= IFCLIBRARYREFERENCE($,$,'Exhaust Air Flowrate',$,'en',$); +#5837= IFCRELASSOCIATESLIBRARY('12McNC8RbFDAwUVGOW4T4A',$,$,$,(#782),#13224); +#13224= IFCLIBRARYREFERENCE($,$,'NiveauEntr\S\ie','Indication si l''\S\itage est au niveau d''une entr\S\ie (VRAI) ou non (FAUX)','fr-FR',$); -#5838= IFCRELASSOCIATESLIBRARY('3PTRRWarX6WuZ53$wsRDrH',$,$,$,(#790),#13220); -#13220= IFCLIBRARYREFERENCE($,$,'\X2\63926C1791CF\X0\','\X2\8A2D8A0863926C1791CF3002\X0\','ja-JP',$); +#5838= IFCRELASSOCIATESLIBRARY('3oI1ESPd19VfwOr4jOtHpU',$,$,$,(#782),#13225); +#13225= IFCLIBRARYREFERENCE($,$,'\X2\30A830F330C830E930F330B930EC30D930EB\X0\','\X2\30A830F330C830E930F330B930EC30D930EB304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#5839= IFCRELASSOCIATESLIBRARY('1r534CAZf5ehAjxe8yRzld',$,$,$,(#790),#13221); -#13221= IFCLIBRARYREFERENCE($,$,'\X2\BC30AE30B7C9\X0\','\X2\C124ACC4\X0\ \X2\BC30AE30B7C9\X0\.','ko-KR',$); +#5839= IFCRELASSOCIATESLIBRARY('0IFynFLAH9VgP1D7hRbyiO',$,$,$,(#782),#13226); +#13226= IFCLIBRARYREFERENCE($,$,'\X2\C785AD6C\X0\ \X2\B808BCA8\X0\','\X2\C785AD6C\X0\ \X2\B808BCA8\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); -#5841= IFCRELASSOCIATESLIBRARY('2es3jD0On9cP2mm6KQ360N',$,$,$,(#792),#13222); -#13222= IFCLIBRARYREFERENCE($,$,'Expected Service Life',$,'en',$); +#5840= IFCRELASSOCIATESLIBRARY('3bUT5umz57c9HKGCzTXeHx',$,$,$,(#785),#13227); +#13227= IFCLIBRARYREFERENCE($,$,'Equipment Sensible',$,'en',$); -#5842= IFCRELASSOCIATESLIBRARY('0Z56xhRKL7uAmFfnHUjoMM',$,$,$,(#792),#13223); -#13223= IFCLIBRARYREFERENCE($,$,'DureeDeVieTypique','Dur\S\ie de vie typique exprim\S\ie en ann\S\ies.','fr-FR',$); +#5841= IFCRELASSOCIATESLIBRARY('3pwY_axQTFXgm_fhi34uu6',$,$,$,(#785),#13228); +#13228= IFCLIBRARYREFERENCE($,$,'\X2\4E8B52D96A5F5668306E985571B1\X0\','\X2\4E8B52D96A5F5668304B3089306E71B153D65F97306871B130ED30B93002\X0\','ja-JP',$); -#5843= IFCRELASSOCIATESLIBRARY('21zhddmMT3Su2PA0BEq92e',$,$,$,(#792),#13224); -#13224= IFCLIBRARYREFERENCE($,$,'\X2\671F5F853055308C308B80107528671F9593\X0\','\X2\65705E749593306E671F5F853055308C308B801075285E7465703002\X0\','ja-JP',$); +#5842= IFCRELASSOCIATESLIBRARY('1VTB7DPxDCIxilV7SnBp6d',$,$,$,(#785),#13229); +#13229= IFCLIBRARYREFERENCE($,$,'\X2\C0ACBB34AE30AE30C758\X0\ \X2\D604C5F4\X0\','\X2\C0ACBB34AE30AE30C5D0C11C\X0\ \X2\C5F4\X0\ \X2\CDE8B4DD\X0\ \X2\BC0F\X0\ \X2\C190C2E4\X0\','ko-KR',$); -#5844= IFCRELASSOCIATESLIBRARY('1sE1VAPMTBhQirGBFu0XDD',$,$,$,(#792),#13225); -#13225= IFCLIBRARYREFERENCE($,$,'\X2\C608C0C1C218BA85\X0\','\X2\C608C0C1\X0\ \X2\C218BA85\X0\','ko-KR',$); +#5843= IFCRELASSOCIATESLIBRARY('0ThUEYZfnApRd39zTGlB4H',$,$,$,(#786),#13230); +#13230= IFCLIBRARYREFERENCE($,$,'Equipment Sensible',$,'en',$); -#5845= IFCRELASSOCIATESLIBRARY('1VizYUyX95JeOkCOgdE5xf',$,$,$,(#794),#13226); -#13226= IFCLIBRARYREFERENCE($,$,'Exponent',$,'en',$); +#5844= IFCRELASSOCIATESLIBRARY('2qftoj9vX00Rf48sEoTl7u',$,$,$,(#786),#13231); +#13231= IFCLIBRARYREFERENCE($,$,'\X2\4E8B52D96A5F5668306E985571B1\X0\','\X2\4E8B52D96A5F5668304B3089306E71B153D65F97306871B130ED30B93002\X0\','ja-JP',$); -#5846= IFCRELASSOCIATESLIBRARY('1WsfSorQH0fv4JbhqfTVfJ',$,$,$,(#794),#13227); -#13227= IFCLIBRARYREFERENCE($,$,'\X2\63076570\X0\','\X2\72795FB47684306A630765703001\X0\log(\X2\71B151FA529B\X0\)log\X2\FF08886897626E295EA630DE30A430CA30B9546856F26E295EA6FF09306E52FE914D\X0\','ja-JP',$); +#5845= IFCRELASSOCIATESLIBRARY('2hjnObD7j9YOEJ5DPrzWVU',$,$,$,(#786),#13232); +#13232= IFCLIBRARYREFERENCE($,$,'\X2\C0ACBB34AE30AE30C758\X0\ \X2\D604C5F4\X0\','\X2\C0ACBB34AE30AE30C5D0C11C\X0\ \X2\C5F4\X0\ \X2\CDE8B4DD\X0\ \X2\BC0F\X0\ \X2\C190C2E4\X0\','ko-KR',$); -#5847= IFCRELASSOCIATESLIBRARY('0_tEDTZ_967he0S_muwNQS',$,$,$,(#795),#13228); -#13228= IFCLIBRARYREFERENCE($,$,'Expositionsklasse','Klassifikation der Widerstandsf\S\dhigkeit gegen\S\|ber chemischen und physikalischen Einwirkungen gem\S\d\S\_ der aktuellen, im Projekt angewandten, Norm.','de-DE',$); +#5846= IFCRELASSOCIATESLIBRARY('1VReF8omzDOuw$S92Y6pgR',$,$,$,(#787),#13233); +#13233= IFCLIBRARYREFERENCE($,$,'Escort Requirement',$,'en',$); -#5848= IFCRELASSOCIATESLIBRARY('3r9zqAD2H3Owwzh2YV4NLx',$,$,$,(#795),#13229); -#13229= IFCLIBRARYREFERENCE($,$,'Exposure Class',$,'en',$); +#5847= IFCRELASSOCIATESLIBRARY('2mwyLmYwj3AwFB9itZc3V1',$,$,$,(#788),#13234); +#13234= IFCLIBRARYREFERENCE($,$,'Eutrophication',$,'en',$); -#5849= IFCRELASSOCIATESLIBRARY('1IQBFanRX3CPx5qEZyacxX',$,$,$,(#796),#13230); -#13230= IFCLIBRARYREFERENCE($,$,'Raumhohe Wand','Angabe , ob diese Wand raumhoch ist (WAHR), oder nicht (FALSCH).','de-DE',$); +#5848= IFCRELASSOCIATESLIBRARY('2ZyNFDcPD2aRN2PYeIC_bY',$,$,$,(#788),#13235); +#13235= IFCLIBRARYREFERENCE($,$,'Eutrophisation','Quantit\S\i de compos\S\is responsables de l''eutrophisation exprim\S\ie en \S\iquivalent P04 [NDT : selon la norme PrEN15804:2008]','fr-FR',$); -#5850= IFCRELASSOCIATESLIBRARY('3sqDVBck9458SecK1Hf3cG',$,$,$,(#796),#13231); -#13231= IFCLIBRARYREFERENCE($,$,'Extend To Structure',$,'en',$); +#5849= IFCRELASSOCIATESLIBRARY('3$ckQVoe5A7hDXe9lZH4RO',$,$,$,(#788),#13236); +#13236= IFCLIBRARYREFERENCE($,$,'\X2\5BCC6804990A5316\X0\','\X2\7B9751FA3055308C305F\X0\PO4\X2\30687B49305730445BCC6804990A531630926DF754083059308B91CF3002\X0\','ja-JP',$); -#5851= IFCRELASSOCIATESLIBRARY('1jpsuwgFr7NeM7L8ZITPhd',$,$,$,(#796),#13232); -#13232= IFCLIBRARYREFERENCE($,$,'ExtensionStructure','Indique si l''objet s''\S\itend \S\` la structure au-dessus (VRAI) ou non (FAUX).','fr-FR',$); +#5850= IFCRELASSOCIATESLIBRARY('1GqMlCa5X6Qgm8EJ$Iu6jn',$,$,$,(#788),#13237); +#13237= IFCLIBRARYREFERENCE($,$,'\X2\BD80C601\X0\ \X2\C591D654\X0\','PO4 (\X2\C778C0B0\X0\)\X2\C5D0\X0\ \X2\C0C1C751D558B294\X0\ \X2\D658C0B0B418B294\X0\ \X2\BD80C601\X0\ \X2\C591D654\X0\ \X2\C131BD84\X0\ \X2\BB3CB7C9\X0\','ko-KR',$); -#5852= IFCRELASSOCIATESLIBRARY('178hH0yzP8HxpdY9lasEhw',$,$,$,(#797),#13233); -#13233= IFCLIBRARYREFERENCE($,$,'Exterior Heat Transfer Coefficient',$,'en',$); +#5851= IFCRELASSOCIATESLIBRARY('2yRVYnWNbEjOPlTSK0Wkzg',$,$,$,(#789),#13238); +#13238= IFCLIBRARYREFERENCE($,$,'Eutrophication Per Unit',$,'en',$); -#5853= IFCRELASSOCIATESLIBRARY('38_FJvESTCt8kH8jgtY4q8',$,$,$,(#798),#13234); -#13234= IFCLIBRARYREFERENCE($,$,'Exterior Heat Transfer Coefficient',$,'en',$); +#5852= IFCRELASSOCIATESLIBRARY('3yvmkqoX58JwU_bfbqg$p4',$,$,$,(#789),#13239); +#13239= IFCLIBRARYREFERENCE($,$,'EutrophisationParUnite','Quantit\S\i de compos\S\is responsables de l''eutrophisation exprim\S\ie en \S\iquivalent P04 tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : et dans la norme PrEN15804:2008]','fr-FR',$); -#5854= IFCRELASSOCIATESLIBRARY('1lTwmbiTXFF9ufQ9Z7rT45',$,$,$,(#798),#13235); -#13235= IFCLIBRARYREFERENCE($,$,'\X2\59168868976271B14EA463DB4FC26570\X0\','\X2\591688689762306B95A29023306530513089308C305F59168868976271B14EA463DB4FC26570\X0\','ja-JP',$); +#5853= IFCRELASSOCIATESLIBRARY('2YseMiwbfD5OI_6GsxTnbX',$,$,$,(#789),#13240); +#13240= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A5BCC6804990A5316\X0\','PO4\X2\30678A087B973055308C308B5BCC6804990A53163059308B531654087269306E91CF3002\X0\','ja-JP',$); -#5855= IFCRELASSOCIATESLIBRARY('1RnPgaIUz8Fg_lUHpWhttA',$,$,$,(#799),#13236); -#13236= IFCLIBRARYREFERENCE($,$,'External Adjusted',$,'en',$); +#5854= IFCRELASSOCIATESLIBRARY('39WLZXHAr2IfYsI7Y4wgAD',$,$,$,(#789),#13241); +#13241= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\BD80C601C591D654\X0\','PO4 (\X2\C778C0B0\X0\)\X2\C5D0\X0\ \X2\C0C1C751D558B294\X0\ \X2\D658C0B0B418B294\X0\ \X2\BD80C601\X0\ \X2\C591D654\X0\ \X2\C131BD84\X0\ \X2\BB3CB7C9\X0\','ko-KR',$); -#5856= IFCRELASSOCIATESLIBRARY('0rcHM8ieL4dhma0XuVA08Q',$,$,$,(#799),#13237); -#13237= IFCLIBRARYREFERENCE($,$,'\X2\591690E88ABF6574\X0\','\X2\591690E88ABF6574304C53EF80FD304B30693046304B3002\X0\','ja-JP',$); +#5855= IFCRELASSOCIATESLIBRARY('2d0QFb3ubDDAOlQNyQHCcW',$,$,$,(#790),#13242); +#13242= IFCLIBRARYREFERENCE($,$,'Evaporating Temperature',$,'en',$); -#5857= IFCRELASSOCIATESLIBRARY('1E0hS_ScDCJRPXzA$noMGE',$,$,$,(#799),#13238); -#13238= IFCLIBRARYREFERENCE($,$,'\X2\C678BD80C870C815\X0\','\X2\C678BD80\X0\ \X2\C870C815C774\X0\ \X2\AC00B2A5D569B2C8AE4C\X0\?','ko-KR',$); +#5856= IFCRELASSOCIATESLIBRARY('1oLRlMls56P8Dp61qI5Nad',$,$,$,(#790),#13243); +#13243= IFCLIBRARYREFERENCE($,$,'\X2\84B8767A6E295EA6\X0\','\X2\84B8767A6E295EA6\X0\','ja-JP',$); -#5858= IFCRELASSOCIATESLIBRARY('3G84izodX0Kf8JPwyznp5j',$,$,$,(#800),#13239); -#13239= IFCLIBRARYREFERENCE($,$,'External Surface Area',$,'en',$); +#5858= IFCRELASSOCIATESLIBRARY('1D4PaP7Rv3l9669QeA8HN1',$,$,$,(#791),#13244); +#13244= IFCLIBRARYREFERENCE($,$,'Evaporator Coolant',$,'en',$); -#5859= IFCRELASSOCIATESLIBRARY('2xrI_JOzzCKvmsN7DTgJz7',$,$,$,(#800),#13240); -#13240= IFCLIBRARYREFERENCE($,$,'\X2\5916886897627A4D\X0\','\X2\5916886897627A4DFF084E006B2130FB4E8C6B21306E4E2197627A4DFF09\X0\','ja-JP',$); +#5859= IFCRELASSOCIATESLIBRARY('2tn87mkOL4kvlu7IFbzz5V',$,$,$,(#791),#13245); +#13245= IFCLIBRARYREFERENCE($,$,'\X2\84B8767A566851B753745264\X0\','\X2\84B8767A566830674F7F75283059308B6D414F53FF086C34300130D630E930A430F3300130B030EA30B330FC30EB300130004ED6FF09\X0\','ja-JP',$); -#5860= IFCRELASSOCIATESLIBRARY('33b$Q1FHj8oPId_Kd_zuNX',$,$,$,(#801),#13241); -#13241= IFCLIBRARYREFERENCE($,$,'External Surface Area',$,'en',$); +#5860= IFCRELASSOCIATESLIBRARY('3hjj0himr2BAzrg6GvCO$H',$,$,$,(#792),#13246); +#13246= IFCLIBRARYREFERENCE($,$,'Evaporator Mean Void Fraction',$,'en',$); -#5861= IFCRELASSOCIATESLIBRARY('10tYew0A98rQja1SABE8PO',$,$,$,(#804),#13242); -#13242= IFCLIBRARYREFERENCE($,$,'Face Area',$,'en',$); +#5861= IFCRELASSOCIATESLIBRARY('0alFQDCcnD199YTPNjStdI',$,$,$,(#792),#13247); +#13247= IFCLIBRARYREFERENCE($,$,'\X2\84B8767A56685E7357477A7A96997387\X0\','\X2\84B8767A5668306E5E735747306E7A7A96997387\X0\','ja-JP',$); -#5862= IFCRELASSOCIATESLIBRARY('1g5ioGkwv56O55Ve80bdXx',$,$,$,(#805),#13243); -#13243= IFCLIBRARYREFERENCE($,$,'Face Surface Area',$,'en',$); +#5863= IFCRELASSOCIATESLIBRARY('0fqNmRWOD4NhTN4N9slxpB',$,$,$,(#793),#13248); +#13248= IFCLIBRARYREFERENCE($,$,'Evaporator Medium Type',$,'en',$); -#5864= IFCRELASSOCIATESLIBRARY('1gFWkfFC941hjGM9RrF8pS',$,$,$,(#806),#13244); -#13244= IFCLIBRARYREFERENCE($,$,'Face Type',$,'en',$); +#5864= IFCRELASSOCIATESLIBRARY('03FwEniZT8Zv_2cuxQbVAm',$,$,$,(#793),#13249); +#13249= IFCLIBRARYREFERENCE($,$,'\X2\84B8767A5A924F53\X0\','ColdLiquid\X2\306FFF1A84B8767A5668306F300151B75A92306871B14EA463DB3059308B305F3081306B6DB272B6306E6D414F5330924F7F7528305730663044307E30593002\X0\\X\0D\X\0AColdAir\X2\FF1A84B8767A5668306F300151B75A92306871B14EA463DB3059308B305F3081306B7A7A6C1730924F7F7528305730663044308B3002\X0\','ja-JP',$); -#5865= IFCRELASSOCIATESLIBRARY('08q6zykO906Rr6LmWpOHaz',$,$,$,(#806),#13245); -#13245= IFCLIBRARYREFERENCE($,$,'TypeC\S\tt\S\i','Caract\S\irise comment le c\S\tt\S\i du terminal d''un terminal de ventilation est fabriqu\S\i.','fr-FR',$); +#5865= IFCRELASSOCIATESLIBRARY('1hcJAVGWTEwvw3shzSA1FL',$,$,$,(#795),#13250); +#13250= IFCLIBRARYREFERENCE($,$,'Exclusions',$,'en',$); -#5866= IFCRELASSOCIATESLIBRARY('1e0nSqLQ5DWeXgmA6FyyfQ',$,$,$,(#806),#13246); -#13246= IFCLIBRARYREFERENCE($,$,'\X2\8868976230BF30A430D7\X0\','\X2\30BF30FC30DF30CA30EB88689762306E5F625F0F5B9A7FA9\X0\','ja-JP',$); +#5866= IFCRELASSOCIATESLIBRARY('0lx6aivqf8J9IfGpEcIGxI',$,$,$,(#796),#13251); +#13251= IFCLIBRARYREFERENCE($,$,'Exhaust Air',$,'en',$); -#5867= IFCRELASSOCIATESLIBRARY('2pLtsZJhnCwA$urJB_5kIl',$,$,$,(#807),#13247); -#13247= IFCLIBRARYREFERENCE($,$,'Face Velocity',$,'en',$); +#5867= IFCRELASSOCIATESLIBRARY('1pXptRcTX2YP40WM2Iy5uQ',$,$,$,(#796),#13252); +#13252= IFCLIBRARYREFERENCE($,$,'\X2\63926C17\X0\','\X2\63926C17306B3088308B71B18CA083773002\X0\','ja-JP',$); -#5868= IFCRELASSOCIATESLIBRARY('3hi6t2g5z9UgamuDcRJjlG',$,$,$,(#807),#13248); -#13248= IFCLIBRARYREFERENCE($,$,'VitesseFace','Vitesse de l''air \S\` travers la batterie.','fr-FR',$); +#5868= IFCRELASSOCIATESLIBRARY('0oOn2fVXr61Oqg$_PTzLFn',$,$,$,(#796),#13253); +#13253= IFCLIBRARYREFERENCE($,$,'\X2\BC30AE30\X0\','\X2\BC30AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#5870= IFCRELASSOCIATESLIBRARY('15ki79ev59VA35BcNhctC_',$,$,$,(#810),#13249); -#13249= IFCLIBRARYREFERENCE($,$,'Fail Position',$,'en',$); +#5869= IFCRELASSOCIATESLIBRARY('2Aae2$VjfDwAjd5AZDuaYC',$,$,$,(#797),#13254); +#13254= IFCLIBRARYREFERENCE($,$,'Exhaust Air',$,'en',$); -#5871= IFCRELASSOCIATESLIBRARY('2Z1YMCE294jghIZOTYkmZ2',$,$,$,(#810),#13250); -#13250= IFCLIBRARYREFERENCE($,$,'\X2\30D530A730FC30EB30BB30FC30D530BF30A430D7\X0\','\X2\89816C423055308C305F30A230AF30C130E530A830FC30BF306E30D530A730FC30EB30BB30FC30D530BF30A430D73092793A30593002\X0\','ja-JP',$); +#5870= IFCRELASSOCIATESLIBRARY('16WAPLUSbDpvMIicKs8tXE',$,$,$,(#797),#13255); +#13255= IFCLIBRARYREFERENCE($,$,'\X2\63926C17\X0\','\X2\63926C17306B3088308B71B18CA083773002\X0\','ja-JP',$); -#5872= IFCRELASSOCIATESLIBRARY('1mHLdOZFT64RUc$0736xqw',$,$,$,(#810),#13251); -#13251= IFCLIBRARYREFERENCE($,$,'\X2\C7ACC815\X0\ \X2\AE30B2A5C758\X0\ \X2\C720BB34\X0\','\X2\B300CCB4\X0\ \X2\AE30B2A5C73CB85C\X0\ \X2\C218B3D9\X0\ \X2\C870C791C774\X0\ \X2\C81CACF5B418B294C9C0\X0\ (= TRUE) \X2\C5ECBD80\X0\ (= FALSE)\X2\B97C\X0\ \X2\D655C778D55CB2E4\X0\. \X2\C218B3D9C73CB85C\X0\ \X2\C870C791D558B294\X0\ \X2\C561CE04C5D0C774D130C758\X0\ \X2\ACBDC6B0B294C774\X0\ \X2\AC12C744\X0\ \X2\AE30BCF8AC12C73CB85C\X0\ FALSE\X2\B85C\X0\ \X2\C124C815D574C57CD558BBC0B85CC8FCC758D55CB2E4\X0\.','ko-KR',$); +#5871= IFCRELASSOCIATESLIBRARY('1Ca5VNZXv6avL7nPhd99Pk',$,$,$,(#797),#13256); +#13256= IFCLIBRARYREFERENCE($,$,'\X2\BC30AE30\X0\','\X2\BC30AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#5873= IFCRELASSOCIATESLIBRARY('0WvVX0h493xujSOMHT6g4_',$,$,$,(#813),#13252); -#13252= IFCLIBRARYREFERENCE($,$,'Fan',$,'en',$); +#5872= IFCRELASSOCIATESLIBRARY('1ZP8HbX5T1cuCZPXgpC7Iv',$,$,$,(#798),#13257); +#13257= IFCLIBRARYREFERENCE($,$,'Exhaust Air Flow Rate',$,'en',$); -#5874= IFCRELASSOCIATESLIBRARY('1o6bmdkxT31O_RXd$NVOH7',$,$,$,(#814),#13253); -#13253= IFCLIBRARYREFERENCE($,$,'Fan Efficiency',$,'en',$); +#5873= IFCRELASSOCIATESLIBRARY('0B9ceOw0r6V9RrLeCXb53A',$,$,$,(#798),#13258); +#13258= IFCLIBRARYREFERENCE($,$,'\X2\63926C177A7A6C176D4191CF\X0\','\X2\5BA45185306E63926C176D4191CF\X0\','ja-JP',$); -#5875= IFCRELASSOCIATESLIBRARY('1FxN$RpQD1WA9GVxo_SPLh',$,$,$,(#814),#13254); -#13254= IFCLIBRARYREFERENCE($,$,'Fan\X2\52B97387\X0\','\X2\30D530A130F36A5F68B052B97387\X0\','ja-JP',$); +#5874= IFCRELASSOCIATESLIBRARY('2Xpnag1WP9regNKx_KhmlL',$,$,$,(#799),#13259); +#13259= IFCLIBRARYREFERENCE($,$,'Exhaust Air Flowrate',$,'en',$); -#5877= IFCRELASSOCIATESLIBRARY('0VmWictzL90uHh7Y$PhqvZ',$,$,$,(#815),#13255); -#13255= IFCLIBRARYREFERENCE($,$,'Fan Mounting Type',$,'en',$); +#5875= IFCRELASSOCIATESLIBRARY('1Jce5wXrj6S8hglUaiQ_TN',$,$,$,(#799),#13260); +#13260= IFCLIBRARYREFERENCE($,$,'\X2\63926C1791CF\X0\','\X2\8A2D8A0863926C1791CF3002\X0\','ja-JP',$); -#5878= IFCRELASSOCIATESLIBRARY('22oR7ulcbB0wcA2yswpGcS',$,$,$,(#815),#13256); -#13256= IFCLIBRARYREFERENCE($,$,'Fan\X2\8A2D7F6E30BF30A430D7\X0\','\X2\5EFA72693078306E\X0\Fan\X2\8A2D7F6E65B96CD55B9A7FA9\X0\\X\0D\X\0AMANUFACTUREDCURB, FIELDERECTEDCURB, CONCRETEPAD, SUSPENDED, WALLMOUNTED, DUCTMOUNTED','ja-JP',$); +#5876= IFCRELASSOCIATESLIBRARY('26Dt5N4b99DgQiTn9$LrCW',$,$,$,(#799),#13261); +#13261= IFCLIBRARYREFERENCE($,$,'\X2\BC30AE30B7C9\X0\','\X2\C124ACC4\X0\ \X2\BC30AE30B7C9\X0\.','ko-KR',$); -#5879= IFCRELASSOCIATESLIBRARY('0gJo0h1vL56BxtkFstCpnJ',$,$,$,(#816),#13257); -#13257= IFCLIBRARYREFERENCE($,$,'Fan Power',$,'en',$); +#5878= IFCRELASSOCIATESLIBRARY('2gyvZRTu16lR00XtipIvCl',$,$,$,(#801),#13262); +#13262= IFCLIBRARYREFERENCE($,$,'Expected Service Life',$,'en',$); -#5880= IFCRELASSOCIATESLIBRARY('1U6iV5aMD0J8uIA1nADOcS',$,$,$,(#816),#13258); -#13258= IFCLIBRARYREFERENCE($,$,'\X2\900198A86A5F96FB529B6D888CBB91CF\X0\','\X2\900198A86A5F30E230FC30BF30FC304B3089306E71B153D65F973002\X0\','ja-JP',$); +#5879= IFCRELASSOCIATESLIBRARY('2z0umPKan8GBe888tBsjfv',$,$,$,(#801),#13263); +#13263= IFCLIBRARYREFERENCE($,$,'DureeDeVieTypique','Dur\S\ie de vie typique exprim\S\ie en ann\S\ies.','fr-FR',$); -#5881= IFCRELASSOCIATESLIBRARY('03N8L0QAz9IQmwO1QVpafY',$,$,$,(#816),#13259); -#13259= IFCLIBRARYREFERENCE($,$,'\X2\C1A1D48DAE30\X0\ \X2\C18CBE44\X0\ \X2\C804B825\X0\','\X2\C1A1D48DAE30\X0\ \X2\BAA8D130C758\X0\ \X2\C5F4\X0\ \X2\CDE8B4DD\X0\','ko-KR',$); +#5880= IFCRELASSOCIATESLIBRARY('16QMTZenDFsP8Z9DWK4rfB',$,$,$,(#801),#13264); +#13264= IFCLIBRARYREFERENCE($,$,'\X2\671F5F853055308C308B80107528671F9593\X0\','\X2\65705E749593306E671F5F853055308C308B801075285E7465703002\X0\','ja-JP',$); -#5882= IFCRELASSOCIATESLIBRARY('2qyujn6S54EQM8zOPDI6_4',$,$,$,(#817),#13260); -#13260= IFCLIBRARYREFERENCE($,$,'Fan Power Rate',$,'en',$); +#5881= IFCRELASSOCIATESLIBRARY('2hPIlScvn4ZeGE6YGX7YaF',$,$,$,(#801),#13265); +#13265= IFCLIBRARYREFERENCE($,$,'\X2\C608C0C1C218BA85\X0\','\X2\C608C0C1\X0\ \X2\C218BA85\X0\','ko-KR',$); -#5883= IFCRELASSOCIATESLIBRARY('1WDBTXQe9FDwrJ_CLIJzlr',$,$,$,(#817),#13261); -#13261= IFCLIBRARYREFERENCE($,$,'Fan\X2\52B9738752D5529B91CF\X0\','\X2\30D530A130F36D888CBB96FB529B\X0\','ja-JP',$); +#5882= IFCRELASSOCIATESLIBRARY('3h_dFDkCf4PPUTHIeGUuao',$,$,$,(#803),#13266); +#13266= IFCLIBRARYREFERENCE($,$,'Exponent',$,'en',$); -#5884= IFCRELASSOCIATESLIBRARY('19O6sJRzPBLh_qS1BYB45n',$,$,$,(#818),#13262); -#13262= IFCLIBRARYREFERENCE($,$,'Fan Rotation Speed',$,'en',$); +#5883= IFCRELASSOCIATESLIBRARY('3FP0xmYNPDxAEtmNpA6Vl8',$,$,$,(#803),#13267); +#13267= IFCLIBRARYREFERENCE($,$,'\X2\63076570\X0\','\X2\72795FB47684306A630765703001\X0\log(\X2\71B151FA529B\X0\)log\X2\FF08886897626E295EA630DE30A430CA30B9546856F26E295EA6FF09306E52FE914D\X0\','ja-JP',$); -#5885= IFCRELASSOCIATESLIBRARY('1UIHn9TH94ZOO7cWFpBSTP',$,$,$,(#818),#13263); -#13263= IFCLIBRARYREFERENCE($,$,'\X2\56DE8EE2901F5EA6\X0\','\X2\56DE8EE2901F5EA6\X0\','ja-JP',$); +#5884= IFCRELASSOCIATESLIBRARY('3KIamSykP86uC1Onrab8IQ',$,$,$,(#804),#13268); +#13268= IFCLIBRARYREFERENCE($,$,'Expositionsklasse','Klassifikation der Widerstandsf\S\dhigkeit gegen\S\|ber chemischen und physikalischen Einwirkungen gem\S\d\S\_ der aktuellen, im Projekt angewandten, Norm.','de-DE',$); -#5887= IFCRELASSOCIATESLIBRARY('3DX20Rg8n0k8Geiv6rj37A',$,$,$,(#820),#13264); -#13264= IFCLIBRARYREFERENCE($,$,'Faucet Function',$,'en',$); +#5885= IFCRELASSOCIATESLIBRARY('2ZMCG1NXb1YBBSqhEl0uJ_',$,$,$,(#804),#13269); +#13269= IFCLIBRARYREFERENCE($,$,'Exposure Class',$,'en',$); -#5888= IFCRELASSOCIATESLIBRARY('0qjQKxfbrCkRmqAgP9pFRn',$,$,$,(#820),#13265); -#13265= IFCLIBRARYREFERENCE($,$,'\X2\6C3468136A5F80FD\X0\','\X2\6C346813306E4F5C52D56E295EA63092660E78BA306B5B9A7FA93059308B3002\X0\','ja-JP',$); +#5886= IFCRELASSOCIATESLIBRARY('0R6aXWTob59xAKKyII04Tb',$,$,$,(#805),#13270); +#13270= IFCLIBRARYREFERENCE($,$,'Raumhohe Wand','Angabe , ob diese Wand raumhoch ist (WAHR), oder nicht (FALSCH).','de-DE',$); -#5890= IFCRELASSOCIATESLIBRARY('3zXBsUP$f8u8KJV06e8yiZ',$,$,$,(#821),#13266); -#13266= IFCLIBRARYREFERENCE($,$,'Faucet Operation',$,'en',$); +#5887= IFCRELASSOCIATESLIBRARY('1bzXqcNm5B19TnFUwKLpzM',$,$,$,(#805),#13271); +#13271= IFCLIBRARYREFERENCE($,$,'Extend To Structure',$,'en',$); -#5891= IFCRELASSOCIATESLIBRARY('3Z4IhjJYv4keysEoxALYdM',$,$,$,(#821),#13267); -#13267= IFCLIBRARYREFERENCE($,$,'\X2\6C34681364CD4F5C\X0\','\X2\6C346813306E64CD4F5C65B96CD5306E7BC456F23092305330533067660E78BA306B5B9A7FA93059308BFF1A\X0\\X\0D\X\0ACeramicDisc = \X2\53E33092958B95893059308B30BB30E930DF30C330AF30B730FC30EB309263013063305F602564CD4F5C6C3468133000\X0\LeverHandle = \X2\30EC30D030FC30CF30F330C930EB306764CD4F5C3055308C308B602564CD4F5C6C3468133000\X0\SelfClosing =\X2\30B530FC30B8572730923082305F30893055306A304481EA95896C3468133000\X0\QuarterTurn =90\X2\5EA6300164CD4F5C6A5F69CB309256DE30593053306830675168958B53C8306F516895893067304D308B602564CD4F5C6C3468133000\X0\QuickAction =\X2\64CD4F5C6A5F69CB306E4E003064306E5C0F3055306A52D5304D30675168958B53C8306F516895893067304D308B6C3468133000\X0\ScrewDown =\X2\53E33092958B95893059308B305F3081306B306D3058306E4E3B8EF8309256DE305730664E2D306E677F53C8306F5186677F309252D5304B30596C3468133000\X0\SelfClosing = \X2\64CD4F5C4E3B8EF8306E980290E8306E5727529B3067958B30513089308C30015727529B304C958B653E3055308C305F6642306F30013070306D53C8306F9318306E52D54F5C3067958930813089308C308B6C3468133000\X0\TimedSelfClosing =\X2\524D3082306330666C7A30813089308C305F664295933001541051FA3059308B81EA95896C346813\X0\','ja-JP',$); +#5888= IFCRELASSOCIATESLIBRARY('2z8VMBdRH0Se8sCHHl6uwl',$,$,$,(#805),#13272); +#13272= IFCLIBRARYREFERENCE($,$,'ExtensionStructure','Indique si l''objet s''\S\itend \S\` la structure au-dessus (VRAI) ou non (FAUX).','fr-FR',$); -#5892= IFCRELASSOCIATESLIBRARY('0p4IU8NhD9O852LrQdH2z0',$,$,$,(#822),#13268); -#13268= IFCLIBRARYREFERENCE($,$,'Faucet Top Description',$,'en',$); +#5889= IFCRELASSOCIATESLIBRARY('3ZfBgugT9BkeriuJUtsAmS',$,$,$,(#806),#13273); +#13273= IFCLIBRARYREFERENCE($,$,'Exterior Heat Transfer Coefficient',$,'en',$); -#5893= IFCRELASSOCIATESLIBRARY('2mOVJeYjfD1BsUNgNO6yRG',$,$,$,(#822),#13269); -#13269= IFCLIBRARYREFERENCE($,$,'\X2\6C346813306E980290E8\X0\','\X2\64CD4F5C6A5F69CB\X0\/\X2\6C346813306E980290E8306E8AAC660E\X0\','ja-JP',$); +#5890= IFCRELASSOCIATESLIBRARY('1KIsp4kiLFoRLad7ct43pW',$,$,$,(#807),#13274); +#13274= IFCLIBRARYREFERENCE($,$,'Exterior Heat Transfer Coefficient',$,'en',$); -#5895= IFCRELASSOCIATESLIBRARY('2V9WUt4BPAGv2S4Xbm6UOQ',$,$,$,(#823),#13270); -#13270= IFCLIBRARYREFERENCE($,$,'Faucet Type',$,'en',$); +#5891= IFCRELASSOCIATESLIBRARY('3DfQU6_f52787TS5KXl1na',$,$,$,(#807),#13275); +#13275= IFCLIBRARYREFERENCE($,$,'\X2\59168868976271B14EA463DB4FC26570\X0\','\X2\591688689762306B95A29023306530513089308C305F59168868976271B14EA463DB4FC26570\X0\','ja-JP',$); -#5896= IFCRELASSOCIATESLIBRARY('2Bd9X4BKX1ceSQKTtgh9gW',$,$,$,(#823),#13271); -#13271= IFCLIBRARYREFERENCE($,$,'\X2\6C34681330BF30A430D7\X0\','\X2\6C34681330BF30A430D7306E7BC456F2309230533053306B660E78BA306B5B9A7FA93059308B\X0\\X\0D\X\0ABib = \X2\516553E3304C6C345E73306730014E0B306B541051FA3059308B30CE30BA30EB306E6C3468133000\X0\Globe =\X2\6D7469FD306E7AEF306B4ED830513089308C3001516553E3304C6C345E7330673001672C4F53304C90E852067684306B74035F623067300130CE30BA30EB304C578276F4306A6C3468133000\X0\Diverter =\X2\30B730E330EF30FC30D830C330C93078306E6DF754086C34306E6D41308C3092590930483089308C308B5F01309263013063305F7D445408305B6C3468133000\X0\DividedFlowCombination = \X2\5171901A306E30CE30BA30EB304B308951FA308B307E30676C3430686E6F304C5206304B308C305F307E307E306B306A306330663044308B7D445408305B6C3468133000\X0\Pillar =\X2\578276F4306A516553E330684E0B3078541051FA3059308B30CE30BA30EB309263013063305F6C3468133000\X0\SingleOutletCombination =\X2\5171901A306E30CE30BA30EB304B308951FA308B524D306B6C3430686E6F304C6DF754083059308B7D445408305B6C3468133000\X0\Spray =\X2\30B930D730EC30FC72B6306E541051FA53E3309263013063305F6C3468133000\X0\SprayMixing =\X2\4F7F75284E2D6C7A30813089308C305F6E295EA630674F9B7D663059308B7D666C3430687D666E6F306B63A57D9A3055308C305F30B930D730EC30FC6C346813\X0\','ja-JP',$); +#5892= IFCRELASSOCIATESLIBRARY('0b63ppqjn5RwL$Comt3aNJ',$,$,$,(#808),#13276); +#13276= IFCLIBRARYREFERENCE($,$,'External Adjusted',$,'en',$); -#5898= IFCRELASSOCIATESLIBRARY('3j2uUAa9nCQAbS3BKdZ$fI',$,$,$,(#824),#13272); -#13272= IFCLIBRARYREFERENCE($,$,'Fault Priority Type',$,'en',$); +#5893= IFCRELASSOCIATESLIBRARY('0gRXw6n3n7ugEiz7L6WGqI',$,$,$,(#808),#13277); +#13277= IFCLIBRARYREFERENCE($,$,'\X2\591690E88ABF6574\X0\','\X2\591690E88ABF6574304C53EF80FD304B30693046304B3002\X0\','ja-JP',$); -#5903= IFCRELASSOCIATESLIBRARY('1lTb$8VmHDRf2xEfwo7QxO',$,$,$,(#830),#13273); -#13273= IFCLIBRARYREFERENCE($,$,'German-name-5','German-description-5','de-DE',$); +#5894= IFCRELASSOCIATESLIBRARY('1ohZfrCznBpOBk60cIDker',$,$,$,(#808),#13278); +#13278= IFCLIBRARYREFERENCE($,$,'\X2\C678BD80C870C815\X0\','\X2\C678BD80\X0\ \X2\C870C815C774\X0\ \X2\AC00B2A5D569B2C8AE4C\X0\?','ko-KR',$); -#5904= IFCRELASSOCIATESLIBRARY('2SOCWcym9278dmayZ$c55Z',$,$,$,(#830),#13274); -#13274= IFCLIBRARYREFERENCE($,$,'Fill Gas',$,'en',$); +#5895= IFCRELASSOCIATESLIBRARY('2sp8qVhrX5he0m46qbQ_WU',$,$,$,(#809),#13279); +#13279= IFCLIBRARYREFERENCE($,$,'External Surface Area',$,'en',$); -#5905= IFCRELASSOCIATESLIBRARY('2TQ53r4OvEtgBV3BSm7EDM',$,$,$,(#830),#13275); -#13275= IFCLIBRARYREFERENCE($,$,'GazEntreVitrages','Nom du gaz remplissant l''espace entre deux couches de verre. Donn\S\i \S\` titre informatif seulement.','fr-FR',$); +#5896= IFCRELASSOCIATESLIBRARY('2L$t0X2yf5Q9fPoJpDSeTn',$,$,$,(#809),#13280); +#13280= IFCLIBRARYREFERENCE($,$,'\X2\5916886897627A4D\X0\','\X2\5916886897627A4DFF084E006B2130FB4E8C6B21306E4E2197627A4DFF09\X0\','ja-JP',$); -#5906= IFCRELASSOCIATESLIBRARY('1DaHM024T5GwpzmAqqlkC8',$,$,$,(#830),#13276); -#13276= IFCLIBRARYREFERENCE($,$,'\X2\5145586B30AC30B97A2E\X0\','2\X2\679A306E30AC30E930B99593306E96999593306B5145586B3055308C305F30AC30B9306E540D79F030023053308C306F60C5583176EE76845C027528306B63D04F9B3055308C308B3002\X0\','ja-JP',$); +#5897= IFCRELASSOCIATESLIBRARY('3f1beD_prEQ9v1qBpqiGak',$,$,$,(#810),#13281); +#13281= IFCLIBRARYREFERENCE($,$,'External Surface Area',$,'en',$); -#5907= IFCRELASSOCIATESLIBRARY('2bL219eo5C39EfkemPt$AK',$,$,$,(#830),#13277); -#13277= IFCLIBRARYREFERENCE($,$,'\X2\586B51456C144F53\X0\','\X2\4E245C4273BB74834E4B95F4586B51456C144F537684540D79F030024EC54F9B53C280033002\X0\','zh-CN',$); +#5898= IFCRELASSOCIATESLIBRARY('0bqNez_sz3Xe4qLpCNTyZr',$,$,$,(#813),#13282); +#13282= IFCLIBRARYREFERENCE($,$,'Face Area',$,'en',$); -#5908= IFCRELASSOCIATESLIBRARY('0T5Sqq6IH48w3NjyfZXIOA',$,$,$,(#834),#13278); -#13278= IFCLIBRARYREFERENCE($,$,'Final Resistance',$,'en',$); +#5899= IFCRELASSOCIATESLIBRARY('1W5giZtyL9ARZwwMLjQc5V',$,$,$,(#814),#13283); +#13283= IFCLIBRARYREFERENCE($,$,'Face Surface Area',$,'en',$); -#5909= IFCRELASSOCIATESLIBRARY('0avhzaPx56EgA5KRhh2Mmo',$,$,$,(#835),#13279); -#13279= IFCLIBRARYREFERENCE($,$,'Fin Corrugated Type',$,'en',$); +#5901= IFCRELASSOCIATESLIBRARY('3DVqh3d0jDqBEioEw2rMia',$,$,$,(#815),#13284); +#13284= IFCLIBRARYREFERENCE($,$,'Face Type',$,'en',$); -#5910= IFCRELASSOCIATESLIBRARY('3nmEO9XOj8fOY_WyKRD9nQ',$,$,$,(#835),#13280); -#13280= IFCLIBRARYREFERENCE($,$,'\X2\30B330EB30B230FC30C830BF30A430D730D530A330F3\X0\','\X2\30B330EB30B230FC30C830BF30A430D730D530A330F3306E5B9F76F45F84\X0\','ja-JP',$); +#5902= IFCRELASSOCIATESLIBRARY('2qbH9WYSz6w8kFs$JV1D5Q',$,$,$,(#815),#13285); +#13285= IFCLIBRARYREFERENCE($,$,'TypeC\S\tt\S\i','Caract\S\irise comment le c\S\tt\S\i du terminal d''un terminal de ventilation est fabriqu\S\i.','fr-FR',$); -#5911= IFCRELASSOCIATESLIBRARY('1senjuR0H81fvdGvbNLeYd',$,$,$,(#836),#13281); -#13281= IFCLIBRARYREFERENCE($,$,'Oberfl\S\dcheng\S\|te','Oberfl\S\dchenbehandlung oder Oberfl\S\dcheng\S\|te, wie "poliert", "schalungsrau", impr\S\dgniert.','de-DE',$); +#5903= IFCRELASSOCIATESLIBRARY('09LMTU9Wn0KeDjc3XrTKOW',$,$,$,(#815),#13286); +#13286= IFCLIBRARYREFERENCE($,$,'\X2\8868976230BF30A430D7\X0\','\X2\30BF30FC30DF30CA30EB88689762306E5F625F0F5B9A7FA9\X0\','ja-JP',$); -#5912= IFCRELASSOCIATESLIBRARY('0H$o$dcTb3PxQY8GDYT28a',$,$,$,(#836),#13282); -#13282= IFCLIBRARYREFERENCE($,$,'Finish',$,'en',$); +#5904= IFCRELASSOCIATESLIBRARY('1j_x0E4fr4qA6ckLqXqev6',$,$,$,(#816),#13287); +#13287= IFCLIBRARYREFERENCE($,$,'Face Velocity',$,'en',$); -#5913= IFCRELASSOCIATESLIBRARY('2P_Q0q5K527wAeB_HHSPfg',$,$,$,(#836),#13283); -#13283= IFCLIBRARYREFERENCE($,$,'Finition','Finition de cet objet. Sp\S\icification de la finition donn\S\ie \S\` titre informatif.','fr-FR',$); +#5905= IFCRELASSOCIATESLIBRARY('2E8Vv5v6r8Ix7eAaswczbo',$,$,$,(#816),#13288); +#13288= IFCLIBRARYREFERENCE($,$,'VitesseFace','Vitesse de l''air \S\` travers la batterie.','fr-FR',$); -#5914= IFCRELASSOCIATESLIBRARY('3oQWS5hgT9RvrDgkezUurR',$,$,$,(#836),#13284); -#13284= IFCLIBRARYREFERENCE($,$,'\X2\4ED54E0A3052\X0\','\X2\4ED54E0A30529078629E306B95A23059308B60C558313002886897624ED54E0A3052306B95A23059308B4ED569D83002\X0\','ja-JP',$); +#5907= IFCRELASSOCIATESLIBRARY('15MvxNbID1nAiLz5OrUzI8',$,$,$,(#819),#13289); +#13289= IFCLIBRARYREFERENCE($,$,'Fail Position',$,'en',$); -#5915= IFCRELASSOCIATESLIBRARY('2Y3EBICqb1_OSGV8yM5J6z',$,$,$,(#836),#13285); -#13285= IFCLIBRARYREFERENCE($,$,'\X2\8868976259047406\X0\','\X2\8BE567844EF67684886897625904740665B95F0F30024EC54F9B53C280033002\X0\','zh-CN',$); +#5908= IFCRELASSOCIATESLIBRARY('24m6q5dnPDVhFshoV7rt46',$,$,$,(#819),#13290); +#13290= IFCLIBRARYREFERENCE($,$,'\X2\30D530A730FC30EB30BB30FC30D530BF30A430D7\X0\','\X2\89816C423055308C305F30A230AF30C130E530A830FC30BF306E30D530A730FC30EB30BB30FC30D530BF30A430D73092793A30593002\X0\','ja-JP',$); -#5916= IFCRELASSOCIATESLIBRARY('2y7cNxruT0MgAilqSbxw_n',$,$,$,(#837),#13286); -#13286= IFCLIBRARYREFERENCE($,$,'Finish',$,'en',$); +#5909= IFCRELASSOCIATESLIBRARY('2k2_RoAn19IRfqn23soOCC',$,$,$,(#819),#13291); +#13291= IFCLIBRARYREFERENCE($,$,'\X2\C7ACC815\X0\ \X2\AE30B2A5C758\X0\ \X2\C720BB34\X0\','\X2\B300CCB4\X0\ \X2\AE30B2A5C73CB85C\X0\ \X2\C218B3D9\X0\ \X2\C870C791C774\X0\ \X2\C81CACF5B418B294C9C0\X0\ (= TRUE) \X2\C5ECBD80\X0\ (= FALSE)\X2\B97C\X0\ \X2\D655C778D55CB2E4\X0\. \X2\C218B3D9C73CB85C\X0\ \X2\C870C791D558B294\X0\ \X2\C561CE04C5D0C774D130C758\X0\ \X2\ACBDC6B0B294C774\X0\ \X2\AC12C744\X0\ \X2\AE30BCF8AC12C73CB85C\X0\ FALSE\X2\B85C\X0\ \X2\C124C815D574C57CD558BBC0B85CC8FCC758D55CB2E4\X0\.','ko-KR',$); -#5917= IFCRELASSOCIATESLIBRARY('1ZYZbu7jj4wBn_Bh5nqDng',$,$,$,(#837),#13287); -#13287= IFCLIBRARYREFERENCE($,$,'\X2\4ED54E0A3052\X0\','\X2\6C346813306B906975283055308C308B4ED54E0A3052306E8AAC660E\X0\','ja-JP',$); +#5910= IFCRELASSOCIATESLIBRARY('0Lv3$XDkL2rQFYPXYVfM71',$,$,$,(#822),#13292); +#13292= IFCLIBRARYREFERENCE($,$,'Fan',$,'en',$); -#5918= IFCRELASSOCIATESLIBRARY('3PeDNNH9PCY9Jk3enrOZxE',$,$,$,(#838),#13288); -#13288= IFCLIBRARYREFERENCE($,$,'Finish Color',$,'en',$); +#5911= IFCRELASSOCIATESLIBRARY('2f1jOqQa9AFx7EVilJFpf9',$,$,$,(#823),#13293); +#13293= IFCLIBRARYREFERENCE($,$,'Fan Efficiency',$,'en',$); -#5919= IFCRELASSOCIATESLIBRARY('2qcswRXmL6gR6aG_Wv$IT_',$,$,$,(#839),#13289); -#13289= IFCLIBRARYREFERENCE($,$,'Finish Color',$,'en',$); +#5912= IFCRELASSOCIATESLIBRARY('0Jw88LXnPCtRDAhVzDPZl0',$,$,$,(#823),#13294); +#13294= IFCLIBRARYREFERENCE($,$,'Fan\X2\52B97387\X0\','\X2\30D530A130F36A5F68B052B97387\X0\','ja-JP',$); -#5920= IFCRELASSOCIATESLIBRARY('16MhEcdEX038dVFnSGcm4u',$,$,$,(#839),#13290); -#13290= IFCLIBRARYREFERENCE($,$,'CouleurFinition','La couleur de finition du terminal de ventilation.','fr-FR',$); +#5914= IFCRELASSOCIATESLIBRARY('0MTb_KnKnABvYaaB0SAUGG',$,$,$,(#824),#13295); +#13295= IFCLIBRARYREFERENCE($,$,'Fan Mounting Type',$,'en',$); -#5921= IFCRELASSOCIATESLIBRARY('0VaNn9syrDP90U962BrSva',$,$,$,(#839),#13291); -#13291= IFCLIBRARYREFERENCE($,$,'\X2\4ED54E0A30528272\X0\','\X2\30BF30FC30DF30CA30EB306E4ED54E0A30528272\X0\','ja-JP',$); +#5915= IFCRELASSOCIATESLIBRARY('3W2SqrEo10gwZnYqlOzWfb',$,$,$,(#824),#13296); +#13296= IFCLIBRARYREFERENCE($,$,'Fan\X2\8A2D7F6E30BF30A430D7\X0\','\X2\5EFA72693078306E\X0\Fan\X2\8A2D7F6E65B96CD55B9A7FA9\X0\\X\0D\X\0AMANUFACTUREDCURB, FIELDERECTEDCURB, CONCRETEPAD, SUSPENDED, WALLMOUNTED, DUCTMOUNTED','ja-JP',$); -#5922= IFCRELASSOCIATESLIBRARY('2ZPAQoWef0sxQ7djcmTlZ0',$,$,$,(#840),#13292); -#13292= IFCLIBRARYREFERENCE($,$,'Finishing',$,'en',$); +#5916= IFCRELASSOCIATESLIBRARY('2XODt1nfbCMRL7co4Lkdsw',$,$,$,(#825),#13297); +#13297= IFCLIBRARYREFERENCE($,$,'Fan Power',$,'en',$); -#5924= IFCRELASSOCIATESLIBRARY('0p9S83eoP3RuQZxXhl3qyG',$,$,$,(#841),#13293); -#13293= IFCLIBRARYREFERENCE($,$,'Finish Type',$,'en',$); +#5917= IFCRELASSOCIATESLIBRARY('0$M5tE8oz4W9zivnI6BUmG',$,$,$,(#825),#13298); +#13298= IFCLIBRARYREFERENCE($,$,'\X2\900198A86A5F96FB529B6D888CBB91CF\X0\','\X2\900198A86A5F30E230FC30BF30FC304B3089306E71B153D65F973002\X0\','ja-JP',$); -#5925= IFCRELASSOCIATESLIBRARY('0PWGKhO7nAI8wRMCuqqEkg',$,$,$,(#841),#13294); -#13294= IFCLIBRARYREFERENCE($,$,'TypeFinition','Le type de finition du terminal de ventilation.','fr-FR',$); +#5918= IFCRELASSOCIATESLIBRARY('19dqjGv9T6WwxZVqISAR8s',$,$,$,(#825),#13299); +#13299= IFCLIBRARYREFERENCE($,$,'\X2\C1A1D48DAE30\X0\ \X2\C18CBE44\X0\ \X2\C804B825\X0\','\X2\C1A1D48DAE30\X0\ \X2\BAA8D130C758\X0\ \X2\C5F4\X0\ \X2\CDE8B4DD\X0\','ko-KR',$); -#5926= IFCRELASSOCIATESLIBRARY('0HCUtNhbT8DgDYHhu$4iTJ',$,$,$,(#841),#13295); -#13295= IFCLIBRARYREFERENCE($,$,'\X2\4ED54E0A30525F625F0F\X0\','\X2\30BF30FC30DF30CA30EB306E4ED54E0A3052306E5F625F0FFF08\X0\ANNODIZED,\X2\585788C54ED6FF09\X0\','ja-JP',$); +#5919= IFCRELASSOCIATESLIBRARY('0tcXROaYn83w1_P3A_B7zc',$,$,$,(#826),#13300); +#13300= IFCLIBRARYREFERENCE($,$,'Fan Power Rate',$,'en',$); -#5927= IFCRELASSOCIATESLIBRARY('3BQAxwSJD2OOdftlzS778_',$,$,$,(#842),#13296); -#13296= IFCLIBRARYREFERENCE($,$,'Notausgang','Angabe, ob das Fenster ein Notausgang gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung ist (JA), oder nicht (NEIN).','de-DE',$); +#5920= IFCRELASSOCIATESLIBRARY('3QwJtjbrP9lugyBFdb338N',$,$,$,(#826),#13301); +#13301= IFCLIBRARYREFERENCE($,$,'Fan\X2\52B9738752D5529B91CF\X0\','\X2\30D530A130F36D888CBB96FB529B\X0\','ja-JP',$); -#5928= IFCRELASSOCIATESLIBRARY('1mc6g2ACb8LQRQtx8lqmQP',$,$,$,(#842),#13297); -#13297= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); +#5921= IFCRELASSOCIATESLIBRARY('1NVb_aTQD1sRwuTYbELzQE',$,$,$,(#827),#13302); +#13302= IFCLIBRARYREFERENCE($,$,'Fan Rotation Speed',$,'en',$); -#5929= IFCRELASSOCIATESLIBRARY('066KvFD6b9ze1jwnatXkrX',$,$,$,(#842),#13298); -#13298= IFCLIBRARYREFERENCE($,$,'Sortie de secours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). D\S\ifinition de la sortie de secours selon le Code National.','fr-FR',$); +#5922= IFCRELASSOCIATESLIBRARY('1FHJv$fTP92O88utPzX9Hd',$,$,$,(#827),#13303); +#13303= IFCLIBRARYREFERENCE($,$,'\X2\56DE8EE2901F5EA6\X0\','\X2\56DE8EE2901F5EA6\X0\','ja-JP',$); -#5930= IFCRELASSOCIATESLIBRARY('2MWiqmA5HDgBXYngFF84IZ',$,$,$,(#843),#13299); -#13299= IFCLIBRARYREFERENCE($,$,'Rettungsweg','Angabe ob dieses Transportelement als Rettungsweg im Brandfall zul\S\dssig ist (WAHR) oder nicht (FALSCH).','de-DE',$); +#5924= IFCRELASSOCIATESLIBRARY('0VEmmOahDBtgVvz13QgQzR',$,$,$,(#829),#13304); +#13304= IFCLIBRARYREFERENCE($,$,'Faucet Function',$,'en',$); -#5931= IFCRELASSOCIATESLIBRARY('2IiiKKp3v5ZOAqQENq_5Hl',$,$,$,(#843),#13300); -#13300= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); +#5925= IFCRELASSOCIATESLIBRARY('3jGzONP1XFmfJw$9AjSBBB',$,$,$,(#829),#13305); +#13305= IFCLIBRARYREFERENCE($,$,'\X2\6C3468136A5F80FD\X0\','\X2\6C346813306E4F5C52D56E295EA63092660E78BA306B5B9A7FA93059308B3002\X0\','ja-JP',$); -#5932= IFCRELASSOCIATESLIBRARY('2xUxMAqvv7ZfdN7R$G6Al9',$,$,$,(#843),#13301); -#13301= IFCLIBRARYREFERENCE($,$,'SortieSecours','Indication si l''objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). Cas d''un \S\il\S\iment de transport comme un ascenseur con\S\gu pour l''\S\ivacuation en cas d''incendie.','fr-FR',$); +#5927= IFCRELASSOCIATESLIBRARY('1FwpcB3SDExAOVG87D8RLu',$,$,$,(#830),#13306); +#13306= IFCLIBRARYREFERENCE($,$,'Faucet Operation',$,'en',$); -#5933= IFCRELASSOCIATESLIBRARY('1HqTlDXA5ABPyvdGMKhiOX',$,$,$,(#843),#13302); -#13302= IFCLIBRARYREFERENCE($,$,'\X2\907F96E351FA53E3\X0\','\X2\907F96E351FA53E3\X0\(TRUE)\X2\304B3001901A5E38306E51FA53E3\X0\(FALSE)\X2\304B3092793A305930D530E930B03002\X0\','ja-JP',$); +#5928= IFCRELASSOCIATESLIBRARY('1lGSyHqY1E3BE2k6NoxVss',$,$,$,(#830),#13307); +#13307= IFCLIBRARYREFERENCE($,$,'\X2\6C34681364CD4F5C\X0\','\X2\6C346813306E64CD4F5C65B96CD5306E7BC456F23092305330533067660E78BA306B5B9A7FA93059308BFF1A\X0\\X\0D\X\0ACeramicDisc = \X2\53E33092958B95893059308B30BB30E930DF30C330AF30B730FC30EB309263013063305F602564CD4F5C6C3468133000\X0\LeverHandle = \X2\30EC30D030FC30CF30F330C930EB306764CD4F5C3055308C308B602564CD4F5C6C3468133000\X0\SelfClosing =\X2\30B530FC30B8572730923082305F30893055306A304481EA95896C3468133000\X0\QuarterTurn =90\X2\5EA6300164CD4F5C6A5F69CB309256DE30593053306830675168958B53C8306F516895893067304D308B602564CD4F5C6C3468133000\X0\QuickAction =\X2\64CD4F5C6A5F69CB306E4E003064306E5C0F3055306A52D5304D30675168958B53C8306F516895893067304D308B6C3468133000\X0\ScrewDown =\X2\53E33092958B95893059308B305F3081306B306D3058306E4E3B8EF8309256DE305730664E2D306E677F53C8306F5186677F309252D5304B30596C3468133000\X0\SelfClosing = \X2\64CD4F5C4E3B8EF8306E980290E8306E5727529B3067958B30513089308C30015727529B304C958B653E3055308C305F6642306F30013070306D53C8306F9318306E52D54F5C3067958930813089308C308B6C3468133000\X0\TimedSelfClosing =\X2\524D3082306330666C7A30813089308C305F664295933001541051FA3059308B81EA95896C346813\X0\','ja-JP',$); -#5934= IFCRELASSOCIATESLIBRARY('0CXkJs07zCDRiwRLR4ehiU',$,$,$,(#843),#13303); -#13303= IFCLIBRARYREFERENCE($,$,'\X2\D654C7AC\X0\ \X2\CD9CAD6C\X0\ (\X2\D53CB09C\X0\ \X2\CD9CAD6C\X0\)','\X2\C774\X0\ \X2\BB3CCCB4AC00\X0\ \X2\D654C7ACC758\X0\ \X2\ACBDC6B0\X0\ \X2\CD9CAD6CB85C\X0\ \X2\C0ACC6A9B418B3C4B85D\X0\ \X2\C124ACC4B418C5C8B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. \X2\C5ECAE30C5D0\X0\ \X2\ACF5AC04\X0\ (\X2\C608\X0\ \X2\BCF5B3C4\X0\), \X2\C608B97C\X0\ \X2\B4E4BA74\X0\ \X2\D654C7AC\X0\ \X2\D53CB09C\X0\ \X2\BAA9C801C744\X0\ \X2\C704D574\X0\ \X2\CD9CAD6C\X0\ \X2\ACF5AC04C73CB85C\X0\ \X2\C0ACC6A9D558B3C4B85D\X0\ \X2\C124ACC4B418C5C8B294C9C0\X0\ \X2\C5ECBD80\X0\','ko-KR',$); +#5929= IFCRELASSOCIATESLIBRARY('0IcbgQ_8LCvQN_6SCZCOrz',$,$,$,(#831),#13308); +#13308= IFCLIBRARYREFERENCE($,$,'Faucet Top Description',$,'en',$); -#5935= IFCRELASSOCIATESLIBRARY('28VoWvTHfCKQY1zkoRSKg8',$,$,$,(#844),#13304); -#13304= IFCLIBRARYREFERENCE($,$,'Fluchttreppe','Angabe, ob die T\S\|r ein Notausgang oder Fluchtt\S\|r gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung ist (JA), oder nicht (NEIN).','de-DE',$); +#5930= IFCRELASSOCIATESLIBRARY('2Hffk_Fp5CYejUXm3YK6Wd',$,$,$,(#831),#13309); +#13309= IFCLIBRARYREFERENCE($,$,'\X2\6C346813306E980290E8\X0\','\X2\64CD4F5C6A5F69CB\X0\/\X2\6C346813306E980290E8306E8AAC660E\X0\','ja-JP',$); -#5936= IFCRELASSOCIATESLIBRARY('0brREw7dz8LPL5sd_REIyY',$,$,$,(#844),#13305); -#13305= IFCLIBRARYREFERENCE($,$,'Fire Exit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE). Here it defines an exit stair in accordance to the national building code.','en',$); +#5932= IFCRELASSOCIATESLIBRARY('2vUFHCabv3B8R1_7$ymqnI',$,$,$,(#832),#13310); +#13310= IFCLIBRARYREFERENCE($,$,'Faucet Type',$,'en',$); -#5937= IFCRELASSOCIATESLIBRARY('0vx8i7uAvF5ve3XUinCo1V',$,$,$,(#844),#13306); -#13306= IFCLIBRARYREFERENCE($,$,'Sortie Secours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). D\S\ifinition de la sortie de secours selon le Code National.','fr-FR',$); +#5933= IFCRELASSOCIATESLIBRARY('0l$AtindXAAxKQ6GtMInzv',$,$,$,(#832),#13311); +#13311= IFCLIBRARYREFERENCE($,$,'\X2\6C34681330BF30A430D7\X0\','\X2\6C34681330BF30A430D7306E7BC456F2309230533053306B660E78BA306B5B9A7FA93059308B\X0\\X\0D\X\0ABib = \X2\516553E3304C6C345E73306730014E0B306B541051FA3059308B30CE30BA30EB306E6C3468133000\X0\Globe =\X2\6D7469FD306E7AEF306B4ED830513089308C3001516553E3304C6C345E7330673001672C4F53304C90E852067684306B74035F623067300130CE30BA30EB304C578276F4306A6C3468133000\X0\Diverter =\X2\30B730E330EF30FC30D830C330C93078306E6DF754086C34306E6D41308C3092590930483089308C308B5F01309263013063305F7D445408305B6C3468133000\X0\DividedFlowCombination = \X2\5171901A306E30CE30BA30EB304B308951FA308B307E30676C3430686E6F304C5206304B308C305F307E307E306B306A306330663044308B7D445408305B6C3468133000\X0\Pillar =\X2\578276F4306A516553E330684E0B3078541051FA3059308B30CE30BA30EB309263013063305F6C3468133000\X0\SingleOutletCombination =\X2\5171901A306E30CE30BA30EB304B308951FA308B524D306B6C3430686E6F304C6DF754083059308B7D445408305B6C3468133000\X0\Spray =\X2\30B930D730EC30FC72B6306E541051FA53E3309263013063305F6C3468133000\X0\SprayMixing =\X2\4F7F75284E2D6C7A30813089308C305F6E295EA630674F9B7D663059308B7D666C3430687D666E6F306B63A57D9A3055308C305F30B930D730EC30FC6C346813\X0\','ja-JP',$); -#5938= IFCRELASSOCIATESLIBRARY('05KkDa7TXAGPqQolEeWfgG',$,$,$,(#844),#13307); -#13307= IFCLIBRARYREFERENCE($,$,'\X2\975E5E3853E3533A5206\X0\','\X2\3053306E30AA30D630B830A730AF30C8304C706B707D6642306E975E5E3853E33068305730668A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002305330533067306F95A290233059308B5EFA7BC957FA6E966CD5306B304A3051308B51FA53E330C930A23068305730665B9A7FA9305730663044308B3002\X0\','ja-JP',$); +#5935= IFCRELASSOCIATESLIBRARY('0xVw4oUgXEsOaIzqO8VeBn',$,$,$,(#833),#13312); +#13312= IFCLIBRARYREFERENCE($,$,'Fault Priority Type',$,'en',$); -#5939= IFCRELASSOCIATESLIBRARY('2$BNs6i8z9hBJXudnn8a0j',$,$,$,(#844),#13308); -#13308= IFCLIBRARYREFERENCE($,$,'\X2\662F54264E3A7D27602551FA53E3\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A706B707E65F676847D27602551FA53E33002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); +#5940= IFCRELASSOCIATESLIBRARY('0Rnb3ZRpjFmObnRtOkFG79',$,$,$,(#839),#13313); +#13313= IFCLIBRARYREFERENCE($,$,'German-name-5','German-description-5','de-DE',$); -#5940= IFCRELASSOCIATESLIBRARY('1rLCJMxg98dBg7dJZTzhHO',$,$,$,(#845),#13309); -#13309= IFCLIBRARYREFERENCE($,$,'Fluchtweg','German-description-6','de-DE',$); +#5941= IFCRELASSOCIATESLIBRARY('2NRipEbdbCNxPf9gASnsNp',$,$,$,(#839),#13314); +#13314= IFCLIBRARYREFERENCE($,$,'Fill Gas',$,'en',$); -#5941= IFCRELASSOCIATESLIBRARY('2oROYgl1D3qP1$By3RCfWF',$,$,$,(#845),#13310); -#13310= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); +#5942= IFCRELASSOCIATESLIBRARY('00f044$qD1k9znolp1wsul',$,$,$,(#839),#13315); +#13315= IFCLIBRARYREFERENCE($,$,'GazEntreVitrages','Nom du gaz remplissant l''espace entre deux couches de verre. Donn\S\i \S\` titre informatif seulement.','fr-FR',$); -#5942= IFCRELASSOCIATESLIBRARY('2h49sDB2bE897t9sTyCIzr',$,$,$,(#845),#13311); -#13311= IFCLIBRARYREFERENCE($,$,'SortieSecours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). D\S\ifinition de la sortie de secours selon le Code National.','fr-FR',$); +#5943= IFCRELASSOCIATESLIBRARY('15jvsKG552$OFQTfMt_24D',$,$,$,(#839),#13316); +#13316= IFCLIBRARYREFERENCE($,$,'\X2\5145586B30AC30B97A2E\X0\','2\X2\679A306E30AC30E930B99593306E96999593306B5145586B3055308C305F30AC30B9306E540D79F030023053308C306F60C5583176EE76845C027528306B63D04F9B3055308C308B3002\X0\','ja-JP',$); -#5943= IFCRELASSOCIATESLIBRARY('0QGLkjDKnEygcW58luBlJ6',$,$,$,(#845),#13312); -#13312= IFCLIBRARYREFERENCE($,$,'\X2\975E5E3853E3533A5206\X0\','\X2\3053306E30AA30D630B830A730AF30C8304C706B707D6642306E975E5E3853E33068305730668A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002305330533067306F95A290233059308B5EFA7BC957FA6E966CD5306B304A3051308B51FA53E330C930A23068305730665B9A7FA9305730663044308B3002\X0\','ja-JP',$); +#5944= IFCRELASSOCIATESLIBRARY('34wHx2qIf5eO6ZdRRhb3cP',$,$,$,(#839),#13317); +#13317= IFCLIBRARYREFERENCE($,$,'\X2\586B51456C144F53\X0\','\X2\4E245C4273BB74834E4B95F4586B51456C144F537684540D79F030024EC54F9B53C280033002\X0\','zh-CN',$); -#5944= IFCRELASSOCIATESLIBRARY('0XVMQzeXD1qRbMzghRvEDQ',$,$,$,(#845),#13313); -#13313= IFCLIBRARYREFERENCE($,$,'\X2\662F54264E3A7D27602551FA53E3\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A706B707E65F676847D27602551FA53E33002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); +#5945= IFCRELASSOCIATESLIBRARY('1Q89XTQxLAORisP$JZYUBX',$,$,$,(#843),#13318); +#13318= IFCLIBRARYREFERENCE($,$,'Final Resistance',$,'en',$); -#5945= IFCRELASSOCIATESLIBRARY('3qAuRYOdn3QxfwmgA3lw53',$,$,$,(#846),#13314); -#13314= IFCLIBRARYREFERENCE($,$,'Notausgang','Angabe, ob der Raum einen Notausgang f\S\|r den Brandfall hat und als ein Notausgangs(sammel)raum im Sinne der Brandschutzverordnung gilt (WAHR), oder nicht (FALSCH).','de-DE',$); +#5946= IFCRELASSOCIATESLIBRARY('2qkw1cXd91Qe$SJpk5rLJF',$,$,$,(#844),#13319); +#13319= IFCLIBRARYREFERENCE($,$,'Fin Corrugated Type',$,'en',$); -#5946= IFCRELASSOCIATESLIBRARY('1A2C2pl65A6wvGwJ0HT3cB',$,$,$,(#846),#13315); -#13315= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); +#5947= IFCRELASSOCIATESLIBRARY('1WJHScUA14Tx1RoRopzgD0',$,$,$,(#844),#13320); +#13320= IFCLIBRARYREFERENCE($,$,'\X2\30B330EB30B230FC30C830BF30A430D730D530A330F3\X0\','\X2\30B330EB30B230FC30C830BF30A430D730D530A330F3306E5B9F76F45F84\X0\','ja-JP',$); -#5947= IFCRELASSOCIATESLIBRARY('0kRJ4jTAn3ReFIL$R3cFCJ',$,$,$,(#846),#13316); -#13316= IFCLIBRARYREFERENCE($,$,'SortieSecours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). Cas d''un espace comme un couloir con\S\gu pour servir d''espace de sortie, par exemple pour l''\S\ivacuation en cas d''incendie.','fr-FR',$); +#5948= IFCRELASSOCIATESLIBRARY('0MTNFwaqT6wvAKGzfA$tgE',$,$,$,(#845),#13321); +#13321= IFCLIBRARYREFERENCE($,$,'Oberfl\S\dcheng\S\|te','Oberfl\S\dchenbehandlung oder Oberfl\S\dcheng\S\|te, wie "poliert", "schalungsrau", impr\S\dgniert.','de-DE',$); -#5948= IFCRELASSOCIATESLIBRARY('13yXi$qh95yBL_PtKQbrBj',$,$,$,(#846),#13317); -#13317= IFCLIBRARYREFERENCE($,$,'\X2\975E5E3853E3533A5206\X0\','\X2\3053306E30AA30D630B830A730AF30C8304C706B707D306E58345408306B51FA53E33068305730664F7F308F308C308B30883046306B8A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\306F30443001\X0\(FALSE)\X2\3044304430483002\X0\\X\0D\X\0A\X2\30533053306B30017A7A9593\X0\(\X2\4F8B304830705ECA4E0B\X0\)\X2\306F30014F8B30483070706B707D907F96E376EE7684306E305F3081306B51FA53E37A7A95933068305730664F7F308F308C308B308830468A2D8A083055308C30663044308B304B30693046304B3002\X0\','ja-JP',$); +#5949= IFCRELASSOCIATESLIBRARY('3O3Fo9job2OeHm6Cn5WLoN',$,$,$,(#845),#13322); +#13322= IFCLIBRARYREFERENCE($,$,'Finish',$,'en',$); -#5949= IFCRELASSOCIATESLIBRARY('0B2ZzE8VT3yOtt_YZ0uXdH',$,$,$,(#846),#13318); -#13318= IFCLIBRARYREFERENCE($,$,'\X2\D654C7AC\X0\ \X2\CD9CAD6C\X0\ (\X2\D53CB09C\X0\ \X2\CD9CAD6C\X0\)','\X2\C5ECAE30C5D0\X0\ \X2\ACF5AC04\X0\ (\X2\C608\X0\ \X2\BCF5B3C4\X0\), \X2\C608B97C\X0\ \X2\B4E4BA74\X0\ \X2\D654C7AC\X0\ \X2\D53CB09C\X0\ \X2\BAA9C801C744\X0\ \X2\C704D574\X0\ \X2\CD9CAD6C\X0\ \X2\ACF5AC04C73CB85C\X0\ \X2\C0ACC6A9D558B3C4B85D\X0\ \X2\C124ACC4B418C5C8B294C9C0\X0\ \X2\C5ECBD80\X0\','ko-KR',$); +#5950= IFCRELASSOCIATESLIBRARY('3rrWAv1qb7CxoVOF$gkhWr',$,$,$,(#845),#13323); +#13323= IFCLIBRARYREFERENCE($,$,'Finition','Finition de cet objet. Sp\S\icification de la finition donn\S\ie \S\` titre informatif.','fr-FR',$); -#5950= IFCRELASSOCIATESLIBRARY('0rFbyrj_j0re$zHWPm_CCg',$,$,$,(#847),#13319); -#13319= IFCLIBRARYREFERENCE($,$,'Notausgang','Angabe, ob die T\S\|r ein Notausgang gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung ist (JA), oder nicht (NEIN)..','de-DE',$); +#5951= IFCRELASSOCIATESLIBRARY('3$kTBOFGn2VwT38UDVM7y9',$,$,$,(#845),#13324); +#13324= IFCLIBRARYREFERENCE($,$,'\X2\4ED54E0A3052\X0\','\X2\4ED54E0A30529078629E306B95A23059308B60C558313002886897624ED54E0A3052306B95A23059308B4ED569D83002\X0\','ja-JP',$); -#5951= IFCRELASSOCIATESLIBRARY('02VF0u8qf96OcqyHjXQDwP',$,$,$,(#847),#13320); -#13320= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); +#5952= IFCRELASSOCIATESLIBRARY('02YbcWluvCKeekDejID3Om',$,$,$,(#845),#13325); +#13325= IFCLIBRARYREFERENCE($,$,'\X2\8868976259047406\X0\','\X2\8BE567844EF67684886897625904740665B95F0F30024EC54F9B53C280033002\X0\','zh-CN',$); -#5952= IFCRELASSOCIATESLIBRARY('3h4fGhKEH1TQ_yqCybivyJ',$,$,$,(#847),#13321); -#13321= IFCLIBRARYREFERENCE($,$,'Sortie Secours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). D\S\ifinition de la sortie de secours selon le Code National.','fr-FR',$); +#5953= IFCRELASSOCIATESLIBRARY('3YuyVb0sPApgtzzR$kpqF5',$,$,$,(#846),#13326); +#13326= IFCLIBRARYREFERENCE($,$,'Finish',$,'en',$); -#5953= IFCRELASSOCIATESLIBRARY('2NHx7xgb9BDvk8KbMbdCaW',$,$,$,(#847),#13322); -#13322= IFCLIBRARYREFERENCE($,$,'\X2\975E5E3853E3533A5206\X0\','\X2\3053306E30AA30D630B830A730AF30C8304C706B707D6642306E975E5E3853E33068305730668A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002305330533067306F95A290233059308B5EFA7BC957FA6E966CD5306B304A3051308B51FA53E330C930A23068305730665B9A7FA9305730663044308B3002\X0\','ja-JP',$); +#5954= IFCRELASSOCIATESLIBRARY('0GuEDInKj2ifAqb32gRl8q',$,$,$,(#846),#13327); +#13327= IFCLIBRARYREFERENCE($,$,'\X2\4ED54E0A3052\X0\','\X2\6C346813306B906975283055308C308B4ED54E0A3052306E8AAC660E\X0\','ja-JP',$); -#5954= IFCRELASSOCIATESLIBRARY('3cjFstDFP8OR0Q6pFqMvdf',$,$,$,(#847),#13323); -#13323= IFCLIBRARYREFERENCE($,$,'\X2\662F54264E3A7D27602551FA53E3\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A706B707E65F676847D27602551FA53E33002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); +#5955= IFCRELASSOCIATESLIBRARY('11Iv0eFGfD0BwwlNsQ20bm',$,$,$,(#847),#13328); +#13328= IFCLIBRARYREFERENCE($,$,'Finish Color',$,'en',$); -#5955= IFCRELASSOCIATESLIBRARY('37NUW_tjj7kOcZ1BL$Qc2t',$,$,$,(#848),#13324); -#13324= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); +#5956= IFCRELASSOCIATESLIBRARY('19eU6LCNb91wC5XZ3WvZsC',$,$,$,(#848),#13329); +#13329= IFCLIBRARYREFERENCE($,$,'Finish Color',$,'en',$); -#5956= IFCRELASSOCIATESLIBRARY('0015fyNoL2mRt7bQlHNLN0',$,$,$,(#848),#13325); -#13325= IFCLIBRARYREFERENCE($,$,'Sortie de secours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX).','fr-FR',$); +#5957= IFCRELASSOCIATESLIBRARY('10y7OgYXPDyAa8_vJQ6h9h',$,$,$,(#848),#13330); +#13330= IFCLIBRARYREFERENCE($,$,'CouleurFinition','La couleur de finition du terminal de ventilation.','fr-FR',$); -#5957= IFCRELASSOCIATESLIBRARY('0WhbOOV_144w3fs0G$_HTz',$,$,$,(#848),#13326); -#13326= IFCLIBRARYREFERENCE($,$,'\X2\975E5E3853E3533A5206\X0\','\X2\3053306E30AA30D630B830A730AF30C8FF08958B53E3FF09304C706B707D306E58345408306B51FA53E33068305730664F7F308F308C308B30883046306B8A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\306F30443001\X0\(FALSE)\X2\3044304430483002\X0\\X\0D\X\0A\X2\30533053306B30017A7A9593\X0\(\X2\4F8B304830705ECA4E0B\X0\)\X2\306F30014F8B30483070706B707D907F96E376EE7684306E305F3081306B51FA53E37A7A95933068305730664F7F308F308C308B308830468A2D8A083055308C30663044308B304B30693046304B3002\X0\','ja-JP',$); +#5958= IFCRELASSOCIATESLIBRARY('1CAHt9BrH8B9GfPYmeMOCT',$,$,$,(#848),#13331); +#13331= IFCLIBRARYREFERENCE($,$,'\X2\4ED54E0A30528272\X0\','\X2\30BF30FC30DF30CA30EB306E4ED54E0A30528272\X0\','ja-JP',$); -#5958= IFCRELASSOCIATESLIBRARY('0fNlWwLPf7$gWUA2CWAXYK',$,$,$,(#849),#13327); -#13327= IFCLIBRARYREFERENCE($,$,'Feuerwehraufzug','Angabe, ob der Aufzug als ein Feuerwerksaufzug vorgesehen ist (WAHR) oder nicht (FALSCH). Ein Feuerwehraufzug ist ein besonders abgesicherter Aufzug der der Feuerwehr im Branfall ein Erreichen der Branetage erm\S\vglicht.','de-DE',$); +#5959= IFCRELASSOCIATESLIBRARY('3_IiH3xrzCqg2jZJFRMNkm',$,$,$,(#849),#13332); +#13332= IFCLIBRARYREFERENCE($,$,'Finishing',$,'en',$); -#5959= IFCRELASSOCIATESLIBRARY('0bHfiWqfrAvB3GHP5GGva0',$,$,$,(#849),#13328); -#13328= IFCLIBRARYREFERENCE($,$,'Fire Fighting Lift',$,'en',$); +#5961= IFCRELASSOCIATESLIBRARY('2atuHv34H6VODZOpHuHljh',$,$,$,(#850),#13333); +#13333= IFCLIBRARYREFERENCE($,$,'Finish Type',$,'en',$); -#5960= IFCRELASSOCIATESLIBRARY('34cwHulQbB3w1GtPHVhEmp',$,$,$,(#849),#13329); -#13329= IFCLIBRARYREFERENCE($,$,'LargeurPassage','Indique si l''ascenseur est con\S\gu pour servir d''ascenseur pompier (VRAI) ou non (FAUX). Un ascenseur pompier est utilis\S\i par les pompiers pour acc\S\ider \S\` l''endroit du feu et \S\ivacuer les personnes.','fr-FR',$); +#5962= IFCRELASSOCIATESLIBRARY('2okKWYN9z7jAyXtSyBAMBx',$,$,$,(#850),#13334); +#13334= IFCLIBRARYREFERENCE($,$,'TypeFinition','Le type de finition du terminal de ventilation.','fr-FR',$); -#5961= IFCRELASSOCIATESLIBRARY('0tNd1dRmv5wgcGWEeGc1Kj',$,$,$,(#849),#13330); -#13330= IFCLIBRARYREFERENCE($,$,'\X2\6D88963230A830EC30D930FC30BF30FC\X0\','\X2\706B707D6642306B6D88963230A830EC30D930FC30BF30FC306830573066306E52297528309260F35B9A305730668A2D8A083055308C30663044308B304B30693046304B3092793A305930026D88963230A830EC30D930FC30BF30FC306F706B707D73FE583430786D88963258EB3092904B30933060308A4EBA3092907F96E33055305B308B305F3081306B4F7F308F308C308B3002\X0\','ja-JP',$); +#5963= IFCRELASSOCIATESLIBRARY('3k4f9C$lT56xN0VKN01ylM',$,$,$,(#850),#13335); +#13335= IFCLIBRARYREFERENCE($,$,'\X2\4ED54E0A30525F625F0F\X0\','\X2\30BF30FC30DF30CA30EB306E4ED54E0A3052306E5F625F0FFF08\X0\ANNODIZED,\X2\585788C54ED6FF09\X0\','ja-JP',$); -#5963= IFCRELASSOCIATESLIBRARY('1Jdmqh0Nn2OeQTPwObhyIx',$,$,$,(#850),#13331); -#13331= IFCLIBRARYREFERENCE($,$,'Fire Hydrant Type',$,'en',$); +#5964= IFCRELASSOCIATESLIBRARY('0tQHQVy5j5cB0FMpgBSdKZ',$,$,$,(#851),#13336); +#13336= IFCLIBRARYREFERENCE($,$,'Notausgang','Angabe, ob das Fenster ein Notausgang gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung ist (JA), oder nicht (NEIN).','de-DE',$); -#5964= IFCRELASSOCIATESLIBRARY('2KlR2oI7LFGhiEp2o4cq7s',$,$,$,(#850),#13332); -#13332= IFCLIBRARYREFERENCE($,$,'\X2\6D88706B6813306E30BF30A430D7\X0\','\X2\6D88706B6813306E5FC58981306A30BF30A430D730925B9A7FA93059308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\4E7E5F0F\X0\l\X2\FF1A51CD7D50306E53EF80FD6027306E3042308B3068304D57304E2D306B958B653E5F0130BB30C330C83002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6E7F5F0FFF1A51CD7D50306E53EF80FD6027306E306A30443068304D57304E0A306B958B653E5F0130BB30C330C83002\X0\','ja-JP',$); +#5965= IFCRELASSOCIATESLIBRARY('0Y7stnZRz87v9OUB$hGT_y',$,$,$,(#851),#13337); +#13337= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); -#5965= IFCRELASSOCIATESLIBRARY('2qQChd0$j2_QSOcTOKsviO',$,$,$,(#852),#13333); -#13333= IFCLIBRARYREFERENCE($,$,'Geb\S\dudeklasse Brandschutz','Zugewiesene Geb\S\dudeklasse nach der nationalen Brandschutzverordnung.','de-DE',$); +#5966= IFCRELASSOCIATESLIBRARY('3_2rF$OCX0HeWeEiq9v$ls',$,$,$,(#851),#13338); +#13338= IFCLIBRARYREFERENCE($,$,'Sortie de secours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). D\S\ifinition de la sortie de secours selon le Code National.','fr-FR',$); -#5966= IFCRELASSOCIATESLIBRARY('2cQlfcCJ116v6xWUOPNeyi',$,$,$,(#852),#13334); -#13334= IFCLIBRARYREFERENCE($,$,'Fire Protection Class',$,'en',$); +#5967= IFCRELASSOCIATESLIBRARY('37pXuZi9n60AigpNgfX4DA',$,$,$,(#852),#13339); +#13339= IFCLIBRARYREFERENCE($,$,'Rettungsweg','Angabe ob dieses Transportelement als Rettungsweg im Brandfall zul\S\dssig ist (WAHR) oder nicht (FALSCH).','de-DE',$); -#5967= IFCRELASSOCIATESLIBRARY('1LUL4jCVP8wxCz_CCBxnzL',$,$,$,(#852),#13335); -#13335= IFCLIBRARYREFERENCE($,$,'RisqueIncendieUsageSecondaire','Classe principale de protection contre le risque incendie, selon la r\S\iglementation nationale.','fr-FR',$); +#5968= IFCRELASSOCIATESLIBRARY('35cCXfWOH7KA4f7RDECktP',$,$,$,(#852),#13340); +#13340= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); -#5968= IFCRELASSOCIATESLIBRARY('2lbpBeWOT2YhYTbGGDWgDM',$,$,$,(#852),#13336); -#13336= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A9632706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); +#5969= IFCRELASSOCIATESLIBRARY('3tcX$qxlPDA8cvXe_aiiRH',$,$,$,(#852),#13341); +#13341= IFCLIBRARYREFERENCE($,$,'SortieSecours','Indication si l''objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). Cas d''un \S\il\S\iment de transport comme un ascenseur con\S\gu pour l''\S\ivacuation en cas d''incendie.','fr-FR',$); -#5969= IFCRELASSOCIATESLIBRARY('1S8nFufWT0kgY6MGxJIC4W',$,$,$,(#852),#13337); -#13337= IFCLIBRARYREFERENCE($,$,'\X2\BC29D654\X0\ \X2\B4F1AE09\X0\','\X2\C8FCC694\X0\ \X2\BC29D654\X0\ \X2\B4F1AE09\X0\. \X2\AD00B828\X0\ \X2\AC74CD95\X0\ \X2\AE30C900BC95\X0\, \X2\C18CBC29BC95\X0\ \X2\B4F1C758\X0\ \X2\AD6DAC00\X0\ \X2\D45CC900C744\X0\ \X2\CC38C870D558C2EDC2DCC624\X0\.','ko-KR',$); +#5970= IFCRELASSOCIATESLIBRARY('1RXt3_Gtn50vN9fcMnO7zH',$,$,$,(#852),#13342); +#13342= IFCLIBRARYREFERENCE($,$,'\X2\907F96E351FA53E3\X0\','\X2\907F96E351FA53E3\X0\(TRUE)\X2\304B3001901A5E38306E51FA53E3\X0\(FALSE)\X2\304B3092793A305930D530E930B03002\X0\','ja-JP',$); -#5970= IFCRELASSOCIATESLIBRARY('1mF1dPz1vBkgvs7y9QfEsm',$,$,$,(#853),#13338); -#13338= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandsklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#5971= IFCRELASSOCIATESLIBRARY('0pUWjX46j7Se4d1cAqyfAj',$,$,$,(#852),#13343); +#13343= IFCLIBRARYREFERENCE($,$,'\X2\D654C7AC\X0\ \X2\CD9CAD6C\X0\ (\X2\D53CB09C\X0\ \X2\CD9CAD6C\X0\)','\X2\C774\X0\ \X2\BB3CCCB4AC00\X0\ \X2\D654C7ACC758\X0\ \X2\ACBDC6B0\X0\ \X2\CD9CAD6CB85C\X0\ \X2\C0ACC6A9B418B3C4B85D\X0\ \X2\C124ACC4B418C5C8B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. \X2\C5ECAE30C5D0\X0\ \X2\ACF5AC04\X0\ (\X2\C608\X0\ \X2\BCF5B3C4\X0\), \X2\C608B97C\X0\ \X2\B4E4BA74\X0\ \X2\D654C7AC\X0\ \X2\D53CB09C\X0\ \X2\BAA9C801C744\X0\ \X2\C704D574\X0\ \X2\CD9CAD6C\X0\ \X2\ACF5AC04C73CB85C\X0\ \X2\C0ACC6A9D558B3C4B85D\X0\ \X2\C124ACC4B418C5C8B294C9C0\X0\ \X2\C5ECBD80\X0\','ko-KR',$); -#5971= IFCRELASSOCIATESLIBRARY('2cirmzNoPEiwZnYtGBDFz7',$,$,$,(#853),#13339); -#13339= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); +#5972= IFCRELASSOCIATESLIBRARY('0a$dK_fH1Cw8oVqXRDhtPY',$,$,$,(#853),#13344); +#13344= IFCLIBRARYREFERENCE($,$,'Fluchttreppe','Angabe, ob die T\S\|r ein Notausgang oder Fluchtt\S\|r gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung ist (JA), oder nicht (NEIN).','de-DE',$); -#5972= IFCRELASSOCIATESLIBRARY('1SUNUATP5C9Om9k8gy0ioO',$,$,$,(#853),#13340); -#13340= IFCLIBRARYREFERENCE($,$,'R\S\isistance au feu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#5973= IFCRELASSOCIATESLIBRARY('2k7XyWVcjFd9pH_9oke4v4',$,$,$,(#853),#13345); +#13345= IFCLIBRARYREFERENCE($,$,'Fire Exit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE). Here it defines an exit stair in accordance to the national building code.','en',$); -#5973= IFCRELASSOCIATESLIBRARY('3UPqbuxUvEKu5TgoaqvTm5',$,$,$,(#853),#13341); -#13341= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\8010706B7B497D1A30025F538A7256FD306E5EFA7BC96CD5898F306B3088308B3002\X0\','ja-JP',$); +#5974= IFCRELASSOCIATESLIBRARY('2uLAK4m7L9OOtBFQoCYqZP',$,$,$,(#853),#13346); +#13346= IFCLIBRARYREFERENCE($,$,'Sortie Secours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). D\S\ifinition de la sortie de secours selon le Code National.','fr-FR',$); -#5974= IFCRELASSOCIATESLIBRARY('2gfAjA0vrEEQGxrAPlJliZ',$,$,$,(#853),#13342); -#13342= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); +#5975= IFCRELASSOCIATESLIBRARY('2Mj4sYYo92IhYPBHDJ2BeG',$,$,$,(#853),#13347); +#13347= IFCLIBRARYREFERENCE($,$,'\X2\975E5E3853E3533A5206\X0\','\X2\3053306E30AA30D630B830A730AF30C8304C706B707D6642306E975E5E3853E33068305730668A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002305330533067306F95A290233059308B5EFA7BC957FA6E966CD5306B304A3051308B51FA53E330C930A23068305730665B9A7FA9305730663044308B3002\X0\','ja-JP',$); -#5975= IFCRELASSOCIATESLIBRARY('08jMwrtMH3zujr9GWmXzcE',$,$,$,(#854),#13343); -#13343= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#5976= IFCRELASSOCIATESLIBRARY('3IM1J3Ot190A8kQLEzFgxp',$,$,$,(#853),#13348); +#13348= IFCLIBRARYREFERENCE($,$,'\X2\662F54264E3A7D27602551FA53E3\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A706B707E65F676847D27602551FA53E33002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); -#5976= IFCRELASSOCIATESLIBRARY('3CSixrXCb27v8RDLgSMGy2',$,$,$,(#854),#13344); -#13344= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); +#5977= IFCRELASSOCIATESLIBRARY('304N9ddLjAIxMuRNsXuv9t',$,$,$,(#854),#13349); +#13349= IFCLIBRARYREFERENCE($,$,'Fluchtweg','German-description-6','de-DE',$); -#5977= IFCRELASSOCIATESLIBRARY('0nAkyZkrr2eRrd8Wv3FLcf',$,$,$,(#854),#13345); -#13345= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#5978= IFCRELASSOCIATESLIBRARY('3RqiCqfJHBuPLX8IyK9u50',$,$,$,(#854),#13350); +#13350= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); -#5978= IFCRELASSOCIATESLIBRARY('21Mdl7wvbBMveEgDhhMybT',$,$,$,(#854),#13346); -#13346= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\5F538A7230AA30D630B830A730AF30C8306E8010706B7B497D1A300256FD30675B9A3081305F8010706B5B8951687B497D1A5206985E306B3088308B3002\X0\','ja-JP',$); +#5979= IFCRELASSOCIATESLIBRARY('10bNtzD7n5Zx_V3vtCLx13',$,$,$,(#854),#13351); +#13351= IFCLIBRARYREFERENCE($,$,'SortieSecours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). D\S\ifinition de la sortie de secours selon le Code National.','fr-FR',$); -#5979= IFCRELASSOCIATESLIBRARY('3XBDDzxmTFC8TDZqGC850y',$,$,$,(#854),#13347); -#13347= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); +#5980= IFCRELASSOCIATESLIBRARY('3iN0WJs5b8Jf8BkcsUqLGZ',$,$,$,(#854),#13352); +#13352= IFCLIBRARYREFERENCE($,$,'\X2\975E5E3853E3533A5206\X0\','\X2\3053306E30AA30D630B830A730AF30C8304C706B707D6642306E975E5E3853E33068305730668A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002305330533067306F95A290233059308B5EFA7BC957FA6E966CD5306B304A3051308B51FA53E330C930A23068305730665B9A7FA9305730663044308B3002\X0\','ja-JP',$); -#5980= IFCRELASSOCIATESLIBRARY('0FUmHUCR95uAUObDHeFW1D',$,$,$,(#855),#13348); -#13348= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#5981= IFCRELASSOCIATESLIBRARY('3Joq9LtL19ru0kXzhZWBQL',$,$,$,(#854),#13353); +#13353= IFCLIBRARYREFERENCE($,$,'\X2\662F54264E3A7D27602551FA53E3\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A706B707E65F676847D27602551FA53E33002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); -#5981= IFCRELASSOCIATESLIBRARY('0MNkj4JR9Fk8kxfSN$wQS3',$,$,$,(#855),#13349); -#13349= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); +#5982= IFCRELASSOCIATESLIBRARY('383YSD3Fb3cBsHvriTHhrc',$,$,$,(#855),#13354); +#13354= IFCLIBRARYREFERENCE($,$,'Notausgang','Angabe, ob der Raum einen Notausgang f\S\|r den Brandfall hat und als ein Notausgangs(sammel)raum im Sinne der Brandschutzverordnung gilt (WAHR), oder nicht (FALSCH).','de-DE',$); -#5982= IFCRELASSOCIATESLIBRARY('1qAXWqSkT5wQn85PpgsWTH',$,$,$,(#855),#13350); -#13350= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#5983= IFCRELASSOCIATESLIBRARY('1SwFzQS8z5SvnS87vv23gm',$,$,$,(#855),#13355); +#13355= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); -#5983= IFCRELASSOCIATESLIBRARY('1jcJnlCb12Pv8j2bzS1ny9',$,$,$,(#855),#13351); -#13351= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); +#5984= IFCRELASSOCIATESLIBRARY('2QTmTd1wX9yuybHZ$ObfdX',$,$,$,(#855),#13356); +#13356= IFCLIBRARYREFERENCE($,$,'SortieSecours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). Cas d''un espace comme un couloir con\S\gu pour servir d''espace de sortie, par exemple pour l''\S\ivacuation en cas d''incendie.','fr-FR',$); -#5984= IFCRELASSOCIATESLIBRARY('1Th3hvtn54fBQYBepGGMPq',$,$,$,(#855),#13352); -#13352= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); +#5985= IFCRELASSOCIATESLIBRARY('0LLiOjlIf2yR5M33QW4V3Z',$,$,$,(#855),#13357); +#13357= IFCLIBRARYREFERENCE($,$,'\X2\975E5E3853E3533A5206\X0\','\X2\3053306E30AA30D630B830A730AF30C8304C706B707D306E58345408306B51FA53E33068305730664F7F308F308C308B30883046306B8A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\306F30443001\X0\(FALSE)\X2\3044304430483002\X0\\X\0D\X\0A\X2\30533053306B30017A7A9593\X0\(\X2\4F8B304830705ECA4E0B\X0\)\X2\306F30014F8B30483070706B707D907F96E376EE7684306E305F3081306B51FA53E37A7A95933068305730664F7F308F308C308B308830468A2D8A083055308C30663044308B304B30693046304B3002\X0\','ja-JP',$); -#5985= IFCRELASSOCIATESLIBRARY('3XVIeIbs52K85LFwSLvAOa',$,$,$,(#856),#13353); -#13353= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#5986= IFCRELASSOCIATESLIBRARY('0n5zgFu7L9OvpXQ5fLFCck',$,$,$,(#855),#13358); +#13358= IFCLIBRARYREFERENCE($,$,'\X2\D654C7AC\X0\ \X2\CD9CAD6C\X0\ (\X2\D53CB09C\X0\ \X2\CD9CAD6C\X0\)','\X2\C5ECAE30C5D0\X0\ \X2\ACF5AC04\X0\ (\X2\C608\X0\ \X2\BCF5B3C4\X0\), \X2\C608B97C\X0\ \X2\B4E4BA74\X0\ \X2\D654C7AC\X0\ \X2\D53CB09C\X0\ \X2\BAA9C801C744\X0\ \X2\C704D574\X0\ \X2\CD9CAD6C\X0\ \X2\ACF5AC04C73CB85C\X0\ \X2\C0ACC6A9D558B3C4B85D\X0\ \X2\C124ACC4B418C5C8B294C9C0\X0\ \X2\C5ECBD80\X0\','ko-KR',$); -#5986= IFCRELASSOCIATESLIBRARY('0qdNX88ID46RWQEWSpHJFD',$,$,$,(#856),#13354); -#13354= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); +#5987= IFCRELASSOCIATESLIBRARY('3gMJAsr7r2PB4Cx8Ibm7IN',$,$,$,(#856),#13359); +#13359= IFCLIBRARYREFERENCE($,$,'Notausgang','Angabe, ob die T\S\|r ein Notausgang gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung ist (JA), oder nicht (NEIN)..','de-DE',$); -#5987= IFCRELASSOCIATESLIBRARY('2UFoFB4Aj54Bj5gnHiTu9o',$,$,$,(#856),#13355); -#13355= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#5988= IFCRELASSOCIATESLIBRARY('3Tw7gl1aD79hhdOwi64NrF',$,$,$,(#856),#13360); +#13360= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); -#5988= IFCRELASSOCIATESLIBRARY('23d_NnQl5Ck8pfV2UaQRRl',$,$,$,(#856),#13356); -#13356= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); +#5989= IFCRELASSOCIATESLIBRARY('3YGb1QMw981vwMQaUg7Uia',$,$,$,(#856),#13361); +#13361= IFCLIBRARYREFERENCE($,$,'Sortie Secours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX). D\S\ifinition de la sortie de secours selon le Code National.','fr-FR',$); -#5989= IFCRELASSOCIATESLIBRARY('1akum50bTBEQlbekT8aZqz',$,$,$,(#856),#13357); -#13357= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); +#5990= IFCRELASSOCIATESLIBRARY('3myTBDmGzBdwEuDBwggTq1',$,$,$,(#856),#13362); +#13362= IFCLIBRARYREFERENCE($,$,'\X2\975E5E3853E3533A5206\X0\','\X2\3053306E30AA30D630B830A730AF30C8304C706B707D6642306E975E5E3853E33068305730668A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002305330533067306F95A290233059308B5EFA7BC957FA6E966CD5306B304A3051308B51FA53E330C930A23068305730665B9A7FA9305730663044308B3002\X0\','ja-JP',$); -#5990= IFCRELASSOCIATESLIBRARY('3JNUp1eAPENwPpDwPFG$Fu',$,$,$,(#857),#13358); -#13358= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#5991= IFCRELASSOCIATESLIBRARY('0ULRZKOAj9W85vTKKmXivn',$,$,$,(#856),#13363); +#13363= IFCLIBRARYREFERENCE($,$,'\X2\662F54264E3A7D27602551FA53E3\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A706B707E65F676847D27602551FA53E33002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); -#5991= IFCRELASSOCIATESLIBRARY('1a2LgJkjPEhhgcqey$2xey',$,$,$,(#857),#13359); -#13359= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); +#5992= IFCRELASSOCIATESLIBRARY('1MDN1Xeoj2zQwQFmDWjx9B',$,$,$,(#857),#13364); +#13364= IFCLIBRARYREFERENCE($,$,'Fire Exit',$,'en',$); -#5992= IFCRELASSOCIATESLIBRARY('3VLYQZxab7k8DwzVUKuiWR',$,$,$,(#857),#13360); -#13360= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#5993= IFCRELASSOCIATESLIBRARY('2p78Y2ptbBK9odxKOZi6$Z',$,$,$,(#857),#13365); +#13365= IFCLIBRARYREFERENCE($,$,'Sortie de secours','Indique si cet objet est con\S\gu pour servir de sortie en cas d''incendie (VRAI) ou non (FAUX).','fr-FR',$); -#5993= IFCRELASSOCIATESLIBRARY('1BbKH$FHf1XB9W2uGQ54ub',$,$,$,(#857),#13361); -#13361= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); +#5994= IFCRELASSOCIATESLIBRARY('2spZFSA116UQRsxQDIWiNU',$,$,$,(#857),#13366); +#13366= IFCLIBRARYREFERENCE($,$,'\X2\975E5E3853E3533A5206\X0\','\X2\3053306E30AA30D630B830A730AF30C8FF08958B53E3FF09304C706B707D306E58345408306B51FA53E33068305730664F7F308F308C308B30883046306B8A2D8A083055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\306F30443001\X0\(FALSE)\X2\3044304430483002\X0\\X\0D\X\0A\X2\30533053306B30017A7A9593\X0\(\X2\4F8B304830705ECA4E0B\X0\)\X2\306F30014F8B30483070706B707D907F96E376EE7684306E305F3081306B51FA53E37A7A95933068305730664F7F308F308C308B308830468A2D8A083055308C30663044308B304B30693046304B3002\X0\','ja-JP',$); -#5994= IFCRELASSOCIATESLIBRARY('24RhyG_Xv1OwrWgBH5GJ$q',$,$,$,(#857),#13362); -#13362= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); +#5995= IFCRELASSOCIATESLIBRARY('2tabzTRhfBagQlaGcIDGCW',$,$,$,(#858),#13367); +#13367= IFCLIBRARYREFERENCE($,$,'Feuerwehraufzug','Angabe, ob der Aufzug als ein Feuerwerksaufzug vorgesehen ist (WAHR) oder nicht (FALSCH). Ein Feuerwehraufzug ist ein besonders abgesicherter Aufzug der der Feuerwehr im Branfall ein Erreichen der Branetage erm\S\vglicht.','de-DE',$); -#5995= IFCRELASSOCIATESLIBRARY('1AycSKm8z77RheelR2L6WP',$,$,$,(#858),#13363); -#13363= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#5996= IFCRELASSOCIATESLIBRARY('00v0z3_WfAqf2Kx1uv1Aii',$,$,$,(#858),#13368); +#13368= IFCLIBRARYREFERENCE($,$,'Fire Fighting Lift',$,'en',$); -#5996= IFCRELASSOCIATESLIBRARY('3Bd3obON504AFM7Pc3gsgb',$,$,$,(#858),#13364); -#13364= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); +#5997= IFCRELASSOCIATESLIBRARY('20t3i7Pi1CmQqBfcM2b0n_',$,$,$,(#858),#13369); +#13369= IFCLIBRARYREFERENCE($,$,'LargeurPassage','Indique si l''ascenseur est con\S\gu pour servir d''ascenseur pompier (VRAI) ou non (FAUX). Un ascenseur pompier est utilis\S\i par les pompiers pour acc\S\ider \S\` l''endroit du feu et \S\ivacuer les personnes.','fr-FR',$); -#5997= IFCRELASSOCIATESLIBRARY('0LWSir5BzB890UnaW_nU5a',$,$,$,(#858),#13365); -#13365= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#5998= IFCRELASSOCIATESLIBRARY('2EUo5LHm94gfxWMsSqXYrl',$,$,$,(#858),#13370); +#13370= IFCLIBRARYREFERENCE($,$,'\X2\6D88963230A830EC30D930FC30BF30FC\X0\','\X2\706B707D6642306B6D88963230A830EC30D930FC30BF30FC306830573066306E52297528309260F35B9A305730668A2D8A083055308C30663044308B304B30693046304B3092793A305930026D88963230A830EC30D930FC30BF30FC306F706B707D73FE583430786D88963258EB3092904B30933060308A4EBA3092907F96E33055305B308B305F3081306B4F7F308F308C308B3002\X0\','ja-JP',$); -#5998= IFCRELASSOCIATESLIBRARY('0KSbaGP611WBUlThs_m86N',$,$,$,(#858),#13366); -#13366= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); +#6000= IFCRELASSOCIATESLIBRARY('32yaZ$t2PAFe5dF6B5V5XN',$,$,$,(#859),#13371); +#13371= IFCLIBRARYREFERENCE($,$,'Fire Hydrant Type',$,'en',$); -#5999= IFCRELASSOCIATESLIBRARY('0eeuP_J1f6fRZVyl2Mwpz9',$,$,$,(#858),#13367); -#13367= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); +#6001= IFCRELASSOCIATESLIBRARY('2ST1s0Ctf0iQmki4$BVYjp',$,$,$,(#859),#13372); +#13372= IFCLIBRARYREFERENCE($,$,'\X2\6D88706B6813306E30BF30A430D7\X0\','\X2\6D88706B6813306E5FC58981306A30BF30A430D730925B9A7FA93059308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\4E7E5F0F\X0\l\X2\FF1A51CD7D50306E53EF80FD6027306E3042308B3068304D57304E2D306B958B653E5F0130BB30C330C83002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6E7F5F0FFF1A51CD7D50306E53EF80FD6027306E306A30443068304D57304E0A306B958B653E5F0130BB30C330C83002\X0\','ja-JP',$); -#6000= IFCRELASSOCIATESLIBRARY('1vzTB3n$vEP8_tAQ5$zTYe',$,$,$,(#859),#13368); -#13368= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#6002= IFCRELASSOCIATESLIBRARY('2e9BRI2BX2VOuEeAsHpIOe',$,$,$,(#861),#13373); +#13373= IFCLIBRARYREFERENCE($,$,'Geb\S\dudeklasse Brandschutz','Zugewiesene Geb\S\dudeklasse nach der nationalen Brandschutzverordnung.','de-DE',$); -#6001= IFCRELASSOCIATESLIBRARY('3K8D9NfVL8KwwHNcNrDhTp',$,$,$,(#859),#13369); -#13369= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); +#6003= IFCRELASSOCIATESLIBRARY('19OpYvG3L3s85i9drFNZ5x',$,$,$,(#861),#13374); +#13374= IFCLIBRARYREFERENCE($,$,'Fire Protection Class',$,'en',$); -#6002= IFCRELASSOCIATESLIBRARY('1dbcGUzdPDFhVb50BanCyl',$,$,$,(#859),#13370); -#13370= IFCLIBRARYREFERENCE($,$,'R\S\isistance au feu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#6004= IFCRELASSOCIATESLIBRARY('1Hi9crZ2b18QQuAPvmzIoq',$,$,$,(#861),#13375); +#13375= IFCLIBRARYREFERENCE($,$,'RisqueIncendieUsageSecondaire','Classe principale de protection contre le risque incendie, selon la r\S\iglementation nationale.','fr-FR',$); -#6003= IFCRELASSOCIATESLIBRARY('0keG1Z9L52XPyG2SjclK3y',$,$,$,(#859),#13371); -#13371= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\5F538A7230AA30D630B830A730AF30C8306E8010706B7B497D1A300256FD30675B9A3081305F8010706B5B8951687B497D1A5206985E306B3088308B3002\X0\','ja-JP',$); +#6005= IFCRELASSOCIATESLIBRARY('22QXT5JVH4wQFO3sGriNnt',$,$,$,(#861),#13376); +#13376= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A9632706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6004= IFCRELASSOCIATESLIBRARY('0s$LL2ph52UwjNZfTo94e_',$,$,$,(#859),#13372); -#13372= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); +#6006= IFCRELASSOCIATESLIBRARY('3ViVLKf7DFy9OBlPr4_cDw',$,$,$,(#861),#13377); +#13377= IFCLIBRARYREFERENCE($,$,'\X2\BC29D654\X0\ \X2\B4F1AE09\X0\','\X2\C8FCC694\X0\ \X2\BC29D654\X0\ \X2\B4F1AE09\X0\. \X2\AD00B828\X0\ \X2\AC74CD95\X0\ \X2\AE30C900BC95\X0\, \X2\C18CBC29BC95\X0\ \X2\B4F1C758\X0\ \X2\AD6DAC00\X0\ \X2\D45CC900C744\X0\ \X2\CC38C870D558C2EDC2DCC624\X0\.','ko-KR',$); -#6005= IFCRELASSOCIATESLIBRARY('0MpeM6hF54KOF8YSPtmVxD',$,$,$,(#860),#13373); -#13373= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#6007= IFCRELASSOCIATESLIBRARY('1tnTwZvtXDqQWpkTjNwR0X',$,$,$,(#862),#13378); +#13378= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandsklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6006= IFCRELASSOCIATESLIBRARY('19w4TcgTD21xQ$exIpnVB_',$,$,$,(#860),#13374); -#13374= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); - -#6007= IFCRELASSOCIATESLIBRARY('2OFwFwZaH6f9lZeYPcMgNs',$,$,$,(#860),#13375); -#13375= IFCLIBRARYREFERENCE($,$,'R\S\isistance au feu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); - -#6008= IFCRELASSOCIATESLIBRARY('3a2UiKGcDFsPJl8LNSBFxq',$,$,$,(#860),#13376); -#13376= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); - -#6009= IFCRELASSOCIATESLIBRARY('0ppCwZkLP1vuLAbtGWko$a',$,$,$,(#860),#13377); -#13377= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); - -#6010= IFCRELASSOCIATESLIBRARY('2Dch9cNsb7ag8O2NI3rzYf',$,$,$,(#861),#13378); -#13378= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); - -#6011= IFCRELASSOCIATESLIBRARY('3vuizZd6n88h_Ep6SijQbI',$,$,$,(#861),#13379); +#6008= IFCRELASSOCIATESLIBRARY('2cY8Qr71H8LOkK5GkB2qqn',$,$,$,(#862),#13379); #13379= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6012= IFCRELASSOCIATESLIBRARY('1mYuJd8arESQgumv8vUpZd',$,$,$,(#861),#13380); -#13380= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#6009= IFCRELASSOCIATESLIBRARY('3W$1xGe29Dt9MeS$voImcp',$,$,$,(#862),#13380); +#13380= IFCLIBRARYREFERENCE($,$,'R\S\isistance au feu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6013= IFCRELASSOCIATESLIBRARY('1gCPSLVvvDjOj5Vl9mM_Tv',$,$,$,(#861),#13381); -#13381= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); +#6010= IFCRELASSOCIATESLIBRARY('0XAaCo6_z5oP1e6srL2SSL',$,$,$,(#862),#13381); +#13381= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\8010706B7B497D1A30025F538A7256FD306E5EFA7BC96CD5898F306B3088308B3002\X0\','ja-JP',$); -#6014= IFCRELASSOCIATESLIBRARY('11K8Ti7tn2xxbP3fSHn1dK',$,$,$,(#861),#13382); +#6011= IFCRELASSOCIATESLIBRARY('2KfISqyZT6dx85CpAoRmJt',$,$,$,(#862),#13382); #13382= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6015= IFCRELASSOCIATESLIBRARY('1rYIJfS5z24A_T7CuNvlCS',$,$,$,(#862),#13383); -#13383= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandsklasse f\S\|r den Brandschutz gem\S\d\S\_ der nationalen oder regionalen Richtlinie die f\S\|r den Brandschutz der Brandschutzt\S\|r gew\S\dhrleistet werden muss.','de-DE',$); +#6012= IFCRELASSOCIATESLIBRARY('0m90d_HsH4duGr8ZIY6J7S',$,$,$,(#863),#13383); +#13383= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6016= IFCRELASSOCIATESLIBRARY('0AyXYMr8H0Dvu9PqUJlW$q',$,$,$,(#862),#13384); +#6013= IFCRELASSOCIATESLIBRARY('2dF$lt4kv3TgbRZQ9PZ3$3',$,$,$,(#863),#13384); #13384= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6017= IFCRELASSOCIATESLIBRARY('27RCDeBYT5qB_fOozqoVQA',$,$,$,(#862),#13385); +#6014= IFCRELASSOCIATESLIBRARY('3RBsGGTjb5Whv3EwUmQkAO',$,$,$,(#863),#13385); #13385= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6018= IFCRELASSOCIATESLIBRARY('0e4VaulL97pQWFFIinFteT',$,$,$,(#862),#13386); -#13386= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); +#6015= IFCRELASSOCIATESLIBRARY('3fCzZbQXvDQ9u9ysZlKRwt',$,$,$,(#863),#13386); +#13386= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\5F538A7230AA30D630B830A730AF30C8306E8010706B7B497D1A300256FD30675B9A3081305F8010706B5B8951687B497D1A5206985E306B3088308B3002\X0\','ja-JP',$); -#6019= IFCRELASSOCIATESLIBRARY('04CVldjy56pQsQTveU_Vqc',$,$,$,(#862),#13387); +#6016= IFCRELASSOCIATESLIBRARY('0vfLt2HWn8Cwt4c7Q9vwVc',$,$,$,(#863),#13387); #13387= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6020= IFCRELASSOCIATESLIBRARY('3Qtw22h89EHRgFhISGdDW$',$,$,$,(#863),#13388); +#6017= IFCRELASSOCIATESLIBRARY('1NPtfzM5T3nRNDpYBM8kQa',$,$,$,(#864),#13388); #13388= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6021= IFCRELASSOCIATESLIBRARY('26VDVVV89ALhy13ty3jHjk',$,$,$,(#863),#13389); +#6018= IFCRELASSOCIATESLIBRARY('1eS3CJPzbCeu_VWPdhBQ5y',$,$,$,(#864),#13389); #13389= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6022= IFCRELASSOCIATESLIBRARY('2r$smIDqH1Yxa6gYovSJ5b',$,$,$,(#863),#13390); +#6019= IFCRELASSOCIATESLIBRARY('38IvL6vq919Re2ijgu3eMR',$,$,$,(#864),#13390); #13390= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6023= IFCRELASSOCIATESLIBRARY('0rmwPIixP7tBTcw0lG0pMo',$,$,$,(#863),#13391); +#6020= IFCRELASSOCIATESLIBRARY('2KLq4xjQDDSgZCXMjn9JBb',$,$,$,(#864),#13391); #13391= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6024= IFCRELASSOCIATESLIBRARY('2qqMV_XDP3nPXdZVayj3m4',$,$,$,(#863),#13392); +#6021= IFCRELASSOCIATESLIBRARY('1yTIAgmZzBnhgVKvTAFTx2',$,$,$,(#864),#13392); #13392= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6025= IFCRELASSOCIATESLIBRARY('1dyXXZy2z01BbgIEIQN35g',$,$,$,(#864),#13393); +#6022= IFCRELASSOCIATESLIBRARY('13tS5sa8T8NOBlI9DoWc6f',$,$,$,(#865),#13393); #13393= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6026= IFCRELASSOCIATESLIBRARY('0FLd$_HmTBCfTbnwdGB4WL',$,$,$,(#864),#13394); +#6023= IFCRELASSOCIATESLIBRARY('0MD9tjPdL5agwbMb$Ks9Xl',$,$,$,(#865),#13394); #13394= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6027= IFCRELASSOCIATESLIBRARY('042grzaUX4RQkRkyhedW91',$,$,$,(#864),#13395); +#6024= IFCRELASSOCIATESLIBRARY('0kEnht8cD3uvLxLAA3_lJd',$,$,$,(#865),#13395); #13395= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6028= IFCRELASSOCIATESLIBRARY('0A4a5KuOP3zvruh4fNLlc9',$,$,$,(#864),#13396); +#6025= IFCRELASSOCIATESLIBRARY('0InmE0ouX1OhM8d_mYwXcz',$,$,$,(#865),#13396); #13396= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6029= IFCRELASSOCIATESLIBRARY('1Zlumjx$D5vxp9Ot55LP3p',$,$,$,(#864),#13397); +#6026= IFCRELASSOCIATESLIBRARY('096yPMqoLD7Pl27w5r5h$A',$,$,$,(#865),#13397); #13397= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6030= IFCRELASSOCIATESLIBRARY('0M4RWLDBDF1QQtzS0BnATf',$,$,$,(#865),#13398); +#6027= IFCRELASSOCIATESLIBRARY('1zPdVl9WfDzvQQEJV3FG0Q',$,$,$,(#866),#13398); #13398= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6031= IFCRELASSOCIATESLIBRARY('0leFouDy5F49R8JNZm6dNt',$,$,$,(#865),#13399); +#6028= IFCRELASSOCIATESLIBRARY('0PwnmkwyfDmOgLfA3LLNO2',$,$,$,(#866),#13399); #13399= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6032= IFCRELASSOCIATESLIBRARY('0ViJRRvvj2xgZ5DTAfb_Vl',$,$,$,(#865),#13400); +#6029= IFCRELASSOCIATESLIBRARY('0bGosUZ$bF_enNtm$SkPuu',$,$,$,(#866),#13400); #13400= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6033= IFCRELASSOCIATESLIBRARY('30eztioFn2MBLVPWQIVuNh',$,$,$,(#865),#13401); +#6030= IFCRELASSOCIATESLIBRARY('3mtf4Ekb5BDeMecpS4A9_o',$,$,$,(#866),#13401); #13401= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6034= IFCRELASSOCIATESLIBRARY('3GeTWKJQr6mOg8eTMjHGQZ',$,$,$,(#865),#13402); +#6031= IFCRELASSOCIATESLIBRARY('1KxoFse052QOebRDw1jutg',$,$,$,(#866),#13402); #13402= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6035= IFCRELASSOCIATESLIBRARY('3ltX25FBD7fgE6lkkf9IS$',$,$,$,(#866),#13403); +#6032= IFCRELASSOCIATESLIBRARY('3l$$JCsYn0Zga5b_PrTUVv',$,$,$,(#867),#13403); #13403= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6036= IFCRELASSOCIATESLIBRARY('3pHiqqUBD1QQyOCuAi$$hE',$,$,$,(#866),#13404); +#6033= IFCRELASSOCIATESLIBRARY('3$6FvaTdTEXvYoZxnzqT1_',$,$,$,(#867),#13404); #13404= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6037= IFCRELASSOCIATESLIBRARY('2gb0mrA2HC8uT_eUmb97Zb',$,$,$,(#866),#13405); +#6034= IFCRELASSOCIATESLIBRARY('0jepO31PT1teEHViAsQq7W',$,$,$,(#867),#13405); #13405= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6038= IFCRELASSOCIATESLIBRARY('2fuiM7Mv10xvkLUK97CjpU',$,$,$,(#866),#13406); +#6035= IFCRELASSOCIATESLIBRARY('26$ZtLAEH69vr0$XW0QjAV',$,$,$,(#867),#13406); #13406= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6039= IFCRELASSOCIATESLIBRARY('3ZAW7XHW54NR_LC8D7otxg',$,$,$,(#866),#13407); +#6036= IFCRELASSOCIATESLIBRARY('0WIecchE91j8XvZ7YW1PQ0',$,$,$,(#867),#13407); #13407= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6040= IFCRELASSOCIATESLIBRARY('0ZpZUbhav7rPF7whAr$Yfe',$,$,$,(#867),#13408); +#6037= IFCRELASSOCIATESLIBRARY('3pN3WZYr53QekfGJJkUKQw',$,$,$,(#868),#13408); #13408= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6041= IFCRELASSOCIATESLIBRARY('3wHlN8fCPFiAEY9uY7FIkZ',$,$,$,(#867),#13409); +#6038= IFCRELASSOCIATESLIBRARY('0wncsGxPnAe8A0CHYXB$xH',$,$,$,(#868),#13409); #13409= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6042= IFCRELASSOCIATESLIBRARY('0u9eur6Eb1jOJCrK8Utkqq',$,$,$,(#867),#13410); -#13410= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#6039= IFCRELASSOCIATESLIBRARY('3m15NPi4P1oQpihBiZfjYI',$,$,$,(#868),#13410); +#13410= IFCLIBRARYREFERENCE($,$,'R\S\isistance au feu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6043= IFCRELASSOCIATESLIBRARY('37ubA6GgTC1eP1J5y4hSM5',$,$,$,(#867),#13411); -#13411= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96306B30883063306663075B9A3055308C308B3002\X0\','ja-JP',$); +#6040= IFCRELASSOCIATESLIBRARY('1TjkOmGMj0LePc8LydJOXW',$,$,$,(#868),#13411); +#13411= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\5F538A7230AA30D630B830A730AF30C8306E8010706B7B497D1A300256FD30675B9A3081305F8010706B5B8951687B497D1A5206985E306B3088308B3002\X0\','ja-JP',$); -#6044= IFCRELASSOCIATESLIBRARY('2URLEsE6fFOQo975I8nJm8',$,$,$,(#867),#13412); +#6041= IFCRELASSOCIATESLIBRARY('0nCxj7rFbBfe4m2FJkJxi3',$,$,$,(#868),#13412); #13412= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6045= IFCRELASSOCIATESLIBRARY('18bOC0gcLFLg9q97rfexbB',$,$,$,(#868),#13413); +#6042= IFCRELASSOCIATESLIBRARY('2Z4jRbuoD6Qfp8dooX_mav',$,$,$,(#869),#13413); #13413= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6046= IFCRELASSOCIATESLIBRARY('0co62fM5D8axgDQmJh7iao',$,$,$,(#868),#13414); +#6043= IFCRELASSOCIATESLIBRARY('1f9wNDLfz8rQcLpesZ1r6X',$,$,$,(#869),#13414); #13414= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6047= IFCRELASSOCIATESLIBRARY('21Sphq0UD8QA4iYckkVdqG',$,$,$,(#868),#13415); -#13415= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#6044= IFCRELASSOCIATESLIBRARY('3znFA7_s90vurWQZzRmSq2',$,$,$,(#869),#13415); +#13415= IFCLIBRARYREFERENCE($,$,'R\S\isistance au feu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6048= IFCRELASSOCIATESLIBRARY('1y2IwFjCbEKRPHKAzibmoi',$,$,$,(#868),#13416); +#6045= IFCRELASSOCIATESLIBRARY('3lED8KCZfCxfq3DY7ZKWZq',$,$,$,(#869),#13416); #13416= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6049= IFCRELASSOCIATESLIBRARY('1kBhR2Cr97Bw1bzGTD1erX',$,$,$,(#868),#13417); +#6046= IFCRELASSOCIATESLIBRARY('25VagetY1BoAHUpOGcTQvk',$,$,$,(#869),#13417); #13417= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6050= IFCRELASSOCIATESLIBRARY('06Mkdd9xP5u8$kGsMeDUl1',$,$,$,(#869),#13418); -#13418= IFCLIBRARYREFERENCE($,$,'Fire Resistance Rating',$,'en',$); +#6047= IFCRELASSOCIATESLIBRARY('1xkTSp3g533BJ9Hq0QS8ij',$,$,$,(#870),#13418); +#13418= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6051= IFCRELASSOCIATESLIBRARY('2EUTU0aRH02PH2M88h9$ve',$,$,$,(#870),#13419); -#13419= IFCLIBRARYREFERENCE($,$,'Fire Resistance Rating',$,'en',$); +#6048= IFCRELASSOCIATESLIBRARY('02ATBlKJ5BpRksHDxlE4Zs',$,$,$,(#870),#13419); +#13419= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6052= IFCRELASSOCIATESLIBRARY('0C0SVMqJnDsOCkAOisf0Pq',$,$,$,(#871),#13420); -#13420= IFCLIBRARYREFERENCE($,$,'Brandgefahrenklasse','Brandgefahrenklasse des Raums, angegeben nach der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#6049= IFCRELASSOCIATESLIBRARY('3dQVQBgCXA3O5ubUhAHjvP',$,$,$,(#870),#13420); +#13420= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6053= IFCRELASSOCIATESLIBRARY('1QoN8J0z9E7erofJltNa4a',$,$,$,(#871),#13421); -#13421= IFCLIBRARYREFERENCE($,$,'Fire Risk Factor',$,'en',$); +#6050= IFCRELASSOCIATESLIBRARY('3RQjCtU7n9nvwNA5$COTR3',$,$,$,(#870),#13421); +#13421= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6054= IFCRELASSOCIATESLIBRARY('0fV6KpsbrEIgMiDGhbwjm_',$,$,$,(#871),#13422); -#13422= IFCLIBRARYREFERENCE($,$,'FacteurRisqueIncendie','Facteur de risque incendie attribu\S\i \S\` l''espace, selon la r\S\iglementation locale en mati\S\hre de construction.','fr-FR',$); +#6051= IFCRELASSOCIATESLIBRARY('22MK8cMOb1JB0PFLTPygdj',$,$,$,(#870),#13422); +#13422= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6055= IFCRELASSOCIATESLIBRARY('2o7h62OpHBIP7fKWIYV3yD',$,$,$,(#871),#13423); -#13423= IFCLIBRARYREFERENCE($,$,'\X2\706B707D5371967A5EA6898156E0\X0\','\X2\573057DF306E5EFA7BC9898F5247306B5F93306330667A7A9593306B5272308A5F5330663089308C305F706B707D5371967A898156E0\X0\\X\0D\X\0A\X2\706B707D306E3044304F3064304B306E30EC30D930EB306B304A3051308B7A7A9593306E706B707D5371967A5EA630925B9A7FA93059308B3002\X0\','ja-JP',$); +#6052= IFCRELASSOCIATESLIBRARY('1FOvdhtHvEeOl6Qc77DgDp',$,$,$,(#871),#13423); +#13423= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandsklasse f\S\|r den Brandschutz gem\S\d\S\_ der nationalen oder regionalen Richtlinie die f\S\|r den Brandschutz der Brandschutzt\S\|r gew\S\dhrleistet werden muss.','de-DE',$); -#6056= IFCRELASSOCIATESLIBRARY('0xzgTTxxf25R2yJuhAvN$F',$,$,$,(#871),#13424); -#13424= IFCLIBRARYREFERENCE($,$,'\X2\D654C7AC\X0\ \X2\C704D5D8\X0\ \X2\C694C778\X0\','\X2\C9C0C5ED\X0\ \X2\AC74CD95\X0\ \X2\ADDCCE59C5D0\X0\ \X2\B530B77C\X0\ \X2\ACF5AC04C5D0\X0\ \X2\D560B2F9B41C\X0\ \X2\D654C7AC\X0\ \X2\C704D5D8\X0\ \X2\C694C778\X0\ \X2\D654C7AC\X0\ \X2\C5B4B290\X0\ \X2\C815B3C4C758\X0\ \X2\ACF5AC04C758\X0\ \X2\D654C7AC\X0\ \X2\C704D5D8B3C4B97C\X0\ \X2\C815C758D55CB2E4\X0\. "','ko-KR',$); +#6053= IFCRELASSOCIATESLIBRARY('3$BXoSr5T9Nflc0XHdFivv',$,$,$,(#871),#13424); +#13424= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6057= IFCRELASSOCIATESLIBRARY('3aQQMW1aPCZBS5NSOQAJZc',$,$,$,(#872),#13425); -#13425= IFCLIBRARYREFERENCE($,$,'Fire Sensor Set Point',$,'en',$); +#6054= IFCRELASSOCIATESLIBRARY('2uKkDjRh50agE_U4viGQTV',$,$,$,(#871),#13425); +#13425= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6058= IFCRELASSOCIATESLIBRARY('17V_6bGBzBwwHqN$KFzf00',$,$,$,(#872),#13426); -#13426= IFCLIBRARYREFERENCE($,$,'\X2\611F77E56E295EA6\X0\','\X2\708E306E5B5857283092793A3059305F3081306B611F77E53055308C308B6E295EA650243002\X0\','ja-JP',$); +#6055= IFCRELASSOCIATESLIBRARY('0tIdUmmt9EyeasedQmpvwI',$,$,$,(#871),#13426); +#13426= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6059= IFCRELASSOCIATESLIBRARY('2s6mtZfKfA1OgFmpTU8jOd',$,$,$,(#872),#13427); -#13427= IFCLIBRARYREFERENCE($,$,'\X2\AC10C9C0\X0\ \X2\C628B3C4\X0\','\X2\BD88AF43C758\X0\ \X2\C874C7ACB97C\X0\ \X2\BCF4C5ECC8FCAE30\X0\ \X2\C704D558C5EC\X0\ \X2\AC10C9C0B418B294\X0\ \X2\C628B3C4\X0\ \X2\AC12\X0\.','ko-KR',$); +#6056= IFCRELASSOCIATESLIBRARY('2jggQvgej13vlj2nP5Dyp7',$,$,$,(#871),#13427); +#13427= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6060= IFCRELASSOCIATESLIBRARY('2Ph7IC_0vAAxUdvdBVdZD5',$,$,$,(#873),#13428); -#13428= IFCLIBRARYREFERENCE($,$,'Firmware Version',$,'en',$); +#6057= IFCRELASSOCIATESLIBRARY('1ey$w_pPz7twQsng9PNxgO',$,$,$,(#872),#13428); +#13428= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6061= IFCRELASSOCIATESLIBRARY('2wLE6NGwPEZAvUcjqOC_hU',$,$,$,(#873),#13429); -#13429= IFCLIBRARYREFERENCE($,$,'\X2\D38CC6E8C5B4\X0\ \X2\BC84C804\X0\','\X2\CEE8D2B8B864B7EC\X0\ \X2\D38CC6E8C5B4\X0\ \X2\BC84C804\X0\','ko-KR',$); +#6058= IFCRELASSOCIATESLIBRARY('2OLF3GNOv43AQsNvLkvuZj',$,$,$,(#872),#13429); +#13429= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6062= IFCRELASSOCIATESLIBRARY('2g_ibf73X418Ypi5F63zrc',$,$,$,(#874),#13430); -#13430= IFCLIBRARYREFERENCE($,$,'First Curvature Radius',$,'en',$); +#6059= IFCRELASSOCIATESLIBRARY('3GT35dzlz0NBqIi46al_sg',$,$,$,(#872),#13430); +#13430= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6063= IFCRELASSOCIATESLIBRARY('1n2sCPQeP8kQRin7dvtw4_',$,$,$,(#874),#13431); -#13431= IFCLIBRARYREFERENCE($,$,'\X2\6700521D306E66F27387534A5F84\X0\','\X2\6700521D306E66F27387534A5F84306F300157FA672C53C8306F66F27387306E5024306E5DE65074306E534A5F843068305730665B9A7FA93059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); +#6060= IFCRELASSOCIATESLIBRARY('1NPKhDiiH8zxw1TiXyHCl_',$,$,$,(#872),#13431); +#13431= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6064= IFCRELASSOCIATESLIBRARY('16YixVHk5CbeUmwnJueZZI',$,$,$,(#875),#13432); -#13432= IFCLIBRARYREFERENCE($,$,'First Curvature Radius',$,'en',$); +#6061= IFCRELASSOCIATESLIBRARY('3efTRADCL5RPU1F95CfHEJ',$,$,$,(#872),#13432); +#13432= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6065= IFCRELASSOCIATESLIBRARY('0cdqMHvvb0dwl0mewFR5rH',$,$,$,(#875),#13433); -#13433= IFCLIBRARYREFERENCE($,$,'\X2\6700521D306E66F27387534A5F84\X0\','\X2\6700521D306E66F27387534A5F84306F300157FA672C53C8306F66F27387306E5024306E5DE65074306E534A5F843068305730665B9A7FA93059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); +#6062= IFCRELASSOCIATESLIBRARY('2C7qN1riT8VAZ3PVP7oRqv',$,$,$,(#873),#13433); +#13433= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6066= IFCRELASSOCIATESLIBRARY('2kCpuVkwv2OQrdCB8CdJBu',$,$,$,(#876),#13434); -#13434= IFCLIBRARYREFERENCE($,$,'Fitting Loss Factor',$,'en',$); +#6063= IFCRELASSOCIATESLIBRARY('1G1qFXweT7UO3lksmgNTj2',$,$,$,(#873),#13434); +#13434= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6067= IFCRELASSOCIATESLIBRARY('2hJieQBzD3PggYRfkkTHEF',$,$,$,(#876),#13435); -#13435= IFCLIBRARYREFERENCE($,$,'\X2\7D99304E624B63A5540890E8640D59314FC26570\X0\','\X2\63A5540890E83092901A904E3059308B969B306E646964E6306B3088308B5727529B640D593130926C7A3081308B4FC26570\X0\','ja-JP',$); +#6064= IFCRELASSOCIATESLIBRARY('0iPj_ur7DAnwVt_PWY15BT',$,$,$,(#873),#13435); +#13435= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6068= IFCRELASSOCIATESLIBRARY('2jJ$zfbvX66wGgg9ywiQOe',$,$,$,(#877),#13436); -#13436= IFCLIBRARYREFERENCE($,$,'Fixing Socket Height',$,'en',$); +#6065= IFCRELASSOCIATESLIBRARY('1ANbMartTCSfK8dmE7_FbJ',$,$,$,(#873),#13436); +#13436= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6069= IFCRELASSOCIATESLIBRARY('0eCFzOBnv9rwGrb92vaFWK',$,$,$,(#877),#13437); -#13437= IFCLIBRARYREFERENCE($,$,'\X2\51684F5395773055\X0\','\X2\56FA5B9A30BD30B130C330C8306E51684F53957730553002\X0\','ja-JP',$); +#6066= IFCRELASSOCIATESLIBRARY('0gxzhTWV9BWuj7Go4wgevX',$,$,$,(#873),#13437); +#13437= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6070= IFCRELASSOCIATESLIBRARY('3EJ_6Jq4zBFO8D_w3qRoza',$,$,$,(#877),#13438); -#13438= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4\X0\ \X2\AE38C774\X0\','\X2\ACE0C815\X0\ \X2\C18CCF13C758\X0\ \X2\C804CCB4\X0\ \X2\AE38C774\X0\','ko-KR',$); +#6067= IFCRELASSOCIATESLIBRARY('2XRZ2k3ZbB6RRILBcpBYiP',$,$,$,(#874),#13438); +#13438= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6071= IFCRELASSOCIATESLIBRARY('1mFss8cET9GBT5aqwC4bbA',$,$,$,(#878),#13439); -#13439= IFCLIBRARYREFERENCE($,$,'Fixing Socket Thread Diameter',$,'en',$); +#6068= IFCRELASSOCIATESLIBRARY('1TWwAWOov16hR4hAhamdxn',$,$,$,(#874),#13439); +#13439= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6072= IFCRELASSOCIATESLIBRARY('126KKoN$P7$BlRFRC9Poka',$,$,$,(#878),#13440); -#13440= IFCLIBRARYREFERENCE($,$,'\X2\516C79F05F84\X0\','\X2\7DDA306E516C79F076F45F843002\X0\','ja-JP',$); +#6069= IFCRELASSOCIATESLIBRARY('3WDiJexxD519umIlHqUzn8',$,$,$,(#874),#13440); +#13440= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6073= IFCRELASSOCIATESLIBRARY('1RShWNjXP9uhrkaNxc8_UK',$,$,$,(#878),#13441); -#13441= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','\X2\ACE0C815\X0\ \X2\C18CCF13C758\X0\ \X2\C804CCB4\X0\ \X2\AE38C774\X0\','ko-KR',$); +#6070= IFCRELASSOCIATESLIBRARY('3mVN8tihb6uwTQ8ko3K2bn',$,$,$,(#874),#13441); +#13441= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6074= IFCRELASSOCIATESLIBRARY('3V8zXA6bL9aBAd_TjXUWsw',$,$,$,(#879),#13442); -#13442= IFCLIBRARYREFERENCE($,$,'Fixing Socket Thread Length',$,'en',$); +#6071= IFCRELASSOCIATESLIBRARY('2pbDetigv0mhraiTERWTn$',$,$,$,(#874),#13442); +#13442= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6075= IFCRELASSOCIATESLIBRARY('0pxaYT27zATw2UPDaL59Yo',$,$,$,(#879),#13443); -#13443= IFCLIBRARYREFERENCE($,$,'\X2\306D305890E895773055\X0\','\X2\56FA5B9A30BD30B130C330C8306E51684F5395773055306D305890E8306E957730553002\X0\','ja-JP',$); +#6072= IFCRELASSOCIATESLIBRARY('1ddIoBXdr7CPjM8LOGkXMm',$,$,$,(#875),#13443); +#13443= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6076= IFCRELASSOCIATESLIBRARY('20CyzfmEf4zuCaSd9Tz5VE',$,$,$,(#879),#13444); -#13444= IFCLIBRARYREFERENCE($,$,'\X2\B098C0ACBD80\X0\ \X2\AE38C774\X0\','\X2\ACE0C815\X0\ \X2\C18CCF13C758\X0\ \X2\C804CCB4\X0\ \X2\AE38C774\X0\ \X2\B098C0ACBD80C758\X0\ \X2\AE38C774\X0\','ko-KR',$); +#6073= IFCRELASSOCIATESLIBRARY('2OMO33Y2z8s97GvzioEeAp',$,$,$,(#875),#13444); +#13444= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6077= IFCRELASSOCIATESLIBRARY('0CrfDMCbH0rg455$FGJU5O',$,$,$,(#880),#13445); -#13445= IFCLIBRARYREFERENCE($,$,'Fixing Socket Type Reference',$,'en',$); +#6074= IFCRELASSOCIATESLIBRARY('3tCJfdzcz7q9_LWfy3rl4n',$,$,$,(#875),#13445); +#13445= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6078= IFCRELASSOCIATESLIBRARY('2$5fxtDTTEUv5u5k68I61W',$,$,$,(#880),#13446); -#13446= IFCLIBRARYREFERENCE($,$,'\X2\53C2716757FA6E96\X0\','\X2\56FA5B9A30BD30B130C330C8304C53C271673059308B30ED30FC30AB30EB6A196E963002\X0\','ja-JP',$); +#6075= IFCRELASSOCIATESLIBRARY('2wNrFumZH0P9J6sQDpaDai',$,$,$,(#875),#13446); +#13446= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6079= IFCRELASSOCIATESLIBRARY('2ttjWPNCzAcfZZmRGezH1g',$,$,$,(#880),#13447); -#13447= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ \X2\AE30C900\X0\','\X2\ACE0C815\X0\ \X2\C18CCF13C774\X0\ \X2\CC38C870D558B294\X0\ \X2\B85CCEEC\X0\ \X2\D45CC900\X0\','ko-KR',$); +#6076= IFCRELASSOCIATESLIBRARY('2zEcMHExnA9O$3cReqESdb',$,$,$,(#875),#13447); +#13447= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6080= IFCRELASSOCIATESLIBRARY('1YIDei6eb8oBw52rHb$qJY',$,$,$,(#881),#13448); -#13448= IFCLIBRARYREFERENCE($,$,'Fixture Height',$,'en',$); +#6077= IFCRELASSOCIATESLIBRARY('0C1fNLCdr2tg1SKkh9ZaoU',$,$,$,(#876),#13448); +#13448= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6081= IFCRELASSOCIATESLIBRARY('2I9BjRZ8fAIwj73sR8YMWP',$,$,$,(#881),#13449); -#13449= IFCLIBRARYREFERENCE($,$,'\X2\56685177306E9AD83055\X0\','\X2\51FA53E36A198B58306A3069306E56685177306E9AD830553002\X0\','ja-JP',$); +#6078= IFCRELASSOCIATESLIBRARY('3$zHOOlO9BjuNBdZsWfhDy',$,$,$,(#876),#13449); +#13449= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6082= IFCRELASSOCIATESLIBRARY('07aicsHj1B1hVoNSzB6CLl',$,$,$,(#881),#13450); -#13450= IFCLIBRARYREFERENCE($,$,'\X2\AE30AD6CC758\X0\ \X2\B192C774\X0\','\X2\CD9CAD6C\X0\ \X2\D45CC9C0D310\X0\ \X2\B4F1C758AE30AD6CC758\X0\ \X2\B192C774\X0\','ko-KR',$); +#6079= IFCRELASSOCIATESLIBRARY('0qTXwFFvDEAwlsxqVmm8U6',$,$,$,(#876),#13450); +#13450= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6083= IFCRELASSOCIATESLIBRARY('3HzGQKkBH6lRFm2V0vQBrn',$,$,$,(#882),#13451); -#13451= IFCLIBRARYREFERENCE($,$,'Entflammbarkeitsklasse','Angabe zur Entflammbarkeit des Materials gem\S\d\S\_ der nationalen oder regionalen Normen.','de-DE',$); +#6080= IFCRELASSOCIATESLIBRARY('16buqV2Zr86uyLZEHCbSyA',$,$,$,(#876),#13451); +#13451= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96306B30883063306663075B9A3055308C308B3002\X0\','ja-JP',$); -#6084= IFCRELASSOCIATESLIBRARY('0WMxlP8W1299Z15pEGiL5D',$,$,$,(#882),#13452); -#13452= IFCLIBRARYREFERENCE($,$,'Flammability Rating',$,'en',$); +#6081= IFCRELASSOCIATESLIBRARY('1PTGznB_H1XOvZbGA4bboS',$,$,$,(#876),#13452); +#13452= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6085= IFCRELASSOCIATESLIBRARY('3xWxPVJnPDU8aorGKuTeWs',$,$,$,(#882),#13453); -#13453= IFCLIBRARYREFERENCE($,$,'Inflammabilit\S\i','Classement de l''inflammabilit\S\i de l''\S\il\S\iment selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); +#6082= IFCRELASSOCIATESLIBRARY('1h0KVSyTT8jPdlRyYCwx0C',$,$,$,(#877),#13453); +#13453= IFCLIBRARYREFERENCE($,$,'Feuerwiderstandsklasse','Feuerwiderstandasklasse gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6086= IFCRELASSOCIATESLIBRARY('09GaWHFHf87eZ77vQysZq9',$,$,$,(#882),#13454); -#13454= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C360277B497D1A\X0\','\X2\53EF71C360277B497D1A30025F538A7256FD306E5EFA7BC96CD5898F306B3088308B3002\X0\','ja-JP',$); +#6083= IFCRELASSOCIATESLIBRARY('0fkBkgmgj4bAlpBSKnDSy7',$,$,$,(#877),#13454); +#13454= IFCLIBRARYREFERENCE($,$,'Fire Rating',$,'en',$); -#6087= IFCRELASSOCIATESLIBRARY('1kHt_6U6z6E8_jaQz5Iz$o',$,$,$,(#883),#13455); -#13455= IFCLIBRARYREFERENCE($,$,'Lagerung brennbarer Stoffe','Angabe, ob der Raum zur Lagerung der Produktion von brennbaren Stoffen genutzt wird (WHAHR) oder nicht (FALSCH). Die Angabe erfolgt nach der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#6084= IFCRELASSOCIATESLIBRARY('1CfTo2ATLDnOs$TAfACNUr',$,$,$,(#877),#13455); +#13455= IFCLIBRARYREFERENCE($,$,'ResistanceAuFeu','Classement au feu de l''\S\il\S\iment donn\S\i selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6088= IFCRELASSOCIATESLIBRARY('10GuO1UxbDCOxlEX4Qnana',$,$,$,(#883),#13456); -#13456= IFCLIBRARYREFERENCE($,$,'Flammable Storage',$,'en',$); +#6085= IFCRELASSOCIATESLIBRARY('0qUT70CYr8Ovh2tanb0kcL',$,$,$,(#877),#13456); +#13456= IFCLIBRARYREFERENCE($,$,'\X2\8010706B7B497D1A\X0\','\X2\4E3B8981306A8010706B7B497D1A300295A290233059308B5EFA7BC957FA6E966CD530016D8896326CD5306A3069306E56FD5BB657FA6E96309253C271673002\X0\','ja-JP',$); -#6089= IFCRELASSOCIATESLIBRARY('2mGAQItX90d8cgeel3Kirm',$,$,$,(#883),#13457); -#13457= IFCLIBRARYREFERENCE($,$,'StockageCombustible','Indique si l''espace est destin\S\i au stockage de mati\S\hres inflammables (consid\S\ir\S\ies comme telles par le Code de la Construction en vigueur). (VRAI) signifie oui, (FAUX) sinon.','fr-FR',$); +#6086= IFCRELASSOCIATESLIBRARY('2JWln8o6TC9fdXitZQ7Bgg',$,$,$,(#877),#13457); +#13457= IFCLIBRARYREFERENCE($,$,'\X2\9632706B7B497EA7\X0\','\X2\8BE567844EF676849632706B7B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB69632706B5B89516852067EA73002\X0\','zh-CN',$); -#6090= IFCRELASSOCIATESLIBRARY('0$_H8t8yvFdv0wCmUz3uLO',$,$,$,(#883),#13458); -#13458= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C372694FDD7BA1533A5206\X0\','\X2\7A7A9593304C53EF71C37269\X0\(\X2\5EFA7BC957FA6E9630927BA174063059308B30533068306B3088308A305D306E30883046306B8003616E3055308C308B\X0\)\X2\306E50095EAB3068305730664F7F308F308C308B305330683092610F56F33055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\306F30443001\X0\(FALSE)\X2\3044304430483002\X0\','ja-JP',$); +#6087= IFCRELASSOCIATESLIBRARY('1VjyvteV587vVKYQgaJAqq',$,$,$,(#878),#13458); +#13458= IFCLIBRARYREFERENCE($,$,'Fire Resistance Rating',$,'en',$); -#6091= IFCRELASSOCIATESLIBRARY('1lf07y$uj4lesFzVsRN$E8',$,$,$,(#883),#13459); -#13459= IFCLIBRARYREFERENCE($,$,'\X2\AC00C5F0C131\X0\ \X2\BB3CC9C8\X0\ \X2\CC3DACE0\X0\','\X2\ACF5AC04C774\X0\ \X2\AC00C5F0BB3C\X0\ (\X2\AC74CD95\X0\ \X2\AE30C900C744\X0\ \X2\AD00B9ACD568C73CB85CC368\X0\ \X2\ADF8B807AC8C\X0\ \X2\C5ECACA8C9C0B294\X0\)\X2\C758\X0\ \X2\CC3DACE0B85C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\AC83C744\X0\ \X2\C758B3C4D558ACE0\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\C608\X0\ (FALSE) \X2\C544B2C8C624\X0\. "\X2\C774\X0\ \X2\BB3CCCB4AC00\X0\ \X2\D654C7ACC758\X0\ \X2\ACBDC6B0\X0\ \X2\CD9CAD6CB85C\X0\ \X2\C0ACC6A9B418B3C4B85D\X0\ \X2\C124ACC4B418C5C8B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ (TRUE) \X2\C608\X0\ (FALSE) \X2\C544B2C8C624\X0\ \X2\AC12\X0\','ko-KR',$); +#6088= IFCRELASSOCIATESLIBRARY('3IEsec41jC9hchs6ffdGra',$,$,$,(#879),#13459); +#13459= IFCLIBRARYREFERENCE($,$,'Fire Resistance Rating',$,'en',$); -#6092= IFCRELASSOCIATESLIBRARY('3R_CDAG8H3rwrQ2gWcs1Si',$,$,$,(#884),#13460); -#13460= IFCLIBRARYREFERENCE($,$,'Flange Base Fillet',$,'en',$); +#6089= IFCRELASSOCIATESLIBRARY('0NqDtzrIbAFvIK4lBI3DS4',$,$,$,(#880),#13460); +#13460= IFCLIBRARYREFERENCE($,$,'Brandgefahrenklasse','Brandgefahrenklasse des Raums, angegeben nach der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6093= IFCRELASSOCIATESLIBRARY('1IbVrVEgPBoRc2GgxapHD_',$,$,$,(#885),#13461); -#13461= IFCLIBRARYREFERENCE($,$,'Flange Chamfer',$,'en',$); +#6090= IFCRELASSOCIATESLIBRARY('2PdX6iQt97RPcuRUwfiikx',$,$,$,(#880),#13461); +#13461= IFCLIBRARYREFERENCE($,$,'Fire Risk Factor',$,'en',$); -#6094= IFCRELASSOCIATESLIBRARY('32x5XkgAb78AjE4VW2QYNv',$,$,$,(#886),#13462); -#13462= IFCLIBRARYREFERENCE($,$,'Flange Depth',$,'en',$); +#6091= IFCRELASSOCIATESLIBRARY('1YSptjF5bCBw2nL$9kPSn3',$,$,$,(#880),#13462); +#13462= IFCLIBRARYREFERENCE($,$,'FacteurRisqueIncendie','Facteur de risque incendie attribu\S\i \S\` l''espace, selon la r\S\iglementation locale en mati\S\hre de construction.','fr-FR',$); -#6095= IFCRELASSOCIATESLIBRARY('1GCm24BuD8VfcNL26m15J3',$,$,$,(#887),#13463); -#13463= IFCLIBRARYREFERENCE($,$,'Flange Diameter',$,'en',$); +#6092= IFCRELASSOCIATESLIBRARY('18Rb9I3jf6BvAuWfq8w5J7',$,$,$,(#880),#13463); +#13463= IFCLIBRARYREFERENCE($,$,'\X2\706B707D5371967A5EA6898156E0\X0\','\X2\573057DF306E5EFA7BC9898F5247306B5F93306330667A7A9593306B5272308A5F5330663089308C305F706B707D5371967A898156E0\X0\\X\0D\X\0A\X2\706B707D306E3044304F3064304B306E30EC30D930EB306B304A3051308B7A7A9593306E706B707D5371967A5EA630925B9A7FA93059308B3002\X0\','ja-JP',$); -#6096= IFCRELASSOCIATESLIBRARY('3KKnqTJGLAkvTX6i3T9zrQ',$,$,$,(#887),#13464); -#13464= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B8306E76F45F84\X0\','\X2\30D530E930F330B8306E516876F45F84\X0\','ja-JP',$); +#6093= IFCRELASSOCIATESLIBRARY('2XkcwOO8H1V92MmmWD7WKw',$,$,$,(#880),#13464); +#13464= IFCLIBRARYREFERENCE($,$,'\X2\D654C7AC\X0\ \X2\C704D5D8\X0\ \X2\C694C778\X0\','\X2\C9C0C5ED\X0\ \X2\AC74CD95\X0\ \X2\ADDCCE59C5D0\X0\ \X2\B530B77C\X0\ \X2\ACF5AC04C5D0\X0\ \X2\D560B2F9B41C\X0\ \X2\D654C7AC\X0\ \X2\C704D5D8\X0\ \X2\C694C778\X0\ \X2\D654C7AC\X0\ \X2\C5B4B290\X0\ \X2\C815B3C4C758\X0\ \X2\ACF5AC04C758\X0\ \X2\D654C7AC\X0\ \X2\C704D5D8B3C4B97C\X0\ \X2\C815C758D55CB2E4\X0\. "','ko-KR',$); -#6097= IFCRELASSOCIATESLIBRARY('1MnvJXXvb6_BhdNDgsrIvY',$,$,$,(#888),#13465); -#13465= IFCLIBRARYREFERENCE($,$,'Flange Draft',$,'en',$); +#6094= IFCRELASSOCIATESLIBRARY('0OSILhCUTCTeRLQHP2ehoT',$,$,$,(#881),#13465); +#13465= IFCLIBRARYREFERENCE($,$,'Fire Sensor Set Point',$,'en',$); -#6098= IFCRELASSOCIATESLIBRARY('3AMGs9gRz6hxyBHbWfgI6G',$,$,$,(#889),#13466); -#13466= IFCLIBRARYREFERENCE($,$,'Flange Standard',$,'en',$); +#6095= IFCRELASSOCIATESLIBRARY('2bUJl8OvjEuenhXxAw04lS',$,$,$,(#881),#13466); +#13466= IFCLIBRARYREFERENCE($,$,'\X2\611F77E56E295EA6\X0\','\X2\708E306E5B5857283092793A3059305F3081306B611F77E53055308C308B6E295EA650243002\X0\','ja-JP',$); -#6099= IFCRELASSOCIATESLIBRARY('3LgEfoborD_ee8ut$AnCsk',$,$,$,(#889),#13467); -#13467= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B8898F683C\X0\','\X2\30D530E930F330B8898F683C30928A188FF0305730663044308B57FA6E96\X0\','ja-JP',$); +#6096= IFCRELASSOCIATESLIBRARY('0Cf3xFmkr4WOtzOd_0uLJB',$,$,$,(#881),#13467); +#13467= IFCLIBRARYREFERENCE($,$,'\X2\AC10C9C0\X0\ \X2\C628B3C4\X0\','\X2\BD88AF43C758\X0\ \X2\C874C7ACB97C\X0\ \X2\BCF4C5ECC8FCAE30\X0\ \X2\C704D558C5EC\X0\ \X2\AC10C9C0B418B294\X0\ \X2\C628B3C4\X0\ \X2\AC12\X0\.','ko-KR',$); -#6100= IFCRELASSOCIATESLIBRARY('2UoxdocmbDOwIQG3JjtSb3',$,$,$,(#890),#13468); -#13468= IFCLIBRARYREFERENCE($,$,'Flange Table',$,'en',$); +#6097= IFCRELASSOCIATESLIBRARY('08DIuJTkz9DBWzuU6P9bId',$,$,$,(#882),#13468); +#13468= IFCLIBRARYREFERENCE($,$,'Firmware Version',$,'en',$); -#6101= IFCRELASSOCIATESLIBRARY('1noaK__EH2kw4miFwKTFz7',$,$,$,(#890),#13469); -#13469= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B857FA6E96\X0\','\X2\30D530E930F330B85F6272B6306E540D79F057FA6E96\X0\','ja-JP',$); +#6098= IFCRELASSOCIATESLIBRARY('3gMQN6dtn1QOPx13M9Zze7',$,$,$,(#882),#13469); +#13469= IFCLIBRARYREFERENCE($,$,'\X2\D38CC6E8C5B4\X0\ \X2\BC84C804\X0\','\X2\CEE8D2B8B864B7EC\X0\ \X2\D38CC6E8C5B4\X0\ \X2\BC84C804\X0\','ko-KR',$); -#6102= IFCRELASSOCIATESLIBRARY('36IjADMYD9Lw5em_9zFqyY',$,$,$,(#891),#13470); -#13470= IFCLIBRARYREFERENCE($,$,'Flange Thickness',$,'en',$); +#6099= IFCRELASSOCIATESLIBRARY('1_uROYl5v268ShEDJy0s1h',$,$,$,(#883),#13470); +#13470= IFCLIBRARYREFERENCE($,$,'First Curvature Radius',$,'en',$); -#6103= IFCRELASSOCIATESLIBRARY('1_abwJg895TB$kFhpsnkXS',$,$,$,(#891),#13471); -#13471= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B8306E539A3055\X0\','\X2\30D130A430D730923064306A305067506599306E539A307F\X0\','ja-JP',$); +#6100= IFCRELASSOCIATESLIBRARY('0lv14y69T1lgUDJmeEU04i',$,$,$,(#883),#13471); +#13471= IFCLIBRARYREFERENCE($,$,'\X2\6700521D306E66F27387534A5F84\X0\','\X2\6700521D306E66F27387534A5F84306F300157FA672C53C8306F66F27387306E5024306E5DE65074306E534A5F843068305730665B9A7FA93059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); -#6104= IFCRELASSOCIATESLIBRARY('1yXN2vi058SPGv1n1T8FyI',$,$,$,(#892),#13472); -#13472= IFCLIBRARYREFERENCE($,$,'Flange Top Fillet',$,'en',$); +#6101= IFCRELASSOCIATESLIBRARY('2sztQUDGH8qesQHoKrGhc7',$,$,$,(#884),#13472); +#13472= IFCLIBRARYREFERENCE($,$,'First Curvature Radius',$,'en',$); -#6105= IFCRELASSOCIATESLIBRARY('3dl$visxb2u8$JjN0WU0vh',$,$,$,(#893),#13473); -#13473= IFCLIBRARYREFERENCE($,$,'Geschossfl\S\dchenzahl','Geschossfl\S\dchenzahl als Verh\S\dltnis der gesamten Geschossfl\S\dche aller Vollgeschosse der baulichen Anlagen auf einem Baugrundst\S\|ck zu der Fl\S\dche des Baugrundst\S\|cks.','de-DE',$); +#6102= IFCRELASSOCIATESLIBRARY('0nCueSoerAzeGzzr1J8Pn8',$,$,$,(#884),#13473); +#13473= IFCLIBRARYREFERENCE($,$,'\X2\6700521D306E66F27387534A5F84\X0\','\X2\6700521D306E66F27387534A5F84306F300157FA672C53C8306F66F27387306E5024306E5DE65074306E534A5F843068305730665B9A7FA93059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); -#6106= IFCRELASSOCIATESLIBRARY('0rgmTht$f5bQFGrNajFXbU',$,$,$,(#893),#13474); -#13474= IFCLIBRARYREFERENCE($,$,'Floor Area Ratio',$,'en',$); +#6103= IFCRELASSOCIATESLIBRARY('3peJUiBm99fPLHldw5sADs',$,$,$,(#885),#13474); +#13474= IFCLIBRARYREFERENCE($,$,'Fitting Loss Factor',$,'en',$); -#6107= IFCRELASSOCIATESLIBRARY('2gsFzj4rjAW9oV_6Ufuyf9',$,$,$,(#893),#13475); -#13475= IFCLIBRARYREFERENCE($,$,'ratio de surface de planchers','Ratio de la surface totale de planchers \S\` la surface constructible, indication de la valeur maximale de la surface de planchers selon la r\S\hglementation locale (coefficient d''occupation des sols, N.d.T.)','fr-FR',$); +#6104= IFCRELASSOCIATESLIBRARY('3FAYSs_d5BGfp8lD1Ep4Ij',$,$,$,(#885),#13475); +#13475= IFCLIBRARYREFERENCE($,$,'\X2\7D99304E624B63A5540890E8640D59314FC26570\X0\','\X2\63A5540890E83092901A904E3059308B969B306E646964E6306B3088308B5727529B640D593130926C7A3081308B4FC26570\X0\','ja-JP',$); -#6108= IFCRELASSOCIATESLIBRARY('1tOPP8QMn2ofYT3ADTXRht',$,$,$,(#893),#13476); -#13476= IFCLIBRARYREFERENCE($,$,'\X2\5BB97A4D7387\X0\','\X2\5EFA7BC957FA6E96306B3088308A670059273068306A308B5E8A97627A4D30686577573097627A4D\X0\(IfcElementQuantities)\X2\306E6BD473873002\X0\','ja-JP',$); +#6105= IFCRELASSOCIATESLIBRARY('3XlwrbC7v25BTmL_Df0YbI',$,$,$,(#886),#13476); +#13476= IFCLIBRARYREFERENCE($,$,'Fixing Socket Height',$,'en',$); -#6109= IFCRELASSOCIATESLIBRARY('2qTFSza794HB9DCRunD8F1',$,$,$,(#894),#13477); -#13477= IFCLIBRARYREFERENCE($,$,'Bodenbelag','Angabe des Materials f\S\|r den Bodenbelag. Diese Angabe wird im Raumbuch verwendet und oft im Raumstempel angezeigt.\X\0D\X\0A\X\0D\X\0ADie Materialangabe wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = FLOORING) f\S\|r den Bodenbelag dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialangabe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); +#6106= IFCRELASSOCIATESLIBRARY('0D7Fqlij1C3xNDjpI$eaSl',$,$,$,(#886),#13477); +#13477= IFCLIBRARYREFERENCE($,$,'\X2\51684F5395773055\X0\','\X2\56FA5B9A30BD30B130C330C8306E51684F53957730553002\X0\','ja-JP',$); -#6110= IFCRELASSOCIATESLIBRARY('0pSPn1PTzE7g9SyX0BfhHL',$,$,$,(#894),#13478); -#13478= IFCLIBRARYREFERENCE($,$,'Floor Covering',$,'en',$); +#6107= IFCRELASSOCIATESLIBRARY('0hGQPGEBLBmA47qyjVPZS$',$,$,$,(#886),#13478); +#13478= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4\X0\ \X2\AE38C774\X0\','\X2\ACE0C815\X0\ \X2\C18CCF13C758\X0\ \X2\C804CCB4\X0\ \X2\AE38C774\X0\','ko-KR',$); -#6111= IFCRELASSOCIATESLIBRARY('3Z9CjkwWT1tvggp2wzXuJz',$,$,$,(#894),#13479); -#13479= IFCLIBRARYREFERENCE($,$,'RevetementSol','Indication sur la nature du rev\S\jtement de sol [\X2\2026\X0\]. L''information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=FLOORING) avec sa propre repr\S\isentation de forme et une assignation \S\` un mat\S\iriau. En cas d''incoh\S\irence, c''est le mat\S\iriau assign\S\i \S\` l''instance de IfcCovering qui prime.','fr-FR',$); +#6108= IFCRELASSOCIATESLIBRARY('1TSu___Ff63xnIb71SZ$eB',$,$,$,(#887),#13479); +#13479= IFCLIBRARYREFERENCE($,$,'Fixing Socket Thread Diameter',$,'en',$); -#6112= IFCRELASSOCIATESLIBRARY('2139YZpBn4_QHZxM4xVK0L',$,$,$,(#894),#13480); -#13480= IFCLIBRARYREFERENCE($,$,'\X2\5E8A4ED54E0A3052\X0\','\X2\90E85C4B306E5E8A67508CEA307E305F306F4ED54E0A3052306B95A23059308B30E930D930EBFF088B58522560C55831FF0930023053306E30E930D930EB540D306F90E85C4B30EA30B930C860C55831308490E85C4B60C558318868793A306E969B306B522975283055308C308B3002\X0\','ja-JP',$); +#6109= IFCRELASSOCIATESLIBRARY('03XclvrGj05A7sMOsxevlU',$,$,$,(#887),#13480); +#13480= IFCLIBRARYREFERENCE($,$,'\X2\516C79F05F84\X0\','\X2\7DDA306E516C79F076F45F843002\X0\','ja-JP',$); -#6113= IFCRELASSOCIATESLIBRARY('2oIM0EgP93ewjVJqndeD6I',$,$,$,(#895),#13481); -#13481= IFCLIBRARYREFERENCE($,$,'Dicke des Bodenbelags','Angabe der Dicke der Materialschichten f\S\|r den Bodenbelag. \X\0D\X\0A\X\0D\X\0ADer Dickenparameter wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = FLOORING) f\S\|r den Bodenbelag dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialdicke des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); +#6110= IFCRELASSOCIATESLIBRARY('2ZCKEHn6TFnA5wRIe6SbHw',$,$,$,(#887),#13481); +#13481= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','\X2\ACE0C815\X0\ \X2\C18CCF13C758\X0\ \X2\C804CCB4\X0\ \X2\AE38C774\X0\','ko-KR',$); -#6114= IFCRELASSOCIATESLIBRARY('0dj$c_qOb0g83WyVpaishc',$,$,$,(#895),#13482); -#13482= IFCLIBRARYREFERENCE($,$,'Floor Covering Thickness',$,'en',$); +#6111= IFCRELASSOCIATESLIBRARY('1aOJ1g8uD2VwzerWEmmZ8$',$,$,$,(#888),#13482); +#13482= IFCLIBRARYREFERENCE($,$,'Fixing Socket Thread Length',$,'en',$); -#6115= IFCRELASSOCIATESLIBRARY('2muommT7vFThKy0efFHRWk',$,$,$,(#895),#13483); -#13483= IFCLIBRARYREFERENCE($,$,'Epaisseur du rev\S\jtement de sol','Epaisseur de la couche de mat\S\iriau constituant le rev\S\jtement de sol. Cette information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=FLOORING) avec sa propre repr\S\isentation de forme. En cas d''incoh\S\irence entre les param\S\htres g\S\iom\S\itriques de l''instance de IfcCovering et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#6112= IFCRELASSOCIATESLIBRARY('1zVcExabP8xgh3JubRYNg1',$,$,$,(#888),#13483); +#13483= IFCLIBRARYREFERENCE($,$,'\X2\306D305890E895773055\X0\','\X2\56FA5B9A30BD30B130C330C8306E51684F5395773055306D305890E8306E957730553002\X0\','ja-JP',$); -#6116= IFCRELASSOCIATESLIBRARY('2Fe4ijDm13j8ZQnuPQIuu0',$,$,$,(#895),#13484); -#13484= IFCLIBRARYREFERENCE($,$,'\X2\5E8A4ED54E0A30526750539A\X0\','\X2\90E85C4B306E5E8A306B95A23059308B67508CEA5C64306E539A30553002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering(type=FLOORING)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B539A305560C558313002\X0\IfcCovering\X2\306E5E7E4F555F6272B630D130E930E130FC30BF30683053306E30D730ED30D130C630A35024304C4E0081F43057306A30445834540830015E7E4F555F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); +#6113= IFCRELASSOCIATESLIBRARY('2hFlJ5zf95CQmx60mmhISX',$,$,$,(#888),#13484); +#13484= IFCLIBRARYREFERENCE($,$,'\X2\B098C0ACBD80\X0\ \X2\AE38C774\X0\','\X2\ACE0C815\X0\ \X2\C18CCF13C758\X0\ \X2\C804CCB4\X0\ \X2\AE38C774\X0\ \X2\B098C0ACBD80C758\X0\ \X2\AE38C774\X0\','ko-KR',$); -#6118= IFCRELASSOCIATESLIBRARY('2NMT4pFE14sw5Bj1nGwoaa',$,$,$,(#896),#13485); -#13485= IFCLIBRARYREFERENCE($,$,'Flow Arrangement',$,'en',$); +#6114= IFCRELASSOCIATESLIBRARY('0l17f1q$nAIxhlwkBoPsOs',$,$,$,(#889),#13485); +#13485= IFCLIBRARYREFERENCE($,$,'Fixing Socket Type Reference',$,'en',$); -#6119= IFCRELASSOCIATESLIBRARY('0DRmAhBb1C09CPYD$Wf5mO',$,$,$,(#896),#13486); -#13486= IFCLIBRARYREFERENCE($,$,'\X2\6D41308C7A2E985E\X0\','\X2\30AB30A630F330BF30D530ED30FCFF1A7A7A6C1730686C34306E6D41308C304C900665B9541130675165308B\X0\\X\0D\X\0A\X2\30AF30ED30B930D530ED30FCFF1A7A7A6C173068300C6C34306E6D41308C304C578276F4\X0\\X\0D\X\0A\X2\5E73884C6D41FF1A7A7A6C1730686C34306E6D41308C304C540C305865B9541130675165308B\X0\','ja-JP',$); +#6115= IFCRELASSOCIATESLIBRARY('3SSyII_Z1DhRijq28mNAA3',$,$,$,(#889),#13486); +#13486= IFCLIBRARYREFERENCE($,$,'\X2\53C2716757FA6E96\X0\','\X2\56FA5B9A30BD30B130C330C8304C53C271673059308B30ED30FC30AB30EB6A196E963002\X0\','ja-JP',$); -#6121= IFCRELASSOCIATESLIBRARY('1UrQdEHqT9mQry2et31PkD',$,$,$,(#897),#13487); -#13487= IFCLIBRARYREFERENCE($,$,'Flow Arrangement',$,'en',$); +#6116= IFCRELASSOCIATESLIBRARY('01Jex6Gqv8dRhXnEQUlDHB',$,$,$,(#889),#13487); +#13487= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ \X2\AE30C900\X0\','\X2\ACE0C815\X0\ \X2\C18CCF13C774\X0\ \X2\CC38C870D558B294\X0\ \X2\B85CCEEC\X0\ \X2\D45CC900\X0\','ko-KR',$); -#6122= IFCRELASSOCIATESLIBRARY('1FH6u07dvDtg5okcFWyl_g',$,$,$,(#898),#13488); -#13488= IFCLIBRARYREFERENCE($,$,'Flow Class',$,'en',$); +#6117= IFCRELASSOCIATESLIBRARY('3HA1mOHJP4tekmNzSMdnW5',$,$,$,(#890),#13488); +#13488= IFCLIBRARYREFERENCE($,$,'Fixture Height',$,'en',$); -#6123= IFCRELASSOCIATESLIBRARY('1SmWrFdWD9r9Vl0hbqe4j_',$,$,$,(#898),#13489); -#13489= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF30AF30E930B9\X0\','\X2\6D88706B68136D4191CF30AF30E930B9306E82F165705B578868793AFF086D4191CF5C5E602730684E007DD2306B3001307E305F306F4EE3308F308A306B752830443089308C308BFF093002\X0\','ja-JP',$); +#6118= IFCRELASSOCIATESLIBRARY('32B1J3ytzAoQl0aK_5rVWk',$,$,$,(#890),#13489); +#13489= IFCLIBRARYREFERENCE($,$,'\X2\56685177306E9AD83055\X0\','\X2\51FA53E36A198B58306A3069306E56685177306E9AD830553002\X0\','ja-JP',$); -#6124= IFCRELASSOCIATESLIBRARY('3GhjTH8m11LxIP$fHs9Xea',$,$,$,(#899),#13490); -#13490= IFCLIBRARYREFERENCE($,$,'Flow Coefficient',$,'en',$); +#6119= IFCRELASSOCIATESLIBRARY('1g8ukHGl9FfAlsfbUXmbz6',$,$,$,(#890),#13490); +#13490= IFCLIBRARYREFERENCE($,$,'\X2\AE30AD6CC758\X0\ \X2\B192C774\X0\','\X2\CD9CAD6C\X0\ \X2\D45CC9C0D310\X0\ \X2\B4F1C758AE30AD6CC758\X0\ \X2\B192C774\X0\','ko-KR',$); -#6125= IFCRELASSOCIATESLIBRARY('1pJ64XiLz4$gVRWqNFku4e',$,$,$,(#899),#13491); -#13491= IFCLIBRARYREFERENCE($,$,'\X2\6D4151FA4FC26570\X0\','\X2\6D4151FA4FC26570FF085168958B306E30D030EB30D63092901A904E3059308B53584F4D5727529B640D59315F53305F308A306E6D414F53306E91CFFF094E00822C7684306B30D030EB30D6306E\X0\Kv\X2\53C8306F\X0\Cv\X2\5024306788683055308C308B\X0\','ja-JP',$); +#6120= IFCRELASSOCIATESLIBRARY('2cBRWZRXD2NQ2ZpAJSFrFx',$,$,$,(#891),#13491); +#13491= IFCLIBRARYREFERENCE($,$,'Entflammbarkeitsklasse','Angabe zur Entflammbarkeit des Materials gem\S\d\S\_ der nationalen oder regionalen Normen.','de-DE',$); -#6126= IFCRELASSOCIATESLIBRARY('0KHYmkxKv9JfQpOaRPNJnW',$,$,$,(#900),#13492); -#13492= IFCLIBRARYREFERENCE($,$,'Flow Condition',$,'en',$); +#6121= IFCRELASSOCIATESLIBRARY('1APw8M9sb6Y9MW4m_VoLLY',$,$,$,(#891),#13492); +#13492= IFCLIBRARYREFERENCE($,$,'Flammability Rating',$,'en',$); -#6127= IFCRELASSOCIATESLIBRARY('2HSc0d9sT5zQYzKwd$A2kK',$,$,$,(#901),#13493); -#13493= IFCLIBRARYREFERENCE($,$,'Flow Condition',$,'en',$); +#6122= IFCRELASSOCIATESLIBRARY('1rog2N5N51$8rQx3IC8Zty',$,$,$,(#891),#13493); +#13493= IFCLIBRARYREFERENCE($,$,'Inflammabilit\S\i','Classement de l''inflammabilit\S\i de l''\S\il\S\iment selon la classification nationale de s\S\icurit\S\i incendie.','fr-FR',$); -#6128= IFCRELASSOCIATESLIBRARY('31qgOIvyPEyvFeXYF7WhZI',$,$,$,(#901),#13494); -#13494= IFCLIBRARYREFERENCE($,$,'\X2\6D4152D572B6614B\X0\','\X2\65AD9762306E51456E80738730676D4152D572B6614B30925B9A7FA93059308B3002\X0\','ja-JP',$); +#6123= IFCRELASSOCIATESLIBRARY('2cAHqftzP6shNYb8iddaZj',$,$,$,(#891),#13494); +#13494= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C360277B497D1A\X0\','\X2\53EF71C360277B497D1A30025F538A7256FD306E5EFA7BC96CD5898F306B3088308B3002\X0\','ja-JP',$); -#6130= IFCRELASSOCIATESLIBRARY('3BWMGRJ9D8nexxQ$eYuo1S',$,$,$,(#902),#13495); -#13495= IFCLIBRARYREFERENCE($,$,'Flow Control Type',$,'en',$); +#6124= IFCRELASSOCIATESLIBRARY('2p0mvitrLCNwv3XuxK5MQe',$,$,$,(#892),#13495); +#13495= IFCLIBRARYREFERENCE($,$,'Lagerung brennbarer Stoffe','Angabe, ob der Raum zur Lagerung der Produktion von brennbaren Stoffen genutzt wird (WHAHR) oder nicht (FALSCH). Die Angabe erfolgt nach der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#6131= IFCRELASSOCIATESLIBRARY('3qBagnMUP78vululiaiI$E',$,$,$,(#902),#13496); -#13496= IFCLIBRARYREFERENCE($,$,'NatureCommandeFlux','Nature de la commande de flux d''un \S\il\S\iment qui pourrait \S\jtre inclus en tant que tel dans le terminal de ventilation.','fr-FR',$); +#6125= IFCRELASSOCIATESLIBRARY('2DqZntdvn0SxZEvoQIFjaX',$,$,$,(#892),#13496); +#13496= IFCLIBRARYREFERENCE($,$,'Flammable Storage',$,'en',$); -#6132= IFCRELASSOCIATESLIBRARY('1gP3YTPE52yuwYCG$gFDeL',$,$,$,(#902),#13497); -#13497= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF52365FA15F625F0F\X0\','\X2\30BF30FC30DF30CA30EB306E69CB6210306E4E0090E8306830573066542B307E308C308B6D4191CF52365FA1306E5F625F0F\X0\\X\0D\X\0A\X2\FF0830C030F330D130FC300130D930ED30FC30BA3001712130572026FF09\X0\','ja-JP',$); +#6126= IFCRELASSOCIATESLIBRARY('3hT_9UO7HDSPMJqt2p9MgW',$,$,$,(#892),#13497); +#13497= IFCLIBRARYREFERENCE($,$,'StockageCombustible','Indique si l''espace est destin\S\i au stockage de mati\S\hres inflammables (consid\S\ir\S\ies comme telles par le Code de la Construction en vigueur). (VRAI) signifie oui, (FAUX) sinon.','fr-FR',$); -#6134= IFCRELASSOCIATESLIBRARY('0Ra30teTf9bQUrep0A28Bk',$,$,$,(#904),#13498); -#13498= IFCLIBRARYREFERENCE($,$,'Flow Pattern',$,'en',$); +#6127= IFCRELASSOCIATESLIBRARY('0Fc9tFQ_H6lhd9axMBBB_j',$,$,$,(#892),#13498); +#13498= IFCLIBRARYREFERENCE($,$,'\X2\53EF71C372694FDD7BA1533A5206\X0\','\X2\7A7A9593304C53EF71C37269\X0\(\X2\5EFA7BC957FA6E9630927BA174063059308B30533068306B3088308A305D306E30883046306B8003616E3055308C308B\X0\)\X2\306E50095EAB3068305730664F7F308F308C308B305330683092610F56F33055308C30663044308B304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\306F30443001\X0\(FALSE)\X2\3044304430483002\X0\','ja-JP',$); -#6135= IFCRELASSOCIATESLIBRARY('2TlazPSAT61Qvl_chegHkY',$,$,$,(#904),#13499); -#13499= IFCLIBRARYREFERENCE($,$,'FormeFlux','Forme du flux','fr-FR',$); +#6128= IFCRELASSOCIATESLIBRARY('3fa$t0jbD9XRQLwHJLigdD',$,$,$,(#892),#13499); +#13499= IFCLIBRARYREFERENCE($,$,'\X2\AC00C5F0C131\X0\ \X2\BB3CC9C8\X0\ \X2\CC3DACE0\X0\','\X2\ACF5AC04C774\X0\ \X2\AC00C5F0BB3C\X0\ (\X2\AC74CD95\X0\ \X2\AE30C900C744\X0\ \X2\AD00B9ACD568C73CB85CC368\X0\ \X2\ADF8B807AC8C\X0\ \X2\C5ECACA8C9C0B294\X0\)\X2\C758\X0\ \X2\CC3DACE0B85C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\AC83C744\X0\ \X2\C758B3C4D558ACE0\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\C608\X0\ (FALSE) \X2\C544B2C8C624\X0\. "\X2\C774\X0\ \X2\BB3CCCB4AC00\X0\ \X2\D654C7ACC758\X0\ \X2\ACBDC6B0\X0\ \X2\CD9CAD6CB85C\X0\ \X2\C0ACC6A9B418B3C4B85D\X0\ \X2\C124ACC4B418C5C8B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ (TRUE) \X2\C608\X0\ (FALSE) \X2\C544B2C8C624\X0\ \X2\AC12\X0\','ko-KR',$); -#6136= IFCRELASSOCIATESLIBRARY('3D3gaI0yH15Qby5BPzlBTs',$,$,$,(#904),#13500); -#13500= IFCLIBRARYREFERENCE($,$,'\X2\6D41308C7A2E985E\X0\','\X2\6D41308C7A2E985EFF0853584E0076F47DDA300181795F0F76F47DDA3001FF1465B954113001653E5C0472B63001\X0\SWIRL\X2\3001\X0\DISPLACEMENT\X2\3001\X0\COMPACT\X2\4ED6FF09\X0\','ja-JP',$); +#6129= IFCRELASSOCIATESLIBRARY('2R9RCUOQvFOv5sHgE7RfC2',$,$,$,(#893),#13500); +#13500= IFCLIBRARYREFERENCE($,$,'Flange Base Fillet',$,'en',$); -#6137= IFCRELASSOCIATESLIBRARY('0HnrbkV7H7VRxDjo75wRzY',$,$,$,(#905),#13501); -#13501= IFCLIBRARYREFERENCE($,$,'Flowrate',$,'en',$); +#6130= IFCRELASSOCIATESLIBRARY('0tWFk_hiz0TB386vqxpoM1',$,$,$,(#894),#13501); +#13501= IFCLIBRARYREFERENCE($,$,'Flange Chamfer',$,'en',$); -#6138= IFCRELASSOCIATESLIBRARY('2qLEQo9cb2uAcuJuQwqYEb',$,$,$,(#905),#13502); -#13502= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF\X0\','\X2\71C36599306E6D41901F3002\X0\','ja-JP',$); +#6131= IFCRELASSOCIATESLIBRARY('0651txmqL8xOfoi8Zdcpa1',$,$,$,(#895),#13502); +#13502= IFCLIBRARYREFERENCE($,$,'Flange Depth',$,'en',$); -#6139= IFCRELASSOCIATESLIBRARY('08UkeIhr55ROUfNPU6yqHW',$,$,$,(#906),#13503); -#13503= IFCLIBRARYREFERENCE($,$,'Flowrate',$,'en',$); +#6132= IFCRELASSOCIATESLIBRARY('0bVo8nzk17dhE7r9nW890P',$,$,$,(#896),#13503); +#13503= IFCLIBRARYREFERENCE($,$,'Flange Diameter',$,'en',$); -#6140= IFCRELASSOCIATESLIBRARY('11SPfTjcf6OfEVF97XCWFB',$,$,$,(#906),#13504); -#13504= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF\X0\','\X2\5B9F969B306E904B75286D4191CF\X0\','ja-JP',$); +#6133= IFCRELASSOCIATESLIBRARY('37gpN71KzDiR_e3K$l4Vji',$,$,$,(#896),#13504); +#13504= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B8306E76F45F84\X0\','\X2\30D530E930F330B8306E516876F45F84\X0\','ja-JP',$); -#6141= IFCRELASSOCIATESLIBRARY('2Qm$ekqRn7Dfx9Ai9p6DZO',$,$,$,(#907),#13505); -#13505= IFCLIBRARYREFERENCE($,$,'Flowrate Leakage',$,'en',$); +#6134= IFCRELASSOCIATESLIBRARY('0V30ZhCxT52v7LFiO$JlA5',$,$,$,(#897),#13505); +#13505= IFCLIBRARYREFERENCE($,$,'Flange Draft',$,'en',$); -#6142= IFCRELASSOCIATESLIBRARY('2zeRxU$1T8Gwc_HgkkdHlo',$,$,$,(#907),#13506); -#13506= IFCLIBRARYREFERENCE($,$,'\X2\6F0F6D296D4191CF\X0\','\X2\6F0F6D2991CF30685727529B5DEE306E95A24FC2\X0\','ja-JP',$); +#6135= IFCRELASSOCIATESLIBRARY('3gelbynz9CmA87vNy2InmY',$,$,$,(#898),#13506); +#13506= IFCLIBRARYREFERENCE($,$,'Flange Standard',$,'en',$); -#6143= IFCRELASSOCIATESLIBRARY('3EBGLmAGbA5fXsNpA4i9_6',$,$,$,(#908),#13507); -#13507= IFCLIBRARYREFERENCE($,$,'Flow Rate Range',$,'en',$); +#6136= IFCRELASSOCIATESLIBRARY('0ZYRPWCCTCEhWL0uECwHXZ',$,$,$,(#898),#13507); +#13507= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B8898F683C\X0\','\X2\30D530E930F330B8898F683C30928A188FF0305730663044308B57FA6E96\X0\','ja-JP',$); -#6144= IFCRELASSOCIATESLIBRARY('2KIQPGmurBLRRT5zV$EUhn',$,$,$,(#908),#13508); -#13508= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF7BC456F2\X0\','\X2\63075B9A3055308C305F62B56297306B5BFE3057306630DD30F330D73067304F307F4E0A305253EF80FD306A6D415BFE91CF306E8A315BB97BC456F2\X0\','ja-JP',$); +#6137= IFCRELASSOCIATESLIBRARY('0V8Ax$LYX6Av6O8fhP0q$C',$,$,$,(#899),#13508); +#13508= IFCLIBRARYREFERENCE($,$,'Flange Table',$,'en',$); -#6145= IFCRELASSOCIATESLIBRARY('0idDppXzD2dR2aigxkNQ57',$,$,$,(#909),#13509); -#13509= IFCLIBRARYREFERENCE($,$,'Flow Rate Range',$,'en',$); +#6138= IFCRELASSOCIATESLIBRARY('1oNKl4vf55bPCsVHXs$iL$',$,$,$,(#899),#13509); +#13509= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B857FA6E96\X0\','\X2\30D530E930F330B85F6272B6306E540D79F057FA6E96\X0\','ja-JP',$); -#6146= IFCRELASSOCIATESLIBRARY('1wYYW_Qpv5zAg8BrtR6k8G',$,$,$,(#910),#13510); -#13510= IFCLIBRARYREFERENCE($,$,'Flow Rating',$,'en',$); +#6139= IFCRELASSOCIATESLIBRARY('2vdJW4xTD5ieu56na_yrAl',$,$,$,(#900),#13510); +#13510= IFCLIBRARYREFERENCE($,$,'Flange Thickness',$,'en',$); -#6147= IFCRELASSOCIATESLIBRARY('0WQtRJ5hrA0hnpvC$bCU7k',$,$,$,(#910),#13511); -#13511= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF\X0\','\X2\5B9F969B306E63926C346D4191CF30003000FF10\X0\.00\X2\5024306F3053306E5024304CFF7EFF6FFF843055308C30663044306A3044305330683092610F54733059308B3000\X0\','ja-JP',$); +#6140= IFCRELASSOCIATESLIBRARY('30zTY6LsL8bAhaVQvMDrsi',$,$,$,(#900),#13511); +#13511= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930F330B8306E539A3055\X0\','\X2\30D130A430D730923064306A305067506599306E539A307F\X0\','ja-JP',$); -#6148= IFCRELASSOCIATESLIBRARY('3zCtWYG6P1N88eVTPGRvMk',$,$,$,(#911),#13512); -#13512= IFCLIBRARYREFERENCE($,$,'Flow Resistance Range',$,'en',$); +#6141= IFCRELASSOCIATESLIBRARY('16gIx9F95C4eYj9_603t1_',$,$,$,(#901),#13512); +#13512= IFCLIBRARYREFERENCE($,$,'Flange Top Fillet',$,'en',$); -#6149= IFCRELASSOCIATESLIBRARY('0enJfyzYL7ROwTM5IFpUzi',$,$,$,(#911),#13513); -#13513= IFCLIBRARYREFERENCE($,$,'\X2\6D414F5362B56297306E7BC456F2\X0\','\X2\6D414F53309230DD30F330D73067304F307F4E0A3052308B969B306E646964E662B56297306E8A315BB97BC456F2\X0\','ja-JP',$); +#6142= IFCRELASSOCIATESLIBRARY('2MGMkccSf43hTqRZ0oOw50',$,$,$,(#902),#13513); +#13513= IFCLIBRARYREFERENCE($,$,'Geschossfl\S\dchenzahl','Geschossfl\S\dchenzahl als Verh\S\dltnis der gesamten Geschossfl\S\dche aller Vollgeschosse der baulichen Anlagen auf einem Baugrundst\S\|ck zu der Fl\S\dche des Baugrundst\S\|cks.','de-DE',$); -#6150= IFCRELASSOCIATESLIBRARY('0QiGKW3Gf74R_xMeBmx129',$,$,$,(#912),#13514); -#13514= IFCLIBRARYREFERENCE($,$,'Fluid Flow Leakage',$,'en',$); +#6143= IFCRELASSOCIATESLIBRARY('0RxfGJMADCz8pKZBZqOyUD',$,$,$,(#902),#13514); +#13514= IFCLIBRARYREFERENCE($,$,'Floor Area Ratio',$,'en',$); -#6151= IFCRELASSOCIATESLIBRARY('2$YN9Fm2D4DORL21XYbgQY',$,$,$,(#912),#13515); -#13515= IFCLIBRARYREFERENCE($,$,'\X2\6F0F308C91CF\X0\','\X2\4F537A4D6F0F308C6D4191CF\X0\','ja-JP',$); +#6144= IFCRELASSOCIATESLIBRARY('08DZFyUX9AqhXExlIM1PAs',$,$,$,(#902),#13515); +#13515= IFCLIBRARYREFERENCE($,$,'ratio de surface de planchers','Ratio de la surface totale de planchers \S\` la surface constructible, indication de la valeur maximale de la surface de planchers selon la r\S\hglementation locale (coefficient d''occupation des sols, N.d.T.)','fr-FR',$); -#6152= IFCRELASSOCIATESLIBRARY('3Pk8jQlBD8Xfo8YnhisvdZ',$,$,$,(#913),#13516); -#13516= IFCLIBRARYREFERENCE($,$,'Fluid Flow Leakage',$,'en',$); +#6145= IFCRELASSOCIATESLIBRARY('11i5lCV5j0txAAhyXTGvHH',$,$,$,(#902),#13516); +#13516= IFCLIBRARYREFERENCE($,$,'\X2\5BB97A4D7387\X0\','\X2\5EFA7BC957FA6E96306B3088308A670059273068306A308B5E8A97627A4D30686577573097627A4D\X0\(IfcElementQuantities)\X2\306E6BD473873002\X0\','ja-JP',$); -#6153= IFCRELASSOCIATESLIBRARY('2qAPlosPb9lwgyaCswdnm7',$,$,$,(#913),#13517); -#13517= IFCLIBRARYREFERENCE($,$,'\X2\6D414F536F0F6D2991CF\X0\','\X2\6F0F6D2991CF\X0\','ja-JP',$); +#6146= IFCRELASSOCIATESLIBRARY('2$Kpm__jb4owHmVCE_E5Uy',$,$,$,(#903),#13517); +#13517= IFCLIBRARYREFERENCE($,$,'Bodenbelag','Angabe des Materials f\S\|r den Bodenbelag. Diese Angabe wird im Raumbuch verwendet und oft im Raumstempel angezeigt.\X\0D\X\0A\X\0D\X\0ADie Materialangabe wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = FLOORING) f\S\|r den Bodenbelag dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialangabe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); -#6154= IFCRELASSOCIATESLIBRARY('3gzAUq5PD3NOeIXGoAboex',$,$,$,(#914),#13518); -#13518= IFCLIBRARYREFERENCE($,$,'Fluid Pressure Range',$,'en',$); +#6147= IFCRELASSOCIATESLIBRARY('2LNoV55NXCje6FWZUr6io3',$,$,$,(#903),#13518); +#13518= IFCLIBRARYREFERENCE($,$,'Floor Covering',$,'en',$); -#6155= IFCRELASSOCIATESLIBRARY('0lJP7S3rn6L89HmQKim3Kd',$,$,$,(#914),#13519); -#13519= IFCLIBRARYREFERENCE($,$,'PlagePressionFluide','Plage de pression hydraulique fonctionnelle admissible dans le tube.','fr-FR',$); +#6148= IFCRELASSOCIATESLIBRARY('1JWr8yvn13WOJ9dUQnEn3Z',$,$,$,(#903),#13519); +#13519= IFCLIBRARYREFERENCE($,$,'RevetementSol','Indication sur la nature du rev\S\jtement de sol [\X2\2026\X0\]. L''information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=FLOORING) avec sa propre repr\S\isentation de forme et une assignation \S\` un mat\S\iriau. En cas d''incoh\S\irence, c''est le mat\S\iriau assign\S\i \S\` l''instance de IfcCovering qui prime.','fr-FR',$); -#6156= IFCRELASSOCIATESLIBRARY('2lf4naa$1CNOa9az_W$3kb',$,$,$,(#915),#13520); -#13520= IFCLIBRARYREFERENCE($,$,'Flushing Rate',$,'en',$); +#6149= IFCRELASSOCIATESLIBRARY('3tMCR_S1X5POTWczoc3QpH',$,$,$,(#903),#13520); +#13520= IFCLIBRARYREFERENCE($,$,'\X2\5E8A4ED54E0A3052\X0\','\X2\90E85C4B306E5E8A67508CEA307E305F306F4ED54E0A3052306B95A23059308B30E930D930EBFF088B58522560C55831FF0930023053306E30E930D930EB540D306F90E85C4B30EA30B930C860C55831308490E85C4B60C558318868793A306E969B306B522975283055308C308B3002\X0\','ja-JP',$); -#6157= IFCRELASSOCIATESLIBRARY('2XSKSb47v2XOK6z23mPlPX',$,$,$,(#915),#13521); -#13521= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930C330B730E57387\X0\','\X2\4E8830816C7A30813089308C305F6D413055308C308B6C3491CF\X0\','ja-JP',$); +#6150= IFCRELASSOCIATESLIBRARY('0Hjx_FhjX1PgHIVKbxW4_P',$,$,$,(#904),#13521); +#13521= IFCLIBRARYREFERENCE($,$,'Dicke des Bodenbelags','Angabe der Dicke der Materialschichten f\S\|r den Bodenbelag. \X\0D\X\0A\X\0D\X\0ADer Dickenparameter wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = FLOORING) f\S\|r den Bodenbelag dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialdicke des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); -#6158= IFCRELASSOCIATESLIBRARY('2B31sJQmzAxPETnYP3SngH',$,$,$,(#916),#13522); -#13522= IFCLIBRARYREFERENCE($,$,'Flush Rate',$,'en',$); +#6151= IFCRELASSOCIATESLIBRARY('2GrlXVEIPF9f$lvT2iz2tn',$,$,$,(#904),#13522); +#13522= IFCLIBRARYREFERENCE($,$,'Floor Covering Thickness',$,'en',$); -#6159= IFCRELASSOCIATESLIBRARY('2$AA4At5b6Cw2IfuKhz$_T',$,$,$,(#916),#13523); -#13523= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930C330B730E530EC30FC30C8\X0\','\X2\540430D530E930C330B730E530674F7F75283055308C308B6C3491CF306E67005C0F50243068670059275024300253584E0030D530E930C330B730E5304C4F7F75283055308C30663044308B5834540830014E0A4E0B96505024306F540C3058300230C730E530A230EB30D530E930C330B730E530C830A430EC306B306430443066306F30014E0B9650304C4F4E304430D530E930C330B730E530EC30FC30C830014E0A9650306B5927304D304430D530E930C330B730E5738730924F7F75283059308B300230533053306730016D176D44306F30D530E930C330B730E530D030EB30D63092901A3057305F6C34306E6C3457273092752830443066905462103055308C308B306E3067300130D530E930C330B730E530EC30FC30C8306830D530E930C330B730E530D030EB30D6306E4E0A4E0B9650502430687B493057304F306A3051308C3070306A308A307E305B3093FF0895A2902330D030EB30D630D730ED30D130C630A330BB30C330C8309253C2716730573066304F306030553044FF093002307E305F30013053306E58345408306B306F300130D530E930C330B730E530EC30FC30C8306E30D730ED30D130C630A330928A2D5B9A3057306A3044300230D530E930C330B730E530D030EB30D6306E30D530E930C330B730E530EC30FC30C8309253C271673002\X0\','ja-JP',$); +#6152= IFCRELASSOCIATESLIBRARY('1hsJDJNVLFUB5$02HyqosY',$,$,$,(#904),#13523); +#13523= IFCLIBRARYREFERENCE($,$,'Epaisseur du rev\S\jtement de sol','Epaisseur de la couche de mat\S\iriau constituant le rev\S\jtement de sol. Cette information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=FLOORING) avec sa propre repr\S\isentation de forme. En cas d''incoh\S\irence entre les param\S\htres g\S\iom\S\itriques de l''instance de IfcCovering et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#6161= IFCRELASSOCIATESLIBRARY('1EQvfDIOHCSPu5mj$w5phU',$,$,$,(#917),#13524); -#13524= IFCLIBRARYREFERENCE($,$,'Flush Type',$,'en',$); +#6153= IFCRELASSOCIATESLIBRARY('2AQyD_Hhv8GRMRUwFAzYN$',$,$,$,(#904),#13524); +#13524= IFCLIBRARYREFERENCE($,$,'\X2\5E8A4ED54E0A30526750539A\X0\','\X2\90E85C4B306E5E8A306B95A23059308B67508CEA5C64306E539A30553002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering(type=FLOORING)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B539A305560C558313002\X0\IfcCovering\X2\306E5E7E4F555F6272B630D130E930E130FC30BF30683053306E30D730ED30D130C630A35024304C4E0081F43057306A30445834540830015E7E4F555F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); -#6162= IFCRELASSOCIATESLIBRARY('0Q7Bd2tgj0OenRjB6e3b87',$,$,$,(#917),#13525); -#13525= IFCLIBRARYREFERENCE($,$,'\X2\30BF30A430D730D530E930C330B730E5\X0\','\X2\521763193059308B30D730ED30D130C630A3306F\X0\Pset_FlushTypeEnum\X2\3067306F8CAF6C3469FD3084885B751F914D7BA1306E914D7F6E306B3088308B300130D530E930C330B730E530E130AB30CB30BA30E0306E30BF30A430D730925B9A7FA93059308BFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30EC30D030FC5F0FFF1A6D176D446C34306F300130EC30D030FC3092306D3058308B30533068306B3088306330668CAF6C3430BF30F330AF304B3089885B751F914D7BA1306B306E62405B9A306E6D4191CF30926D4130593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F1530635F35308A5F0FFF1A6D176D446C34306F300130CF30F330C930EB307E305F306F30CE30D63092578276F465B95411306B5F15304F30533068306B3088306330668CAF6C3430BF30F330AF304B3089885B751F914D7BA1306B306E62405B9A306E6D4191CF30926D4130593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\62BC305730DC30BF30F35F0FFF1A6D176D446C34306F300130DC30BF30F3304B30D730EC30FC30C8309262BC305930533068306B3088306330668CAF6C3430BF30F330AF304B3089885B751F914D7BA1306B306E62405B9A306E6D4191CF30926D4130593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30BB30F330B530FC5F0FFF1A6D176D446C34306F300181EA52D5691C51FA6A5F69CB30924ECB305730664F5C52D53059308B3002\X0\','ja-JP',$); +#6155= IFCRELASSOCIATESLIBRARY('1RKrwpDl1AlQmjnStsMTQU',$,$,$,(#905),#13525); +#13525= IFCLIBRARYREFERENCE($,$,'Flow Arrangement',$,'en',$); -#6163= IFCRELASSOCIATESLIBRARY('0$Jisc0Qv5c955o_fTL4lt',$,$,$,(#918),#13526); -#13526= IFCLIBRARYREFERENCE($,$,'Force',$,'en',$); +#6156= IFCRELASSOCIATESLIBRARY('34zdkRgnP9yu5MUj6lr7P_',$,$,$,(#905),#13526); +#13526= IFCLIBRARYREFERENCE($,$,'\X2\6D41308C7A2E985E\X0\','\X2\30AB30A630F330BF30D530ED30FCFF1A7A7A6C1730686C34306E6D41308C304C900665B9541130675165308B\X0\\X\0D\X\0A\X2\30AF30ED30B930D530ED30FCFF1A7A7A6C173068300C6C34306E6D41308C304C578276F4\X0\\X\0D\X\0A\X2\5E73884C6D41FF1A7A7A6C1730686C34306E6D41308C304C540C305865B9541130675165308B\X0\','ja-JP',$); -#6164= IFCRELASSOCIATESLIBRARY('3YLC$PpQn1T8a2L_ql6bM6',$,$,$,(#918),#13527); -#13527= IFCLIBRARYREFERENCE($,$,'\X2\6700592763A8529B\X0\','\X2\30A230AF30C130E530A830FC30BF306E670059277DE030815207308A529B3092793A30593002\X0\','ja-JP',$); +#6158= IFCRELASSOCIATESLIBRARY('1Sx3KEW81DdfBxh$CdAp1Y',$,$,$,(#906),#13527); +#13527= IFCLIBRARYREFERENCE($,$,'Flow Arrangement',$,'en',$); -#6165= IFCRELASSOCIATESLIBRARY('1bATaGo8v669QYaL_1ahNe',$,$,$,(#918),#13528); -#13528= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300CD94B825\X0\','\X2\C561CE04C5D0C774D130C758\X0\ \X2\CD5CB300\X0\ \X2\B9C8AC10\X0\ \X2\D798C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#6159= IFCRELASSOCIATESLIBRARY('2197iBu_PE$embLtIs1JRl',$,$,$,(#907),#13528); +#13528= IFCLIBRARYREFERENCE($,$,'Flow Class',$,'en',$); -#6167= IFCRELASSOCIATESLIBRARY('0SytAPB3rD0P4Dtad4Vzqd',$,$,$,(#920),#13529); -#13529= IFCLIBRARYREFERENCE($,$,'Form Stripping Strength',$,'en',$); +#6160= IFCRELASSOCIATESLIBRARY('3Q$ZX8W_X1GwbDeV8SD7Wx',$,$,$,(#907),#13529); +#13529= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF30AF30E930B9\X0\','\X2\6D88706B68136D4191CF30AF30E930B9306E82F165705B578868793AFF086D4191CF5C5E602730684E007DD2306B3001307E305F306F4EE3308F308A306B752830443089308C308BFF093002\X0\','ja-JP',$); -#6168= IFCRELASSOCIATESLIBRARY('28hPIxn4T489e3U2h_5d2D',$,$,$,(#920),#13530); -#13530= IFCLIBRARYREFERENCE($,$,'\X2\8131578B5F375EA6\X0\','\X2\8131578B6642306B304A3051308B30B330F330AF30EA30FC30C8306E67005C0F5FC5898157277E2E5F375EA63002\X0\','ja-JP',$); +#6161= IFCRELASSOCIATESLIBRARY('1x1BRlaYj04vVwr3uHsfGc',$,$,$,(#908),#13530); +#13530= IFCLIBRARYREFERENCE($,$,'Flow Coefficient',$,'en',$); -#6169= IFCRELASSOCIATESLIBRARY('186m7o$3z4vO5CyvmsZvxS',$,$,$,(#921),#13531); -#13531= IFCLIBRARYREFERENCE($,$,'Fouling Factor',$,'en',$); +#6162= IFCRELASSOCIATESLIBRARY('2fyoUyX6f91e_20vlSzywJ',$,$,$,(#908),#13531); +#13531= IFCLIBRARYREFERENCE($,$,'\X2\6D4151FA4FC26570\X0\','\X2\6D4151FA4FC26570FF085168958B306E30D030EB30D63092901A904E3059308B53584F4D5727529B640D59315F53305F308A306E6D414F53306E91CFFF094E00822C7684306B30D030EB30D6306E\X0\Kv\X2\53C8306F\X0\Cv\X2\5024306788683055308C308B\X0\','ja-JP',$); -#6170= IFCRELASSOCIATESLIBRARY('2raFSxujv2ZAVfiCvtVbiW',$,$,$,(#921),#13532); -#13532= IFCLIBRARYREFERENCE($,$,'\X2\6C5A308C4FC26570\X0\','\X2\30C130E530FC30D6675F306E30C130E530FC30D66C5A308C4FC26570\X0\','ja-JP',$); +#6163= IFCRELASSOCIATESLIBRARY('3P269ZDdv88h45qscHxOfW',$,$,$,(#909),#13532); +#13532= IFCLIBRARYREFERENCE($,$,'Flow Condition',$,'en',$); -#6172= IFCRELASSOCIATESLIBRARY('21yr_AzbPCn9UfsEfYKgoO',$,$,$,(#922),#13533); -#13533= IFCLIBRARYREFERENCE($,$,'Fountain Type',$,'en',$); +#6164= IFCRELASSOCIATESLIBRARY('2d5vE9wKXBGvkBRFRypFjD',$,$,$,(#910),#13533); +#13533= IFCLIBRARYREFERENCE($,$,'Flow Condition',$,'en',$); -#6173= IFCRELASSOCIATESLIBRARY('1pkASF1pv7uxUFwR$xcHnh',$,$,$,(#922),#13534); -#13534= IFCLIBRARYREFERENCE($,$,'\X2\56746C3430BF30A430D7\X0\','\X2\56746C3430BF30A430D7306E9078629EFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB98F275286C34FF1A98F275286C3430924F4E572730674F9B7D663059308B305F3081306E885B751F56685177\X0\\X\0D\X\0A\X2\30FB6D17773C5668FF1A5EC36C345668517730673001901A5E38306F500B4F53306E7C925B50304B5371967A306A6DB24F53306B3088308B773C3078306E969C5BB3306E5371967A304C3042308B4F5C696D58346240306B8A2D7F6E3055308C30014F7F75288005306F305D308C3089306B89E6308C305A306B76EE30926D17304630533068304C3067304D308B3002\X0\','ja-JP',$); +#6165= IFCRELASSOCIATESLIBRARY('1MWeWstn5Dqhw24ZwIvi3Q',$,$,$,(#910),#13534); +#13534= IFCLIBRARYREFERENCE($,$,'\X2\6D4152D572B6614B\X0\','\X2\65AD9762306E51456E80738730676D4152D572B6614B30925B9A7FA93059308B3002\X0\','ja-JP',$); -#6174= IFCRELASSOCIATESLIBRARY('2tm_49KRHCCx0pZ19mNMvP',$,$,$,(#923),#13535); -#13535= IFCLIBRARYREFERENCE($,$,'Fraction Convective Heat Transfer',$,'en',$); +#6167= IFCRELASSOCIATESLIBRARY('00xv8IwGH38PAiV9a2gYMx',$,$,$,(#911),#13535); +#13535= IFCLIBRARYREFERENCE($,$,'Flow Control Type',$,'en',$); -#6175= IFCRELASSOCIATESLIBRARY('2g6dA$Jnj2VOAELCVtrhDE',$,$,$,(#923),#13536); -#13536= IFCLIBRARYREFERENCE($,$,'\X2\5BFE6D4171B179FB52D530D530E930AF30B730E730F3\X0\','\X2\7DCF540871B179FB52D5306E51855BFE6D415C0471B179FB52D53068307F306A3055308C308B90E85206\X0\','ja-JP',$); +#6168= IFCRELASSOCIATESLIBRARY('0VVTog2PP02PIFVlByIUdF',$,$,$,(#911),#13536); +#13536= IFCLIBRARYREFERENCE($,$,'NatureCommandeFlux','Nature de la commande de flux d''un \S\il\S\iment qui pourrait \S\jtre inclus en tant que tel dans le terminal de ventilation.','fr-FR',$); -#6176= IFCRELASSOCIATESLIBRARY('03qZCetyTAsgdQXAcpNyid',$,$,$,(#924),#13537); -#13537= IFCLIBRARYREFERENCE($,$,'Fraction Of Motor Heat To Air Stream',$,'en',$); +#6169= IFCRELASSOCIATESLIBRARY('2QJ7tmMr9ASwH1rU_x9$IS',$,$,$,(#911),#13537); +#13537= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF52365FA15F625F0F\X0\','\X2\30BF30FC30DF30CA30EB306E69CB6210306E4E0090E8306830573066542B307E308C308B6D4191CF52365FA1306E5F625F0F\X0\\X\0D\X\0A\X2\FF0830C030F330D130FC300130D930ED30FC30BA3001712130572026FF09\X0\','ja-JP',$); -#6177= IFCRELASSOCIATESLIBRARY('2iREVS6C140Az58040yLJ1',$,$,$,(#924),#13538); -#13538= IFCLIBRARYREFERENCE($,$,'\X2\30E230FC30BF30FC639271B1\X0\','\X2\6D414F534E2D306B30E230FC30BF30FC767A71B1304C653E51FA3055308C308B58345408306B\X0\TRUE','ja-JP',$); +#6171= IFCRELASSOCIATESLIBRARY('01iONAkzD3jgNU_m1iLtjf',$,$,$,(#913),#13538); +#13538= IFCLIBRARYREFERENCE($,$,'Flow Pattern',$,'en',$); -#6178= IFCRELASSOCIATESLIBRARY('2g_1ojsOT20OEYCxeH0SzL',$,$,$,(#925),#13539); -#13539= IFCLIBRARYREFERENCE($,$,'Fraction Radiant Heat Transfer',$,'en',$); +#6172= IFCRELASSOCIATESLIBRARY('1s0S9Yj9fB1vwNX4qJAXVV',$,$,$,(#913),#13539); +#13539= IFCLIBRARYREFERENCE($,$,'FormeFlux','Forme du flux','fr-FR',$); -#6179= IFCRELASSOCIATESLIBRARY('1MFuSzc1rF$RONd6GjXfpn',$,$,$,(#925),#13540); -#13540= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0471B179FB52D530D530E930AF30B730E730F3\X0\','\X2\7DCF540871B179FB52D5306E5185653E5C0471B179FB52D53068307F306A3055308C308B90E85206\X0\','ja-JP',$); +#6173= IFCRELASSOCIATESLIBRARY('1yu6t50U57Jerl1mWy9wkT',$,$,$,(#913),#13540); +#13540= IFCLIBRARYREFERENCE($,$,'\X2\6D41308C7A2E985E\X0\','\X2\6D41308C7A2E985EFF0853584E0076F47DDA300181795F0F76F47DDA3001FF1465B954113001653E5C0472B63001\X0\SWIRL\X2\3001\X0\DISPLACEMENT\X2\3001\X0\COMPACT\X2\4ED6FF09\X0\','ja-JP',$); -#6180= IFCRELASSOCIATESLIBRARY('2mPd$MiZrDxv$LbPMYQU42',$,$,$,(#927),#13541); -#13541= IFCLIBRARYREFERENCE($,$,'Fragilit\S\dtsklasse','Angabe zur Zerbrechlichkeit des Materials (zum Beispiel unter Brandlast oder Ersch\S\|tterung) gem\S\d\S\_ der nationalen oder regionalen Normen.','de-DE',$); +#6174= IFCRELASSOCIATESLIBRARY('09kmHNFxTFsRZC4GNEF0VU',$,$,$,(#914),#13541); +#13541= IFCLIBRARYREFERENCE($,$,'Flowrate',$,'en',$); -#6181= IFCRELASSOCIATESLIBRARY('3$Mtyg4Yn3DPQjLKwCJ6c2',$,$,$,(#927),#13542); -#13542= IFCLIBRARYREFERENCE($,$,'Fragility Rating',$,'en',$); +#6175= IFCRELASSOCIATESLIBRARY('2nl72dzqz8yhhwIO6ehzfd',$,$,$,(#914),#13542); +#13542= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF\X0\','\X2\71C36599306E6D41901F3002\X0\','ja-JP',$); -#6182= IFCRELASSOCIATESLIBRARY('03ao3O5BD3pOtlKe0oEP97',$,$,$,(#927),#13543); -#13543= IFCLIBRARYREFERENCE($,$,'Fragilit\S\i','Indication de la fragilit\S\i du rev\S\jtement selon une classification nationale.','fr-FR',$); +#6176= IFCRELASSOCIATESLIBRARY('2sTiPVzz5DzhGUiU0Tf8gN',$,$,$,(#915),#13543); +#13543= IFCLIBRARYREFERENCE($,$,'Flowrate',$,'en',$); -#6183= IFCRELASSOCIATESLIBRARY('2Hh1OBxTr3kghqTAL9Xrms',$,$,$,(#927),#13544); -#13544= IFCLIBRARYREFERENCE($,$,'\X2\81065F3160277B497D1A\X0\','\X2\81065F3160277B497D1A30025F538A7256FD306E5EFA7BC96CD5898F306B3088308B3002\X0\','ja-JP',$); +#6177= IFCRELASSOCIATESLIBRARY('3Hmfnf1C9B5gbpviQpNaOQ',$,$,$,(#915),#13544); +#13544= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF\X0\','\X2\5B9F969B306E904B75286D4191CF\X0\','ja-JP',$); -#6184= IFCRELASSOCIATESLIBRARY('377mHLjYD2WuUIfBTie8u1',$,$,$,(#928),#13545); -#13545= IFCLIBRARYREFERENCE($,$,'Frame Depth',$,'en',$); +#6178= IFCRELASSOCIATESLIBRARY('19RjTS9aX4GflktK5CxuA5',$,$,$,(#916),#13545); +#13545= IFCLIBRARYREFERENCE($,$,'Flowrate Leakage',$,'en',$); -#6185= IFCRELASSOCIATESLIBRARY('0bBSRCUEL83PCG6wjxuF9w',$,$,$,(#929),#13546); -#13546= IFCLIBRARYREFERENCE($,$,'Frame Material',$,'en',$); +#6179= IFCRELASSOCIATESLIBRARY('2HK6rJbFT168_TxRoQGEyg',$,$,$,(#916),#13546); +#13546= IFCLIBRARYREFERENCE($,$,'\X2\6F0F6D296D4191CF\X0\','\X2\6F0F6D2991CF30685727529B5DEE306E95A24FC2\X0\','ja-JP',$); -#6186= IFCRELASSOCIATESLIBRARY('2lgRDC8yX6Ggj7IftwTJ3o',$,$,$,(#930),#13547); -#13547= IFCLIBRARYREFERENCE($,$,'Frame Size',$,'en',$); +#6180= IFCRELASSOCIATESLIBRARY('3t49sAVZ98VeIhNwPpN2V8',$,$,$,(#917),#13547); +#13547= IFCLIBRARYREFERENCE($,$,'Flow Rate Range',$,'en',$); -#6187= IFCRELASSOCIATESLIBRARY('02XxqiEMb72AiPolUEpX5o',$,$,$,(#930),#13548); -#13548= IFCLIBRARYREFERENCE($,$,'\X2\30D530EC30FC30E030B530A430BA\X0\','\X2\30D530EC30FC30E030B530A430BA306E610F5473304C5B9F969B306E5927304D305530928868793A305730663044308B306E304B3001898F683C88688A18306A306E304B309263075B9A3002\X0\','ja-JP',$); +#6181= IFCRELASSOCIATESLIBRARY('1NybN6_JbBQxeODtaijggZ',$,$,$,(#917),#13548); +#13548= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF7BC456F2\X0\','\X2\63075B9A3055308C305F62B56297306B5BFE3057306630DD30F330D73067304F307F4E0A305253EF80FD306A6D415BFE91CF306E8A315BB97BC456F2\X0\','ja-JP',$); -#6188= IFCRELASSOCIATESLIBRARY('0P$eF4R2nEWPMiLKkq4yI4',$,$,$,(#930),#13549); -#13549= IFCLIBRARYREFERENCE($,$,'\X2\D504B808C784\X0\ \X2\D06CAE30\X0\','\X2\D504B808C784\X0\ \X2\D06CAE30C758\X0\ \X2\C758BBF8AC00\X0\ \X2\C2E4C81C\X0\ \X2\D06CAE30B97C\X0\ \X2\D45CC2DCD558ACE0\X0\ \X2\C788B294C9C0\X0\, \X2\D45CC900\X0\ \X2\D45CAE30C778C9C0\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); +#6182= IFCRELASSOCIATESLIBRARY('2t0rl67En1ueg8UiQejUq1',$,$,$,(#918),#13549); +#13549= IFCLIBRARYREFERENCE($,$,'Flow Rate Range',$,'en',$); -#6189= IFCRELASSOCIATESLIBRARY('0_YPis6Hr1MAaXFyY_OsMB',$,$,$,(#931),#13550); -#13550= IFCLIBRARYREFERENCE($,$,'Frame Thickness',$,'en',$); +#6183= IFCRELASSOCIATESLIBRARY('3jTVaZ1FT7_BX2Hky_6ZQp',$,$,$,(#919),#13550); +#13550= IFCLIBRARYREFERENCE($,$,'Flow Rating',$,'en',$); -#6190= IFCRELASSOCIATESLIBRARY('3N7oGhnpPD69B0USlPanKU',$,$,$,(#932),#13551); -#13551= IFCLIBRARYREFERENCE($,$,'Frame Type',$,'en',$); +#6184= IFCRELASSOCIATESLIBRARY('3giGgZKVfCfg4pVvR545ij',$,$,$,(#919),#13551); +#13551= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF\X0\','\X2\5B9F969B306E63926C346D4191CF30003000FF10\X0\.00\X2\5024306F3053306E5024304CFF7EFF6FFF843055308C30663044306A3044305330683092610F54733059308B3000\X0\','ja-JP',$); -#6191= IFCRELASSOCIATESLIBRARY('1VgvADwwL4FQZMHcVWnUNU',$,$,$,(#933),#13552); -#13552= IFCLIBRARYREFERENCE($,$,'Freezing Point',$,'en',$); +#6185= IFCRELASSOCIATESLIBRARY('1HNdabTx5ED92UXLYng2sv',$,$,$,(#920),#13552); +#13552= IFCLIBRARYREFERENCE($,$,'Flow Resistance Range',$,'en',$); -#6192= IFCRELASSOCIATESLIBRARY('1gB8s5nyvAqB3NkC0Gsczw',$,$,$,(#934),#13553); -#13553= IFCLIBRARYREFERENCE($,$,'Frequency Response',$,'en',$); +#6186= IFCRELASSOCIATESLIBRARY('0G4MEhHFDFwxO0V0VfmZA9',$,$,$,(#920),#13553); +#13553= IFCLIBRARYREFERENCE($,$,'\X2\6D414F5362B56297306E7BC456F2\X0\','\X2\6D414F53309230DD30F330D73067304F307F4E0A3052308B969B306E646964E662B56297306E8A315BB97BC456F2\X0\','ja-JP',$); -#6193= IFCRELASSOCIATESLIBRARY('2t13_5ACH73Ra_x8mCLZE5',$,$,$,(#934),#13554); -#13554= IFCLIBRARYREFERENCE($,$,'\X2\54686CE265705FDC7B54\X0\','\X2\54686CE265707BC456F23067306E51FA529B3092793A30593002\X0\','ja-JP',$); +#6187= IFCRELASSOCIATESLIBRARY('0PdIbDLAzBsA5j2G26ouTa',$,$,$,(#921),#13554); +#13554= IFCLIBRARYREFERENCE($,$,'Fluid Flow Leakage',$,'en',$); -#6194= IFCRELASSOCIATESLIBRARY('2zc69D4354UPSAozCa8gAk',$,$,$,(#934),#13555); -#13555= IFCLIBRARYREFERENCE($,$,'\X2\C8FCD30CC218\X0\ \X2\C751B2F5\X0\','\X2\C8FCD30CC218\X0\ \X2\BC94C704C5D0C11C\X0\ \X2\CD9CB825C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#6188= IFCRELASSOCIATESLIBRARY('2QMUu8Ufb279dLf8dkqvhX',$,$,$,(#921),#13555); +#13555= IFCLIBRARYREFERENCE($,$,'\X2\6F0F308C91CF\X0\','\X2\4F537A4D6F0F308C6D4191CF\X0\','ja-JP',$); -#6195= IFCRELASSOCIATESLIBRARY('0FE9HwJ9DC6gICuSfTrp5j',$,$,$,(#937),#13556); -#13556= IFCLIBRARYREFERENCE($,$,'Friction Heat Gain',$,'en',$); +#6189= IFCRELASSOCIATESLIBRARY('37vx3MrCX3muWbopE5qzLa',$,$,$,(#922),#13556); +#13556= IFCLIBRARYREFERENCE($,$,'Fluid Flow Leakage',$,'en',$); -#6196= IFCRELASSOCIATESLIBRARY('0Jr$kD92DBme47EFbYW5TG',$,$,$,(#937),#13557); -#13557= IFCLIBRARYREFERENCE($,$,'GainThermiqueFriction','Gain thermique par friction.','fr-FR',$); +#6190= IFCRELASSOCIATESLIBRARY('1aSP4JUOz2wwpfP40x2qxD',$,$,$,(#922),#13557); +#13557= IFCLIBRARYREFERENCE($,$,'\X2\6D414F536F0F6D2991CF\X0\','\X2\6F0F6D2991CF\X0\','ja-JP',$); -#6197= IFCRELASSOCIATESLIBRARY('3SEaVL9DfCzPaG4M4yGkwp',$,$,$,(#938),#13558); -#13558= IFCLIBRARYREFERENCE($,$,'Friction Loss',$,'en',$); +#6191= IFCRELASSOCIATESLIBRARY('0BH3SdxbPFChlRI4U4LT_U',$,$,$,(#923),#13558); +#13558= IFCLIBRARYREFERENCE($,$,'Fluid Pressure Range',$,'en',$); -#6198= IFCRELASSOCIATESLIBRARY('1DtbiLRnz8hf1lvEulMeIM',$,$,$,(#938),#13559); -#13559= IFCLIBRARYREFERENCE($,$,'\X2\646964E6640D5931\X0\','\X2\53584F4D957730553042305F308A306E5727529B640D5931FF088A086E2C3057305F5727529B640D5931\X0\/\X2\30C030AF30C895773055FF093002\X0\','ja-JP',$); +#6192= IFCRELASSOCIATESLIBRARY('3wBQctppD0POfAtWGmkusE',$,$,$,(#923),#13559); +#13559= IFCLIBRARYREFERENCE($,$,'PlagePressionFluide','Plage de pression hydraulique fonctionnelle admissible dans le tube.','fr-FR',$); -#6199= IFCRELASSOCIATESLIBRARY('2beOJv9Zv6$PlWUlj$vuhW',$,$,$,(#938),#13560); -#13560= IFCLIBRARYREFERENCE($,$,'\X2\B9C8CC30\X0\ \X2\C18CC2E4\X0\','\X2\B2E8C704\X0\ \X2\AE38C774\X0\ \X2\B2F9\X0\ \X2\C555B825\X0\ \X2\C190C2E4\X0\ (\X2\CE21C815\X0\ \X2\C555B825\X0\ \X2\C190C2E4\X0\ / \X2\B355D2B8\X0\ \X2\AE38C774\X0\).','ko-KR',$); +#6193= IFCRELASSOCIATESLIBRARY('2qpxiPjx5D$PsQbeqwltkc',$,$,$,(#924),#13560); +#13560= IFCLIBRARYREFERENCE($,$,'Flushing Rate',$,'en',$); -#6200= IFCRELASSOCIATESLIBRARY('2SFBsQs21DLR9_OpPU1Ox$',$,$,$,(#939),#13561); -#13561= IFCLIBRARYREFERENCE($,$,'Fuel',$,'en',$); +#6194= IFCRELASSOCIATESLIBRARY('3d7c6FOVPEBPUJcFZ6jocJ',$,$,$,(#924),#13561); +#13561= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930C330B730E57387\X0\','\X2\4E8830816C7A30813089308C305F6D413055308C308B6C3491CF\X0\','ja-JP',$); -#6201= IFCRELASSOCIATESLIBRARY('1E4qj9iHnEdhw8ChmrH7C8',$,$,$,(#939),#13562); -#13562= IFCLIBRARYREFERENCE($,$,'\X2\C5F0B8CC\X0\ \X2\C18CBE44B7C9\X0\','\X2\D2B9C815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548C758\X0\ \X2\C5F0B8CC\X0\ \X2\C18CBE44\X0\.','ko-KR',$); +#6195= IFCRELASSOCIATESLIBRARY('0cjF4quePF7hvgL10EkIGG',$,$,$,(#925),#13562); +#13562= IFCLIBRARYREFERENCE($,$,'Flush Rate',$,'en',$); -#6202= IFCRELASSOCIATESLIBRARY('27RMFw7pn1TRj7I5k1qEev',$,$,$,(#940),#13563); -#13563= IFCLIBRARYREFERENCE($,$,'Full Load Ratio',$,'en',$); +#6196= IFCRELASSOCIATESLIBRARY('1PTILGzij3ih0N551bl0jX',$,$,$,(#925),#13563); +#13563= IFCLIBRARYREFERENCE($,$,'\X2\30D530E930C330B730E530EC30FC30C8\X0\','\X2\540430D530E930C330B730E530674F7F75283055308C308B6C3491CF306E67005C0F50243068670059275024300253584E0030D530E930C330B730E5304C4F7F75283055308C30663044308B5834540830014E0A4E0B96505024306F540C3058300230C730E530A230EB30D530E930C330B730E530C830A430EC306B306430443066306F30014E0B9650304C4F4E304430D530E930C330B730E530EC30FC30C830014E0A9650306B5927304D304430D530E930C330B730E5738730924F7F75283059308B300230533053306730016D176D44306F30D530E930C330B730E530D030EB30D63092901A3057305F6C34306E6C3457273092752830443066905462103055308C308B306E3067300130D530E930C330B730E530EC30FC30C8306830D530E930C330B730E530D030EB30D6306E4E0A4E0B9650502430687B493057304F306A3051308C3070306A308A307E305B3093FF0895A2902330D030EB30D630D730ED30D130C630A330BB30C330C8309253C2716730573066304F306030553044FF093002307E305F30013053306E58345408306B306F300130D530E930C330B730E530EC30FC30C8306E30D730ED30D130C630A330928A2D5B9A3057306A3044300230D530E930C330B730E530D030EB30D6306E30D530E930C330B730E530EC30FC30C8309253C271673002\X0\','ja-JP',$); -#6203= IFCRELASSOCIATESLIBRARY('2BO9_$QsDEwR68pW5G_E6n',$,$,$,(#940),#13564); -#13564= IFCLIBRARYREFERENCE($,$,'CoefficientChargeTotale','Rapport entre puissance actuelle sur la puissance \S\` pleine charge, comme fonction quadratique de la charge partielle, \S\` une temp\S\irature de condensation et une temp\S\irature d''\S\ivaporation donn\S\ie, FracFullLoadPower = f (RapportChargePartielle).','fr-FR',$); +#6198= IFCRELASSOCIATESLIBRARY('3YDosHKoPA4Aw1HSuOnD9n',$,$,$,(#926),#13564); +#13564= IFCLIBRARYREFERENCE($,$,'Flush Type',$,'en',$); -#6204= IFCRELASSOCIATESLIBRARY('1OvBxrS9v5hAat8sr8lye8',$,$,$,(#941),#13565); -#13565= IFCLIBRARYREFERENCE($,$,'Full Load Ratio Curve',$,'en',$); +#6199= IFCRELASSOCIATESLIBRARY('2kqyTUonj8Ox4V9SqLtSwG',$,$,$,(#926),#13565); +#13565= IFCLIBRARYREFERENCE($,$,'\X2\30BF30A430D730D530E930C330B730E5\X0\','\X2\521763193059308B30D730ED30D130C630A3306F\X0\Pset_FlushTypeEnum\X2\3067306F8CAF6C3469FD3084885B751F914D7BA1306E914D7F6E306B3088308B300130D530E930C330B730E530E130AB30CB30BA30E0306E30BF30A430D730925B9A7FA93059308BFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30EC30D030FC5F0FFF1A6D176D446C34306F300130EC30D030FC3092306D3058308B30533068306B3088306330668CAF6C3430BF30F330AF304B3089885B751F914D7BA1306B306E62405B9A306E6D4191CF30926D4130593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F1530635F35308A5F0FFF1A6D176D446C34306F300130CF30F330C930EB307E305F306F30CE30D63092578276F465B95411306B5F15304F30533068306B3088306330668CAF6C3430BF30F330AF304B3089885B751F914D7BA1306B306E62405B9A306E6D4191CF30926D4130593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\62BC305730DC30BF30F35F0FFF1A6D176D446C34306F300130DC30BF30F3304B30D730EC30FC30C8309262BC305930533068306B3088306330668CAF6C3430BF30F330AF304B3089885B751F914D7BA1306B306E62405B9A306E6D4191CF30926D4130593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30BB30F330B530FC5F0FFF1A6D176D446C34306F300181EA52D5691C51FA6A5F69CB30924ECB305730664F5C52D53059308B3002\X0\','ja-JP',$); -#6205= IFCRELASSOCIATESLIBRARY('0mX9ENo3938wJq5RCepo3Q',$,$,$,(#941),#13566); -#13566= IFCLIBRARYREFERENCE($,$,'CourbeFonctionnementPleineCharge','Rapport entre la puissance instantan\S\ie et la puissance \S\` pleine charge comme fonction quadratique de charge partielle, pour une certaine temp\S\irature de condensation et une temp\S\irature d''\S\ivaporation, FracFullLoadPower= f (CoefficientChargePartielle)','fr-FR',$); +#6200= IFCRELASSOCIATESLIBRARY('0$ppBpYWDBouyeUgWWpm1_',$,$,$,(#927),#13566); +#13566= IFCLIBRARYREFERENCE($,$,'Force',$,'en',$); -#6207= IFCRELASSOCIATESLIBRARY('1ObeEpi3TEuOKVtxDUYyLl',$,$,$,(#943),#13567); -#13567= IFCLIBRARYREFERENCE($,$,'Function',$,'en',$); +#6201= IFCRELASSOCIATESLIBRARY('1KA9H3Zob1hAxmpqHISOgX',$,$,$,(#927),#13567); +#13567= IFCLIBRARYREFERENCE($,$,'\X2\6700592763A8529B\X0\','\X2\30A230AF30C130E530A830FC30BF306E670059277DE030815207308A529B3092793A30593002\X0\','ja-JP',$); -#6208= IFCRELASSOCIATESLIBRARY('0Jw0sn3Ev9IgLZTclPdE0A',$,$,$,(#943),#13568); -#13568= IFCLIBRARYREFERENCE($,$,'\X2\6A5F80FD\X0\','\X2\5C0E4F53306E6A5F80FD306E30BF30A430D73002\X0\','ja-JP',$); +#6202= IFCRELASSOCIATESLIBRARY('1kz6LforfFeem15dWUz195',$,$,$,(#927),#13568); +#13568= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300CD94B825\X0\','\X2\C561CE04C5D0C774D130C758\X0\ \X2\CD5CB300\X0\ \X2\B9C8AC10\X0\ \X2\D798C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#6209= IFCRELASSOCIATESLIBRARY('2mhdUTP$LDfB1aCXZlcdNd',$,$,$,(#943),#13569); -#13569= IFCLIBRARYREFERENCE($,$,'\X2\AE30B2A5\X0\','\X2\B3C4CCB4C758\X0\ \X2\AE30B2A5\X0\ \X2\C720D615\X0\.','ko-KR',$); +#6204= IFCRELASSOCIATESLIBRARY('3$nwr0kDTCZODl39PZiDtM',$,$,$,(#929),#13569); +#13569= IFCLIBRARYREFERENCE($,$,'Form Stripping Strength',$,'en',$); -#6210= IFCRELASSOCIATESLIBRARY('2cvDm47af3quilw7I_RBwW',$,$,$,(#944),#13570); -#13570= IFCLIBRARYREFERENCE($,$,'Functional Unit Reference',$,'en',$); +#6205= IFCRELASSOCIATESLIBRARY('3V8kVOk5LDwuOqM4aIsz0o',$,$,$,(#929),#13570); +#13570= IFCLIBRARYREFERENCE($,$,'\X2\8131578B5F375EA6\X0\','\X2\8131578B6642306B304A3051308B30B330F330AF30EA30FC30C8306E67005C0F5FC5898157277E2E5F375EA63002\X0\','ja-JP',$); -#6211= IFCRELASSOCIATESLIBRARY('06b9U0XgH0kgG6qcU8JjnN',$,$,$,(#944),#13571); -#13571= IFCLIBRARYREFERENCE($,$,'ReferenceUniteFonctionnelle','R\S\if\S\irence \S\` une base de donn\S\ies ou \S\` une classification [NDT : r\S\if\S\irence, par exemple, \S\` l''identification d''un produit dans la base INIES]','fr-FR',$); +#6206= IFCRELASSOCIATESLIBRARY('0hNvG$9UPBpursvimvDV9o',$,$,$,(#930),#13571); +#13571= IFCLIBRARYREFERENCE($,$,'Fouling Factor',$,'en',$); -#6212= IFCRELASSOCIATESLIBRARY('1rBcCw5cjBX9HdyvHcJp5L',$,$,$,(#944),#13572); -#13572= IFCLIBRARYREFERENCE($,$,'\X2\6A5F80FD53584F4D53C27167\X0\','\X2\30C730FC30BF30D930FC30B9308430AF30E930B93078306E53C271673002\X0\','ja-JP',$); +#6207= IFCRELASSOCIATESLIBRARY('1dncV$s394cebSaXU6Mx_E',$,$,$,(#930),#13572); +#13572= IFCLIBRARYREFERENCE($,$,'\X2\6C5A308C4FC26570\X0\','\X2\30C130E530FC30D6675F306E30C130E530FC30D66C5A308C4FC26570\X0\','ja-JP',$); -#6213= IFCRELASSOCIATESLIBRARY('2R76saNtfCuRVpwli_dBr2',$,$,$,(#944),#13573); -#13573= IFCLIBRARYREFERENCE($,$,'\X2\AE30B2A5B2E8C704CC38C870\X0\','\X2\B370C774D130BCA0C774C2A4\X0\ \X2\B610B294\X0\ \X2\BD84B958C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\','ko-KR',$); +#6209= IFCRELASSOCIATESLIBRARY('1_7Ipi1ETBvBVHh21oiTTR',$,$,$,(#931),#13573); +#13573= IFCLIBRARYREFERENCE($,$,'Fountain Type',$,'en',$); -#6214= IFCRELASSOCIATESLIBRARY('0URLrcqe9FWgN9lWyL7Z9F',$,$,$,(#945),#13574); -#13574= IFCLIBRARYREFERENCE($,$,'Function Reliable',$,'en',$); +#6210= IFCRELASSOCIATESLIBRARY('3O8vW9n9j43QuCGRbLPF8F',$,$,$,(#931),#13574); +#13574= IFCLIBRARYREFERENCE($,$,'\X2\56746C3430BF30A430D7\X0\','\X2\56746C3430BF30A430D7306E9078629EFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB98F275286C34FF1A98F275286C3430924F4E572730674F9B7D663059308B305F3081306E885B751F56685177\X0\\X\0D\X\0A\X2\30FB6D17773C5668FF1A5EC36C345668517730673001901A5E38306F500B4F53306E7C925B50304B5371967A306A6DB24F53306B3088308B773C3078306E969C5BB3306E5371967A304C3042308B4F5C696D58346240306B8A2D7F6E3055308C30014F7F75288005306F305D308C3089306B89E6308C305A306B76EE30926D17304630533068304C3067304D308B3002\X0\','ja-JP',$); -#6215= IFCRELASSOCIATESLIBRARY('3rcWaEa4jERfwAxtJkemgV',$,$,$,(#945),#13575); -#13575= IFCLIBRARYREFERENCE($,$,'\X2\4FE1983C6027306E3042308B6A5F80FD\X0\','\X2\30B130FC30D630EB30846BCD7DDA304C4E0E30483089308C305F66429593306867614EF6306E4E2D3067898F5B9A3055308C308B6A5F80FD300160278CEA30927DAD63013059308B3053306830023053308C306F\X0\IEC\X2\57FA6E96306B3088308B3002\X0\','ja-JP',$); +#6211= IFCRELASSOCIATESLIBRARY('1XwCNtVwX8LBhVodm7cxWA',$,$,$,(#932),#13575); +#13575= IFCLIBRARYREFERENCE($,$,'Fraction Convective Heat Transfer',$,'en',$); -#6216= IFCRELASSOCIATESLIBRARY('2lfeGZ1JP3KBf3GVLVmAi7',$,$,$,(#945),#13576); -#13576= IFCLIBRARYREFERENCE($,$,'\X2\C2E0B8B0D560\X0\ \X2\C218C788B294\X0\ \X2\AE30B2A5\X0\','\X2\CF00C774BE14\X0\ \X2\BC0F\X0\ \X2\BAA8C120\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\C2DCAC04ACFC\X0\ \X2\C870AC74C5D0C11C\X0\ \X2\ADDCC815D558B294\X0\ \X2\AE30B2A5\X0\, \X2\C131C9C8C744\X0\ \X2\C720C9C0D55CB2E4\X0\. \X2\C774AC83C740\X0\ IEC \X2\AE30C900C5D0\X0\ \X2\C758D55CB2E4\X0\.','ko-KR',$); +#6212= IFCRELASSOCIATESLIBRARY('1VIieZuL587fJxTqLiNx9_',$,$,$,(#932),#13576); +#13576= IFCLIBRARYREFERENCE($,$,'\X2\5BFE6D4171B179FB52D530D530E930AF30B730E730F3\X0\','\X2\7DCF540871B179FB52D5306E51855BFE6D415C0471B179FB52D53068307F306A3055308C308B90E85206\X0\','ja-JP',$); -#6217= IFCRELASSOCIATESLIBRARY('1lw$9FJwz1c8yRGgJUyyVW',$,$,$,(#946),#13577); -#13577= IFCLIBRARYREFERENCE($,$,'Function Reliable',$,'en',$); +#6213= IFCRELASSOCIATESLIBRARY('2ot5DD_21FIQZmvPwwby6q',$,$,$,(#933),#13577); +#13577= IFCLIBRARYREFERENCE($,$,'Fraction Of Motor Heat To Air Stream',$,'en',$); -#6218= IFCRELASSOCIATESLIBRARY('0ldcO7vbb1HBx7CeH1MUwC',$,$,$,(#946),#13578); -#13578= IFCLIBRARYREFERENCE($,$,'\X2\6A5F80FD4FE1983C6027\X0\','\X2\30B330A2306E7DAD6301306F72795B9AFF0830C630B930C8FF09306E66429593306867614EF6306730D730ED30D130C630A3\X0\/\X2\95A26570309263075B9A3059308B30026A196E964F1A8B70FF08\X0\IEC\X2\FF09898F683C306B6E9662E03002\X0\','ja-JP',$); +#6214= IFCRELASSOCIATESLIBRARY('1DYZotMgvApgLAsnHF4s4o',$,$,$,(#933),#13578); +#13578= IFCLIBRARYREFERENCE($,$,'\X2\30E230FC30BF30FC639271B1\X0\','\X2\6D414F534E2D306B30E230FC30BF30FC767A71B1304C653E51FA3055308C308B58345408306B\X0\TRUE','ja-JP',$); -#6219= IFCRELASSOCIATESLIBRARY('3fK$EAppzDBBnxu8a$HTqh',$,$,$,(#946),#13579); -#13579= IFCLIBRARYREFERENCE($,$,'\X2\AE30B2A5\X0\ \X2\C2E0B8B0C131\X0\','\X2\D575C2EC\X0\ \X2\C815BE44B294\X0\ \X2\D2B9C815\X0\ (\X2\D14CC2A4D2B8\X0\) \X2\C2DCAC04ACFC\X0\ \X2\C870AC74C758\X0\ \X2\C18DC131\X0\ / \X2\D568C218B97C\X0\ \X2\C9C0C815D55CB2E4\X0\. \X2\D45CC900\X0\ \X2\D68CC758\X0\ (IEC) \X2\ADDCACA9C744\X0\ \X2\C900C218D569B2C8B2E4\X0\.','ko-KR',$); +#6215= IFCRELASSOCIATESLIBRARY('1gkc0wW3rDkRebgkGzJ3_q',$,$,$,(#934),#13579); +#13579= IFCLIBRARYREFERENCE($,$,'Fraction Radiant Heat Transfer',$,'en',$); -#6221= IFCRELASSOCIATESLIBRARY('01Kl4nIob9H8TqqDFaCNI5',$,$,$,(#948),#13580); -#13580= IFCLIBRARYREFERENCE($,$,'Furniture Panel Type',$,'en',$); +#6216= IFCRELASSOCIATESLIBRARY('2w1iTwqQL6mP7F1J1x0qfj',$,$,$,(#934),#13580); +#13580= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0471B179FB52D530D530E930AF30B730E730F3\X0\','\X2\7DCF540871B179FB52D5306E5185653E5C0471B179FB52D53068307F306A3055308C308B90E85206\X0\','ja-JP',$); -#6223= IFCRELASSOCIATESLIBRARY('3Nt_z_JC5FJfO8kscdT4_d',$,$,$,(#949),#13581); -#13581= IFCLIBRARYREFERENCE($,$,'Fuse Disconnector Type',$,'en',$); +#6217= IFCRELASSOCIATESLIBRARY('2oWtdarjr0oPjR2snwKG7p',$,$,$,(#936),#13581); +#13581= IFCLIBRARYREFERENCE($,$,'Fragilit\S\dtsklasse','Angabe zur Zerbrechlichkeit des Materials (zum Beispiel unter Brandlast oder Ersch\S\|tterung) gem\S\d\S\_ der nationalen oder regionalen Normen.','de-DE',$); -#6224= IFCRELASSOCIATESLIBRARY('1Vrv5bA61B9fyys6sn3MrB',$,$,$,(#949),#13582); -#13582= IFCLIBRARYREFERENCE($,$,'\X2\30D230E530FC30BA906E65AD6A5F306E30BF30A430D7\X0\','\X2\81EA5BB67528767A96FB9023643A5074FF1A30E230FC30BF3084767A96FB6A5F306E4FDD8B77306E305F3081306B8A2D8A083055308C30663044308B30D230E530FC30BA3002\X0\\X\0D\X\0A \X2\57307D614FDD8B7788C57F6EFF1A3053308C306730D230E530FC30BA30EA30F330AF307E305F306F30D230E530FC30BA30EA30F330AF30D230E530FC30BA30AD30E330EA30A2306F300153EF52D563A570B930925F6262103059308B30B930A430C330C165AD8DEF56683001\X0\\X\0D\X\0A HRC\X2\FF1A6A196E9630D230E530FC30BAFF089AD8902352D5783458CA5BB991CFFF09\X0\\X\0D\X\0A \X2\6F0F96FB4FDD8B7788C57F6EFF1A96FB6C177684306B7834640D3057306656DE8DEF306E52D54F5C67614EF6306F3001904E96FB6D41304C767A751F3059308B96FB6E903092520765AD88C57F6E\X0\\X\0D\X\0A \X2\6B2076F84FDD8B774ED8FF1A305D306E72796027309251774F537684306B\X0\sem\X2\304C82AF30C730D030A430B9306E4FDD8B77306E305F3081306B8A2D8A083055308C30663044308B30D230E530FC30BA3002\X0\\X\0D\X\0A \X2\8907540830D230E530FC30BA4FDD8B7788C57F6EFF1A305D306E5185306E\X0\1\X2\3064307E305F306F89076570306E6975306F30018907540830E630CB30C330C8306B76F45217306B30D230E530FC30BA30926301306330663044308B30B930A430C330C165AD8DEF56683002\X0\','ja-JP',$); +#6218= IFCRELASSOCIATESLIBRARY('0z_9niLTf6$uTE4kCFh2M_',$,$,$,(#936),#13582); +#13582= IFCLIBRARYREFERENCE($,$,'Fragility Rating',$,'en',$); -#6225= IFCRELASSOCIATESLIBRARY('1DI2R2tZPC2eXcx3AWLYk9',$,$,$,(#949),#13583); -#13583= IFCLIBRARYREFERENCE($,$,'\X2\D4E8C988CC28B2E8AE30\X0\ \X2\C720D615\X0\','\X2\C790AC00C6A9\X0\ \X2\BC1CC804\X0\ \X2\C5F0ACC4\X0\ \X2\CE21BA74\X0\ : \X2\BAA8D130\X0\ \X2\BC0F\X0\ \X2\BC1CC804AE30\X0\ \X2\BCF4D638B97C\X0\ \X2\C704D574\X0\ \X2\B514C790C778B418B294\X0\ \X2\D4E8C988\X0\. \X2\C9C0B77D\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58\X0\ : \X2\C774C81C\X0\ \X2\D4E8C988\X0\ \X2\B9C1D06C\X0\ \X2\B610B294\X0\ \X2\D4E8C988\X0\ \X2\B9C1D06C\X0\ \X2\D4E8C988\X0\ \X2\CE90B9ACC5B4B294\X0\ \X2\AC00B3D9\X0\ \X2\C811C810C744\X0\ \X2\D615C131D558B294\X0\ \X2\C2A4C704CE58\X0\ \X2\B2E8B85CAE30\X0\, HRC : \X2\D45CC900\X0\ \X2\D4E8C988\X0\ (\X2\B192C774\X0\ \X2\C5F0B3D9\X0\ \X2\D30CAD34\X0\ \X2\C6A9B7C9\X0\) \X2\B204C804\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58\X0\ : \X2\C804AE30\X0\ \X2\C190C0C1\X0\ \X2\D68CB85CC758\X0\ \X2\B3D9C791\X0\ \X2\C870AC74C740\X0\ \X2\ACFCC804B958AC00\X0\ \X2\BC1CC0DDD558B294\X0\ \X2\C804C6D0C744\X0\ \X2\CC28B2E8\X0\ \X2\C7A5CE58\X0\ \X2\ACB0C0C1\X0\ \X2\BCF4D638\X0\ \X2\BD80CC29\X0\ : \X2\ADF8\X0\ \X2\D2B9C131C744\X0\ \X2\AD6CCCB4C801C73CB85C\X0\ sem\X2\C774\X0\ \X2\C2EC\X0\ \X2\C7A5CE58\X0\ \X2\BCF4D638B97C\X0\ \X2\C704D574\X0\ \X2\B514C790C778B418B294\X0\ \X2\D4E8C988\X0\. \X2\BCF5D569\X0\ \X2\D4E8C988\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58\X0\ : \X2\C5B4B5A4\X0\ \X2\D55C\X0\ \X2\AC1C\X0\ \X2\C774C0C1C758\X0\ \X2\C804ADF9C740\X0\ \X2\BCF5D569\X0\ \X2\C720B2DBC5D0\X0\ \X2\C9C1B82CB85C\X0\ \X2\D4E8C988B97C\X0\ \X2\AC00C9C0ACE0C788B294\X0\ \X2\C2A4C704CE58\X0\ \X2\B2E8B85CAE30\X0\.','ko-KR',$); +#6219= IFCRELASSOCIATESLIBRARY('3MOiYYVjz5v8yD5kWhJrNZ',$,$,$,(#936),#13583); +#13583= IFCLIBRARYREFERENCE($,$,'Fragilit\S\i','Indication de la fragilit\S\i du rev\S\jtement selon une classification nationale.','fr-FR',$); -#6226= IFCRELASSOCIATESLIBRARY('1b3UGpiHH5iQTue2feFITY',$,$,$,(#950),#13584); -#13584= IFCLIBRARYREFERENCE($,$,'Fusible Link Temperature',$,'en',$); +#6220= IFCRELASSOCIATESLIBRARY('0cRQ1Q27v0aPybb7i784c1',$,$,$,(#936),#13584); +#13584= IFCLIBRARYREFERENCE($,$,'\X2\81065F3160277B497D1A\X0\','\X2\81065F3160277B497D1A30025F538A7256FD306E5EFA7BC96CD5898F306B3088308B3002\X0\','ja-JP',$); -#6227= IFCRELASSOCIATESLIBRARY('0c30FkkZ155fqjOzh2TV3p',$,$,$,(#951),#13585); -#13585= IFCLIBRARYREFERENCE($,$,'Fusible Link Temperature',$,'en',$); +#6221= IFCRELASSOCIATESLIBRARY('171Jof8cT74gslhkSzmOY5',$,$,$,(#937),#13585); +#13585= IFCLIBRARYREFERENCE($,$,'Frame Depth',$,'en',$); -#6228= IFCRELASSOCIATESLIBRARY('0ov4s06kr1evi$SLU4Oh0F',$,$,$,(#954),#13586); -#13586= IFCLIBRARYREFERENCE($,$,'Gas Detected',$,'en',$); +#6222= IFCRELASSOCIATESLIBRARY('2iVODD0pn69BU1lXVCr2F$',$,$,$,(#938),#13586); +#13586= IFCLIBRARYREFERENCE($,$,'Frame Material',$,'en',$); -#6229= IFCRELASSOCIATESLIBRARY('2IciScK6f1cAtgRq18aGZI',$,$,$,(#954),#13587); -#13587= IFCLIBRARYREFERENCE($,$,'\X2\5BFE8C6130AC30B9\X0\','\X2\691C51FA3055308C30663044308B30AC30B9306E8B5852253002\X0\','ja-JP',$); +#6223= IFCRELASSOCIATESLIBRARY('1EX9$mF5XFyuy8gp64gJFB',$,$,$,(#939),#13587); +#13587= IFCLIBRARYREFERENCE($,$,'Frame Size',$,'en',$); -#6230= IFCRELASSOCIATESLIBRARY('3_86SJX7LEDv_zEyywMRJh',$,$,$,(#955),#13588); -#13588= IFCLIBRARYREFERENCE($,$,'Gas Pressure',$,'en',$); +#6224= IFCRELASSOCIATESLIBRARY('2gEXQUxj9EVOYPxkARO8$R',$,$,$,(#939),#13588); +#13588= IFCLIBRARYREFERENCE($,$,'\X2\30D530EC30FC30E030B530A430BA\X0\','\X2\30D530EC30FC30E030B530A430BA306E610F5473304C5B9F969B306E5927304D305530928868793A305730663044308B306E304B3001898F683C88688A18306A306E304B309263075B9A3002\X0\','ja-JP',$); -#6232= IFCRELASSOCIATESLIBRARY('0ubtDz8BH0PBfY2mJjx$S$',$,$,$,(#957),#13589); -#13589= IFCLIBRARYREFERENCE($,$,'Gas Type',$,'en',$); +#6225= IFCRELASSOCIATESLIBRARY('1Uprsx5FvDBB5GwxUtFgKa',$,$,$,(#939),#13589); +#13589= IFCLIBRARYREFERENCE($,$,'\X2\D504B808C784\X0\ \X2\D06CAE30\X0\','\X2\D504B808C784\X0\ \X2\D06CAE30C758\X0\ \X2\C758BBF8AC00\X0\ \X2\C2E4C81C\X0\ \X2\D06CAE30B97C\X0\ \X2\D45CC2DCD558ACE0\X0\ \X2\C788B294C9C0\X0\, \X2\D45CC900\X0\ \X2\D45CAE30C778C9C0\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); -#6233= IFCRELASSOCIATESLIBRARY('0wIUzNXqv8Oe_nW93XX9O2',$,$,$,(#964),#13590); -#13590= IFCLIBRARYREFERENCE($,$,'German-name-6','German-description-6','de-DE',$); +#6226= IFCRELASSOCIATESLIBRARY('0XqrUOymH5VRinlPoTBeaE',$,$,$,(#940),#13590); +#13590= IFCLIBRARYREFERENCE($,$,'Frame Thickness',$,'en',$); -#6234= IFCRELASSOCIATESLIBRARY('3esdBw6ub2YfDdGuvcdMq$',$,$,$,(#964),#13591); -#13591= IFCLIBRARYREFERENCE($,$,'Glass Color',$,'en',$); +#6227= IFCRELASSOCIATESLIBRARY('1ogMs4tmfCphrPEX_nWQup',$,$,$,(#941),#13591); +#13591= IFCLIBRARYREFERENCE($,$,'Frame Type',$,'en',$); -#6235= IFCRELASSOCIATESLIBRARY('1mXBg3tFrEj86hht4VGtIu',$,$,$,(#964),#13592); -#13592= IFCLIBRARYREFERENCE($,$,'CouleurVitrage','Choix de la couleur (teinte) du vitrage. Donn\S\i \S\` titre informatif seulement.','fr-FR',$); +#6228= IFCRELASSOCIATESLIBRARY('3Osua5dwfAeBtjca66Rmrg',$,$,$,(#942),#13592); +#13592= IFCLIBRARYREFERENCE($,$,'Freezing Point',$,'en',$); -#6236= IFCRELASSOCIATESLIBRARY('1OXhk_a653OOiLBgQ5AAxp',$,$,$,(#964),#13593); -#13593= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B98272\X0\','\X2\30AC30E930B9306E82725408304430023053308C306F60C5583176EE76845C027528306B63D04F9B3055308C308B3002\X0\','ja-JP',$); +#6229= IFCRELASSOCIATESLIBRARY('0GC7vWaVT0jw3JKH26USbf',$,$,$,(#943),#13593); +#13593= IFCLIBRARYREFERENCE($,$,'Frequency Response',$,'en',$); -#6237= IFCRELASSOCIATESLIBRARY('3atZfumazAvBiWJj1pqY87',$,$,$,(#964),#13594); -#13594= IFCLIBRARYREFERENCE($,$,'\X2\73BB7483989C8272\X0\','\X2\73BB7483FF088D34819CFF097684989C827230024EC54F9B53C280033002\X0\','zh-CN',$); +#6230= IFCRELASSOCIATESLIBRARY('2jYhHZx5595wk332o71GFs',$,$,$,(#943),#13594); +#13594= IFCLIBRARYREFERENCE($,$,'\X2\54686CE265705FDC7B54\X0\','\X2\54686CE265707BC456F23067306E51FA529B3092793A30593002\X0\','ja-JP',$); -#6238= IFCRELASSOCIATESLIBRARY('308tMcXlb1cxT136unIR_7',$,$,$,(#965),#13595); -#13595= IFCLIBRARYREFERENCE($,$,'German-name-1','German-description-1','de-DE',$); +#6231= IFCRELASSOCIATESLIBRARY('39_PcfUBPCN9pAYcW4Fe7z',$,$,$,(#943),#13595); +#13595= IFCLIBRARYREFERENCE($,$,'\X2\C8FCD30CC218\X0\ \X2\C751B2F5\X0\','\X2\C8FCD30CC218\X0\ \X2\BC94C704C5D0C11C\X0\ \X2\CD9CB825C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#6239= IFCRELASSOCIATESLIBRARY('1NjdCuWoH5pOn6kthGKbQv',$,$,$,(#965),#13596); -#13596= IFCLIBRARYREFERENCE($,$,'Glass Layers',$,'en',$); +#6232= IFCRELASSOCIATESLIBRARY('0QJGuh4HjB7OYz6jlcVaRW',$,$,$,(#946),#13596); +#13596= IFCLIBRARYREFERENCE($,$,'Friction Heat Gain',$,'en',$); -#6240= IFCRELASSOCIATESLIBRARY('0qFFkg3395AxgslwjPNdqi',$,$,$,(#965),#13597); -#13597= IFCLIBRARYREFERENCE($,$,'NombreVitrages','Nombre de couches de verre dans le cadre. Exemple : 2 pour le double vitrage.','fr-FR',$); +#6233= IFCRELASSOCIATESLIBRARY('08pCIUm9f6XxMp3P2qGm6g',$,$,$,(#946),#13597); +#13597= IFCLIBRARYREFERENCE($,$,'GainThermiqueFriction','Gain thermique par friction.','fr-FR',$); -#6241= IFCRELASSOCIATESLIBRARY('2htRTiQn175wqTy4OF8Ftj',$,$,$,(#965),#13598); -#13598= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B9679A6570\X0\','\X2\30AC30E930B9306E679A657030024F8BFF1A\X0\"2"\X2\306F30DA30A230AC30E930B93002\X0\','ja-JP',$); +#6234= IFCRELASSOCIATESLIBRARY('1krAeF8PXF18GVY7mNWxBx',$,$,$,(#947),#13598); +#13598= IFCLIBRARYREFERENCE($,$,'Friction Loss',$,'en',$); -#6242= IFCRELASSOCIATESLIBRARY('04GMN3$$z6yh2U4uaH9t7z',$,$,$,(#965),#13599); -#13599= IFCLIBRARYREFERENCE($,$,'\X2\73BB74835C426570\X0\','\X2\6846518573BB748376845C42657030024F8B5982FF1A201D\X0\2\X2\201D8868793A53CC5C4273BB74833002\X0\','zh-CN',$); +#6235= IFCRELASSOCIATESLIBRARY('3HQPrkuUH6OwZ95YpZrItR',$,$,$,(#947),#13599); +#13599= IFCLIBRARYREFERENCE($,$,'\X2\646964E6640D5931\X0\','\X2\53584F4D957730553042305F308A306E5727529B640D5931FF088A086E2C3057305F5727529B640D5931\X0\/\X2\30C030AF30C895773055FF093002\X0\','ja-JP',$); -#6243= IFCRELASSOCIATESLIBRARY('0bocCBgUr1cxcCP2qJc6YS',$,$,$,(#966),#13600); -#13600= IFCLIBRARYREFERENCE($,$,'German-name-2','German-description-2','de-DE',$); +#6236= IFCRELASSOCIATESLIBRARY('2qEE6ZQP18vBksgJnh302_',$,$,$,(#947),#13600); +#13600= IFCLIBRARYREFERENCE($,$,'\X2\B9C8CC30\X0\ \X2\C18CC2E4\X0\','\X2\B2E8C704\X0\ \X2\AE38C774\X0\ \X2\B2F9\X0\ \X2\C555B825\X0\ \X2\C190C2E4\X0\ (\X2\CE21C815\X0\ \X2\C555B825\X0\ \X2\C190C2E4\X0\ / \X2\B355D2B8\X0\ \X2\AE38C774\X0\).','ko-KR',$); -#6244= IFCRELASSOCIATESLIBRARY('1CSWP__0XDphs5QErSuoc9',$,$,$,(#966),#13601); -#13601= IFCLIBRARYREFERENCE($,$,'Glass Thickness1',$,'en',$); +#6237= IFCRELASSOCIATESLIBRARY('08V_DowjL4PANUEmIHWUwJ',$,$,$,(#948),#13601); +#13601= IFCLIBRARYREFERENCE($,$,'Fuel',$,'en',$); -#6245= IFCRELASSOCIATESLIBRARY('16NUT8Flj2SOTrfVC2Skuh',$,$,$,(#966),#13602); -#13602= IFCLIBRARYREFERENCE($,$,'EpaisseurVitrage1','Epaisseur de la premi\S\hre couche de verre (c\S\tt\S\i int\S\irieur)','fr-FR',$); +#6238= IFCRELASSOCIATESLIBRARY('1RNYw5KUHCHPehuBV58f99',$,$,$,(#948),#13602); +#13602= IFCLIBRARYREFERENCE($,$,'\X2\C5F0B8CC\X0\ \X2\C18CBE44B7C9\X0\','\X2\D2B9C815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548C758\X0\ \X2\C5F0B8CC\X0\ \X2\C18CBE44\X0\.','ko-KR',$); -#6246= IFCRELASSOCIATESLIBRARY('1aYxizRWT81RstLZvEpggL',$,$,$,(#966),#13603); -#13603= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B9539A\X0\1','\X2\6700521D306EFF085BA451855074FF0930AC30E930B9306E539A307F3002\X0\','ja-JP',$); +#6239= IFCRELASSOCIATESLIBRARY('2H$3EbC$z3MOWPD8XD$qYQ',$,$,$,(#949),#13603); +#13603= IFCLIBRARYREFERENCE($,$,'Full Load Ratio',$,'en',$); -#6247= IFCRELASSOCIATESLIBRARY('06WQ$QDiH0386m6g7P9u2U',$,$,$,(#966),#13604); -#13604= IFCLIBRARYREFERENCE($,$,'\X2\73BB7483539A5EA6\X0\1','\X2\7B2C4E005C42FF0851854FA7FF0973BB74837684539A5EA63002\X0\','zh-CN',$); +#6240= IFCRELASSOCIATESLIBRARY('3dDJ0A4N99mfdvIp5Hi04Q',$,$,$,(#949),#13604); +#13604= IFCLIBRARYREFERENCE($,$,'CoefficientChargeTotale','Rapport entre puissance actuelle sur la puissance \S\` pleine charge, comme fonction quadratique de la charge partielle, \S\` une temp\S\irature de condensation et une temp\S\irature d''\S\ivaporation donn\S\ie, FracFullLoadPower = f (RapportChargePartielle).','fr-FR',$); -#6248= IFCRELASSOCIATESLIBRARY('0r1F7$D891mfsAMPosM_oV',$,$,$,(#967),#13605); -#13605= IFCLIBRARYREFERENCE($,$,'German-name-3','German-description-3','de-DE',$); +#6241= IFCRELASSOCIATESLIBRARY('2XSpyyJLLEWelGIbelqihY',$,$,$,(#950),#13605); +#13605= IFCLIBRARYREFERENCE($,$,'Full Load Ratio Curve',$,'en',$); -#6249= IFCRELASSOCIATESLIBRARY('1X$GlRlkz7CBm7xSwdb34D',$,$,$,(#967),#13606); -#13606= IFCLIBRARYREFERENCE($,$,'Glass Thickness2',$,'en',$); +#6242= IFCRELASSOCIATESLIBRARY('2N9FK8PS56Pu7wCsGd7day',$,$,$,(#950),#13606); +#13606= IFCLIBRARYREFERENCE($,$,'CourbeFonctionnementPleineCharge','Rapport entre la puissance instantan\S\ie et la puissance \S\` pleine charge comme fonction quadratique de charge partielle, pour une certaine temp\S\irature de condensation et une temp\S\irature d''\S\ivaporation, FracFullLoadPower= f (CoefficientChargePartielle)','fr-FR',$); -#6250= IFCRELASSOCIATESLIBRARY('2JTTTDzBP3EwZHlTqQsW3x',$,$,$,(#967),#13607); -#13607= IFCLIBRARYREFERENCE($,$,'EpaisseurVitrage2','Epaisseur de la deuxi\S\hme couche de verre (interm\S\idiaire ou c\S\tt\S\i ext\S\irieur)','fr-FR',$); +#6244= IFCRELASSOCIATESLIBRARY('1xRmUohrL9_v5prXcxFXKg',$,$,$,(#952),#13607); +#13607= IFCLIBRARYREFERENCE($,$,'Function',$,'en',$); -#6251= IFCRELASSOCIATESLIBRARY('2IMnCYxyP4bRbtoGYvz9Ha',$,$,$,(#967),#13608); -#13608= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B9539A\X0\2','2\X2\756A76EEFF084E2D959330013042308B3044306F59165074FF09306E30AC30E930B9306E539A307F3002\X0\','ja-JP',$); +#6245= IFCRELASSOCIATESLIBRARY('0CbH8kOuP0hxw7tck4YQ8M',$,$,$,(#952),#13608); +#13608= IFCLIBRARYREFERENCE($,$,'\X2\6A5F80FD\X0\','\X2\5C0E4F53306E6A5F80FD306E30BF30A430D73002\X0\','ja-JP',$); -#6252= IFCRELASSOCIATESLIBRARY('0xKrF5$hHCavyG63PGuzo1',$,$,$,(#967),#13609); -#13609= IFCLIBRARYREFERENCE($,$,'\X2\73BB7483539A5EA6\X0\2','\X2\7B2C4E8C5C42FF084E2D95F4621659164FA7FF0973BB74837684539A5EA63002\X0\','zh-CN',$); +#6246= IFCRELASSOCIATESLIBRARY('0ZGSL$Taj1qB2VGDyjVhrZ',$,$,$,(#952),#13609); +#13609= IFCLIBRARYREFERENCE($,$,'\X2\AE30B2A5\X0\','\X2\B3C4CCB4C758\X0\ \X2\AE30B2A5\X0\ \X2\C720D615\X0\.','ko-KR',$); -#6253= IFCRELASSOCIATESLIBRARY('3y$h$FUI5B2vmOKV0fDbxa',$,$,$,(#968),#13610); -#13610= IFCLIBRARYREFERENCE($,$,'German-name-4','German-description-4','de-DE',$); +#6247= IFCRELASSOCIATESLIBRARY('00S2xs7cX2Q9NGZpJBctX6',$,$,$,(#953),#13610); +#13610= IFCLIBRARYREFERENCE($,$,'Functional Unit Reference',$,'en',$); -#6254= IFCRELASSOCIATESLIBRARY('1rzFxUwMv06OzdThEo15Mv',$,$,$,(#968),#13611); -#13611= IFCLIBRARYREFERENCE($,$,'Glass Thickness3',$,'en',$); +#6248= IFCRELASSOCIATESLIBRARY('1yRh0gk$T08ABLnlD2IPNZ',$,$,$,(#953),#13611); +#13611= IFCLIBRARYREFERENCE($,$,'ReferenceUniteFonctionnelle','R\S\if\S\irence \S\` une base de donn\S\ies ou \S\` une classification [NDT : r\S\if\S\irence, par exemple, \S\` l''identification d''un produit dans la base INIES]','fr-FR',$); -#6255= IFCRELASSOCIATESLIBRARY('1j0H1Cqe16bf9FzympKrSd',$,$,$,(#968),#13612); -#13612= IFCLIBRARYREFERENCE($,$,'EpaisseurVitrage3','Epaisseur de la troisi\S\hme couche de verre (c\S\tt\S\i ext\S\irieur)','fr-FR',$); +#6249= IFCRELASSOCIATESLIBRARY('3XHq7_eez7B8rGJPflNUzs',$,$,$,(#953),#13612); +#13612= IFCLIBRARYREFERENCE($,$,'\X2\6A5F80FD53584F4D53C27167\X0\','\X2\30C730FC30BF30D930FC30B9308430AF30E930B93078306E53C271673002\X0\','ja-JP',$); -#6256= IFCRELASSOCIATESLIBRARY('0b62b8pR53PAVip9b0I3n2',$,$,$,(#968),#13613); -#13613= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B9539A\X0\3','3\X2\756A76EEFF0859165074FF09306E30AC30E930B9306E539A307F3002\X0\','ja-JP',$); +#6250= IFCRELASSOCIATESLIBRARY('0D92JsK2f0kON$kNGvQCgi',$,$,$,(#953),#13613); +#13613= IFCLIBRARYREFERENCE($,$,'\X2\AE30B2A5B2E8C704CC38C870\X0\','\X2\B370C774D130BCA0C774C2A4\X0\ \X2\B610B294\X0\ \X2\BD84B958C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\','ko-KR',$); -#6257= IFCRELASSOCIATESLIBRARY('1aaHoJCfnBCP4CuleP7S$L',$,$,$,(#968),#13614); -#13614= IFCLIBRARYREFERENCE($,$,'\X2\73BB7483539A5EA6\X0\3','\X2\7B2C4E095C42FF0859164FA7FF0973BB74837684539A5EA63002\X0\','zh-CN',$); +#6251= IFCRELASSOCIATESLIBRARY('2lpDcbQaX0egrFMdlkckP4',$,$,$,(#954),#13614); +#13614= IFCLIBRARYREFERENCE($,$,'Function Reliable',$,'en',$); -#6258= IFCRELASSOCIATESLIBRARY('1wrcWVOhPFAAXBUWrBp7$w',$,$,$,(#969),#13615); -#13615= IFCLIBRARYREFERENCE($,$,'Glasfl\S\dchenanteil','Anteil der verglasten Fl\S\dche an der Gesamtfl\S\dche der T\S\|r.','de-DE',$); +#6252= IFCRELASSOCIATESLIBRARY('2i_9SY9YnB1ua_3O3mlriH',$,$,$,(#954),#13615); +#13615= IFCLIBRARYREFERENCE($,$,'\X2\4FE1983C6027306E3042308B6A5F80FD\X0\','\X2\30B130FC30D630EB30846BCD7DDA304C4E0E30483089308C305F66429593306867614EF6306E4E2D3067898F5B9A3055308C308B6A5F80FD300160278CEA30927DAD63013059308B3053306830023053308C306F\X0\IEC\X2\57FA6E96306B3088308B3002\X0\','ja-JP',$); -#6259= IFCRELASSOCIATESLIBRARY('0wynj3_65ERuDmukkRXWDL',$,$,$,(#969),#13616); -#13616= IFCLIBRARYREFERENCE($,$,'Glazing Area Fraction',$,'en',$); +#6253= IFCRELASSOCIATESLIBRARY('3C95P8eu58FArLUAa0t7JZ',$,$,$,(#954),#13616); +#13616= IFCLIBRARYREFERENCE($,$,'\X2\C2E0B8B0D560\X0\ \X2\C218C788B294\X0\ \X2\AE30B2A5\X0\','\X2\CF00C774BE14\X0\ \X2\BC0F\X0\ \X2\BAA8C120\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\C2DCAC04ACFC\X0\ \X2\C870AC74C5D0C11C\X0\ \X2\ADDCC815D558B294\X0\ \X2\AE30B2A5\X0\, \X2\C131C9C8C744\X0\ \X2\C720C9C0D55CB2E4\X0\. \X2\C774AC83C740\X0\ IEC \X2\AE30C900C5D0\X0\ \X2\C758D55CB2E4\X0\.','ko-KR',$); -#6260= IFCRELASSOCIATESLIBRARY('3y5k0aRTb14B36u2fNTS3X',$,$,$,(#969),#13617); -#13617= IFCLIBRARYREFERENCE($,$,'FractionSurfaceVitree','Part de surface de vitrage par rapport \S\` la surface totale de l''\S\il\S\iment de remplissage. Doit \S\jtre utilis\S\ie si la surface de vitrage n''est pas donn\S\ie s\S\ipar\S\iment pour tous les panneaux occupant l''ouverture.','fr-FR',$); +#6254= IFCRELASSOCIATESLIBRARY('1OGGFyh8D97hUV$40Utn8q',$,$,$,(#955),#13617); +#13617= IFCLIBRARYREFERENCE($,$,'Function Reliable',$,'en',$); -#6261= IFCRELASSOCIATESLIBRARY('16UawpF8j9QAp$myw$N4fg',$,$,$,(#970),#13618); -#13618= IFCLIBRARYREFERENCE($,$,'Glasfl\S\dchenanteil','Anteil der verglasten Fl\S\dche an der Gesamtfl\S\dche des Fensters. Es ist der Reziprokwert des Rahmenanteils.','de-DE',$); +#6255= IFCRELASSOCIATESLIBRARY('02R_H5NmvBPeZ34WlC0AFq',$,$,$,(#955),#13618); +#13618= IFCLIBRARYREFERENCE($,$,'\X2\6A5F80FD4FE1983C6027\X0\','\X2\30B330A2306E7DAD6301306F72795B9AFF0830C630B930C8FF09306E66429593306867614EF6306730D730ED30D130C630A3\X0\/\X2\95A26570309263075B9A3059308B30026A196E964F1A8B70FF08\X0\IEC\X2\FF09898F683C306B6E9662E03002\X0\','ja-JP',$); -#6262= IFCRELASSOCIATESLIBRARY('3NwC44jYvE59CV0q4BblAY',$,$,$,(#970),#13619); -#13619= IFCLIBRARYREFERENCE($,$,'Glazing Area Fraction',$,'en',$); +#6256= IFCRELASSOCIATESLIBRARY('08fV3HD8DFXwKaxOaNAqOQ',$,$,$,(#955),#13619); +#13619= IFCLIBRARYREFERENCE($,$,'\X2\AE30B2A5\X0\ \X2\C2E0B8B0C131\X0\','\X2\D575C2EC\X0\ \X2\C815BE44B294\X0\ \X2\D2B9C815\X0\ (\X2\D14CC2A4D2B8\X0\) \X2\C2DCAC04ACFC\X0\ \X2\C870AC74C758\X0\ \X2\C18DC131\X0\ / \X2\D568C218B97C\X0\ \X2\C9C0C815D55CB2E4\X0\. \X2\D45CC900\X0\ \X2\D68CC758\X0\ (IEC) \X2\ADDCACA9C744\X0\ \X2\C900C218D569B2C8B2E4\X0\.','ko-KR',$); -#6263= IFCRELASSOCIATESLIBRARY('3DeamJC9XDQwSBjIHoO_Vd',$,$,$,(#970),#13620); -#13620= IFCLIBRARYREFERENCE($,$,'FractionSurfaceVitree','Rapport de la surface de vitrage \S\` la surface totale de l''ouverture. Cette propri\S\it\S\i sera utilis\S\ie si la surface de vitrage n''est pas donn\S\ie s\S\ipar\S\iment pour tous les panneaux occupant l''ouverture.','fr-FR',$); +#6258= IFCRELASSOCIATESLIBRARY('36hP9nijH4RwKb_Tn7jBiK',$,$,$,(#957),#13620); +#13620= IFCLIBRARYREFERENCE($,$,'Furniture Panel Type',$,'en',$); -#6264= IFCRELASSOCIATESLIBRARY('30V188iiP0cvib7qjT2y6s',$,$,$,(#970),#13621); -#13621= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B97387\X0\','\X2\591658C1306E7DCF97627A4D306B5BFE3059308B30AC30E930B9306E97627A4D306E6BD473873002\X0\\X\0D\X\0A\X2\30AC30E930B9306E97627A4D304C591658C1306B542B307E308C308B51683066306E30D130CD30EB3068520696E23055308C30663044306A30443068304D306B30014F7F75283055308C307E30593002\X0\','ja-JP',$); +#6260= IFCRELASSOCIATESLIBRARY('1ZOM_IstnB2RZw2acrkCBc',$,$,$,(#958),#13621); +#13621= IFCLIBRARYREFERENCE($,$,'Fuse Disconnector Type',$,'en',$); -#6265= IFCRELASSOCIATESLIBRARY('0SGIGZ$yv5D9c7$OyS3XhX',$,$,$,(#971),#13622); -#13622= IFCLIBRARYREFERENCE($,$,'Global Trade Item Number',$,'en',$); +#6261= IFCRELASSOCIATESLIBRARY('3TYJ25yi907BgIGkr5aaXi',$,$,$,(#958),#13622); +#13622= IFCLIBRARYREFERENCE($,$,'\X2\30D230E530FC30BA906E65AD6A5F306E30BF30A430D7\X0\','\X2\81EA5BB67528767A96FB9023643A5074FF1A30E230FC30BF3084767A96FB6A5F306E4FDD8B77306E305F3081306B8A2D8A083055308C30663044308B30D230E530FC30BA3002\X0\\X\0D\X\0A \X2\57307D614FDD8B7788C57F6EFF1A3053308C306730D230E530FC30BA30EA30F330AF307E305F306F30D230E530FC30BA30EA30F330AF30D230E530FC30BA30AD30E330EA30A2306F300153EF52D563A570B930925F6262103059308B30B930A430C330C165AD8DEF56683001\X0\\X\0D\X\0A HRC\X2\FF1A6A196E9630D230E530FC30BAFF089AD8902352D5783458CA5BB991CFFF09\X0\\X\0D\X\0A \X2\6F0F96FB4FDD8B7788C57F6EFF1A96FB6C177684306B7834640D3057306656DE8DEF306E52D54F5C67614EF6306F3001904E96FB6D41304C767A751F3059308B96FB6E903092520765AD88C57F6E\X0\\X\0D\X\0A \X2\6B2076F84FDD8B774ED8FF1A305D306E72796027309251774F537684306B\X0\sem\X2\304C82AF30C730D030A430B9306E4FDD8B77306E305F3081306B8A2D8A083055308C30663044308B30D230E530FC30BA3002\X0\\X\0D\X\0A \X2\8907540830D230E530FC30BA4FDD8B7788C57F6EFF1A305D306E5185306E\X0\1\X2\3064307E305F306F89076570306E6975306F30018907540830E630CB30C330C8306B76F45217306B30D230E530FC30BA30926301306330663044308B30B930A430C330C165AD8DEF56683002\X0\','ja-JP',$); -#6266= IFCRELASSOCIATESLIBRARY('3qFYZLqqr83xUyO9xExztA',$,$,$,(#972),#13623); -#13623= IFCLIBRARYREFERENCE($,$,'Gradient',$,'en',$); +#6262= IFCRELASSOCIATESLIBRARY('0Ptv11Rtr2YPRlpTKLi19W',$,$,$,(#958),#13623); +#13623= IFCLIBRARYREFERENCE($,$,'\X2\D4E8C988CC28B2E8AE30\X0\ \X2\C720D615\X0\','\X2\C790AC00C6A9\X0\ \X2\BC1CC804\X0\ \X2\C5F0ACC4\X0\ \X2\CE21BA74\X0\ : \X2\BAA8D130\X0\ \X2\BC0F\X0\ \X2\BC1CC804AE30\X0\ \X2\BCF4D638B97C\X0\ \X2\C704D574\X0\ \X2\B514C790C778B418B294\X0\ \X2\D4E8C988\X0\. \X2\C9C0B77D\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58\X0\ : \X2\C774C81C\X0\ \X2\D4E8C988\X0\ \X2\B9C1D06C\X0\ \X2\B610B294\X0\ \X2\D4E8C988\X0\ \X2\B9C1D06C\X0\ \X2\D4E8C988\X0\ \X2\CE90B9ACC5B4B294\X0\ \X2\AC00B3D9\X0\ \X2\C811C810C744\X0\ \X2\D615C131D558B294\X0\ \X2\C2A4C704CE58\X0\ \X2\B2E8B85CAE30\X0\, HRC : \X2\D45CC900\X0\ \X2\D4E8C988\X0\ (\X2\B192C774\X0\ \X2\C5F0B3D9\X0\ \X2\D30CAD34\X0\ \X2\C6A9B7C9\X0\) \X2\B204C804\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58\X0\ : \X2\C804AE30\X0\ \X2\C190C0C1\X0\ \X2\D68CB85CC758\X0\ \X2\B3D9C791\X0\ \X2\C870AC74C740\X0\ \X2\ACFCC804B958AC00\X0\ \X2\BC1CC0DDD558B294\X0\ \X2\C804C6D0C744\X0\ \X2\CC28B2E8\X0\ \X2\C7A5CE58\X0\ \X2\ACB0C0C1\X0\ \X2\BCF4D638\X0\ \X2\BD80CC29\X0\ : \X2\ADF8\X0\ \X2\D2B9C131C744\X0\ \X2\AD6CCCB4C801C73CB85C\X0\ sem\X2\C774\X0\ \X2\C2EC\X0\ \X2\C7A5CE58\X0\ \X2\BCF4D638B97C\X0\ \X2\C704D574\X0\ \X2\B514C790C778B418B294\X0\ \X2\D4E8C988\X0\. \X2\BCF5D569\X0\ \X2\D4E8C988\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58\X0\ : \X2\C5B4B5A4\X0\ \X2\D55C\X0\ \X2\AC1C\X0\ \X2\C774C0C1C758\X0\ \X2\C804ADF9C740\X0\ \X2\BCF5D569\X0\ \X2\C720B2DBC5D0\X0\ \X2\C9C1B82CB85C\X0\ \X2\D4E8C988B97C\X0\ \X2\AC00C9C0ACE0C788B294\X0\ \X2\C2A4C704CE58\X0\ \X2\B2E8B85CAE30\X0\.','ko-KR',$); -#6267= IFCRELASSOCIATESLIBRARY('0vOgE43RTEXRIW6PNH0NO3',$,$,$,(#972),#13624); -#13624= IFCLIBRARYREFERENCE($,$,'\X2\52FE914D\X0\','\X2\914D7BA190E8306E52FE914D\X0\','ja-JP',$); +#6263= IFCRELASSOCIATESLIBRARY('1nqSpZPtXCKxlxBEQUTCEh',$,$,$,(#959),#13624); +#13624= IFCLIBRARYREFERENCE($,$,'Fusible Link Temperature',$,'en',$); -#6268= IFCRELASSOCIATESLIBRARY('2H4kBqrSXCPxmu2mxggCJp',$,$,$,(#975),#13625); -#13625= IFCLIBRARYREFERENCE($,$,'Gross Planned Area',$,'en',$); +#6264= IFCRELASSOCIATESLIBRARY('1fmldBIwz3o80bmvehPZvF',$,$,$,(#960),#13625); +#13625= IFCLIBRARYREFERENCE($,$,'Fusible Link Temperature',$,'en',$); -#6269= IFCRELASSOCIATESLIBRARY('0Mbg94d1n2Ovwh3n_HgXJ0',$,$,$,(#975),#13626); -#13626= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie brute','Surface programm\S\ie brute totale de la pi\S\hce. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); +#6265= IFCRELASSOCIATESLIBRARY('2OLbFGrwDDj8K6gHKwA_6k',$,$,$,(#963),#13626); +#13626= IFCLIBRARYREFERENCE($,$,'Gas Detected',$,'en',$); -#6270= IFCRELASSOCIATESLIBRARY('3cHuDI2rbBNxFf0Z8BhQrb',$,$,$,(#975),#13627); -#13627= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30B030ED30B997627A4D\X0\','\X2\8A08753B3055308C305F30B030ED30B997627A4D30025EFA72698A08753B306B969B306B4F7F75283002\X0\','ja-JP',$); +#6266= IFCRELASSOCIATESLIBRARY('0H8_6KtPnFFuqjoA3mTtHX',$,$,$,(#963),#13627); +#13627= IFCLIBRARYREFERENCE($,$,'\X2\5BFE8C6130AC30B9\X0\','\X2\691C51FA3055308C30663044308B30AC30B9306E8B5852253002\X0\','ja-JP',$); -#6271= IFCRELASSOCIATESLIBRARY('1TpCS8toHCCedaplLPD3tk',$,$,$,(#975),#13628); -#13628= IFCLIBRARYREFERENCE($,$,'\X2\ACC4D68D\X0\ \X2\ADF8B85CC2A4\X0\ \X2\BA74C801\X0\','\X2\AC1DC2E4C758\X0\ \X2\CD1D\X0\ \X2\ACC4D68D\X0\ \X2\BA74C801\X0\ \X2\AE00B85CC2A4\X0\. \X2\ACF5AC04\X0\ \X2\ACC4D68DC2DC\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#6267= IFCRELASSOCIATESLIBRARY('3ad0apI454kueeRrfmGiZq',$,$,$,(#964),#13628); +#13628= IFCLIBRARYREFERENCE($,$,'Gas Pressure',$,'en',$); -#6272= IFCRELASSOCIATESLIBRARY('3D7aSGmn5BA8jjR$CcoJGh',$,$,$,(#976),#13629); -#13629= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche nach Raumprogramm','Geforderte Bruttofl\S\dche des Geb\S\dudes laut Raumprogramm.','de-DE',$); +#6269= IFCRELASSOCIATESLIBRARY('3TU6CcRRXCUQX5o9eRDBDD',$,$,$,(#966),#13629); +#13629= IFCLIBRARYREFERENCE($,$,'Gas Type',$,'en',$); -#6273= IFCRELASSOCIATESLIBRARY('0hR28xiYHBV8BtnUVIKhdr',$,$,$,(#976),#13630); -#13630= IFCLIBRARYREFERENCE($,$,'Gross Planned Area',$,'en',$); +#6270= IFCRELASSOCIATESLIBRARY('3sYDGMrMbA9hTvBWjwg4IF',$,$,$,(#973),#13630); +#13630= IFCLIBRARYREFERENCE($,$,'German-name-6','German-description-6','de-DE',$); -#6274= IFCRELASSOCIATESLIBRARY('3AxMkXNuXE_98_gMRE$vdR',$,$,$,(#976),#13631); -#13631= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie brute','Surface programm\S\ie brute totale du b\S\btiment. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); +#6271= IFCRELASSOCIATESLIBRARY('2yvNz9CNb2swWHkEF7RwBU',$,$,$,(#973),#13631); +#13631= IFCLIBRARYREFERENCE($,$,'Glass Color',$,'en',$); -#6275= IFCRELASSOCIATESLIBRARY('0Zu_ck9Yz6luboLWYAAgvL',$,$,$,(#976),#13632); -#13632= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30B030ED30B997627A4D\X0\','\X2\8A08753B3055308C305F30B030ED30B997627A4D30025EFA72698A08753B306B969B306B4F7F75283002\X0\','ja-JP',$); +#6272= IFCRELASSOCIATESLIBRARY('1LrwQhbnPEAP6yidFgVAHk',$,$,$,(#973),#13632); +#13632= IFCLIBRARYREFERENCE($,$,'CouleurVitrage','Choix de la couleur (teinte) du vitrage. Donn\S\i \S\` titre informatif seulement.','fr-FR',$); -#6276= IFCRELASSOCIATESLIBRARY('2sng9OOxT7pRdK_a0oRDHe',$,$,$,(#976),#13633); -#13633= IFCLIBRARYREFERENCE($,$,'\X2\ACC4D68D\X0\ \X2\ADF8B85CC2A4\X0\ \X2\BA74C801\X0\','\X2\ACC4D68DB41C\X0\ \X2\ADF8B85CC2A4\X0\ \X2\BA74C801\X0\. \X2\AC74BB3C\X0\ \X2\ACC4D68DC2DC\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#6273= IFCRELASSOCIATESLIBRARY('1nqo3FKXn3bgNUHCQAZDUQ',$,$,$,(#973),#13633); +#13633= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B98272\X0\','\X2\30AC30E930B9306E82725408304430023053308C306F60C5583176EE76845C027528306B63D04F9B3055308C308B3002\X0\','ja-JP',$); -#6277= IFCRELASSOCIATESLIBRARY('2F0kt5TPb1XBJHBAfbSzB9',$,$,$,(#977),#13634); -#13634= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche nach Raumprogramm','Geforderte Bruttofl\S\dche des Geschosses laut Raumprogramm.','de-DE',$); +#6274= IFCRELASSOCIATESLIBRARY('1M0DAJTMP2OPBx9g4pPQVm',$,$,$,(#973),#13634); +#13634= IFCLIBRARYREFERENCE($,$,'\X2\73BB7483989C8272\X0\','\X2\73BB7483FF088D34819CFF097684989C827230024EC54F9B53C280033002\X0\','zh-CN',$); -#6278= IFCRELASSOCIATESLIBRARY('1QDaFQCm59_QXxKmsrxYoa',$,$,$,(#977),#13635); -#13635= IFCLIBRARYREFERENCE($,$,'Gross Planned Area',$,'en',$); +#6275= IFCRELASSOCIATESLIBRARY('11oMHWq0j6yBbKVlHpXRKP',$,$,$,(#974),#13635); +#13635= IFCLIBRARYREFERENCE($,$,'German-name-1','German-description-1','de-DE',$); -#6279= IFCRELASSOCIATESLIBRARY('1EC00cmdz9cRJpQz_0L5un',$,$,$,(#977),#13636); -#13636= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie brute','Surface programm\S\ie brute totale de l''\S\itage. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); +#6276= IFCRELASSOCIATESLIBRARY('3wW9FHPZTFoex$86G5QKM7',$,$,$,(#974),#13636); +#13636= IFCLIBRARYREFERENCE($,$,'Glass Layers',$,'en',$); -#6280= IFCRELASSOCIATESLIBRARY('0swNoiJhLCOfidRFkTbg0N',$,$,$,(#977),#13637); -#13637= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30B030ED30B997627A4D\X0\','\X2\8A08753B3055308C305F5EFA7269968E306E30B030ED30B997627A4D30025EFA72698A08753B306B969B306B4F7F75283002\X0\','ja-JP',$); +#6277= IFCRELASSOCIATESLIBRARY('0C8cG1dHX04QtT2TgYALe2',$,$,$,(#974),#13637); +#13637= IFCLIBRARYREFERENCE($,$,'NombreVitrages','Nombre de couches de verre dans le cadre. Exemple : 2 pour le double vitrage.','fr-FR',$); -#6281= IFCRELASSOCIATESLIBRARY('1yybJFU7v9xfRcC$HEOk7S',$,$,$,(#977),#13638); -#13638= IFCLIBRARYREFERENCE($,$,'\X2\ACC4D68D\X0\ \X2\ADF8B85CC2A4\X0\ \X2\BA74C801\X0\','\X2\ACC4D68DB41C\X0\ \X2\AC74BB3C\X0\ \X2\CE35\X0\ \X2\ADF8B85CC2A4\X0\ \X2\BA74C801\X0\. \X2\AC74BB3C\X0\ \X2\ACC4D68DC2DC\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#6278= IFCRELASSOCIATESLIBRARY('2MmWy5NyLB1AKRXpqPpKvM',$,$,$,(#974),#13638); +#13638= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B9679A6570\X0\','\X2\30AC30E930B9306E679A657030024F8BFF1A\X0\"2"\X2\306F30DA30A230AC30E930B93002\X0\','ja-JP',$); -#6282= IFCRELASSOCIATESLIBRARY('1YXTyyDxr2Q8j3cfyg8Q5F',$,$,$,(#978),#13639); -#13639= IFCLIBRARYREFERENCE($,$,'Gross Planned Area',$,'en',$); +#6279= IFCRELASSOCIATESLIBRARY('0og_uQotX1k9T2P3MwiupJ',$,$,$,(#974),#13639); +#13639= IFCLIBRARYREFERENCE($,$,'\X2\73BB74835C426570\X0\','\X2\6846518573BB748376845C42657030024F8B5982FF1A201D\X0\2\X2\201D8868793A53CC5C4273BB74833002\X0\','zh-CN',$); -#6283= IFCRELASSOCIATESLIBRARY('2lzc0N5THBDxUrPx_fa4w3',$,$,$,(#978),#13640); -#13640= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie brute','Surface programm\S\ie brute totale de la pi\S\hce. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); +#6280= IFCRELASSOCIATESLIBRARY('0beeRGLjP1x9t4egwPknI5',$,$,$,(#975),#13640); +#13640= IFCLIBRARYREFERENCE($,$,'German-name-2','German-description-2','de-DE',$); -#6284= IFCRELASSOCIATESLIBRARY('0mHHD27kn6ZAe4Bd3BquX0',$,$,$,(#978),#13641); -#13641= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30B030ED30B997627A4D\X0\','\X2\8A08753B3055308C305F30B030ED30B997627A4D30025EFA72698A08753B306B969B306B4F7F75283002\X0\','ja-JP',$); +#6281= IFCRELASSOCIATESLIBRARY('04tUbd5jjBtuoDcPAzZq3b',$,$,$,(#975),#13641); +#13641= IFCLIBRARYREFERENCE($,$,'Glass Thickness1',$,'en',$); -#6285= IFCRELASSOCIATESLIBRARY('2DC8AUOTz3khs3PD9Zp8y1',$,$,$,(#979),#13642); -#13642= IFCLIBRARYREFERENCE($,$,'Ground Fault Current Set Value',$,'en',$); +#6282= IFCRELASSOCIATESLIBRARY('3MwCa7Uyn81eoL9ZVxPuKW',$,$,$,(#975),#13642); +#13642= IFCLIBRARYREFERENCE($,$,'EpaisseurVitrage1','Epaisseur de la premi\S\hre couche de verre (c\S\tt\S\i int\S\irieur)','fr-FR',$); -#6286= IFCRELASSOCIATESLIBRARY('3Zo4M8BUT518cAOQPPs4nE',$,$,$,(#980),#13643); -#13643= IFCLIBRARYREFERENCE($,$,'Ground Fault Function',$,'en',$); +#6283= IFCRELASSOCIATESLIBRARY('2W7645AH12iRcl4q_CpBwI',$,$,$,(#975),#13643); +#13643= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B9539A\X0\1','\X2\6700521D306EFF085BA451855074FF0930AC30E930B9306E539A307F3002\X0\','ja-JP',$); -#6287= IFCRELASSOCIATESLIBRARY('1atG9ei5z8Geta8hW0rWaD',$,$,$,(#981),#13644); -#13644= IFCLIBRARYREFERENCE($,$,'Ground Faulti2t Function',$,'en',$); +#6284= IFCRELASSOCIATESLIBRARY('1Q4ITR7615zhwet9XyROeX',$,$,$,(#975),#13644); +#13644= IFCLIBRARYREFERENCE($,$,'\X2\73BB7483539A5EA6\X0\1','\X2\7B2C4E005C42FF0851854FA7FF0973BB74837684539A5EA63002\X0\','zh-CN',$); -#6288= IFCRELASSOCIATESLIBRARY('1mnMu$CuH579uVp1DrgQtL',$,$,$,(#982),#13645); -#13645= IFCLIBRARYREFERENCE($,$,'Ground Fault Tripping Time',$,'en',$); +#6285= IFCRELASSOCIATESLIBRARY('1FkBnPFl1APeFivlxKt_VM',$,$,$,(#976),#13645); +#13645= IFCLIBRARYREFERENCE($,$,'German-name-3','German-description-3','de-DE',$); -#6289= IFCRELASSOCIATESLIBRARY('1nkVwa2xz8BgIoLMvUD80P',$,$,$,(#993),#13646); -#13646= IFCLIBRARYREFERENCE($,$,'Group Code',$,'en',$); +#6286= IFCRELASSOCIATESLIBRARY('18NA_VKy141Oy5BID3KRH7',$,$,$,(#976),#13646); +#13646= IFCLIBRARYREFERENCE($,$,'Glass Thickness2',$,'en',$); -#6293= IFCRELASSOCIATESLIBRARY('1T0YF4pDbC3RM0_oKd6eyF',$,$,$,(#998),#13647); -#13647= IFCLIBRARYREFERENCE($,$,'Gully Type',$,'en',$); +#6287= IFCRELASSOCIATESLIBRARY('1Yit5fgYj5lQX3MyHT$kJE',$,$,$,(#976),#13647); +#13647= IFCLIBRARYREFERENCE($,$,'EpaisseurVitrage2','Epaisseur de la deuxi\S\hme couche de verre (interm\S\idiaire ou c\S\tt\S\i ext\S\irieur)','fr-FR',$); -#6294= IFCRELASSOCIATESLIBRARY('37XiPSE2nA389KbL$6JSc9',$,$,$,(#998),#13648); -#13648= IFCLIBRARYREFERENCE($,$,'\X2\6E9D7A2E985E\X0\','\X2\5FC5898130683055308C308B30BF30A430D7304C30BB30C330C83055308C308B6E9D306E5B9A7FA93055308C305F30BF30A430D7309278BA8A8D30573066304F3060305530443002\X0\','ja-JP',$); +#6288= IFCRELASSOCIATESLIBRARY('2IrQfa1MLExf3Oo8RtEMNy',$,$,$,(#976),#13648); +#13648= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B9539A\X0\2','2\X2\756A76EEFF084E2D959330013042308B3044306F59165074FF09306E30AC30E930B9306E539A307F3002\X0\','ja-JP',$); -#6295= IFCRELASSOCIATESLIBRARY('1OQPqrYt56aumMoPkZ88Nt',$,$,$,(#999),#13649); -#13649= IFCLIBRARYREFERENCE($,$,'Gully Type',$,'en',$); +#6289= IFCRELASSOCIATESLIBRARY('1t1jXXdOPDqvuwenT1DyA7',$,$,$,(#976),#13649); +#13649= IFCLIBRARYREFERENCE($,$,'\X2\73BB7483539A5EA6\X0\2','\X2\7B2C4E8C5C42FF084E2D95F4621659164FA7FF0973BB74837684539A5EA63002\X0\','zh-CN',$); -#6296= IFCRELASSOCIATESLIBRARY('1LA6jsKLH73vUu_ev9Hbkl',$,$,$,(#999),#13650); -#13650= IFCLIBRARYREFERENCE($,$,'\X2\963281ED5F01306E7A2E985E\X0\','\X2\8A2D7F6E3059308B4E885B9A306E6E9D309230423089304B305830815B9A7FA9306730BF30A430D7309278BA8A8D3057307E30593002\X0\','ja-JP',$); +#6290= IFCRELASSOCIATESLIBRARY('2kqXf2AZr1d9Jg1CO9PsXz',$,$,$,(#977),#13650); +#13650= IFCLIBRARYREFERENCE($,$,'German-name-4','German-description-4','de-DE',$); -#6297= IFCRELASSOCIATESLIBRARY('3ibse8j7zAGROEqhYZSf6z',$,$,$,(#1000),#13651); -#13651= IFCLIBRARYREFERENCE($,$,'Halogen Proof',$,'en',$); +#6291= IFCRELASSOCIATESLIBRARY('1u$lqzaR1ESgZgwYvtMrnU',$,$,$,(#977),#13651); +#13651= IFCLIBRARYREFERENCE($,$,'Glass Thickness3',$,'en',$); -#6298= IFCRELASSOCIATESLIBRARY('3e1RCaWFzArvRbzFnj4pvW',$,$,$,(#1000),#13652); -#13652= IFCLIBRARYREFERENCE($,$,'\X2\30A830B330B130FC30D630EB\X0\','\X2\71593084523A6FC081ED306E3042308B30AC30B9306E767A751F304C5C11306A304430B130FC30D630EB3002\X0\','ja-JP',$); +#6292= IFCRELASSOCIATESLIBRARY('3Xo2P6lkfAZe3fdlbjGxk6',$,$,$,(#977),#13652); +#13652= IFCLIBRARYREFERENCE($,$,'EpaisseurVitrage3','Epaisseur de la troisi\S\hme couche de verre (c\S\tt\S\i ext\S\irieur)','fr-FR',$); -#6299= IFCRELASSOCIATESLIBRARY('3WWcPSlcX8Gwostbk$ZqZE',$,$,$,(#1000),#13653); -#13653= IFCLIBRARYREFERENCE($,$,'\X2\C5D0CF54\X0\ \X2\CF00C774BE14\X0\','\X2\C5F0AE30C640\X0\ \X2\C790ADF9C801C778\X0\ \X2\B0C4C0C8AC00C788B294\X0\ \X2\AC00C2A4C758\X0\ \X2\BC1CC0DDC774\X0\ \X2\C801C740\X0\ \X2\CF00C774BE14\X0\','ko-KR',$); +#6293= IFCRELASSOCIATESLIBRARY('17uyB52STChvMhhANyG3SC',$,$,$,(#977),#13653); +#13653= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B9539A\X0\3','3\X2\756A76EEFF0859165074FF09306E30AC30E930B9306E539A307F3002\X0\','ja-JP',$); -#6300= IFCRELASSOCIATESLIBRARY('02x7miSnDEUgl_ast__2f7',$,$,$,(#1001),#13654); -#13654= IFCLIBRARYREFERENCE($,$,'Halogen Proof',$,'en',$); +#6294= IFCRELASSOCIATESLIBRARY('28ZgFChB9FKBA9gL4qutAh',$,$,$,(#977),#13654); +#13654= IFCLIBRARYREFERENCE($,$,'\X2\73BB7483539A5EA6\X0\3','\X2\7B2C4E095C42FF0859164FA7FF0973BB74837684539A5EA63002\X0\','zh-CN',$); -#6301= IFCRELASSOCIATESLIBRARY('0dJcsPcR9AQAW7ZYELCbKr',$,$,$,(#1001),#13655); -#13655= IFCLIBRARYREFERENCE($,$,'\X2\30CF30ED30B230F38A3C660E\X0\','\X2\5C1191CF306E7159304A30883073523A6FC03059308B81316C17\X0\/\X2\30AC30B93092751F62103002\X0\','ja-JP',$); +#6295= IFCRELASSOCIATESLIBRARY('3QtPCvfkX3FwPlDgfmTb9l',$,$,$,(#978),#13655); +#13655= IFCLIBRARYREFERENCE($,$,'Glasfl\S\dchenanteil','Anteil der verglasten Fl\S\dche an der Gesamtfl\S\dche der T\S\|r.','de-DE',$); -#6302= IFCRELASSOCIATESLIBRARY('2wPAP3oyvF2vLAgIZIRuTs',$,$,$,(#1001),#13656); -#13656= IFCLIBRARYREFERENCE($,$,'\X2\D560B85CAC90\X0\ \X2\C99DBA85\X0\','\X2\C18CB7C9C758\X0\ \X2\C5F0AE30C640\X0\ \X2\C790ADF9\X0\ \X2\D0C8AE30\X0\ / \X2\AC00C2A4B97C\X0\ \X2\C0DDC131D569B2C8B2E4\X0\.','ko-KR',$); +#6296= IFCRELASSOCIATESLIBRARY('0w$F7kmEPACA_OOis2qzRo',$,$,$,(#978),#13656); +#13656= IFCLIBRARYREFERENCE($,$,'Glazing Area Fraction',$,'en',$); -#6303= IFCRELASSOCIATESLIBRARY('2C7mIlzLnDz9K6Faxv1HkM',$,$,$,(#1002),#13657); -#13657= IFCLIBRARYREFERENCE($,$,'Behindertengerecht','German-description-7','de-DE',$); +#6297= IFCRELASSOCIATESLIBRARY('2T0p5En8v77B5vDByqMICs',$,$,$,(#978),#13657); +#13657= IFCLIBRARYREFERENCE($,$,'FractionSurfaceVitree','Part de surface de vitrage par rapport \S\` la surface totale de l''\S\il\S\iment de remplissage. Doit \S\jtre utilis\S\ie si la surface de vitrage n''est pas donn\S\ie s\S\ipar\S\iment pour tous les panneaux occupant l''ouverture.','fr-FR',$); -#6304= IFCRELASSOCIATESLIBRARY('3lf9JXOV5BmuzS47EXmtkl',$,$,$,(#1002),#13658); -#13658= IFCLIBRARYREFERENCE($,$,'Handicap Accessible',$,'en',$); +#6298= IFCRELASSOCIATESLIBRARY('1bjabuBsf7TPF8aGzeph9Y',$,$,$,(#979),#13658); +#13658= IFCLIBRARYREFERENCE($,$,'Glasfl\S\dchenanteil','Anteil der verglasten Fl\S\dche an der Gesamtfl\S\dche des Fensters. Es ist der Reziprokwert des Rahmenanteils.','de-DE',$); -#6305= IFCRELASSOCIATESLIBRARY('1h5GygqJr7UBc9O7ALTBC7',$,$,$,(#1002),#13659); -#13659= IFCLIBRARYREFERENCE($,$,'AccessibleHandicapes','Indique que cet objet est con\S\gu pour \S\jtre accessible aux handicap\S\is. Indication donn\S\ie selon le Code National.','fr-FR',$); +#6299= IFCRELASSOCIATESLIBRARY('0pWN8xrXr4gxNWxzpbFqa9',$,$,$,(#979),#13659); +#13659= IFCLIBRARYREFERENCE($,$,'Glazing Area Fraction',$,'en',$); -#6306= IFCRELASSOCIATESLIBRARY('2W8cC57XT4EBfdtVklmFFR',$,$,$,(#1002),#13660); -#13660= IFCLIBRARYREFERENCE($,$,'\X2\30CF30F330C730A330AD30E330C330D730A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E7A7A9593304C30CF30F330C730A330AD30E330C330D7800554113051306E7A7A9593304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#6300= IFCRELASSOCIATESLIBRARY('0sjtrWj_n9nuyLz$932FoW',$,$,$,(#979),#13660); +#13660= IFCLIBRARYREFERENCE($,$,'FractionSurfaceVitree','Rapport de la surface de vitrage \S\` la surface totale de l''ouverture. Cette propri\S\it\S\i sera utilis\S\ie si la surface de vitrage n''est pas donn\S\ie s\S\ipar\S\iment pour tous les panneaux occupant l''ouverture.','fr-FR',$); -#6307= IFCRELASSOCIATESLIBRARY('0fwOR88qHCneho3WjkYjDl',$,$,$,(#1002),#13661); -#13661= IFCLIBRARYREFERENCE($,$,'\X2\662F54264E3A65E0969C788D8BBE65BD\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A53EF4F9B6B8B75BE4EBA4F7F7528768465E0969C788D8BBE65BD3002\X0\\X\0D\X\0A\X2\8BE55C5E602776846839636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); +#6301= IFCRELASSOCIATESLIBRARY('1vKXrRhtb1QeBf$F7FKWP6',$,$,$,(#979),#13661); +#13661= IFCLIBRARYREFERENCE($,$,'\X2\30AC30E930B97387\X0\','\X2\591658C1306E7DCF97627A4D306B5BFE3059308B30AC30E930B9306E97627A4D306E6BD473873002\X0\\X\0D\X\0A\X2\30AC30E930B9306E97627A4D304C591658C1306B542B307E308C308B51683066306E30D130CD30EB3068520696E23055308C30663044306A30443068304D306B30014F7F75283055308C307E30593002\X0\','ja-JP',$); -#6308= IFCRELASSOCIATESLIBRARY('3E5sv$EEPDP874j74R8PQ8',$,$,$,(#1003),#13662); -#13662= IFCLIBRARYREFERENCE($,$,'behindertengerecht zug\S\dnglich','Angabe, ob dieser Raum (wie z.B. eine Toilette) behindertengerecht zug\S\dnglich sein soll (JA) oder nicht (NEIN).','de-DE',$); +#6302= IFCRELASSOCIATESLIBRARY('3KGuIwRQf6avqJtHihCtB9',$,$,$,(#980),#13662); +#13662= IFCLIBRARYREFERENCE($,$,'Global Trade Item Number',$,'en',$); -#6309= IFCRELASSOCIATESLIBRARY('07mcL03hf6HQ254s9PQS$0',$,$,$,(#1003),#13663); -#13663= IFCLIBRARYREFERENCE($,$,'Handicap Accessible',$,'en',$); +#6303= IFCRELASSOCIATESLIBRARY('09ZgZUR8LDBf7BxxtNm0aY',$,$,$,(#981),#13663); +#13663= IFCLIBRARYREFERENCE($,$,'Gradient',$,'en',$); -#6310= IFCRELASSOCIATESLIBRARY('1F4Ngr0tr2UeM2hQum_egz',$,$,$,(#1003),#13664); -#13664= IFCLIBRARYREFERENCE($,$,'AccessibleHandicapes','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre accessible aux handicap\S\is (VRAI) ou non (FAUX). Cette information est souvent utilis\S\ie pour d\S\iclarer la n\S\icessit\S\i d''un acc\S\hs pour handicap\S\is ou pour des contraintes sp\S\iciales de conception.','fr-FR',$); +#6304= IFCRELASSOCIATESLIBRARY('3$7Ebd24fDcOZR_5I$xmoP',$,$,$,(#981),#13664); +#13664= IFCLIBRARYREFERENCE($,$,'\X2\52FE914D\X0\','\X2\914D7BA190E8306E52FE914D\X0\','ja-JP',$); -#6311= IFCRELASSOCIATESLIBRARY('1xatTMCZ19QwmU7dn4EIQ_',$,$,$,(#1003),#13665); -#13665= IFCLIBRARYREFERENCE($,$,'\X2\30CF30F330C730A330AD30E330C330D730A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E90E85C4BFF087A7A9593FF09304C30CF30F330C730A330AD30E330C330D7800554113051306E7A7A9593304B30693046304B3092793A305930D630FC30EA30A230F3502430024F8BFF1A516C517130C830A430EC306E58345408\X0\TRUE\X2\30023053306E60C55831306F3001969C5BB380055411305152297528306E5FC589816027308472795225306A30C730B630A430F3306E5FC5898160273092793A3059305F3081306B522975283055308C308B3002\X0\','ja-JP',$); +#6305= IFCRELASSOCIATESLIBRARY('0jrcUA9rb7fQNzoXE09$Gx',$,$,$,(#984),#13665); +#13665= IFCLIBRARYREFERENCE($,$,'Gross Planned Area',$,'en',$); -#6312= IFCRELASSOCIATESLIBRARY('15QApMR7L9Xh_BJ5DaUNbw',$,$,$,(#1003),#13666); -#13666= IFCLIBRARYREFERENCE($,$,'\X2\D578B514CEA1\X0\ \X2\C561C138C2A4\X0\ \X2\AC00B2A5C131\X0\','\X2\C774\X0\ \X2\BC29\X0\ (\X2\ACF5AC04\X0\)\X2\C774\X0\ \X2\D578B514CEA1C744C704D55C\X0\ \X2\ACF5AC04\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. \X2\C608\X0\ : \X2\ACF5ACF5\X0\ \X2\D654C7A5C2E4C758\X0\ \X2\ACBDC6B0\X0\ TRUE. \X2\C774\X0\ \X2\C815BCF4B294\X0\ \X2\C7A5C560C778C744C704D55C\X0\ \X2\C774C6A9C758\X0\ \X2\D544C694C131ACFC\X0\ \X2\D2B9BCC4D55C\X0\ \X2\B514C790C778C758\X0\ \X2\D544C694C131C744\X0\ \X2\B098D0C0B0B4AE30\X0\ \X2\C704D574\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#6306= IFCRELASSOCIATESLIBRARY('3MUu7LGcf3OhEk2zikSm_d',$,$,$,(#984),#13666); +#13666= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie brute','Surface programm\S\ie brute totale de la pi\S\hce. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); -#6313= IFCRELASSOCIATESLIBRARY('3xPdPkt4X1keNTN1P3fXX1',$,$,$,(#1004),#13667); -#13667= IFCLIBRARYREFERENCE($,$,'Handicap Accessible',$,'en',$); +#6307= IFCRELASSOCIATESLIBRARY('1tuIYC1oD9w8HCZbPDiMcj',$,$,$,(#984),#13667); +#13667= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30B030ED30B997627A4D\X0\','\X2\8A08753B3055308C305F30B030ED30B997627A4D30025EFA72698A08753B306B969B306B4F7F75283002\X0\','ja-JP',$); -#6314= IFCRELASSOCIATESLIBRARY('1qNCOgTB94JOXZQW3BoLaU',$,$,$,(#1004),#13668); -#13668= IFCLIBRARYREFERENCE($,$,'AccesHandicapes','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre accessible aux handicap\S\is (VRAI) ou non (FAUX). Cette information est souvent utilis\S\ie pour d\S\iclarer la n\S\icessit\S\i d''un acc\S\hs pour handicap\S\is ou pour des contraintes sp\S\iciales de conception.','fr-FR',$); +#6308= IFCRELASSOCIATESLIBRARY('1L$fzLZ21CTBHrjOTwiqS3',$,$,$,(#984),#13668); +#13668= IFCLIBRARYREFERENCE($,$,'\X2\ACC4D68D\X0\ \X2\ADF8B85CC2A4\X0\ \X2\BA74C801\X0\','\X2\AC1DC2E4C758\X0\ \X2\CD1D\X0\ \X2\ACC4D68D\X0\ \X2\BA74C801\X0\ \X2\AE00B85CC2A4\X0\. \X2\ACF5AC04\X0\ \X2\ACC4D68DC2DC\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#6315= IFCRELASSOCIATESLIBRARY('3pbrobyD1Co9vhTS$A$OPf',$,$,$,(#1004),#13669); -#13669= IFCLIBRARYREFERENCE($,$,'\X2\30CF30F330C730A330AD30E330C330D730A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E7A7A9593304C30CF30F330C730A330AD30E330C330D7800554113051306E7A7A9593304B30693046304B3092793A3059FF08\X0\TRUE\X2\FF0930024F8BFF1A516C517130C830A430EC306E583454083002305D30463067306A3051308C3070FF08\X0\FALSE\X2\FF0930023053306E60C55831306F3001969C5BB380055411305152297528306E5FC589816027308472795225306A30C730B630A430F3306E5FC5898160273092793A3059305F3081306B522975283055308C308B3002\X0\','ja-JP',$); +#6309= IFCRELASSOCIATESLIBRARY('201c1KhB90wOmQJVgqLUFH',$,$,$,(#985),#13669); +#13669= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche nach Raumprogramm','Geforderte Bruttofl\S\dche des Geb\S\dudes laut Raumprogramm.','de-DE',$); -#6316= IFCRELASSOCIATESLIBRARY('35$betOtrCaR$sgLL59ZJn',$,$,$,(#1004),#13670); -#13670= IFCLIBRARYREFERENCE($,$,'\X2\D578B514CEA0\X0\ \X2\C561C138C2A4\X0\ \X2\AC00B2A5C131\X0\','\X2\ACF5AC04C774\X0\ \X2\D578B514CEA1C744C704D55C\X0\ \X2\ACF5AC04\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. \X2\C608\X0\ : \X2\ACF5ACF5\X0\ \X2\D654C7A5C2E4C758\X0\ \X2\ACBDC6B0\X0\ TRUE. \X2\C774\X0\ \X2\C815BCF4B294\X0\ \X2\C7A5C560C778C744C704D55C\X0\ \X2\C774C6A9C758\X0\ \X2\D544C694C131ACFC\X0\ \X2\D2B9BCC4D55C\X0\ \X2\B514C790C778C758\X0\ \X2\D544C694C131C744\X0\ \X2\B098D0C0B0B4AE30\X0\ \X2\C704D574\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#6310= IFCRELASSOCIATESLIBRARY('0p23_8SBvFPRZcJE3vuQez',$,$,$,(#985),#13670); +#13670= IFCLIBRARYREFERENCE($,$,'Gross Planned Area',$,'en',$); -#6317= IFCRELASSOCIATESLIBRARY('0WoWu$qsz28wxlnv$oYNkC',$,$,$,(#1005),#13671); -#13671= IFCLIBRARYREFERENCE($,$,'Behindertengerecht','Angabe, ob die T\S\|r behindertengerecht gem\S\d\S\_ der nationalen oder regionalen Verordnung ist (JA), oder nicht (NEIN).','de-DE',$); +#6311= IFCRELASSOCIATESLIBRARY('3wgCfaNgH1Ygfj4o14FvTo',$,$,$,(#985),#13671); +#13671= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie brute','Surface programm\S\ie brute totale du b\S\btiment. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); -#6318= IFCRELASSOCIATESLIBRARY('3V1_pNr1X4_RcNf6XIP2dk',$,$,$,(#1005),#13672); -#13672= IFCLIBRARYREFERENCE($,$,'Handicap Accessible',$,'en',$); +#6312= IFCRELASSOCIATESLIBRARY('1avNiopCX9Pfev_yYk66Qd',$,$,$,(#985),#13672); +#13672= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30B030ED30B997627A4D\X0\','\X2\8A08753B3055308C305F30B030ED30B997627A4D30025EFA72698A08753B306B969B306B4F7F75283002\X0\','ja-JP',$); -#6319= IFCRELASSOCIATESLIBRARY('2h5N_kaUz0pgEriCPtN$i1',$,$,$,(#1005),#13673); -#13673= IFCLIBRARYREFERENCE($,$,'AccessibleHandicapes','Indique que cet objet est con\S\gu pour \S\jtre accessible aux handicap\S\is. Indication donn\S\ie selon le Code National.','fr-FR',$); +#6313= IFCRELASSOCIATESLIBRARY('22gYYvt0j1VuR1Tepwli_E',$,$,$,(#985),#13673); +#13673= IFCLIBRARYREFERENCE($,$,'\X2\ACC4D68D\X0\ \X2\ADF8B85CC2A4\X0\ \X2\BA74C801\X0\','\X2\ACC4D68DB41C\X0\ \X2\ADF8B85CC2A4\X0\ \X2\BA74C801\X0\. \X2\AC74BB3C\X0\ \X2\ACC4D68DC2DC\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#6320= IFCRELASSOCIATESLIBRARY('1v6CV0xIr9LRLs81DCazrn',$,$,$,(#1006),#13674); -#13674= IFCLIBRARYREFERENCE($,$,'Behindertengerecht','German-description-7','de-DE',$); +#6314= IFCRELASSOCIATESLIBRARY('3OeR0khdTApBBVX5Cq_vGc',$,$,$,(#986),#13674); +#13674= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche nach Raumprogramm','Geforderte Bruttofl\S\dche des Geschosses laut Raumprogramm.','de-DE',$); -#6321= IFCRELASSOCIATESLIBRARY('12FeRTmT52sxk5Tfzkj5po',$,$,$,(#1006),#13675); -#13675= IFCLIBRARYREFERENCE($,$,'Handicap Accessible',$,'en',$); +#6315= IFCRELASSOCIATESLIBRARY('0dGix44ST2SRVxkRTTamTg',$,$,$,(#986),#13675); +#13675= IFCLIBRARYREFERENCE($,$,'Gross Planned Area',$,'en',$); -#6322= IFCRELASSOCIATESLIBRARY('1ej4NvDZrD5fZqnf$RPvCi',$,$,$,(#1006),#13676); -#13676= IFCLIBRARYREFERENCE($,$,'AccessibleHandicapes','Indique que cet objet est con\S\gu pour \S\jtre accessible aux handicap\S\is. Indication donn\S\ie selon le Code National.','fr-FR',$); +#6316= IFCRELASSOCIATESLIBRARY('2MQ2GI6cj5JAO1eG9lbalI',$,$,$,(#986),#13676); +#13676= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie brute','Surface programm\S\ie brute totale de l''\S\itage. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); -#6323= IFCRELASSOCIATESLIBRARY('0CBnu2TSb2FByoBMKpAYUm',$,$,$,(#1006),#13677); -#13677= IFCLIBRARYREFERENCE($,$,'\X2\30CF30F330C730A330AD30E330C330D730A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E7A7A9593304C30CF30F330C730A330AD30E330C330D7800554113051306E7A7A9593304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#6317= IFCRELASSOCIATESLIBRARY('1DQAAn$zjBPOjR0$p8zKyj',$,$,$,(#986),#13677); +#13677= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30B030ED30B997627A4D\X0\','\X2\8A08753B3055308C305F5EFA7269968E306E30B030ED30B997627A4D30025EFA72698A08753B306B969B306B4F7F75283002\X0\','ja-JP',$); -#6324= IFCRELASSOCIATESLIBRARY('0U70Y2$0bFgA2w$nAYGEyM',$,$,$,(#1006),#13678); -#13678= IFCLIBRARYREFERENCE($,$,'\X2\662F54264E3A65E0969C788D8BBE65BD\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A53EF4F9B6B8B75BE4EBA4F7F7528768465E0969C788D8BBE65BD3002\X0\\X\0D\X\0A\X2\8BE55C5E602776846839636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); +#6318= IFCRELASSOCIATESLIBRARY('3SZFRlYjr1Cuydre$FZ4IW',$,$,$,(#986),#13678); +#13678= IFCLIBRARYREFERENCE($,$,'\X2\ACC4D68D\X0\ \X2\ADF8B85CC2A4\X0\ \X2\BA74C801\X0\','\X2\ACC4D68DB41C\X0\ \X2\AC74BB3C\X0\ \X2\CE35\X0\ \X2\ADF8B85CC2A4\X0\ \X2\BA74C801\X0\. \X2\AC74BB3C\X0\ \X2\ACC4D68DC2DC\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#6325= IFCRELASSOCIATESLIBRARY('2_S7xBIVP6G9R71MT9LSuA',$,$,$,(#1008),#13679); -#13679= IFCLIBRARYREFERENCE($,$,'Hanging Height',$,'en',$); +#6319= IFCRELASSOCIATESLIBRARY('324Tp0baTFfBhBGnoYzNKm',$,$,$,(#987),#13679); +#13679= IFCLIBRARYREFERENCE($,$,'Gross Planned Area',$,'en',$); -#6326= IFCRELASSOCIATESLIBRARY('0ePOwcddP0gwbYlOHyXaQU',$,$,$,(#1009),#13680); -#13680= IFCLIBRARYREFERENCE($,$,'Hardening Module',$,'en',$); +#6320= IFCRELASSOCIATESLIBRARY('38UTc5qR52ketNry2dDyqw',$,$,$,(#987),#13680); +#13680= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie brute','Surface programm\S\ie brute totale de la pi\S\hce. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); -#6327= IFCRELASSOCIATESLIBRARY('1lQM1HrV1CsubaCJP6hjsY',$,$,$,(#1010),#13681); -#13681= IFCLIBRARYREFERENCE($,$,'Hardness',$,'en',$); +#6321= IFCRELASSOCIATESLIBRARY('2axoyYuO9ADfPv56At0XAt',$,$,$,(#987),#13681); +#13681= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30B030ED30B997627A4D\X0\','\X2\8A08753B3055308C305F30B030ED30B997627A4D30025EFA72698A08753B306B969B306B4F7F75283002\X0\','ja-JP',$); -#6328= IFCRELASSOCIATESLIBRARY('21GErcoEj0APBV8qDgSDlF',$,$,$,(#1011),#13682); -#13682= IFCLIBRARYREFERENCE($,$,'Antistatische Oberfl\S\dche','Angabe, ob der Bodenbelag eine antistatische Oberfl\S\dche hat (JA), oder nicht (NEIN).','de-DE',$); +#6322= IFCRELASSOCIATESLIBRARY('1Q1180r$99RfVXlu797aMt',$,$,$,(#989),#13682); +#13682= IFCLIBRARYREFERENCE($,$,'Ground Fault Current Set Value',$,'en',$); -#6329= IFCRELASSOCIATESLIBRARY('1m6rRhsIX1iAmUIZc8v$UP',$,$,$,(#1011),#13683); -#13683= IFCLIBRARYREFERENCE($,$,'Has Anti Static Surface',$,'en',$); +#6323= IFCRELASSOCIATESLIBRARY('2gl8fDC5L51QByYHBGTANf',$,$,$,(#990),#13683); +#13683= IFCLIBRARYREFERENCE($,$,'Ground Fault Function',$,'en',$); -#6330= IFCRELASSOCIATESLIBRARY('2$dz687NX8YheufMNqHB2r',$,$,$,(#1011),#13684); -#13684= IFCLIBRARYREFERENCE($,$,'Anti statique','Indique si la finition est con\S\gue pour \S\jtre anti statique (VRAI) ou non (FAUX).','fr-FR',$); +#6324= IFCRELASSOCIATESLIBRARY('2hV3slC4nCtPfvXxi_WLIx',$,$,$,(#991),#13684); +#13684= IFCLIBRARYREFERENCE($,$,'Ground Faulti2t Function',$,'en',$); -#6331= IFCRELASSOCIATESLIBRARY('1aR9pt$K93LPl_JdoihuGJ',$,$,$,(#1011),#13685); -#13685= IFCLIBRARYREFERENCE($,$,'\X2\88689762662F5426963297597535\X0\','\X2\8868793A8868976259047406662F54268BBE8BA14E3A96329759753576843002\X0\','zh-CN',$); +#6325= IFCRELASSOCIATESLIBRARY('0oyWVCfnn9zxB_2rWfCVA6',$,$,$,(#992),#13685); +#13685= IFCLIBRARYREFERENCE($,$,'Ground Fault Tripping Time',$,'en',$); -#6332= IFCRELASSOCIATESLIBRARY('2tjugHbKbEnPr1cdDh5hG1',$,$,$,(#1014),#13686); -#13686= IFCLIBRARYREFERENCE($,$,'Has Built In Alarm',$,'en',$); +#6326= IFCRELASSOCIATESLIBRARY('0ohAPPSLDDeRns1Hfb9b3m',$,$,$,(#1003),#13686); +#13686= IFCLIBRARYREFERENCE($,$,'Group Code',$,'en',$); -#6333= IFCRELASSOCIATESLIBRARY('08QDRae054MfXerJVAX4Sj',$,$,$,(#1014),#13687); -#13687= IFCLIBRARYREFERENCE($,$,'\X2\71598B6658315668306B542B307E308C30663044308B304B\X0\','\X2\715930BB30F330B530FC304C71598B66583130BB30F330B530E630CB30C330C8306E4E2D306B89817D20306830573066542B307E308C30663044308B304B\X0\(TRUE)\X2\30015426304B\X0\(FALSE)\X2\30928B5852253059308B3002\X0\','ja-JP',$); +#6330= IFCRELASSOCIATESLIBRARY('0hlJqN31H1Phvdt91spA90',$,$,$,(#1008),#13687); +#13687= IFCLIBRARYREFERENCE($,$,'Gully Type',$,'en',$); -#6334= IFCRELASSOCIATESLIBRARY('1HKXwEnFv4JuQOqzTeg9YX',$,$,$,(#1014),#13688); -#13688= IFCLIBRARYREFERENCE($,$,'\X2\C5F0AE30\X0\ \X2\ACBDBCF4AE30C5D0\X0\ \X2\D3ECD568C5ECBD80\X0\','\X2\C5F0AE30\X0\ \X2\C13CC11CAC00\X0\ \X2\D654C7AC\X0\ \X2\ACBDBCF4\X0\ \X2\C13CC11C\X0\ \X2\C720B2DBC758\X0\ \X2\C694C18CB85C\X0\ \X2\D3ECD568B418C5B4\X0\ \X2\C788B294C9C0\X0\ (TRUE) \X2\C5ECBD80\X0\ (FALSE)\X2\B97C\X0\ \X2\D655C778D55CB2E4\X0\.','ko-KR',$); +#6331= IFCRELASSOCIATESLIBRARY('20z2XHhkr8aR98Gwq7GFrE',$,$,$,(#1008),#13688); +#13688= IFCLIBRARYREFERENCE($,$,'\X2\6E9D7A2E985E\X0\','\X2\5FC5898130683055308C308B30BF30A430D7304C30BB30C330C83055308C308B6E9D306E5B9A7FA93055308C305F30BF30A430D7309278BA8A8D30573066304F3060305530443002\X0\','ja-JP',$); -#6335= IFCRELASSOCIATESLIBRARY('34XBDos3L4xukdrzlot$s0',$,$,$,(#1015),#13689); -#13689= IFCLIBRARYREFERENCE($,$,'Has Caps',$,'en',$); +#6332= IFCRELASSOCIATESLIBRARY('18CzEM2KX8Je2Uufftz6gP',$,$,$,(#1009),#13689); +#13689= IFCLIBRARYREFERENCE($,$,'Gully Type',$,'en',$); -#6336= IFCRELASSOCIATESLIBRARY('3jL53P1nfFPAlvx7q$4l3A',$,$,$,(#1015),#13690); -#13690= IFCLIBRARYREFERENCE($,$,'\X2\4FDD8B7730AD30E330C330D7\X0\','\X2\516553E363A57D9A304C4FDD8B7730AD30E330C330D730926301306330663044308B304B3002\X0\','ja-JP',$); +#6333= IFCRELASSOCIATESLIBRARY('2KjYNeu41BTBCHS4lhs6b0',$,$,$,(#1009),#13690); +#13690= IFCLIBRARYREFERENCE($,$,'\X2\963281ED5F01306E7A2E985E\X0\','\X2\8A2D7F6E3059308B4E885B9A306E6E9D309230423089304B305830815B9A7FA9306730BF30A430D7309278BA8A8D3057307E30593002\X0\','ja-JP',$); -#6337= IFCRELASSOCIATESLIBRARY('2V8Lbvax1DKubvfGxz7yDK',$,$,$,(#1016),#13691); -#13691= IFCLIBRARYREFERENCE($,$,'Has Coating',$,'en',$); +#6334= IFCRELASSOCIATESLIBRARY('3iYx$KRqr4He1VNqF_z91k',$,$,$,(#1010),#13691); +#13691= IFCLIBRARYREFERENCE($,$,'Halogen Proof',$,'en',$); -#6338= IFCRELASSOCIATESLIBRARY('0_z75l2U93quKerNqo7iFK',$,$,$,(#1016),#13692); -#13692= IFCLIBRARYREFERENCE($,$,'\X2\30B330FC30C630A330F330B06709308A\X0\','\X2\30D530A330F3304C30B330FC30C630A330F330B06709308A306E58345408\X0\ TRUE\X2\300171213057306E58345408\X0\FALSE','ja-JP',$); +#6335= IFCRELASSOCIATESLIBRARY('0r5Xb1axH1zeb2mMTY9Qgr',$,$,$,(#1010),#13692); +#13692= IFCLIBRARYREFERENCE($,$,'\X2\30A830B330B130FC30D630EB\X0\','\X2\71593084523A6FC081ED306E3042308B30AC30B9306E767A751F304C5C11306A304430B130FC30D630EB3002\X0\','ja-JP',$); -#6339= IFCRELASSOCIATESLIBRARY('1QiuwANDj5a9H5yyyQzzyf',$,$,$,(#1019),#13693); -#13693= IFCLIBRARYREFERENCE($,$,'Has Cover',$,'en',$); +#6336= IFCRELASSOCIATESLIBRARY('0RNiRmE21C5gX7lE4qoP3Y',$,$,$,(#1010),#13693); +#13693= IFCLIBRARYREFERENCE($,$,'\X2\C5D0CF54\X0\ \X2\CF00C774BE14\X0\','\X2\C5F0AE30C640\X0\ \X2\C790ADF9C801C778\X0\ \X2\B0C4C0C8AC00C788B294\X0\ \X2\AC00C2A4C758\X0\ \X2\BC1CC0DDC774\X0\ \X2\C801C740\X0\ \X2\CF00C774BE14\X0\','ko-KR',$); -#6340= IFCRELASSOCIATESLIBRARY('1bDOeI6Cv7OAZIITVkyzpX',$,$,$,(#1019),#13694); -#13694= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC\X0\','\X2\30AB30D030FC4ED8304B30693046304B3002\X0\','ja-JP',$); +#6337= IFCRELASSOCIATESLIBRARY('23EjE$4Kf4JuXL_GMkz9nK',$,$,$,(#1011),#13694); +#13694= IFCLIBRARYREFERENCE($,$,'Halogen Proof',$,'en',$); -#6341= IFCRELASSOCIATESLIBRARY('3MT6lPv1rB0Qc9MkzCZr4m',$,$,$,(#1019),#13695); -#13695= IFCLIBRARYREFERENCE($,$,'\X2\CEE4BC84\X0\','\X2\CEE4BC84\X0\ \X2\C720BB34\X0\','ko-KR',$); +#6338= IFCRELASSOCIATESLIBRARY('2WUhhtWrj4RepS1GRqbfSo',$,$,$,(#1011),#13695); +#13695= IFCLIBRARYREFERENCE($,$,'\X2\30CF30ED30B230F38A3C660E\X0\','\X2\5C1191CF306E7159304A30883073523A6FC03059308B81316C17\X0\/\X2\30AC30B93092751F62103002\X0\','ja-JP',$); -#6342= IFCRELASSOCIATESLIBRARY('3TryNvFkf5lRgI7Z9vc7r7',$,$,$,(#1021),#13696); -#13696= IFCLIBRARYREFERENCE($,$,'Has Deflector',$,'en',$); +#6339= IFCRELASSOCIATESLIBRARY('3GwzcH3K57KvmIcTYCRgos',$,$,$,(#1011),#13696); +#13696= IFCLIBRARYREFERENCE($,$,'\X2\D560B85CAC90\X0\ \X2\C99DBA85\X0\','\X2\C18CB7C9C758\X0\ \X2\C5F0AE30C640\X0\ \X2\C790ADF9\X0\ \X2\D0C8AE30\X0\ / \X2\AC00C2A4B97C\X0\ \X2\C0DDC131D569B2C8B2E4\X0\.','ko-KR',$); -#6343= IFCRELASSOCIATESLIBRARY('0TDq1OqyLEHQOa_z8w9g0s',$,$,$,(#1021),#13697); -#13697= IFCLIBRARYREFERENCE($,$,'\X2\30C730A330D530EC30AF30BF30FC306E67097121\X0\','\X2\30B930D730EA30F330AF30E930FC4F5C52D566423001653E6C34309262E165633055305B308B504F54115668FF0830D030C330D530EBFF0953D6308A4ED8305130663044308B304B30693046304B306E8868793AFF08\X0\= TRUE\X2\FF09305D30463067306A3044304BFF08\X0\= FALSE\X2\FF0930928FD43057307E30593002\X0\','ja-JP',$); +#6340= IFCRELASSOCIATESLIBRARY('1b$GznQK95aRrZx4yQ5KiW',$,$,$,(#1012),#13697); +#13697= IFCLIBRARYREFERENCE($,$,'Behindertengerecht','German-description-7','de-DE',$); -#6344= IFCRELASSOCIATESLIBRARY('1KpUofWHf0_g9dbrKpbhTP',$,$,$,(#1022),#13698); -#13698= IFCLIBRARYREFERENCE($,$,'Has Defrost',$,'en',$); +#6341= IFCRELASSOCIATESLIBRARY('2Fd69qylj0lOyR4RWgeid7',$,$,$,(#1012),#13698); +#13698= IFCLIBRARYREFERENCE($,$,'Handicap Accessible',$,'en',$); -#6345= IFCRELASSOCIATESLIBRARY('1oK_WPey10HP_LykoUR8Rz',$,$,$,(#1022),#13699); -#13699= IFCLIBRARYREFERENCE($,$,'Poss\S\hdeD\S\igel','Poss\S\hde ou non une fonction d\S\igel sur l''\S\ichangeur de chaleur','fr-FR',$); +#6342= IFCRELASSOCIATESLIBRARY('0XbbKwhmr5Wg3V0tJBQcAn',$,$,$,(#1012),#13699); +#13699= IFCLIBRARYREFERENCE($,$,'AccessibleHandicapes','Indique que cet objet est con\S\gu pour \S\jtre accessible aux handicap\S\is. Indication donn\S\ie selon le Code National.','fr-FR',$); -#6346= IFCRELASSOCIATESLIBRARY('3n6w3TSrL0LQyRPyzzJrsE',$,$,$,(#1022),#13700); -#13700= IFCLIBRARYREFERENCE($,$,'\X2\30C730D530ED30B930C867097121\X0\','\X2\71B14EA463DB5668306E30C730D530ED30B930C86A5F80FD67097121\X0\','ja-JP',$); +#6343= IFCRELASSOCIATESLIBRARY('3mzXvn2QrCwQrJyXxUo2Sv',$,$,$,(#1012),#13700); +#13700= IFCLIBRARYREFERENCE($,$,'\X2\30CF30F330C730A330AD30E330C330D730A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E7A7A9593304C30CF30F330C730A330AD30E330C330D7800554113051306E7A7A9593304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#6347= IFCRELASSOCIATESLIBRARY('2BNvJJb1P3ZPj_wF6uBa7k',$,$,$,(#1024),#13701); -#13701= IFCLIBRARYREFERENCE($,$,'Antrieb','Angabe, ob dieses Bauteil einen automatischen Antrieb zum \S\Vffnen und Schlie\S\_en besitzt (JA) oder nicht (NEIN).','de-DE',$); +#6344= IFCRELASSOCIATESLIBRARY('3wwV1b5l93BQ4Ld3SBOb1A',$,$,$,(#1012),#13701); +#13701= IFCLIBRARYREFERENCE($,$,'\X2\662F54264E3A65E0969C788D8BBE65BD\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A53EF4F9B6B8B75BE4EBA4F7F7528768465E0969C788D8BBE65BD3002\X0\\X\0D\X\0A\X2\8BE55C5E602776846839636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); -#6348= IFCRELASSOCIATESLIBRARY('2Xj_7VT510h8ZKLj9SCC5l',$,$,$,(#1024),#13702); -#13702= IFCLIBRARYREFERENCE($,$,'Has Drive',$,'en',$); +#6345= IFCRELASSOCIATESLIBRARY('2xL1y$xfj5kfqnJr$d3u3v',$,$,$,(#1013),#13702); +#13702= IFCLIBRARYREFERENCE($,$,'behindertengerecht zug\S\dnglich','Angabe, ob dieser Raum (wie z.B. eine Toilette) behindertengerecht zug\S\dnglich sein soll (JA) oder nicht (NEIN).','de-DE',$); -#6349= IFCRELASSOCIATESLIBRARY('2ATr9mHjLDMw$Ae$BSNgGj',$,$,$,(#1025),#13703); -#13703= IFCLIBRARYREFERENCE($,$,'Antrieb','Angabe, ob dieses Bauteil einen automatischen Antrieb zum \S\Vffnen und Schlie\S\_en besitzt (JA) oder nicht (NEIN).','de-DE',$); +#6346= IFCRELASSOCIATESLIBRARY('3KPqnJqy1EEvenrE4Dh5e5',$,$,$,(#1013),#13703); +#13703= IFCLIBRARYREFERENCE($,$,'Handicap Accessible',$,'en',$); -#6350= IFCRELASSOCIATESLIBRARY('1x3TzctNP1T9Uncez6gx8t',$,$,$,(#1025),#13704); -#13704= IFCLIBRARYREFERENCE($,$,'Has Drive',$,'en',$); +#6347= IFCRELASSOCIATESLIBRARY('3QabaaL1149vbJqzoJ9kbc',$,$,$,(#1013),#13704); +#13704= IFCLIBRARYREFERENCE($,$,'AccessibleHandicapes','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre accessible aux handicap\S\is (VRAI) ou non (FAUX). Cette information est souvent utilis\S\ie pour d\S\iclarer la n\S\icessit\S\i d''un acc\S\hs pour handicap\S\is ou pour des contraintes sp\S\iciales de conception.','fr-FR',$); -#6351= IFCRELASSOCIATESLIBRARY('3GCdPCoi5Cbv5XNoFbiDx9',$,$,$,(#1025),#13705); -#13705= IFCLIBRARYREFERENCE($,$,'Motoris\S\i','Indique si cet objet est dot\S\i d''une motorisation (VRAI) ou non (FAUX).','fr-FR',$); +#6348= IFCRELASSOCIATESLIBRARY('1xC45gLEnDHw2NZFq9dAdn',$,$,$,(#1013),#13705); +#13705= IFCLIBRARYREFERENCE($,$,'\X2\30CF30F330C730A330AD30E330C330D730A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E90E85C4BFF087A7A9593FF09304C30CF30F330C730A330AD30E330C330D7800554113051306E7A7A9593304B30693046304B3092793A305930D630FC30EA30A230F3502430024F8BFF1A516C517130C830A430EC306E58345408\X0\TRUE\X2\30023053306E60C55831306F3001969C5BB380055411305152297528306E5FC589816027308472795225306A30C730B630A430F3306E5FC5898160273092793A3059305F3081306B522975283055308C308B3002\X0\','ja-JP',$); -#6352= IFCRELASSOCIATESLIBRARY('1vNMyTpYzBcgf2TlHwKeVE',$,$,$,(#1028),#13706); -#13706= IFCLIBRARYREFERENCE($,$,'Has Exterior Insulation',$,'en',$); +#6349= IFCRELASSOCIATESLIBRARY('1cNyKnYybF1fnWjIS0GTNh',$,$,$,(#1013),#13706); +#13706= IFCLIBRARYREFERENCE($,$,'\X2\D578B514CEA1\X0\ \X2\C561C138C2A4\X0\ \X2\AC00B2A5C131\X0\','\X2\C774\X0\ \X2\BC29\X0\ (\X2\ACF5AC04\X0\)\X2\C774\X0\ \X2\D578B514CEA1C744C704D55C\X0\ \X2\ACF5AC04\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. \X2\C608\X0\ : \X2\ACF5ACF5\X0\ \X2\D654C7A5C2E4C758\X0\ \X2\ACBDC6B0\X0\ TRUE. \X2\C774\X0\ \X2\C815BCF4B294\X0\ \X2\C7A5C560C778C744C704D55C\X0\ \X2\C774C6A9C758\X0\ \X2\D544C694C131ACFC\X0\ \X2\D2B9BCC4D55C\X0\ \X2\B514C790C778C758\X0\ \X2\D544C694C131C744\X0\ \X2\B098D0C0B0B4AE30\X0\ \X2\C704D574\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#6353= IFCRELASSOCIATESLIBRARY('3Nbl2F_lTEaPz6$wLZ0bUR',$,$,$,(#1028),#13707); -#13707= IFCLIBRARYREFERENCE($,$,'\X2\591690E84FDD6E29\X0\','\X2\30B530A430EC30F330B5306B591690E84FDD6E29304C3042308B3068304D\X0\TRUE','ja-JP',$); +#6350= IFCRELASSOCIATESLIBRARY('3sHAb8HfXArOdth9mL$y06',$,$,$,(#1014),#13707); +#13707= IFCLIBRARYREFERENCE($,$,'Handicap Accessible',$,'en',$); -#6354= IFCRELASSOCIATESLIBRARY('1NPWhOgNn3CfHYrSI1N8sG',$,$,$,(#1029),#13708); -#13708= IFCLIBRARYREFERENCE($,$,'Has Fan',$,'en',$); +#6351= IFCRELASSOCIATESLIBRARY('05VUmpjZf4m9edKC5j2R4W',$,$,$,(#1014),#13708); +#13708= IFCLIBRARYREFERENCE($,$,'AccesHandicapes','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre accessible aux handicap\S\is (VRAI) ou non (FAUX). Cette information est souvent utilis\S\ie pour d\S\iclarer la n\S\icessit\S\i d''un acc\S\hs pour handicap\S\is ou pour des contraintes sp\S\iciales de conception.','fr-FR',$); -#6355= IFCRELASSOCIATESLIBRARY('1a5Dbcmy92MhppARu9sNta',$,$,$,(#1029),#13709); -#13709= IFCLIBRARYREFERENCE($,$,'Poss\S\hde ventilateur','Le registre terminal poss\S\hde dans son int\S\irieur un ventilateur (registre motoris\S\i)','fr-FR',$); +#6352= IFCRELASSOCIATESLIBRARY('3s26WuX1D4xP91ZZrukC9H',$,$,$,(#1014),#13709); +#13709= IFCLIBRARYREFERENCE($,$,'\X2\30CF30F330C730A330AD30E330C330D730A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E7A7A9593304C30CF30F330C730A330AD30E330C330D7800554113051306E7A7A9593304B30693046304B3092793A3059FF08\X0\TRUE\X2\FF0930024F8BFF1A516C517130C830A430EC306E583454083002305D30463067306A3051308C3070FF08\X0\FALSE\X2\FF0930023053306E60C55831306F3001969C5BB380055411305152297528306E5FC589816027308472795225306A30C730B630A430F3306E5FC5898160273092793A3059305F3081306B522975283055308C308B3002\X0\','ja-JP',$); -#6356= IFCRELASSOCIATESLIBRARY('2i4t36XU95NxdP9Cl4Y58f',$,$,$,(#1029),#13710); -#13710= IFCLIBRARYREFERENCE($,$,'\X2\900198A86A5F67097121\X0\','\X2\518590E8306B900198A86A5F3092630130646642306B\X0\TRUE','ja-JP',$); +#6353= IFCRELASSOCIATESLIBRARY('0Oy5UTfOfCq8CICqCmFtNK',$,$,$,(#1014),#13710); +#13710= IFCLIBRARYREFERENCE($,$,'\X2\D578B514CEA0\X0\ \X2\C561C138C2A4\X0\ \X2\AC00B2A5C131\X0\','\X2\ACF5AC04C774\X0\ \X2\D578B514CEA1C744C704D55C\X0\ \X2\ACF5AC04\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. \X2\C608\X0\ : \X2\ACF5ACF5\X0\ \X2\D654C7A5C2E4C758\X0\ \X2\ACBDC6B0\X0\ TRUE. \X2\C774\X0\ \X2\C815BCF4B294\X0\ \X2\C7A5C560C778C744C704D55C\X0\ \X2\C774C6A9C758\X0\ \X2\D544C694C131ACFC\X0\ \X2\D2B9BCC4D55C\X0\ \X2\B514C790C778C758\X0\ \X2\D544C694C131C744\X0\ \X2\B098D0C0B0B4AE30\X0\ \X2\C704D574\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#6357= IFCRELASSOCIATESLIBRARY('2tPQybeoj9uxgOJ_hSBLOP',$,$,$,(#1031),#13711); -#13711= IFCLIBRARYREFERENCE($,$,'Has Grab Handles',$,'en',$); +#6354= IFCRELASSOCIATESLIBRARY('1WrN20B2D9y8eoJiOFlhIG',$,$,$,(#1015),#13711); +#13711= IFCLIBRARYREFERENCE($,$,'Behindertengerecht','Angabe, ob die T\S\|r behindertengerecht gem\S\d\S\_ der nationalen oder regionalen Verordnung ist (JA), oder nicht (NEIN).','de-DE',$); -#6358= IFCRELASSOCIATESLIBRARY('06cluZP8L4iwkGaUKeiD7u',$,$,$,(#1031),#13712); -#13712= IFCLIBRARYREFERENCE($,$,'\X2\624B3059308A306E67097121\X0\','\X2\98A85442306E51FA5165308A309288DC52A93059308B624B3059308A304C53D6308A4ED830513089308C30663044308B304B30693046304B3092793A30593002\X0\','ja-JP',$); +#6355= IFCRELASSOCIATESLIBRARY('0nT6ZNUmHCsgENb6_lpkWM',$,$,$,(#1015),#13712); +#13712= IFCLIBRARYREFERENCE($,$,'Handicap Accessible',$,'en',$); -#6359= IFCRELASSOCIATESLIBRARY('0vxcsfY8jF3hXbL7lJ2VGO',$,$,$,(#1032),#13713); -#13713= IFCLIBRARYREFERENCE($,$,'Has Hose Union',$,'en',$); +#6356= IFCRELASSOCIATESLIBRARY('0yHVbHfb1FyfPAwzpqgUGg',$,$,$,(#1015),#13713); +#13713= IFCLIBRARYREFERENCE($,$,'AccessibleHandicapes','Indique que cet objet est con\S\gu pour \S\jtre accessible aux handicap\S\is. Indication donn\S\ie selon le Code National.','fr-FR',$); -#6360= IFCRELASSOCIATESLIBRARY('2IsrviA4LAOfNMNtTZ_Ix8',$,$,$,(#1032),#13714); -#13714= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B930E630CB30AA30F34ED8304D\X0\','\X2\63926C3430B330C330AF306B30DB30FC30B930E630CB30AA30F37D99624B304C4ED8304430663044308B304B306E8868793AFF0E4ED8304D\X0\\X\0D\X\0A(= TRUE)\X2\71213057\X0\ (= FALSE)','ja-JP',$); +#6357= IFCRELASSOCIATESLIBRARY('1KYAcjU6z1Shu$bCPd_zWe',$,$,$,(#1016),#13714); +#13714= IFCLIBRARYREFERENCE($,$,'Behindertengerecht','German-description-7','de-DE',$); -#6361= IFCRELASSOCIATESLIBRARY('07raEPEjD3$8ME24J2_q7y',$,$,$,(#1033),#13715); -#13715= IFCLIBRARYREFERENCE($,$,'Has Hose Union',$,'en',$); +#6358= IFCRELASSOCIATESLIBRARY('3E6WkM3R1FkBLn2N33eziX',$,$,$,(#1016),#13715); +#13715= IFCLIBRARYREFERENCE($,$,'Handicap Accessible',$,'en',$); -#6362= IFCRELASSOCIATESLIBRARY('0AxyQtZPXAreSLtec9ZgsA',$,$,$,(#1033),#13716); -#13716= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B930E630CB30AA30F34ED8304D\X0\','\X2\63926C3430B330C330AF306B30DB30FC30B930E630CB30AA30F37D99624B304C4ED8304430663044308B304B306E8868793AFF0E4ED8304D\X0\(= TRUE)\X2\71213057\X0\ (= FALSE)','ja-JP',$); +#6359= IFCRELASSOCIATESLIBRARY('1ZAJ7PqzD84hNtDICUcRMh',$,$,$,(#1016),#13716); +#13716= IFCLIBRARYREFERENCE($,$,'AccessibleHandicapes','Indique que cet objet est con\S\gu pour \S\jtre accessible aux handicap\S\is. Indication donn\S\ie selon le Code National.','fr-FR',$); -#6363= IFCRELASSOCIATESLIBRARY('0PdlfrTh9EhR5vuGqXzVml',$,$,$,(#1034),#13717); -#13717= IFCLIBRARYREFERENCE($,$,'Has Hot Gas Bypass',$,'en',$); +#6360= IFCRELASSOCIATESLIBRARY('3IRiRMVlvAowArGLCcM6bk',$,$,$,(#1016),#13717); +#13717= IFCLIBRARYREFERENCE($,$,'\X2\30CF30F330C730A330AD30E330C330D730A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E7A7A9593304C30CF30F330C730A330AD30E330C330D7800554113051306E7A7A9593304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#6364= IFCRELASSOCIATESLIBRARY('1_GHLKm7v9QgX65fQcUjFZ',$,$,$,(#1034),#13718); -#13718= IFCLIBRARYREFERENCE($,$,'PossedeBypassGazChaud','Qu''il y ait ou non un bypass du gaz chaud fourni au niveau du compresseur, VRAI= oui, FAUX= Non.','fr-FR',$); +#6361= IFCRELASSOCIATESLIBRARY('1mNsucRhr5gRnHiPfo_Rde',$,$,$,(#1016),#13718); +#13718= IFCLIBRARYREFERENCE($,$,'\X2\662F54264E3A65E0969C788D8BBE65BD\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A53EF4F9B6B8B75BE4EBA4F7F7528768465E0969C788D8BBE65BD3002\X0\\X\0D\X\0A\X2\8BE55C5E602776846839636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); -#6365= IFCRELASSOCIATESLIBRARY('1AnQL5az9BahprkL8QPXwf',$,$,$,(#1035),#13719); -#13719= IFCLIBRARYREFERENCE($,$,'Has Integral Control',$,'en',$); +#6362= IFCRELASSOCIATESLIBRARY('0vGVr1I6b2ZBeaofWdmxba',$,$,$,(#1018),#13719); +#13719= IFCLIBRARYREFERENCE($,$,'Hanging Height',$,'en',$); -#6366= IFCRELASSOCIATESLIBRARY('3s41aemkT1ixJNePw5ww6I',$,$,$,(#1035),#13720); -#13720= IFCLIBRARYREFERENCE($,$,'Poss\S\hdeContr\S\tleTotal','Si VRAI, une commande interne de la temp\S\irature est incluse dans le terminal de ventilation.','fr-FR',$); +#6363= IFCRELASSOCIATESLIBRARY('2OwoINUkjEJvEvvMVSTg1j',$,$,$,(#1019),#13720); +#13720= IFCLIBRARYREFERENCE($,$,'Hardening Module',$,'en',$); -#6367= IFCRELASSOCIATESLIBRARY('26o2swpvz3GAob8Pq0ofSX',$,$,$,(#1035),#13721); -#13721= IFCLIBRARYREFERENCE($,$,'\X2\81EA5DF152365FA167097121\X0\','\X2\30823057771F306A3089300130BF30FC30DF30CA30EB306B81EA8EAB306B3088308B6E295EA652365FA1304C542B307E308C308B\X0\','ja-JP',$); +#6364= IFCRELASSOCIATESLIBRARY('2hu2fQFY1EvAME_IuBjxls',$,$,$,(#1020),#13721); +#13721= IFCLIBRARYREFERENCE($,$,'Hardness',$,'en',$); -#6368= IFCRELASSOCIATESLIBRARY('1_Z2ILvhz7Ngs1K0W4wqb0',$,$,$,(#1036),#13722); -#13722= IFCLIBRARYREFERENCE($,$,'Has Integral Shut Off Device',$,'en',$); +#6365= IFCRELASSOCIATESLIBRARY('3WYb29IwnDuviGPfIR_nND',$,$,$,(#1021),#13722); +#13722= IFCLIBRARYREFERENCE($,$,'Antistatische Oberfl\S\dche','Angabe, ob der Bodenbelag eine antistatische Oberfl\S\dche hat (JA), oder nicht (NEIN).','de-DE',$); -#6369= IFCRELASSOCIATESLIBRARY('1xsZ1xUKH9Ov8sCoqiMgyF',$,$,$,(#1036),#13723); -#13723= IFCLIBRARYREFERENCE($,$,'\X2\51684F5395896B6288C57F6E304C3064304430663044308B304B30693046304B\X0\','\X2\30D530E930C330B730E55F01306B51684F5395896B6288C57F6E304C3064304430663044308B304B30693046304B306E8868793AFF084ED8304D\X0\TRUE\X2\FF0953C8306FFF0871213057\X0\FALSE\X2\FF09\X0\','ja-JP',$); +#6366= IFCRELASSOCIATESLIBRARY('1If$mkK8L5thRLjFS6mcdw',$,$,$,(#1021),#13723); +#13723= IFCLIBRARYREFERENCE($,$,'Has Anti Static Surface',$,'en',$); -#6370= IFCRELASSOCIATESLIBRARY('1348MzL7X2fh9uLm6VMz5h',$,$,$,(#1037),#13724); -#13724= IFCLIBRARYREFERENCE($,$,'Has Ladder',$,'en',$); +#6367= IFCRELASSOCIATESLIBRARY('0E1L6vUybBCAtFUmRuCxQk',$,$,$,(#1021),#13724); +#13724= IFCLIBRARYREFERENCE($,$,'Anti statique','Indique si la finition est con\S\gue pour \S\jtre anti statique (VRAI) ou non (FAUX).','fr-FR',$); -#6371= IFCRELASSOCIATESLIBRARY('1aL4J2f5j6Dw4cki_URi$2',$,$,$,(#1037),#13725); -#13725= IFCLIBRARYREFERENCE($,$,'\X2\68AF5B506709308A\X0\','\X2\4E0A90E8309270B9691C3059308B305F3081306E68AF5B50\X0\(TRUE\X2\306B8A2D5B9AFF09309230BF30F330AF306B5099304830663044308B304B30693046304B306E8868793A300030823057300168AF5B50304C509930484ED830513089308C30663044306A3051308C30705024306F\X0\FALSE\X2\30688A2D5B9A3055308C308B3002300030006CE8FF1A8868793A304C306A304458345408306F68AF5B50306E30BF30A430D7304C4E0E30483089308C308BFF0830B030FC30B930CD30C330AF4ED6FF09\X0\','ja-JP',$); +#6368= IFCRELASSOCIATESLIBRARY('2vCLMEkIj1NPhh7ZxpM7L8',$,$,$,(#1021),#13725); +#13725= IFCLIBRARYREFERENCE($,$,'\X2\88689762662F5426963297597535\X0\','\X2\8868793A8868976259047406662F54268BBE8BA14E3A96329759753576843002\X0\','zh-CN',$); -#6372= IFCRELASSOCIATESLIBRARY('3cWrb6YmTFDBv_AXaycAFf',$,$,$,(#1038),#13726); -#13726= IFCLIBRARYREFERENCE($,$,'Has Liner',$,'en',$); +#6369= IFCRELASSOCIATESLIBRARY('1vapnksyHEDw0Tuh2o$tVA',$,$,$,(#1024),#13726); +#13726= IFCLIBRARYREFERENCE($,$,'Has Built In Alarm',$,'en',$); -#6373= IFCRELASSOCIATESLIBRARY('05P6fr45z8rRg4v0jKvBnn',$,$,$,(#1038),#13727); -#13727= IFCLIBRARYREFERENCE($,$,'\X2\51855F35308A67097121\X0\','\X2\51858CBC308A4FDD6E2930C030AF30C851859762306B3042308B3068304D306B\X0\TRUE\X2\3002712130446642306B\X0\FALSE','ja-JP',$); +#6370= IFCRELASSOCIATESLIBRARY('0xzFMYDdvFxfcB0u21gloe',$,$,$,(#1024),#13727); +#13727= IFCLIBRARYREFERENCE($,$,'\X2\71598B6658315668306B542B307E308C30663044308B304B\X0\','\X2\715930BB30F330B530FC304C71598B66583130BB30F330B530E630CB30C330C8306E4E2D306B89817D20306830573066542B307E308C30663044308B304B\X0\(TRUE)\X2\30015426304B\X0\(FALSE)\X2\30928B5852253059308B3002\X0\','ja-JP',$); -#6374= IFCRELASSOCIATESLIBRARY('11AnMfk5T2eBNIpJrGF1KV',$,$,$,(#1039),#13728); -#13728= IFCLIBRARYREFERENCE($,$,'Has Liner',$,'en',$); +#6371= IFCRELASSOCIATESLIBRARY('1Y9ihWsJH7fQlHy5vfgfaj',$,$,$,(#1024),#13728); +#13728= IFCLIBRARYREFERENCE($,$,'\X2\C5F0AE30\X0\ \X2\ACBDBCF4AE30C5D0\X0\ \X2\D3ECD568C5ECBD80\X0\','\X2\C5F0AE30\X0\ \X2\C13CC11CAC00\X0\ \X2\D654C7AC\X0\ \X2\ACBDBCF4\X0\ \X2\C13CC11C\X0\ \X2\C720B2DBC758\X0\ \X2\C694C18CB85C\X0\ \X2\D3ECD568B418C5B4\X0\ \X2\C788B294C9C0\X0\ (TRUE) \X2\C5ECBD80\X0\ (FALSE)\X2\B97C\X0\ \X2\D655C778D55CB2E4\X0\.','ko-KR',$); -#6375= IFCRELASSOCIATESLIBRARY('3gJwbRNqf13vXSg7YcLg3O',$,$,$,(#1039),#13729); -#13729= IFCLIBRARYREFERENCE($,$,'\X2\51855F35308A67097121\X0\','\X2\51858CBC308A4FDD6E2930C030AF30C851859762306B3042308B3068304D306B\X0\TRUE\X2\3002712130446642306B\X0\FALSE','ja-JP',$); +#6372= IFCRELASSOCIATESLIBRARY('1sy5011MrB0PCzDvV6dH4H',$,$,$,(#1025),#13729); +#13729= IFCLIBRARYREFERENCE($,$,'Has Caps',$,'en',$); -#6376= IFCRELASSOCIATESLIBRARY('2PxRYFyizDPvyEptmVtM9L',$,$,$,(#1040),#13730); -#13730= IFCLIBRARYREFERENCE($,$,'Has Lock',$,'en',$); +#6373= IFCRELASSOCIATESLIBRARY('3QbQA42UDF_u3$6K_8bvTG',$,$,$,(#1025),#13730); +#13730= IFCLIBRARYREFERENCE($,$,'\X2\4FDD8B7730AD30E330C330D7\X0\','\X2\516553E363A57D9A304C4FDD8B7730AD30E330C330D730926301306330663044308B304B3002\X0\','ja-JP',$); -#6377= IFCRELASSOCIATESLIBRARY('1c1D2l7CnAFRSQu_4CKkVY',$,$,$,(#1040),#13731); -#13731= IFCLIBRARYREFERENCE($,$,'\X2\30ED30C330AF306E53EF5426\X0\','\X2\30B930A430C330C188C57F6E304C30AD30FC64CD4F5C306730ED30C330AF3059308B58345408306FFF08\X0\TRUE)\X2\3001305D30463067306A304458345408306FFF08\X0\FALSE)\X2\3092886830593002\X0\','ja-JP',$); +#6374= IFCRELASSOCIATESLIBRARY('06qvFttbX2KwR4DSjdXhox',$,$,$,(#1026),#13731); +#13731= IFCLIBRARYREFERENCE($,$,'Has Coating',$,'en',$); -#6378= IFCRELASSOCIATESLIBRARY('3WOV8FbT54QB2lWRs0bcb9',$,$,$,(#1040),#13732); -#13732= IFCLIBRARYREFERENCE($,$,'\X2\C7A0AE08C5ECBD80\X0\','\X2\C2A4C704CE58\X0\ \X2\C7A5CE58AC00\X0\ \X2\D0A4\X0\ \X2\C870C791C73CB85C\X0\ \X2\C7A0AE00\X0\ \X2\ACBDC6B0\X0\ (TRUE), \X2\ADF8B807C9C0\X0\ \X2\C54AC740\X0\ \X2\ACBDC6B0\X0\ (FALSE)\X2\C744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#6375= IFCRELASSOCIATESLIBRARY('31law1XBzD3xKc3osbIEEi',$,$,$,(#1026),#13732); +#13732= IFCLIBRARYREFERENCE($,$,'\X2\30B330FC30C630A330F330B06709308A\X0\','\X2\30D530A330F3304C30B330FC30C630A330F330B06709308A306E58345408\X0\ TRUE\X2\300171213057306E58345408\X0\FALSE','ja-JP',$); -#6379= IFCRELASSOCIATESLIBRARY('2LFYfkTPbER9pQ2mtPutEf',$,$,$,(#1042),#13733); -#13733= IFCLIBRARYREFERENCE($,$,'Nichtrutschende Oberfl\S\dche','German-description-11','de-DE',$); +#6376= IFCRELASSOCIATESLIBRARY('1uHbol_116hvL6TBf9yY5I',$,$,$,(#1029),#13733); +#13733= IFCLIBRARYREFERENCE($,$,'Has Cover',$,'en',$); -#6380= IFCRELASSOCIATESLIBRARY('3hNaPOSLr3HBmQEnCNJ9GH',$,$,$,(#1042),#13734); -#13734= IFCLIBRARYREFERENCE($,$,'Has Non Skid Surface',$,'en',$); +#6377= IFCRELASSOCIATESLIBRARY('1ej2RlUQ98khNuKnJ5xtKe',$,$,$,(#1029),#13734); +#13734= IFCLIBRARYREFERENCE($,$,'\X2\30AB30D030FC\X0\','\X2\30AB30D030FC4ED8304B30693046304B3002\X0\','ja-JP',$); -#6381= IFCRELASSOCIATESLIBRARY('2OJjlGzPXB$87mkwhT2mOZ',$,$,$,(#1042),#13735); -#13735= IFCLIBRARYREFERENCE($,$,'AntiDerapant','Indique si le rev\S\jtement de surface est anti d\S\irapant (VRAI) ou non (FALSE)','fr-FR',$); +#6378= IFCRELASSOCIATESLIBRARY('1SQ0VwroTCHPbHb$ayeaiq',$,$,$,(#1029),#13735); +#13735= IFCLIBRARYREFERENCE($,$,'\X2\CEE4BC84\X0\','\X2\CEE4BC84\X0\ \X2\C720BB34\X0\','ko-KR',$); -#6382= IFCRELASSOCIATESLIBRARY('3JBYxhJx9EM8Ajsg4H6xcz',$,$,$,(#1042),#13736); -#13736= IFCLIBRARYREFERENCE($,$,'\X2\6ED1308A6B6230818868976252A05DE5533A5206\X0\','\X2\30B930EA30C330D796326B62306E305F3081306E886897624ED54E0A30523092305730663044308B304B30693046304B306E30D630FC30EA30A230F350243002\X0\','ja-JP',$); +#6379= IFCRELASSOCIATESLIBRARY('1yoCMi_hHF9Pngyg0MaSA6',$,$,$,(#1031),#13736); +#13736= IFCLIBRARYREFERENCE($,$,'Has Deflector',$,'en',$); -#6383= IFCRELASSOCIATESLIBRARY('36Yrpl9rbCqORiUFqrM2JD',$,$,$,(#1042),#13737); -#13737= IFCLIBRARYREFERENCE($,$,'\X2\88689762662F542696326ED1\X0\','\X2\8868793A8868976259047406662F54268BBE8BA14E3A96326ED176843002\X0\','zh-CN',$); +#6380= IFCRELASSOCIATESLIBRARY('2HdUoxpdH7ouNH9Fnmcdr7',$,$,$,(#1031),#13737); +#13737= IFCLIBRARYREFERENCE($,$,'\X2\30C730A330D530EC30AF30BF30FC306E67097121\X0\','\X2\30B930D730EA30F330AF30E930FC4F5C52D566423001653E6C34309262E165633055305B308B504F54115668FF0830D030C330D530EBFF0953D6308A4ED8305130663044308B304B30693046304B306E8868793AFF08\X0\= TRUE\X2\FF09305D30463067306A3044304BFF08\X0\= FALSE\X2\FF0930928FD43057307E30593002\X0\','ja-JP',$); -#6384= IFCRELASSOCIATESLIBRARY('21mYzv8d93WPtOAt9_K6_H',$,$,$,(#1043),#13738); -#13738= IFCLIBRARYREFERENCE($,$,'Nichtrutschende Oberfl\S\dche','German-description-8','de-DE',$); +#6381= IFCRELASSOCIATESLIBRARY('1YdQrENy54sBPp61R$m0vZ',$,$,$,(#1032),#13738); +#13738= IFCLIBRARYREFERENCE($,$,'Has Defrost',$,'en',$); -#6385= IFCRELASSOCIATESLIBRARY('1vYVNdFKXD6xQq3S_I4iXH',$,$,$,(#1043),#13739); -#13739= IFCLIBRARYREFERENCE($,$,'Has Non Skid Surface',$,'en',$); +#6382= IFCRELASSOCIATESLIBRARY('2xVXU$Y3DEjfuYlcNlUggT',$,$,$,(#1032),#13739); +#13739= IFCLIBRARYREFERENCE($,$,'Poss\S\hdeD\S\igel','Poss\S\hde ou non une fonction d\S\igel sur l''\S\ichangeur de chaleur','fr-FR',$); -#6386= IFCRELASSOCIATESLIBRARY('00X_1eLPz3hvEucloDSKR2',$,$,$,(#1043),#13740); -#13740= IFCLIBRARYREFERENCE($,$,'AntiDerapant','Indique si le rev\S\jtement de surface est anti d\S\irapant (VRAI) ou non (FAUX)','fr-FR',$); +#6383= IFCRELASSOCIATESLIBRARY('2nKSrQ0ZjA6uE3RgcqxTHk',$,$,$,(#1032),#13740); +#13740= IFCLIBRARYREFERENCE($,$,'\X2\30C730D530ED30B930C867097121\X0\','\X2\71B14EA463DB5668306E30C730D530ED30B930C86A5F80FD67097121\X0\','ja-JP',$); -#6387= IFCRELASSOCIATESLIBRARY('2jDTqpy9L6xR$C_p6CjZKU',$,$,$,(#1043),#13741); -#13741= IFCLIBRARYREFERENCE($,$,'\X2\6ED1308A6B6230818868976252A05DE5533A5206\X0\','\X2\30B930EA30C330D796326B62306E305F3081306E886897624ED54E0A30523092305730663044308B304B30693046304B306E30D630FC30EA30A230F350243002\X0\','ja-JP',$); +#6384= IFCRELASSOCIATESLIBRARY('2egobe5DL4PA6XaITMlM0C',$,$,$,(#1034),#13741); +#13741= IFCLIBRARYREFERENCE($,$,'Antrieb','Angabe, ob dieses Bauteil einen automatischen Antrieb zum \S\Vffnen und Schlie\S\_en besitzt (JA) oder nicht (NEIN).','de-DE',$); -#6388= IFCRELASSOCIATESLIBRARY('0woPv1JVbEVB_Ma_W6diHy',$,$,$,(#1043),#13742); -#13742= IFCLIBRARYREFERENCE($,$,'\X2\88689762662F542696326ED1\X0\','\X2\8868793A8868976259047406662F54268BBE8BA14E3A96326ED176843002\X0\','zh-CN',$); +#6385= IFCRELASSOCIATESLIBRARY('03qIAWw8HFk8R7SbdST6Vc',$,$,$,(#1034),#13742); +#13742= IFCLIBRARYREFERENCE($,$,'Has Drive',$,'en',$); -#6389= IFCRELASSOCIATESLIBRARY('3bw0mFlmX5Eew3XnUewFsz',$,$,$,(#1044),#13743); -#13743= IFCLIBRARYREFERENCE($,$,'Nichtrutschende Oberfl\S\dche','Angabe, ob der Bodenbelag eine nichtrutschende Oberfl\S\dche hat (JA), oder nicht (NEIN).','de-DE',$); +#6386= IFCRELASSOCIATESLIBRARY('3UWk8J_rPCYPtwJ1DewAnn',$,$,$,(#1035),#13743); +#13743= IFCLIBRARYREFERENCE($,$,'Antrieb','Angabe, ob dieses Bauteil einen automatischen Antrieb zum \S\Vffnen und Schlie\S\_en besitzt (JA) oder nicht (NEIN).','de-DE',$); -#6390= IFCRELASSOCIATESLIBRARY('2LlBNckr91oAVnUii7YHdo',$,$,$,(#1044),#13744); -#13744= IFCLIBRARYREFERENCE($,$,'Has Non Skid Surface',$,'en',$); +#6387= IFCRELASSOCIATESLIBRARY('2OAMfNiTXFIwcSzKoTmhTm',$,$,$,(#1035),#13744); +#13744= IFCLIBRARYREFERENCE($,$,'Has Drive',$,'en',$); -#6391= IFCRELASSOCIATESLIBRARY('0vv7hgREXB9xcWW7leSZDu',$,$,$,(#1044),#13745); -#13745= IFCLIBRARYREFERENCE($,$,'Anti d\S\irapant','Indique si la finition est con\S\gue pour \S\jtre anti d\S\irapante (VRAI) ou non (FAUX).','fr-FR',$); +#6388= IFCRELASSOCIATESLIBRARY('0EP5oHwE1F0f_Zh__gAs1y',$,$,$,(#1035),#13745); +#13745= IFCLIBRARYREFERENCE($,$,'Motoris\S\i','Indique si cet objet est dot\S\i d''une motorisation (VRAI) ou non (FAUX).','fr-FR',$); -#6392= IFCRELASSOCIATESLIBRARY('3be9q_MYb5rR2q0Jccf3PK',$,$,$,(#1044),#13746); -#13746= IFCLIBRARYREFERENCE($,$,'\X2\88689762662F542696326ED1\X0\','\X2\8868793A8868976259047406662F54268BBE8BA14E3A96326ED176843002\X0\','zh-CN',$); +#6389= IFCRELASSOCIATESLIBRARY('19y40MVAPDPAlGeU23iT_N',$,$,$,(#1038),#13746); +#13746= IFCLIBRARYREFERENCE($,$,'Has Exterior Insulation',$,'en',$); -#6393= IFCRELASSOCIATESLIBRARY('2gxoezm2j8$QDD6EBZVTne',$,$,$,(#1045),#13747); -#13747= IFCLIBRARYREFERENCE($,$,'Has Opening',$,'en',$); +#6390= IFCRELASSOCIATESLIBRARY('2wb0xMJOvAGuxdyEnlKLAi',$,$,$,(#1038),#13747); +#13747= IFCLIBRARYREFERENCE($,$,'\X2\591690E84FDD6E29\X0\','\X2\30B530A430EC30F330B5306B591690E84FDD6E29304C3042308B3068304D\X0\TRUE','ja-JP',$); -#6394= IFCRELASSOCIATESLIBRARY('0g6UaCnp1FAQzKZBvlXk7m',$,$,$,(#1047),#13748); -#13748= IFCLIBRARYREFERENCE($,$,'Has Part Winding',$,'en',$); +#6391= IFCRELASSOCIATESLIBRARY('3FGzoJYCXACwgKAQYDSsuA',$,$,$,(#1039),#13748); +#13748= IFCLIBRARYREFERENCE($,$,'Has Fan',$,'en',$); -#6395= IFCRELASSOCIATESLIBRARY('3W0MEpLPzCi9eXYadluQMW',$,$,$,(#1047),#13749); -#13749= IFCLIBRARYREFERENCE($,$,'\X2\5DFB7DDA\X0\','\X2\30E230FC30BF304C53584E00306E901F5EA630673042308B304B30693046304B3092793A305930024F8B30483070300153585DFB7DDA300130DE30EB30C130B930D430FC30C93001520652725DFB7DDA3002\X0\','ja-JP',$); +#6392= IFCRELASSOCIATESLIBRARY('38tSK0EhHFrOkmAgUBXe42',$,$,$,(#1039),#13749); +#13749= IFCLIBRARYREFERENCE($,$,'Poss\S\hde ventilateur','Le registre terminal poss\S\hde dans son int\S\irieur un ventilateur (registre motoris\S\i)','fr-FR',$); -#6396= IFCRELASSOCIATESLIBRARY('2t6Ld3795EZuzDBVcOHLMU',$,$,$,(#1047),#13750); -#13750= IFCLIBRARYREFERENCE($,$,'\X2\AD8CC120\X0\','\X2\BAA8D130AC00\X0\ \X2\B2E8C77C\X0\ \X2\C18DB3C4C778C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\C608B97C\X0\ \X2\B4E4C5B4\X0\, \X2\B2E8C77C\X0\ \X2\AD8CC120\X0\, \X2\B2E4C911\X0\ \X2\C18DB3C4\X0\ \X2\BD84D560\X0\ \X2\AD8CC120\X0\','ko-KR',$); +#6393= IFCRELASSOCIATESLIBRARY('3d7whj8Xr4RxsBNh5zPPuc',$,$,$,(#1039),#13750); +#13750= IFCLIBRARYREFERENCE($,$,'\X2\900198A86A5F67097121\X0\','\X2\518590E8306B900198A86A5F3092630130646642306B\X0\TRUE','ja-JP',$); -#6397= IFCRELASSOCIATESLIBRARY('3SIwRsyQvE_ecv_euEmox7',$,$,$,(#1048),#13751); -#13751= IFCLIBRARYREFERENCE($,$,'Has Protective Earth',$,'en',$); +#6394= IFCRELASSOCIATESLIBRARY('125QwEsG99evP$UKsy0I1b',$,$,$,(#1041),#13751); +#13751= IFCLIBRARYREFERENCE($,$,'Has Grab Handles',$,'en',$); -#6398= IFCRELASSOCIATESLIBRARY('2ad3152G96vQIAMDftVqu$',$,$,$,(#1049),#13752); -#13752= IFCLIBRARYREFERENCE($,$,'Has Protective Earth',$,'en',$); +#6395= IFCRELASSOCIATESLIBRARY('3QCr3IstL7gw3ms_oZi1ie',$,$,$,(#1041),#13752); +#13752= IFCLIBRARYREFERENCE($,$,'\X2\624B3059308A306E67097121\X0\','\X2\98A85442306E51FA5165308A309288DC52A93059308B624B3059308A304C53D6308A4ED830513089308C30663044308B304B30693046304B3092793A30593002\X0\','ja-JP',$); -#6399= IFCRELASSOCIATESLIBRARY('1Y1h1$wz10GwrcppgK0GcH',$,$,$,(#1049),#13753); -#13753= IFCLIBRARYREFERENCE($,$,'\X2\4FDD8B77752863A55730306E67097121\X0\','\X2\540430B130FC30D630EB306F9EC4827230847DD13067585782723055308C305F7D767E014F5330923082306330663044308B3002\X0\','ja-JP',$); +#6396= IFCRELASSOCIATESLIBRARY('3SvP4X2CL8zgQ2W2nIOlmb',$,$,$,(#1042),#13753); +#13753= IFCLIBRARYREFERENCE($,$,'Has Hose Union',$,'en',$); -#6400= IFCRELASSOCIATESLIBRARY('3lkz5AKPfBWP$mPEN7r1pS',$,$,$,(#1049),#13754); -#13754= IFCLIBRARYREFERENCE($,$,'\X2\BCF4D638\X0\ \X2\C811C9C0C758\X0\ \X2\C720BB34\X0\','\X2\AC01\X0\ \X2\CF00C774BE14C740\X0\ \X2\B178B780C0C9\X0\ \X2\B610B294\X0\ \X2\B179C0C9C73CB85C\X0\ \X2\B3C4C0C9B418C5C8B2E4\X0\ \X2\C808C5F0CCB4B97C\X0\ \X2\AC00C9C0ACE0C788B2E4\X0\.','ko-KR',$); +#6397= IFCRELASSOCIATESLIBRARY('0SiPhB7pPFXxE$djXJeCuR',$,$,$,(#1042),#13754); +#13754= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B930E630CB30AA30F34ED8304D\X0\','\X2\63926C3430B330C330AF306B30DB30FC30B930E630CB30AA30F37D99624B304C4ED8304430663044308B304B306E8868793AFF0E4ED8304D\X0\\X\0D\X\0A(= TRUE)\X2\71213057\X0\ (= FALSE)','ja-JP',$); -#6401= IFCRELASSOCIATESLIBRARY('3IxXPYR3j5fwJx6IkdZ9JO',$,$,$,(#1051),#13755); -#13755= IFCLIBRARYREFERENCE($,$,'Has Return Air',$,'en',$); +#6398= IFCRELASSOCIATESLIBRARY('1_o6Yam_j7BPnRNV1P0AyI',$,$,$,(#1043),#13755); +#13755= IFCLIBRARYREFERENCE($,$,'Has Hose Union',$,'en',$); -#6402= IFCRELASSOCIATESLIBRARY('2P2Yl6u2X5dBLmUAtrzJBn',$,$,$,(#1051),#13756); -#13756= IFCLIBRARYREFERENCE($,$,'Poss\S\hde air repris','Le registre terminal a son air de reprise m\S\ilang\S\i avec une amen\S\ie d''air issu du r\S\iseau de ventilation','fr-FR',$); +#6399= IFCRELASSOCIATESLIBRARY('0hv1MnRafCF9t0EP05ayhI',$,$,$,(#1043),#13756); +#13756= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B930E630CB30AA30F34ED8304D\X0\','\X2\63926C3430B330C330AF306B30DB30FC30B930E630CB30AA30F37D99624B304C4ED8304430663044308B304B306E8868793AFF0E4ED8304D\X0\(= TRUE)\X2\71213057\X0\ (= FALSE)','ja-JP',$); -#6403= IFCRELASSOCIATESLIBRARY('2gGXnQ77jEEAbwQEmJZhMw',$,$,$,(#1051),#13757); -#13757= IFCLIBRARYREFERENCE($,$,'\X2\90846C1767097121\X0\','\X2\30BF30FC30DF30CA30EB306790846C1730926DF75408305730663044308B304B5426304BFF08305730663044308C3070\X0\TRUE)','ja-JP',$); +#6400= IFCRELASSOCIATESLIBRARY('1vxP0uCNz2hR20CCjkRGxz',$,$,$,(#1044),#13757); +#13757= IFCLIBRARYREFERENCE($,$,'Has Hot Gas Bypass',$,'en',$); -#6404= IFCRELASSOCIATESLIBRARY('09MgO8VeDCqOyXBC_mJaWc',$,$,$,(#1052),#13758); -#13758= IFCLIBRARYREFERENCE($,$,'Fensterbank aussen','Angabe, ob dieses Fenster mit einer \S\du\S\_eren Fensterbank ausgestattet ist (JA) under nicht (NEIN).','de-DE',$); +#6401= IFCRELASSOCIATESLIBRARY('0zhLn0SYn2fRPccXoNfQgv',$,$,$,(#1044),#13758); +#13758= IFCLIBRARYREFERENCE($,$,'PossedeBypassGazChaud','Qu''il y ait ou non un bypass du gaz chaud fourni au niveau du compresseur, VRAI= oui, FAUX= Non.','fr-FR',$); -#6405= IFCRELASSOCIATESLIBRARY('2HRfrUz0P6SQo0Nu7lLiiP',$,$,$,(#1052),#13759); -#13759= IFCLIBRARYREFERENCE($,$,'Has Sill External',$,'en',$); +#6402= IFCRELASSOCIATESLIBRARY('3VwzvE4K16vfDYUMErcgDT',$,$,$,(#1045),#13759); +#13759= IFCLIBRARYREFERENCE($,$,'Has Integral Control',$,'en',$); -#6406= IFCRELASSOCIATESLIBRARY('3MywCFqb9EdRyQxbECXFGK',$,$,$,(#1052),#13760); -#13760= IFCLIBRARYREFERENCE($,$,'Seuil c\S\tt\S\i ext\S\irieur','Indique si l''ouverture est dot\S\ie d''un seuil c\S\tt\S\i ext\S\irieur (VRAI) ou non (FAUX).','fr-FR',$); +#6403= IFCRELASSOCIATESLIBRARY('1T7Z7G3Gn0g8ysTFWVB2Lo',$,$,$,(#1045),#13760); +#13760= IFCLIBRARYREFERENCE($,$,'Poss\S\hdeContr\S\tleTotal','Si VRAI, une commande interne de la temp\S\irature est incluse dans le terminal de ventilation.','fr-FR',$); -#6407= IFCRELASSOCIATESLIBRARY('0S6H5fIfv9Jf4LHv8OnQdW',$,$,$,(#1053),#13761); -#13761= IFCLIBRARYREFERENCE($,$,'Fensterbank innen','Angabe, ob dieses Fenster mit einer inneren Fensterbank ausgestattet ist (JA) under nicht (NEIN).','de-DE',$); +#6404= IFCRELASSOCIATESLIBRARY('2MgkUaEnL2Ev27ieBtYYjy',$,$,$,(#1045),#13761); +#13761= IFCLIBRARYREFERENCE($,$,'\X2\81EA5DF152365FA167097121\X0\','\X2\30823057771F306A3089300130BF30FC30DF30CA30EB306B81EA8EAB306B3088308B6E295EA652365FA1304C542B307E308C308B\X0\','ja-JP',$); -#6408= IFCRELASSOCIATESLIBRARY('0qjoiK5zbFD9M39VOYT2j6',$,$,$,(#1053),#13762); -#13762= IFCLIBRARYREFERENCE($,$,'Has Sill Internal',$,'en',$); +#6405= IFCRELASSOCIATESLIBRARY('3ZSmxPEA99kO63adtZlWoo',$,$,$,(#1046),#13762); +#13762= IFCLIBRARYREFERENCE($,$,'Has Integral Shut Off Device',$,'en',$); -#6409= IFCRELASSOCIATESLIBRARY('2LDGOPm5L8xfbK5Li8Z85c',$,$,$,(#1053),#13763); -#13763= IFCLIBRARYREFERENCE($,$,'Seuil c\S\tt\S\i int\S\irieur','Indique si l''ouverture est dot\S\ie d''un seuil c\S\tt\S\i int\S\irieur (VRAI) ou non (FAUX).','fr-FR',$); +#6406= IFCRELASSOCIATESLIBRARY('0OF0pjvm1F1ACVrpBw0CFE',$,$,$,(#1046),#13763); +#13763= IFCLIBRARYREFERENCE($,$,'\X2\51684F5395896B6288C57F6E304C3064304430663044308B304B30693046304B\X0\','\X2\30D530E930C330B730E55F01306B51684F5395896B6288C57F6E304C3064304430663044308B304B30693046304B306E8868793AFF084ED8304D\X0\TRUE\X2\FF0953C8306FFF0871213057\X0\FALSE\X2\FF09\X0\','ja-JP',$); -#6410= IFCRELASSOCIATESLIBRARY('31JGfIe1b5ux0OWjNkw8Xl',$,$,$,(#1055),#13764); -#13764= IFCLIBRARYREFERENCE($,$,'Has Sound Attenuation',$,'en',$); +#6407= IFCRELASSOCIATESLIBRARY('15$x2M2Zf6Sv790iUy7NwI',$,$,$,(#1047),#13764); +#13764= IFCLIBRARYREFERENCE($,$,'Has Ladder',$,'en',$); -#6411= IFCRELASSOCIATESLIBRARY('0l8VaCutv3688iurmUSRLo',$,$,$,(#1055),#13765); -#13765= IFCLIBRARYREFERENCE($,$,'PossedeCorrectionAcoustique','VRAI si la batterie poss\S\hde une correction acoustique, FAUX si ce n''est pas le cas.','fr-FR',$); +#6408= IFCRELASSOCIATESLIBRARY('2Oea$dE9z5K9hU1b7lIAGi',$,$,$,(#1047),#13765); +#13765= IFCLIBRARYREFERENCE($,$,'\X2\68AF5B506709308A\X0\','\X2\4E0A90E8309270B9691C3059308B305F3081306E68AF5B50\X0\(TRUE\X2\306B8A2D5B9AFF09309230BF30F330AF306B5099304830663044308B304B30693046304B306E8868793A300030823057300168AF5B50304C509930484ED830513089308C30663044306A3051308C30705024306F\X0\FALSE\X2\30688A2D5B9A3055308C308B3002300030006CE8FF1A8868793A304C306A304458345408306F68AF5B50306E30BF30A430D7304C4E0E30483089308C308BFF0830B030FC30B930CD30C330AF4ED6FF09\X0\','ja-JP',$); -#6412= IFCRELASSOCIATESLIBRARY('3P$_1V9qvCKvzVT0oLEaKw',$,$,$,(#1056),#13766); -#13766= IFCLIBRARYREFERENCE($,$,'Has Sound Attenuator',$,'en',$); +#6409= IFCRELASSOCIATESLIBRARY('2YcFfyfvLEceTahgRZz5gw',$,$,$,(#1048),#13766); +#13766= IFCLIBRARYREFERENCE($,$,'Has Liner',$,'en',$); -#6413= IFCRELASSOCIATESLIBRARY('3jtrrmMUzB8glt9RIwFDbj',$,$,$,(#1056),#13767); -#13767= IFCLIBRARYREFERENCE($,$,'Poss\S\hdeCorrectionAcoustique','Si VRAI, le terminal de ventilation poss\S\hde une correction acoustique.','fr-FR',$); +#6410= IFCRELASSOCIATESLIBRARY('069Co0Xkb2ZxcXSSdSkiFc',$,$,$,(#1048),#13767); +#13767= IFCLIBRARYREFERENCE($,$,'\X2\51855F35308A67097121\X0\','\X2\51858CBC308A4FDD6E2930C030AF30C851859762306B3042308B3068304D306B\X0\TRUE\X2\3002712130446642306B\X0\FALSE','ja-JP',$); -#6414= IFCRELASSOCIATESLIBRARY('0A3SFTyvrD_83g0xmXNxdU',$,$,$,(#1056),#13768); -#13768= IFCLIBRARYREFERENCE($,$,'\X2\6D8897F367097121\X0\','\X2\30BF30FC30DF30CA30EB306B6D8897F3304C4ED8304430663044308B58345408306B771F\X0\','ja-JP',$); +#6411= IFCRELASSOCIATESLIBRARY('2PDaQf0oL2v8mkts7GHbCB',$,$,$,(#1049),#13768); +#13768= IFCLIBRARYREFERENCE($,$,'Has Liner',$,'en',$); -#6415= IFCRELASSOCIATESLIBRARY('28H9Q6FEb7Pv_ps2t9pIf0',$,$,$,(#1057),#13769); -#13769= IFCLIBRARYREFERENCE($,$,'Has Sound Attenuator',$,'en',$); +#6412= IFCRELASSOCIATESLIBRARY('2jUqlkZG17Yfqs4Xl_r_BE',$,$,$,(#1049),#13769); +#13769= IFCLIBRARYREFERENCE($,$,'\X2\51855F35308A67097121\X0\','\X2\51858CBC308A4FDD6E2930C030AF30C851859762306B3042308B3068304D306B\X0\TRUE\X2\3002712130446642306B\X0\FALSE','ja-JP',$); -#6416= IFCRELASSOCIATESLIBRARY('0Xnjmfcln5kegdue9zSKck',$,$,$,(#1057),#13770); -#13770= IFCLIBRARYREFERENCE($,$,'Poss\S\hde correction acoustique','Le registre terminal poss\S\hde une correction acoustique','fr-FR',$); +#6413= IFCRELASSOCIATESLIBRARY('0tnFFIXPH4eOLLOms1z3dT',$,$,$,(#1050),#13770); +#13770= IFCLIBRARYREFERENCE($,$,'Has Lock',$,'en',$); -#6417= IFCRELASSOCIATESLIBRARY('1L5lQ8VUnBX9LZsuN2_iQ2',$,$,$,(#1057),#13771); -#13771= IFCLIBRARYREFERENCE($,$,'\X2\6D8897F367097121\X0\','\X2\30BF30FC30DF30CA30EB306B6D8897F3304C3042308B304B5426304B3000FF083042308C3070\X0\TRUE)','ja-JP',$); +#6414= IFCRELASSOCIATESLIBRARY('1wQFczrQ93DAXpTFAICnJT',$,$,$,(#1050),#13771); +#13771= IFCLIBRARYREFERENCE($,$,'\X2\30ED30C330AF306E53EF5426\X0\','\X2\30B930A430C330C188C57F6E304C30AD30FC64CD4F5C306730ED30C330AF3059308B58345408306FFF08\X0\TRUE)\X2\3001305D30463067306A304458345408306FFF08\X0\FALSE)\X2\3092886830593002\X0\','ja-JP',$); -#6418= IFCRELASSOCIATESLIBRARY('0n7cH$qpj83QQRUWEqR_Uq',$,$,$,(#1059),#13772); -#13772= IFCLIBRARYREFERENCE($,$,'Has Steps',$,'en',$); +#6415= IFCRELASSOCIATESLIBRARY('2aHRFbZF1AzePnZdCdIURv',$,$,$,(#1050),#13772); +#13772= IFCLIBRARYREFERENCE($,$,'\X2\C7A0AE08C5ECBD80\X0\','\X2\C2A4C704CE58\X0\ \X2\C7A5CE58AC00\X0\ \X2\D0A4\X0\ \X2\C870C791C73CB85C\X0\ \X2\C7A0AE00\X0\ \X2\ACBDC6B0\X0\ (TRUE), \X2\ADF8B807C9C0\X0\ \X2\C54AC740\X0\ \X2\ACBDC6B0\X0\ (FALSE)\X2\C744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#6419= IFCRELASSOCIATESLIBRARY('0ETqIvDbX2JPJQdi8p7TW8',$,$,$,(#1059),#13773); -#13773= IFCLIBRARYREFERENCE($,$,'\X2\968E6BB54ED83051\X0\','\X2\30C030AF30C830B930DA30FC30B9306F968E6BB54ED83051304B30693046304BFF08\X0\TRUE\X2\62163044306F\X0\FALSE\X2\FF093002\X0\','ja-JP',$); +#6416= IFCRELASSOCIATESLIBRARY('3ZEwbaOGb2yeLZ$kc4dEAh',$,$,$,(#1052),#13773); +#13773= IFCLIBRARYREFERENCE($,$,'Nichtrutschende Oberfl\S\dche','German-description-11','de-DE',$); -#6420= IFCRELASSOCIATESLIBRARY('1adPSV9Vr0$udLi851dG4n',$,$,$,(#1059),#13774); -#13774= IFCLIBRARYREFERENCE($,$,'\X2\ACC4B2E8\X0\ \X2\C9C0C815\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04C740\X0\ \X2\ACC4B2E8\X0\ \X2\D45CC2DC\X0\ \X2\C5ECBD80\X0\ (TRUE \X2\B610B294\X0\ FALSE)','ko-KR',$); +#6417= IFCRELASSOCIATESLIBRARY('38hNToFhfBS81OeVcS0tRx',$,$,$,(#1052),#13774); +#13774= IFCLIBRARYREFERENCE($,$,'Has Non Skid Surface',$,'en',$); -#6421= IFCRELASSOCIATESLIBRARY('2qrTByOz56v8wfnNLbIh1q',$,$,$,(#1060),#13775); -#13775= IFCLIBRARYREFERENCE($,$,'Has Strainer',$,'en',$); +#6418= IFCRELASSOCIATESLIBRARY('3HS0jGwvPB9eWtKlZ4ISgY',$,$,$,(#1052),#13775); +#13775= IFCLIBRARYREFERENCE($,$,'AntiDerapant','Indique si le rev\S\jtement de surface est anti d\S\irapant (VRAI) ou non (FALSE)','fr-FR',$); -#6422= IFCRELASSOCIATESLIBRARY('2NigscSCzE9A7t_5PCl6MY',$,$,$,(#1060),#13776); -#13776= IFCLIBRARYREFERENCE($,$,'\X2\308D904E88C57F6E\X0\','\X2\6E9D306E963281ED5F01304C308D904E88C57F6E30925099304830663044308B304B30693046304B6307793A3059308B3002\X0\','ja-JP',$); +#6419= IFCRELASSOCIATESLIBRARY('0Q3Bllbaz81Ov9b0PQ5$2g',$,$,$,(#1052),#13776); +#13776= IFCLIBRARYREFERENCE($,$,'\X2\6ED1308A6B6230818868976252A05DE5533A5206\X0\','\X2\30B930EA30C330D796326B62306E305F3081306E886897624ED54E0A30523092305730663044308B304B30693046304B306E30D630FC30EA30A230F350243002\X0\','ja-JP',$); -#6423= IFCRELASSOCIATESLIBRARY('2iWpU04fn2uPp8D8LCQYv$',$,$,$,(#1061),#13777); -#13777= IFCLIBRARYREFERENCE($,$,'Has Strainer',$,'en',$); +#6420= IFCRELASSOCIATESLIBRARY('2xm7ZhiDDDmOoHVeUAAIlF',$,$,$,(#1052),#13777); +#13777= IFCLIBRARYREFERENCE($,$,'\X2\88689762662F542696326ED1\X0\','\X2\8868793A8868976259047406662F54268BBE8BA14E3A96326ED176843002\X0\','zh-CN',$); -#6424= IFCRELASSOCIATESLIBRARY('3j99Km2Ab8We6zhj4LTeK8',$,$,$,(#1061),#13778); -#13778= IFCLIBRARYREFERENCE($,$,'\X2\308D904E88C57F6E\X0\','\X2\6E9D306E963281ED5F01304C308D904E88C57F6E30925099304830663044308B304B30693046304B306E6307793A3002\X0\','ja-JP',$); +#6421= IFCRELASSOCIATESLIBRARY('2uqUr9b_TCMhMl7hKZbtTa',$,$,$,(#1053),#13778); +#13778= IFCLIBRARYREFERENCE($,$,'Nichtrutschende Oberfl\S\dche','German-description-8','de-DE',$); -#6425= IFCRELASSOCIATESLIBRARY('1CbkjtNTXFQuCyhrTtvgcb',$,$,$,(#1062),#13779); -#13779= IFCLIBRARYREFERENCE($,$,'Has Thermal Insulation',$,'en',$); +#6422= IFCRELASSOCIATESLIBRARY('0Qkdlo6Ef5UBnAyTiTMB7$',$,$,$,(#1053),#13779); +#13779= IFCLIBRARYREFERENCE($,$,'Has Non Skid Surface',$,'en',$); -#6426= IFCRELASSOCIATESLIBRARY('28iTHYRofECxgK9bOp0coK',$,$,$,(#1062),#13780); -#13780= IFCLIBRARYREFERENCE($,$,'Poss\S\hdeIsolationThermique','Si VRAI, le terminal de ventilation poss\S\hde une isolation thermique.','fr-FR',$); +#6423= IFCRELASSOCIATESLIBRARY('13ZKoEc1jEOw_qY3Yzob6M',$,$,$,(#1053),#13780); +#13780= IFCLIBRARYREFERENCE($,$,'AntiDerapant','Indique si le rev\S\jtement de surface est anti d\S\irapant (VRAI) ou non (FAUX)','fr-FR',$); -#6427= IFCRELASSOCIATESLIBRARY('0GkinDzzHCLREx4GsBdNfh',$,$,$,(#1062),#13781); -#13781= IFCLIBRARYREFERENCE($,$,'\X2\65AD71B167097121\X0\','\X2\30BF30FC30DF30CA30EB306B65AD71B1304C3042308B58345408306B771F\X0\','ja-JP',$); +#6424= IFCRELASSOCIATESLIBRARY('0VsZx8RijBxguM9tLuX71F',$,$,$,(#1053),#13781); +#13781= IFCLIBRARYREFERENCE($,$,'\X2\6ED1308A6B6230818868976252A05DE5533A5206\X0\','\X2\30B930EA30C330D796326B62306E305F3081306E886897624ED54E0A30523092305730663044308B304B30693046304B306E30D630FC30EA30A230F350243002\X0\','ja-JP',$); -#6428= IFCRELASSOCIATESLIBRARY('1Is8M22Ib78RZAqyOzsr1K',$,$,$,(#1064),#13782); -#13782= IFCLIBRARYREFERENCE($,$,'Has Tray',$,'en',$); +#6425= IFCRELASSOCIATESLIBRARY('0_TFRqliD5AuS9fSiNkX0h',$,$,$,(#1053),#13782); +#13782= IFCLIBRARYREFERENCE($,$,'\X2\88689762662F542696326ED1\X0\','\X2\8868793A8868976259047406662F54268BBE8BA14E3A96326ED176843002\X0\','zh-CN',$); -#6429= IFCRELASSOCIATESLIBRARY('1YUegk98PFgv8GYE7a8f$2',$,$,$,(#1065),#13783); -#13783= IFCLIBRARYREFERENCE($,$,'Has Turbulator',$,'en',$); +#6426= IFCRELASSOCIATESLIBRARY('3z3WfGhpf3IQ1RzR3SprjW',$,$,$,(#1054),#13783); +#13783= IFCLIBRARYREFERENCE($,$,'Nichtrutschende Oberfl\S\dche','Angabe, ob der Bodenbelag eine nichtrutschende Oberfl\S\dche hat (JA), oder nicht (NEIN).','de-DE',$); -#6430= IFCRELASSOCIATESLIBRARY('0Do$gpj$X9hhRuCCFfIfNi',$,$,$,(#1065),#13784); -#13784= IFCLIBRARYREFERENCE($,$,'\X2\304B304F306F309356686709308A\X0\','\X2\304B304F306F309356686709308A306E6642\X0\ TRUE\X2\300171213057306E6642\X0\ FALSE','ja-JP',$); +#6427= IFCRELASSOCIATESLIBRARY('089sWyj2PDeAb_dg0EDK5Z',$,$,$,(#1054),#13784); +#13784= IFCLIBRARYREFERENCE($,$,'Has Non Skid Surface',$,'en',$); -#6431= IFCRELASSOCIATESLIBRARY('3YpOg70HPDNhwww9n13HOU',$,$,$,(#1066),#13785); -#13785= IFCLIBRARYREFERENCE($,$,'Has Visual Indicator',$,'en',$); +#6428= IFCRELASSOCIATESLIBRARY('1UIBm9nubAGRjtqmNQI0N8',$,$,$,(#1054),#13785); +#13785= IFCLIBRARYREFERENCE($,$,'Anti d\S\irapant','Indique si la finition est con\S\gue pour \S\jtre anti d\S\irapante (VRAI) ou non (FAUX).','fr-FR',$); -#6432= IFCRELASSOCIATESLIBRARY('3g6NW$pNLAmumcZb0IIKIF',$,$,$,(#1066),#13786); -#13786= IFCLIBRARYREFERENCE($,$,'\X2\76EE8996578B8868793A56686709308A\X0\','\X2\30BF30F330AF306E6C344F4D3092793A305976EE8996578B8868793A5668FF08\X0\TRUE\X2\306B8A2D5B9A\X0\)\X2\304C50993048306430513089308C30663044308B304B30693046304B306E8868793A30023082305776EE8996578B8868793A5668304C50993048306430513089308C30663044306A3051308C307030015024306F\X0\FALSE\X2\30688A2D5B9A3055308C308B3002\X0\','ja-JP',$); +#6429= IFCRELASSOCIATESLIBRARY('2BeK7hoR96U8bRupqElBsq',$,$,$,(#1054),#13786); +#13786= IFCLIBRARYREFERENCE($,$,'\X2\88689762662F542696326ED1\X0\','\X2\8868793A8868976259047406662F54268BBE8BA14E3A96326ED176843002\X0\','zh-CN',$); -#6433= IFCRELASSOCIATESLIBRARY('3nG7W9v5DAbe9hdsPcZ5qW',$,$,$,(#1069),#13787); -#13787= IFCLIBRARYREFERENCE($,$,'Hazardous Waste',$,'en',$); +#6430= IFCRELASSOCIATESLIBRARY('28ytfBTwT6tucioRNpOfsL',$,$,$,(#1055),#13787); +#13787= IFCLIBRARYREFERENCE($,$,'Has Opening',$,'en',$); -#6434= IFCRELASSOCIATESLIBRARY('0hJqyAzevCThzUVdhHklQm',$,$,$,(#1069),#13788); -#13788= IFCLIBRARYREFERENCE($,$,'DechetsDangereux','Quantit\S\i de d\S\ichets dangereux g\S\in\S\ir\S\is [NDT : tels que d\S\ifinis dans la norme NF P01-010]','fr-FR',$); +#6431= IFCRELASSOCIATESLIBRARY('2dOs9puQ91rw2YAnDdIQOo',$,$,$,(#1057),#13788); +#13788= IFCLIBRARYREFERENCE($,$,'Has Part Winding',$,'en',$); -#6435= IFCRELASSOCIATESLIBRARY('0B1ZsC2M15Iu$aCVcYfgOf',$,$,$,(#1069),#13789); -#13789= IFCLIBRARYREFERENCE($,$,'\X2\67095BB35EC368C47269\X0\','\X2\751F62103055308C308B67095BB35EC368C47269306E91CF3002\X0\','ja-JP',$); +#6432= IFCRELASSOCIATESLIBRARY('39MYEz889ACOhtdc6yFrwH',$,$,$,(#1057),#13789); +#13789= IFCLIBRARYREFERENCE($,$,'\X2\5DFB7DDA\X0\','\X2\30E230FC30BF304C53584E00306E901F5EA630673042308B304B30693046304B3092793A305930024F8B30483070300153585DFB7DDA300130DE30EB30C130B930D430FC30C93001520652725DFB7DDA3002\X0\','ja-JP',$); -#6436= IFCRELASSOCIATESLIBRARY('0khF2Nn9r3owvkexFGuQOX',$,$,$,(#1069),#13790); -#13790= IFCLIBRARYREFERENCE($,$,'\X2\C720D574\X0\ \X2\D3D0AE30BB3C\X0\','\X2\C720D574\X0\ \X2\D3D0AE30BB3CC758\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); +#6433= IFCRELASSOCIATESLIBRARY('0u$HW3zOn5SAB7FCRIIrSl',$,$,$,(#1057),#13790); +#13790= IFCLIBRARYREFERENCE($,$,'\X2\AD8CC120\X0\','\X2\BAA8D130AC00\X0\ \X2\B2E8C77C\X0\ \X2\C18DB3C4C778C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\C608B97C\X0\ \X2\B4E4C5B4\X0\, \X2\B2E8C77C\X0\ \X2\AD8CC120\X0\, \X2\B2E4C911\X0\ \X2\C18DB3C4\X0\ \X2\BD84D560\X0\ \X2\AD8CC120\X0\','ko-KR',$); -#6437= IFCRELASSOCIATESLIBRARY('0izVOzuAv6IeR4tXb8rybb',$,$,$,(#1070),#13791); -#13791= IFCLIBRARYREFERENCE($,$,'Hazardous Waste Per Unit',$,'en',$); +#6434= IFCRELASSOCIATESLIBRARY('2RtbqGtwXFiOQNQnIgGt5_',$,$,$,(#1058),#13791); +#13791= IFCLIBRARYREFERENCE($,$,'Has Protective Earth',$,'en',$); -#6438= IFCRELASSOCIATESLIBRARY('0HeEPTky17Awm_dIxbiwxc',$,$,$,(#1070),#13792); -#13792= IFCLIBRARYREFERENCE($,$,'DechetsDangereuxParUnite','Quantit\S\i de d\S\ichets dangereux g\S\in\S\ir\S\is tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010].','fr-FR',$); +#6435= IFCRELASSOCIATESLIBRARY('3o5eThXjv1HgM35r3bawB9',$,$,$,(#1059),#13792); +#13792= IFCLIBRARYREFERENCE($,$,'Has Protective Earth',$,'en',$); -#6439= IFCRELASSOCIATESLIBRARY('3qzCATZZv4xeQnsAXikaVS',$,$,$,(#1070),#13793); -#13793= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A67095BB35EC368C47269\X0\','\X2\751F62103055308C305F67095BB3306A5EC368C491CF3002\X0\','ja-JP',$); +#6436= IFCRELASSOCIATESLIBRARY('0WLY_wQEv679ARgS3NroB6',$,$,$,(#1059),#13793); +#13793= IFCLIBRARYREFERENCE($,$,'\X2\4FDD8B77752863A55730306E67097121\X0\','\X2\540430B130FC30D630EB306F9EC4827230847DD13067585782723055308C305F7D767E014F5330923082306330663044308B3002\X0\','ja-JP',$); -#6440= IFCRELASSOCIATESLIBRARY('0pppdLUVn8Bh2dquDu2vWV',$,$,$,(#1070),#13794); -#13794= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\C720D574\X0\ \X2\D3D0AE30BB3C\X0\','\X2\C720D574\X0\ \X2\D3D0AE30BB3CC758\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); +#6437= IFCRELASSOCIATESLIBRARY('0rgQAUmRbA6uPScrbFNDLT',$,$,$,(#1059),#13794); +#13794= IFCLIBRARYREFERENCE($,$,'\X2\BCF4D638\X0\ \X2\C811C9C0C758\X0\ \X2\C720BB34\X0\','\X2\AC01\X0\ \X2\CF00C774BE14C740\X0\ \X2\B178B780C0C9\X0\ \X2\B610B294\X0\ \X2\B179C0C9C73CB85C\X0\ \X2\B3C4C0C9B418C5C8B2E4\X0\ \X2\C808C5F0CCB4B97C\X0\ \X2\AC00C9C0ACE0C788B2E4\X0\.','ko-KR',$); -#6441= IFCRELASSOCIATESLIBRARY('0VLKiFFZPBahv1ZaFOj7rP',$,$,$,(#1072),#13795); -#13795= IFCLIBRARYREFERENCE($,$,'Durchgangsh\S\vhe','German-description-2','de-DE',$); +#6438= IFCRELASSOCIATESLIBRARY('2ISjlaKh5DGexBR3jpXtOS',$,$,$,(#1061),#13795); +#13795= IFCLIBRARYREFERENCE($,$,'Has Return Air',$,'en',$); -#6442= IFCRELASSOCIATESLIBRARY('0jvemzgAH7lRquAgEfSmHp',$,$,$,(#1072),#13796); -#13796= IFCLIBRARYREFERENCE($,$,'Headroom',$,'en',$); +#6439= IFCRELASSOCIATESLIBRARY('33F3AiLwf54vqA24UeUA7X',$,$,$,(#1061),#13796); +#13796= IFCLIBRARYREFERENCE($,$,'Poss\S\hde air repris','Le registre terminal a son air de reprise m\S\ilang\S\i avec une amen\S\ie d''air issu du r\S\iseau de ventilation','fr-FR',$); -#6443= IFCRELASSOCIATESLIBRARY('0NsZGOCTD9jRPQBsZFqgUC',$,$,$,(#1072),#13797); -#13797= IFCLIBRARYREFERENCE($,$,'HauteurPassage','Hauteur de passage (\S\ichapp\S\ie) actuellement projet\S\ie. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#6440= IFCRELASSOCIATESLIBRARY('0dVgianyrBvRPRh9yNdWU9',$,$,$,(#1061),#13797); +#13797= IFCLIBRARYREFERENCE($,$,'\X2\90846C1767097121\X0\','\X2\30BF30FC30DF30CA30EB306790846C1730926DF75408305730663044308B304B5426304BFF08305730663044308C3070\X0\TRUE)','ja-JP',$); -#6444= IFCRELASSOCIATESLIBRARY('11ynkBPEfAO8sJ1C5yPa3m',$,$,$,(#1072),#13798); -#13798= IFCLIBRARYREFERENCE($,$,'\X2\982D4E0A30B930DA30FC30B9\X0\','\X2\73FE72B6306E8A2D8A08306B4E0081F43057305F659C8DEF306E5B9F969B306E982D4E0A30B930DA30FC30B99AD8\X0\\X\0D\X\0A\X2\5F6272B6306E60C55831306F300151855074306F4F7F75283055308C308B5F62886873FE304A308830735E7E4F5530D130E930E130FC30BF5B6676845A924ECB59096570306B52A03048306663D04F9B3055308C307E30593002\X0\\X\0D\X\0A\X2\5E7E4F5530D130E930E130FC30BF30685F6272B630D730ED30D130C630A3304C77DB76FE3059308B58345408306F30014ED85C5E306E30D730ED30D130C630A3306763D04F9B3055308C30663044308B30015E7E4F5530D130E930E130FC30BF3092512A51483059308B3002\X0\','ja-JP',$); +#6441= IFCRELASSOCIATESLIBRARY('1LNnxD_9r81PAn4xcnCpGf',$,$,$,(#1062),#13798); +#13798= IFCLIBRARYREFERENCE($,$,'Fensterbank aussen','Angabe, ob dieses Fenster mit einer \S\du\S\_eren Fensterbank ausgestattet ist (JA) under nicht (NEIN).','de-DE',$); -#6445= IFCRELASSOCIATESLIBRARY('3jJZdbjwHAFeSzG6HpVXnP',$,$,$,(#1072),#13799); -#13799= IFCLIBRARYREFERENCE($,$,'\X2\51C07A7A\X0\','\X2\5F53524D8BBE8BA165B96848786E5B9A7684901A90535B9E964551C07A7A9AD85EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); +#6442= IFCRELASSOCIATESLIBRARY('2NWs_ambv4dA3w0qyQ86gD',$,$,$,(#1062),#13799); +#13799= IFCLIBRARYREFERENCE($,$,'Has Sill External',$,'en',$); -#6446= IFCRELASSOCIATESLIBRARY('2$8atKUmnFGvOSARlwSwJm',$,$,$,(#1073),#13800); -#13800= IFCLIBRARYREFERENCE($,$,'Durchgangsh\S\vhe','German-description-10','de-DE',$); +#6443= IFCRELASSOCIATESLIBRARY('3JF02eJA1E79hhoGb8X1vD',$,$,$,(#1062),#13800); +#13800= IFCLIBRARYREFERENCE($,$,'Seuil c\S\tt\S\i ext\S\irieur','Indique si l''ouverture est dot\S\ie d''un seuil c\S\tt\S\i ext\S\irieur (VRAI) ou non (FAUX).','fr-FR',$); -#6447= IFCRELASSOCIATESLIBRARY('08K5NBIBD7vR8WfdONfMUE',$,$,$,(#1073),#13801); -#13801= IFCLIBRARYREFERENCE($,$,'Headroom',$,'en',$); +#6444= IFCRELASSOCIATESLIBRARY('1IYgoLL4f21hvgAjFNVWy0',$,$,$,(#1063),#13801); +#13801= IFCLIBRARYREFERENCE($,$,'Fensterbank innen','Angabe, ob dieses Fenster mit einer inneren Fensterbank ausgestattet ist (JA) under nicht (NEIN).','de-DE',$); -#6448= IFCRELASSOCIATESLIBRARY('32ZrnUZEvBzuPJsFT9PJWE',$,$,$,(#1073),#13802); -#13802= IFCLIBRARYREFERENCE($,$,'HauteurPassage','Hauteur de passage (\S\ichapp\S\ie) actuellement projet\S\ie. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#6445= IFCRELASSOCIATESLIBRARY('1E99dDCKX6QRSpnUNa$rMN',$,$,$,(#1063),#13802); +#13802= IFCLIBRARYREFERENCE($,$,'Has Sill Internal',$,'en',$); -#6449= IFCRELASSOCIATESLIBRARY('3lXTRw6vjA0Rjj81iFIJaU',$,$,$,(#1073),#13803); -#13803= IFCLIBRARYREFERENCE($,$,'\X2\51C07A7A\X0\','\X2\5F53524D8BBE8BA165B96848786E5B9A7684901A90535B9E964551C07A7A9AD85EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); +#6446= IFCRELASSOCIATESLIBRARY('03SDeE_VT6vPtfrHFrJOZw',$,$,$,(#1063),#13803); +#13803= IFCLIBRARYREFERENCE($,$,'Seuil c\S\tt\S\i int\S\irieur','Indique si l''ouverture est dot\S\ie d''un seuil c\S\tt\S\i int\S\irieur (VRAI) ou non (FAUX).','fr-FR',$); -#6450= IFCRELASSOCIATESLIBRARY('1nHAY80WD8o8vw8sXDtxAj',$,$,$,(#1074),#13804); -#13804= IFCLIBRARYREFERENCE($,$,'Head Shape',$,'en',$); +#6447= IFCRELASSOCIATESLIBRARY('0DTFmpC8rCSuV1os8_lvoJ',$,$,$,(#1065),#13804); +#13804= IFCLIBRARYREFERENCE($,$,'Has Sound Attenuation',$,'en',$); -#6451= IFCRELASSOCIATESLIBRARY('3xDqt_5Eb8IuEK3h343taW',$,$,$,(#1075),#13805); -#13805= IFCLIBRARYREFERENCE($,$,'Heat',$,'en',$); +#6448= IFCRELASSOCIATESLIBRARY('1WXzDFtcHDmRLjC5RBh$pR',$,$,$,(#1065),#13805); +#13805= IFCLIBRARYREFERENCE($,$,'PossedeCorrectionAcoustique','VRAI si la batterie poss\S\hde une correction acoustique, FAUX si ce n''est pas le cas.','fr-FR',$); -#6452= IFCRELASSOCIATESLIBRARY('2Dr4fjIib7AvPIZ7atuCR7',$,$,$,(#1075),#13806); -#13806= IFCLIBRARYREFERENCE($,$,'\X2\C5F4\X0\ \X2\C18CBE44B7C9\X0\','\X2\D2B9C815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548C758\X0\ \X2\C5F4\X0\ \X2\C18CBE44\X0\.','ko-KR',$); +#6449= IFCRELASSOCIATESLIBRARY('0DkKOFQ7bE7Aw2PdxAgows',$,$,$,(#1066),#13806); +#13806= IFCLIBRARYREFERENCE($,$,'Has Sound Attenuator',$,'en',$); -#6453= IFCRELASSOCIATESLIBRARY('0RHUzMw0946ROoEWsDpb9H',$,$,$,(#1077),#13807); -#13807= IFCLIBRARYREFERENCE($,$,'Heat Exchange Area',$,'en',$); +#6450= IFCRELASSOCIATESLIBRARY('2okIYFcNj4h8w99ht1zyVJ',$,$,$,(#1066),#13807); +#13807= IFCLIBRARYREFERENCE($,$,'Poss\S\hdeCorrectionAcoustique','Si VRAI, le terminal de ventilation poss\S\hde une correction acoustique.','fr-FR',$); -#6454= IFCRELASSOCIATESLIBRARY('01mKf4Xc5D_B48dWUpM$dH',$,$,$,(#1077),#13808); -#13808= IFCLIBRARYREFERENCE($,$,'\X2\71B14EA463DB97627A4D\X0\','\X2\71B14EA463DB97627A4D\X0\','ja-JP',$); +#6451= IFCRELASSOCIATESLIBRARY('2L7yghTDbBTfehlglX1okZ',$,$,$,(#1066),#13808); +#13808= IFCLIBRARYREFERENCE($,$,'\X2\6D8897F367097121\X0\','\X2\30BF30FC30DF30CA30EB306B6D8897F3304C4ED8304430663044308B58345408306B771F\X0\','ja-JP',$); -#6455= IFCRELASSOCIATESLIBRARY('33DCHRaG51V8ariGBv6IC5',$,$,$,(#1078),#13809); -#13809= IFCLIBRARYREFERENCE($,$,'Heat Exchange Surface Area',$,'en',$); +#6452= IFCRELASSOCIATESLIBRARY('1fVStenkf4Ue7XM2RFJI6z',$,$,$,(#1067),#13809); +#13809= IFCLIBRARYREFERENCE($,$,'Has Sound Attenuator',$,'en',$); -#6456= IFCRELASSOCIATESLIBRARY('0uyv1bpZbA3u049WGAyNte',$,$,$,(#1078),#13810); -#13810= IFCLIBRARYREFERENCE($,$,'SurfaceEchangeThermique','Surface d''\S\ichange thermique associ\S\i \S\` la valeur U.','fr-FR',$); +#6453= IFCRELASSOCIATESLIBRARY('3Jkmrw05L3XffajTXqpjis',$,$,$,(#1067),#13810); +#13810= IFCLIBRARYREFERENCE($,$,'Poss\S\hde correction acoustique','Le registre terminal poss\S\hde une correction acoustique','fr-FR',$); -#6457= IFCRELASSOCIATESLIBRARY('07veLTAGzF3OA1rimc0OA6',$,$,$,(#1079),#13811); -#13811= IFCLIBRARYREFERENCE($,$,'Heating Air Flow Rate',$,'en',$); +#6454= IFCRELASSOCIATESLIBRARY('2ZfwmNrBPFdeLTKySlVEqp',$,$,$,(#1067),#13811); +#13811= IFCLIBRARYREFERENCE($,$,'\X2\6D8897F367097121\X0\','\X2\30BF30FC30DF30CA30EB306B6D8897F3304C3042308B304B5426304B3000FF083042308C3070\X0\TRUE)','ja-JP',$); -#6458= IFCRELASSOCIATESLIBRARY('0IvCpMAJf2tvyQGjTsh3Uk',$,$,$,(#1079),#13812); -#13812= IFCLIBRARYREFERENCE($,$,'\X2\6696623F7A7A6C176D4191CF\X0\','\X2\5BA45185306E6696623F7A7A6C176D4191CF\X0\','ja-JP',$); +#6455= IFCRELASSOCIATESLIBRARY('26hnqpaGf4D9RqS$lgiJxR',$,$,$,(#1069),#13812); +#13812= IFCLIBRARYREFERENCE($,$,'Has Steps',$,'en',$); -#6459= IFCRELASSOCIATESLIBRARY('1eKKhCrtHFb9a0xFd3mh26',$,$,$,(#1080),#13813); -#13813= IFCLIBRARYREFERENCE($,$,'Heating Capacity',$,'en',$); +#6456= IFCRELASSOCIATESLIBRARY('0Y5_S3lML7F8nn8d2WgyGW',$,$,$,(#1069),#13813); +#13813= IFCLIBRARYREFERENCE($,$,'\X2\968E6BB54ED83051\X0\','\X2\30C030AF30C830B930DA30FC30B9306F968E6BB54ED83051304B30693046304BFF08\X0\TRUE\X2\62163044306F\X0\FALSE\X2\FF093002\X0\','ja-JP',$); -#6460= IFCRELASSOCIATESLIBRARY('2QlBGMGK90De9KPq9eL5jr',$,$,$,(#1080),#13814); -#13814= IFCLIBRARYREFERENCE($,$,'\X2\52A071B15BB991CF\X0\','\X2\52A071B15BB991CF\X0\','ja-JP',$); +#6457= IFCRELASSOCIATESLIBRARY('1boYwz9Mv4vR1XV$CL3$Nv',$,$,$,(#1069),#13814); +#13814= IFCLIBRARYREFERENCE($,$,'\X2\ACC4B2E8\X0\ \X2\C9C0C815\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04C740\X0\ \X2\ACC4B2E8\X0\ \X2\D45CC2DC\X0\ \X2\C5ECBD80\X0\ (TRUE \X2\B610B294\X0\ FALSE)','ko-KR',$); -#6461= IFCRELASSOCIATESLIBRARY('2n9TUgvRz9lRWrJSdINnJa',$,$,$,(#1081),#13815); -#13815= IFCLIBRARYREFERENCE($,$,'Heating Design Airflow',$,'en',$); +#6458= IFCRELASSOCIATESLIBRARY('097$v8o$T1afRmFBMALT_x',$,$,$,(#1070),#13815); +#13815= IFCLIBRARYREFERENCE($,$,'Has Strainer',$,'en',$); -#6462= IFCRELASSOCIATESLIBRARY('1dVUsu1rvFWQxDfFrz1Lzb',$,$,$,(#1082),#13816); -#13816= IFCLIBRARYREFERENCE($,$,'Heating Design Day',$,'en',$); +#6459= IFCRELASSOCIATESLIBRARY('0i3D_RUpb8CQNGhK1dtDDR',$,$,$,(#1070),#13816); +#13816= IFCLIBRARYREFERENCE($,$,'\X2\308D904E88C57F6E\X0\','\X2\6E9D306E963281ED5F01304C308D904E88C57F6E30925099304830663044308B304B30693046304B6307793A3059308B3002\X0\','ja-JP',$); -#6463= IFCRELASSOCIATESLIBRARY('1k4rwBwz50yeyVvDh9U_aD',$,$,$,(#1082),#13817); -#13817= IFCLIBRARYREFERENCE($,$,'\X2\6696623F8A2D8A0857FA6E9665E5\X0\','\X2\6696623F8A2D8A0875286C178C6130C730FC30BF306E65E54ED83002\X0\','ja-JP',$); +#6460= IFCRELASSOCIATESLIBRARY('2AaM6z4P5FK9KDz1828ChP',$,$,$,(#1071),#13817); +#13817= IFCLIBRARYREFERENCE($,$,'Has Strainer',$,'en',$); -#6464= IFCRELASSOCIATESLIBRARY('2Uwz3Y44975P_Q1V759lvz',$,$,$,(#1082),#13818); -#13818= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\AE30C900C77C\X0\','\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\AE30C0C1\X0\ \X2\B370C774D130C758\X0\ \X2\B0A0C9DC\X0\','ko-KR',$); +#6461= IFCRELASSOCIATESLIBRARY('0YSLNB5X9DVeh8RI31joE0',$,$,$,(#1071),#13818); +#13818= IFCLIBRARYREFERENCE($,$,'\X2\308D904E88C57F6E\X0\','\X2\6E9D306E963281ED5F01304C308D904E88C57F6E30925099304830663044308B304B30693046304B306E6307793A3002\X0\','ja-JP',$); -#6465= IFCRELASSOCIATESLIBRARY('0wHLh$xoH9y8FNk3R9LImm',$,$,$,(#1083),#13819); -#13819= IFCLIBRARYREFERENCE($,$,'Heating Dry Bulb',$,'en',$); +#6462= IFCRELASSOCIATESLIBRARY('1QHPrxikb42Bexzb4uDMvc',$,$,$,(#1072),#13819); +#13819= IFCLIBRARYREFERENCE($,$,'Has Thermal Insulation',$,'en',$); -#6466= IFCRELASSOCIATESLIBRARY('3DP$b3mGfByAp5WwHmI9tb',$,$,$,(#1083),#13820); -#13820= IFCLIBRARYREFERENCE($,$,'\X2\6696623F8A2D8A086E295EA6\X0\','\X2\6696623F8A2D8A08306B304A3051308B5BA451858A2D8A084E7E74036E295EA63002\X0\','ja-JP',$); +#6463= IFCRELASSOCIATESLIBRARY('1Uf5AXsD56jg7arn6t$U5Y',$,$,$,(#1072),#13820); +#13820= IFCLIBRARYREFERENCE($,$,'Poss\S\hdeIsolationThermique','Si VRAI, le terminal de ventilation poss\S\hde une isolation thermique.','fr-FR',$); -#6467= IFCRELASSOCIATESLIBRARY('2Q3tKlGWPB0R5PYnS6WUjV',$,$,$,(#1083),#13821); -#13821= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\C124ACC4C628B3C4\X0\','\X2\B09CBC29\X0\ \X2\C124ACC4C758\X0\ \X2\C2E4B0B4\X0\ \X2\B514C790C778\X0\ \X2\AC74AD6C\X0\ \X2\C628B3C4\X0\','ko-KR',$); +#6464= IFCRELASSOCIATESLIBRARY('2hEMORdxDEUgZz9UADt6Y$',$,$,$,(#1072),#13821); +#13821= IFCLIBRARYREFERENCE($,$,'\X2\65AD71B167097121\X0\','\X2\30BF30FC30DF30CA30EB306B65AD71B1304C3042308B58345408306B771F\X0\','ja-JP',$); -#6468= IFCRELASSOCIATESLIBRARY('1U5tSBgm5E0RvynKqkTf61',$,$,$,(#1084),#13822); -#13822= IFCLIBRARYREFERENCE($,$,'Heating Dry Bulb',$,'en',$); +#6465= IFCRELASSOCIATESLIBRARY('3uuq53xjLCYhq7cuomDleu',$,$,$,(#1074),#13822); +#13822= IFCLIBRARYREFERENCE($,$,'Has Tray',$,'en',$); -#6469= IFCRELASSOCIATESLIBRARY('21ieBSBin4ZQlAzA5VjQ3L',$,$,$,(#1084),#13823); -#13823= IFCLIBRARYREFERENCE($,$,'\X2\6696623F75288A2D8A0859166C174E7E74036E295EA6\X0\','\X2\6696623F75288A2D8A08752859166C174E7E74036E295EA63002\X0\','ja-JP',$); +#6466= IFCRELASSOCIATESLIBRARY('32fWR6L2j6vfEyc2a8NKvR',$,$,$,(#1075),#13823); +#13823= IFCLIBRARYREFERENCE($,$,'Has Turbulator',$,'en',$); -#6470= IFCRELASSOCIATESLIBRARY('2esV6qlGvBWeS9X9_d$aKz',$,$,$,(#1084),#13824); -#13824= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\C678AE30\X0\ \X2\AC74AD6C\X0\ \X2\C628B3C4\X0\','\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\C678AE30\X0\ \X2\AC74AD6C\X0\ \X2\C628B3C4\X0\','ko-KR',$); +#6467= IFCRELASSOCIATESLIBRARY('1kxarSjH5E6wVL6rPtroIy',$,$,$,(#1075),#13824); +#13824= IFCLIBRARYREFERENCE($,$,'\X2\304B304F306F309356686709308A\X0\','\X2\304B304F306F309356686709308A306E6642\X0\ TRUE\X2\300171213057306E6642\X0\ FALSE','ja-JP',$); -#6471= IFCRELASSOCIATESLIBRARY('0CBxGyxej6h9kKu3rE1GNr',$,$,$,(#1085),#13825); -#13825= IFCLIBRARYREFERENCE($,$,'Heating Efficiency',$,'en',$); +#6468= IFCRELASSOCIATESLIBRARY('3XKflpS952$h_EYyADp4bH',$,$,$,(#1076),#13825); +#13825= IFCLIBRARYREFERENCE($,$,'Has Visual Indicator',$,'en',$); -#6472= IFCRELASSOCIATESLIBRARY('3cgXBFAj13teYvhsUL2J_I',$,$,$,(#1085),#13826); -#13826= IFCLIBRARYREFERENCE($,$,'\X2\52A071B152B97387\X0\','\X2\51688CA0837752A071B172B6614B3067306E71B152B97387\X0\','ja-JP',$); +#6469= IFCRELASSOCIATESLIBRARY('03gXwANYPDwf0X1nzpY5Ay',$,$,$,(#1076),#13826); +#13826= IFCLIBRARYREFERENCE($,$,'\X2\76EE8996578B8868793A56686709308A\X0\','\X2\30BF30F330AF306E6C344F4D3092793A305976EE8996578B8868793A5668FF08\X0\TRUE\X2\306B8A2D5B9A\X0\)\X2\304C50993048306430513089308C30663044308B304B30693046304B306E8868793A30023082305776EE8996578B8868793A5668304C50993048306430513089308C30663044306A3051308C307030015024306F\X0\FALSE\X2\30688A2D5B9A3055308C308B3002\X0\','ja-JP',$); -#6473= IFCRELASSOCIATESLIBRARY('0IhqIAgZv4A9x55eTCGXKh',$,$,$,(#1086),#13827); -#13827= IFCLIBRARYREFERENCE($,$,'Heating Relative Humidity',$,'en',$); +#6470= IFCRELASSOCIATESLIBRARY('2CxKcvPL97QBpBOhYnHWfn',$,$,$,(#1079),#13827); +#13827= IFCLIBRARYREFERENCE($,$,'Hazardous Waste',$,'en',$); -#6474= IFCRELASSOCIATESLIBRARY('2SVrvcSwX4LANl3$BTBAc1',$,$,$,(#1086),#13828); -#13828= IFCLIBRARYREFERENCE($,$,'\X2\6696623F8A2D8A0876F85BFE6E7F5EA6\X0\','\X2\6696623F8A2D8A08306B304A3051308B5BA451858A2D8A0876F85BFE6E7F5EA63002\X0\','ja-JP',$); +#6471= IFCRELASSOCIATESLIBRARY('1DEu2rwKj3ERd7bg0gR8g7',$,$,$,(#1079),#13828); +#13828= IFCLIBRARYREFERENCE($,$,'DechetsDangereux','Quantit\S\i de d\S\ichets dangereux g\S\in\S\ir\S\is [NDT : tels que d\S\ifinis dans la norme NF P01-010]','fr-FR',$); -#6475= IFCRELASSOCIATESLIBRARY('27tQ0fJcb3j9Qz0OwTE84D',$,$,$,(#1086),#13829); -#13829= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\C0C1B300C2B5B3C4\X0\','\X2\B09CBC29\X0\ \X2\C124ACC4C758\X0\ \X2\C2E4B0B4\X0\ \X2\B514C790C778\X0\ \X2\C0C1B300\X0\ \X2\C2B5B3C4\X0\.','ko-KR',$); +#6472= IFCRELASSOCIATESLIBRARY('1vYZCNrr9BauryyJOVLOyB',$,$,$,(#1079),#13829); +#13829= IFCLIBRARYREFERENCE($,$,'\X2\67095BB35EC368C47269\X0\','\X2\751F62103055308C308B67095BB35EC368C47269306E91CF3002\X0\','ja-JP',$); -#6476= IFCRELASSOCIATESLIBRARY('35alTDGRX1ZBYAPgE_mleg',$,$,$,(#1087),#13830); -#13830= IFCLIBRARYREFERENCE($,$,'Heating Temperature Delta',$,'en',$); +#6473= IFCRELASSOCIATESLIBRARY('1dbsF0dv5Ehx$V2$jAqh5y',$,$,$,(#1079),#13830); +#13830= IFCLIBRARYREFERENCE($,$,'\X2\C720D574\X0\ \X2\D3D0AE30BB3C\X0\','\X2\C720D574\X0\ \X2\D3D0AE30BB3CC758\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); -#6477= IFCRELASSOCIATESLIBRARY('2Chwc6yCj3RPPnOcvp7m4j',$,$,$,(#1087),#13831); -#13831= IFCLIBRARYREFERENCE($,$,'\X2\6696623F6642900198A86E295EA65DEE\X0\','\X2\7A7A8ABF900198A891CF8A087B977528306E6696623F7D666C176E295EA65DEE3002\X0\','ja-JP',$); +#6474= IFCRELASSOCIATESLIBRARY('1aS1zjOU5DnvHpE_ShYZHv',$,$,$,(#1080),#13831); +#13831= IFCLIBRARYREFERENCE($,$,'Hazardous Waste Per Unit',$,'en',$); -#6478= IFCRELASSOCIATESLIBRARY('1wIyUfl1T6yAroVbYdJuPs',$,$,$,(#1087),#13832); -#13832= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29C2DC\X0\ \X2\B3CCD48D\X0\ \X2\C628B3C4CC28\X0\','\X2\C5D0C5B4CEE8\X0\ \X2\C1A1D48D\X0\ \X2\B7C9\X0\ \X2\ACC4C0B0C744C704D55C\X0\ \X2\B09CBC29\X0\ \X2\AE09AE30\X0\ \X2\C628B3C4CC28\X0\','ko-KR',$); +#6475= IFCRELASSOCIATESLIBRARY('20qhABhnLCcP0pcRE9rmpF',$,$,$,(#1080),#13832); +#13832= IFCLIBRARYREFERENCE($,$,'DechetsDangereuxParUnite','Quantit\S\i de d\S\ichets dangereux g\S\in\S\ir\S\is tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010].','fr-FR',$); -#6479= IFCRELASSOCIATESLIBRARY('3OyKXeHl1DVeKyAhANuuGn',$,$,$,(#1088),#13833); -#13833= IFCLIBRARYREFERENCE($,$,'Heating Water Flow Rate',$,'en',$); +#6476= IFCRELASSOCIATESLIBRARY('2OD8ahowT1pwSWJsRPfPgi',$,$,$,(#1080),#13833); +#13833= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A67095BB35EC368C47269\X0\','\X2\751F62103055308C305F67095BB3306A5EC368C491CF3002\X0\','ja-JP',$); -#6480= IFCRELASSOCIATESLIBRARY('2TxWQzlDrAUP_Z6CwcYxMI',$,$,$,(#1089),#13834); -#13834= IFCLIBRARYREFERENCE($,$,'Heating Wet Bulb',$,'en',$); +#6477= IFCRELASSOCIATESLIBRARY('3Fz1yhnD98cvX7crZdRCu4',$,$,$,(#1080),#13834); +#13834= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\C720D574\X0\ \X2\D3D0AE30BB3C\X0\','\X2\C720D574\X0\ \X2\D3D0AE30BB3CC758\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); -#6481= IFCRELASSOCIATESLIBRARY('1BvRtDvdb2YxcqVs9K4$4l',$,$,$,(#1089),#13835); -#13835= IFCLIBRARYREFERENCE($,$,'\X2\6696623F75288A2D8A0859166C176E7F74036E295EA6\X0\','\X2\6696623F75288A2D8A08752859166C176E7F74036E295EA63002\X0\','ja-JP',$); +#6478= IFCRELASSOCIATESLIBRARY('0_zpCc3hD688YOleyi1wn9',$,$,$,(#1082),#13835); +#13835= IFCLIBRARYREFERENCE($,$,'Durchgangsh\S\vhe','German-description-2','de-DE',$); -#6482= IFCRELASSOCIATESLIBRARY('2e8inAY6bDmRRQrSG5pEfl',$,$,$,(#1089),#13836); -#13836= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\C678AE30\X0\ \X2\C2B5AD6CC628B3C4\X0\','\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\C678AE30\X0\ \X2\C2B5AD6CC628B3C4\X0\','ko-KR',$); +#6479= IFCRELASSOCIATESLIBRARY('114ADfWQr85QEFgkycnGNg',$,$,$,(#1082),#13836); +#13836= IFCLIBRARYREFERENCE($,$,'Headroom',$,'en',$); -#6483= IFCRELASSOCIATESLIBRARY('1Z5tEIrVT4exJxj2mPLTia',$,$,$,(#1090),#13837); -#13837= IFCLIBRARYREFERENCE($,$,'Heat Output',$,'en',$); +#6480= IFCRELASSOCIATESLIBRARY('2arzYHGp54i9mmaw58$JQJ',$,$,$,(#1082),#13837); +#13837= IFCLIBRARYREFERENCE($,$,'HauteurPassage','Hauteur de passage (\S\ichapp\S\ie) actuellement projet\S\ie. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#6484= IFCRELASSOCIATESLIBRARY('0tV2Au_e9FAO3XTX2rreZ6',$,$,$,(#1090),#13838); -#13838= IFCLIBRARYREFERENCE($,$,'RendementChaleur','Rendement total nominal tel que d\S\ifini par le constructeur de chaudi\S\hre.\X\0D\X\0APour les chaudi\S\hres \S\` eau chaude, une fonction de la temp\S\irature en entr\S\ie par rapport \S\` la temp\S\irature de sortie.\X\0D\X\0ARemarque: Comme deux variables sont utilis\S\ies ValeurDefinir et ValeursDefinies sont nulles, et les valeurs sont enregistr\S\ies dans IfcTable dans l''ordre suivant:\X\0D\X\0A- Temp\S\iratureEntr\S\ie (IfcThermodynamicTemperatureMeasure) et Temp\S\iratureSortie (IfcThermodynamicTemperatureMeasure) dans ValeursDefinir , et Rendement de chaleur (IfcEnergyMeasure) dansValeursDefinies.\X\0D\X\0AIfcPropertyTable est li\S\i \S\` IfcMetric qui utilise IfcMetric et IfcPropertyConstraintRelationship.','fr-FR',$); +#6481= IFCRELASSOCIATESLIBRARY('25TLNbBD53JQ2vTk3XMQHm',$,$,$,(#1082),#13838); +#13838= IFCLIBRARYREFERENCE($,$,'\X2\982D4E0A30B930DA30FC30B9\X0\','\X2\73FE72B6306E8A2D8A08306B4E0081F43057305F659C8DEF306E5B9F969B306E982D4E0A30B930DA30FC30B99AD8\X0\\X\0D\X\0A\X2\5F6272B6306E60C55831306F300151855074306F4F7F75283055308C308B5F62886873FE304A308830735E7E4F5530D130E930E130FC30BF5B6676845A924ECB59096570306B52A03048306663D04F9B3055308C307E30593002\X0\\X\0D\X\0A\X2\5E7E4F5530D130E930E130FC30BF30685F6272B630D730ED30D130C630A3304C77DB76FE3059308B58345408306F30014ED85C5E306E30D730ED30D130C630A3306763D04F9B3055308C30663044308B30015E7E4F5530D130E930E130FC30BF3092512A51483059308B3002\X0\','ja-JP',$); -#6485= IFCRELASSOCIATESLIBRARY('0agnsnhRvEt9Le1LrjvMwu',$,$,$,(#1091),#13839); -#13839= IFCLIBRARYREFERENCE($,$,'Heat Output',$,'en',$); +#6482= IFCRELASSOCIATESLIBRARY('0lIdViqs1AegC$QnDHPEyo',$,$,$,(#1082),#13839); +#13839= IFCLIBRARYREFERENCE($,$,'\X2\51C07A7A\X0\','\X2\5F53524D8BBE8BA165B96848786E5B9A7684901A90535B9E964551C07A7A9AD85EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); -#6486= IFCRELASSOCIATESLIBRARY('1vv3lXBxzEmQaLffqnytUZ',$,$,$,(#1091),#13840); -#13840= IFCLIBRARYREFERENCE($,$,'RendementChaleur','Rendement total nominal tel que d\S\ifini par le constructeur de chaudi\S\hre.\X\0D\X\0APour les chaudi\S\hres \S\` vapeur, une fonction de la temp\S\irature en entr\S\ie par rapport \S\` la pression de vapeur.\X\0D\X\0ARemarque: Comme deux variables sont utilis\S\ies ValeurDefinir et ValeursDefinies sont nulles, et les valeurs sont enregistr\S\ies dans IfcTable dans l''ordre suivant:\X\0D\X\0A- Temp\S\iratureEntr\S\ie (IfcThermodynamicTemperatureMeasure) et Temp\S\iratureSortie (IfcThermodynamicTemperatureMeasure) dans ValeursDefinir , et Rendement de chaleur (IfcEnergyMeasure) dansValeursDefinies.\X\0D\X\0APar exemple, ValeursDefinir (Temp\S\iratureEntr\S\ie, Temp\S\iratureSortie), ValeursDefinies (nul, RendementChaleur).\X\0D\X\0AIfcPropertyTable est li\S\i \S\` IfcMetric qui utilise IfcMetric et IfcPropertyConstraintRelationship.','fr-FR',$); +#6483= IFCRELASSOCIATESLIBRARY('0fhkbyiVX3VvVxhdUMH2e9',$,$,$,(#1083),#13840); +#13840= IFCLIBRARYREFERENCE($,$,'Durchgangsh\S\vhe','German-description-10','de-DE',$); -#6487= IFCRELASSOCIATESLIBRARY('1Glo_wJ0n6g8KgxkSQRtKV',$,$,$,(#1092),#13841); -#13841= IFCLIBRARYREFERENCE($,$,'Heat Output Rate',$,'en',$); +#6484= IFCRELASSOCIATESLIBRARY('3yXXMvuqD9ywV7YW5o8Kz7',$,$,$,(#1083),#13841); +#13841= IFCLIBRARYREFERENCE($,$,'Headroom',$,'en',$); -#6488= IFCRELASSOCIATESLIBRARY('27L$JoTo1DO967bPdyAhB_',$,$,$,(#1092),#13842); -#13842= IFCLIBRARYREFERENCE($,$,'\X2\71B151FA529B6BD4\X0\','\X2\7DCF540871B179FB52D57387\X0\','ja-JP',$); +#6485= IFCRELASSOCIATESLIBRARY('3eCONJSBD8YhhIKPHwG08R',$,$,$,(#1083),#13842); +#13842= IFCLIBRARYREFERENCE($,$,'HauteurPassage','Hauteur de passage (\S\ichapp\S\ie) actuellement projet\S\ie. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#6489= IFCRELASSOCIATESLIBRARY('2ibBR$L85CvfeXXdyk0sxj',$,$,$,(#1093),#13843); -#13843= IFCLIBRARYREFERENCE($,$,'Heat Rejection Rate',$,'en',$); +#6486= IFCRELASSOCIATESLIBRARY('1NH42RKNbFc9QhMAloxbUG',$,$,$,(#1083),#13843); +#13843= IFCLIBRARYREFERENCE($,$,'\X2\51C07A7A\X0\','\X2\5F53524D8BBE8BA165B96848786E5B9A7684901A90535B9E964551C07A7A9AD85EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); -#6490= IFCRELASSOCIATESLIBRARY('1PHB1QvZDBlBas5p_kBSYA',$,$,$,(#1094),#13844); -#13844= IFCLIBRARYREFERENCE($,$,'Heat Rejection Rate',$,'en',$); +#6487= IFCRELASSOCIATESLIBRARY('1tClpEdb95Zx_J_66F5pkN',$,$,$,(#1084),#13844); +#13844= IFCLIBRARYREFERENCE($,$,'Head Shape',$,'en',$); -#6491= IFCRELASSOCIATESLIBRARY('3V97CxoBDCrxT0EkLkANbD',$,$,$,(#1094),#13845); -#13845= IFCLIBRARYREFERENCE($,$,'\X2\639271B191CF\X0\','\X2\51B751CD52B9679C306857277E2E6A5F3078306E96FB6E905165529B306E76F85F5371B191CF306E54088A08\X0\','ja-JP',$); +#6488= IFCRELASSOCIATESLIBRARY('2E7y9So8bACOzzL5_MfkUj',$,$,$,(#1085),#13845); +#13845= IFCLIBRARYREFERENCE($,$,'Heat',$,'en',$); -#6492= IFCRELASSOCIATESLIBRARY('2t7O8vSBD2eRJzMa91QPxE',$,$,$,(#1095),#13846); -#13846= IFCLIBRARYREFERENCE($,$,'Heat Transfer Coefficient',$,'en',$); +#6489= IFCRELASSOCIATESLIBRARY('1rO77tPSL4ZOC9_gUn9DqY',$,$,$,(#1085),#13846); +#13846= IFCLIBRARYREFERENCE($,$,'\X2\C5F4\X0\ \X2\C18CBE44B7C9\X0\','\X2\D2B9C815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548C758\X0\ \X2\C5F4\X0\ \X2\C18CBE44\X0\.','ko-KR',$); -#6494= IFCRELASSOCIATESLIBRARY('1XcxQPEA13tB3P9h_F8t17',$,$,$,(#1096),#13847); -#13847= IFCLIBRARYREFERENCE($,$,'Heat Transfer Dimension',$,'en',$); +#6490= IFCRELASSOCIATESLIBRARY('1HuPlWblTE1f_VUcMOXxD8',$,$,$,(#1087),#13847); +#13847= IFCLIBRARYREFERENCE($,$,'Heat Exchange Area',$,'en',$); -#6495= IFCRELASSOCIATESLIBRARY('2AzpDQFAn0zv80B4hdOG3L',$,$,$,(#1096),#13848); -#13848= IFCLIBRARYREFERENCE($,$,'\X2\71B14F1D90545024\X0\','\X2\5BA451856696623F6A5F306E5F62306B5F933063306671B1304C306930464F1D30483089308C308B304B3092793A3057307E30593002\X0\','ja-JP',$); +#6491= IFCRELASSOCIATESLIBRARY('3y5FtzDmb2_QwWYxEyA4Pp',$,$,$,(#1087),#13848); +#13848= IFCLIBRARYREFERENCE($,$,'\X2\71B14EA463DB97627A4D\X0\','\X2\71B14EA463DB97627A4D\X0\','ja-JP',$); -#6497= IFCRELASSOCIATESLIBRARY('2f45izDCb6pR6OntNn2OUp',$,$,$,(#1097),#13849); -#13849= IFCLIBRARYREFERENCE($,$,'Heat Transfer Medium',$,'en',$); +#6492= IFCRELASSOCIATESLIBRARY('3Tt8Zn7_TCCAGGbtPINLiq',$,$,$,(#1088),#13849); +#13849= IFCLIBRARYREFERENCE($,$,'Heat Exchange Surface Area',$,'en',$); -#6498= IFCRELASSOCIATESLIBRARY('2Nb9K6Rur9DwvGVDEiQ4ZV',$,$,$,(#1097),#13850); -#13850= IFCLIBRARYREFERENCE($,$,'\X2\71B15A924F53\X0\','\X2\521763194F53306F71B15A924F5330925FC58981306B5FDC305830665B9A7FA93057307E30593002\X0\','ja-JP',$); +#6493= IFCRELASSOCIATESLIBRARY('2QcZzq581AURBxeFmGoP4T',$,$,$,(#1088),#13850); +#13850= IFCLIBRARYREFERENCE($,$,'SurfaceEchangeThermique','Surface d''\S\ichange thermique associ\S\i \S\` la valeur U.','fr-FR',$); -#6499= IFCRELASSOCIATESLIBRARY('1j4uLXogD7zBwnF32WubW4',$,$,$,(#1098),#13851); -#13851= IFCLIBRARYREFERENCE($,$,'Heat Transfer Surface Area',$,'en',$); +#6494= IFCRELASSOCIATESLIBRARY('2EF2hIfcb3FB1Bpd0PJ3cp',$,$,$,(#1089),#13851); +#13851= IFCLIBRARYREFERENCE($,$,'Heating Air Flow Rate',$,'en',$); -#6500= IFCRELASSOCIATESLIBRARY('3lyeKV_Pz2XBK9rL85Zt3Y',$,$,$,(#1098),#13852); -#13852= IFCLIBRARYREFERENCE($,$,'SurfaceEchangeChaleur','Surface totale d''\S\ichange de chaleur du foyer','fr-FR',$); +#6495= IFCRELASSOCIATESLIBRARY('2iDiBekVvC$AAMiGhMAIjA',$,$,$,(#1089),#13852); +#13852= IFCLIBRARYREFERENCE($,$,'\X2\6696623F7A7A6C176D4191CF\X0\','\X2\5BA45185306E6696623F7A7A6C176D4191CF\X0\','ja-JP',$); -#6501= IFCRELASSOCIATESLIBRARY('0WIn1i__PCnOzQZliC_fUk',$,$,$,(#1098),#13853); -#13853= IFCLIBRARYREFERENCE($,$,'\X2\4F1D71B197627A4D\X0\','\X2\5BB95668306E4F1D71B190E897627A4D306E54088A08\X0\','ja-JP',$); +#6496= IFCRELASSOCIATESLIBRARY('3T7mVXIVDD4wBdJWq4k8Av',$,$,$,(#1090),#13853); +#13853= IFCLIBRARYREFERENCE($,$,'Heating Capacity',$,'en',$); -#6503= IFCRELASSOCIATESLIBRARY('0F7tH9QOLEOhteSi0rrw1R',$,$,$,(#1099),#13854); -#13854= IFCLIBRARYREFERENCE($,$,'Heat Transfer Type Enum',$,'en',$); +#6497= IFCRELASSOCIATESLIBRARY('2yLkf3AAD2AxxATy9QX979',$,$,$,(#1090),#13854); +#13854= IFCLIBRARYREFERENCE($,$,'\X2\52A071B15BB991CF\X0\','\X2\52A071B15BB991CF\X0\','ja-JP',$); -#6504= IFCRELASSOCIATESLIBRARY('0VZXxhFebFofjW6hAej0EN',$,$,$,(#1099),#13855); -#13855= IFCLIBRARYREFERENCE($,$,'TypeEchangeChaleurEnum','Type de transfert de chaleur entre deux flux d''air.','fr-FR',$); +#6498= IFCRELASSOCIATESLIBRARY('3sTmLRwEP01PTcfjhplvYT',$,$,$,(#1091),#13855); +#13855= IFCLIBRARYREFERENCE($,$,'Heating Design Airflow',$,'en',$); -#6505= IFCRELASSOCIATESLIBRARY('2lX2$Sk0n7mwx6DitZIu6q',$,$,$,(#1099),#13856); -#13856= IFCLIBRARYREFERENCE($,$,'\X2\71B14EA463DB7A2E985E\X0\','\X2\7A7A6C179593306E71B14EA463DB306E7A2E985EFF08985571B130016F5C71B12026FF09\X0\','ja-JP',$); +#6499= IFCRELASSOCIATESLIBRARY('0moGYEolD7W87G5e1S$fjK',$,$,$,(#1092),#13856); +#13856= IFCLIBRARYREFERENCE($,$,'Heating Design Day',$,'en',$); -#6506= IFCRELASSOCIATESLIBRARY('1QAVf19yLDPORCdF1$F8yI',$,$,$,(#1101),#13857); -#13857= IFCLIBRARYREFERENCE($,$,'H\S\vhe','German-description-2','de-DE',$); +#6500= IFCRELASSOCIATESLIBRARY('1SKU_nafP2EPMgKFeuxQuN',$,$,$,(#1092),#13857); +#13857= IFCLIBRARYREFERENCE($,$,'\X2\6696623F8A2D8A0857FA6E9665E5\X0\','\X2\6696623F8A2D8A0875286C178C6130C730FC30BF306E65E54ED83002\X0\','ja-JP',$); -#6507= IFCRELASSOCIATESLIBRARY('3LcoPHHKz4svzgrexO9No0',$,$,$,(#1101),#13858); -#13858= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#6501= IFCRELASSOCIATESLIBRARY('0V9XYF7Hj6GgcM3p7qvsQE',$,$,$,(#1092),#13858); +#13858= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\AE30C900C77C\X0\','\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\AE30C0C1\X0\ \X2\B370C774D130C758\X0\ \X2\B0A0C9DC\X0\','ko-KR',$); -#6508= IFCRELASSOCIATESLIBRARY('3amlDMyt1DAx5ITdUG9kPm',$,$,$,(#1101),#13859); -#13859= IFCLIBRARYREFERENCE($,$,'Hauteur','Hauteur du garde-corps. C''est la plus grande hauteur du garde-corps relativement au plancher ou \S\` l''escalier. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#6502= IFCRELASSOCIATESLIBRARY('0NdRtVr0LFj8RH3zTI6Aci',$,$,$,(#1093),#13859); +#13859= IFCLIBRARYREFERENCE($,$,'Heating Dry Bulb',$,'en',$); -#6509= IFCRELASSOCIATESLIBRARY('22OzMeu4z2sQsb3gEnrkGA',$,$,$,(#1101),#13860); -#13860= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\30AA30D630B830A730AF30C8306E9AD8305530025E8A307E305F306F4F1A8AC7304B3089624B3059308A306E4E0A90E8307E3067306E9AD830553002\X0\','ja-JP',$); +#6503= IFCRELASSOCIATESLIBRARY('07pQwyXzDEkeWmIwoI1nXY',$,$,$,(#1093),#13860); +#13860= IFCLIBRARYREFERENCE($,$,'\X2\6696623F8A2D8A086E295EA6\X0\','\X2\6696623F8A2D8A08306B304A3051308B5BA451858A2D8A084E7E74036E295EA63002\X0\','ja-JP',$); -#6510= IFCRELASSOCIATESLIBRARY('1zE1Uf2N5DiR7jHhYrfGJg',$,$,$,(#1101),#13861); -#13861= IFCLIBRARYREFERENCE($,$,'\X2\9AD85EA6\X0\','\X2\67844EF676849AD85EA630028BE55C5E60274E3A680F674657285730677F6216697C68AF4EE54E0A90E8520676849AD85EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); +#6504= IFCRELASSOCIATESLIBRARY('2RgsUF4Zf4of0EPYdW4Rss',$,$,$,(#1093),#13861); +#13861= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\C124ACC4C628B3C4\X0\','\X2\B09CBC29\X0\ \X2\C124ACC4C758\X0\ \X2\C2E4B0B4\X0\ \X2\B514C790C778\X0\ \X2\AC74AD6C\X0\ \X2\C628B3C4\X0\','ko-KR',$); -#6511= IFCRELASSOCIATESLIBRARY('3nTE4hIQbDHgu_vYYsBQ4K',$,$,$,(#1102),#13862); -#13862= IFCLIBRARYREFERENCE($,$,'H\S\vhe','Geforderte H\S\vhe des Durchbruchs, wird nur dann angegeben, wenn der Wert des Attributes "Form" gleich "Rechteck" ist.','de-DE',$); +#6505= IFCRELASSOCIATESLIBRARY('0GnbusvOzCK8CkeoX4v28n',$,$,$,(#1094),#13862); +#13862= IFCLIBRARYREFERENCE($,$,'Heating Dry Bulb',$,'en',$); -#6512= IFCRELASSOCIATESLIBRARY('2uKF4A5l1Emeuw4j1huxyL',$,$,$,(#1102),#13863); -#13863= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#6506= IFCRELASSOCIATESLIBRARY('1NpQ$_C8jFVOKpVRvMlzTz',$,$,$,(#1094),#13863); +#13863= IFCLIBRARYREFERENCE($,$,'\X2\6696623F75288A2D8A0859166C174E7E74036E295EA6\X0\','\X2\6696623F75288A2D8A08752859166C174E7E74036E295EA63002\X0\','ja-JP',$); -#6513= IFCRELASSOCIATESLIBRARY('0R$VBXRy12gBU5pzQXGtjF',$,$,$,(#1102),#13864); -#13864= IFCLIBRARYREFERENCE($,$,'Hauteur','La hauteur requise de la r\S\iservation (extension verticale en \S\il\S\ivation). Fournie seulement si la propri\S\it\S\i Forme a pour valeur "Rectangle".','fr-FR',$); +#6507= IFCRELASSOCIATESLIBRARY('1ACb9DstDBSPuxfAu6iEqS',$,$,$,(#1094),#13864); +#13864= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\C678AE30\X0\ \X2\AC74AD6C\X0\ \X2\C628B3C4\X0\','\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\C678AE30\X0\ \X2\AC74AD6C\X0\ \X2\C628B3C4\X0\','ko-KR',$); -#6514= IFCRELASSOCIATESLIBRARY('2_wq$Zgtb3oQ6v7voCpg66',$,$,$,(#1102),#13865); -#13865= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\7A7A9593306E9AD83055FF089AD83055306B304A3051308B578276F465B95411306E62E15F35FF0930926C423081308B5B9A7FA9306730593002300C56DB89D25F62300D306E5F6272B630D730ED30D130C630A3306E307F63D0793A3055308C307E30593002\X0\','ja-JP',$); +#6508= IFCRELASSOCIATESLIBRARY('2wK2ywsWH5J83Ukwis14HA',$,$,$,(#1095),#13865); +#13865= IFCLIBRARYREFERENCE($,$,'Heating Efficiency',$,'en',$); -#6515= IFCRELASSOCIATESLIBRARY('1siiM8UE1D29ulXfEcuIN8',$,$,$,(#1102),#13866); -#13866= IFCLIBRARYREFERENCE($,$,'\X2\9AD85EA6\X0\','\X2\7A7A67844EF676849AD85EA6FF0857287ACB976256FE4E2D7AD676F465B954117684957F5EA6FF09FF0C4EC55F53201C5F6272B6201D5C5E60274E3A201C77E95F62201D65F6900275283002\X0\','zh-CN',$); +#6509= IFCRELASSOCIATESLIBRARY('3Xw1M7$u5Daxalyhi6ERs8',$,$,$,(#1095),#13866); +#13866= IFCLIBRARYREFERENCE($,$,'\X2\52A071B152B97387\X0\','\X2\51688CA0837752A071B172B6614B3067306E71B152B97387\X0\','ja-JP',$); -#6516= IFCRELASSOCIATESLIBRARY('1fyayUr_XB0vZ8cQFGsKXW',$,$,$,(#1103),#13867); -#13867= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#6510= IFCRELASSOCIATESLIBRARY('1CY0qB1HfAQwX_O2daqVJ7',$,$,$,(#1096),#13867); +#13867= IFCLIBRARYREFERENCE($,$,'Heating Relative Humidity',$,'en',$); -#6517= IFCRELASSOCIATESLIBRARY('1b94oaq9rCLhD7rYdMDzRB',$,$,$,(#1103),#13868); -#13868= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\6C176D4165B95411306B578276F4306B8A083089308C305F30D530A330F3306E95773055\X0\','ja-JP',$); +#6511= IFCRELASSOCIATESLIBRARY('1N0uXedk55NgAkC_h0ZKqm',$,$,$,(#1096),#13868); +#13868= IFCLIBRARYREFERENCE($,$,'\X2\6696623F8A2D8A0876F85BFE6E7F5EA6\X0\','\X2\6696623F8A2D8A08306B304A3051308B5BA451858A2D8A0876F85BFE6E7F5EA63002\X0\','ja-JP',$); -#6518= IFCRELASSOCIATESLIBRARY('1XyDfJYdP3oAE8bXNMZU04',$,$,$,(#1105),#13869); -#13869= IFCLIBRARYREFERENCE($,$,'Higher Heating Value',$,'en',$); +#6512= IFCRELASSOCIATESLIBRARY('1NzmDvYkP9nf5Xh4xwvfih',$,$,$,(#1096),#13869); +#13869= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\C0C1B300C2B5B3C4\X0\','\X2\B09CBC29\X0\ \X2\C124ACC4C758\X0\ \X2\C2E4B0B4\X0\ \X2\B514C790C778\X0\ \X2\C0C1B300\X0\ \X2\C2B5B3C4\X0\.','ko-KR',$); -#6519= IFCRELASSOCIATESLIBRARY('3P6wQoKEP8MeKHKGZmNldg',$,$,$,(#1106),#13870); -#13870= IFCLIBRARYREFERENCE($,$,'Highest Seating Height',$,'en',$); +#6513= IFCRELASSOCIATESLIBRARY('07AgHJ4JfBiwiD$OzC3ywh',$,$,$,(#1097),#13870); +#13870= IFCLIBRARYREFERENCE($,$,'Heating Temperature Delta',$,'en',$); -#6520= IFCRELASSOCIATESLIBRARY('2jzbsfRej3t8xCRWcZztIn',$,$,$,(#1109),#13871); -#13871= IFCLIBRARYREFERENCE($,$,'Hollow Core Plugging',$,'en',$); +#6514= IFCRELASSOCIATESLIBRARY('30PyNgrN5C3AKoBjO9dKzG',$,$,$,(#1097),#13871); +#13871= IFCLIBRARYREFERENCE($,$,'\X2\6696623F6642900198A86E295EA65DEE\X0\','\X2\7A7A8ABF900198A891CF8A087B977528306E6696623F7D666C176E295EA65DEE3002\X0\','ja-JP',$); -#6521= IFCRELASSOCIATESLIBRARY('2Dovb9r3P4bRrWBGlApPFb',$,$,$,(#1109),#13872); -#13872= IFCLIBRARYREFERENCE($,$,'\X2\304F307C307F306E5145586B\X0\','\X2\FF085B9A774090E8306EFF1FFF09304F307C307F30923069306E30883046306B62713046306E304B306B30643044306666F8304B308C305F30E930D930EBFF1A958B3051305F307E307E306B3059308B304B300130D730E930B03067585E30503001307E305F306F5F8C8A70308130B330F330AF30EA30FC30C83067585E305030024F8B304830703001300C585E304C306A3044300D3001300C585E3050300D3001300C30B330F330AF30EA30FC30C83067585E3050300D306866F8304B308C308B3060308D304630023053306E5C5E6027306F30B930E930D6306B958B30513089308C305F304F307C307F306B3082906975283055308C308B3002\X0\','ja-JP',$); +#6515= IFCRELASSOCIATESLIBRARY('3XOIYhIKTF$xY5oXqsdS5H',$,$,$,(#1097),#13872); +#13872= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29C2DC\X0\ \X2\B3CCD48D\X0\ \X2\C628B3C4CC28\X0\','\X2\C5D0C5B4CEE8\X0\ \X2\C1A1D48D\X0\ \X2\B7C9\X0\ \X2\ACC4C0B0C744C704D55C\X0\ \X2\B09CBC29\X0\ \X2\AE09AE30\X0\ \X2\C628B3C4CC28\X0\','ko-KR',$); -#6522= IFCRELASSOCIATESLIBRARY('26FjyKORrEtfD3pKdaRZl_',$,$,$,(#1111),#13873); -#13873= IFCLIBRARYREFERENCE($,$,'Hoop Bar Pitch',$,'en',$); +#6516= IFCRELASSOCIATESLIBRARY('0A55Ewo01348yz1JpBIpY7',$,$,$,(#1098),#13873); +#13873= IFCLIBRARYREFERENCE($,$,'Heating Water Flow Rate',$,'en',$); -#6523= IFCRELASSOCIATESLIBRARY('0T5ZKDXJz7rOBCOwkUhIFk',$,$,$,(#1111),#13874); -#13874= IFCLIBRARYREFERENCE($,$,'\X2\5E2F7B4B95939694\X0\','\X2\5E2F7B4B306E959396943002\X0\','ja-JP',$); +#6517= IFCRELASSOCIATESLIBRARY('34sCDi$$514Rg0w6TLRr8k',$,$,$,(#1099),#13874); +#13874= IFCLIBRARYREFERENCE($,$,'Heating Wet Bulb',$,'en',$); -#6524= IFCRELASSOCIATESLIBRARY('37I94aJvT4fANK6KX_Tvwb',$,$,$,(#1112),#13875); -#13875= IFCLIBRARYREFERENCE($,$,'Horizontal Bar Pitch',$,'en',$); +#6518= IFCRELASSOCIATESLIBRARY('3CeMwSoQ198wpG4d5skQnY',$,$,$,(#1099),#13875); +#13875= IFCLIBRARYREFERENCE($,$,'\X2\6696623F75288A2D8A0859166C176E7F74036E295EA6\X0\','\X2\6696623F75288A2D8A08752859166C176E7F74036E295EA63002\X0\','ja-JP',$); -#6525= IFCRELASSOCIATESLIBRARY('3bT59H4oj1EOFHS99bXRtB',$,$,$,(#1112),#13876); -#13876= IFCLIBRARYREFERENCE($,$,'\X2\6A2A7B4B30D430C330C1\X0\','\X2\6C345E7365B95411306E88DC5F377B4B306E959396943002\X0\','ja-JP',$); +#6519= IFCRELASSOCIATESLIBRARY('2hVNSxcWb0GBHKpNIrOvcp',$,$,$,(#1099),#13876); +#13876= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\C678AE30\X0\ \X2\C2B5AD6CC628B3C4\X0\','\X2\B09CBC29\X0\ \X2\C124ACC4\X0\ \X2\C678AE30\X0\ \X2\C2B5AD6CC628B3C4\X0\','ko-KR',$); -#6526= IFCRELASSOCIATESLIBRARY('1aYNnURTb1NB4eKZUFNQnD',$,$,$,(#1115),#13877); -#13877= IFCLIBRARYREFERENCE($,$,'Horizontal Spacing',$,'en',$); +#6520= IFCRELASSOCIATESLIBRARY('24t7irt_TCd8NtnSw8cILk',$,$,$,(#1100),#13877); +#13877= IFCLIBRARYREFERENCE($,$,'Heat Output',$,'en',$); -#6527= IFCRELASSOCIATESLIBRARY('0bByyiOMPAo8Em0CB7Ampc',$,$,$,(#1115),#13878); -#13878= IFCLIBRARYREFERENCE($,$,'\X2\6C345E7395939694\X0\','\X2\30C130E530FC30D6675F5185306E30C130E530FC30D695936C345E7395939694\X0\','ja-JP',$); +#6521= IFCRELASSOCIATESLIBRARY('0SdYrNMFr0D8NrrI0ExgXr',$,$,$,(#1100),#13878); +#13878= IFCLIBRARYREFERENCE($,$,'RendementChaleur','Rendement total nominal tel que d\S\ifini par le constructeur de chaudi\S\hre.\X\0D\X\0APour les chaudi\S\hres \S\` eau chaude, une fonction de la temp\S\irature en entr\S\ie par rapport \S\` la temp\S\irature de sortie.\X\0D\X\0ARemarque: Comme deux variables sont utilis\S\ies ValeurDefinir et ValeursDefinies sont nulles, et les valeurs sont enregistr\S\ies dans IfcTable dans l''ordre suivant:\X\0D\X\0A- Temp\S\iratureEntr\S\ie (IfcThermodynamicTemperatureMeasure) et Temp\S\iratureSortie (IfcThermodynamicTemperatureMeasure) dans ValeursDefinir , et Rendement de chaleur (IfcEnergyMeasure) dansValeursDefinies.\X\0D\X\0AIfcPropertyTable est li\S\i \S\` IfcMetric qui utilise IfcMetric et IfcPropertyConstraintRelationship.','fr-FR',$); -#6528= IFCRELASSOCIATESLIBRARY('1TT6R0YDnBsuyBmwEqt5ad',$,$,$,(#1119),#13879); -#13879= IFCLIBRARYREFERENCE($,$,'Hose Connection Size',$,'en',$); +#6522= IFCRELASSOCIATESLIBRARY('3bfr6Cdhv8MPICaXOeHXDj',$,$,$,(#1101),#13879); +#13879= IFCLIBRARYREFERENCE($,$,'Heat Output',$,'en',$); -#6529= IFCRELASSOCIATESLIBRARY('2lFFaeowHCCBin00A4hKig',$,$,$,(#1119),#13880); -#13880= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B963A57D9A30B530A430BA\X0\','\X2\63A57D9A30DB30FC30B9306E30B530A430BAFF0830DD30F330D730E630CB30C330C863A57D9A4EE55916306EFF093002\X0\','ja-JP',$); +#6523= IFCRELASSOCIATESLIBRARY('1U$Vboekn25OqnN$p_GHis',$,$,$,(#1101),#13880); +#13880= IFCLIBRARYREFERENCE($,$,'RendementChaleur','Rendement total nominal tel que d\S\ifini par le constructeur de chaudi\S\hre.\X\0D\X\0APour les chaudi\S\hres \S\` vapeur, une fonction de la temp\S\irature en entr\S\ie par rapport \S\` la pression de vapeur.\X\0D\X\0ARemarque: Comme deux variables sont utilis\S\ies ValeurDefinir et ValeursDefinies sont nulles, et les valeurs sont enregistr\S\ies dans IfcTable dans l''ordre suivant:\X\0D\X\0A- Temp\S\iratureEntr\S\ie (IfcThermodynamicTemperatureMeasure) et Temp\S\iratureSortie (IfcThermodynamicTemperatureMeasure) dans ValeursDefinir , et Rendement de chaleur (IfcEnergyMeasure) dansValeursDefinies.\X\0D\X\0APar exemple, ValeursDefinir (Temp\S\iratureEntr\S\ie, Temp\S\iratureSortie), ValeursDefinies (nul, RendementChaleur).\X\0D\X\0AIfcPropertyTable est li\S\i \S\` IfcMetric qui utilise IfcMetric et IfcPropertyConstraintRelationship.','fr-FR',$); -#6530= IFCRELASSOCIATESLIBRARY('1YuT0Gg9HBQxYsw_lQB0$I',$,$,$,(#1120),#13881); -#13881= IFCLIBRARYREFERENCE($,$,'Hose Diameter',$,'en',$); +#6524= IFCRELASSOCIATESLIBRARY('3BNhTHbR5DJg7JbMokdB6N',$,$,$,(#1102),#13881); +#13881= IFCLIBRARYREFERENCE($,$,'Heat Output Rate',$,'en',$); -#6531= IFCRELASSOCIATESLIBRARY('1ARy7DmIf4m8ZYEFevPCh0',$,$,$,(#1120),#13882); -#13882= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B95F84\X0\','\X2\30DB30FC30B9306E516C79F053E35F84FF0851855F84FF093002\X0\','ja-JP',$); +#6525= IFCRELASSOCIATESLIBRARY('13mGB9NsHDLuF8OlSRqR3z',$,$,$,(#1102),#13882); +#13882= IFCLIBRARYREFERENCE($,$,'\X2\71B151FA529B6BD4\X0\','\X2\7DCF540871B179FB52D57387\X0\','ja-JP',$); -#6532= IFCRELASSOCIATESLIBRARY('3Dzimhm299ixBOjrPr_Pd8',$,$,$,(#1121),#13883); -#13883= IFCLIBRARYREFERENCE($,$,'Hose Length',$,'en',$); +#6526= IFCRELASSOCIATESLIBRARY('0K4u5t$zDDvAVxQLR4Pq9i',$,$,$,(#1103),#13883); +#13883= IFCLIBRARYREFERENCE($,$,'Heat Rejection Rate',$,'en',$); -#6533= IFCRELASSOCIATESLIBRARY('0cjKcbWTvCax4PYnCc2gJa',$,$,$,(#1121),#13884); -#13884= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B9306E95773055\X0\','\X2\30DB30FC30B930DB30FC30B930EA30FC30EB306B88C577403055308C305F30DB30FC30B9306E516C79F095773055FF08516830664F3830703055308C305F3068304D306EFF093002\X0\','ja-JP',$); +#6527= IFCRELASSOCIATESLIBRARY('3DtG1A7HX2XwhwwhQXIG0E',$,$,$,(#1104),#13884); +#13884= IFCLIBRARYREFERENCE($,$,'Heat Rejection Rate',$,'en',$); -#6535= IFCRELASSOCIATESLIBRARY('2evYR56aj1ZOwX09Fcf25S',$,$,$,(#1122),#13885); -#13885= IFCLIBRARYREFERENCE($,$,'Hose Nozzle Type',$,'en',$); +#6528= IFCRELASSOCIATESLIBRARY('3OratIVij4$RV91OD3KNkg',$,$,$,(#1104),#13885); +#13885= IFCLIBRARYREFERENCE($,$,'\X2\639271B191CF\X0\','\X2\51B751CD52B9679C306857277E2E6A5F3078306E96FB6E905165529B306E76F85F5371B191CF306E54088A08\X0\','ja-JP',$); -#6536= IFCRELASSOCIATESLIBRARY('1QXeMwcpX6qwW7DdYKB$JV',$,$,$,(#1122),#13886); -#13886= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B930CE30BA30EB30BF30A430D7\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E30DB30FC30B9306E51487AEF306B53D6308A4ED830513089308C308B30CE30BA30EB306E578BFF08653E51FA30D130BF30FC30F3306E89B370B9304B3089FF09304B30895FC58981306A578B30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); +#6529= IFCRELASSOCIATESLIBRARY('3ZeFnztKLATgo6rLTZvBBl',$,$,$,(#1105),#13886); +#13886= IFCLIBRARYREFERENCE($,$,'Heat Transfer Coefficient',$,'en',$); -#6538= IFCRELASSOCIATESLIBRARY('3AoggoJK9A8PcEggp_fe0q',$,$,$,(#1123),#13887); -#13887= IFCLIBRARYREFERENCE($,$,'Hose Reel Mounting Type',$,'en',$); +#6531= IFCRELASSOCIATESLIBRARY('3sANYtCwbCNflOR0_V70Ce',$,$,$,(#1106),#13887); +#13887= IFCLIBRARYREFERENCE($,$,'Heat Transfer Dimension',$,'en',$); -#6539= IFCRELASSOCIATESLIBRARY('2DC8OERtrEtv85Q7igcWCM',$,$,$,(#1123),#13888); -#13888= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B930EA30FC30EB88C5774030BF30A430D7\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E53D6308A4ED8305130DB30FC30B930EA30FC30EB306E578B304B30895FC58981306A578B30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); +#6532= IFCRELASSOCIATESLIBRARY('0txCCL_SjFPfsqW9i5uswA',$,$,$,(#1106),#13888); +#13888= IFCLIBRARYREFERENCE($,$,'\X2\71B14F1D90545024\X0\','\X2\5BA451856696623F6A5F306E5F62306B5F933063306671B1304C306930464F1D30483089308C308B304B3092793A3057307E30593002\X0\','ja-JP',$); -#6541= IFCRELASSOCIATESLIBRARY('22a0X8C4r0IvNI9SUlcgJ$',$,$,$,(#1124),#13889); -#13889= IFCLIBRARYREFERENCE($,$,'Hose Reel Type',$,'en',$); +#6534= IFCRELASSOCIATESLIBRARY('18ieqcXa9AIAFGEphbnVyj',$,$,$,(#1107),#13889); +#13889= IFCLIBRARYREFERENCE($,$,'Heat Transfer Medium',$,'en',$); -#6542= IFCRELASSOCIATESLIBRARY('0P3uNmItf6JxrHqaY1G08M',$,$,$,(#1124),#13890); -#13890= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B930EA30FC30EB30BF30A430D7\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E30DB30FC30B969CB6210306E578B304B30895FC58981306A578B30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); +#6535= IFCRELASSOCIATESLIBRARY('0t7oT_U0z0yumH83JP_s9F',$,$,$,(#1107),#13890); +#13890= IFCLIBRARYREFERENCE($,$,'\X2\71B15A924F53\X0\','\X2\521763194F53306F71B15A924F5330925FC58981306B5FDC305830665B9A7FA93057307E30593002\X0\','ja-JP',$); -#6543= IFCRELASSOCIATESLIBRARY('22W_6awe58rvMpvqxYOBDR',$,$,$,(#1126),#13891); -#13891= IFCLIBRARYREFERENCE($,$,'Housing Thickness',$,'en',$); +#6536= IFCRELASSOCIATESLIBRARY('2lcrsWZ5P2cvI7jRtnXNMs',$,$,$,(#1108),#13891); +#13891= IFCLIBRARYREFERENCE($,$,'Heat Transfer Surface Area',$,'en',$); -#6544= IFCRELASSOCIATESLIBRARY('14decJ86vBwwNx0g5WRTa8',$,$,$,(#1126),#13892); -#13892= IFCLIBRARYREFERENCE($,$,'Epaisseur de l''enveloppe','Epaisseur du mat\S\iriau r\S\ialisant l''enveloppe du registre terminal de ventilation','fr-FR',$); +#6537= IFCRELASSOCIATESLIBRARY('0maDlzm453tPTy3mSSDD8M',$,$,$,(#1108),#13892); +#13892= IFCLIBRARYREFERENCE($,$,'SurfaceEchangeChaleur','Surface totale d''\S\ichange de chaleur du foyer','fr-FR',$); -#6545= IFCRELASSOCIATESLIBRARY('2FvTqvwFbF0wGHRrJmJEi7',$,$,$,(#1126),#13893); -#13893= IFCLIBRARYREFERENCE($,$,'\X2\30CF30A630B830F330B0677F539A\X0\','\X2\30BF30FC30DF30CA30EB306E30CF30A630B830F330B06750306E677F539A\X0\','ja-JP',$); +#6538= IFCRELASSOCIATESLIBRARY('2t2GK3$iP3SP8BuVYD6WOI',$,$,$,(#1108),#13893); +#13893= IFCLIBRARYREFERENCE($,$,'\X2\4F1D71B197627A4D\X0\','\X2\5BB95668306E4F1D71B190E897627A4D306E54088A08\X0\','ja-JP',$); -#6546= IFCRELASSOCIATESLIBRARY('34R4KmLqL0Oh8MzDGJjxVT',$,$,$,(#1127),#13894); -#13894= IFCLIBRARYREFERENCE($,$,'Humidity Effectiveness',$,'en',$); +#6540= IFCRELASSOCIATESLIBRARY('2oCAcZpvn2Q8CFrC6VccvQ',$,$,$,(#1109),#13894); +#13894= IFCLIBRARYREFERENCE($,$,'Heat Transfer Type Enum',$,'en',$); -#6547= IFCRELASSOCIATESLIBRARY('33VY09fmH7kPU1maxqHnDM',$,$,$,(#1127),#13895); -#13895= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iLatente','Efficacit\S\i sur transfert de chaleur latente: rapport entre difference de temp\S\iratures','fr-FR',$); +#6541= IFCRELASSOCIATESLIBRARY('3xzrcClSz24POjyIptMWWU',$,$,$,(#1109),#13895); +#13895= IFCLIBRARYREFERENCE($,$,'TypeEchangeChaleurEnum','Type de transfert de chaleur entre deux flux d''air.','fr-FR',$); -#6548= IFCRELASSOCIATESLIBRARY('3ppXwgl1L1Hu$mQ5aC9ewn',$,$,$,(#1127),#13896); -#13896= IFCLIBRARYREFERENCE($,$,'\X2\6E7F5EA652B97387\X0\','\X2\6E7F5EA671B14EA463DB52B97387FF1A\X0\\X\0D\X\0A\X2\6700592753EF80FD7D765BFE6E7F5EA659095316306B5BFE3059308B4E006B2150747D765BFE6E7F5EA659095316306E6BD4\X0\','ja-JP',$); +#6542= IFCRELASSOCIATESLIBRARY('0LQVXYl25BzfNcKTVr6eje',$,$,$,(#1109),#13896); +#13896= IFCLIBRARYREFERENCE($,$,'\X2\71B14EA463DB7A2E985E\X0\','\X2\7A7A6C179593306E71B14EA463DB306E7A2E985EFF08985571B130016F5C71B12026FF09\X0\','ja-JP',$); -#6549= IFCRELASSOCIATESLIBRARY('0W1OjVkdLEZQ9$6q0$9xhE',$,$,$,(#1129),#13897); -#13897= IFCLIBRARYREFERENCE($,$,'Hydraulic Diameter',$,'en',$); +#6543= IFCRELASSOCIATESLIBRARY('0OUwh1lOTDVBpUSlVMK3du',$,$,$,(#1111),#13897); +#13897= IFCLIBRARYREFERENCE($,$,'H\S\vhe','German-description-2','de-DE',$); -#6550= IFCRELASSOCIATESLIBRARY('1fRVCMkgb0semuTe$0UP0p',$,$,$,(#1129),#13898); -#13898= IFCLIBRARYREFERENCE($,$,'\X2\6C34529B76F45F84\X0\','\X2\6C34529B76F45F84\X0\','ja-JP',$); +#6544= IFCRELASSOCIATESLIBRARY('0ocZSATOXDYvcUZsahZH9j',$,$,$,(#1111),#13898); +#13898= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#6551= IFCRELASSOCIATESLIBRARY('0CrSE$uBj7ePVza32kicX5',$,$,$,(#1130),#13899); -#13899= IFCLIBRARYREFERENCE($,$,'Klimaklasse','Hygrothermische Widerstandsf\S\dhigkeit gegen Temperatur- und Feuchteunterschiede gem\S\d\S\_ der nationalen oder regionalen Richtlinie als Mindestanforderung gegen die Verformung der T\S\|r.','de-DE',$); +#6545= IFCRELASSOCIATESLIBRARY('0E4dQw3z52GPNw5Q6W17WD',$,$,$,(#1111),#13899); +#13899= IFCLIBRARYREFERENCE($,$,'Hauteur','Hauteur du garde-corps. C''est la plus grande hauteur du garde-corps relativement au plancher ou \S\` l''escalier. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#6552= IFCRELASSOCIATESLIBRARY('36BnFjKsTFxhW6T4NViB93',$,$,$,(#1130),#13900); -#13900= IFCLIBRARYREFERENCE($,$,'Hygrothermal Rating',$,'en',$); +#6546= IFCRELASSOCIATESLIBRARY('0P9ggKlTv4pQzdrxtfJdO1',$,$,$,(#1111),#13900); +#13900= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\30AA30D630B830A730AF30C8306E9AD8305530025E8A307E305F306F4F1A8AC7304B3089624B3059308A306E4E0A90E8307E3067306E9AD830553002\X0\','ja-JP',$); -#6553= IFCRELASSOCIATESLIBRARY('1Ea0UQPAP2dRFBpctPPmMr',$,$,$,(#1130),#13901); -#13901= IFCLIBRARYREFERENCE($,$,'R\S\isistance hygrothermique','R\S\isistance \S\` l''impact hygrothermique des diff\S\irences de temp\S\irature et d''humidit\S\i entre l''int\S\irieur et l''ext\S\irieur, selon une classification ou r\S\hglementation nationale.','fr-FR',$); +#6547= IFCRELASSOCIATESLIBRARY('3Q6DtbXEb1ierWtO1d_JxN',$,$,$,(#1111),#13901); +#13901= IFCLIBRARYREFERENCE($,$,'\X2\9AD85EA6\X0\','\X2\67844EF676849AD85EA630028BE55C5E60274E3A680F674657285730677F6216697C68AF4EE54E0A90E8520676849AD85EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); -#6554= IFCRELASSOCIATESLIBRARY('3BaxVmuqbEJhTFJdgieQY8',$,$,$,(#1131),#13902); -#13902= IFCLIBRARYREFERENCE($,$,'I1',$,'en',$); +#6548= IFCRELASSOCIATESLIBRARY('1TO0aoQYL2MgKYGcWOQjUi',$,$,$,(#1112),#13902); +#13902= IFCLIBRARYREFERENCE($,$,'H\S\vhe','Geforderte H\S\vhe des Durchbruchs, wird nur dann angegeben, wenn der Wert des Attributes "Form" gleich "Rechteck" ist.','de-DE',$); -#6555= IFCRELASSOCIATESLIBRARY('11ZU8yNjT9ZPS9AGgjJOPI',$,$,$,(#1131),#13903); -#13903= IFCLIBRARYREFERENCE($,$,'I1','\X2\71B152D55F0F306E4F4E8A669A1396FB6D419650754C50243092\X0\ [x In]\X2\300196FB6D41306F\X0\ I1\X2\30003088308A30824F4E304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T2 \X2\306E664295933088308A3082957730443002\X0\','ja-JP',$); +#6549= IFCRELASSOCIATESLIBRARY('3zj7XPUlj6tRDkJFwENhp0',$,$,$,(#1112),#13903); +#13903= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#6556= IFCRELASSOCIATESLIBRARY('1vTouhLb9F4wyIf6DXJQxx',$,$,$,(#1131),#13904); -#13904= IFCLIBRARYREFERENCE($,$,'I1','\X2\C5F4\X0\ \X2\B3D9C2DD\X0\ \X2\B0AEC740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In] \X2\C804B958B294\X0\ I1\X2\BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T2 \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38B2E4\X0\.','ko-KR',$); +#6550= IFCRELASSOCIATESLIBRARY('02jIIqVw929eFUVglp4xBI',$,$,$,(#1112),#13904); +#13904= IFCLIBRARYREFERENCE($,$,'Hauteur','La hauteur requise de la r\S\iservation (extension verticale en \S\il\S\ivation). Fournie seulement si la propri\S\it\S\i Forme a pour valeur "Rectangle".','fr-FR',$); -#6557= IFCRELASSOCIATESLIBRARY('2v5rCD3dv3He86pPPupRan',$,$,$,(#1132),#13905); -#13905= IFCLIBRARYREFERENCE($,$,'I1',$,'en',$); +#6551= IFCRELASSOCIATESLIBRARY('23LFW$eaHCDf6ijOegrN73',$,$,$,(#1112),#13905); +#13905= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\7A7A9593306E9AD83055FF089AD83055306B304A3051308B578276F465B95411306E62E15F35FF0930926C423081308B5B9A7FA9306730593002300C56DB89D25F62300D306E5F6272B630D730ED30D130C630A3306E307F63D0793A3055308C307E30593002\X0\','ja-JP',$); -#6558= IFCRELASSOCIATESLIBRARY('110ZFflV10sBIQFXOTLro2',$,$,$,(#1132),#13906); -#13906= IFCLIBRARYREFERENCE($,$,'I1','\X2\30B530FC30DE30EB306E4F4E8A669A1396FB6D419650754C50243092\X0\ [x In]\X2\300196FB6D41306F\X0\ I1\X2\30003088308A30824F4E304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T2 \X2\306E664295933088308A3082957730443002\X0\','ja-JP',$); +#6552= IFCRELASSOCIATESLIBRARY('1RDMJlb3H2qf9j6$FmxJbI',$,$,$,(#1112),#13906); +#13906= IFCLIBRARYREFERENCE($,$,'\X2\9AD85EA6\X0\','\X2\7A7A67844EF676849AD85EA6FF0857287ACB976256FE4E2D7AD676F465B954117684957F5EA6FF09FF0C4EC55F53201C5F6272B6201D5C5E60274E3A201C77E95F62201D65F6900275283002\X0\','zh-CN',$); -#6559= IFCRELASSOCIATESLIBRARY('2WQ8t7ps1BYRYNKvc6ZJeT',$,$,$,(#1132),#13907); -#13907= IFCLIBRARYREFERENCE($,$,'I1','\X2\C5F4\X0\ \X2\B0AEC740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In] \X2\C804B958B294\X0\ I1\X2\BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T2 \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38B2E4\X0\.','ko-KR',$); +#6553= IFCRELASSOCIATESLIBRARY('34Cla6qF1DihV6noPFkVvp',$,$,$,(#1113),#13907); +#13907= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#6560= IFCRELASSOCIATESLIBRARY('2p69mO1Nr2ZPjgAu79TnJi',$,$,$,(#1133),#13908); -#13908= IFCLIBRARYREFERENCE($,$,'I2',$,'en',$); +#6554= IFCRELASSOCIATESLIBRARY('3y4CuBdfX2ROeo4$QQKPil',$,$,$,(#1113),#13908); +#13908= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\6C176D4165B95411306B578276F4306B8A083089308C305F30D530A330F3306E95773055\X0\','ja-JP',$); -#6561= IFCRELASSOCIATESLIBRARY('2cJLSaJsr3uQ$1h$k8ADHH',$,$,$,(#1133),#13909); -#13909= IFCLIBRARYREFERENCE($,$,'I2','\X2\71B152D55F0F306E9AD88A669A1396FB6D419650754C50243092\X0\ [x In], \X2\96FB6D41306F\X0\ I2 \X2\3088308A30829AD8304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T2 \X2\306E664295933088308A308277ED30443002\X0\','ja-JP',$); +#6555= IFCRELASSOCIATESLIBRARY('0jsmu31_13yBKnyY0LcJ3r',$,$,$,(#1115),#13909); +#13909= IFCLIBRARYREFERENCE($,$,'Higher Heating Value',$,'en',$); -#6562= IFCRELASSOCIATESLIBRARY('1_SPrw3uv6qBBKW9EzMflY',$,$,$,(#1133),#13910); -#13910= IFCLIBRARYREFERENCE($,$,'I2','\X2\C5F4\X0\ \X2\B3D9C2DD\X0\ \X2\B192C740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In], \X2\C804B958\X0\ I2\X2\BCF4B2E4\X0\ \X2\B192C740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T2 \X2\C2DCAC04BCF4B2E4\X0\ \X2\C9E7B2E4\X0\.','ko-KR',$); +#6556= IFCRELASSOCIATESLIBRARY('16yTWov1DDHBE$5q1SnMYw',$,$,$,(#1116),#13910); +#13910= IFCLIBRARYREFERENCE($,$,'Highest Seating Height',$,'en',$); -#6563= IFCRELASSOCIATESLIBRARY('0NJl29ZFf4Hvb6f0GZYhDA',$,$,$,(#1134),#13911); -#13911= IFCLIBRARYREFERENCE($,$,'I2',$,'en',$); +#6557= IFCRELASSOCIATESLIBRARY('0_Cq173LP8Y8eYXJNx7pAt',$,$,$,(#1119),#13911); +#13911= IFCLIBRARYREFERENCE($,$,'Hollow Core Plugging',$,'en',$); -#6564= IFCRELASSOCIATESLIBRARY('2dlMWPVTbC9PaosgboyVCi',$,$,$,(#1134),#13912); -#13912= IFCLIBRARYREFERENCE($,$,'I2','\X2\30B530FC30DE30EB306E9AD88A669A1396FB6D419650754C50243092\X0\ [x In], \X2\96FB6D41306F\X0\ I2 \X2\3088308A30829AD8304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T2 \X2\306E664295933088308A308277ED30443002\X0\','ja-JP',$); +#6558= IFCRELASSOCIATESLIBRARY('0Oq9Tckej9_9csPOIKHzKc',$,$,$,(#1119),#13912); +#13912= IFCLIBRARYREFERENCE($,$,'\X2\304F307C307F306E5145586B\X0\','\X2\FF085B9A774090E8306EFF1FFF09304F307C307F30923069306E30883046306B62713046306E304B306B30643044306666F8304B308C305F30E930D930EBFF1A958B3051305F307E307E306B3059308B304B300130D730E930B03067585E30503001307E305F306F5F8C8A70308130B330F330AF30EA30FC30C83067585E305030024F8B304830703001300C585E304C306A3044300D3001300C585E3050300D3001300C30B330F330AF30EA30FC30C83067585E3050300D306866F8304B308C308B3060308D304630023053306E5C5E6027306F30B930E930D6306B958B30513089308C305F304F307C307F306B3082906975283055308C308B3002\X0\','ja-JP',$); -#6565= IFCRELASSOCIATESLIBRARY('2q$BnznXH6JxWd2_IIaEKj',$,$,$,(#1134),#13913); -#13913= IFCLIBRARYREFERENCE($,$,'I2','\X2\C5F4\X0\ \X2\B192C740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In], \X2\C804B958\X0\ I2\X2\BCF4B2E4\X0\ \X2\B192C740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T2 \X2\C2DCAC04BCF4B2E4\X0\ \X2\C9E7B2E4\X0\.','ko-KR',$); +#6559= IFCRELASSOCIATESLIBRARY('2YcBG7N9z3ceuFNxQ1vsw1',$,$,$,(#1121),#13913); +#13913= IFCLIBRARYREFERENCE($,$,'Hoop Bar Pitch',$,'en',$); -#6566= IFCRELASSOCIATESLIBRARY('27vfAAOZrDjRtRLRzqoVqA',$,$,$,(#1135),#13914); -#13914= IFCLIBRARYREFERENCE($,$,'I2 TApplicability',$,'en',$); +#6560= IFCRELASSOCIATESLIBRARY('1gfIWwUtr8DAS8eEW36Toe',$,$,$,(#1121),#13914); +#13914= IFCLIBRARYREFERENCE($,$,'\X2\5E2F7B4B95939694\X0\','\X2\5E2F7B4B306E959396943002\X0\','ja-JP',$); -#6567= IFCRELASSOCIATESLIBRARY('05h9PZRA594Q5DEL9sPMlo',$,$,$,(#1135),#13915); -#13915= IFCLIBRARYREFERENCE($,$,'I2T\X2\306E90697528\X0\','\X2\30C830EA30C330D76A5F80FD306E66425EF630926C423081308B6642306B906975283059308B95A265703002\X0\','ja-JP',$); +#6561= IFCRELASSOCIATESLIBRARY('3otyVTr2b3DuYy6fQebuUp',$,$,$,(#1122),#13915); +#13915= IFCLIBRARYREFERENCE($,$,'Horizontal Bar Pitch',$,'en',$); -#6568= IFCRELASSOCIATESLIBRARY('3YGWNlRKH0B90sKSXVUXIO',$,$,$,(#1135),#13916); -#13916= IFCLIBRARYREFERENCE($,$,'12 T\X2\C801C6A9\X0\','\X2\D2B8B9BD\X0\ \X2\AE30B2A5\X0\ \X2\C2DCAC04\X0\ \X2\C5F0C7A5C744\X0\ \X2\C694AD6CD560\X0\ \X2\B54C\X0\ \X2\C801C6A9D558B294\X0\ \X2\D568C218C785B2C8B2E4\X0\.','ko-KR',$); +#6562= IFCRELASSOCIATESLIBRARY('1dJmSKwlf2jvek$BC419HL',$,$,$,(#1122),#13916); +#13916= IFCLIBRARYREFERENCE($,$,'\X2\6A2A7B4B30D430C330C1\X0\','\X2\6C345E7365B95411306E88DC5F377B4B306E959396943002\X0\','ja-JP',$); -#6569= IFCRELASSOCIATESLIBRARY('2EJIllM1r4eARO1jfXG7JB',$,$,$,(#1136),#13917); -#13917= IFCLIBRARYREFERENCE($,$,'I4',$,'en',$); +#6563= IFCRELASSOCIATESLIBRARY('11FiWU_UL0EfyK40j3rh63',$,$,$,(#1125),#13917); +#13917= IFCLIBRARYREFERENCE($,$,'Horizontal Spacing',$,'en',$); -#6570= IFCRELASSOCIATESLIBRARY('39r492sW5D$O4j8Mf$rV8b',$,$,$,(#1136),#13918); -#13918= IFCLIBRARYREFERENCE($,$,'I4','\X2\96FB78C1306E4F4E8A669A1396FB6D419650754C50243092\X0\ [x In], \X2\96FB6D41306F\X0\ I4 \X2\3088308A30824F4E304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T5 \X2\306877AC6642306B906E65AD3059308B5B9A683C4F7F752896FB6D41306E664295933088308A3082957730443002\X0\','ja-JP',$); +#6564= IFCRELASSOCIATESLIBRARY('3_iO3TlgfDdQQ5Ofpevqlr',$,$,$,(#1125),#13918); +#13918= IFCLIBRARYREFERENCE($,$,'\X2\6C345E7395939694\X0\','\X2\30C130E530FC30D6675F5185306E30C130E530FC30D695936C345E7395939694\X0\','ja-JP',$); -#6571= IFCRELASSOCIATESLIBRARY('3WyEhKI1HAIO$mqvY8Vx5X',$,$,$,(#1136),#13919); -#13919= IFCLIBRARYREFERENCE($,$,'I4','\X2\C804C790\X0\ \X2\B0AEC740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In] \X2\C804B958B294\X0\ I4\X2\BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T5 \X2\C989C11DC5D0C11C\X0\ \X2\CC28B2E8D558B294\X0\ \X2\C815ACA9\X0\ \X2\C0ACC6A9\X0\ \X2\C804B958C758\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38B2E4\X0\.','ko-KR',$); +#6565= IFCRELASSOCIATESLIBRARY('27Gz3wGu191eyBgHC2FlYY',$,$,$,(#1129),#13919); +#13919= IFCLIBRARYREFERENCE($,$,'Hose Connection Size',$,'en',$); -#6572= IFCRELASSOCIATESLIBRARY('0gTScJ5dvBxfoMc0Ywldp1',$,$,$,(#1137),#13920); -#13920= IFCLIBRARYREFERENCE($,$,'I5',$,'en',$); +#6566= IFCRELASSOCIATESLIBRARY('0sl0aRlZ5DExHrw6VMpH4V',$,$,$,(#1129),#13920); +#13920= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B963A57D9A30B530A430BA\X0\','\X2\63A57D9A30DB30FC30B9306E30B530A430BAFF0830DD30F330D730E630CB30C330C863A57D9A4EE55916306EFF093002\X0\','ja-JP',$); -#6573= IFCRELASSOCIATESLIBRARY('2zrJ62OQn82B1mscdwZnuD',$,$,$,(#1137),#13921); -#13921= IFCLIBRARYREFERENCE($,$,'I5','\X2\96FB78C1306E9AD88A669A1396FB6D419650754C50243092\X0\ [x In], \X2\96FB6D41306F\X0\ I4 \X2\3088308A30824F4E304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T5 \X2\306877AC6642306B906E65AD3059308B5B9A683C4F7F752896FB6D41306E664295933088308A3082957730443002\X0\','ja-JP',$); +#6567= IFCRELASSOCIATESLIBRARY('0N22ZHY8f11ehqtYZru805',$,$,$,(#1130),#13921); +#13921= IFCLIBRARYREFERENCE($,$,'Hose Diameter',$,'en',$); -#6574= IFCRELASSOCIATESLIBRARY('2f4g8k3h9Ff8FcHnBFPnqw',$,$,$,(#1137),#13922); -#13922= IFCLIBRARYREFERENCE($,$,'I5','\X2\C804C790C758\X0\ \X2\B192C740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In] \X2\C804B958B294\X0\ I4\X2\BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T5 \X2\C989C11DC5D0C11C\X0\ \X2\CC28B2E8D558B294\X0\ \X2\C815ACA9\X0\ \X2\C0ACC6A9\X0\ \X2\C804B958C758\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38B2E4\X0\.','ko-KR',$); +#6568= IFCRELASSOCIATESLIBRARY('0ShUJgvQv4NwE2qCzMTIvd',$,$,$,(#1130),#13922); +#13922= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B95F84\X0\','\X2\30DB30FC30B9306E516C79F053E35F84FF0851855F84FF093002\X0\','ja-JP',$); -#6575= IFCRELASSOCIATESLIBRARY('3LvvfAbn16egKQXDY8Ew_d',$,$,$,(#1138),#13923); -#13923= IFCLIBRARYREFERENCE($,$,'IC60269',$,'en',$); +#6569= IFCRELASSOCIATESLIBRARY('0zhaJpBR569eNOP9fbukl5',$,$,$,(#1131),#13923); +#13923= IFCLIBRARYREFERENCE($,$,'Hose Length',$,'en',$); -#6576= IFCRELASSOCIATESLIBRARY('3bZ_O99gP2uRrzLN5DcFR2',$,$,$,(#1138),#13924); -#13924= IFCLIBRARYREFERENCE($,$,'IC60269','IEC\X2\306E\X0\60269\X2\30B730EA30FC30BA306B5FDC3058305F30D230E530FC30BA306E906E65AD5BB991CF\X0\[A]\X2\3002\X0\','ja-JP',$); +#6570= IFCRELASSOCIATESLIBRARY('3j6oX30gn3augMgTceAqJL',$,$,$,(#1131),#13924); +#13924= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B9306E95773055\X0\','\X2\30DB30FC30B930DB30FC30B930EA30FC30EB306B88C577403055308C305F30DB30FC30B9306E516C79F095773055FF08516830664F3830703055308C305F3068304D306EFF093002\X0\','ja-JP',$); -#6577= IFCRELASSOCIATESLIBRARY('1oSK67_a15W9ceCC3zquqD',$,$,$,(#1138),#13925); -#13925= IFCLIBRARYREFERENCE($,$,'IC60269','IEC\X2\C758\X0\ 60269 \X2\C2DCB9ACC988C5D0\X0\ \X2\B530B77C\X0\ \X2\D4E8C988C758\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A].','ko-KR',$); +#6572= IFCRELASSOCIATESLIBRARY('05jqRqtTXEBBW$IDjglpVO',$,$,$,(#1132),#13925); +#13925= IFCLIBRARYREFERENCE($,$,'Hose Nozzle Type',$,'en',$); -#6578= IFCRELASSOCIATESLIBRARY('1tDDEXn49DtgrwOnf6U7cI',$,$,$,(#1139),#13926); -#13926= IFCLIBRARYREFERENCE($,$,'ICM60947',$,'en',$); +#6573= IFCRELASSOCIATESLIBRARY('0B8Ef95Y12zAKRSsaUNOaO',$,$,$,(#1132),#13926); +#13926= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B930CE30BA30EB30BF30A430D7\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E30DB30FC30B9306E51487AEF306B53D6308A4ED830513089308C308B30CE30BA30EB306E578BFF08653E51FA30D130BF30FC30F3306E89B370B9304B3089FF09304B30895FC58981306A578B30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); -#6579= IFCRELASSOCIATESLIBRARY('1mbmuvwnj7y8xbqi0G1Q6O',$,$,$,(#1139),#13927); -#13927= IFCLIBRARYREFERENCE($,$,'ICM60947','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83057305F914D7DDA906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E305F3081306E30674F5C308B80FD529B\X0\[A]\X2\3002\X0\','ja-JP',$); +#6575= IFCRELASSOCIATESLIBRARY('38vy1ug6X9lf8licO_8T_S',$,$,$,(#1133),#13927); +#13927= IFCLIBRARYREFERENCE($,$,'Hose Reel Mounting Type',$,'en',$); -#6580= IFCRELASSOCIATESLIBRARY('39gi55RUbEs89ao4OAoznV',$,$,$,(#1139),#13928); -#13928= IFCLIBRARYREFERENCE($,$,'ICM60947','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\B9CCB4DCB294\X0\ \X2\B2A5B825\X0\ [A]. "','ko-KR',$); +#6576= IFCRELASSOCIATESLIBRARY('3sbWcnRG9EJQMC4$_Afa3Z',$,$,$,(#1133),#13928); +#13928= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B930EA30FC30EB88C5774030BF30A430D7\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E53D6308A4ED8305130DB30FC30B930EA30FC30EB306E578B304B30895FC58981306A578B30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); -#6581= IFCRELASSOCIATESLIBRARY('3uLOBGNo9F$uExneQBz4S5',$,$,$,(#1140),#13929); -#13929= IFCLIBRARYREFERENCE($,$,'ICM60947',$,'en',$); +#6578= IFCRELASSOCIATESLIBRARY('3MFobCRtL04OHjgSmZTgXc',$,$,$,(#1134),#13929); +#13929= IFCLIBRARYREFERENCE($,$,'Hose Reel Type',$,'en',$); -#6582= IFCRELASSOCIATESLIBRARY('2EDrYGnpn0wwvw0Mrx4lyQ',$,$,$,(#1140),#13930); -#13930= IFCLIBRARYREFERENCE($,$,'ICM60947','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F56DE8DEF906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E80FD529B\X0\[A]\X2\3002\X0\','ja-JP',$); +#6579= IFCRELASSOCIATESLIBRARY('0AZNYwHQD8lAn86Qr4R$gQ',$,$,$,(#1134),#13930); +#13930= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B930EA30FC30EB30BF30A430D7\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E30DB30FC30B969CB6210306E578B304B30895FC58981306A578B30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); -#6583= IFCRELASSOCIATESLIBRARY('045SPww4TDdR8pyR_H3jdi',$,$,$,(#1140),#13931); -#13931= IFCLIBRARYREFERENCE($,$,'ICM60947','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\D68CB85C\X0\ \X2\CC28B2E8\X0\ \X2\AE30B098\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58C758\X0\ \X2\B2A5B825\X0\ [A].','ko-KR',$); +#6580= IFCRELASSOCIATESLIBRARY('3ZiwshlVz4KgFOTKNT6t26',$,$,$,(#1136),#13931); +#13931= IFCLIBRARYREFERENCE($,$,'Housing Thickness',$,'en',$); -#6584= IFCRELASSOCIATESLIBRARY('1erUm7E_T87wA76fjmYmVN',$,$,$,(#1141),#13932); -#13932= IFCLIBRARYREFERENCE($,$,'ICN60898',$,'en',$); +#6581= IFCRELASSOCIATESLIBRARY('2L8vixFDD4QQeRjFUX_hXs',$,$,$,(#1136),#13932); +#13932= IFCLIBRARYREFERENCE($,$,'Epaisseur de l''enveloppe','Epaisseur du mat\S\iriau r\S\ialisant l''enveloppe du registre terminal de ventilation','fr-FR',$); -#6585= IFCRELASSOCIATESLIBRARY('1ZX7HLbLP7WwHKvabZxkuD',$,$,$,(#1141),#13933); -#13933= IFCLIBRARYREFERENCE($,$,'ICN60898','IEC\X2\306E\X0\60898\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F\X0\MCB\X2\306E5B9A683C906E65AD5BB991CF3092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); +#6582= IFCRELASSOCIATESLIBRARY('1q7tc$asv8aBm$CM4T_qHh',$,$,$,(#1136),#13933); +#13933= IFCLIBRARYREFERENCE($,$,'\X2\30CF30A630B830F330B0677F539A\X0\','\X2\30BF30FC30DF30CA30EB306E30CF30A630B830F330B06750306E677F539A\X0\','ja-JP',$); -#6586= IFCRELASSOCIATESLIBRARY('0f$kRjrzr3d8agkWJ9GNCU',$,$,$,(#1141),#13934); -#13934= IFCLIBRARYREFERENCE($,$,'ICN60898','IEC\X2\C758\X0\ 60898 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\C2DCD5D8D55C\X0\ MCB\X2\C758\X0\ \X2\C815ACA9\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); +#6583= IFCRELASSOCIATESLIBRARY('2yosSNyXPDjBXWL0BoEjWR',$,$,$,(#1137),#13934); +#13934= IFCLIBRARYREFERENCE($,$,'Humidity Effectiveness',$,'en',$); -#6587= IFCRELASSOCIATESLIBRARY('1r$boBOtnBowmn1e7lw9ra',$,$,$,(#1142),#13935); -#13935= IFCLIBRARYREFERENCE($,$,'ICS60898',$,'en',$); +#6584= IFCRELASSOCIATESLIBRARY('3pfWuCbtb3wQDPWdy_oXs_',$,$,$,(#1137),#13935); +#13935= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iLatente','Efficacit\S\i sur transfert de chaleur latente: rapport entre difference de temp\S\iratures','fr-FR',$); -#6588= IFCRELASSOCIATESLIBRARY('2jbrFIovz3nATrIxCeiUDE',$,$,$,(#1142),#13936); -#13936= IFCLIBRARYREFERENCE($,$,'ICS60898','IEC\X2\306E\X0\60898\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F\X0\MCB\X2\306E906E65AD4F7F75285BB991CF3092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); +#6585= IFCRELASSOCIATESLIBRARY('1$uj5uEnTDEQxEF6AplQLo',$,$,$,(#1137),#13936); +#13936= IFCLIBRARYREFERENCE($,$,'\X2\6E7F5EA652B97387\X0\','\X2\6E7F5EA671B14EA463DB52B97387FF1A\X0\\X\0D\X\0A\X2\6700592753EF80FD7D765BFE6E7F5EA659095316306B5BFE3059308B4E006B2150747D765BFE6E7F5EA659095316306E6BD4\X0\','ja-JP',$); -#6589= IFCRELASSOCIATESLIBRARY('1l5Dsn_GnA0ARchbBiJftH',$,$,$,(#1142),#13937); -#13937= IFCLIBRARYREFERENCE($,$,'ICS60898','IEC\X2\C758\X0\ 60898 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\C2DCD5D8D55C\X0\ MCB \X2\CC28B2E8\X0\ \X2\C0ACC6A9\X0\ \X2\C6A9B7C9\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); +#6586= IFCRELASSOCIATESLIBRARY('1IpuOFPX5Ckv8RfASbGhZf',$,$,$,(#1139),#13937); +#13937= IFCLIBRARYREFERENCE($,$,'Hydraulic Diameter',$,'en',$); -#6590= IFCRELASSOCIATESLIBRARY('26xdVmCbL96fsHscrjcMWY',$,$,$,(#1143),#13938); -#13938= IFCLIBRARYREFERENCE($,$,'ICS60947',$,'en',$); +#6587= IFCRELASSOCIATESLIBRARY('2ilDXaBDD0qPJjsKkYgGqF',$,$,$,(#1139),#13938); +#13938= IFCLIBRARYREFERENCE($,$,'\X2\6C34529B76F45F84\X0\','\X2\6C34529B76F45F84\X0\','ja-JP',$); -#6591= IFCRELASSOCIATESLIBRARY('0IogACbsP6fA00HjnDbnYi',$,$,$,(#1143),#13939); -#13939= IFCLIBRARYREFERENCE($,$,'ICS60947','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C8914D7DDA7528906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E305F3081306E906E65AD5BB991CF30B530FC30D330B93092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); +#6588= IFCRELASSOCIATESLIBRARY('08gy2U3an2xQqYcPnVzPA_',$,$,$,(#1140),#13939); +#13939= IFCLIBRARYREFERENCE($,$,'Klimaklasse','Hygrothermische Widerstandsf\S\dhigkeit gegen Temperatur- und Feuchteunterschiede gem\S\d\S\_ der nationalen oder regionalen Richtlinie als Mindestanforderung gegen die Verformung der T\S\|r.','de-DE',$); -#6592= IFCRELASSOCIATESLIBRARY('0aF6h6Y4D1fwBEZ0BAjYXC',$,$,$,(#1143),#13940); -#13940= IFCLIBRARYREFERENCE($,$,'ICS60947','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120C6A9\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ \X2\C11CBE44C2A4B97C\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); +#6589= IFCRELASSOCIATESLIBRARY('23aAowdq5FcxbBZbqVdupc',$,$,$,(#1140),#13940); +#13940= IFCLIBRARYREFERENCE($,$,'Hygrothermal Rating',$,'en',$); -#6593= IFCRELASSOCIATESLIBRARY('3LwD794xH1ehenKKcRNU$s',$,$,$,(#1144),#13941); -#13941= IFCLIBRARYREFERENCE($,$,'ICS60947',$,'en',$); +#6590= IFCRELASSOCIATESLIBRARY('1I03zS_tzF1gz8HNzKVOoI',$,$,$,(#1140),#13941); +#13941= IFCLIBRARYREFERENCE($,$,'R\S\isistance hygrothermique','R\S\isistance \S\` l''impact hygrothermique des diff\S\irences de temp\S\irature et d''humidit\S\i entre l''int\S\irieur et l''ext\S\irieur, selon une classification ou r\S\hglementation nationale.','fr-FR',$); -#6594= IFCRELASSOCIATESLIBRARY('19ZBsK4NfCnACPZssZ4lnj',$,$,$,(#1144),#13942); -#13942= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C4F7F752877ED7D61906E65AD5BB991CF\X0\','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F56DE8DEF906E65AD6A5F53CA307330E230FC30BF4FDD8B7788C57F6E306E4F7F752877ED7D61906E65AD5BB991CF\X0\[A]\X2\3002\X0\','ja-JP',$); +#6591= IFCRELASSOCIATESLIBRARY('316SVYhZ9BygQ$wtlpLsIH',$,$,$,(#1141),#13942); +#13942= IFCLIBRARYREFERENCE($,$,'I1',$,'en',$); -#6595= IFCRELASSOCIATESLIBRARY('3v2uAvDgjFhecYyCsipw79',$,$,$,(#1144),#13943); -#13943= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C0ACC6A9\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\','IEC60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\C804B958\X0\ [A]\X2\C5D0\X0\ \X2\ACACB514B294\X0\ \X2\C628B3C4\X0\ \X2\AC12C740\X0\ 1s \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); +#6592= IFCRELASSOCIATESLIBRARY('0S0MEvFv95kRNvbJKZ32iP',$,$,$,(#1141),#13943); +#13943= IFCLIBRARYREFERENCE($,$,'I1','\X2\71B152D55F0F306E4F4E8A669A1396FB6D419650754C50243092\X0\ [x In]\X2\300196FB6D41306F\X0\ I1\X2\30003088308A30824F4E304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T2 \X2\306E664295933088308A3082957730443002\X0\','ja-JP',$); -#6596= IFCRELASSOCIATESLIBRARY('1P0Bo2CsXFVPm4GpH1$Qlv',$,$,$,(#1145),#13944); -#13944= IFCLIBRARYREFERENCE($,$,'ICS60947',$,'en',$); +#6593= IFCRELASSOCIATESLIBRARY('0lic5BNQr93OVvxMWp9X7G',$,$,$,(#1141),#13944); +#13944= IFCLIBRARYREFERENCE($,$,'I1','\X2\C5F4\X0\ \X2\B3D9C2DD\X0\ \X2\B0AEC740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In] \X2\C804B958B294\X0\ I1\X2\BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T2 \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38B2E4\X0\.','ko-KR',$); -#6597= IFCRELASSOCIATESLIBRARY('10L1XysoH0Vw0qqThh_rEr',$,$,$,(#1145),#13945); -#13945= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C4F7F752877ED7D61906E65AD5BB991CF\X0\','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F\X0\MCB\X2\306E5B9A683C4F7F752877ED7D61906E65AD5BB991CF3092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); +#6594= IFCRELASSOCIATESLIBRARY('2y2y9vcunEMf4p6MZv$0nP',$,$,$,(#1142),#13945); +#13945= IFCLIBRARYREFERENCE($,$,'I1',$,'en',$); -#6598= IFCRELASSOCIATESLIBRARY('0BPkLZmOfBZ80czF4pYRF5',$,$,$,(#1145),#13946); -#13946= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C0ACC6A9\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\C2DCD5D8D55C\X0\ MCB\X2\C758\X0\ \X2\C815ACA9\X0\ \X2\C0ACC6A9\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); +#6595= IFCRELASSOCIATESLIBRARY('1f31mjl4f8Oewpri1MyRKd',$,$,$,(#1142),#13946); +#13946= IFCLIBRARYREFERENCE($,$,'I1','\X2\30B530FC30DE30EB306E4F4E8A669A1396FB6D419650754C50243092\X0\ [x In]\X2\300196FB6D41306F\X0\ I1\X2\30003088308A30824F4E304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T2 \X2\306E664295933088308A3082957730443002\X0\','ja-JP',$); -#6599= IFCRELASSOCIATESLIBRARY('2V9v9OPjvASO$Lfa_DKvt_',$,$,$,(#1146),#13947); -#13947= IFCLIBRARYREFERENCE($,$,'ICU60947',$,'en',$); +#6596= IFCRELASSOCIATESLIBRARY('3CEMsr3nb0vOk$YjOiuI_m',$,$,$,(#1142),#13947); +#13947= IFCLIBRARYREFERENCE($,$,'I1','\X2\C5F4\X0\ \X2\B0AEC740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In] \X2\C804B958B294\X0\ I1\X2\BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T2 \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38B2E4\X0\.','ko-KR',$); -#6600= IFCRELASSOCIATESLIBRARY('3tBXdDwCXDieTeHC0CQNrw',$,$,$,(#1146),#13948); -#13948= IFCLIBRARYREFERENCE($,$,'ICU60947','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C8914D7DDA7528906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E305F3081306E906E65AD5BB991CF3092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); +#6597= IFCRELASSOCIATESLIBRARY('1APNnmAhn4zghkmBK7UtWT',$,$,$,(#1143),#13948); +#13948= IFCLIBRARYREFERENCE($,$,'I2',$,'en',$); -#6601= IFCRELASSOCIATESLIBRARY('3t$3ow$VD7M8RkwdCF6wFF',$,$,$,(#1146),#13949); -#13949= IFCLIBRARYREFERENCE($,$,'ICU60947','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120C6A9\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); +#6598= IFCRELASSOCIATESLIBRARY('1JtQuLXVv88w65Epw2edBk',$,$,$,(#1143),#13949); +#13949= IFCLIBRARYREFERENCE($,$,'I2','\X2\71B152D55F0F306E9AD88A669A1396FB6D419650754C50243092\X0\ [x In], \X2\96FB6D41306F\X0\ I2 \X2\3088308A30829AD8304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T2 \X2\306E664295933088308A308277ED30443002\X0\','ja-JP',$); -#6602= IFCRELASSOCIATESLIBRARY('2YgiQ95TD8OuUWbik43XHS',$,$,$,(#1147),#13950); -#13950= IFCLIBRARYREFERENCE($,$,'ICU60947',$,'en',$); +#6599= IFCRELASSOCIATESLIBRARY('1hUMIzGSL5R94LDa5Hj0ka',$,$,$,(#1143),#13950); +#13950= IFCLIBRARYREFERENCE($,$,'I2','\X2\C5F4\X0\ \X2\B3D9C2DD\X0\ \X2\B192C740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In], \X2\C804B958\X0\ I2\X2\BCF4B2E4\X0\ \X2\B192C740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T2 \X2\C2DCAC04BCF4B2E4\X0\ \X2\C9E7B2E4\X0\.','ko-KR',$); -#6603= IFCRELASSOCIATESLIBRARY('0A7nwi1dPFhhNxxI_bm17o',$,$,$,(#1147),#13951); -#13951= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C9650754C77ED7D61906E65AD5BB991CF\X0\','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F56DE8DEF906E65AD6A5F53CA307330E230FC30BF4FDD8B7788C57F6E306E77ED7D61906E65AD5BB991CF\X0\[A]\X2\3002\X0\','ja-JP',$); +#6600= IFCRELASSOCIATESLIBRARY('0otDRMnvn8AvFbIZmCuRVM',$,$,$,(#1144),#13951); +#13951= IFCLIBRARYREFERENCE($,$,'I2',$,'en',$); -#6604= IFCRELASSOCIATESLIBRARY('0fo9G_3k99$gGcJ3BycZ9J',$,$,$,(#1147),#13952); -#13952= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9D55CACC4B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\D68CB85C\X0\ \X2\CC28B2E8AE30\X0\ \X2\BC0F\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58C758\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A].','ko-KR',$); +#6601= IFCRELASSOCIATESLIBRARY('36vW74daX9Q8A2zyL1z7VD',$,$,$,(#1144),#13952); +#13952= IFCLIBRARYREFERENCE($,$,'I2','\X2\30B530FC30DE30EB306E9AD88A669A1396FB6D419650754C50243092\X0\ [x In], \X2\96FB6D41306F\X0\ I2 \X2\3088308A30829AD8304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T2 \X2\306E664295933088308A308277ED30443002\X0\','ja-JP',$); -#6605= IFCRELASSOCIATESLIBRARY('07EjZrcGjEFxvrJlpe$U$t',$,$,$,(#1148),#13953); -#13953= IFCLIBRARYREFERENCE($,$,'ICU60947',$,'en',$); +#6602= IFCRELASSOCIATESLIBRARY('0njmQML9jFVP8SgJ0uL1Tb',$,$,$,(#1144),#13953); +#13953= IFCLIBRARYREFERENCE($,$,'I2','\X2\C5F4\X0\ \X2\B192C740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In], \X2\C804B958\X0\ I2\X2\BCF4B2E4\X0\ \X2\B192C740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T2 \X2\C2DCAC04BCF4B2E4\X0\ \X2\C9E7B2E4\X0\.','ko-KR',$); -#6606= IFCRELASSOCIATESLIBRARY('2XXOL6ylj64OvSLoQ268Cw',$,$,$,(#1148),#13954); -#13954= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C9650754C77ED7D61906E65AD5BB991CF\X0\','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F\X0\MCB\X2\306E5B9A683C9650754C77ED7D61906E65AD5BB991CF3092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); +#6603= IFCRELASSOCIATESLIBRARY('3YgV7oljTC0v8vPvLyUbaA',$,$,$,(#1145),#13954); +#13954= IFCLIBRARYREFERENCE($,$,'I2 TApplicability',$,'en',$); -#6607= IFCRELASSOCIATESLIBRARY('3DfMxYM1bAdensUcKyRrgd',$,$,$,(#1148),#13955); -#13955= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\D55CACC4\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\','IEC\X2\C758\X0\ 60948 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\C2DCD5D8D55C\X0\ MCB\X2\C758\X0\ \X2\C815ACA9\X0\ \X2\D55CACC4\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); +#6604= IFCRELASSOCIATESLIBRARY('14hnlZQz1EgwGlVm5X1mJQ',$,$,$,(#1145),#13955); +#13955= IFCLIBRARYREFERENCE($,$,'I2T\X2\306E90697528\X0\','\X2\30C830EA30C330D76A5F80FD306E66425EF630926C423081308B6642306B906975283059308B95A265703002\X0\','ja-JP',$); -#6608= IFCRELASSOCIATESLIBRARY('0voAFxKaLEkPR5UeTGBYBB',$,$,$,(#1149),#13956); -#13956= IFCLIBRARYREFERENCE($,$,'ICW60947',$,'en',$); +#6605= IFCRELASSOCIATESLIBRARY('3qLhXgk_L22Aeq071wCquF',$,$,$,(#1145),#13956); +#13956= IFCLIBRARYREFERENCE($,$,'12 T\X2\C801C6A9\X0\','\X2\D2B8B9BD\X0\ \X2\AE30B2A5\X0\ \X2\C2DCAC04\X0\ \X2\C5F0C7A5C744\X0\ \X2\C694AD6CD560\X0\ \X2\B54C\X0\ \X2\C801C6A9D558B294\X0\ \X2\D568C218C785B2C8B2E4\X0\.','ko-KR',$); -#6609= IFCRELASSOCIATESLIBRARY('0UBbyoUXv1VAWb$15lEta0',$,$,$,(#1149),#13957); -#13957= IFCLIBRARYREFERENCE($,$,'ICW60947','IEC60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83057305F914D7DDA906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E305F3081306E96FB6D41\X0\[A]\X2\306B80103048308B6E295EA63002\X0\\X\0D\X\0A \X2\5024306F3001\X0\1s\X2\30674E0E30483089308C308B3002\X0\','ja-JP',$); +#6606= IFCRELASSOCIATESLIBRARY('18DSG7KRL6evWA94Pu2rPT',$,$,$,(#1146),#13957); +#13957= IFCLIBRARYREFERENCE($,$,'I4',$,'en',$); -#6610= IFCRELASSOCIATESLIBRARY('0EEJJu_xL8c8GDx8ZNkw9e',$,$,$,(#1149),#13958); -#13958= IFCLIBRARYREFERENCE($,$,'ICW60947','IEC60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\C804B958\X0\ [A]\X2\C5D0\X0\ \X2\ACACB514B294\X0\ \X2\C628B3C4\X0\ \X2\AC12C740\X0\ 1s \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); +#6607= IFCRELASSOCIATESLIBRARY('0QSViDnOf73wPCdjI_BV4I',$,$,$,(#1146),#13958); +#13958= IFCLIBRARYREFERENCE($,$,'I4','\X2\96FB78C1306E4F4E8A669A1396FB6D419650754C50243092\X0\ [x In], \X2\96FB6D41306F\X0\ I4 \X2\3088308A30824F4E304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T5 \X2\306877AC6642306B906E65AD3059308B5B9A683C4F7F752896FB6D41306E664295933088308A3082957730443002\X0\','ja-JP',$); -#6611= IFCRELASSOCIATESLIBRARY('1ZtiHHdzr1aRHfuMh$Afb5',$,$,$,(#1150),#13959); -#13959= IFCLIBRARYREFERENCE($,$,'ICW60947',$,'en',$); +#6608= IFCRELASSOCIATESLIBRARY('3DGOFkQRL79Qc07EFpPgQF',$,$,$,(#1146),#13959); +#13959= IFCLIBRARYREFERENCE($,$,'I4','\X2\C804C790\X0\ \X2\B0AEC740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In] \X2\C804B958B294\X0\ I4\X2\BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T5 \X2\C989C11DC5D0C11C\X0\ \X2\CC28B2E8D558B294\X0\ \X2\C815ACA9\X0\ \X2\C0ACC6A9\X0\ \X2\C804B958C758\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38B2E4\X0\.','ko-KR',$); -#6612= IFCRELASSOCIATESLIBRARY('0h_Ickccf8691FP4OSr2F1',$,$,$,(#1150),#13960); -#13960= IFCLIBRARYREFERENCE($,$,'ICW60947','IEC60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83057305F914D7DDA906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E305F3081306E96FB6D41\X0\[A]\X2\306B80103048308B6E295EA63002\X0\\X\0D\X\0A \X2\5024306F3001\X0\1s\X2\30674E0E30483089308C308B3002\X0\','ja-JP',$); +#6609= IFCRELASSOCIATESLIBRARY('0EsX8NBsb0vwr5gxJ1vqhw',$,$,$,(#1147),#13960); +#13960= IFCLIBRARYREFERENCE($,$,'I5',$,'en',$); -#6613= IFCRELASSOCIATESLIBRARY('1k$uFL9IDEAg1u5CxfjZ7R',$,$,$,(#1150),#13961); -#13961= IFCLIBRARYREFERENCE($,$,'ICW60947','IEC60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\C804B958\X0\ [A]\X2\C5D0\X0\ \X2\ACACB514B294\X0\ \X2\C628B3C4\X0\ \X2\AC12C740\X0\ 1s \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); +#6610= IFCRELASSOCIATESLIBRARY('2UmN8Sj6j9beH1mb6LxpEN',$,$,$,(#1147),#13961); +#13961= IFCLIBRARYREFERENCE($,$,'I5','\X2\96FB78C1306E9AD88A669A1396FB6D419650754C50243092\X0\ [x In], \X2\96FB6D41306F\X0\ I4 \X2\3088308A30824F4E304450243092793A3059300230C830EA30C330D766429593306F95A290233059308B\X0\ T5 \X2\306877AC6642306B906E65AD3059308B5B9A683C4F7F752896FB6D41306E664295933088308A3082957730443002\X0\','ja-JP',$); -#6614= IFCRELASSOCIATESLIBRARY('0DN0Y_ySD5re4PsZIhv5eg',$,$,$,(#1151),#13962); -#13962= IFCLIBRARYREFERENCE($,$,'Ideal Capacity',$,'en',$); +#6611= IFCRELASSOCIATESLIBRARY('23J6NI8k18u9cYsbBD21s1',$,$,$,(#1147),#13962); +#13962= IFCLIBRARYREFERENCE($,$,'I5','\X2\C804C790C758\X0\ \X2\B192C740\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958\X0\ \X2\D55CACC4B97C\X0\ [x In] \X2\C804B958B294\X0\ I4\X2\BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\. \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\AD00B828\X0\ T5 \X2\C989C11DC5D0C11C\X0\ \X2\CC28B2E8D558B294\X0\ \X2\C815ACA9\X0\ \X2\C0ACC6A9\X0\ \X2\C804B958C758\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38B2E4\X0\.','ko-KR',$); -#6615= IFCRELASSOCIATESLIBRARY('1NMbP8$q95cxFL9B$vXtRJ',$,$,$,(#1151),#13963); -#13963= IFCLIBRARYREFERENCE($,$,'PuissanceMaximale','Puissance maximale sous des conditions id\S\iales','fr-FR',$); +#6612= IFCRELASSOCIATESLIBRARY('2brP07cbb1Eu$1ro1g2Plz',$,$,$,(#1148),#13963); +#13963= IFCLIBRARYREFERENCE($,$,'IC60269',$,'en',$); -#6616= IFCRELASSOCIATESLIBRARY('3Jb2x6hYf1lwjz4GnIppAa',$,$,$,(#1152),#13964); -#13964= IFCLIBRARYREFERENCE($,$,'Ideal Shaft Power',$,'en',$); +#6613= IFCRELASSOCIATESLIBRARY('04aJOv30LDMAqTQSpdqJIn',$,$,$,(#1148),#13964); +#13964= IFCLIBRARYREFERENCE($,$,'IC60269','IEC\X2\306E\X0\60269\X2\30B730EA30FC30BA306B5FDC3058305F30D230E530FC30BA306E906E65AD5BB991CF\X0\[A]\X2\3002\X0\','ja-JP',$); -#6617= IFCRELASSOCIATESLIBRARY('160aG6z5f0489uRasHn5BN',$,$,$,(#1152),#13965); -#13965= IFCLIBRARYREFERENCE($,$,'PuissanceArbreMaximale','Puissance au niveau de l''arbre du compresseur sous conditions id\S\iales.','fr-FR',$); +#6614= IFCRELASSOCIATESLIBRARY('1bjeWFsKr5rAMrds3owiQp',$,$,$,(#1148),#13965); +#13965= IFCLIBRARYREFERENCE($,$,'IC60269','IEC\X2\C758\X0\ 60269 \X2\C2DCB9ACC988C5D0\X0\ \X2\B530B77C\X0\ \X2\D4E8C988C758\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A].','ko-KR',$); -#6618= IFCRELASSOCIATESLIBRARY('3ea4RTgKH8oAaYe7BUqqAR',$,$,$,(#1153),#13966); -#13966= IFCLIBRARYREFERENCE($,$,'Identifier',$,'en',$); +#6615= IFCRELASSOCIATESLIBRARY('2Vrt2nUfL1fxqDsQKcs4MG',$,$,$,(#1149),#13966); +#13966= IFCLIBRARYREFERENCE($,$,'ICM60947',$,'en',$); -#6619= IFCRELASSOCIATESLIBRARY('16WT6IjpP9cwblY9wNcAXW',$,$,$,(#1154),#13967); -#13967= IFCLIBRARYREFERENCE($,$,'If Not Accomplished',$,'en',$); +#6616= IFCRELASSOCIATESLIBRARY('1njTf$O6r8dhpvURHrrIG2',$,$,$,(#1149),#13967); +#13967= IFCLIBRARYREFERENCE($,$,'ICM60947','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83057305F914D7DDA906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E305F3081306E30674F5C308B80FD529B\X0\[A]\X2\3002\X0\','ja-JP',$); -#6620= IFCRELASSOCIATESLIBRARY('32HGzGt8PBPQmzt6cLc7lf',$,$,$,(#1155),#13968); -#13968= IFCLIBRARYREFERENCE($,$,'If Not Accomplished',$,'en',$); +#6617= IFCRELASSOCIATESLIBRARY('37R2U5JjT4mQ_DGIj1yFdo',$,$,$,(#1149),#13968); +#13968= IFCLIBRARYREFERENCE($,$,'ICM60947','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\B9CCB4DCB294\X0\ \X2\B2A5B825\X0\ [A]. "','ko-KR',$); -#6621= IFCRELASSOCIATESLIBRARY('1yG6rnRDTAN8N1mhlfUX$$',$,$,$,(#1157),#13969); -#13969= IFCLIBRARYREFERENCE($,$,'Beleuchtungsst\S\drke','Geforderte durchschnittliche Beleuchtungsst\S\drke in diesem Raum.','de-DE',$); +#6618= IFCRELASSOCIATESLIBRARY('1yzSgB7GjC48GGXLXmTGyR',$,$,$,(#1150),#13969); +#13969= IFCLIBRARYREFERENCE($,$,'ICM60947',$,'en',$); -#6622= IFCRELASSOCIATESLIBRARY('1S$9R1lP10qQ3xejGG8M0A',$,$,$,(#1157),#13970); -#13970= IFCLIBRARYREFERENCE($,$,'Illuminance',$,'en',$); +#6619= IFCRELASSOCIATESLIBRARY('2ekz66BHr61hKMyqXevdVy',$,$,$,(#1150),#13970); +#13970= IFCLIBRARYREFERENCE($,$,'ICM60947','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F56DE8DEF906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E80FD529B\X0\[A]\X2\3002\X0\','ja-JP',$); -#6623= IFCRELASSOCIATESLIBRARY('147oeKfwj1yAWJIinQYPO_',$,$,$,(#1157),#13971); -#13971= IFCLIBRARYREFERENCE($,$,'EclairementAttendu','Valeur de l''\S\iclairement attendu pour la pi\S\hce.','fr-FR',$); +#6620= IFCRELASSOCIATESLIBRARY('37U9YSy8D4GeY1lYml8Ilw',$,$,$,(#1150),#13971); +#13971= IFCLIBRARYREFERENCE($,$,'ICM60947','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\D68CB85C\X0\ \X2\CC28B2E8\X0\ \X2\AE30B098\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58C758\X0\ \X2\B2A5B825\X0\ [A].','ko-KR',$); -#6624= IFCRELASSOCIATESLIBRARY('2UQfB2Ubr1Og8MFppUKxzf',$,$,$,(#1157),#13972); -#13972= IFCLIBRARYREFERENCE($,$,'\X2\71675EA6\X0\','\X2\981857DF306B5BFE30573066306E5FC5898130683055308C308B71675EA6306E5024306E5E73574750243002\X0\','ja-JP',$); +#6621= IFCRELASSOCIATESLIBRARY('3aWUbi68D3K86i4zJ1L5QW',$,$,$,(#1151),#13972); +#13972= IFCLIBRARYREFERENCE($,$,'ICN60898',$,'en',$); -#6625= IFCRELASSOCIATESLIBRARY('3J8uqmM3f7nhYxi7e9YEG8',$,$,$,(#1157),#13973); -#13973= IFCLIBRARYREFERENCE($,$,'\X2\C870B3C4\X0\','\X2\C774\X0\ \X2\ACF5AC04C744\X0\ \X2\C704D574\X0\ \X2\D544C694D55C\X0\ \X2\D3C9ADE0\X0\ \X2\C870B3C4\X0\','ko-KR',$); +#6622= IFCRELASSOCIATESLIBRARY('1aovQgvz95QQMqWals0a7q',$,$,$,(#1151),#13973); +#13973= IFCLIBRARYREFERENCE($,$,'ICN60898','IEC\X2\306E\X0\60898\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F\X0\MCB\X2\306E5B9A683C906E65AD5BB991CF3092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); -#6627= IFCRELASSOCIATESLIBRARY('26YR0K3pP2xgmvjZu4K8z6',$,$,$,(#1160),#13974); -#13974= IFCLIBRARYREFERENCE($,$,'Imaginary Impedance Ratio',$,'en',$); +#6623= IFCRELASSOCIATESLIBRARY('1pWZVbYzzEkQQ6cM56yC1I',$,$,$,(#1151),#13974); +#13974= IFCLIBRARYREFERENCE($,$,'ICN60898','IEC\X2\C758\X0\ 60898 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\C2DCD5D8D55C\X0\ MCB\X2\C758\X0\ \X2\C815ACA9\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); -#6628= IFCRELASSOCIATESLIBRARY('2ZdTqIiYDDtPygMj5KajYQ',$,$,$,(#1160),#13975); -#13975= IFCLIBRARYREFERENCE($,$,'\X2\30A430F330D430FC30C030F330B9865A90E86BD47387\X0\','\X2\96F676F830A430F330D430FC30C030F330B930686B6376F830A430F330D430FC30C030F330B9FF084F8BFF0E77ED7D6196FB5727306E865A90E8FF09306E9593306E6BD473873002\X0\N-\X2\30B330F330C030AF30BF30FC3092542B30804E0976F830C830E930F330B9306E305F3081306B4F7F75283002\X0\','ja-JP',$); +#6624= IFCRELASSOCIATESLIBRARY('2J54Xtq9j9XvktOmrbaPwx',$,$,$,(#1152),#13975); +#13975= IFCLIBRARYREFERENCE($,$,'ICS60898',$,'en',$); -#6629= IFCRELASSOCIATESLIBRARY('0Eir$JFED5bAbhhjXPB9z3',$,$,$,(#1160),#13976); -#13976= IFCLIBRARYREFERENCE($,$,'\X2\C784D53CB358C2A4\X0\ \X2\D5C8C218\X0\ \X2\BD80\X0\ \X2\BE44C728\X0\','\X2\C601\X0\ \X2\C0C1\X0\ \X2\C784D53CB358C2A4C640\X0\ \X2\C591C758\X0\ \X2\C0C1\X0\ \X2\C784D53CB358C2A4\X0\ (\X2\C608\X0\ : \X2\B2E8B77D\X0\ \X2\C804C555\X0\ \X2\AD6DC18C\X0\ \X2\BD80\X0\) \X2\C0ACC774C758\X0\ \X2\BE44C728\X0\. N-\X2\C9C0D718C790B97C\X0\ \X2\D3ECD568\X0\ \X2\C0BCC0C1\X0\ \X2\BCC0C555AE30C5D0\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#6625= IFCRELASSOCIATESLIBRARY('2SNVz6$Sv4698rmAnybfOS',$,$,$,(#1152),#13976); +#13976= IFCLIBRARYREFERENCE($,$,'ICS60898','IEC\X2\306E\X0\60898\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F\X0\MCB\X2\306E906E65AD4F7F75285BB991CF3092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); -#6630= IFCRELASSOCIATESLIBRARY('2gExtKACf09gRhCPB61gwO',$,$,$,(#1162),#13977); -#13977= IFCLIBRARYREFERENCE($,$,'Impedence',$,'en',$); +#6626= IFCRELASSOCIATESLIBRARY('0UUBWZW4L8hhL19fZACGZe',$,$,$,(#1152),#13977); +#13977= IFCLIBRARYREFERENCE($,$,'ICS60898','IEC\X2\C758\X0\ 60898 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\C2DCD5D8D55C\X0\ MCB \X2\CC28B2E8\X0\ \X2\C0ACC6A9\X0\ \X2\C6A9B7C9\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); -#6631= IFCRELASSOCIATESLIBRARY('2X67iy$vz0vPFO49uivfHT',$,$,$,(#1162),#13978); -#13978= IFCLIBRARYREFERENCE($,$,'\X2\30A430F330D430FC30C030F330B95024\X0\','\X2\30A430F330D430FC30C030F330B950243092793A30593002\X0\','ja-JP',$); +#6627= IFCRELASSOCIATESLIBRARY('1vzmE3OcDAnhUNbQClAWo9',$,$,$,(#1153),#13978); +#13978= IFCLIBRARYREFERENCE($,$,'ICS60947',$,'en',$); -#6632= IFCRELASSOCIATESLIBRARY('0z22LLMzzAF8754iT8fOzv',$,$,$,(#1162),#13979); -#13979= IFCLIBRARYREFERENCE($,$,'\X2\C784D53CB358C2A4\X0\','\X2\C784D53CB358C2A4\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#6628= IFCRELASSOCIATESLIBRARY('1H_gQh3Lv288JmRBJ_U0vV',$,$,$,(#1153),#13979); +#13979= IFCLIBRARYREFERENCE($,$,'ICS60947','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C8914D7DDA7528906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E305F3081306E906E65AD5BB991CF30B530FC30D330B93092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); -#6633= IFCRELASSOCIATESLIBRARY('2ATIELf2r6ae$VTTEhobyo',$,$,$,(#1163),#13980); -#13980= IFCLIBRARYREFERENCE($,$,'Impeller Diameter',$,'en',$); +#6629= IFCRELASSOCIATESLIBRARY('2YZpzGJe10XeznSfFwppOW',$,$,$,(#1153),#13980); +#13980= IFCLIBRARYREFERENCE($,$,'ICS60947','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120C6A9\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ \X2\C11CBE44C2A4B97C\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); -#6634= IFCRELASSOCIATESLIBRARY('1lYHwM2wTE8w$kRhTZj$4G',$,$,$,(#1163),#13981); -#13981= IFCLIBRARYREFERENCE($,$,'\X2\7FBD68395F84\X0\','\X2\30D530A130F330DB30A430FC30EB306E76F45F843000\X0\-\X2\30005E7E4F555B667684306B985E4F3C3057305F30D530A130F3306E602780FD309257FA6E9653163059308B305F3081306B4F7F75283002\X0\','ja-JP',$); +#6630= IFCRELASSOCIATESLIBRARY('1FwTFBOcn1Qxn43JtqlelN',$,$,$,(#1154),#13981); +#13981= IFCLIBRARYREFERENCE($,$,'ICS60947',$,'en',$); -#6635= IFCRELASSOCIATESLIBRARY('3EpZJpBvT2qPLv4jqJrsg9',$,$,$,(#1164),#13982); -#13982= IFCLIBRARYREFERENCE($,$,'Impeller Diameter',$,'en',$); +#6631= IFCRELASSOCIATESLIBRARY('02WZGV6nHCFRLViJMkh1uc',$,$,$,(#1154),#13982); +#13982= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C4F7F752877ED7D61906E65AD5BB991CF\X0\','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F56DE8DEF906E65AD6A5F53CA307330E230FC30BF4FDD8B7788C57F6E306E4F7F752877ED7D61906E65AD5BB991CF\X0\[A]\X2\3002\X0\','ja-JP',$); -#6636= IFCRELASSOCIATESLIBRARY('3y5v7EtJL8hvqWcH2KRV2u',$,$,$,(#1164),#13983); -#13983= IFCLIBRARYREFERENCE($,$,'DiametreRotor','Diam\S\htre du rotor du compresseur - utilis\S\i pour dimensionner les performances des compresseurs g\S\iom\S\itriquement similaires.','fr-FR',$); +#6632= IFCRELASSOCIATESLIBRARY('2H3lAKvFzBwP_bWeRiIIhX',$,$,$,(#1154),#13983); +#13983= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C0ACC6A9\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\','IEC60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\C804B958\X0\ [A]\X2\C5D0\X0\ \X2\ACACB514B294\X0\ \X2\C628B3C4\X0\ \X2\AC12C740\X0\ 1s \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); -#6637= IFCRELASSOCIATESLIBRARY('223FIoIf11iwL5VL6QDNwg',$,$,$,(#1165),#13984); -#13984= IFCLIBRARYREFERENCE($,$,'Impeller Diameter',$,'en',$); +#6633= IFCRELASSOCIATESLIBRARY('1M6upBpSbD8BtA4_HCwFlU',$,$,$,(#1155),#13984); +#13984= IFCLIBRARYREFERENCE($,$,'ICS60947',$,'en',$); -#6638= IFCRELASSOCIATESLIBRARY('1ouZRSteDCORqOEoWiCwPR',$,$,$,(#1165),#13985); -#13985= IFCLIBRARYREFERENCE($,$,'\X2\7FBD683976F45F84\X0\','\X2\5E7E4F555B667684306B4F3C305F30DD30F330D7306E602780FD30924E886E2C3059308B306E306B4F7F308F308C308B3002\X0\','ja-JP',$); +#6634= IFCRELASSOCIATESLIBRARY('3_gBg9rSP98wedNA9TxhUV',$,$,$,(#1155),#13985); +#13985= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C4F7F752877ED7D61906E65AD5BB991CF\X0\','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F\X0\MCB\X2\306E5B9A683C4F7F752877ED7D61906E65AD5BB991CF3092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); -#6639= IFCRELASSOCIATESLIBRARY('0hToyNSQb2Vx2JC_6wA2_w',$,$,$,(#1166),#13986); -#13986= IFCLIBRARYREFERENCE($,$,'Impurities Content',$,'en',$); +#6635= IFCRELASSOCIATESLIBRARY('1Q$nCS0NT3ZAin41St$S0Z',$,$,$,(#1155),#13986); +#13986= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C0ACC6A9\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\C2DCD5D8D55C\X0\ MCB\X2\C758\X0\ \X2\C815ACA9\X0\ \X2\C0ACC6A9\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); -#6640= IFCRELASSOCIATESLIBRARY('2H8f9HS1f9VAie0dXMnTH2',$,$,$,(#1170),#13987); -#13987= IFCLIBRARYREFERENCE($,$,'Indoor Environment',$,'en',$); +#6636= IFCRELASSOCIATESLIBRARY('17ide6n496Ee0PzxsrfOlt',$,$,$,(#1156),#13987); +#13987= IFCLIBRARYREFERENCE($,$,'ICU60947',$,'en',$); -#6641= IFCRELASSOCIATESLIBRARY('3LExu5gyD4qfbvMBMmW2Yp',$,$,$,(#1172),#13988); -#13988= IFCLIBRARYREFERENCE($,$,'Induction Ratio',$,'en',$); +#6637= IFCRELASSOCIATESLIBRARY('3Kcy77Zk1EXwb7jGgFE4VF',$,$,$,(#1156),#13988); +#13988= IFCLIBRARYREFERENCE($,$,'ICU60947','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C8914D7DDA7528906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E305F3081306E906E65AD5BB991CF3092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); -#6642= IFCRELASSOCIATESLIBRARY('3fmpUX3ePD9AUaab5J1oDF',$,$,$,(#1172),#13989); -#13989= IFCLIBRARYREFERENCE($,$,'Taux d''induction','Taux d''induction par rapport \S\` la distance entre le diffuseur et sa direction de rejet;\X\0D\X\0ALe taux d''induction est le rapport entre le d\S\ibit volumique d''air dans le jet sur le d\S\ibit volumique d''air au niveau du terminal.','fr-FR',$); +#6638= IFCRELASSOCIATESLIBRARY('3VIg_4Ou59Ovh5VGj_Ua79',$,$,$,(#1156),#13989); +#13989= IFCLIBRARYREFERENCE($,$,'ICU60947','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120C6A9\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); -#6643= IFCRELASSOCIATESLIBRARY('1PSulKSvXBswxETmZfZaov',$,$,$,(#1172),#13990); -#13990= IFCLIBRARYREFERENCE($,$,'\X2\8A985F157387\X0\','\X2\52366C1753E3304B3089306E8DDD96E23068305D306E639251FA65B95411306B5BFE3059308B8A985F156BD43001\X0\\X\0D\X\0A\X2\8A985C0E6BD4FF08307E305F306F540C8ABF6BD4FF09306F300130A830A230BF30FC30DF30CA30EB3067306E4F537A4D6D4191CF306B5BFE3059308B56746D41306E4F537A4D6D4191CF306E6BD430673042308B3002\X0\','ja-JP',$); +#6639= IFCRELASSOCIATESLIBRARY('3SM_RUKiX1kv53Z6sbJ1dk',$,$,$,(#1157),#13990); +#13990= IFCLIBRARYREFERENCE($,$,'ICU60947',$,'en',$); -#6644= IFCRELASSOCIATESLIBRARY('0aROaNQ2r92Pg7Z0Nq3$Kd',$,$,$,(#1173),#13991); -#13991= IFCLIBRARYREFERENCE($,$,'Inert Waste',$,'en',$); +#6640= IFCRELASSOCIATESLIBRARY('0BpHSwQpf5SQYmUX$oThvF',$,$,$,(#1157),#13991); +#13991= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C9650754C77ED7D61906E65AD5BB991CF\X0\','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F56DE8DEF906E65AD6A5F53CA307330E230FC30BF4FDD8B7788C57F6E306E77ED7D61906E65AD5BB991CF\X0\[A]\X2\3002\X0\','ja-JP',$); -#6645= IFCRELASSOCIATESLIBRARY('1m$a3meOn0mAZv8hMBsMkp',$,$,$,(#1173),#13992); -#13992= IFCLIBRARYREFERENCE($,$,'DechetsInertes','Quantit\S\i de d\S\ichets inertes g\S\in\S\ir\S\is [NDT : selon la norme NF P01-010]','fr-FR',$); +#6641= IFCRELASSOCIATESLIBRARY('38DMDDLE90RgSblL2twWP6',$,$,$,(#1157),#13992); +#13992= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9D55CACC4B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\','IEC\X2\C758\X0\ 60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\D68CB85C\X0\ \X2\CC28B2E8AE30\X0\ \X2\BC0F\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58C758\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A].','ko-KR',$); -#6646= IFCRELASSOCIATESLIBRARY('24F9flhfzFww8FzXKF3oRf',$,$,$,(#1173),#13993); -#13993= IFCLIBRARYREFERENCE($,$,'\X2\5B895B9A5EC368C47269\X0\','\X2\751F62103055308C308B5B895B9A5EC368C47269306E91CF3002\X0\','ja-JP',$); +#6642= IFCRELASSOCIATESLIBRARY('1PU7oewdL8MhNo83Fn5lLA',$,$,$,(#1158),#13993); +#13993= IFCLIBRARYREFERENCE($,$,'ICU60947',$,'en',$); -#6647= IFCRELASSOCIATESLIBRARY('1qbr7B6hHFCwgbqgUoytvI',$,$,$,(#1173),#13994); -#13994= IFCLIBRARYREFERENCE($,$,'\X2\BD88D65CC131\X0\ \X2\D3D0AE30BD88\X0\','\X2\BD88D65CC131\X0\ \X2\D3D0AE30BB3C\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); +#6643= IFCRELASSOCIATESLIBRARY('3BUvjtbEP0gOuvKLetHd1Z',$,$,$,(#1158),#13994); +#13994= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C9650754C77ED7D61906E65AD5BB991CF\X0\','IEC\X2\306E\X0\60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83055308C305F\X0\MCB\X2\306E5B9A683C9650754C77ED7D61906E65AD5BB991CF3092\X0\[A]\X2\30678A2D5B9A3002\X0\','ja-JP',$); -#6648= IFCRELASSOCIATESLIBRARY('3m$jbPWO11beY80dHwSUxG',$,$,$,(#1174),#13995); -#13995= IFCLIBRARYREFERENCE($,$,'Inert Waste Per Unit',$,'en',$); +#6644= IFCRELASSOCIATESLIBRARY('0EOOctD2X0ogkrFLt7ONri',$,$,$,(#1158),#13995); +#13995= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\D55CACC4\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\','IEC\X2\C758\X0\ 60948 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\C2DCD5D8D55C\X0\ MCB\X2\C758\X0\ \X2\C815ACA9\X0\ \X2\D55CACC4\X0\ \X2\B2E8B77D\X0\ \X2\CC28B2E8\X0\ \X2\C6A9B7C9\X0\ [A]\X2\B85C\X0\ \X2\C124C815\X0\.','ko-KR',$); -#6649= IFCRELASSOCIATESLIBRARY('1lRZU$52f9g8ox$IgeqNrN',$,$,$,(#1174),#13996); -#13996= IFCLIBRARYREFERENCE($,$,'DechetsInertesParUnite','Quantit\S\i de d\S\ichets inertes g\S\in\S\ir\S\is [NDT : selon la norme NF P01-010]','fr-FR',$); +#6645= IFCRELASSOCIATESLIBRARY('1eVoMQUkX4dg4L7H6RquVy',$,$,$,(#1159),#13996); +#13996= IFCLIBRARYREFERENCE($,$,'ICW60947',$,'en',$); -#6650= IFCRELASSOCIATESLIBRARY('3xL5CgLxjENuOGC4PCKsdQ',$,$,$,(#1174),#13997); -#13997= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A4E0D6D3B60275EC368C47269\X0\','\X2\751F62103055308C305F5B895B9A5EC368C47269306E91CF3002\X0\','ja-JP',$); +#6646= IFCRELASSOCIATESLIBRARY('1lnk4AMbHE$Azft7YBXHI_',$,$,$,(#1159),#13997); +#13997= IFCLIBRARYREFERENCE($,$,'ICW60947','IEC60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83057305F914D7DDA906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E305F3081306E96FB6D41\X0\[A]\X2\306B80103048308B6E295EA63002\X0\\X\0D\X\0A \X2\5024306F3001\X0\1s\X2\30674E0E30483089308C308B3002\X0\','ja-JP',$); -#6651= IFCRELASSOCIATESLIBRARY('2yRisla4f9TwPCGahGOhby',$,$,$,(#1174),#13998); -#13998= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\BD88D669C131\X0\ \X2\D3D0AE30BB3C\X0\','\X2\BD88D65CC131\X0\ \X2\D3D0AE30BB3C\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); +#6647= IFCRELASSOCIATESLIBRARY('0W04Ja0PrEIQcnqsapnMkk',$,$,$,(#1159),#13998); +#13998= IFCLIBRARYREFERENCE($,$,'ICW60947','IEC60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\C804B958\X0\ [A]\X2\C5D0\X0\ \X2\ACACB514B294\X0\ \X2\C628B3C4\X0\ \X2\AC12C740\X0\ 1s \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); -#6652= IFCRELASSOCIATESLIBRARY('1G8WLsxn168RMhEfB0FSV_',$,$,$,(#1175),#13999); -#13999= IFCLIBRARYREFERENCE($,$,'Luftdurchl\S\dssigkeit','Luftaustausch \S\|ber die Fugen der geschlossenen T\S\|r (Q-Wert). Gibt die Luftdurchl\S\dssigkeit der gesamten T\S\|r bei einem Luftdruckniveau von 50 Pascal an.','de-DE',$); +#6648= IFCRELASSOCIATESLIBRARY('1TNYR2uHf0HQlQhYq4YOWG',$,$,$,(#1160),#13999); +#13999= IFCLIBRARYREFERENCE($,$,'ICW60947',$,'en',$); -#6653= IFCRELASSOCIATESLIBRARY('0Cyk1Fpvf6NveIukv9hgUY',$,$,$,(#1175),#14000); -#14000= IFCLIBRARYREFERENCE($,$,'Infiltration',$,'en',$); +#6649= IFCRELASSOCIATESLIBRARY('3TJy6wTljBXAGhHgivL6B5',$,$,$,(#1160),#14000); +#14000= IFCLIBRARYREFERENCE($,$,'ICW60947','IEC60947\X2\30B730EA30FC30BA306B57FA30653044306630C630B930C83057305F914D7DDA906E65AD6A5F307E305F306F30E230FC30BF4FDD8B7788C57F6E306E305F3081306E96FB6D41\X0\[A]\X2\306B80103048308B6E295EA63002\X0\\X\0D\X\0A \X2\5024306F3001\X0\1s\X2\30674E0E30483089308C308B3002\X0\','ja-JP',$); -#6654= IFCRELASSOCIATESLIBRARY('0VBX1bvzP7qxdA7aVGzI5o',$,$,$,(#1175),#14001); -#14001= IFCLIBRARYREFERENCE($,$,'TauxInfiltration','Taux d''infiltration de l''air ext\S\irieur lorsqu''on soumet la porte \S\` une pression de 50 pascals. Cette valeur sera utilis\S\ie si la longueur des joints n''est pas connue.','fr-FR',$); +#6650= IFCRELASSOCIATESLIBRARY('3l4BmHJXHD8e2asMRPIPqU',$,$,$,(#1160),#14001); +#14001= IFCLIBRARYREFERENCE($,$,'ICW60947','IEC60947 \X2\C2DCB9ACC988B97C\X0\ \X2\AE30BC18C73CB85C\X0\ \X2\D14CC2A4D2B8\X0\ \X2\BC30C120\X0\ \X2\CC28B2E8AE30\X0\ \X2\B610B294\X0\ \X2\BAA8D130\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58B97CC704D55C\X0\ \X2\C804B958\X0\ [A]\X2\C5D0\X0\ \X2\ACACB514B294\X0\ \X2\C628B3C4\X0\ \X2\AC12C740\X0\ 1s \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); -#6655= IFCRELASSOCIATESLIBRARY('1E4wUNeGP7gfhuV0J2Qc7l',$,$,$,(#1176),#14002); -#14002= IFCLIBRARYREFERENCE($,$,'Luftdurchl\S\dssigkeit','Luftaustausch \S\|ber die Fugen des geschlossenen Fensters (Q-Wert). Gibt die Luftdurchl\S\dssigkeit des gesamten Fensters bei einem Luftdruckniveau von 50 Pascal an.','de-DE',$); +#6651= IFCRELASSOCIATESLIBRARY('2zWJIMe_L1wvuA4431WCji',$,$,$,(#1161),#14002); +#14002= IFCLIBRARYREFERENCE($,$,'Ideal Capacity',$,'en',$); -#6656= IFCRELASSOCIATESLIBRARY('3dlERfiuP8ww5Sws$CpO0p',$,$,$,(#1176),#14003); -#14003= IFCLIBRARYREFERENCE($,$,'Infiltration',$,'en',$); +#6652= IFCRELASSOCIATESLIBRARY('1L5kC_Uhr7ifozsgLDmFL1',$,$,$,(#1161),#14003); +#14003= IFCLIBRARYREFERENCE($,$,'PuissanceMaximale','Puissance maximale sous des conditions id\S\iales','fr-FR',$); -#6657= IFCRELASSOCIATESLIBRARY('2acKOQ__DB4OpTPXOJKSxb',$,$,$,(#1176),#14004); -#14004= IFCLIBRARYREFERENCE($,$,'TauxInfiltration','Taux d''infiltration de l''air ext\S\irieur lorsqu''on soumet la porte \S\` une pression de 50 pascals. Cette valeur sera utilis\S\ie si la longueur des joints n''est pas connue.','fr-FR',$); +#6653= IFCRELASSOCIATESLIBRARY('3d0K6ngqP58h9B7TwK3I2_',$,$,$,(#1162),#14004); +#14004= IFCLIBRARYREFERENCE($,$,'Ideal Shaft Power',$,'en',$); -#6658= IFCRELASSOCIATESLIBRARY('14iJcWZrTEMwXgwssAEkuq',$,$,$,(#1176),#14005); -#14005= IFCLIBRARYREFERENCE($,$,'\X2\9699959398A8\X0\','\X2\9699959398A8306E6D4191CF50243002\X0\','ja-JP',$); +#6654= IFCRELASSOCIATESLIBRARY('1OEk3e8fD7WRTuViJEbOiY',$,$,$,(#1162),#14005); +#14005= IFCLIBRARYREFERENCE($,$,'PuissanceArbreMaximale','Puissance au niveau de l''arbre du compresseur sous conditions id\S\iales.','fr-FR',$); -#6659= IFCRELASSOCIATESLIBRARY('1ApUboBBzBjgCNLRvoLtOJ',$,$,$,(#1176),#14006); -#14006= IFCLIBRARYREFERENCE($,$,'\X2\6E1798CE91CF\X0\','\X2\5728\X0\50\X2\5E1565AF5361538B5F3A4E0B586B51457269976279EF4E0A591690E87A7A6C145BF9586B5145726976846E17900F6D41901F3002572890E8520663A57F1D7684957F5EA6672A77E565F65E944F7F75288BE55C5E60273002\X0\','zh-CN',$); +#6655= IFCRELASSOCIATESLIBRARY('3tYrT5$XnBKgb54VGFPzbd',$,$,$,(#1163),#14006); +#14006= IFCLIBRARYREFERENCE($,$,'Identifier',$,'en',$); -#6660= IFCRELASSOCIATESLIBRARY('3WkgH7cX58J9musEi3jY7V',$,$,$,(#1177),#14007); -#14007= IFCLIBRARYREFERENCE($,$,'Infiltration Diversity Summer',$,'en',$); +#6656= IFCRELASSOCIATESLIBRARY('3amLkEvsb4nQM8zLl_p5dx',$,$,$,(#1164),#14007); +#14007= IFCLIBRARYREFERENCE($,$,'If Not Accomplished',$,'en',$); -#6661= IFCRELASSOCIATESLIBRARY('1kx2Xv4j1F_gl4tWyC4J4G',$,$,$,(#1177),#14008); -#14008= IFCLIBRARYREFERENCE($,$,'\X2\590F671F3059304D959363DB6C177387\X0\','\X2\590F671F3059304D959363DB6C1773873002\X0\','ja-JP',$); +#6657= IFCRELASSOCIATESLIBRARY('2WXNuhU45A_RCSgIF1kRUd',$,$,$,(#1165),#14008); +#14008= IFCLIBRARYREFERENCE($,$,'If Not Accomplished',$,'en',$); -#6662= IFCRELASSOCIATESLIBRARY('3OMi54ruvDIQBOAS9XOczr',$,$,$,(#1177),#14009); -#14009= IFCLIBRARYREFERENCE($,$,'\X2\C5ECB984D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\','\X2\C5ECB984\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\','ko-KR',$); +#6658= IFCRELASSOCIATESLIBRARY('1ymrffpYvBAwDybvSGNkL7',$,$,$,(#1167),#14009); +#14009= IFCLIBRARYREFERENCE($,$,'Beleuchtungsst\S\drke','Geforderte durchschnittliche Beleuchtungsst\S\drke in diesem Raum.','de-DE',$); -#6663= IFCRELASSOCIATESLIBRARY('2NV_$bBAH3POACFxe1IWoV',$,$,$,(#1178),#14010); -#14010= IFCLIBRARYREFERENCE($,$,'Infiltration Diversity Summer',$,'en',$); +#6659= IFCRELASSOCIATESLIBRARY('3PTSdg$gL8lwVlHIoRy5yI',$,$,$,(#1167),#14010); +#14010= IFCLIBRARYREFERENCE($,$,'Illuminance',$,'en',$); -#6664= IFCRELASSOCIATESLIBRARY('14aWF2q5fAVxw7IvwS2MYh',$,$,$,(#1178),#14011); -#14011= IFCLIBRARYREFERENCE($,$,'\X2\590F671F3059304D959363DB6C177387\X0\','\X2\590F671F3059304D959363DB6C1773873002\X0\','ja-JP',$); +#6660= IFCRELASSOCIATESLIBRARY('3pIPqdYODDThWutA1sHDsj',$,$,$,(#1167),#14011); +#14011= IFCLIBRARYREFERENCE($,$,'EclairementAttendu','Valeur de l''\S\iclairement attendu pour la pi\S\hce.','fr-FR',$); -#6665= IFCRELASSOCIATESLIBRARY('2lEcJPHr9Acu_KjbSe9yCV',$,$,$,(#1178),#14012); -#14012= IFCLIBRARYREFERENCE($,$,'\X2\C5ECB984\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\','\X2\C5ECB984\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\.','ko-KR',$); +#6661= IFCRELASSOCIATESLIBRARY('0C8yu4sMvBFhwgGnwZGXH3',$,$,$,(#1167),#14012); +#14012= IFCLIBRARYREFERENCE($,$,'\X2\71675EA6\X0\','\X2\981857DF306B5BFE30573066306E5FC5898130683055308C308B71675EA6306E5024306E5E73574750243002\X0\','ja-JP',$); -#6666= IFCRELASSOCIATESLIBRARY('3oRyVxa9LDoBWi7SbabZJl',$,$,$,(#1179),#14013); -#14013= IFCLIBRARYREFERENCE($,$,'Infiltration Diversity Winter',$,'en',$); +#6662= IFCRELASSOCIATESLIBRARY('3LuP47mmP0R92fQfX_nvE1',$,$,$,(#1167),#14013); +#14013= IFCLIBRARYREFERENCE($,$,'\X2\C870B3C4\X0\','\X2\C774\X0\ \X2\ACF5AC04C744\X0\ \X2\C704D574\X0\ \X2\D544C694D55C\X0\ \X2\D3C9ADE0\X0\ \X2\C870B3C4\X0\','ko-KR',$); -#6667= IFCRELASSOCIATESLIBRARY('04f07JS7zBlxeOs4lMwLLY',$,$,$,(#1179),#14014); -#14014= IFCLIBRARYREFERENCE($,$,'\X2\51AC671F3059304D959363DB6C177387\X0\','\X2\51AC671F3059304D959363DB6C1773873002\X0\','ja-JP',$); +#6664= IFCRELASSOCIATESLIBRARY('1vbi7xCCz2nPKPLYx5zSbI',$,$,$,(#1170),#14014); +#14014= IFCLIBRARYREFERENCE($,$,'Imaginary Impedance Ratio',$,'en',$); -#6668= IFCRELASSOCIATESLIBRARY('0lJDQ4UJ14tfKh1Iy_Oiy7',$,$,$,(#1179),#14015); -#14015= IFCLIBRARYREFERENCE($,$,'\X2\ACA8C6B8CCA0\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\','\X2\ACA8C6B8CCA0\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\','ko-KR',$); +#6665= IFCRELASSOCIATESLIBRARY('1FowzzdeT7V8Bn2uFIblhN',$,$,$,(#1170),#14015); +#14015= IFCLIBRARYREFERENCE($,$,'\X2\30A430F330D430FC30C030F330B9865A90E86BD47387\X0\','\X2\96F676F830A430F330D430FC30C030F330B930686B6376F830A430F330D430FC30C030F330B9FF084F8BFF0E77ED7D6196FB5727306E865A90E8FF09306E9593306E6BD473873002\X0\N-\X2\30B330F330C030AF30BF30FC3092542B30804E0976F830C830E930F330B9306E305F3081306B4F7F75283002\X0\','ja-JP',$); -#6669= IFCRELASSOCIATESLIBRARY('00y2MfMEj1f9cqrJqtUtDY',$,$,$,(#1180),#14016); -#14016= IFCLIBRARYREFERENCE($,$,'Infiltration Diversity Winter',$,'en',$); +#6666= IFCRELASSOCIATESLIBRARY('0kCo$3OFr6Qulj43vDpoll',$,$,$,(#1170),#14016); +#14016= IFCLIBRARYREFERENCE($,$,'\X2\C784D53CB358C2A4\X0\ \X2\D5C8C218\X0\ \X2\BD80\X0\ \X2\BE44C728\X0\','\X2\C601\X0\ \X2\C0C1\X0\ \X2\C784D53CB358C2A4C640\X0\ \X2\C591C758\X0\ \X2\C0C1\X0\ \X2\C784D53CB358C2A4\X0\ (\X2\C608\X0\ : \X2\B2E8B77D\X0\ \X2\C804C555\X0\ \X2\AD6DC18C\X0\ \X2\BD80\X0\) \X2\C0ACC774C758\X0\ \X2\BE44C728\X0\. N-\X2\C9C0D718C790B97C\X0\ \X2\D3ECD568\X0\ \X2\C0BCC0C1\X0\ \X2\BCC0C555AE30C5D0\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#6670= IFCRELASSOCIATESLIBRARY('1Uazp$L0HAYxMnjBTGDsR$',$,$,$,(#1180),#14017); -#14017= IFCLIBRARYREFERENCE($,$,'\X2\51AC671F3059304D959363DB6C177387\X0\','\X2\51AC671F3059304D959363DB6C1773873002\X0\','ja-JP',$); +#6667= IFCRELASSOCIATESLIBRARY('05mvuINCT4eB_jqJCTt$Mh',$,$,$,(#1172),#14017); +#14017= IFCLIBRARYREFERENCE($,$,'Impedence',$,'en',$); -#6671= IFCRELASSOCIATESLIBRARY('0DfpGluC15Dwr4Og_$OLT4',$,$,$,(#1180),#14018); -#14018= IFCLIBRARYREFERENCE($,$,'\X2\ACA8C6B8CCA0\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30BE44C728\X0\','\X2\ACA8C6B8CCA0\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\.','ko-KR',$); +#6668= IFCRELASSOCIATESLIBRARY('0$qY3EeSr24PeM23vFS23Q',$,$,$,(#1172),#14018); +#14018= IFCLIBRARYREFERENCE($,$,'\X2\30A430F330D430FC30C030F330B95024\X0\','\X2\30A430F330D430FC30C030F330B950243092793A30593002\X0\','ja-JP',$); -#6672= IFCRELASSOCIATESLIBRARY('2wrfxSjpDDpwjVxQpmTQZ9',$,$,$,(#1181),#14019); -#14019= IFCLIBRARYREFERENCE($,$,'Infiltration Sensible',$,'en',$); +#6669= IFCRELASSOCIATESLIBRARY('1B$DansdL50A1ClakfUyn$',$,$,$,(#1172),#14019); +#14019= IFCLIBRARYREFERENCE($,$,'\X2\C784D53CB358C2A4\X0\','\X2\C784D53CB358C2A4\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#6673= IFCRELASSOCIATESLIBRARY('3TPaaeEjDEGezaPbBJExpJ',$,$,$,(#1181),#14020); -#14020= IFCLIBRARYREFERENCE($,$,'\X2\3059304D959398A8306E985571B1\X0\','\X2\3059304D959398A8304B3089306E71B18CA08377306871B130ED30B93002\X0\','ja-JP',$); +#6670= IFCRELASSOCIATESLIBRARY('1JEJTgIpr0Dx4ze6Y4Y11a',$,$,$,(#1173),#14020); +#14020= IFCLIBRARYREFERENCE($,$,'Impeller Diameter',$,'en',$); -#6674= IFCRELASSOCIATESLIBRARY('1BO7OfYZXBjhFk5k27900A',$,$,$,(#1181),#14021); -#14021= IFCLIBRARYREFERENCE($,$,'\X2\C5F4CDE8B4DD\X0\ \X2\BC0F\X0\ \X2\C190C2E4\X0\','\X2\C5F4\X0\ \X2\BD80D558BC0F\X0\ \X2\C5F4C190C2E4\X0\','ko-KR',$); +#6671= IFCRELASSOCIATESLIBRARY('3ckHb1QML889c84w5rX5TY',$,$,$,(#1173),#14021); +#14021= IFCLIBRARYREFERENCE($,$,'\X2\7FBD68395F84\X0\','\X2\30D530A130F330DB30A430FC30EB306E76F45F843000\X0\-\X2\30005E7E4F555B667684306B985E4F3C3057305F30D530A130F3306E602780FD309257FA6E9653163059308B305F3081306B4F7F75283002\X0\','ja-JP',$); -#6675= IFCRELASSOCIATESLIBRARY('3TUfFhH8DCAhwvtba63lGI',$,$,$,(#1182),#14022); -#14022= IFCLIBRARYREFERENCE($,$,'Infiltration Sensible',$,'en',$); +#6672= IFCRELASSOCIATESLIBRARY('2TyUB7kIPEgevbXTrMviRe',$,$,$,(#1174),#14022); +#14022= IFCLIBRARYREFERENCE($,$,'Impeller Diameter',$,'en',$); -#6676= IFCRELASSOCIATESLIBRARY('2cXh9p16zFFQWQJmBl546n',$,$,$,(#1182),#14023); -#14023= IFCLIBRARYREFERENCE($,$,'\X2\3059304D959398A8306E985571B1\X0\','\X2\3059304D959398A8304B3089306E71B18CA08377306871B130ED30B93002\X0\','ja-JP',$); +#6673= IFCRELASSOCIATESLIBRARY('2biyDcSQf8tuQ_oez_p3YM',$,$,$,(#1174),#14023); +#14023= IFCLIBRARYREFERENCE($,$,'DiametreRotor','Diam\S\htre du rotor du compresseur - utilis\S\i pour dimensionner les performances des compresseurs g\S\iom\S\itriquement similaires.','fr-FR',$); -#6677= IFCRELASSOCIATESLIBRARY('2NOgcScnzEigWq7al6KPND',$,$,$,(#1182),#14024); -#14024= IFCLIBRARYREFERENCE($,$,'\X2\C5F4CDE8B4DD\X0\ \X2\BC0F\X0\ \X2\C190C2E4\X0\','\X2\C5F4\X0\ \X2\BD80D558BC0F\X0\ \X2\C5F4C190C2E4\X0\','ko-KR',$); +#6674= IFCRELASSOCIATESLIBRARY('3DnvyrraH2BfDOc0ndab8I',$,$,$,(#1175),#14024); +#14024= IFCLIBRARYREFERENCE($,$,'Impeller Diameter',$,'en',$); -#6678= IFCRELASSOCIATESLIBRARY('0UlOyOsET2VO1gQ1YOQ3Vw',$,$,$,(#1184),#14025); -#14025= IFCLIBRARYREFERENCE($,$,'Initial Resistance',$,'en',$); +#6675= IFCRELASSOCIATESLIBRARY('0UVSFro1TBD8n80Ud4HtUe',$,$,$,(#1175),#14025); +#14025= IFCLIBRARYREFERENCE($,$,'\X2\7FBD683976F45F84\X0\','\X2\5E7E4F555B667684306B4F3C305F30DD30F330D7306E602780FD30924E886E2C3059308B306E306B4F7F308F308C308B3002\X0\','ja-JP',$); -#6679= IFCRELASSOCIATESLIBRARY('1HDO9p5Rn4lh6nRbB6RWWF',$,$,$,(#1185),#14026); -#14026= IFCLIBRARYREFERENCE($,$,'Initial Tension',$,'en',$); +#6676= IFCRELASSOCIATESLIBRARY('0Am1RE4kbFhB922YBKz3GU',$,$,$,(#1176),#14026); +#14026= IFCLIBRARYREFERENCE($,$,'Impurities Content',$,'en',$); -#6680= IFCRELASSOCIATESLIBRARY('1M71toohjDpuIhqMglqrrs',$,$,$,(#1185),#14027); -#14027= IFCLIBRARYREFERENCE($,$,'\X2\521D5F155F35529B\X0\','\X2\7DCA5F356750306E521D671F5FDC529B30023053306E5C5E6027306F30D730EC30B930C830EC30B930C830B330F330AF30EA30FC30C889817D20306E307F306B906975283055308C308B3002\X0\','ja-JP',$); +#6677= IFCRELASSOCIATESLIBRARY('35i4oRBAD5hBoJUe69aljm',$,$,$,(#1180),#14027); +#14027= IFCLIBRARYREFERENCE($,$,'Indoor Environment',$,'en',$); -#6681= IFCRELASSOCIATESLIBRARY('3UkS2b_uzBegYId6IAkllq',$,$,$,(#1186),#14028); -#14028= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); +#6678= IFCRELASSOCIATESLIBRARY('2g04uDBMbAqBm6PXDHoEA_',$,$,$,(#1182),#14028); +#14028= IFCLIBRARYREFERENCE($,$,'Induction Ratio',$,'en',$); -#6682= IFCRELASSOCIATESLIBRARY('2zAwkE7Rr21vkMtlSH1wgd',$,$,$,(#1186),#14029); -#14029= IFCLIBRARYREFERENCE($,$,'\X2\54386C1753E363A57D9A53E330B530A430BA\X0\','\X2\54386C1753E363A57D9A53E3306E30B530A430BA3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A540C30B530A430BA306E54386C1763A57D9A53E3304C306A30443082306E30683057307E30593002\X0\','ja-JP',$); +#6679= IFCRELASSOCIATESLIBRARY('3D6TFPDF5F8BUSYJuEcoh$',$,$,$,(#1182),#14029); +#14029= IFCLIBRARYREFERENCE($,$,'Taux d''induction','Taux d''induction par rapport \S\` la distance entre le diffuseur et sa direction de rejet;\X\0D\X\0ALe taux d''induction est le rapport entre le d\S\ibit volumique d''air dans le jet sur le d\S\ibit volumique d''air au niveau du terminal.','fr-FR',$); -#6683= IFCRELASSOCIATESLIBRARY('3aRr50eFD8FgdP0keRVOf2',$,$,$,(#1187),#14030); -#14030= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); +#6680= IFCRELASSOCIATESLIBRARY('1ni8_cDQr088rhrnPyRSyy',$,$,$,(#1182),#14030); +#14030= IFCLIBRARYREFERENCE($,$,'\X2\8A985F157387\X0\','\X2\52366C1753E3304B3089306E8DDD96E23068305D306E639251FA65B95411306B5BFE3059308B8A985F156BD43001\X0\\X\0D\X\0A\X2\8A985C0E6BD4FF08307E305F306F540C8ABF6BD4FF09306F300130A830A230BF30FC30DF30CA30EB3067306E4F537A4D6D4191CF306B5BFE3059308B56746D41306E4F537A4D6D4191CF306E6BD430673042308B3002\X0\','ja-JP',$); -#6684= IFCRELASSOCIATESLIBRARY('3MzlphqMX8uutVktzYoJFA',$,$,$,(#1188),#14031); -#14031= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); +#6681= IFCRELASSOCIATESLIBRARY('2$0tQ4P9rFL9sEIMsnnaBQ',$,$,$,(#1183),#14031); +#14031= IFCLIBRARYREFERENCE($,$,'Inert Waste',$,'en',$); -#6685= IFCRELASSOCIATESLIBRARY('2ZZ3lp6eT9J8poPHuu$iQd',$,$,$,(#1188),#14032); -#14032= IFCLIBRARYREFERENCE($,$,'\X2\54386C1753E363A57D9A53E330B530A430BA\X0\','\X2\54386C1753E363A57D9A53E3306E30B530A430BA3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A540C30B530A430BA306E54386C1753E363A57D9A53E3304C306A30443082306E30683057307E30593002\X0\','ja-JP',$); +#6682= IFCRELASSOCIATESLIBRARY('11mgXbRj97fOVYVIvhKTU6',$,$,$,(#1183),#14032); +#14032= IFCLIBRARYREFERENCE($,$,'DechetsInertes','Quantit\S\i de d\S\ichets inertes g\S\in\S\ir\S\is [NDT : selon la norme NF P01-010]','fr-FR',$); -#6686= IFCRELASSOCIATESLIBRARY('0fxvJmW5DDxfLaIxUSxHdh',$,$,$,(#1189),#14033); -#14033= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); +#6683= IFCRELASSOCIATESLIBRARY('1FZqhrLXDDRvWzzpXMIG4V',$,$,$,(#1183),#14033); +#14033= IFCLIBRARYREFERENCE($,$,'\X2\5B895B9A5EC368C47269\X0\','\X2\751F62103055308C308B5B895B9A5EC368C47269306E91CF3002\X0\','ja-JP',$); -#6687= IFCRELASSOCIATESLIBRARY('1gpr19vZj1yBzxR9UQYJlp',$,$,$,(#1189),#14034); -#14034= IFCLIBRARYREFERENCE($,$,'\X2\54386C1753E363A57D9A53E330B530A430BA\X0\','\X2\54386C1753E363A57D9A53E3306E30B530A430BA3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A540C30B530A430BA306E54386C1753E363A57D9A53E3304C306A30443082306E30683057307E30593002\X0\','ja-JP',$); +#6684= IFCRELASSOCIATESLIBRARY('3xzrmO$cH5XuIoBTOGUgo8',$,$,$,(#1183),#14034); +#14034= IFCLIBRARYREFERENCE($,$,'\X2\BD88D65CC131\X0\ \X2\D3D0AE30BD88\X0\','\X2\BD88D65CC131\X0\ \X2\D3D0AE30BB3C\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); -#6688= IFCRELASSOCIATESLIBRARY('1bcNNai899tArO2FPJpPkU',$,$,$,(#1190),#14035); -#14035= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); +#6685= IFCRELASSOCIATESLIBRARY('11iISxwnX7x9C4pR4ls4tR',$,$,$,(#1184),#14035); +#14035= IFCLIBRARYREFERENCE($,$,'Inert Waste Per Unit',$,'en',$); -#6689= IFCRELASSOCIATESLIBRARY('2ipcFzZwT2AAiqyt5VwKCO',$,$,$,(#1190),#14036); -#14036= IFCLIBRARYREFERENCE($,$,'\X2\54386C1753E330B530A430BA\X0\','\X2\54386C1753E363A57D9A53E3306E30B530A430BA\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A540C30B530A430BA306E54386C1753E363A57D9A53E3304C306A30443082306E30683059308B3002\X0\','ja-JP',$); +#6686= IFCRELASSOCIATESLIBRARY('3sjzElkg91mf3ZP6AgUBfD',$,$,$,(#1184),#14036); +#14036= IFCLIBRARYREFERENCE($,$,'DechetsInertesParUnite','Quantit\S\i de d\S\ichets inertes g\S\in\S\ir\S\is [NDT : selon la norme NF P01-010]','fr-FR',$); -#6690= IFCRELASSOCIATESLIBRARY('3vrLE5Pdb8dehIK$yhe_cm',$,$,$,(#1191),#14037); -#14037= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); +#6687= IFCRELASSOCIATESLIBRARY('3mpkmvVaf1of61XsxH3zZH',$,$,$,(#1184),#14037); +#14037= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A4E0D6D3B60275EC368C47269\X0\','\X2\751F62103055308C305F5B895B9A5EC368C47269306E91CF3002\X0\','ja-JP',$); -#6691= IFCRELASSOCIATESLIBRARY('0XwY$Ucs12XAD8hU3gO043',$,$,$,(#1191),#14038); -#14038= IFCLIBRARYREFERENCE($,$,'\X2\30A430F330EC30C330C863A57D9A30B530A430BA\X0\','\X2\30DB30FC30B930EA30FC30EB3078306E516553E363A57D9A306E30B530A430BA3002\X0\','ja-JP',$); +#6688= IFCRELASSOCIATESLIBRARY('3a5C_VZyfFgO64y2pVN3h7',$,$,$,(#1184),#14038); +#14038= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\BD88D669C131\X0\ \X2\D3D0AE30BB3C\X0\','\X2\BD88D65CC131\X0\ \X2\D3D0AE30BB3C\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); -#6692= IFCRELASSOCIATESLIBRARY('0N$mOtNhf2e9dewL7BTMFe',$,$,$,(#1192),#14039); -#14039= IFCLIBRARYREFERENCE($,$,'Inlet Diameter',$,'en',$); +#6689= IFCRELASSOCIATESLIBRARY('2qdmgWrdn8feeKK9HaaRPj',$,$,$,(#1185),#14039); +#14039= IFCLIBRARYREFERENCE($,$,'Luftdurchl\S\dssigkeit','Luftaustausch \S\|ber die Fugen der geschlossenen T\S\|r (Q-Wert). Gibt die Luftdurchl\S\dssigkeit der gesamten T\S\|r bei einem Luftdruckniveau von 50 Pascal an.','de-DE',$); -#6693= IFCRELASSOCIATESLIBRARY('2M5gGPJjXDPgIOns$7HaQF',$,$,$,(#1192),#14040); -#14040= IFCLIBRARYREFERENCE($,$,'\X2\516553E353E35F84\X0\','\X2\516553E3306E76F45F843002\X0\','ja-JP',$); +#6690= IFCRELASSOCIATESLIBRARY('1E5RKroj1Am8rufuP_W4yq',$,$,$,(#1185),#14040); +#14040= IFCLIBRARYREFERENCE($,$,'Infiltration',$,'en',$); -#6695= IFCRELASSOCIATESLIBRARY('14rfPblHP0jQtuQJe78TbL',$,$,$,(#1193),#14041); -#14041= IFCLIBRARYREFERENCE($,$,'Inlet Pattern Type',$,'en',$); +#6691= IFCRELASSOCIATESLIBRARY('1$MRkYsBPCOP9aWOPTlmF4',$,$,$,(#1185),#14041); +#14041= IFCLIBRARYREFERENCE($,$,'TauxInfiltration','Taux d''infiltration de l''air ext\S\irieur lorsqu''on soumet la porte \S\` une pression de 50 pascals. Cette valeur sera utilis\S\ie si la longueur des joints n''est pas connue.','fr-FR',$); -#6696= IFCRELASSOCIATESLIBRARY('3OioINd$r1Ch1P2mEJ7KOD',$,$,$,(#1193),#14042); -#14042= IFCLIBRARYREFERENCE($,$,'\X2\54386C1753E37A2E985E\X0\','\X2\963281ED5F01306E54386C1753E363A57D9A53E3306E8B58522560C558313002\X0\\X\0D\X\0A\X\0D\X\0A\X2\4E003064306E963281ED5F01306B\X0\0.1.2.3.4.\X2\306E54386C1753E363A57D9A53E3306830D130BF30FC30F3304C3042308B3068304D306F590953163059308B53EF80FD6027304C3042308A307E305930027F8552173055308C308B3068304D300163A57D9A53E3304C578276F430673042308B69D85B50304B3001963281ED5F01306E5E95FF085357FF09306B304A304B308C307E305930024F4D7F6E\X0\1\X2\306F5DE6\X0\(\X2\897F\X0\)\X2\306B30014F4D7F6E\X0\2\X2\306F4E0A65B9\X0\(\X2\5317\X0\)\X2\306B30014F4D7F6E\X0\3\X2\306F53F3\X0\(\X2\6771\X0\)\X2\306B30014F4D7F6E\X0\4\X2\306F4E0B65B9\X0\(\X2\5357FF09306B306A308B3002\X0\','ja-JP',$); +#6692= IFCRELASSOCIATESLIBRARY('1Nu7aGhKnCeRziWeN8JAH1',$,$,$,(#1186),#14042); +#14042= IFCLIBRARYREFERENCE($,$,'Luftdurchl\S\dssigkeit','Luftaustausch \S\|ber die Fugen des geschlossenen Fensters (Q-Wert). Gibt die Luftdurchl\S\dssigkeit des gesamten Fensters bei einem Luftdruckniveau von 50 Pascal an.','de-DE',$); -#6697= IFCRELASSOCIATESLIBRARY('2fD$dGThb99PDpmjigMS$H',$,$,$,(#1194),#14043); -#14043= IFCLIBRARYREFERENCE($,$,'In Line Row Spacing',$,'en',$); +#6693= IFCRELASSOCIATESLIBRARY('1M9lQ0izv9YBJhwzA4BKLj',$,$,$,(#1186),#14043); +#14043= IFCLIBRARYREFERENCE($,$,'Infiltration',$,'en',$); -#6698= IFCRELASSOCIATESLIBRARY('0HkRz6MvrCRwdRbLag1QC1',$,$,$,(#1194),#14044); -#14044= IFCLIBRARYREFERENCE($,$,'\X2\30A430F330E930A430F3521795939694\X0\','\X2\30A430F330E930A430F330C130E530FC30D6521795939694\X0\','ja-JP',$); +#6694= IFCRELASSOCIATESLIBRARY('3567eHZtf0ghIvlJ0ASGvE',$,$,$,(#1186),#14044); +#14044= IFCLIBRARYREFERENCE($,$,'TauxInfiltration','Taux d''infiltration de l''air ext\S\irieur lorsqu''on soumet la porte \S\` une pression de 50 pascals. Cette valeur sera utilis\S\ie si la longueur des joints n''est pas connue.','fr-FR',$); -#6699= IFCRELASSOCIATESLIBRARY('2pVjInKO13aR3qDKM1Ilad',$,$,$,(#1195),#14045); -#14045= IFCLIBRARYREFERENCE($,$,'Inner Diameter',$,'en',$); +#6695= IFCRELASSOCIATESLIBRARY('02bJWH83n3KOBdi16OE6Ua',$,$,$,(#1186),#14045); +#14045= IFCLIBRARYREFERENCE($,$,'\X2\9699959398A8\X0\','\X2\9699959398A8306E6D4191CF50243002\X0\','ja-JP',$); -#6700= IFCRELASSOCIATESLIBRARY('28YDKeoav799QJHdVYtxH9',$,$,$,(#1195),#14046); -#14046= IFCLIBRARYREFERENCE($,$,'\X2\51855F84\X0\','\X2\914D7BA1306E5B9F51855F84\X0\(\X2\30EA30B930C8306E89076570306E65705B57306E89E391C8306B306430443066306F547C30735F8453C27167\X0\)','ja-JP',$); +#6696= IFCRELASSOCIATESLIBRARY('13vZVwyMPETfS22Ts64ugW',$,$,$,(#1186),#14046); +#14046= IFCLIBRARYREFERENCE($,$,'\X2\6E1798CE91CF\X0\','\X2\5728\X0\50\X2\5E1565AF5361538B5F3A4E0B586B51457269976279EF4E0A591690E87A7A6C145BF9586B5145726976846E17900F6D41901F3002572890E8520663A57F1D7684957F5EA6672A77E565F65E944F7F75288BE55C5E60273002\X0\','zh-CN',$); -#6701= IFCRELASSOCIATESLIBRARY('2mN5rcDHX5MQxovk9HnvzD',$,$,$,(#1196),#14047); -#14047= IFCLIBRARYREFERENCE($,$,'Inner Diameter',$,'en',$); +#6697= IFCRELASSOCIATESLIBRARY('2$oA1ADJ1BePmVAKapVbg8',$,$,$,(#1187),#14047); +#14047= IFCLIBRARYREFERENCE($,$,'Infiltration Diversity Summer',$,'en',$); -#6702= IFCRELASSOCIATESLIBRARY('10IK27$9TDR8P4zlQkHWqy',$,$,$,(#1196),#14048); -#14048= IFCLIBRARYREFERENCE($,$,'\X2\51855F84\X0\','\X2\914D7BA1306E5B9F51855F843002\X0\','ja-JP',$); +#6698= IFCRELASSOCIATESLIBRARY('23f89rPpD1v90qk5pwHOPt',$,$,$,(#1187),#14048); +#14048= IFCLIBRARYREFERENCE($,$,'\X2\590F671F3059304D959363DB6C177387\X0\','\X2\590F671F3059304D959363DB6C1773873002\X0\','ja-JP',$); -#6703= IFCRELASSOCIATESLIBRARY('0FBnHf1SrC1RVkQ9Dtv$mp',$,$,$,(#1197),#14049); -#14049= IFCLIBRARYREFERENCE($,$,'Input Flowrate',$,'en',$); +#6699= IFCRELASSOCIATESLIBRARY('0IJnV45NH9fwwaR2c9m8NO',$,$,$,(#1187),#14049); +#14049= IFCLIBRARYREFERENCE($,$,'\X2\C5ECB984D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\','\X2\C5ECB984\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\','ko-KR',$); -#6704= IFCRELASSOCIATESLIBRARY('1w7Z8hGIvDy81TpD_XyFaU',$,$,$,(#1197),#14050); -#14050= IFCLIBRARYREFERENCE($,$,'\X2\5165529B6D4191CF\X0\','\X2\670059276D4191CF3002\X0\','ja-JP',$); +#6700= IFCRELASSOCIATESLIBRARY('2qtF6yQDr829z_pTSL9k9S',$,$,$,(#1188),#14050); +#14050= IFCLIBRARYREFERENCE($,$,'Infiltration Diversity Summer',$,'en',$); -#6705= IFCRELASSOCIATESLIBRARY('1unIBW455CH9Ansojs_Iv4',$,$,$,(#1197),#14051); -#14051= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\ \X2\C720B7C9\X0\','\X2\CD5CB300\X0\ \X2\C720B7C9\X0\','ko-KR',$); +#6701= IFCRELASSOCIATESLIBRARY('0Z8REmtWP4UB8DaxurlgS1',$,$,$,(#1188),#14051); +#14051= IFCLIBRARYREFERENCE($,$,'\X2\590F671F3059304D959363DB6C177387\X0\','\X2\590F671F3059304D959363DB6C1773873002\X0\','ja-JP',$); -#6706= IFCRELASSOCIATESLIBRARY('1WomxvCc1DDO_ubNji9rDp',$,$,$,(#1198),#14052); -#14052= IFCLIBRARYREFERENCE($,$,'Input Flowrate',$,'en',$); +#6702= IFCRELASSOCIATESLIBRARY('3LTrRPoPX1iwtq8DzDnUOx',$,$,$,(#1188),#14052); +#14052= IFCLIBRARYREFERENCE($,$,'\X2\C5ECB984\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\','\X2\C5ECB984\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\.','ko-KR',$); -#6707= IFCRELASSOCIATESLIBRARY('0PlBX6WynDn9KFxR4a1Dof',$,$,$,(#1198),#14053); -#14053= IFCLIBRARYREFERENCE($,$,'\X2\5165529B6D4191CF\X0\','\X2\6700592752365FA17A7A6C176D4191CF3002\X0\','ja-JP',$); +#6703= IFCRELASSOCIATESLIBRARY('069b5BIX9EwwYP7fWb$yQq',$,$,$,(#1189),#14053); +#14053= IFCLIBRARYREFERENCE($,$,'Infiltration Diversity Winter',$,'en',$); -#6708= IFCRELASSOCIATESLIBRARY('0yph0DLr15NfGWWktLwCAw',$,$,$,(#1198),#14054); -#14054= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\ \X2\C720B7C9\X0\','\X2\CD5CB300\X0\ \X2\C81CC5B4\X0\ \X2\ACF5AE30\X0\ \X2\C720B7C9\X0\','ko-KR',$); +#6704= IFCRELASSOCIATESLIBRARY('0FVb3dMmz8ggUG53xk_$fT',$,$,$,(#1189),#14054); +#14054= IFCLIBRARYREFERENCE($,$,'\X2\51AC671F3059304D959363DB6C177387\X0\','\X2\51AC671F3059304D959363DB6C1773873002\X0\','ja-JP',$); -#6709= IFCRELASSOCIATESLIBRARY('3OkWFhi9PEDQDLGWZ0ZBPn',$,$,$,(#1199),#14055); -#14055= IFCLIBRARYREFERENCE($,$,'Input Power',$,'en',$); +#6705= IFCRELASSOCIATESLIBRARY('1hRDgp$IvBOPuy1cfelQPE',$,$,$,(#1189),#14055); +#14055= IFCLIBRARYREFERENCE($,$,'\X2\ACA8C6B8CCA0\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\','\X2\ACA8C6B8CCA0\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\','ko-KR',$); -#6710= IFCRELASSOCIATESLIBRARY('2$YBJmLkD658ufdt$Xo2jz',$,$,$,(#1199),#14056); -#14056= IFCLIBRARYREFERENCE($,$,'PuissanceEntr\S\ieMoteur','Puissance fournie au moteur du compresseur.','fr-FR',$); +#6706= IFCRELASSOCIATESLIBRARY('3_CMG$lI55$ww_k9Kgk64Y',$,$,$,(#1190),#14056); +#14056= IFCLIBRARYREFERENCE($,$,'Infiltration Diversity Winter',$,'en',$); -#6711= IFCRELASSOCIATESLIBRARY('3PGTWGF1z8dO6AQ3pw0k79',$,$,$,(#1200),#14057); -#14057= IFCLIBRARYREFERENCE($,$,'Input Pressure',$,'en',$); +#6707= IFCRELASSOCIATESLIBRARY('1_s9J9uXr9rRZy$$GAWNhg',$,$,$,(#1190),#14057); +#14057= IFCLIBRARYREFERENCE($,$,'\X2\51AC671F3059304D959363DB6C177387\X0\','\X2\51AC671F3059304D959363DB6C1773873002\X0\','ja-JP',$); -#6712= IFCRELASSOCIATESLIBRARY('3cuz0BnM97XAoG2IT9bjsH',$,$,$,(#1200),#14058); -#14058= IFCLIBRARYREFERENCE($,$,'\X2\5165529B5727529B\X0\','\X2\30A230AF30C130E530A830FC30BF3078306E670059278A2D8A085727529B3002\X0\','ja-JP',$); +#6708= IFCRELASSOCIATESLIBRARY('3PQ4MkQAn9NRRfusasqMyn',$,$,$,(#1190),#14058); +#14058= IFCLIBRARYREFERENCE($,$,'\X2\ACA8C6B8CCA0\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30BE44C728\X0\','\X2\ACA8C6B8CCA0\X0\ \X2\D2C8C0C8\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\.','ko-KR',$); -#6713= IFCRELASSOCIATESLIBRARY('1FhJFtSX1DxBy$rv9vZ9Df',$,$,$,(#1200),#14059); -#14059= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\ \X2\C555B825\X0\','\X2\C561CE04C5D0C774D130C758\X0\ \X2\CD5CB300\X0\ \X2\C124ACC4\X0\ \X2\C555B825\X0\','ko-KR',$); +#6709= IFCRELASSOCIATESLIBRARY('2PhkKnSej7me9Ycev4H9QS',$,$,$,(#1191),#14059); +#14059= IFCLIBRARYREFERENCE($,$,'Infiltration Sensible',$,'en',$); -#6714= IFCRELASSOCIATESLIBRARY('0jXtkCoGPESwbx6niEJTfF',$,$,$,(#1201),#14060); -#14060= IFCLIBRARYREFERENCE($,$,'Input Pressure',$,'en',$); +#6710= IFCRELASSOCIATESLIBRARY('1Ota7DvKz2wfYgmio47w27',$,$,$,(#1191),#14060); +#14060= IFCLIBRARYREFERENCE($,$,'\X2\3059304D959398A8306E985571B1\X0\','\X2\3059304D959398A8304B3089306E71B18CA08377306871B130ED30B93002\X0\','ja-JP',$); -#6715= IFCRELASSOCIATESLIBRARY('24LWsbnun5FxqqUGbkIdky',$,$,$,(#1201),#14061); -#14061= IFCLIBRARYREFERENCE($,$,'\X2\5165529B5727529B\X0\','\X2\6700592752365FA17A7A6C1757273002\X0\','ja-JP',$); +#6711= IFCRELASSOCIATESLIBRARY('0eduK0Dj58Svt7BfZuUm0J',$,$,$,(#1191),#14061); +#14061= IFCLIBRARYREFERENCE($,$,'\X2\C5F4CDE8B4DD\X0\ \X2\BC0F\X0\ \X2\C190C2E4\X0\','\X2\C5F4\X0\ \X2\BD80D558BC0F\X0\ \X2\C5F4C190C2E4\X0\','ko-KR',$); -#6716= IFCRELASSOCIATESLIBRARY('2mN7HoDaL5lAnPgVPFstvU',$,$,$,(#1201),#14062); -#14062= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\ \X2\C555B825\X0\','\X2\CD5CB300\X0\ \X2\C81CC5B4\X0\ \X2\ACF5C555\X0\','ko-KR',$); +#6712= IFCRELASSOCIATESLIBRARY('1a6nKg74n5yRvHUgjmCEdN',$,$,$,(#1192),#14062); +#14062= IFCLIBRARYREFERENCE($,$,'Infiltration Sensible',$,'en',$); -#6718= IFCRELASSOCIATESLIBRARY('0RKkG6vTv4r8_y5O4$QYUU',$,$,$,(#1203),#14063); -#14063= IFCLIBRARYREFERENCE($,$,'Inside Diameter',$,'en',$); +#6713= IFCRELASSOCIATESLIBRARY('0rgfN6nPXCyBco5z_vTNzM',$,$,$,(#1192),#14063); +#14063= IFCLIBRARYREFERENCE($,$,'\X2\3059304D959398A8306E985571B1\X0\','\X2\3059304D959398A8304B3089306E71B18CA08377306871B130ED30B93002\X0\','ja-JP',$); -#6719= IFCRELASSOCIATESLIBRARY('3UtQDv98T8jgviKHgxBJ7n',$,$,$,(#1203),#14064); -#14064= IFCLIBRARYREFERENCE($,$,'\X2\51855F84\X0\','\X2\30C130E530FC30D6675F5185306E30C130E530FC30D65B9F51855F84\X0\','ja-JP',$); +#6714= IFCRELASSOCIATESLIBRARY('0qgDryhBPCsu5AUXimvjIt',$,$,$,(#1192),#14064); +#14064= IFCLIBRARYREFERENCE($,$,'\X2\C5F4CDE8B4DD\X0\ \X2\BC0F\X0\ \X2\C190C2E4\X0\','\X2\C5F4\X0\ \X2\BD80D558BC0F\X0\ \X2\C5F4C190C2E4\X0\','ko-KR',$); -#6720= IFCRELASSOCIATESLIBRARY('32rkB2BWn9SOokYJVUO2Xf',$,$,$,(#1209),#14065); -#14065= IFCLIBRARYREFERENCE($,$,'Installation Method',$,'en',$); +#6715= IFCRELASSOCIATESLIBRARY('3LoKkeVGHC9BOa2OIWpTNK',$,$,$,(#1194),#14065); +#14065= IFCLIBRARYREFERENCE($,$,'Initial Resistance',$,'en',$); -#6722= IFCRELASSOCIATESLIBRARY('1fXUBIfaL8bv9u8IW7FnEV',$,$,$,(#1210),#14066); -#14066= IFCLIBRARYREFERENCE($,$,'Installation Method Flag Enum',$,'en',$); +#6716= IFCRELASSOCIATESLIBRARY('0CuBefkdv0kAP66wuUtf_7',$,$,$,(#1195),#14066); +#14066= IFCLIBRARYREFERENCE($,$,'Initial Tension',$,'en',$); -#6724= IFCRELASSOCIATESLIBRARY('1aYa2CudH6lvfpNFZoTdN$',$,$,$,(#1214),#14067); -#14067= IFCLIBRARYREFERENCE($,$,'Instantaneous Current Set Value',$,'en',$); +#6717= IFCRELASSOCIATESLIBRARY('0u2YndpjzFEhZDLoy1J$9P',$,$,$,(#1195),#14067); +#14067= IFCLIBRARYREFERENCE($,$,'\X2\521D5F155F35529B\X0\','\X2\7DCA5F356750306E521D671F5FDC529B30023053306E5C5E6027306F30D730EC30B930C830EC30B930C830B330F330AF30EA30FC30C889817D20306E307F306B906975283055308C308B3002\X0\','ja-JP',$); -#6725= IFCRELASSOCIATESLIBRARY('2UHi9nuaT9COdwWggqssdJ',$,$,$,(#1215),#14068); -#14068= IFCLIBRARYREFERENCE($,$,'Instantaneous Tripping Time',$,'en',$); +#6718= IFCRELASSOCIATESLIBRARY('1hp7QBp7n5yhmUuZjkh5fo',$,$,$,(#1196),#14068); +#14068= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); -#6728= IFCRELASSOCIATESLIBRARY('0TEB3W62H5yeLET4V07w5h',$,$,$,(#1218),#14069); -#14069= IFCLIBRARYREFERENCE($,$,'Insulation Standard Class',$,'en',$); +#6719= IFCRELASSOCIATESLIBRARY('0UjXbnQw16RfLLc9_jUM3a',$,$,$,(#1196),#14069); +#14069= IFCLIBRARYREFERENCE($,$,'\X2\54386C1753E363A57D9A53E330B530A430BA\X0\','\X2\54386C1753E363A57D9A53E3306E30B530A430BA3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A540C30B530A430BA306E54386C1763A57D9A53E3304C306A30443082306E30683057307E30593002\X0\','ja-JP',$); -#6729= IFCRELASSOCIATESLIBRARY('1fjIdrqQrDRRIO$EAKtNKW',$,$,$,(#1220),#14070); -#14070= IFCLIBRARYREFERENCE($,$,'Integral Constant',$,'en',$); +#6720= IFCRELASSOCIATESLIBRARY('1pyudDmDf22BP6SLgrWRIv',$,$,$,(#1197),#14070); +#14070= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); -#6730= IFCRELASSOCIATESLIBRARY('0KzCuYDnn61PcM1vVW0QwZ',$,$,$,(#1220),#14071); -#14071= IFCLIBRARYREFERENCE($,$,'\X2\C801BD84\X0\ \X2\AC8CC778\X0\ (Ki)','\X2\C801BD84\X0\ \X2\AC8CC778\X0\ (Ki)','ko-KR',$); +#6721= IFCRELASSOCIATESLIBRARY('0Pq8MR2gX6fhZhIliL1ylH',$,$,$,(#1198),#14071); +#14071= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); -#6732= IFCRELASSOCIATESLIBRARY('0ewO8iYcL6iPyYFN9E8eGW',$,$,$,(#1221),#14072); -#14072= IFCLIBRARYREFERENCE($,$,'Integrated Lighting Type',$,'en',$); +#6722= IFCRELASSOCIATESLIBRARY('2ycolfzVT5ZhsWKJ59$T24',$,$,$,(#1198),#14072); +#14072= IFCLIBRARYREFERENCE($,$,'\X2\54386C1753E363A57D9A53E330B530A430BA\X0\','\X2\54386C1753E363A57D9A53E3306E30B530A430BA3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A540C30B530A430BA306E54386C1753E363A57D9A53E3304C306A30443082306E30683057307E30593002\X0\','ja-JP',$); -#6733= IFCRELASSOCIATESLIBRARY('0YtPGNzxXCFgwSPmxdK5kB',$,$,$,(#1222),#14073); -#14073= IFCLIBRARYREFERENCE($,$,'Interior Heat Transfer Coefficient',$,'en',$); +#6723= IFCRELASSOCIATESLIBRARY('1PTOoijPfErPvWCWA3qnkj',$,$,$,(#1199),#14073); +#14073= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); -#6734= IFCRELASSOCIATESLIBRARY('0pu4f6wHj199FjMtt$fOV6',$,$,$,(#1223),#14074); -#14074= IFCLIBRARYREFERENCE($,$,'Interior Heat Transfer Coefficient',$,'en',$); +#6724= IFCRELASSOCIATESLIBRARY('2mnlGwTWr2SwKa7VOJ7f4O',$,$,$,(#1199),#14074); +#14074= IFCLIBRARYREFERENCE($,$,'\X2\54386C1753E363A57D9A53E330B530A430BA\X0\','\X2\54386C1753E363A57D9A53E3306E30B530A430BA3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A540C30B530A430BA306E54386C1753E363A57D9A53E3304C306A30443082306E30683057307E30593002\X0\','ja-JP',$); -#6735= IFCRELASSOCIATESLIBRARY('2t7Te8uPnBh9rqVQPuFyM0',$,$,$,(#1223),#14075); -#14075= IFCLIBRARYREFERENCE($,$,'\X2\5185976271B14EA463DB4FC26570\X0\','\X2\51859762306B95A29023306530513089308C305F5185976271B14EA463DB4FC26570\X0\','ja-JP',$); +#6725= IFCRELASSOCIATESLIBRARY('3zsNh9Lir42vb39tm3z523',$,$,$,(#1200),#14075); +#14075= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); -#6736= IFCRELASSOCIATESLIBRARY('2GTGI7Gs58A84HENDgEpJC',$,$,$,(#1224),#14076); -#14076= IFCLIBRARYREFERENCE($,$,'Interior Roughness Coefficient',$,'en',$); +#6726= IFCRELASSOCIATESLIBRARY('1zwY2EZNH6agMdIs$bAphq',$,$,$,(#1200),#14076); +#14076= IFCLIBRARYREFERENCE($,$,'\X2\54386C1753E330B530A430BA\X0\','\X2\54386C1753E363A57D9A53E3306E30B530A430BA\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8610FFF1A540C30B530A430BA306E54386C1753E363A57D9A53E3304C306A30443082306E30683059308B3002\X0\','ja-JP',$); -#6737= IFCRELASSOCIATESLIBRARY('3ucJcTI9D6H8VH7BMehgIp',$,$,$,(#1224),#14077); -#14077= IFCLIBRARYREFERENCE($,$,'\X2\518597627C9730554FC26570\X0\','\X2\30C030AF30C87D99624B67506599306E518597627C973055\X0\','ja-JP',$); +#6727= IFCRELASSOCIATESLIBRARY('13zJOEjMPAne1vCbOhkB7p',$,$,$,(#1201),#14077); +#14077= IFCLIBRARYREFERENCE($,$,'Inlet Connection Size',$,'en',$); -#6738= IFCRELASSOCIATESLIBRARY('1e2w_7HBj79hx8VFafATcO',$,$,$,(#1225),#14078); -#14078= IFCLIBRARYREFERENCE($,$,'Interior Roughness Coefficient',$,'en',$); +#6728= IFCRELASSOCIATESLIBRARY('3ZWL0v3oz7EgkR1oKB2nQH',$,$,$,(#1201),#14078); +#14078= IFCLIBRARYREFERENCE($,$,'\X2\30A430F330EC30C330C863A57D9A30B530A430BA\X0\','\X2\30DB30FC30B930EA30FC30EB3078306E516553E363A57D9A306E30B530A430BA3002\X0\','ja-JP',$); -#6739= IFCRELASSOCIATESLIBRARY('3FoZmfGavAtvmjbSdazSNH',$,$,$,(#1225),#14079); -#14079= IFCLIBRARYREFERENCE($,$,'\X2\518590E87C975EA64FC26570\X0\','\X2\914D7BA190E8306E518590E87C975EA64FC26570\X0\','ja-JP',$); +#6729= IFCRELASSOCIATESLIBRARY('2cNVLxbF14jh9DbZXCwX9h',$,$,$,(#1202),#14079); +#14079= IFCLIBRARYREFERENCE($,$,'Inlet Diameter',$,'en',$); -#6740= IFCRELASSOCIATESLIBRARY('38urHkAS5FiuSBRJ8MU$Ee',$,$,$,(#1226),#14080); -#14080= IFCLIBRARYREFERENCE($,$,'Interior Roughness Coefficient',$,'en',$); +#6730= IFCRELASSOCIATESLIBRARY('3Dpc9hoVzFsvj_zwaXBfG2',$,$,$,(#1202),#14080); +#14080= IFCLIBRARYREFERENCE($,$,'\X2\516553E353E35F84\X0\','\X2\516553E3306E76F45F843002\X0\','ja-JP',$); -#6741= IFCRELASSOCIATESLIBRARY('0e5SFZxOHC5fagmjna9Nsp',$,$,$,(#1226),#14081); -#14081= IFCLIBRARYREFERENCE($,$,'\X2\518590E87C975EA64FC26570\X0\','\X2\914D7BA190E8306E518590E87C975EA64FC26570\X0\','ja-JP',$); +#6732= IFCRELASSOCIATESLIBRARY('3ztadfWvf2Ue$$VQtPFVqv',$,$,$,(#1203),#14081); +#14081= IFCLIBRARYREFERENCE($,$,'Inlet Pattern Type',$,'en',$); -#6742= IFCRELASSOCIATESLIBRARY('1JSwf0ARnAFe0dhTHoqFJ8',$,$,$,(#1227),#14082); -#14082= IFCLIBRARYREFERENCE($,$,'Interior Roughness Coefficient',$,'en',$); +#6733= IFCRELASSOCIATESLIBRARY('11jlAQZpX9JBGtWIZh$6yX',$,$,$,(#1203),#14082); +#14082= IFCLIBRARYREFERENCE($,$,'\X2\54386C1753E37A2E985E\X0\','\X2\963281ED5F01306E54386C1753E363A57D9A53E3306E8B58522560C558313002\X0\\X\0D\X\0A\X\0D\X\0A\X2\4E003064306E963281ED5F01306B\X0\0.1.2.3.4.\X2\306E54386C1753E363A57D9A53E3306830D130BF30FC30F3304C3042308B3068304D306F590953163059308B53EF80FD6027304C3042308A307E305930027F8552173055308C308B3068304D300163A57D9A53E3304C578276F430673042308B69D85B50304B3001963281ED5F01306E5E95FF085357FF09306B304A304B308C307E305930024F4D7F6E\X0\1\X2\306F5DE6\X0\(\X2\897F\X0\)\X2\306B30014F4D7F6E\X0\2\X2\306F4E0A65B9\X0\(\X2\5317\X0\)\X2\306B30014F4D7F6E\X0\3\X2\306F53F3\X0\(\X2\6771\X0\)\X2\306B30014F4D7F6E\X0\4\X2\306F4E0B65B9\X0\(\X2\5357FF09306B306A308B3002\X0\','ja-JP',$); -#6743= IFCRELASSOCIATESLIBRARY('11o$asSOL6EP5gAcuQaGUX',$,$,$,(#1227),#14083); -#14083= IFCLIBRARYREFERENCE($,$,'\X2\518597627C9730554FC26570\X0\','\X2\30C030AF30C87D99624B67506599306E518597627C973055\X0\','ja-JP',$); +#6734= IFCRELASSOCIATESLIBRARY('3zvw9qe3jCJ80lNxpKYQZI',$,$,$,(#1204),#14083); +#14083= IFCLIBRARYREFERENCE($,$,'In Line Row Spacing',$,'en',$); -#6744= IFCRELASSOCIATESLIBRARY('1PqGcedRf2BfNTo4T2U3zN',$,$,$,(#1228),#14084); -#14084= IFCLIBRARYREFERENCE($,$,'Intermittent',$,'en',$); +#6735= IFCRELASSOCIATESLIBRARY('1I9DRXmYXEL8j7pvbrqz5l',$,$,$,(#1204),#14084); +#14084= IFCLIBRARYREFERENCE($,$,'\X2\30A430F330E930A430F3521795939694\X0\','\X2\30A430F330E930A430F330C130E530FC30D6521795939694\X0\','ja-JP',$); -#6746= IFCRELASSOCIATESLIBRARY('1cMOXPniz67wQIZuUHmlb2',$,$,$,(#1229),#14085); -#14085= IFCLIBRARYREFERENCE($,$,'Internal Control',$,'en',$); +#6736= IFCRELASSOCIATESLIBRARY('3pcGfTpGr6bvToJM6Arx3Z',$,$,$,(#1205),#14085); +#14085= IFCLIBRARYREFERENCE($,$,'Inner Diameter',$,'en',$); -#6747= IFCRELASSOCIATESLIBRARY('1$cCa1nPb5ifZe$fpK$ps1',$,$,$,(#1229),#14086); -#14086= IFCLIBRARYREFERENCE($,$,'\X2\518590E852365FA1\X0\','\X2\518590E88ABF6574306E52365FA1\X0\','ja-JP',$); +#6737= IFCRELASSOCIATESLIBRARY('0Zx6KJgBr3NxHH6clHlqOx',$,$,$,(#1205),#14086); +#14086= IFCLIBRARYREFERENCE($,$,'\X2\51855F84\X0\','\X2\914D7BA1306E5B9F51855F84\X0\(\X2\30EA30B930C8306E89076570306E65705B57306E89E391C8306B306430443066306F547C30735F8453C27167\X0\)','ja-JP',$); -#6748= IFCRELASSOCIATESLIBRARY('0LzklWagfEKBWk1bHsJnf_',$,$,$,(#1230),#14087); -#14087= IFCLIBRARYREFERENCE($,$,'Internal Refrigerant Volume',$,'en',$); +#6738= IFCRELASSOCIATESLIBRARY('34hb8gxgj6OhIPSkjkzoYF',$,$,$,(#1206),#14087); +#14087= IFCLIBRARYREFERENCE($,$,'Inner Diameter',$,'en',$); -#6749= IFCRELASSOCIATESLIBRARY('2wx70jpY58YOoB_cYxbKSA',$,$,$,(#1230),#14088); -#14088= IFCLIBRARYREFERENCE($,$,'\X2\518590E851B75A925BB97A4D\X0\','\X2\84B8767A5668FF0851B75A925074FF09306E518590E85BB97A4D\X0\','ja-JP',$); +#6739= IFCRELASSOCIATESLIBRARY('0Gv9qhX2T4NOYo8QHxKrIp',$,$,$,(#1206),#14088); +#14088= IFCLIBRARYREFERENCE($,$,'\X2\51855F84\X0\','\X2\914D7BA1306E5B9F51855F843002\X0\','ja-JP',$); -#6750= IFCRELASSOCIATESLIBRARY('0EaRsBoNf0Meb8ppz2EZ2V',$,$,$,(#1231),#14089); -#14089= IFCLIBRARYREFERENCE($,$,'Internal Refrigerant Volume',$,'en',$); +#6740= IFCRELASSOCIATESLIBRARY('0dY0_FobD3lxwsRXSjBzFl',$,$,$,(#1207),#14089); +#14089= IFCLIBRARYREFERENCE($,$,'Input Flowrate',$,'en',$); -#6751= IFCRELASSOCIATESLIBRARY('3NSBHt6I9EAQifrFy8sW5L',$,$,$,(#1232),#14090); -#14090= IFCLIBRARYREFERENCE($,$,'Internal Surface Area',$,'en',$); +#6741= IFCRELASSOCIATESLIBRARY('1bjeJ1SR11NgldGFZtVtwl',$,$,$,(#1207),#14090); +#14090= IFCLIBRARYREFERENCE($,$,'\X2\5165529B6D4191CF\X0\','\X2\670059276D4191CF3002\X0\','ja-JP',$); -#6752= IFCRELASSOCIATESLIBRARY('36GKgDBKnCd9zCQuxjAvra',$,$,$,(#1232),#14091); -#14091= IFCLIBRARYREFERENCE($,$,'\X2\5185886897627A4D\X0\','\X2\518590E8886897627A4D\X0\','ja-JP',$); +#6742= IFCRELASSOCIATESLIBRARY('3pv_H$w9L91ODNOW_0GsWw',$,$,$,(#1207),#14091); +#14091= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\ \X2\C720B7C9\X0\','\X2\CD5CB300\X0\ \X2\C720B7C9\X0\','ko-KR',$); -#6753= IFCRELASSOCIATESLIBRARY('3hdSO7I0T4aQbtSx7ENY$L',$,$,$,(#1233),#14092); -#14092= IFCLIBRARYREFERENCE($,$,'Internal Surface Area',$,'en',$); +#6743= IFCRELASSOCIATESLIBRARY('2zY01Ajj91nRpZiLo5kHEs',$,$,$,(#1208),#14092); +#14092= IFCLIBRARYREFERENCE($,$,'Input Flowrate',$,'en',$); -#6754= IFCRELASSOCIATESLIBRARY('2v9GhFsX1ASRT1uT18IKuI',$,$,$,(#1234),#14093); -#14093= IFCLIBRARYREFERENCE($,$,'Internal Water Volume',$,'en',$); +#6744= IFCRELASSOCIATESLIBRARY('3GZeZjDSH0yxRZ7x9TmtuJ',$,$,$,(#1208),#14093); +#14093= IFCLIBRARYREFERENCE($,$,'\X2\5165529B6D4191CF\X0\','\X2\6700592752365FA17A7A6C176D4191CF3002\X0\','ja-JP',$); -#6755= IFCRELASSOCIATESLIBRARY('1o73QEI0D1SfWcU2jEQl_0',$,$,$,(#1234),#14094); -#14094= IFCLIBRARYREFERENCE($,$,'\X2\518590E86C345BB97A4D\X0\','\X2\84B8767A5668FF086C345074FF09306E518590E85BB97A4D\X0\','ja-JP',$); +#6745= IFCRELASSOCIATESLIBRARY('1Fkw$NBvT9IuaoHcJJz0N5',$,$,$,(#1208),#14094); +#14094= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\ \X2\C720B7C9\X0\','\X2\CD5CB300\X0\ \X2\C81CC5B4\X0\ \X2\ACF5AE30\X0\ \X2\C720B7C9\X0\','ko-KR',$); -#6756= IFCRELASSOCIATESLIBRARY('2IfxzPsnD8sR4GXB4A_m0C',$,$,$,(#1235),#14095); -#14095= IFCLIBRARYREFERENCE($,$,'Internal Water Volume',$,'en',$); +#6746= IFCRELASSOCIATESLIBRARY('1MfpOV5Pv7KxnJTSrp0f75',$,$,$,(#1209),#14095); +#14095= IFCLIBRARYREFERENCE($,$,'Input Power',$,'en',$); -#6757= IFCRELASSOCIATESLIBRARY('2xZqOVWfb079BvbIfFqATB',$,$,$,(#1236),#14096); -#14096= IFCLIBRARYREFERENCE($,$,'Internal Width',$,'en',$); +#6747= IFCRELASSOCIATESLIBRARY('3lGjlAKsv5zxE5b$E9_rPo',$,$,$,(#1209),#14096); +#14096= IFCLIBRARYREFERENCE($,$,'PuissanceEntr\S\ieMoteur','Puissance fournie au moteur du compresseur.','fr-FR',$); -#6758= IFCRELASSOCIATESLIBRARY('0XNf2JEs9FoQsovKQSfEvC',$,$,$,(#1236),#14097); -#14097= IFCLIBRARYREFERENCE($,$,'\X2\51855E45\X0\','\X2\66976E207BA1306E51855E45\X0\','ja-JP',$); +#6748= IFCRELASSOCIATESLIBRARY('2ni33$ppD0CheA3O416bDW',$,$,$,(#1210),#14097); +#14097= IFCLIBRARYREFERENCE($,$,'Input Pressure',$,'en',$); -#6759= IFCRELASSOCIATESLIBRARY('33gSVTaZbASuvxCcn1JF_v',$,$,$,(#1238),#14098); -#14098= IFCLIBRARYREFERENCE($,$,'In Use Conditions',$,'en',$); +#6749= IFCRELASSOCIATESLIBRARY('1iCilxfFvDEONP1lBfDoYr',$,$,$,(#1210),#14098); +#14098= IFCLIBRARYREFERENCE($,$,'\X2\5165529B5727529B\X0\','\X2\30A230AF30C130E530A830FC30BF3078306E670059278A2D8A085727529B3002\X0\','ja-JP',$); -#6760= IFCRELASSOCIATESLIBRARY('2$_85Nt4TFgw9vzeIqqY8b',$,$,$,(#1239),#14099); -#14099= IFCLIBRARYREFERENCE($,$,'Invert Elevation',$,'en',$); +#6750= IFCRELASSOCIATESLIBRARY('0NQVie4bb3JOzNfZLl42LA',$,$,$,(#1210),#14099); +#14099= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\ \X2\C555B825\X0\','\X2\C561CE04C5D0C774D130C758\X0\ \X2\CD5CB300\X0\ \X2\C124ACC4\X0\ \X2\C555B825\X0\','ko-KR',$); -#6761= IFCRELASSOCIATESLIBRARY('06kVSlBgz0aRp1NQ0wDR69',$,$,$,(#1240),#14100); -#14100= IFCLIBRARYREFERENCE($,$,'Invert Level',$,'en',$); +#6751= IFCRELASSOCIATESLIBRARY('3rh8CxLl5EMxIkDjv5uM8k',$,$,$,(#1211),#14100); +#14100= IFCLIBRARYREFERENCE($,$,'Input Pressure',$,'en',$); -#6762= IFCRELASSOCIATESLIBRARY('3bR9EjlKz8XwxsXlJmi3rG',$,$,$,(#1240),#14101); -#14101= IFCLIBRARYREFERENCE($,$,'\X2\670059276DF13055\X0\','\X2\65AD9762306E670030824F4E304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); +#6752= IFCRELASSOCIATESLIBRARY('2vZQ50ObLD0xtCKtSl9E_Z',$,$,$,(#1211),#14101); +#14101= IFCLIBRARYREFERENCE($,$,'\X2\5165529B5727529B\X0\','\X2\6700592752365FA17A7A6C1757273002\X0\','ja-JP',$); -#6763= IFCRELASSOCIATESLIBRARY('2fK0wq2Zr3Fh0f8DqlOvwG',$,$,$,(#1240),#14102); -#14102= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\AE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B0AEC740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1C5D0C11C\X0\)','ko-KR',$); +#6753= IFCRELASSOCIATESLIBRARY('2nSWTrMlT6sfpLn9Gyj7El',$,$,$,(#1211),#14102); +#14102= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\ \X2\C555B825\X0\','\X2\CD5CB300\X0\ \X2\C81CC5B4\X0\ \X2\ACF5C555\X0\','ko-KR',$); -#6764= IFCRELASSOCIATESLIBRARY('1jrLwd06j7qgQKCPye0A0t',$,$,$,(#1241),#14103); -#14103= IFCLIBRARYREFERENCE($,$,'Invert Level',$,'en',$); +#6755= IFCRELASSOCIATESLIBRARY('0ojW7nM1X69O4Lkz7k10jr',$,$,$,(#1213),#14103); +#14103= IFCLIBRARYREFERENCE($,$,'Inside Diameter',$,'en',$); -#6765= IFCRELASSOCIATESLIBRARY('2E7pFqeVn90BXDSyEXkjVR',$,$,$,(#1241),#14104); -#14104= IFCLIBRARYREFERENCE($,$,'\X2\670059276DF13055\X0\','\X2\65AD9762306E670030824F4E304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); +#6756= IFCRELASSOCIATESLIBRARY('1knc9c0nv4x9bE$uFj1gsz',$,$,$,(#1213),#14104); +#14104= IFCLIBRARYREFERENCE($,$,'\X2\51855F84\X0\','\X2\30C130E530FC30D6675F5185306E30C130E530FC30D65B9F51855F84\X0\','ja-JP',$); -#6766= IFCRELASSOCIATESLIBRARY('2OY2XzLyv9lO9tSnlrQPW2',$,$,$,(#1241),#14105); -#14105= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\AE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B0AEC740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1\X0\)','ko-KR',$); +#6757= IFCRELASSOCIATESLIBRARY('2u5ThRitT4B8NVPof2s$Jv',$,$,$,(#1219),#14105); +#14105= IFCLIBRARYREFERENCE($,$,'Installation Method',$,'en',$); -#6767= IFCRELASSOCIATESLIBRARY('268ZYbosD94B_0i3AWh31q',$,$,$,(#1242),#14106); -#14106= IFCLIBRARYREFERENCE($,$,'Invert Level',$,'en',$); +#6759= IFCRELASSOCIATESLIBRARY('3NzFo1evr6ePRcC3m_KB3A',$,$,$,(#1220),#14106); +#14106= IFCLIBRARYREFERENCE($,$,'Installation Method Flag Enum',$,'en',$); -#6768= IFCRELASSOCIATESLIBRARY('31zsmuIFz48u5wwmxxg$_u',$,$,$,(#1242),#14107); -#14107= IFCLIBRARYREFERENCE($,$,'\X2\670059276DF13055\X0\','\X2\65AD9762306E670030824F4E304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); +#6761= IFCRELASSOCIATESLIBRARY('3a019yqcvCWANoxkR92$aH',$,$,$,(#1224),#14107); +#14107= IFCLIBRARYREFERENCE($,$,'Instantaneous Current Set Value',$,'en',$); -#6769= IFCRELASSOCIATESLIBRARY('3ApqTSllL8BeOXolm5TWdB',$,$,$,(#1242),#14108); -#14108= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\AE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B0AEC740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1C5D0C11C\X0\)','ko-KR',$); +#6762= IFCRELASSOCIATESLIBRARY('1T$OFnmQT7LRFfC8WOdo0L',$,$,$,(#1225),#14108); +#14108= IFCLIBRARYREFERENCE($,$,'Instantaneous Tripping Time',$,'en',$); -#6770= IFCRELASSOCIATESLIBRARY('2OLGLNqbLBAAuDAB9zgHPW',$,$,$,(#1243),#14109); -#14109= IFCLIBRARYREFERENCE($,$,'Invert Level',$,'en',$); +#6765= IFCRELASSOCIATESLIBRARY('3YeT$5e1X15BvAPFJcZ$ek',$,$,$,(#1228),#14109); +#14109= IFCLIBRARYREFERENCE($,$,'Insulation Standard Class',$,'en',$); -#6771= IFCRELASSOCIATESLIBRARY('1U5BKmMJL77B$AdihrlNvR',$,$,$,(#1243),#14110); -#14110= IFCLIBRARYREFERENCE($,$,'\X2\670059276DF13055\X0\','\X2\65AD9762306E670030824F4E304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); +#6766= IFCRELASSOCIATESLIBRARY('01iVQMGE9FFgVVl2Ti$vCI',$,$,$,(#1230),#14110); +#14110= IFCLIBRARYREFERENCE($,$,'Integral Constant',$,'en',$); -#6772= IFCRELASSOCIATESLIBRARY('050No2pg18KQu$OKvepjJw',$,$,$,(#1243),#14111); -#14111= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\AE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B0AEC740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1C5D0C11C\X0\)','ko-KR',$); +#6767= IFCRELASSOCIATESLIBRARY('3nV53b$pf3OOw4JxGJSzOX',$,$,$,(#1230),#14111); +#14111= IFCLIBRARYREFERENCE($,$,'\X2\C801BD84\X0\ \X2\AC8CC778\X0\ (Ki)','\X2\C801BD84\X0\ \X2\AC8CC778\X0\ (Ki)','ko-KR',$); -#6773= IFCRELASSOCIATESLIBRARY('1ilH_V6vD7cw$mBg7FTIVX',$,$,$,(#1244),#14112); -#14112= IFCLIBRARYREFERENCE($,$,'IP_ Code',$,'en',$); +#6769= IFCRELASSOCIATESLIBRARY('12WTNHcs1FXvef3XQlssQe',$,$,$,(#1231),#14112); +#14112= IFCLIBRARYREFERENCE($,$,'Integrated Lighting Type',$,'en',$); -#6774= IFCRELASSOCIATESLIBRARY('2sxApXvfn2yerAML8zK3Gu',$,$,$,(#1245),#14113); -#14113= IFCLIBRARYREFERENCE($,$,'IP_ Code',$,'en',$); +#6770= IFCRELASSOCIATESLIBRARY('3jfxGhYIrBuQdi8uIKWu9U',$,$,$,(#1232),#14113); +#14113= IFCLIBRARYREFERENCE($,$,'Interior Heat Transfer Coefficient',$,'en',$); -#6775= IFCRELASSOCIATESLIBRARY('03NYRCsXz9p8GrcmwEMp5H',$,$,$,(#1245),#14114); -#14114= IFCLIBRARYREFERENCE($,$,'\X2\6A5F5BC6602730A830F330AF30ED30FC30B830E37B497D1A\X0\','\X2\30A830F330AF30ED30FC30B830E3306B3088308B56FD969B4FDD8B777B497D1AFF08\X0\IP\X2\30B330FC30C9FF093002\X0\','ja-JP',$); +#6771= IFCRELASSOCIATESLIBRARY('1VjMGhhc55ehJxHc3MJG4j',$,$,$,(#1233),#14114); +#14114= IFCLIBRARYREFERENCE($,$,'Interior Heat Transfer Coefficient',$,'en',$); -#6776= IFCRELASSOCIATESLIBRARY('0y8aG8lJn3JvMzuARX0wXU',$,$,$,(#1245),#14115); -#14115= IFCLIBRARYREFERENCE($,$,'\X2\AE30BC00C131\X0\ \X2\C778D074B85CC800\X0\ \X2\B4F1AE09\X0\','\X2\C778D074B85CC800C5D0\X0\ \X2\C758D55C\X0\ \X2\AD6DC81C\X0\ \X2\BCF4D638\X0\ \X2\B4F1AE09\X0\ (IP \X2\CF54B4DC\X0\).','ko-KR',$); +#6772= IFCRELASSOCIATESLIBRARY('0$tZKTJ4D28OVdognFocxi',$,$,$,(#1233),#14115); +#14115= IFCLIBRARYREFERENCE($,$,'\X2\5185976271B14EA463DB4FC26570\X0\','\X2\51859762306B95A29023306530513089308C305F5185976271B14EA463DB4FC26570\X0\','ja-JP',$); -#6777= IFCRELASSOCIATESLIBRARY('0FjkTJ2Ob3tRjeyHBXPBSd',$,$,$,(#1250),#14116); -#14116= IFCLIBRARYREFERENCE($,$,'Is Aisle',$,'en',$); +#6773= IFCRELASSOCIATESLIBRARY('3AUNtYdBz6x8Zs5skRQTZl',$,$,$,(#1234),#14116); +#14116= IFCLIBRARYREFERENCE($,$,'Interior Roughness Coefficient',$,'en',$); -#6778= IFCRELASSOCIATESLIBRARY('1BGYa2O815RQYzVGhOE2NO',$,$,$,(#1250),#14117); -#14117= IFCLIBRARYREFERENCE($,$,'NombreUnites','Indique si cette zone du parking, comme une all\S\ie, est r\S\iserv\S\ie \S\` l''acc\S\hs (VRAI) ou non (FAUX).','fr-FR',$); +#6774= IFCRELASSOCIATESLIBRARY('1AVaYR_ZT3wwaxD67k8k7m',$,$,$,(#1234),#14117); +#14117= IFCLIBRARYREFERENCE($,$,'\X2\518597627C9730554FC26570\X0\','\X2\30C030AF30C87D99624B67506599306E518597627C973055\X0\','ja-JP',$); -#6779= IFCRELASSOCIATESLIBRARY('1l1PB4edTAbBCCPSQLt9Cs',$,$,$,(#1250),#14118); -#14118= IFCLIBRARYREFERENCE($,$,'\X2\901A8DEF304B99D08ECA30B930DA30FC30B9306E52245225\X0\','\X2\99D08ECA5834306E901A8DEF90E85206\X0\(TRUE)\X2\304B99D08ECA90E890E85206\X0\(FALSE)\X2\304B3092793A305930D530E930B03002\X0\','ja-JP',$); +#6775= IFCRELASSOCIATESLIBRARY('2KZMoJDqfClQ_GRiLRQyaB',$,$,$,(#1235),#14118); +#14118= IFCLIBRARYREFERENCE($,$,'Interior Roughness Coefficient',$,'en',$); -#6780= IFCRELASSOCIATESLIBRARY('3nQc2siNXFVxaJLOaEm4k3',$,$,$,(#1253),#14119); -#14119= IFCLIBRARYREFERENCE($,$,'Is Automatic',$,'en',$); +#6776= IFCRELASSOCIATESLIBRARY('31$tVvBvv3G84Xb8sBe1jq',$,$,$,(#1235),#14119); +#14119= IFCLIBRARYREFERENCE($,$,'\X2\518590E87C975EA64FC26570\X0\','\X2\914D7BA190E8306E518590E87C975EA64FC26570\X0\','ja-JP',$); -#6781= IFCRELASSOCIATESLIBRARY('2j4c$EMXD9Bf1Vcm7xBIWf',$,$,$,(#1253),#14120); -#14120= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D5\X0\','\X2\5F01304C81EA52D5\X0\(TRUE)\X2\306764CD4F5C3055308C308B304B624B52D5\X0\(FALSE)\X2\306764CD4F5C3055308C308B304B306E8868793A\X0\','ja-JP',$); +#6777= IFCRELASSOCIATESLIBRARY('0_QDvi5CL7IOmOEI7MLMQ6',$,$,$,(#1236),#14120); +#14120= IFCLIBRARYREFERENCE($,$,'Interior Roughness Coefficient',$,'en',$); -#6782= IFCRELASSOCIATESLIBRARY('1OiTts3br0FQ4YZod1O1V3',$,$,$,(#1254),#14121); -#14121= IFCLIBRARYREFERENCE($,$,'Is Automatic Flush',$,'en',$); +#6778= IFCRELASSOCIATESLIBRARY('0rypCdJ7L189ag3pK0nA$C',$,$,$,(#1236),#14121); +#14121= IFCLIBRARYREFERENCE($,$,'\X2\518590E87C975EA64FC26570\X0\','\X2\914D7BA190E8306E518590E87C975EA64FC26570\X0\','ja-JP',$); -#6783= IFCRELASSOCIATESLIBRARY('20sBzLiY563AapkYfZinsI',$,$,$,(#1254),#14122); -#14122= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D530D530E930C330B730E5304B\X0\','\X2\8CAF6C3430BF30F330AF306F30014F7F75285F8C306B81EA52D57684307E305F306F5B9A671F7684306B6D176D443059308B58345408FF08\X0\TRUE\X2\FF093001624B52D530676D176D443059308B58345408FF08\X0\FALSE\X2\FF09309230D630FC30EA30A230F35024306763075B9A3059308B3002\X0\','ja-JP',$); +#6779= IFCRELASSOCIATESLIBRARY('0IGHfQpZrCnuJ8xR3NwPWL',$,$,$,(#1237),#14122); +#14122= IFCLIBRARYREFERENCE($,$,'Interior Roughness Coefficient',$,'en',$); -#6784= IFCRELASSOCIATESLIBRARY('3JG9bGQAX6i9p7Vx4TH30b',$,$,$,(#1256),#14123); -#14123= IFCLIBRARYREFERENCE($,$,'Is Built In',$,'en',$); +#6780= IFCRELASSOCIATESLIBRARY('37rkTr$519ShjBhfxndTSh',$,$,$,(#1237),#14123); +#14123= IFCLIBRARYREFERENCE($,$,'\X2\518597627C9730554FC26570\X0\','\X2\30C030AF30C87D99624B67506599306E518597627C973055\X0\','ja-JP',$); -#6785= IFCRELASSOCIATESLIBRARY('2myjBq5UzA1P7M4sEpYwoC',$,$,$,(#1257),#14124); -#14124= IFCLIBRARYREFERENCE($,$,'German-name-9','German-description-9','de-DE',$); +#6781= IFCRELASSOCIATESLIBRARY('23Ccmt4Nf0n9Hl1_0p0k5t',$,$,$,(#1238),#14124); +#14124= IFCLIBRARYREFERENCE($,$,'Intermittent',$,'en',$); -#6786= IFCRELASSOCIATESLIBRARY('16$pozcaP6Rf79bRQZlXxj',$,$,$,(#1257),#14125); -#14125= IFCLIBRARYREFERENCE($,$,'Is Coated',$,'en',$); +#6783= IFCRELASSOCIATESLIBRARY('2GFt2mHAvFk8FRAspbK1SW',$,$,$,(#1239),#14125); +#14125= IFCLIBRARYREFERENCE($,$,'Internal Control',$,'en',$); -#6787= IFCRELASSOCIATESLIBRARY('1l3vxz3OjF1xraxjvC0lUL',$,$,$,(#1257),#14126); -#14126= IFCLIBRARYREFERENCE($,$,'VitrageTraite','Indique si le verre a subi un traitement de surface (VRAI) ou non (FAUX).','fr-FR',$); +#6784= IFCRELASSOCIATESLIBRARY('3Qdpw1QEP5GeBTiBrmDetE',$,$,$,(#1239),#14126); +#14126= IFCLIBRARYREFERENCE($,$,'\X2\518590E852365FA1\X0\','\X2\518590E88ABF6574306E52365FA1\X0\','ja-JP',$); -#6788= IFCRELASSOCIATESLIBRARY('1fJo0Gc_jDq9KWxPlUtgAp',$,$,$,(#1257),#14127); -#14127= IFCLIBRARYREFERENCE($,$,'\X2\30B330FC30C630A330F330B0\X0\','\X2\30AC30E930B9304C30B330FC30C630A330F330B03055308C3044308B304BFF08\X0\TRUE\X2\FF095426304BFF08\X0\FALSE\X2\FF09793A30593002\X0\','ja-JP',$); +#6785= IFCRELASSOCIATESLIBRARY('3ZtweeN1jF4vxAZfT89_Tq',$,$,$,(#1240),#14127); +#14127= IFCLIBRARYREFERENCE($,$,'Internal Refrigerant Volume',$,'en',$); -#6789= IFCRELASSOCIATESLIBRARY('3Ukscxu_L6dwBpzHZHxBkQ',$,$,$,(#1257),#14128); -#14128= IFCLIBRARYREFERENCE($,$,'\X2\662F54269540819C\X0\','\X2\8868793A73BB7483662F54265177670967D079CD6750659976849540819C3002\X0\','zh-CN',$); +#6786= IFCRELASSOCIATESLIBRARY('3FnRZwrQb1yR$bMzuUSkRD',$,$,$,(#1240),#14128); +#14128= IFCLIBRARYREFERENCE($,$,'\X2\518590E851B75A925BB97A4D\X0\','\X2\84B8767A5668FF0851B75A925074FF09306E518590E85BB97A4D\X0\','ja-JP',$); -#6790= IFCRELASSOCIATESLIBRARY('3qolNntg53wR0_6DnPm6ox',$,$,$,(#1261),#14129); -#14129= IFCLIBRARYREFERENCE($,$,'Is Current Tolerance Positive Only',$,'en',$); +#6787= IFCRELASSOCIATESLIBRARY('07MEcP8bH6$Rn22PE0BZtg',$,$,$,(#1241),#14129); +#14129= IFCLIBRARYREFERENCE($,$,'Internal Refrigerant Volume',$,'en',$); -#6791= IFCRELASSOCIATESLIBRARY('2rQiESm6f7MuwD36ELGCz4',$,$,$,(#1261),#14130); -#14130= IFCLIBRARYREFERENCE($,$,'\X2\96FB6D418A315BB95024\X0\','\X2\8A315BB996FB6D419650754C\X0\1\X2\306E5024306E307F304B30693046304B\X0\\X\0D\X\0A \X2\4E0A8A183067306A304458345408300196FB6D418A315BB95024306F30D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); +#6788= IFCRELASSOCIATESLIBRARY('385lGZoOfCOuMwOophd22p',$,$,$,(#1242),#14130); +#14130= IFCLIBRARYREFERENCE($,$,'Internal Surface Area',$,'en',$); -#6792= IFCRELASSOCIATESLIBRARY('1ZVUfvo791IxjpM6VqZErW',$,$,$,(#1261),#14131); -#14131= IFCLIBRARYREFERENCE($,$,'\X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12\X0\','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ \X2\AC12\X0\ 1 \X2\B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\, \X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12C740\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); +#6789= IFCRELASSOCIATESLIBRARY('20Q2hSSdfClvzY3T0bNXlq',$,$,$,(#1242),#14131); +#14131= IFCLIBRARYREFERENCE($,$,'\X2\5185886897627A4D\X0\','\X2\518590E8886897627A4D\X0\','ja-JP',$); -#6793= IFCRELASSOCIATESLIBRARY('3OrtUpcLT09BbQKLYf4A9k',$,$,$,(#1262),#14132); -#14132= IFCLIBRARYREFERENCE($,$,'Is Current Tolerance Positive Only',$,'en',$); +#6790= IFCRELASSOCIATESLIBRARY('2KwA3rXbDFlQNq5WgggHMY',$,$,$,(#1243),#14132); +#14132= IFCLIBRARYREFERENCE($,$,'Internal Surface Area',$,'en',$); -#6794= IFCRELASSOCIATESLIBRARY('2agRfVcPH6jPbZXmMkaOZO',$,$,$,(#1262),#14133); -#14133= IFCLIBRARYREFERENCE($,$,'\X2\96FB6D418A315BB95024\X0\','\X2\8A315BB996FB6D419650754C\X0\1\X2\306E5024306E307F304B30693046304B\X0\\X\0D\X\0A \X2\4E0A8A183067306A304458345408300196FB6D418A315BB95024306F30D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); +#6791= IFCRELASSOCIATESLIBRARY('1$q1izx5z2_Raaml7kao1B',$,$,$,(#1244),#14133); +#14133= IFCLIBRARYREFERENCE($,$,'Internal Water Volume',$,'en',$); -#6795= IFCRELASSOCIATESLIBRARY('1yE7A$yjL5XvT_LA$iCt$W',$,$,$,(#1262),#14134); -#14134= IFCLIBRARYREFERENCE($,$,'\X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12\X0\','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ \X2\AC12\X0\ 1 \X2\B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\, \X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12C740\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); +#6792= IFCRELASSOCIATESLIBRARY('0vO8EOXgn0QvxXrytYfJTe',$,$,$,(#1244),#14134); +#14134= IFCLIBRARYREFERENCE($,$,'\X2\518590E86C345BB97A4D\X0\','\X2\84B8767A5668FF086C345074FF09306E518590E85BB97A4D\X0\','ja-JP',$); -#6796= IFCRELASSOCIATESLIBRARY('3nlnZtUTb5BfsvacUd0EkB',$,$,$,(#1263),#14135); -#14135= IFCLIBRARYREFERENCE($,$,'Is Current Tolerance Positive Only',$,'en',$); +#6793= IFCRELASSOCIATESLIBRARY('2x6KptWrbFmuXciIw0JwWa',$,$,$,(#1245),#14135); +#14135= IFCLIBRARYREFERENCE($,$,'Internal Water Volume',$,'en',$); -#6797= IFCRELASSOCIATESLIBRARY('1iMqC_reHA0eaygMUPKXXe',$,$,$,(#1263),#14136); -#14136= IFCLIBRARYREFERENCE($,$,'\X2\96FB6D418A315BB95024\X0\','\X2\8A315BB996FB6D419650754C\X0\1\X2\306E5024306E307F304B30693046304B\X0\\X\0D\X\0A \X2\4E0A8A183067306A304458345408300196FB6D418A315BB95024306F30D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); +#6794= IFCRELASSOCIATESLIBRARY('3R5NcDv5f0veJJS2insFIt',$,$,$,(#1246),#14136); +#14136= IFCLIBRARYREFERENCE($,$,'Internal Width',$,'en',$); -#6798= IFCRELASSOCIATESLIBRARY('3tG48PQBv0FQ0UJjrFA0Hu',$,$,$,(#1263),#14137); -#14137= IFCLIBRARYREFERENCE($,$,'\X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12\X0\','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ \X2\AC12\X0\ 1 \X2\B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\, \X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12C740\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); +#6795= IFCRELASSOCIATESLIBRARY('26NfRBqLX60vHYkjCWeZ5P',$,$,$,(#1246),#14137); +#14137= IFCLIBRARYREFERENCE($,$,'\X2\51855E45\X0\','\X2\66976E207BA1306E51855E45\X0\','ja-JP',$); -#6799= IFCRELASSOCIATESLIBRARY('26Zl6DmoDB$B2TGMwK$0nb',$,$,$,(#1268),#14138); -#14138= IFCLIBRARYREFERENCE($,$,'Isentropic Efficiency',$,'en',$); +#6796= IFCRELASSOCIATESLIBRARY('24SjUyHzv8vhh6KvbTyr4V',$,$,$,(#1248),#14138); +#14138= IFCLIBRARYREFERENCE($,$,'In Use Conditions',$,'en',$); -#6800= IFCRELASSOCIATESLIBRARY('3DEmT7vKX5r8w8CTSMv4cU',$,$,$,(#1268),#14139); -#14139= IFCLIBRARYREFERENCE($,$,'RendementIsentropique','Rapport entre le travail requis pour une compression isentropique du gaz et le travail fourni \S\` l''arbre du compresseur.','fr-FR',$); +#6797= IFCRELASSOCIATESLIBRARY('325xH4QrDA0gAqDHVxjHEw',$,$,$,(#1249),#14139); +#14139= IFCLIBRARYREFERENCE($,$,'Invert Elevation',$,'en',$); -#6801= IFCRELASSOCIATESLIBRARY('0FRdNqlwD3LOz2i5kkcUWK',$,$,$,(#1270),#14140); -#14140= IFCLIBRARYREFERENCE($,$,'Is Extended Warranty',$,'en',$); +#6798= IFCRELASSOCIATESLIBRARY('0BeIq838P4xxb53vrCJciu',$,$,$,(#1250),#14140); +#14140= IFCLIBRARYREFERENCE($,$,'Invert Level',$,'en',$); -#6802= IFCRELASSOCIATESLIBRARY('2coafomM9ANgW0bgs3sS5_',$,$,$,(#1271),#14141); -#14141= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6799= IFCRELASSOCIATESLIBRARY('0XNIWyvETAwAfuGn9s0onE',$,$,$,(#1250),#14141); +#14141= IFCLIBRARYREFERENCE($,$,'\X2\670059276DF13055\X0\','\X2\65AD9762306E670030824F4E304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); -#6803= IFCRELASSOCIATESLIBRARY('39_vL$vfvA5AnmoPCKas47',$,$,$,(#1271),#14142); -#14142= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6800= IFCRELASSOCIATESLIBRARY('1z0JN9XoLBiwB26LKbNO_k',$,$,$,(#1250),#14142); +#14142= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\AE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B0AEC740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1C5D0C11C\X0\)','ko-KR',$); -#6804= IFCRELASSOCIATESLIBRARY('3JlLXI9j9BbgqRZr13MF$a',$,$,$,(#1271),#14143); -#14143= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6801= IFCRELASSOCIATESLIBRARY('33AGnCANfAmAxGYT6rYEc0',$,$,$,(#1251),#14143); +#14143= IFCLIBRARYREFERENCE($,$,'Invert Level',$,'en',$); -#6805= IFCRELASSOCIATESLIBRARY('0hor$kWzb3aep4FWFuKPyE',$,$,$,(#1271),#14144); -#14144= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6802= IFCRELASSOCIATESLIBRARY('3wRj0$KIj3VRE477QwWNGI',$,$,$,(#1251),#14144); +#14144= IFCLIBRARYREFERENCE($,$,'\X2\670059276DF13055\X0\','\X2\65AD9762306E670030824F4E304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); -#6806= IFCRELASSOCIATESLIBRARY('32YxN8v3vCEgAPlQmiK8YR',$,$,$,(#1271),#14145); -#14145= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); +#6803= IFCRELASSOCIATESLIBRARY('1q712kPvHCjh_iF57UeU2_',$,$,$,(#1251),#14145); +#14145= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\AE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B0AEC740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1\X0\)','ko-KR',$); -#6807= IFCRELASSOCIATESLIBRARY('2zgQ9DPvX1r9UeZSExdITm',$,$,$,(#1272),#14146); -#14146= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6804= IFCRELASSOCIATESLIBRARY('1SnnGPNVX8pvlZe6gDd3kH',$,$,$,(#1252),#14146); +#14146= IFCLIBRARYREFERENCE($,$,'Invert Level',$,'en',$); -#6808= IFCRELASSOCIATESLIBRARY('0EiVNeDCzFl8hRQlkfqb8U',$,$,$,(#1272),#14147); -#14147= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6805= IFCRELASSOCIATESLIBRARY('2MYDm9_91FyAbCBaGVruqO',$,$,$,(#1252),#14147); +#14147= IFCLIBRARYREFERENCE($,$,'\X2\670059276DF13055\X0\','\X2\65AD9762306E670030824F4E304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); -#6809= IFCRELASSOCIATESLIBRARY('3jBAV4ZxX8shD2Ekdf2bmY',$,$,$,(#1272),#14148); -#14148= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6806= IFCRELASSOCIATESLIBRARY('1kgqXAmsz3Wh$y7VS3Vv8v',$,$,$,(#1252),#14148); +#14148= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\AE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B0AEC740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1C5D0C11C\X0\)','ko-KR',$); -#6810= IFCRELASSOCIATESLIBRARY('0J7eaYVOz4uguSjXZdWcj5',$,$,$,(#1272),#14149); -#14149= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6807= IFCRELASSOCIATESLIBRARY('0m$1k8gTrATRf$_qzVTP3n',$,$,$,(#1253),#14149); +#14149= IFCLIBRARYREFERENCE($,$,'Invert Level',$,'en',$); -#6811= IFCRELASSOCIATESLIBRARY('0RSOrlMgX5sR72jqoqLSIo',$,$,$,(#1272),#14150); -#14150= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); +#6808= IFCRELASSOCIATESLIBRARY('3lY7pgvHf4Zg9YPClNFKYV',$,$,$,(#1253),#14150); +#14150= IFCLIBRARYREFERENCE($,$,'\X2\670059276DF13055\X0\','\X2\65AD9762306E670030824F4E304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); -#6812= IFCRELASSOCIATESLIBRARY('3XDBrHYFb86B69uW6$8MCP',$,$,$,(#1273),#14151); -#14151= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6809= IFCRELASSOCIATESLIBRARY('0a1IwaNa58DOWZlogNAtL$',$,$,$,(#1253),#14151); +#14151= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\AE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B0AEC740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1C5D0C11C\X0\)','ko-KR',$); -#6813= IFCRELASSOCIATESLIBRARY('2lIBWARZ1FYhpNt7FFTMjS',$,$,$,(#1273),#14152); -#14152= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6810= IFCRELASSOCIATESLIBRARY('3n_Jxzir5F2hGMIHJffVVe',$,$,$,(#1254),#14152); +#14152= IFCLIBRARYREFERENCE($,$,'IP_ Code',$,'en',$); -#6814= IFCRELASSOCIATESLIBRARY('2mniLlJdf43wxcREgrIYzf',$,$,$,(#1273),#14153); -#14153= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6811= IFCRELASSOCIATESLIBRARY('25zeH0pD501hjfFiWf3Exu',$,$,$,(#1255),#14153); +#14153= IFCLIBRARYREFERENCE($,$,'IP_ Code',$,'en',$); -#6815= IFCRELASSOCIATESLIBRARY('3xE5LFpYXFTxkz6uV5_aUw',$,$,$,(#1274),#14154); -#14154= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6812= IFCRELASSOCIATESLIBRARY('1zQPq7DHv1uf$EiBW3oYqx',$,$,$,(#1255),#14154); +#14154= IFCLIBRARYREFERENCE($,$,'\X2\6A5F5BC6602730A830F330AF30ED30FC30B830E37B497D1A\X0\','\X2\30A830F330AF30ED30FC30B830E3306B3088308B56FD969B4FDD8B777B497D1AFF08\X0\IP\X2\30B330FC30C9FF093002\X0\','ja-JP',$); -#6816= IFCRELASSOCIATESLIBRARY('3tYNi5kVv7FO0NfRhmuHN6',$,$,$,(#1274),#14155); -#14155= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6813= IFCRELASSOCIATESLIBRARY('1r$z$$ixvBHv0l4BiRy_MX',$,$,$,(#1255),#14155); +#14155= IFCLIBRARYREFERENCE($,$,'\X2\AE30BC00C131\X0\ \X2\C778D074B85CC800\X0\ \X2\B4F1AE09\X0\','\X2\C778D074B85CC800C5D0\X0\ \X2\C758D55C\X0\ \X2\AD6DC81C\X0\ \X2\BCF4D638\X0\ \X2\B4F1AE09\X0\ (IP \X2\CF54B4DC\X0\).','ko-KR',$); -#6817= IFCRELASSOCIATESLIBRARY('2ZwtBJtI90IxVB$7fdeJGl',$,$,$,(#1274),#14156); -#14156= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6814= IFCRELASSOCIATESLIBRARY('0BDod4TpL7_RQS8pg_AfUp',$,$,$,(#1260),#14156); +#14156= IFCLIBRARYREFERENCE($,$,'Is Aisle',$,'en',$); -#6818= IFCRELASSOCIATESLIBRARY('2MN4pQQCPDs8bU6x7iuKvw',$,$,$,(#1274),#14157); -#14157= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6815= IFCRELASSOCIATESLIBRARY('3$c3TBih5CbgY861gfidlB',$,$,$,(#1260),#14157); +#14157= IFCLIBRARYREFERENCE($,$,'NombreUnites','Indique si cette zone du parking, comme une all\S\ie, est r\S\iserv\S\ie \S\` l''acc\S\hs (VRAI) ou non (FAUX).','fr-FR',$); -#6819= IFCRELASSOCIATESLIBRARY('1VlW1mL2bFOQb0Etzx3rZb',$,$,$,(#1274),#14158); -#14158= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); +#6816= IFCRELASSOCIATESLIBRARY('2AiMWJpJn6xvRWSpg$FTUJ',$,$,$,(#1260),#14158); +#14158= IFCLIBRARYREFERENCE($,$,'\X2\901A8DEF304B99D08ECA30B930DA30FC30B9306E52245225\X0\','\X2\99D08ECA5834306E901A8DEF90E85206\X0\(TRUE)\X2\304B99D08ECA90E890E85206\X0\(FALSE)\X2\304B3092793A305930D530E930B03002\X0\','ja-JP',$); -#6820= IFCRELASSOCIATESLIBRARY('3aIEohqfn9zeALc7WpidDZ',$,$,$,(#1275),#14159); -#14159= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6817= IFCRELASSOCIATESLIBRARY('333TgH65HAaRsNBc81ADgu',$,$,$,(#1263),#14159); +#14159= IFCLIBRARYREFERENCE($,$,'Is Automatic',$,'en',$); -#6821= IFCRELASSOCIATESLIBRARY('2VnWDYCXv4Eudh1w9ZoMiG',$,$,$,(#1275),#14160); -#14160= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6818= IFCRELASSOCIATESLIBRARY('2WQPkXzxP1tAcyRsdNjEwE',$,$,$,(#1263),#14160); +#14160= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D5\X0\','\X2\5F01304C81EA52D5\X0\(TRUE)\X2\306764CD4F5C3055308C308B304B624B52D5\X0\(FALSE)\X2\306764CD4F5C3055308C308B304B306E8868793A\X0\','ja-JP',$); -#6822= IFCRELASSOCIATESLIBRARY('2dZGAETZ50auKHy6IMtH0x',$,$,$,(#1275),#14161); -#14161= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6819= IFCRELASSOCIATESLIBRARY('3z9$rG8R513xi7NAbbc_mw',$,$,$,(#1264),#14161); +#14161= IFCLIBRARYREFERENCE($,$,'Is Automatic Flush',$,'en',$); -#6823= IFCRELASSOCIATESLIBRARY('27kFi6_IDCIf23D5E_jkAN',$,$,$,(#1275),#14162); -#14162= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6820= IFCRELASSOCIATESLIBRARY('0fbBh7Vbn8Z86Nk0B5ypzj',$,$,$,(#1264),#14162); +#14162= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D530D530E930C330B730E5304B\X0\','\X2\8CAF6C3430BF30F330AF306F30014F7F75285F8C306B81EA52D57684307E305F306F5B9A671F7684306B6D176D443059308B58345408FF08\X0\TRUE\X2\FF093001624B52D530676D176D443059308B58345408FF08\X0\FALSE\X2\FF09309230D630FC30EA30A230F35024306763075B9A3059308B3002\X0\','ja-JP',$); -#6824= IFCRELASSOCIATESLIBRARY('06b0Dk8Gr5mQrHmHCNljBW',$,$,$,(#1275),#14163); -#14163= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); +#6821= IFCRELASSOCIATESLIBRARY('2_Yb0k3B97Ffzs7hj5yNDZ',$,$,$,(#1266),#14163); +#14163= IFCLIBRARYREFERENCE($,$,'Is Built In',$,'en',$); -#6825= IFCRELASSOCIATESLIBRARY('0F76GC1hLE_hppBwOJgmPv',$,$,$,(#1276),#14164); -#14164= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6822= IFCRELASSOCIATESLIBRARY('3iR9Sn2D5EIPqfDshSs2Mz',$,$,$,(#1267),#14164); +#14164= IFCLIBRARYREFERENCE($,$,'German-name-9','German-description-9','de-DE',$); -#6826= IFCRELASSOCIATESLIBRARY('1jGhjN76rC6gQZeqwenTru',$,$,$,(#1276),#14165); -#14165= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6823= IFCRELASSOCIATESLIBRARY('1polkcsIP6uO3JeRbd$8TR',$,$,$,(#1267),#14165); +#14165= IFCLIBRARYREFERENCE($,$,'Is Coated',$,'en',$); -#6827= IFCRELASSOCIATESLIBRARY('0FoBlRSCv3bfTIGlGlGRWC',$,$,$,(#1276),#14166); -#14166= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6824= IFCRELASSOCIATESLIBRARY('2$9mFUoe1AmBzFLL2s08Vh',$,$,$,(#1267),#14166); +#14166= IFCLIBRARYREFERENCE($,$,'VitrageTraite','Indique si le verre a subi un traitement de surface (VRAI) ou non (FAUX).','fr-FR',$); -#6828= IFCRELASSOCIATESLIBRARY('1OfOnGXCLF2QS0My_hTEci',$,$,$,(#1276),#14167); -#14167= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\3053306E89817D20304C591690E8306B752830443089308C308B304BFF08\X0\TRUE\X2\FF0930015426304BFF08\X0\FALSE\X2\FF093092793A30593002FF08\X0\TRUE)\X2\306E5834540830013053308C306F591690E889817D20306730015EFA7269306E591690E8306B9762305730663044308B3002\X0\','ja-JP',$); +#6825= IFCRELASSOCIATESLIBRARY('3G47A7Sxv77frRVT4oMFZm',$,$,$,(#1267),#14167); +#14167= IFCLIBRARYREFERENCE($,$,'\X2\30B330FC30C630A330F330B0\X0\','\X2\30AC30E930B9304C30B330FC30C630A330F330B03055308C3044308B304BFF08\X0\TRUE\X2\FF095426304BFF08\X0\FALSE\X2\FF09793A30593002\X0\','ja-JP',$); -#6829= IFCRELASSOCIATESLIBRARY('3dRW6qvvvBQhw1NwgpxD7b',$,$,$,(#1276),#14168); -#14168= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); +#6826= IFCRELASSOCIATESLIBRARY('3ukSRTkJ13AR5u62eb$goj',$,$,$,(#1267),#14168); +#14168= IFCLIBRARYREFERENCE($,$,'\X2\662F54269540819C\X0\','\X2\8868793A73BB7483662F54265177670967D079CD6750659976849540819C3002\X0\','zh-CN',$); -#6830= IFCRELASSOCIATESLIBRARY('3wyx0eIEr2RBS1o7cSZ1xv',$,$,$,(#1277),#14169); -#14169= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6827= IFCRELASSOCIATESLIBRARY('3j$4qMmCTDzxqtCf7isXUx',$,$,$,(#1271),#14169); +#14169= IFCLIBRARYREFERENCE($,$,'Is Current Tolerance Positive Only',$,'en',$); -#6831= IFCRELASSOCIATESLIBRARY('1fTMSpxiz02OwP_RScXID0',$,$,$,(#1277),#14170); -#14170= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6828= IFCRELASSOCIATESLIBRARY('1kluL0N3j1ueUpPpDsnMGc',$,$,$,(#1271),#14170); +#14170= IFCLIBRARYREFERENCE($,$,'\X2\96FB6D418A315BB95024\X0\','\X2\8A315BB996FB6D419650754C\X0\1\X2\306E5024306E307F304B30693046304B\X0\\X\0D\X\0A \X2\4E0A8A183067306A304458345408300196FB6D418A315BB95024306F30D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); -#6832= IFCRELASSOCIATESLIBRARY('0lahyta_X8p8Be0I7tV0Iu',$,$,$,(#1277),#14171); -#14171= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6829= IFCRELASSOCIATESLIBRARY('1av8Jby7X07e_u7_IL2X3n',$,$,$,(#1271),#14171); +#14171= IFCLIBRARYREFERENCE($,$,'\X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12\X0\','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ \X2\AC12\X0\ 1 \X2\B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\, \X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12C740\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); -#6833= IFCRELASSOCIATESLIBRARY('1Kt91E5Hn8r8wyWetUMzND',$,$,$,(#1277),#14172); -#14172= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6830= IFCRELASSOCIATESLIBRARY('0Fj63$biTBweq01s$93EEY',$,$,$,(#1272),#14172); +#14172= IFCLIBRARYREFERENCE($,$,'Is Current Tolerance Positive Only',$,'en',$); -#6834= IFCRELASSOCIATESLIBRARY('27_X2pNgP2fOZU6vfyZD$g',$,$,$,(#1277),#14173); -#14173= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); +#6831= IFCRELASSOCIATESLIBRARY('2zLGjL5h108eu5YTm_P8Fe',$,$,$,(#1272),#14173); +#14173= IFCLIBRARYREFERENCE($,$,'\X2\96FB6D418A315BB95024\X0\','\X2\8A315BB996FB6D419650754C\X0\1\X2\306E5024306E307F304B30693046304B\X0\\X\0D\X\0A \X2\4E0A8A183067306A304458345408300196FB6D418A315BB95024306F30D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); -#6835= IFCRELASSOCIATESLIBRARY('0CIRK6Lf527PcwApPmkQ17',$,$,$,(#1279),#14174); -#14174= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6832= IFCRELASSOCIATESLIBRARY('3lyEJ4hwv12uY3gBE84Mho',$,$,$,(#1272),#14174); +#14174= IFCLIBRARYREFERENCE($,$,'\X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12\X0\','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ \X2\AC12\X0\ 1 \X2\B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\, \X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12C740\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); -#6836= IFCRELASSOCIATESLIBRARY('0VDgHSxb1ELf$CE3CQYcDm',$,$,$,(#1279),#14175); -#14175= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6833= IFCRELASSOCIATESLIBRARY('0O7gKvTZ9CseXNMga93wSU',$,$,$,(#1273),#14175); +#14175= IFCLIBRARYREFERENCE($,$,'Is Current Tolerance Positive Only',$,'en',$); -#6837= IFCRELASSOCIATESLIBRARY('3tDpSSiSb9Uh3isqxA$vzD',$,$,$,(#1279),#14176); -#14176= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6834= IFCRELASSOCIATESLIBRARY('3A4eMid1j2DgBRoWwESxzA',$,$,$,(#1273),#14176); +#14176= IFCLIBRARYREFERENCE($,$,'\X2\96FB6D418A315BB95024\X0\','\X2\8A315BB996FB6D419650754C\X0\1\X2\306E5024306E307F304B30693046304B\X0\\X\0D\X\0A \X2\4E0A8A183067306A304458345408300196FB6D418A315BB95024306F30D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); -#6838= IFCRELASSOCIATESLIBRARY('3Ah2MIJI55FOCAaGLt_9cr',$,$,$,(#1279),#14177); -#14177= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6835= IFCRELASSOCIATESLIBRARY('3ft$q6KaT7ExfRHXofs5RT',$,$,$,(#1273),#14177); +#14177= IFCLIBRARYREFERENCE($,$,'\X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12\X0\','\X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ \X2\AC12\X0\ 1 \X2\B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\, \X2\C804B958\X0\ \X2\D5C8C6A9\X0\ \X2\AC12C740\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); -#6839= IFCRELASSOCIATESLIBRARY('3tipCJtrT7zfQ7MSSF2dwt',$,$,$,(#1279),#14178); -#14178= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); +#6836= IFCRELASSOCIATESLIBRARY('2rSD3wYTXEYOtTypLv8FWe',$,$,$,(#1278),#14178); +#14178= IFCLIBRARYREFERENCE($,$,'Isentropic Efficiency',$,'en',$); -#6840= IFCRELASSOCIATESLIBRARY('2$7$_6D6TFUhG8cHhXxWiT',$,$,$,(#1280),#14179); -#14179= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieser Bekleidung eine Au\S\_enbekleidung ist (JA) oder ein Innenbekleidung (NEIN).','de-DE',$); +#6837= IFCRELASSOCIATESLIBRARY('19olZTQijEqw401bfZoXFL',$,$,$,(#1278),#14179); +#14179= IFCLIBRARYREFERENCE($,$,'RendementIsentropique','Rapport entre le travail requis pour une compression isentropique du gaz et le travail fourni \S\` l''arbre du compresseur.','fr-FR',$); -#6841= IFCRELASSOCIATESLIBRARY('0P5DMELVXA3gkqjGAqNtHs',$,$,$,(#1280),#14180); -#14180= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6838= IFCRELASSOCIATESLIBRARY('0mBuRhdmT4TAzXVd92pdBh',$,$,$,(#1280),#14180); +#14180= IFCLIBRARYREFERENCE($,$,'Is Extended Warranty',$,'en',$); -#6842= IFCRELASSOCIATESLIBRARY('20D01wGh979hgajaPi33sv',$,$,$,(#1280),#14181); -#14181= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6839= IFCRELASSOCIATESLIBRARY('0r4R3DLM9BHw_RpF$6xofp',$,$,$,(#1281),#14181); +#14181= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6843= IFCRELASSOCIATESLIBRARY('3F5BJP3X192OCv1JkSMTkn',$,$,$,(#1280),#14182); -#14182= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6840= IFCRELASSOCIATESLIBRARY('1qA6lcab94780D1BkE9o3G',$,$,$,(#1281),#14182); +#14182= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6844= IFCRELASSOCIATESLIBRARY('25q6RiX756JuxecYiUMgOa',$,$,$,(#1280),#14183); -#14183= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); +#6841= IFCRELASSOCIATESLIBRARY('3Ggs1Dkj1AAOiFsJaptwj2',$,$,$,(#1281),#14183); +#14183= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6845= IFCRELASSOCIATESLIBRARY('2ky$cin018OPTv0C0lORuU',$,$,$,(#1281),#14184); -#14184= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6842= IFCRELASSOCIATESLIBRARY('1lJPBCiNv7Se7pVu$Zqt$s',$,$,$,(#1281),#14184); +#14184= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6846= IFCRELASSOCIATESLIBRARY('2TtIaS5E10UR9FQA43U9mR',$,$,$,(#1281),#14185); -#14185= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6843= IFCRELASSOCIATESLIBRARY('2E0wjrLcr8jRCE4CIpFalx',$,$,$,(#1281),#14185); +#14185= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); -#6847= IFCRELASSOCIATESLIBRARY('3oqCYy$p1DO9Sg$EDlBRmi',$,$,$,(#1281),#14186); -#14186= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6844= IFCRELASSOCIATESLIBRARY('2T41ljY997m91$RBsGS0_T',$,$,$,(#1282),#14186); +#14186= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6848= IFCRELASSOCIATESLIBRARY('07EEwfvIn1vgkwKr1CQp0p',$,$,$,(#1281),#14187); -#14187= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6845= IFCRELASSOCIATESLIBRARY('0jGhPbBDXC9Akq7FHh7ZnS',$,$,$,(#1282),#14187); +#14187= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6849= IFCRELASSOCIATESLIBRARY('30Am8OFpv7xfvckTtknMM6',$,$,$,(#1282),#14188); -#14188= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6846= IFCRELASSOCIATESLIBRARY('1LyCr0Zd55ygUUw4uM8n9Y',$,$,$,(#1282),#14188); +#14188= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6850= IFCRELASSOCIATESLIBRARY('2s_BqyBDv2xgCJzmZPSqcS',$,$,$,(#1282),#14189); -#14189= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6847= IFCRELASSOCIATESLIBRARY('1v5WQp4dHCxONv2Fzxw5oN',$,$,$,(#1282),#14189); +#14189= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6851= IFCRELASSOCIATESLIBRARY('0DVuJ$ce56ERlb6x3Iu3qh',$,$,$,(#1282),#14190); -#14190= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6848= IFCRELASSOCIATESLIBRARY('151CgIx5n84uhroQkvDKat',$,$,$,(#1282),#14190); +#14190= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); -#6852= IFCRELASSOCIATESLIBRARY('1yy$xy4xjE9BcJxVvt8oHw',$,$,$,(#1282),#14191); -#14191= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6849= IFCRELASSOCIATESLIBRARY('3L7DEm12X1sQbZgUzIUcDY',$,$,$,(#1283),#14191); +#14191= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6853= IFCRELASSOCIATESLIBRARY('2JGUgzgQT5U91VvJo9TYfX',$,$,$,(#1282),#14192); -#14192= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); +#6850= IFCRELASSOCIATESLIBRARY('0$bqkpb35BS82V$M6RE9be',$,$,$,(#1283),#14192); +#14192= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6854= IFCRELASSOCIATESLIBRARY('1Dol03RTn0xBRJv9AnHXJi',$,$,$,(#1283),#14193); -#14193= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6851= IFCRELASSOCIATESLIBRARY('14rNv6L1956RJz5EyKKAet',$,$,$,(#1283),#14193); +#14193= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6855= IFCRELASSOCIATESLIBRARY('15hL2uIvX6nfEzEgQxTXXj',$,$,$,(#1283),#14194); -#14194= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6852= IFCRELASSOCIATESLIBRARY('1osnS3VKbDDeltVYCPM0pt',$,$,$,(#1284),#14194); +#14194= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6856= IFCRELASSOCIATESLIBRARY('3Mv0fkH6v6BPaxzhwSRewm',$,$,$,(#1283),#14195); -#14195= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6853= IFCRELASSOCIATESLIBRARY('36OrrDolj9Ie0tNMSeMH7V',$,$,$,(#1284),#14195); +#14195= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6857= IFCRELASSOCIATESLIBRARY('0j4JPZV751KPKiU53EDo$o',$,$,$,(#1283),#14196); -#14196= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6854= IFCRELASSOCIATESLIBRARY('0Z96riBtXD$QIL1jqPF3nh',$,$,$,(#1284),#14196); +#14196= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6858= IFCRELASSOCIATESLIBRARY('13pqXgyY18HxhxBazoqhX0',$,$,$,(#1283),#14197); -#14197= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); +#6855= IFCRELASSOCIATESLIBRARY('09kLeXikfBUvaLZtfDU6TO',$,$,$,(#1284),#14197); +#14197= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6859= IFCRELASSOCIATESLIBRARY('1E6$2wT9H58vEawzcFSiT0',$,$,$,(#1284),#14198); -#14198= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6856= IFCRELASSOCIATESLIBRARY('1CF1G15C16KAEFc5WX_nuv',$,$,$,(#1284),#14198); +#14198= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); -#6860= IFCRELASSOCIATESLIBRARY('03t$T9EmLF1vuO2pnTIbG_',$,$,$,(#1284),#14199); -#14199= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6857= IFCRELASSOCIATESLIBRARY('2OKCMJkPn7wu4XuoT_w9XW',$,$,$,(#1285),#14199); +#14199= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6861= IFCRELASSOCIATESLIBRARY('02BYkG_5f0IQkiBTqcCO1y',$,$,$,(#1284),#14200); -#14200= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6858= IFCRELASSOCIATESLIBRARY('0K7D_k3GzFKwYZ5E8dkO7h',$,$,$,(#1285),#14200); +#14200= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6862= IFCRELASSOCIATESLIBRARY('3T$hBAiOzFtwub9bvgVpTL',$,$,$,(#1284),#14201); -#14201= IFCLIBRARYREFERENCE($,$,'\X2\591690E8\X0\','\X2\3053306E89817D20304C591690E8306B752830443089308C308B304BFF08\X0\TRUE\X2\FF0930015426304BFF08\X0\FALSE\X2\FF093092793A30593002FF08\X0\TRUE)\X2\306E5834540830013053308C306F591690E889817D20306730015EFA7269306E591690E8306B9762305730663044308B3002\X0\','ja-JP',$); +#6859= IFCRELASSOCIATESLIBRARY('2lskmlyPrF4wob5Uurs6M6',$,$,$,(#1285),#14201); +#14201= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6863= IFCRELASSOCIATESLIBRARY('3XlsOb8795Kfj9IpayKOvR',$,$,$,(#1284),#14202); -#14202= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); +#6860= IFCRELASSOCIATESLIBRARY('0SkBuRwA504QNKZ8H3wEDL',$,$,$,(#1285),#14202); +#14202= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6864= IFCRELASSOCIATESLIBRARY('1ZdcV4n7DEDvGfjRtVey_U',$,$,$,(#1285),#14203); -#14203= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6861= IFCRELASSOCIATESLIBRARY('3M1xbtTjH7t9$ZOz5lE_Ai',$,$,$,(#1285),#14203); +#14203= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); -#6865= IFCRELASSOCIATESLIBRARY('18h5aLzYH0Ww1XBWMUrPXp',$,$,$,(#1285),#14204); -#14204= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6862= IFCRELASSOCIATESLIBRARY('2SQUq5V0b5ox9aMG4hE6hu',$,$,$,(#1286),#14204); +#14204= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6866= IFCRELASSOCIATESLIBRARY('1d1sCdK4v1sgm7ylj2f4MK',$,$,$,(#1285),#14205); -#14205= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6863= IFCRELASSOCIATESLIBRARY('0xQDFUnaD2qBIHgKUV09q3',$,$,$,(#1286),#14205); +#14205= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6867= IFCRELASSOCIATESLIBRARY('0mFCNLI9T7oR7IFUeiHy__',$,$,$,(#1285),#14206); -#14206= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6864= IFCRELASSOCIATESLIBRARY('1BoPSpqCTCqRhPhW$cme1C',$,$,$,(#1286),#14206); +#14206= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6868= IFCRELASSOCIATESLIBRARY('0y8XTWXOz6vhBadjxWqMnp',$,$,$,(#1285),#14207); -#14207= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); +#6865= IFCRELASSOCIATESLIBRARY('3rcR1vMmP6bAlZNEbQaKSR',$,$,$,(#1286),#14207); +#14207= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\3053306E89817D20304C591690E8306B752830443089308C308B304BFF08\X0\TRUE\X2\FF0930015426304BFF08\X0\FALSE\X2\FF093092793A30593002FF08\X0\TRUE)\X2\306E5834540830013053308C306F591690E889817D20306730015EFA7269306E591690E8306B9762305730663044308B3002\X0\','ja-JP',$); -#6869= IFCRELASSOCIATESLIBRARY('3oo8qdyvT1uuCVwKF4uncT',$,$,$,(#1286),#14208); -#14208= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6866= IFCRELASSOCIATESLIBRARY('0f$fTg0RHAJwZ0wV64GALK',$,$,$,(#1286),#14208); +#14208= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); -#6870= IFCRELASSOCIATESLIBRARY('2jSPZIh6z7lQL6eg2NDGzF',$,$,$,(#1286),#14209); -#14209= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6867= IFCRELASSOCIATESLIBRARY('02KPn$ROf39gxSfkOqaM$B',$,$,$,(#1287),#14209); +#14209= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6871= IFCRELASSOCIATESLIBRARY('04e6Za9Ub4HeCKSLTT1Qxp',$,$,$,(#1286),#14210); -#14210= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6868= IFCRELASSOCIATESLIBRARY('1euL7fX313bRV7Pbd5ALJq',$,$,$,(#1287),#14210); +#14210= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6872= IFCRELASSOCIATESLIBRARY('2l$DGx0rD7GAL16zlk7dH8',$,$,$,(#1286),#14211); -#14211= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6869= IFCRELASSOCIATESLIBRARY('1mojZEoxfEehjQS6Od4uNn',$,$,$,(#1287),#14211); +#14211= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6873= IFCRELASSOCIATESLIBRARY('2z7eVGKmjEjBcI6nyEH_ba',$,$,$,(#1286),#14212); -#14212= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); +#6870= IFCRELASSOCIATESLIBRARY('15ikwy6tLCK9Bv7Nnpf3uj',$,$,$,(#1287),#14212); +#14212= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6874= IFCRELASSOCIATESLIBRARY('3PXXI8jw5DjxPkDKRzy9hr',$,$,$,(#1287),#14213); -#14213= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6871= IFCRELASSOCIATESLIBRARY('22upRVmL9FOfCTH8spqENM',$,$,$,(#1287),#14213); +#14213= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); -#6875= IFCRELASSOCIATESLIBRARY('3XUeZH3QL5deKf3sQG7Cle',$,$,$,(#1287),#14214); -#14214= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6872= IFCRELASSOCIATESLIBRARY('1cf5FsFrz0Vet$dGYAEk1a',$,$,$,(#1289),#14214); +#14214= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6876= IFCRELASSOCIATESLIBRARY('1EG2Pfjln29BgB8HPZ$ihd',$,$,$,(#1287),#14215); -#14215= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6873= IFCRELASSOCIATESLIBRARY('3xZ8vZQLXABPRVamIWybZO',$,$,$,(#1289),#14215); +#14215= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6877= IFCRELASSOCIATESLIBRARY('2ktmRSGP9B6hYy_RbxYxNg',$,$,$,(#1287),#14216); -#14216= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6874= IFCRELASSOCIATESLIBRARY('0wX50rOQH03fAmYNRXNpzb',$,$,$,(#1289),#14216); +#14216= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6878= IFCRELASSOCIATESLIBRARY('3qDJ$vqdnA9Ro_UDXwN0tE',$,$,$,(#1287),#14217); -#14217= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); +#6875= IFCRELASSOCIATESLIBRARY('1levZ7fKbCkOd9OMWzjDPI',$,$,$,(#1289),#14217); +#14217= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6879= IFCRELASSOCIATESLIBRARY('1sInX$Nkn7JfNr2QLHYuoe',$,$,$,(#1288),#14218); -#14218= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6876= IFCRELASSOCIATESLIBRARY('1ntGi4yqb7qfJsXyXLPEWZ',$,$,$,(#1289),#14218); +#14218= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); -#6880= IFCRELASSOCIATESLIBRARY('2ZDvONa9b6GuvJjgcaxxHW',$,$,$,(#1288),#14219); -#14219= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6877= IFCRELASSOCIATESLIBRARY('1tJC8pQmP92Ry9gQ5Ld61D',$,$,$,(#1290),#14219); +#14219= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieser Bekleidung eine Au\S\_enbekleidung ist (JA) oder ein Innenbekleidung (NEIN).','de-DE',$); -#6881= IFCRELASSOCIATESLIBRARY('0oht5Z83v2iRfLTCuD1LCL',$,$,$,(#1288),#14220); -#14220= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6878= IFCRELASSOCIATESLIBRARY('18cp686Iz9OwEqtgNQqZza',$,$,$,(#1290),#14220); +#14220= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6882= IFCRELASSOCIATESLIBRARY('3rUEtzmAvFKuuo1kFdb4Eh',$,$,$,(#1288),#14221); -#14221= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6879= IFCRELASSOCIATESLIBRARY('3RAUD7sI9AlBqFvPbKapMC',$,$,$,(#1290),#14221); +#14221= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6883= IFCRELASSOCIATESLIBRARY('1AQA3G_evCdenO6RK_YVkk',$,$,$,(#1288),#14222); -#14222= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); +#6880= IFCRELASSOCIATESLIBRARY('2orcr$9JvCdfiQ6cydRwrs',$,$,$,(#1290),#14222); +#14222= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6884= IFCRELASSOCIATESLIBRARY('3NSvYzBFL2F99xmzTotumU',$,$,$,(#1289),#14223); -#14223= IFCLIBRARYREFERENCE($,$,'IstAu\S\_enraum','Angabe, ob dieser Raum ein Aussenaum ist (JA) oder ein Innenraum (NEIN).','de-DE',$); +#6881= IFCRELASSOCIATESLIBRARY('3jRZtTw8DCHRtAUH6P91c1',$,$,$,(#1290),#14223); +#14223= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); -#6885= IFCRELASSOCIATESLIBRARY('3AVgMlCJ12H9Waw6lDM00p',$,$,$,(#1289),#14224); -#14224= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6882= IFCRELASSOCIATESLIBRARY('2mlgxNx2P1zBdybDWuwiCW',$,$,$,(#1291),#14224); +#14224= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6886= IFCRELASSOCIATESLIBRARY('2xLPAuv915MuY5O4qn78nC',$,$,$,(#1289),#14225); -#14225= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6883= IFCRELASSOCIATESLIBRARY('1N8LsKkoP5vxcHrvXYzqm$',$,$,$,(#1291),#14225); +#14225= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6887= IFCRELASSOCIATESLIBRARY('3cIPxB7Dz078axt3vXIHZz',$,$,$,(#1289),#14226); -#14226= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6884= IFCRELASSOCIATESLIBRARY('00NZzQ1oDFNRdP_XPEs1$2',$,$,$,(#1291),#14226); +#14226= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6888= IFCRELASSOCIATESLIBRARY('2ywiafN$H5n8tCE_rAfm4L',$,$,$,(#1290),#14227); -#14227= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6885= IFCRELASSOCIATESLIBRARY('0EJISVEpb72fj5Rj1Iq074',$,$,$,(#1291),#14227); +#14227= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6889= IFCRELASSOCIATESLIBRARY('2zm7zD5pP5Lfq6xPWqcdvd',$,$,$,(#1290),#14228); -#14228= IFCLIBRARYREFERENCE($,$,'\X2\591690E8973251FA\X0\','\X2\30B830E330F330AF30B730E730F330DC30C330AF30B9304C591690E8973251FA306E8A3153EF304C3055308C30663044308B304B30693046304B30928868793AFF08591690E8973251FA304C8A3153EF3055308C30663044308B58345408306F8A2D5B9AFF093002\X0\','ja-JP',$); +#6886= IFCRELASSOCIATESLIBRARY('0ksaDuf25EvO9FMZncpGwG',$,$,$,(#1292),#14228); +#14228= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6890= IFCRELASSOCIATESLIBRARY('39DJ3ODsD0Zg0YO6nePX47',$,$,$,(#1290),#14229); -#14229= IFCLIBRARYREFERENCE($,$,'\X2\C678BD80B178CD9C\X0\','\X2\C815C158\X0\ \X2\BC15C2A4\X0\ \X2\C678BD80\X0\ \X2\B178CD9CC758\X0\ \X2\D5C8AC00AC00B418C5B4\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\D45CC2DC\X0\ (\X2\C678BD80\X0\ \X2\B178CD9CC774\X0\ \X2\D5C8C6A9B418B294\X0\ \X2\ACBDC6B0\X0\ \X2\C124C815\X0\).','ko-KR',$); +#6887= IFCRELASSOCIATESLIBRARY('2ZSoJOifXAWBZA1ut8VUDd',$,$,$,(#1292),#14229); +#14229= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6891= IFCRELASSOCIATESLIBRARY('03rrOmDWH4Gh9jyq$vLolG',$,$,$,(#1291),#14230); -#14230= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6888= IFCRELASSOCIATESLIBRARY('0zxvuskdj0vu8lnJjIobJL',$,$,$,(#1292),#14230); +#14230= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6892= IFCRELASSOCIATESLIBRARY('2su4jIUd10zxAMi0XPFsXQ',$,$,$,(#1291),#14231); -#14231= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6889= IFCRELASSOCIATESLIBRARY('1MJ08v$CD3cB4oPklz8cav',$,$,$,(#1292),#14231); +#14231= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6893= IFCRELASSOCIATESLIBRARY('3YaFLWEx518BanLFUx_5kt',$,$,$,(#1291),#14232); -#14232= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6890= IFCRELASSOCIATESLIBRARY('2vKX4HBb96Sf1PqTQaDxnw',$,$,$,(#1292),#14232); +#14232= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); -#6894= IFCRELASSOCIATESLIBRARY('13$hlYAPT83gHXuo6T0jSZ',$,$,$,(#1291),#14233); -#14233= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6891= IFCRELASSOCIATESLIBRARY('1VFFXGueD0OQFsAmqqcDkL',$,$,$,(#1293),#14233); +#14233= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6895= IFCRELASSOCIATESLIBRARY('2gCZLUJI53MOoZQKYicTEQ',$,$,$,(#1291),#14234); -#14234= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); +#6892= IFCRELASSOCIATESLIBRARY('1m67PN6I977fR7yIb36u1w',$,$,$,(#1293),#14234); +#14234= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6896= IFCRELASSOCIATESLIBRARY('24fL8bNwfFTeGmrdL6OeOD',$,$,$,(#1292),#14235); -#14235= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); +#6893= IFCRELASSOCIATESLIBRARY('2xrXDjMbL42BsccoKdSjBc',$,$,$,(#1293),#14235); +#14235= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6897= IFCRELASSOCIATESLIBRARY('2laXOiGFz2JgUEadqD$d8P',$,$,$,(#1292),#14236); -#14236= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); +#6894= IFCRELASSOCIATESLIBRARY('0kZ3gk_or6fRU$9W5shVje',$,$,$,(#1293),#14236); +#14236= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6898= IFCRELASSOCIATESLIBRARY('1ZD5gJVyP1Yf5JpmGadhtp',$,$,$,(#1292),#14237); -#14237= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); +#6895= IFCRELASSOCIATESLIBRARY('3RgYslnob0ZxtoCh9Q0NBa',$,$,$,(#1293),#14237); +#14237= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); -#6899= IFCRELASSOCIATESLIBRARY('24VtMuvhf7TufHEK6sUuNI',$,$,$,(#1292),#14238); -#14238= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); +#6896= IFCRELASSOCIATESLIBRARY('3Iw3aqQ8zCD8jwA13kDsyl',$,$,$,(#1294),#14238); +#14238= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6900= IFCRELASSOCIATESLIBRARY('1q_qBnGKTBkfGWciOYysqG',$,$,$,(#1292),#14239); -#14239= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); +#6897= IFCRELASSOCIATESLIBRARY('38IbwOkQTCmxwacUy_0nLJ',$,$,$,(#1294),#14239); +#14239= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6901= IFCRELASSOCIATESLIBRARY('3nOEP3Y150aPbdGhdsSiI4',$,$,$,(#1295),#14240); -#14240= IFCLIBRARYREFERENCE($,$,'Is FOB',$,'en',$); +#6898= IFCRELASSOCIATESLIBRARY('2a7xQDwMP5jxOtn3V1cVKp',$,$,$,(#1294),#14240); +#14240= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6902= IFCRELASSOCIATESLIBRARY('1geOt7_If6sQwc5EdaRQS_',$,$,$,(#1296),#14241); -#14241= IFCLIBRARYREFERENCE($,$,'Is For Sullage Water',$,'en',$); +#6899= IFCRELASSOCIATESLIBRARY('3a_ifO_Kn6vO0lTQTAzBVP',$,$,$,(#1294),#14241); +#14241= IFCLIBRARYREFERENCE($,$,'\X2\591690E8\X0\','\X2\3053306E89817D20304C591690E8306B752830443089308C308B304BFF08\X0\TRUE\X2\FF0930015426304BFF08\X0\FALSE\X2\FF093092793A30593002FF08\X0\TRUE)\X2\306E5834540830013053308C306F591690E889817D20306730015EFA7269306E591690E8306B9762305730663044308B3002\X0\','ja-JP',$); -#6903= IFCRELASSOCIATESLIBRARY('3PukPOxAD2c9YiSuyK1o3u',$,$,$,(#1296),#14242); -#14242= IFCLIBRARYREFERENCE($,$,'\X2\6C5A6C347528\X0\','\X2\5E8A63926C34963281ED5F01306E76EE7684304C30016C5A6C34309253D73051308B30533068306E53EFFF08\X0\=true)\X2\5426\X0\(=false)\X2\3092793A30593002\X0\\X\0D\X\0A\X2\6CE8610FFF1A\X0\TRUE\X2\306E5834540830016C34306E6D415165309296323050305F3081306E5E8A963281ED5F01306E5468308A306B76F47ACB58C1304B7E0177F3304C914D7F6E3055308C30013053306E30D730ED30D130C630A330BB30C330C8306B304A30443066306F76F47ACB58C130847E0177F3306E63D04F9B306F51E674063055308C306A30443002\X0\','ja-JP',$); +#6900= IFCRELASSOCIATESLIBRARY('2doEONMuHA8vG9WiVrbxN8',$,$,$,(#1294),#14242); +#14242= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); -#6904= IFCRELASSOCIATESLIBRARY('3VZw14V3nA_ugPottK7xPu',$,$,$,(#1297),#14243); -#14243= IFCLIBRARYREFERENCE($,$,'Is Free Hanging',$,'en',$); +#6901= IFCRELASSOCIATESLIBRARY('1aCxqKtOjFpODUTvDH_UvI',$,$,$,(#1295),#14243); +#14243= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6905= IFCRELASSOCIATESLIBRARY('2aqz8KA6LDMPRVfWeR1FOi',$,$,$,(#1299),#14244); -#14244= IFCLIBRARYREFERENCE($,$,'Is Guarded',$,'en',$); +#6902= IFCRELASSOCIATESLIBRARY('2Iyt1oHv13QhQLJVYGWndj',$,$,$,(#1295),#14244); +#14244= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6906= IFCRELASSOCIATESLIBRARY('1AbweAF2z8FRo8xWBl_r0w',$,$,$,(#1299),#14245); -#14245= IFCLIBRARYREFERENCE($,$,'\X2\4FDD8B77\X0\','\X2\30E230FC30BF30FC306E7B504F53304C5B883089308C30663044308B304B30693046304B3092793A30593002\X0\','ja-JP',$); +#6903= IFCRELASSOCIATESLIBRARY('0Paa2ipKrDNeNfzeiZm7Vg',$,$,$,(#1295),#14245); +#14245= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6907= IFCRELASSOCIATESLIBRARY('2iQt9c25j0Svqk8viM4_h2',$,$,$,(#1299),#14246); -#14246= IFCLIBRARYREFERENCE($,$,'\X2\BCF4D638\X0\','\X2\BAA8D130C758\X0\ \X2\CF00C774C2A4AC00\X0\ \X2\C9C0CF1CC9C0ACE0\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#6904= IFCRELASSOCIATESLIBRARY('1mmag6qRz6T82j96MUmX7J',$,$,$,(#1295),#14246); +#14246= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6908= IFCRELASSOCIATESLIBRARY('3GuhhFE4rDFhwuIFUH8ASx',$,$,$,(#1300),#14247); -#14247= IFCLIBRARYREFERENCE($,$,'Is High Pressure',$,'en',$); +#6905= IFCRELASSOCIATESLIBRARY('09rHK8$vH4tOufbA$aOv6T',$,$,$,(#1295),#14247); +#14247= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); -#6909= IFCRELASSOCIATESLIBRARY('2dAN5bXdP1nuA$cufWTUWn',$,$,$,(#1300),#14248); -#14248= IFCLIBRARYREFERENCE($,$,'\X2\9AD857277D666C34306E67097121\X0\','\X2\30D530E930C330B730E55F01306E9AD857277D666C344E3B7BA13078306E4F7F7528304C90695F53304B30693046304B306E8868793AFF089069\X0\ TRUE\X2\FF0953C8306FFF084E0D9069\X0\ FALSE\X2\FF09\X0\','ja-JP',$); +#6906= IFCRELASSOCIATESLIBRARY('0pvIiNYqLC1RVnUxgE3yXf',$,$,$,(#1296),#14248); +#14248= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6910= IFCRELASSOCIATESLIBRARY('2OnMKdmdH7ngWmrd_NRURO',$,$,$,(#1303),#14249); -#14249= IFCLIBRARYREFERENCE($,$,'Is Horizontal Busbar',$,'en',$); +#6907= IFCRELASSOCIATESLIBRARY('3oH9q7K$54JhqE9yN1j90u',$,$,$,(#1296),#14249); +#14249= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6911= IFCRELASSOCIATESLIBRARY('0GFxLHFN9BlPVc4fRuE5G3',$,$,$,(#1303),#14250); -#14250= IFCLIBRARYREFERENCE($,$,'\X2\6C345E736BCD7DDA\X0\','\X2\6BCD7DDA306F30016C345E7365B95411306B30EB30FC30C630A330F330B03055308C308B304B30693046304B3092793A3059FF08\X0\= TRUE\X2\FF09307E305F306F578276F465B95411306BFF08\X0\= FALSE\X2\FF0930928FD43057307E30593002\X0\','ja-JP',$); +#6908= IFCRELASSOCIATESLIBRARY('3DfXwoqTP6sQ_8cRD9TGCZ',$,$,$,(#1296),#14250); +#14250= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6912= IFCRELASSOCIATESLIBRARY('0RYBPk51zDUxA9CS5efdgH',$,$,$,(#1303),#14251); -#14251= IFCLIBRARYREFERENCE($,$,'\X2\C218D3C9\X0\ \X2\BAA8C120\X0\','\X2\BAA8C120C740\X0\ \X2\AC00B85CB85C\X0\ \X2\B77CC6B0D305B418B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ (= TRUE) \X2\B610B294\X0\ \X2\C218C9C1\X0\ (= FALSE)\X2\B97C\X0\ \X2\BC18D658D569B2C8B2E4\X0\.','ko-KR',$); +#6909= IFCRELASSOCIATESLIBRARY('2Xsnulk2X3XwujKooyvIGh',$,$,$,(#1296),#14251); +#14251= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6913= IFCRELASSOCIATESLIBRARY('3wqhg9MbjDq8epK6xnRyWH',$,$,$,(#1304),#14252); -#14252= IFCLIBRARYREFERENCE($,$,'Is Horizontal Cable',$,'en',$); +#6910= IFCRELASSOCIATESLIBRARY('1UbpkLWp99s9j1wmd0rrPe',$,$,$,(#1296),#14252); +#14252= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); -#6914= IFCRELASSOCIATESLIBRARY('2fO7tKsqHA1h_mv1ekKosB',$,$,$,(#1305),#14253); -#14253= IFCLIBRARYREFERENCE($,$,'Is Illuminated',$,'en',$); +#6911= IFCRELASSOCIATESLIBRARY('0rq84upHDBjOnAdhLLRrJ6',$,$,$,(#1297),#14253); +#14253= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6915= IFCRELASSOCIATESLIBRARY('3BlfyXLP18hegjEt9usTnW',$,$,$,(#1305),#14254); -#14254= IFCLIBRARYREFERENCE($,$,'\X2\81EA7167578B\X0\','\X2\30A430EB30DF30CD30FC30B730E730F3578BFF0881EA7167578BFF098868793A6A5F306730B930A430C330C1306E30AA30F3FF08\X0\TRUE\X2\FF09308430AA30D5FF08\X0\FALSE\X2\FF093092793A30593002\X0\','ja-JP',$); +#6912= IFCRELASSOCIATESLIBRARY('0vNDpKjwf6Ue7Mn1KSlxt3',$,$,$,(#1297),#14254); +#14254= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6916= IFCRELASSOCIATESLIBRARY('1GyCc32GLFEOADImhn6nVo',$,$,$,(#1305),#14255); -#14255= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\C870BA85D45CC2DCAE30\X0\','\X2\C77CB8E8BBF8\X0\ \X2\B124C774C158\X0\ \X2\D615\X0\ (\X2\C790C870\X0\ \X2\D615\X0\) \X2\D45CC2DCAE30\X0\ \X2\C2A4C704CE58B97C\X0\ \X2\CF1CAC70B098\X0\ (TRUE) \X2\B610B294\X0\ \X2\C624D504\X0\ (FALSE)\X2\B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#6913= IFCRELASSOCIATESLIBRARY('0DF2qrIzvB3hQKx_HbvqeI',$,$,$,(#1297),#14255); +#14255= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6917= IFCRELASSOCIATESLIBRARY('0bH$EYIEnCGhPwQq6bUI7y',$,$,$,(#1309),#14256); -#14256= IFCLIBRARYREFERENCE($,$,'German-name-8','German-description-8','de-DE',$); +#6914= IFCRELASSOCIATESLIBRARY('193HWFdc17hed_nd56a693',$,$,$,(#1297),#14256); +#14256= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6918= IFCRELASSOCIATESLIBRARY('035G$7_117OgOU$24jPmEM',$,$,$,(#1309),#14257); -#14257= IFCLIBRARYREFERENCE($,$,'Is Laminated',$,'en',$); +#6915= IFCRELASSOCIATESLIBRARY('0AaOciB_X8YAzE42dsnJ$s',$,$,$,(#1297),#14257); +#14257= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); -#6919= IFCRELASSOCIATESLIBRARY('0MicM9Ftn6P9whwmtCHu8T',$,$,$,(#1309),#14258); -#14258= IFCLIBRARYREFERENCE($,$,'VitrageFeuillete','Indique si le verre est feuillet\S\i (VRAI) ou non (FAUX).','fr-FR',$); +#6916= IFCRELASSOCIATESLIBRARY('1iD_YqI_LC8fWn0yF3rj$m',$,$,$,(#1298),#14258); +#14258= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6920= IFCRELASSOCIATESLIBRARY('3R$TprDnbAfQaFBTfPEq_e',$,$,$,(#1309),#14259); -#14259= IFCLIBRARYREFERENCE($,$,'\X2\76AE819C309288AB305B305F30AC30E930B9\X0\','\X2\30AC30E930B94EE55916306E7D206750304C91CD306D3089308C30663044308B304BFF08\X0\TRUE\X2\FF095426304BFF08\X0\FALSE)\X2\793A30593002\X0\','ja-JP',$); +#6917= IFCRELASSOCIATESLIBRARY('2SgTvwRUHBRQ9wUKEascWP',$,$,$,(#1298),#14259); +#14259= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6921= IFCRELASSOCIATESLIBRARY('0pEvb0lyz0cQ$3Qz9PFqme',$,$,$,(#1309),#14260); -#14260= IFCLIBRARYREFERENCE($,$,'\X2\662F542659395C42\X0\','\X2\8868793A73BB7483662F542651776709542B51764ED667506599768459395C423002\X0\','zh-CN',$); +#6918= IFCRELASSOCIATESLIBRARY('1IHJhtTOj939nqVGiRB$g0',$,$,$,(#1298),#14260); +#14260= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6922= IFCRELASSOCIATESLIBRARY('2m9NSLjJD6CPX6X66AYE9J',$,$,$,(#1310),#14261); -#14261= IFCLIBRARYREFERENCE($,$,'Denkmalschutz','Angabe, ob das Geb\S\dude dem Denkmalschutz unterliegt (WAHR) oder nicht (FALSCH).','de-DE',$); +#6919= IFCRELASSOCIATESLIBRARY('1seWExyELC5wq2jyte478G',$,$,$,(#1298),#14261); +#14261= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6923= IFCRELASSOCIATESLIBRARY('2PG$EwPSn4EANVh2epC6Jt',$,$,$,(#1310),#14262); -#14262= IFCLIBRARYREFERENCE($,$,'Is Landmarked',$,'en',$); +#6920= IFCRELASSOCIATESLIBRARY('1gw9FVItzB1Bxbcfav3Gze',$,$,$,(#1298),#14262); +#14262= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); -#6924= IFCRELASSOCIATESLIBRARY('08PnzmiVb4UedkYjQcVc7K',$,$,$,(#1310),#14263); -#14263= IFCLIBRARYREFERENCE($,$,'ClasseMonumentHistorique','Indique si le b\S\btiment est class\S\i aux monuments historiques (VRAI) ou non (FAUX), ou si l''information n''est pas connue.','fr-FR',$); +#6921= IFCRELASSOCIATESLIBRARY('11BJ7P3ZP6vgrlZUIz4htn',$,$,$,(#1299),#14263); +#14263= IFCLIBRARYREFERENCE($,$,'IstAu\S\_enraum','Angabe, ob dieser Raum ein Aussenaum ist (JA) oder ein Innenraum (NEIN).','de-DE',$); -#6925= IFCRELASSOCIATESLIBRARY('35d88_QTXCeuKELVXV6UV2',$,$,$,(#1310),#14264); -#14264= IFCLIBRARYREFERENCE($,$,'\X2\30E930F330C930DE30FC30AF533A5206\X0\','\X2\3053306E5EFA7269306F6B7453F27684306A5EFA7269304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#6922= IFCRELASSOCIATESLIBRARY('1h2cY2waLDxhsD2zTnCVuf',$,$,$,(#1299),#14264); +#14264= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6926= IFCRELASSOCIATESLIBRARY('3k5Zgxn6n3iOU__IZzJZn5',$,$,$,(#1310),#14265); -#14265= IFCLIBRARYREFERENCE($,$,'\X2\B79CB4DCB9C8D06C\X0\ \X2\AD6CBD84\X0\','\X2\C774\X0\ \X2\AC74BB3CC740\X0\ \X2\C5EDC0ACC801C778\X0\ \X2\AC74BB3C\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); +#6923= IFCRELASSOCIATESLIBRARY('3SMUufSdbA6gHqQvZKTgYz',$,$,$,(#1299),#14265); +#14265= IFCLIBRARYREFERENCE($,$,'Est ext\S\irieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6927= IFCRELASSOCIATESLIBRARY('3SHeXDyRH80g0r_W$vV2a3',$,$,$,(#1314),#14266); -#14266= IFCLIBRARYREFERENCE($,$,'Is Main',$,'en',$); +#6924= IFCRELASSOCIATESLIBRARY('3a1XTSU8vEgBraYOk3s2AN',$,$,$,(#1299),#14266); +#14266= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6928= IFCRELASSOCIATESLIBRARY('21lzZBH2L3hB5we5iY4vmq',$,$,$,(#1317),#14267); -#14267= IFCLIBRARYREFERENCE($,$,'Is Mounted Flat Cable',$,'en',$); +#6925= IFCRELASSOCIATESLIBRARY('3k2O_HG3n6UgtleRljJCkR',$,$,$,(#1300),#14267); +#14267= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6929= IFCRELASSOCIATESLIBRARY('2UaXEfepj0iPF0zDDzCIuE',$,$,$,(#1319),#14268); -#14268= IFCLIBRARYREFERENCE($,$,'Is Neutral Primary Terminal Available',$,'en',$); +#6926= IFCRELASSOCIATESLIBRARY('35rGYTQHHCbAngsq0IKmuQ',$,$,$,(#1300),#14268); +#14268= IFCLIBRARYREFERENCE($,$,'\X2\591690E8973251FA\X0\','\X2\30B830E330F330AF30B730E730F330DC30C330AF30B9304C591690E8973251FA306E8A3153EF304C3055308C30663044308B304B30693046304B30928868793AFF08591690E8973251FA304C8A3153EF3055308C30663044308B58345408306F8A2D5B9AFF093002\X0\','ja-JP',$); -#6930= IFCRELASSOCIATESLIBRARY('3j7fUdkBj2FR6lKjz$D84E',$,$,$,(#1319),#14269); -#14269= IFCLIBRARYREFERENCE($,$,'\X2\4E2D602770B97B2C\X0\1\X2\30BF30FC30DF30CA30EB304C3042308B304B30693046304B\X0\','\X2\4E006B215DFB7DDA306E4E2D602770B9304C30BF30FC30DF30CA30EB306E58345408306FFF08\X0\=TRUE\X2\FF0930019055304658345408306FFF08\X0\= FALSE\X2\FF093068305730668868793A3059308B\X0\','ja-JP',$); +#6927= IFCRELASSOCIATESLIBRARY('3NuqO2tRHEIOUlgqLeje0K',$,$,$,(#1300),#14269); +#14269= IFCLIBRARYREFERENCE($,$,'\X2\C678BD80B178CD9C\X0\','\X2\C815C158\X0\ \X2\BC15C2A4\X0\ \X2\C678BD80\X0\ \X2\B178CD9CC758\X0\ \X2\D5C8AC00AC00B418C5B4\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\D45CC2DC\X0\ (\X2\C678BD80\X0\ \X2\B178CD9CC774\X0\ \X2\D5C8C6A9B418B294\X0\ \X2\ACBDC6B0\X0\ \X2\C124C815\X0\).','ko-KR',$); -#6931= IFCRELASSOCIATESLIBRARY('2rNQ8fDqb4uA2fxlCZ3rpo',$,$,$,(#1319),#14270); -#14270= IFCLIBRARYREFERENCE($,$,'\X2\C911C131C810\X0\ \X2\C81C\X0\ 1 \X2\D130BBF8B110\X0\ \X2\C5ECBD80\X0\','1\X2\CC28\X0\ \X2\AD8CC120C758\X0\ \X2\C911C131C810\X0\ \X2\D130BBF8B110C758\X0\ \X2\ACBDC6B0\X0\ (= TRUE), \X2\B2E4B978\X0\ \X2\ACBDC6B0B294\X0\ (= FALSE)\X2\B85C\X0\ \X2\D45CC2DC\X0\','ko-KR',$); +#6928= IFCRELASSOCIATESLIBRARY('3_BvOHGsD9BxHpTnnCMgIi',$,$,$,(#1301),#14270); +#14270= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6932= IFCRELASSOCIATESLIBRARY('1_XcbiSPX9huS0FErXdsMS',$,$,$,(#1320),#14271); -#14271= IFCLIBRARYREFERENCE($,$,'Is Neutral Secondary Terminal Available',$,'en',$); +#6929= IFCRELASSOCIATESLIBRARY('1pf1Mp3MX1sOpmuWME6LoY',$,$,$,(#1301),#14271); +#14271= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6933= IFCRELASSOCIATESLIBRARY('01I8EEZtP3VhFII37GyoQW',$,$,$,(#1320),#14272); -#14272= IFCLIBRARYREFERENCE($,$,'\X2\4E2D602770B97B2C\X0\2\X2\30BF30FC30DF30CA30EB304C3042308B304B30693046304B\X0\','\X2\4E8C6B215DFB7DDA306E4E2D602770B9304C30BF30FC30DF30CA30EB306E58345408306FFF08\X0\=TRUE\X2\FF0930019055304658345408306FFF08\X0\= FALSE\X2\FF093068305730668868793A3059308B\X0\','ja-JP',$); +#6930= IFCRELASSOCIATESLIBRARY('1wyyu8u51EHe7OBnXqyxIU',$,$,$,(#1301),#14272); +#14272= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6934= IFCRELASSOCIATESLIBRARY('2I4dGfZUnDEfj$tAJjw$31',$,$,$,(#1320),#14273); -#14273= IFCLIBRARYREFERENCE($,$,'\X2\C911C131C810\X0\ \X2\C81C\X0\ 2 \X2\D130BBF8B110\X0\ \X2\C5ECBD80\X0\','2 \X2\CC28\X0\ \X2\CF54C77CC758\X0\ \X2\C911C131C810\X0\ \X2\D130BBF8B110C758\X0\ \X2\ACBDC6B0\X0\ (= TRUE), \X2\B2E4B978\X0\ \X2\ACBDC6B0B294\X0\ (= FALSE)\X2\B85C\X0\ \X2\D45CC2DC\X0\','ko-KR',$); +#6931= IFCRELASSOCIATESLIBRARY('0ZhWdKu8n7YAGD4EHaxtyA',$,$,$,(#1301),#14273); +#14273= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6935= IFCRELASSOCIATESLIBRARY('03rfTbU19FzQTSnnVlFuyy',$,$,$,(#1321),#14274); -#14274= IFCLIBRARYREFERENCE($,$,'Is Normally Open',$,'en',$); +#6932= IFCRELASSOCIATESLIBRARY('0gyOcD8f187BuNJhCChCG7',$,$,$,(#1301),#14274); +#14274= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE556FE5143662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE556FE51434E3A591690E856FE5143FF0C671D54115EFA7B5172697684591690E83002\X0\','zh-CN',$); -#6936= IFCRELASSOCIATESLIBRARY('3Mo_1d7kL1DhDZsXQreF1$',$,$,$,(#1321),#14275); -#14275= IFCLIBRARYREFERENCE($,$,'\X2\30CE30FC30DE30EB30AA30FC30D730F3\X0\','\X2\308230573001\X0\TRUE\X2\306A30895F01306F30CE30FC30DE30EB30AA30FC30D730F33001308230573001\X0\FALSE\X2\306A308930CE30FC30DE30EB30AF30ED30FC30BA\X0\','ja-JP',$); +#6933= IFCRELASSOCIATESLIBRARY('2b9Kd8J6zATf8TH_V5nWid',$,$,$,(#1302),#14275); +#14275= IFCLIBRARYREFERENCE($,$,'Au\S\_enbauteil','Angabe, ob dieses Bauteil ein Aussenbauteil ist (JA) oder ein Innenbauteil (NEIN). Als Aussenbauteil grenzt es an den Aussenraum (oder Erdreich, oder Wasser).','de-DE',$); -#6937= IFCRELASSOCIATESLIBRARY('0GH1uMb$bEoADiwt5tej$z',$,$,$,(#1322),#14276); -#14276= IFCLIBRARYREFERENCE($,$,'Is Off When Lfunction On',$,'en',$); +#6934= IFCRELASSOCIATESLIBRARY('2F97z751n8WhKb9y_D3Zv$',$,$,$,(#1302),#14276); +#14276= IFCLIBRARYREFERENCE($,$,'Is External',$,'en',$); -#6938= IFCRELASSOCIATESLIBRARY('12t6dQLRn4PR7dosrHNOQ3',$,$,$,(#1323),#14277); -#14277= IFCLIBRARYREFERENCE($,$,'Is Off When SFunction On',$,'en',$); +#6935= IFCRELASSOCIATESLIBRARY('2ebaUyOzvFRArSTlz5qIbE',$,$,$,(#1302),#14277); +#14277= IFCLIBRARYREFERENCE($,$,'EstExterieur','Indique si l''\S\il\S\iment est con\S\gu pour \S\jtre utilis\S\i \S\` l''ext\S\irieur (VRAI) ou non (FAUX). Si VRAI, c''est un \S\il\S\iment ext\S\irieur qui donne sur l''ext\S\irieur du b\S\btiment.','fr-FR',$); -#6940= IFCRELASSOCIATESLIBRARY('0k1X9dkK50$97$hjDYF0$y',$,$,$,(#1324),#14278); -#14278= IFCLIBRARYREFERENCE($,$,'Isolating Purpose',$,'en',$); +#6936= IFCRELASSOCIATESLIBRARY('11XQDa7unDrATMayaio4_c',$,$,$,(#1302),#14278); +#14278= IFCLIBRARYREFERENCE($,$,'\X2\591690E8533A5206\X0\','\X2\591690E8306E90E86750304B30693046304B3092793A305930D630FC30EA30A230F35024300230823057\X0\TRUE\X2\306E583454083001591690E8306E90E8675030675EFA7269306E59165074306B9762305730663044308B3002\X0\','ja-JP',$); -#6941= IFCRELASSOCIATESLIBRARY('1dtrHH$b19CeQsenVSDt6U',$,$,$,(#1324),#14279); -#14279= IFCLIBRARYREFERENCE($,$,'\X2\906E65AD76EE7684\X0\','\X2\305D306E4F7F7528306E524D5F8C95A24FC2304B3089906E65AD5F013068305730664F7F308F308C308B5F01304C3042308B3088304630673042308C30703001906E65AD5F01304C4F7F308F308C30663044308B7406753130925B9A7FA93057307E30593002\X0\\X\0D\X\0A\X2\6CE8FF1A71C330484E0A304C308B706B306E4E0A306E30E930F330C730A330F330B05F01306E30883046306B3001906E65AD5F01306B524D5F8C95A24FC2304B30895225306A540D524D304C3064304F58345408306F52253067305930023053306E30883046306A3068304D5024306F5B9A307E3089306A30443002\X0\','ja-JP',$); +#6937= IFCRELASSOCIATESLIBRARY('1nkRoKiz17zx6KkiPhaARB',$,$,$,(#1302),#14279); +#14279= IFCLIBRARYREFERENCE($,$,'\X2\662F5426591690E867844EF6\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A591690E867844EF6300282E5662FFF0C52198BE567844EF64E3A591690E867844EF6FF0C671D54115EFA7B517269768459164FA73002\X0\','zh-CN',$); -#6942= IFCRELASSOCIATESLIBRARY('0QbAfK67j38wwcgesG9etH',$,$,$,(#1325),#14280); -#14280= IFCLIBRARYREFERENCE($,$,'Isolator Compressibility',$,'en',$); +#6938= IFCRELASSOCIATESLIBRARY('2kvQKsFAT53PshTRx5oHeT',$,$,$,(#1305),#14280); +#14280= IFCLIBRARYREFERENCE($,$,'Is FOB',$,'en',$); -#6943= IFCRELASSOCIATESLIBRARY('0dXGoVm15AUxJnEHzE2Gwr',$,$,$,(#1325),#14281); -#14281= IFCLIBRARYREFERENCE($,$,'\X2\632F52D57D767E016750306E57277E2E7387\X0\','\X2\632F52D57D767E016750306E57277E2E7387306E57277E2E7387\X0\','ja-JP',$); +#6939= IFCRELASSOCIATESLIBRARY('1UR1d2P61BoRrQItpHcpjk',$,$,$,(#1306),#14281); +#14281= IFCLIBRARYREFERENCE($,$,'Is For Sullage Water',$,'en',$); -#6944= IFCRELASSOCIATESLIBRARY('3vEf0al8jB_QZBW7G79l8S',$,$,$,(#1326),#14282); -#14282= IFCLIBRARYREFERENCE($,$,'Isolator Static Deflection',$,'en',$); +#6940= IFCRELASSOCIATESLIBRARY('2y7Xul9mfD5PThMiOK11Yk',$,$,$,(#1306),#14282); +#14282= IFCLIBRARYREFERENCE($,$,'\X2\6C5A6C347528\X0\','\X2\5E8A63926C34963281ED5F01306E76EE7684304C30016C5A6C34309253D73051308B30533068306E53EFFF08\X0\=true)\X2\5426\X0\(=false)\X2\3092793A30593002\X0\\X\0D\X\0A\X2\6CE8610FFF1A\X0\TRUE\X2\306E5834540830016C34306E6D415165309296323050305F3081306E5E8A963281ED5F01306E5468308A306B76F47ACB58C1304B7E0177F3304C914D7F6E3055308C30013053306E30D730ED30D130C630A330BB30C330C8306B304A30443066306F76F47ACB58C130847E0177F3306E63D04F9B306F51E674063055308C306A30443002\X0\','ja-JP',$); -#6945= IFCRELASSOCIATESLIBRARY('0B5eWsiKbDCPfvs8as9DMJ',$,$,$,(#1326),#14283); -#14283= IFCLIBRARYREFERENCE($,$,'\X2\632F52D57D767E01675097597684305F308F307F\X0\','\X2\632F52D57D767E016750306E97597684305F308F307F\X0\','ja-JP',$); +#6941= IFCRELASSOCIATESLIBRARY('3wTzGAPm1D5u1bsPjge$EY',$,$,$,(#1307),#14283); +#14283= IFCLIBRARYREFERENCE($,$,'Is Free Hanging',$,'en',$); -#6946= IFCRELASSOCIATESLIBRARY('12kk5fMw98wwKXU4HqT1bu',$,$,$,(#1327),#14284); -#14284= IFCLIBRARYREFERENCE($,$,'Is One Way',$,'en',$); +#6942= IFCRELASSOCIATESLIBRARY('2VrME8F0zFz8hEU8PV2pYw',$,$,$,(#1309),#14284); +#14284= IFCLIBRARYREFERENCE($,$,'Is Guarded',$,'en',$); -#6947= IFCRELASSOCIATESLIBRARY('1fZLxGCUX5NvByNMetZ4V9',$,$,$,(#1327),#14285); -#14285= IFCLIBRARYREFERENCE($,$,'Sens unique','Indique si cette all\S\ie du parking est pr\S\ivue pour \S\jtre \S\` sens unique (VRAI) ou \S\` double sens (FAUX). A fournir seulement si la propri\S\it\S\i "Est un acc\S\hs" est \S\igale \S\` VRAI.','fr-FR',$); +#6943= IFCRELASSOCIATESLIBRARY('2HHW_$mlb6Bx8dC0Kivj0h',$,$,$,(#1309),#14285); +#14285= IFCLIBRARYREFERENCE($,$,'\X2\4FDD8B77\X0\','\X2\30E230FC30BF30FC306E7B504F53304C5B883089308C30663044308B304B30693046304B3092793A30593002\X0\','ja-JP',$); -#6948= IFCRELASSOCIATESLIBRARY('0qMYbtapLEiRIx2KQEUDSz',$,$,$,(#1327),#14286); -#14286= IFCLIBRARYREFERENCE($,$,'\X2\4E0065B9901A884C\X0\','\X2\99D08ECA5834901A8DEF304C4E0065B9901A884C\X0\(TRUE)\X2\304B53CC65B95411\X0\(FALSE)\X2\304B3092793A305930D530E930B03002\X0\','ja-JP',$); +#6944= IFCRELASSOCIATESLIBRARY('353E1TR019WgJHvsWbSbWq',$,$,$,(#1309),#14286); +#14286= IFCLIBRARYREFERENCE($,$,'\X2\BCF4D638\X0\','\X2\BAA8D130C758\X0\ \X2\CF00C774C2A4AC00\X0\ \X2\C9C0CF1CC9C0ACE0\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#6949= IFCRELASSOCIATESLIBRARY('0chbO0Ynb4VPPh_JGbL5f6',$,$,$,(#1328),#14287); -#14287= IFCLIBRARYREFERENCE($,$,'Isothermal Moisture Capacity',$,'en',$); +#6945= IFCRELASSOCIATESLIBRARY('23qhWJDRr3cAUpF_07t_Pi',$,$,$,(#1310),#14287); +#14287= IFCLIBRARYREFERENCE($,$,'Is High Pressure',$,'en',$); -#6950= IFCRELASSOCIATESLIBRARY('0szZtlXhfFOOxE8e1ws97J',$,$,$,(#1329),#14288); -#14288= IFCLIBRARYREFERENCE($,$,'Is Outdoors',$,'en',$); +#6946= IFCRELASSOCIATESLIBRARY('2XWAKo_OD1EBLhhWA7G9U_',$,$,$,(#1310),#14288); +#14288= IFCLIBRARYREFERENCE($,$,'\X2\9AD857277D666C34306E67097121\X0\','\X2\30D530E930C330B730E55F01306E9AD857277D666C344E3B7BA13078306E4F7F7528304C90695F53304B30693046304B306E8868793AFF089069\X0\ TRUE\X2\FF0953C8306FFF084E0D9069\X0\ FALSE\X2\FF09\X0\','ja-JP',$); -#6951= IFCRELASSOCIATESLIBRARY('2bmCVx6IDByQA$0OCLxOem',$,$,$,(#1329),#14289); -#14289= IFCLIBRARYREFERENCE($,$,'\X2\5C4B59165BFE5FDC306E53EF5426\X0\','\X2\5C4B591652297528304C53EF80FD304B30693046304B3092793A30593002\X0\','ja-JP',$); +#6947= IFCRELASSOCIATESLIBRARY('27jLkuOan4ZBkqd972e6sw',$,$,$,(#1313),#14289); +#14289= IFCLIBRARYREFERENCE($,$,'Is Horizontal Busbar',$,'en',$); -#6952= IFCRELASSOCIATESLIBRARY('27_Nj1_pbBqPM8nEB45onF',$,$,$,(#1329),#14290); -#14290= IFCLIBRARYREFERENCE($,$,'\X2\C2E4C678\X0\ \X2\C5ECBD80\X0\','\X2\C625C678\X0\ \X2\C774C6A9C774\X0\ \X2\AC00B2A5D55CC9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0C5B2C8B2E4\X0\.','ko-KR',$); +#6948= IFCRELASSOCIATESLIBRARY('18UisnVtb3AfbNt_SY1E4T',$,$,$,(#1313),#14290); +#14290= IFCLIBRARYREFERENCE($,$,'\X2\6C345E736BCD7DDA\X0\','\X2\6BCD7DDA306F30016C345E7365B95411306B30EB30FC30C630A330F330B03055308C308B304B30693046304B3092793A3059FF08\X0\= TRUE\X2\FF09307E305F306F578276F465B95411306BFF08\X0\= FALSE\X2\FF0930928FD43057307E30593002\X0\','ja-JP',$); -#6953= IFCRELASSOCIATESLIBRARY('1zionVLGP0kRawyST62Eni',$,$,$,(#1330),#14291); -#14291= IFCLIBRARYREFERENCE($,$,'Ausblick erw\S\|nscht','Angabe, ob dieser Raum einen nat\S\|rlichen Ausblick nach draussen gew\S\dhren soll (WAHR) oder dies nicht gefordert ist (FALSCH).','de-DE',$); +#6949= IFCRELASSOCIATESLIBRARY('1TwbUaCZf6bPMNS3R1$SDt',$,$,$,(#1313),#14291); +#14291= IFCLIBRARYREFERENCE($,$,'\X2\C218D3C9\X0\ \X2\BAA8C120\X0\','\X2\BAA8C120C740\X0\ \X2\AC00B85CB85C\X0\ \X2\B77CC6B0D305B418B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ (= TRUE) \X2\B610B294\X0\ \X2\C218C9C1\X0\ (= FALSE)\X2\B97C\X0\ \X2\BC18D658D569B2C8B2E4\X0\.','ko-KR',$); -#6954= IFCRELASSOCIATESLIBRARY('3Li_0L3MnC8fzHYSDvLVTJ',$,$,$,(#1330),#14292); -#14292= IFCLIBRARYREFERENCE($,$,'Is Outlook Desirable',$,'en',$); +#6950= IFCRELASSOCIATESLIBRARY('2ABrNoWHPC6vMugK_lADqU',$,$,$,(#1314),#14292); +#14292= IFCLIBRARYREFERENCE($,$,'Is Horizontal Cable',$,'en',$); -#6955= IFCRELASSOCIATESLIBRARY('0fP$t8_2b1i9qRdIka7O1D',$,$,$,(#1330),#14293); -#14293= IFCLIBRARYREFERENCE($,$,'VueExterieurSouhaitable','Indique si la vue sur l''ext\S\irieur est souhaitable (VRAI) ou non (FAUX).','fr-FR',$); +#6951= IFCRELASSOCIATESLIBRARY('0XIGg7L9vDHONAbmB_qg5M',$,$,$,(#1315),#14293); +#14293= IFCLIBRARYREFERENCE($,$,'Is Illuminated',$,'en',$); -#6956= IFCRELASSOCIATESLIBRARY('0O9PC7PNDFVh5NUX7Wlirh',$,$,$,(#1330),#14294); -#14294= IFCLIBRARYREFERENCE($,$,'\X2\773A671B306E5584305760AA3057\X0\','\X2\5916306E773A671B304C671B307E30573044304B30693046304B3002\X0\','ja-JP',$); +#6952= IFCRELASSOCIATESLIBRARY('1dO2hRUhv80AzVdR5xRnkG',$,$,$,(#1315),#14294); +#14294= IFCLIBRARYREFERENCE($,$,'\X2\81EA7167578B\X0\','\X2\30A430EB30DF30CD30FC30B730E730F3578BFF0881EA7167578BFF098868793A6A5F306730B930A430C330C1306E30AA30F3FF08\X0\TRUE\X2\FF09308430AA30D5FF08\X0\FALSE\X2\FF093092793A30593002\X0\','ja-JP',$); -#6957= IFCRELASSOCIATESLIBRARY('0Z0ZT0uX97r8Zp1U0_LxnX',$,$,$,(#1331),#14295); -#14295= IFCLIBRARYREFERENCE($,$,'Is Permanent ID',$,'en',$); +#6953= IFCRELASSOCIATESLIBRARY('1yKRmx22HFVQUpOV8Y6IeF',$,$,$,(#1315),#14295); +#14295= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\C870BA85D45CC2DCAE30\X0\','\X2\C77CB8E8BBF8\X0\ \X2\B124C774C158\X0\ \X2\D615\X0\ (\X2\C790C870\X0\ \X2\D615\X0\) \X2\D45CC2DCAE30\X0\ \X2\C2A4C704CE58B97C\X0\ \X2\CF1CAC70B098\X0\ (TRUE) \X2\B610B294\X0\ \X2\C624D504\X0\ (FALSE)\X2\B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#6958= IFCRELASSOCIATESLIBRARY('3DANgpJEHA7wqpY55LAF9S',$,$,$,(#1331),#14296); -#14296= IFCLIBRARYREFERENCE($,$,'IdPermanent','Indique si l''identifiant est permanent (VRAI) ou non (FAUX)','fr-FR',$); +#6954= IFCRELASSOCIATESLIBRARY('2eVqdYFqf1YRhfZVXpmsPm',$,$,$,(#1319),#14296); +#14296= IFCLIBRARYREFERENCE($,$,'German-name-8','German-description-8','de-DE',$); -#6959= IFCRELASSOCIATESLIBRARY('3mrRoaWEr1ov_Pw81OWkX4',$,$,$,(#1331),#14297); -#14297= IFCLIBRARYREFERENCE($,$,'\X2\60524E45\X0\ID\X2\533A5206\X0\','\X2\65775730\X0\ID\X2\304C60524E457684306A3082306E304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#6955= IFCRELASSOCIATESLIBRARY('2RLkFvfJz51ftuTPJ8qHB5',$,$,$,(#1319),#14297); +#14297= IFCLIBRARYREFERENCE($,$,'Is Laminated',$,'en',$); -#6960= IFCRELASSOCIATESLIBRARY('3UM8IJ4fX6ExVGyoYG3XlV',$,$,$,(#1331),#14298); -#14298= IFCLIBRARYREFERENCE($,$,'\X2\C601AD6C\X0\ ID \X2\AD6CBD84\X0\','\X2\BD80C9C0\X0\ ID\X2\AC00\X0\ \X2\C601AD6CC801C778\X0\ \X2\AC83C778C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12C785B2C8B2E4\X0\.','ko-KR',$); +#6956= IFCRELASSOCIATESLIBRARY('3bBUl_t55D6gWKEKmuYFEI',$,$,$,(#1319),#14298); +#14298= IFCLIBRARYREFERENCE($,$,'VitrageFeuillete','Indique si le verre est feuillet\S\i (VRAI) ou non (FAUX).','fr-FR',$); -#6961= IFCRELASSOCIATESLIBRARY('3jPpnb6RHBAx$xHM4m7eam',$,$,$,(#1332),#14299); -#14299= IFCLIBRARYREFERENCE($,$,'Geb\S\dudekennzeichen permanent','Angabe, on das angegebene Geb\S\dudekennzeichen permanent ist (TRUE), oder eine tempor\S\dre Antragsnummer (FALSE).','de-DE',$); +#6957= IFCRELASSOCIATESLIBRARY('1GEyuqQK95MBkvfbj77Arb',$,$,$,(#1319),#14299); +#14299= IFCLIBRARYREFERENCE($,$,'\X2\76AE819C309288AB305B305F30AC30E930B9\X0\','\X2\30AC30E930B94EE55916306E7D206750304C91CD306D3089308C30663044308B304BFF08\X0\TRUE\X2\FF095426304BFF08\X0\FALSE)\X2\793A30593002\X0\','ja-JP',$); -#6962= IFCRELASSOCIATESLIBRARY('0WvY8hLGXFc9g3uWK5zgr5',$,$,$,(#1332),#14300); -#14300= IFCLIBRARYREFERENCE($,$,'Is Permanent ID',$,'en',$); +#6958= IFCRELASSOCIATESLIBRARY('0PTgQXNJzC49X_Y_qSWIUm',$,$,$,(#1319),#14300); +#14300= IFCLIBRARYREFERENCE($,$,'\X2\662F542659395C42\X0\','\X2\8868793A73BB7483662F542651776709542B51764ED667506599768459395C423002\X0\','zh-CN',$); -#6963= IFCRELASSOCIATESLIBRARY('0bzcAeyJvBMB0$KW8Wkj_y',$,$,$,(#1332),#14301); -#14301= IFCLIBRARYREFERENCE($,$,'IdPermanent','Indique si l''identifiant attribu\S\ie au b\S\btiment est permanent (=VRAI) ou temporaire (=FAUX).','fr-FR',$); +#6959= IFCRELASSOCIATESLIBRARY('006TiG72b8cPCmUpcSHAn8',$,$,$,(#1320),#14301); +#14301= IFCLIBRARYREFERENCE($,$,'Denkmalschutz','Angabe, ob das Geb\S\dude dem Denkmalschutz unterliegt (WAHR) oder nicht (FALSCH).','de-DE',$); -#6964= IFCRELASSOCIATESLIBRARY('0Rs3zDIN15F9eaxwJhd0TQ',$,$,$,(#1332),#14302); -#14302= IFCLIBRARYREFERENCE($,$,'\X2\6C384E45\X0\ID\X2\533A5206\X0\','\X2\5EFA7269\X0\ID\X2\304C60524E457684306A\X0\ID\X2\304B30693046304B306E30D630FC30EA30A230F350243002\X0\','ja-JP',$); +#6960= IFCRELASSOCIATESLIBRARY('0QsqAk5xfFvOZA86XJCbRl',$,$,$,(#1320),#14302); +#14302= IFCLIBRARYREFERENCE($,$,'Is Landmarked',$,'en',$); -#6965= IFCRELASSOCIATESLIBRARY('0lPuVRX896Ng_cjJGojSSo',$,$,$,(#1332),#14303); -#14303= IFCLIBRARYREFERENCE($,$,'\X2\C601AD6C\X0\ ID \X2\AD6CBD84\X0\','\X2\AC74BB3C\X0\ ID\X2\AC00\X0\ \X2\C601AD6CC801C778\X0\ ID \X2\C5ECBD80AC12\X0\','ko-KR',$); +#6961= IFCRELASSOCIATESLIBRARY('3K$nnp581599AAk2bJRkNh',$,$,$,(#1320),#14303); +#14303= IFCLIBRARYREFERENCE($,$,'ClasseMonumentHistorique','Indique si le b\S\btiment est class\S\i aux monuments historiques (VRAI) ou non (FAUX), ou si l''information n''est pas connue.','fr-FR',$); -#6966= IFCRELASSOCIATESLIBRARY('1Hu4lbKQ56WAL0p4GwSQ$a',$,$,$,(#1333),#14304); -#14304= IFCLIBRARYREFERENCE($,$,'Is Pluggable Outlet',$,'en',$); +#6962= IFCRELASSOCIATESLIBRARY('1ydfPX5iH5pBOVntueWpMV',$,$,$,(#1320),#14304); +#14304= IFCLIBRARYREFERENCE($,$,'\X2\30E930F330C930DE30FC30AF533A5206\X0\','\X2\3053306E5EFA7269306F6B7453F27684306A5EFA7269304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#6967= IFCRELASSOCIATESLIBRARY('37bgGlQXnFMBftPR8wHgSt',$,$,$,(#1333),#14305); -#14305= IFCLIBRARYREFERENCE($,$,'\X2\30D730E930B063A57D9A53EF5426\X0\','\X2\5DEE8FBC53E3304C7DE9304430D730E930B063A57D9A30928A8D3081308B304B3001305D308C304C76F463A563A57D9A3055308C308B304B30693046304B30013042308B3044306F63A57D9A306E5F625F0F304C307E30606C7A5B9A3055308C30663044306A3044304B30926307793A3059308B3002\X0\','ja-JP',$); +#6963= IFCRELASSOCIATESLIBRARY('1ZyNjD3fXEUOKbdM0Nn3Ny',$,$,$,(#1320),#14305); +#14305= IFCLIBRARYREFERENCE($,$,'\X2\B79CB4DCB9C8D06C\X0\ \X2\AD6CBD84\X0\','\X2\C774\X0\ \X2\AC74BB3CC740\X0\ \X2\C5EDC0ACC801C778\X0\ \X2\AC74BB3C\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); -#6968= IFCRELASSOCIATESLIBRARY('3d1nJ88z11ieucPmGz2buR',$,$,$,(#1333),#14306); -#14306= IFCLIBRARYREFERENCE($,$,'\X2\D50CB7ECADF8\X0\ \X2\C5ECBD80\X0\','\X2\C2ACB86FC774\X0\ \X2\B290C2A8D55C\X0\ \X2\D50CB7ECADF8B97C\X0\ \X2\C778C815D558AC70B098\X0\ \X2\ADF8AC83C5D0\X0\ \X2\C9C1C811\X0\ \X2\C5F0ACB0B418B294C9C0\X0\ \X2\C5ECBD80\X0\, \X2\C5F0ACB0\X0\ \X2\D615C2DDC774\X0\ \X2\C544C9C1\X0\ \X2\ACB0C815B418C9C0\X0\ \X2\C54AC558B294C9C0\X0\ \X2\C124BA85D55CB2E4\X0\','ko-KR',$); +#6964= IFCRELASSOCIATESLIBRARY('0UQizPBCf7jRkDZXZ2_S4N',$,$,$,(#1324),#14306); +#14306= IFCLIBRARYREFERENCE($,$,'Is Main',$,'en',$); -#6969= IFCRELASSOCIATESLIBRARY('3WbYHEwHf2yfyF4zkaMAKF',$,$,$,(#1334),#14307); -#14307= IFCLIBRARYREFERENCE($,$,'Is Potable',$,'en',$); +#6965= IFCRELASSOCIATESLIBRARY('3X0aFrduX9yxX5847jS8nw',$,$,$,(#1327),#14307); +#14307= IFCLIBRARYREFERENCE($,$,'Is Mounted Flat Cable',$,'en',$); -#6970= IFCRELASSOCIATESLIBRARY('14Vlknv4n4OfW1pTt0DZji',$,$,$,(#1339),#14308); -#14308= IFCLIBRARYREFERENCE($,$,'Is Rigid',$,'en',$); +#6966= IFCRELASSOCIATESLIBRARY('3GiJcEvpz3A94yYCiJpm8p',$,$,$,(#1329),#14308); +#14308= IFCLIBRARYREFERENCE($,$,'Is Neutral Primary Terminal Available',$,'en',$); -#6971= IFCRELASSOCIATESLIBRARY('3TvVZLyRrCOhqkOJ2JUoex',$,$,$,(#1339),#14309); -#14309= IFCLIBRARYREFERENCE($,$,'\X2\92FC7BA1\X0\','\X2\92FC7BA1304B5426304B3002\X0\','ja-JP',$); +#6967= IFCRELASSOCIATESLIBRARY('2IVL7aAtPESfxbwN1CB$oF',$,$,$,(#1329),#14309); +#14309= IFCLIBRARYREFERENCE($,$,'\X2\4E2D602770B97B2C\X0\1\X2\30BF30FC30DF30CA30EB304C3042308B304B30693046304B\X0\','\X2\4E006B215DFB7DDA306E4E2D602770B9304C30BF30FC30DF30CA30EB306E58345408306FFF08\X0\=TRUE\X2\FF0930019055304658345408306FFF08\X0\= FALSE\X2\FF093068305730668868793A3059308B\X0\','ja-JP',$); -#6972= IFCRELASSOCIATESLIBRARY('1m6tm9x9z3bRzafoNe46Fx',$,$,$,(#1339),#14310); -#14310= IFCLIBRARYREFERENCE($,$,'\X2\AC15AD00\X0\',$,'ko-KR',$); +#6968= IFCRELASSOCIATESLIBRARY('1$jRgrIr90Iv$jU5Nm8XRo',$,$,$,(#1329),#14310); +#14310= IFCLIBRARYREFERENCE($,$,'\X2\C911C131C810\X0\ \X2\C81C\X0\ 1 \X2\D130BBF8B110\X0\ \X2\C5ECBD80\X0\','1\X2\CC28\X0\ \X2\AD8CC120C758\X0\ \X2\C911C131C810\X0\ \X2\D130BBF8B110C758\X0\ \X2\ACBDC6B0\X0\ (= TRUE), \X2\B2E4B978\X0\ \X2\ACBDC6B0B294\X0\ (= FALSE)\X2\B85C\X0\ \X2\D45CC2DC\X0\','ko-KR',$); -#6973= IFCRELASSOCIATESLIBRARY('0C$12Eoij0HPRWPj$B7PEC',$,$,$,(#1341),#14311); -#14311= IFCLIBRARYREFERENCE($,$,'Is Selectable',$,'en',$); +#6969= IFCRELASSOCIATESLIBRARY('2lDNcmIqDFRukZyLVmWloF',$,$,$,(#1330),#14311); +#14311= IFCLIBRARYREFERENCE($,$,'Is Neutral Secondary Terminal Available',$,'en',$); -#6974= IFCRELASSOCIATESLIBRARY('0H$AOpk9r07gQyLYAoqQqO',$,$,$,(#1341),#14312); -#14312= IFCLIBRARYREFERENCE($,$,'\X2\5207308A66FF3048\X0\','\X2\88C57F6E306E\X0\ \X2\201C\X0\ON-OFF\X2\201D72B6614B309296FB6C1776848868793A304C5207308A66FF304853EF80FD304B30693046304B3002\X0\','ja-JP',$); +#6970= IFCRELASSOCIATESLIBRARY('3oQuQeepf7pfmuYDBViLG0',$,$,$,(#1330),#14312); +#14312= IFCLIBRARYREFERENCE($,$,'\X2\4E2D602770B97B2C\X0\2\X2\30BF30FC30DF30CA30EB304C3042308B304B30693046304B\X0\','\X2\4E8C6B215DFB7DDA306E4E2D602770B9304C30BF30FC30DF30CA30EB306E58345408306FFF08\X0\=TRUE\X2\FF0930019055304658345408306FFF08\X0\= FALSE\X2\FF093068305730668868793A3059308B\X0\','ja-JP',$); -#6975= IFCRELASSOCIATESLIBRARY('2Qj6wyBYv4pgzUl1IfmaK5',$,$,$,(#1341),#14313); -#14313= IFCLIBRARYREFERENCE($,$,'\X2\C804D658\X0\','\X2\C7A5CE58C758\X0\ "ON-OFF"\X2\C0C1D0DCB97C\X0\ \X2\C804AE30C801C73CB85C\X0\ \X2\D45CC2DCAC00\X0\ \X2\AD50CCB4\X0\ \X2\AC00B2A5D569B2C8AE4C\X0\?','ko-KR',$); +#6971= IFCRELASSOCIATESLIBRARY('3UvZRDFoXBc8X6KktvUz9q',$,$,$,(#1330),#14313); +#14313= IFCLIBRARYREFERENCE($,$,'\X2\C911C131C810\X0\ \X2\C81C\X0\ 2 \X2\D130BBF8B110\X0\ \X2\C5ECBD80\X0\','2 \X2\CC28\X0\ \X2\CF54C77CC758\X0\ \X2\C911C131C810\X0\ \X2\D130BBF8B110C758\X0\ \X2\ACBDC6B0\X0\ (= TRUE), \X2\B2E4B978\X0\ \X2\ACBDC6B0B294\X0\ (= FALSE)\X2\B85C\X0\ \X2\D45CC2DC\X0\','ko-KR',$); -#6976= IFCRELASSOCIATESLIBRARY('09mukrSJfDJO73b_Pf7BQj',$,$,$,(#1342),#14314); -#14314= IFCLIBRARYREFERENCE($,$,'Is Selectable',$,'en',$); +#6972= IFCRELASSOCIATESLIBRARY('1XeOQKCoT7B9QCESwuSLa7',$,$,$,(#1331),#14314); +#14314= IFCLIBRARYREFERENCE($,$,'Is Normally Open',$,'en',$); -#6977= IFCRELASSOCIATESLIBRARY('36rfx5Q2rCOPbyHXasGK_S',$,$,$,(#1342),#14315); -#14315= IFCLIBRARYREFERENCE($,$,'\X2\5207308A66FF3048\X0\','\X2\88C57F6E306E\X0\ \X2\201C\X0\ON-OFF\X2\201D72B6614B309296FB6C1776848868793A304C5207308A66FF304853EF80FD304B30693046304B3002\X0\','ja-JP',$); +#6973= IFCRELASSOCIATESLIBRARY('3q4QySTlP51AbL3Fj0HUiG',$,$,$,(#1331),#14315); +#14315= IFCLIBRARYREFERENCE($,$,'\X2\30CE30FC30DE30EB30AA30FC30D730F3\X0\','\X2\308230573001\X0\TRUE\X2\306A30895F01306F30CE30FC30DE30EB30AA30FC30D730F33001308230573001\X0\FALSE\X2\306A308930CE30FC30DE30EB30AF30ED30FC30BA\X0\','ja-JP',$); -#6978= IFCRELASSOCIATESLIBRARY('0w8nEO$IT91weahyAatbv6',$,$,$,(#1342),#14316); -#14316= IFCLIBRARYREFERENCE($,$,'\X2\C804D658\X0\','\X2\C7A5CE58\X0\"ON-OFF "\X2\C0C1D0DCB97C\X0\ \X2\C804AE30C801C73CB85C\X0\ \X2\D45CC2DCAC00\X0\ \X2\AD50CCB4\X0\ \X2\AC00B2A5D569B2C8AE4C\X0\?','ko-KR',$); +#6974= IFCRELASSOCIATESLIBRARY('2BySGoPHz8fegSHJeZTs6T',$,$,$,(#1332),#14316); +#14316= IFCLIBRARYREFERENCE($,$,'Is Off When Lfunction On',$,'en',$); -#6979= IFCRELASSOCIATESLIBRARY('2EB9uY_rHCvPhCAb$UPiVJ',$,$,$,(#1343),#14317); -#14317= IFCLIBRARYREFERENCE($,$,'Is Selectable',$,'en',$); +#6975= IFCRELASSOCIATESLIBRARY('23ItLeQPfCohdtWrQb$EWS',$,$,$,(#1333),#14317); +#14317= IFCLIBRARYREFERENCE($,$,'Is Off When SFunction On',$,'en',$); -#6980= IFCRELASSOCIATESLIBRARY('2byCKldkrAbAm5Je_Gk_Wq',$,$,$,(#1343),#14318); -#14318= IFCLIBRARYREFERENCE($,$,'\X2\5207308A66FF3048\X0\','\X2\88C57F6E306E\X0\ \X2\201C\X0\ON-OFF\X2\201D72B6614B309296FB6C1776848868793A304C5207308A66FF304853EF80FD304B30693046304B3002\X0\','ja-JP',$); +#6977= IFCRELASSOCIATESLIBRARY('1AZAiKpM996fWFS9GNvcCQ',$,$,$,(#1334),#14318); +#14318= IFCLIBRARYREFERENCE($,$,'Isolating Purpose',$,'en',$); -#6981= IFCRELASSOCIATESLIBRARY('1MPohY2lfFJvCErk$cWoh7',$,$,$,(#1343),#14319); -#14319= IFCLIBRARYREFERENCE($,$,'\X2\C804D658\X0\','\X2\C7A5CE58\X0\"ON-OFF "\X2\C0C1D0DCB97C\X0\ \X2\C804AE30C801C73CB85C\X0\ \X2\D45CC2DCAC00\X0\ \X2\AD50CCB4\X0\ \X2\AC00B2A5D569B2C8AE4C\X0\?','ko-KR',$); +#6978= IFCRELASSOCIATESLIBRARY('2$NlC18g58195l5Xr8XWoh',$,$,$,(#1334),#14319); +#14319= IFCLIBRARYREFERENCE($,$,'\X2\906E65AD76EE7684\X0\','\X2\305D306E4F7F7528306E524D5F8C95A24FC2304B3089906E65AD5F013068305730664F7F308F308C308B5F01304C3042308B3088304630673042308C30703001906E65AD5F01304C4F7F308F308C30663044308B7406753130925B9A7FA93057307E30593002\X0\\X\0D\X\0A\X2\6CE8FF1A71C330484E0A304C308B706B306E4E0A306E30E930F330C730A330F330B05F01306E30883046306B3001906E65AD5F01306B524D5F8C95A24FC2304B30895225306A540D524D304C3064304F58345408306F52253067305930023053306E30883046306A3068304D5024306F5B9A307E3089306A30443002\X0\','ja-JP',$); -#6982= IFCRELASSOCIATESLIBRARY('2SX209IIb91enY$Mo2CI0A',$,$,$,(#1344),#14320); -#14320= IFCLIBRARYREFERENCE($,$,'Is Selectable',$,'en',$); +#6979= IFCRELASSOCIATESLIBRARY('3r80KbPA5BG8_n2Yzg3EdF',$,$,$,(#1335),#14320); +#14320= IFCLIBRARYREFERENCE($,$,'Isolator Compressibility',$,'en',$); -#6983= IFCRELASSOCIATESLIBRARY('27$ptVA1LETeSOBN2Om7R5',$,$,$,(#1344),#14321); -#14321= IFCLIBRARYREFERENCE($,$,'\X2\5207308A66FF3048\X0\','\X2\88C57F6E306E\X0\ \X2\201C\X0\ON-OFF\X2\201D72B6614B309296FB6C1776848868793A304C5207308A66FF304853EF80FD304B30693046304B3002\X0\','ja-JP',$); +#6980= IFCRELASSOCIATESLIBRARY('0frr$L78DA4QZYxCgTs2b8',$,$,$,(#1335),#14321); +#14321= IFCLIBRARYREFERENCE($,$,'\X2\632F52D57D767E016750306E57277E2E7387\X0\','\X2\632F52D57D767E016750306E57277E2E7387306E57277E2E7387\X0\','ja-JP',$); -#6984= IFCRELASSOCIATESLIBRARY('1GUblTFsDBrxoHNGoJvu8P',$,$,$,(#1344),#14322); -#14322= IFCLIBRARYREFERENCE($,$,'\X2\C804D658\X0\','\X2\C7A5CE58C758\X0\ "ON-OFF"\X2\C0C1D0DCB97C\X0\ \X2\C804AE30C801C73CB85C\X0\ \X2\D45CC2DCAC00\X0\ \X2\AD50CCB4\X0\ \X2\AC00B2A5D569B2C8AE4C\X0\?','ko-KR',$); +#6981= IFCRELASSOCIATESLIBRARY('3wJ3INKnP8M8ASmEchKG4x',$,$,$,(#1336),#14322); +#14322= IFCLIBRARYREFERENCE($,$,'Isolator Static Deflection',$,'en',$); -#6985= IFCRELASSOCIATESLIBRARY('1dvaiMx_bEgwShZjOhWf6Y',$,$,$,(#1347),#14323); -#14323= IFCLIBRARYREFERENCE($,$,'Is Shallow',$,'en',$); +#6982= IFCRELASSOCIATESLIBRARY('2pVonBGPH9zud$IGze5ZLo',$,$,$,(#1336),#14323); +#14323= IFCLIBRARYREFERENCE($,$,'\X2\632F52D57D767E01675097597684305F308F307F\X0\','\X2\632F52D57D767E016750306E97597684305F308F307F\X0\','ja-JP',$); -#6986= IFCRELASSOCIATESLIBRARY('2hPNSIerD2vOXyWVdbThc7',$,$,$,(#1347),#14324); -#14324= IFCLIBRARYREFERENCE($,$,'\X2\6D453044304B\X0\','\X2\30C030AF30C830B930DA30FC30B9306F6D453044304B30693046304BFF08\X0\TRUE\X2\62163044306F\X0\FALSE\X2\FF093002\X0\','ja-JP',$); +#6983= IFCRELASSOCIATESLIBRARY('2cIcqYw5j8MfUmAFfYlBd5',$,$,$,(#1337),#14324); +#14324= IFCLIBRARYREFERENCE($,$,'Is One Way',$,'en',$); -#6987= IFCRELASSOCIATESLIBRARY('1OO_6w3pv7zgE2QmEzr22h',$,$,$,(#1347),#14325); -#14325= IFCLIBRARYREFERENCE($,$,'\X2\B355D2B8ACF5AC04\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04C774\X0\ \X2\C595C740\X0\ \X2\C5ECBD80\X0\ (TRUE \X2\B610B294\X0\ FALSE)','ko-KR',$); +#6984= IFCRELASSOCIATESLIBRARY('2u2WFAShHADw3J4fUVHo_t',$,$,$,(#1337),#14325); +#14325= IFCLIBRARYREFERENCE($,$,'Sens unique','Indique si cette all\S\ie du parking est pr\S\ivue pour \S\jtre \S\` sens unique (VRAI) ou \S\` double sens (FAUX). A fournir seulement si la propri\S\it\S\i "Est un acc\S\hs" est \S\igale \S\` VRAI.','fr-FR',$); -#6988= IFCRELASSOCIATESLIBRARY('0pmfh_5r9BqR5W_y$a2wBk',$,$,$,(#1349),#14326); -#14326= IFCLIBRARYREFERENCE($,$,'Is Single Flush',$,'en',$); +#6985= IFCRELASSOCIATESLIBRARY('3CJnoQMufEowBZ2DpGip7$',$,$,$,(#1337),#14326); +#14326= IFCLIBRARYREFERENCE($,$,'\X2\4E0065B9901A884C\X0\','\X2\99D08ECA5834901A8DEF304C4E0065B9901A884C\X0\(TRUE)\X2\304B53CC65B95411\X0\(FALSE)\X2\304B3092793A305930D530E930B03002\X0\','ja-JP',$); -#6989= IFCRELASSOCIATESLIBRARY('3LkMtwi0nDqBDrFq358j_2',$,$,$,(#1349),#14327); -#14327= IFCLIBRARYREFERENCE($,$,'\X2\53584E00306E30D530E930C330B730E5\X0\','\X2\53584E0030D530E930C330B730E5\X0\= TRUE\X2\FF0854046D176D44306B540C91CF306E6C34304C4F7F75283055308C308BFF09300130C730E530A230EB30D530E930C330B730E5\X0\= FALSE\X2\FF086D176D443059308B6C5A7269306B5FDC3058306630CF30A4307E305F306F30ED30FC309230E630FC30B6304C9078629E3059308B30533068304C3067304D308B30D530E930C330B730E54F7F7528FF09306E63076A1930928A2D5B9A3059308B3002\X0\','ja-JP',$); +#6986= IFCRELASSOCIATESLIBRARY('1EWEFjX0XEJw9lWkwHLLCW',$,$,$,(#1338),#14327); +#14327= IFCLIBRARYREFERENCE($,$,'Isothermal Moisture Capacity',$,'en',$); -#6990= IFCRELASSOCIATESLIBRARY('1rTGrLET15NP5FasV9_5wx',$,$,$,(#1350),#14328); -#14328= IFCLIBRARYREFERENCE($,$,'Is Skilled Operator',$,'en',$); +#6987= IFCRELASSOCIATESLIBRARY('3n3MBywqrF3wG6deTw7xNs',$,$,$,(#1339),#14328); +#14328= IFCLIBRARYREFERENCE($,$,'Is Outdoors',$,'en',$); -#6991= IFCRELASSOCIATESLIBRARY('3bb_XUPkz4lQAxWNbiz1NY',$,$,$,(#1354),#14329); -#14329= IFCLIBRARYREFERENCE($,$,'Is Switch',$,'en',$); +#6988= IFCRELASSOCIATESLIBRARY('3ZkQBHvbj2lQU7tL0mA7nC',$,$,$,(#1339),#14329); +#14329= IFCLIBRARYREFERENCE($,$,'\X2\5C4B59165BFE5FDC306E53EF5426\X0\','\X2\5C4B591652297528304C53EF80FD304B30693046304B3092793A30593002\X0\','ja-JP',$); -#6992= IFCRELASSOCIATESLIBRARY('3f1ZwR3ST9FeNvgj9AOZTU',$,$,$,(#1354),#14330); -#14330= IFCLIBRARYREFERENCE($,$,'\X2\30B930A430C330C16A5F80FD306E67097121\X0\','\X2\30BB30F330B530FC304C8A2D5B9A5024306730B930A430C330C13068305730666A5F80FD3059308BFF08\X0\TRUE)\X2\304B30015426304BFF08\X0\FALSE)\X2\30928B5852253059308B3002\X0\','ja-JP',$); +#6989= IFCRELASSOCIATESLIBRARY('1bwFwX8892e8OC7yAdPhzL',$,$,$,(#1339),#14330); +#14330= IFCLIBRARYREFERENCE($,$,'\X2\C2E4C678\X0\ \X2\C5ECBD80\X0\','\X2\C625C678\X0\ \X2\C774C6A9C774\X0\ \X2\AC00B2A5D55CC9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0C5B2C8B2E4\X0\.','ko-KR',$); -#6993= IFCRELASSOCIATESLIBRARY('1K2AKjyIXEUuGp2aWjjvsQ',$,$,$,(#1354),#14331); -#14331= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\AE30B2A5C758\X0\ \X2\C720BB34\X0\','\X2\C13CC11C\X0\ \X2\C124C815C5D0C11C\X0\ \X2\C2A4C704CE58\X0\ \X2\C5EDD560\X0\ (TRUE) \X2\B610B294\X0\ \X2\C5ECBD80\X0\ (FALSE)\X2\B97C\X0\ \X2\D655C778D55CB2E4\X0\.','ko-KR',$); +#6990= IFCRELASSOCIATESLIBRARY('2nDxMlyojD4fIEBTssVx5S',$,$,$,(#1340),#14331); +#14331= IFCLIBRARYREFERENCE($,$,'Ausblick erw\S\|nscht','Angabe, ob dieser Raum einen nat\S\|rlichen Ausblick nach draussen gew\S\dhren soll (WAHR) oder dies nicht gefordert ist (FALSCH).','de-DE',$); -#6994= IFCRELASSOCIATESLIBRARY('1ml1Gv8PTDh8Kjsiehkx8h',$,$,$,(#1355),#14332); -#14332= IFCLIBRARYREFERENCE($,$,'German-name-7','German-description-7','de-DE',$); +#6991= IFCRELASSOCIATESLIBRARY('1qdF$ngNj07gi43LvVnfPv',$,$,$,(#1340),#14332); +#14332= IFCLIBRARYREFERENCE($,$,'Is Outlook Desirable',$,'en',$); -#6995= IFCRELASSOCIATESLIBRARY('1lKSiiP_PDqAUytns6V9yi',$,$,$,(#1355),#14333); -#14333= IFCLIBRARYREFERENCE($,$,'Is Tempered',$,'en',$); +#6992= IFCRELASSOCIATESLIBRARY('1H5_MPuL1308DK0DwLSr$9',$,$,$,(#1340),#14333); +#14333= IFCLIBRARYREFERENCE($,$,'VueExterieurSouhaitable','Indique si la vue sur l''ext\S\irieur est souhaitable (VRAI) ou non (FAUX).','fr-FR',$); -#6996= IFCRELASSOCIATESLIBRARY('2W5L$XFPL9rwZXnZqEg1XL',$,$,$,(#1355),#14334); -#14334= IFCLIBRARYREFERENCE($,$,'VitrageTrempe','Indique si le verre est tremp\S\i (VRAI) ou non (FAUX).','fr-FR',$); +#6993= IFCRELASSOCIATESLIBRARY('0egIXpm21B_ez$1cLIDpyx',$,$,$,(#1340),#14334); +#14334= IFCLIBRARYREFERENCE($,$,'\X2\773A671B306E5584305760AA3057\X0\','\X2\5916306E773A671B304C671B307E30573044304B30693046304B3002\X0\','ja-JP',$); -#6997= IFCRELASSOCIATESLIBRARY('1JOv$JbG144fAmUsjRryOl',$,$,$,(#1355),#14335); -#14335= IFCLIBRARYREFERENCE($,$,'\X2\5F37531630AC30E930B9\X0\','\X2\5F37531630AC30E930B9304BFF08\X0\TRUE\X2\FF095426304B\X0\(FALSE)\X2\3092793A30593002\X0\','ja-JP',$); +#6994= IFCRELASSOCIATESLIBRARY('14W5D$0e9Ch8RzCp1zGDFq',$,$,$,(#1341),#14335); +#14335= IFCLIBRARYREFERENCE($,$,'Is Permanent ID',$,'en',$); -#6998= IFCRELASSOCIATESLIBRARY('2otJ2f1Ob23wexEyTr5g3d',$,$,$,(#1355),#14336); -#14336= IFCLIBRARYREFERENCE($,$,'\X2\662F542694A25316\X0\','\X2\8868793A73BB7483662F54267ECF8FC75F3A5316590474063002\X0\','zh-CN',$); +#6995= IFCRELASSOCIATESLIBRARY('1nYKKEpvL4OAZhDSEHHVxU',$,$,$,(#1341),#14336); +#14336= IFCLIBRARYREFERENCE($,$,'IdPermanent','Indique si l''identifiant est permanent (VRAI) ou non (FAUX)','fr-FR',$); -#6999= IFCRELASSOCIATESLIBRARY('23uyKGz2z8LfuEgMyIRFwm',$,$,$,(#1359),#14337); -#14337= IFCLIBRARYREFERENCE($,$,'Is Time Tolerance Positive Only',$,'en',$); +#6996= IFCRELASSOCIATESLIBRARY('0cs167DLXDOQiweNKqrhcb',$,$,$,(#1341),#14337); +#14337= IFCLIBRARYREFERENCE($,$,'\X2\60524E45\X0\ID\X2\533A5206\X0\','\X2\65775730\X0\ID\X2\304C60524E457684306A3082306E304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#7000= IFCRELASSOCIATESLIBRARY('0_vcqrpMDCXwL467dgM04n',$,$,$,(#1359),#14338); -#14338= IFCLIBRARYREFERENCE($,$,'\X2\664295938A315BB95024\X0\','\X2\8A315BB966429593\X0\1\X2\306E5024306E307F304B30693046304B3002\X0\\X\0D\X\0A \X2\4E0A8A183067306A3044583454083001664295938A315BB95024306F300130D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); +#6997= IFCRELASSOCIATESLIBRARY('1zSrKZ9U9E0xMUnnorJicc',$,$,$,(#1341),#14338); +#14338= IFCLIBRARYREFERENCE($,$,'\X2\C601AD6C\X0\ ID \X2\AD6CBD84\X0\','\X2\BD80C9C0\X0\ ID\X2\AC00\X0\ \X2\C601AD6CC801C778\X0\ \X2\AC83C778C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12C785B2C8B2E4\X0\.','ko-KR',$); -#7001= IFCRELASSOCIATESLIBRARY('0LBEbWPKrCNfRm_bos6Pwf',$,$,$,(#1359),#14339); -#14339= IFCLIBRARYREFERENCE($,$,'\X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58\X0\','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1 \X2\AC12B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\ \X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58B294\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); +#6998= IFCRELASSOCIATESLIBRARY('3vf1xklIvBi9X7UJJY5i$v',$,$,$,(#1342),#14339); +#14339= IFCLIBRARYREFERENCE($,$,'Geb\S\dudekennzeichen permanent','Angabe, on das angegebene Geb\S\dudekennzeichen permanent ist (TRUE), oder eine tempor\S\dre Antragsnummer (FALSE).','de-DE',$); -#7002= IFCRELASSOCIATESLIBRARY('0HMcyWqWfBVP6K6o9jRtVA',$,$,$,(#1360),#14340); -#14340= IFCLIBRARYREFERENCE($,$,'Is Time Tolerance Positive Only',$,'en',$); +#6999= IFCRELASSOCIATESLIBRARY('2D7WaKwJXEFxVZqpiNXsqP',$,$,$,(#1342),#14340); +#14340= IFCLIBRARYREFERENCE($,$,'Is Permanent ID',$,'en',$); -#7003= IFCRELASSOCIATESLIBRARY('0T5n9FA_H69RploHTr9ONe',$,$,$,(#1360),#14341); -#14341= IFCLIBRARYREFERENCE($,$,'\X2\664295938A315BB95024\X0\','\X2\8A315BB966429593\X0\1\X2\306E5024306E307F304B30693046304B\X0\\X\0D\X\0A \X2\4E0A8A183067306A3044583454083001664295938A315BB95024306F300130D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); +#7000= IFCRELASSOCIATESLIBRARY('0YZ3pS4cn0kej4xhn6xr0i',$,$,$,(#1342),#14341); +#14341= IFCLIBRARYREFERENCE($,$,'IdPermanent','Indique si l''identifiant attribu\S\ie au b\S\btiment est permanent (=VRAI) ou temporaire (=FAUX).','fr-FR',$); -#7004= IFCRELASSOCIATESLIBRARY('3BCZPFPpz2b81MKAjZ8gX3',$,$,$,(#1360),#14342); -#14342= IFCLIBRARYREFERENCE($,$,'\X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58\X0\','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1 \X2\AC12B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\ \X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58B294\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); +#7001= IFCRELASSOCIATESLIBRARY('1UrDyndF5B_P0pie$evTvO',$,$,$,(#1342),#14342); +#14342= IFCLIBRARYREFERENCE($,$,'\X2\6C384E45\X0\ID\X2\533A5206\X0\','\X2\5EFA7269\X0\ID\X2\304C60524E457684306A\X0\ID\X2\304B30693046304B306E30D630FC30EA30A230F350243002\X0\','ja-JP',$); -#7005= IFCRELASSOCIATESLIBRARY('2nRQkR84P3ef6T3nPABMlc',$,$,$,(#1361),#14343); -#14343= IFCLIBRARYREFERENCE($,$,'Is Time Tolerance Positive Only',$,'en',$); +#7002= IFCRELASSOCIATESLIBRARY('0$01mNMjn9sgsLSfNJ_xnD',$,$,$,(#1342),#14343); +#14343= IFCLIBRARYREFERENCE($,$,'\X2\C601AD6C\X0\ ID \X2\AD6CBD84\X0\','\X2\AC74BB3C\X0\ ID\X2\AC00\X0\ \X2\C601AD6CC801C778\X0\ ID \X2\C5ECBD80AC12\X0\','ko-KR',$); -#7006= IFCRELASSOCIATESLIBRARY('2qnE43VaX7Fwossr3e28Xu',$,$,$,(#1361),#14344); -#14344= IFCLIBRARYREFERENCE($,$,'\X2\664295938A315BB95024\X0\','\X2\8A315BB966429593\X0\1\X2\306E5024306E307F304B30693046304B\X0\\X\0D\X\0A \X2\4E0A8A183067306A3044583454083001664295938A315BB95024306F300130D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); +#7003= IFCRELASSOCIATESLIBRARY('2yrmanA818GOZFPrR0p7e4',$,$,$,(#1344),#14344); +#14344= IFCLIBRARYREFERENCE($,$,'Is Pluggable Outlet',$,'en',$); -#7007= IFCRELASSOCIATESLIBRARY('0VR0i0hgXD6AfW1ot64tYn',$,$,$,(#1361),#14345); -#14345= IFCLIBRARYREFERENCE($,$,'\X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58\X0\','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1 \X2\AC12B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\ \X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58B294\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); +#7004= IFCRELASSOCIATESLIBRARY('0XgnIRd$L8Hwub10eMMprg',$,$,$,(#1344),#14345); +#14345= IFCLIBRARYREFERENCE($,$,'\X2\30D730E930B063A57D9A53EF5426\X0\','\X2\5DEE8FBC53E3304C7DE9304430D730E930B063A57D9A30928A8D3081308B304B3001305D308C304C76F463A563A57D9A3055308C308B304B30693046304B30013042308B3044306F63A57D9A306E5F625F0F304C307E30606C7A5B9A3055308C30663044306A3044304B30926307793A3059308B3002\X0\','ja-JP',$); -#7008= IFCRELASSOCIATESLIBRARY('39uo8rG7f5MBKMXMQwI51h',$,$,$,(#1365),#14346); -#14346= IFCLIBRARYREFERENCE($,$,'Is Used',$,'en',$); +#7005= IFCRELASSOCIATESLIBRARY('0gN8L_rhb48h99UZ8BHIfd',$,$,$,(#1344),#14346); +#14346= IFCLIBRARYREFERENCE($,$,'\X2\D50CB7ECADF8\X0\ \X2\C5ECBD80\X0\','\X2\C2ACB86FC774\X0\ \X2\B290C2A8D55C\X0\ \X2\D50CB7ECADF8B97C\X0\ \X2\C778C815D558AC70B098\X0\ \X2\ADF8AC83C5D0\X0\ \X2\C9C1C811\X0\ \X2\C5F0ACB0B418B294C9C0\X0\ \X2\C5ECBD80\X0\, \X2\C5F0ACB0\X0\ \X2\D615C2DDC774\X0\ \X2\C544C9C1\X0\ \X2\ACB0C815B418C9C0\X0\ \X2\C54AC558B294C9C0\X0\ \X2\C124BA85D55CB2E4\X0\','ko-KR',$); -#7009= IFCRELASSOCIATESLIBRARY('3Yw5g$AHX7pfwUEE1rjlXi',$,$,$,(#1366),#14347); -#14347= IFCLIBRARYREFERENCE($,$,'Is Water Storage Heater',$,'en',$); +#7006= IFCRELASSOCIATESLIBRARY('3xXk6DfIHB4xrUSk_tvuj7',$,$,$,(#1345),#14347); +#14347= IFCLIBRARYREFERENCE($,$,'Is Potable',$,'en',$); -#7010= IFCRELASSOCIATESLIBRARY('0z_csvK8L4GOPCNcSR4PGD',$,$,$,(#1366),#14348); -#14348= IFCLIBRARYREFERENCE($,$,'AvoirChauffeEau','Utilis\S\i pour identifier si la chaudi\S\hre une capacit\S\i de r\S\iserve en eau (VRAI). Si FAUX, alors il n''y a pas de capacit\S\i de r\S\iserve int\S\igr\S\ie dans la chaudi\S\hre, tel qu''un chauffe-eau instantan\S\i.','fr-FR',$); +#7007= IFCRELASSOCIATESLIBRARY('0dPwJ_jz5C9R3CGL8iCBXf',$,$,$,(#1350),#14348); +#14348= IFCLIBRARYREFERENCE($,$,'Is Rigid',$,'en',$); -#7011= IFCRELASSOCIATESLIBRARY('1rkFKJDTvD6xjntzYXce_S',$,$,$,(#1366),#14349); -#14349= IFCLIBRARYREFERENCE($,$,'\X2\7D666E6F30BF30F330AF67097121\X0\','\X2\7D666E6F7528306E7F364F53304C3042308C3070\X0\TRUE\X2\3001FF0877AC95936E6F6CB8304B30575668306E30883046306BFF0930DC30A430E9306B30BF30F330AF304C306A3051308C3070\X0\FALSE','ja-JP',$); +#7008= IFCRELASSOCIATESLIBRARY('2BIPRDPzj93fcPJ1UJ_SIy',$,$,$,(#1350),#14349); +#14349= IFCLIBRARYREFERENCE($,$,'\X2\92FC7BA1\X0\','\X2\92FC7BA1304B5426304B3002\X0\','ja-JP',$); -#7012= IFCRELASSOCIATESLIBRARY('3h9Da_7x9FLeHGg_0XWboG',$,$,$,(#1368),#14350); -#14350= IFCLIBRARYREFERENCE($,$,'German-name-10','German-description-10','de-DE',$); +#7009= IFCRELASSOCIATESLIBRARY('1gHEhRRhfCe9CFWP7Tzsbh',$,$,$,(#1350),#14350); +#14350= IFCLIBRARYREFERENCE($,$,'\X2\AC15AD00\X0\',$,'ko-KR',$); -#7013= IFCRELASSOCIATESLIBRARY('0bHN1uiH5AcAwj8du_vlvz',$,$,$,(#1368),#14351); -#14351= IFCLIBRARYREFERENCE($,$,'Is Wired',$,'en',$); +#7010= IFCRELASSOCIATESLIBRARY('1YnoLMvgDFgAixsQVY$2wo',$,$,$,(#1352),#14351); +#14351= IFCLIBRARYREFERENCE($,$,'Is Selectable',$,'en',$); -#7014= IFCRELASSOCIATESLIBRARY('3Ng$32_V15sRqiOopGojNN',$,$,$,(#1368),#14352); -#14352= IFCLIBRARYREFERENCE($,$,'VitrageArme','Indique si le verre est un verre arm\S\i \S\` maille anti-effraction (VRAI) ou non (FAUX)','fr-FR',$); +#7011= IFCRELASSOCIATESLIBRARY('1qQoNJkzH7cu0_4iJJG2l9',$,$,$,(#1352),#14352); +#14352= IFCLIBRARYREFERENCE($,$,'\X2\5207308A66FF3048\X0\','\X2\88C57F6E306E\X0\ \X2\201C\X0\ON-OFF\X2\201D72B6614B309296FB6C1776848868793A304C5207308A66FF304853EF80FD304B30693046304B3002\X0\','ja-JP',$); -#7015= IFCRELASSOCIATESLIBRARY('3nTE5tymHFSAIs7jtNOhrB',$,$,$,(#1368),#14353); -#14353= IFCLIBRARYREFERENCE($,$,'\X2\7DB25165308A30AC30E930B9\X0\','\X2\4E0D6CD54FB5516596326B62306E7DB25165308A30AC30E930B9304BFF08\X0\TRUE)\X2\5426304BFF08\X0\FALSE\X2\FF09793A30593002\X0\','ja-JP',$); +#7012= IFCRELASSOCIATESLIBRARY('1nZJc2sSz4rv5QvNbUS2m_',$,$,$,(#1352),#14353); +#14353= IFCLIBRARYREFERENCE($,$,'\X2\C804D658\X0\','\X2\C7A5CE58C758\X0\ "ON-OFF"\X2\C0C1D0DCB97C\X0\ \X2\C804AE30C801C73CB85C\X0\ \X2\D45CC2DCAC00\X0\ \X2\AD50CCB4\X0\ \X2\AC00B2A5D569B2C8AE4C\X0\?','ko-KR',$); -#7016= IFCRELASSOCIATESLIBRARY('3W1ZiksTbCVuv33kKTYnqM',$,$,$,(#1368),#14354); -#14354= IFCLIBRARYREFERENCE($,$,'\X2\662F542659394E1D\X0\','\X2\8868793A73BB7483662F542651776709963265AD88C276847EA47EF47F51683C3002\X0\','zh-CN',$); +#7013= IFCRELASSOCIATESLIBRARY('1hTei61KPEXPib$rF9QWbJ',$,$,$,(#1353),#14354); +#14354= IFCLIBRARYREFERENCE($,$,'Is Selectable',$,'en',$); -#7018= IFCRELASSOCIATESLIBRARY('0K2YtPGPz149Nd$_PiqbOS',$,$,$,(#1371),#14355); -#14355= IFCLIBRARYREFERENCE($,$,'Junction Left Angle',$,'en',$); +#7014= IFCRELASSOCIATESLIBRARY('1$nBfjto54KfXc$R3_gIg$',$,$,$,(#1353),#14355); +#14355= IFCLIBRARYREFERENCE($,$,'\X2\5207308A66FF3048\X0\','\X2\88C57F6E306E\X0\ \X2\201C\X0\ON-OFF\X2\201D72B6614B309296FB6C1776848868793A304C5207308A66FF304853EF80FD304B30693046304B3002\X0\','ja-JP',$); -#7019= IFCRELASSOCIATESLIBRARY('1M8zbxVk99c9K2SvlJb5ti',$,$,$,(#1371),#14356); -#14356= IFCLIBRARYREFERENCE($,$,'\X2\5DE67D99304E624B89D25EA6\X0\','\X2\5DE67D99304E624B306E6D41308C306E65B95411306E59095316\X0\','ja-JP',$); +#7015= IFCRELASSOCIATESLIBRARY('088v4cNvXFaOZ1tJl0miAG',$,$,$,(#1353),#14356); +#14356= IFCLIBRARYREFERENCE($,$,'\X2\C804D658\X0\','\X2\C7A5CE58\X0\"ON-OFF "\X2\C0C1D0DCB97C\X0\ \X2\C804AE30C801C73CB85C\X0\ \X2\D45CC2DCAC00\X0\ \X2\AD50CCB4\X0\ \X2\AC00B2A5D569B2C8AE4C\X0\?','ko-KR',$); -#7020= IFCRELASSOCIATESLIBRARY('0EmEiOrVD4pwvHYDCUy_Hq',$,$,$,(#1372),#14357); -#14357= IFCLIBRARYREFERENCE($,$,'Junction Left Radius',$,'en',$); +#7016= IFCRELASSOCIATESLIBRARY('2ODBb0LPvB7Rj4U6GeyahK',$,$,$,(#1354),#14357); +#14357= IFCLIBRARYREFERENCE($,$,'Is Selectable',$,'en',$); -#7021= IFCRELASSOCIATESLIBRARY('3_WGcGJMf0BBNqEP3JAOMZ',$,$,$,(#1372),#14358); -#14358= IFCLIBRARYREFERENCE($,$,'\X2\5DE67D99304E624B534A5F84\X0\','\X2\5DE67D99304E624B306E66F2304C308A306E534A5F84\X0\','ja-JP',$); +#7017= IFCRELASSOCIATESLIBRARY('0DzO344u55zunc0CUNFZjA',$,$,$,(#1354),#14358); +#14358= IFCLIBRARYREFERENCE($,$,'\X2\5207308A66FF3048\X0\','\X2\88C57F6E306E\X0\ \X2\201C\X0\ON-OFF\X2\201D72B6614B309296FB6C1776848868793A304C5207308A66FF304853EF80FD304B30693046304B3002\X0\','ja-JP',$); -#7022= IFCRELASSOCIATESLIBRARY('33c0T8o9zAsxWGpwkAFpmH',$,$,$,(#1373),#14359); -#14359= IFCLIBRARYREFERENCE($,$,'Junction Right Angle',$,'en',$); +#7018= IFCRELASSOCIATESLIBRARY('3fI2edWcn3jQql8BjexeTk',$,$,$,(#1354),#14359); +#14359= IFCLIBRARYREFERENCE($,$,'\X2\C804D658\X0\','\X2\C7A5CE58\X0\"ON-OFF "\X2\C0C1D0DCB97C\X0\ \X2\C804AE30C801C73CB85C\X0\ \X2\D45CC2DCAC00\X0\ \X2\AD50CCB4\X0\ \X2\AC00B2A5D569B2C8AE4C\X0\?','ko-KR',$); -#7023= IFCRELASSOCIATESLIBRARY('2Mi0cr1Yr2HRAsNuFNr09G',$,$,$,(#1373),#14360); -#14360= IFCLIBRARYREFERENCE($,$,'\X2\53F37D99304E624B89D25EA6\X0\','\X2\53F37D99304E624B306E6D41308C306E65B95411306E59095316\X0\','ja-JP',$); +#7019= IFCRELASSOCIATESLIBRARY('3ADuBwCPT6Ou0P4fVTRi9Y',$,$,$,(#1355),#14360); +#14360= IFCLIBRARYREFERENCE($,$,'Is Selectable',$,'en',$); -#7024= IFCRELASSOCIATESLIBRARY('09rEK3UkTA3ext9xc3dJRh',$,$,$,(#1374),#14361); -#14361= IFCLIBRARYREFERENCE($,$,'Junction Right Radius',$,'en',$); +#7020= IFCRELASSOCIATESLIBRARY('3GwhA4ZsD8APQFcCw7WO14',$,$,$,(#1355),#14361); +#14361= IFCLIBRARYREFERENCE($,$,'\X2\5207308A66FF3048\X0\','\X2\88C57F6E306E\X0\ \X2\201C\X0\ON-OFF\X2\201D72B6614B309296FB6C1776848868793A304C5207308A66FF304853EF80FD304B30693046304B3002\X0\','ja-JP',$); -#7025= IFCRELASSOCIATESLIBRARY('049OcX9wTEjeQDYr5sb2BR',$,$,$,(#1374),#14362); -#14362= IFCLIBRARYREFERENCE($,$,'\X2\53F37D99304E624B534A5F84\X0\','\X2\53F37D99304E624B306E66F2304C308A306E534A5F84\X0\(\X2\30BC30ED306F92ED304466F2304C308A3092610F54733059308B\X0\)','ja-JP',$); +#7021= IFCRELASSOCIATESLIBRARY('26Wai7ASf7yQ4$AtWjZsMz',$,$,$,(#1355),#14362); +#14362= IFCLIBRARYREFERENCE($,$,'\X2\C804D658\X0\','\X2\C7A5CE58C758\X0\ "ON-OFF"\X2\C0C1D0DCB97C\X0\ \X2\C804AE30C801C73CB85C\X0\ \X2\D45CC2DCAC00\X0\ \X2\AD50CCB4\X0\ \X2\AC00B2A5D569B2C8AE4C\X0\?','ko-KR',$); -#7027= IFCRELASSOCIATESLIBRARY('2m3rnz10v3RgHUsLriTpnz',$,$,$,(#1375),#14363); -#14363= IFCLIBRARYREFERENCE($,$,'Junction Type',$,'en',$); +#7022= IFCRELASSOCIATESLIBRARY('3_iuW8szPA3RDnlr_GPj7O',$,$,$,(#1358),#14363); +#14363= IFCLIBRARYREFERENCE($,$,'Is Shallow',$,'en',$); -#7028= IFCRELASSOCIATESLIBRARY('2WaWbXdcr7UwQOzc9l8amE',$,$,$,(#1375),#14364); -#14364= IFCLIBRARYREFERENCE($,$,'\X2\7D99304E624B30BF30A430D7\X0\','\X2\63A55408306E30BF30A430D73000\X0\(T\X2\7D99304E624B306F\X0\3\X2\672C300053415B577D99304E624B306F\X0\4\X2\672C\X0\)','ja-JP',$); +#7023= IFCRELASSOCIATESLIBRARY('3wv9JVLpLAjfbYBQq_3BBv',$,$,$,(#1358),#14364); +#14364= IFCLIBRARYREFERENCE($,$,'\X2\6D453044304B\X0\','\X2\30C030AF30C830B930DA30FC30B9306F6D453044304B30693046304BFF08\X0\TRUE\X2\62163044306F\X0\FALSE\X2\FF093002\X0\','ja-JP',$); -#7029= IFCRELASSOCIATESLIBRARY('2DzuNeiWv7GQBBXAn6huSw',$,$,$,(#1378),#14365); -#14365= IFCLIBRARYREFERENCE($,$,'Key Depth',$,'en',$); +#7024= IFCRELASSOCIATESLIBRARY('17jmS1wQH0PPWOTwz9emYW',$,$,$,(#1358),#14365); +#14365= IFCLIBRARYREFERENCE($,$,'\X2\B355D2B8ACF5AC04\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04C774\X0\ \X2\C595C740\X0\ \X2\C5ECBD80\X0\ (TRUE \X2\B610B294\X0\ FALSE)','ko-KR',$); -#7030= IFCRELASSOCIATESLIBRARY('3x1GuFnSH4pe_XZbI3LzAT',$,$,$,(#1379),#14366); -#14366= IFCLIBRARYREFERENCE($,$,'Key Height',$,'en',$); +#7025= IFCRELASSOCIATESLIBRARY('0ZGhERqHz6EwaEmsy5vBp4',$,$,$,(#1360),#14366); +#14366= IFCLIBRARYREFERENCE($,$,'Is Single Flush',$,'en',$); -#7031= IFCRELASSOCIATESLIBRARY('0vnYHlAjvCU8qNTNdeQ0QS',$,$,$,(#1380),#14367); -#14367= IFCLIBRARYREFERENCE($,$,'Key Offset',$,'en',$); +#7026= IFCRELASSOCIATESLIBRARY('1QXR7UXKnEqwpgliR_7tEG',$,$,$,(#1360),#14367); +#14367= IFCLIBRARYREFERENCE($,$,'\X2\53584E00306E30D530E930C330B730E5\X0\','\X2\53584E0030D530E930C330B730E5\X0\= TRUE\X2\FF0854046D176D44306B540C91CF306E6C34304C4F7F75283055308C308BFF09300130C730E530A230EB30D530E930C330B730E5\X0\= FALSE\X2\FF086D176D443059308B6C5A7269306B5FDC3058306630CF30A4307E305F306F30ED30FC309230E630FC30B6304C9078629E3059308B30533068304C3067304D308B30D530E930C330B730E54F7F7528FF09306E63076A1930928A2D5B9A3059308B3002\X0\','ja-JP',$); -#7033= IFCRELASSOCIATESLIBRARY('20akp1xE9AJvo5WG0YNuPs',$,$,$,(#1381),#14368); -#14368= IFCLIBRARYREFERENCE($,$,'Keypad Type',$,'en',$); +#7027= IFCRELASSOCIATESLIBRARY('0ZcTafeSPFlvEI7uGR2wAD',$,$,$,(#1361),#14368); +#14368= IFCLIBRARYREFERENCE($,$,'Is Skilled Operator',$,'en',$); -#7034= IFCRELASSOCIATESLIBRARY('17NOF0TsH4EeCL6oruFqKL',$,$,$,(#1381),#14369); -#14369= IFCLIBRARYREFERENCE($,$,'\X2\30AD30FC30D130C330C930BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B300130AD30FC30D130C330C930B930A430C330C1306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#7028= IFCRELASSOCIATESLIBRARY('0fgMBifZP0zQ8jCT0k$L5g',$,$,$,(#1365),#14369); +#14369= IFCLIBRARYREFERENCE($,$,'Is Switch',$,'en',$); -#7035= IFCRELASSOCIATESLIBRARY('0x9Jm3rL9A_RqxnasT1gAB',$,$,$,(#1381),#14370); -#14370= IFCLIBRARYREFERENCE($,$,'\X2\D0A4D328B4DC\X0\ \X2\C720D615\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\D0A4D328B4DC\X0\ \X2\C2A4C704CE58\X0\ \X2\BAA9B85D\X0\','ko-KR',$); +#7029= IFCRELASSOCIATESLIBRARY('2WyFSvqDrABQVXMgVC1hVb',$,$,$,(#1365),#14370); +#14370= IFCLIBRARYREFERENCE($,$,'\X2\30B930A430C330C16A5F80FD306E67097121\X0\','\X2\30BB30F330B530FC304C8A2D5B9A5024306730B930A430C330C13068305730666A5F80FD3059308BFF08\X0\TRUE)\X2\304B30015426304BFF08\X0\FALSE)\X2\30928B5852253059308B3002\X0\','ja-JP',$); -#7036= IFCRELASSOCIATESLIBRARY('3x7FrObqj5gwEnyDuPRsqb',$,$,$,(#1382),#14371); -#14371= IFCLIBRARYREFERENCE($,$,'Key Shape',$,'en',$); +#7030= IFCRELASSOCIATESLIBRARY('27htpP67f6kQaTOlsZzc8J',$,$,$,(#1365),#14371); +#14371= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\AE30B2A5C758\X0\ \X2\C720BB34\X0\','\X2\C13CC11C\X0\ \X2\C124C815C5D0C11C\X0\ \X2\C2A4C704CE58\X0\ \X2\C5EDD560\X0\ (TRUE) \X2\B610B294\X0\ \X2\C5ECBD80\X0\ (FALSE)\X2\B97C\X0\ \X2\D655C778D55CB2E4\X0\.','ko-KR',$); -#7037= IFCRELASSOCIATESLIBRARY('1PhGtTIQvArR1xsrHvLEov',$,$,$,(#1383),#14372); -#14372= IFCLIBRARYREFERENCE($,$,'l',$,'en',$); +#7031= IFCRELASSOCIATESLIBRARY('1weWnBEyL0qvXpwEAK_Uti',$,$,$,(#1366),#14372); +#14372= IFCLIBRARYREFERENCE($,$,'German-name-7','German-description-7','de-DE',$); -#7038= IFCRELASSOCIATESLIBRARY('12YIzKVfH6gwbJGM$AK46N',$,$,$,(#1384),#14373); -#14373= IFCLIBRARYREFERENCE($,$,'Labels',$,'en',$); +#7032= IFCRELASSOCIATESLIBRARY('0DUDvWDpX2nxnpXtldjdPj',$,$,$,(#1366),#14373); +#14373= IFCLIBRARYREFERENCE($,$,'Is Tempered',$,'en',$); -#7039= IFCRELASSOCIATESLIBRARY('0i6yeflN1CEAM1Ut_4eNWh',$,$,$,(#1385),#14374); -#14374= IFCLIBRARYREFERENCE($,$,'Labels',$,'en',$); +#7033= IFCRELASSOCIATESLIBRARY('0qWzVfw0PFSROWUyxXMu98',$,$,$,(#1366),#14374); +#14374= IFCLIBRARYREFERENCE($,$,'VitrageTrempe','Indique si le verre est tremp\S\i (VRAI) ou non (FAUX).','fr-FR',$); -#7040= IFCRELASSOCIATESLIBRARY('1mc$WJOXb8DxgH6xb5No3j',$,$,$,(#1386),#14375); -#14375= IFCLIBRARYREFERENCE($,$,'Labels',$,'en',$); +#7034= IFCRELASSOCIATESLIBRARY('3NjafUfWL7KOwRTukI0ec8',$,$,$,(#1366),#14375); +#14375= IFCLIBRARYREFERENCE($,$,'\X2\5F37531630AC30E930B9\X0\','\X2\5F37531630AC30E930B9304BFF08\X0\TRUE\X2\FF095426304B\X0\(FALSE)\X2\3092793A30593002\X0\','ja-JP',$); -#7041= IFCRELASSOCIATESLIBRARY('1RCfI5X85BiuX8SxvSSPUe',$,$,$,(#1387),#14376); -#14376= IFCLIBRARYREFERENCE($,$,'Labels',$,'en',$); +#7035= IFCRELASSOCIATESLIBRARY('0IPHPLLc91iBzKVM2ew5$j',$,$,$,(#1366),#14376); +#14376= IFCLIBRARYREFERENCE($,$,'\X2\662F542694A25316\X0\','\X2\8868793A73BB7483662F54267ECF8FC75F3A5316590474063002\X0\','zh-CN',$); -#7042= IFCRELASSOCIATESLIBRARY('3PfC6Zbvf3RPNtAFRIiI2S',$,$,$,(#1388),#14377); -#14377= IFCLIBRARYREFERENCE($,$,'Ladder Configuration',$,'en',$); +#7036= IFCRELASSOCIATESLIBRARY('0ZYRpiJrX3V9R51idZLM1q',$,$,$,(#1370),#14377); +#14377= IFCLIBRARYREFERENCE($,$,'Is Time Tolerance Positive Only',$,'en',$); -#7043= IFCRELASSOCIATESLIBRARY('3UuUv41pP1zReCARhbI$rp',$,$,$,(#1388),#14378); -#14378= IFCLIBRARYREFERENCE($,$,'\X2\68AF5B508A2D5B9A\X0\','\X2\4F7F75283055308C308B306F3057305469CB9020306E698289818AAC660E3002\X0\','ja-JP',$); +#7037= IFCRELASSOCIATESLIBRARY('36v_eMgxTCEgFLiAnJNr0S',$,$,$,(#1370),#14378); +#14378= IFCLIBRARYREFERENCE($,$,'\X2\664295938A315BB95024\X0\','\X2\8A315BB966429593\X0\1\X2\306E5024306E307F304B30693046304B3002\X0\\X\0D\X\0A \X2\4E0A8A183067306A3044583454083001664295938A315BB95024306F300130D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); -#7044= IFCRELASSOCIATESLIBRARY('2qacYNOq10jhKxUTky5gwT',$,$,$,(#1388),#14379); -#14379= IFCLIBRARYREFERENCE($,$,'\X2\C0ACB2E4B9AC\X0\ \X2\C124C815\X0\','\X2\C0ACC6A9B418B294\X0\ \X2\C0ACB2E4B9AC\X0\ \X2\AD6CC870C758\X0\ \X2\AC1CC694\X0\ \X2\C124BA85\X0\.','ko-KR',$); +#7038= IFCRELASSOCIATESLIBRARY('1IXE1dOiDCe9tbyDFDGZw4',$,$,$,(#1370),#14379); +#14379= IFCLIBRARYREFERENCE($,$,'\X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58\X0\','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1 \X2\AC12B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\ \X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58B294\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); -#7045= IFCRELASSOCIATESLIBRARY('0K4BMoThfFcOY8Bvmdc3KE',$,$,$,(#1389),#14380); -#14380= IFCLIBRARYREFERENCE($,$,'Ladder Truss Base Bar Diameter',$,'en',$); +#7039= IFCRELASSOCIATESLIBRARY('169WX4wODFKuKXTpDgYQwz',$,$,$,(#1371),#14380); +#14380= IFCLIBRARYREFERENCE($,$,'Is Time Tolerance Positive Only',$,'en',$); -#7046= IFCRELASSOCIATESLIBRARY('2rAc7KtJT2Je9eTi2DmTC8',$,$,$,(#1389),#14381); -#14381= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D030FC5F84\X0\','\X2\30D930FC30B930D030FC306E516C79F076F45F843002\X0\','ja-JP',$); +#7040= IFCRELASSOCIATESLIBRARY('0OokH$9Rf9VA8jWW_GbC1F',$,$,$,(#1371),#14381); +#14381= IFCLIBRARYREFERENCE($,$,'\X2\664295938A315BB95024\X0\','\X2\8A315BB966429593\X0\1\X2\306E5024306E307F304B30693046304B\X0\\X\0D\X\0A \X2\4E0A8A183067306A3044583454083001664295938A315BB95024306F300130D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); -#7047= IFCRELASSOCIATESLIBRARY('0z0zCfJjT8bABZaTvQbLwg',$,$,$,(#1389),#14382); -#14382= IFCLIBRARYREFERENCE($,$,'\X2\AE30BC18\X0\ \X2\B9C9B300\X0\ \X2\C9C0B984\X0\','\X2\AE30BC18\X0\ \X2\B9C9B300C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); +#7041= IFCRELASSOCIATESLIBRARY('2ixb8sAKjEiRm4X21SHdRt',$,$,$,(#1371),#14382); +#14382= IFCLIBRARYREFERENCE($,$,'\X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58\X0\','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1 \X2\AC12B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\ \X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58B294\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); -#7048= IFCRELASSOCIATESLIBRARY('2X02D$iuH1tBMMoS7w$047',$,$,$,(#1390),#14383); -#14383= IFCLIBRARYREFERENCE($,$,'Ladder Truss Cross Bar Diameter',$,'en',$); +#7042= IFCRELASSOCIATESLIBRARY('36av60gbD8UPW_3sdd40eG',$,$,$,(#1372),#14383); +#14383= IFCLIBRARYREFERENCE($,$,'Is Time Tolerance Positive Only',$,'en',$); -#7049= IFCRELASSOCIATESLIBRARY('0EI08TDFT7FRE_6qw8F31Z',$,$,$,(#1390),#14384); -#14384= IFCLIBRARYREFERENCE($,$,'\X2\30AF30ED30B930D030FC5F84\X0\','\X2\307E306330593050306A30AF30ED30B930D030FC306E516C79F076F45F843002\X0\','ja-JP',$); +#7043= IFCRELASSOCIATESLIBRARY('385bGd5hf3lPoGtR1HR9dm',$,$,$,(#1372),#14384); +#14384= IFCLIBRARYREFERENCE($,$,'\X2\664295938A315BB95024\X0\','\X2\8A315BB966429593\X0\1\X2\306E5024306E307F304B30693046304B\X0\\X\0D\X\0A \X2\4E0A8A183067306A3044583454083001664295938A315BB95024306F300130D730E930B9\X0\/\X2\30DE30A430CA30B93057305F50243002\X0\','ja-JP',$); -#7050= IFCRELASSOCIATESLIBRARY('2C2sVk9g52A8qnbL4PslcN',$,$,$,(#1390),#14385); -#14385= IFCLIBRARYREFERENCE($,$,'\X2\D06CB85CC2A4BC14\X0\ \X2\C9C0B984\X0\','\X2\B611BC14B978\X0\ \X2\D06CB85CC2A4BC14\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); +#7044= IFCRELASSOCIATESLIBRARY('0l1kLpbF986ufP9GDmpZMf',$,$,$,(#1372),#14385); +#14385= IFCLIBRARYREFERENCE($,$,'\X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58\X0\','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1 \X2\AC12B9CC\X0\ \X2\C5ECBD80\X0\ \X2\C704C758\X0\ \X2\ACBDC6B0\X0\ \X2\C2DCAC04\X0\ \X2\D5C8C6A9CE58B294\X0\ \X2\D50CB7ECC2A4\X0\ / \X2\B9C8C774B108C2A4\X0\ \X2\AC12\X0\.','ko-KR',$); -#7051= IFCRELASSOCIATESLIBRARY('2aS6oTeNLDnhRVAauKNQ8i',$,$,$,(#1391),#14386); -#14386= IFCLIBRARYREFERENCE($,$,'Ladder Truss Cross Bar Spacing',$,'en',$); +#7045= IFCRELASSOCIATESLIBRARY('2N1HMOi950Nx2FvMK0X2M0',$,$,$,(#1376),#14386); +#14386= IFCLIBRARYREFERENCE($,$,'Is Used',$,'en',$); -#7052= IFCRELASSOCIATESLIBRARY('0FLFQ_omP0xAjEIhJhDWdC',$,$,$,(#1391),#14387); -#14387= IFCLIBRARYREFERENCE($,$,'\X2\30AF30ED30B930D030FC95939694\X0\','\X2\307E306330593050306A306E30AF30ED30B930D030FC306E959396943002\X0\','ja-JP',$); +#7046= IFCRELASSOCIATESLIBRARY('02TSlPqWvFU9Ppah7en7IW',$,$,$,(#1377),#14387); +#14387= IFCLIBRARYREFERENCE($,$,'Is Water Storage Heater',$,'en',$); -#7053= IFCRELASSOCIATESLIBRARY('2lqFpaRw149PmmrH6E0pyN',$,$,$,(#1391),#14388); -#14388= IFCLIBRARYREFERENCE($,$,'\X2\D06CB85CC2A4BC14\X0\ \X2\AC04ACA9\X0\','\X2\B611BC14B978\X0\ \X2\D06CB85CC2A4BC14\X0\ \X2\AC04ACA9\X0\','ko-KR',$); +#7047= IFCRELASSOCIATESLIBRARY('0SLBjTXML6k9E6VfSGsLXk',$,$,$,(#1377),#14388); +#14388= IFCLIBRARYREFERENCE($,$,'AvoirChauffeEau','Utilis\S\i pour identifier si la chaudi\S\hre une capacit\S\i de r\S\iserve en eau (VRAI). Si FAUX, alors il n''y a pas de capacit\S\i de r\S\iserve int\S\igr\S\ie dans la chaudi\S\hre, tel qu''un chauffe-eau instantan\S\i.','fr-FR',$); -#7054= IFCRELASSOCIATESLIBRARY('2RoY56ZyL1NROEqHJGGNqF',$,$,$,(#1392),#14389); -#14389= IFCLIBRARYREFERENCE($,$,'Ladder Truss Height',$,'en',$); +#7048= IFCRELASSOCIATESLIBRARY('0Sv1GWyZ15WhYicvI8cbWo',$,$,$,(#1377),#14389); +#14389= IFCLIBRARYREFERENCE($,$,'\X2\7D666E6F30BF30F330AF67097121\X0\','\X2\7D666E6F7528306E7F364F53304C3042308C3070\X0\TRUE\X2\3001FF0877AC95936E6F6CB8304B30575668306E30883046306BFF0930DC30A430E9306B30BF30F330AF304C306A3051308C3070\X0\FALSE','ja-JP',$); -#7055= IFCRELASSOCIATESLIBRARY('0GV$USY1LAehQOVay9HLea',$,$,$,(#1392),#14390); -#14390= IFCLIBRARYREFERENCE($,$,'\X2\51684F539AD83055\X0\','\X2\30C830E930B963A57D9A90E86750306E51684F53306E9AD830553002\X0\','ja-JP',$); +#7049= IFCRELASSOCIATESLIBRARY('0xMVuN7ZrFbQqJbO0x8j$T',$,$,$,(#1379),#14390); +#14390= IFCLIBRARYREFERENCE($,$,'German-name-10','German-description-10','de-DE',$); -#7056= IFCRELASSOCIATESLIBRARY('1LWyspPgPBHejVB6DExkLX',$,$,$,(#1392),#14391); -#14391= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4\X0\ \X2\B192C774\X0\','\X2\D2B8B7ECC2A4\X0\ \X2\C5F0ACB0\X0\ \X2\BD80C7ACC758\X0\ \X2\C804CCB4\X0\ \X2\B192C774\X0\','ko-KR',$); +#7050= IFCRELASSOCIATESLIBRARY('1_skwlzjzBt9ecvOl8kaLm',$,$,$,(#1379),#14391); +#14391= IFCLIBRARYREFERENCE($,$,'Is Wired',$,'en',$); -#7057= IFCRELASSOCIATESLIBRARY('36_gxFzT53j8TLDA4V7ttn',$,$,$,(#1393),#14392); -#14392= IFCLIBRARYREFERENCE($,$,'Ladder Truss Length',$,'en',$); +#7051= IFCRELASSOCIATESLIBRARY('1n2kcSEiX3VeTZwqbPcNtV',$,$,$,(#1379),#14392); +#14392= IFCLIBRARYREFERENCE($,$,'VitrageArme','Indique si le verre est un verre arm\S\i \S\` maille anti-effraction (VRAI) ou non (FAUX)','fr-FR',$); -#7058= IFCRELASSOCIATESLIBRARY('1TeOiJ671FOg26$bY27ekB',$,$,$,(#1393),#14393); -#14393= IFCLIBRARYREFERENCE($,$,'\X2\51684F5395773055\X0\','\X2\30C830E930B963A57D9A90E86750306E51684F53306E957730553002\X0\','ja-JP',$); +#7052= IFCRELASSOCIATESLIBRARY('3d2KB0LdDDFfYNKn_idxad',$,$,$,(#1379),#14393); +#14393= IFCLIBRARYREFERENCE($,$,'\X2\7DB25165308A30AC30E930B9\X0\','\X2\4E0D6CD54FB5516596326B62306E7DB25165308A30AC30E930B9304BFF08\X0\TRUE)\X2\5426304BFF08\X0\FALSE\X2\FF09793A30593002\X0\','ja-JP',$); -#7059= IFCRELASSOCIATESLIBRARY('3XaP4PUT9Bogn2ksB$aRza',$,$,$,(#1393),#14394); -#14394= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4AE38C774\X0\','\X2\D2B8B7ECC2A4\X0\ \X2\C5F0ACB0\X0\ \X2\BD80C7ACC758\X0\ \X2\C804CCB4\X0\ \X2\AE38C774\X0\','ko-KR',$); +#7053= IFCRELASSOCIATESLIBRARY('2VE7SjmcXCh9Te3A9agKrd',$,$,$,(#1379),#14394); +#14394= IFCLIBRARYREFERENCE($,$,'\X2\662F542659394E1D\X0\','\X2\8868793A73BB7483662F542651776709963265AD88C276847EA47EF47F51683C3002\X0\','zh-CN',$); -#7060= IFCRELASSOCIATESLIBRARY('1zA4S4Uq176g0_gKpOXP9K',$,$,$,(#1394),#14395); -#14395= IFCLIBRARYREFERENCE($,$,'Ladder Truss Secondary Bar Diameter',$,'en',$); +#7055= IFCRELASSOCIATESLIBRARY('2hk8lHy4PCox4fAwEB8qo$',$,$,$,(#1382),#14395); +#14395= IFCLIBRARYREFERENCE($,$,'Junction Left Angle',$,'en',$); -#7061= IFCRELASSOCIATESLIBRARY('0aDwwOqdXDtBtZNlso3dzw',$,$,$,(#1394),#14396); -#14396= IFCLIBRARYREFERENCE($,$,'\X2\4E8C6B2130D030FC5F84\X0\','\X2\4E8C6B2130D030FC306E516C79F076F45F843002\X0\','ja-JP',$); +#7056= IFCRELASSOCIATESLIBRARY('3B6Q$VjF9F4OkxpGd_O1R4',$,$,$,(#1382),#14396); +#14396= IFCLIBRARYREFERENCE($,$,'\X2\5DE67D99304E624B89D25EA6\X0\','\X2\5DE67D99304E624B306E6D41308C306E65B95411306E59095316\X0\','ja-JP',$); -#7062= IFCRELASSOCIATESLIBRARY('3hLJpl3zj9ZOYQaShCGYtY',$,$,$,(#1394),#14397); -#14397= IFCLIBRARYREFERENCE($,$,'\X2\BCF4C870B9C9B300\X0\ \X2\C9C0B984\X0\','\X2\BCF4C870\X0\ \X2\B9C9B300C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); +#7057= IFCRELASSOCIATESLIBRARY('0QkqODm7LFlhdBTffl6trg',$,$,$,(#1383),#14397); +#14397= IFCLIBRARYREFERENCE($,$,'Junction Left Radius',$,'en',$); -#7064= IFCRELASSOCIATESLIBRARY('3Y8TgYW$b5av5vRXPDIaCp',$,$,$,(#1395),#14398); -#14398= IFCLIBRARYREFERENCE($,$,'Lamp Ballast Type',$,'en',$); +#7058= IFCRELASSOCIATESLIBRARY('2F37wNb350X9pJJPmvvns_',$,$,$,(#1383),#14398); +#14398= IFCLIBRARYREFERENCE($,$,'\X2\5DE67D99304E624B534A5F84\X0\','\X2\5DE67D99304E624B306E66F2304C308A306E534A5F84\X0\','ja-JP',$); -#7065= IFCRELASSOCIATESLIBRARY('3OhR78Hoz9bBydUD0tNmKV',$,$,$,(#1395),#14399); -#14399= IFCLIBRARYREFERENCE($,$,'\X2\5B895B9A671F306E30BF30A430D7\X0\','\X2\5B895B9A5668306F4F7F75284E2D306E904E96FB6D41309262913048300186CD514930E930F330D7306E8D7752D5306B5FC58981306A9AD8304496FB572730924F9B7D663057300130AC30B9653E96FB30925B895B9A3055305B308B30025B895B9A5668306F86CD5149706F30016C349280706F300130E130BF30EB30CF30E930A430C930E930F330D730019AD8572730CA30C830EA30A630E030E930F330D77B49306E653E96FB706F4F7F75283059308B6642306B5FC589813068306A308B3002\X0\\X\0D\X\0A\X2\78C16C175F0F5B895B9A5668306F30E930F330D7306B6D41308C308B96FB6D41306E52369650306E305F3081306B300176F45217306B63A57D9A3055308C305F81EA5DF18A985C0E306E624B6CD530927528304430663044308B96FB6D41306851FA529B304B30897167660E306E52B97387904B7528306E7D50679C304C308F304B308B3002\X0\\X\0D\X\0A\X2\72795225306A8A2D8A08306E5B895B9A5668306F51683066306E7167660E306E5149675F30018272306E898B304865B930015BFF547D306E89816C42306B7B543048308B3002\X0\\X\0D\X\0A\X2\86CD5149706F7528306E78C16C175F0F5B895B9A5668306B306F\X0\KVG\X2\5F936765578B3068\X0\VVG\X2\770196FB529B578B306E\X0\2\X2\7A2E985E304C3042308B3002\X0\\X\0D\X\0A\X2\770196FB529B578B5B895B9A5668306F514952B97387306730015B895B9A56683067306E640D5931306E4F4E6E1B53CA30734F4E71B18CA08377306B306A306330663044308B300296FB5B505F0F5B895B9A5668306F86CD5149706F30929AD854686CE230675B895B9A7684306B70B9706F3055305B308B3002\X0\','ja-JP',$); +#7059= IFCRELASSOCIATESLIBRARY('1jwUv1GKzFxvDhImfrr0Z7',$,$,$,(#1384),#14399); +#14399= IFCLIBRARYREFERENCE($,$,'Junction Right Angle',$,'en',$); -#7066= IFCRELASSOCIATESLIBRARY('0fS4uGnoPERePhiSD7Zms9',$,$,$,(#1395),#14400); -#14400= IFCLIBRARYREFERENCE($,$,'\X2\C548C815AE30C758\X0\ \X2\C885B958\X0\','\X2\C548C815AE30B294\X0\ \X2\C0ACC6A9C911C778\X0\ \X2\C11CC9C0B97C\X0\ \X2\C5B5C81CD558ACE0\X0\, \X2\D615AD11\X0\ \X2\B7A8D504\X0\ \X2\C2DCC791D558B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\B192C740\X0\ \X2\C804C555C744\X0\ \X2\ACF5AE09D558C5EC\X0\ \X2\AC00C2A4\X0\ \X2\BC29C804C744\X0\ \X2\C548C815C2DCD0A8B2E4\X0\. \X2\C548C815AE30B294\X0\ \X2\D615AD11B4F1\X0\, \X2\C218C740B4F1\X0\, \X2\BA54D0C8\X0\ \X2\D560B77CC774B4DC\X0\ \X2\B7A8D504\X0\, \X2\ACE0C555\X0\ \X2\B098D2B8B968\X0\ \X2\B7A8D504\X0\ \X2\B4F1C758\X0\ \X2\BC29C804B4F1\X0\ \X2\C0ACC6A9\X0\ \X2\B54C\X0\ \X2\D544C694D558B2E4\X0\. \X2\B9C8ADF8B124D2F1\X0\ \X2\C548C815AE30B294\X0\ \X2\B7A8D504C5D0\X0\ \X2\D750B974B294\X0\ \X2\C804B958C758\X0\ \X2\C81CD55CC744\X0\ \X2\C704D574\X0\ \X2\C9C1B82CB85C\X0\ \X2\C5F0ACB0B41C\X0\ \X2\C790AE30\X0\ \X2\C720B3C4\X0\ \X2\BC29BC95C744\X0\ \X2\C0ACC6A9D558B294\X0\ \X2\C804B958\X0\ \X2\CD9CB825C5D0C11C\X0\ \X2\C870BA85\X0\ \X2\D6A8C728\X0\ \X2\C6B4C601\X0\ \X2\ACB0ACFC\X0\ \X2\C54C\X0\ \X2\C218C788B2E4\X0\. \X2\D2B9BCC4D55C\X0\ \X2\B514C790C778C758\X0\ \X2\C548C815AE30B294\X0\ \X2\BAA8B4E0\X0\ \X2\C870BA85C758\X0\ \X2\AD11C18D\X0\, \X2\C0C9C0C1C758\X0\ \X2\C678AD00\X0\ \X2\C218BA85C758\X0\ \X2\C694AD6CC5D0\X0\ \X2\BC18C751D55CB2E4\X0\. \X2\D615AD11\X0\ \X2\B4F1C6A9\X0\ \X2\C790AE30\X0\ \X2\C2DD\X0\ \X2\C548C815AE30C5D0\X0\ KVG \X2\AE30C874ACFC\X0\ VVG \X2\C808C804\X0\ \X2\D615C758\X0\ 2 \X2\C885B958AC00C788B2E4\X0\. \X2\C5D0B108C9C0\X0\ \X2\C808C57DD615\X0\ \X2\C548C815AE30B294\X0\ \X2\C870BA85\X0\ \X2\D6A8C728C5D0C11C\X0\ \X2\C548C815AE30C758\X0\ \X2\C190C2E4\X0\ \X2\AC10C18C\X0\ \X2\BC0F\X0\ \X2\B0AEC740\X0\ \X2\C5F4\X0\ \X2\BD80D558B418C5B4C788B2E4\X0\. \X2\C804C790C2DD\X0\ \X2\C548C815AE30B294\X0\ \X2\D615AD11B4F1\X0\ \X2\ACE0C8FCD30CC5D0C11C\X0\ \X2\C548C815C801C73CB85C\X0\ \X2\C810B4F1D55CB2E4\X0\.','ko-KR',$); +#7060= IFCRELASSOCIATESLIBRARY('0pLpSwgWH2DeA5ylPuHx3t',$,$,$,(#1384),#14400); +#14400= IFCLIBRARYREFERENCE($,$,'\X2\53F37D99304E624B89D25EA6\X0\','\X2\53F37D99304E624B306E6D41308C306E65B95411306E59095316\X0\','ja-JP',$); -#7068= IFCRELASSOCIATESLIBRARY('3J9kS5ONb5zRBn1Mt5PTPj',$,$,$,(#1396),#14401); -#14401= IFCLIBRARYREFERENCE($,$,'Lamp Compensation Type',$,'en',$); +#7061= IFCRELASSOCIATESLIBRARY('08y7d2wBv6desm7geubvUx',$,$,$,(#1385),#14401); +#14401= IFCLIBRARYREFERENCE($,$,'Junction Right Radius',$,'en',$); -#7069= IFCRELASSOCIATESLIBRARY('0crbvJU5DFnuyUuIVviMID',$,$,$,(#1396),#14402); -#14402= IFCLIBRARYREFERENCE($,$,'\X2\30E930F330D788DC6B63\X0\','\X2\529B7387306E6539558430689AD88ABF6CE2306E62915236306E305F3081306B4F7F75283055308C308B88DC6B63\X0\','ja-JP',$); +#7062= IFCRELASSOCIATESLIBRARY('0StOcRH0P8MvZfuXCYJxPo',$,$,$,(#1385),#14402); +#14402= IFCLIBRARYREFERENCE($,$,'\X2\53F37D99304E624B534A5F84\X0\','\X2\53F37D99304E624B306E66F2304C308A306E534A5F84\X0\(\X2\30BC30ED306F92ED304466F2304C308A3092610F54733059308B\X0\)','ja-JP',$); -#7070= IFCRELASSOCIATESLIBRARY('14gESrkc510wZUDvAp_ch5',$,$,$,(#1396),#14403); -#14403= IFCLIBRARYREFERENCE($,$,'\X2\B7A8D504BCF4C815\X0\',$,'ko-KR',$); +#7064= IFCRELASSOCIATESLIBRARY('2TlMQTgZnFk9igM3fd66r4',$,$,$,(#1386),#14403); +#14403= IFCLIBRARYREFERENCE($,$,'Junction Type',$,'en',$); -#7071= IFCRELASSOCIATESLIBRARY('3D3uEuV190sBK_eaAJZbMt',$,$,$,(#1397),#14404); -#14404= IFCLIBRARYREFERENCE($,$,'Lamp Maintenance Factor',$,'en',$); +#7065= IFCRELASSOCIATESLIBRARY('1bnEInT5nAqB9$XvzB8Eou',$,$,$,(#1386),#14404); +#14404= IFCLIBRARYREFERENCE($,$,'\X2\7D99304E624B30BF30A430D7\X0\','\X2\63A55408306E30BF30A430D73000\X0\(T\X2\7D99304E624B306F\X0\3\X2\672C300053415B577D99304E624B306F\X0\4\X2\672C\X0\)','ja-JP',$); -#7072= IFCRELASSOCIATESLIBRARY('1Nx1pPsAzFlB$5KSD784eU',$,$,$,(#1397),#14405); -#14405= IFCLIBRARYREFERENCE($,$,'\X2\4FDD5B887387\X0\','\X2\56DE5FA94E0D53EF80FD306A514991CF6E1B5C11304C539F56E0306E51496E9081EA4F53306E5149675F306E4F4E4E0B3001305F3068304830707167660E56685177306E8001673D531630846C5A308C306B3088308B514991CF306E6E1B5C113002\X0\','ja-JP',$); +#7066= IFCRELASSOCIATESLIBRARY('3FTMva_5f6kA_iYay6slKX',$,$,$,(#1389),#14405); +#14405= IFCLIBRARYREFERENCE($,$,'Key Depth',$,'en',$); -#7073= IFCRELASSOCIATESLIBRARY('36k9CzZWTAhxNdqLSq66MB',$,$,$,(#1397),#14406); -#14406= IFCLIBRARYREFERENCE($,$,'\X2\BCF4C218\X0\ \X2\BE44C728\X0\','\X2\BCF5AD6CD560\X0\ \X2\C218C5C6B294\X0\ \X2\AD11B7C9\X0\ \X2\AC10C18CAC00\X0\ \X2\C6D0C778\X0\ \X2\AD11C6D0\X0\ \X2\C790CCB4C758\X0\ \X2\AD11C18D\X0\ \X2\C800D558\X0\, \X2\C608B97C\X0\ \X2\B4E4C5B4\X0\ \X2\C870BA85AE30AD6CC758\X0\ \X2\B178D6C4D654\X0\ \X2\BC0F\X0\ \X2\C624C5FCC5D0\X0\ \X2\C758D55C\X0\ \X2\AD11B7C9\X0\ \X2\AC10C18C\X0\.','ko-KR',$); +#7067= IFCRELASSOCIATESLIBRARY('1zW2h9G8PEIeltLDnFnNZT',$,$,$,(#1390),#14406); +#14406= IFCLIBRARYREFERENCE($,$,'Key Height',$,'en',$); -#7074= IFCRELASSOCIATESLIBRARY('17IDbbw25FwesiaVc637kR',$,$,$,(#1398),#14407); -#14407= IFCLIBRARYREFERENCE($,$,'Land ID',$,'en',$); +#7068= IFCRELASSOCIATESLIBRARY('3_2fSxSIf9zeeVyirm6z5D',$,$,$,(#1391),#14407); +#14407= IFCLIBRARYREFERENCE($,$,'Key Offset',$,'en',$); -#7075= IFCRELASSOCIATESLIBRARY('2cUfgtuL92oukHljAd4vB4',$,$,$,(#1398),#14408); -#14408= IFCLIBRARYREFERENCE($,$,'IdParcelle','Identifiant num\S\irique de la parcelle attribu\S\i par une autorit\S\i [NDT : exemple : DGI]','fr-FR',$); +#7070= IFCRELASSOCIATESLIBRARY('1jqbB$61j6DwqcXR21ORhV',$,$,$,(#1392),#14408); +#14408= IFCLIBRARYREFERENCE($,$,'Keypad Type',$,'en',$); -#7076= IFCRELASSOCIATESLIBRARY('0CqvfzmuLBARcMgkLj2zAY',$,$,$,(#1398),#14409); -#14409= IFCLIBRARYREFERENCE($,$,'\X2\65775730\X0\ID','\X2\767B8A18306B304A3051308B8B585225756A53F73002\X0\','ja-JP',$); +#7071= IFCRELASSOCIATESLIBRARY('1U6_RUDZb95QFQzGxGqxYv',$,$,$,(#1392),#14409); +#14409= IFCLIBRARYREFERENCE($,$,'\X2\30AD30FC30D130C330C930BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B300130AD30FC30D130C330C930B930A430C330C1306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#7077= IFCRELASSOCIATESLIBRARY('2bPlrRY7T2SQLMZxC8li6k',$,$,$,(#1398),#14410); -#14410= IFCLIBRARYREFERENCE($,$,'\X2\BD80C9C0\X0\ ID','\X2\B4F1AE30C758\X0\ ID\X2\C785B2C8B2E4\X0\.','ko-KR',$); +#7072= IFCRELASSOCIATESLIBRARY('09e7gYSTr1qBCWYURNDufn',$,$,$,(#1392),#14410); +#14410= IFCLIBRARYREFERENCE($,$,'\X2\D0A4D328B4DC\X0\ \X2\C720D615\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\D0A4D328B4DC\X0\ \X2\C2A4C704CE58\X0\ \X2\BAA9B85D\X0\','ko-KR',$); -#7078= IFCRELASSOCIATESLIBRARY('3AvE9y80D9K8b1AB25SG$_',$,$,$,(#1399),#14411); -#14411= IFCLIBRARYREFERENCE($,$,'Land Title ID',$,'en',$); +#7073= IFCRELASSOCIATESLIBRARY('0_tHgutcf0B8DN9ZaUHj96',$,$,$,(#1393),#14411); +#14411= IFCLIBRARYREFERENCE($,$,'Key Shape',$,'en',$); -#7079= IFCRELASSOCIATESLIBRARY('2y7t5L24v79gSlCUj5hBgF',$,$,$,(#1399),#14412); -#14412= IFCLIBRARYREFERENCE($,$,'IdTitreParcelle','Identifiant num\S\irique du titre de la parcelle attribu\S\i par une autorit\S\i.','fr-FR',$); +#7074= IFCRELASSOCIATESLIBRARY('3C5MOMGrn528T98qC51du5',$,$,$,(#1394),#14412); +#14412= IFCLIBRARYREFERENCE($,$,'l',$,'en',$); -#7080= IFCRELASSOCIATESLIBRARY('1ORS6dSnLFZu3Hb_4_8GKy',$,$,$,(#1399),#14413); -#14413= IFCLIBRARYREFERENCE($,$,'\X2\65775730756A53F7\X0\ID','\X2\767B8A186240306B3088308B8B585225756A53F73002\X0\','ja-JP',$); +#7075= IFCRELASSOCIATESLIBRARY('3ZXY5YM$vCX9sI6TWd5XtW',$,$,$,(#1395),#14413); +#14413= IFCLIBRARYREFERENCE($,$,'Labels',$,'en',$); -#7081= IFCRELASSOCIATESLIBRARY('3kjKNsN996OePUNhqzUBTV',$,$,$,(#1399),#14414); -#14414= IFCLIBRARYREFERENCE($,$,'\X2\BD80C9C0\X0\ \X2\BC88D638\X0\ ID','\X2\B4F1AE30C18CC758\X0\ ID\X2\C785B2C8B2E4\X0\.','ko-KR',$); +#7076= IFCRELASSOCIATESLIBRARY('3dX3nBpzT9ThLub5rtFMRS',$,$,$,(#1396),#14414); +#14414= IFCLIBRARYREFERENCE($,$,'Labels',$,'en',$); -#7082= IFCRELASSOCIATESLIBRARY('29SIXJ3fz5lA9rpE6jlYeI',$,$,$,(#1403),#14415); -#14415= IFCLIBRARYREFERENCE($,$,'Latent Cooling Capacity',$,'en',$); +#7077= IFCRELASSOCIATESLIBRARY('1mp15as7f4dgHue3g7UueB',$,$,$,(#1397),#14415); +#14415= IFCLIBRARYREFERENCE($,$,'Labels',$,'en',$); -#7083= IFCRELASSOCIATESLIBRARY('0mwaW527D8ifUvv$UpH8tm',$,$,$,(#1403),#14416); -#14416= IFCLIBRARYREFERENCE($,$,'\X2\6F5C71B151B7537480FD529B\X0\','\X2\6F5C71B151B7537480FD529B\X0\','ja-JP',$); +#7078= IFCRELASSOCIATESLIBRARY('1uJBX1w_jEaB1L21R9PXkK',$,$,$,(#1398),#14416); +#14416= IFCLIBRARYREFERENCE($,$,'Labels',$,'en',$); -#7084= IFCRELASSOCIATESLIBRARY('2KjU28zk5EIAShe$T3SiGV',$,$,$,(#1404),#14417); -#14417= IFCLIBRARYREFERENCE($,$,'Latent Heat Transfer Rate',$,'en',$); +#7079= IFCRELASSOCIATESLIBRARY('2kColCPgX23wqZskvSOTue',$,$,$,(#1399),#14417); +#14417= IFCLIBRARYREFERENCE($,$,'Ladder Configuration',$,'en',$); -#7085= IFCRELASSOCIATESLIBRARY('1sGswWJpD1kfc6tsa9mYub',$,$,$,(#1404),#14418); -#14418= IFCLIBRARYREFERENCE($,$,'PuissanceThermiqueLatente','Puissance thermique latente','fr-FR',$); +#7080= IFCRELASSOCIATESLIBRARY('1xQVPIy5D6oeqQCeQkJcf4',$,$,$,(#1399),#14418); +#14418= IFCLIBRARYREFERENCE($,$,'\X2\68AF5B508A2D5B9A\X0\','\X2\4F7F75283055308C308B306F3057305469CB9020306E698289818AAC660E3002\X0\','ja-JP',$); -#7086= IFCRELASSOCIATESLIBRARY('0GxOyHIGTBSuLoAPYH79Yh',$,$,$,(#1404),#14419); -#14419= IFCLIBRARYREFERENCE($,$,'\X2\6F5C71B14EA463DB91CF\X0\','\X2\6F5C71B14EA463DB91CF\X0\','ja-JP',$); +#7081= IFCRELASSOCIATESLIBRARY('2cexPk8v54TQSv$grhw89m',$,$,$,(#1399),#14419); +#14419= IFCLIBRARYREFERENCE($,$,'\X2\C0ACB2E4B9AC\X0\ \X2\C124C815\X0\','\X2\C0ACC6A9B418B294\X0\ \X2\C0ACB2E4B9AC\X0\ \X2\AD6CC870C758\X0\ \X2\AC1CC694\X0\ \X2\C124BA85\X0\.','ko-KR',$); -#7087= IFCRELASSOCIATESLIBRARY('28ayc7ZMT7Fu0CeQaOzkky',$,$,$,(#1405),#14420); -#14420= IFCLIBRARYREFERENCE($,$,'Latent Heat Transfer Rate',$,'en',$); +#7082= IFCRELASSOCIATESLIBRARY('2ezuCVLrz11x3KHFJbhn22',$,$,$,(#1400),#14420); +#14420= IFCLIBRARYREFERENCE($,$,'Ladder Truss Base Bar Diameter',$,'en',$); -#7088= IFCRELASSOCIATESLIBRARY('0BZ4JeYiH7pvq2bivGduEj',$,$,$,(#1405),#14421); -#14421= IFCLIBRARYREFERENCE($,$,'\X2\6F5C71B14EA463DB91CF\X0\','\X2\4E006B217A7A6C176D41306E6F5C71B14EA463DB91CF\X0\','ja-JP',$); +#7083= IFCRELASSOCIATESLIBRARY('2crwxFjBL7wx8V4NF49cs_',$,$,$,(#1400),#14421); +#14421= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D030FC5F84\X0\','\X2\30D930FC30B930D030FC306E516C79F076F45F843002\X0\','ja-JP',$); -#7089= IFCRELASSOCIATESLIBRARY('2OssB8__H5ZuAeQZFckZWX',$,$,$,(#1406),#14422); -#14422= IFCLIBRARYREFERENCE($,$,'Layers',$,'en',$); +#7084= IFCRELASSOCIATESLIBRARY('00V6mAC7H17RvPQBIer_l_',$,$,$,(#1400),#14422); +#14422= IFCLIBRARYREFERENCE($,$,'\X2\AE30BC18\X0\ \X2\B9C9B300\X0\ \X2\C9C0B984\X0\','\X2\AE30BC18\X0\ \X2\B9C9B300C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); -#7090= IFCRELASSOCIATESLIBRARY('0f3GJwrHr8KuQlmrgeKLXc',$,$,$,(#1408),#14423); -#14423= IFCLIBRARYREFERENCE($,$,'Layup',$,'en',$); +#7085= IFCRELASSOCIATESLIBRARY('12L$0PRb93dx9yetpSgq6h',$,$,$,(#1401),#14423); +#14423= IFCLIBRARYREFERENCE($,$,'Ladder Truss Cross Bar Diameter',$,'en',$); -#7091= IFCRELASSOCIATESLIBRARY('1zLDDAC391jPui96BkD8vL',$,$,$,(#1409),#14424); -#14424= IFCLIBRARYREFERENCE($,$,'Lead In Time','Lead in time before start of process.','en',$); +#7086= IFCRELASSOCIATESLIBRARY('3wAdawMw599xSLG4pP5PEA',$,$,$,(#1401),#14424); +#14424= IFCLIBRARYREFERENCE($,$,'\X2\30AF30ED30B930D030FC5F84\X0\','\X2\307E306330593050306A30AF30ED30B930D030FC306E516C79F076F45F843002\X0\','ja-JP',$); -#7092= IFCRELASSOCIATESLIBRARY('1IMjXEdQTF1f9TStGr$yEQ',$,$,$,(#1410),#14425); -#14425= IFCLIBRARYREFERENCE($,$,'Lead Out Time','Lead out time after end of process.','en',$); +#7087= IFCRELASSOCIATESLIBRARY('2lNL0OBrvFl8_VRxfwv1wz',$,$,$,(#1401),#14425); +#14425= IFCLIBRARYREFERENCE($,$,'\X2\D06CB85CC2A4BC14\X0\ \X2\C9C0B984\X0\','\X2\B611BC14B978\X0\ \X2\D06CB85CC2A4BC14\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); -#7093= IFCRELASSOCIATESLIBRARY('1muSV$CNLDtB4kL6Cw1tZo',$,$,$,(#1411),#14426); -#14426= IFCLIBRARYREFERENCE($,$,'Leakage',$,'en',$); +#7088= IFCRELASSOCIATESLIBRARY('0MGicYQl196gl3svvY76FK',$,$,$,(#1402),#14426); +#14426= IFCLIBRARYREFERENCE($,$,'Ladder Truss Cross Bar Spacing',$,'en',$); -#7094= IFCRELASSOCIATESLIBRARY('1QI6EzLD5E4uiMW7icNYH2',$,$,$,(#1412),#14427); -#14427= IFCLIBRARYREFERENCE($,$,'Leakage Class',$,'en',$); +#7089= IFCRELASSOCIATESLIBRARY('2qJqFyYKr8SwQF_ScvQqfJ',$,$,$,(#1402),#14427); +#14427= IFCLIBRARYREFERENCE($,$,'\X2\30AF30ED30B930D030FC95939694\X0\','\X2\307E306330593050306A306E30AF30ED30B930D030FC306E959396943002\X0\','ja-JP',$); -#7095= IFCRELASSOCIATESLIBRARY('2T94yM$TH6Tez10yQ3Vgkb',$,$,$,(#1412),#14428); -#14428= IFCLIBRARYREFERENCE($,$,'\X2\6F0F308C7387\X0\','\X2\30C030AF30C830B730B930C630E0540490E84F4D306E6F0F308C73873002\X0\','ja-JP',$); +#7090= IFCRELASSOCIATESLIBRARY('1iNTmorpn9nQ2gQ4tdicJU',$,$,$,(#1402),#14428); +#14428= IFCLIBRARYREFERENCE($,$,'\X2\D06CB85CC2A4BC14\X0\ \X2\AC04ACA9\X0\','\X2\B611BC14B978\X0\ \X2\D06CB85CC2A4BC14\X0\ \X2\AC04ACA9\X0\','ko-KR',$); -#7096= IFCRELASSOCIATESLIBRARY('2qbUTXSsLE7Qg5XO9IwIaf',$,$,$,(#1412),#14429); -#14429= IFCLIBRARYREFERENCE($,$,'\X2\B204C124BE44C728\X0\','\X2\B355D2B8\X0\ \X2\C2DCC2A4D15C\X0\ \X2\AC01\X0\ \X2\BD80C704C758\X0\ \X2\B204CD9C\X0\ \X2\BE44C728\X0\.','ko-KR',$); +#7091= IFCRELASSOCIATESLIBRARY('1XYFluoODCg9EL$Ou8qiO9',$,$,$,(#1403),#14429); +#14429= IFCLIBRARYREFERENCE($,$,'Ladder Truss Height',$,'en',$); -#7097= IFCRELASSOCIATESLIBRARY('1VxBgQHI56qODvBeG_nr7t',$,$,$,(#1413),#14430); -#14430= IFCLIBRARYREFERENCE($,$,'Leakage Curve',$,'en',$); +#7092= IFCRELASSOCIATESLIBRARY('1wsozoMBr2oxySo7SCtGkj',$,$,$,(#1403),#14430); +#14430= IFCLIBRARYREFERENCE($,$,'\X2\51684F539AD83055\X0\','\X2\30C830E930B963A57D9A90E86750306E51684F53306E9AD830553002\X0\','ja-JP',$); -#7098= IFCRELASSOCIATESLIBRARY('28PhnD0I1CaQhjNLwTFB16',$,$,$,(#1413),#14431); -#14431= IFCLIBRARYREFERENCE($,$,'\X2\6F0F308C66F27DDA\X0\','\X2\4F5C52D55727529B306B5BFE3059308B53584F4D957730553042305F308A306E6F0F308C66F27DDA3002\X0\\X\0D\X\0A\X2\30B930AB30E930FC5024304C886873FE3055308C30663044308B58345408306F300162405B9A306E5727529BFF084F8B304830703001\X0\ASHRAE\X2\3000\X0\Fundamentals 200134.16\X2\FF09306B304A3051308B53584F4D97627A4D5F53305F308A306E6D4191CF30673042308B6F0F308C30AF30E930B93092886830593002\X0\','ja-JP',$); +#7093= IFCRELASSOCIATESLIBRARY('2eQaOb$4zETQDMUoUUS0fJ',$,$,$,(#1403),#14431); +#14431= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4\X0\ \X2\B192C774\X0\','\X2\D2B8B7ECC2A4\X0\ \X2\C5F0ACB0\X0\ \X2\BD80C7ACC758\X0\ \X2\C804CCB4\X0\ \X2\B192C774\X0\','ko-KR',$); -#7099= IFCRELASSOCIATESLIBRARY('39l2vnx4rC2wfw4uIt6$Qk',$,$,$,(#1414),#14432); -#14432= IFCLIBRARYREFERENCE($,$,'Leakage Curve',$,'en',$); +#7094= IFCRELASSOCIATESLIBRARY('3kqDqZMqj5TPBrbpJ$waX3',$,$,$,(#1404),#14432); +#14432= IFCLIBRARYREFERENCE($,$,'Ladder Truss Length',$,'en',$); -#7100= IFCRELASSOCIATESLIBRARY('0G7mKheBD7RA_OTnQ94k2O',$,$,$,(#1415),#14433); -#14433= IFCLIBRARYREFERENCE($,$,'Leakage Curve',$,'en',$); +#7095= IFCRELASSOCIATESLIBRARY('2bNp0Ibg5DBRXiZSRfn7Au',$,$,$,(#1404),#14433); +#14433= IFCLIBRARYREFERENCE($,$,'\X2\51684F5395773055\X0\','\X2\30C830E930B963A57D9A90E86750306E51684F53306E957730553002\X0\','ja-JP',$); -#7101= IFCRELASSOCIATESLIBRARY('3MOr6a22f8cBvE8XtuF4k3',$,$,$,(#1415),#14434); -#14434= IFCLIBRARYREFERENCE($,$,'\X2\6F0F6D2966F27DDA\X0\','\X2\914D7BA15727529B306B5BFE3059308B53584F4D3042305F308A6D4151FA91CF66F27DDA\X0\','ja-JP',$); +#7096= IFCRELASSOCIATESLIBRARY('0wGEdMWCjDAeEosoJwO0kg',$,$,$,(#1404),#14434); +#14434= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4AE38C774\X0\','\X2\D2B8B7ECC2A4\X0\ \X2\C5F0ACB0\X0\ \X2\BD80C7ACC758\X0\ \X2\C804CCB4\X0\ \X2\AE38C774\X0\','ko-KR',$); -#7102= IFCRELASSOCIATESLIBRARY('21DHxxeF9DheZInD2BYdwP',$,$,$,(#1416),#14435); -#14435= IFCLIBRARYREFERENCE($,$,'Leakage Fully Closed',$,'en',$); +#7097= IFCRELASSOCIATESLIBRARY('1eDplpR_DCiumVI6EIirUw',$,$,$,(#1405),#14435); +#14435= IFCLIBRARYREFERENCE($,$,'Ladder Truss Secondary Bar Diameter',$,'en',$); -#7103= IFCRELASSOCIATESLIBRARY('0tOQr29DnEdxtdOvUnewAT',$,$,$,(#1417),#14436); -#14436= IFCLIBRARYREFERENCE($,$,'Left Flange Width',$,'en',$); +#7098= IFCRELASSOCIATESLIBRARY('2ZhzQej3vAdxT4dgPlElaq',$,$,$,(#1405),#14436); +#14436= IFCLIBRARYREFERENCE($,$,'\X2\4E8C6B2130D030FC5F84\X0\','\X2\4E8C6B2130D030FC306E516C79F076F45F843002\X0\','ja-JP',$); -#7104= IFCRELASSOCIATESLIBRARY('0ymWiuUzn4gPG_ipDVJTK6',$,$,$,(#1418),#14437); -#14437= IFCLIBRARYREFERENCE($,$,'Legend',$,'en',$); +#7099= IFCRELASSOCIATESLIBRARY('369_Xu0T149ewaolf$0oD_',$,$,$,(#1405),#14437); +#14437= IFCLIBRARYREFERENCE($,$,'\X2\BCF4C870B9C9B300\X0\ \X2\C9C0B984\X0\','\X2\BCF4C870\X0\ \X2\B9C9B300C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); -#7105= IFCRELASSOCIATESLIBRARY('2_rHqsKjf0oOU6iFha$IEL',$,$,$,(#1418),#14438); -#14438= IFCLIBRARYREFERENCE($,$,'\X2\51E14F8B\X0\','\X2\76EE7684307E305F306F6A5F80FD3092793A305951E14F8B306A3069300130B930A430C330C1306B906975283055308C308B30C630AD30B930C83002\X0\','ja-JP',$); +#7101= IFCRELASSOCIATESLIBRARY('02C6Qm3mr6JAs80mXv3DVy',$,$,$,(#1406),#14438); +#14438= IFCLIBRARYREFERENCE($,$,'Lamp Ballast Type',$,'en',$); -#7106= IFCRELASSOCIATESLIBRARY('0VbjU6J9rCQ9xyeFS1zrjR',$,$,$,(#1418),#14439); -#14439= IFCLIBRARYREFERENCE($,$,'\X2\BC94B840\X0\','\X2\BAA9C801C774B098\X0\ \X2\AE30B2A5C744\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BC94B840C640\X0\ \X2\AC19C740\X0\ \X2\C2A4C704CE58C5D0\X0\ \X2\C801C6A9B418B294\X0\ \X2\D14DC2A4D2B8C785B2C8B2E4\X0\.','ko-KR',$); +#7102= IFCRELASSOCIATESLIBRARY('1Ecf7IWVnDnRhCZYzJimsp',$,$,$,(#1406),#14439); +#14439= IFCLIBRARYREFERENCE($,$,'\X2\5B895B9A671F306E30BF30A430D7\X0\','\X2\5B895B9A5668306F4F7F75284E2D306E904E96FB6D41309262913048300186CD514930E930F330D7306E8D7752D5306B5FC58981306A9AD8304496FB572730924F9B7D663057300130AC30B9653E96FB30925B895B9A3055305B308B30025B895B9A5668306F86CD5149706F30016C349280706F300130E130BF30EB30CF30E930A430C930E930F330D730019AD8572730CA30C830EA30A630E030E930F330D77B49306E653E96FB706F4F7F75283059308B6642306B5FC589813068306A308B3002\X0\\X\0D\X\0A\X2\78C16C175F0F5B895B9A5668306F30E930F330D7306B6D41308C308B96FB6D41306E52369650306E305F3081306B300176F45217306B63A57D9A3055308C305F81EA5DF18A985C0E306E624B6CD530927528304430663044308B96FB6D41306851FA529B304B30897167660E306E52B97387904B7528306E7D50679C304C308F304B308B3002\X0\\X\0D\X\0A\X2\72795225306A8A2D8A08306E5B895B9A5668306F51683066306E7167660E306E5149675F30018272306E898B304865B930015BFF547D306E89816C42306B7B543048308B3002\X0\\X\0D\X\0A\X2\86CD5149706F7528306E78C16C175F0F5B895B9A5668306B306F\X0\KVG\X2\5F936765578B3068\X0\VVG\X2\770196FB529B578B306E\X0\2\X2\7A2E985E304C3042308B3002\X0\\X\0D\X\0A\X2\770196FB529B578B5B895B9A5668306F514952B97387306730015B895B9A56683067306E640D5931306E4F4E6E1B53CA30734F4E71B18CA08377306B306A306330663044308B300296FB5B505F0F5B895B9A5668306F86CD5149706F30929AD854686CE230675B895B9A7684306B70B9706F3055305B308B3002\X0\','ja-JP',$); -#7107= IFCRELASSOCIATESLIBRARY('1d3$vbGb19kvqowH69y$D2',$,$,$,(#1419),#14440); -#14440= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#7103= IFCRELASSOCIATESLIBRARY('014IJAH_P8CfkOP2DA8f3E',$,$,$,(#1406),#14440); +#14440= IFCLIBRARYREFERENCE($,$,'\X2\C548C815AE30C758\X0\ \X2\C885B958\X0\','\X2\C548C815AE30B294\X0\ \X2\C0ACC6A9C911C778\X0\ \X2\C11CC9C0B97C\X0\ \X2\C5B5C81CD558ACE0\X0\, \X2\D615AD11\X0\ \X2\B7A8D504\X0\ \X2\C2DCC791D558B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\B192C740\X0\ \X2\C804C555C744\X0\ \X2\ACF5AE09D558C5EC\X0\ \X2\AC00C2A4\X0\ \X2\BC29C804C744\X0\ \X2\C548C815C2DCD0A8B2E4\X0\. \X2\C548C815AE30B294\X0\ \X2\D615AD11B4F1\X0\, \X2\C218C740B4F1\X0\, \X2\BA54D0C8\X0\ \X2\D560B77CC774B4DC\X0\ \X2\B7A8D504\X0\, \X2\ACE0C555\X0\ \X2\B098D2B8B968\X0\ \X2\B7A8D504\X0\ \X2\B4F1C758\X0\ \X2\BC29C804B4F1\X0\ \X2\C0ACC6A9\X0\ \X2\B54C\X0\ \X2\D544C694D558B2E4\X0\. \X2\B9C8ADF8B124D2F1\X0\ \X2\C548C815AE30B294\X0\ \X2\B7A8D504C5D0\X0\ \X2\D750B974B294\X0\ \X2\C804B958C758\X0\ \X2\C81CD55CC744\X0\ \X2\C704D574\X0\ \X2\C9C1B82CB85C\X0\ \X2\C5F0ACB0B41C\X0\ \X2\C790AE30\X0\ \X2\C720B3C4\X0\ \X2\BC29BC95C744\X0\ \X2\C0ACC6A9D558B294\X0\ \X2\C804B958\X0\ \X2\CD9CB825C5D0C11C\X0\ \X2\C870BA85\X0\ \X2\D6A8C728\X0\ \X2\C6B4C601\X0\ \X2\ACB0ACFC\X0\ \X2\C54C\X0\ \X2\C218C788B2E4\X0\. \X2\D2B9BCC4D55C\X0\ \X2\B514C790C778C758\X0\ \X2\C548C815AE30B294\X0\ \X2\BAA8B4E0\X0\ \X2\C870BA85C758\X0\ \X2\AD11C18D\X0\, \X2\C0C9C0C1C758\X0\ \X2\C678AD00\X0\ \X2\C218BA85C758\X0\ \X2\C694AD6CC5D0\X0\ \X2\BC18C751D55CB2E4\X0\. \X2\D615AD11\X0\ \X2\B4F1C6A9\X0\ \X2\C790AE30\X0\ \X2\C2DD\X0\ \X2\C548C815AE30C5D0\X0\ KVG \X2\AE30C874ACFC\X0\ VVG \X2\C808C804\X0\ \X2\D615C758\X0\ 2 \X2\C885B958AC00C788B2E4\X0\. \X2\C5D0B108C9C0\X0\ \X2\C808C57DD615\X0\ \X2\C548C815AE30B294\X0\ \X2\C870BA85\X0\ \X2\D6A8C728C5D0C11C\X0\ \X2\C548C815AE30C758\X0\ \X2\C190C2E4\X0\ \X2\AC10C18C\X0\ \X2\BC0F\X0\ \X2\B0AEC740\X0\ \X2\C5F4\X0\ \X2\BD80D558B418C5B4C788B2E4\X0\. \X2\C804C790C2DD\X0\ \X2\C548C815AE30B294\X0\ \X2\D615AD11B4F1\X0\ \X2\ACE0C8FCD30CC5D0C11C\X0\ \X2\C548C815C801C73CB85C\X0\ \X2\C810B4F1D55CB2E4\X0\.','ko-KR',$); -#7108= IFCRELASSOCIATESLIBRARY('0tzzqLgirESPh21LethQ09',$,$,$,(#1419),#14441); -#14441= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\63926C3430C130E330F330D030FC306E957730553002\X0\','ja-JP',$); +#7105= IFCRELASSOCIATESLIBRARY('2QxC3Xwsz7QhiG65ZaS7va',$,$,$,(#1407),#14441); +#14441= IFCLIBRARYREFERENCE($,$,'Lamp Compensation Type',$,'en',$); -#7109= IFCRELASSOCIATESLIBRARY('0nOfSffhPD6xXL6bGkk2n3',$,$,$,(#1419),#14442); -#14442= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','\X2\BC30C218\X0\ \X2\CC54BC84C758\X0\ \X2\AE38C774\X0\','ko-KR',$); +#7106= IFCRELASSOCIATESLIBRARY('1AHPWVNuj8BRSBrHIY_mz0',$,$,$,(#1407),#14442); +#14442= IFCLIBRARYREFERENCE($,$,'\X2\30E930F330D788DC6B63\X0\','\X2\529B7387306E6539558430689AD88ABF6CE2306E62915236306E305F3081306B4F7F75283055308C308B88DC6B63\X0\','ja-JP',$); -#7110= IFCRELASSOCIATESLIBRARY('0V2PwdP09FHQYhviSogRxi',$,$,$,(#1420),#14443); -#14443= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#7107= IFCRELASSOCIATESLIBRARY('3LI3cDmyP2qQ5CupXDSRQc',$,$,$,(#1407),#14443); +#14443= IFCLIBRARYREFERENCE($,$,'\X2\B7A8D504BCF4C815\X0\',$,'ko-KR',$); -#7111= IFCRELASSOCIATESLIBRARY('2TRHW6hrDFkhRoHZzxbAHs',$,$,$,(#1420),#14444); -#14444= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\30C130E530FC30D6675F306E30C130E530FC30D695773055\X0\','ja-JP',$); +#7108= IFCRELASSOCIATESLIBRARY('24AROTis10H82UIQA9Q2CJ',$,$,$,(#1408),#14444); +#14444= IFCLIBRARYREFERENCE($,$,'Lamp Maintenance Factor',$,'en',$); -#7112= IFCRELASSOCIATESLIBRARY('1H6yVSOT1A9gTEhbSTs16R',$,$,$,(#1422),#14445); -#14445= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#7109= IFCRELASSOCIATESLIBRARY('1rV5IrDI54ZQqiKDnqs8Aj',$,$,$,(#1408),#14445); +#14445= IFCLIBRARYREFERENCE($,$,'\X2\4FDD5B887387\X0\','\X2\56DE5FA94E0D53EF80FD306A514991CF6E1B5C11304C539F56E0306E51496E9081EA4F53306E5149675F306E4F4E4E0B3001305F3068304830707167660E56685177306E8001673D531630846C5A308C306B3088308B514991CF306E6E1B5C113002\X0\','ja-JP',$); -#7113= IFCRELASSOCIATESLIBRARY('1g3mgwVw95U8A_edC3XdnU',$,$,$,(#1422),#14446); -#14446= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\30B530A430EC30F330B5306E4ED54E0A305295773055\X0\','ja-JP',$); +#7110= IFCRELASSOCIATESLIBRARY('2C7Nwoh4b8MRb8UEhKfI2z',$,$,$,(#1408),#14446); +#14446= IFCLIBRARYREFERENCE($,$,'\X2\BCF4C218\X0\ \X2\BE44C728\X0\','\X2\BCF5AD6CD560\X0\ \X2\C218C5C6B294\X0\ \X2\AD11B7C9\X0\ \X2\AC10C18CAC00\X0\ \X2\C6D0C778\X0\ \X2\AD11C6D0\X0\ \X2\C790CCB4C758\X0\ \X2\AD11C18D\X0\ \X2\C800D558\X0\, \X2\C608B97C\X0\ \X2\B4E4C5B4\X0\ \X2\C870BA85AE30AD6CC758\X0\ \X2\B178D6C4D654\X0\ \X2\BC0F\X0\ \X2\C624C5FCC5D0\X0\ \X2\C758D55C\X0\ \X2\AD11B7C9\X0\ \X2\AC10C18C\X0\.','ko-KR',$); -#7114= IFCRELASSOCIATESLIBRARY('2Oe4Njx593fAQ069iyhG2$',$,$,$,(#1423),#14447); -#14447= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#7111= IFCRELASSOCIATESLIBRARY('2DjSz3545FlhRXjoLC2XO1',$,$,$,(#1409),#14447); +#14447= IFCLIBRARYREFERENCE($,$,'Land ID',$,'en',$); -#7115= IFCRELASSOCIATESLIBRARY('07IL$Focn19eXZe$RGxTh$',$,$,$,(#1423),#14448); -#14448= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\30D430C330C8957730553002\X0\','ja-JP',$); +#7112= IFCRELASSOCIATESLIBRARY('3evAKjebTEOgBlSfxP71fz',$,$,$,(#1409),#14448); +#14448= IFCLIBRARYREFERENCE($,$,'IdParcelle','Identifiant num\S\irique de la parcelle attribu\S\i par une autorit\S\i [NDT : exemple : DGI]','fr-FR',$); -#7116= IFCRELASSOCIATESLIBRARY('2WGtQDuDrC2AjY_JqHTMVw',$,$,$,(#1423),#14449); -#14449= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','\X2\D53CD2B8\X0\ \X2\AE38C774\X0\','ko-KR',$); +#7113= IFCRELASSOCIATESLIBRARY('3SxOFFWlf6C8ij7RwjeG4a',$,$,$,(#1409),#14449); +#14449= IFCLIBRARYREFERENCE($,$,'\X2\65775730\X0\ID','\X2\767B8A18306B304A3051308B8B585225756A53F73002\X0\','ja-JP',$); -#7117= IFCRELASSOCIATESLIBRARY('0uFwqYBBn5TwgsINxssMp8',$,$,$,(#1424),#14450); -#14450= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#7114= IFCRELASSOCIATESLIBRARY('2hYVYc07PDP8uv_zElB0b4',$,$,$,(#1409),#14450); +#14450= IFCLIBRARYREFERENCE($,$,'\X2\BD80C9C0\X0\ ID','\X2\B4F1AE30C758\X0\ ID\X2\C785B2C8B2E4\X0\.','ko-KR',$); -#7118= IFCRELASSOCIATESLIBRARY('2euSbK7PnDug_edcIGO_mt',$,$,$,(#1424),#14451); -#14451= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\6C176D4165B95411306B5E73884C306B8A083089308C305F30D530A330F3306E95773055\X0\','ja-JP',$); +#7115= IFCRELASSOCIATESLIBRARY('1R7meccj95i9PTpC3G5HuO',$,$,$,(#1410),#14451); +#14451= IFCLIBRARYREFERENCE($,$,'Land Title ID',$,'en',$); -#7120= IFCRELASSOCIATESLIBRARY('0WglkH7LXA3BQi4LqAMmB7',$,$,$,(#1430),#14452); -#14452= IFCLIBRARYREFERENCE($,$,'Life Cycle Phase',$,'en',$); +#7116= IFCRELASSOCIATESLIBRARY('0GmIKBa6fEruUASgq6CKp8',$,$,$,(#1410),#14452); +#14452= IFCLIBRARYREFERENCE($,$,'IdTitreParcelle','Identifiant num\S\irique du titre de la parcelle attribu\S\i par une autorit\S\i.','fr-FR',$); -#7121= IFCRELASSOCIATESLIBRARY('2R22CdacP35x42hHy2Jcxc',$,$,$,(#1430),#14453); -#14453= IFCLIBRARYREFERENCE($,$,'PhaseCycleDeVie','Le cycle de vie complet ou seulement une de ses phases pour lequel les les donn\S\ies environnementales sont valides','fr-FR',$); +#7117= IFCRELASSOCIATESLIBRARY('1QoFLqX6f10voaScKAzMh$',$,$,$,(#1410),#14453); +#14453= IFCLIBRARYREFERENCE($,$,'\X2\65775730756A53F7\X0\ID','\X2\767B8A186240306B3088308B8B585225756A53F73002\X0\','ja-JP',$); -#7122= IFCRELASSOCIATESLIBRARY('0wHT9522r17uY9eSP_AC7D',$,$,$,(#1430),#14454); -#14454= IFCLIBRARYREFERENCE($,$,'\X2\30E930A430D530B530A430AF30EB30D530A730FC30BA\X0\','\X2\74B0588330C730FC30BF304C670952B930673042308B30E930A430D530B530A430AF30EB51683066307E305F306F72795B9A306E6BB5968E3002\X0\','ja-JP',$); +#7118= IFCRELASSOCIATESLIBRARY('0SJluXnfb0BvkoXP9tHLCo',$,$,$,(#1410),#14454); +#14454= IFCLIBRARYREFERENCE($,$,'\X2\BD80C9C0\X0\ \X2\BC88D638\X0\ ID','\X2\B4F1AE30C18CC758\X0\ ID\X2\C785B2C8B2E4\X0\.','ko-KR',$); -#7123= IFCRELASSOCIATESLIBRARY('2scvu4Bg5ExgviaX5gKxR1',$,$,$,(#1430),#14455); -#14455= IFCLIBRARYREFERENCE($,$,'\X2\B77CC774D504\X0\ \X2\C0ACC774D074\X0\ \X2\B2E8ACC4\X0\','\X2\D658ACBD\X0\ \X2\B370C774D130AC00\X0\ \X2\C720D6A8D55CC9C0\X0\ \X2\B77CC774D504\X0\ \X2\C0ACC774D074\X0\ \X2\B610B294\X0\ \X2\B2E8\X0\ \X2\D558B098\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\B2E8ACC4\X0\','ko-KR',$); +#7119= IFCRELASSOCIATESLIBRARY('04Rmx$XPL2mvAOwOM73ESJ',$,$,$,(#1414),#14455); +#14455= IFCLIBRARYREFERENCE($,$,'Latent Cooling Capacity',$,'en',$); -#7124= IFCRELASSOCIATESLIBRARY('3kinAlKRjDhe8KXB5CxPSj',$,$,$,(#1431),#14456); -#14456= IFCLIBRARYREFERENCE($,$,'Lift Elevation Difference',$,'en',$); +#7120= IFCRELASSOCIATESLIBRARY('3Ni$MNsgz6$Be2xGt1Yz9h',$,$,$,(#1414),#14456); +#14456= IFCLIBRARYREFERENCE($,$,'\X2\6F5C71B151B7537480FD529B\X0\','\X2\6F5C71B151B7537480FD529B\X0\','ja-JP',$); -#7125= IFCRELASSOCIATESLIBRARY('33blcEJajAJgafdXqu7N0u',$,$,$,(#1432),#14457); -#14457= IFCLIBRARYREFERENCE($,$,'Lifting Strength',$,'en',$); +#7121= IFCRELASSOCIATESLIBRARY('1w6NJw79r55x75G7zCdCXm',$,$,$,(#1415),#14457); +#14457= IFCLIBRARYREFERENCE($,$,'Latent Heat Transfer Rate',$,'en',$); -#7126= IFCRELASSOCIATESLIBRARY('1f26mlE2f3QfDxQFmZX6Nz',$,$,$,(#1432),#14458); -#14458= IFCLIBRARYREFERENCE($,$,'\X2\540A308A4E0A30525F375EA6\X0\','\X2\30B330F330AF30EA30FC30C889817D20304C540A308A4E0A30523089308C308B6642306E30B330F330AF30EA30FC30C8306E67005C0F5FC5898157277E2E5F375EA63002\X0\','ja-JP',$); +#7122= IFCRELASSOCIATESLIBRARY('1X$EOkmbT3IQTtc7p5ovoQ',$,$,$,(#1415),#14458); +#14458= IFCLIBRARYREFERENCE($,$,'PuissanceThermiqueLatente','Puissance thermique latente','fr-FR',$); -#7127= IFCRELASSOCIATESLIBRARY('2oHLvtpqf91PurkcP2buas',$,$,$,(#1433),#14459); -#14459= IFCLIBRARYREFERENCE($,$,'Light Emitter Nominal Power',$,'en',$); +#7123= IFCRELASSOCIATESLIBRARY('2yVU_jpSb1ohxyU2EOy9$r',$,$,$,(#1415),#14459); +#14459= IFCLIBRARYREFERENCE($,$,'\X2\6F5C71B14EA463DB91CF\X0\','\X2\6F5C71B14EA463DB91CF\X0\','ja-JP',$); -#7128= IFCRELASSOCIATESLIBRARY('0faKMOG49FMhkJtw8s8rc4',$,$,$,(#1433),#14460); -#14460= IFCLIBRARYREFERENCE($,$,'\X2\7167660E5668517730EF30C330C86570\X0\','\X2\767A51493059308B305F3081306E5B9A683C30EF30C330C86570\X0\','ja-JP',$); +#7124= IFCRELASSOCIATESLIBRARY('3_mt1qXa96BRHs3RYwDYNh',$,$,$,(#1416),#14460); +#14460= IFCLIBRARYREFERENCE($,$,'Latent Heat Transfer Rate',$,'en',$); -#7129= IFCRELASSOCIATESLIBRARY('3wx1sCHlf4gu04RuQnOL1r',$,$,$,(#1433),#14461); -#14461= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85AE30AD6C\X0\ \X2\C640D2B8\X0\','\X2\BC1CAD11D558B294\X0\ \X2\C815ACA9\X0\ \X2\C640D2B8\X0\','ko-KR',$); +#7125= IFCRELASSOCIATESLIBRARY('0PHrC2omb5wv_cjuTEkdhO',$,$,$,(#1416),#14461); +#14461= IFCLIBRARYREFERENCE($,$,'\X2\6F5C71B14EA463DB91CF\X0\','\X2\4E006B217A7A6C176D41306E6F5C71B14EA463DB91CF\X0\','ja-JP',$); -#7131= IFCRELASSOCIATESLIBRARY('0jxIZ1gDj3Qvi0D91rInxE',$,$,$,(#1434),#14462); -#14462= IFCLIBRARYREFERENCE($,$,'Light Fixture Mounting Type',$,'en',$); +#7126= IFCRELASSOCIATESLIBRARY('3gUpRDBtz0gROCPAei_hwn',$,$,$,(#1417),#14462); +#14462= IFCLIBRARYREFERENCE($,$,'Layers',$,'en',$); -#7132= IFCRELASSOCIATESLIBRARY('0HAuRQqPj5y8rYR7ONxRuA',$,$,$,(#1434),#14463); -#14463= IFCLIBRARYREFERENCE($,$,'\X2\7167660E5668517753D64ED865B96CD5\X0\','\X2\7167660E56685177306E53D64ED865B96CD5309230EA30B930C8304B30899078629E3002\X0\','ja-JP',$); +#7127= IFCRELASSOCIATESLIBRARY('1xxETyOgb94fxIHn5ZHzNb',$,$,$,(#1419),#14463); +#14463= IFCLIBRARYREFERENCE($,$,'Layup',$,'en',$); -#7133= IFCRELASSOCIATESLIBRARY('2iH0bBk358HfMy5MP9Ahtt',$,$,$,(#1434),#14464); -#14464= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85AE30AD6C\X0\ \X2\C124CE58BC29BC95\X0\','\X2\C870BA85AE30AD6CC758\X0\ \X2\C124CE58\X0\ \X2\BC29BC95C744\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); +#7128= IFCRELASSOCIATESLIBRARY('1eDCkkvXXFtAE$dcNoYmF9',$,$,$,(#1420),#14464); +#14464= IFCLIBRARYREFERENCE($,$,'Lead In Time','Lead in time before start of process.','en',$); -#7135= IFCRELASSOCIATESLIBRARY('2xYgTQ2p95beVrNA1By8AJ',$,$,$,(#1435),#14465); -#14465= IFCLIBRARYREFERENCE($,$,'Light Fixture Placing Type',$,'en',$); +#7129= IFCRELASSOCIATESLIBRARY('3mMkFj4s96XOGy8zbrWSMe',$,$,$,(#1421),#14465); +#14465= IFCLIBRARYREFERENCE($,$,'Lead Out Time','Lead out time after end of process.','en',$); -#7136= IFCRELASSOCIATESLIBRARY('2D42EycRbAI9231jvpn7$h',$,$,$,(#1435),#14466); -#14466= IFCLIBRARYREFERENCE($,$,'\X2\7167660E5668517753D64ED858346240\X0\','\X2\7167660E56685177306E53D64ED858346240309230EA30B930C8304B30899078629E3002\X0\','ja-JP',$); +#7130= IFCRELASSOCIATESLIBRARY('1QHsTy93f4rfy6BRljfvts',$,$,$,(#1422),#14466); +#14466= IFCLIBRARYREFERENCE($,$,'Leakage',$,'en',$); -#7137= IFCRELASSOCIATESLIBRARY('1vtkWfK7T2yP4vN6pKIXBn',$,$,$,(#1435),#14467); -#14467= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85AE30AD6C\X0\ \X2\C124CE58\X0\ \X2\C7A5C18C\X0\','\X2\C870BA85AE30AD6CC758\X0\ \X2\C124CE58\X0\ \X2\C7A5C18CB97C\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); +#7131= IFCRELASSOCIATESLIBRARY('3Fx5zCDov2fwAvRFWFMEO1',$,$,$,(#1423),#14467); +#14467= IFCLIBRARYREFERENCE($,$,'Leakage Class',$,'en',$); -#7138= IFCRELASSOCIATESLIBRARY('3Mxyk3mJDD7PMUVD1Z_Bw7',$,$,$,(#1436),#14468); -#14468= IFCLIBRARYREFERENCE($,$,'Lighting',$,'en',$); +#7132= IFCRELASSOCIATESLIBRARY('11hKP3sV9DdfPPCrzEFaLD',$,$,$,(#1423),#14468); +#14468= IFCLIBRARYREFERENCE($,$,'\X2\6F0F308C7387\X0\','\X2\30C030AF30C830B730B930C630E0540490E84F4D306E6F0F308C73873002\X0\','ja-JP',$); -#7139= IFCRELASSOCIATESLIBRARY('1bdbFn00fFaRCJTtYkyyhe',$,$,$,(#1436),#14469); -#14469= IFCLIBRARYREFERENCE($,$,'\X2\7167660E\X0\','\X2\7167660E8CA083773002\X0\','ja-JP',$); +#7133= IFCRELASSOCIATESLIBRARY('2YgMuNdeLALxMptYvKVyT8',$,$,$,(#1423),#14469); +#14469= IFCLIBRARYREFERENCE($,$,'\X2\B204C124BE44C728\X0\','\X2\B355D2B8\X0\ \X2\C2DCC2A4D15C\X0\ \X2\AC01\X0\ \X2\BD80C704C758\X0\ \X2\B204CD9C\X0\ \X2\BE44C728\X0\.','ko-KR',$); -#7140= IFCRELASSOCIATESLIBRARY('1Vu$Or$2DFHfPTYATyHmx6',$,$,$,(#1436),#14470); -#14470= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85\X0\','\X2\C870BA85\X0\ \X2\BD80D558\X0\','ko-KR',$); +#7134= IFCRELASSOCIATESLIBRARY('2oFgClXb93tgRisdo7qFCl',$,$,$,(#1424),#14470); +#14470= IFCLIBRARYREFERENCE($,$,'Leakage Curve',$,'en',$); -#7141= IFCRELASSOCIATESLIBRARY('3yuKd0mMXDdReikrn$Totf',$,$,$,(#1437),#14471); -#14471= IFCLIBRARYREFERENCE($,$,'Lighting',$,'en',$); +#7135= IFCRELASSOCIATESLIBRARY('0mWH4_$799bPhpqSOykrj6',$,$,$,(#1424),#14471); +#14471= IFCLIBRARYREFERENCE($,$,'\X2\6F0F308C66F27DDA\X0\','\X2\4F5C52D55727529B306B5BFE3059308B53584F4D957730553042305F308A306E6F0F308C66F27DDA3002\X0\\X\0D\X\0A\X2\30B930AB30E930FC5024304C886873FE3055308C30663044308B58345408306F300162405B9A306E5727529BFF084F8B304830703001\X0\ASHRAE\X2\3000\X0\Fundamentals 200134.16\X2\FF09306B304A3051308B53584F4D97627A4D5F53305F308A306E6D4191CF30673042308B6F0F308C30AF30E930B93092886830593002\X0\','ja-JP',$); -#7142= IFCRELASSOCIATESLIBRARY('3KNEmZP751GPnRc22vaZo1',$,$,$,(#1437),#14472); -#14472= IFCLIBRARYREFERENCE($,$,'\X2\7167660E\X0\','\X2\7167660E8CA083773002\X0\','ja-JP',$); +#7136= IFCRELASSOCIATESLIBRARY('0O7kRtHKn3EvGcTcU4YDq5',$,$,$,(#1425),#14472); +#14472= IFCLIBRARYREFERENCE($,$,'Leakage Curve',$,'en',$); -#7143= IFCRELASSOCIATESLIBRARY('0gCJFs99f2muSdfXG5X0VL',$,$,$,(#1437),#14473); -#14473= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85\X0\','\X2\C870BA85\X0\ \X2\BD80D558\X0\','ko-KR',$); +#7137= IFCRELASSOCIATESLIBRARY('2PG72lYLfDTR6BukD$Xf$4',$,$,$,(#1426),#14473); +#14473= IFCLIBRARYREFERENCE($,$,'Leakage Curve',$,'en',$); -#7144= IFCRELASSOCIATESLIBRARY('25ijgCR4j96OSr89FRq2G$',$,$,$,(#1438),#14474); -#14474= IFCLIBRARYREFERENCE($,$,'Lighting Diversity',$,'en',$); +#7138= IFCRELASSOCIATESLIBRARY('2NJ2AMcurA9faRbhEBQhdw',$,$,$,(#1426),#14474); +#14474= IFCLIBRARYREFERENCE($,$,'\X2\6F0F6D2966F27DDA\X0\','\X2\914D7BA15727529B306B5BFE3059308B53584F4D3042305F308A6D4151FA91CF66F27DDA\X0\','ja-JP',$); -#7145= IFCRELASSOCIATESLIBRARY('2LcpspHbjDk9qlrxEDI1UT',$,$,$,(#1438),#14475); -#14475= IFCLIBRARYREFERENCE($,$,'\X2\7167660E8CA083774FC26570\X0\','\X2\7167660E8CA083774FC265703002\X0\','ja-JP',$); +#7139= IFCRELASSOCIATESLIBRARY('0spVnGL318RRZmNVAcHDRF',$,$,$,(#1427),#14475); +#14475= IFCLIBRARYREFERENCE($,$,'Leakage Fully Closed',$,'en',$); -#7146= IFCRELASSOCIATESLIBRARY('11lwamM2v3ZhA265NmSLV1',$,$,$,(#1438),#14476); -#14476= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85BD80D558ACC4C218\X0\','\X2\C870BA85\X0\ \X2\BD80D558\X0\ \X2\ACC4C218\X0\','ko-KR',$); +#7140= IFCRELASSOCIATESLIBRARY('0$ey6OHErCRvcJW9DZisOc',$,$,$,(#1428),#14476); +#14476= IFCLIBRARYREFERENCE($,$,'Left Flange Width',$,'en',$); -#7147= IFCRELASSOCIATESLIBRARY('2m1IKcgTzAdwVNgRgRIafs',$,$,$,(#1439),#14477); -#14477= IFCLIBRARYREFERENCE($,$,'Lighting Diversity',$,'en',$); +#7141= IFCRELASSOCIATESLIBRARY('13SACoskj0qPM57gPNiCOB',$,$,$,(#1429),#14477); +#14477= IFCLIBRARYREFERENCE($,$,'Legend',$,'en',$); -#7148= IFCRELASSOCIATESLIBRARY('3HFxHhjof2Uu3mN0j1OpIi',$,$,$,(#1439),#14478); -#14478= IFCLIBRARYREFERENCE($,$,'\X2\7167660E8CA083774FC26570\X0\','\X2\7167660E8CA083774FC265703002\X0\','ja-JP',$); +#7142= IFCRELASSOCIATESLIBRARY('0duwnd3Hb7XeGECRaSCbPG',$,$,$,(#1429),#14478); +#14478= IFCLIBRARYREFERENCE($,$,'\X2\51E14F8B\X0\','\X2\76EE7684307E305F306F6A5F80FD3092793A305951E14F8B306A3069300130B930A430C330C1306B906975283055308C308B30C630AD30B930C83002\X0\','ja-JP',$); -#7149= IFCRELASSOCIATESLIBRARY('2dm9m45zr5vgHwtRBpLpMI',$,$,$,(#1439),#14479); -#14479= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85\X0\ \X2\BD80D558ACC4C218\X0\','\X2\C870BA85\X0\ \X2\BD80D558\X0\ \X2\ACC4C218\X0\.','ko-KR',$); +#7143= IFCRELASSOCIATESLIBRARY('01YiSj1Cz5DBolMDGv7fPR',$,$,$,(#1429),#14479); +#14479= IFCLIBRARYREFERENCE($,$,'\X2\BC94B840\X0\','\X2\BAA9C801C774B098\X0\ \X2\AE30B2A5C744\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BC94B840C640\X0\ \X2\AC19C740\X0\ \X2\C2A4C704CE58C5D0\X0\ \X2\C801C6A9B418B294\X0\ \X2\D14DC2A4D2B8C785B2C8B2E4\X0\.','ko-KR',$); -#7150= IFCRELASSOCIATESLIBRARY('0MrW0f5BPCqP94g9ngf$8_',$,$,$,(#1440),#14480); -#14480= IFCLIBRARYREFERENCE($,$,'Lighting Load Intensity',$,'en',$); +#7144= IFCRELASSOCIATESLIBRARY('1d5q3SJIj9ygAJwuOFxoht',$,$,$,(#1430),#14480); +#14480= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#7151= IFCRELASSOCIATESLIBRARY('2MW_rMIATDigxvjun0gxbo',$,$,$,(#1440),#14481); -#14481= IFCLIBRARYREFERENCE($,$,'\X2\7167660E8CA083777387\X0\','\X2\53584F4D97627A4D3042305F308A7167660E6A5F5668306E5E73574796FB529B6D888CBB91CF3002\X0\\X\0D\X\0A\X2\FF08\X0\PowerMeasure/IfcAreaMeasure\X2\FF09\X0\','ja-JP',$); +#7145= IFCRELASSOCIATESLIBRARY('3GD$C15aP95A9J0UmCgJoB',$,$,$,(#1430),#14481); +#14481= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\63926C3430C130E330F330D030FC306E957730553002\X0\','ja-JP',$); -#7152= IFCRELASSOCIATESLIBRARY('2r_u2Ny5nD$uFrgJuAU9Dv',$,$,$,(#1440),#14482); -#14482= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85\X0\ \X2\BD80D558C728\X0\','\X2\B2E8C704\X0\ \X2\BA74C801\X0\ \X2\B2F9\X0\ \X2\C870BA85C758\X0\ \X2\D3C9ADE0\X0\ \X2\C804B825\X0\ \X2\C18CBE44\X0\. (PowerMeasure / IfcAreaMeasure)','ko-KR',$); +#7146= IFCRELASSOCIATESLIBRARY('05IlvaNNP1Xg2M$tXRFZeW',$,$,$,(#1430),#14482); +#14482= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','\X2\BC30C218\X0\ \X2\CC54BC84C758\X0\ \X2\AE38C774\X0\','ko-KR',$); -#7153= IFCRELASSOCIATESLIBRARY('2r_lpLhNTAZPMKLqOu5dBZ',$,$,$,(#1441),#14483); -#14483= IFCLIBRARYREFERENCE($,$,'Lighting Percent Load To Return Air',$,'en',$); +#7147= IFCRELASSOCIATESLIBRARY('328BxLQNv109OlIlXlycIj',$,$,$,(#1431),#14483); +#14483= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#7154= IFCRELASSOCIATESLIBRARY('1fudVIy$HFxuriMrbPcmjn',$,$,$,(#1441),#14484); -#14484= IFCLIBRARYREFERENCE($,$,'\X2\30EA30BF30F37A7A6C173078306E7167660E6A5F5668306E653E71B17387\X0\','\X2\7167660E6A5F5668304B308930EA30BF30F37A7A6C17FF0859294E9588CFFF093078306E653E71B173873002\X0\','ja-JP',$); +#7148= IFCRELASSOCIATESLIBRARY('1XLkMIZLT9kBM_uc830WNB',$,$,$,(#1431),#14484); +#14484= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\30C130E530FC30D6675F306E30C130E530FC30D695773055\X0\','ja-JP',$); -#7155= IFCRELASSOCIATESLIBRARY('3M3EEP7IT15fMj41chEfx6',$,$,$,(#1441),#14485); -#14485= IFCLIBRARYREFERENCE($,$,'\X2\B9ACD0C4\X0\ \X2\ACF5AE30C5D0\X0\ \X2\C870BA85\X0\ \X2\AE30AE30C758\X0\ \X2\BC29C5F4\X0\ \X2\BE44C728\X0\','\X2\C870BA85\X0\ \X2\AE30AE30C5D0C11C\X0\ \X2\D3F4B9ACD0C4\X0\ \X2\ACF5AE30\X0\ (\X2\CC9CC7A5\X0\)\X2\C758\X0\ \X2\BC29C5F4\X0\ \X2\C18DB3C4\X0\.','ko-KR',$); +#7149= IFCRELASSOCIATESLIBRARY('2mDNJ9Br90k94RUu727fHC',$,$,$,(#1433),#14485); +#14485= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#7156= IFCRELASSOCIATESLIBRARY('3Xxe5P3m13R8JIUtKU$77n',$,$,$,(#1447),#14486); -#14486= IFCLIBRARYREFERENCE($,$,'Limiting Terminal Size',$,'en',$); +#7150= IFCRELASSOCIATESLIBRARY('3GbLsv4qL9Cv6vEZJjKX4S',$,$,$,(#1433),#14486); +#14486= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\30B530A430EC30F330B5306E4ED54E0A305295773055\X0\','ja-JP',$); -#7157= IFCRELASSOCIATESLIBRARY('2TAkfPvzDB_uLAhjZKZJPP',$,$,$,(#1447),#14487); -#14487= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A9650754C5024\X0\','\X2\88C57F6E306B63A57D9A3055308C308B6700592730B530A430BA3002\X0\','ja-JP',$); +#7151= IFCRELASSOCIATESLIBRARY('3K40M0QUbDFuja28Pm2WZI',$,$,$,(#1434),#14487); +#14487= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#7158= IFCRELASSOCIATESLIBRARY('1MMTU6RPLBaBvbts_mkf8p',$,$,$,(#1447),#14488); -#14488= IFCLIBRARYREFERENCE($,$,'\X2\C5F0ACB0\X0\ \X2\D55CACC4\X0\','\X2\C7A5CE58C5D0\X0\ \X2\C5F0ACB0B418B294\X0\ \X2\CD5CB300\X0\ \X2\D06CAE30C785B2C8B2E4\X0\.','ko-KR',$); +#7152= IFCRELASSOCIATESLIBRARY('1whnHN1ULC8A1FAtS8clpP',$,$,$,(#1434),#14488); +#14488= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\30D430C330C8957730553002\X0\','ja-JP',$); -#7160= IFCRELASSOCIATESLIBRARY('2fTqZrQjP7twlaFvkN30gP',$,$,$,(#1460),#14489); -#14489= IFCLIBRARYREFERENCE($,$,'Load',$,'en',$); +#7153= IFCRELASSOCIATESLIBRARY('3BnhRM8efETuvqnovJGPHt',$,$,$,(#1434),#14489); +#14489= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','\X2\D53CD2B8\X0\ \X2\AE38C774\X0\','ko-KR',$); -#7161= IFCRELASSOCIATESLIBRARY('1GhoHsiav9tfP19UJVYyh1',$,$,$,(#1460),#14490); -#14490= IFCLIBRARYREFERENCE($,$,'Charge','Charge effective de la chaudi\S\hre.','fr-FR',$); +#7154= IFCRELASSOCIATESLIBRARY('2HJReggCr2TBOfivWWuPog',$,$,$,(#1435),#14490); +#14490= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#7162= IFCRELASSOCIATESLIBRARY('3IU2Oi0zrEAB648C1ah8Us',$,$,$,(#1460),#14491); -#14491= IFCLIBRARYREFERENCE($,$,'\X2\8CA08377\X0\','\X2\30DC30A430E95B9F8CA08377\X0\','ja-JP',$); +#7155= IFCRELASSOCIATESLIBRARY('2JWOYPfBfBceDRBlzhr93K',$,$,$,(#1435),#14491); +#14491= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\6C176D4165B95411306B5E73884C306B8A083089308C305F30D530A330F3306E95773055\X0\','ja-JP',$); -#7163= IFCRELASSOCIATESLIBRARY('0BOvKudKv9q9i2UBZY6TJZ',$,$,$,(#1461),#14492); -#14492= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); +#7157= IFCRELASSOCIATESLIBRARY('1gS85VtbzFdBy5fyqahsfq',$,$,$,(#1441),#14492); +#14492= IFCLIBRARYREFERENCE($,$,'Life Cycle Phase',$,'en',$); -#7164= IFCRELASSOCIATESLIBRARY('2afTOF0hfAdfKy$Bnyf5Za',$,$,$,(#1461),#14493); -#14493= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); +#7158= IFCRELASSOCIATESLIBRARY('2miCTZ3JX1DhVKihueVlfY',$,$,$,(#1441),#14493); +#14493= IFCLIBRARYREFERENCE($,$,'PhaseCycleDeVie','Le cycle de vie complet ou seulement une de ses phases pour lequel les les donn\S\ies environnementales sont valides','fr-FR',$); -#7165= IFCRELASSOCIATESLIBRARY('0vSHMqBvfARfOnaq1RtOd9',$,$,$,(#1461),#14494); -#14494= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); +#7159= IFCRELASSOCIATESLIBRARY('0yO5cWDez0keyXxVluXLcK',$,$,$,(#1441),#14494); +#14494= IFCLIBRARYREFERENCE($,$,'\X2\30E930A430D530B530A430AF30EB30D530A730FC30BA\X0\','\X2\74B0588330C730FC30BF304C670952B930673042308B30E930A430D530B530A430AF30EB51683066307E305F306F72795B9A306E6BB5968E3002\X0\','ja-JP',$); -#7166= IFCRELASSOCIATESLIBRARY('0YQGXp8Af07QnqxC1NLemP',$,$,$,(#1461),#14495); -#14495= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#7160= IFCRELASSOCIATESLIBRARY('15i28spt9A2xpBB29cXnc3',$,$,$,(#1441),#14495); +#14495= IFCLIBRARYREFERENCE($,$,'\X2\B77CC774D504\X0\ \X2\C0ACC774D074\X0\ \X2\B2E8ACC4\X0\','\X2\D658ACBD\X0\ \X2\B370C774D130AC00\X0\ \X2\C720D6A8D55CC9C0\X0\ \X2\B77CC774D504\X0\ \X2\C0ACC774D074\X0\ \X2\B610B294\X0\ \X2\B2E8\X0\ \X2\D558B098\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\B2E8ACC4\X0\','ko-KR',$); -#7167= IFCRELASSOCIATESLIBRARY('3_1gCY_HP1XR4$ByaioMTF',$,$,$,(#1461),#14496); -#14496= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); +#7161= IFCRELASSOCIATESLIBRARY('0OttWkFwz7hRzXzDcG0uL9',$,$,$,(#1442),#14496); +#14496= IFCLIBRARYREFERENCE($,$,'Lift Elevation Difference',$,'en',$); -#7168= IFCRELASSOCIATESLIBRARY('2pM7m1l2X83w_U$mCi3Fo2',$,$,$,(#1462),#14497); -#14497= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); +#7162= IFCRELASSOCIATESLIBRARY('05FmWXv65EG8eCL1ylT4of',$,$,$,(#1443),#14497); +#14497= IFCLIBRARYREFERENCE($,$,'Lifting Strength',$,'en',$); -#7169= IFCRELASSOCIATESLIBRARY('29CYW1Tsb6cvNXBnIBjH2n',$,$,$,(#1462),#14498); -#14498= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); +#7163= IFCRELASSOCIATESLIBRARY('3ueOrtRC984xGFjrWCP3mj',$,$,$,(#1443),#14498); +#14498= IFCLIBRARYREFERENCE($,$,'\X2\540A308A4E0A30525F375EA6\X0\','\X2\30B330F330AF30EA30FC30C889817D20304C540A308A4E0A30523089308C308B6642306E30B330F330AF30EA30FC30C8306E67005C0F5FC5898157277E2E5F375EA63002\X0\','ja-JP',$); -#7170= IFCRELASSOCIATESLIBRARY('0oTgANt1H6lwdrw6S0cmGm',$,$,$,(#1462),#14499); -#14499= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); +#7164= IFCRELASSOCIATESLIBRARY('3LhoGA43v6ShidtCDwEbsD',$,$,$,(#1444),#14499); +#14499= IFCLIBRARYREFERENCE($,$,'Light Emitter Nominal Power',$,'en',$); -#7171= IFCRELASSOCIATESLIBRARY('0bR2HUA6n8jRuaNIh8Mgne',$,$,$,(#1462),#14500); -#14500= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\30AA30D630B830A730AF30C8304C837791CD30924FDD63013059308B304BFF08\X0\TRUE\X2\FF0930014FDD63013057306A3044304BFF08\X0\FALSE\X2\FF093092793A30593002\X0\','ja-JP',$); +#7165= IFCRELASSOCIATESLIBRARY('3uOkPWnPDAdBe8VIPec7h4',$,$,$,(#1444),#14500); +#14500= IFCLIBRARYREFERENCE($,$,'\X2\7167660E5668517730EF30C330C86570\X0\','\X2\767A51493059308B305F3081306E5B9A683C30EF30C330C86570\X0\','ja-JP',$); -#7172= IFCRELASSOCIATESLIBRARY('0QRqNnsSPFPPMpemAlJFo1',$,$,$,(#1462),#14501); -#14501= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); +#7166= IFCRELASSOCIATESLIBRARY('0EQVburBT7aO3_ZZufT0kH',$,$,$,(#1444),#14501); +#14501= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85AE30AD6C\X0\ \X2\C640D2B8\X0\','\X2\BC1CAD11D558B294\X0\ \X2\C815ACA9\X0\ \X2\C640D2B8\X0\','ko-KR',$); -#7173= IFCRELASSOCIATESLIBRARY('28X8EWl051owIwQNJIOgXJ',$,$,$,(#1463),#14502); -#14502= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); +#7168= IFCRELASSOCIATESLIBRARY('3IdSlMo0jCJ9Zl75GwdmnU',$,$,$,(#1445),#14502); +#14502= IFCLIBRARYREFERENCE($,$,'Light Fixture Mounting Type',$,'en',$); -#7174= IFCRELASSOCIATESLIBRARY('2YOQKjDZXAKQR52yDRSDPX',$,$,$,(#1463),#14503); -#14503= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); +#7169= IFCRELASSOCIATESLIBRARY('0bhjUrNAb6bRoXZBbmm1s5',$,$,$,(#1445),#14503); +#14503= IFCLIBRARYREFERENCE($,$,'\X2\7167660E5668517753D64ED865B96CD5\X0\','\X2\7167660E56685177306E53D64ED865B96CD5309230EA30B930C8304B30899078629E3002\X0\','ja-JP',$); -#7175= IFCRELASSOCIATESLIBRARY('2kmAkhS4bCXB_Cp_dTE99P',$,$,$,(#1463),#14504); -#14504= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); +#7170= IFCRELASSOCIATESLIBRARY('3g7VH4LKj15BEnjC_LqZey',$,$,$,(#1445),#14504); +#14504= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85AE30AD6C\X0\ \X2\C124CE58BC29BC95\X0\','\X2\C870BA85AE30AD6CC758\X0\ \X2\C124CE58\X0\ \X2\BC29BC95C744\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); -#7176= IFCRELASSOCIATESLIBRARY('3NA_2mz$PDZOAwyqSBFt3S',$,$,$,(#1463),#14505); -#14505= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#7172= IFCRELASSOCIATESLIBRARY('2J4hrdhW59bRKcG13zxcjl',$,$,$,(#1446),#14505); +#14505= IFCLIBRARYREFERENCE($,$,'Light Fixture Placing Type',$,'en',$); -#7177= IFCRELASSOCIATESLIBRARY('39AdiooLX6P9ed6fNTgfdC',$,$,$,(#1463),#14506); -#14506= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); +#7173= IFCRELASSOCIATESLIBRARY('23NgOB6FX3sANrnF5aMGZq',$,$,$,(#1446),#14506); +#14506= IFCLIBRARYREFERENCE($,$,'\X2\7167660E5668517753D64ED858346240\X0\','\X2\7167660E56685177306E53D64ED858346240309230EA30B930C8304B30899078629E3002\X0\','ja-JP',$); -#7178= IFCRELASSOCIATESLIBRARY('3jYU7Jw9nEPOjNuLJX0$mH',$,$,$,(#1464),#14507); -#14507= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de',$); +#7174= IFCRELASSOCIATESLIBRARY('2QL6XX8GPBvxEZF_Z2Wv3A',$,$,$,(#1446),#14507); +#14507= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85AE30AD6C\X0\ \X2\C124CE58\X0\ \X2\C7A5C18C\X0\','\X2\C870BA85AE30AD6CC758\X0\ \X2\C124CE58\X0\ \X2\C7A5C18CB97C\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); -#7179= IFCRELASSOCIATESLIBRARY('3r3wpWIDn0OAl0gwNTeND5',$,$,$,(#1464),#14508); -#14508= IFCLIBRARYREFERENCE($,$,'Load Bearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).','en',$); +#7175= IFCRELASSOCIATESLIBRARY('1RLrgsoFv2beloq1XFaFtH',$,$,$,(#1447),#14508); +#14508= IFCLIBRARYREFERENCE($,$,'Lighting',$,'en',$); -#7180= IFCRELASSOCIATESLIBRARY('00INQK$K57Ff3xSlvk3CQn',$,$,$,(#1464),#14509); -#14509= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr',$); +#7176= IFCRELASSOCIATESLIBRARY('1ZVsyuut98PfHhEyKndxqv',$,$,$,(#1447),#14509); +#14509= IFCLIBRARYREFERENCE($,$,'\X2\7167660E\X0\','\X2\7167660E8CA083773002\X0\','ja-JP',$); -#7181= IFCRELASSOCIATESLIBRARY('0bLJ2Y8_XBPunzKekr5Nzs',$,$,$,(#1464),#14510); -#14510= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja',$); +#7177= IFCRELASSOCIATESLIBRARY('1__cchY5L6FuXXubgJadHX',$,$,$,(#1447),#14510); +#14510= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85\X0\','\X2\C870BA85\X0\ \X2\BD80D558\X0\','ko-KR',$); -#7182= IFCRELASSOCIATESLIBRARY('3N26g1X7H0hgsQsp9fM0x9',$,$,$,(#1465),#14511); -#14511= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de',$); +#7178= IFCRELASSOCIATESLIBRARY('0VUv0QdQjABv310R8FjlMd',$,$,$,(#1448),#14511); +#14511= IFCLIBRARYREFERENCE($,$,'Lighting',$,'en',$); -#7183= IFCRELASSOCIATESLIBRARY('0HlxzpsZr7H9YshV6dY5wZ',$,$,$,(#1465),#14512); -#14512= IFCLIBRARYREFERENCE($,$,'Load Bearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).','en',$); +#7179= IFCRELASSOCIATESLIBRARY('0w65CxuJ54VAOavgyhfbYb',$,$,$,(#1448),#14512); +#14512= IFCLIBRARYREFERENCE($,$,'\X2\7167660E\X0\','\X2\7167660E8CA083773002\X0\','ja-JP',$); -#7184= IFCRELASSOCIATESLIBRARY('2OpFhVQ_n2puxtb$DLDaEq',$,$,$,(#1465),#14513); -#14513= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr',$); +#7180= IFCRELASSOCIATESLIBRARY('16yTzTptj8oxA4Xli3wZg$',$,$,$,(#1448),#14513); +#14513= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85\X0\','\X2\C870BA85\X0\ \X2\BD80D558\X0\','ko-KR',$); -#7185= IFCRELASSOCIATESLIBRARY('1dLsf99yz8uvdEj8g1wztT',$,$,$,(#1465),#14514); -#14514= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja',$); +#7181= IFCRELASSOCIATESLIBRARY('0Gb_D_PoLFwO5xJoIiLrqW',$,$,$,(#1449),#14514); +#14514= IFCLIBRARYREFERENCE($,$,'Lighting Diversity',$,'en',$); -#7186= IFCRELASSOCIATESLIBRARY('01a1d0mJX1cghtyrlH$vT7',$,$,$,(#1466),#14515); -#14515= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); +#7182= IFCRELASSOCIATESLIBRARY('2FIJkorSL9rRlEOwdGzUIp',$,$,$,(#1449),#14515); +#14515= IFCLIBRARYREFERENCE($,$,'\X2\7167660E8CA083774FC26570\X0\','\X2\7167660E8CA083774FC265703002\X0\','ja-JP',$); -#7187= IFCRELASSOCIATESLIBRARY('2SjCKSHB58RAEKa0g_30NX',$,$,$,(#1466),#14516); -#14516= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); +#7183= IFCRELASSOCIATESLIBRARY('2R$bTgNgb7Sf1FVw_Pt6Cr',$,$,$,(#1449),#14516); +#14516= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85BD80D558ACC4C218\X0\','\X2\C870BA85\X0\ \X2\BD80D558\X0\ \X2\ACC4C218\X0\','ko-KR',$); -#7188= IFCRELASSOCIATESLIBRARY('3yz6zvw_12zPyZExkkQX1w',$,$,$,(#1466),#14517); -#14517= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); +#7184= IFCRELASSOCIATESLIBRARY('2alEae5F106u$PFdYW_LUs',$,$,$,(#1450),#14517); +#14517= IFCLIBRARYREFERENCE($,$,'Lighting Diversity',$,'en',$); -#7189= IFCRELASSOCIATESLIBRARY('3HGIiSphb4_vqLwkuA3E0i',$,$,$,(#1466),#14518); -#14518= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\30AA30D630B830A730AF30C8304C837791CD30924FDD63013059308B304BFF08\X0\TRUE\X2\FF0930014FDD63013057306A3044304BFF08\X0\FALSE\X2\FF093092793A30593002\X0\','ja-JP',$); +#7185= IFCRELASSOCIATESLIBRARY('0GZAJ6I1rA_AsvieaKdQNO',$,$,$,(#1450),#14518); +#14518= IFCLIBRARYREFERENCE($,$,'\X2\7167660E8CA083774FC26570\X0\','\X2\7167660E8CA083774FC265703002\X0\','ja-JP',$); -#7190= IFCRELASSOCIATESLIBRARY('2hVp15QI19_v$Oyon1QvjP',$,$,$,(#1466),#14519); -#14519= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); +#7186= IFCRELASSOCIATESLIBRARY('2YnfnK0Vj0jeghh1NVfpG4',$,$,$,(#1450),#14519); +#14519= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85\X0\ \X2\BD80D558ACC4C218\X0\','\X2\C870BA85\X0\ \X2\BD80D558\X0\ \X2\ACC4C218\X0\.','ko-KR',$); -#7191= IFCRELASSOCIATESLIBRARY('2r94znacfCVhdJ$gB1196R',$,$,$,(#1467),#14520); -#14520= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); +#7187= IFCRELASSOCIATESLIBRARY('319$jvWfz6$xsKtao5sgu$',$,$,$,(#1451),#14520); +#14520= IFCLIBRARYREFERENCE($,$,'Lighting Load Intensity',$,'en',$); -#7192= IFCRELASSOCIATESLIBRARY('2CzQ_6yr5CnPtjeXHKRl1E',$,$,$,(#1467),#14521); -#14521= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); +#7188= IFCRELASSOCIATESLIBRARY('2BIFaZ1NP5s9i5NpL2qVoq',$,$,$,(#1451),#14521); +#14521= IFCLIBRARYREFERENCE($,$,'\X2\7167660E8CA083777387\X0\','\X2\53584F4D97627A4D3042305F308A7167660E6A5F5668306E5E73574796FB529B6D888CBB91CF3002\X0\\X\0D\X\0A\X2\FF08\X0\PowerMeasure/IfcAreaMeasure\X2\FF09\X0\','ja-JP',$); -#7193= IFCRELASSOCIATESLIBRARY('3W1Yr_xwb9uR9UulahlcK1',$,$,$,(#1467),#14522); -#14522= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); +#7189= IFCRELASSOCIATESLIBRARY('0CTZN5X7f5xPsZosFIyO2Z',$,$,$,(#1451),#14522); +#14522= IFCLIBRARYREFERENCE($,$,'\X2\C870BA85\X0\ \X2\BD80D558C728\X0\','\X2\B2E8C704\X0\ \X2\BA74C801\X0\ \X2\B2F9\X0\ \X2\C870BA85C758\X0\ \X2\D3C9ADE0\X0\ \X2\C804B825\X0\ \X2\C18CBE44\X0\. (PowerMeasure / IfcAreaMeasure)','ko-KR',$); -#7194= IFCRELASSOCIATESLIBRARY('1aVCfuv9vEefjx1aYUZNJj',$,$,$,(#1467),#14523); -#14523= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#7190= IFCRELASSOCIATESLIBRARY('01b$_B5bH0xR1RfU7DDgLC',$,$,$,(#1452),#14523); +#14523= IFCLIBRARYREFERENCE($,$,'Lighting Percent Load To Return Air',$,'en',$); -#7195= IFCRELASSOCIATESLIBRARY('0pJduacEvEueWiH9uT4_Ax',$,$,$,(#1467),#14524); -#14524= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); +#7191= IFCRELASSOCIATESLIBRARY('1B7vWEkzj7Mep1xIk_dRKI',$,$,$,(#1452),#14524); +#14524= IFCLIBRARYREFERENCE($,$,'\X2\30EA30BF30F37A7A6C173078306E7167660E6A5F5668306E653E71B17387\X0\','\X2\7167660E6A5F5668304B308930EA30BF30F37A7A6C17FF0859294E9588CFFF093078306E653E71B173873002\X0\','ja-JP',$); -#7196= IFCRELASSOCIATESLIBRARY('1KNSWOdNr8beEOzriyUeM5',$,$,$,(#1469),#14525); -#14525= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); +#7192= IFCRELASSOCIATESLIBRARY('24zubz$TnBZBp5uihJdhbL',$,$,$,(#1452),#14525); +#14525= IFCLIBRARYREFERENCE($,$,'\X2\B9ACD0C4\X0\ \X2\ACF5AE30C5D0\X0\ \X2\C870BA85\X0\ \X2\AE30AE30C758\X0\ \X2\BC29C5F4\X0\ \X2\BE44C728\X0\','\X2\C870BA85\X0\ \X2\AE30AE30C5D0C11C\X0\ \X2\D3F4B9ACD0C4\X0\ \X2\ACF5AE30\X0\ (\X2\CC9CC7A5\X0\)\X2\C758\X0\ \X2\BC29C5F4\X0\ \X2\C18DB3C4\X0\.','ko-KR',$); -#7197= IFCRELASSOCIATESLIBRARY('0pSs5aCMTDB9DfkY8QgEny',$,$,$,(#1469),#14526); -#14526= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); +#7193= IFCRELASSOCIATESLIBRARY('0L7yZtX9zEEfqjK$vh5VTI',$,$,$,(#1458),#14526); +#14526= IFCLIBRARYREFERENCE($,$,'Limiting Terminal Size',$,'en',$); -#7198= IFCRELASSOCIATESLIBRARY('2e_K6V4ln4PxwDsNvTDn1N',$,$,$,(#1469),#14527); -#14527= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); +#7194= IFCRELASSOCIATESLIBRARY('30FkFk7hjBlBO4g8RF$iuk',$,$,$,(#1458),#14527); +#14527= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A9650754C5024\X0\','\X2\88C57F6E306B63A57D9A3055308C308B6700592730B530A430BA3002\X0\','ja-JP',$); -#7199= IFCRELASSOCIATESLIBRARY('3Cfx_c$$14NOqWxp41bhdl',$,$,$,(#1469),#14528); -#14528= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#7195= IFCRELASSOCIATESLIBRARY('09B7y31t16IOSGc7i9wJnD',$,$,$,(#1458),#14528); +#14528= IFCLIBRARYREFERENCE($,$,'\X2\C5F0ACB0\X0\ \X2\D55CACC4\X0\','\X2\C7A5CE58C5D0\X0\ \X2\C5F0ACB0B418B294\X0\ \X2\CD5CB300\X0\ \X2\D06CAE30C785B2C8B2E4\X0\.','ko-KR',$); -#7200= IFCRELASSOCIATESLIBRARY('2BFaplClj9684PH0xQEfDg',$,$,$,(#1469),#14529); -#14529= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); +#7197= IFCRELASSOCIATESLIBRARY('1l6jhWpmLFOR8UJJF3Folb',$,$,$,(#1471),#14529); +#14529= IFCLIBRARYREFERENCE($,$,'Load',$,'en',$); -#7201= IFCRELASSOCIATESLIBRARY('2EXuH$dqb6Eemd67XTDzIy',$,$,$,(#1470),#14530); -#14530= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); +#7198= IFCRELASSOCIATESLIBRARY('1kVM_4NVv2BRUAxMK2uP5x',$,$,$,(#1471),#14530); +#14530= IFCLIBRARYREFERENCE($,$,'Charge','Charge effective de la chaudi\S\hre.','fr-FR',$); -#7202= IFCRELASSOCIATESLIBRARY('3progZTQz1agX_ExYIIvRh',$,$,$,(#1470),#14531); -#14531= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); +#7199= IFCRELASSOCIATESLIBRARY('35V6LB475ASh4NM3f5$c9P',$,$,$,(#1471),#14531); +#14531= IFCLIBRARYREFERENCE($,$,'\X2\8CA08377\X0\','\X2\30DC30A430E95B9F8CA08377\X0\','ja-JP',$); -#7203= IFCRELASSOCIATESLIBRARY('2JRmpvukH1eBbQLhFKdl2l',$,$,$,(#1470),#14532); -#14532= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); +#7200= IFCRELASSOCIATESLIBRARY('2nqo1ciW94FOXF1dX9DXEo',$,$,$,(#1472),#14532); +#14532= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); -#7204= IFCRELASSOCIATESLIBRARY('1jL6jdJ4PFmx3sHm7MnW11',$,$,$,(#1470),#14533); -#14533= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#7201= IFCRELASSOCIATESLIBRARY('0qckW9oBz0rvsxW5N5syZH',$,$,$,(#1472),#14533); +#14533= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); -#7205= IFCRELASSOCIATESLIBRARY('16Ugdxlj18UB$D28DXMotE',$,$,$,(#1470),#14534); -#14534= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); +#7202= IFCRELASSOCIATESLIBRARY('28XV4p6RDDeuUPqty6C75g',$,$,$,(#1472),#14534); +#14534= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); -#7206= IFCRELASSOCIATESLIBRARY('0EoPX2pVL9mx$SG_of3E_7',$,$,$,(#1471),#14535); -#14535= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); +#7203= IFCRELASSOCIATESLIBRARY('2ghsEgdQ95JApmoqAmEr89',$,$,$,(#1472),#14535); +#14535= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#7207= IFCRELASSOCIATESLIBRARY('3YPai$_0XBFOLUpG4lD1Hs',$,$,$,(#1471),#14536); -#14536= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); +#7204= IFCRELASSOCIATESLIBRARY('0qlV9yPfj2fgPxbm3XmhtW',$,$,$,(#1472),#14536); +#14536= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); -#7208= IFCRELASSOCIATESLIBRARY('0MGQPCFxzAovIrFRfTKaDk',$,$,$,(#1471),#14537); -#14537= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); +#7205= IFCRELASSOCIATESLIBRARY('27SAo_Mmj5mREDfN4LTqoa',$,$,$,(#1473),#14537); +#14537= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); -#7209= IFCRELASSOCIATESLIBRARY('3az9XppzPCcvflX2QDKo5D',$,$,$,(#1471),#14538); -#14538= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#7206= IFCRELASSOCIATESLIBRARY('0SUq5inSX3P88E6qQ5fsVl',$,$,$,(#1473),#14538); +#14538= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); -#7210= IFCRELASSOCIATESLIBRARY('1gjwH6dFD3WAO8ienFAwaM',$,$,$,(#1471),#14539); -#14539= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); +#7207= IFCRELASSOCIATESLIBRARY('1SAefsRXf568e7xxAyzCEp',$,$,$,(#1473),#14539); +#14539= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); -#7211= IFCRELASSOCIATESLIBRARY('0AkIKdMT1ESffCQ_xluOKb',$,$,$,(#1474),#14540); -#14540= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); +#7208= IFCRELASSOCIATESLIBRARY('1mlY77V051GxLQanOYyjUH',$,$,$,(#1473),#14540); +#14540= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\30AA30D630B830A730AF30C8304C837791CD30924FDD63013059308B304BFF08\X0\TRUE\X2\FF0930014FDD63013057306A3044304BFF08\X0\FALSE\X2\FF093092793A30593002\X0\','ja-JP',$); -#7212= IFCRELASSOCIATESLIBRARY('1OXef_hmr5SQHmQLvDq4qT',$,$,$,(#1474),#14541); -#14541= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); +#7209= IFCRELASSOCIATESLIBRARY('3seyX4Qan6MhckN4mEa0o3',$,$,$,(#1473),#14541); +#14541= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); -#7213= IFCRELASSOCIATESLIBRARY('3ctCVoE6b2DhnLunbIj6EA',$,$,$,(#1474),#14542); -#14542= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est suppos\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); +#7210= IFCRELASSOCIATESLIBRARY('2sDqow$uP0$Azo0oN8jP2J',$,$,$,(#1474),#14542); +#14542= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); -#7214= IFCRELASSOCIATESLIBRARY('0FSgGogCbB0PZaL0MMB4xl',$,$,$,(#1474),#14543); -#14543= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#7211= IFCRELASSOCIATESLIBRARY('3BgLFszDj3$vCBFBC4pjH3',$,$,$,(#1474),#14543); +#14543= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); -#7215= IFCRELASSOCIATESLIBRARY('15ZTHg20j0$xwa3tJT0GGQ',$,$,$,(#1474),#14544); -#14544= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); +#7212= IFCRELASSOCIATESLIBRARY('0$YQdbjBv3svRAMnw$u4dX',$,$,$,(#1474),#14544); +#14544= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); -#7216= IFCRELASSOCIATESLIBRARY('0jbEaQ77b4WwMn2IeKMHV$',$,$,$,(#1475),#14545); -#14545= IFCLIBRARYREFERENCE($,$,'Deckentragf\S\dhigkeit','Maximale Deckentragf\S\dhigkeit in diesem Geschoss.','de-DE',$); +#7213= IFCRELASSOCIATESLIBRARY('0GZmTxM_L2qv1vZMzCt6P1',$,$,$,(#1474),#14545); +#14545= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#7217= IFCRELASSOCIATESLIBRARY('0rITbboRTDffV56KbHfA8N',$,$,$,(#1475),#14546); -#14546= IFCLIBRARYREFERENCE($,$,'Load Bearing Capacity','','en',$); +#7214= IFCRELASSOCIATESLIBRARY('1OWUZYeCn6OwpgkNyAXVm0',$,$,$,(#1474),#14546); +#14546= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); -#7218= IFCRELASSOCIATESLIBRARY('1DR9EaVW1AefgAeryRZg8P',$,$,$,(#1475),#14547); -#14547= IFCLIBRARYREFERENCE($,$,'Capacit\S\i porteuse','Indique la force maximale pouvant \S\jtre accept\S\ie par le sol.','fr-FR',$); +#7215= IFCRELASSOCIATESLIBRARY('2EZyQwMwH6mxgDW5PW2VAU',$,$,$,(#1475),#14547); +#14547= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de',$); -#7220= IFCRELASSOCIATESLIBRARY('0AefA8lG177RwD8j8vi4Wg',$,$,$,(#1478),#14548); -#14548= IFCLIBRARYREFERENCE($,$,'Load Disconnection Type',$,'en',$); +#7216= IFCRELASSOCIATESLIBRARY('27LRbeHED8w8qU31$9bJH1',$,$,$,(#1475),#14548); +#14548= IFCLIBRARYREFERENCE($,$,'Load Bearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).','en',$); -#7221= IFCRELASSOCIATESLIBRARY('1_Q7kTkSXEvgVeuSBW4PNq',$,$,$,(#1478),#14549); -#14549= IFCLIBRARYREFERENCE($,$,'\X2\520765AD30BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B30018CA08377958B9589566830BF30A430D7306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#7217= IFCRELASSOCIATESLIBRARY('2r9QFh6g52Uf57p3jpY3b9',$,$,$,(#1475),#14549); +#14549= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr',$); -#7222= IFCRELASSOCIATESLIBRARY('2SReY741j3_g9t6h3rI4fm',$,$,$,(#1479),#14550); -#14550= IFCLIBRARYREFERENCE($,$,'Load Safety Factor',$,'en',$); +#7218= IFCRELASSOCIATESLIBRARY('1olquJcoTF7PUDSWUcX4Vs',$,$,$,(#1475),#14550); +#14550= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja',$); -#7223= IFCRELASSOCIATESLIBRARY('2cv2cqqj99vBu7g3JHcWno',$,$,$,(#1479),#14551); -#14551= IFCLIBRARYREFERENCE($,$,'\X2\8CA08377306E5B8951687387\X0\','\X2\7A7A8ABF8CA083778A087B977528306E5B8951687387FF08527258974FC26570FF093002\X0\','ja-JP',$); +#7219= IFCRELASSOCIATESLIBRARY('3kwWFKqAr1T9fg7g4jLYu2',$,$,$,(#1476),#14551); +#14551= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de',$); -#7224= IFCRELASSOCIATESLIBRARY('3PgTQYAtrFSut4Vepi1vhE',$,$,$,(#1479),#14552); -#14552= IFCLIBRARYREFERENCE($,$,'\X2\BD80D558C758\X0\ \X2\C548C804C728\X0\','\X2\ACF5C870\X0\ \X2\BD80D558\X0\ \X2\ACC4C0B0C744C704D55C\X0\ \X2\C548C804C728\X0\ (\X2\D560C99D\X0\ \X2\ACC4C218\X0\).','ko-KR',$); +#7220= IFCRELASSOCIATESLIBRARY('0VkJ0YZM53QfGILnFUGZU4',$,$,$,(#1476),#14552); +#14552= IFCLIBRARYREFERENCE($,$,'Load Bearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).','en',$); -#7225= IFCRELASSOCIATESLIBRARY('3cV6fL1rD5f8iOfjeXtIez',$,$,$,(#1480),#14553); -#14553= IFCLIBRARYREFERENCE($,$,'Load Safety Factor',$,'en',$); +#7221= IFCRELASSOCIATESLIBRARY('1bXYwR2mL8dhGe_giArW7h',$,$,$,(#1476),#14553); +#14553= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr',$); -#7226= IFCRELASSOCIATESLIBRARY('2Ae_uifYf0sfxDM72NZ5b9',$,$,$,(#1480),#14554); -#14554= IFCLIBRARYREFERENCE($,$,'\X2\8CA08377306E5B8951687387\X0\','\X2\7A7A8ABF8CA083778A087B977528306E5B8951687387FF08527258974FC26570FF093002\X0\','ja-JP',$); +#7222= IFCRELASSOCIATESLIBRARY('2uzsu5$Vj5dPAtBirsmG7L',$,$,$,(#1476),#14554); +#14554= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja',$); -#7227= IFCRELASSOCIATESLIBRARY('0qQNg5voTAcO$o6yt$btNr',$,$,$,(#1480),#14555); -#14555= IFCLIBRARYREFERENCE($,$,'\X2\BD80D558C758\X0\ \X2\C548C804C728\X0\','\X2\ACF5C870\X0\ \X2\BD80D558\X0\ \X2\ACC4C0B0C744C704D55C\X0\ \X2\C548C804C728\X0\ (\X2\D560C99D\X0\ \X2\ACC4C218\X0\)','ko-KR',$); +#7223= IFCRELASSOCIATESLIBRARY('2kvFthb61EpR4YyXfKSHBd',$,$,$,(#1477),#14555); +#14555= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); -#7229= IFCRELASSOCIATESLIBRARY('1yqmkbzK5BPvKO56l0JBtr',$,$,$,(#1482),#14556); -#14556= IFCLIBRARYREFERENCE($,$,'Location',$,'en',$); +#7224= IFCRELASSOCIATESLIBRARY('0RthFVo2b0fOEs5yC$27Oh',$,$,$,(#1477),#14556); +#14556= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); -#7230= IFCRELASSOCIATESLIBRARY('2kPsthLurFrgaAjO6KLC0Q',$,$,$,(#1482),#14557); -#14557= IFCLIBRARYREFERENCE($,$,'Emplacement','Emplacement (un seul type de diffuseur peut \S\jtre utilis\S\i pour des emplaments multiples); Haut signifie proche du plafond.','fr-FR',$); +#7225= IFCRELASSOCIATESLIBRARY('1BUAmvniHCEvl8yxarKHsi',$,$,$,(#1477),#14557); +#14557= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); -#7231= IFCRELASSOCIATESLIBRARY('3DUBfr$hf2pfH1eaovPmQI',$,$,$,(#1482),#14558); -#14558= IFCLIBRARYREFERENCE($,$,'\X2\4F4D7F6E\X0\','\X2\52366C1753E3306E53D6308A4ED830514F4D7F6EFF0858C197629AD8624030FB4F4E90E8300159294E95307A308A300159294E954E2D592E30015E8A30015E8A4E0B4ED6FF09\X0\','ja-JP',$); +#7226= IFCRELASSOCIATESLIBRARY('0lv7cNr8f0_8e3YUYN$3mc',$,$,$,(#1477),#14558); +#14558= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\30AA30D630B830A730AF30C8304C837791CD30924FDD63013059308B304BFF08\X0\TRUE\X2\FF0930014FDD63013057306A3044304BFF08\X0\FALSE\X2\FF093092793A30593002\X0\','ja-JP',$); -#7232= IFCRELASSOCIATESLIBRARY('0xnagYut960A9FZuLK88Qb',$,$,$,(#1483),#14559); -#14559= IFCLIBRARYREFERENCE($,$,'Location1 Global',$,'en',$); +#7227= IFCRELASSOCIATESLIBRARY('2J$czglgLEaf5TjM3ixD68',$,$,$,(#1477),#14559); +#14559= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); -#7233= IFCRELASSOCIATESLIBRARY('1Mfn1D49PAZ9WZAF02RvNb',$,$,$,(#1484),#14560); -#14560= IFCLIBRARYREFERENCE($,$,'Location1 Local',$,'en',$); +#7228= IFCRELASSOCIATESLIBRARY('0F_ehr3DD9lx7pjhcIwlqv',$,$,$,(#1478),#14560); +#14560= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); -#7234= IFCRELASSOCIATESLIBRARY('0NTEOqU3P0cRnNZtVJpctH',$,$,$,(#1485),#14561); -#14561= IFCLIBRARYREFERENCE($,$,'Location2 Global',$,'en',$); +#7229= IFCRELASSOCIATESLIBRARY('3HYyC03RTCmR6t0pvsQzDO',$,$,$,(#1478),#14561); +#14561= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); -#7235= IFCRELASSOCIATESLIBRARY('3pzjGt$cX2EROs9J5KETOM',$,$,$,(#1486),#14562); -#14562= IFCLIBRARYREFERENCE($,$,'Location2 Local',$,'en',$); +#7230= IFCRELASSOCIATESLIBRARY('21lChHS2rCfv0gNs0xz$Vm',$,$,$,(#1478),#14562); +#14562= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); -#7236= IFCRELASSOCIATESLIBRARY('27SPoWICz7mfD6REIiBiMj',$,$,$,(#1487),#14563); -#14563= IFCLIBRARYREFERENCE($,$,'Location3 Global',$,'en',$); +#7231= IFCRELASSOCIATESLIBRARY('3eOlPcrUHAPh6V2iANsGub',$,$,$,(#1478),#14563); +#14563= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#7237= IFCRELASSOCIATESLIBRARY('0GamJRk09CVukxs9Lo$Rcu',$,$,$,(#1488),#14564); -#14564= IFCLIBRARYREFERENCE($,$,'Location3 Local',$,'en',$); +#7232= IFCRELASSOCIATESLIBRARY('1NSvaTtHz1jhI0UmU6GgsR',$,$,$,(#1478),#14564); +#14564= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); -#7238= IFCRELASSOCIATESLIBRARY('1mVPWWajDCbxczD9fXlA3J',$,$,$,(#1489),#14565); -#14565= IFCLIBRARYREFERENCE($,$,'Location Priority Type',$,'en',$); +#7233= IFCRELASSOCIATESLIBRARY('2l9V0zErP3YecfePK$atG6',$,$,$,(#1480),#14565); +#14565= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); -#7239= IFCRELASSOCIATESLIBRARY('31aCyi$gXCjf7AeniCwtxC',$,$,$,(#1491),#14566); -#14566= IFCLIBRARYREFERENCE($,$,'Locked Rotor Current',$,'en',$); +#7234= IFCRELASSOCIATESLIBRARY('1mVLUIi_vDzAMwNRnl581L',$,$,$,(#1480),#14566); +#14566= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); -#7240= IFCRELASSOCIATESLIBRARY('3nz5EPMFDEfACRgy_Aktzs',$,$,$,(#1491),#14567); -#14567= IFCLIBRARYREFERENCE($,$,'\X2\62D8675F30ED30FC30BF96FB6D41\X0\','\X2\30E230FC30BF30FC306E96FB6A5F5B50306B96FB57273092537052A0305730ED30FC30BF304C56DE306330663044306A30446642306E5165529B96FB6D413002\X0\','ja-JP',$); +#7235= IFCRELASSOCIATESLIBRARY('32sTP7b511$RqUgCVdMhvC',$,$,$,(#1480),#14567); +#14567= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); -#7241= IFCRELASSOCIATESLIBRARY('12n0KJSyPBP8eGjb$D_PTO',$,$,$,(#1491),#14568); -#14568= IFCLIBRARYREFERENCE($,$,'\X2\AD6CC18D\X0\ \X2\D68CC804C790\X0\ \X2\C804B958\X0\','\X2\BAA8D130C758\X0\ \X2\C804AE30C790\X0\ \X2\C804C555C744C778AC00\X0\ \X2\B85CD130AC00\X0\ \X2\D68CC804D558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C785B825\X0\ \X2\C804B958\X0\.','ko-KR',$); +#7236= IFCRELASSOCIATESLIBRARY('3vs4GeTFjCC8b3na28IIp9',$,$,$,(#1480),#14568); +#14568= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#7242= IFCRELASSOCIATESLIBRARY('1bgodyGCz0ow0zmRHWJGD8',$,$,$,(#1496),#14569); -#14569= IFCLIBRARYREFERENCE($,$,'Logarithmic Mean Temperature Difference',$,'en',$); +#7237= IFCRELASSOCIATESLIBRARY('0E9oer9jPF$hb0L_5d2EdY',$,$,$,(#1480),#14569); +#14569= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); -#7243= IFCRELASSOCIATESLIBRARY('1VnGzBCEj4_PLESbkOYU8L',$,$,$,(#1497),#14570); -#14570= IFCLIBRARYREFERENCE($,$,'Logarithmic Mean Temperature Difference',$,'en',$); +#7238= IFCRELASSOCIATESLIBRARY('3m3OWXHprDFwr8cMpOg6m7',$,$,$,(#1481),#14570); +#14570= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); -#7244= IFCRELASSOCIATESLIBRARY('0ztWGqP190fxvd7N6dEVT$',$,$,$,(#1497),#14571); -#14571= IFCLIBRARYREFERENCE($,$,'\X2\5BFE65705E7357476E295EA65DEE\X0\','\X2\51B75A9230686C34307E305F306F7A7A6C17306E5BFE65705E7357476E295EA65DEE\X0\','ja-JP',$); +#7239= IFCRELASSOCIATESLIBRARY('29BFVNfv5A1O6MO7GKbV2N',$,$,$,(#1481),#14571); +#14571= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); -#7245= IFCRELASSOCIATESLIBRARY('2Yc06R0d5As8GuoTpV3DSq',$,$,$,(#1498),#14572); -#14572= IFCLIBRARYREFERENCE($,$,'Long Inside Center Lower Bar Pitch',$,'en',$); +#7240= IFCRELASSOCIATESLIBRARY('18k$fnyg556ADLvUq64ScE',$,$,$,(#1481),#14572); +#14572= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); -#7246= IFCRELASSOCIATESLIBRARY('1dvPYIsZPBXOI7uo1SfXut',$,$,$,(#1498),#14573); -#14573= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0B7AEF4E2D592E30D430C330C1\X0\','\X2\95778FBA65B9541130FB67F195935E2F30FB4E0B7AEF4E2D592E306E92447B4B959396943002\X0\','ja-JP',$); +#7241= IFCRELASSOCIATESLIBRARY('30JtuUfn9BpxyeuU903TmD',$,$,$,(#1481),#14573); +#14573= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#7247= IFCRELASSOCIATESLIBRARY('1YVHMYnXj1$Rz7oRr$u4by',$,$,$,(#1499),#14574); -#14574= IFCLIBRARYREFERENCE($,$,'Long Inside Center Top Bar Pitch',$,'en',$); +#7242= IFCRELASSOCIATESLIBRARY('1TmuuJ9_bCFOHhT9UONj_E',$,$,$,(#1481),#14574); +#14574= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); -#7248= IFCRELASSOCIATESLIBRARY('2EVUkQAtrCvP63ZYmn8urL',$,$,$,(#1499),#14575); -#14575= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0A7AEF4E2D592E30D430C330C1\X0\','\X2\95778FBA65B9541130FB67F195935E2F30FB4E0A7AEF4E2D592E306E92447B4B959396943002\X0\','ja-JP',$); +#7243= IFCRELASSOCIATESLIBRARY('0Mprf0lGL50R8IaXs5E2N0',$,$,$,(#1482),#14575); +#14575= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); -#7249= IFCRELASSOCIATESLIBRARY('0MDfUhgL10_8HXmxzcNk3e',$,$,$,(#1500),#14576); -#14576= IFCLIBRARYREFERENCE($,$,'Long Inside End Lower Bar Pitch',$,'en',$); +#7244= IFCRELASSOCIATESLIBRARY('1Cj2QW6DzEWubJVeG2ir7z',$,$,$,(#1482),#14576); +#14576= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); -#7250= IFCRELASSOCIATESLIBRARY('2zURa5RS5ENOlEnti9mrFL',$,$,$,(#1500),#14577); -#14577= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0B7AEF7AEF90E830D430C330C1\X0\','\X2\95778FBA65B9541130FB67F195935E2F30FB4E0B7AEF7AEF90E8306E92447B4B959396943002\X0\','ja-JP',$); +#7245= IFCRELASSOCIATESLIBRARY('0Xv03ezuP1nR17$qLeIHUv',$,$,$,(#1482),#14577); +#14577= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est cens\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); -#7251= IFCRELASSOCIATESLIBRARY('2FsfsExsT0oxkealXvfbT9',$,$,$,(#1501),#14578); -#14578= IFCLIBRARYREFERENCE($,$,'Long Inside End Top Bar Pitch',$,'en',$); +#7246= IFCRELASSOCIATESLIBRARY('2CrqlabGD8Zxk$yhBeEKTU',$,$,$,(#1482),#14578); +#14578= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#7252= IFCRELASSOCIATESLIBRARY('1KhFnz8uf85xZV2$GVyW0z',$,$,$,(#1501),#14579); -#14579= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0A7AEF7AEF90E830D430C330C1\X0\','\X2\95778FBA65B9541130FB67F195935E2F30FB4E0A7AEF7AEF90E8306E92447B4B959396943002\X0\','ja-JP',$); +#7247= IFCRELASSOCIATESLIBRARY('36H840nAL71g2fowh5PxTd',$,$,$,(#1482),#14579); +#14579= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); -#7253= IFCRELASSOCIATESLIBRARY('3X3r$rwrXEpBcYeqGnNxId',$,$,$,(#1502),#14580); -#14580= IFCLIBRARYREFERENCE($,$,'Longitudinal Seam',$,'en',$); +#7248= IFCRELASSOCIATESLIBRARY('0zYfLfX5z0jBPAE3e4rxPs',$,$,$,(#1485),#14580); +#14580= IFCLIBRARYREFERENCE($,$,'Tragendes Bauteil','Angabe, ob dieses Bauteil tragend ist (JA) oder nichttragend (NEIN)','de-DE',$); -#7254= IFCRELASSOCIATESLIBRARY('1j0xvGme19cRqLVjkadtTs',$,$,$,(#1502),#14581); -#14581= IFCLIBRARYREFERENCE($,$,'\X2\30CF30BC\X0\','\X2\30CF30BC306E7A2E985E306F300130C030AF30C876F47BA1306E7E2665B95411306B4F7F75283059308B30CF30BC306E7A2E985E\X0\','ja-JP',$); +#7249= IFCRELASSOCIATESLIBRARY('1ScYHw00PCefLj1yDynwIJ',$,$,$,(#1485),#14581); +#14581= IFCLIBRARYREFERENCE($,$,'Load Bearing',$,'en',$); -#7255= IFCRELASSOCIATESLIBRARY('2rU7b6DJH5xek8Dhsb8Pih',$,$,$,(#1503),#14582); -#14582= IFCLIBRARYREFERENCE($,$,'Long Outside Lower Bar Pitch',$,'en',$); +#7250= IFCRELASSOCIATESLIBRARY('1b8iLEXh11kukl7PS3M379',$,$,$,(#1485),#14582); +#14582= IFCLIBRARYREFERENCE($,$,'Porteur','Indique si l''objet est suppos\S\i porter des charges (VRAI) ou non (FAUX).','fr-FR',$); -#7256= IFCRELASSOCIATESLIBRARY('0pFoQ9w2bCkA1lLfaj1BBy',$,$,$,(#1503),#14583); -#14583= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0B7AEF30D430C330C1\X0\','\X2\95778FBA65B9541130FB67F152175E2F30FB4E0B7AEF306E92447B4B959396943002\X0\','ja-JP',$); +#7251= IFCRELASSOCIATESLIBRARY('3hLZMpOL50uvP_AvUGSM3O',$,$,$,(#1485),#14583); +#14583= IFCLIBRARYREFERENCE($,$,'\X2\8010529B90E86750\X0\','\X2\837791CD306B95A24FC2305730663044308B90E86750304B30693046304B3092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#7257= IFCRELASSOCIATESLIBRARY('3FF4jBPv92LfngdiW4xEte',$,$,$,(#1504),#14584); -#14584= IFCLIBRARYREFERENCE($,$,'Long Outside Top Bar Pitch',$,'en',$); +#7252= IFCRELASSOCIATESLIBRARY('3$kTrjkcTAnvbivs5uq0sj',$,$,$,(#1485),#14584); +#14584= IFCLIBRARYREFERENCE($,$,'\X2\662F5426627F91CD\X0\','\X2\8868793A8BE55BF98C61662F542697008981627F91CD3002\X0\','zh-CN',$); -#7258= IFCRELASSOCIATESLIBRARY('2liHAnmPvFBfMLXkMKSzVd',$,$,$,(#1504),#14585); -#14585= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0A7AEF30D430C330C1\X0\','\X2\95778FBA65B9541130FB67F152175E2F30FB4E0A7AEF306E92447B4B959396943002\X0\','ja-JP',$); +#7253= IFCRELASSOCIATESLIBRARY('0fKHswpgTEPu_W9F_VuvjC',$,$,$,(#1486),#14585); +#14585= IFCLIBRARYREFERENCE($,$,'Deckentragf\S\dhigkeit','Maximale Deckentragf\S\dhigkeit in diesem Geschoss.','de-DE',$); -#7259= IFCRELASSOCIATESLIBRARY('3yjSOOFLT90uhx614931JF',$,$,$,(#1505),#14586); -#14586= IFCLIBRARYREFERENCE($,$,'Long Time Current Set Value',$,'en',$); +#7254= IFCRELASSOCIATESLIBRARY('0j4dYZqPb7QfoPdT5PKJhQ',$,$,$,(#1486),#14586); +#14586= IFCLIBRARYREFERENCE($,$,'Load Bearing Capacity','','en',$); -#7260= IFCRELASSOCIATESLIBRARY('29_jGmrgn5LP0NgYACpzMs',$,$,$,(#1506),#14587); -#14587= IFCLIBRARYREFERENCE($,$,'Long Time Delay',$,'en',$); +#7255= IFCRELASSOCIATESLIBRARY('025cLQZKPB6fJhfByybzbI',$,$,$,(#1486),#14587); +#14587= IFCLIBRARYREFERENCE($,$,'Capacit\S\i porteuse','Indique la force maximale pouvant \S\jtre accept\S\ie par le sol.','fr-FR',$); -#7261= IFCRELASSOCIATESLIBRARY('2J9ONQsur3evmhWMOjbGdZ',$,$,$,(#1507),#14588); -#14588= IFCLIBRARYREFERENCE($,$,'Long Time Function',$,'en',$); +#7257= IFCRELASSOCIATESLIBRARY('1VNhLV9WL9FvZ9mcHvIN0g',$,$,$,(#1489),#14588); +#14588= IFCLIBRARYREFERENCE($,$,'Load Disconnection Type',$,'en',$); -#7262= IFCRELASSOCIATESLIBRARY('0A7JL6Mv50UfqoPDKbYVgF',$,$,$,(#1508),#14589); -#14589= IFCLIBRARYREFERENCE($,$,'Loss Coefficent Curve',$,'en',$); +#7258= IFCRELASSOCIATESLIBRARY('1l1o3WfW13JB9YE4MREtjU',$,$,$,(#1489),#14589); +#14589= IFCLIBRARYREFERENCE($,$,'\X2\520765AD30BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B30018CA08377958B9589566830BF30A430D7306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#7263= IFCRELASSOCIATESLIBRARY('2AAmseke5FbvO4655wwGp2',$,$,$,(#1509),#14590); -#14590= IFCLIBRARYREFERENCE($,$,'Loss Coefficient',$,'en',$); +#7259= IFCRELASSOCIATESLIBRARY('2TvAw1nJfBwg7lkBpSMV7v',$,$,$,(#1490),#14590); +#14590= IFCLIBRARYREFERENCE($,$,'Load Safety Factor',$,'en',$); -#7264= IFCRELASSOCIATESLIBRARY('0AgnWC1ln6WglAiF_oavWz',$,$,$,(#1509),#14591); -#14591= IFCLIBRARYREFERENCE($,$,'\X2\640D59314FC26570\X0\','\X2\53C271673055308C305F65AD97623067306E52D55727306B5BFE3059308B51685727640D5931306E6BD430928868308F30596D414F5362B56297306E8A087B97306B4F7F75283055308C308B71216B215143306E640D59314FC26570\X0\','ja-JP',$); +#7260= IFCRELASSOCIATESLIBRARY('2luvyuCWX0fB6OOV22eGR6',$,$,$,(#1490),#14591); +#14591= IFCLIBRARYREFERENCE($,$,'\X2\8CA08377306E5B8951687387\X0\','\X2\7A7A8ABF8CA083778A087B977528306E5B8951687387FF08527258974FC26570FF093002\X0\','ja-JP',$); -#7265= IFCRELASSOCIATESLIBRARY('2eUbFlbG5FIe3nFEfV$J12',$,$,$,(#1510),#14592); -#14592= IFCLIBRARYREFERENCE($,$,'Loss Coefficient',$,'en',$); +#7261= IFCRELASSOCIATESLIBRARY('2jwBTn2YDE1QnSFFZwofYc',$,$,$,(#1490),#14592); +#14592= IFCLIBRARYREFERENCE($,$,'\X2\BD80D558C758\X0\ \X2\C548C804C728\X0\','\X2\ACF5C870\X0\ \X2\BD80D558\X0\ \X2\ACC4C0B0C744C704D55C\X0\ \X2\C548C804C728\X0\ (\X2\D560C99D\X0\ \X2\ACC4C218\X0\).','ko-KR',$); -#7266= IFCRELASSOCIATESLIBRARY('13YSPSnZbCUOoERX6vX27z',$,$,$,(#1510),#14593); -#14593= IFCLIBRARYREFERENCE($,$,'\X2\640D59314FC26570\X0\','\X2\53C271673055308C305F65AD97623067306E52D55727306B5BFE3059308B51685727640D5931306E6BD430928868308F30596D414F5362B56297306E8A087B97306B4F7F75283055308C308B71216B215143306E640D59314FC26570\X0\','ja-JP',$); +#7262= IFCRELASSOCIATESLIBRARY('2Le8YJy4b6Tfg6$3fvpySl',$,$,$,(#1491),#14593); +#14593= IFCLIBRARYREFERENCE($,$,'Load Safety Factor',$,'en',$); -#7267= IFCRELASSOCIATESLIBRARY('0IsU5guIf1h8B1P_YqeKKN',$,$,$,(#1511),#14594); -#14594= IFCLIBRARYREFERENCE($,$,'Loss Coefficient',$,'en',$); +#7263= IFCRELASSOCIATESLIBRARY('0dm1pKlXn618lzdKWV9y7S',$,$,$,(#1491),#14594); +#14594= IFCLIBRARYREFERENCE($,$,'\X2\8CA08377306E5B8951687387\X0\','\X2\7A7A8ABF8CA083778A087B977528306E5B8951687387FF08527258974FC26570FF093002\X0\','ja-JP',$); -#7268= IFCRELASSOCIATESLIBRARY('11TEjk2r9EBRDIEDttsu57',$,$,$,(#1511),#14595); -#14595= IFCLIBRARYREFERENCE($,$,'\X2\640D59314FC26570\X0\','\X2\71216B21514365707684306A640D59314FC26570306730013042308B65AD9762306B304A30443066300152D55727306B5BFE3059308B51685727640D5931306E527254083092886830596D41308C62B5629730928A087B973059308B306E306B4F7F308F308C308B3002\X0\','ja-JP',$); +#7264= IFCRELASSOCIATESLIBRARY('0Irg3JbRv8Mhg4U6ZcMdew',$,$,$,(#1491),#14595); +#14595= IFCLIBRARYREFERENCE($,$,'\X2\BD80D558C758\X0\ \X2\C548C804C728\X0\','\X2\ACF5C870\X0\ \X2\BD80D558\X0\ \X2\ACC4C0B0C744C704D55C\X0\ \X2\C548C804C728\X0\ (\X2\D560C99D\X0\ \X2\ACC4C218\X0\)','ko-KR',$); -#7269= IFCRELASSOCIATESLIBRARY('0ApfwyqAL1OQx5yOVFnTKJ',$,$,$,(#1512),#14596); -#14596= IFCLIBRARYREFERENCE($,$,'Lower Current1',$,'en',$); +#7266= IFCRELASSOCIATESLIBRARY('0Z1zoaiePBB8g_XZIAypmJ',$,$,$,(#1493),#14596); +#14596= IFCLIBRARYREFERENCE($,$,'Location',$,'en',$); -#7270= IFCRELASSOCIATESLIBRARY('2cAhZQWm9FYeM4XcR$XRxY',$,$,$,(#1512),#14597); -#14597= IFCLIBRARYREFERENCE($,$,'\X2\4E0B96FB6D41\X0\1','[x In]\X2\306E96FB6D41\X0\,\X2\96FB6D41309230C830EA30C330D73059308B\X0\L\X2\95A26570306E\X0\I2t\X2\90E85206306F30014E0B96FB6D41\X0\1\X2\3088308A30825C0F3055304496FB6D413092793A30593002\X0\','ja-JP',$); +#7267= IFCRELASSOCIATESLIBRARY('13xmjZamv3GhEsG8mYDLuM',$,$,$,(#1493),#14597); +#14597= IFCLIBRARYREFERENCE($,$,'Emplacement','Emplacement (un seul type de diffuseur peut \S\jtre utilis\S\i pour des emplaments multiples); Haut signifie proche du plafond.','fr-FR',$); -#7271= IFCRELASSOCIATESLIBRARY('1rAq7NEbD1dPQUDSV_dNwt',$,$,$,(#1512),#14598); -#14598= IFCLIBRARYREFERENCE($,$,'\X2\D558C804B958\X0\ 1','[x In] \X2\C804B958\X0\ \X2\C804B958B97C\X0\ \X2\C5ECD589D558B294\X0\ L \X2\D568C218\X0\ I2t \X2\BD80BD84C740\X0\ \X2\C544B798\X0\ \X2\C804B958\X0\ 1\X2\BCF4B2E4\X0\ \X2\C791C740\X0\ \X2\C804B958B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#7268= IFCRELASSOCIATESLIBRARY('0sPvAXd8D9K9TxstBoAwzg',$,$,$,(#1493),#14598); +#14598= IFCLIBRARYREFERENCE($,$,'\X2\4F4D7F6E\X0\','\X2\52366C1753E3306E53D6308A4ED830514F4D7F6EFF0858C197629AD8624030FB4F4E90E8300159294E95307A308A300159294E954E2D592E30015E8A30015E8A4E0B4ED6FF09\X0\','ja-JP',$); -#7272= IFCRELASSOCIATESLIBRARY('0K7OSwEQP05P_xcX2i6749',$,$,$,(#1513),#14599); -#14599= IFCLIBRARYREFERENCE($,$,'Lower Current2',$,'en',$); +#7269= IFCRELASSOCIATESLIBRARY('0PFTxO7MrE3BLTHcEgviZJ',$,$,$,(#1494),#14599); +#14599= IFCLIBRARYREFERENCE($,$,'Location1 Global',$,'en',$); -#7273= IFCRELASSOCIATESLIBRARY('3k4I9la_j7VAWDm4GHEcpx',$,$,$,(#1513),#14600); -#14600= IFCLIBRARYREFERENCE($,$,'\X2\4E0B96FB6D41\X0\2','[x In]\X2\306E96FB6D41\X0\,\X2\96FB6D41309230C830EA30C330D73059308B\X0\L\X2\95A26570306E\X0\I2t\X2\90E85206306F30017279602766F27DDA3088308A30825C0F3055304496FB6D413092793A30593002\X0\','ja-JP',$); +#7270= IFCRELASSOCIATESLIBRARY('3vG$Cp3g53wOy2YME8ASVq',$,$,$,(#1495),#14600); +#14600= IFCLIBRARYREFERENCE($,$,'Location1 Local',$,'en',$); -#7274= IFCRELASSOCIATESLIBRARY('0nr01M5N90POyGZSkeIwRB',$,$,$,(#1513),#14601); -#14601= IFCLIBRARYREFERENCE($,$,'\X2\D558C804B958\X0\ 2','x In] \X2\C804B958\X0\ \X2\C804B958B97C\X0\ \X2\C5ECD589D558B294\X0\ L \X2\D568C218\X0\ I2t \X2\BD80BD84C740\X0\ \X2\ACE1C120BCF4B2E4\X0\ \X2\C791C740\X0\ \X2\C804B958B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#7271= IFCRELASSOCIATESLIBRARY('0VczZTkdDErxKTBHw9pSLC',$,$,$,(#1496),#14601); +#14601= IFCLIBRARYREFERENCE($,$,'Location2 Global',$,'en',$); -#7275= IFCRELASSOCIATESLIBRARY('01xIK7uDD9QOGzVLxEuYXq',$,$,$,(#1514),#14602); -#14602= IFCLIBRARYREFERENCE($,$,'Lower Heating Value',$,'en',$); +#7272= IFCRELASSOCIATESLIBRARY('1EdD3wO7z1p8skxYJ$0eID',$,$,$,(#1497),#14602); +#14602= IFCLIBRARYREFERENCE($,$,'Location2 Local',$,'en',$); -#7276= IFCRELASSOCIATESLIBRARY('2kFuQIbXb7WRDBVn0BLghE',$,$,$,(#1515),#14603); -#14603= IFCLIBRARYREFERENCE($,$,'Lower Time1',$,'en',$); +#7273= IFCRELASSOCIATESLIBRARY('2xaSFGlxPDT9pEtR7uajht',$,$,$,(#1498),#14603); +#14603= IFCLIBRARYREFERENCE($,$,'Location3 Global',$,'en',$); -#7277= IFCRELASSOCIATESLIBRARY('2NrMQt2$bBjeLNrYKlf5mu',$,$,$,(#1515),#14604); -#14604= IFCLIBRARYREFERENCE($,$,'\X2\4E0B66429593\X0\1','[s]\X2\306E66429593\X0\,\X2\4E0B664295933088308A4F4E30447279602766F27DDA306E30C830EA30C330D766429593306F3001\X0\L-\X2\95A26570306E306E\X0\I2t\X2\90E85206306B3088306330666C7A5B9A3055308C308B3002\X0\','ja-JP',$); +#7274= IFCRELASSOCIATESLIBRARY('1BYrb5L6n7LBs_42hHV_c1',$,$,$,(#1499),#14604); +#14604= IFCLIBRARYREFERENCE($,$,'Location3 Local',$,'en',$); -#7278= IFCRELASSOCIATESLIBRARY('34sHqD$6XByf2$ldXZaV8A',$,$,$,(#1515),#14605); -#14605= IFCLIBRARYREFERENCE($,$,'\X2\D558\X0\ \X2\C2DCAC04\X0\ 1','[s] \X2\C2DCAC04\X0\ \X2\C544B798\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ L-\X2\D568C218C758\X0\ I2t \X2\BD80BD84C5D0\X0\ \X2\C758D574\X0\ \X2\ACB0C815B41CB2E4\X0\.','ko-KR',$); +#7275= IFCRELASSOCIATESLIBRARY('2van7aYCHEtedeaWlQmLL6',$,$,$,(#1500),#14605); +#14605= IFCLIBRARYREFERENCE($,$,'Location Priority Type',$,'en',$); -#7279= IFCRELASSOCIATESLIBRARY('3M2aRB60j5NfBsiKiWKoXh',$,$,$,(#1516),#14606); -#14606= IFCLIBRARYREFERENCE($,$,'Lower Time2',$,'en',$); +#7276= IFCRELASSOCIATESLIBRARY('21O4_vILbDNhUrEwnmsNWw',$,$,$,(#1502),#14606); +#14606= IFCLIBRARYREFERENCE($,$,'Locked Rotor Current',$,'en',$); -#7280= IFCRELASSOCIATESLIBRARY('29ODCXuIXCegCLohWObWRp',$,$,$,(#1516),#14607); -#14607= IFCLIBRARYREFERENCE($,$,'\X2\4E0B66429593\X0\2','[s]\X2\306E66429593\X0\,\X2\4E0B96FB6D41\X0\2\X2\3088308A4E0B90E8306E7279602766F27DDA306E30C830EA30C330D7664295933092793A30593002\X0\','ja-JP',$); +#7277= IFCRELASSOCIATESLIBRARY('1XTo2N8KP0Uh5r4xTWWI4c',$,$,$,(#1502),#14607); +#14607= IFCLIBRARYREFERENCE($,$,'\X2\62D8675F30ED30FC30BF96FB6D41\X0\','\X2\30E230FC30BF30FC306E96FB6A5F5B50306B96FB57273092537052A0305730ED30FC30BF304C56DE306330663044306A30446642306E5165529B96FB6D413002\X0\','ja-JP',$); -#7281= IFCRELASSOCIATESLIBRARY('2JiF2j9Z17IhNL5Co10$lX',$,$,$,(#1516),#14608); -#14608= IFCLIBRARYREFERENCE($,$,'\X2\D558\X0\ \X2\C2DCAC04\X0\ 2','[s] \X2\C2DCAC04\X0\, \X2\C544B798\X0\ \X2\C804B958\X0\ 2\X2\BCF4B2E4\X0\ \X2\D558BD80C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#7278= IFCRELASSOCIATESLIBRARY('2LBIxQ2in9bBdwzpxTBdwr',$,$,$,(#1502),#14608); +#14608= IFCLIBRARYREFERENCE($,$,'\X2\AD6CC18D\X0\ \X2\D68CC804C790\X0\ \X2\C804B958\X0\','\X2\BAA8D130C758\X0\ \X2\C804AE30C790\X0\ \X2\C804C555C744C778AC00\X0\ \X2\B85CD130AC00\X0\ \X2\D68CC804D558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C785B825\X0\ \X2\C804B958\X0\.','ko-KR',$); -#7282= IFCRELASSOCIATESLIBRARY('0wO9wcVbDAEPApeK4ZPsSH',$,$,$,(#1517),#14609); -#14609= IFCLIBRARYREFERENCE($,$,'Lower Vapor Resistance Factor',$,'en',$); +#7279= IFCRELASSOCIATESLIBRARY('3Yhchds798N9GFB70mmOGC',$,$,$,(#1507),#14609); +#14609= IFCLIBRARYREFERENCE($,$,'Logarithmic Mean Temperature Difference',$,'en',$); -#7283= IFCRELASSOCIATESLIBRARY('3RCNoPgRT72REvoV9jXBuM',$,$,$,(#1518),#14610); -#14610= IFCLIBRARYREFERENCE($,$,'Lowest Seating Height',$,'en',$); +#7280= IFCRELASSOCIATESLIBRARY('1VKnkflJLEfuhAjl7tMECu',$,$,$,(#1508),#14610); +#14610= IFCLIBRARYREFERENCE($,$,'Logarithmic Mean Temperature Difference',$,'en',$); -#7285= IFCRELASSOCIATESLIBRARY('1tR7fVBdrAngwocY4b63md',$,$,$,(#1524),#14611); -#14611= IFCLIBRARYREFERENCE($,$,'Lubricant Pump Heat Gain',$,'en',$); +#7281= IFCRELASSOCIATESLIBRARY('09ZeVwIYb7QRw2MCyxjxnT',$,$,$,(#1508),#14611); +#14611= IFCLIBRARYREFERENCE($,$,'\X2\5BFE65705E7357476E295EA65DEE\X0\','\X2\51B75A9230686C34307E305F306F7A7A6C17306E5BFE65705E7357476E295EA65DEE\X0\','ja-JP',$); -#7286= IFCRELASSOCIATESLIBRARY('107EepO79AEfYYAc9vvkyC',$,$,$,(#1524),#14612); -#14612= IFCLIBRARYREFERENCE($,$,'GainThermiqueLubrifiantPompe','Gain thermique par lubrification de la pompe \S\` chaleur.','fr-FR',$); +#7282= IFCRELASSOCIATESLIBRARY('3EU_HJOY103PxRSvZdoEEF',$,$,$,(#1509),#14612); +#14612= IFCLIBRARYREFERENCE($,$,'Long Inside Center Lower Bar Pitch',$,'en',$); -#7289= IFCRELASSOCIATESLIBRARY('3pQ1WZGKHCKAPFzcMOKjt0',$,$,$,(#1527),#14613); -#14613= IFCLIBRARYREFERENCE($,$,'Main Color',$,'en',$); +#7283= IFCRELASSOCIATESLIBRARY('0ZpZxPRsP90OQGN6ZVcfDU',$,$,$,(#1509),#14613); +#14613= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0B7AEF4E2D592E30D430C330C1\X0\','\X2\95778FBA65B9541130FB67F195935E2F30FB4E0B7AEF4E2D592E306E92447B4B959396943002\X0\','ja-JP',$); -#7290= IFCRELASSOCIATESLIBRARY('3SxNHYZFzBjQPm07mBMX6v',$,$,$,(#1529),#14614); -#14614= IFCLIBRARYREFERENCE($,$,'Maintenance Factor',$,'en',$); +#7284= IFCRELASSOCIATESLIBRARY('3HFgXjBvD2vBFLKoom8RDu',$,$,$,(#1510),#14614); +#14614= IFCLIBRARYREFERENCE($,$,'Long Inside Center Top Bar Pitch',$,'en',$); -#7291= IFCRELASSOCIATESLIBRARY('02uGnmDn1A3RRD0FsxeP3T',$,$,$,(#1529),#14615); -#14615= IFCLIBRARYREFERENCE($,$,'\X2\4FDD5B887387\X0\','\X2\6C5A308C3001715930015E746570306B3088308B521D671F304B3089306E30E930F330D7308453CD5C0488C57F6E306E4F4E6E1B8A315BB98A087B973002\X0\','ja-JP',$); +#7285= IFCRELASSOCIATESLIBRARY('18jWMaz4T76vZvLEPR0$oz',$,$,$,(#1510),#14615); +#14615= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0A7AEF4E2D592E30D430C330C1\X0\','\X2\95778FBA65B9541130FB67F195935E2F30FB4E0A7AEF4E2D592E306E92447B4B959396943002\X0\','ja-JP',$); -#7292= IFCRELASSOCIATESLIBRARY('2qSWSZF$n8chi9hwRNrU_P',$,$,$,(#1529),#14616); -#14616= IFCLIBRARYREFERENCE($,$,'\X2\BCF4C218\X0\ \X2\BE44C728\X0\','\X2\BA3CC9C0\X0\, \X2\C5F0AE30\X0\, \X2\C5F0C218C758\X0\ \X2\CD08AE30BD80D130\X0\ \X2\B7A8D504C640\X0\ \X2\BC18C0AC\X0\ \X2\C7A5CE58C758\X0\ \X2\C800AC10\X0\ \X2\D5C8C6A9\X0\ \X2\ACC4C0B0\X0\.','ko-KR',$); +#7286= IFCRELASSOCIATESLIBRARY('01dgJfKrX1AeA2$Sl4iHNV',$,$,$,(#1511),#14616); +#14616= IFCLIBRARYREFERENCE($,$,'Long Inside End Lower Bar Pitch',$,'en',$); -#7293= IFCRELASSOCIATESLIBRARY('1rOip3V3n5XxwnFYmV7aF7',$,$,$,(#1530),#14617); -#14617= IFCLIBRARYREFERENCE($,$,'Maintenance Level',$,'en',$); +#7287= IFCRELASSOCIATESLIBRARY('2ZsDfqrJ12mvOL41UmzeD3',$,$,$,(#1511),#14617); +#14617= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0B7AEF7AEF90E830D430C330C1\X0\','\X2\95778FBA65B9541130FB67F195935E2F30FB4E0B7AEF7AEF90E8306E92447B4B959396943002\X0\','ja-JP',$); -#7295= IFCRELASSOCIATESLIBRARY('2W8pJJBHX1f9hS$Xwxrl7Z',$,$,$,(#1531),#14618); -#14618= IFCLIBRARYREFERENCE($,$,'Maintenance Type',$,'en',$); +#7288= IFCRELASSOCIATESLIBRARY('07M8ArZo960Rte8l35DTOW',$,$,$,(#1512),#14618); +#14618= IFCLIBRARYREFERENCE($,$,'Long Inside End Top Bar Pitch',$,'en',$); -#7296= IFCRELASSOCIATESLIBRARY('1_xQZoPnbDCghQeCG4PZ_Y',$,$,$,(#1533),#14619); -#14619= IFCLIBRARYREFERENCE($,$,'Manual Override',$,'en',$); +#7289= IFCRELASSOCIATESLIBRARY('2MVTDei_v5lR30okeSIs$i',$,$,$,(#1512),#14619); +#14619= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0A7AEF7AEF90E830D430C330C1\X0\','\X2\95778FBA65B9541130FB67F195935E2F30FB4E0A7AEF7AEF90E8306E92447B4B959396943002\X0\','ja-JP',$); -#7297= IFCRELASSOCIATESLIBRARY('0u58l8Us5C1Q9DNHQURdza',$,$,$,(#1533),#14620); -#14620= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30D030FC30E930A430C96A5F80FD306E67097121\X0\','\X2\30AA30FC30D030FC30E930A430C96A5F80FD306830573066624B52D564CD4F5C304C63D04F9B3055308C308B304B\X0\ (= TRUE) \X2\30015426304B\X0\ \X2\FF08\X0\= FALSE)\X2\30928B5852253059308B3002624B52D5306764CD4F5C3059308B30A230AF30C130E530A830FC30BF306E58345408306F30013053306E5024309230C730D530A930EB30C8306830573066\X0\FALSE\X2\306B8A2D5B9A3059308B5FC58981304C3042308B306E30676CE8610F3059308B305330683002\X0\','ja-JP',$); +#7290= IFCRELASSOCIATESLIBRARY('19YGCWovj2tOXfrQHjBeQu',$,$,$,(#1513),#14620); +#14620= IFCLIBRARYREFERENCE($,$,'Longitudinal Seam',$,'en',$); -#7298= IFCRELASSOCIATESLIBRARY('2IyIYqzODEafQNunGEOKAS',$,$,$,(#1534),#14621); -#14621= IFCLIBRARYREFERENCE($,$,'Manufacturer',$,'en',$); +#7291= IFCRELASSOCIATESLIBRARY('1fh8yr8UX6TPbvZL3LlViE',$,$,$,(#1513),#14621); +#14621= IFCLIBRARYREFERENCE($,$,'\X2\30CF30BC\X0\','\X2\30CF30BC306E7A2E985E306F300130C030AF30C876F47BA1306E7E2665B95411306B4F7F75283059308B30CF30BC306E7A2E985E\X0\','ja-JP',$); -#7299= IFCRELASSOCIATESLIBRARY('0bgmtiZx95Rh3eGZRHOx3e',$,$,$,(#1537),#14622); -#14622= IFCLIBRARYREFERENCE($,$,'Manufacturing Tolerance Class',$,'en',$); +#7292= IFCRELASSOCIATESLIBRARY('0ASULDG4f9p87RPbZ9PfWT',$,$,$,(#1514),#14622); +#14622= IFCLIBRARYREFERENCE($,$,'Long Outside Lower Bar Pitch',$,'en',$); -#7300= IFCRELASSOCIATESLIBRARY('3U4OzBi0r3_vFltBFspXzd',$,$,$,(#1537),#14623); -#14623= IFCLIBRARYREFERENCE($,$,'\X2\30E130FC30AB30FC306E8A8D53EF5206985E\X0\','\X2\30ED30FC30AB30EB306A6A196E96306B3088308B30E130FC30AB30FC306E8A8D53EF5206985E3002\X0\','ja-JP',$); +#7293= IFCRELASSOCIATESLIBRARY('1FX$OUu_1Ag97qD3JAmFtr',$,$,$,(#1514),#14623); +#14623= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0B7AEF30D430C330C1\X0\','\X2\95778FBA65B9541130FB67F152175E2F30FB4E0B7AEF306E92447B4B959396943002\X0\','ja-JP',$); -#7302= IFCRELASSOCIATESLIBRARY('3PMssTWfTCxxd$oto3RJyZ',$,$,$,(#1540),#14624); -#14624= IFCLIBRARYREFERENCE($,$,'Market Category',$,'en',$); +#7294= IFCRELASSOCIATESLIBRARY('2ZnjRLphT3$PsYNL1d2l6J',$,$,$,(#1515),#14624); +#14624= IFCLIBRARYREFERENCE($,$,'Long Outside Top Bar Pitch',$,'en',$); -#7303= IFCRELASSOCIATESLIBRARY('08H3Pf$QD28xeeg_1naPzu',$,$,$,(#1540),#14625); -#14625= IFCLIBRARYREFERENCE($,$,'CategorieUsage','Cat\S\igorie d''usage (r\S\isidentiel, commercial, loisir,\X2\2026\X0\)','fr-FR',$); +#7295= IFCRELASSOCIATESLIBRARY('1KTagUdIv0Ru8YEWyLCv2w',$,$,$,(#1515),#14625); +#14625= IFCLIBRARYREFERENCE($,$,'\X2\95778FBA30FB67F152175E2F30FB4E0A7AEF30D430C330C1\X0\','\X2\95778FBA65B9541130FB67F152175E2F30FB4E0A7AEF306E92447B4B959396943002\X0\','ja-JP',$); -#7304= IFCRELASSOCIATESLIBRARY('2q1$tj1Nj15gg7PafBSB7s',$,$,$,(#1541),#14626); -#14626= IFCLIBRARYREFERENCE($,$,'Market Category',$,'en',$); +#7296= IFCRELASSOCIATESLIBRARY('2Rwkt6nvT6AwYMLMXPtdTA',$,$,$,(#1516),#14626); +#14626= IFCLIBRARYREFERENCE($,$,'Long Time Current Set Value',$,'en',$); -#7305= IFCRELASSOCIATESLIBRARY('0cYGQnRbnC2PtiGqcgNsYy',$,$,$,(#1541),#14627); -#14627= IFCLIBRARYREFERENCE($,$,'CategorieMarche','Cat\S\igorie d''usage (r\S\isidentiel, commercial, loisir,\X2\2026\X0\)','fr-FR',$); +#7297= IFCRELASSOCIATESLIBRARY('2HvZzhawzDjRDLh9HNLgko',$,$,$,(#1517),#14627); +#14627= IFCLIBRARYREFERENCE($,$,'Long Time Delay',$,'en',$); -#7306= IFCRELASSOCIATESLIBRARY('1K5L_JmbHBSwBK7n_CVy6e',$,$,$,(#1542),#14628); -#14628= IFCLIBRARYREFERENCE($,$,'Market Sub Categories Available Future',$,'en',$); +#7298= IFCRELASSOCIATESLIBRARY('2iqiXwzgz5bgjNzfvFDlOf',$,$,$,(#1518),#14628); +#14628= IFCLIBRARYREFERENCE($,$,'Long Time Function',$,'en',$); -#7307= IFCRELASSOCIATESLIBRARY('1jo3no89XDzA_ZT8ARM7Fc',$,$,$,(#1542),#14629); -#14629= IFCLIBRARYREFERENCE($,$,'DisponibilitesFuturesParSousCategories','Liste de sous cat\S\igories disponibles dans le futur.','fr-FR',$); +#7299= IFCRELASSOCIATESLIBRARY('3uwx4D6Nr1axy24AA0gVTj',$,$,$,(#1519),#14629); +#14629= IFCLIBRARYREFERENCE($,$,'Loss Coefficent Curve',$,'en',$); -#7308= IFCRELASSOCIATESLIBRARY('3n75Fh8pb2gBlUYrTzWgTP',$,$,$,(#1543),#14630); -#14630= IFCLIBRARYREFERENCE($,$,'Market Sub Categories Available Now',$,'en',$); +#7300= IFCRELASSOCIATESLIBRARY('0b9lsDZ3LCL9QRg27dazlY',$,$,$,(#1520),#14630); +#14630= IFCLIBRARYREFERENCE($,$,'Loss Coefficient',$,'en',$); -#7309= IFCRELASSOCIATESLIBRARY('3Lap5SE5P8aArduhbzgquD',$,$,$,(#1543),#14631); -#14631= IFCLIBRARYREFERENCE($,$,'DisponibilitesActuellesParSousCategories','Liste de sous cat\S\igories actuellement disponibles','fr-FR',$); +#7301= IFCRELASSOCIATESLIBRARY('3$OlDwPH13ngimKwJj3I9U',$,$,$,(#1520),#14631); +#14631= IFCLIBRARYREFERENCE($,$,'\X2\640D59314FC26570\X0\','\X2\53C271673055308C305F65AD97623067306E52D55727306B5BFE3059308B51685727640D5931306E6BD430928868308F30596D414F5362B56297306E8A087B97306B4F7F75283055308C308B71216B215143306E640D59314FC26570\X0\','ja-JP',$); -#7310= IFCRELASSOCIATESLIBRARY('0sPaWSvZP0ghKMhaiL3RX5',$,$,$,(#1544),#14632); -#14632= IFCLIBRARYREFERENCE($,$,'Market Sub Category',$,'en',$); +#7302= IFCRELASSOCIATESLIBRARY('2k6sN$U1j6KvK9MGChJDG8',$,$,$,(#1521),#14632); +#14632= IFCLIBRARYREFERENCE($,$,'Loss Coefficient',$,'en',$); -#7311= IFCRELASSOCIATESLIBRARY('1Yt0qR75H6axQiPplPyE2V',$,$,$,(#1544),#14633); -#14633= IFCLIBRARYREFERENCE($,$,'SousCategorieUsage','Sous cat\S\igorie d''usage.','fr-FR',$); +#7303= IFCRELASSOCIATESLIBRARY('2UFZXvw$n8Ceiz7kvTExor',$,$,$,(#1521),#14633); +#14633= IFCLIBRARYREFERENCE($,$,'\X2\640D59314FC26570\X0\','\X2\53C271673055308C305F65AD97623067306E52D55727306B5BFE3059308B51685727640D5931306E6BD430928868308F30596D414F5362B56297306E8A087B97306B4F7F75283055308C308B71216B215143306E640D59314FC26570\X0\','ja-JP',$); -#7312= IFCRELASSOCIATESLIBRARY('3V9SDA79n5Thog0EZvVAa5',$,$,$,(#1545),#14634); -#14634= IFCLIBRARYREFERENCE($,$,'Market Sub Category',$,'en',$); +#7304= IFCRELASSOCIATESLIBRARY('2WCLdtri5E5RIOhf51Pq45',$,$,$,(#1522),#14634); +#14634= IFCLIBRARYREFERENCE($,$,'Loss Coefficient',$,'en',$); -#7313= IFCRELASSOCIATESLIBRARY('0$XbSBw6LAtxbHxcivQ2Vp',$,$,$,(#1545),#14635); -#14635= IFCLIBRARYREFERENCE($,$,'SousCategorieMarche','Sous cat\S\igorie d''usage (exemple : collectif, deux pi\S\hces,\X2\2026\X0\)','fr-FR',$); +#7305= IFCRELASSOCIATESLIBRARY('1xIXlu1nL66xAz8xq7oVbe',$,$,$,(#1522),#14635); +#14635= IFCLIBRARYREFERENCE($,$,'\X2\640D59314FC26570\X0\','\X2\71216B21514365707684306A640D59314FC26570306730013042308B65AD9762306B304A30443066300152D55727306B5BFE3059308B51685727640D5931306E527254083092886830596D41308C62B5629730928A087B973059308B306E306B4F7F308F308C308B3002\X0\','ja-JP',$); -#7314= IFCRELASSOCIATESLIBRARY('3Sdx904OX4gAOweHSjMUTN',$,$,$,(#1547),#14636); -#14636= IFCLIBRARYREFERENCE($,$,'Mass Density',$,'en',$); +#7306= IFCRELASSOCIATESLIBRARY('2kRoIjDhjCnRg94IDll09i',$,$,$,(#1523),#14636); +#14636= IFCLIBRARYREFERENCE($,$,'Lower Current1',$,'en',$); -#7315= IFCRELASSOCIATESLIBRARY('3A_kxV1d59$OaGHRbWKhMD',$,$,$,(#1548),#14637); -#14637= IFCLIBRARYREFERENCE($,$,'Mass Flow Rate',$,'en',$); +#7307= IFCRELASSOCIATESLIBRARY('0lSth2$4v4YvOQXyuXgido',$,$,$,(#1523),#14637); +#14637= IFCLIBRARYREFERENCE($,$,'\X2\4E0B96FB6D41\X0\1','[x In]\X2\306E96FB6D41\X0\,\X2\96FB6D41309230C830EA30C330D73059308B\X0\L\X2\95A26570306E\X0\I2t\X2\90E85206306F30014E0B96FB6D41\X0\1\X2\3088308A30825C0F3055304496FB6D413092793A30593002\X0\','ja-JP',$); -#7316= IFCRELASSOCIATESLIBRARY('3TC6Xs6IX5OfuRV2hUUGEe',$,$,$,(#1549),#14638); -#14638= IFCLIBRARYREFERENCE($,$,'Mass Flow Rate',$,'en',$); +#7308= IFCRELASSOCIATESLIBRARY('2YkPekPa55Ze8_h5qlUYSj',$,$,$,(#1523),#14638); +#14638= IFCLIBRARYREFERENCE($,$,'\X2\D558C804B958\X0\ 1','[x In] \X2\C804B958\X0\ \X2\C804B958B97C\X0\ \X2\C5ECD589D558B294\X0\ L \X2\D568C218\X0\ I2t \X2\BD80BD84C740\X0\ \X2\C544B798\X0\ \X2\C804B958\X0\ 1\X2\BCF4B2E4\X0\ \X2\C791C740\X0\ \X2\C804B958B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#7317= IFCRELASSOCIATESLIBRARY('1U0wrN_EL6VR8plWJ70iB8',$,$,$,(#1549),#14639); -#14639= IFCLIBRARYREFERENCE($,$,'\X2\8CEA91CF6D4191CF\X0\','\X2\6D414F53306E8CEA91CF6D4191CF3002\X0\','ja-JP',$); +#7309= IFCRELASSOCIATESLIBRARY('0oNtyhErD3_Qa0qN_6P6V3',$,$,$,(#1524),#14639); +#14639= IFCLIBRARYREFERENCE($,$,'Lower Current2',$,'en',$); -#7318= IFCRELASSOCIATESLIBRARY('04FRkxVmP8uPrNvJzQxx2C',$,$,$,(#1550),#14640); -#14640= IFCLIBRARYREFERENCE($,$,'Mass Per Length',$,'en',$); +#7310= IFCRELASSOCIATESLIBRARY('0AFD$eH6D04vYT2oIoZuWI',$,$,$,(#1524),#14640); +#14640= IFCLIBRARYREFERENCE($,$,'\X2\4E0B96FB6D41\X0\2','[x In]\X2\306E96FB6D41\X0\,\X2\96FB6D41309230C830EA30C330D73059308B\X0\L\X2\95A26570306E\X0\I2t\X2\90E85206306F30017279602766F27DDA3088308A30825C0F3055304496FB6D413092793A30593002\X0\','ja-JP',$); -#7321= IFCRELASSOCIATESLIBRARY('38bDBfoZjEZ9UCyPWZeIum',$,$,$,(#1552),#14641); -#14641= IFCLIBRARYREFERENCE($,$,'Material',$,'en',$); +#7311= IFCRELASSOCIATESLIBRARY('3$$hT8tD5D0u_nSqTrGaLr',$,$,$,(#1524),#14641); +#14641= IFCLIBRARYREFERENCE($,$,'\X2\D558C804B958\X0\ 2','x In] \X2\C804B958\X0\ \X2\C804B958B97C\X0\ \X2\C5ECD589D558B294\X0\ L \X2\D568C218\X0\ I2t \X2\BD80BD84C740\X0\ \X2\ACE1C120BCF4B2E4\X0\ \X2\C791C740\X0\ \X2\C804B958B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#7322= IFCRELASSOCIATESLIBRARY('1ICTKCCLTDGvaKaaLQ2ePa',$,$,$,(#1552),#14642); -#14642= IFCLIBRARYREFERENCE($,$,'\X2\67506599\X0\','\X2\5C0E4F53309269CB62103059308B67506599306E30BF30A430D73002\X0\','ja-JP',$); +#7312= IFCRELASSOCIATESLIBRARY('2haZAom$z3GOGQPBo4FP0X',$,$,$,(#1525),#14642); +#14642= IFCLIBRARYREFERENCE($,$,'Lower Heating Value',$,'en',$); -#7323= IFCRELASSOCIATESLIBRARY('3GPf5EQqrAFvGjyIkBF8JE',$,$,$,(#1552),#14643); -#14643= IFCLIBRARYREFERENCE($,$,'\X2\B3C4CCB4C758\X0\ \X2\AE30B2A5\X0\ \X2\C720D615\X0\.','\X2\B3C4CCB4B97C\X0\ \X2\AD6CC131D558B294\X0\ \X2\C7ACB8CCC758\X0\ \X2\C885B958\X0\.','ko-KR',$); +#7313= IFCRELASSOCIATESLIBRARY('1tGjrCEgv8PfkAmo6s3haH',$,$,$,(#1526),#14643); +#14643= IFCLIBRARYREFERENCE($,$,'Lower Time1',$,'en',$); -#7324= IFCRELASSOCIATESLIBRARY('3qU2UWsv99887_M0VTC4KX',$,$,$,(#1556),#14644); -#14644= IFCLIBRARYREFERENCE($,$,'Max Adjustment X_ ICS',$,'en',$); +#7314= IFCRELASSOCIATESLIBRARY('04A0Ve4I10ywA$rd_orNkb',$,$,$,(#1526),#14644); +#14644= IFCLIBRARYREFERENCE($,$,'\X2\4E0B66429593\X0\1','[s]\X2\306E66429593\X0\,\X2\4E0B664295933088308A4F4E30447279602766F27DDA306E30C830EA30C330D766429593306F3001\X0\L-\X2\95A26570306E306E\X0\I2t\X2\90E85206306B3088306330666C7A5B9A3055308C308B3002\X0\','ja-JP',$); -#7325= IFCRELASSOCIATESLIBRARY('3njU8JUJj1Qg3z5AVSvm3A',$,$,$,(#1556),#14645); -#14645= IFCLIBRARYREFERENCE($,$,'\X2\670059278ABF6574\X0\X_ICS','\X2\5B9F969B306E30C830EA30C330D788C57F6E306E4E0090E830673042308B4FDD8B7788C57F6E306E\X0\Ics \X2\906E65AD5BB991CF306B95A29023305730665229752853EF80FD306A96FB6D41306E670059278ABF657450243002\X0\','ja-JP',$); +#7315= IFCRELASSOCIATESLIBRARY('1eARcAFgH3bOH3MWXGvhx1',$,$,$,(#1526),#14645); +#14645= IFCLIBRARYREFERENCE($,$,'\X2\D558\X0\ \X2\C2DCAC04\X0\ 1','[s] \X2\C2DCAC04\X0\ \X2\C544B798\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ L-\X2\D568C218C758\X0\ I2t \X2\BD80BD84C5D0\X0\ \X2\C758D574\X0\ \X2\ACB0C815B41CB2E4\X0\.','ko-KR',$); -#7326= IFCRELASSOCIATESLIBRARY('0CVDkzn7f8FADXxp5Ndvlo',$,$,$,(#1556),#14646); -#14646= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\C870C815\X0\ X_ICS','\X2\C2E4C81C\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58C758\X0\ \X2\C77CBD80C778\X0\ \X2\BCF4D638C790\X0\ Ics \X2\CC28B2E8\X0\ \X2\C6A9B7C9ACFC\X0\ \X2\AD00B828D558C5EC\X0\ \X2\C0ACC6A9\X0\ \X2\AC00B2A5D55C\X0\ \X2\C804B958C758\X0\ \X2\CD5CB300\X0\ \X2\C870C815\X0\ \X2\AC12\X0\','ko-KR',$); +#7316= IFCRELASSOCIATESLIBRARY('25l1Npo6vEXBVAhmOcP6nj',$,$,$,(#1527),#14646); +#14646= IFCLIBRARYREFERENCE($,$,'Lower Time2',$,'en',$); -#7327= IFCRELASSOCIATESLIBRARY('2DH0WGRwH8NQFoBxNOjiV0',$,$,$,(#1557),#14647); -#14647= IFCLIBRARYREFERENCE($,$,'Max Aggregate Size',$,'en',$); +#7317= IFCRELASSOCIATESLIBRARY('3EAFZjcnHD9f0FL3LuunJb',$,$,$,(#1527),#14647); +#14647= IFCLIBRARYREFERENCE($,$,'\X2\4E0B66429593\X0\2','[s]\X2\306E66429593\X0\,\X2\4E0B96FB6D41\X0\2\X2\3088308A4E0B90E8306E7279602766F27DDA306E30C830EA30C330D7664295933092793A30593002\X0\','ja-JP',$); -#7328= IFCRELASSOCIATESLIBRARY('152o417ej0TuZWZnk3OJMT',$,$,$,(#1560),#14648); -#14648= IFCLIBRARYREFERENCE($,$,'Maximum Air Flow Rate',$,'en',$); +#7318= IFCRELASSOCIATESLIBRARY('03wRXJo1b84xLZf8AGvLjt',$,$,$,(#1527),#14648); +#14648= IFCLIBRARYREFERENCE($,$,'\X2\D558\X0\ \X2\C2DCAC04\X0\ 2','[s] \X2\C2DCAC04\X0\, \X2\C544B798\X0\ \X2\C804B958\X0\ 2\X2\BCF4B2E4\X0\ \X2\D558BD80C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#7329= IFCRELASSOCIATESLIBRARY('2HNXqItFjDzhd3KbCnRynY',$,$,$,(#1561),#14649); -#14649= IFCLIBRARYREFERENCE($,$,'Maximum Allowed Voltage Drop',$,'en',$); +#7319= IFCRELASSOCIATESLIBRARY('3ZPk0OUuT6dAdzAlhFsRpY',$,$,$,(#1528),#14649); +#14649= IFCLIBRARYREFERENCE($,$,'Lower Vapor Resistance Factor',$,'en',$); -#7330= IFCRELASSOCIATESLIBRARY('3q0KNY9APFLu_qNS6W5Auv',$,$,$,(#1561),#14650); -#14650= IFCLIBRARYREFERENCE($,$,'\X2\670059278A315BB996FB5727964D4E0B\X0\','\X2\96FB6C1756DE8DEF3067306E96FB5727964D4E0B306F6700592796FB5727964D4E0B30928D853048306A304430883046306B30024E8C7A2E985E306E96FB5727964D4E0B96505EA6304C3042308A30014E003064306F52065C90FF0D4E3B56DE8DEF3001308230464E003064306F5404520696FB76E462163044306F672B7AEF56DE8DEF306E96FB6C179700898188C57F6E306863A57D9A96FB6C1776E430673042308B30027DCF96FB57274E0B964D30924F7F75287BC456F24EE55185306B523696503059308B300230C730D530A930EB30C85024306F52065C90FF0D4E3B56DE8DEF\X0\1.5\X2\FF053001672B7AEF56DE8DEF\X0\2.5\X2\FF05300154088A087DCF96FB5727\X0\4\X2\FF0530673042308B3002\X0\\X\0D\X\0A\X2\6CE8FF1A3053306E5024306F\X0\IFC\X2\30E230C730EB3067306E52367D045024306863075B9A3055308C30663044308B304C300173FE6BB5968E3067306F30D730ED30D730C630A330BB30C330C8306B8A2D5B9A3059308B30025C0667657684306B306F5FC58981306A602780FD306830573066540430BD30D530C830A230D730EA30B130B730E730F3306B522975283059308B3002\X0\','ja-JP',$); +#7320= IFCRELASSOCIATESLIBRARY('1LrF2qrLrFMhcxFLu6AP8o',$,$,$,(#1529),#14650); +#14650= IFCLIBRARYREFERENCE($,$,'Lowest Seating Height',$,'en',$); -#7331= IFCRELASSOCIATESLIBRARY('0Z$rHeQOnEchx0l_JghhTn',$,$,$,(#1561),#14651); -#14651= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300D5C8C6A9C804C555AC15D558\X0\','\X2\C804AE30\X0\ \X2\D68CB85CC5D0C11C\X0\ \X2\C804C555\X0\ \X2\AC15D558B294\X0\ \X2\CD5CB300\X0\ \X2\C804C555\X0\ \X2\AC15D558B97C\X0\ \X2\CD08ACFCD558C9C0\X0\ \X2\C54AB3C4B85D\X0\. \X2\B450\X0\ \X2\C885B958C758\X0\ \X2\C804C555\X0\ \X2\AC15D558\X0\ \X2\D55CB3C4AC00\X0\ \X2\C788B294B370\X0\ \X2\D558B098B294\X0\ \X2\BD84AE30\X0\ - \X2\C8FCD68CB85C\X0\, \X2\B2E4B978\X0\ \X2\D558B098B294\X0\ \X2\AC01\X0\ \X2\BD84C804BC18\X0\ \X2\D639C740\X0\ \X2\B9D0B2E8\X0\ \X2\D68CB85CC758\X0\ \X2\C804AE30\X0\ \X2\C218C694\X0\ \X2\C7A5CE58C640\X0\ \X2\C5F0ACB0\X0\ \X2\C804AE30\X0\ \X2\D310C774B2E4\X0\. \X2\CD1D\X0\ \X2\C804C555\X0\ \X2\D558AC15C744\X0\ \X2\C0ACC6A9\X0\ \X2\BC94C704\X0\ \X2\C774B0B4B85C\X0\ \X2\C81CD55CD55CB2E4\X0\. \X2\AE30BCF8AC12C740\X0\ \X2\BD84AE30\X0\ - \X2\C8FCD68CB85C\X0\ 1.5 %, \X2\B9D0B2E8\X0\ \X2\D68CB85C\X0\ 2.5 %, \X2\D569ACC4\X0\ \X2\CD1D\X0\ \X2\C804C555\X0\ 4 %\X2\C774B2E4\X0\. \X2\CC38ACE0\X0\ :\X2\C774\X0\ \X2\AC12C740\X0\ IFC \X2\BAA8B378C5D0\X0\ \X2\B530B77C\X0\ \X2\C81CD55C\X0\ \X2\AC12C774\X0\ \X2\C9C0C815B418C5B4\X0\ \X2\C788C9C0B9CC\X0\, \X2\D604\X0\ \X2\B2E8ACC4C5D0C11CB294\X0\ \X2\D504B85C\X0\ \X2\C058B760\X0\ \X2\C138D2B8B85C\X0\ \X2\C124C815D55CB2E4\X0\. \X2\BBF8B798C5D0\X0\ \X2\D544C694D55C\X0\ \X2\C131B2A5C73CB85C\X0\ \X2\AC01\X0\ \X2\C18CD504D2B8C6E8C5B4\X0\ \X2\C5B4D50C\X0\ \X2\B9ACCF00C774C158C5D0\X0\ \X2\C774C6A9D55CB2E4\X0\.','ko-KR',$); +#7322= IFCRELASSOCIATESLIBRARY('0Kxcrckh12lR8xavH0_VRq',$,$,$,(#1535),#14651); +#14651= IFCLIBRARYREFERENCE($,$,'Lubricant Pump Heat Gain',$,'en',$); -#7332= IFCRELASSOCIATESLIBRARY('2pGNAh_zT5pfYSKS$M__C3',$,$,$,(#1563),#14652); -#14652= IFCLIBRARYREFERENCE($,$,'Maximum Apparent Power',$,'en',$); +#7323= IFCRELASSOCIATESLIBRARY('2uPk2fhQT8797GyR9gP7uM',$,$,$,(#1535),#14652); +#14652= IFCLIBRARYREFERENCE($,$,'GainThermiqueLubrifiantPompe','Gain thermique par lubrification de la pompe \S\` chaleur.','fr-FR',$); -#7333= IFCRELASSOCIATESLIBRARY('03gZZdpCf0s8HiwmR2sfQ1',$,$,$,(#1563),#14653); -#14653= IFCLIBRARYREFERENCE($,$,'\X2\6700592796FB529B\X0\','\X2\76AE76F896FB529B\X0\/\X2\5BB991CF\X0\ \X2\306E6700592750243000FF08\X0\VA:\X2\30A230F330DA30A2FF093002\X0\','ja-JP',$); +#7326= IFCRELASSOCIATESLIBRARY('0IYICUbKn0QROINbZ_AxKs',$,$,$,(#1538),#14653); +#14653= IFCLIBRARYREFERENCE($,$,'Main Color',$,'en',$); -#7334= IFCRELASSOCIATESLIBRARY('2aPYf6O1L9bB1qDO1hVpL6',$,$,$,(#1563),#14654); -#14654= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\C804B825\X0\','\X2\D53CC0C1\X0\ \X2\C804B825\X0\ / \X2\C6A9B7C9\X0\ \X2\CD5CB300\X0\ (VA : \X2\C554D398C5B4\X0\).','ko-KR',$); +#7327= IFCRELASSOCIATESLIBRARY('3v$N7DaAvCBvwZ62ixoaoa',$,$,$,(#1540),#14654); +#14654= IFCLIBRARYREFERENCE($,$,'Maintenance Factor',$,'en',$); -#7335= IFCRELASSOCIATESLIBRARY('3pjKTT4RrAveP3g2nS_myM',$,$,$,(#1566),#14655); -#14655= IFCLIBRARYREFERENCE($,$,'Maximum Cable Length',$,'en',$); +#7328= IFCRELASSOCIATESLIBRARY('1DCGmy0AHAaB65sMEY4FLt',$,$,$,(#1540),#14655); +#14655= IFCLIBRARYREFERENCE($,$,'\X2\4FDD5B887387\X0\','\X2\6C5A308C3001715930015E746570306B3088308B521D671F304B3089306E30E930F330D7308453CD5C0488C57F6E306E4F4E6E1B8A315BB98A087B973002\X0\','ja-JP',$); -#7336= IFCRELASSOCIATESLIBRARY('2w5ESrQOz1zexNzFT5LY_t',$,$,$,(#1568),#14656); -#14656= IFCLIBRARYREFERENCE($,$,'Maximum Current',$,'en',$); +#7329= IFCRELASSOCIATESLIBRARY('2Y0EA4h$r6qP_b$9et5jxH',$,$,$,(#1540),#14656); +#14656= IFCLIBRARYREFERENCE($,$,'\X2\BCF4C218\X0\ \X2\BE44C728\X0\','\X2\BA3CC9C0\X0\, \X2\C5F0AE30\X0\, \X2\C5F0C218C758\X0\ \X2\CD08AE30BD80D130\X0\ \X2\B7A8D504C640\X0\ \X2\BC18C0AC\X0\ \X2\C7A5CE58C758\X0\ \X2\C800AC10\X0\ \X2\D5C8C6A9\X0\ \X2\ACC4C0B0\X0\.','ko-KR',$); -#7337= IFCRELASSOCIATESLIBRARY('1QU4fmWE925g3gbNXvVeLD',$,$,$,(#1571),#14657); -#14657= IFCLIBRARYREFERENCE($,$,'Maximum Flow Rate',$,'en',$); +#7330= IFCRELASSOCIATESLIBRARY('3F7LdT2cH1iOZ8_VuH2YHA',$,$,$,(#1541),#14657); +#14657= IFCLIBRARYREFERENCE($,$,'Maintenance Level',$,'en',$); -#7338= IFCRELASSOCIATESLIBRARY('1kRZYm3KL0hhQZ5D843eXE',$,$,$,(#1572),#14658); -#14658= IFCLIBRARYREFERENCE($,$,'Maximum Flow Rate',$,'en',$); +#7332= IFCRELASSOCIATESLIBRARY('3lc2sHO9f17ubaqaFPneR5',$,$,$,(#1542),#14658); +#14658= IFCLIBRARYREFERENCE($,$,'Maintenance Type',$,'en',$); -#7339= IFCRELASSOCIATESLIBRARY('0VPkthLmD2ufeDmU2Vq2t7',$,$,$,(#1573),#14659); -#14659= IFCLIBRARYREFERENCE($,$,'Maximum Flow Rate',$,'en',$); +#7333= IFCRELASSOCIATESLIBRARY('0TDTYwwWPESuib6fRJba0v',$,$,$,(#1544),#14659); +#14659= IFCLIBRARYREFERENCE($,$,'Manual Override',$,'en',$); -#7340= IFCRELASSOCIATESLIBRARY('0Wvv2N1jfBaeHwPziDfs5Q',$,$,$,(#1582),#14660); -#14660= IFCLIBRARYREFERENCE($,$,'Maximum Operating Temperature',$,'en',$); +#7334= IFCRELASSOCIATESLIBRARY('0eowLoevD2BxIfISqdg74_',$,$,$,(#1544),#14660); +#14660= IFCLIBRARYREFERENCE($,$,'\X2\30AA30FC30D030FC30E930A430C96A5F80FD306E67097121\X0\','\X2\30AA30FC30D030FC30E930A430C96A5F80FD306830573066624B52D564CD4F5C304C63D04F9B3055308C308B304B\X0\ (= TRUE) \X2\30015426304B\X0\ \X2\FF08\X0\= FALSE)\X2\30928B5852253059308B3002624B52D5306764CD4F5C3059308B30A230AF30C130E530A830FC30BF306E58345408306F30013053306E5024309230C730D530A930EB30C8306830573066\X0\FALSE\X2\306B8A2D5B9A3059308B5FC58981304C3042308B306E30676CE8610F3059308B305330683002\X0\','ja-JP',$); -#7341= IFCRELASSOCIATESLIBRARY('3Hj6Sup1TF5QH1iC58KFYL',$,$,$,(#1582),#14661); -#14661= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB967009AD86E295EA6\X0\','\X2\30B130FC30D630EB30846BCD7DDA306E6700592752D54F5C6E295EA63092793A30593002\X0\','ja-JP',$); +#7335= IFCRELASSOCIATESLIBRARY('3nc_lp83f4BOyLU22616GH',$,$,$,(#1545),#14661); +#14661= IFCLIBRARYREFERENCE($,$,'Manufacturer',$,'en',$); -#7342= IFCRELASSOCIATESLIBRARY('1h$XGGognCfP2bdXfEDL1h',$,$,$,(#1582),#14662); -#14662= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\CD5CACE0\X0\ \X2\C628B3C4\X0\','\X2\CF00C774BE14ACFC\X0\ \X2\BAA8C120C758\X0\ \X2\CD5CB300\X0\ \X2\C791B3D9\X0\ \X2\C628B3C4B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#7336= IFCRELASSOCIATESLIBRARY('3q5KQhUjz3TB8_Zp7clL4N',$,$,$,(#1548),#14662); +#14662= IFCLIBRARYREFERENCE($,$,'Manufacturing Tolerance Class',$,'en',$); -#7343= IFCRELASSOCIATESLIBRARY('0dVcPv6XjCkg3tTIxwya6d',$,$,$,(#1584),#14663); -#14663= IFCLIBRARYREFERENCE($,$,'Maximum Outlet Pressure',$,'en',$); +#7337= IFCRELASSOCIATESLIBRARY('31iyvxe8HDlwkAyQU2M46J',$,$,$,(#1548),#14663); +#14663= IFCLIBRARYREFERENCE($,$,'\X2\30E130FC30AB30FC306E8A8D53EF5206985E\X0\','\X2\30ED30FC30AB30EB306A6A196E96306B3088308B30E130FC30AB30FC306E8A8D53EF5206985E3002\X0\','ja-JP',$); -#7344= IFCRELASSOCIATESLIBRARY('1P7Z$2lY5DLuJRmIhPNHQB',$,$,$,(#1584),#14664); -#14664= IFCLIBRARYREFERENCE($,$,'PressionSortieAdmissible','Pression vapeur en sortie maximale','fr-FR',$); +#7339= IFCRELASSOCIATESLIBRARY('0t5ZjibMj1t8dibaoLOW2V',$,$,$,(#1551),#14664); +#14664= IFCLIBRARYREFERENCE($,$,'Market Category',$,'en',$); -#7345= IFCRELASSOCIATESLIBRARY('1La54USez8FPGksWYNBAd_',$,$,$,(#1584),#14665); -#14665= IFCLIBRARYREFERENCE($,$,'\X2\6700592751FA53E35727529B\X0\','\X2\6700592751FA53E384B86C175727529B\X0\','ja-JP',$); +#7340= IFCRELASSOCIATESLIBRARY('1XWrqLoMj3aRumgmEYC_aO',$,$,$,(#1551),#14665); +#14665= IFCLIBRARYREFERENCE($,$,'CategorieUsage','Cat\S\igorie d''usage (r\S\isidentiel, commercial, loisir,\X2\2026\X0\)','fr-FR',$); -#7346= IFCRELASSOCIATESLIBRARY('3eTxoCwrb1cgUP1lrxFHF0',$,$,$,(#1585),#14666); -#14666= IFCLIBRARYREFERENCE($,$,'Maximum Part Load Ratio',$,'en',$); +#7341= IFCRELASSOCIATESLIBRARY('0n$h6avyb3eQPRoT40sx3q',$,$,$,(#1552),#14666); +#14666= IFCLIBRARYREFERENCE($,$,'Market Category',$,'en',$); -#7347= IFCRELASSOCIATESLIBRARY('0dplS14VP8yupWBYRn1z8D',$,$,$,(#1585),#14667); -#14667= IFCLIBRARYREFERENCE($,$,'CoefficientMaximalChargePartielle','Coefficient maximal de charge partielle en tant que fraction de la puissance nominale.','fr-FR',$); +#7342= IFCRELASSOCIATESLIBRARY('0PoN40bbD1MAcgD_t9OVgK',$,$,$,(#1552),#14667); +#14667= IFCLIBRARYREFERENCE($,$,'CategorieMarche','Cat\S\igorie d''usage (r\S\isidentiel, commercial, loisir,\X2\2026\X0\)','fr-FR',$); -#7348= IFCRELASSOCIATESLIBRARY('0kA7s8uPP0bAQcx1V1WNOa',$,$,$,(#1586),#14668); -#14668= IFCLIBRARYREFERENCE($,$,'Maximum Plate Thickness',$,'en',$); +#7343= IFCRELASSOCIATESLIBRARY('19SgmtZVv71hJI$bmkNC9s',$,$,$,(#1553),#14668); +#14668= IFCLIBRARYREFERENCE($,$,'Market Sub Categories Available Future',$,'en',$); -#7349= IFCRELASSOCIATESLIBRARY('2XPycJFBD6iQBem1sk1AZp',$,$,$,(#1587),#14669); -#14669= IFCLIBRARYREFERENCE($,$,'Maximum Plenum Sensible Load',$,'en',$); +#7344= IFCRELASSOCIATESLIBRARY('1WlRnLHIP3cgVHcKz3TrEC',$,$,$,(#1553),#14669); +#14669= IFCLIBRARYREFERENCE($,$,'DisponibilitesFuturesParSousCategories','Liste de sous cat\S\igories disponibles dans le futur.','fr-FR',$); -#7350= IFCRELASSOCIATESLIBRARY('1yuk1Ax_nCju91XhiLWSJY',$,$,$,(#1588),#14670); -#14670= IFCLIBRARYREFERENCE($,$,'Maximum Power Output',$,'en',$); +#7345= IFCRELASSOCIATESLIBRARY('3QTcLMhOr2WfgKy5LwbaD0',$,$,$,(#1554),#14670); +#14670= IFCLIBRARYREFERENCE($,$,'Market Sub Categories Available Now',$,'en',$); -#7351= IFCRELASSOCIATESLIBRARY('3Kqc9Mc3H8AfHQiZUbNPhS',$,$,$,(#1588),#14671); -#14671= IFCLIBRARYREFERENCE($,$,'\X2\6700592751FA529B\X0\','\X2\30A830F330B830F3306E6700592751FA529B5B9A683C3002\X0\','ja-JP',$); +#7346= IFCRELASSOCIATESLIBRARY('0i3HyYCKj2HwVa_qxmkGZn',$,$,$,(#1554),#14671); +#14671= IFCLIBRARYREFERENCE($,$,'DisponibilitesActuellesParSousCategories','Liste de sous cat\S\igories actuellement disponibles','fr-FR',$); -#7352= IFCRELASSOCIATESLIBRARY('2ExgqV06L7NP$KjDEtD7k0',$,$,$,(#1588),#14672); -#14672= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\CD9CB825\X0\','\X2\C5D4C9C4C758\X0\ \X2\CD5CB300\X0\ \X2\CD9CB825\X0\ \X2\C815ACA9\X0\','ko-KR',$); +#7347= IFCRELASSOCIATESLIBRARY('3kD6s14bjD9wb7kjhByhYc',$,$,$,(#1555),#14672); +#14672= IFCLIBRARYREFERENCE($,$,'Market Sub Category',$,'en',$); -#7353= IFCRELASSOCIATESLIBRARY('2Q4BshjoXDyfJvySNo7z2n',$,$,$,(#1589),#14673); -#14673= IFCLIBRARYREFERENCE($,$,'Maximum Power Output',$,'en',$); +#7348= IFCRELASSOCIATESLIBRARY('3hw_stsZT7p9F6jD0$VL$g',$,$,$,(#1555),#14673); +#14673= IFCLIBRARYREFERENCE($,$,'SousCategorieUsage','Sous cat\S\igorie d''usage.','fr-FR',$); -#7354= IFCRELASSOCIATESLIBRARY('3FUg48KKj6XfypDD2CVz4V',$,$,$,(#1589),#14674); -#14674= IFCLIBRARYREFERENCE($,$,'\X2\6700592751FA529B\X0\','\X2\30A830F330B830F3306E6700592751FA529B5B9A683C3002\X0\','ja-JP',$); +#7349= IFCRELASSOCIATESLIBRARY('2Z7qdEBaf2fRBPdYTCHLin',$,$,$,(#1556),#14674); +#14674= IFCLIBRARYREFERENCE($,$,'Market Sub Category',$,'en',$); -#7355= IFCRELASSOCIATESLIBRARY('3H1T$gKrjDnPw4kLEJzkdX',$,$,$,(#1589),#14675); -#14675= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\CD9CB825\X0\','\X2\C5D4C9C4C758\X0\ \X2\CD5CB300\X0\ \X2\CD9CB825\X0\ \X2\C815ACA9\X0\.','ko-KR',$); +#7350= IFCRELASSOCIATESLIBRARY('2acVujc0T6nvC0uvfOawxR',$,$,$,(#1556),#14675); +#14675= IFCLIBRARYREFERENCE($,$,'SousCategorieMarche','Sous cat\S\igorie d''usage (exemple : collectif, deux pi\S\hces,\X2\2026\X0\)','fr-FR',$); -#7356= IFCRELASSOCIATESLIBRARY('1NOXUMZ3H4gApV3YJg1fvt',$,$,$,(#1590),#14676); -#14676= IFCLIBRARYREFERENCE($,$,'Maximum Pressure Loss',$,'en',$); +#7351= IFCRELASSOCIATESLIBRARY('37vt2cpdrCC9Q$bzFRou4B',$,$,$,(#1558),#14676); +#14676= IFCLIBRARYREFERENCE($,$,'Mass Density',$,'en',$); -#7357= IFCRELASSOCIATESLIBRARY('07fT8j5G5Fff2F3ZKSOMB$',$,$,$,(#1591),#14677); -#14677= IFCLIBRARYREFERENCE($,$,'Maximum Pressure Loss',$,'en',$); +#7352= IFCRELASSOCIATESLIBRARY('2nTAud0bLA99wVhoZwL0WQ',$,$,$,(#1559),#14677); +#14677= IFCLIBRARYREFERENCE($,$,'Mass Flow Rate',$,'en',$); -#7358= IFCRELASSOCIATESLIBRARY('0BjWX0PQP0A84BJEVSDfvf',$,$,$,(#1593),#14678); -#14678= IFCLIBRARYREFERENCE($,$,'Maximum Section Modulus Y',$,'en',$); +#7353= IFCRELASSOCIATESLIBRARY('2FKADmWrfAyhcPTUUGYVeu',$,$,$,(#1560),#14678); +#14678= IFCLIBRARYREFERENCE($,$,'Mass Flow Rate',$,'en',$); -#7359= IFCRELASSOCIATESLIBRARY('3N92HT_oPAPu4PiIzNdZHe',$,$,$,(#1594),#14679); -#14679= IFCLIBRARYREFERENCE($,$,'Maximum Section Modulus Z',$,'en',$); +#7354= IFCRELASSOCIATESLIBRARY('2J05DFItL8UPPDmX5hUIQ4',$,$,$,(#1560),#14679); +#14679= IFCLIBRARYREFERENCE($,$,'\X2\8CEA91CF6D4191CF\X0\','\X2\6D414F53306E8CEA91CF6D4191CF3002\X0\','ja-JP',$); -#7360= IFCRELASSOCIATESLIBRARY('0XDqQUIoT8GR1xLuafLvk8',$,$,$,(#1595),#14680); -#14680= IFCLIBRARYREFERENCE($,$,'Maximum Short Circuit Temperature',$,'en',$); +#7355= IFCRELASSOCIATESLIBRARY('2LxtpD46X72RYvczbsoFjX',$,$,$,(#1561),#14680); +#14680= IFCLIBRARYREFERENCE($,$,'Mass Per Length',$,'en',$); -#7361= IFCRELASSOCIATESLIBRARY('0yq_5p5b959RcANL1C7Df6',$,$,$,(#1595),#14681); -#14681= IFCLIBRARYREFERENCE($,$,'\X2\77ED7D618A315BB967009AD86E295EA6\X0\','\X2\30B130FC30D630EB30846BCD7DDA306E6700592777ED7D616E295EA63092793A30593002\X0\','ja-JP',$); +#7358= IFCRELASSOCIATESLIBRARY('05sWn4jYvEHPl7J8z_c40P',$,$,$,(#1563),#14681); +#14681= IFCLIBRARYREFERENCE($,$,'Material',$,'en',$); -#7362= IFCRELASSOCIATESLIBRARY('12PFT17JX1WRVcM9Stwl7o',$,$,$,(#1595),#14682); -#14682= IFCLIBRARYREFERENCE($,$,'\X2\B2E8B77D\X0\ \X2\D5C8C6A9\X0\ \X2\CD5CACE0\X0\ \X2\C628B3C4\X0\','\X2\CF00C774BE14ACFC\X0\ \X2\BAA8C120C758\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C628B3C4B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#7359= IFCRELASSOCIATESLIBRARY('3URwOIt41028E8fFayhXlf',$,$,$,(#1563),#14682); +#14682= IFCLIBRARYREFERENCE($,$,'\X2\67506599\X0\','\X2\5C0E4F53309269CB62103059308B67506599306E30BF30A430D73002\X0\','ja-JP',$); -#7363= IFCRELASSOCIATESLIBRARY('2a72E1HUP15vr8xeuNLCfC',$,$,$,(#1597),#14683); -#14683= IFCLIBRARYREFERENCE($,$,'Maximum Space Sensible Load',$,'en',$); +#7360= IFCRELASSOCIATESLIBRARY('3z_UOrBLzA$vZaq4uxplxj',$,$,$,(#1563),#14683); +#14683= IFCLIBRARYREFERENCE($,$,'\X2\B3C4CCB4C758\X0\ \X2\AE30B2A5\X0\ \X2\C720D615\X0\.','\X2\B3C4CCB4B97C\X0\ \X2\AD6CC131D558B294\X0\ \X2\C7ACB8CCC758\X0\ \X2\C885B958\X0\.','ko-KR',$); -#7364= IFCRELASSOCIATESLIBRARY('377SoG62j5MRhrWhk82byF',$,$,$,(#1599),#14684); -#14684= IFCLIBRARYREFERENCE($,$,'Maximum Supported Weight',$,'en',$); +#7361= IFCRELASSOCIATESLIBRARY('10UP000uT6TwDFOh_l_$Nw',$,$,$,(#1567),#14684); +#14684= IFCLIBRARYREFERENCE($,$,'Max Adjustment X_ ICS',$,'en',$); -#7365= IFCRELASSOCIATESLIBRARY('3Zbf8Skqv5gOdrsbLN6uY4',$,$,$,(#1599),#14685); -#14685= IFCLIBRARYREFERENCE($,$,'\X2\67009AD8652F630191CD91CF\X0\','\X2\632F52D57D767E0167503067652F30483089308C308B67009AD891CD91CF\X0\','ja-JP',$); +#7362= IFCRELASSOCIATESLIBRARY('3$kjXGWyjAFBBKJI3Tbswk',$,$,$,(#1567),#14685); +#14685= IFCLIBRARYREFERENCE($,$,'\X2\670059278ABF6574\X0\X_ICS','\X2\5B9F969B306E30C830EA30C330D788C57F6E306E4E0090E830673042308B4FDD8B7788C57F6E306E\X0\Ics \X2\906E65AD5BB991CF306B95A29023305730665229752853EF80FD306A96FB6D41306E670059278ABF657450243002\X0\','ja-JP',$); -#7366= IFCRELASSOCIATESLIBRARY('25tUfQP$nAbwbl1XgMYUD1',$,$,$,(#1604),#14686); -#14686= IFCLIBRARYREFERENCE($,$,'Maximum Velocity',$,'en',$); +#7363= IFCRELASSOCIATESLIBRARY('2V0zR0jYrF8ebdvjybU_VP',$,$,$,(#1567),#14686); +#14686= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\C870C815\X0\ X_ICS','\X2\C2E4C81C\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58C758\X0\ \X2\C77CBD80C778\X0\ \X2\BCF4D638C790\X0\ Ics \X2\CC28B2E8\X0\ \X2\C6A9B7C9ACFC\X0\ \X2\AD00B828D558C5EC\X0\ \X2\C0ACC6A9\X0\ \X2\AC00B2A5D55C\X0\ \X2\C804B958C758\X0\ \X2\CD5CB300\X0\ \X2\C870C815\X0\ \X2\AC12\X0\','ko-KR',$); -#7367= IFCRELASSOCIATESLIBRARY('3WoweLxRbCNfflbr3jK1QV',$,$,$,(#1604),#14687); -#14687= IFCLIBRARYREFERENCE($,$,'\X2\67005927901F5EA6\X0\','\X2\30C030AF30C862163044306F7D99304E624B306E670059278A2D8A0898A8901F3002\X0\','ja-JP',$); +#7364= IFCRELASSOCIATESLIBRARY('2FcYe$mO13Ww0TNMaKyL2h',$,$,$,(#1568),#14687); +#14687= IFCLIBRARYREFERENCE($,$,'Max Aggregate Size',$,'en',$); -#7368= IFCRELASSOCIATESLIBRARY('25caINpKf0iPbnrkcD58Sh',$,$,$,(#1604),#14688); -#14688= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\C18DB3C4\X0\','\X2\B355D2B8\X0\ \X2\B610B294\X0\ \X2\C774C74CC0C8C758\X0\ \X2\CD5CB300\X0\ \X2\C124ACC4\X0\ \X2\BC14B78C\X0\.','ko-KR',$); +#7365= IFCRELASSOCIATESLIBRARY('2CFBzgFPPF5u3V1ze4j4z_',$,$,$,(#1571),#14688); +#14688= IFCLIBRARYREFERENCE($,$,'Maximum Air Flow Rate',$,'en',$); -#7369= IFCRELASSOCIATESLIBRARY('2dAkDbaWL13gP8KAstYMop',$,$,$,(#1607),#14689); -#14689= IFCLIBRARYREFERENCE($,$,'Maximum Working Pressure',$,'en',$); +#7366= IFCRELASSOCIATESLIBRARY('09gDcX8tTB4QZmdL13rDi6',$,$,$,(#1572),#14689); +#14689= IFCLIBRARYREFERENCE($,$,'Maximum Allowed Voltage Drop',$,'en',$); -#7370= IFCRELASSOCIATESLIBRARY('3A1wH4lFz0Wxc0yG3b7RuS',$,$,$,(#1608),#14690); -#14690= IFCLIBRARYREFERENCE($,$,'Maximum Working Pressure',$,'en',$); +#7367= IFCRELASSOCIATESLIBRARY('2Q$q6CTVn5NhQjaN12ZWOF',$,$,$,(#1572),#14690); +#14690= IFCLIBRARYREFERENCE($,$,'\X2\670059278A315BB996FB5727964D4E0B\X0\','\X2\96FB6C1756DE8DEF3067306E96FB5727964D4E0B306F6700592796FB5727964D4E0B30928D853048306A304430883046306B30024E8C7A2E985E306E96FB5727964D4E0B96505EA6304C3042308A30014E003064306F52065C90FF0D4E3B56DE8DEF3001308230464E003064306F5404520696FB76E462163044306F672B7AEF56DE8DEF306E96FB6C179700898188C57F6E306863A57D9A96FB6C1776E430673042308B30027DCF96FB57274E0B964D30924F7F75287BC456F24EE55185306B523696503059308B300230C730D530A930EB30C85024306F52065C90FF0D4E3B56DE8DEF\X0\1.5\X2\FF053001672B7AEF56DE8DEF\X0\2.5\X2\FF05300154088A087DCF96FB5727\X0\4\X2\FF0530673042308B3002\X0\\X\0D\X\0A\X2\6CE8FF1A3053306E5024306F\X0\IFC\X2\30E230C730EB3067306E52367D045024306863075B9A3055308C30663044308B304C300173FE6BB5968E3067306F30D730ED30D730C630A330BB30C330C8306B8A2D5B9A3059308B30025C0667657684306B306F5FC58981306A602780FD306830573066540430BD30D530C830A230D730EA30B130B730E730F3306B522975283059308B3002\X0\','ja-JP',$); -#7371= IFCRELASSOCIATESLIBRARY('3ZNa4Rndr0xgW1f_axsMAR',$,$,$,(#1608),#14691); -#14691= IFCLIBRARYREFERENCE($,$,'\X2\670059274F5C52D55727529B\X0\','\X2\670059275727529B300188FD9020801057273002\X0\','ja-JP',$); +#7368= IFCRELASSOCIATESLIBRARY('0hS$Z0uqf0rwVcrzOPZ5PO',$,$,$,(#1572),#14691); +#14691= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300D5C8C6A9C804C555AC15D558\X0\','\X2\C804AE30\X0\ \X2\D68CB85CC5D0C11C\X0\ \X2\C804C555\X0\ \X2\AC15D558B294\X0\ \X2\CD5CB300\X0\ \X2\C804C555\X0\ \X2\AC15D558B97C\X0\ \X2\CD08ACFCD558C9C0\X0\ \X2\C54AB3C4B85D\X0\. \X2\B450\X0\ \X2\C885B958C758\X0\ \X2\C804C555\X0\ \X2\AC15D558\X0\ \X2\D55CB3C4AC00\X0\ \X2\C788B294B370\X0\ \X2\D558B098B294\X0\ \X2\BD84AE30\X0\ - \X2\C8FCD68CB85C\X0\, \X2\B2E4B978\X0\ \X2\D558B098B294\X0\ \X2\AC01\X0\ \X2\BD84C804BC18\X0\ \X2\D639C740\X0\ \X2\B9D0B2E8\X0\ \X2\D68CB85CC758\X0\ \X2\C804AE30\X0\ \X2\C218C694\X0\ \X2\C7A5CE58C640\X0\ \X2\C5F0ACB0\X0\ \X2\C804AE30\X0\ \X2\D310C774B2E4\X0\. \X2\CD1D\X0\ \X2\C804C555\X0\ \X2\D558AC15C744\X0\ \X2\C0ACC6A9\X0\ \X2\BC94C704\X0\ \X2\C774B0B4B85C\X0\ \X2\C81CD55CD55CB2E4\X0\. \X2\AE30BCF8AC12C740\X0\ \X2\BD84AE30\X0\ - \X2\C8FCD68CB85C\X0\ 1.5 %, \X2\B9D0B2E8\X0\ \X2\D68CB85C\X0\ 2.5 %, \X2\D569ACC4\X0\ \X2\CD1D\X0\ \X2\C804C555\X0\ 4 %\X2\C774B2E4\X0\. \X2\CC38ACE0\X0\ :\X2\C774\X0\ \X2\AC12C740\X0\ IFC \X2\BAA8B378C5D0\X0\ \X2\B530B77C\X0\ \X2\C81CD55C\X0\ \X2\AC12C774\X0\ \X2\C9C0C815B418C5B4\X0\ \X2\C788C9C0B9CC\X0\, \X2\D604\X0\ \X2\B2E8ACC4C5D0C11CB294\X0\ \X2\D504B85C\X0\ \X2\C058B760\X0\ \X2\C138D2B8B85C\X0\ \X2\C124C815D55CB2E4\X0\. \X2\BBF8B798C5D0\X0\ \X2\D544C694D55C\X0\ \X2\C131B2A5C73CB85C\X0\ \X2\AC01\X0\ \X2\C18CD504D2B8C6E8C5B4\X0\ \X2\C5B4D50C\X0\ \X2\B9ACCF00C774C158C5D0\X0\ \X2\C774C6A9D55CB2E4\X0\.','ko-KR',$); -#7372= IFCRELASSOCIATESLIBRARY('0NmWtcT9v3zv25m9G3HPQp',$,$,$,(#1611),#14692); -#14692= IFCLIBRARYREFERENCE($,$,'Mean Time Between Failure',$,'en',$); +#7369= IFCRELASSOCIATESLIBRARY('2uKcv6KZjEdwLJLpux2Bu3',$,$,$,(#1574),#14692); +#14692= IFCLIBRARYREFERENCE($,$,'Maximum Apparent Power',$,'en',$); -#7373= IFCRELASSOCIATESLIBRARY('1wux29B8TFVRrb4M7vf$Ok',$,$,$,(#1613),#14693); -#14693= IFCLIBRARYREFERENCE($,$,'Measured Flow Rate',$,'en',$); +#7370= IFCRELASSOCIATESLIBRARY('15m7NXCb55R8sC0QmgvHqa',$,$,$,(#1574),#14693); +#14693= IFCLIBRARYREFERENCE($,$,'\X2\6700592796FB529B\X0\','\X2\76AE76F896FB529B\X0\/\X2\5BB991CF\X0\ \X2\306E6700592750243000FF08\X0\VA:\X2\30A230F330DA30A2FF093002\X0\','ja-JP',$); -#7374= IFCRELASSOCIATESLIBRARY('3iqO6ANkH9hB_S0BaZ9fhY',$,$,$,(#1613),#14694); -#14694= IFCLIBRARYREFERENCE($,$,'\X2\8A086E2C6D4191CF\X0\','\X2\30D030EB30D63092901A904E3059308B6D414F53306E8A086E2C3055308C305F6D4191CF\X0\','ja-JP',$); +#7371= IFCRELASSOCIATESLIBRARY('19us8p$aH0th2qGAgD1N39',$,$,$,(#1574),#14694); +#14694= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\C804B825\X0\','\X2\D53CC0C1\X0\ \X2\C804B825\X0\ / \X2\C6A9B7C9\X0\ \X2\CD5CB300\X0\ (VA : \X2\C554D398C5B4\X0\).','ko-KR',$); -#7375= IFCRELASSOCIATESLIBRARY('0lwb_2uMzFW8qGXpSLxwPx',$,$,$,(#1614),#14695); -#14695= IFCLIBRARYREFERENCE($,$,'Measured Pressure Drop',$,'en',$); +#7372= IFCRELASSOCIATESLIBRARY('2iDLLvkqb6wuG8SwRjvWU0',$,$,$,(#1577),#14695); +#14695= IFCLIBRARYREFERENCE($,$,'Maximum Cable Length',$,'en',$); -#7376= IFCRELASSOCIATESLIBRARY('2Agz4Chnv5TQ08jjXlGRnb',$,$,$,(#1614),#14696); -#14696= IFCLIBRARYREFERENCE($,$,'\X2\8A086E2C5727529B964D4E0B\X0\','\X2\30D030EB30D63092901A904E3059308B969B306E8A086E2C3055308C305F5727529B964D4E0B\X0\','ja-JP',$); +#7373= IFCRELASSOCIATESLIBRARY('181iciZsb2Ge37abrvDDa_',$,$,$,(#1579),#14696); +#14696= IFCLIBRARYREFERENCE($,$,'Maximum Current',$,'en',$); -#7377= IFCRELASSOCIATESLIBRARY('2Ra$lSn8b2dOqqBf5RWJoc',$,$,$,(#1615),#14697); -#14697= IFCLIBRARYREFERENCE($,$,'Mechanical Efficiency',$,'en',$); +#7374= IFCRELASSOCIATESLIBRARY('1s$tLsLwz5SQGUmAmHIg2O',$,$,$,(#1582),#14697); +#14697= IFCLIBRARYREFERENCE($,$,'Maximum Flow Rate',$,'en',$); -#7378= IFCRELASSOCIATESLIBRARY('2dt_R0RfjEEgAlvp$GnikZ',$,$,$,(#1615),#14698); -#14698= IFCLIBRARYREFERENCE($,$,'\X2\6A5F68B052B97387\X0\','\X2\30DD30F330D7306E7A3C52D56642306E6A5F68B052B97387\X0\','ja-JP',$); +#7375= IFCRELASSOCIATESLIBRARY('1vA1ifI5vEwuqyuG5urZkO',$,$,$,(#1583),#14698); +#14698= IFCLIBRARYREFERENCE($,$,'Maximum Flow Rate',$,'en',$); -#7379= IFCRELASSOCIATESLIBRARY('0yNUQL2w9BZxE7gMbdrNq1',$,$,$,(#1616),#14699); -#14699= IFCLIBRARYREFERENCE($,$,'Mechanical Efficiency',$,'en',$); +#7376= IFCRELASSOCIATESLIBRARY('0CQxVzt5H4OfpprSb9agiI',$,$,$,(#1584),#14699); +#14699= IFCLIBRARYREFERENCE($,$,'Maximum Flow Rate',$,'en',$); -#7380= IFCRELASSOCIATESLIBRARY('3u4lFSng1Aj9AXYhMb2T2M',$,$,$,(#1616),#14700); -#14700= IFCLIBRARYREFERENCE($,$,'RendementM\S\icanique','Rapport entre le travail fourni (tel que mesur\S\i) au gaz et le travail fourni \S\` l''arbre du compresseur.','fr-FR',$); +#7377= IFCRELASSOCIATESLIBRARY('0f6IPHeGD9Ggm5GjJ$4m9_',$,$,$,(#1593),#14700); +#14700= IFCLIBRARYREFERENCE($,$,'Maximum Operating Temperature',$,'en',$); -#7381= IFCRELASSOCIATESLIBRARY('0xKFTPlUf3lwurpUevOeGw',$,$,$,(#1619),#14701); -#14701= IFCLIBRARYREFERENCE($,$,'Mechanisch','Angabe, ob dieses Bauteil mechanisch bewegt oder angetrieben wird (JA) oder manuell (NEIN). Diese Eigenschaft wird nur f\S\|r beweglichen Sonnenschutz angegeben.','de-DE',$); +#7378= IFCRELASSOCIATESLIBRARY('0gLiZFi3zFRAhofH_4yWa3',$,$,$,(#1593),#14701); +#14701= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB967009AD86E295EA6\X0\','\X2\30B130FC30D630EB30846BCD7DDA306E6700592752D54F5C6E295EA63092793A30593002\X0\','ja-JP',$); -#7382= IFCRELASSOCIATESLIBRARY('1P21DZPDHABgtluj$uynUw',$,$,$,(#1619),#14702); -#14702= IFCLIBRARYREFERENCE($,$,'Mechanical Operated',$,'en',$); +#7379= IFCRELASSOCIATESLIBRARY('3d_MO6v3vDM8kyx7oOYGAJ',$,$,$,(#1593),#14702); +#14702= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\CD5CACE0\X0\ \X2\C628B3C4\X0\','\X2\CF00C774BE14ACFC\X0\ \X2\BAA8C120C758\X0\ \X2\CD5CB300\X0\ \X2\C791B3D9\X0\ \X2\C628B3C4B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#7383= IFCRELASSOCIATESLIBRARY('2xCrr0rGTDsf1gvLs81NnB',$,$,$,(#1619),#14703); -#14703= IFCLIBRARYREFERENCE($,$,'Actionn\S\i m\S\icaniquement','Indique si l''\S\il\S\iment est actionn\S\i m\S\icaniquement (VRAI) ou manuellement (FAUX).','fr-FR',$); +#7380= IFCRELASSOCIATESLIBRARY('0$z1tCCEX1ZQrRHsmWDG5d',$,$,$,(#1595),#14703); +#14703= IFCLIBRARYREFERENCE($,$,'Maximum Outlet Pressure',$,'en',$); -#7384= IFCRELASSOCIATESLIBRARY('2G$Vi8wtXBgA4RYmQ_sL8a',$,$,$,(#1619),#14704); -#14704= IFCLIBRARYREFERENCE($,$,'\X2\6A5F68B0768464CD4F5C\X0\','\X2\6A5F68B0768464CD4F5C304C53EF80FD304B30693046304B3092793A305930D630FC30EA30A230F35024300253EF80FD306A58345408\X0\TRUE\X2\3001624B52D5306E58345408\X0\FALSE\X2\3002\X0\','ja-JP',$); +#7381= IFCRELASSOCIATESLIBRARY('3_YPW4dKf459YMOslp8z$Z',$,$,$,(#1595),#14704); +#14704= IFCLIBRARYREFERENCE($,$,'PressionSortieAdmissible','Pression vapeur en sortie maximale','fr-FR',$); -#7386= IFCRELASSOCIATESLIBRARY('3yA2Fdywr2Z9XDpThYDh0s',$,$,$,(#1622),#14705); -#14705= IFCLIBRARYREFERENCE($,$,'K\S\|nstliche Luftwechselzahl','Geforderte Luftwechselzahl (in Wechsel per Stunde) im Fall der k\S\|nstlichen L\S\|ftung.','de-DE',$); +#7382= IFCRELASSOCIATESLIBRARY('3nlzK4JMr0BA1m676E3eHW',$,$,$,(#1595),#14705); +#14705= IFCLIBRARYREFERENCE($,$,'\X2\6700592751FA53E35727529B\X0\','\X2\6700592751FA53E384B86C175727529B\X0\','ja-JP',$); -#7387= IFCRELASSOCIATESLIBRARY('1N0VN17$D7xeq_AqC0fhWD',$,$,$,(#1622),#14706); -#14706= IFCLIBRARYREFERENCE($,$,'Mechanical Ventilation Rate',$,'en',$); +#7383= IFCRELASSOCIATESLIBRARY('0yAb2nN7v2Ah4PICYQy3Zl',$,$,$,(#1596),#14706); +#14706= IFCLIBRARYREFERENCE($,$,'Maximum Part Load Ratio',$,'en',$); -#7388= IFCRELASSOCIATESLIBRARY('2YSfLXZVv2bQtD5gyE2CiM',$,$,$,(#1622),#14707); -#14707= IFCLIBRARYREFERENCE($,$,'Taux ventilation m\S\icanique','Sp\S\icification du taux de ventilation m\S\icanique exprim\S\i en volumes par heure.','fr-FR',$); +#7384= IFCRELASSOCIATESLIBRARY('15usAFIB91Hw3i2cVFtNa5',$,$,$,(#1596),#14707); +#14707= IFCLIBRARYREFERENCE($,$,'CoefficientMaximalChargePartielle','Coefficient maximal de charge partielle en tant que fraction de la puissance nominale.','fr-FR',$); -#7389= IFCRELASSOCIATESLIBRARY('1SDNz0cVH9SvmWfe9kzYAw',$,$,$,(#1622),#14708); -#14708= IFCLIBRARYREFERENCE($,$,'\X2\6A5F68B063DB6C177387\X0\','\X2\72795B9A306E6A5F68B063DB6C177387306E89816C4263076A193002\X0\1\X2\664295933042305F308A306E63DB6C1756DE657030674E0E30483089308C308B3002\X0\','ja-JP',$); +#7385= IFCRELASSOCIATESLIBRARY('3$q4_HHcr3xvZYfQLu0pM2',$,$,$,(#1597),#14708); +#14708= IFCLIBRARYREFERENCE($,$,'Maximum Plate Thickness',$,'en',$); -#7390= IFCRELASSOCIATESLIBRARY('3QEQWUcrLDqROXbmSLX1MZ',$,$,$,(#1622),#14709); -#14709= IFCLIBRARYREFERENCE($,$,'\X2\AE30ACC4D658AE30\X0\ \X2\BE44C728\X0\','\X2\D2B9C815\X0\ \X2\AE30ACC4\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\ \X2\C694AD6C\X0\ \X2\C9C0D45C\X0\. \X2\C2DCAC04\X0\ \X2\B2F9\X0\ \X2\D658AE30\X0\ \X2\D68CC218B85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); +#7386= IFCRELASSOCIATESLIBRARY('2RmgvtXTnFfwBaqozGqKl1',$,$,$,(#1598),#14709); +#14709= IFCLIBRARYREFERENCE($,$,'Maximum Plenum Sensible Load',$,'en',$); -#7391= IFCRELASSOCIATESLIBRARY('2bNSPlIMr9BR4akpQFmhly',$,$,$,(#1623),#14710); -#14710= IFCLIBRARYREFERENCE($,$,'Media Content',$,'en',$); +#7387= IFCRELASSOCIATESLIBRARY('0DEn8VfNDEVOnN4$YVj0B0',$,$,$,(#1599),#14710); +#14710= IFCLIBRARYREFERENCE($,$,'Maximum Power Output',$,'en',$); -#7392= IFCRELASSOCIATESLIBRARY('2IEFDndNfBWhcjScJNdAMM',$,$,$,(#1624),#14711); -#14711= IFCLIBRARYREFERENCE($,$,'Media Extended Area',$,'en',$); +#7388= IFCRELASSOCIATESLIBRARY('3Q5nCfGTTC$xVbnIcZyD_E',$,$,$,(#1599),#14711); +#14711= IFCLIBRARYREFERENCE($,$,'\X2\6700592751FA529B\X0\','\X2\30A830F330B830F3306E6700592751FA529B5B9A683C3002\X0\','ja-JP',$); -#7393= IFCRELASSOCIATESLIBRARY('3GBFkA95jCPgdB$MY$coWT',$,$,$,(#1625),#14712); -#14712= IFCLIBRARYREFERENCE($,$,'Media Source',$,'en',$); +#7389= IFCRELASSOCIATESLIBRARY('0Mbuh7631A9hjiXVTtsXJY',$,$,$,(#1599),#14712); +#14712= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\CD9CB825\X0\','\X2\C5D4C9C4C758\X0\ \X2\CD5CB300\X0\ \X2\CD9CB825\X0\ \X2\C815ACA9\X0\','ko-KR',$); -#7394= IFCRELASSOCIATESLIBRARY('3ma5byqZL4G9jVHauGagf3',$,$,$,(#1625),#14713); -#14713= IFCLIBRARYREFERENCE($,$,'\X2\30E130C730A330A230BD30FC30B9\X0\','\X2\30E130C730A330A230BD30FC30B930685B9A7FA96E08307F30BF30A430D7\X0\(IfcDistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL)\X2\53CA3073\X0\audio/video\X2\309269CB62103059308B96C65408306B5BFE5FDC3059308B540D524D3002\X0\','ja-JP',$); +#7390= IFCRELASSOCIATESLIBRARY('3xpQ08Lhz2muG2FoBnZbFp',$,$,$,(#1600),#14713); +#14713= IFCLIBRARYREFERENCE($,$,'Maximum Power Output',$,'en',$); -#7395= IFCRELASSOCIATESLIBRARY('02icOEY_HBROVkskflxdag',$,$,$,(#1625),#14714); -#14714= IFCLIBRARYREFERENCE($,$,'\X2\BBF8B514C5B4\X0\ \X2\C18CC2A4\X0\','\X2\BBF8B514C5B4\X0\ \X2\C18CC2A4\X0\ \X2\C815C758B41C\X0\ \X2\C720D615\X0\ (IfcDistributionPort with FlowDirection = SINK and PredefinedType = AUDIOVISUAL) \X2\BC0F\X0\ audio / video \X2\AD6CC131\X0\ \X2\C9D1D569C5D0\X0\ \X2\D574B2F9D558B294\X0\ \X2\C774B984\X0\.','ko-KR',$); +#7391= IFCRELASSOCIATESLIBRARY('0pf00eWuj6wuOUlG17UyD0',$,$,$,(#1600),#14714); +#14714= IFCLIBRARYREFERENCE($,$,'\X2\6700592751FA529B\X0\','\X2\30A830F330B830F3306E6700592751FA529B5B9A683C3002\X0\','ja-JP',$); -#7396= IFCRELASSOCIATESLIBRARY('3ow2vKrgv9ZPP16E8anoTf',$,$,$,(#1626),#14715); -#14715= IFCLIBRARYREFERENCE($,$,'Media Source',$,'en',$); +#7392= IFCRELASSOCIATESLIBRARY('33WJUy2ED8UeaxPlSVfPnY',$,$,$,(#1600),#14715); +#14715= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\CD9CB825\X0\','\X2\C5D4C9C4C758\X0\ \X2\CD5CB300\X0\ \X2\CD9CB825\X0\ \X2\C815ACA9\X0\.','ko-KR',$); -#7397= IFCRELASSOCIATESLIBRARY('2P7niyQ4v7vvm33ojIikks',$,$,$,(#1631),#14716); -#14716= IFCLIBRARYREFERENCE($,$,'Minimum Allowable Support Length',$,'en',$); +#7393= IFCRELASSOCIATESLIBRARY('1JC0ysTQH9$BxSviBhrT3U',$,$,$,(#1601),#14716); +#14716= IFCLIBRARYREFERENCE($,$,'Maximum Pressure Loss',$,'en',$); -#7398= IFCRELASSOCIATESLIBRARY('1vqXBAz0L4mA0Ot5dCdCPP',$,$,$,(#1631),#14717); -#14717= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F8A315BB9652F630195773055\X0\','\X2\67005C0F8A315BB9652F6301957730553002\X0\','ja-JP',$); +#7394= IFCRELASSOCIATESLIBRARY('3VDlv8rXHCmPfp6o6wksQa',$,$,$,(#1602),#14717); +#14717= IFCLIBRARYREFERENCE($,$,'Maximum Pressure Loss',$,'en',$); -#7399= IFCRELASSOCIATESLIBRARY('3IQARoyjr8mRHUFfx7QssL',$,$,$,(#1633),#14718); -#14718= IFCLIBRARYREFERENCE($,$,'Lichte H\S\vhe','Minumal geforderte lichte H\S\vhe f\S\|r diesen Raum.','de-DE',$); +#7395= IFCRELASSOCIATESLIBRARY('2kMZFPCgbAThiKdujdWo25',$,$,$,(#1604),#14718); +#14718= IFCLIBRARYREFERENCE($,$,'Maximum Section Modulus Y',$,'en',$); -#7400= IFCRELASSOCIATESLIBRARY('0PKgzMCvzChgxd$NkKRw7G',$,$,$,(#1633),#14719); -#14719= IFCLIBRARYREFERENCE($,$,'Minimum Headroom',$,'en',$); +#7396= IFCRELASSOCIATESLIBRARY('3je4gxeiz8ygqsAZgoNjhh',$,$,$,(#1605),#14719); +#14719= IFCLIBRARYREFERENCE($,$,'Maximum Section Modulus Z',$,'en',$); -#7401= IFCRELASSOCIATESLIBRARY('3MenaNndPFvQgUer6O1DSB',$,$,$,(#1633),#14720); -#14720= IFCLIBRARYREFERENCE($,$,'HauteurPassageMinimale','Hauteur de passage requise pour l''usage assign\S\i \S\` l''espace','fr-FR',$); +#7397= IFCRELASSOCIATESLIBRARY('1d_Gvst5jAa9a55q08ftrX',$,$,$,(#1606),#14720); +#14720= IFCLIBRARYREFERENCE($,$,'Maximum Short Circuit Temperature',$,'en',$); -#7402= IFCRELASSOCIATESLIBRARY('2rcpj77M19KPbbdOi4Hvab',$,$,$,(#1633),#14721); -#14721= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F982D4E0A3042304D9AD8\X0\','\X2\3053306E7A7A9593306B5272308A5F5330663089308C305F75289014306B5FC58981306A982D4E0A3042304D9AD83002\X0\','ja-JP',$); +#7398= IFCRELASSOCIATESLIBRARY('3lD$a0R2T7KelKG3w9nlPI',$,$,$,(#1606),#14721); +#14721= IFCLIBRARYREFERENCE($,$,'\X2\77ED7D618A315BB967009AD86E295EA6\X0\','\X2\30B130FC30D630EB30846BCD7DDA306E6700592777ED7D616E295EA63092793A30593002\X0\','ja-JP',$); -#7403= IFCRELASSOCIATESLIBRARY('1j_Y1XHkn8Fxx0E_A81aN7',$,$,$,(#1634),#14722); -#14722= IFCLIBRARYREFERENCE($,$,'Minimum Height',$,'en',$); +#7399= IFCRELASSOCIATESLIBRARY('0O1zt_AUr3YQkuxVQYqjM6',$,$,$,(#1606),#14722); +#14722= IFCLIBRARYREFERENCE($,$,'\X2\B2E8B77D\X0\ \X2\D5C8C6A9\X0\ \X2\CD5CACE0\X0\ \X2\C628B3C4\X0\','\X2\CF00C774BE14ACFC\X0\ \X2\BAA8C120C758\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C628B3C4B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#7404= IFCRELASSOCIATESLIBRARY('0sqjAqepv6YPb6hUMjqQsW',$,$,$,(#1634),#14723); -#14723= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F9AD83055\X0\','\X2\77E95F62300151865F6262163044306F695551865F6230C030AF30C8306E67005C0F9AD830553002\X0\','ja-JP',$); +#7400= IFCRELASSOCIATESLIBRARY('3slbmywLT4FQpvL1iz1fL7',$,$,$,(#1608),#14723); +#14723= IFCLIBRARYREFERENCE($,$,'Maximum Space Sensible Load',$,'en',$); -#7405= IFCRELASSOCIATESLIBRARY('3LnOu77E5FchizFcRXUPHB',$,$,$,(#1634),#14724); -#14724= IFCLIBRARYREFERENCE($,$,'\X2\CD5CC18C\X0\ \X2\B192C774\X0\','\X2\C0ACAC01D615\X0\, \X2\C6D0D615\X0\ \X2\B610B294\X0\ \X2\D0C0C6D0D615\X0\ \X2\B355D2B8C758\X0\ \X2\CD5CC18C\X0\ \X2\B192C774C785B2C8B2E4\X0\.','ko-KR',$); +#7401= IFCRELASSOCIATESLIBRARY('27NbO3GJH1o8H_4bgwkgTM',$,$,$,(#1610),#14724); +#14724= IFCLIBRARYREFERENCE($,$,'Maximum Supported Weight',$,'en',$); -#7406= IFCRELASSOCIATESLIBRARY('0_JoW2v9nCWB$UbBhLqGIp',$,$,$,(#1637),#14725); -#14725= IFCLIBRARYREFERENCE($,$,'Minimum Part Load Ratio',$,'en',$); +#7402= IFCRELASSOCIATESLIBRARY('1ldqcJD6HDxRfyoCF5CDkk',$,$,$,(#1610),#14725); +#14725= IFCLIBRARYREFERENCE($,$,'\X2\67009AD8652F630191CD91CF\X0\','\X2\632F52D57D767E0167503067652F30483089308C308B67009AD891CD91CF\X0\','ja-JP',$); -#7407= IFCRELASSOCIATESLIBRARY('3z4IURDpn84h$Tagb1qocX',$,$,$,(#1637),#14726); -#14726= IFCLIBRARYREFERENCE($,$,'CoefficientMinimalChargePartielle','Coefficient minimum de charge partielle en tant que fraction de la puissance nominale.','fr-FR',$); +#7403= IFCRELASSOCIATESLIBRARY('1Vz9ubRzj9MvFsgN8SuE2q',$,$,$,(#1616),#14726); +#14726= IFCLIBRARYREFERENCE($,$,'Maximum Velocity',$,'en',$); -#7408= IFCRELASSOCIATESLIBRARY('15C0mIpqD31fUouHlZVLps',$,$,$,(#1638),#14727); -#14727= IFCLIBRARYREFERENCE($,$,'Minimum Plate Thickness',$,'en',$); +#7404= IFCRELASSOCIATESLIBRARY('27wHJwfgD9TOSd$G8BBV5k',$,$,$,(#1616),#14727); +#14727= IFCLIBRARYREFERENCE($,$,'\X2\67005927901F5EA6\X0\','\X2\30C030AF30C862163044306F7D99304E624B306E670059278A2D8A0898A8901F3002\X0\','ja-JP',$); -#7409= IFCRELASSOCIATESLIBRARY('34gBP6Xi95eQN8TdVjy$2u',$,$,$,(#1639),#14728); -#14728= IFCLIBRARYREFERENCE($,$,'Minimum Section Modulus Y',$,'en',$); +#7405= IFCRELASSOCIATESLIBRARY('0V4AttPlz3zx4Y63stMxlD',$,$,$,(#1616),#14728); +#14728= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\C18DB3C4\X0\','\X2\B355D2B8\X0\ \X2\B610B294\X0\ \X2\C774C74CC0C8C758\X0\ \X2\CD5CB300\X0\ \X2\C124ACC4\X0\ \X2\BC14B78C\X0\.','ko-KR',$); -#7410= IFCRELASSOCIATESLIBRARY('2J8oSOsNLDHhGS7vCApVzJ',$,$,$,(#1640),#14729); -#14729= IFCLIBRARYREFERENCE($,$,'Minimum Section Modulus Z',$,'en',$); +#7406= IFCRELASSOCIATESLIBRARY('2AaZltBK9EgBgeE3HK3FC5',$,$,$,(#1619),#14729); +#14729= IFCLIBRARYREFERENCE($,$,'Maximum Working Pressure',$,'en',$); -#7411= IFCRELASSOCIATESLIBRARY('2O5U17nV58HQVXT7tJA$bc',$,$,$,(#1645),#14730); -#14730= IFCLIBRARYREFERENCE($,$,'Minimum Width',$,'en',$); +#7407= IFCRELASSOCIATESLIBRARY('1ZjE7DvKT4yx_cE0254IQY',$,$,$,(#1620),#14730); +#14730= IFCLIBRARYREFERENCE($,$,'Maximum Working Pressure',$,'en',$); -#7412= IFCRELASSOCIATESLIBRARY('27YgIAwjnC$f95tCr3sEyM',$,$,$,(#1645),#14731); -#14731= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F5E45\X0\','\X2\77E95F62300151865F6262163044306F695551865F6230C030AF30C8306E67005C0F5E453002\X0\','ja-JP',$); +#7408= IFCRELASSOCIATESLIBRARY('1yxm7VLPTApvFodEsg6x6f',$,$,$,(#1620),#14731); +#14731= IFCLIBRARYREFERENCE($,$,'\X2\670059274F5C52D55727529B\X0\','\X2\670059275727529B300188FD9020801057273002\X0\','ja-JP',$); -#7413= IFCRELASSOCIATESLIBRARY('3nitdEdtv6S8wymMpz_c$Y',$,$,$,(#1645),#14732); -#14732= IFCLIBRARYREFERENCE($,$,'\X2\CD5CC18CD3ED\X0\','\X2\C0ACAC01D615\X0\, \X2\C6D0D615\X0\ \X2\B610B294\X0\ \X2\D0C0C6D0D615\X0\ \X2\B355D2B8C758\X0\ \X2\CD5CC18C\X0\ \X2\D3ED\X0\.','ko-KR',$); +#7409= IFCRELASSOCIATESLIBRARY('0C4xRfsfvF3R4o$UQMQQHU',$,$,$,(#1623),#14732); +#14732= IFCLIBRARYREFERENCE($,$,'Mean Time Between Failure',$,'en',$); -#7416= IFCRELASSOCIATESLIBRARY('0MovusmFP00xmBHRkxrfB8',$,$,$,(#1652),#14733); -#14733= IFCLIBRARYREFERENCE($,$,'Mixer Control',$,'en',$); +#7410= IFCRELASSOCIATESLIBRARY('0fILqnRgzFJB0$KeFEnGux',$,$,$,(#1625),#14733); +#14733= IFCLIBRARYREFERENCE($,$,'Measured Flow Rate',$,'en',$); -#7417= IFCRELASSOCIATESLIBRARY('1C3dDHecz8nhkg2a4om_yK',$,$,$,(#1652),#14734); -#14734= IFCLIBRARYREFERENCE($,$,'\X2\6DF7540852365FA1\X0\','\X2\6DF754085F01306E52365FA15F625F0F306E5B9A7FA9\X0\','ja-JP',$); +#7411= IFCRELASSOCIATESLIBRARY('3K$Hy5kDz6DOmAiBQ4J0R9',$,$,$,(#1625),#14734); +#14734= IFCLIBRARYREFERENCE($,$,'\X2\8A086E2C6D4191CF\X0\','\X2\30D030EB30D63092901A904E3059308B6D414F53306E8A086E2C3055308C305F6D4191CF\X0\','ja-JP',$); -#7418= IFCRELASSOCIATESLIBRARY('22Z1K4VKDCQgJjTBNkVi$_',$,$,$,(#1653),#14735); -#14735= IFCLIBRARYREFERENCE($,$,'Mode',$,'en',$); +#7412= IFCRELASSOCIATESLIBRARY('07IyWBGJ93QA2hGAwKREqt',$,$,$,(#1626),#14735); +#14735= IFCLIBRARYREFERENCE($,$,'Measured Pressure Drop',$,'en',$); -#7419= IFCRELASSOCIATESLIBRARY('3v3XxBbKv7BQJPB6i6s8QN',$,$,$,(#1654),#14736); -#14736= IFCLIBRARYREFERENCE($,$,'Mode',$,'en',$); +#7413= IFCRELASSOCIATESLIBRARY('2Pnytecm92xguGIQDEKajY',$,$,$,(#1626),#14736); +#14736= IFCLIBRARYREFERENCE($,$,'\X2\8A086E2C5727529B964D4E0B\X0\','\X2\30D030EB30D63092901A904E3059308B969B306E8A086E2C3055308C305F5727529B964D4E0B\X0\','ja-JP',$); -#7420= IFCRELASSOCIATESLIBRARY('1vUnsOab54eO_yIWYrswqS',$,$,$,(#1655),#14737); -#14737= IFCLIBRARYREFERENCE($,$,'Model Label',$,'en',$); +#7414= IFCRELASSOCIATESLIBRARY('3bGRQoWLf5Xv4cETkS0AEP',$,$,$,(#1627),#14737); +#14737= IFCLIBRARYREFERENCE($,$,'Mechanical Efficiency',$,'en',$); -#7421= IFCRELASSOCIATESLIBRARY('2Jbse0_yP1dRWL9gl78fTK',$,$,$,(#1657),#14738); -#14738= IFCLIBRARYREFERENCE($,$,'Model Reference',$,'en',$); +#7415= IFCRELASSOCIATESLIBRARY('0rApLvRSfB$efy8$fVSdU1',$,$,$,(#1627),#14738); +#14738= IFCLIBRARYREFERENCE($,$,'\X2\6A5F68B052B97387\X0\','\X2\30DD30F330D7306E7A3C52D56642306E6A5F68B052B97387\X0\','ja-JP',$); -#7422= IFCRELASSOCIATESLIBRARY('164JwZ_er1wA7KeFlByEnh',$,$,$,(#1660),#14739); -#14739= IFCLIBRARYREFERENCE($,$,'Moisture Capacity Thermal Gradient',$,'en',$); +#7416= IFCRELASSOCIATESLIBRARY('2TZx6qbsvCsvcvsmnX9Ykf',$,$,$,(#1628),#14739); +#14739= IFCLIBRARYREFERENCE($,$,'Mechanical Efficiency',$,'en',$); -#7423= IFCRELASSOCIATESLIBRARY('3JNMVnBXjEPvDr2fllY1vB',$,$,$,(#1661),#14740); -#14740= IFCLIBRARYREFERENCE($,$,'Moisture Content',$,'en',$); +#7417= IFCRELASSOCIATESLIBRARY('17BL$yO_HFHAGHdDPHVM7H',$,$,$,(#1628),#14740); +#14740= IFCLIBRARYREFERENCE($,$,'RendementM\S\icanique','Rapport entre le travail fourni (tel que mesur\S\i) au gaz et le travail fourni \S\` l''arbre du compresseur.','fr-FR',$); -#7424= IFCRELASSOCIATESLIBRARY('0nyODz21v89u_22mrFSoIh',$,$,$,(#1662),#14741); -#14741= IFCLIBRARYREFERENCE($,$,'Moisture Diffusivity',$,'en',$); +#7418= IFCRELASSOCIATESLIBRARY('0UvY1n7Tv2hubQbGG8ZucO',$,$,$,(#1631),#14741); +#14741= IFCLIBRARYREFERENCE($,$,'Mechanisch','Angabe, ob dieses Bauteil mechanisch bewegt oder angetrieben wird (JA) oder manuell (NEIN). Diese Eigenschaft wird nur f\S\|r beweglichen Sonnenschutz angegeben.','de-DE',$); -#7425= IFCRELASSOCIATESLIBRARY('1J6kZw16bA8eL1pl8YR78U',$,$,$,(#1663),#14742); -#14742= IFCLIBRARYREFERENCE($,$,'Gesims','Angabe des Materials f\S\|r das Gesims (Deckenkante). Diese Angabe wird im Raumbuch verwendet.\X\0D\X\0A\X\0D\X\0ADie Materialangabe wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = MOLDING) f\S\|r das Gesims dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialangabe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); +#7419= IFCRELASSOCIATESLIBRARY('2gbEZGpMz3l8ipYOTJiMrw',$,$,$,(#1631),#14742); +#14742= IFCLIBRARYREFERENCE($,$,'Mechanical Operated',$,'en',$); -#7426= IFCRELASSOCIATESLIBRARY('22wndJyAz1MBmi32sl4cve',$,$,$,(#1663),#14743); -#14743= IFCLIBRARYREFERENCE($,$,'Molding',$,'en',$); +#7420= IFCRELASSOCIATESLIBRARY('31dMPN8gXC6RnQJtJiQbvV',$,$,$,(#1631),#14743); +#14743= IFCLIBRARYREFERENCE($,$,'Actionn\S\i m\S\icaniquement','Indique si l''\S\il\S\iment est actionn\S\i m\S\icaniquement (VRAI) ou manuellement (FAUX).','fr-FR',$); -#7427= IFCRELASSOCIATESLIBRARY('0W8kj6hNT5uwB2J4xiDfqN',$,$,$,(#1663),#14744); -#14744= IFCLIBRARYREFERENCE($,$,'Mat\S\iriau de la moulure',$,'fr-FR',$); +#7421= IFCRELASSOCIATESLIBRARY('1E5xHaEPr03wSl$r5JQUqj',$,$,$,(#1631),#14744); +#14744= IFCLIBRARYREFERENCE($,$,'\X2\6A5F68B0768464CD4F5C\X0\','\X2\6A5F68B0768464CD4F5C304C53EF80FD304B30693046304B3092793A305930D630FC30EA30A230F35024300253EF80FD306A58345408\X0\TRUE\X2\3001624B52D5306E58345408\X0\FALSE\X2\3002\X0\','ja-JP',$); -#7428= IFCRELASSOCIATESLIBRARY('3E1MvsMgDE9vpt3PkDIlH8',$,$,$,(#1663),#14745); -#14745= IFCLIBRARYREFERENCE($,$,'\X2\5EFB7E01\X0\','\X2\90E85C4B306E5EFB7E01306E67508CEA307E305F306F65BD5DE5306B95A23059308B30E930D930EBFF088B58522560C55831FF09300230E930D930EB540D306F90E85C4B30EA30B930C860C55831306B4F7F75283055308C308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering (type=MOLDING)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B67508CEA60C558313002\X0\IfcCovering\X2\306E67508CEA60C5583130683053306E30D730ED30D130C630A35024304C4E0081F43057306A3044583454083001\X0\IfcCovering\X2\306B4E0E30483089308C30663044308B67508CEA60C558313092512A51483059308B3002\X0\','ja-JP',$); +#7423= IFCRELASSOCIATESLIBRARY('3E1ZY5c1T9vQwU0aFwAYHR',$,$,$,(#1634),#14745); +#14745= IFCLIBRARYREFERENCE($,$,'K\S\|nstliche Luftwechselzahl','Geforderte Luftwechselzahl (in Wechsel per Stunde) im Fall der k\S\|nstlichen L\S\|ftung.','de-DE',$); -#7429= IFCRELASSOCIATESLIBRARY('0TOM7J93b9Nu_kCHX_zmD6',$,$,$,(#1664),#14746); -#14746= IFCLIBRARYREFERENCE($,$,'H\S\vhe des Gesims','Angabe der H\S\vhe des umlaufenden Gesims (Deckenkante). \X\0D\X\0A\X\0D\X\0ADer H\S\vhenparameter wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = MOLDING) f\S\|r das Gesims dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die H\S\vhe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); +#7424= IFCRELASSOCIATESLIBRARY('1PlIlwFwvAvu$W$Av7IM4J',$,$,$,(#1634),#14746); +#14746= IFCLIBRARYREFERENCE($,$,'Mechanical Ventilation Rate',$,'en',$); -#7430= IFCRELASSOCIATESLIBRARY('0tl9cVUq5DDxVi5i$6fHu7',$,$,$,(#1664),#14747); -#14747= IFCLIBRARYREFERENCE($,$,'Molding Height',$,'en',$); +#7425= IFCRELASSOCIATESLIBRARY('3k7uPRSGP2$8eSH6CskC3R',$,$,$,(#1634),#14747); +#14747= IFCLIBRARYREFERENCE($,$,'Taux ventilation m\S\icanique','Sp\S\icification du taux de ventilation m\S\icanique exprim\S\i en volumes par heure.','fr-FR',$); -#7431= IFCRELASSOCIATESLIBRARY('3oIcokQfH0egoTFvk4SS4o',$,$,$,(#1664),#14748); -#14748= IFCLIBRARYREFERENCE($,$,'Hauteur de la moulure',$,'fr-FR',$); +#7426= IFCRELASSOCIATESLIBRARY('2qSyEMMZn6mB0oFajco3FY',$,$,$,(#1634),#14748); +#14748= IFCLIBRARYREFERENCE($,$,'\X2\6A5F68B063DB6C177387\X0\','\X2\72795B9A306E6A5F68B063DB6C177387306E89816C4263076A193002\X0\1\X2\664295933042305F308A306E63DB6C1756DE657030674E0E30483089308C308B3002\X0\','ja-JP',$); -#7432= IFCRELASSOCIATESLIBRARY('3LtK2TmsX7E9hG0YaNShxY',$,$,$,(#1664),#14749); -#14749= IFCLIBRARYREFERENCE($,$,'\X2\5EFB7E019AD8\X0\','\X2\90E85C4B306E5EFB7E01306E9AD830553002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering(type=MOLDING)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B539A305560C558313002\X0\IfcCovering\X2\306E5E7E4F555F6272B630D130E930E130FC30BF30683053306E30D730ED30D130C630A35024304C4E0081F43057306A30445834540830015E7E4F555F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); +#7427= IFCRELASSOCIATESLIBRARY('110Kja6of1$uWrhNMo_p6K',$,$,$,(#1634),#14749); +#14749= IFCLIBRARYREFERENCE($,$,'\X2\AE30ACC4D658AE30\X0\ \X2\BE44C728\X0\','\X2\D2B9C815\X0\ \X2\AE30ACC4\X0\ \X2\D658AE30\X0\ \X2\BE44C728\X0\ \X2\C694AD6C\X0\ \X2\C9C0D45C\X0\. \X2\C2DCAC04\X0\ \X2\B2F9\X0\ \X2\D658AE30\X0\ \X2\D68CC218B85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); -#7433= IFCRELASSOCIATESLIBRARY('3tf1NESLTA_BfcOt3A9ff2',$,$,$,(#1665),#14750); -#14750= IFCLIBRARYREFERENCE($,$,'Molecular Weight',$,'en',$); +#7428= IFCRELASSOCIATESLIBRARY('0Gwh9eAm14ovogWSSLcaNj',$,$,$,(#1635),#14750); +#14750= IFCLIBRARYREFERENCE($,$,'Media Content',$,'en',$); -#7435= IFCRELASSOCIATESLIBRARY('1KcKAn67P2_vdROU_ZRFn9',$,$,$,(#1666),#14751); -#14751= IFCLIBRARYREFERENCE($,$,'Momentary Type',$,'en',$); +#7429= IFCRELASSOCIATESLIBRARY('2Kt73OEoH91ueUWWD99s2P',$,$,$,(#1636),#14751); +#14751= IFCLIBRARYREFERENCE($,$,'Media Extended Area',$,'en',$); -#7436= IFCRELASSOCIATESLIBRARY('3vZ_G634nFheYcnJ8hcLNr',$,$,$,(#1666),#14752); -#14752= IFCLIBRARYREFERENCE($,$,'\X2\77AC664230B930A430C330C130BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B300181EA52D55FA95E3030B930A430C330C1306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#7430= IFCRELASSOCIATESLIBRARY('29PWMxNrf10ve_hzRJOfjD',$,$,$,(#1637),#14752); +#14752= IFCLIBRARYREFERENCE($,$,'Media Source',$,'en',$); -#7437= IFCRELASSOCIATESLIBRARY('02xl0mocrAIxShU8s7YMC5',$,$,$,(#1666),#14753); -#14753= IFCLIBRARYREFERENCE($,$,'\X2\C21CAC04C2A4C704CE58\X0\ \X2\C720D615\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\C790B3D9\X0\ \X2\BCF5ADC0\X0\ \X2\C2A4C704CE58\X0\ \X2\BAA9B85D\X0\','ko-KR',$); +#7431= IFCRELASSOCIATESLIBRARY('0uRAw3m4f3HBem9aIOHiF0',$,$,$,(#1637),#14753); +#14753= IFCLIBRARYREFERENCE($,$,'\X2\30E130C730A330A230BD30FC30B9\X0\','\X2\30E130C730A330A230BD30FC30B930685B9A7FA96E08307F30BF30A430D7\X0\(IfcDistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL)\X2\53CA3073\X0\audio/video\X2\309269CB62103059308B96C65408306B5BFE5FDC3059308B540D524D3002\X0\','ja-JP',$); -#7438= IFCRELASSOCIATESLIBRARY('2DuMBnh417d8CxdFKipOtL',$,$,$,(#1667),#14754); -#14754= IFCLIBRARYREFERENCE($,$,'Moment Of Inertia Y',$,'en',$); +#7432= IFCRELASSOCIATESLIBRARY('1G28x6Tmn3mR6GDEgklU1N',$,$,$,(#1637),#14754); +#14754= IFCLIBRARYREFERENCE($,$,'\X2\BBF8B514C5B4\X0\ \X2\C18CC2A4\X0\','\X2\BBF8B514C5B4\X0\ \X2\C18CC2A4\X0\ \X2\C815C758B41C\X0\ \X2\C720D615\X0\ (IfcDistributionPort with FlowDirection = SINK and PredefinedType = AUDIOVISUAL) \X2\BC0F\X0\ audio / video \X2\AD6CC131\X0\ \X2\C9D1D569C5D0\X0\ \X2\D574B2F9D558B294\X0\ \X2\C774B984\X0\.','ko-KR',$); -#7439= IFCRELASSOCIATESLIBRARY('2zXRKIWqXDbfNqifHkcd4u',$,$,$,(#1668),#14755); -#14755= IFCLIBRARYREFERENCE($,$,'Moment Of Inertia YZ',$,'en',$); +#7433= IFCRELASSOCIATESLIBRARY('2xvRLyDv9Cnf4YZTdNMB2Y',$,$,$,(#1638),#14755); +#14755= IFCLIBRARYREFERENCE($,$,'Media Source',$,'en',$); -#7440= IFCRELASSOCIATESLIBRARY('3nAKcW6WX2yPUf4MSW73a6',$,$,$,(#1669),#14756); -#14756= IFCLIBRARYREFERENCE($,$,'Moment Of Inertia Z',$,'en',$); +#7434= IFCRELASSOCIATESLIBRARY('2j6dyZHoj7NftGpOD5CAze',$,$,$,(#1643),#14756); +#14756= IFCLIBRARYREFERENCE($,$,'Minimum Allowable Support Length',$,'en',$); -#7443= IFCRELASSOCIATESLIBRARY('3JkZpHKTP1qg$d4nW9I8Aj',$,$,$,(#1672),#14757); -#14757= IFCLIBRARYREFERENCE($,$,'Motor Drive Type',$,'en',$); +#7435= IFCRELASSOCIATESLIBRARY('2WP8cvKdLCZQA8RSonXGf7',$,$,$,(#1643),#14757); +#14757= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F8A315BB9652F630195773055\X0\','\X2\67005C0F8A315BB9652F6301957730553002\X0\','ja-JP',$); -#7444= IFCRELASSOCIATESLIBRARY('29dm$FApXB98h6wXPvhOn9',$,$,$,(#1672),#14758); -#14758= IFCLIBRARYREFERENCE($,$,'\X2\30E230FC30BF30FC99C652D57A2E985E\X0\','\X2\30E230FC30BF30FC99C652D57A2E985E\X0\\X\0D\X\0ADIRECTDRIVE: \X2\30C030A430EC30AF30C830C930E930A430D6\X0\\X\0D\X\0ABELTDRIVE: \X2\30D930EB30C830C930E930A430D6\X0\\X\0D\X\0ACOUPLING: \X2\30AB30C330D730EA30F330B0\X0\\X\0D\X\0AOTHER: \X2\305D306E4ED6\X0\','ja-JP',$); +#7436= IFCRELASSOCIATESLIBRARY('33FsoMPzH05Qw8_oMHrdl2',$,$,$,(#1645),#14758); +#14758= IFCLIBRARYREFERENCE($,$,'Lichte H\S\vhe','Minumal geforderte lichte H\S\vhe f\S\|r diesen Raum.','de-DE',$); -#7446= IFCRELASSOCIATESLIBRARY('1S76Lfa6z5NOq8AKminglu',$,$,$,(#1673),#14759); -#14759= IFCLIBRARYREFERENCE($,$,'Motor Enclosure Type',$,'en',$); +#7437= IFCRELASSOCIATESLIBRARY('3SvZu88ZTDsvj9LS$H3U_t',$,$,$,(#1645),#14759); +#14759= IFCLIBRARYREFERENCE($,$,'Minimum Headroom',$,'en',$); -#7447= IFCRELASSOCIATESLIBRARY('2LfNgeWj1AS9Wk1z78IsJd',$,$,$,(#1673),#14760); -#14760= IFCLIBRARYREFERENCE($,$,'\X2\30E230FC30BF30FC4FDD8B7769CB9020\X0\','\X2\30E230FC30BF30FC306B5FC58981306A7B504F5330924F7F752853EF80FD306A30BF30A430D7306E30EA30B930C8304B30899078629E3002\X0\','ja-JP',$); +#7438= IFCRELASSOCIATESLIBRARY('02kpb5k5X7UPWw83YGTVj2',$,$,$,(#1645),#14760); +#14760= IFCLIBRARYREFERENCE($,$,'HauteurPassageMinimale','Hauteur de passage requise pour l''usage assign\S\i \S\` l''espace','fr-FR',$); -#7448= IFCRELASSOCIATESLIBRARY('3sNWiWVDb5KvGXNO_$FgNv',$,$,$,(#1673),#14761); -#14761= IFCLIBRARYREFERENCE($,$,'\X2\BAA8D130\X0\ \X2\BCF4D638AD6CC870\X0\','\X2\BAA8D130C5D0\X0\ \X2\D544C694D55C\X0\ \X2\CF00C774C2A4B97C\X0\ \X2\C0ACC6A9\X0\ \X2\AC00B2A5D55C\X0\ \X2\C885B958\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); +#7439= IFCRELASSOCIATESLIBRARY('3mCcDbS2rC3hnS8wuRmE3j',$,$,$,(#1645),#14761); +#14761= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F982D4E0A3042304D9AD8\X0\','\X2\3053306E7A7A9593306B5272308A5F5330663089308C305F75289014306B5FC58981306A982D4E0A3042304D9AD83002\X0\','ja-JP',$); -#7450= IFCRELASSOCIATESLIBRARY('02r7kbnP5ClfnVCovkx7rb',$,$,$,(#1674),#14762); -#14762= IFCLIBRARYREFERENCE($,$,'Motor Position',$,'en',$); +#7440= IFCRELASSOCIATESLIBRARY('05CZ2RkWv7Mxbv0uVdhH78',$,$,$,(#1646),#14762); +#14762= IFCLIBRARYREFERENCE($,$,'Minimum Height',$,'en',$); -#7451= IFCRELASSOCIATESLIBRARY('2ANTY_our0Yfs9TF1YKXNg',$,$,$,(#1674),#14763); -#14763= IFCLIBRARYREFERENCE($,$,'\X2\30E230FC30BF30FC4F4D7F6E\X0\','\X2\7A7A6C176D418DEF306876F85BFE7684306A30E230FC30BF30FC306E4F4D7F6E5B9A7FA9\X0\\X\0D\X\0A\X2\6D418DEF518530016D418DEF59163000305D306E4ED6\X0\','ja-JP',$); +#7441= IFCRELASSOCIATESLIBRARY('3cjQE7z6DFNvzzR$VV8NB1',$,$,$,(#1646),#14763); +#14763= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F9AD83055\X0\','\X2\77E95F62300151865F6262163044306F695551865F6230C030AF30C8306E67005C0F9AD830553002\X0\','ja-JP',$); -#7453= IFCRELASSOCIATESLIBRARY('2oEP40u6vBbBIfu5Vb4Mll',$,$,$,(#1675),#14764); -#14764= IFCLIBRARYREFERENCE($,$,'Mounting',$,'en',$); +#7442= IFCRELASSOCIATESLIBRARY('11iRjTXRr5HQvSREUMWSyJ',$,$,$,(#1646),#14764); +#14764= IFCLIBRARYREFERENCE($,$,'\X2\CD5CC18C\X0\ \X2\B192C774\X0\','\X2\C0ACAC01D615\X0\, \X2\C6D0D615\X0\ \X2\B610B294\X0\ \X2\D0C0C6D0D615\X0\ \X2\B355D2B8C758\X0\ \X2\CD5CC18C\X0\ \X2\B192C774C785B2C8B2E4\X0\.','ko-KR',$); -#7454= IFCRELASSOCIATESLIBRARY('1seCiMBrj4DucBs_2EBjD_',$,$,$,(#1675),#14765); -#14765= IFCLIBRARYREFERENCE($,$,'\X2\88C57740\X0\','\X2\521763193059308B30D730ED30D130C630A3306F\X0\Pset_SanitaryMountingEnum\X2\3067306FFF0830C830A430EC306E30016D17976253F0300130B730F330AF306A3069FF093001885B751F914D7BA13078306E88C577406CD530675B9A7FA93055308C308BFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\5E8A7F6E304D58C163926C34FF1A53F05EA7306F300130AB30D030FC306E80CC9762306E58C1306B3042308B30D530E930C330B730E530D030EB30D6306B63A57D9A3055308C308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5E8A7F6E304DFF1A5E8A306E885B751F914D7BA1306B88C577403055308C308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30AB30A630F330BF30FCFF1A6C345E739762306B8A2D7F6E3055308C305F885B751F914D7BA1306B63A57D9A3057307E305930026CE8FF1A624B6D175668304C3042308B30683001901A5E38306F\X0\''\X2\53167CA7\X0\''\X2\304C4F7F75283055308C308B3002624B6D175668309253C271673002\X0\\X\0D\X\0A\X\0D\X\0A\X2\58C1639B3051FF1A885B751F914D7BA1306F58C1304B308951FA3055308C5E8A306B306F4F553082306A304F306A308B30023002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5E8A7F6E304D58C163926C3430015E8A7F6E304D300158C1639B3051306F300130D330C7306E8A315BB9502430673042308B30533068306B6CE8610F3002\X0\','ja-JP',$); +#7443= IFCRELASSOCIATESLIBRARY('3708oF4QTENvu1z4lU9Q8O',$,$,$,(#1649),#14765); +#14765= IFCLIBRARYREFERENCE($,$,'Minimum Part Load Ratio',$,'en',$); -#7455= IFCRELASSOCIATESLIBRARY('2IEPCW6OfBAB33wKeX3dwQ',$,$,$,(#1676),#14766); -#14766= IFCLIBRARYREFERENCE($,$,'Mounting',$,'en',$); +#7444= IFCRELASSOCIATESLIBRARY('1Wh4pVOeDEkRZvQ5OAbeyx',$,$,$,(#1649),#14766); +#14766= IFCLIBRARYREFERENCE($,$,'CoefficientMinimalChargePartielle','Coefficient minimum de charge partielle en tant que fraction de la puissance nominale.','fr-FR',$); -#7456= IFCRELASSOCIATESLIBRARY('1TQIjUHxjBrPaf3dC1iRmh',$,$,$,(#1676),#14767); -#14767= IFCLIBRARYREFERENCE($,$,'\X2\8A2D7F6E\X0\','\X2\4E0B8A18306E8A2D7F6E65B96CD53088308A9078629E\X0\\X\0D\X\0A\X\0D\X\0A\X\0D\X\0A\X2\30FB5E8A7F6E304D58C1639251FAFF1A63A57D9A53E3306E5F8C90E8306B51FA6C3453E330925408308F305B308B305330683002\X0\\X\0D\X\0A\X2\30FB53F0FF1A5E8A7F6E304D306E885B751F56685177306B306F57FA790E304C3042308B305330683002\X0\\X\0D\X\0A\X2\30FB30AB30A630F330BF30FCFF1A885B751F56685177306E88685C64304C6C345E73306B8A2D7F6E3055308C30663044308B305330683002203B624B6D17304453F03068305730668A2D7F6E3055308C305F58345408300C53167CA753F0300D30683057306662713046305330683002307E305F30016D17976253F07A2E985E306E898F683C8868309253C27167306E305330683002\X0\\X\0D\X\0A\X2\30FB58C1639B3051578BFF1A885B751F56685177306F7247507456FA5B9A304C3055308C5E8A304B308996E2308C30663044308B305330683002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5E8A7F6E304D58C1639251FA578B30FB53F05EA7306858C1639B3051578B306F4FBF56683068540C7B4930683055308C307E30593002\X0\','ja-JP',$); +#7445= IFCRELASSOCIATESLIBRARY('3WICx47Nb74fjbCEECkAFn',$,$,$,(#1650),#14767); +#14767= IFCLIBRARYREFERENCE($,$,'Minimum Plate Thickness',$,'en',$); -#7457= IFCRELASSOCIATESLIBRARY('0Mfjc6UDHCD9rqWOCyoxAR',$,$,$,(#1677),#14768); -#14768= IFCLIBRARYREFERENCE($,$,'Mounting',$,'en',$); +#7446= IFCRELASSOCIATESLIBRARY('3JrAclJY95M8Zrs$myT7KO',$,$,$,(#1651),#14768); +#14768= IFCLIBRARYREFERENCE($,$,'Minimum Section Modulus Y',$,'en',$); -#7458= IFCRELASSOCIATESLIBRARY('2944RrS051aPWGlL$$yNPo',$,$,$,(#1677),#14769); -#14769= IFCLIBRARYREFERENCE($,$,'\X2\8A2D7F6E\X0\','\X2\8A2D7F6E58346240306E9078629E\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB5E8A7F6E304D58C1639251FAFF1A63A57D9A53E3306E5F8C90E8306B51FA6C3453E330925408308F305B308B305330683002\X0\\X\0D\X\0A\X2\30FB53F0FF1A5E8A7F6E304D306E885B751F56685177306B306F57FA790E304C3042308B305330683002\X0\\X\0D\X\0A\X2\30FB8ABF740653F0FF1A885B751F56685177306E88685C64304C6C345E73306B8A2D7F6E3055308C30663044308B305330683002203B624B6D17304453F03068305730668A2D7F6E3055308C305F58345408300C53167CA753F0300D30683057306662713046305330683002307E305F30016D17976253F07A2E985E306E898F683C8868309253C27167306E305330683002\X0\\X\0D\X\0A\X2\30FB58C1639B3051578BFF1A885B751F56685177306F7247507456FA5B9A304C3055308C5E8A304B308996E2308C30663044308B305330683002\X0\','ja-JP',$); +#7447= IFCRELASSOCIATESLIBRARY('3yMZDW7TD6axfsWzicx3LU',$,$,$,(#1652),#14769); +#14769= IFCLIBRARYREFERENCE($,$,'Minimum Section Modulus Z',$,'en',$); -#7459= IFCRELASSOCIATESLIBRARY('2DaXljLyv6YQt9XK_k1SQ5',$,$,$,(#1678),#14770); -#14770= IFCLIBRARYREFERENCE($,$,'Mounting',$,'en',$); +#7448= IFCRELASSOCIATESLIBRARY('03dsHEPs1ERuBUyf4izIig',$,$,$,(#1657),#14770); +#14770= IFCLIBRARYREFERENCE($,$,'Minimum Width',$,'en',$); -#7460= IFCRELASSOCIATESLIBRARY('2fJ5QxJ4n4rOVL73$kTMRA',$,$,$,(#1678),#14771); -#14771= IFCLIBRARYREFERENCE($,$,'\X2\8A2D7F6E\X0\','\X2\4EE54E0B306E30EA30B930C8304B30898A2D7F6E65B96CD530929078629E\X0\\X\0D\X\0A\X\0D\X\0A\X\0D\X\0A\X2\30FB5E8A7F6E304D58C1639251FAFF1A63A57D9A53E3306E5F8C90E8306B51FA6C3453E330925408308F305B308B305330683002\X0\\X\0D\X\0A\X2\30FB53F0FF1A5E8A7F6E304D306E885B751F56685177306B306F57FA790E304C3042308B305330683002\X0\\X\0D\X\0A\X2\30FB30AB30A630F330BF30FCFF1A885B751F56685177306E88685C64304C6C345E73306B8A2D7F6E3055308C30663044308B305330683002203B624B6D17304453F03068305730668A2D7F6E3055308C305F58345408300C53167CA753F0300D30683057306662713046305330683002307E305F30016D17976253F07A2E985E306E898F683C8868309253C27167306E305330683002\X0\\X\0D\X\0A\X2\30FB58C1639B3051578BFF1A885B751F56685177306F7247507456FA5B9A304C3055308C5E8A304B308996E2308C30663044308B305330683002\X0\','ja-JP',$); +#7449= IFCRELASSOCIATESLIBRARY('2wms4krcP9_gQTGGIFg9Tt',$,$,$,(#1657),#14771); +#14771= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F5E45\X0\','\X2\77E95F62300151865F6262163044306F695551865F6230C030AF30C8306E67005C0F5E453002\X0\','ja-JP',$); -#7461= IFCRELASSOCIATESLIBRARY('0jXWrJz6r6hvzAiSOg$AAa',$,$,$,(#1679),#14772); -#14772= IFCLIBRARYREFERENCE($,$,'Mounting',$,'en',$); +#7450= IFCRELASSOCIATESLIBRARY('2KZvs57IX87xecFd_Ugauo',$,$,$,(#1657),#14772); +#14772= IFCLIBRARYREFERENCE($,$,'\X2\CD5CC18CD3ED\X0\','\X2\C0ACAC01D615\X0\, \X2\C6D0D615\X0\ \X2\B610B294\X0\ \X2\D0C0C6D0D615\X0\ \X2\B355D2B8C758\X0\ \X2\CD5CC18C\X0\ \X2\D3ED\X0\.','ko-KR',$); -#7462= IFCRELASSOCIATESLIBRARY('1MWlAjPvL3oBUoQsgt31J0',$,$,$,(#1679),#14773); -#14773= IFCLIBRARYREFERENCE($,$,'\X2\8A2D7F6E\X0\','\X2\8A2D7F6E58346240306E9078629EFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB5E8A7F6E304D58C1639251FAFF1A63A57D9A53E3306E5F8C90E8306B51FA6C3453E330925408308F305B308B305330683002\X0\\X\0D\X\0A\X2\30FB53F0FF1A5E8A7F6E304D306E885B751F56685177306B306F57FA790E304C3042308B305330683002\X0\\X\0D\X\0A\X2\30FB8ABF740653F0FF1A885B751F56685177306E88685C64304C6C345E73306B8A2D7F6E3055308C30663044308B305330683002203B624B6D17304453F03068305730668A2D7F6E3055308C305F58345408300C53167CA753F0300D30683057306662713046305330683002307E305F30016D17976253F07A2E985E306E898F683C8868309253C27167306E305330683002\X0\\X\0D\X\0A\X2\30FB58C1639B3051578BFF1A885B751F56685177306F7247507456FA5B9A304C3055308C5E8A304B308996E2308C30663044308B305330683002\X0\','ja-JP',$); +#7453= IFCRELASSOCIATESLIBRARY('1GW1a_atv7Ah_J3SFif9H0',$,$,$,(#1664),#14773); +#14773= IFCLIBRARYREFERENCE($,$,'Mixer Control',$,'en',$); -#7464= IFCRELASSOCIATESLIBRARY('0I73DDPCP2WAM0TpU2KLJv',$,$,$,(#1680),#14774); -#14774= IFCLIBRARYREFERENCE($,$,'Mounting Method',$,'en',$); +#7454= IFCRELASSOCIATESLIBRARY('04nO7lrYj3W9G8M1Zre2nJ',$,$,$,(#1664),#14774); +#14774= IFCLIBRARYREFERENCE($,$,'\X2\6DF7540852365FA1\X0\','\X2\6DF754085F01306E52365FA15F625F0F306E5B9A7FA9\X0\','ja-JP',$); -#7465= IFCRELASSOCIATESLIBRARY('04IgR9k9f5HhDKC9mHHz_a',$,$,$,(#1681),#14775); -#14775= IFCLIBRARYREFERENCE($,$,'Mounting Offset',$,'en',$); +#7455= IFCRELASSOCIATESLIBRARY('1gwZOR0zrDTQQ$HUQXIpZi',$,$,$,(#1665),#14775); +#14775= IFCLIBRARYREFERENCE($,$,'Mode',$,'en',$); -#7466= IFCRELASSOCIATESLIBRARY('3OcqpqTBL73goxJ7lVmBBw',$,$,$,(#1681),#14776); -#14776= IFCLIBRARYREFERENCE($,$,'\X2\636E4ED888DC6B63\X0\','\X2\8ABF740653F0306B8A2D7F6E3055308C305F30B730F330AF306B30014E0A7AEF30688ABF740653F095933067578276F4306B88DC6B633055308C308B305330683002\X0\','ja-JP',$); +#7456= IFCRELASSOCIATESLIBRARY('1UyseEjDb2cAdSpHHCEeVX',$,$,$,(#1666),#14776); +#14776= IFCLIBRARYREFERENCE($,$,'Mode',$,'en',$); -#7467= IFCRELASSOCIATESLIBRARY('1xWZ1ItRv8khzqGFUAAL5S',$,$,$,(#1682),#14777); -#14777= IFCLIBRARYREFERENCE($,$,'Mounting Offset',$,'en',$); +#7457= IFCRELASSOCIATESLIBRARY('0LiTsKq494sBjvkMAm49bW',$,$,$,(#1667),#14777); +#14777= IFCLIBRARYREFERENCE($,$,'Model Label',$,'en',$); -#7468= IFCRELASSOCIATESLIBRARY('2G2EDslj5FjuZx8oySt4lT',$,$,$,(#1682),#14778); -#14778= IFCLIBRARYREFERENCE($,$,'\X2\636E4ED888DC6B63\X0\','\X2\30AB30A630F330BF30FC75289014306830573066300130AB30A630F330BF30FC306830B730F330AF306E9593306B578276F46D176D44306B636E4ED83055308C308B5EC36C346A5F56683002\X0\','ja-JP',$); +#7458= IFCRELASSOCIATESLIBRARY('3kwh9wEQT0QBDzuHtdozcj',$,$,$,(#1669),#14778); +#14778= IFCLIBRARYREFERENCE($,$,'Model Reference',$,'en',$); -#7470= IFCRELASSOCIATESLIBRARY('1ER3s5GeHBrhvbB83mIXVP',$,$,$,(#1683),#14779); -#14779= IFCLIBRARYREFERENCE($,$,'Mounting Type',$,'en',$); +#7459= IFCRELASSOCIATESLIBRARY('3cIK_nMebELf5BO1QphOcy',$,$,$,(#1672),#14779); +#14779= IFCLIBRARYREFERENCE($,$,'Moisture Capacity Thermal Gradient',$,'en',$); -#7471= IFCRELASSOCIATESLIBRARY('1S_xXcTjz0Z9G6SoFqqlr3',$,$,$,(#1683),#14780); -#14780= IFCLIBRARYREFERENCE($,$,'\X2\53D6308A4ED83051\X0\','\X2\30B830E430F330AF30B730E730F330DC30C430AF30B9306E53D6308A4ED8305165B96CD53002\X0\','ja-JP',$); +#7460= IFCRELASSOCIATESLIBRARY('31ArSDO9D2UO5Y6F$y53gc',$,$,$,(#1673),#14780); +#14780= IFCLIBRARYREFERENCE($,$,'Moisture Content',$,'en',$); -#7472= IFCRELASSOCIATESLIBRARY('06_iQsUNvECxIFOZC_O1my',$,$,$,(#1683),#14781); -#14781= IFCLIBRARYREFERENCE($,$,'\X2\C124CE58\X0\','\X2\C9C0C580\X0\ \X2\C139C158\X0\ \X2\BCF4D2B8\X0\ \X2\C0C1C790\X0\ \X2\C124CE58\X0\ \X2\BC29BC95\X0\.','ko-KR',$); +#7461= IFCRELASSOCIATESLIBRARY('3oRUCj9Jz4kv_ZJILRJ69N',$,$,$,(#1674),#14781); +#14781= IFCLIBRARYREFERENCE($,$,'Moisture Diffusivity',$,'en',$); -#7474= IFCRELASSOCIATESLIBRARY('2Z3fa$31H1b9e4wZ4lLZAI',$,$,$,(#1684),#14782); -#14782= IFCLIBRARYREFERENCE($,$,'Mounting Type',$,'en',$); +#7462= IFCRELASSOCIATESLIBRARY('1pFL45BI99_ec$e9xXUiRV',$,$,$,(#1675),#14782); +#14782= IFCLIBRARYREFERENCE($,$,'Gesims','Angabe des Materials f\S\|r das Gesims (Deckenkante). Diese Angabe wird im Raumbuch verwendet.\X\0D\X\0A\X\0D\X\0ADie Materialangabe wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = MOLDING) f\S\|r das Gesims dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialangabe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); -#7475= IFCRELASSOCIATESLIBRARY('0rdADNV8T1Xh5l9yxRroJZ',$,$,$,(#1684),#14783); -#14783= IFCLIBRARYREFERENCE($,$,'ModeFixation','La fa\S\gon d''\S\jtre fix\S\i pour le terminal de ventilation au plafond, mur, etc.\X\0D\X\0A\X\0D\X\0ASurface: Fix\S\i sur la surface de quelque chose (Ex: mur, conduit, etc.)\X\0D\X\0AAlignement plat: Fix\S\i plat et dans l''alignement d''une surface.\X\0D\X\0AInsertion: Fix\S\i dans un type de plafond avec capacit\S\i d''insertion (Ex: faux-plafondsuspendu)','fr-FR',$); +#7463= IFCRELASSOCIATESLIBRARY('00mNy1QjH9hudyEu3mreCS',$,$,$,(#1675),#14783); +#14783= IFCLIBRARYREFERENCE($,$,'Molding',$,'en',$); -#7476= IFCRELASSOCIATESLIBRARY('1Y8gCLocj2Zvop4$IRqz$h',$,$,$,(#1684),#14784); -#14784= IFCLIBRARYREFERENCE($,$,'\X2\53D6308A4ED830515F625F0F\X0\','\X2\30BF30FC30DF30CA30EB304C59294E95308458C1306A3069306B53D6308A4ED830513089308C308B65B96CD53002\X0\\X\0D\X\0A\X2\8868976230016C345E733001\X0\LAYIN\X2\4ED6\X0\\X\0D\X\0A\X2\88689762FF1A4F55304BFF0858C130FB30C030AF30C87B49FF09306E88689762306B53D6308A4ED83051\X0\\X\0D\X\0AFLATFLUSH\X2\FF1A88689762306B6C345E7330FB\X0\Flushni\X2\53D6308A4ED83051\X0\\X\0D\X\0ALAYIN\X2\FF1A59294E95306B\X0\lay-in\X2\5F625F0F3067306E53D6308A4ED83051FF084E0B304C308A59294E95683C5B50306A3069FF09\X0\','ja-JP',$); +#7464= IFCRELASSOCIATESLIBRARY('1bMwvp9Af43geVaGbrs9CS',$,$,$,(#1675),#14784); +#14784= IFCLIBRARYREFERENCE($,$,'Mat\S\iriau de la moulure',$,'fr-FR',$); -#7478= IFCRELASSOCIATESLIBRARY('2iVWC_xFX348jBI68V0J9$',$,$,$,(#1685),#14785); -#14785= IFCLIBRARYREFERENCE($,$,'Movement Sensing Type',$,'en',$); +#7465= IFCRELASSOCIATESLIBRARY('2aE4cj9NTAlOtB2Qm_$wzS',$,$,$,(#1675),#14785); +#14785= IFCLIBRARYREFERENCE($,$,'\X2\5EFB7E01\X0\','\X2\90E85C4B306E5EFB7E01306E67508CEA307E305F306F65BD5DE5306B95A23059308B30E930D930EBFF088B58522560C55831FF09300230E930D930EB540D306F90E85C4B30EA30B930C860C55831306B4F7F75283055308C308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering (type=MOLDING)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B67508CEA60C558313002\X0\IfcCovering\X2\306E67508CEA60C5583130683053306E30D730ED30D130C630A35024304C4E0081F43057306A3044583454083001\X0\IfcCovering\X2\306B4E0E30483089308C30663044308B67508CEA60C558313092512A51483059308B3002\X0\','ja-JP',$); -#7479= IFCRELASSOCIATESLIBRARY('1gpzCzsobDZe5lAfIhVaa$',$,$,$,(#1686),#14786); -#14786= IFCLIBRARYREFERENCE($,$,'Multiple Tarriff',$,'en',$); +#7466= IFCRELASSOCIATESLIBRARY('20xJT$s6r3PhuSRz$E8pu8',$,$,$,(#1676),#14786); +#14786= IFCLIBRARYREFERENCE($,$,'H\S\vhe des Gesims','Angabe der H\S\vhe des umlaufenden Gesims (Deckenkante). \X\0D\X\0A\X\0D\X\0ADer H\S\vhenparameter wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = MOLDING) f\S\|r das Gesims dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die H\S\vhe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); -#7480= IFCRELASSOCIATESLIBRARY('2jjy4GN8zCeB8PBR8g$CSv',$,$,$,(#1687),#14787); -#14787= IFCLIBRARYREFERENCE($,$,'n',$,'en',$); +#7467= IFCRELASSOCIATESLIBRARY('0ZXJDf9gH1TfalTcdAO1aj',$,$,$,(#1676),#14787); +#14787= IFCLIBRARYREFERENCE($,$,'Molding Height',$,'en',$); -#7481= IFCRELASSOCIATESLIBRARY('2HV9lmssj1ZuicodbUJp6X',$,$,$,(#1688),#14788); -#14788= IFCLIBRARYREFERENCE($,$,'N_ Protection_100',$,'en',$); +#7468= IFCRELASSOCIATESLIBRARY('3y4ycOWTj1aRXPw0PcrNDO',$,$,$,(#1676),#14788); +#14788= IFCLIBRARYREFERENCE($,$,'Hauteur de la moulure',$,'fr-FR',$); -#7482= IFCRELASSOCIATESLIBRARY('1fKGKDoOb8jvaj2u$omPq8',$,$,$,(#1688),#14789); -#14789= IFCLIBRARYREFERENCE($,$,'N_Protection_100','\X2\96FB78C15F0F30C830EA30C330D788C57F6E304C\X0\N\X2\5C0E4F53306E\X0\100\X2\FF054EE54E0A30674FDD8B773059308B304B5426304B306E8A2D5B9A3002\X0\','ja-JP',$); +#7469= IFCRELASSOCIATESLIBRARY('14EwQMt9r4aBo5eo6jRt$3',$,$,$,(#1676),#14789); +#14789= IFCLIBRARYREFERENCE($,$,'\X2\5EFB7E019AD8\X0\','\X2\90E85C4B306E5EFB7E01306E9AD830553002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering(type=MOLDING)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B539A305560C558313002\X0\IfcCovering\X2\306E5E7E4F555F6272B630D130E930E130FC30BF30683053306E30D730ED30D130C630A35024304C4E0081F43057306A30445834540830015E7E4F555F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); -#7483= IFCRELASSOCIATESLIBRARY('2H9pbp2PH2jRLdzCmhRHPE',$,$,$,(#1688),#14790); -#14790= IFCLIBRARYREFERENCE($,$,'N_Protection_100','\X2\C804C790C2DD\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58AC00\X0\ N \X2\B3C4CCB4C758\X0\ 100 % \X2\C774C0C1C73CB85C\X0\ \X2\BCF4D638\X0\ \X2\C5ECBD80\X0\ \X2\C124C815\X0\.','ko-KR',$); +#7470= IFCRELASSOCIATESLIBRARY('2$w4FBHCv7eeRvXav9YuOc',$,$,$,(#1677),#14790); +#14790= IFCLIBRARYREFERENCE($,$,'Molecular Weight',$,'en',$); -#7484= IFCRELASSOCIATESLIBRARY('09sBKhxov2$eW6mTo0azH6',$,$,$,(#1689),#14791); -#14791= IFCLIBRARYREFERENCE($,$,'N_ Protection',$,'en',$); +#7472= IFCRELASSOCIATESLIBRARY('2KqhYt2$T2ERuNqiwkfdY3',$,$,$,(#1678),#14791); +#14791= IFCLIBRARYREFERENCE($,$,'Momentary Type',$,'en',$); -#7485= IFCRELASSOCIATESLIBRARY('0$ETmhbgr63B1dPIEQrb5D',$,$,$,(#1689),#14792); -#14792= IFCLIBRARYREFERENCE($,$,'N_Protection','\X2\96FB78C15F0F30C830EA30C330D788C57F6E304C\X0\N\X2\500B306E5C0E4F5330924FDD8B773059308B304B5426304B306E8A2D5B9A3002\X0\','ja-JP',$); +#7473= IFCRELASSOCIATESLIBRARY('3ynjHDw4LE$BqmziEx8yYw',$,$,$,(#1678),#14792); +#14792= IFCLIBRARYREFERENCE($,$,'\X2\77AC664230B930A430C330C130BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B300181EA52D55FA95E3030B930A430C330C1306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#7486= IFCRELASSOCIATESLIBRARY('3yiW6chfrFghGW464e4qmH',$,$,$,(#1689),#14793); -#14793= IFCLIBRARYREFERENCE($,$,'N_Protection','\X2\C804C790C2DD\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58AC00\X0\ N \X2\AC1CC758\X0\ \X2\B3C4CCB4B97C\X0\ \X2\BCF4D638\X0\ \X2\C5ECBD80\X0\ \X2\C124C815\X0\.','ko-KR',$); +#7474= IFCRELASSOCIATESLIBRARY('34MLN60Zz12uXcIST66WNC',$,$,$,(#1678),#14793); +#14793= IFCLIBRARYREFERENCE($,$,'\X2\C21CAC04C2A4C704CE58\X0\ \X2\C720D615\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\C790B3D9\X0\ \X2\BCF5ADC0\X0\ \X2\C2A4C704CE58\X0\ \X2\BAA9B85D\X0\','ko-KR',$); -#7487= IFCRELASSOCIATESLIBRARY('2rZ48hF6D9JhC4V7RnyRAZ',$,$,$,(#1690),#14794); -#14794= IFCLIBRARYREFERENCE($,$,'N_ Protection_50',$,'en',$); +#7475= IFCRELASSOCIATESLIBRARY('2K09PZCeb1pvBllWzQcJkI',$,$,$,(#1679),#14794); +#14794= IFCLIBRARYREFERENCE($,$,'Moment Of Inertia Y',$,'en',$); -#7488= IFCRELASSOCIATESLIBRARY('3g6E41MRvDnAnpiWUV0T6n',$,$,$,(#1690),#14795); -#14795= IFCLIBRARYREFERENCE($,$,'N_Protection_50','\X2\96FB78C15F0F30C830EA30C330D788C57F6E304C\X0\N\X2\5C0E4F53306E\X0\50\X2\FF054EE54E0A30674FDD8B773059308B304B5426304B306E8A2D5B9A3002\X0\','ja-JP',$); +#7476= IFCRELASSOCIATESLIBRARY('1UXgJMmhn9dAoog9uuxSKr',$,$,$,(#1680),#14795); +#14795= IFCLIBRARYREFERENCE($,$,'Moment Of Inertia YZ',$,'en',$); -#7489= IFCRELASSOCIATESLIBRARY('0EHKyYinX7GvSmHwDMCUiZ',$,$,$,(#1690),#14796); -#14796= IFCLIBRARYREFERENCE($,$,'N_Protection_50','\X2\C804C790C2DD\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58AC00\X0\ N \X2\B3C4CCB4C758\X0\ 50 % \X2\C774C0C1C73CB85C\X0\ \X2\BCF4D638\X0\ \X2\C5ECBD80\X0\ \X2\C124C815\X0\.','ko-KR',$); +#7477= IFCRELASSOCIATESLIBRARY('3DoaVodDb8exYr8eSoI1Uj',$,$,$,(#1681),#14796); +#14796= IFCLIBRARYREFERENCE($,$,'Moment Of Inertia Z',$,'en',$); -#7490= IFCRELASSOCIATESLIBRARY('1vWuLD63r3MBDzvZTkW9c9',$,$,$,(#1691),#14797); -#14797= IFCLIBRARYREFERENCE($,$,'N_ Protection_ Select',$,'en',$); +#7480= IFCRELASSOCIATESLIBRARY('1h0s4ekMD9Swa9gCF22T39',$,$,$,(#1684),#14797); +#14797= IFCLIBRARYREFERENCE($,$,'Motor Drive Type',$,'en',$); -#7491= IFCRELASSOCIATESLIBRARY('3mbt2_xPf3uh52yCOX7800',$,$,$,(#1691),#14798); -#14798= IFCLIBRARYREFERENCE($,$,'N_Protection\X2\306E9078629E\X0\','\X2\3069306E\X0\N_Protection\X2\30924F7F3046304B30E630FC30B6304C8A2D5B9A3067304D308B304B30693046304B309263075B9A3059308B3002\X0\\X\0D\X\0AN_Protection_50\X2\3068\X0\N_Protection_100\X2\306E4E2165B9304C670952B9306A58345408306F3001\X0\TRUE\X2\306B3057307E30593002\X0\','ja-JP',$); +#7481= IFCRELASSOCIATESLIBRARY('1QXgq2WC18ch7ovLdsjKGE',$,$,$,(#1684),#14798); +#14798= IFCLIBRARYREFERENCE($,$,'\X2\30E230FC30BF30FC99C652D57A2E985E\X0\','\X2\30E230FC30BF30FC99C652D57A2E985E\X0\\X\0D\X\0ADIRECTDRIVE: \X2\30C030A430EC30AF30C830C930E930A430D6\X0\\X\0D\X\0ABELTDRIVE: \X2\30D930EB30C830C930E930A430D6\X0\\X\0D\X\0ACOUPLING: \X2\30AB30C330D730EA30F330B0\X0\\X\0D\X\0AOTHER: \X2\305D306E4ED6\X0\','ja-JP',$); -#7492= IFCRELASSOCIATESLIBRARY('37$V4XyPnBlfeQSUm86zLK',$,$,$,(#1691),#14799); -#14799= IFCLIBRARYREFERENCE($,$,'N_Protection \X2\C120D0DD\X0\','\X2\C5B4B5A4\X0\ N_Protection\X2\B97C\X0\ \X2\C0ACC6A9D558AC70B098\X0\ \X2\C0ACC6A9C790AC00\X0\ \X2\C124C815D560\X0\ \X2\C218\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\. N_Protection_50\X2\D558BA74\X0\ N_Protection_100\X2\B97C\X0\ \X2\BAA8B450\X0\ \X2\C0ACC6A9D560\X0\ \X2\ACBDC6B0C5D0B294\X0\ TRUE\X2\D569B2C8B2E4\X0\.','ko-KR',$); +#7483= IFCRELASSOCIATESLIBRARY('3Q4mfvOxb5Cw8JKf28seIK',$,$,$,(#1685),#14799); +#14799= IFCLIBRARYREFERENCE($,$,'Motor Enclosure Type',$,'en',$); -#7493= IFCRELASSOCIATESLIBRARY('1xziAxLiPBAgYgu0v_kglg',$,$,$,(#1692),#14800); -#14800= IFCLIBRARYREFERENCE($,$,'N20 Content',$,'en',$); +#7484= IFCRELASSOCIATESLIBRARY('0QBIAX8UL4Eu3kqcIqMoDt',$,$,$,(#1685),#14800); +#14800= IFCLIBRARYREFERENCE($,$,'\X2\30E230FC30BF30FC4FDD8B7769CB9020\X0\','\X2\30E230FC30BF30FC306B5FC58981306A7B504F5330924F7F752853EF80FD306A30BF30A430D7306E30EA30B930C8304B30899078629E3002\X0\','ja-JP',$); -#7494= IFCRELASSOCIATESLIBRARY('1ixpd7IUDE0PHSnHgmY196',$,$,$,(#1693),#14801); -#14801= IFCLIBRARYREFERENCE($,$,'Name',$,'en',$); +#7485= IFCRELASSOCIATESLIBRARY('1rQsqvjJD8bRKXN$VI9Pwe',$,$,$,(#1685),#14801); +#14801= IFCLIBRARYREFERENCE($,$,'\X2\BAA8D130\X0\ \X2\BCF4D638AD6CC870\X0\','\X2\BAA8D130C5D0\X0\ \X2\D544C694D55C\X0\ \X2\CF00C774C2A4B97C\X0\ \X2\C0ACC6A9\X0\ \X2\AC00B2A5D55C\X0\ \X2\C885B958\X0\ \X2\BAA9B85DC5D0C11C\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); -#7495= IFCRELASSOCIATESLIBRARY('28TfPFvoXDSBMF1hbLneNp',$,$,$,(#1693),#14802); -#14802= IFCLIBRARYREFERENCE($,$,'\X2\540D524D\X0\','\X2\7A7A8ABF65B95F0F306E540D79F03002\X0\','ja-JP',$); +#7487= IFCRELASSOCIATESLIBRARY('2rE0HC6cv5KxPndyzlRtDk',$,$,$,(#1686),#14802); +#14802= IFCLIBRARYREFERENCE($,$,'Motor Position',$,'en',$); -#7496= IFCRELASSOCIATESLIBRARY('2YR0t6slzCPgiBLJ7IJsar',$,$,$,(#1693),#14803); -#14803= IFCLIBRARYREFERENCE($,$,'\X2\C774B984\X0\','\X2\ACF5C870\X0\ \X2\BC29C2DDC758\X0\ \X2\BA85CE6D\X0\','ko-KR',$); +#7488= IFCRELASSOCIATESLIBRARY('32d0FKq2D0XBlUn88SQkNY',$,$,$,(#1686),#14803); +#14803= IFCLIBRARYREFERENCE($,$,'\X2\30E230FC30BF30FC4F4D7F6E\X0\','\X2\7A7A6C176D418DEF306876F85BFE7684306A30E230FC30BF30FC306E4F4D7F6E5B9A7FA9\X0\\X\0D\X\0A\X2\6D418DEF518530016D418DEF59163000305D306E4ED6\X0\','ja-JP',$); -#7497= IFCRELASSOCIATESLIBRARY('1gL9wZiLHBlfOyNIdD1Fsy',$,$,$,(#1695),#14804); -#14804= IFCLIBRARYREFERENCE($,$,'Narrative Text',$,'en',$); +#7490= IFCRELASSOCIATESLIBRARY('0036c57rD9Q8fRKxTDr26x',$,$,$,(#1687),#14804); +#14804= IFCLIBRARYREFERENCE($,$,'Mounting',$,'en',$); -#7498= IFCRELASSOCIATESLIBRARY('3F45xYs8X479QPr_eHORxt',$,$,$,(#1695),#14805); -#14805= IFCLIBRARYREFERENCE($,$,'CommentaireUsage','Information sur l''usage des b\S\btiments voisins','fr-FR',$); +#7491= IFCRELASSOCIATESLIBRARY('2$SJEdMFb0qvsb$4xNpNbU',$,$,$,(#1687),#14805); +#14805= IFCLIBRARYREFERENCE($,$,'\X2\88C57740\X0\','\X2\521763193059308B30D730ED30D130C630A3306F\X0\Pset_SanitaryMountingEnum\X2\3067306FFF0830C830A430EC306E30016D17976253F0300130B730F330AF306A3069FF093001885B751F914D7BA13078306E88C577406CD530675B9A7FA93055308C308BFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\5E8A7F6E304D58C163926C34FF1A53F05EA7306F300130AB30D030FC306E80CC9762306E58C1306B3042308B30D530E930C330B730E530D030EB30D6306B63A57D9A3055308C308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5E8A7F6E304DFF1A5E8A306E885B751F914D7BA1306B88C577403055308C308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30AB30A630F330BF30FCFF1A6C345E739762306B8A2D7F6E3055308C305F885B751F914D7BA1306B63A57D9A3057307E305930026CE8FF1A624B6D175668304C3042308B30683001901A5E38306F\X0\''\X2\53167CA7\X0\''\X2\304C4F7F75283055308C308B3002624B6D175668309253C271673002\X0\\X\0D\X\0A\X\0D\X\0A\X2\58C1639B3051FF1A885B751F914D7BA1306F58C1304B308951FA3055308C5E8A306B306F4F553082306A304F306A308B30023002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5E8A7F6E304D58C163926C3430015E8A7F6E304D300158C1639B3051306F300130D330C7306E8A315BB9502430673042308B30533068306B6CE8610F3002\X0\','ja-JP',$); -#7499= IFCRELASSOCIATESLIBRARY('0WagbiQ$996BwZ5y1KWod4',$,$,$,(#1696),#14806); -#14806= IFCLIBRARYREFERENCE($,$,'Narrative Text',$,'en',$); +#7492= IFCRELASSOCIATESLIBRARY('1RLtm7dWLBVBPuYlAw7K_Z',$,$,$,(#1688),#14806); +#14806= IFCLIBRARYREFERENCE($,$,'Mounting',$,'en',$); -#7500= IFCRELASSOCIATESLIBRARY('0$og3kYv57ouZd7DyCUfu3',$,$,$,(#1696),#14807); -#14807= IFCLIBRARYREFERENCE($,$,'TexteLibre','Information relative aux b\S\btiments voisins qui n''est pas appropri\S\ie au texte d''ordre g\S\in\S\iral que l''on peut saisir dans l''attribut h\S\irit\S\i IfcRoot.Description.','fr-FR',$); +#7493= IFCRELASSOCIATESLIBRARY('1sBA_pA3v0qRNRzIhoyZEA',$,$,$,(#1688),#14807); +#14807= IFCLIBRARYREFERENCE($,$,'\X2\8A2D7F6E\X0\','\X2\4E0B8A18306E8A2D7F6E65B96CD53088308A9078629E\X0\\X\0D\X\0A\X\0D\X\0A\X\0D\X\0A\X2\30FB5E8A7F6E304D58C1639251FAFF1A63A57D9A53E3306E5F8C90E8306B51FA6C3453E330925408308F305B308B305330683002\X0\\X\0D\X\0A\X2\30FB53F0FF1A5E8A7F6E304D306E885B751F56685177306B306F57FA790E304C3042308B305330683002\X0\\X\0D\X\0A\X2\30FB30AB30A630F330BF30FCFF1A885B751F56685177306E88685C64304C6C345E73306B8A2D7F6E3055308C30663044308B305330683002203B624B6D17304453F03068305730668A2D7F6E3055308C305F58345408300C53167CA753F0300D30683057306662713046305330683002307E305F30016D17976253F07A2E985E306E898F683C8868309253C27167306E305330683002\X0\\X\0D\X\0A\X2\30FB58C1639B3051578BFF1A885B751F56685177306F7247507456FA5B9A304C3055308C5E8A304B308996E2308C30663044308B305330683002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5E8A7F6E304D58C1639251FA578B30FB53F05EA7306858C1639B3051578B306F4FBF56683068540C7B4930683055308C307E30593002\X0\','ja-JP',$); -#7501= IFCRELASSOCIATESLIBRARY('3tr93kAn128gMFMgipHSGS',$,$,$,(#1698),#14808); -#14808= IFCLIBRARYREFERENCE($,$,'Nat\S\|rliche L\S\|ftung','Anforderung, ob der Raum eine nat\S\|rliche L\S\|ftung haben soll (WAHR), oder eine k\S\|nstliche L\S\|ftung (Falsch).','de-DE',$); +#7494= IFCRELASSOCIATESLIBRARY('1UCncR2fr8Uh5T1fCsWlds',$,$,$,(#1689),#14808); +#14808= IFCLIBRARYREFERENCE($,$,'Mounting',$,'en',$); -#7502= IFCRELASSOCIATESLIBRARY('3XD1JKIUjEGwvxntq63MF1',$,$,$,(#1698),#14809); -#14809= IFCLIBRARYREFERENCE($,$,'Natural Ventilation',$,'en',$); +#7495= IFCRELASSOCIATESLIBRARY('3jpHZSbHb1FxEaFXaNTV0w',$,$,$,(#1689),#14809); +#14809= IFCLIBRARYREFERENCE($,$,'\X2\8A2D7F6E\X0\','\X2\8A2D7F6E58346240306E9078629E\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB5E8A7F6E304D58C1639251FAFF1A63A57D9A53E3306E5F8C90E8306B51FA6C3453E330925408308F305B308B305330683002\X0\\X\0D\X\0A\X2\30FB53F0FF1A5E8A7F6E304D306E885B751F56685177306B306F57FA790E304C3042308B305330683002\X0\\X\0D\X\0A\X2\30FB8ABF740653F0FF1A885B751F56685177306E88685C64304C6C345E73306B8A2D7F6E3055308C30663044308B305330683002203B624B6D17304453F03068305730668A2D7F6E3055308C305F58345408300C53167CA753F0300D30683057306662713046305330683002307E305F30016D17976253F07A2E985E306E898F683C8868309253C27167306E305330683002\X0\\X\0D\X\0A\X2\30FB58C1639B3051578BFF1A885B751F56685177306F7247507456FA5B9A304C3055308C5E8A304B308996E2308C30663044308B305330683002\X0\','ja-JP',$); -#7503= IFCRELASSOCIATESLIBRARY('1kT7lukTrCIAy7QFQKO5wZ',$,$,$,(#1698),#14810); -#14810= IFCLIBRARYREFERENCE($,$,'Ventilation naturelle','Indique si la ventilation de l''espace doit \S\jtre naturelle (VRAI) ou m\S\icanique (FAUX).','fr-FR',$); +#7496= IFCRELASSOCIATESLIBRARY('354hkkv2j3CxZ9gwMo3Z92',$,$,$,(#1690),#14810); +#14810= IFCLIBRARYREFERENCE($,$,'Mounting',$,'en',$); -#7504= IFCRELASSOCIATESLIBRARY('0RGYi6x851LvaMIslbTGtQ',$,$,$,(#1698),#14811); -#14811= IFCLIBRARYREFERENCE($,$,'\X2\81EA713663DB6C17\X0\','\X2\7A7A9593304C81EA713663DB6C17309263013064304B6A5F68B063DB6C17309263013064304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\67093001\X0\(FALSE)\X2\306A30573002\X0\','ja-JP',$); +#7497= IFCRELASSOCIATESLIBRARY('1mOyo14AD0yRklvVgtpOee',$,$,$,(#1690),#14811); +#14811= IFCLIBRARYREFERENCE($,$,'\X2\8A2D7F6E\X0\','\X2\4EE54E0B306E30EA30B930C8304B30898A2D7F6E65B96CD530929078629E\X0\\X\0D\X\0A\X\0D\X\0A\X\0D\X\0A\X2\30FB5E8A7F6E304D58C1639251FAFF1A63A57D9A53E3306E5F8C90E8306B51FA6C3453E330925408308F305B308B305330683002\X0\\X\0D\X\0A\X2\30FB53F0FF1A5E8A7F6E304D306E885B751F56685177306B306F57FA790E304C3042308B305330683002\X0\\X\0D\X\0A\X2\30FB30AB30A630F330BF30FCFF1A885B751F56685177306E88685C64304C6C345E73306B8A2D7F6E3055308C30663044308B305330683002203B624B6D17304453F03068305730668A2D7F6E3055308C305F58345408300C53167CA753F0300D30683057306662713046305330683002307E305F30016D17976253F07A2E985E306E898F683C8868309253C27167306E305330683002\X0\\X\0D\X\0A\X2\30FB58C1639B3051578BFF1A885B751F56685177306F7247507456FA5B9A304C3055308C5E8A304B308996E2308C30663044308B305330683002\X0\','ja-JP',$); -#7505= IFCRELASSOCIATESLIBRARY('25z_pSGXD28h1xe$a0MV3U',$,$,$,(#1698),#14812); -#14812= IFCLIBRARYREFERENCE($,$,'\X2\C790C5F0D658AE30\X0\','\X2\ACF5AC04C774\X0\ \X2\C790C5F0\X0\ \X2\D658AE30AC00\X0\ \X2\C788B294C9C0\X0\ \X2\D658AE30C788B294\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); +#7498= IFCRELASSOCIATESLIBRARY('0QqvgXsqD8teDFz3IdpZI5',$,$,$,(#1691),#14812); +#14812= IFCLIBRARYREFERENCE($,$,'Mounting',$,'en',$); -#7506= IFCRELASSOCIATESLIBRARY('0gUP2NwzX4N9j2tcN7vQJT',$,$,$,(#1699),#14813); -#14813= IFCLIBRARYREFERENCE($,$,'Nat\S\|rliche Luftwechselzahl','Geforderte Luftwechselzahl (in Wechsel per Stunde) im Fall der nat\S\|rlichen L\S\|ftung.','de-DE',$); +#7499= IFCRELASSOCIATESLIBRARY('2OfqP5Z7n8LAyXB4zvigEb',$,$,$,(#1691),#14813); +#14813= IFCLIBRARYREFERENCE($,$,'\X2\8A2D7F6E\X0\','\X2\8A2D7F6E58346240306E9078629EFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB5E8A7F6E304D58C1639251FAFF1A63A57D9A53E3306E5F8C90E8306B51FA6C3453E330925408308F305B308B305330683002\X0\\X\0D\X\0A\X2\30FB53F0FF1A5E8A7F6E304D306E885B751F56685177306B306F57FA790E304C3042308B305330683002\X0\\X\0D\X\0A\X2\30FB8ABF740653F0FF1A885B751F56685177306E88685C64304C6C345E73306B8A2D7F6E3055308C30663044308B305330683002203B624B6D17304453F03068305730668A2D7F6E3055308C305F58345408300C53167CA753F0300D30683057306662713046305330683002307E305F30016D17976253F07A2E985E306E898F683C8868309253C27167306E305330683002\X0\\X\0D\X\0A\X2\30FB58C1639B3051578BFF1A885B751F56685177306F7247507456FA5B9A304C3055308C5E8A304B308996E2308C30663044308B305330683002\X0\','ja-JP',$); -#7507= IFCRELASSOCIATESLIBRARY('2xMk13sgb29PJRFQ4789Lk',$,$,$,(#1699),#14814); -#14814= IFCLIBRARYREFERENCE($,$,'Natural Ventilation Rate',$,'en',$); +#7501= IFCRELASSOCIATESLIBRARY('1JJkZr795AaQxqATrshud6',$,$,$,(#1692),#14814); +#14814= IFCLIBRARYREFERENCE($,$,'Mounting Method',$,'en',$); -#7508= IFCRELASSOCIATESLIBRARY('1rQD4Vd1n5svMsyDQKQMT8',$,$,$,(#1699),#14815); -#14815= IFCLIBRARYREFERENCE($,$,'Taux ventilation naturelle','Taux de ventilation naturelle exprim\S\i en volumes par heure.','fr-FR',$); +#7502= IFCRELASSOCIATESLIBRARY('0AyNhruGP6xxex_vkEqbpZ',$,$,$,(#1693),#14815); +#14815= IFCLIBRARYREFERENCE($,$,'Mounting Offset',$,'en',$); -#7509= IFCRELASSOCIATESLIBRARY('1xuVSmenT8DvKngDX5TJyr',$,$,$,(#1699),#14816); -#14816= IFCLIBRARYREFERENCE($,$,'\X2\81EA713663DB6C177387\X0\','\X2\72795B9A306E81EA713663DB6C177387306E89816C4263076A193002\X0\1\X2\664295933042305F308A306E63DB6C1756DE657030674E0E30483089308C308B3002\X0\','ja-JP',$); +#7503= IFCRELASSOCIATESLIBRARY('22kp$1GVvEIO$p3jzYZqYz',$,$,$,(#1693),#14816); +#14816= IFCLIBRARYREFERENCE($,$,'\X2\636E4ED888DC6B63\X0\','\X2\8ABF740653F0306B8A2D7F6E3055308C305F30B730F330AF306B30014E0A7AEF30688ABF740653F095933067578276F4306B88DC6B633055308C308B305330683002\X0\','ja-JP',$); -#7510= IFCRELASSOCIATESLIBRARY('3JjuqsY7vDFRcP_MMhepUY',$,$,$,(#1699),#14817); -#14817= IFCLIBRARYREFERENCE($,$,'\X2\C790C5F0D658AE30\X0\ \X2\BE44C728\X0\','\X2\D2B9C815\X0\ \X2\C790C5F0\X0\ \X2\D658AE30\X0\ \X2\C728C758\X0\ \X2\C694AD6C\X0\ \X2\C9C0D45C\X0\. \X2\C2DCAC04\X0\ \X2\B2F9\X0\ \X2\D658AE30\X0\ \X2\D68CC218B85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); +#7504= IFCRELASSOCIATESLIBRARY('1KSM26VhjCOuu_pND5YgcO',$,$,$,(#1694),#14817); +#14817= IFCLIBRARYREFERENCE($,$,'Mounting Offset',$,'en',$); -#7511= IFCRELASSOCIATESLIBRARY('3OncFvIcTDYwW28_GVkQm6',$,$,$,(#1701),#14818); -#14818= IFCLIBRARYREFERENCE($,$,'Neck Air Velocity',$,'en',$); +#7505= IFCRELASSOCIATESLIBRARY('3H5Bcvm_P7yPDghK_KD1ma',$,$,$,(#1694),#14818); +#14818= IFCLIBRARYREFERENCE($,$,'\X2\636E4ED888DC6B63\X0\','\X2\30AB30A630F330BF30FC75289014306830573066300130AB30A630F330BF30FC306830B730F330AF306E9593306B578276F46D176D44306B636E4ED83055308C308B5EC36C346A5F56683002\X0\','ja-JP',$); -#7512= IFCRELASSOCIATESLIBRARY('1tWesNRj15iuHpwZCcrM06',$,$,$,(#1701),#14819); -#14819= IFCLIBRARYREFERENCE($,$,'Vitesse de l''air au point le plus \S\itroit','Vitesse de l''air au point le plus \S\itroit','fr-FR',$); +#7507= IFCRELASSOCIATESLIBRARY('0hegFLbN1Fufw6P7SRhZti',$,$,$,(#1695),#14819); +#14819= IFCLIBRARYREFERENCE($,$,'Mounting Type',$,'en',$); -#7513= IFCRELASSOCIATESLIBRARY('1MPGW6c8TE8xISsE4oJJAV',$,$,$,(#1701),#14820); -#14820= IFCLIBRARYREFERENCE($,$,'\X2\30CD30C330AF98A8901F\X0\','\X2\30CD30C330AF306E98A8901F\X0\','ja-JP',$); +#7508= IFCRELASSOCIATESLIBRARY('2ECXD$OJP8g9THuBe$XUxk',$,$,$,(#1695),#14820); +#14820= IFCLIBRARYREFERENCE($,$,'\X2\53D6308A4ED83051\X0\','\X2\30B830E430F330AF30B730E730F330DC30C430AF30B9306E53D6308A4ED8305165B96CD53002\X0\','ja-JP',$); -#7514= IFCRELASSOCIATESLIBRARY('3Qe8iUQhL2tw7IGc$DzqEU',$,$,$,(#1702),#14821); -#14821= IFCLIBRARYREFERENCE($,$,'Neck Area',$,'en',$); +#7509= IFCRELASSOCIATESLIBRARY('3bW3uX7xT8D8Qdg_xY_6p9',$,$,$,(#1695),#14821); +#14821= IFCLIBRARYREFERENCE($,$,'\X2\C124CE58\X0\','\X2\C9C0C580\X0\ \X2\C139C158\X0\ \X2\BCF4D2B8\X0\ \X2\C0C1C790\X0\ \X2\C124CE58\X0\ \X2\BC29BC95\X0\.','ko-KR',$); -#7515= IFCRELASSOCIATESLIBRARY('2TJbjlXyb6WeoNhea03UCK',$,$,$,(#1702),#14822); -#14822= IFCLIBRARYREFERENCE($,$,'ZoneReduction','Partie la plus \S\itroite du terminal de ventilation.','fr-FR',$); +#7511= IFCRELASSOCIATESLIBRARY('2VZQi$Sl52XPda8hmLtxqt',$,$,$,(#1696),#14822); +#14822= IFCLIBRARYREFERENCE($,$,'Mounting Type',$,'en',$); -#7516= IFCRELASSOCIATESLIBRARY('3y81CFiPjBxfED9FHX$PBB',$,$,$,(#1702),#14823); -#14823= IFCLIBRARYREFERENCE($,$,'\X2\30CD30C330AF97627A4D\X0\','\X2\30BF30FC30DF30CA30EB306E30CD30C330AF97627A4D\X0\','ja-JP',$); +#7512= IFCRELASSOCIATESLIBRARY('133YNRuO5A$hlc5vXQI8Mt',$,$,$,(#1696),#14823); +#14823= IFCLIBRARYREFERENCE($,$,'ModeFixation','La fa\S\gon d''\S\jtre fix\S\i pour le terminal de ventilation au plafond, mur, etc.\X\0D\X\0A\X\0D\X\0ASurface: Fix\S\i sur la surface de quelque chose (Ex: mur, conduit, etc.)\X\0D\X\0AAlignement plat: Fix\S\i plat et dans l''alignement d''une surface.\X\0D\X\0AInsertion: Fix\S\i dans un type de plafond avec capacit\S\i d''insertion (Ex: faux-plafondsuspendu)','fr-FR',$); -#7517= IFCRELASSOCIATESLIBRARY('0sn0dizVj6c8DjuEANbryi',$,$,$,(#1704),#14824); -#14824= IFCLIBRARYREFERENCE($,$,'Net Impedance',$,'en',$); +#7513= IFCRELASSOCIATESLIBRARY('32CVYTxnb2Cwj7yXmKZ8RL',$,$,$,(#1696),#14824); +#14824= IFCLIBRARYREFERENCE($,$,'\X2\53D6308A4ED830515F625F0F\X0\','\X2\30BF30FC30DF30CA30EB304C59294E95308458C1306A3069306B53D6308A4ED830513089308C308B65B96CD53002\X0\\X\0D\X\0A\X2\8868976230016C345E733001\X0\LAYIN\X2\4ED6\X0\\X\0D\X\0A\X2\88689762FF1A4F55304BFF0858C130FB30C030AF30C87B49FF09306E88689762306B53D6308A4ED83051\X0\\X\0D\X\0AFLATFLUSH\X2\FF1A88689762306B6C345E7330FB\X0\Flushni\X2\53D6308A4ED83051\X0\\X\0D\X\0ALAYIN\X2\FF1A59294E95306B\X0\lay-in\X2\5F625F0F3067306E53D6308A4ED83051FF084E0B304C308A59294E95683C5B50306A3069FF09\X0\','ja-JP',$); -#7518= IFCRELASSOCIATESLIBRARY('16XtqmTGvFvOqAHXws6dTz',$,$,$,(#1704),#14825); -#14825= IFCLIBRARYREFERENCE($,$,'\X2\30CD30C330C830A430F330D430FC30C030F330B9\X0\','\X2\96FB6C1756DE8DEF3067306E6700592763A5573030A430F330D430FC30C030F330B9FF084E00822C306F\X0\Zs\X2\30678868793AFF093002\X0\55\X2\2103\X0\ (130\S\0F)\X2\3067306E657050243002\X0\','ja-JP',$); +#7515= IFCRELASSOCIATESLIBRARY('1QpgyMIqv0QxRZ$AGow_bb',$,$,$,(#1697),#14825); +#14825= IFCLIBRARYREFERENCE($,$,'Movement Sensing Type',$,'en',$); -#7519= IFCRELASSOCIATESLIBRARY('1Rhd4azPv6H9bKjUkIQhGz',$,$,$,(#1704),#14826); -#14826= IFCLIBRARYREFERENCE($,$,'\X2\C778D130B137\X0\ \X2\C784D53CB358C2A4\X0\','\X2\C804AE30\X0\ \X2\D68CB85CC5D0C11C\X0\ \X2\CD5CB300\X0\ \X2\C811C9C0\X0\ \X2\C784D53CB358C2A4\X0\ (\X2\C77CBC18C740\X0\ Zs\X2\B85C\X0\ \X2\D45CC2DC\X0\). 55 \X2\2103\X0\ (130 \S\0 F)\X2\C758\X0\ \X2\C22BC790\X0\.','ko-KR',$); +#7516= IFCRELASSOCIATESLIBRARY('0c52pb_3D8gvj0FVaH9cXi',$,$,$,(#1698),#14826); +#14826= IFCLIBRARYREFERENCE($,$,'Multiple Tarriff',$,'en',$); -#7520= IFCRELASSOCIATESLIBRARY('1$My7mvhP5KxxeRkhT_8rC',$,$,$,(#1705),#14827); -#14827= IFCLIBRARYREFERENCE($,$,'Net Planned Area',$,'en',$); +#7517= IFCRELASSOCIATESLIBRARY('2HJaaczzn7I9LmfO8XL_$b',$,$,$,(#1699),#14827); +#14827= IFCLIBRARYREFERENCE($,$,'n',$,'en',$); -#7521= IFCRELASSOCIATESLIBRARY('3lvqLX$kb1Dhgl3CHeEPLB',$,$,$,(#1705),#14828); -#14828= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie nette','Surface programm\S\ie nette totale de la pi\S\hce. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); +#7518= IFCRELASSOCIATESLIBRARY('0FswPLTHL3Dgguv4o1veP1',$,$,$,(#1700),#14828); +#14828= IFCLIBRARYREFERENCE($,$,'N_ Protection_100',$,'en',$); -#7522= IFCRELASSOCIATESLIBRARY('0NAUuIHt53qvifb1Ov3C8L',$,$,$,(#1705),#14829); -#14829= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30CD30C330C897627A4D\X0\','\X2\8A08753B3055308C305F30CD30C330C897627A4D30025EFA72698A08753B306B969B306B4F7F75283002FF08901A5E38306F300167F1578B7B493092629C3044305F97627A4D3068306A308BFF09\X0\','ja-JP',$); +#7519= IFCRELASSOCIATESLIBRARY('3KMpqInCbFKwF5IBnMvT43',$,$,$,(#1700),#14829); +#14829= IFCLIBRARYREFERENCE($,$,'N_Protection_100','\X2\96FB78C15F0F30C830EA30C330D788C57F6E304C\X0\N\X2\5C0E4F53306E\X0\100\X2\FF054EE54E0A30674FDD8B773059308B304B5426304B306E8A2D5B9A3002\X0\','ja-JP',$); -#7523= IFCRELASSOCIATESLIBRARY('07ItGrU3jFNuPBkkgJw9V1',$,$,$,(#1705),#14830); -#14830= IFCLIBRARYREFERENCE($,$,'\X2\ACC4D68D\X0\ \X2\C778D130B137\X0\ \X2\BA74C801\X0\','\X2\AC1DC2E4C758\X0\ \X2\CD1D\X0\ \X2\ACC4D68D\X0\ \X2\C778D130B137\X0\ \X2\ACF5AC04C774\X0\ \X2\C788C2B5B2C8B2E4\X0\. \X2\ACF5AC04\X0\ \X2\ACC4D68DC2DC\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#7520= IFCRELASSOCIATESLIBRARY('1RpyS2fVr2_vrgGZb5$sOF',$,$,$,(#1700),#14830); +#14830= IFCLIBRARYREFERENCE($,$,'N_Protection_100','\X2\C804C790C2DD\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58AC00\X0\ N \X2\B3C4CCB4C758\X0\ 100 % \X2\C774C0C1C73CB85C\X0\ \X2\BCF4D638\X0\ \X2\C5ECBD80\X0\ \X2\C124C815\X0\.','ko-KR',$); -#7524= IFCRELASSOCIATESLIBRARY('3$k9B51WnEwBOM3kQjpax5',$,$,$,(#1706),#14831); -#14831= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche nach Raumprogramm','Geforderte Nettofl\S\dche des Geb\S\dudes laut Raumprogramm.','de-DE',$); +#7521= IFCRELASSOCIATESLIBRARY('2vMZPKQVnEmQbnFfwVdaQf',$,$,$,(#1701),#14831); +#14831= IFCLIBRARYREFERENCE($,$,'N_ Protection',$,'en',$); -#7525= IFCRELASSOCIATESLIBRARY('2dR7yHAUb2ah$2PuX60Wer',$,$,$,(#1706),#14832); -#14832= IFCLIBRARYREFERENCE($,$,'Net Planned Area',$,'en',$); +#7522= IFCRELASSOCIATESLIBRARY('1khHKGCSv0IeBaeAQ1mvmx',$,$,$,(#1701),#14832); +#14832= IFCLIBRARYREFERENCE($,$,'N_Protection','\X2\96FB78C15F0F30C830EA30C330D788C57F6E304C\X0\N\X2\500B306E5C0E4F5330924FDD8B773059308B304B5426304B306E8A2D5B9A3002\X0\','ja-JP',$); -#7526= IFCRELASSOCIATESLIBRARY('3QcnolUJDESuLbKeWZryIv',$,$,$,(#1706),#14833); -#14833= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie nette','Surface programm\S\ie nette totale du b\S\btiment. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); +#7523= IFCRELASSOCIATESLIBRARY('0$0caBrvH69evkPn5ZmCXN',$,$,$,(#1701),#14833); +#14833= IFCLIBRARYREFERENCE($,$,'N_Protection','\X2\C804C790C2DD\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58AC00\X0\ N \X2\AC1CC758\X0\ \X2\B3C4CCB4B97C\X0\ \X2\BCF4D638\X0\ \X2\C5ECBD80\X0\ \X2\C124C815\X0\.','ko-KR',$); -#7527= IFCRELASSOCIATESLIBRARY('3GlbVm1HPDBgVTG3S77Xcm',$,$,$,(#1706),#14834); -#14834= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30CD30C330C897627A4D\X0\','\X2\8A08753B3055308C305F30CD30C330C897627A4D30025EFA72698A08753B306B969B306B4F7F75283002FF08901A5E38306F300167F1578B7B493092629C3044305F97627A4D3068306A308BFF09\X0\','ja-JP',$); +#7524= IFCRELASSOCIATESLIBRARY('1cCiEINDfAtemBmQD9DF3L',$,$,$,(#1702),#14834); +#14834= IFCLIBRARYREFERENCE($,$,'N_ Protection_50',$,'en',$); -#7528= IFCRELASSOCIATESLIBRARY('0oiyKAM7H7$xQZmwWbVvoJ',$,$,$,(#1707),#14835); -#14835= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche nach Raumprogramm','Geforderte Nettofl\S\dche des Geschosses laut Raumprogramm.','de-DE',$); +#7525= IFCRELASSOCIATESLIBRARY('2CcYIKO$XCjAGTHearT9sS',$,$,$,(#1702),#14835); +#14835= IFCLIBRARYREFERENCE($,$,'N_Protection_50','\X2\96FB78C15F0F30C830EA30C330D788C57F6E304C\X0\N\X2\5C0E4F53306E\X0\50\X2\FF054EE54E0A30674FDD8B773059308B304B5426304B306E8A2D5B9A3002\X0\','ja-JP',$); -#7529= IFCRELASSOCIATESLIBRARY('1d791R1DLAyRzYtVl4NewH',$,$,$,(#1707),#14836); -#14836= IFCLIBRARYREFERENCE($,$,'Net Planned Area',$,'en',$); +#7526= IFCRELASSOCIATESLIBRARY('28XGCJ1G16MuHN3u9MziKo',$,$,$,(#1702),#14836); +#14836= IFCLIBRARYREFERENCE($,$,'N_Protection_50','\X2\C804C790C2DD\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58AC00\X0\ N \X2\B3C4CCB4C758\X0\ 50 % \X2\C774C0C1C73CB85C\X0\ \X2\BCF4D638\X0\ \X2\C5ECBD80\X0\ \X2\C124C815\X0\.','ko-KR',$); -#7530= IFCRELASSOCIATESLIBRARY('2xaMjgxij84euUrQAHH_KH',$,$,$,(#1707),#14837); -#14837= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie nette','Surface programm\S\ie nette totale de l''\S\itage. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); +#7527= IFCRELASSOCIATESLIBRARY('0nNtPRFzf6dBvVKHFYga2V',$,$,$,(#1703),#14837); +#14837= IFCLIBRARYREFERENCE($,$,'N_ Protection_ Select',$,'en',$); -#7531= IFCRELASSOCIATESLIBRARY('3Gf62FZ0X7m8MXKxc$HD4N',$,$,$,(#1707),#14838); -#14838= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30CD30C330C897627A4D\X0\','\X2\8A08753B3055308C305F5EFA7269968E306E30CD30C330C897627A4D30025EFA72698A08753B306E969B306B4F7F75283002\X0\','ja-JP',$); +#7528= IFCRELASSOCIATESLIBRARY('3lVlVrBRb8uwrRtyF3O2pv',$,$,$,(#1703),#14838); +#14838= IFCLIBRARYREFERENCE($,$,'N_Protection\X2\306E9078629E\X0\','\X2\3069306E\X0\N_Protection\X2\30924F7F3046304B30E630FC30B6304C8A2D5B9A3067304D308B304B30693046304B309263075B9A3059308B3002\X0\\X\0D\X\0AN_Protection_50\X2\3068\X0\N_Protection_100\X2\306E4E2165B9304C670952B9306A58345408306F3001\X0\TRUE\X2\306B3057307E30593002\X0\','ja-JP',$); -#7532= IFCRELASSOCIATESLIBRARY('1rAZgWYd51LPpRtRxiw4I7',$,$,$,(#1707),#14839); -#14839= IFCLIBRARYREFERENCE($,$,'\X2\ACC4D68D\X0\ \X2\C778D130B137\X0\ \X2\BA74C801\X0\','\X2\ACC4D68DB41C\X0\ \X2\AC74BB3C\X0\ \X2\CE35\X0\ \X2\C778D130B137\X0\ \X2\ACF5AC04C774\X0\ \X2\C788C2B5B2C8B2E4\X0\. \X2\AC74BB3C\X0\ \X2\ACC4D68DC2DC\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#7529= IFCRELASSOCIATESLIBRARY('1JK1Oxk5fBhupOAdGST7Pn',$,$,$,(#1703),#14839); +#14839= IFCLIBRARYREFERENCE($,$,'N_Protection \X2\C120D0DD\X0\','\X2\C5B4B5A4\X0\ N_Protection\X2\B97C\X0\ \X2\C0ACC6A9D558AC70B098\X0\ \X2\C0ACC6A9C790AC00\X0\ \X2\C124C815D560\X0\ \X2\C218\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\C9C0C815D569B2C8B2E4\X0\. N_Protection_50\X2\D558BA74\X0\ N_Protection_100\X2\B97C\X0\ \X2\BAA8B450\X0\ \X2\C0ACC6A9D560\X0\ \X2\ACBDC6B0C5D0B294\X0\ TRUE\X2\D569B2C8B2E4\X0\.','ko-KR',$); -#7533= IFCRELASSOCIATESLIBRARY('3VLs72yAj3YB3$8Y8Ex7x1',$,$,$,(#1708),#14840); -#14840= IFCLIBRARYREFERENCE($,$,'Net Planned Area',$,'en',$); +#7530= IFCRELASSOCIATESLIBRARY('1Us0oRMGTChx7Kqy6FYjzx',$,$,$,(#1704),#14840); +#14840= IFCLIBRARYREFERENCE($,$,'N20 Content',$,'en',$); -#7534= IFCRELASSOCIATESLIBRARY('2yJ0PEqpLA_hKTZ4VllsSs',$,$,$,(#1708),#14841); -#14841= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie nette','Surface programm\S\ie nette totale de la pi\S\hce. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); +#7531= IFCRELASSOCIATESLIBRARY('2w73_d0F9DSx6JEKshpStm',$,$,$,(#1705),#14841); +#14841= IFCLIBRARYREFERENCE($,$,'Name',$,'en',$); -#7535= IFCRELASSOCIATESLIBRARY('0Vrbwc7KH8Eu6D77DBGHq1',$,$,$,(#1708),#14842); -#14842= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30CD30C330C897627A4D\X0\','\X2\8A08753B3055308C305F30CD30C330C897627A4D30025EFA72698A08753B306B969B306B4F7F75283002FF08901A5E38306F300167F1578B7B493092629C3044305F97627A4D3068306A308BFF09\X0\','ja-JP',$); +#7532= IFCRELASSOCIATESLIBRARY('19InwsBof85ho9XByIKUzW',$,$,$,(#1705),#14842); +#14842= IFCLIBRARYREFERENCE($,$,'\X2\540D524D\X0\','\X2\7A7A8ABF65B95F0F306E540D79F03002\X0\','ja-JP',$); -#7536= IFCRELASSOCIATESLIBRARY('0VO4jTUwj0Kw1DyKFNpHqg',$,$,$,(#1709),#14843); -#14843= IFCLIBRARYREFERENCE($,$,'Net Positive Suction Head',$,'en',$); +#7533= IFCRELASSOCIATESLIBRARY('0cH4YJnNb1YeRwlvSNcYB_',$,$,$,(#1705),#14843); +#14843= IFCLIBRARYREFERENCE($,$,'\X2\C774B984\X0\','\X2\ACF5C870\X0\ \X2\BC29C2DDC758\X0\ \X2\BA85CE6D\X0\','ko-KR',$); -#7537= IFCRELASSOCIATESLIBRARY('1pITT$BgLAl92hhFuGbTuT',$,$,$,(#1709),#14844); -#14844= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735438516550746C34982D\X0\','\X2\30AD30E330D330C630FC30B730E730F330929632305030DD30F330D7516553E3306E67005C0F9650306E6D414F535727529B\X0\','ja-JP',$); +#7534= IFCRELASSOCIATESLIBRARY('0MDQNL4x9EvfdwvHu2lNvb',$,$,$,(#1707),#14844); +#14844= IFCLIBRARYREFERENCE($,$,'Narrative Text',$,'en',$); -#7538= IFCRELASSOCIATESLIBRARY('0y4JT3Z65Aq9jUvEE0GiTR',$,$,$,(#1713),#14845); -#14845= IFCLIBRARYREFERENCE($,$,'Nominal Air Flow Rate',$,'en',$); +#7535= IFCRELASSOCIATESLIBRARY('0_HZZRVBb2BPJ9weqvqyun',$,$,$,(#1707),#14845); +#14845= IFCLIBRARYREFERENCE($,$,'CommentaireUsage','Information sur l''usage des b\S\btiments voisins','fr-FR',$); -#7539= IFCRELASSOCIATESLIBRARY('0E2YUSKEj8IRJmKzLUaNrj',$,$,$,(#1714),#14846); -#14846= IFCLIBRARYREFERENCE($,$,'Nominal Air Flow Rate',$,'en',$); +#7536= IFCRELASSOCIATESLIBRARY('3PABweWDDC9ea5juhIiuSd',$,$,$,(#1708),#14846); +#14846= IFCLIBRARYREFERENCE($,$,'Narrative Text',$,'en',$); -#7540= IFCRELASSOCIATESLIBRARY('3wTOwXQ0HAghu8vbyBX80G',$,$,$,(#1714),#14847); -#14847= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0898A891CF\X0\','\X2\8A2D8A0898A891CF\X0\','ja-JP',$); +#7537= IFCRELASSOCIATESLIBRARY('25roFzbdn0Ih73A5G2w6Y_',$,$,$,(#1708),#14847); +#14847= IFCLIBRARYREFERENCE($,$,'TexteLibre','Information relative aux b\S\btiments voisins qui n''est pas appropri\S\ie au texte d''ordre g\S\in\S\iral que l''on peut saisir dans l''attribut h\S\irit\S\i IfcRoot.Description.','fr-FR',$); -#7541= IFCRELASSOCIATESLIBRARY('1pWjz3fQT0Mul6tOTcF3EZ',$,$,$,(#1715),#14848); -#14848= IFCLIBRARYREFERENCE($,$,'Nominal Air Flow Rate',$,'en',$); +#7538= IFCRELASSOCIATESLIBRARY('3lZXPExFT64OSvowqIUZN2',$,$,$,(#1710),#14848); +#14848= IFCLIBRARYREFERENCE($,$,'Nat\S\|rliche L\S\|ftung','Anforderung, ob der Raum eine nat\S\|rliche L\S\|ftung haben soll (WAHR), oder eine k\S\|nstliche L\S\|ftung (Falsch).','de-DE',$); -#7542= IFCRELASSOCIATESLIBRARY('06iV8PIhH1l8BlWz4Y23Ig',$,$,$,(#1715),#14849); -#14849= IFCLIBRARYREFERENCE($,$,'D\S\ibit d''air nominal','D\S\ibit d''air nominal','fr-FR',$); +#7539= IFCRELASSOCIATESLIBRARY('1cC$kGxw11Zfq$0nVTweg1',$,$,$,(#1710),#14849); +#14849= IFCLIBRARYREFERENCE($,$,'Natural Ventilation',$,'en',$); -#7543= IFCRELASSOCIATESLIBRARY('1_WurPy4XB1xtmXU47gRFI',$,$,$,(#1715),#14850); -#14850= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0898A891CF7BC456F2\X0\','\X2\8A2D8A0898A891CF7BC456F2\X0\','ja-JP',$); +#7540= IFCRELASSOCIATESLIBRARY('0NGFw6bmv9jxzfI53X7Xcb',$,$,$,(#1710),#14850); +#14850= IFCLIBRARYREFERENCE($,$,'Ventilation naturelle','Indique si la ventilation de l''espace doit \S\jtre naturelle (VRAI) ou m\S\icanique (FAUX).','fr-FR',$); -#7544= IFCRELASSOCIATESLIBRARY('1zk2TlsuXEHvKDOjXuBspB',$,$,$,(#1716),#14851); -#14851= IFCLIBRARYREFERENCE($,$,'Nominal Air Flow Rate',$,'en',$); +#7541= IFCRELASSOCIATESLIBRARY('0U9i2ukcP2TPl8wWemP7fx',$,$,$,(#1710),#14851); +#14851= IFCLIBRARYREFERENCE($,$,'\X2\81EA713663DB6C17\X0\','\X2\7A7A9593304C81EA713663DB6C17309263013064304B6A5F68B063DB6C17309263013064304B3092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\67093001\X0\(FALSE)\X2\306A30573002\X0\','ja-JP',$); -#7545= IFCRELASSOCIATESLIBRARY('2UW_XMS8LCbP_CZyXOR01c',$,$,$,(#1716),#14852); -#14852= IFCLIBRARYREFERENCE($,$,'\X2\6C176D4191CF306E5E735747\X0\','\X2\52A06E7F3055308C308B6C176D41306E5E73574791CF\X0\','ja-JP',$); +#7542= IFCRELASSOCIATESLIBRARY('2JD8$ngX9DAP$oPCJPs5F4',$,$,$,(#1710),#14852); +#14852= IFCLIBRARYREFERENCE($,$,'\X2\C790C5F0D658AE30\X0\','\X2\ACF5AC04C774\X0\ \X2\C790C5F0\X0\ \X2\D658AE30AC00\X0\ \X2\C788B294C9C0\X0\ \X2\D658AE30C788B294\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); -#7546= IFCRELASSOCIATESLIBRARY('0bALkg2sXAgws_9Ei1eXVP',$,$,$,(#1717),#14853); -#14853= IFCLIBRARYREFERENCE($,$,'Nominal Body Depth',$,'en',$); +#7543= IFCRELASSOCIATESLIBRARY('3aqQF1yGz7DPUbEYdR8FeJ',$,$,$,(#1711),#14853); +#14853= IFCLIBRARYREFERENCE($,$,'Nat\S\|rliche Luftwechselzahl','Geforderte Luftwechselzahl (in Wechsel per Stunde) im Fall der nat\S\|rlichen L\S\|ftung.','de-DE',$); -#7547= IFCRELASSOCIATESLIBRARY('2ZJNgD06H9dByDrbPZVVYy',$,$,$,(#1717),#14854); -#14854= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F536DF13055\X0\','\X2\534A5F84304B5C4062405EA76A197CFB306E\X0\Z\X2\8EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F914D7BA1306E957730553002\X0\','ja-JP',$); +#7544= IFCRELASSOCIATESLIBRARY('0dEN6EVF1FvBEwWSq97lad',$,$,$,(#1711),#14854); +#14854= IFCLIBRARYREFERENCE($,$,'Natural Ventilation Rate',$,'en',$); -#7548= IFCRELASSOCIATESLIBRARY('30SNhvdhP9ev8LbzW2xAyP',$,$,$,(#1718),#14855); -#14855= IFCLIBRARYREFERENCE($,$,'Nominal Body Depth',$,'en',$); +#7545= IFCRELASSOCIATESLIBRARY('0UJ6_GtC9BWBMKBwJGc9qf',$,$,$,(#1711),#14855); +#14855= IFCLIBRARYREFERENCE($,$,'Taux ventilation naturelle','Taux de ventilation naturelle exprim\S\i en volumes par heure.','fr-FR',$); -#7549= IFCRELASSOCIATESLIBRARY('2gQGkt8TfExfl64lsWl1CG',$,$,$,(#1718),#14856); -#14856= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F536DF13055\X0\','\X2\963281ED5F01306E533A753B306E534A5F84304B5C4062405EA76A197CFB306E\X0\Z\X2\8EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); +#7546= IFCRELASSOCIATESLIBRARY('0EW91xtRLCIxBTbKqR_uJg',$,$,$,(#1711),#14856); +#14856= IFCLIBRARYREFERENCE($,$,'\X2\81EA713663DB6C177387\X0\','\X2\72795B9A306E81EA713663DB6C177387306E89816C4263076A193002\X0\1\X2\664295933042305F308A306E63DB6C1756DE657030674E0E30483089308C308B3002\X0\','ja-JP',$); -#7550= IFCRELASSOCIATESLIBRARY('1VNlNRqf111xAEIGxVYZJp',$,$,$,(#1719),#14857); -#14857= IFCLIBRARYREFERENCE($,$,'Nominal Body Depth',$,'en',$); +#7547= IFCRELASSOCIATESLIBRARY('0Svafcp3H9rxbkeoRDnV2O',$,$,$,(#1711),#14857); +#14857= IFCLIBRARYREFERENCE($,$,'\X2\C790C5F0D658AE30\X0\ \X2\BE44C728\X0\','\X2\D2B9C815\X0\ \X2\C790C5F0\X0\ \X2\D658AE30\X0\ \X2\C728C758\X0\ \X2\C694AD6C\X0\ \X2\C9C0D45C\X0\. \X2\C2DCAC04\X0\ \X2\B2F9\X0\ \X2\D658AE30\X0\ \X2\D68CC218B85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); -#7551= IFCRELASSOCIATESLIBRARY('1BuqbsbX1E9Q3HDw2INCBW',$,$,$,(#1720),#14858); -#14858= IFCLIBRARYREFERENCE($,$,'Nominal Body Depth',$,'en',$); +#7548= IFCRELASSOCIATESLIBRARY('2gwgoR1hb1bOgi3iZJtbDY',$,$,$,(#1713),#14858); +#14858= IFCLIBRARYREFERENCE($,$,'Neck Air Velocity',$,'en',$); -#7552= IFCRELASSOCIATESLIBRARY('25JrlsDwr5YRMVnRzqROEQ',$,$,$,(#1720),#14859); -#14859= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F536DF13055\X0\','\X2\6E9D963281ED5F01306E534A5F84304B5C4062405EA76A197CFB306E\X0\Z\X2\8EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); +#7549= IFCRELASSOCIATESLIBRARY('3pH4o3CZP0ZvMDmVEESx1U',$,$,$,(#1713),#14859); +#14859= IFCLIBRARYREFERENCE($,$,'Vitesse de l''air au point le plus \S\itroit','Vitesse de l''air au point le plus \S\itroit','fr-FR',$); -#7553= IFCRELASSOCIATESLIBRARY('2RRGgl1UnFAOxfBPuQvGFX',$,$,$,(#1721),#14860); -#14860= IFCLIBRARYREFERENCE($,$,'Nominal Body Depth',$,'en',$); +#7550= IFCRELASSOCIATESLIBRARY('2YiYEewiP8gfZog6DGb2p6',$,$,$,(#1713),#14860); +#14860= IFCLIBRARYREFERENCE($,$,'\X2\30CD30C330AF98A8901F\X0\','\X2\30CD30C330AF306E98A8901F\X0\','ja-JP',$); -#7554= IFCRELASSOCIATESLIBRARY('25bV7hFobDeuSFDRgP__zw',$,$,$,(#1721),#14861); -#14861= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F536DF13055\X0\','\X2\5EC368C47269306E534A5F84304B5C4062405EA76A197CFB306E\X0\Z\X2\8EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); +#7551= IFCRELASSOCIATESLIBRARY('2oUv4Rx6f2BR01TaUqF1yR',$,$,$,(#1714),#14861); +#14861= IFCLIBRARYREFERENCE($,$,'Neck Area',$,'en',$); -#7555= IFCRELASSOCIATESLIBRARY('11K_4xJWn8$BcupV4XeZm_',$,$,$,(#1722),#14862); -#14862= IFCLIBRARYREFERENCE($,$,'Nominal Body Length',$,'en',$); +#7552= IFCRELASSOCIATESLIBRARY('30p4Ek6_z1jfVpOiE0aZ_7',$,$,$,(#1714),#14862); +#14862= IFCLIBRARYREFERENCE($,$,'ZoneReduction','Partie la plus \S\itroite du terminal de ventilation.','fr-FR',$); -#7556= IFCRELASSOCIATESLIBRARY('1Hn6O$xdL15Ry96_QuRdeN',$,$,$,(#1722),#14863); -#14863= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F539577\X0\','\X2\534A5F84304B5C4062405EA76A197CFB306EFF388EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F914D7BA1306E957730553002\X0\','ja-JP',$); +#7553= IFCRELASSOCIATESLIBRARY('16IhhUY5TEKxy$IbIXVHgs',$,$,$,(#1714),#14863); +#14863= IFCLIBRARYREFERENCE($,$,'\X2\30CD30C330AF97627A4D\X0\','\X2\30BF30FC30DF30CA30EB306E30CD30C330AF97627A4D\X0\','ja-JP',$); -#7557= IFCRELASSOCIATESLIBRARY('3cbeXogo53mv9eAChLhWhK',$,$,$,(#1723),#14864); -#14864= IFCLIBRARYREFERENCE($,$,'Nominal Body Length',$,'en',$); +#7554= IFCRELASSOCIATESLIBRARY('33QC_Kl75DJ8kibFlogshv',$,$,$,(#1716),#14864); +#14864= IFCLIBRARYREFERENCE($,$,'Net Impedance',$,'en',$); -#7558= IFCRELASSOCIATESLIBRARY('3L0NA3I6P0rhglYR2cSI7F',$,$,$,(#1724),#14865); -#14865= IFCLIBRARYREFERENCE($,$,'Nominal Body Length',$,'en',$); +#7555= IFCRELASSOCIATESLIBRARY('3pLU7eh1D9wfiWCCeED1PX',$,$,$,(#1716),#14865); +#14865= IFCLIBRARYREFERENCE($,$,'\X2\30CD30C330C830A430F330D430FC30C030F330B9\X0\','\X2\96FB6C1756DE8DEF3067306E6700592763A5573030A430F330D430FC30C030F330B9FF084E00822C306F\X0\Zs\X2\30678868793AFF093002\X0\55\X2\2103\X0\ (130\S\0F)\X2\3067306E657050243002\X0\','ja-JP',$); -#7559= IFCRELASSOCIATESLIBRARY('2ujfUiZXX4cBa4a3ZDRqU9',$,$,$,(#1724),#14866); -#14866= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F539577\X0\','\X2\963281ED5F01306E533A753B306E534A5F84304B5C4062405EA76A197CFB306EFF388EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); +#7556= IFCRELASSOCIATESLIBRARY('3PCpatuYbF4QpgPvDuFjIY',$,$,$,(#1716),#14866); +#14866= IFCLIBRARYREFERENCE($,$,'\X2\C778D130B137\X0\ \X2\C784D53CB358C2A4\X0\','\X2\C804AE30\X0\ \X2\D68CB85CC5D0C11C\X0\ \X2\CD5CB300\X0\ \X2\C811C9C0\X0\ \X2\C784D53CB358C2A4\X0\ (\X2\C77CBC18C740\X0\ Zs\X2\B85C\X0\ \X2\D45CC2DC\X0\). 55 \X2\2103\X0\ (130 \S\0 F)\X2\C758\X0\ \X2\C22BC790\X0\.','ko-KR',$); -#7560= IFCRELASSOCIATESLIBRARY('0L0cID6YvFGhA$kADpvKcO',$,$,$,(#1725),#14867); -#14867= IFCLIBRARYREFERENCE($,$,'Nominal Body Length',$,'en',$); +#7557= IFCRELASSOCIATESLIBRARY('3Tw2XwXE5A09KDaCk8L$4Z',$,$,$,(#1717),#14867); +#14867= IFCLIBRARYREFERENCE($,$,'Net Planned Area',$,'en',$); -#7561= IFCRELASSOCIATESLIBRARY('0oV2jmBMzCKepqjmeX4q91',$,$,$,(#1725),#14868); -#14868= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F539577\X0\','\X2\6E9D963281ED5F01306E534A5F84304B5C4062405EA76A197CFB306EFF388EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); +#7558= IFCRELASSOCIATESLIBRARY('0fWMbgqJ10IfgP8S$ox5zz',$,$,$,(#1717),#14868); +#14868= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie nette','Surface programm\S\ie nette totale de la pi\S\hce. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); -#7562= IFCRELASSOCIATESLIBRARY('2IcS1ovKz0IuDWDQxDLeq9',$,$,$,(#1726),#14869); -#14869= IFCLIBRARYREFERENCE($,$,'Nominal Body Length',$,'en',$); +#7559= IFCRELASSOCIATESLIBRARY('0xNCxohk5AO9SAVROMIF1P',$,$,$,(#1717),#14869); +#14869= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30CD30C330C897627A4D\X0\','\X2\8A08753B3055308C305F30CD30C330C897627A4D30025EFA72698A08753B306B969B306B4F7F75283002FF08901A5E38306F300167F1578B7B493092629C3044305F97627A4D3068306A308BFF09\X0\','ja-JP',$); -#7563= IFCRELASSOCIATESLIBRARY('1XUan8wUTAIx$vSB2kbG8A',$,$,$,(#1726),#14870); -#14870= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F539577\X0\','\X2\5EC368C47269306E533A753B306E534A5F84304B5C4062405EA76A197CFB306EFF388EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); +#7560= IFCRELASSOCIATESLIBRARY('3Ro_ickuP458VpscDtmVBp',$,$,$,(#1717),#14870); +#14870= IFCLIBRARYREFERENCE($,$,'\X2\ACC4D68D\X0\ \X2\C778D130B137\X0\ \X2\BA74C801\X0\','\X2\AC1DC2E4C758\X0\ \X2\CD1D\X0\ \X2\ACC4D68D\X0\ \X2\C778D130B137\X0\ \X2\ACF5AC04C774\X0\ \X2\C788C2B5B2C8B2E4\X0\. \X2\ACF5AC04\X0\ \X2\ACC4D68DC2DC\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#7564= IFCRELASSOCIATESLIBRARY('3WH8wGqGHAcR79C_wwQBRu',$,$,$,(#1727),#14871); -#14871= IFCLIBRARYREFERENCE($,$,'Nominal Body Width',$,'en',$); +#7561= IFCRELASSOCIATESLIBRARY('001qpoCR9BiB9hwy63eE0i',$,$,$,(#1718),#14871); +#14871= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche nach Raumprogramm','Geforderte Nettofl\S\dche des Geb\S\dudes laut Raumprogramm.','de-DE',$); -#7565= IFCRELASSOCIATESLIBRARY('2vTdk0AiL7_gOcRzlf9I_q',$,$,$,(#1727),#14872); -#14872= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F535E45\X0\','\X2\534A5F84304B5C4062405EA76A197CFB306EFF398EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F914D7BA1306E957730553002\X0\','ja-JP',$); +#7562= IFCRELASSOCIATESLIBRARY('29HVB4F3zAjvg1Cfppr1sw',$,$,$,(#1718),#14872); +#14872= IFCLIBRARYREFERENCE($,$,'Net Planned Area',$,'en',$); -#7566= IFCRELASSOCIATESLIBRARY('1a5fJOZZr63u_uFu8GQS0a',$,$,$,(#1728),#14873); -#14873= IFCLIBRARYREFERENCE($,$,'Nominal Body Width',$,'en',$); +#7563= IFCRELASSOCIATESLIBRARY('1_$BEBW41CnhInSKvqj23h',$,$,$,(#1718),#14873); +#14873= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie nette','Surface programm\S\ie nette totale du b\S\btiment. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); -#7567= IFCRELASSOCIATESLIBRARY('3mIYZU9YH13uG3litna_fZ',$,$,$,(#1729),#14874); -#14874= IFCLIBRARYREFERENCE($,$,'Nominal Body Width',$,'en',$); +#7564= IFCRELASSOCIATESLIBRARY('0R_zaC2Q51IQ$yP_MvZmJm',$,$,$,(#1718),#14874); +#14874= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30CD30C330C897627A4D\X0\','\X2\8A08753B3055308C305F30CD30C330C897627A4D30025EFA72698A08753B306B969B306B4F7F75283002FF08901A5E38306F300167F1578B7B493092629C3044305F97627A4D3068306A308BFF09\X0\','ja-JP',$); -#7568= IFCRELASSOCIATESLIBRARY('3Vj0QZUyvFEuZkvk1fhJHK',$,$,$,(#1729),#14875); -#14875= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F535E45\X0\','\X2\963281ED5F01306E533A753B306E534A5F84304B5C4062405EA76A197CFB306EFF398EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); +#7565= IFCRELASSOCIATESLIBRARY('33Vf1U2d136AHbFnNfB3JM',$,$,$,(#1719),#14875); +#14875= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche nach Raumprogramm','Geforderte Nettofl\S\dche des Geschosses laut Raumprogramm.','de-DE',$); -#7569= IFCRELASSOCIATESLIBRARY('3mC5Llx493LvnfqU7FOoID',$,$,$,(#1730),#14876); -#14876= IFCLIBRARYREFERENCE($,$,'Nominal Body Width',$,'en',$); +#7566= IFCRELASSOCIATESLIBRARY('1URSzciaX7gRO0wTGkCe4K',$,$,$,(#1719),#14876); +#14876= IFCLIBRARYREFERENCE($,$,'Net Planned Area',$,'en',$); -#7570= IFCRELASSOCIATESLIBRARY('1vaFt5TzHAjhDy6J0E3mOT',$,$,$,(#1730),#14877); -#14877= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F535E45\X0\','\X2\6E9D963281ED5F01306E534A5F84304B5C4062405EA76A197CFB306EFF398EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); +#7567= IFCRELASSOCIATESLIBRARY('2iZEFZair3GA71zs55T5oq',$,$,$,(#1719),#14877); +#14877= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie nette','Surface programm\S\ie nette totale de l''\S\itage. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); -#7571= IFCRELASSOCIATESLIBRARY('2hJvb1CjrERPfYhK1kj07Y',$,$,$,(#1731),#14878); -#14878= IFCLIBRARYREFERENCE($,$,'Nominal Body Width',$,'en',$); +#7568= IFCRELASSOCIATESLIBRARY('0UZCyEE1PEHPgbY8$v1PqE',$,$,$,(#1719),#14878); +#14878= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30CD30C330C897627A4D\X0\','\X2\8A08753B3055308C305F5EFA7269968E306E30CD30C330C897627A4D30025EFA72698A08753B306E969B306B4F7F75283002\X0\','ja-JP',$); -#7572= IFCRELASSOCIATESLIBRARY('1KSvVuW3r4UQy_SDMGQWzE',$,$,$,(#1731),#14879); -#14879= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F535E45\X0\','\X2\5EC368C47269306E534A5F84304B5C4062405EA76A197CFB306EFF398EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); +#7569= IFCRELASSOCIATESLIBRARY('2iH9_UJYD0HecaELvpCe9s',$,$,$,(#1719),#14879); +#14879= IFCLIBRARYREFERENCE($,$,'\X2\ACC4D68D\X0\ \X2\C778D130B137\X0\ \X2\BA74C801\X0\','\X2\ACC4D68DB41C\X0\ \X2\AC74BB3C\X0\ \X2\CE35\X0\ \X2\C778D130B137\X0\ \X2\ACF5AC04C774\X0\ \X2\C788C2B5B2C8B2E4\X0\. \X2\AC74BB3C\X0\ \X2\ACC4D68DC2DC\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#7573= IFCRELASSOCIATESLIBRARY('3f_QS9YKTCvPxHRycy8E11',$,$,$,(#1732),#14880); -#14880= IFCLIBRARYREFERENCE($,$,'Nominal Capacity',$,'en',$); +#7570= IFCRELASSOCIATESLIBRARY('1BJ$mXb0X11P7zX5AwVMd$',$,$,$,(#1720),#14880); +#14880= IFCLIBRARYREFERENCE($,$,'Net Planned Area',$,'en',$); -#7574= IFCRELASSOCIATESLIBRARY('1bU3GiYeLFFwxs4hbgirAI',$,$,$,(#1732),#14881); -#14881= IFCLIBRARYREFERENCE($,$,'\X2\516C79F05BB991CF\X0\','\X2\30BF30F330AF306E7DCF516C79F053C8306F8A2D8A085BB991CF\X0\','ja-JP',$); +#7571= IFCRELASSOCIATESLIBRARY('3I8QWs6XP5G9AaoWxJKhTD',$,$,$,(#1720),#14881); +#14881= IFCLIBRARYREFERENCE($,$,'Surface programm\S\ie nette','Surface programm\S\ie nette totale de la pi\S\hce. Telle que d\S\ifinie lors de la programmation.','fr-FR',$); -#7575= IFCRELASSOCIATESLIBRARY('2SxrwvDx118PG2tkLgZKEO',$,$,$,(#1733),#14882); -#14882= IFCLIBRARYREFERENCE($,$,'Nominal Capacity',$,'en',$); +#7572= IFCRELASSOCIATESLIBRARY('0$41KSgFLAGujbJnAFau28',$,$,$,(#1720),#14882); +#14882= IFCLIBRARYREFERENCE($,$,'\X2\8A08753B30CD30C330C897627A4D\X0\','\X2\8A08753B3055308C305F30CD30C330C897627A4D30025EFA72698A08753B306B969B306B4F7F75283002FF08901A5E38306F300167F1578B7B493092629C3044305F97627A4D3068306A308BFF09\X0\','ja-JP',$); -#7576= IFCRELASSOCIATESLIBRARY('3kfmbAx4T0lBi5OyQuDqGz',$,$,$,(#1734),#14883); -#14883= IFCLIBRARYREFERENCE($,$,'Nominal Capacity',$,'en',$); +#7573= IFCRELASSOCIATESLIBRARY('0G2_qG5S9118YVM6THUcUz',$,$,$,(#1721),#14883); +#14883= IFCLIBRARYREFERENCE($,$,'Net Positive Suction Head',$,'en',$); -#7577= IFCRELASSOCIATESLIBRARY('0vlNDRZvr0C9GVcDYQo1SZ',$,$,$,(#1734),#14884); -#14884= IFCLIBRARYREFERENCE($,$,'PuissanceCompresseur','Puissance du compresseur au niveau de sa plaque.','fr-FR',$); +#7574= IFCRELASSOCIATESLIBRARY('18Y6btRqD1NOf26Y9f4ekD',$,$,$,(#1721),#14884); +#14884= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735438516550746C34982D\X0\','\X2\30AD30E330D330C630FC30B730E730F330929632305030DD30F330D7516553E3306E67005C0F9650306E6D414F535727529B\X0\','ja-JP',$); -#7578= IFCRELASSOCIATESLIBRARY('3HUCp7wDnAIexK3ncgbn3S',$,$,$,(#1735),#14885); -#14885= IFCLIBRARYREFERENCE($,$,'Nominal Capacity',$,'en',$); +#7575= IFCRELASSOCIATESLIBRARY('224E3ModXBefN64EUnftCB',$,$,$,(#1725),#14885); +#14885= IFCLIBRARYREFERENCE($,$,'Nominal Air Flow Rate',$,'en',$); -#7579= IFCRELASSOCIATESLIBRARY('0RuP7ipVfEwPB3HvBPyyMN',$,$,$,(#1735),#14886); -#14886= IFCLIBRARYREFERENCE($,$,'PuissanceNominale','Puissance froid nominale du groupe froid aux conditions standardis\S\ies telles que d\S\ifinies par l''organisation faisant autorit\S\i.','fr-FR',$); +#7576= IFCRELASSOCIATESLIBRARY('3C6gekqDbC5eGFcChaO6$x',$,$,$,(#1726),#14886); +#14886= IFCLIBRARYREFERENCE($,$,'Nominal Air Flow Rate',$,'en',$); -#7580= IFCRELASSOCIATESLIBRARY('3rqlx3t4zFee_Mvk_iYlb1',$,$,$,(#1736),#14887); -#14887= IFCLIBRARYREFERENCE($,$,'Nominal Condensing Temperature',$,'en',$); +#7577= IFCRELASSOCIATESLIBRARY('3sV_h_9aX1jA81FhveZ1SA',$,$,$,(#1726),#14887); +#14887= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0898A891CF\X0\','\X2\8A2D8A0898A891CF\X0\','ja-JP',$); -#7581= IFCRELASSOCIATESLIBRARY('1dZfGCGdT8V9wS5C4zCEcP',$,$,$,(#1736),#14888); -#14888= IFCLIBRARYREFERENCE($,$,'TemperatureCondensationNominale','Temp\S\irature de condensation du groupe froid.','fr-FR',$); +#7578= IFCRELASSOCIATESLIBRARY('1eHTfM5FjFGeriHz9k4QRT',$,$,$,(#1727),#14888); +#14888= IFCLIBRARYREFERENCE($,$,'Nominal Air Flow Rate',$,'en',$); -#7582= IFCRELASSOCIATESLIBRARY('2nZAPE53D6OAh8oVQMSnPC',$,$,$,(#1737),#14889); -#14889= IFCLIBRARYREFERENCE($,$,'Nominal Cooling Capacity',$,'en',$); +#7579= IFCRELASSOCIATESLIBRARY('0TeOTURnvD0vN2eNCX9XmN',$,$,$,(#1727),#14889); +#14889= IFCLIBRARYREFERENCE($,$,'D\S\ibit d''air nominal','D\S\ibit d''air nominal','fr-FR',$); -#7583= IFCRELASSOCIATESLIBRARY('19CUwhlr9BrvH07Wy$jzPH',$,$,$,(#1738),#14890); -#14890= IFCLIBRARYREFERENCE($,$,'Nominal Counted Efficiency',$,'en',$); +#7580= IFCRELASSOCIATESLIBRARY('2OKDyowNTEPBA4ZOlbNBJa',$,$,$,(#1727),#14890); +#14890= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0898A891CF7BC456F2\X0\','\X2\8A2D8A0898A891CF7BC456F2\X0\','ja-JP',$); -#7584= IFCRELASSOCIATESLIBRARY('0Nf3JE3x9AheMWJOWnyShG',$,$,$,(#1739),#14891); -#14891= IFCLIBRARYREFERENCE($,$,'Nominal Current',$,'en',$); +#7581= IFCRELASSOCIATESLIBRARY('27_dPZKNHAWv$JpqH3MIvD',$,$,$,(#1728),#14891); +#14891= IFCLIBRARYREFERENCE($,$,'Nominal Air Flow Rate',$,'en',$); -#7585= IFCRELASSOCIATESLIBRARY('2L$8G$kVvFDfKc1F2j62M4',$,$,$,(#1740),#14892); -#14892= IFCLIBRARYREFERENCE($,$,'Nominal Current',$,'en',$); +#7582= IFCRELASSOCIATESLIBRARY('1PbONIawH6GBBUrgnzjBKK',$,$,$,(#1728),#14892); +#14892= IFCLIBRARYREFERENCE($,$,'\X2\6C176D4191CF306E5E735747\X0\','\X2\52A06E7F3055308C308B6C176D41306E5E73574791CF\X0\','ja-JP',$); -#7586= IFCRELASSOCIATESLIBRARY('0V_O3iR_D3HQ4Fm9cfJlRG',$,$,$,(#1740),#14893); -#14893= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB6D41\X0\','\X2\5B9A683C96FB6D41\X0\[A]\X2\30925C11306A304F30663082\X0\1\X2\30645024309230BB30C330C83057306A3051308C3070306A3089306A30443002\X0\\X\0D\X\0A \X2\30BB30C330C85185306E4EFB610F306E5024306E502430928D8530483066306F306A3089306A30443002\X0\\X\0D\X\0A \X2\5B9A683C96FB6D41306F3001540C305830D630EC30FC30AB90E8306B95A290234ED830513089308C30663044308B3002\X0\','ja-JP',$); +#7583= IFCRELASSOCIATESLIBRARY('14jna069b7zet$iGvaG1aH',$,$,$,(#1729),#14893); +#14893= IFCLIBRARYREFERENCE($,$,'Nominal Body Depth',$,'en',$); -#7587= IFCRELASSOCIATESLIBRARY('1Y9ot3H2n2i8Nvy$PE3cW$',$,$,$,(#1740),#14894); -#14894= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958\X0\','\X2\C815ACA9\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C801C5B4B3C4\X0\ 1 \X2\AC1CC758\X0\ \X2\AC12C744\X0\ \X2\C124C815D574C57CD55CB2E4\X0\. \X2\B3D9C77CD55C\X0\ \X2\CC28B2E8AE30BD80C640\X0\ \X2\C5F0ACB0B41C\X0\ \X2\C815ACA9C804B958B294C138D2B8\X0\ \X2\B0B4C758\X0\ \X2\C784C758C758\X0\ \X2\AC12C740\X0\ \X2\CD08ACFCD560\X0\ \X2\C218\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); +#7584= IFCRELASSOCIATESLIBRARY('00aQwuvY56HA4dViRlpY3k',$,$,$,(#1729),#14894); +#14894= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F536DF13055\X0\','\X2\534A5F84304B5C4062405EA76A197CFB306E\X0\Z\X2\8EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F914D7BA1306E957730553002\X0\','ja-JP',$); -#7588= IFCRELASSOCIATESLIBRARY('2e9PJNFDD1teqQZJTqiU6b',$,$,$,(#1741),#14895); -#14895= IFCLIBRARYREFERENCE($,$,'Nominal Current',$,'en',$); +#7585= IFCRELASSOCIATESLIBRARY('2C6uZhh_P8zBJmXoTo6pc4',$,$,$,(#1730),#14895); +#14895= IFCLIBRARYREFERENCE($,$,'Nominal Body Depth',$,'en',$); -#7589= IFCRELASSOCIATESLIBRARY('1s1YtcePfE7vAvvMJVoedU',$,$,$,(#1741),#14896); -#14896= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB6D41\X0\','\X2\5B9A683C96FB6D41\X0\[A]\X2\30925C11306A304F30663082\X0\1\X2\30645024309230BB30C330C83057306A3051308C3070306A3089306A30443002\X0\\X\0D\X\0A \X2\30BB30C330C85185306E4EFB610F306E5024306E502430928D8530483066306F306A3089306A30443002\X0\\X\0D\X\0A \X2\5B9A683C96FB6D41306F3001540C305830D630EC30FC30AB90E8306B95A290234ED830513089308C30663044308B3002\X0\','ja-JP',$); +#7586= IFCRELASSOCIATESLIBRARY('2PC4dSBR98CgyTq1z5fe4y',$,$,$,(#1730),#14896); +#14896= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F536DF13055\X0\','\X2\963281ED5F01306E533A753B306E534A5F84304B5C4062405EA76A197CFB306E\X0\Z\X2\8EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); -#7590= IFCRELASSOCIATESLIBRARY('2XLvLgd_12f95rLyP$Tva4',$,$,$,(#1741),#14897); -#14897= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958\X0\','\X2\C815ACA9\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C801C5B4B3C4\X0\ 1 \X2\AC1CC758\X0\ \X2\AC12C744\X0\ \X2\C124C815D574C57CD55CB2E4\X0\. \X2\B3D9C77CD55C\X0\ \X2\CC28B2E8AE30BD80C640\X0\ \X2\C5F0ACB0B41C\X0\ \X2\C815ACA9C804B958B294C138D2B8\X0\ \X2\B0B4C758\X0\ \X2\C784C758C758\X0\ \X2\AC12C740\X0\ \X2\CD08ACFCD560\X0\ \X2\C218\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); +#7587= IFCRELASSOCIATESLIBRARY('0L48SwRCT2ku5EBsOpbA4J',$,$,$,(#1731),#14897); +#14897= IFCLIBRARYREFERENCE($,$,'Nominal Body Depth',$,'en',$); -#7591= IFCRELASSOCIATESLIBRARY('3n5MlUqRnAlAh7PvLKlpGA',$,$,$,(#1742),#14898); -#14898= IFCLIBRARYREFERENCE($,$,'Nominal Current Adjusted',$,'en',$); +#7588= IFCRELASSOCIATESLIBRARY('3bTgcRUOb8q8kWe58r6pj7',$,$,$,(#1732),#14898); +#14898= IFCLIBRARYREFERENCE($,$,'Nominal Body Depth',$,'en',$); -#7592= IFCRELASSOCIATESLIBRARY('3QpjBAgJ1CmAaZsiPXRzt9',$,$,$,(#1742),#14899); -#14899= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C8ABF657496FB6D41\X0\','\X2\96FB6D41306B308830633066300152D54F5C66429593304C77ED304B304B3063305F308A9577304B3063305F308A3059308B304B30693046304B3002\X0\','ja-JP',$); +#7589= IFCRELASSOCIATESLIBRARY('2fo343EP9D2O7KfCF3Mex8',$,$,$,(#1732),#14899); +#14899= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F536DF13055\X0\','\X2\6E9D963281ED5F01306E534A5F84304B5C4062405EA76A197CFB306E\X0\Z\X2\8EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); -#7593= IFCRELASSOCIATESLIBRARY('3RMEZvCFbDfOArcXj5i6St',$,$,$,(#1742),#14900); -#14900= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958C870C815\X0\','\X2\C804B958\X0\ \X2\C791B3D9\X0\ \X2\C2DCAC04C758\X0\ \X2\C5ECBD80\X0\','ko-KR',$); +#7590= IFCRELASSOCIATESLIBRARY('1fYcntSbDFDB6UZz8Br$LS',$,$,$,(#1733),#14900); +#14900= IFCLIBRARYREFERENCE($,$,'Nominal Body Depth',$,'en',$); -#7594= IFCRELASSOCIATESLIBRARY('2HPUsNCWX5V8OKpKC6Y4G$',$,$,$,(#1743),#14901); -#14901= IFCLIBRARYREFERENCE($,$,'Nominal Current Adjusted',$,'en',$); +#7591= IFCRELASSOCIATESLIBRARY('3rgy0a0iPAEOxEsJeaQ0nX',$,$,$,(#1733),#14901); +#14901= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F536DF13055\X0\','\X2\5EC368C47269306E534A5F84304B5C4062405EA76A197CFB306E\X0\Z\X2\8EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); -#7595= IFCRELASSOCIATESLIBRARY('1RJ9tl4LLAOeMcgWVOH9WI',$,$,$,(#1743),#14902); -#14902= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C8ABF657496FB6D41\X0\','\X2\96FB6D41306B308830633066300152D54F5C66429593304C77ED304B304B3063305F308A9577304B3063305F308A3059308B304B30693046304B3002\X0\','ja-JP',$); +#7592= IFCRELASSOCIATESLIBRARY('3UWzZW5$j7lPlETRs310Fd',$,$,$,(#1734),#14902); +#14902= IFCLIBRARYREFERENCE($,$,'Nominal Body Length',$,'en',$); -#7596= IFCRELASSOCIATESLIBRARY('3S0sZ0tx15m8U3mgQBp0T6',$,$,$,(#1743),#14903); -#14903= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958C870C815\X0\','\X2\C804B958\X0\ \X2\C791B3D9\X0\ \X2\C2DCAC04C758\X0\ \X2\C5ECBD80\X0\','ko-KR',$); +#7593= IFCRELASSOCIATESLIBRARY('30Nr4b7UL56ef_KUD03pU2',$,$,$,(#1734),#14903); +#14903= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F539577\X0\','\X2\534A5F84304B5C4062405EA76A197CFB306EFF388EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F914D7BA1306E957730553002\X0\','ja-JP',$); -#7597= IFCRELASSOCIATESLIBRARY('2EL8AYEpjDxBj8M725bXo4',$,$,$,(#1744),#14904); -#14904= IFCLIBRARYREFERENCE($,$,'Nominal Current Adjusted',$,'en',$); +#7594= IFCRELASSOCIATESLIBRARY('2hi5uNuD1D8fFbTTz5UwbR',$,$,$,(#1735),#14904); +#14904= IFCLIBRARYREFERENCE($,$,'Nominal Body Length',$,'en',$); -#7598= IFCRELASSOCIATESLIBRARY('0lymT0T7D5ifU2VH8aWSLJ',$,$,$,(#1744),#14905); -#14905= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C8ABF657496FB6D41\X0\','\X2\96FB6D41306B308830633066300152D54F5C66429593304C77ED304B304B3063305F308A9577304B3063305F308A3059308B304B30693046304B3002\X0\','ja-JP',$); +#7595= IFCRELASSOCIATESLIBRARY('2JH0H0LP52$wo9j8__QMdH',$,$,$,(#1736),#14905); +#14905= IFCLIBRARYREFERENCE($,$,'Nominal Body Length',$,'en',$); -#7599= IFCRELASSOCIATESLIBRARY('2Ayc35b797IuILtCuyPqlR',$,$,$,(#1744),#14906); -#14906= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958C870C815\X0\','\X2\C804B958\X0\ \X2\C791B3D9\X0\ \X2\C2DCAC04\X0\ \X2\AE38C774\X0\ \X2\C5ECBD80\X0\','ko-KR',$); +#7596= IFCRELASSOCIATESLIBRARY('1L2mVyjSfEXe2mABL32EYE',$,$,$,(#1736),#14906); +#14906= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F539577\X0\','\X2\963281ED5F01306E533A753B306E534A5F84304B5C4062405EA76A197CFB306EFF388EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); -#7600= IFCRELASSOCIATESLIBRARY('2mHVJrZYX3r8HCwvSwYBLD',$,$,$,(#1745),#14907); -#14907= IFCLIBRARYREFERENCE($,$,'Nominal Currents',$,'en',$); +#7597= IFCRELASSOCIATESLIBRARY('0A74pnhSzA9ftwcFL9FWmw',$,$,$,(#1737),#14907); +#14907= IFCLIBRARYREFERENCE($,$,'Nominal Body Length',$,'en',$); -#7601= IFCRELASSOCIATESLIBRARY('0e9rf1ykrEi8FHXbVQtpVG',$,$,$,(#1745),#14908); -#14908= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB6D41\X0\','\X2\5B9A683C96FB6D41\X0\[A]\X2\30925C11306A304F30663082\X0\1\X2\30645024309230BB30C330C83057306A3051308C3070306A3089306A30443002\X0\\X\0D\X\0A \X2\30BB30C330C85185306E4EFB610F306E5024306E502430928D8530483066306F306A3089306A30443002\X0\\X\0D\X\0A \X2\5B9A683C96FB6D41306F3001540C305830D630EC30FC30AB90E8306B95A290234ED830513089308C30663044308B3002\X0\','ja-JP',$); +#7598= IFCRELASSOCIATESLIBRARY('1tqvgR6DL7Xvl_YIqlfg2g',$,$,$,(#1737),#14908); +#14908= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F539577\X0\','\X2\6E9D963281ED5F01306E534A5F84304B5C4062405EA76A197CFB306EFF388EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); -#7602= IFCRELASSOCIATESLIBRARY('3wT$$JZqPB$en9Nhn5FiY0',$,$,$,(#1745),#14909); -#14909= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C804B958\X0\','\X2\C815ACA9\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C801C5B4B3C4\X0\ 2 \X2\AC1CC758\X0\ \X2\AC12C744\X0\ \X2\C124C815D574C57CD55CB2E4\X0\. \X2\B3D9C77CD55C\X0\ \X2\CC28B2E8AE30BD80C640\X0\ \X2\C5F0ACB0B41C\X0\ \X2\C815ACA9C804B958B294C138D2B8\X0\ \X2\B0B4C758\X0\ \X2\C784C758C758\X0\ \X2\AC12C740\X0\ \X2\CD08ACFCD560\X0\ \X2\C218\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); +#7599= IFCRELASSOCIATESLIBRARY('2Z2RDxrmf8HfaqykqeJHp3',$,$,$,(#1738),#14909); +#14909= IFCLIBRARYREFERENCE($,$,'Nominal Body Length',$,'en',$); -#7603= IFCRELASSOCIATESLIBRARY('2oKJF$8K55t9iyr9sALwB2',$,$,$,(#1746),#14910); -#14910= IFCLIBRARYREFERENCE($,$,'Nominal Currents',$,'en',$); +#7600= IFCRELASSOCIATESLIBRARY('3UogzvfKP0Bu1Otd$M2tLM',$,$,$,(#1738),#14910); +#14910= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F539577\X0\','\X2\5EC368C47269306E533A753B306E534A5F84304B5C4062405EA76A197CFB306EFF388EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); -#7604= IFCRELASSOCIATESLIBRARY('2mOgvAfxz6YwLfGBkozqDG',$,$,$,(#1746),#14911); -#14911= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB6D41\X0\','\X2\30C830EA30C330D788C57F6E304C5BFE5FDC3059308B5B9A683C96FB6D413002\X0\','ja-JP',$); +#7601= IFCRELASSOCIATESLIBRARY('0zsQaS4VzCGxNg0O5KVofZ',$,$,$,(#1739),#14911); +#14911= IFCLIBRARYREFERENCE($,$,'Nominal Body Width',$,'en',$); -#7605= IFCRELASSOCIATESLIBRARY('3ZaymXS_L10QPb7xKgT5wP',$,$,$,(#1746),#14912); -#14912= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958\X0\','\X2\D2B8B9BD\X0\ \X2\C7A5CE58AC00\X0\ \X2\C9C0C6D0D558B294\X0\ \X2\C815ACA9\X0\ \X2\C804B958\X0\.','ko-KR',$); +#7602= IFCRELASSOCIATESLIBRARY('3l4HAsX0LDVBqmNgEIc8ie',$,$,$,(#1739),#14912); +#14912= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F535E45\X0\','\X2\534A5F84304B5C4062405EA76A197CFB306EFF398EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F914D7BA1306E957730553002\X0\','ja-JP',$); -#7606= IFCRELASSOCIATESLIBRARY('0MllyJp_HF8esP1nov5UNU',$,$,$,(#1747),#14913); -#14913= IFCLIBRARYREFERENCE($,$,'Nominal Damper Diameter',$,'en',$); +#7603= IFCRELASSOCIATESLIBRARY('1tBlDF5ofCMeSiG46GZ7EL',$,$,$,(#1740),#14913); +#14913= IFCLIBRARYREFERENCE($,$,'Nominal Body Width',$,'en',$); -#7607= IFCRELASSOCIATESLIBRARY('00R5y44Yn3leaitLEDpu37',$,$,$,(#1747),#14914); -#14914= IFCLIBRARYREFERENCE($,$,'Diam\S\htre nominal clapet','Diam\S\htre nominal clapet','fr-FR',$); +#7604= IFCRELASSOCIATESLIBRARY('3j4mRZZqfE8gljHFVHqTbF',$,$,$,(#1741),#14914); +#14914= IFCLIBRARYREFERENCE($,$,'Nominal Body Width',$,'en',$); -#7608= IFCRELASSOCIATESLIBRARY('0IFaIuN3zAJQZPBXIq8ntc',$,$,$,(#1747),#14915); -#14915= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0830C030F330D176F45F84\X0\','\X2\30C030F330D176F45F84306E8A2D8A085024\X0\','ja-JP',$); +#7605= IFCRELASSOCIATESLIBRARY('2szrcZxTTB4vxym6jtBzQV',$,$,$,(#1741),#14915); +#14915= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F535E45\X0\','\X2\963281ED5F01306E533A753B306E534A5F84304B5C4062405EA76A197CFB306EFF398EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); -#7609= IFCRELASSOCIATESLIBRARY('31$Lq5$PD9JvGKwJDNIlsL',$,$,$,(#1748),#14916); -#14916= IFCLIBRARYREFERENCE($,$,'Nominal Depth',$,'en',$); +#7606= IFCRELASSOCIATESLIBRARY('0b8vLdFxPADxZfsukUc47S',$,$,$,(#1742),#14916); +#14916= IFCLIBRARYREFERENCE($,$,'Nominal Body Width',$,'en',$); -#7610= IFCRELASSOCIATESLIBRARY('0of_SwWnH4TRuuMHGIsbqq',$,$,$,(#1748),#14917); -#14917= IFCLIBRARYREFERENCE($,$,'\X2\6DF13055\X0\','\X2\88C57F6E306E57FA790E306B914D7BA15438516553E3304B30896E2C5B9A3057305F6DF130553002\X0\','ja-JP',$); +#7607= IFCRELASSOCIATESLIBRARY('0TW9tjl$fEoPZsXbQrLY_6',$,$,$,(#1742),#14917); +#14917= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F535E45\X0\','\X2\6E9D963281ED5F01306E534A5F84304B5C4062405EA76A197CFB306EFF398EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); -#7611= IFCRELASSOCIATESLIBRARY('10Mby1WFTBkf_qmc8Df9wy',$,$,$,(#1749),#14918); -#14918= IFCLIBRARYREFERENCE($,$,'Nominal Diameter',$,'en',$); +#7608= IFCRELASSOCIATESLIBRARY('1ywY2CAEL9gRQA_I4xgSel',$,$,$,(#1743),#14918); +#14918= IFCLIBRARYREFERENCE($,$,'Nominal Body Width',$,'en',$); -#7612= IFCRELASSOCIATESLIBRARY('01Pfjz9_56Y8CtNV5S1JLq',$,$,$,(#1749),#14919); -#14919= IFCLIBRARYREFERENCE($,$,'\X2\516C79F076F45F84\X0\','\X2\30C130E530FC30D6675F5185306E30C130E530FC30D6516C79F076F45F8453C8306F5E45\X0\','ja-JP',$); +#7609= IFCRELASSOCIATESLIBRARY('0eOSgroK92dOnz9nJqQ0J1',$,$,$,(#1743),#14919); +#14919= IFCLIBRARYREFERENCE($,$,'\X2\547C79F08EAF4F535E45\X0\','\X2\5EC368C47269306E534A5F84304B5C4062405EA76A197CFB306EFF398EF8306B6CBF306330666E2C5B9A3055308C305F547C79F030823057304F306F7A4D7B973055308C305F957730553002\X0\','ja-JP',$); -#7613= IFCRELASSOCIATESLIBRARY('1EOO2gBnfEYQf54_G9wPwk',$,$,$,(#1750),#14920); -#14920= IFCLIBRARYREFERENCE($,$,'Nominal Diameter',$,'en',$); +#7610= IFCRELASSOCIATESLIBRARY('0bBMoJFi9ESxW9V_UqQkAn',$,$,$,(#1744),#14920); +#14920= IFCLIBRARYREFERENCE($,$,'Nominal Capacity',$,'en',$); -#7614= IFCRELASSOCIATESLIBRARY('3PpHpoJObFTwWdwMH9nPmv',$,$,$,(#1750),#14921); -#14921= IFCLIBRARYREFERENCE($,$,'\X2\547C30735F84\X0\','\X2\914D7BA1306E547C30735F843002\X0\','ja-JP',$); +#7611= IFCRELASSOCIATESLIBRARY('3uSNgpnKn0jhKjsN0K4HdF',$,$,$,(#1744),#14921); +#14921= IFCLIBRARYREFERENCE($,$,'\X2\516C79F05BB991CF\X0\','\X2\30BF30F330AF306E7DCF516C79F053C8306F8A2D8A085BB991CF\X0\','ja-JP',$); -#7615= IFCRELASSOCIATESLIBRARY('0XgI1iCGrE9gSGYWZIttZJ',$,$,$,(#1751),#14922); -#14922= IFCLIBRARYREFERENCE($,$,'Nominal Diameter',$,'en',$); +#7612= IFCRELASSOCIATESLIBRARY('3wWCTusjrAURILw4_VIrqk',$,$,$,(#1745),#14922); +#14922= IFCLIBRARYREFERENCE($,$,'Nominal Capacity',$,'en',$); -#7616= IFCRELASSOCIATESLIBRARY('30meNnqvT4RxgvRssRlzUI',$,$,$,(#1751),#14923); -#14923= IFCLIBRARYREFERENCE($,$,'\X2\547C30735F84\X0\','\X2\914D7BA190E8306E547C30735F84300130EA30B930C8306B4E003064306E65705B573057304B306A30443068304D30013053306E547C30735F84304C51683066306E7BA17AEF306B5F533066306F307E308B30024E0030644EE54E0A306E65705B57304C3042308B3068304D3001547C30735F84306F30EA30B930C8306E8868793A306B5BFE5FDC3059308B7BA17AEF306B30423066306F307E308B3002\X0\','ja-JP',$); +#7613= IFCRELASSOCIATESLIBRARY('3fsgdrNdPCHgQi1nVhHj4E',$,$,$,(#1746),#14923); +#14923= IFCLIBRARYREFERENCE($,$,'Nominal Capacity',$,'en',$); -#7617= IFCRELASSOCIATESLIBRARY('2VSHBL5Y9FdQnIkDVTrNZr',$,$,$,(#1753),#14924); -#14924= IFCLIBRARYREFERENCE($,$,'Nominal Diameter Or Width',$,'en',$); +#7614= IFCRELASSOCIATESLIBRARY('0AyH7bEK16LA4Tc4oI17Rb',$,$,$,(#1746),#14924); +#14924= IFCLIBRARYREFERENCE($,$,'PuissanceCompresseur','Puissance du compresseur au niveau de sa plaque.','fr-FR',$); -#7618= IFCRELASSOCIATESLIBRARY('1GDBVMP694Jwcdn62zlIyx',$,$,$,(#1753),#14925); -#14925= IFCLIBRARYREFERENCE($,$,'\X2\547C30735F8430FB5DFE\X0\','\X2\30C030AF30C876F47BA1306E547C30735F84307E305F306F30C030AF30C85DFE\X0\','ja-JP',$); +#7615= IFCRELASSOCIATESLIBRARY('2gwmUmuIz0YPTNeVpKpLU3',$,$,$,(#1747),#14925); +#14925= IFCLIBRARYREFERENCE($,$,'Nominal Capacity',$,'en',$); -#7619= IFCRELASSOCIATESLIBRARY('2NC9ZE3irA3fq3BUFMRBaj',$,$,$,(#1754),#14926); -#14926= IFCLIBRARYREFERENCE($,$,'Nominal Efficiency',$,'en',$); +#7616= IFCRELASSOCIATESLIBRARY('0tjvL8C251Q9tbeN_nRk60',$,$,$,(#1747),#14926); +#14926= IFCLIBRARYREFERENCE($,$,'PuissanceNominale','Puissance froid nominale du groupe froid aux conditions standardis\S\ies telles que d\S\ifinies par l''organisation faisant autorit\S\i.','fr-FR',$); -#7620= IFCRELASSOCIATESLIBRARY('20zRXZY3DElwcYeH8w147T',$,$,$,(#1754),#14927); -#14927= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iNominale','Efficacti\S\i nominale du groupe froid sous les conditions nominales.','fr-FR',$); +#7617= IFCRELASSOCIATESLIBRARY('1PBZO1Mkj2GPlyJnoEShpy',$,$,$,(#1748),#14927); +#14927= IFCLIBRARYREFERENCE($,$,'Nominal Condensing Temperature',$,'en',$); -#7621= IFCRELASSOCIATESLIBRARY('12_1K9k110a95I9xwK2DuE',$,$,$,(#1755),#14928); -#14928= IFCLIBRARYREFERENCE($,$,'Nominal Efficiency',$,'en',$); +#7618= IFCRELASSOCIATESLIBRARY('13d_BraXL2WQKXzqkPS9kf',$,$,$,(#1748),#14928); +#14928= IFCLIBRARYREFERENCE($,$,'TemperatureCondensationNominale','Temp\S\irature de condensation du groupe froid.','fr-FR',$); -#7622= IFCRELASSOCIATESLIBRARY('0YgwSKhq14Pwv2HmDFc1Tg',$,$,$,(#1755),#14929); -#14929= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iNominale','Efficacit\S\i nominale de la chaudi\S\hre tel que d\S\ifinie par le constructeur.\X\0D\X\0APour les chaudi\S\hres \S\` vapeur, une fonction de la temp\S\irature en entr\S\ie par rapport \S\` la pression de vapeur.\X\0D\X\0ARemarque: Comme deux variables sont utilis\S\ies ValeurDefinir et ValeursDefinies sont nulles, et les valeurs sont enregistr\S\ies dans IfcTable dans l''ordre suivant:\X\0D\X\0A- Temp\S\iratureEntr\S\ie (IfcThermodynamicTemperatureMeasure) et Temp\S\iratureSortie (IfcThermodynamicTemperatureMeasure) dans ValeursDefinir , et Efficacit\S\iNominale (IfcNormalisedRatioMeasure) dansValeursDefinies.\X\0D\X\0APar exemple, ValeursDefinir (Temp\S\iratureEntr\S\ie, Temp\S\iratureSortie), ValeursDefinies (nul, RendementNominal).\X\0D\X\0AIfcTable est li\S\i \S\` IfcPropertyTableValue qui utilise IfcMetric et IfcPropertyConstraintRelationship.','fr-FR',$); +#7619= IFCRELASSOCIATESLIBRARY('3qtaZ5wBn3VPnF15Jd7FJj',$,$,$,(#1749),#14929); +#14929= IFCLIBRARYREFERENCE($,$,'Nominal Cooling Capacity',$,'en',$); -#7623= IFCRELASSOCIATESLIBRARY('3H6XkwM5r5dBTzQJk3YT0F',$,$,$,(#1756),#14930); -#14930= IFCLIBRARYREFERENCE($,$,'Nominal Efficiency',$,'en',$); +#7620= IFCRELASSOCIATESLIBRARY('27sB3GWZr3vOwc0M$WGhEx',$,$,$,(#1750),#14930); +#14930= IFCLIBRARYREFERENCE($,$,'Nominal Counted Efficiency',$,'en',$); -#7624= IFCRELASSOCIATESLIBRARY('0EJFo5MZbFRgorMS1W0tJA',$,$,$,(#1756),#14931); -#14931= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iNominale','Efficacit\S\i nominale de la chaudi\S\hre tel que d\S\ifinie par le constructeur.\X\0D\X\0APour les chaudi\S\hres \S\` eau chaude, une fonction de la temp\S\irature en entr\S\ie par rapport \S\` la temp\S\irature de sortie.\X\0D\X\0ARemarque: Comme deux variables sont utilis\S\ies ValeurDefinir et ValeursDefinies sont nulles, et les valeurs sont enregistr\S\ies dans IfcTable dans l''ordre suivant:\X\0D\X\0A- Temp\S\iratureEntr\S\ie (IfcThermodynamicTemperatureMeasure) et Temp\S\iratureSortie (IfcThermodynamicTemperatureMeasure) dans ValeursDefinir , et Efficacit\S\iNominale (IfcNormalisedRatioMeasure) dansValeursDefinies.\X\0D\X\0AIfcTable est li\S\i \S\` IfcPropertyTableValue qui utilise IfcMetric et IfcPropertyConstraintRelationship.','fr-FR',$); +#7621= IFCRELASSOCIATESLIBRARY('2sBpG2RPD4K80UacEL_dUP',$,$,$,(#1751),#14931); +#14931= IFCLIBRARYREFERENCE($,$,'Nominal Current',$,'en',$); -#7625= IFCRELASSOCIATESLIBRARY('3rrAf16c93lw7u0WKYwOvf',$,$,$,(#1757),#14932); -#14932= IFCLIBRARYREFERENCE($,$,'Nominal Energy Consumption',$,'en',$); +#7622= IFCRELASSOCIATESLIBRARY('2bRUUQ7gPF4P01IOxB3ll6',$,$,$,(#1752),#14932); +#14932= IFCLIBRARYREFERENCE($,$,'Nominal Current',$,'en',$); -#7626= IFCRELASSOCIATESLIBRARY('3_5aq5pPPCj8bMEifLLPSs',$,$,$,(#1757),#14933); -#14933= IFCLIBRARYREFERENCE($,$,'Consommation nominale d''energie','Consommation nominale de combustible correspondant \S\` la production nominale totale de la chaudi\S\hre.','fr-FR',$); +#7623= IFCRELASSOCIATESLIBRARY('1S$CTiKL93L9Rn3YKJRehR',$,$,$,(#1752),#14933); +#14933= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB6D41\X0\','\X2\5B9A683C96FB6D41\X0\[A]\X2\30925C11306A304F30663082\X0\1\X2\30645024309230BB30C330C83057306A3051308C3070306A3089306A30443002\X0\\X\0D\X\0A \X2\30BB30C330C85185306E4EFB610F306E5024306E502430928D8530483066306F306A3089306A30443002\X0\\X\0D\X\0A \X2\5B9A683C96FB6D41306F3001540C305830D630EC30FC30AB90E8306B95A290234ED830513089308C30663044308B3002\X0\','ja-JP',$); -#7627= IFCRELASSOCIATESLIBRARY('0ly71R6_D8evXGCoNxhWmJ',$,$,$,(#1757),#14934); -#14934= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0830A830CD30EB30AE30FC6D888CBB91CF\X0\','\X2\30DC30A430E96700592780FD529B6642306E8A2D8A0871C365996D888CBB91CF\X0\','ja-JP',$); +#7624= IFCRELASSOCIATESLIBRARY('12J59T71P2Pf4$PJgF2ydt',$,$,$,(#1752),#14934); +#14934= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958\X0\','\X2\C815ACA9\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C801C5B4B3C4\X0\ 1 \X2\AC1CC758\X0\ \X2\AC12C744\X0\ \X2\C124C815D574C57CD55CB2E4\X0\. \X2\B3D9C77CD55C\X0\ \X2\CC28B2E8AE30BD80C640\X0\ \X2\C5F0ACB0B41C\X0\ \X2\C815ACA9C804B958B294C138D2B8\X0\ \X2\B0B4C758\X0\ \X2\C784C758C758\X0\ \X2\AC12C740\X0\ \X2\CD08ACFCD560\X0\ \X2\C218\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); -#7628= IFCRELASSOCIATESLIBRARY('3V6oFdTDrAOA5wlsVDokH8',$,$,$,(#1758),#14935); -#14935= IFCLIBRARYREFERENCE($,$,'Nominal Evaporating Temperature',$,'en',$); +#7625= IFCRELASSOCIATESLIBRARY('1yXzq2AwPENQYL9O0Ik8DO',$,$,$,(#1753),#14935); +#14935= IFCLIBRARYREFERENCE($,$,'Nominal Current',$,'en',$); -#7629= IFCRELASSOCIATESLIBRARY('1nkOCgpvv5eBu6yX9lrK9U',$,$,$,(#1758),#14936); -#14936= IFCLIBRARYREFERENCE($,$,'Temp\S\iratureEvaporationNominale','Temp\S\irature d''\S\ivaporation du groupe froid.','fr-FR',$); +#7626= IFCRELASSOCIATESLIBRARY('0cxImvCkH5gvy9Ve1EbW3n',$,$,$,(#1753),#14936); +#14936= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB6D41\X0\','\X2\5B9A683C96FB6D41\X0\[A]\X2\30925C11306A304F30663082\X0\1\X2\30645024309230BB30C330C83057306A3051308C3070306A3089306A30443002\X0\\X\0D\X\0A \X2\30BB30C330C85185306E4EFB610F306E5024306E502430928D8530483066306F306A3089306A30443002\X0\\X\0D\X\0A \X2\5B9A683C96FB6D41306F3001540C305830D630EC30FC30AB90E8306B95A290234ED830513089308C30663044308B3002\X0\','ja-JP',$); -#7630= IFCRELASSOCIATESLIBRARY('0Pf4h7Oa90NwkkNZ$wg6i0',$,$,$,(#1759),#14937); -#14937= IFCLIBRARYREFERENCE($,$,'Nominal Filter Face Velocity',$,'en',$); +#7627= IFCRELASSOCIATESLIBRARY('2kXyFluuL71viYbCn0TgAr',$,$,$,(#1753),#14937); +#14937= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958\X0\','\X2\C815ACA9\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C801C5B4B3C4\X0\ 1 \X2\AC1CC758\X0\ \X2\AC12C744\X0\ \X2\C124C815D574C57CD55CB2E4\X0\. \X2\B3D9C77CD55C\X0\ \X2\CC28B2E8AE30BD80C640\X0\ \X2\C5F0ACB0B41C\X0\ \X2\C815ACA9C804B958B294C138D2B8\X0\ \X2\B0B4C758\X0\ \X2\C784C758C758\X0\ \X2\AC12C740\X0\ \X2\CD08ACFCD560\X0\ \X2\C218\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); -#7631= IFCRELASSOCIATESLIBRARY('2_ot2gZyX079jOS4ctZipM',$,$,$,(#1760),#14938); -#14938= IFCLIBRARYREFERENCE($,$,'Nominal Flowrate',$,'en',$); +#7628= IFCRELASSOCIATESLIBRARY('0bCIKBIUH9OPY7csTv9aeG',$,$,$,(#1754),#14938); +#14938= IFCLIBRARYREFERENCE($,$,'Nominal Current Adjusted',$,'en',$); -#7632= IFCRELASSOCIATESLIBRARY('2D8U7jrP18WRl87lnkkzK$',$,$,$,(#1761),#14939); -#14939= IFCLIBRARYREFERENCE($,$,'Nominal Frequency',$,'en',$); +#7629= IFCRELASSOCIATESLIBRARY('02C5HI9YH3WgmmwR1ENnbU',$,$,$,(#1754),#14939); +#14939= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C8ABF657496FB6D41\X0\','\X2\96FB6D41306B308830633066300152D54F5C66429593304C77ED304B304B3063305F308A9577304B3063305F308A3059308B304B30693046304B3002\X0\','ja-JP',$); -#7633= IFCRELASSOCIATESLIBRARY('3o$idKnxL4r99rQ1gmlCAB',$,$,$,(#1761),#14940); -#14940= IFCLIBRARYREFERENCE($,$,'\X2\516C79F054686CE26570\X0\','\X2\96FB6E90306E516C79F054686CE265703002\X0\','ja-JP',$); +#7630= IFCRELASSOCIATESLIBRARY('3szSa2l4zA6hsvr5ZLmwn3',$,$,$,(#1754),#14940); +#14940= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958C870C815\X0\','\X2\C804B958\X0\ \X2\C791B3D9\X0\ \X2\C2DCAC04C758\X0\ \X2\C5ECBD80\X0\','ko-KR',$); -#7634= IFCRELASSOCIATESLIBRARY('0P8rpcobj219njaC5EQNHw',$,$,$,(#1761),#14941); -#14941= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\C8FCD30CC218\X0\','\X2\C804C6D0\X0\ \X2\ACF5CE6D\X0\ \X2\C8FCD30CC218\X0\.','ko-KR',$); +#7631= IFCRELASSOCIATESLIBRARY('0RxuFtyLH4_PSXzK4vxpwy',$,$,$,(#1755),#14941); +#14941= IFCLIBRARYREFERENCE($,$,'Nominal Current Adjusted',$,'en',$); -#7635= IFCRELASSOCIATESLIBRARY('2jq7U2nkbAGe2U82IW1r3K',$,$,$,(#1762),#14942); -#14942= IFCLIBRARYREFERENCE($,$,'Nominal Frequency Range',$,'en',$); +#7632= IFCRELASSOCIATESLIBRARY('2_Qxqn2rj3UhJMcFj7N09z',$,$,$,(#1755),#14942); +#14942= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C8ABF657496FB6D41\X0\','\X2\96FB6D41306B308830633066300152D54F5C66429593304C77ED304B304B3063305F308A9577304B3063305F308A3059308B304B30693046304B3002\X0\','ja-JP',$); -#7636= IFCRELASSOCIATESLIBRARY('3dCVOMGqT4jPqMtiFJJ9RX',$,$,$,(#1763),#14943); -#14943= IFCLIBRARYREFERENCE($,$,'Nominal Heating Capacity',$,'en',$); +#7633= IFCRELASSOCIATESLIBRARY('2y1rq0cOD6WPSa12fR82w7',$,$,$,(#1755),#14943); +#14943= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958C870C815\X0\','\X2\C804B958\X0\ \X2\C791B3D9\X0\ \X2\C2DCAC04C758\X0\ \X2\C5ECBD80\X0\','ko-KR',$); -#7637= IFCRELASSOCIATESLIBRARY('0gxT4CStzB7RE98pUzerMe',$,$,$,(#1764),#14944); -#14944= IFCLIBRARYREFERENCE($,$,'Nominal Heat Rejection Rate',$,'en',$); +#7634= IFCRELASSOCIATESLIBRARY('0fkavCO6D2Kh18MKztKOUZ',$,$,$,(#1756),#14944); +#14944= IFCLIBRARYREFERENCE($,$,'Nominal Current Adjusted',$,'en',$); -#7638= IFCRELASSOCIATESLIBRARY('3BlBwzOkj62x891msxRcJj',$,$,$,(#1764),#14945); -#14945= IFCLIBRARYREFERENCE($,$,'CoefficientEvacuationNominaleChaleur','Somme de l''effet de r\S\ifrig\S\iration et de la chaleur \S\iquivalente \S\` la puisssance absorb\S\ie par le compresseur.','fr-FR',$); +#7635= IFCRELASSOCIATESLIBRARY('2WRgR60TP12AWxJvonMZ10',$,$,$,(#1756),#14945); +#14945= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C8ABF657496FB6D41\X0\','\X2\96FB6D41306B308830633066300152D54F5C66429593304C77ED304B304B3063305F308A9577304B3063305F308A3059308B304B30693046304B3002\X0\','ja-JP',$); -#7639= IFCRELASSOCIATESLIBRARY('1hpXSkwqv46fFmAHxbzvqk',$,$,$,(#1765),#14946); -#14946= IFCLIBRARYREFERENCE($,$,'Nominal Heat Transfer Area',$,'en',$); +#7636= IFCRELASSOCIATESLIBRARY('3z6$Zicc5FGgWB3jMMl$yG',$,$,$,(#1756),#14946); +#14946= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958C870C815\X0\','\X2\C804B958\X0\ \X2\C791B3D9\X0\ \X2\C2DCAC04\X0\ \X2\AE38C774\X0\ \X2\C5ECBD80\X0\','ko-KR',$); -#7640= IFCRELASSOCIATESLIBRARY('05pLOf_WX0DRJ$fcPXVlwn',$,$,$,(#1765),#14947); -#14947= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0871B14EA463DB97627A4D\X0\','\X2\8A2D8A08516871B14EA463DB4FC26570306E8A2D8A0871B14EA463DB97627A4D\X0\','ja-JP',$); +#7637= IFCRELASSOCIATESLIBRARY('3a030TrTT2MupG3pkOixnj',$,$,$,(#1757),#14947); +#14947= IFCLIBRARYREFERENCE($,$,'Nominal Currents',$,'en',$); -#7641= IFCRELASSOCIATESLIBRARY('3d99mC4kD9pAWf1hf2Gv7C',$,$,$,(#1766),#14948); -#14948= IFCLIBRARYREFERENCE($,$,'Nominal Heat Transfer Area',$,'en',$); +#7638= IFCRELASSOCIATESLIBRARY('0ihwZyE8r8JB1lmcVkIhF2',$,$,$,(#1757),#14948); +#14948= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB6D41\X0\','\X2\5B9A683C96FB6D41\X0\[A]\X2\30925C11306A304F30663082\X0\1\X2\30645024309230BB30C330C83057306A3051308C3070306A3089306A30443002\X0\\X\0D\X\0A \X2\30BB30C330C85185306E4EFB610F306E5024306E502430928D8530483066306F306A3089306A30443002\X0\\X\0D\X\0A \X2\5B9A683C96FB6D41306F3001540C305830D630EC30FC30AB90E8306B95A290234ED830513089308C30663044308B3002\X0\','ja-JP',$); -#7642= IFCRELASSOCIATESLIBRARY('3085ZEByj4RB0$Q6$k_f4s',$,$,$,(#1767),#14949); -#14949= IFCLIBRARYREFERENCE($,$,'Nominal Heat Transfer Coefficient',$,'en',$); +#7639= IFCRELASSOCIATESLIBRARY('3RdnLRPSD9UuxLDHmG5GgN',$,$,$,(#1757),#14949); +#14949= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C804B958\X0\','\X2\C815ACA9\X0\ \X2\C804B958\X0\ [A]\X2\B97C\X0\ \X2\C801C5B4B3C4\X0\ 2 \X2\AC1CC758\X0\ \X2\AC12C744\X0\ \X2\C124C815D574C57CD55CB2E4\X0\. \X2\B3D9C77CD55C\X0\ \X2\CC28B2E8AE30BD80C640\X0\ \X2\C5F0ACB0B41C\X0\ \X2\C815ACA9C804B958B294C138D2B8\X0\ \X2\B0B4C758\X0\ \X2\C784C758C758\X0\ \X2\AC12C740\X0\ \X2\CD08ACFCD560\X0\ \X2\C218\X0\ \X2\C5C6B2E4\X0\.','ko-KR',$); -#7643= IFCRELASSOCIATESLIBRARY('0pjyucqwL9GQhkb4bcdd39',$,$,$,(#1767),#14950); -#14950= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0871B14EA463DB4FC26570\X0\','\X2\8A2D8A0871B14EA463DB97627A4D306E516871B14EA463DB4FC26570\X0\','ja-JP',$); +#7640= IFCRELASSOCIATESLIBRARY('1OCWOLHo58WPVlmPycMAE7',$,$,$,(#1758),#14950); +#14950= IFCLIBRARYREFERENCE($,$,'Nominal Currents',$,'en',$); -#7644= IFCRELASSOCIATESLIBRARY('2m2OcVQ6r5meXBOO43APWT',$,$,$,(#1768),#14951); -#14951= IFCLIBRARYREFERENCE($,$,'Nominal Heat Transfer Coefficient',$,'en',$); +#7641= IFCRELASSOCIATESLIBRARY('0naQZVQAv0DPK2HrD75jsd',$,$,$,(#1758),#14951); +#14951= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB6D41\X0\','\X2\30C830EA30C330D788C57F6E304C5BFE5FDC3059308B5B9A683C96FB6D413002\X0\','ja-JP',$); -#7645= IFCRELASSOCIATESLIBRARY('3tYRVG4kfD5wSjkCiEsyD0',$,$,$,(#1769),#14952); -#14952= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); +#7642= IFCRELASSOCIATESLIBRARY('1cz_R287H0rhuCWkEjGnF4',$,$,$,(#1758),#14952); +#14952= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9C804B958\X0\','\X2\D2B8B9BD\X0\ \X2\C7A5CE58AC00\X0\ \X2\C9C0C6D0D558B294\X0\ \X2\C815ACA9\X0\ \X2\C804B958\X0\.','ko-KR',$); -#7646= IFCRELASSOCIATESLIBRARY('2hvF3Mutv0dQnqhQvJ7ScY',$,$,$,(#1770),#14953); -#14953= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); +#7643= IFCRELASSOCIATESLIBRARY('3Huf3dK9vEdhBF0ABEBbse',$,$,$,(#1759),#14953); +#14953= IFCLIBRARYREFERENCE($,$,'Nominal Damper Diameter',$,'en',$); -#7647= IFCRELASSOCIATESLIBRARY('2uw485_Pr4GBRWq2Ato8qq',$,$,$,(#1772),#14954); -#14954= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); +#7644= IFCRELASSOCIATESLIBRARY('3M7C1GbJ59o8pFAkmMj44Z',$,$,$,(#1759),#14954); +#14954= IFCLIBRARYREFERENCE($,$,'Diam\S\htre nominal clapet','Diam\S\htre nominal clapet','fr-FR',$); -#7648= IFCRELASSOCIATESLIBRARY('30Bwi8RXH55u7_RKX9IVbh',$,$,$,(#1772),#14955); -#14955= IFCLIBRARYREFERENCE($,$,'\X2\516C79F09AD8\X0\','\X2\547C30739AD85BF86CD53002\X0\','ja-JP',$); +#7645= IFCRELASSOCIATESLIBRARY('3u8ZAD7kP1JxoWowczOxGe',$,$,$,(#1759),#14955); +#14955= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0830C030F330D176F45F84\X0\','\X2\30C030F330D176F45F84306E8A2D8A085024\X0\','ja-JP',$); -#7649= IFCRELASSOCIATESLIBRARY('1mPyZGyOv5vfVHq9eyIPc2',$,$,$,(#1772),#14956); -#14956= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\B192C774\X0\','\X2\ACE0CE58C218\X0\','ko-KR',$); +#7646= IFCRELASSOCIATESLIBRARY('1Nih9KmeT7XgIGDQjIMR4t',$,$,$,(#1760),#14956); +#14956= IFCLIBRARYREFERENCE($,$,'Nominal Depth',$,'en',$); -#7650= IFCRELASSOCIATESLIBRARY('2YBs9RBRX6U9R7UOAYb7B2',$,$,$,(#1774),#14957); -#14957= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); +#7647= IFCRELASSOCIATESLIBRARY('23ecihjMvAEgID8X2MyzNt',$,$,$,(#1760),#14957); +#14957= IFCLIBRARYREFERENCE($,$,'\X2\6DF13055\X0\','\X2\88C57F6E306E57FA790E306B914D7BA15438516553E3304B30896E2C5B9A3057305F6DF130553002\X0\','ja-JP',$); -#7651= IFCRELASSOCIATESLIBRARY('1iLo7moQn4xAiJUT3S7_VY',$,$,$,(#1774),#14958); -#14958= IFCLIBRARYREFERENCE($,$,'\X2\516C79F09AD8\X0\','\X2\547C30739AD85BF86CD53002\X0\','ja-JP',$); +#7648= IFCRELASSOCIATESLIBRARY('2GZLB0SNzBzR4gNuZI4cNM',$,$,$,(#1761),#14958); +#14958= IFCLIBRARYREFERENCE($,$,'Nominal Diameter',$,'en',$); -#7652= IFCRELASSOCIATESLIBRARY('0QZEUUl3LCQxERKwS_9S14',$,$,$,(#1774),#14959); -#14959= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6DB192C774\X0\','\X2\ACE0\X0\ \X2\CE58C218\X0\','ko-KR',$); +#7649= IFCRELASSOCIATESLIBRARY('0ukQnfUJH0nxmzdyz6iyuv',$,$,$,(#1761),#14959); +#14959= IFCLIBRARYREFERENCE($,$,'\X2\516C79F076F45F84\X0\','\X2\30C130E530FC30D6675F5185306E30C130E530FC30D6516C79F076F45F8453C8306F5E45\X0\','ja-JP',$); -#7653= IFCRELASSOCIATESLIBRARY('1wmXdO54L38vo_Lm_qoczp',$,$,$,(#1775),#14960); -#14960= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); +#7650= IFCRELASSOCIATESLIBRARY('280LkEuMH9gvWQ9gm7U2cI',$,$,$,(#1762),#14960); +#14960= IFCLIBRARYREFERENCE($,$,'Nominal Diameter',$,'en',$); -#7654= IFCRELASSOCIATESLIBRARY('38MH5vbYbAmw2Vku8BWLv7',$,$,$,(#1776),#14961); -#14961= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#7651= IFCRELASSOCIATESLIBRARY('2FINrZe3T0guHzQ1uMcZhb',$,$,$,(#1762),#14961); +#14961= IFCLIBRARYREFERENCE($,$,'\X2\547C30735F84\X0\','\X2\914D7BA1306E547C30735F843002\X0\','ja-JP',$); -#7655= IFCRELASSOCIATESLIBRARY('1OyEz60aTBmgyXgVftJwyX',$,$,$,(#1776),#14962); -#14962= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\8CA083773092639B3051308B524D306E632F52D57D767E016750306E9AD83055\X0\','ja-JP',$); +#7652= IFCRELASSOCIATESLIBRARY('3TgG1RV85FcxtC1hyY2h33',$,$,$,(#1763),#14962); +#14962= IFCLIBRARYREFERENCE($,$,'Nominal Diameter',$,'en',$); -#7656= IFCRELASSOCIATESLIBRARY('1CYlcN49f3MBCo0hcAKD7B',$,$,$,(#1777),#14963); -#14963= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); +#7653= IFCRELASSOCIATESLIBRARY('0PUBImQnn3ieSvBUYpp9vv',$,$,$,(#1763),#14963); +#14963= IFCLIBRARYREFERENCE($,$,'\X2\547C30735F84\X0\','\X2\914D7BA190E8306E547C30735F84300130EA30B930C8306B4E003064306E65705B573057304B306A30443068304D30013053306E547C30735F84304C51683066306E7BA17AEF306B5F533066306F307E308B30024E0030644EE54E0A306E65705B57304C3042308B3068304D3001547C30735F84306F30EA30B930C8306E8868793A306B5BFE5FDC3059308B7BA17AEF306B30423066306F307E308B3002\X0\','ja-JP',$); -#7657= IFCRELASSOCIATESLIBRARY('3poCCO4$95vBe_u3nJDt4H',$,$,$,(#1777),#14964); -#14964= IFCLIBRARYREFERENCE($,$,'\X2\516C79F09AD8\X0\','\X2\547C30739AD85BF86CD53002\X0\','ja-JP',$); +#7654= IFCRELASSOCIATESLIBRARY('0SxixZ$Gj6MfJJri$yNFco',$,$,$,(#1765),#14964); +#14964= IFCLIBRARYREFERENCE($,$,'Nominal Diameter Or Width',$,'en',$); -#7658= IFCRELASSOCIATESLIBRARY('2nRT_fgQ13L8YYkwExbgDE',$,$,$,(#1777),#14965); -#14965= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\B192C774\X0\','\X2\ACE0\X0\ \X2\CE58C218\X0\','ko-KR',$); +#7655= IFCRELASSOCIATESLIBRARY('3mCY0$rmT8zfxcW1zLh59u',$,$,$,(#1765),#14965); +#14965= IFCLIBRARYREFERENCE($,$,'\X2\547C30735F8430FB5DFE\X0\','\X2\30C030AF30C876F47BA1306E547C30735F84307E305F306F30C030AF30C85DFE\X0\','ja-JP',$); -#7659= IFCRELASSOCIATESLIBRARY('020yVULRb0Hf1ZfaW48bMx',$,$,$,(#1778),#14966); -#14966= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); +#7656= IFCRELASSOCIATESLIBRARY('2NT9079A59_Qsph0uAHGxM',$,$,$,(#1766),#14966); +#14966= IFCLIBRARYREFERENCE($,$,'Nominal Efficiency',$,'en',$); -#7660= IFCRELASSOCIATESLIBRARY('0zjIKGykn99urUChO5b8Lj',$,$,$,(#1778),#14967); -#14967= IFCLIBRARYREFERENCE($,$,'\X2\547C30739AD83055\X0\','\X2\30C030AF30C876F47BA1306E9AD83055\X0\','ja-JP',$); +#7657= IFCRELASSOCIATESLIBRARY('35nb3w6x10bgk6VKFx1q_E',$,$,$,(#1766),#14967); +#14967= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iNominale','Efficacti\S\i nominale du groupe froid sous les conditions nominales.','fr-FR',$); -#7661= IFCRELASSOCIATESLIBRARY('0ZzFSgFj16hB00eKmjeP7P',$,$,$,(#1779),#14968); -#14968= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); +#7658= IFCRELASSOCIATESLIBRARY('0_I7cIwZT0PPL4Hwq5DMgn',$,$,$,(#1767),#14968); +#14968= IFCLIBRARYREFERENCE($,$,'Nominal Efficiency',$,'en',$); -#7662= IFCRELASSOCIATESLIBRARY('3rT4ysX_TALPUJ7yuU4oRa',$,$,$,(#1779),#14969); -#14969= IFCLIBRARYREFERENCE($,$,'\X2\516C79F09AD8\X0\','\X2\547C30739AD85BF86CD53002\X0\','ja-JP',$); +#7659= IFCRELASSOCIATESLIBRARY('1b5ZNh$uj7PR3TVScIrVfV',$,$,$,(#1767),#14969); +#14969= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iNominale','Efficacit\S\i nominale de la chaudi\S\hre tel que d\S\ifinie par le constructeur.\X\0D\X\0APour les chaudi\S\hres \S\` vapeur, une fonction de la temp\S\irature en entr\S\ie par rapport \S\` la pression de vapeur.\X\0D\X\0ARemarque: Comme deux variables sont utilis\S\ies ValeurDefinir et ValeursDefinies sont nulles, et les valeurs sont enregistr\S\ies dans IfcTable dans l''ordre suivant:\X\0D\X\0A- Temp\S\iratureEntr\S\ie (IfcThermodynamicTemperatureMeasure) et Temp\S\iratureSortie (IfcThermodynamicTemperatureMeasure) dans ValeursDefinir , et Efficacit\S\iNominale (IfcNormalisedRatioMeasure) dansValeursDefinies.\X\0D\X\0APar exemple, ValeursDefinir (Temp\S\iratureEntr\S\ie, Temp\S\iratureSortie), ValeursDefinies (nul, RendementNominal).\X\0D\X\0AIfcTable est li\S\i \S\` IfcPropertyTableValue qui utilise IfcMetric et IfcPropertyConstraintRelationship.','fr-FR',$); -#7663= IFCRELASSOCIATESLIBRARY('0N8aiouA53eg7QC7uYHZ5S',$,$,$,(#1779),#14970); -#14970= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\B192C774\X0\','\X2\ACE0\X0\ \X2\CE58C218\X0\','ko-KR',$); +#7660= IFCRELASSOCIATESLIBRARY('3kjgjr67nEwOqcFptsLhO1',$,$,$,(#1768),#14970); +#14970= IFCLIBRARYREFERENCE($,$,'Nominal Efficiency',$,'en',$); -#7664= IFCRELASSOCIATESLIBRARY('0fngHzln15Yv$G5o0j5am2',$,$,$,(#1780),#14971); -#14971= IFCLIBRARYREFERENCE($,$,'Nominal Inlet Air Pressure',$,'en',$); +#7661= IFCRELASSOCIATESLIBRARY('2TQD9xXA57$AR4ILmJSfhn',$,$,$,(#1768),#14971); +#14971= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iNominale','Efficacit\S\i nominale de la chaudi\S\hre tel que d\S\ifinie par le constructeur.\X\0D\X\0APour les chaudi\S\hres \S\` eau chaude, une fonction de la temp\S\irature en entr\S\ie par rapport \S\` la temp\S\irature de sortie.\X\0D\X\0ARemarque: Comme deux variables sont utilis\S\ies ValeurDefinir et ValeursDefinies sont nulles, et les valeurs sont enregistr\S\ies dans IfcTable dans l''ordre suivant:\X\0D\X\0A- Temp\S\iratureEntr\S\ie (IfcThermodynamicTemperatureMeasure) et Temp\S\iratureSortie (IfcThermodynamicTemperatureMeasure) dans ValeursDefinir , et Efficacit\S\iNominale (IfcNormalisedRatioMeasure) dansValeursDefinies.\X\0D\X\0AIfcTable est li\S\i \S\` IfcPropertyTableValue qui utilise IfcMetric et IfcPropertyConstraintRelationship.','fr-FR',$); -#7665= IFCRELASSOCIATESLIBRARY('3PrMx8j2vBlgLRepj1MFLN',$,$,$,(#1780),#14972); -#14972= IFCLIBRARYREFERENCE($,$,'Pression nominale \S\` l''entr\S\ie d''air','Pression statique en d\S\ibit d''air nominal \S\` l''entr\S\ie','fr-FR',$); +#7662= IFCRELASSOCIATESLIBRARY('0dYgOB4xzEjO85kAGn$S9M',$,$,$,(#1769),#14972); +#14972= IFCLIBRARYREFERENCE($,$,'Nominal Energy Consumption',$,'en',$); -#7666= IFCRELASSOCIATESLIBRARY('19QscAff9Bw8dGZ2CkHWld',$,$,$,(#1780),#14973); -#14973= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A08516553E37A7A6C175727\X0\','\X2\516553E397595727306E8A2D8A085024\X0\','ja-JP',$); +#7663= IFCRELASSOCIATESLIBRARY('2xeil5OvXAauHZn3rvAgUq',$,$,$,(#1769),#14973); +#14973= IFCLIBRARYREFERENCE($,$,'Consommation nominale d''energie','Consommation nominale de combustible correspondant \S\` la production nominale totale de la chaudi\S\hre.','fr-FR',$); -#7667= IFCRELASSOCIATESLIBRARY('36PG0w8Wj6LxkBeNGck6MP',$,$,$,(#1782),#14974); -#14974= IFCLIBRARYREFERENCE($,$,'Nominal Latent Capacity',$,'en',$); +#7664= IFCRELASSOCIATESLIBRARY('3xND47w3n9w9jY0NWTkYBt',$,$,$,(#1769),#14974); +#14974= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0830A830CD30EB30AE30FC6D888CBB91CF\X0\','\X2\30DC30A430E96700592780FD529B6642306E8A2D8A0871C365996D888CBB91CF\X0\','ja-JP',$); -#7668= IFCRELASSOCIATESLIBRARY('0IljHGf3D3A90uZk2_1liC',$,$,$,(#1782),#14975); -#14975= IFCLIBRARYREFERENCE($,$,'PuissanceLatenteNominale','Puissance latente nominale.','fr-FR',$); +#7665= IFCRELASSOCIATESLIBRARY('2JaOE$dtX3FgfB0O81a8P3',$,$,$,(#1770),#14975); +#14975= IFCLIBRARYREFERENCE($,$,'Nominal Evaporating Temperature',$,'en',$); -#7669= IFCRELASSOCIATESLIBRARY('00_YwCRFL3ygW1aCQtmHP3',$,$,$,(#1783),#14976); -#14976= IFCLIBRARYREFERENCE($,$,'Nominal Length',$,'en',$); +#7666= IFCRELASSOCIATESLIBRARY('3lEjH2qgL4Iesq4F1xQNiU',$,$,$,(#1770),#14976); +#14976= IFCLIBRARYREFERENCE($,$,'Temp\S\iratureEvaporationNominale','Temp\S\irature d''\S\ivaporation du groupe froid.','fr-FR',$); -#7670= IFCRELASSOCIATESLIBRARY('1kqBpjw6DEi8Y$2kDO_GmF',$,$,$,(#1784),#14977); -#14977= IFCLIBRARYREFERENCE($,$,'Nominal Length Or Diameter',$,'en',$); +#7667= IFCRELASSOCIATESLIBRARY('1vRgnB2IPFSwXZVa5RT0JE',$,$,$,(#1771),#14977); +#14977= IFCLIBRARYREFERENCE($,$,'Nominal Filter Face Velocity',$,'en',$); -#7671= IFCRELASSOCIATESLIBRARY('18lbQogMLCXgPzzv7eVRdq',$,$,$,(#1784),#14978); -#14978= IFCLIBRARYREFERENCE($,$,'\X2\516C79F09577305553C8306F76F45F84\X0\','\X2\516C79F09577305553C8306F578276F451867B525F6230BF30F330AF306E58345408300130BF30F330AF306E516C79F076F45F84\X0\','ja-JP',$); +#7668= IFCRELASSOCIATESLIBRARY('21Wo4JXIP4xPR2uqhQ8SPI',$,$,$,(#1772),#14978); +#14978= IFCLIBRARYREFERENCE($,$,'Nominal Flowrate',$,'en',$); -#7672= IFCRELASSOCIATESLIBRARY('21DKXUOgTBjR9dnn58DMQD',$,$,$,(#1786),#14979); -#14979= IFCLIBRARYREFERENCE($,$,'Nominal Media Surface Velocity',$,'en',$); +#7669= IFCRELASSOCIATESLIBRARY('2m_K059wDC4xj31tfge9r0',$,$,$,(#1773),#14979); +#14979= IFCLIBRARYREFERENCE($,$,'Nominal Frequency',$,'en',$); -#7673= IFCRELASSOCIATESLIBRARY('24Z6_bf_T8ZvTFdpWm5acQ',$,$,$,(#1787),#14980); -#14980= IFCLIBRARYREFERENCE($,$,'Nominal Moisture Gain',$,'en',$); +#7670= IFCRELASSOCIATESLIBRARY('3$E1uaHffFOeI784yBCGn3',$,$,$,(#1773),#14980); +#14980= IFCLIBRARYREFERENCE($,$,'\X2\516C79F054686CE26570\X0\','\X2\96FB6E90306E516C79F054686CE265703002\X0\','ja-JP',$); -#7674= IFCRELASSOCIATESLIBRARY('3VQ8sS_evCj9pjdKchXMwi',$,$,$,(#1787),#14981); -#14981= IFCLIBRARYREFERENCE($,$,'\X2\52A06E7F91CF306E5E735747\X0\','\X2\6C176D41306B52A0308F3063305F6C3484B86C17306E5E73574791CF\X0\','ja-JP',$); +#7671= IFCRELASSOCIATESLIBRARY('26OcsvgFnFyRUolVm_hfYK',$,$,$,(#1773),#14981); +#14981= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\C8FCD30CC218\X0\','\X2\C804C6D0\X0\ \X2\ACF5CE6D\X0\ \X2\C8FCD30CC218\X0\.','ko-KR',$); -#7675= IFCRELASSOCIATESLIBRARY('2gCvz5hBbCug4McEtoRe7p',$,$,$,(#1788),#14982); -#14982= IFCLIBRARYREFERENCE($,$,'Nominal Particle Geometric Mean Diameter',$,'en',$); +#7672= IFCRELASSOCIATESLIBRARY('0$auORjB9EtgN9vjeZ1KKA',$,$,$,(#1774),#14982); +#14982= IFCLIBRARYREFERENCE($,$,'Nominal Frequency Range',$,'en',$); -#7676= IFCRELASSOCIATESLIBRARY('3$lU94NjrD3hHGoq178soB',$,$,$,(#1789),#14983); -#14983= IFCLIBRARYREFERENCE($,$,'Nominal Particle Geometric Standard Deviation',$,'en',$); +#7673= IFCRELASSOCIATESLIBRARY('3B5eLyVIf7SO7BTK44avdj',$,$,$,(#1775),#14983); +#14983= IFCLIBRARYREFERENCE($,$,'Nominal Heating Capacity',$,'en',$); -#7677= IFCRELASSOCIATESLIBRARY('1vc8tutQXEu9lKBe21xRhz',$,$,$,(#1790),#14984); -#14984= IFCLIBRARYREFERENCE($,$,'Nominal Part Load Ratio',$,'en',$); +#7674= IFCRELASSOCIATESLIBRARY('2XfyqWauz35POZcrY2zWCm',$,$,$,(#1776),#14984); +#14984= IFCLIBRARYREFERENCE($,$,'Nominal Heat Rejection Rate',$,'en',$); -#7678= IFCRELASSOCIATESLIBRARY('0e9ehNgVLBQxW2QkqhIRK6',$,$,$,(#1790),#14985); -#14985= IFCLIBRARYREFERENCE($,$,'PlageNominaleChargePartielle','Plage de charge partielle admissible','fr-FR',$); +#7675= IFCRELASSOCIATESLIBRARY('3auShvyCrByRh_rKBRiZMk',$,$,$,(#1776),#14985); +#14985= IFCLIBRARYREFERENCE($,$,'CoefficientEvacuationNominaleChaleur','Somme de l''effet de r\S\ifrig\S\iration et de la chaleur \S\iquivalente \S\` la puisssance absorb\S\ie par le compresseur.','fr-FR',$); -#7679= IFCRELASSOCIATESLIBRARY('0G9X7WwMv9OxfZ2Foo4B2x',$,$,$,(#1790),#14986); -#14986= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0890E852068CA083776BD47387\X0\','\X2\8A315BB990E852068CA083776BD47BC456F2\X0\','ja-JP',$); +#7676= IFCRELASSOCIATESLIBRARY('20nBnB0o58KgQyaf4ed9n3',$,$,$,(#1777),#14986); +#14986= IFCLIBRARYREFERENCE($,$,'Nominal Heat Transfer Area',$,'en',$); -#7680= IFCRELASSOCIATESLIBRARY('3KJ1N0D5b8DB6r1h6kr1RO',$,$,$,(#1792),#14987); -#14987= IFCLIBRARYREFERENCE($,$,'Nominal Power Consumption',$,'en',$); +#7677= IFCRELASSOCIATESLIBRARY('1c5CnXQhTDxheRy6PZJ8NA',$,$,$,(#1777),#14987); +#14987= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0871B14EA463DB97627A4D\X0\','\X2\8A2D8A08516871B14EA463DB4FC26570306E8A2D8A0871B14EA463DB97627A4D\X0\','ja-JP',$); -#7681= IFCRELASSOCIATESLIBRARY('1P_GBjMoD26P8skus8xDxH',$,$,$,(#1792),#14988); -#14988= IFCLIBRARYREFERENCE($,$,'ConsommationPuissanceNominale','Puissance de consommation totale nominale.','fr-FR',$); +#7678= IFCRELASSOCIATESLIBRARY('2e8A$xUoTBcgj7sgGOjROy',$,$,$,(#1778),#14988); +#14988= IFCLIBRARYREFERENCE($,$,'Nominal Heat Transfer Area',$,'en',$); -#7682= IFCRELASSOCIATESLIBRARY('0pM$NqRTDEZusXvBsGSLCl',$,$,$,(#1793),#14989); -#14989= IFCLIBRARYREFERENCE($,$,'Nominal Power Rate',$,'en',$); +#7679= IFCRELASSOCIATESLIBRARY('19QCPHBEPB6Ot3jshX7awu',$,$,$,(#1779),#14989); +#14989= IFCLIBRARYREFERENCE($,$,'Nominal Heat Transfer Coefficient',$,'en',$); -#7683= IFCRELASSOCIATESLIBRARY('1H6IrRJRL83RXZ1QFX_8nu',$,$,$,(#1793),#14990); -#14990= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0852D5529B\X0\','\X2\8A2D8A0852D5529B\X0\','ja-JP',$); +#7680= IFCRELASSOCIATESLIBRARY('146bDidKnElfAvV36Ii8eS',$,$,$,(#1779),#14990); +#14990= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0871B14EA463DB4FC26570\X0\','\X2\8A2D8A0871B14EA463DB97627A4D306E516871B14EA463DB4FC26570\X0\','ja-JP',$); -#7684= IFCRELASSOCIATESLIBRARY('0Z9bQdoIP1eQzf95Zb$wdk',$,$,$,(#1794),#14991); -#14991= IFCLIBRARYREFERENCE($,$,'Nominal Pressure Drop',$,'en',$); +#7681= IFCRELASSOCIATESLIBRARY('2z4QglRsH1aOJGA2bCDw_C',$,$,$,(#1780),#14991); +#14991= IFCLIBRARYREFERENCE($,$,'Nominal Heat Transfer Coefficient',$,'en',$); -#7685= IFCRELASSOCIATESLIBRARY('1aV5BNWG1EuAoNor9l_g8N',$,$,$,(#1795),#14992); -#14992= IFCLIBRARYREFERENCE($,$,'Nominal Return Water Temperature Cooling',$,'en',$); +#7682= IFCRELASSOCIATESLIBRARY('16C8PFY3z5Qe706OqwYjkc',$,$,$,(#1781),#14992); +#14992= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); -#7686= IFCRELASSOCIATESLIBRARY('0rGDmRfzn7vx46JQosqVqd',$,$,$,(#1796),#14993); -#14993= IFCLIBRARYREFERENCE($,$,'Nominal Return Water Temperature Heating',$,'en',$); +#7683= IFCRELASSOCIATESLIBRARY('0iFiyzjY927g1WfKp48LdP',$,$,$,(#1782),#14993); +#14993= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); -#7687= IFCRELASSOCIATESLIBRARY('2jxzzU7ZTA9QnWL$h8rP6c',$,$,$,(#1797),#14994); -#14994= IFCLIBRARYREFERENCE($,$,'Nominal Rotation Speed',$,'en',$); +#7684= IFCRELASSOCIATESLIBRARY('27f2kMaNHFLePP$vLi06WL',$,$,$,(#1784),#14994); +#14994= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); -#7688= IFCRELASSOCIATESLIBRARY('1_Mh_Eg9D3hh$sopeCLaj0',$,$,$,(#1797),#14995); -#14995= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0856DE8EE2901F5EA6\X0\','\X2\8A2D8A0830DB30A430FC30EB901F5EA6\X0\','ja-JP',$); +#7685= IFCRELASSOCIATESLIBRARY('1E1OiX4EPC8gKr7rF9DTH6',$,$,$,(#1784),#14995); +#14995= IFCLIBRARYREFERENCE($,$,'\X2\516C79F09AD8\X0\','\X2\547C30739AD85BF86CD53002\X0\','ja-JP',$); -#7689= IFCRELASSOCIATESLIBRARY('3YGAeGN8DAJvM7$7h818yB',$,$,$,(#1798),#14996); -#14996= IFCLIBRARYREFERENCE($,$,'Nominal Rotation Speed',$,'en',$); +#7686= IFCRELASSOCIATESLIBRARY('0APdpdeXPBWRYKsSZ7luSg',$,$,$,(#1784),#14996); +#14996= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\B192C774\X0\','\X2\ACE0CE58C218\X0\','ko-KR',$); -#7690= IFCRELASSOCIATESLIBRARY('35RcvRm7P5gANStqPumdr8',$,$,$,(#1798),#14997); -#14997= IFCLIBRARYREFERENCE($,$,'\X2\901A5E38306E56DE8EE2901F5EA6\X0\','\X2\591A76EE7684306A72B66CC1306E4E0B3067306E30DD30F330D7306E56DE8EE2901F5EA6\X0\','ja-JP',$); +#7687= IFCRELASSOCIATESLIBRARY('3DWa8nMGXEeeKczdSCReHt',$,$,$,(#1786),#14997); +#14997= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); -#7691= IFCRELASSOCIATESLIBRARY('2uHFcjcjTDGRNruEXbsAO6',$,$,$,(#1799),#14998); -#14998= IFCLIBRARYREFERENCE($,$,'Nominal Sensible Capacity',$,'en',$); +#7688= IFCRELASSOCIATESLIBRARY('2ELNw0gVLE7hKoRpxDnQl7',$,$,$,(#1786),#14998); +#14998= IFCLIBRARYREFERENCE($,$,'\X2\516C79F09AD8\X0\','\X2\547C30739AD85BF86CD53002\X0\','ja-JP',$); -#7692= IFCRELASSOCIATESLIBRARY('1sQzGvDyv0YAlDPYtW_3yS',$,$,$,(#1799),#14999); -#14999= IFCLIBRARYREFERENCE($,$,'PuissanceSensibleNominale','Puissance sensible nominale.','fr-FR',$); +#7689= IFCRELASSOCIATESLIBRARY('2kxvHjrE18YAYs5wxiQTYJ',$,$,$,(#1786),#14999); +#14999= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6DB192C774\X0\','\X2\ACE0\X0\ \X2\CE58C218\X0\','ko-KR',$); -#7693= IFCRELASSOCIATESLIBRARY('3fofCR9cLAr8ovcInjMvmD',$,$,$,(#1800),#15000); -#15000= IFCLIBRARYREFERENCE($,$,'Nominal Size',$,'en',$); +#7690= IFCRELASSOCIATESLIBRARY('1LxHJyH7n6ReV_iZVuimbF',$,$,$,(#1787),#15000); +#15000= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); -#7694= IFCRELASSOCIATESLIBRARY('2dAL8QQX5F_873VWkXvgoY',$,$,$,(#1800),#15001); -#15001= IFCLIBRARYREFERENCE($,$,'\X2\753B9762516C79F030B530A430BA\X0\','\X2\753B9762306E5BFE89D27DDA30B530A430BA3092793A30593002\X0\','ja-JP',$); +#7691= IFCRELASSOCIATESLIBRARY('22MzdpzF5F8h6iGU9WD_t4',$,$,$,(#1788),#15001); +#15001= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#7695= IFCRELASSOCIATESLIBRARY('1edYsA$7P0jfJXhpuBL2oX',$,$,$,(#1800),#15002); -#15002= IFCLIBRARYREFERENCE($,$,'\X2\D654BA74\X0\ \X2\ACF5CE6D\X0\ \X2\D06CAE30\X0\','\X2\D654BA74C758\X0\ \X2\B300AC01C120\X0\ \X2\D06CAE30B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#7692= IFCRELASSOCIATESLIBRARY('2TkRtldFXC7R4QFDXqFAGg',$,$,$,(#1788),#15002); +#15002= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\8CA083773092639B3051308B524D306E632F52D57D767E016750306E9AD83055\X0\','ja-JP',$); -#7696= IFCRELASSOCIATESLIBRARY('3NJBBPINj8uuVQQNlclFI4',$,$,$,(#1802),#15003); -#15003= IFCLIBRARYREFERENCE($,$,'Nominal Static Pressure',$,'en',$); +#7693= IFCRELASSOCIATESLIBRARY('1KvMYGy_r9CuAc8CaEkXtJ',$,$,$,(#1789),#15003); +#15003= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); -#7697= IFCRELASSOCIATESLIBRARY('3ECrZcZ8L6ZR1NqubQ0J3j',$,$,$,(#1802),#15004); -#15004= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0897595727\X0\','\X2\8A2D8A087A7A6C175FAA74B091CF30924FDD8A3C3059308B305F3081306B30D530A130F3304C514B670D3057306A3051308C3070306A3089306A30446C176D414E2D306E97595727\X0\','ja-JP',$); +#7694= IFCRELASSOCIATESLIBRARY('1gnChvhsX7YP3mA$KF1nlP',$,$,$,(#1789),#15004); +#15004= IFCLIBRARYREFERENCE($,$,'\X2\516C79F09AD8\X0\','\X2\547C30739AD85BF86CD53002\X0\','ja-JP',$); -#7698= IFCRELASSOCIATESLIBRARY('2CdfzA3p94_9awGlZUGtas',$,$,$,(#1803),#15005); -#15005= IFCLIBRARYREFERENCE($,$,'Nominal Sump Depth',$,'en',$); +#7695= IFCRELASSOCIATESLIBRARY('24huWSlwb9yQ6RBtEQqvik',$,$,$,(#1789),#15005); +#15005= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\B192C774\X0\','\X2\ACE0\X0\ \X2\CE58C218\X0\','ko-KR',$); -#7699= IFCRELASSOCIATESLIBRARY('2lwt66dEL6iO6_XjgMLQhu',$,$,$,(#1803),#15006); -#15006= IFCLIBRARYREFERENCE($,$,'\X2\6C5A6C3469FD6DF13055\X0\','\X2\5C4062405EA76A197CFB306E\X0\Z\X2\8EF8306B6CBF30465F6230676E2C5B9A3055308C6C5A6C3469FD306E957730553002\X0\','ja-JP',$); +#7696= IFCRELASSOCIATESLIBRARY('1aQmc0coz1lPbpfhfbBao5',$,$,$,(#1790),#15006); +#15006= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); -#7700= IFCRELASSOCIATESLIBRARY('1QdFxbL799FPDZzl6vdTae',$,$,$,(#1804),#15007); -#15007= IFCLIBRARYREFERENCE($,$,'Nominal Sump Length',$,'en',$); +#7697= IFCRELASSOCIATESLIBRARY('2oSvBG$vjAsRdcn_94o_$X',$,$,$,(#1790),#15007); +#15007= IFCLIBRARYREFERENCE($,$,'\X2\547C30739AD83055\X0\','\X2\30C030AF30C876F47BA1306E9AD83055\X0\','ja-JP',$); -#7701= IFCRELASSOCIATESLIBRARY('3V$ae7env8gubjqvN9a0Td',$,$,$,(#1804),#15008); -#15008= IFCLIBRARYREFERENCE($,$,'\X2\6C5A6C3469FD95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F30016C5A6C3469FD306E957730553002\X0\','ja-JP',$); +#7698= IFCRELASSOCIATESLIBRARY('3dMGM9Q150iOAZBi0seUID',$,$,$,(#1791),#15008); +#15008= IFCLIBRARYREFERENCE($,$,'Nominal Height',$,'en',$); -#7702= IFCRELASSOCIATESLIBRARY('1gwoH0hLbDfxw$vR1VTqiB',$,$,$,(#1805),#15009); -#15009= IFCLIBRARYREFERENCE($,$,'Nominal Sump Width',$,'en',$); +#7699= IFCRELASSOCIATESLIBRARY('2_VcLTdYH4V96x_nyRR7Xh',$,$,$,(#1791),#15009); +#15009= IFCLIBRARYREFERENCE($,$,'\X2\516C79F09AD8\X0\','\X2\547C30739AD85BF86CD53002\X0\','ja-JP',$); -#7703= IFCRELASSOCIATESLIBRARY('0czcsfcQL5VOzdEH696c2U',$,$,$,(#1805),#15010); -#15010= IFCLIBRARYREFERENCE($,$,'\X2\6C5A6C3469FD5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF8306B6CBF30465F6230676E2C5B9A3055308C6C5A6C3469FD306E957730553002\X0\','ja-JP',$); +#7700= IFCRELASSOCIATESLIBRARY('1nVALlcw9E_vNvZrKwX4EP',$,$,$,(#1791),#15010); +#15010= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\B192C774\X0\','\X2\ACE0\X0\ \X2\CE58C218\X0\','ko-KR',$); -#7704= IFCRELASSOCIATESLIBRARY('1zmnT9ZvLE2ASwbd2Pc91W',$,$,$,(#1807),#15011); -#15011= IFCLIBRARYREFERENCE($,$,'Nominal Supply Voltage',$,'en',$); +#7701= IFCRELASSOCIATESLIBRARY('1yvNzXhTXDAOgzFQa7hR1R',$,$,$,(#1792),#15011); +#15011= IFCLIBRARYREFERENCE($,$,'Nominal Inlet Air Pressure',$,'en',$); -#7705= IFCRELASSOCIATESLIBRARY('3SOS1N7tnEPufUBJPaIkrE',$,$,$,(#1807),#15012); -#15012= IFCLIBRARYREFERENCE($,$,'\X2\516C79F096FB5727\X0\','\X2\96FB6E90306E516C79F096FB57273002\X0\','ja-JP',$); +#7702= IFCRELASSOCIATESLIBRARY('3xMMrL6ZHCa9v4wOjPADjL',$,$,$,(#1792),#15012); +#15012= IFCLIBRARYREFERENCE($,$,'Pression nominale \S\` l''entr\S\ie d''air','Pression statique en d\S\ibit d''air nominal \S\` l''entr\S\ie','fr-FR',$); -#7706= IFCRELASSOCIATESLIBRARY('0QPJGKkNf6wgSvTz1fDQcd',$,$,$,(#1807),#15013); -#15013= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\C8FCD30CC218\X0\','\X2\C804C6D0\X0\ \X2\ACF5CE6D\X0\ \X2\C8FCD30CC218\X0\','ko-KR',$); +#7703= IFCRELASSOCIATESLIBRARY('2qzG7Gzhb9Zu9xhzC9u8Kn',$,$,$,(#1792),#15013); +#15013= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A08516553E37A7A6C175727\X0\','\X2\516553E397595727306E8A2D8A085024\X0\','ja-JP',$); -#7707= IFCRELASSOCIATESLIBRARY('0pvhr3Vlb9OBOvFquj3iaj',$,$,$,(#1808),#15014); -#15014= IFCLIBRARYREFERENCE($,$,'Nominal Supply Voltage Offset',$,'en',$); +#7704= IFCRELASSOCIATESLIBRARY('3EsBQUj99Ahe0clL4ePnDQ',$,$,$,(#1794),#15014); +#15014= IFCLIBRARYREFERENCE($,$,'Nominal Latent Capacity',$,'en',$); -#7708= IFCRELASSOCIATESLIBRARY('0SU_cIoaH4xvYXXeFQ4Qzz',$,$,$,(#1808),#15015); -#15015= IFCLIBRARYREFERENCE($,$,'\X2\30AA30D530BB30C330C8516C79F096FB5727\X0\','\X2\96FB6E90306E670059275024306867005C0F8A315BB996FB57273002305F306830483070\X0\380V/440V\X2\306E5883754C306F\X0\400V\X2\306E516C79F096FB5727306B906975283055308C308B3002\X0\','ja-JP',$); +#7705= IFCRELASSOCIATESLIBRARY('0HObblizn4jQW6tkfd6B67',$,$,$,(#1794),#15015); +#15015= IFCLIBRARYREFERENCE($,$,'PuissanceLatenteNominale','Puissance latente nominale.','fr-FR',$); -#7709= IFCRELASSOCIATESLIBRARY('2W0s5dS$12NOfXwhZ9_HGl',$,$,$,(#1808),#15016); -#15016= IFCLIBRARYREFERENCE($,$,'\X2\C635C14B\X0\ \X2\ACF5CE6D\X0\ \X2\C804C555\X0\','\X2\C804C6D0\X0\ \X2\CD5CB300\X0\ \X2\BC0F\X0\ \X2\CD5CC18C\X0\ \X2\D5C8C6A9\X0\ \X2\C804C555\X0\ \X2\C608\X0\ : 380V/440V \X2\ACBDACC4B294\X0\ 400V\X2\C758\X0\ \X2\C815ACA9\X0\ \X2\C804C555C5D0\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); +#7706= IFCRELASSOCIATESLIBRARY('2mMAT42$n9PBdLg_0Lz2Zn',$,$,$,(#1795),#15016); +#15016= IFCLIBRARYREFERENCE($,$,'Nominal Length',$,'en',$); -#7710= IFCRELASSOCIATESLIBRARY('29$I8DZlD5c8hJbbrFsCRj',$,$,$,(#1809),#15017); -#15017= IFCLIBRARYREFERENCE($,$,'Nominal Supply Water Temperature Cooling',$,'en',$); +#7707= IFCRELASSOCIATESLIBRARY('1251Gmv95EbhO52_9lGE7_',$,$,$,(#1796),#15017); +#15017= IFCLIBRARYREFERENCE($,$,'Nominal Length Or Diameter',$,'en',$); -#7711= IFCRELASSOCIATESLIBRARY('2k4q5PzA9D$hvKvTd1Evc2',$,$,$,(#1810),#15018); -#15018= IFCLIBRARYREFERENCE($,$,'Nominal Supply Water Temperature Heating',$,'en',$); +#7708= IFCRELASSOCIATESLIBRARY('26WesNQrz46hBkFWujuCAw',$,$,$,(#1796),#15018); +#15018= IFCLIBRARYREFERENCE($,$,'\X2\516C79F09577305553C8306F76F45F84\X0\','\X2\516C79F09577305553C8306F578276F451867B525F6230BF30F330AF306E58345408300130BF30F330AF306E516C79F076F45F84\X0\','ja-JP',$); -#7712= IFCRELASSOCIATESLIBRARY('2WV0v37xT1uwMRRHYp$iFO',$,$,$,(#1811),#15019); -#15019= IFCLIBRARYREFERENCE($,$,'Nominal Surrounding Humidity Cooling',$,'en',$); +#7709= IFCRELASSOCIATESLIBRARY('3OrODZjyDFqPUyPV$GjvYz',$,$,$,(#1798),#15019); +#15019= IFCLIBRARYREFERENCE($,$,'Nominal Media Surface Velocity',$,'en',$); -#7713= IFCRELASSOCIATESLIBRARY('0JsbPkl1v1RgSb5PRyuXS$',$,$,$,(#1812),#15020); -#15020= IFCLIBRARYREFERENCE($,$,'Nominal Surrounding Temperature Cooling',$,'en',$); +#7710= IFCRELASSOCIATESLIBRARY('19KhZYjHr8QvrrLnYJ9St3',$,$,$,(#1799),#15020); +#15020= IFCLIBRARYREFERENCE($,$,'Nominal Moisture Gain',$,'en',$); -#7714= IFCRELASSOCIATESLIBRARY('1MN4lnDOTAaA9SA_FKg2LQ',$,$,$,(#1813),#15021); -#15021= IFCLIBRARYREFERENCE($,$,'Nominal Surrounding Temperature Heating',$,'en',$); +#7711= IFCRELASSOCIATESLIBRARY('3ued6_$sPE6gUV2__wuqlb',$,$,$,(#1799),#15021); +#15021= IFCLIBRARYREFERENCE($,$,'\X2\52A06E7F91CF306E5E735747\X0\','\X2\6C176D41306B52A0308F3063305F6C3484B86C17306E5E73574791CF\X0\','ja-JP',$); -#7715= IFCRELASSOCIATESLIBRARY('17uo2hmIf0uBCtLNahsyxU',$,$,$,(#1814),#15022); -#15022= IFCLIBRARYREFERENCE($,$,'Nominal Thickness','The nominal wall thickness of the duct at the connection point.','en',$); +#7712= IFCRELASSOCIATESLIBRARY('1pj4aEiRf7AegWSy$HN9Bk',$,$,$,(#1800),#15022); +#15022= IFCLIBRARYREFERENCE($,$,'Nominal Particle Geometric Mean Diameter',$,'en',$); -#7716= IFCRELASSOCIATESLIBRARY('2rtgInfcz8iAodndiRU6Aw',$,$,$,(#1816),#15023); -#15023= IFCLIBRARYREFERENCE($,$,'Nominal Topping Thickness',$,'en',$); +#7713= IFCRELASSOCIATESLIBRARY('3ZQQBUzWPDXQ5YjUtQcVpH',$,$,$,(#1801),#15023); +#15023= IFCLIBRARYREFERENCE($,$,'Nominal Particle Geometric Standard Deviation',$,'en',$); -#7717= IFCRELASSOCIATESLIBRARY('3op8qjsbb2Vwc$qjNmn5It',$,$,$,(#1817),#15024); -#15024= IFCLIBRARYREFERENCE($,$,'Nominal Total Pressure',$,'en',$); +#7714= IFCRELASSOCIATESLIBRARY('1e9LzxSC59l9hYI5bp0E33',$,$,$,(#1802),#15024); +#15024= IFCLIBRARYREFERENCE($,$,'Nominal Part Load Ratio',$,'en',$); -#7718= IFCRELASSOCIATESLIBRARY('2qFhDb8Kb7Hf6wxeN7T00c',$,$,$,(#1817),#15025); -#15025= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0851685727\X0\','\X2\30D530A130F33067306E8A2D8A08516857274E0A6607\X0\','ja-JP',$); +#7715= IFCRELASSOCIATESLIBRARY('0Vx1cTqcf2VhXK7RafmAI9',$,$,$,(#1802),#15025); +#15025= IFCLIBRARYREFERENCE($,$,'PlageNominaleChargePartielle','Plage de charge partielle admissible','fr-FR',$); -#7719= IFCRELASSOCIATESLIBRARY('2GZ3dVPNv1yhLQcOTTYyln',$,$,$,(#1819),#15026); -#15026= IFCLIBRARYREFERENCE($,$,'Nominal UA',$,'en',$); +#7716= IFCRELASSOCIATESLIBRARY('26Wtw$TgX7GPRpn5sTeWj9',$,$,$,(#1802),#15026); +#15026= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0890E852068CA083776BD47387\X0\','\X2\8A315BB990E852068CA083776BD47BC456F2\X0\','ja-JP',$); -#7720= IFCRELASSOCIATESLIBRARY('1bWClP_vf97xuZG6OH3ntM',$,$,$,(#1819),#15027); -#15027= IFCLIBRARYREFERENCE($,$,'UANominale','Valeur nominale du coefficient de transmission thermique totale.','fr-FR',$); +#7717= IFCRELASSOCIATESLIBRARY('3V_gZyl118pfRAHA3I5oFv',$,$,$,(#1804),#15027); +#15027= IFCLIBRARYREFERENCE($,$,'Nominal Power Consumption',$,'en',$); -#7721= IFCRELASSOCIATESLIBRARY('1d7mu68XvFBQ$1fDNGk8at',$,$,$,(#1821),#15028); -#15028= IFCLIBRARYREFERENCE($,$,'Nominal Water Flow Cooling',$,'en',$); +#7718= IFCRELASSOCIATESLIBRARY('1KyMREF1jDvQN0op3dLkP7',$,$,$,(#1804),#15028); +#15028= IFCLIBRARYREFERENCE($,$,'ConsommationPuissanceNominale','Puissance de consommation totale nominale.','fr-FR',$); -#7722= IFCRELASSOCIATESLIBRARY('0HuWFKTrbDkv4PrwKI$qph',$,$,$,(#1822),#15029); -#15029= IFCLIBRARYREFERENCE($,$,'Nominal Water Flow Heating',$,'en',$); +#7719= IFCRELASSOCIATESLIBRARY('0OHY4ygf9AqfttBhLTFkEE',$,$,$,(#1805),#15029); +#15029= IFCLIBRARYREFERENCE($,$,'Nominal Power Rate',$,'en',$); -#7723= IFCRELASSOCIATESLIBRARY('2XUDYe6GH3Y8pdQ3OrDAz7',$,$,$,(#1824),#15030); -#15030= IFCLIBRARYREFERENCE($,$,'Nominal Weighted Efficiency',$,'en',$); +#7720= IFCRELASSOCIATESLIBRARY('3_1vI6WJT53fOtaCxs6Tt9',$,$,$,(#1805),#15030); +#15030= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0852D5529B\X0\','\X2\8A2D8A0852D5529B\X0\','ja-JP',$); -#7724= IFCRELASSOCIATESLIBRARY('1eYO89Ljf3ivztLZliWmX$',$,$,$,(#1826),#15031); -#15031= IFCLIBRARYREFERENCE($,$,'Nominal Width',$,'en',$); +#7721= IFCRELASSOCIATESLIBRARY('3hn$eQjDzFuxdKom4WDya5',$,$,$,(#1806),#15031); +#15031= IFCLIBRARYREFERENCE($,$,'Nominal Pressure Drop',$,'en',$); -#7725= IFCRELASSOCIATESLIBRARY('3qpdKObQzEgOnpTVEvP_0P',$,$,$,(#1826),#15032); -#15032= IFCLIBRARYREFERENCE($,$,'\X2\516C79F05E45\X0\','\X2\547C30735E455BF86CD53002\X0\','ja-JP',$); +#7722= IFCRELASSOCIATESLIBRARY('3C0yWjrafFc8F2a5z$ym1O',$,$,$,(#1807),#15032); +#15032= IFCLIBRARYREFERENCE($,$,'Nominal Return Water Temperature Cooling',$,'en',$); -#7726= IFCRELASSOCIATESLIBRARY('0st5uH_mn8Uv046AA6peHR',$,$,$,(#1826),#15033); -#15033= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\D3ED\X0\','\X2\D3ED\X0\ \X2\CE58C218\X0\','ko-KR',$); +#7723= IFCRELASSOCIATESLIBRARY('2MnHcKLzz0R85dEsnw_YtH',$,$,$,(#1808),#15033); +#15033= IFCLIBRARYREFERENCE($,$,'Nominal Return Water Temperature Heating',$,'en',$); -#7727= IFCRELASSOCIATESLIBRARY('0INBKIowTC9wqw7rwRgphX',$,$,$,(#1827),#15034); -#15034= IFCLIBRARYREFERENCE($,$,'Nominal Width Or Diameter',$,'en',$); +#7724= IFCRELASSOCIATESLIBRARY('0oZB5bMWrDDPSOYlJqb0fG',$,$,$,(#1809),#15034); +#15034= IFCLIBRARYREFERENCE($,$,'Nominal Rotation Speed',$,'en',$); -#7728= IFCRELASSOCIATESLIBRARY('16Jm1eI39E29qu2fisnw$N',$,$,$,(#1827),#15035); -#15035= IFCLIBRARYREFERENCE($,$,'\X2\516C79F05E4553C8306F76F45F84\X0\','\X2\516C79F05E4553C8306F6C345E7351867B525F6230BF30F330AF306E58345408300130BF30F330AF306E516C79F076F45F84300030003000300030006CE8FF1A578276F451867B525F6230BF30F330AF306B5BFE30573066306F5FC598083067306F306A3044\X0\','ja-JP',$); +#7725= IFCRELASSOCIATESLIBRARY('3ARAWGMnHDhh42E$9l_kN8',$,$,$,(#1809),#15035); +#15035= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0856DE8EE2901F5EA6\X0\','\X2\8A2D8A0830DB30A430FC30EB901F5EA6\X0\','ja-JP',$); -#7729= IFCRELASSOCIATESLIBRARY('39WpXG5Rb97fOVrupCA5Rd',$,$,$,(#1828),#15036); -#15036= IFCLIBRARYREFERENCE($,$,'Non Hazardous Waste',$,'en',$); +#7726= IFCRELASSOCIATESLIBRARY('1j52nVAV96d8CfluIqtq_2',$,$,$,(#1810),#15036); +#15036= IFCLIBRARYREFERENCE($,$,'Nominal Rotation Speed',$,'en',$); -#7730= IFCRELASSOCIATESLIBRARY('2hs4OXMSj3vwA4vsRZ_DPi',$,$,$,(#1828),#15037); -#15037= IFCLIBRARYREFERENCE($,$,'DechetsNonDangereux','Quantit\S\i de d\S\ichets non dangereux g\S\in\S\ir\S\is [NDT : tels que d\S\ifinis dans la norme NF P01-010]','fr-FR',$); +#7727= IFCRELASSOCIATESLIBRARY('1lMmCr3Or5AwMkzX7XiOlz',$,$,$,(#1810),#15037); +#15037= IFCLIBRARYREFERENCE($,$,'\X2\901A5E38306E56DE8EE2901F5EA6\X0\','\X2\591A76EE7684306A72B66CC1306E4E0B3067306E30DD30F330D7306E56DE8EE2901F5EA6\X0\','ja-JP',$); -#7731= IFCRELASSOCIATESLIBRARY('1Ee$rOJIj9kx3FnevvrQz4',$,$,$,(#1828),#15038); -#15038= IFCLIBRARYREFERENCE($,$,'\X2\4E00822C5EC368C47269\X0\','\X2\751F62103055308C308B4E00822C5EC368C47269306E91CF3002\X0\','ja-JP',$); +#7728= IFCRELASSOCIATESLIBRARY('3532lSOZrFZOhTZtU6PiQ0',$,$,$,(#1811),#15038); +#15038= IFCLIBRARYREFERENCE($,$,'Nominal Sensible Capacity',$,'en',$); -#7732= IFCRELASSOCIATESLIBRARY('2LGqqmL4D7UOzWkdSdHxql',$,$,$,(#1828),#15039); -#15039= IFCLIBRARYREFERENCE($,$,'\X2\BE44\X0\ \X2\C720D574\X0\ \X2\D3D0AE30BB3C\X0\','\X2\BE44\X0\ \X2\C720D574\X0\ \X2\D3D0AE30BB3CC758\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); +#7729= IFCRELASSOCIATESLIBRARY('1klbNLlEr3rOZZwi4upbQB',$,$,$,(#1811),#15039); +#15039= IFCLIBRARYREFERENCE($,$,'PuissanceSensibleNominale','Puissance sensible nominale.','fr-FR',$); -#7733= IFCRELASSOCIATESLIBRARY('1c93hv4OT6lge8eXnL8D1z',$,$,$,(#1829),#15040); -#15040= IFCLIBRARYREFERENCE($,$,'Non Hazardous Waste Per Unit',$,'en',$); +#7730= IFCRELASSOCIATESLIBRARY('1dt9YNiBrAnPHYAaUCQxH6',$,$,$,(#1812),#15040); +#15040= IFCLIBRARYREFERENCE($,$,'Nominal Size',$,'en',$); -#7734= IFCRELASSOCIATESLIBRARY('0l_EPjz0z1Qh0aLYW8lv4o',$,$,$,(#1829),#15041); -#15041= IFCLIBRARYREFERENCE($,$,'DechetsNonDangereuxParUnite','Quantit\S\i de d\S\ichets non dangereux g\S\in\S\ir\S\is tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010].','fr-FR',$); +#7731= IFCRELASSOCIATESLIBRARY('0AVGQT_Tz3cAlTnV1IQp6t',$,$,$,(#1812),#15041); +#15041= IFCLIBRARYREFERENCE($,$,'\X2\753B9762516C79F030B530A430BA\X0\','\X2\753B9762306E5BFE89D27DDA30B530A430BA3092793A30593002\X0\','ja-JP',$); -#7735= IFCRELASSOCIATESLIBRARY('3UsEQhANP8q85O6amygSzz',$,$,$,(#1829),#15042); -#15042= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A975E67095BB35EC368C47269\X0\','\X2\751F62103055308C305F71215BB3306A63926C1791CF3002\X0\','ja-JP',$); +#7732= IFCRELASSOCIATESLIBRARY('14akEIIP10uvVAPYUlRRUC',$,$,$,(#1812),#15042); +#15042= IFCLIBRARYREFERENCE($,$,'\X2\D654BA74\X0\ \X2\ACF5CE6D\X0\ \X2\D06CAE30\X0\','\X2\D654BA74C758\X0\ \X2\B300AC01C120\X0\ \X2\D06CAE30B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#7736= IFCRELASSOCIATESLIBRARY('1IfPA2cZLBMxWxDX3zn4$Z',$,$,$,(#1829),#15043); -#15043= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\BE44\X0\ \X2\C720D574\X0\ \X2\D3D0AE30BB3C\X0\','\X2\BE44\X0\ \X2\C720D574\X0\ \X2\D3D0AE30BB3CC758\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); +#7733= IFCRELASSOCIATESLIBRARY('20wMjXvrP9FOLMe6ZCcddV',$,$,$,(#1814),#15043); +#15043= IFCLIBRARYREFERENCE($,$,'Nominal Static Pressure',$,'en',$); -#7737= IFCRELASSOCIATESLIBRARY('2WR8nM8HDC8Rh4JZT5pbJo',$,$,$,(#1830),#15044); -#15044= IFCLIBRARYREFERENCE($,$,'Non Renewable Energy Consumption',$,'en',$); +#7734= IFCRELASSOCIATESLIBRARY('1zmq3ZhOv53gcqgHfFVc2g',$,$,$,(#1814),#15044); +#15044= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0897595727\X0\','\X2\8A2D8A087A7A6C175FAA74B091CF30924FDD8A3C3059308B305F3081306B30D530A130F3304C514B670D3057306A3051308C3070306A3089306A30446C176D414E2D306E97595727\X0\','ja-JP',$); -#7738= IFCRELASSOCIATESLIBRARY('3CBWx3g_nBORGCAVXj9i$X',$,$,$,(#1830),#15045); -#15045= IFCLIBRARYREFERENCE($,$,'ConsommationEnergieNonRenouvelable','Consommation d''\S\inergie non renouvelable telle que d\S\ifinie dans les normes ISO21930:2007 [NDT : ou NF P01-010]','fr-FR',$); +#7735= IFCRELASSOCIATESLIBRARY('1DuB$PF_T8rPO2BmjC6weW',$,$,$,(#1815),#15045); +#15045= IFCLIBRARYREFERENCE($,$,'Nominal Sump Depth',$,'en',$); -#7739= IFCRELASSOCIATESLIBRARY('2PEyGPX3D27f$ArfjkX_3J',$,$,$,(#1830),#15046); -#15046= IFCLIBRARYREFERENCE($,$,'\X2\7D997D9A4E0D53EF80FD306A30A830CD30EB30AE30FC6D888CBB91CF\X0\','ISO21930:2007 \X2\30675B9A7FA93055308C30663044308B7D997D9A4E0D53EF80FD306A30A830CD30EB30AE30FC6D888CBB91CF3002\X0\','ja-JP',$); +#7736= IFCRELASSOCIATESLIBRARY('1IuZaznVv27PsB1Ng6sYcf',$,$,$,(#1815),#15046); +#15046= IFCLIBRARYREFERENCE($,$,'\X2\6C5A6C3469FD6DF13055\X0\','\X2\5C4062405EA76A197CFB306E\X0\Z\X2\8EF8306B6CBF30465F6230676E2C5B9A3055308C6C5A6C3469FD306E957730553002\X0\','ja-JP',$); -#7740= IFCRELASSOCIATESLIBRARY('3KjuWxdj1Djg6WShBnohk9',$,$,$,(#1830),#15047); -#15047= IFCLIBRARYREFERENCE($,$,'\X2\C7ACC0DD\X0\ \X2\BD88AC00\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0\X0\ \X2\C815C758B41C\X0\ \X2\C7ACC0DD\X0\ \X2\BD88AC00\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); +#7737= IFCRELASSOCIATESLIBRARY('1yXKqOPVX7mvt4$qUSE_Lt',$,$,$,(#1816),#15047); +#15047= IFCLIBRARYREFERENCE($,$,'Nominal Sump Length',$,'en',$); -#7741= IFCRELASSOCIATESLIBRARY('0uHOrEZhr9OhHgM7ItavTV',$,$,$,(#1831),#15048); -#15048= IFCLIBRARYREFERENCE($,$,'Non Renewable Energy Consumption Per Unit',$,'en',$); +#7738= IFCRELASSOCIATESLIBRARY('3j89PSmVfF1xHp3v3c4v$$',$,$,$,(#1816),#15048); +#15048= IFCLIBRARYREFERENCE($,$,'\X2\6C5A6C3469FD95773055\X0\','\X2\5C4062405EA76A197CFB306E\X0\X\X2\8EF8306B6CBF3046304B534A5F84FF08518672B6306E5F62306E58345408FF0930676E2C5B9A3055308C305F30016C5A6C3469FD306E957730553002\X0\','ja-JP',$); -#7742= IFCRELASSOCIATESLIBRARY('3rJ8qRY4n9Ru4p4OWEjFDt',$,$,$,(#1831),#15049); -#15049= IFCLIBRARYREFERENCE($,$,'ConsommationEnergieNonRenouvelableParUnite','Consommation d''\S\inergie non renouvelable telle que d\S\ifinie dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); +#7739= IFCRELASSOCIATESLIBRARY('1H_SO6e5L1wfWBSWzy51Us',$,$,$,(#1817),#15049); +#15049= IFCLIBRARYREFERENCE($,$,'Nominal Sump Width',$,'en',$); -#7743= IFCRELASSOCIATESLIBRARY('3zE2kaBsr3RvWRQRcLJGfH',$,$,$,(#1831),#15050); -#15050= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A518D751F4E0D53EF30A830CD30EB30AE6D888CBB\X0\','ISO21930:2007\X2\30675B9A7FA93055308C308B975E518D751F30A830CD30EB30AE30FC306E4F7F752891CF3002\X0\','ja-JP',$); +#7740= IFCRELASSOCIATESLIBRARY('3o5lOIEd17mh9EHK5PgsQR',$,$,$,(#1817),#15050); +#15050= IFCLIBRARYREFERENCE($,$,'\X2\6C5A6C3469FD5E45\X0\','\X2\5C4062405EA76A197CFB306E\X0\Y\X2\8EF8306B6CBF30465F6230676E2C5B9A3055308C6C5A6C3469FD306E957730553002\X0\','ja-JP',$); -#7744= IFCRELASSOCIATESLIBRARY('3jrrtoDeDDiA4vYzH70Gkn',$,$,$,(#1831),#15051); -#15051= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\C7ACC0DD\X0\ \X2\BD88AC00\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0\X0\ \X2\C815C758B41C\X0\ \X2\C7ACC0DD\X0\ \X2\BD88AC00\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); +#7741= IFCRELASSOCIATESLIBRARY('2oirCVyJXB2RTmWFVB_0ah',$,$,$,(#1819),#15051); +#15051= IFCLIBRARYREFERENCE($,$,'Nominal Supply Voltage',$,'en',$); -#7745= IFCRELASSOCIATESLIBRARY('0YTudGIH93mBqI3nOwo2xL',$,$,$,(#1832),#15052); -#15052= IFCLIBRARYREFERENCE($,$,'\S\\berstand','German-description-6','de-DE',$); +#7742= IFCRELASSOCIATESLIBRARY('2e4w1LElX9Ex61OG7_2YHZ',$,$,$,(#1819),#15052); +#15052= IFCLIBRARYREFERENCE($,$,'\X2\516C79F096FB5727\X0\','\X2\96FB6E90306E516C79F096FB57273002\X0\','ja-JP',$); -#7746= IFCRELASSOCIATESLIBRARY('2KDGQwWUPFKf$DkSRS1wn7',$,$,$,(#1832),#15053); -#15053= IFCLIBRARYREFERENCE($,$,'Nosing Length',$,'en',$); +#7743= IFCRELASSOCIATESLIBRARY('1kia3hYfXELf57kJZhwuiG',$,$,$,(#1819),#15053); +#15053= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\C8FCD30CC218\X0\','\X2\C804C6D0\X0\ \X2\ACF5CE6D\X0\ \X2\C8FCD30CC218\X0\','ko-KR',$); -#7747= IFCRELASSOCIATESLIBRARY('1bDfV1aoj1G9bzwc4idx6H',$,$,$,(#1832),#15054); -#15054= IFCLIBRARYREFERENCE($,$,'LongueurNez','Longueur du nez de marche.','fr-FR',$); +#7744= IFCRELASSOCIATESLIBRARY('3gwEHbP1r4he80hZ5TbXtu',$,$,$,(#1820),#15054); +#15054= IFCLIBRARYREFERENCE($,$,'Nominal Supply Voltage Offset',$,'en',$); -#7748= IFCRELASSOCIATESLIBRARY('3ZC$qcdXv5Z8FlpqhHz69Y',$,$,$,(#1832),#15055); -#15055= IFCLIBRARYREFERENCE($,$,'\X2\8E0F677F524D7F18957F5EA6\X0\','\X2\8E0F677F524D8FB96CBF52304E0B7EA78E22677F76846C345E738DDD79BBFF0C53738E0F677F60AC631190E852067684957F5EA63002\X0\','zh-CN',$); +#7745= IFCRELASSOCIATESLIBRARY('3Ocav$04v7RvDngq5IbD_u',$,$,$,(#1820),#15055); +#15055= IFCLIBRARYREFERENCE($,$,'\X2\30AA30D530BB30C330C8516C79F096FB5727\X0\','\X2\96FB6E90306E670059275024306867005C0F8A315BB996FB57273002305F306830483070\X0\380V/440V\X2\306E5883754C306F\X0\400V\X2\306E516C79F096FB5727306B906975283055308C308B3002\X0\','ja-JP',$); -#7749= IFCRELASSOCIATESLIBRARY('0iv06ewKrCIuqMCNsKsBzg',$,$,$,(#1833),#15056); -#15056= IFCLIBRARYREFERENCE($,$,'\S\\berstand',$,'de-DE',$); +#7746= IFCRELASSOCIATESLIBRARY('3tMAQo9LjCtgNOm2MUIINO',$,$,$,(#1820),#15056); +#15056= IFCLIBRARYREFERENCE($,$,'\X2\C635C14B\X0\ \X2\ACF5CE6D\X0\ \X2\C804C555\X0\','\X2\C804C6D0\X0\ \X2\CD5CB300\X0\ \X2\BC0F\X0\ \X2\CD5CC18C\X0\ \X2\D5C8C6A9\X0\ \X2\C804C555\X0\ \X2\C608\X0\ : 380V/440V \X2\ACBDACC4B294\X0\ 400V\X2\C758\X0\ \X2\C815ACA9\X0\ \X2\C804C555C5D0\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); -#7750= IFCRELASSOCIATESLIBRARY('3UJn8AQEf4Su_tdm4YNCFy',$,$,$,(#1833),#15057); -#15057= IFCLIBRARYREFERENCE($,$,'Nosing Length',$,'en',$); +#7747= IFCRELASSOCIATESLIBRARY('1S5quh0Wv8Ce3FXOR$5J_W',$,$,$,(#1821),#15057); +#15057= IFCLIBRARYREFERENCE($,$,'Nominal Supply Water Temperature Cooling',$,'en',$); -#7751= IFCRELASSOCIATESLIBRARY('3bI2vlJIvFQuyGKwXoI58y',$,$,$,(#1833),#15058); -#15058= IFCLIBRARYREFERENCE($,$,'Hauteur de passage requise','Hauteur de passage (\S\ichapp\S\ie) requise selon le Code en vigueur ou des sp\S\icifications additionnelles.','fr-FR',$); +#7748= IFCRELASSOCIATESLIBRARY('2dnpvUBDv0P9c5uFBEY4Hj',$,$,$,(#1822),#15058); +#15058= IFCLIBRARYREFERENCE($,$,'Nominal Supply Water Temperature Heating',$,'en',$); -#7752= IFCRELASSOCIATESLIBRARY('3ZrDBD7xz0fgVW_1j$dwc1',$,$,$,(#1834),#15059); -#15059= IFCLIBRARYREFERENCE($,$,'Number Of Actors',$,'en',$); +#7749= IFCRELASSOCIATESLIBRARY('3RR8Q2B5H7WgiLBRjC_VRS',$,$,$,(#1823),#15059); +#15059= IFCLIBRARYREFERENCE($,$,'Nominal Surrounding Humidity Cooling',$,'en',$); -#7753= IFCRELASSOCIATESLIBRARY('0KBK1fAw53m8SCgjLBMxOJ',$,$,$,(#1834),#15060); -#15060= IFCLIBRARYREFERENCE($,$,'\X2\95A24E0E80056570\X0\','\X2\6BCD96C656E3306B304A3044306653D6308A6271308F308C308B95A24E0E8005306E65703002\X0\','ja-JP',$); +#7750= IFCRELASSOCIATESLIBRARY('2YUnLxdnX9suB7rPVovM5$',$,$,$,(#1824),#15060); +#15060= IFCLIBRARYREFERENCE($,$,'Nominal Surrounding Temperature Cooling',$,'en',$); -#7754= IFCRELASSOCIATESLIBRARY('1dIL7G6215TxbLX67OuoF2',$,$,$,(#1834),#15061); -#15061= IFCLIBRARYREFERENCE($,$,'\X2\53C24E0E80056570\X0\','\X2\8BE57EC453C24E0E80057684603B65703002\X0\','zh-CN',$); +#7751= IFCRELASSOCIATESLIBRARY('2kdXLjOtX2sgHj0PNLEal2',$,$,$,(#1825),#15061); +#15061= IFCLIBRARYREFERENCE($,$,'Nominal Surrounding Temperature Heating',$,'en',$); -#7755= IFCRELASSOCIATESLIBRARY('17_Gv8J9L1Bfhb_nkpoe5T',$,$,$,(#1837),#15062); -#15062= IFCLIBRARYREFERENCE($,$,'Numberof Blades',$,'en',$); +#7752= IFCRELASSOCIATESLIBRARY('1czPz5wur6Hx2196cbm7gO',$,$,$,(#1826),#15062); +#15062= IFCLIBRARYREFERENCE($,$,'Nominal Thickness','The nominal wall thickness of the duct at the connection point.','en',$); -#7756= IFCRELASSOCIATESLIBRARY('2oTIIouAb3fAyCFNfEmxwY',$,$,$,(#1838),#15063); -#15063= IFCLIBRARYREFERENCE($,$,'Number Of Boltholes',$,'en',$); +#7753= IFCRELASSOCIATESLIBRARY('1dv6tGkKr9vOLWJSlUmdHV',$,$,$,(#1828),#15063); +#15063= IFCLIBRARYREFERENCE($,$,'Nominal Topping Thickness',$,'en',$); -#7757= IFCRELASSOCIATESLIBRARY('3fpxqYS85A1hNpxe6EmUTr',$,$,$,(#1838),#15064); -#15064= IFCLIBRARYREFERENCE($,$,'\X2\30DC30EB30C87A74306E6570\X0\','\X2\30D530E930F330B8306B3042308B30DC30EB30C87A74306E6570\X0\','ja-JP',$); +#7754= IFCRELASSOCIATESLIBRARY('2XfJpfh$r0zRAX3rP7lOjs',$,$,$,(#1829),#15064); +#15064= IFCLIBRARYREFERENCE($,$,'Nominal Total Pressure',$,'en',$); -#7758= IFCRELASSOCIATESLIBRARY('3mDcVYZ6D6CQPajpWKb5yI',$,$,$,(#1843),#15065); -#15065= IFCLIBRARYREFERENCE($,$,'Number Of Cells',$,'en',$); +#7755= IFCRELASSOCIATESLIBRARY('2aqX282vD1bPl8duLMnb9g',$,$,$,(#1829),#15065); +#15065= IFCLIBRARYREFERENCE($,$,'\X2\8A2D8A0851685727\X0\','\X2\30D530A130F33067306E8A2D8A08516857274E0A6607\X0\','ja-JP',$); -#7759= IFCRELASSOCIATESLIBRARY('1b_0CE8kfAsh$$$qdMnviH',$,$,$,(#1844),#15066); -#15066= IFCLIBRARYREFERENCE($,$,'Number Of Chairs',$,'en',$); +#7756= IFCRELASSOCIATESLIBRARY('347jqXByH4z8IXqelz1rby',$,$,$,(#1831),#15066); +#15066= IFCLIBRARYREFERENCE($,$,'Nominal UA',$,'en',$); -#7760= IFCRELASSOCIATESLIBRARY('1$JfVrELjEsBzlipRUfJCl',$,$,$,(#1845),#15067); -#15067= IFCLIBRARYREFERENCE($,$,'Number Of Circuits',$,'en',$); +#7757= IFCRELASSOCIATESLIBRARY('3WBKpkDHHBOA7Z8mM0Y5BJ',$,$,$,(#1831),#15067); +#15067= IFCLIBRARYREFERENCE($,$,'UANominale','Valeur nominale du coefficient de transmission thermique totale.','fr-FR',$); -#7761= IFCRELASSOCIATESLIBRARY('27WoEao0HFpu42l9OLoVNI',$,$,$,(#1845),#15068); -#15068= IFCLIBRARYREFERENCE($,$,'\X2\5E73884C6D4156DE8DEF6570\X0\','\X2\5E73884C6D4130C130E530FC30D656DE8DEF6570\X0\','ja-JP',$); +#7758= IFCRELASSOCIATESLIBRARY('24tGZAKO1FsxiNlOJzCwJD',$,$,$,(#1833),#15068); +#15068= IFCLIBRARYREFERENCE($,$,'Nominal Water Flow Cooling',$,'en',$); -#7762= IFCRELASSOCIATESLIBRARY('3wURWl8rz22vI9OWHliAUO',$,$,$,(#1848),#15069); -#15069= IFCLIBRARYREFERENCE($,$,'Number Of Compartments',$,'en',$); +#7759= IFCRELASSOCIATESLIBRARY('2sbS9Oq614nOIP5jjYQMgU',$,$,$,(#1834),#15069); +#15069= IFCLIBRARYREFERENCE($,$,'Nominal Water Flow Heating',$,'en',$); -#7763= IFCRELASSOCIATESLIBRARY('1pb79ffF9EF8ce4NVGudfg',$,$,$,(#1848),#15070); -#15070= IFCLIBRARYREFERENCE($,$,'\X2\533A753B6570\X0\','\X2\7BA1306E533A52253055308C308B518590E8533A753B306E500B65703002\X0\','ja-JP',$); +#7760= IFCRELASSOCIATESLIBRARY('1IUfzjDMTDMgOvRcPJyY0L',$,$,$,(#1836),#15070); +#15070= IFCLIBRARYREFERENCE($,$,'Nominal Weighted Efficiency',$,'en',$); -#7764= IFCRELASSOCIATESLIBRARY('069IbWVrDApRSgP4TroA0p',$,$,$,(#1848),#15071); -#15071= IFCLIBRARYREFERENCE($,$,'\X2\AD6CD68D\X0\ \X2\C218\X0\','\X2\AD00\X0\ \X2\AD6CBD84B418B294\X0\ \X2\B0B4BD80\X0\ \X2\D30CD2F0C158\X0\ \X2\AC1CC218\X0\','ko-KR',$); +#7761= IFCRELASSOCIATESLIBRARY('31TRxRmVnFTfDy8B0CR98C',$,$,$,(#1838),#15071); +#15071= IFCLIBRARYREFERENCE($,$,'Nominal Width',$,'en',$); -#7765= IFCRELASSOCIATESLIBRARY('2UYvKff95BWP_BRNoEY_3m',$,$,$,(#1850),#15072); -#15072= IFCLIBRARYREFERENCE($,$,'Number Of Cores',$,'en',$); +#7762= IFCRELASSOCIATESLIBRARY('2H1gwtAYj4swfl9GV3hgfa',$,$,$,(#1838),#15072); +#15072= IFCLIBRARYREFERENCE($,$,'\X2\516C79F05E45\X0\','\X2\547C30735E455BF86CD53002\X0\','ja-JP',$); -#7766= IFCRELASSOCIATESLIBRARY('1_9a7MkHzF6PrfPj4h3nOq',$,$,$,(#1850),#15073); -#15073= IFCLIBRARYREFERENCE($,$,'\X2\82AF6570\X0\','\X2\30B130FC30D630EB30846BCD7DDA306E82AF65703092793A30593002\X0\','ja-JP',$); +#7763= IFCRELASSOCIATESLIBRARY('32VPT3WAfD_Qn4vW_OzFyn',$,$,$,(#1838),#15073); +#15073= IFCLIBRARYREFERENCE($,$,'\X2\ACF5CE6D\X0\ \X2\D3ED\X0\','\X2\D3ED\X0\ \X2\CE58C218\X0\','ko-KR',$); -#7767= IFCRELASSOCIATESLIBRARY('3ndnRFYSn17ehtkgQKlwci',$,$,$,(#1850),#15074); -#15074= IFCLIBRARYREFERENCE($,$,'\X2\C2ECC218\X0\','\X2\CF00C774BE14ACFC\X0\ \X2\BAA8C120C758\X0\ \X2\C2ECC218\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#7764= IFCRELASSOCIATESLIBRARY('3DCSa8MJr8rB_svTIyyCdv',$,$,$,(#1839),#15074); +#15074= IFCLIBRARYREFERENCE($,$,'Nominal Width Or Diameter',$,'en',$); -#7768= IFCRELASSOCIATESLIBRARY('0K4IfVC0P5Sh_yoROCzLhM',$,$,$,(#1851),#15075); -#15075= IFCLIBRARYREFERENCE($,$,'Number Of Cores',$,'en',$); +#7765= IFCRELASSOCIATESLIBRARY('1grDgrDPn7$RN58aS7TjFh',$,$,$,(#1839),#15075); +#15075= IFCLIBRARYREFERENCE($,$,'\X2\516C79F05E4553C8306F76F45F84\X0\','\X2\516C79F05E4553C8306F6C345E7351867B525F6230BF30F330AF306E58345408300130BF30F330AF306E516C79F076F45F84300030003000300030006CE8FF1A578276F451867B525F6230BF30F330AF306B5BFE30573066306F5FC598083067306F306A3044\X0\','ja-JP',$); -#7769= IFCRELASSOCIATESLIBRARY('2QDrNdxMf8D9_P6Om4eMlj',$,$,$,(#1854),#15076); -#15076= IFCLIBRARYREFERENCE($,$,'Z\S\|gigkeit','Anzahl der Schornsteinz\S\|ge innerhalb eines Schornsteins. Gew\S\vhnlich ein-, zwei, drei oder vierz\S\|gig.','de-DE',$); +#7766= IFCRELASSOCIATESLIBRARY('1dO$VJdnT0gvusIzRWP7Dc',$,$,$,(#1840),#15076); +#15076= IFCLIBRARYREFERENCE($,$,'Non Hazardous Waste',$,'en',$); -#7770= IFCRELASSOCIATESLIBRARY('0Q3sQFqqHACRvQI_pAvPcv',$,$,$,(#1854),#15077); -#15077= IFCLIBRARYREFERENCE($,$,'Number Of Drafts',$,'en',$); +#7767= IFCRELASSOCIATESLIBRARY('1aSv_W1C97hP2zSptn5apo',$,$,$,(#1840),#15077); +#15077= IFCLIBRARYREFERENCE($,$,'DechetsNonDangereux','Quantit\S\i de d\S\ichets non dangereux g\S\in\S\ir\S\is [NDT : tels que d\S\ifinis dans la norme NF P01-010]','fr-FR',$); -#7771= IFCRELASSOCIATESLIBRARY('1WmEk$sfL2uhmaUzTII7VT',$,$,$,(#1854),#15078); -#15078= IFCLIBRARYREFERENCE($,$,'Nombre de conduits','Nombre de conduits, percements continus par lesquels passe l''air \S\` l''int\S\irieur d''une chemin\S\ie simple.','fr-FR',$); +#7768= IFCRELASSOCIATESLIBRARY('3Qs144W0bDI82eXF_x$_WL',$,$,$,(#1840),#15078); +#15078= IFCLIBRARYREFERENCE($,$,'\X2\4E00822C5EC368C47269\X0\','\X2\751F62103055308C308B4E00822C5EC368C47269306E91CF3002\X0\','ja-JP',$); -#7772= IFCRELASSOCIATESLIBRARY('15gnNh6_T8Uwtu9tXuNN_9',$,$,$,(#1854),#15079); -#15079= IFCLIBRARYREFERENCE($,$,'\X2\7A74306E6570\X0\','\X2\4E003064306E71597A813067300171597A81306E7B52FF08\X0\chimney draft\X2\FF0930017A7A6C17304C6D41308C308B90237D9A3057305F7A74306E65703002\X0\','ja-JP',$); +#7769= IFCRELASSOCIATESLIBRARY('1w5g$pE6P7Fgx3WxPwreHP',$,$,$,(#1840),#15079); +#15079= IFCLIBRARYREFERENCE($,$,'\X2\BE44\X0\ \X2\C720D574\X0\ \X2\D3D0AE30BB3C\X0\','\X2\BE44\X0\ \X2\C720D574\X0\ \X2\D3D0AE30BB3CC758\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); -#7773= IFCRELASSOCIATESLIBRARY('1DpwDDoaj3_PRyhNiw_RQM',$,$,$,(#1854),#15080); -#15080= IFCLIBRARYREFERENCE($,$,'\X2\70DF90536570\X0\','\X2\5355683970DF56F15185768470DF9053657076EEFF0C70DF9053537370DF56F151854F9B7A7A6C146D41901A76848FDE7EED5B5490533002\X0\','zh-CN',$); +#7770= IFCRELASSOCIATESLIBRARY('06HdtS85vEsx_sGwqMIlsf',$,$,$,(#1841),#15080); +#15080= IFCLIBRARYREFERENCE($,$,'Non Hazardous Waste Per Unit',$,'en',$); -#7774= IFCRELASSOCIATESLIBRARY('2_$jd18P56qRaYqz0HISsE',$,$,$,(#1859),#15081); -#15081= IFCLIBRARYREFERENCE($,$,'Number Of Gangs',$,'en',$); +#7771= IFCRELASSOCIATESLIBRARY('2jWxA_uB5Bm9mFHAO1LE7M',$,$,$,(#1841),#15081); +#15081= IFCLIBRARYREFERENCE($,$,'DechetsNonDangereuxParUnite','Quantit\S\i de d\S\ichets non dangereux g\S\in\S\ir\S\is tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010].','fr-FR',$); -#7775= IFCRELASSOCIATESLIBRARY('2tpWazNk9C5vuiwJd9lH0c',$,$,$,(#1859),#15082); -#15082= IFCLIBRARYREFERENCE($,$,'\X2\52065C90306E6570\X0\','\X2\30B930ED30C330C830B930A430C330C1\X0\/\X2\30B330F330BB30F330C8FF08670030824E00822C7684306B\X0\1\X2\3001\X0\2\X2\3001\X0\3\X2\3001307E305F306F\X0\4\X2\FF0930674F7F752853EF80FD306A65703002\X0\','ja-JP',$); +#7772= IFCRELASSOCIATESLIBRARY('2T3RkJAlDDp9NveCZ0zG3r',$,$,$,(#1841),#15082); +#15082= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A975E67095BB35EC368C47269\X0\','\X2\751F62103055308C305F71215BB3306A63926C1791CF3002\X0\','ja-JP',$); -#7776= IFCRELASSOCIATESLIBRARY('1$tN7EXwr33AyRGE2uFSLh',$,$,$,(#1859),#15083); -#15083= IFCLIBRARYREFERENCE($,$,'\X2\BD84AE30C758\X0\ \X2\C218\X0\','\X2\C2ACB86F\X0\ \X2\C2A4C704CE58\X0\ / \X2\CF58C13CD2B8\X0\ (\X2\AC00C7A5\X0\ \X2\C77CBC18C801C73CB85C\X0\ 1,2,3 \X2\B610B294\X0\ 4)\X2\C5D0C11C\X0\ \X2\C0ACC6A9D560\X0\ \X2\C218C788B294\X0\ \X2\C218\X0\.','ko-KR',$); +#7773= IFCRELASSOCIATESLIBRARY('0FHQaf0Wn6IuRgFYIK2MU_',$,$,$,(#1841),#15083); +#15083= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\BE44\X0\ \X2\C720D574\X0\ \X2\D3D0AE30BB3C\X0\','\X2\BE44\X0\ \X2\C720D574\X0\ \X2\D3D0AE30BB3CC758\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); -#7777= IFCRELASSOCIATESLIBRARY('1UcgWvImP5cf0wGkYAJLfS',$,$,$,(#1860),#15084); -#15084= IFCLIBRARYREFERENCE($,$,'Number Of Gangs',$,'en',$); +#7774= IFCRELASSOCIATESLIBRARY('1mTznY$xD3Hg4YJ_sPII0H',$,$,$,(#1842),#15084); +#15084= IFCLIBRARYREFERENCE($,$,'Non Renewable Energy Consumption',$,'en',$); -#7778= IFCRELASSOCIATESLIBRARY('30f4D4wnnBSOtT4KbMkVhp',$,$,$,(#1860),#15085); -#15085= IFCLIBRARYREFERENCE($,$,'\X2\30DC30BF30F36570\X0\','\X2\30B930A430C330C1306E30DC30BF30F36570\X0\','ja-JP',$); +#7775= IFCRELASSOCIATESLIBRARY('0DoIQsmwfChOCxTaZbRCNY',$,$,$,(#1842),#15085); +#15085= IFCLIBRARYREFERENCE($,$,'ConsommationEnergieNonRenouvelable','Consommation d''\S\inergie non renouvelable telle que d\S\ifinie dans les normes ISO21930:2007 [NDT : ou NF P01-010]','fr-FR',$); -#7779= IFCRELASSOCIATESLIBRARY('0np4w7n0jFdOx39_cmJSfX',$,$,$,(#1860),#15086); -#15086= IFCLIBRARYREFERENCE($,$,'\X2\BC84D2BC\X0\ \X2\C218\X0\','\X2\C2A4C704CE58\X0\ \X2\BC84D2BC\X0\ \X2\C218\X0\','ko-KR',$); +#7776= IFCRELASSOCIATESLIBRARY('0vIcR8FGLDRPcVb7ALaK6M',$,$,$,(#1842),#15086); +#15086= IFCLIBRARYREFERENCE($,$,'\X2\7D997D9A4E0D53EF80FD306A30A830CD30EB30AE30FC6D888CBB91CF\X0\','ISO21930:2007 \X2\30675B9A7FA93055308C30663044308B7D997D9A4E0D53EF80FD306A30A830CD30EB30AE30FC6D888CBB91CF3002\X0\','ja-JP',$); -#7780= IFCRELASSOCIATESLIBRARY('1fkHVltnT62fwksxwdjy9W',$,$,$,(#1861),#15087); -#15087= IFCLIBRARYREFERENCE($,$,'Number Of Hose Connections',$,'en',$); +#7777= IFCRELASSOCIATESLIBRARY('2lqC6r_xn6i9oOH$vlXHen',$,$,$,(#1842),#15087); +#15087= IFCLIBRARYREFERENCE($,$,'\X2\C7ACC0DD\X0\ \X2\BD88AC00\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0\X0\ \X2\C815C758B41C\X0\ \X2\C7ACC0DD\X0\ \X2\BD88AC00\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); -#7781= IFCRELASSOCIATESLIBRARY('2BkCvNATbBTAuFmBC1B$T7',$,$,$,(#1861),#15088); -#15088= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B9306E63A57D9A306E6570\X0\','\X2\FF0830DD30F330D763A57D9A30929664304FFF096D88706B6813306E30DB30FC30B963A57D9A306E65703002\X0\','ja-JP',$); +#7778= IFCRELASSOCIATESLIBRARY('0Eiz9Pn6P6zhNkDgqG1lrF',$,$,$,(#1843),#15088); +#15088= IFCLIBRARYREFERENCE($,$,'Non Renewable Energy Consumption Per Unit',$,'en',$); -#7782= IFCRELASSOCIATESLIBRARY('2vPuJzia1AAOCfxwD5mXCK',$,$,$,(#1865),#15089); -#15089= IFCLIBRARYREFERENCE($,$,'Number Of Live Conductors',$,'en',$); +#7779= IFCRELASSOCIATESLIBRARY('156SbBCvH7fglma4QucLqY',$,$,$,(#1843),#15089); +#15089= IFCLIBRARYREFERENCE($,$,'ConsommationEnergieNonRenouvelableParUnite','Consommation d''\S\inergie non renouvelable telle que d\S\ifinie dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); -#7783= IFCRELASSOCIATESLIBRARY('0BSN8XniL0lxVQ7Ma85Isg',$,$,$,(#1874),#15090); -#15090= IFCLIBRARYREFERENCE($,$,'Number Of Panels',$,'en',$); +#7780= IFCRELASSOCIATESLIBRARY('108PFZNavB1urVQJrgZvY7',$,$,$,(#1843),#15090); +#15090= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A518D751F4E0D53EF30A830CD30EB30AE6D888CBB\X0\','ISO21930:2007\X2\30675B9A7FA93055308C308B975E518D751F30A830CD30EB30AE30FC306E4F7F752891CF3002\X0\','ja-JP',$); -#7784= IFCRELASSOCIATESLIBRARY('0JwMsoAJn7RxyIspQrTbin',$,$,$,(#1874),#15091); -#15091= IFCLIBRARYREFERENCE($,$,'\X2\30D130CD30EB306E6570\X0\','\X2\30D130CD30EB306E6570\X0\','ja-JP',$); +#7781= IFCRELASSOCIATESLIBRARY('0caoJvLbr3f8EY_P9WHqZP',$,$,$,(#1843),#15091); +#15091= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\C7ACC0DD\X0\ \X2\BD88AC00\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0\X0\ \X2\C815C758B41C\X0\ \X2\C7ACC0DD\X0\ \X2\BD88AC00\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); -#7785= IFCRELASSOCIATESLIBRARY('2xBmlUB5z3o8vMpBCboiry',$,$,$,(#1875),#15092); -#15092= IFCLIBRARYREFERENCE($,$,'Number Of Parallel Circuits',$,'en',$); +#7782= IFCRELASSOCIATESLIBRARY('0lxv6rQnDDp9WmdT30Ppeb',$,$,$,(#1844),#15092); +#15092= IFCLIBRARYREFERENCE($,$,'\S\\berstand','German-description-6','de-DE',$); -#7786= IFCRELASSOCIATESLIBRARY('3Nh51S3cfD2QmiIqwuqu9e',$,$,$,(#1877),#15093); -#15093= IFCLIBRARYREFERENCE($,$,'Number Of Plates',$,'en',$); +#7783= IFCRELASSOCIATESLIBRARY('3WLPro7a1BgO2BOUgUhxGe',$,$,$,(#1844),#15093); +#15093= IFCLIBRARYREFERENCE($,$,'Nosing Length',$,'en',$); -#7787= IFCRELASSOCIATESLIBRARY('2G5TymxKDBnvDAkJu$4IvO',$,$,$,(#1877),#15094); -#15094= IFCLIBRARYREFERENCE($,$,'\X2\30D730EC30FC30C86570\X0\','\X2\30D730EC30FC30C85F0F71B14EA463DB5668306B4F7F308F308C30663044308B30D730EC30FC30C86570\X0\','ja-JP',$); +#7784= IFCRELASSOCIATESLIBRARY('2XkpKUpULCjuSSmPfs2RZJ',$,$,$,(#1844),#15094); +#15094= IFCLIBRARYREFERENCE($,$,'LongueurNez','Longueur du nez de marche.','fr-FR',$); -#7788= IFCRELASSOCIATESLIBRARY('0h6A8GdKP7VxfyBCBIpiOb',$,$,$,(#1878),#15095); -#15095= IFCLIBRARYREFERENCE($,$,'Number Of Poles',$,'en',$); +#7785= IFCRELASSOCIATESLIBRARY('2RGcUwVVzFJRtMoyBfEJBK',$,$,$,(#1844),#15095); +#15095= IFCLIBRARYREFERENCE($,$,'\X2\8E0F677F524D7F18957F5EA6\X0\','\X2\8E0F677F524D8FB96CBF52304E0B7EA78E22677F76846C345E738DDD79BBFF0C53738E0F677F60AC631190E852067684957F5EA63002\X0\','zh-CN',$); -#7789= IFCRELASSOCIATESLIBRARY('2JclfZjODFgRcE8JjovQrY',$,$,$,(#1882),#15096); -#15096= IFCLIBRARYREFERENCE($,$,'Anzahl der Steigungen','German-description-2','de-DE',$); +#7786= IFCRELASSOCIATESLIBRARY('3K2rIl8Bv2y9k4b9tckpIy',$,$,$,(#1845),#15096); +#15096= IFCLIBRARYREFERENCE($,$,'\S\\berstand',$,'de-DE',$); -#7790= IFCRELASSOCIATESLIBRARY('0UjGw2jtb6TfZFL$sKg23Y',$,$,$,(#1882),#15097); -#15097= IFCLIBRARYREFERENCE($,$,'Number Of Riser',$,'en',$); +#7787= IFCRELASSOCIATESLIBRARY('1_Eq1XvzPA5hjvf5BgZaWV',$,$,$,(#1845),#15097); +#15097= IFCLIBRARYREFERENCE($,$,'Nosing Length',$,'en',$); -#7791= IFCRELASSOCIATESLIBRARY('1ZJX1Dix1Fnw1PmZbq8r9p',$,$,$,(#1882),#15098); -#15098= IFCLIBRARYREFERENCE($,$,'NombreContreMarches','Nombre total de contremarches de l''escalier','fr-FR',$); +#7788= IFCRELASSOCIATESLIBRARY('10fqP5T45D5AzMNaIr6YR$',$,$,$,(#1845),#15098); +#15098= IFCLIBRARYREFERENCE($,$,'Hauteur de passage requise','Hauteur de passage (\S\ichapp\S\ie) requise selon le Code en vigueur ou des sp\S\icifications additionnelles.','fr-FR',$); -#7792= IFCRELASSOCIATESLIBRARY('1_IyuIfwz4DO0wxen0wdgc',$,$,$,(#1882),#15099); -#15099= IFCLIBRARYREFERENCE($,$,'\X2\8E744E0A30526570\X0\','\X2\968E6BB5306E8E744E0A305265703002\X0\','ja-JP',$); +#7789= IFCRELASSOCIATESLIBRARY('1OGt0O9ar97hu0Sdd0suGL',$,$,$,(#1846),#15099); +#15099= IFCLIBRARYREFERENCE($,$,'Number Of Actors',$,'en',$); -#7793= IFCRELASSOCIATESLIBRARY('0J8JjdROr8PwAQWTt1RDP3',$,$,$,(#1882),#15100); -#15100= IFCLIBRARYREFERENCE($,$,'\X2\8E22677F6570\X0\','\X2\8BE568AF6BB562405305542B76848E22677F603B65703002\X0\','zh-CN',$); +#7790= IFCRELASSOCIATESLIBRARY('2LLO2Fas5BpvePosLT60eX',$,$,$,(#1846),#15100); +#15100= IFCLIBRARYREFERENCE($,$,'\X2\95A24E0E80056570\X0\','\X2\6BCD96C656E3306B304A3044306653D6308A6271308F308C308B95A24E0E8005306E65703002\X0\','ja-JP',$); -#7794= IFCRELASSOCIATESLIBRARY('2SmXRY7rX1fQ98gCmVPdtZ',$,$,$,(#1883),#15101); -#15101= IFCLIBRARYREFERENCE($,$,'Anzahl der Steigungen','German-description-2','de-DE',$); +#7791= IFCRELASSOCIATESLIBRARY('0HCYDfSCL4MwSUoMSlkrVR',$,$,$,(#1846),#15101); +#15101= IFCLIBRARYREFERENCE($,$,'\X2\53C24E0E80056570\X0\','\X2\8BE57EC453C24E0E80057684603B65703002\X0\','zh-CN',$); -#7795= IFCRELASSOCIATESLIBRARY('0Gy9fj9PvBaAxG8ILZ0KBp',$,$,$,(#1883),#15102); -#15102= IFCLIBRARYREFERENCE($,$,'Number Of Riser',$,'en',$); +#7792= IFCRELASSOCIATESLIBRARY('2EbrURjhPDhBPWMwq8yDlp',$,$,$,(#1849),#15102); +#15102= IFCLIBRARYREFERENCE($,$,'Numberof Blades',$,'en',$); -#7796= IFCRELASSOCIATESLIBRARY('2xgwoWy393qxRJv5K0CVrC',$,$,$,(#1883),#15103); -#15103= IFCLIBRARYREFERENCE($,$,'NombreContreMarches','Nombre total de contremarches de l''escalier','fr-FR',$); +#7793= IFCRELASSOCIATESLIBRARY('0RdcKf9hPBgx2Nzn5An78n',$,$,$,(#1850),#15103); +#15103= IFCLIBRARYREFERENCE($,$,'Number Of Boltholes',$,'en',$); -#7797= IFCRELASSOCIATESLIBRARY('0Hoyd7N3n2f9M$Q5PmfYfm',$,$,$,(#1883),#15104); -#15104= IFCLIBRARYREFERENCE($,$,'\X2\8E744E0A30526570\X0\','\X2\968E6BB5306E8E744E0A305265703002\X0\','ja-JP',$); +#7794= IFCRELASSOCIATESLIBRARY('1kmWqhNPfDSB_ITlDTmSQD',$,$,$,(#1850),#15104); +#15104= IFCLIBRARYREFERENCE($,$,'\X2\30DC30EB30C87A74306E6570\X0\','\X2\30D530E930F330B8306B3042308B30DC30EB30C87A74306E6570\X0\','ja-JP',$); -#7798= IFCRELASSOCIATESLIBRARY('00QduuZlHCZgvhayEdZCGP',$,$,$,(#1883),#15105); -#15105= IFCLIBRARYREFERENCE($,$,'\X2\8E22677F6570\X0\','\X2\8BE5697C68AF62405305542B76848E22677F603B65703002\X0\','zh-CN',$); +#7795= IFCRELASSOCIATESLIBRARY('1ylUugHxrEyxtK_$mjHiLu',$,$,$,(#1855),#15105); +#15105= IFCLIBRARYREFERENCE($,$,'Number Of Cells',$,'en',$); -#7799= IFCRELASSOCIATESLIBRARY('0ywttzVuz5NA3f6p9OZedi',$,$,$,(#1884),#15106); -#15106= IFCLIBRARYREFERENCE($,$,'Number Of Rows',$,'en',$); +#7796= IFCRELASSOCIATESLIBRARY('0m397Oy6P41elezuxKGO4K',$,$,$,(#1856),#15106); +#15106= IFCLIBRARYREFERENCE($,$,'Number Of Chairs',$,'en',$); -#7800= IFCRELASSOCIATESLIBRARY('3Gh442c3f5xuK8eHKekJbK',$,$,$,(#1884),#15107); -#15107= IFCLIBRARYREFERENCE($,$,'\X2\52176570\X0\','\X2\30C130E530FC30D6306E96C65408306E7D447ACB306B304A3051308B30C130E530FC30D652176570\X0\','ja-JP',$); +#7797= IFCRELASSOCIATESLIBRARY('3q6WAbYIT9rOB9$khtgXNv',$,$,$,(#1857),#15107); +#15107= IFCLIBRARYREFERENCE($,$,'Number Of Circuits',$,'en',$); -#7801= IFCRELASSOCIATESLIBRARY('21yuOB16vE$QOb_p4m6s9q',$,$,$,(#1886),#15108); -#15108= IFCLIBRARYREFERENCE($,$,'Number Of Sections',$,'en',$); +#7798= IFCRELASSOCIATESLIBRARY('2t0hZlz7H0kvmn6160grUe',$,$,$,(#1857),#15108); +#15108= IFCLIBRARYREFERENCE($,$,'\X2\5E73884C6D4156DE8DEF6570\X0\','\X2\5E73884C6D4130C130E530FC30D656DE8DEF6570\X0\','ja-JP',$); -#7802= IFCRELASSOCIATESLIBRARY('3ts3jS96j1afhmS58LYrrz',$,$,$,(#1886),#15109); -#15109= IFCLIBRARYREFERENCE($,$,'\X2\30BB30AF30B730E730F3306E6570\X0\','\X2\30BF30F330AF306E88FD4F5C306B4F7F75283055308C30663044308B30BB30AF30B730E730F3306E6570300065E25B9A306F\X0\1\X2\3064300030006CE8FF1A51683066306E30BB30AF30B730E730F3306F540C30B530A430BA306880033048308B\X0\','ja-JP',$); +#7799= IFCRELASSOCIATESLIBRARY('3jvUu1T912WebapL8xHfIM',$,$,$,(#1860),#15109); +#15109= IFCLIBRARYREFERENCE($,$,'Number Of Compartments',$,'en',$); -#7803= IFCRELASSOCIATESLIBRARY('1EP4MsSYvAwOQfvZds21t4',$,$,$,(#1887),#15110); -#15110= IFCLIBRARYREFERENCE($,$,'Number Of Sections',$,'en',$); +#7800= IFCRELASSOCIATESLIBRARY('1PjqTg7xn4UBsbZUa4s2Hl',$,$,$,(#1860),#15110); +#15110= IFCLIBRARYREFERENCE($,$,'\X2\533A753B6570\X0\','\X2\7BA1306E533A52253055308C308B518590E8533A753B306E500B65703002\X0\','ja-JP',$); -#7804= IFCRELASSOCIATESLIBRARY('2sAtHdl5fDggG2QziS6auq',$,$,$,(#1887),#15111); -#15111= IFCLIBRARYREFERENCE($,$,'\X2\30BB30AF30B730E730F3306E6570\X0\','\X2\6D41308C65B9541130676E2C5B9A3057305F578276F465B95411306E30BB30AF30B730E730F3306E6570\X0\','ja-JP',$); +#7801= IFCRELASSOCIATESLIBRARY('0qa3S7z3j7jBfcEpY6A0CB',$,$,$,(#1860),#15111); +#15111= IFCLIBRARYREFERENCE($,$,'\X2\AD6CD68D\X0\ \X2\C218\X0\','\X2\AD00\X0\ \X2\AD6CBD84B418B294\X0\ \X2\B0B4BD80\X0\ \X2\D30CD2F0C158\X0\ \X2\AC1CC218\X0\','ko-KR',$); -#7805= IFCRELASSOCIATESLIBRARY('16$fwKoH51WvtRDtZTjFvh',$,$,$,(#1888),#15112); -#15112= IFCLIBRARYREFERENCE($,$,'Number Of Sections',$,'en',$); +#7802= IFCRELASSOCIATESLIBRARY('0O52WFckn9jeLUp43ygBGt',$,$,$,(#1862),#15112); +#15112= IFCLIBRARYREFERENCE($,$,'Number Of Cores',$,'en',$); -#7806= IFCRELASSOCIATESLIBRARY('2uik_7xEz22hpB4QwMrYrj',$,$,$,(#1888),#15113); -#15113= IFCLIBRARYREFERENCE($,$,'\X2\30BB30AF30B730E730F3306E6570\X0\','\X2\30BF30F330AF306E88FD4F5C306B4F7F75283055308C30663044308B30BB30AF30B730E730F3306E6570\X0\\X\0D\X\0A\X2\6CE8FF1A51683066306E30BB30AF30B730E730F3306F540C30B530A430BA306880033048308B\X0\','ja-JP',$); +#7803= IFCRELASSOCIATESLIBRARY('05sd5UubPDZBN09FMhkyrI',$,$,$,(#1862),#15113); +#15113= IFCLIBRARYREFERENCE($,$,'\X2\82AF6570\X0\','\X2\30B130FC30D630EB30846BCD7DDA306E82AF65703092793A30593002\X0\','ja-JP',$); -#7807= IFCRELASSOCIATESLIBRARY('0M2PCJtQLBqhO8RccnO3Po',$,$,$,(#1890),#15114); -#15114= IFCLIBRARYREFERENCE($,$,'Number Of Slots',$,'en',$); +#7804= IFCRELASSOCIATESLIBRARY('0ouQ3ZAa50yxkXkZ0kJbFw',$,$,$,(#1862),#15114); +#15114= IFCLIBRARYREFERENCE($,$,'\X2\C2ECC218\X0\','\X2\CF00C774BE14ACFC\X0\ \X2\BAA8C120C758\X0\ \X2\C2ECC218\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#7808= IFCRELASSOCIATESLIBRARY('131eQ0fAn6_xOMC6HEEaT3',$,$,$,(#1890),#15115); -#15115= IFCLIBRARYREFERENCE($,$,'NombreDeFentes','Nombre de fentes','fr-FR',$); +#7805= IFCRELASSOCIATESLIBRARY('2Icky_r1z55hHCHhVfomJL',$,$,$,(#1863),#15115); +#15115= IFCLIBRARYREFERENCE($,$,'Number Of Cores',$,'en',$); -#7809= IFCRELASSOCIATESLIBRARY('3VIkT5FKv7hxGjVdBR$yu9',$,$,$,(#1890),#15116); -#15116= IFCLIBRARYREFERENCE($,$,'\X2\30B930ED30C330C86570\X0\','\X2\30B930ED30C330C86570\X0\','ja-JP',$); +#7806= IFCRELASSOCIATESLIBRARY('2CCx2xqWb30ePca2mQlacY',$,$,$,(#1866),#15116); +#15116= IFCLIBRARYREFERENCE($,$,'Z\S\|gigkeit','Anzahl der Schornsteinz\S\|ge innerhalb eines Schornsteins. Gew\S\vhnlich ein-, zwei, drei oder vierz\S\|gig.','de-DE',$); -#7810= IFCRELASSOCIATESLIBRARY('24ciwiWh1ArhLzS0Q6Hlwj',$,$,$,(#1892),#15117); -#15117= IFCLIBRARYREFERENCE($,$,'Number Of Sockets',$,'en',$); +#7807= IFCRELASSOCIATESLIBRARY('1vLQON4gDAWhr3uR_up3Rw',$,$,$,(#1866),#15117); +#15117= IFCLIBRARYREFERENCE($,$,'Number Of Drafts',$,'en',$); -#7811= IFCRELASSOCIATESLIBRARY('2gdpWI_HX81xIeHWZJ8POT',$,$,$,(#1893),#15118); -#15118= IFCLIBRARYREFERENCE($,$,'Number Of Sources',$,'en',$); +#7808= IFCRELASSOCIATESLIBRARY('2e54vPfe153R15pJePP4wy',$,$,$,(#1866),#15118); +#15118= IFCLIBRARYREFERENCE($,$,'Nombre de conduits','Nombre de conduits, percements continus par lesquels passe l''air \S\` l''int\S\irieur d''une chemin\S\ie simple.','fr-FR',$); -#7812= IFCRELASSOCIATESLIBRARY('12EGEQTCPFZApV2oNhiU43',$,$,$,(#1893),#15119); -#15119= IFCLIBRARYREFERENCE($,$,'\X2\96FB74036570\X0\','\X2\96FB740365703002\X0\','ja-JP',$); +#7809= IFCRELASSOCIATESLIBRARY('0ihXuGcuf9x8sMqodgASOi',$,$,$,(#1866),#15119); +#15119= IFCLIBRARYREFERENCE($,$,'\X2\7A74306E6570\X0\','\X2\4E003064306E71597A813067300171597A81306E7B52FF08\X0\chimney draft\X2\FF0930017A7A6C17304C6D41308C308B90237D9A3057305F7A74306E65703002\X0\','ja-JP',$); -#7813= IFCRELASSOCIATESLIBRARY('252NNGcZH2swdqndre9V4R',$,$,$,(#1893),#15120); -#15120= IFCLIBRARYREFERENCE($,$,'\X2\C804AD6CC218\X0\','\X2\C804AD6CC218\X0\','ko-KR',$); +#7810= IFCRELASSOCIATESLIBRARY('0UFSfoefn46A_ARKSX0tSU',$,$,$,(#1866),#15120); +#15120= IFCLIBRARYREFERENCE($,$,'\X2\70DF90536570\X0\','\X2\5355683970DF56F15185768470DF9053657076EEFF0C70DF9053537370DF56F151854F9B7A7A6C146D41901A76848FDE7EED5B5490533002\X0\','zh-CN',$); -#7814= IFCRELASSOCIATESLIBRARY('1G0wf2rif3kQRwzrxxkBq1',$,$,$,(#1894),#15121); -#15121= IFCLIBRARYREFERENCE($,$,'Geschossanzahl','Anzahl der Vollgeschosse des Geb\S\dudes. \X\0D\X\0A\X\0D\X\0ADieses Attribute soll nur dann eingef\S\|gt werden, wenn keine Geschosse als Objekte, IfcBuildingStorey, beinhaltet sind. Bei Unstimmigkeiten hat die Anzahl der IfcBuildingStorey Objekte Priorit\S\dt.','de-DE',$); +#7811= IFCRELASSOCIATESLIBRARY('05fa1JgzbFwfLgtIycOJZh',$,$,$,(#1871),#15121); +#15121= IFCLIBRARYREFERENCE($,$,'Number Of Gangs',$,'en',$); -#7815= IFCRELASSOCIATESLIBRARY('2X0btP8TjAtOfbarUiWs_M',$,$,$,(#1894),#15122); -#15122= IFCLIBRARYREFERENCE($,$,'Number Of Storeys',$,'en',$); +#7812= IFCRELASSOCIATESLIBRARY('2QLFagXO9ARx9QLM_hYyBe',$,$,$,(#1871),#15122); +#15122= IFCLIBRARYREFERENCE($,$,'\X2\52065C90306E6570\X0\','\X2\30B930ED30C330C830B930A430C330C1\X0\/\X2\30B330F330BB30F330C8FF08670030824E00822C7684306B\X0\1\X2\3001\X0\2\X2\3001\X0\3\X2\3001307E305F306F\X0\4\X2\FF0930674F7F752853EF80FD306A65703002\X0\','ja-JP',$); -#7816= IFCRELASSOCIATESLIBRARY('2RL0E5tcX5$xIYTr$1Xm1V',$,$,$,(#1894),#15123); -#15123= IFCLIBRARYREFERENCE($,$,'NombreNiveaux','Le nombre de niveaux dans un b\S\btiment, \S\` indiquer lorsque la classe IfcBuildingStorey n''est pas utilis\S\ie. Il est pr\S\if\S\irable de cr\S\ier des instances d''IfcBuildingStorey et d''en d\S\iduire le nombre de niveaux plut\S\tt que de saisir cette propri\S\it\S\i.','fr-FR',$); +#7813= IFCRELASSOCIATESLIBRARY('1u2i0MavT2_e5eAIRKdTN2',$,$,$,(#1871),#15123); +#15123= IFCLIBRARYREFERENCE($,$,'\X2\BD84AE30C758\X0\ \X2\C218\X0\','\X2\C2ACB86F\X0\ \X2\C2A4C704CE58\X0\ / \X2\CF58C13CD2B8\X0\ (\X2\AC00C7A5\X0\ \X2\C77CBC18C801C73CB85C\X0\ 1,2,3 \X2\B610B294\X0\ 4)\X2\C5D0C11C\X0\ \X2\C0ACC6A9D560\X0\ \X2\C218C788B294\X0\ \X2\C218\X0\.','ko-KR',$); -#7817= IFCRELASSOCIATESLIBRARY('2BoFbiofLAAulVsurQuB2s',$,$,$,(#1894),#15124); -#15124= IFCLIBRARYREFERENCE($,$,'\X2\968E6570\X0\','\X2\5EFA7269968E306E65703002\X0\IfcBuildingStorey\X2\306E65703068306F95A24FC2306A304F627130463002\X0\','ja-JP',$); +#7814= IFCRELASSOCIATESLIBRARY('19GMZekarCC9x9wuvKC5jf',$,$,$,(#1872),#15124); +#15124= IFCLIBRARYREFERENCE($,$,'Number Of Gangs',$,'en',$); -#7818= IFCRELASSOCIATESLIBRARY('1_ySwWIoT53unS9ow8cTsh',$,$,$,(#1894),#15125); -#15125= IFCLIBRARYREFERENCE($,$,'\X2\CE35\X0\ \X2\C218\X0\','\X2\AC74BB3C\X0\ \X2\CE35\X0\ \X2\C218\X0\. IfcBuildingStorey \X2\C218C640\X0\ \X2\AD00ACC4C5C6C774\X0\ \X2\CDE8AE09D55CB2E4\X0\.','ko-KR',$); +#7815= IFCRELASSOCIATESLIBRARY('14L8GM4UX0GOY1h77ADoHV',$,$,$,(#1872),#15125); +#15125= IFCLIBRARYREFERENCE($,$,'\X2\30DC30BF30F36570\X0\','\X2\30B930A430C330C1306E30DC30BF30F36570\X0\','ja-JP',$); -#7819= IFCRELASSOCIATESLIBRARY('08yZa317TBXQZ_sTJGPitR',$,$,$,(#1900),#15126); -#15126= IFCLIBRARYREFERENCE($,$,'Anzahl der Auftritte','German-description-3','de-DE',$); +#7816= IFCRELASSOCIATESLIBRARY('2yjrYXFBn3j8jsZiYicnzN',$,$,$,(#1872),#15126); +#15126= IFCLIBRARYREFERENCE($,$,'\X2\BC84D2BC\X0\ \X2\C218\X0\','\X2\C2A4C704CE58\X0\ \X2\BC84D2BC\X0\ \X2\C218\X0\','ko-KR',$); -#7820= IFCRELASSOCIATESLIBRARY('310AmMjBj5SgFNwPLkbgH5',$,$,$,(#1900),#15127); -#15127= IFCLIBRARYREFERENCE($,$,'Number Of Treads',$,'en',$); +#7817= IFCRELASSOCIATESLIBRARY('0Akzi38cr0UPdYy0mf$VHp',$,$,$,(#1873),#15127); +#15127= IFCLIBRARYREFERENCE($,$,'Number Of Hose Connections',$,'en',$); -#7821= IFCRELASSOCIATESLIBRARY('3OvqLLz5jBkAhKuJAGhhQJ',$,$,$,(#1900),#15128); -#15128= IFCLIBRARYREFERENCE($,$,'NombreGirons','Nombre total de girons de l''escalier','fr-FR',$); +#7818= IFCRELASSOCIATESLIBRARY('31nBsZg1X2kuN3O_7JKmPQ',$,$,$,(#1873),#15128); +#15128= IFCLIBRARYREFERENCE($,$,'\X2\30DB30FC30B9306E63A57D9A306E6570\X0\','\X2\FF0830DD30F330D763A57D9A30929664304FFF096D88706B6813306E30DB30FC30B963A57D9A306E65703002\X0\','ja-JP',$); -#7822= IFCRELASSOCIATESLIBRARY('2vF8Ql$75DfvtCzyc5O4RK',$,$,$,(#1900),#15129); -#15129= IFCLIBRARYREFERENCE($,$,'\X2\8E0F97626570\X0\','\X2\968E6BB5306E8E0F976265703002\X0\','ja-JP',$); +#7819= IFCRELASSOCIATESLIBRARY('0OS$f3I6f3lOBN0S$hkdev',$,$,$,(#1877),#15129); +#15129= IFCLIBRARYREFERENCE($,$,'Number Of Live Conductors',$,'en',$); -#7823= IFCRELASSOCIATESLIBRARY('2ucmqR6Ev7rQpwxKjPud5g',$,$,$,(#1900),#15130); -#15130= IFCLIBRARYREFERENCE($,$,'\X2\8E0F677F6570\X0\','\X2\8BE568AF6BB562405305542B76848E0F677F603B65703002\X0\','zh-CN',$); +#7820= IFCRELASSOCIATESLIBRARY('1ZXMXre392exf5K8qOr64W',$,$,$,(#1886),#15130); +#15130= IFCLIBRARYREFERENCE($,$,'Number Of Panels',$,'en',$); -#7824= IFCRELASSOCIATESLIBRARY('2bay4Kr054p8dY8ngjEa_Q',$,$,$,(#1901),#15131); -#15131= IFCLIBRARYREFERENCE($,$,'Anzahl der Auftritte','German-description-3','de-DE',$); +#7821= IFCRELASSOCIATESLIBRARY('3$9iis4WX8_giqlGMzph_g',$,$,$,(#1886),#15131); +#15131= IFCLIBRARYREFERENCE($,$,'\X2\30D130CD30EB306E6570\X0\','\X2\30D130CD30EB306E6570\X0\','ja-JP',$); -#7825= IFCRELASSOCIATESLIBRARY('3Jr_3i6rn1hPOU$3MKLn1r',$,$,$,(#1901),#15132); -#15132= IFCLIBRARYREFERENCE($,$,'Number Of Treads',$,'en',$); +#7822= IFCRELASSOCIATESLIBRARY('00OOqJ9rv7nAMb5PCbEqoH',$,$,$,(#1887),#15132); +#15132= IFCLIBRARYREFERENCE($,$,'Number Of Parallel Circuits',$,'en',$); -#7826= IFCRELASSOCIATESLIBRARY('03A_tDaS94cQZpTab87FeB',$,$,$,(#1901),#15133); -#15133= IFCLIBRARYREFERENCE($,$,'NombreGirons','Nombre total de girons de l''escalier','fr-FR',$); +#7823= IFCRELASSOCIATESLIBRARY('0pYhUhS3TC3PKelf7wjTl3',$,$,$,(#1889),#15133); +#15133= IFCLIBRARYREFERENCE($,$,'Number Of Plates',$,'en',$); -#7827= IFCRELASSOCIATESLIBRARY('3iuJsOoIv7iO15k7ma38Vw',$,$,$,(#1901),#15134); -#15134= IFCLIBRARYREFERENCE($,$,'\X2\8E0F97626570\X0\','\X2\968E6BB5306E8E0F976265703002\X0\','ja-JP',$); +#7824= IFCRELASSOCIATESLIBRARY('11aCWAK9r1afYswp1zNlCt',$,$,$,(#1889),#15134); +#15134= IFCLIBRARYREFERENCE($,$,'\X2\30D730EC30FC30C86570\X0\','\X2\30D730EC30FC30C85F0F71B14EA463DB5668306B4F7F308F308C30663044308B30D730EC30FC30C86570\X0\','ja-JP',$); -#7828= IFCRELASSOCIATESLIBRARY('0fqnZ2KUL80e_v6tgIgVaN',$,$,$,(#1901),#15135); -#15135= IFCLIBRARYREFERENCE($,$,'\X2\8E0F677F6570\X0\','\X2\8BE5697C68AF62405305542B76848E0F677F603B65703002\X0\','zh-CN',$); +#7825= IFCRELASSOCIATESLIBRARY('2ON$8o4FP3d9r7TL9tPBDu',$,$,$,(#1890),#15135); +#15135= IFCLIBRARYREFERENCE($,$,'Number Of Poles',$,'en',$); -#7829= IFCRELASSOCIATESLIBRARY('1Uid6x5E11DfEtRPxrrhN4',$,$,$,(#1908),#15136); -#15136= IFCLIBRARYREFERENCE($,$,'Nuts Count',$,'en',$); +#7826= IFCRELASSOCIATESLIBRARY('0tfC3SLi155exaekWAqytZ',$,$,$,(#1894),#15136); +#15136= IFCLIBRARYREFERENCE($,$,'Anzahl der Steigungen','German-description-2','de-DE',$); -#7830= IFCRELASSOCIATESLIBRARY('3yNAvg1UnAYwJat2H1h_$y',$,$,$,(#1909),#15137); -#15137= IFCLIBRARYREFERENCE($,$,'Nut Shape',$,'en',$); +#7827= IFCRELASSOCIATESLIBRARY('1noKsAwoH3Bv6Sz23pQUcl',$,$,$,(#1894),#15137); +#15137= IFCLIBRARYREFERENCE($,$,'Number Of Riser',$,'en',$); -#7831= IFCRELASSOCIATESLIBRARY('3HO2WgsBXDO8p3_67l1A72',$,$,$,(#1911),#15138); -#15138= IFCLIBRARYREFERENCE($,$,'Occupancy Diversity',$,'en',$); +#7828= IFCRELASSOCIATESLIBRARY('2Y2jMrGwj0nhy0O8SY8J4j',$,$,$,(#1894),#15138); +#15138= IFCLIBRARYREFERENCE($,$,'NombreContreMarches','Nombre total de contremarches de l''escalier','fr-FR',$); -#7832= IFCRELASSOCIATESLIBRARY('0ER76LM3T6OOVgwEU30qiX',$,$,$,(#1911),#15139); -#15139= IFCLIBRARYREFERENCE($,$,'\X2\5C454F4F8005306E57285BA47387\X0\','\X2\5BA451855C454F4F8005306E57285BA473873002\X0\','ja-JP',$); +#7829= IFCRELASSOCIATESLIBRARY('0avy0gzibEYRpRtIT$1mf9',$,$,$,(#1894),#15139); +#15139= IFCLIBRARYREFERENCE($,$,'\X2\8E744E0A30526570\X0\','\X2\968E6BB5306E8E744E0A305265703002\X0\','ja-JP',$); -#7833= IFCRELASSOCIATESLIBRARY('2q6ZXQ$ZL5MxNQWoXaHu2s',$,$,$,(#1911),#15140); -#15140= IFCLIBRARYREFERENCE($,$,'\X2\AC70C8FCC790C758\X0\ \X2\C7ACC2E4\X0\ \X2\BE44C728\X0\','\X2\C2E4B0B4\X0\ \X2\AC70C8FCC790C758\X0\ \X2\C7ACC2E4\X0\ \X2\BE44C728\X0\.','ko-KR',$); +#7830= IFCRELASSOCIATESLIBRARY('35kFabhZz3i9wVCSSEGRjE',$,$,$,(#1894),#15140); +#15140= IFCLIBRARYREFERENCE($,$,'\X2\8E22677F6570\X0\','\X2\8BE568AF6BB562405305542B76848E22677F603B65703002\X0\','zh-CN',$); -#7834= IFCRELASSOCIATESLIBRARY('2WSYx8u9zCDAqzsrOB_EAO',$,$,$,(#1912),#15141); -#15141= IFCLIBRARYREFERENCE($,$,'Belegung','Durchschnittliche Anzahl der Personen f\S\|r deren Aktivit\S\dten der Raum vorgesehen ist.','de-DE',$); +#7831= IFCRELASSOCIATESLIBRARY('0iTZqjm1D4cuklvi9wlZB1',$,$,$,(#1895),#15141); +#15141= IFCLIBRARYREFERENCE($,$,'Anzahl der Steigungen','German-description-2','de-DE',$); -#7835= IFCRELASSOCIATESLIBRARY('0tZOFfM4HEGxkY2IgH2AYh',$,$,$,(#1912),#15142); -#15142= IFCLIBRARYREFERENCE($,$,'Occupancy Number',$,'en',$); +#7832= IFCRELASSOCIATESLIBRARY('027y4T12bCi9HyoCqXkaAG',$,$,$,(#1895),#15142); +#15142= IFCLIBRARYREFERENCE($,$,'Number Of Riser',$,'en',$); -#7836= IFCRELASSOCIATESLIBRARY('3lYTB4BLPBKOpwaPaBRoBm',$,$,$,(#1912),#15143); -#15143= IFCLIBRARYREFERENCE($,$,'NombreOccupants','Nombre d''occupants concern\S\is par l''activit\S\i dans cet espace.','fr-FR',$); +#7833= IFCRELASSOCIATESLIBRARY('2LJCTC41r6_OZg2EoAtq$i',$,$,$,(#1895),#15143); +#15143= IFCLIBRARYREFERENCE($,$,'NombreContreMarches','Nombre total de contremarches de l''escalier','fr-FR',$); -#7837= IFCRELASSOCIATESLIBRARY('24JpKd7xLCkPB9SzdWrVF1',$,$,$,(#1912),#15144); -#15144= IFCLIBRARYREFERENCE($,$,'\X2\522975284EBA6570\X0\','\X2\3053306E7A7A9593306B5272308A5F5330663089308C305F6D3B52D530929042884C3059308B305F3081306B5FC58981306A4EBA65703002\X0\','ja-JP',$); +#7834= IFCRELASSOCIATESLIBRARY('2hX8AigK5FsAVc4Wpfbr38',$,$,$,(#1895),#15144); +#15144= IFCLIBRARYREFERENCE($,$,'\X2\8E744E0A30526570\X0\','\X2\968E6BB5306E8E744E0A305265703002\X0\','ja-JP',$); -#7838= IFCRELASSOCIATESLIBRARY('2rOE2u0UHB$xKj4dQLQ_sh',$,$,$,(#1913),#15145); -#15145= IFCLIBRARYREFERENCE($,$,'Maximale Belegung','Maximale Anzahl der Personen f\S\|r deren Aktivit\S\dten der Raum vorgesehen ist.','de-DE',$); +#7835= IFCRELASSOCIATESLIBRARY('2HgtupHQHAjAr1icGoeDg2',$,$,$,(#1895),#15145); +#15145= IFCLIBRARYREFERENCE($,$,'\X2\8E22677F6570\X0\','\X2\8BE5697C68AF62405305542B76848E22677F603B65703002\X0\','zh-CN',$); -#7839= IFCRELASSOCIATESLIBRARY('0161_e6tn2Uey66VQ549CP',$,$,$,(#1913),#15146); -#15146= IFCLIBRARYREFERENCE($,$,'Occupancy Number Peak',$,'en',$); +#7836= IFCRELASSOCIATESLIBRARY('28p$6kl5r6OQeLQgOyCHui',$,$,$,(#1896),#15146); +#15146= IFCLIBRARYREFERENCE($,$,'Number Of Rows',$,'en',$); -#7840= IFCRELASSOCIATESLIBRARY('34adCQGwX9Nhy9sX8YiHby',$,$,$,(#1913),#15147); -#15147= IFCLIBRARYREFERENCE($,$,'NombreOccupantsMax','Nombre maximum d''occupants simultan\S\is concern\S\is par l''activit\S\i dans cet espace \S\` l''heure de pointe.','fr-FR',$); +#7837= IFCRELASSOCIATESLIBRARY('3i7IZ_kb5C9xdqio72YyBv',$,$,$,(#1896),#15147); +#15147= IFCLIBRARYREFERENCE($,$,'\X2\52176570\X0\','\X2\30C130E530FC30D6306E96C65408306E7D447ACB306B304A3051308B30C130E530FC30D652176570\X0\','ja-JP',$); -#7841= IFCRELASSOCIATESLIBRARY('15dSTqObT7PR21KkW4jLKm',$,$,$,(#1913),#15148); -#15148= IFCLIBRARYREFERENCE($,$,'\X2\522975284EBA657030D430FC30AF\X0\','\X2\3053306E7A7A9593306B5272308A5F5330663089308C305F6D3B52D530929042884C3059308B305F3081306B5FC58981306A670059274EBA65703002\X0\','ja-JP',$); +#7838= IFCRELASSOCIATESLIBRARY('38mxweXEbB9gxlUA3w2BUi',$,$,$,(#1898),#15148); +#15148= IFCLIBRARYREFERENCE($,$,'Number Of Sections',$,'en',$); -#7842= IFCRELASSOCIATESLIBRARY('2LyF45V61Auf_$Yb5CdYr3',$,$,$,(#1914),#15149); -#15149= IFCLIBRARYREFERENCE($,$,'Belegungszeit pro Tag','Durchschnittliche Belegungszeit des Raums pro Tag.','de-DE',$); +#7839= IFCRELASSOCIATESLIBRARY('1cqQGx9T54uBx5MDupIKy_',$,$,$,(#1898),#15149); +#15149= IFCLIBRARYREFERENCE($,$,'\X2\30BB30AF30B730E730F3306E6570\X0\','\X2\30BF30F330AF306E88FD4F5C306B4F7F75283055308C30663044308B30BB30AF30B730E730F3306E6570300065E25B9A306F\X0\1\X2\3064300030006CE8FF1A51683066306E30BB30AF30B730E730F3306F540C30B530A430BA306880033048308B\X0\','ja-JP',$); -#7843= IFCRELASSOCIATESLIBRARY('0noRA$9gD7$QK1wpBqPzCz',$,$,$,(#1914),#15150); -#15150= IFCLIBRARYREFERENCE($,$,'Occupancy Time Per Day',$,'en',$); +#7840= IFCRELASSOCIATESLIBRARY('2cEHTTj0nBtAZge_EBP5Hr',$,$,$,(#1899),#15150); +#15150= IFCLIBRARYREFERENCE($,$,'Number Of Sections',$,'en',$); -#7844= IFCRELASSOCIATESLIBRARY('2B26FYoO18EwIkdCEnz_T$',$,$,$,(#1914),#15151); -#15151= IFCLIBRARYREFERENCE($,$,'DureeOccupationJour','Dur\S\ie journali\S\hre de l''activit\S\i dans cet espace','fr-FR',$); +#7841= IFCRELASSOCIATESLIBRARY('0kNOIFecj31vhR5EUDeCGC',$,$,$,(#1899),#15151); +#15151= IFCLIBRARYREFERENCE($,$,'\X2\30BB30AF30B730E730F3306E6570\X0\','\X2\6D41308C65B9541130676E2C5B9A3057305F578276F465B95411306E30BB30AF30B730E730F3306E6570\X0\','ja-JP',$); -#7845= IFCRELASSOCIATESLIBRARY('2dMFcolUfCJBi4IZuK_tI1',$,$,$,(#1914),#15152); -#15152= IFCLIBRARYREFERENCE($,$,'\X2\65E56BCE5229752866429593\X0\','\X2\3053306E7A7A95933067306E6D3B52D530923059308B305F3081306B5FC58981306A65E54E2D306E664295933002\X0\','ja-JP',$); +#7842= IFCRELASSOCIATESLIBRARY('2GAqiN49v3u8LF$fTvcFq3',$,$,$,(#1900),#15152); +#15152= IFCLIBRARYREFERENCE($,$,'Number Of Sections',$,'en',$); -#7846= IFCRELASSOCIATESLIBRARY('0ty3jwwXr6dgmd3vWhNWBj',$,$,$,(#1915),#15153); -#15153= IFCLIBRARYREFERENCE($,$,'Nutzungsart','Hauptnutzungsart des Geb\S\dudes (Schulbau. Kaufhaus, etc.). Wird verwendet, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); +#7843= IFCRELASSOCIATESLIBRARY('1fb8qNrg52TQGYgKL3Ap56',$,$,$,(#1900),#15153); +#15153= IFCLIBRARYREFERENCE($,$,'\X2\30BB30AF30B730E730F3306E6570\X0\','\X2\30BF30F330AF306E88FD4F5C306B4F7F75283055308C30663044308B30BB30AF30B730E730F3306E6570\X0\\X\0D\X\0A\X2\6CE8FF1A51683066306E30BB30AF30B730E730F3306F540C30B530A430BA306880033048308B\X0\','ja-JP',$); -#7847= IFCRELASSOCIATESLIBRARY('2KlDJfFSv2cfYPToVBbDEJ',$,$,$,(#1915),#15154); -#15154= IFCLIBRARYREFERENCE($,$,'Occupancy Type',$,'en',$); +#7844= IFCRELASSOCIATESLIBRARY('0nzebMHjz0vvPCjc7tRbQL',$,$,$,(#1902),#15154); +#15154= IFCLIBRARYREFERENCE($,$,'Number Of Slots',$,'en',$); -#7848= IFCRELASSOCIATESLIBRARY('2k3AjpqSzB6Rr5RR8SVaj6',$,$,$,(#1915),#15155); -#15155= IFCLIBRARYREFERENCE($,$,'TypeOccupation','Type d''occupation. Est d\S\ifini selon le Code National en vigueur.','fr-FR',$); +#7845= IFCRELASSOCIATESLIBRARY('07B0utYsr56v4n6Xu0SBaA',$,$,$,(#1902),#15155); +#15155= IFCLIBRARYREFERENCE($,$,'NombreDeFentes','Nombre de fentes','fr-FR',$); -#7849= IFCRELASSOCIATESLIBRARY('1dGe_EXTX4Vvgl3$Rk8T9A',$,$,$,(#1915),#15156); -#15156= IFCLIBRARYREFERENCE($,$,'\X2\53606709800530BF30A430D7\X0\','\X2\536067098005306E30BF30A430D730025EFA7BC957FA6E966CD5306B6E9662E03002\X0\','ja-JP',$); +#7846= IFCRELASSOCIATESLIBRARY('3buIQ0Uq59Vv4f47w6BEfC',$,$,$,(#1902),#15156); +#15156= IFCLIBRARYREFERENCE($,$,'\X2\30B930ED30C330C86570\X0\','\X2\30B930ED30C330C86570\X0\','ja-JP',$); -#7850= IFCRELASSOCIATESLIBRARY('38W82$Fd50beLHz5V2MeLi',$,$,$,(#1915),#15157); -#15157= IFCLIBRARYREFERENCE($,$,'\X2\C810C720C790\X0\ \X2\C720D615\X0\','\X2\C810B839\X0\ \X2\C790C758\X0\ \X2\C720D615\X0\. \X2\AC74CD95\X0\ \X2\AE30C900BC95C744\X0\ \X2\C900C218D569B2C8B2E4\X0\.','ko-KR',$); +#7847= IFCRELASSOCIATESLIBRARY('1XJGzKMPn6fQIvUy0rmBys',$,$,$,(#1904),#15157); +#15157= IFCLIBRARYREFERENCE($,$,'Number Of Sockets',$,'en',$); -#7851= IFCRELASSOCIATESLIBRARY('2fp36n22197RG1$Q_x7ELq',$,$,$,(#1916),#15158); -#15158= IFCLIBRARYREFERENCE($,$,'Nutzungsart','Nutzungsart des Raums gem\S\d\S\_ der g\S\|ltigen Raumnutzungstabelle des Raumprogramms.','de-DE',$); +#7848= IFCRELASSOCIATESLIBRARY('11Y5zILF57EfmRalQ0lO4b',$,$,$,(#1905),#15158); +#15158= IFCLIBRARYREFERENCE($,$,'Number Of Sources',$,'en',$); -#7852= IFCRELASSOCIATESLIBRARY('0VsP0YPQnBNQuD6Hvqk3QJ',$,$,$,(#1916),#15159); -#15159= IFCLIBRARYREFERENCE($,$,'Occupancy Type',$,'en',$); +#7849= IFCRELASSOCIATESLIBRARY('1BtdoBxRPFXQbmdozy14gS',$,$,$,(#1905),#15159); +#15159= IFCLIBRARYREFERENCE($,$,'\X2\96FB74036570\X0\','\X2\96FB740365703002\X0\','ja-JP',$); -#7853= IFCRELASSOCIATESLIBRARY('0$3aLSIpz4G92dLZYnIH7s',$,$,$,(#1916),#15160); -#15160= IFCLIBRARYREFERENCE($,$,'TypeOccupation','Usage type de cet espace. Est d\S\ifini selon le Code national en vigueur.','fr-FR',$); +#7850= IFCRELASSOCIATESLIBRARY('2wLGIDGN5BfR4Pw0irFmIN',$,$,$,(#1905),#15160); +#15160= IFCLIBRARYREFERENCE($,$,'\X2\C804AD6CC218\X0\','\X2\C804AD6CC218\X0\','ko-KR',$); -#7854= IFCRELASSOCIATESLIBRARY('0ftvJq1CvAG9qvCeARYta5',$,$,$,(#1916),#15161); -#15161= IFCLIBRARYREFERENCE($,$,'\X2\75289014\X0\','\X2\3053306E30AA30D630B830A730AF30C8306E7528901430027D7162EC3059308B56FD306E5EFA7BC96CD5898F306B3088308A5B9A7FA93055308C308B3002\X0\','ja-JP',$); +#7851= IFCRELASSOCIATESLIBRARY('3NNKkxboL0HAiYulLLmVY_',$,$,$,(#1906),#15161); +#15161= IFCLIBRARYREFERENCE($,$,'Geschossanzahl','Anzahl der Vollgeschosse des Geb\S\dudes. \X\0D\X\0A\X\0D\X\0ADieses Attribute soll nur dann eingef\S\|gt werden, wenn keine Geschosse als Objekte, IfcBuildingStorey, beinhaltet sind. Bei Unstimmigkeiten hat die Anzahl der IfcBuildingStorey Objekte Priorit\S\dt.','de-DE',$); -#7857= IFCRELASSOCIATESLIBRARY('1N$FovBT9Cjw1CKpvs0X5U',$,$,$,(#1919),#15162); -#15162= IFCLIBRARYREFERENCE($,$,'Old Device',$,'en',$); +#7852= IFCRELASSOCIATESLIBRARY('2pgnbmajDBOBKyMiQbZRw9',$,$,$,(#1906),#15162); +#15162= IFCLIBRARYREFERENCE($,$,'Number Of Storeys',$,'en',$); -#7858= IFCRELASSOCIATESLIBRARY('3_AAlagPH9me5gig6QlTAq',$,$,$,(#1919),#15163); -#15163= IFCLIBRARYREFERENCE($,$,'\X2\8CA958F24E2D6B6288C57F6E\X0\','\X2\57FA6E96306B906954083055308C3066304430668CA958F23055308C30663044308B304B30693046304B3002\X0\','ja-JP',$); +#7853= IFCRELASSOCIATESLIBRARY('3LLcCHbRP60gcv5Ryz23cf',$,$,$,(#1906),#15163); +#15163= IFCLIBRARYREFERENCE($,$,'NombreNiveaux','Le nombre de niveaux dans un b\S\btiment, \S\` indiquer lorsque la classe IfcBuildingStorey n''est pas utilis\S\ie. Il est pr\S\if\S\irable de cr\S\ier des instances d''IfcBuildingStorey et d''en d\S\iduire le nombre de niveaux plut\S\tt que de saisir cette propri\S\it\S\i.','fr-FR',$); -#7859= IFCRELASSOCIATESLIBRARY('1cS$FUHUXF6wXNQMBm8JsH',$,$,$,(#1919),#15164); -#15164= IFCLIBRARYREFERENCE($,$,'\X2\D310B9E4C911C9C0\X0\ \X2\C7A5CE58\X0\','\X2\AE30C900C5D0\X0\ \X2\C801D569D558C5EC\X0\ \X2\D310B9E4D558B294C9C0C5D0\X0\ \X2\B300D55C\X0\ \X2\C5ECBD80\X0\','ko-KR',$); +#7854= IFCRELASSOCIATESLIBRARY('1mnlAYVvj8DwrQ_IrYpuZq',$,$,$,(#1906),#15164); +#15164= IFCLIBRARYREFERENCE($,$,'\X2\968E6570\X0\','\X2\5EFA7269968E306E65703002\X0\IfcBuildingStorey\X2\306E65703068306F95A24FC2306A304F627130463002\X0\','ja-JP',$); -#7860= IFCRELASSOCIATESLIBRARY('26QpmqfxX8MvKfOyVi7uCJ',$,$,$,(#1921),#15165); -#15165= IFCLIBRARYREFERENCE($,$,'Open Pressure Drop',$,'en',$); +#7855= IFCRELASSOCIATESLIBRARY('27VwKJY9T3hxInQXAp4fVq',$,$,$,(#1906),#15165); +#15165= IFCLIBRARYREFERENCE($,$,'\X2\CE35\X0\ \X2\C218\X0\','\X2\AC74BB3C\X0\ \X2\CE35\X0\ \X2\C218\X0\. IfcBuildingStorey \X2\C218C640\X0\ \X2\AD00ACC4C5C6C774\X0\ \X2\CDE8AE09D55CB2E4\X0\.','ko-KR',$); -#7862= IFCRELASSOCIATESLIBRARY('2YTmgdrxH39gXO3pCPjKUD',$,$,$,(#1922),#15166); -#15166= IFCLIBRARYREFERENCE($,$,'Operating Mode',$,'en',$); +#7856= IFCRELASSOCIATESLIBRARY('1O95KYZWv6n9jKXTT38YWE',$,$,$,(#1912),#15166); +#15166= IFCLIBRARYREFERENCE($,$,'Anzahl der Auftritte','German-description-3','de-DE',$); -#7863= IFCRELASSOCIATESLIBRARY('2KgR14XFrAmASfv11$6E_H',$,$,$,(#1922),#15167); -#15167= IFCLIBRARYREFERENCE($,$,'ModeFonctionnement','Identifie le mode de fonctionnement de la chaudi\S\hre.','fr-FR',$); +#7857= IFCRELASSOCIATESLIBRARY('2EVsgw2Hj2JvVr_DCzk3IP',$,$,$,(#1912),#15167); +#15167= IFCLIBRARYREFERENCE($,$,'Number Of Treads',$,'en',$); -#7864= IFCRELASSOCIATESLIBRARY('0iK0Ow3Or0eve8T5MDwMIU',$,$,$,(#1922),#15168); -#15168= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C30E230FC30C9\X0\','\X2\30DC30A430E9306E52D54F5C30E230FC30C9306E\X0\ID\X2\3000FF0856FA5B9A3001FF126BB5968E30016BD44F8BFF0EFF0EFF0EFF09\X0\','ja-JP',$); +#7858= IFCRELASSOCIATESLIBRARY('2EBYwlQK9F8hTpNWno0dsO',$,$,$,(#1912),#15168); +#15168= IFCLIBRARYREFERENCE($,$,'NombreGirons','Nombre total de girons de l''escalier','fr-FR',$); -#7865= IFCRELASSOCIATESLIBRARY('1aw4vI3gj4TfkQReh1BOAP',$,$,$,(#1923),#15169); -#15169= IFCLIBRARYREFERENCE($,$,'Operating Weight',$,'en',$); +#7859= IFCRELASSOCIATESLIBRARY('0qN_BH$tD6HfSIaeY$vq67',$,$,$,(#1912),#15169); +#15169= IFCLIBRARYREFERENCE($,$,'\X2\8E0F97626570\X0\','\X2\968E6BB5306E8E0F976265703002\X0\','ja-JP',$); -#7866= IFCRELASSOCIATESLIBRARY('3Bn_LzOPPCvxFwOb29wwJG',$,$,$,(#1923),#15170); -#15170= IFCLIBRARYREFERENCE($,$,'\X2\904B8EE291CD91CF\X0\','\X2\4E2D8EAB516890E83092542B3093306030BF30F330AF306E904B8EE291CD91CF\X0\','ja-JP',$); +#7860= IFCRELASSOCIATESLIBRARY('37zexsOFvFmfBVTeTu0Rtj',$,$,$,(#1912),#15170); +#15170= IFCLIBRARYREFERENCE($,$,'\X2\8E0F677F6570\X0\','\X2\8BE568AF6BB562405305542B76848E0F677F603B65703002\X0\','zh-CN',$); -#7868= IFCRELASSOCIATESLIBRARY('33T1VwhE1CtwTe0WWXpwyw',$,$,$,(#1924),#15171); -#15171= IFCLIBRARYREFERENCE($,$,'Operation',$,'en',$); +#7861= IFCRELASSOCIATESLIBRARY('36X6zEBV1DhBkfg5Ks0yto',$,$,$,(#1913),#15171); +#15171= IFCLIBRARYREFERENCE($,$,'Anzahl der Auftritte','German-description-3','de-DE',$); -#7869= IFCRELASSOCIATESLIBRARY('2V1tdw1rT6fQl0P3JupqTY',$,$,$,(#1925),#15172); -#15172= IFCLIBRARYREFERENCE($,$,'Operational Criteria',$,'en',$); +#7862= IFCRELASSOCIATESLIBRARY('1OjFTDhnz0UeEWJEpV0Mb4',$,$,$,(#1913),#15172); +#15172= IFCLIBRARYREFERENCE($,$,'Number Of Treads',$,'en',$); -#7870= IFCRELASSOCIATESLIBRARY('0PU$xvA918TPSLawUjOisf',$,$,$,(#1925),#15173); -#15173= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C74B05883\X0\','\X2\6700592752D54F5C546856F26E295EA63067306E52D54F5C306E66429593\X0\','ja-JP',$); +#7863= IFCRELASSOCIATESLIBRARY('0Y5tdctjL5DuKENTwNJR1X',$,$,$,(#1913),#15173); +#15173= IFCLIBRARYREFERENCE($,$,'NombreGirons','Nombre total de girons de l''escalier','fr-FR',$); -#7871= IFCRELASSOCIATESLIBRARY('1Tk2j1ylj8OeeEwj5$bv4q',$,$,$,(#1927),#15174); -#15174= IFCLIBRARYREFERENCE($,$,'Operational Efficiency',$,'en',$); +#7864= IFCRELASSOCIATESLIBRARY('2h7PxkOB90xOLeiuKTJXBj',$,$,$,(#1913),#15174); +#15174= IFCLIBRARYREFERENCE($,$,'\X2\8E0F97626570\X0\','\X2\968E6BB5306E8E0F976265703002\X0\','ja-JP',$); -#7872= IFCRELASSOCIATESLIBRARY('2LH95FR1D7o8sFdMwIl56s',$,$,$,(#1927),#15175); -#15175= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iOp\S\irationnelle','Efficacit\S\i op\S\irationnelle: production de la chaudi\S\hre divis\S\ie par l''apport total d''\S\inergie (\S\ilectrique et combustible).','fr-FR',$); +#7865= IFCRELASSOCIATESLIBRARY('1mBk4BiwD2d9G06YDiNP4K',$,$,$,(#1913),#15175); +#15175= IFCLIBRARYREFERENCE($,$,'\X2\8E0F677F6570\X0\','\X2\8BE5697C68AF62405305542B76848E0F677F603B65703002\X0\','zh-CN',$); -#7873= IFCRELASSOCIATESLIBRARY('0nuBwL0Wf6aR01m1Fmt0J7',$,$,$,(#1927),#15176); -#15176= IFCLIBRARYREFERENCE($,$,'\X2\904B8EE252B97387\X0\','\X2\904B8EE252B97387FF1A\X0\\X\0D\X\0A\X2\51685165529B30A830CD30EB30AEFF0896FB529B307E305F306F71C36599FF09306730DC30A430E951FA529B30925272308B\X0\','ja-JP',$); +#7866= IFCRELASSOCIATESLIBRARY('2LMnfJFa5BhRtK__Fvg67a',$,$,$,(#1920),#15176); +#15176= IFCLIBRARYREFERENCE($,$,'Nuts Count',$,'en',$); -#7874= IFCRELASSOCIATESLIBRARY('3pcm7ilsr9Axcq95VoTpV0',$,$,$,(#1928),#15177); -#15177= IFCLIBRARYREFERENCE($,$,'Operational Temperature Range',$,'en',$); +#7867= IFCRELASSOCIATESLIBRARY('2waoOmK7rEbQDtRF__Agan',$,$,$,(#1921),#15177); +#15177= IFCLIBRARYREFERENCE($,$,'Nut Shape',$,'en',$); -#7875= IFCRELASSOCIATESLIBRARY('0CrakREbf2$RnLJK8a2$uF',$,$,$,(#1928),#15178); -#15178= IFCLIBRARYREFERENCE($,$,'PlageTemp\S\iratureOp\S\irationelle','Op\S\iration admise sur la plage de temp\S\irature de l''air ambiant','fr-FR',$); +#7868= IFCRELASSOCIATESLIBRARY('3zpUwaxL96yff0J0b0pNBr',$,$,$,(#1923),#15178); +#15178= IFCLIBRARYREFERENCE($,$,'Occupancy Diversity',$,'en',$); -#7876= IFCRELASSOCIATESLIBRARY('0Xicr8LdnFmuJt2gGwOfBD',$,$,$,(#1928),#15179); -#15179= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C6E295EA67BC456F2\X0\','\X2\52D54F5C30928A315BB93059308B546856F26E295EA6306E7BC456F2\X0\','ja-JP',$); +#7869= IFCRELASSOCIATESLIBRARY('1U_re_kAXFFAVjjPL2dNWs',$,$,$,(#1923),#15179); +#15179= IFCLIBRARYREFERENCE($,$,'\X2\5C454F4F8005306E57285BA47387\X0\','\X2\5BA451855C454F4F8005306E57285BA473873002\X0\','ja-JP',$); -#7877= IFCRELASSOCIATESLIBRARY('0hAQEx3dj6GR06f5wlxinO',$,$,$,(#1930),#15180); -#15180= IFCLIBRARYREFERENCE($,$,'Operational Temperature Range',$,'en',$); +#7870= IFCRELASSOCIATESLIBRARY('3bTX15BxD2GQSWciALGb7R',$,$,$,(#1923),#15180); +#15180= IFCLIBRARYREFERENCE($,$,'\X2\AC70C8FCC790C758\X0\ \X2\C7ACC2E4\X0\ \X2\BE44C728\X0\','\X2\C2E4B0B4\X0\ \X2\AC70C8FCC790C758\X0\ \X2\C7ACC2E4\X0\ \X2\BE44C728\X0\.','ko-KR',$); -#7878= IFCRELASSOCIATESLIBRARY('2elpGfwvzELA216ULk6khv',$,$,$,(#1930),#15181); -#15181= IFCLIBRARYREFERENCE($,$,'PlageTemperatureFonctionnelle','Plage de temp\S\irature fonctionnelle admissible.','fr-FR',$); +#7871= IFCRELASSOCIATESLIBRARY('2HcfLg$MT5VBO0s6polQqd',$,$,$,(#1924),#15181); +#15181= IFCLIBRARYREFERENCE($,$,'Belegung','Durchschnittliche Anzahl der Personen f\S\|r deren Aktivit\S\dten der Raum vorgesehen ist.','de-DE',$); -#7879= IFCRELASSOCIATESLIBRARY('2cc_Rxo3DBPwhopeIGMEwz',$,$,$,(#1931),#15182); -#15182= IFCLIBRARYREFERENCE($,$,'Operation Pressure Max',$,'en',$); +#7872= IFCRELASSOCIATESLIBRARY('0u0f8koTH4MBrAjy8uoRJ2',$,$,$,(#1924),#15182); +#15182= IFCLIBRARYREFERENCE($,$,'Occupancy Number',$,'en',$); -#7880= IFCRELASSOCIATESLIBRARY('3j4_pPmrnFSfDZSc3nSOqz',$,$,$,(#1932),#15183); -#15183= IFCLIBRARYREFERENCE($,$,'Operation Temperature Range',$,'en',$); +#7873= IFCRELASSOCIATESLIBRARY('1Nj5BaBxr9VgScwri$tlhL',$,$,$,(#1924),#15183); +#15183= IFCLIBRARYREFERENCE($,$,'NombreOccupants','Nombre d''occupants concern\S\is par l''activit\S\i dans cet espace.','fr-FR',$); -#7881= IFCRELASSOCIATESLIBRARY('2OqWQoBC17cPCQV2q2uZzA',$,$,$,(#1932),#15184); -#15184= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C6E295EA67BC456F2\X0\','\X2\8A315BB952D54F5C546856F26E295EA67BC456F2\X0\','ja-JP',$); +#7874= IFCRELASSOCIATESLIBRARY('3TOMxpUWPDIQ5_j6vD8$vs',$,$,$,(#1924),#15184); +#15184= IFCLIBRARYREFERENCE($,$,'\X2\522975284EBA6570\X0\','\X2\3053306E7A7A9593306B5272308A5F5330663089308C305F6D3B52D530929042884C3059308B305F3081306B5FC58981306A4EBA65703002\X0\','ja-JP',$); -#7882= IFCRELASSOCIATESLIBRARY('32eb1tjEb8pOH1XAz_Gbe$',$,$,$,(#1933),#15185); -#15185= IFCLIBRARYREFERENCE($,$,'Operation Temperature Range',$,'en',$); +#7875= IFCRELASSOCIATESLIBRARY('28ltzX1yjFHxTf5uezgSP2',$,$,$,(#1925),#15185); +#15185= IFCLIBRARYREFERENCE($,$,'Maximale Belegung','Maximale Anzahl der Personen f\S\|r deren Aktivit\S\dten der Raum vorgesehen ist.','de-DE',$); -#7883= IFCRELASSOCIATESLIBRARY('1ESksf56PA9h7GcP_FUxdV',$,$,$,(#1933),#15186); -#15186= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C6E295EA67BC456F2\X0\','\X2\8A315BB94F5C52D5546856F27A7A6C176E295EA67BC456F2\X0\','ja-JP',$); +#7876= IFCRELASSOCIATESLIBRARY('2IlC22nbzE9urTayvRh2W_',$,$,$,(#1925),#15186); +#15186= IFCLIBRARYREFERENCE($,$,'Occupancy Number Peak',$,'en',$); -#7884= IFCRELASSOCIATESLIBRARY('2d8ok_4R1FoBpIPpKJfsJS',$,$,$,(#1934),#15187); -#15187= IFCLIBRARYREFERENCE($,$,'Operation Temperature Range',$,'en',$); +#7877= IFCRELASSOCIATESLIBRARY('3yTfWalaLE9eQkp7oc8Yg$',$,$,$,(#1925),#15187); +#15187= IFCLIBRARYREFERENCE($,$,'NombreOccupantsMax','Nombre maximum d''occupants simultan\S\is concern\S\is par l''activit\S\i dans cet espace \S\` l''heure de pointe.','fr-FR',$); -#7885= IFCRELASSOCIATESLIBRARY('0mVgbk7yj7uxcSrZ3IaviI',$,$,$,(#1935),#15188); -#15188= IFCLIBRARYREFERENCE($,$,'Operation Temperature Range',$,'en',$); +#7878= IFCRELASSOCIATESLIBRARY('1qKhunU013ZvoJ_LmixgoF',$,$,$,(#1925),#15188); +#15188= IFCLIBRARYREFERENCE($,$,'\X2\522975284EBA657030D430FC30AF\X0\','\X2\3053306E7A7A9593306B5272308A5F5330663089308C305F6D3B52D530929042884C3059308B305F3081306B5FC58981306A670059274EBA65703002\X0\','ja-JP',$); -#7886= IFCRELASSOCIATESLIBRARY('1gC$iWghn7YQduw8gK54sz',$,$,$,(#1935),#15189); -#15189= IFCLIBRARYREFERENCE($,$,'Plage de temp\S\irature d''exploitation','Plage op\S\irationnelle possible de la temp\S\irature de l''air ambiant','fr-FR',$); +#7879= IFCRELASSOCIATESLIBRARY('2APYFkIYvAFhZGAzMEHY1w',$,$,$,(#1926),#15189); +#15189= IFCLIBRARYREFERENCE($,$,'Belegungszeit pro Tag','Durchschnittliche Belegungszeit des Raums pro Tag.','de-DE',$); -#7887= IFCRELASSOCIATESLIBRARY('3DADUUTW59aA6tD1D36Um5',$,$,$,(#1935),#15190); -#15190= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C6E295EA67BC456F2\X0\','\X2\8A315BB9546856F26E295EA67BC456F2\X0\','ja-JP',$); +#7880= IFCRELASSOCIATESLIBRARY('2RO2Y_rGH4$AGsNYO81EmC',$,$,$,(#1926),#15190); +#15190= IFCLIBRARYREFERENCE($,$,'Occupancy Time Per Day',$,'en',$); -#7888= IFCRELASSOCIATESLIBRARY('2HRhEnV_z03fT$k8EcluAy',$,$,$,(#1936),#15191); -#15191= IFCLIBRARYREFERENCE($,$,'Operation Temperature Range',$,'en',$); +#7881= IFCRELASSOCIATESLIBRARY('268yCq56P9yuujabn5ZBMl',$,$,$,(#1926),#15191); +#15191= IFCLIBRARYREFERENCE($,$,'DureeOccupationJour','Dur\S\ie journali\S\hre de l''activit\S\i dans cet espace','fr-FR',$); -#7892= IFCRELASSOCIATESLIBRARY('0DFbSdfWr1vu9$yFbDGPRD',$,$,$,(#1941),#15192); -#15192= IFCLIBRARYREFERENCE($,$,'Options',$,'en',$); +#7882= IFCRELASSOCIATESLIBRARY('2UN7Mtm2T9qgOLTFPE8$C$',$,$,$,(#1926),#15192); +#15192= IFCLIBRARYREFERENCE($,$,'\X2\65E56BCE5229752866429593\X0\','\X2\3053306E7A7A95933067306E6D3B52D530923059308B305F3081306B5FC58981306A65E54E2D306E664295933002\X0\','ja-JP',$); -#7894= IFCRELASSOCIATESLIBRARY('1huFSWBbP8FA0MD3Ob0xIH',$,$,$,(#1944),#15193); -#15193= IFCLIBRARYREFERENCE($,$,'Orientation',$,'en',$); +#7883= IFCRELASSOCIATESLIBRARY('1DfCvl8w99_f5jFBNR8ixL',$,$,$,(#1927),#15193); +#15193= IFCLIBRARYREFERENCE($,$,'Nutzungsart','Hauptnutzungsart des Geb\S\dudes (Schulbau. Kaufhaus, etc.). Wird verwendet, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); -#7895= IFCRELASSOCIATESLIBRARY('2jWvaV_YvAT9b8TKkLfl$f',$,$,$,(#1950),#15194); -#15194= IFCLIBRARYREFERENCE($,$,'Outdoor Environment',$,'en',$); +#7884= IFCRELASSOCIATESLIBRARY('3zNNKefQz5NfGtx4r7XuK4',$,$,$,(#1927),#15194); +#15194= IFCLIBRARYREFERENCE($,$,'Occupancy Type',$,'en',$); -#7896= IFCRELASSOCIATESLIBRARY('0Nz3qsbgLAZeutCxoJYQyH',$,$,$,(#1951),#15195); -#15195= IFCLIBRARYREFERENCE($,$,'Outer Diameter',$,'en',$); +#7885= IFCRELASSOCIATESLIBRARY('1Tmb9jQIT83gbBrLv5v4XH',$,$,$,(#1927),#15195); +#15195= IFCLIBRARYREFERENCE($,$,'TypeOccupation','Type d''occupation. Est d\S\ifini selon le Code National en vigueur.','fr-FR',$); -#7897= IFCRELASSOCIATESLIBRARY('1kBYdwhgXFTwJ7hwnyINwT',$,$,$,(#1951),#15196); -#15196= IFCLIBRARYREFERENCE($,$,'\X2\59165F84\X0\','\X2\914D7BA1306E5B9F59165F843002\X0\','ja-JP',$); +#7886= IFCRELASSOCIATESLIBRARY('2HoGyVSH9DggVccou$DK3c',$,$,$,(#1927),#15196); +#15196= IFCLIBRARYREFERENCE($,$,'\X2\53606709800530BF30A430D7\X0\','\X2\536067098005306E30BF30A430D730025EFA7BC957FA6E966CD5306B6E9662E03002\X0\','ja-JP',$); -#7898= IFCRELASSOCIATESLIBRARY('3y23pM8HX0DeGrNYaSmqDH',$,$,$,(#1952),#15197); -#15197= IFCLIBRARYREFERENCE($,$,'Outer Diameter',$,'en',$); +#7887= IFCRELASSOCIATESLIBRARY('2ZtoWlzdj5CeHxDGUeg2dO',$,$,$,(#1927),#15197); +#15197= IFCLIBRARYREFERENCE($,$,'\X2\C810C720C790\X0\ \X2\C720D615\X0\','\X2\C810B839\X0\ \X2\C790C758\X0\ \X2\C720D615\X0\. \X2\AC74CD95\X0\ \X2\AE30C900BC95C744\X0\ \X2\C900C218D569B2C8B2E4\X0\.','ko-KR',$); -#7899= IFCRELASSOCIATESLIBRARY('1N68SpMUPFwefBo$$QvOXb',$,$,$,(#1952),#15198); -#15198= IFCLIBRARYREFERENCE($,$,'\X2\59165F84\X0\','\X2\914D7BA1306E5B9F59165F84\X0\(\X2\30EA30B930C8306E89076570306E65705B57306E89E391C8306B306430443066306F547C30735F8453C27167\X0\)','ja-JP',$); +#7888= IFCRELASSOCIATESLIBRARY('2UwVS9F0r9sO$k$FKQreBu',$,$,$,(#1928),#15198); +#15198= IFCLIBRARYREFERENCE($,$,'Nutzungsart','Nutzungsart des Raums gem\S\d\S\_ der g\S\|ltigen Raumnutzungstabelle des Raumprogramms.','de-DE',$); -#7900= IFCRELASSOCIATESLIBRARY('2iu0VWWB5APQpmGvXg$JRo',$,$,$,(#1953),#15199); -#15199= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); +#7889= IFCRELASSOCIATESLIBRARY('28fpOqD5rC_R6Gw9Reus$S',$,$,$,(#1928),#15199); +#15199= IFCLIBRARYREFERENCE($,$,'Occupancy Type',$,'en',$); -#7901= IFCRELASSOCIATESLIBRARY('3bKC9MMQz8Sv4hEbbQY3OW',$,$,$,(#1953),#15200); -#15200= IFCLIBRARYREFERENCE($,$,'\X2\63926C1753E330B530A430BA\X0\','\X2\89817D20304B3089306E63926C1753E330B530A430BA3002\X0\','ja-JP',$); +#7890= IFCRELASSOCIATESLIBRARY('1vJ0eLu414OPJjS88lsk9a',$,$,$,(#1928),#15200); +#15200= IFCLIBRARYREFERENCE($,$,'TypeOccupation','Usage type de cet espace. Est d\S\ifini selon le Code national en vigueur.','fr-FR',$); -#7902= IFCRELASSOCIATESLIBRARY('2xacgf9c95UQiK3Kb_h3Jy',$,$,$,(#1954),#15201); -#15201= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); +#7891= IFCRELASSOCIATESLIBRARY('3FbXmKRWz4t8NHCBc6M27k',$,$,$,(#1928),#15201); +#15201= IFCLIBRARYREFERENCE($,$,'\X2\75289014\X0\','\X2\3053306E30AA30D630B830A730AF30C8306E7528901430027D7162EC3059308B56FD306E5EFA7BC96CD5898F306B3088308A5B9A7FA93055308C308B3002\X0\','ja-JP',$); -#7903= IFCRELASSOCIATESLIBRARY('0kGAE$CPbA_gAuFp$EF$st',$,$,$,(#1954),#15202); -#15202= IFCLIBRARYREFERENCE($,$,'\X2\63926C1753E363A57D9A53E330B530A430BA\X0\','\X2\89817D20304B3089306E63A57D9A53E353E35F843002\X0\','ja-JP',$); +#7894= IFCRELASSOCIATESLIBRARY('2OakrjxV15lO8TD$YFyv4I',$,$,$,(#1931),#15202); +#15202= IFCLIBRARYREFERENCE($,$,'Old Device',$,'en',$); -#7904= IFCRELASSOCIATESLIBRARY('2FW3nA9vX9N8aSkAsvgJMW',$,$,$,(#1955),#15203); -#15203= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); +#7895= IFCRELASSOCIATESLIBRARY('0tOCtUmWnByhl5HZDL_NHG',$,$,$,(#1931),#15203); +#15203= IFCLIBRARYREFERENCE($,$,'\X2\8CA958F24E2D6B6288C57F6E\X0\','\X2\57FA6E96306B906954083055308C3066304430668CA958F23055308C30663044308B304B30693046304B3002\X0\','ja-JP',$); -#7905= IFCRELASSOCIATESLIBRARY('1L$tw8YjnFsQoULIFeiPV1',$,$,$,(#1955),#15204); -#15204= IFCLIBRARYREFERENCE($,$,'\X2\51FA529B507463A57D9A53E35F84\X0\','\X2\6DF754085F01306E914D7BA163A57D9A30B530A430BA\X0\','ja-JP',$); +#7896= IFCRELASSOCIATESLIBRARY('2vtTnOb6j4F9AC2WQlLc6i',$,$,$,(#1931),#15204); +#15204= IFCLIBRARYREFERENCE($,$,'\X2\D310B9E4C911C9C0\X0\ \X2\C7A5CE58\X0\','\X2\AE30C900C5D0\X0\ \X2\C801D569D558C5EC\X0\ \X2\D310B9E4D558B294C9C0C5D0\X0\ \X2\B300D55C\X0\ \X2\C5ECBD80\X0\','ko-KR',$); -#7906= IFCRELASSOCIATESLIBRARY('1$3gtdB_90GBN_TLGbQ4n2',$,$,$,(#1956),#15205); -#15205= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); +#7897= IFCRELASSOCIATESLIBRARY('0H_KpmkGz4Yx24dzvryYre',$,$,$,(#1933),#15205); +#15205= IFCLIBRARYREFERENCE($,$,'Open Pressure Drop',$,'en',$); -#7907= IFCRELASSOCIATESLIBRARY('1nLsQv1Sj1f8QhsFuqES28',$,$,$,(#1956),#15206); -#15206= IFCLIBRARYREFERENCE($,$,'\X2\639251FA53E363A57D9A53E330B530A430BA\X0\','\X2\30B430DF51E6740688C57F6E306E639251FA53E363A57D9A53E330B530A430BA3002\X0\','ja-JP',$); +#7899= IFCRELASSOCIATESLIBRARY('2MlXF_Kun3ORsm1dv81o7j',$,$,$,(#1934),#15206); +#15206= IFCLIBRARYREFERENCE($,$,'Operating Mode',$,'en',$); -#7908= IFCRELASSOCIATESLIBRARY('29uwLO8WP4AAThviJ9hJZc',$,$,$,(#1957),#15207); -#15207= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); +#7900= IFCRELASSOCIATESLIBRARY('1$GKWTZgDBoA5xjPLmNcs2',$,$,$,(#1934),#15207); +#15207= IFCLIBRARYREFERENCE($,$,'ModeFonctionnement','Identifie le mode de fonctionnement de la chaudi\S\hre.','fr-FR',$); -#7909= IFCRELASSOCIATESLIBRARY('3zhVsPFr5FgOkkLywuVwbv',$,$,$,(#1957),#15208); -#15208= IFCLIBRARYREFERENCE($,$,'\X2\63926C1753E363A57D9A53E3\X0\','\X2\89817D20304B3089306E63926C1753E363A57D9A53E3306E30B530A430BA3002\X0\','ja-JP',$); +#7901= IFCRELASSOCIATESLIBRARY('1_QrR1qDnBa9QXj54PK7vm',$,$,$,(#1934),#15208); +#15208= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C30E230FC30C9\X0\','\X2\30DC30A430E9306E52D54F5C30E230FC30C9306E\X0\ID\X2\3000FF0856FA5B9A3001FF126BB5968E30016BD44F8BFF0EFF0EFF0EFF09\X0\','ja-JP',$); -#7910= IFCRELASSOCIATESLIBRARY('2vfYninZL4MPXkRVLnItZG',$,$,$,(#1958),#15209); -#15209= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); +#7902= IFCRELASSOCIATESLIBRARY('1M5w4PBfv5SRAhTC7ohkOw',$,$,$,(#1935),#15209); +#15209= IFCLIBRARYREFERENCE($,$,'Operating Weight',$,'en',$); -#7911= IFCRELASSOCIATESLIBRARY('08KGC0nCr7Ewtm$7Zems$L',$,$,$,(#1959),#15210); -#15210= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); +#7903= IFCRELASSOCIATESLIBRARY('0DGAV27RL1BgPIPBm2q3VR',$,$,$,(#1935),#15210); +#15210= IFCLIBRARYREFERENCE($,$,'\X2\904B8EE291CD91CF\X0\','\X2\4E2D8EAB516890E83092542B3093306030BF30F330AF306E904B8EE291CD91CF\X0\','ja-JP',$); -#7912= IFCRELASSOCIATESLIBRARY('1YEAiJy_j9BhkPDjZ4GqPE',$,$,$,(#1959),#15211); -#15211= IFCLIBRARYREFERENCE($,$,'\X2\639251FA53E363A57D9A53E330B530A430BA\X0\','\X2\89817D20304B3089306E63A57D9A53E330B530A430BA3002\X0\','ja-JP',$); +#7905= IFCRELASSOCIATESLIBRARY('21knELzJ1808d_jiEoNcKa',$,$,$,(#1936),#15211); +#15211= IFCLIBRARYREFERENCE($,$,'Operation',$,'en',$); -#7913= IFCRELASSOCIATESLIBRARY('3rH6$$s9v4iwmGA03mbEA3',$,$,$,(#1960),#15212); -#15212= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); +#7906= IFCRELASSOCIATESLIBRARY('2KbnkJU_5EFxez5pRhd6EA',$,$,$,(#1937),#15212); +#15212= IFCLIBRARYREFERENCE($,$,'Operational Criteria',$,'en',$); -#7914= IFCRELASSOCIATESLIBRARY('0LO6DOTi9A38fujsV$it9G',$,$,$,(#1960),#15213); -#15213= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A53E353E35F84\X0\','\X2\89817D20304B3089306E63A57D9A53E353E35F843002\X0\','ja-JP',$); +#7907= IFCRELASSOCIATESLIBRARY('3X2YTp5d12wesj7kYLQ1E0',$,$,$,(#1937),#15213); +#15213= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C74B05883\X0\','\X2\6700592752D54F5C546856F26E295EA63067306E52D54F5C306E66429593\X0\','ja-JP',$); -#7915= IFCRELASSOCIATESLIBRARY('1_r85SAqz3phAitH0dBUL2',$,$,$,(#1961),#15214); -#15214= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); +#7908= IFCRELASSOCIATESLIBRARY('12Xejhu6j9lheKDgGlevdd',$,$,$,(#1939),#15214); +#15214= IFCLIBRARYREFERENCE($,$,'Operational Efficiency',$,'en',$); -#7916= IFCRELASSOCIATESLIBRARY('2WioWaIYLE2BVmRiAUsPNH',$,$,$,(#1961),#15215); -#15215= IFCLIBRARYREFERENCE($,$,'\X2\63926C1753E363A57D9A53E330B530A430BA\X0\','\X2\89817D20304B3089306E63A57D9A53E330B530A430BA3002\X0\','ja-JP',$); +#7909= IFCRELASSOCIATESLIBRARY('2k4jsvAzvBkwOWpJRj2FXx',$,$,$,(#1939),#15215); +#15215= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iOp\S\irationnelle','Efficacit\S\i op\S\irationnelle: production de la chaudi\S\hre divis\S\ie par l''apport total d''\S\inergie (\S\ilectrique et combustible).','fr-FR',$); -#7917= IFCRELASSOCIATESLIBRARY('2ZW9m0E399WPRtEl$xFOcQ',$,$,$,(#1962),#15216); -#15216= IFCLIBRARYREFERENCE($,$,'Outlet Diameter',$,'en',$); +#7910= IFCRELASSOCIATESLIBRARY('2jIhFmCpP1vhErUWfoTmi$',$,$,$,(#1939),#15216); +#15216= IFCLIBRARYREFERENCE($,$,'\X2\904B8EE252B97387\X0\','\X2\904B8EE252B97387FF1A\X0\\X\0D\X\0A\X2\51685165529B30A830CD30EB30AEFF0896FB529B307E305F306F71C36599FF09306730DC30A430E951FA529B30925272308B\X0\','ja-JP',$); -#7918= IFCRELASSOCIATESLIBRARY('2iWuWYZH9A9gmsGLOulrOt',$,$,$,(#1962),#15217); -#15217= IFCLIBRARYREFERENCE($,$,'\X2\51FA53E353E35F84\X0\','\X2\51FA53E3306E76F45F843002\X0\','ja-JP',$); +#7911= IFCRELASSOCIATESLIBRARY('1o_K5C6kX4bRfR3TC$CTNm',$,$,$,(#1940),#15217); +#15217= IFCLIBRARYREFERENCE($,$,'Operational Temperature Range',$,'en',$); -#7919= IFCRELASSOCIATESLIBRARY('3tvOzuZXj6tQOeoxVBEQkY',$,$,$,(#1963),#15218); -#15218= IFCLIBRARYREFERENCE($,$,'Outlet Temperature Range',$,'en',$); +#7912= IFCRELASSOCIATESLIBRARY('0rbBeCN0952fCkYTKaYX2C',$,$,$,(#1940),#15218); +#15218= IFCLIBRARYREFERENCE($,$,'PlageTemp\S\iratureOp\S\irationelle','Op\S\iration admise sur la plage de temp\S\irature de l''air ambiant','fr-FR',$); -#7920= IFCRELASSOCIATESLIBRARY('3tp2hDYXX6teWwqefRLS7p',$,$,$,(#1963),#15219); -#15219= IFCLIBRARYREFERENCE($,$,'PlageTemp\S\iratureSortie','Temp\S\irature admissible de sortie de l''eau ou de la vapeur','fr-FR',$); +#7913= IFCRELASSOCIATESLIBRARY('3EIqG_c2b7OO2X47smr2Cu',$,$,$,(#1940),#15219); +#15219= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C6E295EA67BC456F2\X0\','\X2\52D54F5C30928A315BB93059308B546856F26E295EA6306E7BC456F2\X0\','ja-JP',$); -#7921= IFCRELASSOCIATESLIBRARY('39R2y0DznALO2If5Rje3rl',$,$,$,(#1963),#15220); -#15220= IFCLIBRARYREFERENCE($,$,'\X2\51FA53E36E295EA67BC456F2\X0\','\X2\6C34307E305F306F84B86C17306E306930613089304B306E8A315BB951FA53E36E295EA6\X0\','ja-JP',$); +#7914= IFCRELASSOCIATESLIBRARY('2EehEZAULDPvogqYVy3KVP',$,$,$,(#1942),#15220); +#15220= IFCLIBRARYREFERENCE($,$,'Operational Temperature Range',$,'en',$); -#7922= IFCRELASSOCIATESLIBRARY('0eTRX4jLHDXehjB9or6PBf',$,$,$,(#1964),#15221); -#15221= IFCLIBRARYREFERENCE($,$,'Output Capacity',$,'en',$); +#7915= IFCRELASSOCIATESLIBRARY('27XiT7XfnCmetlOX4ja4Xm',$,$,$,(#1942),#15221); +#15221= IFCLIBRARYREFERENCE($,$,'PlageTemperatureFonctionnelle','Plage de temp\S\irature fonctionnelle admissible.','fr-FR',$); -#7923= IFCRELASSOCIATESLIBRARY('2fAMiTtfH2dhrdDl25b$WA',$,$,$,(#1964),#15222); -#15222= IFCLIBRARYREFERENCE($,$,'\X2\51FA529B\X0\','\X2\30E130FC30AB30FC306B3088308A30EA30B930C830A230C330D73055308C305F516C79F071B151FA529B\X0\','ja-JP',$); +#7916= IFCRELASSOCIATESLIBRARY('2YAE7jQAHBIAWCzC2pqftW',$,$,$,(#1943),#15222); +#15222= IFCLIBRARYREFERENCE($,$,'Operation Pressure Max',$,'en',$); -#7924= IFCRELASSOCIATESLIBRARY('3Y37wNlWj0n8zgkIK_85nY',$,$,$,(#1965),#15223); -#15223= IFCLIBRARYREFERENCE($,$,'Output Capacity Curve',$,'en',$); +#7917= IFCRELASSOCIATESLIBRARY('0bmIXhyPn8oh7k4yLU5NZT',$,$,$,(#1944),#15223); +#15223= IFCLIBRARYREFERENCE($,$,'Operation Temperature Range',$,'en',$); -#7925= IFCRELASSOCIATESLIBRARY('2XDt5x9f9959f8p_Z7tylr',$,$,$,(#1965),#15224); -#15224= IFCLIBRARYREFERENCE($,$,'\X2\90E85206768430A230A630C830D730C330C880FD529B66F27DDA\X0\','\X2\90E85206768430A230A630C830D730C330C880FD529B66F27DDAFF086C346E29306E95A26570306830573066FF09\X0\','ja-JP',$); +#7918= IFCRELASSOCIATESLIBRARY('0McrfgD715j88BSKILSclP',$,$,$,(#1944),#15224); +#15224= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C6E295EA67BC456F2\X0\','\X2\8A315BB952D54F5C546856F26E295EA67BC456F2\X0\','ja-JP',$); -#7926= IFCRELASSOCIATESLIBRARY('0zbKrQwJ1D2veVc8N_Z60t',$,$,$,(#1967),#15225); -#15225= IFCLIBRARYREFERENCE($,$,'Outside Air Flowrate',$,'en',$); +#7919= IFCRELASSOCIATESLIBRARY('0XT30A8LLBlQ6_hur6Hhqx',$,$,$,(#1945),#15225); +#15225= IFCLIBRARYREFERENCE($,$,'Operation Temperature Range',$,'en',$); -#7927= IFCRELASSOCIATESLIBRARY('2qv3lEyMz4dBdq2hMEarbi',$,$,$,(#1967),#15226); -#15226= IFCLIBRARYREFERENCE($,$,'\X2\59166C176D4191CF\X0\','\X2\30E630CB30C330C8306B5165308B59166C176D4191CF\X0\','ja-JP',$); +#7920= IFCRELASSOCIATESLIBRARY('2GYoIGvLL8rvc7Ij5CIOOD',$,$,$,(#1945),#15226); +#15226= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C6E295EA67BC456F2\X0\','\X2\8A315BB94F5C52D5546856F27A7A6C176E295EA67BC456F2\X0\','ja-JP',$); -#7928= IFCRELASSOCIATESLIBRARY('0UxEe4km1F5OFN7w4yGdNr',$,$,$,(#1968),#15227); -#15227= IFCLIBRARYREFERENCE($,$,'Outside Air Per Person',$,'en',$); +#7921= IFCRELASSOCIATESLIBRARY('2Bd_DVknH0PhdgxLA85JeJ',$,$,$,(#1946),#15227); +#15227= IFCLIBRARYREFERENCE($,$,'Operation Temperature Range',$,'en',$); -#7929= IFCRELASSOCIATESLIBRARY('0x3tjTKBD5LR9vpc$pjm7I',$,$,$,(#1968),#15228); -#15228= IFCLIBRARYREFERENCE($,$,'\X2\FF114EBA3042305F308A306E59166C1791CF\X0\','\X2\FF114EBA3042305F308A306E59166C1791CF306E8A2D8A0850243002\X0\','ja-JP',$); +#7922= IFCRELASSOCIATESLIBRARY('2NJJ1ITVX4yOEby$X3zsbs',$,$,$,(#1947),#15228); +#15228= IFCLIBRARYREFERENCE($,$,'Operation Temperature Range',$,'en',$); -#7930= IFCRELASSOCIATESLIBRARY('2OMP9CN8P5tORUnzsHw82Z',$,$,$,(#1968),#15229); -#15229= IFCLIBRARYREFERENCE($,$,'\X2\B2F9\X0\ \X2\C678AE30B7C9\X0\','\X2\B2F9\X0\ \X2\C678AE30\X0\ \X2\B7C9C758\X0\ \X2\C124ACC4\X0\ \X2\AC12\X0\.','ko-KR',$); +#7923= IFCRELASSOCIATESLIBRARY('03Jp2Mr5r46xuSS41cjSOK',$,$,$,(#1947),#15229); +#15229= IFCLIBRARYREFERENCE($,$,'Plage de temp\S\irature d''exploitation','Plage op\S\irationnelle possible de la temp\S\irature de l''air ambiant','fr-FR',$); -#7931= IFCRELASSOCIATESLIBRARY('2uca7bHOjBtOtzresAXBee',$,$,$,(#1969),#15230); -#15230= IFCLIBRARYREFERENCE($,$,'Outside Diameter',$,'en',$); +#7924= IFCRELASSOCIATESLIBRARY('0YRv7FnGn3N8brTYGxEq8h',$,$,$,(#1947),#15230); +#15230= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C6E295EA67BC456F2\X0\','\X2\8A315BB9546856F26E295EA67BC456F2\X0\','ja-JP',$); -#7932= IFCRELASSOCIATESLIBRARY('3177oXnrfD0PMnRkM3wW9B',$,$,$,(#1969),#15231); -#15231= IFCLIBRARYREFERENCE($,$,'\X2\59165F84\X0\','\X2\30C130E530FC30D6675F5185306E30C130E530FC30D65B9F59165F84\X0\','ja-JP',$); +#7925= IFCRELASSOCIATESLIBRARY('0AytlPahj0lvTT43VzAW3V',$,$,$,(#1948),#15231); +#15231= IFCLIBRARYREFERENCE($,$,'Operation Temperature Range',$,'en',$); -#7933= IFCRELASSOCIATESLIBRARY('3Redn95szBcuM_qKqR30nQ',$,$,$,(#1970),#15232); -#15232= IFCLIBRARYREFERENCE($,$,'Overall Depth',$,'en',$); +#7929= IFCRELASSOCIATESLIBRARY('0__MoIQbDCPvtfhVLjyO36',$,$,$,(#1953),#15232); +#15232= IFCLIBRARYREFERENCE($,$,'Options',$,'en',$); -#7934= IFCRELASSOCIATESLIBRARY('3JaiAAJCjB0hadtzZ7D6S2',$,$,$,(#1971),#15233); -#15233= IFCLIBRARYREFERENCE($,$,'Overall Depth',$,'en',$); +#7931= IFCRELASSOCIATESLIBRARY('2NiAsriwr2dhDlM00QO7Nc',$,$,$,(#1956),#15233); +#15233= IFCLIBRARYREFERENCE($,$,'Orientation',$,'en',$); -#7935= IFCRELASSOCIATESLIBRARY('0T6gwuF3D0auawDXZ$wkm5',$,$,$,(#1972),#15234); -#15234= IFCLIBRARYREFERENCE($,$,'Overall Diameter',$,'en',$); +#7932= IFCRELASSOCIATESLIBRARY('2kx0ZtwwL3VBogQ8EgQFgS',$,$,$,(#1962),#15234); +#15234= IFCLIBRARYREFERENCE($,$,'Outdoor Environment',$,'en',$); -#7936= IFCRELASSOCIATESLIBRARY('0RQVDCi394XxgYBMXB9OhP',$,$,$,(#1972),#15235); -#15235= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\30B130FC30D630EB30846BCD7DDA306E59165F625BF86CD5FF0876F45F84FF093092793A30593002\X0\','ja-JP',$); +#7933= IFCRELASSOCIATESLIBRARY('0t1puEC4j7Pgy3Wq6Nlg5J',$,$,$,(#1963),#15235); +#15235= IFCLIBRARYREFERENCE($,$,'Outer Diameter',$,'en',$); -#7937= IFCRELASSOCIATESLIBRARY('0QCOPxDZj9CO49Ezo3iDef',$,$,$,(#1972),#15236); -#15236= IFCLIBRARYREFERENCE($,$,'\X2\C9C1ACBD\X0\','\X2\CF00C774BE14ACFC\X0\ \X2\BAA8C120C758\X0\ \X2\C678D615\X0\ \X2\CE58C218\X0\ (\X2\C9C1ACBD\X0\)\X2\B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#7934= IFCRELASSOCIATESLIBRARY('15qQyghS58wev9JLNHX7Hx',$,$,$,(#1963),#15236); +#15236= IFCLIBRARYREFERENCE($,$,'\X2\59165F84\X0\','\X2\914D7BA1306E5B9F59165F843002\X0\','ja-JP',$); -#7938= IFCRELASSOCIATESLIBRARY('2$zSc9Kz17a89OTd3UjeMF',$,$,$,(#1973),#15237); -#15237= IFCLIBRARYREFERENCE($,$,'Overall Diameter',$,'en',$); +#7935= IFCRELASSOCIATESLIBRARY('05btLkqx1AyvLiQxT0NxBx',$,$,$,(#1964),#15237); +#15237= IFCLIBRARYREFERENCE($,$,'Outer Diameter',$,'en',$); -#7939= IFCRELASSOCIATESLIBRARY('1iJLpN7c54yAvAPOjtIz_d',$,$,$,(#1973),#15238); -#15238= IFCLIBRARYREFERENCE($,$,'\X2\51685F84\X0\','\X2\51684F53306E76F45F84FF086700592730B930DA30FC30B9FF093002\X0\','ja-JP',$); +#7936= IFCRELASSOCIATESLIBRARY('1iH4Kd2ZLBpv1Pcrntw2qn',$,$,$,(#1964),#15238); +#15238= IFCLIBRARYREFERENCE($,$,'\X2\59165F84\X0\','\X2\914D7BA1306E5B9F59165F84\X0\(\X2\30EA30B930C8306E89076570306E65705B57306E89E391C8306B306430443066306F547C30735F8453C27167\X0\)','ja-JP',$); -#7940= IFCRELASSOCIATESLIBRARY('0NnDYsNevDY9FUd$3LRo0K',$,$,$,(#1973),#15239); -#15239= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4\X0\ \X2\C9C1ACBD\X0\','\X2\C804CCB4\X0\ \X2\C9C1ACBD\X0\ (\X2\CD5CB300\X0\ \X2\ACF5AC04\X0\).','ko-KR',$); +#7937= IFCRELASSOCIATESLIBRARY('1oRqO2No979h7rLzFHtYTE',$,$,$,(#1965),#15239); +#15239= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); -#7941= IFCRELASSOCIATESLIBRARY('0jveaogeH4yPWsm8N5fDg8',$,$,$,(#1974),#15240); -#15240= IFCLIBRARYREFERENCE($,$,'Overall Efficiency',$,'en',$); +#7938= IFCRELASSOCIATESLIBRARY('3J01iGyVT13vaYqtMiqSAR',$,$,$,(#1965),#15240); +#15240= IFCLIBRARYREFERENCE($,$,'\X2\63926C1753E330B530A430BA\X0\','\X2\89817D20304B3089306E63926C1753E330B530A430BA3002\X0\','ja-JP',$); -#7942= IFCRELASSOCIATESLIBRARY('3LFB_twazAWAJktWtQOGyz',$,$,$,(#1974),#15241); -#15241= IFCLIBRARYREFERENCE($,$,'\X2\51684F5352B97387\X0\','\X2\30E230FC30BF30FC306830D530A130F3306E51684F5352B97387\X0\','ja-JP',$); +#7939= IFCRELASSOCIATESLIBRARY('2pt8VI04126hRTxlDeESIZ',$,$,$,(#1966),#15241); +#15241= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); -#7943= IFCRELASSOCIATESLIBRARY('0WEYFhoB59_ARXPWe5Kk_O',$,$,$,(#1975),#15242); -#15242= IFCLIBRARYREFERENCE($,$,'Overall Efficiency',$,'en',$); +#7940= IFCRELASSOCIATESLIBRARY('0LzVMC4LbDpfDIRLJM5vQW',$,$,$,(#1966),#15242); +#15242= IFCLIBRARYREFERENCE($,$,'\X2\63926C1753E363A57D9A53E330B530A430BA\X0\','\X2\89817D20304B3089306E63A57D9A53E353E35F843002\X0\','ja-JP',$); -#7944= IFCRELASSOCIATESLIBRARY('0IZ0efSCP2POiCLO3zSz3Q',$,$,$,(#1975),#15243); -#15243= IFCLIBRARYREFERENCE($,$,'\X2\516852B97387\X0\','\X2\30DD30F330D7306830E230FC30BF30FC306E904B7528516852B97387\X0\','ja-JP',$); +#7941= IFCRELASSOCIATESLIBRARY('2p4rTOZl967PjilephwTuT',$,$,$,(#1967),#15243); +#15243= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); -#7945= IFCRELASSOCIATESLIBRARY('3CojcvsZL9GR5Tl1Mqzrbb',$,$,$,(#1979),#15244); -#15244= IFCLIBRARYREFERENCE($,$,'Overall Width',$,'en',$); +#7942= IFCRELASSOCIATESLIBRARY('0kXZg2ibLCPh_knJxDy_xv',$,$,$,(#1967),#15244); +#15244= IFCLIBRARYREFERENCE($,$,'\X2\51FA529B507463A57D9A53E35F84\X0\','\X2\6DF754085F01306E914D7BA163A57D9A30B530A430BA\X0\','ja-JP',$); -#7946= IFCRELASSOCIATESLIBRARY('2CnIMe5ZT7ifpWPpJlEpXk',$,$,$,(#1980),#15245); -#15245= IFCLIBRARYREFERENCE($,$,'Overall Width',$,'en',$); +#7943= IFCRELASSOCIATESLIBRARY('05kWJz4qj0muAHdqqXJbrh',$,$,$,(#1968),#15245); +#15245= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); -#7948= IFCRELASSOCIATESLIBRARY('3thEy5vO14WBcrmQ2SUvE$',$,$,$,(#1982),#15246); -#15246= IFCLIBRARYREFERENCE($,$,'Packing Care Type',$,'en',$); +#7944= IFCRELASSOCIATESLIBRARY('2WUGxLvpz7bQk_F1gIgM0u',$,$,$,(#1968),#15246); +#15246= IFCLIBRARYREFERENCE($,$,'\X2\639251FA53E363A57D9A53E330B530A430BA\X0\','\X2\30B430DF51E6740688C57F6E306E639251FA53E363A57D9A53E330B530A430BA3002\X0\','ja-JP',$); -#7949= IFCRELASSOCIATESLIBRARY('16DiIGYcH5$xJBkTQor_cU',$,$,$,(#1982),#15247); -#15247= IFCLIBRARYREFERENCE($,$,'\X2\83779020308A6CE8610F30BF30A430D7\X0\','\X2\5F158D8A3057306E67004E2D306E54C17269306E53D6308A62713044306B89816C423055308C308B300130423089304B305830815B9A7FA93055308C30663044308B6CE8610F30BF30A430D7306E8B5852255B50FF1A\X0\\X\0D\X\0A\X\0D\X\0AFragile: \X2\6CE8610F6DF1304453D6308A6271304430923057306A3044306858CA308C308B54C172693002\X0\\X\0D\X\0AHandleWithCare: \X2\6CE8610F6DF1304453D6308A6271304430673057306A30443068640D5BB3309253D73051308B54C172693002\X0\','ja-JP',$); +#7945= IFCRELASSOCIATESLIBRARY('3TE$ZzfZf8JQEgl0t7Nnzk',$,$,$,(#1969),#15247); +#15247= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); -#7950= IFCRELASSOCIATESLIBRARY('37E$sucI9ESuCsngfcEhti',$,$,$,(#1983),#15248); -#15248= IFCLIBRARYREFERENCE($,$,'Pan Horizontal',$,'en',$); +#7946= IFCRELASSOCIATESLIBRARY('12HP4kwx53EvaV1F16cehH',$,$,$,(#1969),#15248); +#15248= IFCLIBRARYREFERENCE($,$,'\X2\63926C1753E363A57D9A53E3\X0\','\X2\89817D20304B3089306E63926C1753E363A57D9A53E3306E30B530A430BA3002\X0\','ja-JP',$); -#7951= IFCRELASSOCIATESLIBRARY('1j0tHG3vv0tPXRC6IGefOa',$,$,$,(#1983),#15249); -#15249= IFCLIBRARYREFERENCE($,$,'\X2\30D130F36C345E7365B9541153EF52D57BC456F2\X0\','\X2\6C345E7365B95411306E53EF52D57BC456F23092793A30593002\X0\','ja-JP',$); +#7947= IFCRELASSOCIATESLIBRARY('3G64wAfFbBugt3_oNndETC',$,$,$,(#1970),#15249); +#15249= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); -#7952= IFCRELASSOCIATESLIBRARY('2n$V7$aNfAvAWPp7AIpYCI',$,$,$,(#1984),#15250); -#15250= IFCLIBRARYREFERENCE($,$,'Pan Mounting',$,'en',$); +#7948= IFCRELASSOCIATESLIBRARY('1lz9nCsRzCKQFmuJvsYeLM',$,$,$,(#1971),#15250); +#15250= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); -#7953= IFCRELASSOCIATESLIBRARY('0_ACTwiHP5RQvHG1dPEJ5R',$,$,$,(#1984),#15251); -#15251= IFCLIBRARYREFERENCE($,$,'\X2\53D64ED865B96CD5\X0\','Pset_SanitaryMountingEnum\X2\306F56FA5B9A3055308C305F885B751F56685177306E63A57D9A70B9FF0830C830A430EC30846D1797625668300130B730F330AF306A3069FF09306B53D6308A4ED830513089308C307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB5E8A7F6E304D58C1639251FAFF1A80CC9762306E58C1306B63A57D9A53E330925408308F305B308B305330683002\X0\\X\0D\X\0A\X2\30FB53F0FF1A5E8A7F6E304D306E885B751F56685177306B306F57FA790E304C3042308B305330683002\X0\\X\0D\X\0A\X2\30FB30AB30A630F330BF30FCFF1A885B751F56685177306E88685C64304C6C345E73306B8A2D7F6E3055308C30663044308B305330683002203B624B6D17304453F03068305730668A2D7F6E3055308C305F58345408300C53167CA753F0300D30683057306662713046305330683002307E305F30016D17976253F07A2E985E306E898F683C8868309253C27167306E305330683002\X0\\X\0D\X\0A\X2\30FB58C1639B3051578BFF1A885B751F56685177306F7247507456FA5B9A304C3055308C5E8A304B308996E2308C30663044308B305330683002\X0\','ja-JP',$); +#7949= IFCRELASSOCIATESLIBRARY('1UoBQUTDz2xh4r$6Z9BSoR',$,$,$,(#1971),#15251); +#15251= IFCLIBRARYREFERENCE($,$,'\X2\639251FA53E363A57D9A53E330B530A430BA\X0\','\X2\89817D20304B3089306E63A57D9A53E330B530A430BA3002\X0\','ja-JP',$); -#7954= IFCRELASSOCIATESLIBRARY('2J2HZomRD55PNTlhemk9HD',$,$,$,(#1985),#15252); -#15252= IFCLIBRARYREFERENCE($,$,'Pan Tilt Zoom Preset',$,'en',$); +#7950= IFCRELASSOCIATESLIBRARY('2iPl8plyv7QOPiRBwO4EzC',$,$,$,(#1972),#15252); +#15252= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); -#7955= IFCRELASSOCIATESLIBRARY('0deBIJiAD6meqHAeUCY62N',$,$,$,(#1985),#15253); -#15253= IFCLIBRARYREFERENCE($,$,'\X2\30D130F330FB30C130EB30C830FB30BA30FC30E0521D671F8A2D5B9A\X0\','\X2\30D130F330FB30C130EB30C830FB30BA30FC30E06A5F80FD306E521D671F8A2D5B9A3002\X0\','ja-JP',$); +#7951= IFCRELASSOCIATESLIBRARY('0RE$Ya_VL4JhECrtcqCcgv',$,$,$,(#1972),#15253); +#15253= IFCLIBRARYREFERENCE($,$,'\X2\63A57D9A53E353E35F84\X0\','\X2\89817D20304B3089306E63A57D9A53E353E35F843002\X0\','ja-JP',$); -#7956= IFCRELASSOCIATESLIBRARY('1d7rOpvln7DRxl_wmp2ubC',$,$,$,(#1987),#15254); -#15254= IFCLIBRARYREFERENCE($,$,'Pan Vertical',$,'en',$); +#7952= IFCRELASSOCIATESLIBRARY('1MHRqN4tf06eMPA6I3s2SU',$,$,$,(#1973),#15254); +#15254= IFCLIBRARYREFERENCE($,$,'Outlet Connection Size',$,'en',$); -#7957= IFCRELASSOCIATESLIBRARY('1LH8S$rRfDhOeNzvMnOvPx',$,$,$,(#1987),#15255); -#15255= IFCLIBRARYREFERENCE($,$,'\X2\30D130F3578276F465B9541153EF52D57BC456F2\X0\','\X2\578276F465B95411306E53EF52D57BC456F23092793A30593002\X0\','ja-JP',$); +#7953= IFCRELASSOCIATESLIBRARY('0_24KtVDT3N8ldAww24413',$,$,$,(#1973),#15255); +#15255= IFCLIBRARYREFERENCE($,$,'\X2\63926C1753E363A57D9A53E330B530A430BA\X0\','\X2\89817D20304B3089306E63A57D9A53E330B530A430BA3002\X0\','ja-JP',$); -#7958= IFCRELASSOCIATESLIBRARY('1HAvAJ2eP9ourRrulK5kDg',$,$,$,(#1988),#15256); -#15256= IFCLIBRARYREFERENCE($,$,'Parking Units',$,'en',$); +#7954= IFCRELASSOCIATESLIBRARY('3Vk9tuN2T99uSR6Dk8Evqc',$,$,$,(#1974),#15256); +#15256= IFCLIBRARYREFERENCE($,$,'Outlet Diameter',$,'en',$); -#7959= IFCRELASSOCIATESLIBRARY('36rJTo9e13JfLOK1l6eGCU',$,$,$,(#1988),#15257); -#15257= IFCLIBRARYREFERENCE($,$,'TypeVehicule','Nombre d''unit\S\is du type de v\S\ihicule sp\S\icifi\S\i dans la propri\S\it\S\i TypeVehicule que peut contenir l''espace allou\S\i au parking. G\S\in\S\iralement, la valeur par d\S\ifaut est 1. Elle peut \S\jtre sup\S\irieure pour les deux roues.','fr-FR',$); +#7955= IFCRELASSOCIATESLIBRARY('01ScKBbJ92_hqJoac5XXTO',$,$,$,(#1974),#15257); +#15257= IFCLIBRARYREFERENCE($,$,'\X2\51FA53E353E35F84\X0\','\X2\51FA53E3306E76F45F843002\X0\','ja-JP',$); -#7960= IFCRELASSOCIATESLIBRARY('2bmGDjbovAkPjbMp3OKDVk',$,$,$,(#1988),#15258); -#15258= IFCLIBRARYREFERENCE($,$,'\X2\4E00533A753B5F53305F308A306E99D08ECA53F06570\X0\','\X2\8ECA4E217A2E522530543068306E99D08ECA53F06570306E30E630CB30C330C830543068306E63075B9A53F0657030024E00822C306B30013053306E5024306F\X0\1\X2\53F0\X0\/1\X2\30E630CB30C330C8306B306A308B3079304D3067305930023057304B3057306A304C3089300130AA30FC30C830D030A4307E305F306F81EA8EE28ECA5411305130673042308B583454083001657053F0\X0\/1\X2\30E630CB30C330C84EE54E0A306A308B304B30823057308C307E305B30933002\X0\','ja-JP',$); +#7956= IFCRELASSOCIATESLIBRARY('03I4MGPcjDtugHwh03RtjE',$,$,$,(#1975),#15258); +#15258= IFCLIBRARYREFERENCE($,$,'Outlet Temperature Range',$,'en',$); -#7961= IFCRELASSOCIATESLIBRARY('01Cr7$CPT9OAmmL73Vaogu',$,$,$,(#1989),#15259); -#15259= IFCLIBRARYREFERENCE($,$,'Parking Use',$,'en',$); +#7957= IFCRELASSOCIATESLIBRARY('3B2J1$$wX7YOAkRUaC4DZw',$,$,$,(#1975),#15259); +#15259= IFCLIBRARYREFERENCE($,$,'PlageTemp\S\iratureSortie','Temp\S\irature admissible de sortie de l''eau ou de la vapeur','fr-FR',$); -#7962= IFCRELASSOCIATESLIBRARY('2e0HhuGVbEO8cbwFDJHAz1',$,$,$,(#1989),#15260); -#15260= IFCLIBRARYREFERENCE($,$,'AccessibleHandicape','Identifie le type de v\S\ihicule pour lequel le parking a \S\it\S\i con\S\gu. Les valeurs possibles (voiture, bus, motos, v\S\ilos,\X2\2026\X0\) ne sont pas pr\S\id\S\ifinies.','fr-FR',$); +#7958= IFCRELASSOCIATESLIBRARY('2Mat8rN9T5NhL7NCiAXHZn',$,$,$,(#1975),#15260); +#15260= IFCLIBRARYREFERENCE($,$,'\X2\51FA53E36E295EA67BC456F2\X0\','\X2\6C34307E305F306F84B86C17306E306930613089304B306E8A315BB951FA53E36E295EA6\X0\','ja-JP',$); -#7963= IFCRELASSOCIATESLIBRARY('3TF$wrk_12wA0PlnNqrNtl',$,$,$,(#1989),#15261); -#15261= IFCLIBRARYREFERENCE($,$,'\X2\99D08ECA5834306E75289014\X0\','\X2\3069306E8ECA4E217A2E5225306E99D08ECA5834306A306E304B30928B5852253057307E305930025024306F30423089304B305830815B9A30813089308C306A3044304C300181EA52D58ECA30015C0F578B8ECA300130AA30FC30C830D030A4300181EA8EE28ECA300130C830E930C330AF300130D030B9306A30693092542B309330673044308B304B30823057308C307E305B30933002\X0\','ja-JP',$); +#7959= IFCRELASSOCIATESLIBRARY('2LJRoMFx94IRSIatpcKN2x',$,$,$,(#1976),#15261); +#15261= IFCLIBRARYREFERENCE($,$,'Output Capacity',$,'en',$); -#7964= IFCRELASSOCIATESLIBRARY('1J64egHIrAL8s31F$Q8IHg',$,$,$,(#1990),#15262); -#15262= IFCLIBRARYREFERENCE($,$,'Partial Load Efficiency Curves',$,'en',$); +#7960= IFCRELASSOCIATESLIBRARY('0NB7nWpSPDXA9OfCWHsVHq',$,$,$,(#1976),#15262); +#15262= IFCLIBRARYREFERENCE($,$,'\X2\51FA529B\X0\','\X2\30E130FC30AB30FC306B3088308A30EA30B930C830A230C330D73055308C305F516C79F071B151FA529B\X0\','ja-JP',$); -#7965= IFCRELASSOCIATESLIBRARY('2W$StMcBn0LRqaTQ7c1qz9',$,$,$,(#1990),#15263); -#15263= IFCLIBRARYREFERENCE($,$,'CourbesEfficacit\S\iChargePartielle','Rendement de la chaudi\S\hre en fonction de la facteur de charge partielle; E= f(FacteurChargePartielle).','fr-FR',$); +#7961= IFCRELASSOCIATESLIBRARY('1gir9vVKzA$fqPU9VJtfjB',$,$,$,(#1977),#15263); +#15263= IFCLIBRARYREFERENCE($,$,'Output Capacity Curve',$,'en',$); -#7966= IFCRELASSOCIATESLIBRARY('2KFwjnC9nB2PbubQ1s5_14',$,$,$,(#1990),#15264); -#15264= IFCLIBRARYREFERENCE($,$,'\X2\90E852068CA0837752B9738766F27DDA\X0\','\X2\90E852068CA083774FC26570306E95A26570306830573066306E30DC30A430E952B9738730003000\X0\E=f(\X2\90E852068CA083777387FF09\X0\','ja-JP',$); +#7962= IFCRELASSOCIATESLIBRARY('2tT5H9p1v2Fgt0_3HnXD0F',$,$,$,(#1977),#15264); +#15264= IFCLIBRARYREFERENCE($,$,'\X2\90E85206768430A230A630C830D730C330C880FD529B66F27DDA\X0\','\X2\90E85206768430A230A630C830D730C330C880FD529B66F27DDAFF086C346E29306E95A26570306830573066FF09\X0\','ja-JP',$); -#7967= IFCRELASSOCIATESLIBRARY('2ACuXiPqPEexLHhQ3Zv9l3',$,$,$,(#1991),#15265); -#15265= IFCLIBRARYREFERENCE($,$,'Particle Absorption Curve',$,'en',$); +#7963= IFCRELASSOCIATESLIBRARY('17zlwnThb8VvnLwz_npaZP',$,$,$,(#1979),#15265); +#15265= IFCLIBRARYREFERENCE($,$,'Outside Air Flowrate',$,'en',$); -#7968= IFCRELASSOCIATESLIBRARY('28oendImTBuPGt6VrkvZ6r',$,$,$,(#1992),#15266); -#15266= IFCLIBRARYREFERENCE($,$,'Particle Mass Holding',$,'en',$); +#7964= IFCRELASSOCIATESLIBRARY('1EoSkpE_b5CQ7amHx4Cc4v',$,$,$,(#1979),#15266); +#15266= IFCLIBRARYREFERENCE($,$,'\X2\59166C176D4191CF\X0\','\X2\30E630CB30C330C8306B5165308B59166C176D4191CF\X0\','ja-JP',$); -#7969= IFCRELASSOCIATESLIBRARY('1A50UCoePE_hzpy_xTV7cB',$,$,$,(#1994),#15267); -#15267= IFCLIBRARYREFERENCE($,$,'Part Load Ratio',$,'en',$); +#7965= IFCRELASSOCIATESLIBRARY('3GkodTKBD0zvEgSIAQVq5Q',$,$,$,(#1980),#15267); +#15267= IFCLIBRARYREFERENCE($,$,'Outside Air Per Person',$,'en',$); -#7970= IFCRELASSOCIATESLIBRARY('2vMYWUIqH5duXQztXbpIDP',$,$,$,(#1994),#15268); -#15268= IFCLIBRARYREFERENCE($,$,'Taux de charge','Ratio entre capacit\S\i effective et capacit\S\i nominale','fr-FR',$); +#7966= IFCRELASSOCIATESLIBRARY('1kDPqiUWTCZQxwUQu74_Hl',$,$,$,(#1980),#15268); +#15268= IFCLIBRARYREFERENCE($,$,'\X2\FF114EBA3042305F308A306E59166C1791CF\X0\','\X2\FF114EBA3042305F308A306E59166C1791CF306E8A2D8A0850243002\X0\','ja-JP',$); -#7971= IFCRELASSOCIATESLIBRARY('2FqOPFHzj27RdJRbPP359w',$,$,$,(#1994),#15269); -#15269= IFCLIBRARYREFERENCE($,$,'\X2\90E852068CA083776BD4\X0\','\X2\8A2D8A085BB991CF3068306E6BD4\X0\','ja-JP',$); +#7967= IFCRELASSOCIATESLIBRARY('05JfHZ6PzFGf7c3Hxo9ICI',$,$,$,(#1980),#15269); +#15269= IFCLIBRARYREFERENCE($,$,'\X2\B2F9\X0\ \X2\C678AE30B7C9\X0\','\X2\B2F9\X0\ \X2\C678AE30\X0\ \X2\B7C9C758\X0\ \X2\C124ACC4\X0\ \X2\AC12\X0\.','ko-KR',$); -#7973= IFCRELASSOCIATESLIBRARY('1KpYU$IN930ee0U6N_scE2',$,$,$,(#1995),#15270); -#15270= IFCLIBRARYREFERENCE($,$,'Pattern Type',$,'en',$); +#7968= IFCRELASSOCIATESLIBRARY('1tCm05MaPDWhBoj1cuDs2B',$,$,$,(#1981),#15270); +#15270= IFCLIBRARYREFERENCE($,$,'Outside Diameter',$,'en',$); -#7974= IFCRELASSOCIATESLIBRARY('3K5yoliwH7bPJwUWmiVF1Q',$,$,$,(#1995),#15271); -#15271= IFCLIBRARYREFERENCE($,$,'\X2\30D130BF30FC30F330BF30A430D7\X0\','\X2\5B9A7FA9300030D130BF30FC30F3306E30BF30A430D7FF0853C8306F30BF30F330AF306E5F6272B6\X0\)\X2\304C660E793A3055308C308B\X0\','ja-JP',$); +#7969= IFCRELASSOCIATESLIBRARY('14F2yuws54GBh4hWtpCI9s',$,$,$,(#1981),#15271); +#15271= IFCLIBRARYREFERENCE($,$,'\X2\59165F84\X0\','\X2\30C130E530FC30D6675F5185306E30C130E530FC30D65B9F59165F84\X0\','ja-JP',$); -#7975= IFCRELASSOCIATESLIBRARY('2gsHvw_Oz2YPBL0Yz8J3Gx',$,$,$,(#1996),#15272); -#15272= IFCLIBRARYREFERENCE($,$,'Pattern Type',$,'en',$); +#7970= IFCRELASSOCIATESLIBRARY('3Zyn02fj505OLFCyBDfSwD',$,$,$,(#1982),#15272); +#15272= IFCLIBRARYREFERENCE($,$,'Overall Depth',$,'en',$); -#7976= IFCRELASSOCIATESLIBRARY('29LSwkSMzFNgVGOeRyBncx',$,$,$,(#1996),#15273); -#15273= IFCLIBRARYREFERENCE($,$,'\X2\30D130BF30FC30F330BF30A430D7\X0\','\X2\5B9A7FA9300030D130BF30FC30F3306E30BF30A430D7FF0853C8306F30BF30F330AF306E5F6272B6FF09304C660E793A3055308C308B3002\X0\','ja-JP',$); +#7971= IFCRELASSOCIATESLIBRARY('2oXOqotF98sgK5cTwUySuy',$,$,$,(#1983),#15273); +#15273= IFCLIBRARYREFERENCE($,$,'Overall Depth',$,'en',$); -#7978= IFCRELASSOCIATESLIBRARY('36JH58wFf7XPvzoo3dEBgk',$,$,$,(#2001),#15274); -#15274= IFCLIBRARYREFERENCE($,$,'People',$,'en',$); +#7972= IFCRELASSOCIATESLIBRARY('1B8841qdD5p93rB$jtgBxE',$,$,$,(#1984),#15274); +#15274= IFCLIBRARYREFERENCE($,$,'Overall Diameter',$,'en',$); -#7979= IFCRELASSOCIATESLIBRARY('2eGTsXh7r0sQIEBovez5QX',$,$,$,(#2001),#15275); -#15275= IFCLIBRARYREFERENCE($,$,'\X2\4EBA54E1\X0\','\X2\4EBA54E1304B3089306E71B153D65F973002\X0\','ja-JP',$); +#7973= IFCRELASSOCIATESLIBRARY('0ApqYp9zH9yAYagSROb2c6',$,$,$,(#1984),#15275); +#15275= IFCLIBRARYREFERENCE($,$,'\X2\76F45F84\X0\','\X2\30B130FC30D630EB30846BCD7DDA306E59165F625BF86CD5FF0876F45F84FF093092793A30593002\X0\','ja-JP',$); -#7980= IFCRELASSOCIATESLIBRARY('2jTpz$aJj4uR1mERhnA8HU',$,$,$,(#2001),#15276); -#15276= IFCLIBRARYREFERENCE($,$,'\X2\C778C6D0\X0\','\X2\C0ACB78CC758\X0\ \X2\C5F4\X0\','ko-KR',$); +#7974= IFCRELASSOCIATESLIBRARY('1uONMpsOX2SB8grBHNhD91',$,$,$,(#1984),#15276); +#15276= IFCLIBRARYREFERENCE($,$,'\X2\C9C1ACBD\X0\','\X2\CF00C774BE14ACFC\X0\ \X2\BAA8C120C758\X0\ \X2\C678D615\X0\ \X2\CE58C218\X0\ (\X2\C9C1ACBD\X0\)\X2\B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#7981= IFCRELASSOCIATESLIBRARY('0VIWPQKo97uR4teFqCsTKa',$,$,$,(#2002),#15277); -#15277= IFCLIBRARYREFERENCE($,$,'People',$,'en',$); +#7975= IFCRELASSOCIATESLIBRARY('37Gi1WkunCd93GFKw3lDU2',$,$,$,(#1985),#15277); +#15277= IFCLIBRARYREFERENCE($,$,'Overall Diameter',$,'en',$); -#7982= IFCRELASSOCIATESLIBRARY('0pQ1bUlU942ghjiucIc0o3',$,$,$,(#2002),#15278); -#15278= IFCLIBRARYREFERENCE($,$,'\X2\4EBA54E1\X0\','\X2\4EBA54E1304B3089306E71B153D65F973002\X0\','ja-JP',$); +#7976= IFCRELASSOCIATESLIBRARY('3tfnjxdDL5IejFH5Jb7g_8',$,$,$,(#1985),#15278); +#15278= IFCLIBRARYREFERENCE($,$,'\X2\51685F84\X0\','\X2\51684F53306E76F45F84FF086700592730B930DA30FC30B9FF093002\X0\','ja-JP',$); -#7983= IFCRELASSOCIATESLIBRARY('3fyDBepyb6JwQsaL$WQtGD',$,$,$,(#2002),#15279); -#15279= IFCLIBRARYREFERENCE($,$,'\X2\C778C6D0\X0\','\X2\C0ACB78CC758\X0\ \X2\C5F4\X0\','ko-KR',$); +#7977= IFCRELASSOCIATESLIBRARY('37N8$wd1j7yfp7CaKVsaqM',$,$,$,(#1985),#15279); +#15279= IFCLIBRARYREFERENCE($,$,'\X2\C804CCB4\X0\ \X2\C9C1ACBD\X0\','\X2\C804CCB4\X0\ \X2\C9C1ACBD\X0\ (\X2\CD5CB300\X0\ \X2\ACF5AC04\X0\).','ko-KR',$); -#7984= IFCRELASSOCIATESLIBRARY('1jpm$9JYb3OBF2ZEj1w0mW',$,$,$,(#2003),#15280); -#15280= IFCLIBRARYREFERENCE($,$,'Percentage Open',$,'en',$); +#7978= IFCRELASSOCIATESLIBRARY('2qqHeCOGr4YhpY_A3TWbx7',$,$,$,(#1986),#15280); +#15280= IFCLIBRARYREFERENCE($,$,'Overall Efficiency',$,'en',$); -#7985= IFCRELASSOCIATESLIBRARY('1uzZmdZ_59O8GqhLMN6Ajn',$,$,$,(#2003),#15281); -#15281= IFCLIBRARYREFERENCE($,$,'\X2\30D130FC30BB30F330C8958B5EA6\X0\','\X2\5168958B6642306B5BFE3059308B958B5EA691CF306E6BD473873002\X0\','ja-JP',$); +#7979= IFCRELASSOCIATESLIBRARY('3rbH0jVvf9SxqIdpwdz$82',$,$,$,(#1986),#15281); +#15281= IFCLIBRARYREFERENCE($,$,'\X2\51684F5352B97387\X0\','\X2\30E230FC30BF30FC306830D530A130F3306E51684F5352B97387\X0\','ja-JP',$); -#7986= IFCRELASSOCIATESLIBRARY('0l_r6Gvc13kOB6mkaD1buA',$,$,$,(#2005),#15282); -#15282= IFCLIBRARYREFERENCE($,$,'Performance',$,'en',$); +#7980= IFCRELASSOCIATESLIBRARY('3vxoRakNP2SQW47hBPGQdW',$,$,$,(#1987),#15282); +#15282= IFCLIBRARYREFERENCE($,$,'Overall Efficiency',$,'en',$); -#7987= IFCRELASSOCIATESLIBRARY('3ma2tjXpL8gR_LiY4vWwzp',$,$,$,(#2007),#15283); -#15283= IFCLIBRARYREFERENCE($,$,'Performance Classes',$,'en',$); +#7981= IFCRELASSOCIATESLIBRARY('33NYTD4WD3996PX9x7CZb5',$,$,$,(#1987),#15283); +#15283= IFCLIBRARYREFERENCE($,$,'\X2\516852B97387\X0\','\X2\30DD30F330D7306830E230FC30BF30FC306E904B7528516852B97387\X0\','ja-JP',$); -#7988= IFCRELASSOCIATESLIBRARY('2MZs79Nwv9MPc1xDlMkSee',$,$,$,(#2007),#15284); -#15284= IFCLIBRARYREFERENCE($,$,'\X2\80FD529B30AF30E930B9\X0\','\X2\30E230FC30BF4FDD8B773092884C3046958B958988C57F6E306F300180FD529B304C9055304667005927\X0\7\X2\7A2E985E304C3042308B3002540D79F0306E4F8B3068305730663001\X0\B, C, N, S, H, L, V\X2\304C542B307E308C308B3002\X0\','ja-JP',$); +#7982= IFCRELASSOCIATESLIBRARY('0F0C1umenAzeN56uMlW70f',$,$,$,(#1991),#15284); +#15284= IFCLIBRARYREFERENCE($,$,'Overall Width',$,'en',$); -#7989= IFCRELASSOCIATESLIBRARY('1dkYv$JE9B5wLsYOQUz3G1',$,$,$,(#2007),#15285); -#15285= IFCLIBRARYREFERENCE($,$,'\X2\B2A5B825\X0\ \X2\D074B798C2A4\X0\','\X2\BAA8D130\X0\ \X2\BCF4D638D558B294\X0\ \X2\AC1CD3D0\X0\ \X2\C7A5CE58B294\X0\ \X2\B2A5B825C774\X0\ \X2\B2E4B978\X0\ \X2\CD5CB300\X0\ 7 \X2\C885B958AC00C788B2E4\X0\. \X2\C774B984C758\X0\ \X2\C608B85CB294\X0\, B, C, N, S, H, L, V\X2\AC00\X0\ \X2\D3ECD568B41CB2E4\X0\.','ko-KR',$); +#7983= IFCRELASSOCIATESLIBRARY('1tefkS6qv5Nek3DiF0SQC3',$,$,$,(#1992),#15285); +#15285= IFCLIBRARYREFERENCE($,$,'Overall Width',$,'en',$); -#7990= IFCRELASSOCIATESLIBRARY('2y1xZ2FOTA6Bp7UK1BNQts',$,$,$,(#2008),#15286); -#15286= IFCLIBRARYREFERENCE($,$,'Performance Classes',$,'en',$); +#7985= IFCRELASSOCIATESLIBRARY('0aecyTGhvEURZYoLTdy_C7',$,$,$,(#1994),#15286); +#15286= IFCLIBRARYREFERENCE($,$,'Packing Care Type',$,'en',$); -#7991= IFCRELASSOCIATESLIBRARY('3bwjuNQtT1oA4Rp2lUnD6A',$,$,$,(#2008),#15287); -#15287= IFCLIBRARYREFERENCE($,$,'\X2\80FD529B30AF30E930B9\X0\','\X2\30E230FC30BF4FDD8B773092884C3046958B958988C57F6E306F300180FD529B304C9055304667005927\X0\7\X2\7A2E985E304C3042308B3002540D79F0306E4F8B3068305730663001\X0\B, C, N, S, H, L, V\X2\304C542B307E308C308B3002\X0\','ja-JP',$); +#7986= IFCRELASSOCIATESLIBRARY('2$0$T1Juf01x3scvyMZlRX',$,$,$,(#1994),#15287); +#15287= IFCLIBRARYREFERENCE($,$,'\X2\83779020308A6CE8610F30BF30A430D7\X0\','\X2\5F158D8A3057306E67004E2D306E54C17269306E53D6308A62713044306B89816C423055308C308B300130423089304B305830815B9A7FA93055308C30663044308B6CE8610F30BF30A430D7306E8B5852255B50FF1A\X0\\X\0D\X\0A\X\0D\X\0AFragile: \X2\6CE8610F6DF1304453D6308A6271304430923057306A3044306858CA308C308B54C172693002\X0\\X\0D\X\0AHandleWithCare: \X2\6CE8610F6DF1304453D6308A6271304430673057306A30443068640D5BB3309253D73051308B54C172693002\X0\','ja-JP',$); -#7992= IFCRELASSOCIATESLIBRARY('0RT3mNWR95ZPIV8iPcX3yn',$,$,$,(#2008),#15288); -#15288= IFCLIBRARYREFERENCE($,$,'\X2\B2A5B825D074B798C2A4\X0\','\X2\BAA8D130\X0\ \X2\BCF4D638D558B294\X0\ \X2\AC1CD3D0\X0\ \X2\C7A5CE58B294\X0\ \X2\B2A5B825C774\X0\ \X2\B2E4B978\X0\ \X2\CD5CB300\X0\ 7 \X2\C885B958AC00C788B2E4\X0\. \X2\C774B984C758\X0\ \X2\C608B85CB294\X0\, B, C, N, S, H, L, V\X2\AC00\X0\ \X2\D3ECD568B41CB2E4\X0\.','ko-KR',$); +#7987= IFCRELASSOCIATESLIBRARY('3onZYfSpv8wvZ9Lg7CC6G3',$,$,$,(#1995),#15288); +#15288= IFCLIBRARYREFERENCE($,$,'Pan Horizontal',$,'en',$); -#7993= IFCRELASSOCIATESLIBRARY('2Op7OUtvr1bh8AV6dDipuK',$,$,$,(#2010),#15289); -#15289= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); +#7988= IFCRELASSOCIATESLIBRARY('2K_p6ezAD0XhegEhb2BvI3',$,$,$,(#1995),#15289); +#15289= IFCLIBRARYREFERENCE($,$,'\X2\30D130F36C345E7365B9541153EF52D57BC456F2\X0\','\X2\6C345E7365B95411306E53EF52D57BC456F23092793A30593002\X0\','ja-JP',$); -#7994= IFCRELASSOCIATESLIBRARY('1TcDjeWxPDjw65Cn5SA7Gv',$,$,$,(#2011),#15290); -#15290= IFCLIBRARYREFERENCE($,$,'Durchl\S\dssigkeit','Durchl\S\dssigkeit der Unterdecke als Faktor zwischen 0 Undurchl\S\dssig und 1 v\S\vllig durchl\S\dssig. Der Faktor kann zur Absch\S\dtzung genutzt werden, ob die Unterdecke zur Decke hin offen und durchl\S\dssig (f\S\|r Licht, Wasser und Sicht) ist.','de-DE',$); +#7989= IFCRELASSOCIATESLIBRARY('1Kzd9XtTDFh8y6jl9JS0H6',$,$,$,(#1996),#15290); +#15290= IFCLIBRARYREFERENCE($,$,'Pan Mounting',$,'en',$); -#7995= IFCRELASSOCIATESLIBRARY('1$NpUJpFL3KhCWahkuYEz9',$,$,$,(#2011),#15291); -#15291= IFCLIBRARYREFERENCE($,$,'Permeability',$,'en',$); +#7990= IFCRELASSOCIATESLIBRARY('1o0ZGhdWXDEu23YPRe3VzG',$,$,$,(#1996),#15291); +#15291= IFCLIBRARYREFERENCE($,$,'\X2\53D64ED865B96CD5\X0\','Pset_SanitaryMountingEnum\X2\306F56FA5B9A3055308C305F885B751F56685177306E63A57D9A70B9FF0830C830A430EC30846D1797625668300130B730F330AF306A3069FF09306B53D6308A4ED830513089308C307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB5E8A7F6E304D58C1639251FAFF1A80CC9762306E58C1306B63A57D9A53E330925408308F305B308B305330683002\X0\\X\0D\X\0A\X2\30FB53F0FF1A5E8A7F6E304D306E885B751F56685177306B306F57FA790E304C3042308B305330683002\X0\\X\0D\X\0A\X2\30FB30AB30A630F330BF30FCFF1A885B751F56685177306E88685C64304C6C345E73306B8A2D7F6E3055308C30663044308B305330683002203B624B6D17304453F03068305730668A2D7F6E3055308C305F58345408300C53167CA753F0300D30683057306662713046305330683002307E305F30016D17976253F07A2E985E306E898F683C8868309253C27167306E305330683002\X0\\X\0D\X\0A\X2\30FB58C1639B3051578BFF1A885B751F56685177306F7247507456FA5B9A304C3055308C5E8A304B308996E2308C30663044308B305330683002\X0\','ja-JP',$); -#7996= IFCRELASSOCIATESLIBRARY('1$A67E9ADCKOsfJTRqaVHt',$,$,$,(#2011),#15292); -#15292= IFCLIBRARYREFERENCE($,$,'Perm\S\iabilit\S\i','Ratio de perm\S\iabilit\S\i du plafond. Ce ratio peut \S\jtre utilis\S\i pour d\S\isigner un plafond ouvert (cela permet de savoir si la pose du plafond emp\S\jche la distribution de fluides \S\` partir d''installations situ\S\ies dans le faux plafond).','fr-FR',$); +#7991= IFCRELASSOCIATESLIBRARY('0dXZg6tdr9ruLZ6Bm_$Ltv',$,$,$,(#1997),#15292); +#15292= IFCLIBRARYREFERENCE($,$,'Pan Tilt Zoom Preset',$,'en',$); -#7997= IFCRELASSOCIATESLIBRARY('1jZ3i5t5HDi9N6WksJVrQP',$,$,$,(#2011),#15293); -#15293= IFCLIBRARYREFERENCE($,$,'\X2\6E17900F7387\X0\','\X2\592982B1677F76846E17900F6BD473873002\X0\\X\0D\X\0A\X2\8BE56BD4738753EF75284EE58868793A5F00655E5F0F592982B1677FFF088868793A592982B1677F80FD5426963B9694517651854FA7768455B76DCB6C34300151497EBF7B497684FF093002\X0\','zh-CN',$); +#7992= IFCRELASSOCIATESLIBRARY('3ASactaBn9pAuAwbx8FyEZ',$,$,$,(#1997),#15293); +#15293= IFCLIBRARYREFERENCE($,$,'\X2\30D130F330FB30C130EB30C830FB30BA30FC30E0521D671F8A2D5B9A\X0\','\X2\30D130F330FB30C130EB30C830FB30BA30FC30E06A5F80FD306E521D671F8A2D5B9A3002\X0\','ja-JP',$); -#7998= IFCRELASSOCIATESLIBRARY('1aIFJy2lnAFektf7OuKAG9',$,$,$,(#2014),#15294); -#15294= IFCLIBRARYREFERENCE($,$,'PHLevel',$,'en',$); +#7993= IFCRELASSOCIATESLIBRARY('1eWaQT81bEsgp36wSzlRhy',$,$,$,(#1999),#15294); +#15294= IFCLIBRARYREFERENCE($,$,'Pan Vertical',$,'en',$); -#7999= IFCRELASSOCIATESLIBRARY('39sY7BJD90r9tr0Q0MBI8m',$,$,$,(#2015),#15295); -#15295= IFCLIBRARYREFERENCE($,$,'Photochemical Ozone Formation',$,'en',$); +#7994= IFCRELASSOCIATESLIBRARY('28vpyyEPv2nvSnTOL4zHdT',$,$,$,(#1999),#15295); +#15295= IFCLIBRARYREFERENCE($,$,'\X2\30D130F3578276F465B9541153EF52D57BC456F2\X0\','\X2\578276F465B95411306E53EF52D57BC456F23092793A30593002\X0\','ja-JP',$); -#8000= IFCRELASSOCIATESLIBRARY('3Yin35w1jDDQlqLS$CbCnS',$,$,$,(#2015),#15296); -#15296= IFCLIBRARYREFERENCE($,$,'FormationOzonePhotochimique','Quantit\S\i de gaz producteurs d''ozone photochimique exprim\S\ie en \S\iquivalent ethyl\S\hne [NDT : selon la norme NF P01-010]','fr-FR',$); +#7995= IFCRELASSOCIATESLIBRARY('00sea0LLz6iR32whA0gx2G',$,$,$,(#2000),#15296); +#15296= IFCLIBRARYREFERENCE($,$,'Parking Units',$,'en',$); -#8001= IFCRELASSOCIATESLIBRARY('2tLtxDGBH5gwoJpzveOXtd',$,$,$,(#2015),#15297); -#15297= IFCLIBRARYREFERENCE($,$,'\X2\514953165B6630AA30BE30F3751F6210\X0\','\X2\7B9751FA3055308C305F\X0\ \X2\30A830C130EC30F330687B4930573044514953165B6630AA30BE30F35C643092751F62103059308B30AC30B9306E91CF3002\X0\','ja-JP',$); +#7996= IFCRELASSOCIATESLIBRARY('0_n1gnp3L0DOLjwIRdCJn6',$,$,$,(#2000),#15297); +#15297= IFCLIBRARYREFERENCE($,$,'TypeVehicule','Nombre d''unit\S\is du type de v\S\ihicule sp\S\icifi\S\i dans la propri\S\it\S\i TypeVehicule que peut contenir l''espace allou\S\i au parking. G\S\in\S\iralement, la valeur par d\S\ifaut est 1. Elle peut \S\jtre sup\S\irieure pour les deux roues.','fr-FR',$); -#8002= IFCRELASSOCIATESLIBRARY('2$AqxVIeHDfObbzcyZFcbY',$,$,$,(#2015),#15298); -#15298= IFCLIBRARYREFERENCE($,$,'\X2\AD11D654D559\X0\ \X2\C624C874\X0\ \X2\C0DDC131\X0\','\X2\C5D0D2F8B80CC5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\AD11D654D559\X0\ \X2\C624C874\X0\ \X2\C0DDC131\X0\ \X2\B04A\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); +#7997= IFCRELASSOCIATESLIBRARY('1N8UTmQvT55OMgHoyUrlcD',$,$,$,(#2000),#15298); +#15298= IFCLIBRARYREFERENCE($,$,'\X2\4E00533A753B5F53305F308A306E99D08ECA53F06570\X0\','\X2\8ECA4E217A2E522530543068306E99D08ECA53F06570306E30E630CB30C330C830543068306E63075B9A53F0657030024E00822C306B30013053306E5024306F\X0\1\X2\53F0\X0\/1\X2\30E630CB30C330C8306B306A308B3079304D3067305930023057304B3057306A304C3089300130AA30FC30C830D030A4307E305F306F81EA8EE28ECA5411305130673042308B583454083001657053F0\X0\/1\X2\30E630CB30C330C84EE54E0A306A308B304B30823057308C307E305B30933002\X0\','ja-JP',$); -#8003= IFCRELASSOCIATESLIBRARY('21QvV3fEv2GAQcJPih87pX',$,$,$,(#2016),#15299); -#15299= IFCLIBRARYREFERENCE($,$,'Photochemical Ozone Formation Per Unit',$,'en',$); +#7998= IFCRELASSOCIATESLIBRARY('2HV0_Vz5n57wtH2tsmH7af',$,$,$,(#2001),#15299); +#15299= IFCLIBRARYREFERENCE($,$,'Parking Use',$,'en',$); -#8004= IFCRELASSOCIATESLIBRARY('3pBEoKHpDEtuYdbI1_cNqA',$,$,$,(#2016),#15300); -#15300= IFCLIBRARYREFERENCE($,$,'FormationOzonePhotochimiqueParUnite','Quantit\S\i de gaz producteurs d''ozone photochimique exprim\S\ie en \S\iquivalent ethyl\S\hne tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); +#7999= IFCRELASSOCIATESLIBRARY('3VJmfF4BDFCfFha9C8hNsL',$,$,$,(#2001),#15300); +#15300= IFCLIBRARYREFERENCE($,$,'AccessibleHandicape','Identifie le type de v\S\ihicule pour lequel le parking a \S\it\S\i con\S\gu. Les valeurs possibles (voiture, bus, motos, v\S\ilos,\X2\2026\X0\) ne sont pas pr\S\id\S\ifinies.','fr-FR',$); -#8005= IFCRELASSOCIATESLIBRARY('0Vwj$kzZ9BYwgnfSnYJ1Hu',$,$,$,(#2016),#15301); -#15301= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A514953165B6630AA30BE30F3751F6210\X0\','\X2\30A830C130EC30F330678A087B973055308C308B514953165B6672698CEA30AA30BE30F33092751F62103059308B30AC30B9306E91CF3002\X0\','ja-JP',$); +#8000= IFCRELASSOCIATESLIBRARY('1iW0DqY1D7lR41K7VMv4Nh',$,$,$,(#2001),#15301); +#15301= IFCLIBRARYREFERENCE($,$,'\X2\99D08ECA5834306E75289014\X0\','\X2\3069306E8ECA4E217A2E5225306E99D08ECA5834306A306E304B30928B5852253057307E305930025024306F30423089304B305830815B9A30813089308C306A3044304C300181EA52D58ECA30015C0F578B8ECA300130AA30FC30C830D030A4300181EA8EE28ECA300130C830E930C330AF300130D030B9306A30693092542B309330673044308B304B30823057308C307E305B30933002\X0\','ja-JP',$); -#8006= IFCRELASSOCIATESLIBRARY('1SBbISTTb7$x8pGw8uq4q1',$,$,$,(#2016),#15302); -#15302= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\AD11D654D559\X0\ \X2\C624C874\X0\ \X2\C0DDC131\X0\','\X2\C5D0D2F8B80CC5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\AD11D654D559\X0\ \X2\C624C874\X0\ \X2\C0DDC131\X0\ \X2\B04A\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); +#8001= IFCRELASSOCIATESLIBRARY('3wBx0scgr2AwNjoZg6_l$d',$,$,$,(#2002),#15302); +#15302= IFCLIBRARYREFERENCE($,$,'Partial Load Efficiency Curves',$,'en',$); -#8008= IFCRELASSOCIATESLIBRARY('3WmGp79$r1fREcemrK4UWp',$,$,$,(#2018),#15303); -#15303= IFCLIBRARYREFERENCE($,$,'Pictogram Escape Direction',$,'en',$); +#8002= IFCRELASSOCIATESLIBRARY('2u29n5jZH18v1Fxa4gjKBg',$,$,$,(#2002),#15303); +#15303= IFCLIBRARYREFERENCE($,$,'CourbesEfficacit\S\iChargePartielle','Rendement de la chaudi\S\hre en fonction de la facteur de charge partielle; E= f(FacteurChargePartielle).','fr-FR',$); -#8009= IFCRELASSOCIATESLIBRARY('2XwhhxaO1A3ec3wKW49Ncc',$,$,$,(#2018),#15304); -#15304= IFCLIBRARYREFERENCE($,$,'\X2\907F96E36A198B58306E5411304D\X0\','\X2\907F96E36A198B58306E5411304D3002\X0\','ja-JP',$); +#8003= IFCRELASSOCIATESLIBRARY('1FAcxl7H91HBRQ7x5HOkdU',$,$,$,(#2002),#15304); +#15304= IFCLIBRARYREFERENCE($,$,'\X2\90E852068CA0837752B9738766F27DDA\X0\','\X2\90E852068CA083774FC26570306E95A26570306830573066306E30DC30A430E952B9738730003000\X0\E=f(\X2\90E852068CA083777387FF09\X0\','ja-JP',$); -#8010= IFCRELASSOCIATESLIBRARY('3VFKRoaeXE58d364BS5Za_',$,$,$,(#2018),#15305); -#15305= IFCLIBRARYREFERENCE($,$,'\X2\D53CB09C\X0\ \X2\D45CC9C0D310\X0\ \X2\BC29D5A5\X0\','\X2\D53CB09C\X0\ \X2\D45CC9C0D310\X0\ \X2\BC29D5A5\X0\','ko-KR',$); +#8004= IFCRELASSOCIATESLIBRARY('1b_XdG_dzBAhUhXEGBSklj',$,$,$,(#2003),#15305); +#15305= IFCLIBRARYREFERENCE($,$,'Particle Absorption Curve',$,'en',$); -#8011= IFCRELASSOCIATESLIBRARY('1U13pZcDL9eAoED_fET5Gm',$,$,$,(#2019),#15306); -#15306= IFCLIBRARYREFERENCE($,$,'Piece Mark',$,'en',$); +#8005= IFCRELASSOCIATESLIBRARY('0OKez0SBjDTgJWrnpMhQtz',$,$,$,(#2004),#15306); +#15306= IFCLIBRARYREFERENCE($,$,'Particle Mass Holding',$,'en',$); -#8012= IFCRELASSOCIATESLIBRARY('1ewgzHQpv4Mg$S9gr3vCk0',$,$,$,(#2020),#15307); -#15307= IFCLIBRARYREFERENCE($,$,'Piece Mark',$,'en',$); +#8006= IFCRELASSOCIATESLIBRARY('3bnsS1osXCaO4OLnmI_1X$',$,$,$,(#2006),#15307); +#15307= IFCLIBRARYREFERENCE($,$,'Part Load Ratio',$,'en',$); -#8015= IFCRELASSOCIATESLIBRARY('0Vi9yjhsD6ivYoJnyzpbc7',$,$,$,(#2024),#15308); -#15308= IFCLIBRARYREFERENCE($,$,'Pipe Connection Enum',$,'en',$); +#8007= IFCRELASSOCIATESLIBRARY('0lEyfCfPP8me93ODJIQAou',$,$,$,(#2006),#15308); +#15308= IFCLIBRARYREFERENCE($,$,'Taux de charge','Ratio entre capacit\S\i effective et capacit\S\i nominale','fr-FR',$); -#8016= IFCRELASSOCIATESLIBRARY('1oQ91YNW97o8QnFBIEh2_m',$,$,$,(#2025),#15309); -#15309= IFCLIBRARYREFERENCE($,$,'Dachfl\S\dchenneigung','Neigungswinkel der Decke gegen\S\|ber der Horizontalen wenn es sich um eine Dachfl\S\dche handelt. Angabe 0 Grad definiert eine horizontale Fl\S\dche.\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); +#8008= IFCRELASSOCIATESLIBRARY('3kxfyqhRn7QPSLz7IkQs3c',$,$,$,(#2006),#15309); +#15309= IFCLIBRARYREFERENCE($,$,'\X2\90E852068CA083776BD4\X0\','\X2\8A2D8A085BB991CF3068306E6BD4\X0\','ja-JP',$); -#8017= IFCRELASSOCIATESLIBRARY('0JOa3bidb1$RhBzg6jW5qJ',$,$,$,(#2025),#15310); -#15310= IFCLIBRARYREFERENCE($,$,'Pitch Angle',$,'en',$); +#8010= IFCRELASSOCIATESLIBRARY('2tflRvXb96Fga$ueuHhTiS',$,$,$,(#2007),#15310); +#15310= IFCLIBRARYREFERENCE($,$,'Pattern Type',$,'en',$); -#8018= IFCRELASSOCIATESLIBRARY('1lncOpq9v2cx9LnubhGVJG',$,$,$,(#2025),#15311); -#15311= IFCLIBRARYREFERENCE($,$,'AngleInclinaison','Angle de la dalle avec l''horizontale quand elle est utilis\S\ie comme un \S\il\S\iment de la couverture (valeur 0 ou non d\S\ifinie lorsque la dalle ne participe pas \S\` la couverture). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Les applications qui d\S\iterminent la g\S\iom\S\itrie comme les logiciels de CAO ne doivent pas autoriser la modification de cette propri\S\it\S\i.','fr-FR',$); +#8011= IFCRELASSOCIATESLIBRARY('3wqDFzwdj76OQJjRgm7O9p',$,$,$,(#2007),#15311); +#15311= IFCLIBRARYREFERENCE($,$,'\X2\30D130BF30FC30F330BF30A430D7\X0\','\X2\5B9A7FA9300030D130BF30FC30F3306E30BF30A430D7FF0853C8306F30BF30F330AF306E5F6272B6\X0\)\X2\304C660E793A3055308C308B\X0\','ja-JP',$); -#8019= IFCRELASSOCIATESLIBRARY('2WxdOuM$LDDvMDmueVTmJY',$,$,$,(#2025),#15312); -#15312= IFCLIBRARYREFERENCE($,$,'\X2\52FE914D89D25EA6\X0\','\X2\30B330F330DD30FC30CD30F330C8304C5C4B68393068305730664F7F75283055308C308B58345408306E30016C345E73306B5BFE3059308B30B930E930D6306E89D25EA6FF0830B930E930D6304C5C4B68393068305730664F7F75283055308C306A304458345408306F3001\X0\0\X2\5EA6306863075B9A3055308C308B304B30015B9A7FA93055308C306A3044FF093002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B660C55831306F5F6272B6306E886873FE3068305730668FFD52A03055308C30015E7E4F555B667684306A30D130E930E130FC30BF304C4F7F75283055308C308B30025E7E4F555B667684306A30D130E930E130FC30BF30688FFD52A03055308C305F5F6272B630D730ED30D130C630A3304C77DB76FE3059308B5834540830015E7E4F555B667684306A30D130E930E130FC30BF304C512A51483055308C308B3002\X0\CAD\X2\306E30883046306A30015E7E4F555B6664CD4F5C30A230D730EA30B130FC30B730E730F3306B30683063306630013053306E5024306F300166F8304D8FBC307F5C02752830673042308B3079304D30603002\X0\','ja-JP',$); +#8012= IFCRELASSOCIATESLIBRARY('2xku2xzE12lfmbdJh45BAK',$,$,$,(#2008),#15312); +#15312= IFCLIBRARYREFERENCE($,$,'Pattern Type',$,'en',$); -#8021= IFCRELASSOCIATESLIBRARY('0KHWvYerL7rRmnuhZePXMq',$,$,$,(#2026),#15313); -#15313= IFCLIBRARYREFERENCE($,$,'Placement Type',$,'en',$); +#8013= IFCRELASSOCIATESLIBRARY('3LWcXarOr0ahO8QComebGl',$,$,$,(#2008),#15313); +#15313= IFCLIBRARYREFERENCE($,$,'\X2\30D130BF30FC30F330BF30A430D7\X0\','\X2\5B9A7FA9300030D130BF30FC30F3306E30BF30A430D7FF0853C8306F30BF30F330AF306E5F6272B6FF09304C660E793A3055308C308B3002\X0\','ja-JP',$); -#8022= IFCRELASSOCIATESLIBRARY('0xCTBE_h5BM9t4dQ6hj3N3',$,$,$,(#2026),#15314); -#15314= IFCLIBRARYREFERENCE($,$,'TypeImplantation','Pr\S\icise l''implantation de la batterie.\X\0D\X\0APLANCHER indique que c''est un plancher chauffant (si le type de batterie is BATTERIEEAUCHAUDE ou CABLECHAUFFANTLECTRIQUE);\X\0D\X\0APLAFOND indique un plafond rafra\S\ochissant (si le type de la batterie est BATTERIEEAUFROIDE); UNITE indique que la batterie fait partie d''une unit\S\i de chauffage ou de refroidissement, tel que poutre froide, etc.','fr-FR',$); +#8015= IFCRELASSOCIATESLIBRARY('0lFr8jpmT9r8mljn3X8Unv',$,$,$,(#2013),#15314); +#15314= IFCLIBRARYREFERENCE($,$,'People',$,'en',$); -#8024= IFCRELASSOCIATESLIBRARY('1A6LlWljbCsvnz4dU1CD2w',$,$,$,(#2027),#15315); -#15315= IFCLIBRARYREFERENCE($,$,'Placement Type',$,'en',$); +#8016= IFCRELASSOCIATESLIBRARY('3uMNIqVCP5Q8G_Bp2dDfbU',$,$,$,(#2013),#15315); +#15315= IFCLIBRARYREFERENCE($,$,'\X2\4EBA54E1\X0\','\X2\4EBA54E1304B3089306E71B153D65F973002\X0\','ja-JP',$); -#8025= IFCRELASSOCIATESLIBRARY('2L0uV5najAXxMPzdcHCqic',$,$,$,(#2027),#15316); -#15316= IFCLIBRARYREFERENCE($,$,'\X2\30D730EC30FC30B930E130F330C830BF30A430D7\X0\','\X2\6696623F752830D230FC30BF30FC304C7F6E304B308C308B30883046306B306930468A2D8A083055308C30663044308B304B3092793A3057307E30593002\X0\','ja-JP',$); +#8017= IFCRELASSOCIATESLIBRARY('2nTNmnyuj3e9mB96hgSHXb',$,$,$,(#2013),#15316); +#15316= IFCLIBRARYREFERENCE($,$,'\X2\C778C6D0\X0\','\X2\C0ACB78CC758\X0\ \X2\C5F4\X0\','ko-KR',$); -#8027= IFCRELASSOCIATESLIBRARY('0tzCMJePr0BR3MriNYlF1c',$,$,$,(#2028),#15317); -#15317= IFCLIBRARYREFERENCE($,$,'Placing Type',$,'en',$); +#8018= IFCRELASSOCIATESLIBRARY('1JvKsGfbL0Q9KR_udsRNHu',$,$,$,(#2014),#15317); +#15317= IFCLIBRARYREFERENCE($,$,'People',$,'en',$); -#8028= IFCRELASSOCIATESLIBRARY('2dSAKYaEP5FuPzCgaQMvUu',$,$,$,(#2028),#15318); -#15318= IFCLIBRARYREFERENCE($,$,'\X2\4F4D7F6E\X0\','\X2\30B830E430F330AF30B730E730F330DC30C330AF30B9306E914D7F6E583462403002\X0\','ja-JP',$); +#8019= IFCRELASSOCIATESLIBRARY('1IX6k1wNn1ifZVENCn2tSw',$,$,$,(#2014),#15318); +#15318= IFCLIBRARYREFERENCE($,$,'\X2\4EBA54E1\X0\','\X2\4EBA54E1304B3089306E71B153D65F973002\X0\','ja-JP',$); -#8029= IFCRELASSOCIATESLIBRARY('1DnkDXYX5BIvZwdXODHCEU',$,$,$,(#2028),#15319); -#15319= IFCLIBRARYREFERENCE($,$,'\X2\C704CE58\X0\','\X2\C9C0C580\X0\ \X2\C139C158\X0\ \X2\BCF4D2B8\X0\ \X2\C0C1C790\X0\ \X2\C124CE58\X0\ \X2\BC29BC95\X0\.','ko-KR',$); +#8020= IFCRELASSOCIATESLIBRARY('0fSX6_jwDAvvuYLR2d7pN7',$,$,$,(#2014),#15319); +#15319= IFCLIBRARYREFERENCE($,$,'\X2\C778C6D0\X0\','\X2\C0ACB78CC758\X0\ \X2\C5F4\X0\','ko-KR',$); -#8030= IFCRELASSOCIATESLIBRARY('3LpFolnBP3ih_qGSqTS21W',$,$,$,(#2030),#15320); -#15320= IFCLIBRARYREFERENCE($,$,'Planning Control Status',$,'en',$); +#8021= IFCRELASSOCIATESLIBRARY('3LdnZdmZz3mxDkCqSjv$Xg',$,$,$,(#2015),#15320); +#15320= IFCLIBRARYREFERENCE($,$,'Percentage Open',$,'en',$); -#8031= IFCRELASSOCIATESLIBRARY('0OJvboPMf2KwicteRMQ1H7',$,$,$,(#2030),#15321); -#15321= IFCLIBRARYREFERENCE($,$,'EtatPlanningControle','Cat\S\igorie de zone ou classe, ou cat\S\igorie relativement \S\` un planning de contr\S\tle pour le site ou l''ensemble immobilier.','fr-FR',$); +#8022= IFCRELASSOCIATESLIBRARY('0hyR2Mu2nFXxmpoK5SntSm',$,$,$,(#2015),#15321); +#15321= IFCLIBRARYREFERENCE($,$,'\X2\30D130FC30BB30F330C8958B5EA6\X0\','\X2\5168958B6642306B5BFE3059308B958B5EA691CF306E6BD473873002\X0\','ja-JP',$); -#8032= IFCRELASSOCIATESLIBRARY('3q0CHec4r8yeVH74DU5fck',$,$,$,(#2031),#15322); -#15322= IFCLIBRARYREFERENCE($,$,'Planning Control Status',$,'en',$); +#8023= IFCRELASSOCIATESLIBRARY('1xcOa7nOP8OAgnDz1QBHs3',$,$,$,(#2017),#15322); +#15322= IFCLIBRARYREFERENCE($,$,'Performance',$,'en',$); -#8033= IFCRELASSOCIATESLIBRARY('0sJCr5bDD9BBJ$DLb08Uj3',$,$,$,(#2031),#15323); -#15323= IFCLIBRARYREFERENCE($,$,'EtatPlanningControle','Cat\S\igorie de zone ou classe, ou cat\S\igorie relativement \S\` un planning de contr\S\tle pour le site ou l''ensemble immobilier.','fr-FR',$); +#8024= IFCRELASSOCIATESLIBRARY('1KfURAIqPCDx8XJOeZIE63',$,$,$,(#2019),#15323); +#15323= IFCLIBRARYREFERENCE($,$,'Performance Classes',$,'en',$); -#8034= IFCRELASSOCIATESLIBRARY('1wU8tlm9XE5fUVnj1sY4qE',$,$,$,(#2032),#15324); -#15324= IFCLIBRARYREFERENCE($,$,'Plastic Shape Factor Y',$,'en',$); +#8025= IFCRELASSOCIATESLIBRARY('2qbP8$qGD32eWisY2yg5yF',$,$,$,(#2019),#15324); +#15324= IFCLIBRARYREFERENCE($,$,'\X2\80FD529B30AF30E930B9\X0\','\X2\30E230FC30BF4FDD8B773092884C3046958B958988C57F6E306F300180FD529B304C9055304667005927\X0\7\X2\7A2E985E304C3042308B3002540D79F0306E4F8B3068305730663001\X0\B, C, N, S, H, L, V\X2\304C542B307E308C308B3002\X0\','ja-JP',$); -#8035= IFCRELASSOCIATESLIBRARY('3II9pnFWL6WBmKIi3sry1T',$,$,$,(#2033),#15325); -#15325= IFCLIBRARYREFERENCE($,$,'Plastic Shape Factor Z',$,'en',$); +#8026= IFCRELASSOCIATESLIBRARY('1bvSLEJDTEHgkO_A0abjuD',$,$,$,(#2019),#15325); +#15325= IFCLIBRARYREFERENCE($,$,'\X2\B2A5B825\X0\ \X2\D074B798C2A4\X0\','\X2\BAA8D130\X0\ \X2\BCF4D638D558B294\X0\ \X2\AC1CD3D0\X0\ \X2\C7A5CE58B294\X0\ \X2\B2A5B825C774\X0\ \X2\B2E4B978\X0\ \X2\CD5CB300\X0\ 7 \X2\C885B958AC00C788B2E4\X0\. \X2\C774B984C758\X0\ \X2\C608B85CB294\X0\, B, C, N, S, H, L, V\X2\AC00\X0\ \X2\D3ECD568B41CB2E4\X0\.','ko-KR',$); -#8036= IFCRELASSOCIATESLIBRARY('3H25NNobj8OhV6KIr3SC_t',$,$,$,(#2034),#15326); -#15326= IFCLIBRARYREFERENCE($,$,'Plastic Strain',$,'en',$); +#8027= IFCRELASSOCIATESLIBRARY('17n0IW9rH1FB9dn09e2NGQ',$,$,$,(#2020),#15326); +#15326= IFCLIBRARYREFERENCE($,$,'Performance Classes',$,'en',$); -#8037= IFCRELASSOCIATESLIBRARY('2vVts4CYD1Mvpl9cc1qQC0',$,$,$,(#2035),#15327); -#15327= IFCLIBRARYREFERENCE($,$,'Player Media Eject',$,'en',$); +#8028= IFCRELASSOCIATESLIBRARY('0JWMslzAf3WfQkvvUmd8PC',$,$,$,(#2020),#15327); +#15327= IFCLIBRARYREFERENCE($,$,'\X2\80FD529B30AF30E930B9\X0\','\X2\30E230FC30BF4FDD8B773092884C3046958B958988C57F6E306F300180FD529B304C9055304667005927\X0\7\X2\7A2E985E304C3042308B3002540D79F0306E4F8B3068305730663001\X0\B, C, N, S, H, L, V\X2\304C542B307E308C308B3002\X0\','ja-JP',$); -#8038= IFCRELASSOCIATESLIBRARY('2NwQJ6s9n4_ONhButLhqp_',$,$,$,(#2035),#15328); -#15328= IFCLIBRARYREFERENCE($,$,'\X2\30E130C730A330A253D6308A51FA305753EF5426\X0\','\X2\30E130C730A330A2309253D6308A51FA305930533068304C3067304D308B304B30693046304B3092793A30593002\X0\','ja-JP',$); +#8029= IFCRELASSOCIATESLIBRARY('3Xwhdi8P9FBA$cpswITXCX',$,$,$,(#2020),#15328); +#15328= IFCLIBRARYREFERENCE($,$,'\X2\B2A5B825D074B798C2A4\X0\','\X2\BAA8D130\X0\ \X2\BCF4D638D558B294\X0\ \X2\AC1CD3D0\X0\ \X2\C7A5CE58B294\X0\ \X2\B2A5B825C774\X0\ \X2\B2E4B978\X0\ \X2\CD5CB300\X0\ 7 \X2\C885B958AC00C788B2E4\X0\. \X2\C774B984C758\X0\ \X2\C608B85CB294\X0\, B, C, N, S, H, L, V\X2\AC00\X0\ \X2\D3ECD568B41CB2E4\X0\.','ko-KR',$); -#8039= IFCRELASSOCIATESLIBRARY('1lyhUv4pH3IRwm8aXk8jjh',$,$,$,(#2035),#15329); -#15329= IFCLIBRARYREFERENCE($,$,'\X2\BBF8B514C5B4\X0\ \X2\AEBCB0B4AE30\X0\ \X2\C5ECBD80\X0\','\X2\BBF8B514C5B4B97C\X0\ \X2\AEBCB0BC\X0\ \X2\C218\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#8030= IFCRELASSOCIATESLIBRARY('33EpOox9bEZPTEZ_dhqCES',$,$,$,(#2022),#15329); +#15329= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); -#8040= IFCRELASSOCIATESLIBRARY('19i$8QMoT7QvCFkZWEeO_U',$,$,$,(#2036),#15330); -#15330= IFCLIBRARYREFERENCE($,$,'Player Media Format',$,'en',$); +#8031= IFCRELASSOCIATESLIBRARY('2_6Q0vPRz3bREvLiZP8r5f',$,$,$,(#2023),#15330); +#15330= IFCLIBRARYREFERENCE($,$,'Durchl\S\dssigkeit','Durchl\S\dssigkeit der Unterdecke als Faktor zwischen 0 Undurchl\S\dssig und 1 v\S\vllig durchl\S\dssig. Der Faktor kann zur Absch\S\dtzung genutzt werden, ob die Unterdecke zur Decke hin offen und durchl\S\dssig (f\S\|r Licht, Wasser und Sicht) ist.','de-DE',$); -#8041= IFCRELASSOCIATESLIBRARY('0OphlKgwfAC8VGWjBkSpjo',$,$,$,(#2036),#15331); -#15331= IFCLIBRARYREFERENCE($,$,'\X2\30E130C730A330A230D530A930FC30DE30C330C8\X0\','\X2\30B530DD30FC30C83055308C30663044308B30E130C730A330A2306E30D530A930FC30DE30C330C83092793A30593002\X0\','ja-JP',$); +#8032= IFCRELASSOCIATESLIBRARY('1wRka3Te15puy9WhjVenEk',$,$,$,(#2023),#15331); +#15331= IFCLIBRARYREFERENCE($,$,'Permeability',$,'en',$); -#8042= IFCRELASSOCIATESLIBRARY('20n$pRoLf6dexrDyOmLF$U',$,$,$,(#2036),#15332); -#15332= IFCLIBRARYREFERENCE($,$,'\X2\BBF8B514C5B4\X0\ \X2\D3ECB9F7\X0\','\X2\C9C0C6D0B418B294\X0\ \X2\BBF8B514C5B4\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#8033= IFCRELASSOCIATESLIBRARY('31z0MI4_TE$wTEjUf6Ig_H',$,$,$,(#2023),#15332); +#15332= IFCLIBRARYREFERENCE($,$,'Perm\S\iabilit\S\i','Ratio de perm\S\iabilit\S\i du plafond. Ce ratio peut \S\jtre utilis\S\i pour d\S\isigner un plafond ouvert (cela permet de savoir si la pose du plafond emp\S\jche la distribution de fluides \S\` partir d''installations situ\S\ies dans le faux plafond).','fr-FR',$); -#8044= IFCRELASSOCIATESLIBRARY('2vI_zreL98s9SVGbfAk4f2',$,$,$,(#2037),#15333); -#15333= IFCLIBRARYREFERENCE($,$,'Player Type',$,'en',$); +#8034= IFCRELASSOCIATESLIBRARY('2H1tf2BMT6UQ$pjsMDRrmo',$,$,$,(#2023),#15333); +#15333= IFCLIBRARYREFERENCE($,$,'\X2\6E17900F7387\X0\','\X2\592982B1677F76846E17900F6BD473873002\X0\\X\0D\X\0A\X2\8BE56BD4738753EF75284EE58868793A5F00655E5F0F592982B1677FFF088868793A592982B1677F80FD5426963B9694517651854FA7768455B76DCB6C34300151497EBF7B497684FF093002\X0\','zh-CN',$); -#8045= IFCRELASSOCIATESLIBRARY('0yMb$1Cen5genYwlnfSDK3',$,$,$,(#2037),#15334); -#15334= IFCLIBRARYREFERENCE($,$,'\X2\30D730EC30A430E430FC5F625F0F\X0\','\X2\518D751F53EF80FD306A5F625F0F3092793A30593002\X0\','ja-JP',$); +#8035= IFCRELASSOCIATESLIBRARY('0f46HAEnz5rw94eJ6TVB6$',$,$,$,(#2026),#15334); +#15334= IFCLIBRARYREFERENCE($,$,'PHLevel',$,'en',$); -#8046= IFCRELASSOCIATESLIBRARY('0yMEQLCCr9dA6gYryirh$T',$,$,$,(#2037),#15335); -#15335= IFCLIBRARYREFERENCE($,$,'\X2\D50CB808C774C5B4\X0\ \X2\D615C2DD\X0\','\X2\C7ACC0DD\X0\ \X2\AC00B2A5D55C\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#8036= IFCRELASSOCIATESLIBRARY('3N_XZ9nRrFBQOGVvy5mGoQ',$,$,$,(#2027),#15335); +#15335= IFCLIBRARYREFERENCE($,$,'Photochemical Ozone Formation',$,'en',$); -#8047= IFCRELASSOCIATESLIBRARY('1iPvS5Lyr2r8myaqLTTOD4',$,$,$,(#2038),#15336); -#15336= IFCLIBRARYREFERENCE($,$,'Plies',$,'en',$); +#8037= IFCRELASSOCIATESLIBRARY('0iJItomlbAtPAbEmpUTmnD',$,$,$,(#2027),#15336); +#15336= IFCLIBRARYREFERENCE($,$,'FormationOzonePhotochimique','Quantit\S\i de gaz producteurs d''ozone photochimique exprim\S\ie en \S\iquivalent ethyl\S\hne [NDT : selon la norme NF P01-010]','fr-FR',$); -#8048= IFCRELASSOCIATESLIBRARY('3Kr3KKUYH4ahvI$Eqp5hpS',$,$,$,(#2039),#15337); -#15337= IFCLIBRARYREFERENCE($,$,'Point Of Contact',$,'en',$); +#8038= IFCRELASSOCIATESLIBRARY('2dh3KEnXT8jAdetevWMZNL',$,$,$,(#2027),#15337); +#15337= IFCLIBRARYREFERENCE($,$,'\X2\514953165B6630AA30BE30F3751F6210\X0\','\X2\7B9751FA3055308C305F\X0\ \X2\30A830C130EC30F330687B4930573044514953165B6630AA30BE30F35C643092751F62103059308B30AC30B9306E91CF3002\X0\','ja-JP',$); -#8049= IFCRELASSOCIATESLIBRARY('0iQm5Ykkj4Fg4e$CAmv0jX',$,$,$,(#2041),#15338); -#15338= IFCLIBRARYREFERENCE($,$,'Poisson Ratio',$,'en',$); +#8039= IFCRELASSOCIATESLIBRARY('0rX8Uo2mH7GvF7tVRHh2UQ',$,$,$,(#2027),#15338); +#15338= IFCLIBRARYREFERENCE($,$,'\X2\AD11D654D559\X0\ \X2\C624C874\X0\ \X2\C0DDC131\X0\','\X2\C5D0D2F8B80CC5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\AD11D654D559\X0\ \X2\C624C874\X0\ \X2\C0DDC131\X0\ \X2\B04A\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); -#8050= IFCRELASSOCIATESLIBRARY('2lfDlKcNn9fPDrlnZMFThU',$,$,$,(#2042),#15339); -#15339= IFCLIBRARYREFERENCE($,$,'Polarity',$,'en',$); +#8040= IFCRELASSOCIATESLIBRARY('1doOtrbJfEVASH6hyWQqDd',$,$,$,(#2028),#15339); +#15339= IFCLIBRARYREFERENCE($,$,'Photochemical Ozone Formation Per Unit',$,'en',$); -#8053= IFCRELASSOCIATESLIBRARY('2K4_zNZQLE2P_6BzAPkE7M',$,$,$,(#2045),#15340); -#15340= IFCLIBRARYREFERENCE($,$,'Pole Usage',$,'en',$); +#8041= IFCRELASSOCIATESLIBRARY('2AoMnB00T5POPufFaM42NA',$,$,$,(#2028),#15340); +#15340= IFCLIBRARYREFERENCE($,$,'FormationOzonePhotochimiqueParUnite','Quantit\S\i de gaz producteurs d''ozone photochimique exprim\S\ie en \S\iquivalent ethyl\S\hne tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); -#8054= IFCRELASSOCIATESLIBRARY('1aV7Jvq5P4Ef4hSBad_51y',$,$,$,(#2046),#15341); -#15341= IFCLIBRARYREFERENCE($,$,'Porosity',$,'en',$); +#8042= IFCRELASSOCIATESLIBRARY('0JuNPbVZ52xPaOzEC2U383',$,$,$,(#2028),#15341); +#15341= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A514953165B6630AA30BE30F3751F6210\X0\','\X2\30A830C130EC30F330678A087B973055308C308B514953165B6672698CEA30AA30BE30F33092751F62103059308B30AC30B9306E91CF3002\X0\','ja-JP',$); -#8055= IFCRELASSOCIATESLIBRARY('1RNuXM8KPAlPymiG4MhkeJ',$,$,$,(#2048),#15342); -#15342= IFCLIBRARYREFERENCE($,$,'Port Number',$,'en',$); +#8043= IFCRELASSOCIATESLIBRARY('3XfbZXufD459K3c3d33I4m',$,$,$,(#2028),#15342); +#15342= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\AD11D654D559\X0\ \X2\C624C874\X0\ \X2\C0DDC131\X0\','\X2\C5D0D2F8B80CC5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\AD11D654D559\X0\ \X2\C624C874\X0\ \X2\C0DDC131\X0\ \X2\B04A\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); -#8056= IFCRELASSOCIATESLIBRARY('22fFq5CxrD7xBU8gOCOLY_',$,$,$,(#2048),#15343); -#15343= IFCLIBRARYREFERENCE($,$,'\X2\30DD30FC30C8756A53F7\X0\','\X2\30DD30FC30C8306B542B307E308C308B89817D2030017A2E985E3092793A3059756A53F73002\X0\','ja-JP',$); +#8045= IFCRELASSOCIATESLIBRARY('2H5xePj4vBMuTT0GXbsOgS',$,$,$,(#2030),#15343); +#15343= IFCLIBRARYREFERENCE($,$,'Pictogram Escape Direction',$,'en',$); -#8057= IFCRELASSOCIATESLIBRARY('2ubJ9YoJX4NxfuucLXVZLB',$,$,$,(#2048),#15344); -#15344= IFCLIBRARYREFERENCE($,$,'\X2\D3ECD2B8\X0\ \X2\BC88D638\X0\','\X2\D3ECD2B8C5D0\X0\ \X2\D3ECD568B418B294\X0\ \X2\C694C18C\X0\ \X2\C720D615C744\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\C22BC790\X0\','ko-KR',$); +#8046= IFCRELASSOCIATESLIBRARY('3i3fQSQcD1GAXBylpIqk6T',$,$,$,(#2030),#15344); +#15344= IFCLIBRARYREFERENCE($,$,'\X2\907F96E36A198B58306E5411304D\X0\','\X2\907F96E36A198B58306E5411304D3002\X0\','ja-JP',$); -#8058= IFCRELASSOCIATESLIBRARY('2tUQihPnf8CuxDOxNa4rST',$,$,$,(#2049),#15345); -#15345= IFCLIBRARYREFERENCE($,$,'Position',$,'en',$); +#8047= IFCRELASSOCIATESLIBRARY('3HOTutomj3EOX5Czim1Xes',$,$,$,(#2030),#15345); +#15345= IFCLIBRARYREFERENCE($,$,'\X2\D53CB09C\X0\ \X2\D45CC9C0D310\X0\ \X2\BC29D5A5\X0\','\X2\D53CB09C\X0\ \X2\D45CC9C0D310\X0\ \X2\BC29D5A5\X0\','ko-KR',$); -#8059= IFCRELASSOCIATESLIBRARY('0ASsFE6An9gRzv5cxkFR58',$,$,$,(#2049),#15346); -#15346= IFCLIBRARYREFERENCE($,$,'\X2\4F4D7F6E\X0\','\X2\30A230AF30C130E530A830FC30BF306E6642959330543068306E4F4D7F6E3092793A305950243002\X0\0.0\X2\304C5B8C5168306B958930583089308C305F72B6614B30673001\X0\1.0\X2\304C5B8C5168306B958B3044305F72B6614B3002\X0\','ja-JP',$); +#8048= IFCRELASSOCIATESLIBRARY('3Mj$Gp6wf3Wf1K2MzIyhlD',$,$,$,(#2031),#15346); +#15346= IFCLIBRARYREFERENCE($,$,'Piece Mark',$,'en',$); -#8060= IFCRELASSOCIATESLIBRARY('1hLlMPWpP1pOhv3Y6mfPjv',$,$,$,(#2049),#15347); -#15347= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); +#8049= IFCRELASSOCIATESLIBRARY('2fI0k$bV50KeWvtReSZPuX',$,$,$,(#2032),#15347); +#15347= IFCLIBRARYREFERENCE($,$,'Piece Mark',$,'en',$); -#8061= IFCRELASSOCIATESLIBRARY('3yTQNNw5P79vI4Yqjw3GB4',$,$,$,(#2051),#15348); -#15348= IFCLIBRARYREFERENCE($,$,'Power',$,'en',$); +#8052= IFCRELASSOCIATESLIBRARY('1UsweK2rHAoeEmwEHhMGbv',$,$,$,(#2036),#15348); +#15348= IFCLIBRARYREFERENCE($,$,'Pipe Connection Enum',$,'en',$); -#8062= IFCRELASSOCIATESLIBRARY('39pKb7P1b7b9HFitDhHCo7',$,$,$,(#2051),#15349); -#15349= IFCLIBRARYREFERENCE($,$,'\X2\96FB529B\X0\','\X2\5B9F96FB529B306852D54F5C53EF80FD7BC456F23002\X0\','ja-JP',$); +#8053= IFCRELASSOCIATESLIBRARY('2xJu75nsn8Ih7ILSiGZd3B',$,$,$,(#2037),#15349); +#15349= IFCLIBRARYREFERENCE($,$,'Dachfl\S\dchenneigung','Neigungswinkel der Decke gegen\S\|ber der Horizontalen wenn es sich um eine Dachfl\S\dche handelt. Angabe 0 Grad definiert eine horizontale Fl\S\dche.\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); -#8063= IFCRELASSOCIATESLIBRARY('0z55bDaMrBZhJ5SoLGLx0u',$,$,$,(#2052),#15350); -#15350= IFCLIBRARYREFERENCE($,$,'Power',$,'en',$); +#8054= IFCRELASSOCIATESLIBRARY('25f1YgplzAle2XuKMR71x6',$,$,$,(#2037),#15350); +#15350= IFCLIBRARYREFERENCE($,$,'Pitch Angle',$,'en',$); -#8064= IFCRELASSOCIATESLIBRARY('0_dZDOZHH2q9lySpMYnLgp',$,$,$,(#2052),#15351); -#15351= IFCLIBRARYREFERENCE($,$,'\X2\52D5529B\X0\','\X2\30DD30F330D7306E5B9F52D5529B6D888CBB\X0\','ja-JP',$); +#8055= IFCRELASSOCIATESLIBRARY('3ZNaICgsb5RfmVklyl91NA',$,$,$,(#2037),#15351); +#15351= IFCLIBRARYREFERENCE($,$,'AngleInclinaison','Angle de la dalle avec l''horizontale quand elle est utilis\S\ie comme un \S\il\S\iment de la couverture (valeur 0 ou non d\S\ifinie lorsque la dalle ne participe pas \S\` la couverture). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Les applications qui d\S\iterminent la g\S\iom\S\itrie comme les logiciels de CAO ne doivent pas autoriser la modification de cette propri\S\it\S\i.','fr-FR',$); -#8065= IFCRELASSOCIATESLIBRARY('18lRP6Dun2XgVNwNRRHZFU',$,$,$,(#2056),#15352); -#15352= IFCLIBRARYREFERENCE($,$,'Power Factor',$,'en',$); +#8056= IFCRELASSOCIATESLIBRARY('0qECYO$mr8ShN_WAYf1JQA',$,$,$,(#2037),#15352); +#15352= IFCLIBRARYREFERENCE($,$,'\X2\52FE914D89D25EA6\X0\','\X2\30B330F330DD30FC30CD30F330C8304C5C4B68393068305730664F7F75283055308C308B58345408306E30016C345E73306B5BFE3059308B30B930E930D6306E89D25EA6FF0830B930E930D6304C5C4B68393068305730664F7F75283055308C306A304458345408306F3001\X0\0\X2\5EA6306863075B9A3055308C308B304B30015B9A7FA93055308C306A3044FF093002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B660C55831306F5F6272B6306E886873FE3068305730668FFD52A03055308C30015E7E4F555B667684306A30D130E930E130FC30BF304C4F7F75283055308C308B30025E7E4F555B667684306A30D130E930E130FC30BF30688FFD52A03055308C305F5F6272B630D730ED30D130C630A3304C77DB76FE3059308B5834540830015E7E4F555B667684306A30D130E930E130FC30BF304C512A51483055308C308B3002\X0\CAD\X2\306E30883046306A30015E7E4F555B6664CD4F5C30A230D730EA30B130FC30B730E730F3306B30683063306630013053306E5024306F300166F8304D8FBC307F5C02752830673042308B3079304D30603002\X0\','ja-JP',$); -#8066= IFCRELASSOCIATESLIBRARY('2HskzTafD1lPmFu907evIs',$,$,$,(#2056),#15353); -#15353= IFCLIBRARYREFERENCE($,$,'\X2\30D130EF30FC30D530A130AF30BF\X0\','\X2\30D130EF30FC30D530A130AF30BF3002\X0\','ja-JP',$); +#8058= IFCRELASSOCIATESLIBRARY('0W3DKIFd54tBSXGHYX3$ot',$,$,$,(#2038),#15353); +#15353= IFCLIBRARYREFERENCE($,$,'Placement Type',$,'en',$); -#8067= IFCRELASSOCIATESLIBRARY('2cNRUITMH1DhH21nfawBPL',$,$,$,(#2057),#15354); -#15354= IFCLIBRARYREFERENCE($,$,'Power Factor',$,'en',$); +#8059= IFCRELASSOCIATESLIBRARY('3Pgv0hpeL8CwUjHFwMqMm1',$,$,$,(#2038),#15354); +#15354= IFCLIBRARYREFERENCE($,$,'TypeImplantation','Pr\S\icise l''implantation de la batterie.\X\0D\X\0APLANCHER indique que c''est un plancher chauffant (si le type de batterie is BATTERIEEAUCHAUDE ou CABLECHAUFFANTLECTRIQUE);\X\0D\X\0APLAFOND indique un plafond rafra\S\ochissant (si le type de la batterie est BATTERIEEAUFROIDE); UNITE indique que la batterie fait partie d''une unit\S\i de chauffage ou de refroidissement, tel que poutre froide, etc.','fr-FR',$); -#8068= IFCRELASSOCIATESLIBRARY('3YPHOpQuLBu87s06RWy7um',$,$,$,(#2058),#15355); -#15355= IFCLIBRARYREFERENCE($,$,'Power Loss',$,'en',$); +#8061= IFCRELASSOCIATESLIBRARY('3cmZS5a1r4SBXMEcmx7Szq',$,$,$,(#2039),#15355); +#15355= IFCLIBRARYREFERENCE($,$,'Placement Type',$,'en',$); -#8069= IFCRELASSOCIATESLIBRARY('3tr0hlCsD5COc_99JFuNrA',$,$,$,(#2058),#15356); -#15356= IFCLIBRARYREFERENCE($,$,'\X2\96FB529B640D5931\X0\','\X2\5B9A683C96FB6D41304C30D230E530FC30BA306B6D41308C308B6642306E96FB529B640D5931\X0\[W]\X2\3002\X0\','ja-JP',$); +#8062= IFCRELASSOCIATESLIBRARY('2rlm8i8Fb6kuJNFGqvHIab',$,$,$,(#2039),#15356); +#15356= IFCLIBRARYREFERENCE($,$,'\X2\30D730EC30FC30B930E130F330C830BF30A430D7\X0\','\X2\6696623F752830D230FC30BF30FC304C7F6E304B308C308B30883046306B306930468A2D8A083055308C30663044308B304B3092793A3057307E30593002\X0\','ja-JP',$); -#8070= IFCRELASSOCIATESLIBRARY('0RxWyA6IfDyP28E5I7dG7V',$,$,$,(#2058),#15357); -#15357= IFCLIBRARYREFERENCE($,$,'\X2\C804B825\X0\ \X2\C190C2E4\X0\','\X2\C815ACA9\X0\ \X2\C804B958AC00\X0\ \X2\D4E8C988C5D0\X0\ \X2\D750B974B294C2DC\X0\ \X2\C804B825\X0\ \X2\C190C2E4\X0\ [W].','ko-KR',$); +#8064= IFCRELASSOCIATESLIBRARY('3AJfHKEcrFaubyvyxxwCaA',$,$,$,(#2040),#15357); +#15357= IFCLIBRARYREFERENCE($,$,'Placing Type',$,'en',$); -#8071= IFCRELASSOCIATESLIBRARY('0SHezDAHf3m9hc_4f3L52V',$,$,$,(#2059),#15358); -#15358= IFCLIBRARYREFERENCE($,$,'Power Loss',$,'en',$); +#8065= IFCRELASSOCIATESLIBRARY('2JhYnrT6HFLgYOOWgHhF9m',$,$,$,(#2040),#15358); +#15358= IFCLIBRARYREFERENCE($,$,'\X2\4F4D7F6E\X0\','\X2\30B830E430F330AF30B730E730F330DC30C330AF30B9306E914D7F6E583462403002\X0\','ja-JP',$); -#8072= IFCRELASSOCIATESLIBRARY('0yr3AUgQD4mhE1j9e6jg1s',$,$,$,(#2060),#15359); -#15359= IFCLIBRARYREFERENCE($,$,'Power Loss',$,'en',$); +#8066= IFCRELASSOCIATESLIBRARY('0ZeGv$o_n0vPy$5znwbuch',$,$,$,(#2040),#15359); +#15359= IFCLIBRARYREFERENCE($,$,'\X2\C704CE58\X0\','\X2\C9C0C580\X0\ \X2\C139C158\X0\ \X2\BCF4D2B8\X0\ \X2\C0C1C790\X0\ \X2\C124CE58\X0\ \X2\BC29BC95\X0\.','ko-KR',$); -#8073= IFCRELASSOCIATESLIBRARY('0spBg22oj74AkyoEcgSmah',$,$,$,(#2060),#15360); -#15360= IFCLIBRARYREFERENCE($,$,'\X2\96FB529B640D5931\X0\','\X2\5B9A683C96FB6D41304C\X0\MCB\X2\306B6D41308C30663044308B6642306E\X0\MCB\X2\306E69755F53305F308A306E96FB529B640D5931\X0\[W]\X2\3002\X0\','ja-JP',$); +#8067= IFCRELASSOCIATESLIBRARY('0Q21sOrQP1FBrvamkP9wSZ',$,$,$,(#2042),#15360); +#15360= IFCLIBRARYREFERENCE($,$,'Planning Control Status',$,'en',$); -#8074= IFCRELASSOCIATESLIBRARY('2p_09P2Pn3sBVQUUzCtYZ0',$,$,$,(#2060),#15361); -#15361= IFCLIBRARYREFERENCE($,$,'\X2\C804B825\X0\ \X2\C190C2E4\X0\','\X2\C815ACA9\X0\ \X2\C804B958AC00\X0\ MCB \X2\D750B974ACE0C788C744\X0\ \X2\B54CC758\X0\ MCB \X2\ADF9\X0\ \X2\B2F9\X0\ \X2\C804B825\X0\ \X2\C190C2E4\X0\ [W].','ko-KR',$); +#8068= IFCRELASSOCIATESLIBRARY('3HlaoUFL165QdniXrB0ULI',$,$,$,(#2042),#15361); +#15361= IFCLIBRARYREFERENCE($,$,'EtatPlanningControle','Cat\S\igorie de zone ou classe, ou cat\S\igorie relativement \S\` un planning de contr\S\tle pour le site ou l''ensemble immobilier.','fr-FR',$); -#8076= IFCRELASSOCIATESLIBRARY('3NeZLNEg97W9SVy2mMItu4',$,$,$,(#2061),#15362); -#15362= IFCLIBRARYREFERENCE($,$,'Power Source',$,'en',$); +#8069= IFCRELASSOCIATESLIBRARY('2AiaomqH5EZQk$6M0tgQO0',$,$,$,(#2043),#15362); +#15362= IFCLIBRARYREFERENCE($,$,'Planning Control Status',$,'en',$); -#8077= IFCRELASSOCIATESLIBRARY('3ZFZb0uN927vM34cpl2miK',$,$,$,(#2061),#15363); -#15363= IFCLIBRARYREFERENCE($,$,'SourcePuissance','Type de puissance fournie au compresseur','fr-FR',$); +#8070= IFCRELASSOCIATESLIBRARY('0yMxg4xDzA6B1hY3waVXmb',$,$,$,(#2043),#15363); +#15363= IFCLIBRARYREFERENCE($,$,'EtatPlanningControle','Cat\S\igorie de zone ou classe, ou cat\S\igorie relativement \S\` un planning de contr\S\tle pour le site ou l''ensemble immobilier.','fr-FR',$); -#8078= IFCRELASSOCIATESLIBRARY('01rG_g03vE68ASln_aBYLN',$,$,$,(#2062),#15364); -#15364= IFCLIBRARYREFERENCE($,$,'Power State',$,'en',$); +#8071= IFCRELASSOCIATESLIBRARY('0vtklp4_j6nREbg8NNVw1$',$,$,$,(#2044),#15364); +#15364= IFCLIBRARYREFERENCE($,$,'Plastic Shape Factor Y',$,'en',$); -#8079= IFCRELASSOCIATESLIBRARY('2b9QcN_Mb81PdVs3b5jMP1',$,$,$,(#2063),#15365); -#15365= IFCLIBRARYREFERENCE($,$,'Power State',$,'en',$); +#8072= IFCRELASSOCIATESLIBRARY('0viEy88$n70x0eXsBP7T_u',$,$,$,(#2045),#15365); +#15365= IFCLIBRARYREFERENCE($,$,'Plastic Shape Factor Z',$,'en',$); -#8080= IFCRELASSOCIATESLIBRARY('2wh_CUNEP8ZfFEvnrAJzAX',$,$,$,(#2064),#15366); -#15366= IFCLIBRARYREFERENCE($,$,'Power State',$,'en',$); +#8073= IFCRELASSOCIATESLIBRARY('1RFh8E7196gOA8h7ciysYa',$,$,$,(#2046),#15366); +#15366= IFCLIBRARYREFERENCE($,$,'Plastic Strain',$,'en',$); -#8081= IFCRELASSOCIATESLIBRARY('3gWV9$Xw1FcAs$l9pYhv89',$,$,$,(#2064),#15367); -#15367= IFCLIBRARYREFERENCE($,$,'\X2\96FB6E9072B6614B\X0\','\X2\6A5F5668306E96FB6E9030AA30F330AA30D5306E6642959330543068306E72B6614B3092793A30593002\X0\','ja-JP',$); +#8074= IFCRELASSOCIATESLIBRARY('1pSEF$s_1FUQlrGywr6F1N',$,$,$,(#2047),#15367); +#15367= IFCLIBRARYREFERENCE($,$,'Player Media Eject',$,'en',$); -#8083= IFCRELASSOCIATESLIBRARY('2W1iE_kPH958PyCOrIRpxg',$,$,$,(#2066),#15368); -#15368= IFCLIBRARYREFERENCE($,$,'Pressure',$,'en',$); +#8075= IFCRELASSOCIATESLIBRARY('3h86_IYA53neEjz83RLALS',$,$,$,(#2047),#15368); +#15368= IFCLIBRARYREFERENCE($,$,'\X2\30E130C730A330A253D6308A51FA305753EF5426\X0\','\X2\30E130C730A330A2309253D6308A51FA305930533068304C3067304D308B304B30693046304B3092793A30593002\X0\','ja-JP',$); -#8084= IFCRELASSOCIATESLIBRARY('2Z3xNBABfFverplo47zGT1',$,$,$,(#2067),#15369); -#15369= IFCLIBRARYREFERENCE($,$,'Pressure',$,'en',$); +#8076= IFCRELASSOCIATESLIBRARY('2jn3fQp_TBLvY_Rz7LUNuM',$,$,$,(#2047),#15369); +#15369= IFCLIBRARYREFERENCE($,$,'\X2\BBF8B514C5B4\X0\ \X2\AEBCB0B4AE30\X0\ \X2\C5ECBD80\X0\','\X2\BBF8B514C5B4B97C\X0\ \X2\AEBCB0BC\X0\ \X2\C218\X0\ \X2\C788B294C9C0\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#8085= IFCRELASSOCIATESLIBRARY('07FC0G6mv9whIUwjjON_ue',$,$,$,(#2068),#15370); -#15370= IFCLIBRARYREFERENCE($,$,'Pressure',$,'en',$); +#8077= IFCRELASSOCIATESLIBRARY('1bnsOydGHCP8bf8zfc$ROf',$,$,$,(#2048),#15370); +#15370= IFCLIBRARYREFERENCE($,$,'Player Media Format',$,'en',$); -#8086= IFCRELASSOCIATESLIBRARY('16mjyPUnX4UvT8A5mmCyD8',$,$,$,(#2068),#15371); -#15371= IFCLIBRARYREFERENCE($,$,'\X2\5727529B\X0\','\X2\6D414F53306E5727529B3002\X0\','ja-JP',$); +#8078= IFCRELASSOCIATESLIBRARY('2v_Fm7yXTDOvOFkjMdixJm',$,$,$,(#2048),#15371); +#15371= IFCLIBRARYREFERENCE($,$,'\X2\30E130C730A330A230D530A930FC30DE30C330C8\X0\','\X2\30B530DD30FC30C83055308C30663044308B30E130C730A330A2306E30D530A930FC30DE30C330C83092793A30593002\X0\','ja-JP',$); -#8087= IFCRELASSOCIATESLIBRARY('03dKbgybf0j97NkYBevVpg',$,$,$,(#2069),#15372); -#15372= IFCLIBRARYREFERENCE($,$,'Pressure',$,'en',$); +#8079= IFCRELASSOCIATESLIBRARY('3_N1GiLN10xRUQi_j0W9sZ',$,$,$,(#2048),#15372); +#15372= IFCLIBRARYREFERENCE($,$,'\X2\BBF8B514C5B4\X0\ \X2\D3ECB9F7\X0\','\X2\C9C0C6D0B418B294\X0\ \X2\BBF8B514C5B4\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#8088= IFCRELASSOCIATESLIBRARY('2bcSzl3pLC1h6ePPniJPk1',$,$,$,(#2069),#15373); -#15373= IFCLIBRARYREFERENCE($,$,'\X2\5727529B\X0\','\X2\71C36599306E5727529B3002\X0\','ja-JP',$); +#8081= IFCRELASSOCIATESLIBRARY('1ENdzFY$TDIwzMO8I$V7HG',$,$,$,(#2049),#15373); +#15373= IFCLIBRARYREFERENCE($,$,'Player Type',$,'en',$); -#8089= IFCRELASSOCIATESLIBRARY('0mMnuMhXT1YQyGgL3KPNya',$,$,$,(#2070),#15374); -#15374= IFCLIBRARYREFERENCE($,$,'Pressure Class',$,'en',$); +#8082= IFCRELASSOCIATESLIBRARY('1C1vCrAPD2Kw$Chilxyx4n',$,$,$,(#2049),#15374); +#15374= IFCLIBRARYREFERENCE($,$,'\X2\30D730EC30A430E430FC5F625F0F\X0\','\X2\518D751F53EF80FD306A5F625F0F3092793A30593002\X0\','ja-JP',$); -#8090= IFCRELASSOCIATESLIBRARY('1algkBhUv7IRsHAOPQxcju',$,$,$,(#2070),#15375); -#15375= IFCLIBRARYREFERENCE($,$,'\X2\5727529B30AF30E930B9\X0\','\X2\7BA18F446A293092630130645F535C40FF08\X0\SMACNA\X2\306A3069FF09306B3088306330665B9A7FA93055308C305F5727529B5206985E\X0\','ja-JP',$); +#8083= IFCRELASSOCIATESLIBRARY('2snwoQjvj9Xv70F4zsgWsJ',$,$,$,(#2049),#15375); +#15375= IFCLIBRARYREFERENCE($,$,'\X2\D50CB808C774C5B4\X0\ \X2\D615C2DD\X0\','\X2\C7ACC0DD\X0\ \X2\AC00B2A5D55C\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#8091= IFCRELASSOCIATESLIBRARY('35CWB8KX5FB8jSTqltlvap',$,$,$,(#2071),#15376); -#15376= IFCLIBRARYREFERENCE($,$,'Pressure Class',$,'en',$); +#8084= IFCRELASSOCIATESLIBRARY('25g6uO8$PD5BGL9yuO8RNa',$,$,$,(#2050),#15376); +#15376= IFCLIBRARYREFERENCE($,$,'Plies',$,'en',$); -#8092= IFCRELASSOCIATESLIBRARY('1NongG87rE8B6qbuq6olCJ',$,$,$,(#2071),#15377); -#15377= IFCLIBRARYREFERENCE($,$,'\X2\5727529B5206985E\X0\','\X2\7D99304E624B63A5540890E8306E5727529B7B497D1AFF1F\X0\','ja-JP',$); +#8085= IFCRELASSOCIATESLIBRARY('0RJWmW2pXDQ9YNZAAs4KpF',$,$,$,(#2051),#15377); +#15377= IFCLIBRARYREFERENCE($,$,'Point Of Contact',$,'en',$); -#8093= IFCRELASSOCIATESLIBRARY('0A5l4vOtb1PfA9qR9w8nwa',$,$,$,(#2072),#15378); -#15378= IFCLIBRARYREFERENCE($,$,'Pressure Class',$,'en',$); +#8086= IFCRELASSOCIATESLIBRARY('1b93n2MibFxwVHSOjWefEN',$,$,$,(#2053),#15378); +#15378= IFCLIBRARYREFERENCE($,$,'Poisson Ratio',$,'en',$); -#8094= IFCRELASSOCIATESLIBRARY('1e50qbvgT7XfimoeVKLxdD',$,$,$,(#2072),#15379); -#15379= IFCLIBRARYREFERENCE($,$,'\X2\5727529B7B497D1A\X0\','\X2\30C030AF30C830B730B930C630E0540490E84F4D306E5727529B7B497D1AFF088A086E2C3057305F5727529BFF093002\X0\','ja-JP',$); +#8087= IFCRELASSOCIATESLIBRARY('11vP9HJZL6vQ$nZRUS4BEv',$,$,$,(#2054),#15379); +#15379= IFCLIBRARYREFERENCE($,$,'Polarity',$,'en',$); -#8095= IFCRELASSOCIATESLIBRARY('3I_m$YaDT4OQxM5W3OvcQA',$,$,$,(#2072),#15380); -#15380= IFCLIBRARYREFERENCE($,$,'\X2\C555B825\X0\ \X2\B4F1AE09\X0\','\X2\B355D2B8\X0\ \X2\C2DCC2A4D15C\X0\ \X2\AC01\X0\ \X2\BD80C704C758\X0\ \X2\C555B825\X0\ \X2\B4F1AE09\X0\ (\X2\CE21C815B41C\X0\ \X2\C555B825\X0\)','ko-KR',$); +#8090= IFCRELASSOCIATESLIBRARY('25dRXBTxr6Bwk$DG34afBC',$,$,$,(#2057),#15380); +#15380= IFCLIBRARYREFERENCE($,$,'Pole Usage',$,'en',$); -#8096= IFCRELASSOCIATESLIBRARY('2457KsJjH9UAVHQfoIJeUO',$,$,$,(#2073),#15381); -#15381= IFCLIBRARYREFERENCE($,$,'Pressure Curve',$,'en',$); +#8091= IFCRELASSOCIATESLIBRARY('1$jKLHm7nEm9GHbJ5gnH8J',$,$,$,(#2058),#15381); +#15381= IFCLIBRARYREFERENCE($,$,'Porosity',$,'en',$); -#8097= IFCRELASSOCIATESLIBRARY('1HjbeSRvbEZPEsZcR9H1bt',$,$,$,(#2074),#15382); -#15382= IFCLIBRARYREFERENCE($,$,'Pressure Drop',$,'en',$); +#8092= IFCRELASSOCIATESLIBRARY('33m6XHxRD4zu54SLxc60IJ',$,$,$,(#2060),#15382); +#15382= IFCLIBRARYREFERENCE($,$,'Port Number',$,'en',$); -#8098= IFCRELASSOCIATESLIBRARY('0ZKhWrbhH7v8AANHRc2bD1',$,$,$,(#2074),#15383); -#15383= IFCLIBRARYREFERENCE($,$,'Chute de pression','Chute de pression totale entre l''entr\S\ie et la sortie en d\S\ibit d''air nominal','fr-FR',$); +#8093= IFCRELASSOCIATESLIBRARY('28T7SI7w95ygYfPH8SHZgp',$,$,$,(#2060),#15383); +#15383= IFCLIBRARYREFERENCE($,$,'\X2\30DD30FC30C8756A53F7\X0\','\X2\30DD30FC30C8306B542B307E308C308B89817D2030017A2E985E3092793A3059756A53F73002\X0\','ja-JP',$); -#8099= IFCRELASSOCIATESLIBRARY('3aAISMVuPBs8lYGG_$eFb$',$,$,$,(#2074),#15384); -#15384= IFCLIBRARYREFERENCE($,$,'\X2\5727529B964D4E0B\X0\','\X2\8A2D5B9A98A891CF3067306E516553E3\X0\/\X2\51FA53E39593306E51685727964D4E0B\X0\','ja-JP',$); +#8094= IFCRELASSOCIATESLIBRARY('3B4dBTtUv2Gfi1edG$lZIj',$,$,$,(#2060),#15384); +#15384= IFCLIBRARYREFERENCE($,$,'\X2\D3ECD2B8\X0\ \X2\BC88D638\X0\','\X2\D3ECD2B8C5D0\X0\ \X2\D3ECD568B418B294\X0\ \X2\C694C18C\X0\ \X2\C720D615C744\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\C22BC790\X0\','ko-KR',$); -#8100= IFCRELASSOCIATESLIBRARY('22iZ3UqFP9$Pe3GIMj3gfZ',$,$,$,(#2075),#15385); -#15385= IFCLIBRARYREFERENCE($,$,'Pressure Drop',$,'en',$); +#8095= IFCRELASSOCIATESLIBRARY('3BUbPeyiX3C9FhRnI9$np5',$,$,$,(#2061),#15385); +#15385= IFCLIBRARYREFERENCE($,$,'Position',$,'en',$); -#8101= IFCRELASSOCIATESLIBRARY('2Abm9RkP95mfH1i2MZgf8n',$,$,$,(#2076),#15386); -#15386= IFCLIBRARYREFERENCE($,$,'Pressure Drop Curve',$,'en',$); +#8096= IFCRELASSOCIATESLIBRARY('0aAIJ6pnj6ffv$jW1pJx2W',$,$,$,(#2061),#15386); +#15386= IFCLIBRARYREFERENCE($,$,'\X2\4F4D7F6E\X0\','\X2\30A230AF30C130E530A830FC30BF306E6642959330543068306E4F4D7F6E3092793A305950243002\X0\0.0\X2\304C5B8C5168306B958930583089308C305F72B6614B30673001\X0\1.0\X2\304C5B8C5168306B958B3044305F72B6614B3002\X0\','ja-JP',$); -#8103= IFCRELASSOCIATESLIBRARY('0yZyQ8rLTBxPbLCi5DV5a6',$,$,$,(#2077),#15387); -#15387= IFCLIBRARYREFERENCE($,$,'Pressure Gauge Type',$,'en',$); +#8097= IFCRELASSOCIATESLIBRARY('1kXpppYtbCBgXMzqrMBcQD',$,$,$,(#2061),#15387); +#15387= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); -#8104= IFCRELASSOCIATESLIBRARY('3xzzDaiVn1WODVlTwuqLpR',$,$,$,(#2077),#15388); -#15388= IFCLIBRARYREFERENCE($,$,'\X2\5727529B8A0830BF30A430D7\X0\','\X2\5727529B304C8868793A3055308C308B624B6BB530928B5852253059308B3002\X0\','ja-JP',$); +#8098= IFCRELASSOCIATESLIBRARY('1cMop3Dlv6yPkvvLzNlsqu',$,$,$,(#2063),#15388); +#15388= IFCLIBRARYREFERENCE($,$,'Power',$,'en',$); -#8105= IFCRELASSOCIATESLIBRARY('03e$YPgjv3s8jRej5ONKJJ',$,$,$,(#2077),#15389); -#15389= IFCLIBRARYREFERENCE($,$,'\X2\C555B825ACC4\X0\ \X2\C720D615\X0\','\X2\C555B825C774\X0\ \X2\D45CC2DCB418B294\X0\ \X2\BC29BC95C744\X0\ \X2\D655C778D55CB2E4\X0\.','ko-KR',$); +#8099= IFCRELASSOCIATESLIBRARY('0Yo$_CcF5BrAvHuP8kDh0F',$,$,$,(#2063),#15389); +#15389= IFCLIBRARYREFERENCE($,$,'\X2\96FB529B\X0\','\X2\5B9F96FB529B306852D54F5C53EF80FD7BC456F23002\X0\','ja-JP',$); -#8106= IFCRELASSOCIATESLIBRARY('3dafIvjtr2RhVp5MYkaiLV',$,$,$,(#2078),#15390); -#15390= IFCLIBRARYREFERENCE($,$,'Pressure Loss Coefficient',$,'en',$); +#8100= IFCRELASSOCIATESLIBRARY('3Gdcjp42r118_YPbsjweGS',$,$,$,(#2064),#15390); +#15390= IFCLIBRARYREFERENCE($,$,'Power',$,'en',$); -#8107= IFCRELASSOCIATESLIBRARY('3gPbknrlz1nu$KHpPYxtBO',$,$,$,(#2079),#15391); -#15391= IFCLIBRARYREFERENCE($,$,'Pressure Range',$,'en',$); +#8101= IFCRELASSOCIATESLIBRARY('2kQAU8TQ1DIAvTt02bAhQ2',$,$,$,(#2064),#15391); +#15391= IFCLIBRARYREFERENCE($,$,'\X2\52D5529B\X0\','\X2\30DD30F330D7306E5B9F52D5529B6D888CBB\X0\','ja-JP',$); -#8108= IFCRELASSOCIATESLIBRARY('2xYePmJQb6seEvPG_ICzgX',$,$,$,(#2079),#15392); -#15392= IFCLIBRARYREFERENCE($,$,'\X2\5727529B7BC456F2\X0\','\X2\8A315BB96700592730FB67005C0F52D54F5C5727529BFF0854688FBA5727529B3068306E76F85BFE5024FF09\X0\','ja-JP',$); +#8102= IFCRELASSOCIATESLIBRARY('0Bw0X3n3n2jADLvA4S1Kf3',$,$,$,(#2068),#15392); +#15392= IFCLIBRARYREFERENCE($,$,'Power Factor',$,'en',$); -#8109= IFCRELASSOCIATESLIBRARY('1HjUwONzLEyBaVDXtXKmcR',$,$,$,(#2080),#15393); -#15393= IFCLIBRARYREFERENCE($,$,'Pressure Range',$,'en',$); +#8103= IFCRELASSOCIATESLIBRARY('33u7Q0k6zCt9mNOL6XhwmE',$,$,$,(#2068),#15393); +#15393= IFCLIBRARYREFERENCE($,$,'\X2\30D130EF30FC30D530A130AF30BF\X0\','\X2\30D130EF30FC30D530A130AF30BF3002\X0\','ja-JP',$); -#8110= IFCRELASSOCIATESLIBRARY('0mH_5pz8D9FOsJvftBBLBI',$,$,$,(#2080),#15394); -#15394= IFCLIBRARYREFERENCE($,$,'\X2\5727529B7BC456F2\X0\','\X2\8A315BB93067304D308B67005927\X0\/\X2\67005C0F7BA151855727529B\X0\(\X2\546856F25727529B306B6BD48F0330573066\X0\)','ja-JP',$); +#8104= IFCRELASSOCIATESLIBRARY('3PmqjcyHPFoO5dpdTsOLSb',$,$,$,(#2069),#15394); +#15394= IFCLIBRARYREFERENCE($,$,'Power Factor',$,'en',$); -#8111= IFCRELASSOCIATESLIBRARY('3bqeCXvMX2SB4OJuMqbvxS',$,$,$,(#2081),#15395); -#15395= IFCLIBRARYREFERENCE($,$,'Pressure Range',$,'en',$); +#8105= IFCRELASSOCIATESLIBRARY('120WLjdVn0Mgfv1crWxUQ8',$,$,$,(#2070),#15395); +#15395= IFCLIBRARYREFERENCE($,$,'Power Loss',$,'en',$); -#8112= IFCRELASSOCIATESLIBRARY('1T7iS1rOv3TB$M3XfJaCkU',$,$,$,(#2081),#15396); -#15396= IFCLIBRARYREFERENCE($,$,'\X2\5727529B7BC456F2\X0\','\X2\8A315BB96700592730FB67005C0F52D54F5C5727529BFF0854688FBA5727529B3068306E76F85BFE5024FF09\X0\','ja-JP',$); +#8106= IFCRELASSOCIATESLIBRARY('17f_5CANP6_uH4tTV9MzXP',$,$,$,(#2070),#15396); +#15396= IFCLIBRARYREFERENCE($,$,'\X2\96FB529B640D5931\X0\','\X2\5B9A683C96FB6D41304C30D230E530FC30BA306B6D41308C308B6642306E96FB529B640D5931\X0\[W]\X2\3002\X0\','ja-JP',$); -#8113= IFCRELASSOCIATESLIBRARY('0EYZ9J9dzFXeL16WmVwmW4',$,$,$,(#2082),#15397); -#15397= IFCLIBRARYREFERENCE($,$,'Pressure Range',$,'en',$); +#8107= IFCRELASSOCIATESLIBRARY('1MaQJYyHn2LRJB8ICfQYkD',$,$,$,(#2070),#15397); +#15397= IFCLIBRARYREFERENCE($,$,'\X2\C804B825\X0\ \X2\C190C2E4\X0\','\X2\C815ACA9\X0\ \X2\C804B958AC00\X0\ \X2\D4E8C988C5D0\X0\ \X2\D750B974B294C2DC\X0\ \X2\C804B825\X0\ \X2\C190C2E4\X0\ [W].','ko-KR',$); -#8114= IFCRELASSOCIATESLIBRARY('1_ldc3t3bEYgeAAiZAVtKu',$,$,$,(#2082),#15398); -#15398= IFCLIBRARYREFERENCE($,$,'\X2\5727529B7BC456F2\X0\','\X2\8A315BB967005927\X0\/\X2\67005C0F7BA151855727529B\X0\(\X2\546856F25727529B306B6BD48F0330573066\X0\)','ja-JP',$); +#8108= IFCRELASSOCIATESLIBRARY('3k2KAOrz97wueqRW9xhmpl',$,$,$,(#2071),#15398); +#15398= IFCLIBRARYREFERENCE($,$,'Power Loss',$,'en',$); -#8115= IFCRELASSOCIATESLIBRARY('2navjN5NLAuRyDR5gDoEn4',$,$,$,(#2083),#15399); -#15399= IFCLIBRARYREFERENCE($,$,'Pressure Rating',$,'en',$); +#8109= IFCRELASSOCIATESLIBRARY('1HymelZFr7wfKfyL8bpozP',$,$,$,(#2072),#15399); +#15399= IFCLIBRARYREFERENCE($,$,'Power Loss',$,'en',$); -#8116= IFCRELASSOCIATESLIBRARY('1c7R4Ivg1F0wVnxq1ZmiLf',$,$,$,(#2083),#15400); -#15400= IFCLIBRARYREFERENCE($,$,'PressionAdmissibleNominale','Pression nominale admissible de la chaudi\S\hre comme class\S\ie par l''organisme qui fait autorit\S\i.','fr-FR',$); +#8110= IFCRELASSOCIATESLIBRARY('3whUayKeLFiQ6hcQ0m$_8Q',$,$,$,(#2072),#15400); +#15400= IFCLIBRARYREFERENCE($,$,'\X2\96FB529B640D5931\X0\','\X2\5B9A683C96FB6D41304C\X0\MCB\X2\306B6D41308C30663044308B6642306E\X0\MCB\X2\306E69755F53305F308A306E96FB529B640D5931\X0\[W]\X2\3002\X0\','ja-JP',$); -#8117= IFCRELASSOCIATESLIBRARY('3v8lBNvP12lPUOQcgy_zjF',$,$,$,(#2083),#15401); -#15401= IFCLIBRARYREFERENCE($,$,'\X2\5E3875285727529B\X0\','\X2\7BA18F447D447E54306B3088308A8A2D5B9A3055308C305F30DC30A430E9306E5E3875285727529B\X0\','ja-JP',$); +#8111= IFCRELASSOCIATESLIBRARY('3TjTFoN9P999saZ39JAYvZ',$,$,$,(#2072),#15401); +#15401= IFCLIBRARYREFERENCE($,$,'\X2\C804B825\X0\ \X2\C190C2E4\X0\','\X2\C815ACA9\X0\ \X2\C804B958AC00\X0\ MCB \X2\D750B974ACE0C788C744\X0\ \X2\B54CC758\X0\ MCB \X2\ADF9\X0\ \X2\B2F9\X0\ \X2\C804B825\X0\ \X2\C190C2E4\X0\ [W].','ko-KR',$); -#8118= IFCRELASSOCIATESLIBRARY('0pRkLI2Bz2sQNbKlZ8jpzj',$,$,$,(#2084),#15402); -#15402= IFCLIBRARYREFERENCE($,$,'Pressure Rating',$,'en',$); +#8113= IFCRELASSOCIATESLIBRARY('3bTpCe72nAye97NvjJGY4N',$,$,$,(#2073),#15402); +#15402= IFCLIBRARYREFERENCE($,$,'Power Source',$,'en',$); -#8119= IFCRELASSOCIATESLIBRARY('2da2zIIerCvARRtsJnOZW9',$,$,$,(#2084),#15403); -#15403= IFCLIBRARYREFERENCE($,$,'\X2\5727529B\X0\','\X2\670059275727529B30016D88706B6813306E801057273002\X0\','ja-JP',$); +#8114= IFCRELASSOCIATESLIBRARY('0h_s28YMDBqARExtRhsF7f',$,$,$,(#2073),#15403); +#15403= IFCLIBRARYREFERENCE($,$,'SourcePuissance','Type de puissance fournie au compresseur','fr-FR',$); -#8120= IFCRELASSOCIATESLIBRARY('1wTCuAafz5OQH_gcQvOq98',$,$,$,(#2085),#15404); -#15404= IFCLIBRARYREFERENCE($,$,'Pressure Regulator Setting',$,'en',$); +#8115= IFCRELASSOCIATESLIBRARY('3_0lOFtTHCBgVQpyP7g79g',$,$,$,(#2074),#15404); +#15404= IFCLIBRARYREFERENCE($,$,'Power State',$,'en',$); -#8121= IFCRELASSOCIATESLIBRARY('1EzZosSAvCY942FRwVEAoR',$,$,$,(#2085),#15405); -#15405= IFCLIBRARYREFERENCE($,$,'\X2\5727529B8ABF65748A2D5B9A\X0\','\X2\30BF30F330AF5185306781EA52D57684306B7DAD63013055308C308B5727529B\X0\','ja-JP',$); +#8116= IFCRELASSOCIATESLIBRARY('2MMpfbYff8w91L_RRsfxmS',$,$,$,(#2075),#15405); +#15405= IFCLIBRARYREFERENCE($,$,'Power State',$,'en',$); -#8122= IFCRELASSOCIATESLIBRARY('2OXMuUHt90vQtOo1Q_0Ee9',$,$,$,(#2086),#15406); -#15406= IFCLIBRARYREFERENCE($,$,'Pressure Regulator Setting',$,'en',$); +#8117= IFCRELASSOCIATESLIBRARY('3CnzNo55PFhuYFPQxGTfwr',$,$,$,(#2076),#15406); +#15406= IFCLIBRARYREFERENCE($,$,'Power State',$,'en',$); -#8123= IFCRELASSOCIATESLIBRARY('195helPVvDIuwfRHgVPJ3g',$,$,$,(#2086),#15407); -#15407= IFCLIBRARYREFERENCE($,$,'\X2\5727529B8ABF65748A2D5B9A\X0\','\X2\30BF30F330AF5185306781EA52D57684306B7DAD63013055308C308B5727529B\X0\','ja-JP',$); +#8118= IFCRELASSOCIATESLIBRARY('0Grki4N6nD6PqLMNlHvUTM',$,$,$,(#2076),#15407); +#15407= IFCLIBRARYREFERENCE($,$,'\X2\96FB6E9072B6614B\X0\','\X2\6A5F5668306E96FB6E9030AA30F330AA30D5306E6642959330543068306E72B6614B3092793A30593002\X0\','ja-JP',$); -#8124= IFCRELASSOCIATESLIBRARY('3dVdcHSGX0BP7JYXrW0DkF',$,$,$,(#2087),#15408); -#15408= IFCLIBRARYREFERENCE($,$,'Pressure Rise',$,'en',$); +#8120= IFCRELASSOCIATESLIBRARY('1cpMKc9sTAh9baOh2KKBXM',$,$,$,(#2078),#15408); +#15408= IFCLIBRARYREFERENCE($,$,'Pressure',$,'en',$); -#8125= IFCRELASSOCIATESLIBRARY('3FVn43iaX6fRzkcF6cTXK7',$,$,$,(#2087),#15409); -#15409= IFCLIBRARYREFERENCE($,$,'\X2\66075727\X0\','\X2\4E0A304C3063305F5727529B\X0\','ja-JP',$); +#8121= IFCRELASSOCIATESLIBRARY('3$IZXNRR91UwtaJIA6KSO9',$,$,$,(#2079),#15409); +#15409= IFCLIBRARYREFERENCE($,$,'Pressure',$,'en',$); -#8126= IFCRELASSOCIATESLIBRARY('1Y9QIxrzX1z97DehqL6$Wi',$,$,$,(#2089),#15410); -#15410= IFCLIBRARYREFERENCE($,$,'Prevailing Wind Direction',$,'en',$); +#8122= IFCRELASSOCIATESLIBRARY('1ifjoACBTE4u_VV02L7p_1',$,$,$,(#2080),#15410); +#15410= IFCLIBRARYREFERENCE($,$,'Pressure',$,'en',$); -#8127= IFCRELASSOCIATESLIBRARY('2tuJwLXtDEDOf4j$uDNC1x',$,$,$,(#2089),#15411); -#15411= IFCLIBRARYREFERENCE($,$,'\X2\53538D8A98A8306E98A85411\X0\','\X2\53538D8A98A8306E98A854113001771F5317306F\X0\0\S\0\X2\300166428A0856DE308A3002\X0\','ja-JP',$); +#8123= IFCRELASSOCIATESLIBRARY('043pIvyRX2thqswuF4nK5p',$,$,$,(#2080),#15411); +#15411= IFCLIBRARYREFERENCE($,$,'\X2\5727529B\X0\','\X2\6D414F53306E5727529B3002\X0\','ja-JP',$); -#8128= IFCRELASSOCIATESLIBRARY('0UOzd_0tbDsO9GBwpgFFGc',$,$,$,(#2089),#15412); -#15412= IFCLIBRARYREFERENCE($,$,'\X2\D0C1C6D4D55C\X0\ \X2\BC29B78CC758\X0\ \X2\D48DD5A5\X0\','\X2\D0C1C6D4D55C\X0\ \X2\BC14B78CC758\X0\ \X2\D48DD5A5\X0\, \X2\BD81CABDC740\X0\ 0 \S\0 \X2\C2DCACC4\X0\ \X2\BC29D5A5\X0\.','ko-KR',$); +#8124= IFCRELASSOCIATESLIBRARY('2bqzplIUP0EPNmWI$FdYDz',$,$,$,(#2081),#15412); +#15412= IFCLIBRARYREFERENCE($,$,'Pressure',$,'en',$); -#8129= IFCRELASSOCIATESLIBRARY('2DZh85ZMX28uh6R97jHotw',$,$,$,(#2090),#15413); -#15413= IFCLIBRARYREFERENCE($,$,'Prevailing Wind Velocity',$,'en',$); +#8125= IFCRELASSOCIATESLIBRARY('3GF03mGDT9VuzOQ8usikBI',$,$,$,(#2081),#15413); +#15413= IFCLIBRARYREFERENCE($,$,'\X2\5727529B\X0\','\X2\71C36599306E5727529B3002\X0\','ja-JP',$); -#8130= IFCRELASSOCIATESLIBRARY('1UgAgj6urC8uAWxIwfVGD7',$,$,$,(#2090),#15414); -#15414= IFCLIBRARYREFERENCE($,$,'\X2\53538D8A98A8306E98A8901F\X0\','PrevailingWindDirection \X2\5C5E6027306B793A3055308C305F98A85411304B30896765305F53538D8A98A8306E98A8901F3002\X0\','ja-JP',$); +#8126= IFCRELASSOCIATESLIBRARY('0uRrZmyJvCc99vc0HpvrcG',$,$,$,(#2082),#15414); +#15414= IFCLIBRARYREFERENCE($,$,'Pressure Class',$,'en',$); -#8131= IFCRELASSOCIATESLIBRARY('2PFI94ftv8jv3jZyFX_iEJ',$,$,$,(#2090),#15415); -#15415= IFCLIBRARYREFERENCE($,$,'\X2\D0C1C6D4D55C\X0\ \X2\BC14B78CC758\X0\ \X2\D48DC18D\X0\','PrevailingWindDirection \X2\C18DC131C5D0\X0\ \X2\C9C0C815B41C\X0\ \X2\D48DD5A5\X0\ \X2\C628\X0\ \X2\D0C1C6D4D55C\X0\ \X2\BC14B78C\X0\ \X2\BC14B78C\X0\.','ko-KR',$); +#8127= IFCRELASSOCIATESLIBRARY('12lc6TQf10zhIFHD5Rt4kE',$,$,$,(#2082),#15415); +#15415= IFCLIBRARYREFERENCE($,$,'\X2\5727529B30AF30E930B9\X0\','\X2\7BA18F446A293092630130645F535C40FF08\X0\SMACNA\X2\306A3069FF09306B3088306330665B9A7FA93055308C305F5727529B5206985E\X0\','ja-JP',$); -#8132= IFCRELASSOCIATESLIBRARY('29MSMx8aD5wv4KO3gHBHzn',$,$,$,(#2091),#15416); -#15416= IFCLIBRARYREFERENCE($,$,'Primary Airflow Rate Range',$,'en',$); +#8128= IFCRELASSOCIATESLIBRARY('1kP9yZzfb89ho4mHCKlSyO',$,$,$,(#2083),#15416); +#15416= IFCLIBRARYREFERENCE($,$,'Pressure Class',$,'en',$); -#8133= IFCRELASSOCIATESLIBRARY('1yTyS_PaHCcv8Gtues92GL',$,$,$,(#2091),#15417); -#15417= IFCLIBRARYREFERENCE($,$,'PlageD\S\ibitAirPrimaire','Plage possible de d\S\ibit d''air au primaire qui peut \S\jtre fourni.','fr-FR',$); +#8129= IFCRELASSOCIATESLIBRARY('3a3PiiIJn7HRM7c0A6OOWQ',$,$,$,(#2083),#15417); +#15417= IFCLIBRARYREFERENCE($,$,'\X2\5727529B5206985E\X0\','\X2\7D99304E624B63A5540890E8306E5727529B7B497D1AFF1F\X0\','ja-JP',$); -#8134= IFCRELASSOCIATESLIBRARY('0FTOQCBnX0agGgbPMSXGKd',$,$,$,(#2091),#15418); -#15418= IFCLIBRARYREFERENCE($,$,'\X2\4E006B21507498A891CF7BC456F2\X0\','\X2\4E006B215074306E900198A853EF80FD7BC456F2\X0\','ja-JP',$); +#8130= IFCRELASSOCIATESLIBRARY('2oFtvQSxP1PRBpa3w0nr5b',$,$,$,(#2084),#15418); +#15418= IFCLIBRARYREFERENCE($,$,'Pressure Class',$,'en',$); -#8135= IFCRELASSOCIATESLIBRARY('3sxB3RhjfEmg7w7iL45Hd8',$,$,$,(#2092),#15419); -#15419= IFCLIBRARYREFERENCE($,$,'Primary Apparent Power',$,'en',$); +#8131= IFCRELASSOCIATESLIBRARY('1qgcaeTxj9tgffecCAM8Qj',$,$,$,(#2084),#15419); +#15419= IFCLIBRARYREFERENCE($,$,'\X2\5727529B7B497D1A\X0\','\X2\30C030AF30C830B730B930C630E0540490E84F4D306E5727529B7B497D1AFF088A086E2C3057305F5727529BFF093002\X0\','ja-JP',$); -#8136= IFCRELASSOCIATESLIBRARY('2BDZXgpR59$ASd3ymgzFES',$,$,$,(#2092),#15420); -#15420= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\1\X2\96FB529B\X0\','\X2\590957275668306E\X0\1\X2\6B215074306B4F1D90013055308C308B96FB529BFF08\X0\VA: \X2\30A230F330DA30A2FF093002\X0\','ja-JP',$); +#8132= IFCRELASSOCIATESLIBRARY('2r$6dQcpD3seO3eo3$40oK',$,$,$,(#2084),#15420); +#15420= IFCLIBRARYREFERENCE($,$,'\X2\C555B825\X0\ \X2\B4F1AE09\X0\','\X2\B355D2B8\X0\ \X2\C2DCC2A4D15C\X0\ \X2\AC01\X0\ \X2\BD80C704C758\X0\ \X2\C555B825\X0\ \X2\B4F1AE09\X0\ (\X2\CE21C815B41C\X0\ \X2\C555B825\X0\)','ko-KR',$); -#8137= IFCRELASSOCIATESLIBRARY('3BnJG7obfDEvT1aGiGUqsy',$,$,$,(#2092),#15421); -#15421= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 1 \X2\C804B825\X0\','\X2\BCC0C555AE30\X0\ 1 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C804B825\X0\ (VA : \X2\C554D398C5B4\X0\).','ko-KR',$); +#8133= IFCRELASSOCIATESLIBRARY('0QSWFJbQ1AFhTuE_aPY3jF',$,$,$,(#2085),#15421); +#15421= IFCLIBRARYREFERENCE($,$,'Pressure Curve',$,'en',$); -#8138= IFCRELASSOCIATESLIBRARY('0ijI6nZIb1fgYJkky2tMSC',$,$,$,(#2093),#15422); -#15422= IFCLIBRARYREFERENCE($,$,'Primary Current',$,'en',$); +#8134= IFCRELASSOCIATESLIBRARY('1xT9OkHA5DUQRAV_Z3WhFt',$,$,$,(#2086),#15422); +#15422= IFCLIBRARYREFERENCE($,$,'Pressure Drop',$,'en',$); -#8139= IFCRELASSOCIATESLIBRARY('1giBF3pv98DeqOugs78BVZ',$,$,$,(#2093),#15423); -#15423= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\1\X2\96FB6D41\X0\','\X2\590957275668306E\X0\1\X2\6B215074306B4F1D90013055308C308B96FB6D413002\X0\','ja-JP',$); +#8135= IFCRELASSOCIATESLIBRARY('0NTKTEgU54eRKcwpEqL$k6',$,$,$,(#2086),#15423); +#15423= IFCLIBRARYREFERENCE($,$,'Chute de pression','Chute de pression totale entre l''entr\S\ie et la sortie en d\S\ibit d''air nominal','fr-FR',$); -#8140= IFCRELASSOCIATESLIBRARY('17TT3GgCX2DAKyqcGU$m$$',$,$,$,(#2093),#15424); -#15424= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 1 \X2\C804B958\X0\','\X2\BCC0C555AE30\X0\ 1 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C804B958\X0\.','ko-KR',$); +#8136= IFCRELASSOCIATESLIBRARY('2mg3zwBjX1auHuaT_RPQGn',$,$,$,(#2086),#15424); +#15424= IFCLIBRARYREFERENCE($,$,'\X2\5727529B964D4E0B\X0\','\X2\8A2D5B9A98A891CF3067306E516553E3\X0\/\X2\51FA53E39593306E51685727964D4E0B\X0\','ja-JP',$); -#8141= IFCRELASSOCIATESLIBRARY('0Z2HiTiyHAqx93CdRm1kJU',$,$,$,(#2094),#15425); -#15425= IFCLIBRARYREFERENCE($,$,'Primary Energy Consumption',$,'en',$); +#8137= IFCRELASSOCIATESLIBRARY('3H2pFj_kPFbfokbVGNLE3A',$,$,$,(#2087),#15425); +#15425= IFCLIBRARYREFERENCE($,$,'Pressure Drop',$,'en',$); -#8142= IFCRELASSOCIATESLIBRARY('1Sp2yEvA9809R3s3QiFQwN',$,$,$,(#2094),#15426); -#15426= IFCLIBRARYREFERENCE($,$,'ConsommationEnergiePrimaire','Consommation d''\S\inergie primaire de la chaudi\S\hre(c''est-\S\`-dire le combustible consomm\S\i pour le changement d''\S\itat thermodynamique du fluide).','fr-FR',$); +#8138= IFCRELASSOCIATESLIBRARY('2IBehSm891o9t00XUfkbRR',$,$,$,(#2088),#15426); +#15426= IFCLIBRARYREFERENCE($,$,'Pressure Drop Curve',$,'en',$); -#8143= IFCRELASSOCIATESLIBRARY('2r1EsOWvn4zu2XrBPI243o',$,$,$,(#2094),#15427); -#15427= IFCLIBRARYREFERENCE($,$,'\X2\4E006B2130A830CD30EB30AE6D888CBB91CF\X0\','\X2\30DC30A430E94E006B2130A830CD30EB30AE6D888CBB91CFFF083064307E308A6D414F53306E71B1529B5B6672B6614B590966F4306E305F3081306B6D888CBB3055308C305F71C36599FF09\X0\','ja-JP',$); +#8140= IFCRELASSOCIATESLIBRARY('1bXI3FTUr0VhF9Xr4qYKsC',$,$,$,(#2089),#15427); +#15427= IFCLIBRARYREFERENCE($,$,'Pressure Gauge Type',$,'en',$); -#8144= IFCRELASSOCIATESLIBRARY('29l_E1AHDFFemNEV4zi6w5',$,$,$,(#2095),#15428); -#15428= IFCLIBRARYREFERENCE($,$,'Primary Frequency',$,'en',$); +#8141= IFCRELASSOCIATESLIBRARY('3uj4coEEH9$uhg_d2E_01m',$,$,$,(#2089),#15428); +#15428= IFCLIBRARYREFERENCE($,$,'\X2\5727529B8A0830BF30A430D7\X0\','\X2\5727529B304C8868793A3055308C308B624B6BB530928B5852253059308B3002\X0\','ja-JP',$); -#8145= IFCRELASSOCIATESLIBRARY('2_STFg_tT58R60_75HEI_o',$,$,$,(#2095),#15429); -#15429= IFCLIBRARYREFERENCE($,$,'\X2\7B2CFF1154686CE26570\X0\','\X2\590957275668306E\X0\1\X2\6B215074306B4F1D90013055308C308B54686CE265703002\X0\','ja-JP',$); +#8142= IFCRELASSOCIATESLIBRARY('0r0OLFjBv2IgpgWAhMyQnV',$,$,$,(#2089),#15429); +#15429= IFCLIBRARYREFERENCE($,$,'\X2\C555B825ACC4\X0\ \X2\C720D615\X0\','\X2\C555B825C774\X0\ \X2\D45CC2DCB418B294\X0\ \X2\BC29BC95C744\X0\ \X2\D655C778D55CB2E4\X0\.','ko-KR',$); -#8146= IFCRELASSOCIATESLIBRARY('0WUCqXzFH0TPjCXM0LGgOR',$,$,$,(#2095),#15430); -#15430= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 1 \X2\C8FCD30CC218\X0\','\X2\BCC0C555AE30\X0\ 1 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C8FCD30CC218\X0\.','ko-KR',$); +#8143= IFCRELASSOCIATESLIBRARY('2Hl6ok9NP08O01CiF2RmfV',$,$,$,(#2090),#15430); +#15430= IFCLIBRARYREFERENCE($,$,'Pressure Loss Coefficient',$,'en',$); -#8147= IFCRELASSOCIATESLIBRARY('0iPnOLLA17BfcNt904ZRzh',$,$,$,(#2097),#15431); -#15431= IFCLIBRARYREFERENCE($,$,'Primary Surface Area',$,'en',$); +#8144= IFCRELASSOCIATESLIBRARY('0PKl7n1rzFZPK0grgqy3yq',$,$,$,(#2091),#15431); +#15431= IFCLIBRARYREFERENCE($,$,'Pressure Range',$,'en',$); -#8148= IFCRELASSOCIATESLIBRARY('0qpfc$RkP7EB24iQ_7WnGq',$,$,$,(#2097),#15432); -#15432= IFCLIBRARYREFERENCE($,$,'SurfaceEchangePrimaire','Surface d''\S\ichange thermique au primaire des tubes et aux collecteurs.','fr-FR',$); +#8145= IFCRELASSOCIATESLIBRARY('1SPxD2EnL1e93ROzSHoeFv',$,$,$,(#2091),#15432); +#15432= IFCLIBRARYREFERENCE($,$,'\X2\5727529B7BC456F2\X0\','\X2\8A315BB96700592730FB67005C0F52D54F5C5727529BFF0854688FBA5727529B3068306E76F85BFE5024FF09\X0\','ja-JP',$); -#8149= IFCRELASSOCIATESLIBRARY('3i3iW8e0n3PB$NtD3xLNM1',$,$,$,(#2098),#15433); -#15433= IFCLIBRARYREFERENCE($,$,'Primary Voltage',$,'en',$); +#8146= IFCRELASSOCIATESLIBRARY('3uXWlPOYb7Sw2ceG0FVuxA',$,$,$,(#2092),#15433); +#15433= IFCLIBRARYREFERENCE($,$,'Pressure Range',$,'en',$); -#8150= IFCRELASSOCIATESLIBRARY('2WRnWS76r1xgX5V8k7oURI',$,$,$,(#2098),#15434); -#15434= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\1\X2\96FB5727\X0\','\X2\590957275668306E\X0\1\X2\6B215074306B4F1D90013055308C308B96FB57273002\X0\','ja-JP',$); +#8147= IFCRELASSOCIATESLIBRARY('1S70TFqCbFsQuvNT$Yrbyz',$,$,$,(#2092),#15434); +#15434= IFCLIBRARYREFERENCE($,$,'\X2\5727529B7BC456F2\X0\','\X2\8A315BB93067304D308B67005927\X0\/\X2\67005C0F7BA151855727529B\X0\(\X2\546856F25727529B306B6BD48F0330573066\X0\)','ja-JP',$); -#8151= IFCRELASSOCIATESLIBRARY('01KMi5G2H3MfvMrReN_OFR',$,$,$,(#2098),#15435); -#15435= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 1 \X2\C804C555\X0\','\X2\BCC0C555AE30\X0\ 1 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C804C555\X0\.','ko-KR',$); +#8148= IFCRELASSOCIATESLIBRARY('1vN81y8IT18OPOuWGDaU3N',$,$,$,(#2093),#15435); +#15435= IFCLIBRARYREFERENCE($,$,'Pressure Range',$,'en',$); -#8152= IFCRELASSOCIATESLIBRARY('3QfBdBDjf678ZEV$hfz487',$,$,$,(#2099),#15436); -#15436= IFCLIBRARYREFERENCE($,$,'Process',$,'en',$); +#8149= IFCRELASSOCIATESLIBRARY('2wzSUBoFP2reZ2JuOstBDd',$,$,$,(#2093),#15436); +#15436= IFCLIBRARYREFERENCE($,$,'\X2\5727529B7BC456F2\X0\','\X2\8A315BB96700592730FB67005C0F52D54F5C5727529BFF0854688FBA5727529B3068306E76F85BFE5024FF09\X0\','ja-JP',$); -#8155= IFCRELASSOCIATESLIBRARY('2kYDEZ6pDCcxROQP2x51QX',$,$,$,(#2103),#15437); -#15437= IFCLIBRARYREFERENCE($,$,'Process Name',$,'en',$); +#8150= IFCRELASSOCIATESLIBRARY('3gmYs6HTn8ZOraqMNJAIpm',$,$,$,(#2094),#15437); +#15437= IFCLIBRARYREFERENCE($,$,'Pressure Range',$,'en',$); -#8156= IFCRELASSOCIATESLIBRARY('3YQdys0BL7MRUjL10VqNWm',$,$,$,(#2106),#15438); -#15438= IFCLIBRARYREFERENCE($,$,'Product Description',$,'en',$); +#8151= IFCRELASSOCIATESLIBRARY('1yQR3pnmjBOQdxPulmk4Km',$,$,$,(#2094),#15438); +#15438= IFCLIBRARYREFERENCE($,$,'\X2\5727529B7BC456F2\X0\','\X2\8A315BB967005927\X0\/\X2\67005C0F7BA151855727529B\X0\(\X2\546856F25727529B306B6BD48F0330573066\X0\)','ja-JP',$); -#8157= IFCRELASSOCIATESLIBRARY('2mNsn7SSTFa9$1b_EDRu6E',$,$,$,(#2107),#15439); -#15439= IFCLIBRARYREFERENCE($,$,'Product Description',$,'en',$); +#8152= IFCRELASSOCIATESLIBRARY('2IW_dU$p999hqAfxmTFlzN',$,$,$,(#2095),#15439); +#15439= IFCLIBRARYREFERENCE($,$,'Pressure Rating',$,'en',$); -#8158= IFCRELASSOCIATESLIBRARY('2JruTLV0H7owb33PibpAY$',$,$,$,(#2108),#15440); -#15440= IFCLIBRARYREFERENCE($,$,'Production Lot Id',$,'en',$); +#8153= IFCRELASSOCIATESLIBRARY('3T50cvfOz3qRxUYMy_irhP',$,$,$,(#2095),#15440); +#15440= IFCLIBRARYREFERENCE($,$,'PressionAdmissibleNominale','Pression nominale admissible de la chaudi\S\hre comme class\S\ie par l''organisme qui fait autorit\S\i.','fr-FR',$); -#8159= IFCRELASSOCIATESLIBRARY('2voX81$q51S9lchbjrfQJu',$,$,$,(#2109),#15441); -#15441= IFCLIBRARYREFERENCE($,$,'Production Year',$,'en',$); +#8154= IFCRELASSOCIATESLIBRARY('10LrBstrH0meAjofJBQIBw',$,$,$,(#2095),#15441); +#15441= IFCLIBRARYREFERENCE($,$,'\X2\5E3875285727529B\X0\','\X2\7BA18F447D447E54306B3088308A8A2D5B9A3055308C305F30DC30A430E9306E5E3875285727529B\X0\','ja-JP',$); -#8161= IFCRELASSOCIATESLIBRARY('0RG0jaNFrCOAAKJJZLwSHM',$,$,$,(#2111),#15442); -#15442= IFCLIBRARYREFERENCE($,$,'Projector Type',$,'en',$); +#8155= IFCRELASSOCIATESLIBRARY('191Ma0L794FuRevB3c3aOp',$,$,$,(#2096),#15442); +#15442= IFCLIBRARYREFERENCE($,$,'Pressure Rating',$,'en',$); -#8162= IFCRELASSOCIATESLIBRARY('0scAk5g7XBQxJmCg5XEyfv',$,$,$,(#2111),#15443); -#15443= IFCLIBRARYREFERENCE($,$,'\X2\30D730ED30B830A730AF30BF30FC5F625F0F\X0\','\X2\30D730ED30B830A730AF30BF306E5F625F0F3092793A30593002\X0\','ja-JP',$); +#8156= IFCRELASSOCIATESLIBRARY('2JCrOYndHFUxDBif9Fqkwq',$,$,$,(#2096),#15443); +#15443= IFCLIBRARYREFERENCE($,$,'\X2\5727529B\X0\','\X2\670059275727529B30016D88706B6813306E801057273002\X0\','ja-JP',$); -#8163= IFCRELASSOCIATESLIBRARY('0YuNfNIXP5mgrTfhK9reSJ',$,$,$,(#2111),#15444); -#15444= IFCLIBRARYREFERENCE($,$,'\X2\D504B85CC81DD130\X0\ \X2\D615C2DD\X0\','\X2\D504B85CC81DD130C758\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#8157= IFCRELASSOCIATESLIBRARY('0ANUBmQuH7zQ8brg8LsEkp',$,$,$,(#2097),#15444); +#15444= IFCLIBRARYREFERENCE($,$,'Pressure Regulator Setting',$,'en',$); -#8165= IFCRELASSOCIATESLIBRARY('3prvz7FBT3zxBexw7SxxKq',$,$,$,(#2114),#15445); -#15445= IFCLIBRARYREFERENCE($,$,'Property Name',$,'en',$); +#8158= IFCRELASSOCIATESLIBRARY('3W5Lvdht11uh1QliWKNPm_',$,$,$,(#2097),#15445); +#15445= IFCLIBRARYREFERENCE($,$,'\X2\5727529B8ABF65748A2D5B9A\X0\','\X2\30BF30F330AF5185306781EA52D57684306B7DAD63013055308C308B5727529B\X0\','ja-JP',$); -#8166= IFCRELASSOCIATESLIBRARY('2F_qP8C75EExy6cJe5DFA7',$,$,$,(#2115),#15446); -#15446= IFCLIBRARYREFERENCE($,$,'Proportional Constant',$,'en',$); +#8159= IFCRELASSOCIATESLIBRARY('1Q8WeLyL5Bvww6XELPesMV',$,$,$,(#2098),#15446); +#15446= IFCLIBRARYREFERENCE($,$,'Pressure Regulator Setting',$,'en',$); -#8167= IFCRELASSOCIATESLIBRARY('05Jt9_o2H3Yh9e9MkDvPn0',$,$,$,(#2115),#15447); -#15447= IFCLIBRARYREFERENCE($,$,'\X2\BE44B840\X0\ \X2\AC8CC778\X0\ (Kp)','\X2\BE44B840\X0\ \X2\AC8CC778\X0\ (Kp)','ko-KR',$); +#8160= IFCRELASSOCIATESLIBRARY('3gZ8EVwqHDKgrm4Xu8HwcG',$,$,$,(#2098),#15447); +#15447= IFCLIBRARYREFERENCE($,$,'\X2\5727529B8ABF65748A2D5B9A\X0\','\X2\30BF30F330AF5185306781EA52D57684306B7DAD63013055308C308B5727529B\X0\','ja-JP',$); -#8168= IFCRELASSOCIATESLIBRARY('0IH6osMWD03wDcxjaOKRX9',$,$,$,(#2116),#15448); -#15448= IFCLIBRARYREFERENCE($,$,'Proportional Stress',$,'en',$); +#8161= IFCRELASSOCIATESLIBRARY('250zOV0R94hwipmNTuVCWO',$,$,$,(#2099),#15448); +#15448= IFCLIBRARYREFERENCE($,$,'Pressure Rise',$,'en',$); -#8169= IFCRELASSOCIATESLIBRARY('2TjKzG1Pf7dfTlDEQDjF46',$,$,$,(#2117),#15449); -#15449= IFCLIBRARYREFERENCE($,$,'Protected Opening',$,'en',$); +#8162= IFCRELASSOCIATESLIBRARY('3pO6gjCiL9PgqPdH9mC1w$',$,$,$,(#2099),#15449); +#15449= IFCLIBRARYREFERENCE($,$,'\X2\66075727\X0\','\X2\4E0A304C3063305F5727529B\X0\','ja-JP',$); -#8170= IFCRELASSOCIATESLIBRARY('0wub8e6MT6EeDCsJqJn8Dh',$,$,$,(#2117),#15450); -#15450= IFCLIBRARYREFERENCE($,$,'Ouverture avec protection incendie','Indique si l''ouverture fait l''objet d''une protection incendie. Si (VRAI) elle est consid\S\ir\S\ie comme une ouverture avec protection conform\S\iment \S\` la r\S\hglementation applicable, (FAUX) sinon.','fr-FR',$); +#8163= IFCRELASSOCIATESLIBRARY('2Jw4e9qiv1kefbNF5zBMoE',$,$,$,(#2101),#15450); +#15450= IFCLIBRARYREFERENCE($,$,'Prevailing Wind Direction',$,'en',$); -#8171= IFCRELASSOCIATESLIBRARY('2cel6faCjCuBTGy00zBb9g',$,$,$,(#2117),#15451); -#15451= IFCLIBRARYREFERENCE($,$,'\X2\4FDD8B77\X0\','\X2\958B6E2F304C5B895168602730928003616E3057305F4FDD8B776A5F80FD304C3042308B304B30693046304B3092793A305930D630FC30EA30A230F350243002906975283055308C308B5EFA7BC957FA6E96306A3069306B3088308A4FDD8B773055308C30663044308B58345408\X0\(TRUE)\X2\3001305D30463067306F306A304458345408\X0\(FALSE\X2\FF093068306A308B3002\X0\','ja-JP',$); +#8164= IFCRELASSOCIATESLIBRARY('1PoZGtD8vFYfz58hqgIg6e',$,$,$,(#2101),#15451); +#15451= IFCLIBRARYREFERENCE($,$,'\X2\53538D8A98A8306E98A85411\X0\','\X2\53538D8A98A8306E98A854113001771F5317306F\X0\0\S\0\X2\300166428A0856DE308A3002\X0\','ja-JP',$); -#8172= IFCRELASSOCIATESLIBRARY('3rrCW2Z_DCTv3VtvaGSQyO',$,$,$,(#2118),#15452); -#15452= IFCLIBRARYREFERENCE($,$,'Protective Pore Ratio',$,'en',$); +#8165= IFCRELASSOCIATESLIBRARY('0psMIF7VXEbhdk36cPpH2U',$,$,$,(#2101),#15452); +#15452= IFCLIBRARYREFERENCE($,$,'\X2\D0C1C6D4D55C\X0\ \X2\BC29B78CC758\X0\ \X2\D48DD5A5\X0\','\X2\D0C1C6D4D55C\X0\ \X2\BC14B78CC758\X0\ \X2\D48DD5A5\X0\, \X2\BD81CABDC740\X0\ 0 \S\0 \X2\C2DCACC4\X0\ \X2\BC29D5A5\X0\.','ko-KR',$); -#8173= IFCRELASSOCIATESLIBRARY('0Esfjo4gXBVPR4Z7rMIc9Q',$,$,$,(#2119),#15453); -#15453= IFCLIBRARYREFERENCE($,$,'Protocols',$,'en',$); +#8166= IFCRELASSOCIATESLIBRARY('3tSksziN9ANeLQw5u3oMbf',$,$,$,(#2102),#15453); +#15453= IFCLIBRARYREFERENCE($,$,'Prevailing Wind Velocity',$,'en',$); -#8174= IFCRELASSOCIATESLIBRARY('3$wkVnQIz5chnOvg8rlWQu',$,$,$,(#2119),#15454); -#15454= IFCLIBRARYREFERENCE($,$,'\X2\30D730ED30C830B330EB\X0\','OSI\X2\306E30AA30FC30D730F330B730B930C630E076F84E9263A57D9A752857FA672C30D730ED30C830B330EB\X0\(ISO 7498)\X2\FF1A\X0\\X\0D\X\0A1. \X2\726974065C64\X0\; 2.\X2\30C730FC30BF30EA30F330AF5C64\X0\; 3. \X2\30CD30C330C830EF30FC30AF5C64\X0\; 4. \X2\30C830E930F330B930DD30FC30C85C64\X0\; 5. \X2\30BB30C330B730E730F35C64\X0\; 6.\X2\30D730EC30BC30F330C630FC30B730E730F35C64\X0\ ; 7. \X2\30A230D730EA30B130FC30B730E730F35C64\X0\. \X\0D\X\0A\X2\4F8B\X0\: 3:IP, 4:TCP, 5:HTTP','ja',$); +#8167= IFCRELASSOCIATESLIBRARY('3v9IJAxRb35fD7EaY9I9UP',$,$,$,(#2102),#15454); +#15454= IFCLIBRARYREFERENCE($,$,'\X2\53538D8A98A8306E98A8901F\X0\','PrevailingWindDirection \X2\5C5E6027306B793A3055308C305F98A85411304B30896765305F53538D8A98A8306E98A8901F3002\X0\','ja-JP',$); -#8175= IFCRELASSOCIATESLIBRARY('17ErBN5Lj2Zf1g5EsQLznc',$,$,$,(#2120),#15455); -#15455= IFCLIBRARYREFERENCE($,$,'\S\vffentlich zug\S\dnglich','Angabe, ob dieser Raum (wie z.B. eine Toilette) \S\vffentlich zug\S\dnglich sein soll (JA) oder nicht (NEIN).','de-DE',$); +#8168= IFCRELASSOCIATESLIBRARY('0e4vMs_RL5oBkWTPP$SGbn',$,$,$,(#2102),#15455); +#15455= IFCLIBRARYREFERENCE($,$,'\X2\D0C1C6D4D55C\X0\ \X2\BC14B78CC758\X0\ \X2\D48DC18D\X0\','PrevailingWindDirection \X2\C18DC131C5D0\X0\ \X2\C9C0C815B41C\X0\ \X2\D48DD5A5\X0\ \X2\C628\X0\ \X2\D0C1C6D4D55C\X0\ \X2\BC14B78C\X0\ \X2\BC14B78C\X0\.','ko-KR',$); -#8176= IFCRELASSOCIATESLIBRARY('3NAiJyj2jDS8BTzAi$NdEY',$,$,$,(#2120),#15456); -#15456= IFCLIBRARYREFERENCE($,$,'Publicly Accessible',$,'en',$); +#8169= IFCRELASSOCIATESLIBRARY('0Bxf$vzyD4EvNYufA3dP6z',$,$,$,(#2103),#15456); +#15456= IFCLIBRARYREFERENCE($,$,'Primary Airflow Rate Range',$,'en',$); -#8177= IFCRELASSOCIATESLIBRARY('0pBmj8sOD8chgmjtPUn6hp',$,$,$,(#2120),#15457); -#15457= IFCLIBRARYREFERENCE($,$,'AccessibleAuPublic','Indique si l''espace (par exemple des toilettes) est con\S\gu pour \S\jtre un espace accessible au public (TRUE) ou non (FALSE).','fr-FR',$); +#8170= IFCRELASSOCIATESLIBRARY('1Ti0WlWmvBlu90ycX61pUR',$,$,$,(#2103),#15457); +#15457= IFCLIBRARYREFERENCE($,$,'PlageD\S\ibitAirPrimaire','Plage possible de d\S\ibit d''air au primaire qui peut \S\jtre fourni.','fr-FR',$); -#8178= IFCRELASSOCIATESLIBRARY('1nOr7YCRXBIuM6PMuifemV',$,$,$,(#2120),#15458); -#15458= IFCLIBRARYREFERENCE($,$,'\X2\516C517130A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E90E85C4BFF087A7A9593FF09304C516C517130A230AF30BB30B97A7A9593304B30693046304B3092793A305930D630FC30EA30A230F3502430024F8BFF1A516C517130C830A430EC306E58345408\X0\TRUE\X2\3002\X0\','ja-JP',$); +#8171= IFCRELASSOCIATESLIBRARY('02DjJmowf2UA5F2jy2p7$k',$,$,$,(#2103),#15458); +#15458= IFCLIBRARYREFERENCE($,$,'\X2\4E006B21507498A891CF7BC456F2\X0\','\X2\4E006B215074306E900198A853EF80FD7BC456F2\X0\','ja-JP',$); -#8179= IFCRELASSOCIATESLIBRARY('1HbmXoUWbFqRTbNiFlcou$',$,$,$,(#2120),#15459); -#15459= IFCLIBRARYREFERENCE($,$,'\X2\ACF5ACF5\X0\ \X2\C561C138C2A4\X0\ \X2\AC00B2A5C131\X0\','\X2\C774\X0\ \X2\BC29\X0\ (\X2\ACF5AC04\X0\)\X2\C774\X0\ \X2\ACF5ACF5\X0\ \X2\C561C138C2A4\X0\ \X2\ACF5AC04\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. \X2\C608\X0\ : \X2\ACF5ACF5\X0\ \X2\D654C7A5C2E4C758\X0\ \X2\ACBDC6B0\X0\ TRUE.','ko-KR',$); +#8172= IFCRELASSOCIATESLIBRARY('3HEx8_R$r5lQXbly03KCZm',$,$,$,(#2104),#15459); +#15459= IFCLIBRARYREFERENCE($,$,'Primary Apparent Power',$,'en',$); -#8180= IFCRELASSOCIATESLIBRARY('1US8XF45zEvf2lbmydUJKy',$,$,$,(#2121),#15460); -#15460= IFCLIBRARYREFERENCE($,$,'Publicly Accessible',$,'en',$); +#8173= IFCRELASSOCIATESLIBRARY('0hxjlhodbEfRlW_HpMQk6S',$,$,$,(#2104),#15460); +#15460= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\1\X2\96FB529B\X0\','\X2\590957275668306E\X0\1\X2\6B215074306B4F1D90013055308C308B96FB529BFF08\X0\VA: \X2\30A230F330DA30A2FF093002\X0\','ja-JP',$); -#8181= IFCRELASSOCIATESLIBRARY('3mTudOHVv91ghgyfQ9rU9I',$,$,$,(#2121),#15461); -#15461= IFCLIBRARYREFERENCE($,$,'AccessibleAuPublic','Indique si l''espace (par exemple des toilettes) est con\S\gu pour \S\jtre un espace accessible au public (TRUE) ou non (FALSE).','fr-FR',$); +#8174= IFCRELASSOCIATESLIBRARY('3WIYo_wGH8$wKYDb8dkdua',$,$,$,(#2104),#15461); +#15461= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 1 \X2\C804B825\X0\','\X2\BCC0C555AE30\X0\ 1 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C804B825\X0\ (VA : \X2\C554D398C5B4\X0\).','ko-KR',$); -#8182= IFCRELASSOCIATESLIBRARY('3WCYtQZ3f4chDGMTQdL8dt',$,$,$,(#2121),#15462); -#15462= IFCLIBRARYREFERENCE($,$,'\X2\516C517130A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E7A7A9593304C516C517130A230AF30BB30B97A7A9593304B30693046304B3092793A305930D630FC30EA30A230F3502430024F8BFF1A516C517130C830A430EC306E58345408FF08\X0\TRUE\X2\FF093002305D30463067306A3051308C3070FF08\X0\FALSE\X2\FF093002\X0\','ja-JP',$); +#8175= IFCRELASSOCIATESLIBRARY('1cH1$NF$9DHwaAB40ne8Vt',$,$,$,(#2105),#15462); +#15462= IFCLIBRARYREFERENCE($,$,'Primary Current',$,'en',$); -#8183= IFCRELASSOCIATESLIBRARY('2KxZbObxX6F8d4Od707XJ8',$,$,$,(#2121),#15463); -#15463= IFCLIBRARYREFERENCE($,$,'\X2\ACF5ACF5\X0\ \X2\C561C138C2A4\X0\ \X2\AC00B2A5C131\X0\','\X2\AC00B2A5C131C774\X0\ \X2\ACF5AC04C774\X0\ \X2\ACF5ACF5\X0\ \X2\C561C138C2A4\X0\ \X2\ACF5AC04\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. \X2\C608\X0\ : \X2\ACF5ACF5\X0\ \X2\D654C7A5C2E4C758\X0\ \X2\ACBDC6B0\X0\ TRUE/ FALSE','ko-KR',$); +#8176= IFCRELASSOCIATESLIBRARY('0uajrH82XDvuPh0GXUVh2S',$,$,$,(#2105),#15463); +#15463= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\1\X2\96FB6D41\X0\','\X2\590957275668306E\X0\1\X2\6B215074306B4F1D90013055308C308B96FB6D413002\X0\','ja-JP',$); -#8184= IFCRELASSOCIATESLIBRARY('3lWL_UQYv3zfIgKvWRoiFn',$,$,$,(#2123),#15464); -#15464= IFCLIBRARYREFERENCE($,$,'Pumper Connection Size',$,'en',$); +#8177= IFCRELASSOCIATESLIBRARY('15srsDTcb59elt2sqVsH2Z',$,$,$,(#2105),#15464); +#15464= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 1 \X2\C804B958\X0\','\X2\BCC0C555AE30\X0\ 1 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C804B958\X0\.','ko-KR',$); -#8185= IFCRELASSOCIATESLIBRARY('0xze3Zm2f4mxtQPhMl2JUQ',$,$,$,(#2123),#15465); -#15465= IFCLIBRARYREFERENCE($,$,'\X2\30DD30F330D763A57D9A30B530A430BA\X0\','\X2\30DD30F330D730E630CB30C330C8306B63A57D9A3055308C30673042308D30466D88963230DB30FC30B9306E63A57D9A30B530A430BA3002\X0\','ja-JP',$); +#8178= IFCRELASSOCIATESLIBRARY('2zM7W2tQv9QQUPpiqclAVP',$,$,$,(#2106),#15465); +#15465= IFCLIBRARYREFERENCE($,$,'Primary Energy Consumption',$,'en',$); -#8187= IFCRELASSOCIATESLIBRARY('2a5ib8CpPCOgyD3eXUuDM$',$,$,$,(#2125),#15466); -#15466= IFCLIBRARYREFERENCE($,$,'Purpose',$,'en',$); +#8179= IFCRELASSOCIATESLIBRARY('34Jq4YPUf9LfLTsjHv12ou',$,$,$,(#2106),#15466); +#15466= IFCLIBRARYREFERENCE($,$,'ConsommationEnergiePrimaire','Consommation d''\S\inergie primaire de la chaudi\S\hre(c''est-\S\`-dire le combustible consomm\S\i pour le changement d''\S\itat thermodynamique du fluide).','fr-FR',$); -#8188= IFCRELASSOCIATESLIBRARY('1gCFd$LivCeeywFr8kqIDv',$,$,$,(#2125),#15467); -#15467= IFCLIBRARYREFERENCE($,$,'Motif','Indication du motif de l''ouverture (ventilation, acc\S\hs, etc.).','fr-FR',$); +#8180= IFCRELASSOCIATESLIBRARY('3vGcs4fzX7e9dHVJR$AwYx',$,$,$,(#2106),#15467); +#15467= IFCLIBRARYREFERENCE($,$,'\X2\4E006B2130A830CD30EB30AE6D888CBB91CF\X0\','\X2\30DC30A430E94E006B2130A830CD30EB30AE6D888CBB91CFFF083064307E308A6D414F53306E71B1529B5B6672B6614B590966F4306E305F3081306B6D888CBB3055308C305F71C36599FF09\X0\','ja-JP',$); -#8189= IFCRELASSOCIATESLIBRARY('1JHBPl3MbD2BDvj7eS_VDk',$,$,$,(#2125),#15468); -#15468= IFCLIBRARYREFERENCE($,$,'\X2\76EE7684\X0\','\X2\958B53E3306E76EE76843092793A305965875B57521730024F8BFF1A\X0\"ventilation"\X2\FF0863DB6C17FF093001\X0\"access"\X2\FF08901A884CFF09306A30693002\X0\','ja-JP',$); +#8181= IFCRELASSOCIATESLIBRARY('2BbUMLLRLEihZKoITfdaGP',$,$,$,(#2107),#15468); +#15468= IFCLIBRARYREFERENCE($,$,'Primary Frequency',$,'en',$); -#8191= IFCRELASSOCIATESLIBRARY('0NnLfPaMj0oBUUVdbxCoB8',$,$,$,(#2126),#15469); -#15469= IFCLIBRARYREFERENCE($,$,'Purpose',$,'en',$); +#8182= IFCRELASSOCIATESLIBRARY('3VBNgLKHTF9OfzL2jvFDSH',$,$,$,(#2107),#15469); +#15469= IFCLIBRARYREFERENCE($,$,'\X2\7B2CFF1154686CE26570\X0\','\X2\590957275668306E\X0\1\X2\6B215074306B4F1D90013055308C308B54686CE265703002\X0\','ja-JP',$); -#8192= IFCRELASSOCIATESLIBRARY('0sOjTQMynB8PN$m1Wa_s5h',$,$,$,(#2130),#15470); -#15470= IFCLIBRARYREFERENCE($,$,'Quality',$,'en',$); +#8183= IFCRELASSOCIATESLIBRARY('1IljdDq8X7bBqzT8_wQMae',$,$,$,(#2107),#15470); +#15470= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 1 \X2\C8FCD30CC218\X0\','\X2\BCC0C555AE30\X0\ 1 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C8FCD30CC218\X0\.','ko-KR',$); -#8193= IFCRELASSOCIATESLIBRARY('2UYIuHmH97devh_XTIZ7TJ',$,$,$,(#2130),#15471); -#15471= IFCLIBRARYREFERENCE($,$,'\X2\AE30BCF8\X0\ \X2\CD9CB825\X0\ \X2\C2DCACC4C5F4\X0\ \X2\C0C1C218\X0\','\X2\C2DCAC04C774\X0\ \X2\C9C0B0A8C5D0\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B4B294\X0\ Pset_ControllerTypeValue.Value\X2\C5D0\X0\ \X2\B300C751\X0\ \X2\203B\X0\ \X2\C124C815\X0\ \X2\AC00B2A5D55C\X0\ \X2\C815BCF4B294\X0\ IfcTimeSeries \X2\C18DC131\X0\ \X2\CC38C870\X0\','ko-KR',$); +#8184= IFCRELASSOCIATESLIBRARY('2tQUl_TYn9eQleeDJ3MpOL',$,$,$,(#2109),#15471); +#15471= IFCLIBRARYREFERENCE($,$,'Primary Surface Area',$,'en',$); -#8194= IFCRELASSOCIATESLIBRARY('3dj380VBrBUxznXOYw3lZm',$,$,$,(#2131),#15472); -#15472= IFCLIBRARYREFERENCE($,$,'Quality',$,'en',$); +#8185= IFCRELASSOCIATESLIBRARY('1OtRid28L94QyWgnp8YtJB',$,$,$,(#2109),#15472); +#15472= IFCLIBRARYREFERENCE($,$,'SurfaceEchangePrimaire','Surface d''\S\ichange thermique au primaire des tubes et aux collecteurs.','fr-FR',$); -#8195= IFCRELASSOCIATESLIBRARY('25wTusvo92TgqXVSEGhzsF',$,$,$,(#2131),#15473); -#15473= IFCLIBRARYREFERENCE($,$,'\X2\54C18CEA\X0\','\X2\8A086E2C306E54C18CEA3092793A305950243002\X0\','ja-JP',$); +#8186= IFCRELASSOCIATESLIBRARY('2053MHZ4zB9P9SuvxWZ9xF',$,$,$,(#2110),#15473); +#15473= IFCLIBRARYREFERENCE($,$,'Primary Voltage',$,'en',$); -#8196= IFCRELASSOCIATESLIBRARY('0T$N7775TEdRIVuLkxTasQ',$,$,$,(#2131),#15474); -#15474= IFCLIBRARYREFERENCE($,$,'\X2\D398C77C\X0\ \X2\C138C774D504\X0\ \X2\C720D615\X0\','\X2\C694CCADD55C\X0\ \X2\C561CE04C5D0C774D130C758\X0\ \X2\C548C804\X0\ \X2\C7A5CE58\X0\ \X2\C720D615C744\X0\ \X2\D45CC2DC\X0\','ko-KR',$); +#8187= IFCRELASSOCIATESLIBRARY('0MHokly3z5zQ68me05kXWf',$,$,$,(#2110),#15474); +#15474= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\1\X2\96FB5727\X0\','\X2\590957275668306E\X0\1\X2\6B215074306B4F1D90013055308C308B96FB57273002\X0\','ja-JP',$); -#8197= IFCRELASSOCIATESLIBRARY('1WACtUJ4L849e6cJNHS0Ki',$,$,$,(#2132),#15475); -#15475= IFCLIBRARYREFERENCE($,$,'Quality',$,'en',$); +#8188= IFCRELASSOCIATESLIBRARY('1WHPhcMIr6NuvTU$tXOqpn',$,$,$,(#2110),#15475); +#15475= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 1 \X2\C804C555\X0\','\X2\BCC0C555AE30\X0\ 1 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C804C555\X0\.','ko-KR',$); -#8198= IFCRELASSOCIATESLIBRARY('0R$Wvw7er6GgqrWY4iol7k',$,$,$,(#2133),#15476); -#15476= IFCLIBRARYREFERENCE($,$,'Quality',$,'en',$); +#8189= IFCRELASSOCIATESLIBRARY('1YEzePagr66hIW5P4IB0aJ',$,$,$,(#2111),#15476); +#15476= IFCLIBRARYREFERENCE($,$,'Process',$,'en',$); -#8199= IFCRELASSOCIATESLIBRARY('2TGnGIbdz5BeksArjeCCf2',$,$,$,(#2134),#15477); -#15477= IFCLIBRARYREFERENCE($,$,'Quality Of Components',$,'en',$); +#8192= IFCRELASSOCIATESLIBRARY('1YumN4$Pv4fu3eone_W5vt',$,$,$,(#2115),#15477); +#15477= IFCLIBRARYREFERENCE($,$,'Process Name',$,'en',$); -#8202= IFCRELASSOCIATESLIBRARY('3e37gpU05BoOGO92S4Q1CJ',$,$,$,(#2140),#15478); -#15478= IFCLIBRARYREFERENCE($,$,'Radiator Type',$,'en',$); +#8193= IFCRELASSOCIATESLIBRARY('1Pxd1i$Db4$99x4uizeN$6',$,$,$,(#2118),#15478); +#15478= IFCLIBRARYREFERENCE($,$,'Product Description',$,'en',$); -#8203= IFCRELASSOCIATESLIBRARY('1lcKFvMEL5DxBBm7cgaeL1',$,$,$,(#2140),#15479); -#15479= IFCLIBRARYREFERENCE($,$,'\X2\30E930B830A830FC30BF30FC30BF30A430D7\X0\','\X2\30E930B830A830FC30BF30FC306E7A2E985E\X0\','ja-JP',$); +#8194= IFCRELASSOCIATESLIBRARY('0PwW3Wo7L7GfiZPXLD5vGz',$,$,$,(#2119),#15479); +#15479= IFCLIBRARYREFERENCE($,$,'Product Description',$,'en',$); -#8204= IFCRELASSOCIATESLIBRARY('2bkquhCfvEfxbhkZ4AyByL',$,$,$,(#2141),#15480); -#15480= IFCLIBRARYREFERENCE($,$,'Radioactive Waste',$,'en',$); +#8195= IFCRELASSOCIATESLIBRARY('01woeRDJnBbuX4DMFe2Cf6',$,$,$,(#2120),#15480); +#15480= IFCLIBRARYREFERENCE($,$,'Production Lot Id',$,'en',$); -#8205= IFCRELASSOCIATESLIBRARY('3_rCO$GnH5jOfJruzmVLxX',$,$,$,(#2141),#15481); -#15481= IFCLIBRARYREFERENCE($,$,'DechetsRadioactifs','Quantit\S\i de d\S\ichets radioactifs g\S\in\S\ir\S\is [NDT : selon la norme NF P01-010]','fr-FR',$); +#8196= IFCRELASSOCIATESLIBRARY('3jwxlgNDn2hBDpbfYF0cWi',$,$,$,(#2121),#15481); +#15481= IFCLIBRARYREFERENCE($,$,'Production Year',$,'en',$); -#8206= IFCRELASSOCIATESLIBRARY('2m2vGGdnT8zBtZq4E7e60l',$,$,$,(#2141),#15482); -#15482= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0460275EC368C47269\X0\','\X2\751F62103055308C308B653E5C0460275EC368C47269306E91CF3002\X0\','ja-JP',$); +#8198= IFCRELASSOCIATESLIBRARY('0PPq$HycTDhuvLZ9jUxo7n',$,$,$,(#2123),#15482); +#15482= IFCLIBRARYREFERENCE($,$,'Projector Type',$,'en',$); -#8207= IFCRELASSOCIATESLIBRARY('0shp8aD2PCXApsGQftlrh_',$,$,$,(#2141),#15483); -#15483= IFCLIBRARYREFERENCE($,$,'\X2\BC29C0ACC131\X0\ \X2\D3D0AE30BB3C\X0\','\X2\BC29C0ACC131\X0\ \X2\D3D0AE30BB3C\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); +#8199= IFCRELASSOCIATESLIBRARY('1IKRDJgyL6BhUwW6cXGnF7',$,$,$,(#2123),#15483); +#15483= IFCLIBRARYREFERENCE($,$,'\X2\30D730ED30B830A730AF30BF30FC5F625F0F\X0\','\X2\30D730ED30B830A730AF30BF306E5F625F0F3092793A30593002\X0\','ja-JP',$); -#8208= IFCRELASSOCIATESLIBRARY('2jCL9xRJ1ErQi3YuYq5Bmc',$,$,$,(#2142),#15484); -#15484= IFCLIBRARYREFERENCE($,$,'Radioactive Waste Per Unit',$,'en',$); +#8200= IFCRELASSOCIATESLIBRARY('3$GUfEIW5A0gi632$CAaXe',$,$,$,(#2123),#15484); +#15484= IFCLIBRARYREFERENCE($,$,'\X2\D504B85CC81DD130\X0\ \X2\D615C2DD\X0\','\X2\D504B85CC81DD130C758\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#8209= IFCRELASSOCIATESLIBRARY('1Z1jH0Tu1DmhhzYSLc9rQu',$,$,$,(#2142),#15485); -#15485= IFCLIBRARYREFERENCE($,$,'DechetsRadioactifsParUnite','Quantit\S\i de d\S\ichets radioactifs g\S\in\S\ir\S\is [NDT : selon la norme NF P01-010]','fr-FR',$); +#8202= IFCRELASSOCIATESLIBRARY('0rH4I4$a1AqRtB8SLfZRhT',$,$,$,(#2126),#15485); +#15485= IFCLIBRARYREFERENCE($,$,'Property Name',$,'en',$); -#8210= IFCRELASSOCIATESLIBRARY('3UjjfACRX9TenaohTXtSCV',$,$,$,(#2142),#15486); -#15486= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A653E5C0460275EC368C47269\X0\','\X2\751F62103055308C305F653E5C0460275EC368C47269306E91CF3002\X0\','ja-JP',$); +#8203= IFCRELASSOCIATESLIBRARY('0DlYSbJQj9hBLbbNX79qBS',$,$,$,(#2127),#15486); +#15486= IFCLIBRARYREFERENCE($,$,'Proportional Constant',$,'en',$); -#8211= IFCRELASSOCIATESLIBRARY('1JYoKs4zn6QPoNv1FLGbWj',$,$,$,(#2142),#15487); -#15487= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\BC29C0ACC131\X0\ \X2\D3D0AE30BB3C\X0\','\X2\BC29C0ACC131\X0\ \X2\D3D0AE30BB3C\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); +#8204= IFCRELASSOCIATESLIBRARY('1XD$JKhjT8eRAX13Waxlf4',$,$,$,(#2127),#15487); +#15487= IFCLIBRARYREFERENCE($,$,'\X2\BE44B840\X0\ \X2\AC8CC778\X0\ (Kp)','\X2\BE44B840\X0\ \X2\AC8CC778\X0\ (Kp)','ko-KR',$); -#8220= IFCRELASSOCIATESLIBRARY('2mwrHbICr62Qvh9TqIVfDP',$,$,$,(#2160),#15488); -#15488= IFCLIBRARYREFERENCE($,$,'Range',$,'en',$); +#8205= IFCRELASSOCIATESLIBRARY('2pio5KdET168gODNS6czT9',$,$,$,(#2128),#15488); +#15488= IFCLIBRARYREFERENCE($,$,'Proportional Stress',$,'en',$); -#8221= IFCRELASSOCIATESLIBRARY('0KrZBCp1f3G8FwgtUUls8f',$,$,$,(#2161),#15489); -#15489= IFCLIBRARYREFERENCE($,$,'Range',$,'en',$); +#8206= IFCRELASSOCIATESLIBRARY('3m2l3pH3D5OBYePi4e7Tjh',$,$,$,(#2129),#15489); +#15489= IFCLIBRARYREFERENCE($,$,'Protected Opening',$,'en',$); -#8222= IFCRELASSOCIATESLIBRARY('39qkxHt$bDw9X4KP2gLrfn',$,$,$,(#2162),#15490); -#15490= IFCLIBRARYREFERENCE($,$,'Range',$,'en',$); +#8207= IFCRELASSOCIATESLIBRARY('1hwwZQTB13KBTOJLCDyE3t',$,$,$,(#2129),#15490); +#15490= IFCLIBRARYREFERENCE($,$,'Ouverture avec protection incendie','Indique si l''ouverture fait l''objet d''une protection incendie. Si (VRAI) elle est consid\S\ir\S\ie comme une ouverture avec protection conform\S\iment \S\` la r\S\hglementation applicable, (FAUX) sinon.','fr-FR',$); -#8223= IFCRELASSOCIATESLIBRARY('3DxK0QYT1F_ObXy8LMk0A3',$,$,$,(#2163),#15491); -#15491= IFCLIBRARYREFERENCE($,$,'Range Angle',$,'en',$); +#8208= IFCRELASSOCIATESLIBRARY('0FqP4VXyr2bxq_kSO2xxdh',$,$,$,(#2129),#15491); +#15491= IFCLIBRARYREFERENCE($,$,'\X2\4FDD8B77\X0\','\X2\958B6E2F304C5B895168602730928003616E3057305F4FDD8B776A5F80FD304C3042308B304B30693046304B3092793A305930D630FC30EA30A230F350243002906975283055308C308B5EFA7BC957FA6E96306A3069306B3088308A4FDD8B773055308C30663044308B58345408\X0\(TRUE)\X2\3001305D30463067306F306A304458345408\X0\(FALSE\X2\FF093068306A308B3002\X0\','ja-JP',$); -#8224= IFCRELASSOCIATESLIBRARY('3PoE8_PuPFnBjGDsSWnVTb',$,$,$,(#2163),#15492); -#15492= IFCLIBRARYREFERENCE($,$,'\X2\6700592756DE8EE289D2\X0\','\X2\30A230AF30C130E530A830FC30BF304C52D5304F6700592756DE8EE289D23092793A30593002\X0\','ja-JP',$); +#8209= IFCRELASSOCIATESLIBRARY('11IwIQzC55suBRLczLtyoZ',$,$,$,(#2130),#15492); +#15492= IFCLIBRARYREFERENCE($,$,'Protective Pore Ratio',$,'en',$); -#8225= IFCRELASSOCIATESLIBRARY('1mqdj8Kt18hQvEseotqcb0',$,$,$,(#2163),#15493); -#15493= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\D68CC804AC01\X0\','\X2\C561CE04C5D0C774D130AC00\X0\ \X2\C6C0C9C1C774B294\X0\ \X2\CD5CB300\X0\ \X2\D68CC804AC01C744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#8210= IFCRELASSOCIATESLIBRARY('2CGibKugf2IOq2iFW8ozLp',$,$,$,(#2131),#15493); +#15493= IFCLIBRARYREFERENCE($,$,'Protocols',$,'en',$); -#8226= IFCRELASSOCIATESLIBRARY('1HFsfYMQv7xfMoUe3guzYD',$,$,$,(#2166),#15494); -#15494= IFCLIBRARYREFERENCE($,$,'Rated Current',$,'en',$); +#8211= IFCRELASSOCIATESLIBRARY('1Pk1fMmyj4WwbFmsSwtSbS',$,$,$,(#2131),#15494); +#15494= IFCLIBRARYREFERENCE($,$,'\X2\30D730ED30C830B330EB\X0\','OSI\X2\306E30AA30FC30D730F330B730B930C630E076F84E9263A57D9A752857FA672C30D730ED30C830B330EB\X0\(ISO 7498)\X2\FF1A\X0\\X\0D\X\0A1. \X2\726974065C64\X0\; 2.\X2\30C730FC30BF30EA30F330AF5C64\X0\; 3. \X2\30CD30C330C830EF30FC30AF5C64\X0\; 4. \X2\30C830E930F330B930DD30FC30C85C64\X0\; 5. \X2\30BB30C330B730E730F35C64\X0\; 6.\X2\30D730EC30BC30F330C630FC30B730E730F35C64\X0\ ; 7. \X2\30A230D730EA30B130FC30B730E730F35C64\X0\. \X\0D\X\0A\X2\4F8B\X0\: 3:IP, 4:TCP, 5:HTTP','ja',$); -#8227= IFCRELASSOCIATESLIBRARY('0ABNJm4JD8sfukk_MOVKZS',$,$,$,(#2169),#15495); -#15495= IFCLIBRARYREFERENCE($,$,'Rated Temperature',$,'en',$); +#8212= IFCRELASSOCIATESLIBRARY('2Wfu8qA4HDlfS3WmnmJIOn',$,$,$,(#2132),#15495); +#15495= IFCLIBRARYREFERENCE($,$,'\S\vffentlich zug\S\dnglich','Angabe, ob dieser Raum (wie z.B. eine Toilette) \S\vffentlich zug\S\dnglich sein soll (JA) oder nicht (NEIN).','de-DE',$); -#8228= IFCRELASSOCIATESLIBRARY('3MBqc4fyP3pvjXy_q19rff',$,$,$,(#2169),#15496); -#15496= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C6E295EA6\X0\','\X2\6A5F566830924F7F75283067304D308B4FDD969C3055308C305F6E295EA630024E0A96505024306F6700592750243002\X0\','ja-JP',$); +#8213= IFCRELASSOCIATESLIBRARY('0f$WpgFwT56w7Oayrm5t_z',$,$,$,(#2132),#15496); +#15496= IFCLIBRARYREFERENCE($,$,'Publicly Accessible',$,'en',$); -#8229= IFCRELASSOCIATESLIBRARY('1DLxjRSozEXPyW3n_1iM6T',$,$,$,(#2169),#15497); -#15497= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C628B3C4\X0\','\X2\C7A5CE58B97C\X0\ \X2\C0ACC6A9D560\X0\ \X2\BCF4C7A5B41C\X0\ \X2\C628B3C4\X0\ \X2\C0C1D55CC740\X0\ \X2\CD5CB300\X0\.','ko-KR',$); +#8214= IFCRELASSOCIATESLIBRARY('1J990ol9r5QPaR4u1PFhlR',$,$,$,(#2132),#15497); +#15497= IFCLIBRARYREFERENCE($,$,'AccessibleAuPublic','Indique si l''espace (par exemple des toilettes) est con\S\gu pour \S\jtre un espace accessible au public (TRUE) ou non (FALSE).','fr-FR',$); -#8230= IFCRELASSOCIATESLIBRARY('0HyTVxmUvA3eJeNhcccfCZ',$,$,$,(#2170),#15498); -#15498= IFCLIBRARYREFERENCE($,$,'Rated Temperature',$,'en',$); +#8215= IFCRELASSOCIATESLIBRARY('24ZXn1t7T1uhM2qrhvYEG7',$,$,$,(#2132),#15498); +#15498= IFCLIBRARYREFERENCE($,$,'\X2\516C517130A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E90E85C4BFF087A7A9593FF09304C516C517130A230AF30BB30B97A7A9593304B30693046304B3092793A305930D630FC30EA30A230F3502430024F8BFF1A516C517130C830A430EC306E58345408\X0\TRUE\X2\3002\X0\','ja-JP',$); -#8231= IFCRELASSOCIATESLIBRARY('1RDObIczP8Vv98W669UC2J',$,$,$,(#2170),#15499); -#15499= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C6E295EA6\X0\','\X2\4F7F75283067304D308B30533068304C8A3153EF3055308C30663044308B8A315BB96E295EA63002\X0\','ja-JP',$); +#8216= IFCRELASSOCIATESLIBRARY('0F88Zr0NTDQAIKzL5BL2t7',$,$,$,(#2132),#15499); +#15499= IFCLIBRARYREFERENCE($,$,'\X2\ACF5ACF5\X0\ \X2\C561C138C2A4\X0\ \X2\AC00B2A5C131\X0\','\X2\C774\X0\ \X2\BC29\X0\ (\X2\ACF5AC04\X0\)\X2\C774\X0\ \X2\ACF5ACF5\X0\ \X2\C561C138C2A4\X0\ \X2\ACF5AC04\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. \X2\C608\X0\ : \X2\ACF5ACF5\X0\ \X2\D654C7A5C2E4C758\X0\ \X2\ACBDC6B0\X0\ TRUE.','ko-KR',$); -#8232= IFCRELASSOCIATESLIBRARY('3PVB4BxVf4Cuby5_2e3XWE',$,$,$,(#2170),#15500); -#15500= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C628B3C4\X0\','\X2\C0ACC6A9D560\X0\ \X2\C218C788B294\X0\ \X2\AD8CD55CC774C788B294\X0\ \X2\D5C8C6A9\X0\ \X2\C628B3C4\X0\','ko-KR',$); +#8217= IFCRELASSOCIATESLIBRARY('0EkkaFvCPEtwXGgisgsiHT',$,$,$,(#2133),#15500); +#15500= IFCLIBRARYREFERENCE($,$,'Publicly Accessible',$,'en',$); -#8233= IFCRELASSOCIATESLIBRARY('0obvEp3bPB1v4X8VcWcbXh',$,$,$,(#2171),#15501); -#15501= IFCLIBRARYREFERENCE($,$,'Rated Voltage',$,'en',$); +#8218= IFCRELASSOCIATESLIBRARY('1EyAOOhWrFjAmxBFgPQ_jh',$,$,$,(#2133),#15501); +#15501= IFCLIBRARYREFERENCE($,$,'AccessibleAuPublic','Indique si l''espace (par exemple des toilettes) est con\S\gu pour \S\jtre un espace accessible au public (TRUE) ou non (FALSE).','fr-FR',$); -#8234= IFCRELASSOCIATESLIBRARY('3OIUQ1AfLE6wrQupQpHEi3',$,$,$,(#2171),#15502); -#15502= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB5727\X0\','\X2\4F7F75283067304D308B30533068304C8A3153EF3055308C30663044308B8A315BB996FB57273002\X0\','ja-JP',$); +#8219= IFCRELASSOCIATESLIBRARY('2KxPrPZhL50PSMht_ptzEn',$,$,$,(#2133),#15502); +#15502= IFCLIBRARYREFERENCE($,$,'\X2\516C517130A230AF30BB30B953EF80FD6027\X0\','\X2\3053306E7A7A9593304C516C517130A230AF30BB30B97A7A9593304B30693046304B3092793A305930D630FC30EA30A230F3502430024F8BFF1A516C517130C830A430EC306E58345408FF08\X0\TRUE\X2\FF093002305D30463067306A3051308C3070FF08\X0\FALSE\X2\FF093002\X0\','ja-JP',$); -#8235= IFCRELASSOCIATESLIBRARY('2quVaAdmX61w2iM5nAmSUc',$,$,$,(#2171),#15503); -#15503= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C804C555\X0\','\X2\C0ACC6A9D560\X0\ \X2\C218C788B294\X0\ \X2\AD8CD55CC774C788B294\X0\ \X2\D5C8C6A9\X0\ \X2\C804C555\X0\.','ko-KR',$); +#8220= IFCRELASSOCIATESLIBRARY('2U5H6r9$PDMO0uwZvTNrMT',$,$,$,(#2133),#15503); +#15503= IFCLIBRARYREFERENCE($,$,'\X2\ACF5ACF5\X0\ \X2\C561C138C2A4\X0\ \X2\AC00B2A5C131\X0\','\X2\AC00B2A5C131C774\X0\ \X2\ACF5AC04C774\X0\ \X2\ACF5ACF5\X0\ \X2\C561C138C2A4\X0\ \X2\ACF5AC04\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. \X2\C608\X0\ : \X2\ACF5ACF5\X0\ \X2\D654C7A5C2E4C758\X0\ \X2\ACBDC6B0\X0\ TRUE/ FALSE','ko-KR',$); -#8236= IFCRELASSOCIATESLIBRARY('3_G35UtH13uelLhTimBZMv',$,$,$,(#2172),#15504); -#15504= IFCLIBRARYREFERENCE($,$,'Rated Voltage',$,'en',$); +#8221= IFCRELASSOCIATESLIBRARY('2HZO2xJyD9UQ4W3Pm7yOoK',$,$,$,(#2135),#15504); +#15504= IFCLIBRARYREFERENCE($,$,'Pumper Connection Size',$,'en',$); -#8237= IFCRELASSOCIATESLIBRARY('1CLYA_DUHBiePqot8Pcac8',$,$,$,(#2172),#15505); -#15505= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB5727\X0\','\X2\6A5F566830924F7F75283067304D308B4FDD969C3055308C305F96FB572730024E0A96505024306F6700592750243002\X0\','ja-JP',$); +#8222= IFCRELASSOCIATESLIBRARY('1Ly14UXfvBeBcb7eomSUX0',$,$,$,(#2135),#15505); +#15505= IFCLIBRARYREFERENCE($,$,'\X2\30DD30F330D763A57D9A30B530A430BA\X0\','\X2\30DD30F330D730E630CB30C330C8306B63A57D9A3055308C30673042308D30466D88963230DB30FC30B9306E63A57D9A30B530A430BA3002\X0\','ja-JP',$); -#8238= IFCRELASSOCIATESLIBRARY('0253vvXWn2EvCKuTLs8hY$',$,$,$,(#2172),#15506); -#15506= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C804C555\X0\','\X2\C7A5CE58B97C\X0\ \X2\C0ACC6A9D560\X0\ \X2\BCF4C7A5B41C\X0\ \X2\C804C555\X0\. \X2\C0C1D55CC740\X0\ \X2\CD5CB300\X0\.','ko-KR',$); +#8224= IFCRELASSOCIATESLIBRARY('22j1PFp1r0_e_$AHzWqKMO',$,$,$,(#2137),#15506); +#15506= IFCLIBRARYREFERENCE($,$,'Purpose',$,'en',$); -#8239= IFCRELASSOCIATESLIBRARY('3yp6d236jA3BiMHTDYYWam',$,$,$,(#2173),#15507); -#15507= IFCLIBRARYREFERENCE($,$,'Rated Voltage',$,'en',$); +#8225= IFCRELASSOCIATESLIBRARY('3HvR46e4D5KQU4fAdLIxsg',$,$,$,(#2137),#15507); +#15507= IFCLIBRARYREFERENCE($,$,'Motif','Indication du motif de l''ouverture (ventilation, acc\S\hs, etc.).','fr-FR',$); -#8240= IFCRELASSOCIATESLIBRARY('1l6GGUCSb6lBtgAmGYFU8S',$,$,$,(#2175),#15508); -#15508= IFCLIBRARYREFERENCE($,$,'Rate Of Temperature Rise',$,'en',$); +#8226= IFCRELASSOCIATESLIBRARY('2qsufVbyP74goU2b0HwEm2',$,$,$,(#2137),#15508); +#15508= IFCLIBRARYREFERENCE($,$,'\X2\76EE7684\X0\','\X2\958B53E3306E76EE76843092793A305965875B57521730024F8BFF1A\X0\"ventilation"\X2\FF0863DB6C17FF093001\X0\"access"\X2\FF08901A884CFF09306A30693002\X0\','ja-JP',$); -#8241= IFCRELASSOCIATESLIBRARY('1nj$kO5IrExBEW0LCyHHUX',$,$,$,(#2175),#15509); -#15509= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA64E0A66077387\X0\','\X2\5371967A30673042308B306830573066611F30583089308C308B30533068306B306A306330663044308B6E295EA64E0A660773873002\X0\','ja-JP',$); +#8228= IFCRELASSOCIATESLIBRARY('06Kkz9IwL1Evib5Oty_MId',$,$,$,(#2138),#15509); +#15509= IFCLIBRARYREFERENCE($,$,'Purpose',$,'en',$); -#8242= IFCRELASSOCIATESLIBRARY('3mS27DZzb2ZBlsAN_62208',$,$,$,(#2175),#15510); -#15510= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\C0C1C2B9B960\X0\','\X2\C704D5D8\X0\ \X2\AC83C73CB85C\X0\ \X2\B290AEF4C9C0AC8CD558B294\X0\ \X2\C628B3C4\X0\ \X2\C0C1C2B9B960\X0\.','ko-KR',$); +#8229= IFCRELASSOCIATESLIBRARY('3N$n3pHVzAU8VyDavoa0J4',$,$,$,(#2142),#15510); +#15510= IFCLIBRARYREFERENCE($,$,'Quality',$,'en',$); -#8243= IFCRELASSOCIATESLIBRARY('1pZZ4uvLj65ORMTzBMe1gM',$,$,$,(#2177),#15511); -#15511= IFCLIBRARYREFERENCE($,$,'Reactive Power',$,'en',$); +#8230= IFCRELASSOCIATESLIBRARY('31u4nqgnLCoxvPG00KEjMm',$,$,$,(#2142),#15511); +#15511= IFCLIBRARYREFERENCE($,$,'\X2\AE30BCF8\X0\ \X2\CD9CB825\X0\ \X2\C2DCACC4C5F4\X0\ \X2\C0C1C218\X0\','\X2\C2DCAC04C774\X0\ \X2\C9C0B0A8C5D0\X0\ \X2\AC12C744\X0\ \X2\B098D0C0B0B4B294\X0\ Pset_ControllerTypeValue.Value\X2\C5D0\X0\ \X2\B300C751\X0\ \X2\203B\X0\ \X2\C124C815\X0\ \X2\AC00B2A5D55C\X0\ \X2\C815BCF4B294\X0\ IfcTimeSeries \X2\C18DC131\X0\ \X2\CC38C870\X0\','ko-KR',$); -#8244= IFCRELASSOCIATESLIBRARY('3K_j3oFiD0wfBW9PJmm9Mw',$,$,$,(#2177),#15512); -#15512= IFCLIBRARYREFERENCE($,$,'\X2\712152B996FB529B\X0\','\X2\712152B996FB529B3002\X0\','ja-JP',$); +#8231= IFCRELASSOCIATESLIBRARY('3xNFqQRx9DauFHYe6Cvi2H',$,$,$,(#2143),#15512); +#15512= IFCLIBRARYREFERENCE($,$,'Quality',$,'en',$); -#8246= IFCRELASSOCIATESLIBRARY('1pQE7OjmL48wfN9gyt4bzH',$,$,$,(#2178),#15513); -#15513= IFCLIBRARYREFERENCE($,$,'Read Out Type',$,'en',$); +#8232= IFCRELASSOCIATESLIBRARY('2WCSdsuDD5zg9g0A_o5Ina',$,$,$,(#2143),#15513); +#15513= IFCLIBRARYREFERENCE($,$,'\X2\54C18CEA\X0\','\X2\8A086E2C306E54C18CEA3092793A305950243002\X0\','ja-JP',$); -#8247= IFCRELASSOCIATESLIBRARY('0N$Lq3skbEJutx7MSYquNp',$,$,$,(#2179),#15514); -#15514= IFCLIBRARYREFERENCE($,$,'Real Impedance Ratio',$,'en',$); +#8233= IFCRELASSOCIATESLIBRARY('1UcHCSlvjC2hfmTd1K0tIK',$,$,$,(#2143),#15514); +#15514= IFCLIBRARYREFERENCE($,$,'\X2\D398C77C\X0\ \X2\C138C774D504\X0\ \X2\C720D615\X0\','\X2\C694CCADD55C\X0\ \X2\C561CE04C5D0C774D130C758\X0\ \X2\C548C804\X0\ \X2\C7A5CE58\X0\ \X2\C720D615C744\X0\ \X2\D45CC2DC\X0\','ko-KR',$); -#8248= IFCRELASSOCIATESLIBRARY('1EXodfU0P5vQ7cIduT7$Iz',$,$,$,(#2179),#15515); -#15515= IFCLIBRARYREFERENCE($,$,'\X2\30A430F330D430FC30C030F330B95B9F90E86BD47387\X0\','\X2\96F676F830A430F330D430FC30C030F330B930686B6376F830A430F330D430FC30C030F330B9FF084F8BFF0E77ED7D6196FB5727306E5B9F90E8FF09306E9593306E6BD473873002\X0\N-\X2\30B330F330C030AF30BF30FC3092542B30804E0976F830C830E930F330B9306E305F3081306B4F7F75283002\X0\','ja-JP',$); +#8234= IFCRELASSOCIATESLIBRARY('2ZY5kncNHFhP2jkOgvwGgg',$,$,$,(#2144),#15515); +#15515= IFCLIBRARYREFERENCE($,$,'Quality',$,'en',$); -#8249= IFCRELASSOCIATESLIBRARY('2tMtGMEfbDvfbYQd3CTwnJ',$,$,$,(#2179),#15516); -#15516= IFCLIBRARYREFERENCE($,$,'\X2\C784D53CB358C2A4\X0\ \X2\C2E4C218\X0\ \X2\BD80\X0\ \X2\BE44C728\X0\','\X2\C601\X0\ \X2\C0C1\X0\ \X2\C784D53CB358C2A4C640\X0\ \X2\C591C758\X0\ \X2\C0C1\X0\ \X2\C784D53CB358C2A4\X0\ (\X2\C608\X0\ : \X2\B2E8B77D\X0\ \X2\C804C555C758\X0\ \X2\C2E4C81C\X0\ \X2\BD80BD84\X0\) \X2\C0ACC774C758\X0\ \X2\BE44C728\X0\. N-\X2\C9C0D718C790B97C\X0\ \X2\D3ECD568\X0\ \X2\C0BCC0C1\X0\ \X2\BCC0C555AE30C5D0\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#8235= IFCRELASSOCIATESLIBRARY('0_QSZq_Kn12xR6nETvtsb4',$,$,$,(#2145),#15516); +#15516= IFCLIBRARYREFERENCE($,$,'Quality',$,'en',$); -#8250= IFCRELASSOCIATESLIBRARY('05IG85xaD6SeAz5jSDhY6G',$,$,$,(#2180),#15517); -#15517= IFCLIBRARYREFERENCE($,$,'Real Power',$,'en',$); +#8236= IFCRELASSOCIATESLIBRARY('2UeAd79xzFMOVmK6VeqYIi',$,$,$,(#2146),#15517); +#15517= IFCLIBRARYREFERENCE($,$,'Quality Of Components',$,'en',$); -#8251= IFCRELASSOCIATESLIBRARY('2$kDYS8Pj7mQQKokMh$jVM',$,$,$,(#2180),#15518); -#15518= IFCLIBRARYREFERENCE($,$,'\X2\670952B996FB529B\X0\','\X2\670952B996FB529B3002\X0\','ja-JP',$); +#8239= IFCRELASSOCIATESLIBRARY('2mZfp0DRLAWRGMSnw9isDA',$,$,$,(#2152),#15518); +#15518= IFCLIBRARYREFERENCE($,$,'Radiator Type',$,'en',$); -#8252= IFCRELASSOCIATESLIBRARY('0NS83MvUrBdgQ9cHkO9x$T',$,$,$,(#2181),#15519); -#15519= IFCLIBRARYREFERENCE($,$,'Reason For Change',$,'en',$); +#8240= IFCRELASSOCIATESLIBRARY('2dtD1MvlzCiRxF3Z_9nOfP',$,$,$,(#2152),#15519); +#15519= IFCLIBRARYREFERENCE($,$,'\X2\30E930B830A830FC30BF30FC30BF30A430D7\X0\','\X2\30E930B830A830FC30BF30FC306E7A2E985E\X0\','ja-JP',$); -#8253= IFCRELASSOCIATESLIBRARY('02uvh3Lzb3QOKjGT_8nOv_',$,$,$,(#2181),#15520); -#15520= IFCLIBRARYREFERENCE($,$,'\X2\590966F474067531\X0\','\X2\590966F4304C5FC589813068306A308B554F984C306E8A188FF03002\X0\','ja-JP',$); +#8241= IFCRELASSOCIATESLIBRARY('33buHJdUTFM9DTuM7YstVP',$,$,$,(#2153),#15520); +#15520= IFCLIBRARYREFERENCE($,$,'Radioactive Waste',$,'en',$); -#8255= IFCRELASSOCIATESLIBRARY('2fJjGFOoj8UeDMgQbeMHcO',$,$,$,(#2182),#15521); -#15521= IFCLIBRARYREFERENCE($,$,'Receiver Type',$,'en',$); +#8242= IFCRELASSOCIATESLIBRARY('2VnEj1Ki52XOx$Y$FCrokZ',$,$,$,(#2153),#15521); +#15521= IFCLIBRARYREFERENCE($,$,'DechetsRadioactifs','Quantit\S\i de d\S\ichets radioactifs g\S\in\S\ir\S\is [NDT : selon la norme NF P01-010]','fr-FR',$); -#8256= IFCRELASSOCIATESLIBRARY('2V8zp7gfT6cRmqlluvtdYI',$,$,$,(#2182),#15522); -#15522= IFCLIBRARYREFERENCE($,$,'\X2\53D74FE16A5F5F625F0F\X0\','\X2\53D74FE16A5F306E5F625F0F3092793A30593002\X0\','ja-JP',$); +#8243= IFCRELASSOCIATESLIBRARY('2zSd0SdBr7I8eSlKOnwFLF',$,$,$,(#2153),#15522); +#15522= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0460275EC368C47269\X0\','\X2\751F62103055308C308B653E5C0460275EC368C47269306E91CF3002\X0\','ja-JP',$); -#8257= IFCRELASSOCIATESLIBRARY('3vx135vojC$OdXXs_fIcoG',$,$,$,(#2182),#15523); -#15523= IFCLIBRARYREFERENCE($,$,'\X2\C218C2E0AE30\X0\ \X2\D615C2DD\X0\','\X2\C218C2E0AE30C758\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#8244= IFCRELASSOCIATESLIBRARY('0mhBZz3kf1OuP_dGuA$wTh',$,$,$,(#2153),#15523); +#15523= IFCLIBRARYREFERENCE($,$,'\X2\BC29C0ACC131\X0\ \X2\D3D0AE30BB3C\X0\','\X2\BC29C0ACC131\X0\ \X2\D3D0AE30BB3C\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); -#8258= IFCRELASSOCIATESLIBRARY('0onryxlFrDpRDuPy946r95',$,$,$,(#2183),#15524); -#15524= IFCLIBRARYREFERENCE($,$,'Receptacle Load Intensity',$,'en',$); +#8245= IFCRELASSOCIATESLIBRARY('27pyfv27X8zQjmU88WGQOp',$,$,$,(#2154),#15524); +#15524= IFCLIBRARYREFERENCE($,$,'Radioactive Waste Per Unit',$,'en',$); -#8259= IFCRELASSOCIATESLIBRARY('2qiTXDQGrDu8rMQFPfBIXk',$,$,$,(#2183),#15525); -#15525= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D97627A4D3042305F308A4E8B52D96A5F5668306E5E73574796FB529B6D888CBB91CF\X0\','\X2\53584F4D97627A4D3042305F308A4E8B52D96A5F5668306A3069975E7A7A8ABF8A2D5099306E5E73574796FB529B6D888CBB91CF3002\X0\\X\0D\X\0A\X2\FF08\X0\PowerMeasure/IfcAreaMeasure\X2\FF09\X0\','ja-JP',$); +#8246= IFCRELASSOCIATESLIBRARY('1e8tyUDK16b91P$ZZaBHGG',$,$,$,(#2154),#15525); +#15525= IFCLIBRARYREFERENCE($,$,'DechetsRadioactifsParUnite','Quantit\S\i de d\S\ichets radioactifs g\S\in\S\ir\S\is [NDT : selon la norme NF P01-010]','fr-FR',$); -#8260= IFCRELASSOCIATESLIBRARY('1w0syKkeTC7gIJAMTi0xy7',$,$,$,(#2183),#15526); -#15526= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704BA74C801\X0\ \X2\B2F9\X0\ \X2\C0ACBB34AE30AE30\X0\ \X2\D3C9ADE0\X0\ \X2\C804B825\X0\ \X2\C18CBE44B7C9\X0\','\X2\B2E8C704\X0\ \X2\BA74C801\X0\ \X2\B2F9\X0\ \X2\C0ACBB34\X0\ \X2\AE30AE30\X0\ \X2\B4F1\X0\ \X2\BE44\X0\ \X2\ACF5C870\X0\ \X2\C124BE44C758\X0\ \X2\D3C9ADE0\X0\ \X2\C804B825\X0\ \X2\C18CBE44\X0\. (PowerMeasure / IfcAreaMeasure)','ko-KR',$); +#8247= IFCRELASSOCIATESLIBRARY('390QN4ljz7yv6uzEsm9LTq',$,$,$,(#2154),#15526); +#15526= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A653E5C0460275EC368C47269\X0\','\X2\751F62103055308C305F653E5C0460275EC368C47269306E91CF3002\X0\','ja-JP',$); -#8261= IFCRELASSOCIATESLIBRARY('2T_fhAgIv4jQMIVh_b_73y',$,$,$,(#2184),#15527); -#15527= IFCLIBRARYREFERENCE($,$,'Recirculated Air',$,'en',$); +#8248= IFCRELASSOCIATESLIBRARY('1$hsZ9h_D2Qgky7lF9JOyI',$,$,$,(#2154),#15527); +#15527= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\BC29C0ACC131\X0\ \X2\D3D0AE30BB3C\X0\','\X2\BC29C0ACC131\X0\ \X2\D3D0AE30BB3C\X0\ \X2\BC1CC0DDB7C9\X0\','ko-KR',$); -#8262= IFCRELASSOCIATESLIBRARY('1K6L2cf41DlP8erl5ygWlX',$,$,$,(#2184),#15528); -#15528= IFCLIBRARYREFERENCE($,$,'\X2\5FAA74B07A7A6C17\X0\','\X2\5FAA74B07A7A6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); +#8257= IFCRELASSOCIATESLIBRARY('1_vGt6vGv1cRaM6_httIkg',$,$,$,(#2172),#15528); +#15528= IFCLIBRARYREFERENCE($,$,'Range',$,'en',$); -#8263= IFCRELASSOCIATESLIBRARY('0BuGitVhLFIfUtjHLTzEyA',$,$,$,(#2184),#15529); -#15529= IFCLIBRARYREFERENCE($,$,'\X2\C21CD658ACF5AE30\X0\','\X2\C21CD658ACF5AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#8258= IFCRELASSOCIATESLIBRARY('300J2dpB939xNcAKsfM2Ca',$,$,$,(#2173),#15529); +#15529= IFCLIBRARYREFERENCE($,$,'Range',$,'en',$); -#8264= IFCRELASSOCIATESLIBRARY('3w1LMokaXAuv7VYVTw_Ksg',$,$,$,(#2185),#15530); -#15530= IFCLIBRARYREFERENCE($,$,'Recirculated Air',$,'en',$); +#8259= IFCRELASSOCIATESLIBRARY('1HTQNVDRXEpRNk135lKSkP',$,$,$,(#2174),#15530); +#15530= IFCLIBRARYREFERENCE($,$,'Range',$,'en',$); -#8265= IFCRELASSOCIATESLIBRARY('2pV0eA0Hn3uubnumhTJ6ad',$,$,$,(#2185),#15531); -#15531= IFCLIBRARYREFERENCE($,$,'\X2\5FAA74B07A7A6C17\X0\','\X2\5FAA74B07A7A6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); +#8260= IFCRELASSOCIATESLIBRARY('3BpL1zrIT3vOHUdu6YvT9Q',$,$,$,(#2175),#15531); +#15531= IFCLIBRARYREFERENCE($,$,'Range Angle',$,'en',$); -#8266= IFCRELASSOCIATESLIBRARY('1jHCd234L8zh1nicYKYWB5',$,$,$,(#2185),#15532); -#15532= IFCLIBRARYREFERENCE($,$,'\X2\C21CD658ACF5AE30\X0\','\X2\C21CD658ACF5AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#8261= IFCRELASSOCIATESLIBRARY('2yzYrim1D0zv3QYHIMZEvq',$,$,$,(#2175),#15532); +#15532= IFCLIBRARYREFERENCE($,$,'\X2\6700592756DE8EE289D2\X0\','\X2\30A230AF30C130E530A830FC30BF304C52D5304F6700592756DE8EE289D23092793A30593002\X0\','ja-JP',$); -#8267= IFCRELASSOCIATESLIBRARY('3VZ6KkV0b6HgYh2i$Ie$aK',$,$,$,(#2186),#15533); -#15533= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8262= IFCRELASSOCIATESLIBRARY('2I8yGFvkHEoeMgyQmotNVd',$,$,$,(#2175),#15533); +#15533= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\D68CC804AC01\X0\','\X2\C561CE04C5D0C774D130AC00\X0\ \X2\C6C0C9C1C774B294\X0\ \X2\CD5CB300\X0\ \X2\D68CC804AC01C744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#8268= IFCRELASSOCIATESLIBRARY('3qSUQ_FPv1Pgwwxb$Q$OND',$,$,$,(#2186),#15534); -#15534= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8263= IFCRELASSOCIATESLIBRARY('1oTT3gbjjCeuoeu8FCdsgI',$,$,$,(#2178),#15534); +#15534= IFCLIBRARYREFERENCE($,$,'Rated Current',$,'en',$); -#8269= IFCRELASSOCIATESLIBRARY('3puYv_zgX9ZABfLkspvF9c',$,$,$,(#2186),#15535); -#15535= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8264= IFCRELASSOCIATESLIBRARY('13wzLxmxr5HvK_lkog8p4H',$,$,$,(#2181),#15535); +#15535= IFCLIBRARYREFERENCE($,$,'Rated Temperature',$,'en',$); -#8270= IFCRELASSOCIATESLIBRARY('0rY_AWP2j3cOAfw$bSzklK',$,$,$,(#2187),#15536); -#15536= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8265= IFCRELASSOCIATESLIBRARY('34RylYTyn6dgb5sQYdv57k',$,$,$,(#2181),#15536); +#15536= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C6E295EA6\X0\','\X2\6A5F566830924F7F75283067304D308B4FDD969C3055308C305F6E295EA630024E0A96505024306F6700592750243002\X0\','ja-JP',$); -#8271= IFCRELASSOCIATESLIBRARY('3JFvdmrkv0eRf34iPnw_bT',$,$,$,(#2187),#15537); -#15537= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8266= IFCRELASSOCIATESLIBRARY('2hzHB9GnP3hOS3coa1HEpk',$,$,$,(#2181),#15537); +#15537= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C628B3C4\X0\','\X2\C7A5CE58B97C\X0\ \X2\C0ACC6A9D560\X0\ \X2\BCF4C7A5B41C\X0\ \X2\C628B3C4\X0\ \X2\C0C1D55CC740\X0\ \X2\CD5CB300\X0\.','ko-KR',$); -#8272= IFCRELASSOCIATESLIBRARY('14xZnAhFr9pg82sustzAet',$,$,$,(#2187),#15538); -#15538= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8267= IFCRELASSOCIATESLIBRARY('1ttkiqwczEPhOxfoaVMHYd',$,$,$,(#2182),#15538); +#15538= IFCLIBRARYREFERENCE($,$,'Rated Temperature',$,'en',$); -#8273= IFCRELASSOCIATESLIBRARY('1Um_1JQUbE6wFtv7gtJYZC',$,$,$,(#2187),#15539); -#15539= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\8A8D8B583055308C305F5206985E4F537CFB306753C271673059308B5206985E304C306A304458345408306B3053306E30D730ED30B830A730AF30C856FA6709306E53C271678A1853F7FF084F8BFF1A30BF30A430D7\X0\''A-1''\X2\FF09304C4E0E30483089308C308B3002\X0\','ja-JP',$); +#8268= IFCRELASSOCIATESLIBRARY('2DzYMzK3bBBgvotfazFn9G',$,$,$,(#2182),#15539); +#15539= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C6E295EA6\X0\','\X2\4F7F75283067304D308B30533068304C8A3153EF3055308C30663044308B8A315BB96E295EA63002\X0\','ja-JP',$); -#8274= IFCRELASSOCIATESLIBRARY('0eFZR_jAXD$fylsFSvtete',$,$,$,(#2187),#15540); -#15540= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8269= IFCRELASSOCIATESLIBRARY('2GCF_5d8D5DvtLVyT568Rm',$,$,$,(#2182),#15540); +#15540= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C628B3C4\X0\','\X2\C0ACC6A9D560\X0\ \X2\C218C788B294\X0\ \X2\AD8CD55CC774C788B294\X0\ \X2\D5C8C6A9\X0\ \X2\C628B3C4\X0\','ko-KR',$); -#8275= IFCRELASSOCIATESLIBRARY('1BdmTstVf2pBeqOxB07B96',$,$,$,(#2188),#15541); -#15541= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8270= IFCRELASSOCIATESLIBRARY('0A9TJQNO10CQCcOLZPsXzm',$,$,$,(#2183),#15541); +#15541= IFCLIBRARYREFERENCE($,$,'Rated Voltage',$,'en',$); -#8276= IFCRELASSOCIATESLIBRARY('1ZlFC1uDv8HuzTeoW4hMhx',$,$,$,(#2188),#15542); -#15542= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8271= IFCRELASSOCIATESLIBRARY('1Wk4G2x4LBrfH2zONGEzxB',$,$,$,(#2183),#15542); +#15542= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB5727\X0\','\X2\4F7F75283067304D308B30533068304C8A3153EF3055308C30663044308B8A315BB996FB57273002\X0\','ja-JP',$); -#8277= IFCRELASSOCIATESLIBRARY('1Sw86CMGj0$eiGDdmw3jZd',$,$,$,(#2189),#15543); -#15543= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8272= IFCRELASSOCIATESLIBRARY('1buMsj2rP4yQ51TvxkJxUQ',$,$,$,(#2183),#15543); +#15543= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C804C555\X0\','\X2\C0ACC6A9D560\X0\ \X2\C218C788B294\X0\ \X2\AD8CD55CC774C788B294\X0\ \X2\D5C8C6A9\X0\ \X2\C804C555\X0\.','ko-KR',$); -#8278= IFCRELASSOCIATESLIBRARY('3FeFt$soL2x8mfhCbXTpA7',$,$,$,(#2189),#15544); -#15544= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8273= IFCRELASSOCIATESLIBRARY('1jwBiePCXA5RZ9ncsi2$dT',$,$,$,(#2184),#15544); +#15544= IFCLIBRARYREFERENCE($,$,'Rated Voltage',$,'en',$); -#8279= IFCRELASSOCIATESLIBRARY('2cYRQ_kq5DR9e95rhcRc0z',$,$,$,(#2189),#15545); -#15545= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8274= IFCRELASSOCIATESLIBRARY('3UagkCDGD5BgRV3SeiWaLO',$,$,$,(#2184),#15545); +#15545= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C96FB5727\X0\','\X2\6A5F566830924F7F75283067304D308B4FDD969C3055308C305F96FB572730024E0A96505024306F6700592750243002\X0\','ja-JP',$); -#8280= IFCRELASSOCIATESLIBRARY('3GMN8FMcD0cAc9dKt3GW2b',$,$,$,(#2189),#15546); -#15546= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8275= IFCRELASSOCIATESLIBRARY('08Sp8biTLEhARtMEMOljJ_',$,$,$,(#2184),#15546); +#15546= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\C804C555\X0\','\X2\C7A5CE58B97C\X0\ \X2\C0ACC6A9D560\X0\ \X2\BCF4C7A5B41C\X0\ \X2\C804C555\X0\. \X2\C0C1D55CC740\X0\ \X2\CD5CB300\X0\.','ko-KR',$); -#8281= IFCRELASSOCIATESLIBRARY('20AlN$Ryb3Vxem7EB52lU2',$,$,$,(#2189),#15547); -#15547= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8276= IFCRELASSOCIATESLIBRARY('204iCB6x12IwiiLMiIWM$v',$,$,$,(#2185),#15547); +#15547= IFCLIBRARYREFERENCE($,$,'Rated Voltage',$,'en',$); -#8282= IFCRELASSOCIATESLIBRARY('3pRhel4Pn9eerSCmf1_aN6',$,$,$,(#2190),#15548); -#15548= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8277= IFCRELASSOCIATESLIBRARY('2EvO0Bm0zCG9sjrl63Yusy',$,$,$,(#2187),#15548); +#15548= IFCLIBRARYREFERENCE($,$,'Rate Of Temperature Rise',$,'en',$); -#8283= IFCRELASSOCIATESLIBRARY('2PCQP_OUf9RRt6Keo14_Ao',$,$,$,(#2190),#15549); -#15549= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8278= IFCRELASSOCIATESLIBRARY('3U$K9RZHH1V8nb5L8dHqYt',$,$,$,(#2187),#15549); +#15549= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA64E0A66077387\X0\','\X2\5371967A30673042308B306830573066611F30583089308C308B30533068306B306A306330663044308B6E295EA64E0A660773873002\X0\','ja-JP',$); -#8284= IFCRELASSOCIATESLIBRARY('3fmdMlOwvCLRaiD8ViCpIW',$,$,$,(#2191),#15550); -#15550= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8279= IFCRELASSOCIATESLIBRARY('3EzarEokT1z9F_Reya8pZK',$,$,$,(#2187),#15550); +#15550= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\C0C1C2B9B960\X0\','\X2\C704D5D8\X0\ \X2\AC83C73CB85C\X0\ \X2\B290AEF4C9C0AC8CD558B294\X0\ \X2\C628B3C4\X0\ \X2\C0C1C2B9B960\X0\.','ko-KR',$); -#8285= IFCRELASSOCIATESLIBRARY('29KtT4z8DDxuH5pA95rg7g',$,$,$,(#2191),#15551); -#15551= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8280= IFCRELASSOCIATESLIBRARY('0aRfJSmh95sRavkIx5z8dq',$,$,$,(#2189),#15551); +#15551= IFCLIBRARYREFERENCE($,$,'Reactive Power',$,'en',$); -#8286= IFCRELASSOCIATESLIBRARY('3If7A4xfT47wv$Thk7tICD',$,$,$,(#2191),#15552); -#15552= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8281= IFCRELASSOCIATESLIBRARY('0hv5CpdEv4vBkRssfT4du6',$,$,$,(#2189),#15552); +#15552= IFCLIBRARYREFERENCE($,$,'\X2\712152B996FB529B\X0\','\X2\712152B996FB529B3002\X0\','ja-JP',$); -#8287= IFCRELASSOCIATESLIBRARY('0RwDfjc5bD0Q60Yce76sPg',$,$,$,(#2191),#15553); -#15553= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8283= IFCRELASSOCIATESLIBRARY('32UyfEcMLBoP3UoTynrn6V',$,$,$,(#2190),#15553); +#15553= IFCLIBRARYREFERENCE($,$,'Read Out Type',$,'en',$); -#8288= IFCRELASSOCIATESLIBRARY('1uqn5vENrAbACZ5T6Wrbsw',$,$,$,(#2191),#15554); -#15554= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8284= IFCRELASSOCIATESLIBRARY('21bKuuDr1FUxJ9hKaVBUel',$,$,$,(#2191),#15554); +#15554= IFCLIBRARYREFERENCE($,$,'Real Impedance Ratio',$,'en',$); -#8289= IFCRELASSOCIATESLIBRARY('38v76bSzr4pxbFtLzk__Pa',$,$,$,(#2192),#15555); -#15555= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8285= IFCRELASSOCIATESLIBRARY('1V2ud_Y6X0gQBSF_pMaQ8Z',$,$,$,(#2191),#15555); +#15555= IFCLIBRARYREFERENCE($,$,'\X2\30A430F330D430FC30C030F330B95B9F90E86BD47387\X0\','\X2\96F676F830A430F330D430FC30C030F330B930686B6376F830A430F330D430FC30C030F330B9FF084F8BFF0E77ED7D6196FB5727306E5B9F90E8FF09306E9593306E6BD473873002\X0\N-\X2\30B330F330C030AF30BF30FC3092542B30804E0976F830C830E930F330B9306E305F3081306B4F7F75283002\X0\','ja-JP',$); -#8290= IFCRELASSOCIATESLIBRARY('1kPM0WSgz0FuRsTcYf056v',$,$,$,(#2192),#15556); -#15556= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8286= IFCRELASSOCIATESLIBRARY('2d1SoXTYv7puOWrDskIYpO',$,$,$,(#2191),#15556); +#15556= IFCLIBRARYREFERENCE($,$,'\X2\C784D53CB358C2A4\X0\ \X2\C2E4C218\X0\ \X2\BD80\X0\ \X2\BE44C728\X0\','\X2\C601\X0\ \X2\C0C1\X0\ \X2\C784D53CB358C2A4C640\X0\ \X2\C591C758\X0\ \X2\C0C1\X0\ \X2\C784D53CB358C2A4\X0\ (\X2\C608\X0\ : \X2\B2E8B77D\X0\ \X2\C804C555C758\X0\ \X2\C2E4C81C\X0\ \X2\BD80BD84\X0\) \X2\C0ACC774C758\X0\ \X2\BE44C728\X0\. N-\X2\C9C0D718C790B97C\X0\ \X2\D3ECD568\X0\ \X2\C0BCC0C1\X0\ \X2\BCC0C555AE30C5D0\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#8291= IFCRELASSOCIATESLIBRARY('0MyxLLhAbAgRstIKFhksrb',$,$,$,(#2193),#15557); -#15557= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8287= IFCRELASSOCIATESLIBRARY('3eS5Op3vbBdPOq1maxuK4V',$,$,$,(#2192),#15557); +#15557= IFCLIBRARYREFERENCE($,$,'Real Power',$,'en',$); -#8292= IFCRELASSOCIATESLIBRARY('0uQtds7efBsuzo29QrQL5H',$,$,$,(#2193),#15558); -#15558= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8288= IFCRELASSOCIATESLIBRARY('24sPoGTHr48PBKzZWKkSFZ',$,$,$,(#2192),#15558); +#15558= IFCLIBRARYREFERENCE($,$,'\X2\670952B996FB529B\X0\','\X2\670952B996FB529B3002\X0\','ja-JP',$); -#8293= IFCRELASSOCIATESLIBRARY('2HO28wS_vB3u1g1p9Wmj18',$,$,$,(#2193),#15559); -#15559= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8289= IFCRELASSOCIATESLIBRARY('2oOjm78t55$9CVk8KJL6tY',$,$,$,(#2193),#15559); +#15559= IFCLIBRARYREFERENCE($,$,'Reason For Change',$,'en',$); -#8294= IFCRELASSOCIATESLIBRARY('3u1P5lrpf09vGXTUFFnd2M',$,$,$,(#2194),#15560); -#15560= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8290= IFCRELASSOCIATESLIBRARY('3rD0QCReT6AQxu6PnG$Yqc',$,$,$,(#2193),#15560); +#15560= IFCLIBRARYREFERENCE($,$,'\X2\590966F474067531\X0\','\X2\590966F4304C5FC589813068306A308B554F984C306E8A188FF03002\X0\','ja-JP',$); -#8295= IFCRELASSOCIATESLIBRARY('34mRrOQJTAuwc9F6f8Mb9k',$,$,$,(#2194),#15561); -#15561= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8292= IFCRELASSOCIATESLIBRARY('0w9yht8iX15vkNh6WMpkkw',$,$,$,(#2194),#15561); +#15561= IFCLIBRARYREFERENCE($,$,'Receiver Type',$,'en',$); -#8296= IFCRELASSOCIATESLIBRARY('1yr_DmPZ94YRXPd7lzbrAl',$,$,$,(#2194),#15562); -#15562= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); +#8293= IFCRELASSOCIATESLIBRARY('33tTVjYTLFfADPAmTVMdKW',$,$,$,(#2194),#15562); +#15562= IFCLIBRARYREFERENCE($,$,'\X2\53D74FE16A5F5F625F0F\X0\','\X2\53D74FE16A5F306E5F625F0F3092793A30593002\X0\','ja-JP',$); -#8297= IFCRELASSOCIATESLIBRARY('2Fwvu8bLXFjevDCNwnz6$t',$,$,$,(#2196),#15563); -#15563= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8294= IFCRELASSOCIATESLIBRARY('2m0Ig0lh90Een6pVd3uJpi',$,$,$,(#2194),#15563); +#15563= IFCLIBRARYREFERENCE($,$,'\X2\C218C2E0AE30\X0\ \X2\D615C2DD\X0\','\X2\C218C2E0AE30C758\X0\ \X2\D615C2DDC744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#8298= IFCRELASSOCIATESLIBRARY('2etZtrDl99aBQ3V$iTLYmZ',$,$,$,(#2196),#15564); -#15564= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8295= IFCRELASSOCIATESLIBRARY('3Ax290mtn90hS1Mb3QW2rS',$,$,$,(#2195),#15564); +#15564= IFCLIBRARYREFERENCE($,$,'Receptacle Load Intensity',$,'en',$); -#8299= IFCRELASSOCIATESLIBRARY('0TlVeBIATCTgh6N$mHaoP1',$,$,$,(#2196),#15565); -#15565= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); +#8296= IFCRELASSOCIATESLIBRARY('1xzgzoT7T2C8rWVK7YBBDt',$,$,$,(#2195),#15565); +#15565= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D97627A4D3042305F308A4E8B52D96A5F5668306E5E73574796FB529B6D888CBB91CF\X0\','\X2\53584F4D97627A4D3042305F308A4E8B52D96A5F5668306A3069975E7A7A8ABF8A2D5099306E5E73574796FB529B6D888CBB91CF3002\X0\\X\0D\X\0A\X2\FF08\X0\PowerMeasure/IfcAreaMeasure\X2\FF09\X0\','ja-JP',$); -#8300= IFCRELASSOCIATESLIBRARY('0LuvVa0Pv4VvyH$cHAv$Gd',$,$,$,(#2197),#15566); -#15566= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8297= IFCRELASSOCIATESLIBRARY('1zSJu97Ab9q8xIOi$ch3sG',$,$,$,(#2195),#15566); +#15566= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704BA74C801\X0\ \X2\B2F9\X0\ \X2\C0ACBB34AE30AE30\X0\ \X2\D3C9ADE0\X0\ \X2\C804B825\X0\ \X2\C18CBE44B7C9\X0\','\X2\B2E8C704\X0\ \X2\BA74C801\X0\ \X2\B2F9\X0\ \X2\C0ACBB34\X0\ \X2\AE30AE30\X0\ \X2\B4F1\X0\ \X2\BE44\X0\ \X2\ACF5C870\X0\ \X2\C124BE44C758\X0\ \X2\D3C9ADE0\X0\ \X2\C804B825\X0\ \X2\C18CBE44\X0\. (PowerMeasure / IfcAreaMeasure)','ko-KR',$); -#8301= IFCRELASSOCIATESLIBRARY('1vOEEuO4H4AfjjkuLm0iQS',$,$,$,(#2197),#15567); -#15567= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8298= IFCRELASSOCIATESLIBRARY('2pvB$08svA9Aa1xWKDJ4Ck',$,$,$,(#2196),#15567); +#15567= IFCLIBRARYREFERENCE($,$,'Recirculated Air',$,'en',$); -#8302= IFCRELASSOCIATESLIBRARY('20VOYGLDP15gR4gKXiHV2E',$,$,$,(#2197),#15568); -#15568= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8299= IFCRELASSOCIATESLIBRARY('0IflQ4wyf1X84fwLkc3B2b',$,$,$,(#2196),#15568); +#15568= IFCLIBRARYREFERENCE($,$,'\X2\5FAA74B07A7A6C17\X0\','\X2\5FAA74B07A7A6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); -#8303= IFCRELASSOCIATESLIBRARY('01RzhRk9v9Y8VZ$U6sYJQx',$,$,$,(#2198),#15569); -#15569= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8300= IFCRELASSOCIATESLIBRARY('3kH6t19ej6U8LyDCTObQ09',$,$,$,(#2196),#15569); +#15569= IFCLIBRARYREFERENCE($,$,'\X2\C21CD658ACF5AE30\X0\','\X2\C21CD658ACF5AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#8304= IFCRELASSOCIATESLIBRARY('117JQF6iH2LgMRNyTCnj5O',$,$,$,(#2198),#15570); -#15570= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8301= IFCRELASSOCIATESLIBRARY('2f5OOFhM16s9C2K3e1Kwth',$,$,$,(#2197),#15570); +#15570= IFCLIBRARYREFERENCE($,$,'Recirculated Air',$,'en',$); -#8305= IFCRELASSOCIATESLIBRARY('328168rMj2f9FMLjkJ965$',$,$,$,(#2198),#15571); -#15571= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8302= IFCRELASSOCIATESLIBRARY('3jvd8hU1vAfxvx20nB1q4E',$,$,$,(#2197),#15571); +#15571= IFCLIBRARYREFERENCE($,$,'\X2\5FAA74B07A7A6C17\X0\','\X2\5FAA74B07A7A6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); -#8306= IFCRELASSOCIATESLIBRARY('2OLspjtmj5bOn97SO6zuke',$,$,$,(#2198),#15572); -#15572= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8303= IFCRELASSOCIATESLIBRARY('3CGAK$vvH0ZvWfRI3RvBol',$,$,$,(#2197),#15572); +#15572= IFCLIBRARYREFERENCE($,$,'\X2\C21CD658ACF5AE30\X0\','\X2\C21CD658ACF5AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#8307= IFCRELASSOCIATESLIBRARY('1rKhzFccTEc8QZrEbEwIRo',$,$,$,(#2198),#15573); -#15573= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8304= IFCRELASSOCIATESLIBRARY('3NL$RasP5DUPeIEQbih3NG',$,$,$,(#2198),#15573); +#15573= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8308= IFCRELASSOCIATESLIBRARY('0YQGAUCn9FfOJffBKO_I7k',$,$,$,(#2199),#15574); -#15574= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8305= IFCRELASSOCIATESLIBRARY('3QYZGpQLXDVwCrtkapBUGO',$,$,$,(#2198),#15574); +#15574= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8309= IFCRELASSOCIATESLIBRARY('2jtLva_$P39xwqFbEl2eXQ',$,$,$,(#2199),#15575); -#15575= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); +#8306= IFCRELASSOCIATESLIBRARY('3ySF0tiRT6huZFLGoe8wAk',$,$,$,(#2198),#15575); +#15575= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8310= IFCRELASSOCIATESLIBRARY('2$bcs3gj91SxDlAbetSuPc',$,$,$,(#2199),#15576); -#15576= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8307= IFCRELASSOCIATESLIBRARY('2Tx2mA5EvFlQutaO8fXzwH',$,$,$,(#2199),#15576); +#15576= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8311= IFCRELASSOCIATESLIBRARY('12oiCfklD4pOjf9XO8pURn',$,$,$,(#2200),#15577); +#8308= IFCRELASSOCIATESLIBRARY('0599EzKQX3W8O2onZSxFHj',$,$,$,(#2199),#15577); #15577= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8312= IFCRELASSOCIATESLIBRARY('1bbaU5wML8SwXTvvESsgc7',$,$,$,(#2200),#15578); -#15578= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); +#8309= IFCRELASSOCIATESLIBRARY('3aZyhXPtHDQxoU07QsE4Ed',$,$,$,(#2199),#15578); +#15578= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8313= IFCRELASSOCIATESLIBRARY('0mtaKrkUTAsRr9r2NIIKfn',$,$,$,(#2200),#15579); -#15579= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8310= IFCRELASSOCIATESLIBRARY('0reY80pOb0TR84miJYfTee',$,$,$,(#2199),#15579); +#15579= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\8A8D8B583055308C305F5206985E4F537CFB306753C271673059308B5206985E304C306A304458345408306B3053306E30D730ED30B830A730AF30C856FA6709306E53C271678A1853F7FF084F8BFF1A30BF30A430D7\X0\''A-1''\X2\FF09304C4E0E30483089308C308B3002\X0\','ja-JP',$); -#8314= IFCRELASSOCIATESLIBRARY('3gKmZUjTL8KP7KQfMlePuR',$,$,$,(#2201),#15580); -#15580= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8311= IFCRELASSOCIATESLIBRARY('1PYguaeJT6GwTB_2hdRlcm',$,$,$,(#2199),#15580); +#15580= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8315= IFCRELASSOCIATESLIBRARY('1x0o$BYGH029ng2WVnny8M',$,$,$,(#2201),#15581); -#15581= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8312= IFCRELASSOCIATESLIBRARY('1w2b74AyD7bAFHZyASSMRL',$,$,$,(#2200),#15581); +#15581= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8316= IFCRELASSOCIATESLIBRARY('3GYuEHEzDCtf_D5w9l33qV',$,$,$,(#2202),#15582); -#15582= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8313= IFCRELASSOCIATESLIBRARY('3_KjIavWLDMQir87KIHwxs',$,$,$,(#2200),#15582); +#15582= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8317= IFCRELASSOCIATESLIBRARY('2zU8mdGAn8qBmvoZdWseJg',$,$,$,(#2202),#15583); -#15583= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8314= IFCRELASSOCIATESLIBRARY('3XozBAD1HEHuGMJwPOBkZU',$,$,$,(#2201),#15583); +#15583= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8318= IFCRELASSOCIATESLIBRARY('0W9yIB05n0CODlIv55EAZk',$,$,$,(#2202),#15584); -#15584= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8315= IFCRELASSOCIATESLIBRARY('3bR_qB2QP9xevkD7V3bOYZ',$,$,$,(#2201),#15584); +#15584= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8319= IFCRELASSOCIATESLIBRARY('3eBGt92958vweT1JdWiKNb',$,$,$,(#2203),#15585); -#15585= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8316= IFCRELASSOCIATESLIBRARY('2NMQbTmRX9eez7QjeKt6fP',$,$,$,(#2201),#15585); +#15585= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8320= IFCRELASSOCIATESLIBRARY('3EZjA17NvAmvaslLN3rXSs',$,$,$,(#2203),#15586); -#15586= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4F7F75283055308C308B8A8D8B585206985E30B730B930C630E030675206985E57FA6E96304C306A304458345408300130D730ED30B830A730AF30C8306763075B9A3055308C305F578BFF0830BF30A430D7\X0\''\X2\FF21\X0\-1''\X2\306A3069FF09306763D04F9B3055308C308B30EC30D530A130EC30F330B9\X0\ID\X2\3002\X0\','ja-JP',$); +#8317= IFCRELASSOCIATESLIBRARY('19GJLQjuD5SAG0mTnIp1ZS',$,$,$,(#2201),#15586); +#15586= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8321= IFCRELASSOCIATESLIBRARY('0n1yPp6Kj9EuIDn9O0zRsT',$,$,$,(#2204),#15587); -#15587= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8318= IFCRELASSOCIATESLIBRARY('1gHDBhw4H8meWNUfqI6kGk',$,$,$,(#2201),#15587); +#15587= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8322= IFCRELASSOCIATESLIBRARY('2c3MH8PLPEfeTuBnsAFPzq',$,$,$,(#2204),#15588); -#15588= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8319= IFCRELASSOCIATESLIBRARY('1pY3itwz11YAVBH$o0_gO5',$,$,$,(#2202),#15588); +#15588= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8323= IFCRELASSOCIATESLIBRARY('0HsT_ciK59xRb0C$l92lQg',$,$,$,(#2204),#15589); -#15589= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); +#8320= IFCRELASSOCIATESLIBRARY('3kkf4higD0kBWYir_OIW4_',$,$,$,(#2202),#15589); +#15589= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8324= IFCRELASSOCIATESLIBRARY('0fxhXGlkXFQ91YcANs3Gbr',$,$,$,(#2205),#15590); -#15590= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8321= IFCRELASSOCIATESLIBRARY('1kN8F37KHEUh7n6xPEoy4K',$,$,$,(#2203),#15590); +#15590= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8325= IFCRELASSOCIATESLIBRARY('3ZTJGMYnj7agM$itootWor',$,$,$,(#2205),#15591); -#15591= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\','ja-JP',$); +#8322= IFCRELASSOCIATESLIBRARY('3lJNDH3Fb8lOIqhs1Uv0RB',$,$,$,(#2203),#15591); +#15591= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8326= IFCRELASSOCIATESLIBRARY('3PwRSboBj0iw9NXWewnPzG',$,$,$,(#2206),#15592); -#15592= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8323= IFCRELASSOCIATESLIBRARY('1Tao$l9YD6exRVwH5F12aN',$,$,$,(#2203),#15592); +#15592= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8327= IFCRELASSOCIATESLIBRARY('3m$p5ffSb8gPVFSHxPPUuy',$,$,$,(#2206),#15593); -#15593= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8324= IFCRELASSOCIATESLIBRARY('1jySbENi9FyeD3uWmgpjfs',$,$,$,(#2203),#15593); +#15593= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8328= IFCRELASSOCIATESLIBRARY('1K1DliU$b1aPNDzgwJu5HS',$,$,$,(#2206),#15594); -#15594= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8325= IFCRELASSOCIATESLIBRARY('2XzwHmOj1Clgi0ToVhzJ7M',$,$,$,(#2203),#15594); +#15594= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8329= IFCRELASSOCIATESLIBRARY('3SrPaz6Av4chHCjUjV_i3q',$,$,$,(#2206),#15595); -#15595= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)','ja-JP',$); +#8326= IFCRELASSOCIATESLIBRARY('0wvZeNWj12dgXZZtKyGBRh',$,$,$,(#2204),#15595); +#15595= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8330= IFCRELASSOCIATESLIBRARY('2uKGbK4Mz1hxwVvz2PnFiz',$,$,$,(#2206),#15596); -#15596= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8327= IFCRELASSOCIATESLIBRARY('0yZPTsVSb5$AsgY$qyIRol',$,$,$,(#2204),#15596); +#15596= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8331= IFCRELASSOCIATESLIBRARY('3XxFsbEbPC9ue2c70USukl',$,$,$,(#2207),#15597); +#8328= IFCRELASSOCIATESLIBRARY('3n2nq9wsrBGeKQUMeGxv3b',$,$,$,(#2205),#15597); #15597= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8332= IFCRELASSOCIATESLIBRARY('3hF41WFUT3_fygIzpYYCAs',$,$,$,(#2207),#15598); -#15598= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); +#8329= IFCRELASSOCIATESLIBRARY('3ZmeAouZ56IPzgxYe_i71z',$,$,$,(#2205),#15598); +#15598= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8333= IFCRELASSOCIATESLIBRARY('1VZ2$$MXTANBiQHv6bpRrA',$,$,$,(#2207),#15599); -#15599= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8330= IFCRELASSOCIATESLIBRARY('16XttAKufBaPpttG7b5IjP',$,$,$,(#2205),#15599); +#15599= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8334= IFCRELASSOCIATESLIBRARY('0Zpggu9lr9mQXAZI7yOCEg',$,$,$,(#2207),#15600); -#15600= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#8331= IFCRELASSOCIATESLIBRARY('1aZRwWDBb26xaEE4lEwDdi',$,$,$,(#2206),#15600); +#15600= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8335= IFCRELASSOCIATESLIBRARY('1w8KPvG4XEWfhp6Kc6aDIy',$,$,$,(#2208),#15601); -#15601= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8332= IFCRELASSOCIATESLIBRARY('1cTOg$W2HFbh8WMip4N832',$,$,$,(#2206),#15601); +#15601= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8336= IFCRELASSOCIATESLIBRARY('1kD4a_2Dz34O3_vXZWRc4M',$,$,$,(#2208),#15602); -#15602= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8333= IFCRELASSOCIATESLIBRARY('2JAgtyCfPEmP1VnfPoRsD1',$,$,$,(#2206),#15602); +#15602= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); -#8337= IFCRELASSOCIATESLIBRARY('3OwxfDOFLDNedyc577CF7h',$,$,$,(#2208),#15603); -#15603= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); +#8334= IFCRELASSOCIATESLIBRARY('3PvlNflR52WRAWJAAdiGw2',$,$,$,(#2208),#15603); +#15603= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8338= IFCRELASSOCIATESLIBRARY('3r63cEDBL7te4guKA5dSi9',$,$,$,(#2209),#15604); -#15604= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8335= IFCRELASSOCIATESLIBRARY('03oyKkN7TCFwLwyGI18nBP',$,$,$,(#2208),#15604); +#15604= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8339= IFCRELASSOCIATESLIBRARY('1Yo$crSbTBkAtPbVVnl6gF',$,$,$,(#2209),#15605); -#15605= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8336= IFCRELASSOCIATESLIBRARY('0SduuxIJL6P9TPOBkb0O1A',$,$,$,(#2208),#15605); +#15605= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); -#8340= IFCRELASSOCIATESLIBRARY('0Zdc8qkFT7B8O6NWG$G_v1',$,$,$,(#2209),#15606); -#15606= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8337= IFCRELASSOCIATESLIBRARY('1SlKD3WCfFkRIIBrtPYp7r',$,$,$,(#2209),#15606); +#15606= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8341= IFCRELASSOCIATESLIBRARY('2LPR17W2L3ZRNtseN49qXf',$,$,$,(#2209),#15607); -#15607= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8338= IFCRELASSOCIATESLIBRARY('3aTiC5JTLB6xVwSkoLP8D6',$,$,$,(#2209),#15607); +#15607= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8342= IFCRELASSOCIATESLIBRARY('3Y1XlztIn7ywkFsl8$23b1',$,$,$,(#2209),#15608); -#15608= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8339= IFCRELASSOCIATESLIBRARY('1KKANjTBbEiwKtTCShJ7B2',$,$,$,(#2209),#15608); +#15608= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8343= IFCRELASSOCIATESLIBRARY('0qAF22DFHEtPpFC0AglFWQ',$,$,$,(#2210),#15609); +#8340= IFCRELASSOCIATESLIBRARY('0myeRvt6n68BrR8Z7snW2l',$,$,$,(#2210),#15609); #15609= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8344= IFCRELASSOCIATESLIBRARY('3BJ4nzZY17UO$3AN6amqyj',$,$,$,(#2210),#15610); +#8341= IFCRELASSOCIATESLIBRARY('3NHZG9cqX7agyu2gbSdZhm',$,$,$,(#2210),#15610); #15610= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8345= IFCRELASSOCIATESLIBRARY('2Ywlv284HDI94YfoeQGFI6',$,$,$,(#2210),#15611); -#15611= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8342= IFCRELASSOCIATESLIBRARY('0vdcgVqgHD$h3T94990Q8e',$,$,$,(#2210),#15611); +#15611= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8346= IFCRELASSOCIATESLIBRARY('0CMnHoScDAn9uG0kwXOEfh',$,$,$,(#2210),#15612); -#15612= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\8A8D8B583055308C305F5206985E4F537CFB306753C271673059308B5206985E304C306A304458345408306B3053306E30D730ED30B830A730AF30C856FA6709306E53C271678A1853F7FF084F8BFF1A30BF30A430D7\X0\''A-1''\X2\FF09304C4E0E30483089308C308B3002\X0\','ja-JP',$); +#8343= IFCRELASSOCIATESLIBRARY('1t4ENR7Cf6mBFHFCcSK1YA',$,$,$,(#2210),#15612); +#15612= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8347= IFCRELASSOCIATESLIBRARY('1x05dX7CX9LfFQq$MvI3ex',$,$,$,(#2210),#15613); +#8344= IFCRELASSOCIATESLIBRARY('2XSVWdb4b2P8cPs_uwoLa4',$,$,$,(#2210),#15613); #15613= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8348= IFCRELASSOCIATESLIBRARY('290SzzyyL5vPBWk45slQqX',$,$,$,(#2211),#15614); -#15614= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8345= IFCRELASSOCIATESLIBRARY('34mjL7JNH00f0kAcKRQGdt',$,$,$,(#2211),#15614); +#15614= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8349= IFCRELASSOCIATESLIBRARY('1ZsDM18v1FURgG_u6n0N2J',$,$,$,(#2211),#15615); -#15615= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8346= IFCRELASSOCIATESLIBRARY('2oNUcMd2994f2tduY1eEK1',$,$,$,(#2211),#15615); +#15615= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); -#8350= IFCRELASSOCIATESLIBRARY('13JpJ8NMz6ouH9M9wBGJiQ',$,$,$,(#2211),#15616); -#15616= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8347= IFCRELASSOCIATESLIBRARY('0w2lcYkD12AO4Plp_NqGvQ',$,$,$,(#2211),#15616); +#15616= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8351= IFCRELASSOCIATESLIBRARY('1SpnbMDynE$85fq$KeyDxb',$,$,$,(#2211),#15617); -#15617= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8348= IFCRELASSOCIATESLIBRARY('1PqovhICH5697fr3oRwvFO',$,$,$,(#2212),#15617); +#15617= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8352= IFCRELASSOCIATESLIBRARY('01h5qzaLf76gklGV2JLkNJ',$,$,$,(#2211),#15618); -#15618= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8349= IFCRELASSOCIATESLIBRARY('2dyN$maPfAbxLFDw3el7r9',$,$,$,(#2212),#15618); +#15618= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); -#8353= IFCRELASSOCIATESLIBRARY('2$wg4JNMH3yvVN1M1eHeDK',$,$,$,(#2212),#15619); -#15619= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8350= IFCRELASSOCIATESLIBRARY('3OKjD$ioPFKB05iEbfcg4V',$,$,$,(#2212),#15619); +#15619= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8354= IFCRELASSOCIATESLIBRARY('3OiWkZlx97lOyEckbH0qrx',$,$,$,(#2212),#15620); -#15620= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8351= IFCRELASSOCIATESLIBRARY('1rCDtEUbbCUgQvxDM$Qyyi',$,$,$,(#2213),#15620); +#15620= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8355= IFCRELASSOCIATESLIBRARY('1tMw9LEv1AjgOFkGZzWdFd',$,$,$,(#2213),#15621); -#15621= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8352= IFCRELASSOCIATESLIBRARY('0Sp5rXbTnBEfuRkTfUd3Qy',$,$,$,(#2213),#15621); +#15621= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8356= IFCRELASSOCIATESLIBRARY('30OADFl0r5TRLyfvY5$f9X',$,$,$,(#2213),#15622); -#15622= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E898F683C\X0\(\X2\4F8B3001FF21FF0D\X0\1)\X2\306772795B9A306E30BF30A430D7306E53C27167FF29FF24304C5272308A5F5330663089308C30017B497D1A304C306A3051308C30707B497D1A30B730B930C630E030924F7F306330665272308A5F5330663089308C307E30593002\X0\','ja-JP',$); +#8353= IFCRELASSOCIATESLIBRARY('3OVVFO$j10JfoqjL1aUHfX',$,$,$,(#2214),#15622); +#15622= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8357= IFCRELASSOCIATESLIBRARY('39Yt$yFNv1WgXUlgFS8v_m',$,$,$,(#2214),#15623); -#15623= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8354= IFCRELASSOCIATESLIBRARY('2zwTL36tDBt9YWnRK_zghh',$,$,$,(#2214),#15623); +#15623= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8358= IFCRELASSOCIATESLIBRARY('2EkETPslXBYvSdSVNlyKX6',$,$,$,(#2214),#15624); -#15624= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8355= IFCRELASSOCIATESLIBRARY('0cTMMLDxj4Lu_D5bztTReh',$,$,$,(#2214),#15624); +#15624= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8359= IFCRELASSOCIATESLIBRARY('3t4ryrcUvE3uN7EeEcorO1',$,$,$,(#2214),#15625); -#15625= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8356= IFCRELASSOCIATESLIBRARY('1tjd7gevr6gOmKbXbokas5',$,$,$,(#2215),#15625); +#15625= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8360= IFCRELASSOCIATESLIBRARY('0akvJVemX7OxltHrz7XY5z',$,$,$,(#2214),#15626); -#15626= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\8A8D8B583055308C305F5206985E4F537CFB306753C271673059308B5206985E304C306A304458345408306B3053306E30D730ED30B830A730AF30C856FA6709306E53C271678A1853F7FF084F8BFF1A30BF30A430D7\X0\''A-1''\X2\FF09304C4E0E30483089308C308B3002\X0\','ja-JP',$); +#8357= IFCRELASSOCIATESLIBRARY('1DZNG8101En9d4zVGcQhhA',$,$,$,(#2215),#15626); +#15626= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4F7F75283055308C308B8A8D8B585206985E30B730B930C630E030675206985E57FA6E96304C306A304458345408300130D730ED30B830A730AF30C8306763075B9A3055308C305F578BFF0830BF30A430D7\X0\''\X2\FF21\X0\-1''\X2\306A3069FF09306763D04F9B3055308C308B30EC30D530A130EC30F330B9\X0\ID\X2\3002\X0\','ja-JP',$); -#8361= IFCRELASSOCIATESLIBRARY('0J1iPUtb58uAJNPfvr7me_',$,$,$,(#2214),#15627); -#15627= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8358= IFCRELASSOCIATESLIBRARY('3wqZ6PCrDEcB4M9BzlM$Ya',$,$,$,(#2216),#15627); +#15627= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8362= IFCRELASSOCIATESLIBRARY('2Wo5wXZZv64vO1Q2MKgzCf',$,$,$,(#2215),#15628); -#15628= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8359= IFCRELASSOCIATESLIBRARY('3fTNxwfcr7jPuCDTr7mBku',$,$,$,(#2216),#15628); +#15628= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8363= IFCRELASSOCIATESLIBRARY('2ls8dkn9PD1OwiPwQSd7mh',$,$,$,(#2215),#15629); -#15629= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8360= IFCRELASSOCIATESLIBRARY('29A2PMJCD9M9gRATRPzw3d',$,$,$,(#2216),#15629); +#15629= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); -#8364= IFCRELASSOCIATESLIBRARY('3zZqC3YlbC9gOzW7Ur3tKL',$,$,$,(#2216),#15630); +#8361= IFCRELASSOCIATESLIBRARY('3sE2TE9IT4phzq$v2n783W',$,$,$,(#2217),#15630); #15630= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8365= IFCRELASSOCIATESLIBRARY('391vz9Alj08v0SBcudR2QV',$,$,$,(#2216),#15631); -#15631= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8362= IFCRELASSOCIATESLIBRARY('3GA94fwCvDXhbJl6W6H0eE',$,$,$,(#2217),#15631); +#15631= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\','ja-JP',$); -#8366= IFCRELASSOCIATESLIBRARY('19WPD15WD4iwo8xP0mB7GN',$,$,$,(#2217),#15632); -#15632= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8363= IFCRELASSOCIATESLIBRARY('0$Nx2VWdTBquqt1bFBK8Wr',$,$,$,(#2218),#15632); +#15632= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8367= IFCRELASSOCIATESLIBRARY('17JDHxRWfFLuT9LPxlHvJJ',$,$,$,(#2217),#15633); -#15633= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\3053306E30D730ED30B830A730AF30C8\X0\ (\X2\4F8BFF0E\X0\ ''A-1''\X2\300030BF30A430D7306A3069\X0\)\X2\306763075B9A3055308C305F53C27167\X0\ID\X2\30028A8D30813089308C305F5206985E4F537CFB306E5206985E53C27167304C5B5857283057306A304458345408306B906975283055308C308B3002\X0\','ja-JP',$); +#8364= IFCRELASSOCIATESLIBRARY('3wzQfVrbnDkPPahuGm1TlZ',$,$,$,(#2218),#15633); +#15633= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8368= IFCRELASSOCIATESLIBRARY('1Vjasld3rCSfbV16ama0PL',$,$,$,(#2217),#15634); -#15634= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\C774\X0\ \X2\D504B85CC81DD2B8\X0\ (\X2\C608\X0\ : ''A-1''\X2\C720D615\X0\ \X2\B4F1\X0\) \X2\C9C0C815B41C\X0\ \X2\CC38C870\X0\ ID. \X2\C778C815\X0\ \X2\BD84B958\X0\ \X2\CCB4ACC4C758\X0\ \X2\BD84B958\X0\ \X2\CC38C870AC00C5C6B294\X0\ \X2\ACBDC6B0C5D0\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); +#8365= IFCRELASSOCIATESLIBRARY('1s0hz6quD55hN4tv36FnEF',$,$,$,(#2218),#15634); +#15634= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8369= IFCRELASSOCIATESLIBRARY('26ibUZ3393qxJo0ywEsmSm',$,$,$,(#2218),#15635); -#15635= IFCLIBRARYREFERENCE($,$,'Bemusterungstyp','Bemusterungstyp, wird als Attribute angegeben, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); +#8366= IFCRELASSOCIATESLIBRARY('0ajLTGJ5X1$hat9a2Kl1Da',$,$,$,(#2218),#15635); +#15635= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)','ja-JP',$); -#8370= IFCRELASSOCIATESLIBRARY('0QWRfJysv9kuo1pcP77SGR',$,$,$,(#2218),#15636); -#15636= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8367= IFCRELASSOCIATESLIBRARY('2trDSwqIrFOPJosepFpGPK',$,$,$,(#2218),#15636); +#15636= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8371= IFCRELASSOCIATESLIBRARY('2jsHXIgjjFJR27wL5KFweD',$,$,$,(#2218),#15637); -#15637= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). A fournir s''il n''y a pas de r\S\if\S\irence \S\` une classification en usage.','fr-FR',$); +#8368= IFCRELASSOCIATESLIBRARY('0iCxuCpeD2sevQdGkqqFCC',$,$,$,(#2219),#15637); +#15637= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8372= IFCRELASSOCIATESLIBRARY('3aOamdz9v9hRdCmx3WStzz',$,$,$,(#2218),#15638); -#15638= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8369= IFCRELASSOCIATESLIBRARY('3Hzq80qLn0PQNTVQ1RLpVK',$,$,$,(#2219),#15638); +#15638= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); -#8373= IFCRELASSOCIATESLIBRARY('0xeT8f_$b7Lu78dIvZOosU',$,$,$,(#2219),#15639); -#15639= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8370= IFCRELASSOCIATESLIBRARY('2Z3lXu$31498jbk60_X9Js',$,$,$,(#2219),#15639); +#15639= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8374= IFCRELASSOCIATESLIBRARY('2vFM5rx9T1swDDnlGJV4Iy',$,$,$,(#2219),#15640); -#15640= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8371= IFCRELASSOCIATESLIBRARY('0P9xYEq5f5wxMyJNSKPu2A',$,$,$,(#2219),#15640); +#15640= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#8375= IFCRELASSOCIATESLIBRARY('32MyaZOnHFnfMq3ai1emn8',$,$,$,(#2220),#15641); -#15641= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8372= IFCRELASSOCIATESLIBRARY('0w6GAED4H1OQA6SKzV3$D5',$,$,$,(#2220),#15641); +#15641= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8376= IFCRELASSOCIATESLIBRARY('33YZgPDhT8je$tYnPMibAt',$,$,$,(#2220),#15642); -#15642= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8373= IFCRELASSOCIATESLIBRARY('1cy9LXi6D5OQN0gMkZogWh',$,$,$,(#2220),#15642); +#15642= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8377= IFCRELASSOCIATESLIBRARY('2iEITz5UHDZejAJrUmjeWf',$,$,$,(#2220),#15643); -#15643= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8374= IFCRELASSOCIATESLIBRARY('2J6KjvSBb4mQ_Ejc$v61n4',$,$,$,(#2220),#15643); +#15643= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); -#8378= IFCRELASSOCIATESLIBRARY('2NvLRezpP0euHcWwYHrD1i',$,$,$,(#2220),#15644); -#15644= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8375= IFCRELASSOCIATESLIBRARY('2vDlXVjN14G8JuWKjI657l',$,$,$,(#2221),#15644); +#15644= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8379= IFCRELASSOCIATESLIBRARY('2zOi1dwd95bQi_FOKYV1d5',$,$,$,(#2220),#15645); -#15645= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8376= IFCRELASSOCIATESLIBRARY('19znZ9QAn31RP8wXjvgIIb',$,$,$,(#2221),#15645); +#15645= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8380= IFCRELASSOCIATESLIBRARY('0xLd6rnDD4Lv6W6FSR6Qki',$,$,$,(#2221),#15646); -#15646= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8377= IFCRELASSOCIATESLIBRARY('25v6f$u4z6UvXQmwNnH0ml',$,$,$,(#2221),#15646); +#15646= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8381= IFCRELASSOCIATESLIBRARY('1cXaChG3f9BujguGqHJuPo',$,$,$,(#2221),#15647); -#15647= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); +#8378= IFCRELASSOCIATESLIBRARY('2u4TU40WTEMwb6sAivEVYe',$,$,$,(#2221),#15647); +#15647= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8382= IFCRELASSOCIATESLIBRARY('3tKQEI8_b1yQcpsjEvNNeT',$,$,$,(#2221),#15648); -#15648= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8379= IFCRELASSOCIATESLIBRARY('2hsbTPzl91yPsTL9ViOHT_',$,$,$,(#2221),#15648); +#15648= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8383= IFCRELASSOCIATESLIBRARY('0EwxL$TljEJfTJnYzkP0Nt',$,$,$,(#2222),#15649); -#15649= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8380= IFCRELASSOCIATESLIBRARY('3ppKp_DT1CORzOWQnnrKN3',$,$,$,(#2222),#15649); +#15649= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8384= IFCRELASSOCIATESLIBRARY('3PQ$76$aLDxB$6abcDXGuz',$,$,$,(#2222),#15650); -#15650= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8381= IFCRELASSOCIATESLIBRARY('1SocnqJtP7axqTcsl2Uhy_',$,$,$,(#2222),#15650); +#15650= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8385= IFCRELASSOCIATESLIBRARY('3LlR6rPWvABAiFV1XglAjU',$,$,$,(#2223),#15651); -#15651= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8382= IFCRELASSOCIATESLIBRARY('3Q93cRvy90TO2$D2izPWOs',$,$,$,(#2222),#15651); +#15651= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8386= IFCRELASSOCIATESLIBRARY('0EyY288ybDSvlXey$577Uo',$,$,$,(#2223),#15652); -#15652= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\','ja-JP',$); +#8383= IFCRELASSOCIATESLIBRARY('3uyJ1S2wrBiA396_R$k9Ji',$,$,$,(#2222),#15652); +#15652= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\8A8D8B583055308C305F5206985E4F537CFB306753C271673059308B5206985E304C306A304458345408306B3053306E30D730ED30B830A730AF30C856FA6709306E53C271678A1853F7FF084F8BFF1A30BF30A430D7\X0\''A-1''\X2\FF09304C4E0E30483089308C308B3002\X0\','ja-JP',$); -#8387= IFCRELASSOCIATESLIBRARY('35dWP4lU1Cg9GGPpahE8ls',$,$,$,(#2224),#15653); -#15653= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8384= IFCRELASSOCIATESLIBRARY('1f6D_ishj9MBJQGf$naLj3',$,$,$,(#2222),#15653); +#15653= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8388= IFCRELASSOCIATESLIBRARY('3J3aHt_h95dPrLZmOiktaP',$,$,$,(#2224),#15654); -#15654= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\3053306E30D730ED30B830A730AF30C8\X0\ (\X2\4F8BFF0E\X0\ ''A-1''\X2\300030BF30A430D7306A3069\X0\)\X2\306763075B9A3055308C305F53C27167\X0\ID\X2\30028A8D30813089308C305F5206985E4F537CFB306E5206985E53C27167304C5B5857283057306A304458345408306B906975283055308C308B3002\X0\','ja-JP',$); +#8385= IFCRELASSOCIATESLIBRARY('3rTbn6oIPEJw1kw8wbA$JK',$,$,$,(#2223),#15654); +#15654= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8389= IFCRELASSOCIATESLIBRARY('14klT2dX9E0gIxHg3b$aCz',$,$,$,(#2224),#15655); -#15655= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\C774\X0\ \X2\D504B85CC81DD2B8\X0\ (\X2\C608\X0\ : ''A-1''\X2\C720D615\X0\ \X2\B4F1\X0\) \X2\C9C0C815B41C\X0\ \X2\CC38C870\X0\ ID. \X2\C778C815\X0\ \X2\BD84B958\X0\ \X2\CCB4ACC4C758\X0\ \X2\BD84B958\X0\ \X2\CC38C870AC00C5C6B294\X0\ \X2\ACBDC6B0C5D0\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); +#8386= IFCRELASSOCIATESLIBRARY('37HL9Gl1fBdO5E5TwlBEV5',$,$,$,(#2223),#15655); +#15655= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8390= IFCRELASSOCIATESLIBRARY('1BuphSGbv5qQSf2v_oXv6i',$,$,$,(#2225),#15656); -#15656= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8387= IFCRELASSOCIATESLIBRARY('2smcdpClrBABgyQruG$vPY',$,$,$,(#2223),#15656); +#15656= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8391= IFCRELASSOCIATESLIBRARY('1rfgnRsZbC1RC47HcYnrC2',$,$,$,(#2225),#15657); -#15657= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8388= IFCRELASSOCIATESLIBRARY('3U5xKrXHr0hOMJefhAvalD',$,$,$,(#2223),#15657); +#15657= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8392= IFCRELASSOCIATESLIBRARY('0Zm7UNBCT598AY6XoGq_aJ',$,$,$,(#2225),#15658); -#15658= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8389= IFCRELASSOCIATESLIBRARY('0hAQUhe5j5IvFmFYa95SVG',$,$,$,(#2223),#15658); +#15658= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8393= IFCRELASSOCIATESLIBRARY('0hwtYuCq53yQyKhuPhhtxq',$,$,$,(#2225),#15659); -#15659= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8390= IFCRELASSOCIATESLIBRARY('1UZ9BhagP3Xurh4AfT1YMI',$,$,$,(#2224),#15659); +#15659= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8394= IFCRELASSOCIATESLIBRARY('2AbzvsJW95Af6_P8P8ztz9',$,$,$,(#2225),#15660); -#15660= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8391= IFCRELASSOCIATESLIBRARY('0wJDk_udH8CeFSniKJFpQp',$,$,$,(#2224),#15660); +#15660= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8395= IFCRELASSOCIATESLIBRARY('1EKHyGe115JhCTs4Rpck_G',$,$,$,(#2226),#15661); +#8392= IFCRELASSOCIATESLIBRARY('1_Rx3sGt14HP9U4lnRnIUx',$,$,$,(#2225),#15661); #15661= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8396= IFCRELASSOCIATESLIBRARY('3HSuF4gnb4_wgb9g0ckbAM',$,$,$,(#2226),#15662); -#15662= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\51774F537684306A53C27167\X0\ID\X2\FF084F8B304830703001201C\X0\WWS/VS1/400/001\X2\201D306F\X0\WWS\X2\7CFB7D713001\X0\VS1/400\X2\30B530D630B730B930C630E0\X0\001\X2\756A90E854C1FF093002\X0\','ja-JP',$); +#8393= IFCRELASSOCIATESLIBRARY('1R_yCvvaL5WOAz2PCaHmhF',$,$,$,(#2225),#15662); +#15662= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E898F683C\X0\(\X2\4F8B3001FF21FF0D\X0\1)\X2\306772795B9A306E30BF30A430D7306E53C27167FF29FF24304C5272308A5F5330663089308C30017B497D1A304C306A3051308C30707B497D1A30B730B930C630E030924F7F306330665272308A5F5330663089308C307E30593002\X0\','ja-JP',$); -#8397= IFCRELASSOCIATESLIBRARY('3kBk0ccY17BBXNQVUGgzl5',$,$,$,(#2226),#15663); -#15663= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ \X2\AE30D638\X0\','\X2\AD6CCCB4C801C778\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : "WWS/VS1/400/001"\X2\B294\X0\ WWS \X2\ACC4D1B5\X0\, VS1/400 \X2\C11CBE0C\X0\ \X2\C2DCC2A4D15C\X0\ 001 \X2\BC88\X0\ \X2\BD80D488\X0\)','ko-KR',$); +#8394= IFCRELASSOCIATESLIBRARY('3BAPWPlajFXh33fU3lGwzZ',$,$,$,(#2226),#15663); +#15663= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8398= IFCRELASSOCIATESLIBRARY('1neRc$GqbECB$6UWKTbZuh',$,$,$,(#2227),#15664); +#8395= IFCRELASSOCIATESLIBRARY('0ngk87I8X6zuXmS3cB4i7n',$,$,$,(#2226),#15664); #15664= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8399= IFCRELASSOCIATESLIBRARY('36ZU696f5CchPutXAE2ZzU',$,$,$,(#2227),#15665); -#15665= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\3053306E30D730ED30B830A730AF30C8\X0\ (\X2\4F8BFF0E\X0\ ''A-1''\X2\300030BF30A430D7306A3069\X0\)\X2\306763075B9A3055308C305F53C27167\X0\ID\X2\30028A8D30813089308C305F5206985E4F537CFB306E5206985E53C27167304C5B5857283057306A304458345408306B906975283055308C308B3002\X0\','ja-JP',$); +#8396= IFCRELASSOCIATESLIBRARY('3V8Pb$RH95fec0TWxEAJlk',$,$,$,(#2226),#15665); +#15665= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8400= IFCRELASSOCIATESLIBRARY('0TeboD9D59DxUhwg4hgVF0',$,$,$,(#2227),#15666); -#15666= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D504B85CC81DD2B8\X0\ (\X2\C608\X0\ : ''A-1''\X2\C720D615\X0\ \X2\B4F1\X0\) \X2\C9C0C815B41C\X0\ \X2\CC38C870\X0\ ID. \X2\C778C815\X0\ \X2\BD84B958\X0\ \X2\CCB4ACC4C758\X0\ \X2\BD84B958\X0\ \X2\CC38C870AC00C5C6B294\X0\ \X2\ACBDC6B0C5D0\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); +#8397= IFCRELASSOCIATESLIBRARY('3wwIeL1g52Uw0tETOscPCE',$,$,$,(#2226),#15666); +#15666= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\8A8D8B583055308C305F5206985E4F537CFB306753C271673059308B5206985E304C306A304458345408306B3053306E30D730ED30B830A730AF30C856FA6709306E53C271678A1853F7FF084F8BFF1A30BF30A430D7\X0\''A-1''\X2\FF09304C4E0E30483089308C308B3002\X0\','ja-JP',$); -#8401= IFCRELASSOCIATESLIBRARY('0DUAdzn1rEBfmlYhS4_qn2',$,$,$,(#2228),#15667); -#15667= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8398= IFCRELASSOCIATESLIBRARY('1oYepE9UbEIfzbNOWCtD8z',$,$,$,(#2226),#15667); +#15667= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8402= IFCRELASSOCIATESLIBRARY('0WdWoXkx5DRROAIytBSU2R',$,$,$,(#2228),#15668); -#15668= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8399= IFCRELASSOCIATESLIBRARY('3hSnF3nqP89OQNvjmUpDJI',$,$,$,(#2227),#15668); +#15668= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8403= IFCRELASSOCIATESLIBRARY('3BbhGs$gX7Qed47e$OImOK',$,$,$,(#2229),#15669); -#15669= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8400= IFCRELASSOCIATESLIBRARY('0$Q$gWl9P0IRnjdlUm766P',$,$,$,(#2227),#15669); +#15669= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8404= IFCRELASSOCIATESLIBRARY('1m1QhTeOr3fvfED5xnZExJ',$,$,$,(#2229),#15670); -#15670= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); +#8401= IFCRELASSOCIATESLIBRARY('1KPWolJk57gO3kxuW$RZCj',$,$,$,(#2228),#15670); +#15670= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8405= IFCRELASSOCIATESLIBRARY('2JV6mRiKH7KOPrGmTRYJPn',$,$,$,(#2229),#15671); +#8402= IFCRELASSOCIATESLIBRARY('3UQEgTtmfFX9F3OXD1gJTR',$,$,$,(#2228),#15671); #15671= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8406= IFCRELASSOCIATESLIBRARY('3eYUD_hHfD7h649YrbI5QC',$,$,$,(#2231),#15672); +#8403= IFCRELASSOCIATESLIBRARY('0EMrkDbt14avkkFIhsm4Bb',$,$,$,(#2229),#15672); #15672= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8407= IFCRELASSOCIATESLIBRARY('2GDvpTpab0aQ0bEktrpgjz',$,$,$,(#2231),#15673); -#15673= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4F7F75283055308C308B8A8D8B585206985E30B730B930C630E030675206985E57FA6E96304C306A304458345408300130D730ED30B830A730AF30C8306763075B9A3055308C305F578BFF0830BF30A430D7\X0\''\X2\FF21\X0\-1''\X2\306A3069FF09306763D04F9B3055308C308B30EC30D530A130EC30F330B9\X0\ID\X2\3002\X0\','ja-JP',$); +#8404= IFCRELASSOCIATESLIBRARY('3NslJ8mETCeARLUGs8x0qR',$,$,$,(#2229),#15673); +#15673= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\3053306E30D730ED30B830A730AF30C8\X0\ (\X2\4F8BFF0E\X0\ ''A-1''\X2\300030BF30A430D7306A3069\X0\)\X2\306763075B9A3055308C305F53C27167\X0\ID\X2\30028A8D30813089308C305F5206985E4F537CFB306E5206985E53C27167304C5B5857283057306A304458345408306B906975283055308C308B3002\X0\','ja-JP',$); -#8408= IFCRELASSOCIATESLIBRARY('1riq6ZYe1FlBdP4yU8z8Jj',$,$,$,(#2232),#15674); -#15674= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8405= IFCRELASSOCIATESLIBRARY('1r$axzhiXEGROPaRLsKE4M',$,$,$,(#2229),#15674); +#15674= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\C774\X0\ \X2\D504B85CC81DD2B8\X0\ (\X2\C608\X0\ : ''A-1''\X2\C720D615\X0\ \X2\B4F1\X0\) \X2\C9C0C815B41C\X0\ \X2\CC38C870\X0\ ID. \X2\C778C815\X0\ \X2\BD84B958\X0\ \X2\CCB4ACC4C758\X0\ \X2\BD84B958\X0\ \X2\CC38C870AC00C5C6B294\X0\ \X2\ACBDC6B0C5D0\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); -#8409= IFCRELASSOCIATESLIBRARY('2ww7KVCWr8JvgxsXMKK25M',$,$,$,(#2232),#15675); -#15675= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8406= IFCRELASSOCIATESLIBRARY('1aqPozjA13GPTmCrFBpvWx',$,$,$,(#2230),#15675); +#15675= IFCLIBRARYREFERENCE($,$,'Bemusterungstyp','Bemusterungstyp, wird als Attribute angegeben, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); -#8410= IFCRELASSOCIATESLIBRARY('2bkBmO8nb1OAKR5RxZpven',$,$,$,(#2233),#15676); -#15676= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8407= IFCRELASSOCIATESLIBRARY('2Uj_v3$ub4UBeJZvh4axdx',$,$,$,(#2230),#15676); +#15676= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8411= IFCRELASSOCIATESLIBRARY('06lZikAhX3JgslmJKhyWNV',$,$,$,(#2233),#15677); -#15677= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8408= IFCRELASSOCIATESLIBRARY('0rToTCEzTAkf2hteiaQEC3',$,$,$,(#2230),#15677); +#15677= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). A fournir s''il n''y a pas de r\S\if\S\irence \S\` une classification en usage.','fr-FR',$); -#8412= IFCRELASSOCIATESLIBRARY('3kJA0ID0L5uBnX7rNwgNJB',$,$,$,(#2233),#15678); -#15678= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8409= IFCRELASSOCIATESLIBRARY('21G_GujjnDg81hZRd3FxnX',$,$,$,(#2230),#15678); +#15678= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8413= IFCRELASSOCIATESLIBRARY('3FuZRWboH4y8AlUN7yDDxj',$,$,$,(#2233),#15679); -#15679= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\53C271678A1853F7306730D730ED30B830A730AF30C83067306E30BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8410= IFCRELASSOCIATESLIBRARY('0QYgPF6pn95gduRKYch5fW',$,$,$,(#2231),#15679); +#15679= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8414= IFCRELASSOCIATESLIBRARY('3KcFz5X4P4wf8mNlFM2tRd',$,$,$,(#2233),#15680); -#15680= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8411= IFCRELASSOCIATESLIBRARY('3aLm3HdVrEbe3j0tyg_H$C',$,$,$,(#2231),#15680); +#15680= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8415= IFCRELASSOCIATESLIBRARY('3EhhARtZXEwxg7ggh3LJzt',$,$,$,(#2234),#15681); -#15681= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8412= IFCRELASSOCIATESLIBRARY('25QEwadmrEhQFey3aNPy1g',$,$,$,(#2232),#15681); +#15681= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8416= IFCRELASSOCIATESLIBRARY('1KHkRyE9DD0eCHh$Q5H0TI',$,$,$,(#2234),#15682); -#15682= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\7A7A8ABF30B730B930C630E0300162163044306F30B530D630B730B930C630E0306E53C27167\X0\ID\X2\FF084F8B304830703001\X0\''WWS/VS1''\X2\306F\X0\WWS\X2\7CFB7D71306E\X0\VSI/400\X2\30B530D67CFB7D71FF093002\X0\ID\X2\306F5F538A72573057DF6280885357FA6E963088308A6C7A30813089308C308B3002\X0\','ja-JP',$); +#8413= IFCRELASSOCIATESLIBRARY('1I1bu9CJvDrusdYMG2kWSx',$,$,$,(#2232),#15682); +#15682= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8417= IFCRELASSOCIATESLIBRARY('1cH63MlsDBrPCUMZN6cKDt',$,$,$,(#2234),#15683); -#15683= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870AE30D638\X0\','\X2\ACF5C870\X0\ \X2\C2DCC2A4D15C\X0\ \X2\D639C740\X0\ \X2\C11CBE0C\X0\ \X2\C2DCC2A4D15CC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''WWS/VS1''\X2\B294\X0\ WWS \X2\ACC4D1B5C758\X0\ VSI/400 \X2\D558C704\X0\ \X2\ACC4D1B5\X0\). ID\X2\B294\X0\ \X2\D574B2F9\X0\ \X2\C9C0C5ED\X0\ \X2\AE30C220\X0\ \X2\AE30C900BCF4B2E4\X0\ \X2\ACB0C815B41CB2E4\X0\.','ko-KR',$); +#8414= IFCRELASSOCIATESLIBRARY('2ME_GNe91AD8kNo$QVaHrQ',$,$,$,(#2232),#15683); +#15683= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8418= IFCRELASSOCIATESLIBRARY('2iLaR_05n1zvc06zLUVsye',$,$,$,(#2235),#15684); -#15684= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8415= IFCRELASSOCIATESLIBRARY('1KZiYj3Qz3sfP8bYccIbSe',$,$,$,(#2232),#15684); +#15684= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8419= IFCRELASSOCIATESLIBRARY('1lU5t5Z4P1Ofb2SPD37$AH',$,$,$,(#2235),#15685); -#15685= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\51774F537684306A53C27167\X0\ID\X2\FF084F8B304830703001201C\X0\WWS/VS1/400/001\X2\201D306F\X0\WWS\X2\7CFB7D713001\X0\VS1/400\X2\30B530D630B730B930C630E0\X0\001\X2\756A90E854C1FF093002\X0\','ja-JP',$); +#8416= IFCRELASSOCIATESLIBRARY('0s4jwqpMn0z876xVG24pwl',$,$,$,(#2232),#15685); +#15685= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8420= IFCRELASSOCIATESLIBRARY('3Aods1glrDYhH493z63dmz',$,$,$,(#2236),#15686); +#8417= IFCRELASSOCIATESLIBRARY('1dFVjD1J9AsuMAqx4tb$5B',$,$,$,(#2233),#15686); #15686= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8421= IFCRELASSOCIATESLIBRARY('0isxDdnfv6peIBJ$byN6g7',$,$,$,(#2236),#15687); -#15687= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8418= IFCRELASSOCIATESLIBRARY('0ToKlwy71E39V3nv3UjVhB',$,$,$,(#2233),#15687); +#15687= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); -#8422= IFCRELASSOCIATESLIBRARY('3PjhDBhw16UQo1tdHeAzSu',$,$,$,(#2236),#15688); -#15688= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8419= IFCRELASSOCIATESLIBRARY('0XbOVAt695Tfn3v4K1wnol',$,$,$,(#2233),#15688); +#15688= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8423= IFCRELASSOCIATESLIBRARY('10Op4jooX7jgmAzAUVzLAo',$,$,$,(#2237),#15689); -#15689= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8420= IFCRELASSOCIATESLIBRARY('0VQQPyzPX8JBQ2AOG6dUgn',$,$,$,(#2234),#15689); +#15689= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8424= IFCRELASSOCIATESLIBRARY('3Bm7sBohnFiAtvfZ3JP0VU',$,$,$,(#2237),#15690); -#15690= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8421= IFCRELASSOCIATESLIBRARY('0mP4zQC0T7i8_cLSofnlUQ',$,$,$,(#2234),#15690); +#15690= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8425= IFCRELASSOCIATESLIBRARY('3oXAHILOH05vwiWwlCcIvH',$,$,$,(#2237),#15691); -#15691= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8422= IFCRELASSOCIATESLIBRARY('1y0ZFCxGz1TxttMLXgLVo9',$,$,$,(#2235),#15691); +#15691= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8426= IFCRELASSOCIATESLIBRARY('3dSV$GipL2ghvSeVgrf4Tt',$,$,$,(#2237),#15692); -#15692= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8423= IFCRELASSOCIATESLIBRARY('2L93fBR5XCFBaGs_ikqdIp',$,$,$,(#2235),#15692); +#15692= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\','ja-JP',$); -#8427= IFCRELASSOCIATESLIBRARY('3d0mC51rb1wRKpYuEVX8je',$,$,$,(#2237),#15693); -#15693= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8424= IFCRELASSOCIATESLIBRARY('3OuKMWpoz1FAfN2hB57IF_',$,$,$,(#2236),#15693); +#15693= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8428= IFCRELASSOCIATESLIBRARY('3v7G7hosPFPwhH3t8zi9NG',$,$,$,(#2238),#15694); -#15694= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8425= IFCRELASSOCIATESLIBRARY('0tvY8MTaD3hfLPkBbXaME5',$,$,$,(#2236),#15694); +#15694= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\3053306E30D730ED30B830A730AF30C8\X0\ (\X2\4F8BFF0E\X0\ ''A-1''\X2\300030BF30A430D7306A3069\X0\)\X2\306763075B9A3055308C305F53C27167\X0\ID\X2\30028A8D30813089308C305F5206985E4F537CFB306E5206985E53C27167304C5B5857283057306A304458345408306B906975283055308C308B3002\X0\','ja-JP',$); -#8429= IFCRELASSOCIATESLIBRARY('153Od9r850LQmQniSv0v2y',$,$,$,(#2238),#15695); -#15695= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8426= IFCRELASSOCIATESLIBRARY('2RNVNsbjL6IfR0MM_zc8Ob',$,$,$,(#2236),#15695); +#15695= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\C774\X0\ \X2\D504B85CC81DD2B8\X0\ (\X2\C608\X0\ : ''A-1''\X2\C720D615\X0\ \X2\B4F1\X0\) \X2\C9C0C815B41C\X0\ \X2\CC38C870\X0\ ID. \X2\C778C815\X0\ \X2\BD84B958\X0\ \X2\CCB4ACC4C758\X0\ \X2\BD84B958\X0\ \X2\CC38C870AC00C5C6B294\X0\ \X2\ACBDC6B0C5D0\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); -#8430= IFCRELASSOCIATESLIBRARY('3wLD8DHqj68eLt1HYszWLN',$,$,$,(#2238),#15696); -#15696= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\. \X2\CC38C870\X0\','ko-KR',$); +#8427= IFCRELASSOCIATESLIBRARY('03XColjD99jhvpBL9LN4GP',$,$,$,(#2237),#15696); +#15696= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8431= IFCRELASSOCIATESLIBRARY('3ujxhricTFUxbQPzCMgoww',$,$,$,(#2239),#15697); +#8428= IFCRELASSOCIATESLIBRARY('3to0keHgX2NxYCeNbglDNi',$,$,$,(#2237),#15697); #15697= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8432= IFCRELASSOCIATESLIBRARY('2h_CmhtRj1QAIvnfbnKO1M',$,$,$,(#2239),#15698); -#15698= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); +#8429= IFCRELASSOCIATESLIBRARY('2BDB3PNTHD8uD6e38sMt$_',$,$,$,(#2237),#15698); +#15698= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8433= IFCRELASSOCIATESLIBRARY('2SRz3l0Af6GgOM70KRZTiJ',$,$,$,(#2239),#15699); +#8430= IFCRELASSOCIATESLIBRARY('0W7IGrmwr89gOKdc1CBWVu',$,$,$,(#2237),#15699); #15699= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8434= IFCRELASSOCIATESLIBRARY('14YCc8mIL0khntlEV4_F2j',$,$,$,(#2240),#15700); -#15700= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8431= IFCRELASSOCIATESLIBRARY('2XTvErulPDLO6KiZkKHfy6',$,$,$,(#2237),#15700); +#15700= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8435= IFCRELASSOCIATESLIBRARY('08y6XslNb3BgJMVlqyf12k',$,$,$,(#2240),#15701); -#15701= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8432= IFCRELASSOCIATESLIBRARY('2Ryv9K2jTA7Rm0ergvuoAC',$,$,$,(#2238),#15701); +#15701= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8436= IFCRELASSOCIATESLIBRARY('02Zu7g_mTEBgZrlLChWJxs',$,$,$,(#2241),#15702); -#15702= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8433= IFCRELASSOCIATESLIBRARY('27FUL$TOLApwurS1QycqC7',$,$,$,(#2238),#15702); +#15702= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\51774F537684306A53C27167\X0\ID\X2\FF084F8B304830703001201C\X0\WWS/VS1/400/001\X2\201D306F\X0\WWS\X2\7CFB7D713001\X0\VS1/400\X2\30B530D630B730B930C630E0\X0\001\X2\756A90E854C1FF093002\X0\','ja-JP',$); -#8437= IFCRELASSOCIATESLIBRARY('0A1TFaNmzFsvwMWVoErrHr',$,$,$,(#2241),#15703); -#15703= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8434= IFCRELASSOCIATESLIBRARY('09ERtbVaz3PuXqOYqxr$kk',$,$,$,(#2238),#15703); +#15703= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ \X2\AE30D638\X0\','\X2\AD6CCCB4C801C778\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : "WWS/VS1/400/001"\X2\B294\X0\ WWS \X2\ACC4D1B5\X0\, VS1/400 \X2\C11CBE0C\X0\ \X2\C2DCC2A4D15C\X0\ 001 \X2\BC88\X0\ \X2\BD80D488\X0\)','ko-KR',$); -#8438= IFCRELASSOCIATESLIBRARY('25dP4qaYXEG81Cv34XwCzy',$,$,$,(#2241),#15704); -#15704= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8435= IFCRELASSOCIATESLIBRARY('2OMy_pES93b99i4uCHPaQy',$,$,$,(#2239),#15704); +#15704= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8439= IFCRELASSOCIATESLIBRARY('2f3ny31UTFKQIL4WCt_BTC',$,$,$,(#2242),#15705); -#15705= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8436= IFCRELASSOCIATESLIBRARY('3MlXJWAb1EWA6fEBhY_sQv',$,$,$,(#2239),#15705); +#15705= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\3053306E30D730ED30B830A730AF30C8\X0\ (\X2\4F8BFF0E\X0\ ''A-1''\X2\300030BF30A430D7306A3069\X0\)\X2\306763075B9A3055308C305F53C27167\X0\ID\X2\30028A8D30813089308C305F5206985E4F537CFB306E5206985E53C27167304C5B5857283057306A304458345408306B906975283055308C308B3002\X0\','ja-JP',$); -#8440= IFCRELASSOCIATESLIBRARY('2BGOhqWDnDePVNTr0x5EWe',$,$,$,(#2242),#15706); -#15706= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8437= IFCRELASSOCIATESLIBRARY('2deFtw991BleuRw1TLeFQ9',$,$,$,(#2239),#15706); +#15706= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D504B85CC81DD2B8\X0\ (\X2\C608\X0\ : ''A-1''\X2\C720D615\X0\ \X2\B4F1\X0\) \X2\C9C0C815B41C\X0\ \X2\CC38C870\X0\ ID. \X2\C778C815\X0\ \X2\BD84B958\X0\ \X2\CCB4ACC4C758\X0\ \X2\BD84B958\X0\ \X2\CC38C870AC00C5C6B294\X0\ \X2\ACBDC6B0C5D0\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); -#8441= IFCRELASSOCIATESLIBRARY('3NN5gNpND7YBMlNw2B_BYJ',$,$,$,(#2243),#15707); +#8438= IFCRELASSOCIATESLIBRARY('16A6FYgb93phaX3tHoG05T',$,$,$,(#2240),#15707); #15707= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8442= IFCRELASSOCIATESLIBRARY('0X_nN2per6PucP0LOGFknD',$,$,$,(#2243),#15708); -#15708= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\5F5330D730ED30B830A730AF30C8306B304A3051308B3053306E63075B9A578B5F0F306E305F3081306E30EA30D530A130EC30F330B9\X0\ID\X2\3002FF08305F30683048306F3001\X0\''A-1''\X2\578B\X0\)','ja-JP',$); +#8439= IFCRELASSOCIATESLIBRARY('3JFkvpK3L0_88mc9FTw60J',$,$,$,(#2240),#15708); +#15708= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8443= IFCRELASSOCIATESLIBRARY('0$RhlUlJP3BeifikPkeySM',$,$,$,(#2244),#15709); -#15709= IFCLIBRARYREFERENCE($,$,'Referenz ID','Identifikator der projektinternen Referenz f\S\|r dieses Geschoss, z.B. nach der Geschossklassifizierung des Bauherrn. Wird verwendet, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); +#8440= IFCRELASSOCIATESLIBRARY('1$AayXsyb2whEVebRK3U$5',$,$,$,(#2241),#15709); +#15709= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8444= IFCRELASSOCIATESLIBRARY('06qP16$B9Ct9lCNT23pce6',$,$,$,(#2244),#15710); -#15710= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8441= IFCRELASSOCIATESLIBRARY('3TCC3QcUn9i94ZdFDKW7Y3',$,$,$,(#2241),#15710); +#15710= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); -#8445= IFCRELASSOCIATESLIBRARY('0F4kZU1sr9qgpjbKXTeIS8',$,$,$,(#2244),#15711); -#15711= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); +#8442= IFCRELASSOCIATESLIBRARY('2Wq33RDZzEZB_Nka2PLvxg',$,$,$,(#2241),#15711); +#15711= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8446= IFCRELASSOCIATESLIBRARY('08J_zjTor3muyTh5S7Y9vI',$,$,$,(#2244),#15712); -#15712= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8443= IFCRELASSOCIATESLIBRARY('3W5NCeYFn4H9X08ZanTVgm',$,$,$,(#2243),#15712); +#15712= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8447= IFCRELASSOCIATESLIBRARY('1MgNV7d6nDpBsA492Krs8Y',$,$,$,(#2244),#15713); -#15713= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#8444= IFCRELASSOCIATESLIBRARY('3QVJAw12z5WhQQQfOgAe4C',$,$,$,(#2243),#15713); +#15713= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4F7F75283055308C308B8A8D8B585206985E30B730B930C630E030675206985E57FA6E96304C306A304458345408300130D730ED30B830A730AF30C8306763075B9A3055308C305F578BFF0830BF30A430D7\X0\''\X2\FF21\X0\-1''\X2\306A3069FF09306763D04F9B3055308C308B30EC30D530A130EC30F330B9\X0\ID\X2\3002\X0\','ja-JP',$); -#8448= IFCRELASSOCIATESLIBRARY('0EGIwLzYn39hPAVUjKo6mf',$,$,$,(#2245),#15714); +#8445= IFCRELASSOCIATESLIBRARY('2zcVMaQTX18wFwhnavYnEW',$,$,$,(#2244),#15714); #15714= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8449= IFCRELASSOCIATESLIBRARY('3XPg5915nD78sMxr6KoGXA',$,$,$,(#2245),#15715); +#8446= IFCRELASSOCIATESLIBRARY('1W70pfIYn6rQqtpjWl5Bs9',$,$,$,(#2244),#15715); #15715= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8450= IFCRELASSOCIATESLIBRARY('05UQ4vbpbByQFuTHJQTBjf',$,$,$,(#2246),#15716); -#15716= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8447= IFCRELASSOCIATESLIBRARY('2$MJlTEgXCzBf2Ra6hLdPs',$,$,$,(#2245),#15716); +#15716= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8451= IFCRELASSOCIATESLIBRARY('3sqvlT65TAJxKh1AU_vbd3',$,$,$,(#2246),#15717); -#15717= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte de ce projet.','fr-FR',$); +#8448= IFCRELASSOCIATESLIBRARY('1fQuay41LCm95j0ve3kh$_',$,$,$,(#2245),#15717); +#15717= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8452= IFCRELASSOCIATESLIBRARY('1yi9FSEuz2agy$XfY0OKhu',$,$,$,(#2246),#15718); -#15718= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306E305F3081306E53C271678A1853F73002\X0\','ja-JP',$); +#8449= IFCRELASSOCIATESLIBRARY('3ZJ4N_OFzClg94aFMyohjE',$,$,$,(#2245),#15718); +#15718= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8453= IFCRELASSOCIATESLIBRARY('1J5V2i01bCjhn7_Uhhvjjq',$,$,$,(#2246),#15719); -#15719= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\C774\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C5ECAE30C5D0\X0\ \X2\D2B9C815D55C\X0\ \X2\D615C2DDC5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID','ko-KR',$); +#8450= IFCRELASSOCIATESLIBRARY('0SaGGErcLAiRm4TjSjopLZ',$,$,$,(#2245),#15719); +#15719= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\53C271678A1853F7306730D730ED30B830A730AF30C83067306E30BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8454= IFCRELASSOCIATESLIBRARY('0TARDrPmXEBhqwsD_piz1w',$,$,$,(#2247),#15720); -#15720= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8451= IFCRELASSOCIATESLIBRARY('3cNqmkSgvBcAxqcOdoU0uv',$,$,$,(#2245),#15720); +#15720= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8455= IFCRELASSOCIATESLIBRARY('1Z16Q_ntPCs9xipYInSeSN',$,$,$,(#2247),#15721); -#15721= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8452= IFCRELASSOCIATESLIBRARY('1HuJ7c82v1zfML7O3I0KDK',$,$,$,(#2246),#15721); +#15721= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8456= IFCRELASSOCIATESLIBRARY('0asRhD07DDNxs0UNJ40U0O',$,$,$,(#2247),#15722); -#15722= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8453= IFCRELASSOCIATESLIBRARY('0mrxYO0s10w8HjbVBgOhiH',$,$,$,(#2246),#15722); +#15722= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\7A7A8ABF30B730B930C630E0300162163044306F30B530D630B730B930C630E0306E53C27167\X0\ID\X2\FF084F8B304830703001\X0\''WWS/VS1''\X2\306F\X0\WWS\X2\7CFB7D71306E\X0\VSI/400\X2\30B530D67CFB7D71FF093002\X0\ID\X2\306F5F538A72573057DF6280885357FA6E963088308A6C7A30813089308C308B3002\X0\','ja-JP',$); -#8457= IFCRELASSOCIATESLIBRARY('3cWb$LYsvDTfjYEdGiF8dR',$,$,$,(#2248),#15723); -#15723= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8454= IFCRELASSOCIATESLIBRARY('2_x0syy0f1Mw3j94kzjbU8',$,$,$,(#2246),#15723); +#15723= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870AE30D638\X0\','\X2\ACF5C870\X0\ \X2\C2DCC2A4D15C\X0\ \X2\D639C740\X0\ \X2\C11CBE0C\X0\ \X2\C2DCC2A4D15CC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''WWS/VS1''\X2\B294\X0\ WWS \X2\ACC4D1B5C758\X0\ VSI/400 \X2\D558C704\X0\ \X2\ACC4D1B5\X0\). ID\X2\B294\X0\ \X2\D574B2F9\X0\ \X2\C9C0C5ED\X0\ \X2\AE30C220\X0\ \X2\AE30C900BCF4B2E4\X0\ \X2\ACB0C815B41CB2E4\X0\.','ko-KR',$); -#8458= IFCRELASSOCIATESLIBRARY('0mGljTKQLEo8x0PxJisTUi',$,$,$,(#2248),#15724); -#15724= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\','ja-JP',$); +#8455= IFCRELASSOCIATESLIBRARY('28zjuNkpHA2PWklRhME7P0',$,$,$,(#2247),#15724); +#15724= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8459= IFCRELASSOCIATESLIBRARY('2Fia9JtJHBxBepIQUxud0x',$,$,$,(#2249),#15725); -#15725= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8456= IFCRELASSOCIATESLIBRARY('2Be6NzKHzErQKR_$MqpE$_',$,$,$,(#2247),#15725); +#15725= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\51774F537684306A53C27167\X0\ID\X2\FF084F8B304830703001201C\X0\WWS/VS1/400/001\X2\201D306F\X0\WWS\X2\7CFB7D713001\X0\VS1/400\X2\30B530D630B730B930C630E0\X0\001\X2\756A90E854C1FF093002\X0\','ja-JP',$); -#8460= IFCRELASSOCIATESLIBRARY('1MhdVxZz5FXgQwjTp0WPOm',$,$,$,(#2249),#15726); -#15726= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8457= IFCRELASSOCIATESLIBRARY('1$$ZtigHj2ywck_XGNCypv',$,$,$,(#2248),#15726); +#15726= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8461= IFCRELASSOCIATESLIBRARY('3yRp89_rz1FPMZidCn$l4F',$,$,$,(#2249),#15727); -#15727= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8458= IFCRELASSOCIATESLIBRARY('01auizo1z0LArESXzVRwlO',$,$,$,(#2248),#15727); +#15727= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8462= IFCRELASSOCIATESLIBRARY('014yxFlZ17MPsqWjryYZDe',$,$,$,(#2250),#15728); -#15728= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8459= IFCRELASSOCIATESLIBRARY('1m2DDDC9z3vefSSWWkKi2N',$,$,$,(#2248),#15728); +#15728= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8463= IFCRELASSOCIATESLIBRARY('3sEYiMrOTCpOUiEyW$phNF',$,$,$,(#2250),#15729); -#15729= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8460= IFCRELASSOCIATESLIBRARY('2XLGnOYiP5cep4tDVcyLb1',$,$,$,(#2249),#15729); +#15729= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8464= IFCRELASSOCIATESLIBRARY('3xhh5YwoP0qeQtISE7wgWf',$,$,$,(#2250),#15730); -#15730= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8461= IFCRELASSOCIATESLIBRARY('3msg5wykTA$ugzJ5mTmLH6',$,$,$,(#2249),#15730); +#15730= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8465= IFCRELASSOCIATESLIBRARY('1rsKHFxt55rwZYmjR4GHu6',$,$,$,(#2250),#15731); -#15731= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8462= IFCRELASSOCIATESLIBRARY('34hV8i_qf94gPxJTKbdR1n',$,$,$,(#2249),#15731); +#15731= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8466= IFCRELASSOCIATESLIBRARY('04$aa8g7rCmfAM4kUIXSvE',$,$,$,(#2250),#15732); -#15732= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8463= IFCRELASSOCIATESLIBRARY('0IxdfagXb0ahTJhBMRPiZC',$,$,$,(#2249),#15732); +#15732= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8467= IFCRELASSOCIATESLIBRARY('0IAKf1Ou58NQJBXGUo0ijo',$,$,$,(#2251),#15733); -#15733= IFCLIBRARYREFERENCE($,$,'Referenz ID','Wird verwendet, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); +#8464= IFCRELASSOCIATESLIBRARY('0kYSTPXM5BihQ3MGQDIXD7',$,$,$,(#2249),#15733); +#15733= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8468= IFCRELASSOCIATESLIBRARY('0lPy_hMGnE4Qpjh73qDXjJ',$,$,$,(#2251),#15734); +#8465= IFCRELASSOCIATESLIBRARY('24gjvcKzr4O8If9InqcPsN',$,$,$,(#2250),#15734); #15734= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8469= IFCRELASSOCIATESLIBRARY('25eIBfjkX6_R_bYg1AgZ92',$,$,$,(#2251),#15735); -#15735= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); +#8466= IFCRELASSOCIATESLIBRARY('1QRikKQVH4WhgmOD$$qljs',$,$,$,(#2250),#15735); +#15735= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8470= IFCRELASSOCIATESLIBRARY('3ouGnMh3r3HfDyGizHz_DC',$,$,$,(#2251),#15736); -#15736= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8467= IFCRELASSOCIATESLIBRARY('0pmBmf8ND5khC36mkJNQdd',$,$,$,(#2250),#15736); +#15736= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\. \X2\CC38C870\X0\','ko-KR',$); -#8471= IFCRELASSOCIATESLIBRARY('1znc_SCsL1g95lynEJA8ub',$,$,$,(#2251),#15737); -#15737= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ID','\X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#8468= IFCRELASSOCIATESLIBRARY('1ImlnMwLH7cfP7PprFJnQv',$,$,$,(#2251),#15737); +#15737= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8472= IFCRELASSOCIATESLIBRARY('2jAKDkHwDC5ey6Bl_CwMjA',$,$,$,(#2252),#15738); -#15738= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8469= IFCRELASSOCIATESLIBRARY('0vnHOG0Zz4CRd_ehEtNLdr',$,$,$,(#2251),#15738); +#15738= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); -#8473= IFCRELASSOCIATESLIBRARY('01EBNEy1DD0h5O4altL$vx',$,$,$,(#2252),#15739); -#15739= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8470= IFCRELASSOCIATESLIBRARY('3Vh$t0uRnDaBYoyJENMKG9',$,$,$,(#2251),#15739); +#15739= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8474= IFCRELASSOCIATESLIBRARY('0hXih_42HCnBi1d$heh5XH',$,$,$,(#2252),#15740); -#15740= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\','ko-KR',$); +#8471= IFCRELASSOCIATESLIBRARY('1Tt6bNx3D3HfTEn_m8Hlvk',$,$,$,(#2252),#15740); +#15740= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8475= IFCRELASSOCIATESLIBRARY('0NQbhUWwL0lB_wKI7wKxZ4',$,$,$,(#2253),#15741); -#15741= IFCLIBRARYREFERENCE($,$,'Raumtyp','Bezeichnung zur Zusammenfassung gleichartiger R\S\dume zu einem Raumtyp (auch Funktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Raumtypen als Typobjekte unterst\S\|tzt.','de-DE',$); +#8472= IFCRELASSOCIATESLIBRARY('17mjqSGrr6w8Fpmr34GbDy',$,$,$,(#2252),#15741); +#15741= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8476= IFCRELASSOCIATESLIBRARY('13_$kdsgb7QRveXJI7PV37',$,$,$,(#2253),#15742); +#8473= IFCRELASSOCIATESLIBRARY('14dqVH1PbE3OACX49yKs0I',$,$,$,(#2253),#15742); #15742= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8477= IFCRELASSOCIATESLIBRARY('3gWS0ZvEv1Xe9NW3m$k04L',$,$,$,(#2253),#15743); -#15743= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); +#8474= IFCRELASSOCIATESLIBRARY('2UqESnNWL6qujiPf_DaRUB',$,$,$,(#2253),#15743); +#15743= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8478= IFCRELASSOCIATESLIBRARY('0H$mNU_Cj2jAx6MaRgE037',$,$,$,(#2253),#15744); -#15744= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8475= IFCRELASSOCIATESLIBRARY('3K2RbByQr3qR_PtasM0_Nj',$,$,$,(#2253),#15744); +#15744= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8479= IFCRELASSOCIATESLIBRARY('1GQdL57yDFBRgAbvfcADJB',$,$,$,(#2253),#15745); -#15745= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#8476= IFCRELASSOCIATESLIBRARY('2Tz9JxiHPA$wuTKE$dkB0G',$,$,$,(#2254),#15745); +#15745= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8480= IFCRELASSOCIATESLIBRARY('2E7_dbrsb2X9cpcbJbRAB0',$,$,$,(#2254),#15746); -#15746= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8477= IFCRELASSOCIATESLIBRARY('2KDidBQCj05g7q6XUT1FHW',$,$,$,(#2254),#15746); +#15746= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8481= IFCRELASSOCIATESLIBRARY('0QAhXkOqf7SAT0dlAFkJqk',$,$,$,(#2254),#15747); -#15747= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8478= IFCRELASSOCIATESLIBRARY('1$EXiNZwXE5QihEuLvxWcA',$,$,$,(#2255),#15747); +#15747= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8482= IFCRELASSOCIATESLIBRARY('17QaRUFvT0_AM4NZk2tCKF',$,$,$,(#2255),#15748); -#15748= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8479= IFCRELASSOCIATESLIBRARY('0jtb1v1dHET9aCvuJxmFOf',$,$,$,(#2255),#15748); +#15748= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\5F5330D730ED30B830A730AF30C8306B304A3051308B3053306E63075B9A578B5F0F306E305F3081306E30EA30D530A130EC30F330B9\X0\ID\X2\3002FF08305F30683048306F3001\X0\''A-1''\X2\578B\X0\)','ja-JP',$); -#8483= IFCRELASSOCIATESLIBRARY('1xnXgjQrT9c8wwbxIW2Jhv',$,$,$,(#2255),#15749); -#15749= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8480= IFCRELASSOCIATESLIBRARY('3GqzaoJPDCPx2Q1gaU6vQ5',$,$,$,(#2256),#15749); +#15749= IFCLIBRARYREFERENCE($,$,'Referenz ID','Identifikator der projektinternen Referenz f\S\|r dieses Geschoss, z.B. nach der Geschossklassifizierung des Bauherrn. Wird verwendet, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); -#8484= IFCRELASSOCIATESLIBRARY('07gnDDIxnBzPPHLdEn7pzW',$,$,$,(#2256),#15750); +#8481= IFCRELASSOCIATESLIBRARY('0mXLnE$RXDJepOqgwZ70QE',$,$,$,(#2256),#15750); #15750= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8485= IFCRELASSOCIATESLIBRARY('1od$MvEDX2Nu8wMPaH1OkC',$,$,$,(#2256),#15751); -#15751= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8482= IFCRELASSOCIATESLIBRARY('0qjduzZvnAgQp$FPnXEQrb',$,$,$,(#2256),#15751); +#15751= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); -#8486= IFCRELASSOCIATESLIBRARY('37JDhm5Tn1awGFGURHz$7J',$,$,$,(#2257),#15752); -#15752= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8483= IFCRELASSOCIATESLIBRARY('2i8kJ_y8v0VfwHUCvuQrq2',$,$,$,(#2256),#15752); +#15752= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8487= IFCRELASSOCIATESLIBRARY('3fdE71ohj70goAutk8yVkF',$,$,$,(#2257),#15753); -#15753= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8484= IFCRELASSOCIATESLIBRARY('2W5IKx1fL2PeHmuKejNKd5',$,$,$,(#2256),#15753); +#15753= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#8488= IFCRELASSOCIATESLIBRARY('12q6rGuVb5aB0$rVVaR2Qu',$,$,$,(#2257),#15754); -#15754= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8485= IFCRELASSOCIATESLIBRARY('2oR0OuAobDtgCLajpz6W2F',$,$,$,(#2257),#15754); +#15754= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8489= IFCRELASSOCIATESLIBRARY('2sQ7ps1jzCX9GYjlR5NN$f',$,$,$,(#2257),#15755); +#8486= IFCRELASSOCIATESLIBRARY('2RbT7JwQXCfhRHKpwsAxJ4',$,$,$,(#2257),#15755); #15755= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8490= IFCRELASSOCIATESLIBRARY('2_T7IJEK1CzewNxkT16bQp',$,$,$,(#2257),#15756); -#15756= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8487= IFCRELASSOCIATESLIBRARY('3lFSlCIh1BvwZjU6GeeZgD',$,$,$,(#2258),#15756); +#15756= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8491= IFCRELASSOCIATESLIBRARY('1es_9dfxfDVwCN0A5thUJw',$,$,$,(#2258),#15757); -#15757= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8488= IFCRELASSOCIATESLIBRARY('0191Nst4H9FhbcYQbnitfM',$,$,$,(#2258),#15757); +#15757= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte de ce projet.','fr-FR',$); -#8492= IFCRELASSOCIATESLIBRARY('2HVaOTv3z1Zf04eERnKYaW',$,$,$,(#2258),#15758); -#15758= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8489= IFCRELASSOCIATESLIBRARY('3QEfsUxYD2Q8cPP0D$fH1U',$,$,$,(#2258),#15758); +#15758= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306E305F3081306E53C271678A1853F73002\X0\','ja-JP',$); -#8493= IFCRELASSOCIATESLIBRARY('3iiow7tcP93AEQXzwSCm$C',$,$,$,(#2259),#15759); -#15759= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8490= IFCRELASSOCIATESLIBRARY('2FlXNrVUL2guChXLU0Gopy',$,$,$,(#2258),#15759); +#15759= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\C774\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C5ECAE30C5D0\X0\ \X2\D2B9C815D55C\X0\ \X2\D615C2DDC5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID','ko-KR',$); -#8494= IFCRELASSOCIATESLIBRARY('3havHj1DbDXugFSucVYoE7',$,$,$,(#2259),#15760); -#15760= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); +#8491= IFCRELASSOCIATESLIBRARY('2LFb_gZin1ZR_41b3NDav3',$,$,$,(#2259),#15760); +#15760= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8495= IFCRELASSOCIATESLIBRARY('2kl7d$pX59CvuF1UxVVJug',$,$,$,(#2259),#15761); -#15761= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8492= IFCRELASSOCIATESLIBRARY('25JCmYKZnCDf$JSRiGJQUf',$,$,$,(#2259),#15761); +#15761= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8496= IFCRELASSOCIATESLIBRARY('2u7meX_69FTBtnu8cXYTDQ',$,$,$,(#2261),#15762); -#15762= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8493= IFCRELASSOCIATESLIBRARY('1GpfH2Mtv5D8REKgDnMGfS',$,$,$,(#2259),#15762); +#15762= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8497= IFCRELASSOCIATESLIBRARY('18CNhc7FD6jPwTIWnIYQNm',$,$,$,(#2261),#15763); -#15763= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4F7F75283055308C308B8A8D8B585206985E30B730B930C630E030675206985E57FA6E96304C306A304458345408300130D730ED30B830A730AF30C8306763075B9A3055308C305F578BFF0830BF30A430D7\X0\''\X2\FF21\X0\-1''\X2\306A3069FF09306763D04F9B3055308C308B30EC30D530A130EC30F330B9\X0\ID\X2\3002\X0\','ja-JP',$); +#8494= IFCRELASSOCIATESLIBRARY('0j2BcmXGr8kuDJ_g6YkvA_',$,$,$,(#2260),#15763); +#15763= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8498= IFCRELASSOCIATESLIBRARY('3GuEYWM3v71u1vAphBwsup',$,$,$,(#2262),#15764); -#15764= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8495= IFCRELASSOCIATESLIBRARY('0H2OToDN9BXwoFSZs__7JD',$,$,$,(#2260),#15764); +#15764= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\','ja-JP',$); -#8499= IFCRELASSOCIATESLIBRARY('0jNTQAsTb2vvmu3efZwDtV',$,$,$,(#2262),#15765); -#15765= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8496= IFCRELASSOCIATESLIBRARY('3CFslrgm50HhNBwwKsyUdk',$,$,$,(#2261),#15765); +#15765= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8500= IFCRELASSOCIATESLIBRARY('1KeVqK_85CcwVNcsgIfTC6',$,$,$,(#2262),#15766); -#15766= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B3C4B2C8\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8497= IFCRELASSOCIATESLIBRARY('0KeeOUrxbAEBCQft$cz8aV',$,$,$,(#2261),#15766); +#15766= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8501= IFCRELASSOCIATESLIBRARY('3_oZEy0oL3PAiTCIkCk8QB',$,$,$,(#2263),#15767); -#15767= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8498= IFCRELASSOCIATESLIBRARY('2hXpJzeljDsf4OBlwURFld',$,$,$,(#2261),#15767); +#15767= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8502= IFCRELASSOCIATESLIBRARY('2OLtomUv99PfwigtI_WYLg',$,$,$,(#2263),#15768); -#15768= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); +#8499= IFCRELASSOCIATESLIBRARY('2ArueUqXr32uhIhotiZOAy',$,$,$,(#2262),#15768); +#15768= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8503= IFCRELASSOCIATESLIBRARY('2aODAQeQLDHBa00dnnXh2g',$,$,$,(#2263),#15769); -#15769= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8500= IFCRELASSOCIATESLIBRARY('0OWI$46dn3CBXfJCh_Zm7p',$,$,$,(#2262),#15769); +#15769= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8504= IFCRELASSOCIATESLIBRARY('17RY3POp1BifoaQHbaIrY4',$,$,$,(#2264),#15770); -#15770= IFCLIBRARYREFERENCE($,$,'Kennzeichen','Kennzeichen f\S\|r diese bauliche System in dem Projekt (z.B. ''TRA/EL1''). Die Kennzeichensystematik h\S\dngt von den jeweiligen nationalen/regionalen Regelungen ab.','de-DE',$); +#8501= IFCRELASSOCIATESLIBRARY('1HndAaS5nAX9RXIR5f76qz',$,$,$,(#2262),#15770); +#15770= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8505= IFCRELASSOCIATESLIBRARY('3NDvadnbL2LQVzQnRh5gWU',$,$,$,(#2264),#15771); -#15771= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8502= IFCRELASSOCIATESLIBRARY('1AS3DUIxT7DwW5B4dWqYJY',$,$,$,(#2262),#15771); +#15771= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8506= IFCRELASSOCIATESLIBRARY('0ANsgrNpX9wgD$Us0phP$9',$,$,$,(#2264),#15772); -#15772= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B5EFA726930B730B930C630E0306E63075B9A3055308C305F30A430F330B930BF30F330B9306E53C271678A1853F7\X0\','ja-JP',$); +#8503= IFCRELASSOCIATESLIBRARY('0UZT8_5MTEAgRwpXlSt1iM',$,$,$,(#2262),#15772); +#15772= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8507= IFCRELASSOCIATESLIBRARY('0W$_1gE1j6LQGLQNwZvoVI',$,$,$,(#2264),#15773); -#15773= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\8BE5987976EE4E2D8BE572795B9A5EFA7B517CFB7EDF5B9E4F8B768453C280037F1653F7FF084F8B5982FF0C201C\X0\TRA/EL1\X2\201DFF0930028BE55C5E6027503C75315F5357307F16780189C4830351B35B9A3002\X0\','zh-CN',$); +#8504= IFCRELASSOCIATESLIBRARY('2Ut8KJTxH0fQ4QOaCizx8B',$,$,$,(#2263),#15773); +#15773= IFCLIBRARYREFERENCE($,$,'Referenz ID','Wird verwendet, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); -#8508= IFCRELASSOCIATESLIBRARY('2wNGJrK3fA9v0oh28JhpG9',$,$,$,(#2265),#15774); -#15774= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8505= IFCRELASSOCIATESLIBRARY('2aC00338f6GQsHE7Pq_ugx',$,$,$,(#2263),#15774); +#15774= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8509= IFCRELASSOCIATESLIBRARY('0fnEFcGIX7VRitlCmX2AD1',$,$,$,(#2265),#15775); -#15775= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8506= IFCRELASSOCIATESLIBRARY('1QkWk6mCj5Wh1WsxQadk4A',$,$,$,(#2263),#15775); +#15775= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); -#8510= IFCRELASSOCIATESLIBRARY('1wq0Sc5S1Ee8dndBrgftQc',$,$,$,(#2265),#15776); -#15776= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8507= IFCRELASSOCIATESLIBRARY('3eQ9vsr790$xLlAnhxLPbb',$,$,$,(#2263),#15776); +#15776= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8511= IFCRELASSOCIATESLIBRARY('3FyvTAjsbAvOJFTHSi_QM1',$,$,$,(#2265),#15777); -#15777= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8508= IFCRELASSOCIATESLIBRARY('0fyq83hPj3y9V4PJleR8a$',$,$,$,(#2263),#15777); +#15777= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ID','\X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#8512= IFCRELASSOCIATESLIBRARY('0PbDdoFxL4W9o4SAAKE0Ty',$,$,$,(#2265),#15778); -#15778= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8509= IFCRELASSOCIATESLIBRARY('17EIu4J8zC_B8GSOigNft9',$,$,$,(#2264),#15778); +#15778= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8513= IFCRELASSOCIATESLIBRARY('0_H0rM$fzCQu57L6WaTWGt',$,$,$,(#2266),#15779); -#15779= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8510= IFCRELASSOCIATESLIBRARY('33ZW8H1GjBuR9ThQuo7GbP',$,$,$,(#2264),#15779); +#15779= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8514= IFCRELASSOCIATESLIBRARY('1lOZ6UbpD9Txvn0h95B0UP',$,$,$,(#2266),#15780); -#15780= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E898F683C\X0\(\X2\4F8B3001FF21FF0D\X0\1)\X2\306772795B9A306E30BF30A430D7306E53C27167FF29FF24304C5272308A5F5330663089308C30017B497D1A304C306A3051308C30707B497D1A30B730B930C630E030924F7F306330665272308A5F5330663089308C307E30593002\X0\','ja-JP',$); +#8511= IFCRELASSOCIATESLIBRARY('0VqIzf$pXFcfg3eIbbCigx',$,$,$,(#2264),#15780); +#15780= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\','ko-KR',$); -#8515= IFCRELASSOCIATESLIBRARY('3qTxRIP5rFMhK4l42g4_BB',$,$,$,(#2267),#15781); -#15781= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8512= IFCRELASSOCIATESLIBRARY('23$fKkzuf25gZGjE6ylgaa',$,$,$,(#2265),#15781); +#15781= IFCLIBRARYREFERENCE($,$,'Raumtyp','Bezeichnung zur Zusammenfassung gleichartiger R\S\dume zu einem Raumtyp (auch Funktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Raumtypen als Typobjekte unterst\S\|tzt.','de-DE',$); -#8516= IFCRELASSOCIATESLIBRARY('0zMqi0ED905xoFB6PNCYnf',$,$,$,(#2267),#15782); -#15782= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8513= IFCRELASSOCIATESLIBRARY('3bJy3CwTj3pwOzkzLOgIRY',$,$,$,(#2265),#15782); +#15782= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8517= IFCRELASSOCIATESLIBRARY('1PBepi0xP07P3_FnO6Rwbz',$,$,$,(#2268),#15783); -#15783= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8514= IFCRELASSOCIATESLIBRARY('23dBLLjaPBNhU4oaNS9DQk',$,$,$,(#2265),#15783); +#15783= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); -#8518= IFCRELASSOCIATESLIBRARY('3_NngKfNvDsxO9D6Yxhheb',$,$,$,(#2268),#15784); -#15784= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8515= IFCRELASSOCIATESLIBRARY('1q0LgFyg51aRerQ81$KLnx',$,$,$,(#2265),#15784); +#15784= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8519= IFCRELASSOCIATESLIBRARY('2GpExzw7b3ZPqdN8ueIWmw',$,$,$,(#2268),#15785); -#15785= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8516= IFCRELASSOCIATESLIBRARY('2sxKmBhJP1qOo58cBW62VQ',$,$,$,(#2265),#15785); +#15785= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#8520= IFCRELASSOCIATESLIBRARY('22wyVbCGTDAAO1VtEQ6tO$',$,$,$,(#2269),#15786); +#8517= IFCRELASSOCIATESLIBRARY('3Z542Q5iTAfQfYQPEvPhUF',$,$,$,(#2266),#15786); #15786= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8521= IFCRELASSOCIATESLIBRARY('2ifODI6dXC7hlO99PNLI0H',$,$,$,(#2269),#15787); -#15787= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8518= IFCRELASSOCIATESLIBRARY('3AGVZD6zf6AwN45LS62eIY',$,$,$,(#2266),#15787); +#15787= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8522= IFCRELASSOCIATESLIBRARY('2ua2bzpbbFhR0jlu481Znd',$,$,$,(#2270),#15788); +#8519= IFCRELASSOCIATESLIBRARY('3HcAsxcXH86OdJ2fhq84sx',$,$,$,(#2267),#15788); #15788= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8523= IFCRELASSOCIATESLIBRARY('02NIMRi_vBBAvdVAEnq0I5',$,$,$,(#2270),#15789); +#8520= IFCRELASSOCIATESLIBRARY('0mbXmTsfH5kA71tgi5ttHG',$,$,$,(#2267),#15789); #15789= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8524= IFCRELASSOCIATESLIBRARY('1myh7cxN575OlS4xx0YAn$',$,$,$,(#2270),#15790); -#15790= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); +#8521= IFCRELASSOCIATESLIBRARY('2prFBoD$r5fOCLKYCb8tbs',$,$,$,(#2268),#15790); +#15790= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8525= IFCRELASSOCIATESLIBRARY('36aFODfl10VeunkUcg6CPO',$,$,$,(#2271),#15791); -#15791= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8522= IFCRELASSOCIATESLIBRARY('2Gb7u6zcPBFvnmY5A4N$6Z',$,$,$,(#2268),#15791); +#15791= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8526= IFCRELASSOCIATESLIBRARY('0oXvMYlKP1HPRLPFivndd1',$,$,$,(#2271),#15792); -#15792= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8523= IFCRELASSOCIATESLIBRARY('0Ly0A39ADCvPl$Isr8mMK8',$,$,$,(#2269),#15792); +#15792= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8527= IFCRELASSOCIATESLIBRARY('1iZnOYS1jEUgP54VOaGt1d',$,$,$,(#2271),#15793); -#15793= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8524= IFCRELASSOCIATESLIBRARY('2j6QzfFW14QxR0RDv76Hnu',$,$,$,(#2269),#15793); +#15793= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8528= IFCRELASSOCIATESLIBRARY('2WArresID7ne_wCWK3WU$u',$,$,$,(#2272),#15794); -#15794= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8525= IFCRELASSOCIATESLIBRARY('16GGLwI3r6cvME0U4NeVv3',$,$,$,(#2269),#15794); +#15794= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8529= IFCRELASSOCIATESLIBRARY('21e2sHPRz5PxAcvhfa27cw',$,$,$,(#2272),#15795); -#15795= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\3053306E30D730ED30B830A730AF30C8\X0\ (\X2\4F8BFF0E\X0\ ''A-1''\X2\300030BF30A430D7306A3069\X0\)\X2\306763075B9A3055308C305F53C27167\X0\ID\X2\30028A8D30813089308C305F5206985E4F537CFB306E5206985E53C27167304C5B5857283057306A304458345408306B906975283055308C308B3002\X0\','ja-JP',$); +#8526= IFCRELASSOCIATESLIBRARY('2ZFZ2Ra_rByQ$WV79RVcMY',$,$,$,(#2269),#15795); +#15795= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8530= IFCRELASSOCIATESLIBRARY('0fZuQO9MHArvUrFJpyo6ID',$,$,$,(#2272),#15796); -#15796= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\C774\X0\ \X2\D504B85CC81DD2B8\X0\ (\X2\C608\X0\ : ''A-1''\X2\C720D615\X0\ \X2\B4F1\X0\) \X2\C9C0C815B41C\X0\ \X2\CC38C870\X0\ ID. \X2\C778C815\X0\ \X2\BD84B958\X0\ \X2\CCB4ACC4C758\X0\ \X2\BD84B958\X0\ \X2\CC38C870AC00C5C6B294\X0\ \X2\ACBDC6B0C5D0\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); +#8527= IFCRELASSOCIATESLIBRARY('3kk38HgzP0C9OaAvhCrnbr',$,$,$,(#2269),#15796); +#15796= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8531= IFCRELASSOCIATESLIBRARY('1TSjHpuiL6lQLSlJn11v5K',$,$,$,(#2273),#15797); +#8528= IFCRELASSOCIATESLIBRARY('27e6UaS9b998lmcAXy4WJp',$,$,$,(#2270),#15797); #15797= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8532= IFCRELASSOCIATESLIBRARY('0eyntJO6z0Iv1VHVbRWLLX',$,$,$,(#2273),#15798); -#15798= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\5F5330D730ED30B830A730AF30C8306B304A3051308B3053306E63075B9A578B5F0F306E305F3081306E30EA30D530A130EC30F330B9\X0\ID\X2\3002FF08305F30683048306F3001\X0\''A-1''\X2\578B\X0\)','ja-JP',$); +#8529= IFCRELASSOCIATESLIBRARY('3oQ5vEtvDA7BsQ4ZfMRF7z',$,$,$,(#2270),#15798); +#15798= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8533= IFCRELASSOCIATESLIBRARY('1pMBSQKkH1Pgt1eHwQdQ6M',$,$,$,(#2274),#15799); +#8530= IFCRELASSOCIATESLIBRARY('0kfY2SxpLEUAKl02eljAh9',$,$,$,(#2271),#15799); #15799= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8534= IFCRELASSOCIATESLIBRARY('1zVukHg81DKhgqneYaqi5P',$,$,$,(#2274),#15800); -#15800= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8531= IFCRELASSOCIATESLIBRARY('0tzKKFqYX8HxP_bgUZBhJL',$,$,$,(#2271),#15800); +#15800= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); -#8535= IFCRELASSOCIATESLIBRARY('0g6CjM3kPFuga3Nj0w5jlM',$,$,$,(#2275),#15801); -#15801= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8532= IFCRELASSOCIATESLIBRARY('2yIIXevjTCFva8Y$BPdyey',$,$,$,(#2271),#15801); +#15801= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8536= IFCRELASSOCIATESLIBRARY('1KFabTbfb4_uDcUU9yEy_J',$,$,$,(#2275),#15802); -#15802= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8533= IFCRELASSOCIATESLIBRARY('12vxgaM7HDzRjt199yKp94',$,$,$,(#2273),#15802); +#15802= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8537= IFCRELASSOCIATESLIBRARY('0q0T6U5YbDkOnajWsF1loH',$,$,$,(#2276),#15803); -#15803= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8534= IFCRELASSOCIATESLIBRARY('18o$N4e55D38Hz2Ig_DTj_',$,$,$,(#2273),#15803); +#15803= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4F7F75283055308C308B8A8D8B585206985E30B730B930C630E030675206985E57FA6E96304C306A304458345408300130D730ED30B830A730AF30C8306763075B9A3055308C305F578BFF0830BF30A430D7\X0\''\X2\FF21\X0\-1''\X2\306A3069FF09306763D04F9B3055308C308B30EC30D530A130EC30F330B9\X0\ID\X2\3002\X0\','ja-JP',$); -#8538= IFCRELASSOCIATESLIBRARY('2a84yEgJXC1hunlQguzfxS',$,$,$,(#2276),#15804); -#15804= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300158C1306E5916507430FB51855074306792447B4B95939694304C7570306A308B58345408306B3001\X0\"Outside","Inside"\X2\30928A188FF03059308BFF09\X0\','ja-JP',$); +#8535= IFCRELASSOCIATESLIBRARY('3b60CoZBL8SAwW2vm7dwGQ',$,$,$,(#2274),#15804); +#15804= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8539= IFCRELASSOCIATESLIBRARY('2fjnbcEMfEGB456XXpSKHr',$,$,$,(#2277),#15805); -#15805= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8536= IFCRELASSOCIATESLIBRARY('35QktBEAfDSh5HlI_aFHVX',$,$,$,(#2274),#15805); +#15805= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8540= IFCRELASSOCIATESLIBRARY('1i82bKjTP6N8mWVjjcDDIZ',$,$,$,(#2277),#15806); -#15806= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8537= IFCRELASSOCIATESLIBRARY('0WrlW5X$14OwqtlK9Gg_Dy',$,$,$,(#2274),#15806); +#15806= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B3C4B2C8\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8541= IFCRELASSOCIATESLIBRARY('3yD50GCB13x9EcBHPFk0kz',$,$,$,(#2277),#15807); -#15807= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8538= IFCRELASSOCIATESLIBRARY('0DZr__cwX4z8xvf9dolgbN',$,$,$,(#2275),#15807); +#15807= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8542= IFCRELASSOCIATESLIBRARY('1WA31GgKzAJAJPlxC3FcOf',$,$,$,(#2277),#15808); -#15808= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8539= IFCRELASSOCIATESLIBRARY('13USqKE3z40PKPff1mJBxI',$,$,$,(#2275),#15808); +#15808= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); -#8543= IFCRELASSOCIATESLIBRARY('1dAJlHKBn029f4p9WY3_YS',$,$,$,(#2277),#15809); -#15809= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8540= IFCRELASSOCIATESLIBRARY('0nkujokGD12Qkvz1MZjMF$',$,$,$,(#2275),#15809); +#15809= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8544= IFCRELASSOCIATESLIBRARY('3MEI1zSIjAB97t2FM4V_I4',$,$,$,(#2279),#15810); -#15810= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8541= IFCRELASSOCIATESLIBRARY('11gRfLO9D7awj2pW5q$CH5',$,$,$,(#2276),#15810); +#15810= IFCLIBRARYREFERENCE($,$,'Kennzeichen','Kennzeichen f\S\|r diese bauliche System in dem Projekt (z.B. ''TRA/EL1''). Die Kennzeichensystematik h\S\dngt von den jeweiligen nationalen/regionalen Regelungen ab.','de-DE',$); -#8545= IFCRELASSOCIATESLIBRARY('14pLZgB8T02AuRE8txFrob',$,$,$,(#2279),#15811); -#15811= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8542= IFCRELASSOCIATESLIBRARY('3tp7iXEWH5uwzWVp_gg1L_',$,$,$,(#2276),#15811); +#15811= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8546= IFCRELASSOCIATESLIBRARY('1bmTxe_jX5Iv6Zcz7EVqWP',$,$,$,(#2280),#15812); -#15812= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8543= IFCRELASSOCIATESLIBRARY('2wT$0ZupvCF9RdhRzDGDUd',$,$,$,(#2276),#15812); +#15812= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B5EFA726930B730B930C630E0306E63075B9A3055308C305F30A430F330B930BF30F330B9306E53C271678A1853F7\X0\','ja-JP',$); -#8547= IFCRELASSOCIATESLIBRARY('3fg6rJBSr0JO7$G3mSZ3M6',$,$,$,(#2280),#15813); -#15813= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\\X\0D\X\0A\X2\FF084F8B3048307030016881306E4E217AEF30FB4E2D592E3067808B7B4B30845DFE6B627B4B306E95939694304C7570306A308B58345408306B3001\X0\"Start","Center","End"\X2\30928A188FF03059308BFF09\X0\','ja-JP',$); +#8544= IFCRELASSOCIATESLIBRARY('0TMDm7ko98QB2Nh_wI3Si6',$,$,$,(#2276),#15813); +#15813= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\8BE5987976EE4E2D8BE572795B9A5EFA7B517CFB7EDF5B9E4F8B768453C280037F1653F7FF084F8B5982FF0C201C\X0\TRA/EL1\X2\201DFF0930028BE55C5E6027503C75315F5357307F16780189C4830351B35B9A3002\X0\','zh-CN',$); -#8548= IFCRELASSOCIATESLIBRARY('3bjnLIvcT96vrXIJ1YPG6W',$,$,$,(#2281),#15814); -#15814= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8545= IFCRELASSOCIATESLIBRARY('1wsTs_VnL5px2LEOb2pdKV',$,$,$,(#2277),#15814); +#15814= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8549= IFCRELASSOCIATESLIBRARY('0IfRi7e5f2C8KeIh8JW7PA',$,$,$,(#2281),#15815); -#15815= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8546= IFCRELASSOCIATESLIBRARY('3wzV8Yqp17iuXcm5dPMcsb',$,$,$,(#2277),#15815); +#15815= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8550= IFCRELASSOCIATESLIBRARY('0GELH0HGf0TBmd_QAt6XEx',$,$,$,(#2281),#15816); -#15816= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8547= IFCRELASSOCIATESLIBRARY('2cwi0xXjb8EfYCQFMZEzWQ',$,$,$,(#2277),#15816); +#15816= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8551= IFCRELASSOCIATESLIBRARY('3ALMTKusXCFAoIVqqrFxar',$,$,$,(#2282),#15817); -#15817= IFCLIBRARYREFERENCE($,$,'Referenz ID','Identifikator der projektinternen Referenz f\S\|r dieses Grundst\S\|ck, z.B. nach der Grundst\S\|ckklassifizierung des Bauherrn. Wird verwendet, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); +#8548= IFCRELASSOCIATESLIBRARY('2$ewd3VEL7vQAfyv7SJ0Fi',$,$,$,(#2277),#15817); +#15817= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8552= IFCRELASSOCIATESLIBRARY('0bPQQh_pHD5uZveBfi9suV',$,$,$,(#2282),#15818); -#15818= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8549= IFCRELASSOCIATESLIBRARY('3UOgRIBF55jeAzI$zT_9nV',$,$,$,(#2277),#15818); +#15818= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8553= IFCRELASSOCIATESLIBRARY('1LDdAZH7j0jBjSwt0KuGbZ',$,$,$,(#2282),#15819); -#15819= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); +#8550= IFCRELASSOCIATESLIBRARY('2BI4AIFhPAwhk0vYZ96pep',$,$,$,(#2278),#15819); +#15819= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8554= IFCRELASSOCIATESLIBRARY('2MM8tO5XnAnQsDh4uZFMZL',$,$,$,(#2282),#15820); -#15820= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8551= IFCRELASSOCIATESLIBRARY('22DO8fJd96jRtdWTNGVqgY',$,$,$,(#2278),#15820); +#15820= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E898F683C\X0\(\X2\4F8B3001FF21FF0D\X0\1)\X2\306772795B9A306E30BF30A430D7306E53C27167FF29FF24304C5272308A5F5330663089308C30017B497D1A304C306A3051308C30707B497D1A30B730B930C630E030924F7F306330665272308A5F5330663089308C307E30593002\X0\','ja-JP',$); -#8555= IFCRELASSOCIATESLIBRARY('3tkMp5x9jBXxhKkwclGpWV',$,$,$,(#2282),#15821); -#15821= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#8552= IFCRELASSOCIATESLIBRARY('3virnJp9HB_wizuGwSdIUc',$,$,$,(#2279),#15821); +#15821= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8556= IFCRELASSOCIATESLIBRARY('2WbCMGEyP8Pwnm09tx6ywA',$,$,$,(#2283),#15822); -#15822= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8553= IFCRELASSOCIATESLIBRARY('1qgExwm5v62wDKvHuZdYpo',$,$,$,(#2279),#15822); +#15822= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8557= IFCRELASSOCIATESLIBRARY('1xsEdZhcL3Pu5aYTuznpT3',$,$,$,(#2283),#15823); -#15823= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8554= IFCRELASSOCIATESLIBRARY('3fSOux7gv51PlZMEGN9cLW',$,$,$,(#2280),#15823); +#15823= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8558= IFCRELASSOCIATESLIBRARY('22DKMl4wn6XRhdeEcBpMj$',$,$,$,(#2283),#15824); -#15824= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); +#8555= IFCRELASSOCIATESLIBRARY('3Xw$Aprtf8dQb7j7AxhqFp',$,$,$,(#2280),#15824); +#15824= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8559= IFCRELASSOCIATESLIBRARY('1K3CqYigH0wP0ElQJC5Z$3',$,$,$,(#2284),#15825); -#15825= IFCLIBRARYREFERENCE($,$,'Komponententyp','Bezeichnung zur Zusammenfassung gleichartiger Komponenten zu einem Komponententyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8556= IFCRELASSOCIATESLIBRARY('1OmuHg8TbBeOecbKnxryUN',$,$,$,(#2280),#15825); +#15825= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8560= IFCRELASSOCIATESLIBRARY('3x2KYv_bjAlRETo7JIz2dL',$,$,$,(#2284),#15826); +#8557= IFCRELASSOCIATESLIBRARY('22ia74S1XAjQpUH7kIIciC',$,$,$,(#2281),#15826); #15826= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8561= IFCRELASSOCIATESLIBRARY('1jOdNQUET7Lg8V1In2H87K',$,$,$,(#2284),#15827); -#15827= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); +#8558= IFCRELASSOCIATESLIBRARY('1dM7TqnkfCGB9mim8CAf$H',$,$,$,(#2281),#15827); +#15827= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8562= IFCRELASSOCIATESLIBRARY('2v01MQ91PCawrsWim0Ck5W',$,$,$,(#2284),#15828); -#15828= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\53C271673059308B\X0\ID\X2\756A53F73002\X0\','ja-JP',$); +#8559= IFCRELASSOCIATESLIBRARY('3mhQhlmK1EghR3JFifDW5K',$,$,$,(#2282),#15828); +#15828= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8563= IFCRELASSOCIATESLIBRARY('3HjkSjNXvEDA66sR1GN3iV',$,$,$,(#2284),#15829); -#15829= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#8560= IFCRELASSOCIATESLIBRARY('1pzsHJmcz7re3mv5aId7jc',$,$,$,(#2282),#15829); +#15829= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8564= IFCRELASSOCIATESLIBRARY('3gZayAfY9EJQzcfYCxNZBW',$,$,$,(#2285),#15830); -#15830= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8561= IFCRELASSOCIATESLIBRARY('3Qq3N99hH2cPNhXTN7ZaLy',$,$,$,(#2282),#15830); +#15830= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); -#8565= IFCRELASSOCIATESLIBRARY('3Wbr2FAXbDXBySD57vAGZp',$,$,$,(#2285),#15831); -#15831= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); +#8562= IFCRELASSOCIATESLIBRARY('3wgNJVHlD4Fu81RuL7SWmg',$,$,$,(#2283),#15831); +#15831= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8566= IFCRELASSOCIATESLIBRARY('0waBeyfnv2qxQL_H0q1U9W',$,$,$,(#2285),#15832); -#15832= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8563= IFCRELASSOCIATESLIBRARY('2m0t_kSTf4DhU9o0Qs9CYf',$,$,$,(#2283),#15832); +#15832= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8567= IFCRELASSOCIATESLIBRARY('0FAhsubRTBkeQNS8ClGwF_',$,$,$,(#2286),#15833); -#15833= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8564= IFCRELASSOCIATESLIBRARY('0iBwo9SI1DBPqQb9gfT3gO',$,$,$,(#2283),#15833); +#15833= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8568= IFCRELASSOCIATESLIBRARY('3SBktYT6P7CBtSVtcJ_Vsw',$,$,$,(#2286),#15834); -#15834= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8565= IFCRELASSOCIATESLIBRARY('2jG2WfHrDD4vJf8DmUadgO',$,$,$,(#2284),#15834); +#15834= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8569= IFCRELASSOCIATESLIBRARY('2dRbj26Bf3Sxr97Wuy3oUt',$,$,$,(#2287),#15835); -#15835= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8566= IFCRELASSOCIATESLIBRARY('1t0Y7VaTH7gf1dJRoJCO4G',$,$,$,(#2284),#15835); +#15835= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\3053306E30D730ED30B830A730AF30C8\X0\ (\X2\4F8BFF0E\X0\ ''A-1''\X2\300030BF30A430D7306A3069\X0\)\X2\306763075B9A3055308C305F53C27167\X0\ID\X2\30028A8D30813089308C305F5206985E4F537CFB306E5206985E53C27167304C5B5857283057306A304458345408306B906975283055308C308B3002\X0\','ja-JP',$); -#8570= IFCRELASSOCIATESLIBRARY('0fcRhV$$j1FAJTLtpqzYvX',$,$,$,(#2287),#15836); -#15836= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8567= IFCRELASSOCIATESLIBRARY('1ihSE$Y5X7FxtVeka51dsH',$,$,$,(#2284),#15836); +#15836= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\C774\X0\ \X2\D504B85CC81DD2B8\X0\ (\X2\C608\X0\ : ''A-1''\X2\C720D615\X0\ \X2\B4F1\X0\) \X2\C9C0C815B41C\X0\ \X2\CC38C870\X0\ ID. \X2\C778C815\X0\ \X2\BD84B958\X0\ \X2\CCB4ACC4C758\X0\ \X2\BD84B958\X0\ \X2\CC38C870AC00C5C6B294\X0\ \X2\ACBDC6B0C5D0\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); -#8571= IFCRELASSOCIATESLIBRARY('1lzU9M3hr8XRGPCFyHIS5f',$,$,$,(#2287),#15837); -#15837= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8568= IFCRELASSOCIATESLIBRARY('1i0rv5UwD9hOygUFxcAZVq',$,$,$,(#2285),#15837); +#15837= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8572= IFCRELASSOCIATESLIBRARY('1NglvvzpfD4gkA5yUolWDc',$,$,$,(#2288),#15838); -#15838= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8569= IFCRELASSOCIATESLIBRARY('1DCSU3I7PDxfOIamIoxU2F',$,$,$,(#2285),#15838); +#15838= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\5F5330D730ED30B830A730AF30C8306B304A3051308B3053306E63075B9A578B5F0F306E305F3081306E30EA30D530A130EC30F330B9\X0\ID\X2\3002FF08305F30683048306F3001\X0\''A-1''\X2\578B\X0\)','ja-JP',$); -#8573= IFCRELASSOCIATESLIBRARY('3$VUvCnjzF1OpazIj06jtW',$,$,$,(#2288),#15839); +#8570= IFCRELASSOCIATESLIBRARY('1XgPkz2KXCbeYbsUuIe7c_',$,$,$,(#2286),#15839); #15839= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8574= IFCRELASSOCIATESLIBRARY('2aYIcd1Kb0xQm0bqk14193',$,$,$,(#2288),#15840); -#15840= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8571= IFCRELASSOCIATESLIBRARY('2ItmfKLmHASwpjeuzZzZc3',$,$,$,(#2286),#15840); +#15840= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8575= IFCRELASSOCIATESLIBRARY('3q_sUlJR5Cz9dSTN0hhzcw',$,$,$,(#2288),#15841); -#15841= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8572= IFCRELASSOCIATESLIBRARY('3mefnufUj1Zgx99ZPJjV_9',$,$,$,(#2287),#15841); +#15841= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8576= IFCRELASSOCIATESLIBRARY('1sSbHU$ZPBtv6QFS88YjQG',$,$,$,(#2288),#15842); -#15842= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8573= IFCRELASSOCIATESLIBRARY('1zND9DVrP7qhdjWpkjWAxQ',$,$,$,(#2287),#15842); +#15842= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8577= IFCRELASSOCIATESLIBRARY('3mju8HlO5FyBfmC9eprcjr',$,$,$,(#2289),#15843); +#8574= IFCRELASSOCIATESLIBRARY('3WrO9l6893Q8cnYQ7$OesH',$,$,$,(#2288),#15843); #15843= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8578= IFCRELASSOCIATESLIBRARY('2HqAM5vkb91B2YWzdvBhUD',$,$,$,(#2289),#15844); -#15844= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300167F1306E67F1982D30FB67F1811A30675E2F7B4B30845DFE6B627B4B306E9593969430FB672C6570304C7570306A308B58345408306B3001\X0\"Top","Bottom"\X2\30928A188FF03059308BFF09\X0\','ja-JP',$); +#8575= IFCRELASSOCIATESLIBRARY('3u09NIzWv91OQ07WTzlfDB',$,$,$,(#2288),#15844); +#15844= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300158C1306E5916507430FB51855074306792447B4B95939694304C7570306A308B58345408306B3001\X0\"Outside","Inside"\X2\30928A188FF03059308BFF09\X0\','ja-JP',$); -#8579= IFCRELASSOCIATESLIBRARY('0yQIjn_RP3dv206saS4f3q',$,$,$,(#2290),#15845); -#15845= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8576= IFCRELASSOCIATESLIBRARY('3Mtx8uA$r5BeW$9vfU48bX',$,$,$,(#2289),#15845); +#15845= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8580= IFCRELASSOCIATESLIBRARY('01ZXB1CcL4QujiEft04alf',$,$,$,(#2290),#15846); -#15846= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8577= IFCRELASSOCIATESLIBRARY('2n7HyxxOv8XxceGl31UILN',$,$,$,(#2289),#15846); +#15846= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8581= IFCRELASSOCIATESLIBRARY('2AzaozTu53pQLyG4u4ne1K',$,$,$,(#2290),#15847); -#15847= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\','ko-KR',$); +#8578= IFCRELASSOCIATESLIBRARY('3hGbp56G92FBmIS9jOWOuU',$,$,$,(#2289),#15847); +#15847= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8582= IFCRELASSOCIATESLIBRARY('1G2JfRx3bE5wh$jiW10fM0',$,$,$,(#2291),#15848); -#15848= IFCLIBRARYREFERENCE($,$,'Referenz ID','Identifikator der projektinternen Referenz f\S\|r dieses Geb\S\dude, z.B. nach der Geb\S\dudelassifizierung des Bauherrn. Wird verwendet, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); +#8579= IFCRELASSOCIATESLIBRARY('3CfthCcc12b9_JjgLRrnyU',$,$,$,(#2289),#15848); +#15848= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8583= IFCRELASSOCIATESLIBRARY('0omFEg76f4svZ73thNR$IS',$,$,$,(#2291),#15849); -#15849= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8580= IFCRELASSOCIATESLIBRARY('1UWu2O_cfFdfQzulKr6ab9',$,$,$,(#2289),#15849); +#15849= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8584= IFCRELASSOCIATESLIBRARY('12_sENCJv2YPpPayI2xQg5',$,$,$,(#2291),#15850); -#15850= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte de ce projet (exemple : "type A1"). A fournir s''il n''y a pas de r\S\if\S\irence \S\` une classification en usage.','fr-FR',$); +#8581= IFCRELASSOCIATESLIBRARY('3GL6DJ_lP8ShW2PPrzIjqI',$,$,$,(#2291),#15850); +#15850= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8585= IFCRELASSOCIATESLIBRARY('07mpXbs65DUQ9TKeFSyUQN',$,$,$,(#2291),#15851); +#8582= IFCRELASSOCIATESLIBRARY('3CB6sBNqX9BvmAMF93gC0N',$,$,$,(#2291),#15851); #15851= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8586= IFCRELASSOCIATESLIBRARY('285hCBgbLFsxDItS$eUyjN',$,$,$,(#2291),#15852); -#15852= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#8583= IFCRELASSOCIATESLIBRARY('3vLsXMsJn69B8TFEaYKsqY',$,$,$,(#2292),#15852); +#15852= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8587= IFCRELASSOCIATESLIBRARY('0q_evgDR96yPdFIVxbLD62',$,$,$,(#2292),#15853); -#15853= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8584= IFCRELASSOCIATESLIBRARY('1KFcLoQKn21ux0_94byoMy',$,$,$,(#2292),#15853); +#15853= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\\X\0D\X\0A\X2\FF084F8B3048307030016881306E4E217AEF30FB4E2D592E3067808B7B4B30845DFE6B627B4B306E95939694304C7570306A308B58345408306B3001\X0\"Start","Center","End"\X2\30928A188FF03059308BFF09\X0\','ja-JP',$); -#8588= IFCRELASSOCIATESLIBRARY('1D_3Raq8f2W8lr8uckAMlR',$,$,$,(#2292),#15854); -#15854= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8585= IFCRELASSOCIATESLIBRARY('3tsaEtJEjBUuRQDh0wX4W4',$,$,$,(#2293),#15854); +#15854= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8589= IFCRELASSOCIATESLIBRARY('3_aqe35N93rwZzOfBPnCvM',$,$,$,(#2293),#15855); -#15855= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8586= IFCRELASSOCIATESLIBRARY('364wuGhE90_xaoDypwWnbe',$,$,$,(#2293),#15855); +#15855= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8590= IFCRELASSOCIATESLIBRARY('33EdOP2J52GQXMxUCis7no',$,$,$,(#2293),#15856); -#15856= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#8587= IFCRELASSOCIATESLIBRARY('1GUohStj53OvWZGNaoTjiY',$,$,$,(#2293),#15856); +#15856= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8591= IFCRELASSOCIATESLIBRARY('3bPINioRD7lwRMiydvt3Ru',$,$,$,(#2293),#15857); -#15857= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); +#8588= IFCRELASSOCIATESLIBRARY('0Y3oUbynH7q8GK0BOSmd4b',$,$,$,(#2294),#15857); +#15857= IFCLIBRARYREFERENCE($,$,'Referenz ID','Identifikator der projektinternen Referenz f\S\|r dieses Grundst\S\|ck, z.B. nach der Grundst\S\|ckklassifizierung des Bauherrn. Wird verwendet, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); -#8592= IFCRELASSOCIATESLIBRARY('10nHDdSI1CXwJF7DjWOZDA',$,$,$,(#2294),#15858); +#8589= IFCRELASSOCIATESLIBRARY('0W5H1v_rHDBvjTKFmTKLGs',$,$,$,(#2294),#15858); #15858= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8593= IFCRELASSOCIATESLIBRARY('0D835HkAjDsAdPTelYctMK',$,$,$,(#2294),#15859); -#15859= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); +#8590= IFCRELASSOCIATESLIBRARY('3LbjLAdjDAVgFr8idqqbM9',$,$,$,(#2294),#15859); +#15859= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); -#8594= IFCRELASSOCIATESLIBRARY('08mkl9bkj7eus5Brf$usqE',$,$,$,(#2295),#15860); -#15860= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); +#8591= IFCRELASSOCIATESLIBRARY('1pweusWjz3LObwiujPpHf7',$,$,$,(#2294),#15860); +#15860= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8595= IFCRELASSOCIATESLIBRARY('0wdu9a9Pz2MQLmBh5AfRyD',$,$,$,(#2295),#15861); -#15861= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); +#8592= IFCRELASSOCIATESLIBRARY('0dogoadtv2MA$KSNyCypQt',$,$,$,(#2294),#15861); +#15861= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#8596= IFCRELASSOCIATESLIBRARY('1CiU2i2z9C$Ogr0LzEEJEa',$,$,$,(#2295),#15862); -#15862= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); +#8593= IFCRELASSOCIATESLIBRARY('2$H$k3oGb7UQBHwkqOZX4g',$,$,$,(#2295),#15862); +#15862= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8597= IFCRELASSOCIATESLIBRARY('2zXuZY7MDC$9aOq58TZ48O',$,$,$,(#2295),#15863); +#8594= IFCRELASSOCIATESLIBRARY('3YoFCZNkP7vBLSjzgC0J32',$,$,$,(#2295),#15863); #15863= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8598= IFCRELASSOCIATESLIBRARY('3HJc4ynzzB8AWi6H68FzVi',$,$,$,(#2295),#15864); -#15864= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); +#8595= IFCRELASSOCIATESLIBRARY('2puZ9jVRb6kf1GPWbA6s2m',$,$,$,(#2295),#15864); +#15864= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ID','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0C11C\X0\ \X2\C0ACC6A9C774\X0\ \X2\C720D615C5D0\X0\ \X2\B300D55C\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : ''A-1'') \X2\203B\X0\ \X2\AE30BCF8C774C788B294\X0\ \X2\ACBDC6B0\X0\ \X2\ADF8\X0\ \X2\AE30D638B97C\X0\ \X2\C0ACC6A9\X0\','ko-KR',$); -#8599= IFCRELASSOCIATESLIBRARY('1LIV7KqwrAlw1I9$utTjd_',$,$,$,(#2306),#15865); -#15865= IFCLIBRARYREFERENCE($,$,'Refresh Rate',$,'en',$); +#8596= IFCRELASSOCIATESLIBRARY('1LEqy8lwb7JgPG6z3pg9WK',$,$,$,(#2296),#15865); +#15865= IFCLIBRARYREFERENCE($,$,'Komponententyp','Bezeichnung zur Zusammenfassung gleichartiger Komponenten zu einem Komponententyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8600= IFCRELASSOCIATESLIBRARY('2kKHLVG5v6PxvJK82WS6Yo',$,$,$,(#2306),#15866); -#15866= IFCLIBRARYREFERENCE($,$,'\X2\30EA30D530EC30C330B730E530EC30FC30C8\X0\','\X2\30EA30D530EC30C330B730E530EC30FC30C854686CE265707BC456F23092793A30593002\X0\','ja-JP',$); +#8597= IFCRELASSOCIATESLIBRARY('3sD7UtLin7NPROH4g1vyY3',$,$,$,(#2296),#15866); +#15866= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8601= IFCRELASSOCIATESLIBRARY('1CA$vGHZbBD9_4Lmko7iVg',$,$,$,(#2306),#15867); -#15867= IFCLIBRARYREFERENCE($,$,'\X2\C7ACC0DD\X0\','\X2\BE48B3C4\X0\ \X2\C7ACC0DD\X0\ \X2\BE48B3C4\X0\ \X2\C8FCD30CC218\X0\ \X2\BC94C704B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#8598= IFCRELASSOCIATESLIBRARY('0aQxRlX4HEXPNZk0_d4xof',$,$,$,(#2296),#15867); +#15867= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1"). Utilis\S\i pour enregistrer un type sans recourir \S\` une classification.','fr-FR',$); -#8603= IFCRELASSOCIATESLIBRARY('3K5OiP_CPAcBaWWE41XQ_O',$,$,$,(#2307),#15868); -#15868= IFCLIBRARYREFERENCE($,$,'Refrigerant Class',$,'en',$); +#8599= IFCRELASSOCIATESLIBRARY('3npxjNxT57LwEg82CFdYB$',$,$,$,(#2296),#15868); +#15868= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\53C271673059308B\X0\ID\X2\756A53F73002\X0\','ja-JP',$); -#8604= IFCRELASSOCIATESLIBRARY('3svAGK1E95ux9d754_1s08',$,$,$,(#2307),#15869); -#15869= IFCLIBRARYREFERENCE($,$,'ClasseR\S\ifrig\S\irant','Classe de r\S\ifrig\S\irant utilis\S\i par le compresseur.\X\0D\X\0A\X\0D\X\0ACFC\X\0D\X\0AHCFC\X\0D\X\0AHFC','fr-FR',$); +#8600= IFCRELASSOCIATESLIBRARY('2XDRqMczj2Who3A0Y1y_A9',$,$,$,(#2296),#15869); +#15869= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#8605= IFCRELASSOCIATESLIBRARY('1y9MRwzzX4d9STbzek2WjL',$,$,$,(#2308),#15870); -#15870= IFCLIBRARYREFERENCE($,$,'Refrigerant Class',$,'en',$); +#8601= IFCRELASSOCIATESLIBRARY('1zrHfvOcn5nwRRl5w9aYH8',$,$,$,(#2297),#15870); +#15870= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8606= IFCRELASSOCIATESLIBRARY('0XvGmlgO53k92oT1k7E9NT',$,$,$,(#2308),#15871); -#15871= IFCLIBRARYREFERENCE($,$,'\X2\51B75A925206985E\X0\','\X2\57277E2E6A5F30674F7F75283055308C308B51B75A927A2E985E\X0\\X\0D\X\0ACFC: Chlorofluorocarbons.\X\0D\X\0AHCFC: Hydrochlorofluorocarbons.\X\0D\X\0AHFC: Hydrofluorocarbons.\X\0D\X\0A\X2\FF08\X0\CFC, HCFC, HFC, HYDROCARBONS, AMMONIA, CO2, H2O, \X2\305D306E4ED6FF09\X0\','ja-JP',$); +#8602= IFCRELASSOCIATESLIBRARY('0RLfVQHlL5BB37Em9d_RWV',$,$,$,(#2297),#15871); +#15871= IFCLIBRARYREFERENCE($,$,'R\S\if\S\irence','Identification de r\S\if\S\irence pour ce type sp\S\icifique \S\` ce projet, c''est-\S\`-dire type''A-1'', fourni \S\` partir du moment o\S\y, s''il n''y a pas de r\S\if\S\irence de classification par rapport \S\` un syst\S\hme de classification reconnu et en usage.','fr-FR',$); -#8607= IFCRELASSOCIATESLIBRARY('1a$9WI_xH1FOR6vYXSMtD5',$,$,$,(#2309),#15872); -#15872= IFCLIBRARYREFERENCE($,$,'Refrigerant Class',$,'en',$); +#8603= IFCRELASSOCIATESLIBRARY('3I6KwIkNX3vv_BbuF$EMrx',$,$,$,(#2297),#15872); +#15872= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8608= IFCRELASSOCIATESLIBRARY('3sOccPERb6yBH4dzkPnEmk',$,$,$,(#2310),#15873); -#15873= IFCLIBRARYREFERENCE($,$,'Refrigerant Fouling Resistance',$,'en',$); +#8604= IFCRELASSOCIATESLIBRARY('1JUJoxqhzCaw7ztDvFT2GL',$,$,$,(#2298),#15873); +#15873= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8609= IFCRELASSOCIATESLIBRARY('2gJ0kFZ2X0GeIa1nl6agi2',$,$,$,(#2311),#15874); -#15874= IFCLIBRARYREFERENCE($,$,'Refrigerant Fouling Resistance',$,'en',$); +#8605= IFCRELASSOCIATESLIBRARY('1D9K8OeujAVPrZOPFTDQU_',$,$,$,(#2298),#15874); +#15874= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8610= IFCRELASSOCIATESLIBRARY('1N0r0KIEzByOVHeWanHKKv',$,$,$,(#2312),#15875); -#15875= IFCLIBRARYREFERENCE($,$,'Regenerated Sound Curve',$,'en',$); +#8606= IFCRELASSOCIATESLIBRARY('0VAoJBN3nDxwr70hEvZoHb',$,$,$,(#2299),#15875); +#15875= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8612= IFCRELASSOCIATESLIBRARY('0RR7BQ0zP5VuP5I0DSbTH9',$,$,$,(#2313),#15876); -#15876= IFCLIBRARYREFERENCE($,$,'Reheat Type',$,'en',$); +#8607= IFCRELASSOCIATESLIBRARY('0SGgtfaJn56uQeyHLKX5Sj',$,$,$,(#2299),#15876); +#15876= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8613= IFCRELASSOCIATESLIBRARY('0Mf_y3bJ5ArhtYFA$YGue3',$,$,$,(#2313),#15877); -#15877= IFCLIBRARYREFERENCE($,$,'Type de r\S\ichauffage','Type de r\S\ichauffage d''un registre terminal de ventilation','fr-FR',$); +#8608= IFCRELASSOCIATESLIBRARY('0V_0y2FVDDFgiR4juhbhJ8',$,$,$,(#2299),#15877); +#15877= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8614= IFCRELASSOCIATESLIBRARY('24hrw5B6j4vP0cTCSdPxe6',$,$,$,(#2313),#15878); -#15878= IFCLIBRARYREFERENCE($,$,'\X2\518D71B15F625F0F\X0\','\X2\30BF30FC30DF30CA30EB306E518D71B165B95F0F\X0\\X\0D\X\0A\X2\FF0896FB6C1730016C3430B330A430EB300184B86C1730B330A430EB300130AC30B952A071B1FF0EFF0EFF0EFF09\X0\','ja-JP',$); +#8609= IFCRELASSOCIATESLIBRARY('3OpynOWkf3JQmwWnRrEsDF',$,$,$,(#2300),#15878); +#15878= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8615= IFCRELASSOCIATESLIBRARY('2wGEeVBinDeQFk9TT_oxj$',$,$,$,(#2314),#15879); -#15879= IFCLIBRARYREFERENCE($,$,'Reinforcement',$,'en',$); +#8610= IFCRELASSOCIATESLIBRARY('0a9vm2fHz8fu6NHJADwisk',$,$,$,(#2300),#15879); +#15879= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8616= IFCRELASSOCIATESLIBRARY('212k8oMoD56OTlzDO1dZK7',$,$,$,(#2314),#15880); -#15880= IFCLIBRARYREFERENCE($,$,'\X2\88DC5F37\X0\','\X2\30C030AF30C876F47BA1306B4F55304B4F7F75283055308C30663044308B58345408306E88DC5F377A2E985E\X0\','ja-JP',$); +#8611= IFCRELASSOCIATESLIBRARY('0CPXQiuU1FVhmtYQUqBe$z',$,$,$,(#2300),#15880); +#15880= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8617= IFCRELASSOCIATESLIBRARY('3w4ncSag1EHfSSFlglSp81',$,$,$,(#2315),#15881); -#15881= IFCLIBRARYREFERENCE($,$,'Bewehrungsgrad Fl\S\dche','Das geforderte Verh\S\dltnis der effektiven fl\S\dchenbezogenen Masse der Bewehrung im Verh\S\dltnis zur effektiven Fl\S\dche des Betons f\S\|r dieses Element.','de-DE',$); +#8612= IFCRELASSOCIATESLIBRARY('1EAE_43kL1hvFtQuVVVQSz',$,$,$,(#2300),#15881); +#15881= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8618= IFCRELASSOCIATESLIBRARY('2IEQjQXRr1yuqxNz$k$$f0',$,$,$,(#2315),#15882); -#15882= IFCLIBRARYREFERENCE($,$,'Reinforcement Area Ratio',$,'en',$); +#8613= IFCRELASSOCIATESLIBRARY('028couylnEyw$yzY55pVUZ',$,$,$,(#2300),#15882); +#15882= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8620= IFCRELASSOCIATESLIBRARY('3Y3roVKvv9$8UArsi6fswc',$,$,$,(#2316),#15883); -#15883= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Type',$,'en',$); +#8614= IFCRELASSOCIATESLIBRARY('0zLvONh9PCJgfz0GyF$p08',$,$,$,(#2301),#15883); +#15883= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8621= IFCRELASSOCIATESLIBRARY('2L4kUt4KD06BF_c30Ios9Q',$,$,$,(#2316),#15884); -#15884= IFCLIBRARYREFERENCE($,$,'\X2\88DC5F377B4B30BF30A430D7\X0\','\X2\88DC5F377B4B30BF30A430D7306E5B9A7FA93002\X0\','ja-JP',$); +#8615= IFCRELASSOCIATESLIBRARY('09zyMbraL32wWMnXJ45Ja1',$,$,$,(#2301),#15884); +#15884= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\4E00822C7684306A92447B4B30BF30A430D7306E8AAC660E30E930D930EB3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300167F1306E67F1982D30FB67F1811A30675E2F7B4B30845DFE6B627B4B306E9593969430FB672C6570304C7570306A308B58345408306B3001\X0\"Top","Bottom"\X2\30928A188FF03059308BFF09\X0\','ja-JP',$); -#8622= IFCRELASSOCIATESLIBRARY('3ze6CvRELCCA6J2hsgzpt6',$,$,$,(#2317),#15885); -#15885= IFCLIBRARYREFERENCE($,$,'Reinforcement Spacing',$,'en',$); +#8616= IFCRELASSOCIATESLIBRARY('3Z4V9Ju9j3BQ1CAYj34V9V',$,$,$,(#2302),#15885); +#15885= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8623= IFCRELASSOCIATESLIBRARY('2NLlQQxsH0Z8HM3Bx4C8z9',$,$,$,(#2317),#15886); -#15886= IFCLIBRARYREFERENCE($,$,'\X2\88DC5F3795939694\X0\','\X2\88DC5F3789817D209593306E8DDD96E2\X0\','ja-JP',$); +#8617= IFCRELASSOCIATESLIBRARY('1qUNR7eOP0Evx8gEYLbfwU',$,$,$,(#2302),#15886); +#15886= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8624= IFCRELASSOCIATESLIBRARY('17yuWEWEr2b8_VL2bQ2UnC',$,$,$,(#2318),#15887); -#15887= IFCLIBRARYREFERENCE($,$,'Reinforcement Strength Class',$,'en',$); +#8618= IFCRELASSOCIATESLIBRARY('0BlbXOqiD8MwxNTE9Qmvap',$,$,$,(#2302),#15887); +#15887= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\','ko-KR',$); -#8625= IFCRELASSOCIATESLIBRARY('1dzTXAP5v65v0Ox$nv55HI',$,$,$,(#2319),#15888); -#15888= IFCLIBRARYREFERENCE($,$,'Bewehrungsgrad Volumen','Das geforderte Verh\S\dltnis der effektiven Masse der Bewehrung im Verh\S\dltnis zur effektiven Masse des Betons f\S\|r dieses Element.','de-DE',$); +#8619= IFCRELASSOCIATESLIBRARY('3w7jV4IsTAKutdCh4vl_g8',$,$,$,(#2303),#15888); +#15888= IFCLIBRARYREFERENCE($,$,'Referenz ID','Identifikator der projektinternen Referenz f\S\|r dieses Geb\S\dude, z.B. nach der Geb\S\dudelassifizierung des Bauherrn. Wird verwendet, wenn keine allgemein anerkanntes Klassifizierungssystem angewandt wird.','de-DE',$); -#8626= IFCRELASSOCIATESLIBRARY('1K0IrYGqf3_BDb9Bwsm$$O',$,$,$,(#2319),#15889); -#15889= IFCLIBRARYREFERENCE($,$,'Reinforcement Volume Ratio',$,'en',$); +#8620= IFCRELASSOCIATESLIBRARY('33vbA$EZzBvx2qDQAlWolg',$,$,$,(#2303),#15889); +#15889= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8627= IFCRELASSOCIATESLIBRARY('3TQMpI_u180AZNFuVlPeHH',$,$,$,(#2320),#15890); -#15890= IFCLIBRARYREFERENCE($,$,'Relative Humidity',$,'en',$); +#8621= IFCRELASSOCIATESLIBRARY('2epQSXkLPEef1Gw3XA5CS5',$,$,$,(#2303),#15890); +#15890= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte de ce projet (exemple : "type A1"). A fournir s''il n''y a pas de r\S\if\S\irence \S\` une classification en usage.','fr-FR',$); -#8628= IFCRELASSOCIATESLIBRARY('0odW7iNRz5FQIhY8_e9k6t',$,$,$,(#2320),#15891); -#15891= IFCLIBRARYREFERENCE($,$,'\X2\76F85BFE6E7F5EA6\X0\','\X2\76F85BFE6E7F5EA6306B3088308B71B18CA083773002\X0\','ja-JP',$); +#8622= IFCRELASSOCIATESLIBRARY('29CWUarg90xQqHjpiGuA0p',$,$,$,(#2303),#15891); +#15891= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8629= IFCRELASSOCIATESLIBRARY('0xOpW3bjzAsgkXZ56Kx8mY',$,$,$,(#2320),#15892); -#15892= IFCLIBRARYREFERENCE($,$,'\X2\C0C1B300C2B5B3C4\X0\','\X2\C0C1B300C2B5B3C4C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#8623= IFCRELASSOCIATESLIBRARY('1JA_Kf5MDDbxZnsQx6xT7k',$,$,$,(#2303),#15892); +#15892= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\ ID','\X2\C774\X0\ \X2\D504B85CC81DD2B8C758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1). \X2\BD84B958\X0\ \X2\CF54B4DCAC00\X0\ \X2\C544B2CC\X0\ \X2\B0B4BD80C5D0C11C\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D504B85CC81DD2B8\X0\ \X2\D615C2DDC73CB85C\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#8630= IFCRELASSOCIATESLIBRARY('2IicU2loXFRQ0$48uyWLiX',$,$,$,(#2321),#15893); -#15893= IFCLIBRARYREFERENCE($,$,'Relative Humidity',$,'en',$); +#8624= IFCRELASSOCIATESLIBRARY('3B17is6W1FYxTfYyrSej1x',$,$,$,(#2304),#15893); +#15893= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8631= IFCRELASSOCIATESLIBRARY('2FTEvuVnbE38Tv2EuyKFSO',$,$,$,(#2321),#15894); -#15894= IFCLIBRARYREFERENCE($,$,'\X2\76F85BFE6E7F5EA6\X0\','\X2\76F85BFE6E7F5EA6306B3088308B71B18CA083773002\X0\','ja-JP',$); +#8625= IFCRELASSOCIATESLIBRARY('3PX7fQ5QXEnghZ9mslQLTr',$,$,$,(#2304),#15894); +#15894= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8632= IFCRELASSOCIATESLIBRARY('0UFM$3gED1TQmUGP98yzEO',$,$,$,(#2321),#15895); -#15895= IFCLIBRARYREFERENCE($,$,'\X2\C0C1B300C2B5B3C4\X0\','\X2\C0C1B300C2B5B3C4C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#8626= IFCRELASSOCIATESLIBRARY('00r$wq9tP6qOOdeYkeJnnl',$,$,$,(#2305),#15895); +#15895= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8633= IFCRELASSOCIATESLIBRARY('2H6uqJR$rC2AJ2NFI3qnvZ',$,$,$,(#2322),#15896); -#15896= IFCLIBRARYREFERENCE($,$,'Relaxations',$,'en',$); +#8627= IFCRELASSOCIATESLIBRARY('3FxXOjqgzDUf7QyQDJLmsK',$,$,$,(#2305),#15896); +#15896= IFCLIBRARYREFERENCE($,$,'\X2\53C27167\X0\','\X2\5F538A7230D730ED30B830A730AF30C830675B9A7FA93059308B5F625F0F306E53C27167\X0\ID\X2\FF084F8BFF1A\X0\A-1)\X2\3001627F8A8D3055308C305F5206985E306B5B5857283057306A30443068304D306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#8634= IFCRELASSOCIATESLIBRARY('12JrabdZfCLvHHI86eYJ9I',$,$,$,(#2323),#15897); -#15897= IFCLIBRARYREFERENCE($,$,'Release Current',$,'en',$); +#8628= IFCRELASSOCIATESLIBRARY('3HFpAp_0rEYglgNAxt3RCs',$,$,$,(#2305),#15897); +#15897= IFCLIBRARYREFERENCE($,$,'\X2\CC38C870\X0\','\X2\D574B2F9\X0\ \X2\D504B85CC81DD2B8C5D0\X0\ \X2\C815C758B41C\X0\ \X2\D615C2DDC758\X0\ \X2\CC38C870\X0\ ID (\X2\C608\X0\ : A-1) \X2\C2B9C778B41C\X0\ \X2\BD84B958C5D0\X0\ \X2\C874C7ACD558C9C0\X0\ \X2\C54AC744\X0\ \X2\B54C\X0\ \X2\C0ACC6A9B41CB2E4\X0\.','ko-KR',$); -#8635= IFCRELASSOCIATESLIBRARY('0h$ANcyKr5ewkjtmukv1jp',$,$,$,(#2323),#15898); -#15898= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA96FB6D41\X0\','\X2\653E51FA3059308B96FB6D41306F3001\X0\S-function\X2\306E521D671F727960273002\X0\','ja-JP',$); +#8629= IFCRELASSOCIATESLIBRARY('2FxveN7x1E$xFlDQb3$Zdr',$,$,$,(#2306),#15898); +#15898= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8636= IFCRELASSOCIATESLIBRARY('0HipJckxr8790xcbMwTns9',$,$,$,(#2323),#15899); -#15899= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9CC804B958\X0\','\X2\BC29CD9C\X0\ \X2\C804B958B294\X0\ S-function\X2\C758\X0\ \X2\CD08AE30\X0\ \X2\D2B9C131\X0\.','ko-KR',$); +#8630= IFCRELASSOCIATESLIBRARY('3Vgnr_fSDClRZYvWEFQxLl',$,$,$,(#2306),#15899); +#15899= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8637= IFCRELASSOCIATESLIBRARY('1fo_ni589EPBKUGEXlJEUa',$,$,$,(#2324),#15900); -#15900= IFCLIBRARYREFERENCE($,$,'Release Current',$,'en',$); +#8631= IFCRELASSOCIATESLIBRARY('0LsqSvYJb77BbOiTu6qJAw',$,$,$,(#2307),#15900); +#15900= IFCLIBRARYREFERENCE($,$,'Bauteiltyp','Bezeichnung zur Zusammenfassung gleichartiger Bauteile zu einem Bauteiltyp (auch Konstruktionstyp genannt). Alternativ zum Namen des "Typobjekts", insbesondere wenn die Software keine Typen unterst\S\|tzt.','de-DE',$); -#8638= IFCRELASSOCIATESLIBRARY('2bsou13$P8fwGnsQeh13Ey',$,$,$,(#2324),#15901); -#15901= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA96FB6D41\X0\','\X2\653E51FA3059308B96FB6D41306F3001\X0\S-function\X2\306E521D671F727960273002\X0\','ja-JP',$); +#8632= IFCRELASSOCIATESLIBRARY('2caOZUma9Bzxa9q2bxJcuV',$,$,$,(#2307),#15901); +#15901= IFCLIBRARYREFERENCE($,$,'Reference',$,'en',$); -#8639= IFCRELASSOCIATESLIBRARY('0YnUAsSCXFdhJW16$EZjsu',$,$,$,(#2324),#15902); -#15902= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9CC804B958\X0\','\X2\BC29CD9C\X0\ \X2\C804B958B294\X0\ S-function\X2\C758\X0\ \X2\CD08AE30\X0\ \X2\D2B9C131\X0\.','ko-KR',$); +#8633= IFCRELASSOCIATESLIBRARY('2mFHHye9PFkQKikUGsB$uM',$,$,$,(#2307),#15902); +#15902= IFCLIBRARYREFERENCE($,$,'Reference','R\S\if\S\irence \S\` l''identifiant d''un type sp\S\icifi\S\i dans le contexte du projet (exemple : "type A1") pour d\S\isigner un "type de construction". Une alternative au nom d''un objet type lorsque les objets types ne sont pas g\S\ir\S\is par le logiciel.','fr-FR',$); -#8640= IFCRELASSOCIATESLIBRARY('2J3GYuyB96bBA9C_ytQxiA',$,$,$,(#2325),#15903); -#15903= IFCLIBRARYREFERENCE($,$,'Release Current',$,'en',$); +#8634= IFCRELASSOCIATESLIBRARY('20vdZev6n04hyQ2Aq6$Gi6',$,$,$,(#2307),#15903); +#15903= IFCLIBRARYREFERENCE($,$,'\X2\53C271678A1853F7\X0\','\X2\3053306E30D730ED30B830A730AF30C8306B304A3051308B53C271678A1853F7\X0\(\X2\4F8BFF1A\X0\A-1)\X2\30025206985E30B330FC30C93067306F306A304F518590E830674F7F75283055308C308B30D730ED30B830A730AF30C830BF30A430D73068305730664F7F75283055308C308B3082306E3002\X0\','ja-JP',$); -#8641= IFCRELASSOCIATESLIBRARY('3DNYmc49b5kAZk0ttVaxog',$,$,$,(#2325),#15904); -#15904= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA96FB6D41\X0\','\X2\653E51FA3059308B96FB6D41306F3001\X0\S-function\X2\306E521D671F727960273002\X0\','ja-JP',$); +#8635= IFCRELASSOCIATESLIBRARY('0hv3NVIIv1$90RDUqacS9U',$,$,$,(#2307),#15904); +#15904= IFCLIBRARYREFERENCE($,$,'\X2\53C2800353F7\X0\','\X2\82E5672A91C775285DF277E5768452067C7B7CFB7EDFFF0C52198BE55C5E60274E3A8BE5987976EE4E2D8BE57C7B578B67844EF6768453C280037F1653F7FF084F8B5982FF0C7C7B578B\X0\A-1\X2\FF093002\X0\','zh-CN',$); -#8642= IFCRELASSOCIATESLIBRARY('3WIpBJrAr53fPDMa6__K0F',$,$,$,(#2325),#15905); -#15905= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9CC804B958\X0\','\X2\BC29CD9C\X0\ \X2\C804B958B294\X0\ S-function\X2\C758\X0\ \X2\CD08AE30\X0\ \X2\D2B9C131\X0\.','ko-KR',$); +#8636= IFCRELASSOCIATESLIBRARY('1WLR5Z8AH93xb$NlVDhpeK',$,$,$,(#2318),#15905); +#15905= IFCLIBRARYREFERENCE($,$,'Refresh Rate',$,'en',$); -#8643= IFCRELASSOCIATESLIBRARY('2yzl3wDFr6JPLhlvTpzQGI',$,$,$,(#2326),#15906); -#15906= IFCLIBRARYREFERENCE($,$,'Release Current I2t End',$,'en',$); +#8637= IFCRELASSOCIATESLIBRARY('29d0WTmH5DeeTXA0S6TJFQ',$,$,$,(#2318),#15906); +#15906= IFCLIBRARYREFERENCE($,$,'\X2\30EA30D530EC30C330B730E530EC30FC30C8\X0\','\X2\30EA30D530EC30C330B730E530EC30FC30C854686CE265707BC456F23092793A30593002\X0\','ja-JP',$); -#8644= IFCRELASSOCIATESLIBRARY('0$S15AnCbDAhFmB8hcipwP',$,$,$,(#2326),#15907); -#15907= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E7D424E86653E6D4196FB6D41\X0\','S\X2\95A26570306E\X0\I2\X2\306E7279602766F27DDA306E30A830F330C930DD30A430F330C8306E\X0\[s]\X2\3092653E6D4196FB6D413002\X0\ \X\0D\X\0A I2t\X2\306E7D424E86653E6D4196FB6D41304C\X0\I2t\X2\306E958B59CB653E6D4196FB6D413088308A30824F4E304F3057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); +#8638= IFCRELASSOCIATESLIBRARY('3vu4D39sfEAx6aDC9b8WbC',$,$,$,(#2318),#15907); +#15907= IFCLIBRARYREFERENCE($,$,'\X2\C7ACC0DD\X0\','\X2\BE48B3C4\X0\ \X2\C7ACC0DD\X0\ \X2\BE48B3C4\X0\ \X2\C8FCD30CC218\X0\ \X2\BC94C704B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#8645= IFCRELASSOCIATESLIBRARY('38XoMzxbz6I9agv6eKMbuC',$,$,$,(#2326),#15908); -#15908= IFCLIBRARYREFERENCE($,$,'I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\','S\X2\D568C218\X0\ I2\X2\C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\B05DC810C5D0C11C\X0\ s\X2\B97C\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\. I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958AC00\X0\ I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958BCF4B2E4\X0\ \X2\B0AEAC8CD574C57CD55CB2E4\X0\. "','ko-KR',$); +#8640= IFCRELASSOCIATESLIBRARY('2VdXtvE096wheh6sGEmlbw',$,$,$,(#2319),#15908); +#15908= IFCLIBRARYREFERENCE($,$,'Refrigerant Class',$,'en',$); -#8646= IFCRELASSOCIATESLIBRARY('0SSb4xgcfC$8$CmApK0Mzc',$,$,$,(#2327),#15909); -#15909= IFCLIBRARYREFERENCE($,$,'Release Current I2t End',$,'en',$); +#8641= IFCRELASSOCIATESLIBRARY('24Exyo5mn6qv0dIZfG38I3',$,$,$,(#2319),#15909); +#15909= IFCLIBRARYREFERENCE($,$,'ClasseR\S\ifrig\S\irant','Classe de r\S\ifrig\S\irant utilis\S\i par le compresseur.\X\0D\X\0A\X\0D\X\0ACFC\X\0D\X\0AHCFC\X\0D\X\0AHFC','fr-FR',$); -#8647= IFCRELASSOCIATESLIBRARY('3ixH18QWfFeQezIJrfyNzq',$,$,$,(#2327),#15910); -#15910= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E7D424E86653E6D4196FB6D41\X0\','G\X2\95A26570306E\X0\I2\X2\306E7279602766F27DDA306E30A830F330C930DD30A430F330C8306E\X0\[s]\X2\3092653E6D4196FB6D413002\X0\ \X\0D\X\0A I2t\X2\306E7D424E86653E6D4196FB6D41304C\X0\I2t\X2\306E958B59CB653E6D4196FB6D413088308A30824F4E304F3057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); +#8642= IFCRELASSOCIATESLIBRARY('3ZwIIGFFHEMgysp0KrclKS',$,$,$,(#2320),#15910); +#15910= IFCLIBRARYREFERENCE($,$,'Refrigerant Class',$,'en',$); -#8648= IFCRELASSOCIATESLIBRARY('1TeNIve9XFrOSdjTSdpvuT',$,$,$,(#2327),#15911); -#15911= IFCLIBRARYREFERENCE($,$,'I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\','G \X2\D568C218\X0\ I2\X2\C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\B05DC810C5D0C11C\X0\ s\X2\B97C\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\. I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958AC00\X0\ I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958BCF4B2E4\X0\ \X2\B0AEAC8CD574C57CD55CB2E4\X0\. "','ko-KR',$); +#8643= IFCRELASSOCIATESLIBRARY('0NPbAmuM5BFvAJYyy9Qs3U',$,$,$,(#2320),#15911); +#15911= IFCLIBRARYREFERENCE($,$,'\X2\51B75A925206985E\X0\','\X2\57277E2E6A5F30674F7F75283055308C308B51B75A927A2E985E\X0\\X\0D\X\0ACFC: Chlorofluorocarbons.\X\0D\X\0AHCFC: Hydrochlorofluorocarbons.\X\0D\X\0AHFC: Hydrofluorocarbons.\X\0D\X\0A\X2\FF08\X0\CFC, HCFC, HFC, HYDROCARBONS, AMMONIA, CO2, H2O, \X2\305D306E4ED6FF09\X0\','ja-JP',$); -#8649= IFCRELASSOCIATESLIBRARY('1JYPcl5Jf6svyrxuIk0w5f',$,$,$,(#2328),#15912); -#15912= IFCLIBRARYREFERENCE($,$,'Release Current I2t Start',$,'en',$); +#8644= IFCRELASSOCIATESLIBRARY('0$bsPQKvPEl8fw3OdtS_Fj',$,$,$,(#2321),#15912); +#15912= IFCLIBRARYREFERENCE($,$,'Refrigerant Class',$,'en',$); -#8650= IFCRELASSOCIATESLIBRARY('0JthSiy212YB0zvJ4oog_L',$,$,$,(#2328),#15913); -#15913= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E958B59CB653E6D4196FB6D41\X0\','S\X2\95A26570306E7279602766F27DDA\X0\I2t\X2\306E59CB70B9\X0\[x In]\X2\304C958B59CB653E6D4196FB6D413002\X0\','ja-JP',$); +#8645= IFCRELASSOCIATESLIBRARY('25A7v$d6P6puuIeJwriEH1',$,$,$,(#2322),#15913); +#15913= IFCLIBRARYREFERENCE($,$,'Refrigerant Fouling Resistance',$,'en',$); -#8651= IFCRELASSOCIATESLIBRARY('3ueU36U4LDG8Iqh2_it3k9',$,$,$,(#2328),#15914); -#15914= IFCLIBRARYREFERENCE($,$,'I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\','S \X2\D568C218\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120\X0\ I2t\X2\C758\X0\ \X2\C2DCC791C810\X0\ [x In]\X2\AC00\X0\ \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\.','ko-KR',$); +#8646= IFCRELASSOCIATESLIBRARY('3cYCaDRy51feU7SVjKi0sQ',$,$,$,(#2323),#15914); +#15914= IFCLIBRARYREFERENCE($,$,'Refrigerant Fouling Resistance',$,'en',$); -#8652= IFCRELASSOCIATESLIBRARY('1D5lAR9ID8oPf_cIW7aPqn',$,$,$,(#2329),#15915); -#15915= IFCLIBRARYREFERENCE($,$,'Release Current I2t Start',$,'en',$); +#8647= IFCRELASSOCIATESLIBRARY('3CFFsrJOvA4PdBcaKXRLbs',$,$,$,(#2324),#15915); +#15915= IFCLIBRARYREFERENCE($,$,'Regenerated Sound Curve',$,'en',$); -#8653= IFCRELASSOCIATESLIBRARY('0E_fE3fLXEGPe0NUA7asv9',$,$,$,(#2329),#15916); -#15916= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E958B59CB653E6D4196FB6D41\X0\','G\X2\95A26570306E7279602766F27DDA\X0\I2t\X2\306E59CB70B9\X0\[x In]\X2\304C958B59CB653E6D4196FB6D413002\X0\','ja-JP',$); +#8649= IFCRELASSOCIATESLIBRARY('3cAn_NVE575gkBiuxHAVJk',$,$,$,(#2325),#15916); +#15916= IFCLIBRARYREFERENCE($,$,'Reheat Type',$,'en',$); -#8654= IFCRELASSOCIATESLIBRARY('1HjeXpXpvCkOawR9nDkrAp',$,$,$,(#2329),#15917); -#15917= IFCLIBRARYREFERENCE($,$,'I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\','G \X2\D568C218\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120\X0\ I2t\X2\C758\X0\ \X2\C2DCC791C810\X0\ [x In]\X2\AC00\X0\ \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\.','ko-KR',$); +#8650= IFCRELASSOCIATESLIBRARY('0cptbnjNXA3gGhjsoLw3ce',$,$,$,(#2325),#15917); +#15917= IFCLIBRARYREFERENCE($,$,'Type de r\S\ichauffage','Type de r\S\ichauffage d''un registre terminal de ventilation','fr-FR',$); -#8655= IFCRELASSOCIATESLIBRARY('0typDBmBbFDhC_J1VcHFZd',$,$,$,(#2331),#15918); -#15918= IFCLIBRARYREFERENCE($,$,'Release Strength',$,'en',$); +#8651= IFCRELASSOCIATESLIBRARY('23bK5bu3fBLho2MeF$5TOq',$,$,$,(#2325),#15918); +#15918= IFCLIBRARYREFERENCE($,$,'\X2\518D71B15F625F0F\X0\','\X2\30BF30FC30DF30CA30EB306E518D71B165B95F0F\X0\\X\0D\X\0A\X2\FF0896FB6C1730016C3430B330A430EB300184B86C1730B330A430EB300130AC30B952A071B1FF0EFF0EFF0EFF09\X0\','ja-JP',$); -#8656= IFCRELASSOCIATESLIBRARY('1rB40G7svCgwLKlQvPa9L8',$,$,$,(#2331),#15919); -#15919= IFCLIBRARYREFERENCE($,$,'\X2\30EA30EA30FC30B95F375EA6\X0\','\X2\7DCA5F35529B304C89E3653E3055308C308B6642306E30B330F330AF30EA30FC30C8306E67005C0F5FC5898157277E2E5F375EA630023053306E5C5E6027306F30D730EC30B930C830EC30B930C830B330F330AF30EA30FC30C889817D20306E307F306B906975283055308C308B3002\X0\','ja-JP',$); +#8652= IFCRELASSOCIATESLIBRARY('3akXIW6vfBER0as6MpW5KP',$,$,$,(#2326),#15919); +#15919= IFCLIBRARYREFERENCE($,$,'Reinforcement',$,'en',$); -#8657= IFCRELASSOCIATESLIBRARY('3dPNcny0v5gQfi63AAYAyV',$,$,$,(#2332),#15920); -#15920= IFCLIBRARYREFERENCE($,$,'Release Time',$,'en',$); +#8653= IFCRELASSOCIATESLIBRARY('2Sutc7jZT3qvRMuIb6hZCC',$,$,$,(#2326),#15920); +#15920= IFCLIBRARYREFERENCE($,$,'\X2\88DC5F37\X0\','\X2\30C030AF30C876F47BA1306B4F55304B4F7F75283055308C30663044308B58345408306E88DC5F377A2E985E\X0\','ja-JP',$); -#8658= IFCRELASSOCIATESLIBRARY('1gz9uQwcL8OgU_Wn3PoaBG',$,$,$,(#2332),#15921); -#15921= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA66429593\X0\','\X2\95A290233059308B90E85206306E521D671F30C830EA30C330D7306E305F3081306E\X0\[s]\X2\304C653E51FA664295933002\X0\\X\0D\X\0A \X2\3053306E30C830EA30C330D766429593306F300130EA30EA30FC30B9306E96FB6D413088308A30824F4E304496FB6D41306E58345408300163075B9A3055308C305F52D54F5C664295933088308A30829577304F306A308A307E30593002\X0\\X\0D\X\0A \X2\5024304C5E73574750243068305730664E0E30483089308C308B3002\X0\','ja-JP',$); +#8654= IFCRELASSOCIATESLIBRARY('3oGX4R8QLBlxMZdrmXYuAU',$,$,$,(#2327),#15921); +#15921= IFCLIBRARYREFERENCE($,$,'Bewehrungsgrad Fl\S\dche','Das geforderte Verh\S\dltnis der effektiven fl\S\dchenbezogenen Masse der Bewehrung im Verh\S\dltnis zur effektiven Fl\S\dche des Betons f\S\|r dieses Element.','de-DE',$); -#8659= IFCRELASSOCIATESLIBRARY('0zWm6YCE594gCoqFnyk1S5',$,$,$,(#2332),#15922); -#15922= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\','\X2\AD00B828\X0\ \X2\BD80BD84C758\X0\ \X2\CD08AE30\X0\ \X2\C5ECD589C744C704D55C\X0\ [s]\X2\AC00\X0\ \X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\. \X2\C774\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\B9B4B9ACC2A4\X0\ \X2\C804B958BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\C804B958C758\X0\ \X2\ACBDC6B0\X0\ \X2\C9C0C815B41C\X0\ \X2\B3D9C791\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38C5B4C9D1B2C8B2E4\X0\. \X2\AC12C744\X0\ \X2\D3C9ADE0C73CB85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); +#8655= IFCRELASSOCIATESLIBRARY('0S3KbV1Ij9se5BVZ_1BusG',$,$,$,(#2327),#15922); +#15922= IFCLIBRARYREFERENCE($,$,'Reinforcement Area Ratio',$,'en',$); -#8660= IFCRELASSOCIATESLIBRARY('0osUFZjyb2bxVwRvMd$H_6',$,$,$,(#2333),#15923); -#15923= IFCLIBRARYREFERENCE($,$,'Release Time',$,'en',$); +#8657= IFCRELASSOCIATESLIBRARY('2$2QDS2$X74xaOoLdJ4VCu',$,$,$,(#2328),#15923); +#15923= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Type',$,'en',$); -#8661= IFCRELASSOCIATESLIBRARY('034_QNwf1E0hzrV$VKy6JJ',$,$,$,(#2333),#15924); -#15924= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA66429593\X0\','\X2\95A290233059308B90E85206306E521D671F30C830EA30C330D7306E305F3081306E\X0\[s]\X2\304C653E51FA664295933002\X0\\X\0D\X\0A \X2\3053306E30C830EA30C330D766429593306F300130EA30EA30FC30B9306E96FB6D413088308A30824F4E304496FB6D41306E58345408300163075B9A3055308C305F52D54F5C664295933088308A30829577304F306A308A307E30593002\X0\\X\0D\X\0A \X2\5024304C5E73574750243068305730664E0E30483089308C308B3002\X0\','ja-JP',$); +#8658= IFCRELASSOCIATESLIBRARY('0G9bS2VGj2OP$tmKK3t99F',$,$,$,(#2328),#15924); +#15924= IFCLIBRARYREFERENCE($,$,'\X2\88DC5F377B4B30BF30A430D7\X0\','\X2\88DC5F377B4B30BF30A430D7306E5B9A7FA93002\X0\','ja-JP',$); -#8662= IFCRELASSOCIATESLIBRARY('2wyBAr70v8outsNrWoTDw6',$,$,$,(#2333),#15925); -#15925= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\','\X2\AD00B828\X0\ \X2\BD80BD84C758\X0\ \X2\CD08AE30\X0\ \X2\C5ECD589C744C704D55C\X0\ [s]\X2\AC00\X0\ \X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\. \X2\C774\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\B9B4B9ACC2A4\X0\ \X2\C804B958BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\C804B958C758\X0\ \X2\ACBDC6B0\X0\ \X2\C9C0C815B41C\X0\ \X2\B3D9C791\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38C5B4C9D1B2C8B2E4\X0\. \X2\AC12C744\X0\ \X2\D3C9ADE0C73CB85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); +#8659= IFCRELASSOCIATESLIBRARY('0vWZ0qurL9fwKC95Z8FLL9',$,$,$,(#2329),#15925); +#15925= IFCLIBRARYREFERENCE($,$,'Reinforcement Spacing',$,'en',$); -#8663= IFCRELASSOCIATESLIBRARY('1ajOg1_HvE29gCm2ezFGqB',$,$,$,(#2334),#15926); -#15926= IFCLIBRARYREFERENCE($,$,'Release Time',$,'en',$); +#8660= IFCRELASSOCIATESLIBRARY('3NYm7WYGD7pRZ2CPloUKEh',$,$,$,(#2329),#15926); +#15926= IFCLIBRARYREFERENCE($,$,'\X2\88DC5F3795939694\X0\','\X2\88DC5F3789817D209593306E8DDD96E2\X0\','ja-JP',$); -#8664= IFCRELASSOCIATESLIBRARY('3L3KKIVfv3euA7R8fheGMy',$,$,$,(#2334),#15927); -#15927= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA66429593\X0\','\X2\95A290233059308B90E85206306E521D671F30C830EA30C330D7306E305F3081306E\X0\[s]\X2\304C653E51FA664295933002\X0\\X\0D\X\0A \X2\3053306E30C830EA30C330D766429593306F300130EA30EA30FC30B9306E96FB6D413088308A30824F4E304496FB6D41306E58345408300163075B9A3055308C305F52D54F5C664295933088308A30829577304F306A308A307E30593002\X0\\X\0D\X\0A \X2\5024304C5E73574750243068305730664E0E30483089308C308B3002\X0\','ja-JP',$); +#8661= IFCRELASSOCIATESLIBRARY('0TdC8UcEH4S9PqF$f1hidF',$,$,$,(#2330),#15927); +#15927= IFCLIBRARYREFERENCE($,$,'Reinforcement Strength Class',$,'en',$); -#8665= IFCRELASSOCIATESLIBRARY('0vHKsawCbDqvnq9QYebTwd',$,$,$,(#2334),#15928); -#15928= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\','\X2\AD00B828\X0\ \X2\BD80BD84C758\X0\ \X2\CD08AE30\X0\ \X2\C5ECD589C744C704D55C\X0\ [s]\X2\AC00\X0\ \X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\. \X2\C774\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\B9B4B9ACC2A4\X0\ \X2\C804B958BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\C804B958C758\X0\ \X2\ACBDC6B0\X0\ \X2\C9C0C815B41C\X0\ \X2\B3D9C791\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38C5B4C9D1B2C8B2E4\X0\. \X2\AC12C744\X0\ \X2\D3C9ADE0C73CB85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\. "','ko-KR',$); +#8662= IFCRELASSOCIATESLIBRARY('0IU8OInlnCaR8PQMzvUY_e',$,$,$,(#2331),#15928); +#15928= IFCLIBRARYREFERENCE($,$,'Bewehrungsgrad Volumen','Das geforderte Verh\S\dltnis der effektiven Masse der Bewehrung im Verh\S\dltnis zur effektiven Masse des Betons f\S\|r dieses Element.','de-DE',$); -#8666= IFCRELASSOCIATESLIBRARY('0zBPrCa_H3jAWdEUAexQ0b',$,$,$,(#2335),#15929); -#15929= IFCLIBRARYREFERENCE($,$,'Release Time I2t End',$,'en',$); +#8663= IFCRELASSOCIATESLIBRARY('2_Ln0cy7r66OOGVg3OYAfc',$,$,$,(#2331),#15929); +#15929= IFCLIBRARYREFERENCE($,$,'Reinforcement Volume Ratio',$,'en',$); -#8667= IFCRELASSOCIATESLIBRARY('1uzYh74AD6lQY6sk4ngWHj',$,$,$,(#2335),#15930); -#15930= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E7D424E86653E6D4166429593\X0\','S\X2\95A26570306E\X0\I2\X2\306E7279602766F27DDA306E30A830F330C930DD30A430F330C8306E\X0\[s]\X2\3092653E6D41664295933002\X0\ \X\0D\X\0A I2t\X2\306E7D424E86653E6D4196FB6D4166429593304C\X0\I2t\X2\306E958B59CB653E6D41664295933088308A30824F4E304F3057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); +#8664= IFCRELASSOCIATESLIBRARY('2yEZroSTT8FB81R5liKnfk',$,$,$,(#2332),#15930); +#15930= IFCLIBRARYREFERENCE($,$,'Relative Humidity',$,'en',$); -#8668= IFCRELASSOCIATESLIBRARY('2XDhpkbFn16BCe8agj6Akb',$,$,$,(#2335),#15931); -#15931= IFCLIBRARYREFERENCE($,$,'I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\','S\X2\D568C218\X0\ I2\X2\C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\B05DC810C5D0C11C\X0\ s\X2\B97C\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\. I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\ \X2\C2DCAC04C774\X0\ I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\B0AEAC8CD574C57CD55CB2E4\X0\','ko-KR',$); +#8665= IFCRELASSOCIATESLIBRARY('1LiYsJ0CX6Sx4I2Mi3p1Qn',$,$,$,(#2332),#15931); +#15931= IFCLIBRARYREFERENCE($,$,'\X2\76F85BFE6E7F5EA6\X0\','\X2\76F85BFE6E7F5EA6306B3088308B71B18CA083773002\X0\','ja-JP',$); -#8669= IFCRELASSOCIATESLIBRARY('3bYszpDTXBe9AzToWB6kQW',$,$,$,(#2336),#15932); -#15932= IFCLIBRARYREFERENCE($,$,'Release Time I2t End',$,'en',$); +#8666= IFCRELASSOCIATESLIBRARY('3VjYO47sD5yeYINMLSSsM3',$,$,$,(#2332),#15932); +#15932= IFCLIBRARYREFERENCE($,$,'\X2\C0C1B300C2B5B3C4\X0\','\X2\C0C1B300C2B5B3C4C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#8670= IFCRELASSOCIATESLIBRARY('21k1_QI3H0KAdsFnK$dbts',$,$,$,(#2336),#15933); -#15933= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E7D424E86653E6D4166429593\X0\','G\X2\95A26570306E\X0\I2\X2\306E7279602766F27DDA306E30A830F330C930DD30A430F330C8306E\X0\[s]\X2\3092653E6D41664295933002\X0\ \X\0D\X\0A I2t\X2\306E7D424E86653E6D4196FB6D4166429593304C\X0\I2t\X2\306E958B59CB653E6D41664295933088308A30824F4E304F3057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); +#8667= IFCRELASSOCIATESLIBRARY('1FQmMJ8TXDNe6aYjoUX1v$',$,$,$,(#2333),#15933); +#15933= IFCLIBRARYREFERENCE($,$,'Relative Humidity',$,'en',$); -#8671= IFCRELASSOCIATESLIBRARY('194r1aFcH1mRl1731oHXAE',$,$,$,(#2336),#15934); -#15934= IFCLIBRARYREFERENCE($,$,'I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\','G \X2\D568C218\X0\ I2\X2\C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\B05DC810C5D0C11C\X0\ s\X2\B97C\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\. I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\ \X2\C2DCAC04C774\X0\ I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\B0AEAC8CD574C57CD55CB2E4\X0\','ko-KR',$); +#8668= IFCRELASSOCIATESLIBRARY('2ViGUHDtnF9O6wjLkZrBh7',$,$,$,(#2333),#15934); +#15934= IFCLIBRARYREFERENCE($,$,'\X2\76F85BFE6E7F5EA6\X0\','\X2\76F85BFE6E7F5EA6306B3088308B71B18CA083773002\X0\','ja-JP',$); -#8672= IFCRELASSOCIATESLIBRARY('2PMEM2Zsz4rxqYTb2OZ5IT',$,$,$,(#2337),#15935); -#15935= IFCLIBRARYREFERENCE($,$,'Release Time I2t Start',$,'en',$); +#8669= IFCRELASSOCIATESLIBRARY('34yETWFHPDtReZN8JFWe_D',$,$,$,(#2333),#15935); +#15935= IFCLIBRARYREFERENCE($,$,'\X2\C0C1B300C2B5B3C4\X0\','\X2\C0C1B300C2B5B3C4C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#8673= IFCRELASSOCIATESLIBRARY('0toI5UwL974u2j_T1pLLgf',$,$,$,(#2337),#15936); -#15936= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E958B59CB653E6D4166429593\X0\','S\X2\95A26570306E7279602766F27DDA\X0\I2t\X2\306E59CB70B9\X0\[s]\X2\304C958B59CB653E6D41664295933002\X0\','ja-JP',$); +#8670= IFCRELASSOCIATESLIBRARY('0r1HMnOv58YgsU9m_leHVk',$,$,$,(#2334),#15936); +#15936= IFCLIBRARYREFERENCE($,$,'Relaxations',$,'en',$); -#8674= IFCRELASSOCIATESLIBRARY('3maUAIv4zCV9LxL4ymGYbq',$,$,$,(#2337),#15937); -#15937= IFCLIBRARYREFERENCE($,$,'I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\','S\X2\D568C218\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120\X0\ I2t\X2\C758\X0\ \X2\C2DCC791C810\X0\ [s]\X2\AC00\X0\ \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\.','ko-KR',$); +#8671= IFCRELASSOCIATESLIBRARY('3j9bTGVg54jOAotuPfseNM',$,$,$,(#2335),#15937); +#15937= IFCLIBRARYREFERENCE($,$,'Release Current',$,'en',$); -#8675= IFCRELASSOCIATESLIBRARY('09volbxRz38B3jpo_jCpon',$,$,$,(#2338),#15938); -#15938= IFCLIBRARYREFERENCE($,$,'Release Time I2t Start',$,'en',$); +#8672= IFCRELASSOCIATESLIBRARY('3fw56OoHTBQuOrN4vgAgTO',$,$,$,(#2335),#15938); +#15938= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA96FB6D41\X0\','\X2\653E51FA3059308B96FB6D41306F3001\X0\S-function\X2\306E521D671F727960273002\X0\','ja-JP',$); -#8676= IFCRELASSOCIATESLIBRARY('3Xtgx7g8z17B7DIfbEn__I',$,$,$,(#2338),#15939); -#15939= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E958B59CB653E6D4166429593\X0\','G\X2\95A26570306E7279602766F27DDA\X0\I2t\X2\306E59CB70B9\X0\[s]\X2\304C958B59CB653E6D41664295933002\X0\','ja-JP',$); +#8673= IFCRELASSOCIATESLIBRARY('1HYiAkdfv8he48vnKf2lXr',$,$,$,(#2335),#15939); +#15939= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9CC804B958\X0\','\X2\BC29CD9C\X0\ \X2\C804B958B294\X0\ S-function\X2\C758\X0\ \X2\CD08AE30\X0\ \X2\D2B9C131\X0\.','ko-KR',$); -#8677= IFCRELASSOCIATESLIBRARY('1RqQczQBT2JvNL9a4tqEsh',$,$,$,(#2338),#15940); -#15940= IFCLIBRARYREFERENCE($,$,'I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\','G \X2\D568C218\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120\X0\ I2t\X2\C758\X0\ \X2\C2DCC791C810\X0\ [s]\X2\AC00\X0\ \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\.','ko-KR',$); +#8674= IFCRELASSOCIATESLIBRARY('3YdloW8k594xE$SCqaI0j$',$,$,$,(#2336),#15940); +#15940= IFCLIBRARYREFERENCE($,$,'Release Current',$,'en',$); -#8678= IFCRELASSOCIATESLIBRARY('3huSHKhw965w6UeuH_wo29',$,$,$,(#2340),#15941); -#15941= IFCLIBRARYREFERENCE($,$,'Relief Pressure',$,'en',$); +#8675= IFCRELASSOCIATESLIBRARY('3_vQPGRmjBxfBDIDWpexV3',$,$,$,(#2336),#15941); +#15941= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA96FB6D41\X0\','\X2\653E51FA3059308B96FB6D41306F3001\X0\S-function\X2\306E521D671F727960273002\X0\','ja-JP',$); -#8679= IFCRELASSOCIATESLIBRARY('2CNPtMYmHEov6E6NJ5Km0e',$,$,$,(#2340),#15942); -#15942= IFCLIBRARYREFERENCE($,$,'\X2\30EA30EA30FC30D55727529B\X0\','\X2\30D030EB30D6306E30D030CD3084304A3082308A304C6D414F533092653E51FA3059308B4F5C52D53059308B3068304D306E5727529B3002\X0\','ja-JP',$); +#8676= IFCRELASSOCIATESLIBRARY('0qVjVpI6nBhADPNeqqhr9F',$,$,$,(#2336),#15942); +#15942= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9CC804B958\X0\','\X2\BC29CD9C\X0\ \X2\C804B958B294\X0\ S-function\X2\C758\X0\ \X2\CD08AE30\X0\ \X2\D2B9C131\X0\.','ko-KR',$); -#8680= IFCRELASSOCIATESLIBRARY('0j2eD10TD3$eQK8WFwO6Vi',$,$,$,(#2341),#15943); -#15943= IFCLIBRARYREFERENCE($,$,'Relief Valve Setting',$,'en',$); +#8677= IFCRELASSOCIATESLIBRARY('2wk0MK_Uz6EgBevtqM3qtZ',$,$,$,(#2337),#15943); +#15943= IFCLIBRARYREFERENCE($,$,'Release Current',$,'en',$); -#8681= IFCRELASSOCIATESLIBRARY('1TP1EaYcr8PgwMSPddot8O',$,$,$,(#2341),#15944); -#15944= IFCLIBRARYREFERENCE($,$,'\X2\5B8951685F018A2D5B9A\X0\','\X2\5B8951685F01304C4F5C52D53059308B5727529B\X0\','ja-JP',$); +#8678= IFCRELASSOCIATESLIBRARY('0eePr83XbDIxCBhyL2pQHP',$,$,$,(#2337),#15944); +#15944= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA96FB6D41\X0\','\X2\653E51FA3059308B96FB6D41306F3001\X0\S-function\X2\306E521D671F727960273002\X0\','ja-JP',$); -#8682= IFCRELASSOCIATESLIBRARY('3I$i628OrAauf$aCDKSGj$',$,$,$,(#2342),#15945); -#15945= IFCLIBRARYREFERENCE($,$,'Relief Valve Setting',$,'en',$); +#8679= IFCRELASSOCIATESLIBRARY('23I7Ty3Gb7ZvOY1VoZFbAz',$,$,$,(#2337),#15945); +#15945= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9CC804B958\X0\','\X2\BC29CD9C\X0\ \X2\C804B958B294\X0\ S-function\X2\C758\X0\ \X2\CD08AE30\X0\ \X2\D2B9C131\X0\.','ko-KR',$); -#8683= IFCRELASSOCIATESLIBRARY('2B5_GWoSHFJvSDt_gWwkJk',$,$,$,(#2342),#15946); -#15946= IFCLIBRARYREFERENCE($,$,'\X2\5B8951685F018A2D5B9A\X0\','\X2\5B8951685F01304C4F5C52D53059308B5727529B\X0\','ja-JP',$); +#8680= IFCRELASSOCIATESLIBRARY('1VFfwvycjCtQUgk98u$M5h',$,$,$,(#2338),#15946); +#15946= IFCLIBRARYREFERENCE($,$,'Release Current I2t End',$,'en',$); -#8684= IFCRELASSOCIATESLIBRARY('2QNYZYOMf1kRszZRSnbT$e',$,$,$,(#2343),#15947); -#15947= IFCLIBRARYREFERENCE($,$,'Remaining Cost',$,'en',$); +#8681= IFCRELASSOCIATESLIBRARY('0iD2gwaG9CRwXfuJ0iBwym',$,$,$,(#2338),#15947); +#15947= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E7D424E86653E6D4196FB6D41\X0\','S\X2\95A26570306E\X0\I2\X2\306E7279602766F27DDA306E30A830F330C930DD30A430F330C8306E\X0\[s]\X2\3092653E6D4196FB6D413002\X0\ \X\0D\X\0A I2t\X2\306E7D424E86653E6D4196FB6D41304C\X0\I2t\X2\306E958B59CB653E6D4196FB6D413088308A30824F4E304F3057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); -#8685= IFCRELASSOCIATESLIBRARY('1QClicVpD5_9kn5WTgQ2io',$,$,$,(#2343),#15948); -#15948= IFCLIBRARYREFERENCE($,$,'\X2\6B8B5B5830B330B930C8\X0\','\X2\8CC76E90914D5206306E305F3081306E6B8B5B58305730663044308B30B330B930C83002\X0\','ja-JP',$); +#8682= IFCRELASSOCIATESLIBRARY('1CMFB5K9P4hQIlv$nNSgER',$,$,$,(#2338),#15948); +#15948= IFCLIBRARYREFERENCE($,$,'I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\','S\X2\D568C218\X0\ I2\X2\C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\B05DC810C5D0C11C\X0\ s\X2\B97C\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\. I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958AC00\X0\ I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958BCF4B2E4\X0\ \X2\B0AEAC8CD574C57CD55CB2E4\X0\. "','ko-KR',$); -#8686= IFCRELASSOCIATESLIBRARY('1oAosYrAPChOUXrkyi2Yy3',$,$,$,(#2344),#15949); -#15949= IFCLIBRARYREFERENCE($,$,'Remaining Work',$,'en',$); +#8683= IFCRELASSOCIATESLIBRARY('1$GNbpngn1Bwa7b0w6Gao7',$,$,$,(#2339),#15949); +#15949= IFCLIBRARYREFERENCE($,$,'Release Current I2t End',$,'en',$); -#8687= IFCRELASSOCIATESLIBRARY('0g7ssPfjnAuOLly7j76YjG',$,$,$,(#2344),#15950); -#15950= IFCLIBRARYREFERENCE($,$,'\X2\6B8B5B584F5C696D66429593\X0\','\X2\8CC76E90914D5206306E305F3081306E6B8B5B58305730663044308B4F5C696D3002\X0\','ja-JP',$); +#8684= IFCRELASSOCIATESLIBRARY('0k543Zz8n25BOgtTpO2n0H',$,$,$,(#2339),#15950); +#15950= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E7D424E86653E6D4196FB6D41\X0\','G\X2\95A26570306E\X0\I2\X2\306E7279602766F27DDA306E30A830F330C930DD30A430F330C8306E\X0\[s]\X2\3092653E6D4196FB6D413002\X0\ \X\0D\X\0A I2t\X2\306E7D424E86653E6D4196FB6D41304C\X0\I2t\X2\306E958B59CB653E6D4196FB6D413088308A30824F4E304F3057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); -#8688= IFCRELASSOCIATESLIBRARY('0NG6m7Y6bAr8i39PbcoHF_',$,$,$,(#2345),#15951); -#15951= IFCLIBRARYREFERENCE($,$,'Remote Reading',$,'en',$); +#8685= IFCRELASSOCIATESLIBRARY('2QtwNXO4DFXR7y7K3Kxq72',$,$,$,(#2339),#15951); +#15951= IFCLIBRARYREFERENCE($,$,'I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\','G \X2\D568C218\X0\ I2\X2\C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\B05DC810C5D0C11C\X0\ s\X2\B97C\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\. I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958AC00\X0\ I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958BCF4B2E4\X0\ \X2\B0AEAC8CD574C57CD55CB2E4\X0\. "','ko-KR',$); -#8689= IFCRELASSOCIATESLIBRARY('0nB374NnD0BgGACvDFGO9t',$,$,$,(#2346),#15952); -#15952= IFCLIBRARYREFERENCE($,$,'Renewable Energy Consumption',$,'en',$); +#8686= IFCRELASSOCIATESLIBRARY('35wNrvlc11ae7MK92Q3pE_',$,$,$,(#2340),#15952); +#15952= IFCLIBRARYREFERENCE($,$,'Release Current I2t Start',$,'en',$); -#8690= IFCRELASSOCIATESLIBRARY('3Z470Vx8rCjfZOrkTdVerj',$,$,$,(#2346),#15953); -#15953= IFCLIBRARYREFERENCE($,$,'ConsommationEnergieRenouvelable','Consommation d''\S\inergie renouvelable telle que d\S\ifinie dans les normes ISO21930:2007 [NDT : ou NF P01-010]','fr-FR',$); +#8687= IFCRELASSOCIATESLIBRARY('0fDhdgvXr5BAlixGoGIOIA',$,$,$,(#2340),#15953); +#15953= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E958B59CB653E6D4196FB6D41\X0\','S\X2\95A26570306E7279602766F27DDA\X0\I2t\X2\306E59CB70B9\X0\[x In]\X2\304C958B59CB653E6D4196FB6D413002\X0\','ja-JP',$); -#8691= IFCRELASSOCIATESLIBRARY('3g1XgjVn99vhcLD5OI6NEn',$,$,$,(#2346),#15954); -#15954= IFCLIBRARYREFERENCE($,$,'\X2\7D997D9A53EF80FD306A30A830CD30EB30AE30FC6D888CBB91CF\X0\','ISO21930:2007 \X2\30675B9A7FA93055308C30663044308B7D997D9A53EF80FD306A30A830CD30EB30AE30FC6D888CBB91CF3002\X0\','ja-JP',$); +#8688= IFCRELASSOCIATESLIBRARY('2SBYEp$zH7ORbtFRWXEr59',$,$,$,(#2340),#15954); +#15954= IFCLIBRARYREFERENCE($,$,'I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\','S \X2\D568C218\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120\X0\ I2t\X2\C758\X0\ \X2\C2DCC791C810\X0\ [x In]\X2\AC00\X0\ \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\.','ko-KR',$); -#8692= IFCRELASSOCIATESLIBRARY('1mizNdC$91bR4CTtmkRSGB',$,$,$,(#2346),#15955); -#15955= IFCLIBRARYREFERENCE($,$,'\X2\C7ACC0DD\X0\ \X2\AC00B2A5\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0\X0\ \X2\C815C758B41C\X0\ \X2\C7ACC0DD\X0\ \X2\AC00B2A5\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); +#8689= IFCRELASSOCIATESLIBRARY('3iMyvvVCH3weseLvGcQ$nR',$,$,$,(#2341),#15955); +#15955= IFCLIBRARYREFERENCE($,$,'Release Current I2t Start',$,'en',$); -#8693= IFCRELASSOCIATESLIBRARY('2E_vJRiA90WBvDGquNpcFj',$,$,$,(#2347),#15956); -#15956= IFCLIBRARYREFERENCE($,$,'Renewable Energy Consumption Per Unit',$,'en',$); +#8690= IFCRELASSOCIATESLIBRARY('2ljqhc5VLD4AbOTQqsAg$p',$,$,$,(#2341),#15956); +#15956= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E958B59CB653E6D4196FB6D41\X0\','G\X2\95A26570306E7279602766F27DDA\X0\I2t\X2\306E59CB70B9\X0\[x In]\X2\304C958B59CB653E6D4196FB6D413002\X0\','ja-JP',$); -#8694= IFCRELASSOCIATESLIBRARY('1K8u71yw9CWeJoGI47oPCA',$,$,$,(#2347),#15957); -#15957= IFCLIBRARYREFERENCE($,$,'ConsommationEnergieRenouvelableParUnite','Consommation d''\S\inergie renouvelable telle que d\S\ifinie dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); +#8691= IFCRELASSOCIATESLIBRARY('0CbLb$HwDAbR3aL6pc0yFv',$,$,$,(#2341),#15957); +#15957= IFCLIBRARYREFERENCE($,$,'I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\','G \X2\D568C218\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120\X0\ I2t\X2\C758\X0\ \X2\C2DCC791C810\X0\ [x In]\X2\AC00\X0\ \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\.','ko-KR',$); -#8695= IFCRELASSOCIATESLIBRARY('3ai5w_hRXDjAC5bCRXmmM$',$,$,$,(#2347),#15958); -#15958= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A518D751F53EF80FD30A830CD30EB30AE6D888CBB\X0\','ISO21930:2007\X2\30675B9A7FA93055308C308B518D751F53EF80FD30A830CD30EB30AE30FC306E4F7F752891CF3002\X0\','ja-JP',$); +#8692= IFCRELASSOCIATESLIBRARY('2VTkfReujBAxzTAfB2SN$b',$,$,$,(#2343),#15958); +#15958= IFCLIBRARYREFERENCE($,$,'Release Strength',$,'en',$); -#8696= IFCRELASSOCIATESLIBRARY('1vkTLXiQ10du9ATmAtYtXr',$,$,$,(#2347),#15959); -#15959= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\C7ACC0DD\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0\X0\ \X2\C815C758B41C\X0\ \X2\C7ACC0DD\X0\ \X2\AC00B2A5\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); +#8693= IFCRELASSOCIATESLIBRARY('2yIijFVar8Qxze$UpnwM4l',$,$,$,(#2343),#15959); +#15959= IFCLIBRARYREFERENCE($,$,'\X2\30EA30EA30FC30B95F375EA6\X0\','\X2\7DCA5F35529B304C89E3653E3055308C308B6642306E30B330F330AF30EA30FC30C8306E67005C0F5FC5898157277E2E5F375EA630023053306E5C5E6027306F30D730EC30B930C830EC30B930C830B330F330AF30EA30FC30C889817D20306E307F306B906975283055308C308B3002\X0\','ja-JP',$); -#8697= IFCRELASSOCIATESLIBRARY('1KwHTRHeL6oPX9lSN5Q7wd',$,$,$,(#2348),#15960); -#15960= IFCLIBRARYREFERENCE($,$,'Rental Rates In Category Future',$,'en',$); +#8694= IFCRELASSOCIATESLIBRARY('1FhLGIfT5CrhDTpwcgWV_G',$,$,$,(#2344),#15960); +#15960= IFCLIBRARYREFERENCE($,$,'Release Time',$,'en',$); -#8698= IFCRELASSOCIATESLIBRARY('3yZ9y9m9zBOQDQ8vwtKPUA',$,$,$,(#2348),#15961); -#15961= IFCLIBRARYREFERENCE($,$,'PrixFuturLoyerParCategorie','Prix futur des loyers pour la cat\S\igorie consid\S\ir\S\ie.','fr-FR',$); +#8695= IFCRELASSOCIATESLIBRARY('3zfEkTH550heGppdVnE2qH',$,$,$,(#2344),#15961); +#15961= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA66429593\X0\','\X2\95A290233059308B90E85206306E521D671F30C830EA30C330D7306E305F3081306E\X0\[s]\X2\304C653E51FA664295933002\X0\\X\0D\X\0A \X2\3053306E30C830EA30C330D766429593306F300130EA30EA30FC30B9306E96FB6D413088308A30824F4E304496FB6D41306E58345408300163075B9A3055308C305F52D54F5C664295933088308A30829577304F306A308A307E30593002\X0\\X\0D\X\0A \X2\5024304C5E73574750243068305730664E0E30483089308C308B3002\X0\','ja-JP',$); -#8699= IFCRELASSOCIATESLIBRARY('1FYAX88F5AKeVHop_TJOuR',$,$,$,(#2349),#15962); -#15962= IFCLIBRARYREFERENCE($,$,'Rental Rates In Category Now',$,'en',$); +#8696= IFCRELASSOCIATESLIBRARY('1h9ykcJUL8evR31MtJ_6Uk',$,$,$,(#2344),#15962); +#15962= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\','\X2\AD00B828\X0\ \X2\BD80BD84C758\X0\ \X2\CD08AE30\X0\ \X2\C5ECD589C744C704D55C\X0\ [s]\X2\AC00\X0\ \X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\. \X2\C774\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\B9B4B9ACC2A4\X0\ \X2\C804B958BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\C804B958C758\X0\ \X2\ACBDC6B0\X0\ \X2\C9C0C815B41C\X0\ \X2\B3D9C791\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38C5B4C9D1B2C8B2E4\X0\. \X2\AC12C744\X0\ \X2\D3C9ADE0C73CB85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); -#8700= IFCRELASSOCIATESLIBRARY('23nIB_AoD30vnQ_tiTfK3_',$,$,$,(#2349),#15963); -#15963= IFCLIBRARYREFERENCE($,$,'PrixActuelLoyerParCategorie','Prix actuel des loyers pour la cat\S\igorie consid\S\ir\S\ie.','fr-FR',$); +#8697= IFCRELASSOCIATESLIBRARY('2B6QKlYkLBh9I2I1dRuD8p',$,$,$,(#2345),#15963); +#15963= IFCLIBRARYREFERENCE($,$,'Release Time',$,'en',$); -#8701= IFCRELASSOCIATESLIBRARY('00$ZfGwvf6u9E7E6mFa5Yr',$,$,$,(#2354),#15964); -#15964= IFCLIBRARYREFERENCE($,$,'Request Comments',$,'en',$); +#8698= IFCRELASSOCIATESLIBRARY('3qA0$osBTANgo2yl0jtdii',$,$,$,(#2345),#15964); +#15964= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA66429593\X0\','\X2\95A290233059308B90E85206306E521D671F30C830EA30C330D7306E305F3081306E\X0\[s]\X2\304C653E51FA664295933002\X0\\X\0D\X\0A \X2\3053306E30C830EA30C330D766429593306F300130EA30EA30FC30B9306E96FB6D413088308A30824F4E304496FB6D41306E58345408300163075B9A3055308C305F52D54F5C664295933088308A30829577304F306A308A307E30593002\X0\\X\0D\X\0A \X2\5024304C5E73574750243068305730664E0E30483089308C308B3002\X0\','ja-JP',$); -#8702= IFCRELASSOCIATESLIBRARY('3AdblyZRjFvep0TxykeoG_',$,$,$,(#2354),#15965); -#15965= IFCLIBRARYREFERENCE($,$,'\X2\89818ACB30BD30FC30B9540D\X0\','\X2\89818ACB30924F5C62103059308B4EBA7269306E540D79F03002\X0\','ja-JP',$); +#8699= IFCRELASSOCIATESLIBRARY('1hWtHRMUT1$O92IUHXNQM3',$,$,$,(#2345),#15965); +#15965= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\','\X2\AD00B828\X0\ \X2\BD80BD84C758\X0\ \X2\CD08AE30\X0\ \X2\C5ECD589C744C704D55C\X0\ [s]\X2\AC00\X0\ \X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\. \X2\C774\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\B9B4B9ACC2A4\X0\ \X2\C804B958BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\C804B958C758\X0\ \X2\ACBDC6B0\X0\ \X2\C9C0C815B41C\X0\ \X2\B3D9C791\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38C5B4C9D1B2C8B2E4\X0\. \X2\AC12C744\X0\ \X2\D3C9ADE0C73CB85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); -#8703= IFCRELASSOCIATESLIBRARY('1U36o9lzH0O84G4JrxhQaW',$,$,$,(#2355),#15966); -#15966= IFCLIBRARYREFERENCE($,$,'Request Source Label',$,'en',$); +#8700= IFCRELASSOCIATESLIBRARY('0uOuhwayH43fl9RNdP5gWn',$,$,$,(#2346),#15966); +#15966= IFCLIBRARYREFERENCE($,$,'Release Time',$,'en',$); -#8704= IFCRELASSOCIATESLIBRARY('3vhgVTxxLB1R2EywK9XS73',$,$,$,(#2355),#15967); -#15967= IFCLIBRARYREFERENCE($,$,'\X2\89818ACB30BD30FC30B930BF30A430D7\X0\','\X2\89818ACB304C306A3055308C308B6E90306E30423089304B305830815B9A7FA93055308C305F30BF30A430D7306E8B5852255B503002\X0\','ja-JP',$); +#8701= IFCRELASSOCIATESLIBRARY('0onmBswZT3Pg961uKq51d5',$,$,$,(#2346),#15967); +#15967= IFCLIBRARYREFERENCE($,$,'\X2\653E51FA66429593\X0\','\X2\95A290233059308B90E85206306E521D671F30C830EA30C330D7306E305F3081306E\X0\[s]\X2\304C653E51FA664295933002\X0\\X\0D\X\0A \X2\3053306E30C830EA30C330D766429593306F300130EA30EA30FC30B9306E96FB6D413088308A30824F4E304496FB6D41306E58345408300163075B9A3055308C305F52D54F5C664295933088308A30829577304F306A308A307E30593002\X0\\X\0D\X\0A \X2\5024304C5E73574750243068305730664E0E30483089308C308B3002\X0\','ja-JP',$); -#8705= IFCRELASSOCIATESLIBRARY('2NHDLaILr599A2ESkL7pIf',$,$,$,(#2356),#15968); -#15968= IFCLIBRARYREFERENCE($,$,'Request Source Name',$,'en',$); +#8702= IFCRELASSOCIATESLIBRARY('0mG3DpmGfA8xONV8CVdEsk',$,$,$,(#2346),#15968); +#15968= IFCLIBRARYREFERENCE($,$,'\X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\','\X2\AD00B828\X0\ \X2\BD80BD84C758\X0\ \X2\CD08AE30\X0\ \X2\C5ECD589C744C704D55C\X0\ [s]\X2\AC00\X0\ \X2\BC29CD9C\X0\ \X2\C2DCAC04\X0\. \X2\C774\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ \X2\B9B4B9ACC2A4\X0\ \X2\C804B958BCF4B2E4\X0\ \X2\B0AEC740\X0\ \X2\C804B958C758\X0\ \X2\ACBDC6B0\X0\ \X2\C9C0C815B41C\X0\ \X2\B3D9C791\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\AE38C5B4C9D1B2C8B2E4\X0\. \X2\AC12C744\X0\ \X2\D3C9ADE0C73CB85C\X0\ \X2\C8FCC5B4C9C4B2E4\X0\. "','ko-KR',$); -#8706= IFCRELASSOCIATESLIBRARY('2InkwtSID3U9hZXnhM25Vt',$,$,$,(#2356),#15969); -#15969= IFCLIBRARYREFERENCE($,$,'\X2\89818ACB30BD30FC30B930E930D930EB\X0\','\X2\89818ACB6E90306E8B585225309278BA8A8D3059308B305F3081306E72795B9A306E540D79F0307E305F306F30E930D930EB300296FB5B5030E130FC30EB306E58345408300196FB5B5030E130FC30EB30A230C930EC30B9306B76F85F533059308B3002\X0\','ja-JP',$); +#8703= IFCRELASSOCIATESLIBRARY('2ljgpEJR1Fk9nnAa1X8VGP',$,$,$,(#2347),#15969); +#15969= IFCLIBRARYREFERENCE($,$,'Release Time I2t End',$,'en',$); -#8707= IFCRELASSOCIATESLIBRARY('0wezHemPbD7BCagM50WIMn',$,$,$,(#2359),#15970); -#15970= IFCLIBRARYREFERENCE($,$,'erforderliche Durchgangsh\S\vhe','German-description-6','de-DE',$); +#8704= IFCRELASSOCIATESLIBRARY('0C9DjF69L7ZvsouAViIU0u',$,$,$,(#2347),#15970); +#15970= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E7D424E86653E6D4166429593\X0\','S\X2\95A26570306E\X0\I2\X2\306E7279602766F27DDA306E30A830F330C930DD30A430F330C8306E\X0\[s]\X2\3092653E6D41664295933002\X0\ \X\0D\X\0A I2t\X2\306E7D424E86653E6D4196FB6D4166429593304C\X0\I2t\X2\306E958B59CB653E6D41664295933088308A30824F4E304F3057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); -#8708= IFCRELASSOCIATESLIBRARY('0rkDiPCMP74wvgW0SKArGD',$,$,$,(#2359),#15971); -#15971= IFCLIBRARYREFERENCE($,$,'Required Headroom',$,'en',$); +#8705= IFCRELASSOCIATESLIBRARY('3TSEJJUrX3fw9chuM8AcYT',$,$,$,(#2347),#15971); +#15971= IFCLIBRARYREFERENCE($,$,'I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\','S\X2\D568C218\X0\ I2\X2\C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\B05DC810C5D0C11C\X0\ s\X2\B97C\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\. I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\ \X2\C2DCAC04C774\X0\ I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\B0AEAC8CD574C57CD55CB2E4\X0\','ko-KR',$); -#8709= IFCRELASSOCIATESLIBRARY('0Gv$45u2f9ygq_LAR6FenR',$,$,$,(#2359),#15972); -#15972= IFCLIBRARYREFERENCE($,$,'HauteurPassageRequise','Hauteur de passage (\S\ichapp\S\ie) requise selon le Code en vigueur ou des sp\S\icifications additionnelles.','fr-FR',$); +#8706= IFCRELASSOCIATESLIBRARY('2deAf6tcv0QhhMCpmwIXyI',$,$,$,(#2348),#15972); +#15972= IFCLIBRARYREFERENCE($,$,'Release Time I2t End',$,'en',$); -#8710= IFCRELASSOCIATESLIBRARY('1EjM4wjeHCCQqb6ay1noEG',$,$,$,(#2359),#15973); -#15973= IFCLIBRARYREFERENCE($,$,'\X2\89816C42982D9AD84F5988D5\X0\','\X2\89816C423055308C308B982D9AD84F5988D5300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); +#8707= IFCRELASSOCIATESLIBRARY('0wxIBZ5$TAtfufQbIA8HgZ',$,$,$,(#2348),#15973); +#15973= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E7D424E86653E6D4166429593\X0\','G\X2\95A26570306E\X0\I2\X2\306E7279602766F27DDA306E30A830F330C930DD30A430F330C8306E\X0\[s]\X2\3092653E6D41664295933002\X0\ \X\0D\X\0A I2t\X2\306E7D424E86653E6D4196FB6D4166429593304C\X0\I2t\X2\306E958B59CB653E6D41664295933088308A30824F4E304F3057306A3051308C3070306A3089306A30443002\X0\','ja-JP',$); -#8711= IFCRELASSOCIATESLIBRARY('3$IEk65oTDWe4iFDSd5nU2',$,$,$,(#2359),#15974); -#15974= IFCLIBRARYREFERENCE($,$,'\X2\6240970051C07A7A\X0\','\X2\5EFA7B5189C48303621651764ED689C45B9A89816C427684901A905351C07A7A9AD85EA63002\X0\','zh-CN',$); +#8708= IFCRELASSOCIATESLIBRARY('2SD7In$lX058a7k8Q0iHRO',$,$,$,(#2348),#15974); +#15974= IFCLIBRARYREFERENCE($,$,'I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\','G \X2\D568C218\X0\ I2\X2\C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\B05DC810C5D0C11C\X0\ s\X2\B97C\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\. I2t \X2\C885B8CC\X0\ \X2\BC29B958\X0\ \X2\C804B958\X0\ \X2\C2DCAC04C774\X0\ I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04BCF4B2E4\X0\ \X2\B0AEAC8CD574C57CD55CB2E4\X0\','ko-KR',$); -#8712= IFCRELASSOCIATESLIBRARY('2YHNeAsT929w9eF9Q77$my',$,$,$,(#2360),#15975); -#15975= IFCLIBRARYREFERENCE($,$,'erforderliche Durchgangsh\S\vhe','German-description-2','de-DE',$); +#8709= IFCRELASSOCIATESLIBRARY('2kYrazDEnDBhyb4TEwyoEA',$,$,$,(#2349),#15975); +#15975= IFCLIBRARYREFERENCE($,$,'Release Time I2t Start',$,'en',$); -#8713= IFCRELASSOCIATESLIBRARY('1W2n3roFzASvLYrP$nPwKH',$,$,$,(#2360),#15976); -#15976= IFCLIBRARYREFERENCE($,$,'Required Headroom',$,'en',$); +#8710= IFCRELASSOCIATESLIBRARY('3iSFyBU_D9TPqO$WnEMB5x',$,$,$,(#2349),#15976); +#15976= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E958B59CB653E6D4166429593\X0\','S\X2\95A26570306E7279602766F27DDA\X0\I2t\X2\306E59CB70B9\X0\[s]\X2\304C958B59CB653E6D41664295933002\X0\','ja-JP',$); -#8714= IFCRELASSOCIATESLIBRARY('2tYhn9Kwv7zeRcYtfmq0VH',$,$,$,(#2360),#15977); -#15977= IFCLIBRARYREFERENCE($,$,'HauteurPassageRequise','Hauteur de passage (\S\ichapp\S\ie) requise selon la r\S\iglementation en vigueur ou des sp\S\icifications additionnelles.','fr-FR',$); +#8711= IFCRELASSOCIATESLIBRARY('0IFDfAZ8j4Wf8JeiJRGnOS',$,$,$,(#2349),#15977); +#15977= IFCLIBRARYREFERENCE($,$,'I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\','S\X2\D568C218\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120\X0\ I2t\X2\C758\X0\ \X2\C2DCC791C810\X0\ [s]\X2\AC00\X0\ \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\.','ko-KR',$); -#8715= IFCRELASSOCIATESLIBRARY('34sXqjZLzFevfDh6WlDiV_',$,$,$,(#2360),#15978); -#15978= IFCLIBRARYREFERENCE($,$,'\X2\89816C42982D9AD84F5988D5\X0\','\X2\89816C423055308C308B982D9AD84F5988D5300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); +#8712= IFCRELASSOCIATESLIBRARY('0gfkhviUz5QAbUxJVw4Q46',$,$,$,(#2350),#15978); +#15978= IFCLIBRARYREFERENCE($,$,'Release Time I2t Start',$,'en',$); -#8716= IFCRELASSOCIATESLIBRARY('1jKBceNSfCI9cpkMll2$kz',$,$,$,(#2360),#15979); -#15979= IFCLIBRARYREFERENCE($,$,'\X2\6240970051C07A7A\X0\','\X2\5EFA7B5189C48303621651764ED689C45B9A89816C427684901A905351C07A7A9AD85EA63002\X0\','zh-CN',$); +#8713= IFCRELASSOCIATESLIBRARY('2Gqfngbeb2N90jn9xRvZko',$,$,$,(#2350),#15979); +#15979= IFCLIBRARYREFERENCE($,$,'I2t\X2\306E958B59CB653E6D4166429593\X0\','G\X2\95A26570306E7279602766F27DDA\X0\I2t\X2\306E59CB70B9\X0\[s]\X2\304C958B59CB653E6D41664295933002\X0\','ja-JP',$); -#8717= IFCRELASSOCIATESLIBRARY('3rMvIiyiP9iwLPLAY4sRMk',$,$,$,(#2361),#15980); -#15980= IFCLIBRARYREFERENCE($,$,'erforderliche Neigung','German-description-3','de-DE',$); +#8714= IFCRELASSOCIATESLIBRARY('1lbfB6oKzFpxY5zjRXJOVJ',$,$,$,(#2350),#15980); +#15980= IFCLIBRARYREFERENCE($,$,'I2t \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\','G \X2\D568C218\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120\X0\ I2t\X2\C758\X0\ \X2\C2DCC791C810\X0\ [s]\X2\AC00\X0\ \X2\C2DCC791\X0\ \X2\BC29B958\X0\ \X2\C2DCAC04\X0\.','ko-KR',$); -#8718= IFCRELASSOCIATESLIBRARY('1aALmPB5D1XOCFvJb1m3A0',$,$,$,(#2361),#15981); -#15981= IFCLIBRARYREFERENCE($,$,'Required Slope',$,'en',$); +#8715= IFCRELASSOCIATESLIBRARY('37tG_Ssd11vfY5SFE0lWhR',$,$,$,(#2352),#15981); +#15981= IFCLIBRARYREFERENCE($,$,'Relief Pressure',$,'en',$); -#8719= IFCRELASSOCIATESLIBRARY('2kxOYNvQL6HPT93TQV0NyF',$,$,$,(#2361),#15982); -#15982= IFCLIBRARYREFERENCE($,$,'InclinaisonRequise','Inclinaison de la rampe par rapport \S\` l''horizontal (0 degr\S\is). Valeur maximale de l''inclinaison du passage selon le code applicable ou pour respecter des contraintes additionnelles.','fr-FR',$); +#8716= IFCRELASSOCIATESLIBRARY('1kKeYGhOb1CBRk2vsHveXz',$,$,$,(#2352),#15982); +#15982= IFCLIBRARYREFERENCE($,$,'\X2\30EA30EA30FC30D55727529B\X0\','\X2\30D030EB30D6306E30D030CD3084304A3082308A304C6D414F533092653E51FA3059308B4F5C52D53059308B3068304D306E5727529B3002\X0\','ja-JP',$); -#8720= IFCRELASSOCIATESLIBRARY('3riDOoG2f7he4MLTCPjKTQ',$,$,$,(#2361),#15983); -#15983= IFCLIBRARYREFERENCE($,$,'\X2\89816C4250BE659C\X0\','\X2\89816C423055308C308B50BE659C89D25EA630026C345E733092FF105EA630683059308B3002\X0\','ja-JP',$); +#8717= IFCRELASSOCIATESLIBRARY('2KhX5AyTHAPQ31W_dBQIxP',$,$,$,(#2353),#15983); +#15983= IFCLIBRARYREFERENCE($,$,'Relief Valve Setting',$,'en',$); -#8721= IFCRELASSOCIATESLIBRARY('1W$Ggvqv5AJfIRIzXq8ejN',$,$,$,(#2361),#15984); -#15984= IFCLIBRARYREFERENCE($,$,'\X2\6240970057615EA6\X0\','\X2\67844EF662409700768476F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B95411768457615EA689D23002\X0\\X\0D\X\0A\X2\5EFA7B5189C48303621651764ED689C45B9A89816C427684901A905376846700592757615EA63002\X0\','zh-CN',$); +#8718= IFCRELASSOCIATESLIBRARY('0IuEmmHAL48vXUYH5bx678',$,$,$,(#2353),#15984); +#15984= IFCLIBRARYREFERENCE($,$,'\X2\5B8951685F018A2D5B9A\X0\','\X2\5B8951685F01304C4F5C52D53059308B5727529B\X0\','ja-JP',$); -#8722= IFCRELASSOCIATESLIBRARY('1UoBfqaivCwfgWx8qF_oa1',$,$,$,(#2365),#15985); -#15985= IFCLIBRARYREFERENCE($,$,'Residual Flowing Pressure',$,'en',$); +#8719= IFCRELASSOCIATESLIBRARY('15W_AJGjjEa9N2Lp40EufZ',$,$,$,(#2354),#15985); +#15985= IFCLIBRARYREFERENCE($,$,'Relief Valve Setting',$,'en',$); -#8723= IFCRELASSOCIATESLIBRARY('2CUmVh0HjFTAjR7JrES$bE',$,$,$,(#2365),#15986); -#15986= IFCLIBRARYREFERENCE($,$,'\X2\6B8B75596D4152D55727529B\X0\','\X2\541051FA6D4191CF304C78BA4FDD3055308C308B300130D130A430D730E930A430F3306E6D41308C66426B8B75595727529B3002\X0\','ja-JP',$); +#8720= IFCRELASSOCIATESLIBRARY('0NrB9BQbXAdRViCiRVuVjn',$,$,$,(#2354),#15986); +#15986= IFCLIBRARYREFERENCE($,$,'\X2\5B8951685F018A2D5B9A\X0\','\X2\5B8951685F01304C4F5C52D53059308B5727529B\X0\','ja-JP',$); -#8724= IFCRELASSOCIATESLIBRARY('03wlw12VT10xk1osyqcswq',$,$,$,(#2368),#15987); -#15987= IFCLIBRARYREFERENCE($,$,'Resource Depletion',$,'en',$); +#8721= IFCRELASSOCIATESLIBRARY('2nIl0Ia_v3gfnlRMHv64Ck',$,$,$,(#2355),#15987); +#15987= IFCLIBRARYREFERENCE($,$,'Remaining Cost',$,'en',$); -#8725= IFCRELASSOCIATESLIBRARY('07H4$p3Gb1Iv4ktljysx16',$,$,$,(#2368),#15988); -#15988= IFCLIBRARYREFERENCE($,$,'EpuisementRessources','Quantit\S\i de ressources consomm\S\ies exprim\S\ie en \S\iquivalent Antimoine [NDT : selon la norme NF P01-010]','fr-FR',$); +#8722= IFCRELASSOCIATESLIBRARY('2iuWAWGuPA8gYM4FlnAMx2',$,$,$,(#2355),#15988); +#15988= IFCLIBRARYREFERENCE($,$,'\X2\6B8B5B5830B330B930C8\X0\','\X2\8CC76E90914D5206306E305F3081306E6B8B5B58305730663044308B30B330B930C83002\X0\','ja-JP',$); -#8726= IFCRELASSOCIATESLIBRARY('1WrXEypf51rQDWBN75nqIn',$,$,$,(#2368),#15989); -#15989= IFCLIBRARYREFERENCE($,$,'\X2\8CC76E90306E67AF6E07\X0\','\X2\7B9751FA3055308C305F30A230F330C130E230F33068540C7B49306A8CC76E90306E91CF3002\X0\','ja-JP',$); +#8723= IFCRELASSOCIATESLIBRARY('1OJVCR5kr9xBoOzxFzlRqU',$,$,$,(#2356),#15989); +#15989= IFCLIBRARYREFERENCE($,$,'Remaining Work',$,'en',$); -#8727= IFCRELASSOCIATESLIBRARY('0kXe0f06f22uibVQPMocAq',$,$,$,(#2368),#15990); -#15990= IFCLIBRARYREFERENCE($,$,'\X2\C790C6D0\X0\ \X2\C18CBE44\X0\','\X2\C548D2F0BAACC5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\C0ACC6A9\X0\ \X2\C790C6D0\X0\ \X2\B7C9\X0\','ko-KR',$); +#8724= IFCRELASSOCIATESLIBRARY('29N$FA1vf0hwmGM5Ec09RN',$,$,$,(#2356),#15990); +#15990= IFCLIBRARYREFERENCE($,$,'\X2\6B8B5B584F5C696D66429593\X0\','\X2\8CC76E90914D5206306E305F3081306E6B8B5B58305730663044308B4F5C696D3002\X0\','ja-JP',$); -#8728= IFCRELASSOCIATESLIBRARY('2dKhN2lZvEoPpd7li0476B',$,$,$,(#2369),#15991); -#15991= IFCLIBRARYREFERENCE($,$,'Resource Depletion Per Unit',$,'en',$); +#8725= IFCRELASSOCIATESLIBRARY('0JbAUSjJz2mRVZ8OFofzyc',$,$,$,(#2357),#15991); +#15991= IFCLIBRARYREFERENCE($,$,'Remote Reading',$,'en',$); -#8729= IFCRELASSOCIATESLIBRARY('3_9QlIjCjC3BfdsYNuroUX',$,$,$,(#2369),#15992); -#15992= IFCLIBRARYREFERENCE($,$,'EpuisementRessourcesParUnite','Quantit\S\i de ressources consomm\S\ies exprim\S\ie en \S\iquivalent Antimoine telles que d\S\ifinies dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); +#8726= IFCRELASSOCIATESLIBRARY('3sZGSmcr56fuNCZ1UifzYQ',$,$,$,(#2358),#15992); +#15992= IFCLIBRARYREFERENCE($,$,'Renewable Energy Consumption',$,'en',$); -#8730= IFCRELASSOCIATESLIBRARY('2JGr$HEBHECAXiBbn0Cmbg',$,$,$,(#2369),#15993); -#15993= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A8CC76E906D888CBB\X0\','\X2\30A230F330C130E230F330678A087B973055308C308B8CC76E90306E4F7F752891CF3002\X0\','ja-JP',$); +#8727= IFCRELASSOCIATESLIBRARY('3WPYPYBoL13hT5Y5KonDkk',$,$,$,(#2358),#15993); +#15993= IFCLIBRARYREFERENCE($,$,'ConsommationEnergieRenouvelable','Consommation d''\S\inergie renouvelable telle que d\S\ifinie dans les normes ISO21930:2007 [NDT : ou NF P01-010]','fr-FR',$); -#8731= IFCRELASSOCIATESLIBRARY('2YQwiD$vvF8u08SSjdEwab',$,$,$,(#2369),#15994); -#15994= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\C790C6D0C18CBE44\X0\','\X2\C548D2F0BAACC5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\C0ACC6A9\X0\ \X2\C790C6D0\X0\ \X2\B7C9\X0\','ko-KR',$); +#8728= IFCRELASSOCIATESLIBRARY('2iCsBnzYL8XfPFoM3GNfnZ',$,$,$,(#2358),#15994); +#15994= IFCLIBRARYREFERENCE($,$,'\X2\7D997D9A53EF80FD306A30A830CD30EB30AE30FC6D888CBB91CF\X0\','ISO21930:2007 \X2\30675B9A7FA93055308C30663044308B7D997D9A53EF80FD306A30A830CD30EB30AE30FC6D888CBB91CF3002\X0\','ja-JP',$); -#8733= IFCRELASSOCIATESLIBRARY('1bnw_$nVb28ftoUGQYylUu',$,$,$,(#2370),#15995); -#15995= IFCLIBRARYREFERENCE($,$,'Response',$,'en',$); +#8729= IFCRELASSOCIATESLIBRARY('0lV010R3j34h1jOIERXt6m',$,$,$,(#2358),#15995); +#15995= IFCLIBRARYREFERENCE($,$,'\X2\C7ACC0DD\X0\ \X2\AC00B2A5\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0\X0\ \X2\C815C758B41C\X0\ \X2\C7ACC0DD\X0\ \X2\AC00B2A5\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); -#8734= IFCRELASSOCIATESLIBRARY('2q7U8wg4nFrQzs2eTbXiuW',$,$,$,(#2370),#15996); -#15996= IFCLIBRARYREFERENCE($,$,'\X2\5FDC7B54\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E30B930D730EA30F330AF30E930FC306E5FDC7B5465B95F0F304B30895FC58981306A65B95F0F30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); +#8730= IFCRELASSOCIATESLIBRARY('2QG$NMzCf3I8PFS9eaQXv1',$,$,$,(#2359),#15996); +#15996= IFCLIBRARYREFERENCE($,$,'Renewable Energy Consumption Per Unit',$,'en',$); -#8735= IFCRELASSOCIATESLIBRARY('2Ul7EwnWL5mu7UcThh16BY',$,$,$,(#2371),#15997); -#15997= IFCLIBRARYREFERENCE($,$,'Restrictions',$,'en',$); +#8731= IFCRELASSOCIATESLIBRARY('2R5XayxYPB58nr5J2j7HId',$,$,$,(#2359),#15997); +#15997= IFCLIBRARYREFERENCE($,$,'ConsommationEnergieRenouvelableParUnite','Consommation d''\S\inergie renouvelable telle que d\S\ifinie dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); -#8736= IFCRELASSOCIATESLIBRARY('0nxo0UH$DEHPOTIWnuS57h',$,$,$,(#2372),#15998); -#15998= IFCLIBRARYREFERENCE($,$,'Return Air Fraction Range',$,'en',$); +#8732= IFCRELASSOCIATESLIBRARY('2ChtK23wb2FOdjtp3CYeFY',$,$,$,(#2359),#15998); +#15998= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A518D751F53EF80FD30A830CD30EB30AE6D888CBB\X0\','ISO21930:2007\X2\30675B9A7FA93055308C308B518D751F53EF80FD30A830CD30EB30AE30FC306E4F7F752891CF3002\X0\','ja-JP',$); -#8737= IFCRELASSOCIATESLIBRARY('1LOHr3AhD18gjXAxXApriA',$,$,$,(#2372),#15999); -#15999= IFCLIBRARYREFERENCE($,$,'Plage pour la fraction d''air repris','Plage possiblede la fraction d''air repris en tant que fraction de l''air rejet\S\i','fr-FR',$); +#8733= IFCRELASSOCIATESLIBRARY('0P6S0HeJXD$OG5LWX2w3ON',$,$,$,(#2359),#15999); +#15999= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\C7ACC0DD\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0\X0\ \X2\C815C758B41C\X0\ \X2\C7ACC0DD\X0\ \X2\AC00B2A5\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); -#8738= IFCRELASSOCIATESLIBRARY('1Le0TdQQX64vt1cTiIrT8A',$,$,$,(#2372),#16000); -#16000= IFCLIBRARYREFERENCE($,$,'\X2\90846C1798A891CF6BD4\X0\','\X2\900198A891CF306E4E0090E8306830573066306E8A315BB990846C1798A891CF\X0\','ja-JP',$); +#8734= IFCRELASSOCIATESLIBRARY('2tuSeCfOj6WAB6Tp2Ik5Fz',$,$,$,(#2360),#16000); +#16000= IFCLIBRARYREFERENCE($,$,'Rental Rates In Category Future',$,'en',$); -#8739= IFCRELASSOCIATESLIBRARY('2dcOhejofFoRghZWqdcJQT',$,$,$,(#2373),#16001); -#16001= IFCLIBRARYREFERENCE($,$,'Return Water Temperature Cooling',$,'en',$); +#8735= IFCRELASSOCIATESLIBRARY('0pp7YdTN57qfXJx1GA_bla',$,$,$,(#2360),#16001); +#16001= IFCLIBRARYREFERENCE($,$,'PrixFuturLoyerParCategorie','Prix futur des loyers pour la cat\S\igorie consid\S\ir\S\ie.','fr-FR',$); -#8740= IFCRELASSOCIATESLIBRARY('3puDMeZA51ZQ3QYBQXrEpP',$,$,$,(#2374),#16002); -#16002= IFCLIBRARYREFERENCE($,$,'Return Water Temperature Heating',$,'en',$); +#8736= IFCRELASSOCIATESLIBRARY('39DsfCPcb2X8sleJof6Alf',$,$,$,(#2361),#16002); +#16002= IFCLIBRARYREFERENCE($,$,'Rental Rates In Category Now',$,'en',$); -#8741= IFCRELASSOCIATESLIBRARY('3dphHzP$178gbmysA44eA1',$,$,$,(#2375),#16003); -#16003= IFCLIBRARYREFERENCE($,$,'Right Flange Width',$,'en',$); +#8737= IFCRELASSOCIATESLIBRARY('3AWzXqoFn02AcfVgh7K_Mh',$,$,$,(#2361),#16003); +#16003= IFCLIBRARYREFERENCE($,$,'PrixActuelLoyerParCategorie','Prix actuel des loyers pour la cat\S\igorie consid\S\ir\S\ie.','fr-FR',$); -#8742= IFCRELASSOCIATESLIBRARY('3uZW5oKdL5KBuCi4ynSAKt',$,$,$,(#2376),#16004); -#16004= IFCLIBRARYREFERENCE($,$,'Steigung','German-description-4','de-DE',$); +#8738= IFCRELASSOCIATESLIBRARY('0n3$12Zxj6AvHALcJ$vq2e',$,$,$,(#2366),#16004); +#16004= IFCLIBRARYREFERENCE($,$,'Request Comments',$,'en',$); -#8743= IFCRELASSOCIATESLIBRARY('0WzozW6jz6SQkDLfGfHPDn',$,$,$,(#2376),#16005); -#16005= IFCLIBRARYREFERENCE($,$,'Riser Height',$,'en',$); +#8739= IFCRELASSOCIATESLIBRARY('0mBqVfZCzAAeFywP9evycD',$,$,$,(#2366),#16005); +#16005= IFCLIBRARYREFERENCE($,$,'\X2\89818ACB30BD30FC30B9540D\X0\','\X2\89818ACB30924F5C62103059308B4EBA7269306E540D79F03002\X0\','ja-JP',$); -#8744= IFCRELASSOCIATESLIBRARY('1xTtzwcvf7LOO_lgiB_H0C',$,$,$,(#2376),#16006); -#16006= IFCLIBRARYREFERENCE($,$,'HauteurContreMarche','Hauteur de la contremarche, suppos\S\ie homog\S\hne pour toutes les marches de l''escalier ou de la vol\S\ie de marches.','fr-FR',$); +#8740= IFCRELASSOCIATESLIBRARY('13OspVkZn9ZwbYL7YKDuVT',$,$,$,(#2367),#16006); +#16006= IFCLIBRARYREFERENCE($,$,'Request Source Label',$,'en',$); -#8745= IFCRELASSOCIATESLIBRARY('3cgdN1FZj5C8FS1k5G4_8h',$,$,$,(#2376),#16007); -#16007= IFCLIBRARYREFERENCE($,$,'\X2\8E744E0A30529AD83055\X0\','\X2\8E0F976230688E0F9762306E578276F465B95411306E8DDD96E230023053306E8E744E0A30529AD830555024306F30014E009023306E968E6BB5306B304A30443066540C3058502430684EEE5B9A3059308B3002\X0\','ja-JP',$); +#8741= IFCRELASSOCIATESLIBRARY('0lUSX12fjEEvN5saTp9Oxw',$,$,$,(#2367),#16007); +#16007= IFCLIBRARYREFERENCE($,$,'\X2\89818ACB30BD30FC30B930BF30A430D7\X0\','\X2\89818ACB304C306A3055308C308B6E90306E30423089304B305830815B9A7FA93055308C305F30BF30A430D7306E8B5852255B503002\X0\','ja-JP',$); -#8746= IFCRELASSOCIATESLIBRARY('2VwWHlejDFlAHvzuXBIdA1',$,$,$,(#2376),#16008); -#16008= IFCLIBRARYREFERENCE($,$,'\X2\8E22677F9AD85EA6\X0\','\X2\8E0F677F4E4B95F47684578276F49AD85EA63002\X0\\X\0D\X\0A\X2\697C68AF621668AF6BB56240670968AF7EA776848E22677F9AD85EA65E945F534E0081F43002\X0\','zh-CN',$); +#8742= IFCRELASSOCIATESLIBRARY('3BdgjXgQv7suPlGHiG8Nev',$,$,$,(#2368),#16008); +#16008= IFCLIBRARYREFERENCE($,$,'Request Source Name',$,'en',$); -#8747= IFCRELASSOCIATESLIBRARY('1wgHHYyAXDXfbTHveQzl4b',$,$,$,(#2377),#16009); -#16009= IFCLIBRARYREFERENCE($,$,'Steigung','German-description-4','de-DE',$); +#8743= IFCRELASSOCIATESLIBRARY('0xs0g0SvD5mvpqyTmjSkcH',$,$,$,(#2368),#16009); +#16009= IFCLIBRARYREFERENCE($,$,'\X2\89818ACB30BD30FC30B930E930D930EB\X0\','\X2\89818ACB6E90306E8B585225309278BA8A8D3059308B305F3081306E72795B9A306E540D79F0307E305F306F30E930D930EB300296FB5B5030E130FC30EB306E58345408300196FB5B5030E130FC30EB30A230C930EC30B9306B76F85F533059308B3002\X0\','ja-JP',$); -#8748= IFCRELASSOCIATESLIBRARY('1kDdrTBW1EJxOiQC_HPJZr',$,$,$,(#2377),#16010); -#16010= IFCLIBRARYREFERENCE($,$,'Riser Height',$,'en',$); +#8744= IFCRELASSOCIATESLIBRARY('1InGVqeFH9MhZIH0WPZ9gO',$,$,$,(#2371),#16010); +#16010= IFCLIBRARYREFERENCE($,$,'erforderliche Durchgangsh\S\vhe','German-description-6','de-DE',$); -#8749= IFCRELASSOCIATESLIBRARY('13xYffTA9CVPtbuv3ZSCU2',$,$,$,(#2377),#16011); -#16011= IFCLIBRARYREFERENCE($,$,'HauteurContreMarche','Hauteur de la contremarche, suppos\S\ie homog\S\hne pour toutes les marches de l''escalier ou de la vol\S\ie de marches.','fr-FR',$); +#8745= IFCRELASSOCIATESLIBRARY('0Z16h8HPHAlw29h3cxlcb1',$,$,$,(#2371),#16011); +#16011= IFCLIBRARYREFERENCE($,$,'Required Headroom',$,'en',$); -#8750= IFCRELASSOCIATESLIBRARY('0WOX_bE4LF_Bt3NvSg6I6s',$,$,$,(#2377),#16012); -#16012= IFCLIBRARYREFERENCE($,$,'\X2\8E744E0A30529AD83055\X0\','\X2\8E0F976230688E0F9762306E578276F465B95411306E8DDD96E230023053306E8E744E0A30529AD830555024306F30014E009023306E968E6BB5306B304A30443066540C3058502430684EEE5B9A3059308B3002\X0\','ja-JP',$); +#8746= IFCRELASSOCIATESLIBRARY('3vfcUcsaDBa8w_kKxIWYqF',$,$,$,(#2371),#16012); +#16012= IFCLIBRARYREFERENCE($,$,'HauteurPassageRequise','Hauteur de passage (\S\ichapp\S\ie) requise selon le Code en vigueur ou des sp\S\icifications additionnelles.','fr-FR',$); -#8751= IFCRELASSOCIATESLIBRARY('0ZujHufU17Ffc0N91HqHdG',$,$,$,(#2377),#16013); -#16013= IFCLIBRARYREFERENCE($,$,'\X2\8E22677F9AD85EA6\X0\','\X2\8E0F677F4E4B95F47684578276F49AD85EA63002\X0\\X\0D\X\0A\X2\697C68AF621668AF6BB56240670968AF7EA776848E22677F9AD85EA65E945F534E0081F43002\X0\','zh-CN',$); +#8747= IFCRELASSOCIATESLIBRARY('18p5zlZ394l83x4lJWVX1C',$,$,$,(#2371),#16013); +#16013= IFCLIBRARYREFERENCE($,$,'\X2\89816C42982D9AD84F5988D5\X0\','\X2\89816C423055308C308B982D9AD84F5988D5300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); -#8753= IFCRELASSOCIATESLIBRARY('1rYZrqeUH7Je7_aIHaG$ji',$,$,$,(#2385),#16014); -#16014= IFCLIBRARYREFERENCE($,$,'Road Visible Distance Left',$,'en',$); +#8748= IFCRELASSOCIATESLIBRARY('2Omo53lz11oxnCbvBe8lko',$,$,$,(#2371),#16014); +#16014= IFCLIBRARYREFERENCE($,$,'\X2\6240970051C07A7A\X0\','\X2\5EFA7B5189C48303621651764ED689C45B9A89816C427684901A905351C07A7A9AD85EA63002\X0\','zh-CN',$); -#8754= IFCRELASSOCIATESLIBRARY('2bmJzq$sPD8B7R$HzmWGQj',$,$,$,(#2385),#16015); -#16015= IFCLIBRARYREFERENCE($,$,'DistanceVisibiliteCoteGauche','Distance de visibilit\S\i \S\` la gauche de l''acc\S\hs.','fr-FR',$); +#8749= IFCRELASSOCIATESLIBRARY('3Tp$zJbL11Hx3OXNhzMZg6',$,$,$,(#2372),#16015); +#16015= IFCLIBRARYREFERENCE($,$,'erforderliche Durchgangsh\S\vhe','German-description-2','de-DE',$); -#8755= IFCRELASSOCIATESLIBRARY('2orS631Dr0694rEQ6GbW$j',$,$,$,(#2385),#16016); -#16016= IFCLIBRARYREFERENCE($,$,'\X2\5DE6507490538DEF53EF89968DDD96E2\X0\','\X2\5DE65074306E7D4C8DEF306B53EF899651FA6765308B8DDD96E23002\X0\','ja-JP',$); +#8750= IFCRELASSOCIATESLIBRARY('3t5HM0v3XAOQIMwf20rhbh',$,$,$,(#2372),#16016); +#16016= IFCLIBRARYREFERENCE($,$,'Required Headroom',$,'en',$); -#8756= IFCRELASSOCIATESLIBRARY('35wVsH6q56x8zSJ8BmF9Nu',$,$,$,(#2386),#16017); -#16017= IFCLIBRARYREFERENCE($,$,'Road Visible Distance Right',$,'en',$); +#8751= IFCRELASSOCIATESLIBRARY('2M22TfOuL20vnNMmZ0clhI',$,$,$,(#2372),#16017); +#16017= IFCLIBRARYREFERENCE($,$,'HauteurPassageRequise','Hauteur de passage (\S\ichapp\S\ie) requise selon la r\S\iglementation en vigueur ou des sp\S\icifications additionnelles.','fr-FR',$); -#8757= IFCRELASSOCIATESLIBRARY('3bj0vT84jD3Anx1dMEztwK',$,$,$,(#2386),#16018); -#16018= IFCLIBRARYREFERENCE($,$,'DistanceVisibiliteCoteDroit','Distance de visibilit\S\i \S\` la droite de l''acc\S\hs.','fr-FR',$); +#8752= IFCRELASSOCIATESLIBRARY('3cafOHQUX0AuM$v417fqx4',$,$,$,(#2372),#16018); +#16018= IFCLIBRARYREFERENCE($,$,'\X2\89816C42982D9AD84F5988D5\X0\','\X2\89816C423055308C308B982D9AD84F5988D5300295A290233059308B5EFA7BC957FA6E966CD5309253C271673002\X0\','ja-JP',$); -#8758= IFCRELASSOCIATESLIBRARY('2tkl0JbXHCXRuxLn4Z8MSA',$,$,$,(#2386),#16019); -#16019= IFCLIBRARYREFERENCE($,$,'\X2\53F3507490538DEF53EF89968DDD96E2\X0\','\X2\53F35074306E7D4C8DEF306B53EF899651FA6765308B8DDD96E23002\X0\','ja-JP',$); +#8753= IFCRELASSOCIATESLIBRARY('1aOTBEpBLBSx6ZodAoLuBW',$,$,$,(#2372),#16019); +#16019= IFCLIBRARYREFERENCE($,$,'\X2\6240970051C07A7A\X0\','\X2\5EFA7B5189C48303621651764ED689C45B9A89816C427684901A905351C07A7A9AD85EA63002\X0\','zh-CN',$); -#8759= IFCRELASSOCIATESLIBRARY('0BPdQzM2P96PwhX6Mt4Brg',$,$,$,(#2390),#16020); -#16020= IFCLIBRARYREFERENCE($,$,'Kippwinkel','Kippwinkel des Balkens relative zur Vertikalen (O Grad).\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); +#8754= IFCRELASSOCIATESLIBRARY('2Aurp242f1cRGThVm_BCQD',$,$,$,(#2373),#16020); +#16020= IFCLIBRARYREFERENCE($,$,'erforderliche Neigung','German-description-3','de-DE',$); -#8760= IFCRELASSOCIATESLIBRARY('15K9xIASf2uR_6KUXpmUOr',$,$,$,(#2390),#16021); -#16021= IFCLIBRARYREFERENCE($,$,'Roll',$,'en',$); +#8755= IFCRELASSOCIATESLIBRARY('2t8DQrjQb9pR0TMJG5iu$3',$,$,$,(#2373),#16021); +#16021= IFCLIBRARYREFERENCE($,$,'Required Slope',$,'en',$); -#8761= IFCRELASSOCIATESLIBRARY('1HH18qiXv4afIUPZklmGqc',$,$,$,(#2390),#16022); -#16022= IFCLIBRARYREFERENCE($,$,'RotationAutourAxeLongitudinal','Rotation autour de l''axe longitudinal - relativement \S\` l''axe Z pour toutes les poutres qui ne sont pas verticales relativement au rep\S\hre absolu (la direction du profil est celle de l''axe Z si la valeur de la propri\S\it\S\i est 0). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Les applications qui d\S\iterminent la g\S\iom\S\itrie comme les logiciels de CAO ne doivent pas autoriser la modification de cette propri\S\it\S\i. Note : nouvelle propri\S\it\S\i de la version IFC2x4.','fr-FR',$); +#8756= IFCRELASSOCIATESLIBRARY('0bOd$p5kv1kOB6tHRCk1AZ',$,$,$,(#2373),#16022); +#16022= IFCLIBRARYREFERENCE($,$,'InclinaisonRequise','Inclinaison de la rampe par rapport \S\` l''horizontal (0 degr\S\is). Valeur maximale de l''inclinaison du passage selon le code applicable ou pour respecter des contraintes additionnelles.','fr-FR',$); -#8762= IFCRELASSOCIATESLIBRARY('32zW_96or3$BhIIeVQW9dy',$,$,$,(#2390),#16023); -#16023= IFCLIBRARYREFERENCE($,$,'\X2\56DE8EE2\X0\','\X2\6881306E67508EF8306B5BFE3059308B56DE8EE23002\X0\\X\0D\X\0A-\X2\3053306E67508EF8306F30B030ED30FC30D030EB5EA76A197CFB3067975E578276F4306A51683066306E6881306B5BFE3057306630B030ED30FC30D030EB\X0\Z\X2\65B95411307876F85BFE3059308B3002FF088868793A65B95411306F300130B030ED30FC30D030EB\X0\Z\X2\306E56DE8EE265B954113092\X0\0\X2\30683059308B3002FF09\X0\\X\0D\X\0A\X\0D\X\0A\X2\305D306E5F6272B6FF086881306E56DE8EE2FF0960C55831306F30018868793A306E305F3081306E5F6272B6306B518590E830674F7F75283055308C308B5E7E4F555B66768430D130E930E130FC30BF309252A03048306663D04F9B3055308C308B30025F6272B660C558313068518590E8306E5E7E4F555B66768430D130E930E130FC30BF306B77DB76FE304C751F3058305F58345408306F30015E7E4F555B66768430D130E930E130FC30BF304C512A51483055308C308B30025E7E4F555B66768430D130E930E1FF0D30BF7DE896C630A230D730EA30B130FC30B730E730F33067306F3001\X0\CAD\X2\3068540C69D8306B30013053306E5024306F66F8304D8FBC307F5C02752830683059308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\306E65B03057304430D730ED30D130C630A3\X0\','ja-JP',$); +#8757= IFCRELASSOCIATESLIBRARY('2dqQOuOQ98lva5CSHRXoj9',$,$,$,(#2373),#16023); +#16023= IFCLIBRARYREFERENCE($,$,'\X2\89816C4250BE659C\X0\','\X2\89816C423055308C308B50BE659C89D25EA630026C345E733092FF105EA630683059308B3002\X0\','ja-JP',$); -#8763= IFCRELASSOCIATESLIBRARY('0yxVx0SRD41AaOkbcM2vkh',$,$,$,(#2390),#16024); -#16024= IFCLIBRARYREFERENCE($,$,'\X2\8F6C89D2\X0\','\X2\76F85BF94E8E7EB58F74768465CB8F6C89D230025BF951685C40575068077CFB4E2D7684975E578276F46881FF0C8BE55C5E60274E3A76F85BF94E8E\X0\Z\X2\8F74768489D25EA63002FF0882E58F6E5ED365B954115728\X0\Z\X2\8F744E0AFF0C52198F6C89D24E3A\X0\0\X2\3002FF09\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); +#8758= IFCRELASSOCIATESLIBRARY('1To8smdoX5EeSzBNSFJX$A',$,$,$,(#2373),#16024); +#16024= IFCLIBRARYREFERENCE($,$,'\X2\6240970057615EA6\X0\','\X2\67844EF662409700768476F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B95411768457615EA689D23002\X0\\X\0D\X\0A\X2\5EFA7B5189C48303621651764ED689C45B9A89816C427684901A905376846700592757615EA63002\X0\','zh-CN',$); -#8764= IFCRELASSOCIATESLIBRARY('0iS$KWDRv5D9RDsGn8KTdY',$,$,$,(#2391),#16025); -#16025= IFCLIBRARYREFERENCE($,$,'Kippwinkel','German-description-4','de-DE',$); +#8759= IFCRELASSOCIATESLIBRARY('0iempDeAD2Xhz$$oO5Xpo8',$,$,$,(#2377),#16025); +#16025= IFCLIBRARYREFERENCE($,$,'Residual Flowing Pressure',$,'en',$); -#8765= IFCRELASSOCIATESLIBRARY('1Ex9afOMnBivJQKmL6L8Sm',$,$,$,(#2391),#16026); -#16026= IFCLIBRARYREFERENCE($,$,'Roll',$,'en',$); +#8760= IFCRELASSOCIATESLIBRARY('2YoTDE6y90WePUsXMaW7zz',$,$,$,(#2377),#16026); +#16026= IFCLIBRARYREFERENCE($,$,'\X2\6B8B75596D4152D55727529B\X0\','\X2\541051FA6D4191CF304C78BA4FDD3055308C308B300130D130A430D730E930A430F3306E6D41308C66426B8B75595727529B3002\X0\','ja-JP',$); -#8766= IFCRELASSOCIATESLIBRARY('2PDDTjqsPEYQ4J6kOOJEC3',$,$,$,(#2391),#16027); -#16027= IFCLIBRARYREFERENCE($,$,'RotationAutourAxeLongitudinal','Rotation autour de l''axe longitudinal - relativement \S\` l''axe Z pour toutes les membrures qui ne sont pas verticales relativement au rep\S\hre absolu (la direction du profil est celle de l''axe Z si la valeur de la propri\S\it\S\i est 0). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Note : nouvelle propri\S\it\S\i de la version IFC2x4.','fr-FR',$); +#8761= IFCRELASSOCIATESLIBRARY('3OfW34L3j8fxO4mv4LY6$I',$,$,$,(#2380),#16027); +#16027= IFCLIBRARYREFERENCE($,$,'Resource Depletion',$,'en',$); -#8767= IFCRELASSOCIATESLIBRARY('1wSF6Euqj8$OdBlAXVR6JT',$,$,$,(#2391),#16028); -#16028= IFCLIBRARYREFERENCE($,$,'\X2\56DE8EE2\X0\','\X2\30AA30D630B830A730AF30C8306E95778EF8306B5BFE3059308B56DE8EE23002\X0\','ja-JP',$); +#8762= IFCRELASSOCIATESLIBRARY('01N02UI3L6sPDZ$xvyUCoa',$,$,$,(#2380),#16028); +#16028= IFCLIBRARYREFERENCE($,$,'EpuisementRessources','Quantit\S\i de ressources consomm\S\ies exprim\S\ie en \S\iquivalent Antimoine [NDT : selon la norme NF P01-010]','fr-FR',$); -#8768= IFCRELASSOCIATESLIBRARY('2fH3U0adX7nxgfaqQKYIuj',$,$,$,(#2391),#16029); -#16029= IFCLIBRARYREFERENCE($,$,'\X2\8F6C89D2\X0\','\X2\76F85BF94E8E7EB58F74768465CB8F6C89D230025BF951685C40575068077CFB4E2D7684975E578276F467844EF6FF0C8BE55C5E60274E3A76F85BF94E8E\X0\Z\X2\8F74768489D25EA63002FF0882E58F6E5ED365B954115728\X0\Z\X2\8F744E0AFF0C52198F6C89D24E3A\X0\0\X2\3002FF09\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); +#8763= IFCRELASSOCIATESLIBRARY('0JEU8HDq10Yf$AXiIBXAP3',$,$,$,(#2380),#16029); +#16029= IFCLIBRARYREFERENCE($,$,'\X2\8CC76E90306E67AF6E07\X0\','\X2\7B9751FA3055308C305F30A230F330C130E230F33068540C7B49306A8CC76E90306E91CF3002\X0\','ja-JP',$); -#8769= IFCRELASSOCIATESLIBRARY('0GungURc93bRPY5Mu8U9B_',$,$,$,(#2392),#16030); -#16030= IFCLIBRARYREFERENCE($,$,'Drehwinkel','Drehwinkel der St\S\|tze relative zur globalen X Ausrichtung (O Grad). Bei nicht-vertikalen St\S\|tzen wird die Verdrehung analog zu den Balken (Verkippung gegen die Vertikale) angegeben.\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); +#8764= IFCRELASSOCIATESLIBRARY('00pqzy21TCtgS0cRM3vRkC',$,$,$,(#2380),#16030); +#16030= IFCLIBRARYREFERENCE($,$,'\X2\C790C6D0\X0\ \X2\C18CBE44\X0\','\X2\C548D2F0BAACC5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\C0ACC6A9\X0\ \X2\C790C6D0\X0\ \X2\B7C9\X0\','ko-KR',$); -#8770= IFCRELASSOCIATESLIBRARY('0MSDZvVY1BS9jaDGbMa4z0',$,$,$,(#2392),#16031); -#16031= IFCLIBRARYREFERENCE($,$,'Roll',$,'en',$); +#8765= IFCRELASSOCIATESLIBRARY('08B7r9zY98HRjpQXne3iOX',$,$,$,(#2381),#16031); +#16031= IFCLIBRARYREFERENCE($,$,'Resource Depletion Per Unit',$,'en',$); -#8771= IFCRELASSOCIATESLIBRARY('3Ks2KnSCb5hudJYuBL_xcr',$,$,$,(#2392),#16032); -#16032= IFCLIBRARYREFERENCE($,$,'RotationAutourAxeLongitudinal','Rotation autour de l''axe longitudinal - relativement \S\` l''axe X pour tous les poteaux qui sont verticaux relativement au rep\S\hre absolu (la direction du profil est celle de l''axe X si la valeur est 0). Pour tous les poteaux non verticaux, la valeur de la propri\S\it\S\i est relative \S\` l''axe Z (la direction du profil des poteaux non verticaux est celle de l''axe Z si la valeur est 0). \X\0D\X\0ACette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Les applications qui d\S\iterminent la g\S\iom\S\itrie comme les logiciels de CAO ne doivent pas autoriser la modification de cette propri\S\it\S\i. Note : nouvelle propri\S\it\S\i de la version IFC2x4.','fr-FR',$); +#8766= IFCRELASSOCIATESLIBRARY('207NzE829EF8y9g9wQNPrk',$,$,$,(#2381),#16032); +#16032= IFCLIBRARYREFERENCE($,$,'EpuisementRessourcesParUnite','Quantit\S\i de ressources consomm\S\ies exprim\S\ie en \S\iquivalent Antimoine telles que d\S\ifinies dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); -#8772= IFCRELASSOCIATESLIBRARY('1ECYab$BrAMhispHiyn7jQ',$,$,$,(#2392),#16033); -#16033= IFCLIBRARYREFERENCE($,$,'\X2\56DE8EE2\X0\','\X2\67F1306E95778EF8306B5BFE3059308B56DE8EE23002\X0\','ja-JP',$); +#8767= IFCRELASSOCIATESLIBRARY('22vZ9tvdf4tRFT3jsf5QIz',$,$,$,(#2381),#16033); +#16033= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A8CC76E906D888CBB\X0\','\X2\30A230F330C130E230F330678A087B973055308C308B8CC76E90306E4F7F752891CF3002\X0\','ja-JP',$); -#8773= IFCRELASSOCIATESLIBRARY('15t93A5nb9q8Y$XTgwuPtR',$,$,$,(#2392),#16034); -#16034= IFCLIBRARYREFERENCE($,$,'\X2\8F6C89D2\X0\','\X2\76F85BF94E8E7EB58F74768465CB8F6C89D230025BF951685C40575068077CFB4E2D7684578276F467F1FF0C8BE55C5E60274E3A76F85BF94E8E\X0\X\X2\8F74768489D25EA63002FF0882E58F6E5ED365B954115728\X0\X\X2\8F744E0AFF0C52198F6C89D24E3A\X0\0\X2\3002FF095BF951685C40575068077CFB4E2D7684975E578276F467F1FF0C8BE55C5E60274E3A76F85BF94E8E\X0\Z\X2\8F74768489D25EA63002FF0882E58F6E5ED365B954115728\X0\Z\X2\8F744E0AFF0C52198F6C89D24E3A\X0\0\X2\3002FF09\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); +#8768= IFCRELASSOCIATESLIBRARY('0F$SNH2CP8MPMcjRQOeQTB',$,$,$,(#2381),#16034); +#16034= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\C790C6D0C18CBE44\X0\','\X2\C548D2F0BAACC5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\C0ACC6A9\X0\ \X2\C790C6D0\X0\ \X2\B7C9\X0\','ko-KR',$); -#8774= IFCRELASSOCIATESLIBRARY('3QH3EtcH13LgM6$BmWCJ0S',$,$,$,(#2394),#16035); -#16035= IFCLIBRARYREFERENCE($,$,'Rotation Speed',$,'en',$); +#8770= IFCRELASSOCIATESLIBRARY('2wzI_wkVrAVgBNNqmOjOv1',$,$,$,(#2382),#16035); +#16035= IFCLIBRARYREFERENCE($,$,'Response',$,'en',$); -#8775= IFCRELASSOCIATESLIBRARY('1YeeEjZk91FxJm1Y7DW58z',$,$,$,(#2394),#16036); -#16036= IFCLIBRARYREFERENCE($,$,'\X2\56DE8EE2901F5EA6\X0\','\X2\30DD30F330D756DE8EE2901F5EA6\X0\','ja-JP',$); +#8771= IFCRELASSOCIATESLIBRARY('16eJeyq8j1FOw5jvEcByJ5',$,$,$,(#2382),#16036); +#16036= IFCLIBRARYREFERENCE($,$,'\X2\5FDC7B54\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E30B930D730EA30F330AF30E930FC306E5FDC7B5465B95F0F304B30895FC58981306A65B95F0F30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); -#8776= IFCRELASSOCIATESLIBRARY('0e96efhnf89xMq7XhqBdYo',$,$,$,(#2395),#16037); -#16037= IFCLIBRARYREFERENCE($,$,'Rauheit der Oberfl\S\dche',$,'de-DE',$); +#8772= IFCRELASSOCIATESLIBRARY('2_b3zKblfE7fx82R09Rdbr',$,$,$,(#2383),#16037); +#16037= IFCLIBRARYREFERENCE($,$,'Restrictions',$,'en',$); -#8777= IFCRELASSOCIATESLIBRARY('0JWss5spz6YBGAsUGT0ty3',$,$,$,(#2395),#16038); -#16038= IFCLIBRARYREFERENCE($,$,'Roughness',$,'en',$); +#8773= IFCRELASSOCIATESLIBRARY('0lcqx$wYXE8w1BSThVLM8T',$,$,$,(#2384),#16038); +#16038= IFCLIBRARYREFERENCE($,$,'Return Air Fraction Range',$,'en',$); -#8778= IFCRELASSOCIATESLIBRARY('0GN4WJyT51_OTStoNYlPQ_',$,$,$,(#2395),#16039); -#16039= IFCLIBRARYREFERENCE($,$,'Rugosit\S\i','Une mesure des d\S\iviations verticales de la surface.','fr-FR',$); +#8774= IFCRELASSOCIATESLIBRARY('0y8wRhCPD5iwZOWzDIzNpm',$,$,$,(#2384),#16039); +#16039= IFCLIBRARYREFERENCE($,$,'Plage pour la fraction d''air repris','Plage possiblede la fraction d''air repris en tant que fraction de l''air rejet\S\i','fr-FR',$); -#8779= IFCRELASSOCIATESLIBRARY('1WIL9_SW95c8CZH0j6IhRA',$,$,$,(#2395),#16040); -#16040= IFCLIBRARYREFERENCE($,$,'\X2\886897627C973055\X0\','\X2\88689762306E578276F465B95411306E504F5DEE3002\X0\','ja-JP',$); +#8775= IFCRELASSOCIATESLIBRARY('2Ae86_EXT9ph6rCRwbk1om',$,$,$,(#2384),#16040); +#16040= IFCLIBRARYREFERENCE($,$,'\X2\90846C1798A891CF6BD4\X0\','\X2\900198A891CF306E4E0090E8306830573066306E8A315BB990846C1798A891CF\X0\','ja-JP',$); -#8781= IFCRELASSOCIATESLIBRARY('34mIaF5TT4vhfazDHFOPQz',$,$,$,(#2398),#16041); -#16041= IFCLIBRARYREFERENCE($,$,'s',$,'en',$); +#8776= IFCRELASSOCIATESLIBRARY('3GIM9jKRT7jxafVUsz3Qn4',$,$,$,(#2385),#16041); +#16041= IFCLIBRARYREFERENCE($,$,'Return Water Temperature Cooling',$,'en',$); -#8782= IFCRELASSOCIATESLIBRARY('0SCcDHizX3YvQG5HBRHnI6',$,$,$,(#2403),#16042); -#16042= IFCLIBRARYREFERENCE($,$,'Saturation Efficiency',$,'en',$); +#8777= IFCRELASSOCIATESLIBRARY('0y3djvl$n2Deft0HZA6Qwy',$,$,$,(#2386),#16042); +#16042= IFCLIBRARYREFERENCE($,$,'Return Water Temperature Heating',$,'en',$); -#8783= IFCRELASSOCIATESLIBRARY('2_a6wTgIf9a8rdBA6tsl29',$,$,$,(#2403),#16043); -#16043= IFCLIBRARYREFERENCE($,$,'\X2\98FD548C6BD47387\X0\','\X2\98FD548C6BD47387FF1A670059277D765BFE6E7F5EA6306B5BFE3059308B73FE5728306E7D765BFE6E7F5EA6306E52725408\X0\','ja-JP',$); +#8778= IFCRELASSOCIATESLIBRARY('3VFrvumHnFUxhqp3BO4DoV',$,$,$,(#2387),#16043); +#16043= IFCLIBRARYREFERENCE($,$,'Right Flange Width',$,'en',$); -#8784= IFCRELASSOCIATESLIBRARY('3t1b0394L8QRjBkOgIiph1',$,$,$,(#2404),#16044); -#16044= IFCLIBRARYREFERENCE($,$,'Saturation Efficiency Curve',$,'en',$); +#8779= IFCRELASSOCIATESLIBRARY('3Jf1z1ejb70QMYNTyhHBGz',$,$,$,(#2388),#16044); +#16044= IFCLIBRARYREFERENCE($,$,'Steigung','German-description-4','de-DE',$); -#8785= IFCRELASSOCIATESLIBRARY('2E55U67YTEVuPFh94ouHZ4',$,$,$,(#2405),#16045); -#16045= IFCLIBRARYREFERENCE($,$,'Schedule Completion',$,'en',$); +#8780= IFCRELASSOCIATESLIBRARY('3MoxKPtqf0UfN065G6t0E7',$,$,$,(#2388),#16045); +#16045= IFCLIBRARYREFERENCE($,$,'Riser Height',$,'en',$); -#8786= IFCRELASSOCIATESLIBRARY('2PYjY1apn2bBdbuaSqV2l4',$,$,$,(#2405),#16046); -#16046= IFCLIBRARYREFERENCE($,$,'\X2\4E885B9A5B8C4E867387\X0\','\X2\4E885B9A3055308C305F5B8C4E8673873002\X0\','ja-JP',$); +#8781= IFCRELASSOCIATESLIBRARY('2CSVXklGP8fwfPrJGY6D9R',$,$,$,(#2388),#16046); +#16046= IFCLIBRARYREFERENCE($,$,'HauteurContreMarche','Hauteur de la contremarche, suppos\S\ie homog\S\hne pour toutes les marches de l''escalier ou de la vol\S\ie de marches.','fr-FR',$); -#8787= IFCRELASSOCIATESLIBRARY('1G9_hLsiP9mxV$ByJh4eip',$,$,$,(#2406),#16047); -#16047= IFCLIBRARYREFERENCE($,$,'Schedule Cost',$,'en',$); +#8782= IFCRELASSOCIATESLIBRARY('0BKi858Rv5Xu7tV3d6uEuh',$,$,$,(#2388),#16047); +#16047= IFCLIBRARYREFERENCE($,$,'\X2\8E744E0A30529AD83055\X0\','\X2\8E0F976230688E0F9762306E578276F465B95411306E8DDD96E230023053306E8E744E0A30529AD830555024306F30014E009023306E968E6BB5306B304A30443066540C3058502430684EEE5B9A3059308B3002\X0\','ja-JP',$); -#8788= IFCRELASSOCIATESLIBRARY('1rniBWvAHDZuCNjkz3SgkL',$,$,$,(#2406),#16048); -#16048= IFCLIBRARYREFERENCE($,$,'\X2\4E885B9A30B330B930C8\X0\','\X2\8CC76E90914D5206306E305F3081306E4E885B9A3055308C30663044308B30B330B930C83002\X0\','ja-JP',$); +#8783= IFCRELASSOCIATESLIBRARY('2eRvGbSLT5ggD0RXkrP2kd',$,$,$,(#2388),#16048); +#16048= IFCLIBRARYREFERENCE($,$,'\X2\8E22677F9AD85EA6\X0\','\X2\8E0F677F4E4B95F47684578276F49AD85EA63002\X0\\X\0D\X\0A\X2\697C68AF621668AF6BB56240670968AF7EA776848E22677F9AD85EA65E945F534E0081F43002\X0\','zh-CN',$); -#8789= IFCRELASSOCIATESLIBRARY('3Lao6LiMP1uAO8mNHHCtp3',$,$,$,(#2407),#16049); -#16049= IFCLIBRARYREFERENCE($,$,'Scheduled Frequency',$,'en',$); +#8784= IFCRELASSOCIATESLIBRARY('0_uVfUlHzFcgwCnP3eyFye',$,$,$,(#2389),#16049); +#16049= IFCLIBRARYREFERENCE($,$,'Steigung','German-description-4','de-DE',$); -#8790= IFCRELASSOCIATESLIBRARY('3qS3bYN015QgjY0SA50PNz',$,$,$,(#2408),#16050); -#16050= IFCLIBRARYREFERENCE($,$,'Schedule Work',$,'en',$); +#8785= IFCRELASSOCIATESLIBRARY('0aoVE5p$H9oQMo50KkznlK',$,$,$,(#2389),#16050); +#16050= IFCLIBRARYREFERENCE($,$,'Riser Height',$,'en',$); -#8791= IFCRELASSOCIATESLIBRARY('0z5UOcQTz4WwGAXpK0evNH',$,$,$,(#2408),#16051); -#16051= IFCLIBRARYREFERENCE($,$,'\X2\4E885B9A4F5C696D66429593\X0\','\X2\8CC76E90914D5206306E305F3081306E4E885B9A3055308C305F4F5C696D3002\X0\','ja-JP',$); +#8786= IFCRELASSOCIATESLIBRARY('3qVRSKAhvBZP4OqOgZG$ba',$,$,$,(#2389),#16051); +#16051= IFCLIBRARYREFERENCE($,$,'HauteurContreMarche','Hauteur de la contremarche, suppos\S\ie homog\S\hne pour toutes les marches de l''escalier ou de la vol\S\ie de marches.','fr-FR',$); -#8792= IFCRELASSOCIATESLIBRARY('2Vc33tH_n75ObuBjwQssdi',$,$,$,(#2409),#16052); -#16052= IFCLIBRARYREFERENCE($,$,'Scrap Factor',$,'en',$); +#8787= IFCRELASSOCIATESLIBRARY('3TxzPxpmnAU9jfjiGGd6mP',$,$,$,(#2389),#16052); +#16052= IFCLIBRARYREFERENCE($,$,'\X2\8E744E0A30529AD83055\X0\','\X2\8E0F976230688E0F9762306E578276F465B95411306E8DDD96E230023053306E8E744E0A30529AD830555024306F30014E009023306E968E6BB5306B304A30443066540C3058502430684EEE5B9A3059308B3002\X0\','ja-JP',$); -#8793= IFCRELASSOCIATESLIBRARY('27013BLULBQBCR8m0f1Ks3',$,$,$,(#2409),#16053); -#16053= IFCLIBRARYREFERENCE($,$,'\X2\5EC367507387\X0\','\X2\91D15C5E677F306E5EC3675073873002\X0\','ja-JP',$); +#8788= IFCRELASSOCIATESLIBRARY('2r0YUOlsL0DQSlfaxhz7jY',$,$,$,(#2389),#16053); +#16053= IFCLIBRARYREFERENCE($,$,'\X2\8E22677F9AD85EA6\X0\','\X2\8E0F677F4E4B95F47684578276F49AD85EA63002\X0\\X\0D\X\0A\X2\697C68AF621668AF6BB56240670968AF7EA776848E22677F9AD85EA65E945F534E0081F43002\X0\','zh-CN',$); -#8794= IFCRELASSOCIATESLIBRARY('2v6b4TXqv41Q1K3FMs7F5Q',$,$,$,(#2409),#16054); -#16054= IFCLIBRARYREFERENCE($,$,'\X2\D3D0AE30BB3C\X0\ \X2\BE44C728\X0\','\X2\AE08C18DD310C758\X0\ \X2\D3D0C7AC\X0\ \X2\BE44C728\X0\.','ko-KR',$); +#8790= IFCRELASSOCIATESLIBRARY('14JgBrTnj13xb$MuA0L1cq',$,$,$,(#2397),#16054); +#16054= IFCLIBRARYREFERENCE($,$,'Road Visible Distance Left',$,'en',$); -#8795= IFCRELASSOCIATESLIBRARY('3RPcRIDmrAav3XBVL63KiE',$,$,$,(#2410),#16055); -#16055= IFCLIBRARYREFERENCE($,$,'Screen Diameter',$,'en',$); +#8791= IFCRELASSOCIATESLIBRARY('3u7SyT8uf3lOLNiFJyo7t4',$,$,$,(#2397),#16055); +#16055= IFCLIBRARYREFERENCE($,$,'DistanceVisibiliteCoteGauche','Distance de visibilit\S\i \S\` la gauche de l''acc\S\hs.','fr-FR',$); -#8796= IFCRELASSOCIATESLIBRARY('1CvIjbXUHDDRtTAWf7R0mr',$,$,$,(#2410),#16056); -#16056= IFCLIBRARYREFERENCE($,$,'\X2\30B930AF30EA30FC30F35F84\X0\','\X2\906E307830445C64306E5F843001539A30553002\X0\','ja-JP',$); +#8792= IFCRELASSOCIATESLIBRARY('3a$IGVc0H6kPnksFaj$tGc',$,$,$,(#2397),#16056); +#16056= IFCLIBRARYREFERENCE($,$,'\X2\5DE6507490538DEF53EF89968DDD96E2\X0\','\X2\5DE65074306E7D4C8DEF306B53EF899651FA6765308B8DDD96E23002\X0\','ja-JP',$); -#8797= IFCRELASSOCIATESLIBRARY('2GW9B60vLBo9m5kzXN0b6m',$,$,$,(#2410),#16057); -#16057= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D06CB9B0\X0\ \X2\C9C0B984\X0\','\X2\CC28D3D0\X0\ \X2\CE35C758\X0\ \X2\C9C1ACBD\X0\, \X2\B450AED8\X0\.','ko-KR',$); +#8793= IFCRELASSOCIATESLIBRARY('3IDPpi8Zf1DfV56A_bVMMM',$,$,$,(#2398),#16057); +#16057= IFCLIBRARYREFERENCE($,$,'Road Visible Distance Right',$,'en',$); -#8798= IFCRELASSOCIATESLIBRARY('1bAclhM1X4bAoyod_3814X',$,$,$,(#2411),#16058); -#16058= IFCLIBRARYREFERENCE($,$,'Screen Diameter',$,'en',$); +#8794= IFCRELASSOCIATESLIBRARY('0VzcdlJR99ev40SQJYFhry',$,$,$,(#2398),#16058); +#16058= IFCLIBRARYREFERENCE($,$,'DistanceVisibiliteCoteDroit','Distance de visibilit\S\i \S\` la droite de l''acc\S\hs.','fr-FR',$); -#8799= IFCRELASSOCIATESLIBRARY('2bkwA8aEjDyhqd4vaLj0mS',$,$,$,(#2411),#16059); -#16059= IFCLIBRARYREFERENCE($,$,'\X2\30B730FC30EB30C95F84\X0\','\X2\30B330A290E85206FF085B5857283059308B58345408FF09306E9762306E76F45F843002\X0\','ja-JP',$); +#8795= IFCRELASSOCIATESLIBRARY('1hHXU9oiPC6hnePQwFQxQK',$,$,$,(#2398),#16059); +#16059= IFCLIBRARYREFERENCE($,$,'\X2\53F3507490538DEF53EF89968DDD96E2\X0\','\X2\53F35074306E7D4C8DEF306B53EF899651FA6765308B8DDD96E23002\X0\','ja-JP',$); -#8800= IFCRELASSOCIATESLIBRARY('1rLh2PHbb9Q8HgAjJVRJSA',$,$,$,(#2411),#16060); -#16060= IFCLIBRARYREFERENCE($,$,'\X2\C2E4B4DC\X0\ \X2\C9C1ACBD\X0\','\X2\CF54C5B4\X0\ \X2\BD80BD84\X0\ (\X2\C788B294\X0\ \X2\ACBDC6B0\X0\)\X2\C758\X0\ \X2\CE21BA74C5D0\X0\ \X2\C9C0B984\X0\.','ko-KR',$); +#8796= IFCRELASSOCIATESLIBRARY('1ktd6pNHb4E97CCUymfy5E',$,$,$,(#2402),#16060); +#16060= IFCLIBRARYREFERENCE($,$,'Kippwinkel','Kippwinkel des Balkens relative zur Vertikalen (O Grad).\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); -#8802= IFCRELASSOCIATESLIBRARY('2PgdeXi0zEdh1AN41M48Lw',$,$,$,(#2413),#16061); -#16061= IFCLIBRARYREFERENCE($,$,'Seating Height',$,'en',$); +#8797= IFCRELASSOCIATESLIBRARY('1vrJ7YZtn0fOD6MbgGKYlO',$,$,$,(#2402),#16061); +#16061= IFCLIBRARYREFERENCE($,$,'Roll',$,'en',$); -#8803= IFCRELASSOCIATESLIBRARY('2mhs0rKmT9iujtfo4i39uQ',$,$,$,(#2414),#16062); -#16062= IFCLIBRARYREFERENCE($,$,'Secondary Airflow Rate Range',$,'en',$); +#8798= IFCRELASSOCIATESLIBRARY('0a9AgFmF51AODIxTnxpOrZ',$,$,$,(#2402),#16062); +#16062= IFCLIBRARYREFERENCE($,$,'RotationAutourAxeLongitudinal','Rotation autour de l''axe longitudinal - relativement \S\` l''axe Z pour toutes les poutres qui ne sont pas verticales relativement au rep\S\hre absolu (la direction du profil est celle de l''axe Z si la valeur de la propri\S\it\S\i est 0). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Les applications qui d\S\iterminent la g\S\iom\S\itrie comme les logiciels de CAO ne doivent pas autoriser la modification de cette propri\S\it\S\i. Note : nouvelle propri\S\it\S\i de la version IFC2x4.','fr-FR',$); -#8804= IFCRELASSOCIATESLIBRARY('0REOWfC659NgIlhtxes_EP',$,$,$,(#2414),#16063); -#16063= IFCLIBRARYREFERENCE($,$,'PlageD\S\ibitAirSecondaire','Plage possible de d\S\ibit d''air au secondaire qui peut \S\jtre fourni.','fr-FR',$); +#8799= IFCRELASSOCIATESLIBRARY('2SrNfwIK1Bwu1h2aRKgoZP',$,$,$,(#2402),#16063); +#16063= IFCLIBRARYREFERENCE($,$,'\X2\56DE8EE2\X0\','\X2\6881306E67508EF8306B5BFE3059308B56DE8EE23002\X0\\X\0D\X\0A-\X2\3053306E67508EF8306F30B030ED30FC30D030EB5EA76A197CFB3067975E578276F4306A51683066306E6881306B5BFE3057306630B030ED30FC30D030EB\X0\Z\X2\65B95411307876F85BFE3059308B3002FF088868793A65B95411306F300130B030ED30FC30D030EB\X0\Z\X2\306E56DE8EE265B954113092\X0\0\X2\30683059308B3002FF09\X0\\X\0D\X\0A\X\0D\X\0A\X2\305D306E5F6272B6FF086881306E56DE8EE2FF0960C55831306F30018868793A306E305F3081306E5F6272B6306B518590E830674F7F75283055308C308B5E7E4F555B66768430D130E930E130FC30BF309252A03048306663D04F9B3055308C308B30025F6272B660C558313068518590E8306E5E7E4F555B66768430D130E930E130FC30BF306B77DB76FE304C751F3058305F58345408306F30015E7E4F555B66768430D130E930E130FC30BF304C512A51483055308C308B30025E7E4F555B66768430D130E930E1FF0D30BF7DE896C630A230D730EA30B130FC30B730E730F33067306F3001\X0\CAD\X2\3068540C69D8306B30013053306E5024306F66F8304D8FBC307F5C02752830683059308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\306E65B03057304430D730ED30D130C630A3\X0\','ja-JP',$); -#8805= IFCRELASSOCIATESLIBRARY('0qR9xY7Kz5q9dd4G354ZSe',$,$,$,(#2414),#16064); -#16064= IFCLIBRARYREFERENCE($,$,'\X2\4E8C6B21507498A891CF7BC456F2\X0\','\X2\4E8C6B215074306E900198A853EF80FD7BC456F2\X0\','ja-JP',$); +#8800= IFCRELASSOCIATESLIBRARY('1Jq1qiTb9A_8Q291CSGOVk',$,$,$,(#2402),#16064); +#16064= IFCLIBRARYREFERENCE($,$,'\X2\8F6C89D2\X0\','\X2\76F85BF94E8E7EB58F74768465CB8F6C89D230025BF951685C40575068077CFB4E2D7684975E578276F46881FF0C8BE55C5E60274E3A76F85BF94E8E\X0\Z\X2\8F74768489D25EA63002FF0882E58F6E5ED365B954115728\X0\Z\X2\8F744E0AFF0C52198F6C89D24E3A\X0\0\X2\3002FF09\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); -#8806= IFCRELASSOCIATESLIBRARY('1BERrKF4n8AfhqQItJCHl9',$,$,$,(#2415),#16065); -#16065= IFCLIBRARYREFERENCE($,$,'Secondary Apparent Power',$,'en',$); +#8801= IFCRELASSOCIATESLIBRARY('0evVx1GnLF786noL1TQMTj',$,$,$,(#2403),#16065); +#16065= IFCLIBRARYREFERENCE($,$,'Kippwinkel','German-description-4','de-DE',$); -#8807= IFCRELASSOCIATESLIBRARY('0vJmgDrjb2mf_N0KsCPDfR',$,$,$,(#2415),#16066); -#16066= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\2\X2\96FB529B\X0\','\X2\590957275668306E\X0\2\X2\6B215074307851FA529B3055308C308B96FB529BFF08\X0\VA: \X2\30A230F330DA30A2FF093002\X0\','ja-JP',$); +#8802= IFCRELASSOCIATESLIBRARY('3foZCOPWv6tRnpVFd_a$7Q',$,$,$,(#2403),#16066); +#16066= IFCLIBRARYREFERENCE($,$,'Roll',$,'en',$); -#8808= IFCRELASSOCIATESLIBRARY('0NGup6r1L4qPmmm7zBfiv3',$,$,$,(#2415),#16067); -#16067= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 2 \X2\C804C6D0\X0\','\X2\BCC0C555AE30\X0\ 2 \X2\CC28CE21C73CB85C\X0\ \X2\CD9CB825B418B294\X0\ \X2\C804B825\X0\ (VA : \X2\C554D398C5B4\X0\).','ko-KR',$); +#8803= IFCRELASSOCIATESLIBRARY('0RnCTHVbH6Tf4o4p_2Sfk$',$,$,$,(#2403),#16067); +#16067= IFCLIBRARYREFERENCE($,$,'RotationAutourAxeLongitudinal','Rotation autour de l''axe longitudinal - relativement \S\` l''axe Z pour toutes les membrures qui ne sont pas verticales relativement au rep\S\hre absolu (la direction du profil est celle de l''axe Z si la valeur de la propri\S\it\S\i est 0). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Note : nouvelle propri\S\it\S\i de la version IFC2x4.','fr-FR',$); -#8809= IFCRELASSOCIATESLIBRARY('1oZg8TaYz64x7swLl9JxIV',$,$,$,(#2416),#16068); -#16068= IFCLIBRARYREFERENCE($,$,'Secondary Current',$,'en',$); +#8804= IFCRELASSOCIATESLIBRARY('2NQmWnub9B0BncQ2g84Zaw',$,$,$,(#2403),#16068); +#16068= IFCLIBRARYREFERENCE($,$,'\X2\56DE8EE2\X0\','\X2\30AA30D630B830A730AF30C8306E95778EF8306B5BFE3059308B56DE8EE23002\X0\','ja-JP',$); -#8810= IFCRELASSOCIATESLIBRARY('1FTNuVBvr6hwAX0qCjGARa',$,$,$,(#2416),#16069); -#16069= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\2\X2\96FB6D41\X0\','\X2\590957275668306E\X0\2\X2\6B215074307851FA529B3055308C308B96FB6D413002\X0\','ja-JP',$); +#8805= IFCRELASSOCIATESLIBRARY('1Q$A7AT4X6tfcEVs1HGXn0',$,$,$,(#2403),#16069); +#16069= IFCLIBRARYREFERENCE($,$,'\X2\8F6C89D2\X0\','\X2\76F85BF94E8E7EB58F74768465CB8F6C89D230025BF951685C40575068077CFB4E2D7684975E578276F467844EF6FF0C8BE55C5E60274E3A76F85BF94E8E\X0\Z\X2\8F74768489D25EA63002FF0882E58F6E5ED365B954115728\X0\Z\X2\8F744E0AFF0C52198F6C89D24E3A\X0\0\X2\3002FF09\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); -#8811= IFCRELASSOCIATESLIBRARY('0Qv4sE52rAl8UQgiNkzuUx',$,$,$,(#2416),#16070); -#16070= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 2 \X2\C804B958\X0\','\X2\BCC0C555AE30\X0\ 2 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C804B958\X0\.','ko-KR',$); +#8806= IFCRELASSOCIATESLIBRARY('3X_$ZEEzr2_hMzEZZ9GCTt',$,$,$,(#2404),#16070); +#16070= IFCLIBRARYREFERENCE($,$,'Drehwinkel','Drehwinkel der St\S\|tze relative zur globalen X Ausrichtung (O Grad). Bei nicht-vertikalen St\S\|tzen wird die Verdrehung analog zu den Balken (Verkippung gegen die Vertikale) angegeben.\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); -#8813= IFCRELASSOCIATESLIBRARY('01CssOysbBaxfSNImazS_O',$,$,$,(#2417),#16071); -#16071= IFCLIBRARYREFERENCE($,$,'Secondary Current Type',$,'en',$); +#8807= IFCRELASSOCIATESLIBRARY('1YKyJEdnfFGRrB$gCHZv8D',$,$,$,(#2404),#16071); +#16071= IFCLIBRARYREFERENCE($,$,'Roll',$,'en',$); -#8814= IFCRELASSOCIATESLIBRARY('2BYtHKV_L8MOLttBzA$AVe',$,$,$,(#2417),#16072); -#16072= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\2\X2\96FB6D4130BF30A430D7\X0\','\X2\5909572756683088308A51FA529B3055308C308B7B2C\X0\2\X2\96FB6D41306E7A2E985E306E4E0089A73002\X0\','ja-JP',$); +#8808= IFCRELASSOCIATESLIBRARY('2AX5wbnnb3DPm1pIfIvuUr',$,$,$,(#2404),#16072); +#16072= IFCLIBRARYREFERENCE($,$,'RotationAutourAxeLongitudinal','Rotation autour de l''axe longitudinal - relativement \S\` l''axe X pour tous les poteaux qui sont verticaux relativement au rep\S\hre absolu (la direction du profil est celle de l''axe X si la valeur est 0). Pour tous les poteaux non verticaux, la valeur de la propri\S\it\S\i est relative \S\` l''axe Z (la direction du profil des poteaux non verticaux est celle de l''axe Z si la valeur est 0). \X\0D\X\0ACette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Les applications qui d\S\iterminent la g\S\iom\S\itrie comme les logiciels de CAO ne doivent pas autoriser la modification de cette propri\S\it\S\i. Note : nouvelle propri\S\it\S\i de la version IFC2x4.','fr-FR',$); -#8815= IFCRELASSOCIATESLIBRARY('2EoTC5J3P8dP9N4aDTmkKq',$,$,$,(#2417),#16073); -#16073= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 2 \X2\C804B958\X0\ \X2\D0C0C785\X0\','\X2\BCC0C555AE30C5D0C11C\X0\ \X2\CD9CB825B418B294\X0\ \X2\C81C\X0\ 2 \X2\C804B958C758\X0\ \X2\C885B958\X0\ \X2\BAA9B85DC785B2C8B2E4\X0\.','ko-KR',$); +#8809= IFCRELASSOCIATESLIBRARY('3qshiWxU975xuHswn9A8KM',$,$,$,(#2404),#16073); +#16073= IFCLIBRARYREFERENCE($,$,'\X2\56DE8EE2\X0\','\X2\67F1306E95778EF8306B5BFE3059308B56DE8EE23002\X0\','ja-JP',$); -#8816= IFCRELASSOCIATESLIBRARY('1iCDrOGq95b9HI8bM8A2yZ',$,$,$,(#2418),#16074); -#16074= IFCLIBRARYREFERENCE($,$,'Secondary Frequency',$,'en',$); +#8810= IFCRELASSOCIATESLIBRARY('2ZM8S6XWr3AP4Gs974uFnU',$,$,$,(#2404),#16074); +#16074= IFCLIBRARYREFERENCE($,$,'\X2\8F6C89D2\X0\','\X2\76F85BF94E8E7EB58F74768465CB8F6C89D230025BF951685C40575068077CFB4E2D7684578276F467F1FF0C8BE55C5E60274E3A76F85BF94E8E\X0\X\X2\8F74768489D25EA63002FF0882E58F6E5ED365B954115728\X0\X\X2\8F744E0AFF0C52198F6C89D24E3A\X0\0\X2\3002FF095BF951685C40575068077CFB4E2D7684975E578276F467F1FF0C8BE55C5E60274E3A76F85BF94E8E\X0\Z\X2\8F74768489D25EA63002FF0882E58F6E5ED365B954115728\X0\Z\X2\8F744E0AFF0C52198F6C89D24E3A\X0\0\X2\3002FF09\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); -#8817= IFCRELASSOCIATESLIBRARY('2TF1Y8CwP8$w9tBe5Yhod0',$,$,$,(#2418),#16075); -#16075= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\2\X2\54686CE26570\X0\','\X2\590957275668306E\X0\2\X2\6B215074306B51FA529B3055308C308B54686CE265703002\X0\','ja-JP',$); +#8811= IFCRELASSOCIATESLIBRARY('0ai5HjMIfB$f9RBtyG30dv',$,$,$,(#2406),#16075); +#16075= IFCLIBRARYREFERENCE($,$,'Rotation Speed',$,'en',$); -#8818= IFCRELASSOCIATESLIBRARY('02o5UuybrFXuUc3bUvJYLH',$,$,$,(#2418),#16076); -#16076= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 2 \X2\C8FCD30CC218\X0\','\X2\BCC0C555AE30\X0\ 2 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C8FCD30CC218\X0\.','ko-KR',$); +#8812= IFCRELASSOCIATESLIBRARY('34B9D0bCv7vhXwXgiqo0ID',$,$,$,(#2406),#16076); +#16076= IFCLIBRARYREFERENCE($,$,'\X2\56DE8EE2901F5EA6\X0\','\X2\30DD30F330D756DE8EE2901F5EA6\X0\','ja-JP',$); -#8819= IFCRELASSOCIATESLIBRARY('3Jxx1J1hzA3frD1E9wHXTg',$,$,$,(#2419),#16077); -#16077= IFCLIBRARYREFERENCE($,$,'Secondary Surface Area',$,'en',$); +#8813= IFCRELASSOCIATESLIBRARY('3umLG6iI90GwiEJyr6_Oh_',$,$,$,(#2407),#16077); +#16077= IFCLIBRARYREFERENCE($,$,'Rauheit der Oberfl\S\dche',$,'de-DE',$); -#8820= IFCRELASSOCIATESLIBRARY('0WlnMjbXv1_PRz0Bx9f7Tt',$,$,$,(#2419),#16078); -#16078= IFCLIBRARYREFERENCE($,$,'SurfaceEchangeSecondaire','Surface d''\S\ichange thermique au secondaire cr\S\ie par les ailettes.','fr-FR',$); +#8814= IFCRELASSOCIATESLIBRARY('0J4h1fqFn5JBBDwhDNGK4O',$,$,$,(#2407),#16078); +#16078= IFCLIBRARYREFERENCE($,$,'Roughness',$,'en',$); -#8821= IFCRELASSOCIATESLIBRARY('0WD61$RY1CzQdr9o5bu3xS',$,$,$,(#2420),#16079); -#16079= IFCLIBRARYREFERENCE($,$,'Secondary Voltage',$,'en',$); +#8815= IFCRELASSOCIATESLIBRARY('06442U7Tf9jwdLMC$uVrYR',$,$,$,(#2407),#16079); +#16079= IFCLIBRARYREFERENCE($,$,'Rugosit\S\i','Une mesure des d\S\iviations verticales de la surface.','fr-FR',$); -#8822= IFCRELASSOCIATESLIBRARY('1gbl5ymL96OAKgjPZ8mtdQ',$,$,$,(#2420),#16080); -#16080= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\2\X2\96FB5727\X0\','\X2\590957275668306E\X0\2\X2\6B215074307851FA529B3055308C308B96FB57273002\X0\','ja-JP',$); +#8816= IFCRELASSOCIATESLIBRARY('1T53H7OwDBovHAy_bVvj$O',$,$,$,(#2407),#16080); +#16080= IFCLIBRARYREFERENCE($,$,'\X2\886897627C973055\X0\','\X2\88689762306E578276F465B95411306E504F5DEE3002\X0\','ja-JP',$); -#8823= IFCRELASSOCIATESLIBRARY('1afdfkNTHCBA8eyZysJJtY',$,$,$,(#2420),#16081); -#16081= IFCLIBRARYREFERENCE($,$,'\X2\B450BC88C9F8\X0\ \X2\C804C555\X0\','\X2\BCC0C555AE30\X0\ 2 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C804C555\X0\.','ko-KR',$); +#8818= IFCRELASSOCIATESLIBRARY('1lh$0i9N9B4AcLHrEItwAt',$,$,$,(#2410),#16081); +#16081= IFCLIBRARYREFERENCE($,$,'s',$,'en',$); -#8824= IFCRELASSOCIATESLIBRARY('0AmqYV1J9Fb8NWVwAuWOkY',$,$,$,(#2421),#16082); -#16082= IFCLIBRARYREFERENCE($,$,'Second Curvature Radius',$,'en',$); +#8819= IFCRELASSOCIATESLIBRARY('1dFcnXvtj4QBC$WAR14Ps1',$,$,$,(#2415),#16082); +#16082= IFCLIBRARYREFERENCE($,$,'Saturation Efficiency',$,'en',$); -#8825= IFCRELASSOCIATESLIBRARY('1CXinH4w92Yw_8PYLw3yN8',$,$,$,(#2421),#16083); -#16083= IFCLIBRARYREFERENCE($,$,'2\X2\756A76EE306E66F27387534A5F84\X0\','2\X2\756A76EE306E66F27387534A5F84306F300166F27387306E5024306E5148982D53C8306F53F35074306E534A5F843068305730665B9A7FA93059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); +#8820= IFCRELASSOCIATESLIBRARY('2fLY1u3AbFxvUqbplSGbsA',$,$,$,(#2415),#16083); +#16083= IFCLIBRARYREFERENCE($,$,'\X2\98FD548C6BD47387\X0\','\X2\98FD548C6BD47387FF1A670059277D765BFE6E7F5EA6306B5BFE3059308B73FE5728306E7D765BFE6E7F5EA6306E52725408\X0\','ja-JP',$); -#8826= IFCRELASSOCIATESLIBRARY('2npj$3jfT5rvNtPfifEa1D',$,$,$,(#2422),#16084); -#16084= IFCLIBRARYREFERENCE($,$,'Second Curvature Radius',$,'en',$); +#8821= IFCRELASSOCIATESLIBRARY('26tf0_jVT01BBw8cMFZUBe',$,$,$,(#2416),#16084); +#16084= IFCLIBRARYREFERENCE($,$,'Saturation Efficiency Curve',$,'en',$); -#8827= IFCRELASSOCIATESLIBRARY('27HNQ2pFX6IemXLb1jncw_',$,$,$,(#2422),#16085); -#16085= IFCLIBRARYREFERENCE($,$,'2\X2\756A76EE306E66F27387534A5F84\X0\','2\X2\756A76EE306E66F27387534A5F84306F300166F27387306E5024306E5148982D53C8306F53F35074306E534A5F843068305730665B9A7FA93059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); +#8822= IFCRELASSOCIATESLIBRARY('3xfT5z6CPEvvfeEiiO2$vi',$,$,$,(#2417),#16085); +#16085= IFCLIBRARYREFERENCE($,$,'Schedule Completion',$,'en',$); -#8829= IFCRELASSOCIATESLIBRARY('0Bp1d5R1X48eWYF3bhxus7',$,$,$,(#2424),#16086); -#16086= IFCLIBRARYREFERENCE($,$,'Section Length',$,'en',$); +#8823= IFCRELASSOCIATESLIBRARY('0o7$Bw7Y58MwByyQ08mhrC',$,$,$,(#2417),#16086); +#16086= IFCLIBRARYREFERENCE($,$,'\X2\4E885B9A5B8C4E867387\X0\','\X2\4E885B9A3055308C305F5B8C4E8673873002\X0\','ja-JP',$); -#8830= IFCRELASSOCIATESLIBRARY('1uJ5pVzhL34hUU0tIXh903',$,$,$,(#2424),#16087); -#16087= IFCLIBRARYREFERENCE($,$,'\X2\30BB30AF30B730E730F3306E95773055\X0\','\X2\30BF30F330AF306E88FD4F5C306B4F7F75283055308C30663044308B30BB30AF30B730E730F3306E95773055\X0\','ja-JP',$); +#8824= IFCRELASSOCIATESLIBRARY('0dc_sDhyX8B8PQZmMC4YHO',$,$,$,(#2418),#16087); +#16087= IFCLIBRARYREFERENCE($,$,'Schedule Cost',$,'en',$); -#8831= IFCRELASSOCIATESLIBRARY('2ndbzfOGHC39Gb_XyRw5bO',$,$,$,(#2425),#16088); -#16088= IFCLIBRARYREFERENCE($,$,'Section Width',$,'en',$); +#8825= IFCRELASSOCIATESLIBRARY('1BDHh6JsHBWhlTqxtwRZNm',$,$,$,(#2418),#16088); +#16088= IFCLIBRARYREFERENCE($,$,'\X2\4E885B9A30B330B930C8\X0\','\X2\8CC76E90914D5206306E305F3081306E4E885B9A3055308C30663044308B30B330B930C83002\X0\','ja-JP',$); -#8832= IFCRELASSOCIATESLIBRARY('1T3aybfyf8KQZw02d3_22f',$,$,$,(#2425),#16089); -#16089= IFCLIBRARYREFERENCE($,$,'\X2\30BB30AF30B730E730F3306E5E45\X0\','\X2\30BF30F330AF306E88FD4F5C306B4F7F75283055308C30663044308B30BB30AF30B730E730F3306E5E45\X0\','ja-JP',$); +#8826= IFCRELASSOCIATESLIBRARY('0_fGypgJP0M9s6DfRJ4dMq',$,$,$,(#2419),#16089); +#16089= IFCLIBRARYREFERENCE($,$,'Scheduled Frequency',$,'en',$); -#8834= IFCRELASSOCIATESLIBRARY('3ls$rFEeL8AuyytxgO_xJ4',$,$,$,(#2426),#16090); -#16090= IFCLIBRARYREFERENCE($,$,'Security Lighting Type',$,'en',$); +#8827= IFCRELASSOCIATESLIBRARY('3tyAJdWdTD9x5_G$jQLWLX',$,$,$,(#2420),#16090); +#16090= IFCLIBRARYREFERENCE($,$,'Schedule Work',$,'en',$); -#8835= IFCRELASSOCIATESLIBRARY('1KbfhfUNb6tg1migsoBGZ5',$,$,$,(#2426),#16091); -#16091= IFCLIBRARYREFERENCE($,$,'\X2\963272AF706F\X0\','\X2\963272AF706F306E30BF30A430D73002\X0\','ja-JP',$); +#8828= IFCRELASSOCIATESLIBRARY('2RCpvsd6T09w2_X619nuQX',$,$,$,(#2420),#16091); +#16091= IFCLIBRARYREFERENCE($,$,'\X2\4E885B9A4F5C696D66429593\X0\','\X2\8CC76E90914D5206306E305F3081306E4E885B9A3055308C305F4F5C696D3002\X0\','ja-JP',$); -#8836= IFCRELASSOCIATESLIBRARY('2x0rxZIg1BIQAu5SEDF5Gg',$,$,$,(#2426),#16092); -#16092= IFCLIBRARYREFERENCE($,$,'\X2\BC29BC94B4F1\X0\','\X2\BC29BC94B4F1\X0\ \X2\C720D615\X0\','ko-KR',$); +#8829= IFCRELASSOCIATESLIBRARY('0kPfrzRQf4Hw5ArjBdpuJz',$,$,$,(#2421),#16092); +#16092= IFCLIBRARYREFERENCE($,$,'Scrap Factor',$,'en',$); -#8837= IFCRELASSOCIATESLIBRARY('27ujLpdMXAFBqsAjY3NK4W',$,$,$,(#2427),#16093); -#16093= IFCLIBRARYREFERENCE($,$,'Widerstandsklasse','Widerstandsklasse f\S\|r den Einbruchschutz gem\S\d\S\_ der nationalen oder regionalen Richtlinie die als Mindestanforderung f\S\|r die Einbruchhemmung der T\S\|r gew\S\dhrleistet sein muss.','de-DE',$); +#8830= IFCRELASSOCIATESLIBRARY('01oSB0WO9BWeRi_L0Fepze',$,$,$,(#2421),#16093); +#16093= IFCLIBRARYREFERENCE($,$,'\X2\5EC367507387\X0\','\X2\91D15C5E677F306E5EC3675073873002\X0\','ja-JP',$); -#8838= IFCRELASSOCIATESLIBRARY('0fD1$ei7j8Qva5UkNPwfLe',$,$,$,(#2427),#16094); -#16094= IFCLIBRARYREFERENCE($,$,'Security Rating',$,'en',$); +#8831= IFCRELASSOCIATESLIBRARY('2sYDGQ7xnDnePsBODLxaUX',$,$,$,(#2421),#16094); +#16094= IFCLIBRARYREFERENCE($,$,'\X2\D3D0AE30BB3C\X0\ \X2\BE44C728\X0\','\X2\AE08C18DD310C758\X0\ \X2\D3D0C7AC\X0\ \X2\BE44C728\X0\.','ko-KR',$); -#8839= IFCRELASSOCIATESLIBRARY('1dGxE6TvL1kRvf1Gi$v80m',$,$,$,(#2427),#16095); -#16095= IFCLIBRARYREFERENCE($,$,'NiveauSecurite','Syst\S\hme de classification par indices, indiquant le niveau de s\S\icurit\S\i.','fr-FR',$); +#8832= IFCRELASSOCIATESLIBRARY('1asvcnR_rE1ut3iGT_46t5',$,$,$,(#2422),#16095); +#16095= IFCLIBRARYREFERENCE($,$,'Screen Diameter',$,'en',$); -#8840= IFCRELASSOCIATESLIBRARY('1jhI4qd3j9DAGLvKJthH5k',$,$,$,(#2427),#16096); -#16096= IFCLIBRARYREFERENCE($,$,'\X2\963272AF7B497D1A\X0\','\X2\963272AF7B497D1A60C55831300295A290233059308B57FA6E96309253C271673002\X0\','ja-JP',$); +#8833= IFCRELASSOCIATESLIBRARY('3AvB94HTLEPBf2mEMAgaBG',$,$,$,(#2422),#16096); +#16096= IFCLIBRARYREFERENCE($,$,'\X2\30B930AF30EA30FC30F35F84\X0\','\X2\906E307830445C64306E5F843001539A30553002\X0\','ja-JP',$); -#8841= IFCRELASSOCIATESLIBRARY('0QuU0hB0vDgPTchJH$XKoP',$,$,$,(#2427),#16097); -#16097= IFCLIBRARYREFERENCE($,$,'\X2\5B8951687B497EA7\X0\','\X2\8868793A5B8951687A0B5EA6768453C2800360277B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); +#8834= IFCRELASSOCIATESLIBRARY('09B4iLTrrCZh7f7_zm38Cn',$,$,$,(#2422),#16097); +#16097= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D06CB9B0\X0\ \X2\C9C0B984\X0\','\X2\CC28D3D0\X0\ \X2\CE35C758\X0\ \X2\C9C1ACBD\X0\, \X2\B450AED8\X0\.','ko-KR',$); -#8842= IFCRELASSOCIATESLIBRARY('0jqh0sxuz5IfOlH0rjOa5$',$,$,$,(#2428),#16098); -#16098= IFCLIBRARYREFERENCE($,$,'Sicherheitsklasse','Sicherheitsklasse gem\S\d\S\_ der nationalen oder regionalen Geb\S\dudesicherheitsverordnung.','de-DE',$); +#8835= IFCRELASSOCIATESLIBRARY('1VMc8CuYr2HxUcg4HcxqfX',$,$,$,(#2423),#16098); +#16098= IFCLIBRARYREFERENCE($,$,'Screen Diameter',$,'en',$); -#8843= IFCRELASSOCIATESLIBRARY('3bNw9RH194_unyp$HchqMW',$,$,$,(#2428),#16099); -#16099= IFCLIBRARYREFERENCE($,$,'Security Rating',$,'en',$); +#8836= IFCRELASSOCIATESLIBRARY('1GENDFq096lBEklcc9ijt$',$,$,$,(#2423),#16099); +#16099= IFCLIBRARYREFERENCE($,$,'\X2\30B730FC30EB30C95F84\X0\','\X2\30B330A290E85206FF085B5857283059308B58345408FF09306E9762306E76F45F843002\X0\','ja-JP',$); -#8844= IFCRELASSOCIATESLIBRARY('00D4qrx7rFDgahLT0K$jdc',$,$,$,(#2428),#16100); -#16100= IFCLIBRARYREFERENCE($,$,'NiveauSecurite','Syst\S\hme de classification par indices, indiquant le niveau de s\S\icurit\S\i.','fr-FR',$); +#8837= IFCRELASSOCIATESLIBRARY('3a5PZalOL9lfg1oltFLgZm',$,$,$,(#2423),#16100); +#16100= IFCLIBRARYREFERENCE($,$,'\X2\C2E4B4DC\X0\ \X2\C9C1ACBD\X0\','\X2\CF54C5B4\X0\ \X2\BD80BD84\X0\ (\X2\C788B294\X0\ \X2\ACBDC6B0\X0\)\X2\C758\X0\ \X2\CE21BA74C5D0\X0\ \X2\C9C0B984\X0\.','ko-KR',$); -#8845= IFCRELASSOCIATESLIBRARY('0mZOfr50rEyeZ5yoMKrPd9',$,$,$,(#2428),#16101); -#16101= IFCLIBRARYREFERENCE($,$,'\X2\963272AF7B497D1A\X0\','\X2\963272AF7B497D1A60C55831300295A290233059308B57FA6E96309253C271673002\X0\','ja-JP',$); +#8839= IFCRELASSOCIATESLIBRARY('3dIyVO5WPCLvtVVFw$7EKq',$,$,$,(#2425),#16101); +#16101= IFCLIBRARYREFERENCE($,$,'Seating Height',$,'en',$); -#8846= IFCRELASSOCIATESLIBRARY('1dyVePsJjB_8vrLb01Kcu8',$,$,$,(#2428),#16102); -#16102= IFCLIBRARYREFERENCE($,$,'\X2\5B8951687B497EA7\X0\','\X2\8868793A5B8951687A0B5EA6768453C2800360277B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); +#8840= IFCRELASSOCIATESLIBRARY('393jK$fiH1CAX3gGeoEH6l',$,$,$,(#2426),#16102); +#16102= IFCLIBRARYREFERENCE($,$,'Secondary Airflow Rate Range',$,'en',$); -#8847= IFCRELASSOCIATESLIBRARY('3IFz5CJhTFhhqpXadFfeqT',$,$,$,(#2431),#16103); -#16103= IFCLIBRARYREFERENCE($,$,'Selector Type',$,'en',$); +#8841= IFCRELASSOCIATESLIBRARY('3I53IOfVf5Mx0eVnkt8CO6',$,$,$,(#2426),#16103); +#16103= IFCLIBRARYREFERENCE($,$,'PlageD\S\ibitAirSecondaire','Plage possible de d\S\ibit d''air au secondaire qui peut \S\jtre fourni.','fr-FR',$); -#8848= IFCRELASSOCIATESLIBRARY('1PKiYAFej8H8mWBW1uUvw0',$,$,$,(#2431),#16104); -#16104= IFCLIBRARYREFERENCE($,$,'\X2\30BB30EC30AF30BF30FCFF0830B930A430C330C1FF0930BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B3001520766FF304830B930A430C330C1306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#8842= IFCRELASSOCIATESLIBRARY('2aJS_j3tX82R9tblvMtQ8o',$,$,$,(#2426),#16104); +#16104= IFCLIBRARYREFERENCE($,$,'\X2\4E8C6B21507498A891CF7BC456F2\X0\','\X2\4E8C6B215074306E900198A853EF80FD7BC456F2\X0\','ja-JP',$); -#8849= IFCRELASSOCIATESLIBRARY('03vgivEr5CAOqaQQZPldaL',$,$,$,(#2431),#16105); -#16105= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\D0C0C785\X0\','\X2\C804D658C2A4C704CE58\X0\ \X2\BAA9B85D\X0\','ko-KR',$); +#8843= IFCRELASSOCIATESLIBRARY('3nnenv2g50nPzwUrSkH1UG',$,$,$,(#2427),#16105); +#16105= IFCLIBRARYREFERENCE($,$,'Secondary Apparent Power',$,'en',$); -#8850= IFCRELASSOCIATESLIBRARY('1eW1cYWW10ORGsEIEVsUeG',$,$,$,(#2432),#16106); -#16106= IFCLIBRARYREFERENCE($,$,'Selbstschliessend','Angabe, ob die T\S\|r sicher und selbst\S\dndig nach der Benutzung durch einen T\S\|rschlie\S\_er schlie\S\_t (Ja) oder nicht (NEIN).','de-DE',$); +#8844= IFCRELASSOCIATESLIBRARY('3BOQNe22f24eWCbsQivA6F',$,$,$,(#2427),#16106); +#16106= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\2\X2\96FB529B\X0\','\X2\590957275668306E\X0\2\X2\6B215074307851FA529B3055308C308B96FB529BFF08\X0\VA: \X2\30A230F330DA30A2FF093002\X0\','ja-JP',$); -#8851= IFCRELASSOCIATESLIBRARY('0mnmFWOVDCRRTP$AuEdC$F',$,$,$,(#2432),#16107); -#16107= IFCLIBRARYREFERENCE($,$,'Self Closing',$,'en',$); +#8845= IFCRELASSOCIATESLIBRARY('0lbJ8XMP9EOw4AYsbF6DEv',$,$,$,(#2427),#16107); +#16107= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 2 \X2\C804C6D0\X0\','\X2\BCC0C555AE30\X0\ 2 \X2\CC28CE21C73CB85C\X0\ \X2\CD9CB825B418B294\X0\ \X2\C804B825\X0\ (VA : \X2\C554D398C5B4\X0\).','ko-KR',$); -#8852= IFCRELASSOCIATESLIBRARY('0lWSAZBTT8PwcOrgUKwhnr',$,$,$,(#2432),#16108); -#16108= IFCLIBRARYREFERENCE($,$,'FermetureAutomatique','Indique si cet objet est con\S\gu pour une fermeture automatique apr\S\hs usage (VRAI) ou non (FAUX)','fr-FR',$); +#8846= IFCRELASSOCIATESLIBRARY('3iqQJ_BCjC1RdpSY1xNsOG',$,$,$,(#2428),#16108); +#16108= IFCLIBRARYREFERENCE($,$,'Secondary Current',$,'en',$); -#8853= IFCRELASSOCIATESLIBRARY('1n3$WLrVvFmu4r88_xrnxZ',$,$,$,(#2432),#16109); -#16109= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D530C930A295896A5F80FD533A5206\X0\','\X2\3053306E30C930A2304C81EA52D57684306B9589307E308B6A5F80FD309267093059308B304B30693046304B306E30D630FC30EA30A230F350243002\X0\','ja-JP',$); +#8847= IFCRELASSOCIATESLIBRARY('07mh7WZJr4JOsvUvRtwi_5',$,$,$,(#2428),#16109); +#16109= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\2\X2\96FB6D41\X0\','\X2\590957275668306E\X0\2\X2\6B215074307851FA529B3055308C308B96FB6D413002\X0\','ja-JP',$); -#8854= IFCRELASSOCIATESLIBRARY('37JBf3rfLF7A0KhOTwqXlJ',$,$,$,(#2432),#16110); -#16110= IFCLIBRARYREFERENCE($,$,'\X2\662F542681EA52A8517395ED\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A81EA52A8517395ED3002\X0\','zh-CN',$); +#8848= IFCRELASSOCIATESLIBRARY('0AYlVtIeX0UuO1jrM8E_tK',$,$,$,(#2428),#16110); +#16110= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 2 \X2\C804B958\X0\','\X2\BCC0C555AE30\X0\ 2 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C804B958\X0\.','ko-KR',$); -#8855= IFCRELASSOCIATESLIBRARY('3lQKZC5ub6ZPCulxNddLNQ',$,$,$,(#2433),#16111); -#16111= IFCLIBRARYREFERENCE($,$,'Self Extinguishing60332_1',$,'en',$); +#8850= IFCRELASSOCIATESLIBRARY('0mO45uYMX9OeukvWXW83tv',$,$,$,(#2429),#16111); +#16111= IFCLIBRARYREFERENCE($,$,'Secondary Current Type',$,'en',$); -#8856= IFCRELASSOCIATESLIBRARY('16E$FQ1DD0KRKHRPfqzB9J',$,$,$,(#2433),#16112); -#16112= IFCLIBRARYREFERENCE($,$,'\X2\81EA5DF16D88706B30B130FC30D630EB\X0\','IEC 60332.1.\X2\306B898F5B9A3055308C30663044308B81EA5DF16D88706B30B130FC30D630EB3002\X0\','ja-JP',$); +#8851= IFCRELASSOCIATESLIBRARY('39qy6YegXBTw9Sk53krLpQ',$,$,$,(#2429),#16112); +#16112= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\2\X2\96FB6D4130BF30A430D7\X0\','\X2\5909572756683088308A51FA529B3055308C308B7B2C\X0\2\X2\96FB6D41306E7A2E985E306E4E0089A73002\X0\','ja-JP',$); -#8857= IFCRELASSOCIATESLIBRARY('0xZKuoV8f6pBM5FTkUi6rd',$,$,$,(#2433),#16113); -#16113= IFCLIBRARYREFERENCE($,$,'\X2\C790AE30\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\','IEC 60332.1.\X2\C5D0\X0\ \X2\ADDCC815B418C5B4C788B294\X0\ \X2\C790AE30\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\','ko-KR',$); +#8852= IFCRELASSOCIATESLIBRARY('1sYkxcOhvF2RgclGrs7Kgr',$,$,$,(#2429),#16113); +#16113= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 2 \X2\C804B958\X0\ \X2\D0C0C785\X0\','\X2\BCC0C555AE30C5D0C11C\X0\ \X2\CD9CB825B418B294\X0\ \X2\C81C\X0\ 2 \X2\C804B958C758\X0\ \X2\C885B958\X0\ \X2\BAA9B85DC785B2C8B2E4\X0\.','ko-KR',$); -#8858= IFCRELASSOCIATESLIBRARY('00u9q8zc50d9nooC9L$j$t',$,$,$,(#2434),#16114); -#16114= IFCLIBRARYREFERENCE($,$,'Self Extinguishing60332_1',$,'en',$); +#8853= IFCRELASSOCIATESLIBRARY('0mX7XgHjLAff5ApCBrOccj',$,$,$,(#2430),#16114); +#16114= IFCLIBRARYREFERENCE($,$,'Secondary Frequency',$,'en',$); -#8859= IFCRELASSOCIATESLIBRARY('0$q0TScin4Ye5DHE9BaF6a',$,$,$,(#2434),#16115); -#16115= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D56D88706B\X0\60332_1','\X2\81EA52D56D88706B30B130FC30D630EB\X0\/\X2\30B330A2306F\X0\IEC 60332.1\X2\306B6E963058308B3002\X0\','ja-JP',$); +#8854= IFCRELASSOCIATESLIBRARY('3ai4YzYBP5XP42$BtcAntO',$,$,$,(#2430),#16115); +#16115= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\2\X2\54686CE26570\X0\','\X2\590957275668306E\X0\2\X2\6B215074306B51FA529B3055308C308B54686CE265703002\X0\','ja-JP',$); -#8860= IFCRELASSOCIATESLIBRARY('0Lv3GpQ_D3EQeE8W1SoZ7b',$,$,$,(#2434),#16116); -#16116= IFCLIBRARYREFERENCE($,$,'\X2\C790B3D9\X0\ \X2\C18CD654\X0\ 60332_1','\X2\C790B3D9\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\ / \X2\CF54C5B4B294\X0\ IEC 60332.1\X2\C5D0\X0\ \X2\C900D55CB2E4\X0\','ko-KR',$); +#8855= IFCRELASSOCIATESLIBRARY('2akYP6avv8Yxn2$YOqWQpQ',$,$,$,(#2430),#16116); +#16116= IFCLIBRARYREFERENCE($,$,'\X2\C81C\X0\ 2 \X2\C8FCD30CC218\X0\','\X2\BCC0C555AE30\X0\ 2 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C8FCD30CC218\X0\.','ko-KR',$); -#8861= IFCRELASSOCIATESLIBRARY('3EREJmwyT4zwBMkWgarwu5',$,$,$,(#2435),#16117); -#16117= IFCLIBRARYREFERENCE($,$,'Self Extinguishing60332_3',$,'en',$); +#8856= IFCRELASSOCIATESLIBRARY('3yGHK9ZaL57BGe4AyIt$Z7',$,$,$,(#2431),#16117); +#16117= IFCLIBRARYREFERENCE($,$,'Secondary Surface Area',$,'en',$); -#8862= IFCRELASSOCIATESLIBRARY('337duT6OjDRBmXTvvbjqyC',$,$,$,(#2435),#16118); -#16118= IFCLIBRARYREFERENCE($,$,'\X2\81EA5DF16D88706B30B130FC30D630EB\X0\','IEC 60332.3.\X2\306B898F5B9A3055308C30663044308B81EA5DF16D88706B30B130FC30D630EB3002\X0\','ja-JP',$); +#8857= IFCRELASSOCIATESLIBRARY('2fPyM8z6TAoQ2rFFAowMnB',$,$,$,(#2431),#16118); +#16118= IFCLIBRARYREFERENCE($,$,'SurfaceEchangeSecondaire','Surface d''\S\ichange thermique au secondaire cr\S\ie par les ailettes.','fr-FR',$); -#8863= IFCRELASSOCIATESLIBRARY('3tqRB$Dcb47f1ATDwEdmSh',$,$,$,(#2435),#16119); -#16119= IFCLIBRARYREFERENCE($,$,'\X2\C790AE30\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\','IEC 60332.3.\X2\C5D0\X0\ \X2\ADDCC815B418C5B4C788B294\X0\ \X2\C790AE30\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\','ko-KR',$); +#8858= IFCRELASSOCIATESLIBRARY('1K54PAOePAMA9qWm2YXVn_',$,$,$,(#2432),#16119); +#16119= IFCLIBRARYREFERENCE($,$,'Secondary Voltage',$,'en',$); -#8864= IFCRELASSOCIATESLIBRARY('1onbGb$Aj5HQn3uCaR7UH6',$,$,$,(#2436),#16120); -#16120= IFCLIBRARYREFERENCE($,$,'Self Extinguishing60332_3',$,'en',$); +#8859= IFCRELASSOCIATESLIBRARY('2oKxh15OP12997OsF4D7za',$,$,$,(#2432),#16120); +#16120= IFCLIBRARYREFERENCE($,$,'\X2\7B2C\X0\2\X2\96FB5727\X0\','\X2\590957275668306E\X0\2\X2\6B215074307851FA529B3055308C308B96FB57273002\X0\','ja-JP',$); -#8865= IFCRELASSOCIATESLIBRARY('0cdK1YIsv6_OrArmP$kx1n',$,$,$,(#2436),#16121); -#16121= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D56D88706B\X0\60332_3','\X2\81EA5DF16D88531630B130FC30D630EB\X0\/\X2\30B330A2306F\X0\IEC 60332.3.\X2\306B6E963058308B3002\X0\','ja-JP',$); +#8860= IFCRELASSOCIATESLIBRARY('1Gg$p_SwDEWOIvbSB5_Jf7',$,$,$,(#2432),#16121); +#16121= IFCLIBRARYREFERENCE($,$,'\X2\B450BC88C9F8\X0\ \X2\C804C555\X0\','\X2\BCC0C555AE30\X0\ 2 \X2\CC28\X0\ \X2\CE21C5D0\X0\ \X2\C804C1A1B418B294\X0\ \X2\C804C555\X0\.','ko-KR',$); -#8866= IFCRELASSOCIATESLIBRARY('19K0Q7rBTDLOHDFY5rrbGK',$,$,$,(#2436),#16122); -#16122= IFCLIBRARYREFERENCE($,$,'\X2\C790B3D9\X0\ \X2\C18CD654\X0\ 60332_3','\X2\C790AE30\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\ / \X2\CF54C5B4B294\X0\ IEC 60332.3.\X2\C5D0\X0\ \X2\C900D55CB2E4\X0\.','ko-KR',$); +#8861= IFCRELASSOCIATESLIBRARY('1bF0EZdx97B9G$MnoAhVv5',$,$,$,(#2433),#16122); +#16122= IFCLIBRARYREFERENCE($,$,'Second Curvature Radius',$,'en',$); -#8868= IFCRELASSOCIATESLIBRARY('2r_bAwwXnB_Rf1R5lZwiNT',$,$,$,(#2437),#16123); -#16123= IFCLIBRARYREFERENCE($,$,'Self Test Function',$,'en',$); +#8862= IFCRELASSOCIATESLIBRARY('0O9C6F9Gr8Mw_fXykflj5o',$,$,$,(#2433),#16123); +#16123= IFCLIBRARYREFERENCE($,$,'2\X2\756A76EE306E66F27387534A5F84\X0\','2\X2\756A76EE306E66F27387534A5F84306F300166F27387306E5024306E5148982D53C8306F53F35074306E534A5F843068305730665B9A7FA93059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); -#8869= IFCRELASSOCIATESLIBRARY('17ZVhjdmvD7xeZVBTZEI53',$,$,$,(#2437),#16124); -#16124= IFCLIBRARYREFERENCE($,$,'\X2\81EA5DF18A3A65AD6A5F80FD\X0\','\X2\81EA5DF18A3A65AD6A5F80FD306E30BF30A430D73002\X0\','ja-JP',$); +#8863= IFCRELASSOCIATESLIBRARY('09pTTVllz7u8ycv2szQPs0',$,$,$,(#2434),#16124); +#16124= IFCLIBRARYREFERENCE($,$,'Second Curvature Radius',$,'en',$); -#8870= IFCRELASSOCIATESLIBRARY('1yYq88MT15uOo8HWBiIdcb',$,$,$,(#2437),#16125); -#16125= IFCLIBRARYREFERENCE($,$,'\X2\C790AE30\X0\ \X2\C9C4B2E8\X0\ \X2\AE30B2A5\X0\','\X2\C790AE30\X0\ \X2\C9C4B2E8\X0\ \X2\AE30B2A5C758\X0\ \X2\C720D615\X0\','ko-KR',$); +#8864= IFCRELASSOCIATESLIBRARY('0X$nWXs4PBBAv6IvPzSV$Q',$,$,$,(#2434),#16125); +#16125= IFCLIBRARYREFERENCE($,$,'2\X2\756A76EE306E66F27387534A5F84\X0\','2\X2\756A76EE306E66F27387534A5F84306F300166F27387306E5024306E5148982D53C8306F53F35074306E534A5F843068305730665B9A7FA93059308B5FC58981304C3042308A307E30593002\X0\','ja-JP',$); -#8871= IFCRELASSOCIATESLIBRARY('1DwVDMh4z5Xvr8kronk2Zt',$,$,$,(#2438),#16126); -#16126= IFCLIBRARYREFERENCE($,$,'Sensible Cooling Capacity',$,'en',$); +#8866= IFCRELASSOCIATESLIBRARY('1WHMYlZn1D4R_wmvOVOLYR',$,$,$,(#2436),#16126); +#16126= IFCLIBRARYREFERENCE($,$,'Section Length',$,'en',$); -#8872= IFCRELASSOCIATESLIBRARY('0f1HUff_PCNexynIU$6itn',$,$,$,(#2438),#16127); -#16127= IFCLIBRARYREFERENCE($,$,'\X2\985571B151B7537480FD529B\X0\','\X2\985571B151B7537480FD529B\X0\','ja-JP',$); +#8867= IFCRELASSOCIATESLIBRARY('0D6IOnLfXE0x5d$0V_zfWk',$,$,$,(#2436),#16127); +#16127= IFCLIBRARYREFERENCE($,$,'\X2\30BB30AF30B730E730F3306E95773055\X0\','\X2\30BF30F330AF306E88FD4F5C306B4F7F75283055308C30663044308B30BB30AF30B730E730F3306E95773055\X0\','ja-JP',$); -#8873= IFCRELASSOCIATESLIBRARY('1MCly2Ku979Q32hMfKHaT6',$,$,$,(#2439),#16128); -#16128= IFCLIBRARYREFERENCE($,$,'Sensible Effectiveness',$,'en',$); +#8868= IFCRELASSOCIATESLIBRARY('2drE3nNzLA6Q9s4J1jZTQB',$,$,$,(#2437),#16128); +#16128= IFCLIBRARYREFERENCE($,$,'Section Width',$,'en',$); -#8874= IFCRELASSOCIATESLIBRARY('2ck2En$pv7xfxk_nTRd7pi',$,$,$,(#2439),#16129); -#16129= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iSensible','Efficacit\S\i d''\S\ichange de chaleur sensible, o\S\y l''efficacit\S\i est d\S\ifinie par le rapport entre l''\S\ichange de chaleur effectif et l''\S\ichange maximum possible.','fr-FR',$); +#8869= IFCRELASSOCIATESLIBRARY('3yZvq$ch50aRym75HDFbws',$,$,$,(#2437),#16129); +#16129= IFCLIBRARYREFERENCE($,$,'\X2\30BB30AF30B730E730F3306E5E45\X0\','\X2\30BF30F330AF306E88FD4F5C306B4F7F75283055308C30663044308B30BB30AF30B730E730F3306E5E45\X0\','ja-JP',$); -#8875= IFCRELASSOCIATESLIBRARY('0a$YJg3Cj28OoIfsZn_umw',$,$,$,(#2439),#16130); -#16130= IFCLIBRARYREFERENCE($,$,'\X2\985571B152B97387\X0\','\X2\985571B152B97387\X0\\X\0D\X\0A\X2\52B97387306F30016700592753EF80FD71B14EA463DB306B5BFE3059308B71B14EA463DB306E6BD4738730675B9A7FA93055308C308B\X0\','ja-JP',$); +#8871= IFCRELASSOCIATESLIBRARY('2zhRn8OknD9OLUnwLK84kz',$,$,$,(#2438),#16130); +#16130= IFCLIBRARYREFERENCE($,$,'Security Lighting Type',$,'en',$); -#8876= IFCRELASSOCIATESLIBRARY('0DTnZY$M90T9i2GCEi6L53',$,$,$,(#2440),#16131); -#16131= IFCLIBRARYREFERENCE($,$,'Sensible Effectiveness Table',$,'en',$); +#8872= IFCRELASSOCIATESLIBRARY('0H5oW1dDP8wugubHFTzJjL',$,$,$,(#2438),#16131); +#16131= IFCLIBRARYREFERENCE($,$,'\X2\963272AF706F\X0\','\X2\963272AF706F306E30BF30A430D73002\X0\','ja-JP',$); -#8877= IFCRELASSOCIATESLIBRARY('0zD3AjM6zEBf2W5dlECFeZ',$,$,$,(#2440),#16132); -#16132= IFCLIBRARYREFERENCE($,$,'DiagrammeEfficacit\S\iSensible','Courbe d''efficacit\S\i d''\S\ichange thermique sensible, en tant que fonction du d\S\ibit d''air au primaire et d\S\ibit d''air au secondaire','fr-FR',$); +#8873= IFCRELASSOCIATESLIBRARY('2uSxui$798O8P0XJjpNYYw',$,$,$,(#2438),#16132); +#16132= IFCLIBRARYREFERENCE($,$,'\X2\BC29BC94B4F1\X0\','\X2\BC29BC94B4F1\X0\ \X2\C720D615\X0\','ko-KR',$); -#8878= IFCRELASSOCIATESLIBRARY('06bq_2ZGX1Nv8SuK$mpJdV',$,$,$,(#2440),#16133); -#16133= IFCLIBRARYREFERENCE($,$,'\X2\985571B152B9738730C630FC30D630EB\X0\','\X2\4E006B2130684E8C6B217A7A6C1791CF306E95A26570306830573066306E985571B14EA463DB52B9738766F27DDA\X0\','ja-JP',$); +#8874= IFCRELASSOCIATESLIBRARY('1mX3E_EDD7FhhhEWnDuzJO',$,$,$,(#2439),#16133); +#16133= IFCLIBRARYREFERENCE($,$,'Widerstandsklasse','Widerstandsklasse f\S\|r den Einbruchschutz gem\S\d\S\_ der nationalen oder regionalen Richtlinie die als Mindestanforderung f\S\|r die Einbruchhemmung der T\S\|r gew\S\dhrleistet sein muss.','de-DE',$); -#8879= IFCRELASSOCIATESLIBRARY('00b$SNK_98keNwUSkIYRzK',$,$,$,(#2441),#16134); -#16134= IFCLIBRARYREFERENCE($,$,'Sensible Heat Ratio',$,'en',$); +#8875= IFCRELASSOCIATESLIBRARY('0J66naNdX93Rxvx5JJ7sr0',$,$,$,(#2439),#16134); +#16134= IFCLIBRARYREFERENCE($,$,'Security Rating',$,'en',$); -#8880= IFCRELASSOCIATESLIBRARY('0QgCEw$UL399rYC6kYLO$P',$,$,$,(#2441),#16135); -#16135= IFCLIBRARYREFERENCE($,$,'RatioChaleurSensible','Ratio de chaleur sensible, ou fraction d''\S\ichange thermique sensible sur la chaleur thermique totale \S\ichang\S\ie.','fr-FR',$); +#8876= IFCRELASSOCIATESLIBRARY('3fBFaPV2L2mvbMZv3K6DnL',$,$,$,(#2439),#16135); +#16135= IFCLIBRARYREFERENCE($,$,'NiveauSecurite','Syst\S\hme de classification par indices, indiquant le niveau de s\S\icurit\S\i.','fr-FR',$); -#8881= IFCRELASSOCIATESLIBRARY('1oIWBCW_n0Vftiu6$cew1L',$,$,$,(#2442),#16136); -#16136= IFCLIBRARYREFERENCE($,$,'Sensible Heat Transfer Rate',$,'en',$); +#8877= IFCRELASSOCIATESLIBRARY('2okB_B1uXFhvywfQ4W49g_',$,$,$,(#2439),#16136); +#16136= IFCLIBRARYREFERENCE($,$,'\X2\963272AF7B497D1A\X0\','\X2\963272AF7B497D1A60C55831300295A290233059308B57FA6E96309253C271673002\X0\','ja-JP',$); -#8882= IFCRELASSOCIATESLIBRARY('18gpnGJOX4fxkCRcL3POvZ',$,$,$,(#2442),#16137); -#16137= IFCLIBRARYREFERENCE($,$,'PuissanceThermiqueSensible','Puissance thermique sensible','fr-FR',$); +#8878= IFCRELASSOCIATESLIBRARY('3Tl9Sb4$HDIQuY3dHzJ7Ul',$,$,$,(#2439),#16137); +#16137= IFCLIBRARYREFERENCE($,$,'\X2\5B8951687B497EA7\X0\','\X2\8868793A5B8951687A0B5EA6768453C2800360277B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); -#8883= IFCRELASSOCIATESLIBRARY('2avwTuPHT5W8UXA$GJgbfs',$,$,$,(#2442),#16138); -#16138= IFCLIBRARYREFERENCE($,$,'\X2\985571B14EA463DB91CF\X0\','\X2\985571B14EA463DB91CF\X0\','ja-JP',$); +#8879= IFCRELASSOCIATESLIBRARY('14r1Y05oH6ZRuaIILDSelf',$,$,$,(#2440),#16138); +#16138= IFCLIBRARYREFERENCE($,$,'Sicherheitsklasse','Sicherheitsklasse gem\S\d\S\_ der nationalen oder regionalen Geb\S\dudesicherheitsverordnung.','de-DE',$); -#8884= IFCRELASSOCIATESLIBRARY('18arKSRqLEBBRWKmlV7cfI',$,$,$,(#2443),#16139); -#16139= IFCLIBRARYREFERENCE($,$,'Sensible Heat Transfer Rate',$,'en',$); +#8880= IFCRELASSOCIATESLIBRARY('0QlYhfwtT3nfvyZIuIAzOA',$,$,$,(#2440),#16139); +#16139= IFCLIBRARYREFERENCE($,$,'Security Rating',$,'en',$); -#8885= IFCRELASSOCIATESLIBRARY('2DRvrX6rf6Ju237M0buoWY',$,$,$,(#2443),#16140); -#16140= IFCLIBRARYREFERENCE($,$,'\X2\985571B14EA463DB91CF\X0\','\X2\4E006B217A7A6C176D41306E985571B14EA463DB91CF\X0\','ja-JP',$); +#8881= IFCRELASSOCIATESLIBRARY('2D7XyIVXb4u8YJgQO6UwQp',$,$,$,(#2440),#16140); +#16140= IFCLIBRARYREFERENCE($,$,'NiveauSecurite','Syst\S\hme de classification par indices, indiquant le niveau de s\S\icurit\S\i.','fr-FR',$); -#8886= IFCRELASSOCIATESLIBRARY('3SaWddaLz0bQ_HmoBTwuX4',$,$,$,(#2444),#16141); -#16141= IFCLIBRARYREFERENCE($,$,'Sensible Load To Radiant',$,'en',$); +#8882= IFCRELASSOCIATESLIBRARY('3K$Lnhkfn9txTWkUktAZ5h',$,$,$,(#2440),#16141); +#16141= IFCLIBRARYREFERENCE($,$,'\X2\963272AF7B497D1A\X0\','\X2\963272AF7B497D1A60C55831300295A290233059308B57FA6E96309253C271673002\X0\','ja-JP',$); -#8887= IFCRELASSOCIATESLIBRARY('2UnzLgukD4iBufPhaKXvyw',$,$,$,(#2445),#16142); -#16142= IFCLIBRARYREFERENCE($,$,'Sensitivity',$,'en',$); +#8883= IFCRELASSOCIATESLIBRARY('1b7UEiBLXCDvZrEem7$l22',$,$,$,(#2440),#16142); +#16142= IFCLIBRARYREFERENCE($,$,'\X2\5B8951687B497EA7\X0\','\X2\8868793A5B8951687A0B5EA6768453C2800360277B497EA73002\X0\\X\0D\X\0A\X2\8BE55C5E602776844F9D636E4E3A56FD5BB65EFA7B5189C483033002\X0\','zh-CN',$); -#8888= IFCRELASSOCIATESLIBRARY('2oHdoGsfLDo9HFu6OszT9P',$,$,$,(#2445),#16143); -#16143= IFCLIBRARYREFERENCE($,$,'\X2\611F5EA6\X0\','\X2\901A5E3864CD4F5C306B304A3051308B671B307E3057304F306A30445F15304D8FBC307F30D130B93068306E96FB6D4193964EA4\X0\ (IEC 151-14-49)\X2\3002\X0\','ja-JP',$); +#8884= IFCRELASSOCIATESLIBRARY('0qadbU1Xj5Yej4W9DbsxmG',$,$,$,(#2443),#16143); +#16143= IFCLIBRARYREFERENCE($,$,'Selector Type',$,'en',$); -#8889= IFCRELASSOCIATESLIBRARY('2FUryY5DL1rR44giEtRAVE',$,$,$,(#2445),#16144); -#16144= IFCLIBRARYREFERENCE($,$,'\X2\AC10B3C4\X0\','\X2\C815C0C1\X0\ \X2\C791B3D9C758\X0\ \X2\C6D0CE58\X0\ \X2\C54AB294\X0\ \X2\CCA0D68C\X0\ \X2\ACBDB85CC640\X0\ \X2\C804B958\X0\ \X2\C0ACC2AC\X0\ \X2\AD50D658\X0\ (IEC 151-14-49).','ko-KR',$); +#8885= IFCRELASSOCIATESLIBRARY('3JmC6E1u95HBy5z0pyd2mG',$,$,$,(#2443),#16144); +#16144= IFCLIBRARYREFERENCE($,$,'\X2\30BB30EC30AF30BF30FCFF0830B930A430C330C1FF0930BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B3001520766FF304830B930A430C330C1306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#8890= IFCRELASSOCIATESLIBRARY('2ICwXol3b7YeRQ02wxmnwo',$,$,$,(#2446),#16145); -#16145= IFCLIBRARYREFERENCE($,$,'Sensitivity',$,'en',$); +#8886= IFCRELASSOCIATESLIBRARY('3ChUeLVBfAJx2TVqRvAZhn',$,$,$,(#2443),#16145); +#16145= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\D0C0C785\X0\','\X2\C804D658C2A4C704CE58\X0\ \X2\BAA9B85D\X0\','ko-KR',$); -#8891= IFCRELASSOCIATESLIBRARY('1zxmOjQ_zABxV4vcXEJJhY',$,$,$,(#2446),#16146); -#16146= IFCLIBRARYREFERENCE($,$,'\X2\611F5EA6\X0\','\X2\901A5E3864CD4F5C306B304A3051308B671B307E3057304F306A30445F15304D8FBC307F30D130B93068306E96FB6D4193964EA4\X0\ (IEC 151-14-49)\X2\3002\X0\','ja-JP',$); +#8887= IFCRELASSOCIATESLIBRARY('1c8PHc$5D9sASNnOyNC58l',$,$,$,(#2444),#16146); +#16146= IFCLIBRARYREFERENCE($,$,'Selbstschliessend','Angabe, ob die T\S\|r sicher und selbst\S\dndig nach der Benutzung durch einen T\S\|rschlie\S\_er schlie\S\_t (Ja) oder nicht (NEIN).','de-DE',$); -#8892= IFCRELASSOCIATESLIBRARY('1VWW4Z6ZD5nA$MHVNp2SIw',$,$,$,(#2446),#16147); -#16147= IFCLIBRARYREFERENCE($,$,'\X2\AC10B3C4\X0\','\X2\C815C0C1\X0\ \X2\C791B3D9C758\X0\ \X2\C6D0CE58\X0\ \X2\C54AB294\X0\ \X2\CCA0D68C\X0\ \X2\ACBDB85CC640\X0\ \X2\C804B958\X0\ \X2\C0ACC2AC\X0\ \X2\AD50D658\X0\ (IEC 151-14-49).','ko-KR',$); +#8888= IFCRELASSOCIATESLIBRARY('0vOdUwfxj0nP8WFPNhK$R6',$,$,$,(#2444),#16147); +#16147= IFCLIBRARYREFERENCE($,$,'Self Closing',$,'en',$); -#8893= IFCRELASSOCIATESLIBRARY('1AaXsgjS9B2QZ7Smwz95IU',$,$,$,(#2447),#16148); -#16148= IFCLIBRARYREFERENCE($,$,'Sensitivity',$,'en',$); +#8889= IFCRELASSOCIATESLIBRARY('3Nv34uh7P2_Qg6lmHLxmUY',$,$,$,(#2444),#16148); +#16148= IFCLIBRARYREFERENCE($,$,'FermetureAutomatique','Indique si cet objet est con\S\gu pour une fermeture automatique apr\S\hs usage (VRAI) ou non (FAUX)','fr-FR',$); -#8894= IFCRELASSOCIATESLIBRARY('0v2OwPoszBVvgMtYMfuODX',$,$,$,(#2447),#16149); -#16149= IFCLIBRARYREFERENCE($,$,'\X2\611F5EA6\X0\','\X2\88C57F6E306E30E130A430F356DE8DEF30926D41308C308B77AC664296FB6D41306E54088A0830D930AF30C830EB306E95A290233059308B\X0\ rms \X2\5024300172795B9A306E67614EF6306B306A308B30686A5F5668304C52D54F5C3059308B30883046306B306A308BFF08\X0\IEC 61008-1)\X2\3002\X0\','ja-JP',$); +#8890= IFCRELASSOCIATESLIBRARY('0cMoxtn8L4aOg_LvIlA4AJ',$,$,$,(#2444),#16149); +#16149= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D530C930A295896A5F80FD533A5206\X0\','\X2\3053306E30C930A2304C81EA52D57684306B9589307E308B6A5F80FD309267093059308B304B30693046304B306E30D630FC30EA30A230F350243002\X0\','ja-JP',$); -#8895= IFCRELASSOCIATESLIBRARY('0Y9HZ3tWH68hyRWRNOQUPi',$,$,$,(#2447),#16150); -#16150= IFCLIBRARYREFERENCE($,$,'\X2\AC10B3C4\X0\','\X2\C7A5CE58C758\X0\ \X2\AE30BCF8\X0\ \X2\D68CB85CB97C\X0\ \X2\D750B974B294\X0\ \X2\C21CAC04\X0\ \X2\C804B958C758\X0\ \X2\D569ACC4\X0\ \X2\BCA1D130\X0\ \X2\AD00B828\X0\ rms \X2\AC12C774\X0\ \X2\D2B9C815\X0\ \X2\C870AC74C774B418BA74\X0\ \X2\C7A5CE58AC00\X0\ \X2\C791B3D9D558AC8CB41CB2E4\X0\ (IEC 61008-1).','ko-KR',$); +#8891= IFCRELASSOCIATESLIBRARY('2Uj_I$prv6xvK9YZOgERjL',$,$,$,(#2444),#16150); +#16150= IFCLIBRARYREFERENCE($,$,'\X2\662F542681EA52A8517395ED\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A81EA52A8517395ED3002\X0\','zh-CN',$); -#8897= IFCRELASSOCIATESLIBRARY('3Ml8psJAb9ag5byaq$I_uP',$,$,$,(#2448),#16151); -#16151= IFCLIBRARYREFERENCE($,$,'Separation Type',$,'en',$); +#8892= IFCRELASSOCIATESLIBRARY('18qGeSuXHEPAwR2krXVY3D',$,$,$,(#2445),#16151); +#16151= IFCLIBRARYREFERENCE($,$,'Self Extinguishing60332_1',$,'en',$); -#8899= IFCRELASSOCIATESLIBRARY('26zzzpqOD3uBHwCznD0NaA',$,$,$,(#2452),#16152); -#16152= IFCLIBRARYREFERENCE($,$,'Serial Number',$,'en',$); +#8893= IFCRELASSOCIATESLIBRARY('29XYjzWDn7gPpU7ReKcYiv',$,$,$,(#2445),#16152); +#16152= IFCLIBRARYREFERENCE($,$,'\X2\81EA5DF16D88706B30B130FC30D630EB\X0\','IEC 60332.1.\X2\306B898F5B9A3055308C30663044308B81EA5DF16D88706B30B130FC30D630EB3002\X0\','ja-JP',$); -#8900= IFCRELASSOCIATESLIBRARY('02mYIF4RD9HRR4sEMCvf0Y',$,$,$,(#2453),#16153); -#16153= IFCLIBRARYREFERENCE($,$,'Serial Number',$,'en',$); +#8894= IFCRELASSOCIATESLIBRARY('0tw6Y6H0rEBPXiI0MGvEEf',$,$,$,(#2445),#16153); +#16153= IFCLIBRARYREFERENCE($,$,'\X2\C790AE30\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\','IEC 60332.1.\X2\C5D0\X0\ \X2\ADDCC815B418C5B4C788B294\X0\ \X2\C790AE30\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\','ko-KR',$); -#8901= IFCRELASSOCIATESLIBRARY('2vn5d7Msf8cfb8GMKmJKBS',$,$,$,(#2454),#16154); -#16154= IFCLIBRARYREFERENCE($,$,'Service Life Duration',$,'en',$); +#8895= IFCRELASSOCIATESLIBRARY('1hVrFTGafD6gHy9QRBirgv',$,$,$,(#2446),#16154); +#16154= IFCLIBRARYREFERENCE($,$,'Self Extinguishing60332_1',$,'en',$); -#8902= IFCRELASSOCIATESLIBRARY('2HN4qH8_f3dOLjPR0y65LU',$,$,$,(#2455),#16155); -#16155= IFCLIBRARYREFERENCE($,$,'Setback Distance',$,'en',$); +#8896= IFCRELASSOCIATESLIBRARY('2HZK3K3bLBMxT5mgDkWul4',$,$,$,(#2446),#16155); +#16155= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D56D88706B\X0\60332_1','\X2\81EA52D56D88706B30B130FC30D630EB\X0\/\X2\30B330A2306F\X0\IEC 60332.1\X2\306B6E963058308B3002\X0\','ja-JP',$); -#8903= IFCRELASSOCIATESLIBRARY('3iCiE83Ab2uPdz5SS1gY5J',$,$,$,(#2455),#16156); -#16156= IFCLIBRARYREFERENCE($,$,'DistanceRecul','Distance de recul le long de l''axe de l''\S\il\S\iment secondaire depuis le point de jonction sur l''\S\il\S\iment principal (par exemple, distance depuis la route principale \S\` partir de laquelle la visibilit\S\i est appr\S\ici\S\ie).','fr-FR',$); +#8897= IFCRELASSOCIATESLIBRARY('3xoCD7isj1GQYRqcC1r4Ae',$,$,$,(#2446),#16156); +#16156= IFCLIBRARYREFERENCE($,$,'\X2\C790B3D9\X0\ \X2\C18CD654\X0\ 60332_1','\X2\C790B3D9\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\ / \X2\CF54C5B4B294\X0\ IEC 60332.1\X2\C5D0\X0\ \X2\C900D55CB2E4\X0\','ko-KR',$); -#8904= IFCRELASSOCIATESLIBRARY('2cpxPcOMP3veZ_MfDQk84Y',$,$,$,(#2455),#16157); -#16157= IFCLIBRARYREFERENCE($,$,'\X2\5F8C90008DDD96E2\X0\','\X2\526F89817D20306E8EF8306B6CBF3063305F4E3B89817D20306E63A57D9A70B9304B3089306E5F8C90008DDD96E2FF084F8B30483070300153EF89967DDA304C6E2C5B9A3055308C308B516C9053304B3089306E8DDD96E2FF093002\X0\','ja-JP',$); +#8898= IFCRELASSOCIATESLIBRARY('1IgWT$TZvARhQobzJj$mey',$,$,$,(#2447),#16157); +#16157= IFCLIBRARYREFERENCE($,$,'Self Extinguishing60332_3',$,'en',$); -#8905= IFCRELASSOCIATESLIBRARY('2EGCsJ8x5F$RhAf7vM1pY$',$,$,$,(#2456),#16158); -#16158= IFCLIBRARYREFERENCE($,$,'Set Point',$,'en',$); +#8899= IFCRELASSOCIATESLIBRARY('1XsdT9eJ136OnIRmwwL1jQ',$,$,$,(#2447),#16158); +#16158= IFCLIBRARYREFERENCE($,$,'\X2\81EA5DF16D88706B30B130FC30D630EB\X0\','IEC 60332.3.\X2\306B898F5B9A3055308C30663044308B81EA5DF16D88706B30B130FC30D630EB3002\X0\','ja-JP',$); -#8906= IFCRELASSOCIATESLIBRARY('3lPfbXJNT3MAsrYE8uPuQw',$,$,$,(#2457),#16159); -#16159= IFCLIBRARYREFERENCE($,$,'Set Point',$,'en',$); +#8900= IFCRELASSOCIATESLIBRARY('3h8bUXk_16lO9MKRkeauob',$,$,$,(#2447),#16159); +#16159= IFCLIBRARYREFERENCE($,$,'\X2\C790AE30\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\','IEC 60332.3.\X2\C5D0\X0\ \X2\ADDCC815B418C5B4C788B294\X0\ \X2\C790AE30\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\','ko-KR',$); -#8907= IFCRELASSOCIATESLIBRARY('38puSbLWn6oxCgVb_dHzyH',$,$,$,(#2458),#16160); -#16160= IFCLIBRARYREFERENCE($,$,'Set Point',$,'en',$); +#8901= IFCRELASSOCIATESLIBRARY('0dYvDdQYj2JwJEdCFybtML',$,$,$,(#2448),#16160); +#16160= IFCLIBRARYREFERENCE($,$,'Self Extinguishing60332_3',$,'en',$); -#8908= IFCRELASSOCIATESLIBRARY('03HLMCuTT2FQcdFxnBzcmF',$,$,$,(#2458),#16161); -#16161= IFCLIBRARYREFERENCE($,$,'\X2\8A2D5B9A30DD30A430F330C8\X0\','\X2\8A2D5B9A30DD30A430F330C830687BC456F23092793A3059300230C830B030EB30B930A430C330C1306F\X0\2\X2\3064306E30DD30B830B730E730F3304C3042308BFF1A\X0\0 \X2\306F\X0\ \X2\30AA30D5\X0\(OFF)\X2\3001\X0\1 \X2\306F\X0\ \X2\30AA30F3\X0\(ON)\X2\300230C730A330DE30FC30B930A430C330C1306F300151689589\X0\(fully-off) \X2\307E305F306F30005168958B\X0\(fully-on) \X2\306E4ED6306B3001305D306E9593306753D65F9753EF80FD306A5024309230AA30D730B730E730F33067793A305930029078629E578B30B930A430C330C1306F9078629E53EF80FD306A30DD30B830B730E730F3306E7BC456F23092793A30593002\X0\','ja-JP',$); +#8902= IFCRELASSOCIATESLIBRARY('1p4M8cytvCKOfpuYsmpRyg',$,$,$,(#2448),#16161); +#16161= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D56D88706B\X0\60332_3','\X2\81EA5DF16D88531630B130FC30D630EB\X0\/\X2\30B330A2306F\X0\IEC 60332.3.\X2\306B6E963058308B3002\X0\','ja-JP',$); -#8909= IFCRELASSOCIATESLIBRARY('1ZVqLfoKLAT89cwZicI6UQ',$,$,$,(#2458),#16162); -#16162= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\D3ECD2B8\X0\ \X2\C2F1D06C\X0\','\X2\C785B825\X0\ \X2\D3ECD2B8\X0\ \X2\C774B984\X0\ (IfcDistributionPort \X2\BC0F\X0\ FlowDirection = SINK), Maps SetPoint \X2\C704CE58\X0\. \X2\D68CB85CAC00\X0\ \X2\C5B4B5A4\X0\ \X2\ACBDB85CB97C\X0\ \X2\CD94C801D560C9C0B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#8903= IFCRELASSOCIATESLIBRARY('3qJFHxwAL7NubuV949X_Ue',$,$,$,(#2448),#16162); +#16162= IFCLIBRARYREFERENCE($,$,'\X2\C790B3D9\X0\ \X2\C18CD654\X0\ 60332_3','\X2\C790AE30\X0\ \X2\C18CD654\X0\ \X2\CF00C774BE14\X0\ / \X2\CF54C5B4B294\X0\ IEC 60332.3.\X2\C5D0\X0\ \X2\C900D55CB2E4\X0\.','ko-KR',$); -#8910= IFCRELASSOCIATESLIBRARY('0VQYwl7EHBUA4DJKDYNouI',$,$,$,(#2459),#16163); -#16163= IFCLIBRARYREFERENCE($,$,'Set Point Concentration',$,'en',$); +#8905= IFCRELASSOCIATESLIBRARY('3UY9sXfJ1AW8IHqUlf5imS',$,$,$,(#2449),#16163); +#16163= IFCLIBRARYREFERENCE($,$,'Self Test Function',$,'en',$); -#8911= IFCRELASSOCIATESLIBRARY('0Z9QJTwHn4gh6E3_xIfisX',$,$,$,(#2459),#16164); -#16164= IFCLIBRARYREFERENCE($,$,'\X2\30AC30B96FC35EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B30AC30B96FC35EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8906= IFCRELASSOCIATESLIBRARY('2nyiVzPHr6fAuuzOL2z2uR',$,$,$,(#2449),#16164); +#16164= IFCLIBRARYREFERENCE($,$,'\X2\81EA5DF18A3A65AD6A5F80FD\X0\','\X2\81EA5DF18A3A65AD6A5F80FD306E30BF30A430D73002\X0\','ja-JP',$); -#8912= IFCRELASSOCIATESLIBRARY('1df2AmxF95FQuuajtDmi$9',$,$,$,(#2460),#16165); -#16165= IFCLIBRARYREFERENCE($,$,'Set Point Concentration',$,'en',$); +#8907= IFCRELASSOCIATESLIBRARY('16aaul1S9BO9dLgV9xcxo4',$,$,$,(#2449),#16165); +#16165= IFCLIBRARYREFERENCE($,$,'\X2\C790AE30\X0\ \X2\C9C4B2E8\X0\ \X2\AE30B2A5\X0\','\X2\C790AE30\X0\ \X2\C9C4B2E8\X0\ \X2\AE30B2A5C758\X0\ \X2\C720D615\X0\','ko-KR',$); -#8913= IFCRELASSOCIATESLIBRARY('2LMk7ikV93gxsYXyg6tYW7',$,$,$,(#2460),#16166); -#16166= IFCLIBRARYREFERENCE($,$,'\X2\71596FC35EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B71596FC35EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8908= IFCRELASSOCIATESLIBRARY('0gJobiNuX0muhzC5EN_Pbc',$,$,$,(#2450),#16166); +#16166= IFCLIBRARYREFERENCE($,$,'Sensible Cooling Capacity',$,'en',$); -#8914= IFCRELASSOCIATESLIBRARY('1ZAbVLbsP2EfFqKjlOKU4C',$,$,$,(#2460),#16167); -#16167= IFCLIBRARYREFERENCE($,$,'\X2\C5F0AE30\X0\ \X2\B18DB3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C5F0AE30\X0\ \X2\B18DB3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8909= IFCRELASSOCIATESLIBRARY('0dUPw4G3DALuWtRwCn1pZY',$,$,$,(#2450),#16167); +#16167= IFCLIBRARYREFERENCE($,$,'\X2\985571B151B7537480FD529B\X0\','\X2\985571B151B7537480FD529B\X0\','ja-JP',$); -#8915= IFCRELASSOCIATESLIBRARY('0XPxTjVI91G9Y2X4Hu0CIm',$,$,$,(#2461),#16168); -#16168= IFCLIBRARYREFERENCE($,$,'Set Point Concentration',$,'en',$); +#8910= IFCRELASSOCIATESLIBRARY('3va5hYJ0TB$xQqKEu3MBLt',$,$,$,(#2451),#16168); +#16168= IFCLIBRARYREFERENCE($,$,'Sensible Effectiveness',$,'en',$); -#8916= IFCRELASSOCIATESLIBRARY('35pTOV4NT43OwkwXJgXqll',$,$,$,(#2461),#16169); -#16169= IFCLIBRARYREFERENCE($,$,'\X2\30A430AA30F36FC35EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B30A430AA30F36FC35EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8911= IFCRELASSOCIATESLIBRARY('03EycJB0rDQgM$hOAq71JX',$,$,$,(#2451),#16169); +#16169= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iSensible','Efficacit\S\i d''\S\ichange de chaleur sensible, o\S\y l''efficacit\S\i est d\S\ifinie par le rapport entre l''\S\ichange de chaleur effectif et l''\S\ichange maximum possible.','fr-FR',$); -#8917= IFCRELASSOCIATESLIBRARY('22mRyCYaz6dwsQcHB3VWs1',$,$,$,(#2461),#16170); -#16170= IFCLIBRARYREFERENCE($,$,'\X2\C774C628\X0\ \X2\B18DB3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C774C628\X0\ \X2\B18DB3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8912= IFCRELASSOCIATESLIBRARY('2bLaRT8d5E2egoKvKwq9Ea',$,$,$,(#2451),#16170); +#16170= IFCLIBRARYREFERENCE($,$,'\X2\985571B152B97387\X0\','\X2\985571B152B97387\X0\\X\0D\X\0A\X2\52B97387306F30016700592753EF80FD71B14EA463DB306B5BFE3059308B71B14EA463DB306E6BD4738730675B9A7FA93055308C308B\X0\','ja-JP',$); -#8918= IFCRELASSOCIATESLIBRARY('14TonZLK98APxM37dOA4dQ',$,$,$,(#2462),#16171); -#16171= IFCLIBRARYREFERENCE($,$,'Set Point Concentration',$,'en',$); +#8913= IFCRELASSOCIATESLIBRARY('3eLkvIG5PDROgExL7oCmkv',$,$,$,(#2452),#16171); +#16171= IFCLIBRARYREFERENCE($,$,'Sensible Effectiveness Table',$,'en',$); -#8919= IFCRELASSOCIATESLIBRARY('2$cDNzMS91Vv$NWz8GLdyT',$,$,$,(#2463),#16172); -#16172= IFCLIBRARYREFERENCE($,$,'Set Point Conductance',$,'en',$); +#8914= IFCRELASSOCIATESLIBRARY('1zLdb73kr3B9q7fN6Hl3Zx',$,$,$,(#2452),#16172); +#16172= IFCLIBRARYREFERENCE($,$,'DiagrammeEfficacit\S\iSensible','Courbe d''efficacit\S\i d''\S\ichange thermique sensible, en tant que fonction du d\S\ibit d''air au primaire et d\S\ibit d''air au secondaire','fr-FR',$); -#8920= IFCRELASSOCIATESLIBRARY('3dGOYBVy50mPZ40bkFJJGv',$,$,$,(#2463),#16173); -#16173= IFCLIBRARYREFERENCE($,$,'\X2\96FB6C174F1D5C0E73878A2D5B9A5024\X0\','\X2\611F77E53055308C308B96FB6C174F1D5C0E73873002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8915= IFCRELASSOCIATESLIBRARY('3w5LnUCjX1dPxwOISK0fql',$,$,$,(#2452),#16173); +#16173= IFCLIBRARYREFERENCE($,$,'\X2\985571B152B9738730C630FC30D630EB\X0\','\X2\4E006B2130684E8C6B217A7A6C1791CF306E95A26570306830573066306E985571B14EA463DB52B9738766F27DDA\X0\','ja-JP',$); -#8921= IFCRELASSOCIATESLIBRARY('0jtq1_F3z1NenHv8pjGQwy',$,$,$,(#2463),#16174); -#16174= IFCLIBRARYREFERENCE($,$,'\X2\C804AE30\X0\ \X2\C804B3C4C728\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C804AE30\X0\ \X2\C804B3C4C728\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8916= IFCRELASSOCIATESLIBRARY('1HpY7ldWHCtfHr60wHMzRU',$,$,$,(#2453),#16174); +#16174= IFCLIBRARYREFERENCE($,$,'Sensible Heat Ratio',$,'en',$); -#8922= IFCRELASSOCIATESLIBRARY('0Lzuy0hA54aPxs$Fk4OM$N',$,$,$,(#2464),#16175); -#16175= IFCLIBRARYREFERENCE($,$,'Set Point Contact',$,'en',$); +#8917= IFCRELASSOCIATESLIBRARY('0opgdgC8T5iQOo$Q69oW0v',$,$,$,(#2453),#16175); +#16175= IFCLIBRARYREFERENCE($,$,'RatioChaleurSensible','Ratio de chaleur sensible, ou fraction d''\S\ichange thermique sensible sur la chaleur thermique totale \S\ichang\S\ie.','fr-FR',$); -#8923= IFCRELASSOCIATESLIBRARY('23FIfKha589PTi2DdmmtQh',$,$,$,(#2464),#16176); -#16176= IFCLIBRARYREFERENCE($,$,'\X2\63A589E672B6614B8A2D5B9A5024\X0\','\X2\611F77E53055308C308B63A589E672B6614B3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8918= IFCRELASSOCIATESLIBRARY('22kyW$NiHD7uJjc8Ioy45C',$,$,$,(#2454),#16176); +#16176= IFCLIBRARYREFERENCE($,$,'Sensible Heat Transfer Rate',$,'en',$); -#8924= IFCRELASSOCIATESLIBRARY('0O$vEsacnA7R50xBJvqGIw',$,$,$,(#2464),#16177); -#16177= IFCLIBRARYREFERENCE($,$,'\X2\C811CD09\X0\ \X2\C0C1D0DC\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C811CD09\X0\ \X2\C0C1D0DC\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8919= IFCRELASSOCIATESLIBRARY('1edBU1zHf3PBupV2wH5CYi',$,$,$,(#2454),#16177); +#16177= IFCLIBRARYREFERENCE($,$,'PuissanceThermiqueSensible','Puissance thermique sensible','fr-FR',$); -#8925= IFCRELASSOCIATESLIBRARY('08aOMucL92NOLAWw1Cwm9q',$,$,$,(#2465),#16178); -#16178= IFCLIBRARYREFERENCE($,$,'Set Point Flow',$,'en',$); +#8920= IFCRELASSOCIATESLIBRARY('0yUnmQo$nD2wUPRDfySjBH',$,$,$,(#2454),#16178); +#16178= IFCLIBRARYREFERENCE($,$,'\X2\985571B14EA463DB91CF\X0\','\X2\985571B14EA463DB91CF\X0\','ja-JP',$); -#8926= IFCRELASSOCIATESLIBRARY('1NKiNQhlf90uaINMbmvUFj',$,$,$,(#2465),#16179); -#16179= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF8A2D5B9A5024\X0\','\X2\611F77E53055308C308B6D4191CF3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8921= IFCRELASSOCIATESLIBRARY('28DKebXN53zRKdV0X0PC_3',$,$,$,(#2455),#16179); +#16179= IFCLIBRARYREFERENCE($,$,'Sensible Heat Transfer Rate',$,'en',$); -#8927= IFCRELASSOCIATESLIBRARY('3tZV3C57X4bwSSxz2doYMa',$,$,$,(#2465),#16180); -#16180= IFCLIBRARYREFERENCE($,$,'\X2\C720B7C9\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C720B7C9\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8922= IFCRELASSOCIATESLIBRARY('3etD8F8Vn6wgmvh7SMmER3',$,$,$,(#2455),#16180); +#16180= IFCLIBRARYREFERENCE($,$,'\X2\985571B14EA463DB91CF\X0\','\X2\4E006B217A7A6C176D41306E985571B14EA463DB91CF\X0\','ja-JP',$); -#8928= IFCRELASSOCIATESLIBRARY('0QzoQjBvH8$8tcOD1P49CR',$,$,$,(#2466),#16181); -#16181= IFCLIBRARYREFERENCE($,$,'Set Point Frost',$,'en',$); +#8923= IFCRELASSOCIATESLIBRARY('1NiekZcZ1DngstBnMHbu87',$,$,$,(#2456),#16181); +#16181= IFCLIBRARYREFERENCE($,$,'Sensible Load To Radiant',$,'en',$); -#8929= IFCRELASSOCIATESLIBRARY('3u_f8jGxPF_fB_ODeyfWVh',$,$,$,(#2467),#16182); -#16182= IFCLIBRARYREFERENCE($,$,'Set Point Humidity',$,'en',$); +#8924= IFCRELASSOCIATESLIBRARY('20DhUqf1D95fljXUkktMNd',$,$,$,(#2457),#16182); +#16182= IFCLIBRARYREFERENCE($,$,'Sensitivity',$,'en',$); -#8930= IFCRELASSOCIATESLIBRARY('0ERnIFjETEivxwlAHia5As',$,$,$,(#2467),#16183); -#16183= IFCLIBRARYREFERENCE($,$,'\X2\6E7F5EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B6E7F5EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8925= IFCRELASSOCIATESLIBRARY('2FNVOcBeP2rxalvuVpcatV',$,$,$,(#2457),#16183); +#16183= IFCLIBRARYREFERENCE($,$,'\X2\611F5EA6\X0\','\X2\901A5E3864CD4F5C306B304A3051308B671B307E3057304F306A30445F15304D8FBC307F30D130B93068306E96FB6D4193964EA4\X0\ (IEC 151-14-49)\X2\3002\X0\','ja-JP',$); -#8931= IFCRELASSOCIATESLIBRARY('1UwvTlmBfE7A0YCaRQEkRB',$,$,$,(#2467),#16184); -#16184= IFCLIBRARYREFERENCE($,$,'\X2\C2B5B3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C2B5B3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8926= IFCRELASSOCIATESLIBRARY('0$uQE$4Y5FwRREl2mFoZVh',$,$,$,(#2457),#16184); +#16184= IFCLIBRARYREFERENCE($,$,'\X2\AC10B3C4\X0\','\X2\C815C0C1\X0\ \X2\C791B3D9C758\X0\ \X2\C6D0CE58\X0\ \X2\C54AB294\X0\ \X2\CCA0D68C\X0\ \X2\ACBDB85CC640\X0\ \X2\C804B958\X0\ \X2\C0ACC2AC\X0\ \X2\AD50D658\X0\ (IEC 151-14-49).','ko-KR',$); -#8932= IFCRELASSOCIATESLIBRARY('0GkPB4nP10uA01AE8wUIMr',$,$,$,(#2468),#16185); -#16185= IFCLIBRARYREFERENCE($,$,'Set Point Identifier',$,'en',$); +#8927= IFCRELASSOCIATESLIBRARY('2FXOy0WP1Fq8XlxvROb2ki',$,$,$,(#2458),#16185); +#16185= IFCLIBRARYREFERENCE($,$,'Sensitivity',$,'en',$); -#8933= IFCRELASSOCIATESLIBRARY('1jpCyQiGvFtu2POfSQeN02',$,$,$,(#2469),#16186); -#16186= IFCLIBRARYREFERENCE($,$,'Set Point Illuminance',$,'en',$); +#8928= IFCRELASSOCIATESLIBRARY('2Y_SYWjVL4DgwrrlXr3ly4',$,$,$,(#2458),#16186); +#16186= IFCLIBRARYREFERENCE($,$,'\X2\611F5EA6\X0\','\X2\901A5E3864CD4F5C306B304A3051308B671B307E3057304F306A30445F15304D8FBC307F30D130B93068306E96FB6D4193964EA4\X0\ (IEC 151-14-49)\X2\3002\X0\','ja-JP',$); -#8934= IFCRELASSOCIATESLIBRARY('24IPhkQx16LhaMniaQOlog',$,$,$,(#2469),#16187); -#16187= IFCLIBRARYREFERENCE($,$,'\X2\71675EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B71675EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8929= IFCRELASSOCIATESLIBRARY('1nAMTpJNLCOu9o5bvHWGUA',$,$,$,(#2458),#16187); +#16187= IFCLIBRARYREFERENCE($,$,'\X2\AC10B3C4\X0\','\X2\C815C0C1\X0\ \X2\C791B3D9C758\X0\ \X2\C6D0CE58\X0\ \X2\C54AB294\X0\ \X2\CCA0D68C\X0\ \X2\ACBDB85CC640\X0\ \X2\C804B958\X0\ \X2\C0ACC2AC\X0\ \X2\AD50D658\X0\ (IEC 151-14-49).','ko-KR',$); -#8935= IFCRELASSOCIATESLIBRARY('0BVbE_3WL4TfgsezWQ0z1M',$,$,$,(#2469),#16188); -#16188= IFCLIBRARYREFERENCE($,$,'\X2\C870B3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0D558B294\X0\ \X2\C870B3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8930= IFCRELASSOCIATESLIBRARY('0iYlS82uTEKxmyq4xUWjD9',$,$,$,(#2459),#16188); +#16188= IFCLIBRARYREFERENCE($,$,'Sensitivity',$,'en',$); -#8936= IFCRELASSOCIATESLIBRARY('3hD37EifLDkOVciJ3Gu9pI',$,$,$,(#2470),#16189); -#16189= IFCLIBRARYREFERENCE($,$,'Set Point Level',$,'en',$); +#8931= IFCRELASSOCIATESLIBRARY('2B7Twv0Ln5l9pc5pl0Lira',$,$,$,(#2459),#16189); +#16189= IFCLIBRARYREFERENCE($,$,'\X2\611F5EA6\X0\','\X2\88C57F6E306E30E130A430F356DE8DEF30926D41308C308B77AC664296FB6D41306E54088A0830D930AF30C830EB306E95A290233059308B\X0\ rms \X2\5024300172795B9A306E67614EF6306B306A308B30686A5F5668304C52D54F5C3059308B30883046306B306A308BFF08\X0\IEC 61008-1)\X2\3002\X0\','ja-JP',$); -#8937= IFCRELASSOCIATESLIBRARY('1oWGTSlSnD4OKOv_FMGZHj',$,$,$,(#2470),#16190); -#16190= IFCLIBRARYREFERENCE($,$,'\X2\30EC30D930EB8A2D5B9A5024\X0\','\X2\611F77E53055308C308B30EC30D930EB3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8932= IFCRELASSOCIATESLIBRARY('1ytvkcQIr23vQ5wll9mp$G',$,$,$,(#2459),#16190); +#16190= IFCLIBRARYREFERENCE($,$,'\X2\AC10B3C4\X0\','\X2\C7A5CE58C758\X0\ \X2\AE30BCF8\X0\ \X2\D68CB85CB97C\X0\ \X2\D750B974B294\X0\ \X2\C21CAC04\X0\ \X2\C804B958C758\X0\ \X2\D569ACC4\X0\ \X2\BCA1D130\X0\ \X2\AD00B828\X0\ rms \X2\AC12C774\X0\ \X2\D2B9C815\X0\ \X2\C870AC74C774B418BA74\X0\ \X2\C7A5CE58AC00\X0\ \X2\C791B3D9D558AC8CB41CB2E4\X0\ (IEC 61008-1).','ko-KR',$); -#8938= IFCRELASSOCIATESLIBRARY('1u8fjr5AfFSxqcsgtUjcVG',$,$,$,(#2470),#16191); -#16191= IFCLIBRARYREFERENCE($,$,'\X2\B808BCA8\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C218C900\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8934= IFCRELASSOCIATESLIBRARY('1NP6jj0cPD4BO550zDF5mJ',$,$,$,(#2460),#16191); +#16191= IFCLIBRARYREFERENCE($,$,'Separation Type',$,'en',$); -#8939= IFCRELASSOCIATESLIBRARY('3_pf6WFNrF68k_1mueA6so',$,$,$,(#2471),#16192); -#16192= IFCLIBRARYREFERENCE($,$,'Set Point Moisture',$,'en',$); +#8936= IFCRELASSOCIATESLIBRARY('1zpHOM7BbD2PqhXwZxR1EB',$,$,$,(#2464),#16192); +#16192= IFCLIBRARYREFERENCE($,$,'Serial Number',$,'en',$); -#8940= IFCRELASSOCIATESLIBRARY('3XN0cj6Kz4gxbANXuZ0UsR',$,$,$,(#2471),#16193); -#16193= IFCLIBRARYREFERENCE($,$,'\X2\6C3452068A2D5B9A5024\X0\','\X2\611F77E53055308C308B6C3452063002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8937= IFCRELASSOCIATESLIBRARY('3DSCtPB0L4y87WeAFsNBa7',$,$,$,(#2465),#16193); +#16193= IFCLIBRARYREFERENCE($,$,'Serial Number',$,'en',$); -#8941= IFCRELASSOCIATESLIBRARY('2wcQlaai16CxP6P_EbPi0z',$,$,$,(#2471),#16194); -#16194= IFCLIBRARYREFERENCE($,$,'\X2\C218BD84\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C218BD84\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8938= IFCRELASSOCIATESLIBRARY('3N7GsbuZD49AiqzgmiUny3',$,$,$,(#2466),#16194); +#16194= IFCLIBRARYREFERENCE($,$,'Service Life Duration',$,'en',$); -#8942= IFCRELASSOCIATESLIBRARY('2dIYOk$7jAsA2qxrSG2v6W',$,$,$,(#2472),#16195); -#16195= IFCLIBRARYREFERENCE($,$,'Set Point Movement',$,'en',$); +#8939= IFCRELASSOCIATESLIBRARY('0r9pNs1n5FMe4lgbTbKhqc',$,$,$,(#2467),#16195); +#16195= IFCLIBRARYREFERENCE($,$,'Setback Distance',$,'en',$); -#8943= IFCRELASSOCIATESLIBRARY('363Wcdtn5BWws5h07ydzSp',$,$,$,(#2473),#16196); -#16196= IFCLIBRARYREFERENCE($,$,'Set Point PH',$,'en',$); +#8940= IFCRELASSOCIATESLIBRARY('2QW2ZRC9DDPxLLp7Ta50oM',$,$,$,(#2467),#16196); +#16196= IFCLIBRARYREFERENCE($,$,'DistanceRecul','Distance de recul le long de l''axe de l''\S\il\S\iment secondaire depuis le point de jonction sur l''\S\il\S\iment principal (par exemple, distance depuis la route principale \S\` partir de laquelle la visibilit\S\i est appr\S\ici\S\ie).','fr-FR',$); -#8944= IFCRELASSOCIATESLIBRARY('1hYajppPPD6R3zcrDcxjtX',$,$,$,(#2473),#16197); -#16197= IFCLIBRARYREFERENCE($,$,'\X2\917860275EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B917860275EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8941= IFCRELASSOCIATESLIBRARY('1gj84FFnz4zQ0y1INm2pNl',$,$,$,(#2467),#16197); +#16197= IFCLIBRARYREFERENCE($,$,'\X2\5F8C90008DDD96E2\X0\','\X2\526F89817D20306E8EF8306B6CBF3063305F4E3B89817D20306E63A57D9A70B9304B3089306E5F8C90008DDD96E2FF084F8B30483070300153EF89967DDA304C6E2C5B9A3055308C308B516C9053304B3089306E8DDD96E2FF093002\X0\','ja-JP',$); -#8945= IFCRELASSOCIATESLIBRARY('21EEPalH5EcBOZmgFUkz8j',$,$,$,(#2473),#16198); -#16198= IFCLIBRARYREFERENCE($,$,'\X2\C0B0C131B3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C0B0B3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8942= IFCRELASSOCIATESLIBRARY('3gGkOgJkj8zRt2swW0_6S6',$,$,$,(#2468),#16198); +#16198= IFCLIBRARYREFERENCE($,$,'Set Point',$,'en',$); -#8946= IFCRELASSOCIATESLIBRARY('3fKk1v0$j8QueAHToS2mgt',$,$,$,(#2474),#16199); -#16199= IFCLIBRARYREFERENCE($,$,'Set Point Pressure',$,'en',$); +#8943= IFCRELASSOCIATESLIBRARY('1JPsAp9XH579CQvKnpn1gS',$,$,$,(#2469),#16199); +#16199= IFCLIBRARYREFERENCE($,$,'Set Point',$,'en',$); -#8947= IFCRELASSOCIATESLIBRARY('0lFVao6GT51Rkxq43yYnYv',$,$,$,(#2474),#16200); -#16200= IFCLIBRARYREFERENCE($,$,'\X2\5727529B8A2D5B9A5024\X0\','\X2\611F77E53055308C308B5727529B3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8944= IFCRELASSOCIATESLIBRARY('2zu8JXFr17oeeSn3nwVNKb',$,$,$,(#2470),#16200); +#16200= IFCLIBRARYREFERENCE($,$,'Set Point',$,'en',$); -#8948= IFCRELASSOCIATESLIBRARY('0i2_iAiB9FEA57THazRDHg',$,$,$,(#2474),#16201); -#16201= IFCLIBRARYREFERENCE($,$,'\X2\C555B825\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C555B825\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8945= IFCRELASSOCIATESLIBRARY('09siImHNXE5AmlAMcUCegi',$,$,$,(#2470),#16201); +#16201= IFCLIBRARYREFERENCE($,$,'\X2\8A2D5B9A30DD30A430F330C8\X0\','\X2\8A2D5B9A30DD30A430F330C830687BC456F23092793A3059300230C830B030EB30B930A430C330C1306F\X0\2\X2\3064306E30DD30B830B730E730F3304C3042308BFF1A\X0\0 \X2\306F\X0\ \X2\30AA30D5\X0\(OFF)\X2\3001\X0\1 \X2\306F\X0\ \X2\30AA30F3\X0\(ON)\X2\300230C730A330DE30FC30B930A430C330C1306F300151689589\X0\(fully-off) \X2\307E305F306F30005168958B\X0\(fully-on) \X2\306E4ED6306B3001305D306E9593306753D65F9753EF80FD306A5024309230AA30D730B730E730F33067793A305930029078629E578B30B930A430C330C1306F9078629E53EF80FD306A30DD30B830B730E730F3306E7BC456F23092793A30593002\X0\','ja-JP',$); -#8949= IFCRELASSOCIATESLIBRARY('1yY88ZsuH3OOQ2CZCDBgKa',$,$,$,(#2475),#16202); -#16202= IFCLIBRARYREFERENCE($,$,'Set Point Radiation',$,'en',$); +#8946= IFCRELASSOCIATESLIBRARY('0rMnTY0PnAH82zeWEqX51T',$,$,$,(#2470),#16202); +#16202= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\D3ECD2B8\X0\ \X2\C2F1D06C\X0\','\X2\C785B825\X0\ \X2\D3ECD2B8\X0\ \X2\C774B984\X0\ (IfcDistributionPort \X2\BC0F\X0\ FlowDirection = SINK), Maps SetPoint \X2\C704CE58\X0\. \X2\D68CB85CAC00\X0\ \X2\C5B4B5A4\X0\ \X2\ACBDB85CB97C\X0\ \X2\CD94C801D560C9C0B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#8950= IFCRELASSOCIATESLIBRARY('3hFzH3GGL99eQP3T7mn6Iv',$,$,$,(#2475),#16203); -#16203= IFCLIBRARYREFERENCE($,$,'\X2\653E5C047DDA8A2D5B9A5024\X0\','\X2\611F77E53055308C308B653E5C047DDA91CF3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8947= IFCRELASSOCIATESLIBRARY('2ojHCHUyT4X8pe1wXm7R0D',$,$,$,(#2471),#16203); +#16203= IFCLIBRARYREFERENCE($,$,'Set Point Concentration',$,'en',$); -#8951= IFCRELASSOCIATESLIBRARY('2CNe5lNEb2kfLlXA4SWt4V',$,$,$,(#2475),#16204); -#16204= IFCLIBRARYREFERENCE($,$,'\X2\BC29C0ACC120\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\BC29C0ACC120\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8948= IFCRELASSOCIATESLIBRARY('2pY59yb4b9EOtN3gUxjf_u',$,$,$,(#2471),#16204); +#16204= IFCLIBRARYREFERENCE($,$,'\X2\30AC30B96FC35EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B30AC30B96FC35EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8952= IFCRELASSOCIATESLIBRARY('3JXNOxM3P0mQ76oMAxXIc3',$,$,$,(#2476),#16205); -#16205= IFCLIBRARYREFERENCE($,$,'Set Point Radioactivity',$,'en',$); +#8949= IFCRELASSOCIATESLIBRARY('31zDqUiRbBuhw6yoOjQxiN',$,$,$,(#2472),#16205); +#16205= IFCLIBRARYREFERENCE($,$,'Set Point Concentration',$,'en',$); -#8953= IFCRELASSOCIATESLIBRARY('2uvxydzin1D91CgOwM9QnX',$,$,$,(#2476),#16206); -#16206= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0480FD8A2D5B9A5024\X0\','\X2\611F77E53055308C308B653E5C0480FD3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8950= IFCRELASSOCIATESLIBRARY('0fS7NF2TzB4foNdoONYvXH',$,$,$,(#2472),#16206); +#16206= IFCLIBRARYREFERENCE($,$,'\X2\71596FC35EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B71596FC35EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8954= IFCRELASSOCIATESLIBRARY('3Sl6gOmybCPeTNzOfjXckx',$,$,$,(#2476),#16207); -#16207= IFCLIBRARYREFERENCE($,$,'\X2\BC29C0ACB2A5\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\BC29C0ACB2A5\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8951= IFCRELASSOCIATESLIBRARY('3JipzxuvX1vPj64sEpKIwj',$,$,$,(#2472),#16207); +#16207= IFCLIBRARYREFERENCE($,$,'\X2\C5F0AE30\X0\ \X2\B18DB3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C5F0AE30\X0\ \X2\B18DB3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8955= IFCRELASSOCIATESLIBRARY('2JQM4yDmz9eQWoPdO0th1k',$,$,$,(#2477),#16208); -#16208= IFCLIBRARYREFERENCE($,$,'Set Point Sound',$,'en',$); +#8952= IFCRELASSOCIATESLIBRARY('3$ay2V8Eb4iguZjB_pfH2J',$,$,$,(#2473),#16208); +#16208= IFCLIBRARYREFERENCE($,$,'Set Point Concentration',$,'en',$); -#8956= IFCRELASSOCIATESLIBRARY('0mtBcjrInC0eJjO8elVpQZ',$,$,$,(#2477),#16209); -#16209= IFCLIBRARYREFERENCE($,$,'\X2\97F357278A2D5B9A5024\X0\','\X2\611F77E53055308C308B97F357273002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8953= IFCRELASSOCIATESLIBRARY('3GDBkNsUT6_gwnstxLeziR',$,$,$,(#2473),#16209); +#16209= IFCLIBRARYREFERENCE($,$,'\X2\30A430AA30F36FC35EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B30A430AA30F36FC35EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8957= IFCRELASSOCIATESLIBRARY('01GjKG2gDCxODvK$NhPvZ0',$,$,$,(#2477),#16210); -#16210= IFCLIBRARYREFERENCE($,$,'\X2\C74DC555\X0\ \X2\C124C815CE58\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C74CC555\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8954= IFCRELASSOCIATESLIBRARY('17rx2dvqj0y97$IsXw5e9i',$,$,$,(#2473),#16210); +#16210= IFCLIBRARYREFERENCE($,$,'\X2\C774C628\X0\ \X2\B18DB3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C774C628\X0\ \X2\B18DB3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8958= IFCRELASSOCIATESLIBRARY('2PIm$cRPrDYwZ55JIrbrZH',$,$,$,(#2478),#16211); -#16211= IFCLIBRARYREFERENCE($,$,'Set Point Speed',$,'en',$); +#8955= IFCRELASSOCIATESLIBRARY('1csCXwinzEwgsu3tDNAFzW',$,$,$,(#2474),#16211); +#16211= IFCLIBRARYREFERENCE($,$,'Set Point Concentration',$,'en',$); -#8959= IFCRELASSOCIATESLIBRARY('2DCaG_7Wv7ROK8A56slDXh',$,$,$,(#2478),#16212); -#16212= IFCLIBRARYREFERENCE($,$,'\X2\98A8901F8A2D5B9A5024\X0\','\X2\611F77E53055308C308B98A8901F3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8956= IFCRELASSOCIATESLIBRARY('0mHWiEQG5BauwsYdSxR5I5',$,$,$,(#2475),#16212); +#16212= IFCLIBRARYREFERENCE($,$,'Set Point Conductance',$,'en',$); -#8960= IFCRELASSOCIATESLIBRARY('3ox8KFpHHBaBYAxFh0Sau8',$,$,$,(#2478),#16213); -#16213= IFCLIBRARYREFERENCE($,$,'\X2\D48DC18D\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\BC14B78C\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8957= IFCRELASSOCIATESLIBRARY('3V5BXY7oz1Z9fGI0IlXm$X',$,$,$,(#2475),#16213); +#16213= IFCLIBRARYREFERENCE($,$,'\X2\96FB6C174F1D5C0E73878A2D5B9A5024\X0\','\X2\611F77E53055308C308B96FB6C174F1D5C0E73873002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8961= IFCRELASSOCIATESLIBRARY('3TpBNW$qH8Xe59JLDcpMAy',$,$,$,(#2479),#16214); -#16214= IFCLIBRARYREFERENCE($,$,'Set Point Temperature',$,'en',$); +#8958= IFCRELASSOCIATESLIBRARY('0umKbRlDbDh8zfGq5ffyUT',$,$,$,(#2475),#16214); +#16214= IFCLIBRARYREFERENCE($,$,'\X2\C804AE30\X0\ \X2\C804B3C4C728\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C804AE30\X0\ \X2\C804B3C4C728\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8962= IFCRELASSOCIATESLIBRARY('2QNYJ1drjCzugJ3yPsR5bk',$,$,$,(#2479),#16215); -#16215= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B6E295EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8959= IFCRELASSOCIATESLIBRARY('1hrndBq2v9Sf7qg_NrHpvF',$,$,$,(#2476),#16215); +#16215= IFCLIBRARYREFERENCE($,$,'Set Point Contact',$,'en',$); -#8963= IFCRELASSOCIATESLIBRARY('2DcVoI5A9A9xcwNKpX2GYp',$,$,$,(#2479),#16216); -#16216= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C628B3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8960= IFCRELASSOCIATESLIBRARY('26bGjNUuD49BSHuLq0dy2a',$,$,$,(#2476),#16216); +#16216= IFCLIBRARYREFERENCE($,$,'\X2\63A589E672B6614B8A2D5B9A5024\X0\','\X2\611F77E53055308C308B63A589E672B6614B3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8964= IFCRELASSOCIATESLIBRARY('011aD4by58QRUUKSgX6TAo',$,$,$,(#2480),#16217); -#16217= IFCLIBRARYREFERENCE($,$,'Set Point Temperature',$,'en',$); +#8961= IFCRELASSOCIATESLIBRARY('0C_6mkOd5Dwv$piMEvgNX0',$,$,$,(#2476),#16217); +#16217= IFCLIBRARYREFERENCE($,$,'\X2\C811CD09\X0\ \X2\C0C1D0DC\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C811CD09\X0\ \X2\C0C1D0DC\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8965= IFCRELASSOCIATESLIBRARY('3AFAQgXFPFMfx9nVsSTMTo',$,$,$,(#2480),#16218); -#16218= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B6E295EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); +#8962= IFCRELASSOCIATESLIBRARY('2ntsLnjd17MxjkkvpQDHq1',$,$,$,(#2477),#16218); +#16218= IFCLIBRARYREFERENCE($,$,'Set Point Flow',$,'en',$); -#8966= IFCRELASSOCIATESLIBRARY('0R4iR7e6XFfw6xF993WXBu',$,$,$,(#2480),#16219); -#16219= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\C131C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C628B3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); +#8963= IFCRELASSOCIATESLIBRARY('3viW_7JFv4WPeejgPt23uH',$,$,$,(#2477),#16219); +#16219= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF8A2D5B9A5024\X0\','\X2\611F77E53055308C308B6D4191CF3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8967= IFCRELASSOCIATESLIBRARY('074boabGj3kuwWIkB2gra9',$,$,$,(#2482),#16220); -#16220= IFCLIBRARYREFERENCE($,$,'Severity',$,'en',$); +#8964= IFCRELASSOCIATESLIBRARY('1YkmaMd5H6PRJQEpZW3Gq3',$,$,$,(#2477),#16220); +#16220= IFCLIBRARYREFERENCE($,$,'\X2\C720B7C9\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C720B7C9\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8968= IFCRELASSOCIATESLIBRARY('306U$C60jFKAZCVszC9Fci',$,$,$,(#2483),#16221); -#16221= IFCLIBRARYREFERENCE($,$,'mittlere Durchlassfaktor b','Das Verh\S\dltnis aus g-Wert der jeweiligen Verglasung und dem g-Wert eines Zweischeiben-Normalglasfensters.\X\0D\X\0ADer g-Wert dieses Zweischeiben-Normalglasfensters wird als Konstante mit 80 % angesetzt. Bei Einfachglas betr\S\dgt die Konstante 87 %, Auch "Shading coefficient" genannt.','de-DE',$); +#8965= IFCRELASSOCIATESLIBRARY('1jwp_MzAnB3BZr9WmIUb_o',$,$,$,(#2478),#16221); +#16221= IFCLIBRARYREFERENCE($,$,'Set Point Frost',$,'en',$); -#8969= IFCRELASSOCIATESLIBRARY('2iYYFlP7jD1xaoCjZrW5Ml',$,$,$,(#2483),#16222); -#16222= IFCLIBRARYREFERENCE($,$,'Shading Coefficient',$,'en',$); +#8966= IFCRELASSOCIATESLIBRARY('1kl3dQd6H1SvsgTmOt16wv',$,$,$,(#2479),#16222); +#16222= IFCLIBRARYREFERENCE($,$,'Set Point Humidity',$,'en',$); -#8970= IFCRELASSOCIATESLIBRARY('31lp4qfkXCEvbhFycM3X13',$,$,$,(#2483),#16223); -#16223= IFCLIBRARYREFERENCE($,$,'CoefficientOmbrage','(SC): Mesure de la capacit\S\i d''un vitrage \S\` transmettre l''\S\inergie solaire comparativement \S\` un simple vitrage clair, de 3 mm (double renfort). Le coefficient d''att\S\inuation est supprim\S\i progressivement en faveur du coefficient d''apport solaire (SHGC) et est approximativement \S\igal au SHGC multipli\S\i par 1,15. Le coefficient d''att\S\inuation est exprim\S\i comme nombre sans unit\S\is entre 0 et 1.','fr-FR',$); +#8967= IFCRELASSOCIATESLIBRARY('32rrGZUFD0vuhe4GFLkv4t',$,$,$,(#2479),#16223); +#16223= IFCLIBRARYREFERENCE($,$,'\X2\6E7F5EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B6E7F5EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8971= IFCRELASSOCIATESLIBRARY('01EvVzBK98Z9NtoVhSEoH_',$,$,$,(#2483),#16224); -#16224= IFCLIBRARYREFERENCE($,$,'\X2\906E853D4FC26570\X0\','(SC): \X2\30AC30E930B9306E592A967D71B14F1D5C0E306E57FA6E963001\X0\3mm\X2\FF08\X0\1/8\X2\30A430F330C1FF09900F660E306E4E00679A30AC30E930B9306E602780FD3068306E6BD43002906E853D4FC26570306F592A967D71B152295F974FC26570\X0\(SHGC)\X2\306B79FB884C305730016BB5968E7684306B5EC36B623001\X0\SHGC\S\W1.15\X2\3068307B3068309330697B49305730443002906E853D4FC26570306FFF10304B3089FF11307E3067306E53584F4D71213057306E50243002\X0\','ja-JP',$); +#8968= IFCRELASSOCIATESLIBRARY('2Mmn7agLLEhP4DcYJ_LyXY',$,$,$,(#2479),#16224); +#16224= IFCLIBRARYREFERENCE($,$,'\X2\C2B5B3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C2B5B3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8972= IFCRELASSOCIATESLIBRARY('3U5t5TQJn86RgrTibCyVP9',$,$,$,(#2483),#16225); -#16225= IFCLIBRARYREFERENCE($,$,'\X2\906E96337CFB6570\X0\','\X2\FF08\X0\SC\X2\FF0973BB74834F209012592A963370ED91CF80FD529B76845EA691CFFF0C4EE5\X0\3mm\X2\FF08\X0\1/8\X2\82F15BF8FF09900F660E53CC500D5F3A5EA653555C4273BB74834E3A57FA51C63002906E96337CFB6570670988AB592A963380FD5F9770ED7CFB6570FF08\X0\SHGC\X2\FF0953D64EE376848D8B52BFFF0C5176503C7EA64E3A\X0\SHGC\X2\7684\X0\1.15\X2\500D3002906E96337CFB65704EE559274E8E\X0\0\X2\5C0F4E8E\X0\1\X2\768465E053554F4D65708868793A3002\X0\','zh-CN',$); +#8969= IFCRELASSOCIATESLIBRARY('2HkiAFoP52N8i36H2E3_uu',$,$,$,(#2480),#16225); +#16225= IFCLIBRARYREFERENCE($,$,'Set Point Identifier',$,'en',$); -#8974= IFCRELASSOCIATESLIBRARY('07BSf6mzb6ZBbYHfIebGK5',$,$,$,(#2484),#16226); -#16226= IFCLIBRARYREFERENCE($,$,'Sonnenschutztyp',$,'de-DE',$); +#8970= IFCRELASSOCIATESLIBRARY('0mQWMutiz5uesrvpuBqfbp',$,$,$,(#2481),#16226); +#16226= IFCLIBRARYREFERENCE($,$,'Set Point Illuminance',$,'en',$); -#8975= IFCRELASSOCIATESLIBRARY('1cGKaxrq19yRzhWgvXbssx',$,$,$,(#2484),#16227); -#16227= IFCLIBRARYREFERENCE($,$,'Shading Device Type',$,'en',$); +#8971= IFCRELASSOCIATESLIBRARY('1trVL0L_zBsvuTXmWd1fUw',$,$,$,(#2481),#16227); +#16227= IFCLIBRARYREFERENCE($,$,'\X2\71675EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B71675EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8976= IFCRELASSOCIATESLIBRARY('0WDBvC_Mz8oP57ngQsjsAn',$,$,$,(#2484),#16228); -#16228= IFCLIBRARYREFERENCE($,$,'Type de protection solaire','Sp\S\icifies le type de protection solaire.','fr-FR',$); +#8972= IFCRELASSOCIATESLIBRARY('3FuQoJ7_X8fu7x6WtC5trt',$,$,$,(#2481),#16228); +#16228= IFCLIBRARYREFERENCE($,$,'\X2\C870B3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0D558B294\X0\ \X2\C870B3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8977= IFCRELASSOCIATESLIBRARY('2toGw06JX2puPUUvSyumU9',$,$,$,(#2484),#16229); -#16229= IFCLIBRARYREFERENCE($,$,'\X2\65E59664305188C57F6E7A2E5225\X0\','\X2\65E59664305188C57F6E306E7A2E522530928A2D5B9A3059308B3002\X0\','ja-JP',$); +#8973= IFCRELASSOCIATESLIBRARY('1HpMQCuRX7x8H_0abu$KBk',$,$,$,(#2482),#16229); +#16229= IFCLIBRARYREFERENCE($,$,'Set Point Level',$,'en',$); -#8978= IFCRELASSOCIATESLIBRARY('3i49j$1Z1AN853QhDx_o_z',$,$,$,(#2485),#16230); -#16230= IFCLIBRARYREFERENCE($,$,'Shaft Power',$,'en',$); +#8974= IFCRELASSOCIATESLIBRARY('0ZltQ8ggP0C8zoJY$PqOLO',$,$,$,(#2482),#16230); +#16230= IFCLIBRARYREFERENCE($,$,'\X2\30EC30D930EB8A2D5B9A5024\X0\','\X2\611F77E53055308C308B30EC30D930EB3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8979= IFCRELASSOCIATESLIBRARY('3XK9kfX1P7iPzv4F9$vpK8',$,$,$,(#2485),#16231); -#16231= IFCLIBRARYREFERENCE($,$,'PuissanceArbre','La puissance m\S\icanique appliqu\S\ie au niveau de l''arbre du compresseur.','fr-FR',$); +#8975= IFCRELASSOCIATESLIBRARY('0lptyuUVnFHx$6bOx75qv6',$,$,$,(#2482),#16231); +#16231= IFCLIBRARYREFERENCE($,$,'\X2\B808BCA8\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C218C900\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8980= IFCRELASSOCIATESLIBRARY('1MNUv_Tkv9hvCTkzjKWuab',$,$,$,(#2486),#16232); -#16232= IFCLIBRARYREFERENCE($,$,'Shaft Power Rate',$,'en',$); +#8976= IFCRELASSOCIATESLIBRARY('3oLEWw4zDDaB5AB$e6ky02',$,$,$,(#2483),#16232); +#16232= IFCLIBRARYREFERENCE($,$,'Set Point Moisture',$,'en',$); -#8981= IFCRELASSOCIATESLIBRARY('0EpTTZIs14rgRxK9Q5t4an',$,$,$,(#2486),#16233); -#16233= IFCLIBRARYREFERENCE($,$,'\X2\8EF852D5529B91CF\X0\','\X2\30D530A130F38EF852D5529B\X0\','ja-JP',$); +#8977= IFCRELASSOCIATESLIBRARY('25WHD0Xpr7exu_JITz8gkM',$,$,$,(#2483),#16233); +#16233= IFCLIBRARYREFERENCE($,$,'\X2\6C3452068A2D5B9A5024\X0\','\X2\611F77E53055308C308B6C3452063002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8983= IFCRELASSOCIATESLIBRARY('1Cj$TtTUr6qOQo23MCGiG1',$,$,$,(#2487),#16234); -#16234= IFCLIBRARYREFERENCE($,$,'Shape',$,'en',$); +#8978= IFCRELASSOCIATESLIBRARY('01hRKQFgL0cO7o8j0o_mU9',$,$,$,(#2483),#16234); +#16234= IFCLIBRARYREFERENCE($,$,'\X2\C218BD84\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C218BD84\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8984= IFCRELASSOCIATESLIBRARY('0AZqm00KPF484JK60ID3Fh',$,$,$,(#2487),#16235); -#16235= IFCLIBRARYREFERENCE($,$,'Forme','Forme du terminal de ventilation. La fente est g\S\in\S\iralement un long et \S\itroit appareil d''apport avec un rapport de forme g\S\in\S\iralement sup\S\irieur \S\` 10 pour 1.','fr-FR',$); +#8979= IFCRELASSOCIATESLIBRARY('1QV3IzuqDEFQJiXUAtsdm_',$,$,$,(#2484),#16235); +#16235= IFCLIBRARYREFERENCE($,$,'Set Point Movement',$,'en',$); -#8985= IFCRELASSOCIATESLIBRARY('0Q1yBkDoL7axTnT379$$Nm',$,$,$,(#2487),#16236); -#16236= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\30BF30FC30DF30CA30EB306E5F6272B6FF08518672B6300156DB89D25F6230016B6365B95F62300130B930ED30C330C84ED6FF093002300030B930ED30C330C8FF086E9D72B6FF09306F4E00822C7684306B30A230B930DA30AF30C86BD4FF11FF104EE54E0A304C5178578B768430673042308B3002\X0\','ja-JP',$); +#8980= IFCRELASSOCIATESLIBRARY('2W_d5Ehs53e8rOOKpSwKio',$,$,$,(#2485),#16236); +#16236= IFCLIBRARYREFERENCE($,$,'Set Point PH',$,'en',$); -#8987= IFCRELASSOCIATESLIBRARY('1S74iahf9Fr8fYeutv_cSR',$,$,$,(#2488),#16237); -#16237= IFCLIBRARYREFERENCE($,$,'Shape',$,'en',$); +#8981= IFCRELASSOCIATESLIBRARY('369wiCnZ14_9rLmohcU1rK',$,$,$,(#2485),#16237); +#16237= IFCLIBRARYREFERENCE($,$,'\X2\917860275EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B917860275EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8988= IFCRELASSOCIATESLIBRARY('0UepFc1dT2nOjh5ULr2Q1t',$,$,$,(#2488),#16238); -#16238= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\5C0E4F53306E5F6272B630928868793A3002\X0\','ja-JP',$); +#8982= IFCRELASSOCIATESLIBRARY('3jiGj5eYj3FQ8POXGZ$JRF',$,$,$,(#2485),#16238); +#16238= IFCLIBRARYREFERENCE($,$,'\X2\C0B0C131B3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C0B0B3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8989= IFCRELASSOCIATESLIBRARY('3KZc_T6YHDJB1TaV56kwEz',$,$,$,(#2488),#16239); -#16239= IFCLIBRARYREFERENCE($,$,'\X2\D615C0C1\X0\','\X2\B3C4CCB4C758\X0\ \X2\D615C0C1C744\X0\ \X2\D45CC2DCD569B2C8B2E4\X0\.','ko-KR',$); +#8983= IFCRELASSOCIATESLIBRARY('3koVL_LtD1TfwOsL0M4aqQ',$,$,$,(#2486),#16239); +#16239= IFCLIBRARYREFERENCE($,$,'Set Point Pressure',$,'en',$); -#8990= IFCRELASSOCIATESLIBRARY('1l0pnkf2XCtuMacJ_dz8mj',$,$,$,(#2489),#16240); -#16240= IFCLIBRARYREFERENCE($,$,'Form','Anforderung an die Form des Durchbruchs, vordefinierte Werte sind "Rechteck", "Rund", und "Nicht definiert".','de-DE',$); +#8984= IFCRELASSOCIATESLIBRARY('1AewDgZyn8281$eceXphDR',$,$,$,(#2486),#16240); +#16240= IFCLIBRARYREFERENCE($,$,'\X2\5727529B8A2D5B9A5024\X0\','\X2\611F77E53055308C308B5727529B3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8991= IFCRELASSOCIATESLIBRARY('1h2PSM24TBePiu0BRXR3F5',$,$,$,(#2489),#16241); -#16241= IFCLIBRARYREFERENCE($,$,'Shape',$,'en',$); +#8985= IFCRELASSOCIATESLIBRARY('3OPHV3kan5VvzhOPt22nVw',$,$,$,(#2486),#16241); +#16241= IFCLIBRARYREFERENCE($,$,'\X2\C555B825\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C555B825\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8992= IFCRELASSOCIATESLIBRARY('3UyLcwqMHFUQr44DLqUuQ2',$,$,$,(#2489),#16242); -#16242= IFCLIBRARYREFERENCE($,$,'Forme','La forme de la r\S\iservation. L''ensemble des valeurs autoris\S\ies contient au moins "Rectangle", "Round" et "Undefined".','fr-FR',$); +#8986= IFCRELASSOCIATESLIBRARY('2yoGqCBm9EQPFT9Df2DSyO',$,$,$,(#2487),#16242); +#16242= IFCLIBRARYREFERENCE($,$,'Set Point Radiation',$,'en',$); -#8993= IFCRELASSOCIATESLIBRARY('3xZnCS2KzDGuwaOXc9E0e5',$,$,$,(#2489),#16243); -#16243= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\7A7A9593306E5F6272B630925B9A7FA93057307E305930025C11306A304F30683082300C56DB89D25F62300D3001300C5186300D3001300C672A5B9A7FA9300D306E50243092542B307F307E30593002\X0\','ja-JP',$); +#8987= IFCRELASSOCIATESLIBRARY('0H3Xno08b0jeHapTphOAJq',$,$,$,(#2487),#16243); +#16243= IFCLIBRARYREFERENCE($,$,'\X2\653E5C047DDA8A2D5B9A5024\X0\','\X2\611F77E53055308C308B653E5C047DDA91CF3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8994= IFCRELASSOCIATESLIBRARY('076CgFHSr4kAPJlDwF6t6q',$,$,$,(#2489),#16244); -#16244= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\7A7A67844EF676845F6272B6FF0C5F53524D5F9752308BA453EF7684503C81F35C11530562EC201C77E95F62201D3001201C57065F62201D53CA201C672A5B9A4E49201D3002\X0\','zh-CN',$); +#8988= IFCRELASSOCIATESLIBRARY('2Gac0tuPvASQP9a9uYT1uO',$,$,$,(#2487),#16244); +#16244= IFCLIBRARYREFERENCE($,$,'\X2\BC29C0ACC120\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\BC29C0ACC120\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#8996= IFCRELASSOCIATESLIBRARY('1WJoyu7g97Pv3cHtwrCXFj',$,$,$,(#2490),#16245); -#16245= IFCLIBRARYREFERENCE($,$,'Shape',$,'en',$); +#8989= IFCRELASSOCIATESLIBRARY('3vh_WY3VvDneV7m2pBxE8F',$,$,$,(#2488),#16245); +#16245= IFCLIBRARYREFERENCE($,$,'Set Point Radioactivity',$,'en',$); -#8997= IFCRELASSOCIATESLIBRARY('2Db8$rfZjCNv_g$hJwTQiC',$,$,$,(#2490),#16246); -#16246= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\65AD97625F6272B6FF1A\X0\\X\0D\X\0A\X2\3053306E5F6272B6306F76F47BA13092901A305830664E005B9A30673042308B300259095F623059308B5F6272B6306E305F3081306B306F3001304B308F308A306B59095F627D99624B304C4F7F75283055308C308B3002FF0830D530E930C330C830AA30FC30D030EB300189D2578B30014E38578B30004ED6FF09\X0\','ja-JP',$); +#8990= IFCRELASSOCIATESLIBRARY('1V8nY2CQT02QA7s_D7Almz',$,$,$,(#2488),#16246); +#16246= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0480FD8A2D5B9A5024\X0\','\X2\611F77E53055308C308B653E5C0480FD3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#8998= IFCRELASSOCIATESLIBRARY('3HqY7pVkvFIwG43uawi605',$,$,$,(#2491),#16247); -#16247= IFCLIBRARYREFERENCE($,$,'Shape Description',$,'en',$); +#8991= IFCRELASSOCIATESLIBRARY('2yrZHG2wLDOul5uWz0374f',$,$,$,(#2488),#16247); +#16247= IFCLIBRARYREFERENCE($,$,'\X2\BC29C0ACB2A5\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\BC29C0ACB2A5\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#9000= IFCRELASSOCIATESLIBRARY('2OfmGDVjn8k9AbDvYIvflW',$,$,$,(#2492),#16248); -#16248= IFCLIBRARYREFERENCE($,$,'Shape Type',$,'en',$); +#8992= IFCRELASSOCIATESLIBRARY('0pGBsHoOrFnAunew7CZrOe',$,$,$,(#2489),#16248); +#16248= IFCLIBRARYREFERENCE($,$,'Set Point Sound',$,'en',$); -#9001= IFCRELASSOCIATESLIBRARY('27P3qIw2f5ufWdCaVkw14U',$,$,$,(#2492),#16249); -#16249= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\30B830E430F330AF30B730E730F330DC30C330AF30B9306E5F6272B63002\X0\','ja-JP',$); +#8993= IFCRELASSOCIATESLIBRARY('0_qAVj7Gf5HfkvcY5wYb8c',$,$,$,(#2489),#16249); +#16249= IFCLIBRARYREFERENCE($,$,'\X2\97F357278A2D5B9A5024\X0\','\X2\611F77E53055308C308B97F357273002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#9002= IFCRELASSOCIATESLIBRARY('0kYeDBdyvA$vWsXv9rQ4Jt',$,$,$,(#2492),#16250); -#16250= IFCLIBRARYREFERENCE($,$,'\X2\D615C0C1\X0\','\X2\C9C0C580\X0\ \X2\C139C158\X0\ \X2\C0C1C790\X0\ \X2\BAA8C591\X0\.','ko-KR',$); +#8994= IFCRELASSOCIATESLIBRARY('32MYGBH816ZuVt0oI_phun',$,$,$,(#2489),#16250); +#16250= IFCLIBRARYREFERENCE($,$,'\X2\C74DC555\X0\ \X2\C124C815CE58\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C74CC555\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#9003= IFCRELASSOCIATESLIBRARY('1A59rQy590Gvnl_A7LRAjs',$,$,$,(#2493),#16251); -#16251= IFCLIBRARYREFERENCE($,$,'Shear Area Y',$,'en',$); +#8995= IFCRELASSOCIATESLIBRARY('1bhbRmXNvARPWhSsxTDl7z',$,$,$,(#2490),#16251); +#16251= IFCLIBRARYREFERENCE($,$,'Set Point Speed',$,'en',$); -#9004= IFCRELASSOCIATESLIBRARY('3GeKWckEP6UfSVkdkSEAd4',$,$,$,(#2494),#16252); -#16252= IFCLIBRARYREFERENCE($,$,'Shear Area Z',$,'en',$); +#8996= IFCRELASSOCIATESLIBRARY('1BBUnLc75CxBYVOAAwd5m0',$,$,$,(#2490),#16252); +#16252= IFCLIBRARYREFERENCE($,$,'\X2\98A8901F8A2D5B9A5024\X0\','\X2\611F77E53055308C308B98A8901F3002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#9005= IFCRELASSOCIATESLIBRARY('2NwXQQVOTCcgzP78rz_qFH',$,$,$,(#2495),#16253); -#16253= IFCLIBRARYREFERENCE($,$,'Shear Centre Y',$,'en',$); +#8997= IFCRELASSOCIATESLIBRARY('1ayG$mo9H218M5YIxOgmLh',$,$,$,(#2490),#16253); +#16253= IFCLIBRARYREFERENCE($,$,'\X2\D48DC18D\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\BC14B78C\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#9006= IFCRELASSOCIATESLIBRARY('1YbN2fkHj3Ae2ft0m$oMYP',$,$,$,(#2496),#16254); -#16254= IFCLIBRARYREFERENCE($,$,'Shear Centre Z',$,'en',$); +#8998= IFCRELASSOCIATESLIBRARY('3X2tVuzUL3aP1VvTRCG2k8',$,$,$,(#2491),#16254); +#16254= IFCLIBRARYREFERENCE($,$,'Set Point Temperature',$,'en',$); -#9007= IFCRELASSOCIATESLIBRARY('18pf_MAuX5SQweGky$WFp3',$,$,$,(#2497),#16255); -#16255= IFCLIBRARYREFERENCE($,$,'Shear Deformation Area Y',$,'en',$); +#8999= IFCRELASSOCIATESLIBRARY('1JNrFAG5bDn9g7yG4p_ElP',$,$,$,(#2491),#16255); +#16255= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B6E295EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#9008= IFCRELASSOCIATESLIBRARY('3gAxwG2wfC_uE4xWANl_gQ',$,$,$,(#2498),#16256); -#16256= IFCLIBRARYREFERENCE($,$,'Shear Deformation Area Z',$,'en',$); +#9000= IFCRELASSOCIATESLIBRARY('0XPQgBFtPF6eh70no7WNDu',$,$,$,(#2491),#16256); +#16256= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\C124C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C628B3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#9009= IFCRELASSOCIATESLIBRARY('2rxX5q2L9FQfygDAeevoeX',$,$,$,(#2503),#16257); -#16257= IFCLIBRARYREFERENCE($,$,'Shear Modulus',$,'en',$); +#9001= IFCRELASSOCIATESLIBRARY('1p3R4F3tbFNvosP3rFOIFT',$,$,$,(#2492),#16257); +#16257= IFCLIBRARYREFERENCE($,$,'Set Point Temperature',$,'en',$); -#9011= IFCRELASSOCIATESLIBRARY('1xX1XyIR9FaAn5nilnfOFv',$,$,$,(#2515),#16258); -#16258= IFCLIBRARYREFERENCE($,$,'Sheath Colors',$,'en',$); +#9002= IFCRELASSOCIATESLIBRARY('2ypAPQ6cX9XvphOzAjlhbl',$,$,$,(#2492),#16258); +#16258= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA68A2D5B9A5024\X0\','\X2\611F77E53055308C308B6E295EA63002\X0\\X\0D\X\0A\X2\30BB30C330C830DD30A430F330C8502430927F6E304F305F3081306B3001\X0\IfcPropertyBoundedValue.SetPointValue\X2\30924F7F75283059308B3002\X0\','ja-JP',$); -#9012= IFCRELASSOCIATESLIBRARY('0MvGeZJaTCvvCdTAv3_fpA',$,$,$,(#2515),#16259); -#16259= IFCLIBRARYREFERENCE($,$,'\X2\30B730FC30B98272\X0\','\X2\30B330A28272FF08\X0\IEC60757\X2\306B3088308BFF0930027DD130689EC48272306E6DF754088272306E4FDD8B7763A55730FF08\X0\PE\X2\FF09306E5C0E4F53306F3001\X0\IEC60446\X2\306E89814EF6306B5FDC305830666CE8610F305730664F7F75283002\X0\','ja-JP',$); +#9003= IFCRELASSOCIATESLIBRARY('3b4gthFP16EPGwP5qYFz98',$,$,$,(#2492),#16259); +#16259= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\C131C815\X0\','\X2\AC10C9C0B418B294\X0\ \X2\C628B3C4\X0\. \X2\C138D2B8\X0\ \X2\D3ECC778D2B8\X0\ \X2\AC12C744\X0\ \X2\B123C73CB824BA74\X0\, IfcPropertyBoundedValue.SetPointValue\X2\B97C\X0\ \X2\C0ACC6A9D558C2EDC2DCC624\X0\.','ko-KR',$); -#9013= IFCRELASSOCIATESLIBRARY('1vXLjdcunFRvMtrL64unOa',$,$,$,(#2515),#16260); -#16260= IFCLIBRARYREFERENCE($,$,'\X2\CF54C5B4\X0\ \X2\C0C9\X0\','\X2\B179C0C9ACFC\X0\ \X2\B178B780C0C9\X0\ \X2\D63CD569\X0\ \X2\C0C9C0C1C758\X0\ \X2\BCF4D638\X0\ \X2\C811C9C0\X0\ (PE) \X2\B3C4CCB4B294\X0\ IEC60446\X2\C758\X0\ \X2\C694AD6CC5D0\X0\ \X2\B530B77CC8FCC758D558C5EC\X0\ \X2\C0ACC6A9\X0\.','ko-KR',$); +#9004= IFCRELASSOCIATESLIBRARY('1EZ38btzP7wOrbKimnt$0q',$,$,$,(#2494),#16260); +#16260= IFCLIBRARYREFERENCE($,$,'Severity',$,'en',$); -#9014= IFCRELASSOCIATESLIBRARY('2I7_6yDT5298ZKoHj28Ne9',$,$,$,(#2518),#16261); -#16261= IFCLIBRARYREFERENCE($,$,'Ship Method',$,'en',$); +#9005= IFCRELASSOCIATESLIBRARY('16mf_hJfn6jhic_uOE7fZ9',$,$,$,(#2495),#16261); +#16261= IFCLIBRARYREFERENCE($,$,'mittlere Durchlassfaktor b','Das Verh\S\dltnis aus g-Wert der jeweiligen Verglasung und dem g-Wert eines Zweischeiben-Normalglasfensters.\X\0D\X\0ADer g-Wert dieses Zweischeiben-Normalglasfensters wird als Konstante mit 80 % angesetzt. Bei Einfachglas betr\S\dgt die Konstante 87 %, Auch "Shading coefficient" genannt.','de-DE',$); -#9015= IFCRELASSOCIATESLIBRARY('0nj1P5XXP1q8C4xTcXMcxH',$,$,$,(#2519),#16262); -#16262= IFCLIBRARYREFERENCE($,$,'Short Circuit1 Pole Maximum State',$,'en',$); +#9006= IFCRELASSOCIATESLIBRARY('1EUEfnmqzD3gxrsp25c76x',$,$,$,(#2495),#16262); +#16262= IFCLIBRARYREFERENCE($,$,'Shading Coefficient',$,'en',$); -#9016= IFCRELASSOCIATESLIBRARY('0orBblEWX6WBrx_CnhWhjv',$,$,$,(#2519),#16263); -#16263= IFCLIBRARYREFERENCE($,$,'1\X2\69756700592777ED7D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\N\X2\9593306E\X0\1\X2\69756700592777ED7D6196FB6D413002\X0\','ja-JP',$); +#9007= IFCRELASSOCIATESLIBRARY('1ZcQk4wJj9rPiVnttQANak',$,$,$,(#2495),#16263); +#16263= IFCLIBRARYREFERENCE($,$,'CoefficientOmbrage','(SC): Mesure de la capacit\S\i d''un vitrage \S\` transmettre l''\S\inergie solaire comparativement \S\` un simple vitrage clair, de 3 mm (double renfort). Le coefficient d''att\S\inuation est supprim\S\i progressivement en faveur du coefficient d''apport solaire (SHGC) et est approximativement \S\igal au SHGC multipli\S\i par 1,15. Le coefficient d''att\S\inuation est exprim\S\i comme nombre sans unit\S\is entre 0 et 1.','fr-FR',$); -#9017= IFCRELASSOCIATESLIBRARY('3CsvKSwNDBGgaXlfLdbnO0',$,$,$,(#2519),#16264); -#16264= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\B2E8ACC4C640\X0\ N \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); +#9008= IFCRELASSOCIATESLIBRARY('3eScZoDET4PgDZ13qUmmZq',$,$,$,(#2495),#16264); +#16264= IFCLIBRARYREFERENCE($,$,'\X2\906E853D4FC26570\X0\','(SC): \X2\30AC30E930B9306E592A967D71B14F1D5C0E306E57FA6E963001\X0\3mm\X2\FF08\X0\1/8\X2\30A430F330C1FF09900F660E306E4E00679A30AC30E930B9306E602780FD3068306E6BD43002906E853D4FC26570306F592A967D71B152295F974FC26570\X0\(SHGC)\X2\306B79FB884C305730016BB5968E7684306B5EC36B623001\X0\SHGC\S\W1.15\X2\3068307B3068309330697B49305730443002906E853D4FC26570306FFF10304B3089FF11307E3067306E53584F4D71213057306E50243002\X0\','ja-JP',$); -#9018= IFCRELASSOCIATESLIBRARY('1AdfwtL7z7hhvsOEqSLsml',$,$,$,(#2520),#16265); -#16265= IFCLIBRARYREFERENCE($,$,'Short Circuit1 Pole Minimum State',$,'en',$); +#9009= IFCRELASSOCIATESLIBRARY('0j9QP7Xib21g1JSfanCrSy',$,$,$,(#2495),#16265); +#16265= IFCLIBRARYREFERENCE($,$,'\X2\906E96337CFB6570\X0\','\X2\FF08\X0\SC\X2\FF0973BB74834F209012592A963370ED91CF80FD529B76845EA691CFFF0C4EE5\X0\3mm\X2\FF08\X0\1/8\X2\82F15BF8FF09900F660E53CC500D5F3A5EA653555C4273BB74834E3A57FA51C63002906E96337CFB6570670988AB592A963380FD5F9770ED7CFB6570FF08\X0\SHGC\X2\FF0953D64EE376848D8B52BFFF0C5176503C7EA64E3A\X0\SHGC\X2\7684\X0\1.15\X2\500D3002906E96337CFB65704EE559274E8E\X0\0\X2\5C0F4E8E\X0\1\X2\768465E053554F4D65708868793A3002\X0\','zh-CN',$); -#9019= IFCRELASSOCIATESLIBRARY('20e4hlvoX3lgLacoTCed9r',$,$,$,(#2520),#16266); -#16266= IFCLIBRARYREFERENCE($,$,'1\X2\697567005C0F77ED7D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\N\X2\9593306E\X0\1\X2\697567005C0F77ED7D6196FB6D413002\X0\','ja-JP',$); +#9011= IFCRELASSOCIATESLIBRARY('0_wSa6l0vBzvH6HrdrXKID',$,$,$,(#2496),#16266); +#16266= IFCLIBRARYREFERENCE($,$,'Sonnenschutztyp',$,'de-DE',$); -#9020= IFCRELASSOCIATESLIBRARY('25YW6UmO59oPvvLipPTTc0',$,$,$,(#2520),#16267); -#16267= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\B2E8ACC4C640\X0\ N \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\.','ko-KR',$); +#9012= IFCRELASSOCIATESLIBRARY('1auHkLq710ZuXxrQk6W9io',$,$,$,(#2496),#16267); +#16267= IFCLIBRARYREFERENCE($,$,'Shading Device Type',$,'en',$); -#9021= IFCRELASSOCIATESLIBRARY('0DZybi78HDfQ28Nq2FB7cB',$,$,$,(#2521),#16268); -#16268= IFCLIBRARYREFERENCE($,$,'Short Circuit1 Pole Power Factor Maximum State',$,'en',$); +#9013= IFCRELASSOCIATESLIBRARY('2_OWoUj2rCDRfsPC5SSmQe',$,$,$,(#2496),#16268); +#16268= IFCLIBRARYREFERENCE($,$,'Type de protection solaire','Sp\S\icifies le type de protection solaire.','fr-FR',$); -#9022= IFCRELASSOCIATESLIBRARY('2eZI$3ZOj58gsBz9oPvu91',$,$,$,(#2521),#16269); -#16269= IFCLIBRARYREFERENCE($,$,'1\X2\69756700592777ED7D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\N\X2\9593306E\X0\1\X2\69756700592777ED7D6196FB6D41529B73873002\X0\','ja-JP',$); +#9014= IFCRELASSOCIATESLIBRARY('0BFaN0K7zF7fgDWRfF$Ckx',$,$,$,(#2496),#16269); +#16269= IFCLIBRARYREFERENCE($,$,'\X2\65E59664305188C57F6E7A2E5225\X0\','\X2\65E59664305188C57F6E306E7A2E522530928A2D5B9A3059308B3002\X0\','ja-JP',$); -#9023= IFCRELASSOCIATESLIBRARY('3G5UVG8kf2zxObUJMXivd9',$,$,$,(#2521),#16270); -#16270= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\B2E8ACC4C640\X0\ N \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); +#9015= IFCRELASSOCIATESLIBRARY('2YcpIIgjHFLBGjCQOLw2uf',$,$,$,(#2497),#16270); +#16270= IFCLIBRARYREFERENCE($,$,'Shaft Power',$,'en',$); -#9024= IFCRELASSOCIATESLIBRARY('0USaWusW922fk7cEPR39Ba',$,$,$,(#2522),#16271); -#16271= IFCLIBRARYREFERENCE($,$,'Short Circuit1 Pole Power Factor Minimum State',$,'en',$); +#9016= IFCRELASSOCIATESLIBRARY('3L26U0BMH4SBVojzAV95eT',$,$,$,(#2497),#16271); +#16271= IFCLIBRARYREFERENCE($,$,'PuissanceArbre','La puissance m\S\icanique appliqu\S\ie au niveau de l''arbre du compresseur.','fr-FR',$); -#9025= IFCRELASSOCIATESLIBRARY('0kCivKGAXE3hJSd3qD0eDk',$,$,$,(#2522),#16272); -#16272= IFCLIBRARYREFERENCE($,$,'1\X2\697567005C0F77ED7D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\N\X2\9593306E\X0\1\X2\697567005C0F77ED7D6196FB6D41529B73873002\X0\','ja-JP',$); +#9017= IFCRELASSOCIATESLIBRARY('2TK2t2QJ506vy_kpvvt_YY',$,$,$,(#2498),#16272); +#16272= IFCLIBRARYREFERENCE($,$,'Shaft Power Rate',$,'en',$); -#9026= IFCRELASSOCIATESLIBRARY('0A7BTKj3H27QM$PXkRXBh9',$,$,$,(#2522),#16273); -#16273= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\B2E8ACC4C640\X0\ N \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); +#9018= IFCRELASSOCIATESLIBRARY('3vqN$yakX6rQ7fRIEMRR_F',$,$,$,(#2498),#16273); +#16273= IFCLIBRARYREFERENCE($,$,'\X2\8EF852D5529B91CF\X0\','\X2\30D530A130F38EF852D5529B\X0\','ja-JP',$); -#9027= IFCRELASSOCIATESLIBRARY('2n_TETEMjCpBrzfwWCMrAt',$,$,$,(#2523),#16274); -#16274= IFCLIBRARYREFERENCE($,$,'Short Circuit2 Pole Minimum State',$,'en',$); +#9020= IFCRELASSOCIATESLIBRARY('0LzDUYyfP1QReuzxwd5taZ',$,$,$,(#2499),#16274); +#16274= IFCLIBRARYREFERENCE($,$,'Shape',$,'en',$); -#9028= IFCRELASSOCIATESLIBRARY('209d0q_HPFpxb3QTOzigAY',$,$,$,(#2523),#16275); -#16275= IFCLIBRARYREFERENCE($,$,'2\X2\697567005C0F77ED7D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E\X0\2\X2\697567005C0F77ED7D6196FB6D413002\X0\','ja-JP',$); +#9021= IFCRELASSOCIATESLIBRARY('0ME9OTE35AXeHOEf6zZ0I5',$,$,$,(#2499),#16275); +#16275= IFCLIBRARYREFERENCE($,$,'Forme','Forme du terminal de ventilation. La fente est g\S\in\S\iralement un long et \S\itroit appareil d''apport avec un rapport de forme g\S\in\S\iralement sup\S\irieur \S\` 10 pour 1.','fr-FR',$); -#9029= IFCRELASSOCIATESLIBRARY('3KA5FpqeTC181ocsdODQ91',$,$,$,(#2523),#16276); -#16276= IFCLIBRARYREFERENCE($,$,'2 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810C758\X0\ \X2\C591ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\.','ko-KR',$); +#9022= IFCRELASSOCIATESLIBRARY('0m0q2OKE96qxbDPHwB_m8s',$,$,$,(#2499),#16276); +#16276= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\30BF30FC30DF30CA30EB306E5F6272B6FF08518672B6300156DB89D25F6230016B6365B95F62300130B930ED30C330C84ED6FF093002300030B930ED30C330C8FF086E9D72B6FF09306F4E00822C7684306B30A230B930DA30AF30C86BD4FF11FF104EE54E0A304C5178578B768430673042308B3002\X0\','ja-JP',$); -#9030= IFCRELASSOCIATESLIBRARY('2qo8tnm2T5wfx3BBXa4u_I',$,$,$,(#2524),#16277); -#16277= IFCLIBRARYREFERENCE($,$,'Short Circuit2 Pole Power Factor Minimum State',$,'en',$); +#9024= IFCRELASSOCIATESLIBRARY('10ebofL595pQ9XIrLvQ_tK',$,$,$,(#2500),#16277); +#16277= IFCLIBRARYREFERENCE($,$,'Shape',$,'en',$); -#9031= IFCRELASSOCIATESLIBRARY('1yqXbMkzX4hvr5Soh5wZbq',$,$,$,(#2524),#16278); -#16278= IFCLIBRARYREFERENCE($,$,'2\X2\697567005C0F77ED7D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E\X0\2\X2\697567005C0F77ED7D6196FB6D41529B73873002\X0\','ja-JP',$); +#9025= IFCRELASSOCIATESLIBRARY('0GxV9DYCXD0QyzX4oOjRGD',$,$,$,(#2500),#16278); +#16278= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\5C0E4F53306E5F6272B630928868793A3002\X0\','ja-JP',$); -#9032= IFCRELASSOCIATESLIBRARY('0d$7zbq_5FRg947j9vhuc5',$,$,$,(#2524),#16279); -#16279= IFCLIBRARYREFERENCE($,$,'2 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810C758\X0\ \X2\C591ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); +#9026= IFCRELASSOCIATESLIBRARY('28Mnic9Lj7wx7JzNKx4zSX',$,$,$,(#2500),#16279); +#16279= IFCLIBRARYREFERENCE($,$,'\X2\D615C0C1\X0\','\X2\B3C4CCB4C758\X0\ \X2\D615C0C1C744\X0\ \X2\D45CC2DCD569B2C8B2E4\X0\.','ko-KR',$); -#9033= IFCRELASSOCIATESLIBRARY('2B34gQSOb1zBKcr54yKDss',$,$,$,(#2525),#16280); -#16280= IFCLIBRARYREFERENCE($,$,'Short Circuit3 Pole Maximum State',$,'en',$); +#9027= IFCRELASSOCIATESLIBRARY('1BNMmusdrATua4rY4_XWTy',$,$,$,(#2501),#16280); +#16280= IFCLIBRARYREFERENCE($,$,'Form','Anforderung an die Form des Durchbruchs, vordefinierte Werte sind "Rechteck", "Rund", und "Nicht definiert".','de-DE',$); -#9034= IFCRELASSOCIATESLIBRARY('2zvSSZsD16_fAhDi80RpZ3',$,$,$,(#2525),#16281); -#16281= IFCLIBRARYREFERENCE($,$,'3\X2\69756700592777ED7D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E\X0\3\X2\69756700592777ED7D6196FB6D413002\X0\','ja-JP',$); +#9028= IFCRELASSOCIATESLIBRARY('3UV7HxuK57jfISjC43C1O7',$,$,$,(#2501),#16281); +#16281= IFCLIBRARYREFERENCE($,$,'Shape',$,'en',$); -#9035= IFCRELASSOCIATESLIBRARY('1mr8FnQNn4seMp3zVnj3C5',$,$,$,(#2525),#16282); -#16282= IFCLIBRARYREFERENCE($,$,'3 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810C758\X0\ 3 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\.','ko-KR',$); +#9029= IFCRELASSOCIATESLIBRARY('2yviCOWFv8GP0mZ2UlSfFq',$,$,$,(#2501),#16282); +#16282= IFCLIBRARYREFERENCE($,$,'Forme','La forme de la r\S\iservation. L''ensemble des valeurs autoris\S\ies contient au moins "Rectangle", "Round" et "Undefined".','fr-FR',$); -#9036= IFCRELASSOCIATESLIBRARY('2NpA2pRz5AbfJ_OZ36kGUF',$,$,$,(#2526),#16283); -#16283= IFCLIBRARYREFERENCE($,$,'Short Circuit3 Pole Power Factor Maximum State',$,'en',$); +#9030= IFCRELASSOCIATESLIBRARY('0Nm629YNb3ShBbmoeVNM19',$,$,$,(#2501),#16283); +#16283= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\7A7A9593306E5F6272B630925B9A7FA93057307E305930025C11306A304F30683082300C56DB89D25F62300D3001300C5186300D3001300C672A5B9A7FA9300D306E50243092542B307F307E30593002\X0\','ja-JP',$); -#9037= IFCRELASSOCIATESLIBRARY('0kmPJK2mb6Y80YClLqv_kH',$,$,$,(#2526),#16284); -#16284= IFCLIBRARYREFERENCE($,$,'3\X2\69756700592777ED7D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E\X0\3\X2\69756700592777ED7D6196FB6D41529B73873002\X0\','ja-JP',$); +#9031= IFCRELASSOCIATESLIBRARY('1k0qTm2ZD8cAAzU$R12Xkd',$,$,$,(#2501),#16284); +#16284= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\7A7A67844EF676845F6272B6FF0C5F53524D5F9752308BA453EF7684503C81F35C11530562EC201C77E95F62201D3001201C57065F62201D53CA201C672A5B9A4E49201D3002\X0\','zh-CN',$); -#9038= IFCRELASSOCIATESLIBRARY('3_RXo75dLB9PbX4LmVggMc',$,$,$,(#2526),#16285); -#16285= IFCLIBRARYREFERENCE($,$,'3 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810C758\X0\ 3 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); +#9033= IFCRELASSOCIATESLIBRARY('24u79hGmLBwfXD8gEceG0o',$,$,$,(#2502),#16285); +#16285= IFCLIBRARYREFERENCE($,$,'Shape',$,'en',$); -#9039= IFCRELASSOCIATESLIBRARY('0CNxhtGPz9h9LMO8LkCWGN',$,$,$,(#2527),#16286); -#16286= IFCLIBRARYREFERENCE($,$,'Short Circuit Voltage',$,'en',$); +#9034= IFCRELASSOCIATESLIBRARY('3QbC51VGb2TvcwoWH5krjN',$,$,$,(#2502),#16286); +#16286= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\65AD97625F6272B6FF1A\X0\\X\0D\X\0A\X2\3053306E5F6272B6306F76F47BA13092901A305830664E005B9A30673042308B300259095F623059308B5F6272B6306E305F3081306B306F3001304B308F308A306B59095F627D99624B304C4F7F75283055308C308B3002FF0830D530E930C330C830AA30FC30D030EB300189D2578B30014E38578B30004ED6FF09\X0\','ja-JP',$); -#9040= IFCRELASSOCIATESLIBRARY('3bipMSClL998dqVpWrXmNf',$,$,$,(#2527),#16287); -#16287= IFCLIBRARYREFERENCE($,$,'\X2\77ED7D6196FB5727\X0\','%\X2\30674E0E30483089308C308B590957275668306E5B9A683C96FB6D41306B304A3051308B77ED7D6196FB5727306E5B9F65703068865A657030925B9A7FA93059308B89077D2065703002\X0\','ja-JP',$); +#9035= IFCRELASSOCIATESLIBRARY('23waHD1eXAPBMo6SlEf$e0',$,$,$,(#2503),#16287); +#16287= IFCLIBRARYREFERENCE($,$,'Shape Description',$,'en',$); -#9041= IFCRELASSOCIATESLIBRARY('3ctzEGT6n3sPiyfcAp5Rga',$,$,$,(#2527),#16288); -#16288= IFCLIBRARYREFERENCE($,$,'\X2\B2E8B77D\X0\ \X2\C804C555\X0\','%\X2\C5D0C11C\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\BCC0C555AE30\X0\ \X2\C815ACA9\X0\ \X2\C804B958C758\X0\ \X2\B2E8B77D\X0\ \X2\C804C555C758\X0\ \X2\C2E4C218C640\X0\ \X2\D5C8C218B97C\X0\ \X2\C815C758D558B294\X0\ \X2\BCF5C18CC218\X0\.','ko-KR',$); +#9037= IFCRELASSOCIATESLIBRARY('2GYk43JcLFc99$AU1T8JQZ',$,$,$,(#2504),#16288); +#16288= IFCLIBRARYREFERENCE($,$,'Shape Type',$,'en',$); -#9042= IFCRELASSOCIATESLIBRARY('1oVD1PFXfDqxH7WYhhE50C',$,$,$,(#2528),#16289); -#16289= IFCLIBRARYREFERENCE($,$,'Shortening',$,'en',$); +#9038= IFCRELASSOCIATESLIBRARY('2stxsAeqr0vQCYVhfEGK$L',$,$,$,(#2504),#16289); +#16289= IFCLIBRARYREFERENCE($,$,'\X2\5F6272B6\X0\','\X2\30B830E430F330AF30B730E730F330DC30C330AF30B9306E5F6272B63002\X0\','ja-JP',$); -#9043= IFCRELASSOCIATESLIBRARY('08kE2vphXE4f2WsRaNXIWI',$,$,$,(#2529),#16290); -#16290= IFCLIBRARYREFERENCE($,$,'Short Inside Center Lower Bar Pitch',$,'en',$); +#9039= IFCRELASSOCIATESLIBRARY('0Po9EOSdXE_8bs$AP$PoXm',$,$,$,(#2504),#16290); +#16290= IFCLIBRARYREFERENCE($,$,'\X2\D615C0C1\X0\','\X2\C9C0C580\X0\ \X2\C139C158\X0\ \X2\C0C1C790\X0\ \X2\BAA8C591\X0\.','ko-KR',$); -#9044= IFCRELASSOCIATESLIBRARY('37gEx148X9HuqIBiUDmsvW',$,$,$,(#2529),#16291); -#16291= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0B7AEF4E2D592E30D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F195935E2F30FB4E0B7AEF4E2D592E306E92447B4B959396943002\X0\','ja-JP',$); +#9040= IFCRELASSOCIATESLIBRARY('1X8k2R0lDFOPRTdi60$8HB',$,$,$,(#2505),#16291); +#16291= IFCLIBRARYREFERENCE($,$,'Shear Area Y',$,'en',$); -#9045= IFCRELASSOCIATESLIBRARY('2w_BpPxFnBHfKrpw6m8Swe',$,$,$,(#2530),#16292); -#16292= IFCLIBRARYREFERENCE($,$,'Short Inside Center Top Bar Pitch',$,'en',$); +#9041= IFCRELASSOCIATESLIBRARY('3173J7vJj2m9U_19ZnrZeu',$,$,$,(#2506),#16292); +#16292= IFCLIBRARYREFERENCE($,$,'Shear Area Z',$,'en',$); -#9046= IFCRELASSOCIATESLIBRARY('1aKTdkk9LAlxZr70rGvFSq',$,$,$,(#2530),#16293); -#16293= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0A7AEF4E2D592E30D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F195935E2F30FB4E0A7AEF4E2D592E306E92447B4B959396943002\X0\','ja-JP',$); +#9042= IFCRELASSOCIATESLIBRARY('0Muk4g7IDDGerFKm5qKq_f',$,$,$,(#2507),#16293); +#16293= IFCLIBRARYREFERENCE($,$,'Shear Centre Y',$,'en',$); -#9047= IFCRELASSOCIATESLIBRARY('1SfamtO9f7ahjr_Xg4FAo7',$,$,$,(#2531),#16294); -#16294= IFCLIBRARYREFERENCE($,$,'Short Inside End Lower Bar Pitch',$,'en',$); +#9043= IFCRELASSOCIATESLIBRARY('1FyAybT9jDthqi0nfEKS0O',$,$,$,(#2508),#16294); +#16294= IFCLIBRARYREFERENCE($,$,'Shear Centre Z',$,'en',$); -#9048= IFCRELASSOCIATESLIBRARY('2FiE0w2hjCoBvj1Nvldfem',$,$,$,(#2531),#16295); -#16295= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0B7AEF7AEF90E830D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F195935E2F30FB4E0B7AEF7AEF90E8306E92447B4B959396943002\X0\','ja-JP',$); +#9044= IFCRELASSOCIATESLIBRARY('0Du1s01Nr7pQ1MpfJqLXGx',$,$,$,(#2509),#16295); +#16295= IFCLIBRARYREFERENCE($,$,'Shear Deformation Area Y',$,'en',$); -#9049= IFCRELASSOCIATESLIBRARY('16YjGkCRn2KRToxKWTZnC8',$,$,$,(#2532),#16296); -#16296= IFCLIBRARYREFERENCE($,$,'Short Inside End Top Bar Pitch',$,'en',$); +#9045= IFCRELASSOCIATESLIBRARY('3_EyH9IOLFggRZpTRL8zKv',$,$,$,(#2510),#16296); +#16296= IFCLIBRARYREFERENCE($,$,'Shear Deformation Area Z',$,'en',$); -#9050= IFCRELASSOCIATESLIBRARY('3Du_9rcfT9nxk5W8_U$$Cq',$,$,$,(#2532),#16297); -#16297= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0A7AEF7AEF90E830D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F195935E2F30FB4E0A7AEF7AEF90E8306E92447B4B959396943002\X0\','ja-JP',$); +#9046= IFCRELASSOCIATESLIBRARY('3tpRfOl8P3WP1xJwQ3XlUV',$,$,$,(#2515),#16297); +#16297= IFCLIBRARYREFERENCE($,$,'Shear Modulus',$,'en',$); -#9051= IFCRELASSOCIATESLIBRARY('30cObdthH2ouSqy1OBTtz3',$,$,$,(#2533),#16298); -#16298= IFCLIBRARYREFERENCE($,$,'Short Outside Lower Bar Pitch',$,'en',$); +#9048= IFCRELASSOCIATESLIBRARY('1pu7AUdf95auEClEYJlcpm',$,$,$,(#2527),#16298); +#16298= IFCLIBRARYREFERENCE($,$,'Sheath Colors',$,'en',$); -#9052= IFCRELASSOCIATESLIBRARY('2C1Nx5nqPDTOkHCZbGrbGT',$,$,$,(#2533),#16299); -#16299= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0B7AEF30D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F152175E2F30FB4E0B7AEF306E92447B4B959396943002\X0\','ja-JP',$); +#9049= IFCRELASSOCIATESLIBRARY('1XYyi7DoD3lB_YDg$P8q1U',$,$,$,(#2527),#16299); +#16299= IFCLIBRARYREFERENCE($,$,'\X2\30B730FC30B98272\X0\','\X2\30B330A28272FF08\X0\IEC60757\X2\306B3088308BFF0930027DD130689EC48272306E6DF754088272306E4FDD8B7763A55730FF08\X0\PE\X2\FF09306E5C0E4F53306F3001\X0\IEC60446\X2\306E89814EF6306B5FDC305830666CE8610F305730664F7F75283002\X0\','ja-JP',$); -#9053= IFCRELASSOCIATESLIBRARY('3y6ecT$lH3awoPKTrKJ3Zx',$,$,$,(#2534),#16300); -#16300= IFCLIBRARYREFERENCE($,$,'Short Outside Top Bar Pitch',$,'en',$); +#9050= IFCRELASSOCIATESLIBRARY('089D$9ZQL88Bkh5iNiX8Jf',$,$,$,(#2527),#16300); +#16300= IFCLIBRARYREFERENCE($,$,'\X2\CF54C5B4\X0\ \X2\C0C9\X0\','\X2\B179C0C9ACFC\X0\ \X2\B178B780C0C9\X0\ \X2\D63CD569\X0\ \X2\C0C9C0C1C758\X0\ \X2\BCF4D638\X0\ \X2\C811C9C0\X0\ (PE) \X2\B3C4CCB4B294\X0\ IEC60446\X2\C758\X0\ \X2\C694AD6CC5D0\X0\ \X2\B530B77CC8FCC758D558C5EC\X0\ \X2\C0ACC6A9\X0\.','ko-KR',$); -#9054= IFCRELASSOCIATESLIBRARY('20bbnQEm1BS85UiU75G_eW',$,$,$,(#2534),#16301); -#16301= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0A7AEF30D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F152175E2F30FB4E0A7AEF306E92447B4B959396943002\X0\','ja-JP',$); +#9051= IFCRELASSOCIATESLIBRARY('0swRmaTO10sxeurrv91whv',$,$,$,(#2530),#16301); +#16301= IFCLIBRARYREFERENCE($,$,'Ship Method',$,'en',$); -#9055= IFCRELASSOCIATESLIBRARY('2BxWnZvor3iAyL6rF0D7jY',$,$,$,(#2535),#16302); -#16302= IFCLIBRARYREFERENCE($,$,'Short Time Current Set Value',$,'en',$); +#9052= IFCRELASSOCIATESLIBRARY('3Os2yUoXH3DgO3qDuBSdIg',$,$,$,(#2531),#16302); +#16302= IFCLIBRARYREFERENCE($,$,'Short Circuit1 Pole Maximum State',$,'en',$); -#9056= IFCRELASSOCIATESLIBRARY('1I3xNYnpvECw0Y96e8Ep49',$,$,$,(#2536),#16303); -#16303= IFCLIBRARYREFERENCE($,$,'Short Time Function',$,'en',$); +#9053= IFCRELASSOCIATESLIBRARY('0UC7wFWg56zPtBg2XX1eVs',$,$,$,(#2531),#16303); +#16303= IFCLIBRARYREFERENCE($,$,'1\X2\69756700592777ED7D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\N\X2\9593306E\X0\1\X2\69756700592777ED7D6196FB6D413002\X0\','ja-JP',$); -#9057= IFCRELASSOCIATESLIBRARY('1IJ4mJpjPB$O85ubVtnYSB',$,$,$,(#2537),#16304); -#16304= IFCLIBRARYREFERENCE($,$,'Short Timei2t Function',$,'en',$); +#9054= IFCRELASSOCIATESLIBRARY('0fsTHOuGL6mgkobxAacKiG',$,$,$,(#2531),#16304); +#16304= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\B2E8ACC4C640\X0\ N \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); -#9058= IFCRELASSOCIATESLIBRARY('15ff1PxVv3z9IQvAqWobHb',$,$,$,(#2538),#16305); -#16305= IFCLIBRARYREFERENCE($,$,'Short Time Tripping Time',$,'en',$); +#9055= IFCRELASSOCIATESLIBRARY('20ETmc4M97MgTYISpfKbSd',$,$,$,(#2532),#16305); +#16305= IFCLIBRARYREFERENCE($,$,'Short Circuit1 Pole Minimum State',$,'en',$); -#9059= IFCRELASSOCIATESLIBRARY('1PBssDMVP8XxOlTEwFbIks',$,$,$,(#2539),#16306); -#16306= IFCLIBRARYREFERENCE($,$,'Shower Head Description',$,'en',$); +#9056= IFCRELASSOCIATESLIBRARY('2jZFpVHEfBM8pg5_plU3Q4',$,$,$,(#2532),#16306); +#16306= IFCLIBRARYREFERENCE($,$,'1\X2\697567005C0F77ED7D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\N\X2\9593306E\X0\1\X2\697567005C0F77ED7D6196FB6D413002\X0\','ja-JP',$); -#9060= IFCRELASSOCIATESLIBRARY('0CC9dT$hTBbfSahIzBvn5C',$,$,$,(#2539),#16307); -#16307= IFCLIBRARYREFERENCE($,$,'\X2\30B730E330EF30FC30D830C330C9886873FE\X0\','\X2\30B730E330EF30FC30D830C330C9304C639251FA3059308B6C34306E653E5C04306E886873FE3002\X0\','ja-JP',$); +#9057= IFCRELASSOCIATESLIBRARY('2N2ydJr711zwD7cLAQorMq',$,$,$,(#2532),#16307); +#16307= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\B2E8ACC4C640\X0\ N \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\.','ko-KR',$); -#9062= IFCRELASSOCIATESLIBRARY('2Grf1Pi15BhufD3c1sI4nn',$,$,$,(#2540),#16308); -#16308= IFCLIBRARYREFERENCE($,$,'Shower Type',$,'en',$); +#9058= IFCRELASSOCIATESLIBRARY('29hV8OlZf4IQK_$mRaX7v2',$,$,$,(#2533),#16308); +#16308= IFCLIBRARYREFERENCE($,$,'Short Circuit1 Pole Power Factor Maximum State',$,'en',$); -#9063= IFCRELASSOCIATESLIBRARY('0N4l0mT0L9w90IAmU9n$kS',$,$,$,(#2540),#16309); -#16309= IFCLIBRARYREFERENCE($,$,'\X2\30B730E330EF30FC30BF30A430D7\X0\','\X2\58346240304B3089306E30B730E330EF30FC30BF30A430D7306E9078629EFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB6C346D786027FF1A7DCA60256642306B306F7D2065E9304F6C34306B6D78308C308B30B730E330EF30FC\X0\\X\0D\X\0A\X2\30FB72EC7ACB6027FF1A4E005EA6306B4E004EBA304C4F7F30483001533A52073089308C30663044308B30B730E330EF30FC30E630CB30C330C8\X0\\X\0D\X\0A\X2\30FB30C830F330CD30EBFF1A30B730E330EF30FC30D830C330C9306E90237D9A30678A2D7F6E3055308C30663044308B304B9577305565B95411306B540C664264CD4F5C3068306A308B6C3465635E036A5F578B306E30B730E330EF30FC\X0\','ja-JP',$); +#9059= IFCRELASSOCIATESLIBRARY('3650$VcIf61hb8QrjMam1r',$,$,$,(#2533),#16309); +#16309= IFCLIBRARYREFERENCE($,$,'1\X2\69756700592777ED7D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\N\X2\9593306E\X0\1\X2\69756700592777ED7D6196FB6D41529B73873002\X0\','ja-JP',$); -#9065= IFCRELASSOCIATESLIBRARY('3BG3YIWTDDGwIoifEiD9_L',$,$,$,(#2544),#16310); -#16310= IFCLIBRARYREFERENCE($,$,'Signal Factor',$,'en',$); +#9060= IFCRELASSOCIATESLIBRARY('0uyKDXkD51LeffU0GAS4Cr',$,$,$,(#2533),#16310); +#16310= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\B2E8ACC4C640\X0\ N \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); -#9066= IFCRELASSOCIATESLIBRARY('2IHdtegRf4URXAAEPvaDc7',$,$,$,(#2544),#16311); -#16311= IFCLIBRARYREFERENCE($,$,'\X2\C694C18C\X0\','\X2\C778C790B294\X0\ \X2\C624D504C14B\X0\ \X2\C2E0D638\X0\ \X2\ACF1C148\X0\','ko-KR',$); +#9061= IFCRELASSOCIATESLIBRARY('1wrBz2Mh58Bx7Tc8KWYRm4',$,$,$,(#2534),#16311); +#16311= IFCLIBRARYREFERENCE($,$,'Short Circuit1 Pole Power Factor Minimum State',$,'en',$); -#9068= IFCRELASSOCIATESLIBRARY('3A4jUtOPbA08ijRLOkDA8G',$,$,$,(#2551),#16312); -#16312= IFCLIBRARYREFERENCE($,$,'Signal Offset',$,'en',$); +#9062= IFCRELASSOCIATESLIBRARY('1uD4dg9Zf55geqgDUqIx30',$,$,$,(#2534),#16312); +#16312= IFCLIBRARYREFERENCE($,$,'1\X2\697567005C0F77ED7D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E70B9\X0\1\X2\76F83068\X0\N\X2\9593306E\X0\1\X2\697567005C0F77ED7D6196FB6D41529B73873002\X0\','ja-JP',$); -#9069= IFCRELASSOCIATESLIBRARY('0AmZctdAjFbgVtvEqwnsi3',$,$,$,(#2551),#16313); -#16313= IFCLIBRARYREFERENCE($,$,'\X2\C635C14B\X0\','\X2\C624D504C14B\X0\ \X2\C0C1C218\X0\ \X2\BCC0ACBD\X0\ \X2\C2E0D638C5D0\X0\ \X2\CD94AC00B428\X0\','ko-KR',$); +#9063= IFCRELASSOCIATESLIBRARY('3Ltuskv$P3Nwy1M27DyKpB',$,$,$,(#2534),#16313); +#16313= IFCLIBRARYREFERENCE($,$,'1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810\X0\ \X2\C810\X0\ 1 \X2\B2E8ACC4C640\X0\ N \X2\C0ACC774C758\X0\ 1 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); -#9070= IFCRELASSOCIATESLIBRARY('1Mm9xTG7rCx8MjsB5bXZcZ',$,$,$,(#2560),#16314); -#16314= IFCLIBRARYREFERENCE($,$,'Signal Time',$,'en',$); +#9064= IFCRELASSOCIATESLIBRARY('3_3s33D9H6Oh86zwIL0Vs$',$,$,$,(#2535),#16314); +#16314= IFCLIBRARYREFERENCE($,$,'Short Circuit2 Pole Minimum State',$,'en',$); -#9071= IFCRELASSOCIATESLIBRARY('2idHC9SGv4LPdDNHxygczQ',$,$,$,(#2560),#16315); -#16315= IFCLIBRARYREFERENCE($,$,'\X2\C2DCAC04\X0\ \X2\C694C18C\X0\','\X2\C2DCAC04\X0\ \X2\C694C18CB294\X0\ INTEGRAL (\X2\C801BD84\X0\)\X2\ACFC\X0\ AVERAGE ((\X2\C774B3D9\X0\) \X2\D3C9ADE0\X0\) \X2\CEE8D2B8B864B7ECC5D0\X0\ \X2\C0ACC6A9B428\X0\','ko-KR',$); +#9065= IFCRELASSOCIATESLIBRARY('0dx8G0STb9X8nsjVVgDwj3',$,$,$,(#2535),#16315); +#16315= IFCLIBRARYREFERENCE($,$,'2\X2\697567005C0F77ED7D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E\X0\2\X2\697567005C0F77ED7D6196FB6D413002\X0\','ja-JP',$); -#9072= IFCRELASSOCIATESLIBRARY('31riEAFl555eP4JpLp9kAd',$,$,$,(#2561),#16316); -#16316= IFCLIBRARYREFERENCE($,$,'Signal Time Decrease',$,'en',$); +#9066= IFCRELASSOCIATESLIBRARY('31bPHmxcz5cQE9S2Oww0V8',$,$,$,(#2535),#16316); +#16316= IFCLIBRARYREFERENCE($,$,'2 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810C758\X0\ \X2\C591ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\.','ko-KR',$); -#9073= IFCRELASSOCIATESLIBRARY('2Vv$EE4ZP7AQHA8tSHwrbv',$,$,$,(#2561),#16317); -#16317= IFCLIBRARYREFERENCE($,$,'\X2\BBF8BD84\X0\ \X2\C2DCAC04\X0\ (Td)','\X2\BBF8BD84\X0\ \X2\C2DCAC04\X0\ (Td)','ko-KR',$); +#9067= IFCRELASSOCIATESLIBRARY('3AqymP3xHC3BJS_p_3ToK7',$,$,$,(#2536),#16317); +#16317= IFCLIBRARYREFERENCE($,$,'Short Circuit2 Pole Power Factor Minimum State',$,'en',$); -#9074= IFCRELASSOCIATESLIBRARY('0nc_SNfE12Ve4KHo3A9T2d',$,$,$,(#2562),#16318); -#16318= IFCLIBRARYREFERENCE($,$,'Signal Time Increase',$,'en',$); +#9068= IFCRELASSOCIATESLIBRARY('2t8Wd0iIL0ng7nnO0m7kN7',$,$,$,(#2536),#16318); +#16318= IFCLIBRARYREFERENCE($,$,'2\X2\697567005C0F77ED7D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E\X0\2\X2\697567005C0F77ED7D6196FB6D41529B73873002\X0\','ja-JP',$); -#9075= IFCRELASSOCIATESLIBRARY('0oGcjtGwj9DQEAIDMhMIKY',$,$,$,(#2562),#16319); -#16319= IFCLIBRARYREFERENCE($,$,'\X2\C801BD84\X0\ \X2\C2DCAC04\X0\ (Ti)','\X2\C801BD84\X0\ \X2\C2DCAC04\X0\ (Ti)','ko-KR',$); +#9069= IFCRELASSOCIATESLIBRARY('0K5zdfLJjFPvZJh85wPfJy',$,$,$,(#2536),#16319); +#16319= IFCLIBRARYREFERENCE($,$,'2 \X2\ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810C758\X0\ \X2\C591ADF9\X0\ \X2\CD5CC18C\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); -#9077= IFCRELASSOCIATESLIBRARY('1VeW70qUfDNAeFiyK3TDOq',$,$,$,(#2570),#16320); -#16320= IFCLIBRARYREFERENCE($,$,'Sink Type',$,'en',$); +#9070= IFCRELASSOCIATESLIBRARY('3j5rYFBR166gl0GCrR$gcU',$,$,$,(#2537),#16320); +#16320= IFCLIBRARYREFERENCE($,$,'Short Circuit3 Pole Maximum State',$,'en',$); -#9078= IFCRELASSOCIATESLIBRARY('2zmukKPYn1r8x0fo_Rjin7',$,$,$,(#2570),#16321); -#16321= IFCLIBRARYREFERENCE($,$,'\X2\30B730F330AF306E7A2E985E\X0\','\X2\30B730F330AF30BF30A430D7306E9078629E\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB6DF16D413057FF1A30A830C330B8304C5E733089306730423075308C306B304F30446DF1304430B730F330AF\X0\\X\0D\X\0A\X2\2022\X0\ \X2\4E0B6D413057FF1A51487AEF304C4FDD8B773055308C30014F4E6C344F4D7528306E30B730F330AF\X0\\X\0D\X\0A\X2\30FB638396646D413057FF1A51487AEF304C4FDD8B773055308C305F30B730F330AFFF08901A5E38306F\X0\900mm\X2\9AD83055306B8ABF65743055308C305F3082306EFF09\X0\\X\0D\X\0A\X2\30FB5DE66C345207308AFF1A5DE65074306B6C345207308A304C4ED8304430663044308B30B730F330AF\X0\\X\0D\X\0A\X2\30FB53F36C345207308A6D413057FF1A53F35074306B6C345207308A304C4ED8304430663044308B30B730F330AF\X0\\X\0D\X\0A\X2\30FB4E216C345207308A6D413057FF1A4E215074306B6C345207308A304C4ED8304430663044308B30BF30A430D7\X0\\X\0D\X\0A\X2\30FB70B96EF4FF1A86C753E3304B3089306E6D41308C30846EF430926355307E3048308B5C0F30553081306E30B730F330AF\X0\\X\0D\X\0A\X2\30FB5B9F9A136D413057FF1A30C730B930AF5929677F4E0B304C7C2166137684306B56FA5B9A3055308C305F4ED6801091786027306E6750659930924F7F3063305F30B730F330AF\X0\\X\0D\X\0A\X2\30FB30ED30F330C930F3FF1A30AA30FC30D030FC30D530ED30FC306A3057306E30A830C330B8304C5E733089306E6DF1304430B730F330AF\X0\\X\0D\X\0A\X2\30FB77F3818F6D413057FF1A5EC377F3818F304C63926C347BA14E2D306B5165306330663057307E3046306E3092309296323050305F308130016C886BBF726930EC30B730FC30D030FC304C4ED8304430663044308B30B730F330AF3002\X0\\X\0D\X\0A\X2\30FB659974066D413057FF1A30B430DF306E5EC368C430823067304D308B8ABF74067528517730926D173046305F3081306E30B730F330AF\X0\\X\0D\X\0A\X2\30FB30593059304E7528306E6D413057FF1A9AD86E296EC583CC304C3067304D308B4E7E3044305F72B6614B30924FDD63013067304D308B924488FD306E30B730F330AF\X0\\X\0D\X\0A\X2\30FB68DA4ED8304D6D413057FF1A91D15177306E63A57D9A30848A2D7F6E304C3067304D308B68DA30925F8C308D306B6301306430BB30E930DF30C330AF88FD306E30B730F330AF\X0\\X\0D\X\0A\X2\30FB91CE83DC6D413057FF1A30B430DF306E5EC368C430823067304D308B30016D176D4430848ABF7406306E6E96509930923059308B5927304D3081306E924488FD306E30B730F330AF\X0\','ja-JP',$); +#9071= IFCRELASSOCIATESLIBRARY('00X1Xtl3bBqevo462Rofn1',$,$,$,(#2537),#16321); +#16321= IFCLIBRARYREFERENCE($,$,'3\X2\69756700592777ED7D6196FB6D41\X0\','\X2\96FB6E904F9B7D66664270B9306E\X0\3\X2\69756700592777ED7D6196FB6D413002\X0\','ja-JP',$); -#9079= IFCRELASSOCIATESLIBRARY('3Oh4FPndv2Uf0RoZk96rYR',$,$,$,(#2571),#16322); -#16322= IFCLIBRARYREFERENCE($,$,'Grundfl\S\dchenzahl','Grundfl\S\dchenzahl als Verh\S\dltnis der bebaubaren Fl\S\dche zur Bruttogrundst\S\|cksfl\S\dche.','de-DE',$); +#9072= IFCRELASSOCIATESLIBRARY('0B0vIqE9r6RfdsaSwbqU3W',$,$,$,(#2537),#16322); +#16322= IFCLIBRARYREFERENCE($,$,'3 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810C758\X0\ 3 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\.','ko-KR',$); -#9080= IFCRELASSOCIATESLIBRARY('1Yn0tYrk19U8sSbQCwyDah',$,$,$,(#2571),#16323); -#16323= IFCLIBRARYREFERENCE($,$,'Site Coverage Ratio',$,'en',$); +#9073= IFCRELASSOCIATESLIBRARY('0xj6CrM2L8dwWErPPceJAB',$,$,$,(#2538),#16323); +#16323= IFCLIBRARYREFERENCE($,$,'Short Circuit3 Pole Power Factor Maximum State',$,'en',$); -#9081= IFCRELASSOCIATESLIBRARY('1G$qUdVMX3evIA6AmNTJhQ',$,$,$,(#2571),#16324); -#16324= IFCLIBRARYREFERENCE($,$,'RatioSurfaceConstructible','Valeur maximale de la surface constructible exprim\S\ie en ratio. La valeur du ratio peut \S\jtre utilis\S\ie pour d\S\iterminer la surface constructible.','fr-FR',$); +#9074= IFCRELASSOCIATESLIBRARY('0QjDfhhrHCehoc16mggT2o',$,$,$,(#2538),#16324); +#16324= IFCLIBRARYREFERENCE($,$,'3\X2\69756700592777ED7D6196FB6D41529B7387\X0\','\X2\96FB6E904F9B7D66664270B9306E\X0\3\X2\69756700592777ED7D6196FB6D41529B73873002\X0\','ja-JP',$); -#9082= IFCRELASSOCIATESLIBRARY('3SxaFxT6HEFOJ$_MC1SKYf',$,$,$,(#2571),#16325); -#16325= IFCLIBRARYREFERENCE($,$,'\X2\5EFA853D7387\X0\','\X2\5EFA7BC957FA6E96306B3088308A670059273068306A308B30016577573097627A4D\X0\(IfcElementQuantity)\X2\30685EFA7BC997627A4D\X0\(IfcBuilding\X2\306E\X0\IfcElementQuantity)\X2\306E6BD473873002\X0\','ja-JP',$); +#9075= IFCRELASSOCIATESLIBRARY('1rr4vD0ZnAouRdps1hswW7',$,$,$,(#2538),#16325); +#16325= IFCLIBRARYREFERENCE($,$,'3 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\','\X2\C804C6D0\X0\ \X2\ACF5AE09\X0\ \X2\C2DCC810C758\X0\ 3 \X2\ADF9\X0\ \X2\CD5CB300\X0\ \X2\B2E8B77D\X0\ \X2\C804B958\X0\ \X2\C5EDB960\X0\.','ko-KR',$); -#9083= IFCRELASSOCIATESLIBRARY('3yyIvW$VTFPfE0MPn7L$IT',$,$,$,(#2571),#16326); -#16326= IFCLIBRARYREFERENCE($,$,'\X2\AC74D3D0C728\X0\','TotalArea / BuildableArea\X2\B85C\X0\ \X2\D45CC2DCB418B294\X0\ \X2\C774C6A9\X0\ \X2\AC00B2A5D55C\X0\ \X2\BE44C728C758\X0\ \X2\CD5CB300AC12C785B2C8B2E4\X0\.','ko-KR',$); +#9076= IFCRELASSOCIATESLIBRARY('1r2iL3oOrApBeJ$hBqJLUO',$,$,$,(#2539),#16326); +#16326= IFCLIBRARYREFERENCE($,$,'Short Circuit Voltage',$,'en',$); -#9084= IFCRELASSOCIATESLIBRARY('24pu1X2Zr0aP4sMNGDCAbY',$,$,$,(#2572),#16327); -#16327= IFCLIBRARYREFERENCE($,$,'Size',$,'en',$); +#9077= IFCRELASSOCIATESLIBRARY('38Ul4FStX7c9OEKSgDtuYc',$,$,$,(#2539),#16327); +#16327= IFCLIBRARYREFERENCE($,$,'\X2\77ED7D6196FB5727\X0\','%\X2\30674E0E30483089308C308B590957275668306E5B9A683C96FB6D41306B304A3051308B77ED7D6196FB5727306E5B9F65703068865A657030925B9A7FA93059308B89077D2065703002\X0\','ja-JP',$); -#9085= IFCRELASSOCIATESLIBRARY('3foQCEEaD6Qu1B_T_l26yR',$,$,$,(#2572),#16328); -#16328= IFCLIBRARYREFERENCE($,$,'\X2\30B530A430BA\X0\','\X2\5F01FF0853C8306F30016C34681330016DF754085F017B49306E63A57D9AFF0963A57D9A30B530A430BA\X0\','ja-JP',$); +#9078= IFCRELASSOCIATESLIBRARY('0WTa0zwMTFSvUJpBzwWx2s',$,$,$,(#2539),#16328); +#16328= IFCLIBRARYREFERENCE($,$,'\X2\B2E8B77D\X0\ \X2\C804C555\X0\','%\X2\C5D0C11C\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\BCC0C555AE30\X0\ \X2\C815ACA9\X0\ \X2\C804B958C758\X0\ \X2\B2E8B77D\X0\ \X2\C804C555C758\X0\ \X2\C2E4C218C640\X0\ \X2\D5C8C218B97C\X0\ \X2\C815C758D558B294\X0\ \X2\BCF5C18CC218\X0\.','ko-KR',$); -#9087= IFCRELASSOCIATESLIBRARY('2bVPO1LsLELh3elZ148szR',$,$,$,(#2573),#16329); -#16329= IFCLIBRARYREFERENCE($,$,'Sizing Method',$,'en',$); +#9079= IFCRELASSOCIATESLIBRARY('0JZlePAHX6$8ZnmAwbmPNI',$,$,$,(#2540),#16329); +#16329= IFCLIBRARYREFERENCE($,$,'Shortening',$,'en',$); -#9088= IFCRELASSOCIATESLIBRARY('1apUvuyrX0RvTCo9RnZwzV',$,$,$,(#2574),#16330); -#16330= IFCLIBRARYREFERENCE($,$,'Skill Level',$,'en',$); +#9080= IFCRELASSOCIATESLIBRARY('3jqy8lzO9CoAxB_kF5yX6R',$,$,$,(#2541),#16330); +#16330= IFCLIBRARYREFERENCE($,$,'Short Inside Center Lower Bar Pitch',$,'en',$); -#9089= IFCRELASSOCIATESLIBRARY('0O4F$NVtb29wHj0va8GdLI',$,$,$,(#2574),#16331); -#16331= IFCLIBRARYREFERENCE($,$,'\X2\628080FD6BB5968E\X0\','\X2\95A24E0E8005304C793A305930B930AD30EB30EC30D930EBFF08628080FD30FB628091CF6BB5968EFF093001304A308830735B9F884C3055308C308B30A230AF30B730E730F33078306E80FD529B3092793A30593082306E3002\X0\','ja-JP',$); +#9081= IFCRELASSOCIATESLIBRARY('2Zc1a1kwb7rvL4d2dDMRir',$,$,$,(#2541),#16331); +#16331= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0B7AEF4E2D592E30D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F195935E2F30FB4E0B7AEF4E2D592E306E92447B4B959396943002\X0\','ja-JP',$); -#9090= IFCRELASSOCIATESLIBRARY('0dIfYzCUbATAHGiE_X2u4U',$,$,$,(#2574),#16332); -#16332= IFCLIBRARYREFERENCE($,$,'\X2\628080FD7B497EA7\X0\','\X2\53C24E0E8005517759077684628080FD76847B497EA7FF0C53734ED64EEC57284E134E1A988657DF5185624080FD5C55793A768480FD529B3002\X0\','zh-CN',$); +#9082= IFCRELASSOCIATESLIBRARY('1Q_mH6SgXCPOo8fmssTyOE',$,$,$,(#2542),#16332); +#16332= IFCLIBRARYREFERENCE($,$,'Short Inside Center Top Bar Pitch',$,'en',$); -#9091= IFCRELASSOCIATESLIBRARY('1_p4LSDqP9PBDJv3sBF8Xw',$,$,$,(#2575),#16333); -#16333= IFCLIBRARYREFERENCE($,$,'Sockelleiste','Angabe des Materials f\S\|r die Sockelleiste. Diese Angabe wird im Raumbuch verwendet.\X\0D\X\0A\X\0D\X\0ADie Materialangabe wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = SKIRTINGBOARD) f\S\|r die Sockelleiste dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialangabe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); +#9083= IFCRELASSOCIATESLIBRARY('25ZKS5$PL9m9XyAMnbic1t',$,$,$,(#2542),#16333); +#16333= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0A7AEF4E2D592E30D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F195935E2F30FB4E0A7AEF4E2D592E306E92447B4B959396943002\X0\','ja-JP',$); -#9092= IFCRELASSOCIATESLIBRARY('2aLwVDCcrCVhrlvnxJA2hx',$,$,$,(#2575),#16334); -#16334= IFCLIBRARYREFERENCE($,$,'Skirting Board',$,'en',$); +#9084= IFCRELASSOCIATESLIBRARY('3Lw0DPYlLDQQk5voRn66cL',$,$,$,(#2543),#16334); +#16334= IFCLIBRARYREFERENCE($,$,'Short Inside End Lower Bar Pitch',$,'en',$); -#9093= IFCRELASSOCIATESLIBRARY('0Q9aUeXU57R940zqgp1jhQ',$,$,$,(#2575),#16335); -#16335= IFCLIBRARYREFERENCE($,$,'Mat\S\iriau de la plinthe',$,'fr-FR',$); +#9085= IFCRELASSOCIATESLIBRARY('20Rou1aXT5YBrVx6FWSv9E',$,$,$,(#2543),#16335); +#16335= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0B7AEF7AEF90E830D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F195935E2F30FB4E0B7AEF7AEF90E8306E92447B4B959396943002\X0\','ja-JP',$); -#9094= IFCRELASSOCIATESLIBRARY('3UiXO8xU92MvXSsmU3OiWU',$,$,$,(#2575),#16336); -#16336= IFCLIBRARYREFERENCE($,$,'\X2\5E4567286750\X0\','\X2\90E85C4B306E5E8A306E5468308A306B3042308B5E456728306E67508CEA307E305F306F65BD5DE5306B95A23059308B30E930D930EBFF088B58522560C55831FF09300230E930D930EB540D306F90E85C4B30EA30B930C860C55831306B4F7F75283055308C308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering (type=SKIRTINGBOARD)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B67508CEA60C558313002\X0\IfcCovering\X2\306E67508CEA60C5583130683053306E30D730ED30D130C630A35024304C4E0081F43057306A3044583454083001\X0\IfcCovering\X2\306B4E0E30483089308C30663044308B67508CEA60C558313092512A51483059308B3002\X0\','ja-JP',$); +#9086= IFCRELASSOCIATESLIBRARY('2JUfyfEK19Ogwhwt5YP_ya',$,$,$,(#2544),#16336); +#16336= IFCLIBRARYREFERENCE($,$,'Short Inside End Top Bar Pitch',$,'en',$); -#9095= IFCRELASSOCIATESLIBRARY('0ZXQPj7cjDzPmFf_HElGkS',$,$,$,(#2576),#16337); -#16337= IFCLIBRARYREFERENCE($,$,'H\S\vhe der Sockelleite','Angabe der H\S\vhe der umlaufenden Sockelleiste. \X\0D\X\0A\X\0D\X\0ADer H\S\vhenparameter wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = SKIRTINGBOARD) f\S\|r die Sockelleiste dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die H\S\vhe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); +#9087= IFCRELASSOCIATESLIBRARY('2MEQYAia139QJaovfEfCs5',$,$,$,(#2544),#16337); +#16337= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0A7AEF7AEF90E830D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F195935E2F30FB4E0A7AEF7AEF90E8306E92447B4B959396943002\X0\','ja-JP',$); -#9096= IFCRELASSOCIATESLIBRARY('3$_nwjb098xvIoFY5JN5Vx',$,$,$,(#2576),#16338); -#16338= IFCLIBRARYREFERENCE($,$,'Skirting Board Height',$,'en',$); +#9088= IFCRELASSOCIATESLIBRARY('3jxDJfYTf1Bwb0GTiOBI2p',$,$,$,(#2545),#16338); +#16338= IFCLIBRARYREFERENCE($,$,'Short Outside Lower Bar Pitch',$,'en',$); -#9097= IFCRELASSOCIATESLIBRARY('144No2bCnALQg2v$qncBXe',$,$,$,(#2576),#16339); -#16339= IFCLIBRARYREFERENCE($,$,'Hauteur de la plinthe',$,'fr-FR',$); +#9089= IFCRELASSOCIATESLIBRARY('2f3sFpyMT198IZY5tZ1nL2',$,$,$,(#2545),#16339); +#16339= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0B7AEF30D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F152175E2F30FB4E0B7AEF306E92447B4B959396943002\X0\','ja-JP',$); -#9098= IFCRELASSOCIATESLIBRARY('0$EsXe67LAV8kmoFT339_Q',$,$,$,(#2576),#16340); -#16340= IFCLIBRARYREFERENCE($,$,'\X2\5E45672867509AD8\X0\','\X2\90E85C4B306E5E456728306E9AD830553002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering(type=SKIRTINGBOARD)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B539A305560C558313002\X0\IfcCovering\X2\306E5E7E4F555F6272B630D130E930E130FC30BF30683053306E30D730ED30D130C630A35024304C4E0081F43057306A30445834540830015E7E4F555F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); +#9090= IFCRELASSOCIATESLIBRARY('2c8ugYohv4ufJVnsIY4otI',$,$,$,(#2546),#16340); +#16340= IFCLIBRARYREFERENCE($,$,'Short Outside Top Bar Pitch',$,'en',$); -#9101= IFCRELASSOCIATESLIBRARY('25KkRFABX2398QvQ7BDXqx',$,$,$,(#2579),#16341); -#16341= IFCLIBRARYREFERENCE($,$,'Neigungswinkel','Neigungswinkel des Balkens relative zur Horizontalen (0 Grad).\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); +#9091= IFCRELASSOCIATESLIBRARY('0mnFg6THPDIwKe4zqyxG9q',$,$,$,(#2546),#16341); +#16341= IFCLIBRARYREFERENCE($,$,'\X2\77ED8FBA30FB67F152175E2F30FB4E0A7AEF30D430C330C1\X0\','\X2\77ED8FBA65B9541130FB67F152175E2F30FB4E0A7AEF306E92447B4B959396943002\X0\','ja-JP',$); -#9102= IFCRELASSOCIATESLIBRARY('1hlfxN66bFquoJBQaMAFcF',$,$,$,(#2579),#16342); -#16342= IFCLIBRARYREFERENCE($,$,'Slope',$,'en',$); +#9092= IFCRELASSOCIATESLIBRARY('0hos0gpJ9C6A4XBboQFbt3',$,$,$,(#2547),#16342); +#16342= IFCLIBRARYREFERENCE($,$,'Short Time Current Set Value',$,'en',$); -#9103= IFCRELASSOCIATESLIBRARY('1CR2mTQHj3oR7rcCXVPeHl',$,$,$,(#2579),#16343); -#16343= IFCLIBRARYREFERENCE($,$,'Inclinaison','Angle d''inclinaison avec l''horizontale (0 degr\S\is). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Les applications qui d\S\iterminent la g\S\iom\S\itrie comme les logiciels de CAO ne doivent pas autoriser la modification de cette propri\S\it\S\i','fr-FR',$); +#9093= IFCRELASSOCIATESLIBRARY('0za9Uqvwz4QAiFD8SGFJAb',$,$,$,(#2548),#16343); +#16343= IFCLIBRARYREFERENCE($,$,'Short Time Function',$,'en',$); -#9104= IFCRELASSOCIATESLIBRARY('12l7WmUnr4MPUgVGURpEmR',$,$,$,(#2579),#16344); -#16344= IFCLIBRARYREFERENCE($,$,'\X2\50BE659C\X0\','\X2\50BE659C89D25EA630026C345E733092\X0\0\X2\5EA630683059308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\305D306E5F6272B6FF0850BE659C6881FF0960C55831306F30018868793A306E305F3081306E5F6272B6306B518590E830674F7F75283055308C308B5E7E4F555B66768430D130E930E130FC30BF309252A03048306663D04F9B3055308C308B30025F6272B660C558313068518590E8306E5E7E4F555B66768430D130E930E130FC30BF306B77DB76FE304C751F3058305F58345408306F30015E7E4F555B66768430D130E930E130FC30BF304C512A51483055308C308B30025E7E4F555B66768430D130E930E1FF0D30BF7DE896C630A230D730EA30B130FC30B730E730F33067306F3001\X0\CAD\X2\3068540C69D8306B30013053306E5024306F66F8304D8FBC307F5C02752830683059308B3002\X0\','ja-JP',$); +#9094= IFCRELASSOCIATESLIBRARY('1bsVd0kIPCX8AOIfFbgwAs',$,$,$,(#2549),#16344); +#16344= IFCLIBRARYREFERENCE($,$,'Short Timei2t Function',$,'en',$); -#9105= IFCRELASSOCIATESLIBRARY('0wjPXe9sv9HOvSsbQUnRso',$,$,$,(#2579),#16345); -#16345= IFCLIBRARYREFERENCE($,$,'\X2\57615EA6\X0\','\X2\76F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B95411768457615EA689D23002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\','zh-CN',$); +#9095= IFCRELASSOCIATESLIBRARY('35JfmU7jv8KQFTUJTFrEPt',$,$,$,(#2550),#16345); +#16345= IFCLIBRARYREFERENCE($,$,'Short Time Tripping Time',$,'en',$); -#9106= IFCRELASSOCIATESLIBRARY('1M5ALjwH1Ct9ckissFvndS',$,$,$,(#2580),#16346); -#16346= IFCLIBRARYREFERENCE($,$,'Neigungswinkel','German-description-3','de-DE',$); +#9096= IFCRELASSOCIATESLIBRARY('3vfKJ3S8r2XwLkbIK2fTMx',$,$,$,(#2551),#16346); +#16346= IFCLIBRARYREFERENCE($,$,'Shower Head Description',$,'en',$); -#9107= IFCRELASSOCIATESLIBRARY('0sipAi5dL74OZueKNH_IoK',$,$,$,(#2580),#16347); -#16347= IFCLIBRARYREFERENCE($,$,'Slope',$,'en',$); +#9097= IFCRELASSOCIATESLIBRARY('30U_LmoZr5PuxDONojZ4TB',$,$,$,(#2551),#16347); +#16347= IFCLIBRARYREFERENCE($,$,'\X2\30B730E330EF30FC30D830C330C9886873FE\X0\','\X2\30B730E330EF30FC30D830C330C9304C639251FA3059308B6C34306E653E5C04306E886873FE3002\X0\','ja-JP',$); -#9108= IFCRELASSOCIATESLIBRARY('2v34IL8r1A0PY9GeJzjavh',$,$,$,(#2580),#16348); -#16348= IFCLIBRARYREFERENCE($,$,'Inclinaison','Angle d''inclinaison avec l''horizontale (0 degr\S\is). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#9099= IFCRELASSOCIATESLIBRARY('0XPMnCqjH6gO5B4XCiDAuV',$,$,$,(#2552),#16348); +#16348= IFCLIBRARYREFERENCE($,$,'Shower Type',$,'en',$); -#9109= IFCRELASSOCIATESLIBRARY('1cSQwFc$v0aPv4KwI0NOFG',$,$,$,(#2580),#16349); -#16349= IFCLIBRARYREFERENCE($,$,'\X2\50BE659C\X0\','\X2\50BE659C89D25EA630026C345E733092\X0\0\X2\5EA630683059308B3002\X0\','ja-JP',$); +#9100= IFCRELASSOCIATESLIBRARY('07J3jv0CzE7OX7eyK_u8vy',$,$,$,(#2552),#16349); +#16349= IFCLIBRARYREFERENCE($,$,'\X2\30B730E330EF30FC30BF30A430D7\X0\','\X2\58346240304B3089306E30B730E330EF30FC30BF30A430D7306E9078629EFF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB6C346D786027FF1A7DCA60256642306B306F7D2065E9304F6C34306B6D78308C308B30B730E330EF30FC\X0\\X\0D\X\0A\X2\30FB72EC7ACB6027FF1A4E005EA6306B4E004EBA304C4F7F30483001533A52073089308C30663044308B30B730E330EF30FC30E630CB30C330C8\X0\\X\0D\X\0A\X2\30FB30C830F330CD30EBFF1A30B730E330EF30FC30D830C330C9306E90237D9A30678A2D7F6E3055308C30663044308B304B9577305565B95411306B540C664264CD4F5C3068306A308B6C3465635E036A5F578B306E30B730E330EF30FC\X0\','ja-JP',$); -#9110= IFCRELASSOCIATESLIBRARY('0Zggr_NU1AYA2YG6$SG_81',$,$,$,(#2580),#16350); -#16350= IFCLIBRARYREFERENCE($,$,'\X2\57615EA6\X0\','\X2\76F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B95411768457615EA689D23002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\','zh-CN',$); +#9102= IFCRELASSOCIATESLIBRARY('1JPLjkKIL16OUSWTK4VHNk',$,$,$,(#2556),#16350); +#16350= IFCLIBRARYREFERENCE($,$,'Signal Factor',$,'en',$); -#9111= IFCRELASSOCIATESLIBRARY('0mykBN8DfCbBXzNSt7eXr1',$,$,$,(#2581),#16351); -#16351= IFCLIBRARYREFERENCE($,$,'Neigungswinkel','Neigungswinkel der St\S\|tze relative zur Horizontalen (0 Grad).\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); +#9103= IFCRELASSOCIATESLIBRARY('1YKffusRH68vJjsCcYMtQb',$,$,$,(#2556),#16351); +#16351= IFCLIBRARYREFERENCE($,$,'\X2\C694C18C\X0\','\X2\C778C790B294\X0\ \X2\C624D504C14B\X0\ \X2\C2E0D638\X0\ \X2\ACF1C148\X0\','ko-KR',$); -#9112= IFCRELASSOCIATESLIBRARY('3bXY2nwBX9iR3z_4AuM9D$',$,$,$,(#2581),#16352); -#16352= IFCLIBRARYREFERENCE($,$,'Slope',$,'en',$); +#9105= IFCRELASSOCIATESLIBRARY('2m7yyea4HFqfb7YKVDgxfZ',$,$,$,(#2563),#16352); +#16352= IFCLIBRARYREFERENCE($,$,'Signal Offset',$,'en',$); -#9113= IFCRELASSOCIATESLIBRARY('1VYrhtS5bFYf_Bn9o0dc9_',$,$,$,(#2581),#16353); -#16353= IFCLIBRARYREFERENCE($,$,'Inclinaison','Angle d''inclinaison avec l''horizontale (0 degr\S\is). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#9106= IFCRELASSOCIATESLIBRARY('0pFqIVv9b6LOlplHOy9XQb',$,$,$,(#2563),#16353); +#16353= IFCLIBRARYREFERENCE($,$,'\X2\C635C14B\X0\','\X2\C624D504C14B\X0\ \X2\C0C1C218\X0\ \X2\BCC0ACBD\X0\ \X2\C2E0D638C5D0\X0\ \X2\CD94AC00B428\X0\','ko-KR',$); -#9114= IFCRELASSOCIATESLIBRARY('3NIamF2tj4hPZRV3E8BPwX',$,$,$,(#2581),#16354); -#16354= IFCLIBRARYREFERENCE($,$,'\X2\50BE659C\X0\','\X2\50BE659C89D25EA630026C345E733092\X0\0\X2\5EA630683059308B3002\X0\','ja-JP',$); +#9107= IFCRELASSOCIATESLIBRARY('2i5yx7g7bDju8edaPz$X5f',$,$,$,(#2572),#16354); +#16354= IFCLIBRARYREFERENCE($,$,'Signal Time',$,'en',$); -#9115= IFCRELASSOCIATESLIBRARY('1nHx7uYtbAwxdj2UJ114_d',$,$,$,(#2581),#16355); -#16355= IFCLIBRARYREFERENCE($,$,'\X2\57615EA6\X0\','\X2\76F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B95411768457615EA689D23002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\','zh-CN',$); +#9108= IFCRELASSOCIATESLIBRARY('2WtraSMyP7kB$vNZ5FqvzM',$,$,$,(#2572),#16355); +#16355= IFCLIBRARYREFERENCE($,$,'\X2\C2DCAC04\X0\ \X2\C694C18C\X0\','\X2\C2DCAC04\X0\ \X2\C694C18CB294\X0\ INTEGRAL (\X2\C801BD84\X0\)\X2\ACFC\X0\ AVERAGE ((\X2\C774B3D9\X0\) \X2\D3C9ADE0\X0\) \X2\CEE8D2B8B864B7ECC5D0\X0\ \X2\C0ACC6A9B428\X0\','ko-KR',$); -#9116= IFCRELASSOCIATESLIBRARY('01OFvdiVD5zg5CKueCw$WK',$,$,$,(#2582),#16356); -#16356= IFCLIBRARYREFERENCE($,$,'Neigung','German-description-4','de-DE',$); +#9109= IFCRELASSOCIATESLIBRARY('1ea3KJni17oeJG41JeoqSp',$,$,$,(#2573),#16356); +#16356= IFCLIBRARYREFERENCE($,$,'Signal Time Decrease',$,'en',$); -#9117= IFCRELASSOCIATESLIBRARY('02B17OoZDAU8WXHGfPrPOf',$,$,$,(#2582),#16357); -#16357= IFCLIBRARYREFERENCE($,$,'Slope',$,'en',$); +#9110= IFCRELASSOCIATESLIBRARY('0cDi1k52T6vP7jpWLs2_qo',$,$,$,(#2573),#16357); +#16357= IFCLIBRARYREFERENCE($,$,'\X2\BBF8BD84\X0\ \X2\C2DCAC04\X0\ (Td)','\X2\BBF8BD84\X0\ \X2\C2DCAC04\X0\ (Td)','ko-KR',$); -#9118= IFCRELASSOCIATESLIBRARY('08e1RL5WjFewmjisPR0xnk',$,$,$,(#2582),#16358); -#16358= IFCLIBRARYREFERENCE($,$,'Pente','Angle d''inclinaison relativement \S\` l''horizontale correspondant \S\` la valeur 0 degr\S\is. Valeur maximale de l''inclinaison actuellement projet\S\ie. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#9111= IFCRELASSOCIATESLIBRARY('15OzziyinFbA6BvzA7quOM',$,$,$,(#2574),#16358); +#16358= IFCLIBRARYREFERENCE($,$,'Signal Time Increase',$,'en',$); -#9119= IFCRELASSOCIATESLIBRARY('35cYMcwJjDeufuIsTrt6cf',$,$,$,(#2582),#16359); -#16359= IFCLIBRARYREFERENCE($,$,'\X2\901A8DEF306E50BE659C89D25EA6\X0\(\X2\6C345E73304B3089306E89D25EA6FF09\X0\','\X2\30AA30D630B830A730AF30C850BE659C89D25EA6FF086C345E73304C\X0\0.0\X2\5EA6\X0\)\X\0D\X\0A\X2\73FE5728306E8A2D8A08306B3088308B901A8DEF306E305F3081306E5B9F969B306E67005927306E50BE659C30025F6260C55831306F300151855074306F4F7F75283055308C308B5F62886873FE304A308830735E7E4F555B6676845A924ECB59096570306B52A03048306663D04F9B3055308C307E305930025E7E4F555B6676845A924ECB5909657030685F6272796027306E9593306E77DB76FE306E583454083067306F30014ED85C5E306E72796027306E4E2D306763D04F9B3055308C306630015E7E4F555B6676845A924ECB59096570306F5148884C30923068308A307E30593002\X0\"','ja-JP',$); +#9112= IFCRELASSOCIATESLIBRARY('0B$YOTv7L5_eMo$EXn_RFp',$,$,$,(#2574),#16359); +#16359= IFCLIBRARYREFERENCE($,$,'\X2\C801BD84\X0\ \X2\C2DCAC04\X0\ (Ti)','\X2\C801BD84\X0\ \X2\C2DCAC04\X0\ (Ti)','ko-KR',$); -#9120= IFCRELASSOCIATESLIBRARY('2$Nxi15XT5yfpcxmDuOlVz',$,$,$,(#2582),#16360); -#16360= IFCLIBRARYREFERENCE($,$,'\X2\57615EA6\X0\','\X2\67844EF676F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B9541176845B9E964557615EA689D23002\X0\\X\0D\X\0A\X2\5F53524D8BBE8BA165B96848786E5B9A7684901A905376846700592757615EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); +#9114= IFCRELASSOCIATESLIBRARY('3cCNZ73nfFLBnVik0VgUWv',$,$,$,(#2582),#16360); +#16360= IFCLIBRARYREFERENCE($,$,'Sink Type',$,'en',$); -#9121= IFCRELASSOCIATESLIBRARY('1Iic3muvP5PPHCMgwacVFE',$,$,$,(#2583),#16361); -#16361= IFCLIBRARYREFERENCE($,$,'Slope',$,'en',$); +#9115= IFCRELASSOCIATESLIBRARY('25AvaDdbj7Chy9vdwwsjAA',$,$,$,(#2582),#16361); +#16361= IFCLIBRARYREFERENCE($,$,'\X2\30B730F330AF306E7A2E985E\X0\','\X2\30B730F330AF30BF30A430D7306E9078629E\X0\\X\0D\X\0A\X\0D\X\0A\X2\30FB6DF16D413057FF1A30A830C330B8304C5E733089306730423075308C306B304F30446DF1304430B730F330AF\X0\\X\0D\X\0A\X2\2022\X0\ \X2\4E0B6D413057FF1A51487AEF304C4FDD8B773055308C30014F4E6C344F4D7528306E30B730F330AF\X0\\X\0D\X\0A\X2\30FB638396646D413057FF1A51487AEF304C4FDD8B773055308C305F30B730F330AFFF08901A5E38306F\X0\900mm\X2\9AD83055306B8ABF65743055308C305F3082306EFF09\X0\\X\0D\X\0A\X2\30FB5DE66C345207308AFF1A5DE65074306B6C345207308A304C4ED8304430663044308B30B730F330AF\X0\\X\0D\X\0A\X2\30FB53F36C345207308A6D413057FF1A53F35074306B6C345207308A304C4ED8304430663044308B30B730F330AF\X0\\X\0D\X\0A\X2\30FB4E216C345207308A6D413057FF1A4E215074306B6C345207308A304C4ED8304430663044308B30BF30A430D7\X0\\X\0D\X\0A\X2\30FB70B96EF4FF1A86C753E3304B3089306E6D41308C30846EF430926355307E3048308B5C0F30553081306E30B730F330AF\X0\\X\0D\X\0A\X2\30FB5B9F9A136D413057FF1A30C730B930AF5929677F4E0B304C7C2166137684306B56FA5B9A3055308C305F4ED6801091786027306E6750659930924F7F3063305F30B730F330AF\X0\\X\0D\X\0A\X2\30FB30ED30F330C930F3FF1A30AA30FC30D030FC30D530ED30FC306A3057306E30A830C330B8304C5E733089306E6DF1304430B730F330AF\X0\\X\0D\X\0A\X2\30FB77F3818F6D413057FF1A5EC377F3818F304C63926C347BA14E2D306B5165306330663057307E3046306E3092309296323050305F308130016C886BBF726930EC30B730FC30D030FC304C4ED8304430663044308B30B730F330AF3002\X0\\X\0D\X\0A\X2\30FB659974066D413057FF1A30B430DF306E5EC368C430823067304D308B8ABF74067528517730926D173046305F3081306E30B730F330AF\X0\\X\0D\X\0A\X2\30FB30593059304E7528306E6D413057FF1A9AD86E296EC583CC304C3067304D308B4E7E3044305F72B6614B30924FDD63013067304D308B924488FD306E30B730F330AF\X0\\X\0D\X\0A\X2\30FB68DA4ED8304D6D413057FF1A91D15177306E63A57D9A30848A2D7F6E304C3067304D308B68DA30925F8C308D306B6301306430BB30E930DF30C330AF88FD306E30B730F330AF\X0\\X\0D\X\0A\X2\30FB91CE83DC6D413057FF1A30B430DF306E5EC368C430823067304D308B30016D176D4430848ABF7406306E6E96509930923059308B5927304D3081306E924488FD306E30B730F330AF\X0\','ja-JP',$); -#9122= IFCRELASSOCIATESLIBRARY('2ep6pU6G936AAgnpHmxVN8',$,$,$,(#2583),#16362); -#16362= IFCLIBRARYREFERENCE($,$,'\X2\52FE914D\X0\','\X2\63926C34306B5FC58981306A6E9D306E89D25EA6FF0850BE659CFF09\X0\','ja-JP',$); +#9116= IFCRELASSOCIATESLIBRARY('12y3p2QdDAAulv4N4p3ygg',$,$,$,(#2583),#16362); +#16362= IFCLIBRARYREFERENCE($,$,'Grundfl\S\dchenzahl','Grundfl\S\dchenzahl als Verh\S\dltnis der bebaubaren Fl\S\dche zur Bruttogrundst\S\|cksfl\S\dche.','de-DE',$); -#9123= IFCRELASSOCIATESLIBRARY('3RRQ$waBn3zvWIH1GPhCZ0',$,$,$,(#2584),#16363); -#16363= IFCLIBRARYREFERENCE($,$,'Slot Length',$,'en',$); +#9117= IFCRELASSOCIATESLIBRARY('3ilmim5TfC7AGRgytbhvGG',$,$,$,(#2583),#16363); +#16363= IFCLIBRARYREFERENCE($,$,'Site Coverage Ratio',$,'en',$); -#9124= IFCRELASSOCIATESLIBRARY('3VDaFTZsX3lOKr14uINACo',$,$,$,(#2584),#16364); -#16364= IFCLIBRARYREFERENCE($,$,'ElongueurFente','Longueur de la fente','fr-FR',$); +#9118= IFCRELASSOCIATESLIBRARY('3WfUwuHZbEGOU2mak2zXwX',$,$,$,(#2583),#16364); +#16364= IFCLIBRARYREFERENCE($,$,'RatioSurfaceConstructible','Valeur maximale de la surface constructible exprim\S\ie en ratio. La valeur du ratio peut \S\jtre utilis\S\ie pour d\S\iterminer la surface constructible.','fr-FR',$); -#9125= IFCRELASSOCIATESLIBRARY('0_lnEuHYn9fuLTKyKOj0GM',$,$,$,(#2584),#16365); -#16365= IFCLIBRARYREFERENCE($,$,'\X2\30B930ED30C330C89577\X0\','\X2\30B930ED30C330C89577\X0\','ja-JP',$); +#9119= IFCRELASSOCIATESLIBRARY('27J985ObP6kvY4nAsbJyOK',$,$,$,(#2583),#16365); +#16365= IFCLIBRARYREFERENCE($,$,'\X2\5EFA853D7387\X0\','\X2\5EFA7BC957FA6E96306B3088308A670059273068306A308B30016577573097627A4D\X0\(IfcElementQuantity)\X2\30685EFA7BC997627A4D\X0\(IfcBuilding\X2\306E\X0\IfcElementQuantity)\X2\306E6BD473873002\X0\','ja-JP',$); -#9126= IFCRELASSOCIATESLIBRARY('3OXttST3rCsu93b09X3qAy',$,$,$,(#2585),#16366); -#16366= IFCLIBRARYREFERENCE($,$,'Slot Width',$,'en',$); +#9120= IFCRELASSOCIATESLIBRARY('0o5iEqRAvB5A_i5w9kUXwP',$,$,$,(#2583),#16366); +#16366= IFCLIBRARYREFERENCE($,$,'\X2\AC74D3D0C728\X0\','TotalArea / BuildableArea\X2\B85C\X0\ \X2\D45CC2DCB418B294\X0\ \X2\C774C6A9\X0\ \X2\AC00B2A5D55C\X0\ \X2\BE44C728C758\X0\ \X2\CD5CB300AC12C785B2C8B2E4\X0\.','ko-KR',$); -#9127= IFCRELASSOCIATESLIBRARY('0gPtaaat1F8P_iCBqdcbu_',$,$,$,(#2585),#16367); -#16367= IFCLIBRARYREFERENCE($,$,'EpaisseurFente','Epaisseur de la fente','fr-FR',$); +#9121= IFCRELASSOCIATESLIBRARY('2fbNPn251CAuidigAwnv0J',$,$,$,(#2584),#16367); +#16367= IFCLIBRARYREFERENCE($,$,'Size',$,'en',$); -#9128= IFCRELASSOCIATESLIBRARY('2Hqyz1$8zFZPMCinhnWaDk',$,$,$,(#2585),#16368); -#16368= IFCLIBRARYREFERENCE($,$,'\X2\30B930ED30C330C85DFE\X0\','\X2\30B930ED30C330C85DFE\X0\','ja-JP',$); +#9122= IFCRELASSOCIATESLIBRARY('0pMRUBGnn4tgb3wLICS49D',$,$,$,(#2584),#16368); +#16368= IFCLIBRARYREFERENCE($,$,'\X2\30B530A430BA\X0\','\X2\5F01FF0853C8306F30016C34681330016DF754085F017B49306E63A57D9AFF0963A57D9A30B530A430BA\X0\','ja-JP',$); -#9129= IFCRELASSOCIATESLIBRARY('0ZKXGldqzD3h2PrIm$rmyS',$,$,$,(#2587),#16369); -#16369= IFCLIBRARYREFERENCE($,$,'Rauchschutz','Angabe, ob die T\S\|r einen Rauchschutz gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung gew\S\dhrleistet (JA) oder nicht (NEIN). Rauchschutzt\S\|ren m\S\|ssen selbstschlie\S\_end sein.','de-DE',$); +#9124= IFCRELASSOCIATESLIBRARY('2ZVXxjgNTEBgT5PRLg_PlS',$,$,$,(#2585),#16369); +#16369= IFCLIBRARYREFERENCE($,$,'Sizing Method',$,'en',$); -#9130= IFCRELASSOCIATESLIBRARY('1zMo1rohD3VR6E2rUG3lqx',$,$,$,(#2587),#16370); -#16370= IFCLIBRARYREFERENCE($,$,'Smoke Stop',$,'en',$); +#9125= IFCRELASSOCIATESLIBRARY('3ffpB1ZiP6vxReoGqrNSV$',$,$,$,(#2586),#16370); +#16370= IFCLIBRARYREFERENCE($,$,'Skill Level',$,'en',$); -#9131= IFCRELASSOCIATESLIBRARY('1qjK6kQN5BbPcyimwCKYvK',$,$,$,(#2587),#16371); -#16371= IFCLIBRARYREFERENCE($,$,'CoupeFumee','Indique si la porte est con\S\gue pour une fonction coupe-fum\S\ie (VRAI) ou non (FAUX)','fr-FR',$); +#9126= IFCRELASSOCIATESLIBRARY('3HSzGyB5LFFgy_pRV9r9pe',$,$,$,(#2586),#16371); +#16371= IFCLIBRARYREFERENCE($,$,'\X2\628080FD6BB5968E\X0\','\X2\95A24E0E8005304C793A305930B930AD30EB30EC30D930EBFF08628080FD30FB628091CF6BB5968EFF093001304A308830735B9F884C3055308C308B30A230AF30B730E730F33078306E80FD529B3092793A30593082306E3002\X0\','ja-JP',$); -#9132= IFCRELASSOCIATESLIBRARY('2abCSanLDAyAE44C058QFr',$,$,$,(#2587),#16372); -#16372= IFCLIBRARYREFERENCE($,$,'\X2\71596B6230816A5F80FD533A5206\X0\','\X2\3053306E30C930A2304C715930926B623081308B6A5F80FD309267093059308B304B30693046304B306E30D630FC30EA30A230F350243002\X0\','ja-JP',$); +#9127= IFCRELASSOCIATESLIBRARY('3gyB1bkDf3jAJ4o3174Pt$',$,$,$,(#2586),#16372); +#16372= IFCLIBRARYREFERENCE($,$,'\X2\628080FD7B497EA7\X0\','\X2\53C24E0E8005517759077684628080FD76847B497EA7FF0C53734ED64EEC57284E134E1A988657DF5185624080FD5C55793A768480FD529B3002\X0\','zh-CN',$); -#9133= IFCRELASSOCIATESLIBRARY('1lrWAEoHb2afFrgTo6rBac',$,$,$,(#2587),#16373); -#16373= IFCLIBRARYREFERENCE($,$,'\X2\662F5426963270DF\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A963270DF3002\X0\','zh-CN',$); +#9128= IFCRELASSOCIATESLIBRARY('1uNdiAWzD1dvsK3N_768Zb',$,$,$,(#2587),#16373); +#16373= IFCLIBRARYREFERENCE($,$,'Sockelleiste','Angabe des Materials f\S\|r die Sockelleiste. Diese Angabe wird im Raumbuch verwendet.\X\0D\X\0A\X\0D\X\0ADie Materialangabe wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = SKIRTINGBOARD) f\S\|r die Sockelleiste dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialangabe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); -#9134= IFCRELASSOCIATESLIBRARY('23oF9apQb8YeS_nl6vbIB6',$,$,$,(#2588),#16374); -#16374= IFCLIBRARYREFERENCE($,$,'Rauchschutz','Angabe, ob das Fenster einen Rauchschutz gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung gew\S\dhrleistet (JA) oder nicht (NEIN).','de-DE',$); +#9129= IFCRELASSOCIATESLIBRARY('0PbsVpGpD1kBBjdn_EX17b',$,$,$,(#2587),#16374); +#16374= IFCLIBRARYREFERENCE($,$,'Skirting Board',$,'en',$); -#9135= IFCRELASSOCIATESLIBRARY('0DgxXVPp52KvrU37Em8pDd',$,$,$,(#2588),#16375); -#16375= IFCLIBRARYREFERENCE($,$,'Smoke Stop',$,'en',$); +#9130= IFCRELASSOCIATESLIBRARY('0fs_O2CpTFQfi$z2KMoLqS',$,$,$,(#2587),#16375); +#16375= IFCLIBRARYREFERENCE($,$,'Mat\S\iriau de la plinthe',$,'fr-FR',$); -#9136= IFCRELASSOCIATESLIBRARY('2ADgou0eH6CPTdJ1vQyUiz',$,$,$,(#2588),#16376); -#16376= IFCLIBRARYREFERENCE($,$,'CoupeFumee','Indique si la porte est con\S\gue pour une fonction coupe-fum\S\ie (VRAI) ou non (FAUX)','fr-FR',$); +#9131= IFCRELASSOCIATESLIBRARY('1u1OBXarbDyOXDMUQrwBVg',$,$,$,(#2587),#16376); +#16376= IFCLIBRARYREFERENCE($,$,'\X2\5E4567286750\X0\','\X2\90E85C4B306E5E8A306E5468308A306B3042308B5E456728306E67508CEA307E305F306F65BD5DE5306B95A23059308B30E930D930EBFF088B58522560C55831FF09300230E930D930EB540D306F90E85C4B30EA30B930C860C55831306B4F7F75283055308C308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering (type=SKIRTINGBOARD)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B67508CEA60C558313002\X0\IfcCovering\X2\306E67508CEA60C5583130683053306E30D730ED30D130C630A35024304C4E0081F43057306A3044583454083001\X0\IfcCovering\X2\306B4E0E30483089308C30663044308B67508CEA60C558313092512A51483059308B3002\X0\','ja-JP',$); -#9138= IFCRELASSOCIATESLIBRARY('02uuW280120BOgJizDFgl4',$,$,$,(#2591),#16377); -#16377= IFCLIBRARYREFERENCE($,$,'Soffit Level',$,'en',$); +#9132= IFCRELASSOCIATESLIBRARY('1Rqrll_ZTDpRk3N7rABE2G',$,$,$,(#2588),#16377); +#16377= IFCLIBRARYREFERENCE($,$,'H\S\vhe der Sockelleite','Angabe der H\S\vhe der umlaufenden Sockelleiste. \X\0D\X\0A\X\0D\X\0ADer H\S\vhenparameter wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = SKIRTINGBOARD) f\S\|r die Sockelleiste dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die H\S\vhe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); -#9139= IFCRELASSOCIATESLIBRARY('0TCwNHhBP2aRs4jS2EGx5S',$,$,$,(#2591),#16378); -#16378= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F6DF13055\X0\','\X2\65AD9762306E670030829AD8304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); +#9133= IFCRELASSOCIATESLIBRARY('3gIiTG7avEh9dLuhN0AL6D',$,$,$,(#2588),#16378); +#16378= IFCLIBRARYREFERENCE($,$,'Skirting Board Height',$,'en',$); -#9140= IFCRELASSOCIATESLIBRARY('2Kgq1dgw1Ceg1uImcOXNIG',$,$,$,(#2591),#16379); -#16379= IFCLIBRARYREFERENCE($,$,'\X2\CD5CC18CAE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B192C740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1C5D0C11C\X0\)','ko-KR',$); +#9134= IFCRELASSOCIATESLIBRARY('367gZRZfjDcxxNjPylEpFw',$,$,$,(#2588),#16379); +#16379= IFCLIBRARYREFERENCE($,$,'Hauteur de la plinthe',$,'fr-FR',$); -#9141= IFCRELASSOCIATESLIBRARY('0pNEeNoc17QQI6Vlb72D95',$,$,$,(#2592),#16380); -#16380= IFCLIBRARYREFERENCE($,$,'Soffit Level',$,'en',$); +#9135= IFCRELASSOCIATESLIBRARY('0zi31W4DrEyeMKxTq7Deyn',$,$,$,(#2588),#16380); +#16380= IFCLIBRARYREFERENCE($,$,'\X2\5E45672867509AD8\X0\','\X2\90E85C4B306E5E456728306E9AD830553002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering(type=SKIRTINGBOARD)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B539A305560C558313002\X0\IfcCovering\X2\306E5E7E4F555F6272B630D130E930E130FC30BF30683053306E30D730ED30D130C630A35024304C4E0081F43057306A30445834540830015E7E4F555F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); -#9142= IFCRELASSOCIATESLIBRARY('3TGsTwLVL5ovZ8K0Gf4fE3',$,$,$,(#2592),#16381); -#16381= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F6DF13055\X0\','\X2\65AD9762306E670030829AD8304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); +#9138= IFCRELASSOCIATESLIBRARY('2T0tdLrSLFr8H6wuqIcp8x',$,$,$,(#2591),#16381); +#16381= IFCLIBRARYREFERENCE($,$,'Neigungswinkel','Neigungswinkel des Balkens relative zur Horizontalen (0 Grad).\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); -#9143= IFCRELASSOCIATESLIBRARY('3s9XxWUpz6XO9ZT6FaY8et',$,$,$,(#2592),#16382); -#16382= IFCLIBRARYREFERENCE($,$,'\X2\CD5CC18CAE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B192C740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1C5D0C11C\X0\)','ko-KR',$); +#9139= IFCRELASSOCIATESLIBRARY('3q8ce1HTD9YvkOuPRZtIMB',$,$,$,(#2591),#16382); +#16382= IFCLIBRARYREFERENCE($,$,'Slope',$,'en',$); -#9144= IFCRELASSOCIATESLIBRARY('0YDMjVCarBcvrPvaSlz4$q',$,$,$,(#2594),#16383); -#16383= IFCLIBRARYREFERENCE($,$,'Software Version',$,'en',$); +#9140= IFCRELASSOCIATESLIBRARY('2_aHX2KbPDbeG0ycgvwXR9',$,$,$,(#2591),#16383); +#16383= IFCLIBRARYREFERENCE($,$,'Inclinaison','Angle d''inclinaison avec l''horizontale (0 degr\S\is). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Les applications qui d\S\iterminent la g\S\iom\S\itrie comme les logiciels de CAO ne doivent pas autoriser la modification de cette propri\S\it\S\i','fr-FR',$); -#9145= IFCRELASSOCIATESLIBRARY('0rOC$X2X51EOI9UZUZemht',$,$,$,(#2594),#16384); -#16384= IFCLIBRARYREFERENCE($,$,'\X2\C18CD504D2B8C6E8C5B4\X0\ \X2\BC84C804\X0\','\X2\CEE8D2B8B864B7EC\X0\ \X2\C18CD504D2B8C6E8C5B4\X0\ \X2\BC84C804\X0\','ko-KR',$); +#9141= IFCRELASSOCIATESLIBRARY('2Hkf1Xat97PxWiKiy4N8LS',$,$,$,(#2591),#16384); +#16384= IFCLIBRARYREFERENCE($,$,'\X2\50BE659C\X0\','\X2\50BE659C89D25EA630026C345E733092\X0\0\X2\5EA630683059308B3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\305D306E5F6272B6FF0850BE659C6881FF0960C55831306F30018868793A306E305F3081306E5F6272B6306B518590E830674F7F75283055308C308B5E7E4F555B66768430D130E930E130FC30BF309252A03048306663D04F9B3055308C308B30025F6272B660C558313068518590E8306E5E7E4F555B66768430D130E930E130FC30BF306B77DB76FE304C751F3058305F58345408306F30015E7E4F555B66768430D130E930E130FC30BF304C512A51483055308C308B30025E7E4F555B66768430D130E930E1FF0D30BF7DE896C630A230D730EA30B130FC30B730E730F33067306F3001\X0\CAD\X2\3068540C69D8306B30013053306E5024306F66F8304D8FBC307F5C02752830683059308B3002\X0\','ja-JP',$); -#9146= IFCRELASSOCIATESLIBRARY('3_0oO_hkD7nxN0Xg$IbDFs',$,$,$,(#2595),#16385); -#16385= IFCLIBRARYREFERENCE($,$,'Soil Conductivity',$,'en',$); +#9142= IFCRELASSOCIATESLIBRARY('2tO8m7jGvDKQILdymK2d5W',$,$,$,(#2591),#16385); +#16385= IFCLIBRARYREFERENCE($,$,'\X2\57615EA6\X0\','\X2\76F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B95411768457615EA689D23002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\','zh-CN',$); -#9147= IFCRELASSOCIATESLIBRARY('0AqwB10_b3h9VUFp07uxHL',$,$,$,(#2596),#16386); -#16386= IFCLIBRARYREFERENCE($,$,'Strahlungsabsorbtionsgrad','German-description-13','de-DE',$); +#9143= IFCRELASSOCIATESLIBRARY('38zdX$wx9D1wRAxgdg2LAj',$,$,$,(#2592),#16386); +#16386= IFCLIBRARYREFERENCE($,$,'Neigungswinkel','German-description-3','de-DE',$); -#9148= IFCRELASSOCIATESLIBRARY('1$SsSMJUn569JWzZHuSnZO',$,$,$,(#2596),#16387); -#16387= IFCLIBRARYREFERENCE($,$,'Solar Absorption',$,'en',$); +#9144= IFCRELASSOCIATESLIBRARY('17hLPK_mPDMOMB1te2SdV3',$,$,$,(#2592),#16387); +#16387= IFCLIBRARYREFERENCE($,$,'Slope',$,'en',$); -#9149= IFCRELASSOCIATESLIBRARY('2fOPoJpiP2Ven2HtfvHWcI',$,$,$,(#2596),#16388); -#16388= IFCLIBRARYREFERENCE($,$,'AbsorptionRayonnementSolaire','(Asol). Ratio du rayonnement solaire incident qui est absorb\S\i par le vitrage. Somme de l''absorption distribu\S\ie \S\` l''ext\S\irieur (a) et \S\` l''int\S\irieur (qi). Noter l''\S\iquation suivante : Asol + Rsol + Tsol = 1.','fr-FR',$); +#9145= IFCRELASSOCIATESLIBRARY('067M9Yy717igU1SM7I5G4g',$,$,$,(#2592),#16388); +#16388= IFCLIBRARYREFERENCE($,$,'Inclinaison','Angle d''inclinaison avec l''horizontale (0 degr\S\is). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#9150= IFCRELASSOCIATESLIBRARY('1l8nesKg95NPooJZEU_GPJ',$,$,$,(#2596),#16389); -#16389= IFCLIBRARYREFERENCE($,$,'\X2\65E55C04543853CE7387\X0\','\X2\FF08\X0\Asol)\X2\30AC30E930B93067543853CE3055308C308B65E55C04306E6BD473873002543853CE306E54088A08306F591690E8FF08\X0\a\X2\FF09306830015BA45185FF08\X0\qi\X2\FF09306B5206914D3055308C308B30024EE54E0B306E65B97A0B5F0F306B6CE8610F3002\X0\Asol + Rsol + Tsol = 1','ja-JP',$); +#9146= IFCRELASSOCIATESLIBRARY('1g7ORNLN15nfblQ8PDxPd0',$,$,$,(#2592),#16389); +#16389= IFCLIBRARYREFERENCE($,$,'\X2\50BE659C\X0\','\X2\50BE659C89D25EA630026C345E733092\X0\0\X2\5EA630683059308B3002\X0\','ja-JP',$); -#9151= IFCRELASSOCIATESLIBRARY('1iVu$oqq5ETxMog0pedc7H',$,$,$,(#2596),#16390); -#16390= IFCLIBRARYREFERENCE($,$,'\X2\592A963380FD543865367387\X0\','\X2\FF08\X0\Asol\X2\FF0988AB73BB74837CFB7EDF543865367684592A963351655C048F905C0476846BD47387FF0C4E3A4F20901252305BA45916548C5BA451857684543865367684603B91CF30026CE8FF1A4EE54E0B7B495F0F62107ACB\X0\Asol + Rsol + Tsol = 1','zh-CN',$); +#9147= IFCRELASSOCIATESLIBRARY('3cSUxOHLf6h8LwSQ5lSI4K',$,$,$,(#2592),#16390); +#16390= IFCLIBRARYREFERENCE($,$,'\X2\57615EA6\X0\','\X2\76F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B95411768457615EA689D23002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\','zh-CN',$); -#9152= IFCRELASSOCIATESLIBRARY('0cBdT7Saz1GRp3hgn_EBp1',$,$,$,(#2597),#16391); -#16391= IFCLIBRARYREFERENCE($,$,'Gesamtenergiedurchlassgrad','German-description-16','de-DE',$); +#9148= IFCRELASSOCIATESLIBRARY('2wEWLIj997mQmSyIPXApl2',$,$,$,(#2593),#16391); +#16391= IFCLIBRARYREFERENCE($,$,'Neigungswinkel','Neigungswinkel der St\S\|tze relative zur Horizontalen (0 Grad).\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); -#9153= IFCRELASSOCIATESLIBRARY('3tB0fn5bHC4RI3ao12tFZZ',$,$,$,(#2597),#16392); -#16392= IFCLIBRARYREFERENCE($,$,'Solar Heat Gain Transmittance',$,'en',$); +#9149= IFCRELASSOCIATESLIBRARY('0QcKvsIZrBaQQKn1y0b37m',$,$,$,(#2593),#16392); +#16392= IFCLIBRARYREFERENCE($,$,'Slope',$,'en',$); -#9154= IFCRELASSOCIATESLIBRARY('1lKcwFs8j4iesHLY4TGKlA',$,$,$,(#2597),#16393); -#16393= IFCLIBRARYREFERENCE($,$,'ApportsSolaires','(SHGC): Ratio du rayonnement solaire incident qui contribue aux apports solaires r\S\icup\S\ir\S\is. Rayonnemment transmis directement (Tsol ou Te), plus la part de rayonnement absorb\S\i restitu\S\i \S\` l''int\S\irieur (qi). Le SHGC est \S\igalement appel\S\i valeur-g (g = Te + qi).','fr-FR',$); +#9150= IFCRELASSOCIATESLIBRARY('2xRa6BhtLCHvo1lvYqcXYX',$,$,$,(#2593),#16393); +#16393= IFCLIBRARYREFERENCE($,$,'Inclinaison','Angle d''inclinaison avec l''horizontale (0 degr\S\is). Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#9155= IFCRELASSOCIATESLIBRARY('3xlqME_Xf2cwBV73b7uWgT',$,$,$,(#2597),#16394); -#16394= IFCLIBRARYREFERENCE($,$,'\X2\900F904E592A967D71B152295F974FC26570\X0\','(SHGC):\X2\5BA45185306E71B152295F97306E539F56E03068306A308B65E55C04306E6BD47387300230AC30E930B9306E900F904E5206\X0\(Tsol or \X2\03C4\X0\e)\X2\3068543853CE5206306E518530015BA451855074\X0\(qi)\X2\3078306E5206914D5206306E548C3002\X0\SHGC\X2\306F3001\X0\g\X2\5024FF08\X0\g = \X2\03C4\X0\e + qi\X2\FF09306830573066308253C271673055308C308B3002\X0\','ja-JP',$); +#9151= IFCRELASSOCIATESLIBRARY('1vAguy19jD5f1XL8DEF7A9',$,$,$,(#2593),#16394); +#16394= IFCLIBRARYREFERENCE($,$,'\X2\50BE659C\X0\','\X2\50BE659C89D25EA630026C345E733092\X0\0\X2\5EA630683059308B3002\X0\','ja-JP',$); -#9156= IFCRELASSOCIATESLIBRARY('3oKdUIGp51uf3dLN8RW1fK',$,$,$,(#2597),#16395); -#16395= IFCLIBRARYREFERENCE($,$,'\X2\592A963380FD5F9770ED7CFB6570\X0\','\X2\FF08\X0\SHGC\X2\FF095BFC81F45BA4518553D65F9770ED91CF768451655C04592A96338F905C046BD47387FF0C8BE5503C4E3A900F5C04592A96338F905C04FF08\X0\Tsol\X2\621603C4\X0\e\X2\FF094E0E5206914D52305BA45185768454386536592A96338F905C04FF08\X0\qi\X2\FF097684548C3002\X0\SHGC\X2\4E5F88AB79F04E3A\X0\g\X2\503CFF08\X0\g = \X2\03C4\X0\e + qi\X2\FF093002\X0\','zh-CN',$); +#9152= IFCRELASSOCIATESLIBRARY('1Uc$Aj2zn9TvSTRwY0OoW9',$,$,$,(#2593),#16395); +#16395= IFCLIBRARYREFERENCE($,$,'\X2\57615EA6\X0\','\X2\76F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B95411768457615EA689D23002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\','zh-CN',$); -#9157= IFCRELASSOCIATESLIBRARY('0ZC4VKcTv04hxYI3dakTC$',$,$,$,(#2598),#16396); -#16396= IFCLIBRARYREFERENCE($,$,'Strahlungsreflectionsgrad',$,'de-DE',$); +#9153= IFCRELASSOCIATESLIBRARY('1Io_MFcGL1rgUdOIMy4qpE',$,$,$,(#2594),#16396); +#16396= IFCLIBRARYREFERENCE($,$,'Neigung','German-description-4','de-DE',$); -#9158= IFCRELASSOCIATESLIBRARY('3kUWZtl5fAngpXUKG7tp21',$,$,$,(#2598),#16397); -#16397= IFCLIBRARYREFERENCE($,$,'Solar Reflectance',$,'en',$); +#9154= IFCRELASSOCIATESLIBRARY('3EFoqF305DSe4Gdi_Hkk08',$,$,$,(#2594),#16397); +#16397= IFCLIBRARYREFERENCE($,$,'Slope',$,'en',$); -#9159= IFCRELASSOCIATESLIBRARY('3E$Sf08Y94qvCflCNgeGsZ',$,$,$,(#2598),#16398); -#16398= IFCLIBRARYREFERENCE($,$,'Reflexion du rayonnement solaire','(Rsol). Ratio du rayonnement solaire incident qui est r\S\ifl\S\ichi par la protection solaire. Noter l''\S\iquation suivante : Asol + Rsol + Tsol = 1.','fr-FR',$); +#9155= IFCRELASSOCIATESLIBRARY('2tF60dX5P2deFkGnM8yb0e',$,$,$,(#2594),#16398); +#16398= IFCLIBRARYREFERENCE($,$,'Pente','Angle d''inclinaison relativement \S\` l''horizontale correspondant \S\` la valeur 0 degr\S\is. Valeur maximale de l''inclinaison actuellement projet\S\ie. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#9160= IFCRELASSOCIATESLIBRARY('3HBfflxhvDPeYKP1dMKicm',$,$,$,(#2598),#16399); -#16399= IFCLIBRARYREFERENCE($,$,'\X2\65E55C0453CD5C047387\X0\','(Rsol)\X2\FF1A65E59664305130B730B930C630E0306B3088308A53CD5C043055308C308B65E55C04306E738730026CE8FF1A\X0\ Asol + Rsol + Tsol = 1\X2\300030683044304665B97A0B5F0F304C6210308A7ACB30643002\X0\','ja-JP',$); +#9156= IFCRELASSOCIATESLIBRARY('051hTwzVX0aOQ8yuSyWN5J',$,$,$,(#2594),#16399); +#16399= IFCLIBRARYREFERENCE($,$,'\X2\901A8DEF306E50BE659C89D25EA6\X0\(\X2\6C345E73304B3089306E89D25EA6FF09\X0\','\X2\30AA30D630B830A730AF30C850BE659C89D25EA6FF086C345E73304C\X0\0.0\X2\5EA6\X0\)\X\0D\X\0A\X2\73FE5728306E8A2D8A08306B3088308B901A8DEF306E305F3081306E5B9F969B306E67005927306E50BE659C30025F6260C55831306F300151855074306F4F7F75283055308C308B5F62886873FE304A308830735E7E4F555B6676845A924ECB59096570306B52A03048306663D04F9B3055308C307E305930025E7E4F555B6676845A924ECB5909657030685F6272796027306E9593306E77DB76FE306E583454083067306F30014ED85C5E306E72796027306E4E2D306763D04F9B3055308C306630015E7E4F555B6676845A924ECB59096570306F5148884C30923068308A307E30593002\X0\"','ja-JP',$); -#9161= IFCRELASSOCIATESLIBRARY('3QcKzV7nv0V9CcZFjoJ$Dn',$,$,$,(#2599),#16400); -#16400= IFCLIBRARYREFERENCE($,$,'Strahlungsreflectionsgrad','German-description-14','de-DE',$); +#9157= IFCRELASSOCIATESLIBRARY('0GkcSVvpP7_vTKs9lKKMod',$,$,$,(#2594),#16400); +#16400= IFCLIBRARYREFERENCE($,$,'\X2\57615EA6\X0\','\X2\67844EF676F85BF94E8E6C345E73FF08\X0\0.0\X2\5EA6FF0965B9541176845B9E964557615EA689D23002\X0\\X\0D\X\0A\X2\5F53524D8BBE8BA165B96848786E5B9A7684901A905376846700592757615EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); -#9162= IFCRELASSOCIATESLIBRARY('2ufeeSPnnEnwNARFeDFAPi',$,$,$,(#2599),#16401); -#16401= IFCLIBRARYREFERENCE($,$,'Solar Reflectance',$,'en',$); +#9158= IFCRELASSOCIATESLIBRARY('0ukVKvj0583QyA0lS2xaYG',$,$,$,(#2595),#16401); +#16401= IFCLIBRARYREFERENCE($,$,'Slope',$,'en',$); -#9163= IFCRELASSOCIATESLIBRARY('2nyfEpRKvENOv2$3yz$Opu',$,$,$,(#2599),#16402); -#16402= IFCLIBRARYREFERENCE($,$,'ReflexionRayonnementSolaire','(Rsol). Ratio du rayonnement solaire incident qui est r\S\ifl\S\ichi par le vitrage. Noter l''\S\iquation suivante : Asol + Rsol + Tsol = 1.','fr-FR',$); +#9159= IFCRELASSOCIATESLIBRARY('1BEAadY8r8SvJNnywMCrz6',$,$,$,(#2595),#16402); +#16402= IFCLIBRARYREFERENCE($,$,'\X2\52FE914D\X0\','\X2\63926C34306B5FC58981306A6E9D306E89D25EA6FF0850BE659CFF09\X0\','ja-JP',$); -#9164= IFCRELASSOCIATESLIBRARY('1X1FMhsHH5a9B9qsY7VZe5',$,$,$,(#2599),#16403); -#16403= IFCLIBRARYREFERENCE($,$,'\X2\65E55C0453CD5C047387\X0\','\X2\FF08\X0\Rsol\X2\FF0930AC30E930B9306753CD5C043059308B65E55C04306E6BD47387FF0803C1\X0\e\X2\306830828868308F3055308C308BFF0930024EE54E0B306E65B97A0B5F0F306B6CE8610F3002\X0\Asol + Rsol + Tsol = 1','ja-JP',$); +#9160= IFCRELASSOCIATESLIBRARY('2x0P8hlOX4VflNtJ49nenK',$,$,$,(#2598),#16403); +#16403= IFCLIBRARYREFERENCE($,$,'Slot Length',$,'en',$); -#9165= IFCRELASSOCIATESLIBRARY('3bcVp7_Wf1LR8BUtnFtlGX',$,$,$,(#2599),#16404); -#16404= IFCLIBRARYREFERENCE($,$,'\X2\592A963380FD53CD5C047387\X0\','\X2\FF08\X0\Rsol\X2\FF0988AB73BB74837CFB7EDF53CD5C047684592A963351655C048F905C0476846BD47387FF084E5F53EF752803C1\X0\e\X2\8868793AFF0930026CE8FF1A4EE54E0B7B495F0F62107ACB\X0\Asol + Rsol + Tsol = 1','zh-CN',$); +#9161= IFCRELASSOCIATESLIBRARY('3T_gu9zdf7bw4O3_H$SDyg',$,$,$,(#2598),#16404); +#16404= IFCLIBRARYREFERENCE($,$,'ElongueurFente','Longueur de la fente','fr-FR',$); -#9166= IFCRELASSOCIATESLIBRARY('0vObcPyCf8pfyEUZVdaHT7',$,$,$,(#2600),#16405); -#16405= IFCLIBRARYREFERENCE($,$,'Solar Reflectance Back',$,'en',$); +#9162= IFCRELASSOCIATESLIBRARY('0hJm2WMNX0_he5crRdHoKq',$,$,$,(#2598),#16405); +#16405= IFCLIBRARYREFERENCE($,$,'\X2\30B930ED30C330C89577\X0\','\X2\30B930ED30C330C89577\X0\','ja-JP',$); -#9167= IFCRELASSOCIATESLIBRARY('3tTcM9bAj9680hxdDVoAcG',$,$,$,(#2601),#16406); -#16406= IFCLIBRARYREFERENCE($,$,'Solar Reflectance Front',$,'en',$); +#9163= IFCRELASSOCIATESLIBRARY('3O812ZEJ16vA$W_wgPdyqZ',$,$,$,(#2599),#16406); +#16406= IFCLIBRARYREFERENCE($,$,'Slot Width',$,'en',$); -#9168= IFCRELASSOCIATESLIBRARY('3Itzdm7R12HwBtrym2o8bQ',$,$,$,(#2602),#16407); -#16407= IFCLIBRARYREFERENCE($,$,'Solar Refraction Index',$,'en',$); +#9164= IFCRELASSOCIATESLIBRARY('1LNdlYVM99CuCp_UoAEMdR',$,$,$,(#2599),#16407); +#16407= IFCLIBRARYREFERENCE($,$,'EpaisseurFente','Epaisseur de la fente','fr-FR',$); -#9169= IFCRELASSOCIATESLIBRARY('3IEfImnpz4BxXZ9mQ5Gvb0',$,$,$,(#2603),#16408); -#16408= IFCLIBRARYREFERENCE($,$,'Strahlungstransmissionsgrad',$,'de-DE',$); +#9165= IFCRELASSOCIATESLIBRARY('3n9NqKKuXAqhsx8nNFVB2g',$,$,$,(#2599),#16408); +#16408= IFCLIBRARYREFERENCE($,$,'\X2\30B930ED30C330C85DFE\X0\','\X2\30B930ED30C330C85DFE\X0\','ja-JP',$); -#9170= IFCRELASSOCIATESLIBRARY('0uU8dEjT9C38un5a0U7D50',$,$,$,(#2603),#16409); -#16409= IFCLIBRARYREFERENCE($,$,'Solar Transmittance',$,'en',$); +#9166= IFCRELASSOCIATESLIBRARY('3VbNUoffTBj9Sbs0BwTCz$',$,$,$,(#2601),#16409); +#16409= IFCLIBRARYREFERENCE($,$,'Rauchschutz','Angabe, ob die T\S\|r einen Rauchschutz gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung gew\S\dhrleistet (JA) oder nicht (NEIN). Rauchschutzt\S\|ren m\S\|ssen selbstschlie\S\_end sein.','de-DE',$); -#9171= IFCRELASSOCIATESLIBRARY('2N41vIk4z84OzyK3S9k3Fg',$,$,$,(#2603),#16410); -#16410= IFCLIBRARYREFERENCE($,$,'Transmission du rayonnement solaire','(Tsol). Ratio du rayonnement solaire incident qui est transmis directement par la protection solaire. Noter l''\S\iquation suivante : Asol + Rsol + Tsol = 1.','fr-FR',$); +#9167= IFCRELASSOCIATESLIBRARY('0k9JPV6SH4LOHRJ0A_0mXY',$,$,$,(#2601),#16410); +#16410= IFCLIBRARYREFERENCE($,$,'Smoke Stop',$,'en',$); -#9172= IFCRELASSOCIATESLIBRARY('31S4DbYSLDdgcYQGVWHcD3',$,$,$,(#2603),#16411); -#16411= IFCLIBRARYREFERENCE($,$,'\X2\65E55C04900F904E7387\X0\','(Tsol)\X2\FF1A65E59664305130B730B930C630E0309276F463A5900F904E3059308B65E55C04306E738730026CE8FF1A\X0\ Asol + Rsol + Tsol = 1\X2\300030683044304665B97A0B5F0F304C6210308A7ACB30643002\X0\','ja-JP',$); +#9168= IFCRELASSOCIATESLIBRARY('0uoihUiO54IgyhLef9YPX2',$,$,$,(#2601),#16411); +#16411= IFCLIBRARYREFERENCE($,$,'CoupeFumee','Indique si la porte est con\S\gue pour une fonction coupe-fum\S\ie (VRAI) ou non (FAUX)','fr-FR',$); -#9173= IFCRELASSOCIATESLIBRARY('1enl8urgH99ezAUXCjidMY',$,$,$,(#2604),#16412); -#16412= IFCLIBRARYREFERENCE($,$,'Strahlungstransmissionsgrad','German-description-15','de-DE',$); +#9169= IFCRELASSOCIATESLIBRARY('2R_tJdX4rA6xYeQQDHJhYG',$,$,$,(#2601),#16412); +#16412= IFCLIBRARYREFERENCE($,$,'\X2\71596B6230816A5F80FD533A5206\X0\','\X2\3053306E30C930A2304C715930926B623081308B6A5F80FD309267093059308B304B30693046304B306E30D630FC30EA30A230F350243002\X0\','ja-JP',$); -#9174= IFCRELASSOCIATESLIBRARY('3KVO4AWmbFXRNUMhcEOMRS',$,$,$,(#2604),#16413); -#16413= IFCLIBRARYREFERENCE($,$,'Solar Transmittance',$,'en',$); +#9170= IFCRELASSOCIATESLIBRARY('2r9OB1hFX0y8UHOlnkFbxz',$,$,$,(#2601),#16413); +#16413= IFCLIBRARYREFERENCE($,$,'\X2\662F5426963270DF\X0\','\X2\8868793A8BE567844EF6662F54268BBE8BA14E3A963270DF3002\X0\','zh-CN',$); -#9175= IFCRELASSOCIATESLIBRARY('2rSluYtqDCLwg0zbK6owon',$,$,$,(#2604),#16414); -#16414= IFCLIBRARYREFERENCE($,$,'TransmissionRayonnementSolaire','(Tsol). Ratio du rayonnement solaire incident qui est transmis directement par le vitrage. Noter l''\S\iquation suivante : Asol + Rsol + Tsol = 1.','fr-FR',$); +#9171= IFCRELASSOCIATESLIBRARY('247dx$eAn98xCU2hBUhVQB',$,$,$,(#2602),#16414); +#16414= IFCLIBRARYREFERENCE($,$,'Rauchschutz','Angabe, ob das Fenster einen Rauchschutz gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung gew\S\dhrleistet (JA) oder nicht (NEIN).','de-DE',$); -#9176= IFCRELASSOCIATESLIBRARY('2m490H4lb8_vOWR__JAs3i',$,$,$,(#2604),#16415); -#16415= IFCLIBRARYREFERENCE($,$,'\X2\65E55C04900F904E7387\X0\','\X2\FF08\X0\Tsol\X2\FF0930AC30E930B93092900F904E3059308B65E55C04306E6BD47387FF0803C4\X0\e\X2\306830828868308F3055308C308BFF0930024EE54E0B306E65B97A0B5F0F306B6CE8610F3002\X0\Asol + Rsol + Tsol = 1','ja-JP',$); +#9172= IFCRELASSOCIATESLIBRARY('1zJapL4fz0KfcMBA77x1iu',$,$,$,(#2602),#16415); +#16415= IFCLIBRARYREFERENCE($,$,'Smoke Stop',$,'en',$); -#9177= IFCRELASSOCIATESLIBRARY('1hY9v04JjBiPWqttjg243Z',$,$,$,(#2604),#16416); -#16416= IFCLIBRARYREFERENCE($,$,'\X2\592A963380FD900F5C047387\X0\','\X2\FF08\X0\Tsol\X2\FF09900F8FC773BB74837CFB7EDF7684592A963351655C048F905C0476846BD47387FF084E5F53EF752803C4\X0\e\X2\8868793AFF0930026CE8FF1A4EE54E0B7B495F0F62107ACB\X0\Asol + Rsol + Tsol = 1','zh-CN',$); +#9173= IFCRELASSOCIATESLIBRARY('1mrAKlowD6DeqpS_SnQ8cU',$,$,$,(#2602),#16416); +#16416= IFCLIBRARYREFERENCE($,$,'CoupeFumee','Indique si la porte est con\S\gue pour une fonction coupe-fum\S\ie (VRAI) ou non (FAUX)','fr-FR',$); -#9178= IFCRELASSOCIATESLIBRARY('2wPcIDIEXDgxdCX7Fhzvav',$,$,$,(#2605),#16417); -#16417= IFCLIBRARYREFERENCE($,$,'Solar Transmittance',$,'en',$); +#9175= IFCRELASSOCIATESLIBRARY('1CG42nFY93qfngyUNv40Zs',$,$,$,(#2605),#16417); +#16417= IFCLIBRARYREFERENCE($,$,'Soffit Level',$,'en',$); -#9179= IFCRELASSOCIATESLIBRARY('1yz2GIpJ9BZgS7k_1Q8tpo',$,$,$,(#2607),#16418); -#16418= IFCLIBRARYREFERENCE($,$,'Sound',$,'en',$); +#9176= IFCRELASSOCIATESLIBRARY('3vzEnhzxTEHQOL5NnDodxa',$,$,$,(#2605),#16418); +#16418= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F6DF13055\X0\','\X2\65AD9762306E670030829AD8304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); -#9180= IFCRELASSOCIATESLIBRARY('322io3bFn1nRM_sewxEMzi',$,$,$,(#2607),#16419); -#16419= IFCLIBRARYREFERENCE($,$,'Acoustique','Performance acoustique','fr-FR',$); +#9177= IFCRELASSOCIATESLIBRARY('2J0ObEV6D86R2X8gulYTGY',$,$,$,(#2605),#16419); +#16419= IFCLIBRARYREFERENCE($,$,'\X2\CD5CC18CAE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B192C740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1C5D0C11C\X0\)','ko-KR',$); -#9181= IFCRELASSOCIATESLIBRARY('1PylnVC6LBnupIfoLhojps',$,$,$,(#2607),#16420); -#16420= IFCLIBRARYREFERENCE($,$,'\X2\9A1297F3\X0\','\X2\9A1297F3602780FD\X0\','ja-JP',$); +#9178= IFCRELASSOCIATESLIBRARY('3QcKl6j91AHgR3R_517yIB',$,$,$,(#2606),#16420); +#16420= IFCLIBRARYREFERENCE($,$,'Soffit Level',$,'en',$); -#9182= IFCRELASSOCIATESLIBRARY('1RwjGYnqbDLf_u5H_E5U_Q',$,$,$,(#2609),#16421); -#16421= IFCLIBRARYREFERENCE($,$,'Sound Curve',$,'en',$); +#9179= IFCRELASSOCIATESLIBRARY('0BkFF2AYXE5f92xD943qVx',$,$,$,(#2606),#16421); +#16421= IFCLIBRARYREFERENCE($,$,'\X2\67005C0F6DF13055\X0\','\X2\65AD9762306E670030829AD8304490E85206306E6DF13055FF0857309762304B3089FF093002\X0\','ja-JP',$); -#9183= IFCRELASSOCIATESLIBRARY('143m1Qg7LA$veK2inETJyU',$,$,$,(#2609),#16422); -#16422= IFCLIBRARYREFERENCE($,$,'CourbeSon','Son g\S\in\S\ir\S\i par rapport au d\S\ibit a\S\iraulique.','fr-FR',$); +#9180= IFCRELASSOCIATESLIBRARY('38E2N1699DCxZZETrpqRQc',$,$,$,(#2606),#16422); +#16422= IFCLIBRARYREFERENCE($,$,'\X2\CD5CC18CAE4AC774\X0\','\X2\B2E8BA74C758\X0\ \X2\AC00C7A5\X0\ \X2\B192C740\X0\ \X2\BD80BD84C758\X0\ \X2\AE4AC774\X0\ (\X2\C9C0C0C1C5D0C11C\X0\)','ko-KR',$); -#9184= IFCRELASSOCIATESLIBRARY('0X94qbmsL1Qft8cQEsSqvs',$,$,$,(#2610),#16423); -#16423= IFCLIBRARYREFERENCE($,$,'Sound Curve',$,'en',$); +#9181= IFCRELASSOCIATESLIBRARY('2CK07hMITF5Qar6RuoRkrE',$,$,$,(#2608),#16423); +#16423= IFCLIBRARYREFERENCE($,$,'Software Version',$,'en',$); -#9185= IFCRELASSOCIATESLIBRARY('313qQweeD4OueOHVuPFnzi',$,$,$,(#2610),#16424); -#16424= IFCLIBRARYREFERENCE($,$,'\X2\97F397FFFF089A1297F3FF1FFF0966F27DDA\X0\','\X2\30AA30AF30BF30FC30D630D030F330C9\X0\1pW\X2\FF08\X0\10^(-12)\X2\306E97F3306E5F373055309257FA6E9630683059308B97F3306E54686CE26570306830C730B730D930EB53584F4D30678A086E2C3057305F97F3306E30A830CD30EB30AE30FC306E4E0089A788683002\X0\','ja-JP',$); +#9182= IFCRELASSOCIATESLIBRARY('33LQJzYj15DBzI$LF7J_EU',$,$,$,(#2608),#16424); +#16424= IFCLIBRARYREFERENCE($,$,'\X2\C18CD504D2B8C6E8C5B4\X0\ \X2\BC84C804\X0\','\X2\CEE8D2B8B864B7EC\X0\ \X2\C18CD504D2B8C6E8C5B4\X0\ \X2\BC84C804\X0\','ko-KR',$); -#9186= IFCRELASSOCIATESLIBRARY('2Bqa05FgvAeB80pJi03aK$',$,$,$,(#2610),#16425); -#16425= IFCLIBRARYREFERENCE($,$,'\X2\C74CD5A5ACE1C131\X0\','\X2\C625D0C0BE0C\X0\ \X2\BC34B4DC\X0\ 1pW (10 ^ (-12) \X2\C18CB9ACC758\X0\ \X2\AC15B3C4B97C\X0\ \X2\AE30C900C73CB85CD558B294\X0\ \X2\C18CB9ACC758\X0\ \X2\C8FCD30CC218C640\X0\ \X2\B370C2DCBCA8\X0\ \X2\B2E8C704B85C\X0\ \X2\CE21C815D558B294\X0\ \X2\C18CB9AC\X0\ \X2\C5D0B108C9C0C758\X0\ \X2\BAA9B85D\X0\.','ko-KR',$); +#9183= IFCRELASSOCIATESLIBRARY('0o81k8MgD62xP2UWY_0oY1',$,$,$,(#2609),#16425); +#16425= IFCLIBRARYREFERENCE($,$,'Soil Conductivity',$,'en',$); -#9187= IFCRELASSOCIATESLIBRARY('36emyH6zj1A8ETA5zFwHGV',$,$,$,(#2611),#16426); -#16426= IFCLIBRARYREFERENCE($,$,'Sound Frequency',$,'en',$); +#9184= IFCRELASSOCIATESLIBRARY('2gpnGGPnv06vBA6Em1VK_B',$,$,$,(#2610),#16426); +#16426= IFCLIBRARYREFERENCE($,$,'Strahlungsabsorbtionsgrad','German-description-13','de-DE',$); -#9188= IFCRELASSOCIATESLIBRARY('0xwrxWKhv50OSKkY9tBLAL',$,$,$,(#2611),#16427); -#16427= IFCLIBRARYREFERENCE($,$,'\X2\97F3306E54686CE26570\X0\','\X2\4EE388687684306A54686CE2657030EA30B930C8300166427CFB521797F357275024306895A290233059308B3002FF08\X0\IfcTimeSeries\X2\306B30EA30B930C83055308C305F5024FF09\X0\','ja-JP',$); +#9185= IFCRELASSOCIATESLIBRARY('0cQDCBi$vFBAM2wCAiCEor',$,$,$,(#2610),#16427); +#16427= IFCLIBRARYREFERENCE($,$,'Solar Absorption',$,'en',$); -#9189= IFCRELASSOCIATESLIBRARY('1FtijwEpjFOeA4xXisIvcE',$,$,$,(#2611),#16428); -#16428= IFCLIBRARYREFERENCE($,$,'\X2\C18CB9ACC758\X0\ \X2\C8FCD30CC218\X0\','\X2\B300D45CC801C778\X0\ \X2\C8FCD30CC218\X0\ \X2\BAA9B85D\X0\ \X2\C2DCACC4C5F4\X0\ \X2\C18CB9AC\X0\ \X2\57275024ACFC\X0\ \X2\AD00B828B41CB2E4\X0\. (IfcTimeSeries\X2\C5D0\X0\ \X2\B098C5F4B41C\X0\ \X2\AC12\X0\)','ko-KR',$); +#9186= IFCRELASSOCIATESLIBRARY('0K9qO0mmv72xafxbgmxyjX',$,$,$,(#2610),#16428); +#16428= IFCLIBRARYREFERENCE($,$,'AbsorptionRayonnementSolaire','(Asol). Ratio du rayonnement solaire incident qui est absorb\S\i par le vitrage. Somme de l''absorption distribu\S\ie \S\` l''ext\S\irieur (a) et \S\` l''int\S\irieur (qi). Noter l''\S\iquation suivante : Asol + Rsol + Tsol = 1.','fr-FR',$); -#9190= IFCRELASSOCIATESLIBRARY('2xt5_yGX9DHf2jVThOffJB',$,$,$,(#2612),#16429); -#16429= IFCLIBRARYREFERENCE($,$,'Sound Pressure',$,'en',$); +#9187= IFCRELASSOCIATESLIBRARY('100c2iOon9Xw$QnRIfXgIJ',$,$,$,(#2610),#16429); +#16429= IFCLIBRARYREFERENCE($,$,'\X2\65E55C04543853CE7387\X0\','\X2\FF08\X0\Asol)\X2\30AC30E930B93067543853CE3055308C308B65E55C04306E6BD473873002543853CE306E54088A08306F591690E8FF08\X0\a\X2\FF09306830015BA45185FF08\X0\qi\X2\FF09306B5206914D3055308C308B30024EE54E0B306E65B97A0B5F0F306B6CE8610F3002\X0\Asol + Rsol + Tsol = 1','ja-JP',$); -#9191= IFCRELASSOCIATESLIBRARY('1GEBlRw7z7QQQazctfphlB',$,$,$,(#2612),#16430); -#16430= IFCLIBRARYREFERENCE($,$,'\X2\97F35727\X0\','\X2\66427CFB5217306E97F35727300153584F4D306F30C730B730D930EB300230AA30AF30BF30FC30D630D030F330C9306E97F3306E5F373055\X0\20mPa\X2\309257FA6E963059308B3002\X0\IfcTimeSeries\X2\306B30EA30B930C83055308C305F54045024306F540C30585834624030673001540C305854686CE2657030D030F330C83067306E6E29306E54686CE26570306895A290233059308B3002\X0\','ja-JP',$); +#9188= IFCRELASSOCIATESLIBRARY('3Xj1YPD7nA9u8$pyTkmAbu',$,$,$,(#2610),#16430); +#16430= IFCLIBRARYREFERENCE($,$,'\X2\592A963380FD543865367387\X0\','\X2\FF08\X0\Asol\X2\FF0988AB73BB74837CFB7EDF543865367684592A963351655C048F905C0476846BD47387FF0C4E3A4F20901252305BA45916548C5BA451857684543865367684603B91CF30026CE8FF1A4EE54E0B7B495F0F62107ACB\X0\Asol + Rsol + Tsol = 1','zh-CN',$); -#9192= IFCRELASSOCIATESLIBRARY('0T66HGsVn8nu$AiWuMmNsn',$,$,$,(#2612),#16431); -#16431= IFCLIBRARYREFERENCE($,$,'\X2\C74CC555\X0\','\X2\C2DCACC4C5F4C758\X0\ \X2\C74CC555\X0\ \X2\B2E8C704B294\X0\ dB. \X2\C625D0C0BE0C\X0\ \X2\BC34B4DC\X0\ \X2\C18CB9ACC758\X0\ \X2\AC15B3C4\X0\ 20mPa\X2\C744\X0\ \X2\AE30C900D55CB2E4\X0\. IfcTimeSeries\X2\C5D0\X0\ \X2\B098C5F4B41C\X0\ \X2\AC01\X0\ \X2\AC12C740\X0\ \X2\AC19C740\X0\ \X2\C7A5C18CC5D0C11C\X0\ \X2\AC19C740\X0\ \X2\C8FCD30CC218\X0\ \X2\BC88D2B8C5D0C11C\X0\ \X2\C628B3C4C758\X0\ \X2\C8FCD30CC218C640\X0\ \X2\AD00B828\X0\.','ko-KR',$); +#9189= IFCRELASSOCIATESLIBRARY('3a1bb01H516PftMCysYmbh',$,$,$,(#2611),#16431); +#16431= IFCLIBRARYREFERENCE($,$,'Gesamtenergiedurchlassgrad','German-description-16','de-DE',$); -#9194= IFCRELASSOCIATESLIBRARY('0zLb3pXf9Db82dBTfID4Ml',$,$,$,(#2613),#16432); -#16432= IFCLIBRARYREFERENCE($,$,'Sound Scale',$,'en',$); +#9190= IFCRELASSOCIATESLIBRARY('36v2AEoEn2ZAd7PjvWYQJT',$,$,$,(#2611),#16432); +#16432= IFCLIBRARYREFERENCE($,$,'Solar Heat Gain Transmittance',$,'en',$); -#9195= IFCRELASSOCIATESLIBRARY('1FXCoJrWb7Kho5gO819t0d',$,$,$,(#2613),#16433); -#16433= IFCLIBRARYREFERENCE($,$,'\X2\9A1297F3306E53584F4D\X0\','\X2\9A1297F3306E53584F4DFF1A\X0\\X\0D\X\0A\X\0D\X\0A- DBA: dB(A)\X\0D\X\0A- DBB: dB(B)\X\0D\X\0A- DBC:dB(C)\X\0D\X\0A- NC:\X2\9A1297F357FA6E96\X0\\X\0D\X\0A- NR:\X2\9A1297F38A554FA1\X0\','ja-JP',$); +#9191= IFCRELASSOCIATESLIBRARY('1dlViS5Iv9LOG7Ik_F0m1E',$,$,$,(#2611),#16433); +#16433= IFCLIBRARYREFERENCE($,$,'ApportsSolaires','(SHGC): Ratio du rayonnement solaire incident qui contribue aux apports solaires r\S\icup\S\ir\S\is. Rayonnemment transmis directement (Tsol ou Te), plus la part de rayonnement absorb\S\i restitu\S\i \S\` l''int\S\irieur (qi). Le SHGC est \S\igalement appel\S\i valeur-g (g = Te + qi).','fr-FR',$); -#9196= IFCRELASSOCIATESLIBRARY('3nhc0C2$T6OQeb$UTskRvC',$,$,$,(#2613),#16434); -#16434= IFCLIBRARYREFERENCE($,$,'\X2\C18CC74CB2E8C704\X0\','\X2\C18CC74C\X0\ \X2\B2E8C704\X0\. DBA : dB (A) DBB : dB (B) DBC : dB (C) NC : \X2\C18CC74C\X0\ \X2\AE30C900\X0\ NR : \X2\C18CC74C\X0\ \X2\D3C9AC00\X0\','ko-KR',$); +#9192= IFCRELASSOCIATESLIBRARY('2$5HJTTBf0_QFLphRE7Cdt',$,$,$,(#2611),#16434); +#16434= IFCLIBRARYREFERENCE($,$,'\X2\900F904E592A967D71B152295F974FC26570\X0\','(SHGC):\X2\5BA45185306E71B152295F97306E539F56E03068306A308B65E55C04306E6BD47387300230AC30E930B9306E900F904E5206\X0\(Tsol or \X2\03C4\X0\e)\X2\3068543853CE5206306E518530015BA451855074\X0\(qi)\X2\3078306E5206914D5206306E548C3002\X0\SHGC\X2\306F3001\X0\g\X2\5024FF08\X0\g = \X2\03C4\X0\e + qi\X2\FF09306830573066308253C271673055308C308B3002\X0\','ja-JP',$); -#9197= IFCRELASSOCIATESLIBRARY('1e10dLl9j8pO4I$E55lzxG',$,$,$,(#2614),#16435); -#16435= IFCLIBRARYREFERENCE($,$,'Space Air Temperature',$,'en',$); +#9193= IFCRELASSOCIATESLIBRARY('1KntqKhN17yhQH6n8gU0pI',$,$,$,(#2611),#16435); +#16435= IFCLIBRARYREFERENCE($,$,'\X2\592A963380FD5F9770ED7CFB6570\X0\','\X2\FF08\X0\SHGC\X2\FF095BFC81F45BA4518553D65F9770ED91CF768451655C04592A96338F905C046BD47387FF0C8BE5503C4E3A900F5C04592A96338F905C04FF08\X0\Tsol\X2\621603C4\X0\e\X2\FF094E0E5206914D52305BA45185768454386536592A96338F905C04FF08\X0\qi\X2\FF097684548C3002\X0\SHGC\X2\4E5F88AB79F04E3A\X0\g\X2\503CFF08\X0\g = \X2\03C4\X0\e + qi\X2\FF093002\X0\','zh-CN',$); -#9198= IFCRELASSOCIATESLIBRARY('1Qzh5JbnrEfeSZkBb70Yjg',$,$,$,(#2614),#16436); -#16436= IFCLIBRARYREFERENCE($,$,'\X2\5BA46E29\X0\','\X2\90E85C4B306E4E7E74036E295EA6\X0\','ja-JP',$); +#9194= IFCRELASSOCIATESLIBRARY('1WvTK0lZX1Khrjzuy_TRdH',$,$,$,(#2612),#16436); +#16436= IFCLIBRARYREFERENCE($,$,'Strahlungsreflectionsgrad',$,'de-DE',$); -#9199= IFCRELASSOCIATESLIBRARY('2TCzdSAW16OfAQAJXJEYpK',$,$,$,(#2615),#16437); -#16437= IFCLIBRARYREFERENCE($,$,'Luftfeuchtigkeit','Geforderte Luftfeuchtigkeit f\S\|r diesen Raum, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall. Es wird angegeben, wenn kein geforderter Luftfeuchtigkeitsbereich (Min - Max) vorhanden ist.','de-DE',$); +#9195= IFCRELASSOCIATESLIBRARY('0hnt_i_lPDJ8dQjQ7x1jym',$,$,$,(#2612),#16437); +#16437= IFCLIBRARYREFERENCE($,$,'Solar Reflectance',$,'en',$); -#9200= IFCRELASSOCIATESLIBRARY('3ebTSk6$L1wRVvJPj5Oj6z',$,$,$,(#2615),#16438); -#16438= IFCLIBRARYREFERENCE($,$,'Space Humidity',$,'en',$); +#9196= IFCRELASSOCIATESLIBRARY('2kD0JLGmLDXvL4Ku6X8t$G',$,$,$,(#2612),#16438); +#16438= IFCLIBRARYREFERENCE($,$,'Reflexion du rayonnement solaire','(Rsol). Ratio du rayonnement solaire incident qui est r\S\ifl\S\ichi par la protection solaire. Noter l''\S\iquation suivante : Asol + Rsol + Tsol = 1.','fr-FR',$); -#9201= IFCRELASSOCIATESLIBRARY('227WuVnA16XRjn4IwChJMa',$,$,$,(#2615),#16439); -#16439= IFCLIBRARYREFERENCE($,$,'Humidit\S\i relative','Humidit\S\i relative de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison. A fournir si les valeurs maximale et minimale ne sont pas connues.','fr-FR',$); +#9197= IFCRELASSOCIATESLIBRARY('0CVoR69cHEPwgbQ7TcN07E',$,$,$,(#2612),#16439); +#16439= IFCLIBRARYREFERENCE($,$,'\X2\65E55C0453CD5C047387\X0\','(Rsol)\X2\FF1A65E59664305130B730B930C630E0306B3088308A53CD5C043055308C308B65E55C04306E738730026CE8FF1A\X0\ Asol + Rsol + Tsol = 1\X2\300030683044304665B97A0B5F0F304C6210308A7ACB30643002\X0\','ja-JP',$); -#9202= IFCRELASSOCIATESLIBRARY('04sRBVlXjDAwsNlnDfixF9',$,$,$,(#2615),#16440); -#16440= IFCLIBRARYREFERENCE($,$,'\X2\5BA451856E7F5EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E6E7F5EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E7F5EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); +#9198= IFCRELASSOCIATESLIBRARY('1h5GkqNFbDDviTXzEW34i9',$,$,$,(#2613),#16440); +#16440= IFCLIBRARYREFERENCE($,$,'Strahlungsreflectionsgrad','German-description-14','de-DE',$); -#9203= IFCRELASSOCIATESLIBRARY('3Nf$4pWr90iApzJFRSoAlC',$,$,$,(#2616),#16441); -#16441= IFCLIBRARYREFERENCE($,$,'Luftfeuchtigkeit Maximal','Maximal geforderte Luftfeuchtigkeit f\S\|r diesen Raum, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall.','de-DE',$); +#9199= IFCRELASSOCIATESLIBRARY('3R2oMe6Ir1wgc82JepDbLk',$,$,$,(#2613),#16441); +#16441= IFCLIBRARYREFERENCE($,$,'Solar Reflectance',$,'en',$); -#9204= IFCRELASSOCIATESLIBRARY('1W9hPHleP4MhVqN7GVx2Pg',$,$,$,(#2616),#16442); -#16442= IFCLIBRARYREFERENCE($,$,'Space Humidity Max',$,'en',$); +#9200= IFCRELASSOCIATESLIBRARY('2ZukKps8b75gN5t6BFSlRH',$,$,$,(#2613),#16442); +#16442= IFCLIBRARYREFERENCE($,$,'ReflexionRayonnementSolaire','(Rsol). Ratio du rayonnement solaire incident qui est r\S\ifl\S\ichi par le vitrage. Noter l''\S\iquation suivante : Asol + Rsol + Tsol = 1.','fr-FR',$); -#9205= IFCRELASSOCIATESLIBRARY('1kdWsjXu5BnwtstZTZYf0o',$,$,$,(#2616),#16443); -#16443= IFCLIBRARYREFERENCE($,$,'Humidit\S\i relative maximale','Humidit\S\i relative maximale de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison.','fr-FR',$); +#9201= IFCRELASSOCIATESLIBRARY('3FoosdRqnF9uhnAZ3awsiu',$,$,$,(#2613),#16443); +#16443= IFCLIBRARYREFERENCE($,$,'\X2\65E55C0453CD5C047387\X0\','\X2\FF08\X0\Rsol\X2\FF0930AC30E930B9306753CD5C043059308B65E55C04306E6BD47387FF0803C1\X0\e\X2\306830828868308F3055308C308BFF0930024EE54E0B306E65B97A0B5F0F306B6CE8610F3002\X0\Asol + Rsol + Tsol = 1','ja-JP',$); -#9206= IFCRELASSOCIATESLIBRARY('3k7td6VaTEj8TYLi4V_YrF',$,$,$,(#2616),#16444); -#16444= IFCLIBRARYREFERENCE($,$,'\X2\67009AD85BA451856E7F5EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E67009AD86E7F5EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E7F5EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); +#9202= IFCRELASSOCIATESLIBRARY('0sQ_ViOwH7kRc_7TiwRGgj',$,$,$,(#2613),#16444); +#16444= IFCLIBRARYREFERENCE($,$,'\X2\592A963380FD53CD5C047387\X0\','\X2\FF08\X0\Rsol\X2\FF0988AB73BB74837CFB7EDF53CD5C047684592A963351655C048F905C0476846BD47387FF084E5F53EF752803C1\X0\e\X2\8868793AFF0930026CE8FF1A4EE54E0B7B495F0F62107ACB\X0\Asol + Rsol + Tsol = 1','zh-CN',$); -#9207= IFCRELASSOCIATESLIBRARY('3fOT$erujCKfP2MA9epEtK',$,$,$,(#2616),#16445); -#16445= IFCLIBRARYREFERENCE($,$,'\X2\C2E4B0B4C2B5B3C4\X0\','\X2\ACF5AC04\X0\ \X2\B610B294\X0\ \X2\C601C5EDC758\X0\ \X2\C2B5B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\. \X2\B9CCC57D\X0\ \X2\C5ECB984CCA0\X0\ \X2\B610B294\X0\ \X2\ACA8C6B8CCA0\X0\ \X2\C2E4B0B4\X0\ \X2\C2B5B3C4\X0\ \X2\C694AD6CAC00\X0\ \X2\C8FCC5B4C9C0C9C0\X0\ \X2\C54AB294\X0\, \X2\ADF8AC83C740\X0\ \X2\C5F0C911C5D0\X0\, \X2\ADF8B807C9C0\X0\ \X2\C54AC73CBA74\X0\ \X2\C911AC04\X0\ \X2\BD84AE30BCC4B85C\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); +#9203= IFCRELASSOCIATESLIBRARY('2kc7m$zm56cf660IGC7O31',$,$,$,(#2614),#16445); +#16445= IFCLIBRARYREFERENCE($,$,'Solar Reflectance Back',$,'en',$); -#9208= IFCRELASSOCIATESLIBRARY('0UGH7bkF52oePnruS_5bJe',$,$,$,(#2617),#16446); -#16446= IFCLIBRARYREFERENCE($,$,'Luftfeuchtigkeit Minimal','Minimal geforderte Luftfeuchtigkeit f\S\|r diesen Raum, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall.','de-DE',$); +#9204= IFCRELASSOCIATESLIBRARY('3lUAPB5snDAPyAsAlQrhL6',$,$,$,(#2615),#16446); +#16446= IFCLIBRARYREFERENCE($,$,'Solar Reflectance Front',$,'en',$); -#9209= IFCRELASSOCIATESLIBRARY('1tRMklXE59lvY20sg5_vHx',$,$,$,(#2617),#16447); -#16447= IFCLIBRARYREFERENCE($,$,'Space Humidity Min',$,'en',$); +#9205= IFCRELASSOCIATESLIBRARY('3e$CGKqcbDPBvZJQriS5uH',$,$,$,(#2616),#16447); +#16447= IFCLIBRARYREFERENCE($,$,'Solar Refraction Index',$,'en',$); -#9210= IFCRELASSOCIATESLIBRARY('2UVBz6yULBqObdgeX9UjRh',$,$,$,(#2617),#16448); -#16448= IFCLIBRARYREFERENCE($,$,'Humidit\S\i relative minimale','Humidit\S\i relative minimale de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison.','fr-FR',$); +#9206= IFCRELASSOCIATESLIBRARY('1BaWNPekj8RgcZ$o63J53L',$,$,$,(#2617),#16448); +#16448= IFCLIBRARYREFERENCE($,$,'Strahlungstransmissionsgrad',$,'de-DE',$); -#9211= IFCRELASSOCIATESLIBRARY('3wJ0wvuWP7ifM0P62xPtr7',$,$,$,(#2617),#16449); -#16449= IFCLIBRARYREFERENCE($,$,'\X2\67004F4E5BA451856E7F5EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E67004F4E6E7F5EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E7F5EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); +#9207= IFCRELASSOCIATESLIBRARY('3JJR_QMPLDHAPDH0x_xoK4',$,$,$,(#2617),#16449); +#16449= IFCLIBRARYREFERENCE($,$,'Solar Transmittance',$,'en',$); -#9212= IFCRELASSOCIATESLIBRARY('1JIJCoVIXD3u093irGl5zH',$,$,$,(#2618),#16450); -#16450= IFCLIBRARYREFERENCE($,$,'Luftfeuchtigkeit K\S\|hlung','Geforderte Luftfeuchtigkeit f\S\|r diesen Raum f\S\|r die Auslegung der K\S\|hlung.','de-DE',$); +#9208= IFCRELASSOCIATESLIBRARY('29cuaRcS17x8f4Tfu4AIwG',$,$,$,(#2617),#16450); +#16450= IFCLIBRARYREFERENCE($,$,'Transmission du rayonnement solaire','(Tsol). Ratio du rayonnement solaire incident qui est transmis directement par la protection solaire. Noter l''\S\iquation suivante : Asol + Rsol + Tsol = 1.','fr-FR',$); -#9213= IFCRELASSOCIATESLIBRARY('3VsAIfahn93f1XE7vqxRVv',$,$,$,(#2618),#16451); -#16451= IFCLIBRARYREFERENCE($,$,'Space Humidity Summer',$,'en',$); +#9209= IFCRELASSOCIATESLIBRARY('1jP8$tEIX8DvK1F6bqrSTq',$,$,$,(#2617),#16451); +#16451= IFCLIBRARYREFERENCE($,$,'\X2\65E55C04900F904E7387\X0\','(Tsol)\X2\FF1A65E59664305130B730B930C630E0309276F463A5900F904E3059308B65E55C04306E738730026CE8FF1A\X0\ Asol + Rsol + Tsol = 1\X2\300030683044304665B97A0B5F0F304C6210308A7ACB30643002\X0\','ja-JP',$); -#9214= IFCRELASSOCIATESLIBRARY('0raaro_iX8Eu3rHWW5PdFX',$,$,$,(#2618),#16452); -#16452= IFCLIBRARYREFERENCE($,$,'Humidit\S\i relative maximale en \S\it\S\i','Humidit\S\i relative maximale de l''espace ou de la zone en \S\it\S\i. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le refroidissement.','fr-FR',$); +#9210= IFCRELASSOCIATESLIBRARY('21jskPLQP6uhg5lf6aNK3z',$,$,$,(#2618),#16452); +#16452= IFCLIBRARYREFERENCE($,$,'Strahlungstransmissionsgrad','German-description-15','de-DE',$); -#9215= IFCRELASSOCIATESLIBRARY('1o1_tlg_X7weMRtxOfAWzT',$,$,$,(#2618),#16453); -#16453= IFCLIBRARYREFERENCE($,$,'\X2\590F5B635BA451856E7F5EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E669171B15B63\X0\(\X2\590F5B63\X0\)\X2\306E5BA451856E7F5EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); +#9211= IFCRELASSOCIATESLIBRARY('0Nig6Nld1BLRAHUfZ$ut38',$,$,$,(#2618),#16453); +#16453= IFCLIBRARYREFERENCE($,$,'Solar Transmittance',$,'en',$); -#9216= IFCRELASSOCIATESLIBRARY('2SF78GqE9FWRrpXBTAc7mK',$,$,$,(#2618),#16454); -#16454= IFCLIBRARYREFERENCE($,$,'\X2\C5ECB984CCA0C2E4B0B4\X0\ \X2\C2B5B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\D639C11C\X0\ \X2\ACC4C808\X0\ (\X2\C5ECB984\X0\) \X2\C2E4B0B4\X0\ \X2\C2B5B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); +#9212= IFCRELASSOCIATESLIBRARY('0DshPd1Wv10O9Vws6megvd',$,$,$,(#2618),#16454); +#16454= IFCLIBRARYREFERENCE($,$,'TransmissionRayonnementSolaire','(Tsol). Ratio du rayonnement solaire incident qui est transmis directement par le vitrage. Noter l''\S\iquation suivante : Asol + Rsol + Tsol = 1.','fr-FR',$); -#9217= IFCRELASSOCIATESLIBRARY('3miErH5lj6pfE2lWvv0MpF',$,$,$,(#2619),#16455); -#16455= IFCLIBRARYREFERENCE($,$,'Luftfeuchtigkeit Heizung','Geforderte Luftfeuchtigkeit f\S\|r diesen Raum f\S\|r die Auslegung der Heizung.','de-DE',$); +#9213= IFCRELASSOCIATESLIBRARY('30lG3NnI9EWOomEcYfLcei',$,$,$,(#2618),#16455); +#16455= IFCLIBRARYREFERENCE($,$,'\X2\65E55C04900F904E7387\X0\','\X2\FF08\X0\Tsol\X2\FF0930AC30E930B93092900F904E3059308B65E55C04306E6BD47387FF0803C4\X0\e\X2\306830828868308F3055308C308BFF0930024EE54E0B306E65B97A0B5F0F306B6CE8610F3002\X0\Asol + Rsol + Tsol = 1','ja-JP',$); -#9218= IFCRELASSOCIATESLIBRARY('3v72sfrWjCnvZ7frTydkFZ',$,$,$,(#2619),#16456); -#16456= IFCLIBRARYREFERENCE($,$,'Space Humidity Winter',$,'en',$); +#9214= IFCRELASSOCIATESLIBRARY('3fq9OT7wD9OhwTPqSTA0FC',$,$,$,(#2618),#16456); +#16456= IFCLIBRARYREFERENCE($,$,'\X2\592A963380FD900F5C047387\X0\','\X2\FF08\X0\Tsol\X2\FF09900F8FC773BB74837CFB7EDF7684592A963351655C048F905C0476846BD47387FF084E5F53EF752803C4\X0\e\X2\8868793AFF0930026CE8FF1A4EE54E0B7B495F0F62107ACB\X0\Asol + Rsol + Tsol = 1','zh-CN',$); -#9219= IFCRELASSOCIATESLIBRARY('028lm_Gyz36xLnhYWW1s7F',$,$,$,(#2619),#16457); -#16457= IFCLIBRARYREFERENCE($,$,'Humidit\S\i relative minimale en \S\it\S\i','Humidit\S\i relative minimale de l''espace ou de la zone en \S\it\S\i. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le refroidissement.','fr-FR',$); +#9215= IFCRELASSOCIATESLIBRARY('08BqQ1sH56lR9S0dfSWEH4',$,$,$,(#2619),#16457); +#16457= IFCLIBRARYREFERENCE($,$,'Solar Transmittance',$,'en',$); -#9220= IFCRELASSOCIATESLIBRARY('1Hg1s2daDDsxkG8j88Gevk',$,$,$,(#2619),#16458); -#16458= IFCLIBRARYREFERENCE($,$,'\X2\51AC5B635BA451856E7F5EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E5BD251B75B63\X0\(\X2\51AC5B63\X0\)\X2\306E5BA451856E7F5EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); +#9216= IFCRELASSOCIATESLIBRARY('20kmiV3Jb25vqxJ6f8OpRl',$,$,$,(#2621),#16458); +#16458= IFCLIBRARYREFERENCE($,$,'Sound',$,'en',$); -#9221= IFCRELASSOCIATESLIBRARY('1Z8D$nuB96pujbphROeElw',$,$,$,(#2619),#16459); -#16459= IFCLIBRARYREFERENCE($,$,'\X2\ACA8C6B8CCA0C2E4B0B4\X0\ \X2\C2B5B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\CD94C6B4\X0\ \X2\ACC4C808\X0\ (\X2\B3D9C808AE30\X0\) \X2\C2E4B0B4\X0\ \X2\C2B5B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); +#9217= IFCRELASSOCIATESLIBRARY('1Q0T8VyxHA_PJHWBGhADEb',$,$,$,(#2621),#16459); +#16459= IFCLIBRARYREFERENCE($,$,'Acoustique','Performance acoustique','fr-FR',$); -#9222= IFCRELASSOCIATESLIBRARY('3lLNMZkOj0gP1$ojITjwHX',$,$,$,(#2620),#16460); -#16460= IFCLIBRARYREFERENCE($,$,'Space Mean Radiant Temperature',$,'en',$); +#9218= IFCRELASSOCIATESLIBRARY('2Qc0h6Yk9CKPvMdpvVpCBr',$,$,$,(#2621),#16460); +#16460= IFCLIBRARYREFERENCE($,$,'\X2\9A1297F3\X0\','\X2\9A1297F3602780FD\X0\','ja-JP',$); -#9223= IFCRELASSOCIATESLIBRARY('3NuXIsA$bE1hspQUOf3yrD',$,$,$,(#2620),#16461); -#16461= IFCLIBRARYREFERENCE($,$,'\X2\5BA45E735747653E5C046E295EA6\X0\','\X2\90E85C4B306E5E735747653E5C046E295EA6\X0\','ja-JP',$); +#9219= IFCRELASSOCIATESLIBRARY('1qNW8$z5PD6PeFlilNirI8',$,$,$,(#2623),#16461); +#16461= IFCLIBRARYREFERENCE($,$,'Sound Curve',$,'en',$); -#9224= IFCRELASSOCIATESLIBRARY('0AJ8KaG$j1QvjcF6YjY$IR',$,$,$,(#2621),#16462); -#16462= IFCLIBRARYREFERENCE($,$,'Space Relative Humidity',$,'en',$); +#9220= IFCRELASSOCIATESLIBRARY('0B4_CE0VL5WhIN4eepQhLE',$,$,$,(#2623),#16462); +#16462= IFCLIBRARYREFERENCE($,$,'CourbeSon','Son g\S\in\S\ir\S\i par rapport au d\S\ibit a\S\iraulique.','fr-FR',$); -#9225= IFCRELASSOCIATESLIBRARY('1JmESPZ0P5yvVSe0U1JMRi',$,$,$,(#2621),#16463); -#16463= IFCLIBRARYREFERENCE($,$,'\X2\5BA4518576F85BFE6E7F5EA6\X0\','\X2\5BA45185306E76F85BFE6E7F5EA6\X0\','ja-JP',$); +#9221= IFCRELASSOCIATESLIBRARY('1243t1k$H3rg9sDC4b_FkB',$,$,$,(#2624),#16463); +#16463= IFCLIBRARYREFERENCE($,$,'Sound Curve',$,'en',$); -#9226= IFCRELASSOCIATESLIBRARY('2NOcje2lH6KPUSyF0G338X',$,$,$,(#2622),#16464); -#16464= IFCLIBRARYREFERENCE($,$,'Space Temperature',$,'en',$); +#9222= IFCRELASSOCIATESLIBRARY('0D8zKKEfH8Pg8tEYD7MXyW',$,$,$,(#2624),#16464); +#16464= IFCLIBRARYREFERENCE($,$,'\X2\97F397FFFF089A1297F3FF1FFF0966F27DDA\X0\','\X2\30AA30AF30BF30FC30D630D030F330C9\X0\1pW\X2\FF08\X0\10^(-12)\X2\306E97F3306E5F373055309257FA6E9630683059308B97F3306E54686CE26570306830C730B730D930EB53584F4D30678A086E2C3057305F97F3306E30A830CD30EB30AE30FC306E4E0089A788683002\X0\','ja-JP',$); -#9227= IFCRELASSOCIATESLIBRARY('03k2U6deXCjhjET0jyWDN5',$,$,$,(#2622),#16465); -#16465= IFCLIBRARYREFERENCE($,$,'\X2\5BA451856E295EA6\X0\','\X2\5BA45185306E6E295EA6\X0\','ja-JP',$); +#9223= IFCRELASSOCIATESLIBRARY('1_B0rb$eLCAOilJQACuTek',$,$,$,(#2624),#16465); +#16465= IFCLIBRARYREFERENCE($,$,'\X2\C74CD5A5ACE1C131\X0\','\X2\C625D0C0BE0C\X0\ \X2\BC34B4DC\X0\ 1pW (10 ^ (-12) \X2\C18CB9ACC758\X0\ \X2\AC15B3C4B97C\X0\ \X2\AE30C900C73CB85CD558B294\X0\ \X2\C18CB9ACC758\X0\ \X2\C8FCD30CC218C640\X0\ \X2\B370C2DCBCA8\X0\ \X2\B2E8C704B85C\X0\ \X2\CE21C815D558B294\X0\ \X2\C18CB9AC\X0\ \X2\C5D0B108C9C0C758\X0\ \X2\BAA9B85D\X0\.','ko-KR',$); -#9228= IFCRELASSOCIATESLIBRARY('3ewwtDsWHBUgdvhcBCkket',$,$,$,(#2623),#16466); -#16466= IFCLIBRARYREFERENCE($,$,'Raumtemperatur','Geforderte Raumtemperatur, die nicht \S\|berschritten werden darf, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall. Diese wird angegeben, wenn kein geforderter Temperaturbereich (Min - Max) vorhanden ist.','de-DE',$); +#9224= IFCRELASSOCIATESLIBRARY('3Pzv57CezELBNvyE1rOpP3',$,$,$,(#2625),#16466); +#16466= IFCLIBRARYREFERENCE($,$,'Sound Frequency',$,'en',$); -#9229= IFCRELASSOCIATESLIBRARY('1ZwPcKlLr46RHwJbW4YrTO',$,$,$,(#2623),#16467); -#16467= IFCLIBRARYREFERENCE($,$,'Space Temperature',$,'en',$); +#9225= IFCRELASSOCIATESLIBRARY('2b69gsyND7BBLyrt7qAvnS',$,$,$,(#2625),#16467); +#16467= IFCLIBRARYREFERENCE($,$,'\X2\97F3306E54686CE26570\X0\','\X2\4EE388687684306A54686CE2657030EA30B930C8300166427CFB521797F357275024306895A290233059308B3002FF08\X0\IfcTimeSeries\X2\306B30EA30B930C83055308C305F5024FF09\X0\','ja-JP',$); -#9230= IFCRELASSOCIATESLIBRARY('2tyxvP3iLEYxTj5BiZxhAn',$,$,$,(#2623),#16468); -#16468= IFCLIBRARYREFERENCE($,$,'Temp\S\irature','Temp\S\irature de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison. A fournir si les valeurs maximale et minimale ne sont pas connues.','fr-FR',$); +#9226= IFCRELASSOCIATESLIBRARY('3gcLDpcNLAvgGXnLN2jLhE',$,$,$,(#2625),#16468); +#16468= IFCLIBRARYREFERENCE($,$,'\X2\C18CB9ACC758\X0\ \X2\C8FCD30CC218\X0\','\X2\B300D45CC801C778\X0\ \X2\C8FCD30CC218\X0\ \X2\BAA9B85D\X0\ \X2\C2DCACC4C5F4\X0\ \X2\C18CB9AC\X0\ \X2\57275024ACFC\X0\ \X2\AD00B828B41CB2E4\X0\. (IfcTimeSeries\X2\C5D0\X0\ \X2\B098C5F4B41C\X0\ \X2\AC12\X0\)','ko-KR',$); -#9231= IFCRELASSOCIATESLIBRARY('2ki_hHbjHB7gwZaNGuUFfx',$,$,$,(#2623),#16469); -#16469= IFCLIBRARYREFERENCE($,$,'\X2\67009AD85BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E6E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E295EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); +#9227= IFCRELASSOCIATESLIBRARY('0l561EjnTAGg4cIouwk8z3',$,$,$,(#2626),#16469); +#16469= IFCLIBRARYREFERENCE($,$,'Sound Pressure',$,'en',$); -#9232= IFCRELASSOCIATESLIBRARY('1v$PUWZ$v5MwSDautVXX8z',$,$,$,(#2624),#16470); -#16470= IFCLIBRARYREFERENCE($,$,'Raumtemperatur Maximal','Maximale geforderte Raumtemperatur, die nicht \S\|berschritten werden darf, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall.','de-DE',$); +#9228= IFCRELASSOCIATESLIBRARY('0x84IyYtvBUwQzJ1MClUKG',$,$,$,(#2626),#16470); +#16470= IFCLIBRARYREFERENCE($,$,'\X2\97F35727\X0\','\X2\66427CFB5217306E97F35727300153584F4D306F30C730B730D930EB300230AA30AF30BF30FC30D630D030F330C9306E97F3306E5F373055\X0\20mPa\X2\309257FA6E963059308B3002\X0\IfcTimeSeries\X2\306B30EA30B930C83055308C305F54045024306F540C30585834624030673001540C305854686CE2657030D030F330C83067306E6E29306E54686CE26570306895A290233059308B3002\X0\','ja-JP',$); -#9233= IFCRELASSOCIATESLIBRARY('0ezeN4hIHDHgkH9Q$R2FJF',$,$,$,(#2624),#16471); -#16471= IFCLIBRARYREFERENCE($,$,'Space Temperature Max',$,'en',$); +#9229= IFCRELASSOCIATESLIBRARY('1ThlFhb6TA2gc3xI$S9w6K',$,$,$,(#2626),#16471); +#16471= IFCLIBRARYREFERENCE($,$,'\X2\C74CC555\X0\','\X2\C2DCACC4C5F4C758\X0\ \X2\C74CC555\X0\ \X2\B2E8C704B294\X0\ dB. \X2\C625D0C0BE0C\X0\ \X2\BC34B4DC\X0\ \X2\C18CB9ACC758\X0\ \X2\AC15B3C4\X0\ 20mPa\X2\C744\X0\ \X2\AE30C900D55CB2E4\X0\. IfcTimeSeries\X2\C5D0\X0\ \X2\B098C5F4B41C\X0\ \X2\AC01\X0\ \X2\AC12C740\X0\ \X2\AC19C740\X0\ \X2\C7A5C18CC5D0C11C\X0\ \X2\AC19C740\X0\ \X2\C8FCD30CC218\X0\ \X2\BC88D2B8C5D0C11C\X0\ \X2\C628B3C4C758\X0\ \X2\C8FCD30CC218C640\X0\ \X2\AD00B828\X0\.','ko-KR',$); -#9234= IFCRELASSOCIATESLIBRARY('3la_aPVZvEzvzbNHah98km',$,$,$,(#2624),#16472); -#16472= IFCLIBRARYREFERENCE($,$,'Temp\S\irature maximale','Temp\S\irature maximale de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison.','fr-FR',$); +#9231= IFCRELASSOCIATESLIBRARY('3K0WOYp4jDL94Ek6PAU9jO',$,$,$,(#2627),#16472); +#16472= IFCLIBRARYREFERENCE($,$,'Sound Scale',$,'en',$); -#9235= IFCRELASSOCIATESLIBRARY('1b1nbc6JLF1wk3XXAjaNCh',$,$,$,(#2624),#16473); -#16473= IFCLIBRARYREFERENCE($,$,'\X2\67009AD85BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E67009AD86E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E295EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); +#9232= IFCRELASSOCIATESLIBRARY('34UbBDm75BmgsPWfHnQF5Z',$,$,$,(#2627),#16473); +#16473= IFCLIBRARYREFERENCE($,$,'\X2\9A1297F3306E53584F4D\X0\','\X2\9A1297F3306E53584F4DFF1A\X0\\X\0D\X\0A\X\0D\X\0A- DBA: dB(A)\X\0D\X\0A- DBB: dB(B)\X\0D\X\0A- DBC:dB(C)\X\0D\X\0A- NC:\X2\9A1297F357FA6E96\X0\\X\0D\X\0A- NR:\X2\9A1297F38A554FA1\X0\','ja-JP',$); -#9236= IFCRELASSOCIATESLIBRARY('0kXg8ldBT64upabldsE3eL',$,$,$,(#2624),#16474); -#16474= IFCLIBRARYREFERENCE($,$,'\X2\CD5CACE0\X0\ \X2\C628B3C4\X0\','\X2\ACF5AC04\X0\ \X2\B610B294\X0\ \X2\C601C5EDC758\X0\ \X2\CD5CACE0\X0\ \X2\C628B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\. \X2\B9CCC57D\X0\ \X2\C5ECB984CCA0\X0\ \X2\B610B294\X0\ \X2\ACA8C6B8CCA0\X0\ \X2\C2E4B0B4\X0\ \X2\C628B3C4\X0\ \X2\C694AD6CAC00\X0\ \X2\C8FCC5B4C9C0C9C0\X0\ \X2\C54AB294\X0\, \X2\ADF8AC83C740\X0\ \X2\C5F0C911C5D0\X0\, \X2\ADF8B807C9C0\X0\ \X2\C54AC73CBA74\X0\ \X2\C911AC04\X0\ \X2\BD84AE30BCC4B85C\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); +#9233= IFCRELASSOCIATESLIBRARY('0TU2QTB19AhgTzPnl3JxcQ',$,$,$,(#2627),#16474); +#16474= IFCLIBRARYREFERENCE($,$,'\X2\C18CC74CB2E8C704\X0\','\X2\C18CC74C\X0\ \X2\B2E8C704\X0\. DBA : dB (A) DBB : dB (B) DBC : dB (C) NC : \X2\C18CC74C\X0\ \X2\AE30C900\X0\ NR : \X2\C18CC74C\X0\ \X2\D3C9AC00\X0\','ko-KR',$); -#9237= IFCRELASSOCIATESLIBRARY('2PQ5rPQrn5dQUHR3qeKgXF',$,$,$,(#2625),#16475); -#16475= IFCLIBRARYREFERENCE($,$,'Raumtemperatur Minimal','Minimale geforderte Raumtemperatur, die nicht unterschritten werden darf, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall.','de-DE',$); +#9235= IFCRELASSOCIATESLIBRARY('1cpGtnRND2mu9IS4IXhLpi',$,$,$,(#2630),#16475); +#16475= IFCLIBRARYREFERENCE($,$,'Space Air Temperature',$,'en',$); -#9238= IFCRELASSOCIATESLIBRARY('0w44Nh0hz9bRpZDJ3R2lIo',$,$,$,(#2625),#16476); -#16476= IFCLIBRARYREFERENCE($,$,'Space Temperature Min',$,'en',$); +#9236= IFCRELASSOCIATESLIBRARY('0sxTtDoWTAaf_BNq$x1gjW',$,$,$,(#2630),#16476); +#16476= IFCLIBRARYREFERENCE($,$,'\X2\5BA46E29\X0\','\X2\90E85C4B306E4E7E74036E295EA6\X0\','ja-JP',$); -#9239= IFCRELASSOCIATESLIBRARY('2MbBCo0Pf0kRwaZ_jjpybl',$,$,$,(#2625),#16477); -#16477= IFCLIBRARYREFERENCE($,$,'Temp\S\irature minimale','Temp\S\irature minimale de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison.','fr-FR',$); +#9237= IFCRELASSOCIATESLIBRARY('0NH6wEmUz3mAyyLa95RgTI',$,$,$,(#2631),#16477); +#16477= IFCLIBRARYREFERENCE($,$,'Luftfeuchtigkeit','Geforderte Luftfeuchtigkeit f\S\|r diesen Raum, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall. Es wird angegeben, wenn kein geforderter Luftfeuchtigkeitsbereich (Min - Max) vorhanden ist.','de-DE',$); -#9240= IFCRELASSOCIATESLIBRARY('3JWtKY3FDDTv8JK9HT1acH',$,$,$,(#2625),#16478); -#16478= IFCLIBRARYREFERENCE($,$,'\X2\67004F4E5BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E67004F4E6E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E295EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); +#9238= IFCRELASSOCIATESLIBRARY('20dMhAE815LOF98qV9xr_m',$,$,$,(#2631),#16478); +#16478= IFCLIBRARYREFERENCE($,$,'Space Humidity',$,'en',$); -#9241= IFCRELASSOCIATESLIBRARY('1xty7XEH5CKfgWJ5W0jS6W',$,$,$,(#2625),#16479); -#16479= IFCLIBRARYREFERENCE($,$,'\X2\CD5CC800C628B3C4\X0\','\X2\ACF5AC04\X0\ \X2\B610B294\X0\ \X2\C601C5EDC758\X0\ \X2\CD5CC800\X0\ \X2\C628B3C4\X0\ \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\. \X2\B9CCC57D\X0\ \X2\C5ECB984CCA0\X0\ \X2\B610B294\X0\ \X2\ACA8C6B8CCA0\X0\ \X2\C2E4B0B4\X0\ \X2\C628B3C4\X0\ \X2\C694AD6CAC00\X0\ \X2\C8FCC5B4C9C0C9C0\X0\ \X2\C54AB294\X0\, \X2\ADF8AC83C740\X0\ \X2\C5F0C911C5D0\X0\, \X2\ADF8B807C9C0\X0\ \X2\C54AC73CBA74\X0\ \X2\C911AC04\X0\ \X2\BD84AE30BCC4B85C\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); +#9239= IFCRELASSOCIATESLIBRARY('1oP18CcubDzQlfMpTDS$4k',$,$,$,(#2631),#16479); +#16479= IFCLIBRARYREFERENCE($,$,'Humidit\S\i relative','Humidit\S\i relative de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison. A fournir si les valeurs maximale et minimale ne sont pas connues.','fr-FR',$); -#9242= IFCRELASSOCIATESLIBRARY('0nO5jyR9rBm95G1b02RFU3',$,$,$,(#2626),#16480); -#16480= IFCLIBRARYREFERENCE($,$,'Raumtemperatur K\S\|hlung Maximal','Maximal geforderte Raumtemperatur aus dem Raumprogramm f\S\|r die Auslegung der Raumk\S\|hlung.','de-DE',$); +#9240= IFCRELASSOCIATESLIBRARY('24iQvlLfz0khWnuOTi4l$e',$,$,$,(#2631),#16480); +#16480= IFCLIBRARYREFERENCE($,$,'\X2\5BA451856E7F5EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E6E7F5EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E7F5EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); -#9243= IFCRELASSOCIATESLIBRARY('3oilcU04bETx$o$gV4i99C',$,$,$,(#2626),#16481); -#16481= IFCLIBRARYREFERENCE($,$,'Space Temperature Summer Max',$,'en',$); +#9241= IFCRELASSOCIATESLIBRARY('2_KXZqGiXC9OavSM2ckt1W',$,$,$,(#2632),#16481); +#16481= IFCLIBRARYREFERENCE($,$,'Luftfeuchtigkeit Maximal','Maximal geforderte Luftfeuchtigkeit f\S\|r diesen Raum, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall.','de-DE',$); -#9244= IFCRELASSOCIATESLIBRARY('1ra9Ta0cD4Fh8VrY8_A8kv',$,$,$,(#2626),#16482); -#16482= IFCLIBRARYREFERENCE($,$,'Temp\S\irature maximale en \S\it\S\i','Temp\S\irature maximale de l''espace ou de la zone en \S\it\S\i. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le refroidissement.','fr-FR',$); +#9242= IFCRELASSOCIATESLIBRARY('3hor7aH1zA1h6zobNPKNBR',$,$,$,(#2632),#16482); +#16482= IFCLIBRARYREFERENCE($,$,'Space Humidity Max',$,'en',$); -#9245= IFCRELASSOCIATESLIBRARY('0Z4HAb__1BVhmv2vDwBTS0',$,$,$,(#2626),#16483); -#16483= IFCLIBRARYREFERENCE($,$,'\X2\590F5B6367009AD85BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E669171B15B63\X0\(\X2\590F5B63\X0\)\X2\306E67009AD86E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); +#9243= IFCRELASSOCIATESLIBRARY('2GJv91luLAmOs4aPtQ3o7N',$,$,$,(#2632),#16483); +#16483= IFCLIBRARYREFERENCE($,$,'Humidit\S\i relative maximale','Humidit\S\i relative maximale de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison.','fr-FR',$); -#9246= IFCRELASSOCIATESLIBRARY('0SIeJ7Kvv8Ch0SvTina5rt',$,$,$,(#2626),#16484); -#16484= IFCLIBRARYREFERENCE($,$,'\X2\C5ECB984CD5CACE0C628B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\D639C11C\X0\ \X2\ACC4C808\X0\ (\X2\C5ECB984\X0\)\X2\C758\X0\ \X2\CD5CACE0\X0\ \X2\C628B3C4\X0\ \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); +#9244= IFCRELASSOCIATESLIBRARY('2iEFZrX2rDpwgv4FbhkZWq',$,$,$,(#2632),#16484); +#16484= IFCLIBRARYREFERENCE($,$,'\X2\67009AD85BA451856E7F5EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E67009AD86E7F5EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E7F5EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); -#9247= IFCRELASSOCIATESLIBRARY('3jorZ3nTrEauYNr_dZ$Dpb',$,$,$,(#2627),#16485); -#16485= IFCLIBRARYREFERENCE($,$,'Raumtemperatur K\S\|hlung Minimal','Minimal geforderte Raumtemperatur aus dem Raumprogramm f\S\|r die Auslegung der Raumk\S\|hlung.','de-DE',$); +#9245= IFCRELASSOCIATESLIBRARY('1VOsdccFLBd8xEznGJ7ST6',$,$,$,(#2632),#16485); +#16485= IFCLIBRARYREFERENCE($,$,'\X2\C2E4B0B4C2B5B3C4\X0\','\X2\ACF5AC04\X0\ \X2\B610B294\X0\ \X2\C601C5EDC758\X0\ \X2\C2B5B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\. \X2\B9CCC57D\X0\ \X2\C5ECB984CCA0\X0\ \X2\B610B294\X0\ \X2\ACA8C6B8CCA0\X0\ \X2\C2E4B0B4\X0\ \X2\C2B5B3C4\X0\ \X2\C694AD6CAC00\X0\ \X2\C8FCC5B4C9C0C9C0\X0\ \X2\C54AB294\X0\, \X2\ADF8AC83C740\X0\ \X2\C5F0C911C5D0\X0\, \X2\ADF8B807C9C0\X0\ \X2\C54AC73CBA74\X0\ \X2\C911AC04\X0\ \X2\BD84AE30BCC4B85C\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); -#9248= IFCRELASSOCIATESLIBRARY('33k7injbnCoeC5Fz$rlOkD',$,$,$,(#2627),#16486); -#16486= IFCLIBRARYREFERENCE($,$,'Space Temperature Summer Min',$,'en',$); +#9246= IFCRELASSOCIATESLIBRARY('1gerfhAUP7nfTWWNP$Dz6J',$,$,$,(#2633),#16486); +#16486= IFCLIBRARYREFERENCE($,$,'Luftfeuchtigkeit Minimal','Minimal geforderte Luftfeuchtigkeit f\S\|r diesen Raum, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall.','de-DE',$); -#9249= IFCRELASSOCIATESLIBRARY('2Qntb7GFLCWRRtyWJUzkVW',$,$,$,(#2627),#16487); -#16487= IFCLIBRARYREFERENCE($,$,'Temp\S\irature minimale en \S\it\S\i','Temp\S\irature minimale de l''espace ou de la zone en \S\it\S\i. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le refroidissement.','fr-FR',$); +#9247= IFCRELASSOCIATESLIBRARY('2X3x$onsP3LvyCuA800ULT',$,$,$,(#2633),#16487); +#16487= IFCLIBRARYREFERENCE($,$,'Space Humidity Min',$,'en',$); -#9250= IFCRELASSOCIATESLIBRARY('0sszcOte59Ww2IVIcdFe76',$,$,$,(#2627),#16488); -#16488= IFCLIBRARYREFERENCE($,$,'\X2\590F5B6367004F4E5BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E669171B15B63\X0\(\X2\590F5B63\X0\)\X2\306E67004F4E6E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); +#9248= IFCRELASSOCIATESLIBRARY('0WVjnUYcLAHhckkhbgdocF',$,$,$,(#2633),#16488); +#16488= IFCLIBRARYREFERENCE($,$,'Humidit\S\i relative minimale','Humidit\S\i relative minimale de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison.','fr-FR',$); -#9251= IFCRELASSOCIATESLIBRARY('0YtO4HUX55zBYXBAzHZFiZ',$,$,$,(#2627),#16489); -#16489= IFCLIBRARYREFERENCE($,$,'\X2\C5ECB984CD5CC800C628B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\D639C11C\X0\ \X2\ACC4C808\X0\ (\X2\C5ECB984\X0\)\X2\C758\X0\ \X2\CD5CC800\X0\ \X2\C628B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); +#9249= IFCRELASSOCIATESLIBRARY('1a_vzS8Kv4F9oKFYD80IRz',$,$,$,(#2633),#16489); +#16489= IFCLIBRARYREFERENCE($,$,'\X2\67004F4E5BA451856E7F5EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E67004F4E6E7F5EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E7F5EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); -#9252= IFCRELASSOCIATESLIBRARY('2DIyqnXZXED85whA6x9PDK',$,$,$,(#2628),#16490); -#16490= IFCLIBRARYREFERENCE($,$,'Raumtemperatur Heizung Maximal','Maximal geforderte Raumtemperatur f\S\|r die Auslegung der Raumheizung.','de-DE',$); +#9250= IFCRELASSOCIATESLIBRARY('3YkFmsvEz0ERNeDSMSRr6F',$,$,$,(#2634),#16490); +#16490= IFCLIBRARYREFERENCE($,$,'Luftfeuchtigkeit K\S\|hlung','Geforderte Luftfeuchtigkeit f\S\|r diesen Raum f\S\|r die Auslegung der K\S\|hlung.','de-DE',$); -#9253= IFCRELASSOCIATESLIBRARY('1EqSb6hRPB2Q0XwIAI69fq',$,$,$,(#2628),#16491); -#16491= IFCLIBRARYREFERENCE($,$,'Space Temperature Winter Max',$,'en',$); +#9251= IFCRELASSOCIATESLIBRARY('2d4qdiD6f0YfV7Kopnp9zX',$,$,$,(#2634),#16491); +#16491= IFCLIBRARYREFERENCE($,$,'Space Humidity Summer',$,'en',$); -#9254= IFCRELASSOCIATESLIBRARY('3D2JG$NyDCORxMn4qyWOgH',$,$,$,(#2628),#16492); -#16492= IFCLIBRARYREFERENCE($,$,'Temp\S\irature maximale en hiver','Temp\S\irature maximale de l''espace ou de la zone en hiver. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le chauffage.','fr-FR',$); +#9252= IFCRELASSOCIATESLIBRARY('28L3OB$Gf4Cw3$ORjbyagB',$,$,$,(#2634),#16492); +#16492= IFCLIBRARYREFERENCE($,$,'Humidit\S\i relative maximale en \S\it\S\i','Humidit\S\i relative maximale de l''espace ou de la zone en \S\it\S\i. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le refroidissement.','fr-FR',$); -#9255= IFCRELASSOCIATESLIBRARY('3vjqAtIVL6Kvb$xl8U3weE',$,$,$,(#2628),#16493); -#16493= IFCLIBRARYREFERENCE($,$,'\X2\51AC5B6367009AD85BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E5BD251B75B63\X0\(\X2\51AC5B63\X0\)\X2\306E67009AD86E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); +#9253= IFCRELASSOCIATESLIBRARY('3V4ywo6BTCwvPNy3307WnM',$,$,$,(#2634),#16493); +#16493= IFCLIBRARYREFERENCE($,$,'\X2\590F5B635BA451856E7F5EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E669171B15B63\X0\(\X2\590F5B63\X0\)\X2\306E5BA451856E7F5EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); -#9256= IFCRELASSOCIATESLIBRARY('0xlXS75arE4RwWqvABQ5LE',$,$,$,(#2628),#16494); -#16494= IFCLIBRARYREFERENCE($,$,'\X2\ACA8C6B8CD5CACE0C628B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\CD94C6B4\X0\ \X2\ACC4C808\X0\ (\X2\ACA8C6B8\X0\) \X2\CD5CACE0\X0\ \X2\C628B3C4\X0\ \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); +#9254= IFCRELASSOCIATESLIBRARY('0c8pg6l0v6exsvs_$0gFY5',$,$,$,(#2634),#16494); +#16494= IFCLIBRARYREFERENCE($,$,'\X2\C5ECB984CCA0C2E4B0B4\X0\ \X2\C2B5B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\D639C11C\X0\ \X2\ACC4C808\X0\ (\X2\C5ECB984\X0\) \X2\C2E4B0B4\X0\ \X2\C2B5B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); -#9257= IFCRELASSOCIATESLIBRARY('3TMVvwFD95hAcnjjdXW_l1',$,$,$,(#2629),#16495); -#16495= IFCLIBRARYREFERENCE($,$,'Raumtemperatur Heizung Minimal','Minimal geforderte Raumtemperatur f\S\|r die Auslegung der Raumheizung.','de-DE',$); +#9255= IFCRELASSOCIATESLIBRARY('32iig_3$f9p9V7$5HKIsk4',$,$,$,(#2635),#16495); +#16495= IFCLIBRARYREFERENCE($,$,'Luftfeuchtigkeit Heizung','Geforderte Luftfeuchtigkeit f\S\|r diesen Raum f\S\|r die Auslegung der Heizung.','de-DE',$); -#9258= IFCRELASSOCIATESLIBRARY('2NqYj4X7D3s8IsbpKIhtsg',$,$,$,(#2629),#16496); -#16496= IFCLIBRARYREFERENCE($,$,'Space Temperature Winter Min',$,'en',$); +#9256= IFCRELASSOCIATESLIBRARY('3qfiKqzoL5VPJhj5VZ9CpJ',$,$,$,(#2635),#16496); +#16496= IFCLIBRARYREFERENCE($,$,'Space Humidity Winter',$,'en',$); -#9259= IFCRELASSOCIATESLIBRARY('3bjIovPxP4nw7uXXZMYnop',$,$,$,(#2629),#16497); -#16497= IFCLIBRARYREFERENCE($,$,'Temp\S\irature minimale en hiver','Temp\S\irature minimale de l''espace ou de la zone en hiver. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le chauffage.','fr-FR',$); +#9257= IFCRELASSOCIATESLIBRARY('2BvGDZlmXDIQMNLi3RwySl',$,$,$,(#2635),#16497); +#16497= IFCLIBRARYREFERENCE($,$,'Humidit\S\i relative minimale en \S\it\S\i','Humidit\S\i relative minimale de l''espace ou de la zone en \S\it\S\i. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le refroidissement.','fr-FR',$); -#9260= IFCRELASSOCIATESLIBRARY('1sg1l2BCn0ih60MvO_Qs79',$,$,$,(#2629),#16498); -#16498= IFCLIBRARYREFERENCE($,$,'\X2\51AC5B6367004F4E5BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E5BD251B75B63\X0\(\X2\51AC5B63\X0\)\X2\306E67004F4E6E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); +#9258= IFCRELASSOCIATESLIBRARY('2QtZjCsXL3JgH2F7IOR2v1',$,$,$,(#2635),#16498); +#16498= IFCLIBRARYREFERENCE($,$,'\X2\51AC5B635BA451856E7F5EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E5BD251B75B63\X0\(\X2\51AC5B63\X0\)\X2\306E5BA451856E7F5EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); -#9261= IFCRELASSOCIATESLIBRARY('2WHeqjcfT09wsLdD0GjOeq',$,$,$,(#2629),#16499); -#16499= IFCLIBRARYREFERENCE($,$,'\X2\ACA8C6B8CCA0\X0\ \X2\CD5CC800C628B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\CD94C6B4\X0\ \X2\ACC4C808\X0\ (\X2\ACA8C6B8\X0\)\X2\C758\X0\ \X2\CD5CC800\X0\ \X2\C628B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); +#9259= IFCRELASSOCIATESLIBRARY('3QzGL887P2qhfPkuxICd1L',$,$,$,(#2635),#16499); +#16499= IFCLIBRARYREFERENCE($,$,'\X2\ACA8C6B8CCA0C2E4B0B4\X0\ \X2\C2B5B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\CD94C6B4\X0\ \X2\ACC4C808\X0\ (\X2\B3D9C808AE30\X0\) \X2\C2E4B0B4\X0\ \X2\C2B5B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); -#9262= IFCRELASSOCIATESLIBRARY('3LNPQsETP2iQeuPCmxx8PB',$,$,$,(#2630),#16500); -#16500= IFCLIBRARYREFERENCE($,$,'Spacing',$,'en',$); +#9260= IFCRELASSOCIATESLIBRARY('3kH_kRUjP6$Q1eOurRnt$R',$,$,$,(#2636),#16500); +#16500= IFCLIBRARYREFERENCE($,$,'Space Mean Radiant Temperature',$,'en',$); -#9263= IFCRELASSOCIATESLIBRARY('0ZCMhBWwr6Wug3NRPpHz0Y',$,$,$,(#2630),#16501); -#16501= IFCLIBRARYREFERENCE($,$,'\X2\95939694\X0\','\X2\30C130E530FC30D6675F5185306E30D530A330F39593306E8DDD96E2\X0\','ja-JP',$); +#9261= IFCRELASSOCIATESLIBRARY('3rf7DR4lj8Axf0_M_CClIw',$,$,$,(#2636),#16501); +#16501= IFCLIBRARYREFERENCE($,$,'\X2\5BA45E735747653E5C046E295EA6\X0\','\X2\90E85C4B306E5E735747653E5C046E295EA6\X0\','ja-JP',$); -#9264= IFCRELASSOCIATESLIBRARY('0Zlx49gMPBiAVwPOa$ttHS',$,$,$,(#2631),#16502); -#16502= IFCLIBRARYREFERENCE($,$,'Spacing Bar Pitch',$,'en',$); +#9262= IFCRELASSOCIATESLIBRARY('2lnuh5oirBFfX5LH8tR_Hw',$,$,$,(#2637),#16502); +#16502= IFCLIBRARYREFERENCE($,$,'Space Relative Humidity',$,'en',$); -#9265= IFCRELASSOCIATESLIBRARY('10r1gfdD11XvtGyox3EVQB',$,$,$,(#2631),#16503); -#16503= IFCLIBRARYREFERENCE($,$,'\X2\5DFE6B627B4B30D430C330C1\X0\','\X2\5DFE6B627B4B306E959396943002\X0\','ja-JP',$); +#9263= IFCRELASSOCIATESLIBRARY('18UwTCKQvDD81YPvHsurMQ',$,$,$,(#2637),#16503); +#16503= IFCLIBRARYREFERENCE($,$,'\X2\5BA4518576F85BFE6E7F5EA6\X0\','\X2\5BA45185306E76F85BFE6E7F5EA6\X0\','ja-JP',$); -#9266= IFCRELASSOCIATESLIBRARY('3th7ZWF_L4kBOEC9KBJ6IP',$,$,$,(#2632),#16504); -#16504= IFCLIBRARYREFERENCE($,$,'Spacing Bar Pitch',$,'en',$); +#9264= IFCRELASSOCIATESLIBRARY('20aaoBDl99ju$UrdJcULD8',$,$,$,(#2638),#16504); +#16504= IFCLIBRARYREFERENCE($,$,'Space Temperature',$,'en',$); -#9267= IFCRELASSOCIATESLIBRARY('37EVqhjPPCnAq3EStzCTlC',$,$,$,(#2632),#16505); -#16505= IFCLIBRARYREFERENCE($,$,'\X2\5E456B627B4B95939694\X0\','\X2\5DFE6B627B4B306E959396943002\X0\','ja-JP',$); +#9265= IFCRELASSOCIATESLIBRARY('0aPSajK$X73xeacvQgcCmK',$,$,$,(#2638),#16505); +#16505= IFCLIBRARYREFERENCE($,$,'\X2\5BA451856E295EA6\X0\','\X2\5BA45185306E6E295EA6\X0\','ja-JP',$); -#9268= IFCRELASSOCIATESLIBRARY('1Vng8yVwP3zBv2UUPB8aGD',$,$,$,(#2633),#16506); -#16506= IFCLIBRARYREFERENCE($,$,'Spannweite','Lichte Spannweite des Balkens f\S\|r die statische Anforderung,\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); +#9266= IFCRELASSOCIATESLIBRARY('1l2kr1vxf87xe_Rk3Liktx',$,$,$,(#2639),#16506); +#16506= IFCLIBRARYREFERENCE($,$,'Raumtemperatur','Geforderte Raumtemperatur, die nicht \S\|berschritten werden darf, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall. Diese wird angegeben, wenn kein geforderter Temperaturbereich (Min - Max) vorhanden ist.','de-DE',$); -#9269= IFCRELASSOCIATESLIBRARY('30dBw5w8P14QLiRCqsUaRj',$,$,$,(#2633),#16507); -#16507= IFCLIBRARYREFERENCE($,$,'Span',$,'en',$); +#9267= IFCRELASSOCIATESLIBRARY('3xBpK1Hwf43OjOFSoOGq2y',$,$,$,(#2639),#16507); +#16507= IFCLIBRARYREFERENCE($,$,'Space Temperature',$,'en',$); -#9270= IFCRELASSOCIATESLIBRARY('0gI5oN3HzEXw7KAedotcH_',$,$,$,(#2633),#16508); -#16508= IFCLIBRARYREFERENCE($,$,'PorteeLibre','Port\S\ie libre de la poutre. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Les applications qui d\S\iterminent la g\S\iom\S\itrie comme les logiciels de CAO ne doivent pas autoriser la modification de cette propri\S\it\S\i.','fr-FR',$); +#9268= IFCRELASSOCIATESLIBRARY('3sYyqsDhHDaQHg_6jeQtD3',$,$,$,(#2639),#16508); +#16508= IFCLIBRARYREFERENCE($,$,'Temp\S\irature','Temp\S\irature de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison. A fournir si les valeurs maximale et minimale ne sont pas connues.','fr-FR',$); -#9271= IFCRELASSOCIATESLIBRARY('1HSsamYk5AzgjezewRaq0y',$,$,$,(#2633),#16509); -#16509= IFCLIBRARYREFERENCE($,$,'\X2\51689577\X0\','\X2\3053306E30AA30D630B830A730AF30C8306E516895773002\X0\\X\0D\X\0A\X\0D\X\0A\X2\305D306E5F6272B6FF0830AA30D630B830A730AF30C8306E51689577FF0960C55831306F30018868793A306E305F3081306E5F6272B6306B518590E830674F7F75283055308C308B5E7E4F555B66768430D130E930E130FC30BF309252A03048306663D04F9B3055308C308B30025F6272B660C558313068518590E8306E5E7E4F555B66768430D130E930E130FC30BF306B77DB76FE304C751F3058305F58345408306F30015E7E4F555B66768430D130E930E130FC30BF304C512A51483055308C308B30025E7E4F555B66768430D130E930E1FF0D30BF7DE896C630A230D730EA30B130FC30B730E730F33067306F3001\X0\CAD\X2\3068540C69D8306B30013053306E5024306F66F8304D8FBC307F5C02752830683059308B3002\X0\','ja-JP',$); +#9269= IFCRELASSOCIATESLIBRARY('1aUDoRhhXBcO58TWRZWU2J',$,$,$,(#2639),#16509); +#16509= IFCLIBRARYREFERENCE($,$,'\X2\67009AD85BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E6E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E295EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); -#9272= IFCRELASSOCIATESLIBRARY('1TXYXpyoH33RiG2JGHDTEF',$,$,$,(#2633),#16510); -#16510= IFCLIBRARYREFERENCE($,$,'\X2\8DE85EA6\X0\','\X2\8BE55BF98C61768451C08DE85EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\','zh-CN',$); +#9270= IFCRELASSOCIATESLIBRARY('0vgPGSK911uQmKTveoP2Ah',$,$,$,(#2640),#16510); +#16510= IFCLIBRARYREFERENCE($,$,'Raumtemperatur Maximal','Maximale geforderte Raumtemperatur, die nicht \S\|berschritten werden darf, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall.','de-DE',$); -#9273= IFCRELASSOCIATESLIBRARY('1F5nH4wRHENAyB6lQKAMVm',$,$,$,(#2634),#16511); -#16511= IFCLIBRARYREFERENCE($,$,'Spannweite','German-description-2','de-DE',$); +#9271= IFCRELASSOCIATESLIBRARY('3t5BpsttL5ogApEQtXRQ6U',$,$,$,(#2640),#16511); +#16511= IFCLIBRARYREFERENCE($,$,'Space Temperature Max',$,'en',$); -#9274= IFCRELASSOCIATESLIBRARY('3kTzSA0FH1fAyEe7KZgR22',$,$,$,(#2634),#16512); -#16512= IFCLIBRARYREFERENCE($,$,'Span',$,'en',$); +#9272= IFCRELASSOCIATESLIBRARY('20VARzEQv8Cxo5LDCcQYGH',$,$,$,(#2640),#16512); +#16512= IFCLIBRARYREFERENCE($,$,'Temp\S\irature maximale','Temp\S\irature maximale de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison.','fr-FR',$); -#9275= IFCRELASSOCIATESLIBRARY('3A1zZViy52aPr1$mlU3z8w',$,$,$,(#2634),#16513); -#16513= IFCLIBRARYREFERENCE($,$,'PorteeLibre','Port\S\ie libre. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#9273= IFCRELASSOCIATESLIBRARY('1hYfX2vm5DRxKdR7$ig4$6',$,$,$,(#2640),#16513); +#16513= IFCLIBRARYREFERENCE($,$,'\X2\67009AD85BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E67009AD86E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E295EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); -#9276= IFCRELASSOCIATESLIBRARY('2rj2kqMuz0mv5EgZZlBLUK',$,$,$,(#2634),#16514); -#16514= IFCLIBRARYREFERENCE($,$,'\X2\51689577\X0\','\X2\3053306E30AA30D630B830A730AF30C8306E516895773002\X0\','ja-JP',$); +#9274= IFCRELASSOCIATESLIBRARY('1L00IEwp53$u8ZlR5wAIzY',$,$,$,(#2640),#16514); +#16514= IFCLIBRARYREFERENCE($,$,'\X2\CD5CACE0\X0\ \X2\C628B3C4\X0\','\X2\ACF5AC04\X0\ \X2\B610B294\X0\ \X2\C601C5EDC758\X0\ \X2\CD5CACE0\X0\ \X2\C628B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\. \X2\B9CCC57D\X0\ \X2\C5ECB984CCA0\X0\ \X2\B610B294\X0\ \X2\ACA8C6B8CCA0\X0\ \X2\C2E4B0B4\X0\ \X2\C628B3C4\X0\ \X2\C694AD6CAC00\X0\ \X2\C8FCC5B4C9C0C9C0\X0\ \X2\C54AB294\X0\, \X2\ADF8AC83C740\X0\ \X2\C5F0C911C5D0\X0\, \X2\ADF8B807C9C0\X0\ \X2\C54AC73CBA74\X0\ \X2\C911AC04\X0\ \X2\BD84AE30BCC4B85C\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); -#9277= IFCRELASSOCIATESLIBRARY('3QsiNPZCTEGwLcnUlOZuPG',$,$,$,(#2634),#16515); -#16515= IFCLIBRARYREFERENCE($,$,'\X2\8DE85EA6\X0\','\X2\8BE55BF98C61768451C08DE85EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\','zh-CN',$); +#9275= IFCRELASSOCIATESLIBRARY('2rHJ0PjabBOONNON7PqZ5L',$,$,$,(#2641),#16515); +#16515= IFCLIBRARYREFERENCE($,$,'Raumtemperatur Minimal','Minimale geforderte Raumtemperatur, die nicht unterschritten werden darf, gilt als ganzj\S\dhrige Anforderung unabh\S\dngig vom Heizungs-, oder K\S\|hlungsfall.','de-DE',$); -#9279= IFCRELASSOCIATESLIBRARY('2iJoHTA_f9u94WHXcq0Vv_',$,$,$,(#2637),#16516); -#16516= IFCLIBRARYREFERENCE($,$,'Speaker Driver Size',$,'en',$); +#9276= IFCRELASSOCIATESLIBRARY('0whnMu1BL5shfOLvOcy9aR',$,$,$,(#2641),#16516); +#16516= IFCLIBRARYREFERENCE($,$,'Space Temperature Min',$,'en',$); -#9280= IFCRELASSOCIATESLIBRARY('1Bps8BPKH5$OYm$8alC6iv',$,$,$,(#2637),#16517); -#16517= IFCLIBRARYREFERENCE($,$,'\X2\30B930D430FC30AB30FC30C930E930A430D030B530A430BA\X0\','\X2\30C930E930A430D030E630CB30C330C8306865703092793A30593002\X0\','ja-JP',$); +#9277= IFCRELASSOCIATESLIBRARY('0qstXgoID2_eeiJp7NUiak',$,$,$,(#2641),#16517); +#16517= IFCLIBRARYREFERENCE($,$,'Temp\S\irature minimale','Temp\S\irature minimale de l''espace ou de la zone sp\S\icifi\S\ie par l''usager ou le concepteur. Si les valeurs pour l''\S\it\S\i et l''hiver ne sont pas connues, cette temp\S\irature s''applique toute l''ann\S\ie, sinon seulement en demi-saison.','fr-FR',$); -#9281= IFCRELASSOCIATESLIBRARY('0qjJ6Y0e5Cq9mRvwuPzllh',$,$,$,(#2637),#16518); -#16518= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D53CCEE4\X0\ \X2\B4DCB77CC774BC84\X0\','\X2\B4DCB77CC774BC84\X0\ \X2\C720B2DBACFC\X0\ \X2\C218B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\','ko-KR',$); +#9278= IFCRELASSOCIATESLIBRARY('0SXlqd4xTFxP9hi_xpIjML',$,$,$,(#2641),#16518); +#16518= IFCLIBRARYREFERENCE($,$,'\X2\67004F4E5BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E67004F4E6E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B300230823057590F5B63307E305F306F51AC5B63306E5BA451856E295EA689816C42304C4E0E30483089308C306A304430683001305D308C306F901A5E74306B300130553082306A3051308C30704E2D95935B63306B906975283055308C308B3002\X0\','ja-JP',$); -#9283= IFCRELASSOCIATESLIBRARY('1IBrAvOnP7uPJpIIIEFpkv',$,$,$,(#2638),#16519); -#16519= IFCLIBRARYREFERENCE($,$,'Speaker Mounting',$,'en',$); +#9279= IFCRELASSOCIATESLIBRARY('33LVG7piDA6QzFUIE_6OF7',$,$,$,(#2641),#16519); +#16519= IFCLIBRARYREFERENCE($,$,'\X2\CD5CC800C628B3C4\X0\','\X2\ACF5AC04\X0\ \X2\B610B294\X0\ \X2\C601C5EDC758\X0\ \X2\CD5CC800\X0\ \X2\C628B3C4\X0\ \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\. \X2\B9CCC57D\X0\ \X2\C5ECB984CCA0\X0\ \X2\B610B294\X0\ \X2\ACA8C6B8CCA0\X0\ \X2\C2E4B0B4\X0\ \X2\C628B3C4\X0\ \X2\C694AD6CAC00\X0\ \X2\C8FCC5B4C9C0C9C0\X0\ \X2\C54AB294\X0\, \X2\ADF8AC83C740\X0\ \X2\C5F0C911C5D0\X0\, \X2\ADF8B807C9C0\X0\ \X2\C54AC73CBA74\X0\ \X2\C911AC04\X0\ \X2\BD84AE30BCC4B85C\X0\ \X2\C801C6A9B41CB2E4\X0\.','ko-KR',$); -#9284= IFCRELASSOCIATESLIBRARY('2QzeIEdZHAg8kmE0kbNL3z',$,$,$,(#2638),#16520); -#16520= IFCLIBRARYREFERENCE($,$,'\X2\53D64ED853EF80FD65B96CD5\X0\','\X2\53D64ED853EF80FD306A65B96CD53092793A30593002\X0\','ja-JP',$); +#9280= IFCRELASSOCIATESLIBRARY('2CGXt5AwPEeg9hi4CvPNrb',$,$,$,(#2642),#16520); +#16520= IFCLIBRARYREFERENCE($,$,'Raumtemperatur K\S\|hlung Maximal','Maximal geforderte Raumtemperatur aus dem Raumprogramm f\S\|r die Auslegung der Raumk\S\|hlung.','de-DE',$); -#9285= IFCRELASSOCIATESLIBRARY('06BvIwpe55kxaNW2q5tlch',$,$,$,(#2638),#16521); -#16521= IFCLIBRARYREFERENCE($,$,'\X2\C124CE58\X0\ \X2\AC00B2A5\X0\ \X2\BC29BC95\X0\','\X2\BD99C77C\X0\ \X2\C218C788B294\X0\ \X2\BC29BC95C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#9281= IFCRELASSOCIATESLIBRARY('3gFppNy05FQBnTdKcdg9MN',$,$,$,(#2642),#16521); +#16521= IFCLIBRARYREFERENCE($,$,'Space Temperature Summer Max',$,'en',$); -#9287= IFCRELASSOCIATESLIBRARY('1Yi8kB4Mz0tRsDFHSqejbz',$,$,$,(#2639),#16522); -#16522= IFCLIBRARYREFERENCE($,$,'Speaker Type',$,'en',$); +#9282= IFCRELASSOCIATESLIBRARY('2ErB_oqqb6KPswCY3eYoDw',$,$,$,(#2642),#16522); +#16522= IFCLIBRARYREFERENCE($,$,'Temp\S\irature maximale en \S\it\S\i','Temp\S\irature maximale de l''espace ou de la zone en \S\it\S\i. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le refroidissement.','fr-FR',$); -#9288= IFCRELASSOCIATESLIBRARY('3_1E8x7n5B0ubBhM1I1kbg',$,$,$,(#2639),#16523); -#16523= IFCLIBRARYREFERENCE($,$,'\X2\30B930D430FC30AB30FC30BF30A430D7\X0\','\X2\30B930D430FC30AB30FC306E30BF30A430D73092793A30593002\X0\','ja-JP',$); +#9283= IFCRELASSOCIATESLIBRARY('1RZNnH0S93HeReqZxABk2Z',$,$,$,(#2642),#16523); +#16523= IFCLIBRARYREFERENCE($,$,'\X2\590F5B6367009AD85BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E669171B15B63\X0\(\X2\590F5B63\X0\)\X2\306E67009AD86E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); -#9289= IFCRELASSOCIATESLIBRARY('3RB_ClWLfDCeUlrtBx7frQ',$,$,$,(#2639),#16524); -#16524= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D53CCEE4\X0\ \X2\D0C0C785\X0\','\X2\C2A4D53CCEE4C758\X0\ \X2\D0C0C785C744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#9284= IFCRELASSOCIATESLIBRARY('2LMhFSkfP7JhXv37XT9Xfh',$,$,$,(#2642),#16524); +#16524= IFCLIBRARYREFERENCE($,$,'\X2\C5ECB984CD5CACE0C628B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\D639C11C\X0\ \X2\ACC4C808\X0\ (\X2\C5ECB984\X0\)\X2\C758\X0\ \X2\CD5CACE0\X0\ \X2\C628B3C4\X0\ \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); -#9290= IFCRELASSOCIATESLIBRARY('3o4CURJsPD8hA4qa4bN_jD',$,$,$,(#2640),#16525); -#16525= IFCLIBRARYREFERENCE($,$,'Special Construction',$,'en',$); +#9285= IFCRELASSOCIATESLIBRARY('1ykhzr0CP7aeTlWX96PdeF',$,$,$,(#2643),#16525); +#16525= IFCLIBRARYREFERENCE($,$,'Raumtemperatur K\S\|hlung Minimal','Minimal geforderte Raumtemperatur aus dem Raumprogramm f\S\|r die Auslegung der Raumk\S\|hlung.','de-DE',$); -#9291= IFCRELASSOCIATESLIBRARY('0YEJVIxDHF9OWcgj9bxhNS',$,$,$,(#2640),#16526); -#16526= IFCLIBRARYREFERENCE($,$,'\X2\72795225306A65BD5DE565B96CD5\X0\','\X2\72796B8A306A69CB9020309250993048305F602780FDFF0D305F30683048307030015E73578B30D530EC30AD30B730D630EB30B130FC30D630EB3042308B3044306F786C30445E73578B6BCD7DDA30B130FC30D630EB30013042308B3044306F6BCD7DDA3067518590E8306B924488FD30017E4A7DAD3001540C5FC35C0E4F53306769CB62103055308C30663044308B30B530DD30FC30C830926301306330663044308B3002\X0\\X\0D\X\0A\X2\6CE88A18FF094F7F75283059308B67506599306F30014F7F7528524D306B4EA46D4153C252A08005959330675408610F3059308B305330683002\X0\','ja-JP',$); +#9286= IFCRELASSOCIATESLIBRARY('388UGNGWLDaO4KFLQtLKyY',$,$,$,(#2643),#16526); +#16526= IFCLIBRARYREFERENCE($,$,'Space Temperature Summer Min',$,'en',$); -#9292= IFCRELASSOCIATESLIBRARY('17ohJd7mr00BY8H59ZPD_R',$,$,$,(#2640),#16527); -#16527= IFCLIBRARYREFERENCE($,$,'\X2\D2B9BCC4D55C\X0\ \X2\C2DCACF5\X0\ \X2\BC29BC95\X0\','\X2\D2B9C218D55C\X0\ \X2\AD6CC870B97C\X0\ \X2\AC16CD98\X0\ \X2\C131B2A5\X0\ - \X2\C608B97C\X0\ \X2\B4E4C5B4\X0\, \X2\D3C9D615\X0\ \X2\D50CB809C2DCBE14\X0\ \X2\CF00C774BE14\X0\ \X2\B610B294\X0\ \X2\B531B531D55C\X0\ \X2\D3C9D615\X0\ \X2\BAA8C120\X0\ \X2\CF00C774BE14\X0\ \X2\B610B294\X0\ \X2\BAA8C120\X0\ \X2\B0B4BD80C5D0\X0\ \X2\CCA0C81C\X0\, \X2\C12CC720\X0\, \X2\B3D9C2EC\X0\ \X2\B3C4CCB4B85C\X0\ \X2\AD6CC131B418C5B4C788B294\X0\ \X2\C9C0C6D0C774C788B2E4\X0\. \X2\C8FC\X0\) \X2\C0ACC6A9D558B294\X0\ \X2\C7ACB8CCB294\X0\ \X2\C0ACC6A9\X0\ \X2\C804C5D0\X0\ \X2\AD50B958\X0\ \X2\CC38AC00C790\X0\ \X2\C0ACC774C5D0\X0\ \X2\B3D9C758D55CB2E4\X0\.','ko-KR',$); +#9287= IFCRELASSOCIATESLIBRARY('22JIMI7Sr7fgytpcsw$3nh',$,$,$,(#2643),#16527); +#16527= IFCLIBRARYREFERENCE($,$,'Temp\S\irature minimale en \S\it\S\i','Temp\S\irature minimale de l''espace ou de la zone en \S\it\S\i. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le refroidissement.','fr-FR',$); -#9293= IFCRELASSOCIATESLIBRARY('3pOx4sYd12XvOXXOZgvKBD',$,$,$,(#2641),#16528); -#16528= IFCLIBRARYREFERENCE($,$,'Special Instructions',$,'en',$); +#9288= IFCRELASSOCIATESLIBRARY('3XP4ulMWDFMwjrSZ3zauK_',$,$,$,(#2643),#16528); +#16528= IFCLIBRARYREFERENCE($,$,'\X2\590F5B6367004F4E5BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E669171B15B63\X0\(\X2\590F5B63\X0\)\X2\306E67004F4E6E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); -#9294= IFCRELASSOCIATESLIBRARY('2A3ZWgsSP71QHSe2KCZ$za',$,$,$,(#2641),#16529); -#16529= IFCLIBRARYREFERENCE($,$,'\X2\72798A184E8B9805\X0\','\X2\83779020308A306B95A23059308B72798A184E8B98053002\X0\','ja-JP',$); +#9289= IFCRELASSOCIATESLIBRARY('264YCSr05AoQMrLJ098ptr',$,$,$,(#2643),#16529); +#16529= IFCLIBRARYREFERENCE($,$,'\X2\C5ECB984CD5CC800C628B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\D639C11C\X0\ \X2\ACC4C808\X0\ (\X2\C5ECB984\X0\)\X2\C758\X0\ \X2\CD5CC800\X0\ \X2\C628B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); -#9295= IFCRELASSOCIATESLIBRARY('2Ig9Wojcz30RgU6kMYBKDp',$,$,$,(#2642),#16530); -#16530= IFCLIBRARYREFERENCE($,$,'Special Instructions',$,'en',$); +#9290= IFCRELASSOCIATESLIBRARY('1Zgp4zxYn0$BO4HyCXN$FG',$,$,$,(#2644),#16530); +#16530= IFCLIBRARYREFERENCE($,$,'Raumtemperatur Heizung Maximal','Maximal geforderte Raumtemperatur f\S\|r die Auslegung der Raumheizung.','de-DE',$); -#9296= IFCRELASSOCIATESLIBRARY('1Jg89gGPTAiflx1IA8Sevj',$,$,$,(#2642),#16531); -#16531= IFCLIBRARYREFERENCE($,$,'\X2\727952256307793A\X0\','\X2\79FB52D530FB5F1530638D8A3057306B5F7197FF3059308B72795225306A6307793A3002\X0\','ja-JP',$); +#9291= IFCRELASSOCIATESLIBRARY('2LIm$DQvzF5eR7vr53gwHb',$,$,$,(#2644),#16531); +#16531= IFCLIBRARYREFERENCE($,$,'Space Temperature Winter Max',$,'en',$); -#9297= IFCRELASSOCIATESLIBRARY('0EJdQJXTH3xfAdstWSjrey',$,$,$,(#2644),#16532); -#16532= IFCLIBRARYREFERENCE($,$,'Special Requirements',$,'en',$); +#9292= IFCRELASSOCIATESLIBRARY('3UDGYD$YT24P9CCguffbYu',$,$,$,(#2644),#16532); +#16532= IFCLIBRARYREFERENCE($,$,'Temp\S\irature maximale en hiver','Temp\S\irature maximale de l''espace ou de la zone en hiver. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le chauffage.','fr-FR',$); -#9298= IFCRELASSOCIATESLIBRARY('3F6leXcxTEYPgQO9eeZ0ag',$,$,$,(#2645),#16533); -#16533= IFCLIBRARYREFERENCE($,$,'Species',$,'en',$); +#9293= IFCRELASSOCIATESLIBRARY('3FkXP5QVj8GweThlYMYbSW',$,$,$,(#2644),#16533); +#16533= IFCLIBRARYREFERENCE($,$,'\X2\51AC5B6367009AD85BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E5BD251B75B63\X0\(\X2\51AC5B63\X0\)\X2\306E67009AD86E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); -#9299= IFCRELASSOCIATESLIBRARY('1HF0aUQ4j4Fx7Lb1tD2Tzn',$,$,$,(#2647),#16534); -#16534= IFCLIBRARYREFERENCE($,$,'Specific Heat Capacity',$,'en',$); +#9294= IFCRELASSOCIATESLIBRARY('2QQtcTKeX63RdNfYg_d5ao',$,$,$,(#2644),#16534); +#16534= IFCLIBRARYREFERENCE($,$,'\X2\ACA8C6B8CD5CACE0C628B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\CD94C6B4\X0\ \X2\ACC4C808\X0\ (\X2\ACA8C6B8\X0\) \X2\CD5CACE0\X0\ \X2\C628B3C4\X0\ \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); -#9300= IFCRELASSOCIATESLIBRARY('2Hz_DBHUbEZBQvQOE78Zjl',$,$,$,(#2648),#16535); -#16535= IFCLIBRARYREFERENCE($,$,'Specific Heat Capacity',$,'en',$); +#9295= IFCRELASSOCIATESLIBRARY('2S_2bRfRfBHhQxqjlT1jwl',$,$,$,(#2645),#16535); +#16535= IFCLIBRARYREFERENCE($,$,'Raumtemperatur Heizung Minimal','Minimal geforderte Raumtemperatur f\S\|r die Auslegung der Raumheizung.','de-DE',$); -#9301= IFCRELASSOCIATESLIBRARY('0UrOdILLD7jP7y1iMLNGLb',$,$,$,(#2649),#16536); -#16536= IFCLIBRARYREFERENCE($,$,'Specific Heat Temperature Derivative',$,'en',$); +#9296= IFCRELASSOCIATESLIBRARY('071rzPs_968uTF2IFxQKdC',$,$,$,(#2645),#16536); +#16536= IFCLIBRARYREFERENCE($,$,'Space Temperature Winter Min',$,'en',$); -#9302= IFCRELASSOCIATESLIBRARY('2jbr$0OL9EH9liuobtvqwh',$,$,$,(#2650),#16537); -#16537= IFCLIBRARYREFERENCE($,$,'Spectrum',$,'en',$); +#9297= IFCRELASSOCIATESLIBRARY('1jTR0Jp814suQMpfuo98LX',$,$,$,(#2645),#16537); +#16537= IFCLIBRARYREFERENCE($,$,'Temp\S\irature minimale en hiver','Temp\S\irature minimale de l''espace ou de la zone en hiver. Sp\S\icifi\S\ie par l''usager ou le concepteur et utilis\S\ie comme consigne pour le chauffage.','fr-FR',$); -#9303= IFCRELASSOCIATESLIBRARY('0oyJHuNrvCzgxB8lxXk9MJ',$,$,$,(#2650),#16538); -#16538= IFCLIBRARYREFERENCE($,$,'\X2\6CE2957757DF\X0\','\X2\6CE2957730928003616E30573066540862103059308B305330683092653E5C0430B930DA30AF30C830EB3067886873FE3059308B3002\X0\\X\0D\X\0A\X2\5149306F53EF8996306E96FB78C16CE2306E4E007A2E306730018A33\X0\380\X2\FF5E\X0\780nm\X2\306E7BC456F2306E6CE29577306E653E5C0430673042308B3002\X0\\X\0D\X\0A\X2\8272306E59095316306F7D2B304B308985CD82723001975230017DD130019EC48272300130AA30EC30F330B830018D64306E7BC456F2306B76F85F533059308B30023053308C3089306E8272306F90237D9A3059308B6CE2957730673001304A4E923044306B540862103057305F6CE29577981857DF30673042308B3002\X0\','ja-JP',$); +#9298= IFCRELASSOCIATESLIBRARY('2WP_vKLpv5uhsPaFcrdWkV',$,$,$,(#2645),#16538); +#16538= IFCLIBRARYREFERENCE($,$,'\X2\51AC5B6367004F4E5BA451856E295EA6\X0\','\X2\7A7A9593307E305F306F30BE30FC30F3306E5BD251B75B63\X0\(\X2\51AC5B63\X0\)\X2\306E67004F4E6E295EA63002522975288005\X0\/\X2\8A2D8A088005306E899670B9304B308989816C423055308C308B3002\X0\','ja-JP',$); -#9304= IFCRELASSOCIATESLIBRARY('2bPBxjN2X1Tvwr9irYdemb',$,$,$,(#2650),#16539); -#16539= IFCLIBRARYREFERENCE($,$,'\X2\D30CC7A5\X0\',$,'ko-KR',$); +#9299= IFCRELASSOCIATESLIBRARY('1nltHjyMj9EOD$_57RniRP',$,$,$,(#2645),#16539); +#16539= IFCLIBRARYREFERENCE($,$,'\X2\ACA8C6B8CCA0\X0\ \X2\CD5CC800C628B3C4\X0\','\X2\ACF5AC04C774B098\X0\ \X2\C601C5ED\X0\ \X2\CD94C6B4\X0\ \X2\ACC4C808\X0\ (\X2\ACA8C6B8\X0\)\X2\C758\X0\ \X2\CD5CC800\X0\ \X2\C628B3C4\X0\. \X2\C774C6A9C790\X0\ / \X2\C124ACC4C790C758\X0\ \X2\AD00C810C5D0C11C\X0\ \X2\C694AD6CB41CB2E4\X0\.','ko-KR',$); -#9305= IFCRELASSOCIATESLIBRARY('1tW8MUB0P7ve53PkgrGi4i',$,$,$,(#2651),#16540); -#16540= IFCLIBRARYREFERENCE($,$,'Spillover Level',$,'en',$); +#9300= IFCRELASSOCIATESLIBRARY('2tKLIyLq1DCAo3_YzEWUqj',$,$,$,(#2646),#16540); +#16540= IFCLIBRARYREFERENCE($,$,'Spacing',$,'en',$); -#9306= IFCRELASSOCIATESLIBRARY('3lLcU$rRvA8BLj0$SZRlkl',$,$,$,(#2651),#16541); -#16541= IFCLIBRARYREFERENCE($,$,'\X2\6C344F4D\X0\','\X2\7D99624B304B3089306E6C344F4D3002\X0\','ja-JP',$); +#9301= IFCRELASSOCIATESLIBRARY('3EIo1zat12L9sqS$RRnap2',$,$,$,(#2646),#16541); +#16541= IFCLIBRARYREFERENCE($,$,'\X2\95939694\X0\','\X2\30C130E530FC30D6675F5185306E30D530A330F39593306E8DDD96E2\X0\','ja-JP',$); -#9307= IFCRELASSOCIATESLIBRARY('09wQTCJ3vBS8jsBBTYD8oo',$,$,$,(#2652),#16542); -#16542= IFCLIBRARYREFERENCE($,$,'Spillover Level',$,'en',$); +#9302= IFCRELASSOCIATESLIBRARY('1Jkj3uA0j4COoJ9FfgPz5V',$,$,$,(#2647),#16542); +#16542= IFCLIBRARYREFERENCE($,$,'Spacing Bar Pitch',$,'en',$); -#9308= IFCRELASSOCIATESLIBRARY('2AO_ISDnz7RBC$JnPFLICZ',$,$,$,(#2652),#16543); -#16543= IFCLIBRARYREFERENCE($,$,'\X2\6D4151FA30EC30D930EB\X0\','\X2\6C34304C3053307C308C308B30EC30D930EB3002\X0\','ja-JP',$); +#9303= IFCRELASSOCIATESLIBRARY('0Z$36vESH1og$siQIRZq1o',$,$,$,(#2647),#16543); +#16543= IFCLIBRARYREFERENCE($,$,'\X2\5DFE6B627B4B30D430C330C1\X0\','\X2\5DFE6B627B4B306E959396943002\X0\','ja-JP',$); -#9309= IFCRELASSOCIATESLIBRARY('28$OFW2FfEO8WgmAaDmLhu',$,$,$,(#2653),#16544); -#16544= IFCLIBRARYREFERENCE($,$,'Spillover Level',$,'en',$); +#9304= IFCRELASSOCIATESLIBRARY('2dRKMhAMr0g9zV6gH0aQ2n',$,$,$,(#2648),#16544); +#16544= IFCLIBRARYREFERENCE($,$,'Spacing Bar Pitch',$,'en',$); -#9310= IFCRELASSOCIATESLIBRARY('1MDhv_peb7YAbsI4gPskzQ',$,$,$,(#2653),#16545); -#16545= IFCLIBRARYREFERENCE($,$,'\X2\6C344F4D\X0\','\X2\7D99624B304B3089306E6C344F4D3002\X0\','ja-JP',$); +#9305= IFCRELASSOCIATESLIBRARY('2wXgiDehD5HexxwfavmNcz',$,$,$,(#2648),#16545); +#16545= IFCLIBRARYREFERENCE($,$,'\X2\5E456B627B4B95939694\X0\','\X2\5DFE6B627B4B306E959396943002\X0\','ja-JP',$); -#9311= IFCRELASSOCIATESLIBRARY('2HWon5XRzE3gk7m4thUfAV',$,$,$,(#2654),#16546); -#16546= IFCLIBRARYREFERENCE($,$,'Spillover Level',$,'en',$); +#9306= IFCRELASSOCIATESLIBRARY('3MFyFsfpbAmALB5NAhhkFO',$,$,$,(#2649),#16546); +#16546= IFCLIBRARYREFERENCE($,$,'Spannweite','Lichte Spannweite des Balkens f\S\|r die statische Anforderung,\X\0D\X\0A\X\0D\X\0ADieser Parameter wird zus\S\dtzlich zur geometrischen Repr\S\dsentation bereitgestellt. Im Fall der Inkonsistenz zwischen dem Parameter und der Geometrie hat die geometrische Repr\S\dsention Priorit\S\dt. Dieser Parameter ist f\S\|r CAD Software write-only.','de-DE',$); -#9312= IFCRELASSOCIATESLIBRARY('3lIghkhLr208PJzw8RAwrP',$,$,$,(#2654),#16547); -#16547= IFCLIBRARYREFERENCE($,$,'\X2\6C344F4D\X0\','\X2\7D99624B304B3089306E6C344F4D3002\X0\','ja-JP',$); +#9307= IFCRELASSOCIATESLIBRARY('3iVjo1ku10dgfrsFQTvWOm',$,$,$,(#2649),#16547); +#16547= IFCLIBRARYREFERENCE($,$,'Span',$,'en',$); -#9314= IFCRELASSOCIATESLIBRARY('3a0YGOUxH5gw034XqjUFdz',$,$,$,(#2655),#16548); -#16548= IFCLIBRARYREFERENCE($,$,'Spray Type',$,'en',$); +#9308= IFCRELASSOCIATESLIBRARY('3d2taYoP59GRmS3SLFwhIu',$,$,$,(#2649),#16548); +#16548= IFCLIBRARYREFERENCE($,$,'PorteeLibre','Port\S\ie libre de la poutre. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment. Les applications qui d\S\iterminent la g\S\iom\S\itrie comme les logiciels de CAO ne doivent pas autoriser la modification de cette propri\S\it\S\i.','fr-FR',$); -#9315= IFCRELASSOCIATESLIBRARY('1Y$n3qK19ASvhN07G_WJ1C',$,$,$,(#2657),#16549); -#16549= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz','Angabe, ob das Geb\S\dude durch eine Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH).','de-DE',$); +#9309= IFCRELASSOCIATESLIBRARY('1xkFPrxTr6pOj2TuZMglYU',$,$,$,(#2649),#16549); +#16549= IFCLIBRARYREFERENCE($,$,'\X2\51689577\X0\','\X2\3053306E30AA30D630B830A730AF30C8306E516895773002\X0\\X\0D\X\0A\X\0D\X\0A\X2\305D306E5F6272B6FF0830AA30D630B830A730AF30C8306E51689577FF0960C55831306F30018868793A306E305F3081306E5F6272B6306B518590E830674F7F75283055308C308B5E7E4F555B66768430D130E930E130FC30BF309252A03048306663D04F9B3055308C308B30025F6272B660C558313068518590E8306E5E7E4F555B66768430D130E930E130FC30BF306B77DB76FE304C751F3058305F58345408306F30015E7E4F555B66768430D130E930E130FC30BF304C512A51483055308C308B30025E7E4F555B66768430D130E930E1FF0D30BF7DE896C630A230D730EA30B130FC30B730E730F33067306F3001\X0\CAD\X2\3068540C69D8306B30013053306E5024306F66F8304D8FBC307F5C02752830683059308B3002\X0\','ja-JP',$); -#9316= IFCRELASSOCIATESLIBRARY('2CordVSn576OkZm$5xRTuM',$,$,$,(#2657),#16550); -#16550= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection',$,'en',$); +#9310= IFCRELASSOCIATESLIBRARY('0oKieSK1vDwxBWFyBPeL8s',$,$,$,(#2649),#16550); +#16550= IFCLIBRARYREFERENCE($,$,'\X2\8DE85EA6\X0\','\X2\8BE55BF98C61768451C08DE85EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\','zh-CN',$); -#9317= IFCRELASSOCIATESLIBRARY('2u3aA0Iu5ACuU07GhrmYn9',$,$,$,(#2657),#16551); -#16551= IFCLIBRARYREFERENCE($,$,'ProtectionParSprinkler','Indication selon laquelle ce b\S\btiment b\S\in\S\ificie d''une protection par sprinkler (VRAI) ou non (FAUX).','fr-FR',$); +#9311= IFCRELASSOCIATESLIBRARY('2NSPGxfRz5X8QN0xd9LxEt',$,$,$,(#2650),#16551); +#16551= IFCLIBRARYREFERENCE($,$,'Spannweite','German-description-2','de-DE',$); -#9318= IFCRELASSOCIATESLIBRARY('2j1Wg_RlPCDhbv3viAu5u1',$,$,$,(#2657),#16552); -#16552= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC96325FA1\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099306E670971213092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#9312= IFCRELASSOCIATESLIBRARY('3mCtjdNd59nhQCjG$wOynS',$,$,$,(#2650),#16552); +#16552= IFCLIBRARYREFERENCE($,$,'Span',$,'en',$); -#9319= IFCRELASSOCIATESLIBRARY('00k18UdfT1pw2uoMAqpQW3',$,$,$,(#2657),#16553); -#16553= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44C758\X0\ \X2\C720BB34B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); +#9313= IFCRELASSOCIATESLIBRARY('3v3gWnS2rD_9UWTDdEgKXe',$,$,$,(#2650),#16553); +#16553= IFCLIBRARYREFERENCE($,$,'PorteeLibre','Port\S\ie libre. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme de l''\S\il\S\iment et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#9320= IFCRELASSOCIATESLIBRARY('3qezQJvYT0yPRB8nPfz6QI',$,$,$,(#2658),#16554); -#16554= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz','Angabe, ob der Raum durch eine Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH).','de-DE',$); +#9314= IFCRELASSOCIATESLIBRARY('3flqMONUr89BTbWgJXKRrO',$,$,$,(#2650),#16554); +#16554= IFCLIBRARYREFERENCE($,$,'\X2\51689577\X0\','\X2\3053306E30AA30D630B830A730AF30C8306E516895773002\X0\','ja-JP',$); -#9321= IFCRELASSOCIATESLIBRARY('2tDSn6ri95HwC6YbmPoBsj',$,$,$,(#2658),#16555); -#16555= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection',$,'en',$); +#9315= IFCRELASSOCIATESLIBRARY('05SXyRr0f1DBJfYP02H94j',$,$,$,(#2650),#16555); +#16555= IFCLIBRARYREFERENCE($,$,'\X2\8DE85EA6\X0\','\X2\8BE55BF98C61768451C08DE85EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845F6272B64FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845F6272B65C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C630025BF9\X0\CAD\X2\7B4951E04F557F168F917A0B5E8FFF0C8BE55C5E60275E944E3A53EA51997C7B578B3002\X0\','zh-CN',$); -#9322= IFCRELASSOCIATESLIBRARY('1iz_K4WYHAouqskAgFp11A',$,$,$,(#2658),#16556); -#16556= IFCLIBRARYREFERENCE($,$,'ProtectionParSprinkler','Indication selon laquelle ce b\S\btiment b\S\in\S\ificie d''une protection par sprinkler (VRAI) ou non (FAUX).','fr-FR',$); +#9317= IFCRELASSOCIATESLIBRARY('2jT3ay4M58QudtJjXqym8l',$,$,$,(#2653),#16556); +#16556= IFCLIBRARYREFERENCE($,$,'Speaker Driver Size',$,'en',$); -#9323= IFCRELASSOCIATESLIBRARY('1GtysGiN95u8_6NGAhvHIj',$,$,$,(#2658),#16557); -#16557= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC96325FA1\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099306E670971213092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\67093001\X0\(FALSE)\X2\306A30573002\X0\','ja-JP',$); +#9318= IFCRELASSOCIATESLIBRARY('3QvvK08J9FPPfsM6xPS98J',$,$,$,(#2653),#16557); +#16557= IFCLIBRARYREFERENCE($,$,'\X2\30B930D430FC30AB30FC30C930E930A430D030B530A430BA\X0\','\X2\30C930E930A430D030E630CB30C330C8306865703092793A30593002\X0\','ja-JP',$); -#9324= IFCRELASSOCIATESLIBRARY('1iyRJ4XTD9B8mcynPvAqT_',$,$,$,(#2658),#16558); -#16558= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44C758\X0\ \X2\C720BB34B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\C720\X0\ (FALSE) \X2\C5C6C74C\X0\.','ko-KR',$); +#9319= IFCRELASSOCIATESLIBRARY('2QrJKD0pD7L8S$NBwZuSBk',$,$,$,(#2653),#16558); +#16558= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D53CCEE4\X0\ \X2\B4DCB77CC774BC84\X0\','\X2\B4DCB77CC774BC84\X0\ \X2\C720B2DBACFC\X0\ \X2\C218B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\','ko-KR',$); -#9325= IFCRELASSOCIATESLIBRARY('13Rm25OH9E6fqj3jX_iUwo',$,$,$,(#2659),#16559); -#16559= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz','Angabe, ob des Geschoss durch eine Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH).','de-DE',$); +#9321= IFCRELASSOCIATESLIBRARY('292H7jdwT5ruGNEzotd_XB',$,$,$,(#2654),#16559); +#16559= IFCLIBRARYREFERENCE($,$,'Speaker Mounting',$,'en',$); -#9326= IFCRELASSOCIATESLIBRARY('0UZUh9BGH3bRqQ1fmI651L',$,$,$,(#2659),#16560); -#16560= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection',$,'en',$); +#9322= IFCRELASSOCIATESLIBRARY('0CI1ZmcbjCuPiVSTXWndG9',$,$,$,(#2654),#16560); +#16560= IFCLIBRARYREFERENCE($,$,'\X2\53D64ED853EF80FD65B96CD5\X0\','\X2\53D64ED853EF80FD306A65B96CD53092793A30593002\X0\','ja-JP',$); -#9327= IFCRELASSOCIATESLIBRARY('3Fh_tyKE1Bov5st4jJZzgQ',$,$,$,(#2659),#16561); -#16561= IFCLIBRARYREFERENCE($,$,'ProtectionParSprinkler','Indication selon laquelle ce b\S\btimentb\S\in\S\ificie d''une protection par sprinkler (VRAI) ou non (FAUX)','fr-FR',$); +#9323= IFCRELASSOCIATESLIBRARY('0E8Yjrop18jfR_oPxi6p3I',$,$,$,(#2654),#16561); +#16561= IFCLIBRARYREFERENCE($,$,'\X2\C124CE58\X0\ \X2\AC00B2A5\X0\ \X2\BC29BC95\X0\','\X2\BD99C77C\X0\ \X2\C218C788B294\X0\ \X2\BC29BC95C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#9328= IFCRELASSOCIATESLIBRARY('1aSzyZyEr0BB6qrAVYtn3a',$,$,$,(#2659),#16562); -#16562= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC96325FA1\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099306E670971213092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#9325= IFCRELASSOCIATESLIBRARY('3SyUE3BknE0fiHKI9xOa1t',$,$,$,(#2655),#16562); +#16562= IFCLIBRARYREFERENCE($,$,'Speaker Type',$,'en',$); -#9329= IFCRELASSOCIATESLIBRARY('0gdQ$tkynFxQjPBU_EurWW',$,$,$,(#2659),#16563); -#16563= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44C758\X0\ \X2\C720BB34B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); +#9326= IFCRELASSOCIATESLIBRARY('1nSQVcT3j5NxOOIvUKT5uG',$,$,$,(#2655),#16563); +#16563= IFCLIBRARYREFERENCE($,$,'\X2\30B930D430FC30AB30FC30BF30A430D7\X0\','\X2\30B930D430FC30AB30FC306E30BF30A430D73092793A30593002\X0\','ja-JP',$); -#9330= IFCRELASSOCIATESLIBRARY('0ScgHUuVTAgPFiWQtdFQJS',$,$,$,(#2660),#16564); -#16564= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz automatisch','Angabe, ob das Geb\S\dude durch eine automatische Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH).','de-DE',$); +#9327= IFCRELASSOCIATESLIBRARY('18ieczUFz1jBmVieRZ87kl',$,$,$,(#2655),#16564); +#16564= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D53CCEE4\X0\ \X2\D0C0C785\X0\','\X2\C2A4D53CCEE4C758\X0\ \X2\D0C0C785C744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#9331= IFCRELASSOCIATESLIBRARY('1acHx92Mf9wxVtI7ioMZQd',$,$,$,(#2660),#16565); -#16565= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection Automatic',$,'en',$); +#9328= IFCRELASSOCIATESLIBRARY('03E$sN5BPFMOjaCP$0Fl3E',$,$,$,(#2656),#16565); +#16565= IFCLIBRARYREFERENCE($,$,'Special Construction',$,'en',$); -#9332= IFCRELASSOCIATESLIBRARY('0J5ElVzFjCfw4qKDV0cNks',$,$,$,(#2660),#16566); -#16566= IFCLIBRARYREFERENCE($,$,'ProtectionAutomatiqueParSprinkler','Indication selon laquelle ce b\S\btiment b\S\in\S\ificie d''une protection automatique par sprinkler (VRAI) ou non (FAUX).','fr-FR',$); +#9329= IFCRELASSOCIATESLIBRARY('2YUeBZZaX9o8peW_9oM41X',$,$,$,(#2656),#16566); +#16566= IFCLIBRARYREFERENCE($,$,'\X2\72795225306A65BD5DE565B96CD5\X0\','\X2\72796B8A306A69CB9020309250993048305F602780FDFF0D305F30683048307030015E73578B30D530EC30AD30B730D630EB30B130FC30D630EB3042308B3044306F786C30445E73578B6BCD7DDA30B130FC30D630EB30013042308B3044306F6BCD7DDA3067518590E8306B924488FD30017E4A7DAD3001540C5FC35C0E4F53306769CB62103055308C30663044308B30B530DD30FC30C830926301306330663044308B3002\X0\\X\0D\X\0A\X2\6CE88A18FF094F7F75283059308B67506599306F30014F7F7528524D306B4EA46D4153C252A08005959330675408610F3059308B305330683002\X0\','ja-JP',$); -#9333= IFCRELASSOCIATESLIBRARY('30WQ9dZ_n7Uw3u6IEpSF8A',$,$,$,(#2660),#16567); -#16567= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC96325FA181EA52D5533A5206\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099304C81EA52D5304B30693046304B793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#9330= IFCRELASSOCIATESLIBRARY('2luPWeuZ17JunVak8BnH21',$,$,$,(#2656),#16567); +#16567= IFCLIBRARYREFERENCE($,$,'\X2\D2B9BCC4D55C\X0\ \X2\C2DCACF5\X0\ \X2\BC29BC95\X0\','\X2\D2B9C218D55C\X0\ \X2\AD6CC870B97C\X0\ \X2\AC16CD98\X0\ \X2\C131B2A5\X0\ - \X2\C608B97C\X0\ \X2\B4E4C5B4\X0\, \X2\D3C9D615\X0\ \X2\D50CB809C2DCBE14\X0\ \X2\CF00C774BE14\X0\ \X2\B610B294\X0\ \X2\B531B531D55C\X0\ \X2\D3C9D615\X0\ \X2\BAA8C120\X0\ \X2\CF00C774BE14\X0\ \X2\B610B294\X0\ \X2\BAA8C120\X0\ \X2\B0B4BD80C5D0\X0\ \X2\CCA0C81C\X0\, \X2\C12CC720\X0\, \X2\B3D9C2EC\X0\ \X2\B3C4CCB4B85C\X0\ \X2\AD6CC131B418C5B4C788B294\X0\ \X2\C9C0C6D0C774C788B2E4\X0\. \X2\C8FC\X0\) \X2\C0ACC6A9D558B294\X0\ \X2\C7ACB8CCB294\X0\ \X2\C0ACC6A9\X0\ \X2\C804C5D0\X0\ \X2\AD50B958\X0\ \X2\CC38AC00C790\X0\ \X2\C0ACC774C5D0\X0\ \X2\B3D9C758D55CB2E4\X0\.','ko-KR',$); -#9334= IFCRELASSOCIATESLIBRARY('1cSjeZvBH7KRhN3COx9Rk4',$,$,$,(#2660),#16568); -#16568= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\ \X2\C790B3D9\X0\ \X2\AD6CBD84\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44AC00\X0\ \X2\C790B3D9\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); +#9331= IFCRELASSOCIATESLIBRARY('0qBP83XH1CwxDVGaEi76LU',$,$,$,(#2657),#16568); +#16568= IFCLIBRARYREFERENCE($,$,'Special Instructions',$,'en',$); -#9335= IFCRELASSOCIATESLIBRARY('1SgSUmflD5NugA$shdtZ3k',$,$,$,(#2661),#16569); -#16569= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz automatisch','Angabe, ob der Raum durch eine automatische Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH). Dieser Wert soll nur angegeben werden, wenn das Attribut SprinklerProtection auf (WAHR) gesetzt ist.','de-DE',$); +#9332= IFCRELASSOCIATESLIBRARY('3MnbH_iaP10PuzOR$Xusi8',$,$,$,(#2657),#16569); +#16569= IFCLIBRARYREFERENCE($,$,'\X2\72798A184E8B9805\X0\','\X2\83779020308A306B95A23059308B72798A184E8B98053002\X0\','ja-JP',$); -#9336= IFCRELASSOCIATESLIBRARY('0RmATIogLFXunH7udbg2_B',$,$,$,(#2661),#16570); -#16570= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection Automatic',$,'en',$); +#9333= IFCRELASSOCIATESLIBRARY('0kegmYeWbE2hqQKevdzF61',$,$,$,(#2658),#16570); +#16570= IFCLIBRARYREFERENCE($,$,'Special Instructions',$,'en',$); -#9337= IFCRELASSOCIATESLIBRARY('17jcyM4LjBSfW2e2ysa7TG',$,$,$,(#2661),#16571); -#16571= IFCLIBRARYREFERENCE($,$,'ProtectionAutomatiqueParSprinkler','Indication selon laquelle ce b\S\btiment b\S\in\S\ificie d''une protection automatique par sprinkler (VRAI) ou non (FAUX).','fr-FR',$); +#9334= IFCRELASSOCIATESLIBRARY('1xj3WQxwL6NAypgWWaQEQb',$,$,$,(#2658),#16571); +#16571= IFCLIBRARYREFERENCE($,$,'\X2\727952256307793A\X0\','\X2\79FB52D530FB5F1530638D8A3057306B5F7197FF3059308B72795225306A6307793A3002\X0\','ja-JP',$); -#9338= IFCRELASSOCIATESLIBRARY('3Ua5f42In3AgCxfY1a2yFz',$,$,$,(#2661),#16572); -#16572= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D530B930D730EA30F330AF30E930FC96325FA1\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099304C81EA52D5304B30693046304B793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\81EA52D53001\X0\(FALSE)\X2\975E81EA52D53002300C30B930D730EA30F330AF30E930FC96325FA1300D30D730ED30D130C630A3304C\X0\TRUE\X2\306B8A2D5B9A3055308C305F58345408306E307F30014E0E30483089308C308B3002\X0\','ja-JP',$); +#9335= IFCRELASSOCIATESLIBRARY('1hY$CBA05AOwzm$a9GE$Rl',$,$,$,(#2660),#16572); +#16572= IFCLIBRARYREFERENCE($,$,'Special Requirements',$,'en',$); -#9339= IFCRELASSOCIATESLIBRARY('2FxPUOBcr4rP$ljQT0sXXD',$,$,$,(#2661),#16573); -#16573= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\ \X2\C790B3D9\X0\ \X2\AD6CBD84\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44AC00\X0\ \X2\C790B3D9\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\C790B3D9\X0\ (FALSE) \X2\BE44C790B3D9\X0\. "\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\"\X2\C18DC131C774\X0\ TRUE\X2\B85C\X0\ \X2\C124C815B41C\X0\ \X2\ACBDC6B0C5D0B9CC\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); +#9336= IFCRELASSOCIATESLIBRARY('1L96uZtBjBAxpMXWUTUUOj',$,$,$,(#2661),#16573); +#16573= IFCLIBRARYREFERENCE($,$,'Species',$,'en',$); -#9340= IFCRELASSOCIATESLIBRARY('24SC5TnjvF2x0NZ3QKsbMM',$,$,$,(#2662),#16574); -#16574= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz automatisch','Angabe, ob das Geschoss durch eine automatische Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH).','de-DE',$); +#9337= IFCRELASSOCIATESLIBRARY('2q0aXmctP5ePQmZ3NYCGgT',$,$,$,(#2663),#16574); +#16574= IFCLIBRARYREFERENCE($,$,'Specific Heat Capacity',$,'en',$); -#9341= IFCRELASSOCIATESLIBRARY('0Bj0CCCbn5WAOvLpeBoMlo',$,$,$,(#2662),#16575); -#16575= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection Automatic',$,'en',$); +#9338= IFCRELASSOCIATESLIBRARY('1HqEkTx$T0VA3A1JCvcYAh',$,$,$,(#2664),#16575); +#16575= IFCLIBRARYREFERENCE($,$,'Specific Heat Capacity',$,'en',$); -#9342= IFCRELASSOCIATESLIBRARY('2PhQ7U6w9EBhYWuiUY9kuL',$,$,$,(#2662),#16576); -#16576= IFCLIBRARYREFERENCE($,$,'ProtectionAutomatiqueParSprinkler','Indication selon laquelle ce b\S\btiment b\S\in\S\ificie d''une protection automatique par sprinkler (VRAI) ou non (FAUX). Indication \S\` ne fournir que si la propri\S\it\S\i "SprinklerProtection" est coch\S\ie "VRAI".','fr-FR',$); +#9339= IFCRELASSOCIATESLIBRARY('25zUto5XP73P5d2dAehRDj',$,$,$,(#2665),#16576); +#16576= IFCLIBRARYREFERENCE($,$,'Specific Heat Temperature Derivative',$,'en',$); -#9343= IFCRELASSOCIATESLIBRARY('07Cll4QnTFPe$mhEeMq2nI',$,$,$,(#2662),#16577); -#16577= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC96325FA181EA52D5533A5206\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099304C81EA52D5304B30693046304B793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); +#9340= IFCRELASSOCIATESLIBRARY('2dazZS9FvEwwUV0Bo3XeYl',$,$,$,(#2666),#16577); +#16577= IFCLIBRARYREFERENCE($,$,'Spectrum',$,'en',$); -#9344= IFCRELASSOCIATESLIBRARY('2aFd$0EirFrADqOY1TmQrP',$,$,$,(#2662),#16578); -#16578= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\ \X2\C790B3D9\X0\ \X2\AD6CBD84\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44AC00\X0\ \X2\C790B3D9\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); +#9341= IFCRELASSOCIATESLIBRARY('1L2T1KsJX989EvEncCD$n0',$,$,$,(#2666),#16578); +#16578= IFCLIBRARYREFERENCE($,$,'\X2\6CE2957757DF\X0\','\X2\6CE2957730928003616E30573066540862103059308B305330683092653E5C0430B930DA30AF30C830EB3067886873FE3059308B3002\X0\\X\0D\X\0A\X2\5149306F53EF8996306E96FB78C16CE2306E4E007A2E306730018A33\X0\380\X2\FF5E\X0\780nm\X2\306E7BC456F2306E6CE29577306E653E5C0430673042308B3002\X0\\X\0D\X\0A\X2\8272306E59095316306F7D2B304B308985CD82723001975230017DD130019EC48272300130AA30EC30F330B830018D64306E7BC456F2306B76F85F533059308B30023053308C3089306E8272306F90237D9A3059308B6CE2957730673001304A4E923044306B540862103057305F6CE29577981857DF30673042308B3002\X0\','ja-JP',$); -#9346= IFCRELASSOCIATESLIBRARY('1UoBqOkgrB_OLUUJa$ysOZ',$,$,$,(#2663),#16579); -#16579= IFCLIBRARYREFERENCE($,$,'Sprinkler Type',$,'en',$); +#9342= IFCRELASSOCIATESLIBRARY('01fo1ppjr62xJnvDZlYMWL',$,$,$,(#2666),#16579); +#16579= IFCLIBRARYREFERENCE($,$,'\X2\D30CC7A5\X0\',$,'ko-KR',$); -#9347= IFCRELASSOCIATESLIBRARY('26r5wkorX24QdpvUGEEW1e',$,$,$,(#2663),#16580); -#16580= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC30BF30A430D7\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E30B930D730EA30F330AF30E930FC306E578B304B30895FC58981306A578B30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); +#9343= IFCRELASSOCIATESLIBRARY('3eiMxrT1nEDAzHfpbXZyvL',$,$,$,(#2667),#16580); +#16580= IFCLIBRARYREFERENCE($,$,'Spillover Level',$,'en',$); -#9348= IFCRELASSOCIATESLIBRARY('2rwk_FtkX719eIq7gkQZ2p',$,$,$,(#2664),#16581); -#16581= IFCLIBRARYREFERENCE($,$,'Staggered',$,'en',$); +#9344= IFCRELASSOCIATESLIBRARY('1l_B8pB9TBL8o54E9bURPW',$,$,$,(#2667),#16581); +#16581= IFCLIBRARYREFERENCE($,$,'\X2\6C344F4D\X0\','\X2\7D99624B304B3089306E6C344F4D3002\X0\','ja-JP',$); -#9349= IFCRELASSOCIATESLIBRARY('2NFClWE7r9eQ_eFiOVIXMX',$,$,$,(#2665),#16582); -#16582= IFCLIBRARYREFERENCE($,$,'Staggered Row Spacing',$,'en',$); +#9345= IFCRELASSOCIATESLIBRARY('1cr$XpBOLCexHVQseYdTZ7',$,$,$,(#2668),#16582); +#16582= IFCLIBRARYREFERENCE($,$,'Spillover Level',$,'en',$); -#9350= IFCRELASSOCIATESLIBRARY('2b6j2bqm10$QYAnXOM5TVP',$,$,$,(#2665),#16583); -#16583= IFCLIBRARYREFERENCE($,$,'\X2\4E92304490553044306E521795939694\X0\','\X2\4E92304490553044306E30C130E530FC30D6521795939694\X0\','ja-JP',$); +#9346= IFCRELASSOCIATESLIBRARY('2XIy0nyqL6xgqa4nKyXklJ',$,$,$,(#2668),#16583); +#16583= IFCLIBRARYREFERENCE($,$,'\X2\6D4151FA30EC30D930EB\X0\','\X2\6C34304C3053307C308C308B30EC30D930EB3002\X0\','ja-JP',$); -#9351= IFCRELASSOCIATESLIBRARY('0spDZF4M53JR_xXni7cNTJ',$,$,$,(#2666),#16584); -#16584= IFCLIBRARYREFERENCE($,$,'Standard',$,'en',$); +#9347= IFCRELASSOCIATESLIBRARY('0c08EMY_P2yvG44rSodZIl',$,$,$,(#2669),#16584); +#16584= IFCLIBRARYREFERENCE($,$,'Spillover Level',$,'en',$); -#9352= IFCRELASSOCIATESLIBRARY('2keZCq8LD45Q0M_v4Pv8jd',$,$,$,(#2666),#16585); -#16585= IFCLIBRARYREFERENCE($,$,'\X2\6A196E96\X0\','\X2\4F7F75283055308C308B30B130FC30D630EB3001\X0\busbar\X2\306E5B9A7FA9306E305F3081306B4F7F75283055308C308B6A196E964ED569D83002\X0\','ja-JP',$); +#9348= IFCRELASSOCIATESLIBRARY('1dHhzt8nnAP9$i2tT3NRJq',$,$,$,(#2669),#16585); +#16585= IFCLIBRARYREFERENCE($,$,'\X2\6C344F4D\X0\','\X2\7D99624B304B3089306E6C344F4D3002\X0\','ja-JP',$); -#9353= IFCRELASSOCIATESLIBRARY('3SuHtQh7j8LAq6D$Dvh7zh',$,$,$,(#2666),#16586); -#16586= IFCLIBRARYREFERENCE($,$,'\X2\D45CC900\X0\','\X2\C0ACC6A9B418B294\X0\ \X2\CF00C774BE14\X0\, busbar\X2\C758\X0\ \X2\C815C758B97C\X0\ \X2\C704D574\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D45CC900\X0\.','ko-KR',$); +#9349= IFCRELASSOCIATESLIBRARY('25ZqdQqtD4Nv7FkL0rWvmQ',$,$,$,(#2670),#16586); +#16586= IFCLIBRARYREFERENCE($,$,'Spillover Level',$,'en',$); -#9354= IFCRELASSOCIATESLIBRARY('2naFecavn1fhcBKKVFLN98',$,$,$,(#2667),#16587); -#16587= IFCLIBRARYREFERENCE($,$,'Standard',$,'en',$); +#9350= IFCRELASSOCIATESLIBRARY('0Iyche9DP3O9LNaNZcJUb2',$,$,$,(#2670),#16587); +#16587= IFCLIBRARYREFERENCE($,$,'\X2\6C344F4D\X0\','\X2\7D99624B304B3089306E6C344F4D3002\X0\','ja-JP',$); -#9355= IFCRELASSOCIATESLIBRARY('1V_fWMGvj5Lg9kHVtCKZ43',$,$,$,(#2667),#16588); -#16588= IFCLIBRARYREFERENCE($,$,'\X2\727960275B9A7FA9\X0\','\X2\30C830EA30C330D430F330B088C57F6E306E727960275B9A7FA9306E305F3081306E6A196E967684306A90697528306E63075B9A3002\X0\','ja-JP',$); +#9352= IFCRELASSOCIATESLIBRARY('1Z5dtz8Cz8TAZrHf7ghnAs',$,$,$,(#2671),#16588); +#16588= IFCLIBRARYREFERENCE($,$,'Spray Type',$,'en',$); -#9356= IFCRELASSOCIATESLIBRARY('1$kNL7WJ59mR33f4sB5AmH',$,$,$,(#2667),#16589); -#16589= IFCLIBRARYREFERENCE($,$,'\X2\D2B9C131\X0\ \X2\C815C758\X0\','\X2\D1A0B9BFC094AD6C\X0\ \X2\C7A5CE58C758\X0\ \X2\D2B9C131\X0\ \X2\C815C758C5D0\X0\ \X2\B300D55C\X0\ \X2\D45CC900\X0\ \X2\C801C6A9\X0\ \X2\C9C0C815\X0\.','ko-KR',$); +#9353= IFCRELASSOCIATESLIBRARY('3R9RXWoxL9sfKF4ztsq3c5',$,$,$,(#2673),#16589); +#16589= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz','Angabe, ob das Geb\S\dude durch eine Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH).','de-DE',$); -#9357= IFCRELASSOCIATESLIBRARY('1zKyDiB7HD4A9xwveQOx26',$,$,$,(#2668),#16590); -#16590= IFCLIBRARYREFERENCE($,$,'Standard',$,'en',$); +#9354= IFCRELASSOCIATESLIBRARY('3Dl0FLSOr6gPNKtU3OZHfH',$,$,$,(#2673),#16590); +#16590= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection',$,'en',$); -#9358= IFCRELASSOCIATESLIBRARY('0OP7fTRLn8VPxmWKVi38Kn',$,$,$,(#2668),#16591); -#16591= IFCLIBRARYREFERENCE($,$,'\X2\57FA6E96\X0\','\X2\4F7F75283059308B30B330A2306E5B9A7FA9306B906975283055308C308B57FA6E96306E63075B9A3002\X0\','ja-JP',$); +#9355= IFCRELASSOCIATESLIBRARY('3tHL4JaoLE1gzZfBOkcOOJ',$,$,$,(#2673),#16591); +#16591= IFCLIBRARYREFERENCE($,$,'ProtectionParSprinkler','Indication selon laquelle ce b\S\btiment b\S\in\S\ificie d''une protection par sprinkler (VRAI) ou non (FAUX).','fr-FR',$); -#9359= IFCRELASSOCIATESLIBRARY('32id4MoIH0KPWdMqxx4xsF',$,$,$,(#2668),#16592); -#16592= IFCLIBRARYREFERENCE($,$,'\X2\AE30C900\X0\','\X2\C0ACC6A9D558B294\X0\ \X2\CF54C5B4C758\X0\ \X2\C815C758C5D0\X0\ \X2\C801C6A9B418B294\X0\ \X2\AE30C900\X0\ \X2\C9C0C815\X0\','ko-KR',$); +#9356= IFCRELASSOCIATESLIBRARY('1W0jpAPBP4uvJBOI4FMBFa',$,$,$,(#2673),#16592); +#16592= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC96325FA1\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099306E670971213092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#9360= IFCRELASSOCIATESLIBRARY('2efbr0kUb819d9iEEsqqQE',$,$,$,(#2669),#16593); -#16593= IFCLIBRARYREFERENCE($,$,'Standard Fixing Plate Depth',$,'en',$); +#9357= IFCRELASSOCIATESLIBRARY('2dzBh_m1XE2h14u3rviWbU',$,$,$,(#2673),#16593); +#16593= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44C758\X0\ \X2\C720BB34B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); -#9361= IFCRELASSOCIATESLIBRARY('0qH7LmaXX75hwfeXEA1zeW',$,$,$,(#2669),#16594); -#16594= IFCLIBRARYREFERENCE($,$,'\X2\6210\X0\','\X2\6A196E967684306A56FA5B9A30D730EC30FC30C8306E62103002\X0\','ja-JP',$); +#9358= IFCRELASSOCIATESLIBRARY('0_soyD8vrEDvOrjMFP9B_h',$,$,$,(#2674),#16594); +#16594= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz','Angabe, ob der Raum durch eine Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH).','de-DE',$); -#9362= IFCRELASSOCIATESLIBRARY('2WqHYhQ45CVxvNZGNsa3BV',$,$,$,(#2669),#16595); -#16595= IFCLIBRARYREFERENCE($,$,'\X2\AD6CC131\X0\','\X2\D45CC900\X0\ \X2\ACE0C815\X0\ \X2\D50CB808C774D2B8\X0\ \X2\AD6CC131\X0\','ko-KR',$); +#9359= IFCRELASSOCIATESLIBRARY('2Euz46OWj388ahy$w0R6nC',$,$,$,(#2674),#16595); +#16595= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection',$,'en',$); -#9363= IFCRELASSOCIATESLIBRARY('3uk7aLUVX6jP36mkTomgGv',$,$,$,(#2670),#16596); -#16596= IFCLIBRARYREFERENCE($,$,'Standard Fixing Plate Thickness',$,'en',$); +#9360= IFCRELASSOCIATESLIBRARY('0hBvXcL8D31whPwNgcnMui',$,$,$,(#2674),#16596); +#16596= IFCLIBRARYREFERENCE($,$,'ProtectionParSprinkler','Indication selon laquelle ce b\S\btiment b\S\in\S\ificie d''une protection par sprinkler (VRAI) ou non (FAUX).','fr-FR',$); -#9364= IFCRELASSOCIATESLIBRARY('3_FQ_lSgnDy8i$B4fgmz9N',$,$,$,(#2670),#16597); -#16597= IFCLIBRARYREFERENCE($,$,'\X2\677F539A\X0\','\X2\6A196E967684306A56FA5B9A30D730EC30FC30C8306E677F539A3002\X0\','ja-JP',$); +#9361= IFCRELASSOCIATESLIBRARY('3eL02pnin4OB3p5W6Xc2e4',$,$,$,(#2674),#16597); +#16597= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC96325FA1\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099306E670971213092793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\67093001\X0\(FALSE)\X2\306A30573002\X0\','ja-JP',$); -#9365= IFCRELASSOCIATESLIBRARY('3kIduysQX1CuMV2U1M384D',$,$,$,(#2670),#16598); -#16598= IFCLIBRARYREFERENCE($,$,'\X2\B450AED8\X0\','\X2\D45CC900\X0\ \X2\ACE0C815\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\B450AED8\X0\','ko-KR',$); +#9362= IFCRELASSOCIATESLIBRARY('2hJ1YCnkTAqOLkK$0hv8Kr',$,$,$,(#2674),#16598); +#16598= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44C758\X0\ \X2\C720BB34B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\C720\X0\ (FALSE) \X2\C5C6C74C\X0\.','ko-KR',$); -#9366= IFCRELASSOCIATESLIBRARY('3i5cNzG_bB7wLMk_h35v4D',$,$,$,(#2671),#16599); -#16599= IFCLIBRARYREFERENCE($,$,'Standard Fixing Plate Width',$,'en',$); +#9363= IFCRELASSOCIATESLIBRARY('1CkngkWQPFAvRWgTK9g8dw',$,$,$,(#2675),#16599); +#16599= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz','Angabe, ob des Geschoss durch eine Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH).','de-DE',$); -#9367= IFCRELASSOCIATESLIBRARY('3oGyZjXJzFLubNd_P42B11',$,$,$,(#2671),#16600); -#16600= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\6A196E967684306A56FA5B9A30D730EC30FC30C8306E5E453002\X0\','ja-JP',$); +#9364= IFCRELASSOCIATESLIBRARY('08i5kVfx57iBfqCFEAX3ti',$,$,$,(#2675),#16600); +#16600= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection',$,'en',$); -#9368= IFCRELASSOCIATESLIBRARY('16ipsQ9qb9$xZRa45HGnBj',$,$,$,(#2671),#16601); -#16601= IFCLIBRARYREFERENCE($,$,'\X2\D3ED\X0\','\X2\D45CC900\X0\ \X2\ACE0C815\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\D3ED\X0\','ko-KR',$); +#9365= IFCRELASSOCIATESLIBRARY('2J5WuMQ$fCkBYSNAjciBVx',$,$,$,(#2675),#16601); +#16601= IFCLIBRARYREFERENCE($,$,'ProtectionParSprinkler','Indication selon laquelle ce b\S\btimentb\S\in\S\ificie d''une protection par sprinkler (VRAI) ou non (FAUX)','fr-FR',$); -#9369= IFCRELASSOCIATESLIBRARY('1a4i5MZaDC39KsOW6wEe56',$,$,$,(#2672),#16602); -#16602= IFCLIBRARYREFERENCE($,$,'Start Current Factor',$,'en',$); +#9366= IFCRELASSOCIATESLIBRARY('3RF9LXSXD95x1MIQh5JYjM',$,$,$,(#2675),#16602); +#16602= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC96325FA1\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099306E670971213092793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#9370= IFCRELASSOCIATESLIBRARY('2y$SAzfT96ixJGp07XqrPT',$,$,$,(#2672),#16603); -#16603= IFCLIBRARYREFERENCE($,$,'\X2\59CB52D596FB6D414FC26570\X0\','\X2\59CB52D596FB6D414FC26570306F30A830F330B830F3304C52D5304D59CB3081305F6642306E30D430FC30AF59CB52D596FB6D4130925B9A7FA9300259CB52D596FB6D414FC26570306F5B9A683C96FB6D41306859CB52D56642306E96FB6D413092639B30515408308F305B305F3082306E3002\X0\','ja-JP',$); +#9367= IFCRELASSOCIATESLIBRARY('1WMpVXGn9DDf56ve6zS0yM',$,$,$,(#2675),#16603); +#16603= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44C758\X0\ \X2\C720BB34B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); -#9371= IFCRELASSOCIATESLIBRARY('0dEHxDIdX5S9NeCxhtyacr',$,$,$,(#2672),#16604); -#16604= IFCLIBRARYREFERENCE($,$,'\X2\C2DCB3D9\X0\ \X2\C804B958\X0\ \X2\ACC4C218\X0\','\X2\C2DCB3D9\X0\ \X2\C804B958\X0\ \X2\ACC4C218B294\X0\ \X2\C5D4C9C4C774\X0\ \X2\C6C0C9C1C774AE30\X0\ \X2\C2DCC791D588B2E4\X0\ \X2\D53CD06C\X0\ \X2\AE30B3D9\X0\ \X2\C804B958B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\C2DCB3D9\X0\ \X2\C804B958\X0\ \X2\ACC4C218B294\X0\ \X2\C815ACA9\X0\ \X2\C804B958\X0\ \X2\C2DCB3D9C2DC\X0\ \X2\C804B958B97C\X0\ \X2\ACF1D55C\X0\ \X2\AC83\X0\','ko-KR',$); +#9368= IFCRELASSOCIATESLIBRARY('1RZgVOIMP949xyaxaIquvZ',$,$,$,(#2676),#16604); +#16604= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz automatisch','Angabe, ob das Geb\S\dude durch eine automatische Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH).','de-DE',$); -#9372= IFCRELASSOCIATESLIBRARY('0f7GyF5iD8fAxQF8ZLaazo',$,$,$,(#2673),#16605); -#16605= IFCLIBRARYREFERENCE($,$,'Start Current Factor',$,'en',$); +#9369= IFCRELASSOCIATESLIBRARY('3dFMmMfD1BS8G41L1Auw_7',$,$,$,(#2676),#16605); +#16605= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection Automatic',$,'en',$); -#9373= IFCRELASSOCIATESLIBRARY('0FvWrVtGz2bRwTjE99IBS_',$,$,$,(#2673),#16606); -#16606= IFCLIBRARYREFERENCE($,$,'\X2\59CB52D596FB6D414FC26570\X0\','\X2\59CB52D596FB6D414FC26570306F30A830F330B830F3304C52D5304D59CB3081305F6642306E30D430FC30AF59CB52D596FB6D4130925B9A7FA9300259CB52D596FB6D414FC26570306F5B9A683C96FB6D41306859CB52D56642306E96FB6D413092639B30515408308F305B305F3082306E3002\X0\','ja-JP',$); +#9370= IFCRELASSOCIATESLIBRARY('3MtKSXIVj6jOuPvyUOFBwk',$,$,$,(#2676),#16606); +#16606= IFCLIBRARYREFERENCE($,$,'ProtectionAutomatiqueParSprinkler','Indication selon laquelle ce b\S\btiment b\S\in\S\ificie d''une protection automatique par sprinkler (VRAI) ou non (FAUX).','fr-FR',$); -#9374= IFCRELASSOCIATESLIBRARY('175dEBZIX5fOLiXssv2Kp8',$,$,$,(#2673),#16607); -#16607= IFCLIBRARYREFERENCE($,$,'\X2\C2DCB3D9C804B958\X0\ \X2\ACC4C218\X0\','\X2\C2DCB3D9\X0\ \X2\C804B958\X0\ \X2\ACC4C218B294\X0\ \X2\C5D4C9C4C774\X0\ \X2\C6C0C9C1C774AE30\X0\ \X2\C2DCC791D588B2E4\X0\ \X2\D53CD06C\X0\ \X2\AE30B3D9\X0\ \X2\C804B958B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\C2DCB3D9\X0\ \X2\C804B958\X0\ \X2\ACC4C218B294\X0\ \X2\C815ACA9\X0\ \X2\C804B958\X0\ \X2\C2DCB3D9C2DC\X0\ \X2\C804B958B97C\X0\ \X2\ACF1D55C\X0\ \X2\AC83\X0\','ko-KR',$); +#9371= IFCRELASSOCIATESLIBRARY('2Zurw7oc1DC8K4VlxsPf76',$,$,$,(#2676),#16607); +#16607= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC96325FA181EA52D5533A5206\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099304C81EA52D5304B30693046304B793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#9375= IFCRELASSOCIATESLIBRARY('1yAtdmyHP2xOnXh9kOYWFK',$,$,$,(#2674),#16608); -#16608= IFCLIBRARYREFERENCE($,$,'Start Date',$,'en',$); +#9372= IFCRELASSOCIATESLIBRARY('1MSDHfl0T6sBhEw3IAiBor',$,$,$,(#2676),#16608); +#16608= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\ \X2\C790B3D9\X0\ \X2\AD6CBD84\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44AC00\X0\ \X2\C790B3D9\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); -#9377= IFCRELASSOCIATESLIBRARY('3lSjO_ThXA2esibMwofdmo',$,$,$,(#2676),#16609); -#16609= IFCLIBRARYREFERENCE($,$,'Starter Type',$,'en',$); +#9373= IFCRELASSOCIATESLIBRARY('1CHjj5uZPDtAovTJf1g4b7',$,$,$,(#2677),#16609); +#16609= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz automatisch','Angabe, ob der Raum durch eine automatische Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH). Dieser Wert soll nur angegeben werden, wenn das Attribut SprinklerProtection auf (WAHR) gesetzt ist.','de-DE',$); -#9378= IFCRELASSOCIATESLIBRARY('0FpbOQq2P0dPH4DlLneUQi',$,$,$,(#2676),#16610); -#16610= IFCLIBRARYREFERENCE($,$,'\X2\59CB52D530BF30A430D7\X0\','\X2\4EE54E0B3088308A9078629E304C5FC589813068306A308B300159CB52D5306E4E0089A730EA30B930C8FF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\81EA52D5FF1A\X0\ \X2\81EA52D530C830E930F330B9304B30895F15304D51FA3055308C305FFF1130644EE54E0A306E4F4E4E0B3057305F96FB5727306730B930BF30FC30C83059308B305F3081306B4F7F75283059308B8A985C0E96FB52D56A5F7528306E30B930BF30FC30BF30FC\X0\ (IEC 441-14-45)\X\0D\X\0A\X2\624B52D5FF1A\X0\ \X2\30E130A430F3306E30B330F330BF30AF30C8304B30895F3752367684306B520696E23055308C305F30683053308D306B3042308A3001624B52D5306B3088308A30A830CD30EB30AE30FC304C4F9B7D663055308C308B\X0\ (IEC 441-14-39)\X\0D\X\0A\X2\3058304B5165308C\X0\: \X2\30EF30F330B930C630C330D7306730E230FC30BF30FC30FB30BF30FC30DF30CA30EB9593306E7DDA959396FB572730923064306A305030B930BF30FC30BF30FC\X0\ (IEC 441-14-40)\X\0D\X\0A\X2\632F52D5FF1A96FB6E90306E632F52D56570304C901A5E38306E64CD4F5C632F52D5307E30676B217B2C306B5897592730573066884C304F30B930BF30FC30BF30FC\X0\\X\0D\X\0AnStep: \X2\30AA30D5FF08\X0\OFF)\X2\306830AA30F3FF08\X0\ON\X2\FF09306E959330673001FF08\X0\n-1\X2\FF09306E4E2D9593306E52A0901F5EA67684306A4F4D7F6E30673042308B30B930BF30FC30BF30FC3002\X0\ (IEC 441-14-41)\X\0D\X\0A\X2\62B56297FF1A30E230FC30BF306E30C830EB30AF72796027306E53D65F973001958B59CB3001305D305730665B895B9A3059308B9593306B300196FB6D413092523696503059308B305F3081306B\X0\ 1 \X2\3064307E305F306F3044304F3064304B306E62B562973092522975283057305F30B930BF30FC30BF30FC\X0\ (IEC 441-14-425) \X\0D\X\0A\X2\30B930BF30FC30C730EB30BFFF1A958B59CB4F4D7F6E3067306F56FA5B9A5C0F5DFB7DDAFF0830B930BF30FC30BF30FC30EF30A430F330C730A330F330B0FF09304C661F72B6306763A57D9A3055308C3001305D306E5F8C300167007D42306E5B9F884C72B6614B3067306F30C730EB30BF72B6306B63A57D9A3055308C308B306830443046\X0\3\X2\76F88A985C0E30E230FC30BF30FC7528306E30B930BF30FC30BF30FC3002FF08\X0\IEC 441-14-44\X2\FF09\X0\','ja-JP',$); +#9374= IFCRELASSOCIATESLIBRARY('3RRMqaNDvBeQG3bTLRtoAV',$,$,$,(#2677),#16610); +#16610= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection Automatic',$,'en',$); -#9379= IFCRELASSOCIATESLIBRARY('0qYW1kJnHB6AXDXo7VWVWV',$,$,$,(#2676),#16611); -#16611= IFCLIBRARYREFERENCE($,$,'\X2\C2DCC791\X0\ \X2\C720D615\X0\','\X2\C544B798C5D0C11C\X0\ \X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\C2DCB3D9\X0\ \X2\BAA9B85D\X0\ \X2\BAA9B85D\X0\ : \X2\C790B3D9\X0\ : \X2\C790B3D9\X0\ \X2\D2B8B79CC2A4C5D0C11C\X0\ \X2\AC00C838C628\X0\ \X2\D558B098\X0\ \X2\C774C0C1C758\X0\ \X2\C800D558\X0\ \X2\C804C555C73CB85C\X0\ \X2\C2DCC791D558B294\X0\ \X2\B370\X0\ \X2\C0ACC6A9D558B294\X0\ \X2\C720B3C4\X0\ \X2\C804B3D9AE30C758\X0\ \X2\C2A4D0C0D130\X0\ (IEC 441-14-45) \X2\C218B3D9\X0\ : \X2\AE30BCF8\X0\ \X2\C5F0B77DCC98C5D0C11C\X0\ \X2\AC15C81CB85C\X0\ \X2\ACA9B9ACB41C\X0\ \X2\AC70B9ACC5D0\X0\ \X2\C788C73CBA70\X0\, \X2\C218B3D9C73CB85C\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\ACF5AE09B418B294\X0\ (IEC 441-14-39) \X2\AE00C790\X0\ \X2\D558B098\X0\ \X2\C785B825\X0\ : \X2\D55C\X0\ \X2\BC88C5D0\X0\ \X2\BAA8D130\X0\ \X2\D130BBF8B110\X0\ \X2\C0ACC774C758\X0\ \X2\C120AC04\X0\ \X2\C804C555C744\X0\ \X2\C5F0ACB0\X0\ \X2\C2A4D0C0D130\X0\ (IEC 441-14-40) \X2\C9C4B3D9\X0\ : \X2\C804C6D0C758\X0\ \X2\C9C4B3D9C218AC00\X0\ \X2\C815C0C1\X0\ \X2\C791B3D9\X0\ \X2\C9C4B3D9AE4CC9C0\X0\ \X2\C810CC28\X0\ \X2\C99DB300\X0\ \X2\D574AC00B294\X0\ \X2\C2A4D0C0D130\X0\ nStep : \X2\AEBCC9D0\X0\ (OFF)\X2\ACFC\X0\ \X2\CF1CC9D0\X0\ (ON) \X2\C0ACC774C5D0C11C\X0\ (n-1) \X2\C0ACC774C758\X0\ \X2\AC00C18DB3C4C801C778\X0\ \X2\C704CE58C774B2E4\X0\ \X2\C2A4D0C0D130\X0\. (IEC 441-14-41) \X2\C800D56D\X0\ : \X2\BAA8D130C758\X0\ \X2\D1A0D06C\X0\ \X2\D2B9C131\X0\ \X2\AC00C838C624AE30\X0\ \X2\C2DCC791\X0\, \X2\ADF8B9ACACE0\X0\ \X2\C548C815\X0\ \X2\C0ACC774C5D0\X0\ \X2\C804B958B97C\X0\ \X2\C81CD55CD558AE30\X0\ \X2\C704D574\X0\ \X2\D558B098\X0\ \X2\B610B294\X0\ \X2\BA87\X0\ \X2\AC00C9C0\X0\ \X2\C800D56DC744\X0\ \X2\C774C6A9D55C\X0\ \X2\C2A4D0C0D130\X0\ (IEC 441-14-425) \X2\C2A4D0C0\X0\ \X2\B378D0C0\X0\ : \X2\C2DCC791\X0\ \X2\C704CE58B294\X0\ \X2\ACE0C815\X0\ \X2\5C0F5DFB\X0\ \X2\C120\X0\ (\X2\CD08BCF4\X0\ \X2\C640C778\X0\)\X2\C774\X0\ \X2\C18CD589C131C5D0\X0\ \X2\C5F0ACB0B41C\X0\ \X2\D6C4\X0\, \X2\CD5CC885\X0\ \X2\C0C1D0DCC5D0C11CB294\X0\ \X2\B378D0C0\X0\ \X2\BAA8C591C73CB85C\X0\ \X2\C5F0ACB0B41CB2E4\X0\ 3 \X2\C0C1\X0\ \X2\C720B3C4\X0\ \X2\BAA8D130C758\X0\ \X2\C2A4D0C0D130\X0\. (IEC 441-14-44)','ko-KR',$); +#9375= IFCRELASSOCIATESLIBRARY('192Mc_BwLFA8HBLKIHDrBO',$,$,$,(#2677),#16611); +#16611= IFCLIBRARYREFERENCE($,$,'ProtectionAutomatiqueParSprinkler','Indication selon laquelle ce b\S\btiment b\S\in\S\ificie d''une protection automatique par sprinkler (VRAI) ou non (FAUX).','fr-FR',$); -#9380= IFCRELASSOCIATESLIBRARY('2oRmnlBEv64QC0WJb2DsvD',$,$,$,(#2677),#16612); -#16612= IFCLIBRARYREFERENCE($,$,'Starting Time',$,'en',$); +#9376= IFCRELASSOCIATESLIBRARY('1tjqF9Xnv8i90BUz0DBufD',$,$,$,(#2677),#16612); +#16612= IFCLIBRARYREFERENCE($,$,'\X2\81EA52D530B930D730EA30F330AF30E930FC96325FA1\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099304C81EA52D5304B30693046304B793A305930D630FC30EA30A230F350243002\X0\(TRUE)\X2\81EA52D53001\X0\(FALSE)\X2\975E81EA52D53002300C30B930D730EA30F330AF30E930FC96325FA1300D30D730ED30D130C630A3304C\X0\TRUE\X2\306B8A2D5B9A3055308C305F58345408306E307F30014E0E30483089308C308B3002\X0\','ja-JP',$); -#9381= IFCRELASSOCIATESLIBRARY('0Nt8pBfL5E7exvn_WxssHI',$,$,$,(#2677),#16613); -#16613= IFCLIBRARYREFERENCE($,$,'\X2\59CB52D566429593\X0\','\X2\30E230FC30BF30FC304C505C6B6272B6614B304B30895B9A683C96FB57273092537052A030575B9A683C901F5EA6306B523090543059308B307E3067306B5FC58981306A664295933002\X0\','ja-JP',$); +#9377= IFCRELASSOCIATESLIBRARY('2rts4Y78n2YfV7RH7LIhuk',$,$,$,(#2677),#16613); +#16613= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\ \X2\C790B3D9\X0\ \X2\AD6CBD84\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44AC00\X0\ \X2\C790B3D9\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\BD80C6B8\X0\ \X2\AC12C785B2C8B2E4\X0\. (TRUE) \X2\C790B3D9\X0\ (FALSE) \X2\BE44C790B3D9\X0\. "\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\"\X2\C18DC131C774\X0\ TRUE\X2\B85C\X0\ \X2\C124C815B41C\X0\ \X2\ACBDC6B0C5D0B9CC\X0\ \X2\C8FCC5B4C9C4B2E4\X0\.','ko-KR',$); -#9382= IFCRELASSOCIATESLIBRARY('1x0rDLo494hAVKB2QiSYm5',$,$,$,(#2677),#16614); -#16614= IFCLIBRARYREFERENCE($,$,'\X2\C2DCC791\X0\ \X2\C2DCAC04\X0\','\X2\BAA8D130AC00\X0\ \X2\C815C9C0\X0\ \X2\C0C1D0DCC5D0C11C\X0\ \X2\C815ACA9\X0\ \X2\C804C555C744C778AC00D558C5EC\X0\ \X2\C815ACA9\X0\ \X2\C18DB3C4C5D0\X0\ \X2\B3C4B2ECD558B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\C2DCAC04\X0\','ko-KR',$); +#9378= IFCRELASSOCIATESLIBRARY('0F6vPDMPD3f8bpmB$m2P9P',$,$,$,(#2678),#16614); +#16614= IFCLIBRARYREFERENCE($,$,'Sprinklerschutz automatisch','Angabe, ob das Geschoss durch eine automatische Sprinkleranlage gesch\S\|tzt wird (WAHR) oder nicht (FALSCH).','de-DE',$); -#9384= IFCRELASSOCIATESLIBRARY('0U1ol5V91FqQAO_w1LcwBY',$,$,$,(#2681),#16615); -#16615= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9379= IFCRELASSOCIATESLIBRARY('39STdT7dP4$f0c10BjYw07',$,$,$,(#2678),#16615); +#16615= IFCLIBRARYREFERENCE($,$,'Sprinkler Protection Automatic',$,'en',$); -#9385= IFCRELASSOCIATESLIBRARY('0yX2xD2AnDs9ysH7_uuU6p',$,$,$,(#2681),#16616); -#16616= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9380= IFCRELASSOCIATESLIBRARY('3qaN2m74TDseO7nDzVmhRE',$,$,$,(#2678),#16616); +#16616= IFCLIBRARYREFERENCE($,$,'ProtectionAutomatiqueParSprinkler','Indication selon laquelle ce b\S\btiment b\S\in\S\ificie d''une protection automatique par sprinkler (VRAI) ou non (FAUX). Indication \S\` ne fournir que si la propri\S\it\S\i "SprinklerProtection" est coch\S\ie "VRAI".','fr-FR',$); -#9386= IFCRELASSOCIATESLIBRARY('2TltQ2dHX4u8fqm9QMD$X1',$,$,$,(#2681),#16617); -#16617= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9381= IFCRELASSOCIATESLIBRARY('0ukbsSjMT0dBQ7bbvy_xxG',$,$,$,(#2678),#16617); +#16617= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC96325FA181EA52D5533A5206\X0\','\X2\30B930D730EA30F330AF30E930FC8A2D5099304C81EA52D5304B30693046304B793A305930D630FC30EA30A230F350243002\X0\','ja-JP',$); -#9387= IFCRELASSOCIATESLIBRARY('11xjNMfV5749K_rsFCFNDO',$,$,$,(#2681),#16618); -#16618= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9382= IFCRELASSOCIATESLIBRARY('0pqTcjQLLFTwU1Tui4Mk9r',$,$,$,(#2678),#16618); +#16618= IFCLIBRARYREFERENCE($,$,'\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\BC29C5B4\X0\ \X2\C790B3D9\X0\ \X2\AD6CBD84\X0\','\X2\C2A4D504B9C1\X0\ \X2\D074B7EC\X0\ \X2\C124BE44AC00\X0\ \X2\C790B3D9\X0\ \X2\C5ECBD80B97C\X0\ \X2\B098D0C0B0B4B294\X0\ \X2\AC12\X0\','ko-KR',$); -#9388= IFCRELASSOCIATESLIBRARY('0XLqXUOEr2nPEnt2MTnYhw',$,$,$,(#2682),#16619); -#16619= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9384= IFCRELASSOCIATESLIBRARY('2FyIfDOTX2rPvo56GU8SV3',$,$,$,(#2679),#16619); +#16619= IFCLIBRARYREFERENCE($,$,'Sprinkler Type',$,'en',$); -#9389= IFCRELASSOCIATESLIBRARY('3bAdggYGX0kfaokvyIIFdQ',$,$,$,(#2682),#16620); -#16620= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9385= IFCRELASSOCIATESLIBRARY('2i7FsJS$fDJPoPtgyd$GbZ',$,$,$,(#2679),#16620); +#16620= IFCLIBRARYREFERENCE($,$,'\X2\30B930D730EA30F330AF30E930FC30BF30A430D7\X0\','\X2\30423089304B305830815B9A7FA96E08307F306E30B930D730EA30F330AF30E930FC306E578B304B30895FC58981306A578B30928A2D5B9A3059308B8B5852253002\X0\','ja-JP',$); -#9390= IFCRELASSOCIATESLIBRARY('38tFlSS4T32RtFS5BwELJG',$,$,$,(#2683),#16621); -#16621= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9386= IFCRELASSOCIATESLIBRARY('2gTXusEqX2UgaHQp996yme',$,$,$,(#2680),#16621); +#16621= IFCLIBRARYREFERENCE($,$,'Staggered',$,'en',$); -#9391= IFCRELASSOCIATESLIBRARY('2EmvRhxjv09xZM9MF2LzH9',$,$,$,(#2683),#16622); -#16622= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9387= IFCRELASSOCIATESLIBRARY('1$y6MSgYT9Yw5SjoThxiUP',$,$,$,(#2681),#16622); +#16622= IFCLIBRARYREFERENCE($,$,'Staggered Row Spacing',$,'en',$); -#9392= IFCRELASSOCIATESLIBRARY('3ywx5_HovETxnPu7zXENcb',$,$,$,(#2684),#16623); -#16623= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9388= IFCRELASSOCIATESLIBRARY('26lODilTHDjPPIq21PIKZi',$,$,$,(#2681),#16623); +#16623= IFCLIBRARYREFERENCE($,$,'\X2\4E92304490553044306E521795939694\X0\','\X2\4E92304490553044306E30C130E530FC30D6521795939694\X0\','ja-JP',$); -#9393= IFCRELASSOCIATESLIBRARY('1lTEs5v7HDi8jP_igzARGD',$,$,$,(#2684),#16624); -#16624= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9389= IFCRELASSOCIATESLIBRARY('0FFy$t8BzBtx07lTL1MpvB',$,$,$,(#2682),#16624); +#16624= IFCLIBRARYREFERENCE($,$,'Standard',$,'en',$); -#9394= IFCRELASSOCIATESLIBRARY('1v3pEn9W18CQZ08oeiX8VJ',$,$,$,(#2684),#16625); -#16625= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9390= IFCRELASSOCIATESLIBRARY('3whtYu6j1CVBwiaHmBtMRV',$,$,$,(#2682),#16625); +#16625= IFCLIBRARYREFERENCE($,$,'\X2\6A196E96\X0\','\X2\4F7F75283055308C308B30B130FC30D630EB3001\X0\busbar\X2\306E5B9A7FA9306E305F3081306B4F7F75283055308C308B6A196E964ED569D83002\X0\','ja-JP',$); -#9395= IFCRELASSOCIATESLIBRARY('0CPPg2w9f3SPaJrSJmxt7F',$,$,$,(#2684),#16626); -#16626= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9391= IFCRELASSOCIATESLIBRARY('3gVQ53oz9A9ggr2lqYYE6T',$,$,$,(#2682),#16626); +#16626= IFCLIBRARYREFERENCE($,$,'\X2\D45CC900\X0\','\X2\C0ACC6A9B418B294\X0\ \X2\CF00C774BE14\X0\, busbar\X2\C758\X0\ \X2\C815C758B97C\X0\ \X2\C704D574\X0\ \X2\C0ACC6A9B418B294\X0\ \X2\D45CC900\X0\.','ko-KR',$); -#9396= IFCRELASSOCIATESLIBRARY('0jvRA8cL9FNxxuj8tIPkh6',$,$,$,(#2685),#16627); -#16627= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9392= IFCRELASSOCIATESLIBRARY('2xpcCIHVrBRAkFC4zkCZf3',$,$,$,(#2683),#16627); +#16627= IFCLIBRARYREFERENCE($,$,'Standard',$,'en',$); -#9397= IFCRELASSOCIATESLIBRARY('2rdus46szAXfHNqWEZiA7h',$,$,$,(#2685),#16628); -#16628= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9393= IFCRELASSOCIATESLIBRARY('3tfV0i$T9Dp922IPHUnA6Q',$,$,$,(#2683),#16628); +#16628= IFCLIBRARYREFERENCE($,$,'\X2\727960275B9A7FA9\X0\','\X2\30C830EA30C330D430F330B088C57F6E306E727960275B9A7FA9306E305F3081306E6A196E967684306A90697528306E63075B9A3002\X0\','ja-JP',$); -#9398= IFCRELASSOCIATESLIBRARY('15OVLMf8T0zfK5teIcCpSA',$,$,$,(#2685),#16629); -#16629= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9394= IFCRELASSOCIATESLIBRARY('1fIztlnuT9Rv$I7QDBnogl',$,$,$,(#2683),#16629); +#16629= IFCLIBRARYREFERENCE($,$,'\X2\D2B9C131\X0\ \X2\C815C758\X0\','\X2\D1A0B9BFC094AD6C\X0\ \X2\C7A5CE58C758\X0\ \X2\D2B9C131\X0\ \X2\C815C758C5D0\X0\ \X2\B300D55C\X0\ \X2\D45CC900\X0\ \X2\C801C6A9\X0\ \X2\C9C0C815\X0\.','ko-KR',$); -#9399= IFCRELASSOCIATESLIBRARY('1m5qM9pC1E7wScFmydURER',$,$,$,(#2685),#16630); -#16630= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9395= IFCRELASSOCIATESLIBRARY('3GFxFBDznAiQvSNRX1lhdG',$,$,$,(#2684),#16630); +#16630= IFCLIBRARYREFERENCE($,$,'Standard',$,'en',$); -#9400= IFCRELASSOCIATESLIBRARY('2rjTnbfZr0aePLlyxj24je',$,$,$,(#2686),#16631); -#16631= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9396= IFCRELASSOCIATESLIBRARY('0wy_F3WPPCIQOy$qOvSPBM',$,$,$,(#2684),#16631); +#16631= IFCLIBRARYREFERENCE($,$,'\X2\57FA6E96\X0\','\X2\4F7F75283059308B30B330A2306E5B9A7FA9306B906975283055308C308B57FA6E96306E63075B9A3002\X0\','ja-JP',$); -#9401= IFCRELASSOCIATESLIBRARY('1Auzp1DqXDcxRsHb9SJo_Q',$,$,$,(#2686),#16632); -#16632= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9397= IFCRELASSOCIATESLIBRARY('0cTmwYRK12Ew7aAs4F8hoK',$,$,$,(#2684),#16632); +#16632= IFCLIBRARYREFERENCE($,$,'\X2\AE30C900\X0\','\X2\C0ACC6A9D558B294\X0\ \X2\CF54C5B4C758\X0\ \X2\C815C758C5D0\X0\ \X2\C801C6A9B418B294\X0\ \X2\AE30C900\X0\ \X2\C9C0C815\X0\','ko-KR',$); -#9402= IFCRELASSOCIATESLIBRARY('3YsCh85ez6uOw8KwTLhYF3',$,$,$,(#2687),#16633); -#16633= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9398= IFCRELASSOCIATESLIBRARY('0rRfyNuADDo8kg335I$zr_',$,$,$,(#2685),#16633); +#16633= IFCLIBRARYREFERENCE($,$,'Standard Fixing Plate Depth',$,'en',$); -#9403= IFCRELASSOCIATESLIBRARY('3eQksHNbPBnfgF9xq27_oJ',$,$,$,(#2687),#16634); -#16634= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9399= IFCRELASSOCIATESLIBRARY('1XTPU9OG1DiBpcn2XLUFO6',$,$,$,(#2685),#16634); +#16634= IFCLIBRARYREFERENCE($,$,'\X2\6210\X0\','\X2\6A196E967684306A56FA5B9A30D730EC30FC30C8306E62103002\X0\','ja-JP',$); -#9404= IFCRELASSOCIATESLIBRARY('3R9Zp2zJH3I8BOdsHlWP8a',$,$,$,(#2689),#16635); -#16635= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9400= IFCRELASSOCIATESLIBRARY('2BzP6mmDLFk9wVGpugz6bz',$,$,$,(#2685),#16635); +#16635= IFCLIBRARYREFERENCE($,$,'\X2\AD6CC131\X0\','\X2\D45CC900\X0\ \X2\ACE0C815\X0\ \X2\D50CB808C774D2B8\X0\ \X2\AD6CC131\X0\','ko-KR',$); -#9405= IFCRELASSOCIATESLIBRARY('1DCNokZZz6g9KmGSRdKjC1',$,$,$,(#2689),#16636); -#16636= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9401= IFCRELASSOCIATESLIBRARY('0$Qd7gHi16ZOMVCKEpCMqJ',$,$,$,(#2686),#16636); +#16636= IFCLIBRARYREFERENCE($,$,'Standard Fixing Plate Thickness',$,'en',$); -#9406= IFCRELASSOCIATESLIBRARY('0wOOViDozDzedmoYOymWx3',$,$,$,(#2690),#16637); -#16637= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9402= IFCRELASSOCIATESLIBRARY('1nunU0XrrFegSGCZckRISC',$,$,$,(#2686),#16637); +#16637= IFCLIBRARYREFERENCE($,$,'\X2\677F539A\X0\','\X2\6A196E967684306A56FA5B9A30D730EC30FC30C8306E677F539A3002\X0\','ja-JP',$); -#9407= IFCRELASSOCIATESLIBRARY('28zV6KC_L4b8r4SnyI69wr',$,$,$,(#2690),#16638); -#16638= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9403= IFCRELASSOCIATESLIBRARY('1M2ABA6QPEyhWn_5HIm9gT',$,$,$,(#2686),#16638); +#16638= IFCLIBRARYREFERENCE($,$,'\X2\B450AED8\X0\','\X2\D45CC900\X0\ \X2\ACE0C815\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\B450AED8\X0\','ko-KR',$); -#9408= IFCRELASSOCIATESLIBRARY('3SQ18rbP93Gg5AyT30R$Lb',$,$,$,(#2690),#16639); -#16639= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9404= IFCRELASSOCIATESLIBRARY('152EMgH5H59ePjtQLP3tO6',$,$,$,(#2687),#16639); +#16639= IFCLIBRARYREFERENCE($,$,'Standard Fixing Plate Width',$,'en',$); -#9409= IFCRELASSOCIATESLIBRARY('2mbGfbH1D9d9grw5ZsuJHi',$,$,$,(#2690),#16640); -#16640= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9405= IFCRELASSOCIATESLIBRARY('0qLF0NAXzFyhSYKzP6bF_d',$,$,$,(#2687),#16640); +#16640= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\6A196E967684306A56FA5B9A30D730EC30FC30C8306E5E453002\X0\','ja-JP',$); -#9410= IFCRELASSOCIATESLIBRARY('1BiCwHG6zBnf31UbyUCAbJ',$,$,$,(#2691),#16641); -#16641= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9406= IFCRELASSOCIATESLIBRARY('1U2P3XGff8wAI1$GqZdpXg',$,$,$,(#2687),#16641); +#16641= IFCLIBRARYREFERENCE($,$,'\X2\D3ED\X0\','\X2\D45CC900\X0\ \X2\ACE0C815\X0\ \X2\D50CB808C774D2B8C758\X0\ \X2\D3ED\X0\','ko-KR',$); -#9411= IFCRELASSOCIATESLIBRARY('0l5Kci6srCp8Ab7pWT2dRe',$,$,$,(#2691),#16642); -#16642= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9407= IFCRELASSOCIATESLIBRARY('05A$3qzWfFygPwAA7Tr7NI',$,$,$,(#2688),#16642); +#16642= IFCLIBRARYREFERENCE($,$,'Start Current Factor',$,'en',$); -#9412= IFCRELASSOCIATESLIBRARY('3$MPDZftzDZ8bV6jYL2C_7',$,$,$,(#2692),#16643); -#16643= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9408= IFCRELASSOCIATESLIBRARY('34CH2fKFX8teqiDxvclVi0',$,$,$,(#2688),#16643); +#16643= IFCLIBRARYREFERENCE($,$,'\X2\59CB52D596FB6D414FC26570\X0\','\X2\59CB52D596FB6D414FC26570306F30A830F330B830F3304C52D5304D59CB3081305F6642306E30D430FC30AF59CB52D596FB6D4130925B9A7FA9300259CB52D596FB6D414FC26570306F5B9A683C96FB6D41306859CB52D56642306E96FB6D413092639B30515408308F305B305F3082306E3002\X0\','ja-JP',$); -#9413= IFCRELASSOCIATESLIBRARY('2OvyrkQwnCrv3qj$JLzLxu',$,$,$,(#2692),#16644); -#16644= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9409= IFCRELASSOCIATESLIBRARY('2xuhjs5B97w9EDTDR2iUSd',$,$,$,(#2688),#16644); +#16644= IFCLIBRARYREFERENCE($,$,'\X2\C2DCB3D9\X0\ \X2\C804B958\X0\ \X2\ACC4C218\X0\','\X2\C2DCB3D9\X0\ \X2\C804B958\X0\ \X2\ACC4C218B294\X0\ \X2\C5D4C9C4C774\X0\ \X2\C6C0C9C1C774AE30\X0\ \X2\C2DCC791D588B2E4\X0\ \X2\D53CD06C\X0\ \X2\AE30B3D9\X0\ \X2\C804B958B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\C2DCB3D9\X0\ \X2\C804B958\X0\ \X2\ACC4C218B294\X0\ \X2\C815ACA9\X0\ \X2\C804B958\X0\ \X2\C2DCB3D9C2DC\X0\ \X2\C804B958B97C\X0\ \X2\ACF1D55C\X0\ \X2\AC83\X0\','ko-KR',$); -#9414= IFCRELASSOCIATESLIBRARY('1d8OQww_r3WglVhm9TOvsi',$,$,$,(#2693),#16645); -#16645= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9410= IFCRELASSOCIATESLIBRARY('30SQEN2ZL1tgteboPF1E3V',$,$,$,(#2689),#16645); +#16645= IFCLIBRARYREFERENCE($,$,'Start Current Factor',$,'en',$); -#9415= IFCRELASSOCIATESLIBRARY('1zrTLcWbn0Zxbtyu$maj6Q',$,$,$,(#2694),#16646); -#16646= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9411= IFCRELASSOCIATESLIBRARY('1A4eIcI950GBeSg4N8utpA',$,$,$,(#2689),#16646); +#16646= IFCLIBRARYREFERENCE($,$,'\X2\59CB52D596FB6D414FC26570\X0\','\X2\59CB52D596FB6D414FC26570306F30A830F330B830F3304C52D5304D59CB3081305F6642306E30D430FC30AF59CB52D596FB6D4130925B9A7FA9300259CB52D596FB6D414FC26570306F5B9A683C96FB6D41306859CB52D56642306E96FB6D413092639B30515408308F305B305F3082306E3002\X0\','ja-JP',$); -#9416= IFCRELASSOCIATESLIBRARY('0AYmAuqNz92Ok4Nje2Q1Q1',$,$,$,(#2694),#16647); -#16647= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9412= IFCRELASSOCIATESLIBRARY('1sgGZfV8DEFQVzEtGDDeRx',$,$,$,(#2689),#16647); +#16647= IFCLIBRARYREFERENCE($,$,'\X2\C2DCB3D9C804B958\X0\ \X2\ACC4C218\X0\','\X2\C2DCB3D9\X0\ \X2\C804B958\X0\ \X2\ACC4C218B294\X0\ \X2\C5D4C9C4C774\X0\ \X2\C6C0C9C1C774AE30\X0\ \X2\C2DCC791D588B2E4\X0\ \X2\D53CD06C\X0\ \X2\AE30B3D9\X0\ \X2\C804B958B97C\X0\ \X2\C815C758D569B2C8B2E4\X0\. \X2\C2DCB3D9\X0\ \X2\C804B958\X0\ \X2\ACC4C218B294\X0\ \X2\C815ACA9\X0\ \X2\C804B958\X0\ \X2\C2DCB3D9C2DC\X0\ \X2\C804B958B97C\X0\ \X2\ACF1D55C\X0\ \X2\AC83\X0\','ko-KR',$); -#9417= IFCRELASSOCIATESLIBRARY('14CfUlrSTE0wB$xYKJ57UB',$,$,$,(#2696),#16648); -#16648= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9413= IFCRELASSOCIATESLIBRARY('0xaq9yqO97AOZsWuP24hf7',$,$,$,(#2690),#16648); +#16648= IFCLIBRARYREFERENCE($,$,'Start Date',$,'en',$); -#9418= IFCRELASSOCIATESLIBRARY('12DPIbcbn6APPzZfv2Zcga',$,$,$,(#2696),#16649); -#16649= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9415= IFCRELASSOCIATESLIBRARY('2vdnPM6Nn8FRLK12BFHqWR',$,$,$,(#2692),#16649); +#16649= IFCLIBRARYREFERENCE($,$,'Starter Type',$,'en',$); -#9419= IFCRELASSOCIATESLIBRARY('1QybTqINP0G8pADc7$NaHj',$,$,$,(#2697),#16650); -#16650= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9416= IFCRELASSOCIATESLIBRARY('394pNLJLfCcvPho2WXoIoX',$,$,$,(#2692),#16650); +#16650= IFCLIBRARYREFERENCE($,$,'\X2\59CB52D530BF30A430D7\X0\','\X2\4EE54E0B3088308A9078629E304C5FC589813068306A308B300159CB52D5306E4E0089A730EA30B930C8FF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\81EA52D5FF1A\X0\ \X2\81EA52D530C830E930F330B9304B30895F15304D51FA3055308C305FFF1130644EE54E0A306E4F4E4E0B3057305F96FB5727306730B930BF30FC30C83059308B305F3081306B4F7F75283059308B8A985C0E96FB52D56A5F7528306E30B930BF30FC30BF30FC\X0\ (IEC 441-14-45)\X\0D\X\0A\X2\624B52D5FF1A\X0\ \X2\30E130A430F3306E30B330F330BF30AF30C8304B30895F3752367684306B520696E23055308C305F30683053308D306B3042308A3001624B52D5306B3088308A30A830CD30EB30AE30FC304C4F9B7D663055308C308B\X0\ (IEC 441-14-39)\X\0D\X\0A\X2\3058304B5165308C\X0\: \X2\30EF30F330B930C630C330D7306730E230FC30BF30FC30FB30BF30FC30DF30CA30EB9593306E7DDA959396FB572730923064306A305030B930BF30FC30BF30FC\X0\ (IEC 441-14-40)\X\0D\X\0A\X2\632F52D5FF1A96FB6E90306E632F52D56570304C901A5E38306E64CD4F5C632F52D5307E30676B217B2C306B5897592730573066884C304F30B930BF30FC30BF30FC\X0\\X\0D\X\0AnStep: \X2\30AA30D5FF08\X0\OFF)\X2\306830AA30F3FF08\X0\ON\X2\FF09306E959330673001FF08\X0\n-1\X2\FF09306E4E2D9593306E52A0901F5EA67684306A4F4D7F6E30673042308B30B930BF30FC30BF30FC3002\X0\ (IEC 441-14-41)\X\0D\X\0A\X2\62B56297FF1A30E230FC30BF306E30C830EB30AF72796027306E53D65F973001958B59CB3001305D305730665B895B9A3059308B9593306B300196FB6D413092523696503059308B305F3081306B\X0\ 1 \X2\3064307E305F306F3044304F3064304B306E62B562973092522975283057305F30B930BF30FC30BF30FC\X0\ (IEC 441-14-425) \X\0D\X\0A\X2\30B930BF30FC30C730EB30BFFF1A958B59CB4F4D7F6E3067306F56FA5B9A5C0F5DFB7DDAFF0830B930BF30FC30BF30FC30EF30A430F330C730A330F330B0FF09304C661F72B6306763A57D9A3055308C3001305D306E5F8C300167007D42306E5B9F884C72B6614B3067306F30C730EB30BF72B6306B63A57D9A3055308C308B306830443046\X0\3\X2\76F88A985C0E30E230FC30BF30FC7528306E30B930BF30FC30BF30FC3002FF08\X0\IEC 441-14-44\X2\FF09\X0\','ja-JP',$); -#9420= IFCRELASSOCIATESLIBRARY('2_chOx4KTBz8VJh2_xlICM',$,$,$,(#2697),#16651); -#16651= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); +#9417= IFCRELASSOCIATESLIBRARY('2PuqQjwfvAyxl0JELEwwvv',$,$,$,(#2692),#16651); +#16651= IFCLIBRARYREFERENCE($,$,'\X2\C2DCC791\X0\ \X2\C720D615\X0\','\X2\C544B798C5D0C11C\X0\ \X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\C2DCB3D9\X0\ \X2\BAA9B85D\X0\ \X2\BAA9B85D\X0\ : \X2\C790B3D9\X0\ : \X2\C790B3D9\X0\ \X2\D2B8B79CC2A4C5D0C11C\X0\ \X2\AC00C838C628\X0\ \X2\D558B098\X0\ \X2\C774C0C1C758\X0\ \X2\C800D558\X0\ \X2\C804C555C73CB85C\X0\ \X2\C2DCC791D558B294\X0\ \X2\B370\X0\ \X2\C0ACC6A9D558B294\X0\ \X2\C720B3C4\X0\ \X2\C804B3D9AE30C758\X0\ \X2\C2A4D0C0D130\X0\ (IEC 441-14-45) \X2\C218B3D9\X0\ : \X2\AE30BCF8\X0\ \X2\C5F0B77DCC98C5D0C11C\X0\ \X2\AC15C81CB85C\X0\ \X2\ACA9B9ACB41C\X0\ \X2\AC70B9ACC5D0\X0\ \X2\C788C73CBA70\X0\, \X2\C218B3D9C73CB85C\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\ACF5AE09B418B294\X0\ (IEC 441-14-39) \X2\AE00C790\X0\ \X2\D558B098\X0\ \X2\C785B825\X0\ : \X2\D55C\X0\ \X2\BC88C5D0\X0\ \X2\BAA8D130\X0\ \X2\D130BBF8B110\X0\ \X2\C0ACC774C758\X0\ \X2\C120AC04\X0\ \X2\C804C555C744\X0\ \X2\C5F0ACB0\X0\ \X2\C2A4D0C0D130\X0\ (IEC 441-14-40) \X2\C9C4B3D9\X0\ : \X2\C804C6D0C758\X0\ \X2\C9C4B3D9C218AC00\X0\ \X2\C815C0C1\X0\ \X2\C791B3D9\X0\ \X2\C9C4B3D9AE4CC9C0\X0\ \X2\C810CC28\X0\ \X2\C99DB300\X0\ \X2\D574AC00B294\X0\ \X2\C2A4D0C0D130\X0\ nStep : \X2\AEBCC9D0\X0\ (OFF)\X2\ACFC\X0\ \X2\CF1CC9D0\X0\ (ON) \X2\C0ACC774C5D0C11C\X0\ (n-1) \X2\C0ACC774C758\X0\ \X2\AC00C18DB3C4C801C778\X0\ \X2\C704CE58C774B2E4\X0\ \X2\C2A4D0C0D130\X0\. (IEC 441-14-41) \X2\C800D56D\X0\ : \X2\BAA8D130C758\X0\ \X2\D1A0D06C\X0\ \X2\D2B9C131\X0\ \X2\AC00C838C624AE30\X0\ \X2\C2DCC791\X0\, \X2\ADF8B9ACACE0\X0\ \X2\C548C815\X0\ \X2\C0ACC774C5D0\X0\ \X2\C804B958B97C\X0\ \X2\C81CD55CD558AE30\X0\ \X2\C704D574\X0\ \X2\D558B098\X0\ \X2\B610B294\X0\ \X2\BA87\X0\ \X2\AC00C9C0\X0\ \X2\C800D56DC744\X0\ \X2\C774C6A9D55C\X0\ \X2\C2A4D0C0D130\X0\ (IEC 441-14-425) \X2\C2A4D0C0\X0\ \X2\B378D0C0\X0\ : \X2\C2DCC791\X0\ \X2\C704CE58B294\X0\ \X2\ACE0C815\X0\ \X2\5C0F5DFB\X0\ \X2\C120\X0\ (\X2\CD08BCF4\X0\ \X2\C640C778\X0\)\X2\C774\X0\ \X2\C18CD589C131C5D0\X0\ \X2\C5F0ACB0B41C\X0\ \X2\D6C4\X0\, \X2\CD5CC885\X0\ \X2\C0C1D0DCC5D0C11CB294\X0\ \X2\B378D0C0\X0\ \X2\BAA8C591C73CB85C\X0\ \X2\C5F0ACB0B41CB2E4\X0\ 3 \X2\C0C1\X0\ \X2\C720B3C4\X0\ \X2\BAA8D130C758\X0\ \X2\C2A4D0C0D130\X0\. (IEC 441-14-44)','ko-KR',$); -#9421= IFCRELASSOCIATESLIBRARY('1K_BeTon508xuiiuadgArA',$,$,$,(#2697),#16652); -#16652= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9418= IFCRELASSOCIATESLIBRARY('3NzmHEw_f3UwbosMm53_Dj',$,$,$,(#2693),#16652); +#16652= IFCLIBRARYREFERENCE($,$,'Starting Time',$,'en',$); -#9422= IFCRELASSOCIATESLIBRARY('27LBnCy6X6MP_2UvZzem7p',$,$,$,(#2698),#16653); -#16653= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9419= IFCRELASSOCIATESLIBRARY('3jbJtgFeP85eiUfLL6yCM0',$,$,$,(#2693),#16653); +#16653= IFCLIBRARYREFERENCE($,$,'\X2\59CB52D566429593\X0\','\X2\30E230FC30BF30FC304C505C6B6272B6614B304B30895B9A683C96FB57273092537052A030575B9A683C901F5EA6306B523090543059308B307E3067306B5FC58981306A664295933002\X0\','ja-JP',$); -#9423= IFCRELASSOCIATESLIBRARY('0PgqKdSFH24Or$BV8HWnMI',$,$,$,(#2698),#16654); -#16654= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9420= IFCRELASSOCIATESLIBRARY('0zfzPjz2b2gPPt_7D$oP5_',$,$,$,(#2693),#16654); +#16654= IFCLIBRARYREFERENCE($,$,'\X2\C2DCC791\X0\ \X2\C2DCAC04\X0\','\X2\BAA8D130AC00\X0\ \X2\C815C9C0\X0\ \X2\C0C1D0DCC5D0C11C\X0\ \X2\C815ACA9\X0\ \X2\C804C555C744C778AC00D558C5EC\X0\ \X2\C815ACA9\X0\ \X2\C18DB3C4C5D0\X0\ \X2\B3C4B2ECD558B294\X0\ \X2\B370\X0\ \X2\D544C694D55C\X0\ \X2\C2DCAC04\X0\','ko-KR',$); -#9424= IFCRELASSOCIATESLIBRARY('12KCmrgwr8pRYyjzv8wY$2',$,$,$,(#2699),#16655); -#16655= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9422= IFCRELASSOCIATESLIBRARY('3KdnLU$oP5tPWXXF5HeHSN',$,$,$,(#2697),#16655); +#16655= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9425= IFCRELASSOCIATESLIBRARY('3lKwpucE9CIRlzGqzcMToQ',$,$,$,(#2699),#16656); -#16656= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); +#9423= IFCRELASSOCIATESLIBRARY('1tUpdFsorAqvca1SpL6EAa',$,$,$,(#2697),#16656); +#16656= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9426= IFCRELASSOCIATESLIBRARY('38jrImu5P2_wlvhhi0rrCD',$,$,$,(#2699),#16657); -#16657= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9424= IFCRELASSOCIATESLIBRARY('1jxU5a2V9E0exgH9W9schg',$,$,$,(#2697),#16657); +#16657= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9427= IFCRELASSOCIATESLIBRARY('2Ycg0cpQ91ahbRUNVTkI9W',$,$,$,(#2700),#16658); -#16658= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9425= IFCRELASSOCIATESLIBRARY('0sbtkUw0bCFQATuyYBNlo1',$,$,$,(#2697),#16658); +#16658= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9428= IFCRELASSOCIATESLIBRARY('2iLP8hR5D0895JiQ4RM0VP',$,$,$,(#2700),#16659); -#16659= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9426= IFCRELASSOCIATESLIBRARY('1Z5vPRGcHBbAHEDVN8HAv2',$,$,$,(#2698),#16659); +#16659= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9429= IFCRELASSOCIATESLIBRARY('0X7D5RoO9EhO8t6UTEgQci',$,$,$,(#2700),#16660); -#16660= IFCLIBRARYREFERENCE($,$,'\X2\D398C77C\X0\ \X2\C138C774D504\X0\ \X2\C720D615\X0\','\X2\C694CCADD55C\X0\ \X2\C561CE04C5D0C774D130C758\X0\ \X2\C548C804\X0\ \X2\C7A5CE58\X0\ \X2\C720D615C744\X0\ \X2\D45CC2DC\X0\','ko-KR',$); +#9427= IFCRELASSOCIATESLIBRARY('2Qx65BgT10YRss3XzEIa$C',$,$,$,(#2698),#16660); +#16660= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9430= IFCRELASSOCIATESLIBRARY('2bujqkpyH7TA6wfsSPGy4n',$,$,$,(#2701),#16661); +#9428= IFCRELASSOCIATESLIBRARY('3d0d55ri5FvfNIUNP59Ods',$,$,$,(#2699),#16661); #16661= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9431= IFCRELASSOCIATESLIBRARY('1kwElS18j1tQyqQHojZBYF',$,$,$,(#2701),#16662); +#9429= IFCRELASSOCIATESLIBRARY('097XCzFGP5tBSDzgU1eD$t',$,$,$,(#2699),#16662); #16662= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9432= IFCRELASSOCIATESLIBRARY('0fwf6jzkH9WwAHHH3uGEFD',$,$,$,(#2702),#16663); -#16663= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9430= IFCRELASSOCIATESLIBRARY('0eekxl6AnDVAF2gd2MYGlb',$,$,$,(#2700),#16663); +#16663= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9433= IFCRELASSOCIATESLIBRARY('1rJMaUG3P2f9NL_3wNZ9YX',$,$,$,(#2702),#16664); -#16664= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9431= IFCRELASSOCIATESLIBRARY('2fIhZasAD8KfFXq$dRKXoB',$,$,$,(#2700),#16664); +#16664= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9434= IFCRELASSOCIATESLIBRARY('3dYR7Oklj8pARa_3aDBNhe',$,$,$,(#2703),#16665); -#16665= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9432= IFCRELASSOCIATESLIBRARY('2cQ4_J6Zf9he$7QNI90XgA',$,$,$,(#2700),#16665); +#16665= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9435= IFCRELASSOCIATESLIBRARY('0V2by8BxL3rAhsB15SYkoz',$,$,$,(#2703),#16666); -#16666= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9433= IFCRELASSOCIATESLIBRARY('3njRvGc89FUO_hnD$bqVJl',$,$,$,(#2700),#16666); +#16666= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9436= IFCRELASSOCIATESLIBRARY('0wvPjITL51sPk5_3ZSAoQk',$,$,$,(#2703),#16667); -#16667= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9434= IFCRELASSOCIATESLIBRARY('22wXOu0$X3F9evxuqp3EyX',$,$,$,(#2701),#16667); +#16667= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9437= IFCRELASSOCIATESLIBRARY('0wiVCWFF17f9gpQI88Eh$d',$,$,$,(#2703),#16668); -#16668= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9435= IFCRELASSOCIATESLIBRARY('3bGtKPPobAceX1yL1_TjR$',$,$,$,(#2701),#16668); +#16668= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9438= IFCRELASSOCIATESLIBRARY('0_V5bPan11AhGRAnXcyze2',$,$,$,(#2704),#16669); -#16669= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9436= IFCRELASSOCIATESLIBRARY('0XFhTxTnrDmBnC683Akz1c',$,$,$,(#2701),#16669); +#16669= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9439= IFCRELASSOCIATESLIBRARY('2x39pEm7L7DeHttQg9CoZz',$,$,$,(#2704),#16670); -#16670= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9437= IFCRELASSOCIATESLIBRARY('1ksB7G74H2$xJYqgeAeEZj',$,$,$,(#2701),#16670); +#16670= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9440= IFCRELASSOCIATESLIBRARY('1pzItcIUH0JQPCNnvlCXvQ',$,$,$,(#2704),#16671); -#16671= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9438= IFCRELASSOCIATESLIBRARY('15UR70I0f74fwWICoAGvQr',$,$,$,(#2702),#16671); +#16671= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9441= IFCRELASSOCIATESLIBRARY('2IQNjkqHzAOxrFD4aAH88A',$,$,$,(#2704),#16672); +#9439= IFCRELASSOCIATESLIBRARY('2IQwerNUjAwBv1ume5XNcq',$,$,$,(#2702),#16672); #16672= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9442= IFCRELASSOCIATESLIBRARY('2cVqezjYL9sfXfj0egGWMK',$,$,$,(#2707),#16673); +#9440= IFCRELASSOCIATESLIBRARY('0WDz$htD15FBCOasEPHDXA',$,$,$,(#2703),#16673); #16673= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9443= IFCRELASSOCIATESLIBRARY('13Ry5BDFP08BtZX0Q26BQ5',$,$,$,(#2707),#16674); +#9441= IFCRELASSOCIATESLIBRARY('1x3WQpSI54ieW4BIJ3c3Sp',$,$,$,(#2703),#16674); #16674= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9444= IFCRELASSOCIATESLIBRARY('1EW_JyIon8Ww6C6sxZcJNb',$,$,$,(#2708),#16675); +#9442= IFCRELASSOCIATESLIBRARY('246sCcHfv0XeH3RYdFNvz6',$,$,$,(#2705),#16675); #16675= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9445= IFCRELASSOCIATESLIBRARY('3b5XKP7xH2cP4gtmLO814D',$,$,$,(#2708),#16676); -#16676= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\30A830E930FC30B330FC30C9307E305F306F\X0\ID\X2\3092793A305930024F8BFF1A\X0\''ConfigurationError'', ''NotConnected'', ''DeviceFailure'', ''SensorFailure'', ''LastKnown, ''CommunicationsFailure'', ''OutOfService''.','ja-JP',$); +#9443= IFCRELASSOCIATESLIBRARY('1ysC6C8eT008Lw2VL$iVxp',$,$,$,(#2705),#16676); +#16676= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9446= IFCRELASSOCIATESLIBRARY('0fxv0r7n96igwokiz7aO_e',$,$,$,(#2708),#16677); -#16677= IFCLIBRARYREFERENCE($,$,'\X2\C7ACC815\X0\ \X2\AE30B2A5C758\X0\ \X2\C720BB34\X0\','\X2\B300CCB4\X0\ \X2\AE30B2A5C73CB85C\X0\ \X2\C218B3D9\X0\ \X2\C870C791C774\X0\ \X2\C81CACF5B418B294C9C0\X0\ (= TRUE) \X2\C5ECBD80\X0\ (= FALSE)\X2\B97C\X0\ \X2\D655C778D55CB2E4\X0\. \X2\C218B3D9C73CB85C\X0\ \X2\C870C791D558B294\X0\ \X2\C561CE04C5D0C774D130C758\X0\ \X2\ACBDC6B0B294C774\X0\ \X2\AC12C744\X0\ \X2\AE30BCF8AC12C73CB85C\X0\ FALSE\X2\B85C\X0\ \X2\C124C815D574C57CD558BBC0B85CC8FCC758D55CB2E4\X0\.','ko-KR',$); +#9444= IFCRELASSOCIATESLIBRARY('2GkY6MPxvEwRD9x7m6oW5A',$,$,$,(#2706),#16677); +#16677= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9447= IFCRELASSOCIATESLIBRARY('3BTglXCxT07e_RkaokUHnn',$,$,$,(#2709),#16678); -#16678= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9445= IFCRELASSOCIATESLIBRARY('01L7QCfTbCbBjUJkqIqWiO',$,$,$,(#2706),#16678); +#16678= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9448= IFCRELASSOCIATESLIBRARY('0NFWIWLDLF8ea8bF_X2LlX',$,$,$,(#2709),#16679); -#16679= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9446= IFCRELASSOCIATESLIBRARY('3n1AwVWBj5zfE1CtzZv8_y',$,$,$,(#2706),#16679); +#16679= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9449= IFCRELASSOCIATESLIBRARY('23HDK9Wu1C_vwCwDG95Q3n',$,$,$,(#2709),#16680); -#16680= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9447= IFCRELASSOCIATESLIBRARY('0h$i1KUFnFphEi0rZoQdv$',$,$,$,(#2706),#16680); +#16680= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9450= IFCRELASSOCIATESLIBRARY('2sK01JmGf6ZO1F4g8pOcVK',$,$,$,(#2709),#16681); -#16681= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9448= IFCRELASSOCIATESLIBRARY('30GFD$pF5BJvM1Z1nyxrLr',$,$,$,(#2707),#16681); +#16681= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9451= IFCRELASSOCIATESLIBRARY('3cPDr1Rfb1JvHxfSLoMPuL',$,$,$,(#2710),#16682); -#16682= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9449= IFCRELASSOCIATESLIBRARY('3CBEO6aU5AnfL8$UW9Exle',$,$,$,(#2707),#16682); +#16682= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9452= IFCRELASSOCIATESLIBRARY('0FJRvGHNjFMvymqm8pYDr6',$,$,$,(#2710),#16683); +#9450= IFCRELASSOCIATESLIBRARY('1W8qIoKczEuBPXKbrBaa5l',$,$,$,(#2708),#16683); #16683= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9453= IFCRELASSOCIATESLIBRARY('3umgnu0mP8gBWDd0nq61Iz',$,$,$,(#2710),#16684); -#16684= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9451= IFCRELASSOCIATESLIBRARY('0NXwpy0fH7RQDJFuwMVvHW',$,$,$,(#2708),#16684); +#16684= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9454= IFCRELASSOCIATESLIBRARY('1etS$XUvb29AVoKW0pOdPF',$,$,$,(#2710),#16685); -#16685= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9452= IFCRELASSOCIATESLIBRARY('2$X7VWWwz7KwScQd81HjOY',$,$,$,(#2709),#16685); +#16685= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9455= IFCRELASSOCIATESLIBRARY('39kkDzZoz6XxqzLtt2b413',$,$,$,(#2712),#16686); -#16686= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9453= IFCRELASSOCIATESLIBRARY('05BmUbQVH2wP8kzYrAwJ7v',$,$,$,(#2710),#16686); +#16686= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9456= IFCRELASSOCIATESLIBRARY('3S85wlfzz03QhJekm9l1O$',$,$,$,(#2712),#16687); -#16687= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9454= IFCRELASSOCIATESLIBRARY('2vd82qVCH9sRb8DigbTpc9',$,$,$,(#2710),#16687); +#16687= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9457= IFCRELASSOCIATESLIBRARY('2DIitI8UrFzOm_y6SR6QeN',$,$,$,(#2712),#16688); -#16688= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9455= IFCRELASSOCIATESLIBRARY('2dj15cvYX3T9$6IgPlkmom',$,$,$,(#2712),#16688); +#16688= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9458= IFCRELASSOCIATESLIBRARY('0UNGabdij62wdc9Kig1GTt',$,$,$,(#2712),#16689); +#9456= IFCRELASSOCIATESLIBRARY('0HRUXI7FHC5OqIvvL4Dr84',$,$,$,(#2712),#16689); #16689= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9459= IFCRELASSOCIATESLIBRARY('1KP8SSND987Qvgc_C3owRg',$,$,$,(#2713),#16690); +#9457= IFCRELASSOCIATESLIBRARY('1Hd7ePOBz61hnthIe6KE18',$,$,$,(#2713),#16690); #16690= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9460= IFCRELASSOCIATESLIBRARY('3sGbPGZAzAAhnuPHdfRG1V',$,$,$,(#2713),#16691); -#16691= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9458= IFCRELASSOCIATESLIBRARY('2ih7xToSD0E8jk5dA0LTJK',$,$,$,(#2713),#16691); +#16691= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); -#9461= IFCRELASSOCIATESLIBRARY('39yPeQH6f4qfFAeB0QUwRu',$,$,$,(#2715),#16692); -#16692= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9459= IFCRELASSOCIATESLIBRARY('2_SKgkbyf94esO62g_EohY',$,$,$,(#2713),#16692); +#16692= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9462= IFCRELASSOCIATESLIBRARY('37K$9DN214SOq0bCWsfr5k',$,$,$,(#2715),#16693); -#16693= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9460= IFCRELASSOCIATESLIBRARY('1ievNZqZPCFhy92nhh7Wx4',$,$,$,(#2714),#16693); +#16693= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9463= IFCRELASSOCIATESLIBRARY('1zMq8OCMD44PBrxd0h0Kaq',$,$,$,(#2716),#16694); -#16694= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9461= IFCRELASSOCIATESLIBRARY('17513qLa14kf68seMOJ_jL',$,$,$,(#2714),#16694); +#16694= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9464= IFCRELASSOCIATESLIBRARY('1y$fs68LzCBxkPvc7wQLvp',$,$,$,(#2716),#16695); +#9462= IFCRELASSOCIATESLIBRARY('37aBS2Bo5Bq8SHaQN$zNZI',$,$,$,(#2715),#16695); #16695= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9465= IFCRELASSOCIATESLIBRARY('2T9lk3JTD1YOoUEwqDwrZn',$,$,$,(#2716),#16696); -#16696= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9463= IFCRELASSOCIATESLIBRARY('1Ee2$oGD15683JjtThzH3e',$,$,$,(#2715),#16696); +#16696= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); -#9466= IFCRELASSOCIATESLIBRARY('159hs0bGTBsOsedXUS$V_Z',$,$,$,(#2716),#16697); +#9464= IFCRELASSOCIATESLIBRARY('3nUgC4uZ9EzPCapgUKsoF3',$,$,$,(#2715),#16697); #16697= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9467= IFCRELASSOCIATESLIBRARY('3jIT129qL9z8XZFeFT2PTu',$,$,$,(#2717),#16698); +#9465= IFCRELASSOCIATESLIBRARY('0Vv9wlL9j76vSbR7HBmsdG',$,$,$,(#2716),#16698); #16698= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9468= IFCRELASSOCIATESLIBRARY('00mBrm1T93XRm4xMIJrLsQ',$,$,$,(#2717),#16699); +#9466= IFCRELASSOCIATESLIBRARY('0gOwJXvtvAPR4KiZhfz6X_',$,$,$,(#2716),#16699); #16699= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9469= IFCRELASSOCIATESLIBRARY('2Clz0KsL1FOvvtOJIFfnKU',$,$,$,(#2718),#16700); -#16700= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9467= IFCRELASSOCIATESLIBRARY('2AvVloMEnDPPNZUP9_bYPt',$,$,$,(#2716),#16700); +#16700= IFCLIBRARYREFERENCE($,$,'\X2\D398C77C\X0\ \X2\C138C774D504\X0\ \X2\C720D615\X0\','\X2\C694CCADD55C\X0\ \X2\C561CE04C5D0C774D130C758\X0\ \X2\C548C804\X0\ \X2\C7A5CE58\X0\ \X2\C720D615C744\X0\ \X2\D45CC2DC\X0\','ko-KR',$); -#9470= IFCRELASSOCIATESLIBRARY('0Q0GZjSU108Pb6XgDmgc_Y',$,$,$,(#2718),#16701); -#16701= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9468= IFCRELASSOCIATESLIBRARY('0Iqj1lY0T6BOd0kUI$5OI9',$,$,$,(#2717),#16701); +#16701= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9471= IFCRELASSOCIATESLIBRARY('3uBiQfRmPFdfl6dDrNyFEl',$,$,$,(#2719),#16702); -#16702= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9469= IFCRELASSOCIATESLIBRARY('081MkPLMz9txOf_jp08qrU',$,$,$,(#2717),#16702); +#16702= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9472= IFCRELASSOCIATESLIBRARY('0aCN9UOYn6SBttA1Nz9XIm',$,$,$,(#2719),#16703); -#16703= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9470= IFCRELASSOCIATESLIBRARY('37Lmg8crv63vfxoWI8apCY',$,$,$,(#2718),#16703); +#16703= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9473= IFCRELASSOCIATESLIBRARY('3L5rYeOOvAb9_pDl_u0OI5',$,$,$,(#2720),#16704); -#16704= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9471= IFCRELASSOCIATESLIBRARY('2415XLIv1CSwEO6_10uFEv',$,$,$,(#2718),#16704); +#16704= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9474= IFCRELASSOCIATESLIBRARY('1fgTpviZH4tvNI6XrtuZ4V',$,$,$,(#2720),#16705); -#16705= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9472= IFCRELASSOCIATESLIBRARY('1zF_PMT2nFW8FlTtCIn$uQ',$,$,$,(#2719),#16705); +#16705= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9475= IFCRELASSOCIATESLIBRARY('2nsSr9yc99Lht9na8AOknM',$,$,$,(#2721),#16706); +#9473= IFCRELASSOCIATESLIBRARY('29zXWwAkH1mQ7SIap_OL97',$,$,$,(#2719),#16706); #16706= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9476= IFCRELASSOCIATESLIBRARY('14c_AFnR94WwdwYOTZbE0R',$,$,$,(#2721),#16707); -#16707= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); +#9474= IFCRELASSOCIATESLIBRARY('2nXEB59WT5Z8J$ZlMKfPOt',$,$,$,(#2719),#16707); +#16707= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9477= IFCRELASSOCIATESLIBRARY('0cMoqp42TEJ9HIfbjX$YmS',$,$,$,(#2721),#16708); +#9475= IFCRELASSOCIATESLIBRARY('2D8Z_zt4189QXD94ddAc8p',$,$,$,(#2719),#16708); #16708= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9478= IFCRELASSOCIATESLIBRARY('3xL6bcBxzBqA2htnV1_Il6',$,$,$,(#2722),#16709); +#9476= IFCRELASSOCIATESLIBRARY('2NQZ0mHJ9F2heFWTlrvJzc',$,$,$,(#2720),#16709); #16709= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9479= IFCRELASSOCIATESLIBRARY('24eP8lM9L8vxb7G6615ZiD',$,$,$,(#2722),#16710); +#9477= IFCRELASSOCIATESLIBRARY('0ZnUA351X8fQFVhXl0OMBV',$,$,$,(#2720),#16710); #16710= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9480= IFCRELASSOCIATESLIBRARY('0p87Zmorr0w8UfFEa1a8XO',$,$,$,(#2722),#16711); +#9478= IFCRELASSOCIATESLIBRARY('3CJewVZG99HhTX5rvA_s2J',$,$,$,(#2720),#16711); #16711= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9481= IFCRELASSOCIATESLIBRARY('1bcoD0FmvD3BWQneZU6FMg',$,$,$,(#2722),#16712); +#9479= IFCRELASSOCIATESLIBRARY('3ITgB1iM58suJtZekg3Elt',$,$,$,(#2720),#16712); #16712= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9482= IFCRELASSOCIATESLIBRARY('2IP6UnyOLBlfSQTu2yQ7aq',$,$,$,(#2723),#16713); -#16713= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9480= IFCRELASSOCIATESLIBRARY('0Wo1jrNwrBpREJt2vo6Ax7',$,$,$,(#2723),#16713); +#16713= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9483= IFCRELASSOCIATESLIBRARY('2piDM_WUb5bOW3h6HqcFHP',$,$,$,(#2723),#16714); -#16714= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9481= IFCRELASSOCIATESLIBRARY('3kb2XuFGr29Bh$BncbPLIa',$,$,$,(#2723),#16714); +#16714= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9484= IFCRELASSOCIATESLIBRARY('0WOYK$$2P9MePWqr4AA9XX',$,$,$,(#2723),#16715); -#16715= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9482= IFCRELASSOCIATESLIBRARY('32n63pvJvEhB7y2t1hoSK4',$,$,$,(#2724),#16715); +#16715= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9485= IFCRELASSOCIATESLIBRARY('3IMm8xl8jF6vKc7xaMouRI',$,$,$,(#2723),#16716); -#16716= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9483= IFCRELASSOCIATESLIBRARY('08WNsqswr06QR5Nrj8oszQ',$,$,$,(#2724),#16716); +#16716= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\30A830E930FC30B330FC30C9307E305F306F\X0\ID\X2\3092793A305930024F8BFF1A\X0\''ConfigurationError'', ''NotConnected'', ''DeviceFailure'', ''SensorFailure'', ''LastKnown, ''CommunicationsFailure'', ''OutOfService''.','ja-JP',$); -#9486= IFCRELASSOCIATESLIBRARY('0gt_dEzG13rhI$kIwhq3m2',$,$,$,(#2724),#16717); -#16717= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9484= IFCRELASSOCIATESLIBRARY('0wtTwdSXn4UxqAMhNGW0UP',$,$,$,(#2724),#16717); +#16717= IFCLIBRARYREFERENCE($,$,'\X2\C7ACC815\X0\ \X2\AE30B2A5C758\X0\ \X2\C720BB34\X0\','\X2\B300CCB4\X0\ \X2\AE30B2A5C73CB85C\X0\ \X2\C218B3D9\X0\ \X2\C870C791C774\X0\ \X2\C81CACF5B418B294C9C0\X0\ (= TRUE) \X2\C5ECBD80\X0\ (= FALSE)\X2\B97C\X0\ \X2\D655C778D55CB2E4\X0\. \X2\C218B3D9C73CB85C\X0\ \X2\C870C791D558B294\X0\ \X2\C561CE04C5D0C774D130C758\X0\ \X2\ACBDC6B0B294C774\X0\ \X2\AC12C744\X0\ \X2\AE30BCF8AC12C73CB85C\X0\ FALSE\X2\B85C\X0\ \X2\C124C815D574C57CD558BBC0B85CC8FCC758D55CB2E4\X0\.','ko-KR',$); -#9487= IFCRELASSOCIATESLIBRARY('3qFPrYu3b9jwQZkhE3xVKY',$,$,$,(#2724),#16718); -#16718= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9485= IFCRELASSOCIATESLIBRARY('2H7GdfKIL8UBRG7bdEDYTv',$,$,$,(#2725),#16718); +#16718= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9488= IFCRELASSOCIATESLIBRARY('0JxHSwaVn6wQKVDg4KgBqj',$,$,$,(#2725),#16719); +#9486= IFCRELASSOCIATESLIBRARY('3DRhWnjCvEiPNFSL4zD0qj',$,$,$,(#2725),#16719); #16719= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9489= IFCRELASSOCIATESLIBRARY('1aChglKmD5VR1Oyde3WjbR',$,$,$,(#2725),#16720); -#16720= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9487= IFCRELASSOCIATESLIBRARY('1ii7w4eQ17IO1FAQiIdhev',$,$,$,(#2725),#16720); +#16720= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9490= IFCRELASSOCIATESLIBRARY('1o8uaGHtv8qQtSJeZUo6FK',$,$,$,(#2726),#16721); -#16721= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9488= IFCRELASSOCIATESLIBRARY('0Q6g6fDfT1sw8atakDnigL',$,$,$,(#2725),#16721); +#16721= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9491= IFCRELASSOCIATESLIBRARY('2w_UcohX5A8fdjlzXxt_n3',$,$,$,(#2726),#16722); -#16722= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9489= IFCRELASSOCIATESLIBRARY('2Kpl9Fr$TEreHu8x$2J68B',$,$,$,(#2726),#16722); +#16722= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9492= IFCRELASSOCIATESLIBRARY('3HRJ_hRpL1fup3m2N2z8Vd',$,$,$,(#2727),#16723); +#9490= IFCRELASSOCIATESLIBRARY('1Db7tA9qrEz9$fW92wQs3T',$,$,$,(#2726),#16723); #16723= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9493= IFCRELASSOCIATESLIBRARY('2sc2KN1Gn92egQxCZpCmVs',$,$,$,(#2727),#16724); -#16724= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9491= IFCRELASSOCIATESLIBRARY('0mJg1RFujE5gN9R8ZuROzh',$,$,$,(#2726),#16724); +#16724= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9494= IFCRELASSOCIATESLIBRARY('2PQ6PjDD14sOkeoYNqSry7',$,$,$,(#2729),#16725); -#16725= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9492= IFCRELASSOCIATESLIBRARY('0AmJkEW2L7_OV5xFB5fhgZ',$,$,$,(#2726),#16725); +#16725= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9495= IFCRELASSOCIATESLIBRARY('2$Yu4M5wP1dwCjf0ZyrLEO',$,$,$,(#2729),#16726); -#16726= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9493= IFCRELASSOCIATESLIBRARY('3gHDybfjzCwvSXTSgEsSnp',$,$,$,(#2728),#16726); +#16726= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9496= IFCRELASSOCIATESLIBRARY('35RRoxZLzFleBQjQc5lbwf',$,$,$,(#2729),#16727); -#16727= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9494= IFCRELASSOCIATESLIBRARY('3GmUf6rVL0P9b4yOBdbORu',$,$,$,(#2728),#16727); +#16727= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9497= IFCRELASSOCIATESLIBRARY('23zydz8i9DZu703p1Vt6YP',$,$,$,(#2729),#16728); -#16728= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9495= IFCRELASSOCIATESLIBRARY('1nARscYs1CNuozMhctk3WB',$,$,$,(#2728),#16728); +#16728= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9498= IFCRELASSOCIATESLIBRARY('0VfoEolUDC$g0ibNiA7Qdf',$,$,$,(#2730),#16729); -#16729= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9496= IFCRELASSOCIATESLIBRARY('0Mk61q$Mv9kPQ_jYoViHRB',$,$,$,(#2728),#16729); +#16729= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9499= IFCRELASSOCIATESLIBRARY('0_pLfnw4fCu8raZDGRokFx',$,$,$,(#2730),#16730); -#16730= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9497= IFCRELASSOCIATESLIBRARY('0kO2sl2599U9XZbWrH7yc$',$,$,$,(#2729),#16730); +#16730= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9500= IFCRELASSOCIATESLIBRARY('3yVjVvv2X3W9fNXL06xPN7',$,$,$,(#2731),#16731); -#16731= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9498= IFCRELASSOCIATESLIBRARY('15X8pwy_95lu0QMI5o1yW2',$,$,$,(#2729),#16731); +#16731= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9501= IFCRELASSOCIATESLIBRARY('0a6TGnNNb09PDMeTJNjFWP',$,$,$,(#2731),#16732); -#16732= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9499= IFCRELASSOCIATESLIBRARY('2cTMyj4jrEGgDWp8bClpWr',$,$,$,(#2731),#16732); +#16732= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9502= IFCRELASSOCIATESLIBRARY('2WjpSNrvP9zww2qmzDLbpp',$,$,$,(#2732),#16733); -#16733= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9500= IFCRELASSOCIATESLIBRARY('3zS9zWEUD40Bx6UFC9gyT7',$,$,$,(#2731),#16733); +#16733= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9503= IFCRELASSOCIATESLIBRARY('2QDZy4BDvCLhN0M7ou_4Px',$,$,$,(#2732),#16734); -#16734= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); +#9501= IFCRELASSOCIATESLIBRARY('0Z8mxHp457lfz3397Y0LCH',$,$,$,(#2732),#16734); +#16734= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9504= IFCRELASSOCIATESLIBRARY('1AhqgUpcjBqwbp1pOjj9NZ',$,$,$,(#2732),#16735); -#16735= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9502= IFCRELASSOCIATESLIBRARY('2MD4I35TzD_w7jrvO5bg3y',$,$,$,(#2732),#16735); +#16735= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9505= IFCRELASSOCIATESLIBRARY('1ZataOHYHByxVM$tA8k8It',$,$,$,(#2733),#16736); -#16736= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9503= IFCRELASSOCIATESLIBRARY('3yOwlkgrv8F9uvX7mh4WH3',$,$,$,(#2732),#16736); +#16736= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9506= IFCRELASSOCIATESLIBRARY('372docQFb8jx0WMnNLXYpo',$,$,$,(#2733),#16737); -#16737= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9504= IFCRELASSOCIATESLIBRARY('3vIfsjNbb5x8a7AS$PF03Y',$,$,$,(#2732),#16737); +#16737= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9507= IFCRELASSOCIATESLIBRARY('1oiCveo81228SKNKOheY6p',$,$,$,(#2733),#16738); -#16738= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9505= IFCRELASSOCIATESLIBRARY('3qnZ5TixfB2BTz84JIIL3f',$,$,$,(#2733),#16738); +#16738= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9508= IFCRELASSOCIATESLIBRARY('2kqs6SbWT0MvaK_M9MuCQk',$,$,$,(#2733),#16739); +#9506= IFCRELASSOCIATESLIBRARY('3bWI4Dbej2ienbdbDqc2TX',$,$,$,(#2733),#16739); #16739= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9509= IFCRELASSOCIATESLIBRARY('3WUYbgMHb6AwajdxGxXIZ0',$,$,$,(#2734),#16740); +#9507= IFCRELASSOCIATESLIBRARY('3r2IoDIzPExgDGknYAGNk4',$,$,$,(#2734),#16740); #16740= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9510= IFCRELASSOCIATESLIBRARY('1XBA5UVhXEpRAc0amVMCxw',$,$,$,(#2734),#16741); +#9508= IFCRELASSOCIATESLIBRARY('2TZkW4oVX1dBePpvG$9yCF',$,$,$,(#2734),#16741); #16741= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9511= IFCRELASSOCIATESLIBRARY('1n5B76KN52$PREGn3dCGWN',$,$,$,(#2735),#16742); +#9509= IFCRELASSOCIATESLIBRARY('3cfBHJCOb8ZwoaKEViPGGi',$,$,$,(#2735),#16742); #16742= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9512= IFCRELASSOCIATESLIBRARY('1lLDKvruz2ahHonkOoiNwq',$,$,$,(#2735),#16743); +#9510= IFCRELASSOCIATESLIBRARY('0vaWoGYX51Qx83wy5aPS0L',$,$,$,(#2735),#16743); #16743= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9513= IFCRELASSOCIATESLIBRARY('1DQRU8ocr2YvhA2chYQ73I',$,$,$,(#2736),#16744); +#9511= IFCRELASSOCIATESLIBRARY('27c7FR9wv02BXqTh$yiedk',$,$,$,(#2736),#16744); #16744= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9514= IFCRELASSOCIATESLIBRARY('2dPobfYgfCS9ffg5AMivf4',$,$,$,(#2736),#16745); +#9512= IFCRELASSOCIATESLIBRARY('0sT7G3car6vxnZ0fF6R5a4',$,$,$,(#2736),#16745); #16745= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9515= IFCRELASSOCIATESLIBRARY('0lWTqTOw9C1RngtQ8Zl7_V',$,$,$,(#2737),#16746); +#9513= IFCRELASSOCIATESLIBRARY('2OSoeYTeXFWwzmZmmytEH7',$,$,$,(#2737),#16746); #16746= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9516= IFCRELASSOCIATESLIBRARY('3lpHUV3nf9vQRxdQPdrmX6',$,$,$,(#2737),#16747); -#16747= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9514= IFCRELASSOCIATESLIBRARY('0_xAJScG9BfwMpUl53gmf8',$,$,$,(#2737),#16747); +#16747= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); -#9517= IFCRELASSOCIATESLIBRARY('1vqq6t1Pf5YgH4YUfmLKLT',$,$,$,(#2737),#16748); -#16748= IFCLIBRARYREFERENCE($,$,'\X2\C804C6D0\X0\ \X2\C0C1D0DC\X0\','\X2\D604C7AC\X0\ \X2\C804C6D0\X0\ \X2\C0C1D0DCB97C\X0\ \X2\B098D0C0B0C4\X0\','ko-KR',$); +#9515= IFCRELASSOCIATESLIBRARY('1ndDaRd7b6VvrNI8HR24N7',$,$,$,(#2737),#16748); +#16748= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9518= IFCRELASSOCIATESLIBRARY('3awoLbgln2KxoBDfiqfYIF',$,$,$,(#2738),#16749); -#16749= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9516= IFCRELASSOCIATESLIBRARY('2v$kALIT1EygW94rLx6pzR',$,$,$,(#2738),#16749); +#16749= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9519= IFCRELASSOCIATESLIBRARY('3jD6T30lP3S85XN8yD9oJ5',$,$,$,(#2738),#16750); -#16750= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9517= IFCRELASSOCIATESLIBRARY('1U$u91zLnE5wVVnoUpzzZB',$,$,$,(#2738),#16750); +#16750= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9520= IFCRELASSOCIATESLIBRARY('3VIpG1Whj1tQ1gCaF9YI0V',$,$,$,(#2739),#16751); -#16751= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9518= IFCRELASSOCIATESLIBRARY('2nF8oWAfbFMgzT_qQcGQFO',$,$,$,(#2738),#16751); +#16751= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9521= IFCRELASSOCIATESLIBRARY('3_u4hckn1EeRHDtgxDW0oU',$,$,$,(#2739),#16752); -#16752= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9519= IFCRELASSOCIATESLIBRARY('2u5IOBW0LEHwYIxXmvtj8E',$,$,$,(#2738),#16752); +#16752= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9522= IFCRELASSOCIATESLIBRARY('0rYGak6trCd9HZsvY9NqOG',$,$,$,(#2739),#16753); -#16753= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9520= IFCRELASSOCIATESLIBRARY('0KIsTJa31EqBKm7hrBG0BH',$,$,$,(#2739),#16753); +#16753= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9523= IFCRELASSOCIATESLIBRARY('2DYAqbFLD4w88wlywoSgHl',$,$,$,(#2739),#16754); -#16754= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9521= IFCRELASSOCIATESLIBRARY('2y_ngsQ_v4SebNGS5KMYOX',$,$,$,(#2739),#16754); +#16754= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9524= IFCRELASSOCIATESLIBRARY('1e8KSE6Rj6XfOjkLq0qkXF',$,$,$,(#2740),#16755); -#16755= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9522= IFCRELASSOCIATESLIBRARY('2ORmTgMxD0nPSNMGjf8LXX',$,$,$,(#2739),#16755); +#16755= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9525= IFCRELASSOCIATESLIBRARY('2Boxb561jAGu4x626L0j5r',$,$,$,(#2740),#16756); -#16756= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); +#9523= IFCRELASSOCIATESLIBRARY('0hJWE2zrn3OQqAlTj3kcFe',$,$,$,(#2739),#16756); +#16756= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9526= IFCRELASSOCIATESLIBRARY('1JIbvg4gH4JvNXitjYi_j_',$,$,$,(#2740),#16757); -#16757= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9524= IFCRELASSOCIATESLIBRARY('16wR_Cna9Btui8voAhdIKi',$,$,$,(#2740),#16757); +#16757= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9527= IFCRELASSOCIATESLIBRARY('1WMext2mv0mPfRlESUKLI2',$,$,$,(#2741),#16758); -#16758= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9525= IFCRELASSOCIATESLIBRARY('1H5NgdrzP6pA5_7cp0Apeo',$,$,$,(#2740),#16758); +#16758= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9528= IFCRELASSOCIATESLIBRARY('3SLKQHPVXCPREl7dpLx6mP',$,$,$,(#2741),#16759); -#16759= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9526= IFCRELASSOCIATESLIBRARY('3CO$_Z0gL43gzcsJ8khRyH',$,$,$,(#2741),#16759); +#16759= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9529= IFCRELASSOCIATESLIBRARY('34Urab5uL4vBzjC3ptljwi',$,$,$,(#2742),#16760); -#16760= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9527= IFCRELASSOCIATESLIBRARY('0lifsQZ6nCtP1TESax1Msb',$,$,$,(#2741),#16760); +#16760= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9530= IFCRELASSOCIATESLIBRARY('005ZMX4rvFc9cp9xXi7Jy$',$,$,$,(#2742),#16761); -#16761= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9528= IFCRELASSOCIATESLIBRARY('3ideRumDf6EQoC$NyLbNcU',$,$,$,(#2742),#16761); +#16761= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9531= IFCRELASSOCIATESLIBRARY('1lEE4UOOD3JAqPTwdyNG4$',$,$,$,(#2743),#16762); -#16762= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9529= IFCRELASSOCIATESLIBRARY('0GO4NNBLfBwB$JXnB5Px5X',$,$,$,(#2742),#16762); +#16762= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9532= IFCRELASSOCIATESLIBRARY('0M$uU6bKbFWBcxS2O2CUaN',$,$,$,(#2743),#16763); -#16763= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9530= IFCRELASSOCIATESLIBRARY('2muECnLRP1SgGciqJU26WV',$,$,$,(#2743),#16763); +#16763= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9533= IFCRELASSOCIATESLIBRARY('2v1mKyAZ50v8hqTtzMHMmG',$,$,$,(#2744),#16764); -#16764= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9531= IFCRELASSOCIATESLIBRARY('27hOb5uFz7m8gWdoyrrLUY',$,$,$,(#2743),#16764); +#16764= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9534= IFCRELASSOCIATESLIBRARY('3ILzwMJcz1QhUWPmnL19A8',$,$,$,(#2744),#16765); -#16765= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9532= IFCRELASSOCIATESLIBRARY('3Pa1wyjgP7_vc6LAgSIgRi',$,$,$,(#2745),#16765); +#16765= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9535= IFCRELASSOCIATESLIBRARY('0ir2HqDzr8a89pPVO7cMOM',$,$,$,(#2745),#16766); -#16766= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9533= IFCRELASSOCIATESLIBRARY('0RcHLlhP5AUP7phhTv7UQn',$,$,$,(#2745),#16766); +#16766= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9536= IFCRELASSOCIATESLIBRARY('0sqhKRVaH6rvAuFJpUnAk1',$,$,$,(#2745),#16767); -#16767= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9534= IFCRELASSOCIATESLIBRARY('1EP$40hY54RA0gYRTQNOb5',$,$,$,(#2745),#16767); +#16767= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9537= IFCRELASSOCIATESLIBRARY('3$G$SB28L1GfuUelZCEad1',$,$,$,(#2745),#16768); -#16768= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9535= IFCRELASSOCIATESLIBRARY('27SctJCjvC$v4_ZwT_ygZ_',$,$,$,(#2745),#16768); +#16768= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9538= IFCRELASSOCIATESLIBRARY('0np0$JE058qf6B62UdONWJ',$,$,$,(#2745),#16769); -#16769= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9536= IFCRELASSOCIATESLIBRARY('2sh94SlFXC4Q7K8Gm2XQ9I',$,$,$,(#2746),#16769); +#16769= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9539= IFCRELASSOCIATESLIBRARY('1vDHRb8dL2xuuL3RO_Dzmy',$,$,$,(#2746),#16770); -#16770= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9537= IFCRELASSOCIATESLIBRARY('266Bsz_P9BTujjcMSYKu$L',$,$,$,(#2746),#16770); +#16770= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9540= IFCRELASSOCIATESLIBRARY('3JcxjIoz5B8wl6h22YuXX_',$,$,$,(#2746),#16771); -#16771= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9538= IFCRELASSOCIATESLIBRARY('3jMD4MJPLB8hRqwMOcw4s$',$,$,$,(#2747),#16771); +#16771= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9541= IFCRELASSOCIATESLIBRARY('2$QjxlGx55te2c9bKs5r1$',$,$,$,(#2747),#16772); -#16772= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9539= IFCRELASSOCIATESLIBRARY('2CrczNBpnAAgJ2YPyf0lyP',$,$,$,(#2747),#16772); +#16772= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9542= IFCRELASSOCIATESLIBRARY('1Z45aY6QLFzBjb7cA24v2e',$,$,$,(#2747),#16773); +#9540= IFCRELASSOCIATESLIBRARY('2eqLw9z2b6e9dJUWw8OitT',$,$,$,(#2748),#16773); #16773= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9543= IFCRELASSOCIATESLIBRARY('28FLych99BI9oEm2fnkma2',$,$,$,(#2747),#16774); -#16774= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9541= IFCRELASSOCIATESLIBRARY('1v7OHcHjnD48nA4Opno2n3',$,$,$,(#2748),#16774); +#16774= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); -#9544= IFCRELASSOCIATESLIBRARY('2FXhyw17j0yOpnpRgLFVg4',$,$,$,(#2747),#16775); +#9542= IFCRELASSOCIATESLIBRARY('2DR1opnqTDpB_6Q$JP0eCA',$,$,$,(#2748),#16775); #16775= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9545= IFCRELASSOCIATESLIBRARY('0D2oJsQzrCi9eeNivCjGOy',$,$,$,(#2748),#16776); +#9543= IFCRELASSOCIATESLIBRARY('1RqGgisNj0dQ63SxEYdFms',$,$,$,(#2749),#16776); #16776= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9546= IFCRELASSOCIATESLIBRARY('2Vjb3OOCv8J9P0GPBYh4VY',$,$,$,(#2748),#16777); +#9544= IFCRELASSOCIATESLIBRARY('2sf3MZxWzAqQ_ee3hgpnxO',$,$,$,(#2749),#16777); #16777= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9547= IFCRELASSOCIATESLIBRARY('0Yi67GmaHF0wcaNvw5rOMa',$,$,$,(#2748),#16778); +#9545= IFCRELASSOCIATESLIBRARY('0kU6nZuAX0wQiYc4dUD6Dh',$,$,$,(#2749),#16778); #16778= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9548= IFCRELASSOCIATESLIBRARY('1GFcQVk3X7SR2wsr1EkYiW',$,$,$,(#2748),#16779); +#9546= IFCRELASSOCIATESLIBRARY('1wZrBRNUz5JAkpLY4QAjtb',$,$,$,(#2749),#16779); #16779= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9549= IFCRELASSOCIATESLIBRARY('00b74cLRv2MxsNhzRDL1XY',$,$,$,(#2749),#16780); +#9547= IFCRELASSOCIATESLIBRARY('3dHMk6TkTAzRM6RMvm7LCD',$,$,$,(#2750),#16780); #16780= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9550= IFCRELASSOCIATESLIBRARY('3LRHHSi4P1LQsA$uhFFEhs',$,$,$,(#2749),#16781); +#9548= IFCRELASSOCIATESLIBRARY('21fDPLffrCMvaFGv2P0mIp',$,$,$,(#2750),#16781); #16781= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9551= IFCRELASSOCIATESLIBRARY('3IdGfLG$TA2wCPigFil5ib',$,$,$,(#2750),#16782); +#9549= IFCRELASSOCIATESLIBRARY('1l$EAavBz94xPuwSEoe58z',$,$,$,(#2751),#16782); #16782= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9552= IFCRELASSOCIATESLIBRARY('3nIh4w$P9EthhWSb3rzWOv',$,$,$,(#2750),#16783); +#9550= IFCRELASSOCIATESLIBRARY('1a93sZemL4WBlF_7lAfKip',$,$,$,(#2751),#16783); #16783= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9553= IFCRELASSOCIATESLIBRARY('3gKp1x6ibDYPqYKpnpkfCp',$,$,$,(#2751),#16784); +#9551= IFCRELASSOCIATESLIBRARY('3VD4GSPKv4_RihseECy7fR',$,$,$,(#2752),#16784); #16784= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9554= IFCRELASSOCIATESLIBRARY('1bdGGpgED4u9sGkEYOov3O',$,$,$,(#2751),#16785); +#9552= IFCRELASSOCIATESLIBRARY('12ava6fNj8fwkL4lO9l$lj',$,$,$,(#2752),#16785); #16785= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9555= IFCRELASSOCIATESLIBRARY('10H5Gf25nBNQ8X5dCjcyTc',$,$,$,(#2752),#16786); +#9553= IFCRELASSOCIATESLIBRARY('2gfGrJb_f8v8GkTEQXOrCN',$,$,$,(#2753),#16786); #16786= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9556= IFCRELASSOCIATESLIBRARY('2n7uU$17j8qgxLzw7DqAeG',$,$,$,(#2752),#16787); +#9554= IFCRELASSOCIATESLIBRARY('1vF7g$GT991xMauPJHWg_A',$,$,$,(#2753),#16787); #16787= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9557= IFCRELASSOCIATESLIBRARY('3eG_qJ5e51XgPqoLRRZUXo',$,$,$,(#2753),#16788); -#16788= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9555= IFCRELASSOCIATESLIBRARY('0_YuHcI798XwpbzIsKwaG5',$,$,$,(#2753),#16788); +#16788= IFCLIBRARYREFERENCE($,$,'\X2\C804C6D0\X0\ \X2\C0C1D0DC\X0\','\X2\D604C7AC\X0\ \X2\C804C6D0\X0\ \X2\C0C1D0DCB97C\X0\ \X2\B098D0C0B0C4\X0\','ko-KR',$); -#9558= IFCRELASSOCIATESLIBRARY('1jjkmWkSb01BbCxWnIQLaw',$,$,$,(#2753),#16789); +#9556= IFCRELASSOCIATESLIBRARY('2WDFpqlZr4$8YC9p_xsjtt',$,$,$,(#2754),#16789); #16789= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9559= IFCRELASSOCIATESLIBRARY('0cVKxvYlb6Se73Gmt1IZp5',$,$,$,(#2753),#16790); -#16790= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9557= IFCRELASSOCIATESLIBRARY('2yCsO04yL0vwdKIphRQeCv',$,$,$,(#2754),#16790); +#16790= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9560= IFCRELASSOCIATESLIBRARY('0yjrh9hu51PPZ1uaHYTTz8',$,$,$,(#2753),#16791); -#16791= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9558= IFCRELASSOCIATESLIBRARY('2jxczHyI942fyRBma8aJZ3',$,$,$,(#2755),#16791); +#16791= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9561= IFCRELASSOCIATESLIBRARY('2Y3dpKP0XBredIytLc6emG',$,$,$,(#2754),#16792); +#9559= IFCRELASSOCIATESLIBRARY('0b2nMB_DP0$waQ7XFS9CB8',$,$,$,(#2755),#16792); #16792= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9562= IFCRELASSOCIATESLIBRARY('2Iutaoqz5D$wvTrE$ZylaZ',$,$,$,(#2755),#16793); -#16793= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9560= IFCRELASSOCIATESLIBRARY('31lMtbGMH44h3e2GIygwSt',$,$,$,(#2755),#16793); +#16793= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9563= IFCRELASSOCIATESLIBRARY('2CuBD3gtT3dg23VKolrzxe',$,$,$,(#2755),#16794); +#9561= IFCRELASSOCIATESLIBRARY('3gbh0Ann50nRYovFIQpHxr',$,$,$,(#2755),#16794); #16794= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9564= IFCRELASSOCIATESLIBRARY('09Q_LqLIv1xe0GENQp0Jv9',$,$,$,(#2756),#16795); +#9562= IFCRELASSOCIATESLIBRARY('1wBsKZBRTCkAr6XuBNXUm2',$,$,$,(#2756),#16795); #16795= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9565= IFCRELASSOCIATESLIBRARY('2cFI9dvK96wBGDnOoFgs$H',$,$,$,(#2756),#16796); +#9563= IFCRELASSOCIATESLIBRARY('0IVBnVXc14COepsdsvXAQj',$,$,$,(#2756),#16796); #16796= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); -#9566= IFCRELASSOCIATESLIBRARY('1azn1WwLrEAR62J$PUTR5w',$,$,$,(#2756),#16797); +#9564= IFCRELASSOCIATESLIBRARY('1T9Go6t49D9OGa_Vwk0txL',$,$,$,(#2756),#16797); #16797= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9567= IFCRELASSOCIATESLIBRARY('2Q5gWoIeLEYANbTtdQZdYG',$,$,$,(#2757),#16798); +#9565= IFCRELASSOCIATESLIBRARY('2_iazm4Q52Sub_W3yhCHBT',$,$,$,(#2757),#16798); #16798= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9568= IFCRELASSOCIATESLIBRARY('2kG6klHzf8wuOZa9M_w4TR',$,$,$,(#2757),#16799); +#9566= IFCRELASSOCIATESLIBRARY('37pni$T9D8t8xAyri6JHKg',$,$,$,(#2757),#16799); #16799= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9569= IFCRELASSOCIATESLIBRARY('3kIyfWfHL63eTofXX1aLFp',$,$,$,(#2758),#16800); +#9567= IFCRELASSOCIATESLIBRARY('1rVNJSTAnE0hNRelhkG68$',$,$,$,(#2758),#16800); #16800= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9570= IFCRELASSOCIATESLIBRARY('3RItdc$nb0ABfzvOgsEJD1',$,$,$,(#2758),#16801); +#9568= IFCRELASSOCIATESLIBRARY('3TYctgPa1DieXCFTBPhNZ_',$,$,$,(#2758),#16801); #16801= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9571= IFCRELASSOCIATESLIBRARY('3o4atBrwH26P4rJy6EsaxE',$,$,$,(#2759),#16802); -#16802= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9569= IFCRELASSOCIATESLIBRARY('2fdlXULAfFDvoUycfZ4olP',$,$,$,(#2759),#16802); +#16802= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9572= IFCRELASSOCIATESLIBRARY('2PlZW8Ejf33AsZPUQwJpSY',$,$,$,(#2759),#16803); -#16803= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9570= IFCRELASSOCIATESLIBRARY('26o7O8L_T6_v57qUjTfBuV',$,$,$,(#2759),#16803); +#16803= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9573= IFCRELASSOCIATESLIBRARY('3n9UHoFxL3DwuwTv1Ir7L6',$,$,$,(#2759),#16804); -#16804= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9571= IFCRELASSOCIATESLIBRARY('2QRA9TdS5DQAjlrW$v811U',$,$,$,(#2760),#16804); +#16804= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9574= IFCRELASSOCIATESLIBRARY('1LenTyRPnEue6R_DZPs6Fu',$,$,$,(#2759),#16805); +#9572= IFCRELASSOCIATESLIBRARY('0ocDTkSTX1oxsH8jvf0ohz',$,$,$,(#2760),#16805); #16805= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9575= IFCRELASSOCIATESLIBRARY('3c9leprY56$f7ogPIqucVq',$,$,$,(#2760),#16806); -#16806= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9573= IFCRELASSOCIATESLIBRARY('3sKMfrB7DBwPghj0JOW1tn',$,$,$,(#2761),#16806); +#16806= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9576= IFCRELASSOCIATESLIBRARY('34WgvUjmz5Gvq6uqn0PBnk',$,$,$,(#2760),#16807); -#16807= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); +#9574= IFCRELASSOCIATESLIBRARY('05uDnh24n918SDRtABUQxm',$,$,$,(#2761),#16807); +#16807= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9577= IFCRELASSOCIATESLIBRARY('2zBcnbdivE7O8kAihWR5HU',$,$,$,(#2760),#16808); -#16808= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9575= IFCRELASSOCIATESLIBRARY('2_5U7wyTz3rvltiEOtI1b1',$,$,$,(#2761),#16808); +#16808= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9578= IFCRELASSOCIATESLIBRARY('3fGFgkagf6sgmu$rDSI0jP',$,$,$,(#2761),#16809); -#16809= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9576= IFCRELASSOCIATESLIBRARY('1DOjI6t6H3p95Mhxw2e0dG',$,$,$,(#2761),#16809); +#16809= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9579= IFCRELASSOCIATESLIBRARY('1X2SxQnJH0Sf8UKZkq8Hv7',$,$,$,(#2761),#16810); -#16810= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9577= IFCRELASSOCIATESLIBRARY('08Lo_SGN19IQEJkhwMEUAZ',$,$,$,(#2762),#16810); +#16810= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9580= IFCRELASSOCIATESLIBRARY('3yBq2RTaT66hp7GrvlJEYW',$,$,$,(#2762),#16811); -#16811= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9578= IFCRELASSOCIATESLIBRARY('2Yxp7XDHn29vSvbR2aP$fp',$,$,$,(#2762),#16811); +#16811= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9581= IFCRELASSOCIATESLIBRARY('32Uzah15HCkuUYHtA2mmJY',$,$,$,(#2762),#16812); -#16812= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9579= IFCRELASSOCIATESLIBRARY('2xuBERfHvA6e89a75qdXsj',$,$,$,(#2763),#16812); +#16812= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9582= IFCRELASSOCIATESLIBRARY('2yaCtqHH51mgqRTtPKn792',$,$,$,(#2763),#16813); +#9580= IFCRELASSOCIATESLIBRARY('1Oxlt5gWXC_B06AY5UZh47',$,$,$,(#2763),#16813); #16813= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9583= IFCRELASSOCIATESLIBRARY('2HbhoWRc9Cquazw4mRFF__',$,$,$,(#2763),#16814); -#16814= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9581= IFCRELASSOCIATESLIBRARY('0TV8R3gqvFyhyhYtvPqNQy',$,$,$,(#2763),#16814); +#16814= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9584= IFCRELASSOCIATESLIBRARY('0V_yxP7KDFIfIPpkXTR_OV',$,$,$,(#2764),#16815); -#16815= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9582= IFCRELASSOCIATESLIBRARY('3JbL5_qkPDvAby5DvPo4q8',$,$,$,(#2763),#16815); +#16815= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9585= IFCRELASSOCIATESLIBRARY('0uOK$lAIL9aO9rFzetaGaw',$,$,$,(#2764),#16816); -#16816= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9583= IFCRELASSOCIATESLIBRARY('3pxZV06nT13RdW$_f_Rq0F',$,$,$,(#2764),#16816); +#16816= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9586= IFCRELASSOCIATESLIBRARY('3XbMpL5Uj7_xVNjUB$A6wD',$,$,$,(#2765),#16817); +#9584= IFCRELASSOCIATESLIBRARY('0yWA7Eykv3I8fp5ENa2qnV',$,$,$,(#2764),#16817); #16817= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9587= IFCRELASSOCIATESLIBRARY('1ot2u9Jvz4gQ6g47u7a697',$,$,$,(#2765),#16818); -#16818= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9585= IFCRELASSOCIATESLIBRARY('0mZQD1M0P8$gza3oJBf5py',$,$,$,(#2764),#16818); +#16818= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9588= IFCRELASSOCIATESLIBRARY('2xTsfiu4X5cODXYtOaJIIg',$,$,$,(#2766),#16819); -#16819= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9586= IFCRELASSOCIATESLIBRARY('2uEM7CIZnEZBdeL$y5WoT5',$,$,$,(#2764),#16819); +#16819= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9589= IFCRELASSOCIATESLIBRARY('0rWVvrDyTDsAor7EHb$HKd',$,$,$,(#2766),#16820); -#16820= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9587= IFCRELASSOCIATESLIBRARY('0uG00DYbz6ohVTSlDOYufW',$,$,$,(#2765),#16820); +#16820= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9590= IFCRELASSOCIATESLIBRARY('1XcOGQ88T6JgsaS3EaDsxx',$,$,$,(#2767),#16821); -#16821= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9588= IFCRELASSOCIATESLIBRARY('0oZbmQgV59Juop0hvDW_mc',$,$,$,(#2765),#16821); +#16821= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9591= IFCRELASSOCIATESLIBRARY('3_Fu7mlKb2hw9Y$BSJ8LkM',$,$,$,(#2767),#16822); -#16822= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9589= IFCRELASSOCIATESLIBRARY('269bziyj9CNw26GIjh4cdH',$,$,$,(#2766),#16822); +#16822= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9592= IFCRELASSOCIATESLIBRARY('3q3BemZJ5739j48wa366fo',$,$,$,(#2769),#16823); -#16823= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9590= IFCRELASSOCIATESLIBRARY('0x_qD_oJX0zOr5QsmqOhKx',$,$,$,(#2766),#16823); +#16823= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9593= IFCRELASSOCIATESLIBRARY('3U79sy9K14MwB5azjPCZny',$,$,$,(#2769),#16824); -#16824= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9591= IFCRELASSOCIATESLIBRARY('1wIQuZe9vDBPFUf$G7mr56',$,$,$,(#2767),#16824); +#16824= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9594= IFCRELASSOCIATESLIBRARY('1jrCaxtKL1GAo$PZg1Okf4',$,$,$,(#2770),#16825); -#16825= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9592= IFCRELASSOCIATESLIBRARY('37Ue9YOAz0Ohb5LDwOTz3D',$,$,$,(#2767),#16825); +#16825= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9595= IFCRELASSOCIATESLIBRARY('2gkOHhWp5EdgvJxsr$naDO',$,$,$,(#2770),#16826); -#16826= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); +#9593= IFCRELASSOCIATESLIBRARY('02F2Glgnj6HwZ8SAXsZJKW',$,$,$,(#2768),#16826); +#16826= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9596= IFCRELASSOCIATESLIBRARY('32efVgdsLBTQmFW5bZQ6HG',$,$,$,(#2770),#16827); +#9594= IFCRELASSOCIATESLIBRARY('3y2pCX5Lb2HxwqAzZPlEvF',$,$,$,(#2768),#16827); #16827= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9597= IFCRELASSOCIATESLIBRARY('3R3mB5$bL51hA8FNm644rV',$,$,$,(#2771),#16828); +#9595= IFCRELASSOCIATESLIBRARY('1N7BWuWuz6bvELZFJXEDvS',$,$,$,(#2769),#16828); #16828= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9598= IFCRELASSOCIATESLIBRARY('3HcwRkCOD4XQPDXbbFjYYU',$,$,$,(#2771),#16829); +#9596= IFCRELASSOCIATESLIBRARY('3b6yj_Ot97_OMv6HvMYNma',$,$,$,(#2769),#16829); #16829= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9599= IFCRELASSOCIATESLIBRARY('3lJJNyBzrBLeIUAowk2lRC',$,$,$,(#2771),#16830); +#9597= IFCRELASSOCIATESLIBRARY('2JTxwBnsjF9AGjAcEwtiU9',$,$,$,(#2769),#16830); #16830= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9600= IFCRELASSOCIATESLIBRARY('2lyk7XZRH7tP4RWQ_b79HE',$,$,$,(#2771),#16831); +#9598= IFCRELASSOCIATESLIBRARY('0pWCtnSSv1hAdPEDTIqw8W',$,$,$,(#2769),#16831); #16831= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9601= IFCRELASSOCIATESLIBRARY('0dFJt6Bfv5h902W0IM4f7L',$,$,$,(#2772),#16832); +#9599= IFCRELASSOCIATESLIBRARY('2gnTyS9MT2Lx44jIufk_j3',$,$,$,(#2770),#16832); #16832= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9602= IFCRELASSOCIATESLIBRARY('2HjaI7YWTFo9RjSBYlNFRZ',$,$,$,(#2772),#16833); -#16833= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9600= IFCRELASSOCIATESLIBRARY('0TFdd38Bv7qQxnyqqPTa91',$,$,$,(#2771),#16833); +#16833= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9603= IFCRELASSOCIATESLIBRARY('07eRot6xD6_gaa3MQ644px',$,$,$,(#2773),#16834); -#16834= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9601= IFCRELASSOCIATESLIBRARY('30eTL99OnBq8QpB7STHxye',$,$,$,(#2771),#16834); +#16834= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9604= IFCRELASSOCIATESLIBRARY('2B4EA4GSvC_OFJQN$KRNEb',$,$,$,(#2773),#16835); -#16835= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9602= IFCRELASSOCIATESLIBRARY('34p_RyPN10Au3XH4PbsWQY',$,$,$,(#2772),#16835); +#16835= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9605= IFCRELASSOCIATESLIBRARY('0AgxMcG$903vGza9QY0Xpe',$,$,$,(#2774),#16836); -#16836= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); +#9603= IFCRELASSOCIATESLIBRARY('3LBRAUuPjEDQm79cJA3My7',$,$,$,(#2772),#16836); +#16836= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); -#9606= IFCRELASSOCIATESLIBRARY('1RJSpqE718ZhkatTSsXnct',$,$,$,(#2774),#16837); -#16837= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9604= IFCRELASSOCIATESLIBRARY('1yBIqJZLbEGw9wVScxvmbn',$,$,$,(#2772),#16837); +#16837= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9607= IFCRELASSOCIATESLIBRARY('2kEOrhxVDENRfGmaRw9FlW',$,$,$,(#2774),#16838); -#16838= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); +#9605= IFCRELASSOCIATESLIBRARY('0f0WwDzI15tOOJYZZ33yea',$,$,$,(#2773),#16838); +#16838= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9608= IFCRELASSOCIATESLIBRARY('2T_V1fpob2lPHATEWzQV4a',$,$,$,(#2774),#16839); +#9606= IFCRELASSOCIATESLIBRARY('24$Kj0lmL2cfi_t5nYDJJy',$,$,$,(#2773),#16839); #16839= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9609= IFCRELASSOCIATESLIBRARY('2hfCEx0ET7GgP5Gr79AZMu',$,$,$,(#2775),#16840); +#9607= IFCRELASSOCIATESLIBRARY('168KTpUyb39ANhVtqVQ3z9',$,$,$,(#2774),#16840); #16840= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9610= IFCRELASSOCIATESLIBRARY('2oyi4gZiX0Gx4ga8q6l$2y',$,$,$,(#2775),#16841); +#9608= IFCRELASSOCIATESLIBRARY('3NshsTYCz4QusMbk$IvR1o',$,$,$,(#2774),#16841); #16841= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9611= IFCRELASSOCIATESLIBRARY('0q8i194n50eRBImMz2VPo$',$,$,$,(#2776),#16842); -#16842= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9609= IFCRELASSOCIATESLIBRARY('3gtiWhrZPFovVyZMqFLaI1',$,$,$,(#2775),#16842); +#16842= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9612= IFCRELASSOCIATESLIBRARY('1OJXFSAAXERgsa34mI_9zE',$,$,$,(#2776),#16843); -#16843= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); +#9610= IFCRELASSOCIATESLIBRARY('3OxjLMmSL8yO3GnZ1Edg69',$,$,$,(#2775),#16843); +#16843= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9613= IFCRELASSOCIATESLIBRARY('0ZsQ5i0IXEdgMoc3_y4SFp',$,$,$,(#2777),#16844); -#16844= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9611= IFCRELASSOCIATESLIBRARY('1zRn2aax91FOHADjobXvWw',$,$,$,(#2775),#16844); +#16844= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9614= IFCRELASSOCIATESLIBRARY('2w6Sgd4_n85us7d4$4$QXq',$,$,$,(#2777),#16845); +#9612= IFCRELASSOCIATESLIBRARY('222AjiDUf4YQnYubJ9gV41',$,$,$,(#2775),#16845); #16845= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9615= IFCRELASSOCIATESLIBRARY('2FSLRbNbL8KPQ6QAGgSe0o',$,$,$,(#2778),#16846); +#9613= IFCRELASSOCIATESLIBRARY('0vz1EyTJL5nvrvByiNO0D3',$,$,$,(#2776),#16846); #16846= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9616= IFCRELASSOCIATESLIBRARY('2zXz$qNeXECvtG8EPfPf6j',$,$,$,(#2779),#16847); -#16847= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); +#9614= IFCRELASSOCIATESLIBRARY('2RkFZp$ybAjQDz7WuRqT$H',$,$,$,(#2776),#16847); +#16847= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); -#9617= IFCRELASSOCIATESLIBRARY('3aWLlGylT8FwAZm4uqQeJl',$,$,$,(#2779),#16848); +#9615= IFCRELASSOCIATESLIBRARY('3gFf2WTdDBvO_1qeE7fEEw',$,$,$,(#2776),#16848); #16848= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9618= IFCRELASSOCIATESLIBRARY('1nDJYQCkj3wAnmnydGJZWJ',$,$,$,(#2780),#16849); +#9616= IFCRELASSOCIATESLIBRARY('0pkKi3C9z3h9scNIGzscrZ',$,$,$,(#2777),#16849); #16849= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9619= IFCRELASSOCIATESLIBRARY('1QYz67Arn2MObayQ3kY5n$',$,$,$,(#2780),#16850); +#9617= IFCRELASSOCIATESLIBRARY('1ugaUvxw90PAFhlyD$WMpI',$,$,$,(#2777),#16850); #16850= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9621= IFCRELASSOCIATESLIBRARY('3dvtD_DkX1yvQL7rUisjpK',$,$,$,(#2782),#16851); -#16851= IFCLIBRARYREFERENCE($,$,'Steam',$,'en',$); +#9618= IFCRELASSOCIATESLIBRARY('3g8vvvxjj7gfILrvDMPkCi',$,$,$,(#2778),#16851); +#16851= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9622= IFCRELASSOCIATESLIBRARY('24N23$aiHF0fLzNzP9cAcD',$,$,$,(#2782),#16852); -#16852= IFCLIBRARYREFERENCE($,$,'\X2\C99DAE30C18CBE44B7C9\X0\','\X2\D2B9C815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548\X0\ \X2\C99DAE30\X0\ \X2\C18CBE44\X0\.','ko-KR',$); +#9619= IFCRELASSOCIATESLIBRARY('3YggPwuhf6FOAGm9h5eJ_j',$,$,$,(#2778),#16852); +#16852= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9623= IFCRELASSOCIATESLIBRARY('2oZCPsqU13$vOLM1yhCzlZ',$,$,$,(#2783),#16853); -#16853= IFCLIBRARYREFERENCE($,$,'Stem Base Chamfer',$,'en',$); +#9620= IFCRELASSOCIATESLIBRARY('1OitpYgPPCTwzbvve$m2Jw',$,$,$,(#2779),#16853); +#16853= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9624= IFCRELASSOCIATESLIBRARY('2EC0sCxI537BlKXludKn9V',$,$,$,(#2784),#16854); -#16854= IFCLIBRARYREFERENCE($,$,'Stem Base Fillet',$,'en',$); +#9621= IFCRELASSOCIATESLIBRARY('3D2PVPvbP4iwtH9pQ2oI81',$,$,$,(#2779),#16854); +#16854= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9625= IFCRELASSOCIATESLIBRARY('1y88kGeZr0MvFD46c5JCkd',$,$,$,(#2785),#16855); -#16855= IFCLIBRARYREFERENCE($,$,'Stem Base Width',$,'en',$); +#9622= IFCRELASSOCIATESLIBRARY('0QWogl2993mwMD2ZMn0UBJ',$,$,$,(#2780),#16855); +#16855= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9626= IFCRELASSOCIATESLIBRARY('3$30D9okfC5flVcuAC2$lv',$,$,$,(#2786),#16856); -#16856= IFCLIBRARYREFERENCE($,$,'Stem Top Chamfer',$,'en',$); +#9623= IFCRELASSOCIATESLIBRARY('1C0PZHh4P0Vwrbjkd_RwRX',$,$,$,(#2780),#16856); +#16856= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9627= IFCRELASSOCIATESLIBRARY('3WS7cob$zEiwpgy7NkkJMS',$,$,$,(#2787),#16857); -#16857= IFCLIBRARYREFERENCE($,$,'Stem Top Fillet',$,'en',$); +#9624= IFCRELASSOCIATESLIBRARY('1I2J_r1NvBlhHY2wSuk1bB',$,$,$,(#2781),#16857); +#16857= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9628= IFCRELASSOCIATESLIBRARY('2hUDEVXIHAwxpo2bKU6NS2',$,$,$,(#2788),#16858); -#16858= IFCLIBRARYREFERENCE($,$,'Stem Top Width',$,'en',$); +#9625= IFCRELASSOCIATESLIBRARY('0yNUvDI0j44vznWC0z6SJd',$,$,$,(#2781),#16858); +#16858= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9629= IFCRELASSOCIATESLIBRARY('3mZExEnrH1SvxEJOVZ7_OJ',$,$,$,(#2789),#16859); -#16859= IFCLIBRARYREFERENCE($,$,'Stirrup Bar Pitch',$,'en',$); +#9626= IFCRELASSOCIATESLIBRARY('3PAC3222X9cx5$J_NI535Q',$,$,$,(#2782),#16859); +#16859= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9630= IFCRELASSOCIATESLIBRARY('0_Nl2RLD53rx5qrfCwIArm',$,$,$,(#2789),#16860); -#16860= IFCLIBRARYREFERENCE($,$,'\X2\808B7B4B95939694\X0\','\X2\808B7B4B306E959396943002\X0\','ja-JP',$); +#9627= IFCRELASSOCIATESLIBRARY('3W2tcNMa59c8ZyNTI0ijvE',$,$,$,(#2782),#16860); +#16860= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9632= IFCRELASSOCIATESLIBRARY('3dZd9SkYD0AR67EaJ0QABh',$,$,$,(#2795),#16861); -#16861= IFCLIBRARYREFERENCE($,$,'Storage Type',$,'en',$); +#9628= IFCRELASSOCIATESLIBRARY('3PES92vZz9RA8LyIs8g7Yb',$,$,$,(#2783),#16861); +#16861= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9633= IFCRELASSOCIATESLIBRARY('2gzG7fYrjFZ8CNI2bZFSoG',$,$,$,(#2795),#16862); -#16862= IFCLIBRARYREFERENCE($,$,'\X2\8CAF853530BF30A430D7\X0\','\X2\4E00822C7684306A675065997A2E5225304C683C7D0D3055308C308B\X0\','ja-JP',$); +#9629= IFCRELASSOCIATESLIBRARY('0p5zuWCn5BDOsCu_75PHAT',$,$,$,(#2783),#16862); +#16862= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9634= IFCRELASSOCIATESLIBRARY('3Dcw34dy1DDgTJBy5xWQ_5',$,$,$,(#2797),#16863); -#16863= IFCLIBRARYREFERENCE($,$,'Stratospheric Ozone Layer Destruction',$,'en',$); +#9630= IFCRELASSOCIATESLIBRARY('3n_m2mnBH6cBdXVb$qjZFi',$,$,$,(#2785),#16863); +#16863= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9635= IFCRELASSOCIATESLIBRARY('3_OPP$de5EMPnaDUfnQRPF',$,$,$,(#2797),#16864); -#16864= IFCLIBRARYREFERENCE($,$,'DestructionCoucheOzoneStartospherique','Quantit\S\i de gaz destructeurs de la couche d''ozone exprim\S\ie en \S\iquivalent CFC-R11 [NDT : selon la norme NF P01-010]','fr-FR',$); +#9631= IFCRELASSOCIATESLIBRARY('2NC$6yE6LCdf5rbWdJGqLK',$,$,$,(#2785),#16864); +#16864= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9636= IFCRELASSOCIATESLIBRARY('291RhaTKH9PgMSSIND4Nxp',$,$,$,(#2797),#16865); -#16865= IFCLIBRARYREFERENCE($,$,'\X2\59276C1730AA30BE30F35C64783458CA\X0\','\X2\7B9751FA3055308C305F\X0\ CFC-R11\X2\30687B493057304459276C1730AA30BE30F35C643092783458CA3059308B30AC30B9306E91CF3002\X0\','ja-JP',$); +#9632= IFCRELASSOCIATESLIBRARY('3cI$DsiBH1x9grMnslNcTm',$,$,$,(#2786),#16865); +#16865= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9637= IFCRELASSOCIATESLIBRARY('2EYFhX8Bj0_eoUA3nwKhRE',$,$,$,(#2797),#16866); -#16866= IFCLIBRARYREFERENCE($,$,'\X2\C131CE35AD8C\X0\ \X2\C624C874CE35\X0\ \X2\D30CAD34\X0\','CFC-R11\X2\C5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\C131CE35AD8C\X0\ \X2\C624C874CE35\X0\ \X2\D30CAD34\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); +#9633= IFCRELASSOCIATESLIBRARY('28iutQZt51AAa9x5El9Rvd',$,$,$,(#2786),#16866); +#16866= IFCLIBRARYREFERENCE($,$,'Etat','Etat de l''\S\il\S\iment, utilis\S\i avant tout pour les projets de r\S\inovation et r\S\iam\S\inagement. L''\S\itat assign\S\i peut \S\jtre "Nouveau" - l''\S\il\S\iment pr\S\ivu pour du neuf, "Existant" - l''\S\il\S\iment existait et est maintenu, "D\S\imoli" - l''\S\il\S\iment existait mais doit \S\jtre d\S\imoli/supprim\S\i, "Provisoire" - l''\S\il\S\iment existera \S\` titre provisoire seulement (comme un support structurel par exemple).','fr-FR',$); -#9638= IFCRELASSOCIATESLIBRARY('0rGYqcxab2Hft7XWk3V53j',$,$,$,(#2798),#16867); -#16867= IFCLIBRARYREFERENCE($,$,'Stratospheric Ozone Layer Destruction Per Unit',$,'en',$); +#9634= IFCRELASSOCIATESLIBRARY('1XgGMU22T8lRPuApMwCEX_',$,$,$,(#2786),#16867); +#16867= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9639= IFCRELASSOCIATESLIBRARY('33wbSI$N17YOFiS496qjnk',$,$,$,(#2798),#16868); -#16868= IFCLIBRARYREFERENCE($,$,'DestructionCoucheOzoneStartospheriqueParUnite','Quantit\S\i de gaz destructeurs de la couche d''ozone exprim\S\ie en \S\iquivalent CFC-R11 tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); +#9635= IFCRELASSOCIATESLIBRARY('0Rt7dUPmX4xRvSgprlsLKO',$,$,$,(#2787),#16868); +#16868= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9640= IFCRELASSOCIATESLIBRARY('2S3VpPp2f7IRG_XRc2OQsr',$,$,$,(#2798),#16869); -#16869= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A62105C64570F30AA30BE30F35C64783458CA\X0\','CFC-R11\X2\30678A087B973055308C308B62105C64570F306E30AA30BE30F35C643092783458CA3059308B30AC30B9306E91CF3002\X0\','ja-JP',$); +#9636= IFCRELASSOCIATESLIBRARY('00ICHYdgnFCBghyp7DC_UY',$,$,$,(#2787),#16869); +#16869= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9641= IFCRELASSOCIATESLIBRARY('1YJB4I$Xf2kvbgQtH_ZKHl',$,$,$,(#2798),#16870); -#16870= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\C131CE35AD8C\X0\ \X2\C624C874CE35\X0\ \X2\D30CAD34\X0\','CFC-R11\X2\C5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\C131CE35AD8C\X0\ \X2\C624C874CE35\X0\ \X2\D30CAD34\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); +#9637= IFCRELASSOCIATESLIBRARY('2yDiaWAO946hZXxk9Mwvtx',$,$,$,(#2787),#16870); +#16870= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9642= IFCRELASSOCIATESLIBRARY('1q6_axNO90qAu7zsxeUZzB',$,$,$,(#2799),#16871); -#16871= IFCLIBRARYREFERENCE($,$,'Betonfestigkeitsklasse','Klassifikation der Betonfestigkeit gem\S\d\S\_ der aktuellen, im Projekt angewandten, Norm.','de-DE',$); +#9638= IFCRELASSOCIATESLIBRARY('1q27Vbkgf5AeRGls9z0jmK',$,$,$,(#2787),#16871); +#16871= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9643= IFCRELASSOCIATESLIBRARY('1JWecQhVv6oOFnnPsRyjX4',$,$,$,(#2799),#16872); -#16872= IFCLIBRARYREFERENCE($,$,'Strength Class',$,'en',$); +#9639= IFCRELASSOCIATESLIBRARY('0KAona$Ez8L9ieUfI0ozGj',$,$,$,(#2788),#16872); +#16872= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9644= IFCRELASSOCIATESLIBRARY('0N$df8Ay5DAO7f1yt0W$ek',$,$,$,(#2800),#16873); -#16873= IFCLIBRARYREFERENCE($,$,'Strength Grade',$,'en',$); +#9640= IFCRELASSOCIATESLIBRARY('01aNQeXgb2PB3at9VumCPA',$,$,$,(#2788),#16873); +#16873= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9645= IFCRELASSOCIATESLIBRARY('3$y1pga7jB6etslB6ya8CF',$,$,$,(#2801),#16874); -#16874= IFCLIBRARYREFERENCE($,$,'Stroke',$,'en',$); +#9641= IFCRELASSOCIATESLIBRARY('0_2h4yQk9AOukcMvkzoCES',$,$,$,(#2789),#16874); +#16874= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9646= IFCRELASSOCIATESLIBRARY('25IMIcFxL2hgz1HvktEVQl',$,$,$,(#2801),#16875); -#16875= IFCLIBRARYREFERENCE($,$,'\X2\30B930C830ED30FC30AF\X0\','\X2\30A230AF30C130E530A830FC30BF304C52D5304F670059278DDD96E23092793A30593002\X0\','ja-JP',$); +#9642= IFCRELASSOCIATESLIBRARY('2gZ5jVOmT26PbIvrFuxnU2',$,$,$,(#2789),#16875); +#16875= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9647= IFCRELASSOCIATESLIBRARY('0ZMXqJRqTF7RbNMNoOxoL1',$,$,$,(#2801),#16876); -#16876= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\','\X2\C561CE04C5D0C774D130AC00\X0\ \X2\C6C0C9C1C774B294\X0\ \X2\CD5CB300\X0\ \X2\AC70B9ACB97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#9643= IFCRELASSOCIATESLIBRARY('35OcsBU0jBSeuAwS3mtnhh',$,$,$,(#2790),#16876); +#16876= IFCLIBRARYREFERENCE($,$,'Status','Status bzw. Phase des Bauteils insbesondere beim Bauen im Bestand. "Neu" (new) neues Bauteil als Erg\S\dnzung, "Bestand" (existing) bestehendes Bauteil, dass erhalten bleibt, "Abbruch" (demolish) Bauteil, das abgebrochen wird, "Tempor\S\dr" (temporary) Bauteil und andere Bauelemente, die vor\S\|bergehend eingebaut werden (wie Abst\S\|tzungen, etc.)','de-DE',$); -#9648= IFCRELASSOCIATESLIBRARY('2rcATHv2XFpeDj0tq9xvkX',$,$,$,(#2802),#16877); -#16877= IFCLIBRARYREFERENCE($,$,'Structural Class',$,'en',$); +#9644= IFCRELASSOCIATESLIBRARY('3y_p_TBJLDC8s_Xeun1R6e',$,$,$,(#2790),#16877); +#16877= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9649= IFCRELASSOCIATESLIBRARY('2xeuEK6Lf2FBbVJFQBhNxI',$,$,$,(#2802),#16878); -#16878= IFCLIBRARYREFERENCE($,$,'\X2\69CB902030AF30E930B9\X0\','\X2\69CB902030AF30E930B9306F30B330F330AF30EA30FC30C869CB902030925B9A7FA93057305F3002FF084F8B30483070300CFF11300DFF09\X0\','ja-JP',$); +#9645= IFCRELASSOCIATESLIBRARY('2jAD5EF2DCQRz4QTkPMSQ$',$,$,$,(#2790),#16878); +#16878= IFCLIBRARYREFERENCE($,$,'Statut','Statut de l''\S\il\S\iment, principalement utilis\S\i dans les projets de r\S\inovation et de r\S\ihabilitation. Le statut a pour valeur NOUVEAU pour un nouvel \S\il\S\iment, EXISTANT pour un \S\il\S\iment existant qui est conserv\S\i, DEMOLI pour un \S\il\S\iment existant \S\` d\S\imolir et TEMPORAIRE pour un \S\il\S\iment temporaire (comme une structure support provisoire).','fr-FR',$); -#9650= IFCRELASSOCIATESLIBRARY('0ytbcvca54lh_GdIovve4k',$,$,$,(#2802),#16879); -#16879= IFCLIBRARYREFERENCE($,$,'\X2\AD6CC870\X0\ \X2\D074B798C2A4\X0\','\X2\AD6CC870\X0\ \X2\D074B798C2A4B294\X0\ \X2\CF58D06CB9ACD2B8\X0\ \X2\AD6CC870B97C\X0\ \X2\C815C758D588B2E4\X0\ (\X2\C608B97C\X0\ \X2\B4E4C5B4\X0\ "1")','ko-KR',$); +#9646= IFCRELASSOCIATESLIBRARY('0Dc45NfHn6nvU9ZBu2o149',$,$,$,(#2790),#16879); +#16879= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9652= IFCRELASSOCIATESLIBRARY('00n_esABzBivExta92$m6_',$,$,$,(#2809),#16880); -#16880= IFCLIBRARYREFERENCE($,$,'Style',$,'en',$); +#9647= IFCRELASSOCIATESLIBRARY('2mJmR7z7r3qgO2RPu6g5uI',$,$,$,(#2791),#16880); +#16880= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9653= IFCRELASSOCIATESLIBRARY('1h7sRLaAz6mRxZMUBbYG37',$,$,$,(#2811),#16881); -#16881= IFCLIBRARYREFERENCE($,$,'Substance Detected',$,'en',$); +#9648= IFCRELASSOCIATESLIBRARY('2CHJqR$5r4_fWjvWhI1FqA',$,$,$,(#2791),#16881); +#16881= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9654= IFCRELASSOCIATESLIBRARY('0qU6VPYpX6nv8v_fMuMLAj',$,$,$,(#2811),#16882); -#16882= IFCLIBRARYREFERENCE($,$,'\X2\5BFE8C6172698CEA\X0\','\X2\691C51FA3055308C30663044308B72698CEA306E8B5852253002\X0\','ja-JP',$); +#9649= IFCRELASSOCIATESLIBRARY('3VquDkTh53cPP$IfGTUrzv',$,$,$,(#2792),#16882); +#16882= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9655= IFCRELASSOCIATESLIBRARY('2DvOWRu3bBtQuM5s2cBa9I',$,$,$,(#2811),#16883); -#16883= IFCLIBRARYREFERENCE($,$,'\X2\B300C0C1\X0\ \X2\BB3CC9C8\X0\','\X2\AC80CD9CB418B294\X0\ \X2\BB3CC9C8C758\X0\ \X2\C2DDBCC4\X0\.','ko-KR',$); +#9650= IFCRELASSOCIATESLIBRARY('1cOUMXtwz1kRf92Z6GxJxc',$,$,$,(#2792),#16883); +#16883= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9656= IFCRELASSOCIATESLIBRARY('0u$tX7WPHDNwmMmhw8oRL5',$,$,$,(#2813),#16884); -#16884= IFCLIBRARYREFERENCE($,$,'Sump Heater Power',$,'en',$); +#9651= IFCRELASSOCIATESLIBRARY('1qlUXfRXfDRuztqmW6oksw',$,$,$,(#2793),#16884); +#16884= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9658= IFCRELASSOCIATESLIBRARY('1Hu7Kn34981u5WEkx0zGwb',$,$,$,(#2815),#16885); -#16885= IFCLIBRARYREFERENCE($,$,'Supply Air Connection Type',$,'en',$); +#9652= IFCRELASSOCIATESLIBRARY('0_AuB3lpf1SgqlJFlMj8HJ',$,$,$,(#2793),#16885); +#16885= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9659= IFCRELASSOCIATESLIBRARY('2pELiiJH5E5AZiTKISBQAg',$,$,$,(#2816),#16886); -#16886= IFCLIBRARYREFERENCE($,$,'Supply Air Temperature Cooling',$,'en',$); +#9653= IFCRELASSOCIATESLIBRARY('0ffKq1_5b8uv8Dt3iQb1Ls',$,$,$,(#2794),#16886); +#16886= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9660= IFCRELASSOCIATESLIBRARY('36IdwaaLj7E9dxzIomS$7U',$,$,$,(#2816),#16887); -#16887= IFCLIBRARYREFERENCE($,$,'Temp\S\irature de l''air souffl\S\i en refroidissement','Temp\S\irature de l''air souffl\S\i en mode refroidissement','fr-FR',$); +#9654= IFCRELASSOCIATESLIBRARY('26cA2k$_56b9hAvso0IaVl',$,$,$,(#2795),#16887); +#16887= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9661= IFCRELASSOCIATESLIBRARY('0Enui5VQj61gn81ltLu1EX',$,$,$,(#2816),#16888); -#16888= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F7D666C176E295EA6\X0\','\X2\51B7623F6642306E7D666C176E295EA6\X0\','ja-JP',$); +#9655= IFCRELASSOCIATESLIBRARY('2L3v7JUIH3QPC2qJeVVwks',$,$,$,(#2795),#16888); +#16888= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9662= IFCRELASSOCIATESLIBRARY('0GmzHETPHAsx3yFH6ho5rG',$,$,$,(#2817),#16889); -#16889= IFCLIBRARYREFERENCE($,$,'Supply Air Temperature Heating',$,'en',$); +#9656= IFCRELASSOCIATESLIBRARY('3FavnJ4nz42A_0iN6i$122',$,$,$,(#2796),#16889); +#16889= IFCLIBRARYREFERENCE($,$,'Status',$,'en',$); -#9663= IFCRELASSOCIATESLIBRARY('2iIFjqVOD9OAKNkN8SzAUj',$,$,$,(#2817),#16890); -#16890= IFCLIBRARYREFERENCE($,$,'Temp\S\irature de l''air souffl\S\i en chauffage','Temp\S\irature de l''air souffl\S\i en mode chauffage','fr-FR',$); +#9657= IFCRELASSOCIATESLIBRARY('1DlSKoI1LCMuwxD13HiPuB',$,$,$,(#2796),#16890); +#16890= IFCLIBRARYREFERENCE($,$,'\X2\72B6614B\X0\','\X2\89817D20FF084E3B306B30EA30CE30D930FC30B730E730F3307E305F306F65394FEE30D730ED30B830A730AF30C8306B304A30443066FF09306E72B6614B3002\X0\ \X2\72B6614B306F3001300C65B0898F\X0\(New)\X2\300DFF0D65B03057304F8FFD52A03055308C308B89817D203002300C65E25B58300DFF0D89817D20306F5B58572830573001304B30646B8B308A3082306E3002300C783458CA300DFF0D89817D20306F5B5857283057305F304C30015EC368C43055308C308B3082306E3002300C4E0066427684300DFF0D4E0066427684306B5B5857283059308B89817D20FF084E0066427684306B30B530DD30FC30C8305730663044308B69CB9020306E30883046306A3082306EFF093002\X0\','ja-JP',$); -#9664= IFCRELASSOCIATESLIBRARY('2ZustwXp15qwwyScdiJEVz',$,$,$,(#2817),#16891); -#16891= IFCLIBRARYREFERENCE($,$,'\X2\6696623F7D666C176E295EA6\X0\','\X2\6696623F6642306E7D666C176E295EA6\X0\','ja-JP',$); +#9659= IFCRELASSOCIATESLIBRARY('1oRMUXdw104PlSmKQMm_Ny',$,$,$,(#2798),#16891); +#16891= IFCLIBRARYREFERENCE($,$,'Steam',$,'en',$); -#9665= IFCRELASSOCIATESLIBRARY('2AZrfhkrH8_8hUg26ipDX6',$,$,$,(#2818),#16892); -#16892= IFCLIBRARYREFERENCE($,$,'Supply Water Temperature Cooling',$,'en',$); +#9660= IFCRELASSOCIATESLIBRARY('3wQMcXVOj7JQ7WuunnbKI4',$,$,$,(#2798),#16892); +#16892= IFCLIBRARYREFERENCE($,$,'\X2\C99DAE30C18CBE44B7C9\X0\','\X2\D2B9C815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548\X0\ \X2\C99DAE30\X0\ \X2\C18CBE44\X0\.','ko-KR',$); -#9666= IFCRELASSOCIATESLIBRARY('343erqTdn1UxiaTsTheXJ9',$,$,$,(#2819),#16893); -#16893= IFCLIBRARYREFERENCE($,$,'Supply Water Temperature Heating',$,'en',$); +#9661= IFCRELASSOCIATESLIBRARY('0Uv80Jawf2MuPBcEVien20',$,$,$,(#2799),#16893); +#16893= IFCLIBRARYREFERENCE($,$,'Stem Base Chamfer',$,'en',$); -#9667= IFCRELASSOCIATESLIBRARY('0ykHVJFKz3NeItK1t1mcEd',$,$,$,(#2820),#16894); -#16894= IFCLIBRARYREFERENCE($,$,'Support During Transport Description',$,'en',$); +#9662= IFCRELASSOCIATESLIBRARY('1YlExTkAr7kB3xvmvOhpZG',$,$,$,(#2800),#16894); +#16894= IFCLIBRARYREFERENCE($,$,'Stem Base Fillet',$,'en',$); -#9668= IFCRELASSOCIATESLIBRARY('2nnFFk3nf7yPRX1I9iaSHX',$,$,$,(#2820),#16895); -#16895= IFCLIBRARYREFERENCE($,$,'\X2\8F3890014E2D306E652F6301306B95A23059308B8A188FF0\X0\','\X2\30D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20304C8F3890014E2D306B304A3051308B652F630165B96CD5306B30643044306666F8304B308C305F30C630AD30B930C8658766F83002\X0\','ja-JP',$); +#9663= IFCRELASSOCIATESLIBRARY('23Xrwwg6f4sxdqrsF36cr2',$,$,$,(#2801),#16895); +#16895= IFCLIBRARYREFERENCE($,$,'Stem Base Width',$,'en',$); -#9669= IFCRELASSOCIATESLIBRARY('2k4VkNBL9EmxfcLkqA4WcI',$,$,$,(#2821),#16896); -#16896= IFCLIBRARYREFERENCE($,$,'Support During Transport Doc Reference',$,'en',$); +#9664= IFCRELASSOCIATESLIBRARY('0UA2Gg5az5lQxYJAtM7F95',$,$,$,(#2802),#16896); +#16896= IFCLIBRARYREFERENCE($,$,'Stem Top Chamfer',$,'en',$); -#9670= IFCRELASSOCIATESLIBRARY('0wvy$saYf4b9nEqPG$2pF2',$,$,$,(#2821),#16897); -#16897= IFCLIBRARYREFERENCE($,$,'\X2\8F3890014E2D306E652F6301306B95A23059308B53C280036587732E\X0\','\X2\30D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20304C8F3890014E2D306B304A3051308B652F630165B96CD5306B30643044306666F8304B308C305F591690E830C930AD30E530E130F330C8306E53C271673002\X0\','ja-JP',$); +#9665= IFCRELASSOCIATESLIBRARY('2gUwtECuD5S85jwdLn58jV',$,$,$,(#2803),#16897); +#16897= IFCLIBRARYREFERENCE($,$,'Stem Top Fillet',$,'en',$); -#9671= IFCRELASSOCIATESLIBRARY('3LERiRqQHAOvLGZqgvXZo_',$,$,$,(#2823),#16898); -#16898= IFCLIBRARYREFERENCE($,$,'Support Type',$,'en',$); +#9666= IFCRELASSOCIATESLIBRARY('0ek9w0auX3exKjUrw9osnv',$,$,$,(#2804),#16898); +#16898= IFCLIBRARYREFERENCE($,$,'Stem Top Width',$,'en',$); -#9672= IFCRELASSOCIATESLIBRARY('0hywWHUmfFdPKuVRnjvwPe',$,$,$,(#2824),#16899); -#16899= IFCLIBRARYREFERENCE($,$,'Surface1',$,'en',$); +#9667= IFCRELASSOCIATESLIBRARY('2iJTSV0mzA$eRA2L06sB0u',$,$,$,(#2805),#16899); +#16899= IFCLIBRARYREFERENCE($,$,'Stirrup Bar Pitch',$,'en',$); -#9673= IFCRELASSOCIATESLIBRARY('32$x48vVP8yeSWRXpWAKqK',$,$,$,(#2825),#16900); -#16900= IFCLIBRARYREFERENCE($,$,'Surface2',$,'en',$); +#9668= IFCRELASSOCIATESLIBRARY('2uMtTr2uj4RBCejcMxhiay',$,$,$,(#2805),#16900); +#16900= IFCLIBRARYREFERENCE($,$,'\X2\808B7B4B95939694\X0\','\X2\808B7B4B306E959396943002\X0\','ja-JP',$); -#9674= IFCRELASSOCIATESLIBRARY('1KVqLC3XnEAhy4XkkkHQjZ',$,$,$,(#2826),#16901); -#16901= IFCLIBRARYREFERENCE($,$,'Oberfl\S\dchenfarbe',$,'de-DE',$); +#9670= IFCRELASSOCIATESLIBRARY('1B_CRoQm9DSge3ykKdYbuR',$,$,$,(#2811),#16901); +#16901= IFCLIBRARYREFERENCE($,$,'Storage Type',$,'en',$); -#9675= IFCRELASSOCIATESLIBRARY('0eOBkrnRj42Pcb6byNT2FP',$,$,$,(#2826),#16902); -#16902= IFCLIBRARYREFERENCE($,$,'Surface Color',$,'en',$); +#9671= IFCRELASSOCIATESLIBRARY('21_YI3mafEYBgurliIC8fE',$,$,$,(#2811),#16902); +#16902= IFCLIBRARYREFERENCE($,$,'\X2\8CAF853530BF30A430D7\X0\','\X2\4E00822C7684306A675065997A2E5225304C683C7D0D3055308C308B\X0\','ja-JP',$); -#9676= IFCRELASSOCIATESLIBRARY('1h87JANAP4uBDWUcNmntxS',$,$,$,(#2826),#16903); -#16903= IFCLIBRARYREFERENCE($,$,'Couleur surface','La couleur de la surface','fr-FR',$); +#9672= IFCRELASSOCIATESLIBRARY('1R2R09$DfBCO27l4xdwaKn',$,$,$,(#2813),#16903); +#16903= IFCLIBRARYREFERENCE($,$,'Stratospheric Ozone Layer Destruction',$,'en',$); -#9677= IFCRELASSOCIATESLIBRARY('1RIbqxA41FYwBsLNp1GZRe',$,$,$,(#2826),#16904); -#16904= IFCLIBRARYREFERENCE($,$,'\X2\886897628272\X0\','\X2\88689762306E82723092793A305965875B57521760C558313002\X0\','ja-JP',$); +#9673= IFCRELASSOCIATESLIBRARY('0dfyfNmrX1HQQObXFN6IcF',$,$,$,(#2813),#16904); +#16904= IFCLIBRARYREFERENCE($,$,'DestructionCoucheOzoneStartospherique','Quantit\S\i de gaz destructeurs de la couche d''ozone exprim\S\ie en \S\iquivalent CFC-R11 [NDT : selon la norme NF P01-010]','fr-FR',$); -#9678= IFCRELASSOCIATESLIBRARY('3qwuU7mBjEdwdijqeA1K2C',$,$,$,(#2828),#16905); -#16905= IFCLIBRARYREFERENCE($,$,'Brandverhalten','Beschreibung des Brandverhaltens des Bauteils gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#9674= IFCRELASSOCIATESLIBRARY('0DOi1P1GH5pPrb5Ea1o$aN',$,$,$,(#2813),#16905); +#16905= IFCLIBRARYREFERENCE($,$,'\X2\59276C1730AA30BE30F35C64783458CA\X0\','\X2\7B9751FA3055308C305F\X0\ CFC-R11\X2\30687B493057304459276C1730AA30BE30F35C643092783458CA3059308B30AC30B9306E91CF3002\X0\','ja-JP',$); -#9679= IFCRELASSOCIATESLIBRARY('2j4OtkEQXFfuLQYbzfOEPw',$,$,$,(#2828),#16906); -#16906= IFCLIBRARYREFERENCE($,$,'Surface Spread Of Flame',$,'en',$); +#9675= IFCRELASSOCIATESLIBRARY('3kFA_g2QX0IAxgqJcV0zND',$,$,$,(#2813),#16906); +#16906= IFCLIBRARYREFERENCE($,$,'\X2\C131CE35AD8C\X0\ \X2\C624C874CE35\X0\ \X2\D30CAD34\X0\','CFC-R11\X2\C5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\C131CE35AD8C\X0\ \X2\C624C874CE35\X0\ \X2\D30CAD34\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); -#9680= IFCRELASSOCIATESLIBRARY('0BqNPjT7z4pQIwZUmJmO4V',$,$,$,(#2828),#16907); -#16907= IFCLIBRARYREFERENCE($,$,'Propagation des flammes en surface','Indique comment les flammes se propagent sur une surface. Indication donn\S\ie selon le Code National du B\S\btiment r\S\igissant le comportement au feu des mat\S\iriaux.','fr-FR',$); +#9676= IFCRELASSOCIATESLIBRARY('1dnJnvVvv1AxsLLvYYGo90',$,$,$,(#2814),#16907); +#16907= IFCLIBRARYREFERENCE($,$,'Stratospheric Ozone Layer Destruction Per Unit',$,'en',$); -#9681= IFCRELASSOCIATESLIBRARY('2SmYas7nz9nPWWda55shhW',$,$,$,(#2828),#16908); -#16908= IFCLIBRARYREFERENCE($,$,'\X2\706B708E886897624F1D64AD6027\X0\','\X2\706B708E886897624F1D64AD602730025F538A7256FD306E5EFA7BC96CD5898F306B3088308B3002\X0\','ja-JP',$); +#9677= IFCRELASSOCIATESLIBRARY('3T9g$l8ffBEwYkslyJIb5R',$,$,$,(#2814),#16908); +#16908= IFCLIBRARYREFERENCE($,$,'DestructionCoucheOzoneStartospheriqueParUnite','Quantit\S\i de gaz destructeurs de la couche d''ozone exprim\S\ie en \S\iquivalent CFC-R11 tels que d\S\ifinis dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); -#9682= IFCRELASSOCIATESLIBRARY('2yq39we8XBveO9eFrI8ZDy',$,$,$,(#2829),#16909); -#16909= IFCLIBRARYREFERENCE($,$,'Brandverhalten','Beschreibung des Brandverhaltens des Bauteils gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#9678= IFCRELASSOCIATESLIBRARY('3OBx94lmL8sBBYUBMNUc88',$,$,$,(#2814),#16909); +#16909= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A62105C64570F30AA30BE30F35C64783458CA\X0\','CFC-R11\X2\30678A087B973055308C308B62105C64570F306E30AA30BE30F35C643092783458CA3059308B30AC30B9306E91CF3002\X0\','ja-JP',$); -#9683= IFCRELASSOCIATESLIBRARY('14RVNvc6rBlQDwUm7CZWZe',$,$,$,(#2829),#16910); -#16910= IFCLIBRARYREFERENCE($,$,'Surface Spread Of Flame',$,'en',$); +#9679= IFCRELASSOCIATESLIBRARY('10KMab8QjEeRh0f$KBj7hl',$,$,$,(#2814),#16910); +#16910= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\C131CE35AD8C\X0\ \X2\C624C874CE35\X0\ \X2\D30CAD34\X0\','CFC-R11\X2\C5D0\X0\ \X2\D574B2F9\X0\ \X2\D658C0B0B41C\X0\ \X2\C131CE35AD8C\X0\ \X2\C624C874CE35\X0\ \X2\D30CAD34\X0\ \X2\AC00C2A4B7C9\X0\','ko-KR',$); -#9684= IFCRELASSOCIATESLIBRARY('2uCJ0jUQbC7e41NgfqEiu1',$,$,$,(#2829),#16911); -#16911= IFCLIBRARYREFERENCE($,$,'SurfacePropagationFlamme','Indique comment les flammes se propagent sur une surface. Indication donn\S\ie selon le Code National du B\S\btiment r\S\igissant le comportement au feu des mat\S\iriaux.','fr-FR',$); +#9680= IFCRELASSOCIATESLIBRARY('3DNt8fYMvAvfsO42w5Z12$',$,$,$,(#2815),#16911); +#16911= IFCLIBRARYREFERENCE($,$,'Betonfestigkeitsklasse','Klassifikation der Betonfestigkeit gem\S\d\S\_ der aktuellen, im Projekt angewandten, Norm.','de-DE',$); -#9685= IFCRELASSOCIATESLIBRARY('1Wbb8TatbFiha$hZnT9Vki',$,$,$,(#2829),#16912); -#16912= IFCLIBRARYREFERENCE($,$,'\X2\706B708E4F1D64AD6027\X0\','\X2\708E304C3069306E30883046306B67506599306E8868976230925E83304C308B304B30683044304663076A19300267506599306E708E306B5BFE3059308B632F308B821E3044306B306430443066306E56FD5BB65EFA7BC9898F5247306B5F933063306663D04F9B3055308C308B3002\X0\','ja-JP',$); +#9681= IFCRELASSOCIATESLIBRARY('3Y1VmUz8f8$fOKG5WwCYS0',$,$,$,(#2815),#16912); +#16912= IFCLIBRARYREFERENCE($,$,'Strength Class',$,'en',$); -#9686= IFCRELASSOCIATESLIBRARY('0lLHyayMD5WgLHCg361Rn8',$,$,$,(#2830),#16913); -#16913= IFCLIBRARYREFERENCE($,$,'Brandverhalten','German-description-5','de-DE',$); +#9682= IFCRELASSOCIATESLIBRARY('2zmv9m9RTFpAo8Lncj$umQ',$,$,$,(#2816),#16913); +#16913= IFCLIBRARYREFERENCE($,$,'Strength Grade',$,'en',$); -#9687= IFCRELASSOCIATESLIBRARY('2uG7nabS5EBAyIbuNyiL5a',$,$,$,(#2830),#16914); -#16914= IFCLIBRARYREFERENCE($,$,'Surface Spread Of Flame',$,'en',$); +#9683= IFCRELASSOCIATESLIBRARY('2_mtJ5iR9DgvFkUj8c5z3f',$,$,$,(#2817),#16914); +#16914= IFCLIBRARYREFERENCE($,$,'Stroke',$,'en',$); -#9688= IFCRELASSOCIATESLIBRARY('000jonkvL3ARVa9r2D7hFv',$,$,$,(#2830),#16915); -#16915= IFCLIBRARYREFERENCE($,$,'SurfacePropagationFlamme','Indique comment les flammes se propagent sur une surface. Indication donn\S\ie selon le Code National du B\S\btiment r\S\igissant le comportement au feu des mat\S\iriaux.','fr-FR',$); +#9684= IFCRELASSOCIATESLIBRARY('3dGhIjZoPCp9jHMqB6J2$b',$,$,$,(#2817),#16915); +#16915= IFCLIBRARYREFERENCE($,$,'\X2\30B930C830ED30FC30AF\X0\','\X2\30A230AF30C130E530A830FC30BF304C52D5304F670059278DDD96E23092793A30593002\X0\','ja-JP',$); -#9689= IFCRELASSOCIATESLIBRARY('3MKTaOvAn2u85nc_gI4RzA',$,$,$,(#2830),#16916); -#16916= IFCLIBRARYREFERENCE($,$,'\X2\706B708E4F1D64AD6027\X0\','\X2\708E304C3069306E30883046306B67506599306E8868976230925E83304C308B304B30683044304663076A19300267506599306E708E306B5BFE3059308B632F308B821E3044306B306430443066306E56FD5BB65EFA7BC9898F5247306B5F933063306663D04F9B3055308C308B3002\X0\','ja-JP',$); +#9685= IFCRELASSOCIATESLIBRARY('1bF9yGpSDDxQ8e$FaBxX_k',$,$,$,(#2817),#16916); +#16916= IFCLIBRARYREFERENCE($,$,'\X2\C785B825\X0\','\X2\C561CE04C5D0C774D130AC00\X0\ \X2\C6C0C9C1C774B294\X0\ \X2\CD5CB300\X0\ \X2\AC70B9ACB97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#9690= IFCRELASSOCIATESLIBRARY('3e5fbUwWL11gmvM6bTXDDh',$,$,$,(#2831),#16917); -#16917= IFCLIBRARYREFERENCE($,$,'Brandverhalten','Beschreibung des Brandverhaltens des Bauteils gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); +#9686= IFCRELASSOCIATESLIBRARY('2qe1Oou8fCegUbfRi5toxB',$,$,$,(#2818),#16917); +#16917= IFCLIBRARYREFERENCE($,$,'Structural Class',$,'en',$); -#9691= IFCRELASSOCIATESLIBRARY('0S8Wf4vbzFQAk0FLOwtqDm',$,$,$,(#2831),#16918); -#16918= IFCLIBRARYREFERENCE($,$,'Surface Spread Of Flame',$,'en',$); +#9687= IFCRELASSOCIATESLIBRARY('0KH2bflpbCChLchdeu29Kt',$,$,$,(#2818),#16918); +#16918= IFCLIBRARYREFERENCE($,$,'\X2\69CB902030AF30E930B9\X0\','\X2\69CB902030AF30E930B9306F30B330F330AF30EA30FC30C869CB902030925B9A7FA93057305F3002FF084F8B30483070300CFF11300DFF09\X0\','ja-JP',$); -#9692= IFCRELASSOCIATESLIBRARY('1JbwpqG0TC9ggRndPbRAkG',$,$,$,(#2831),#16919); -#16919= IFCLIBRARYREFERENCE($,$,'SurfacePropagationFlamme','Indique comment les flammes se propagent sur une surface. Indication donn\S\ie selon le Code National du B\S\btiment r\S\igissant le comportement au feu des mat\S\iriaux.','fr-FR',$); +#9688= IFCRELASSOCIATESLIBRARY('1v4xIR$3r4Ju0mB0xVzooj',$,$,$,(#2818),#16919); +#16919= IFCLIBRARYREFERENCE($,$,'\X2\AD6CC870\X0\ \X2\D074B798C2A4\X0\','\X2\AD6CC870\X0\ \X2\D074B798C2A4B294\X0\ \X2\CF58D06CB9ACD2B8\X0\ \X2\AD6CC870B97C\X0\ \X2\C815C758D588B2E4\X0\ (\X2\C608B97C\X0\ \X2\B4E4C5B4\X0\ "1")','ko-KR',$); -#9693= IFCRELASSOCIATESLIBRARY('3uCs_Ovdv57f549Qw_Yhxy',$,$,$,(#2832),#16920); -#16920= IFCLIBRARYREFERENCE($,$,'Surface Temperature',$,'en',$); +#9690= IFCRELASSOCIATESLIBRARY('24vgDP_YX0vP8fdgxEpETL',$,$,$,(#2825),#16920); +#16920= IFCLIBRARYREFERENCE($,$,'Style',$,'en',$); -#9694= IFCRELASSOCIATESLIBRARY('0_BBgZIHr3IPxr662fVMVX',$,$,$,(#2832),#16921); -#16921= IFCLIBRARYREFERENCE($,$,'\X2\886897626E295EA6\X0\','\X2\69CB621089817D20306E5E735747886897626E295EA6\X0\','ja-JP',$); +#9691= IFCRELASSOCIATESLIBRARY('3v1MPdlyLDmA8IZ9atJHhC',$,$,$,(#2827),#16921); +#16921= IFCLIBRARYREFERENCE($,$,'Substance Detected',$,'en',$); -#9697= IFCRELASSOCIATESLIBRARY('2R$f0TuMHEcwPPqVKZvRrc',$,$,$,(#2839),#16922); -#16922= IFCLIBRARYREFERENCE($,$,'Switch Activation',$,'en',$); +#9692= IFCRELASSOCIATESLIBRARY('2wfSFRri59l82mVjXik7IZ',$,$,$,(#2827),#16922); +#16922= IFCLIBRARYREFERENCE($,$,'\X2\5BFE8C6172698CEA\X0\','\X2\691C51FA3055308C30663044308B72698CEA306E8B5852253002\X0\','ja-JP',$); -#9698= IFCRELASSOCIATESLIBRARY('1R5AlC4nv01gkw3A0zzFYu',$,$,$,(#2839),#16923); -#16923= IFCLIBRARYREFERENCE($,$,'\X2\8D7752D565B95F0F\X0\','\X2\9078629E304C5FC589813068306A308B3001520766FF304830B930A430C330C1306E8D7752D565B95F0F306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#9693= IFCRELASSOCIATESLIBRARY('1RAzBJkfrBouUJ65k6fP49',$,$,$,(#2827),#16923); +#16923= IFCLIBRARYREFERENCE($,$,'\X2\B300C0C1\X0\ \X2\BB3CC9C8\X0\','\X2\AC80CD9CB418B294\X0\ \X2\BB3CC9C8C758\X0\ \X2\C2DDBCC4\X0\.','ko-KR',$); -#9699= IFCRELASSOCIATESLIBRARY('1IzSoNQz12JPyNsDZ75tVb',$,$,$,(#2839),#16924); -#16924= IFCLIBRARYREFERENCE($,$,'\X2\AE30B3D9\X0\ \X2\BC29C2DD\X0\','\X2\C2A4C704CE58\X0\ \X2\BD80D305BC29C2DDC758\X0\ \X2\BAA9B85D\X0\','ko-KR',$); +#9694= IFCRELASSOCIATESLIBRARY('31si1Z3wb6agcUoxM4a5ek',$,$,$,(#2829),#16924); +#16924= IFCLIBRARYREFERENCE($,$,'Sump Heater Power',$,'en',$); -#9700= IFCRELASSOCIATESLIBRARY('3cWbCaLwD8hwhrtChX9GeF',$,$,$,(#2840),#16925); -#16925= IFCLIBRARYREFERENCE($,$,'Switch Activation',$,'en',$); +#9696= IFCRELASSOCIATESLIBRARY('0N3K2ZU$n9lhU8wgipxYAB',$,$,$,(#2831),#16925); +#16925= IFCLIBRARYREFERENCE($,$,'Supply Air Connection Type',$,'en',$); -#9701= IFCRELASSOCIATESLIBRARY('00baY0a$b7EQ$BeGET1Rs8',$,$,$,(#2840),#16926); -#16926= IFCLIBRARYREFERENCE($,$,'\X2\8D7752D565B95F0F\X0\','\X2\9078629E304C5FC589813068306A308B300130C830B030EB30B930A430C330C1306E8D7752D565B95F0F306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#9697= IFCRELASSOCIATESLIBRARY('34rul3Dcz4LxbzfVFI4Mjm',$,$,$,(#2832),#16926); +#16926= IFCLIBRARYREFERENCE($,$,'Supply Air Temperature Cooling',$,'en',$); -#9702= IFCRELASSOCIATESLIBRARY('0BJik7iGb2BOC2ZcL80tF$',$,$,$,(#2840),#16927); -#16927= IFCLIBRARYREFERENCE($,$,'\X2\AE30B3D9\X0\ \X2\BC29C2DD\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\D1A0AE00\X0\ \X2\C2A4C704CE58\X0\ \X2\BD80D305\X0\ \X2\BC29C2DDC758\X0\ \X2\BAA9B85D\X0\','ko-KR',$); +#9698= IFCRELASSOCIATESLIBRARY('0OnIM0yKf5vO4W3XBfcrck',$,$,$,(#2832),#16927); +#16927= IFCLIBRARYREFERENCE($,$,'Temp\S\irature de l''air souffl\S\i en refroidissement','Temp\S\irature de l''air souffl\S\i en mode refroidissement','fr-FR',$); -#9704= IFCRELASSOCIATESLIBRARY('0ThnceO_bCghFXaSckr$VF',$,$,$,(#2841),#16928); -#16928= IFCLIBRARYREFERENCE($,$,'Switch Disconnector Type',$,'en',$); +#9699= IFCRELASSOCIATESLIBRARY('3YETRBrOzAfvmGT1Zz7cUS',$,$,$,(#2832),#16928); +#16928= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F7D666C176E295EA6\X0\','\X2\51B7623F6642306E7D666C176E295EA6\X0\','ja-JP',$); -#9705= IFCRELASSOCIATESLIBRARY('2TZlX4ojL3LRyUZwapALvo',$,$,$,(#2841),#16929); -#16929= IFCLIBRARYREFERENCE($,$,'\X2\9AD85727906E65AD6A5F30BF30A430D7\X0\','\X2\4EE54E0B3088308A9078629E304C5FC589813068306A308B300130B930A430C330C165AD8DEF6A5F306E4E0089A730EA30B930C8FF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30BB30F330BF30FC30D630EC30A430AFFF1A\X0\ \X2\54046975306E4E2165B9306E63A570B9306F53EF52D55F0F306730015B9F8CEA7684306B4E2D95934ED88FD130924FDD63013059308B65AD8DEF56683002\X0\ (IEC 441-14-08)\X\0D\X\0ADividedSupport\X2\FF1A\X0\ \X2\54046975306E56FA5B9A5074306879FB52D5507463A570B9304C30015171901A306E30D930FC30B9307E305F306F30D530EC30FC30E03067306F30B530DD30FC30C83055308C306A304465AD8DEF56683002\X0\(IEC 441-14-06)\X\0D\X\0A\X2\4E8C70B95207308A65AD8DEF5668FF1A\X0\ 2\X2\70B9306756DE8DEF3092958B304F65AD8DEF5668\X0\ (IEC 441-14-09)\X\0D\X\0A\X2\63A55730958B95895668\X0\ \X2\FF1A\X0\ \X2\54046975306E56FA5B9A5074306879FB52D5507463A570B9304C30015171901A306E30D930FC30B9307E305F306F30D530EC30FC30E03067306F30B530DD30FC30C83055308C306A304465AD8DEF56683002\X0\(IEC 441-14-07)\X\0D\X\0A\X2\65AD8DEF5668FF1A\X0\ \X2\89E3653E4F4D7F6E306E520696E289814EF630926E80305F3059300165AD8DEF56683002\X0\(IEC 441-14-12)','ja-JP',$); +#9700= IFCRELASSOCIATESLIBRARY('1joBmXC1XCBQ38ybTl9yCV',$,$,$,(#2833),#16929); +#16929= IFCLIBRARYREFERENCE($,$,'Supply Air Temperature Heating',$,'en',$); -#9706= IFCRELASSOCIATESLIBRARY('0SST28h4j36O3qaeSlD9G2',$,$,$,(#2841),#16930); -#16930= IFCLIBRARYREFERENCE($,$,'\X2\ACE0C555CC28B2E8AE30\X0\ \X2\C720D615\X0\','\X2\C544B798C5D0C11C\X0\ \X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\C2A4C704CE58\X0\ \X2\B2E8B85C\X0\ \X2\AE30C758\X0\ \X2\BAA9B85D\X0\ \X2\BAA9B85D\X0\ : \X2\C13CD130\X0\ \X2\BE0CB808C774D06C\X0\ : \X2\AC01\X0\ \X2\AD6DC758\X0\ \X2\B450\X0\ \X2\C811C810C740\X0\ \X2\AC00B3D9\X0\ \X2\C2DDC5D0C11C\X0\ \X2\C2E4C9C8C801C73CB85C\X0\ \X2\C911AC04\X0\ \X2\BD80ADFCC744\X0\ \X2\C720C9C0\X0\ \X2\B2E8B85CAE30\X0\. (IEC 441-14-08) DividedSupport : \X2\AC01\X0\ \X2\AD6DC758\X0\ \X2\ACE0C815\X0\ \X2\CE21ACFC\X0\ \X2\200B200BC774B3D9\X0\ \X2\CE21C758\X0\ \X2\C811C810C774\X0\ \X2\ACF5D1B5\X0\ \X2\AE30BC18\X0\ \X2\B610B294\X0\ \X2\D504B808C784C774\X0\ \X2\C9C0C6D0B418C9C0\X0\ \X2\C54AB294\X0\ \X2\B2E8B85CAE30\X0\. (IEC 441-14-06) \X2\B450AC00C9C0\X0\ \X2\B044ACE0\X0\ \X2\B2E8B85CAE30\X0\ : 2 \X2\C810\X0\ \X2\D68CB85CB97C\X0\ \X2\C5F4\X0\ \X2\B2E8B85CAE30\X0\ (IEC 441-14-09) \X2\C811C9C0\X0\ \X2\AC1CD3D0AE30\X0\ : \X2\AC01\X0\ \X2\AD6DC758\X0\ \X2\ACE0C815\X0\ \X2\CE21ACFC\X0\ \X2\200B200BC774B3D9\X0\ \X2\CE21C758\X0\ \X2\C811C810C774\X0\ \X2\ACF5D1B5\X0\ \X2\AE30BC18\X0\ \X2\B610B294\X0\ \X2\D504B808C784C774\X0\ \X2\C9C0C6D0B418C9C0\X0\ \X2\C54AB294\X0\ \X2\B2E8B85CAE30\X0\. (IEC 441-14-07) \X2\B2E8B85CAE30\X0\ : \X2\D574C81C\X0\ \X2\C704CE58\X0\ \X2\ACA9B9AC\X0\ \X2\C694AD6C\X0\ \X2\C0ACD56DC744\X0\ \X2\CDA9C871\X0\ \X2\B2E8B85CAE30\X0\. (IEC 441-14-12)','ko-KR',$); +#9701= IFCRELASSOCIATESLIBRARY('0oFSqlc0D4Deh1_AY6UvHO',$,$,$,(#2833),#16930); +#16930= IFCLIBRARYREFERENCE($,$,'Temp\S\irature de l''air souffl\S\i en chauffage','Temp\S\irature de l''air souffl\S\i en mode chauffage','fr-FR',$); -#9708= IFCRELASSOCIATESLIBRARY('0AwGYmiEjAkAca0ysAbf6W',$,$,$,(#2842),#16931); -#16931= IFCLIBRARYREFERENCE($,$,'Switch Function',$,'en',$); +#9702= IFCRELASSOCIATESLIBRARY('0cI4tgrLT30x1rdvw051_y',$,$,$,(#2833),#16931); +#16931= IFCLIBRARYREFERENCE($,$,'\X2\6696623F7D666C176E295EA6\X0\','\X2\6696623F6642306E7D666C176E295EA6\X0\','ja-JP',$); -#9709= IFCRELASSOCIATESLIBRARY('22Hbij9X1Fg8ckpX3MUy34',$,$,$,(#2842),#16932); -#16932= IFCLIBRARYREFERENCE($,$,'\X2\30B930A430C330C130BF30A430D7\X0\','\X2\6A5F80FD30543068306B7570306A308B30B930A430C330C1306E30BF30A430D73092793A3059\X0\','ja-JP',$); +#9703= IFCRELASSOCIATESLIBRARY('0PXpoAj8zF6vyPiOsnOT$x',$,$,$,(#2834),#16932); +#16932= IFCLIBRARYREFERENCE($,$,'Supply Water Temperature Cooling',$,'en',$); -#9710= IFCRELASSOCIATESLIBRARY('0_Vwn0QrX4ZAoIJSAk1vMM',$,$,$,(#2842),#16933); -#16933= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\C720D615\X0\','\X2\AE30B2A5B9C8B2E4\X0\ \X2\B2E4B978\X0\ \X2\C2A4C704CE58\X0\ \X2\D0C0C785C744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#9704= IFCRELASSOCIATESLIBRARY('1PM3J6FcjBjgZphmjiZ71q',$,$,$,(#2835),#16933); +#16933= IFCLIBRARYREFERENCE($,$,'Supply Water Temperature Heating',$,'en',$); -#9712= IFCRELASSOCIATESLIBRARY('18dROd3XTAJgr$$zBj9J1H',$,$,$,(#2843),#16934); -#16934= IFCLIBRARYREFERENCE($,$,'Switch Operation',$,'en',$); +#9705= IFCRELASSOCIATESLIBRARY('2EfYgEW_rByeVW6dpTwlVn',$,$,$,(#2837),#16934); +#16934= IFCLIBRARYREFERENCE($,$,'Support During Transport Description',$,'en',$); -#9713= IFCRELASSOCIATESLIBRARY('2JFr4LMy11UBzt_19ZlpNQ',$,$,$,(#2843),#16935); -#16935= IFCLIBRARYREFERENCE($,$,'\X2\30B930A430C330C164CD4F5C\X0\','\X2\7DCA6025505C6B6230B930A430C330C1306E64CD4F5C3092793A30593002\X0\','ja-JP',$); +#9706= IFCRELASSOCIATESLIBRARY('1rJ3LpsuP3bekGBRftjCMX',$,$,$,(#2837),#16935); +#16935= IFCLIBRARYREFERENCE($,$,'\X2\8F3890014E2D306E652F6301306B95A23059308B8A188FF0\X0\','\X2\30D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20304C8F3890014E2D306B304A3051308B652F630165B96CD5306B30643044306666F8304B308C305F30C630AD30B930C8658766F83002\X0\','ja-JP',$); -#9714= IFCRELASSOCIATESLIBRARY('3mMaK8jbPBfPutyoaU8Xoe',$,$,$,(#2843),#16936); -#16936= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\C870C791\X0\','\X2\BE44C0C1\X0\ \X2\C815C9C0\X0\ \X2\C2A4C704CE58C758\X0\ \X2\C870C791C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#9707= IFCRELASSOCIATESLIBRARY('2guzCOlND8kR_aW6kwSXT8',$,$,$,(#2838),#16936); +#16936= IFCLIBRARYREFERENCE($,$,'Support During Transport Doc Reference',$,'en',$); -#9716= IFCRELASSOCIATESLIBRARY('2gwJX9z05FORjCpqC4yuzQ',$,$,$,(#2844),#16937); -#16937= IFCLIBRARYREFERENCE($,$,'Switch Usage',$,'en',$); +#9708= IFCRELASSOCIATESLIBRARY('1qy51FYUf6ReNcBKXB3t$7',$,$,$,(#2838),#16937); +#16937= IFCLIBRARYREFERENCE($,$,'\X2\8F3890014E2D306E652F6301306B95A23059308B53C280036587732E\X0\','\X2\30D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20304C8F3890014E2D306B304A3051308B652F630165B96CD5306B30643044306666F8304B308C305F591690E830C930AD30E530E130F330C8306E53C271673002\X0\','ja-JP',$); -#9717= IFCRELASSOCIATESLIBRARY('2eIaAvH092dQ_MdXFt9J0D',$,$,$,(#2844),#16938); -#16938= IFCLIBRARYREFERENCE($,$,'\X2\30B930A430C330C1306E4F7F75286CD5\X0\','\X2\9078629E304C5FC589813068306A308B3001520766FF304830B930A430C330C1306E4F7F75286CD5306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#9709= IFCRELASSOCIATESLIBRARY('0EbdL6Ie9FeOC_gM_1VyIW',$,$,$,(#2840),#16938); +#16938= IFCLIBRARYREFERENCE($,$,'Support Type',$,'en',$); -#9718= IFCRELASSOCIATESLIBRARY('0iu5Zmac5BXhmA0VFsOE8B',$,$,$,(#2844),#16939); -#16939= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\C0ACC6A9\X0\','\X2\C804D658C2A4C704CE58\X0\ \X2\C0ACC6A9\X0\ \X2\BAA9B85D\X0\','ko-KR',$); +#9710= IFCRELASSOCIATESLIBRARY('3Lc3JgVwzESxsX$TSLCMnm',$,$,$,(#2841),#16939); +#16939= IFCLIBRARYREFERENCE($,$,'Surface1',$,'en',$); -#9719= IFCRELASSOCIATESLIBRARY('1gNneBNE1CMuDPIhG9Kz8t',$,$,$,(#2845),#16940); -#16940= IFCLIBRARYREFERENCE($,$,'Switch Usage',$,'en',$); +#9711= IFCRELASSOCIATESLIBRARY('3M29P34EL6PRXHAyz5Cuus',$,$,$,(#2842),#16940); +#16940= IFCLIBRARYREFERENCE($,$,'Surface2',$,'en',$); -#9720= IFCRELASSOCIATESLIBRARY('0HISvlGRzBxAWMRIpdP1ou',$,$,$,(#2845),#16941); -#16941= IFCLIBRARYREFERENCE($,$,'\X2\30B930A430C330C1306E4F7F75286CD5\X0\','\X2\9078629E304C5FC589813068306A308B300130C830B030EB30B930A430C330C1306E4F7F75286CD5306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#9712= IFCRELASSOCIATESLIBRARY('1pig3uCYL9fwBprINK8f30',$,$,$,(#2843),#16941); +#16941= IFCLIBRARYREFERENCE($,$,'Oberfl\S\dchenfarbe',$,'de-DE',$); -#9721= IFCRELASSOCIATESLIBRARY('2m1rpT5XL0r8k0vfWY8pyt',$,$,$,(#2845),#16942); -#16942= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\C0ACC6A9\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\D1A0AE00\X0\ \X2\C2A4C704CE58\X0\ \X2\C0ACC6A9BAA9B85D\X0\','ko-KR',$); +#9713= IFCRELASSOCIATESLIBRARY('1Pr_M6TZD48Ao7_qFJuMmg',$,$,$,(#2843),#16942); +#16942= IFCLIBRARYREFERENCE($,$,'Surface Color',$,'en',$); -#9722= IFCRELASSOCIATESLIBRARY('2_Spaq5GzDFOv8HOLD6ion',$,$,$,(#2847),#16943); -#16943= IFCLIBRARYREFERENCE($,$,'Anlage','Angabe zu welcher Anlage (oder Anlagen) der Durchbruch ben\S\vtigt wird.','de-DE',$); +#9714= IFCRELASSOCIATESLIBRARY('2M_skRa7H5kAxGJ673AFkX',$,$,$,(#2843),#16943); +#16943= IFCLIBRARYREFERENCE($,$,'Couleur surface','La couleur de la surface','fr-FR',$); -#9723= IFCRELASSOCIATESLIBRARY('3lZP0NjIjERfD8qgRyODdc',$,$,$,(#2847),#16944); -#16944= IFCLIBRARYREFERENCE($,$,'System',$,'en',$); +#9715= IFCRELASSOCIATESLIBRARY('3eChb5maH5z8A3cKsBhtn9',$,$,$,(#2843),#16944); +#16944= IFCLIBRARYREFERENCE($,$,'\X2\886897628272\X0\','\X2\88689762306E82723092793A305965875B57521760C558313002\X0\','ja-JP',$); -#9724= IFCRELASSOCIATESLIBRARY('1GCwitzo14vOEHBWbDqxHw',$,$,$,(#2847),#16945); -#16945= IFCLIBRARYREFERENCE($,$,'Syst\S\hme','Le syst\S\hme qui requiert la r\S\iservation (exemples : "Conditionnement d''air", "Plomberie", "Electricit\S\i")','fr-FR',$); +#9716= IFCRELASSOCIATESLIBRARY('3Qxunzo1rBcua4ycCvbDDL',$,$,$,(#2845),#16945); +#16945= IFCLIBRARYREFERENCE($,$,'Brandverhalten','Beschreibung des Brandverhaltens des Bauteils gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#9725= IFCRELASSOCIATESLIBRARY('3rYNvg6uf5$eoFs7K6NwUB',$,$,$,(#2847),#16946); -#16946= IFCLIBRARYREFERENCE($,$,'\X2\30B730B930C630E0\X0\','\X2\7A7A9593306B63D0793A3055308C308B5EFA726930B530FC30D330B930B730B930C630E03067305930024F8B30483070300C7A7A8ABF300D300C914D7BA1300D300C96FB6C17300D306730593002\X0\','ja-JP',$); +#9717= IFCRELASSOCIATESLIBRARY('38ucRe2hnBLRWhivkT8FBT',$,$,$,(#2845),#16946); +#16946= IFCLIBRARYREFERENCE($,$,'Surface Spread Of Flame',$,'en',$); -#9726= IFCRELASSOCIATESLIBRARY('1Ltgd_WK5AShr8b7ZLJe$h',$,$,$,(#2847),#16947); -#16947= IFCLIBRARYREFERENCE($,$,'\X2\7CFB7EDF\X0\','\X2\970089817A7A67844EF676845EFA7B51670D52A17CFB7EDFFF0C4F8B5982FF0C201C7A7A8C03201D3001201C7ED963926C34201D3001201C75356C14201D7B493002\X0\','zh-CN',$); +#9718= IFCRELASSOCIATESLIBRARY('0vICkiKTz0TvXmbTI7AixQ',$,$,$,(#2845),#16947); +#16947= IFCLIBRARYREFERENCE($,$,'Propagation des flammes en surface','Indique comment les flammes se propagent sur une surface. Indication donn\S\ie selon le Code National du B\S\btiment r\S\igissant le comportement au feu des mat\S\iriaux.','fr-FR',$); -#9727= IFCRELASSOCIATESLIBRARY('05QIFqYLX3i8GFBJb8pICL',$,$,$,(#2848),#16948); -#16948= IFCLIBRARYREFERENCE($,$,'T2',$,'en',$); +#9719= IFCRELASSOCIATESLIBRARY('2R8dB2TGvCmv32a5hvSxrL',$,$,$,(#2845),#16948); +#16948= IFCLIBRARYREFERENCE($,$,'\X2\706B708E886897624F1D64AD6027\X0\','\X2\706B708E886897624F1D64AD602730025F538A7256FD306E5EFA7BC96CD5898F306B3088308B3002\X0\','ja-JP',$); -#9728= IFCRELASSOCIATESLIBRARY('2ztPC2i3T39P4riIHzVvK8',$,$,$,(#2848),#16949); -#16949= IFCLIBRARYREFERENCE($,$,'T2','\X2\71B152D55F0F306E8A669A13664295933092\X0\ [s] , \X2\95A290233059308B8A669A1396FB6D413092\X0\ I1 \X2\3068\X0\ I2\X2\300030683059308B3002\X0\','ja-JP',$); +#9720= IFCRELASSOCIATESLIBRARY('18aCFtlKvAdx_i1vKi9ze6',$,$,$,(#2846),#16949); +#16949= IFCLIBRARYREFERENCE($,$,'Brandverhalten','Beschreibung des Brandverhaltens des Bauteils gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#9729= IFCRELASSOCIATESLIBRARY('2Hirhk6kzFJ9WmBRtIOzz5',$,$,$,(#2848),#16950); -#16950= IFCLIBRARYREFERENCE($,$,'T2','\X2\C5F4\X0\ \X2\B3D9C2DD\X0\ \X2\C2DCD5D8\X0\ \X2\C2DCAC04\X0\ [s] \X2\AD00B828\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958B97C\X0\ I1\X2\ACFC\X0\ I2\X2\B85CD55CB2E4\X0\.','ko-KR',$); +#9721= IFCRELASSOCIATESLIBRARY('1Tm1Hojn17nQMmYTVWpj8D',$,$,$,(#2846),#16950); +#16950= IFCLIBRARYREFERENCE($,$,'Surface Spread Of Flame',$,'en',$); -#9730= IFCRELASSOCIATESLIBRARY('2Ou7eVaUT339AqYrqNWWFU',$,$,$,(#2849),#16951); -#16951= IFCLIBRARYREFERENCE($,$,'T2',$,'en',$); +#9722= IFCRELASSOCIATESLIBRARY('2B3yiS4jP2iw8PRKmejBn3',$,$,$,(#2846),#16951); +#16951= IFCLIBRARYREFERENCE($,$,'SurfacePropagationFlamme','Indique comment les flammes se propagent sur une surface. Indication donn\S\ie selon le Code National du B\S\btiment r\S\igissant le comportement au feu des mat\S\iriaux.','fr-FR',$); -#9731= IFCRELASSOCIATESLIBRARY('2JK7VFBFX7mRvHtCGtsxsM',$,$,$,(#2849),#16952); -#16952= IFCLIBRARYREFERENCE($,$,'T2','\X2\30B530FC30DE30EB306E8A669A13664295933092\X0\ [s] , \X2\95A290233059308B8A669A1396FB6D413092\X0\ I1 \X2\3068\X0\ I2\X2\300030683059308B3002\X0\','ja-JP',$); +#9723= IFCRELASSOCIATESLIBRARY('3yh5OGtEH7VOd8ewU7idU9',$,$,$,(#2846),#16952); +#16952= IFCLIBRARYREFERENCE($,$,'\X2\706B708E4F1D64AD6027\X0\','\X2\708E304C3069306E30883046306B67506599306E8868976230925E83304C308B304B30683044304663076A19300267506599306E708E306B5BFE3059308B632F308B821E3044306B306430443066306E56FD5BB65EFA7BC9898F5247306B5F933063306663D04F9B3055308C308B3002\X0\','ja-JP',$); -#9732= IFCRELASSOCIATESLIBRARY('0KZzvYmW17mAXwVbSVxtB0',$,$,$,(#2849),#16953); -#16953= IFCLIBRARYREFERENCE($,$,'T2','\X2\C5F4\X0\ \X2\C2DCD5D8\X0\ \X2\C2DCAC04\X0\ [s] \X2\AD00B828\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958B97C\X0\ I1\X2\ACFC\X0\ I2\X2\B85CD55CB2E4\X0\.','ko-KR',$); +#9724= IFCRELASSOCIATESLIBRARY('13pJorxi9FVhzC3MoHU8ys',$,$,$,(#2847),#16953); +#16953= IFCLIBRARYREFERENCE($,$,'Brandverhalten','German-description-5','de-DE',$); -#9733= IFCRELASSOCIATESLIBRARY('2$6dBe7SD1s9IylkuAQPk_',$,$,$,(#2850),#16954); -#16954= IFCLIBRARYREFERENCE($,$,'T5',$,'en',$); +#9725= IFCRELASSOCIATESLIBRARY('3mcEF$5Oz3Xghf9PmIzupW',$,$,$,(#2847),#16954); +#16954= IFCLIBRARYREFERENCE($,$,'Surface Spread Of Flame',$,'en',$); -#9734= IFCRELASSOCIATESLIBRARY('0F4EcriWj1GROBrl2Xy$6T',$,$,$,(#2850),#16955); -#16955= IFCLIBRARYREFERENCE($,$,'T5','\X2\96FB78C1306E8A669A13664295933092\X0\ [s] , \X2\95A290233059308B8A669A1396FB6D413092\X0\ I4 \X2\3068\X0\ I5\X2\300030683059308B3002\X0\','ja-JP',$); +#9726= IFCRELASSOCIATESLIBRARY('3upeFSaJP9KQsiL1$ph9C3',$,$,$,(#2847),#16955); +#16955= IFCLIBRARYREFERENCE($,$,'SurfacePropagationFlamme','Indique comment les flammes se propagent sur une surface. Indication donn\S\ie selon le Code National du B\S\btiment r\S\igissant le comportement au feu des mat\S\iriaux.','fr-FR',$); -#9735= IFCRELASSOCIATESLIBRARY('262GtDw8n73Bgp6YRs9rUZ',$,$,$,(#2850),#16956); -#16956= IFCLIBRARYREFERENCE($,$,'T5','\X2\C804C790\X0\ \X2\C2DCD5D8\X0\ \X2\C2DCAC04\X0\ [s] \X2\AD00B828\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958B97C\X0\ I4\X2\D558BA74\X0\ I5\X2\D55CB2E4\X0\.','ko-KR',$); +#9727= IFCRELASSOCIATESLIBRARY('1uQBPrmZX5cPqc39yLiXBR',$,$,$,(#2847),#16956); +#16956= IFCLIBRARYREFERENCE($,$,'\X2\706B708E4F1D64AD6027\X0\','\X2\708E304C3069306E30883046306B67506599306E8868976230925E83304C308B304B30683044304663076A19300267506599306E708E306B5BFE3059308B632F308B821E3044306B306430443066306E56FD5BB65EFA7BC9898F5247306B5F933063306663D04F9B3055308C308B3002\X0\','ja-JP',$); -#9737= IFCRELASSOCIATESLIBRARY('2oM750xNb7bujAA6LSWmAv',$,$,$,(#2855),#16957); -#16957= IFCLIBRARYREFERENCE($,$,'Tank Composition',$,'en',$); +#9728= IFCRELASSOCIATESLIBRARY('3hQ1EAJ$v3_R0dqzYpYbMz',$,$,$,(#2848),#16957); +#16957= IFCLIBRARYREFERENCE($,$,'Brandverhalten','Beschreibung des Brandverhaltens des Bauteils gem\S\d\S\_ der nationalen oder regionalen Brandschutzverordnung.','de-DE',$); -#9738= IFCRELASSOCIATESLIBRARY('3Egl8VXT9279AOAQqy1lho',$,$,$,(#2855),#16958); -#16958= IFCLIBRARYREFERENCE($,$,'\X2\6C3469FD69CB6210\X0\','\X2\5B9A7FA9300069CB621089817D20306E30EC30D930EB3000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300089075408FF1A\X0\A\X2\30005168822C7684306B89816C423055308C305F76EE76843092905462103059308B305F3081306B96C630813089308C305F57FA672C30E630CB30C330C8306E30BB30C330C830003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300089817D20FF1A\X0\A \X2\305D308C81EA8EAB3042308B3044306F90E85206768430E630CB30C330C8306E96C6307E308A3068305730663042308B53584E0057FA672C30E630CB30C330C83000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300090E852067684FF1A\X0\A \X2\90E852067684306A57FA672C53584F4D\X0\','ja-JP',$); +#9729= IFCRELASSOCIATESLIBRARY('2QIPtFkE9BJfiotc5$JCVt',$,$,$,(#2848),#16958); +#16958= IFCLIBRARYREFERENCE($,$,'Surface Spread Of Flame',$,'en',$); -#9739= IFCRELASSOCIATESLIBRARY('0F72XMXLb9I8AWE7GsmsDr',$,$,$,(#2858),#16959); -#16959= IFCLIBRARYREFERENCE($,$,'Temperature',$,'en',$); +#9730= IFCRELASSOCIATESLIBRARY('19wfiK6nr4lx8XwZ3OHK3G',$,$,$,(#2848),#16959); +#16959= IFCLIBRARYREFERENCE($,$,'SurfacePropagationFlamme','Indique comment les flammes se propagent sur une surface. Indication donn\S\ie selon le Code National du B\S\btiment r\S\igissant le comportement au feu des mat\S\iriaux.','fr-FR',$); -#9740= IFCRELASSOCIATESLIBRARY('3SwppZcZTEOA5TRKwsR7H8',$,$,$,(#2859),#16960); -#16960= IFCLIBRARYREFERENCE($,$,'Temperature',$,'en',$); +#9731= IFCRELASSOCIATESLIBRARY('3MNzi4DFnCRu_mc2ahhpIj',$,$,$,(#2849),#16960); +#16960= IFCLIBRARYREFERENCE($,$,'Surface Temperature',$,'en',$); -#9741= IFCRELASSOCIATESLIBRARY('0SgZ$IY3z0HgtjlU7Azc3z',$,$,$,(#2859),#16961); -#16961= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA6\X0\','\X2\71C36599306E6E295EA63002\X0\','ja-JP',$); +#9732= IFCRELASSOCIATESLIBRARY('3SzGRh39bBRfweOtjiGTAA',$,$,$,(#2849),#16961); +#16961= IFCLIBRARYREFERENCE($,$,'\X2\886897626E295EA6\X0\','\X2\69CB621089817D20306E5E735747886897626E295EA6\X0\','ja-JP',$); -#9742= IFCRELASSOCIATESLIBRARY('0dabbCdXbCVvhOwXfMqIvj',$,$,$,(#2860),#16962); -#16962= IFCLIBRARYREFERENCE($,$,'Temperature',$,'en',$); +#9735= IFCRELASSOCIATESLIBRARY('1l5tCzFDP66QrqjLMmn3_X',$,$,$,(#2856),#16962); +#16962= IFCLIBRARYREFERENCE($,$,'Switch Activation',$,'en',$); -#9743= IFCRELASSOCIATESLIBRARY('1iVJaeNR56DvXWj020VhK2',$,$,$,(#2860),#16963); -#16963= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA6\X0\','\X2\6D414F53306E6E295EA63002\X0\','ja-JP',$); +#9736= IFCRELASSOCIATESLIBRARY('0Ds09CqN17qvi94UZTTXbS',$,$,$,(#2856),#16963); +#16963= IFCLIBRARYREFERENCE($,$,'\X2\8D7752D565B95F0F\X0\','\X2\9078629E304C5FC589813068306A308B3001520766FF304830B930A430C330C1306E8D7752D565B95F0F306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#9744= IFCRELASSOCIATESLIBRARY('1Zec4317X75x5_Dup6O3he',$,$,$,(#2861),#16964); -#16964= IFCLIBRARYREFERENCE($,$,'Temperature',$,'en',$); +#9737= IFCRELASSOCIATESLIBRARY('2I5Z8GqSzAqP_otDDITlAb',$,$,$,(#2856),#16964); +#16964= IFCLIBRARYREFERENCE($,$,'\X2\AE30B3D9\X0\ \X2\BC29C2DD\X0\','\X2\C2A4C704CE58\X0\ \X2\BD80D305BC29C2DDC758\X0\ \X2\BAA9B85D\X0\','ko-KR',$); -#9746= IFCRELASSOCIATESLIBRARY('0UapuIUrr9J8f5jWrOVzIg',$,$,$,(#2862),#16965); -#16965= IFCLIBRARYREFERENCE($,$,'Temperature Classification',$,'en',$); +#9738= IFCRELASSOCIATESLIBRARY('2vMOM5xdr6AQxufB4d6vet',$,$,$,(#2857),#16965); +#16965= IFCLIBRARYREFERENCE($,$,'Switch Activation',$,'en',$); -#9747= IFCRELASSOCIATESLIBRARY('0Jka04C1v6Mx2o$6G8YCkd',$,$,$,(#2862),#16966); -#16966= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA65206985E\X0\','\X2\6696623F752830D230FC30BF30FC886897626E295EA6306E6E295EA65206985E30925B9A7FA930024F4E6E2930BF30A430D7\X0\-\X2\304A6E6F307E305FFF4896FB6C17306B3088308B3082306E306E886897626E295EA6306F76F85BFE7684306B4F4E304430029AD86E2930BF30A430D7\X0\-\X2\30AC30B9307E305F306F84B86C17306B30883063306671B13059308B30BF30A430D7306E886897626E295EA6306F6BD48F0376849AD830443002\X0\','ja-JP',$); +#9739= IFCRELASSOCIATESLIBRARY('3ifPObdv1Fxfl5rRWBb2ZV',$,$,$,(#2857),#16966); +#16966= IFCLIBRARYREFERENCE($,$,'\X2\8D7752D565B95F0F\X0\','\X2\9078629E304C5FC589813068306A308B300130C830B030EB30B930A430C330C1306E8D7752D565B95F0F306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#9748= IFCRELASSOCIATESLIBRARY('24Cds3fqDC7AnPJq5cmUOy',$,$,$,(#2864),#16967); -#16967= IFCLIBRARYREFERENCE($,$,'Temperature Effectiveness',$,'en',$); +#9740= IFCRELASSOCIATESLIBRARY('13bE1j515B3R0E4wWstuNi',$,$,$,(#2857),#16967); +#16967= IFCLIBRARYREFERENCE($,$,'\X2\AE30B3D9\X0\ \X2\BC29C2DD\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\D1A0AE00\X0\ \X2\C2A4C704CE58\X0\ \X2\BD80D305\X0\ \X2\BC29C2DDC758\X0\ \X2\BAA9B85D\X0\','ko-KR',$); -#9749= IFCRELASSOCIATESLIBRARY('2mxF779MTAIghHqj0QbpIh',$,$,$,(#2864),#16968); -#16968= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iTemp\S\irature','Efficacit\S\i thermique sensible: rapport entre la diff\S\irence de temp\S\iratures pour le flux primaire sur la diff\S\irence maximale d''\S\ichange possible.','fr-FR',$); +#9742= IFCRELASSOCIATESLIBRARY('3VO5Uc_CT3AgFj7AjFmmc9',$,$,$,(#2858),#16968); +#16968= IFCLIBRARYREFERENCE($,$,'Switch Disconnector Type',$,'en',$); -#9750= IFCRELASSOCIATESLIBRARY('3vui3jrf12uAFcx$giQyBj',$,$,$,(#2864),#16969); -#16969= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA652B97387\X0\','\X2\6E295EA671B14EA463DB52B97387FF1A\X0\\X\0D\X\0A\X2\6700592753EF80FD6E295EA659095316306B5BFE3059308B4E006B2150746E295EA659095316306E6BD4\X0\','ja-JP',$); +#9743= IFCRELASSOCIATESLIBRARY('3QKFjy88X9fQZKLgKdRmyV',$,$,$,(#2858),#16969); +#16969= IFCLIBRARYREFERENCE($,$,'\X2\9AD85727906E65AD6A5F30BF30A430D7\X0\','\X2\4EE54E0B3088308A9078629E304C5FC589813068306A308B300130B930A430C330C165AD8DEF6A5F306E4E0089A730EA30B930C8FF1A\X0\\X\0D\X\0A\X\0D\X\0A\X2\30BB30F330BF30FC30D630EC30A430AFFF1A\X0\ \X2\54046975306E4E2165B9306E63A570B9306F53EF52D55F0F306730015B9F8CEA7684306B4E2D95934ED88FD130924FDD63013059308B65AD8DEF56683002\X0\ (IEC 441-14-08)\X\0D\X\0ADividedSupport\X2\FF1A\X0\ \X2\54046975306E56FA5B9A5074306879FB52D5507463A570B9304C30015171901A306E30D930FC30B9307E305F306F30D530EC30FC30E03067306F30B530DD30FC30C83055308C306A304465AD8DEF56683002\X0\(IEC 441-14-06)\X\0D\X\0A\X2\4E8C70B95207308A65AD8DEF5668FF1A\X0\ 2\X2\70B9306756DE8DEF3092958B304F65AD8DEF5668\X0\ (IEC 441-14-09)\X\0D\X\0A\X2\63A55730958B95895668\X0\ \X2\FF1A\X0\ \X2\54046975306E56FA5B9A5074306879FB52D5507463A570B9304C30015171901A306E30D930FC30B9307E305F306F30D530EC30FC30E03067306F30B530DD30FC30C83055308C306A304465AD8DEF56683002\X0\(IEC 441-14-07)\X\0D\X\0A\X2\65AD8DEF5668FF1A\X0\ \X2\89E3653E4F4D7F6E306E520696E289814EF630926E80305F3059300165AD8DEF56683002\X0\(IEC 441-14-12)','ja-JP',$); -#9751= IFCRELASSOCIATESLIBRARY('3jELcd2nf7lB5Pwz8g5FSI',$,$,$,(#2865),#16970); -#16970= IFCLIBRARYREFERENCE($,$,'Temperature Factor',$,'en',$); +#9744= IFCRELASSOCIATESLIBRARY('1$qrDyPj5DBgjCkIEQzNH7',$,$,$,(#2858),#16970); +#16970= IFCLIBRARYREFERENCE($,$,'\X2\ACE0C555CC28B2E8AE30\X0\ \X2\C720D615\X0\','\X2\C544B798C5D0C11C\X0\ \X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\C2A4C704CE58\X0\ \X2\B2E8B85C\X0\ \X2\AE30C758\X0\ \X2\BAA9B85D\X0\ \X2\BAA9B85D\X0\ : \X2\C13CD130\X0\ \X2\BE0CB808C774D06C\X0\ : \X2\AC01\X0\ \X2\AD6DC758\X0\ \X2\B450\X0\ \X2\C811C810C740\X0\ \X2\AC00B3D9\X0\ \X2\C2DDC5D0C11C\X0\ \X2\C2E4C9C8C801C73CB85C\X0\ \X2\C911AC04\X0\ \X2\BD80ADFCC744\X0\ \X2\C720C9C0\X0\ \X2\B2E8B85CAE30\X0\. (IEC 441-14-08) DividedSupport : \X2\AC01\X0\ \X2\AD6DC758\X0\ \X2\ACE0C815\X0\ \X2\CE21ACFC\X0\ \X2\200B200BC774B3D9\X0\ \X2\CE21C758\X0\ \X2\C811C810C774\X0\ \X2\ACF5D1B5\X0\ \X2\AE30BC18\X0\ \X2\B610B294\X0\ \X2\D504B808C784C774\X0\ \X2\C9C0C6D0B418C9C0\X0\ \X2\C54AB294\X0\ \X2\B2E8B85CAE30\X0\. (IEC 441-14-06) \X2\B450AC00C9C0\X0\ \X2\B044ACE0\X0\ \X2\B2E8B85CAE30\X0\ : 2 \X2\C810\X0\ \X2\D68CB85CB97C\X0\ \X2\C5F4\X0\ \X2\B2E8B85CAE30\X0\ (IEC 441-14-09) \X2\C811C9C0\X0\ \X2\AC1CD3D0AE30\X0\ : \X2\AC01\X0\ \X2\AD6DC758\X0\ \X2\ACE0C815\X0\ \X2\CE21ACFC\X0\ \X2\200B200BC774B3D9\X0\ \X2\CE21C758\X0\ \X2\C811C810C774\X0\ \X2\ACF5D1B5\X0\ \X2\AE30BC18\X0\ \X2\B610B294\X0\ \X2\D504B808C784C774\X0\ \X2\C9C0C6D0B418C9C0\X0\ \X2\C54AB294\X0\ \X2\B2E8B85CAE30\X0\. (IEC 441-14-07) \X2\B2E8B85CAE30\X0\ : \X2\D574C81C\X0\ \X2\C704CE58\X0\ \X2\ACA9B9AC\X0\ \X2\C694AD6C\X0\ \X2\C0ACD56DC744\X0\ \X2\CDA9C871\X0\ \X2\B2E8B85CAE30\X0\. (IEC 441-14-12)','ko-KR',$); -#9752= IFCRELASSOCIATESLIBRARY('0_k3K72drAafkarMVvpJto',$,$,$,(#2865),#16971); -#16971= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA64FC26570\X0\','\X2\71B1306E96FB6D41\X0\/\X2\66429593309230015B9A7FA96E08307F306E6E295EA6306B3088306330664E0E30483089308C308B502430687570306A308B58345408306B546856F26E295EA6306B5408308F305B308B305F3081306E88DC6B634FC26570FF08\X0\%/deg K \X2\30678A086E2C3059308BFF093002\X0\','ja-JP',$); +#9746= IFCRELASSOCIATESLIBRARY('261HtCPWD8SwUnz9yEkz2Z',$,$,$,(#2859),#16971); +#16971= IFCLIBRARYREFERENCE($,$,'Switch Function',$,'en',$); -#9753= IFCRELASSOCIATESLIBRARY('2B_vXDfjz70xfBd6_CgbBh',$,$,$,(#2865),#16972); -#16972= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\ACC4C218\X0\','\X2\C5F4\X0\ \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ \X2\BBF8B9AC\X0\ \X2\C815C758B41C\X0\ \X2\C628B3C4C5D0\X0\ \X2\C758D574\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\AC12ACFC\X0\ \X2\B2E4B978\X0\ \X2\ACBDC6B0\X0\ \X2\C8FCC704\X0\ \X2\C628B3C4C5D0\X0\ \X2\B9DECD94AE30C704D55C\X0\ \X2\BCF4C815\X0\ \X2\ACC4C218\X0\ (% / deg K\X2\B85C\X0\ \X2\CE21C815D55CB2E4\X0\).','ko-KR',$); +#9747= IFCRELASSOCIATESLIBRARY('3oLdwda9LCDOCLK3h4oUqu',$,$,$,(#2859),#16972); +#16972= IFCLIBRARYREFERENCE($,$,'\X2\30B930A430C330C130BF30A430D7\X0\','\X2\6A5F80FD30543068306B7570306A308B30B930A430C330C1306E30BF30A430D73092793A3059\X0\','ja-JP',$); -#9754= IFCRELASSOCIATESLIBRARY('0cBQPxohn3Mf9AyaSL1MYP',$,$,$,(#2866),#16973); -#16973= IFCLIBRARYREFERENCE($,$,'Temperature Factor',$,'en',$); +#9748= IFCRELASSOCIATESLIBRARY('2OuMn5DIf8YxvLPq8Sysmi',$,$,$,(#2859),#16973); +#16973= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\C720D615\X0\','\X2\AE30B2A5B9C8B2E4\X0\ \X2\B2E4B978\X0\ \X2\C2A4C704CE58\X0\ \X2\D0C0C785C744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#9755= IFCRELASSOCIATESLIBRARY('06oclzyO97Mg$qfxRTfbH5',$,$,$,(#2866),#16974); -#16974= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA64FC26570\X0\','\X2\71B1306E96FB6D41\X0\/\X2\66429593309230015B9A7FA96E08307F306E6E295EA6306B3088306330664E0E30483089308C308B502430687570306A308B58345408306B546856F26E295EA6306B5408308F305B308B305F3081306E88DC6B634FC26570FF08\X0\%/deg K \X2\30678A086E2C3059308BFF093002\X0\','ja-JP',$); +#9750= IFCRELASSOCIATESLIBRARY('3qwMXMrNvDRed1jqckJYGB',$,$,$,(#2860),#16974); +#16974= IFCLIBRARYREFERENCE($,$,'Switch Operation',$,'en',$); -#9756= IFCRELASSOCIATESLIBRARY('0W275869zEJup2xgymAfje',$,$,$,(#2866),#16975); -#16975= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\ACC4C218\X0\','\X2\C5F4\X0\ \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ \X2\BBF8B9AC\X0\ \X2\C815C758B41C\X0\ \X2\C628B3C4C5D0\X0\ \X2\C758D574\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\AC12ACFC\X0\ \X2\B2E4B978\X0\ \X2\ACBDC6B0\X0\ \X2\C8FCC704\X0\ \X2\C628B3C4C5D0\X0\ \X2\B9DECD94AE30C704D55C\X0\ \X2\BCF4C815\X0\ \X2\ACC4C218\X0\ (% / deg K\X2\B85C\X0\ \X2\CE21C815D55CB2E4\X0\).','ko-KR',$); +#9751= IFCRELASSOCIATESLIBRARY('2fVwlWXUf4EfH8u8ngcEQU',$,$,$,(#2860),#16975); +#16975= IFCLIBRARYREFERENCE($,$,'\X2\30B930A430C330C164CD4F5C\X0\','\X2\7DCA6025505C6B6230B930A430C330C1306E64CD4F5C3092793A30593002\X0\','ja-JP',$); -#9757= IFCRELASSOCIATESLIBRARY('0DaKqA74HDZe65Cii03U82',$,$,$,(#2867),#16976); -#16976= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); +#9752= IFCRELASSOCIATESLIBRARY('1jGlLIdyn9XPdSNt3u6kJa',$,$,$,(#2860),#16976); +#16976= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\C870C791\X0\','\X2\BE44C0C1\X0\ \X2\C815C9C0\X0\ \X2\C2A4C704CE58C758\X0\ \X2\C870C791C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#9758= IFCRELASSOCIATESLIBRARY('2UlZVu4SnCMBhkzxcLw1kK',$,$,$,(#2867),#16977); -#16977= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\8A315BB93067304D308B67005927\X0\/\X2\67005C0F6E295EA6\X0\','ja-JP',$); +#9754= IFCRELASSOCIATESLIBRARY('2YaWHkWPD43O$cryrrAgps',$,$,$,(#2861),#16977); +#16977= IFCLIBRARYREFERENCE($,$,'Switch Usage',$,'en',$); -#9759= IFCRELASSOCIATESLIBRARY('32rYnlEQr5Z9BTDux1J1w7',$,$,$,(#2868),#16978); -#16978= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); +#9755= IFCRELASSOCIATESLIBRARY('1XfpJ5tW16wPLuPuM3CB_q',$,$,$,(#2861),#16978); +#16978= IFCLIBRARYREFERENCE($,$,'\X2\30B930A430C330C1306E4F7F75286CD5\X0\','\X2\9078629E304C5FC589813068306A308B3001520766FF304830B930A430C330C1306E4F7F75286CD5306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#9760= IFCRELASSOCIATESLIBRARY('0q8nXUHmTAbRqdTRVXLmHr',$,$,$,(#2868),#16979); -#16979= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\8A315BB967004F4E30FB67009AD86E295EA6\X0\','ja-JP',$); +#9756= IFCRELASSOCIATESLIBRARY('3fhtL_MUr1m8xed8$LMwRj',$,$,$,(#2861),#16979); +#16979= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\C0ACC6A9\X0\','\X2\C804D658C2A4C704CE58\X0\ \X2\C0ACC6A9\X0\ \X2\BAA9B85D\X0\','ko-KR',$); -#9761= IFCRELASSOCIATESLIBRARY('3jXWJFKqP4hfXaHoqpDiG1',$,$,$,(#2869),#16980); -#16980= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); +#9757= IFCRELASSOCIATESLIBRARY('2PAQVrI6n3g8bGLfZoD9Vn',$,$,$,(#2862),#16980); +#16980= IFCLIBRARYREFERENCE($,$,'Switch Usage',$,'en',$); -#9762= IFCRELASSOCIATESLIBRARY('1g4$DtXy53UfGYOSaLtSE_',$,$,$,(#2869),#16981); -#16981= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\8A315BB967009AD830FB67004F4E6E295EA6\X0\','ja-JP',$); +#9758= IFCRELASSOCIATESLIBRARY('0hXQKP7NzEc8U9K3ETSxGU',$,$,$,(#2862),#16981); +#16981= IFCLIBRARYREFERENCE($,$,'\X2\30B930A430C330C1306E4F7F75286CD5\X0\','\X2\9078629E304C5FC589813068306A308B300130C830B030EB30B930A430C330C1306E4F7F75286CD5306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#9763= IFCRELASSOCIATESLIBRARY('2dnGjMngb5w8xOeVeDpNq_',$,$,$,(#2870),#16982); -#16982= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); +#9759= IFCRELASSOCIATESLIBRARY('1x2VVzOaT8_RjfWP56Vr6w',$,$,$,(#2862),#16982); +#16982= IFCLIBRARYREFERENCE($,$,'\X2\C2A4C704CE58\X0\ \X2\C0ACC6A9\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\D1A0AE00\X0\ \X2\C2A4C704CE58\X0\ \X2\C0ACC6A9BAA9B85D\X0\','ko-KR',$); -#9764= IFCRELASSOCIATESLIBRARY('14hqspW$9BjuQw1Bab21BK',$,$,$,(#2871),#16983); -#16983= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); +#9760= IFCRELASSOCIATESLIBRARY('3GjliNatP7vu3ASrOWnzQl',$,$,$,(#2864),#16983); +#16983= IFCLIBRARYREFERENCE($,$,'Anlage','Angabe zu welcher Anlage (oder Anlagen) der Durchbruch ben\S\vtigt wird.','de-DE',$); -#9765= IFCRELASSOCIATESLIBRARY('2MZYvaVi5FZuWUOzFd3HJN',$,$,$,(#2871),#16984); -#16984= IFCLIBRARYREFERENCE($,$,'PlageTemperature','Plage de temp\S\irature dans laquelle le terminal de ventilation est pr\S\ivu de fonctionner.','fr-FR',$); +#9761= IFCRELASSOCIATESLIBRARY('22RCVmxL10L9dxFuAQzj7l',$,$,$,(#2864),#16984); +#16984= IFCLIBRARYREFERENCE($,$,'System',$,'en',$); -#9766= IFCRELASSOCIATESLIBRARY('1XcYWahJbFSfE4OYUObgC4',$,$,$,(#2871),#16985); -#16985= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\64CD4F5C3055308C308B30BF30FC30DF30CA30EB306E6E295EA67BC456F2\X0\','ja-JP',$); +#9762= IFCRELASSOCIATESLIBRARY('1eClzTgsj7TO$Hwk$XuNYS',$,$,$,(#2864),#16985); +#16985= IFCLIBRARYREFERENCE($,$,'Syst\S\hme','Le syst\S\hme qui requiert la r\S\iservation (exemples : "Conditionnement d''air", "Plomberie", "Electricit\S\i")','fr-FR',$); -#9767= IFCRELASSOCIATESLIBRARY('0ARFbdu7r54BlG6ciDk9H1',$,$,$,(#2872),#16986); -#16986= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); +#9763= IFCRELASSOCIATESLIBRARY('2iO2Z2z_L2o97$jvnCfn_K',$,$,$,(#2864),#16986); +#16986= IFCLIBRARYREFERENCE($,$,'\X2\30B730B930C630E0\X0\','\X2\7A7A9593306B63D0793A3055308C308B5EFA726930B530FC30D330B930B730B930C630E03067305930024F8B30483070300C7A7A8ABF300D300C914D7BA1300D300C96FB6C17300D306730593002\X0\','ja-JP',$); -#9768= IFCRELASSOCIATESLIBRARY('2oM83UPUfDDe4asvtvteyr',$,$,$,(#2872),#16987); -#16987= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\8A315BB967009AD830FB67004F4E6E295EA6\X0\','ja-JP',$); +#9764= IFCRELASSOCIATESLIBRARY('1lvd25V5L5CwxHnbAQNAU$',$,$,$,(#2864),#16987); +#16987= IFCLIBRARYREFERENCE($,$,'\X2\7CFB7EDF\X0\','\X2\970089817A7A67844EF676845EFA7B51670D52A17CFB7EDFFF0C4F8B5982FF0C201C7A7A8C03201D3001201C7ED963926C34201D3001201C75356C14201D7B493002\X0\','zh-CN',$); -#9769= IFCRELASSOCIATESLIBRARY('2jBxgfPLP3GeF1bYyr6Sdy',$,$,$,(#2873),#16988); -#16988= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); +#9765= IFCRELASSOCIATESLIBRARY('2ex_2629n5f8gxR0f5Z8zb',$,$,$,(#2865),#16988); +#16988= IFCLIBRARYREFERENCE($,$,'T2',$,'en',$); -#9770= IFCRELASSOCIATESLIBRARY('06E9VFj5z31vqK8rJYegGo',$,$,$,(#2873),#16989); -#16989= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\8A315BB967005927\X0\/\X2\67005C0F6E295EA6\X0\','ja-JP',$); +#9766= IFCRELASSOCIATESLIBRARY('3lCjc5URX1AQEDV7HZBMJz',$,$,$,(#2865),#16989); +#16989= IFCLIBRARYREFERENCE($,$,'T2','\X2\71B152D55F0F306E8A669A13664295933092\X0\ [s] , \X2\95A290233059308B8A669A1396FB6D413092\X0\ I1 \X2\3068\X0\ I2\X2\300030683059308B3002\X0\','ja-JP',$); -#9771= IFCRELASSOCIATESLIBRARY('0AXg83ED18mOFsREaPAYbP',$,$,$,(#2874),#16990); -#16990= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); +#9767= IFCRELASSOCIATESLIBRARY('3HP4iOB5f1gPdPw1L79kCo',$,$,$,(#2865),#16990); +#16990= IFCLIBRARYREFERENCE($,$,'T2','\X2\C5F4\X0\ \X2\B3D9C2DD\X0\ \X2\C2DCD5D8\X0\ \X2\C2DCAC04\X0\ [s] \X2\AD00B828\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958B97C\X0\ I1\X2\ACFC\X0\ I2\X2\B85CD55CB2E4\X0\.','ko-KR',$); -#9772= IFCRELASSOCIATESLIBRARY('1UqWI2r4zD29uyvzyehyS_',$,$,$,(#2874),#16991); -#16991= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\6D414F536E295EA6306E8A315BB97BC456F2\X0\','ja-JP',$); +#9768= IFCRELASSOCIATESLIBRARY('1_dI1oLcj4b8HoibzOCqLv',$,$,$,(#2866),#16991); +#16991= IFCLIBRARYREFERENCE($,$,'T2',$,'en',$); -#9773= IFCRELASSOCIATESLIBRARY('29$n$dh0nFkxvwCwNDYtqy',$,$,$,(#2875),#16992); -#16992= IFCLIBRARYREFERENCE($,$,'Temperature Rating',$,'en',$); +#9769= IFCRELASSOCIATESLIBRARY('2GxnuL2czBP8A_CWO_VYW3',$,$,$,(#2866),#16992); +#16992= IFCLIBRARYREFERENCE($,$,'T2','\X2\30B530FC30DE30EB306E8A669A13664295933092\X0\ [s] , \X2\95A290233059308B8A669A1396FB6D413092\X0\ I1 \X2\3068\X0\ I2\X2\300030683059308B3002\X0\','ja-JP',$); -#9775= IFCRELASSOCIATESLIBRARY('20$awmZRvCAAjboK$_BV61',$,$,$,(#2876),#16993); -#16993= IFCLIBRARYREFERENCE($,$,'Temperature Sensor Type',$,'en',$); +#9770= IFCRELASSOCIATESLIBRARY('1KwFhBu0H88OVXtwnPaO6L',$,$,$,(#2866),#16993); +#16993= IFCLIBRARYREFERENCE($,$,'T2','\X2\C5F4\X0\ \X2\C2DCD5D8\X0\ \X2\C2DCAC04\X0\ [s] \X2\AD00B828\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958B97C\X0\ I1\X2\ACFC\X0\ I2\X2\B85CD55CB2E4\X0\.','ko-KR',$); -#9776= IFCRELASSOCIATESLIBRARY('0Xpo1mwg968x2ZOAqfK61J',$,$,$,(#2876),#16994); -#16994= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA630BB30F330B530FC30BF30A430D7\X0\','\X2\660E793A3055308C305F6E295EA630BB30F330B530FC306E30BF30A430D730928B5852253059308B4E0089A73002\X0\','ja-JP',$); +#9771= IFCRELASSOCIATESLIBRARY('1d2MeBLKX6ZAO_Pvr9HPUu',$,$,$,(#2867),#16994); +#16994= IFCLIBRARYREFERENCE($,$,'T5',$,'en',$); -#9777= IFCRELASSOCIATESLIBRARY('0GvCV_bcb2eAYZMly0b58j',$,$,$,(#2876),#16995); -#16995= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\C13CC11C\X0\ \X2\D0C0C785\X0\','\X2\BA85C2DCB41C\X0\ \X2\C628B3C4\X0\ \X2\C13CC11C\X0\ \X2\C720D615C744\X0\ \X2\C2DDBCC4D558B294\X0\ \X2\BAA9B85D\X0\.','ko-KR',$); +#9772= IFCRELASSOCIATESLIBRARY('3YAzXKkrP1ReyeMAhhQ4SP',$,$,$,(#2867),#16995); +#16995= IFCLIBRARYREFERENCE($,$,'T5','\X2\96FB78C1306E8A669A13664295933092\X0\ [s] , \X2\95A290233059308B8A669A1396FB6D413092\X0\ I4 \X2\3068\X0\ I5\X2\300030683059308B3002\X0\','ja-JP',$); -#9778= IFCRELASSOCIATESLIBRARY('24ZIW9BCnCwe2uDcOEuyG0',$,$,$,(#2877),#16996); -#16996= IFCLIBRARYREFERENCE($,$,'Temperature Set Point',$,'en',$); +#9773= IFCRELASSOCIATESLIBRARY('2zxg8JNvnFSeF79Kah5GHr',$,$,$,(#2867),#16996); +#16996= IFCLIBRARYREFERENCE($,$,'T5','\X2\C804C790\X0\ \X2\C2DCD5D8\X0\ \X2\C2DCAC04\X0\ [s] \X2\AD00B828\X0\ \X2\C2DCD5D8\X0\ \X2\C804B958B97C\X0\ I4\X2\D558BA74\X0\ I5\X2\D55CB2E4\X0\.','ko-KR',$); -#9779= IFCRELASSOCIATESLIBRARY('0zQYhrsCP7efrrJ_j3lgCj',$,$,$,(#2878),#16997); -#16997= IFCLIBRARYREFERENCE($,$,'Tendon Relaxation',$,'en',$); +#9775= IFCRELASSOCIATESLIBRARY('2WG8Nf5qP1q9iY6niVcGem',$,$,$,(#2872),#16997); +#16997= IFCLIBRARYREFERENCE($,$,'Tank Composition',$,'en',$); -#9780= IFCRELASSOCIATESLIBRARY('3xL$eCOOHB_wtDfLyLmNcW',$,$,$,(#2878),#16998); -#16998= IFCLIBRARYREFERENCE($,$,'\X2\7DCA5F356750306E30EA30E930AF30BB30FC30B730E730F3\X0\','\X2\7DCA5F356750306E670059278A315BB930EA30E930AF30BB30FC30B730E730F3FF085FDC529B5F1B7DE93001FF0D4FC26570FF093002901A5E383001\X0\1000\X2\664295933042305F308A306E52725408FF08\X0\%)\X2\30023053306E5C5E6027306F30D730EC30B930C830EC30B930C830B330F330AF30EA30FC30C889817D20306E307F306B906975283055308C308B3002\X0\','ja-JP',$); +#9776= IFCRELASSOCIATESLIBRARY('11amlPicL939YMvWCpC5V4',$,$,$,(#2872),#16998); +#16998= IFCLIBRARYREFERENCE($,$,'\X2\6C3469FD69CB6210\X0\','\X2\5B9A7FA9300069CB621089817D20306E30EC30D930EB3000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300089075408FF1A\X0\A\X2\30005168822C7684306B89816C423055308C305F76EE76843092905462103059308B305F3081306B96C630813089308C305F57FA672C30E630CB30C330C8306E30BB30C330C830003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300089817D20FF1A\X0\A \X2\305D308C81EA8EAB3042308B3044306F90E85206768430E630CB30C330C8306E96C6307E308A3068305730663042308B53584E0057FA672C30E630CB30C330C83000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300090E852067684FF1A\X0\A \X2\90E852067684306A57FA672C53584F4D\X0\','ja-JP',$); -#9781= IFCRELASSOCIATESLIBRARY('3lO$BYffr9Jhmfw5QkflU0',$,$,$,(#2891),#16999); -#16999= IFCLIBRARYREFERENCE($,$,'Tenure Modes Available Future',$,'en',$); +#9777= IFCRELASSOCIATESLIBRARY('0fLC8nV4n8vB7iX4uKNXdR',$,$,$,(#2875),#16999); +#16999= IFCLIBRARYREFERENCE($,$,'Temperature',$,'en',$); -#9782= IFCRELASSOCIATESLIBRARY('2alPRr7lX4$Bui60qyKR0Y',$,$,$,(#2891),#17000); -#17000= IFCLIBRARYREFERENCE($,$,'PossibilitesOccupationFutures','Liste des possibilit\S\is d''occupation futures.','fr-FR',$); +#9778= IFCRELASSOCIATESLIBRARY('1RA3kX3pb6GPG_yto6Ukm$',$,$,$,(#2876),#17000); +#17000= IFCLIBRARYREFERENCE($,$,'Temperature',$,'en',$); -#9783= IFCRELASSOCIATESLIBRARY('2hk1U2WpH4EPZIjUrV$MFW',$,$,$,(#2892),#17001); -#17001= IFCLIBRARYREFERENCE($,$,'Tenure Modes Available Now',$,'en',$); +#9779= IFCRELASSOCIATESLIBRARY('2mckvNO0nCbfhMPssPERrY',$,$,$,(#2876),#17001); +#17001= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA6\X0\','\X2\71C36599306E6E295EA63002\X0\','ja-JP',$); -#9784= IFCRELASSOCIATESLIBRARY('0trS6JjfvBLf7_grZRIQeW',$,$,$,(#2892),#17002); -#17002= IFCLIBRARYREFERENCE($,$,'PossibilitesOccupationActuelles','Liste des possibilit\S\is d''occupation actuelles.','fr-FR',$); +#9780= IFCRELASSOCIATESLIBRARY('0b8a2YLc9CWxoQ4rEm$lQ6',$,$,$,(#2877),#17002); +#17002= IFCLIBRARYREFERENCE($,$,'Temperature',$,'en',$); -#9785= IFCRELASSOCIATESLIBRARY('2kLQzsoA93wwZSLrUd4CJN',$,$,$,(#2894),#17003); -#17003= IFCLIBRARYREFERENCE($,$,'Termination Date',$,'en',$); +#9781= IFCRELASSOCIATESLIBRARY('0PULMzm0z5Bx81mdGUMec$',$,$,$,(#2877),#17003); +#17003= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA6\X0\','\X2\6D414F53306E6E295EA63002\X0\','ja-JP',$); -#9786= IFCRELASSOCIATESLIBRARY('3yhYNdOhn9GActQaKoYvWE',$,$,$,(#2897),#17004); -#17004= IFCLIBRARYREFERENCE($,$,'Test Pressure',$,'en',$); +#9782= IFCRELASSOCIATESLIBRARY('2VVIOkMH9AmvoyC5UcFkvd',$,$,$,(#2878),#17004); +#17004= IFCLIBRARYREFERENCE($,$,'Temperature',$,'en',$); -#9787= IFCRELASSOCIATESLIBRARY('0MCm7iAvP4Pf8vTHW61Yad',$,$,$,(#2897),#17005); -#17005= IFCLIBRARYREFERENCE($,$,'\X2\8A669A135727529B\X0\','\X2\8A669A13306E66423001639B30513089308C308B67009AD85727529B\X0\','ja-JP',$); +#9784= IFCRELASSOCIATESLIBRARY('2i0nItX4n4jh55WhLs9VNa',$,$,$,(#2879),#17005); +#17005= IFCLIBRARYREFERENCE($,$,'Temperature Classification',$,'en',$); -#9788= IFCRELASSOCIATESLIBRARY('399XFYU353XgSOphmUorQ3',$,$,$,(#2901),#17006); -#17006= IFCLIBRARYREFERENCE($,$,'Te Time',$,'en',$); +#9785= IFCRELASSOCIATESLIBRARY('2TJ7j2vfb00ht2T5TDhlVE',$,$,$,(#2879),#17006); +#17006= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA65206985E\X0\','\X2\6696623F752830D230FC30BF30FC886897626E295EA6306E6E295EA65206985E30925B9A7FA930024F4E6E2930BF30A430D7\X0\-\X2\304A6E6F307E305FFF4896FB6C17306B3088308B3082306E306E886897626E295EA6306F76F85BFE7684306B4F4E304430029AD86E2930BF30A430D7\X0\-\X2\30AC30B9307E305F306F84B86C17306B30883063306671B13059308B30BF30A430D7306E886897626E295EA6306F6BD48F0376849AD830443002\X0\','ja-JP',$); -#9789= IFCRELASSOCIATESLIBRARY('1iQwY63pb6FviRQ6ubost4',$,$,$,(#2901),#17007); -#17007= IFCLIBRARYREFERENCE($,$,'\X2\6700592766429593\X0\','\X2\30E230FC30BF30FC304C\X0\EX\X2\74B05883306730ED30FC30BF30FC30ED30C330AF3055308C30664F7F7528304D308B67005927664295933002\X0\\X\0D\X\0A\X2\30E230FC30BF30FC59CB52D596FB6D41304C6A5F566830924ECB305730666E1B901F305730663044308B664295933088308A524D306B4FDD8B7788C57F6E3067505C6B623059308B664295933092793A30593002\X0\','ja-JP',$); +#9786= IFCRELASSOCIATESLIBRARY('1$hYx4M7zBjvJfg3NFg2a6',$,$,$,(#2881),#17007); +#17007= IFCLIBRARYREFERENCE($,$,'Temperature Effectiveness',$,'en',$); -#9790= IFCRELASSOCIATESLIBRARY('3cXxxZFaf6lwoPXEqL720_',$,$,$,(#2901),#17008); -#17008= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\C2DCAC04\X0\','\X2\BAA8D130AC00\X0\ EX \X2\D658ACBD\X0\ \X2\B85CD130\X0\ \X2\C7A0ACA8\X0\ \X2\C0ACC6A9\X0\ \X2\C218C788B294\X0\ \X2\CD5CB300\X0\ \X2\C2DCAC04\X0\. \X2\BAA8D130\X0\ \X2\AE30B3D9\X0\ \X2\C804B958AC00\X0\ \X2\C7A5BE44B97C\X0\ \X2\D1B5D574\X0\ \X2\AC10C18DD558ACE0C788B2E4\X0\ \X2\C2DCAC04\X0\ \X2\C804C5D0\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58\X0\ \X2\C911C9C0\X0\ \X2\C2DCAC04C744\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); +#9787= IFCRELASSOCIATESLIBRARY('3WBR0jAcb6PAYgauVHO1We',$,$,$,(#2881),#17008); +#17008= IFCLIBRARYREFERENCE($,$,'Efficacit\S\iTemp\S\irature','Efficacit\S\i thermique sensible: rapport entre la diff\S\irence de temp\S\iratures pour le flux primaire sur la diff\S\irence maximale d''\S\ichange possible.','fr-FR',$); -#9791= IFCRELASSOCIATESLIBRARY('0xbxA9TmD2sO$6vDTdUi7T',$,$,$,(#2904),#17009); -#17009= IFCLIBRARYREFERENCE($,$,'Thermal Conductivity',$,'en',$); +#9788= IFCRELASSOCIATESLIBRARY('1JyHfdJKP4WPiRYRn_gaJ5',$,$,$,(#2881),#17009); +#17009= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA652B97387\X0\','\X2\6E295EA671B14EA463DB52B97387FF1A\X0\\X\0D\X\0A\X2\6700592753EF80FD6E295EA659095316306B5BFE3059308B4E006B2150746E295EA659095316306E6BD4\X0\','ja-JP',$); -#9792= IFCRELASSOCIATESLIBRARY('3CLeOf3XHDxwjndoJSqjV0',$,$,$,(#2905),#17010); -#17010= IFCLIBRARYREFERENCE($,$,'Thermal Conductivity',$,'en',$); +#9789= IFCRELASSOCIATESLIBRARY('0SryY0CGrACfvQkAu8pf3g',$,$,$,(#2882),#17010); +#17010= IFCLIBRARYREFERENCE($,$,'Temperature Factor',$,'en',$); -#9793= IFCRELASSOCIATESLIBRARY('162KzoF7XAsQqjV8J0HW8a',$,$,$,(#2905),#17011); -#17011= IFCLIBRARYREFERENCE($,$,'\X2\71B14F1D5C0E7387\X0\','\X2\30C130E530FC30D6306E71B14F1D5C0E7387\X0\','ja-JP',$); +#9790= IFCRELASSOCIATESLIBRARY('0K0zrf4Sb41gsFclDWP$EC',$,$,$,(#2882),#17011); +#17011= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA64FC26570\X0\','\X2\71B1306E96FB6D41\X0\/\X2\66429593309230015B9A7FA96E08307F306E6E295EA6306B3088306330664E0E30483089308C308B502430687570306A308B58345408306B546856F26E295EA6306B5408308F305B308B305F3081306E88DC6B634FC26570FF08\X0\%/deg K \X2\30678A086E2C3059308BFF093002\X0\','ja-JP',$); -#9794= IFCRELASSOCIATESLIBRARY('0ugWByNCDC2PLpci34TtPJ',$,$,$,(#2906),#17012); -#17012= IFCLIBRARYREFERENCE($,$,'Thermal Conductivity',$,'en',$); +#9791= IFCRELASSOCIATESLIBRARY('3DV$WopIXBhPtv0CAVwyC_',$,$,$,(#2882),#17012); +#17012= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\ACC4C218\X0\','\X2\C5F4\X0\ \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ \X2\BBF8B9AC\X0\ \X2\C815C758B41C\X0\ \X2\C628B3C4C5D0\X0\ \X2\C758D574\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\AC12ACFC\X0\ \X2\B2E4B978\X0\ \X2\ACBDC6B0\X0\ \X2\C8FCC704\X0\ \X2\C628B3C4C5D0\X0\ \X2\B9DECD94AE30C704D55C\X0\ \X2\BCF4C815\X0\ \X2\ACC4C218\X0\ (% / deg K\X2\B85C\X0\ \X2\CE21C815D55CB2E4\X0\).','ko-KR',$); -#9795= IFCRELASSOCIATESLIBRARY('0l5W2JCZP4YhxLnwW_zNgy',$,$,$,(#2906),#17013); -#17013= IFCLIBRARYREFERENCE($,$,'\X2\71B14F1D5C0E7387\X0\','\X2\30D530A330F3306E71B14F1D5C0E7387\X0\','ja-JP',$); +#9792= IFCRELASSOCIATESLIBRARY('3cnEflKsv0DfhBGjGqhPLx',$,$,$,(#2883),#17013); +#17013= IFCLIBRARYREFERENCE($,$,'Temperature Factor',$,'en',$); -#9796= IFCRELASSOCIATESLIBRARY('0cKEHxRJ12vedQoEW5vaT8',$,$,$,(#2907),#17014); -#17014= IFCLIBRARYREFERENCE($,$,'Thermal Conductivity Temperature Derivative',$,'en',$); +#9793= IFCRELASSOCIATESLIBRARY('2x3oZrNm10LfUMSHHoNmnm',$,$,$,(#2883),#17014); +#17014= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA64FC26570\X0\','\X2\71B1306E96FB6D41\X0\/\X2\66429593309230015B9A7FA96E08307F306E6E295EA6306B3088306330664E0E30483089308C308B502430687570306A308B58345408306B546856F26E295EA6306B5408308F305B308B305F3081306E88DC6B634FC26570FF08\X0\%/deg K \X2\30678A086E2C3059308BFF093002\X0\','ja-JP',$); -#9797= IFCRELASSOCIATESLIBRARY('2inGdXooP608qguS737GvC',$,$,$,(#2908),#17015); -#17015= IFCLIBRARYREFERENCE($,$,'Thermal Efficiency',$,'en',$); +#9794= IFCRELASSOCIATESLIBRARY('0X4fXK8jfE3fAWdlcIZsL1',$,$,$,(#2883),#17015); +#17015= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\ACC4C218\X0\','\X2\C5F4\X0\ \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ \X2\BBF8B9AC\X0\ \X2\C815C758B41C\X0\ \X2\C628B3C4C5D0\X0\ \X2\C758D574\X0\ \X2\C8FCC5B4C9C4\X0\ \X2\AC12ACFC\X0\ \X2\B2E4B978\X0\ \X2\ACBDC6B0\X0\ \X2\C8FCC704\X0\ \X2\C628B3C4C5D0\X0\ \X2\B9DECD94AE30C704D55C\X0\ \X2\BCF4C815\X0\ \X2\ACC4C218\X0\ (% / deg K\X2\B85C\X0\ \X2\CE21C815D55CB2E4\X0\).','ko-KR',$); -#9798= IFCRELASSOCIATESLIBRARY('0tcrBOwsv5CPiZ8UgbgrjF',$,$,$,(#2908),#17016); -#17016= IFCLIBRARYREFERENCE($,$,'\X2\71B152B97387\X0\','\X2\71B152B97387FF1A71B14F1D5C0E88C57F6E306E7DCF30A830CD30EB30AE30FC51FA529B\X0\/\X2\30A830CD30EB30AE30FC5165529B3068305730667DCF54087684306A71B152B97387306F5B9A7FA93055308C308B3002\X0\','ja-JP',$); +#9795= IFCRELASSOCIATESLIBRARY('09t$F1gaH0kPJJd3K8F105',$,$,$,(#2884),#17016); +#17016= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); -#9799= IFCRELASSOCIATESLIBRARY('1qih9MR5H5QhPETLr6tghI',$,$,$,(#2909),#17017); -#17017= IFCLIBRARYREFERENCE($,$,'Thermal Expansion Coefficient',$,'en',$); +#9796= IFCRELASSOCIATESLIBRARY('267k80nAXCkfN5d6xfbpUx',$,$,$,(#2884),#17017); +#17017= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\8A315BB93067304D308B67005927\X0\/\X2\67005C0F6E295EA6\X0\','ja-JP',$); -#9800= IFCRELASSOCIATESLIBRARY('3cl8cs1IT0TRRx$SNkOc9I',$,$,$,(#2910),#17018); -#17018= IFCLIBRARYREFERENCE($,$,'Thermal Ir Emissivity Back',$,'en',$); +#9797= IFCRELASSOCIATESLIBRARY('3PDOZMmZrAHhbMqNK12B6F',$,$,$,(#2885),#17018); +#17018= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); -#9801= IFCRELASSOCIATESLIBRARY('0xS50q71L9uf5uVjL1_QU4',$,$,$,(#2911),#17019); -#17019= IFCLIBRARYREFERENCE($,$,'Thermal Ir Emissivity Front',$,'en',$); +#9798= IFCRELASSOCIATESLIBRARY('2QcByJPRf8Zv0VVnavTxEk',$,$,$,(#2885),#17019); +#17019= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\8A315BB967004F4E30FB67009AD86E295EA6\X0\','ja-JP',$); -#9802= IFCRELASSOCIATESLIBRARY('3yyjp749DBBu1JpdUkYAi4',$,$,$,(#2912),#17020); -#17020= IFCLIBRARYREFERENCE($,$,'Thermal Ir Transmittance',$,'en',$); +#9799= IFCRELASSOCIATESLIBRARY('3kVWmEsRb9tewwJyAJtEqt',$,$,$,(#2886),#17020); +#17020= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); -#9803= IFCRELASSOCIATESLIBRARY('3ePAoprYDAUwgtUGQkVAQP',$,$,$,(#2913),#17021); -#17021= IFCLIBRARYREFERENCE($,$,'Thermal Mass Heat Capacity',$,'en',$); +#9800= IFCRELASSOCIATESLIBRARY('1II9diHhPEJ9EnccCiJD4T',$,$,$,(#2886),#17021); +#17021= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\8A315BB967009AD830FB67004F4E6E295EA6\X0\','ja-JP',$); -#9804= IFCRELASSOCIATESLIBRARY('1pOjMjWD17cRv5Jgqbu2H3',$,$,$,(#2913),#17022); -#17022= IFCLIBRARYREFERENCE($,$,'\X2\4FDD670971B15BB991CF\X0\','\X2\8CEA91CF3042305F308A306E71B15BB991CF\X0\','ja-JP',$); +#9801= IFCRELASSOCIATESLIBRARY('3$XzYkjX18AOyDAiFywUxA',$,$,$,(#2887),#17022); +#17022= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); -#9805= IFCRELASSOCIATESLIBRARY('1j0WOqy5P5xRI6eXl_9XD7',$,$,$,(#2914),#17023); -#17023= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Decke (f\S\|r alle Schichten).','de-DE',$); +#9802= IFCRELASSOCIATESLIBRARY('2uYywIthz1VRUSlOtDpUXt',$,$,$,(#2888),#17023); +#17023= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); -#9806= IFCRELASSOCIATESLIBRARY('01AKLjumT12fm6uJ66zopN',$,$,$,(#2914),#17024); -#17024= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9803= IFCRELASSOCIATESLIBRARY('0TGMiLUSbDP9JZPihPwiM9',$,$,$,(#2888),#17024); +#17024= IFCLIBRARYREFERENCE($,$,'PlageTemperature','Plage de temp\S\irature dans laquelle le terminal de ventilation est pr\S\ivu de fonctionner.','fr-FR',$); -#9807= IFCRELASSOCIATESLIBRARY('3sWkbejw96bPrmxF16$mQU',$,$,$,(#2914),#17025); -#17025= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers la dalle (tous mat\S\iriaux inclus).','fr-FR',$); +#9804= IFCRELASSOCIATESLIBRARY('1zq_FHgsn2TBw5a9cQXkn9',$,$,$,(#2888),#17025); +#17025= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\64CD4F5C3055308C308B30BF30FC30DF30CA30EB306E6E295EA67BC456F2\X0\','ja-JP',$); -#9808= IFCRELASSOCIATESLIBRARY('0kpnRd0hP1Ng3lc2LZjDLZ',$,$,$,(#2914),#17026); -#17026= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30B930E930D63092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); +#9805= IFCRELASSOCIATESLIBRARY('1am8glHGf7L8OUjqTZ_LGV',$,$,$,(#2889),#17026); +#17026= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); -#9809= IFCRELASSOCIATESLIBRARY('0FajdAk5f9ah9l$gnIgc2M',$,$,$,(#2914),#17027); -#17027= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A7A7F8FC78BE5677F768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); +#9806= IFCRELASSOCIATESLIBRARY('0PWQG4S7vFYv7kyXnRQNxA',$,$,$,(#2889),#17027); +#17027= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\8A315BB967009AD830FB67004F4E6E295EA6\X0\','ja-JP',$); -#9810= IFCRELASSOCIATESLIBRARY('2$oasRJj56dOqiyg_SMFjn',$,$,$,(#2915),#17028); -#17028= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Balkens (in Richtung des W\S\drmeflusses), angegeben ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); +#9807= IFCRELASSOCIATESLIBRARY('2D__DNBf19DflRTot5YEWt',$,$,$,(#2890),#17028); +#17028= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); -#9811= IFCRELASSOCIATESLIBRARY('2_ZBwWZRP6JOubisfGkaGY',$,$,$,(#2915),#17029); -#17029= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9808= IFCRELASSOCIATESLIBRARY('35y3EYGiz4MxUi6emqNSvU',$,$,$,(#2890),#17029); +#17029= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\8A315BB967005927\X0\/\X2\67005C0F6E295EA6\X0\','ja-JP',$); -#9812= IFCRELASSOCIATESLIBRARY('3SEvx5w1zEfQ4y07GbfMkE',$,$,$,(#2915),#17030); -#17030= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers la poutre dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); +#9809= IFCRELASSOCIATESLIBRARY('1LO9J$haHBOQ27$iR2oV$7',$,$,$,(#2891),#17030); +#17030= IFCLIBRARYREFERENCE($,$,'Temperature Range',$,'en',$); -#9813= IFCRELASSOCIATESLIBRARY('25ZO5mJzv3ZAIVgaYZwbwC',$,$,$,(#2915),#17031); -#17031= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002\X0\\X\0D\X\0A\X2\305330533067306FFF08305930793066306E675065993092542B3080FF0968813092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\306E65B03057304430D730ED30D130C630A3\X0\','ja-JP',$); +#9810= IFCRELASSOCIATESLIBRARY('2ypnCxKxD2mebWy8fNxBTH',$,$,$,(#2891),#17031); +#17031= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA67BC456F2\X0\','\X2\6D414F536E295EA6306E8A315BB97BC456F2\X0\','ja-JP',$); -#9814= IFCRELASSOCIATESLIBRARY('33ZmExXMn9fhkk5puojH08',$,$,$,(#2915),#17032); -#17032= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X\0D\X\0A\X2\8868793A8BE5688157284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); +#9811= IFCRELASSOCIATESLIBRARY('2KGqek_vz9NfHj_l35UZHH',$,$,$,(#2892),#17032); +#17032= IFCLIBRARYREFERENCE($,$,'Temperature Rating',$,'en',$); -#9815= IFCRELASSOCIATESLIBRARY('32m8IA5Xn01O$NGgCotGjx',$,$,$,(#2916),#17033); -#17033= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Platte (f\S\|r alle Schichten).','de-DE',$); +#9813= IFCRELASSOCIATESLIBRARY('338r6eP4b0CubWd76GihdL',$,$,$,(#2893),#17033); +#17033= IFCLIBRARYREFERENCE($,$,'Temperature Sensor Type',$,'en',$); -#9816= IFCRELASSOCIATESLIBRARY('06jIxswKH26eZqa7bVwFm7',$,$,$,(#2916),#17034); -#17034= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9814= IFCRELASSOCIATESLIBRARY('3hhrC2M2z9qBPgSP6jbQJ3',$,$,$,(#2893),#17034); +#17034= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA630BB30F330B530FC30BF30A430D7\X0\','\X2\660E793A3055308C305F6E295EA630BB30F330B530FC306E30BF30A430D730928B5852253059308B4E0089A73002\X0\','ja-JP',$); -#9817= IFCRELASSOCIATESLIBRARY('0qc5fkfVDE6PyhaiLbtdS$',$,$,$,(#2916),#17035); -#17035= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique (U) qui s''applique \S\` l''ensemble de la plaque.','fr-FR',$); +#9815= IFCRELASSOCIATESLIBRARY('33ueJ6_4TFtxHBIpb95SIr',$,$,$,(#2893),#17035); +#17035= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4\X0\ \X2\C13CC11C\X0\ \X2\D0C0C785\X0\','\X2\BA85C2DCB41C\X0\ \X2\C628B3C4\X0\ \X2\C13CC11C\X0\ \X2\C720D615C744\X0\ \X2\C2DDBCC4D558B294\X0\ \X2\BAA9B85D\X0\.','ko-KR',$); -#9818= IFCRELASSOCIATESLIBRARY('0rRp$obGj8h8$W8nA1XU$a',$,$,$,(#2916),#17036); -#17036= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\67506599306E71B18CAB6D417387FF08\X0\U\X2\5024FF093002305930793066306E624990E86750306B90695FDC3055308C308B3002\X0\','ja-JP',$); +#9816= IFCRELASSOCIATESLIBRARY('18jl5YW6HCTAU5XmEvkHkK',$,$,$,(#2894),#17036); +#17036= IFCLIBRARYREFERENCE($,$,'Temperature Set Point',$,'en',$); -#9819= IFCRELASSOCIATESLIBRARY('34mV0_cFbAyB6_YEyPaFIh',$,$,$,(#2916),#17037); -#17037= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\900275284E8E95E8768465744F537ED367843002\X0\','zh-CN',$); +#9817= IFCRELASSOCIATESLIBRARY('0Lv5aWgQrDcPIY$vbyON1G',$,$,$,(#2895),#17037); +#17037= IFCLIBRARYREFERENCE($,$,'Tendon Relaxation',$,'en',$); -#9820= IFCRELASSOCIATESLIBRARY('0nApHU7255NApE9tIpy2CG',$,$,$,(#2917),#17038); -#17038= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Bekleidung (f\S\|r alle Schichten).','de-DE',$); +#9818= IFCRELASSOCIATESLIBRARY('2tzdt0r9P4GRO9TGAh2pUR',$,$,$,(#2895),#17038); +#17038= IFCLIBRARYREFERENCE($,$,'\X2\7DCA5F356750306E30EA30E930AF30BB30FC30B730E730F3\X0\','\X2\7DCA5F356750306E670059278A315BB930EA30E930AF30BB30FC30B730E730F3FF085FDC529B5F1B7DE93001FF0D4FC26570FF093002901A5E383001\X0\1000\X2\664295933042305F308A306E52725408FF08\X0\%)\X2\30023053306E5C5E6027306F30D730EC30B930C830EC30B930C830B330F330AF30EA30FC30C889817D20306E307F306B906975283055308C308B3002\X0\','ja-JP',$); -#9821= IFCRELASSOCIATESLIBRARY('3IC4F6Bl993PyXphoHx7Ns',$,$,$,(#2917),#17039); -#17039= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9819= IFCRELASSOCIATESLIBRARY('1tIJud3X9DxOq0Jbm1v2fm',$,$,$,(#2908),#17039); +#17039= IFCLIBRARYREFERENCE($,$,'Tenure Modes Available Future',$,'en',$); -#9822= IFCRELASSOCIATESLIBRARY('30iKDi_1z8mPhphrTQxk8j',$,$,$,(#2917),#17040); -#17040= IFCLIBRARYREFERENCE($,$,'Transmission thermique surfacique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers le rev\S\jtement dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); +#9820= IFCRELASSOCIATESLIBRARY('0IUt5tND9F8RdXfB9bBUbc',$,$,$,(#2908),#17040); +#17040= IFCLIBRARYREFERENCE($,$,'PossibilitesOccupationFutures','Liste des possibilit\S\is d''occupation futures.','fr-FR',$); -#9823= IFCRELASSOCIATESLIBRARY('3Ld6qPNNj6ixtXlqwQHd2E',$,$,$,(#2917),#17041); -#17041= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30AB30D030EA30F330B03092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); +#9821= IFCRELASSOCIATESLIBRARY('213ypbSEvDseIooaG2WU42',$,$,$,(#2909),#17041); +#17041= IFCLIBRARYREFERENCE($,$,'Tenure Modes Available Now',$,'en',$); -#9824= IFCRELASSOCIATESLIBRARY('2iv0fE_OH7kh9wc2RhHSYD',$,$,$,(#2917),#17042); -#17042= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A7A7F8FC78BE5898676D65C42768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); +#9822= IFCRELASSOCIATESLIBRARY('0PFbtJ6sL6uRINONTUIPUT',$,$,$,(#2909),#17042); +#17042= IFCLIBRARYREFERENCE($,$,'PossibilitesOccupationActuelles','Liste des possibilit\S\is d''occupation actuelles.','fr-FR',$); -#9825= IFCRELASSOCIATESLIBRARY('0XaBvYXyD9xPlV7Z3reAhV',$,$,$,(#2918),#17043); -#17043= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der T\S\|r.','de-DE',$); +#9823= IFCRELASSOCIATESLIBRARY('29AUgwqVj0lPh9WRVdt6Pq',$,$,$,(#2911),#17043); +#17043= IFCLIBRARYREFERENCE($,$,'Termination Date',$,'en',$); -#9826= IFCRELASSOCIATESLIBRARY('2pINAvG_f7vBto6$AjDnZC',$,$,$,(#2918),#17044); -#17044= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9824= IFCRELASSOCIATESLIBRARY('2$Gebwqd53AP2tdl89TSTx',$,$,$,(#2914),#17044); +#17044= IFCLIBRARYREFERENCE($,$,'Test Pressure',$,'en',$); -#9827= IFCRELASSOCIATESLIBRARY('3HrmoYJO5EOR_IXTc151NE',$,$,$,(#2918),#17045); -#17045= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique (U) d''un mat\S\iriau. Il s''applique \S\` l''ensemble de la porte.','fr-FR',$); +#9825= IFCRELASSOCIATESLIBRARY('2wfTdogPv2whpQ54XVuKPQ',$,$,$,(#2914),#17045); +#17045= IFCLIBRARYREFERENCE($,$,'\X2\8A669A135727529B\X0\','\X2\8A669A13306E66423001639B30513089308C308B67009AD85727529B\X0\','ja-JP',$); -#9828= IFCRELASSOCIATESLIBRARY('0V8TMMDi1BKw8kxHlgakJm',$,$,$,(#2918),#17046); -#17046= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002\X0\','ja-JP',$); +#9826= IFCRELASSOCIATESLIBRARY('1HKrGmhNH6H8XuDZV2NjQ5',$,$,$,(#2918),#17046); +#17046= IFCLIBRARYREFERENCE($,$,'Te Time',$,'en',$); -#9829= IFCRELASSOCIATESLIBRARY('2CBJRLiHb9c96PCVBi_1EO',$,$,$,(#2918),#17047); -#17047= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\900275284E8E95E8768465744F537ED367843002\X0\','zh-CN',$); +#9827= IFCRELASSOCIATESLIBRARY('1aAjRZSJH1fQ8EfieUzYVb',$,$,$,(#2918),#17047); +#17047= IFCLIBRARYREFERENCE($,$,'\X2\6700592766429593\X0\','\X2\30E230FC30BF30FC304C\X0\EX\X2\74B05883306730ED30FC30BF30FC30ED30C330AF3055308C30664F7F7528304D308B67005927664295933002\X0\\X\0D\X\0A\X2\30E230FC30BF30FC59CB52D596FB6D41304C6A5F566830924ECB305730666E1B901F305730663044308B664295933088308A524D306B4FDD8B7788C57F6E3067505C6B623059308B664295933092793A30593002\X0\','ja-JP',$); -#9830= IFCRELASSOCIATESLIBRARY('3DVOZ1yFP90BXyrUN_iiuE',$,$,$,(#2919),#17048); -#17048= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten. Angegeben wird der Gesamtw\S\drmedurchgangskoeffizient des Proxy-Elements (in Richtung des W\S\drmeflusses), ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); +#9828= IFCRELASSOCIATESLIBRARY('1TL0V4GvfCFu3lNfK5I_tU',$,$,$,(#2918),#17048); +#17048= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\C2DCAC04\X0\','\X2\BAA8D130AC00\X0\ EX \X2\D658ACBD\X0\ \X2\B85CD130\X0\ \X2\C7A0ACA8\X0\ \X2\C0ACC6A9\X0\ \X2\C218C788B294\X0\ \X2\CD5CB300\X0\ \X2\C2DCAC04\X0\. \X2\BAA8D130\X0\ \X2\AE30B3D9\X0\ \X2\C804B958AC00\X0\ \X2\C7A5BE44B97C\X0\ \X2\D1B5D574\X0\ \X2\AC10C18DD558ACE0C788B2E4\X0\ \X2\C2DCAC04\X0\ \X2\C804C5D0\X0\ \X2\BCF4D638\X0\ \X2\C7A5CE58\X0\ \X2\C911C9C0\X0\ \X2\C2DCAC04C744\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); -#9831= IFCRELASSOCIATESLIBRARY('2_9Q8Twhb2eRi$3u49fjJ2',$,$,$,(#2919),#17049); -#17049= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9829= IFCRELASSOCIATESLIBRARY('0Xi8flbK10Xv_CEklzi5ng',$,$,$,(#2921),#17049); +#17049= IFCLIBRARYREFERENCE($,$,'Thermal Conductivity',$,'en',$); -#9832= IFCRELASSOCIATESLIBRARY('2wLYGiwbTEW95$_UkpqY8U',$,$,$,(#2919),#17050); -#17050= IFCLIBRARYREFERENCE($,$,'Transmission thermique surfacique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers l''\S\il\S\iment dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); +#9830= IFCRELASSOCIATESLIBRARY('0GA$2GD9bCp9emb8qq6zFx',$,$,$,(#2922),#17050); +#17050= IFCLIBRARYREFERENCE($,$,'Thermal Conductivity',$,'en',$); -#9833= IFCRELASSOCIATESLIBRARY('3mbxZvHdT2ox$6ghWYF_mG',$,$,$,(#2919),#17051); -#17051= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30AA30D630B830A730AF30C83092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); +#9831= IFCRELASSOCIATESLIBRARY('2soEhFTu96NQxfCEfRPkKY',$,$,$,(#2922),#17051); +#17051= IFCLIBRARYREFERENCE($,$,'\X2\71B14F1D5C0E7387\X0\','\X2\30C130E530FC30D6306E71B14F1D5C0E7387\X0\','ja-JP',$); -#9834= IFCRELASSOCIATESLIBRARY('1cgJlbQsHD3QouE$gJmetT',$,$,$,(#2919),#17052); -#17052= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A8BE570DF56F157284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); +#9832= IFCRELASSOCIATESLIBRARY('3ISrBoZM99l9iol0FZvP$N',$,$,$,(#2923),#17052); +#17052= IFCLIBRARYREFERENCE($,$,'Thermal Conductivity',$,'en',$); -#9835= IFCRELASSOCIATESLIBRARY('04g0MFgS168huEzYIEDuvD',$,$,$,(#2920),#17053); -#17053= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Bekleidung (f\S\|r alle Schichten).','de-DE',$); +#9833= IFCRELASSOCIATESLIBRARY('09wwXJmF5EBfnvBFHdwhss',$,$,$,(#2923),#17053); +#17053= IFCLIBRARYREFERENCE($,$,'\X2\71B14F1D5C0E7387\X0\','\X2\30D530A330F3306E71B14F1D5C0E7387\X0\','ja-JP',$); -#9836= IFCRELASSOCIATESLIBRARY('3$lBSln_v1rRY6QMJGQhIu',$,$,$,(#2920),#17054); -#17054= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9834= IFCRELASSOCIATESLIBRARY('2YllnoU0XFYvifZKjDC9Zq',$,$,$,(#2924),#17054); +#17054= IFCLIBRARYREFERENCE($,$,'Thermal Conductivity Temperature Derivative',$,'en',$); -#9837= IFCRELASSOCIATESLIBRARY('3mUTfCSLrCVvPhXxXZSo7M',$,$,$,(#2920),#17055); -#17055= IFCLIBRARYREFERENCE($,$,'Transmission thermique surfacique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers le rev\S\jtement dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); +#9835= IFCRELASSOCIATESLIBRARY('3qTlCwVUT8fPRxTiIZyF6v',$,$,$,(#2925),#17055); +#17055= IFCLIBRARYREFERENCE($,$,'Thermal Efficiency',$,'en',$); -#9838= IFCRELASSOCIATESLIBRARY('1cko372o97DOevj1l49i6f',$,$,$,(#2920),#17056); -#17056= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30AB30D030EA30F330B03092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); +#9836= IFCRELASSOCIATESLIBRARY('3lcdPEZPLBXwkRAuJ6ZkCn',$,$,$,(#2925),#17056); +#17056= IFCLIBRARYREFERENCE($,$,'\X2\71B152B97387\X0\','\X2\71B152B97387FF1A71B14F1D5C0E88C57F6E306E7DCF30A830CD30EB30AE30FC51FA529B\X0\/\X2\30A830CD30EB30AE30FC5165529B3068305730667DCF54087684306A71B152B97387306F5B9A7FA93055308C308B3002\X0\','ja-JP',$); -#9839= IFCRELASSOCIATESLIBRARY('3qEail$zr30ABLhgb95omu',$,$,$,(#2920),#17057); -#17057= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A7A7F8FC78BE5898676D65C42768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); +#9837= IFCRELASSOCIATESLIBRARY('2LWBkhPk560ANnlMkH$h0e',$,$,$,(#2926),#17057); +#17057= IFCLIBRARYREFERENCE($,$,'Thermal Expansion Coefficient',$,'en',$); -#9840= IFCRELASSOCIATESLIBRARY('2HNFD$jcDDq9I0TJepP0tY',$,$,$,(#2921),#17058); -#17058= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Balkens (in Richtung des W\S\drmeflusses), angegeben ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); +#9838= IFCRELASSOCIATESLIBRARY('0Sj9exxZ1FSOi1m8q9TICa',$,$,$,(#2927),#17058); +#17058= IFCLIBRARYREFERENCE($,$,'Thermal Ir Emissivity Back',$,'en',$); -#9841= IFCRELASSOCIATESLIBRARY('3GcsHInpXF8Opg_0fQWTDr',$,$,$,(#2921),#17059); -#17059= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9839= IFCRELASSOCIATESLIBRARY('0B2de6iHPCDgWEYf0bAumi',$,$,$,(#2928),#17059); +#17059= IFCLIBRARYREFERENCE($,$,'Thermal Ir Emissivity Front',$,'en',$); -#9842= IFCRELASSOCIATESLIBRARY('1zs8dpSPz1SuA9Z8zqK5DO',$,$,$,(#2921),#17060); -#17060= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers la membrure dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); +#9840= IFCRELASSOCIATESLIBRARY('1KFGIciZf5MAblOVKuVjEh',$,$,$,(#2929),#17060); +#17060= IFCLIBRARYREFERENCE($,$,'Thermal Ir Transmittance',$,'en',$); -#9843= IFCRELASSOCIATESLIBRARY('3ULmUFgsT8o8JwESjz0_Bi',$,$,$,(#2921),#17061); -#17061= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30E130F330D030FC30AA30D630B830A730AF30C83092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); +#9841= IFCRELASSOCIATESLIBRARY('1c6pP$Bwv4mACICMKCmrLk',$,$,$,(#2930),#17061); +#17061= IFCLIBRARYREFERENCE($,$,'Thermal Mass Heat Capacity',$,'en',$); -#9844= IFCRELASSOCIATESLIBRARY('2zhZQcOObEsOPvIpH5AJTL',$,$,$,(#2921),#17062); -#17062= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A8BE567844EF657284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); +#9842= IFCRELASSOCIATESLIBRARY('0uXViiV3r9ju0pUZVgoBNW',$,$,$,(#2930),#17062); +#17062= IFCLIBRARYREFERENCE($,$,'\X2\4FDD670971B15BB991CF\X0\','\X2\8CEA91CF3042305F308A306E71B15BB991CF\X0\','ja-JP',$); -#9845= IFCRELASSOCIATESLIBRARY('3L4Aq4M6f8pPgl4ypt2f$I',$,$,$,(#2922),#17063); -#17063= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der T\S\|r.','de-DE',$); +#9843= IFCRELASSOCIATESLIBRARY('2AV$eFSG5BXvz6_XtcSstI',$,$,$,(#2931),#17063); +#17063= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Decke (f\S\|r alle Schichten).','de-DE',$); -#9846= IFCRELASSOCIATESLIBRARY('3il3$R$pX6eh4JJncnZb_5',$,$,$,(#2922),#17064); +#9844= IFCRELASSOCIATESLIBRARY('2ZMnnJ8tXEfv7Td1_QbxRR',$,$,$,(#2931),#17064); #17064= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9847= IFCRELASSOCIATESLIBRARY('1H9ovLY9PAU8x6xRHcnkqk',$,$,$,(#2922),#17065); -#17065= IFCLIBRARYREFERENCE($,$,'Transmission thermique surfacique','Coefficient de transmission thermique surfacique (U) d''un m\S\it\S\iriau d''une certaine \S\ipaisseur pour cet \S\il\S\iment','fr-FR',$); +#9845= IFCRELASSOCIATESLIBRARY('3R1sR_ZYD97gxazItapwgk',$,$,$,(#2931),#17065); +#17065= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers la dalle (tous mat\S\iriaux inclus).','fr-FR',$); -#9848= IFCRELASSOCIATESLIBRARY('3ByDtKDnHBlh3N9IiVHBUc',$,$,$,(#2922),#17066); -#17066= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002\X0\\X\0D\X\0A\X2\305330533067306FFF08305930793066306E675065993092542B3080FF0968813092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\306E65B03057304430D730ED30D130C630A3\X0\','ja-JP',$); +#9846= IFCRELASSOCIATESLIBRARY('2wHz7Sx5rB$umYtqLgV6sz',$,$,$,(#2931),#17066); +#17066= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30B930E930D63092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); -#9849= IFCRELASSOCIATESLIBRARY('26polZVtLFPBOX42SXSOTT',$,$,$,(#2923),#17067); -#17067= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Schornsteins (in Richtung des W\S\drmeflusses), angegeben ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); +#9847= IFCRELASSOCIATESLIBRARY('1NRZ$3_KX6YeRTbJmkX5m$',$,$,$,(#2931),#17067); +#17067= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A7A7F8FC78BE5677F768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); -#9850= IFCRELASSOCIATESLIBRARY('1rW$Ra1YTFPeBWgX4pNYUA',$,$,$,(#2923),#17068); -#17068= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9848= IFCRELASSOCIATESLIBRARY('1FP_PXraf4KvsV$Gvmc0uz',$,$,$,(#2932),#17068); +#17068= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Balkens (in Richtung des W\S\drmeflusses), angegeben ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); -#9851= IFCRELASSOCIATESLIBRARY('2IRLN1az5ARONwfVAWKk3t',$,$,$,(#2923),#17069); -#17069= IFCLIBRARYREFERENCE($,$,'Transmission thermique surfacique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers la chemin\S\ie dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); +#9849= IFCRELASSOCIATESLIBRARY('1vQdSPPf99iuVDmwL7pXmt',$,$,$,(#2932),#17069); +#17069= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9852= IFCRELASSOCIATESLIBRARY('0RZ0j4TsT5UBdjyYApIIN1',$,$,$,(#2923),#17070); -#17070= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\67506599306E71B18CAB6D417387FF08\X0\U\X2\5024FF093002305330533067306F300171597A8151684F53306E71B1306E6D41308C308B65B95411306E71B18CAB6D417387FF0851683066306E675065993092542B3080FF093002\X0\','ja-JP',$); +#9850= IFCRELASSOCIATESLIBRARY('1N7XxqZqn8sePEBh7JrxiF',$,$,$,(#2932),#17070); +#17070= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers la poutre dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); -#9853= IFCRELASSOCIATESLIBRARY('0nris1ryrAUhfQyS16zngX',$,$,$,(#2923),#17071); -#17071= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A8BE570DF56F157284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); +#9851= IFCRELASSOCIATESLIBRARY('0PHTbvraT1_O86AY_QTxmN',$,$,$,(#2932),#17071); +#17071= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002\X0\\X\0D\X\0A\X2\305330533067306FFF08305930793066306E675065993092542B3080FF0968813092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\306E65B03057304430D730ED30D130C630A3\X0\','ja-JP',$); -#9854= IFCRELASSOCIATESLIBRARY('0VTqd0s2X4JxIBKgxBLMsS',$,$,$,(#2924),#17072); -#17072= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Balkens (in Richtung des W\S\drmeflusses), angegeben ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); +#9852= IFCRELASSOCIATESLIBRARY('14KdSEh11DER5xgU1nJivM',$,$,$,(#2932),#17072); +#17072= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X\0D\X\0A\X2\8868793A8BE5688157284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); -#9855= IFCRELASSOCIATESLIBRARY('2obolbdqfDK9MqRfUxMEKY',$,$,$,(#2924),#17073); -#17073= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9853= IFCRELASSOCIATESLIBRARY('29idQ5SNrAAAycuUzgsMce',$,$,$,(#2933),#17073); +#17073= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Platte (f\S\|r alle Schichten).','de-DE',$); -#9856= IFCRELASSOCIATESLIBRARY('01VEuG2T979Qo2s9Nn7cxb',$,$,$,(#2924),#17074); -#17074= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers le poteau dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); +#9854= IFCRELASSOCIATESLIBRARY('3_H175V$HB19pATIXe96VB',$,$,$,(#2933),#17074); +#17074= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9857= IFCRELASSOCIATESLIBRARY('3Qh7cguUr4B9Hg2Zps60Ar',$,$,$,(#2924),#17075); -#17075= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F67F13092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); +#9855= IFCRELASSOCIATESLIBRARY('2cRkLhplPCdwbzfFbsYS_l',$,$,$,(#2933),#17075); +#17075= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique (U) qui s''applique \S\` l''ensemble de la plaque.','fr-FR',$); -#9858= IFCRELASSOCIATESLIBRARY('1CW$9IpW51RwV4UChB4edd',$,$,$,(#2924),#17076); -#17076= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X\0D\X\0A\X2\8868793A8BE567F157284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); +#9856= IFCRELASSOCIATESLIBRARY('3L7s_fBCD6hO5w540Moz2V',$,$,$,(#2933),#17076); +#17076= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\67506599306E71B18CAB6D417387FF08\X0\U\X2\5024FF093002305930793066306E624990E86750306B90695FDC3055308C308B3002\X0\','ja-JP',$); -#9859= IFCRELASSOCIATESLIBRARY('1cfLx$ZNjF6gEFOrqpscFB',$,$,$,(#2925),#17077); -#17077= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Balkens (in Richtung des W\S\drmeflusses), angegeben ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); +#9857= IFCRELASSOCIATESLIBRARY('38rm0RZnf0GxFU$RGLuH_7',$,$,$,(#2933),#17077); +#17077= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\900275284E8E95E8768465744F537ED367843002\X0\','zh-CN',$); -#9860= IFCRELASSOCIATESLIBRARY('01RaKRM2LEkQquL2QvDsxj',$,$,$,(#2925),#17078); -#17078= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9858= IFCRELASSOCIATESLIBRARY('2rZr$n1QT12g2fFe6bQPRN',$,$,$,(#2934),#17078); +#17078= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Bekleidung (f\S\|r alle Schichten).','de-DE',$); -#9861= IFCRELASSOCIATESLIBRARY('0iUeQ3cs1BexWV6ArsnIyk',$,$,$,(#2925),#17079); -#17079= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers le mur dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); +#9859= IFCRELASSOCIATESLIBRARY('3SGUl9xND56R4Qe1SJwc3r',$,$,$,(#2934),#17079); +#17079= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9862= IFCRELASSOCIATESLIBRARY('2iA2bomPn6jAJa_vn6JDu5',$,$,$,(#2925),#17080); -#17080= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30AB30FC30C630F330A630A930FC30EB3092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); +#9860= IFCRELASSOCIATESLIBRARY('3yTZXKOEz6V9g9My8kL8dV',$,$,$,(#2934),#17080); +#17080= IFCLIBRARYREFERENCE($,$,'Transmission thermique surfacique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers le rev\S\jtement dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); -#9863= IFCRELASSOCIATESLIBRARY('2Ee6drabDCf8lO7mDaCRW2',$,$,$,(#2925),#17081); -#17081= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A7A7F8FC78BE55899768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); +#9861= IFCRELASSOCIATESLIBRARY('3GmTH1c9XBG9M9sBVH0Xff',$,$,$,(#2934),#17081); +#17081= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30AB30D030EA30F330B03092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); -#9864= IFCRELASSOCIATESLIBRARY('0oayyebjz9ahgPgnyvkCBr',$,$,$,(#2926),#17082); -#17082= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Dachkonstruktion (f\S\|r alle Schichten).','de-DE',$); +#9862= IFCRELASSOCIATESLIBRARY('1299J79MP3yBT6D6SGP64x',$,$,$,(#2934),#17082); +#17082= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A7A7F8FC78BE5898676D65C42768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); -#9865= IFCRELASSOCIATESLIBRARY('0DqmCnS993Kh0xlt8NboHr',$,$,$,(#2926),#17083); -#17083= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9863= IFCRELASSOCIATESLIBRARY('0Wdz2O0cn7dvXZIOui891Y',$,$,$,(#2935),#17083); +#17083= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der T\S\|r.','de-DE',$); -#9866= IFCRELASSOCIATESLIBRARY('0T0FBuZ4j20e1JIALWt5yf',$,$,$,(#2926),#17084); -#17084= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers la surface de la couverture (tous mat\S\iriaux inclus).','fr-FR',$); +#9864= IFCRELASSOCIATESLIBRARY('2IqunfgA93KhxjMQi53Y94',$,$,$,(#2935),#17084); +#17084= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9867= IFCRELASSOCIATESLIBRARY('0T3_4G95T7YO$fgpCbk1fe',$,$,$,(#2926),#17085); -#17085= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387FF08\X0\U\X2\5024FF093002\X0\\X\0D\X\0A\X2\305330533067306FFF08305930793066306E675065993092542B3080FF095C4B683997623092901A3057305F51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); +#9865= IFCRELASSOCIATESLIBRARY('1uqzBBOg59yfwZDvAS2cX2',$,$,$,(#2935),#17085); +#17085= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique (U) d''un mat\S\iriau. Il s''applique \S\` l''ensemble de la porte.','fr-FR',$); -#9868= IFCRELASSOCIATESLIBRARY('0$x8y1GnjEdAlWRWAT$hQZ',$,$,$,(#2926),#17086); -#17086= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A7A7F8FC78BE55C4B987688689762768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF09\X0\','zh-CN',$); +#9866= IFCRELASSOCIATESLIBRARY('1vaixRuXr8LhiQlCnGYSNc',$,$,$,(#2935),#17086); +#17086= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002\X0\','ja-JP',$); -#9869= IFCRELASSOCIATESLIBRARY('15Qqa2U$16FeLBmRF385fo',$,$,$,(#2928),#17087); -#17087= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Fensters.','de-DE',$); +#9867= IFCRELASSOCIATESLIBRARY('2wl2SQQG12L9yk3Ui$2KvK',$,$,$,(#2935),#17087); +#17087= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\900275284E8E95E8768465744F537ED367843002\X0\','zh-CN',$); -#9870= IFCRELASSOCIATESLIBRARY('3xzCgJ2Fj5Vwdj3SIvpxvE',$,$,$,(#2928),#17088); -#17088= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9868= IFCRELASSOCIATESLIBRARY('38GQvhjAn7vQ8KvfHe_S7Z',$,$,$,(#2936),#17088); +#17088= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten. Angegeben wird der Gesamtw\S\drmedurchgangskoeffizient des Proxy-Elements (in Richtung des W\S\drmeflusses), ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); -#9871= IFCRELASSOCIATESLIBRARY('0AC6Zs83b4_Q81nBc$TZKG',$,$,$,(#2928),#17089); -#17089= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique (U) d''un mat\S\iriau. Il s''applique \S\` l''ensemble de la fen\S\jtre.','fr-FR',$); +#9869= IFCRELASSOCIATESLIBRARY('0__T6LP$vAYAcn$$n94wog',$,$,$,(#2936),#17089); +#17089= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9872= IFCRELASSOCIATESLIBRARY('0a0x3ZajnBmuPTDGau3bGz',$,$,$,(#2928),#17090); -#17090= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F7A933092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); +#9870= IFCRELASSOCIATESLIBRARY('3KREfjOjz4UwLVFaMHC0No',$,$,$,(#2936),#17090); +#17090= IFCLIBRARYREFERENCE($,$,'Transmission thermique surfacique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers l''\S\il\S\iment dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); -#9873= IFCRELASSOCIATESLIBRARY('2CDCIcX51E1eZyzU0ZWDAc',$,$,$,(#2928),#17091); -#17091= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\900275284E8E7A97768465744F537ED367843002\X0\','zh-CN',$); +#9871= IFCRELASSOCIATESLIBRARY('3bgtnJvZ14VvS5lLh81fC3',$,$,$,(#2936),#17091); +#17091= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30AA30D630B830A730AF30C83092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); -#9874= IFCRELASSOCIATESLIBRARY('0RDHZatov3EOFabiAtNbaa',$,$,$,(#2929),#17092); -#17092= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Wand (f\S\|r alle Schichten).','de-DE',$); +#9872= IFCRELASSOCIATESLIBRARY('0EOcVVMqb0Q95Ce3iP$IwX',$,$,$,(#2936),#17092); +#17092= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A8BE570DF56F157284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); -#9875= IFCRELASSOCIATESLIBRARY('1OLM0JdTXCjAQbYzEtg4ut',$,$,$,(#2929),#17093); -#17093= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); +#9873= IFCRELASSOCIATESLIBRARY('2oWGxSbg15vucjlGYOCfsD',$,$,$,(#2937),#17093); +#17093= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Bekleidung (f\S\|r alle Schichten).','de-DE',$); -#9876= IFCRELASSOCIATESLIBRARY('0FBJl71PH2bPAeqzYGOqTQ',$,$,$,(#2929),#17094); -#17094= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers le mur (tous mat\S\iriaux inclus).','fr-FR',$); +#9874= IFCRELASSOCIATESLIBRARY('3aACqixbf8kxISIpHe5w9h',$,$,$,(#2937),#17094); +#17094= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9877= IFCRELASSOCIATESLIBRARY('1AvHsU0uX68vkCMPj5uSgP',$,$,$,(#2929),#17095); -#17095= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F58C13092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); +#9875= IFCRELASSOCIATESLIBRARY('0hqW02$uTCVRwMLF0nrPcT',$,$,$,(#2937),#17095); +#17095= IFCLIBRARYREFERENCE($,$,'Transmission thermique surfacique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers le rev\S\jtement dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); -#9878= IFCRELASSOCIATESLIBRARY('0H$FfjpmDCJv29zMuTVw7F',$,$,$,(#2929),#17096); -#17096= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A8BE5589957284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); +#9876= IFCRELASSOCIATESLIBRARY('2UoUx9ewT0dxfnrqWUMNYq',$,$,$,(#2937),#17096); +#17096= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30AB30D030EA30F330B03092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); -#9879= IFCRELASSOCIATESLIBRARY('05uX6XZoP4fATSUw_ygngX',$,$,$,(#2931),#17097); -#17097= IFCLIBRARYREFERENCE($,$,'German-name-15','German-description-17','de-DE',$); +#9877= IFCRELASSOCIATESLIBRARY('2ru$nqNF5EHgYjxll6Qdli',$,$,$,(#2937),#17097); +#17097= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A7A7F8FC78BE5898676D65C42768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); -#9880= IFCRELASSOCIATESLIBRARY('3v_Jjz1rj7ARBPRZC4kuKf',$,$,$,(#2931),#17098); -#17098= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance Summer',$,'en',$); +#9878= IFCRELASSOCIATESLIBRARY('1bt3$LKbnBG8Qu9VoJW8jT',$,$,$,(#2938),#17098); +#17098= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Balkens (in Richtung des W\S\drmeflusses), angegeben ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); -#9881= IFCRELASSOCIATESLIBRARY('1qgyYEnU91aO$bjBNCHYsE',$,$,$,(#2931),#17099); -#17099= IFCLIBRARYREFERENCE($,$,'TransmittanceThermiqueEte','Coefficient de transmission thermique (U) d''un mat\S\iriau. Coefficient de transmission thermique en \S\it\S\i du vitrage seul, souvent d\S\isign\S\i comme \S\itant Uw.','fr-FR',$); +#9879= IFCRELASSOCIATESLIBRARY('1$yS6_fMb9fO0ySa8Tw2li',$,$,$,(#2938),#17099); +#17099= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9882= IFCRELASSOCIATESLIBRARY('1sae1svKX7RuOlZPfu90U$',$,$,$,(#2931),#17100); -#17100= IFCLIBRARYREFERENCE($,$,'\X2\590F671F306E71B1900F904E4FC26570\X0\','\X2\7D206750306E71B1900F904E4FC26570FF08\X0\U\X2\5024FF093002590F671F306E30AC30E930B9306E71B1900F904E4FC26570306030513001\X0\U\X2\502430683057306653C271673055308C308B\X0\','ja-JP',$); +#9880= IFCRELASSOCIATESLIBRARY('021pZzzUnCZBZjp9CeMA39',$,$,$,(#2938),#17100); +#17100= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers la membrure dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); -#9883= IFCRELASSOCIATESLIBRARY('0ITLEYylnEFfsUlqfEbt7l',$,$,$,(#2931),#17101); -#17101= IFCLIBRARYREFERENCE($,$,'\X2\590F5B635BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\4EC573BB74837684590F5B635BFC70ED7CFB6570FF0C5E384EE5\X0\U\X2\503C8868793A3002\X0\','zh-CN',$); +#9881= IFCRELASSOCIATESLIBRARY('3pN2Cz4w13VhjrymnIfa8B',$,$,$,(#2938),#17101); +#17101= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30E130F330D030FC30AA30D630B830A730AF30C83092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); -#9884= IFCRELASSOCIATESLIBRARY('2dg8hY7qrEYB9uDuAM0V4t',$,$,$,(#2932),#17102); -#17102= IFCLIBRARYREFERENCE($,$,'German-name-16','German-description-18','de-DE',$); +#9882= IFCRELASSOCIATESLIBRARY('1XcikG5jj8OwDrgkf7J_7v',$,$,$,(#2938),#17102); +#17102= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A8BE567844EF657284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); -#9885= IFCRELASSOCIATESLIBRARY('17s2J1Hi17Fx5noqBulZtN',$,$,$,(#2932),#17103); -#17103= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance Winter',$,'en',$); +#9883= IFCRELASSOCIATESLIBRARY('2$pgRnX3HFwu5a5PKXNTdT',$,$,$,(#2939),#17103); +#17103= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der T\S\|r.','de-DE',$); -#9886= IFCRELASSOCIATESLIBRARY('1wsLYlfNvCoxm1Qm2Zx75a',$,$,$,(#2932),#17104); -#17104= IFCLIBRARYREFERENCE($,$,'TransmittanceThermiqueHiver','Coefficient de transmission thermique (U) d''un mat\S\iriau. Coefficient de transmission thermique en hiver du vitrage seul, souvent d\S\isign\S\i comme \S\itant Uw.','fr-FR',$); +#9884= IFCRELASSOCIATESLIBRARY('2MGOd64HX6PwWnnRmSpobE',$,$,$,(#2939),#17104); +#17104= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9887= IFCRELASSOCIATESLIBRARY('1DIN5qPe55XeLlgB$sCSLx',$,$,$,(#2932),#17105); -#17105= IFCLIBRARYREFERENCE($,$,'\X2\51AC5B63306E71B1900F904E4FC26570\X0\','\X2\7D206750306E71B1900F904E4FC26570FF08\X0\U\X2\5024FF093002590F671F306E30AC30E930B9306E71B1900F904E4FC26570306030513001\X0\U\X2\502430683057306653C271673055308C308B3002\X0\','ja-JP',$); +#9885= IFCRELASSOCIATESLIBRARY('2CugmaGJn5fvaAq2y6KWxf',$,$,$,(#2939),#17105); +#17105= IFCLIBRARYREFERENCE($,$,'Transmission thermique surfacique','Coefficient de transmission thermique surfacique (U) d''un m\S\it\S\iriau d''une certaine \S\ipaisseur pour cet \S\il\S\iment','fr-FR',$); -#9888= IFCRELASSOCIATESLIBRARY('2aQYNaCHXAVOwnDBXE2kkm',$,$,$,(#2932),#17106); -#17106= IFCLIBRARYREFERENCE($,$,'\X2\51AC5B635BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\4EC573BB7483768451AC5B635BFC70ED7CFB6570FF0C5E384EE5\X0\U\X2\503C8868793A3002\X0\','zh-CN',$); +#9886= IFCRELASSOCIATESLIBRARY('2nH2GVhOv32fe4xW93MBE$',$,$,$,(#2939),#17106); +#17106= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002\X0\\X\0D\X\0A\X2\305330533067306FFF08305930793066306E675065993092542B3080FF0968813092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\306E65B03057304430D730ED30D130C630A3\X0\','ja-JP',$); -#9890= IFCRELASSOCIATESLIBRARY('0TLi6jOfvD092PiMNT7Yx7',$,$,$,(#2933),#17107); -#17107= IFCLIBRARYREFERENCE($,$,'Thermal Tripping Unit Type',$,'en',$); +#9887= IFCRELASSOCIATESLIBRARY('3j$OI2ZSj6KeqOQFgXuWo0',$,$,$,(#2940),#17107); +#17107= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Schornsteins (in Richtung des W\S\drmeflusses), angegeben ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); -#9891= IFCRELASSOCIATESLIBRARY('09CYhyImb8cxMAN82$JnbW',$,$,$,(#2933),#17108); -#17108= IFCLIBRARYREFERENCE($,$,'\X2\30B530FC30DE30EB30C830EA30C330D788C57F6E30BF30A430D7\X0\','\X2\9078629E30925FC5898130683059308B3068304D306E305F3081306E30B530FC30DE30EB30C830EA30C330D788C57F6E306E9078629E30EA30B930C83002\X0\','ja-JP',$); +#9888= IFCRELASSOCIATESLIBRARY('2RRCgH0SzDHApxwfjedgVP',$,$,$,(#2940),#17108); +#17108= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9892= IFCRELASSOCIATESLIBRARY('1UAOf71jr6kuX_OCVoTwVK',$,$,$,(#2933),#17109); -#17109= IFCLIBRARYREFERENCE($,$,'\X2\C5F4\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58\X0\ \X2\C720D615\X0\','\X2\C120D0DDC744\X0\ \X2\D544C694B85CD558B294\X0\ \X2\ACBDC6B0B97CC704D55C\X0\ \X2\C5F4\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58\X0\ \X2\C120D0DD\X0\ \X2\BAA9B85D\X0\.','ko-KR',$); +#9889= IFCRELASSOCIATESLIBRARY('2J_9CZekrCR9z8h8gTDOa9',$,$,$,(#2940),#17109); +#17109= IFCLIBRARYREFERENCE($,$,'Transmission thermique surfacique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers la chemin\S\ie dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); -#9894= IFCRELASSOCIATESLIBRARY('1SPRp5VWrFf8GR9_XQouft',$,$,$,(#2934),#17110); -#17110= IFCLIBRARYREFERENCE($,$,'Thermometer Type',$,'en',$); +#9890= IFCRELASSOCIATESLIBRARY('0NOhJl3s996ewY8wBv2OcO',$,$,$,(#2940),#17110); +#17110= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\67506599306E71B18CAB6D417387FF08\X0\U\X2\5024FF093002305330533067306F300171597A8151684F53306E71B1306E6D41308C308B65B95411306E71B18CAB6D417387FF0851683066306E675065993092542B3080FF093002\X0\','ja-JP',$); -#9895= IFCRELASSOCIATESLIBRARY('1y$m7lGhr3yRfSPBqE5Rwi',$,$,$,(#2934),#17111); -#17111= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA68A0830BF30A430D7\X0\','\X2\6E295EA6304C8868793A3055308C308B624B6BB530928B5852253059308B3002\X0\','ja-JP',$); +#9891= IFCRELASSOCIATESLIBRARY('2FTSulZR18dukuBClUh3Dh',$,$,$,(#2940),#17111); +#17111= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A8BE570DF56F157284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); -#9896= IFCRELASSOCIATESLIBRARY('1tSHLZH3b4bxHnjKYVs_7n',$,$,$,(#2934),#17112); -#17112= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4ACC4\X0\ \X2\C720D615\X0\','\X2\C628B3C4AC00\X0\ \X2\D45CC2DCB418B294\X0\ \X2\BC29BC95C744\X0\ \X2\D655C778D55CB2E4\X0\.','ko-KR',$); +#9892= IFCRELASSOCIATESLIBRARY('3_R0al1B1DaxdwEGPNKthv',$,$,$,(#2941),#17112); +#17112= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Balkens (in Richtung des W\S\drmeflusses), angegeben ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); -#9897= IFCRELASSOCIATESLIBRARY('3q2RS_7tjBDQoO_UN55jn4',$,$,$,(#2935),#17113); -#17113= IFCLIBRARYREFERENCE($,$,'Thickness',$,'en',$); +#9893= IFCRELASSOCIATESLIBRARY('0uO4Y9s8TFaQ3YAARlujIf',$,$,$,(#2941),#17113); +#17113= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9898= IFCRELASSOCIATESLIBRARY('0R83v1SwH3K9H7trxMJob$',$,$,$,(#2935),#17114); -#17114= IFCLIBRARYREFERENCE($,$,'\X2\539A3055\X0\','\X2\30D530A330F3306E539A3055\X0\','ja-JP',$); +#9894= IFCRELASSOCIATESLIBRARY('1WWgnriin5YgOLrdBlYNe4',$,$,$,(#2941),#17114); +#17114= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers le poteau dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); -#9899= IFCRELASSOCIATESLIBRARY('2X7mOJY2n7GelTRTmWwvDQ',$,$,$,(#2936),#17115); -#17115= IFCLIBRARYREFERENCE($,$,'Thickness1',$,'en',$); +#9895= IFCRELASSOCIATESLIBRARY('1pH584L_5CQwYEAAuOcQMy',$,$,$,(#2941),#17115); +#17115= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F67F13092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); -#9900= IFCRELASSOCIATESLIBRARY('2e4upHRS9FF92dAqjlaMVO',$,$,$,(#2937),#17116); -#17116= IFCLIBRARYREFERENCE($,$,'Thickness2',$,'en',$); +#9896= IFCRELASSOCIATESLIBRARY('0tjosJzTj71hOFEq9h9W7E',$,$,$,(#2941),#17116); +#17116= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X\0D\X\0A\X2\8868793A8BE567F157284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6CE8FF1A\X0\IFC2x4\X2\65B06DFB5C5E6027\X0\','zh-CN',$); -#9901= IFCRELASSOCIATESLIBRARY('3yQj60jBv9VPMqtpuTsSpi',$,$,$,(#2938),#17117); -#17117= IFCLIBRARYREFERENCE($,$,'Thickness3',$,'en',$); +#9897= IFCRELASSOCIATESLIBRARY('1FC7Quy81An9hircJ796JU',$,$,$,(#2942),#17117); +#17117= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Balkens (in Richtung des W\S\drmeflusses), angegeben ohne den inneren und \S\du\S\_eren W\S\drme\S\|bergangswiderstand.','de-DE',$); -#9902= IFCRELASSOCIATESLIBRARY('2s_S3SBEX6u9p6$Tmu3d$j',$,$,$,(#2939),#17118); -#17118= IFCLIBRARYREFERENCE($,$,'Thickness Swelling',$,'en',$); +#9898= IFCRELASSOCIATESLIBRARY('1k$l__R253Q908MJ0zco1b',$,$,$,(#2942),#17118); +#17118= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9903= IFCRELASSOCIATESLIBRARY('2WeecgfqnEMAVoQPQUKaEg',$,$,$,(#2940),#17119); -#17119= IFCLIBRARYREFERENCE($,$,'Thread Diameter',$,'en',$); +#9899= IFCRELASSOCIATESLIBRARY('0OXcLWijj7$uXgZloH362L',$,$,$,(#2942),#17119); +#17119= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers le mur dans la direction du flux thermique (tous mat\S\iriaux inclus). Nouvelle propri\S\it\S\i de la version 2x4.','fr-FR',$); -#9904= IFCRELASSOCIATESLIBRARY('0vEf3PDZf5QAIcwdF2XjCU',$,$,$,(#2941),#17120); -#17120= IFCLIBRARYREFERENCE($,$,'Thread Length',$,'en',$); +#9900= IFCRELASSOCIATESLIBRARY('3WHUrgR4L4DBsoKvry4r_p',$,$,$,(#2942),#17120); +#17120= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F30AB30FC30C630F330A630A930FC30EB3092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); -#9905= IFCRELASSOCIATESLIBRARY('23Rh1wa_z8FeFsSn3qOSZW',$,$,$,(#2942),#17121); -#17121= IFCLIBRARYREFERENCE($,$,'Throw',$,'en',$); +#9901= IFCRELASSOCIATESLIBRARY('3E3RD26t12zxDHA2LOXSiz',$,$,$,(#2942),#17121); +#17121= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A7A7F8FC78BE55899768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); -#9906= IFCRELASSOCIATESLIBRARY('2EpZTda1TAav3U6ZALdzQ6',$,$,$,(#2943),#17122); -#17122= IFCLIBRARYREFERENCE($,$,'Throw Length',$,'en',$); +#9902= IFCRELASSOCIATESLIBRARY('0mFeHiJcHACwi8Y8phTety',$,$,$,(#2943),#17122); +#17122= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Dachkonstruktion (f\S\|r alle Schichten).','de-DE',$); -#9907= IFCRELASSOCIATESLIBRARY('1FwXT4ryH9YuHms_J7kl3e',$,$,$,(#2943),#17123); -#17123= IFCLIBRARYREFERENCE($,$,'Longueur de jet','La distance axiale horizontale ou verticale un jet d''air parcourt apr\S\hs avoir quitt\S\i un terminal de ventilation avant que la vittesse d''\S\ijection maximale est r\S\iduite \S\` une vitessedu terminal sp\S\icifique dans des conditions isothermes pour la valeur la plus \S\ilev\S\ie de la plage de d\S\ibit d''air.','fr-FR',$); +#9903= IFCRELASSOCIATESLIBRARY('0HPW4Sw6H4fhpuAim3GzP4',$,$,$,(#2943),#17123); +#17123= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9908= IFCRELASSOCIATESLIBRARY('0g7f1kdPr7S9mtqT8FbPXB',$,$,$,(#2943),#17124); -#17124= IFCLIBRARYREFERENCE($,$,'\X2\523090548DDD96E2\X0\','\X2\30BF30FC30DF30CA30EB304B3089306E6C345E73307E305F306F578276F4306E523090548DDD96E2\X0\\X\0D\X\0A\X2\6D4191CF7BC456F2306E6700592750243067306E5410304D51FA3057901F5EA6304C8A2D5B9A3055308C305F6D41901F306B6E1B901F3059308B307E3067306E4E0A96505024\X0\','ja-JP',$); +#9904= IFCRELASSOCIATESLIBRARY('1Ji4r_ugj888yE66RwU7Ok',$,$,$,(#2943),#17124); +#17124= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers la surface de la couverture (tous mat\S\iriaux inclus).','fr-FR',$); -#9910= IFCRELASSOCIATESLIBRARY('2EC6atH1X6QuyAcwpyAaCx',$,$,$,(#2949),#17125); -#17125= IFCLIBRARYREFERENCE($,$,'Deckenplattenl\S\dnge','L\S\dnge der Unterdeckenplatten, oder -panele, die zur Verkleidung verwendet werden.','de-DE',$); +#9905= IFCRELASSOCIATESLIBRARY('2v_Q_C_wn7afEjZdnSH5L3',$,$,$,(#2943),#17125); +#17125= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387FF08\X0\U\X2\5024FF093002\X0\\X\0D\X\0A\X2\305330533067306FFF08305930793066306E675065993092542B3080FF095C4B683997623092901A3057305F51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); -#9911= IFCRELASSOCIATESLIBRARY('1QsyUivOH3ROlsGMZrO6Au',$,$,$,(#2949),#17126); -#17126= IFCLIBRARYREFERENCE($,$,'Tile Length',$,'en',$); +#9906= IFCRELASSOCIATESLIBRARY('2IZ8oRZUL7ewFrJhb0KUYt',$,$,$,(#2943),#17126); +#17126= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A7A7F8FC78BE55C4B987688689762768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF09\X0\','zh-CN',$); -#9912= IFCRELASSOCIATESLIBRARY('3kTGnSQxrEagQKdpI2xkDu',$,$,$,(#2949),#17127); -#17127= IFCLIBRARYREFERENCE($,$,'Longueur des carreaux','Longueur des carreaux de plafond. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#9907= IFCRELASSOCIATESLIBRARY('0rKnA4k0v5FwAoFuPkjXha',$,$,$,(#2945),#17127); +#17127= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient des Fensters.','de-DE',$); -#9913= IFCRELASSOCIATESLIBRARY('2CFtaCciHEXRZkbdaXZI8A',$,$,$,(#2949),#17128); -#17128= IFCLIBRARYREFERENCE($,$,'\X2\97627816957F5EA6\X0\','\X2\592982B1677F976278167684957F5EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845C3A5BF84FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845C3A5BF85C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); +#9908= IFCRELASSOCIATESLIBRARY('372Mj3uDT6XhI25ixJp9bB',$,$,$,(#2945),#17128); +#17128= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9914= IFCRELASSOCIATESLIBRARY('3nVG3fyB11wQ_ODcz4FO0E',$,$,$,(#2950),#17129); -#17129= IFCLIBRARYREFERENCE($,$,'Deckenplattenbreite','Breite der Unterdeckenplatten, oder -panele, die zur Verkleidung verwendet werden.','de-DE',$); +#9909= IFCRELASSOCIATESLIBRARY('0RUm9TAxr29gf6j77jgMbd',$,$,$,(#2945),#17129); +#17129= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique (U) d''un mat\S\iriau. Il s''applique \S\` l''ensemble de la fen\S\jtre.','fr-FR',$); -#9915= IFCRELASSOCIATESLIBRARY('0jO2Eu7oXC2h$c7PuQ6LLo',$,$,$,(#2950),#17130); -#17130= IFCLIBRARYREFERENCE($,$,'Tile Width',$,'en',$); +#9910= IFCRELASSOCIATESLIBRARY('33Hkc7mH9BQw2QCxYHtw3h',$,$,$,(#2945),#17130); +#17130= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F7A933092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); -#9916= IFCRELASSOCIATESLIBRARY('2uDABQ$EL5fhfJd5M_YBh2',$,$,$,(#2950),#17131); -#17131= IFCLIBRARYREFERENCE($,$,'Largeur des carreaux','Largeur des carreaux de plafond. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#9911= IFCRELASSOCIATESLIBRARY('2h_kYaxkTFpReV$JDi68NY',$,$,$,(#2945),#17131); +#17131= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\900275284E8E7A97768465744F537ED367843002\X0\','zh-CN',$); -#9917= IFCRELASSOCIATESLIBRARY('2yaRdVcSPBkvuNG7F$7R1k',$,$,$,(#2950),#17132); -#17132= IFCLIBRARYREFERENCE($,$,'\X2\976278165BBD5EA6\X0\','\X2\592982B1677F9762781676845BBD5EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845C3A5BF84FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845C3A5BF85C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); +#9912= IFCRELASSOCIATESLIBRARY('2gn6vZ3GD6keSMAXOLmKf2',$,$,$,(#2946),#17132); +#17132= IFCLIBRARYREFERENCE($,$,'U-Wert','W\S\drmedurchgangskoeffizient (U-Wert) der Materialschichten.\X\0D\X\0AHier der Gesamtw\S\drmedurchgangskoeffizient der Wand (f\S\|r alle Schichten).','de-DE',$); -#9918= IFCRELASSOCIATESLIBRARY('00V42wiAz7M99VIxcrIHrM',$,$,$,(#2951),#17133); -#17133= IFCLIBRARYREFERENCE($,$,'Tilt Angle',$,'en',$); +#9913= IFCRELASSOCIATESLIBRARY('3SIebp5tL3uhDeeBf47X3b',$,$,$,(#2946),#17133); +#17133= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance',$,'en',$); -#9919= IFCRELASSOCIATESLIBRARY('3gYxdqT4n18Bi1qQI47mW0',$,$,$,(#2952),#17134); -#17134= IFCLIBRARYREFERENCE($,$,'Tilt Horizontal',$,'en',$); +#9914= IFCRELASSOCIATESLIBRARY('24ViGsMOfEKfJ0Afbf4RWf',$,$,$,(#2946),#17134); +#17134= IFCLIBRARYREFERENCE($,$,'TransmissionThermique','Coefficient de transmission thermique surfacique (U). C''est le coefficient global de transmission thermique \S\` travers le mur (tous mat\S\iriaux inclus).','fr-FR',$); -#9920= IFCRELASSOCIATESLIBRARY('0cPS_BtQvFVvNxZ30mA0ai',$,$,$,(#2952),#17135); -#17135= IFCLIBRARYREFERENCE($,$,'\X2\30C130EB30C86C345E7365B9541153EF52D589D25EA6\X0\','\X2\30C130EB30C86C345E73306E53EF52D589D25EA63092793A30593002\X0\','ja-JP',$); +#9915= IFCRELASSOCIATESLIBRARY('2oHf7ceN1EAxQgCUd84nyd',$,$,$,(#2946),#17135); +#17135= IFCLIBRARYREFERENCE($,$,'\X2\71B18CAB6D417387\X0\','\X2\71B18CAB6D417387\X0\U\X2\50243002305330533067306F58C13092901A3057305F71B179FB52D5306E65B95411306B304A3051308B51684F53306E71B190846D4173873092793A30593002\X0\','ja-JP',$); -#9921= IFCRELASSOCIATESLIBRARY('331xlijKrEFQyZD7gVS6jA',$,$,$,(#2953),#17136); -#17136= IFCLIBRARYREFERENCE($,$,'Tilt Vertical',$,'en',$); +#9916= IFCRELASSOCIATESLIBRARY('014MHEhRnB1hlgGjuWoz6b',$,$,$,(#2946),#17136); +#17136= IFCLIBRARYREFERENCE($,$,'\X2\5BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\8868793A8BE5589957284F2070ED65B954114E0A768465744F535BFC70ED7CFB6570FF08530562EC6240670967506599FF093002\X0\','zh-CN',$); -#9922= IFCRELASSOCIATESLIBRARY('2qmfVZ0yXBne0B$ZQsFAjT',$,$,$,(#2953),#17137); -#17137= IFCLIBRARYREFERENCE($,$,'\X2\30C130EB30C8578276F465B9541153EF52D589D25EA6\X0\','\X2\30C130EB30C8578276F4306E53EF52D589D25EA63092793A30593002\X0\','ja-JP',$); +#9917= IFCRELASSOCIATESLIBRARY('1nJ2HxmJ1FlftUJqDL_udW',$,$,$,(#2948),#17137); +#17137= IFCLIBRARYREFERENCE($,$,'German-name-15','German-description-17','de-DE',$); -#9923= IFCRELASSOCIATESLIBRARY('3yNL7UeL9Dmu_cNTx_$XZ9',$,$,$,(#2954),#17138); -#17138= IFCLIBRARYREFERENCE($,$,'Time Constant',$,'en',$); +#9918= IFCRELASSOCIATESLIBRARY('1CpzkdyqfAAfJlpAHhf_S5',$,$,$,(#2948),#17138); +#17138= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance Summer',$,'en',$); -#9924= IFCRELASSOCIATESLIBRARY('0d7yCpRmz6HBUDUEmLi5og',$,$,$,(#2954),#17139); -#17139= IFCLIBRARYREFERENCE($,$,'\X2\66425B9A6570\X0\','\X2\30BB30F330B5306E66425B9A65703002\X0\','ja-JP',$); +#9919= IFCRELASSOCIATESLIBRARY('0kS76cV5bEgeNJniyvPNem',$,$,$,(#2948),#17139); +#17139= IFCLIBRARYREFERENCE($,$,'TransmittanceThermiqueEte','Coefficient de transmission thermique (U) d''un mat\S\iriau. Coefficient de transmission thermique en \S\it\S\i du vitrage seul, souvent d\S\isign\S\i comme \S\itant Uw.','fr-FR',$); -#9925= IFCRELASSOCIATESLIBRARY('0eULsEHZP4ruDdb45$yL8m',$,$,$,(#2954),#17140); -#17140= IFCLIBRARYREFERENCE($,$,'\X2\C2DCC815\X0\','\X2\C13CC11CC758\X0\ \X2\C2DCC815\X0\.','ko-KR',$); +#9920= IFCRELASSOCIATESLIBRARY('1TPjIsphrCYe90cEzg4Myf',$,$,$,(#2948),#17140); +#17140= IFCLIBRARYREFERENCE($,$,'\X2\590F671F306E71B1900F904E4FC26570\X0\','\X2\7D206750306E71B1900F904E4FC26570FF08\X0\U\X2\5024FF093002590F671F306E30AC30E930B9306E71B1900F904E4FC26570306030513001\X0\U\X2\502430683057306653C271673055308C308B\X0\','ja-JP',$); -#9926= IFCRELASSOCIATESLIBRARY('3J3$SwlrP7Ex536127X$sf',$,$,$,(#2955),#17141); -#17141= IFCLIBRARYREFERENCE($,$,'Time Tolerance1',$,'en',$); +#9921= IFCRELASSOCIATESLIBRARY('3zEZeaIxb56fqeAPn2lX3y',$,$,$,(#2948),#17141); +#17141= IFCLIBRARYREFERENCE($,$,'\X2\590F5B635BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\4EC573BB74837684590F5B635BFC70ED7CFB6570FF0C5E384EE5\X0\U\X2\503C8868793A3002\X0\','zh-CN',$); -#9927= IFCRELASSOCIATESLIBRARY('1fkaXOtwj2HAwtdP$f4C$t',$,$,$,(#2955),#17142); -#17142= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\1','[\X2\FF05\X0\]\X2\306766429593\X0\/\X2\7279602766F27DDA306E8A315BB96642959330928A2D5B9A\X0\','ja-JP',$); +#9922= IFCRELASSOCIATESLIBRARY('2hZ7GY_bP3DesHqhTRwzlU',$,$,$,(#2949),#17142); +#17142= IFCLIBRARYREFERENCE($,$,'German-name-16','German-description-18','de-DE',$); -#9928= IFCRELASSOCIATESLIBRARY('2hXCmBFxH9IRnY0gXxDFdB',$,$,$,(#2955),#17143); -#17143= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\1','[%] \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\C2DCAC04C744\X0\ \X2\C124C815\X0\','ko-KR',$); +#9923= IFCRELASSOCIATESLIBRARY('3BTv$U_lf28hPpfGXpHTG5',$,$,$,(#2949),#17143); +#17143= IFCLIBRARYREFERENCE($,$,'Thermal Transmittance Winter',$,'en',$); -#9929= IFCRELASSOCIATESLIBRARY('1Ai54wE9D22AMHTo4UeDUT',$,$,$,(#2956),#17144); -#17144= IFCLIBRARYREFERENCE($,$,'Time Tolerance1',$,'en',$); +#9924= IFCRELASSOCIATESLIBRARY('2yL8lECBr0IQkA2TFhbbr6',$,$,$,(#2949),#17144); +#17144= IFCLIBRARYREFERENCE($,$,'TransmittanceThermiqueHiver','Coefficient de transmission thermique (U) d''un mat\S\iriau. Coefficient de transmission thermique en hiver du vitrage seul, souvent d\S\isign\S\i comme \S\itant Uw.','fr-FR',$); -#9930= IFCRELASSOCIATESLIBRARY('2VMBnzCTrEGxcMY3HRgEOE',$,$,$,(#2956),#17145); -#17145= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\1','[\X2\FF05\X0\]\X2\306766429593\X0\/\X2\7279602766F27DDA306E8A315BB96642959330928A2D5B9A\X0\','ja-JP',$); +#9925= IFCRELASSOCIATESLIBRARY('3YM0ccvDX0tPugCWr0UBPc',$,$,$,(#2949),#17145); +#17145= IFCLIBRARYREFERENCE($,$,'\X2\51AC5B63306E71B1900F904E4FC26570\X0\','\X2\7D206750306E71B1900F904E4FC26570FF08\X0\U\X2\5024FF093002590F671F306E30AC30E930B9306E71B1900F904E4FC26570306030513001\X0\U\X2\502430683057306653C271673055308C308B3002\X0\','ja-JP',$); -#9931= IFCRELASSOCIATESLIBRARY('2zJhpNNcr4teFYzYcainj1',$,$,$,(#2956),#17146); -#17146= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\1','[%] \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\C2DCAC04C744\X0\ \X2\C124C815\X0\','ko-KR',$); +#9926= IFCRELASSOCIATESLIBRARY('1ZxycUVejDFPFMYdBctQBe',$,$,$,(#2949),#17146); +#17146= IFCLIBRARYREFERENCE($,$,'\X2\51AC5B635BFC70ED7CFB6570\X0\','\X2\6750659976845BFC70ED7CFB6570FF08\X0\U\X2\503CFF093002\X0\\X\0D\X\0A\X2\4EC573BB7483768451AC5B635BFC70ED7CFB6570FF0C5E384EE5\X0\U\X2\503C8868793A3002\X0\','zh-CN',$); -#9932= IFCRELASSOCIATESLIBRARY('17elyjTu9AlBob3G7zLk7H',$,$,$,(#2957),#17147); -#17147= IFCLIBRARYREFERENCE($,$,'Time Tolerance1',$,'en',$); +#9928= IFCRELASSOCIATESLIBRARY('3j9i9tFTz3GQFHA6g95k24',$,$,$,(#2950),#17147); +#17147= IFCLIBRARYREFERENCE($,$,'Thermal Tripping Unit Type',$,'en',$); -#9933= IFCRELASSOCIATESLIBRARY('29ofILUzP5XuWt2dgyzEHr',$,$,$,(#2957),#17148); -#17148= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\1','[\X2\FF05\X0\]\X2\306766429593\X0\/\X2\7279602766F27DDA306E8A315BB96642959330928A2D5B9A3002\X0\','ja-JP',$); +#9929= IFCRELASSOCIATESLIBRARY('327aD23YfC7eE_nhADMO5M',$,$,$,(#2950),#17148); +#17148= IFCLIBRARYREFERENCE($,$,'\X2\30B530FC30DE30EB30C830EA30C330D788C57F6E30BF30A430D7\X0\','\X2\9078629E30925FC5898130683059308B3068304D306E305F3081306E30B530FC30DE30EB30C830EA30C330D788C57F6E306E9078629E30EA30B930C83002\X0\','ja-JP',$); -#9934= IFCRELASSOCIATESLIBRARY('0pmuT5OE9FkfSeKLXKElIq',$,$,$,(#2957),#17149); -#17149= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\1','[%] \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\C2DCAC04C744\X0\ \X2\C124C815\X0\','ko-KR',$); +#9930= IFCRELASSOCIATESLIBRARY('1nYglFCMbFLwvdceDnQT4T',$,$,$,(#2950),#17149); +#17149= IFCLIBRARYREFERENCE($,$,'\X2\C5F4\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58\X0\ \X2\C720D615\X0\','\X2\C120D0DDC744\X0\ \X2\D544C694B85CD558B294\X0\ \X2\ACBDC6B0B97CC704D55C\X0\ \X2\C5F4\X0\ \X2\D2B8B9BD\X0\ \X2\C7A5CE58\X0\ \X2\C120D0DD\X0\ \X2\BAA9B85D\X0\.','ko-KR',$); -#9935= IFCRELASSOCIATESLIBRARY('1LUlvMnez5d9Pf$R2e4tiG',$,$,$,(#2958),#17150); -#17150= IFCLIBRARYREFERENCE($,$,'Time Tolerance2',$,'en',$); +#9932= IFCRELASSOCIATESLIBRARY('1GFCrHjsn29gk4MedQ5mGH',$,$,$,(#2951),#17150); +#17150= IFCLIBRARYREFERENCE($,$,'Thermometer Type',$,'en',$); -#9936= IFCRELASSOCIATESLIBRARY('0mguoxfVH8_93uVg4AVXcb',$,$,$,(#2958),#17151); -#17151= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E96FB6D413067670952B9306730593002\X0\','ja-JP',$); +#9933= IFCRELASSOCIATESLIBRARY('2QZbTC$213ZRIORjTLRMsX',$,$,$,(#2951),#17151); +#17151= IFCLIBRARYREFERENCE($,$,'\X2\6E295EA68A0830BF30A430D7\X0\','\X2\6E295EA6304C8868793A3055308C308B624B6BB530928B5852253059308B3002\X0\','ja-JP',$); -#9937= IFCRELASSOCIATESLIBRARY('0UQy5viSjCFwgE2bnasS8U',$,$,$,(#2958),#17152); -#17152= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C2DCAC04\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1\X2\C758\X0\ \X2\C804B958B85C\X0\ \X2\C0ACC6A9D560\X0\ \X2\C218\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); +#9934= IFCRELASSOCIATESLIBRARY('0VkIG8xvT17uXWlsCVz0m9',$,$,$,(#2951),#17152); +#17152= IFCLIBRARYREFERENCE($,$,'\X2\C628B3C4ACC4\X0\ \X2\C720D615\X0\','\X2\C628B3C4AC00\X0\ \X2\D45CC2DCB418B294\X0\ \X2\BC29BC95C744\X0\ \X2\D655C778D55CB2E4\X0\.','ko-KR',$); -#9938= IFCRELASSOCIATESLIBRARY('1PB8Y5thbC4x3Nvox2gNbl',$,$,$,(#2959),#17153); -#17153= IFCLIBRARYREFERENCE($,$,'Time Tolerance2',$,'en',$); +#9935= IFCRELASSOCIATESLIBRARY('2cZYOVmcD8chohv2qLsqi8',$,$,$,(#2952),#17153); +#17153= IFCLIBRARYREFERENCE($,$,'Thickness',$,'en',$); -#9939= IFCRELASSOCIATESLIBRARY('13SNVxKMD5VBztrmZYB5ZW',$,$,$,(#2959),#17154); -#17154= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E96FB6D413067670952B9306730593002\X0\','ja-JP',$); +#9936= IFCRELASSOCIATESLIBRARY('0IQX78FRX6Qe15p0ei_PG0',$,$,$,(#2952),#17154); +#17154= IFCLIBRARYREFERENCE($,$,'\X2\539A3055\X0\','\X2\30D530A330F3306E539A3055\X0\','ja-JP',$); -#9940= IFCRELASSOCIATESLIBRARY('2sWvJbHgz3GxYz3V5yzxHu',$,$,$,(#2959),#17155); -#17155= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C2DCAC04\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1\X2\C758\X0\ \X2\C804B958B85C\X0\ \X2\C0ACC6A9D560\X0\ \X2\C218\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); +#9937= IFCRELASSOCIATESLIBRARY('2FBMuNmHP3Mxk7G3yTzGDg',$,$,$,(#2953),#17155); +#17155= IFCLIBRARYREFERENCE($,$,'Thickness1',$,'en',$); -#9941= IFCRELASSOCIATESLIBRARY('3oangLblPBEQGY1pYBkgDu',$,$,$,(#2960),#17156); -#17156= IFCLIBRARYREFERENCE($,$,'Time Tolerance2',$,'en',$); +#9938= IFCRELASSOCIATESLIBRARY('2pqsfzB9P8VxD1T8YjTzwZ',$,$,$,(#2954),#17156); +#17156= IFCLIBRARYREFERENCE($,$,'Thickness2',$,'en',$); -#9942= IFCRELASSOCIATESLIBRARY('2BZRYyexD58RJHK$w8fMdQ',$,$,$,(#2960),#17157); -#17157= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E96FB6D413067670952B9306730593002\X0\','ja-JP',$); +#9939= IFCRELASSOCIATESLIBRARY('3xiRJgCnr2WAsbvmUz16u6',$,$,$,(#2955),#17157); +#17157= IFCLIBRARYREFERENCE($,$,'Thickness3',$,'en',$); -#9943= IFCRELASSOCIATESLIBRARY('2sBjb13OvBiRr385CKOqwo',$,$,$,(#2960),#17158); -#17158= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C2DCAC04\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1\X2\C758\X0\ \X2\C804B958B85C\X0\ \X2\C0ACC6A9D560\X0\ \X2\C218\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); +#9940= IFCRELASSOCIATESLIBRARY('265otn5rr4JQh$D_usFhrQ',$,$,$,(#2956),#17158); +#17158= IFCLIBRARYREFERENCE($,$,'Thickness Swelling',$,'en',$); -#9944= IFCRELASSOCIATESLIBRARY('2t0pTII1z1TeFxl$0aUSIT',$,$,$,(#2961),#17159); -#17159= IFCLIBRARYREFERENCE($,$,'Time Tolerance Limit1',$,'en',$); +#9941= IFCRELASSOCIATESLIBRARY('3nI99kPCP6UOULJvJWC0K8',$,$,$,(#2957),#17159); +#17159= IFCLIBRARYREFERENCE($,$,'Thread Diameter',$,'en',$); -#9945= IFCRELASSOCIATESLIBRARY('3404jMAnj8hx$DMiVMLkPz',$,$,$,(#2961),#17160); -#17160= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB99650754C66429593\X0\1','\X2\8A315BB966429593\X0\1\X2\3092523696503059308B96FB6D415236965050243002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); +#9942= IFCRELASSOCIATESLIBRARY('1gqjdnS3929x$RmtND0sDF',$,$,$,(#2958),#17160); +#17160= IFCLIBRARYREFERENCE($,$,'Thread Length',$,'en',$); -#9946= IFCRELASSOCIATESLIBRARY('3$tHX6JObA0wGuM5hQcBTi',$,$,$,(#2961),#17161); -#17161= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\D55CACC4C2DCAC04\X0\1','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1\X2\B97C\X0\ \X2\C81CD55CD558B294\X0\ \X2\C804B958\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\','ko-KR',$); +#9943= IFCRELASSOCIATESLIBRARY('2kHif7bxfFjfWaC9Vye2kT',$,$,$,(#2959),#17161); +#17161= IFCLIBRARYREFERENCE($,$,'Throw',$,'en',$); -#9947= IFCRELASSOCIATESLIBRARY('22TUSUE89FbAYOI6G_5hME',$,$,$,(#2962),#17162); -#17162= IFCLIBRARYREFERENCE($,$,'Time Tolerance Limit1',$,'en',$); +#9944= IFCRELASSOCIATESLIBRARY('1bR2yYamP348bB7otC3g1K',$,$,$,(#2960),#17162); +#17162= IFCLIBRARYREFERENCE($,$,'Throw Length',$,'en',$); -#9948= IFCRELASSOCIATESLIBRARY('2fEafhh0L1hxMBPDh9Zi68',$,$,$,(#2962),#17163); -#17163= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB99650754C66429593\X0\1','\X2\8A315BB966429593\X0\1\X2\3092523696503059308B96FB6D415236965050243002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); +#9945= IFCRELASSOCIATESLIBRARY('0Ywz6a_MLBQPc6UU6aTAH7',$,$,$,(#2960),#17163); +#17163= IFCLIBRARYREFERENCE($,$,'Longueur de jet','La distance axiale horizontale ou verticale un jet d''air parcourt apr\S\hs avoir quitt\S\i un terminal de ventilation avant que la vittesse d''\S\ijection maximale est r\S\iduite \S\` une vitessedu terminal sp\S\icifique dans des conditions isothermes pour la valeur la plus \S\ilev\S\ie de la plage de d\S\ibit d''air.','fr-FR',$); -#9949= IFCRELASSOCIATESLIBRARY('3R_NFT9Y15Dxp75N8Gk8Gj',$,$,$,(#2962),#17164); -#17164= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\D55CACC4C2DCAC04\X0\1','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1\X2\B97C\X0\ \X2\C81CD55CD558B294\X0\ \X2\C804B958\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\','ko-KR',$); +#9946= IFCRELASSOCIATESLIBRARY('1I0wwRCrHCFxR$RlPsuSwx',$,$,$,(#2960),#17164); +#17164= IFCLIBRARYREFERENCE($,$,'\X2\523090548DDD96E2\X0\','\X2\30BF30FC30DF30CA30EB304B3089306E6C345E73307E305F306F578276F4306E523090548DDD96E2\X0\\X\0D\X\0A\X2\6D4191CF7BC456F2306E6700592750243067306E5410304D51FA3057901F5EA6304C8A2D5B9A3055308C305F6D41901F306B6E1B901F3059308B307E3067306E4E0A96505024\X0\','ja-JP',$); -#9950= IFCRELASSOCIATESLIBRARY('3hPyjpC49CaOuR7J6i7oNB',$,$,$,(#2963),#17165); -#17165= IFCLIBRARYREFERENCE($,$,'Time Tolerance Limit1',$,'en',$); +#9948= IFCRELASSOCIATESLIBRARY('0Of7RLPmT5j8ZI7PjPX7lY',$,$,$,(#2966),#17165); +#17165= IFCLIBRARYREFERENCE($,$,'Deckenplattenl\S\dnge','L\S\dnge der Unterdeckenplatten, oder -panele, die zur Verkleidung verwendet werden.','de-DE',$); -#9951= IFCRELASSOCIATESLIBRARY('0rU3ixkXD3$w$LK61z47z0',$,$,$,(#2963),#17166); -#17166= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB99650754C66429593\X0\1','\X2\8A315BB966429593\X0\1\X2\3092523696503059308B96FB6D415236965050243002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); +#9949= IFCRELASSOCIATESLIBRARY('1CbaSW3nTEvA$Z5_Wnq$Ir',$,$,$,(#2966),#17166); +#17166= IFCLIBRARYREFERENCE($,$,'Tile Length',$,'en',$); -#9952= IFCRELASSOCIATESLIBRARY('2QU1st_Sf7jQqA_9zOmBhy',$,$,$,(#2963),#17167); -#17167= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\D55CACC4C2DCAC04\X0\1','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1\X2\B97C\X0\ \X2\C81CD55CD558B294\X0\ \X2\C804B958\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\','ko-KR',$); +#9950= IFCRELASSOCIATESLIBRARY('2H__6QV$PFLgHwBPchzhN2',$,$,$,(#2966),#17167); +#17167= IFCLIBRARYREFERENCE($,$,'Longueur des carreaux','Longueur des carreaux de plafond. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#9954= IFCRELASSOCIATESLIBRARY('2F5gpMj_r7tuokaojPA3$T',$,$,$,(#2964),#17168); -#17168= IFCLIBRARYREFERENCE($,$,'Toggle Switch Type',$,'en',$); +#9951= IFCRELASSOCIATESLIBRARY('3$E1ZtLXP18wqbxvg7ff4V',$,$,$,(#2966),#17168); +#17168= IFCLIBRARYREFERENCE($,$,'\X2\97627816957F5EA6\X0\','\X2\592982B1677F976278167684957F5EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845C3A5BF84FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845C3A5BF85C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); -#9955= IFCRELASSOCIATESLIBRARY('3Iy6qiy$13R9oGIl5utPtr',$,$,$,(#2964),#17169); -#17169= IFCLIBRARYREFERENCE($,$,'\X2\30EC30D030FC30B930A430C330C130BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B300130C830B030EB30B930A430C330C1306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#9952= IFCRELASSOCIATESLIBRARY('2$fg9VXDz1OgVEHTKER8JF',$,$,$,(#2967),#17169); +#17169= IFCLIBRARYREFERENCE($,$,'Deckenplattenbreite','Breite der Unterdeckenplatten, oder -panele, die zur Verkleidung verwendet werden.','de-DE',$); -#9956= IFCRELASSOCIATESLIBRARY('3ajtwAcHTDFglT$i0B2QKz',$,$,$,(#2964),#17170); -#17170= IFCLIBRARYREFERENCE($,$,'\X2\B808BC84C2A4C704CE58\X0\ \X2\C720D615\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\D1A0AE00\X0\ \X2\C2A4C704CE58\X0\ \X2\BAA9B85D\X0\','ko-KR',$); +#9953= IFCRELASSOCIATESLIBRARY('3Bft$wCZ91tw$7YTC8SPga',$,$,$,(#2967),#17170); +#17170= IFCLIBRARYREFERENCE($,$,'Tile Width',$,'en',$); -#9958= IFCRELASSOCIATESLIBRARY('1Pz_cTfab6E8iW_USSx4QT',$,$,$,(#2965),#17171); -#17171= IFCLIBRARYREFERENCE($,$,'Toilet Pan Type',$,'en',$); +#9954= IFCRELASSOCIATESLIBRARY('1o8omunZb5YBXk9vch9O5y',$,$,$,(#2967),#17171); +#17171= IFCLIBRARYREFERENCE($,$,'Largeur des carreaux','Largeur des carreaux de plafond. Cette propri\S\it\S\i est donn\S\ie en compl\S\iment de la repr\S\isentation de la forme et des param\S\htres g\S\iom\S\itriques qui la d\S\iterminent. En cas d''incoh\S\irence entre ces param\S\htres g\S\iom\S\itriques et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#9959= IFCRELASSOCIATESLIBRARY('3_o0XDJf50JBKeIgmFSBwS',$,$,$,(#2965),#17172); -#17172= IFCLIBRARYREFERENCE($,$,'\X2\4FBF566830BF30A430D7\X0\','Pset_SanitaryMountingEnum\X2\306F4E0B8A18306B521763193055308C305F4FBF566830BF30A430D73068305730665B9A7FA93055308C307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30B530A430DB30F35F0FFF1A6D416C343092542B308030B530A430DB30F3306B3088308A6C5A7269304C5EC368C43055308C308B4FBF5668\X0\\X\0D\X\0A\X2\548C5F0FFF1A4FBF5668304C5E8A9762304B6DF5306E9AD830553068540C3058306B914D7F6E3055308C305F4FBF566830024F7F75288005306F30573083304C307E306A3051308C3070306A3089306A30443002\X0\\X\0D\X\0A\X2\30A630A930C330B730E530C030A630F35F0FFF1A52E230443088304F6D1730446D41305930533068306B3088308A4FBF56683092304D308C3044306B3057307E3059\X0\\X\0D\X\0A\X2\6D176D445F0F4FBF5668FF1A307E305A6C5A7269304C843D3061305D306E5F8C30014FBF5668306B6C34304C6D41308C307E3059\X0\','ja-JP',$); +#9955= IFCRELASSOCIATESLIBRARY('1V4Sy67C93ceOhgpd1kn2i',$,$,$,(#2967),#17172); +#17172= IFCLIBRARYREFERENCE($,$,'\X2\976278165BBD5EA6\X0\','\X2\592982B1677F9762781676845BBD5EA63002\X0\\X\0D\X\0A\X2\8BE55C5E6027624063D04F9B76845C3A5BF84FE1606F662F5BF9518590E85F6272B663CF8FF0548C51E04F5553C2657076848865514530025982679C51E04F5553C265704E0E8BE55C5E6027624063D04F9B76845C3A5BF85C5E60274E0D7B26FF0C5E944EE551E04F5553C265704E3A51C63002\X0\','zh-CN',$); -#9961= IFCRELASSOCIATESLIBRARY('1apfXOYmPDVPDo23HVqKxO',$,$,$,(#2966),#17173); -#17173= IFCLIBRARYREFERENCE($,$,'Toilet Type',$,'en',$); +#9956= IFCRELASSOCIATESLIBRARY('3PGBA_poXFVe09eh1a9AS9',$,$,$,(#2968),#17173); +#17173= IFCLIBRARYREFERENCE($,$,'Tilt Angle',$,'en',$); -#9962= IFCRELASSOCIATESLIBRARY('1d9im0iBP11wagAcxQZ2eM',$,$,$,(#2966),#17174); -#17174= IFCLIBRARYREFERENCE($,$,'\X2\30C830A430EC7A2E985E\X0\','\X2\30C830A430EC914D7F6E306F4E0B8A18306B521763193055308C305F4ED569D83068306A308A307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\4FBF56686D176D446A5FFF1A4FBF566830685C0F4FBF5668304C7A7A306B3055308C6D176D443055308C308B546856F2304C56F2307E308C305F96FB6C176A5F56683002\X0\\X\0D\X\0A\X2\30B130DF30AB30EBFF1A52253005306E5BB95668306763926CC47269309253D73051306630014FDD63013057300153165B667684306B6271308F308C308B30015B9A671F7684306B7A7A306B3055308C308B643A5E2F7528306E5BB95668307E305F306F571F6A5F56683002\X0\\X\0D\X\0A\X2\FF7CFF7DFF80FF70FF9D76F47D50578BFF1AFF7CFF7DFF80FF70FF9D304C304C4FBF5668306B76F463A55BC67740305730668A2D7F6E3055308C305F30BF30A430D7\X0\\X\0D\X\0A\X2\FF7CFF7DFF80FF70FF9D520696E2578BFF1AFF7CFF7DFF80FF70FF9D304CFF8AFF9FFF72FF8CFF9F30924ECB305730664FBF5668306B3064306A304C306330663044308B30BF30A430D7\X0\\X\0D\X\0A\X2\6C5A72696D413057FF1A30DB30C330D130FC306F571F58CC56685177306B30C730B630A43055308C3066304A308A30016C5A7269304C6D413055308C7A7A306B306A308A307E30593002\X0\','ja-JP',$); +#9957= IFCRELASSOCIATESLIBRARY('0KW9wz1E5FTRxyPjiLZI54',$,$,$,(#2969),#17174); +#17174= IFCLIBRARYREFERENCE($,$,'Tilt Horizontal',$,'en',$); -#9964= IFCRELASSOCIATESLIBRARY('0F0E9U5Lb67fDlOh6f0I4I',$,$,$,(#2969),#17175); -#17175= IFCLIBRARYREFERENCE($,$,'Topping Type',$,'en',$); +#9958= IFCRELASSOCIATESLIBRARY('1oW3R2$AX43eKCOMJXL0y4',$,$,$,(#2969),#17175); +#17175= IFCLIBRARYREFERENCE($,$,'\X2\30C130EB30C86C345E7365B9541153EF52D589D25EA6\X0\','\X2\30C130EB30C86C345E73306E53EF52D589D25EA63092793A30593002\X0\','ja-JP',$); -#9965= IFCRELASSOCIATESLIBRARY('3PzVMrLCn3mA8910Sb2LHr',$,$,$,(#2970),#17176); -#17176= IFCLIBRARYREFERENCE($,$,'Torque',$,'en',$); +#9959= IFCRELASSOCIATESLIBRARY('3CD7vs8G93ieCZ85RiFx0h',$,$,$,(#2970),#17176); +#17176= IFCLIBRARYREFERENCE($,$,'Tilt Vertical',$,'en',$); -#9966= IFCRELASSOCIATESLIBRARY('3JNfU8xDv8A9CoszDEuZom',$,$,$,(#2970),#17177); -#17177= IFCLIBRARYREFERENCE($,$,'\X2\6700592730C830EB30AF\X0\','\X2\30A230AF30C130E530A830FC30BF306E670059277DE030815207308A30C830EB30AF3092793A30593002\X0\','ja-JP',$); +#9960= IFCRELASSOCIATESLIBRARY('3sus16CH15ee2hAdC0FZG7',$,$,$,(#2970),#17177); +#17177= IFCLIBRARYREFERENCE($,$,'\X2\30C130EB30C8578276F465B9541153EF52D589D25EA6\X0\','\X2\30C130EB30C8578276F4306E53EF52D589D25EA63092793A30593002\X0\','ja-JP',$); -#9967= IFCRELASSOCIATESLIBRARY('1_zWluHT1D1vowGcUwtEMg',$,$,$,(#2970),#17178); -#17178= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\D1A0D06C\X0\','\X2\C561CE04C5D0C774D130C758\X0\ \X2\CD5CB300\X0\ \X2\B9C8AC10\X0\ \X2\D1A0D06CB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#9961= IFCRELASSOCIATESLIBRARY('0mzJDJjtL3s8waBwv1nF6I',$,$,$,(#2971),#17178); +#17178= IFCLIBRARYREFERENCE($,$,'Time Constant',$,'en',$); -#9968= IFCRELASSOCIATESLIBRARY('1N60OxXZn5LQXvwLcdIqmY',$,$,$,(#2971),#17179); -#17179= IFCLIBRARYREFERENCE($,$,'Torque Range',$,'en',$); +#9962= IFCRELASSOCIATESLIBRARY('07B5xNMx5D4gaEnVxa$slQ',$,$,$,(#2971),#17179); +#17179= IFCLIBRARYREFERENCE($,$,'\X2\66425B9A6570\X0\','\X2\30BB30F330B5306E66425B9A65703002\X0\','ja-JP',$); -#9969= IFCRELASSOCIATESLIBRARY('0CgoH8ozb6ju7vIdKQJInR',$,$,$,(#2972),#17180); -#17180= IFCLIBRARYREFERENCE($,$,'Torsional Constant X',$,'en',$); +#9963= IFCRELASSOCIATESLIBRARY('32reTplPX3kOuA68QAU5g7',$,$,$,(#2971),#17180); +#17180= IFCLIBRARYREFERENCE($,$,'\X2\C2DCC815\X0\','\X2\C13CC11CC758\X0\ \X2\C2DCC815\X0\.','ko-KR',$); -#9970= IFCRELASSOCIATESLIBRARY('3FvYIUEQD5qR2u6hUEgzCV',$,$,$,(#2973),#17181); -#17181= IFCLIBRARYREFERENCE($,$,'Torsional Section Modulus',$,'en',$); +#9964= IFCRELASSOCIATESLIBRARY('1dxHQWc3j3rABcIMuKSzrV',$,$,$,(#2972),#17181); +#17181= IFCLIBRARYREFERENCE($,$,'Time Tolerance1',$,'en',$); -#9971= IFCRELASSOCIATESLIBRARY('0ZfPLaZF572xIvEU$a4vHw',$,$,$,(#2977),#17182); -#17182= IFCLIBRARYREFERENCE($,$,'Total Airflow',$,'en',$); +#9965= IFCRELASSOCIATESLIBRARY('3sLUnVcWj3geFvA4mCwvfg',$,$,$,(#2972),#17182); +#17182= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\1','[\X2\FF05\X0\]\X2\306766429593\X0\/\X2\7279602766F27DDA306E8A315BB96642959330928A2D5B9A\X0\','ja-JP',$); -#9972= IFCRELASSOCIATESLIBRARY('0CyZgXgfb4fekcE9qxwAw8',$,$,$,(#2977),#17183); -#17183= IFCLIBRARYREFERENCE($,$,'\X2\7D666C1791CF\X0\','\X2\6696623F300151B7623F306E67614EF6306E30013044305A308C304B5927304D304467614EF6306789816C423055308C308B8A2D8A087D666C1791CF3002\X0\','ja-JP',$); +#9966= IFCRELASSOCIATESLIBRARY('1r2MuQjlr0xuaDCCP0CY51',$,$,$,(#2972),#17183); +#17183= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\1','[%] \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\C2DCAC04C744\X0\ \X2\C124C815\X0\','ko-KR',$); -#9973= IFCRELASSOCIATESLIBRARY('3poTA_82D0c8OaAJUrXPXF',$,$,$,(#2977),#17184); -#17184= IFCLIBRARYREFERENCE($,$,'\X2\AE09AE30B7C9\X0\','\X2\B09CBC29\X0\, \X2\B0C9BC29\X0\ \X2\C870AC74\X0\ \X2\C911\X0\ \X2\D558B098\X0\ \X2\D070\X0\ \X2\C870AC74C5D0C11C\X0\ \X2\C694AD6CB418B294\X0\ \X2\C124ACC4\X0\ \X2\AE09AE30\X0\ \X2\B7C9\X0\','ko-KR',$); +#9967= IFCRELASSOCIATESLIBRARY('35BGF5EprEsfkHs21qgbvE',$,$,$,(#2973),#17184); +#17184= IFCLIBRARYREFERENCE($,$,'Time Tolerance1',$,'en',$); -#9974= IFCRELASSOCIATESLIBRARY('16gxCbbtP2MeTGp5wsz0ur',$,$,$,(#2978),#17185); -#17185= IFCLIBRARYREFERENCE($,$,'Bruttogrundst\S\|cksfl\S\dche','Gesamte Grundst\S\|cksfl\S\dche f\S\|r diese Bauaufgabe.','de-DE',$); +#9968= IFCRELASSOCIATESLIBRARY('3ld_zcYwv1aBTuPQop7$Qb',$,$,$,(#2973),#17185); +#17185= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\1','[\X2\FF05\X0\]\X2\306766429593\X0\/\X2\7279602766F27DDA306E8A315BB96642959330928A2D5B9A\X0\','ja-JP',$); -#9975= IFCRELASSOCIATESLIBRARY('1o30ZbJUDCOPl14ZrDJBWX',$,$,$,(#2978),#17186); -#17186= IFCLIBRARYREFERENCE($,$,'Total Area',$,'en',$); +#9969= IFCRELASSOCIATESLIBRARY('3IcofveT55aeHKWrkBxGGj',$,$,$,(#2973),#17186); +#17186= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\1','[%] \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\C2DCAC04C744\X0\ \X2\C124C815\X0\','ko-KR',$); -#9976= IFCRELASSOCIATESLIBRARY('0Jt6t4Mt16nxMHXRhCbJo0',$,$,$,(#2978),#17187); -#17187= IFCLIBRARYREFERENCE($,$,'SurfaceBruteProgrammee','Surface totale brute. D\S\ifinie en phase de programmation.','fr-FR',$); +#9970= IFCRELASSOCIATESLIBRARY('15AJ0CDmz4PPWjNmya4$al',$,$,$,(#2974),#17187); +#17187= IFCLIBRARYREFERENCE($,$,'Time Tolerance1',$,'en',$); -#9977= IFCRELASSOCIATESLIBRARY('0Z7ZeRZ8D5NOLTYs_ig4IZ',$,$,$,(#2978),#17188); -#17188= IFCLIBRARYREFERENCE($,$,'\X2\5EF6307997627A4D\X0\','\X2\65775730306B305F30443059308B5EF630798A08753B97627A4D3002657757307A7A9593306E8A08753B306B4F7F75283002\X0\','ja-JP',$); +#9971= IFCRELASSOCIATESLIBRARY('14_LgLQVr05PRZJAUwJEkf',$,$,$,(#2974),#17188); +#17188= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\1','[\X2\FF05\X0\]\X2\306766429593\X0\/\X2\7279602766F27DDA306E8A315BB96642959330928A2D5B9A3002\X0\','ja-JP',$); -#9978= IFCRELASSOCIATESLIBRARY('35Gdq_b7f7juHb$t6zcH0v',$,$,$,(#2978),#17189); -#17189= IFCLIBRARYREFERENCE($,$,'\X2\C5F0BA74C801\X0\','\X2\BD80C9C0C5D0\X0\ \X2\B300D55C\X0\ \X2\CD1D\X0\ \X2\ACC4D68D\X0\ \X2\BA74C801\X0\. \X2\D638D154\X0\ \X2\ACF5AC04\X0\ \X2\ACC4D68DC5D0\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); +#9972= IFCRELASSOCIATESLIBRARY('27o6VZVC1FP9n31sWHxTfY',$,$,$,(#2974),#17189); +#17189= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\1','[%] \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\C2DCAC04C744\X0\ \X2\C124C815\X0\','ko-KR',$); -#9979= IFCRELASSOCIATESLIBRARY('0Va25iN$v7JxfKK3Khqfwv',$,$,$,(#2979),#17190); -#17190= IFCLIBRARYREFERENCE($,$,'Total Cooling Capacity',$,'en',$); +#9973= IFCRELASSOCIATESLIBRARY('1_EzKh4w1EL9Aw$DXNA4oO',$,$,$,(#2975),#17190); +#17190= IFCLIBRARYREFERENCE($,$,'Time Tolerance2',$,'en',$); -#9980= IFCRELASSOCIATESLIBRARY('20G9xUgSn4Ju7$W6lbwlQ8',$,$,$,(#2980),#17191); -#17191= IFCLIBRARYREFERENCE($,$,'Total Cooling Load',$,'en',$); +#9974= IFCRELASSOCIATESLIBRARY('2WNpn8MBXF_ApVy_6eVWSz',$,$,$,(#2975),#17191); +#17191= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E96FB6D413067670952B9306730593002\X0\','ja-JP',$); -#9981= IFCRELASSOCIATESLIBRARY('2pxWU7hfz0yBS$ClaAE_oT',$,$,$,(#2980),#17192); -#17192= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F8CA08377\X0\','\X2\5EFA7269300130BE30FC30F3300190E85C4B306E30D430FC30AF6642306E51B7623F8CA083773002\X0\','ja-JP',$); +#9975= IFCRELASSOCIATESLIBRARY('2RXH75oijFxBYjBEPDFLOO',$,$,$,(#2975),#17192); +#17192= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C2DCAC04\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1\X2\C758\X0\ \X2\C804B958B85C\X0\ \X2\C0ACC6A9D560\X0\ \X2\C218\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); -#9982= IFCRELASSOCIATESLIBRARY('39wTu$3uH6N84tWdHvM3OY',$,$,$,(#2980),#17193); -#17193= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29BD80D558\X0\','\X2\AC74BB3C\X0\ \X2\C601C5ED\X0\ \X2\BC29\X0\ \X2\D53CD06C\X0\ \X2\B0C9BC29\X0\ \X2\BD80D558\X0\.','ko-KR',$); +#9976= IFCRELASSOCIATESLIBRARY('32RmqUAz502P0sBPYl_l6T',$,$,$,(#2976),#17193); +#17193= IFCLIBRARYREFERENCE($,$,'Time Tolerance2',$,'en',$); -#9983= IFCRELASSOCIATESLIBRARY('2pW1d4qCP2RAU1ESW1H9YJ',$,$,$,(#2982),#17194); -#17194= IFCLIBRARYREFERENCE($,$,'Total Effectiveness',$,'en',$); +#9977= IFCRELASSOCIATESLIBRARY('3q_gDqSXz1WRpbOW6zhckT',$,$,$,(#2976),#17194); +#17194= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E96FB6D413067670952B9306730593002\X0\','ja-JP',$); -#9984= IFCRELASSOCIATESLIBRARY('24e7AHa5vAoR0OJF6KzxVl',$,$,$,(#2982),#17195); -#17195= IFCLIBRARYREFERENCE($,$,'Rendement thermique','Rendement thermique: rapport entre la chaleur effective \S\ichang\S\ie et l''\S\ichange maximum possible.','fr-FR',$); +#9978= IFCRELASSOCIATESLIBRARY('0csaO0JR19vBtsrnFhImoo',$,$,$,(#2976),#17195); +#17195= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C2DCAC04\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1\X2\C758\X0\ \X2\C804B958B85C\X0\ \X2\C0ACC6A9D560\X0\ \X2\C218\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); -#9985= IFCRELASSOCIATESLIBRARY('1JgcKPIuL5PvnPigEnWtjI',$,$,$,(#2982),#17196); -#17196= IFCLIBRARYREFERENCE($,$,'\X2\516871B152B97387\X0\','\X2\516871B152B97387\X0\\X\0D\X\0A\X2\6700592753EF80FD71B14EA463DB306B5BFE3059308B71B14EA463DB306E6BD47387\X0\','ja-JP',$); +#9979= IFCRELASSOCIATESLIBRARY('3pFjkliw1A38QE2GmC_x12',$,$,$,(#2977),#17196); +#17196= IFCLIBRARYREFERENCE($,$,'Time Tolerance2',$,'en',$); -#9986= IFCRELASSOCIATESLIBRARY('1tvSr4ZrP9YuJnN2oMdgRz',$,$,$,(#2983),#17197); -#17197= IFCLIBRARYREFERENCE($,$,'Total Effectiveness Table',$,'en',$); +#9980= IFCRELASSOCIATESLIBRARY('04Lw0lxdXApP9_csFE9Jd7',$,$,$,(#2977),#17197); +#17197= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB966429593\X0\2','[\X2\FF05\X0\]\X2\306763075B9A3055308C305F66429593\X0\/\X2\7279602766F27DDA306E8A315BB97BC456F2306F30014E0A8A18306E8A315BB996FB6D419650754C\X0\1\X2\306E96FB6D413067670952B9306730593002\X0\','ja-JP',$); -#9987= IFCRELASSOCIATESLIBRARY('3DEt6FUYTB2eMqOp4A4_kq',$,$,$,(#2983),#17198); -#17198= IFCLIBRARYREFERENCE($,$,'DiagrammeEfficacit\S\iTotale','Courbe d''efficacit\S\i d''\S\ichange thermique total en tant que fonction du d\S\ibit d''air au primaire et d\S\ibit d''air au secondaire','fr-FR',$); +#9981= IFCRELASSOCIATESLIBRARY('3gE4vfbQH5m9JHoMJPJ_Wx',$,$,$,(#2977),#17198); +#17198= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9C2DCAC04\X0\ 2','[%]\X2\B85C\X0\ \X2\C9C0C815B41C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D5C8C6A9\X0\ \X2\BC94C704B294\X0\ \X2\C0C1AE30C758\X0\ \X2\D5C8C6A9\X0\ \X2\C804B958\X0\ \X2\D55CACC4\X0\ 1\X2\C758\X0\ \X2\C804B958B85C\X0\ \X2\C0ACC6A9D560\X0\ \X2\C218\X0\ \X2\C788C2B5B2C8B2E4\X0\.','ko-KR',$); -#9988= IFCRELASSOCIATESLIBRARY('0XkZh8kcX5ZQ$5lt3DjlIy',$,$,$,(#2983),#17199); -#17199= IFCLIBRARYREFERENCE($,$,'\X2\516871B152B9738730C630FC30D630EB\X0\','\X2\4E006B2130684E8C6B217A7A6C1791CF306E95A26570306830573066306E516871B14EA463DB52B9738766F27DDA\X0\','ja-JP',$); +#9982= IFCRELASSOCIATESLIBRARY('2AQnHqSHv6WAudsLekR4Ap',$,$,$,(#2978),#17199); +#17199= IFCLIBRARYREFERENCE($,$,'Time Tolerance Limit1',$,'en',$); -#9989= IFCRELASSOCIATESLIBRARY('3g2cKBytP5wxdZNSX9k2VP',$,$,$,(#2984),#17200); -#17200= IFCLIBRARYREFERENCE($,$,'Total Heat Gain',$,'en',$); +#9983= IFCRELASSOCIATESLIBRARY('2EbiypsIn1Pf0Z20yUJQ0X',$,$,$,(#2978),#17200); +#17200= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB99650754C66429593\X0\1','\X2\8A315BB966429593\X0\1\X2\3092523696503059308B96FB6D415236965050243002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); -#9990= IFCRELASSOCIATESLIBRARY('3WLvXwRu50SBl$1EwjTwve',$,$,$,(#2984),#17201); -#17201= IFCLIBRARYREFERENCE($,$,'\X2\71B153D65F97306E54088A08\X0\','\X2\30D430FC30AF6642306E5BA451856700592751B7623F8CA083776642306B53D65F973057305F985571B162163044306F30A830CD30EB30AE30FC3002\X0\','ja-JP',$); +#9984= IFCRELASSOCIATESLIBRARY('1faRJt7c92W9Zo5gxSw3Ds',$,$,$,(#2978),#17201); +#17201= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\D55CACC4C2DCAC04\X0\1','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1\X2\B97C\X0\ \X2\C81CD55CD558B294\X0\ \X2\C804B958\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\','ko-KR',$); -#9991= IFCRELASSOCIATESLIBRARY('1W_vaT4bv0Ox_ipN4V4Ylg',$,$,$,(#2984),#17202); -#17202= IFCLIBRARYREFERENCE($,$,'\X2\C5F0\X0\ \X2\C778C218\X0\ \X2\AE08C561\X0\','\X2\CD5CB300C758\X0\ \X2\C2E4B0B4\X0\ \X2\CD5CB300\X0\ \X2\B0C9BC29\X0\ \X2\BD80D558\X0\ \X2\CDE8B4DDD55C\X0\ \X2\D604C5F4\X0\ \X2\B610B294\X0\ \X2\C5D0B108C9C0\X0\.','ko-KR',$); +#9985= IFCRELASSOCIATESLIBRARY('04Jq3I0O92S9qnkIl3jn_w',$,$,$,(#2979),#17202); +#17202= IFCLIBRARYREFERENCE($,$,'Time Tolerance Limit1',$,'en',$); -#9992= IFCRELASSOCIATESLIBRARY('1CVCvxVDnCcgZP6txkneXW',$,$,$,(#2985),#17203); -#17203= IFCLIBRARYREFERENCE($,$,'Total Heating Capacity',$,'en',$); +#9986= IFCRELASSOCIATESLIBRARY('2VPvo2wOLDGfs4lfcY_f3l',$,$,$,(#2979),#17203); +#17203= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB99650754C66429593\X0\1','\X2\8A315BB966429593\X0\1\X2\3092523696503059308B96FB6D415236965050243002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); -#9993= IFCRELASSOCIATESLIBRARY('3P0FQxxWb2EBAWzbDwOyN3',$,$,$,(#2986),#17204); -#17204= IFCLIBRARYREFERENCE($,$,'Total Heating Load',$,'en',$); +#9987= IFCRELASSOCIATESLIBRARY('0e1$ijkwX7XuOSKdDQ9bQu',$,$,$,(#2979),#17204); +#17204= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\D55CACC4C2DCAC04\X0\1','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1\X2\B97C\X0\ \X2\C81CD55CD558B294\X0\ \X2\C804B958\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\','ko-KR',$); -#9994= IFCRELASSOCIATESLIBRARY('0A0_06rjXCgRwiDWQogf6l',$,$,$,(#2986),#17205); -#17205= IFCLIBRARYREFERENCE($,$,'\X2\6696623F8CA08377\X0\','\X2\5EFA7269300130BE30FC30F3300190E85C4B306E30D430FC30AF6642306E6696623F8CA083773002\X0\','ja-JP',$); +#9988= IFCRELASSOCIATESLIBRARY('2GygYAelj9QfO1oO9XvY$I',$,$,$,(#2980),#17205); +#17205= IFCLIBRARYREFERENCE($,$,'Time Tolerance Limit1',$,'en',$); -#9995= IFCRELASSOCIATESLIBRARY('2HETH5Klb6DB7qNXhZi77E',$,$,$,(#2986),#17206); -#17206= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\BD80D558\X0\','\X2\AC74BB3C\X0\ \X2\C601C5ED\X0\ \X2\BC29\X0\ \X2\CD5CB300\X0\ \X2\B09CBC29\X0\ \X2\BD80D558\X0\.','ko-KR',$); +#9989= IFCRELASSOCIATESLIBRARY('2XCGmBTR90HxhpSAKJcVCP',$,$,$,(#2980),#17206); +#17206= IFCLIBRARYREFERENCE($,$,'\X2\8A315BB99650754C66429593\X0\1','\X2\8A315BB966429593\X0\1\X2\3092523696503059308B96FB6D415236965050243002\X0\\X\0D\X\0A\X2\5024304C\X0\0\X2\306E58345408306F300152369650306F306A30443002\X0\','ja-JP',$); -#9996= IFCRELASSOCIATESLIBRARY('3xjWSFgVH4SQ03CH1JYzdn',$,$,$,(#2987),#17207); -#17207= IFCLIBRARYREFERENCE($,$,'Total Heat Loss',$,'en',$); +#9990= IFCRELASSOCIATESLIBRARY('0nn0y7rbDDzh10Tr17QAKT',$,$,$,(#2980),#17207); +#17207= IFCLIBRARYREFERENCE($,$,'\X2\D5C8C6A9\X0\ \X2\D55CACC4C2DCAC04\X0\1','\X2\D5C8C6A9\X0\ \X2\C2DCAC04\X0\ 1\X2\B97C\X0\ \X2\C81CD55CD558B294\X0\ \X2\C804B958\X0\ \X2\C81CD55C\X0\. \X2\AC12C774\X0\ 0\X2\C774BA74\X0\ \X2\C81CD55CC774\X0\ \X2\C5C6B2E4\X0\','ko-KR',$); -#9997= IFCRELASSOCIATESLIBRARY('0s3OgA8iL0ROqFVqtGz87g',$,$,$,(#2987),#17208); -#17208= IFCLIBRARYREFERENCE($,$,'\X2\71B130ED30B9306E54088A08\X0\','\X2\30D430FC30AF6642306E5BA45185670059276696623F8CA083776642306B53D65F9730FB640D59313057305F71B162163044306F30A830CD30EB30AE30FC3002\X0\','ja-JP',$); +#9992= IFCRELASSOCIATESLIBRARY('1mLaLCUx54pPR3mOU7BTng',$,$,$,(#2981),#17208); +#17208= IFCLIBRARYREFERENCE($,$,'Toggle Switch Type',$,'en',$); -#9998= IFCRELASSOCIATESLIBRARY('1A8yO3bLzB7QE2o2_Xb$0W',$,$,$,(#2987),#17209); -#17209= IFCLIBRARYREFERENCE($,$,'\X2\C5F4\X0\ \X2\C190C2E4\X0\ \X2\D569ACC4\X0\','\X2\CD5CB300C758\X0\ \X2\C2E4B0B4\X0\ \X2\CD5CB300\X0\ \X2\B09CBC29\X0\ \X2\BD80D558C5D0\X0\ \X2\CDE8B4DD\X0\ \S\7 \X2\C190C2E4\X0\ \X2\C5F4\X0\ \X2\B610B294\X0\ \X2\C5D0B108C9C0\X0\.','ko-KR',$); +#9993= IFCRELASSOCIATESLIBRARY('32_qrdPK1BQAMaR4aYbd7q',$,$,$,(#2981),#17209); +#17209= IFCLIBRARYREFERENCE($,$,'\X2\30EC30D030FC30B930A430C330C130BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B300130C830B030EB30B930A430C330C1306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#9999= IFCRELASSOCIATESLIBRARY('2WFAFmI$P3OQmdg77__ux6',$,$,$,(#2988),#17210); -#17210= IFCLIBRARYREFERENCE($,$,'Total Heat Transfer Rate',$,'en',$); +#9994= IFCRELASSOCIATESLIBRARY('1WL0h061jCtRNXhn2dltuP',$,$,$,(#2981),#17210); +#17210= IFCLIBRARYREFERENCE($,$,'\X2\B808BC84C2A4C704CE58\X0\ \X2\C720D615\X0\','\X2\C120D0DDC774\X0\ \X2\D544C694D55C\X0\ \X2\D1A0AE00\X0\ \X2\C2A4C704CE58\X0\ \X2\BAA9B85D\X0\','ko-KR',$); -#10000= IFCRELASSOCIATESLIBRARY('2Dw4b8ul1DS88wyoDWluFw',$,$,$,(#2988),#17211); -#17211= IFCLIBRARYREFERENCE($,$,'\X2\516871B14EA463DB91CF\X0\','\X2\4E006B217A7A6C176D41306E516871B14EA463DB91CF\X0\','ja-JP',$); +#9996= IFCRELASSOCIATESLIBRARY('2pXipEMsj6P9nmIhFl7PXc',$,$,$,(#2982),#17211); +#17211= IFCLIBRARYREFERENCE($,$,'Toilet Pan Type',$,'en',$); -#10001= IFCRELASSOCIATESLIBRARY('0$b81Krk9D8xgQWFndgjn2',$,$,$,(#2989),#17212); -#17212= IFCLIBRARYREFERENCE($,$,'Total Heat Transfer Rate',$,'en',$); +#9997= IFCRELASSOCIATESLIBRARY('1ubrwDF5PEAwtI9$nI3DTn',$,$,$,(#2982),#17212); +#17212= IFCLIBRARYREFERENCE($,$,'\X2\4FBF566830BF30A430D7\X0\','Pset_SanitaryMountingEnum\X2\306F4E0B8A18306B521763193055308C305F4FBF566830BF30A430D73068305730665B9A7FA93055308C307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\30B530A430DB30F35F0FFF1A6D416C343092542B308030B530A430DB30F3306B3088308A6C5A7269304C5EC368C43055308C308B4FBF5668\X0\\X\0D\X\0A\X2\548C5F0FFF1A4FBF5668304C5E8A9762304B6DF5306E9AD830553068540C3058306B914D7F6E3055308C305F4FBF566830024F7F75288005306F30573083304C307E306A3051308C3070306A3089306A30443002\X0\\X\0D\X\0A\X2\30A630A930C330B730E530C030A630F35F0FFF1A52E230443088304F6D1730446D41305930533068306B3088308A4FBF56683092304D308C3044306B3057307E3059\X0\\X\0D\X\0A\X2\6D176D445F0F4FBF5668FF1A307E305A6C5A7269304C843D3061305D306E5F8C30014FBF5668306B6C34304C6D41308C307E3059\X0\','ja-JP',$); -#10002= IFCRELASSOCIATESLIBRARY('3tLTU3qkTFth$opw7cgeNT',$,$,$,(#2989),#17213); -#17213= IFCLIBRARYREFERENCE($,$,'PuissanceThermiqueTotale','Puissance thermique totale','fr-FR',$); +#9999= IFCRELASSOCIATESLIBRARY('1apKZoRXL2G8wv20k4eyAA',$,$,$,(#2983),#17213); +#17213= IFCLIBRARYREFERENCE($,$,'Toilet Type',$,'en',$); -#10003= IFCRELASSOCIATESLIBRARY('0UwbPWmXX5K8e9P5Sn5ZfV',$,$,$,(#2989),#17214); -#17214= IFCLIBRARYREFERENCE($,$,'\X2\516871B14EA463DB91CF\X0\','\X2\516871B14EA463DB91CF\X0\','ja-JP',$); +#10000= IFCRELASSOCIATESLIBRARY('1BcjdWeO1CVfAk2Tacjs8u',$,$,$,(#2983),#17214); +#17214= IFCLIBRARYREFERENCE($,$,'\X2\30C830A430EC7A2E985E\X0\','\X2\30C830A430EC914D7F6E306F4E0B8A18306B521763193055308C305F4ED569D83068306A308A307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\4FBF56686D176D446A5FFF1A4FBF566830685C0F4FBF5668304C7A7A306B3055308C6D176D443055308C308B546856F2304C56F2307E308C305F96FB6C176A5F56683002\X0\\X\0D\X\0A\X2\30B130DF30AB30EBFF1A52253005306E5BB95668306763926CC47269309253D73051306630014FDD63013057300153165B667684306B6271308F308C308B30015B9A671F7684306B7A7A306B3055308C308B643A5E2F7528306E5BB95668307E305F306F571F6A5F56683002\X0\\X\0D\X\0A\X2\FF7CFF7DFF80FF70FF9D76F47D50578BFF1AFF7CFF7DFF80FF70FF9D304C304C4FBF5668306B76F463A55BC67740305730668A2D7F6E3055308C305F30BF30A430D7\X0\\X\0D\X\0A\X2\FF7CFF7DFF80FF70FF9D520696E2578BFF1AFF7CFF7DFF80FF70FF9D304CFF8AFF9FFF72FF8CFF9F30924ECB305730664FBF5668306B3064306A304C306330663044308B30BF30A430D7\X0\\X\0D\X\0A\X2\6C5A72696D413057FF1A30DB30C330D130FC306F571F58CC56685177306B30C730B630A43055308C3066304A308A30016C5A7269304C6D413055308C7A7A306B306A308A307E30593002\X0\','ja-JP',$); -#10004= IFCRELASSOCIATESLIBRARY('06vbg29Hf7ARPtCJbZHg39',$,$,$,(#2990),#17215); -#17215= IFCLIBRARYREFERENCE($,$,'Total Latent Load',$,'en',$); +#10002= IFCRELASSOCIATESLIBRARY('1Xgk7Ifl53y97nwUimdHqn',$,$,$,(#2986),#17215); +#17215= IFCLIBRARYREFERENCE($,$,'Topping Type',$,'en',$); -#10005= IFCRELASSOCIATESLIBRARY('3XRRjQXWP7xOv7s1UiwukL',$,$,$,(#2990),#17216); -#17216= IFCLIBRARYREFERENCE($,$,'\X2\6F5C71B18CA08377306E54088A08\X0\','\X2\7A7A6C176E7F5EA6FF086C3484B86C1791CFFF0930924E0A660730FB4E0B964D3055305B308B53D65F9730FB640D5931306E71B191CF306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF095834540830015BA45185306E6C3484B86C17304C6E1B5C113068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF095834540830015BA45185306E6C3484B86C17304C589759273068306A308B3002\X0\','ja-JP',$); +#10003= IFCRELASSOCIATESLIBRARY('3Tzsptln1F5gyweX7ICYxh',$,$,$,(#2987),#17216); +#17216= IFCLIBRARYREFERENCE($,$,'Torque',$,'en',$); -#10006= IFCRELASSOCIATESLIBRARY('2Ti14D0xDDNB05wfNSw968',$,$,$,(#2990),#17217); -#17217= IFCLIBRARYREFERENCE($,$,'\X2\C7A0C5F4BD80D558C758\X0\ \X2\D569ACC4\X0\','\X2\C2B5B3C4\X0\ (\X2\C218C99DAE30B7C9\X0\)\X2\C744\X0\ \X2\C0C1C2B9\X0\ \S\7 \X2\D558AC15D558B294\X0\ \X2\CDE8B4DD\X0\ \S\7 \X2\C190C2E4\X0\ \X2\C5F4B7C9C758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4C758\X0\ \X2\C218C99DAE30AC00\X0\ \X2\AC10C18CB41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4C758\X0\ \X2\C218C99DAE30AC00\X0\ \X2\C99DAC00B41CB2E4\X0\.','ko-KR',$); +#10004= IFCRELASSOCIATESLIBRARY('2vq5E1vqz9SBSZfe65veZQ',$,$,$,(#2987),#17217); +#17217= IFCLIBRARYREFERENCE($,$,'\X2\6700592730C830EB30AF\X0\','\X2\30A230AF30C130E530A830FC30BF306E670059277DE030815207308A30C830EB30AF3092793A30593002\X0\','ja-JP',$); -#10007= IFCRELASSOCIATESLIBRARY('3BLe2MjurEe9hZswmy5Cqk',$,$,$,(#2991),#17218); -#17218= IFCLIBRARYREFERENCE($,$,'Total Latent Load',$,'en',$); +#10005= IFCRELASSOCIATESLIBRARY('1s1RAhNb13MvkdFpVF_aiE',$,$,$,(#2987),#17218); +#17218= IFCLIBRARYREFERENCE($,$,'\X2\CD5CB300\X0\ \X2\D1A0D06C\X0\','\X2\C561CE04C5D0C774D130C758\X0\ \X2\CD5CB300\X0\ \X2\B9C8AC10\X0\ \X2\D1A0D06CB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#10008= IFCRELASSOCIATESLIBRARY('2WhVMfavvFNRvKdEPvyOu9',$,$,$,(#2991),#17219); -#17219= IFCLIBRARYREFERENCE($,$,'\X2\6F5C71B18CA08377306E54088A08\X0\','\X2\7A7A6C176E7F5EA6FF086C3484B86C1791CFFF0930924E0A660730FB4E0B964D3055305B308B53D65F9730FB640D5931306E71B191CF306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF095834540830015BA45185306E6C3484B86C17304C6E1B5C113068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF095834540830015BA45185306E6C3484B86C17304C589759273068306A308B3002\X0\','ja-JP',$); +#10006= IFCRELASSOCIATESLIBRARY('3TKtDLOODCNQy5ZDYQCytu',$,$,$,(#2988),#17219); +#17219= IFCLIBRARYREFERENCE($,$,'Torque Range',$,'en',$); -#10009= IFCRELASSOCIATESLIBRARY('0W0IspB4D2Y9RdGtm2scwi',$,$,$,(#2991),#17220); -#17220= IFCLIBRARYREFERENCE($,$,'\X2\C7A0C5F4BD80D558C758\X0\ \X2\D569ACC4\X0\','\X2\C2B5B3C4\X0\ (\X2\C218C99DAE30B7C9\X0\)\X2\C744\X0\ \X2\C0C1C2B9\X0\ \S\7 \X2\D558AC15D558B294\X0\ \X2\CDE8B4DD\X0\ \S\7 \X2\C190C2E4\X0\ \X2\C5F4B7C9C758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4C758\X0\ \X2\C218C99DAE30AC00\X0\ \X2\AC10C18CB41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4C758\X0\ \X2\C218C99DAE30AC00\X0\ \X2\C99DAC00B41CB2E4\X0\.','ko-KR',$); +#10007= IFCRELASSOCIATESLIBRARY('0CTGZjR$L0VPuXOkX4QB0V',$,$,$,(#2989),#17220); +#17220= IFCLIBRARYREFERENCE($,$,'Torsional Constant X',$,'en',$); -#10010= IFCRELASSOCIATESLIBRARY('3tXSsamzX1jevKdzbwwQoA',$,$,$,(#2992),#17221); -#17221= IFCLIBRARYREFERENCE($,$,'Total Primary Energy Consumption',$,'en',$); +#10008= IFCRELASSOCIATESLIBRARY('3tsL1G2gT96wrssRwIqLjY',$,$,$,(#2990),#17221); +#17221= IFCLIBRARYREFERENCE($,$,'Torsional Section Modulus',$,'en',$); -#10011= IFCRELASSOCIATESLIBRARY('23bhwB2wLFvBZjEwOm78cV',$,$,$,(#2992),#17222); -#17222= IFCLIBRARYREFERENCE($,$,'ConsommationTotaleEnergiePrimaire','Consommation d''\S\inergie primaire utilis\S\ie, telle que d\S\ifinie dans les normes ISO21930:2007 [NDT : ou NF P01-010]','fr-FR',$); +#10009= IFCRELASSOCIATESLIBRARY('2vyPD3C1P6qwgKl_HV7dEa',$,$,$,(#2994),#17222); +#17222= IFCLIBRARYREFERENCE($,$,'Total Airflow',$,'en',$); -#10012= IFCRELASSOCIATESLIBRARY('2phDPeQW56mAk1$MzC3jvv',$,$,$,(#2992),#17223); -#17223= IFCLIBRARYREFERENCE($,$,'\X2\4E3B306A30A830CD30EB30AE30FC6D888CBB306E7DCF91CF\X0\','ISO21930:2007.\X2\30675B9A7FA93055308C30663044308B30A830CD30EB30AE30FC91CF3002\X0\','ja-JP',$); +#10010= IFCRELASSOCIATESLIBRARY('2DWIm2S5T1XOu1tvF5vgDs',$,$,$,(#2994),#17223); +#17223= IFCLIBRARYREFERENCE($,$,'\X2\7D666C1791CF\X0\','\X2\6696623F300151B7623F306E67614EF6306E30013044305A308C304B5927304D304467614EF6306789816C423055308C308B8A2D8A087D666C1791CF3002\X0\','ja-JP',$); -#10013= IFCRELASSOCIATESLIBRARY('0gt8CxCG1EtxX2tCPBg4Ic',$,$,$,(#2992),#17224); -#17224= IFCLIBRARYREFERENCE($,$,'\X2\BAA8B4E0\X0\ \X2\CC28\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0C11C\X0\ \X2\C815C758B41C\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); +#10011= IFCRELASSOCIATESLIBRARY('3IbilWu7zBcQc8odT6nxYM',$,$,$,(#2994),#17224); +#17224= IFCLIBRARYREFERENCE($,$,'\X2\AE09AE30B7C9\X0\','\X2\B09CBC29\X0\, \X2\B0C9BC29\X0\ \X2\C870AC74\X0\ \X2\C911\X0\ \X2\D558B098\X0\ \X2\D070\X0\ \X2\C870AC74C5D0C11C\X0\ \X2\C694AD6CB418B294\X0\ \X2\C124ACC4\X0\ \X2\AE09AE30\X0\ \X2\B7C9\X0\','ko-KR',$); -#10014= IFCRELASSOCIATESLIBRARY('3dpRTPEqj0keavxl9XqMAI',$,$,$,(#2993),#17225); -#17225= IFCLIBRARYREFERENCE($,$,'Total Primary Energy Consumption Per Unit',$,'en',$); +#10012= IFCRELASSOCIATESLIBRARY('0exWf_1bHCT9b$_Ux_nHeL',$,$,$,(#2995),#17225); +#17225= IFCLIBRARYREFERENCE($,$,'Bruttogrundst\S\|cksfl\S\dche','Gesamte Grundst\S\|cksfl\S\dche f\S\|r diese Bauaufgabe.','de-DE',$); -#10015= IFCRELASSOCIATESLIBRARY('2012epxGLEmgYoiEnC6mo1',$,$,$,(#2993),#17226); -#17226= IFCLIBRARYREFERENCE($,$,'ConsommationTotaleEnergiePrimaireParUnite','Consommation d''\S\inergie primaire utilis\S\ie, telle que d\S\ifinie dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); +#10013= IFCRELASSOCIATESLIBRARY('2NDK$gzDLD4Rlj_U5T4Enw',$,$,$,(#2995),#17226); +#17226= IFCLIBRARYREFERENCE($,$,'Total Area',$,'en',$); -#10016= IFCRELASSOCIATESLIBRARY('24tXKu2bvDD9T4uObV1HqW',$,$,$,(#2993),#17227); -#17227= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A51684E006B2130A830CD30EB30AE6D888CBB\X0\','ISO21930:2007\X2\30675B9A7FA93055308C305F30A830CD30EB30AE30FC6D888CBB91CF3002\X0\','ja-JP',$); +#10014= IFCRELASSOCIATESLIBRARY('3m5BuQ2lbApRNSqrzly9y4',$,$,$,(#2995),#17227); +#17227= IFCLIBRARYREFERENCE($,$,'SurfaceBruteProgrammee','Surface totale brute. D\S\ifinie en phase de programmation.','fr-FR',$); -#10017= IFCRELASSOCIATESLIBRARY('019KmZkHP148AvsBl0rx$O',$,$,$,(#2993),#17228); -#17228= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\BAA8B4E0\X0\ \X2\CC28\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0C11C\X0\ \X2\C815C758B41C\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); +#10015= IFCRELASSOCIATESLIBRARY('2KuFmR2Wz6sPd5Y9Rvtf_P',$,$,$,(#2995),#17228); +#17228= IFCLIBRARYREFERENCE($,$,'\X2\5EF6307997627A4D\X0\','\X2\65775730306B305F30443059308B5EF630798A08753B97627A4D3002657757307A7A9593306E8A08753B306B4F7F75283002\X0\','ja-JP',$); -#10018= IFCRELASSOCIATESLIBRARY('3zb8rPdw5E1wTPMmX5cZRj',$,$,$,(#2994),#17229); -#17229= IFCLIBRARYREFERENCE($,$,'Total Radiant Load',$,'en',$); +#10016= IFCRELASSOCIATESLIBRARY('0MPtFOihn6Ahu3l3EPFsJv',$,$,$,(#2995),#17229); +#17229= IFCLIBRARYREFERENCE($,$,'\X2\C5F0BA74C801\X0\','\X2\BD80C9C0C5D0\X0\ \X2\B300D55C\X0\ \X2\CD1D\X0\ \X2\ACC4D68D\X0\ \X2\BA74C801\X0\. \X2\D638D154\X0\ \X2\ACF5AC04\X0\ \X2\ACC4D68DC5D0\X0\ \X2\C0ACC6A9B429B2C8B2E4\X0\.','ko-KR',$); -#10019= IFCRELASSOCIATESLIBRARY('0fO9RKyYT01fOnFLIz5BNR',$,$,$,(#2994),#17230); -#17230= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0471B18CA08377306E54088A08\X0\','\X2\653E5C043084543853CE306B3088308B653E5C0430A830CD30EB30AE30FC306E589752A0300162163044306F6E1B5C11306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF09583454083001653E5C0430A830CD30EB30AE30FC304C6E1B5C113068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF09583454083001653E5C0430A830CD30EB30AE30FC304C589759273068306A308B3002\X0\','ja-JP',$); +#10017= IFCRELASSOCIATESLIBRARY('2wqgD887PA_eZpvCNKEMFo',$,$,$,(#2996),#17230); +#17230= IFCLIBRARYREFERENCE($,$,'Total Cooling Capacity',$,'en',$); -#10020= IFCRELASSOCIATESLIBRARY('1j6Nr3uSTDxxNOLovN92Eb',$,$,$,(#2994),#17231); -#17231= IFCLIBRARYREFERENCE($,$,'\X2\BCF5C0ACC5F4B85CB4DC\X0\ \X2\D569ACC4\X0\','\X2\BC29C0ACC120\X0\ \X2\BC0F\X0\ \X2\D761C218C5D0\X0\ \X2\C758D55C\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0\X0\ \X2\C99DAC00\X0\ \X2\B610B294\X0\ \X2\AC10C18CC758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\AC10C18CB41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\C99DB300B41CB2E4\X0\.','ko-KR',$); +#10018= IFCRELASSOCIATESLIBRARY('0t2gqV7x51HhCP0qDn0eS3',$,$,$,(#2997),#17231); +#17231= IFCLIBRARYREFERENCE($,$,'Total Cooling Load',$,'en',$); -#10021= IFCRELASSOCIATESLIBRARY('3hCg05gQ16BvUgx8EbiZRd',$,$,$,(#2995),#17232); -#17232= IFCLIBRARYREFERENCE($,$,'Total Radiant Load',$,'en',$); +#10019= IFCRELASSOCIATESLIBRARY('0mZufRH3D3LP4aHOcHb5lq',$,$,$,(#2997),#17232); +#17232= IFCLIBRARYREFERENCE($,$,'\X2\51B7623F8CA08377\X0\','\X2\5EFA7269300130BE30FC30F3300190E85C4B306E30D430FC30AF6642306E51B7623F8CA083773002\X0\','ja-JP',$); -#10022= IFCRELASSOCIATESLIBRARY('24wdCbBr55KPU6pCCbPHsI',$,$,$,(#2995),#17233); -#17233= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0471B18CA08377306E54088A08\X0\','\X2\653E5C043084543853CE306B3088308B653E5C0430A830CD30EB30AE30FC306E589752A0300162163044306F6E1B5C11306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF09583454083001653E5C0430A830CD30EB30AE30FC304C6E1B5C113068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF09583454083001653E5C0430A830CD30EB30AE30FC304C589759273068306A308B3002\X0\','ja-JP',$); +#10020= IFCRELASSOCIATESLIBRARY('13QoS1Fd57$eJoB3WdLNUO',$,$,$,(#2997),#17233); +#17233= IFCLIBRARYREFERENCE($,$,'\X2\B0C9BC29BD80D558\X0\','\X2\AC74BB3C\X0\ \X2\C601C5ED\X0\ \X2\BC29\X0\ \X2\D53CD06C\X0\ \X2\B0C9BC29\X0\ \X2\BD80D558\X0\.','ko-KR',$); -#10023= IFCRELASSOCIATESLIBRARY('2xl1a0farCUfLWSz6v$nPz',$,$,$,(#2995),#17234); -#17234= IFCLIBRARYREFERENCE($,$,'\X2\BCF5C0ACC5F4B85CB4DC\X0\ \X2\D569ACC4\X0\','\X2\BC29C0ACC120\X0\ \X2\BC0F\X0\ \X2\D761C218C5D0\X0\ \X2\C758D55C\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0\X0\ \X2\C99DAC00\X0\ \X2\B610B294\X0\ \X2\AC10C18CC758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\AC10C18CB41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\C99DB300B41CB2E4\X0\.','ko-KR',$); +#10021= IFCRELASSOCIATESLIBRARY('1BuULGB$f2XR44EOZNR1K0',$,$,$,(#2999),#17234); +#17234= IFCLIBRARYREFERENCE($,$,'Total Effectiveness',$,'en',$); -#10024= IFCRELASSOCIATESLIBRARY('0e0CHDoJX6mB6oWhOSi3RW',$,$,$,(#2996),#17235); -#17235= IFCLIBRARYREFERENCE($,$,'Total Sensible Heat Gain',$,'en',$); +#10022= IFCRELASSOCIATESLIBRARY('1pRJZdDjj0Lu4VymAbbuam',$,$,$,(#2999),#17235); +#17235= IFCLIBRARYREFERENCE($,$,'Rendement thermique','Rendement thermique: rapport entre la chaleur effective \S\ichang\S\ie et l''\S\ichange maximum possible.','fr-FR',$); -#10025= IFCRELASSOCIATESLIBRARY('1SotWDZI15xwkDoiXArEU7',$,$,$,(#2996),#17236); -#17236= IFCLIBRARYREFERENCE($,$,'\X2\985571B18CA08377306E54088A08\X0\','\X2\30D430FC30AF6642306E51B7623F67614EF6306753D65F973057305F985571B162163044306F30A830CD30EB30AE30FC3002\X0\','ja-JP',$); +#10023= IFCRELASSOCIATESLIBRARY('36D02GgZn54eQSllL2OGPm',$,$,$,(#2999),#17236); +#17236= IFCLIBRARYREFERENCE($,$,'\X2\516871B152B97387\X0\','\X2\516871B152B97387\X0\\X\0D\X\0A\X2\6700592753EF80FD71B14EA463DB306B5BFE3059308B71B14EA463DB306E6BD47387\X0\','ja-JP',$); -#10026= IFCRELASSOCIATESLIBRARY('00VGNgEbX34eFcKC$RaQJr',$,$,$,(#2996),#17237); -#17237= IFCLIBRARYREFERENCE($,$,'\X2\D604C5F4\X0\ \X2\BD80D558C758\X0\ \X2\D569ACC4\X0\','\X2\D53CD06C\X0\ \X2\B0C9BC29\X0\ \X2\C870AC74C5D0C11C\X0\ \X2\C5BBC740\X0\ \X2\D604C5F4\X0\ \X2\B610B294\X0\ \X2\C5D0B108C9C0\X0\.','ko-KR',$); +#10024= IFCRELASSOCIATESLIBRARY('268gFKXqn3oBPArvRVvIj0',$,$,$,(#3000),#17237); +#17237= IFCLIBRARYREFERENCE($,$,'Total Effectiveness Table',$,'en',$); -#10027= IFCRELASSOCIATESLIBRARY('3ZYl7ZJEb3gODV_UVOhIod',$,$,$,(#2997),#17238); -#17238= IFCLIBRARYREFERENCE($,$,'Total Sensible Load',$,'en',$); +#10025= IFCRELASSOCIATESLIBRARY('26iwlB64n77QR2P06rcrce',$,$,$,(#3000),#17238); +#17238= IFCLIBRARYREFERENCE($,$,'DiagrammeEfficacit\S\iTotale','Courbe d''efficacit\S\i d''\S\ichange thermique total en tant que fonction du d\S\ibit d''air au primaire et d\S\ibit d''air au secondaire','fr-FR',$); -#10028= IFCRELASSOCIATESLIBRARY('0XzUuje8T5zAib7tzW136b',$,$,$,(#2997),#17239); -#17239= IFCLIBRARYREFERENCE($,$,'\X2\985571B18CA08377306E54088A08\X0\','\X2\7A7A6C176E295EA630924E0A660730FB4E0B964D3055305B308B53D65F9730FB640D5931306E71B191CF306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF095834540830015BA45185304C71B1640D59313068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF095834540830015BA45185304C71B153D65F973068306A308B3002\X0\','ja-JP',$); +#10026= IFCRELASSOCIATESLIBRARY('3C5KqDDTb8tggxxvZvogX_',$,$,$,(#3000),#17239); +#17239= IFCLIBRARYREFERENCE($,$,'\X2\516871B152B9738730C630FC30D630EB\X0\','\X2\4E006B2130684E8C6B217A7A6C1791CF306E95A26570306830573066306E516871B14EA463DB52B9738766F27DDA\X0\','ja-JP',$); -#10029= IFCRELASSOCIATESLIBRARY('0MGkCL0D97luLzbognVU89',$,$,$,(#2997),#17240); -#17240= IFCLIBRARYREFERENCE($,$,'\X2\D604C5F4BD80D558C758\X0\ \X2\D569ACC4\X0\','\X2\ACF5AE30\X0\ \X2\C628B3C4B97C\X0\ \X2\C0C1C2B9\X0\ \S\7 \X2\D558AC15D558B294\X0\ \X2\CDE8B4DD\X0\ \S\7 \X2\C190C2E4\X0\ \X2\C5F4B7C9C758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4AC00\X0\ \X2\C5F4\X0\ \X2\C190C2E4C774B41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4AC00\X0\ \X2\C5F4C744\X0\ \X2\AC80C0C9B41CB2E4\X0\.','ko-KR',$); +#10027= IFCRELASSOCIATESLIBRARY('24GAV7CjPCDRTiBCIwXqxw',$,$,$,(#3001),#17240); +#17240= IFCLIBRARYREFERENCE($,$,'Total Heat Gain',$,'en',$); -#10030= IFCRELASSOCIATESLIBRARY('3KOgc_IDP08gS7gjFtwcVe',$,$,$,(#2998),#17241); -#17241= IFCLIBRARYREFERENCE($,$,'Total Sensible Load',$,'en',$); +#10028= IFCRELASSOCIATESLIBRARY('3MgKGyLWnFG9G$rchqetE4',$,$,$,(#3001),#17241); +#17241= IFCLIBRARYREFERENCE($,$,'\X2\71B153D65F97306E54088A08\X0\','\X2\30D430FC30AF6642306E5BA451856700592751B7623F8CA083776642306B53D65F973057305F985571B162163044306F30A830CD30EB30AE30FC3002\X0\','ja-JP',$); -#10031= IFCRELASSOCIATESLIBRARY('25BRCdFhvBDOo04cF2K_x0',$,$,$,(#2998),#17242); -#17242= IFCLIBRARYREFERENCE($,$,'\X2\985571B18CA08377306E54088A08\X0\','\X2\7A7A6C176E295EA630924E0A660730FB4E0B964D3055305B308B53D65F9730FB640D5931306E71B191CF306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF095834540830015BA45185304C71B1640D59313068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF095834540830015BA45185304C71B153D65F973068306A308B3002\X0\','ja-JP',$); +#10029= IFCRELASSOCIATESLIBRARY('0JFZDf9H1FnP741zl3QgIp',$,$,$,(#3001),#17242); +#17242= IFCLIBRARYREFERENCE($,$,'\X2\C5F0\X0\ \X2\C778C218\X0\ \X2\AE08C561\X0\','\X2\CD5CB300C758\X0\ \X2\C2E4B0B4\X0\ \X2\CD5CB300\X0\ \X2\B0C9BC29\X0\ \X2\BD80D558\X0\ \X2\CDE8B4DDD55C\X0\ \X2\D604C5F4\X0\ \X2\B610B294\X0\ \X2\C5D0B108C9C0\X0\.','ko-KR',$); -#10032= IFCRELASSOCIATESLIBRARY('0d4gxT8czCI8JCjLJIaWxm',$,$,$,(#2998),#17243); -#17243= IFCLIBRARYREFERENCE($,$,'\X2\D604C5F4BD80D558C758\X0\ \X2\D569ACC4\X0\','\X2\ACF5AE30\X0\ \X2\C628B3C4B97C\X0\ \X2\C0C1C2B9\X0\ \S\7 \X2\D558AC15D558B294\X0\ \X2\CDE8B4DD\X0\ \S\7 \X2\C190C2E4\X0\ \X2\C5F4B7C9C758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4AC00\X0\ \X2\C5F4\X0\ \X2\C190C2E4C774B41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4AC00\X0\ \X2\C5F4C744\X0\ \X2\AC80C0C9B41CB2E4\X0\.','ko-KR',$); +#10030= IFCRELASSOCIATESLIBRARY('2Ak477$vX0TeoKLR32q1uO',$,$,$,(#3002),#17243); +#17243= IFCLIBRARYREFERENCE($,$,'Total Heating Capacity',$,'en',$); -#10033= IFCRELASSOCIATESLIBRARY('08dVuDaqn2hOj_ymQJgJzP',$,$,$,(#2999),#17244); -#17244= IFCLIBRARYREFERENCE($,$,'Total UACurves',$,'en',$); +#10031= IFCRELASSOCIATESLIBRARY('3Rt3x3g$5CAv8_vbopXowH',$,$,$,(#3003),#17244); +#17244= IFCLIBRARYREFERENCE($,$,'Total Heating Load',$,'en',$); -#10034= IFCRELASSOCIATESLIBRARY('3dQDYidhb728NUU$3drPD7',$,$,$,(#2999),#17245); -#17245= IFCLIBRARYREFERENCE($,$,'CourbesCoefficientTransmissionThermiqueTotal','Courbes de coefficient de transmission thermique total - vitesses de l''eau et de l''air, U.S = [(C1*D\S\ibitA\S\iraulique^0,8)^-1 + (C2*D\S\ibitHydraulique^0,8)^-1]^-1.\X\0D\X\0ARemarque: comme deux variables sont utilis\S\ies, ValeursDefinir et ValeursD\S\ifinies sont nulles, et les valeurs sont enregistr\S\ies dans IfcTable dans l''ordre suivant:\X\0D\X\0AD\S\ibitA\S\iraulique, DebitHydraulique, U.S.\X\0D\X\0ALe IfcTable est li\S\i \S\` IfcPropertyTableValue en utilisant IfcMetric et IfcPropertyConstraintRelationship.','fr-FR',$); +#10032= IFCRELASSOCIATESLIBRARY('3Budx2OCz5Vfn6jw_0kCwa',$,$,$,(#3003),#17245); +#17245= IFCLIBRARYREFERENCE($,$,'\X2\6696623F8CA08377\X0\','\X2\5EFA7269300130BE30FC30F3300190E85C4B306E30D430FC30AF6642306E6696623F8CA083773002\X0\','ja-JP',$); -#10035= IFCRELASSOCIATESLIBRARY('1mFouH1WT9RuwJUnbNMM3D',$,$,$,(#3000),#17246); -#17246= IFCLIBRARYREFERENCE($,$,'Total Wattage',$,'en',$); +#10033= IFCRELASSOCIATESLIBRARY('13URmJ78fFrRWagPuoauEZ',$,$,$,(#3003),#17246); +#17246= IFCLIBRARYREFERENCE($,$,'\X2\B09CBC29\X0\ \X2\BD80D558\X0\','\X2\AC74BB3C\X0\ \X2\C601C5ED\X0\ \X2\BC29\X0\ \X2\CD5CB300\X0\ \X2\B09CBC29\X0\ \X2\BD80D558\X0\.','ko-KR',$); -#10036= IFCRELASSOCIATESLIBRARY('2LXZqO03H1X9mZ3IcLkloi',$,$,$,(#3000),#17247); -#17247= IFCLIBRARYREFERENCE($,$,'\X2\7DCF30EF30C330C86570\X0\','\X2\51683066306E7167660E56685177306E30EF30C330C865703002\X0\','ja-JP',$); +#10034= IFCRELASSOCIATESLIBRARY('3ZnMR6NLHE$xo5AWLi84VD',$,$,$,(#3004),#17247); +#17247= IFCLIBRARYREFERENCE($,$,'Total Heat Loss',$,'en',$); -#10037= IFCRELASSOCIATESLIBRARY('3ldyukv21AnxwheaOZZoSf',$,$,$,(#3000),#17248); -#17248= IFCLIBRARYREFERENCE($,$,'\X2\CD1D\X0\ \X2\C640D2B8\X0\','\X2\BAA8B4E0\X0\ \X2\C870BA85AE30AD6C\X0\ \X2\C640D2B8\X0\.','ko-KR',$); +#10035= IFCRELASSOCIATESLIBRARY('30ntIA0d989gZMwJjkvnm_',$,$,$,(#3004),#17248); +#17248= IFCLIBRARYREFERENCE($,$,'\X2\71B130ED30B9306E54088A08\X0\','\X2\30D430FC30AF6642306E5BA45185670059276696623F8CA083776642306B53D65F9730FB640D59313057305F71B162163044306F30A830CD30EB30AE30FC3002\X0\','ja-JP',$); -#10039= IFCRELASSOCIATESLIBRARY('3qKFDhFS15iwpYPa5h1yVo',$,$,$,(#3001),#17249); -#17249= IFCLIBRARYREFERENCE($,$,'Touch Screen',$,'en',$); +#10036= IFCRELASSOCIATESLIBRARY('1U4ye5FVDEQu9Vt3jncO9Q',$,$,$,(#3004),#17249); +#17249= IFCLIBRARYREFERENCE($,$,'\X2\C5F4\X0\ \X2\C190C2E4\X0\ \X2\D569ACC4\X0\','\X2\CD5CB300C758\X0\ \X2\C2E4B0B4\X0\ \X2\CD5CB300\X0\ \X2\B09CBC29\X0\ \X2\BD80D558C5D0\X0\ \X2\CDE8B4DD\X0\ \S\7 \X2\C190C2E4\X0\ \X2\C5F4\X0\ \X2\B610B294\X0\ \X2\C5D0B108C9C0\X0\.','ko-KR',$); -#10040= IFCRELASSOCIATESLIBRARY('3z79rgPEb4D9gv9XPqXGao',$,$,$,(#3001),#17250); -#17250= IFCLIBRARYREFERENCE($,$,'\X2\30BF30C330C130B930AF30EA30FC30F3\X0\','\X2\30BF30C330C130B930AF30EA30FC30F3306E30B530DD30FC30C83092793A30593002\X0\','ja-JP',$); +#10037= IFCRELASSOCIATESLIBRARY('0ZjNMro8TDVg79GIO2sb0h',$,$,$,(#3005),#17250); +#17250= IFCLIBRARYREFERENCE($,$,'Total Heat Transfer Rate',$,'en',$); -#10041= IFCRELASSOCIATESLIBRARY('1HPHkAbk9D7Rfzl2uERyP0',$,$,$,(#3001),#17251); -#17251= IFCLIBRARYREFERENCE($,$,'\X2\D130CE58\X0\ \X2\C2A4D06CB9B0\X0\','\X2\D130CE58\X0\ \X2\C2A4D06CB9B0\X0\ \X2\C9C0C6D0C744\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); +#10038= IFCRELASSOCIATESLIBRARY('1_ef02go16Xx6gsol18FDd',$,$,$,(#3005),#17251); +#17251= IFCLIBRARYREFERENCE($,$,'\X2\516871B14EA463DB91CF\X0\','\X2\4E006B217A7A6C176D41306E516871B14EA463DB91CF\X0\','ja-JP',$); -#10049= IFCRELASSOCIATESLIBRARY('0UmXn2JvDFP8docCZd2QWE',$,$,$,(#3015),#17252); -#17252= IFCLIBRARYREFERENCE($,$,'Transformer Vector Group',$,'en',$); +#10039= IFCRELASSOCIATESLIBRARY('0b9dlqp3PCMxPQW$qL084I',$,$,$,(#3006),#17252); +#17252= IFCLIBRARYREFERENCE($,$,'Total Heat Transfer Rate',$,'en',$); -#10054= IFCRELASSOCIATESLIBRARY('2Zy_qTHZf9s8wwDegyUdEz',$,$,$,(#3025),#17253); -#17253= IFCLIBRARYREFERENCE($,$,'Transportation Strength',$,'en',$); +#10040= IFCRELASSOCIATESLIBRARY('123QYi28z9X86KAxFdbSEp',$,$,$,(#3006),#17253); +#17253= IFCLIBRARYREFERENCE($,$,'PuissanceThermiqueTotale','Puissance thermique totale','fr-FR',$); -#10055= IFCRELASSOCIATESLIBRARY('01G3c2aMj48B_9VZyEWycC',$,$,$,(#3025),#17254); -#17254= IFCLIBRARYREFERENCE($,$,'\X2\8F3890015F375EA6\X0\','\X2\8F389001306B5FC58981306A30B330F330AF30EA30FC30C8306E67005C0F5FC5898157277E2E5F375EA63002\X0\','ja-JP',$); +#10041= IFCRELASSOCIATESLIBRARY('0in7d6PxL6Ku4NoV5170HF',$,$,$,(#3006),#17254); +#17254= IFCLIBRARYREFERENCE($,$,'\X2\516871B14EA463DB91CF\X0\','\X2\516871B14EA463DB91CF\X0\','ja-JP',$); -#10059= IFCRELASSOCIATESLIBRARY('1RL7jV3yL3W9c4mBWTGFr8',$,$,$,(#3029),#17255); -#17255= IFCLIBRARYREFERENCE($,$,'Trap Type',$,'en',$); +#10042= IFCRELASSOCIATESLIBRARY('3ITP9$KQjCDg4YRwoCQUn6',$,$,$,(#3007),#17255); +#17255= IFCLIBRARYREFERENCE($,$,'Total Latent Load',$,'en',$); -#10060= IFCRELASSOCIATESLIBRARY('09qhF4ZBvFxhvqlQdDNFEG',$,$,$,(#3029),#17256); -#17256= IFCLIBRARYREFERENCE($,$,'\X2\963281ED5F017A2E985E\X0\','\X2\5FC5898130683055308C308B30BF30A430D7304C30BB30C330C83055308C308B963281ED5F01306E5B9A7FA93055308C305F30BF30A430D7309278BA8A8D30573066304F3060305530443002\X0\','ja-JP',$); +#10043= IFCRELASSOCIATESLIBRARY('1dIb3Bww50kgqjSYYIHF04',$,$,$,(#3007),#17256); +#17256= IFCLIBRARYREFERENCE($,$,'\X2\6F5C71B18CA08377306E54088A08\X0\','\X2\7A7A6C176E7F5EA6FF086C3484B86C1791CFFF0930924E0A660730FB4E0B964D3055305B308B53D65F9730FB640D5931306E71B191CF306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF095834540830015BA45185306E6C3484B86C17304C6E1B5C113068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF095834540830015BA45185306E6C3484B86C17304C589759273068306A308B3002\X0\','ja-JP',$); -#10061= IFCRELASSOCIATESLIBRARY('3aBxfh4QbB1f2BtYPUP7AZ',$,$,$,(#3030),#17257); -#17257= IFCLIBRARYREFERENCE($,$,'Trap Type',$,'en',$); +#10044= IFCRELASSOCIATESLIBRARY('3JR_MWo5L1Ch0rl2NisNha',$,$,$,(#3007),#17257); +#17257= IFCLIBRARYREFERENCE($,$,'\X2\C7A0C5F4BD80D558C758\X0\ \X2\D569ACC4\X0\','\X2\C2B5B3C4\X0\ (\X2\C218C99DAE30B7C9\X0\)\X2\C744\X0\ \X2\C0C1C2B9\X0\ \S\7 \X2\D558AC15D558B294\X0\ \X2\CDE8B4DD\X0\ \S\7 \X2\C190C2E4\X0\ \X2\C5F4B7C9C758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4C758\X0\ \X2\C218C99DAE30AC00\X0\ \X2\AC10C18CB41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4C758\X0\ \X2\C218C99DAE30AC00\X0\ \X2\C99DAC00B41CB2E4\X0\.','ko-KR',$); -#10062= IFCRELASSOCIATESLIBRARY('3w0pKHKZzFuw7W58x145wP',$,$,$,(#3030),#17258); -#17258= IFCLIBRARYREFERENCE($,$,'\X2\963281ED5F01306E7A2E985E\X0\','\X2\30BB30C330C83055308C308B4E885B9A306E5E8A306E963281ED5F0130687D44307F5408308F305B30664F7F308F308C308B5EC368C47269306E963281ED5F01306E30423089304B305830815B9A7FA93055308C305F30BF30A430D7306E8B58522560C558313002\X0\','ja-JP',$); +#10045= IFCRELASSOCIATESLIBRARY('2j1Rs9kBTCw9p0AIpuBGzp',$,$,$,(#3008),#17258); +#17258= IFCLIBRARYREFERENCE($,$,'Total Latent Load',$,'en',$); -#10063= IFCRELASSOCIATESLIBRARY('2x7P0zgOf7CgPYzXN22YmW',$,$,$,(#3031),#17259); -#17259= IFCLIBRARYREFERENCE($,$,'Trap Type',$,'en',$); +#10046= IFCRELASSOCIATESLIBRARY('3JJbQANq55ZfJ2jgN9uL_M',$,$,$,(#3008),#17259); +#17259= IFCLIBRARYREFERENCE($,$,'\X2\6F5C71B18CA08377306E54088A08\X0\','\X2\7A7A6C176E7F5EA6FF086C3484B86C1791CFFF0930924E0A660730FB4E0B964D3055305B308B53D65F9730FB640D5931306E71B191CF306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF095834540830015BA45185306E6C3484B86C17304C6E1B5C113068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF095834540830015BA45185306E6C3484B86C17304C589759273068306A308B3002\X0\','ja-JP',$); -#10064= IFCRELASSOCIATESLIBRARY('3HEBJ_GVrAkxTcPPWgatp2',$,$,$,(#3031),#17260); -#17260= IFCLIBRARYREFERENCE($,$,'\X2\963281ED5F01306E7A2E985E\X0\','\X2\30BB30C330C83055308C308B4E885B9A306E963281ED5F01306E30423089304B305830815B9A7FA93055308C305F30BF30A430D7309278BA8A8D3057307E30593002\X0\','ja-JP',$); +#10047= IFCRELASSOCIATESLIBRARY('1Au9gF4y93deP73f_gfvhE',$,$,$,(#3008),#17260); +#17260= IFCLIBRARYREFERENCE($,$,'\X2\C7A0C5F4BD80D558C758\X0\ \X2\D569ACC4\X0\','\X2\C2B5B3C4\X0\ (\X2\C218C99DAE30B7C9\X0\)\X2\C744\X0\ \X2\C0C1C2B9\X0\ \S\7 \X2\D558AC15D558B294\X0\ \X2\CDE8B4DD\X0\ \S\7 \X2\C190C2E4\X0\ \X2\C5F4B7C9C758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4C758\X0\ \X2\C218C99DAE30AC00\X0\ \X2\AC10C18CB41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4C758\X0\ \X2\C218C99DAE30AC00\X0\ \X2\C99DAC00B41CB2E4\X0\.','ko-KR',$); -#10065= IFCRELASSOCIATESLIBRARY('1YmEVMhkP68xys4eAyWFGr',$,$,$,(#3032),#17261); -#17261= IFCLIBRARYREFERENCE($,$,'Auftritt','German-description-5','de-DE',$); +#10048= IFCRELASSOCIATESLIBRARY('0NVZQrEKL1v80OWCbOXAO0',$,$,$,(#3009),#17261); +#17261= IFCLIBRARYREFERENCE($,$,'Total Primary Energy Consumption',$,'en',$); -#10066= IFCRELASSOCIATESLIBRARY('0GI0wxy_TBDvt$dQazXXLW',$,$,$,(#3032),#17262); -#17262= IFCLIBRARYREFERENCE($,$,'Tread Length',$,'en',$); +#10049= IFCRELASSOCIATESLIBRARY('0WrXywFfj3WO4_poDMssCU',$,$,$,(#3009),#17262); +#17262= IFCLIBRARYREFERENCE($,$,'ConsommationTotaleEnergiePrimaire','Consommation d''\S\inergie primaire utilis\S\ie, telle que d\S\ifinie dans les normes ISO21930:2007 [NDT : ou NF P01-010]','fr-FR',$); -#10067= IFCRELASSOCIATESLIBRARY('1LzYRAT_j4rRWkou1bw7BD',$,$,$,(#3032),#17263); -#17263= IFCLIBRARYREFERENCE($,$,'LongueurGiron','Longueur de giron (largeur de marche), suppos\S\ie \S\igale pour toutes les marches de l''escalier ou de la vol\S\ie de marchesle long de la ligne de foul\S\ie','fr-FR',$); +#10050= IFCRELASSOCIATESLIBRARY('2dvipu4cv8q99Qz5eGdn8N',$,$,$,(#3009),#17263); +#17263= IFCLIBRARYREFERENCE($,$,'\X2\4E3B306A30A830CD30EB30AE30FC6D888CBB306E7DCF91CF\X0\','ISO21930:2007.\X2\30675B9A7FA93055308C30663044308B30A830CD30EB30AE30FC91CF3002\X0\','ja-JP',$); -#10068= IFCRELASSOCIATESLIBRARY('1gSyd283vCvR4c_fyFfvX8',$,$,$,(#3032),#17264); -#17264= IFCLIBRARYREFERENCE($,$,'\X2\8E0F97629577\X0\','\X2\8E0F9762306E524D976290E85206304B30896B21306E8E0F9762307E3067306E6C345E7365B95411306E8DDD96E230023053306E8E0F97629577306E5024306F30014E009023306E968E6BB5306B304A30443066540C3058502430684EEE5B9A3059308B3002\X0\','ja-JP',$); +#10051= IFCRELASSOCIATESLIBRARY('1gJTJ4GknBRxju51rPAeeU',$,$,$,(#3009),#17264); +#17264= IFCLIBRARYREFERENCE($,$,'\X2\BAA8B4E0\X0\ \X2\CC28\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0C11C\X0\ \X2\C815C758B41C\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); -#10069= IFCRELASSOCIATESLIBRARY('0sMWvw$ljAEglqkyThRCPX',$,$,$,(#3032),#17265); -#17265= IFCLIBRARYREFERENCE($,$,'\X2\8E0F677F957F5EA6\X0\','\X2\8E0F677F524D7F1852304E0B4E007EA78E0F677F524D7F1876846C345E738DDD79BB3002\X0\\X\0D\X\0A\X2\8D707EBF65B954114E0A697C68AF621668AF6BB56240670968AF7EA776848E0F677F5BBD5EA65E945F534E0081F43002\X0\','zh-CN',$); +#10052= IFCRELASSOCIATESLIBRARY('2YOf9tEBz098gpQLl7Q31Z',$,$,$,(#3010),#17265); +#17265= IFCLIBRARYREFERENCE($,$,'Total Primary Energy Consumption Per Unit',$,'en',$); -#10070= IFCRELASSOCIATESLIBRARY('32TY8d9Sj6FRqOw6wct8CP',$,$,$,(#3033),#17266); -#17266= IFCLIBRARYREFERENCE($,$,'Auftritt','German-description-5','de-DE',$); +#10053= IFCRELASSOCIATESLIBRARY('2P9j1qC2X3vOqMAg3nEaRG',$,$,$,(#3010),#17266); +#17266= IFCLIBRARYREFERENCE($,$,'ConsommationTotaleEnergiePrimaireParUnite','Consommation d''\S\inergie primaire utilis\S\ie, telle que d\S\ifinie dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]','fr-FR',$); -#10071= IFCRELASSOCIATESLIBRARY('1Xh0mU4TbDefkHMXnUIDfU',$,$,$,(#3033),#17267); -#17267= IFCLIBRARYREFERENCE($,$,'Tread Length',$,'en',$); +#10054= IFCRELASSOCIATESLIBRARY('2qrqkEAln0uv1wXN1DWFNr',$,$,$,(#3010),#17267); +#17267= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A51684E006B2130A830CD30EB30AE6D888CBB\X0\','ISO21930:2007\X2\30675B9A7FA93055308C305F30A830CD30EB30AE30FC6D888CBB91CF3002\X0\','ja-JP',$); -#10072= IFCRELASSOCIATESLIBRARY('0ERjaZnOf8l9lghu_f2wPD',$,$,$,(#3033),#17268); -#17268= IFCLIBRARYREFERENCE($,$,'LongueurGiron','Longueur de giron (largeur de marche), suppos\S\ie \S\igale pour toutes les marches de l''escalier ou de la vol\S\ie de marchesle long de la ligne de foul\S\ie','fr-FR',$); +#10055= IFCRELASSOCIATESLIBRARY('394zS73YXAaeVqm2PDsYRw',$,$,$,(#3010),#17268); +#17268= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704B2F9\X0\ \X2\BAA8B4E0\X0\ \X2\CC28\X0\ \X2\C5D0B108C9C0\X0\ \X2\C18CBE44\X0\','ISO21930 : 2007\X2\C5D0C11C\X0\ \X2\C815C758B41C\X0\ \X2\C5D0B108C9C0\X0\ \X2\C0ACC6A9B7C9\X0\','ko-KR',$); -#10073= IFCRELASSOCIATESLIBRARY('0eA8P1nrb7nvMWsPLaMdvH',$,$,$,(#3033),#17269); -#17269= IFCLIBRARYREFERENCE($,$,'\X2\8E0F97629577\X0\','\X2\8E0F9762306E524D976290E85206304B30896B21306E8E0F9762307E3067306E6C345E7365B95411306E8DDD96E230023053306E8E0F97629577306E5024306F30014E009023306E968E6BB5306B304A30443066540C3058502430684EEE5B9A3059308B3002\X0\','ja-JP',$); +#10056= IFCRELASSOCIATESLIBRARY('1smRPLLc956gZKLp_ZoSry',$,$,$,(#3011),#17269); +#17269= IFCLIBRARYREFERENCE($,$,'Total Radiant Load',$,'en',$); -#10074= IFCRELASSOCIATESLIBRARY('22WfQmba94ngeuoIanR9tx',$,$,$,(#3033),#17270); -#17270= IFCLIBRARYREFERENCE($,$,'\X2\8E0F677F957F5EA6\X0\','\X2\8E0F677F524D7F1852304E0B4E007EA78E0F677F524D7F1876846C345E738DDD79BB3002\X0\\X\0D\X\0A\X2\8D707EBF65B954114E0A697C68AF621668AF6BB56240670968AF7EA776848E0F677F5BBD5EA65E945F534E0081F43002\X0\','zh-CN',$); +#10057= IFCRELASSOCIATESLIBRARY('2AXDlF0gf3HPHU0CRfw4Q2',$,$,$,(#3011),#17270); +#17270= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0471B18CA08377306E54088A08\X0\','\X2\653E5C043084543853CE306B3088308B653E5C0430A830CD30EB30AE30FC306E589752A0300162163044306F6E1B5C11306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF09583454083001653E5C0430A830CD30EB30AE30FC304C6E1B5C113068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF09583454083001653E5C0430A830CD30EB30AE30FC304C589759273068306A308B3002\X0\','ja-JP',$); -#10075= IFCRELASSOCIATESLIBRARY('1FkWEQ07zB8huERW7ZSdZh',$,$,$,(#3034),#17271); -#17271= IFCLIBRARYREFERENCE($,$,'minimaler Auftritt an der Innenseite','German-description-9','de-DE',$); +#10058= IFCRELASSOCIATESLIBRARY('1D557LKy10nvlnY7Z16Veu',$,$,$,(#3011),#17271); +#17271= IFCLIBRARYREFERENCE($,$,'\X2\BCF5C0ACC5F4B85CB4DC\X0\ \X2\D569ACC4\X0\','\X2\BC29C0ACC120\X0\ \X2\BC0F\X0\ \X2\D761C218C5D0\X0\ \X2\C758D55C\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0\X0\ \X2\C99DAC00\X0\ \X2\B610B294\X0\ \X2\AC10C18CC758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\AC10C18CB41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\C99DB300B41CB2E4\X0\.','ko-KR',$); -#10076= IFCRELASSOCIATESLIBRARY('0MV73KeIj27u2X51vReJeA',$,$,$,(#3034),#17272); -#17272= IFCLIBRARYREFERENCE($,$,'Tread Length At Inner Side',$,'en',$); +#10059= IFCRELASSOCIATESLIBRARY('2YuYSiDOv71wb$3J_EPaDj',$,$,$,(#3012),#17272); +#17272= IFCLIBRARYREFERENCE($,$,'Total Radiant Load',$,'en',$); -#10077= IFCRELASSOCIATESLIBRARY('2DmS9pZ$fEYeAcBiWoJx0f',$,$,$,(#3034),#17273); -#17273= IFCLIBRARYREFERENCE($,$,'LongueurGironCoteInterieur','Longueur minimum des girons du c\S\tt\S\i int\S\irieur de l''enroulement. Pertinent seulement pour les escaliers tournants car pour une vol\S\ie droite, la valeur est donn\S\ie par la propri\S\it\S\i "Longueur du giron". C''est une valeur pr\S\icalcul\S\ie. En cas d''incoh\S\irence, c''est la valeur d\S\iriv\S\ie de la repr\S\isentation de la forme qui prime.','fr-FR',$); +#10060= IFCRELASSOCIATESLIBRARY('068GgHbSPF2giZVYKIbtL1',$,$,$,(#3012),#17273); +#17273= IFCLIBRARYREFERENCE($,$,'\X2\653E5C0471B18CA08377306E54088A08\X0\','\X2\653E5C043084543853CE306B3088308B653E5C0430A830CD30EB30AE30FC306E589752A0300162163044306F6E1B5C11306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF09583454083001653E5C0430A830CD30EB30AE30FC304C6E1B5C113068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF09583454083001653E5C0430A830CD30EB30AE30FC304C589759273068306A308B3002\X0\','ja-JP',$); -#10078= IFCRELASSOCIATESLIBRARY('0QkWm2tmP6Lf8AoPrmJf0c',$,$,$,(#3034),#17274); -#17274= IFCLIBRARYREFERENCE($,$,'\X2\51854FA78E0F677F957F5EA6\X0\','\X2\87BA65CB697C68AF8E0F677F51854FA7768467005C0F957F5EA63002\X0\\X\0D\X\0A\X2\8BE55C5E60274EC5900275284E8E87BA65CB697C68AF30025BF976F48DD1697C68AFFF0C8BE55C5E60274E0E\X0\IfcStairFlight.TreadLength\X2\4E0081F430028BE55C5E60274E3A98848BBE503CFF0C82E5670951B27A81FF0C5E944EE54ECE5F6272B663CF8FF05F9752307684503C4E3A51C63002\X0\','zh-CN',$); +#10061= IFCRELASSOCIATESLIBRARY('2GHeG0B8X0ZR4dH$hiYYd9',$,$,$,(#3012),#17274); +#17274= IFCLIBRARYREFERENCE($,$,'\X2\BCF5C0ACC5F4B85CB4DC\X0\ \X2\D569ACC4\X0\','\X2\BC29C0ACC120\X0\ \X2\BC0F\X0\ \X2\D761C218C5D0\X0\ \X2\C758D55C\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0\X0\ \X2\C99DAC00\X0\ \X2\B610B294\X0\ \X2\AC10C18CC758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\AC10C18CB41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\BC29C0AC\X0\ \X2\C5D0B108C9C0AC00\X0\ \X2\C99DB300B41CB2E4\X0\.','ko-KR',$); -#10079= IFCRELASSOCIATESLIBRARY('2k$vKR9Af8_udTe_c1Vl5s',$,$,$,(#3035),#17275); -#17275= IFCLIBRARYREFERENCE($,$,'minimaler Auftritt an der Innenseite',$,'de-DE',$); +#10062= IFCRELASSOCIATESLIBRARY('1JjgB3kjrDk9bDePp1YWBv',$,$,$,(#3013),#17275); +#17275= IFCLIBRARYREFERENCE($,$,'Total Sensible Heat Gain',$,'en',$); -#10080= IFCRELASSOCIATESLIBRARY('2F$ZqXcIrBTAlPww_yPF_L',$,$,$,(#3035),#17276); -#17276= IFCLIBRARYREFERENCE($,$,'Tread Length At Inner Side',$,'en',$); +#10063= IFCRELASSOCIATESLIBRARY('2a34xkOPzBgP87Xo39au_W',$,$,$,(#3013),#17276); +#17276= IFCLIBRARYREFERENCE($,$,'\X2\985571B18CA08377306E54088A08\X0\','\X2\30D430FC30AF6642306E51B7623F67614EF6306753D65F973057305F985571B162163044306F30A830CD30EB30AE30FC3002\X0\','ja-JP',$); -#10081= IFCRELASSOCIATESLIBRARY('0rM2hv1816xOn2RzdNmKA6',$,$,$,(#3036),#17277); -#17277= IFCLIBRARYREFERENCE($,$,'Auftritt an der Lauflinie',$,'de-DE',$); +#10064= IFCRELASSOCIATESLIBRARY('3M_qVOgCz0iuV$N$AHldtW',$,$,$,(#3013),#17277); +#17277= IFCLIBRARYREFERENCE($,$,'\X2\D604C5F4\X0\ \X2\BD80D558C758\X0\ \X2\D569ACC4\X0\','\X2\D53CD06C\X0\ \X2\B0C9BC29\X0\ \X2\C870AC74C5D0C11C\X0\ \X2\C5BBC740\X0\ \X2\D604C5F4\X0\ \X2\B610B294\X0\ \X2\C5D0B108C9C0\X0\.','ko-KR',$); -#10082= IFCRELASSOCIATESLIBRARY('0jjgdo3qL2IxK4NacybbRT',$,$,$,(#3036),#17278); -#17278= IFCLIBRARYREFERENCE($,$,'Tread Length At Offset',$,'en',$); +#10065= IFCRELASSOCIATESLIBRARY('0PxMH_p9DDOxeMKawhd2en',$,$,$,(#3014),#17278); +#17278= IFCLIBRARYREFERENCE($,$,'Total Sensible Load',$,'en',$); -#10083= IFCRELASSOCIATESLIBRARY('0j1vqeHcz2xOfLV5Q$m0tH',$,$,$,(#3037),#17279); -#17279= IFCLIBRARYREFERENCE($,$,'Auftritt an der Lauflinie','German-description-8','de-DE',$); +#10066= IFCRELASSOCIATESLIBRARY('1qSMwglHX5hQX1bsC6NIur',$,$,$,(#3014),#17279); +#17279= IFCLIBRARYREFERENCE($,$,'\X2\985571B18CA08377306E54088A08\X0\','\X2\7A7A6C176E295EA630924E0A660730FB4E0B964D3055305B308B53D65F9730FB640D5931306E71B191CF306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF095834540830015BA45185304C71B1640D59313068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF095834540830015BA45185304C71B153D65F973068306A308B3002\X0\','ja-JP',$); -#10084= IFCRELASSOCIATESLIBRARY('1oEb8ca7z9jOHRMcpZWhyP',$,$,$,(#3037),#17280); -#17280= IFCLIBRARYREFERENCE($,$,'Tread Length At Offset',$,'en',$); +#10067= IFCRELASSOCIATESLIBRARY('3_ZbOgfY52rOYGKXOXVhDL',$,$,$,(#3014),#17280); +#17280= IFCLIBRARYREFERENCE($,$,'\X2\D604C5F4BD80D558C758\X0\ \X2\D569ACC4\X0\','\X2\ACF5AE30\X0\ \X2\C628B3C4B97C\X0\ \X2\C0C1C2B9\X0\ \S\7 \X2\D558AC15D558B294\X0\ \X2\CDE8B4DD\X0\ \S\7 \X2\C190C2E4\X0\ \X2\C5F4B7C9C758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4AC00\X0\ \X2\C5F4\X0\ \X2\C190C2E4C774B41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4AC00\X0\ \X2\C5F4C744\X0\ \X2\AC80C0C9B41CB2E4\X0\.','ko-KR',$); -#10085= IFCRELASSOCIATESLIBRARY('0LO1U5IEfBwRGgy_7zUakn',$,$,$,(#3037),#17281); -#17281= IFCLIBRARYREFERENCE($,$,'LongueurGironSurLigneFoulee','Longueur du giron le long de la ligne de foul\S\ie. La valeur relativement \S\` cette position doit normalement \S\jtre identique \S\` la propri\S\it\S\i "Longueur du giron" ; elle peut \S\jtre indiqu\S\ie si la valeur de la propri\S\it\S\i "D\S\icalage de la ligne de foul\S\ie" donn\S\ie par une r\S\hgle de calcul est diff\S\irente de celle utilis\S\ie en conception.','fr-FR',$); +#10068= IFCRELASSOCIATESLIBRARY('0Bl9v2vRjDyOPusJWWJRq7',$,$,$,(#3015),#17281); +#17281= IFCLIBRARYREFERENCE($,$,'Total Sensible Load',$,'en',$); -#10086= IFCRELASSOCIATESLIBRARY('37Dl4nXz5EdAeNLOPS0Pwp',$,$,$,(#3037),#17282); -#17282= IFCLIBRARYREFERENCE($,$,'\X2\504F79FB8E0F677F957F5EA6\X0\','\X2\572863075B9A504F79FB91CF59048E0F677F7684957F5EA63002\X0\\X\0D\X\0A\X2\8D707EBF4F4D7F6E7531201C8D707EBF504F79FB201D63075B9A30028BE55C5E60274E00822C5E944E0E8E0F677F957F5EA64E0081F4FF0C4F465982679C6839636E5EFA7B5189C483038BA17B975F97523076848D707EBF504F79FB91CF548C8BBE8BA14E2D4F7F752876848D707EBF504F79FB91CF4E0D540C65F6FF0C5E944F7F75288BE55C5E60273002\X0\','zh-CN',$); +#10069= IFCRELASSOCIATESLIBRARY('2rFawHx4D8UuXWsOh3UEdW',$,$,$,(#3015),#17282); +#17282= IFCLIBRARYREFERENCE($,$,'\X2\985571B18CA08377306E54088A08\X0\','\X2\7A7A6C176E295EA630924E0A660730FB4E0B964D3055305B308B53D65F9730FB640D5931306E71B191CF306E54088A08300230BC30ED3088308A5C0F30553044FF08FF0DFF095834540830015BA45185304C71B1640D59313068306A308B300230BC30ED3088308A5927304D3044FF08FF0BFF095834540830015BA45185304C71B153D65F973068306A308B3002\X0\','ja-JP',$); -#10087= IFCRELASSOCIATESLIBRARY('3FgT00JafB2ObkD$_1d7mw',$,$,$,(#3038),#17283); -#17283= IFCLIBRARYREFERENCE($,$,'Tripping Curve',$,'en',$); +#10070= IFCRELASSOCIATESLIBRARY('0KpS$Iq5v7bBj0kQ2kMcT1',$,$,$,(#3015),#17283); +#17283= IFCLIBRARYREFERENCE($,$,'\X2\D604C5F4BD80D558C758\X0\ \X2\D569ACC4\X0\','\X2\ACF5AE30\X0\ \X2\C628B3C4B97C\X0\ \X2\C0C1C2B9\X0\ \S\7 \X2\D558AC15D558B294\X0\ \X2\CDE8B4DD\X0\ \S\7 \X2\C190C2E4\X0\ \X2\C5F4B7C9C758\X0\ \X2\CD1D\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\C791C740\X0\ (-) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4AC00\X0\ \X2\C5F4\X0\ \X2\C190C2E4C774B41CB2E4\X0\. \X2\C81CB85CBCF4B2E4\X0\ \X2\D070\X0\ (+) \X2\ACBDC6B0\X0\ \X2\C2E4B0B4AC00\X0\ \X2\C5F4C744\X0\ \X2\AC80C0C9B41CB2E4\X0\.','ko-KR',$); -#10088= IFCRELASSOCIATESLIBRARY('33XXTAuYf1uQaoBgMJUFJ4',$,$,$,(#3038),#17284); -#17284= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C7279602766F27DDA\X0\','(1)\X2\96FB6D41\X0\/\X2\66429593306E4F4D7F6E\X0\[x In]\X2\3067793A3055308C308B\X0\2\X2\FF5E\X0\16\X2\306E60F35B9A3055308C308B96FB6D41502430925B9A7FA93059308B3002\X0\\X\0D\X\0A(2)\X2\5B9A7FA93055308C305F5024306F300196FB6D41\X0\/\X2\66429593306E4F4D7F6E\X0\[\X2\FF53\X0\]\X2\3067793A3055308C308B\X0\2\X2\FF5E\X0\16\X2\306E60F35B9A3055308C308B653E96FB664295933002\X0\','ja-JP',$); +#10071= IFCRELASSOCIATESLIBRARY('0pClt5L3P95e5Ku1KdN0AY',$,$,$,(#3016),#17284); +#17284= IFCLIBRARYREFERENCE($,$,'Total UACurves',$,'en',$); -#10089= IFCRELASSOCIATESLIBRARY('0GZLlfbxn57hbAMUdlHM0P',$,$,$,(#3038),#17285); -#17285= IFCLIBRARYREFERENCE($,$,'\X2\B3D9C791\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120\X0\','(1) \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ \X2\C704CE58\X0\ [x In\X2\C5D0C11C\X0\ \X2\B098D0C0B098B294\X0\ 2 \X\7E 16 \X2\C608C0C1B418B294\X0\ \X2\C804B958\X0\ \X2\AC12C744\X0\ \X2\C815C758D55CB2E4\X0\. (2) \X2\C815C758B41C\X0\ \X2\AC12C740\X0\ \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ \X2\C704CE58\X0\ [s]\X2\B85C\X0\ \X2\D45CC2DCB418B294\X0\ 2 \X\7E 16 \X2\C608C0C1B418B294\X0\ \X2\BC29C804\X0\ \X2\C2DCAC04\X0\.','ko-KR',$); +#10072= IFCRELASSOCIATESLIBRARY('3$OYDTjz57sP1aElnu21Vp',$,$,$,(#3016),#17285); +#17285= IFCLIBRARYREFERENCE($,$,'CourbesCoefficientTransmissionThermiqueTotal','Courbes de coefficient de transmission thermique total - vitesses de l''eau et de l''air, U.S = [(C1*D\S\ibitA\S\iraulique^0,8)^-1 + (C2*D\S\ibitHydraulique^0,8)^-1]^-1.\X\0D\X\0ARemarque: comme deux variables sont utilis\S\ies, ValeursDefinir et ValeursD\S\ifinies sont nulles, et les valeurs sont enregistr\S\ies dans IfcTable dans l''ordre suivant:\X\0D\X\0AD\S\ibitA\S\iraulique, DebitHydraulique, U.S.\X\0D\X\0ALe IfcTable est li\S\i \S\` IfcPropertyTableValue en utilisant IfcMetric et IfcPropertyConstraintRelationship.','fr-FR',$); -#10091= IFCRELASSOCIATESLIBRARY('31eMnG_0n5Luclmmy8QYKr',$,$,$,(#3039),#17286); -#17286= IFCLIBRARYREFERENCE($,$,'Tripping Curve Type',$,'en',$); +#10073= IFCRELASSOCIATESLIBRARY('0DQ1QtKcr39v49YeHG3LLb',$,$,$,(#3017),#17286); +#17286= IFCLIBRARYREFERENCE($,$,'Total Wattage',$,'en',$); -#10092= IFCRELASSOCIATESLIBRARY('2qAXg0tNb9SPn17hfDTVsd',$,$,$,(#3039),#17287); -#17287= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C7279602766F27DDA306E30BF30A430D7\X0\','\X2\52D54F5C7279602766F27DDA306E30BF30A430D7309263075B9A3002\X0\','ja-JP',$); +#10074= IFCRELASSOCIATESLIBRARY('0ga9vnmxXAmebkDNfvy3OI',$,$,$,(#3017),#17287); +#17287= IFCLIBRARYREFERENCE($,$,'\X2\7DCF30EF30C330C86570\X0\','\X2\51683066306E7167660E56685177306E30EF30C330C865703002\X0\','ja-JP',$); -#10093= IFCRELASSOCIATESLIBRARY('22Fk1GZEP0uAYC5jpS2F6o',$,$,$,(#3039),#17288); -#17288= IFCLIBRARYREFERENCE($,$,'\X2\B3D9C791\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\C720D615\X0\','\X2\B3D9C791\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\C720D615C744\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); +#10075= IFCRELASSOCIATESLIBRARY('1wwAqrOlH6GQOaJxN4VYoT',$,$,$,(#3017),#17288); +#17288= IFCLIBRARYREFERENCE($,$,'\X2\CD1D\X0\ \X2\C640D2B8\X0\','\X2\BAA8B4E0\X0\ \X2\C870BA85AE30AD6C\X0\ \X2\C640D2B8\X0\.','ko-KR',$); -#10095= IFCRELASSOCIATESLIBRARY('1APyUItAT4RxssYxj_PVA0',$,$,$,(#3040),#17289); -#17289= IFCLIBRARYREFERENCE($,$,'Tripping Unit Release Current',$,'en',$); +#10077= IFCRELASSOCIATESLIBRARY('3navJ8_nPDRfm7DU9TwIqu',$,$,$,(#3018),#17289); +#17289= IFCLIBRARYREFERENCE($,$,'Touch Screen',$,'en',$); -#10096= IFCRELASSOCIATESLIBRARY('0ddvc52OfEgu0Yrk3oUuXp',$,$,$,(#3040),#17290); -#17290= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C611F5EA696FB6D41\X0\','\X2\6F0F96FB30D630EC30FC30AB306E611F5EA696FB6D415024FF08\X0\mA\X2\FF093002\X0\','ja-JP',$); +#10078= IFCRELASSOCIATESLIBRARY('39HBHyq3T2iRpDAoZXFRuK',$,$,$,(#3018),#17290); +#17290= IFCLIBRARYREFERENCE($,$,'\X2\30BF30C330C130B930AF30EA30FC30F3\X0\','\X2\30BF30C330C130B930AF30EA30FC30F3306E30B530DD30FC30C83092793A30593002\X0\','ja-JP',$); -#10097= IFCRELASSOCIATESLIBRARY('1JOpI_nYz5_f$AuOkGa$4C',$,$,$,(#3040),#17291); -#17291= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\AC10B3C4\X0\ \X2\C804B958\X0\','\X2\B204C804\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\AC10B3C4\X0\ \X2\C804B958\X0\ (mA).','ko-KR',$); +#10079= IFCRELASSOCIATESLIBRARY('0xAZ7fvw94sR27rZvaArJ3',$,$,$,(#3018),#17291); +#17291= IFCLIBRARYREFERENCE($,$,'\X2\D130CE58\X0\ \X2\C2A4D06CB9B0\X0\','\X2\D130CE58\X0\ \X2\C2A4D06CB9B0\X0\ \X2\C9C0C6D0C744\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); -#10098= IFCRELASSOCIATESLIBRARY('0gva_aglTDm95tpXW3RJVj',$,$,$,(#3042),#17292); -#17292= IFCLIBRARYREFERENCE($,$,'Tubing Length',$,'en',$); +#10087= IFCRELASSOCIATESLIBRARY('0OtgR3hPf0$8r3VovRUqc5',$,$,$,(#3032),#17292); +#17292= IFCLIBRARYREFERENCE($,$,'Transformer Vector Group',$,'en',$); -#10099= IFCRELASSOCIATESLIBRARY('2k5RuinULADAYVCy7PbLyp',$,$,$,(#3042),#17293); -#17293= IFCLIBRARYREFERENCE($,$,'\X2\30C130E530FC30D6306E95773055\X0\','\X2\69CB621089817D20306B304A3051308B6C347BA1306E95773055\X0\','ja-JP',$); +#10092= IFCRELASSOCIATESLIBRARY('1B9dS91QvCCvk51CoSJWpf',$,$,$,(#3042),#17293); +#17293= IFCLIBRARYREFERENCE($,$,'Transportation Strength',$,'en',$); -#10100= IFCRELASSOCIATESLIBRARY('0JV5Yhd$nDNRn8yvrO1VdT',$,$,$,(#3043),#17294); -#17294= IFCLIBRARYREFERENCE($,$,'Tuner Channel',$,'en',$); +#10093= IFCRELASSOCIATESLIBRARY('3ct9RCN_j1fvnK0xFkxXI0',$,$,$,(#3042),#17294); +#17294= IFCLIBRARYREFERENCE($,$,'\X2\8F3890015F375EA6\X0\','\X2\8F389001306B5FC58981306A30B330F330AF30EA30FC30C8306E67005C0F5FC5898157277E2E5F375EA63002\X0\','ja-JP',$); -#10101= IFCRELASSOCIATESLIBRARY('1XhU0H0cvC$v4S4_tYixDQ',$,$,$,(#3043),#17295); -#17295= IFCLIBRARYREFERENCE($,$,'\X2\30C130E530FC30CA30FC30C130E330F330CD30EB\X0\','\X2\8A2D5B9A53EF80FD306A30C130E330F330CD30EB3092793A30593002\X0\','ja-JP',$); +#10097= IFCRELASSOCIATESLIBRARY('2fH42WPYn19Q1GHIIcK_t9',$,$,$,(#3046),#17295); +#17295= IFCLIBRARYREFERENCE($,$,'Trap Type',$,'en',$); -#10102= IFCRELASSOCIATESLIBRARY('1bWtulOfXCiBW$JQEsS0RA',$,$,$,(#3043),#17296); -#17296= IFCLIBRARYREFERENCE($,$,'\X2\D29CB108\X0\ \X2\CC44B110\X0\ \X2\C120D0DD\X0\','\X2\AC00B2A5D55C\X0\ \X2\CC44B110C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#10098= IFCRELASSOCIATESLIBRARY('1_YIEKELHFLBsZEWJX7SMe',$,$,$,(#3046),#17296); +#17296= IFCLIBRARYREFERENCE($,$,'\X2\963281ED5F017A2E985E\X0\','\X2\5FC5898130683055308C308B30BF30A430D7304C30BB30C330C83055308C308B963281ED5F01306E5B9A7FA93055308C305F30BF30A430D7309278BA8A8D30573066304F3060305530443002\X0\','ja-JP',$); -#10103= IFCRELASSOCIATESLIBRARY('1kTqHU3V5COQh7bDIRBg4U',$,$,$,(#3044),#17297); -#17297= IFCLIBRARYREFERENCE($,$,'Tuner Frequency',$,'en',$); +#10099= IFCRELASSOCIATESLIBRARY('1_a9KVoOv6egTg8tglkqgP',$,$,$,(#3047),#17297); +#17297= IFCLIBRARYREFERENCE($,$,'Trap Type',$,'en',$); -#10104= IFCRELASSOCIATESLIBRARY('08GdKgB4XFWO$F2YMbVFpr',$,$,$,(#3044),#17298); -#17298= IFCLIBRARYREFERENCE($,$,'\X2\54686CE26570\X0\','\X2\5BFE5FDC54686CE265705E2F3092793A30593002\X0\','ja-JP',$); +#10100= IFCRELASSOCIATESLIBRARY('0vroE1xrj9denWBdVPOP9F',$,$,$,(#3047),#17298); +#17298= IFCLIBRARYREFERENCE($,$,'\X2\963281ED5F01306E7A2E985E\X0\','\X2\30BB30C330C83055308C308B4E885B9A306E5E8A306E963281ED5F0130687D44307F5408308F305B30664F7F308F308C308B5EC368C47269306E963281ED5F01306E30423089304B305830815B9A7FA93055308C305F30BF30A430D7306E8B58522560C558313002\X0\','ja-JP',$); -#10105= IFCRELASSOCIATESLIBRARY('2waY03w3P86e51kBeeM5ZI',$,$,$,(#3044),#17299); -#17299= IFCLIBRARYREFERENCE($,$,'\X2\C8FCD30CC218\X0\ \X2\B300C751\X0\','\X2\C8FCD30CC218\X0\ \X2\B300C5EDC744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#10101= IFCRELASSOCIATESLIBRARY('3qe$LjtQb29gMHacKV6wJB',$,$,$,(#3048),#17299); +#17299= IFCLIBRARYREFERENCE($,$,'Trap Type',$,'en',$); -#10106= IFCRELASSOCIATESLIBRARY('1tDFyHz_jBAgbR6wppSdar',$,$,$,(#3045),#17300); -#17300= IFCLIBRARYREFERENCE($,$,'Tuner Mode',$,'en',$); +#10102= IFCRELASSOCIATESLIBRARY('0tL2BQ7abAOehGhoPO9ZNf',$,$,$,(#3048),#17300); +#17300= IFCLIBRARYREFERENCE($,$,'\X2\963281ED5F01306E7A2E985E\X0\','\X2\30BB30C330C83055308C308B4E885B9A306E963281ED5F01306E30423089304B305830815B9A7FA93055308C305F30BF30A430D7309278BA8A8D3057307E30593002\X0\','ja-JP',$); -#10107= IFCRELASSOCIATESLIBRARY('1N1vTUks99lQreDWNRFo6P',$,$,$,(#3045),#17301); -#17301= IFCLIBRARYREFERENCE($,$,'\X2\30C130E530FC30CA30FC30E230FC30C9\X0\','\X2\53D74FE153EF80FD306A653E900130E230FC30C93092793A30593002\X0\','ja-JP',$); +#10103= IFCRELASSOCIATESLIBRARY('3_lB9Rctr6Iu1H7Be1KcWu',$,$,$,(#3049),#17301); +#17301= IFCLIBRARYREFERENCE($,$,'Auftritt','German-description-5','de-DE',$); -#10108= IFCRELASSOCIATESLIBRARY('0HW2NSWGH4PwJiM3rbbhVn',$,$,$,(#3045),#17302); -#17302= IFCLIBRARYREFERENCE($,$,'\X2\D29CB108\X0\ \X2\BAA8B4DC\X0\','\X2\C218C2E0\X0\ \X2\AC00B2A5D55C\X0\ \X2\BC29C1A1\X0\ \X2\BAA8B4DCB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#10104= IFCRELASSOCIATESLIBRARY('0NNbikxsL4IhS0ddg6W0Er',$,$,$,(#3049),#17302); +#17302= IFCLIBRARYREFERENCE($,$,'Tread Length',$,'en',$); -#10110= IFCRELASSOCIATESLIBRARY('0cNrJQh8fFphp2QM9D32zz',$,$,$,(#3046),#17303); -#17303= IFCLIBRARYREFERENCE($,$,'Tuner Type',$,'en',$); +#10105= IFCRELASSOCIATESLIBRARY('3LCtLuZjP0ChMIiWJHf2Pw',$,$,$,(#3049),#17303); +#17303= IFCLIBRARYREFERENCE($,$,'LongueurGiron','Longueur de giron (largeur de marche), suppos\S\ie \S\igale pour toutes les marches de l''escalier ou de la vol\S\ie de marchesle long de la ligne de foul\S\ie','fr-FR',$); -#10111= IFCRELASSOCIATESLIBRARY('2Vgff7yXb7JQ27Z4H__f8x',$,$,$,(#3046),#17304); -#17304= IFCLIBRARYREFERENCE($,$,'\X2\30C130E530FC30CA30FC30BF30A430D7\X0\','\X2\30C130E530FC30CA30FC30BF30A430D73092793A30593002\X0\','ja-JP',$); +#10106= IFCRELASSOCIATESLIBRARY('3e9E3qOMHFFPrhBwMIzYL0',$,$,$,(#3049),#17304); +#17304= IFCLIBRARYREFERENCE($,$,'\X2\8E0F97629577\X0\','\X2\8E0F9762306E524D976290E85206304B30896B21306E8E0F9762307E3067306E6C345E7365B95411306E8DDD96E230023053306E8E0F97629577306E5024306F30014E009023306E968E6BB5306B304A30443066540C3058502430684EEE5B9A3059308B3002\X0\','ja-JP',$); -#10112= IFCRELASSOCIATESLIBRARY('2Z1bz6$cb0WwFiBCis6yPr',$,$,$,(#3046),#17305); -#17305= IFCLIBRARYREFERENCE($,$,'\X2\D29CB108\X0\ \X2\D0C0C785\X0\','\X2\D29CB108\X0\ \X2\D0C0C785C744\X0\ \X2\B098D0C0B0B8B2E4\X0\','ko-KR',$); +#10107= IFCRELASSOCIATESLIBRARY('1wZuB4gJX0T9RyYMStIR$V',$,$,$,(#3049),#17305); +#17305= IFCLIBRARYREFERENCE($,$,'\X2\8E0F677F957F5EA6\X0\','\X2\8E0F677F524D7F1852304E0B4E007EA78E0F677F524D7F1876846C345E738DDD79BB3002\X0\\X\0D\X\0A\X2\8D707EBF65B954114E0A697C68AF621668AF6BB56240670968AF7EA776848E0F677F5BBD5EA65E945F534E0081F43002\X0\','zh-CN',$); -#10115= IFCRELASSOCIATESLIBRARY('1Ljza1idjD69ilrxVKLJHj',$,$,$,(#3051),#17306); -#17306= IFCLIBRARYREFERENCE($,$,'Twisting',$,'en',$); +#10108= IFCRELASSOCIATESLIBRARY('0ytg$p74j2T9jtDioUBAcL',$,$,$,(#3050),#17306); +#17306= IFCLIBRARYREFERENCE($,$,'Auftritt','German-description-5','de-DE',$); -#10117= IFCRELASSOCIATESLIBRARY('05mU9Nq5z6IP9Za9EgxyMg',$,$,$,(#3052),#17307); -#17307= IFCLIBRARYREFERENCE($,$,'Type',$,'en',$); +#10109= IFCRELASSOCIATESLIBRARY('3tW$jVcaP8z9DDsTJBHBAO',$,$,$,(#3050),#17307); +#17307= IFCLIBRARYREFERENCE($,$,'Tread Length',$,'en',$); -#10118= IFCRELASSOCIATESLIBRARY('3nCCHI4Dn7_gJ8V4U8KD7W',$,$,$,(#3053),#17308); -#17308= IFCLIBRARYREFERENCE($,$,'Type1',$,'en',$); +#10110= IFCRELASSOCIATESLIBRARY('3EkoqjyB5E$fnIYF5KKSZ4',$,$,$,(#3050),#17308); +#17308= IFCLIBRARYREFERENCE($,$,'LongueurGiron','Longueur de giron (largeur de marche), suppos\S\ie \S\igale pour toutes les marches de l''escalier ou de la vol\S\ie de marchesle long de la ligne de foul\S\ie','fr-FR',$); -#10119= IFCRELASSOCIATESLIBRARY('1YpAW5noj8nvS0ERqgFIPF',$,$,$,(#3054),#17309); -#17309= IFCLIBRARYREFERENCE($,$,'Type2',$,'en',$); +#10111= IFCRELASSOCIATESLIBRARY('2tL55hj1PADAyQqhEqwwbp',$,$,$,(#3050),#17309); +#17309= IFCLIBRARYREFERENCE($,$,'\X2\8E0F97629577\X0\','\X2\8E0F9762306E524D976290E85206304B30896B21306E8E0F9762307E3067306E6C345E7365B95411306E8DDD96E230023053306E8E0F97629577306E5024306F30014E009023306E968E6BB5306B304A30443066540C3058502430684EEE5B9A3059308B3002\X0\','ja-JP',$); -#10126= IFCRELASSOCIATESLIBRARY('1yqgQvKRPDvvRhe7hngVkY',$,$,$,(#3062),#17310); -#17310= IFCLIBRARYREFERENCE($,$,'UACurve',$,'en',$); +#10112= IFCRELASSOCIATESLIBRARY('1623FmDavDS9wGMxR5gABe',$,$,$,(#3050),#17310); +#17310= IFCLIBRARYREFERENCE($,$,'\X2\8E0F677F957F5EA6\X0\','\X2\8E0F677F524D7F1852304E0B4E007EA78E0F677F524D7F1876846C345E738DDD79BB3002\X0\\X\0D\X\0A\X2\8D707EBF65B954114E0A697C68AF621668AF6BB56240670968AF7EA776848E0F677F5BBD5EA65E945F534E0081F43002\X0\','zh-CN',$); -#10127= IFCRELASSOCIATESLIBRARY('06GljcjinAARd8Hhx9byyT',$,$,$,(#3063),#17311); -#17311= IFCLIBRARYREFERENCE($,$,'UACurve',$,'en',$); +#10113= IFCRELASSOCIATESLIBRARY('1e7aieAqD4bu9kz1oMypb0',$,$,$,(#3051),#17311); +#17311= IFCLIBRARYREFERENCE($,$,'minimaler Auftritt an der Innenseite','German-description-9','de-DE',$); -#10128= IFCRELASSOCIATESLIBRARY('15xkKj03f4Ov2QTEoBz6yT',$,$,$,(#3063),#17312); -#17312= IFCLIBRARYREFERENCE($,$,'UA\X2\66F27DDA\X0\','\X2\546856F26E295EA63068886897626E295EA63068306E95A26570306E\X0\UA\X2\66F27DDA\X0\','ja-JP',$); +#10114= IFCRELASSOCIATESLIBRARY('1KikgpYHXAF81XJY4Q3tCx',$,$,$,(#3051),#17312); +#17312= IFCLIBRARYREFERENCE($,$,'Tread Length At Inner Side',$,'en',$); -#10129= IFCRELASSOCIATESLIBRARY('3jMoqDsfDETwU6HjtHkLlX',$,$,$,(#3064),#17313); -#17313= IFCLIBRARYREFERENCE($,$,'UAcurves',$,'en',$); +#10115= IFCRELASSOCIATESLIBRARY('3ouHO5pJbAVhNilShaizPw',$,$,$,(#3051),#17313); +#17313= IFCLIBRARYREFERENCE($,$,'LongueurGironCoteInterieur','Longueur minimum des girons du c\S\tt\S\i int\S\irieur de l''enroulement. Pertinent seulement pour les escaliers tournants car pour une vol\S\ie droite, la valeur est donn\S\ie par la propri\S\it\S\i "Longueur du giron". C''est une valeur pr\S\icalcul\S\ie. En cas d''incoh\S\irence, c''est la valeur d\S\iriv\S\ie de la repr\S\isentation de la forme qui prime.','fr-FR',$); -#10130= IFCRELASSOCIATESLIBRARY('1AwSZC9fbBSuLlDx4WbzrI',$,$,$,(#3065),#17314); -#17314= IFCLIBRARYREFERENCE($,$,'UAcurves',$,'en',$); +#10116= IFCRELASSOCIATESLIBRARY('1LYthhOlfF0wXzOPzRPiyp',$,$,$,(#3051),#17314); +#17314= IFCLIBRARYREFERENCE($,$,'\X2\51854FA78E0F677F957F5EA6\X0\','\X2\87BA65CB697C68AF8E0F677F51854FA7768467005C0F957F5EA63002\X0\\X\0D\X\0A\X2\8BE55C5E60274EC5900275284E8E87BA65CB697C68AF30025BF976F48DD1697C68AFFF0C8BE55C5E60274E0E\X0\IfcStairFlight.TreadLength\X2\4E0081F430028BE55C5E60274E3A98848BBE503CFF0C82E5670951B27A81FF0C5E944EE54ECE5F6272B663CF8FF05F9752307684503C4E3A51C63002\X0\','zh-CN',$); -#10131= IFCRELASSOCIATESLIBRARY('3ez0w$2JL5M8aQHIyDFj$P',$,$,$,(#3065),#17315); -#17315= IFCLIBRARYREFERENCE($,$,'UA\X2\66F27DDA\X0\','UV=\X2\FF46FF08\X0\V\X2\591697623001\X0\V\X2\51859762FF093001\X0\UV\X2\306F30015165308A53E33067306E5185976230FB591697626D414F53901F5EA6306E95A26570\X0\','ja-JP',$); +#10117= IFCRELASSOCIATESLIBRARY('1etRa9JyLE_8gpkzyZdz5R',$,$,$,(#3052),#17315); +#17315= IFCLIBRARYREFERENCE($,$,'minimaler Auftritt an der Innenseite',$,'de-DE',$); -#10132= IFCRELASSOCIATESLIBRARY('31qtmZVYD99fp_ZQFOinc3',$,$,$,(#3066),#17316); -#17316= IFCLIBRARYREFERENCE($,$,'Ultimate Strain',$,'en',$); +#10118= IFCRELASSOCIATESLIBRARY('2iTN4ekPD4bgRD8ki5dF3X',$,$,$,(#3052),#17316); +#17316= IFCLIBRARYREFERENCE($,$,'Tread Length At Inner Side',$,'en',$); -#10133= IFCRELASSOCIATESLIBRARY('2779id_u50_PTbRw0SjHr$',$,$,$,(#3067),#17317); -#17317= IFCLIBRARYREFERENCE($,$,'Ultimate Stress',$,'en',$); +#10119= IFCRELASSOCIATESLIBRARY('2XHpl0RzT8CBIe$2zhfi9i',$,$,$,(#3053),#17317); +#17317= IFCLIBRARYREFERENCE($,$,'Auftritt an der Lauflinie',$,'de-DE',$); -#10136= IFCRELASSOCIATESLIBRARY('2HVkl559bBlPsafR8_CCHa',$,$,$,(#3073),#17318); -#17318= IFCLIBRARYREFERENCE($,$,'Unit',$,'en',$); +#10120= IFCRELASSOCIATESLIBRARY('14H0hJOsv24gAXyg0E2eY8',$,$,$,(#3053),#17318); +#17318= IFCLIBRARYREFERENCE($,$,'Tread Length At Offset',$,'en',$); -#10137= IFCRELASSOCIATESLIBRARY('0K5KeqHz51XRMbub3kT8x5',$,$,$,(#3073),#17319); -#17319= IFCLIBRARYREFERENCE($,$,'Unite','Unit\S\i de la quantit\S\i prise en compte pour la d\S\itermination des impacts environnementaux.','fr-FR',$); +#10121= IFCRELASSOCIATESLIBRARY('0DzpR9g$X9Nxsx1_BfX0sw',$,$,$,(#3054),#17319); +#17319= IFCLIBRARYREFERENCE($,$,'Auftritt an der Lauflinie','German-description-8','de-DE',$); -#10138= IFCRELASSOCIATESLIBRARY('3hbeDTs_DFKhA9bGDBEyhL',$,$,$,(#3073),#17320); -#17320= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D\X0\','\X2\95A290233059308B74B05883630765705024306E657091CF53584F4D3002\X0\','ja-JP',$); +#10122= IFCRELASSOCIATESLIBRARY('2Xno1puy9DX9mY3bl$rTT8',$,$,$,(#3054),#17320); +#17320= IFCLIBRARYREFERENCE($,$,'Tread Length At Offset',$,'en',$); -#10139= IFCRELASSOCIATESLIBRARY('0yo2OjL9jERev40R98VqEw',$,$,$,(#3073),#17321); -#17321= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704\X0\','\X2\D658ACBD\X0\ \X2\C9C0D45C\X0\ \X2\AC12C774\X0\ \X2\C5F0ACB0B41C\X0\ \X2\B7C9C758\X0\ \X2\B2E8C704\X0\','ko-KR',$); +#10123= IFCRELASSOCIATESLIBRARY('0OzaXmfJb4K9llgTDXNXB1',$,$,$,(#3054),#17321); +#17321= IFCLIBRARYREFERENCE($,$,'LongueurGironSurLigneFoulee','Longueur du giron le long de la ligne de foul\S\ie. La valeur relativement \S\` cette position doit normalement \S\jtre identique \S\` la propri\S\it\S\i "Longueur du giron" ; elle peut \S\jtre indiqu\S\ie si la valeur de la propri\S\it\S\i "D\S\icalage de la ligne de foul\S\ie" donn\S\ie par une r\S\hgle de calcul est diff\S\irente de celle utilis\S\ie en conception.','fr-FR',$); -#10140= IFCRELASSOCIATESLIBRARY('1b71EndEL3EATSc_JsyT82',$,$,$,(#3079),#17322); -#17322= IFCLIBRARYREFERENCE($,$,'Upper Current1',$,'en',$); +#10124= IFCRELASSOCIATESLIBRARY('3JCBI3Ec595uvidz6O4ji6',$,$,$,(#3054),#17322); +#17322= IFCLIBRARYREFERENCE($,$,'\X2\504F79FB8E0F677F957F5EA6\X0\','\X2\572863075B9A504F79FB91CF59048E0F677F7684957F5EA63002\X0\\X\0D\X\0A\X2\8D707EBF4F4D7F6E7531201C8D707EBF504F79FB201D63075B9A30028BE55C5E60274E00822C5E944E0E8E0F677F957F5EA64E0081F4FF0C4F465982679C6839636E5EFA7B5189C483038BA17B975F97523076848D707EBF504F79FB91CF548C8BBE8BA14E2D4F7F752876848D707EBF504F79FB91CF4E0D540C65F6FF0C5E944F7F75288BE55C5E60273002\X0\','zh-CN',$); -#10141= IFCRELASSOCIATESLIBRARY('2_6dCcUcX08QG7rX$Wp9Mt',$,$,$,(#3079),#17323); -#17323= IFCLIBRARYREFERENCE($,$,'\X2\4E0A96FB6D41\X0\1','[x In]\X2\306E96FB6D41\X0\,\X2\96FB6D41309230C830EA30C330D73059308B\X0\L\X2\95A26570306E\X0\I2t\X2\90E85206306F30014E0A965096FB6D41\X0\1\X2\3088308A30825927304D304496FB6D413092793A30593002\X0\','ja-JP',$); +#10125= IFCRELASSOCIATESLIBRARY('1cxaKBl_n1AwU0NIDLh17I',$,$,$,(#3055),#17323); +#17323= IFCLIBRARYREFERENCE($,$,'Tripping Curve',$,'en',$); -#10142= IFCRELASSOCIATESLIBRARY('0CylGhhQbBefD9XqrWBrK1',$,$,$,(#3079),#17324); -#17324= IFCLIBRARYREFERENCE($,$,'\X2\C0C1C804B958\X0\1','x In] \X2\C804B958\X0\ \X2\C804B958B97C\X0\ \X2\C5ECD589D558B294\X0\ L \X2\D568C218\X0\ I2t \X2\BD80BD84C740\X0\ \X2\CD5CB300\X0\ \X2\C804B958\X0\ 1\X2\BCF4B2E4\X0\ \X2\D070\X0\ \X2\C804B958B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#10126= IFCRELASSOCIATESLIBRARY('0AT3r2IyP3_xN5h1FLneKW',$,$,$,(#3055),#17324); +#17324= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C7279602766F27DDA\X0\','(1)\X2\96FB6D41\X0\/\X2\66429593306E4F4D7F6E\X0\[x In]\X2\3067793A3055308C308B\X0\2\X2\FF5E\X0\16\X2\306E60F35B9A3055308C308B96FB6D41502430925B9A7FA93059308B3002\X0\\X\0D\X\0A(2)\X2\5B9A7FA93055308C305F5024306F300196FB6D41\X0\/\X2\66429593306E4F4D7F6E\X0\[\X2\FF53\X0\]\X2\3067793A3055308C308B\X0\2\X2\FF5E\X0\16\X2\306E60F35B9A3055308C308B653E96FB664295933002\X0\','ja-JP',$); -#10143= IFCRELASSOCIATESLIBRARY('2z8p8kBS1DPvQ8DdAQxuxx',$,$,$,(#3080),#17325); -#17325= IFCLIBRARYREFERENCE($,$,'Upper Current2',$,'en',$); +#10127= IFCRELASSOCIATESLIBRARY('2x8qPfs2HAhPH57rxtzpCZ',$,$,$,(#3055),#17325); +#17325= IFCLIBRARYREFERENCE($,$,'\X2\B3D9C791\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120\X0\','(1) \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ \X2\C704CE58\X0\ [x In\X2\C5D0C11C\X0\ \X2\B098D0C0B098B294\X0\ 2 \X\7E 16 \X2\C608C0C1B418B294\X0\ \X2\C804B958\X0\ \X2\AC12C744\X0\ \X2\C815C758D55CB2E4\X0\. (2) \X2\C815C758B41C\X0\ \X2\AC12C740\X0\ \X2\C804B958\X0\ / \X2\C2DCAC04\X0\ \X2\C704CE58\X0\ [s]\X2\B85C\X0\ \X2\D45CC2DCB418B294\X0\ 2 \X\7E 16 \X2\C608C0C1B418B294\X0\ \X2\BC29C804\X0\ \X2\C2DCAC04\X0\.','ko-KR',$); -#10144= IFCRELASSOCIATESLIBRARY('29Nz8VNuX6r8PIPHNDi554',$,$,$,(#3080),#17326); -#17326= IFCLIBRARYREFERENCE($,$,'\X2\4E0A96FB6D41\X0\2','[x In]\X2\306E96FB6D41\X0\,\X2\96FB6D41309230C830EA30C330D73059308B\X0\L\X2\95A26570306E\X0\I2t\X2\90E85206306F30014E0A965066429593\X0\/\X2\7279602766F27DDA3088308A30825927304D304496FB6D413092793A30593002\X0\','ja-JP',$); +#10129= IFCRELASSOCIATESLIBRARY('2E9qOG5wb1j8Tsk3DF24o8',$,$,$,(#3056),#17326); +#17326= IFCLIBRARYREFERENCE($,$,'Tripping Curve Type',$,'en',$); -#10145= IFCRELASSOCIATESLIBRARY('34VKjXXMD9_8lfKoEJ6rIa',$,$,$,(#3080),#17327); -#17327= IFCLIBRARYREFERENCE($,$,'\X2\C0C1C804B958\X0\2','[x In] \X2\C804B958\X0\ \X2\C804B958B97C\X0\ \X2\C5ECD589D558B294\X0\ L \X2\D568C218\X0\ I2t \X2\BD80BD84C740\X0\ \X2\C81CD55C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120BCF4B2E4\X0\ \X2\D070\X0\ \X2\C804B958B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#10130= IFCRELASSOCIATESLIBRARY('3FztMc3uT4JQKkT4oy9QGr',$,$,$,(#3056),#17327); +#17327= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C7279602766F27DDA306E30BF30A430D7\X0\','\X2\52D54F5C7279602766F27DDA306E30BF30A430D7309263075B9A3002\X0\','ja-JP',$); -#10146= IFCRELASSOCIATESLIBRARY('2kk9NHU5D6pP2uYGzYi8aC',$,$,$,(#3081),#17328); -#17328= IFCLIBRARYREFERENCE($,$,'Upper Time1',$,'en',$); +#10131= IFCRELASSOCIATESLIBRARY('0kh6YNuf1Dtwcie_uq1Dlv',$,$,$,(#3056),#17328); +#17328= IFCLIBRARYREFERENCE($,$,'\X2\B3D9C791\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\C720D615\X0\','\X2\B3D9C791\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\C720D615C744\X0\ \X2\C9C0C815D569B2C8B2E4\X0\.','ko-KR',$); -#10147= IFCRELASSOCIATESLIBRARY('2Dw3PQ45nDq90q0DoV_TUX',$,$,$,(#3081),#17329); -#17329= IFCLIBRARYREFERENCE($,$,'\X2\4E0A66429593\X0\1','[s]\X2\306E66429593\X0\,\X2\4E0A664295933088308A4F4E30444E0A90E8306E66429593\X0\/\X2\7279602766F27DDA306E30C830EA30C330D766429593306F3001\X0\L-\X2\95A26570306E306E\X0\I2t\X2\90E85206306B3088306330666C7A5B9A3055308C308B3002\X0\','ja-JP',$); +#10133= IFCRELASSOCIATESLIBRARY('194rjDqzv6$giYDVsl3VM0',$,$,$,(#3057),#17329); +#17329= IFCLIBRARYREFERENCE($,$,'Tripping Unit Release Current',$,'en',$); -#10148= IFCRELASSOCIATESLIBRARY('1AtLmIxuzBNhtEYzdbgVMP',$,$,$,(#3081),#17330); -#17330= IFCLIBRARYREFERENCE($,$,'\X2\C0C1C2DCAC04\X0\1','[s]\X2\C758\X0\ \X2\C2DCAC04C5D0\X0\ \X2\C2DCAC04\X0\ \X2\B354\X0\ \X2\B0AEC740\X0\ \X2\C704\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ L-\X2\D568C218C758\X0\ I2t \X2\BD80BD84C5D0\X0\ \X2\C758D574\X0\ \X2\ACB0C815B41CB2E4\X0\','ko-KR',$); +#10134= IFCRELASSOCIATESLIBRARY('0xfyYp8x9Etwd1jDsrWmrf',$,$,$,(#3057),#17330); +#17330= IFCLIBRARYREFERENCE($,$,'\X2\5B9A683C611F5EA696FB6D41\X0\','\X2\6F0F96FB30D630EC30FC30AB306E611F5EA696FB6D415024FF08\X0\mA\X2\FF093002\X0\','ja-JP',$); -#10149= IFCRELASSOCIATESLIBRARY('3li16Vx_D55eATNHOhCwCL',$,$,$,(#3082),#17331); -#17331= IFCLIBRARYREFERENCE($,$,'Upper Time2',$,'en',$); +#10135= IFCRELASSOCIATESLIBRARY('0EA0ugnPn4yQLHplEyEhPF',$,$,$,(#3057),#17331); +#17331= IFCLIBRARYREFERENCE($,$,'\X2\C815ACA9\X0\ \X2\AC10B3C4\X0\ \X2\C804B958\X0\','\X2\B204C804\X0\ \X2\CC28B2E8AE30C758\X0\ \X2\AC10B3C4\X0\ \X2\C804B958\X0\ (mA).','ko-KR',$); -#10150= IFCRELASSOCIATESLIBRARY('2oF21KngHEzP7pwf90ZrKr',$,$,$,(#3082),#17332); -#17332= IFCLIBRARYREFERENCE($,$,'\X2\4E0A66429593\X0\2','[s]\X2\306E66429593\X0\,\X2\4E0A96FB6D41\X0\2\X2\3088308A4E0A90E8306E7279602766F27DDA306E30C830EA30C330D7664295933092793A3059\X0\','ja-JP',$); +#10136= IFCRELASSOCIATESLIBRARY('2vMbdQFnL4CAXmcQBSCRYA',$,$,$,(#3059),#17332); +#17332= IFCLIBRARYREFERENCE($,$,'Tubing Length',$,'en',$); -#10151= IFCRELASSOCIATESLIBRARY('2Zuch$X$vAMvPpQS_u4OaP',$,$,$,(#3082),#17333); -#17333= IFCLIBRARYREFERENCE($,$,'\X2\C0C1C2DCAC04\X0\2','[s]\X2\C758\X0\ \X2\C2DCAC04C5D0\X0\ \X2\C804B958\X0\ 2\X2\BCF4B2E4\X0\ \X2\C0C1B2E8C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C744\X0\ \X2\B098D0C0B0C4\X0\','ko-KR',$); +#10137= IFCRELASSOCIATESLIBRARY('1F2Gnupp94bx17tDTxcrDS',$,$,$,(#3059),#17333); +#17333= IFCLIBRARYREFERENCE($,$,'\X2\30C130E530FC30D6306E95773055\X0\','\X2\69CB621089817D20306B304A3051308B6C347BA1306E95773055\X0\','ja-JP',$); -#10152= IFCRELASSOCIATESLIBRARY('3QyAjl7wP58AaILdGsTpCM',$,$,$,(#3083),#17334); -#17334= IFCLIBRARYREFERENCE($,$,'Upper Vapor Resistance Factor',$,'en',$); +#10138= IFCRELASSOCIATESLIBRARY('2gfkYWhT19nATZH1f7bUXH',$,$,$,(#3060),#17334); +#17334= IFCLIBRARYREFERENCE($,$,'Tuner Channel',$,'en',$); -#10153= IFCRELASSOCIATESLIBRARY('15nkB$lvv0nQzx$uOanG8Q',$,$,$,(#3088),#17335); -#17335= IFCLIBRARYREFERENCE($,$,'Upstream Pressure',$,'en',$); +#10139= IFCRELASSOCIATESLIBRARY('0dzPPbiq5DNQ6zYnZyMyY9',$,$,$,(#3060),#17335); +#17335= IFCLIBRARYREFERENCE($,$,'\X2\30C130E530FC30CA30FC30C130E330F330CD30EB\X0\','\X2\8A2D5B9A53EF80FD306A30C130E330F330CD30EB3092793A30593002\X0\','ja-JP',$); -#10154= IFCRELASSOCIATESLIBRARY('1hh5vJ4_DAdPnbolsGXrtv',$,$,$,(#3088),#17336); -#17336= IFCLIBRARYREFERENCE($,$,'\X2\4E0A6D415727529B\X0\','\X2\6E1B57275F01306E4E0A6D41306E6D414F53904B8EE25727529B\X0\','ja-JP',$); +#10140= IFCRELASSOCIATESLIBRARY('38sv0GJoHCwvtCT49MATeB',$,$,$,(#3060),#17336); +#17336= IFCLIBRARYREFERENCE($,$,'\X2\D29CB108\X0\ \X2\CC44B110\X0\ \X2\C120D0DD\X0\','\X2\AC00B2A5D55C\X0\ \X2\CC44B110C744\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#10156= IFCRELASSOCIATESLIBRARY('0C9k6VGUX0axS1_3B8LI5h',$,$,$,(#3089),#17337); -#17337= IFCLIBRARYREFERENCE($,$,'Urinal Type',$,'en',$); +#10141= IFCRELASSOCIATESLIBRARY('2893jhnqX28RQDqclc46ie',$,$,$,(#3061),#17337); +#17337= IFCLIBRARYREFERENCE($,$,'Tuner Frequency',$,'en',$); -#10157= IFCRELASSOCIATESLIBRARY('0xG$l$veX5OhZsJ$n4vFA6',$,$,$,(#3089),#17338); -#17338= IFCLIBRARYREFERENCE($,$,'\X2\5C0F4FBF566830BF30A430D7\X0\','\X2\4E0B8A18306E30EA30B930C83088308A5C0F4FBF566830BF30A430D730929078629E\X0\\X\0D\X\0A\X\0D\X\0A\X2\4FBF5668FF1A58C1306B8A2D7F6E3055308C305F72EC7ACB3057305F5C0F4FBF5668\X0\\X\0D\X\0A\X2\5E8AFF1A58C130845E8A306E6E9D30786D41308C308B30883046306B56FA5B9A3055308C30663044308B\X0\\X\0D\X\0A\X2\500B5BA4FF1A885B751F500B5BA4306E5E8A308458C1306B695551865F62306B8A2D7F6E3055308C305F30D530ED30A2\X0\\X\0D\X\0A\X2\6E9DFF1A4E004EBA4EE54E0A306E4EBA6570304C540C6642306B4F7F75283067304D308B30883046300158C1306B76F489D2306B9577304F5F15304D4F3830703057305F5F62\X0\','ja-JP',$); +#10142= IFCRELASSOCIATESLIBRARY('14y$__cX59dfh_LCgb2XFY',$,$,$,(#3061),#17338); +#17338= IFCLIBRARYREFERENCE($,$,'\X2\54686CE26570\X0\','\X2\5BFE5FDC54686CE265705E2F3092793A30593002\X0\','ja-JP',$); -#10159= IFCRELASSOCIATESLIBRARY('1OE2Ayi2r1qx18OQmGX$7k',$,$,$,(#3091),#17339); -#17339= IFCLIBRARYREFERENCE($,$,'Use In Discrimination',$,'en',$); +#10143= IFCRELASSOCIATESLIBRARY('3E7oCjsEXAyudOVIg3TROU',$,$,$,(#3061),#17339); +#17339= IFCLIBRARYREFERENCE($,$,'\X2\C8FCD30CC218\X0\ \X2\B300C751\X0\','\X2\C8FCD30CC218\X0\ \X2\B300C5EDC744\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#10160= IFCRELASSOCIATESLIBRARY('1inQLUEcbBhQAQJ_ALQXXC',$,$,$,(#3091),#17340); -#17340= IFCLIBRARYREFERENCE($,$,'\X2\4F7F752865B96CD5\X0\','\X2\30C830EA30C330D760C55831309266429593304B96FB6D41304B3069306130893067522465AD3059308B304B3002\X0\','ja-JP',$); +#10144= IFCRELASSOCIATESLIBRARY('2vDtrxDOXEhhhkpC0o7p6_',$,$,$,(#3062),#17340); +#17340= IFCLIBRARYREFERENCE($,$,'Tuner Mode',$,'en',$); -#10161= IFCRELASSOCIATESLIBRARY('26d_$HK9r5reZXM6hNQSq8',$,$,$,(#3091),#17341); -#17341= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9BC29BC95\X0\','\X2\D2B8B9BD\X0\ \X2\C815BCF4B97C\X0\ \X2\C2DCAC04\X0\ \X2\B610B294\X0\ \X2\C804B958AC00\X0\ \X2\C5B4B514C5D0C11C\X0\ \X2\ACB0C815D558B294AC00\X0\?','ko-KR',$); +#10145= IFCRELASSOCIATESLIBRARY('1J1cAH4IjBhRNmipgEZL5c',$,$,$,(#3062),#17341); +#17341= IFCLIBRARYREFERENCE($,$,'\X2\30C130E530FC30CA30FC30E230FC30C9\X0\','\X2\53D74FE153EF80FD306A653E900130E230FC30C93092793A30593002\X0\','ja-JP',$); -#10162= IFCRELASSOCIATESLIBRARY('14K0h_csP8M9iim576vBL2',$,$,$,(#3092),#17342); -#17342= IFCLIBRARYREFERENCE($,$,'Use Purpose',$,'en',$); +#10146= IFCRELASSOCIATESLIBRARY('3RzNYZI658MhakM7URJnR5',$,$,$,(#3062),#17342); +#17342= IFCLIBRARYREFERENCE($,$,'\X2\D29CB108\X0\ \X2\BAA8B4DC\X0\','\X2\C218C2E0\X0\ \X2\AC00B2A5D55C\X0\ \X2\BC29C1A1\X0\ \X2\BAA8B4DCB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#10163= IFCRELASSOCIATESLIBRARY('30zeidjKP15xRL8r7KEzrq',$,$,$,(#3093),#17343); -#17343= IFCLIBRARYREFERENCE($,$,'User',$,'en',$); +#10148= IFCRELASSOCIATESLIBRARY('1nlXt8H6n0nQF_g3L049qG',$,$,$,(#3063),#17343); +#17343= IFCLIBRARYREFERENCE($,$,'Tuner Type',$,'en',$); -#10164= IFCRELASSOCIATESLIBRARY('3JG3CM_DXBzwyvVm07TVRA',$,$,$,(#3095),#17344); -#17344= IFCLIBRARYREFERENCE($,$,'User Correction Factor',$,'en',$); +#10149= IFCRELASSOCIATESLIBRARY('3mwkQF3jj8th9_GipuXuax',$,$,$,(#3063),#17344); +#17344= IFCLIBRARYREFERENCE($,$,'\X2\30C130E530FC30CA30FC30BF30A430D7\X0\','\X2\30C130E530FC30CA30FC30BF30A430D73092793A30593002\X0\','ja-JP',$); -#10166= IFCRELASSOCIATESLIBRARY('2pKiaVtEf1A9Vfhgll_OpM',$,$,$,(#3098),#17345); -#17345= IFCLIBRARYREFERENCE($,$,'Vacancy Rate In Category Future',$,'en',$); +#10150= IFCRELASSOCIATESLIBRARY('3vN6mkdcr9eB1qYXRRd95S',$,$,$,(#3063),#17345); +#17345= IFCLIBRARYREFERENCE($,$,'\X2\D29CB108\X0\ \X2\D0C0C785\X0\','\X2\D29CB108\X0\ \X2\D0C0C785C744\X0\ \X2\B098D0C0B0B8B2E4\X0\','ko-KR',$); -#10167= IFCRELASSOCIATESLIBRARY('2Th6u82uX1zxvzjit4Z8Rq',$,$,$,(#3098),#17346); -#17346= IFCLIBRARYREFERENCE($,$,'TauxVacanceFuturParCategorie','Taux de vacance attendu dans le futur pour la cat\S\igorie.','fr-FR',$); +#10153= IFCRELASSOCIATESLIBRARY('2a7YWpaFj0CBEpXQ_yaF7c',$,$,$,(#3068),#17346); +#17346= IFCLIBRARYREFERENCE($,$,'Twisting',$,'en',$); -#10168= IFCRELASSOCIATESLIBRARY('2q7ozH1011xvGodm_3Ql6t',$,$,$,(#3099),#17347); -#17347= IFCLIBRARYREFERENCE($,$,'Vacancy Rate In Category Now',$,'en',$); +#10155= IFCRELASSOCIATESLIBRARY('0kQ22eEl19qwVUJNUeRRp8',$,$,$,(#3069),#17347); +#17347= IFCLIBRARYREFERENCE($,$,'Type',$,'en',$); -#10169= IFCRELASSOCIATESLIBRARY('3Lk8BKqtT9gvoD3onjaY_s',$,$,$,(#3099),#17348); -#17348= IFCLIBRARYREFERENCE($,$,'TauxVacanceActuelParCategorie','Taux actuel de vacance pour la cat\S\igorie.','fr-FR',$); +#10156= IFCRELASSOCIATESLIBRARY('0HDhxETTHEfAxrYGktvzce',$,$,$,(#3070),#17348); +#17348= IFCLIBRARYREFERENCE($,$,'Type1',$,'en',$); -#10170= IFCRELASSOCIATESLIBRARY('1zv7OMWPD2BOo2ik2v8Lsp',$,$,$,(#3102),#17349); -#17349= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); +#10157= IFCRELASSOCIATESLIBRARY('1TIIVsCCjAF8i2EJaIZ3gy',$,$,$,(#3071),#17349); +#17349= IFCLIBRARYREFERENCE($,$,'Type2',$,'en',$); -#10171= IFCRELASSOCIATESLIBRARY('0iXaNOoHv06wdX3jXK1WBc',$,$,$,(#3102),#17350); -#17350= IFCLIBRARYREFERENCE($,$,'\X2\30C730D530A930EB30C851FA529B66427CFB52175B9A6570\X0\','\X2\66429593306830683082306B50243092793A30593002\X0\\X\0D\X\0APset_ControllerTypeValue.Value\X2\306B5BFE5FDC\X0\\X\0D\X\0A\X2\203B\X0\ \X2\8A2D5B9A53EF80FD60C55831306F\X0\ IfcTimeSeries\X2\30D730ED30D130C630A353C27167\X0\','ja-JP',$); +#10164= IFCRELASSOCIATESLIBRARY('3bZQtaJXDDmuHPjvaoeRZk',$,$,$,(#3079),#17350); +#17350= IFCLIBRARYREFERENCE($,$,'UACurve',$,'en',$); -#10172= IFCRELASSOCIATESLIBRARY('1B$2frEDPBhxcA0W8Q0F34',$,$,$,(#3102),#17351); -#17351= IFCLIBRARYREFERENCE($,$,'\X2\C774C0C1\X0\ \X2\CD9CB825\X0\ \X2\C2DCACC4C5F4\X0\ \X2\C0C1C218\X0\','\X2\C2DCAC04C774\X0\ \X2\C9C0B0A8C5D0\X0\ \X2\C624B958\X0\ \X2\C0C1D0DCB97C\X0\ \X2\B098D0C0B0B4B294\X0\ Pset_ControllerTypeValue.Fault\X2\C5D0\X0\ \X2\B300C751\X0\ \X2\203B\X0\ \X2\C124C815\X0\ \X2\AC00B2A5D55C\X0\ \X2\C815BCF4B294\X0\ IfcTimeSeries \X2\C18DC131\X0\ \X2\CC38C870\X0\','ko-KR',$); +#10165= IFCRELASSOCIATESLIBRARY('01cKHgPHXBi9lwbJtao0qr',$,$,$,(#3080),#17351); +#17351= IFCLIBRARYREFERENCE($,$,'UACurve',$,'en',$); -#10173= IFCRELASSOCIATESLIBRARY('3zK48RStDF99Ae5mN9G79$',$,$,$,(#3103),#17352); -#17352= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); +#10166= IFCRELASSOCIATESLIBRARY('2MNg7Wowf8Gf__BQQAjV9$',$,$,$,(#3080),#17352); +#17352= IFCLIBRARYREFERENCE($,$,'UA\X2\66F27DDA\X0\','\X2\546856F26E295EA63068886897626E295EA63068306E95A26570306E\X0\UA\X2\66F27DDA\X0\','ja-JP',$); -#10174= IFCRELASSOCIATESLIBRARY('3IJoI2S2z0aACeyIRl7hrq',$,$,$,(#3104),#17353); -#17353= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); +#10167= IFCRELASSOCIATESLIBRARY('0H7lYPOOr82gJweDZWSUIl',$,$,$,(#3081),#17353); +#17353= IFCLIBRARYREFERENCE($,$,'UAcurves',$,'en',$); -#10175= IFCRELASSOCIATESLIBRARY('3XDXgYVy1Fwe16kRDjRRUS',$,$,$,(#3105),#17354); -#17354= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); +#10168= IFCRELASSOCIATESLIBRARY('2WoMXhsWX42goDo4nCw2vR',$,$,$,(#3082),#17354); +#17354= IFCLIBRARYREFERENCE($,$,'UAcurves',$,'en',$); -#10176= IFCRELASSOCIATESLIBRARY('1uRlzRMCL5luBBz1ukmqwW',$,$,$,(#3106),#17355); -#17355= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); +#10169= IFCRELASSOCIATESLIBRARY('0foz1RZW12Tfk5zHgixZrx',$,$,$,(#3082),#17355); +#17355= IFCLIBRARYREFERENCE($,$,'UA\X2\66F27DDA\X0\','UV=\X2\FF46FF08\X0\V\X2\591697623001\X0\V\X2\51859762FF093001\X0\UV\X2\306F30015165308A53E33067306E5185976230FB591697626D414F53901F5EA6306E95A26570\X0\','ja-JP',$); -#10177= IFCRELASSOCIATESLIBRARY('3ByK31LuD5VuJ251Fsob03',$,$,$,(#3107),#17356); -#17356= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); +#10170= IFCRELASSOCIATESLIBRARY('3axX8fe2bDshNyhooNugC1',$,$,$,(#3083),#17356); +#17356= IFCLIBRARYREFERENCE($,$,'Ultimate Strain',$,'en',$); -#10178= IFCRELASSOCIATESLIBRARY('00I_1kTKDByRaoKxGDPmC3',$,$,$,(#3108),#17357); -#17357= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); +#10171= IFCRELASSOCIATESLIBRARY('0yIBzzmsP32O4J8tlpSDgz',$,$,$,(#3084),#17357); +#17357= IFCLIBRARYREFERENCE($,$,'Ultimate Stress',$,'en',$); -#10180= IFCRELASSOCIATESLIBRARY('2R5olZdoj1fBzexNHbva6V',$,$,$,(#3109),#17358); -#17358= IFCLIBRARYREFERENCE($,$,'Valve Mechanism',$,'en',$); +#10174= IFCRELASSOCIATESLIBRARY('0GuSZwWXn2pA2s$T4ZhWpS',$,$,$,(#3090),#17358); +#17358= IFCLIBRARYREFERENCE($,$,'Unit',$,'en',$); -#10181= IFCRELASSOCIATESLIBRARY('08wGdrM3jBjPPQFsyO_dMg',$,$,$,(#3109),#17359); -#17359= IFCLIBRARYREFERENCE($,$,'\X2\5F016A5F69CB\X0\','\X2\6A5F69CB306B3088308A53EF80FD306A5F016A5F80FD306F4EE54E0B306E901A308AFF1A\X0\\X\0D\X\0A\X2\30DC30FC30EB5F01\X0\(BALL valve)\X2\FF1D672C4F53306E30B730FC30C830DD30FC30C8306B95A290233057306656DE8EE23067304D308B30DD30FC30C830DC30FC30EB3092630130645F01300030D030BF30D530E930A45F01\X0\(BUTTERFLY valve)\X2\FF1D76F45F848EF83042305F308A306B6D417DDA578B306E5186677F306E65CB56DE8EF8306E3042308B5F013000\X0\CONFIGURED\X2\30B930AF30EA30E530FC5F01\X0\(CONFIGUREDGATE Screwdown valve)\X2\FF1D9589939630B230FC30C8309263013064306D305856DE30575F0F5F013002305D306E5F01306F30015F013092901A904E3059308B66425727529B30686D4191CF590966F430923088308A6B6378BA306B52365FA13067304D308B65B96CD530675F62306530513089308C30663044308B300030B030E930F330C95F01\X0\(GLAND Valve)\X2\FF1D30C630FC30D130FC306E30643044305F30B730FC30C8309263013063305F5F013002305D306E4E2D306B56DE8EE230D730E930B0304C30B030E930F330C9306830B030E930F330C930D130C330AD30F3306B3088306330664FDD63013055308C30663044308B300030B030ED30FC30D630B930AF30EA30E530FC5F01\X0\(GLOBE Screwdown valve)\X2\FF1D\X0\ \X2\74035F62306E672C4F53309263013064306D305856DE30575F0F5F0130006ED130D730E930B05F01\X0\(LUBRICATEDPLUG Plug valve)\X2\FF1D30D730E930B0886897623068672C4F533068306E9593306E5727529B30924E0B3052308B305F3081306B6F646ED16CB9304C6CE851653055308C305F5F01300030CB30FC30C930EB5F01\X0\(NEEDLE Valve)\X2\FF1D7BA151855916306E6D4191CF30928ABF7BC03059308B5F013002305D306E4E2D306B56FA5B9A3057305F518693105F62306E30B730FC30C8309295896B62305F3081306B30016D41308C306E8EF8306B6CBF3063306652D5304F7D309577304430B330FC30F330926301306330663044308B30005E73884C30B930E930A430C930B930AF30EA30E530FC5F01\X0\(PARALLELSLIDE Screwdown valve)\X2\FF1D6A5F68B052A05DE53055308C305F30D730EC30FC30C8309263013064306D305856DE30575F0F5F013002305D306E30D730EC30FC30C8306F30B730FC30EB30925F6262103059308B305F3081306B6E9D306E4E2D30926ED1308B300030D730E930B05F01\X0\(PLUG Valve)\X2\FF1D672C4F53306E30B730FC30C830DD30FC30C8306895A290233057306656DE8EE23067304D308B300130DD30FC30C83057305F30D730E930B03092630130645F013000304F3055307330B230FC30C830B930AF30EA30E530FC5F01\X0\(WEDGEGATE Screwdown valve)\X2\FF1D30B730FC30EB30925F6262103059308B305F3081306B30C630FC30D130FC306E4ED83044305F30AC30A430C9306E4E2D3092304F3055307372B6306E677F90E854C1309263013064306D305856DE30575F0F5F01\X0\','ja-JP',$); +#10175= IFCRELASSOCIATESLIBRARY('0j3jfTn9L5R8KZahZGiiCo',$,$,$,(#3090),#17359); +#17359= IFCLIBRARYREFERENCE($,$,'Unite','Unit\S\i de la quantit\S\i prise en compte pour la d\S\itermination des impacts environnementaux.','fr-FR',$); -#10183= IFCRELASSOCIATESLIBRARY('3vHrVWTXf9OgD$yeexc3na',$,$,$,(#3110),#17360); -#17360= IFCLIBRARYREFERENCE($,$,'Valve Operation',$,'en',$); +#10176= IFCRELASSOCIATESLIBRARY('042XFauhDCwwDC_gkrgggd',$,$,$,(#3090),#17360); +#17360= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D\X0\','\X2\95A290233059308B74B05883630765705024306E657091CF53584F4D3002\X0\','ja-JP',$); -#10184= IFCRELASSOCIATESLIBRARY('2nbJ3NOqT90etl_fNqk3tS',$,$,$,(#3110),#17361); -#17361= IFCLIBRARYREFERENCE($,$,'\X2\5F0164CD4F5C\X0\','The method of valve operation where:\X2\5F0164CD4F5C65B96CD5306F4EE54E0B306E901A308AFF1A\X0\\X\0D\X\0A\X2\304A3082308A\X0\(DROPWEIGHT)\X2\FF1D304A3082308A30924ED830513089308C305F30EC30D030FC304C59163055308C308B52D54F5C30679589307E308B5F0130006D6E304D\X0\(FLOAT)\X2\FF1D6C344F4D30685171306B4E0A4E0B3059308B6D6E304D306E52D54F5C3067958B95893059308B5F0130026D6E304D306F30EC30D030FC306B4ED83051305F30DC30FC30EB53C8306F4ED6306E6A5F69CB30006C34529B\X0\(HYDRAULIC)\X2\FF1D6C34529B30A230AF30C130E530A830FC30BF3067958B95893059308B5F01300030EC30D030FC\X0\(LEVER)\X2\FF1D5F015185306E30B230FC30C8309256DE8EE23055305B308B30EC30D030FC306E52D54F5C3067958B95893059308B5F01300030ED30C330AF30B730FC30EB30C9\X0\(LOCKSHIELD)\X2\FF1D958B9589306E305F3081306B72795225306E30ED30C330AF30B730FC30EB30C930AD30FC306E4F7F7528309289816C423059308B5F01300264CD4F5C6A5F69CB306F901A5E38306E64CD4F5C306E9593306F8986304430674FDD8B773055308C30663044308B300096FB52D55316\X0\(MOTORIZED)\X2\FF1D30A230AF30C130E530A830FC30BF306B4ED830513089308C305F96FB52D530E230FC30BF306E52D54F5C3067958B95893059308B5F0130007A7A6C175727\X0\(PNEUMATIC)\X2\FF1D57277E2E7A7A6C17306752D5304F30A230AF30C130E530A830FC30BF3067958B95893059308B5F0130007B52578B30B330A430EB\X0\(SOLENOID)\X2\FF1D30B230FC30C8306B4ED830513089308C4F5C52D5305730663044308B30B330A430EB306E78C1754C3067901A5E38306F958B306B4FDD305F308C30663044308B5F0130023057304B305730013082305778C1754C3092767A751F305730663044308B96FB6D41304C6D883055308C305F3089305F30603061306B9589307E308B30003070306D\X0\(SPRING)\X2\FF1D677F306B4ED830513089308C305F3070306D306E5727529B30673001901A5E38306F4F4D7F6E30924FDD305F308C30663044308B5F0130023057304B30573001308230576D414F53306E5727529B304C30013070306D306E5727529B3088308A534152065927304D3051308C3070958B304430663057307E30463002300081EA52D56E295EA68ABF7BC0\X0\(THERMOSTATIC)\X2\FF1D524D3082306330666C7A30813089308C305F89816C426E295EA630927DAD63013059308B305F3081306B30014E2D306E30DD30FC30C8304C958B95893059308B5F01300030CF30F330C930EB\X0\(WHEEL)\X2\FF1D5F015185306E30B230FC30C8309252D5304B305930CF30F330C930EB306E52D54F5C3067958B95893059308B5F01\X0\','ja-JP',$); +#10177= IFCRELASSOCIATESLIBRARY('1m4AmP8fzAu8I_I1BJupIH',$,$,$,(#3090),#17361); +#17361= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704\X0\','\X2\D658ACBD\X0\ \X2\C9C0D45C\X0\ \X2\AC12C774\X0\ \X2\C5F0ACB0B41C\X0\ \X2\B7C9C758\X0\ \X2\B2E8C704\X0\','ko-KR',$); -#10186= IFCRELASSOCIATESLIBRARY('3_OmLlD$fBrAZCvT5OnJ_5',$,$,$,(#3111),#17362); -#17362= IFCLIBRARYREFERENCE($,$,'Valve Pattern',$,'en',$); +#10178= IFCRELASSOCIATESLIBRARY('3dsn9WQYT8ZBPvESDqGZrC',$,$,$,(#3096),#17362); +#17362= IFCLIBRARYREFERENCE($,$,'Upper Current1',$,'en',$); -#10187= IFCRELASSOCIATESLIBRARY('1XdTCyabLCdfWRvFhuyBtQ',$,$,$,(#3111),#17363); -#17363= IFCLIBRARYREFERENCE($,$,'\X2\5F01306E5F62\X0\','\X2\53584E0030DD30FC30C8\X0\SINGLEPORT()=\X2\30B730B930C630E0306753584E00516553E330DD30FC30C8309263013061300151FA53E330DD30FC30C8306F546856F274B0588330673042308B3000\X0\2\X2\30DD30FC30C876F489D2578B\X0\(ANGLED_2_PORT)\X2\FF1D4E2D30676D41308C65B95411304C5B8C5168306B\X0\90\X2\5EA65909308F308B5F013000\X0\2\X2\30DD30FC30C876F4884C578B\X0\(STRAIGHT_2_PORT)\X2\FF1D4E2D30676D41308C304C771F306376F43050306A5F013000\X0\3\X2\30DD30FC30C876F4884C578B\X0\(STRAIGHT_3_PORT)\X2\FF1D\X0\3\X2\3064306E52253005306E30DD30FC30C83092630130643000\X0\4\X2\30DD30FC30C84EA45DEE578B\X0\(CROSSOVER_4_PORT)\X2\FF1D\X0\4\X2\3064306E52253005306E30DD30FC30C8309263013064\X0\','ja-JP',$); +#10179= IFCRELASSOCIATESLIBRARY('0vDL4bl1P43whwYevL7ErH',$,$,$,(#3096),#17363); +#17363= IFCLIBRARYREFERENCE($,$,'\X2\4E0A96FB6D41\X0\1','[x In]\X2\306E96FB6D41\X0\,\X2\96FB6D41309230C830EA30C330D73059308B\X0\L\X2\95A26570306E\X0\I2t\X2\90E85206306F30014E0A965096FB6D41\X0\1\X2\3088308A30825927304D304496FB6D413092793A30593002\X0\','ja-JP',$); -#10188= IFCRELASSOCIATESLIBRARY('1cSzinqZXEde3MTEb9geSR',$,$,$,(#3112),#17364); -#17364= IFCLIBRARYREFERENCE($,$,'Vapor Permeability',$,'en',$); +#10180= IFCRELASSOCIATESLIBRARY('2DK76G7w1AdvyfLobGqc7w',$,$,$,(#3096),#17364); +#17364= IFCLIBRARYREFERENCE($,$,'\X2\C0C1C804B958\X0\1','x In] \X2\C804B958\X0\ \X2\C804B958B97C\X0\ \X2\C5ECD589D558B294\X0\ L \X2\D568C218\X0\ I2t \X2\BD80BD84C740\X0\ \X2\CD5CB300\X0\ \X2\C804B958\X0\ 1\X2\BCF4B2E4\X0\ \X2\D070\X0\ \X2\C804B958B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#10190= IFCRELASSOCIATESLIBRARY('0GhjQKyq5FCf0iUZDC2cFk',$,$,$,(#3113),#17365); -#17365= IFCLIBRARYREFERENCE($,$,'Varistor Type',$,'en',$); +#10181= IFCRELASSOCIATESLIBRARY('1Iwrrs2FX1bA2pyJ8Fpmt$',$,$,$,(#3097),#17365); +#17365= IFCLIBRARYREFERENCE($,$,'Upper Current2',$,'en',$); -#10191= IFCRELASSOCIATESLIBRARY('0MmprKrMP438OlRicIvXGV',$,$,$,(#3113),#17366); -#17366= IFCLIBRARYREFERENCE($,$,'\X2\4FDD8B7730BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B300130D030EA30B930BF30FC306E4E0089A730EA30B930C83002\X0\','ja-JP',$); +#10182= IFCRELASSOCIATESLIBRARY('3EQvZAJmH8eudammf4ad0l',$,$,$,(#3097),#17366); +#17366= IFCLIBRARYREFERENCE($,$,'\X2\4E0A96FB6D41\X0\2','[x In]\X2\306E96FB6D41\X0\,\X2\96FB6D41309230C830EA30C330D73059308B\X0\L\X2\95A26570306E\X0\I2t\X2\90E85206306F30014E0A965066429593\X0\/\X2\7279602766F27DDA3088308A30825927304D304496FB6D413092793A30593002\X0\','ja-JP',$); -#10192= IFCRELASSOCIATESLIBRARY('0jDvKje6r2kvRCfuYAcEH$',$,$,$,(#3113),#17367); -#17367= IFCLIBRARYREFERENCE($,$,'\X2\BCF4D638\X0\ \X2\C885B958\X0\','\X2\C120D0DDB41C\X0\ varistor(\X2\C18CC790\X0\)\X2\C758\X0\ \X2\C720C6A9D55C\X0\ \X2\C720D615BAA9B85D\X0\','ko-KR',$); +#10183= IFCRELASSOCIATESLIBRARY('1kndzmsiL4Fh6Se33mLSuQ',$,$,$,(#3097),#17367); +#17367= IFCLIBRARYREFERENCE($,$,'\X2\C0C1C804B958\X0\2','[x In] \X2\C804B958\X0\ \X2\C804B958B97C\X0\ \X2\C5ECD589D558B294\X0\ L \X2\D568C218\X0\ I2t \X2\BD80BD84C740\X0\ \X2\C81CD55C\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120BCF4B2E4\X0\ \X2\D070\X0\ \X2\C804B958B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#10193= IFCRELASSOCIATESLIBRARY('0y08JiFEn9thTuMGpjZRQc',$,$,$,(#3116),#17368); -#17368= IFCLIBRARYREFERENCE($,$,'Velocity',$,'en',$); +#10184= IFCRELASSOCIATESLIBRARY('37lLUCxrn1AAtkNJ7PzXGX',$,$,$,(#3098),#17368); +#17368= IFCLIBRARYREFERENCE($,$,'Upper Time1',$,'en',$); -#10194= IFCRELASSOCIATESLIBRARY('2y9POCI7rDXfj5DbeYER6v',$,$,$,(#3117),#17369); -#17369= IFCLIBRARYREFERENCE($,$,'Velocity',$,'en',$); +#10185= IFCRELASSOCIATESLIBRARY('2LAXGSP5vBFBqpDvtA_ttT',$,$,$,(#3098),#17369); +#17369= IFCLIBRARYREFERENCE($,$,'\X2\4E0A66429593\X0\1','[s]\X2\306E66429593\X0\,\X2\4E0A664295933088308A4F4E30444E0A90E8306E66429593\X0\/\X2\7279602766F27DDA306E30C830EA30C330D766429593306F3001\X0\L-\X2\95A26570306E306E\X0\I2t\X2\90E85206306B3088306330666C7A5B9A3055308C308B3002\X0\','ja-JP',$); -#10195= IFCRELASSOCIATESLIBRARY('2L0W_TI0X7TunTuNe4za54',$,$,$,(#3117),#17370); -#17370= IFCLIBRARYREFERENCE($,$,'\X2\901F5EA6\X0\','\X2\6D414F53306E901F5EA63002\X0\','ja-JP',$); +#10186= IFCRELASSOCIATESLIBRARY('1YpX8uxcT5mvoP$f9JvgL0',$,$,$,(#3098),#17370); +#17370= IFCLIBRARYREFERENCE($,$,'\X2\C0C1C2DCAC04\X0\1','[s]\X2\C758\X0\ \X2\C2DCAC04C5D0\X0\ \X2\C2DCAC04\X0\ \X2\B354\X0\ \X2\B0AEC740\X0\ \X2\C704\X0\ \X2\C2DCAC04\X0\ / \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C740\X0\ L-\X2\D568C218C758\X0\ I2t \X2\BD80BD84C5D0\X0\ \X2\C758D574\X0\ \X2\ACB0C815B41CB2E4\X0\','ko-KR',$); -#10196= IFCRELASSOCIATESLIBRARY('2agR_cOS5DTuLBAKGMEBpG',$,$,$,(#3118),#17371); -#17371= IFCLIBRARYREFERENCE($,$,'Velocity',$,'en',$); +#10187= IFCRELASSOCIATESLIBRARY('1QTRd4PhDD4vuJQzgSXDZK',$,$,$,(#3099),#17371); +#17371= IFCLIBRARYREFERENCE($,$,'Upper Time2',$,'en',$); -#10198= IFCRELASSOCIATESLIBRARY('0x0pgLbqb5zeiZELZb8eD6',$,$,$,(#3122),#17372); -#17372= IFCLIBRARYREFERENCE($,$,'Ventilating Pipe Size',$,'en',$); +#10188= IFCRELASSOCIATESLIBRARY('1x0B547j5DDQlZD9u12miO',$,$,$,(#3099),#17372); +#17372= IFCLIBRARYREFERENCE($,$,'\X2\4E0A66429593\X0\2','[s]\X2\306E66429593\X0\,\X2\4E0A96FB6D41\X0\2\X2\3088308A4E0A90E8306E7279602766F27DDA306E30C830EA30C330D7664295933092793A3059\X0\','ja-JP',$); -#10199= IFCRELASSOCIATESLIBRARY('1JS$dEy3X8HPjATLffavlp',$,$,$,(#3123),#17373); -#17373= IFCLIBRARYREFERENCE($,$,'Ventilation',$,'en',$); +#10189= IFCRELASSOCIATESLIBRARY('0uGdCriHfFo9DRCOlcnEiX',$,$,$,(#3099),#17373); +#17373= IFCLIBRARYREFERENCE($,$,'\X2\C0C1C2DCAC04\X0\2','[s]\X2\C758\X0\ \X2\C2DCAC04C5D0\X0\ \X2\C804B958\X0\ 2\X2\BCF4B2E4\X0\ \X2\C0C1B2E8C758\X0\ \X2\D2B9C131\X0\ \X2\ACE1C120C758\X0\ \X2\D2B8B9BD\X0\ \X2\C2DCAC04C744\X0\ \X2\B098D0C0B0C4\X0\','ko-KR',$); -#10200= IFCRELASSOCIATESLIBRARY('0U$HZivWj3$PkOzra86Isx',$,$,$,(#3123),#17374); -#17374= IFCLIBRARYREFERENCE($,$,'\X2\59166C1791CF\X0\','\X2\89816C423055308C305F59166C1791CF3002\X0\','ja-JP',$); +#10190= IFCRELASSOCIATESLIBRARY('0Gtm5OrKX0MxiAu$qtABGt',$,$,$,(#3100),#17374); +#17374= IFCLIBRARYREFERENCE($,$,'Upper Vapor Resistance Factor',$,'en',$); -#10201= IFCRELASSOCIATESLIBRARY('1qlktQo7rDl9$RuP88qIq3',$,$,$,(#3123),#17375); -#17375= IFCLIBRARYREFERENCE($,$,'\X2\C678AE30B7C9\X0\','\X2\C694CCADD55C\X0\ \X2\C678AE30\X0\ \X2\B7C9\X0\','ko-KR',$); +#10191= IFCRELASSOCIATESLIBRARY('0$Xt_xHQPFyfRI$awHzFYT',$,$,$,(#3105),#17375); +#17375= IFCLIBRARYREFERENCE($,$,'Upstream Pressure',$,'en',$); -#10202= IFCRELASSOCIATESLIBRARY('1XHm10fYn4_OVdZNkaA5J5',$,$,$,(#3124),#17376); -#17376= IFCLIBRARYREFERENCE($,$,'Ventilation Air Flow Rate',$,'en',$); +#10192= IFCRELASSOCIATESLIBRARY('0m4Vbm6UX8SOUvERMNl5Fn',$,$,$,(#3105),#17376); +#17376= IFCLIBRARYREFERENCE($,$,'\X2\4E0A6D415727529B\X0\','\X2\6E1B57275F01306E4E0A6D41306E6D414F53904B8EE25727529B\X0\','ja-JP',$); -#10203= IFCRELASSOCIATESLIBRARY('2qBjAYTQbBF9D5mwaKCDk5',$,$,$,(#3124),#17377); -#17377= IFCLIBRARYREFERENCE($,$,'\X2\63DB6C176C176D41901F5EA6\X0\','\X2\5BA45185306E63DB6C177A7A6C176D4191CF\X0\','ja-JP',$); +#10194= IFCRELASSOCIATESLIBRARY('2DCBjlCUf57QX4cXqRbkwy',$,$,$,(#3106),#17377); +#17377= IFCLIBRARYREFERENCE($,$,'Urinal Type',$,'en',$); -#10204= IFCRELASSOCIATESLIBRARY('3ag8w$6Fv0kxRsdxL_ETjl',$,$,$,(#3125),#17378); -#17378= IFCLIBRARYREFERENCE($,$,'Ventilation Air Flowrate',$,'en',$); +#10195= IFCRELASSOCIATESLIBRARY('3kVHFLYRn9lxozz66PhJZO',$,$,$,(#3106),#17378); +#17378= IFCLIBRARYREFERENCE($,$,'\X2\5C0F4FBF566830BF30A430D7\X0\','\X2\4E0B8A18306E30EA30B930C83088308A5C0F4FBF566830BF30A430D730929078629E\X0\\X\0D\X\0A\X\0D\X\0A\X2\4FBF5668FF1A58C1306B8A2D7F6E3055308C305F72EC7ACB3057305F5C0F4FBF5668\X0\\X\0D\X\0A\X2\5E8AFF1A58C130845E8A306E6E9D30786D41308C308B30883046306B56FA5B9A3055308C30663044308B\X0\\X\0D\X\0A\X2\500B5BA4FF1A885B751F500B5BA4306E5E8A308458C1306B695551865F62306B8A2D7F6E3055308C305F30D530ED30A2\X0\\X\0D\X\0A\X2\6E9DFF1A4E004EBA4EE54E0A306E4EBA6570304C540C6642306B4F7F75283067304D308B30883046300158C1306B76F489D2306B9577304F5F15304D4F3830703057305F5F62\X0\','ja-JP',$); -#10205= IFCRELASSOCIATESLIBRARY('3vjuVuB6f4Zxuzp8EAvzYX',$,$,$,(#3125),#17379); -#17379= IFCLIBRARYREFERENCE($,$,'\X2\59166C1791CF\X0\','\X2\5FC5898159166C1791CF3002\X0\','ja-JP',$); +#10197= IFCRELASSOCIATESLIBRARY('32N2MDfPT5mhlh9ZvklKDR',$,$,$,(#3108),#17379); +#17379= IFCLIBRARYREFERENCE($,$,'Use In Discrimination',$,'en',$); -#10206= IFCRELASSOCIATESLIBRARY('1mE_o3lMj7oeGORm_hwBO3',$,$,$,(#3125),#17380); -#17380= IFCLIBRARYREFERENCE($,$,'\X2\C678AE30B7C9\X0\','\X2\D544C694\X0\ \X2\C678AE30\X0\ \X2\B7C9\X0\.','ko-KR',$); +#10198= IFCRELASSOCIATESLIBRARY('39Vtvz0FTA9ekkYlXEytcu',$,$,$,(#3108),#17380); +#17380= IFCLIBRARYREFERENCE($,$,'\X2\4F7F752865B96CD5\X0\','\X2\30C830EA30C330D760C55831309266429593304B96FB6D41304B3069306130893067522465AD3059308B304B3002\X0\','ja-JP',$); -#10207= IFCRELASSOCIATESLIBRARY('0FIIB6769E3hRwEweL_6Iz',$,$,$,(#3126),#17381); -#17381= IFCLIBRARYREFERENCE($,$,'Ventilation Indoor Air',$,'en',$); +#10199= IFCRELASSOCIATESLIBRARY('1fz5uXG0PDy9kndDYqDLJK',$,$,$,(#3108),#17381); +#17381= IFCLIBRARYREFERENCE($,$,'\X2\C0ACC6A9BC29BC95\X0\','\X2\D2B8B9BD\X0\ \X2\C815BCF4B97C\X0\ \X2\C2DCAC04\X0\ \X2\B610B294\X0\ \X2\C804B958AC00\X0\ \X2\C5B4B514C5D0C11C\X0\ \X2\ACB0C815D558B294AC00\X0\?','ko-KR',$); -#10208= IFCRELASSOCIATESLIBRARY('2Ro8IM_513exJ3PLe8XjAM',$,$,$,(#3126),#17382); -#17382= IFCLIBRARYREFERENCE($,$,'\X2\5BA45185306E63DB6C1791CF\X0\','\X2\5BA45185306E63DB6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); +#10200= IFCRELASSOCIATESLIBRARY('3pqQmNP2H3499cm_jM17u0',$,$,$,(#3109),#17382); +#17382= IFCLIBRARYREFERENCE($,$,'Use Purpose',$,'en',$); -#10209= IFCRELASSOCIATESLIBRARY('2qwz_ByGr99PHPRQ9BOac2',$,$,$,(#3126),#17383); -#17383= IFCLIBRARYREFERENCE($,$,'\X2\C2E4B0B4\X0\ \X2\D658AE30B7C9\X0\','\X2\C2E4B0B4\X0\ \X2\D658AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4\X0\ \X2\BD80D558\X0\','ko-KR',$); +#10201= IFCRELASSOCIATESLIBRARY('13VzK8ZhnBmOf24dKIBnf_',$,$,$,(#3110),#17383); +#17383= IFCLIBRARYREFERENCE($,$,'User',$,'en',$); -#10210= IFCRELASSOCIATESLIBRARY('0t1YffkZ97BORZgCqm8iws',$,$,$,(#3127),#17384); -#17384= IFCLIBRARYREFERENCE($,$,'Ventilation Indoor Air',$,'en',$); +#10202= IFCRELASSOCIATESLIBRARY('0j43eK0o50pPCQuW9K84Gd',$,$,$,(#3112),#17384); +#17384= IFCLIBRARYREFERENCE($,$,'User Correction Factor',$,'en',$); -#10211= IFCRELASSOCIATESLIBRARY('2O3ZYxQLzE8PHHGc6XAi3i',$,$,$,(#3127),#17385); -#17385= IFCLIBRARYREFERENCE($,$,'\X2\5BA45185306E63DB6C1791CF\X0\','\X2\5BA45185306E63DB6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); +#10204= IFCRELASSOCIATESLIBRARY('18Vjw0J0vBixWDPJF5j$9X',$,$,$,(#3116),#17385); +#17385= IFCLIBRARYREFERENCE($,$,'Vacancy Rate In Category Future',$,'en',$); -#10212= IFCRELASSOCIATESLIBRARY('2WLbluI_r4yfcNrRl5b7Wa',$,$,$,(#3127),#17386); -#17386= IFCLIBRARYREFERENCE($,$,'\X2\C2E4B0B4\X0\ \X2\D658AE30B7C9\X0\','\X2\C2E4B0B4\X0\ \X2\D658AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4\X0\ \X2\BD80D558\X0\','ko-KR',$); +#10205= IFCRELASSOCIATESLIBRARY('02w6GfAabAPPU0InXfj0Dk',$,$,$,(#3116),#17386); +#17386= IFCLIBRARYREFERENCE($,$,'TauxVacanceFuturParCategorie','Taux de vacance attendu dans le futur pour la cat\S\igorie.','fr-FR',$); -#10213= IFCRELASSOCIATESLIBRARY('2h7afI5Rj6wvQ9hti9qssj',$,$,$,(#3128),#17387); -#17387= IFCLIBRARYREFERENCE($,$,'Ventilation Outdoor Air',$,'en',$); +#10206= IFCRELASSOCIATESLIBRARY('3eW7UY6ID73eFNWcNzV$ry',$,$,$,(#3117),#17387); +#17387= IFCLIBRARYREFERENCE($,$,'Vacancy Rate In Category Now',$,'en',$); -#10214= IFCRELASSOCIATESLIBRARY('0O37T3wnHAxx2hLNNsAP7e',$,$,$,(#3128),#17388); -#17388= IFCLIBRARYREFERENCE($,$,'\X2\59166C1791CF\X0\','\X2\59166C17306B3088308B71B18CA083773002\X0\','ja-JP',$); +#10207= IFCRELASSOCIATESLIBRARY('1onlV9hArBcOZYr4725Y8H',$,$,$,(#3117),#17388); +#17388= IFCLIBRARYREFERENCE($,$,'TauxVacanceActuelParCategorie','Taux actuel de vacance pour la cat\S\igorie.','fr-FR',$); -#10215= IFCRELASSOCIATESLIBRARY('13spUctozC$xtRnLBHkYba',$,$,$,(#3128),#17389); -#17389= IFCLIBRARYREFERENCE($,$,'\X2\C678AE30B7C9\X0\','\X2\C678AE30C5D0D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#10208= IFCRELASSOCIATESLIBRARY('2cg0Ql9$P20vgANTos5hfj',$,$,$,(#3120),#17389); +#17389= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); -#10216= IFCRELASSOCIATESLIBRARY('1OFToviz50gP7rG84eoPA3',$,$,$,(#3129),#17390); -#17390= IFCLIBRARYREFERENCE($,$,'Ventilation Outdoor Air',$,'en',$); +#10209= IFCRELASSOCIATESLIBRARY('3CL5d2C6jF6fjisUEgUZna',$,$,$,(#3120),#17390); +#17390= IFCLIBRARYREFERENCE($,$,'\X2\30C730D530A930EB30C851FA529B66427CFB52175B9A6570\X0\','\X2\66429593306830683082306B50243092793A30593002\X0\\X\0D\X\0APset_ControllerTypeValue.Value\X2\306B5BFE5FDC\X0\\X\0D\X\0A\X2\203B\X0\ \X2\8A2D5B9A53EF80FD60C55831306F\X0\ IfcTimeSeries\X2\30D730ED30D130C630A353C27167\X0\','ja-JP',$); -#10217= IFCRELASSOCIATESLIBRARY('369G2HU_z0AhTpZjCv2WiK',$,$,$,(#3129),#17391); -#17391= IFCLIBRARYREFERENCE($,$,'\X2\59166C1791CF\X0\','\X2\59166C17306B3088308B71B18CA083773002\X0\','ja-JP',$); +#10210= IFCRELASSOCIATESLIBRARY('2_a3l5vRXEiRyeOyFX0H_z',$,$,$,(#3120),#17391); +#17391= IFCLIBRARYREFERENCE($,$,'\X2\C774C0C1\X0\ \X2\CD9CB825\X0\ \X2\C2DCACC4C5F4\X0\ \X2\C0C1C218\X0\','\X2\C2DCAC04C774\X0\ \X2\C9C0B0A8C5D0\X0\ \X2\C624B958\X0\ \X2\C0C1D0DCB97C\X0\ \X2\B098D0C0B0B4B294\X0\ Pset_ControllerTypeValue.Fault\X2\C5D0\X0\ \X2\B300C751\X0\ \X2\203B\X0\ \X2\C124C815\X0\ \X2\AC00B2A5D55C\X0\ \X2\C815BCF4B294\X0\ IfcTimeSeries \X2\C18DC131\X0\ \X2\CC38C870\X0\','ko-KR',$); -#10218= IFCRELASSOCIATESLIBRARY('10d15C6HX45gQ$Szfg_jYi',$,$,$,(#3129),#17392); -#17392= IFCLIBRARYREFERENCE($,$,'\X2\C678AE30B7C9\X0\','\X2\C678AE30C5D0D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); +#10211= IFCRELASSOCIATESLIBRARY('1nyOsTusr5z9tbtkgG5Vf2',$,$,$,(#3121),#17392); +#17392= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); -#10219= IFCRELASSOCIATESLIBRARY('2K2UtNmMP6VBqaRrXGweok',$,$,$,(#3130),#17393); -#17393= IFCLIBRARYREFERENCE($,$,'Version',$,'en',$); +#10212= IFCRELASSOCIATESLIBRARY('1W3CNy3K1BEhx464Xj9R9u',$,$,$,(#3122),#17393); +#17393= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); -#10220= IFCRELASSOCIATESLIBRARY('3ZTe3dWP17AetEtPsNIHiG',$,$,$,(#3131),#17394); -#17394= IFCLIBRARYREFERENCE($,$,'Version Date',$,'en',$); +#10213= IFCRELASSOCIATESLIBRARY('0aPWJjBWH4VxoRp9jrsPuz',$,$,$,(#3123),#17394); +#17394= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); -#10221= IFCRELASSOCIATESLIBRARY('3L4JzY4KvFhw_2JPeoZu0M',$,$,$,(#3133),#17395); -#17395= IFCLIBRARYREFERENCE($,$,'Vertical Bar Pitch',$,'en',$); +#10214= IFCRELASSOCIATESLIBRARY('0HESjdALz7dvwFdpf1Zimo',$,$,$,(#3124),#17395); +#17395= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); -#10222= IFCRELASSOCIATESLIBRARY('0XJxrN5YL6wgGllpsCwcVL',$,$,$,(#3133),#17396); -#17396= IFCLIBRARYREFERENCE($,$,'\X2\7E267B4B30D430C330C1\X0\','\X2\925B76F465B95411306E88DC5F377B4B306E959396943002\X0\','ja-JP',$); +#10215= IFCRELASSOCIATESLIBRARY('3H23PsX$b7m8BjhOE$CbM9',$,$,$,(#3125),#17396); +#17396= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); -#10223= IFCRELASSOCIATESLIBRARY('0uUTXdoSz6Tf5vv7HLGPlL',$,$,$,(#3135),#17397); -#17397= IFCLIBRARYREFERENCE($,$,'Vertical Spacing',$,'en',$); +#10216= IFCRELASSOCIATESLIBRARY('3LaztU8xzCD9t1t1zRiHbZ',$,$,$,(#3126),#17397); +#17397= IFCLIBRARYREFERENCE($,$,'Value',$,'en',$); -#10224= IFCRELASSOCIATESLIBRARY('10$rS66Hb46wKZRRvM9YNx',$,$,$,(#3135),#17398); -#17398= IFCLIBRARYREFERENCE($,$,'\X2\578276F495939694\X0\','\X2\30C130E530FC30D6675F5185306E30C130E530FC30D69593578276F495939694\X0\','ja-JP',$); +#10218= IFCRELASSOCIATESLIBRARY('1DPVyFTa5CsvrrGd1nBqzv',$,$,$,(#3127),#17398); +#17398= IFCLIBRARYREFERENCE($,$,'Valve Mechanism',$,'en',$); -#10225= IFCRELASSOCIATESLIBRARY('3hAMvsmjLBhhQn5ImXmZQ8',$,$,$,(#3141),#17399); -#17399= IFCLIBRARYREFERENCE($,$,'Vibration Transmissibility',$,'en',$); +#10219= IFCRELASSOCIATESLIBRARY('2FDLPphLL5SBXtdDZQRfjI',$,$,$,(#3127),#17399); +#17399= IFCLIBRARYREFERENCE($,$,'\X2\5F016A5F69CB\X0\','\X2\6A5F69CB306B3088308A53EF80FD306A5F016A5F80FD306F4EE54E0B306E901A308AFF1A\X0\\X\0D\X\0A\X2\30DC30FC30EB5F01\X0\(BALL valve)\X2\FF1D672C4F53306E30B730FC30C830DD30FC30C8306B95A290233057306656DE8EE23067304D308B30DD30FC30C830DC30FC30EB3092630130645F01300030D030BF30D530E930A45F01\X0\(BUTTERFLY valve)\X2\FF1D76F45F848EF83042305F308A306B6D417DDA578B306E5186677F306E65CB56DE8EF8306E3042308B5F013000\X0\CONFIGURED\X2\30B930AF30EA30E530FC5F01\X0\(CONFIGUREDGATE Screwdown valve)\X2\FF1D9589939630B230FC30C8309263013064306D305856DE30575F0F5F013002305D306E5F01306F30015F013092901A904E3059308B66425727529B30686D4191CF590966F430923088308A6B6378BA306B52365FA13067304D308B65B96CD530675F62306530513089308C30663044308B300030B030E930F330C95F01\X0\(GLAND Valve)\X2\FF1D30C630FC30D130FC306E30643044305F30B730FC30C8309263013063305F5F013002305D306E4E2D306B56DE8EE230D730E930B0304C30B030E930F330C9306830B030E930F330C930D130C330AD30F3306B3088306330664FDD63013055308C30663044308B300030B030ED30FC30D630B930AF30EA30E530FC5F01\X0\(GLOBE Screwdown valve)\X2\FF1D\X0\ \X2\74035F62306E672C4F53309263013064306D305856DE30575F0F5F0130006ED130D730E930B05F01\X0\(LUBRICATEDPLUG Plug valve)\X2\FF1D30D730E930B0886897623068672C4F533068306E9593306E5727529B30924E0B3052308B305F3081306B6F646ED16CB9304C6CE851653055308C305F5F01300030CB30FC30C930EB5F01\X0\(NEEDLE Valve)\X2\FF1D7BA151855916306E6D4191CF30928ABF7BC03059308B5F013002305D306E4E2D306B56FA5B9A3057305F518693105F62306E30B730FC30C8309295896B62305F3081306B30016D41308C306E8EF8306B6CBF3063306652D5304F7D309577304430B330FC30F330926301306330663044308B30005E73884C30B930E930A430C930B930AF30EA30E530FC5F01\X0\(PARALLELSLIDE Screwdown valve)\X2\FF1D6A5F68B052A05DE53055308C305F30D730EC30FC30C8309263013064306D305856DE30575F0F5F013002305D306E30D730EC30FC30C8306F30B730FC30EB30925F6262103059308B305F3081306B6E9D306E4E2D30926ED1308B300030D730E930B05F01\X0\(PLUG Valve)\X2\FF1D672C4F53306E30B730FC30C830DD30FC30C8306895A290233057306656DE8EE23067304D308B300130DD30FC30C83057305F30D730E930B03092630130645F013000304F3055307330B230FC30C830B930AF30EA30E530FC5F01\X0\(WEDGEGATE Screwdown valve)\X2\FF1D30B730FC30EB30925F6262103059308B305F3081306B30C630FC30D130FC306E4ED83044305F30AC30A430C9306E4E2D3092304F3055307372B6306E677F90E854C1309263013064306D305856DE30575F0F5F01\X0\','ja-JP',$); -#10226= IFCRELASSOCIATESLIBRARY('3fUUZ7RY1C4BoQLxcMaERd',$,$,$,(#3141),#17400); -#17400= IFCLIBRARYREFERENCE($,$,'\X2\632F52D54F1D9054\X0\','\X2\632F52D54F1D905452725408\X0\','ja-JP',$); +#10221= IFCRELASSOCIATESLIBRARY('2zqpRsFe17N99a1BfYdhg3',$,$,$,(#3128),#17400); +#17400= IFCLIBRARYREFERENCE($,$,'Valve Operation',$,'en',$); -#10227= IFCRELASSOCIATESLIBRARY('1u6oPHNr10yOS9uuGNyFyi',$,$,$,(#3142),#17401); -#17401= IFCLIBRARYREFERENCE($,$,'Video Caption Mode',$,'en',$); +#10222= IFCRELASSOCIATESLIBRARY('13We$3JiLBihDAhWf3Cch1',$,$,$,(#3128),#17401); +#17401= IFCLIBRARYREFERENCE($,$,'\X2\5F0164CD4F5C\X0\','The method of valve operation where:\X2\5F0164CD4F5C65B96CD5306F4EE54E0B306E901A308AFF1A\X0\\X\0D\X\0A\X2\304A3082308A\X0\(DROPWEIGHT)\X2\FF1D304A3082308A30924ED830513089308C305F30EC30D030FC304C59163055308C308B52D54F5C30679589307E308B5F0130006D6E304D\X0\(FLOAT)\X2\FF1D6C344F4D30685171306B4E0A4E0B3059308B6D6E304D306E52D54F5C3067958B95893059308B5F0130026D6E304D306F30EC30D030FC306B4ED83051305F30DC30FC30EB53C8306F4ED6306E6A5F69CB30006C34529B\X0\(HYDRAULIC)\X2\FF1D6C34529B30A230AF30C130E530A830FC30BF3067958B95893059308B5F01300030EC30D030FC\X0\(LEVER)\X2\FF1D5F015185306E30B230FC30C8309256DE8EE23055305B308B30EC30D030FC306E52D54F5C3067958B95893059308B5F01300030ED30C330AF30B730FC30EB30C9\X0\(LOCKSHIELD)\X2\FF1D958B9589306E305F3081306B72795225306E30ED30C330AF30B730FC30EB30C930AD30FC306E4F7F7528309289816C423059308B5F01300264CD4F5C6A5F69CB306F901A5E38306E64CD4F5C306E9593306F8986304430674FDD8B773055308C30663044308B300096FB52D55316\X0\(MOTORIZED)\X2\FF1D30A230AF30C130E530A830FC30BF306B4ED830513089308C305F96FB52D530E230FC30BF306E52D54F5C3067958B95893059308B5F0130007A7A6C175727\X0\(PNEUMATIC)\X2\FF1D57277E2E7A7A6C17306752D5304F30A230AF30C130E530A830FC30BF3067958B95893059308B5F0130007B52578B30B330A430EB\X0\(SOLENOID)\X2\FF1D30B230FC30C8306B4ED830513089308C4F5C52D5305730663044308B30B330A430EB306E78C1754C3067901A5E38306F958B306B4FDD305F308C30663044308B5F0130023057304B305730013082305778C1754C3092767A751F305730663044308B96FB6D41304C6D883055308C305F3089305F30603061306B9589307E308B30003070306D\X0\(SPRING)\X2\FF1D677F306B4ED830513089308C305F3070306D306E5727529B30673001901A5E38306F4F4D7F6E30924FDD305F308C30663044308B5F0130023057304B30573001308230576D414F53306E5727529B304C30013070306D306E5727529B3088308A534152065927304D3051308C3070958B304430663057307E30463002300081EA52D56E295EA68ABF7BC0\X0\(THERMOSTATIC)\X2\FF1D524D3082306330666C7A30813089308C305F89816C426E295EA630927DAD63013059308B305F3081306B30014E2D306E30DD30FC30C8304C958B95893059308B5F01300030CF30F330C930EB\X0\(WHEEL)\X2\FF1D5F015185306E30B230FC30C8309252D5304B305930CF30F330C930EB306E52D54F5C3067958B95893059308B5F01\X0\','ja-JP',$); -#10228= IFCRELASSOCIATESLIBRARY('045sjw7x95Juy1UZao1Zrl',$,$,$,(#3142),#17402); -#17402= IFCLIBRARYREFERENCE($,$,'\X2\30D330C730AA30AD30E330D730B730E730F330E230FC30C9\X0\','\X2\30AF30ED30FC30BA30C930AD30E330D730B730E730F330E230FC30C93092793A30593002\X0\(\X2\5B575E556A5F80FDFF09\X0\','ja-JP',$); +#10224= IFCRELASSOCIATESLIBRARY('0CHDHTwrDAORZQRaZHEyl_',$,$,$,(#3129),#17402); +#17402= IFCLIBRARYREFERENCE($,$,'Valve Pattern',$,'en',$); -#10229= IFCRELASSOCIATESLIBRARY('1zgp8E_oj59eZ7D3ibZu3_',$,$,$,(#3142),#17403); -#17403= IFCLIBRARYREFERENCE($,$,'\X2\BE44B514C624\X0\ \X2\CEA1CCD0BAA8B4DC\X0\','\X2\C790B9C9\X0\ \X2\BAA8B4DCB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.(\X2\C790B9C9\X0\ \X2\AE30B2A5\X0\)','ko-KR',$); +#10225= IFCRELASSOCIATESLIBRARY('1yfdzLa1X8TPhz$6DhzxzU',$,$,$,(#3129),#17403); +#17403= IFCLIBRARYREFERENCE($,$,'\X2\5F01306E5F62\X0\','\X2\53584E0030DD30FC30C8\X0\SINGLEPORT()=\X2\30B730B930C630E0306753584E00516553E330DD30FC30C8309263013061300151FA53E330DD30FC30C8306F546856F274B0588330673042308B3000\X0\2\X2\30DD30FC30C876F489D2578B\X0\(ANGLED_2_PORT)\X2\FF1D4E2D30676D41308C65B95411304C5B8C5168306B\X0\90\X2\5EA65909308F308B5F013000\X0\2\X2\30DD30FC30C876F4884C578B\X0\(STRAIGHT_2_PORT)\X2\FF1D4E2D30676D41308C304C771F306376F43050306A5F013000\X0\3\X2\30DD30FC30C876F4884C578B\X0\(STRAIGHT_3_PORT)\X2\FF1D\X0\3\X2\3064306E52253005306E30DD30FC30C83092630130643000\X0\4\X2\30DD30FC30C84EA45DEE578B\X0\(CROSSOVER_4_PORT)\X2\FF1D\X0\4\X2\3064306E52253005306E30DD30FC30C8309263013064\X0\','ja-JP',$); -#10230= IFCRELASSOCIATESLIBRARY('27lqbXNsDBt9jR$Fp8DuEi',$,$,$,(#3143),#17404); -#17404= IFCLIBRARYREFERENCE($,$,'Video Caption Mode',$,'en',$); +#10226= IFCRELASSOCIATESLIBRARY('1PILFSLWrB4fM9ayYZKYZ7',$,$,$,(#3130),#17404); +#17404= IFCLIBRARYREFERENCE($,$,'Vapor Permeability',$,'en',$); -#10231= IFCRELASSOCIATESLIBRARY('2PtP69o_T2y8TqVMKfZolm',$,$,$,(#3143),#17405); -#17405= IFCLIBRARYREFERENCE($,$,'\X2\30D330C730AA30AD30E330D730B730E730F330E230FC30C9\X0\','\X2\30AF30ED30FC30BA30C930AD30E330D730B730E730F330E230FC30C93092793A30593002\X0\(\X2\5B575E556A5F80FDFF09\X0\','ja-JP',$); +#10228= IFCRELASSOCIATESLIBRARY('0SfT3t8UvEZ9GFA6IXaN6Q',$,$,$,(#3131),#17405); +#17405= IFCLIBRARYREFERENCE($,$,'Varistor Type',$,'en',$); -#10232= IFCRELASSOCIATESLIBRARY('1jGncolVf2tRmV1SNYAgz7',$,$,$,(#3143),#17406); -#17406= IFCLIBRARYREFERENCE($,$,'\X2\BE44B514C624\X0\ \X2\CEA1C158\X0\ \X2\BAA8B4DC\X0\','\X2\C790B9C9\X0\ \X2\BAA8B4DCB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\. (\X2\C790B9C9\X0\ \X2\AE30B2A5\X0\)','ko-KR',$); +#10229= IFCRELASSOCIATESLIBRARY('2oC3REifP8KeOT8EWDVVZ0',$,$,$,(#3131),#17406); +#17406= IFCLIBRARYREFERENCE($,$,'\X2\4FDD8B7730BF30A430D7\X0\','\X2\9078629E304C5FC589813068306A308B300130D030EA30B930BF30FC306E4E0089A730EA30B930C83002\X0\','ja-JP',$); -#10233= IFCRELASSOCIATESLIBRARY('0M3FQiMg1FMPw6yYeFew1W',$,$,$,(#3144),#17407); -#17407= IFCLIBRARYREFERENCE($,$,'Video Capture Interval',$,'en',$); +#10230= IFCRELASSOCIATESLIBRARY('2WGSxMUwbCPw$5ewqYRi1p',$,$,$,(#3131),#17407); +#17407= IFCLIBRARYREFERENCE($,$,'\X2\BCF4D638\X0\ \X2\C885B958\X0\','\X2\C120D0DDB41C\X0\ varistor(\X2\C18CC790\X0\)\X2\C758\X0\ \X2\C720C6A9D55C\X0\ \X2\C720D615BAA9B85D\X0\','ko-KR',$); -#10234= IFCRELASSOCIATESLIBRARY('2rp2qHMUL3JgRCUsPwKzNA',$,$,$,(#3144),#17408); -#17408= IFCLIBRARYREFERENCE($,$,'\X2\64AE5F7195939694\X0\','\X2\64AE5F71959396943092793A30593002\X0\','ja-JP',$); +#10231= IFCRELASSOCIATESLIBRARY('2tTxCOelr9DOzFXWBEUAVI',$,$,$,(#3134),#17408); +#17408= IFCLIBRARYREFERENCE($,$,'Velocity',$,'en',$); -#10235= IFCRELASSOCIATESLIBRARY('3LkWFM4FPDtPj1r2KpeT8J',$,$,$,(#3145),#17409); -#17409= IFCLIBRARYREFERENCE($,$,'Video Resolution Height',$,'en',$); +#10232= IFCRELASSOCIATESLIBRARY('1CNzR$wMnFO8495y7jbKEh',$,$,$,(#3135),#17409); +#17409= IFCLIBRARYREFERENCE($,$,'Velocity',$,'en',$); -#10236= IFCRELASSOCIATESLIBRARY('1GXv8izXL81RMXNvY4egQn',$,$,$,(#3145),#17410); -#17410= IFCLIBRARYREFERENCE($,$,'\X2\578276F489E350CF5EA6\X0\','\X2\578276F465B95411306E30D430AF30BB30EB65703002\X0\','ja-JP',$); +#10233= IFCRELASSOCIATESLIBRARY('1bJDWVLRrCCQKRgKyRUBs5',$,$,$,(#3135),#17410); +#17410= IFCLIBRARYREFERENCE($,$,'\X2\901F5EA6\X0\','\X2\6D414F53306E901F5EA63002\X0\','ja-JP',$); -#10237= IFCRELASSOCIATESLIBRARY('3Dz9kMkXPDmxGIHCygV7j1',$,$,$,(#3145),#17411); -#17411= IFCLIBRARYREFERENCE($,$,'\X2\C218C9C1\X0\ \X2\D574C0C1B3C4\X0\','\X2\C138B85C\X0\ \X2\D53DC140\X0\ \X2\C218\X0\.','ko-KR',$); +#10234= IFCRELASSOCIATESLIBRARY('1GoKX7E698$xdudeR3UbqM',$,$,$,(#3136),#17411); +#17411= IFCLIBRARYREFERENCE($,$,'Velocity',$,'en',$); -#10238= IFCRELASSOCIATESLIBRARY('1qLTCRmmH8ce6_dtIMCl1o',$,$,$,(#3146),#17412); -#17412= IFCLIBRARYREFERENCE($,$,'Video Resolution Height',$,'en',$); +#10236= IFCRELASSOCIATESLIBRARY('1ipAN6KjLF7Q_ph84MfiGu',$,$,$,(#3140),#17412); +#17412= IFCLIBRARYREFERENCE($,$,'Ventilating Pipe Size',$,'en',$); -#10239= IFCRELASSOCIATESLIBRARY('0y8PNxjqz08Qvkn8$5kb4k',$,$,$,(#3146),#17413); -#17413= IFCLIBRARYREFERENCE($,$,'\X2\578276F489E350CF5EA6\X0\','\X2\578276F465B95411306E30D430AF30BB30EB65703092793A30593002\X0\','ja-JP',$); +#10237= IFCRELASSOCIATESLIBRARY('2f7FiFKM54cRYBe8wF2KyQ',$,$,$,(#3141),#17413); +#17413= IFCLIBRARYREFERENCE($,$,'Ventilation',$,'en',$); -#10240= IFCRELASSOCIATESLIBRARY('1xcuBdwUT3Ze51hndsp2xq',$,$,$,(#3146),#17414); -#17414= IFCLIBRARYREFERENCE($,$,'\X2\C218C9C1\X0\ \X2\D574C0C1B3C4\X0\','\X2\C138B85C\X0\ \X2\D53DC140\X0\ \X2\C218B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#10238= IFCRELASSOCIATESLIBRARY('0m5Vf62tPBtAVFqLonuEYQ',$,$,$,(#3141),#17414); +#17414= IFCLIBRARYREFERENCE($,$,'\X2\59166C1791CF\X0\','\X2\89816C423055308C305F59166C1791CF3002\X0\','ja-JP',$); -#10241= IFCRELASSOCIATESLIBRARY('1PKxA9EzTC9wdyHGafOETh',$,$,$,(#3147),#17415); -#17415= IFCLIBRARYREFERENCE($,$,'Video Resolution Height',$,'en',$); +#10239= IFCRELASSOCIATESLIBRARY('0NtYx79az3KBj7UV32vp0W',$,$,$,(#3141),#17415); +#17415= IFCLIBRARYREFERENCE($,$,'\X2\C678AE30B7C9\X0\','\X2\C694CCADD55C\X0\ \X2\C678AE30\X0\ \X2\B7C9\X0\','ko-KR',$); -#10242= IFCRELASSOCIATESLIBRARY('2e$eHgsjL0IvP7XlYcXpg_',$,$,$,(#3147),#17416); -#17416= IFCLIBRARYREFERENCE($,$,'\X2\578276F489E350CF5EA6\X0\','\X2\578276F465B95411306E30D430AF30BB30EB65703092793A30593002\X0\','ja-JP',$); +#10240= IFCRELASSOCIATESLIBRARY('0K1xJxqkv5VA1z7wDD3d_C',$,$,$,(#3142),#17416); +#17416= IFCLIBRARYREFERENCE($,$,'Ventilation Air Flow Rate',$,'en',$); -#10243= IFCRELASSOCIATESLIBRARY('1uywtMtvz95xYi4S1EjGSu',$,$,$,(#3147),#17417); -#17417= IFCLIBRARYREFERENCE($,$,'\X2\C218C9C1\X0\ \X2\D574C0C1B3C4\X0\','\X2\C218C9C1\X0\ \X2\D53DC140\X0\ \X2\C218B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#10241= IFCRELASSOCIATESLIBRARY('1fwPI9BEvF2vKWl5n9_XpN',$,$,$,(#3142),#17417); +#17417= IFCLIBRARYREFERENCE($,$,'\X2\63DB6C176C176D41901F5EA6\X0\','\X2\5BA45185306E63DB6C177A7A6C176D4191CF\X0\','ja-JP',$); -#10244= IFCRELASSOCIATESLIBRARY('1yq2FXQ_b3OR5cuuS_KMfQ',$,$,$,(#3148),#17418); -#17418= IFCLIBRARYREFERENCE($,$,'Video Resolution Mode',$,'en',$); +#10242= IFCRELASSOCIATESLIBRARY('158RCvpcL3YR2rPU26J1y8',$,$,$,(#3143),#17418); +#17418= IFCLIBRARYREFERENCE($,$,'Ventilation Air Flowrate',$,'en',$); -#10245= IFCRELASSOCIATESLIBRARY('2iRnq524b7lBp81A5$heAn',$,$,$,(#3148),#17419); -#17419= IFCLIBRARYREFERENCE($,$,'\X2\30D330C730AA89E350CF5EA630E230FC30C9\X0\','\X2\30D330C730AA89E350CF5EA630E230FC30C93092793A30593002\X0\','ja-JP',$); +#10243= IFCRELASSOCIATESLIBRARY('2LmBRc$Kn2vOK4cBKawGx8',$,$,$,(#3143),#17419); +#17419= IFCLIBRARYREFERENCE($,$,'\X2\59166C1791CF\X0\','\X2\5FC5898159166C1791CF3002\X0\','ja-JP',$); -#10246= IFCRELASSOCIATESLIBRARY('37ObTb5N55$gS1sO_7$a5u',$,$,$,(#3148),#17420); -#17420= IFCLIBRARYREFERENCE($,$,'\X2\BE44B514C624\X0\ \X2\D574C0C1B3C4\X0\ \X2\BAA8B4DC\X0\','\X2\BE44B514C624\X0\ \X2\D574C0C1B3C4B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); +#10244= IFCRELASSOCIATESLIBRARY('323BXVobH7C9oQpcR0MHoa',$,$,$,(#3143),#17420); +#17420= IFCLIBRARYREFERENCE($,$,'\X2\C678AE30B7C9\X0\','\X2\D544C694\X0\ \X2\C678AE30\X0\ \X2\B7C9\X0\.','ko-KR',$); -#10247= IFCRELASSOCIATESLIBRARY('3drPxYrbb9BxOUOVZ$BqPH',$,$,$,(#3149),#17421); -#17421= IFCLIBRARYREFERENCE($,$,'Video Resolution Mode',$,'en',$); +#10245= IFCRELASSOCIATESLIBRARY('1OXHiNEyH03unJxxLj0i8G',$,$,$,(#3144),#17421); +#17421= IFCLIBRARYREFERENCE($,$,'Ventilation Indoor Air',$,'en',$); -#10248= IFCRELASSOCIATESLIBRARY('2QcRTBblfAiRURWfOKgjhc',$,$,$,(#3149),#17422); -#17422= IFCLIBRARYREFERENCE($,$,'\X2\89E350CF5EA630E230FC30C9\X0\','\X2\89E350CF5EA630E230FC30C93092793A30593002\X0\','ja-JP',$); +#10246= IFCRELASSOCIATESLIBRARY('1ACBWYm7j31hf6QXfDWDof',$,$,$,(#3144),#17422); +#17422= IFCLIBRARYREFERENCE($,$,'\X2\5BA45185306E63DB6C1791CF\X0\','\X2\5BA45185306E63DB6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); -#10249= IFCRELASSOCIATESLIBRARY('0XowK87cLAeOC7UXhfoPF2',$,$,$,(#3149),#17423); -#17423= IFCLIBRARYREFERENCE($,$,'\X2\B514C2A4D50CB808C774\X0\ \X2\BAA8B4DC\X0\','\X2\BAA8B4DCD574C0C1B3C4B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); +#10247= IFCRELASSOCIATESLIBRARY('0p977juQf7lP9EI6feQOtl',$,$,$,(#3144),#17423); +#17423= IFCLIBRARYREFERENCE($,$,'\X2\C2E4B0B4\X0\ \X2\D658AE30B7C9\X0\','\X2\C2E4B0B4\X0\ \X2\D658AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4\X0\ \X2\BD80D558\X0\','ko-KR',$); -#10250= IFCRELASSOCIATESLIBRARY('2D7Z4OxQD1lP46zpfUTOVQ',$,$,$,(#3150),#17424); -#17424= IFCLIBRARYREFERENCE($,$,'Video Resolution Mode',$,'en',$); +#10248= IFCRELASSOCIATESLIBRARY('3lvZqzV8v3_gmC5vQ_zGJO',$,$,$,(#3145),#17424); +#17424= IFCLIBRARYREFERENCE($,$,'Ventilation Indoor Air',$,'en',$); -#10251= IFCRELASSOCIATESLIBRARY('2jPpH71GD7DflRWBQkKwZz',$,$,$,(#3150),#17425); -#17425= IFCLIBRARYREFERENCE($,$,'\X2\89E350CF5EA630E230FC30C9\X0\','\X2\89E350CF5EA630E230FC30C93092793A30593002\X0\','ja-JP',$); +#10249= IFCRELASSOCIATESLIBRARY('3oijeZ5WT4M9dNZvXxh$G1',$,$,$,(#3145),#17425); +#17425= IFCLIBRARYREFERENCE($,$,'\X2\5BA45185306E63DB6C1791CF\X0\','\X2\5BA45185306E63DB6C17306B3088308B71B18CA083773002\X0\','ja-JP',$); -#10252= IFCRELASSOCIATESLIBRARY('1YGCzK5iv3Xu5pWU$bBrwe',$,$,$,(#3150),#17426); -#17426= IFCLIBRARYREFERENCE($,$,'\X2\B514C2A4D50CB808C774\X0\ \X2\BAA8B4DC\X0\','\X2\D574C0C1B3C4B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); +#10250= IFCRELASSOCIATESLIBRARY('0_FvMjPTf4vPyWGXOXz$cR',$,$,$,(#3145),#17426); +#17426= IFCLIBRARYREFERENCE($,$,'\X2\C2E4B0B4\X0\ \X2\D658AE30B7C9\X0\','\X2\C2E4B0B4\X0\ \X2\D658AE30C5D0\X0\ \X2\C758D55C\X0\ \X2\C5F4\X0\ \X2\BD80D558\X0\','ko-KR',$); -#10253= IFCRELASSOCIATESLIBRARY('2ouv7uQ3L2sxNdHgSSZZFr',$,$,$,(#3151),#17427); -#17427= IFCLIBRARYREFERENCE($,$,'Video Resolution Width',$,'en',$); +#10251= IFCRELASSOCIATESLIBRARY('2oPrwaftr3e8$qH$xexqVc',$,$,$,(#3146),#17427); +#17427= IFCLIBRARYREFERENCE($,$,'Ventilation Outdoor Air',$,'en',$); -#10254= IFCRELASSOCIATESLIBRARY('3TxdmE7DnE7O2_Jve9_p$M',$,$,$,(#3151),#17428); -#17428= IFCLIBRARYREFERENCE($,$,'\X2\6C345E7389E350CF5EA6\X0\','\X2\6C345E7365B95411306E30D430AF30BB30EB65703002\X0\','ja-JP',$); +#10252= IFCRELASSOCIATESLIBRARY('0pfCcAgiT5XOJLMDcUKwyK',$,$,$,(#3146),#17428); +#17428= IFCLIBRARYREFERENCE($,$,'\X2\59166C1791CF\X0\','\X2\59166C17306B3088308B71B18CA083773002\X0\','ja-JP',$); -#10255= IFCRELASSOCIATESLIBRARY('1Lml$bKnv508Cyy3Conthg',$,$,$,(#3151),#17429); -#17429= IFCLIBRARYREFERENCE($,$,'\X2\C218D3C9\X0\ \X2\D574C0C1B3C4\X0\','\X2\AC00B85C\X0\ \X2\D53DC140\X0\ \X2\C218C785B2C8B2E4\X0\.','ko-KR',$); +#10253= IFCRELASSOCIATESLIBRARY('0u1IV$YXj7vgcUwN0fG2RG',$,$,$,(#3146),#17429); +#17429= IFCLIBRARYREFERENCE($,$,'\X2\C678AE30B7C9\X0\','\X2\C678AE30C5D0D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#10256= IFCRELASSOCIATESLIBRARY('3EOrkYMGnFtgOW6ORpLudr',$,$,$,(#3152),#17430); -#17430= IFCLIBRARYREFERENCE($,$,'Video Resolution Width',$,'en',$); +#10254= IFCRELASSOCIATESLIBRARY('1X16MIykL1LOG1GjaVEagO',$,$,$,(#3147),#17430); +#17430= IFCLIBRARYREFERENCE($,$,'Ventilation Outdoor Air',$,'en',$); -#10257= IFCRELASSOCIATESLIBRARY('3cnYCNvqPANBY6RcW31eQw',$,$,$,(#3152),#17431); -#17431= IFCLIBRARYREFERENCE($,$,'\X2\6C345E7389E350CF5EA6\X0\','\X2\6C345E7365B95411306E30D430AF30BB30EB65703092793A30593002\X0\','ja-JP',$); +#10255= IFCRELASSOCIATESLIBRARY('3CpVgJ6BTCBODNaH8bfvah',$,$,$,(#3147),#17431); +#17431= IFCLIBRARYREFERENCE($,$,'\X2\59166C1791CF\X0\','\X2\59166C17306B3088308B71B18CA083773002\X0\','ja-JP',$); -#10258= IFCRELASSOCIATESLIBRARY('27e0JNLqnBbfyIgjnAqezV',$,$,$,(#3152),#17432); -#17432= IFCLIBRARYREFERENCE($,$,'\X2\C218D3C9\X0\ \X2\D574C0C1B3C4\X0\','\X2\AC00B85C\X0\ \X2\D53DC140\X0\ \X2\C218B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#10256= IFCRELASSOCIATESLIBRARY('0KU3$nJ$f1wQj9m_snwwYt',$,$,$,(#3147),#17432); +#17432= IFCLIBRARYREFERENCE($,$,'\X2\C678AE30B7C9\X0\','\X2\C678AE30C5D0D55C\X0\ \X2\C5F4BD80D558\X0\','ko-KR',$); -#10259= IFCRELASSOCIATESLIBRARY('0FF$HpVcf5m9YTmQAt$e9r',$,$,$,(#3153),#17433); -#17433= IFCLIBRARYREFERENCE($,$,'Video Resolution Width',$,'en',$); +#10257= IFCRELASSOCIATESLIBRARY('0ccSGVqTHDYQ0$fo8tuVe8',$,$,$,(#3148),#17433); +#17433= IFCLIBRARYREFERENCE($,$,'Version',$,'en',$); -#10260= IFCRELASSOCIATESLIBRARY('2o3RA5xNfCQB7JakceaaJ8',$,$,$,(#3153),#17434); -#17434= IFCLIBRARYREFERENCE($,$,'\X2\6C345E7389E350CF5EA6\X0\','\X2\6C345E7365B95411306E30D430AF30BB30EB65703092793A30593002\X0\','ja-JP',$); +#10258= IFCRELASSOCIATESLIBRARY('10TNlM4P94FOBD9trQeTm1',$,$,$,(#3149),#17434); +#17434= IFCLIBRARYREFERENCE($,$,'Version Date',$,'en',$); -#10261= IFCRELASSOCIATESLIBRARY('3ll02K1kb4$u0OUCzarKX6',$,$,$,(#3153),#17435); -#17435= IFCLIBRARYREFERENCE($,$,'\X2\C218D3C9\X0\ \X2\D574C0C1B3C4\X0\','\X2\AC00B85C\X0\ \X2\D53DC140\X0\ \X2\C218B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#10259= IFCRELASSOCIATESLIBRARY('2l1DXZCjX8cwK1sUTXG0x3',$,$,$,(#3151),#17435); +#17435= IFCLIBRARYREFERENCE($,$,'Vertical Bar Pitch',$,'en',$); -#10262= IFCRELASSOCIATESLIBRARY('1VVybsWPP9BwQE0rRUn1Dg',$,$,$,(#3154),#17436); -#17436= IFCLIBRARYREFERENCE($,$,'Video Scale Mode',$,'en',$); +#10260= IFCRELASSOCIATESLIBRARY('0Hji6olwf6$e32wyaUH4gw',$,$,$,(#3151),#17436); +#17436= IFCLIBRARYREFERENCE($,$,'\X2\7E267B4B30D430C330C1\X0\','\X2\925B76F465B95411306E88DC5F377B4B306E959396943002\X0\','ja-JP',$); -#10263= IFCRELASSOCIATESLIBRARY('0BozcO_296HxzDno6vZ74j',$,$,$,(#3154),#17437); -#17437= IFCLIBRARYREFERENCE($,$,'\X2\30D330C730AA30B930B130FC30EB30E230FC30C9\X0\','\X2\30D330C730AA30B930B130FC30EA30F330B030E230FC30C93092793A30593002\X0\','ja-JP',$); +#10261= IFCRELASSOCIATESLIBRARY('3$_TpwpmbBlgBxMtKo3c03',$,$,$,(#3153),#17437); +#17437= IFCLIBRARYREFERENCE($,$,'Vertical Spacing',$,'en',$); -#10264= IFCRELASSOCIATESLIBRARY('1u2qeQXa9CqAo1lKQ2IYx3',$,$,$,(#3154),#17438); -#17438= IFCLIBRARYREFERENCE($,$,'\X2\BE44B514C624\X0\ \X2\C2A4CF00C77C\X0\','\X2\BE44B514C624\X0\ \X2\D06CAE30\X0\ \X2\C870C815BAA8B4DCB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#10262= IFCRELASSOCIATESLIBRARY('1c2EmT96H8q9aKr00sxa5S',$,$,$,(#3153),#17438); +#17438= IFCLIBRARYREFERENCE($,$,'\X2\578276F495939694\X0\','\X2\30C130E530FC30D6675F5185306E30C130E530FC30D69593578276F495939694\X0\','ja-JP',$); -#10265= IFCRELASSOCIATESLIBRARY('2iZMhAkFL6xv$3Rx$Q$ZsA',$,$,$,(#3155),#17439); -#17439= IFCLIBRARYREFERENCE($,$,'Video Scale Mode',$,'en',$); +#10263= IFCRELASSOCIATESLIBRARY('25uEEceh1F3eWNTmhWLPGI',$,$,$,(#3159),#17439); +#17439= IFCLIBRARYREFERENCE($,$,'Vibration Transmissibility',$,'en',$); -#10266= IFCRELASSOCIATESLIBRARY('1qWy8sTJz4sOGciLuzO2uI',$,$,$,(#3155),#17440); -#17440= IFCLIBRARYREFERENCE($,$,'\X2\30D330C730AA30B930B130FC30EB30E230FC30C9\X0\','\X2\30D330C730AA30B930B130FC30EA30F330B030E230FC30C93092793A30593002\X0\','ja-JP',$); +#10264= IFCRELASSOCIATESLIBRARY('0cB1GgFuHApwJQFed8Ktbg',$,$,$,(#3159),#17440); +#17440= IFCLIBRARYREFERENCE($,$,'\X2\632F52D54F1D9054\X0\','\X2\632F52D54F1D905452725408\X0\','ja-JP',$); -#10267= IFCRELASSOCIATESLIBRARY('0Bg8CX32bCkvfaa9sz072C',$,$,$,(#3155),#17441); -#17441= IFCLIBRARYREFERENCE($,$,'\X2\BE44B514C624\X0\ \X2\C2A4CF00C77C\X0\ \X2\BAA8B4DC\X0\','\X2\BE44B514C624\X0\ \X2\D06CAE30\X0\ \X2\C870C815\X0\ \X2\BAA8B4DCB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); +#10265= IFCRELASSOCIATESLIBRARY('297rp$Qpv9tvJnjl4da9pk',$,$,$,(#3160),#17441); +#17441= IFCLIBRARYREFERENCE($,$,'Video Caption Mode',$,'en',$); -#10268= IFCRELASSOCIATESLIBRARY('3WNaPjNUj20QRSTClhaJBz',$,$,$,(#3156),#17442); -#17442= IFCLIBRARYREFERENCE($,$,'Viscosity Temperature Derivative',$,'en',$); +#10266= IFCRELASSOCIATESLIBRARY('10q_ZZaBfC2P_wjXIIvySE',$,$,$,(#3160),#17442); +#17442= IFCLIBRARYREFERENCE($,$,'\X2\30D330C730AA30AD30E330D730B730E730F330E230FC30C9\X0\','\X2\30AF30ED30FC30BA30C930AD30E330D730B730E730F330E230FC30C93092793A30593002\X0\(\X2\5B575E556A5F80FDFF09\X0\','ja-JP',$); -#10269= IFCRELASSOCIATESLIBRARY('2a$G1a_xrAZRNJCQ9Imc3y',$,$,$,(#3157),#17443); -#17443= IFCLIBRARYREFERENCE($,$,'Visible Angle Left',$,'en',$); +#10267= IFCRELASSOCIATESLIBRARY('14PvBgmK131fWLPK6cFYUu',$,$,$,(#3160),#17443); +#17443= IFCLIBRARYREFERENCE($,$,'\X2\BE44B514C624\X0\ \X2\CEA1CCD0BAA8B4DC\X0\','\X2\C790B9C9\X0\ \X2\BAA8B4DCB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.(\X2\C790B9C9\X0\ \X2\AE30B2A5\X0\)','ko-KR',$); -#10270= IFCRELASSOCIATESLIBRARY('1Gx7Hxm8nEa9NcWGNi9e6L',$,$,$,(#3157),#17444); -#17444= IFCLIBRARYREFERENCE($,$,'VisibiliteAngleGauche','Angle de visibilit\S\i \S\` la gauche de l''acc\S\hs.','fr-FR',$); +#10268= IFCRELASSOCIATESLIBRARY('03dEb7Efb60ehTX$9$RImO',$,$,$,(#3161),#17444); +#17444= IFCLIBRARYREFERENCE($,$,'Video Caption Mode',$,'en',$); -#10271= IFCRELASSOCIATESLIBRARY('1BT06efH51xxU3BLuxOFnS',$,$,$,(#3157),#17445); -#17445= IFCLIBRARYREFERENCE($,$,'\X2\5DE6507453EF899689D25EA6\X0\','\X2\5DE65074306E7D4C8DEF306B53EF899651FA6765308B89D25EA63002\X0\','ja-JP',$); +#10269= IFCRELASSOCIATESLIBRARY('3$SXxqsgj5gOQ60E19PiMa',$,$,$,(#3161),#17445); +#17445= IFCLIBRARYREFERENCE($,$,'\X2\30D330C730AA30AD30E330D730B730E730F330E230FC30C9\X0\','\X2\30AF30ED30FC30BA30C930AD30E330D730B730E730F330E230FC30C93092793A30593002\X0\(\X2\5B575E556A5F80FDFF09\X0\','ja-JP',$); -#10272= IFCRELASSOCIATESLIBRARY('0yY453bXr1W9A_EY3kNKB5',$,$,$,(#3158),#17446); -#17446= IFCLIBRARYREFERENCE($,$,'Visible Angle Right',$,'en',$); +#10270= IFCRELASSOCIATESLIBRARY('1XF0$1BET46uuXPCDLOgCb',$,$,$,(#3161),#17446); +#17446= IFCLIBRARYREFERENCE($,$,'\X2\BE44B514C624\X0\ \X2\CEA1C158\X0\ \X2\BAA8B4DC\X0\','\X2\C790B9C9\X0\ \X2\BAA8B4DCB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\. (\X2\C790B9C9\X0\ \X2\AE30B2A5\X0\)','ko-KR',$); -#10273= IFCRELASSOCIATESLIBRARY('26EdYf6CD2QfrPY6jlfAiS',$,$,$,(#3158),#17447); -#17447= IFCLIBRARYREFERENCE($,$,'VisibiliteAngleDroit','Angle de visibilit\S\i \S\` la droite de l''acc\S\hs.','fr-FR',$); +#10271= IFCRELASSOCIATESLIBRARY('3uR6q4b$HAseL9LjhP67Eq',$,$,$,(#3162),#17447); +#17447= IFCLIBRARYREFERENCE($,$,'Video Capture Interval',$,'en',$); -#10274= IFCRELASSOCIATESLIBRARY('3ob_FbD8fCBw__Mcax78wE',$,$,$,(#3158),#17448); -#17448= IFCLIBRARYREFERENCE($,$,'\X2\53F3507453EF899689D25EA6\X0\','\X2\53F35074306E7D4C8DEF306B53EF899651FA6765308B89D25EA63002\X0\','ja-JP',$); +#10272= IFCRELASSOCIATESLIBRARY('3ql3D25$T9hB4pYc4QQNO7',$,$,$,(#3162),#17448); +#17448= IFCLIBRARYREFERENCE($,$,'\X2\64AE5F7195939694\X0\','\X2\64AE5F71959396943092793A30593002\X0\','ja-JP',$); -#10275= IFCRELASSOCIATESLIBRARY('2d7xbI9v53MPkQqLBy1Ql$',$,$,$,(#3159),#17449); -#17449= IFCLIBRARYREFERENCE($,$,'Reflektionsgrad f\S\|r sichtbares Licht','German-description-12','de-DE',$); +#10273= IFCRELASSOCIATESLIBRARY('0J2jfyUBD6AQOf$r5FhqKJ',$,$,$,(#3163),#17449); +#17449= IFCLIBRARYREFERENCE($,$,'Video Resolution Height',$,'en',$); -#10276= IFCRELASSOCIATESLIBRARY('3BqXGbRKP6LvS2vQDiKewE',$,$,$,(#3159),#17450); -#17450= IFCLIBRARYREFERENCE($,$,'Visible Light Reflectance',$,'en',$); +#10274= IFCRELASSOCIATESLIBRARY('3txrPUQzL2ERdsWSASKJqK',$,$,$,(#3163),#17450); +#17450= IFCLIBRARYREFERENCE($,$,'\X2\578276F489E350CF5EA6\X0\','\X2\578276F465B95411306E30D430AF30BB30EB65703002\X0\','ja-JP',$); -#10277= IFCRELASSOCIATESLIBRARY('2jMoFh8cv0RxhIaRwdbHZf',$,$,$,(#3159),#17451); -#17451= IFCLIBRARYREFERENCE($,$,'ReflexionVisible','Fraction du rayonnement visible qui est r\S\ifl\S\ichi par le vitrage sous incidence normale. Valeur sans unit\S\i.','fr-FR',$); +#10275= IFCRELASSOCIATESLIBRARY('1_8ZYKP319Jvao_5N_IM42',$,$,$,(#3163),#17451); +#17451= IFCLIBRARYREFERENCE($,$,'\X2\C218C9C1\X0\ \X2\D574C0C1B3C4\X0\','\X2\C138B85C\X0\ \X2\D53DC140\X0\ \X2\C218\X0\.','ko-KR',$); -#10278= IFCRELASSOCIATESLIBRARY('3nmBsj3ab7OeQbVe24w5Lt',$,$,$,(#3159),#17452); -#17452= IFCLIBRARYREFERENCE($,$,'\X2\53EF8996514953CD5C047387\X0\','\X2\30AC30E930B930786CD57DDA51655C043057305F53EF89965149306E53CD5C047387300253584F4D306E7121304450243002\X0\','ja-JP',$); +#10276= IFCRELASSOCIATESLIBRARY('1DwWbfCCP8KwEYBTc9gxw6',$,$,$,(#3164),#17452); +#17452= IFCLIBRARYREFERENCE($,$,'Video Resolution Height',$,'en',$); -#10279= IFCRELASSOCIATESLIBRARY('16LJAs6G9FW9ovtMjwrH6d',$,$,$,(#3159),#17453); -#17453= IFCLIBRARYREFERENCE($,$,'\X2\53EF89C1514953CD5C047387\X0\','\X2\6B635C0465F688AB73BB748353CD5C04768453EF89C151496BD44F8B300265E053554F4D3002\X0\','zh-CN',$); +#10277= IFCRELASSOCIATESLIBRARY('2Wj0AlbHn7GhE9UIL7Flx5',$,$,$,(#3164),#17453); +#17453= IFCLIBRARYREFERENCE($,$,'\X2\578276F489E350CF5EA6\X0\','\X2\578276F465B95411306E30D430AF30BB30EB65703092793A30593002\X0\','ja-JP',$); -#10280= IFCRELASSOCIATESLIBRARY('3AsF1wtgz1dPcfQQBEfQpz',$,$,$,(#3160),#17454); -#17454= IFCLIBRARYREFERENCE($,$,'Reflektionsgrad f\S\|r sichtbares Licht',$,'de-DE',$); +#10278= IFCRELASSOCIATESLIBRARY('2ZTvt4hzf4QQ9DfLaiOdvw',$,$,$,(#3164),#17454); +#17454= IFCLIBRARYREFERENCE($,$,'\X2\C218C9C1\X0\ \X2\D574C0C1B3C4\X0\','\X2\C138B85C\X0\ \X2\D53DC140\X0\ \X2\C218B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#10281= IFCRELASSOCIATESLIBRARY('01VTZUQSX7IPiVxfOkqBSf',$,$,$,(#3160),#17455); -#17455= IFCLIBRARYREFERENCE($,$,'Visible Light Reflectance',$,'en',$); +#10279= IFCRELASSOCIATESLIBRARY('1BkmP$fqD6eAG0otg$$M1h',$,$,$,(#3165),#17455); +#17455= IFCLIBRARYREFERENCE($,$,'Video Resolution Height',$,'en',$); -#10282= IFCRELASSOCIATESLIBRARY('1VtXAagB58dukgKs3UeEL$',$,$,$,(#3160),#17456); -#17456= IFCLIBRARYREFERENCE($,$,'Reflexion du rayonnement visible','Fraction du rayonnement visible qui est r\S\ifl\S\ichi par la protection solaire sous incidence normale. Valeur sans unit\S\i.','fr-FR',$); +#10280= IFCRELASSOCIATESLIBRARY('07jCxeKWz2jOlt5JBjT9UP',$,$,$,(#3165),#17456); +#17456= IFCLIBRARYREFERENCE($,$,'\X2\578276F489E350CF5EA6\X0\','\X2\578276F465B95411306E30D430AF30BB30EB65703092793A30593002\X0\','ja-JP',$); -#10283= IFCRELASSOCIATESLIBRARY('0B9S_$VTvB7vAPH8QErqHA',$,$,$,(#3160),#17457); -#17457= IFCLIBRARYREFERENCE($,$,'\X2\53EF8996514953CD5C047387\X0\','\X2\901A5E38306E51655C04306B304A3051308B65E59664305188C57F6E306B3088308A53CD5C043055308C308B53EF89965149306E6BD47387300253584F4D306E71213044657050243002\X0\','ja-JP',$); +#10281= IFCRELASSOCIATESLIBRARY('0asMHZgjH1eOD3M3V7Y8ov',$,$,$,(#3165),#17457); +#17457= IFCLIBRARYREFERENCE($,$,'\X2\C218C9C1\X0\ \X2\D574C0C1B3C4\X0\','\X2\C218C9C1\X0\ \X2\D53DC140\X0\ \X2\C218B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#10284= IFCRELASSOCIATESLIBRARY('0PPilh7nj4OgRJCuB8JeRb',$,$,$,(#3161),#17458); -#17458= IFCLIBRARYREFERENCE($,$,'Transmissionsgrad f\S\|r sichtbares Licht',$,'de-DE',$); +#10282= IFCRELASSOCIATESLIBRARY('18DrPjqAP3KAjECSSoNXoW',$,$,$,(#3166),#17458); +#17458= IFCLIBRARYREFERENCE($,$,'Video Resolution Mode',$,'en',$); -#10285= IFCRELASSOCIATESLIBRARY('2osq99AJX6iwCyvY13TC9L',$,$,$,(#3161),#17459); -#17459= IFCLIBRARYREFERENCE($,$,'Visible Light Transmittance',$,'en',$); +#10283= IFCRELASSOCIATESLIBRARY('2xpoEU6Nb83g7NLSTCjxRo',$,$,$,(#3166),#17459); +#17459= IFCLIBRARYREFERENCE($,$,'\X2\30D330C730AA89E350CF5EA630E230FC30C9\X0\','\X2\30D330C730AA89E350CF5EA630E230FC30C93092793A30593002\X0\','ja-JP',$); -#10286= IFCRELASSOCIATESLIBRARY('1yQCdkVuzB2wMOGTNTYv8q',$,$,$,(#3161),#17460); -#17460= IFCLIBRARYREFERENCE($,$,'Transmittance du rayonnement visible','Fraction du rayonnement visible qui est transmise par la protection solaire sous incidence normale. Valeur sans unit\S\i.','fr-FR',$); +#10284= IFCRELASSOCIATESLIBRARY('3DFd5v3_HBwvOjfZyJIOee',$,$,$,(#3166),#17460); +#17460= IFCLIBRARYREFERENCE($,$,'\X2\BE44B514C624\X0\ \X2\D574C0C1B3C4\X0\ \X2\BAA8B4DC\X0\','\X2\BE44B514C624\X0\ \X2\D574C0C1B3C4B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\.','ko-KR',$); -#10287= IFCRELASSOCIATESLIBRARY('1SKTnFRbT53f5gpQ2wwwsO',$,$,$,(#3161),#17461); -#17461= IFCLIBRARYREFERENCE($,$,'\X2\53EF89965149900F904E7387\X0\','\X2\901A5E38306E51655C04306B304A3051308B65E59664305188C57F6E3092901A904E3059308B53EF89965149306E6BD47387300253584F4D306E71213044657050243002\X0\','ja-JP',$); +#10285= IFCRELASSOCIATESLIBRARY('0$oJVp9051tu7LiIWbQ1RC',$,$,$,(#3167),#17461); +#17461= IFCLIBRARYREFERENCE($,$,'Video Resolution Mode',$,'en',$); -#10288= IFCRELASSOCIATESLIBRARY('383FmT4XHE5RNhbUykQMzU',$,$,$,(#3162),#17462); -#17462= IFCLIBRARYREFERENCE($,$,'Transmissionsgrad f\S\|r sichtbares Licht','German-description-11','de-DE',$); +#10286= IFCRELASSOCIATESLIBRARY('1oDFHbwmXBMAxdO0BXSPan',$,$,$,(#3167),#17462); +#17462= IFCLIBRARYREFERENCE($,$,'\X2\89E350CF5EA630E230FC30C9\X0\','\X2\89E350CF5EA630E230FC30C93092793A30593002\X0\','ja-JP',$); -#10289= IFCRELASSOCIATESLIBRARY('3qqlXIDFvCgxNdGH4mJBy8',$,$,$,(#3162),#17463); -#17463= IFCLIBRARYREFERENCE($,$,'Visible Light Transmittance',$,'en',$); +#10287= IFCRELASSOCIATESLIBRARY('0QIRzfabzBJQovzASs9Qy1',$,$,$,(#3167),#17463); +#17463= IFCLIBRARYREFERENCE($,$,'\X2\B514C2A4D50CB808C774\X0\ \X2\BAA8B4DC\X0\','\X2\BAA8B4DCD574C0C1B3C4B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); -#10290= IFCRELASSOCIATESLIBRARY('2dmnFO0uz4pgh7i7L5q3QQ',$,$,$,(#3162),#17464); -#17464= IFCLIBRARYREFERENCE($,$,'TransmittanceVisible','Fraction du rayonnement visible qui est transmise par le vitrage sous incidence normale. Valeur sans unit\S\i.','fr-FR',$); +#10288= IFCRELASSOCIATESLIBRARY('2Jz18wKob74PCCaJqq7xAO',$,$,$,(#3168),#17464); +#17464= IFCLIBRARYREFERENCE($,$,'Video Resolution Mode',$,'en',$); -#10291= IFCRELASSOCIATESLIBRARY('0xps5XOd1CkxNXqvVX13pE',$,$,$,(#3162),#17465); -#17465= IFCLIBRARYREFERENCE($,$,'\X2\53EF89965149900F904E7387\X0\','\X2\30AC30E930B930786CD57DDA51655C043057305F53EF89965149306E900F904E7387300253584F4D306E7121304450243002\X0\','ja-JP',$); +#10289= IFCRELASSOCIATESLIBRARY('1L5wOSgbXBiPixUTdSt71J',$,$,$,(#3168),#17465); +#17465= IFCLIBRARYREFERENCE($,$,'\X2\89E350CF5EA630E230FC30C9\X0\','\X2\89E350CF5EA630E230FC30C93092793A30593002\X0\','ja-JP',$); -#10292= IFCRELASSOCIATESLIBRARY('0lLLjlHab3le038nCmoCAI',$,$,$,(#3162),#17466); -#17466= IFCLIBRARYREFERENCE($,$,'\X2\53EF89C15149900F5C047387\X0\','\X2\6B635C0465F67A7F900F73BB7483768453EF89C151496BD44F8B300265E053554F4D3002\X0\','zh-CN',$); +#10290= IFCRELASSOCIATESLIBRARY('0w1HzaRrb3uhX31oR6_27g',$,$,$,(#3168),#17466); +#17466= IFCLIBRARYREFERENCE($,$,'\X2\B514C2A4D50CB808C774\X0\ \X2\BAA8B4DC\X0\','\X2\D574C0C1B3C4B97C\X0\ \X2\BCF4C5ECC900B2E4\X0\','ko-KR',$); -#10293= IFCRELASSOCIATESLIBRARY('0xcj2L5rn0fBMQG5Xn8tVb',$,$,$,(#3163),#17467); -#17467= IFCLIBRARYREFERENCE($,$,'Visible Reflectance Back',$,'en',$); +#10291= IFCRELASSOCIATESLIBRARY('3Dwi8B7QH1shdCtInHTA1$',$,$,$,(#3169),#17467); +#17467= IFCLIBRARYREFERENCE($,$,'Video Resolution Width',$,'en',$); -#10294= IFCRELASSOCIATESLIBRARY('2xNDoZSLn4bAU$tNedTSgU',$,$,$,(#3164),#17468); -#17468= IFCLIBRARYREFERENCE($,$,'Visible Reflectance Front',$,'en',$); +#10292= IFCRELASSOCIATESLIBRARY('13GftMdnj4bwC$C4rRSLkt',$,$,$,(#3169),#17468); +#17468= IFCLIBRARYREFERENCE($,$,'\X2\6C345E7389E350CF5EA6\X0\','\X2\6C345E7365B95411306E30D430AF30BB30EB65703002\X0\','ja-JP',$); -#10295= IFCRELASSOCIATESLIBRARY('1lI8gPxrr9UQIYdY5Bdl4T',$,$,$,(#3165),#17469); -#17469= IFCLIBRARYREFERENCE($,$,'Visible Refraction Index',$,'en',$); +#10293= IFCRELASSOCIATESLIBRARY('37Jpzl5eXFOR2yrCEDFHhd',$,$,$,(#3169),#17469); +#17469= IFCLIBRARYREFERENCE($,$,'\X2\C218D3C9\X0\ \X2\D574C0C1B3C4\X0\','\X2\AC00B85C\X0\ \X2\D53DC140\X0\ \X2\C218C785B2C8B2E4\X0\.','ko-KR',$); -#10296= IFCRELASSOCIATESLIBRARY('0fYVTyTZT8i9V5zT0L5JO$',$,$,$,(#3166),#17470); -#17470= IFCLIBRARYREFERENCE($,$,'Visible Transmittance',$,'en',$); +#10294= IFCRELASSOCIATESLIBRARY('3SJkMQu0zDXx_0Mhxrcqdv',$,$,$,(#3170),#17470); +#17470= IFCLIBRARYREFERENCE($,$,'Video Resolution Width',$,'en',$); -#10297= IFCRELASSOCIATESLIBRARY('3nPJ488YDFdx37DR1GuD3I',$,$,$,(#3167),#17471); -#17471= IFCLIBRARYREFERENCE($,$,'Voltage',$,'en',$); +#10295= IFCRELASSOCIATESLIBRARY('0iu0vRONv94vJeL9xWmHh0',$,$,$,(#3170),#17471); +#17471= IFCLIBRARYREFERENCE($,$,'\X2\6C345E7389E350CF5EA6\X0\','\X2\6C345E7365B95411306E30D430AF30BB30EB65703092793A30593002\X0\','ja-JP',$); -#10298= IFCRELASSOCIATESLIBRARY('1WonfWTNH9MOL$GGWPWVwP',$,$,$,(#3167),#17472); -#17472= IFCLIBRARYREFERENCE($,$,'\X2\96FB5727\X0\','\X2\96FB5727306E30ED30B03002\X0\','ja-JP',$); +#10296= IFCRELASSOCIATESLIBRARY('3X8rzqGtD1CuadKdANJtVZ',$,$,$,(#3170),#17472); +#17472= IFCLIBRARYREFERENCE($,$,'\X2\C218D3C9\X0\ \X2\D574C0C1B3C4\X0\','\X2\AC00B85C\X0\ \X2\D53DC140\X0\ \X2\C218B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#10299= IFCRELASSOCIATESLIBRARY('1$l19ni454J8ticBwCRf8J',$,$,$,(#3168),#17473); -#17473= IFCLIBRARYREFERENCE($,$,'Voltage',$,'en',$); +#10297= IFCRELASSOCIATESLIBRARY('1hXFI$UHj1_O4mIzQu6JUV',$,$,$,(#3171),#17473); +#17473= IFCLIBRARYREFERENCE($,$,'Video Resolution Width',$,'en',$); -#10300= IFCRELASSOCIATESLIBRARY('1x7E5Q5p93wQHbA$HRk4bV',$,$,$,(#3168),#17474); -#17474= IFCLIBRARYREFERENCE($,$,'\X2\96FB5727\X0\','\X2\5B9F96FB5727306852D54F5C53EF80FD7BC456F23002\X0\','ja-JP',$); +#10298= IFCRELASSOCIATESLIBRARY('3_lPWMHt5618I5$GYs8odB',$,$,$,(#3171),#17474); +#17474= IFCLIBRARYREFERENCE($,$,'\X2\6C345E7389E350CF5EA6\X0\','\X2\6C345E7365B95411306E30D430AF30BB30EB65703092793A30593002\X0\','ja-JP',$); -#10302= IFCRELASSOCIATESLIBRARY('2LcSohbzXAMAiMlMTrxU6M',$,$,$,(#3169),#17475); -#17475= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); +#10299= IFCRELASSOCIATESLIBRARY('1JQK$vdFj7xhxy_5H0fMqL',$,$,$,(#3171),#17475); +#17475= IFCLIBRARYREFERENCE($,$,'\X2\C218D3C9\X0\ \X2\D574C0C1B3C4\X0\','\X2\AC00B85C\X0\ \X2\D53DC140\X0\ \X2\C218B97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#10303= IFCRELASSOCIATESLIBRARY('0x8akYZ6z3v9bAhiWiO4KG',$,$,$,(#3169),#17476); -#17476= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); +#10300= IFCRELASSOCIATESLIBRARY('122Bjm0HjCs9fFTfk$HPbn',$,$,$,(#3172),#17476); +#17476= IFCLIBRARYREFERENCE($,$,'Video Scale Mode',$,'en',$); -#10304= IFCRELASSOCIATESLIBRARY('1NGGl1BWT1V9hJm6db7VHo',$,$,$,(#3169),#17477); -#17477= IFCLIBRARYREFERENCE($,$,'\X2\C804C555B808BCA8\X0\','\X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); +#10301= IFCRELASSOCIATESLIBRARY('2PhMEkbHP2hx5V3NwLSJfb',$,$,$,(#3172),#17477); +#17477= IFCLIBRARYREFERENCE($,$,'\X2\30D330C730AA30B930B130FC30EB30E230FC30C9\X0\','\X2\30D330C730AA30B930B130FC30EA30F330B030E230FC30C93092793A30593002\X0\','ja-JP',$); -#10305= IFCRELASSOCIATESLIBRARY('1w4A5jXXX2uR6sxJeWtAXF',$,$,$,(#3170),#17478); -#17478= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); +#10302= IFCRELASSOCIATESLIBRARY('2S8gsoeBz3If4ZIULw8xld',$,$,$,(#3172),#17478); +#17478= IFCLIBRARYREFERENCE($,$,'\X2\BE44B514C624\X0\ \X2\C2A4CF00C77C\X0\','\X2\BE44B514C624\X0\ \X2\D06CAE30\X0\ \X2\C870C815BAA8B4DCB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#10306= IFCRELASSOCIATESLIBRARY('0znXeUqVz8LAQoh$nRqijV',$,$,$,(#3170),#17479); -#17479= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); +#10303= IFCRELASSOCIATESLIBRARY('16$kocZkrB2x2pFl0Vsntt',$,$,$,(#3173),#17479); +#17479= IFCLIBRARYREFERENCE($,$,'Video Scale Mode',$,'en',$); -#10307= IFCRELASSOCIATESLIBRARY('3Nl$GGUc1ELR57tYAcj7H7',$,$,$,(#3170),#17480); -#17480= IFCLIBRARYREFERENCE($,$,'\X2\C804C555B808BCA8\X0\','\X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); +#10304= IFCRELASSOCIATESLIBRARY('3eCNWG2t1BpR6l4Ba7xQr$',$,$,$,(#3173),#17480); +#17480= IFCLIBRARYREFERENCE($,$,'\X2\30D330C730AA30B930B130FC30EB30E230FC30C9\X0\','\X2\30D330C730AA30B930B130FC30EA30F330B030E230FC30C93092793A30593002\X0\','ja-JP',$); -#10308= IFCRELASSOCIATESLIBRARY('1zZrbpE$D758UIJshX9Dpg',$,$,$,(#3171),#17481); -#17481= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); +#10305= IFCRELASSOCIATESLIBRARY('3bfv2s9Nz7B8N0a3Xunv62',$,$,$,(#3173),#17481); +#17481= IFCLIBRARYREFERENCE($,$,'\X2\BE44B514C624\X0\ \X2\C2A4CF00C77C\X0\ \X2\BAA8B4DC\X0\','\X2\BE44B514C624\X0\ \X2\D06CAE30\X0\ \X2\C870C815\X0\ \X2\BAA8B4DCB97C\X0\ \X2\B098D0C0B0B8B2E4\X0\.','ko-KR',$); -#10309= IFCRELASSOCIATESLIBRARY('2fCcJ1Dzb2Yw_q3sFr9zDl',$,$,$,(#3171),#17482); -#17482= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); +#10306= IFCRELASSOCIATESLIBRARY('1ow3JayHL6W8WZ$_dfaMme',$,$,$,(#3174),#17482); +#17482= IFCLIBRARYREFERENCE($,$,'Viscosity Temperature Derivative',$,'en',$); -#10310= IFCRELASSOCIATESLIBRARY('2ANA4HmJHBxRBMiJY90wCa',$,$,$,(#3171),#17483); -#17483= IFCLIBRARYREFERENCE($,$,'\X2\C804C555\X0\ \X2\B808BCA8\X0\','\X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); +#10307= IFCRELASSOCIATESLIBRARY('1K0KHBx89E4xIGBu5NZjgl',$,$,$,(#3175),#17483); +#17483= IFCLIBRARYREFERENCE($,$,'Visible Angle Left',$,'en',$); -#10311= IFCRELASSOCIATESLIBRARY('0rGvNwpojFf90tyH9OwZQD',$,$,$,(#3172),#17484); -#17484= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); +#10308= IFCRELASSOCIATESLIBRARY('3L0hDp9Dn6chV$_lKc00PJ',$,$,$,(#3175),#17484); +#17484= IFCLIBRARYREFERENCE($,$,'VisibiliteAngleGauche','Angle de visibilit\S\i \S\` la gauche de l''acc\S\hs.','fr-FR',$); -#10312= IFCRELASSOCIATESLIBRARY('253uLZ6nb6Yujgl7rU59oO',$,$,$,(#3172),#17485); -#17485= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); +#10309= IFCRELASSOCIATESLIBRARY('1YcIw4Wvf0EQezaNdzB_xg',$,$,$,(#3175),#17485); +#17485= IFCLIBRARYREFERENCE($,$,'\X2\5DE6507453EF899689D25EA6\X0\','\X2\5DE65074306E7D4C8DEF306B53EF899651FA6765308B89D25EA63002\X0\','ja-JP',$); -#10313= IFCRELASSOCIATESLIBRARY('1sjjmhc2j1HvccYJy2DbQ_',$,$,$,(#3172),#17486); -#17486= IFCLIBRARYREFERENCE($,$,'\X2\C804C555\X0\ \X2\B808BCA8\X0\','\X2\C804C555B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); +#10310= IFCRELASSOCIATESLIBRARY('1_xfDlDWDBBx33Ja$3h_L1',$,$,$,(#3176),#17486); +#17486= IFCLIBRARYREFERENCE($,$,'Visible Angle Right',$,'en',$); -#10314= IFCRELASSOCIATESLIBRARY('0jJ_wmh_n0QQ$NaDBq5gps',$,$,$,(#3173),#17487); -#17487= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); +#10311= IFCRELASSOCIATESLIBRARY('16ou2TCfX00wI$b7PP7nDa',$,$,$,(#3176),#17487); +#17487= IFCLIBRARYREFERENCE($,$,'VisibiliteAngleDroit','Angle de visibilit\S\i \S\` la droite de l''acc\S\hs.','fr-FR',$); -#10315= IFCRELASSOCIATESLIBRARY('2NzjONoC50MQOFIyHeW6bF',$,$,$,(#3173),#17488); -#17488= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\4FDD8B7788C57F6E304C4F5C52D53059308B96FB572730EC30D930EB30929078629E3002\X0\\X\0D\X\0A[U230,U400,U525,U690,U1000,\X2\305D306E4ED6\X0\,\X2\4E0D660E\X0\,\X2\7121\X0\]','ja-JP',$); +#10312= IFCRELASSOCIATESLIBRARY('0gTQLrZUT0L9v1wiEltHZg',$,$,$,(#3176),#17488); +#17488= IFCLIBRARYREFERENCE($,$,'\X2\53F3507453EF899689D25EA6\X0\','\X2\53F35074306E7D4C8DEF306B53EF899651FA6765308B89D25EA63002\X0\','ja-JP',$); -#10316= IFCRELASSOCIATESLIBRARY('3NjtzqZWH9Mu2dCUCKtArJ',$,$,$,(#3173),#17489); -#17489= IFCLIBRARYREFERENCE($,$,'\X2\C804C555\X0\ \X2\B808BCA8\X0\','\X2\BCF4D638\X0\ \X2\C7A5CE58AC00\X0\ \X2\C791B3D9\X0\ \X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\. [U230, U400, U525, U690, U1000, \X2\AE30D0C0\X0\ \X2\C54C\X0\ \X2\C218\X0\ \X2\C5C6C74C\X0\, \X2\BB34\X0\','ko-KR',$); +#10313= IFCRELASSOCIATESLIBRARY('3_l5dK4u938fLhnBi3wP45',$,$,$,(#3177),#17489); +#17489= IFCLIBRARYREFERENCE($,$,'Reflektionsgrad f\S\|r sichtbares Licht','German-description-12','de-DE',$); -#10317= IFCRELASSOCIATESLIBRARY('2MGk6z6BP4heyom_zvkaHG',$,$,$,(#3174),#17490); -#17490= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); +#10314= IFCRELASSOCIATESLIBRARY('0_s_ufC4r3CPVY2z3OXHrZ',$,$,$,(#3177),#17490); +#17490= IFCLIBRARYREFERENCE($,$,'Visible Light Reflectance',$,'en',$); -#10318= IFCRELASSOCIATESLIBRARY('0PS60ORaj4eexurN1B3lYS',$,$,$,(#3174),#17491); -#17491= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); +#10315= IFCRELASSOCIATESLIBRARY('0GMsu4A6LFVREHQX_HRvcd',$,$,$,(#3177),#17491); +#17491= IFCLIBRARYREFERENCE($,$,'ReflexionVisible','Fraction du rayonnement visible qui est r\S\ifl\S\ichi par le vitrage sous incidence normale. Valeur sans unit\S\i.','fr-FR',$); -#10319= IFCRELASSOCIATESLIBRARY('041OZUqkj6sOnEX6tOgxJv',$,$,$,(#3174),#17492); -#17492= IFCLIBRARYREFERENCE($,$,'\X2\C804C555B808BCA8\X0\','\X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); +#10316= IFCRELASSOCIATESLIBRARY('0p5yoVKin1TvQQ8nOPhDe4',$,$,$,(#3177),#17492); +#17492= IFCLIBRARYREFERENCE($,$,'\X2\53EF8996514953CD5C047387\X0\','\X2\30AC30E930B930786CD57DDA51655C043057305F53EF89965149306E53CD5C047387300253584F4D306E7121304450243002\X0\','ja-JP',$); -#10320= IFCRELASSOCIATESLIBRARY('3Oa4ISt7PBcxmY1Rd9Wemg',$,$,$,(#3175),#17493); -#17493= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); +#10317= IFCRELASSOCIATESLIBRARY('0XSQRqfRLELB86pCUNNMHp',$,$,$,(#3177),#17493); +#17493= IFCLIBRARYREFERENCE($,$,'\X2\53EF89C1514953CD5C047387\X0\','\X2\6B635C0465F688AB73BB748353CD5C04768453EF89C151496BD44F8B300265E053554F4D3002\X0\','zh-CN',$); -#10321= IFCRELASSOCIATESLIBRARY('0aA_ztYdn5dP2Cr1$PTCXy',$,$,$,(#3175),#17494); -#17494= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); +#10318= IFCRELASSOCIATESLIBRARY('0otbNbz7b6$PaDbmxwVXc7',$,$,$,(#3178),#17494); +#17494= IFCLIBRARYREFERENCE($,$,'Reflektionsgrad f\S\|r sichtbares Licht',$,'de-DE',$); -#10322= IFCRELASSOCIATESLIBRARY('2vwzW3KJL2LACtH8yhO$85',$,$,$,(#3175),#17495); -#17495= IFCLIBRARYREFERENCE($,$,'\X2\C804C555B808BCA8\X0\','\X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); +#10319= IFCRELASSOCIATESLIBRARY('04JdAOKQzDzR5HruVsibER',$,$,$,(#3178),#17495); +#17495= IFCLIBRARYREFERENCE($,$,'Visible Light Reflectance',$,'en',$); -#10323= IFCRELASSOCIATESLIBRARY('1CFnIdFdX3a8W_X6WFGffU',$,$,$,(#3177),#17496); -#17496= IFCLIBRARYREFERENCE($,$,'Volume',$,'en',$); +#10320= IFCRELASSOCIATESLIBRARY('0MSxHTBgf93h6VAzkzIRiT',$,$,$,(#3178),#17496); +#17496= IFCLIBRARYREFERENCE($,$,'Reflexion du rayonnement visible','Fraction du rayonnement visible qui est r\S\ifl\S\ichi par la protection solaire sous incidence normale. Valeur sans unit\S\i.','fr-FR',$); -#10324= IFCRELASSOCIATESLIBRARY('0q$iNFQx15FghMfDTjf3$5',$,$,$,(#3177),#17497); -#17497= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF\X0\','\X2\30C130E530FC30D6306830D830C330C030FC5185306E7DCF6D4191CF\X0\','ja-JP',$); +#10321= IFCRELASSOCIATESLIBRARY('1apN5Lh$56eOKZqlRF1ar8',$,$,$,(#3178),#17497); +#17497= IFCLIBRARYREFERENCE($,$,'\X2\53EF8996514953CD5C047387\X0\','\X2\901A5E38306E51655C04306B304A3051308B65E59664305188C57F6E306B3088308A53CD5C043055308C308B53EF89965149306E6BD47387300253584F4D306E71213044657050243002\X0\','ja-JP',$); -#10325= IFCRELASSOCIATESLIBRARY('3BiORuhRb2EgSNJAhY8wcP',$,$,$,(#3178),#17498); -#17498= IFCLIBRARYREFERENCE($,$,'Volumetric Efficiency',$,'en',$); +#10322= IFCRELASSOCIATESLIBRARY('0qJSTUpDjES8cShrjRdAvR',$,$,$,(#3179),#17498); +#17498= IFCLIBRARYREFERENCE($,$,'Transmissionsgrad f\S\|r sichtbares Licht',$,'de-DE',$); -#10326= IFCRELASSOCIATESLIBRARY('2NjHW2_kn5BOyVexCX5Zrg',$,$,$,(#3178),#17499); -#17499= IFCLIBRARYREFERENCE($,$,'RendementVolum\S\itrique','Rapport entre le volume effectif de gaz rentrant dans le compresseur et le volume d\S\iplac\S\i th\S\iorique du compresseur.','fr-FR',$); +#10323= IFCRELASSOCIATESLIBRARY('1by_dgKxLA_hJfdfu326cR',$,$,$,(#3179),#17499); +#17499= IFCLIBRARYREFERENCE($,$,'Visible Light Transmittance',$,'en',$); -#10327= IFCRELASSOCIATESLIBRARY('3_5QcwpLPB5upewLuSPQO0',$,$,$,(#3179),#17500); -#17500= IFCLIBRARYREFERENCE($,$,'Volumetric Flow Rate',$,'en',$); +#10324= IFCRELASSOCIATESLIBRARY('3yTNjMkZf2vf_WP9Fjfgf1',$,$,$,(#3179),#17500); +#17500= IFCLIBRARYREFERENCE($,$,'Transmittance du rayonnement visible','Fraction du rayonnement visible qui est transmise par la protection solaire sous incidence normale. Valeur sans unit\S\i.','fr-FR',$); -#10328= IFCRELASSOCIATESLIBRARY('1Hx8bwDHf129LfuaDOiVsS',$,$,$,(#3180),#17501); -#17501= IFCLIBRARYREFERENCE($,$,'Volumetric Flow Rate',$,'en',$); +#10325= IFCRELASSOCIATESLIBRARY('1TPkmRPG10gBxrskiqraNb',$,$,$,(#3179),#17501); +#17501= IFCLIBRARYREFERENCE($,$,'\X2\53EF89965149900F904E7387\X0\','\X2\901A5E38306E51655C04306B304A3051308B65E59664305188C57F6E3092901A904E3059308B53EF89965149306E6BD47387300253584F4D306E71213044657050243002\X0\','ja-JP',$); -#10329= IFCRELASSOCIATESLIBRARY('15VNiu3RH1tfbd_ivsy8h9',$,$,$,(#3181),#17502); -#17502= IFCLIBRARYREFERENCE($,$,'Volumetric Flow Rate',$,'en',$); +#10326= IFCRELASSOCIATESLIBRARY('17WCSp55z11enS4EGpjLJx',$,$,$,(#3180),#17502); +#17502= IFCLIBRARYREFERENCE($,$,'Transmissionsgrad f\S\|r sichtbares Licht','German-description-11','de-DE',$); -#10330= IFCRELASSOCIATESLIBRARY('1WFPqVbnv6O9B9MzV9frnD',$,$,$,(#3181),#17503); -#17503= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D6D4191CF\X0\','\X2\6D414F53306E4F537A4D6D4191CF3002\X0\','ja-JP',$); +#10327= IFCRELASSOCIATESLIBRARY('3G7IFHL8P9M9CpkLy4pENV',$,$,$,(#3180),#17503); +#17503= IFCLIBRARYREFERENCE($,$,'Visible Light Transmittance',$,'en',$); -#10331= IFCRELASSOCIATESLIBRARY('0Ubm_7ytfAWx4bviWzC1yh',$,$,$,(#3182),#17504); -#17504= IFCLIBRARYREFERENCE($,$,'minimale Dicke des Treppenplatte',$,'de-DE',$); +#10328= IFCRELASSOCIATESLIBRARY('3S6pEwd8rEw8fhWt8fgeto',$,$,$,(#3180),#17504); +#17504= IFCLIBRARYREFERENCE($,$,'TransmittanceVisible','Fraction du rayonnement visible qui est transmise par le vitrage sous incidence normale. Valeur sans unit\S\i.','fr-FR',$); -#10332= IFCRELASSOCIATESLIBRARY('3_z5nV2gz6qfiBI$lJ_oQL',$,$,$,(#3182),#17505); -#17505= IFCLIBRARYREFERENCE($,$,'Waist Thickness',$,'en',$); +#10329= IFCRELASSOCIATESLIBRARY('2jsxuxYK51JfkJe1ea1Q8i',$,$,$,(#3180),#17505); +#17505= IFCLIBRARYREFERENCE($,$,'\X2\53EF89965149900F904E7387\X0\','\X2\30AC30E930B930786CD57DDA51655C043057305F53EF89965149306E900F904E7387300253584F4D306E7121304450243002\X0\','ja-JP',$); -#10333= IFCRELASSOCIATESLIBRARY('2IguS0Cdr0SgWMbRTkHGdT',$,$,$,(#3183),#17506); -#17506= IFCLIBRARYREFERENCE($,$,'minimale Dicke des Treppenplatte','German-description-11','de-DE',$); +#10330= IFCRELASSOCIATESLIBRARY('2SZf9QZU1ETeJv$LL4Y3B2',$,$,$,(#3180),#17506); +#17506= IFCLIBRARYREFERENCE($,$,'\X2\53EF89C15149900F5C047387\X0\','\X2\6B635C0465F67A7F900F73BB7483768453EF89C151496BD44F8B300265E053554F4D3002\X0\','zh-CN',$); -#10334= IFCRELASSOCIATESLIBRARY('3ReW2VEnP3JBCnGUmZyI4Z',$,$,$,(#3183),#17507); -#17507= IFCLIBRARYREFERENCE($,$,'Waist Thickness',$,'en',$); +#10331= IFCRELASSOCIATESLIBRARY('2yL0AFMlL24PpMJFE$inXg',$,$,$,(#3181),#17507); +#17507= IFCLIBRARYREFERENCE($,$,'Visible Reflectance Back',$,'en',$); -#10335= IFCRELASSOCIATESLIBRARY('2l5CKJpqXEpwHQBIZK$v2K',$,$,$,(#3183),#17508); -#17508= IFCLIBRARYREFERENCE($,$,'Epaisseur','Epaisseur minimum de la vol\S\ie mesur\S\ie perpendiculairement \S\` la pente de la vol\S\ie jusqu''au coin int\S\irieur form\S\i par la marche et la contremarche. C''est une valeur pr\S\icalcul\S\ie. En cas d''incoh\S\irence, c''est la valeur d\S\iriv\S\ie de la repr\S\isentation de la forme qui prime.','fr-FR',$); +#10332= IFCRELASSOCIATESLIBRARY('3WpAcsPiD7B9lLxL6jhMN_',$,$,$,(#3182),#17508); +#17508= IFCLIBRARYREFERENCE($,$,'Visible Reflectance Front',$,'en',$); -#10336= IFCRELASSOCIATESLIBRARY('3_zAyUkRb59uTw1zl34PO7',$,$,$,(#3183),#17509); -#17509= IFCLIBRARYREFERENCE($,$,'\X2\817090E8539A5EA6\X0\','\X2\697C68AF68AF6BB5768467005C0F539A5EA6FF0C53738E22677F548C8E0F677F624062107684518589D2523068AF6BB5659C9762768457827EBF957F5EA630028BE55C5E60274E3A98848BBE503CFF0C82E5670951B27A81FF0C5E944EE54ECE5F6272B663CF8FF05F9752307684503C4E3A51C63002\X0\','zh-CN',$); +#10333= IFCRELASSOCIATESLIBRARY('3AA70pUYb2DRz_yledVxUn',$,$,$,(#3183),#17509); +#17509= IFCLIBRARYREFERENCE($,$,'Visible Refraction Index',$,'en',$); -#10337= IFCRELASSOCIATESLIBRARY('3WzsFgE5XBWOlbiMQR_gZN',$,$,$,(#3184),#17510); -#17510= IFCLIBRARYREFERENCE($,$,'Abstand der Lauflinie','German-description-7','de-DE',$); +#10334= IFCRELASSOCIATESLIBRARY('3vt6y_Z_zDee0wdPh8Ir34',$,$,$,(#3184),#17510); +#17510= IFCLIBRARYREFERENCE($,$,'Visible Transmittance',$,'en',$); -#10338= IFCRELASSOCIATESLIBRARY('3GzDDcdy95kwit1EjxDgL4',$,$,$,(#3184),#17511); -#17511= IFCLIBRARYREFERENCE($,$,'Walking Line Offset',$,'en',$); +#10335= IFCRELASSOCIATESLIBRARY('26NXAJMbjFARAArD_j6C0p',$,$,$,(#3185),#17511); +#17511= IFCLIBRARYREFERENCE($,$,'Voltage',$,'en',$); -#10339= IFCRELASSOCIATESLIBRARY('33YggAWar8uBGvSgAAiyQn',$,$,$,(#3184),#17512); -#17512= IFCLIBRARYREFERENCE($,$,'PositionLigneFoulee','D\S\icalage de la ligne de foul\S\ie par rapport au c\S\tt\S\i int\S\irieur de la vol\S\ie. Nota : la ligne de foul\S\ie peut avoir sa propre repr\S\isentation. En cas d''incoh\S\irences, c''est la valeur d\S\iduite de la repr\S\isentation de la forme qui prime.','fr-FR',$); +#10336= IFCRELASSOCIATESLIBRARY('2vndkKLS5EIhCTyvWhWZPt',$,$,$,(#3185),#17512); +#17512= IFCLIBRARYREFERENCE($,$,'\X2\96FB5727\X0\','\X2\96FB5727306E30ED30B03002\X0\','ja-JP',$); -#10340= IFCRELASSOCIATESLIBRARY('15OErf$rf68OCaSOZyYaPr',$,$,$,(#3184),#17513); -#17513= IFCLIBRARYREFERENCE($,$,'\X2\8D707EBF504F79FB\X0\','\X2\8D707EBF523068AF6BB551854FA77684504F79FB91CF3002\X0\\X\0D\X\0A\X2\6CE8FF1A8D707EBF53EF80FD6709535572EC76845F6272B663CF8FF0FF085982679C4E0D4E0081F4FF0C5E944EE54ECE5F6272B663CF8FF05F9752307684503C4E3A51C6FF093002\X0\','zh-CN',$); +#10337= IFCRELASSOCIATESLIBRARY('0Mh7$K93fEavL0sBXzTpoa',$,$,$,(#3186),#17513); +#17513= IFCLIBRARYREFERENCE($,$,'Voltage',$,'en',$); -#10341= IFCRELASSOCIATESLIBRARY('1ZW2UZtXDDDACXzFjsbYTd',$,$,$,(#3185),#17514); -#17514= IFCLIBRARYREFERENCE($,$,'Abstand der Lauflinie',$,'de-DE',$); +#10338= IFCRELASSOCIATESLIBRARY('10DKWWvDzDoRzOPG_nnOAG',$,$,$,(#3186),#17514); +#17514= IFCLIBRARYREFERENCE($,$,'\X2\96FB5727\X0\','\X2\5B9F96FB5727306852D54F5C53EF80FD7BC456F23002\X0\','ja-JP',$); -#10342= IFCRELASSOCIATESLIBRARY('0uV2AJ63b0QOjv8aJpPb$9',$,$,$,(#3185),#17515); -#17515= IFCLIBRARYREFERENCE($,$,'Walking Line Offset',$,'en',$); +#10340= IFCRELASSOCIATESLIBRARY('03NJSSAoz15xeu6wHvIaPX',$,$,$,(#3187),#17515); +#17515= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); -#10343= IFCRELASSOCIATESLIBRARY('2TF2V69fX2p9aWpoPZJnbb',$,$,$,(#3186),#17516); -#17516= IFCLIBRARYREFERENCE($,$,'Wandbekleidung','Angabe des Materials f\S\|r die Wandbekleidung, oder den Wandbelag Diese Angabe wird im Raumbuch verwendet und oft im Raumstempel angezeigt.\X\0D\X\0A\X\0D\X\0ADie Materialangabe wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = CLADDING) f\S\|r die Wandbekleidung dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialangabe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); +#10341= IFCRELASSOCIATESLIBRARY('2HhCvjNRr7c8hWy4IeQSo9',$,$,$,(#3187),#17516); +#17516= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); -#10344= IFCRELASSOCIATESLIBRARY('0Eo3zl06vDfOXj1nO9zEbg',$,$,$,(#3186),#17517); -#17517= IFCLIBRARYREFERENCE($,$,'Wall Covering',$,'en',$); +#10342= IFCRELASSOCIATESLIBRARY('23lyDdYZvD4918Y0oc61T3',$,$,$,(#3187),#17517); +#17517= IFCLIBRARYREFERENCE($,$,'\X2\C804C555B808BCA8\X0\','\X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); -#10345= IFCRELASSOCIATESLIBRARY('0AhyQpH293wQlEVLdwei9w',$,$,$,(#3186),#17518); -#17518= IFCLIBRARYREFERENCE($,$,'RevetementMur','Indication sur la nature du rev\S\jtement de mur [\X2\2026\X0\]. L''information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=CLADDING) avec sa propre repr\S\isentation de forme et une assignation \S\` un mat\S\iriau. En cas d''incoh\S\irence, c''est le mat\S\iriau assign\S\i \S\` l''instance de IfcCovering qui prime.','fr-FR',$); +#10343= IFCRELASSOCIATESLIBRARY('3hnxX3l9v6DQBE0TtP9JqR',$,$,$,(#3188),#17518); +#17518= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); -#10346= IFCRELASSOCIATESLIBRARY('2e7tnFVGvE78HeG3cB$cpp',$,$,$,(#3186),#17519); -#17519= IFCLIBRARYREFERENCE($,$,'\X2\58C14ED54E0A3052\X0\','\X2\90E85C4B306E58C167508CEA307E305F306F4ED54E0A3052306B95A23059308B30E930D930EBFF088B58522560C55831FF0930023053306E30E930D930EB540D306F90E85C4B30EA30B930C860C55831308490E85C4B60C558318868793A306E969B306B522975283055308C308B3002\X0\','ja-JP',$); +#10344= IFCRELASSOCIATESLIBRARY('0XzjBe97jAcfAVS5SDgSTl',$,$,$,(#3188),#17519); +#17519= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); -#10347= IFCRELASSOCIATESLIBRARY('3Bi5Tk2jjB1OJNGdt1X_af',$,$,$,(#3187),#17520); -#17520= IFCLIBRARYREFERENCE($,$,'Dicke der Wandbekleidung','Angabe der Dicke der Materialschichten f\S\|r die Wandbekleidung. \X\0D\X\0A\X\0D\X\0ADer Dickenparameter wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = CLADDING) f\S\|r die Wandbekleidung dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialdicke des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); +#10345= IFCRELASSOCIATESLIBRARY('3c7s11H4r9A9OFDCe1tmOE',$,$,$,(#3188),#17520); +#17520= IFCLIBRARYREFERENCE($,$,'\X2\C804C555B808BCA8\X0\','\X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); -#10348= IFCRELASSOCIATESLIBRARY('2gKFhsqLv0oxDUItWdAwbd',$,$,$,(#3187),#17521); -#17521= IFCLIBRARYREFERENCE($,$,'Wall Covering Thickness',$,'en',$); +#10346= IFCRELASSOCIATESLIBRARY('3MeOTskvX6P9Lm8vuIXKeZ',$,$,$,(#3189),#17521); +#17521= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); -#10349= IFCRELASSOCIATESLIBRARY('1pDSwd$Nf1fwxmRFqZTRXQ',$,$,$,(#3187),#17522); -#17522= IFCLIBRARYREFERENCE($,$,'Epaisseur du rev\S\jtement de mur','Epaisseur de la couche de mat\S\iriau constituant le rev\S\jtement de mur. Cette information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=CLADDING) avec sa propre repr\S\isentation de forme. En cas d''incoh\S\irence entre les param\S\htres g\S\iom\S\itriques de l''instance de IfcCovering et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); +#10347= IFCRELASSOCIATESLIBRARY('0orqImH05ARgrBPngXfhcN',$,$,$,(#3189),#17522); +#17522= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); -#10350= IFCRELASSOCIATESLIBRARY('2fSH1tp3T9RB$gCz4GqP02',$,$,$,(#3187),#17523); -#17523= IFCLIBRARYREFERENCE($,$,'\X2\58C14ED54E0A3052539A\X0\','\X2\90E85C4B306E58C1306B95A23059308B67508CEA5C64306E539A30553002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering(type=CLADDING)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B539A305560C558313002\X0\IfcCovering\X2\306E5E7E4F555F6272B630D130E930E130FC30BF30683053306E30D730ED30D130C630A35024304C4E0081F43057306A30445834540830015E7E4F555F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); +#10348= IFCRELASSOCIATESLIBRARY('0rJhNdHtj1KumdCOPTnAH6',$,$,$,(#3189),#17523); +#17523= IFCLIBRARYREFERENCE($,$,'\X2\C804C555\X0\ \X2\B808BCA8\X0\','\X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); -#10351= IFCRELASSOCIATESLIBRARY('3a_RPSl8nD_hnjNYJyb0lv',$,$,$,(#3188),#17524); -#17524= IFCLIBRARYREFERENCE($,$,'Wall Material',$,'en',$); +#10349= IFCRELASSOCIATESLIBRARY('3oeCuabQ1BpecMFYjRx2_o',$,$,$,(#3190),#17524); +#17524= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); -#10352= IFCRELASSOCIATESLIBRARY('3FMKbaat5FNhUfH5P_g0sA',$,$,$,(#3188),#17525); -#17525= IFCLIBRARYREFERENCE($,$,'\X2\58C1306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#10350= IFCRELASSOCIATESLIBRARY('1K_h5uIP5ASP_T9mKymAKu',$,$,$,(#3190),#17525); +#17525= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); -#10353= IFCRELASSOCIATESLIBRARY('1Vfc_F9G155Bla6IrGAYye',$,$,$,(#3188),#17526); -#17526= IFCLIBRARYREFERENCE($,$,'\X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#10351= IFCRELASSOCIATESLIBRARY('09GMCzA$93DhkVLfD72dR9',$,$,$,(#3190),#17526); +#17526= IFCLIBRARYREFERENCE($,$,'\X2\C804C555\X0\ \X2\B808BCA8\X0\','\X2\C804C555B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); -#10354= IFCRELASSOCIATESLIBRARY('3k1Qnqwpv59QMGCL73GF25',$,$,$,(#3189),#17527); -#17527= IFCLIBRARYREFERENCE($,$,'Wall Material',$,'en',$); +#10352= IFCRELASSOCIATESLIBRARY('1yBLKqFUT75wmQAQiHOda7',$,$,$,(#3191),#17527); +#17527= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); -#10355= IFCRELASSOCIATESLIBRARY('3BQWVrFB9F5gI7nc6OOhtq',$,$,$,(#3189),#17528); -#17528= IFCLIBRARYREFERENCE($,$,'\X2\58C1306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#10353= IFCRELASSOCIATESLIBRARY('2uemdIIAz1vgrmVQGug1sT',$,$,$,(#3191),#17528); +#17528= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\4FDD8B7788C57F6E304C4F5C52D53059308B96FB572730EC30D930EB30929078629E3002\X0\\X\0D\X\0A[U230,U400,U525,U690,U1000,\X2\305D306E4ED6\X0\,\X2\4E0D660E\X0\,\X2\7121\X0\]','ja-JP',$); -#10356= IFCRELASSOCIATESLIBRARY('0F0wUU6l55MuXxrCq3R1VK',$,$,$,(#3189),#17529); -#17529= IFCLIBRARYREFERENCE($,$,'\X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#10354= IFCRELASSOCIATESLIBRARY('0UckJzqp17gPITjABML9td',$,$,$,(#3191),#17529); +#17529= IFCLIBRARYREFERENCE($,$,'\X2\C804C555\X0\ \X2\B808BCA8\X0\','\X2\BCF4D638\X0\ \X2\C7A5CE58AC00\X0\ \X2\C791B3D9\X0\ \X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\. [U230, U400, U525, U690, U1000, \X2\AE30D0C0\X0\ \X2\C54C\X0\ \X2\C218\X0\ \X2\C5C6C74C\X0\, \X2\BB34\X0\','ko-KR',$); -#10357= IFCRELASSOCIATESLIBRARY('2nO268_l90qOQ_1BCIYAOm',$,$,$,(#3190),#17530); -#17530= IFCLIBRARYREFERENCE($,$,'Wall Material',$,'en',$); +#10355= IFCRELASSOCIATESLIBRARY('3qyqlukxvF88YMJjhi3XJg',$,$,$,(#3192),#17530); +#17530= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); -#10358= IFCRELASSOCIATESLIBRARY('1sAyy_yQf5SvNPx6KktA2J',$,$,$,(#3190),#17531); -#17531= IFCLIBRARYREFERENCE($,$,'\X2\58C1306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#10356= IFCRELASSOCIATESLIBRARY('1I5ExhAOD6JgFvcRcUqDhc',$,$,$,(#3192),#17531); +#17531= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); -#10359= IFCRELASSOCIATESLIBRARY('2$6bkhQ6X1WPlmAUqgVIEF',$,$,$,(#3190),#17532); -#17532= IFCLIBRARYREFERENCE($,$,'\X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#10357= IFCRELASSOCIATESLIBRARY('0tgVRr_8r3HPnE5Z8KNJum',$,$,$,(#3192),#17532); +#17532= IFCLIBRARYREFERENCE($,$,'\X2\C804C555B808BCA8\X0\','\X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); -#10360= IFCRELASSOCIATESLIBRARY('38H_Pf5YHCM824LdETFq$H',$,$,$,(#3191),#17533); -#17533= IFCLIBRARYREFERENCE($,$,'Wall Material',$,'en',$); +#10358= IFCRELASSOCIATESLIBRARY('2DfqqEtYH6cuMPk0BtBha2',$,$,$,(#3193),#17533); +#17533= IFCLIBRARYREFERENCE($,$,'Voltage Level',$,'en',$); -#10361= IFCRELASSOCIATESLIBRARY('0$KE7jq3n64w9v4dgn1_mp',$,$,$,(#3191),#17534); -#17534= IFCLIBRARYREFERENCE($,$,'\X2\58C1306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#10359= IFCRELASSOCIATESLIBRARY('1Ok$qFGc16Wg3elfhxcYIn',$,$,$,(#3193),#17534); +#17534= IFCLIBRARYREFERENCE($,$,'\X2\96FB572730EC30D930EB\X0\','\X2\96FB572730EC30D930EB30929078629E3002\X0\','ja-JP',$); -#10362= IFCRELASSOCIATESLIBRARY('0Fso_FHxbFAACiVVD$xipE',$,$,$,(#3191),#17535); -#17535= IFCLIBRARYREFERENCE($,$,'\X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#10360= IFCRELASSOCIATESLIBRARY('0AxCRRm5j3oP13fwk32KMF',$,$,$,(#3193),#17535); +#17535= IFCLIBRARYREFERENCE($,$,'\X2\C804C555B808BCA8\X0\','\X2\C804C555\X0\ \X2\B808BCA8C744\X0\ \X2\C120D0DDD569B2C8B2E4\X0\.','ko-KR',$); -#10363= IFCRELASSOCIATESLIBRARY('0lYyaQVQX2khRc98ZtbQSx',$,$,$,(#3192),#17536); -#17536= IFCLIBRARYREFERENCE($,$,'Wall Thickness',$,'en',$); +#10361= IFCRELASSOCIATESLIBRARY('1pujoBW69AbRMXzUIabrss',$,$,$,(#3195),#17536); +#17536= IFCLIBRARYREFERENCE($,$,'Volume',$,'en',$); -#10364= IFCRELASSOCIATESLIBRARY('2o4lupjfv7Owz6yODKGRWJ',$,$,$,(#3192),#17537); -#17537= IFCLIBRARYREFERENCE($,$,'\X2\58C1539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#10362= IFCRELASSOCIATESLIBRARY('1TMZsSTfX1IAv9Pgx3Wdy5',$,$,$,(#3195),#17537); +#17537= IFCLIBRARYREFERENCE($,$,'\X2\6D4191CF\X0\','\X2\30C130E530FC30D6306830D830C330C030FC5185306E7DCF6D4191CF\X0\','ja-JP',$); -#10365= IFCRELASSOCIATESLIBRARY('0is7xFM8n8d8dtF_ZJ8r4N',$,$,$,(#3192),#17538); -#17538= IFCLIBRARYREFERENCE($,$,'\X2\BCBD\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBD\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#10363= IFCRELASSOCIATESLIBRARY('0ji2OFWsX41OZnVh8Wf1lO',$,$,$,(#3196),#17538); +#17538= IFCLIBRARYREFERENCE($,$,'Volumetric Efficiency',$,'en',$); -#10366= IFCRELASSOCIATESLIBRARY('11WXPKvEX3nhdayLMFp0Iu',$,$,$,(#3193),#17539); -#17539= IFCLIBRARYREFERENCE($,$,'Wall Thickness',$,'en',$); +#10364= IFCRELASSOCIATESLIBRARY('2UhVrHcKj02R6ytLuNKAtU',$,$,$,(#3196),#17539); +#17539= IFCLIBRARYREFERENCE($,$,'RendementVolum\S\itrique','Rapport entre le volume effectif de gaz rentrant dans le compresseur et le volume d\S\iplac\S\i th\S\iorique du compresseur.','fr-FR',$); -#10367= IFCRELASSOCIATESLIBRARY('10KNPv2UjA$9prWx3GmuTi',$,$,$,(#3193),#17540); -#17540= IFCLIBRARYREFERENCE($,$,'\X2\58C1306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#10365= IFCRELASSOCIATESLIBRARY('1QYGBAICD8HvoKIqwfIK0S',$,$,$,(#3197),#17540); +#17540= IFCLIBRARYREFERENCE($,$,'Volumetric Flow Rate',$,'en',$); -#10368= IFCRELASSOCIATESLIBRARY('1z8O9ktHLF2uMYgqPdc707',$,$,$,(#3193),#17541); -#17541= IFCLIBRARYREFERENCE($,$,'\X2\BCBD\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBD\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#10366= IFCRELASSOCIATESLIBRARY('3ZnWFD_BX4i9VmenusaN3v',$,$,$,(#3198),#17541); +#17541= IFCLIBRARYREFERENCE($,$,'Volumetric Flow Rate',$,'en',$); -#10369= IFCRELASSOCIATESLIBRARY('0cVuTy9pDCl8LJrmTGL4x9',$,$,$,(#3194),#17542); -#17542= IFCLIBRARYREFERENCE($,$,'Wall Thickness',$,'en',$); +#10367= IFCRELASSOCIATESLIBRARY('1F_i1gzsXFxgXu76VInas3',$,$,$,(#3199),#17542); +#17542= IFCLIBRARYREFERENCE($,$,'Volumetric Flow Rate',$,'en',$); -#10370= IFCRELASSOCIATESLIBRARY('0qbwFsnWz7egYX4yC6hrHo',$,$,$,(#3194),#17543); -#17543= IFCLIBRARYREFERENCE($,$,'\X2\58C1539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#10368= IFCRELASSOCIATESLIBRARY('1cnvOoOgj5qRu5btalACzP',$,$,$,(#3199),#17543); +#17543= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D6D4191CF\X0\','\X2\6D414F53306E4F537A4D6D4191CF3002\X0\','ja-JP',$); -#10371= IFCRELASSOCIATESLIBRARY('1NUXU_WizACxbDnQOg9qgn',$,$,$,(#3194),#17544); -#17544= IFCLIBRARYREFERENCE($,$,'\X2\BCBD\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBD\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#10369= IFCRELASSOCIATESLIBRARY('3l0$Tiib9Bkv9gUcTJ8qac',$,$,$,(#3200),#17544); +#17544= IFCLIBRARYREFERENCE($,$,'minimale Dicke des Treppenplatte',$,'de-DE',$); -#10372= IFCRELASSOCIATESLIBRARY('32num1ydn4e8JgbS7Uj12H',$,$,$,(#3195),#17545); -#17545= IFCLIBRARYREFERENCE($,$,'Wall Thickness',$,'en',$); +#10370= IFCRELASSOCIATESLIBRARY('1_0fHiUTjDU9DZDXpLIG_Z',$,$,$,(#3200),#17545); +#17545= IFCLIBRARYREFERENCE($,$,'Waist Thickness',$,'en',$); -#10373= IFCRELASSOCIATESLIBRARY('1J65I6eEb5QP0A$p4Up1_K',$,$,$,(#3195),#17546); -#17546= IFCLIBRARYREFERENCE($,$,'\X2\58C1539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#10371= IFCRELASSOCIATESLIBRARY('0o3gFW_CDFqQwsfKZpXvNN',$,$,$,(#3201),#17546); +#17546= IFCLIBRARYREFERENCE($,$,'minimale Dicke des Treppenplatte','German-description-11','de-DE',$); -#10374= IFCRELASSOCIATESLIBRARY('2pzIajB99DRhcjWlqBos5x',$,$,$,(#3195),#17547); -#17547= IFCLIBRARYREFERENCE($,$,'\X2\BCBD\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBD\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#10372= IFCRELASSOCIATESLIBRARY('38ekNBqxTDiQlu2avf9L_H',$,$,$,(#3201),#17547); +#17547= IFCLIBRARYREFERENCE($,$,'Waist Thickness',$,'en',$); -#10375= IFCRELASSOCIATESLIBRARY('0bkMhTYA15WOhuKor7CyJv',$,$,$,(#3196),#17548); -#17548= IFCLIBRARYREFERENCE($,$,'Wall Thickness',$,'en',$); +#10373= IFCRELASSOCIATESLIBRARY('17Oodll690DgjHggxeECdT',$,$,$,(#3201),#17548); +#17548= IFCLIBRARYREFERENCE($,$,'Epaisseur','Epaisseur minimum de la vol\S\ie mesur\S\ie perpendiculairement \S\` la pente de la vol\S\ie jusqu''au coin int\S\irieur form\S\i par la marche et la contremarche. C''est une valeur pr\S\icalcul\S\ie. En cas d''incoh\S\irence, c''est la valeur d\S\iriv\S\ie de la repr\S\isentation de la forme qui prime.','fr-FR',$); -#10376= IFCRELASSOCIATESLIBRARY('3t_Y04YEv5P8L14X1xN1LV',$,$,$,(#3196),#17549); -#17549= IFCLIBRARYREFERENCE($,$,'\X2\58C1539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); +#10374= IFCRELASSOCIATESLIBRARY('0jkNmCbeL0KO_LKDipl_Ce',$,$,$,(#3201),#17549); +#17549= IFCLIBRARYREFERENCE($,$,'\X2\817090E8539A5EA6\X0\','\X2\697C68AF68AF6BB5768467005C0F539A5EA6FF0C53738E22677F548C8E0F677F624062107684518589D2523068AF6BB5659C9762768457827EBF957F5EA630028BE55C5E60274E3A98848BBE503CFF0C82E5670951B27A81FF0C5E944EE54ECE5F6272B663CF8FF05F9752307684503C4E3A51C63002\X0\','zh-CN',$); -#10377= IFCRELASSOCIATESLIBRARY('22Mc5q$YDCF9ehp8gVoE0m',$,$,$,(#3196),#17550); -#17550= IFCLIBRARYREFERENCE($,$,'\X2\BCBD\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBD\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); +#10375= IFCRELASSOCIATESLIBRARY('2sovOmHrXFKxqLFNJf6LhP',$,$,$,(#3202),#17550); +#17550= IFCLIBRARYREFERENCE($,$,'Abstand der Lauflinie','German-description-7','de-DE',$); -#10378= IFCRELASSOCIATESLIBRARY('2HnmYPsFrAqw6KLvXG5c7t',$,$,$,(#3197),#17551); -#17551= IFCLIBRARYREFERENCE($,$,'Warping Constant',$,'en',$); +#10376= IFCRELASSOCIATESLIBRARY('32TskUtRbEMe6JQ1MD_fCR',$,$,$,(#3202),#17551); +#17551= IFCLIBRARYREFERENCE($,$,'Walking Line Offset',$,'en',$); -#10379= IFCRELASSOCIATESLIBRARY('0as$hWcn96YuPzzK5UMszr',$,$,$,(#3198),#17552); -#17552= IFCLIBRARYREFERENCE($,$,'Warranty Content',$,'en',$); +#10377= IFCRELASSOCIATESLIBRARY('1CHO9KMPP7UOfpLUa$57gc',$,$,$,(#3202),#17552); +#17552= IFCLIBRARYREFERENCE($,$,'PositionLigneFoulee','D\S\icalage de la ligne de foul\S\ie par rapport au c\S\tt\S\i int\S\irieur de la vol\S\ie. Nota : la ligne de foul\S\ie peut avoir sa propre repr\S\isentation. En cas d''incoh\S\irences, c''est la valeur d\S\iduite de la repr\S\isentation de la forme qui prime.','fr-FR',$); -#10380= IFCRELASSOCIATESLIBRARY('38IyrTq8bCSwuLADbjime7',$,$,$,(#3199),#17553); -#17553= IFCLIBRARYREFERENCE($,$,'Warranty End Date',$,'en',$); +#10378= IFCRELASSOCIATESLIBRARY('0L3H_lBff74eITLYnDKWD$',$,$,$,(#3202),#17553); +#17553= IFCLIBRARYREFERENCE($,$,'\X2\8D707EBF504F79FB\X0\','\X2\8D707EBF523068AF6BB551854FA77684504F79FB91CF3002\X0\\X\0D\X\0A\X2\6CE8FF1A8D707EBF53EF80FD6709535572EC76845F6272B663CF8FF0FF085982679C4E0D4E0081F4FF0C5E944EE54ECE5F6272B663CF8FF05F9752307684503C4E3A51C6FF093002\X0\','zh-CN',$); -#10381= IFCRELASSOCIATESLIBRARY('0GdT8QyVrD7A7iPxS782F2',$,$,$,(#3200),#17554); -#17554= IFCLIBRARYREFERENCE($,$,'Warranty Identifier',$,'en',$); +#10379= IFCRELASSOCIATESLIBRARY('0RLOChkV17gumZB96MhjI0',$,$,$,(#3203),#17554); +#17554= IFCLIBRARYREFERENCE($,$,'Abstand der Lauflinie',$,'de-DE',$); -#10382= IFCRELASSOCIATESLIBRARY('0XH1xrGR9D6f2QyoE1el_4',$,$,$,(#3201),#17555); -#17555= IFCLIBRARYREFERENCE($,$,'Warranty Period',$,'en',$); +#10380= IFCRELASSOCIATESLIBRARY('00DBjMdinFHvu3yhlvDshm',$,$,$,(#3203),#17555); +#17555= IFCLIBRARYREFERENCE($,$,'Walking Line Offset',$,'en',$); -#10383= IFCRELASSOCIATESLIBRARY('36EEADq0166eB3QBaBpLIr',$,$,$,(#3202),#17556); -#17556= IFCLIBRARYREFERENCE($,$,'Warranty Start Date',$,'en',$); +#10381= IFCRELASSOCIATESLIBRARY('3CzYT8INHB6BrqlOGHOsw5',$,$,$,(#3204),#17556); +#17556= IFCLIBRARYREFERENCE($,$,'Wandbekleidung','Angabe des Materials f\S\|r die Wandbekleidung, oder den Wandbelag Diese Angabe wird im Raumbuch verwendet und oft im Raumstempel angezeigt.\X\0D\X\0A\X\0D\X\0ADie Materialangabe wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = CLADDING) f\S\|r die Wandbekleidung dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialangabe des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); -#10384= IFCRELASSOCIATESLIBRARY('0feJr1rtP5YRo1ilYFFZ4u',$,$,$,(#3203),#17557); -#17557= IFCLIBRARYREFERENCE($,$,'Washers Count',$,'en',$); +#10382= IFCRELASSOCIATESLIBRARY('3191GA_iD28fijubevYmJf',$,$,$,(#3204),#17557); +#17557= IFCLIBRARYREFERENCE($,$,'Wall Covering',$,'en',$); -#10385= IFCRELASSOCIATESLIBRARY('1InYke9M15OBtKMqpSoaCJ',$,$,$,(#3204),#17558); -#17558= IFCLIBRARYREFERENCE($,$,'Washer Shape',$,'en',$); +#10383= IFCRELASSOCIATESLIBRARY('07noYYZgXF_w04OZLeT$Pa',$,$,$,(#3204),#17558); +#17558= IFCLIBRARYREFERENCE($,$,'RevetementMur','Indication sur la nature du rev\S\jtement de mur [\X2\2026\X0\]. L''information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=CLADDING) avec sa propre repr\S\isentation de forme et une assignation \S\` un mat\S\iriau. En cas d''incoh\S\irence, c''est le mat\S\iriau assign\S\i \S\` l''instance de IfcCovering qui prime.','fr-FR',$); -#10387= IFCRELASSOCIATESLIBRARY('0l7gQFe6jANA$M$ODffhJ3',$,$,$,(#3205),#17559); -#17559= IFCLIBRARYREFERENCE($,$,'Wash Hand Basin Type',$,'en',$); +#10384= IFCRELASSOCIATESLIBRARY('3TZij81Sv2AhmPfUJs8M4g',$,$,$,(#3204),#17559); +#17559= IFCLIBRARYREFERENCE($,$,'\X2\58C14ED54E0A3052\X0\','\X2\90E85C4B306E58C167508CEA307E305F306F4ED54E0A3052306B95A23059308B30E930D930EBFF088B58522560C55831FF0930023053306E30E930D930EB540D306F90E85C4B30EA30B930C860C55831308490E85C4B60C558318868793A306E969B306B522975283055308C308B3002\X0\','ja-JP',$); -#10388= IFCRELASSOCIATESLIBRARY('1SoxagVPfAbRIVMeXexF6J',$,$,$,(#3205),#17560); -#17560= IFCLIBRARYREFERENCE($,$,'\X2\624B6D1730447A2E985E\X0\','\X2\624B6D173044306E7A2E985E306F8A2D7F6E3055308C308B5834624030675B9A7FA93055308C307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6B6F79D1752875F058F7FF1A53E33092308630593050969B306B53D7305130666D4130595EC36C346A5F5668\X0\\X\0D\X\0A\X2\624B6D173044FF1A\X0\500\X2\FF4DFF4D4EE54E0B306E5E45306E58C1639B3051578B624B6D173044\X0\\X\0D\X\0A\X2\75C596627528FF1A30B530A430D530A930F3304B6C3E6FEB96326B625F01304C4ED83044305F885B751F304C6700512A514830683055308C308B5834624030674F7F75283055308C308B624B6D1730446D1797625668\X0\\X\0D\X\0A\X2\4E0A30528D7730533057578BFF1A89D25EA68ABF6574306B3088306330667A7A306B3067304D308B8EF84E0A306B8A2D7F6E3055308C305F624B6D173044\X0\\X\0D\X\0A\X2\53167CA753F0FF1A57305E739762306B8A2D7F6E3055308C305F624B6D17304453F0\X0\\X\0D\X\0A\X2\6D176D4456746C34578BFF1A4E004EBA4EE54E0A306E4EBA9593304C540C6642306B4F7F75283067304D308B518630FB534A518630FB591A89D25F62306E6D17976253F0\X0\\X\0D\X\0A\X2\6D176D4430DC30A630EBFF1A4E004EBA4EE54E0A306E4EBA9593304C540C6642306B4F7F75283067304D308B591A89D25F62306E6D17976253F0\X0\','ja-JP',$); +#10385= IFCRELASSOCIATESLIBRARY('2Yok1nQUjBSuqZWild4Okq',$,$,$,(#3205),#17560); +#17560= IFCLIBRARYREFERENCE($,$,'Dicke der Wandbekleidung','Angabe der Dicke der Materialschichten f\S\|r die Wandbekleidung. \X\0D\X\0A\X\0D\X\0ADer Dickenparameter wird \S\|bernommen, wenn kein eigenes Bekleidungsobjekt (IfcCovering mit PredefinedType = CLADDING) f\S\|r die Wandbekleidung dem Raum zugeordnet ist. Bei Inkonsistenzen (wenn beides gegeben ist), hat die Materialdicke des zugeordneten Bekleidungsobjekts Priorit\S\dt.','de-DE',$); -#10389= IFCRELASSOCIATESLIBRARY('3YM1Y0knP2vuB5p1UiqM1z',$,$,$,(#3206),#17561); -#17561= IFCLIBRARYREFERENCE($,$,'Waste Trap Type',$,'en',$); +#10386= IFCRELASSOCIATESLIBRARY('27Ggv7yzLBeO5VIa4FtKky',$,$,$,(#3205),#17561); +#17561= IFCLIBRARYREFERENCE($,$,'Wall Covering Thickness',$,'en',$); -#10390= IFCRELASSOCIATESLIBRARY('0BrX8X$FH6EPEZjTo$kiDc',$,$,$,(#3206),#17562); -#17562= IFCLIBRARYREFERENCE($,$,'\X2\5EC368C47269963281ED5F017A2E985E\X0\','\X2\5FC5898130683055308C308B30BF30A430D7304C30BB30C330C83055308C308B963281ED5F01306E5B9A7FA93055308C305F30BF30A430D7309278BA8A8D30573066304F3060305530443002\X0\','ja-JP',$); +#10387= IFCRELASSOCIATESLIBRARY('31gYdNxWb9GelKXUWtWe2e',$,$,$,(#3205),#17562); +#17562= IFCLIBRARYREFERENCE($,$,'Epaisseur du rev\S\jtement de mur','Epaisseur de la couche de mat\S\iriau constituant le rev\S\jtement de mur. Cette information sur le mat\S\iriau est fournie en l''absence d''un objet de la classe IfcCovering (Type=CLADDING) avec sa propre repr\S\isentation de forme. En cas d''incoh\S\irence entre les param\S\htres g\S\iom\S\itriques de l''instance de IfcCovering et cette propri\S\it\S\i, ce sont les param\S\htres g\S\iom\S\itriques qui priment.','fr-FR',$); -#10391= IFCRELASSOCIATESLIBRARY('1CkQGKW1nCQPeKLskmg8sb',$,$,$,(#3207),#17563); -#17563= IFCLIBRARYREFERENCE($,$,'Water',$,'en',$); +#10388= IFCRELASSOCIATESLIBRARY('3mIEzxVd1BKezy$3BMiXwr',$,$,$,(#3205),#17563); +#17563= IFCLIBRARYREFERENCE($,$,'\X2\58C14ED54E0A3052539A\X0\','\X2\90E85C4B306E58C1306B95A23059308B67508CEA5C64306E539A30553002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5F6272B6886873FE309263013064\X0\IfcCovering(type=CLADDING)\X2\30AA30D630B830A730AF30C8304C5B5857283057306A304458345408306B4E0E30483089308C308B539A305560C558313002\X0\IfcCovering\X2\306E5E7E4F555F6272B630D130E930E130FC30BF30683053306E30D730ED30D130C630A35024304C4E0081F43057306A30445834540830015E7E4F555F6272B630D130E930E130FC30BF306E50243092512A51483059308B3002\X0\','ja-JP',$); -#10392= IFCRELASSOCIATESLIBRARY('3o6WoLtFH96A7DnGgwzg$V',$,$,$,(#3207),#17564); -#17564= IFCLIBRARYREFERENCE($,$,'\X2\BB3CC18CBE44\X0\','\X2\D2B9C815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548\X0\ \X2\BB3C\X0\ \X2\C18CBE44\X0\.','ko-KR',$); +#10389= IFCRELASSOCIATESLIBRARY('3wMclJ1sr4_8BRbOjQDfHR',$,$,$,(#3206),#17564); +#17564= IFCLIBRARYREFERENCE($,$,'Wall Material',$,'en',$); -#10393= IFCRELASSOCIATESLIBRARY('06kbDcGHz50hA0zh4WTQ9X',$,$,$,(#3208),#17565); -#17565= IFCLIBRARYREFERENCE($,$,'Water Consumption',$,'en',$); +#10390= IFCRELASSOCIATESLIBRARY('3KDTQtNDn6GfYhpaOhK$2s',$,$,$,(#3206),#17565); +#17565= IFCLIBRARYREFERENCE($,$,'\X2\58C1306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#10394= IFCRELASSOCIATESLIBRARY('2q21B6v$92sgUeLJVCX8Lt',$,$,$,(#3208),#17566); -#17566= IFCLIBRARYREFERENCE($,$,'ConsommationEau','Quantit\S\i d''eau utilis\S\ie [NDT : telle que d\S\ifinie dans la norme NF P01-010]','fr-FR',$); +#10391= IFCRELASSOCIATESLIBRARY('1m8gcOKlLCDOURhEk$WA5h',$,$,$,(#3206),#17566); +#17566= IFCLIBRARYREFERENCE($,$,'\X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#10395= IFCRELASSOCIATESLIBRARY('38FAsuH6v7YvxQ6xEmFvCz',$,$,$,(#3208),#17567); -#17567= IFCLIBRARYREFERENCE($,$,'\X2\6C346D888CBB91CF\X0\','\X2\6C34306E6D888CBB91CF3002\X0\','ja-JP',$); +#10392= IFCRELASSOCIATESLIBRARY('1F7ScIPib5PeO61wMLJN9e',$,$,$,(#3207),#17567); +#17567= IFCLIBRARYREFERENCE($,$,'Wall Material',$,'en',$); -#10396= IFCRELASSOCIATESLIBRARY('1nqcnPADb8zRdf$R$a6d2a',$,$,$,(#3208),#17568); -#17568= IFCLIBRARYREFERENCE($,$,'\X2\BB3C\X0\ \X2\C0ACC6A9\X0\','\X2\C0ACC6A9\X0\ \X2\C218B7C9C758\X0\ \X2\B9ACD130\X0\ \X2\C218\X0\','ko-KR',$); +#10393= IFCRELASSOCIATESLIBRARY('3LauCfW4T7bhW7M4dt17gC',$,$,$,(#3207),#17568); +#17568= IFCLIBRARYREFERENCE($,$,'\X2\58C1306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#10397= IFCRELASSOCIATESLIBRARY('2il0W0Hpj2R9$GDPROBndw',$,$,$,(#3209),#17569); -#17569= IFCLIBRARYREFERENCE($,$,'Water Consumption Per Unit',$,'en',$); +#10394= IFCRELASSOCIATESLIBRARY('1Vp0TBI9D27OTR1QMS7H$0',$,$,$,(#3207),#17569); +#17569= IFCLIBRARYREFERENCE($,$,'\X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#10398= IFCRELASSOCIATESLIBRARY('2MMkPjXQPD4QzxWoE01SeV',$,$,$,(#3209),#17570); -#17570= IFCLIBRARYREFERENCE($,$,'ConsommationEauParUnite','Quantit\S\i d''eau utilis\S\ie telle que d\S\ifinie dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]. Exprim\S\ie en litres.','fr-FR',$); +#10395= IFCRELASSOCIATESLIBRARY('2Wd5G_dCT3tAEAM1xhB$TP',$,$,$,(#3208),#17570); +#17570= IFCLIBRARYREFERENCE($,$,'Wall Material',$,'en',$); -#10399= IFCRELASSOCIATESLIBRARY('1SvJ_u02XFs9lcz87AUg9X',$,$,$,(#3209),#17571); -#17571= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A6C344F7F7528\X0\','\X2\30EA30C330C830EB53584F4D3067886873FE3055308C305F6C34306E6D888CBB91CF3002\X0\','ja-JP',$); +#10396= IFCRELASSOCIATESLIBRARY('3M5zofVkH5tBEpVZTYy4kz',$,$,$,(#3208),#17571); +#17571= IFCLIBRARYREFERENCE($,$,'\X2\58C1306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#10400= IFCRELASSOCIATESLIBRARY('3afiQFxPP2ph5qaqIopBfB',$,$,$,(#3209),#17572); -#17572= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704\X0\ \X2\B2F9\X0\ \X2\BB3C\X0\ \X2\C0ACC6A9\X0\','\X2\C0ACC6A9\X0\ \X2\C218B7C9C758\X0\ \X2\B9ACD130\X0\ \X2\C218\X0\','ko-KR',$); +#10397= IFCRELASSOCIATESLIBRARY('0OGVl0Hh14NQhVkaJulSzj',$,$,$,(#3208),#17572); +#17572= IFCLIBRARYREFERENCE($,$,'\X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#10401= IFCRELASSOCIATESLIBRARY('3cMBDrapbAf9LcOCkZRjx2',$,$,$,(#3210),#17573); -#17573= IFCLIBRARYREFERENCE($,$,'Water Content',$,'en',$); +#10398= IFCRELASSOCIATESLIBRARY('0md6id8xT1C9YKMVfatOrl',$,$,$,(#3209),#17573); +#17573= IFCLIBRARYREFERENCE($,$,'Wall Material',$,'en',$); -#10402= IFCRELASSOCIATESLIBRARY('0scIdl3VrBOOj6vZI3HFF5',$,$,$,(#3210),#17574); -#17574= IFCLIBRARYREFERENCE($,$,'\X2\6C34542B91CF\X0\','\X2\30D230FC30BF30FC518590E8306E6C345206306E91CD307F\X0\','ja-JP',$); +#10399= IFCRELASSOCIATESLIBRARY('1g7kLIWv93oxN_laNIIXM$',$,$,$,(#3209),#17574); +#17574= IFCLIBRARYREFERENCE($,$,'\X2\58C1306E67508CEA\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E67508CEA3002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#10404= IFCRELASSOCIATESLIBRARY('06Z$Vwzh5Cmg0_eC8IlSfJ',$,$,$,(#3213),#17575); -#17575= IFCLIBRARYREFERENCE($,$,'Water Filter Type',$,'en',$); +#10400= IFCRELASSOCIATESLIBRARY('1hzjVJRX12POGdrVsWky4G',$,$,$,(#3209),#17575); +#17575= IFCLIBRARYREFERENCE($,$,'\X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBDC758\X0\ \X2\C7ACC9C8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#10406= IFCRELASSOCIATESLIBRARY('1DDc$lyLD4ORaocMdCU$O1',$,$,$,(#3214),#17576); -#17576= IFCLIBRARYREFERENCE($,$,'Water Flow Control System Type',$,'en',$); +#10401= IFCRELASSOCIATESLIBRARY('0bm0v2bjz8Agop0vkBD5$E',$,$,$,(#3210),#17576); +#17576= IFCLIBRARYREFERENCE($,$,'Wall Thickness',$,'en',$); -#10407= IFCRELASSOCIATESLIBRARY('2$R84EyQz87vvv6xc2De33',$,$,$,(#3215),#17577); -#17577= IFCLIBRARYREFERENCE($,$,'Water Fouling Resistance',$,'en',$); +#10402= IFCRELASSOCIATESLIBRARY('0MseovWHf8IvSrXhx9fvgP',$,$,$,(#3210),#17577); +#17577= IFCLIBRARYREFERENCE($,$,'\X2\58C1539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#10408= IFCRELASSOCIATESLIBRARY('3aBWRX1Kz7HBu4momFS_QI',$,$,$,(#3216),#17578); -#17578= IFCLIBRARYREFERENCE($,$,'Water Fouling Resistance',$,'en',$); +#10403= IFCRELASSOCIATESLIBRARY('2nURafNdP2y8XEcmiHDojW',$,$,$,(#3210),#17578); +#17578= IFCLIBRARYREFERENCE($,$,'\X2\BCBD\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBD\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#10409= IFCRELASSOCIATESLIBRARY('0fRCW_wen2_u1vDWZHnzjo',$,$,$,(#3216),#17579); -#17579= IFCLIBRARYREFERENCE($,$,'\X2\6C3450746C5A308C62B56297\X0\','\X2\6C34FF0F7A7A6C179762306E6C5A308C62B56297\X0\','ja-JP',$); +#10404= IFCRELASSOCIATESLIBRARY('2qYik_HeP5rw6gTTAtHqka',$,$,$,(#3211),#17579); +#17579= IFCLIBRARYREFERENCE($,$,'Wall Thickness',$,'en',$); -#10410= IFCRELASSOCIATESLIBRARY('3A0PSEdDT8WPKRBZwDGszb',$,$,$,(#3217),#17580); -#17580= IFCLIBRARYREFERENCE($,$,'Water Impermeability',$,'en',$); +#10405= IFCRELASSOCIATESLIBRARY('1iZaJMGSX6_wmOMNlxGuFN',$,$,$,(#3211),#17580); +#17580= IFCLIBRARYREFERENCE($,$,'\X2\58C1306E539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#10411= IFCRELASSOCIATESLIBRARY('33KoMIoi10GBstm6x$Z0v3',$,$,$,(#3218),#17581); -#17581= IFCLIBRARYREFERENCE($,$,'Water Inlet Temperature Range',$,'en',$); +#10406= IFCRELASSOCIATESLIBRARY('1_rI_x7lz8v9zpOcynTEPu',$,$,$,(#3211),#17581); +#17581= IFCLIBRARYREFERENCE($,$,'\X2\BCBD\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBD\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#10412= IFCRELASSOCIATESLIBRARY('0IDwg2RmLEmAQdXecVfrgj',$,$,$,(#3218),#17582); -#17582= IFCLIBRARYREFERENCE($,$,'PlageTemp\S\iratureAlimentationEau','Plage de temp\S\irature de l''alimentation en eau admissible','fr-FR',$); +#10407= IFCRELASSOCIATESLIBRARY('3my9ikDHD8QgMcn2T0rLhn',$,$,$,(#3212),#17582); +#17582= IFCLIBRARYREFERENCE($,$,'Wall Thickness',$,'en',$); -#10413= IFCRELASSOCIATESLIBRARY('3wBCdPt7X2ZRjzNldEeCCs',$,$,$,(#3218),#17583); -#17583= IFCLIBRARYREFERENCE($,$,'\X2\516553E36C346E297BC456F2\X0\','\X2\516553E36C346E297BC456F2\X0\','ja-JP',$); +#10408= IFCRELASSOCIATESLIBRARY('3aIvYj9a12bfr5y9nvgjal',$,$,$,(#3212),#17583); +#17583= IFCLIBRARYREFERENCE($,$,'\X2\58C1539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#10414= IFCRELASSOCIATESLIBRARY('3K_7QYMn15kxoVHxmVGe8C',$,$,$,(#3219),#17584); -#17584= IFCLIBRARYREFERENCE($,$,'Water Is Potable',$,'en',$); +#10409= IFCRELASSOCIATESLIBRARY('3uAA0o5RTACQpp17toCrRP',$,$,$,(#3212),#17584); +#17584= IFCLIBRARYREFERENCE($,$,'\X2\BCBD\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBD\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#10415= IFCRELASSOCIATESLIBRARY('0Zwu4oFpjAsu4jgLvPpkJI',$,$,$,(#3219),#17585); -#17585= IFCLIBRARYREFERENCE($,$,'\X2\98F275286C34304B30693046304B\X0\','\X2\6D88706B6813306E6C34304C98F27528304B30693046304B306E8868793AFF0898F27528FF1A\X0\TRUE\X2\30928A2D5B9A300198F275284EE55916FF1A\X0\FALSE\X2\30928A2D5B9AFF093002\X0\','ja-JP',$); +#10410= IFCRELASSOCIATESLIBRARY('2v8iOFl8P9mvyj6uIJakEa',$,$,$,(#3213),#17585); +#17585= IFCLIBRARYREFERENCE($,$,'Wall Thickness',$,'en',$); -#10416= IFCRELASSOCIATESLIBRARY('3tHXGqv8X2vOsfkdx0cHBP',$,$,$,(#3220),#17586); -#17586= IFCLIBRARYREFERENCE($,$,'Water Press Drop Curve',$,'en',$); +#10411= IFCRELASSOCIATESLIBRARY('0JhOngdzjFLQbzixhspELh',$,$,$,(#3213),#17586); +#17586= IFCLIBRARYREFERENCE($,$,'\X2\58C1539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#10417= IFCRELASSOCIATESLIBRARY('2IhZ4gEsT1c9QPGPlh57iX',$,$,$,(#3221),#17587); -#17587= IFCLIBRARYREFERENCE($,$,'Water Pressure Drop Curve',$,'en',$); +#10412= IFCRELASSOCIATESLIBRARY('1I3dA4iKr5ive4d5DGWPDy',$,$,$,(#3213),#17587); +#17587= IFCLIBRARYREFERENCE($,$,'\X2\BCBD\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBD\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#10418= IFCRELASSOCIATESLIBRARY('1KRXU2pSj7Rfs1sm9NDAkU',$,$,$,(#3221),#17588); -#17588= IFCLIBRARYREFERENCE($,$,'CourbePerteChargeHydraulique','Courbe de perte de charge hydraulique, courbe perte de charge - d\S\ibit, perte de charge = f(D\S\ibitHydraulique).','fr-FR',$); +#10413= IFCRELASSOCIATESLIBRARY('1ZIgcVqrXBse7JMuOZJ7Tk',$,$,$,(#3214),#17588); +#17588= IFCLIBRARYREFERENCE($,$,'Wall Thickness',$,'en',$); -#10419= IFCRELASSOCIATESLIBRARY('254TEbhvb5Jguw96hD3hQK',$,$,$,(#3222),#17589); -#17589= IFCLIBRARYREFERENCE($,$,'Water Pressure Drop Curves',$,'en',$); +#10414= IFCRELASSOCIATESLIBRARY('0cHeTE4Ez9qwhqqF$D4hCR',$,$,$,(#3214),#17589); +#17589= IFCLIBRARYREFERENCE($,$,'\X2\58C1539A3055\X0\','\X2\30C030AF30C830B930DA30FC30B958C1306E539A30553002\X0\\X\0D\X\0A\X2\6CE8FF1A30C030AF30C830B930DA30FC30B9306E58C1306F53585C6430684EEE5B9A3059308B\X0\','ja-JP',$); -#10420= IFCRELASSOCIATESLIBRARY('2QIl5oWPL1W8e0hmSd8QrK',$,$,$,(#3223),#17590); -#17590= IFCLIBRARYREFERENCE($,$,'Water Pressure Range',$,'en',$); +#10415= IFCRELASSOCIATESLIBRARY('3ikZ663rP1qh$BM5bL2PvP',$,$,$,(#3214),#17590); +#17590= IFCLIBRARYREFERENCE($,$,'\X2\BCBD\X0\ \X2\B450AED8\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BCBD\X0\ \X2\B450AED8\X0\ \X2\CC38ACE0\X0\ : \X2\B355D2B8\X0\ \X2\ACF5AC04C758\X0\ \X2\BCBDC740\X0\ \X2\B2E8CE35\X0\ \X2\AC00C815\X0\','ko-KR',$); -#10422= IFCRELASSOCIATESLIBRARY('0B323Xz$z1Mv0C$SwqF_b$',$,$,$,(#3225),#17591); -#17591= IFCLIBRARYREFERENCE($,$,'Water Requirement',$,'en',$); +#10416= IFCRELASSOCIATESLIBRARY('0aAKOcxlTAMwD5Si$uBhfZ',$,$,$,(#3215),#17591); +#17591= IFCLIBRARYREFERENCE($,$,'Warping Constant',$,'en',$); -#10423= IFCRELASSOCIATESLIBRARY('2t00HTIlH2owgFr8smEhvX',$,$,$,(#3225),#17592); -#17592= IFCLIBRARYREFERENCE($,$,'\X2\6C3489814EF6\X0\','\X2\6C34306E89814EF6\X0\','ja-JP',$); +#10417= IFCRELASSOCIATESLIBRARY('2Tzm5DRuv9ihR9yOWI8LXB',$,$,$,(#3216),#17592); +#17592= IFCLIBRARYREFERENCE($,$,'Warranty Content',$,'en',$); -#10424= IFCRELASSOCIATESLIBRARY('2h9pZCf3H0sfWNSTvQFxye',$,$,$,(#3226),#17593); -#17593= IFCLIBRARYREFERENCE($,$,'Water Requirement',$,'en',$); +#10418= IFCRELASSOCIATESLIBRARY('303FM9bTDBzAJk1x7be5_c',$,$,$,(#3217),#17593); +#17593= IFCLIBRARYREFERENCE($,$,'Warranty End Date',$,'en',$); -#10425= IFCRELASSOCIATESLIBRARY('0nPgPMSM5EdgXmV9FIFlmC',$,$,$,(#3227),#17594); -#17594= IFCLIBRARYREFERENCE($,$,'Water Requirement',$,'en',$); +#10419= IFCRELASSOCIATESLIBRARY('1ho6q3wj12pf_iFURVQm8H',$,$,$,(#3218),#17594); +#17594= IFCLIBRARYREFERENCE($,$,'Warranty Identifier',$,'en',$); -#10426= IFCRELASSOCIATESLIBRARY('2qUWkgR9D2hgBUsXhKPg8K',$,$,$,(#3227),#17595); -#17595= IFCLIBRARYREFERENCE($,$,'\X2\6C345FC5898191CF\X0\','\X2\88DC7D666C34306E5FC5898191CF\X0\','ja-JP',$); +#10420= IFCRELASSOCIATESLIBRARY('3nluUxTQPFifqTqmd1D2n6',$,$,$,(#3219),#17595); +#17595= IFCLIBRARYREFERENCE($,$,'Warranty Period',$,'en',$); -#10427= IFCRELASSOCIATESLIBRARY('3Tjv05Nsz3Tg7b423OKxdG',$,$,$,(#3228),#17596); -#17596= IFCLIBRARYREFERENCE($,$,'Water Storage Capacity',$,'en',$); +#10421= IFCRELASSOCIATESLIBRARY('32B3U9pPT2zPImvVci8kbo',$,$,$,(#3220),#17596); +#17596= IFCLIBRARYREFERENCE($,$,'Warranty Start Date',$,'en',$); -#10428= IFCRELASSOCIATESLIBRARY('0te_FKoyn2cux5fk20FHiY',$,$,$,(#3228),#17597); -#17597= IFCLIBRARYREFERENCE($,$,'Capacit\S\iR\S\iservoirEau','Capacit\S\i de r\S\iserve en eau','fr-FR',$); +#10422= IFCRELASSOCIATESLIBRARY('1G_YQAE_DEpOCvYhAsm6re',$,$,$,(#3221),#17597); +#17597= IFCLIBRARYREFERENCE($,$,'Washers Count',$,'en',$); -#10429= IFCRELASSOCIATESLIBRARY('0x7p2IsLr3EAS9_HbFdBsm',$,$,$,(#3228),#17598); -#17598= IFCLIBRARYREFERENCE($,$,'\X2\7F3651856C3491CF\X0\','\X2\7F3651856C3491CF\X0\','ja-JP',$); +#10423= IFCRELASSOCIATESLIBRARY('252Nv0fHD6Fw70DOOX8EDS',$,$,$,(#3222),#17598); +#17598= IFCLIBRARYREFERENCE($,$,'Washer Shape',$,'en',$); -#10430= IFCRELASSOCIATESLIBRARY('1ccVZpprr7Bg7KKoEl_GuK',$,$,$,(#3229),#17599); -#17599= IFCLIBRARYREFERENCE($,$,'Water Sump Temperature',$,'en',$); +#10425= IFCRELASSOCIATESLIBRARY('1SdviKMDn2Iv454oFVyAbe',$,$,$,(#3223),#17599); +#17599= IFCLIBRARYREFERENCE($,$,'Wash Hand Basin Type',$,'en',$); -#10431= IFCRELASSOCIATESLIBRARY('1_8KmYVQj6RwbGcmPoARmn',$,$,$,(#3229),#17600); -#17600= IFCLIBRARYREFERENCE($,$,'\X2\6DB26E295EA6\X0\','\X2\6DB26E295EA63000FF086C346E9C308A6E295EA6FF09\X0\','ja-JP',$); +#10426= IFCRELASSOCIATESLIBRARY('31FQGwI0D9_8nN9689MktB',$,$,$,(#3223),#17600); +#17600= IFCLIBRARYREFERENCE($,$,'\X2\624B6D1730447A2E985E\X0\','\X2\624B6D173044306E7A2E985E306F8A2D7F6E3055308C308B5834624030675B9A7FA93055308C307E30593002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6B6F79D1752875F058F7FF1A53E33092308630593050969B306B53D7305130666D4130595EC36C346A5F5668\X0\\X\0D\X\0A\X2\624B6D173044FF1A\X0\500\X2\FF4DFF4D4EE54E0B306E5E45306E58C1639B3051578B624B6D173044\X0\\X\0D\X\0A\X2\75C596627528FF1A30B530A430D530A930F3304B6C3E6FEB96326B625F01304C4ED83044305F885B751F304C6700512A514830683055308C308B5834624030674F7F75283055308C308B624B6D1730446D1797625668\X0\\X\0D\X\0A\X2\4E0A30528D7730533057578BFF1A89D25EA68ABF6574306B3088306330667A7A306B3067304D308B8EF84E0A306B8A2D7F6E3055308C305F624B6D173044\X0\\X\0D\X\0A\X2\53167CA753F0FF1A57305E739762306B8A2D7F6E3055308C305F624B6D17304453F0\X0\\X\0D\X\0A\X2\6D176D4456746C34578BFF1A4E004EBA4EE54E0A306E4EBA9593304C540C6642306B4F7F75283067304D308B518630FB534A518630FB591A89D25F62306E6D17976253F0\X0\\X\0D\X\0A\X2\6D176D4430DC30A630EBFF1A4E004EBA4EE54E0A306E4EBA9593304C540C6642306B4F7F75283067304D308B591A89D25F62306E6D17976253F0\X0\','ja-JP',$); -#10432= IFCRELASSOCIATESLIBRARY('13UXiGIMj7NPaC0hT8MgAg',$,$,$,(#3237),#17601); -#17601= IFCLIBRARYREFERENCE($,$,'Weather Data Date',$,'en',$); +#10427= IFCRELASSOCIATESLIBRARY('2SgcjWxFTBBxyreddoSNin',$,$,$,(#3224),#17601); +#17601= IFCLIBRARYREFERENCE($,$,'Waste Trap Type',$,'en',$); -#10433= IFCRELASSOCIATESLIBRARY('378f4CrBj9Wxy8zX5W2fJQ',$,$,$,(#3237),#17602); -#17602= IFCLIBRARYREFERENCE($,$,'\X2\6C178C6130C730FC30BF\X0\','\X2\6C178C6153F0624057285730306E6C178C6130C730FC30BF3002\X0\','ja-JP',$); +#10428= IFCRELASSOCIATESLIBRARY('3BrMpLuTXCpOocslSBbop3',$,$,$,(#3224),#17602); +#17602= IFCLIBRARYREFERENCE($,$,'\X2\5EC368C47269963281ED5F017A2E985E\X0\','\X2\5FC5898130683055308C308B30BF30A430D7304C30BB30C330C83055308C308B963281ED5F01306E5B9A7FA93055308C305F30BF30A430D7309278BA8A8D30573066304F3060305530443002\X0\','ja-JP',$); -#10434= IFCRELASSOCIATESLIBRARY('2GyyaDUHL6af8O_kX2rLN3',$,$,$,(#3237),#17603); -#17603= IFCLIBRARYREFERENCE($,$,'\X2\AE30C0C1B370C774D130\X0\','\X2\AE30C0C1B300\X0\ \X2\C9C0C5EDC758\X0\ \X2\AE30C0C1\X0\ \X2\B370C774D130C785B2C8B2E4\X0\.','ko-KR',$); +#10429= IFCRELASSOCIATESLIBRARY('3oPgFNtl11Kv86mBMMf7f4',$,$,$,(#3225),#17603); +#17603= IFCLIBRARYREFERENCE($,$,'Water',$,'en',$); -#10435= IFCRELASSOCIATESLIBRARY('3FQYor3451P8esrBUyJd1L',$,$,$,(#3238),#17604); -#17604= IFCLIBRARYREFERENCE($,$,'Weather Data Station',$,'en',$); +#10430= IFCRELASSOCIATESLIBRARY('3Lu7G3Ctz7sekM3$uUWnTv',$,$,$,(#3225),#17604); +#17604= IFCLIBRARYREFERENCE($,$,'\X2\BB3CC18CBE44\X0\','\X2\D2B9C815\X0\ \X2\AE30AC04\X0\ \X2\B3D9C548\X0\ \X2\BB3C\X0\ \X2\C18CBE44\X0\.','ko-KR',$); -#10436= IFCRELASSOCIATESLIBRARY('14$CpTAQf1cvUq0K1PEYAT',$,$,$,(#3238),#17605); -#17605= IFCLIBRARYREFERENCE($,$,'\X2\6C178C6153F0624057285730\X0\','\X2\7A7A8ABF8CA083778A087B9766424F7F75283059308B6C178C6130C730FC30BF306E6C178C6153F06240572857303002\X0\','ja-JP',$); +#10431= IFCRELASSOCIATESLIBRARY('3zbMcDhp90$wrMTJcwiY7b',$,$,$,(#3226),#17605); +#17605= IFCLIBRARYREFERENCE($,$,'Water Consumption',$,'en',$); -#10437= IFCRELASSOCIATESLIBRARY('12LvpfwxLCHfDi6MpsiCbX',$,$,$,(#3238),#17606); -#17606= IFCLIBRARYREFERENCE($,$,'\X2\AE30C0C1B300\X0\ \X2\C704CE58\X0\','\X2\ACF5C870\X0\ \X2\BD80D558\X0\ \X2\ACC4C0B0C2DC\X0\ \X2\C0ACC6A9D558B294\X0\ \X2\AE30C0C1\X0\ \X2\B370C774D130\X0\ \X2\AE30C0C1B300\X0\ \X2\C704CE58\X0\.','ko-KR',$); +#10432= IFCRELASSOCIATESLIBRARY('1FFbuSkwj4yeJMxp7zQ8ZS',$,$,$,(#3226),#17606); +#17606= IFCLIBRARYREFERENCE($,$,'ConsommationEau','Quantit\S\i d''eau utilis\S\ie [NDT : telle que d\S\ifinie dans la norme NF P01-010]','fr-FR',$); -#10439= IFCRELASSOCIATESLIBRARY('3GEQTHq9HEiQl2RPCC4zCk',$,$,$,(#3243),#17607); -#17607= IFCLIBRARYREFERENCE($,$,'Weight',$,'en',$); +#10433= IFCRELASSOCIATESLIBRARY('39D5bEQsH8fu$0B2cUg2qt',$,$,$,(#3226),#17607); +#17607= IFCLIBRARYREFERENCE($,$,'\X2\6C346D888CBB91CF\X0\','\X2\6C34306E6D888CBB91CF3002\X0\','ja-JP',$); -#10440= IFCRELASSOCIATESLIBRARY('1emCYBVz1FWBDCU0NBtLPE',$,$,$,(#3243),#17608); -#17608= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\30B130FC30D630EB306E91CD91CF3002\X0\','ja-JP',$); +#10434= IFCRELASSOCIATESLIBRARY('3L_MXL7u5FC9qdBGgazu2p',$,$,$,(#3226),#17608); +#17608= IFCLIBRARYREFERENCE($,$,'\X2\BB3C\X0\ \X2\C0ACC6A9\X0\','\X2\C0ACC6A9\X0\ \X2\C218B7C9C758\X0\ \X2\B9ACD130\X0\ \X2\C218\X0\','ko-KR',$); -#10441= IFCRELASSOCIATESLIBRARY('0VdlchwYL6CAVO$Z5gA1Tr',$,$,$,(#3243),#17609); -#17609= IFCLIBRARYREFERENCE($,$,'\X2\BB34AC8C\X0\','\X2\CF00C774BE14C758\X0\ \X2\BB34AC8C\X0\','ko-KR',$); +#10435= IFCRELASSOCIATESLIBRARY('1xHsYSgEH06RPzFuQNiFEM',$,$,$,(#3227),#17609); +#17609= IFCLIBRARYREFERENCE($,$,'Water Consumption Per Unit',$,'en',$); -#10442= IFCRELASSOCIATESLIBRARY('3qD2M$eAH31vGBOL7uO9vm',$,$,$,(#3244),#17610); -#17610= IFCLIBRARYREFERENCE($,$,'Weight',$,'en',$); +#10436= IFCRELASSOCIATESLIBRARY('2D9LeTFj53ZOcZqaxRK_V8',$,$,$,(#3227),#17610); +#17610= IFCLIBRARYREFERENCE($,$,'ConsommationEauParUnite','Quantit\S\i d''eau utilis\S\ie telle que d\S\ifinie dans la norme ISO21930:2007 [NDT : et dans la norme NF P01-010]. Exprim\S\ie en litres.','fr-FR',$); -#10443= IFCRELASSOCIATESLIBRARY('1bw$rLcGTBUBiC_eFwyaa_',$,$,$,(#3244),#17611); -#17611= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\30B330A2\X0\kg/km\X2\306E91CD91CF3002\X0\','ja-JP',$); +#10437= IFCRELASSOCIATESLIBRARY('2ps8aVRFr568cS$HEyVXxK',$,$,$,(#3227),#17611); +#17611= IFCLIBRARYREFERENCE($,$,'\X2\53584F4D3042305F308A6C344F7F7528\X0\','\X2\30EA30C330C830EB53584F4D3067886873FE3055308C305F6C34306E6D888CBB91CF3002\X0\','ja-JP',$); -#10444= IFCRELASSOCIATESLIBRARY('2YcFoAmN11HQzsFJjqbCP5',$,$,$,(#3244),#17612); -#17612= IFCLIBRARYREFERENCE($,$,'\X2\BB34AC8C\X0\','\X2\CF54C5B4\X0\ kg / km\X2\C758\X0\ \X2\BB34AC8C\X0\.','ko-KR',$); +#10438= IFCRELASSOCIATESLIBRARY('2epaNCU4n92OozPwYOpUui',$,$,$,(#3227),#17612); +#17612= IFCLIBRARYREFERENCE($,$,'\X2\B2E8C704\X0\ \X2\B2F9\X0\ \X2\BB3C\X0\ \X2\C0ACC6A9\X0\','\X2\C0ACC6A9\X0\ \X2\C218B7C9C758\X0\ \X2\B9ACD130\X0\ \X2\C218\X0\','ko-KR',$); -#10445= IFCRELASSOCIATESLIBRARY('3lZtkiiOX6EQWiFxHcwRTc',$,$,$,(#3245),#17613); -#17613= IFCLIBRARYREFERENCE($,$,'Weight',$,'en',$); +#10439= IFCRELASSOCIATESLIBRARY('0lWR7e91L7Pvm_Qpfm_p1S',$,$,$,(#3228),#17613); +#17613= IFCLIBRARYREFERENCE($,$,'Water Content',$,'en',$); -#10446= IFCRELASSOCIATESLIBRARY('026v4UdOTEORq3lGuxdyto',$,$,$,(#3246),#17614); -#17614= IFCLIBRARYREFERENCE($,$,'Weight',$,'en',$); +#10440= IFCRELASSOCIATESLIBRARY('2dN6sGXEzA3vPG_voUq4mA',$,$,$,(#3228),#17614); +#17614= IFCLIBRARYREFERENCE($,$,'\X2\6C34542B91CF\X0\','\X2\30D230FC30BF30FC518590E8306E6C345206306E91CD307F\X0\','ja-JP',$); -#10447= IFCRELASSOCIATESLIBRARY('3AmHmDr7516QqqbT23faxH',$,$,$,(#3246),#17615); -#17615= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\52A06E7F5668306E91CD91CF\X0\','ja-JP',$); +#10442= IFCRELASSOCIATESLIBRARY('2SXFNa_611U9L3Ou_$MDv9',$,$,$,(#3231),#17615); +#17615= IFCLIBRARYREFERENCE($,$,'Water Filter Type',$,'en',$); -#10448= IFCRELASSOCIATESLIBRARY('1lctS5cGH5nghEvB1lpZWi',$,$,$,(#3247),#17616); -#17616= IFCLIBRARYREFERENCE($,$,'Weight',$,'en',$); +#10444= IFCRELASSOCIATESLIBRARY('1IUsuiuWvBMehJRA3omnxB',$,$,$,(#3232),#17616); +#17616= IFCLIBRARYREFERENCE($,$,'Water Flow Control System Type',$,'en',$); -#10449= IFCRELASSOCIATESLIBRARY('18AuYTN79BBxJTBkrMuQR0',$,$,$,(#3247),#17617); -#17617= IFCLIBRARYREFERENCE($,$,'\X2\91CD3055\X0\','\X2\30B530A430EC30F330B591CD91CF\X0\','ja-JP',$); +#10445= IFCRELASSOCIATESLIBRARY('0lbymuOoDAMg4q5_pdM3l1',$,$,$,(#3233),#17617); +#17617= IFCLIBRARYREFERENCE($,$,'Water Fouling Resistance',$,'en',$); -#10450= IFCRELASSOCIATESLIBRARY('3dJmUuS652Sf8bUmg_bsbP',$,$,$,(#3248),#17618); -#17618= IFCLIBRARYREFERENCE($,$,'Weighted Efficiency',$,'en',$); +#10446= IFCRELASSOCIATESLIBRARY('2mdtz57$r6t9XlDoKaF3p9',$,$,$,(#3234),#17618); +#17618= IFCLIBRARYREFERENCE($,$,'Water Fouling Resistance',$,'en',$); -#10451= IFCRELASSOCIATESLIBRARY('2v3eSR6Y54Vf3RlxOQpLkA',$,$,$,(#3249),#17619); -#17619= IFCLIBRARYREFERENCE($,$,'Weighted Efficiency Curve',$,'en',$); +#10447= IFCRELASSOCIATESLIBRARY('3Itv0ySDn0wA3RFS$imFxo',$,$,$,(#3234),#17619); +#17619= IFCLIBRARYREFERENCE($,$,'\X2\6C3450746C5A308C62B56297\X0\','\X2\6C34FF0F7A7A6C179762306E6C5A308C62B56297\X0\','ja-JP',$); -#10452= IFCRELASSOCIATESLIBRARY('3EuOsESVHDSQYdRBq_52nC',$,$,$,(#3250),#17620); -#17620= IFCLIBRARYREFERENCE($,$,'Wet Bulb Temperature',$,'en',$); +#10448= IFCRELASSOCIATESLIBRARY('2wHHG0SaXDVf4fasS7QOQz',$,$,$,(#3235),#17620); +#17620= IFCLIBRARYREFERENCE($,$,'Water Impermeability',$,'en',$); -#10453= IFCRELASSOCIATESLIBRARY('2hmfhUCZ91cQKoWlOx0NCx',$,$,$,(#3251),#17621); -#17621= IFCLIBRARYREFERENCE($,$,'Wet Bulb Temperature',$,'en',$); +#10449= IFCRELASSOCIATESLIBRARY('3NMBGVFrj5iPahGcWzQ3FP',$,$,$,(#3236),#17621); +#17621= IFCLIBRARYREFERENCE($,$,'Water Inlet Temperature Range',$,'en',$); -#10454= IFCRELASSOCIATESLIBRARY('1Q7_vdYD1EneFQrmirA2O6',$,$,$,(#3252),#17622); -#17622= IFCLIBRARYREFERENCE($,$,'Wet Coil Fraction',$,'en',$); +#10450= IFCRELASSOCIATESLIBRARY('2AeNutxjrDwhLfkd049fLV',$,$,$,(#3236),#17622); +#17622= IFCLIBRARYREFERENCE($,$,'PlageTemp\S\iratureAlimentationEau','Plage de temp\S\irature de l''alimentation en eau admissible','fr-FR',$); -#10455= IFCRELASSOCIATESLIBRARY('0wIvtMxpL9ZQn86T$iFp3W',$,$,$,(#3252),#17623); -#17623= IFCLIBRARYREFERENCE($,$,'FractionBatterieHumide','Fraction de la surface de la batterie qui est humide (0 \S\` 1).','fr-FR',$); +#10451= IFCRELASSOCIATESLIBRARY('2SR9O2Djn5EeITV9fBK6WB',$,$,$,(#3236),#17623); +#17623= IFCLIBRARYREFERENCE($,$,'\X2\516553E36C346E297BC456F2\X0\','\X2\516553E36C346E297BC456F2\X0\','ja-JP',$); -#10456= IFCRELASSOCIATESLIBRARY('00ts_2ylf52hnbL0zleLHD',$,$,$,(#3253),#17624); -#17624= IFCLIBRARYREFERENCE($,$,'Wheel Tip Speed',$,'en',$); +#10452= IFCRELASSOCIATESLIBRARY('0LBTVT7OH9ihhK8xGdY0IS',$,$,$,(#3237),#17624); +#17624= IFCLIBRARYREFERENCE($,$,'Water Is Potable',$,'en',$); -#10457= IFCRELASSOCIATESLIBRARY('0rLMiGNZj3GA_Iiysvt5h3',$,$,$,(#3253),#17625); -#17625= IFCLIBRARYREFERENCE($,$,'\X2\30DB30A430FC30EB51487AEF901F5EA6\X0\','\X2\30D530A130F330D630EC30FC30C951487AEF901F5EA6\X0\\X\0D\X\0A\X2\901A5E3830018EF8304B3089670030829060304430D530A130F330D630EC30FC30C9306E51487AEF306E76F47DDA901F5EA63068305730665B9A7FA93055308C30663044308B\X0\','ja-JP',$); +#10453= IFCRELASSOCIATESLIBRARY('16h5z3Abf1dBjjuMY7p3Qb',$,$,$,(#3237),#17625); +#17625= IFCLIBRARYREFERENCE($,$,'\X2\98F275286C34304B30693046304B\X0\','\X2\6D88706B6813306E6C34304C98F27528304B30693046304B306E8868793AFF0898F27528FF1A\X0\TRUE\X2\30928A2D5B9A300198F275284EE55916FF1A\X0\FALSE\X2\30928A2D5B9AFF093002\X0\','ja-JP',$); -#10458= IFCRELASSOCIATESLIBRARY('3SzSFdVr192BpPcS_L_doT',$,$,$,(#3255),#17626); -#17626= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#10454= IFCRELASSOCIATESLIBRARY('1wT0jRPwb8AfIKVPbjJRWK',$,$,$,(#3239),#17626); +#17626= IFCLIBRARYREFERENCE($,$,'Water Press Drop Curve',$,'en',$); -#10459= IFCRELASSOCIATESLIBRARY('3Q9fnjmXnFIfFbsXq_Ouuq',$,$,$,(#3255),#17627); -#17627= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\63926C3430C130E330F330D030FC306E5E453002\X0\','ja-JP',$); +#10455= IFCRELASSOCIATESLIBRARY('0vj9g6QWb7khkadNeYgbz4',$,$,$,(#3240),#17627); +#17627= IFCLIBRARYREFERENCE($,$,'Water Pressure Drop Curve',$,'en',$); -#10460= IFCRELASSOCIATESLIBRARY('0QbdRMh2TFnvENU5h5QduL',$,$,$,(#3255),#17628); -#17628= IFCLIBRARYREFERENCE($,$,'\X2\D3ED\X0\','\X2\BC30C218\X0\ \X2\CC54BC84C758\X0\ \X2\D3ED\X0\','ko-KR',$); +#10456= IFCRELASSOCIATESLIBRARY('1ntYQYVgjFMB2h71xynyU2',$,$,$,(#3240),#17628); +#17628= IFCLIBRARYREFERENCE($,$,'CourbePerteChargeHydraulique','Courbe de perte de charge hydraulique, courbe perte de charge - d\S\ibit, perte de charge = f(D\S\ibitHydraulique).','fr-FR',$); -#10461= IFCRELASSOCIATESLIBRARY('1mQLDesUf3aObGvCjPkY3r',$,$,$,(#3256),#17629); -#17629= IFCLIBRARYREFERENCE($,$,'Breite','Geforderte Breite des Durchbruchs, wird nur dann angegeben, wenn der Wert des Attributes "Form" gleich "Rechteck" ist.','de-DE',$); +#10457= IFCRELASSOCIATESLIBRARY('1ddNfdCf92_8jK8fahRKLc',$,$,$,(#3241),#17629); +#17629= IFCLIBRARYREFERENCE($,$,'Water Pressure Drop Curves',$,'en',$); -#10462= IFCRELASSOCIATESLIBRARY('0NlgItVkP2YPMPg2eLXBLb',$,$,$,(#3256),#17630); -#17630= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#10458= IFCRELASSOCIATESLIBRARY('19a1aXRi9DsB4USVi8A_eT',$,$,$,(#3242),#17630); +#17630= IFCLIBRARYREFERENCE($,$,'Water Pressure Range',$,'en',$); -#10463= IFCRELASSOCIATESLIBRARY('0ZBhHruDTF4BfE1ZM4TUDP',$,$,$,(#3256),#17631); -#17631= IFCLIBRARYREFERENCE($,$,'Largeur','La largeur requise de la r\S\iservation (extension horizontale en \S\il\S\ivation). Fournie seulement si la propri\S\it\S\i Forme a pour valeur "Rectangle".','fr-FR',$); +#10460= IFCRELASSOCIATESLIBRARY('3limp2fxn0MB$6DrRHOFoe',$,$,$,(#3244),#17631); +#17631= IFCLIBRARYREFERENCE($,$,'Water Requirement',$,'en',$); -#10464= IFCRELASSOCIATESLIBRARY('1C0uMb0AD3HxEqsCcVvLmU',$,$,$,(#3256),#17632); -#17632= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\7A7A9593306E5E45FF089AD83055306B304A3051308B6C345E7365B95411306E62E15F35FF0930926C423081308B5B9A7FA9306730593002300C56DB89D25F62300D306E5F6272B630D730ED30D130C630A3306E307F63D0793A3055308C307E30593002\X0\','ja-JP',$); +#10461= IFCRELASSOCIATESLIBRARY('1nFBHCLBD2mfaT33QOwj__',$,$,$,(#3244),#17632); +#17632= IFCLIBRARYREFERENCE($,$,'\X2\6C3489814EF6\X0\','\X2\6C34306E89814EF6\X0\','ja-JP',$); -#10465= IFCRELASSOCIATESLIBRARY('2IyIiP$1rDFg2L9uMwN3$y',$,$,$,(#3256),#17633); -#17633= IFCLIBRARYREFERENCE($,$,'\X2\5BBD5EA6\X0\','\X2\7A7A67844EF676845BBD5EA6FF0857287ACB976256FE4E2D6C345E7365B954117684957F5EA6FF09FF0C4EC55F53201C5F6272B6201D5C5E60274E3A201C77E95F62201D65F6900275283002\X0\','zh-CN',$); +#10462= IFCRELASSOCIATESLIBRARY('2Mfyw_yxj2XwM8EOPFDjcq',$,$,$,(#3245),#17633); +#17633= IFCLIBRARYREFERENCE($,$,'Water Requirement',$,'en',$); -#10466= IFCRELASSOCIATESLIBRARY('07_sS8l1fDEPXLyp9pMJXy',$,$,$,(#3257),#17634); -#17634= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#10463= IFCRELASSOCIATESLIBRARY('1OxvVEZMDEDvJ1j$QsUKQm',$,$,$,(#3246),#17634); +#17634= IFCLIBRARYREFERENCE($,$,'Water Requirement',$,'en',$); -#10467= IFCRELASSOCIATESLIBRARY('3z8bgvSAD3qOR6SPkRhwWU',$,$,$,(#3257),#17635); -#17635= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\6E9D306E957730553002\X0\','ja-JP',$); +#10464= IFCRELASSOCIATESLIBRARY('3ceKxUtNf5jA74$jZ7xMwl',$,$,$,(#3246),#17635); +#17635= IFCLIBRARYREFERENCE($,$,'\X2\6C345FC5898191CF\X0\','\X2\88DC7D666C34306E5FC5898191CF\X0\','ja-JP',$); -#10468= IFCRELASSOCIATESLIBRARY('3r5eW_9CDBfPDeGlLpwofm',$,$,$,(#3257),#17636); -#17636= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','\X2\D648C758\X0\ \X2\AE38C774\X0\','ko-KR',$); +#10465= IFCRELASSOCIATESLIBRARY('1xqLw8p7j7Ggk$UMzKJL6o',$,$,$,(#3247),#17636); +#17636= IFCLIBRARYREFERENCE($,$,'Water Storage Capacity',$,'en',$); -#10469= IFCRELASSOCIATESLIBRARY('1Y23K_oqnE9gW6YCJ3M6rY',$,$,$,(#3258),#17637); -#17637= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#10466= IFCRELASSOCIATESLIBRARY('3VCwBvYrnCz94luZgyKfXG',$,$,$,(#3247),#17637); +#17637= IFCLIBRARYREFERENCE($,$,'Capacit\S\iR\S\iservoirEau','Capacit\S\i de r\S\iserve en eau','fr-FR',$); -#10470= IFCRELASSOCIATESLIBRARY('2yMUACmqTAqe4$nagC_Iz3',$,$,$,(#3258),#17638); -#17638= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\30D430C330C85E453002\X0\','ja-JP',$); +#10467= IFCRELASSOCIATESLIBRARY('1QHhSprJvCdvkdjNIAjN33',$,$,$,(#3247),#17638); +#17638= IFCLIBRARYREFERENCE($,$,'\X2\7F3651856C3491CF\X0\','\X2\7F3651856C3491CF\X0\','ja-JP',$); -#10471= IFCRELASSOCIATESLIBRARY('0J8ReqlnLCnQP$tc5Xx_K7',$,$,$,(#3258),#17639); -#17639= IFCLIBRARYREFERENCE($,$,'\X2\D3ED\X0\','\X2\D53CD2B8\X0\ \X2\D3ED\X0\','ko-KR',$); +#10468= IFCRELASSOCIATESLIBRARY('3znAZmh0T0NhiKspd71yc_',$,$,$,(#3248),#17639); +#17639= IFCLIBRARYREFERENCE($,$,'Water Sump Temperature',$,'en',$); -#10473= IFCRELASSOCIATESLIBRARY('3b8r0S6hH1NhjQZoAhN4Qu',$,$,$,(#3263),#17640); -#17640= IFCLIBRARYREFERENCE($,$,'Wind Sensor Type',$,'en',$); +#10469= IFCRELASSOCIATESLIBRARY('3qlhVH6CzFIxWXykx5cpn3',$,$,$,(#3248),#17640); +#17640= IFCLIBRARYREFERENCE($,$,'\X2\6DB26E295EA6\X0\','\X2\6DB26E295EA63000FF086C346E9C308A6E295EA6FF09\X0\','ja-JP',$); -#10474= IFCRELASSOCIATESLIBRARY('3tcG_iKeT42RGhqdfx2tMr',$,$,$,(#3263),#17641); -#17641= IFCLIBRARYREFERENCE($,$,'\X2\98A830BB30F330B530FC30BF30A430D7\X0\','\X2\660E793A3055308C305F98A830BB30F330B530FC306E30BF30A430D730928B5852253059308B4E0089A73002\X0\','ja-JP',$); +#10470= IFCRELASSOCIATESLIBRARY('3bw5zabTb9hwZbnuFE64ZM',$,$,$,(#3256),#17641); +#17641= IFCLIBRARYREFERENCE($,$,'Weather Data Date',$,'en',$); -#10475= IFCRELASSOCIATESLIBRARY('28gMwRtibFtAup9f7aVJTA',$,$,$,(#3263),#17642); -#17642= IFCLIBRARYREFERENCE($,$,'\X2\BC14B78C\X0\ \X2\C13CC11C\X0\ \X2\D0C0C785\X0\','\X2\BA85C2DCB41C\X0\ \X2\BC14B78C\X0\ \X2\C13CC11C\X0\ \X2\C720D615C744\X0\ \X2\C2DDBCC4D558B294\X0\ \X2\BAA9B85D\X0\.','ko-KR',$); +#10471= IFCRELASSOCIATESLIBRARY('1Uv2b5p3jBy9W0hndazm3O',$,$,$,(#3256),#17642); +#17642= IFCLIBRARYREFERENCE($,$,'\X2\6C178C6130C730FC30BF\X0\','\X2\6C178C6153F0624057285730306E6C178C6130C730FC30BF3002\X0\','ja-JP',$); -#10476= IFCRELASSOCIATESLIBRARY('01XLeu8wj4HBjeJWA59R3q',$,$,$,(#3265),#17643); -#17643= IFCLIBRARYREFERENCE($,$,'Wire Diameter',$,'en',$); +#10472= IFCRELASSOCIATESLIBRARY('2xWSHdv2bEphS2l7fU5C0g',$,$,$,(#3256),#17643); +#17643= IFCLIBRARYREFERENCE($,$,'\X2\AE30C0C1B370C774D130\X0\','\X2\AE30C0C1B300\X0\ \X2\C9C0C5EDC758\X0\ \X2\AE30C0C1\X0\ \X2\B370C774D130C785B2C8B2E4\X0\.','ko-KR',$); -#10477= IFCRELASSOCIATESLIBRARY('2omXWSAvL96P0iPPv2wMjv',$,$,$,(#3265),#17644); -#17644= IFCLIBRARYREFERENCE($,$,'\X2\30EF30A430E430FC5F84\X0\','\X2\30EF30A430E430FC306E516C79F076F45F843002\X0\','ja-JP',$); +#10473= IFCRELASSOCIATESLIBRARY('3JmQjfdbXCm9iuFXNJhQhb',$,$,$,(#3257),#17644); +#17644= IFCLIBRARYREFERENCE($,$,'Weather Data Station',$,'en',$); -#10478= IFCRELASSOCIATESLIBRARY('27kj8QZ59AUB9Mavm3xQyI',$,$,$,(#3265),#17645); -#17645= IFCLIBRARYREFERENCE($,$,'\X2\C640C774C5B4\X0\ \X2\C9C0B984\X0\','\X2\C640C774C5B4C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); +#10474= IFCRELASSOCIATESLIBRARY('3ExUAn43b3s8QST_I4rPLW',$,$,$,(#3257),#17645); +#17645= IFCLIBRARYREFERENCE($,$,'\X2\6C178C6153F0624057285730\X0\','\X2\7A7A8ABF8CA083778A087B9766424F7F75283059308B6C178C6130C730FC30BF306E6C178C6153F06240572857303002\X0\','ja-JP',$); -#10479= IFCRELASSOCIATESLIBRARY('3pro7yWcnCLPEHZg2V5aWk',$,$,$,(#3266),#17646); -#17646= IFCLIBRARYREFERENCE($,$,'Wire Embedding Length',$,'en',$); +#10475= IFCRELASSOCIATESLIBRARY('2hhXFK96T6Whb7f$vZSWAc',$,$,$,(#3257),#17646); +#17646= IFCLIBRARYREFERENCE($,$,'\X2\AE30C0C1B300\X0\ \X2\C704CE58\X0\','\X2\ACF5C870\X0\ \X2\BD80D558\X0\ \X2\ACC4C0B0C2DC\X0\ \X2\C0ACC6A9D558B294\X0\ \X2\AE30C0C1\X0\ \X2\B370C774D130\X0\ \X2\AE30C0C1B300\X0\ \X2\C704CE58\X0\.','ko-KR',$); -#10480= IFCRELASSOCIATESLIBRARY('31Fsw4EZj0dQP5UekvTVn_',$,$,$,(#3266),#17647); -#17647= IFCLIBRARYREFERENCE($,$,'\X2\57CB30818FBC307F95773055\X0\','\X2\30D730EC30AD30E330B930C830B330F330AF30EA30FC30C890E86750306E4E2D306B57CB30818FBC307E308C305F30EF30A430E430FC306E957730553002\X0\','ja-JP',$); +#10477= IFCRELASSOCIATESLIBRARY('0z4BFBEZXF4fTuIfBLpipw',$,$,$,(#3262),#17647); +#17647= IFCLIBRARYREFERENCE($,$,'Weight',$,'en',$); -#10481= IFCRELASSOCIATESLIBRARY('1egJFABW18GxEtPXB_dkNi',$,$,$,(#3266),#17648); -#17648= IFCLIBRARYREFERENCE($,$,'\X2\D3ECD568\X0\ \X2\AE38C774\X0\','\X2\D504B9AC\X0\ \X2\CE90C2A4D2B8\X0\ \X2\CF58D06CB9ACD2B8\X0\ \X2\BD80C7ACC18DC5D0\X0\ \X2\BB3BD78C\X0\ \X2\CCA0C0ACC758\X0\ \X2\AE38C774\X0\','ko-KR',$); +#10478= IFCRELASSOCIATESLIBRARY('0xmMaD89P1ABVyXb$s4ILf',$,$,$,(#3262),#17648); +#17648= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\30B130FC30D630EB306E91CD91CF3002\X0\','ja-JP',$); -#10482= IFCRELASSOCIATESLIBRARY('3Cl8NmJ85FchGPuscqGuD6',$,$,$,(#3267),#17649); -#17649= IFCLIBRARYREFERENCE($,$,'Wire Loop Base Plate Length',$,'en',$); +#10479= IFCRELASSOCIATESLIBRARY('3Oypx_z_b4rOcF1Cz_Y5iI',$,$,$,(#3262),#17649); +#17649= IFCLIBRARYREFERENCE($,$,'\X2\BB34AC8C\X0\','\X2\CF00C774BE14C758\X0\ \X2\BB34AC8C\X0\','ko-KR',$); -#10483= IFCRELASSOCIATESLIBRARY('1SrPvil8L8wQ38oL2ppnSD',$,$,$,(#3267),#17650); -#17650= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C895773055\X0\','\X2\30D930FC30B930D730EC30FC30C8306E957730553002\X0\','ja-JP',$); +#10480= IFCRELASSOCIATESLIBRARY('1fxI5ok492tfXyijnXKviG',$,$,$,(#3263),#17650); +#17650= IFCLIBRARYREFERENCE($,$,'Weight',$,'en',$); -#10484= IFCRELASSOCIATESLIBRARY('1goCaDAgb80woY6p_K6mjg',$,$,$,(#3267),#17651); -#17651= IFCLIBRARYREFERENCE($,$,'\X2\D50CB808C774D2B8\X0\ \X2\AE38C774\X0\','\X2\D50CB808C774D2B8\X0\ \X2\AE38C774\X0\','ko-KR',$); +#10481= IFCRELASSOCIATESLIBRARY('0zrHbHRR13P8IJXisA52Ex',$,$,$,(#3263),#17651); +#17651= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\30B330A2\X0\kg/km\X2\306E91CD91CF3002\X0\','ja-JP',$); -#10485= IFCRELASSOCIATESLIBRARY('2WhCQYvK1A9hvGFX_GtenQ',$,$,$,(#3268),#17652); -#17652= IFCLIBRARYREFERENCE($,$,'Wire Loop Base Plate Thickness',$,'en',$); +#10482= IFCRELASSOCIATESLIBRARY('0C5ZejnTj3SxmKa7lW6i0S',$,$,$,(#3263),#17652); +#17652= IFCLIBRARYREFERENCE($,$,'\X2\BB34AC8C\X0\','\X2\CF54C5B4\X0\ kg / km\X2\C758\X0\ \X2\BB34AC8C\X0\.','ko-KR',$); -#10486= IFCRELASSOCIATESLIBRARY('1w94BcXMD6LPyMQrrqH1qr',$,$,$,(#3268),#17653); -#17653= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C8539A\X0\','\X2\30D930FC30B930D730EC30FC30C8306E677F539A3002\X0\','ja-JP',$); +#10483= IFCRELASSOCIATESLIBRARY('1M0QQnOOP8vg_5hC82Na3P',$,$,$,(#3264),#17653); +#17653= IFCLIBRARYREFERENCE($,$,'Weight',$,'en',$); -#10487= IFCRELASSOCIATESLIBRARY('0G5eH5vT96$vERuHvdJWCG',$,$,$,(#3268),#17654); -#17654= IFCLIBRARYREFERENCE($,$,'\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\B450AED8\X0\','\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\B450AED8\X0\','ko-KR',$); +#10484= IFCRELASSOCIATESLIBRARY('10uUN9L2f4XgqL6en3JhR$',$,$,$,(#3265),#17654); +#17654= IFCLIBRARYREFERENCE($,$,'Weight',$,'en',$); -#10488= IFCRELASSOCIATESLIBRARY('0RW3sWQfrF4OL3XAcR$tqS',$,$,$,(#3269),#17655); -#17655= IFCLIBRARYREFERENCE($,$,'Wire Loop Base Plate Width',$,'en',$); +#10485= IFCRELASSOCIATESLIBRARY('14T4Pm6LHB_uzMuxU6TjF1',$,$,$,(#3265),#17655); +#17655= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\52A06E7F5668306E91CD91CF\X0\','ja-JP',$); -#10489= IFCRELASSOCIATESLIBRARY('12J04PHwXBy8CJGB_w3hQs',$,$,$,(#3269),#17656); -#17656= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C85E45\X0\','\X2\30D930FC30B930D730EC30FC30C8306E5E453002\X0\','ja-JP',$); +#10486= IFCRELASSOCIATESLIBRARY('11ojL6OIjD3Pnqv5FQ2Fmk',$,$,$,(#3266),#17656); +#17656= IFCLIBRARYREFERENCE($,$,'Weight',$,'en',$); -#10490= IFCRELASSOCIATESLIBRARY('0UJrXvUPH4keaW$9TjNFwM',$,$,$,(#3269),#17657); -#17657= IFCLIBRARYREFERENCE($,$,'\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\D3ED\X0\','\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\D3ED\X0\','ko-KR',$); +#10487= IFCRELASSOCIATESLIBRARY('3R_t2VKzD8aBExZHV89wCh',$,$,$,(#3266),#17657); +#17657= IFCLIBRARYREFERENCE($,$,'\X2\91CD3055\X0\','\X2\30B530A430EC30F330B591CD91CF\X0\','ja-JP',$); -#10491= IFCRELASSOCIATESLIBRARY('2fhVLkNHLFyeSGmN8FrmeW',$,$,$,(#3270),#17658); -#17658= IFCLIBRARYREFERENCE($,$,'Wire Loop Length',$,'en',$); +#10488= IFCRELASSOCIATESLIBRARY('3NRaoEfj97Cf1fwpgfKYbe',$,$,$,(#3267),#17658); +#17658= IFCLIBRARYREFERENCE($,$,'Weighted Efficiency',$,'en',$); -#10492= IFCRELASSOCIATESLIBRARY('0VYL$$ZsjA9vp7p6ZgXinw',$,$,$,(#3270),#17659); -#17659= IFCLIBRARYREFERENCE($,$,'\X2\75593081517795773055\X0\','\X2\30EF30A430E430FC306E75593081517790E85206306E957730553002\X0\','ja-JP',$); +#10489= IFCRELASSOCIATESLIBRARY('1PfSn9b8D8wRWJGsk9fqLH',$,$,$,(#3268),#17659); +#17659= IFCLIBRARYREFERENCE($,$,'Weighted Efficiency Curve',$,'en',$); -#10493= IFCRELASSOCIATESLIBRARY('1iZ6SWwzvCEvhNyu6EUEUm',$,$,$,(#3270),#17660); -#17660= IFCLIBRARYREFERENCE($,$,'\X2\D074B7A8D504\X0\ \X2\AE38C774\X0\','\X2\C640C774C5B4\X0\ \X2\D074B7A8D504\X0\ \X2\BD80BD84C758\X0\ \X2\AE38C774\X0\','ko-KR',$); +#10490= IFCRELASSOCIATESLIBRARY('2UaZmA9sX7p9R2VofXfNMD',$,$,$,(#3269),#17660); +#17660= IFCLIBRARYREFERENCE($,$,'Wet Bulb Temperature',$,'en',$); -#10495= IFCRELASSOCIATESLIBRARY('1cV9_PK7j4gPRh5baisk1n',$,$,$,(#3272),#17661); -#17661= IFCLIBRARYREFERENCE($,$,'With Backdrop',$,'en',$); +#10491= IFCRELASSOCIATESLIBRARY('3htr8VGOD6Pvu60ngkV7sb',$,$,$,(#3270),#17661); +#17661= IFCLIBRARYREFERENCE($,$,'Wet Bulb Temperature',$,'en',$); -#10496= IFCRELASSOCIATESLIBRARY('1kAaSNEbHAkgVOMPXTzi8c',$,$,$,(#3272),#17662); -#17662= IFCLIBRARYREFERENCE($,$,'\X2\30D030C330AF30C930ED30C330D74ED83051\X0\','\X2\30C030AF30C830B930DA30FC30B9306F30D030C330AF30C930ED30C330D762163044306F58304ED83051304B30693046304BFF08\X0\TRUE\X2\62163044306F\X0\FALSE\X2\FF093002\X0\','ja-JP',$); +#10492= IFCRELASSOCIATESLIBRARY('0LM6s1mv1B_A222DzUVB3w',$,$,$,(#3271),#17662); +#17662= IFCLIBRARYREFERENCE($,$,'Wet Coil Fraction',$,'en',$); -#10497= IFCRELASSOCIATESLIBRARY('2_$D2X8YDCiw4zNTJdsnXV',$,$,$,(#3272),#17663); -#17663= IFCLIBRARYREFERENCE($,$,'\X2\BC31\X0\ \X2\B4DCB86D\X0\ \X2\C9C0C815\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC31B4DCB86D\X0\ \X2\D639C740\X0\ \X2\BCF4\X0\ \X2\D45CC2DC\X0\ \X2\C5ECBD80\X0\ (TRUE \X2\B610B294\X0\ FALSE)','ko-KR',$); +#10493= IFCRELASSOCIATESLIBRARY('2IvY6dLuP79RKi8zyPt6sH',$,$,$,(#3271),#17663); +#17663= IFCLIBRARYREFERENCE($,$,'FractionBatterieHumide','Fraction de la surface de la batterie qui est humide (0 \S\` 1).','fr-FR',$); -#10498= IFCRELASSOCIATESLIBRARY('2M9iMotsbB2PQ1jdnjyEKa',$,$,$,(#3273),#17664); -#17664= IFCLIBRARYREFERENCE($,$,'With Backdrop',$,'en',$); +#10494= IFCRELASSOCIATESLIBRARY('3OI9_$JgD2lRAmYk1PDAKQ',$,$,$,(#3272),#17664); +#17664= IFCLIBRARYREFERENCE($,$,'Wheel Tip Speed',$,'en',$); -#10499= IFCRELASSOCIATESLIBRARY('29Q7NYNjTFjvTmI391P0nL',$,$,$,(#3273),#17665); -#17665= IFCLIBRARYREFERENCE($,$,'\X2\30D030C330AF30C930ED30C330D74ED83051\X0\','\X2\30C030AF30C830B930DA30FC30B9306F30D030C330AF30C930ED30C330D762163044306F58304ED83051304B30693046304BFF08\X0\TRUE\X2\62163044306F\X0\FALSE\X2\FF093002\X0\','ja-JP',$); +#10495= IFCRELASSOCIATESLIBRARY('1cZczPQmv8Ce2OueMUP5ll',$,$,$,(#3272),#17665); +#17665= IFCLIBRARYREFERENCE($,$,'\X2\30DB30A430FC30EB51487AEF901F5EA6\X0\','\X2\30D530A130F330D630EC30FC30C951487AEF901F5EA6\X0\\X\0D\X\0A\X2\901A5E3830018EF8304B3089670030829060304430D530A130F330D630EC30FC30C9306E51487AEF306E76F47DDA901F5EA63068305730665B9A7FA93055308C30663044308B\X0\','ja-JP',$); -#10500= IFCRELASSOCIATESLIBRARY('1C7weusJ1E5Rsm94s8aUxT',$,$,$,(#3273),#17666); -#17666= IFCLIBRARYREFERENCE($,$,'\X2\BC31\X0\ \X2\B4DCB86D\X0\ \X2\C9C0C815\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC31B4DCB86D\X0\ \X2\D639C740\X0\ \X2\BCF4\X0\ \X2\D45CC2DC\X0\ \X2\C5ECBD80\X0\ (TRUE \X2\B610B294\X0\ FALSE)','ko-KR',$); +#10496= IFCRELASSOCIATESLIBRARY('1rrihPxWT68esntfDjLsxN',$,$,$,(#3274),#17666); +#17666= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#10501= IFCRELASSOCIATESLIBRARY('3znL6eeNHDluoUmqB3cmsl',$,$,$,(#3275),#17667); -#17667= IFCLIBRARYREFERENCE($,$,'With Lock',$,'en',$); +#10497= IFCRELASSOCIATESLIBRARY('1uhJXReXzB5Af9AS$MKTs6',$,$,$,(#3274),#17667); +#17667= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\63926C3430C130E330F330D030FC306E5E453002\X0\','ja-JP',$); -#10502= IFCRELASSOCIATESLIBRARY('1iemlKL7vC$QenOlLb8pZL',$,$,$,(#3276),#17668); -#17668= IFCLIBRARYREFERENCE($,$,'Workability',$,'en',$); +#10498= IFCRELASSOCIATESLIBRARY('0ynAVK66T5ZfxO0ctsXgMB',$,$,$,(#3274),#17668); +#17668= IFCLIBRARYREFERENCE($,$,'\X2\D3ED\X0\','\X2\BC30C218\X0\ \X2\CC54BC84C758\X0\ \X2\D3ED\X0\','ko-KR',$); -#10503= IFCRELASSOCIATESLIBRARY('2B$W_4LLn0AOPeB65l6EEY',$,$,$,(#3277),#17669); -#17669= IFCLIBRARYREFERENCE($,$,'Work Day Duration',$,'en',$); +#10499= IFCRELASSOCIATESLIBRARY('1urYwGBdrC2hS_SjGx7XaL',$,$,$,(#3275),#17669); +#17669= IFCLIBRARYREFERENCE($,$,'Breite','Geforderte Breite des Durchbruchs, wird nur dann angegeben, wenn der Wert des Attributes "Form" gleich "Rechteck" ist.','de-DE',$); -#10504= IFCRELASSOCIATESLIBRARY('26rOs4ra92UxMdOa5CWmLh',$,$,$,(#3277),#17670); -#17670= IFCLIBRARYREFERENCE($,$,'\X2\4F5C696D65E56570\X0\','\X2\4F5C696D66429593309257FA306B3057305F30017D4C904E66429593306E65E565703002\X0\','ja-JP',$); +#10500= IFCRELASSOCIATESLIBRARY('3_bMEadLn0$gi3B10ng70D',$,$,$,(#3275),#17670); +#17670= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#10505= IFCRELASSOCIATESLIBRARY('115Ph9mbH0XfD6WbcNokFp',$,$,$,(#3278),#17671); -#17671= IFCLIBRARYREFERENCE($,$,'Work Execution Level',$,'en',$); +#10501= IFCRELASSOCIATESLIBRARY('1pStn7HarEqR1gKOnzsbz2',$,$,$,(#3275),#17671); +#17671= IFCLIBRARYREFERENCE($,$,'Largeur','La largeur requise de la r\S\iservation (extension horizontale en \S\il\S\ivation). Fournie seulement si la propri\S\it\S\i Forme a pour valeur "Rectangle".','fr-FR',$); -#10506= IFCRELASSOCIATESLIBRARY('3PMgtqpN53R9wtzpj5e8xx',$,$,$,(#3279),#17672); -#17672= IFCLIBRARYREFERENCE($,$,'Work Finish Time',$,'en',$); +#10502= IFCRELASSOCIATESLIBRARY('1t4KUgb$TDghT6VekMxUx9',$,$,$,(#3275),#17672); +#17672= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\7A7A9593306E5E45FF089AD83055306B304A3051308B6C345E7365B95411306E62E15F35FF0930926C423081308B5B9A7FA9306730593002300C56DB89D25F62300D306E5F6272B630D730ED30D130C630A3306E307F63D0793A3055308C307E30593002\X0\','ja-JP',$); -#10507= IFCRELASSOCIATESLIBRARY('2zFt7537DA$AlZjEYYJ5mK',$,$,$,(#3279),#17673); -#17673= IFCLIBRARYREFERENCE($,$,'\X2\4F5C696D7D424E8666429593\X0\','\X2\4F5C696D304C7D424E863059308B30B930B130B830E530FC30EB306E30C730D530A930EB30C86642523B3002\X0\','ja-JP',$); +#10503= IFCRELASSOCIATESLIBRARY('3jxz55n5n7c9J7xkTOWVbG',$,$,$,(#3275),#17673); +#17673= IFCLIBRARYREFERENCE($,$,'\X2\5BBD5EA6\X0\','\X2\7A7A67844EF676845BBD5EA6FF0857287ACB976256FE4E2D6C345E7365B954117684957F5EA6FF09FF0C4EC55F53201C5F6272B6201D5C5E60274E3A201C77E95F62201D65F6900275283002\X0\','zh-CN',$); -#10508= IFCRELASSOCIATESLIBRARY('2ZMMQAXTj83vUUCA7W3QLo',$,$,$,(#3280),#17674); -#17674= IFCLIBRARYREFERENCE($,$,'Working Pressure',$,'en',$); +#10504= IFCRELASSOCIATESLIBRARY('33xnNtvsPCMw8yRLTA2G3v',$,$,$,(#3276),#17674); +#17674= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#10509= IFCRELASSOCIATESLIBRARY('1Ij9IDLLD5jeu3F4thWA2J',$,$,$,(#3280),#17675); -#17675= IFCLIBRARYREFERENCE($,$,'\X2\904B8EE25727529B\X0\','\X2\30D030EB30D6306E901A5E384E8860F33055308C308B67009AD8904B8EE25727529B\X0\','ja-JP',$); +#10505= IFCRELASSOCIATESLIBRARY('0xFnO2s_r6Rfs4ua74XON3',$,$,$,(#3276),#17675); +#17675= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\6E9D306E957730553002\X0\','ja-JP',$); -#10510= IFCRELASSOCIATESLIBRARY('1oMr2_W$H7KPi9O1xr2gZg',$,$,$,(#3281),#17676); -#17676= IFCLIBRARYREFERENCE($,$,'Working Pressure',$,'en',$); +#10506= IFCRELASSOCIATESLIBRARY('17G2C7IHnE1BUJIuhceoFp',$,$,$,(#3276),#17676); +#17676= IFCLIBRARYREFERENCE($,$,'\X2\AE38C774\X0\','\X2\D648C758\X0\ \X2\AE38C774\X0\','ko-KR',$); -#10511= IFCRELASSOCIATESLIBRARY('3MML_tWXDAJB5fz8kp97i7',$,$,$,(#3281),#17677); -#17677= IFCLIBRARYREFERENCE($,$,'PressionFonctionnement','Pression de fonctionnement de la chaudi\S\hre.','fr-FR',$); +#10507= IFCRELASSOCIATESLIBRARY('35W7I4SnnChfD90akyNv89',$,$,$,(#3277),#17677); +#17677= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#10512= IFCRELASSOCIATESLIBRARY('1uCGymUKn6KPrE5vvIYpNC',$,$,$,(#3281),#17678); -#17678= IFCLIBRARYREFERENCE($,$,'\X2\4F5C52D55727529B\X0\','\X2\30DC30A430E9904B8EE25727529B\X0\','ja-JP',$); +#10508= IFCRELASSOCIATESLIBRARY('0$lLAkWlz2fP_DG2kvszPq',$,$,$,(#3277),#17678); +#17678= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\30D430C330C85E453002\X0\','ja-JP',$); -#10513= IFCRELASSOCIATESLIBRARY('18H6nGtUD1Eg$KB8qTkBxO',$,$,$,(#3282),#17679); -#17679= IFCLIBRARYREFERENCE($,$,'Working Pressure',$,'en',$); +#10509= IFCRELASSOCIATESLIBRARY('37Hk5bg31C8vIR5yEU8wi7',$,$,$,(#3277),#17679); +#17679= IFCLIBRARYREFERENCE($,$,'\X2\D3ED\X0\','\X2\D53CD2B8\X0\ \X2\D3ED\X0\','ko-KR',$); -#10514= IFCRELASSOCIATESLIBRARY('2c_VhOfsbCzehreBxN$6t0',$,$,$,(#3282),#17680); -#17680= IFCLIBRARYREFERENCE($,$,'\X2\5727529B30AF30E930B9\X0\','\X2\7BA18F446A293092630130645F535C40FF08\X0\SMACNA\X2\306A3069FF09306B3088306330665B9A7FA93055308C305F5727529B5206985E\X0\','ja-JP',$); +#10511= IFCRELASSOCIATESLIBRARY('28MgTtZlL3AA1pDqD8NN_g',$,$,$,(#3282),#17680); +#17680= IFCLIBRARYREFERENCE($,$,'Wind Sensor Type',$,'en',$); -#10515= IFCRELASSOCIATESLIBRARY('1Z8n$jBtX8xvrTVVA96NAa',$,$,$,(#3283),#17681); -#17681= IFCLIBRARYREFERENCE($,$,'Working Pressure',$,'en',$); +#10512= IFCRELASSOCIATESLIBRARY('0NYOji6_bF1gt042Z8iEIJ',$,$,$,(#3282),#17681); +#17681= IFCLIBRARYREFERENCE($,$,'\X2\98A830BB30F330B530FC30BF30A430D7\X0\','\X2\660E793A3055308C305F98A830BB30F330B530FC306E30BF30A430D730928B5852253059308B4E0089A73002\X0\','ja-JP',$); -#10516= IFCRELASSOCIATESLIBRARY('3$1pt5qar1CBItAyaIrNDm',$,$,$,(#3283),#17682); -#17682= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C5727\X0\','\X2\52D54F5C5727\X0\','ja-JP',$); +#10513= IFCRELASSOCIATESLIBRARY('1EthPYDEX1mfVsOnLXNUR0',$,$,$,(#3282),#17682); +#17682= IFCLIBRARYREFERENCE($,$,'\X2\BC14B78C\X0\ \X2\C13CC11C\X0\ \X2\D0C0C785\X0\','\X2\BA85C2DCB41C\X0\ \X2\BC14B78C\X0\ \X2\C13CC11C\X0\ \X2\C720D615C744\X0\ \X2\C2DDBCC4D558B294\X0\ \X2\BAA9B85D\X0\.','ko-KR',$); -#10517= IFCRELASSOCIATESLIBRARY('0biHYK8nL9Og3pe7iR$I3Y',$,$,$,(#3284),#17683); -#17683= IFCLIBRARYREFERENCE($,$,'Working Pressure Range',$,'en',$); +#10514= IFCRELASSOCIATESLIBRARY('35Rdwxcrn3$QHvM4c_Y$xn',$,$,$,(#3284),#17683); +#17683= IFCLIBRARYREFERENCE($,$,'Wire Diameter',$,'en',$); -#10518= IFCRELASSOCIATESLIBRARY('2pCXDuRQvB88WLbsHrSN1h',$,$,$,(#3284),#17684); -#17684= IFCLIBRARYREFERENCE($,$,'\X2\4F5C52D55727529B7BC456F2\X0\','\X2\8A315BB967005C0F30FB670059274F5C52D55727529BFF08546856F257273068306E76F85BFE5024FF09\X0\','ja-JP',$); +#10515= IFCRELASSOCIATESLIBRARY('1$eQczSYXCE9SuuI9Zv3sh',$,$,$,(#3284),#17684); +#17684= IFCLIBRARYREFERENCE($,$,'\X2\30EF30A430E430FC5F84\X0\','\X2\30EF30A430E430FC306E516C79F076F45F843002\X0\','ja-JP',$); -#10519= IFCRELASSOCIATESLIBRARY('13819cRZf4HAGEhaw3PLqz',$,$,$,(#3286),#17685); -#17685= IFCLIBRARYREFERENCE($,$,'Work Month Duration',$,'en',$); +#10516= IFCRELASSOCIATESLIBRARY('2Oqb608iP609Mm$b0$rvAz',$,$,$,(#3284),#17685); +#17685= IFCLIBRARYREFERENCE($,$,'\X2\C640C774C5B4\X0\ \X2\C9C0B984\X0\','\X2\C640C774C5B4C758\X0\ \X2\ACF5CE6D\X0\ \X2\C9C0B984\X0\','ko-KR',$); -#10520= IFCRELASSOCIATESLIBRARY('3pPGT9C3DBehsb1_TxB5Xl',$,$,$,(#3286),#17686); -#17686= IFCLIBRARYREFERENCE($,$,'\X2\4F5C696D67086570\X0\','\X2\4F5C696D66429593309257FA306B3057305F7D4C904E66429593306E90316570306E670865703002\X0\','ja-JP',$); +#10517= IFCRELASSOCIATESLIBRARY('3N8upxty14g9gMAC1Vv1CR',$,$,$,(#3285),#17686); +#17686= IFCLIBRARYREFERENCE($,$,'Wire Embedding Length',$,'en',$); -#10521= IFCRELASSOCIATESLIBRARY('2a$$Rl3zn44ubFc9VyXDRa',$,$,$,(#3287),#17687); -#17687= IFCLIBRARYREFERENCE($,$,'Work Start Time',$,'en',$); +#10518= IFCRELASSOCIATESLIBRARY('2RTnhh3cj2cgnaJkLbhHuc',$,$,$,(#3285),#17687); +#17687= IFCLIBRARYREFERENCE($,$,'\X2\57CB30818FBC307F95773055\X0\','\X2\30D730EC30AD30E330B930C830B330F330AF30EA30FC30C890E86750306E4E2D306B57CB30818FBC307E308C305F30EF30A430E430FC306E957730553002\X0\','ja-JP',$); -#10522= IFCRELASSOCIATESLIBRARY('14vRwwAUn0XfLu6$6B0RJl',$,$,$,(#3287),#17688); -#17688= IFCLIBRARYREFERENCE($,$,'\X2\4F5C696D958B59CB66429593\X0\','\X2\4ED54E8B958B59CB4E885B9A306E30C730D530A930EB30C86642523B300230D730EC30BC30F330C630FC30B730E730F376EE7684306E305F3081306B30014ED54E8B306E958B59CB66429593304C\X0\WorkStartTime\X2\30684E0081F43059308B306A30893070300130A230D730EA30B130FC30B730E730F3306F65E54ED83060305130928868793A3059308B307B304630929078307630533068304C51FA6765308B30029006306B300166429593309263075B9A3059308B30533068306A304F65E54ED830925165529B3057305F969B300130A230D730EA30B130FC30B730E730F3306F\X0\WorkStartTime\X2\309281EA52D57684306B8FFD52A03059308B30533068304C51FA6765308B3002\X0\','ja-JP',$); +#10519= IFCRELASSOCIATESLIBRARY('1GkEQ3c_T6WOjX2qedEigc',$,$,$,(#3285),#17688); +#17688= IFCLIBRARYREFERENCE($,$,'\X2\D3ECD568\X0\ \X2\AE38C774\X0\','\X2\D504B9AC\X0\ \X2\CE90C2A4D2B8\X0\ \X2\CF58D06CB9ACD2B8\X0\ \X2\BD80C7ACC18DC5D0\X0\ \X2\BB3BD78C\X0\ \X2\CCA0C0ACC758\X0\ \X2\AE38C774\X0\','ko-KR',$); -#10523= IFCRELASSOCIATESLIBRARY('2_QRh_T_L6YvMeJndYfyg1',$,$,$,(#3288),#17689); -#17689= IFCLIBRARYREFERENCE($,$,'Worksurface Area',$,'en',$); +#10520= IFCRELASSOCIATESLIBRARY('2Kd5d_3YHA8vFI8gHff0VF',$,$,$,(#3286),#17689); +#17689= IFCLIBRARYREFERENCE($,$,'Wire Loop Base Plate Length',$,'en',$); -#10524= IFCRELASSOCIATESLIBRARY('1B6ugrUL1C4AjzqqGG8VBH',$,$,$,(#3289),#17690); -#17690= IFCLIBRARYREFERENCE($,$,'Worksurface Area',$,'en',$); +#10521= IFCRELASSOCIATESLIBRARY('3$ZUrvY5DE9xyqiD10fu7b',$,$,$,(#3286),#17690); +#17690= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C895773055\X0\','\X2\30D930FC30B930D730EC30FC30C8306E957730553002\X0\','ja-JP',$); -#10525= IFCRELASSOCIATESLIBRARY('3uNf$f$pD8Wui561NWgYd7',$,$,$,(#3290),#17691); -#17691= IFCLIBRARYREFERENCE($,$,'Work Type Requested',$,'en',$); +#10522= IFCRELASSOCIATESLIBRARY('3Qah1695X1bR2qmUyD4DzH',$,$,$,(#3286),#17691); +#17691= IFCLIBRARYREFERENCE($,$,'\X2\D50CB808C774D2B8\X0\ \X2\AE38C774\X0\','\X2\D50CB808C774D2B8\X0\ \X2\AE38C774\X0\','ko-KR',$); -#10526= IFCRELASSOCIATESLIBRARY('3GeSin8sDD5eNXdm1VY8lw',$,$,$,(#3291),#17692); -#17692= IFCLIBRARYREFERENCE($,$,'Work Type Requested',$,'en',$); +#10523= IFCRELASSOCIATESLIBRARY('2cvVizXV57y98V7IIdnu8m',$,$,$,(#3287),#17692); +#17692= IFCLIBRARYREFERENCE($,$,'Wire Loop Base Plate Thickness',$,'en',$); -#10527= IFCRELASSOCIATESLIBRARY('1HUMfUVPb1SRnddDNE1gQ7',$,$,$,(#3292),#17693); -#17693= IFCLIBRARYREFERENCE($,$,'Work Week Duration',$,'en',$); +#10524= IFCRELASSOCIATESLIBRARY('2D55jJD2rB$QrZI3hgfe7G',$,$,$,(#3287),#17693); +#17693= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C8539A\X0\','\X2\30D930FC30B930D730EC30FC30C8306E677F539A3002\X0\','ja-JP',$); -#10528= IFCRELASSOCIATESLIBRARY('25uQe4uBL2PeKEdMAbSFoP',$,$,$,(#3292),#17694); -#17694= IFCLIBRARYREFERENCE($,$,'\X2\4F5C696D90316570\X0\','\X2\4F5C696D66429593309257FA306B3057305F7D4C904E66429593306E903165703002\X0\','ja-JP',$); +#10525= IFCRELASSOCIATESLIBRARY('3Wnp6mrazClv6qsY0kZrok',$,$,$,(#3287),#17694); +#17694= IFCLIBRARYREFERENCE($,$,'\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\B450AED8\X0\','\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\B450AED8\X0\','ko-KR',$); -#10529= IFCRELASSOCIATESLIBRARY('3pKvy8nKnEEgPSiwFgdK$Q',$,$,$,(#3293),#17695); -#17695= IFCLIBRARYREFERENCE($,$,'Wrapping Material',$,'en',$); +#10526= IFCRELASSOCIATESLIBRARY('0pwmtG6frAyuwRtAvbz1dZ',$,$,$,(#3288),#17695); +#17695= IFCLIBRARYREFERENCE($,$,'Wire Loop Base Plate Width',$,'en',$); -#10530= IFCRELASSOCIATESLIBRARY('0q5SlgQhb46wuFIqqbi9tw',$,$,$,(#3293),#17696); -#17696= IFCLIBRARYREFERENCE($,$,'\X2\530588C567506599\X0\','\X2\54C17269306E530588C5306B4F7F75283055308C308B67506599306B95A23059308B72798A184E8B98053002\X0\','ja-JP',$); +#10527= IFCRELASSOCIATESLIBRARY('1nJNGUKXL529Sy2hPZaBPg',$,$,$,(#3288),#17696); +#17696= IFCLIBRARYREFERENCE($,$,'\X2\30D930FC30B930D730EC30FC30C85E45\X0\','\X2\30D930FC30B930D730EC30FC30C8306E5E453002\X0\','ja-JP',$); -#10531= IFCRELASSOCIATESLIBRARY('0D4AKCrgL34xdYdupd0xzj',$,$,$,(#3294),#17697); -#17697= IFCLIBRARYREFERENCE($,$,'XDirection Lower Bar Count',$,'en',$); +#10528= IFCRELASSOCIATESLIBRARY('0hK$GomHz9L9nI6vLsgmdT',$,$,$,(#3288),#17697); +#17697= IFCLIBRARYREFERENCE($,$,'\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\D3ED\X0\','\X2\BCA0C774C2A4\X0\ \X2\D50CB808C774D2B8\X0\ \X2\D3ED\X0\','ko-KR',$); -#10532= IFCRELASSOCIATESLIBRARY('1P3KYly1b9$PC$cfWL9VCL',$,$,$,(#3294),#17698); -#17698= IFCLIBRARYREFERENCE($,$,'X\X2\65B954114E0B7AEF7B4B672C6570\X0\','X\X2\65B95411306E4E0B7AEF7B4B672C65703002\X0\','ja-JP',$); +#10529= IFCRELASSOCIATESLIBRARY('12xmEJW5T3jhQGEN8yuuft',$,$,$,(#3289),#17698); +#17698= IFCLIBRARYREFERENCE($,$,'Wire Loop Length',$,'en',$); -#10533= IFCRELASSOCIATESLIBRARY('1Dxy4vin18qP9rkev9dYeJ',$,$,$,(#3295),#17699); -#17699= IFCLIBRARYREFERENCE($,$,'XDirection Tie Hoop Bar Pitch',$,'en',$); +#10530= IFCRELASSOCIATESLIBRARY('2wh9aMBVH3e8FVAp7S5oUO',$,$,$,(#3289),#17699); +#17699= IFCLIBRARYREFERENCE($,$,'\X2\75593081517795773055\X0\','\X2\30EF30A430E430FC306E75593081517790E85206306E957730553002\X0\','ja-JP',$); -#10534= IFCRELASSOCIATESLIBRARY('1HcqBnBIL7ke5cmsn5OPmk',$,$,$,(#3295),#17700); -#17700= IFCLIBRARYREFERENCE($,$,'\X2\FF3865B954115DFE6B6230817B4B95939694\X0\','\X2\FF3865B954115DFE6B627B4B306E959396943002\X0\','ja-JP',$); +#10531= IFCRELASSOCIATESLIBRARY('3Gm4qO85HFhgnbBST96rQC',$,$,$,(#3289),#17700); +#17700= IFCLIBRARYREFERENCE($,$,'\X2\D074B7A8D504\X0\ \X2\AE38C774\X0\','\X2\C640C774C5B4\X0\ \X2\D074B7A8D504\X0\ \X2\BD80BD84C758\X0\ \X2\AE38C774\X0\','ko-KR',$); -#10535= IFCRELASSOCIATESLIBRARY('1gIggsBP1Dpx2GkqoU0SGx',$,$,$,(#3296),#17701); -#17701= IFCLIBRARYREFERENCE($,$,'XDirection Tie Hoop Count',$,'en',$); +#10533= IFCRELASSOCIATESLIBRARY('1S92dTndD7efdVzGrdUHan',$,$,$,(#3291),#17701); +#17701= IFCLIBRARYREFERENCE($,$,'With Backdrop',$,'en',$); -#10536= IFCRELASSOCIATESLIBRARY('2E80f2GtvArhUrH0wCcIZ0',$,$,$,(#3296),#17702); -#17702= IFCLIBRARYREFERENCE($,$,'\X2\FF3865B954115DFE6B6230817B4B672C6570\X0\','\X2\FF3865B954115DFE6B627B4B306E672C65703002\X0\','ja-JP',$); +#10534= IFCRELASSOCIATESLIBRARY('2PKZrxkw17qBY9YbMqrOvU',$,$,$,(#3291),#17702); +#17702= IFCLIBRARYREFERENCE($,$,'\X2\30D030C330AF30C930ED30C330D74ED83051\X0\','\X2\30C030AF30C830B930DA30FC30B9306F30D030C330AF30C930ED30C330D762163044306F58304ED83051304B30693046304BFF08\X0\TRUE\X2\62163044306F\X0\FALSE\X2\FF093002\X0\','ja-JP',$); -#10537= IFCRELASSOCIATESLIBRARY('0Rz7JI2_r5tBFreOiXmygw',$,$,$,(#3297),#17703); -#17703= IFCLIBRARYREFERENCE($,$,'XDirection Upper Bar Count',$,'en',$); +#10535= IFCRELASSOCIATESLIBRARY('1nTHhzjfr8OBwZwAq0Seb7',$,$,$,(#3291),#17703); +#17703= IFCLIBRARYREFERENCE($,$,'\X2\BC31\X0\ \X2\B4DCB86D\X0\ \X2\C9C0C815\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC31B4DCB86D\X0\ \X2\D639C740\X0\ \X2\BCF4\X0\ \X2\D45CC2DC\X0\ \X2\C5ECBD80\X0\ (TRUE \X2\B610B294\X0\ FALSE)','ko-KR',$); -#10538= IFCRELASSOCIATESLIBRARY('3LWHemRtv858y8436UHSCb',$,$,$,(#3297),#17704); -#17704= IFCLIBRARYREFERENCE($,$,'X\X2\65B954114E0A7AEF7B4B672C6570\X0\','X\X2\65B95411306E4E0A7AEF7B4B672C65703002\X0\','ja-JP',$); +#10536= IFCRELASSOCIATESLIBRARY('0whTYLuf59W9BH26Qv_2Ka',$,$,$,(#3292),#17704); +#17704= IFCLIBRARYREFERENCE($,$,'With Backdrop',$,'en',$); -#10539= IFCRELASSOCIATESLIBRARY('2W_CsewurBYv5Pg1PgnFZd',$,$,$,(#3298),#17705); -#17705= IFCLIBRARYREFERENCE($,$,'YDirection Lower Bar Count',$,'en',$); +#10537= IFCRELASSOCIATESLIBRARY('2PvvCog4X5qBUDh00IBfZD',$,$,$,(#3292),#17705); +#17705= IFCLIBRARYREFERENCE($,$,'\X2\30D030C330AF30C930ED30C330D74ED83051\X0\','\X2\30C030AF30C830B930DA30FC30B9306F30D030C330AF30C930ED30C330D762163044306F58304ED83051304B30693046304BFF08\X0\TRUE\X2\62163044306F\X0\FALSE\X2\FF093002\X0\','ja-JP',$); -#10540= IFCRELASSOCIATESLIBRARY('2ph8fXw919rxTORw7AE4Rn',$,$,$,(#3298),#17706); -#17706= IFCLIBRARYREFERENCE($,$,'Y\X2\65B954114E0B7AEF7B4B672C6570\X0\','Y\X2\65B95411306E4E0B7AEF7B4B672C65703002\X0\','ja-JP',$); +#10538= IFCRELASSOCIATESLIBRARY('0BWPJvI_577A90iUNau_r1',$,$,$,(#3292),#17706); +#17706= IFCLIBRARYREFERENCE($,$,'\X2\BC31\X0\ \X2\B4DCB86D\X0\ \X2\C9C0C815\X0\','\X2\B355D2B8\X0\ \X2\ACF5AC04\X0\ \X2\BC31B4DCB86D\X0\ \X2\D639C740\X0\ \X2\BCF4\X0\ \X2\D45CC2DC\X0\ \X2\C5ECBD80\X0\ (TRUE \X2\B610B294\X0\ FALSE)','ko-KR',$); -#10541= IFCRELASSOCIATESLIBRARY('2J6dL1GCTCzO5Xu1$OEf2h',$,$,$,(#3299),#17707); -#17707= IFCLIBRARYREFERENCE($,$,'YDirection Tie Hoop Bar Pitch',$,'en',$); +#10539= IFCRELASSOCIATESLIBRARY('1uZNsyTef33gDQldhlH63Q',$,$,$,(#3294),#17707); +#17707= IFCLIBRARYREFERENCE($,$,'With Lock',$,'en',$); -#10542= IFCRELASSOCIATESLIBRARY('3E$GTsYAb2jxiNFhaZzdSm',$,$,$,(#3299),#17708); -#17708= IFCLIBRARYREFERENCE($,$,'Y\X2\65B954115DFE6B6230817B4B95939694\X0\','Y\X2\65B954115DFE6B627B4B306E959396943002\X0\','ja-JP',$); +#10540= IFCRELASSOCIATESLIBRARY('2mIi1U4Qv3nADa69wpGiDB',$,$,$,(#3295),#17708); +#17708= IFCLIBRARYREFERENCE($,$,'Workability',$,'en',$); -#10543= IFCRELASSOCIATESLIBRARY('3GW7QytML4WBpiTYoqriyf',$,$,$,(#3300),#17709); -#17709= IFCLIBRARYREFERENCE($,$,'YDirection Tie Hoop Count',$,'en',$); +#10541= IFCRELASSOCIATESLIBRARY('1TGDi4$6L41fgZKue4SC91',$,$,$,(#3296),#17709); +#17709= IFCLIBRARYREFERENCE($,$,'Work Day Duration',$,'en',$); -#10544= IFCRELASSOCIATESLIBRARY('3vHXwiPXXFKvOfH7ntGa10',$,$,$,(#3300),#17710); -#17710= IFCLIBRARYREFERENCE($,$,'Y\X2\65B954115DFE6B6230817B4B672C6570\X0\','Y\X2\65B954115DFE6B627B4B306E672C65703002\X0\','ja-JP',$); +#10542= IFCRELASSOCIATESLIBRARY('1HbQ6F9jv3BhgD7CNMy6qH',$,$,$,(#3296),#17710); +#17710= IFCLIBRARYREFERENCE($,$,'\X2\4F5C696D65E56570\X0\','\X2\4F5C696D66429593309257FA306B3057305F30017D4C904E66429593306E65E565703002\X0\','ja-JP',$); -#10545= IFCRELASSOCIATESLIBRARY('21v0b7wnz0yx5bEC_eiNUV',$,$,$,(#3301),#17711); -#17711= IFCLIBRARYREFERENCE($,$,'YDirection Upper Bar Count',$,'en',$); +#10543= IFCRELASSOCIATESLIBRARY('3$duHJSEHBcAEY_hFw2Az5',$,$,$,(#3297),#17711); +#17711= IFCLIBRARYREFERENCE($,$,'Work Execution Level',$,'en',$); -#10546= IFCRELASSOCIATESLIBRARY('3rkcpu5cv0fgT9JIwSnYq1',$,$,$,(#3301),#17712); -#17712= IFCLIBRARYREFERENCE($,$,'Y\X2\65B954114E0A7AEF7B4B672C6570\X0\','Y\X2\65B95411306E4E0A7AEF7B4B672C65703002\X0\','ja-JP',$); +#10544= IFCRELASSOCIATESLIBRARY('1929Whn1HC4RGA0dh_Ea5e',$,$,$,(#3298),#17712); +#17712= IFCLIBRARYREFERENCE($,$,'Work Finish Time',$,'en',$); -#10547= IFCRELASSOCIATESLIBRARY('36iO_SGGj1q9FElAzFjaim',$,$,$,(#3302),#17713); -#17713= IFCLIBRARYREFERENCE($,$,'Baujahr','Jahr der Errichtung des Geb\S\dudes, einschlie\S\_liich des Jahres der geplanten Fertigstellung.','de-DE',$); +#10545= IFCRELASSOCIATESLIBRARY('1JdTKazQDBEuy16qrIL3MA',$,$,$,(#3298),#17713); +#17713= IFCLIBRARYREFERENCE($,$,'\X2\4F5C696D7D424E8666429593\X0\','\X2\4F5C696D304C7D424E863059308B30B930B130B830E530FC30EB306E30C730D530A930EB30C86642523B3002\X0\','ja-JP',$); -#10548= IFCRELASSOCIATESLIBRARY('0$UgSIcQvCPO57ncCe3Esl',$,$,$,(#3302),#17714); -#17714= IFCLIBRARYREFERENCE($,$,'Year Of Construction',$,'en',$); +#10546= IFCRELASSOCIATESLIBRARY('3wqvFSg0PCn94FDuCKXnfL',$,$,$,(#3299),#17714); +#17714= IFCLIBRARYREFERENCE($,$,'Working Pressure',$,'en',$); -#10549= IFCRELASSOCIATESLIBRARY('0aXh7z7KHAORETjWcbGNnN',$,$,$,(#3302),#17715); -#17715= IFCLIBRARYREFERENCE($,$,'AnneeConstruction','Ann\S\ie de construction de ce b\S\btiment, incluant l''ann\S\ie de parfait ach\S\hvement.','fr-FR',$); +#10547= IFCRELASSOCIATESLIBRARY('3lEvYvWfvAOvHK8EL2EBUj',$,$,$,(#3299),#17715); +#17715= IFCLIBRARYREFERENCE($,$,'\X2\904B8EE25727529B\X0\','\X2\30D030EB30D6306E901A5E384E8860F33055308C308B67009AD8904B8EE25727529B\X0\','ja-JP',$); -#10550= IFCRELASSOCIATESLIBRARY('1xXBjVtrHCtxxqp2TXSqaC',$,$,$,(#3302),#17716); -#17716= IFCLIBRARYREFERENCE($,$,'\X2\65BD5DE55E74\X0\','\X2\65BD5DE5306E5E7430027AE35DE5306E4E8860F35E743082542B30803002\X0\','ja-JP',$); +#10548= IFCRELASSOCIATESLIBRARY('0N2OcDBp51Re_uGuMyV0GO',$,$,$,(#3300),#17716); +#17716= IFCLIBRARYREFERENCE($,$,'Working Pressure',$,'en',$); -#10551= IFCRELASSOCIATESLIBRARY('33HgnFd3b4C9P5DbdHq4ag',$,$,$,(#3302),#17717); -#17717= IFCLIBRARYREFERENCE($,$,'\X2\C2DCACF5\X0\ \X2\B144\X0\','\X2\C2DCACF5\X0\ \X2\B144\X0\. \X2\C900ACF5\X0\ \X2\C608C815\X0\ \X2\B144\X0\ \X2\D3ECD568D55CB2E4\X0\.','ko-KR',$); +#10549= IFCRELASSOCIATESLIBRARY('0gmZ94sK92sBZB0fLLOhBN',$,$,$,(#3300),#17717); +#17717= IFCLIBRARYREFERENCE($,$,'PressionFonctionnement','Pression de fonctionnement de la chaudi\S\hre.','fr-FR',$); -#10552= IFCRELASSOCIATESLIBRARY('3StL8eBsr2X9du15r9dgBi',$,$,$,(#3303),#17718); -#17718= IFCLIBRARYREFERENCE($,$,'letztes Renovierungsjahr','Jahr der letzten Renovierung des Geb\S\dudes.','de-DE',$); +#10550= IFCRELASSOCIATESLIBRARY('1WucVmH258Vfpr840VjKyF',$,$,$,(#3300),#17718); +#17718= IFCLIBRARYREFERENCE($,$,'\X2\4F5C52D55727529B\X0\','\X2\30DC30A430E9904B8EE25727529B\X0\','ja-JP',$); -#10553= IFCRELASSOCIATESLIBRARY('0RHRq9XSv1QfNKIPISaLVu',$,$,$,(#3303),#17719); -#17719= IFCLIBRARYREFERENCE($,$,'Year Of Last Refurbishment',$,'en',$); +#10551= IFCRELASSOCIATESLIBRARY('25HtWwVOL8gvd5mMquXgei',$,$,$,(#3301),#17719); +#17719= IFCLIBRARYREFERENCE($,$,'Working Pressure',$,'en',$); -#10554= IFCRELASSOCIATESLIBRARY('321YdvHMTEnfGXVTqDv34F',$,$,$,(#3303),#17720); -#17720= IFCLIBRARYREFERENCE($,$,'Ann\S\ie de la derni\S\hre r\S\inovation','Ann\S\ie de la derni\S\hre r\S\inovation majeure ou de la reconstruction du b\S\btiment.','fr-FR',$); +#10552= IFCRELASSOCIATESLIBRARY('1vqGch$W95k9TMnoK9CF4a',$,$,$,(#3301),#17720); +#17720= IFCLIBRARYREFERENCE($,$,'\X2\5727529B30AF30E930B9\X0\','\X2\7BA18F446A293092630130645F535C40FF08\X0\SMACNA\X2\306A3069FF09306B3088306330665B9A7FA93055308C305F5727529B5206985E\X0\','ja-JP',$); -#10555= IFCRELASSOCIATESLIBRARY('10o0tEkhf6RPf$c5by8nAB',$,$,$,(#3304),#17721); -#17721= IFCLIBRARYREFERENCE($,$,'Yield Stress',$,'en',$); +#10553= IFCRELASSOCIATESLIBRARY('0V9tbryKz3xwVQNMn$4Hlx',$,$,$,(#3302),#17721); +#17721= IFCLIBRARYREFERENCE($,$,'Working Pressure',$,'en',$); -#10556= IFCRELASSOCIATESLIBRARY('2iWlwAtMnC$BVP0CadfT26',$,$,$,(#3307),#17722); -#17722= IFCLIBRARYREFERENCE($,$,'Young Modulus',$,'en',$); +#10554= IFCRELASSOCIATESLIBRARY('0J1fSMtu10Mx$aMuOFU$ok',$,$,$,(#3302),#17722); +#17722= IFCLIBRARYREFERENCE($,$,'\X2\52D54F5C5727\X0\','\X2\52D54F5C5727\X0\','ja-JP',$); -#10557= IFCRELASSOCIATESLIBRARY('1sbgTcl8n6Gv8oX3_Ozcl_',$,$,$,(#3327),#17723); -#17723= IFCLIBRARYREFERENCE($,$,'z',$,'en',$); +#10555= IFCRELASSOCIATESLIBRARY('2f9KRY_$D5axEVu0sOhr3c',$,$,$,(#3303),#17723); +#17723= IFCLIBRARYREFERENCE($,$,'Working Pressure Range',$,'en',$); -#10558= IFCRELASSOCIATESLIBRARY('3XbT0n8NX1axbeFgBDmejN',$,$,$,(#3328),#17724); -#17724= IFCLIBRARYREFERENCE($,$,'Zoom',$,'en',$); +#10556= IFCRELASSOCIATESLIBRARY('3uvZeir2T5IvTgz3O3a6O_',$,$,$,(#3303),#17724); +#17724= IFCLIBRARYREFERENCE($,$,'\X2\4F5C52D55727529B7BC456F2\X0\','\X2\8A315BB967005C0F30FB670059274F5C52D55727529BFF08546856F257273068306E76F85BFE5024FF09\X0\','ja-JP',$); -#10559= IFCRELASSOCIATESLIBRARY('1wprzkOXjEEeFqeANaqZ6p',$,$,$,(#3328),#17725); -#17725= IFCLIBRARYREFERENCE($,$,'\X2\30BA30FC30E0\X0\','\X2\30BA30FC30E053EF80FD7BC456F2FF08500D7387FF093092793A30593002\X0\','ja-JP',$); +#10557= IFCRELASSOCIATESLIBRARY('3ws1Llwdz3KhPIceeP3mce',$,$,$,(#3305),#17725); +#17725= IFCLIBRARYREFERENCE($,$,'Work Month Duration',$,'en',$); -#10560= IFCRELASSOCIATESLIBRARY('1yiq$NJ5r1dv0X_eiUku0V',$,$,$,(#3329),#17726); -#17726= IFCLIBRARYREFERENCE($,$,'In Plane',$,'en',$); +#10558= IFCRELASSOCIATESLIBRARY('3WW8IBcA98q8QVDeB4sj1w',$,$,$,(#3305),#17726); +#17726= IFCLIBRARYREFERENCE($,$,'\X2\4F5C696D67086570\X0\','\X2\4F5C696D66429593309257FA306B3057305F7D4C904E66429593306E90316570306E670865703002\X0\','ja-JP',$); -#10561= IFCRELASSOCIATESLIBRARY('0zXb1ZDNfFZeOh3tKMuUqN',$,$,$,(#3330),#17727); -#17727= IFCLIBRARYREFERENCE($,$,'In Plane',$,'en',$); +#10559= IFCRELASSOCIATESLIBRARY('0_35kv6wH7aA_CbtIiGBJa',$,$,$,(#3306),#17727); +#17727= IFCLIBRARYREFERENCE($,$,'Work Start Time',$,'en',$); -#10562= IFCRELASSOCIATESLIBRARY('1UUm_ZU95FE9SMjLkJKgPU',$,$,$,(#3331),#17728); -#17728= IFCLIBRARYREFERENCE($,$,'In Plane Negative',$,'en',$); +#10560= IFCRELASSOCIATESLIBRARY('2NQ4k80GXBiupf_QlL2QDi',$,$,$,(#3306),#17728); +#17728= IFCLIBRARYREFERENCE($,$,'\X2\4F5C696D958B59CB66429593\X0\','\X2\4ED54E8B958B59CB4E885B9A306E30C730D530A930EB30C86642523B300230D730EC30BC30F330C630FC30B730E730F376EE7684306E305F3081306B30014ED54E8B306E958B59CB66429593304C\X0\WorkStartTime\X2\30684E0081F43059308B306A30893070300130A230D730EA30B130FC30B730E730F3306F65E54ED83060305130928868793A3059308B307B304630929078307630533068304C51FA6765308B30029006306B300166429593309263075B9A3059308B30533068306A304F65E54ED830925165529B3057305F969B300130A230D730EA30B130FC30B730E730F3306F\X0\WorkStartTime\X2\309281EA52D57684306B8FFD52A03059308B30533068304C51FA6765308B3002\X0\','ja-JP',$); -#10563= IFCRELASSOCIATESLIBRARY('0Vy_pzllH7_8MlD3rkihz0',$,$,$,(#3332),#17729); -#17729= IFCLIBRARYREFERENCE($,$,'Out Of Plane',$,'en',$); +#10561= IFCRELASSOCIATESLIBRARY('3g1woj89bAUQXiLT0zEufX',$,$,$,(#3307),#17729); +#17729= IFCLIBRARYREFERENCE($,$,'Worksurface Area',$,'en',$); -#10564= IFCRELASSOCIATESLIBRARY('2XU06TTTf5OR0Rc1sDcirq',$,$,$,(#3333),#17730); -#17730= IFCLIBRARYREFERENCE($,$,'Out Of Plane',$,'en',$); +#10562= IFCRELASSOCIATESLIBRARY('0a_9OwUG15qx96IlX8nkms',$,$,$,(#3308),#17730); +#17730= IFCLIBRARYREFERENCE($,$,'Worksurface Area',$,'en',$); -#10565= IFCRELASSOCIATESLIBRARY('35vG_oy5HDkADwhjtY4ng5',$,$,$,(#3334),#17731); -#17731= IFCLIBRARYREFERENCE($,$,'Out Of Plane Negative',$,'en',$); +#10563= IFCRELASSOCIATESLIBRARY('0XNP55Bm52ShyCkiqxsUkd',$,$,$,(#3309),#17731); +#17731= IFCLIBRARYREFERENCE($,$,'Work Type Requested',$,'en',$); -#10566= IFCRELASSOCIATESLIBRARY('0WHniEefb4felpbsDEYLjY',$,$,$,(#3335),#17732); -#17732= IFCLIBRARYREFERENCE($,$,'Action Request',$,'en',$); +#10564= IFCRELASSOCIATESLIBRARY('1H81ezGz9AURwzDcYNXMF9',$,$,$,(#3310),#17732); +#17732= IFCLIBRARYREFERENCE($,$,'Work Type Requested',$,'en',$); -#10567= IFCRELASSOCIATESLIBRARY('1yff1VJ5T80ARQf5XOILFD',$,$,$,(#3335),#17733); -#17733= IFCLIBRARYREFERENCE($,$,$,'\X2\30D530A130B730EA30C630A330DE30CD30B830E130F330C8306B304A3051308B65BD7B563078306E89818ACB4E8B9805306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10565= IFCRELASSOCIATESLIBRARY('2bHpufItbDnuR9dB$RMKOW',$,$,$,(#3311),#17733); +#17733= IFCLIBRARYREFERENCE($,$,'Work Week Duration',$,'en',$); -#10568= IFCRELASSOCIATESLIBRARY('2x2Oa_RILBPgtwNBGxPF1O',$,$,$,(#3336),#17734); -#17734= IFCLIBRARYREFERENCE($,$,'Actor Common',$,'en',$); +#10566= IFCRELASSOCIATESLIBRARY('0aPtKIL993vvQnXSxdHkBC',$,$,$,(#3311),#17734); +#17734= IFCLIBRARYREFERENCE($,$,'\X2\4F5C696D90316570\X0\','\X2\4F5C696D66429593309257FA306B3057305F7D4C904E66429593306E903165703002\X0\','ja-JP',$); -#10569= IFCRELASSOCIATESLIBRARY('0xO5Jzw3T2OeVjoRaLjm4d',$,$,$,(#3336),#17735); -#17735= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230AF30BF30FCFF0895A24FC28005FF0930013042308B63075B9A3055308C305F6BCD96C656E3306B95A24E0E8005657030924E0E3048308B80FD529B3001\X0\IfcActor\X2\306E30A430F330B930BF30F330B9306E6570306E96C654083068305730663088308A30824E003064306E4FA150243068305730666271304630533068306E51FA6765308B7279602730683057306663075B9A3055308C308B65703001306A3069306E5206985E309253EF80FD306B3059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10567= IFCRELASSOCIATESLIBRARY('0I_SwLUcn4PQ69k6EegpVp',$,$,$,(#3312),#17735); +#17735= IFCLIBRARYREFERENCE($,$,'Wrapping Material',$,'en',$); -#10570= IFCRELASSOCIATESLIBRARY('0djWCV0bn5buxJ5RjG5_LC',$,$,$,(#3336),#17736); -#17736= IFCLIBRARYREFERENCE($,$,$,'\X2\8BE55C5E602796C676844F5C75284E3A5BF953C24E0E80058FDB4E006B6552067C7BFF0C530562EC5C064E005B9A657091CF768453C24E0E80055F524E3A4E007EC4768480FD529B3002672C5C5E602796C67684657091CF5C5E60274E3A4E004E2A5355503CFF0C800C4E0D662F4F5C4E3A591A4E2A\X0\IfcActor\X2\5B9E4F8B768496C654083002\X0\','zh-CN',$); +#10568= IFCRELASSOCIATESLIBRARY('3G9M9do_z63h$MeSkzXeGY',$,$,$,(#3312),#17736); +#17736= IFCLIBRARYREFERENCE($,$,'\X2\530588C567506599\X0\','\X2\54C17269306E530588C5306B4F7F75283055308C308B67506599306B95A23059308B72798A184E8B98053002\X0\','ja-JP',$); -#10571= IFCRELASSOCIATESLIBRARY('3N8LXKntT5buKxNpwrYDnb',$,$,$,(#3337),#17737); -#17737= IFCLIBRARYREFERENCE($,$,'Actuator PHistory',$,'en',$); +#10569= IFCRELASSOCIATESLIBRARY('2bYyefk2n049LEldzcyy4o',$,$,$,(#3313),#17737); +#17737= IFCLIBRARYREFERENCE($,$,'XDirection Lower Bar Count',$,'en',$); -#10572= IFCRELASSOCIATESLIBRARY('1z_ktku9j5d941fFik04f_',$,$,$,(#3337),#17738); -#17738= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230AF30C130E530A830FC30BF306E602780FD5C656B74306E5C5E60273002\X0\IFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); +#10570= IFCRELASSOCIATESLIBRARY('2EM$JaunT7B9shUq4NlDjn',$,$,$,(#3313),#17738); +#17738= IFCLIBRARYREFERENCE($,$,'X\X2\65B954114E0B7AEF7B4B672C6570\X0\','X\X2\65B95411306E4E0B7AEF7B4B672C65703002\X0\','ja-JP',$); -#10573= IFCRELASSOCIATESLIBRARY('2kZyJ9isr3lfYoJnx7xfb6',$,$,$,(#3338),#17739); -#17739= IFCLIBRARYREFERENCE($,$,'Actuator Type Common',$,'en',$); +#10571= IFCRELASSOCIATESLIBRARY('1363E73HXAAuu7jcMVSG5X',$,$,$,(#3314),#17739); +#17739= IFCLIBRARYREFERENCE($,$,'XDirection Tie Hoop Bar Pitch',$,'en',$); -#10574= IFCRELASSOCIATESLIBRARY('3E568hKXb7s9kZVbbnMwU0',$,$,$,(#3338),#17740); -#17740= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230AF30C130E530A830FC30BF30BF30A430D7306E5171901A5C5E60273002\X0\','ja-JP',$); +#10572= IFCRELASSOCIATESLIBRARY('3ithblVNLBEvl0zkeZScIv',$,$,$,(#3314),#17740); +#17740= IFCLIBRARYREFERENCE($,$,'\X2\FF3865B954115DFE6B6230817B4B95939694\X0\','\X2\FF3865B954115DFE6B627B4B306E959396943002\X0\','ja-JP',$); -#10575= IFCRELASSOCIATESLIBRARY('0HZOlQnqbAWQvzlkCzrQTK',$,$,$,(#3339),#17741); -#17741= IFCLIBRARYREFERENCE($,$,'Actuator Type Electric Actuator',$,'en',$); +#10573= IFCRELASSOCIATESLIBRARY('3wJCQCU6H3QhQiA7RCQ7IU',$,$,$,(#3315),#17741); +#17741= IFCLIBRARYREFERENCE($,$,'XDirection Tie Hoop Count',$,'en',$); -#10576= IFCRELASSOCIATESLIBRARY('0tzDpzGi93_wRoq86wkF2h',$,$,$,(#3339),#17742); -#17742= IFCLIBRARYREFERENCE($,$,$,'\X2\52365FA189817D20309296FB6C177684306B4F5C52D53055305B308B30C730D030A430B93002\X0\','ja-JP',$); +#10574= IFCRELASSOCIATESLIBRARY('18tbTOT_j8NOLnAcxQ_8LY',$,$,$,(#3315),#17742); +#17742= IFCLIBRARYREFERENCE($,$,'\X2\FF3865B954115DFE6B6230817B4B672C6570\X0\','\X2\FF3865B954115DFE6B627B4B306E672C65703002\X0\','ja-JP',$); -#10577= IFCRELASSOCIATESLIBRARY('1xDBQYCVH7nh2_v0l36mQO',$,$,$,(#3340),#17743); -#17743= IFCLIBRARYREFERENCE($,$,'Actuator Type Hydraulic Actuator',$,'en',$); +#10575= IFCRELASSOCIATESLIBRARY('2o7WRUqIr8j9E9aYGAYBHM',$,$,$,(#3316),#17743); +#17743= IFCLIBRARYREFERENCE($,$,'XDirection Upper Bar Count',$,'en',$); -#10578= IFCRELASSOCIATESLIBRARY('1VeN55z0fDzQWy_ucym2TV',$,$,$,(#3340),#17744); -#17744= IFCLIBRARYREFERENCE($,$,$,'\X2\52365FA189817D2030926C345727FF086CB95727FF0930674F5C52D53055305B308B30C730D030A430B93002\X0\','ja-JP',$); +#10576= IFCRELASSOCIATESLIBRARY('1SfinGkfT8Q9o0zl3egimU',$,$,$,(#3316),#17744); +#17744= IFCLIBRARYREFERENCE($,$,'X\X2\65B954114E0A7AEF7B4B672C6570\X0\','X\X2\65B95411306E4E0A7AEF7B4B672C65703002\X0\','ja-JP',$); -#10579= IFCRELASSOCIATESLIBRARY('10Jq_XD7z4JgkwCk66bHXF',$,$,$,(#3341),#17745); -#17745= IFCLIBRARYREFERENCE($,$,'Actuator Type Linear Actuation',$,'en',$); +#10577= IFCRELASSOCIATESLIBRARY('3jkydbQAH75xW8e1piJSPb',$,$,$,(#3317),#17745); +#17745= IFCLIBRARYREFERENCE($,$,'YDirection Lower Bar Count',$,'en',$); -#10580= IFCRELASSOCIATESLIBRARY('2qpOTdSaP7rOySCzuwpjbm',$,$,$,(#3341),#17746); -#17746= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230AF30C130E530A830FC30BF306E76F47DDA52D54F5C306E727960273002\X0\','ja-JP',$); +#10578= IFCRELASSOCIATESLIBRARY('1MOfUILzb0y9JUNDBuObgW',$,$,$,(#3317),#17746); +#17746= IFCLIBRARYREFERENCE($,$,'Y\X2\65B954114E0B7AEF7B4B672C6570\X0\','Y\X2\65B95411306E4E0B7AEF7B4B672C65703002\X0\','ja-JP',$); -#10581= IFCRELASSOCIATESLIBRARY('171G9aTm1DzBdNiwZfi9Y$',$,$,$,(#3342),#17747); -#17747= IFCLIBRARYREFERENCE($,$,'Actuator Type Pneumatic Actuator',$,'en',$); +#10579= IFCRELASSOCIATESLIBRARY('3D96l$O$D52hMutkRR$RF1',$,$,$,(#3318),#17747); +#17747= IFCLIBRARYREFERENCE($,$,'YDirection Tie Hoop Bar Pitch',$,'en',$); -#10582= IFCRELASSOCIATESLIBRARY('2dmXyoXmz41R2fj6dZpFyp',$,$,$,(#3342),#17748); -#17748= IFCLIBRARYREFERENCE($,$,$,'\X2\52365FA189817D2030927A7A6C17572730674F5C52D53055305B308B30C730D030A430B93002\X0\','ja-JP',$); +#10580= IFCRELASSOCIATESLIBRARY('0EmTzRrY595gauqKYYWiUH',$,$,$,(#3318),#17748); +#17748= IFCLIBRARYREFERENCE($,$,'Y\X2\65B954115DFE6B6230817B4B95939694\X0\','Y\X2\65B954115DFE6B627B4B306E959396943002\X0\','ja-JP',$); -#10583= IFCRELASSOCIATESLIBRARY('2HDr1PvHjDle_f$FgcBwey',$,$,$,(#3343),#17749); -#17749= IFCLIBRARYREFERENCE($,$,'Actuator Type Rotational Actuation',$,'en',$); +#10581= IFCRELASSOCIATESLIBRARY('1w9ZnRvjH43AJx4UtrGyu6',$,$,$,(#3319),#17749); +#17749= IFCLIBRARYREFERENCE($,$,'YDirection Tie Hoop Count',$,'en',$); -#10584= IFCRELASSOCIATESLIBRARY('2amVwJqyT4yPOuDr7VE2Cb',$,$,$,(#3343),#17750); -#17750= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230AF30C130E530A830FC30BF306E56DE8EE252D54F5C306E727960273002\X0\','ja-JP',$); +#10582= IFCRELASSOCIATESLIBRARY('2wrcb4Ni56HOw1UTgEp3mY',$,$,$,(#3319),#17750); +#17750= IFCLIBRARYREFERENCE($,$,'Y\X2\65B954115DFE6B6230817B4B672C6570\X0\','Y\X2\65B954115DFE6B627B4B306E672C65703002\X0\','ja-JP',$); -#10585= IFCRELASSOCIATESLIBRARY('1h6w01j8PEL93izZ590U_2',$,$,$,(#3344),#17751); -#17751= IFCLIBRARYREFERENCE($,$,'Air Side System Information',$,'en',$); +#10583= IFCRELASSOCIATESLIBRARY('3jQOKRv9v90eify0DwUgHX',$,$,$,(#3320),#17751); +#17751= IFCLIBRARYREFERENCE($,$,'YDirection Upper Bar Count',$,'en',$); -#10586= IFCRELASSOCIATESLIBRARY('0LqH7OdCjD6eHPqmHc3Ekb',$,$,$,(#3344),#17752); -#17752= IFCLIBRARYREFERENCE($,$,$,'\X2\7A7A8ABF30B730B930C630E0306B906975283059308B5C5E60273002\X0\','ja-JP',$); +#10584= IFCRELASSOCIATESLIBRARY('215EsR04DFPOi3_2KPzVyo',$,$,$,(#3320),#17752); +#17752= IFCLIBRARYREFERENCE($,$,'Y\X2\65B954114E0A7AEF7B4B672C6570\X0\','Y\X2\65B95411306E4E0A7AEF7B4B672C65703002\X0\','ja-JP',$); -#10587= IFCRELASSOCIATESLIBRARY('28H6axEivBugQkKHsNMrY2',$,$,$,(#3345),#17753); -#17753= IFCLIBRARYREFERENCE($,$,'Air Terminal Box PHistory',$,'en',$); +#10585= IFCRELASSOCIATESLIBRARY('0ITM5PiMnB3f_BZtxB5flC',$,$,$,(#3321),#17753); +#17753= IFCLIBRARYREFERENCE($,$,'Baujahr','Jahr der Errichtung des Geb\S\dudes, einschlie\S\_liich des Jahres der geplanten Fertigstellung.','de-DE',$); -#10588= IFCRELASSOCIATESLIBRARY('3qfH0Ay1XAVeImERxojH57',$,$,$,(#3345),#17754); -#17754= IFCLIBRARYREFERENCE($,$,$,'\X2\30BF30FC30DF30CA30EB30DC30C330AF30B9602780FD5C656B74306E5C5E60273002\X0\','ja-JP',$); +#10586= IFCRELASSOCIATESLIBRARY('0miI8bCYDBfPOT6qCYT1Er',$,$,$,(#3321),#17754); +#17754= IFCLIBRARYREFERENCE($,$,'Year Of Construction',$,'en',$); -#10589= IFCRELASSOCIATESLIBRARY('3WHX64F$nDAvzxZabadcTK',$,$,$,(#3346),#17755); -#17755= IFCLIBRARYREFERENCE($,$,'Air Terminal Box Type Common',$,'en',$); +#10587= IFCRELASSOCIATESLIBRARY('1YSP8H4un1VvsaLaOCcbT3',$,$,$,(#3321),#17755); +#17755= IFCLIBRARYREFERENCE($,$,'AnneeConstruction','Ann\S\ie de construction de ce b\S\btiment, incluant l''ann\S\ie de parfait ach\S\hvement.','fr-FR',$); -#10590= IFCRELASSOCIATESLIBRARY('0eMryCmQf7CPVa95HZowsE',$,$,$,(#3346),#17756); -#17756= IFCLIBRARYREFERENCE($,$,$,'\X2\30BF30FC30DF30CA30EB30DC30C330AF30B930BF30A430D7306E5171901A5C5E60273002\X0\','ja-JP',$); +#10588= IFCRELASSOCIATESLIBRARY('3ZHPURstX31wxY5R9Um74_',$,$,$,(#3321),#17756); +#17756= IFCLIBRARYREFERENCE($,$,'\X2\65BD5DE55E74\X0\','\X2\65BD5DE5306E5E7430027AE35DE5306E4E8860F35E743082542B30803002\X0\','ja-JP',$); -#10591= IFCRELASSOCIATESLIBRARY('1C4IYc99H50gsP_U25SudS',$,$,$,(#3347),#17757); -#17757= IFCLIBRARYREFERENCE($,$,'Air Terminal Occurrence',$,'en',$); +#10589= IFCRELASSOCIATESLIBRARY('2JothTHgDAuRWKIsH1F1VW',$,$,$,(#3321),#17757); +#17757= IFCLIBRARYREFERENCE($,$,'\X2\C2DCACF5\X0\ \X2\B144\X0\','\X2\C2DCACF5\X0\ \X2\B144\X0\. \X2\C900ACF5\X0\ \X2\C608C815\X0\ \X2\B144\X0\ \X2\D3ECD568D55CB2E4\X0\.','ko-KR',$); -#10592= IFCRELASSOCIATESLIBRARY('3mklnNycHFQ8UedY65vaQ1',$,$,$,(#3347),#17758); -#17758= IFCLIBRARYREFERENCE($,$,$,'IfcAirTerminal\X2\306E30A430F330B930BF30F330B9306E5C5E602730928A2D5B9A3002\X0\','ja-JP',$); +#10590= IFCRELASSOCIATESLIBRARY('2GLGYpvrX1iAuPX6y0JC_Q',$,$,$,(#3322),#17758); +#17758= IFCLIBRARYREFERENCE($,$,'letztes Renovierungsjahr','Jahr der letzten Renovierung des Geb\S\dudes.','de-DE',$); -#10593= IFCRELASSOCIATESLIBRARY('3tLZfo8K58Y8dDQwhMdqn5',$,$,$,(#3348),#17759); -#17759= IFCLIBRARYREFERENCE($,$,'Air Terminal PHistory',$,'en',$); +#10591= IFCRELASSOCIATESLIBRARY('3o8KsQTyL0uAGr3Mw4gEU5',$,$,$,(#3322),#17759); +#17759= IFCLIBRARYREFERENCE($,$,'Year Of Last Refurbishment',$,'en',$); -#10594= IFCRELASSOCIATESLIBRARY('1cHubFlBf7BgZKfw_FI8Jk',$,$,$,(#3348),#17760); -#17760= IFCLIBRARYREFERENCE($,$,$,'\X2\30A830A230BF30FC30DF30CA30EB602780FD5C656B74306E5171901A5C5E602730928A2D5B9A3057307E30593002\X0\','ja-JP',$); +#10592= IFCRELASSOCIATESLIBRARY('03D3BN9EzB5fcjDwIppRu2',$,$,$,(#3322),#17760); +#17760= IFCLIBRARYREFERENCE($,$,'Ann\S\ie de la derni\S\hre r\S\inovation','Ann\S\ie de la derni\S\hre r\S\inovation majeure ou de la reconstruction du b\S\btiment.','fr-FR',$); -#10595= IFCRELASSOCIATESLIBRARY('3yAi3KToP4l9iHsAOo0kv1',$,$,$,(#3349),#17761); -#17761= IFCLIBRARYREFERENCE($,$,'Air Terminal Type Common',$,'en',$); +#10593= IFCRELASSOCIATESLIBRARY('04tSV3eTr9LPNw2SO8I1Ry',$,$,$,(#3323),#17761); +#17761= IFCLIBRARYREFERENCE($,$,'Yield Stress',$,'en',$); -#10596= IFCRELASSOCIATESLIBRARY('06lcYv8kbAoggFdAJd2dBg',$,$,$,(#3349),#17762); -#17762= IFCLIBRARYREFERENCE($,$,$,'\X2\30A830A230BF30FC30DF30CA30EB578B5171901A5C5E60278A2D5B9A3002\X0\\X\0D\X\0ASoundLevel\X2\5C5E6027306F\X0\IFC2x2 pset\X2\306E4ED893323067524A96643055308C305FFF1A\X0\IfcSoundProperties\X2\30924EE3308F308A306B4F7F75283057307E30593002\X0\','ja-JP',$); +#10594= IFCRELASSOCIATESLIBRARY('1cBChczmPFmezgRbB5VVRm',$,$,$,(#3326),#17762); +#17762= IFCLIBRARYREFERENCE($,$,'Young Modulus',$,'en',$); -#10597= IFCRELASSOCIATESLIBRARY('1BzqVPXxnBawu068lxgfir',$,$,$,(#3350),#17763); -#17763= IFCLIBRARYREFERENCE($,$,'Air To Air Heat Recovery PHistory',$,'en',$); +#10595= IFCRELASSOCIATESLIBRARY('3TXHj0_Dn2aA6wzT0yfHai',$,$,$,(#3346),#17763); +#17763= IFCLIBRARYREFERENCE($,$,'z',$,'en',$); -#10598= IFCRELASSOCIATESLIBRARY('29eCI8pRT5PBV6uC2xIsKw',$,$,$,(#3350),#17764); -#17764= IFCLIBRARYREFERENCE($,$,$,'\X2\7A7A6C1771B156DE53CE88C57F6E602780FD5C656B745171901A5C5E60273002\X0\','ja-JP',$); +#10596= IFCRELASSOCIATESLIBRARY('211u$jzcz8GQgtSNz6lyn4',$,$,$,(#3347),#17764); +#17764= IFCLIBRARYREFERENCE($,$,'Zoom',$,'en',$); -#10599= IFCRELASSOCIATESLIBRARY('1vduiKemX5MwQERS68kHNs',$,$,$,(#3351),#17765); -#17765= IFCLIBRARYREFERENCE($,$,'Air To Air Heat Recovery Type Common',$,'en',$); +#10597= IFCRELASSOCIATESLIBRARY('1JtU41c$fEAvh2fhC1WmtO',$,$,$,(#3347),#17765); +#17765= IFCLIBRARYREFERENCE($,$,'\X2\30BA30FC30E0\X0\','\X2\30BA30FC30E053EF80FD7BC456F2FF08500D7387FF093092793A30593002\X0\','ja-JP',$); -#10600= IFCRELASSOCIATESLIBRARY('2nIawJS2r5XfvxLFRTV4M8',$,$,$,(#3351),#17766); -#17766= IFCLIBRARYREFERENCE($,$,$,'\X2\7A7A6C1771B156DE53CE30BF30A430D75171901A5C5E60273002\X0\','ja-JP',$); +#10598= IFCRELASSOCIATESLIBRARY('36UWNE98XFuePF5EI$nCuz',$,$,$,(#3348),#17766); +#17766= IFCLIBRARYREFERENCE($,$,'In Plane',$,'en',$); -#10601= IFCRELASSOCIATESLIBRARY('0XfrgyksDBvf74okICA51k',$,$,$,(#3352),#17767); -#17767= IFCLIBRARYREFERENCE($,$,'Alarm PHistory',$,'en',$); +#10599= IFCRELASSOCIATESLIBRARY('2RWrKPGVv9WAX38JjrlDJm',$,$,$,(#3349),#17767); +#17767= IFCLIBRARYREFERENCE($,$,'In Plane',$,'en',$); -#10602= IFCRELASSOCIATESLIBRARY('0xVhNPJqDAbvHNQT72HRts',$,$,$,(#3353),#17768); -#17768= IFCLIBRARYREFERENCE($,$,'Alarm Type Common',$,'en',$); +#10600= IFCRELASSOCIATESLIBRARY('1y$Mr7u3j6_vIPJesfA$Jy',$,$,$,(#3350),#17768); +#17768= IFCLIBRARYREFERENCE($,$,'In Plane Negative',$,'en',$); -#10603= IFCRELASSOCIATESLIBRARY('3XCz1lG01C5AJZV3vapx9R',$,$,$,(#3353),#17769); -#17769= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230E930FC30E030BF30A430D7306E5171901A5C5E60273002\X0\','ja-JP',$); +#10601= IFCRELASSOCIATESLIBRARY('29eJQdhaf42O6y73q9WBzL',$,$,$,(#3351),#17769); +#17769= IFCLIBRARYREFERENCE($,$,'Out Of Plane',$,'en',$); -#10604= IFCRELASSOCIATESLIBRARY('2LVPa4XKH6Wv9FzK6Oy5sH',$,$,$,(#3356),#17770); -#17770= IFCLIBRARYREFERENCE($,$,'Annotation Contour Line',$,'en',$); +#10602= IFCRELASSOCIATESLIBRARY('1vFEcHHvjEYuOYxM5tziTt',$,$,$,(#3352),#17770); +#17770= IFCLIBRARYREFERENCE($,$,'Out Of Plane',$,'en',$); -#10605= IFCRELASSOCIATESLIBRARY('3kzShJG_5Brxdj4_HG6K5p',$,$,$,(#3356),#17771); -#17771= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : param\S\htres sp\S\icifiques \S\` une courbe standard qui a une valeur simple et coh\S\irente.','fr-FR',$); +#10603= IFCRELASSOCIATESLIBRARY('3ZbBAXlJXE5PMjg4qylNh5',$,$,$,(#3353),#17771); +#17771= IFCLIBRARYREFERENCE($,$,'Out Of Plane Negative',$,'en',$); -#10606= IFCRELASSOCIATESLIBRARY('3nV3i1bdf0mx$4W5KTI3Rk',$,$,$,(#3356),#17772); -#17772= IFCLIBRARYREFERENCE($,$,$,'IfcAnnotation\X2\FF086CE88A18FF0930AA30D630B830A730AF30C8306B95A23059308B6A196E96306E66F27DDA306B5BFE3059308B53584E003001540C4E00306E60C5583130928A2D5B9A3059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\GIS\X2\95A2902360C558313092627130463002\X0\','ja-JP',$); +#10604= IFCRELASSOCIATESLIBRARY('1Rjb3oj9H32hhZ$DpIqrAq',$,$,$,(#3354),#17772); +#17772= IFCLIBRARYREFERENCE($,$,'Action Request',$,'en',$); -#10607= IFCRELASSOCIATESLIBRARY('0fEZd5b7XBWxbU3W_orEdR',$,$,$,(#3357),#17773); -#17773= IFCLIBRARYREFERENCE($,$,'Annotation Line Of Sight',$,'en',$); +#10605= IFCRELASSOCIATESLIBRARY('3s71iiBWn968FO2hXqJMyK',$,$,$,(#3354),#17773); +#17773= IFCLIBRARYREFERENCE($,$,$,'\X2\30D530A130B730EA30C630A330DE30CD30B830E130F330C8306B304A3051308B65BD7B563078306E89818ACB4E8B9805306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10608= IFCRELASSOCIATESLIBRARY('2wkCY7ZJHF4flEjt6CBpb1',$,$,$,(#3357),#17774); -#17774= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : sp\S\icifie les propri\S\it\S\is du point de vue \S\` un point de jonction entre deux \S\il\S\iments. Par exemple, visibilit\S\i \S\` la jonction entre deux routes (notamment entre un chemin d''acc\S\hs et une route principale).','fr-FR',$); +#10606= IFCRELASSOCIATESLIBRARY('1ZfqzPXr596glUuK70a0vL',$,$,$,(#3355),#17774); +#17774= IFCLIBRARYREFERENCE($,$,'Actor Common',$,'en',$); -#10609= IFCRELASSOCIATESLIBRARY('1nphHUykbFcgMHD3j115fB',$,$,$,(#3357),#17775); -#17775= IFCLIBRARYREFERENCE($,$,$,'\X2\4E8C3064306E89817D209593306E63A57D9A70B93067306E89967DDA30928A2D5B9A3059308B63075B9A30D730ED30D130C630A330024E00822C7684306B3001\X0\2\X2\3064306E90538DEF306E9593FF087279306B516C9053306853D64ED8305190538DEFFF08533A753B90538DEFFF093068306E9593FF09306E63A5540890E8306753EF89967DDA30925B9A7FA93059308B305F3081306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#10607= IFCRELASSOCIATESLIBRARY('1Oo6T1XFb3KBUrgS5MPNkR',$,$,$,(#3355),#17775); +#17775= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230AF30BF30FCFF0895A24FC28005FF0930013042308B63075B9A3055308C305F6BCD96C656E3306B95A24E0E8005657030924E0E3048308B80FD529B3001\X0\IfcActor\X2\306E30A430F330B930BF30F330B9306E6570306E96C654083068305730663088308A30824E003064306E4FA150243068305730666271304630533068306E51FA6765308B7279602730683057306663075B9A3055308C308B65703001306A3069306E5206985E309253EF80FD306B3059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10610= IFCRELASSOCIATESLIBRARY('1vaPUoX$fBtOkVHAvqeGqL',$,$,$,(#3358),#17776); -#17776= IFCLIBRARYREFERENCE($,$,'Annotation Survey Area',$,'en',$); +#10608= IFCRELASSOCIATESLIBRARY('37jdSvnLbEWwDZd6BjTG8z',$,$,$,(#3355),#17776); +#17776= IFCLIBRARYREFERENCE($,$,$,'\X2\8BE55C5E602796C676844F5C75284E3A5BF953C24E0E80058FDB4E006B6552067C7BFF0C530562EC5C064E005B9A657091CF768453C24E0E80055F524E3A4E007EC4768480FD529B3002672C5C5E602796C67684657091CF5C5E60274E3A4E004E2A5355503CFF0C800C4E0D662F4F5C4E3A591A4E2A\X0\IfcActor\X2\5B9E4F8B768496C654083002\X0\','zh-CN',$); -#10611= IFCRELASSOCIATESLIBRARY('1JNmK6ZQzE_u0CufVy9FuG',$,$,$,(#3358),#17777); -#17777= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : sp\S\icifie des propri\S\it\S\is particuli\S\hres de m\S\ithodes de relev\S\i \S\` relier \S\` des ensembles de points de relev\S\i ou aux surfaces r\S\isultant de ce relev\S\i.','fr-FR',$); +#10609= IFCRELASSOCIATESLIBRARY('3uCeKerkzF2R0C3AI7iIyZ',$,$,$,(#3356),#17777); +#17777= IFCLIBRARYREFERENCE($,$,'Actuator PHistory',$,'en',$); -#10612= IFCRELASSOCIATESLIBRARY('1fBGz36$HEd8BmyxbBJVhW',$,$,$,(#3359),#17778); -#17778= IFCLIBRARYREFERENCE($,$,'Asset',$,'en',$); +#10610= IFCRELASSOCIATESLIBRARY('3oAYHTzxX5YQ$x0aJ8nbOu',$,$,$,(#3356),#17778); +#17778= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230AF30C130E530A830FC30BF306E602780FD5C656B74306E5C5E60273002\X0\IFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); -#10613= IFCRELASSOCIATESLIBRARY('0GYhdLXdzFqxGEbedznHNa',$,$,$,(#3359),#17779); -#17779= IFCLIBRARYREFERENCE($,$,$,'\X2\8CC775233068306F30017DAD63017BA174066D3B52D5304C8A1893323055308C30663044308B4F1A8A084E0A306E4FA150243092630130643001535872EC306B8B5852253067304D308B89817D203002\X0\','ja-JP',$); +#10611= IFCRELASSOCIATESLIBRARY('2NkNdJgvz5ogjzbo80ie3B',$,$,$,(#3357),#17779); +#17779= IFCLIBRARYREFERENCE($,$,'Actuator Type Common',$,'en',$); -#10614= IFCRELASSOCIATESLIBRARY('39bwM9oozC0gl127Th_wGt',$,$,$,(#3360),#17780); -#17780= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance PHistory',$,'en',$); +#10612= IFCRELASSOCIATESLIBRARY('3ORwKOjITBqf40jWunVWyx',$,$,$,(#3357),#17780); +#17780= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230AF30C130E530A830FC30BF30BF30A430D7306E5171901A5C5E60273002\X0\','ja-JP',$); -#10615= IFCRELASSOCIATESLIBRARY('1dL7$koXv3IuJFhbYcvQcM',$,$,$,(#3360),#17781); -#17781= IFCLIBRARYREFERENCE($,$,$,'\X2\30AA30FC30C730A330AA30D330B830E530A230EB6A5F5668306E30EA30A230EB30BF30A430E060C55831306E628A63E1306E305F3081306E30D730ED30D130C630A330BB30C330C83002305F30683048307030BB30AD30E530EA30C630A330AB30E130E9306E753B50CF60C5583130A430F330C730C330AF30B9308497F391CF8A2D5B9A306A30693002\X0\IFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); +#10613= IFCRELASSOCIATESLIBRARY('2FPEOS4InChuEGIuBodbSu',$,$,$,(#3358),#17781); +#17781= IFCLIBRARYREFERENCE($,$,'Actuator Type Electric Actuator',$,'en',$); -#10616= IFCRELASSOCIATESLIBRARY('1qGFRmVj92QRLyXJyW91L2',$,$,$,(#3361),#17782); -#17782= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Amplifier',$,'en',$); +#10614= IFCRELASSOCIATESLIBRARY('3V$R_Nhcj4f8AzRTV_38qZ',$,$,$,(#3358),#17782); +#17782= IFCLIBRARYREFERENCE($,$,$,'\X2\52365FA189817D20309296FB6C177684306B4F5C52D53055305B308B30C730D030A430B93002\X0\','ja-JP',$); -#10617= IFCRELASSOCIATESLIBRARY('0LdyQA8cHBze7Ei6JgG6dK',$,$,$,(#3361),#17783); -#17783= IFCLIBRARYREFERENCE($,$,$,'\X2\30DD30FC30C8306B63A57D9A3055308C305F591690E830BD30FC30B9304B3089306E97F36E90309258975E453059308B88C57F6E3002\X0\','ja-JP',$); +#10615= IFCRELASSOCIATESLIBRARY('1cKjNuMQL85vYnJkIRU5kn',$,$,$,(#3359),#17783); +#17783= IFCLIBRARYREFERENCE($,$,'Actuator Type Hydraulic Actuator',$,'en',$); -#10618= IFCRELASSOCIATESLIBRARY('2gO_3ws293Yfgtybz21JBz',$,$,$,(#3362),#17784); -#17784= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Camera',$,'en',$); +#10616= IFCRELASSOCIATESLIBRARY('3R7fRiB5L2VPItICIRWDxA',$,$,$,(#3359),#17784); +#17784= IFCLIBRARYREFERENCE($,$,$,'\X2\52365FA189817D2030926C345727FF086CB95727FF0930674F5C52D53055305B308B30C730D030A430B93002\X0\','ja-JP',$); -#10619= IFCRELASSOCIATESLIBRARY('1e3h4EkuD3TwC17g2vvIrU',$,$,$,(#3362),#17785); -#17785= IFCLIBRARYREFERENCE($,$,$,'\X2\30BB30AD30E530EA30C630A330B730B930C630E054113051306E662050CF309264AE5F713059308B88C57F6E3002\X0\','ja-JP',$); +#10617= IFCRELASSOCIATESLIBRARY('1Mt7QiSvvEQhWx5EN9yKz2',$,$,$,(#3360),#17785); +#17785= IFCLIBRARYREFERENCE($,$,'Actuator Type Linear Actuation',$,'en',$); -#10620= IFCRELASSOCIATESLIBRARY('2u$RZdrBr4oesqIIX1yMLx',$,$,$,(#3363),#17786); -#17786= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Common',$,'en',$); +#10618= IFCRELASSOCIATESLIBRARY('1s_J1tkXTESgx$fgGW$EaC',$,$,$,(#3360),#17786); +#17786= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230AF30C130E530A830FC30BF306E76F47DDA52D54F5C306E727960273002\X0\','ja-JP',$); -#10621= IFCRELASSOCIATESLIBRARY('0JAyKkgpPEahPCQ8hmOZyY',$,$,$,(#3363),#17787); -#17787= IFCLIBRARYREFERENCE($,$,$,'\X2\97F397FF3068662050CF309264AE5F7130FB933297F33057653E9001900151FA3059308B6A5F56683002\X0\','ja-JP',$); +#10619= IFCRELASSOCIATESLIBRARY('0ktjyYbwHDsvT3zgakJxTL',$,$,$,(#3361),#17787); +#17787= IFCLIBRARYREFERENCE($,$,'Actuator Type Pneumatic Actuator',$,'en',$); -#10622= IFCRELASSOCIATESLIBRARY('2wY2KogPnA8xfQcDxCPz$t',$,$,$,(#3364),#17788); -#17788= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Display',$,'en',$); +#10620= IFCRELASSOCIATESLIBRARY('3WOEQAmw5D6e7BOdrKXsOF',$,$,$,(#3361),#17788); +#17788= IFCLIBRARYREFERENCE($,$,$,'\X2\52365FA189817D2030927A7A6C17572730674F5C52D53055305B308B30C730D030A430B93002\X0\','ja-JP',$); -#10623= IFCRELASSOCIATESLIBRARY('1bYUQ0U89DK8EO4rK9TraL',$,$,$,(#3364),#17789); -#17789= IFCLIBRARYREFERENCE($,$,$,'\X2\753B9762304B308930D330C730AA662050CF3092900151FA3059308B6A5F56683002\X0\','ja-JP',$); +#10621= IFCRELASSOCIATESLIBRARY('06NtTBPhbFnP_eVrcpfKE$',$,$,$,(#3362),#17789); +#17789= IFCLIBRARYREFERENCE($,$,'Actuator Type Rotational Actuation',$,'en',$); -#10624= IFCRELASSOCIATESLIBRARY('20OpFMw9v4EvobzrQ20VfI',$,$,$,(#3365),#17790); -#17790= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Player',$,'en',$); +#10622= IFCRELASSOCIATESLIBRARY('3fwfGll$rDVRuY5y0JLQpT',$,$,$,(#3362),#17790); +#17790= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230AF30C130E530A830FC30BF306E56DE8EE252D54F5C306E727960273002\X0\','ja-JP',$); -#10625= IFCRELASSOCIATESLIBRARY('1vLizzvjj49gbe5eAVbU5f',$,$,$,(#3365),#17791); -#17791= IFCLIBRARYREFERENCE($,$,$,'\X2\30BB30AD30E530EA30C630A330FC30B730B930C630E0306E30AB30E130E930845E978217306A3069306E\X0\BGM\X2\30B730B930C630E03001307E305F306F5287583430844F1A8B705BA4306A3044306E30D730EC30BC30F330C630FC30B730E730F330B730B930C630E0306E30883046306A53CE5BB93055308C305F97F397FF662050CF4FE153F730928868793A30FB653E90013059308B88C57F6E3002\X0\','ja-JP',$); +#10623= IFCRELASSOCIATESLIBRARY('3mknXdpsz7GQdw5MxOT7aU',$,$,$,(#3363),#17791); +#17791= IFCLIBRARYREFERENCE($,$,'Air Side System Information',$,'en',$); -#10626= IFCRELASSOCIATESLIBRARY('0aBShOXcv49uMjFfO3N2bS',$,$,$,(#3366),#17792); -#17792= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Projector',$,'en',$); +#10624= IFCRELASSOCIATESLIBRARY('3CnartfLTCeP0GEyS8dXUA',$,$,$,(#3363),#17792); +#17792= IFCLIBRARYREFERENCE($,$,$,'\X2\7A7A8ABF30B730B930C630E0306B906975283059308B5C5E60273002\X0\','ja-JP',$); -#10627= IFCRELASSOCIATESLIBRARY('15x$bOIOr6LeZ6f7XUxNph',$,$,$,(#3366),#17793); -#17793= IFCLIBRARYREFERENCE($,$,$,'\X2\753B9762306B30D330C730AA662050CF309262955F713059308B88C57F6E3002\X0\','ja-JP',$); +#10625= IFCRELASSOCIATESLIBRARY('26Ix891EbF1h4q4eZkT6CD',$,$,$,(#3364),#17793); +#17793= IFCLIBRARYREFERENCE($,$,'Air Terminal Box PHistory',$,'en',$); -#10628= IFCRELASSOCIATESLIBRARY('0OP7M4$Gb4hxlzytg08CbP',$,$,$,(#3368),#17794); -#17794= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Receiver',$,'en',$); +#10626= IFCRELASSOCIATESLIBRARY('3wm1optcX8$g4F2paThJZY',$,$,$,(#3364),#17794); +#17794= IFCLIBRARYREFERENCE($,$,$,'\X2\30BF30FC30DF30CA30EB30DC30C330AF30B9602780FD5C656B74306E5C5E60273002\X0\','ja-JP',$); -#10629= IFCRELASSOCIATESLIBRARY('35acEtes53rAHMFupKL1H0',$,$,$,(#3368),#17795); -#17795= IFCLIBRARYREFERENCE($,$,$,'\X2\518590E83084591690E8306B63A57D9A3055308C305F97F36E903092542B308089076570306E60C55831304B3089300197F397FF3068662050CF4FE153F730925207308A66FF3048308B88C57F6E3002\X0\','ja-JP',$); +#10627= IFCRELASSOCIATESLIBRARY('1NB_f1zVv8l8POLqVvka3m',$,$,$,(#3365),#17795); +#17795= IFCLIBRARYREFERENCE($,$,'Air Terminal Box Type Common',$,'en',$); -#10630= IFCRELASSOCIATESLIBRARY('3E7wkWuOHAPuRqoJjerJzr',$,$,$,(#3370),#17796); -#17796= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Speaker',$,'en',$); +#10628= IFCRELASSOCIATESLIBRARY('1d7Hyah5f9qvydr7NOTQit',$,$,$,(#3365),#17796); +#17796= IFCLIBRARYREFERENCE($,$,$,'\X2\30BF30FC30DF30CA30EB30DC30C330AF30B930BF30A430D7306E5171901A5C5E60273002\X0\','ja-JP',$); -#10631= IFCRELASSOCIATESLIBRARY('1aN3o1NOP9ke1jkyUA5QBT',$,$,$,(#3370),#17797); -#17797= IFCLIBRARYREFERENCE($,$,$,'\X2\97F397FF4FE153F7309297F36CE2306B590963DB3059308B88C57F6E3002\X0\','ja-JP',$); +#10629= IFCRELASSOCIATESLIBRARY('1YS2PSVuv1QOwv6e8caPvi',$,$,$,(#3366),#17797); +#17797= IFCLIBRARYREFERENCE($,$,'Air Terminal Occurrence',$,'en',$); -#10632= IFCRELASSOCIATESLIBRARY('2YfAA26szC5AEJ19DC79CJ',$,$,$,(#3371),#17798); -#17798= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Tuner',$,'en',$); +#10630= IFCRELASSOCIATESLIBRARY('1Vjv6hTlX3mhon2WdTNQ4a',$,$,$,(#3366),#17798); +#17798= IFCLIBRARYREFERENCE($,$,$,'IfcAirTerminal\X2\306E30A430F330B930BF30F330B9306E5C5E602730928A2D5B9A3002\X0\','ja-JP',$); -#10633= IFCRELASSOCIATESLIBRARY('2Neg5eLRn0qBEzkD4W46pN',$,$,$,(#3371),#17799); -#17799= IFCLIBRARYREFERENCE($,$,$,'\X2\97F397FF3068662050CF306E4FE153F73092590963DB3059308B88C57F6E3002\X0\','ja-JP',$); +#10631= IFCRELASSOCIATESLIBRARY('3b93ITHcP2Nwf3fS5epn_f',$,$,$,(#3367),#17799); +#17799= IFCLIBRARYREFERENCE($,$,'Air Terminal PHistory',$,'en',$); -#10634= IFCRELASSOCIATESLIBRARY('10_HMxien46f8H54I0rpzC',$,$,$,(#3374),#17800); -#17800= IFCLIBRARYREFERENCE($,$,'Beam Common',$,'en',$); +#10632= IFCRELASSOCIATESLIBRARY('2JeGVbTlzEhxCKn298_FCG',$,$,$,(#3367),#17800); +#17800= IFCLIBRARYREFERENCE($,$,$,'\X2\30A830A230BF30FC30DF30CA30EB602780FD5C656B74306E5171901A5C5E602730928A2D5B9A3057307E30593002\X0\','ja-JP',$); -#10635= IFCRELASSOCIATESLIBRARY('0PTNFGTur0beTH8NCNj_ZI',$,$,$,(#3374),#17801); -#17801= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcBeam','fr-FR',$); +#10633= IFCRELASSOCIATESLIBRARY('3TPcltpT11cA1leHmQpgaY',$,$,$,(#3368),#17801); +#17801= IFCLIBRARYREFERENCE($,$,'Air Terminal Type Common',$,'en',$); -#10636= IFCRELASSOCIATESLIBRARY('3cCC1yYx923wUaD7cUo9u7',$,$,$,(#3374),#17802); -#17802= IFCLIBRARYREFERENCE($,$,$,'IfcBeam(\X2\6881\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10634= IFCRELASSOCIATESLIBRARY('1LS9b8UTz0owWYiMQTaJBf',$,$,$,(#3368),#17802); +#17802= IFCLIBRARYREFERENCE($,$,$,'\X2\30A830A230BF30FC30DF30CA30EB578B5171901A5C5E60278A2D5B9A3002\X0\\X\0D\X\0ASoundLevel\X2\5C5E6027306F\X0\IFC2x2 pset\X2\306E4ED893323067524A96643055308C305FFF1A\X0\IfcSoundProperties\X2\30924EE3308F308A306B4F7F75283057307E30593002\X0\','ja-JP',$); -#10637= IFCRELASSOCIATESLIBRARY('0TiRRpshD8qfZB_tMnXUCq',$,$,$,(#3374),#17803); -#17803= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcBeam\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10635= IFCRELASSOCIATESLIBRARY('2RiJxLflPD2xNM0W4g21b1',$,$,$,(#3369),#17803); +#17803= IFCLIBRARYREFERENCE($,$,'Air To Air Heat Recovery PHistory',$,'en',$); -#10638= IFCRELASSOCIATESLIBRARY('39_0nqvm9FKghMmwAE$nJR',$,$,$,(#3377),#17804); -#17804= IFCLIBRARYREFERENCE($,$,'Boiler PHistory',$,'en',$); +#10636= IFCRELASSOCIATESLIBRARY('2R7Tue27v6rwfzP0FVaF5I',$,$,$,(#3369),#17804); +#17804= IFCLIBRARYREFERENCE($,$,$,'\X2\7A7A6C1771B156DE53CE88C57F6E602780FD5C656B745171901A5C5E60273002\X0\','ja-JP',$); -#10639= IFCRELASSOCIATESLIBRARY('0hy$441ID51ueaZ$WNTwlP',$,$,$,(#3377),#17805); -#17805= IFCLIBRARYREFERENCE($,$,$,'\X2\30DC30A430E9602780FD5C656B745171901A5C5E6027FF1A\X0\\X\0D\X\0AWaterQuality\X2\FF086C348CEA5C5E6027FF09306F\X0\IFC2\X2\FF58FF12\X0\Pset\X2\306E4ED893323067524A96643055308C305FFF1A4EE3308F308A306B\X0\IfcWaterProperties\X2\30924F7F30463002\X0\\X\0D\X\0ACombustionProductsMaximulLoad \X2\3068\X0\ CombustionProductsPartialLoad\X2\306F\X0\IFC2\X2\FF58FF12\X0\Pset\X2\306E4ED893323067524A96643055308C305FFF1A4EE3308F308A306B\X0\IfcProductsOfCombustionProperties\X2\30924F7F3046\X0\','ja-JP',$); +#10637= IFCRELASSOCIATESLIBRARY('0eE_kVphPAEwSRhyMjNs6C',$,$,$,(#3370),#17805); +#17805= IFCLIBRARYREFERENCE($,$,'Air To Air Heat Recovery Type Common',$,'en',$); -#10640= IFCRELASSOCIATESLIBRARY('3wPzC8PxbAj98y$yRSKFwn',$,$,$,(#3378),#17806); -#17806= IFCLIBRARYREFERENCE($,$,'Boiler Type Common',$,'en',$); +#10638= IFCRELASSOCIATESLIBRARY('15RJuFhwDChfzggv2Cz8_b',$,$,$,(#3370),#17806); +#17806= IFCLIBRARYREFERENCE($,$,$,'\X2\7A7A6C1771B156DE53CE30BF30A430D75171901A5C5E60273002\X0\','ja-JP',$); -#10641= IFCRELASSOCIATESLIBRARY('3dCmiXtoT6NP_OtOsjlmQn',$,$,$,(#3378),#17807); -#17807= IFCLIBRARYREFERENCE($,$,$,'\X2\30DC30A430E9578B5171901A5C5E602730928A2D5B9A3057307E30593002\X0\\X\0D\X\0ASoundLevel\X2\5C5E6027306F\X0\IFC2x2 pset\X2\306E4ED893323067524A96643055308C305FFF1A\X0\IfcSoundProperties\X2\30924EE3308F308A306B4F7F75283057307E30593002\X0\\X\0D\X\0A\X2\4E006B2130A830CD30EB30AE6E90306888DC52A930A830CD30EB30AE6E905C5E6027306F\X0\IFC2x2 pset\X2\306E4ED893323067524A96643055308C305FFF1A\X0\IfcEnergyProperties,IfcFuelProperties\X2\7B4930924EE3308F308A306B4F7F7528\X0\','ja-JP',$); +#10639= IFCRELASSOCIATESLIBRARY('33ztXl$fL36vKF79Qkixtf',$,$,$,(#3371),#17807); +#17807= IFCLIBRARYREFERENCE($,$,'Alarm PHistory',$,'en',$); -#10642= IFCRELASSOCIATESLIBRARY('0v7uW6wvn0QflOQfoi2yXL',$,$,$,(#3379),#17808); -#17808= IFCLIBRARYREFERENCE($,$,'Boiler Type Steam',$,'en',$); +#10640= IFCRELASSOCIATESLIBRARY('0gVbu4SO1DnucAhFnYgDKB',$,$,$,(#3372),#17808); +#17808= IFCLIBRARYREFERENCE($,$,'Alarm Type Common',$,'en',$); -#10643= IFCRELASSOCIATESLIBRARY('18CdDc8l19MApwbtcAmaTr',$,$,$,(#3379),#17809); -#17809= IFCLIBRARYREFERENCE($,$,$,'\X2\84B86C1730DC30A430E930BF30A430D75171901A5C5E6027\X0\','ja-JP',$); +#10641= IFCRELASSOCIATESLIBRARY('0oemK9M5TA6B20QtOpcIek',$,$,$,(#3372),#17809); +#17809= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230E930FC30E030BF30A430D7306E5171901A5C5E60273002\X0\','ja-JP',$); -#10644= IFCRELASSOCIATESLIBRARY('3DKMM2bnvAc8sgGvZ3N9SA',$,$,$,(#3380),#17810); -#17810= IFCLIBRARYREFERENCE($,$,'Boiler Type Water',$,'en',$); +#10642= IFCRELASSOCIATESLIBRARY('1kBOnfXgf27QLH$XOeGDRR',$,$,$,(#3375),#17810); +#17810= IFCLIBRARYREFERENCE($,$,'Annotation Contour Line',$,'en',$); -#10645= IFCRELASSOCIATESLIBRARY('0PjohyTRn6gBlEjZzZxhCc',$,$,$,(#3385),#17811); -#17811= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); +#10643= IFCRELASSOCIATESLIBRARY('2Fb7f1ErDASwld2t6BHaI5',$,$,$,(#3375),#17811); +#17811= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : param\S\htres sp\S\icifiques \S\` une courbe standard qui a une valeur simple et coh\S\irente.','fr-FR',$); -#10646= IFCRELASSOCIATESLIBRARY('2nLwtsfUf0$x4hFCv9CwWY',$,$,$,(#3385),#17812); -#17812= IFCLIBRARYREFERENCE($,$,'Building Common',$,'en',$); +#10644= IFCRELASSOCIATESLIBRARY('2kyQ1KGZv1ZerEHt86yzXS',$,$,$,(#3375),#17812); +#17812= IFCLIBRARYREFERENCE($,$,$,'IfcAnnotation\X2\FF086CE88A18FF0930AA30D630B830A730AF30C8306B95A23059308B6A196E96306E66F27DDA306B5BFE3059308B53584E003001540C4E00306E60C5583130928A2D5B9A3059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\GIS\X2\95A2902360C558313092627130463002\X0\','ja-JP',$); -#10647= IFCRELASSOCIATESLIBRARY('0Co0MCJbn6VgxYP1qqkc7W',$,$,$,(#3385),#17813); -#17813= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcBuilding. Veuillez noter que plusieurs attributs sont port\S\is directement par l''instance IfcBuilding : le num\S\iro du b\S\btiment ou nom court (IfcBuilding.Name), le nom ou nom long (IfcBuilding.LongName), et la description ou des commentaires (IfcBuilding.Description). Les quantit\S\is r\S\ielles du site comme le p\S\irim\S\htre, la superficie et le volume du b\S\btiment sont fournis par des instances de IfcElementQuantity, et la r\S\if\S\irence \S\` une classification nationale par IfcClassificationReference.','fr-FR',$); +#10645= IFCRELASSOCIATESLIBRARY('0$iB0iA0X33xGvdoE_8Mb2',$,$,$,(#3376),#17813); +#17813= IFCLIBRARYREFERENCE($,$,'Annotation Line Of Sight',$,'en',$); -#10648= IFCRELASSOCIATESLIBRARY('2y3TWTvw5CvABQN_Nc8Xm9',$,$,$,(#3385),#17814); -#17814= IFCLIBRARYREFERENCE($,$,$,'IfcBuilding\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA930025EFA726930CA30F330D030FC306F\X0\IfcBuilding.Name\X2\30015EFA7269540D79F0306F\X0\IfcBuilding.LondName\X2\3001305D305730668A188FF0307E305F306F30B330E130F330C8306F\X0\IfcBuilding.Description\X2\30678A2D5B9A3059308B30025B9F969B306E5EFA7269306B95A23059308B657091CF30014F8B304830705EFA7269546856F2957730015EFA726997627A4D30015EFA72694F537A4D7B49306F\X0\IfcElementQuantity\X2\30678A2D5B9A3059308B3002307E305F30015EFA7BC957FA6E966CD5306E5EFA72695206985E306B95A230573066306F3001\X0\IfcClassificationReference\X2\30678A2D5B9A3059308B3002\X0\','ja-JP',$); +#10646= IFCRELASSOCIATESLIBRARY('02ZzmU4$f2l9m8gplxINIR',$,$,$,(#3376),#17814); +#17814= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : sp\S\icifie les propri\S\it\S\is du point de vue \S\` un point de jonction entre deux \S\il\S\iments. Par exemple, visibilit\S\i \S\` la jonction entre deux routes (notamment entre un chemin d''acc\S\hs et une route principale).','fr-FR',$); -#10649= IFCRELASSOCIATESLIBRARY('0gN8qtCuTBUBZp05s5FNy1',$,$,$,(#3386),#17815); -#17815= IFCLIBRARYREFERENCE($,$,'Building Element Proxy Common',$,'en',$); +#10647= IFCRELASSOCIATESLIBRARY('17DF2GlU91NPCAlWaWhMsl',$,$,$,(#3376),#17815); +#17815= IFCLIBRARYREFERENCE($,$,$,'\X2\4E8C3064306E89817D209593306E63A57D9A70B93067306E89967DDA30928A2D5B9A3059308B63075B9A30D730ED30D130C630A330024E00822C7684306B3001\X0\2\X2\3064306E90538DEF306E9593FF087279306B516C9053306853D64ED8305190538DEFFF08533A753B90538DEFFF093068306E9593FF09306E63A5540890E8306753EF89967DDA30925B9A7FA93059308B305F3081306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#10650= IFCRELASSOCIATESLIBRARY('0VXicIRO1DMwdFREM174NM',$,$,$,(#3386),#17816); -#17816= IFCLIBRARYREFERENCE($,$,$,'IfcBuildingElementProxy\X2\306E5171901A30D730ED30D130C630A360C5583130925B9A7FA93002660E78BA306A30AA30D630B830A730AF30C830BF30A430D7304C72795B9A3067304D306A304430AA30D630B830A730AF30C8306F30013053306E\X0\IfcBuildingElementProxy\X2\30AA30D630B830A730AF30C83067886873FE3059308B300262408B024EE37406\X0\(\X2\30D730ED30AD30B7FF0930AA30D630B830A730AF30C83002\X0\','ja-JP',$); +#10648= IFCRELASSOCIATESLIBRARY('0eA6qQNW53tQCaToBKfden',$,$,$,(#3377),#17816); +#17816= IFCLIBRARYREFERENCE($,$,'Annotation Survey Area',$,'en',$); -#10651= IFCRELASSOCIATESLIBRARY('0UcqZ8Onr4LAAnjSNZZWl4',$,$,$,(#3386),#17817); -#17817= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcBuildingElementProxy\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10649= IFCRELASSOCIATESLIBRARY('1y$5vFmLT66wUIXmXeWwrH',$,$,$,(#3377),#17817); +#17817= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : sp\S\icifie des propri\S\it\S\is particuli\S\hres de m\S\ithodes de relev\S\i \S\` relier \S\` des ensembles de points de relev\S\i ou aux surfaces r\S\isultant de ce relev\S\i.','fr-FR',$); -#10652= IFCRELASSOCIATESLIBRARY('2wVCoLYnL70fLAX4J2EIgj',$,$,$,(#3387),#17818); -#17818= IFCLIBRARYREFERENCE($,$,'Building Element Proxy Provision For Void',$,'en',$); +#10650= IFCRELASSOCIATESLIBRARY('25hLt9OKb69gDtaYS3k80W',$,$,$,(#3378),#17818); +#17818= IFCLIBRARYREFERENCE($,$,'Asset',$,'en',$); -#10653= IFCRELASSOCIATESLIBRARY('1$uzfFqsP7GQ7QZMW$VQEe',$,$,$,(#3387),#17819); -#17819= IFCLIBRARYREFERENCE($,$,$,'IfcBuildingElementProxy\X2\30AA30D630B830A730AF30C830924F7F7528305730667A7A9593306E53D6308A54083044306B304A3051308B7A74306E4F4D7F6E309263D068483059308B969B306B5FC58981306A5171901A30D730ED30D130C630A360C5583130925B9A7FA93002\X0\','ja-JP',$); +#10651= IFCRELASSOCIATESLIBRARY('3nUHsKUNrECv8qIgl$PxnE',$,$,$,(#3378),#17819); +#17819= IFCLIBRARYREFERENCE($,$,$,'\X2\8CC775233068306F30017DAD63017BA174066D3B52D5304C8A1893323055308C30663044308B4F1A8A084E0A306E4FA150243092630130643001535872EC306B8B5852253067304D308B89817D203002\X0\','ja-JP',$); -#10654= IFCRELASSOCIATESLIBRARY('2xy9NqHLj0OQz3qa1VtsWk',$,$,$,(#3387),#17820); -#17820= IFCLIBRARYREFERENCE($,$,$,'\X2\624067094F5C4E3A\X0\IfcBuildingElementProxy\X2\72794F8B76847A7A67844EF676845B9A4E494E2D901A752876845C5E602730027A7A67844EF6662F4E0079CD72796B8A768467844EF6FF0C53EF75284EE563167A7A51764ED65EFA7B5167844EF6300251765C5E60274EC5542B72795B9A7684503C3002\X0\','zh-CN',$); +#10652= IFCRELASSOCIATESLIBRARY('3aw3JCOy98bOXA25xMK_qQ',$,$,$,(#3379),#17820); +#17820= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance PHistory',$,'en',$); -#10655= IFCRELASSOCIATESLIBRARY('0pqert2hP3Hh4Igp4r9B04',$,$,$,(#3388),#17821); -#17821= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); +#10653= IFCRELASSOCIATESLIBRARY('0mOlV6S$T2FhD2BX3bt4y8',$,$,$,(#3379),#17821); +#17821= IFCLIBRARYREFERENCE($,$,$,'\X2\30AA30FC30C730A330AA30D330B830E530A230EB6A5F5668306E30EA30A230EB30BF30A430E060C55831306E628A63E1306E305F3081306E30D730ED30D130C630A330BB30C330C83002305F30683048307030BB30AD30E530EA30C630A330AB30E130E9306E753B50CF60C5583130A430F330C730C330AF30B9308497F391CF8A2D5B9A306A30693002\X0\IFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); -#10656= IFCRELASSOCIATESLIBRARY('24K2WLZQ5879xZ0ilQqTQs',$,$,$,(#3388),#17822); -#17822= IFCLIBRARYREFERENCE($,$,'Building Storey Common',$,'en',$); +#10654= IFCRELASSOCIATESLIBRARY('1Hiw6hxGr8NPb$wZd1sh2s',$,$,$,(#3380),#17822); +#17822= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Amplifier',$,'en',$); -#10657= IFCRELASSOCIATESLIBRARY('0NSCnVOyH8BAM3JunOASqd',$,$,$,(#3388),#17823); -#17823= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de IfcBuildingStorey. Veuillez noter que plusieurs attributs sont port\S\is par l''instance IfcBuildingStorey : le num\S\iro de l''\S\itage ou nom court (IfcBuildingStorey.Name), le nom ou nom long (IfcBuildingStorey.LongName), et la description ou des commentaires (IfcBuildingStorey.Description). Les quantit\S\is r\S\ielles de l''\S\itage comme le p\S\irim\S\htre, la superficie et le volume sont fournis par des instances de IfcElementQuantity et la r\S\if\S\irence \S\` une classification nationale par IfcClassificationReference.','fr-FR',$); +#10655= IFCRELASSOCIATESLIBRARY('0GFphP_PrAr8Iy55FRrwQc',$,$,$,(#3380),#17823); +#17823= IFCLIBRARYREFERENCE($,$,$,'\X2\30DD30FC30C8306B63A57D9A3055308C305F591690E830BD30FC30B9304B3089306E97F36E90309258975E453059308B88C57F6E3002\X0\','ja-JP',$); -#10658= IFCRELASSOCIATESLIBRARY('3wJVK$cgL99Qcf1H53DadV',$,$,$,(#3388),#17824); -#17824= IFCLIBRARYREFERENCE($,$,$,'IfcBuildinStorey(\X2\5EFA7269968E\X0\)\X2\306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA930025EFA7269968E30CA30F330D030FC306F\X0\IfcBuildingStorey.Name\X2\30015EFA7269968E540D79F0306F\X0\IfcBuildingStorey.LongName\X2\30015EFA7269968E306B95A23059308B8A188FF0306F\X0\IfcBuildingStorey.Description\X2\30678A2D5B9A3059308B30025B9F969B306E5EFA7269968E306B95A23059308B657091CF30014F8B304830705EFA7269968E546856F2957730015EFA7269968E97627A4D30015EFA7269968E4F537A4D7B49306F\X0\IfcElementQuantities\X2\30678A2D5B9A3059308B3002307E305F30015EFA7BC957FA6E966CD5306E5EFA7269968E5206985E306B95A230573066306F3001\X0\IfcClassificationReference\X2\30678A2D5B9A3059308B3002\X0\','ja-JP',$); +#10656= IFCRELASSOCIATESLIBRARY('1waxU2YUHC3x6zK7UA_mlX',$,$,$,(#3381),#17824); +#17824= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Camera',$,'en',$); -#10659= IFCRELASSOCIATESLIBRARY('1wPURO99n3Chaa7CKuw22E',$,$,$,(#3389),#17825); -#17825= IFCLIBRARYREFERENCE($,$,'Building System Common',$,'en',$); +#10657= IFCRELASSOCIATESLIBRARY('2XNW0eEtTFMfFksCMHJSkK',$,$,$,(#3381),#17825); +#17825= IFCLIBRARYREFERENCE($,$,$,'\X2\30BB30AD30E530EA30C630A330B730B930C630E054113051306E662050CF309264AE5F713059308B88C57F6E3002\X0\','ja-JP',$); -#10660= IFCRELASSOCIATESLIBRARY('0GhqefPhHENgrGAw3zPXQB',$,$,$,(#3389),#17826); -#17826= IFCLIBRARYREFERENCE($,$,$,'\X2\5EFA726930B730B930C630E0306E5171901A30D730ED30D130C630A35B9A7FA9\X0\','ja-JP',$); +#10658= IFCRELASSOCIATESLIBRARY('3jneIBUAD6dum0H896R907',$,$,$,(#3382),#17826); +#17826= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Common',$,'en',$); -#10661= IFCRELASSOCIATESLIBRARY('3r4EzBhrn2OQdthrZfHeX6',$,$,$,(#3389),#17827); -#17827= IFCLIBRARYREFERENCE($,$,$,'\X2\624067095EFA7B517CFB7EDF76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10659= IFCRELASSOCIATESLIBRARY('0kAxwkHmj6Gv7ZKCWPhzf7',$,$,$,(#3382),#17827); +#17827= IFCLIBRARYREFERENCE($,$,$,'\X2\97F397FF3068662050CF309264AE5F7130FB933297F33057653E9001900151FA3059308B6A5F56683002\X0\','ja-JP',$); -#10662= IFCRELASSOCIATESLIBRARY('0HGHscGNb7sui6yQLMqY1x',$,$,$,(#3390),#17828); -#17828= IFCLIBRARYREFERENCE($,$,'Building Use',$,'en',$); +#10660= IFCRELASSOCIATESLIBRARY('1bIafuqrP9AvyTQEfXvFnI',$,$,$,(#3383),#17828); +#17828= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Display',$,'en',$); -#10663= IFCRELASSOCIATESLIBRARY('3600PNNbDBcA6snCLwhoHm',$,$,$,(#3390),#17829); -#17829= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : information sur le contexte immobilier actuel et futur du b\S\btiment consid\S\ir\S\i.','fr-FR',$); +#10661= IFCRELASSOCIATESLIBRARY('12HJBq4tX5ZRODFEwXawm5',$,$,$,(#3383),#17829); +#17829= IFCLIBRARYREFERENCE($,$,$,'\X2\753B9762304B308930D330C730AA662050CF3092900151FA3059308B6A5F56683002\X0\','ja-JP',$); -#10664= IFCRELASSOCIATESLIBRARY('1b8E3ST59A4fImbrEs8Llz',$,$,$,(#3391),#17830); -#17830= IFCLIBRARYREFERENCE($,$,'Building Use Adjacent',$,'en',$); +#10662= IFCRELASSOCIATESLIBRARY('1Dlqd0TPvCvQw9hSBlFoPU',$,$,$,(#3384),#17830); +#17830= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Player',$,'en',$); -#10665= IFCRELASSOCIATESLIBRARY('0lOUmDyXrDBO63KnjGLS_e',$,$,$,(#3391),#17831); -#17831= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : information sur les b\S\btiments voisins et sur leur usage pour appr\S\icier leur impact sur le b\S\btiment auquel on s''int\S\iresse. Veuillez noter que pour chaque instance de ce jeu de propri\S\it\S\is, d\S\hs lors qu''un risque existe, il doit exister une instance du jeu de propri\S\it\S\is Pset_Risk (q.v).','fr-FR',$); +#10663= IFCRELASSOCIATESLIBRARY('0W9jspgnj8neiFRNh7kjwm',$,$,$,(#3384),#17831); +#17831= IFCLIBRARYREFERENCE($,$,$,'\X2\30BB30AD30E530EA30C630A330FC30B730B930C630E0306E30AB30E130E930845E978217306A3069306E\X0\BGM\X2\30B730B930C630E03001307E305F306F5287583430844F1A8B705BA4306A3044306E30D730EC30BC30F330C630FC30B730E730F330B730B930C630E0306E30883046306A53CE5BB93055308C305F97F397FF662050CF4FE153F730928868793A30FB653E90013059308B88C57F6E3002\X0\','ja-JP',$); -#10666= IFCRELASSOCIATESLIBRARY('2XbJbBJIfAde6iWkDnx31c',$,$,$,(#3396),#17832); -#17832= IFCLIBRARYREFERENCE($,$,'Burner Type Common',$,'en',$); +#10664= IFCRELASSOCIATESLIBRARY('0iL3GtpmX17ws7KsiaXNQC',$,$,$,(#3385),#17832); +#17832= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Projector',$,'en',$); -#10667= IFCRELASSOCIATESLIBRARY('2OSf$KmGv88hrR9Xozzuk$',$,$,$,(#3396),#17833); -#17833= IFCLIBRARYREFERENCE($,$,$,'\X2\30D030FC30CA30FC30BF30A430D7306E5171901A5C5E6027\X0\','ja-JP',$); +#10665= IFCRELASSOCIATESLIBRARY('2AQ6GKnyv5VhmaYJ1dyx9c',$,$,$,(#3385),#17833); +#17833= IFCLIBRARYREFERENCE($,$,$,'\X2\753B9762306B30D330C730AA662050CF309262955F713059308B88C57F6E3002\X0\','ja-JP',$); -#10668= IFCRELASSOCIATESLIBRARY('0gN8j0_Jn7rvnnZMSoo8KJ',$,$,$,(#3397),#17834); -#17834= IFCLIBRARYREFERENCE($,$,'Cable Carrier Fitting Type Common',$,'en',$); +#10666= IFCRELASSOCIATESLIBRARY('3oMbT3aOXAuPoogzlHD1Tb',$,$,$,(#3387),#17834); +#17834= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Receiver',$,'en',$); -#10669= IFCRELASSOCIATESLIBRARY('1Q1dAIDjr0_PszpO6Ei5Qw',$,$,$,(#3397),#17835); -#17835= IFCLIBRARYREFERENCE($,$,$,'\X2\30B130FC30D630EB30AD30E330EA30A2306E5171901A30D730ED30D130C630A330925B9A7FA93002\X0\','ja-JP',$); +#10667= IFCRELASSOCIATESLIBRARY('0XZnpbxuvABAkbYT3wrbCt',$,$,$,(#3387),#17835); +#17835= IFCLIBRARYREFERENCE($,$,$,'\X2\518590E83084591690E8306B63A57D9A3055308C305F97F36E903092542B308089076570306E60C55831304B3089300197F397FF3068662050CF4FE153F730925207308A66FF3048308B88C57F6E3002\X0\','ja-JP',$); -#10670= IFCRELASSOCIATESLIBRARY('1wLq5x1UbFsPSZ4g$$r7hr',$,$,$,(#3398),#17836); -#17836= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Type Cable Ladder Segment',$,'en',$); +#10668= IFCRELASSOCIATESLIBRARY('05$bgKMMD96u5pqH5W8B0K',$,$,$,(#3389),#17836); +#17836= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Speaker',$,'en',$); -#10671= IFCRELASSOCIATESLIBRARY('32J1Nf0c9EMRNKacYm2XCp',$,$,$,(#3398),#17837); -#17837= IFCLIBRARYREFERENCE($,$,$,'\X2\306F3057305469CB9020306E4E0A306B30B130FC30D630EB30924E57305B308B958B653E578B30B130FC30D630EB30AD30E330EA30A2306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10669= IFCRELASSOCIATESLIBRARY('1PK2J29af0l8P02SoXnMnr',$,$,$,(#3389),#17837); +#17837= IFCLIBRARYREFERENCE($,$,$,'\X2\97F397FF4FE153F7309297F36CE2306B590963DB3059308B88C57F6E3002\X0\','ja-JP',$); -#10672= IFCRELASSOCIATESLIBRARY('3X6UcL6YD7Wfao1Ys2k35$',$,$,$,(#3399),#17838); -#17838= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Type Cable Tray Segment',$,'en',$); +#10670= IFCRELASSOCIATESLIBRARY('1cFq2M2Wv0IhMEFtH4C1XF',$,$,$,(#3390),#17838); +#17838= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Type Tuner',$,'en',$); -#10673= IFCRELASSOCIATESLIBRARY('181HbLIS11cPjYfabEil4a',$,$,$,(#3399),#17839); -#17839= IFCLIBRARYREFERENCE($,$,$,'\X2\5178578B7684306A958B653E578B30B130FC30D630EB30AD30E330EA30A2306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10671= IFCRELASSOCIATESLIBRARY('1Vdi54ofL9VBZxqSA$f9mL',$,$,$,(#3390),#17839); +#17839= IFCLIBRARYREFERENCE($,$,$,'\X2\97F397FF3068662050CF306E4FE153F73092590963DB3059308B88C57F6E3002\X0\','ja-JP',$); -#10674= IFCRELASSOCIATESLIBRARY('0_qnnZQiD9u9FSUf$OtiOO',$,$,$,(#3400),#17840); -#17840= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Type Cable Trunking Segment',$,'en',$); +#10672= IFCRELASSOCIATESLIBRARY('2vabnpIZj0lfVobkBQE$mU',$,$,$,(#3393),#17840); +#17840= IFCLIBRARYREFERENCE($,$,'Beam Common',$,'en',$); -#10675= IFCRELASSOCIATESLIBRARY('1KElBwTn50Z8VrnFKWrsd8',$,$,$,(#3400),#17841); -#17841= IFCLIBRARYREFERENCE($,$,$,'\X2\4E0030644EE54E0A306E533A753B306B30B130FC30D630EB309253CE7D0D3059308B5BC69589578B30B130FC30D630EB30AD30E330EA30A2306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10673= IFCRELASSOCIATESLIBRARY('3Fqe$EE0L89vUYsztvHRm9',$,$,$,(#3393),#17841); +#17841= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcBeam','fr-FR',$); -#10676= IFCRELASSOCIATESLIBRARY('0f00xs28DCkg3AFuvn5dre',$,$,$,(#3402),#17842); -#17842= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Type Common',$,'en',$); +#10674= IFCRELASSOCIATESLIBRARY('2tzMDnkvj1IAWO1UqCTSJB',$,$,$,(#3393),#17842); +#17842= IFCLIBRARYREFERENCE($,$,$,'IfcBeam(\X2\6881\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10677= IFCRELASSOCIATESLIBRARY('0emkOz4OT1lhgmeRF5WPcc',$,$,$,(#3402),#17843); -#17843= IFCLIBRARYREFERENCE($,$,$,'\X2\30B130FC30D630EB30AD30E330EA30A2306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10675= IFCRELASSOCIATESLIBRARY('1Thvf4m8580fBl957DCy3E',$,$,$,(#3393),#17843); +#17843= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcBeam\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10678= IFCRELASSOCIATESLIBRARY('2YG0dDma12veq5Qiylcu1F',$,$,$,(#3403),#17844); -#17844= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Type Conduit Segment',$,'en',$); +#10676= IFCRELASSOCIATESLIBRARY('32PRD3qxb16wTcYldbYMI9',$,$,$,(#3396),#17844); +#17844= IFCLIBRARYREFERENCE($,$,'Boiler PHistory',$,'en',$); -#10679= IFCRELASSOCIATESLIBRARY('0aXKqf6nHBfBBJbKC4XenK',$,$,$,(#3403),#17845); -#17845= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB7DDA7BA1306E30D730ED30D130C630A330928A2D5B9A3002\X0\','ja-JP',$); +#10677= IFCRELASSOCIATESLIBRARY('1GpxFEjzr9CQiMT1$TgHZ7',$,$,$,(#3396),#17845); +#17845= IFCLIBRARYREFERENCE($,$,$,'\X2\30DC30A430E9602780FD5C656B745171901A5C5E6027FF1A\X0\\X\0D\X\0AWaterQuality\X2\FF086C348CEA5C5E6027FF09306F\X0\IFC2\X2\FF58FF12\X0\Pset\X2\306E4ED893323067524A96643055308C305FFF1A4EE3308F308A306B\X0\IfcWaterProperties\X2\30924F7F30463002\X0\\X\0D\X\0ACombustionProductsMaximulLoad \X2\3068\X0\ CombustionProductsPartialLoad\X2\306F\X0\IFC2\X2\FF58FF12\X0\Pset\X2\306E4ED893323067524A96643055308C305FFF1A4EE3308F308A306B\X0\IfcProductsOfCombustionProperties\X2\30924F7F3046\X0\','ja-JP',$); -#10680= IFCRELASSOCIATESLIBRARY('1Ynxia32PAVOYtIgMVbJGj',$,$,$,(#3405),#17846); -#17846= IFCLIBRARYREFERENCE($,$,'Cable Fitting Type Common',$,'en',$); +#10678= IFCRELASSOCIATESLIBRARY('2QQV0fgL9AX9mWOffIt28M',$,$,$,(#3397),#17846); +#17846= IFCLIBRARYREFERENCE($,$,'Boiler Type Common',$,'en',$); -#10681= IFCRELASSOCIATESLIBRARY('0rzyIoPTL1m91jO_dN76uE',$,$,$,(#3405),#17847); -#17847= IFCLIBRARYREFERENCE($,$,$,'\X2\30B130FC30D630EB306E5171901A30D730ED30D130C630A330928A2D5B9A3057307E30593002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A0\X0\','ja-JP',$); +#10679= IFCRELASSOCIATESLIBRARY('2gwiZSPBDFrRdnnQ3Jq_GM',$,$,$,(#3397),#17847); +#17847= IFCLIBRARYREFERENCE($,$,$,'\X2\30DC30A430E9578B5171901A5C5E602730928A2D5B9A3057307E30593002\X0\\X\0D\X\0ASoundLevel\X2\5C5E6027306F\X0\IFC2x2 pset\X2\306E4ED893323067524A96643055308C305FFF1A\X0\IfcSoundProperties\X2\30924EE3308F308A306B4F7F75283057307E30593002\X0\\X\0D\X\0A\X2\4E006B2130A830CD30EB30AE6E90306888DC52A930A830CD30EB30AE6E905C5E6027306F\X0\IFC2x2 pset\X2\306E4ED893323067524A96643055308C305FFF1A\X0\IfcEnergyProperties,IfcFuelProperties\X2\7B4930924EE3308F308A306B4F7F7528\X0\','ja-JP',$); -#10682= IFCRELASSOCIATESLIBRARY('0HIkbn4uP1lvU3lddJ$Kau',$,$,$,(#3410),#17848); -#17848= IFCLIBRARYREFERENCE($,$,'Cable Segment Occurrence',$,'en',$); +#10680= IFCRELASSOCIATESLIBRARY('0H0XY5wkL10fyEFv$mGwaE',$,$,$,(#3398),#17848); +#17848= IFCLIBRARYREFERENCE($,$,'Boiler Type Steam',$,'en',$); -#10683= IFCRELASSOCIATESLIBRARY('26CJPhQyr7Bg2SIIm8u0gI',$,$,$,(#3411),#17849); -#17849= IFCLIBRARYREFERENCE($,$,'Cable Segment Type Bus Bar Segment',$,'en',$); +#10681= IFCRELASSOCIATESLIBRARY('0o2RU$_iHCFunlY$DCTWsq',$,$,$,(#3398),#17849); +#17849= IFCLIBRARYREFERENCE($,$,$,'\X2\84B86C1730DC30A430E930BF30A430D75171901A5C5E6027\X0\','ja-JP',$); -#10684= IFCRELASSOCIATESLIBRARY('1OoQxMijP0RBhULXuSxyV$',$,$,$,(#3411),#17850); -#17850= IFCLIBRARYREFERENCE($,$,$,'busbar\X2\30B130FC30D630EB306E60278CEA3001602780FD3002\X0\','ja-JP',$); +#10682= IFCRELASSOCIATESLIBRARY('3MN23qcfnDfen4ZjNdoR6o',$,$,$,(#3399),#17850); +#17850= IFCLIBRARYREFERENCE($,$,'Boiler Type Water',$,'en',$); -#10685= IFCRELASSOCIATESLIBRARY('0puoi9SOP1dhMZCl0ALU8e',$,$,$,(#3412),#17851); -#17851= IFCLIBRARYREFERENCE($,$,'Cable Segment Type Cable Segment',$,'en',$); +#10683= IFCRELASSOCIATESLIBRARY('32aibc$117lgzt9LjKbcDh',$,$,$,(#3404),#17851); +#17851= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); -#10686= IFCRELASSOCIATESLIBRARY('0vcZRQ0cfFHvRyGPcL1roW',$,$,$,(#3412),#17852); -#17852= IFCLIBRARYREFERENCE($,$,$,'IAI\X2\306B30665B9A7FA93055308C308B3082306E3067300196FB6C1756DE8DEF3084305D306E4ED696FB6E9056DE8DEF306A30693067900196FB3059308B76EE7684309263013063305F96FB6C1795A24FC2306E30B130FC30D630EB3002\X0\\X\0D\X\0A\X2\305930793066306E7A2E985E306E96FB6C1730B130FC30D630EB3092542B307F30014E3B306B3044304F3064304B306E96FB6C175C64306B30664FDD8B773055308C30663044308B3002305F30683048307030B130FC30D630EB3001\X0\busbar\X2\300130C130E530FC30D63002\X0\\X\0D\X\0A\X2\6CE88A18FF095C0E96FB5E2F306E4E2D306E30B130FC30D630EB306E6570306F96C68A0830B730B930C630E03067898F5B9A3055308C308B3002535882AF30B130FC30D630EB306F\X0\IEV 461-06-02\X2\3067898F5B9A3055308C308B3002890782AF30B130FC30D630EB306F\X0\IEV 461-06-03\X2\306B3066898F5B9A3055308C308B3002305D308C306F4E0030644EE54E0A306E5C0E96FB5E2F3092630130613044304F3064304B306F7D767E013055308C30663044306A3044300230DE30EB30C130B330A230B130FC30D630EB306F\X0\IEV 461-06-04\X2\3067898F5B9A3055308C306630015C11306A304F306830824E0030644EE54E0A306E30B330A230675F6262103055308C30663044308B3002\X0\','ja-JP',$); +#10684= IFCRELASSOCIATESLIBRARY('1t3IdCQ7PEX8qah9Bk7e5p',$,$,$,(#3404),#17852); +#17852= IFCLIBRARYREFERENCE($,$,'Building Common',$,'en',$); -#10687= IFCRELASSOCIATESLIBRARY('3fKiuUphL7xRmrufxDfrfc',$,$,$,(#3413),#17853); -#17853= IFCLIBRARYREFERENCE($,$,'Cable Segment Type Common',$,'en',$); +#10685= IFCRELASSOCIATESLIBRARY('2Di_mjNAv9Xxf0vEwxH5Wg',$,$,$,(#3404),#17853); +#17853= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcBuilding. Veuillez noter que plusieurs attributs sont port\S\is directement par l''instance IfcBuilding : le num\S\iro du b\S\btiment ou nom court (IfcBuilding.Name), le nom ou nom long (IfcBuilding.LongName), et la description ou des commentaires (IfcBuilding.Description). Les quantit\S\is r\S\ielles du site comme le p\S\irim\S\htre, la superficie et le volume du b\S\btiment sont fournis par des instances de IfcElementQuantity, et la r\S\if\S\irence \S\` une classification nationale par IfcClassificationReference.','fr-FR',$); -#10688= IFCRELASSOCIATESLIBRARY('02k60npUHAkhVpkZQW_Dx4',$,$,$,(#3413),#17854); -#17854= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C1730B130FC30D630EB306B95A23059308B60278CEA306730B330A230845C0E96FB5E2F3001\X0\IFC\X2\306B30665B9A7FA93055308C305F30B330A230845C0E96FB5E2F306E60278CEA3002\X0\\X\0D\X\0A\X2\6CE88A18FF0967005927306E8A315BB996FB57274F4E4E0B306F\X0\Pset_ElectricalCircuit\X2\5185304B30895B9A7FA93055308C308B3082306E30673042308B3002\X0\','ja-JP',$); +#10686= IFCRELASSOCIATESLIBRARY('3NEos2ZDnCX9rWrb4QM8Dd',$,$,$,(#3404),#17854); +#17854= IFCLIBRARYREFERENCE($,$,$,'IfcBuilding\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA930025EFA726930CA30F330D030FC306F\X0\IfcBuilding.Name\X2\30015EFA7269540D79F0306F\X0\IfcBuilding.LondName\X2\3001305D305730668A188FF0307E305F306F30B330E130F330C8306F\X0\IfcBuilding.Description\X2\30678A2D5B9A3059308B30025B9F969B306E5EFA7269306B95A23059308B657091CF30014F8B304830705EFA7269546856F2957730015EFA726997627A4D30015EFA72694F537A4D7B49306F\X0\IfcElementQuantity\X2\30678A2D5B9A3059308B3002307E305F30015EFA7BC957FA6E966CD5306E5EFA72695206985E306B95A230573066306F3001\X0\IfcClassificationReference\X2\30678A2D5B9A3059308B3002\X0\','ja-JP',$); -#10689= IFCRELASSOCIATESLIBRARY('0SRKAAhTX5KuWTaE4S7wKz',$,$,$,(#3414),#17855); -#17855= IFCLIBRARYREFERENCE($,$,'Cable Segment Type Conductor Segment',$,'en',$); +#10687= IFCRELASSOCIATESLIBRARY('3nKK05nF98f9UAVnVixo53',$,$,$,(#3405),#17855); +#17855= IFCLIBRARYREFERENCE($,$,'Building Element Proxy Common',$,'en',$); -#10690= IFCRELASSOCIATESLIBRARY('2i6j916Xb7KuI7SRE7JwLx',$,$,$,(#3414),#17856); -#17856= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C175C0E4F53306F96FB6D4130925C0E304F76EE768430674F7F75283055308C308B7DDA72B6306E5C0E4F5330673042308B3002\X0\\X\0D\X\0A1\X2\672C306E5C0E4F53306E4E2D5FC3306F3001\X0\1\X2\672C306E30EF30A430E430FC307E305F306F30015BC4308A5408308F305B305F89076570306E30EF30A430E430FC304B3089306A308B3002\X0\IEC 60050\X2\FF1A\X0\IEV 195-01-07\X2\306B3088308B306830015C0E4F53306F63075B9A3055308C305F96FB6D413092904B307630533068309276EE768430683059308B4F1D5C0E90E8520630673042308B3002\X0\','ja-JP',$); +#10688= IFCRELASSOCIATESLIBRARY('1eeg2BOnr3KviOoaP6OHKo',$,$,$,(#3405),#17856); +#17856= IFCLIBRARYREFERENCE($,$,$,'IfcBuildingElementProxy\X2\306E5171901A30D730ED30D130C630A360C5583130925B9A7FA93002660E78BA306A30AA30D630B830A730AF30C830BF30A430D7304C72795B9A3067304D306A304430AA30D630B830A730AF30C8306F30013053306E\X0\IfcBuildingElementProxy\X2\30AA30D630B830A730AF30C83067886873FE3059308B300262408B024EE37406\X0\(\X2\30D730ED30AD30B7FF0930AA30D630B830A730AF30C83002\X0\','ja-JP',$); -#10691= IFCRELASSOCIATESLIBRARY('3Tgyc8GLDFcRYVgnX50X$H',$,$,$,(#3416),#17857); -#17857= IFCLIBRARYREFERENCE($,$,'Cable Segment Type Core Segment',$,'en',$); +#10689= IFCRELASSOCIATESLIBRARY('13vbQjoQv72P0YZYFiYh2K',$,$,$,(#3405),#17857); +#17857= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcBuildingElementProxy\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10692= IFCRELASSOCIATESLIBRARY('1tyiluj4X3Dhy8zSYce0Xj',$,$,$,(#3416),#17858); -#17858= IFCLIBRARYREFERENCE($,$,$,'\X2\7D767E01FF08306830013044304F3064304B306E30B730FC30EB30C9FF09309230823063305F5C0E4F53306E96C654083002\X0\','ja-JP',$); +#10690= IFCRELASSOCIATESLIBRARY('2x_De54Wj41RPmptLxBEqg',$,$,$,(#3406),#17858); +#17858= IFCLIBRARYREFERENCE($,$,'Building Element Proxy Provision For Void',$,'en',$); -#10693= IFCRELASSOCIATESLIBRARY('3WP1QtH6L8Iv$WHoPVL_zu',$,$,$,(#3425),#17859); -#17859= IFCLIBRARYREFERENCE($,$,'Chiller PHistory',$,'en',$); +#10691= IFCRELASSOCIATESLIBRARY('36LorMSb5F1fBJGzOHapSl',$,$,$,(#3406),#17859); +#17859= IFCLIBRARYREFERENCE($,$,$,'IfcBuildingElementProxy\X2\30AA30D630B830A730AF30C830924F7F7528305730667A7A9593306E53D6308A54083044306B304A3051308B7A74306E4F4D7F6E309263D068483059308B969B306B5FC58981306A5171901A30D730ED30D130C630A360C5583130925B9A7FA93002\X0\','ja-JP',$); -#10694= IFCRELASSOCIATESLIBRARY('0XTyXV9or4T9ybE5u$CA7j',$,$,$,(#3426),#17860); -#17860= IFCLIBRARYREFERENCE($,$,'Chiller Type Common',$,'en',$); +#10692= IFCRELASSOCIATESLIBRARY('3aqDa2BrHEW93AFLvoCy0O',$,$,$,(#3406),#17860); +#17860= IFCLIBRARYREFERENCE($,$,$,'\X2\624067094F5C4E3A\X0\IfcBuildingElementProxy\X2\72794F8B76847A7A67844EF676845B9A4E494E2D901A752876845C5E602730027A7A67844EF6662F4E0079CD72796B8A768467844EF6FF0C53EF75284EE563167A7A51764ED65EFA7B5167844EF6300251765C5E60274EC5542B72795B9A7684503C3002\X0\','zh-CN',$); -#10695= IFCRELASSOCIATESLIBRARY('1Lj63noQDEQRzzEVr53MdI',$,$,$,(#3427),#17861); -#17861= IFCLIBRARYREFERENCE($,$,'Chimney Common',$,'en',$); +#10693= IFCRELASSOCIATESLIBRARY('1LoJxGSmjFt9pJ4xSJT_RP',$,$,$,(#3407),#17861); +#17861= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); -#10696= IFCRELASSOCIATESLIBRARY('0XsC2o32j0zPtO1PMcMDCw',$,$,$,(#3427),#17862); -#17862= IFCLIBRARYREFERENCE($,$,$,'IfcChimney\X2\30BF30A430D73068305D306E305930793066306E5B9F4F53306E5B9A7FA9306B5171901A306A5C5E60273002\X0\','ja-JP',$); +#10694= IFCRELASSOCIATESLIBRARY('0gE8pLwdXCBA9cx7RPS_fa',$,$,$,(#3407),#17862); +#17862= IFCLIBRARYREFERENCE($,$,'Building Storey Common',$,'en',$); -#10697= IFCRELASSOCIATESLIBRARY('3j1i3up4LCYOgmocgI5t_8',$,$,$,(#3427),#17863); -#17863= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcChimney\X2\5B9E4F8B548C7C7B578B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10695= IFCRELASSOCIATESLIBRARY('0JifVCfYb58ebR1J8SdEMD',$,$,$,(#3407),#17863); +#17863= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de IfcBuildingStorey. Veuillez noter que plusieurs attributs sont port\S\is par l''instance IfcBuildingStorey : le num\S\iro de l''\S\itage ou nom court (IfcBuildingStorey.Name), le nom ou nom long (IfcBuildingStorey.LongName), et la description ou des commentaires (IfcBuildingStorey.Description). Les quantit\S\is r\S\ielles de l''\S\itage comme le p\S\irim\S\htre, la superficie et le volume sont fournis par des instances de IfcElementQuantity et la r\S\if\S\irence \S\` une classification nationale par IfcClassificationReference.','fr-FR',$); -#10698= IFCRELASSOCIATESLIBRARY('0nvYqzhYP5DO75M8V8XwzG',$,$,$,(#3430),#17864); -#17864= IFCLIBRARYREFERENCE($,$,'Coil Occurrence',$,'en',$); +#10696= IFCRELASSOCIATESLIBRARY('1nqeX4y0vAuP8su3OfMyE9',$,$,$,(#3407),#17864); +#17864= IFCLIBRARYREFERENCE($,$,$,'IfcBuildinStorey(\X2\5EFA7269968E\X0\)\X2\306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA930025EFA7269968E30CA30F330D030FC306F\X0\IfcBuildingStorey.Name\X2\30015EFA7269968E540D79F0306F\X0\IfcBuildingStorey.LongName\X2\30015EFA7269968E306B95A23059308B8A188FF0306F\X0\IfcBuildingStorey.Description\X2\30678A2D5B9A3059308B30025B9F969B306E5EFA7269968E306B95A23059308B657091CF30014F8B304830705EFA7269968E546856F2957730015EFA7269968E97627A4D30015EFA7269968E4F537A4D7B49306F\X0\IfcElementQuantities\X2\30678A2D5B9A3059308B3002307E305F30015EFA7BC957FA6E966CD5306E5EFA7269968E5206985E306B95A230573066306F3001\X0\IfcClassificationReference\X2\30678A2D5B9A3059308B3002\X0\','ja-JP',$); -#10699= IFCRELASSOCIATESLIBRARY('14_4_XhHvFZQv5FE2H8G5M',$,$,$,(#3431),#17865); -#17865= IFCLIBRARYREFERENCE($,$,'Coil PHistory',$,'en',$); +#10697= IFCRELASSOCIATESLIBRARY('3qraG5wpL768NLEIENp__1',$,$,$,(#3408),#17865); +#17865= IFCLIBRARYREFERENCE($,$,'Building System Common',$,'en',$); -#10700= IFCRELASSOCIATESLIBRARY('3smPH4gJ5Atg_yUYTiLwa9',$,$,$,(#3432),#17866); -#17866= IFCLIBRARYREFERENCE($,$,'Coil Type Common',$,'en',$); +#10698= IFCRELASSOCIATESLIBRARY('2V5hmqC3jFcwee7_sjvxb_',$,$,$,(#3408),#17866); +#17866= IFCLIBRARYREFERENCE($,$,$,'\X2\5EFA726930B730B930C630E0306E5171901A30D730ED30D130C630A35B9A7FA9\X0\','ja-JP',$); -#10701= IFCRELASSOCIATESLIBRARY('26MZ6_q_nDxOZ6Vt1uSUDJ',$,$,$,(#3433),#17867); -#17867= IFCLIBRARYREFERENCE($,$,'Coil Type Hydronic',$,'en',$); +#10699= IFCRELASSOCIATESLIBRARY('3Eeyyqtyf7J92aAc9oeG79',$,$,$,(#3408),#17867); +#17867= IFCLIBRARYREFERENCE($,$,$,'\X2\624067095EFA7B517CFB7EDF76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10702= IFCRELASSOCIATESLIBRARY('00Emjz37X8NuEjJCdDHp2A',$,$,$,(#3434),#17868); -#17868= IFCLIBRARYREFERENCE($,$,'Column Common',$,'en',$); +#10700= IFCRELASSOCIATESLIBRARY('0CKRsrleb48uJfL88RN03g',$,$,$,(#3409),#17868); +#17868= IFCLIBRARYREFERENCE($,$,'Building Use',$,'en',$); -#10703= IFCRELASSOCIATESLIBRARY('15vG0m9HjAsx9p04KYsCoC',$,$,$,(#3434),#17869); -#17869= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcColumn','fr-FR',$); +#10701= IFCRELASSOCIATESLIBRARY('2sylbs97f0vhOV2$Fc8hU5',$,$,$,(#3409),#17869); +#17869= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : information sur le contexte immobilier actuel et futur du b\S\btiment consid\S\ir\S\i.','fr-FR',$); -#10704= IFCRELASSOCIATESLIBRARY('3oHXBnFjv0lRPmgVTkx71L',$,$,$,(#3434),#17870); -#17870= IFCLIBRARYREFERENCE($,$,$,'IfcColumn(\X2\67F1\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10702= IFCRELASSOCIATESLIBRARY('0kEEjGQ8T278TeGZwfZqMG',$,$,$,(#3410),#17870); +#17870= IFCLIBRARYREFERENCE($,$,'Building Use Adjacent',$,'en',$); -#10705= IFCRELASSOCIATESLIBRARY('3Jr$Cvl2f0ZRHiQQtznv4J',$,$,$,(#3434),#17871); -#17871= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcColumn\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10703= IFCRELASSOCIATESLIBRARY('2c3MisuQj0FAzBGO7FQn38',$,$,$,(#3410),#17871); +#17871= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : information sur les b\S\btiments voisins et sur leur usage pour appr\S\icier leur impact sur le b\S\btiment auquel on s''int\S\iresse. Veuillez noter que pour chaque instance de ce jeu de propri\S\it\S\is, d\S\hs lors qu''un risque existe, il doit exister une instance du jeu de propri\S\it\S\is Pset_Risk (q.v).','fr-FR',$); -#10706= IFCRELASSOCIATESLIBRARY('1iF2nN9_L3SQUwW0vcHvwG',$,$,$,(#3435),#17872); -#17872= IFCLIBRARYREFERENCE($,$,'Communications Appliance PHistory',$,'en',$); +#10704= IFCRELASSOCIATESLIBRARY('3OutBTeMfCTOdJhu4758vd',$,$,$,(#3415),#17872); +#17872= IFCLIBRARYREFERENCE($,$,'Burner Type Common',$,'en',$); -#10707= IFCRELASSOCIATESLIBRARY('3unrqI6GnDqPWPPL2nO3oW',$,$,$,(#3438),#17873); -#17873= IFCLIBRARYREFERENCE($,$,'Communications Appliance Type Common',$,'en',$); +#10705= IFCRELASSOCIATESLIBRARY('2CFCK5urr2Hx0mrm3ZPcQz',$,$,$,(#3415),#17873); +#17873= IFCLIBRARYREFERENCE($,$,$,'\X2\30D030FC30CA30FC30BF30A430D7306E5171901A5C5E6027\X0\','ja-JP',$); -#10708= IFCRELASSOCIATESLIBRARY('3Kt9RDMlj3_8Prg3wCuN$4',$,$,$,(#3438),#17874); -#17874= IFCLIBRARYREFERENCE($,$,$,'\X2\901A4FE16A5F5668306E5171901A30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); +#10706= IFCRELASSOCIATESLIBRARY('31VldwxpX3sxuJ6D2870Wc',$,$,$,(#3416),#17874); +#17874= IFCLIBRARYREFERENCE($,$,'Cable Carrier Fitting Type Common',$,'en',$); -#10709= IFCRELASSOCIATESLIBRARY('2YXdS6Thv9mRBgT9GwXl96',$,$,$,(#3449),#17875); -#17875= IFCLIBRARYREFERENCE($,$,'Compressor PHistory',$,'en',$); +#10707= IFCRELASSOCIATESLIBRARY('2ZRvdRm0z3S9mMhksVA9n$',$,$,$,(#3416),#17875); +#17875= IFCLIBRARYREFERENCE($,$,$,'\X2\30B130FC30D630EB30AD30E330EA30A2306E5171901A30D730ED30D130C630A330925B9A7FA93002\X0\','ja-JP',$); -#10710= IFCRELASSOCIATESLIBRARY('0POKge$g559vZShF7tRUce',$,$,$,(#3450),#17876); -#17876= IFCLIBRARYREFERENCE($,$,'Compressor Type Common',$,'en',$); +#10708= IFCRELASSOCIATESLIBRARY('1n7wErY9LE_OjgZVbPd6oB',$,$,$,(#3417),#17876); +#17876= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Type Cable Ladder Segment',$,'en',$); -#10711= IFCRELASSOCIATESLIBRARY('1e40GPO2LAUR0NGoFfgSNe',$,$,$,(#3450),#17877); -#17877= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330F330D730EC30C330B530FC578B306E5171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); +#10709= IFCRELASSOCIATESLIBRARY('1BVNMYuEn6dhcdw8FGolOO',$,$,$,(#3417),#17877); +#17877= IFCLIBRARYREFERENCE($,$,$,'\X2\306F3057305469CB9020306E4E0A306B30B130FC30D630EB30924E57305B308B958B653E578B30B130FC30D630EB30AD30E330EA30A2306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10712= IFCRELASSOCIATESLIBRARY('21Abdpio9A7BmjYUScKYqi',$,$,$,(#3451),#17878); -#17878= IFCLIBRARYREFERENCE($,$,$,'Generelle Eigenschaften die allen Betonbauteilen, einschlie\S\_lich Stahlbetonbauteilen, gemeinsam sind. Dieser Eigenschaftssatz kann den verschiedenen Bauelementklassen (Subtypen von IfcBuildingElement) zugeordnet werden.','de',$); +#10710= IFCRELASSOCIATESLIBRARY('03jN4kPQzB4wUuPpohpv$B',$,$,$,(#3418),#17878); +#17878= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Type Cable Tray Segment',$,'en',$); -#10713= IFCRELASSOCIATESLIBRARY('13GjT8cBbBeOFnZUcepOj4',$,$,$,(#3451),#17879); -#17879= IFCLIBRARYREFERENCE($,$,'Concrete Element General',$,'en',$); +#10711= IFCRELASSOCIATESLIBRARY('3wOhYFkM94RgPBw5Ta_cJ3',$,$,$,(#3418),#17879); +#17879= IFCLIBRARYREFERENCE($,$,$,'\X2\5178578B7684306A958B653E578B30B130FC30D630EB30AD30E330EA30A2306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10714= IFCRELASSOCIATESLIBRARY('3eKnyz2Un88gFnITYmK8Ir',$,$,$,(#3451),#17880); -#17880= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330F330AF30EA30FC30C889817D20306E7570306A308B30BF30A430D7306B5BFE3059308B5171901A306E4E00822C7684306A5C5E60273002\X0\ Pset \X2\306F\X0\ IfcBuildingElement \X2\306E591A304F306E30B530D630BF30A430D7306B3088306330664F7F304630533068304C3067304D308B3002\X0\','ja-JP',$); +#10712= IFCRELASSOCIATESLIBRARY('3uTByXvjv10wzfyjEsBT3d',$,$,$,(#3419),#17880); +#17880= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Type Cable Trunking Segment',$,'en',$); -#10715= IFCRELASSOCIATESLIBRARY('2xymtiQ_LB1BrRNTsBtgpP',$,$,$,(#3452),#17881); -#17881= IFCLIBRARYREFERENCE($,$,'Condenser PHistory',$,'en',$); +#10713= IFCRELASSOCIATESLIBRARY('2dSnQDFebEveM5wDNmjaos',$,$,$,(#3419),#17881); +#17881= IFCLIBRARYREFERENCE($,$,$,'\X2\4E0030644EE54E0A306E533A753B306B30B130FC30D630EB309253CE7D0D3059308B5BC69589578B30B130FC30D630EB30AD30E330EA30A2306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10716= IFCRELASSOCIATESLIBRARY('2v_2Y1bxHFoPTGd3MSjmzS',$,$,$,(#3453),#17882); -#17882= IFCLIBRARYREFERENCE($,$,'Condenser Type Common',$,'en',$); +#10714= IFCRELASSOCIATESLIBRARY('2LOz9kS75BuBgpSFsAtbFZ',$,$,$,(#3421),#17882); +#17882= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Type Common',$,'en',$); -#10717= IFCRELASSOCIATESLIBRARY('2fhjT_3WTDn9nWBp0bB6GH',$,$,$,(#3453),#17883); -#17883= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330F330C730F330B530FC578B306E5171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); +#10715= IFCRELASSOCIATESLIBRARY('1EQib5d_nE7BuRg7t0U$Jo',$,$,$,(#3421),#17883); +#17883= IFCLIBRARYREFERENCE($,$,$,'\X2\30B130FC30D630EB30AD30E330EA30A2306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10718= IFCRELASSOCIATESLIBRARY('3kCxK41XH90AtuYajnPt3b',$,$,$,(#3454),#17884); -#17884= IFCLIBRARYREFERENCE($,$,'Condition',$,'en',$); +#10716= IFCRELASSOCIATESLIBRARY('1ehjYSp41DCQxGXNEddiQ9',$,$,$,(#3422),#17884); +#17884= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Type Conduit Segment',$,'en',$); -#10719= IFCRELASSOCIATESLIBRARY('3vF_JfkIT6JxW$QLCLfweA',$,$,$,(#3454),#17885); -#17885= IFCLIBRARYREFERENCE($,$,$,'\X2\3042308B664270B9306B304A3051308B3001\X0\FM\X2\89817D20306E72B6614B30FB72B66CC13092898F5B9A3059308B5C5E602760C558313002\X0\','ja-JP',$); +#10717= IFCRELASSOCIATESLIBRARY('0D21tFeNnB1R1DHdKH3y5R',$,$,$,(#3422),#17885); +#17885= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB7DDA7BA1306E30D730ED30D130C630A330928A2D5B9A3002\X0\','ja-JP',$); -#10720= IFCRELASSOCIATESLIBRARY('2MPYi2qD53qvUviZKoVWln',$,$,$,(#3456),#17886); -#17886= IFCLIBRARYREFERENCE($,$,'Construction Resource',$,'en',$); +#10718= IFCRELASSOCIATESLIBRARY('2UHrK2ebPBmO_1AUfPoRkx',$,$,$,(#3424),#17886); +#17886= IFCLIBRARYREFERENCE($,$,'Cable Fitting Type Common',$,'en',$); -#10721= IFCRELASSOCIATESLIBRARY('2hxi_pLP59$vhxI4Efsn5V',$,$,$,(#3457),#17887); -#17887= IFCLIBRARYREFERENCE($,$,'Controller PHistory',$,'en',$); +#10719= IFCRELASSOCIATESLIBRARY('0XplaoFoL0Zwdors8lp63g',$,$,$,(#3424),#17887); +#17887= IFCLIBRARYREFERENCE($,$,$,'\X2\30B130FC30D630EB306E5171901A30D730ED30D130C630A330928A2D5B9A3057307E30593002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A0\X0\','ja-JP',$); -#10722= IFCRELASSOCIATESLIBRARY('2nk8ybhbvEFxGCPj2GCJZs',$,$,$,(#3457),#17888); -#17888= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330F330C830ED30FC30E9306E602780FD5C656B745C5E60273002\X0\\X\0D\X\0AIFC4 \X2\306B306665B0898F8FFD52A03002\X0\','ja-JP',$); +#10720= IFCRELASSOCIATESLIBRARY('0MY92E06j08BvOzWa$lPnt',$,$,$,(#3429),#17888); +#17888= IFCLIBRARYREFERENCE($,$,'Cable Segment Occurrence',$,'en',$); -#10723= IFCRELASSOCIATESLIBRARY('3fxG_WA_jBuunFxPhDSpxh',$,$,$,(#3458),#17889); -#17889= IFCLIBRARYREFERENCE($,$,'Controller Type Common',$,'en',$); +#10721= IFCRELASSOCIATESLIBRARY('3Mt2PebIP0lQxO3jKxdF1C',$,$,$,(#3430),#17889); +#17889= IFCLIBRARYREFERENCE($,$,'Cable Segment Type Bus Bar Segment',$,'en',$); -#10724= IFCRELASSOCIATESLIBRARY('2WVMDslS58XQBvOT07El2P',$,$,$,(#3458),#17890); -#17890= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330F330C830ED30FC30E95171901A5C5E60273002\X0\','ja-JP',$); +#10722= IFCRELASSOCIATESLIBRARY('1SqAG6UuPEpu_YBmE8fg8y',$,$,$,(#3430),#17890); +#17890= IFCLIBRARYREFERENCE($,$,$,'busbar\X2\30B130FC30D630EB306E60278CEA3001602780FD3002\X0\','ja-JP',$); -#10725= IFCRELASSOCIATESLIBRARY('1BuhZekdz2Q99MOqXVLp6W',$,$,$,(#3459),#17891); -#17891= IFCLIBRARYREFERENCE($,$,'Controller Type Floating',$,'en',$); +#10723= IFCRELASSOCIATESLIBRARY('2FAgW3LjnAsP5JojUyzUmx',$,$,$,(#3431),#17891); +#17891= IFCLIBRARYREFERENCE($,$,'Cable Segment Type Cable Segment',$,'en',$); -#10726= IFCRELASSOCIATESLIBRARY('3Fsk_Fw2LDL9ZEbjMFY2VQ',$,$,$,(#3460),#17892); -#17892= IFCLIBRARYREFERENCE($,$,'Controller Type Multi Position',$,'en',$); +#10724= IFCRELASSOCIATESLIBRARY('0lM2zsssH5_PNkMzYyDY0U',$,$,$,(#3431),#17892); +#17892= IFCLIBRARYREFERENCE($,$,$,'IAI\X2\306B30665B9A7FA93055308C308B3082306E3067300196FB6C1756DE8DEF3084305D306E4ED696FB6E9056DE8DEF306A30693067900196FB3059308B76EE7684309263013063305F96FB6C1795A24FC2306E30B130FC30D630EB3002\X0\\X\0D\X\0A\X2\305930793066306E7A2E985E306E96FB6C1730B130FC30D630EB3092542B307F30014E3B306B3044304F3064304B306E96FB6C175C64306B30664FDD8B773055308C30663044308B3002305F30683048307030B130FC30D630EB3001\X0\busbar\X2\300130C130E530FC30D63002\X0\\X\0D\X\0A\X2\6CE88A18FF095C0E96FB5E2F306E4E2D306E30B130FC30D630EB306E6570306F96C68A0830B730B930C630E03067898F5B9A3055308C308B3002535882AF30B130FC30D630EB306F\X0\IEV 461-06-02\X2\3067898F5B9A3055308C308B3002890782AF30B130FC30D630EB306F\X0\IEV 461-06-03\X2\306B3066898F5B9A3055308C308B3002305D308C306F4E0030644EE54E0A306E5C0E96FB5E2F3092630130613044304F3064304B306F7D767E013055308C30663044306A3044300230DE30EB30C130B330A230B130FC30D630EB306F\X0\IEV 461-06-04\X2\3067898F5B9A3055308C306630015C11306A304F306830824E0030644EE54E0A306E30B330A230675F6262103055308C30663044308B3002\X0\','ja-JP',$); -#10727= IFCRELASSOCIATESLIBRARY('3XC96Ibs96n8Prqm5NmrZA',$,$,$,(#3461),#17893); -#17893= IFCLIBRARYREFERENCE($,$,'Controller Type Programmable',$,'en',$); +#10725= IFCRELASSOCIATESLIBRARY('0dxc1mJMfDu84sBnH0Sda6',$,$,$,(#3432),#17893); +#17893= IFCLIBRARYREFERENCE($,$,'Cable Segment Type Common',$,'en',$); -#10728= IFCRELASSOCIATESLIBRARY('2d1lslS_z6svhID0QVNX4g',$,$,$,(#3462),#17894); -#17894= IFCLIBRARYREFERENCE($,$,'Controller Type Proportional',$,'en',$); +#10726= IFCRELASSOCIATESLIBRARY('3_HJ5al2n389pd5oleslYE',$,$,$,(#3432),#17894); +#17894= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C1730B130FC30D630EB306B95A23059308B60278CEA306730B330A230845C0E96FB5E2F3001\X0\IFC\X2\306B30665B9A7FA93055308C305F30B330A230845C0E96FB5E2F306E60278CEA3002\X0\\X\0D\X\0A\X2\6CE88A18FF0967005927306E8A315BB996FB57274F4E4E0B306F\X0\Pset_ElectricalCircuit\X2\5185304B30895B9A7FA93055308C308B3082306E30673042308B3002\X0\','ja-JP',$); -#10729= IFCRELASSOCIATESLIBRARY('2qDxLogTz3Nf8GUk$otLi1',$,$,$,(#3463),#17895); -#17895= IFCLIBRARYREFERENCE($,$,'Controller Type Two Position',$,'en',$); +#10727= IFCRELASSOCIATESLIBRARY('3z6MAOTTD32RUkTzBdW575',$,$,$,(#3433),#17895); +#17895= IFCLIBRARYREFERENCE($,$,'Cable Segment Type Conductor Segment',$,'en',$); -#10730= IFCRELASSOCIATESLIBRARY('3N0LAdbjr0KAqgBxONm8hL',$,$,$,(#3464),#17896); -#17896= IFCLIBRARYREFERENCE($,$,'Cooled Beam PHistory',$,'en',$); +#10728= IFCRELASSOCIATESLIBRARY('1J6hEl2EX1vxo8h_Pi8Ear',$,$,$,(#3433),#17896); +#17896= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C175C0E4F53306F96FB6D4130925C0E304F76EE768430674F7F75283055308C308B7DDA72B6306E5C0E4F5330673042308B3002\X0\\X\0D\X\0A1\X2\672C306E5C0E4F53306E4E2D5FC3306F3001\X0\1\X2\672C306E30EF30A430E430FC307E305F306F30015BC4308A5408308F305B305F89076570306E30EF30A430E430FC304B3089306A308B3002\X0\IEC 60050\X2\FF1A\X0\IEV 195-01-07\X2\306B3088308B306830015C0E4F53306F63075B9A3055308C305F96FB6D413092904B307630533068309276EE768430683059308B4F1D5C0E90E8520630673042308B3002\X0\','ja-JP',$); -#10731= IFCRELASSOCIATESLIBRARY('2iTzOYjkj6CgOU$4sfVL2w',$,$,$,(#3465),#17897); -#17897= IFCLIBRARYREFERENCE($,$,'Cooled Beam PHistory Active',$,'en',$); +#10729= IFCRELASSOCIATESLIBRARY('32jj46RXrEu8HsYTrCAzLL',$,$,$,(#3435),#17897); +#17897= IFCLIBRARYREFERENCE($,$,'Cable Segment Type Core Segment',$,'en',$); -#10732= IFCRELASSOCIATESLIBRARY('2zqlI3uoP3n85iOjCgeIbG',$,$,$,(#3466),#17898); -#17898= IFCLIBRARYREFERENCE($,$,'Cooled Beam Type Active',$,'en',$); +#10730= IFCRELASSOCIATESLIBRARY('1NVwyq8q9AsR$zKlS6rrzZ',$,$,$,(#3435),#17898); +#17898= IFCLIBRARYREFERENCE($,$,$,'\X2\7D767E01FF08306830013044304F3064304B306E30B730FC30EB30C9FF09309230823063305F5C0E4F53306E96C654083002\X0\','ja-JP',$); -#10733= IFCRELASSOCIATESLIBRARY('0_LEqm$1L0Vuv26jSDhutr',$,$,$,(#3467),#17899); -#17899= IFCLIBRARYREFERENCE($,$,'Cooled Beam Type Common',$,'en',$); +#10731= IFCRELASSOCIATESLIBRARY('3V6p88pt5A0h165LDMeXQ6',$,$,$,(#3444),#17899); +#17899= IFCLIBRARYREFERENCE($,$,'Chiller PHistory',$,'en',$); -#10734= IFCRELASSOCIATESLIBRARY('3i8f1N2THD08zYK4Lt$mmg',$,$,$,(#3468),#17900); -#17900= IFCLIBRARYREFERENCE($,$,'Cooling Tower PHistory',$,'en',$); +#10732= IFCRELASSOCIATESLIBRARY('0pnFKhn911J8hoEx0$MdZT',$,$,$,(#3445),#17900); +#17900= IFCLIBRARYREFERENCE($,$,'Chiller Type Common',$,'en',$); -#10735= IFCRELASSOCIATESLIBRARY('3nVcd9bNbAJ9yOsjRPJk9F',$,$,$,(#3469),#17901); -#17901= IFCLIBRARYREFERENCE($,$,'Cooling Tower Type Common',$,'en',$); +#10733= IFCRELASSOCIATESLIBRARY('0pL4rNvHH439D8O6_2$vBP',$,$,$,(#3446),#17901); +#17901= IFCLIBRARYREFERENCE($,$,'Chimney Common',$,'en',$); -#10736= IFCRELASSOCIATESLIBRARY('2D10j5RYz1pOeAN2HZQ2Iw',$,$,$,(#3472),#17902); -#17902= IFCLIBRARYREFERENCE($,$,'Covering Ceiling',$,'en',$); +#10734= IFCRELASSOCIATESLIBRARY('3G1dJtZaL42gGCOuII4MCw',$,$,$,(#3446),#17902); +#17902= IFCLIBRARYREFERENCE($,$,$,'IfcChimney\X2\30BF30A430D73068305D306E305930793066306E5B9F4F53306E5B9A7FA9306B5171901A306A5C5E60273002\X0\','ja-JP',$); -#10737= IFCRELASSOCIATESLIBRARY('3fUFYbwXT6Bgev1fBQm5i5',$,$,$,(#3472),#17903); -#17903= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\PredefinedType\X2\8BBE7F6E4E3A\X0\CEILING\X2\7684\X0\IfcCovering\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10735= IFCRELASSOCIATESLIBRARY('05t9EJ0Jj0fBZz3SCxSiOh',$,$,$,(#3446),#17903); +#17903= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcChimney\X2\5B9E4F8B548C7C7B578B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10738= IFCRELASSOCIATESLIBRARY('15MFstzk56WfOOW2jVdPDG',$,$,$,(#3473),#17904); -#17904= IFCLIBRARYREFERENCE($,$,'Covering Common',$,'en',$); +#10736= IFCRELASSOCIATESLIBRARY('2rQL5$u8nD09v_lMEsEbj1',$,$,$,(#3449),#17904); +#17904= IFCLIBRARYREFERENCE($,$,'Coil Occurrence',$,'en',$); -#10739= IFCRELASSOCIATESLIBRARY('2DZdYXsND7tOiXj1qY2igS',$,$,$,(#3473),#17905); -#17905= IFCLIBRARYREFERENCE($,$,$,'IfcCovering\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10737= IFCRELASSOCIATESLIBRARY('0FlkcDBSb8FxH0VEPFbf10',$,$,$,(#3450),#17905); +#17905= IFCLIBRARYREFERENCE($,$,'Coil PHistory',$,'en',$); -#10740= IFCRELASSOCIATESLIBRARY('0k5qhSHRzCmA7eyOJt6qrD',$,$,$,(#3473),#17906); -#17906= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcCovering\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10738= IFCRELASSOCIATESLIBRARY('10TWX1iQXBpAnO7qcxUWl4',$,$,$,(#3451),#17906); +#17906= IFCLIBRARYREFERENCE($,$,'Coil Type Common',$,'en',$); -#10741= IFCRELASSOCIATESLIBRARY('1IBceLEVHF8xXFSScpqANt',$,$,$,(#3474),#17907); -#17907= IFCLIBRARYREFERENCE($,$,'Covering Flooring',$,'en',$); +#10739= IFCRELASSOCIATESLIBRARY('2XFPZhSpH7mu$NIpJVURW7',$,$,$,(#3452),#17907); +#17907= IFCLIBRARYREFERENCE($,$,'Coil Type Hydronic',$,'en',$); -#10742= IFCRELASSOCIATESLIBRARY('11QnrH96LAue_G90A_GHdb',$,$,$,(#3474),#17908); -#17908= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\PredefinedType\X2\8BBE7F6E4E3A\X0\FLOORING\X2\7684\X0\IfcCovering\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10740= IFCRELASSOCIATESLIBRARY('3RQCH7nLr8HhpcNO9aQ0Ku',$,$,$,(#3453),#17908); +#17908= IFCLIBRARYREFERENCE($,$,'Column Common',$,'en',$); -#10743= IFCRELASSOCIATESLIBRARY('1yL0NvP753Dfoa2rD2$Jo_',$,$,$,(#3477),#17909); -#17909= IFCLIBRARYREFERENCE($,$,'Curtain Wall Common',$,'en',$); +#10741= IFCRELASSOCIATESLIBRARY('2ozioCVYvAl97Kum5ng8cg',$,$,$,(#3453),#17909); +#17909= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcColumn','fr-FR',$); -#10744= IFCRELASSOCIATESLIBRARY('3hn6h6tK99awHvqCmb7cdk',$,$,$,(#3477),#17910); -#17910= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les occurrences de la classe IfcCurtainWall','fr-FR',$); +#10742= IFCRELASSOCIATESLIBRARY('2uRI1FCmDFVx9aNUm4xr5y',$,$,$,(#3453),#17910); +#17910= IFCLIBRARYREFERENCE($,$,$,'IfcColumn(\X2\67F1\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10745= IFCRELASSOCIATESLIBRARY('0ulbgdXp945hufkC$F9A03',$,$,$,(#3477),#17911); -#17911= IFCLIBRARYREFERENCE($,$,$,'IfcCurtainWall(\X2\30AB30FC30C630F330A630A930FC30EB\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10743= IFCRELASSOCIATESLIBRARY('3yRmc26Hj73vaWvYh6qP8A',$,$,$,(#3453),#17911); +#17911= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcColumn\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10746= IFCRELASSOCIATESLIBRARY('3f9F6RcHL3TxzNp2M1gH9Q',$,$,$,(#3477),#17912); -#17912= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcCurtainWall\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10744= IFCRELASSOCIATESLIBRARY('1XxsqDomT5qBGGfGZxyJav',$,$,$,(#3454),#17912); +#17912= IFCLIBRARYREFERENCE($,$,'Communications Appliance PHistory',$,'en',$); -#10747= IFCRELASSOCIATESLIBRARY('0$ox7NVwD5gRq9LstVNSs_',$,$,$,(#3478),#17913); -#17913= IFCLIBRARYREFERENCE($,$,'Damper Occurrence',$,'en',$); +#10745= IFCRELASSOCIATESLIBRARY('0OX2kYuw14p8tc7wxmwLqu',$,$,$,(#3457),#17913); +#17913= IFCLIBRARYREFERENCE($,$,'Communications Appliance Type Common',$,'en',$); -#10748= IFCRELASSOCIATESLIBRARY('11jwayF3T14Q5LnDwsV$kg',$,$,$,(#3479),#17914); -#17914= IFCLIBRARYREFERENCE($,$,'Damper PHistory',$,'en',$); +#10746= IFCRELASSOCIATESLIBRARY('1O3xtDsZD1rxyPwcBYDRkl',$,$,$,(#3457),#17914); +#17914= IFCLIBRARYREFERENCE($,$,$,'\X2\901A4FE16A5F5668306E5171901A30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); -#10749= IFCRELASSOCIATESLIBRARY('3bY2_0SM9DIf$WqK5OCKe0',$,$,$,(#3480),#17915); -#17915= IFCLIBRARYREFERENCE($,$,'Damper Type Common',$,'en',$); +#10747= IFCRELASSOCIATESLIBRARY('2hki_2Jx186ePp51ocj6Gi',$,$,$,(#3468),#17915); +#17915= IFCLIBRARYREFERENCE($,$,'Compressor PHistory',$,'en',$); -#10750= IFCRELASSOCIATESLIBRARY('2crEIBU2H2OhoQggpC$HBi',$,$,$,(#3480),#17916); -#17916= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030F330D130FC578B306E5171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); +#10748= IFCRELASSOCIATESLIBRARY('3EzJYS$Ez6Mvy0$GUOGgW0',$,$,$,(#3469),#17916); +#17916= IFCLIBRARYREFERENCE($,$,'Compressor Type Common',$,'en',$); -#10751= IFCRELASSOCIATESLIBRARY('0M9MGzz8b67Pd7Bm0bNiWA',$,$,$,(#3481),#17917); -#17917= IFCLIBRARYREFERENCE($,$,'Damper Type Control Damper',$,'en',$); +#10749= IFCRELASSOCIATESLIBRARY('0dS29qF_f3h9nsQJGMXVdQ',$,$,$,(#3469),#17917); +#17917= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330F330D730EC30C330B530FC578B306E5171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); -#10752= IFCRELASSOCIATESLIBRARY('21aJLSkQz0R8jcCi4u4DQs',$,$,$,(#3482),#17918); -#17918= IFCLIBRARYREFERENCE($,$,'Damper Type Fire Damper',$,'en',$); +#10750= IFCRELASSOCIATESLIBRARY('0Y9Y33A8T6DxvXRFMe7Cuz',$,$,$,(#3470),#17918); +#17918= IFCLIBRARYREFERENCE($,$,$,'Generelle Eigenschaften die allen Betonbauteilen, einschlie\S\_lich Stahlbetonbauteilen, gemeinsam sind. Dieser Eigenschaftssatz kann den verschiedenen Bauelementklassen (Subtypen von IfcBuildingElement) zugeordnet werden.','de',$); -#10753= IFCRELASSOCIATESLIBRARY('0V3$Ewf_P6iQ47FkD2nhuB',$,$,$,(#3483),#17919); -#17919= IFCLIBRARYREFERENCE($,$,'Damper Type Fire Smoke Damper',$,'en',$); +#10751= IFCRELASSOCIATESLIBRARY('3yu$5btSD4hQBf7EMBGwqc',$,$,$,(#3470),#17919); +#17919= IFCLIBRARYREFERENCE($,$,'Concrete Element General',$,'en',$); -#10754= IFCRELASSOCIATESLIBRARY('18yVbYMjnFJQwh3BpCjeea',$,$,$,(#3484),#17920); -#17920= IFCLIBRARYREFERENCE($,$,'Damper Type Smoke Damper',$,'en',$); +#10752= IFCRELASSOCIATESLIBRARY('3Y2L1FT1r4WeqOxDeuN67j',$,$,$,(#3470),#17920); +#17920= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330F330AF30EA30FC30C889817D20306E7570306A308B30BF30A430D7306B5BFE3059308B5171901A306E4E00822C7684306A5C5E60273002\X0\ Pset \X2\306F\X0\ IfcBuildingElement \X2\306E591A304F306E30B530D630BF30A430D7306B3088306330664F7F304630533068304C3067304D308B3002\X0\','ja-JP',$); -#10755= IFCRELASSOCIATESLIBRARY('3sBtjcxi9BsuTzHTyrXFfM',$,$,$,(#3486),#17921); -#17921= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Column Shoe',$,'en',$); +#10753= IFCRELASSOCIATESLIBRARY('2jTMTfzanAdQQmYIKKBJ30',$,$,$,(#3471),#17921); +#17921= IFCLIBRARYREFERENCE($,$,'Condenser PHistory',$,'en',$); -#10756= IFCRELASSOCIATESLIBRARY('20arlTD1DDWgqeO9r_LuKz',$,$,$,(#3486),#17922); -#17922= IFCLIBRARYREFERENCE($,$,$,'\X2\67F1811A306E5171901A5F6272B6727960273002\X0\','ja-JP',$); +#10754= IFCRELASSOCIATESLIBRARY('3g4$o1swn3xwh67jvLuvbW',$,$,$,(#3472),#17922); +#17922= IFCLIBRARYREFERENCE($,$,'Condenser Type Common',$,'en',$); -#10757= IFCRELASSOCIATESLIBRARY('0Zw6svwVX0wf9s9hcWbx2w',$,$,$,(#3487),#17923); -#17923= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Corner Fixing Plate',$,'en',$); +#10755= IFCRELASSOCIATESLIBRARY('3$ZtG$3kH0$fnaXoA4i1D6',$,$,$,(#3472),#17923); +#17923= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330F330C730F330B530FC578B306E5171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); -#10758= IFCRELASSOCIATESLIBRARY('0plL7UFSLBuhDsQUtSVAAt',$,$,$,(#3487),#17924); -#17924= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330FC30CA30FC309256FA5B9A3059308B30D730EC30FC30C8306E56FA6709727960273002\X0\','ja-JP',$); +#10756= IFCRELASSOCIATESLIBRARY('2Kr0549WD0Be1m1Hx0MSpL',$,$,$,(#3473),#17924); +#17924= IFCLIBRARYREFERENCE($,$,'Condition',$,'en',$); -#10759= IFCRELASSOCIATESLIBRARY('0zKF2K3GvFMxsetE8rT$Jh',$,$,$,(#3488),#17925); -#17925= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Diagonal Truss Connector',$,'en',$); +#10757= IFCRELASSOCIATESLIBRARY('3su56SrUv9Qet1y2SirInq',$,$,$,(#3473),#17925); +#17925= IFCLIBRARYREFERENCE($,$,$,'\X2\3042308B664270B9306B304A3051308B3001\X0\FM\X2\89817D20306E72B6614B30FB72B66CC13092898F5B9A3059308B5C5E602760C558313002\X0\','ja-JP',$); -#10760= IFCRELASSOCIATESLIBRARY('22vmARMmr4IwTfAukTJAQ9',$,$,$,(#3488),#17926); -#17926= IFCLIBRARYREFERENCE($,$,$,'\X2\659C3081306E30AF30ED30B930D030FC30924F7F3063306663A57D9A3057305F30C830E930B9306E5F6272B65B9A7FA93002\X0\','ja-JP',$); +#10758= IFCRELASSOCIATESLIBRARY('29QKEpnun9neKi5QIpv16f',$,$,$,(#3475),#17926); +#17926= IFCLIBRARYREFERENCE($,$,'Construction Resource',$,'en',$); -#10761= IFCRELASSOCIATESLIBRARY('19uf23oJD7GgNFU$LJ77GZ',$,$,$,(#3489),#17927); -#17927= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Edge Fixing Plate',$,'en',$); +#10759= IFCRELASSOCIATESLIBRARY('329aiWV_L1wxxzOptP2Gcv',$,$,$,(#3476),#17927); +#17927= IFCLIBRARYREFERENCE($,$,'Controller PHistory',$,'en',$); -#10762= IFCRELASSOCIATESLIBRARY('2tZQNrNXv7v9YLw9vMiVd2',$,$,$,(#3489),#17928); -#17928= IFCLIBRARYREFERENCE($,$,$,'\X2\7AEF90E856FA5B9A30D730EC30FC30C8306E56FA67093002\X0\','ja-JP',$); +#10760= IFCRELASSOCIATESLIBRARY('2xj8SX_mHAIR2NwgJurgtJ',$,$,$,(#3476),#17928); +#17928= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330F330C830ED30FC30E9306E602780FD5C656B745C5E60273002\X0\\X\0D\X\0AIFC4 \X2\306B306665B0898F8FFD52A03002\X0\','ja-JP',$); -#10763= IFCRELASSOCIATESLIBRARY('1zrwSGq012thyfe7WQ130G',$,$,$,(#3490),#17929); -#17929= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Fixing Socket',$,'en',$); +#10761= IFCRELASSOCIATESLIBRARY('3AaxUY$hr7mBwbIQiABWpP',$,$,$,(#3477),#17929); +#17929= IFCLIBRARYREFERENCE($,$,'Controller Type Common',$,'en',$); -#10764= IFCRELASSOCIATESLIBRARY('1pmTD3TOL6cPTBvexkw412',$,$,$,(#3490),#17930); -#17930= IFCLIBRARYREFERENCE($,$,$,'\X2\56FA5B9A30BD30B130C330C8306E5171901A727960273002\X0\','ja-JP',$); +#10762= IFCRELASSOCIATESLIBRARY('2iyRi7Dmv0u9fmiO6PBTaK',$,$,$,(#3477),#17930); +#17930= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330F330C830ED30FC30E95171901A5C5E60273002\X0\','ja-JP',$); -#10765= IFCRELASSOCIATESLIBRARY('17wn9qlBrDrQoUtL7Fr8Lw',$,$,$,(#3491),#17931); -#17931= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Ladder Truss Connector',$,'en',$); +#10763= IFCRELASSOCIATESLIBRARY('2PBKg3$L98svtHNKyyCbsk',$,$,$,(#3478),#17931); +#17931= IFCLIBRARYREFERENCE($,$,'Controller Type Floating',$,'en',$); -#10766= IFCRELASSOCIATESLIBRARY('1DsRnnM$H8xQP55Hz21Ic8',$,$,$,(#3491),#17932); -#17932= IFCLIBRARYREFERENCE($,$,$,'\X2\306F3058305472B6306E307E306330593050306A30AF30ED30B930D030FC30924F7F3063306663A554083057305F30C830E930B9306E5F6272B6727960273002\X0\','ja-JP',$); +#10764= IFCRELASSOCIATESLIBRARY('1$nNyJjKn2Axv7xFNT0thH',$,$,$,(#3479),#17932); +#17932= IFCLIBRARYREFERENCE($,$,'Controller Type Multi Position',$,'en',$); -#10767= IFCRELASSOCIATESLIBRARY('2Pk7vR7$X5HAB2rQ6ak5Md',$,$,$,(#3492),#17933); -#17933= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Standard Fixing Plate',$,'en',$); +#10765= IFCRELASSOCIATESLIBRARY('2V0AC0y_f22AzMuEyBjiro',$,$,$,(#3480),#17933); +#17933= IFCLIBRARYREFERENCE($,$,'Controller Type Programmable',$,'en',$); -#10768= IFCRELASSOCIATESLIBRARY('0GiH1jXEj3k87zQWSQK4ff',$,$,$,(#3492),#17934); -#17934= IFCLIBRARYREFERENCE($,$,$,'\X2\6A196E967684306A56FA5B9A30D730EC30FC30C8306E56FA6709727960273002\X0\','ja-JP',$); +#10766= IFCRELASSOCIATESLIBRARY('2CClEKwzn1YRNVBOP9qAWL',$,$,$,(#3481),#17934); +#17934= IFCLIBRARYREFERENCE($,$,'Controller Type Proportional',$,'en',$); -#10769= IFCRELASSOCIATESLIBRARY('3pvvRA1xfFxBNu_yeWW1X2',$,$,$,(#3504),#17935); -#17935= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Wire Loop',$,'en',$); +#10767= IFCRELASSOCIATESLIBRARY('0h8i9xd1XCj9S$v4HmGyDR',$,$,$,(#3482),#17935); +#17935= IFCLIBRARYREFERENCE($,$,'Controller Type Two Position',$,'en',$); -#10770= IFCRELASSOCIATESLIBRARY('0eyN2tFL12rP$OaKllan1p',$,$,$,(#3504),#17936); -#17936= IFCLIBRARYREFERENCE($,$,$,'\X2\30EF30A430E430FC755930815177306B3088308B63A57D9A90E8306E5F6272B6727960273002\X0\','ja-JP',$); +#10768= IFCRELASSOCIATESLIBRARY('1UGWcAIs188u7LFb4oJ8MP',$,$,$,(#3483),#17936); +#17936= IFCLIBRARYREFERENCE($,$,'Cooled Beam PHistory',$,'en',$); -#10771= IFCRELASSOCIATESLIBRARY('2PstARTSf2iRBjzfAgMufW',$,$,$,(#3505),#17937); -#17937= IFCLIBRARYREFERENCE($,$,'Electric Distribution Board Occurrence',$,'en',$); +#10769= IFCRELASSOCIATESLIBRARY('2se5l9X4z7jAGHYZK6qS2G',$,$,$,(#3484),#17937); +#17937= IFCLIBRARYREFERENCE($,$,'Cooled Beam PHistory Active',$,'en',$); -#10772= IFCRELASSOCIATESLIBRARY('0zAMQri5fCRurrJUI$2nr0',$,$,$,(#3506),#17938); -#17938= IFCLIBRARYREFERENCE($,$,'Electric Distribution Board Type Common',$,'en',$); +#10770= IFCRELASSOCIATESLIBRARY('2IFCprixvBIw4UIVdGNXG8',$,$,$,(#3485),#17938); +#17938= IFCLIBRARYREFERENCE($,$,'Cooled Beam Type Active',$,'en',$); -#10773= IFCRELASSOCIATESLIBRARY('0V5BqIV3nBvBD8ESHa4Dx5',$,$,$,(#3506),#17939); -#17939= IFCLIBRARYREFERENCE($,$,$,'\X2\914D96FB76E4306B906975283059308B30D730ED30D130C630A33002\X0\','ja-JP',$); +#10771= IFCRELASSOCIATESLIBRARY('20ySl6R$b21uUiomK$ACx0',$,$,$,(#3486),#17939); +#17939= IFCLIBRARYREFERENCE($,$,'Cooled Beam Type Common',$,'en',$); -#10774= IFCRELASSOCIATESLIBRARY('2$OtvQ7l595h7tpOrhG$Sb',$,$,$,(#3509),#17940); -#17940= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Common',$,'en',$); +#10772= IFCRELASSOCIATESLIBRARY('0jAdNiUYXCtR9eHRw_h$Ny',$,$,$,(#3487),#17940); +#17940= IFCLIBRARYREFERENCE($,$,'Cooling Tower PHistory',$,'en',$); -#10775= IFCRELASSOCIATESLIBRARY('3$3mTCxP16HBJCFVguj69S',$,$,$,(#3509),#17941); -#17941= IFCLIBRARYREFERENCE($,$,$,'\X2\51683066306E\X0\IfcDistributionChamberElement.\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A306E5C5E602760C558313002\X0\','ja-JP',$); +#10773= IFCRELASSOCIATESLIBRARY('1LVdskBPDAeB6gGDzpLXqN',$,$,$,(#3488),#17941); +#17941= IFCLIBRARYREFERENCE($,$,'Cooling Tower Type Common',$,'en',$); -#10776= IFCRELASSOCIATESLIBRARY('2jsYWn2nHFfuHh$SpWPi7H',$,$,$,(#3510),#17942); -#17942= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Formed Duct',$,'en',$); +#10774= IFCRELASSOCIATESLIBRARY('0vvbzHyZb7ahoG6RPnn$J5',$,$,$,(#3491),#17942); +#17942= IFCLIBRARYREFERENCE($,$,'Covering Ceiling',$,'en',$); -#10777= IFCRELASSOCIATESLIBRARY('2sRqXj7cn4nvtSqUDpGydF',$,$,$,(#3510),#17943); -#17943= IFCLIBRARYREFERENCE($,$,$,'BS6100 100 3410\X2\3088308A5B9A7FA9FF1A300057304E2D306B914D7BA13001914D7DDA300130C030AF30C830928A2D7F6E3059308B305F3081306E30C030AF30C830B930DA30FC30B93002\X0\','ja-JP',$); +#10775= IFCRELASSOCIATESLIBRARY('3MsEAB2NL6TO0SjHg4G5Ns',$,$,$,(#3491),#17943); +#17943= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\PredefinedType\X2\8BBE7F6E4E3A\X0\CEILING\X2\7684\X0\IfcCovering\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10778= IFCRELASSOCIATESLIBRARY('1MAbvsBLD5a9wJXrpBTh$k',$,$,$,(#3511),#17944); -#17944= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Inspection Chamber',$,'en',$); +#10776= IFCRELASSOCIATESLIBRARY('0swWsYUEfC7OvDj8dPwlK8',$,$,$,(#3492),#17944); +#17944= IFCLIBRARYREFERENCE($,$,'Covering Common',$,'en',$); -#10779= IFCRELASSOCIATESLIBRARY('3VaaohqyjCKOuW1rWKFoZj',$,$,$,(#3511),#17945); -#17945= IFCLIBRARYREFERENCE($,$,$,'\X2\63926C3430014E0B6C347BA1306E4E0A306B3042308B30FB70B9691C752853EF79FB52D530AB30D030FC4ED8305130D130A430D730B930DA30FC30B93002\X0\','ja-JP',$); +#10777= IFCRELASSOCIATESLIBRARY('2Fiw949ijDMAbfA0_uiAV_',$,$,$,(#3492),#17945); +#17945= IFCLIBRARYREFERENCE($,$,$,'IfcCovering\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10780= IFCRELASSOCIATESLIBRARY('2rV6dBrPX9cPhSW7UkWDpP',$,$,$,(#3512),#17946); -#17946= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Inspection Pit',$,'en',$); +#10778= IFCRELASSOCIATESLIBRARY('2FKs7pPoL2fQuEAOGBdoYM',$,$,$,(#3492),#17946); +#17946= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcCovering\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10781= IFCRELASSOCIATESLIBRARY('3MB9eEjGbC3eh787mYT8XL',$,$,$,(#3512),#17947); -#17947= IFCLIBRARYREFERENCE($,$,$,'\X2\57FA790E306E70B9691C306830B530FC30D330B9306E305F3081306B30A230AF30BB30B93067304D308B30D430C330C8FF0851F96240FF093042308B3044306F30C130E330F330D0FF087A7A9593FF093002\X0\','ja-JP',$); +#10779= IFCRELASSOCIATESLIBRARY('1n3kx29u1EIQTKlhgtwdbA',$,$,$,(#3493),#17947); +#17947= IFCLIBRARYREFERENCE($,$,'Covering Flooring',$,'en',$); -#10782= IFCRELASSOCIATESLIBRARY('21AR4RSsfF1gUuLrXquHuT',$,$,$,(#3513),#17948); -#17948= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Manhole',$,'en',$); +#10780= IFCRELASSOCIATESLIBRARY('0Q2EaXEWHBUA7lBVbN0KEn',$,$,$,(#3493),#17948); +#17948= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\PredefinedType\X2\8BBE7F6E4E3A\X0\FLOORING\X2\7684\X0\IfcCovering\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10783= IFCRELASSOCIATESLIBRARY('1n9Roh5gXAjPUerDMex$R4',$,$,$,(#3513),#17949); -#17949= IFCLIBRARYREFERENCE($,$,$,'\X2\63926C3430014E0B6C347BA1306E4E0A306B3042308B30FB70B9691C752853EF79FB52D530AB30D030FC4ED8305130D130A430D730B930DA30FC30B93002\X0\','ja-JP',$); +#10781= IFCRELASSOCIATESLIBRARY('0eBczibR11hgr8t8AB6vEg',$,$,$,(#3496),#17949); +#17949= IFCLIBRARYREFERENCE($,$,'Curtain Wall Common',$,'en',$); -#10784= IFCRELASSOCIATESLIBRARY('2YghEOvmL4TxDzmJU58Wkb',$,$,$,(#3514),#17950); -#17950= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Meter Chamber',$,'en',$); +#10782= IFCRELASSOCIATESLIBRARY('06Ld33DAD68hIecDMB2zQF',$,$,$,(#3496),#17950); +#17950= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les occurrences de la classe IfcCurtainWall','fr-FR',$); -#10785= IFCRELASSOCIATESLIBRARY('0J2SoUD_v6jgRMzCNTWJDW',$,$,$,(#3514),#17951); -#17951= IFCLIBRARYREFERENCE($,$,$,'\X2\30E130FC30BF30FC5BA4306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); +#10783= IFCRELASSOCIATESLIBRARY('0rNgTPTx16WAekov6tklh8',$,$,$,(#3496),#17951); +#17951= IFCLIBRARYREFERENCE($,$,$,'IfcCurtainWall(\X2\30AB30FC30C630F330A630A930FC30EB\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10786= IFCRELASSOCIATESLIBRARY('0ZRpNxMCD0YwO9DAX3324H',$,$,$,(#3515),#17952); -#17952= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Sump',$,'en',$); +#10784= IFCRELASSOCIATESLIBRARY('2OilOoeK57zuusnti9rb_B',$,$,$,(#3496),#17952); +#17952= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcCurtainWall\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10787= IFCRELASSOCIATESLIBRARY('2qI$vcCqP7vPPYZeDOrvAf',$,$,$,(#3515),#17953); -#17953= IFCLIBRARYREFERENCE($,$,$,'\X2\63926C3430C130E330F330D030FCFF0830D430C330C8FF09306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); +#10785= IFCRELASSOCIATESLIBRARY('2tex7rMgD03vtlK4l4N5jn',$,$,$,(#3497),#17953); +#17953= IFCLIBRARYREFERENCE($,$,'Damper Occurrence',$,'en',$); -#10788= IFCRELASSOCIATESLIBRARY('1wYoxzjL98ihfBdxaeYLC7',$,$,$,(#3516),#17954); -#17954= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Trench',$,'en',$); +#10786= IFCRELASSOCIATESLIBRARY('2JneFBK3r9fweRsGboTxD0',$,$,$,(#3498),#17954); +#17954= IFCLIBRARYREFERENCE($,$,'Damper PHistory',$,'en',$); -#10789= IFCRELASSOCIATESLIBRARY('1JNFNapNfDjQV04jSSKC15',$,$,$,(#3516),#17955); -#17955= IFCLIBRARYREFERENCE($,$,$,'\X2\30C130E330F330D030FC306E6E9DFF0895773055306F5E453088308A95773044FF09306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); +#10787= IFCRELASSOCIATESLIBRARY('2rWSnhOe9EEwfNQuvsBn4j',$,$,$,(#3499),#17955); +#17955= IFCLIBRARYREFERENCE($,$,'Damper Type Common',$,'en',$); -#10790= IFCRELASSOCIATESLIBRARY('3WacTRbKn9xAYz7q4OgKGD',$,$,$,(#3517),#17956); -#17956= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Valve Chamber',$,'en',$); +#10788= IFCRELASSOCIATESLIBRARY('1I5q8xiaj9WAzEp5kvOvQ8',$,$,$,(#3499),#17956); +#17956= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030F330D130FC578B306E5171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); -#10791= IFCRELASSOCIATESLIBRARY('12vY2F4ZvCIOdXqUCb$bOB',$,$,$,(#3517),#17957); -#17957= IFCLIBRARYREFERENCE($,$,$,'\X2\30D030EB30D65BA4FF0830D030EB30D630C130E330F330D030FCFF09306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); +#10789= IFCRELASSOCIATESLIBRARY('3KELwVgQL6PQqZ_NnLjscC',$,$,$,(#3500),#17957); +#17957= IFCLIBRARYREFERENCE($,$,'Damper Type Control Damper',$,'en',$); -#10792= IFCRELASSOCIATESLIBRARY('3LB9FaVTnBFvt4Xslwb9uT',$,$,$,(#3518),#17958); -#17958= IFCLIBRARYREFERENCE($,$,'Distribution Port Common',$,'en',$); +#10790= IFCRELASSOCIATESLIBRARY('3jVPh4ft9BzOD3fJrMXH8$',$,$,$,(#3501),#17958); +#17958= IFCLIBRARYREFERENCE($,$,'Damper Type Fire Damper',$,'en',$); -#10793= IFCRELASSOCIATESLIBRARY('00kbbZ4nz0wuUxjsqcNddy',$,$,$,(#3518),#17959); -#17959= IFCLIBRARYREFERENCE($,$,$,'IfcDistributionPort\X2\30AA30D630B830A730AF30C8306B95A23059308B57FA672C5C5E60273002\X0\','ja-JP',$); +#10791= IFCRELASSOCIATESLIBRARY('2tbxiADpX6UQemm6Kvu1TM',$,$,$,(#3502),#17959); +#17959= IFCLIBRARYREFERENCE($,$,'Damper Type Fire Smoke Damper',$,'en',$); -#10794= IFCRELASSOCIATESLIBRARY('2f28tvBtHA18gYjoRY4ZXD',$,$,$,(#3519),#17960); -#17960= IFCLIBRARYREFERENCE($,$,'Distribution Port PHistory Cable',$,'en',$); +#10792= IFCRELASSOCIATESLIBRARY('2kPHjat_DBHQdeL6CltWpP',$,$,$,(#3503),#17960); +#17960= IFCLIBRARYREFERENCE($,$,'Damper Type Smoke Damper',$,'en',$); -#10795= IFCRELASSOCIATESLIBRARY('1l6CZPhS55zgbkIxRsB$Ma',$,$,$,(#3519),#17961); -#17961= IFCLIBRARYREFERENCE($,$,$,'IfcDistributionPort\X2\30AA30D630B830A730AF30C8304C\X0\ELECTRICAL\X2\578B306E969B306B95A290233059308B\X0\IfcPerformanceHistory\X2\306B8A2D5B9A3055308C308B96FB529B4F7F7528306E30ED30B03002\X0\','ja-JP',$); +#10793= IFCRELASSOCIATESLIBRARY('3Pw9EGMtvCyvE3dnUDbX4N',$,$,$,(#3505),#17961); +#17961= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Column Shoe',$,'en',$); -#10796= IFCRELASSOCIATESLIBRARY('3qtvinYrf2sAt_zE8Tvg5p',$,$,$,(#3520),#17962); -#17962= IFCLIBRARYREFERENCE($,$,'Distribution Port PHistory Duct',$,'en',$); +#10794= IFCRELASSOCIATESLIBRARY('3C0yTkSOfEjxPRXoeeHGY1',$,$,$,(#3505),#17962); +#17962= IFCLIBRARYREFERENCE($,$,$,'\X2\67F1811A306E5171901A5F6272B6727960273002\X0\','ja-JP',$); -#10797= IFCRELASSOCIATESLIBRARY('0E1YgMemb3xx2FKY0DtJHd',$,$,$,(#3521),#17963); -#17963= IFCLIBRARYREFERENCE($,$,'Distribution Port PHistory Pipe',$,'en',$); +#10795= IFCRELASSOCIATESLIBRARY('1cC8qD0IX1CB8QDw6OV0mU',$,$,$,(#3506),#17963); +#17963= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Corner Fixing Plate',$,'en',$); -#10798= IFCRELASSOCIATESLIBRARY('0JwmhPmhf2ueMt4PwI1IbV',$,$,$,(#3521),#17964); -#17964= IFCLIBRARYREFERENCE($,$,$,'IfcDistributionPort\X2\30AA30D630B830A730AF30C8304C\X0\GAS\X2\578B306E969B306B95A290233059308B\X0\IfcPerformanceHistory\X2\306B8A2D5B9A3055308C308B71C365994F7F7528306E30ED30B03002\X0\','ja-JP',$); +#10796= IFCRELASSOCIATESLIBRARY('04WT8fsd12qxj72XCHpPq3',$,$,$,(#3506),#17964); +#17964= IFCLIBRARYREFERENCE($,$,$,'\X2\30B330FC30CA30FC309256FA5B9A3059308B30D730EC30FC30C8306E56FA6709727960273002\X0\','ja-JP',$); -#10799= IFCRELASSOCIATESLIBRARY('0$py$9g5L5qAh6sag8YjsL',$,$,$,(#3522),#17965); -#17965= IFCLIBRARYREFERENCE($,$,'Distribution Port Type Cable',$,'en',$); +#10797= IFCRELASSOCIATESLIBRARY('2OiEtiZw1EQhaat_4v1RQS',$,$,$,(#3507),#17965); +#17965= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Diagonal Truss Connector',$,'en',$); -#10800= IFCRELASSOCIATESLIBRARY('1lCgVFLkDBAuSdHTRpbfi2',$,$,$,(#3522),#17966); -#17966= IFCLIBRARYREFERENCE($,$,$,'IfcDistributionPort\X2\30AA30D630B830A730AF30C8306B8A2D5B9A3055308C308B96FB529B30DD30FC30C8306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); +#10798= IFCRELASSOCIATESLIBRARY('0YbjAPHXf0vQ6TyDjpuQz4',$,$,$,(#3507),#17966); +#17966= IFCLIBRARYREFERENCE($,$,$,'\X2\659C3081306E30AF30ED30B930D030FC30924F7F3063306663A57D9A3057305F30C830E930B9306E5F6272B65B9A7FA93002\X0\','ja-JP',$); -#10801= IFCRELASSOCIATESLIBRARY('0OVubNU2D2wfAV5aL6gXZx',$,$,$,(#3523),#17967); -#17967= IFCLIBRARYREFERENCE($,$,'Distribution Port Type Duct',$,'en',$); +#10799= IFCRELASSOCIATESLIBRARY('0BhXel2Sn0auoM7EFAU9cY',$,$,$,(#3508),#17967); +#17967= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Edge Fixing Plate',$,'en',$); -#10802= IFCRELASSOCIATESLIBRARY('1b7gZCoQ53kA$OvxNzaIAw',$,$,$,(#3524),#17968); -#17968= IFCLIBRARYREFERENCE($,$,'Distribution Port Type Pipe',$,'en',$); +#10800= IFCRELASSOCIATESLIBRARY('1JIBXew_98FAmdIZJTz_Ny',$,$,$,(#3508),#17968); +#17968= IFCLIBRARYREFERENCE($,$,$,'\X2\7AEF90E856FA5B9A30D730EC30FC30C8306E56FA67093002\X0\','ja-JP',$); -#10803= IFCRELASSOCIATESLIBRARY('2RNYl$kiz4Ihz$sI3rLotJ',$,$,$,(#3524),#17969); -#17969= IFCLIBRARYREFERENCE($,$,$,'IfcDistributionPort\X2\30AA30D630B830A730AF30C8306B8A2D5B9A3055308C308B914D7BA130DD30FC30C8306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); +#10801= IFCRELASSOCIATESLIBRARY('1SgW46Q1v2wgXa4KC$OMEY',$,$,$,(#3509),#17969); +#17969= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Fixing Socket',$,'en',$); -#10804= IFCRELASSOCIATESLIBRARY('2vhyk7ZJfEHQq_CGUFwbWi',$,$,$,(#3525),#17970); -#17970= IFCLIBRARYREFERENCE($,$,'Distribution System Common',$,'en',$); +#10802= IFCRELASSOCIATESLIBRARY('3JNXvSrSX8QQS5Z_ifL9Ac',$,$,$,(#3509),#17970); +#17970= IFCLIBRARYREFERENCE($,$,$,'\X2\56FA5B9A30BD30B130C330C8306E5171901A727960273002\X0\','ja-JP',$); -#10805= IFCRELASSOCIATESLIBRARY('36NFz4eaf6Zw0Zsz2wlTxY',$,$,$,(#3525),#17971); -#17971= IFCLIBRARYREFERENCE($,$,$,'\X2\642C900130B730B930C630E0\X0\IfcDistributionSystem\X2\306E95A290235C5E60273002\X0\','ja-JP',$); +#10803= IFCRELASSOCIATESLIBRARY('0pmRgYIyv2QQqDAxjg9HkP',$,$,$,(#3510),#17971); +#17971= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Ladder Truss Connector',$,'en',$); -#10806= IFCRELASSOCIATESLIBRARY('0HMcrtr4v86f9UGng1UubM',$,$,$,(#3526),#17972); -#17972= IFCLIBRARYREFERENCE($,$,'Distribution System Type Electrical',$,'en',$); +#10804= IFCRELASSOCIATESLIBRARY('3qQMd8FIvEeRn3wPGi4wq6',$,$,$,(#3510),#17972); +#17972= IFCLIBRARYREFERENCE($,$,$,'\X2\306F3058305472B6306E307E306330593050306A30AF30ED30B930D030FC30924F7F3063306663A554083057305F30C830E930B9306E5F6272B6727960273002\X0\','ja-JP',$); -#10807= IFCRELASSOCIATESLIBRARY('2H4sY_EKDBhxz3vhJz9i8P',$,$,$,(#3526),#17973); -#17973= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C1756DE8DEF306E95A290235C5E60273002\X0\','ja-JP',$); +#10805= IFCRELASSOCIATESLIBRARY('2s$IpZQ310R9$6S0f2Qmc1',$,$,$,(#3511),#17973); +#17973= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Standard Fixing Plate',$,'en',$); -#10808= IFCRELASSOCIATESLIBRARY('1Xow06dyvBAAagpF6$1erC',$,$,$,(#3528),#17974); -#17974= IFCLIBRARYREFERENCE($,$,'Distribution System Type Ventilation',$,'en',$); +#10806= IFCRELASSOCIATESLIBRARY('3hx0EnR0X5AAmRsVkZPzy2',$,$,$,(#3511),#17974); +#17974= IFCLIBRARYREFERENCE($,$,$,'\X2\6A196E967684306A56FA5B9A30D730EC30FC30C8306E56FA6709727960273002\X0\','ja-JP',$); -#10809= IFCRELASSOCIATESLIBRARY('01j84U7pD4MhDdhp$ep3s_',$,$,$,(#3528),#17975); -#17975= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C830B730B930C630E0306E4E00822C7684306A72795FB4300130D130E930E130FC30BF30FC306E5C5E60273002\X0\','ja-JP',$); +#10807= IFCRELASSOCIATESLIBRARY('0EKBUcPyPA7vaLmugU2ax5',$,$,$,(#3523),#17975); +#17975= IFCLIBRARYREFERENCE($,$,'Discrete Accessory Wire Loop',$,'en',$); -#10810= IFCRELASSOCIATESLIBRARY('0HX9HYcof5zA0HgfGcHEJY',$,$,$,(#3529),#17976); -#17976= IFCLIBRARYREFERENCE($,$,'Door Common',$,'en',$); +#10808= IFCRELASSOCIATESLIBRARY('3dmDPxbxz3dfnDqhcziOMu',$,$,$,(#3523),#17976); +#17976= IFCLIBRARYREFERENCE($,$,$,'\X2\30EF30A430E430FC755930815177306B3088308B63A57D9A90E8306E5F6272B6727960273002\X0\','ja-JP',$); -#10811= IFCRELASSOCIATESLIBRARY('04X0z3iU16CedRWsAUb1Rh',$,$,$,(#3529),#17977); -#17977= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcDoor','fr-FR',$); +#10809= IFCRELASSOCIATESLIBRARY('0tEzI3OzP1HONWhHdmBe4k',$,$,$,(#3524),#17977); +#17977= IFCLIBRARYREFERENCE($,$,'Electric Distribution Board Occurrence',$,'en',$); -#10812= IFCRELASSOCIATESLIBRARY('21aPAqRRTD$Q$UJrjBl7Ig',$,$,$,(#3529),#17978); -#17978= IFCLIBRARYREFERENCE($,$,$,'IfcDoor(\X2\30C930A2\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10810= IFCRELASSOCIATESLIBRARY('3SBYWjC9P1vu7APHMJ1snn',$,$,$,(#3525),#17978); +#17978= IFCLIBRARYREFERENCE($,$,'Electric Distribution Board Type Common',$,'en',$); -#10813= IFCRELASSOCIATESLIBRARY('3vGBQialPCOudT7WwU632d',$,$,$,(#3529),#17979); -#17979= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcDoor\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10811= IFCRELASSOCIATESLIBRARY('3w45uTdfn1we6o5Qyzlmpr',$,$,$,(#3525),#17979); +#17979= IFCLIBRARYREFERENCE($,$,$,'\X2\914D96FB76E4306B906975283059308B30D730ED30D130C630A33002\X0\','ja-JP',$); -#10814= IFCRELASSOCIATESLIBRARY('2lF0psAaL1xuZkgTsfFL1j',$,$,$,(#3531),#17980); -#17980= IFCLIBRARYREFERENCE($,$,'Door Window Glazing Type',$,'en',$); +#10812= IFCRELASSOCIATESLIBRARY('2HpKiOuJ9CTfz6sqTUVA0Q',$,$,$,(#3528),#17980); +#17980= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Common',$,'en',$); -#10815= IFCRELASSOCIATESLIBRARY('0mddj6dJf14QuSfcuUTOue',$,$,$,(#3531),#17981); -#17981= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition du composant vitrage des instances des classes IfcDoor et IfcWindow, utilis\S\ies pour des calculs thermiques et d''\S\iclairage.','fr-FR',$); +#10813= IFCRELASSOCIATESLIBRARY('1kmzQJJfj65Od01DYsvczr',$,$,$,(#3528),#17981); +#17981= IFCLIBRARYREFERENCE($,$,$,'\X2\51683066306E\X0\IfcDistributionChamberElement.\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A306E5C5E602760C558313002\X0\','ja-JP',$); -#10816= IFCRELASSOCIATESLIBRARY('3W3T7lb7v83PVNVnfxudPn',$,$,$,(#3531),#17982); -#17982= IFCLIBRARYREFERENCE($,$,$,'IfcDoor\X2\3068\X0\IfcWindow\X2\306B3042308B30AC30E930B990E854C1306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA9300271B13068660E308B3055306E8A087B97306B75283044308B3002\X0\','ja-JP',$); +#10814= IFCRELASSOCIATESLIBRARY('0R36BrChz4X8CTjtfvLAFf',$,$,$,(#3529),#17982); +#17982= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Formed Duct',$,'en',$); -#10817= IFCRELASSOCIATESLIBRARY('0JAzQiolHFBu8sy2DB67wz',$,$,$,(#3531),#17983); -#17983= IFCLIBRARYREFERENCE($,$,$,'IfcDoor\X2\548C\X0\IfcWindow\X2\5B9E4F8B768473BB748367844EF65B9A4E494E2D901A752876845C5E6027FF0C75284E8E70ED5DE5548C91C751498BA17B973002\X0\','zh-CN',$); +#10815= IFCRELASSOCIATESLIBRARY('06$GbpWpbCMv1B9b2__rg7',$,$,$,(#3529),#17983); +#17983= IFCLIBRARYREFERENCE($,$,$,'BS6100 100 3410\X2\3088308A5B9A7FA9FF1A300057304E2D306B914D7BA13001914D7DDA300130C030AF30C830928A2D7F6E3059308B305F3081306E30C030AF30C830B930DA30FC30B93002\X0\','ja-JP',$); -#10818= IFCRELASSOCIATESLIBRARY('1I55hRBbj2cPofK3qIw1zM',$,$,$,(#3532),#17984); -#17984= IFCLIBRARYREFERENCE($,$,'Duct Fitting Occurrence',$,'en',$); +#10816= IFCRELASSOCIATESLIBRARY('14wWAgbOv2Fwj7LPr5UySG',$,$,$,(#3530),#17984); +#17984= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Inspection Chamber',$,'en',$); -#10819= IFCRELASSOCIATESLIBRARY('2O6EELAof35vGfGRFwld9F',$,$,$,(#3532),#17985); -#17985= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C87D99624B306E5C5E60273002\X0\','ja-JP',$); +#10817= IFCRELASSOCIATESLIBRARY('1i4GthUY9FYfLHQU_g3p_r',$,$,$,(#3530),#17985); +#17985= IFCLIBRARYREFERENCE($,$,$,'\X2\63926C3430014E0B6C347BA1306E4E0A306B3042308B30FB70B9691C752853EF79FB52D530AB30D030FC4ED8305130D130A430D730B930DA30FC30B93002\X0\','ja-JP',$); -#10820= IFCRELASSOCIATESLIBRARY('3M7V3KwJP6m8Y7RKI8yIKQ',$,$,$,(#3533),#17986); -#17986= IFCLIBRARYREFERENCE($,$,'Duct Fitting PHistory',$,'en',$); +#10818= IFCRELASSOCIATESLIBRARY('1fwQEi9QbA_BscZuV5ioN4',$,$,$,(#3531),#17986); +#17986= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Inspection Pit',$,'en',$); -#10821= IFCRELASSOCIATESLIBRARY('2KBXJnfrn358LgX1cRz63Y',$,$,$,(#3533),#17987); -#17987= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C87D99624B306E602780FD5C656B745171901A5C5E60273002\X0\','ja-JP',$); +#10819= IFCRELASSOCIATESLIBRARY('2RCOM8_2T2chUuXXtoIx1M',$,$,$,(#3531),#17987); +#17987= IFCLIBRARYREFERENCE($,$,$,'\X2\57FA790E306E70B9691C306830B530FC30D330B9306E305F3081306B30A230AF30BB30B93067304D308B30D430C330C8FF0851F96240FF093042308B3044306F30C130E330F330D0FF087A7A9593FF093002\X0\','ja-JP',$); -#10822= IFCRELASSOCIATESLIBRARY('2vh75q_SPEXO3HF6uGC7Wt',$,$,$,(#3534),#17988); -#17988= IFCLIBRARYREFERENCE($,$,'Duct Fitting Type Common',$,'en',$); +#10820= IFCRELASSOCIATESLIBRARY('3gr$$5xCr6H8URqTPmOhNC',$,$,$,(#3532),#17988); +#17988= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Manhole',$,'en',$); -#10823= IFCRELASSOCIATESLIBRARY('0rwBLof4z37v8f4cXNeAl1',$,$,$,(#3534),#17989); -#17989= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C87D99624B5F625F0F5171901A5C5E60273002\X0\','ja-JP',$); +#10821= IFCRELASSOCIATESLIBRARY('2_3qLCrbP6V8Uoady7e72K',$,$,$,(#3532),#17989); +#17989= IFCLIBRARYREFERENCE($,$,$,'\X2\63926C3430014E0B6C347BA1306E4E0A306B3042308B30FB70B9691C752853EF79FB52D530AB30D030FC4ED8305130D130A430D730B930DA30FC30B93002\X0\','ja-JP',$); -#10824= IFCRELASSOCIATESLIBRARY('1x0RDKKLH9WwAA7yYfBtGk',$,$,$,(#3535),#17990); -#17990= IFCLIBRARYREFERENCE($,$,'Duct Segment Occurrence',$,'en',$); +#10822= IFCRELASSOCIATESLIBRARY('15N$YfRMD26wEQTff_jsSt',$,$,$,(#3533),#17990); +#17990= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Meter Chamber',$,'en',$); -#10825= IFCRELASSOCIATESLIBRARY('00Of79T$DEQxPD_0Z1rJLc',$,$,$,(#3535),#17991); -#17991= IFCLIBRARYREFERENCE($,$,$,'IfcDuctSegment\X2\306E5024306B95A2902330653044305F30C030AF30C876F47BA1306E5C5E60273002\X0\','ja-JP',$); +#10823= IFCRELASSOCIATESLIBRARY('2TAAgnVPX7x9ZWFkUr84Bu',$,$,$,(#3533),#17991); +#17991= IFCLIBRARYREFERENCE($,$,$,'\X2\30E130FC30BF30FC5BA4306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); -#10826= IFCRELASSOCIATESLIBRARY('0iM1X_gRn0sR2_1mBA96m8',$,$,$,(#3536),#17992); -#17992= IFCLIBRARYREFERENCE($,$,'Duct Segment PHistory',$,'en',$); +#10824= IFCRELASSOCIATESLIBRARY('0ANCn4khX4W9GAXqETVYZh',$,$,$,(#3534),#17992); +#17992= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Sump',$,'en',$); -#10827= IFCRELASSOCIATESLIBRARY('3c$yDmknL5Wh36nuBxlVYz',$,$,$,(#3536),#17993); -#17993= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C876F47BA1602780FD5C656B745171901A5C5E60273002\X0\','ja-JP',$); +#10825= IFCRELASSOCIATESLIBRARY('3La37NliD7YfpzsRpz3X1W',$,$,$,(#3534),#17993); +#17993= IFCLIBRARYREFERENCE($,$,$,'\X2\63926C3430C130E330F330D030FCFF0830D430C330C8FF09306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); -#10828= IFCRELASSOCIATESLIBRARY('2sK390Ff9BwB7az6xk2r7c',$,$,$,(#3537),#17994); -#17994= IFCLIBRARYREFERENCE($,$,'Duct Segment Type Common',$,'en',$); +#10826= IFCRELASSOCIATESLIBRARY('1k_myI57r89uClI5ygj9Un',$,$,$,(#3535),#17994); +#17994= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Trench',$,'en',$); -#10829= IFCRELASSOCIATESLIBRARY('2fWkr6FfvC1eZ59rAPeVg$',$,$,$,(#3537),#17995); -#17995= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C876F47BA130BF30A430D75171901A5C5E60273002\X0\','ja-JP',$); +#10827= IFCRELASSOCIATESLIBRARY('2agQ1zvU5AWgl2j7diBA$H',$,$,$,(#3535),#17995); +#17995= IFCLIBRARYREFERENCE($,$,$,'\X2\30C130E330F330D030FC306E6E9DFF0895773055306F5E453088308A95773044FF09306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); -#10830= IFCRELASSOCIATESLIBRARY('1PKhPRVeT0V9puf02Wxexi',$,$,$,(#3538),#17996); -#17996= IFCLIBRARYREFERENCE($,$,'Duct Silencer PHistory',$,'en',$); +#10828= IFCRELASSOCIATESLIBRARY('3ep_Ysa455lRRvRAtFrpJY',$,$,$,(#3536),#17996); +#17996= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Type Valve Chamber',$,'en',$); -#10831= IFCRELASSOCIATESLIBRARY('1v9J9ofGn2Yutdd0A7AlTl',$,$,$,(#3538),#17997); -#17997= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C86D8897F35668306E602780FD5C656B745171901A5C5E60273002\X0\','ja-JP',$); +#10829= IFCRELASSOCIATESLIBRARY('0_vqkFjVX2lx$6fQXQ8xGh',$,$,$,(#3536),#17997); +#17997= IFCLIBRARYREFERENCE($,$,$,'\X2\30D030EB30D65BA4FF0830D030EB30D630C130E330F330D030FCFF09306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); -#10832= IFCRELASSOCIATESLIBRARY('3DBsWVPDb2XAtjI4GLo7TP',$,$,$,(#3539),#17998); -#17998= IFCLIBRARYREFERENCE($,$,'Duct Silencer Type Common',$,'en',$); +#10830= IFCRELASSOCIATESLIBRARY('34crWZ7Sr05xuYZI4GtEIx',$,$,$,(#3537),#17998); +#17998= IFCLIBRARYREFERENCE($,$,'Distribution Port Common',$,'en',$); -#10833= IFCRELASSOCIATESLIBRARY('3ErwzQvfP6r8cwIznFRk4r',$,$,$,(#3539),#17999); -#17999= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C86D8897F356685171901A5C5E6027\X0\\X\0D\X\0A\X\0D\X\0AInsertionLoss\X2\3068\X0\RegeneratedSound\X2\306F\X0\IFC2x2 pset\X2\306E4ED893323067524A96643055308C305F5C5E6027FF1A\X0\IfcSoundProperties\X2\30924EE3308F308A306B4F7F75283057307E30593002\X0\','ja-JP',$); +#10831= IFCRELASSOCIATESLIBRARY('0T3ZqxSd14SAg094$tmQJB',$,$,$,(#3537),#17999); +#17999= IFCLIBRARYREFERENCE($,$,$,'IfcDistributionPort\X2\30AA30D630B830A730AF30C8306B95A23059308B57FA672C5C5E60273002\X0\','ja-JP',$); -#10834= IFCRELASSOCIATESLIBRARY('2UITMFjI1B0BmGRYL93cXF',$,$,$,(#3540),#18000); -#18000= IFCLIBRARYREFERENCE($,$,'Electrical Device Common',$,'en',$); +#10832= IFCRELASSOCIATESLIBRARY('0pE8DVcdbB4w2s160qNwSg',$,$,$,(#3538),#18000); +#18000= IFCLIBRARYREFERENCE($,$,'Distribution Port PHistory Cable',$,'en',$); -#10835= IFCRELASSOCIATESLIBRARY('21OXa_DYn5DwxL2wAyOixO',$,$,$,(#3543),#18001); -#18001= IFCLIBRARYREFERENCE($,$,'Electric Appliance PHistory',$,'en',$); +#10833= IFCRELASSOCIATESLIBRARY('0ZxWxur5LBagL3Bu0DEj9d',$,$,$,(#3538),#18001); +#18001= IFCLIBRARYREFERENCE($,$,$,'IfcDistributionPort\X2\30AA30D630B830A730AF30C8304C\X0\ELECTRICAL\X2\578B306E969B306B95A290233059308B\X0\IfcPerformanceHistory\X2\306B8A2D5B9A3055308C308B96FB529B4F7F7528306E30ED30B03002\X0\','ja-JP',$); -#10836= IFCRELASSOCIATESLIBRARY('1SRWVYRlX6ku6pxkI$lA4Q',$,$,$,(#3544),#18002); -#18002= IFCLIBRARYREFERENCE($,$,'Electric Appliance Type Common',$,'en',$); +#10834= IFCRELASSOCIATESLIBRARY('3C5AT38dnANQ9O7Pllbimh',$,$,$,(#3539),#18002); +#18002= IFCLIBRARYREFERENCE($,$,'Distribution Port PHistory Duct',$,'en',$); -#10837= IFCRELASSOCIATESLIBRARY('37RA4SU0DEEOnMgjlsWYAR',$,$,$,(#3544),#18003); -#18003= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB531688FD54C1306E5171901A30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); +#10835= IFCRELASSOCIATESLIBRARY('1KGMjrfDvDCPYe7lGeJWt9',$,$,$,(#3540),#18003); +#18003= IFCLIBRARYREFERENCE($,$,'Distribution Port PHistory Pipe',$,'en',$); -#10838= IFCRELASSOCIATESLIBRARY('2TN1k7O2H2jA6hMIwSgFj8',$,$,$,(#3545),#18004); -#18004= IFCLIBRARYREFERENCE($,$,'Electric Appliance Type Dishwasher',$,'en',$); +#10836= IFCRELASSOCIATESLIBRARY('24LAzWrPn9zf5UvKpePcNm',$,$,$,(#3540),#18004); +#18004= IFCLIBRARYREFERENCE($,$,$,'IfcDistributionPort\X2\30AA30D630B830A730AF30C8304C\X0\GAS\X2\578B306E969B306B95A290233059308B\X0\IfcPerformanceHistory\X2\306B8A2D5B9A3055308C308B71C365994F7F7528306E30ED30B03002\X0\','ja-JP',$); -#10839= IFCRELASSOCIATESLIBRARY('1DQZE$ac59fej3YXj$rsfD',$,$,$,(#3545),#18005); -#18005= IFCLIBRARYREFERENCE($,$,$,'\X2\98DF56686D176D446A5F306E5171901A306E30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); +#10837= IFCRELASSOCIATESLIBRARY('2StHZ0$qbB9e7QIxMMORHP',$,$,$,(#3541),#18005); +#18005= IFCLIBRARYREFERENCE($,$,'Distribution Port Type Cable',$,'en',$); -#10840= IFCRELASSOCIATESLIBRARY('285f6AgNf8TRNZZhwPqIpw',$,$,$,(#3546),#18006); -#18006= IFCLIBRARYREFERENCE($,$,'Electric Appliance Type Electric Cooker',$,'en',$); +#10838= IFCRELASSOCIATESLIBRARY('3NECaAQ8L1FA86j7bzKI7K',$,$,$,(#3541),#18006); +#18006= IFCLIBRARYREFERENCE($,$,$,'IfcDistributionPort\X2\30AA30D630B830A730AF30C8306B8A2D5B9A3055308C308B96FB529B30DD30FC30C8306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); -#10841= IFCRELASSOCIATESLIBRARY('0e9$kS6AX7BvMK903$hE0_',$,$,$,(#3546),#18007); -#18007= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C178ABF74065668306E5171901A30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); +#10839= IFCRELASSOCIATESLIBRARY('2J_GseG9z8vxu6zWKZYCu9',$,$,$,(#3542),#18007); +#18007= IFCLIBRARYREFERENCE($,$,'Distribution Port Type Duct',$,'en',$); -#10842= IFCRELASSOCIATESLIBRARY('1Wjk9RDAf3tx8CWU0HmW5o',$,$,$,(#3549),#18008); -#18008= IFCLIBRARYREFERENCE($,$,'Electric Flow Storage Device Type Common',$,'en',$); +#10840= IFCRELASSOCIATESLIBRARY('2qjTEYvmL0P9jTk55qFwqV',$,$,$,(#3543),#18008); +#18008= IFCLIBRARYREFERENCE($,$,'Distribution Port Type Pipe',$,'en',$); -#10843= IFCRELASSOCIATESLIBRARY('1LdOm7IzL9MfrdlvKsliB1',$,$,$,(#3549),#18009); -#18009= IFCLIBRARYREFERENCE($,$,$,'\X2\914D96FB30B730B930C630E0304B308996FB6C176A5F56683078306E4F9B7D666E903068305730666A5F80FD3059308B305F3081306B95A290233059308B96FB6E90306E72796027300296FB6C174F9B7D66304C906975283055308C308B3068304D306E307F4F7F75283059308B5FC58981304C3042308B583454083053306E30D730ED30D130C630A330928A2D5B9A3059308B300230D730ED30D130C630A330BB30C330C8300130D730ED30D130C630A3304C542B307E308C30663044308B305D308C3089306E5024306F96FB6E903001307E305F306F96FB6C1730B730B930C630E0306B906975283055308C30663044306A30444E0066427684306B520765AD3055308C30663044308B72B66CC1306B306F906975283055308C306A304430023053306E30D730ED30D130C630A330BB30C330C8306F5B9A5E3872B6614B306E72B66CC13092886830593002\X0\','ja-JP',$); +#10841= IFCRELASSOCIATESLIBRARY('0QvHiF6Dz7Zf6XRJxNDIaB',$,$,$,(#3543),#18009); +#18009= IFCLIBRARYREFERENCE($,$,$,'IfcDistributionPort\X2\30AA30D630B830A730AF30C8306B8A2D5B9A3055308C308B914D7BA130DD30FC30C8306B95A23059308B5C5E602760C558313002\X0\','ja-JP',$); -#10844= IFCRELASSOCIATESLIBRARY('3YOnl_dif2uPJ6haJ2f24U',$,$,$,(#3554),#18010); -#18010= IFCLIBRARYREFERENCE($,$,'Electric Generator Type Common',$,'en',$); +#10842= IFCRELASSOCIATESLIBRARY('18XuA6j1zCjhQU1zI22kyD',$,$,$,(#3544),#18010); +#18010= IFCLIBRARYREFERENCE($,$,'Distribution System Common',$,'en',$); -#10845= IFCRELASSOCIATESLIBRARY('3EomYuavHEmeDny8L5afAi',$,$,$,(#3554),#18011); -#18011= IFCLIBRARYREFERENCE($,$,$,'\X2\6A5F68B030A830CD30EB30AE30FC309296FB6C1730A830CD30EB30AE30FC306B590963DB3059308B72796B8A306A30A830F330B830F330925B9A7FA93002\X0\','ja-JP',$); +#10843= IFCRELASSOCIATESLIBRARY('3hjfpc4bj1WP0aeXC9vfd9',$,$,$,(#3544),#18011); +#18011= IFCLIBRARYREFERENCE($,$,$,'\X2\642C900130B730B930C630E0\X0\IfcDistributionSystem\X2\306E95A290235C5E60273002\X0\','ja-JP',$); -#10846= IFCRELASSOCIATESLIBRARY('37WN4hU_vFvej2OiH1HjU7',$,$,$,(#3555),#18012); -#18012= IFCLIBRARYREFERENCE($,$,'Electric Motor Type Common',$,'en',$); +#10844= IFCRELASSOCIATESLIBRARY('1kNL5h$5n52B7mbe_7OJkG',$,$,$,(#3545),#18012); +#18012= IFCLIBRARYREFERENCE($,$,'Distribution System Type Electrical',$,'en',$); -#10847= IFCRELASSOCIATESLIBRARY('0BfUwZ_L1EOAbJuMb5UJAa',$,$,$,(#3555),#18013); -#18013= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C1730A830CD30EB30AE30FC30926A5F68B030A830CD30EB30AE30FC306B590963DB3059308B30A830F330B830F330925B9A7FA930024E004F53578B30DD30F330D7308430D530A130F3306E8FD1304F306763A57D9A3057305F58345408306F300130E230FC30BF30FC81EA4F53304C76F463A530DD30F330D7308430D530A130F3306E4E0090E83068307F306A3055308C308B53EF80FD6027304C3042308B306E3067300130E230FC30BF30FC306799C652D53055308C30663044308B6642306F6CE8610F30023053306E58345408300130E230FC30BF30FC306E60C55831306F30E230FC30BF30FC\X0\/\X2\30E230FC30BF30FC306E63A57D9A5B9F614B30927D4C7531305B305A306B30DD30F330D7308430D530A130F3306776F463A563075B9A3059308B5FC58981304C3042308B3002\X0\\X\0D\X\0AStartingTime\X2\3068\X0\TeTime\X2\306F\X0\ IFC4\X2\30678FFD52A03002\X0\','ja-JP',$); +#10845= IFCRELASSOCIATESLIBRARY('3QBxbsLpz0EgYZqOttkV6V',$,$,$,(#3545),#18013); +#18013= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C1756DE8DEF306E95A290235C5E60273002\X0\','ja-JP',$); -#10848= IFCRELASSOCIATESLIBRARY('2o3zCT8arASB1wsk8RfKgO',$,$,$,(#3556),#18014); -#18014= IFCLIBRARYREFERENCE($,$,'Electric Time Control Type Common',$,'en',$); +#10846= IFCRELASSOCIATESLIBRARY('2AIL7$Bcn4cfFOcN0m3Sc0',$,$,$,(#3547),#18014); +#18014= IFCLIBRARYREFERENCE($,$,'Distribution System Type Ventilation',$,'en',$); -#10849= IFCRELASSOCIATESLIBRARY('26DqP79BP1tR6_8gCgLAfS',$,$,$,(#3556),#18015); -#18015= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C176642959352365FA188C57F6E306E305F3081306E5171901A306E30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); +#10847= IFCRELASSOCIATESLIBRARY('0wqjYjE9DF88O1wqDguo9Z',$,$,$,(#3547),#18015); +#18015= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C830B730B930C630E0306E4E00822C7684306A72795FB4300130D130E930E130FC30BF30FC306E5C5E60273002\X0\','ja-JP',$); -#10850= IFCRELASSOCIATESLIBRARY('1InY5Lmi93TABPmP6RPxzc',$,$,$,(#3570),#18016); -#18016= IFCLIBRARYREFERENCE($,$,'Element Component Common',$,'en',$); +#10848= IFCRELASSOCIATESLIBRARY('03eypMSd1BoRWNrJ1jvg0u',$,$,$,(#3548),#18016); +#18016= IFCLIBRARYREFERENCE($,$,'Door Common',$,'en',$); -#10851= IFCRELASSOCIATESLIBRARY('0H0sVRjlz06grZLHqKzqEA',$,$,$,(#3574),#18017); -#18017= IFCLIBRARYREFERENCE($,$,'Engine Type Common',$,'en',$); +#10849= IFCRELASSOCIATESLIBRARY('3dv9wKGob6SgOpn45nZD3e',$,$,$,(#3548),#18017); +#18017= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcDoor','fr-FR',$); -#10852= IFCRELASSOCIATESLIBRARY('0_q_obtQn0OAGtogStEkzc',$,$,$,(#3574),#18018); -#18018= IFCLIBRARYREFERENCE($,$,$,'\X2\30A830F330B830F330BF30A430D75171901A5C5E60273002\X0\','ja-JP',$); +#10850= IFCRELASSOCIATESLIBRARY('0hkTSS1Tf1jOvfqpp0rRMM',$,$,$,(#3548),#18018); +#18018= IFCLIBRARYREFERENCE($,$,$,'IfcDoor(\X2\30C930A2\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10853= IFCRELASSOCIATESLIBRARY('3x7R1aCR56ePaTJBRu$KX2',$,$,$,(#3577),#18019); -#18019= IFCLIBRARYREFERENCE($,$,'Environmental Impact Indicators',$,'en',$); +#10851= IFCRELASSOCIATESLIBRARY('0vVkK92Pv84u5u$N4iMYXr',$,$,$,(#3548),#18019); +#18019= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcDoor\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10854= IFCRELASSOCIATESLIBRARY('0w8g7JmFfAGR7hcrfTw$4M',$,$,$,(#3577),#18020); -#18020= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : Les indicateurs d''impacts environnementaux sont valables pour une unit\S\i fonctionnelle, concept d\S\ifini dans l''ISO 14040. Exemple : fen\S\jtre \S\` double vitrage et \S\` menuiserie en PVC ; l''unit\S\i \S\` consid\S\irer est "un m\S\htre carr\S\i d''ouverture remplie par ce produit".','fr-FR',$); +#10852= IFCRELASSOCIATESLIBRARY('0z1uZkeqX8zPCrDFsnLJ__',$,$,$,(#3550),#18020); +#18020= IFCLIBRARYREFERENCE($,$,'Door Window Glazing Type',$,'en',$); -#10855= IFCRELASSOCIATESLIBRARY('3mqwxYDbfFEu$fOOIsoNdf',$,$,$,(#3577),#18021); -#18021= IFCLIBRARYREFERENCE($,$,$,'\X2\74B058835F7197FF63076A19306F3001300C6A5F80FD53584F4D\X0\functional unit (ISO 14040 \X2\30B330F330BB30D730C8FF09300D306B95A29023304C3042308A307E305930026A5F80FD53584F4D306E4F8B306F300C\X0\PVC\X2\30D530EC30FC30E0306B3088308B4E8C91CD30AC30E930B97A93300D306730593002305D3057306630018003616E3059308B53584F4D306F300C3053306E88FD54C130676E80305F3055308C305F958B53E389817D20306E\X0\1\X2\5E7365B930E130FC30C830EB300D306730593002\X0\\X\0D\X\0A\X2\300063076A19306E5024306F300130E930A430D530B530A430AF30EB516830663001307E305F306F72795B9A306E6BB5968EFF0830E930A430D530B530A430AF30EB30D530A730FC30BA\X0\LifeCyclePhase\X2\30D730ED30D130C630A353C27167FF0930603051306B30423066306F307E308A307E3059300251683066306E63076A19306E5024306F3001671F5F853055308C308B801075285E746570306B3088306330665E7430543068306B886873FE3055308C307E30593002521D3081306EFF153064306E30D730ED30D130C630A3306F\X0\ functional unit\X2\306E7279602730926349304830663044307E30593002\X0\\X\0D\X\0A\X2\4EE54E0B306E72796027306F300174B0588363076A19306B95A29023304C3042308A307E30593002\X0\\X\0D\X\0A\X2\FF153064306B306430443066306E56FD969B7684306A610F898B306E5408610F304C3042308A307E3059300267005F8C306E3082306E306F300156FD969B30EC30D930EB30673001307E30605B8C5168306B306F6B635F0F306B540C610F3055308C30663044306A30443002\X0\','ja-JP',$); +#10853= IFCRELASSOCIATESLIBRARY('3WuCpE9eHCFusi$JaZYijP',$,$,$,(#3550),#18021); +#18021= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition du composant vitrage des instances des classes IfcDoor et IfcWindow, utilis\S\ies pour des calculs thermiques et d''\S\iclairage.','fr-FR',$); -#10856= IFCRELASSOCIATESLIBRARY('2SItZ748jCwAH_SBHqAAgz',$,$,$,(#3578),#18022); -#18022= IFCLIBRARYREFERENCE($,$,'Environmental Impact Values',$,'en',$); +#10854= IFCRELASSOCIATESLIBRARY('0gWMfS6f9BbRLmCuilKKSu',$,$,$,(#3550),#18022); +#18022= IFCLIBRARYREFERENCE($,$,$,'IfcDoor\X2\3068\X0\IfcWindow\X2\306B3042308B30AC30E930B990E854C1306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA9300271B13068660E308B3055306E8A087B97306B75283044308B3002\X0\','ja-JP',$); -#10857= IFCRELASSOCIATESLIBRARY('2bFkxQCYH2QRE6xWeqUroz',$,$,$,(#3578),#18023); -#18023= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : les propri\S\it\S\is suivantes capturent les valeurs des impacts environnementaux d''un \S\il\S\iment. Ils correspondent aux indicateurs d\S\ifinis dans Pset_EnvironmentalImpactIndicators.','fr-FR',$); +#10855= IFCRELASSOCIATESLIBRARY('1nVJhMxIv9$xh3I8rafw4N',$,$,$,(#3550),#18023); +#18023= IFCLIBRARYREFERENCE($,$,$,'IfcDoor\X2\548C\X0\IfcWindow\X2\5B9E4F8B768473BB748367844EF65B9A4E494E2D901A752876845C5E6027FF0C75284E8E70ED5DE5548C91C751498BA17B973002\X0\','zh-CN',$); -#10858= IFCRELASSOCIATESLIBRARY('3dZWWVtqn1WwKNnpqJonjw',$,$,$,(#3578),#18024); -#18024= IFCLIBRARYREFERENCE($,$,$,'IAI\X2\306B3088308B5B9A7FA9FF1A6B21306E30D730ED30D130C630A3306F300189817D20306E74B058833078306E5F7197FF5024309263553048308B3002305D308C3089306F\X0\ Pset_EnvironmentalImpactIndicators \X2\306B5B9A7FA93055308C30663044308B63076A19306B5BFE5FDC3002\X0\\X\0D\X\0A\X2\74B05883306B5F7197FF3059308B5024306F300189817D20306E90695207306A657091CF306B308830633066300153584F4D3042305F308A306B5272308A58973057305F5024309253D65F973002\X0\','ja-JP',$); +#10856= IFCRELASSOCIATESLIBRARY('2Z3Q5xfJf8IP_BboEhcBml',$,$,$,(#3551),#18024); +#18024= IFCLIBRARYREFERENCE($,$,'Duct Fitting Occurrence',$,'en',$); -#10859= IFCRELASSOCIATESLIBRARY('2Hk$z1gnP5yxt54uMjTWRk',$,$,$,(#3579),#18025); -#18025= IFCLIBRARYREFERENCE($,$,'Evaporative Cooler PHistory',$,'en',$); +#10857= IFCRELASSOCIATESLIBRARY('2rU5unXqHD$QPvWBd6vlUK',$,$,$,(#3551),#18025); +#18025= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C87D99624B306E5C5E60273002\X0\','ja-JP',$); -#10860= IFCRELASSOCIATESLIBRARY('3b$VMbffnENxRyhgPGp7yI',$,$,$,(#3579),#18026); -#18026= IFCLIBRARYREFERENCE($,$,$,'\X2\84B8767A51B753745668306E602780FD5C656B745C5E6027\X0\','ja-JP',$); +#10858= IFCRELASSOCIATESLIBRARY('1UbMHho_n8WhqDfY2j8vw2',$,$,$,(#3552),#18026); +#18026= IFCLIBRARYREFERENCE($,$,'Duct Fitting PHistory',$,'en',$); -#10861= IFCRELASSOCIATESLIBRARY('2SHS2lSLH6CvJM5m12wKDy',$,$,$,(#3580),#18027); -#18027= IFCLIBRARYREFERENCE($,$,'Evaporative Cooler Type Common',$,'en',$); +#10859= IFCRELASSOCIATESLIBRARY('08VEnrYBD6Khj$zJfYAs$l',$,$,$,(#3552),#18027); +#18027= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C87D99624B306E602780FD5C656B745171901A5C5E60273002\X0\','ja-JP',$); -#10862= IFCRELASSOCIATESLIBRARY('3aI8LelTPBAg0yF4iYcU4T',$,$,$,(#3580),#18028); -#18028= IFCLIBRARYREFERENCE($,$,$,'\X2\84B8767A51B7537456685171901A5C5E602730928A2D5B9A\X0\\X\0D\X\0ASound\X2\5C5E6027304C\X0\IFC2x2 pset\X2\306E4ED893323067524A96643055308C305FFF1A\X0\IfcSoundProperties\X2\30924EE3308F308A306B4F7F75283057307E30593002\X0\ WaterRequirement\X2\5C5E602730E630CB30C330C830BF30A430D7306F\X0\IFC2x2 pset\X2\306E4ED893323067590966F43055308C305F3002\X0\','ja-JP',$); +#10860= IFCRELASSOCIATESLIBRARY('1JeJN9iST3lhR9B4oT0rVB',$,$,$,(#3553),#18028); +#18028= IFCLIBRARYREFERENCE($,$,'Duct Fitting Type Common',$,'en',$); -#10863= IFCRELASSOCIATESLIBRARY('0_R3Y$kzb5CP23f3tvIH4I',$,$,$,(#3581),#18029); -#18029= IFCLIBRARYREFERENCE($,$,'Evaporator PHistory',$,'en',$); +#10861= IFCRELASSOCIATESLIBRARY('2zCSJsK1TEJe2iKGKFxN6R',$,$,$,(#3553),#18029); +#18029= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C87D99624B5F625F0F5171901A5C5E60273002\X0\','ja-JP',$); -#10864= IFCRELASSOCIATESLIBRARY('25tHLqFbzFlAWMnBATiUlL',$,$,$,(#3581),#18030); -#18030= IFCLIBRARYREFERENCE($,$,$,'\X2\84B8767A5668602780FD5C656B745C5E6027\X0\','ja-JP',$); +#10862= IFCRELASSOCIATESLIBRARY('3q2yeiV6r6OwaNlCOJl2Ra',$,$,$,(#3554),#18030); +#18030= IFCLIBRARYREFERENCE($,$,'Duct Segment Occurrence',$,'en',$); -#10865= IFCRELASSOCIATESLIBRARY('097J2k5azDMubno$_PvWpQ',$,$,$,(#3582),#18031); -#18031= IFCLIBRARYREFERENCE($,$,'Evaporator Type Common',$,'en',$); +#10863= IFCRELASSOCIATESLIBRARY('20UgeTk9zBswBj1Y_2sorl',$,$,$,(#3554),#18031); +#18031= IFCLIBRARYREFERENCE($,$,$,'IfcDuctSegment\X2\306E5024306B95A2902330653044305F30C030AF30C876F47BA1306E5C5E60273002\X0\','ja-JP',$); -#10866= IFCRELASSOCIATESLIBRARY('3bCyjVvI15Wfrw3e$P1VZF',$,$,$,(#3582),#18032); -#18032= IFCLIBRARYREFERENCE($,$,$,'\X2\84B8767A566830BF30A430D75171901A5C5E6027\X0\','ja-JP',$); +#10864= IFCRELASSOCIATESLIBRARY('2UlaTzmaL7IBy91GyKuuqX',$,$,$,(#3555),#18032); +#18032= IFCLIBRARYREFERENCE($,$,'Duct Segment PHistory',$,'en',$); -#10867= IFCRELASSOCIATESLIBRARY('2OD09CQTj4HOxlE45d6G45',$,$,$,(#3584),#18033); -#18033= IFCLIBRARYREFERENCE($,$,'Fan Centrifugal',$,'en',$); +#10865= IFCRELASSOCIATESLIBRARY('0hA2V3rTT5TOKwHRmcOB9v',$,$,$,(#3555),#18033); +#18033= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C876F47BA1602780FD5C656B745171901A5C5E60273002\X0\','ja-JP',$); -#10868= IFCRELASSOCIATESLIBRARY('1qSQY8Nxb5wg_vlOGZ80mR',$,$,$,(#3584),#18034); -#18034= IFCLIBRARYREFERENCE($,$,$,'IfcFan\X2\306E5024306B4ED8305152A030483089308C305F90605FC3900198A86A5F306E5C5E6027\X0\','ja-JP',$); +#10866= IFCRELASSOCIATESLIBRARY('0JIqjP6Y98PONAnwHb3Qwu',$,$,$,(#3556),#18034); +#18034= IFCLIBRARYREFERENCE($,$,'Duct Segment Type Common',$,'en',$); -#10869= IFCRELASSOCIATESLIBRARY('2ktAUES896dgyWNahYC5xa',$,$,$,(#3585),#18035); -#18035= IFCLIBRARYREFERENCE($,$,'Fan Occurrence',$,'en',$); +#10867= IFCRELASSOCIATESLIBRARY('0V22j0uuD4Wvw60FztUxZm',$,$,$,(#3556),#18035); +#18035= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C876F47BA130BF30A430D75171901A5C5E60273002\X0\','ja-JP',$); -#10870= IFCRELASSOCIATESLIBRARY('1yAvuqJK91Fg_UtB66an1m',$,$,$,(#3585),#18036); -#18036= IFCLIBRARYREFERENCE($,$,$,'IfcFan\X2\306E5024306B4ED8305152A030483089308C305F\X0\Fan\X2\5C5E6027\X0\','ja-JP',$); +#10868= IFCRELASSOCIATESLIBRARY('0LC_IAozP2ChoQZBTGHw9B',$,$,$,(#3557),#18036); +#18036= IFCLIBRARYREFERENCE($,$,'Duct Silencer PHistory',$,'en',$); -#10871= IFCRELASSOCIATESLIBRARY('24_nVTxxLBkeXPV8p43Sop',$,$,$,(#3586),#18037); -#18037= IFCLIBRARYREFERENCE($,$,'Fan PHistory',$,'en',$); +#10869= IFCRELASSOCIATESLIBRARY('3gcub5_WTAaAwTKG8JZvzF',$,$,$,(#3557),#18037); +#18037= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C86D8897F35668306E602780FD5C656B745171901A5C5E60273002\X0\','ja-JP',$); -#10872= IFCRELASSOCIATESLIBRARY('1Hc0vqhqb3YRAIxwcuT80Z',$,$,$,(#3586),#18038); -#18038= IFCLIBRARYREFERENCE($,$,$,'Fan\X2\602780FD5C656B745C5E6027\X0\\X\0D\X\0ASound\X2\5C5E6027306F\X0\IFC2x2\X2\4ED893323067524A96643055308C305F3002FF1A\X0\ IfcSoundProperties\X2\30924EE3308F308A306B4F7F3046\X0\','ja-JP',$); +#10870= IFCRELASSOCIATESLIBRARY('0KaKO95NfE7OONs1sNgkz0',$,$,$,(#3558),#18038); +#18038= IFCLIBRARYREFERENCE($,$,'Duct Silencer Type Common',$,'en',$); -#10873= IFCRELASSOCIATESLIBRARY('21iNCbbbb3NO5Xq6RvbtnU',$,$,$,(#3587),#18039); -#18039= IFCLIBRARYREFERENCE($,$,'Fan Type Common',$,'en',$); +#10871= IFCRELASSOCIATESLIBRARY('1DUopkEBn4rPioSUR_i8Wd',$,$,$,(#3558),#18039); +#18039= IFCLIBRARYREFERENCE($,$,$,'\X2\30C030AF30C86D8897F356685171901A5C5E6027\X0\\X\0D\X\0A\X\0D\X\0AInsertionLoss\X2\3068\X0\RegeneratedSound\X2\306F\X0\IFC2x2 pset\X2\306E4ED893323067524A96643055308C305F5C5E6027FF1A\X0\IfcSoundProperties\X2\30924EE3308F308A306B4F7F75283057307E30593002\X0\','ja-JP',$); -#10874= IFCRELASSOCIATESLIBRARY('3pyWMbbc9FIQtNV3$28iGb',$,$,$,(#3587),#18040); -#18040= IFCLIBRARYREFERENCE($,$,$,'Fan\X2\30BF30A430D75171901A5C5E6027\X0\','ja-JP',$); +#10872= IFCRELASSOCIATESLIBRARY('1ctpI1mIbBsOWY8nlYbFVU',$,$,$,(#3561),#18040); +#18040= IFCLIBRARYREFERENCE($,$,'Electrical Device Common',$,'en',$); -#10875= IFCRELASSOCIATESLIBRARY('2qxoqC4NXBZBGoxX_O8S7G',$,$,$,(#3589),#18041); -#18041= IFCLIBRARYREFERENCE($,$,'Fastener Weld',$,'en',$); +#10873= IFCRELASSOCIATESLIBRARY('37u6oQ7SbDsw1am_q$jycj',$,$,$,(#3564),#18041); +#18041= IFCLIBRARYREFERENCE($,$,'Electric Appliance PHistory',$,'en',$); -#10876= IFCRELASSOCIATESLIBRARY('3LnUDg9Uf0NuT89pU$mDe0',$,$,$,(#3592),#18042); -#18042= IFCLIBRARYREFERENCE($,$,'Filter PHistory',$,'en',$); +#10874= IFCRELASSOCIATESLIBRARY('20Rv3P8SL6G8Gsu41ahSGI',$,$,$,(#3565),#18042); +#18042= IFCLIBRARYREFERENCE($,$,'Electric Appliance Type Common',$,'en',$); -#10877= IFCRELASSOCIATESLIBRARY('3jYbgrOTbBy9hIgLMg4SaO',$,$,$,(#3593),#18043); -#18043= IFCLIBRARYREFERENCE($,$,'Filter Type Air Particle Filter',$,'en',$); +#10875= IFCRELASSOCIATESLIBRARY('0BpsCccab2xgxAjzyYsmuV',$,$,$,(#3565),#18043); +#18043= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB531688FD54C1306E5171901A30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); -#10878= IFCRELASSOCIATESLIBRARY('3nA4mJeyDCfOsYED$m6VQp',$,$,$,(#3594),#18044); -#18044= IFCLIBRARYREFERENCE($,$,'Filter Type Common',$,'en',$); +#10876= IFCRELASSOCIATESLIBRARY('1tJ3Ar08H9kvVO$Fjas0Ii',$,$,$,(#3566),#18044); +#18044= IFCLIBRARYREFERENCE($,$,'Electric Appliance Type Dishwasher',$,'en',$); -#10879= IFCRELASSOCIATESLIBRARY('1l7UZf5JfFFQWexACq52nP',$,$,$,(#3595),#18045); -#18045= IFCLIBRARYREFERENCE($,$,'Filter Type Compressed Air Filter',$,'en',$); +#10877= IFCRELASSOCIATESLIBRARY('2FpYAHwb1459b_MoVzxBS_',$,$,$,(#3566),#18045); +#18045= IFCLIBRARYREFERENCE($,$,$,'\X2\98DF56686D176D446A5F306E5171901A306E30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); -#10880= IFCRELASSOCIATESLIBRARY('0LDordAkLAk9x1yxLFHC7d',$,$,$,(#3596),#18046); -#18046= IFCLIBRARYREFERENCE($,$,'Filter Type Water Filter',$,'en',$); +#10878= IFCRELASSOCIATESLIBRARY('249DmateTBkAES6mNRkmA_',$,$,$,(#3567),#18046); +#18046= IFCLIBRARYREFERENCE($,$,'Electric Appliance Type Electric Cooker',$,'en',$); -#10881= IFCRELASSOCIATESLIBRARY('36rmUL6BH4Jf_VNRAjJRkt',$,$,$,(#3597),#18047); -#18047= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Type Breeching Inlet',$,'en',$); +#10879= IFCRELASSOCIATESLIBRARY('1Pqroujj91svKggXEgGFSv',$,$,$,(#3567),#18047); +#18047= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C178ABF74065668306E5171901A30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); -#10882= IFCRELASSOCIATESLIBRARY('1FNaVNmND4YwHuqxdCwxqP',$,$,$,(#3597),#18048); -#18048= IFCLIBRARYREFERENCE($,$,$,'\X2\307230683064306E30D130A430D7FF0890695408\X0\BS6100330114\X2\FF09306B\X0\2\X2\30644EE54E0A306E516553E33092308230645BFE79F0914D7BA17D99624B3002\X0\','ja-JP',$); +#10880= IFCRELASSOCIATESLIBRARY('0FGQkb$dr9rB210pBN8qpC',$,$,$,(#3570),#18048); +#18048= IFCLIBRARYREFERENCE($,$,'Electric Flow Storage Device Type Common',$,'en',$); -#10883= IFCRELASSOCIATESLIBRARY('3bq2qT3ZXAz8rWPhpS509x',$,$,$,(#3598),#18049); -#18049= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Type Common',$,'en',$); +#10881= IFCRELASSOCIATESLIBRARY('1ogSfko8r4quTTVabn0kG4',$,$,$,(#3570),#18049); +#18049= IFCLIBRARYREFERENCE($,$,$,'\X2\914D96FB30B730B930C630E0304B308996FB6C176A5F56683078306E4F9B7D666E903068305730666A5F80FD3059308B305F3081306B95A290233059308B96FB6E90306E72796027300296FB6C174F9B7D66304C906975283055308C308B3068304D306E307F4F7F75283059308B5FC58981304C3042308B583454083053306E30D730ED30D130C630A330928A2D5B9A3059308B300230D730ED30D130C630A330BB30C330C8300130D730ED30D130C630A3304C542B307E308C30663044308B305D308C3089306E5024306F96FB6E903001307E305F306F96FB6C1730B730B930C630E0306B906975283055308C30663044306A30444E0066427684306B520765AD3055308C30663044308B72B66CC1306B306F906975283055308C306A304430023053306E30D730ED30D130C630A330BB30C330C8306F5B9A5E3872B6614B306E72B66CC13092886830593002\X0\','ja-JP',$); -#10884= IFCRELASSOCIATESLIBRARY('2KTs4xyf5CmPWJQpyTViq$',$,$,$,(#3598),#18050); -#18050= IFCLIBRARYREFERENCE($,$,$,'\X2\6D88706B6813306E5171901A30D730ED30D130C630A330928A2D5B9A3002\X0\','ja-JP',$); +#10882= IFCRELASSOCIATESLIBRARY('2uBoaUbKL9UQhsDqQmksFX',$,$,$,(#3575),#18050); +#18050= IFCLIBRARYREFERENCE($,$,'Electric Generator Type Common',$,'en',$); -#10885= IFCRELASSOCIATESLIBRARY('1t$BX2waPEtRpfFOjEjczh',$,$,$,(#3599),#18051); -#18051= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Type Fire Hydrant',$,'en',$); +#10883= IFCRELASSOCIATESLIBRARY('25_4qBD_TCM9rXToOfn4Ti',$,$,$,(#3575),#18051); +#18051= IFCLIBRARYREFERENCE($,$,$,'\X2\6A5F68B030A830CD30EB30AE30FC309296FB6C1730A830CD30EB30AE30FC306B590963DB3059308B72796B8A306A30A830F330B830F330925B9A7FA93002\X0\','ja-JP',$); -#10886= IFCRELASSOCIATESLIBRARY('1h9J1UlCnB38IGblGT2VcI',$,$,$,(#3599),#18052); -#18052= IFCLIBRARYREFERENCE($,$,$,'\X2\FF08\X0\BS61003306107\X2\FF09304B30894F9B7D663055308C308B4E0066427684306A6C343092901A3059914D7BA1306B53D6308A4ED830513089308C308B88C57F6E3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6D88706B6813306E8A737D30306B306430443066306F3001\X0\www.firehydrant.org\X2\309253C271673002\X0\','ja-JP',$); +#10884= IFCRELASSOCIATESLIBRARY('06B1i_2rXC5O3CWxRRgU7Z',$,$,$,(#3576),#18052); +#18052= IFCLIBRARYREFERENCE($,$,'Electric Motor Type Common',$,'en',$); -#10887= IFCRELASSOCIATESLIBRARY('12zzn9XS13x9QqvCd$js2K',$,$,$,(#3600),#18053); -#18053= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Type Hose Reel',$,'en',$); +#10885= IFCRELASSOCIATESLIBRARY('1Sntds6x97kvcwJJXh_l56',$,$,$,(#3576),#18053); +#18053= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C1730A830CD30EB30AE30FC30926A5F68B030A830CD30EB30AE30FC306B590963DB3059308B30A830F330B830F330925B9A7FA930024E004F53578B30DD30F330D7308430D530A130F3306E8FD1304F306763A57D9A3057305F58345408306F300130E230FC30BF30FC81EA4F53304C76F463A530DD30F330D7308430D530A130F3306E4E0090E83068307F306A3055308C308B53EF80FD6027304C3042308B306E3067300130E230FC30BF30FC306799C652D53055308C30663044308B6642306F6CE8610F30023053306E58345408300130E230FC30BF30FC306E60C55831306F30E230FC30BF30FC\X0\/\X2\30E230FC30BF30FC306E63A57D9A5B9F614B30927D4C7531305B305A306B30DD30F330D7308430D530A130F3306776F463A563075B9A3059308B5FC58981304C3042308B3002\X0\\X\0D\X\0AStartingTime\X2\3068\X0\TeTime\X2\306F\X0\ IFC4\X2\30678FFD52A03002\X0\','ja-JP',$); -#10888= IFCRELASSOCIATESLIBRARY('0nDsNlSov3dO3X2zS38iZy',$,$,$,(#3600),#18054); -#18054= IFCLIBRARYREFERENCE($,$,$,'\X2\30DB30FC30B9304C640D50B73057305F3068304D306E30B530DD30FC30C8306E4ED57D44307F3002FF08\X0\BS61001558201\X2\FF09\X0\\X\0D\X\0A\X\0D\X\0A\X2\30DB30FC30B9306B4F9B7D663055308C308B30B530FC30D330B9304C6C34304B6CE1304B306F3001305D306E30DB30FC30B930EA30FC30EB304C63A57D9A3055308C30663044308B30B730B930C630E0306B3088308B3002\X0\','ja-JP',$); +#10886= IFCRELASSOCIATESLIBRARY('3ihdEAxE17gQ59H8gw1u3$',$,$,$,(#3577),#18054); +#18054= IFCLIBRARYREFERENCE($,$,'Electric Time Control Type Common',$,'en',$); -#10889= IFCRELASSOCIATESLIBRARY('0_CZbRA9n4ux46J7iYvL_6',$,$,$,(#3601),#18055); -#18055= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Type Sprinkler',$,'en',$); +#10887= IFCRELASSOCIATESLIBRARY('3a$9oJAjb8jvbZanHE7ZyD',$,$,$,(#3577),#18055); +#18055= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C176642959352365FA188C57F6E306E305F3081306E5171901A306E30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); -#10890= IFCRELASSOCIATESLIBRARY('1LI6eEFTL5CfX_1C_CDN6r',$,$,$,(#3601),#18056); -#18056= IFCLIBRARYREFERENCE($,$,$,'\X2\72795B9A30A830EA30A2306B6C3457273092304B3051305F914D7BA13088308A65636C343059308B88C57F6E3002FF08\X0\BS61001003432\X2\FF09\X0\','ja-JP',$); +#10888= IFCRELASSOCIATESLIBRARY('36UlIFbSz8hAQ7thqbzRop',$,$,$,(#3591),#18056); +#18056= IFCLIBRARYREFERENCE($,$,'Element Component Common',$,'en',$); -#10891= IFCRELASSOCIATESLIBRARY('1tpQgq_55078GRrjqw1Wwv',$,$,$,(#3602),#18057); -#18057= IFCLIBRARYREFERENCE($,$,'Flow Instrument PHistory',$,'en',$); +#10889= IFCRELASSOCIATESLIBRARY('399NFbnrP1DQywN_VPbuZk',$,$,$,(#3595),#18057); +#18057= IFCLIBRARYREFERENCE($,$,'Engine Type Common',$,'en',$); -#10892= IFCRELASSOCIATESLIBRARY('3qwA9eJZb1b8tPRe3FmqnQ',$,$,$,(#3603),#18058); -#18058= IFCLIBRARYREFERENCE($,$,'Flow Instrument Type Common',$,'en',$); +#10890= IFCRELASSOCIATESLIBRARY('1AnWujHf96ZfrefifBp4Cp',$,$,$,(#3595),#18058); +#18058= IFCLIBRARYREFERENCE($,$,$,'\X2\30A830F330B830F330BF30A430D75171901A5C5E60273002\X0\','ja-JP',$); -#10893= IFCRELASSOCIATESLIBRARY('2bgaYMEr1DUQKy4QDMydA0',$,$,$,(#3603),#18059); -#18059= IFCLIBRARYREFERENCE($,$,$,'\X2\6D414F538A085668306E5171901A5C5E60273002\X0\','ja-JP',$); +#10891= IFCRELASSOCIATESLIBRARY('2ogR9jK5r1zeuViMvYtimE',$,$,$,(#3598),#18059); +#18059= IFCLIBRARYREFERENCE($,$,'Environmental Impact Indicators',$,'en',$); -#10894= IFCRELASSOCIATESLIBRARY('10E$DVhMPAwv9_bLPayrfu',$,$,$,(#3604),#18060); -#18060= IFCLIBRARYREFERENCE($,$,'Flow Instrument Type Pressure Gauge',$,'en',$); +#10892= IFCRELASSOCIATESLIBRARY('0YZR_keBLEIw8ZtRA7gZSG',$,$,$,(#3598),#18060); +#18060= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : Les indicateurs d''impacts environnementaux sont valables pour une unit\S\i fonctionnelle, concept d\S\ifini dans l''ISO 14040. Exemple : fen\S\jtre \S\` double vitrage et \S\` menuiserie en PVC ; l''unit\S\i \S\` consid\S\irer est "un m\S\htre carr\S\i d''ouverture remplie par ce produit".','fr-FR',$); -#10895= IFCRELASSOCIATESLIBRARY('2ILytxJWjBfB45psNWkFtM',$,$,$,(#3604),#18061); -#18061= IFCLIBRARYREFERENCE($,$,$,'\X2\305D306E4F4D7F6E306E5727529B3001307E305F306F3001\X0\2\X2\304B6240306E5DEE572730926E2C5B9A30578868793A3059308B30C730D030A430B93002\X0\','ja-JP',$); +#10893= IFCRELASSOCIATESLIBRARY('1phIvGPUH66voHzfITYczS',$,$,$,(#3598),#18061); +#18061= IFCLIBRARYREFERENCE($,$,$,'\X2\74B058835F7197FF63076A19306F3001300C6A5F80FD53584F4D\X0\functional unit (ISO 14040 \X2\30B330F330BB30D730C8FF09300D306B95A29023304C3042308A307E305930026A5F80FD53584F4D306E4F8B306F300C\X0\PVC\X2\30D530EC30FC30E0306B3088308B4E8C91CD30AC30E930B97A93300D306730593002305D3057306630018003616E3059308B53584F4D306F300C3053306E88FD54C130676E80305F3055308C305F958B53E389817D20306E\X0\1\X2\5E7365B930E130FC30C830EB300D306730593002\X0\\X\0D\X\0A\X2\300063076A19306E5024306F300130E930A430D530B530A430AF30EB516830663001307E305F306F72795B9A306E6BB5968EFF0830E930A430D530B530A430AF30EB30D530A730FC30BA\X0\LifeCyclePhase\X2\30D730ED30D130C630A353C27167FF0930603051306B30423066306F307E308A307E3059300251683066306E63076A19306E5024306F3001671F5F853055308C308B801075285E746570306B3088306330665E7430543068306B886873FE3055308C307E30593002521D3081306EFF153064306E30D730ED30D130C630A3306F\X0\ functional unit\X2\306E7279602730926349304830663044307E30593002\X0\\X\0D\X\0A\X2\4EE54E0B306E72796027306F300174B0588363076A19306B95A29023304C3042308A307E30593002\X0\\X\0D\X\0A\X2\FF153064306B306430443066306E56FD969B7684306A610F898B306E5408610F304C3042308A307E3059300267005F8C306E3082306E306F300156FD969B30EC30D930EB30673001307E30605B8C5168306B306F6B635F0F306B540C610F3055308C30663044306A30443002\X0\','ja-JP',$); -#10896= IFCRELASSOCIATESLIBRARY('2KZxoMqszACgNRDLq4u8uq',$,$,$,(#3605),#18062); -#18062= IFCLIBRARYREFERENCE($,$,'Flow Instrument Type Thermometer',$,'en',$); +#10894= IFCRELASSOCIATESLIBRARY('17Ua9Nt2b8rw5IbtM4K416',$,$,$,(#3599),#18062); +#18062= IFCLIBRARYREFERENCE($,$,'Environmental Impact Values',$,'en',$); -#10897= IFCRELASSOCIATESLIBRARY('3HGrBsB4jACQQzx75$6bfv',$,$,$,(#3605),#18063); -#18063= IFCLIBRARYREFERENCE($,$,$,'\X2\6E295EA630926E2C5B9A30578868793A3059308B30C730D030A430B93002\X0\','ja-JP',$); +#10895= IFCRELASSOCIATESLIBRARY('3i7pXWdKnAnwODbmV9wgbK',$,$,$,(#3599),#18063); +#18063= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : les propri\S\it\S\is suivantes capturent les valeurs des impacts environnementaux d''un \S\il\S\iment. Ils correspondent aux indicateurs d\S\ifinis dans Pset_EnvironmentalImpactIndicators.','fr-FR',$); -#10898= IFCRELASSOCIATESLIBRARY('00wg6tyJH3FxOk9N$g$gJ7',$,$,$,(#3606),#18064); -#18064= IFCLIBRARYREFERENCE($,$,'Flow Meter Occurrence',$,'en',$); +#10896= IFCRELASSOCIATESLIBRARY('1dJai20kL2SvINcEREh$HE',$,$,$,(#3599),#18064); +#18064= IFCLIBRARYREFERENCE($,$,$,'IAI\X2\306B3088308B5B9A7FA9FF1A6B21306E30D730ED30D130C630A3306F300189817D20306E74B058833078306E5F7197FF5024309263553048308B3002305D308C3089306F\X0\ Pset_EnvironmentalImpactIndicators \X2\306B5B9A7FA93055308C30663044308B63076A19306B5BFE5FDC3002\X0\\X\0D\X\0A\X2\74B05883306B5F7197FF3059308B5024306F300189817D20306E90695207306A657091CF306B308830633066300153584F4D3042305F308A306B5272308A58973057305F5024309253D65F973002\X0\','ja-JP',$); -#10899= IFCRELASSOCIATESLIBRARY('1EMxvikGj7NO7nAmLz2l3e',$,$,$,(#3607),#18065); -#18065= IFCLIBRARYREFERENCE($,$,'Flow Meter Type Common',$,'en',$); +#10897= IFCRELASSOCIATESLIBRARY('05eFGkH2HCfQ$gXjF3o8Mx',$,$,$,(#3600),#18065); +#18065= IFCLIBRARYREFERENCE($,$,'Evaporative Cooler PHistory',$,'en',$); -#10900= IFCRELASSOCIATESLIBRARY('3NY1PMFNL8sBGCCs_r6y_d',$,$,$,(#3608),#18066); -#18066= IFCLIBRARYREFERENCE($,$,'Flow Meter Type Energy Meter',$,'en',$); +#10898= IFCRELASSOCIATESLIBRARY('3Pp69E5mf4OwRFt5gXbuoM',$,$,$,(#3600),#18066); +#18066= IFCLIBRARYREFERENCE($,$,$,'\X2\84B8767A51B753745668306E602780FD5C656B745C5E6027\X0\','ja-JP',$); -#10901= IFCRELASSOCIATESLIBRARY('3zkEyX2$52Nv6FnFzQqoo0',$,$,$,(#3609),#18067); -#18067= IFCLIBRARYREFERENCE($,$,'Flow Meter Type Gas Meter',$,'en',$); +#10899= IFCRELASSOCIATESLIBRARY('3H2k3W3in0QR_KIFWk$TCr',$,$,$,(#3601),#18067); +#18067= IFCLIBRARYREFERENCE($,$,'Evaporative Cooler Type Common',$,'en',$); -#10902= IFCRELASSOCIATESLIBRARY('1O4dYTN59DMecmQTtQ7rLj',$,$,$,(#3610),#18068); -#18068= IFCLIBRARYREFERENCE($,$,'Flow Meter Type Oil Meter',$,'en',$); +#10900= IFCRELASSOCIATESLIBRARY('3OEEIhurb0_OAAG2HdkBuG',$,$,$,(#3601),#18068); +#18068= IFCLIBRARYREFERENCE($,$,$,'\X2\84B8767A51B7537456685171901A5C5E602730928A2D5B9A\X0\\X\0D\X\0ASound\X2\5C5E6027304C\X0\IFC2x2 pset\X2\306E4ED893323067524A96643055308C305FFF1A\X0\IfcSoundProperties\X2\30924EE3308F308A306B4F7F75283057307E30593002\X0\ WaterRequirement\X2\5C5E602730E630CB30C330C830BF30A430D7306F\X0\IFC2x2 pset\X2\306E4ED893323067590966F43055308C305F3002\X0\','ja-JP',$); -#10903= IFCRELASSOCIATESLIBRARY('1mby6911D7S9Jq$jZc_2Pz',$,$,$,(#3611),#18069); -#18069= IFCLIBRARYREFERENCE($,$,'Flow Meter Type Water Meter',$,'en',$); +#10901= IFCRELASSOCIATESLIBRARY('1Hc_$3Nm90ER1t9gU4ZG21',$,$,$,(#3602),#18069); +#18069= IFCLIBRARYREFERENCE($,$,'Evaporator PHistory',$,'en',$); -#10904= IFCRELASSOCIATESLIBRARY('1y5lUXsXjDruw9mI8cIrAG',$,$,$,(#3612),#18070); -#18070= IFCLIBRARYREFERENCE($,$,'Footing Common',$,'en',$); +#10902= IFCRELASSOCIATESLIBRARY('0MoHD761T5OfWGovWv3LBD',$,$,$,(#3602),#18070); +#18070= IFCLIBRARYREFERENCE($,$,$,'\X2\84B8767A5668602780FD5C656B745C5E6027\X0\','ja-JP',$); -#10905= IFCRELASSOCIATESLIBRARY('3D$y5SGPP9Cx1em5hGZSyg',$,$,$,(#3612),#18071); -#18071= IFCLIBRARYREFERENCE($,$,$,'\X2\751F62103055308C305F305930793066306E\X0\IfcFooting \X2\306E5B9A7FA9306B5171901A3059308B30D730ED30D130C630A33002\X0\','ja-JP',$); +#10903= IFCRELASSOCIATESLIBRARY('0fwYIBcVH3_u3mT6B5Qai2',$,$,$,(#3603),#18071); +#18071= IFCLIBRARYREFERENCE($,$,'Evaporator Type Common',$,'en',$); -#10906= IFCRELASSOCIATESLIBRARY('2yqF7Co159YxGwEKv6Jc8g',$,$,$,(#3614),#18072); -#18072= IFCLIBRARYREFERENCE($,$,'Furniture Type Chair',$,'en',$); +#10904= IFCRELASSOCIATESLIBRARY('0MMvgy1z55T8_xz5AeEhm5',$,$,$,(#3603),#18072); +#18072= IFCLIBRARYREFERENCE($,$,$,'\X2\84B8767A566830BF30A430D75171901A5C5E6027\X0\','ja-JP',$); -#10907= IFCRELASSOCIATESLIBRARY('1KnOxStTD9ERsV1jF3$vJe',$,$,$,(#3615),#18073); -#18073= IFCLIBRARYREFERENCE($,$,'Furniture Type Common',$,'en',$); +#10905= IFCRELASSOCIATESLIBRARY('2D7DuZBNv5$eN1lObU5Ofo',$,$,$,(#3605),#18073); +#18073= IFCLIBRARYREFERENCE($,$,'Fan Centrifugal',$,'en',$); -#10908= IFCRELASSOCIATESLIBRARY('013Z1rD7P5WxNCUBEkY7$D',$,$,$,(#3616),#18074); -#18074= IFCLIBRARYREFERENCE($,$,'Furniture Type Desk',$,'en',$); +#10906= IFCRELASSOCIATESLIBRARY('1EqAlsTi54sfrqib1ZRNQ$',$,$,$,(#3605),#18074); +#18074= IFCLIBRARYREFERENCE($,$,$,'IfcFan\X2\306E5024306B4ED8305152A030483089308C305F90605FC3900198A86A5F306E5C5E6027\X0\','ja-JP',$); -#10909= IFCRELASSOCIATESLIBRARY('0047VEqN10pggtR$EwfNen',$,$,$,(#3617),#18075); -#18075= IFCLIBRARYREFERENCE($,$,'Furniture Type File Cabinet',$,'en',$); +#10907= IFCRELASSOCIATESLIBRARY('27PuByPQb0uRsA2SObyFVq',$,$,$,(#3606),#18075); +#18075= IFCLIBRARYREFERENCE($,$,'Fan Occurrence',$,'en',$); -#10910= IFCRELASSOCIATESLIBRARY('0ynFNz0eH6jA7B4YvLR5ta',$,$,$,(#3618),#18076); -#18076= IFCLIBRARYREFERENCE($,$,'Furniture Type Table',$,'en',$); +#10908= IFCRELASSOCIATESLIBRARY('3e1nIOp6j3p8h7GE396cW0',$,$,$,(#3606),#18076); +#18076= IFCLIBRARYREFERENCE($,$,$,'IfcFan\X2\306E5024306B4ED8305152A030483089308C305F\X0\Fan\X2\5C5E6027\X0\','ja-JP',$); -#10911= IFCRELASSOCIATESLIBRARY('2e1$qHmHL0Rfmjuot$$5OZ',$,$,$,(#3631),#18077); -#18077= IFCLIBRARYREFERENCE($,$,'Heat Exchanger Type Common',$,'en',$); +#10909= IFCRELASSOCIATESLIBRARY('27$6RLcB14G9EiP_tCtced',$,$,$,(#3607),#18077); +#18077= IFCLIBRARYREFERENCE($,$,'Fan PHistory',$,'en',$); -#10912= IFCRELASSOCIATESLIBRARY('0vKeUg0OzAVAEs6QKVLAw8',$,$,$,(#3632),#18078); -#18078= IFCLIBRARYREFERENCE($,$,'Heat Exchanger Type Plate',$,'en',$); +#10910= IFCRELASSOCIATESLIBRARY('3UBe5XWjbCOATF6rBta_Cg',$,$,$,(#3607),#18078); +#18078= IFCLIBRARYREFERENCE($,$,$,'Fan\X2\602780FD5C656B745C5E6027\X0\\X\0D\X\0ASound\X2\5C5E6027306F\X0\IFC2x2\X2\4ED893323067524A96643055308C305F3002FF1A\X0\ IfcSoundProperties\X2\30924EE3308F308A306B4F7F3046\X0\','ja-JP',$); -#10913= IFCRELASSOCIATESLIBRARY('0_Zci_WSn6dBy4ZGC9LxCM',$,$,$,(#3633),#18079); -#18079= IFCLIBRARYREFERENCE($,$,'Humidifier PHistory',$,'en',$); +#10911= IFCRELASSOCIATESLIBRARY('3Fm2b2HePBYOvM0uMvwzTA',$,$,$,(#3608),#18079); +#18079= IFCLIBRARYREFERENCE($,$,'Fan Type Common',$,'en',$); -#10914= IFCRELASSOCIATESLIBRARY('1jK5sRKKzCD8cXFTNL6inm',$,$,$,(#3634),#18080); -#18080= IFCLIBRARYREFERENCE($,$,'Humidifier Type Common',$,'en',$); +#10912= IFCRELASSOCIATESLIBRARY('3hrtShbWH01hUHFQihzSpX',$,$,$,(#3608),#18080); +#18080= IFCLIBRARYREFERENCE($,$,$,'Fan\X2\30BF30A430D75171901A5C5E6027\X0\','ja-JP',$); -#10915= IFCRELASSOCIATESLIBRARY('1QTxV32zbAHA18t49LT0WL',$,$,$,(#3634),#18081); -#18081= IFCLIBRARYREFERENCE($,$,$,'\X2\52A06E7F5668578B60C55831306B95A23059308B5171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); +#10913= IFCRELASSOCIATESLIBRARY('1qSSLVd3D6fgXv1nMo95Yg',$,$,$,(#3610),#18081); +#18081= IFCLIBRARYREFERENCE($,$,'Fastener Weld',$,'en',$); -#10916= IFCRELASSOCIATESLIBRARY('0Z96MaMvPErQmJUOe1zTWO',$,$,$,(#3639),#18082); -#18082= IFCLIBRARYREFERENCE($,$,'Interceptor Type Common',$,'en',$); +#10914= IFCRELASSOCIATESLIBRARY('1DnemR309EWuw9qebVdr3c',$,$,$,(#3613),#18082); +#18082= IFCLIBRARYREFERENCE($,$,'Filter PHistory',$,'en',$); -#10917= IFCRELASSOCIATESLIBRARY('3EhzYK8xH1CuABfml05Z_O',$,$,$,(#3639),#18083); -#18083= IFCLIBRARYREFERENCE($,$,$,'\X2\963B96C65668306E5171901A30D730ED30D130C630A330928A2D5B9A3057307E30593002\X0\','ja-JP',$); +#10915= IFCRELASSOCIATESLIBRARY('1ASy1STzrDsAr_Nqar$WDA',$,$,$,(#3614),#18083); +#18083= IFCLIBRARYREFERENCE($,$,'Filter Type Air Particle Filter',$,'en',$); -#10918= IFCRELASSOCIATESLIBRARY('2aYkbeyDv20Rh0JHew7amY',$,$,$,(#3643),#18084); -#18084= IFCLIBRARYREFERENCE($,$,'Junction Box Type Common',$,'en',$); +#10916= IFCRELASSOCIATESLIBRARY('1HspSOms903xk$v8E2uVmi',$,$,$,(#3615),#18084); +#18084= IFCLIBRARYREFERENCE($,$,'Filter Type Common',$,'en',$); -#10919= IFCRELASSOCIATESLIBRARY('2cts1gG_17hR0fIoCN6mgo',$,$,$,(#3643),#18085); -#18085= IFCLIBRARYREFERENCE($,$,$,'\X2\30B830E330F330AF30B730E730F330DC30C330AF30B9306F4E2D306B30B130FC30D630EB304C63A57D9A3055308C30663044308B30B130FC30B93002\X0\\X\0D\X\0A IFC4\X2\306B306665B0898F3002\X0\','ja-JP',$); +#10917= IFCRELASSOCIATESLIBRARY('2GbpybodzDGOuFe$vr5lke',$,$,$,(#3616),#18085); +#18085= IFCLIBRARYREFERENCE($,$,'Filter Type Compressed Air Filter',$,'en',$); -#10920= IFCRELASSOCIATESLIBRARY('0G2$nZmXv0bhRbULMWlaru',$,$,$,(#3648),#18086); -#18086= IFCLIBRARYREFERENCE($,$,'Lamp Type Common',$,'en',$); +#10918= IFCRELASSOCIATESLIBRARY('25B0OmUtfE$hTIv4rkBUTr',$,$,$,(#3617),#18086); +#18086= IFCLIBRARYREFERENCE($,$,'Filter Type Water Filter',$,'en',$); -#10921= IFCRELASSOCIATESLIBRARY('29kt_uFNLEevUCd5rt4HUC',$,$,$,(#3648),#18087); -#18087= IFCLIBRARYREFERENCE($,$,$,'\X2\30E930F330D7306F51493092767A3059308B30883046306B8A2D8A083055308C305F7167660E56685177306E90E854C13002\X0\\X\0D\X\0AIFC 2x3\X2\306E\X0\Pset_LampEmitterTypeCommon\X2\304B3089540D524D304C590966F43002\X0\','ja-JP',$); +#10919= IFCRELASSOCIATESLIBRARY('2uYckUu2X9NPyzuA3ymbG2',$,$,$,(#3618),#18087); +#18087= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Type Breeching Inlet',$,'en',$); -#10922= IFCRELASSOCIATESLIBRARY('0e2kwq5ZnFSxXbm0GAIyto',$,$,$,(#3649),#18088); -#18088= IFCLIBRARYREFERENCE($,$,'Land Registration',$,'en',$); +#10920= IFCRELASSOCIATESLIBRARY('3CMONDhnj8Wu$h2blHL5P$',$,$,$,(#3618),#18088); +#18088= IFCLIBRARYREFERENCE($,$,$,'\X2\307230683064306E30D130A430D7FF0890695408\X0\BS6100330114\X2\FF09306B\X0\2\X2\30644EE54E0A306E516553E33092308230645BFE79F0914D7BA17D99624B3002\X0\','ja-JP',$); -#10923= IFCRELASSOCIATESLIBRARY('3aG0P8qcj3ZPa$VrTLC$Hg',$,$,$,(#3649),#18089); -#18089= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : sp\S\icifie l''identit\S\i de l''entit\S\i fonci\S\hre attribu\S\i par une autorit\S\i. Nota : La propri\S\it\S\i LandTitleID doit \S\jtre utilis\S\ie de pr\S\if\S\irence \S\` l''attribut LandTitleNumber de la classe IfcSite.','fr-FR',$); +#10921= IFCRELASSOCIATESLIBRARY('13fNTdBKL2fezMCCPQdJSU',$,$,$,(#3619),#18089); +#18089= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Type Common',$,'en',$); -#10924= IFCRELASSOCIATESLIBRARY('0M$0IhGNDC7uzpQOYXQuWd',$,$,$,(#3649),#18090); -#18090= IFCLIBRARYREFERENCE($,$,$,'\X2\65775730306E767B8A1830B730B930C630E04E0A306E8B58522560C55831306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA9300250998003FF1A\X0\LandTitileID\X2\30D730ED30D130C630A3306F3001\X0\IfcSite.LandTitleNumber\X2\5C5E6027304C5EC36B623055308C308B306E306B4F3430443001512A51487684306B4F7F75283055308C308B3002\X0\','ja-JP',$); +#10922= IFCRELASSOCIATESLIBRARY('2SySp4lUr7aBD3x5n97mNs',$,$,$,(#3619),#18090); +#18090= IFCLIBRARYREFERENCE($,$,$,'\X2\6D88706B6813306E5171901A30D730ED30D130C630A330928A2D5B9A3002\X0\','ja-JP',$); -#10925= IFCRELASSOCIATESLIBRARY('26MBynNLj2$g6bphgj_hjG',$,$,$,(#3650),#18091); -#18091= IFCLIBRARYREFERENCE($,$,'Light Fixture Type Common',$,'en',$); +#10923= IFCRELASSOCIATESLIBRARY('3MSGgnotT8bwUeBlFiKpjf',$,$,$,(#3620),#18091); +#18091= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Type Fire Hydrant',$,'en',$); -#10926= IFCRELASSOCIATESLIBRARY('0dT3TlMNb8Je7Kt5oHN6PZ',$,$,$,(#3650),#18092); -#18092= IFCLIBRARYREFERENCE($,$,$,'\X2\7167660E56685177306E5171901A30C730FC30BF3002\X0\\X\0D\X\0AIFC4\X2\3067\X0\ArticleNumber\X2\306F524A96643055308C307E3057305F30024EE3308F308A306B\X0\Pset_ManufacturerTypeInformation\X2\30924F7F752830573066304F3060305530443002\X0\','ja-JP',$); +#10924= IFCRELASSOCIATESLIBRARY('1XG$KkLVb0nBrtV1DHPHXV',$,$,$,(#3620),#18092); +#18092= IFCLIBRARYREFERENCE($,$,$,'\X2\FF08\X0\BS61003306107\X2\FF09304B30894F9B7D663055308C308B4E0066427684306A6C343092901A3059914D7BA1306B53D6308A4ED830513089308C308B88C57F6E3002\X0\\X\0D\X\0A\X\0D\X\0A\X2\6D88706B6813306E8A737D30306B306430443066306F3001\X0\www.firehydrant.org\X2\309253C271673002\X0\','ja-JP',$); -#10927= IFCRELASSOCIATESLIBRARY('3OzOGg0HX26AcKQ2FFfqf8',$,$,$,(#3651),#18093); -#18093= IFCLIBRARYREFERENCE($,$,'Light Fixture Type Security Lighting',$,'en',$); +#10925= IFCRELASSOCIATESLIBRARY('0zEAN5PTHCXunOGXELT0qg',$,$,$,(#3621),#18093); +#18093= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Type Hose Reel',$,'en',$); -#10928= IFCRELASSOCIATESLIBRARY('28jSLEIC5B2uH$ZzdbHN3C',$,$,$,(#3651),#18094); -#18094= IFCLIBRARYREFERENCE($,$,$,'\X2\963272AF706F306E72795FB430D730ED30D130C630A33002\X0\','ja-JP',$); +#10926= IFCRELASSOCIATESLIBRARY('3E3Y3ij4P4Sx$Qxj0XyZqW',$,$,$,(#3621),#18094); +#18094= IFCLIBRARYREFERENCE($,$,$,'\X2\30DB30FC30B9304C640D50B73057305F3068304D306E30B530DD30FC30C8306E4ED57D44307F3002FF08\X0\BS61001558201\X2\FF09\X0\\X\0D\X\0A\X\0D\X\0A\X2\30DB30FC30B9306B4F9B7D663055308C308B30B530FC30D330B9304C6C34304B6CE1304B306F3001305D306E30DB30FC30B930EA30FC30EB304C63A57D9A3055308C30663044308B30B730B930C630E0306B3088308B3002\X0\','ja-JP',$); -#10929= IFCRELASSOCIATESLIBRARY('1a205_VXj2aOOhobtr5DTw',$,$,$,(#3657),#18095); -#18095= IFCLIBRARYREFERENCE($,$,'Manufacturer Occurrence',$,'en',$); +#10927= IFCRELASSOCIATESLIBRARY('0Z$_pJRN58SQmxVeHYAVLl',$,$,$,(#3622),#18095); +#18095= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Type Sprinkler',$,'en',$); -#10930= IFCRELASSOCIATESLIBRARY('2PFhcSffj06hhRSqOlmO7P',$,$,$,(#3658),#18096); -#18096= IFCLIBRARYREFERENCE($,$,'Manufacturer Type Information',$,'en',$); +#10928= IFCRELASSOCIATESLIBRARY('0kpLwHx8f8999DJQp5slYn',$,$,$,(#3622),#18096); +#18096= IFCLIBRARYREFERENCE($,$,$,'\X2\72795B9A30A830EA30A2306B6C3457273092304B3051305F914D7BA13088308A65636C343059308B88C57F6E3002FF08\X0\BS61001003432\X2\FF09\X0\','ja-JP',$); -#10931= IFCRELASSOCIATESLIBRARY('0RJ$j4OWz5fx_C$5itxQrI',$,$,$,(#3665),#18097); -#18097= IFCLIBRARYREFERENCE($,$,'Material Combustion',$,'en',$); +#10929= IFCRELASSOCIATESLIBRARY('08taTUjEv3FgCfJGiEzmvE',$,$,$,(#3623),#18097); +#18097= IFCLIBRARYREFERENCE($,$,'Flow Instrument PHistory',$,'en',$); -#10932= IFCRELASSOCIATESLIBRARY('33msJhkXj9uw0pypOJg3QQ',$,$,$,(#3666),#18098); -#18098= IFCLIBRARYREFERENCE($,$,'Material Common',$,'en',$); +#10930= IFCRELASSOCIATESLIBRARY('1rN5PYEj58Rgq8xGEbKtVr',$,$,$,(#3624),#18098); +#18098= IFCLIBRARYREFERENCE($,$,'Flow Instrument Type Common',$,'en',$); -#10933= IFCRELASSOCIATESLIBRARY('0tSQ9cCVfE0PCEZWBCxPBb',$,$,$,(#3667),#18099); -#18099= IFCLIBRARYREFERENCE($,$,'Material Concrete',$,'en',$); +#10931= IFCRELASSOCIATESLIBRARY('12RQno64D97gPWRP8Kuo4_',$,$,$,(#3624),#18099); +#18099= IFCLIBRARYREFERENCE($,$,$,'\X2\6D414F538A085668306E5171901A5C5E60273002\X0\','ja-JP',$); -#10934= IFCRELASSOCIATESLIBRARY('3NNutSjcDBehCNnQ3d1VQ5',$,$,$,(#3668),#18100); -#18100= IFCLIBRARYREFERENCE($,$,'Material Energy',$,'en',$); +#10932= IFCRELASSOCIATESLIBRARY('1v9cks0ffF_evtsfijPDOG',$,$,$,(#3625),#18100); +#18100= IFCLIBRARYREFERENCE($,$,'Flow Instrument Type Pressure Gauge',$,'en',$); -#10935= IFCRELASSOCIATESLIBRARY('3gZpGZYW1CCQFKQchNDzTl',$,$,$,(#3669),#18101); -#18101= IFCLIBRARYREFERENCE($,$,'Material Fuel',$,'en',$); +#10933= IFCRELASSOCIATESLIBRARY('0OTPt91tf2rf9IVQxq9o4W',$,$,$,(#3625),#18101); +#18101= IFCLIBRARYREFERENCE($,$,$,'\X2\305D306E4F4D7F6E306E5727529B3001307E305F306F3001\X0\2\X2\304B6240306E5DEE572730926E2C5B9A30578868793A3059308B30C730D030A430B93002\X0\','ja-JP',$); -#10936= IFCRELASSOCIATESLIBRARY('3DuF0Enq16rBUxvmzOkb60',$,$,$,(#3670),#18102); -#18102= IFCLIBRARYREFERENCE($,$,'Material Hygroscopic',$,'en',$); +#10934= IFCRELASSOCIATESLIBRARY('0yBqkshfj1j9DI9qWq4ol$',$,$,$,(#3626),#18102); +#18102= IFCLIBRARYREFERENCE($,$,'Flow Instrument Type Thermometer',$,'en',$); -#10937= IFCRELASSOCIATESLIBRARY('2DtKIGN4T1mg07TqAaPQ_r',$,$,$,(#3671),#18103); -#18103= IFCLIBRARYREFERENCE($,$,'Material Mechanical',$,'en',$); +#10935= IFCRELASSOCIATESLIBRARY('0lqa$bbc1A08YdDkPg_eJQ',$,$,$,(#3626),#18103); +#18103= IFCLIBRARYREFERENCE($,$,$,'\X2\6E295EA630926E2C5B9A30578868793A3059308B30C730D030A430B93002\X0\','ja-JP',$); -#10938= IFCRELASSOCIATESLIBRARY('0UvsuDlv9FJR83HAN5thpn',$,$,$,(#3672),#18104); -#18104= IFCLIBRARYREFERENCE($,$,'Material Optical',$,'en',$); +#10936= IFCRELASSOCIATESLIBRARY('3A0uSCfjTBuxJEFLvJMEEN',$,$,$,(#3627),#18104); +#18104= IFCLIBRARYREFERENCE($,$,'Flow Meter Occurrence',$,'en',$); -#10939= IFCRELASSOCIATESLIBRARY('1ZzyfBY_zDY9ix_yzRDEXQ',$,$,$,(#3673),#18105); -#18105= IFCLIBRARYREFERENCE($,$,'Material Steel',$,'en',$); +#10937= IFCRELASSOCIATESLIBRARY('1Ofe4UepD3jQaSijCL0O$g',$,$,$,(#3628),#18105); +#18105= IFCLIBRARYREFERENCE($,$,'Flow Meter Type Common',$,'en',$); -#10940= IFCRELASSOCIATESLIBRARY('2QT2UdnKXCSOWRPzyxdHO5',$,$,$,(#3674),#18106); -#18106= IFCLIBRARYREFERENCE($,$,'Material Thermal',$,'en',$); +#10938= IFCRELASSOCIATESLIBRARY('3OmlFjnPj2VBmimJ4RnBG1',$,$,$,(#3629),#18106); +#18106= IFCLIBRARYREFERENCE($,$,'Flow Meter Type Energy Meter',$,'en',$); -#10941= IFCRELASSOCIATESLIBRARY('1Ui2oJZZ53XeBO3UE6Mgnb',$,$,$,(#3675),#18107); -#18107= IFCLIBRARYREFERENCE($,$,'Material Water',$,'en',$); +#10939= IFCRELASSOCIATESLIBRARY('2SKR8khMj76gXPhCiKKwyK',$,$,$,(#3630),#18107); +#18107= IFCLIBRARYREFERENCE($,$,'Flow Meter Type Gas Meter',$,'en',$); -#10942= IFCRELASSOCIATESLIBRARY('33L0gb0hfFKv5LWRrXzDWJ',$,$,$,(#3676),#18108); -#18108= IFCLIBRARYREFERENCE($,$,'Material Wood',$,'en',$); +#10940= IFCRELASSOCIATESLIBRARY('0DNXdu6cb96gH2yRVw3Y9C',$,$,$,(#3631),#18108); +#18108= IFCLIBRARYREFERENCE($,$,'Flow Meter Type Oil Meter',$,'en',$); -#10943= IFCRELASSOCIATESLIBRARY('21wyLQYBX2WOJnxkvTabOe',$,$,$,(#3677),#18109); -#18109= IFCLIBRARYREFERENCE($,$,'Material Wood Based Beam',$,'en',$); +#10941= IFCRELASSOCIATESLIBRARY('2wspQMueXEEPguy7CWZ8ul',$,$,$,(#3632),#18109); +#18109= IFCLIBRARYREFERENCE($,$,'Flow Meter Type Water Meter',$,'en',$); -#10944= IFCRELASSOCIATESLIBRARY('20KSqZsknBzAIL3ghXKvk5',$,$,$,(#3678),#18110); -#18110= IFCLIBRARYREFERENCE($,$,'Material Wood Based Panel',$,'en',$); +#10942= IFCRELASSOCIATESLIBRARY('3PwD4RYPHCSfVi$pQr8VIw',$,$,$,(#3633),#18110); +#18110= IFCLIBRARYREFERENCE($,$,'Footing Common',$,'en',$); -#10945= IFCRELASSOCIATESLIBRARY('2467zqx6T6sfcqdli3gd8V',$,$,$,(#3679),#18111); -#18111= IFCLIBRARYREFERENCE($,$,'Mechanical Fastener Anchor Bolt',$,'en',$); +#10943= IFCRELASSOCIATESLIBRARY('1CzmNEjFjEVu52PnEpLina',$,$,$,(#3633),#18111); +#18111= IFCLIBRARYREFERENCE($,$,$,'\X2\751F62103055308C305F305930793066306E\X0\IfcFooting \X2\306E5B9A7FA9306B5171901A3059308B30D730ED30D130C630A33002\X0\','ja-JP',$); -#10946= IFCRELASSOCIATESLIBRARY('0BdjPsmzjFmPxcXsv9YDa5',$,$,$,(#3679),#18112); -#18112= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230F330AB30FC30DC30EB30C8306E5171901A30D730ED30D130C630A33002\X0\','ja-JP',$); +#10944= IFCRELASSOCIATESLIBRARY('3FLe7m8hrDMPbtLUaSwR3I',$,$,$,(#3635),#18112); +#18112= IFCLIBRARYREFERENCE($,$,'Furniture Type Chair',$,'en',$); -#10947= IFCRELASSOCIATESLIBRARY('2VY8S7egjA$ug8iNryQNK7',$,$,$,(#3680),#18113); -#18113= IFCLIBRARYREFERENCE($,$,'Mechanical Fastener Bolt',$,'en',$); +#10945= IFCRELASSOCIATESLIBRARY('1HXYyFDc5CF8$anRABPNVT',$,$,$,(#3636),#18113); +#18113= IFCLIBRARYREFERENCE($,$,'Furniture Type Common',$,'en',$); -#10948= IFCRELASSOCIATESLIBRARY('3ILe9YlmX2$hlWt5Lp23G6',$,$,$,(#3684),#18114); -#18114= IFCLIBRARYREFERENCE($,$,'Medical Device Type Common',$,'en',$); +#10946= IFCRELASSOCIATESLIBRARY('2NvhJ6pFLAtBffbCtDJt4e',$,$,$,(#3637),#18114); +#18114= IFCLIBRARYREFERENCE($,$,'Furniture Type Desk',$,'en',$); -#10949= IFCRELASSOCIATESLIBRARY('3CIjp$T_f7R8i9Kio$0Nm3',$,$,$,(#3684),#18115); -#18115= IFCLIBRARYREFERENCE($,$,$,'\X2\533B76426A5F5668306B95A23059308B5171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); +#10947= IFCRELASSOCIATESLIBRARY('0ypoyusF95b9ZOWqkUFLyg',$,$,$,(#3638),#18115); +#18115= IFCLIBRARYREFERENCE($,$,'Furniture Type File Cabinet',$,'en',$); -#10950= IFCRELASSOCIATESLIBRARY('3hGFIbzbbB3Bka07az4TnZ',$,$,$,(#3685),#18116); -#18116= IFCLIBRARYREFERENCE($,$,'Member Common',$,'en',$); +#10948= IFCRELASSOCIATESLIBRARY('0Tq3pzoO1ABhdBIPDIT3l4',$,$,$,(#3639),#18116); +#18116= IFCLIBRARYREFERENCE($,$,'Furniture Type Table',$,'en',$); -#10951= IFCRELASSOCIATESLIBRARY('1QiF9Gtvj3$xB4Q_k1zfjd',$,$,$,(#3685),#18117); -#18117= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcMember','fr-FR',$); +#10949= IFCRELASSOCIATESLIBRARY('02Lf$$JbH7Kh5Fyt3rCyGx',$,$,$,(#3656),#18117); +#18117= IFCLIBRARYREFERENCE($,$,'Heat Exchanger Type Common',$,'en',$); -#10952= IFCRELASSOCIATESLIBRARY('26ofUn5fH3SRMGcckoU6ak',$,$,$,(#3685),#18118); -#18118= IFCLIBRARYREFERENCE($,$,$,'IfcMember\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10950= IFCRELASSOCIATESLIBRARY('3VrGkVVNf1zgEGMDx3Ttgz',$,$,$,(#3657),#18118); +#18118= IFCLIBRARYREFERENCE($,$,'Heat Exchanger Type Plate',$,'en',$); -#10953= IFCRELASSOCIATESLIBRARY('1kqTJD2Wz5fhalsoF477hM',$,$,$,(#3685),#18119); -#18119= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcMember\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#10951= IFCRELASSOCIATESLIBRARY('2sooi0Mgb6E9qVkejza2Xg',$,$,$,(#3658),#18119); +#18119= IFCLIBRARYREFERENCE($,$,'Humidifier PHistory',$,'en',$); -#10954= IFCRELASSOCIATESLIBRARY('2k46SxeX5CYQe7pEGxhot8',$,$,$,(#3702),#18120); -#18120= IFCLIBRARYREFERENCE($,$,'Motor Connection Type Common',$,'en',$); +#10952= IFCRELASSOCIATESLIBRARY('0NkWLU$QH5SQnljeIYjmZX',$,$,$,(#3659),#18120); +#18120= IFCLIBRARYREFERENCE($,$,'Humidifier Type Common',$,'en',$); -#10955= IFCRELASSOCIATESLIBRARY('2JfBsZbxX6XOla3rLoOj7G',$,$,$,(#3702),#18121); -#18121= IFCLIBRARYREFERENCE($,$,$,'\X2\30E230FC30BF30FC63A57D9A306E5171901A30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); +#10953= IFCRELASSOCIATESLIBRARY('2$2tDuPZP8Sf9R5HreDhFK',$,$,$,(#3659),#18121); +#18121= IFCLIBRARYREFERENCE($,$,$,'\X2\52A06E7F5668578B60C55831306B95A23059308B5171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); -#10956= IFCRELASSOCIATESLIBRARY('3fwGXlF_P0jOoJeOUsjcJB',$,$,$,(#3705),#18122); -#18122= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); +#10954= IFCRELASSOCIATESLIBRARY('3rPlqqd8b5z8pnN1rufAq$',$,$,$,(#3665),#18122); +#18122= IFCLIBRARYREFERENCE($,$,'Interceptor Type Common',$,'en',$); -#10957= IFCRELASSOCIATESLIBRARY('0xjtQ8sHT4xQAKN9iIDK0X',$,$,$,(#3705),#18123); -#18123= IFCLIBRARYREFERENCE($,$,'Opening Element Common',$,'en',$); +#10955= IFCRELASSOCIATESLIBRARY('07DGccScL1mObrSEkFE1FV',$,$,$,(#3665),#18123); +#18123= IFCLIBRARYREFERENCE($,$,$,'\X2\963B96C65668306E5171901A30D730ED30D130C630A330928A2D5B9A3057307E30593002\X0\','ja-JP',$); -#10958= IFCRELASSOCIATESLIBRARY('0nL4666ZDDKB_syNWKoOim',$,$,$,(#3705),#18124); -#18124= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les occurrences de la classe IfcOpeningElement','fr-FR',$); +#10956= IFCRELASSOCIATESLIBRARY('07clBSAIH1TPKhi0kBGo16',$,$,$,(#3669),#18124); +#18124= IFCLIBRARYREFERENCE($,$,'Junction Box Type Common',$,'en',$); -#10959= IFCRELASSOCIATESLIBRARY('1qgUotwh114Qah3FAQmYy9',$,$,$,(#3705),#18125); -#18125= IFCLIBRARYREFERENCE($,$,$,'IfcOpeningElement\X2\306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10957= IFCRELASSOCIATESLIBRARY('0_txzGZmXBQeQZYeX6I93e',$,$,$,(#3669),#18125); +#18125= IFCLIBRARYREFERENCE($,$,$,'\X2\30B830E330F330AF30B730E730F330DC30C330AF30B9306F4E2D306B30B130FC30D630EB304C63A57D9A3055308C30663044308B30B130FC30B93002\X0\\X\0D\X\0A IFC4\X2\306B306665B0898F3002\X0\','ja-JP',$); -#10960= IFCRELASSOCIATESLIBRARY('07yL5hBhfBTgFEuLqdwlqB',$,$,$,(#3709),#18126); -#18126= IFCLIBRARYREFERENCE($,$,'Outlet Type Common',$,'en',$); +#10958= IFCRELASSOCIATESLIBRARY('0ZHglNC958hBjEv_wpAp8M',$,$,$,(#3674),#18126); +#18126= IFCLIBRARYREFERENCE($,$,'Lamp Type Common',$,'en',$); -#10961= IFCRELASSOCIATESLIBRARY('2LzQ3x249DLO4nbb0E2NPU',$,$,$,(#3709),#18127); -#18127= IFCLIBRARYREFERENCE($,$,$,'\X2\7570306A308B5DEE8FBC53E330BF30A430D7306E5171901A30D730ED30D130C630A33002\X0\','ja-JP',$); +#10959= IFCRELASSOCIATESLIBRARY('1$wfJBLsr8swCg15hFMzO7',$,$,$,(#3674),#18127); +#18127= IFCLIBRARYREFERENCE($,$,$,'\X2\30E930F330D7306F51493092767A3059308B30883046306B8A2D8A083055308C305F7167660E56685177306E90E854C13002\X0\\X\0D\X\0AIFC 2x3\X2\306E\X0\Pset_LampEmitterTypeCommon\X2\304B3089540D524D304C590966F43002\X0\','ja-JP',$); -#10962= IFCRELASSOCIATESLIBRARY('1aO2Q0ls98NhiaNjAMnw11',$,$,$,(#3710),#18128); -#18128= IFCLIBRARYREFERENCE($,$,'Outside Design Criteria',$,'en',$); +#10960= IFCRELASSOCIATESLIBRARY('3C7yAhpNf2IB4GbZe7MGmE',$,$,$,(#3675),#18128); +#18128= IFCLIBRARYREFERENCE($,$,'Land Registration',$,'en',$); -#10963= IFCRELASSOCIATESLIBRARY('3HrWmrNmDAZQFRwkpu8Ihs',$,$,$,(#3710),#18129); -#18129= IFCLIBRARYREFERENCE($,$,$,'\X2\30D430FC30AF664271B18CA0837730928A087B973059308B305F3081306B4F7F75283059308B624057285730306E59166C1767614EF630025C656B74FF1A\X0\IFC1.0\X2\306B5B9A7FA93055308C305F65B05C5E60273002\X0\','ja-JP',$); +#10961= IFCRELASSOCIATESLIBRARY('2M2YT0aMjEK8u$bZdMwBdq',$,$,$,(#3675),#18129); +#18129= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : sp\S\icifie l''identit\S\i de l''entit\S\i fonci\S\hre attribu\S\i par une autorit\S\i. Nota : La propri\S\it\S\i LandTitleID doit \S\jtre utilis\S\ie de pr\S\if\S\irence \S\` l''attribut LandTitleNumber de la classe IfcSite.','fr-FR',$); -#10964= IFCRELASSOCIATESLIBRARY('1ycuPI76z9p8TVBQUUQ9sc',$,$,$,(#3711),#18130); -#18130= IFCLIBRARYREFERENCE($,$,'Packing Instructions',$,'en',$); +#10962= IFCRELASSOCIATESLIBRARY('2GFj7leLT1uhStL2q5e3D0',$,$,$,(#3675),#18130); +#18130= IFCLIBRARYREFERENCE($,$,$,'\X2\65775730306E767B8A1830B730B930C630E04E0A306E8B58522560C55831306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA9300250998003FF1A\X0\LandTitileID\X2\30D730ED30D130C630A3306F3001\X0\IfcSite.LandTitleNumber\X2\5C5E6027304C5EC36B623055308C308B306E306B4F3430443001512A51487684306B4F7F75283055308C308B3002\X0\','ja-JP',$); -#10965= IFCRELASSOCIATESLIBRARY('3ojMBPUNTFsvZ_t6peHs6z',$,$,$,(#3711),#18131); -#18131= IFCLIBRARYREFERENCE($,$,$,'\X2\5F158D8A3057306E969B306E54C17269\X0\(IfcElement)\X2\306B5BFE3057306689816C423055308C308B83779020308A6307793A306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10963= IFCRELASSOCIATESLIBRARY('04oJRFCwLEXwSCn1GclWn5',$,$,$,(#3676),#18131); +#18131= IFCLIBRARYREFERENCE($,$,'Light Fixture Type Common',$,'en',$); -#10966= IFCRELASSOCIATESLIBRARY('2i2fkhRAj7ch7bo7AkP0wP',$,$,$,(#3716),#18132); -#18132= IFCLIBRARYREFERENCE($,$,'Permit',$,'en',$); +#10964= IFCRELASSOCIATESLIBRARY('12FsvZJKvFHODgRW0igZHw',$,$,$,(#3676),#18132); +#18132= IFCLIBRARYREFERENCE($,$,$,'\X2\7167660E56685177306E5171901A30C730FC30BF3002\X0\\X\0D\X\0AIFC4\X2\3067\X0\ArticleNumber\X2\306F524A96643055308C307E3057305F30024EE3308F308A306B\X0\Pset_ManufacturerTypeInformation\X2\30924F7F752830573066304F3060305530443002\X0\','ja-JP',$); -#10967= IFCRELASSOCIATESLIBRARY('287KdwQTr5dQShr1O$SlKX',$,$,$,(#3717),#18133); -#18133= IFCLIBRARYREFERENCE($,$,'Pile Common',$,'en',$); +#10965= IFCRELASSOCIATESLIBRARY('1RbmGX60PCkhVtWDCCKLMa',$,$,$,(#3677),#18133); +#18133= IFCLIBRARYREFERENCE($,$,'Light Fixture Type Security Lighting',$,'en',$); -#10968= IFCRELASSOCIATESLIBRARY('3twD6rm2502BHRlOl02hDH',$,$,$,(#3717),#18134); -#18134= IFCLIBRARYREFERENCE($,$,$,'\X2\751F62103055308C305F305930793066306E\X0\IfcPile\X2\306E5B9A7FA9306B5171901A3059308B30D730ED30D130C630A33002\X0\','ja-JP',$); +#10966= IFCRELASSOCIATESLIBRARY('2CpR6z5gH1$QGooRrcfdwu',$,$,$,(#3677),#18134); +#18134= IFCLIBRARYREFERENCE($,$,$,'\X2\963272AF706F306E72795FB430D730ED30D130C630A33002\X0\','ja-JP',$); -#10969= IFCRELASSOCIATESLIBRARY('2vz_OSZfP9ZelFpiUcTlFd',$,$,$,(#3718),#18135); -#18135= IFCLIBRARYREFERENCE($,$,'Pipe Connection Flanged',$,'en',$); +#10967= IFCRELASSOCIATESLIBRARY('3zP2Z5$WT8SOikACWigcZ5',$,$,$,(#3683),#18135); +#18135= IFCLIBRARYREFERENCE($,$,'Manufacturer Occurrence',$,'en',$); -#10970= IFCRELASSOCIATESLIBRARY('3wS0saoU96zu8cFhN7fifE',$,$,$,(#3719),#18136); -#18136= IFCLIBRARYREFERENCE($,$,'Pipe Fitting Occurrence',$,'en',$); +#10968= IFCRELASSOCIATESLIBRARY('1zMyxQK4fD$QAvYbXkBcy5',$,$,$,(#3684),#18136); +#18136= IFCLIBRARYREFERENCE($,$,'Manufacturer Type Information',$,'en',$); -#10971= IFCRELASSOCIATESLIBRARY('0Q$8GRi9b8BfhPpoN5W0OX',$,$,$,(#3720),#18137); -#18137= IFCLIBRARYREFERENCE($,$,'Pipe Fitting PHistory',$,'en',$); +#10969= IFCRELASSOCIATESLIBRARY('2jXJIaNCD83OolDs6_7Fur',$,$,$,(#3691),#18137); +#18137= IFCLIBRARYREFERENCE($,$,'Material Combustion',$,'en',$); -#10972= IFCRELASSOCIATESLIBRARY('0kAbWeZPj5WgQhl3bwtm7q',$,$,$,(#3721),#18138); -#18138= IFCLIBRARYREFERENCE($,$,'Pipe Fitting Type Bend',$,'en',$); +#10970= IFCRELASSOCIATESLIBRARY('146ACSEJnBv9sNxb4JiuJc',$,$,$,(#3692),#18138); +#18138= IFCLIBRARYREFERENCE($,$,'Material Common',$,'en',$); -#10973= IFCRELASSOCIATESLIBRARY('3VtkP$ADj6WuuMiK3J_4bI',$,$,$,(#3722),#18139); -#18139= IFCLIBRARYREFERENCE($,$,'Pipe Fitting Type Common',$,'en',$); +#10971= IFCRELASSOCIATESLIBRARY('3mkAahfa1FkfVB_0atPHUy',$,$,$,(#3693),#18139); +#18139= IFCLIBRARYREFERENCE($,$,'Material Concrete',$,'en',$); -#10974= IFCRELASSOCIATESLIBRARY('34NLKHqFH7VfQvTtrJf4h6',$,$,$,(#3723),#18140); -#18140= IFCLIBRARYREFERENCE($,$,'Pipe Fitting Type Junction',$,'en',$); +#10972= IFCRELASSOCIATESLIBRARY('25T1DHpqT86BTkLH0XqBoH',$,$,$,(#3694),#18140); +#18140= IFCLIBRARYREFERENCE($,$,'Material Energy',$,'en',$); -#10975= IFCRELASSOCIATESLIBRARY('0In_325U9Ct9PqJhjasAYq',$,$,$,(#3724),#18141); -#18141= IFCLIBRARYREFERENCE($,$,'Pipe Segment Occurrence',$,'en',$); +#10973= IFCRELASSOCIATESLIBRARY('0YLZN4X1114xvi8Vl5IiMn',$,$,$,(#3695),#18141); +#18141= IFCLIBRARYREFERENCE($,$,'Material Fuel',$,'en',$); -#10976= IFCRELASSOCIATESLIBRARY('0YW2LHGLL3FRnac$U0ygEC',$,$,$,(#3725),#18142); -#18142= IFCLIBRARYREFERENCE($,$,'Pipe Segment PHistory',$,'en',$); +#10974= IFCRELASSOCIATESLIBRARY('2Fi0L$5Xz8AO$8Hgr5nRtG',$,$,$,(#3696),#18142); +#18142= IFCLIBRARYREFERENCE($,$,'Material Hygroscopic',$,'en',$); -#10977= IFCRELASSOCIATESLIBRARY('3AU7qpAwT9_OAi7p$BqGYO',$,$,$,(#3726),#18143); -#18143= IFCLIBRARYREFERENCE($,$,'Pipe Segment Type Common',$,'en',$); +#10975= IFCRELASSOCIATESLIBRARY('1lRsgbCQH7MvObdVsPcVlK',$,$,$,(#3697),#18143); +#18143= IFCLIBRARYREFERENCE($,$,'Material Mechanical',$,'en',$); -#10978= IFCRELASSOCIATESLIBRARY('28RLLpnKf3i8A29MQflQeJ',$,$,$,(#3727),#18144); -#18144= IFCLIBRARYREFERENCE($,$,'Pipe Segment Type Culvert',$,'en',$); +#10976= IFCRELASSOCIATESLIBRARY('3oC_c8oJ9AeRyjriijS7O7',$,$,$,(#3698),#18144); +#18144= IFCLIBRARYREFERENCE($,$,'Material Optical',$,'en',$); -#10979= IFCRELASSOCIATESLIBRARY('1nmvvgECr6RQYMDddm_MSH',$,$,$,(#3728),#18145); -#18145= IFCLIBRARYREFERENCE($,$,'Pipe Segment Type Gutter',$,'en',$); +#10977= IFCRELASSOCIATESLIBRARY('0zv17sB2DBSO$nTE4TJbQc',$,$,$,(#3699),#18145); +#18145= IFCLIBRARYREFERENCE($,$,'Material Steel',$,'en',$); -#10980= IFCRELASSOCIATESLIBRARY('2b2DECiRnDcw8ykkyude_$',$,$,$,(#3729),#18146); -#18146= IFCLIBRARYREFERENCE($,$,'Plate Common',$,'en',$); +#10978= IFCRELASSOCIATESLIBRARY('3ev2n4ztbFQugL0PKcdL22',$,$,$,(#3700),#18146); +#18146= IFCLIBRARYREFERENCE($,$,'Material Thermal',$,'en',$); -#10981= IFCRELASSOCIATESLIBRARY('0geY3hOZHAoB6h4lTv6xk6',$,$,$,(#3729),#18147); -#18147= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcPlate','fr-FR',$); +#10979= IFCRELASSOCIATESLIBRARY('2onGiFoUzBWu1f7hzfNYpb',$,$,$,(#3701),#18147); +#18147= IFCLIBRARYREFERENCE($,$,'Material Water',$,'en',$); -#10982= IFCRELASSOCIATESLIBRARY('1lP_LajJH99R2j_XxojqgE',$,$,$,(#3729),#18148); -#18148= IFCLIBRARYREFERENCE($,$,$,'IfcPlace\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#10980= IFCRELASSOCIATESLIBRARY('2tKtYZNFjBhuKEnNb3iQxx',$,$,$,(#3702),#18148); +#18148= IFCLIBRARYREFERENCE($,$,'Material Wood',$,'en',$); -#10983= IFCRELASSOCIATESLIBRARY('2n_LqKQ$DFBAx$p_UwftXQ',$,$,$,(#3729),#18149); -#18149= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in Chinese','zh-CN',$); +#10981= IFCRELASSOCIATESLIBRARY('13JrfPUZzB6P7De3JaYN5J',$,$,$,(#3703),#18149); +#18149= IFCLIBRARYREFERENCE($,$,'Material Wood Based Beam',$,'en',$); -#10984= IFCRELASSOCIATESLIBRARY('3gg2kHyg11Jfm4fy287Bq7',$,$,$,(#3732),#18150); -#18150= IFCLIBRARYREFERENCE($,$,'Precast Concrete Element Fabrication',$,'en',$); +#10982= IFCRELASSOCIATESLIBRARY('2MU_pQEz12_9FHPz4_tJ1F',$,$,$,(#3704),#18150); +#18150= IFCLIBRARYREFERENCE($,$,'Material Wood Based Panel',$,'en',$); -#10985= IFCRELASSOCIATESLIBRARY('3vq6YQBy16HhR7yw4Ej7mJ',$,$,$,(#3733),#18151); -#18151= IFCLIBRARYREFERENCE($,$,'Precast Concrete Element General',$,'en',$); +#10983= IFCRELASSOCIATESLIBRARY('0TJFegkR56AReSrKg2q1Pf',$,$,$,(#3705),#18151); +#18151= IFCLIBRARYREFERENCE($,$,'Mechanical Fastener Anchor Bolt',$,'en',$); -#10986= IFCRELASSOCIATESLIBRARY('1jjvPS3M9EXAnaFP5HHgoV',$,$,$,(#3733),#18152); -#18152= IFCLIBRARYREFERENCE($,$,$,'\X2\751F7523FF088A2D8A08FF09306888FD9020FF0830E130FC30AB30FCFF09306730BF30A430D7306E7570306A308B30D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20FF0890E86750FF09306B30015171901A306E5C5E6027FF0830D730ED30D130C630A3FF09309295A290234ED83051305F3002\X0\Pset\X2\306F591A304F306E\X0\IfcBuildingElement\X2\306E30B530D630BF30A430D73068305730664F7F75283067304D308B30023082305730D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20304C58C1677F30673042308B30683057305F30893001\X0\IfcBuildingElementPart\X2\306788683055308C308B54043005306E69CB90207684306A5C64304B30B730A730EB306F30013053306E30BF30A430D7306E52253005306E\X0\Pset\X2\30677D5030734ED8304F304B30823057308C306A304430025E7E3064304B306E5C5E6027304C300172795B9A306A30BF30A430D7306E30D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20306E305F308130603051306B906975283055308C308B3002\X0\','ja-JP',$); +#10984= IFCRELASSOCIATESLIBRARY('1wY40JxsL42hVvCBn3Fiqb',$,$,$,(#3705),#18152); +#18152= IFCLIBRARYREFERENCE($,$,$,'\X2\30A230F330AB30FC30DC30EB30C8306E5171901A30D730ED30D130C630A33002\X0\','ja-JP',$); -#10987= IFCRELASSOCIATESLIBRARY('3HkFCX0kb3ZBb$1HHTYnsI',$,$,$,(#3735),#18153); -#18153= IFCLIBRARYREFERENCE($,$,'Precast Slab',$,'en',$); +#10985= IFCRELASSOCIATESLIBRARY('3ie6Cu2av6gem7OFcdPvDi',$,$,$,(#3706),#18153); +#18153= IFCLIBRARYREFERENCE($,$,'Mechanical Fastener Bolt',$,'en',$); -#10988= IFCRELASSOCIATESLIBRARY('1F_$5uTd16$gO7tcf3Q$m5',$,$,$,(#3737),#18154); -#18154= IFCLIBRARYREFERENCE($,$,'Profile Arbitrary Double T',$,'en',$); +#10986= IFCRELASSOCIATESLIBRARY('1vZJQ6yfvClfCCj37ls4jo',$,$,$,(#3710),#18154); +#18154= IFCLIBRARYREFERENCE($,$,'Medical Device Type Common',$,'en',$); -#10989= IFCRELASSOCIATESLIBRARY('33SPwTX9z7HugXILhxaEU5',$,$,$,(#3738),#18155); -#18155= IFCLIBRARYREFERENCE($,$,'Profile Arbitrary Hollow Core',$,'en',$); +#10987= IFCRELASSOCIATESLIBRARY('3SX0D01hv6ougg9jFh_Lak',$,$,$,(#3710),#18155); +#18155= IFCLIBRARYREFERENCE($,$,$,'\X2\533B76426A5F5668306B95A23059308B5171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); -#10990= IFCRELASSOCIATESLIBRARY('2snGy9KuLAWRvzG9J11oII',$,$,$,(#3739),#18156); -#18156= IFCLIBRARYREFERENCE($,$,'Profile Mechanical',$,'en',$); +#10988= IFCRELASSOCIATESLIBRARY('2o5fAc2ADBp8DFMd9A1XxO',$,$,$,(#3711),#18156); +#18156= IFCLIBRARYREFERENCE($,$,'Member Common',$,'en',$); -#10991= IFCRELASSOCIATESLIBRARY('1EfinFwZnFaPqZ8uwyCzOX',$,$,$,(#3741),#18157); -#18157= IFCLIBRARYREFERENCE($,$,'Project Order Change Order',$,'en',$); +#10989= IFCRELASSOCIATESLIBRARY('0qO9c9VfDCERg4Jyx1YXZp',$,$,$,(#3711),#18157); +#18157= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcMember','fr-FR',$); -#10992= IFCRELASSOCIATESLIBRARY('1rS8GHP6v7QujJXVjFF_cv',$,$,$,(#3741),#18158); -#18158= IFCLIBRARYREFERENCE($,$,$,'\X2\590966F46307793A306F300188FD54C1307E305F306F5F15304D53D7305130663044308B4F5C696D306B590953163092751F30583055305B308B6307793A3002590966F46307793A72B6614B306F30014F5C696D6307793A72B6614B3068540C69D8306A624B6BB530675B9A7FA93055308C308B3002590966F46307793A306F4F5C696D89816C4230925FC5898130683059308B304B308930673042308B3002\X0\','ja-JP',$); +#10990= IFCRELASSOCIATESLIBRARY('0of57xZ$9A2R9nIUZoUdSv',$,$,$,(#3711),#18158); +#18158= IFCLIBRARYREFERENCE($,$,$,'IfcMember\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#10993= IFCRELASSOCIATESLIBRARY('16WQGFhx5AU9fA39yrO5z7',$,$,$,(#3742),#18159); -#18159= IFCLIBRARYREFERENCE($,$,'Project Order Maintenance Work Order',$,'en',$); +#10991= IFCRELASSOCIATESLIBRARY('08t0zcOLzBC8Y1D5baKD7z',$,$,$,(#3711),#18159); +#18159= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcMember\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#10994= IFCRELASSOCIATESLIBRARY('0HPlp2CzP2lh4XVXFOQ1H5',$,$,$,(#3743),#18160); -#18160= IFCLIBRARYREFERENCE($,$,'Project Order Move Order',$,'en',$); +#10992= IFCRELASSOCIATESLIBRARY('2pHBe35kP13vhNDnESzBOc',$,$,$,(#3728),#18160); +#18160= IFCLIBRARYREFERENCE($,$,'Motor Connection Type Common',$,'en',$); -#10995= IFCRELASSOCIATESLIBRARY('0RmBRFHD179wc1fXQpBDSJ',$,$,$,(#3743),#18161); -#18161= IFCLIBRARYREFERENCE($,$,$,'\X2\79FB52D530FB5F1530638D8A30573078306E5FC5898167614EF630925B9A7FA93059308B30026CE8FF1A79FB52D56307793A306F30014F5C696D306E5FC5898167614EF63092542B3080306E3067300179FB52D5547D4EE472B6614B306F30014F5C696D6307793A72B6614B3068540C69D8306A624B6BB530675B9A7FA93055308C308B3002\X0\','ja-JP',$); +#10993= IFCRELASSOCIATESLIBRARY('2BTXLuZD90i8NmHkvh_Ht$',$,$,$,(#3728),#18161); +#18161= IFCLIBRARYREFERENCE($,$,$,'\X2\30E230FC30BF30FC63A57D9A306E5171901A30D730ED30D130C630A33002\X0\\X\0D\X\0AIFC4\X2\306B30668FFD52A03002\X0\','ja-JP',$); -#10996= IFCRELASSOCIATESLIBRARY('2bn9w01TL54g6d66$pVU7H',$,$,$,(#3744),#18162); -#18162= IFCLIBRARYREFERENCE($,$,'Project Order Purchase Order',$,'en',$); +#10994= IFCRELASSOCIATESLIBRARY('1icpwncIT9huQ3oHfb5me5',$,$,$,(#3731),#18162); +#18162= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); -#10997= IFCRELASSOCIATESLIBRARY('1wG6ljY55F98aYqom8CndI',$,$,$,(#3745),#18163); -#18163= IFCLIBRARYREFERENCE($,$,'Project Order Work Order',$,'en',$); +#10995= IFCRELASSOCIATESLIBRARY('0WtBJAWCT0kBNh44Jhh3kT',$,$,$,(#3731),#18163); +#18163= IFCLIBRARYREFERENCE($,$,'Opening Element Common',$,'en',$); -#10998= IFCRELASSOCIATESLIBRARY('00k6hYAI13_emgE0CGqPH5',$,$,$,(#3746),#18164); -#18164= IFCLIBRARYREFERENCE($,$,'Property Agreement',$,'en',$); +#10996= IFCRELASSOCIATESLIBRARY('3S4v5UgQnCLw8Em2n5u45z',$,$,$,(#3731),#18164); +#18164= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les occurrences de la classe IfcOpeningElement','fr-FR',$); -#10999= IFCRELASSOCIATESLIBRARY('2HCt4DmqbB7guHPceKha6Q',$,$,$,(#3747),#18165); -#18165= IFCLIBRARYREFERENCE($,$,'Protective Device Breaker Unit I2 TCurve',$,'en',$); +#10997= IFCRELASSOCIATESLIBRARY('00p$t7X4D5TugVjaDPN8tZ',$,$,$,(#3731),#18165); +#18165= IFCLIBRARYREFERENCE($,$,$,'IfcOpeningElement\X2\306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11000= IFCRELASSOCIATESLIBRARY('2ns8fq4tL3vwyy4w_94z4e',$,$,$,(#3747),#18166); -#18166= IFCLIBRARYREFERENCE($,$,$,'\X2\4FDD8B7788C57F6E306E901A96FB30A830CD30EB30AE30FC306E66F27DDA3092886830594E009023306E30D730ED30D130C630A330BB30C330C83002\X0\\X\0D\X\0A\X2\6CE88A18\X0\-\X2\4FDD8B7788C57F6E306F30016839672C7684306A72796027306B95A290234ED830513089308C305F63D04F9B3055308C305F30D730ED30D130C630A3306E60C55831306F300130007570306A308B5B9F614B306B95A29023305730663044308B304B30823057308C307E305B3093300230003000300030003000300030003000300030003000300030003000300030003000\X0\','ja-JP',$); +#10998= IFCRELASSOCIATESLIBRARY('0yTqL6heHBe8bhPIwkwiHP',$,$,$,(#3735),#18166); +#18166= IFCLIBRARYREFERENCE($,$,'Outlet Type Common',$,'en',$); -#11001= IFCRELASSOCIATESLIBRARY('3a5r8E2G5AhQey2g48zEHi',$,$,$,(#3748),#18167); -#18167= IFCLIBRARYREFERENCE($,$,'Protective Device Breaker Unit I2 TFuse Curve',$,'en',$); +#10999= IFCRELASSOCIATESLIBRARY('0zHWk2u9P5s9Qk7WRRS$lu',$,$,$,(#3735),#18167); +#18167= IFCLIBRARYREFERENCE($,$,$,'\X2\7570306A308B5DEE8FBC53E330BF30A430D7306E5171901A30D730ED30D130C630A33002\X0\','ja-JP',$); -#11002= IFCRELASSOCIATESLIBRARY('3WsoQ2GX19TRBQ5$zkTKHU',$,$,$,(#3748),#18168); -#18168= IFCLIBRARYREFERENCE($,$,$,'\X2\30D530E530FC30BA306E878D89E3\X0\-\X2\906E65AD30A830CD30EB30AE30FC66F27DDA3092886830594E009023306E30D730ED30D130C630A330BB30C330C83002\X0\\X\0D\X\0A\X2\6CE88A18\X0\-\X2\30D530E530FC30BA306F30016839672C7684306A72796027306B95A290234ED830513089308C305F63D04F9B3055308C305F30D730ED30D130C630A3306E60C55831306F300130007570306A308B5B9F614B306B95A29023305730663044308B304B30823057308C307E305B3093300230003000300030003000300030003000300030003000300030003000300030003000\X0\','ja-JP',$); +#11000= IFCRELASSOCIATESLIBRARY('2_lMLTjv9Ai9Rm59MyXO95',$,$,$,(#3736),#18168); +#18168= IFCLIBRARYREFERENCE($,$,'Outside Design Criteria',$,'en',$); -#11003= IFCRELASSOCIATESLIBRARY('0_UItKjIf31AOc805Okqt7',$,$,$,(#3749),#18169); -#18169= IFCLIBRARYREFERENCE($,$,'Protective Device Breaker Unit IPICurve',$,'en',$); +#11001= IFCRELASSOCIATESLIBRARY('2tgliD_rf1ReSJztaqQd12',$,$,$,(#3736),#18169); +#18169= IFCLIBRARYREFERENCE($,$,$,'\X2\30D430FC30AF664271B18CA0837730928A087B973059308B305F3081306B4F7F75283059308B624057285730306E59166C1767614EF630025C656B74FF1A\X0\IFC1.0\X2\306B5B9A7FA93055308C305F65B05C5E60273002\X0\','ja-JP',$); -#11004= IFCRELASSOCIATESLIBRARY('2BdW17WJXFv8BdTx17tqRG',$,$,$,(#3749),#18170); -#18170= IFCLIBRARYREFERENCE($,$,$,'\X2\30D730ED30D130C630A330BB30C330C85B9A7FA96587\X0\\X\0D\X\0A\X2\4FDD8B7788C57F6E306E901A96FB30A830CD30EB30AE30FC306E66F27DDA3092886830594E009023306E30D730ED30D130C630A330BB30C330C8\X0\ \X\0D\X\0A\X2\6CE88A18\X0\-\X2\4FDD8B7788C57F6E306F30016839672C7684306A72796027306B95A290234ED830513089308C305F63D04F9B3055308C305F30D730ED30D130C630A3306E60C55831306F300130007570306A308B5B9F614B306B95A29023305730663044308B304B30823057308C307E305B3093300230003000300030003000300030003000300030003000300030003000300030003000\X0\','ja-JP',$); +#11002= IFCRELASSOCIATESLIBRARY('2z7AmwoOjASxxVAPJSnH1$',$,$,$,(#3737),#18170); +#18170= IFCLIBRARYREFERENCE($,$,'Packing Instructions',$,'en',$); -#11005= IFCRELASSOCIATESLIBRARY('0kW6H92GP11RIf1Pug1LSW',$,$,$,(#3750),#18171); -#18171= IFCLIBRARYREFERENCE($,$,'Protective Device Breaker Unit Type MCB',$,'en',$); +#11003= IFCRELASSOCIATESLIBRARY('1YHUmcyuz3R9Fl3HQyCFfT',$,$,$,(#3737),#18171); +#18171= IFCLIBRARYREFERENCE($,$,$,'\X2\5F158D8A3057306E969B306E54C17269\X0\(IfcElement)\X2\306B5BFE3057306689816C423055308C308B83779020308A6307793A306B95A23059308B30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11006= IFCRELASSOCIATESLIBRARY('3o9MEsRD1BoO8339gZXF9q',$,$,$,(#3751),#18172); -#18172= IFCLIBRARYREFERENCE($,$,'Protective Device Breaker Unit Type Motor Protection',$,'en',$); +#11004= IFCRELASSOCIATESLIBRARY('2yRzWWX3rEfAX0o9qHp27j',$,$,$,(#3742),#18172); +#18172= IFCLIBRARYREFERENCE($,$,'Permit',$,'en',$); -#11007= IFCRELASSOCIATESLIBRARY('2BQueJ0Ur1x8IFczhExruH',$,$,$,(#3751),#18173); -#18173= IFCLIBRARYREFERENCE($,$,$,'AA\X2\306E30E230FC30BF4FDD8B7788C57F6E306E7570306A308B5BB991CF3092886830595C5E6027306E4E008CAB3057305F30BB30C330C8306F3001\X0\IEC60947\X2\306B57FA3065304430665B9A7FA93055308C30663044307E30593002\X0\\X\0D\X\0A \X2\6CE8\X0\-\X2\4FDD8B7788C57F6E306F30013053306E30D730ED30BB30C330B530BB30C330C8306E5225306E30A430F330B930BF30F330B9306B95A290234ED830513089308C30663044308B53EF80FD6027304C3042308A307E30593002\X0\','ja-JP',$); +#11005= IFCRELASSOCIATESLIBRARY('0a1BTAUzP6gw9LejQGGoC8',$,$,$,(#3743),#18173); +#18173= IFCLIBRARYREFERENCE($,$,'Pile Common',$,'en',$); -#11008= IFCRELASSOCIATESLIBRARY('2gsdbtTGbEXf_wmZk4YyYw',$,$,$,(#3752),#18174); -#18174= IFCLIBRARYREFERENCE($,$,'Protective Device Occurrence',$,'en',$); +#11006= IFCRELASSOCIATESLIBRARY('2kPtRuHG92gQHXjaiauSvp',$,$,$,(#3743),#18174); +#18174= IFCLIBRARYREFERENCE($,$,$,'\X2\751F62103055308C305F305930793066306E\X0\IfcPile\X2\306E5B9A7FA9306B5171901A3059308B30D730ED30D130C630A33002\X0\','ja-JP',$); -#11009= IFCRELASSOCIATESLIBRARY('07PF$Cac99iQgWnMqLy9tj',$,$,$,(#3753),#18175); -#18175= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Curve',$,'en',$); +#11007= IFCRELASSOCIATESLIBRARY('1xQZAFGu9AzAYuiyQk145Z',$,$,$,(#3744),#18175); +#18175= IFCLIBRARYREFERENCE($,$,'Pipe Connection Flanged',$,'en',$); -#11010= IFCRELASSOCIATESLIBRARY('2bqEukf_vCLOlZnkVhSC5z',$,$,$,(#3753),#18176); -#18176= IFCLIBRARYREFERENCE($,$,$,'\X2\30D730ED30D130C630A330BB30C330C85B9A7FA96587\X0\\X\0D\X\0A\X2\71B1300171B178C16C17307E305F306F\X0\MCB_RCD\X2\30C830EA30C330D788C57F6E306E30C830EA30C330D766F27DDA\X0\\X\0D\X\0A\X2\FF084F8B30483070300130C830EA30C330D430F330B088C57F6E306F300171B1\X0\,\X2\71B196FB78C1\X0\,MCB_RCD\X2\306E30C830EA30C330D430F330B05B9A7FA93055308C305F30D730ED30D130C630A330BB30C330C830BF30A430D730926301306330663044308BFF09\X0\\X\0D\X\0A\X2\3053308C3089306F300196FB5B5030C830EA30C330D430F330B088C57F6E306B906975283055308C306A30443002\X0\','ja-JP',$); +#11008= IFCRELASSOCIATESLIBRARY('1SwkKK0jzCLgcBIGExvjtr',$,$,$,(#3745),#18176); +#18176= IFCLIBRARYREFERENCE($,$,'Pipe Fitting Occurrence',$,'en',$); -#11011= IFCRELASSOCIATESLIBRARY('3ixCvULvTDnBLN40JPI5ux',$,$,$,(#3754),#18177); -#18177= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Function GCurve',$,'en',$); +#11009= IFCRELASSOCIATESLIBRARY('11Rq97VHj2uAs7rErXvCQ1',$,$,$,(#3746),#18177); +#18177= IFCLIBRARYREFERENCE($,$,'Pipe Fitting PHistory',$,'en',$); -#11012= IFCRELASSOCIATESLIBRARY('1aeZU5vM51ERzFS2OruFu9',$,$,$,(#3754),#18178); -#18178= IFCLIBRARYREFERENCE($,$,$,'\X2\30C830EA30C330D430F330B095A26570306F300196FB5B5030C830EA30C330D430F330B088C57F6E306B906975283055308C308B3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300130C830EA30C330D430F330B088C57F6E306F300196FB5B5030C830EA30C330D430F330B05B9A7FA93055308C305F30D730ED30D130C630A330BB30C330C830BF30A430D730926301306330663044308BFF09\X0\\X\0D\X\0A\X2\3053308C3089306F300171B1\X0\,\X2\71B196FB78C1\X0\,RCD\X2\30C830EA30C330D430F330B088C57F6E306B906975283055308C306A30443002\X0\\X\0D\X\0A\X2\3053306E30D730ED30D130C630A330BB30C330C8306F300196FB5B504FDD8B7788C57F6E\X0\(G-curve)\X2\306E57307D614FDD8B773092886830593002\X0\','ja-JP',$); +#11010= IFCRELASSOCIATESLIBRARY('36BECNK3P3t9_xgX4W5Nfp',$,$,$,(#3747),#18178); +#18178= IFCLIBRARYREFERENCE($,$,'Pipe Fitting Type Bend',$,'en',$); -#11013= IFCRELASSOCIATESLIBRARY('3uD$btZ956yh0EVHMVVWET',$,$,$,(#3755),#18179); -#18179= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Function ICurve',$,'en',$); +#11011= IFCRELASSOCIATESLIBRARY('07CQq61Wf4qxnbc3vYeQf1',$,$,$,(#3748),#18179); +#18179= IFCLIBRARYREFERENCE($,$,'Pipe Fitting Type Common',$,'en',$); -#11014= IFCRELASSOCIATESLIBRARY('16Gvi1czT7NRYpZMmz1ugT',$,$,$,(#3755),#18180); -#18180= IFCLIBRARYREFERENCE($,$,$,'\X2\30C830EA30C330D430F330B095A26570306F300196FB5B5030C830EA30C330D430F330B088C57F6E306B906975283055308C308B3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300130C830EA30C330D430F330B088C57F6E306F300196FB5B5030C830EA30C330D430F330B05B9A7FA93055308C305F30D730ED30D130C630A330BB30C330C830BF30A430D730926301306330663044308BFF09\X0\\X\0D\X\0A\X2\3053308C3089306F300171B1\X0\,\X2\71B196FB78C1\X0\,RCD\X2\30C830EA30C330D430F330B088C57F6E306B906975283055308C306A30443002\X0\\X\0D\X\0A\X2\3053306E30D730ED30D130C630A330BB30C330C8306F300196FB5B504FDD8B7788C57F6E306E77AC664277ED7D614FDD8B77\X0\(I-curve)\X2\3092886830593002\X0\','ja-JP',$); +#11012= IFCRELASSOCIATESLIBRARY('0rq5rKBNH6VO1FhYlOB57W',$,$,$,(#3749),#18180); +#18180= IFCLIBRARYREFERENCE($,$,'Pipe Fitting Type Junction',$,'en',$); -#11015= IFCRELASSOCIATESLIBRARY('3hiUBHa3P2RAAux4Eku5eP',$,$,$,(#3756),#18181); -#18181= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Function LCurve',$,'en',$); +#11013= IFCRELASSOCIATESLIBRARY('1lsXhcWYT3G9KpyowXmpN2',$,$,$,(#3750),#18181); +#18181= IFCLIBRARYREFERENCE($,$,'Pipe Segment Occurrence',$,'en',$); -#11016= IFCRELASSOCIATESLIBRARY('2kTG0dShTCVuhtutOYBccb',$,$,$,(#3756),#18182); -#18182= IFCLIBRARYREFERENCE($,$,$,'\X2\30C830EA30C330D430F330B095A26570306F300196FB5B5030C830EA30C330D430F330B088C57F6E306B906975283055308C308B3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300130C830EA30C330D430F330B088C57F6E306F300196FB5B5030C830EA30C330D430F330B05B9A7FA93055308C305F30D730ED30D130C630A330BB30C330C830BF30A430D730926301306330663044308BFF09\X0\\X\0D\X\0A\X2\3053308C3089306F300171B1\X0\,\X2\71B196FB78C1\X0\,RCD\X2\30C830EA30C330D430F330B088C57F6E306B906975283055308C306A30443002\X0\\X\0D\X\0A\X2\3053306E30D730ED30D130C630A330BB30C330C8306F300196FB5B504FDD8B7788C57F6E306E90455EF677ED7D614FDD8B77\X0\(L-curve)\X2\3092886830593002\X0\','ja-JP',$); +#11014= IFCRELASSOCIATESLIBRARY('1Ti6g0wgH7sAKL3TLOXiVA',$,$,$,(#3751),#18182); +#18182= IFCLIBRARYREFERENCE($,$,'Pipe Segment PHistory',$,'en',$); -#11017= IFCRELASSOCIATESLIBRARY('2R9mnzKVX8mfuaeiNyojBt',$,$,$,(#3757),#18183); -#18183= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Function SCurve',$,'en',$); +#11015= IFCRELASSOCIATESLIBRARY('1OoLg2NVr6p9A5ChGVZm0Y',$,$,$,(#3752),#18183); +#18183= IFCLIBRARYREFERENCE($,$,'Pipe Segment Type Common',$,'en',$); -#11018= IFCRELASSOCIATESLIBRARY('1ZRjuu5jfBvxHhVpUCIQ7B',$,$,$,(#3757),#18184); -#18184= IFCLIBRARYREFERENCE($,$,$,'\X2\30C830EA30C330D430F330B095A26570306F300196FB5B5030C830EA30C330D430F330B088C57F6E306B906975283055308C308B3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300130C830EA30C330D430F330B088C57F6E306F300196FB5B5030C830EA30C330D430F330B05B9A7FA93055308C305F30D730ED30D130C630A330BB30C330C830BF30A430D730926301306330663044308BFF09\X0\\X\0D\X\0A\X2\3053308C3089306F300171B1\X0\,\X2\71B196FB78C1\X0\,RCD\X2\30C830EA30C330D430F330B088C57F6E306B906975283055308C306A30443002\X0\\X\0D\X\0A\X2\3053306E30D730ED30D130C630A330BB30C330C8306F300196FB5B504FDD8B7788C57F6E306E77ED7D614FDD8B77\X0\(S-curve)\X2\3092886830593002\X0\','ja-JP',$); +#11016= IFCRELASSOCIATESLIBRARY('36P8k$T0X0r9oQo1Ga31yJ',$,$,$,(#3753),#18184); +#18184= IFCLIBRARYREFERENCE($,$,'Pipe Segment Type Culvert',$,'en',$); -#11019= IFCRELASSOCIATESLIBRARY('0XoQE$3wz16hmTayjjanbK',$,$,$,(#3758),#18185); -#18185= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Current Adjustment',$,'en',$); +#11017= IFCRELASSOCIATESLIBRARY('2VgEgws0L9reYpjKtiqa3f',$,$,$,(#3754),#18185); +#18185= IFCLIBRARYREFERENCE($,$,'Pipe Segment Type Gutter',$,'en',$); -#11020= IFCRELASSOCIATESLIBRARY('0ozPTyc7L7wAQ2zY89Rdj6',$,$,$,(#3758),#18186); -#18186= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB78C15F0F307E305F306F71B152D55F0F306E30C830EA30C330D788C57F6E306E96FB6D418ABF657450243002\X0\','ja-JP',$); +#11018= IFCRELASSOCIATESLIBRARY('00X3Qw5JD8u81SiFOa5fIV',$,$,$,(#3755),#18186); +#18186= IFCLIBRARYREFERENCE($,$,'Plate Common',$,'en',$); -#11021= IFCRELASSOCIATESLIBRARY('0T3ut7zavFEg7p$ec6z4Kn',$,$,$,(#3759),#18187); -#18187= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Time Adjustment',$,'en',$); +#11019= IFCRELASSOCIATESLIBRARY('2LUq0_UDz2Me2K_Pu$yLKt',$,$,$,(#3755),#18187); +#18187= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcPlate','fr-FR',$); -#11022= IFCRELASSOCIATESLIBRARY('0720e$qCTESeDj0nLbNiMm',$,$,$,(#3759),#18188); -#18188= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB78C15F0F307E305F306F71B152D55F0F30C830EA30C330D730E630CB30C330C8578B306B906975283059308B30533068304C3067304D308B664295938ABF6574FF0866425EF6FF09306E30BB30C330C83002\X0\','ja-JP',$); +#11020= IFCRELASSOCIATESLIBRARY('3vn6uZ7k53zvApPcYyT8DD',$,$,$,(#3755),#18188); +#18188= IFCLIBRARYREFERENCE($,$,$,'IfcPlace\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11023= IFCRELASSOCIATESLIBRARY('0xrevAsbj1mBRTWjlxniCY',$,$,$,(#3760),#18189); -#18189= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Type Common',$,'en',$); +#11021= IFCRELASSOCIATESLIBRARY('1CRTO3WY977gYHrY7iE5VN',$,$,$,(#3755),#18189); +#18189= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in Chinese','zh-CN',$); -#11024= IFCRELASSOCIATESLIBRARY('3ZYSd2Xwr8CxGXcPXZkcu7',$,$,$,(#3760),#18190); -#18190= IFCLIBRARYREFERENCE($,$,$,'\X2\4FDD8B7788C57F6E306B95A290234ED830513089308C30663044308B30C830EA30C330D76A5F80FD306B95A23059308B5171901A60C558313002\X0\','ja-JP',$); +#11022= IFCRELASSOCIATESLIBRARY('0XEanI42b9iwZ_H5mquXVB',$,$,$,(#3758),#18190); +#18190= IFCLIBRARYREFERENCE($,$,'Precast Concrete Element Fabrication',$,'en',$); -#11025= IFCRELASSOCIATESLIBRARY('1W_9NtRMb8G9uOImnGOsvH',$,$,$,(#3761),#18191); -#18191= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Type Electro Magnetic',$,'en',$); +#11023= IFCRELASSOCIATESLIBRARY('0NNmx$3q98Zvj7YqjLrfqZ',$,$,$,(#3759),#18191); +#18191= IFCLIBRARYREFERENCE($,$,'Precast Concrete Element General',$,'en',$); -#11026= IFCRELASSOCIATESLIBRARY('11dwPShif3qhS_kbaOpzzF',$,$,$,(#3761),#18192); -#18192= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C17306878C16C17306B3088308A906E65AD3059308B30C830EA30C330D788C57F6E306E60C558313002\X0\','ja-JP',$); +#11024= IFCRELASSOCIATESLIBRARY('3OGbj3wuPCVxl2oxYvuaHX',$,$,$,(#3759),#18192); +#18192= IFCLIBRARYREFERENCE($,$,$,'\X2\751F7523FF088A2D8A08FF09306888FD9020FF0830E130FC30AB30FCFF09306730BF30A430D7306E7570306A308B30D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20FF0890E86750FF09306B30015171901A306E5C5E6027FF0830D730ED30D130C630A3FF09309295A290234ED83051305F3002\X0\Pset\X2\306F591A304F306E\X0\IfcBuildingElement\X2\306E30B530D630BF30A430D73068305730664F7F75283067304D308B30023082305730D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20304C58C1677F30673042308B30683057305F30893001\X0\IfcBuildingElementPart\X2\306788683055308C308B54043005306E69CB90207684306A5C64304B30B730A730EB306F30013053306E30BF30A430D7306E52253005306E\X0\Pset\X2\30677D5030734ED8304F304B30823057308C306A304430025E7E3064304B306E5C5E6027304C300172795B9A306A30BF30A430D7306E30D730EC30AD30E330B930C830B330F330AF30EA30FC30C889817D20306E305F308130603051306B906975283055308C308B3002\X0\','ja-JP',$); -#11027= IFCRELASSOCIATESLIBRARY('3TpDsdGZ9DeR6Qdzau4mbj',$,$,$,(#3762),#18193); -#18193= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Type Electronic',$,'en',$); +#11025= IFCRELASSOCIATESLIBRARY('1u5NR2kdTDx9RBIA$jpEjy',$,$,$,(#3761),#18193); +#18193= IFCLIBRARYREFERENCE($,$,'Precast Slab',$,'en',$); -#11028= IFCRELASSOCIATESLIBRARY('3L6cyVJMT4nAqfedvJAuzR',$,$,$,(#3762),#18194); -#18194= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C173067906E65AD3059308B30C830EA30C330D788C57F6E306E60C558313002\X0\','ja-JP',$); +#11026= IFCRELASSOCIATESLIBRARY('3b$C_Qe4D2dPdXXYAltYsm',$,$,$,(#3763),#18194); +#18194= IFCLIBRARYREFERENCE($,$,'Profile Arbitrary Double T',$,'en',$); -#11029= IFCRELASSOCIATESLIBRARY('1pE8fr5gH8swRdlECMU_2d',$,$,$,(#3763),#18195); -#18195= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Type Residual Current',$,'en',$); +#11027= IFCRELASSOCIATESLIBRARY('1HjSaHA8X7EgftJ83SkQpI',$,$,$,(#3764),#18195); +#18195= IFCLIBRARYREFERENCE($,$,'Profile Arbitrary Hollow Core',$,'en',$); -#11030= IFCRELASSOCIATESLIBRARY('1zIzyi0wT2c8blUEpA0o4k',$,$,$,(#3763),#18196); -#18196= IFCLIBRARYREFERENCE($,$,$,'\X2\6F0F96FB96FB6D413067906E65AD3059308B30C830EA30C330D788C57F6E306E60C558313002\X0\','ja-JP',$); +#11028= IFCRELASSOCIATESLIBRARY('3UkD2$Mlz8ix5TT11E5YtL',$,$,$,(#3765),#18196); +#18196= IFCLIBRARYREFERENCE($,$,'Profile Mechanical',$,'en',$); -#11031= IFCRELASSOCIATESLIBRARY('0AjYOXKrTBEhJ4t3Qhj9KF',$,$,$,(#3764),#18197); -#18197= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Type Thermal',$,'en',$); +#11029= IFCRELASSOCIATESLIBRARY('0LXclpkNvDYRYkNXLQY2yh',$,$,$,(#3767),#18197); +#18197= IFCLIBRARYREFERENCE($,$,'Project Order Change Order',$,'en',$); -#11032= IFCRELASSOCIATESLIBRARY('23JKRtwEv61Qc_WB8MPGs3',$,$,$,(#3764),#18198); -#18198= IFCLIBRARYREFERENCE($,$,$,'\X2\6E295EA6306B3088308A906E65AD3059308B30C830EA30C330D788C57F6E306E60C558313002\X0\','ja-JP',$); +#11030= IFCRELASSOCIATESLIBRARY('2ZqV3qFT9BeRdnzgNOUKdN',$,$,$,(#3767),#18198); +#18198= IFCLIBRARYREFERENCE($,$,$,'\X2\590966F46307793A306F300188FD54C1307E305F306F5F15304D53D7305130663044308B4F5C696D306B590953163092751F30583055305B308B6307793A3002590966F46307793A72B6614B306F30014F5C696D6307793A72B6614B3068540C69D8306A624B6BB530675B9A7FA93055308C308B3002590966F46307793A306F4F5C696D89816C4230925FC5898130683059308B304B308930673042308B3002\X0\','ja-JP',$); -#11033= IFCRELASSOCIATESLIBRARY('3vsBLt$$TF_AR9VZp$17bO',$,$,$,(#3766),#18199); -#18199= IFCLIBRARYREFERENCE($,$,'Protective Device Type Circuit Breaker',$,'en',$); +#11031= IFCRELASSOCIATESLIBRARY('2EfbHbIojD0hNckbhf3bpr',$,$,$,(#3768),#18199); +#18199= IFCLIBRARYREFERENCE($,$,'Project Order Maintenance Work Order',$,'en',$); -#11034= IFCRELASSOCIATESLIBRARY('1_5mg6dMn6sfVkFtlQACAZ',$,$,$,(#3766),#18200); -#18200= IFCLIBRARYREFERENCE($,$,$,'IEC\X2\306E\X0\60947\X2\306B57FA3065304430665B9A7FA93055308C30663044308B56DE8DEF30D630EC30FC30AB3001307E305F306F30E230FC30BF4FDD8B7788C57F6E306E7570306A308B5BB991CF30928868305930D730ED30D130C630A330BB30C330C8306E5B9A7FA93002\X0\\X\0D\X\0A\X2\6CE88A18\X0\-\X2\4FDD8B7788C57F6E306F30016839672C7684306A72796027306B95A290234ED830513089308C305F63D04F9B3055308C305F30D730ED30D130C630A3306E60C55831306F300130007570306A308B5B9F614B306B95A29023305730663044308B304B30823057308C307E305B3093300230003000300030003000300030003000300030003000300030003000300030003000\X0\','ja-JP',$); +#11032= IFCRELASSOCIATESLIBRARY('3wVZMGwmrEiByYl2T59MVS',$,$,$,(#3769),#18200); +#18200= IFCLIBRARYREFERENCE($,$,'Project Order Move Order',$,'en',$); -#11035= IFCRELASSOCIATESLIBRARY('0W2kV72vbBZAS9$C8g0IFD',$,$,$,(#3767),#18201); -#18201= IFCLIBRARYREFERENCE($,$,'Protective Device Type Common',$,'en',$); +#11033= IFCRELASSOCIATESLIBRARY('34N4YQtJz5gBgDUH_1eAhS',$,$,$,(#3769),#18201); +#18201= IFCLIBRARYREFERENCE($,$,$,'\X2\79FB52D530FB5F1530638D8A30573078306E5FC5898167614EF630925B9A7FA93059308B30026CE8FF1A79FB52D56307793A306F30014F5C696D306E5FC5898167614EF63092542B3080306E3067300179FB52D5547D4EE472B6614B306F30014F5C696D6307793A72B6614B3068540C69D8306A624B6BB530675B9A7FA93055308C308B3002\X0\','ja-JP',$); -#11036= IFCRELASSOCIATESLIBRARY('2e$OOnlmr0eeB2gKIxWHD2',$,$,$,(#3767),#18202); -#18202= IFCLIBRARYREFERENCE($,$,$,'\X2\4FDD8B7788C57F6E306E4E8B8C61306B8A725F533059308B5C5E60273002\X0\','ja-JP',$); +#11034= IFCRELASSOCIATESLIBRARY('18cF$joPb6NA6Ag_eUPuQC',$,$,$,(#3770),#18202); +#18202= IFCLIBRARYREFERENCE($,$,'Project Order Purchase Order',$,'en',$); -#11037= IFCRELASSOCIATESLIBRARY('2oaneyBQrEcOUBswaQ5bhX',$,$,$,(#3768),#18203); -#18203= IFCLIBRARYREFERENCE($,$,'Protective Device Type Earth Leakage Circuit Breaker',$,'en',$); +#11035= IFCRELASSOCIATESLIBRARY('2O_7Xx0yz23fXao3QrLM7D',$,$,$,(#3771),#18203); +#18203= IFCLIBRARYREFERENCE($,$,'Project Order Work Order',$,'en',$); -#11038= IFCRELASSOCIATESLIBRARY('2Np2kiJ_z3Wu4N58nYCncI',$,$,$,(#3768),#18204); -#18204= IFCLIBRARYREFERENCE($,$,$,'\X2\6F0F96FB56DE8DEF906E65AD6A5F306F30014EBA300530685668675030926F0F96FB96FB6D41306E5F7197FF304B30894FDD8B773059308B52D54F5C3092884C3044307E30593002\X0\','ja-JP',$); +#11036= IFCRELASSOCIATESLIBRARY('0PcX0yYlLFdgtt7_T9VGK9',$,$,$,(#3772),#18204); +#18204= IFCLIBRARYREFERENCE($,$,'Property Agreement',$,'en',$); -#11039= IFCRELASSOCIATESLIBRARY('1t5Toxd7z2Q8Fu25G4xADt',$,$,$,(#3769),#18205); -#18205= IFCLIBRARYREFERENCE($,$,'Protective Device Type Fuse Disconnector',$,'en',$); +#11037= IFCRELASSOCIATESLIBRARY('1DWXHKf0fBUeY$wiWkQOPI',$,$,$,(#3773),#18205); +#18205= IFCLIBRARYREFERENCE($,$,'Protective Device Breaker Unit I2 TCurve',$,'en',$); -#11040= IFCRELASSOCIATESLIBRARY('3FlcZGEoX4g8dPcoM2kXrs',$,$,$,(#3769),#18206); -#18206= IFCLIBRARYREFERENCE($,$,$,'\X2\30D230E530FC30BA306E\X0\breakeing\X2\5BB991CF3092886830595C5E6027306E4E008CAB3057305F30BB30C330C8306F3001\X0\IEC60269\X2\306B57FA3065304430665B9A7FA93055308C30663044307E30593002\X0\\X\0D\X\0A \X2\6CE8\X0\-\X2\4FDD8B7730C730D030A430B9304C5225306E57FA672C7684306A72796027306B95A290233059308B60C55831309263D04F9B305730013053306E30D730ED30BB30C330B530BB30C330C8306E5225306E30A430F330B930BF30F330B9306B95A290234ED830513089308C30663044308B53EF80FD6027304C3042308A307E30593002\X0\','ja-JP',$); +#11038= IFCRELASSOCIATESLIBRARY('0lyCNH5_LBheVCFHLgspH1',$,$,$,(#3773),#18206); +#18206= IFCLIBRARYREFERENCE($,$,$,'\X2\4FDD8B7788C57F6E306E901A96FB30A830CD30EB30AE30FC306E66F27DDA3092886830594E009023306E30D730ED30D130C630A330BB30C330C83002\X0\\X\0D\X\0A\X2\6CE88A18\X0\-\X2\4FDD8B7788C57F6E306F30016839672C7684306A72796027306B95A290234ED830513089308C305F63D04F9B3055308C305F30D730ED30D130C630A3306E60C55831306F300130007570306A308B5B9F614B306B95A29023305730663044308B304B30823057308C307E305B3093300230003000300030003000300030003000300030003000300030003000300030003000\X0\','ja-JP',$); -#11041= IFCRELASSOCIATESLIBRARY('2gkxgR4tX1YuaNrjBSmsYR',$,$,$,(#3770),#18207); -#18207= IFCLIBRARYREFERENCE($,$,'Protective Device Type Residual Current Circuit Breaker',$,'en',$); +#11039= IFCRELASSOCIATESLIBRARY('3urhq1w1LFBRza2YEmZSZN',$,$,$,(#3774),#18207); +#18207= IFCLIBRARYREFERENCE($,$,'Protective Device Breaker Unit I2 TFuse Curve',$,'en',$); -#11042= IFCRELASSOCIATESLIBRARY('2NHGUeNW5A1xkE$tz_3zXd',$,$,$,(#3770),#18208); -#18208= IFCLIBRARYREFERENCE($,$,$,'\X2\6B8B755996FB6D41906E65AD56DE8DEF304C\X0\ \X2\958B304430663044308B304B3001\X0\ \X2\9589305830663044308B304B3001307E305F306F300056DE8DEF304B308972EC7ACB305730663044308B304B3001307E305F77ED7D61FF0830B730E730FC30C830B530FC30AD30C330C8FF0930924FDD670930573001904E8CA083774FDD8B777D9996FB65B95F0F30673042308B304B3002\X0\','ja-JP',$); +#11040= IFCRELASSOCIATESLIBRARY('0pU2KCK6LD$Qgu36$DBhep',$,$,$,(#3774),#18208); +#18208= IFCLIBRARYREFERENCE($,$,$,'\X2\30D530E530FC30BA306E878D89E3\X0\-\X2\906E65AD30A830CD30EB30AE30FC66F27DDA3092886830594E009023306E30D730ED30D130C630A330BB30C330C83002\X0\\X\0D\X\0A\X2\6CE88A18\X0\-\X2\30D530E530FC30BA306F30016839672C7684306A72796027306B95A290234ED830513089308C305F63D04F9B3055308C305F30D730ED30D130C630A3306E60C55831306F300130007570306A308B5B9F614B306B95A29023305730663044308B304B30823057308C307E305B3093300230003000300030003000300030003000300030003000300030003000300030003000\X0\','ja-JP',$); -#11043= IFCRELASSOCIATESLIBRARY('0wBLmOUvDE2wgsO17Ye3ZM',$,$,$,(#3771),#18209); -#18209= IFCLIBRARYREFERENCE($,$,'Protective Device Type Residual Current Switch',$,'en',$); +#11041= IFCRELASSOCIATESLIBRARY('0kYQu2B4jCkw1GW1xw$Rlg',$,$,$,(#3775),#18209); +#18209= IFCLIBRARYREFERENCE($,$,'Protective Device Breaker Unit IPICurve',$,'en',$); -#11044= IFCRELASSOCIATESLIBRARY('2_b0jqSEL6TuSgAmn8lnUp',$,$,$,(#3771),#18210); -#18210= IFCLIBRARYREFERENCE($,$,$,'\X2\6B8B755996FB6D41906E65AD56DE8DEF304C\X0\ \X2\958B304430663044308B304B3001\X0\ \X2\9589305830663044308B304B3001307E305F306F300056DE8DEF304B308972EC7ACB305730663044308B304B3001307E305F77ED7D61FF0830B730E730FC30C830B530FC30AD30C330C8FF0930924FDD670930573001904E8CA083774FDD8B777D9996FB65B95F0F30673042308B304B3002\X0\','ja-JP',$); +#11042= IFCRELASSOCIATESLIBRARY('2rEZZxwaPF2gvAQA3PwIqv',$,$,$,(#3775),#18210); +#18210= IFCLIBRARYREFERENCE($,$,$,'\X2\30D730ED30D130C630A330BB30C330C85B9A7FA96587\X0\\X\0D\X\0A\X2\4FDD8B7788C57F6E306E901A96FB30A830CD30EB30AE30FC306E66F27DDA3092886830594E009023306E30D730ED30D130C630A330BB30C330C8\X0\ \X\0D\X\0A\X2\6CE88A18\X0\-\X2\4FDD8B7788C57F6E306F30016839672C7684306A72796027306B95A290234ED830513089308C305F63D04F9B3055308C305F30D730ED30D130C630A3306E60C55831306F300130007570306A308B5B9F614B306B95A29023305730663044308B304B30823057308C307E305B3093300230003000300030003000300030003000300030003000300030003000300030003000\X0\','ja-JP',$); -#11045= IFCRELASSOCIATESLIBRARY('0lFnRDoHP1k9U3eybHvcxf',$,$,$,(#3773),#18211); -#18211= IFCLIBRARYREFERENCE($,$,'Protective Device Type Varistor',$,'en',$); +#11043= IFCRELASSOCIATESLIBRARY('1rzxrqzR957uyraUJAIJ82',$,$,$,(#3776),#18211); +#18211= IFCLIBRARYREFERENCE($,$,'Protective Device Breaker Unit Type MCB',$,'en',$); -#11046= IFCRELASSOCIATESLIBRARY('2mZXQWW3r17BZ$pgFj4yt0',$,$,$,(#3773),#18212); -#18212= IFCLIBRARYREFERENCE($,$,$,'\X2\9AD85727907F96F788C57F6E3002\X0\','ja-JP',$); +#11044= IFCRELASSOCIATESLIBRARY('2gP8T5_Rf9QAVx0b2kDhVC',$,$,$,(#3777),#18212); +#18212= IFCLIBRARYREFERENCE($,$,'Protective Device Breaker Unit Type Motor Protection',$,'en',$); -#11047= IFCRELASSOCIATESLIBRARY('2dAsgGU6X69uRZW7PZrhPq',$,$,$,(#3774),#18213); -#18213= IFCLIBRARYREFERENCE($,$,'Pump Occurrence',$,'en',$); +#11045= IFCRELASSOCIATESLIBRARY('2P9qpHIoHAS96y3MLxgLFG',$,$,$,(#3777),#18213); +#18213= IFCLIBRARYREFERENCE($,$,$,'AA\X2\306E30E230FC30BF4FDD8B7788C57F6E306E7570306A308B5BB991CF3092886830595C5E6027306E4E008CAB3057305F30BB30C330C8306F3001\X0\IEC60947\X2\306B57FA3065304430665B9A7FA93055308C30663044307E30593002\X0\\X\0D\X\0A \X2\6CE8\X0\-\X2\4FDD8B7788C57F6E306F30013053306E30D730ED30BB30C330B530BB30C330C8306E5225306E30A430F330B930BF30F330B9306B95A290234ED830513089308C30663044308B53EF80FD6027304C3042308A307E30593002\X0\','ja-JP',$); -#11048= IFCRELASSOCIATESLIBRARY('1AVPt2JUL3RxUVRrmX1fl4',$,$,$,(#3775),#18214); -#18214= IFCLIBRARYREFERENCE($,$,'Pump PHistory',$,'en',$); +#11046= IFCRELASSOCIATESLIBRARY('1$7HQH2NHEB9j$_FYl8Ubb',$,$,$,(#3778),#18214); +#18214= IFCLIBRARYREFERENCE($,$,'Protective Device Occurrence',$,'en',$); -#11049= IFCRELASSOCIATESLIBRARY('15q2CLjkL62P24lSLoHZR0',$,$,$,(#3776),#18215); -#18215= IFCLIBRARYREFERENCE($,$,'Pump Type Common',$,'en',$); +#11047= IFCRELASSOCIATESLIBRARY('16icMCxsb2L8up2E5XDFyi',$,$,$,(#3779),#18215); +#18215= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Curve',$,'en',$); -#11050= IFCRELASSOCIATESLIBRARY('3z8tCHApj718meTiENM8mD',$,$,$,(#3776),#18216); -#18216= IFCLIBRARYREFERENCE($,$,$,'\X2\30DD30F330D730BF30A430D75171901A5C5E6027\X0\','ja-JP',$); +#11048= IFCRELASSOCIATESLIBRARY('0jrxV9GlXBm8AyOtqmenBN',$,$,$,(#3779),#18216); +#18216= IFCLIBRARYREFERENCE($,$,$,'\X2\30D730ED30D130C630A330BB30C330C85B9A7FA96587\X0\\X\0D\X\0A\X2\71B1300171B178C16C17307E305F306F\X0\MCB_RCD\X2\30C830EA30C330D788C57F6E306E30C830EA30C330D766F27DDA\X0\\X\0D\X\0A\X2\FF084F8B30483070300130C830EA30C330D430F330B088C57F6E306F300171B1\X0\,\X2\71B196FB78C1\X0\,MCB_RCD\X2\306E30C830EA30C330D430F330B05B9A7FA93055308C305F30D730ED30D130C630A330BB30C330C830BF30A430D730926301306330663044308BFF09\X0\\X\0D\X\0A\X2\3053308C3089306F300196FB5B5030C830EA30C330D430F330B088C57F6E306B906975283055308C306A30443002\X0\','ja-JP',$); -#11051= IFCRELASSOCIATESLIBRARY('0kHHWtTdnFNeFBY7O$Ao7j',$,$,$,(#3780),#18217); -#18217= IFCLIBRARYREFERENCE($,$,'Railing Common',$,'en',$); +#11049= IFCRELASSOCIATESLIBRARY('1xKS79X5X6cQpfFgFQniWU',$,$,$,(#3780),#18217); +#18217= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Function GCurve',$,'en',$); -#11052= IFCRELASSOCIATESLIBRARY('2k5v3tDEf7yBCLZIbazoHp',$,$,$,(#3780),#18218); -#18218= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcRailing','fr-FR',$); +#11050= IFCRELASSOCIATESLIBRARY('2nH$ybxhP7kw$GLZEwStwP',$,$,$,(#3780),#18218); +#18218= IFCLIBRARYREFERENCE($,$,$,'\X2\30C830EA30C330D430F330B095A26570306F300196FB5B5030C830EA30C330D430F330B088C57F6E306B906975283055308C308B3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300130C830EA30C330D430F330B088C57F6E306F300196FB5B5030C830EA30C330D430F330B05B9A7FA93055308C305F30D730ED30D130C630A330BB30C330C830BF30A430D730926301306330663044308BFF09\X0\\X\0D\X\0A\X2\3053308C3089306F300171B1\X0\,\X2\71B196FB78C1\X0\,RCD\X2\30C830EA30C330D430F330B088C57F6E306B906975283055308C306A30443002\X0\\X\0D\X\0A\X2\3053306E30D730ED30D130C630A330BB30C330C8306F300196FB5B504FDD8B7788C57F6E\X0\(G-curve)\X2\306E57307D614FDD8B773092886830593002\X0\','ja-JP',$); -#11053= IFCRELASSOCIATESLIBRARY('2CIP75Yg93bvZaHaVIJxa6',$,$,$,(#3780),#18219); -#18219= IFCLIBRARYREFERENCE($,$,$,'IfcRaling(\X2\624B3059308A\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11051= IFCRELASSOCIATESLIBRARY('1QIgTvVL18G8UqlK9PDCUx',$,$,$,(#3781),#18219); +#18219= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Function ICurve',$,'en',$); -#11054= IFCRELASSOCIATESLIBRARY('3dz9dsUJH2$85_A9pKI4mQ',$,$,$,(#3780),#18220); -#18220= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcRailing\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#11052= IFCRELASSOCIATESLIBRARY('2_v_hUFw9AVQ_jsa8n6hfZ',$,$,$,(#3781),#18220); +#18220= IFCLIBRARYREFERENCE($,$,$,'\X2\30C830EA30C330D430F330B095A26570306F300196FB5B5030C830EA30C330D430F330B088C57F6E306B906975283055308C308B3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300130C830EA30C330D430F330B088C57F6E306F300196FB5B5030C830EA30C330D430F330B05B9A7FA93055308C305F30D730ED30D130C630A330BB30C330C830BF30A430D730926301306330663044308BFF09\X0\\X\0D\X\0A\X2\3053308C3089306F300171B1\X0\,\X2\71B196FB78C1\X0\,RCD\X2\30C830EA30C330D430F330B088C57F6E306B906975283055308C306A30443002\X0\\X\0D\X\0A\X2\3053306E30D730ED30D130C630A330BB30C330C8306F300196FB5B504FDD8B7788C57F6E306E77AC664277ED7D614FDD8B77\X0\(I-curve)\X2\3092886830593002\X0\','ja-JP',$); -#11055= IFCRELASSOCIATESLIBRARY('2dNVB17YnB2gqIsmQlP2Uu',$,$,$,(#3794),#18221); -#18221= IFCLIBRARYREFERENCE($,$,'Ramp Common',$,'en',$); +#11053= IFCRELASSOCIATESLIBRARY('0cVgEpozbFWwjgnIH3BWaQ',$,$,$,(#3782),#18221); +#18221= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Function LCurve',$,'en',$); -#11056= IFCRELASSOCIATESLIBRARY('0GuXF6XQn9gfGE$t6lfrqX',$,$,$,(#3794),#18222); -#18222= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcRamp','fr-FR',$); +#11054= IFCRELASSOCIATESLIBRARY('0F6FslPbfByxq4A5yDafMv',$,$,$,(#3782),#18222); +#18222= IFCLIBRARYREFERENCE($,$,$,'\X2\30C830EA30C330D430F330B095A26570306F300196FB5B5030C830EA30C330D430F330B088C57F6E306B906975283055308C308B3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300130C830EA30C330D430F330B088C57F6E306F300196FB5B5030C830EA30C330D430F330B05B9A7FA93055308C305F30D730ED30D130C630A330BB30C330C830BF30A430D730926301306330663044308BFF09\X0\\X\0D\X\0A\X2\3053308C3089306F300171B1\X0\,\X2\71B196FB78C1\X0\,RCD\X2\30C830EA30C330D430F330B088C57F6E306B906975283055308C306A30443002\X0\\X\0D\X\0A\X2\3053306E30D730ED30D130C630A330BB30C330C8306F300196FB5B504FDD8B7788C57F6E306E90455EF677ED7D614FDD8B77\X0\(L-curve)\X2\3092886830593002\X0\','ja-JP',$); -#11057= IFCRELASSOCIATESLIBRARY('06QGL1ZXH3AxAmsZeqhkXN',$,$,$,(#3794),#18223); -#18223= IFCLIBRARYREFERENCE($,$,$,'IfcRamp(\X2\30E930F330D7\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11055= IFCRELASSOCIATESLIBRARY('35e9Ul0sPBtRgukidFvwHr',$,$,$,(#3783),#18223); +#18223= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Function SCurve',$,'en',$); -#11058= IFCRELASSOCIATESLIBRARY('0cU4XxQ0XFtuVrLma4aS59',$,$,$,(#3794),#18224); -#18224= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcRamp\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#11056= IFCRELASSOCIATESLIBRARY('1IYLmlqOjBuBsqJRewWDVh',$,$,$,(#3783),#18224); +#18224= IFCLIBRARYREFERENCE($,$,$,'\X2\30C830EA30C330D430F330B095A26570306F300196FB5B5030C830EA30C330D430F330B088C57F6E306B906975283055308C308B3002\X0\\X\0D\X\0A\X2\FF084F8B30483070300130C830EA30C330D430F330B088C57F6E306F300196FB5B5030C830EA30C330D430F330B05B9A7FA93055308C305F30D730ED30D130C630A330BB30C330C830BF30A430D730926301306330663044308BFF09\X0\\X\0D\X\0A\X2\3053308C3089306F300171B1\X0\,\X2\71B196FB78C1\X0\,RCD\X2\30C830EA30C330D430F330B088C57F6E306B906975283055308C306A30443002\X0\\X\0D\X\0A\X2\3053306E30D730ED30D130C630A330BB30C330C8306F300196FB5B504FDD8B7788C57F6E306E77ED7D614FDD8B77\X0\(S-curve)\X2\3092886830593002\X0\','ja-JP',$); -#11059= IFCRELASSOCIATESLIBRARY('3GjGQhOrj19OZxH2qnwN8t',$,$,$,(#3795),#18225); -#18225= IFCLIBRARYREFERENCE($,$,'Ramp Flight Common',$,'en',$); +#11057= IFCRELASSOCIATESLIBRARY('0womJOv953PPk7UoEO0pRC',$,$,$,(#3784),#18225); +#18225= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Current Adjustment',$,'en',$); -#11060= IFCRELASSOCIATESLIBRARY('2L4vKv1dn7JeB2DMH85$Z_',$,$,$,(#3795),#18226); -#18226= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcRampFlight','fr-FR',$); +#11058= IFCRELASSOCIATESLIBRARY('2VHraA08j6Fee9PenY333J',$,$,$,(#3784),#18226); +#18226= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB78C15F0F307E305F306F71B152D55F0F306E30C830EA30C330D788C57F6E306E96FB6D418ABF657450243002\X0\','ja-JP',$); -#11061= IFCRELASSOCIATESLIBRARY('3n_K4WCzzDxgovwvch5WwT',$,$,$,(#3795),#18227); -#18227= IFCLIBRARYREFERENCE($,$,$,'IfcRampFlight(\X2\659C8DEF\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11059= IFCRELASSOCIATESLIBRARY('2SrTk1sgn1zgXzTe4i7PtP',$,$,$,(#3785),#18227); +#18227= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Time Adjustment',$,'en',$); -#11062= IFCRELASSOCIATESLIBRARY('3hkdQ4oK54SAYNz6QLeqaC',$,$,$,(#3795),#18228); -#18228= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcRampFlight\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#11060= IFCRELASSOCIATESLIBRARY('3EFrgpJWT6_vQ3vWvYCZTJ',$,$,$,(#3785),#18228); +#18228= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB78C15F0F307E305F306F71B152D55F0F30C830EA30C330D730E630CB30C330C8578B306B906975283059308B30533068304C3067304D308B664295938ABF6574FF0866425EF6FF09306E30BB30C330C83002\X0\','ja-JP',$); -#11063= IFCRELASSOCIATESLIBRARY('2ynrty97HB3AO3NFK0az4e',$,$,$,(#3797),#18229); -#18229= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Count Of Independent Footing',$,'en',$); +#11061= IFCRELASSOCIATESLIBRARY('1aMPB8iSj0UAjmF0c3Tiol',$,$,$,(#3786),#18229); +#18229= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Type Common',$,'en',$); -#11064= IFCRELASSOCIATESLIBRARY('2fiu1E7NHE3BhhVSLmE4Ek',$,$,$,(#3797),#18230); -#18230= IFCLIBRARYREFERENCE($,$,$,'\X2\92447B4B30B330F330AF30EA30FC30C830D130E930E130FC30BF\X0\[ST-2]\X2\FF1A72EC7ACB57FA790E306E92447B4B672C657060C558313002\X0\\X\0D\X\0AX\X2\65B954113068\X0\Y\X2\65B95411306F5EFA7269306E30ED30FC30AB30EB5EA76A197CFB306B57FA3065304430663044308B3002\X0\X\X2\65B954113068\X0\Y\X2\65B95411306E92447B4B306F\X0\I\X2\FF46FF43\X0\BuildingStorey\X2\306E30ED30FC30AB30EB5EA76A197CFB306E\X0\X\X2\8EF83001\X0\Y\X2\8EF8306B305D308C305E308C5E73884C30673042308B3002\X0\','ja-JP',$); +#11062= IFCRELASSOCIATESLIBRARY('0hq3L7RZzESehrS$TqTpWE',$,$,$,(#3786),#18230); +#18230= IFCLIBRARYREFERENCE($,$,$,'\X2\4FDD8B7788C57F6E306B95A290234ED830513089308C30663044308B30C830EA30C330D76A5F80FD306B95A23059308B5171901A60C558313002\X0\','ja-JP',$); -#11065= IFCRELASSOCIATESLIBRARY('1IXfguUfrF69r08YA1tDZG',$,$,$,(#3798),#18231); -#18231= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Pitch Of Beam',$,'en',$); +#11063= IFCRELASSOCIATESLIBRARY('3eYkXH1cz8XhcHhzgGCI3_',$,$,$,(#3787),#18231); +#18231= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Type Electro Magnetic',$,'en',$); -#11066= IFCRELASSOCIATESLIBRARY('2f4s$zxqr9ofY53EnTvB7S',$,$,$,(#3798),#18232); -#18232= IFCLIBRARYREFERENCE($,$,$,'\X2\688188DC5F377B4B306E9593969460C558313002\X0\','ja-JP',$); +#11064= IFCRELASSOCIATESLIBRARY('27_mq$z516Jw4w8LbuutGu',$,$,$,(#3787),#18232); +#18232= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C17306878C16C17306B3088308A906E65AD3059308B30C830EA30C330D788C57F6E306E60C558313002\X0\','ja-JP',$); -#11067= IFCRELASSOCIATESLIBRARY('19wxU_2BD74OrW5Lv_sMd_',$,$,$,(#3799),#18233); -#18233= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Pitch Of Column',$,'en',$); +#11065= IFCRELASSOCIATESLIBRARY('2kbDHC$rb3ffZGjAbeFkFN',$,$,$,(#3788),#18233); +#18233= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Type Electronic',$,'en',$); -#11068= IFCRELASSOCIATESLIBRARY('0csqF$2tv8lPuPnG$3mbMj',$,$,$,(#3799),#18234); -#18234= IFCLIBRARYREFERENCE($,$,$,'\X2\67F188DC5F377B4B306E9593969460C558313002\X0\\X\0D\X\0AX\X2\65B954113068\X0\Y\X2\65B95411306F5EFA7269306E30ED30FC30AB30EB5EA76A197CFB306B57FA3065304430663044308B3002\X0\X\X2\65B954113068\X0\Y\X2\65B95411306E88DC5F377B4B306F\X0\I\X2\FF46FF43\X0\BuildingStorey\X2\306E30ED30FC30AB30EB5EA76A197CFB306E\X0\X\X2\8EF83001\X0\Y\X2\8EF8306B305D308C305E308C5E73884C30673042308B3002\X0\','ja-JP',$); +#11066= IFCRELASSOCIATESLIBRARY('1eNDl$ePzCcOAgwK_vJdti',$,$,$,(#3788),#18234); +#18234= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C173067906E65AD3059308B30C830EA30C330D788C57F6E306E60C558313002\X0\','ja-JP',$); -#11069= IFCRELASSOCIATESLIBRARY('0ooIwhnun6i8Xrz16uUve1',$,$,$,(#3800),#18235); -#18235= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Pitch Of Continuous Footing',$,'en',$); +#11067= IFCRELASSOCIATESLIBRARY('24nXrO$1z3IRGgRLBChJuM',$,$,$,(#3789),#18235); +#18235= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Type Residual Current',$,'en',$); -#11070= IFCRELASSOCIATESLIBRARY('08BOQodC5DhfNjd6Y3p6KE',$,$,$,(#3800),#18236); -#18236= IFCLIBRARYREFERENCE($,$,$,'\X2\92447B4B30B330F330AF30EA30FC30C830D130E930E130FC30BFFF3B\X0\ST-2\X2\FF3DFF1A5E0357FA790E306E88DC5F377B4B9593969460C558313002\X0\','ja-JP',$); +#11068= IFCRELASSOCIATESLIBRARY('38Hjh0p7j8If8tpNfpmC8h',$,$,$,(#3789),#18236); +#18236= IFCLIBRARYREFERENCE($,$,$,'\X2\6F0F96FB96FB6D413067906E65AD3059308B30C830EA30C330D788C57F6E306E60C558313002\X0\','ja-JP',$); -#11071= IFCRELASSOCIATESLIBRARY('1CrMeKVs50xBymHA08yfXF',$,$,$,(#3801),#18237); -#18237= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Pitch Of Slab',$,'en',$); +#11069= IFCRELASSOCIATESLIBRARY('151YppMFb2FBf6kxhyF_Ii',$,$,$,(#3790),#18237); +#18237= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Type Thermal',$,'en',$); -#11072= IFCRELASSOCIATESLIBRARY('1RWn_$5cv9T9cIqUwaiVXZ',$,$,$,(#3801),#18238); -#18238= IFCLIBRARYREFERENCE($,$,$,'\X2\30B930E930D6306E92447B4B95939694306B95A23059308B60C558313002\X0\','ja-JP',$); +#11070= IFCRELASSOCIATESLIBRARY('0fSmUjlcD0zglB4D4KxmZS',$,$,$,(#3790),#18238); +#18238= IFCLIBRARYREFERENCE($,$,$,'\X2\6E295EA6306B3088308A906E65AD3059308B30C830EA30C330D788C57F6E306E60C558313002\X0\','ja-JP',$); -#11073= IFCRELASSOCIATESLIBRARY('3Djpz1leP5rf5qPjcF4wzY',$,$,$,(#3802),#18239); -#18239= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Pitch Of Wall',$,'en',$); +#11071= IFCRELASSOCIATESLIBRARY('11wl7pc192avmuRBBSI235',$,$,$,(#3792),#18239); +#18239= IFCLIBRARYREFERENCE($,$,'Protective Device Type Circuit Breaker',$,'en',$); -#11074= IFCRELASSOCIATESLIBRARY('2aknd0sALBLBFCgtS2dSIs',$,$,$,(#3802),#18240); -#18240= IFCLIBRARYREFERENCE($,$,$,'\X2\58C1306B304A3051308B88DC5F377B4B306E30D430C330C19577305560C558313002\X0\','ja-JP',$); +#11072= IFCRELASSOCIATESLIBRARY('1YJDOzrYnC1RnRRoC1q1os',$,$,$,(#3792),#18240); +#18240= IFCLIBRARYREFERENCE($,$,$,'IEC\X2\306E\X0\60947\X2\306B57FA3065304430665B9A7FA93055308C30663044308B56DE8DEF30D630EC30FC30AB3001307E305F306F30E230FC30BF4FDD8B7788C57F6E306E7570306A308B5BB991CF30928868305930D730ED30D130C630A330BB30C330C8306E5B9A7FA93002\X0\\X\0D\X\0A\X2\6CE88A18\X0\-\X2\4FDD8B7788C57F6E306F30016839672C7684306A72796027306B95A290234ED830513089308C305F63D04F9B3055308C305F30D730ED30D130C630A3306E60C55831306F300130007570306A308B5B9F614B306B95A29023305730663044308B304B30823057308C307E305B3093300230003000300030003000300030003000300030003000300030003000300030003000\X0\','ja-JP',$); -#11075= IFCRELASSOCIATESLIBRARY('0gfIONIDfBRBrqOr92M6XW',$,$,$,(#3810),#18241); -#18241= IFCLIBRARYREFERENCE($,$,'Roof Common',$,'en',$); +#11073= IFCRELASSOCIATESLIBRARY('3XpQFpSm1AHQTCTS851Es_',$,$,$,(#3793),#18241); +#18241= IFCLIBRARYREFERENCE($,$,'Protective Device Type Common',$,'en',$); -#11076= IFCRELASSOCIATESLIBRARY('2bI3Hp5sH8$AbE5DGCGnbU',$,$,$,(#3810),#18242); -#18242= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcRoof. Nota : les propri\S\it\S\is SurfaceProjection et SurfaceTotale ont \S\it\S\i introduites depuis la version 2x3.','fr-FR',$); +#11074= IFCRELASSOCIATESLIBRARY('09WAcaTuPD$P47440o4d58',$,$,$,(#3793),#18242); +#18242= IFCLIBRARYREFERENCE($,$,$,'\X2\4FDD8B7788C57F6E306E4E8B8C61306B8A725F533059308B5C5E60273002\X0\','ja-JP',$); -#11077= IFCRELASSOCIATESLIBRARY('3Vzu3T5Lr7zOU4DJcRbotr',$,$,$,(#3810),#18243); -#18243= IFCLIBRARYREFERENCE($,$,$,'IfcRoof\X2\FF085C4B6839FF0930AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\\X\0D\X\0A\X2\6CE8FF1A5EFA7BC997627A4D30685EF65E8A97627A4D306E30D730ED30D130C630A3306F3001\X0\IFC2x3\X2\304B30898FFD52A03055308C305F3002\X0\','ja-JP',$); +#11075= IFCRELASSOCIATESLIBRARY('2gCs7TEsv91voM7WP7McVy',$,$,$,(#3794),#18243); +#18243= IFCLIBRARYREFERENCE($,$,'Protective Device Type Earth Leakage Circuit Breaker',$,'en',$); -#11078= IFCRELASSOCIATESLIBRARY('21vAPwZoPBZecotsWWyJ6O',$,$,$,(#3810),#18244); -#18244= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcRoof\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#11076= IFCRELASSOCIATESLIBRARY('0YkxW5nLX5_8zkiWdYpmRR',$,$,$,(#3794),#18244); +#18244= IFCLIBRARYREFERENCE($,$,$,'\X2\6F0F96FB56DE8DEF906E65AD6A5F306F30014EBA300530685668675030926F0F96FB96FB6D41306E5F7197FF304B30894FDD8B773059308B52D54F5C3092884C3044307E30593002\X0\','ja-JP',$); -#11079= IFCRELASSOCIATESLIBRARY('151UCY549EMhIVX8PYQ8UL',$,$,$,(#3811),#18245); -#18245= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Bath',$,'en',$); +#11077= IFCRELASSOCIATESLIBRARY('1irYMSW8H7L8jbuHAVX3Xp',$,$,$,(#3795),#18245); +#18245= IFCLIBRARYREFERENCE($,$,'Protective Device Type Fuse Disconnector',$,'en',$); -#11080= IFCRELASSOCIATESLIBRARY('1_kGI7Ac5ErhtVQe$IFOT6',$,$,$,(#3811),#18246); -#18246= IFCLIBRARYREFERENCE($,$,$,'\X2\4EBA4F53306E51684F53304B305D306E4E0090E830926D783059885B751F56685177FF08\X0\BS6100\X2\FF0930025C656B74FF1A\X0\IFC4\X2\3067306F67506599304A3088307367506599539A30555C5E6027524A966430024F7F752867506599306E6A5F80FD306F\X0\ IfcMaterialsResource\X2\30B930AD30FC30DE30924F7F752830028272306E30C730FC30BF578B306F3001FF08307E306065875B5752175024FF09\X0\IfcLabel\X2\306B590966F43002\X0\','ja-JP',$); +#11078= IFCRELASSOCIATESLIBRARY('26Q8rpuy1DXvNaerAovkcB',$,$,$,(#3795),#18246); +#18246= IFCLIBRARYREFERENCE($,$,$,'\X2\30D230E530FC30BA306E\X0\breakeing\X2\5BB991CF3092886830595C5E6027306E4E008CAB3057305F30BB30C330C8306F3001\X0\IEC60269\X2\306B57FA3065304430665B9A7FA93055308C30663044307E30593002\X0\\X\0D\X\0A \X2\6CE8\X0\-\X2\4FDD8B7730C730D030A430B9304C5225306E57FA672C7684306A72796027306B95A290233059308B60C55831309263D04F9B305730013053306E30D730ED30BB30C330B530BB30C330C8306E5225306E30A430F330B930BF30F330B9306B95A290234ED830513089308C30663044308B53EF80FD6027304C3042308A307E30593002\X0\','ja-JP',$); -#11081= IFCRELASSOCIATESLIBRARY('0CsEIvto51EeGAFXdIUsCw',$,$,$,(#3812),#18247); -#18247= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Bidet',$,'en',$); +#11079= IFCRELASSOCIATESLIBRARY('06iyKXeFr4uwCwjgh9Zi$G',$,$,$,(#3796),#18247); +#18247= IFCLIBRARYREFERENCE($,$,'Protective Device Type Residual Current Circuit Breaker',$,'en',$); -#11082= IFCRELASSOCIATESLIBRARY('1OWThUHPr9qgG26J9DBUvS',$,$,$,(#3812),#18248); -#18248= IFCLIBRARYREFERENCE($,$,$,'\X2\30DC30A630EBFF08\X0\BS6100\X2\FF09306B307E305F304C306330665EA73063306663926CC456685B9830926D176D443059308B305F3081306E63926C345668517730928A2D5B9A3057307E305930025C656B74FF1A\X0\IFC4\X2\3067306F300167506599306E30D730ED30D130C630A3304C524A96643055308C307E30593002\X0\ \X\0D\X\0A\X2\4F7F752867506599306E6A5F80FD306F\X0\ IfcMaterialsResource\X2\30B930AD30FC30DE30924F7F75283002\X0\\X\0D\X\0A\X2\8272306E30C730FC30BF578B306F3001\X0\IfcLabel\X2\FF08307E306065875B5752175024FF09306B590966F43002\X0\BidetMounting\X2\3092\X0\Mounting\X2\306B590966F43002\X0\','ja-JP',$); +#11080= IFCRELASSOCIATESLIBRARY('1b$2XYQxf06wnM$zsEaxyo',$,$,$,(#3796),#18248); +#18248= IFCLIBRARYREFERENCE($,$,$,'\X2\6B8B755996FB6D41906E65AD56DE8DEF304C\X0\ \X2\958B304430663044308B304B3001\X0\ \X2\9589305830663044308B304B3001307E305F306F300056DE8DEF304B308972EC7ACB305730663044308B304B3001307E305F77ED7D61FF0830B730E730FC30C830B530FC30AD30C330C8FF0930924FDD670930573001904E8CA083774FDD8B777D9996FB65B95F0F30673042308B304B3002\X0\','ja-JP',$); -#11083= IFCRELASSOCIATESLIBRARY('2DBOcyENf9beC2S8j5_Pl6',$,$,$,(#3813),#18249); -#18249= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Cistern',$,'en',$); +#11081= IFCRELASSOCIATESLIBRARY('3L4Tcd9vn2NuZu2njtbZML',$,$,$,(#3797),#18249); +#18249= IFCLIBRARYREFERENCE($,$,'Protective Device Type Residual Current Switch',$,'en',$); -#11084= IFCRELASSOCIATESLIBRARY('2fXgDktdX2NBLPzcYfML1p',$,$,$,(#3813),#18250); -#18250= IFCLIBRARYREFERENCE($,$,$,'\X2\885B751F914D7BA1306B63A57D9A3055308C30663044308B8CAF6C3488C57F6E3067300181EA52D5307E305F306F624B52D5306B3088308A300159274FBF5668FF0830C830A430ECFF0930D130F330015C0F4FBF566830846C5A726930DB30C330D130FC306A3069309263926C34306B3088308A6D176D443059308B3002\X0\ \X2\FF08\X0\BS61003305008\X2\FF09\X0\','ja-JP',$); +#11082= IFCRELASSOCIATESLIBRARY('1D95l3yuD7sQbXJAE9_iTs',$,$,$,(#3797),#18250); +#18250= IFCLIBRARYREFERENCE($,$,$,'\X2\6B8B755996FB6D41906E65AD56DE8DEF304C\X0\ \X2\958B304430663044308B304B3001\X0\ \X2\9589305830663044308B304B3001307E305F306F300056DE8DEF304B308972EC7ACB305730663044308B304B3001307E305F77ED7D61FF0830B730E730FC30C830B530FC30AD30C330C8FF0930924FDD670930573001904E8CA083774FDD8B777D9996FB65B95F0F30673042308B304B3002\X0\','ja-JP',$); -#11085= IFCRELASSOCIATESLIBRARY('09wqMWInbEreFpNbX9EGCQ',$,$,$,(#3814),#18251); -#18251= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Common',$,'en',$); +#11083= IFCRELASSOCIATESLIBRARY('18x2FrjcXAsxhkSSP_OwCr',$,$,$,(#3799),#18251); +#18251= IFCLIBRARYREFERENCE($,$,'Protective Device Type Varistor',$,'en',$); -#11086= IFCRELASSOCIATESLIBRARY('06SjDR$ef60h7ZYavcL2_G',$,$,$,(#3814),#18252); -#18252= IFCLIBRARYREFERENCE($,$,$,'\X2\885B751F56685177306E5171901A30D730ED30D130C630A330928A2D5B9A3002\X0\','ja-JP',$); +#11084= IFCRELASSOCIATESLIBRARY('0_cPt_itb0rhc_17aodTXC',$,$,$,(#3799),#18252); +#18252= IFCLIBRARYREFERENCE($,$,$,'\X2\9AD85727907F96F788C57F6E3002\X0\','ja-JP',$); -#11087= IFCRELASSOCIATESLIBRARY('1OR6SW29P8oAoN$J3zOere',$,$,$,(#3815),#18253); -#18253= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Sanitary Fountain',$,'en',$); +#11085= IFCRELASSOCIATESLIBRARY('283PMXBaL4ygoFg3EcxyIY',$,$,$,(#3800),#18253); +#18253= IFCLIBRARYREFERENCE($,$,'Pump Occurrence',$,'en',$); -#11088= IFCRELASSOCIATESLIBRARY('02PVxs5qTA7O4Cu6O6bqk_',$,$,$,(#3815),#18254); -#18254= IFCLIBRARYREFERENCE($,$,$,'\X2\72795B9A306E4F7F752875289014306E6C3430924F4E572730674F9B7D663059308B885B751F6A5F5668\X0\\X\0D\X\0A\X2\80CC666FFF1A\X0\IFC4\X2\3067300189817D20306E30D730ED30D130C630A330FC306F639296643055308C30663044307E30593002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\\X\0D\X\0A\X2\8272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002\X0\','ja-JP',$); +#11086= IFCRELASSOCIATESLIBRARY('3_oEHAxNjBYeVevhazhN2U',$,$,$,(#3801),#18254); +#18254= IFCLIBRARYREFERENCE($,$,'Pump PHistory',$,'en',$); -#11089= IFCRELASSOCIATESLIBRARY('1kzGYngvjA1RtVnT_xlO0m',$,$,$,(#3816),#18255); -#18255= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Shower',$,'en',$); +#11087= IFCRELASSOCIATESLIBRARY('0tm447AY98chCE7MvXhTtB',$,$,$,(#3802),#18255); +#18255= IFCLIBRARYREFERENCE($,$,'Pump Type Common',$,'en',$); -#11090= IFCRELASSOCIATESLIBRARY('1HN4ypfPr5ufBW6Z6Nb1kK',$,$,$,(#3816),#18256); -#18256= IFCLIBRARYREFERENCE($,$,$,'\X2\4EBA4F5330926D173046305F3081306B6C34309230B930D730EC30FC72B6306B653E5C043059308B5EC36C3456685177\X0\(BS6100)\X\0D\X\0A\X2\80CC666F\X0\: IFC4\X2\306B304A30443066300189817D20306889817D20539A3055306E30D730ED30D130C630A330FC306F639296643055308C30663044307E3059\X0\ \X2\3002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\ \X2\8272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002\X0\','ja-JP',$); +#11088= IFCRELASSOCIATESLIBRARY('27DV5RR8r4vea13G62$s7B',$,$,$,(#3802),#18256); +#18256= IFCLIBRARYREFERENCE($,$,$,'\X2\30DD30F330D730BF30A430D75171901A5C5E6027\X0\','ja-JP',$); -#11091= IFCRELASSOCIATESLIBRARY('3Z24O3U$T8ZgdE5qqjNeag',$,$,$,(#3817),#18257); -#18257= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Sink',$,'en',$); +#11089= IFCRELASSOCIATESLIBRARY('2154HmIl5DSBsB2_YLSNxc',$,$,$,(#3806),#18257); +#18257= IFCLIBRARYREFERENCE($,$,'Railing Common',$,'en',$); -#11092= IFCRELASSOCIATESLIBRARY('0b435OWOD0swZjpOCHKEyS',$,$,$,(#3817),#18258); -#18258= IFCLIBRARYREFERENCE($,$,$,'\X2\53D74FE15074306E5EC36C346A5F56683002\X0\\X\0D\X\0A\X2\5BB65EAD5185306E51E6740630844FDD6301300153F0624030844FBF624030823057304F306F5DE5696D75289014306E6DB24F5351E674063092884C3044307E30593002\X0\\X\0D\X\0A\X2\80CC666FFF1A\X0\IFC4\X2\306B304A30443066300189817D20306E30D730ED30D130C630A330FC306F639296643055308C30663044307E3059\X0\ \X2\3002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\ \X2\8272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002300C\X0\SinkMounting\X2\300D306F300C\X0\Mounting\X2\300D306B590966F43055308C30663044307E30593002\X0\','ja-JP',$); +#11090= IFCRELASSOCIATESLIBRARY('3K5pOZPH19wwynVJ_cu1Z6',$,$,$,(#3806),#18258); +#18258= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcRailing','fr-FR',$); -#11093= IFCRELASSOCIATESLIBRARY('0BMnDpzPvDTuhxFMqshW2v',$,$,$,(#3818),#18259); -#18259= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Toilet Pan',$,'en',$); +#11091= IFCRELASSOCIATESLIBRARY('1s_wg$5Aj7WPPgd$CbPAk$',$,$,$,(#3806),#18259); +#18259= IFCLIBRARYREFERENCE($,$,$,'IfcRaling(\X2\624B3059308A\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11094= IFCRELASSOCIATESLIBRARY('0EMecrtm16C9dBx2E138E3',$,$,$,(#3818),#18260); -#18260= IFCLIBRARYREFERENCE($,$,$,'\X2\63926CC4726963926C177528306E6A5F56683002\X0\\X\0D\X\0A\X2\80CC666FFF1A\X0\IFC4\X2\306B304A30443066300189817D20306E30D730ED30D130C630A330FC306F639296643055308C30663044307E3059\X0\ \X2\3002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\ \X2\8272306E8A2D5B9A306F53D6308A9664304B308C30663044307E305930028272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002\X0\','ja-JP',$); +#11092= IFCRELASSOCIATESLIBRARY('1pVxaE4_bA_9YLXPUIbfOZ',$,$,$,(#3806),#18260); +#18260= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcRailing\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#11095= IFCRELASSOCIATESLIBRARY('3Mg4tgcBz4DBknaHfXxQI4',$,$,$,(#3819),#18261); -#18261= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Urinal',$,'en',$); +#11093= IFCRELASSOCIATESLIBRARY('24cm$5DGjAvwjULdTEyA7J',$,$,$,(#3820),#18261); +#18261= IFCLIBRARYREFERENCE($,$,'Ramp Common',$,'en',$); -#11096= IFCRELASSOCIATESLIBRARY('3XPc_awkH0X8soUhLx70Ve',$,$,$,(#3819),#18262); -#18262= IFCLIBRARYREFERENCE($,$,$,'\X2\5C0F4FBF309253D73051305F308A76F463A563926C346E9D306B6D413059305F3081306E6A5F5668\X0\(BS6100)\X2\3002\X0\\X\0D\X\0A\X2\80CC666FFF1A\X0\IFC4\X2\306B304A30443066300189817D20306E30D730ED30D130C630A330FC306F639296643055308C30663044307E3059\X0\ \X2\3002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\ \X2\8272306E8A2D5B9A306F53D6308A9664304B308C30663044307E305930028272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002307E305F3001300C8A2D7F6E300D306E30D730ED30D130C630A330FC304C52A030483089308C307E3057305F3002\X0\','ja-JP',$); +#11094= IFCRELASSOCIATESLIBRARY('20__j0LY56MOYovPuCFmEx',$,$,$,(#3820),#18262); +#18262= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcRamp','fr-FR',$); -#11097= IFCRELASSOCIATESLIBRARY('3U1HN61fH6SOEEPoFCLqqN',$,$,$,(#3820),#18263); -#18263= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Wash Hand Basin',$,'en',$); +#11095= IFCRELASSOCIATESLIBRARY('1vQidTdNXAQObH7mkY4$Li',$,$,$,(#3820),#18263); +#18263= IFCLIBRARYREFERENCE($,$,$,'IfcRamp(\X2\30E930F330D7\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11098= IFCRELASSOCIATESLIBRARY('3PKHpycxz5UROE09_13u8U',$,$,$,(#3820),#18264); -#18264= IFCLIBRARYREFERENCE($,$,$,'\X2\4F53306E4E0A90E8520630926D176D443059308B305F3081306E5EC36C346A5F56683002\X0\\X\0D\X\0A\X2\80CC666FFF1A\X0\IFC4\X2\306B304A30443066300189817D20306E30D730ED30D130C630A330FC306F639296643055308C30663044307E3059\X0\ \X2\3002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\ \X2\8272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002307E305F3001300C8A2D7F6E300D306E30D730ED30D130C630A330FC304C52A030483089308C307E3057305F3002\X0\','ja-JP',$); +#11096= IFCRELASSOCIATESLIBRARY('1ixlMF$3nDMxGGuuGxv_x2',$,$,$,(#3820),#18264); +#18264= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcRamp\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#11099= IFCRELASSOCIATESLIBRARY('3AYlxI8UPDxRWDh1FTEoWE',$,$,$,(#3823),#18265); -#18265= IFCLIBRARYREFERENCE($,$,'Sensor PHistory',$,'en',$); +#11097= IFCRELASSOCIATESLIBRARY('2EvDYtio5Cg8lfYk49kIz8',$,$,$,(#3821),#18265); +#18265= IFCLIBRARYREFERENCE($,$,'Ramp Flight Common',$,'en',$); -#11100= IFCRELASSOCIATESLIBRARY('2rUhSt20rFvgz8taIsdybR',$,$,$,(#3824),#18266); -#18266= IFCLIBRARYREFERENCE($,$,'Sensor Type CO2 Sensor',$,'en',$); +#11098= IFCRELASSOCIATESLIBRARY('3i5PTwO6D6c96KNSdqACoR',$,$,$,(#3821),#18266); +#18266= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcRampFlight','fr-FR',$); -#11101= IFCRELASSOCIATESLIBRARY('1q1gxbdpbAYB2U1Jh$3QmN',$,$,$,(#3825),#18267); -#18267= IFCLIBRARYREFERENCE($,$,'Sensor Type Common',$,'en',$); +#11099= IFCRELASSOCIATESLIBRARY('1BRX4r9nnDMQMMEe$qZb_y',$,$,$,(#3821),#18267); +#18267= IFCLIBRARYREFERENCE($,$,$,'IfcRampFlight(\X2\659C8DEF\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11102= IFCRELASSOCIATESLIBRARY('1Sj1zVxqXCKh0B7zlt5N8G',$,$,$,(#3825),#18268); -#18268= IFCLIBRARYREFERENCE($,$,$,'\X2\30BB30F330B530FC30BF30A430D7306E5171901A5C5E60273002\X0\','ja-JP',$); +#11100= IFCRELASSOCIATESLIBRARY('0bUiJXG210CxOef5e3VmBp',$,$,$,(#3821),#18268); +#18268= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcRampFlight\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#11103= IFCRELASSOCIATESLIBRARY('3hp7whF591tB$AvjKBJasE',$,$,$,(#3826),#18269); -#18269= IFCLIBRARYREFERENCE($,$,'Sensor Type Conductance Sensor',$,'en',$); +#11101= IFCRELASSOCIATESLIBRARY('0qAbUuffrC1w4TzcvosfPR',$,$,$,(#3823),#18269); +#18269= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Count Of Independent Footing',$,'en',$); -#11104= IFCRELASSOCIATESLIBRARY('3jL7qrpFD1KOr$FYwuCcfi',$,$,$,(#3826),#18270); -#18270= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C174F1D5C0E60273092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11102= IFCRELASSOCIATESLIBRARY('0XcoSiwmz1cwYZj3KL_0GG',$,$,$,(#3823),#18270); +#18270= IFCLIBRARYREFERENCE($,$,$,'\X2\92447B4B30B330F330AF30EA30FC30C830D130E930E130FC30BF\X0\[ST-2]\X2\FF1A72EC7ACB57FA790E306E92447B4B672C657060C558313002\X0\\X\0D\X\0AX\X2\65B954113068\X0\Y\X2\65B95411306F5EFA7269306E30ED30FC30AB30EB5EA76A197CFB306B57FA3065304430663044308B3002\X0\X\X2\65B954113068\X0\Y\X2\65B95411306E92447B4B306F\X0\I\X2\FF46FF43\X0\BuildingStorey\X2\306E30ED30FC30AB30EB5EA76A197CFB306E\X0\X\X2\8EF83001\X0\Y\X2\8EF8306B305D308C305E308C5E73884C30673042308B3002\X0\','ja-JP',$); -#11105= IFCRELASSOCIATESLIBRARY('2wEhsM9rj5pOftejb9o8EY',$,$,$,(#3827),#18271); -#18271= IFCLIBRARYREFERENCE($,$,'Sensor Type Contact Sensor',$,'en',$); +#11103= IFCRELASSOCIATESLIBRARY('1sCOGDhsP4XBbamZc$IB2h',$,$,$,(#3824),#18271); +#18271= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Pitch Of Beam',$,'en',$); -#11106= IFCRELASSOCIATESLIBRARY('0JTrtcrcn2Bgdt4v3P5L2y',$,$,$,(#3827),#18272); -#18272= IFCLIBRARYREFERENCE($,$,$,'\X2\63A589E63092611F77E5307E305F306F691C51FA3059308B30C730D030A430B9\X0\','ja-JP',$); +#11104= IFCRELASSOCIATESLIBRARY('1U5GuT1UHFmvY0b90joCO6',$,$,$,(#3824),#18272); +#18272= IFCLIBRARYREFERENCE($,$,$,'\X2\688188DC5F377B4B306E9593969460C558313002\X0\','ja-JP',$); -#11107= IFCRELASSOCIATESLIBRARY('0RGsy$mwTE6gDgFbPDod4b',$,$,$,(#3829),#18273); -#18273= IFCLIBRARYREFERENCE($,$,'Sensor Type Fire Sensor',$,'en',$); +#11105= IFCRELASSOCIATESLIBRARY('2Ikx7ZLsX09fC3c9kTq2jg',$,$,$,(#3825),#18273); +#18273= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Pitch Of Column',$,'en',$); -#11108= IFCRELASSOCIATESLIBRARY('3HIxYJKQT27QJHoJNhUOm$',$,$,$,(#3829),#18274); -#18274= IFCLIBRARYREFERENCE($,$,$,'\X2\708E306E5B5857283092611F77E5307E305F306F691C51FA3059308B30C730D030A430B9\X0\','ja-JP',$); +#11106= IFCRELASSOCIATESLIBRARY('3vRFrrwef5IBwseSQanjZd',$,$,$,(#3825),#18274); +#18274= IFCLIBRARYREFERENCE($,$,$,'\X2\67F188DC5F377B4B306E9593969460C558313002\X0\\X\0D\X\0AX\X2\65B954113068\X0\Y\X2\65B95411306F5EFA7269306E30ED30FC30AB30EB5EA76A197CFB306B57FA3065304430663044308B3002\X0\X\X2\65B954113068\X0\Y\X2\65B95411306E88DC5F377B4B306F\X0\I\X2\FF46FF43\X0\BuildingStorey\X2\306E30ED30FC30AB30EB5EA76A197CFB306E\X0\X\X2\8EF83001\X0\Y\X2\8EF8306B305D308C305E308C5E73884C30673042308B3002\X0\','ja-JP',$); -#11109= IFCRELASSOCIATESLIBRARY('1DFI$1cRH49P545oCiwNIG',$,$,$,(#3830),#18275); -#18275= IFCLIBRARYREFERENCE($,$,'Sensor Type Flow Sensor',$,'en',$); +#11107= IFCRELASSOCIATESLIBRARY('2aHudkYoz639tmr5lx6l2h',$,$,$,(#3826),#18275); +#18275= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Pitch Of Continuous Footing',$,'en',$); -#11110= IFCRELASSOCIATESLIBRARY('0$$oZ_GyDApgrNlirfLIWx',$,$,$,(#3830),#18276); -#18276= IFCLIBRARYREFERENCE($,$,$,'\X2\6D41308C3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11108= IFCRELASSOCIATESLIBRARY('0IbNpBMoX5HQh0GB3jBuu1',$,$,$,(#3826),#18276); +#18276= IFCLIBRARYREFERENCE($,$,$,'\X2\92447B4B30B330F330AF30EA30FC30C830D130E930E130FC30BFFF3B\X0\ST-2\X2\FF3DFF1A5E0357FA790E306E88DC5F377B4B9593969460C558313002\X0\','ja-JP',$); -#11111= IFCRELASSOCIATESLIBRARY('1gBm1gJvX7xvRq4PD0mNNa',$,$,$,(#3832),#18277); -#18277= IFCLIBRARYREFERENCE($,$,'Sensor Type Frost Sensor',$,'en',$); +#11109= IFCRELASSOCIATESLIBRARY('3CRufXk015sAjaB$tUgDD4',$,$,$,(#3827),#18277); +#18277= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Pitch Of Slab',$,'en',$); -#11112= IFCRELASSOCIATESLIBRARY('3yAvHa_5DAdvzMhwge916U',$,$,$,(#3833),#18278); -#18278= IFCLIBRARYREFERENCE($,$,'Sensor Type Gas Sensor',$,'en',$); +#11110= IFCRELASSOCIATESLIBRARY('2J1P3320PBdvz37w3rPaoJ',$,$,$,(#3827),#18278); +#18278= IFCLIBRARYREFERENCE($,$,$,'\X2\30B930E930D6306E92447B4B95939694306B95A23059308B60C558313002\X0\','ja-JP',$); -#11113= IFCRELASSOCIATESLIBRARY('3ZMfZ4FWXEpvRHFVpjGEAS',$,$,$,(#3833),#18279); -#18279= IFCLIBRARYREFERENCE($,$,$,'\X2\30AC30B93092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11111= IFCRELASSOCIATESLIBRARY('11oeDlnyH0Oej9JOZLRsmL',$,$,$,(#3828),#18279); +#18279= IFCLIBRARYREFERENCE($,$,'Reinforcement Bar Pitch Of Wall',$,'en',$); -#11114= IFCRELASSOCIATESLIBRARY('1BNxWbYHD9EuWcCDIEsYuy',$,$,$,(#3834),#18280); -#18280= IFCLIBRARYREFERENCE($,$,'Sensor Type Heat Sensor',$,'en',$); +#11112= IFCRELASSOCIATESLIBRARY('0XOxcAU3zAaRUdXJidwxbn',$,$,$,(#3828),#18280); +#18280= IFCLIBRARYREFERENCE($,$,$,'\X2\58C1306B304A3051308B88DC5F377B4B306E30D430C330C19577305560C558313002\X0\','ja-JP',$); -#11115= IFCRELASSOCIATESLIBRARY('3xcbEhhTjE2Op_tlGuZStj',$,$,$,(#3834),#18281); -#18281= IFCLIBRARYREFERENCE($,$,$,'\X2\71B13092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11113= IFCRELASSOCIATESLIBRARY('3jjKBTtrnELRoa$Uaaql$S',$,$,$,(#3836),#18281); +#18281= IFCLIBRARYREFERENCE($,$,'Roof Common',$,'en',$); -#11116= IFCRELASSOCIATESLIBRARY('2Iliv_ArrDiPZyXccEbOkj',$,$,$,(#3835),#18282); -#18282= IFCLIBRARYREFERENCE($,$,'Sensor Type Humidity Sensor',$,'en',$); +#11114= IFCRELASSOCIATESLIBRARY('2xPp4Tmkf5pvhGGnoDPXd7',$,$,$,(#3836),#18282); +#18282= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcRoof. Nota : les propri\S\it\S\is SurfaceProjection et SurfaceTotale ont \S\it\S\i introduites depuis la version 2x3.','fr-FR',$); -#11117= IFCRELASSOCIATESLIBRARY('0Sd19fWefBlPCurcKMhH_m',$,$,$,(#3835),#18283); -#18283= IFCLIBRARYREFERENCE($,$,$,'\X2\6E7F5EA63092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11115= IFCRELASSOCIATESLIBRARY('2wngo9D6r1l9mg7cY3MC3B',$,$,$,(#3836),#18283); +#18283= IFCLIBRARYREFERENCE($,$,$,'IfcRoof\X2\FF085C4B6839FF0930AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\\X\0D\X\0A\X2\6CE8FF1A5EFA7BC997627A4D30685EF65E8A97627A4D306E30D730ED30D130C630A3306F3001\X0\IFC2x3\X2\304B30898FFD52A03055308C305F3002\X0\','ja-JP',$); -#11118= IFCRELASSOCIATESLIBRARY('1gzcnoH$z2qeCGrbHInUI5',$,$,$,(#3836),#18284); -#18284= IFCLIBRARYREFERENCE($,$,'Sensor Type Identifier Sensor',$,'en',$); +#11116= IFCRELASSOCIATESLIBRARY('0bCtoV21D7Gv0yM$Z4Ga4s',$,$,$,(#3836),#18284); +#18284= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcRoof\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#11119= IFCRELASSOCIATESLIBRARY('1TRI62cabBwBzGHopyoLsA',$,$,$,(#3837),#18285); -#18285= IFCLIBRARYREFERENCE($,$,'Sensor Type Ion Concentration Sensor',$,'en',$); +#11117= IFCRELASSOCIATESLIBRARY('2Qscnj7XX329V_hvXwFa$t',$,$,$,(#3837),#18285); +#18285= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Bath',$,'en',$); -#11120= IFCRELASSOCIATESLIBRARY('05R8MdBzX49w8sgfKoDKJ_',$,$,$,(#3837),#18286); -#18286= IFCLIBRARYREFERENCE($,$,$,'\X2\6C34306E786C5EA6306A3069306E30A430AA30F36FC35EA63092611F77E5307E305F306F691C51FA3059308B88C57F6E\X0\','ja-JP',$); +#11118= IFCRELASSOCIATESLIBRARY('0J3rBRTKrACOHKa4JY8EmH',$,$,$,(#3837),#18286); +#18286= IFCLIBRARYREFERENCE($,$,$,'\X2\4EBA4F53306E51684F53304B305D306E4E0090E830926D783059885B751F56685177FF08\X0\BS6100\X2\FF0930025C656B74FF1A\X0\IFC4\X2\3067306F67506599304A3088307367506599539A30555C5E6027524A966430024F7F752867506599306E6A5F80FD306F\X0\ IfcMaterialsResource\X2\30B930AD30FC30DE30924F7F752830028272306E30C730FC30BF578B306F3001FF08307E306065875B5752175024FF09\X0\IfcLabel\X2\306B590966F43002\X0\','ja-JP',$); -#11121= IFCRELASSOCIATESLIBRARY('2dBPYBaxX4kA449q4H$E4K',$,$,$,(#3838),#18287); -#18287= IFCLIBRARYREFERENCE($,$,'Sensor Type Level Sensor',$,'en',$); +#11119= IFCRELASSOCIATESLIBRARY('2C1Z6H$sTEXARuz36UNeqq',$,$,$,(#3838),#18287); +#18287= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Bidet',$,'en',$); -#11122= IFCRELASSOCIATESLIBRARY('0NA7jQJM93se64KK81NyNR',$,$,$,(#3838),#18288); -#18288= IFCLIBRARYREFERENCE($,$,$,'\X2\30EC30D930EB3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11120= IFCRELASSOCIATESLIBRARY('2DMouo8tP3terNPSV5yfee',$,$,$,(#3838),#18288); +#18288= IFCLIBRARYREFERENCE($,$,$,'\X2\30DC30A630EBFF08\X0\BS6100\X2\FF09306B307E305F304C306330665EA73063306663926CC456685B9830926D176D443059308B305F3081306E63926C345668517730928A2D5B9A3057307E305930025C656B74FF1A\X0\IFC4\X2\3067306F300167506599306E30D730ED30D130C630A3304C524A96643055308C307E30593002\X0\ \X\0D\X\0A\X2\4F7F752867506599306E6A5F80FD306F\X0\ IfcMaterialsResource\X2\30B930AD30FC30DE30924F7F75283002\X0\\X\0D\X\0A\X2\8272306E30C730FC30BF578B306F3001\X0\IfcLabel\X2\FF08307E306065875B5752175024FF09306B590966F43002\X0\BidetMounting\X2\3092\X0\Mounting\X2\306B590966F43002\X0\','ja-JP',$); -#11123= IFCRELASSOCIATESLIBRARY('1reqVK8Sn5TfllGF_sP3Hb',$,$,$,(#3839),#18289); -#18289= IFCLIBRARYREFERENCE($,$,'Sensor Type Light Sensor',$,'en',$); +#11121= IFCRELASSOCIATESLIBRARY('32CHX8ne5EquTvCy2Y9u6X',$,$,$,(#3839),#18289); +#18289= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Cistern',$,'en',$); -#11124= IFCRELASSOCIATESLIBRARY('3Aww6TdvD838bbkbgTjO4m',$,$,$,(#3839),#18290); -#18290= IFCLIBRARYREFERENCE($,$,$,'\X2\51493092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11122= IFCRELASSOCIATESLIBRARY('0YWE7uGlDEAg4jEoWeCKPB',$,$,$,(#3839),#18290); +#18290= IFCLIBRARYREFERENCE($,$,$,'\X2\885B751F914D7BA1306B63A57D9A3055308C30663044308B8CAF6C3488C57F6E3067300181EA52D5307E305F306F624B52D5306B3088308A300159274FBF5668FF0830C830A430ECFF0930D130F330015C0F4FBF566830846C5A726930DB30C330D130FC306A3069309263926C34306B3088308A6D176D443059308B3002\X0\ \X2\FF08\X0\BS61003305008\X2\FF09\X0\','ja-JP',$); -#11125= IFCRELASSOCIATESLIBRARY('3FkWz_iYr4nOkZsW672cQu',$,$,$,(#3840),#18291); -#18291= IFCLIBRARYREFERENCE($,$,'Sensor Type Moisture Sensor',$,'en',$); +#11123= IFCRELASSOCIATESLIBRARY('38HUE9H_b1RBS7xeUko1DX',$,$,$,(#3840),#18291); +#18291= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Common',$,'en',$); -#11126= IFCRELASSOCIATESLIBRARY('0t2HL$1uv10B4yhSyr6IWl',$,$,$,(#3840),#18292); -#18292= IFCLIBRARYREFERENCE($,$,$,'\X2\6C3452063092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11124= IFCRELASSOCIATESLIBRARY('1pVlUWGhT7Q8kKhKr1OF1M',$,$,$,(#3840),#18292); +#18292= IFCLIBRARYREFERENCE($,$,$,'\X2\885B751F56685177306E5171901A30D730ED30D130C630A330928A2D5B9A3002\X0\','ja-JP',$); -#11127= IFCRELASSOCIATESLIBRARY('1m4lt1W7PEoBIa_1Xnjt4R',$,$,$,(#3841),#18293); -#18293= IFCLIBRARYREFERENCE($,$,'Sensor Type Movement Sensor',$,'en',$); +#11125= IFCRELASSOCIATESLIBRARY('1X$UxLPVT0ZPtVmrcfBe6e',$,$,$,(#3841),#18293); +#18293= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Sanitary Fountain',$,'en',$); -#11128= IFCRELASSOCIATESLIBRARY('1jF$9jg_zB3RZic6UktigW',$,$,$,(#3842),#18294); -#18294= IFCLIBRARYREFERENCE($,$,'Sensor Type PHSensor',$,'en',$); +#11126= IFCRELASSOCIATESLIBRARY('112rYC1eT4JwlvuifP__t8',$,$,$,(#3841),#18294); +#18294= IFCLIBRARYREFERENCE($,$,$,'\X2\72795B9A306E4F7F752875289014306E6C3430924F4E572730674F9B7D663059308B885B751F6A5F5668\X0\\X\0D\X\0A\X2\80CC666FFF1A\X0\IFC4\X2\3067300189817D20306E30D730ED30D130C630A330FC306F639296643055308C30663044307E30593002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\\X\0D\X\0A\X2\8272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002\X0\','ja-JP',$); -#11129= IFCRELASSOCIATESLIBRARY('12VNx4Pkv2nuNTpL6bwrFs',$,$,$,(#3842),#18295); -#18295= IFCLIBRARYREFERENCE($,$,$,'\X2\917860275EA63092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11127= IFCRELASSOCIATESLIBRARY('0V7QutYDz3iufrqXEsXrVj',$,$,$,(#3842),#18295); +#18295= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Shower',$,'en',$); -#11130= IFCRELASSOCIATESLIBRARY('3lzMBmNoPFWPqNV5GcsuhH',$,$,$,(#3843),#18296); -#18296= IFCLIBRARYREFERENCE($,$,'Sensor Type Pressure Sensor',$,'en',$); +#11128= IFCRELASSOCIATESLIBRARY('0jH$NqpMX3aRYXRj9noYjn',$,$,$,(#3842),#18296); +#18296= IFCLIBRARYREFERENCE($,$,$,'\X2\4EBA4F5330926D173046305F3081306B6C34309230B930D730EC30FC72B6306B653E5C043059308B5EC36C3456685177\X0\(BS6100)\X\0D\X\0A\X2\80CC666F\X0\: IFC4\X2\306B304A30443066300189817D20306889817D20539A3055306E30D730ED30D130C630A330FC306F639296643055308C30663044307E3059\X0\ \X2\3002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\ \X2\8272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002\X0\','ja-JP',$); -#11131= IFCRELASSOCIATESLIBRARY('2vsoe1THf4HPgCL4LJxuHB',$,$,$,(#3843),#18297); -#18297= IFCLIBRARYREFERENCE($,$,$,'\X2\5727529B3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11129= IFCRELASSOCIATESLIBRARY('1LK1LXTZP26QyMi0otGIas',$,$,$,(#3843),#18297); +#18297= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Sink',$,'en',$); -#11132= IFCRELASSOCIATESLIBRARY('3ArzaPOlj0EP1AD5$3uwkl',$,$,$,(#3844),#18298); -#18298= IFCLIBRARYREFERENCE($,$,'Sensor Type Radiation Sensor',$,'en',$); +#11130= IFCRELASSOCIATESLIBRARY('0zUQ7TLFHEzhREEXX4Swv6',$,$,$,(#3843),#18298); +#18298= IFCLIBRARYREFERENCE($,$,$,'\X2\53D74FE15074306E5EC36C346A5F56683002\X0\\X\0D\X\0A\X2\5BB65EAD5185306E51E6740630844FDD6301300153F0624030844FBF624030823057304F306F5DE5696D75289014306E6DB24F5351E674063092884C3044307E30593002\X0\\X\0D\X\0A\X2\80CC666FFF1A\X0\IFC4\X2\306B304A30443066300189817D20306E30D730ED30D130C630A330FC306F639296643055308C30663044307E3059\X0\ \X2\3002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\ \X2\8272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002300C\X0\SinkMounting\X2\300D306F300C\X0\Mounting\X2\300D306B590966F43055308C30663044307E30593002\X0\','ja-JP',$); -#11133= IFCRELASSOCIATESLIBRARY('14Xlk1Bv99YQDAjrLvSd30',$,$,$,(#3844),#18299); -#18299= IFCLIBRARYREFERENCE($,$,$,'\X2\653E5C047DDA3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11131= IFCRELASSOCIATESLIBRARY('2rz1MtDC15mAWtt8zcH97T',$,$,$,(#3844),#18299); +#18299= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Toilet Pan',$,'en',$); -#11134= IFCRELASSOCIATESLIBRARY('1HDbl1cB5ANfVq7rBvsFAl',$,$,$,(#3845),#18300); -#18300= IFCLIBRARYREFERENCE($,$,'Sensor Type Radioactivity Sensor',$,'en',$); +#11132= IFCRELASSOCIATESLIBRARY('3$zykAqQDBWBlOP8hHVlhy',$,$,$,(#3844),#18300); +#18300= IFCLIBRARYREFERENCE($,$,$,'\X2\63926CC4726963926C177528306E6A5F56683002\X0\\X\0D\X\0A\X2\80CC666FFF1A\X0\IFC4\X2\306B304A30443066300189817D20306E30D730ED30D130C630A330FC306F639296643055308C30663044307E3059\X0\ \X2\3002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\ \X2\8272306E8A2D5B9A306F53D6308A9664304B308C30663044307E305930028272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002\X0\','ja-JP',$); -#11135= IFCRELASSOCIATESLIBRARY('11fCxPaiTCqOTGjuQikdE_',$,$,$,(#3845),#18301); -#18301= IFCLIBRARYREFERENCE($,$,$,'\X2\539F5B506838306E5D2958CA3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11133= IFCRELASSOCIATESLIBRARY('1TFpuWXG5F4wk6WC5kffGT',$,$,$,(#3845),#18301); +#18301= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Urinal',$,'en',$); -#11136= IFCRELASSOCIATESLIBRARY('15TYKaeZ51zwhmK$BNIygD',$,$,$,(#3847),#18302); -#18302= IFCLIBRARYREFERENCE($,$,'Sensor Type Smoke Sensor',$,'en',$); +#11134= IFCRELASSOCIATESLIBRARY('0wqiVlFKv9w9zPllEZkcNF',$,$,$,(#3845),#18302); +#18302= IFCLIBRARYREFERENCE($,$,$,'\X2\5C0F4FBF309253D73051305F308A76F463A563926C346E9D306B6D413059305F3081306E6A5F5668\X0\(BS6100)\X2\3002\X0\\X\0D\X\0A\X2\80CC666FFF1A\X0\IFC4\X2\306B304A30443066300189817D20306E30D730ED30D130C630A330FC306F639296643055308C30663044307E3059\X0\ \X2\3002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\ \X2\8272306E8A2D5B9A306F53D6308A9664304B308C30663044307E305930028272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002307E305F3001300C8A2D7F6E300D306E30D730ED30D130C630A330FC304C52A030483089308C307E3057305F3002\X0\','ja-JP',$); -#11137= IFCRELASSOCIATESLIBRARY('3C5AqdKbD9UgTEqQ7_RwWD',$,$,$,(#3847),#18303); -#18303= IFCLIBRARYREFERENCE($,$,$,'\X2\71593092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11135= IFCRELASSOCIATESLIBRARY('1K2g1g9Gb89RM4WOjyW9Hn',$,$,$,(#3846),#18303); +#18303= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Type Wash Hand Basin',$,'en',$); -#11138= IFCRELASSOCIATESLIBRARY('0gDMyfA2L0mPKbq76JTOwZ',$,$,$,(#3849),#18304); -#18304= IFCLIBRARYREFERENCE($,$,'Sensor Type Sound Sensor',$,'en',$); +#11136= IFCRELASSOCIATESLIBRARY('2h_bDoMIPBe90PYNFZhy93',$,$,$,(#3846),#18304); +#18304= IFCLIBRARYREFERENCE($,$,$,'\X2\4F53306E4E0A90E8520630926D176D443059308B305F3081306E5EC36C346A5F56683002\X0\\X\0D\X\0A\X2\80CC666FFF1A\X0\IFC4\X2\306B304A30443066300189817D20306E30D730ED30D130C630A330FC306F639296643055308C30663044307E3059\X0\ \X2\3002\X0\IfcMaterialsResource\X2\306E30BF30A430D730924F7F30633066304F3060305530443002\X0\ \X2\8272306E30C730FC30BF5F625F0F306F65875B575217306830573066\X0\IfcLabel\X2\306B590966F43055308C30663044307E30593002307E305F3001300C8A2D7F6E300D306E30D730ED30D130C630A330FC304C52A030483089308C307E3057305F3002\X0\','ja-JP',$); -#11139= IFCRELASSOCIATESLIBRARY('3phX_Dhkf489_Y9vP2Kc_z',$,$,$,(#3849),#18305); -#18305= IFCLIBRARYREFERENCE($,$,$,'\X2\97F33092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11137= IFCRELASSOCIATESLIBRARY('0bSEnWlxH3muUr2Qdll6e2',$,$,$,(#3849),#18305); +#18305= IFCLIBRARYREFERENCE($,$,'Sensor PHistory',$,'en',$); -#11140= IFCRELASSOCIATESLIBRARY('2ysLWxmovAaulot3_YSVzp',$,$,$,(#3850),#18306); -#18306= IFCLIBRARYREFERENCE($,$,'Sensor Type Temperature Sensor',$,'en',$); +#11138= IFCRELASSOCIATESLIBRARY('3n0ePCwfT4D9Jyb9euYooL',$,$,$,(#3850),#18306); +#18306= IFCLIBRARYREFERENCE($,$,'Sensor Type CO2 Sensor',$,'en',$); -#11141= IFCRELASSOCIATESLIBRARY('0tQbfJN9T7rvEjtq1mWS$H',$,$,$,(#3850),#18307); -#18307= IFCLIBRARYREFERENCE($,$,$,'\X2\6E295EA63092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11139= IFCRELASSOCIATESLIBRARY('3fk4mYQEz99Q10i4nZTf4t',$,$,$,(#3851),#18307); +#18307= IFCLIBRARYREFERENCE($,$,'Sensor Type Common',$,'en',$); -#11142= IFCRELASSOCIATESLIBRARY('3HkcI80CHAufT0I9oxXT7C',$,$,$,(#3852),#18308); -#18308= IFCLIBRARYREFERENCE($,$,'Sensor Type Wind Sensor',$,'en',$); +#11140= IFCRELASSOCIATESLIBRARY('1jZYzrner8zup8A0b5QUKi',$,$,$,(#3851),#18308); +#18308= IFCLIBRARYREFERENCE($,$,$,'\X2\30BB30F330B530FC30BF30A430D7306E5171901A5C5E60273002\X0\','ja-JP',$); -#11143= IFCRELASSOCIATESLIBRARY('1fU1yfXEvEKQr65psefF_e',$,$,$,(#3852),#18309); -#18309= IFCLIBRARYREFERENCE($,$,$,'\X2\98A8901F3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); +#11141= IFCRELASSOCIATESLIBRARY('2Z_w98ovzDr84p5GTmjLN3',$,$,$,(#3852),#18309); +#18309= IFCLIBRARYREFERENCE($,$,'Sensor Type Conductance Sensor',$,'en',$); -#11144= IFCRELASSOCIATESLIBRARY('0_oIlG$Xf6bf3nexMPa7tc',$,$,$,(#3853),#18310); -#18310= IFCLIBRARYREFERENCE($,$,'Service Life',$,'en',$); +#11142= IFCRELASSOCIATESLIBRARY('3iKQ_PGgv1dfwYa9BjxzmE',$,$,$,(#3852),#18310); +#18310= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB6C174F1D5C0E60273092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11145= IFCRELASSOCIATESLIBRARY('2vSgW40CX0gv$6pqg8KHOg',$,$,$,(#3854),#18311); -#18311= IFCLIBRARYREFERENCE($,$,'Service Life Factors',$,'en',$); +#11143= IFCRELASSOCIATESLIBRARY('2KRzyrtZH5YOjZUTc_9F7M',$,$,$,(#3853),#18311); +#18311= IFCLIBRARYREFERENCE($,$,'Sensor Type Contact Sensor',$,'en',$); -#11146= IFCRELASSOCIATESLIBRARY('3omijW8SH3GwlzJ7ZqJk68',$,$,$,(#3855),#18312); -#18312= IFCLIBRARYREFERENCE($,$,'Shading Device Common',$,'en',$); +#11144= IFCRELASSOCIATESLIBRARY('1i9GkE3BPEgg$j0ps8gfIW',$,$,$,(#3853),#18312); +#18312= IFCLIBRARYREFERENCE($,$,$,'\X2\63A589E63092611F77E5307E305F306F691C51FA3059308B30C730D030A430B9\X0\','ja-JP',$); -#11147= IFCRELASSOCIATESLIBRARY('0BWXfDIlH8BgUFsxqGNQW9',$,$,$,(#3855),#18313); -#18313= IFCLIBRARYREFERENCE($,$,$,'\X2\65E59664305188C57F6E\X0\(IfcShadingDevice\X2\30AA30D630B830A730AF30C8\X0\)\X2\306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11145= IFCRELASSOCIATESLIBRARY('3V8FWdDYn6wPnNHfouCRA9',$,$,$,(#3855),#18313); +#18313= IFCLIBRARYREFERENCE($,$,'Sensor Type Fire Sensor',$,'en',$); -#11148= IFCRELASSOCIATESLIBRARY('0cCwBTSwD3UfXdIkWkM1xh',$,$,$,(#3856),#18314); -#18314= IFCLIBRARYREFERENCE($,$,'Shading Device PHistory',$,'en',$); +#11146= IFCRELASSOCIATESLIBRARY('2JFwc4S2P5NhsCgrUBvklJ',$,$,$,(#3855),#18314); +#18314= IFCLIBRARYREFERENCE($,$,$,'\X2\708E306E5B5857283092611F77E5307E305F306F691C51FA3059308B30C730D030A430B9\X0\','ja-JP',$); -#11149= IFCRELASSOCIATESLIBRARY('3HHHByoT1Cnuc09cNyB7NQ',$,$,$,(#3862),#18315); -#18315= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); +#11147= IFCRELASSOCIATESLIBRARY('1dsnhhl_b8SfvQCi8wdsw0',$,$,$,(#3856),#18315); +#18315= IFCLIBRARYREFERENCE($,$,'Sensor Type Flow Sensor',$,'en',$); -#11150= IFCRELASSOCIATESLIBRARY('2UkU3W_Xv67hXF9szARFmE',$,$,$,(#3862),#18316); -#18316= IFCLIBRARYREFERENCE($,$,'Site Common',$,'en',$); +#11148= IFCRELASSOCIATESLIBRARY('20OydXCNz46Q03Gc4Nd562',$,$,$,(#3856),#18316); +#18316= IFCLIBRARYREFERENCE($,$,$,'\X2\6D41308C3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11151= IFCRELASSOCIATESLIBRARY('0gX4Tq$MDEih0nl5_bT9DN',$,$,$,(#3862),#18317); -#18317= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de IfcSite. Veuillez noter que plusieurs attributs sont port\S\is par l''instance IfcSite : le num\S\iro du site ou nom court (IfcSite.Name), le nom ou nom long (IfcSite.LongName), et la description ou des commentaires (IfcSite.Description). Le num\S\iro de r\S\if\S\irence du foncier est donn\S\i par l''attribut IfcSite.LandTitleNumber. Les quantit\S\is du site comme le p\S\irim\S\htre et la superficie sont fournis par des instances de IfcElementQuantity et la r\S\if\S\irence \S\` une classification nationale par IfcClassificationReference. La position du site en termes de longitude, latitude et altitude est donn\S\ie par IfcSite.RefLongitude, IfcSite.RefLatitude, IfcSite.RefElevation et l''adresse postale par IfcSite.SiteAddress.','fr-FR',$); +#11149= IFCRELASSOCIATESLIBRARY('0eOQFZyI13IhaeCXMbkUI3',$,$,$,(#3858),#18317); +#18317= IFCLIBRARYREFERENCE($,$,'Sensor Type Frost Sensor',$,'en',$); -#11152= IFCRELASSOCIATESLIBRARY('2N9rTNSlLC78cHcjHWd$hX',$,$,$,(#3862),#18318); -#18318= IFCLIBRARYREFERENCE($,$,$,'IfcSite\X2\306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA930024EE54E0B306E5C5E60275024306B95A230573066306F3001\X0\IfcSite\X2\30AA30D630B830A730AF30C8306E5C5E6027306B8A2D5B9A3059308B300265775730756A53F7306F\X0\IfcSite.Name\X2\300165775730540D79F0306F\X0\IfcSite.LongName\X2\300165775730306B95A23059308B8A188FF0306F\X0\IfcSite.Description\X2\300265775730306B95A23059308B546856F29577300197627A4D30014F537A4D306A3069306E657091CF5024306F3001\X0\IfcElementQuantity\X2\306B3088306330668A2D5B9A3059308B30025730740660C55831306B95A23059308B7DEF5EA630FB7D4C5EA630FB6A199AD85024306FFF29\X0\fcSite.RefLongitude, IfcSite.RefLatitude, IfcSite.RefElevation\X2\306B3088306330668A2D5B9A3057300190F54FBF4F4F6240306F\X0\IfcSite.SiteAddress\X2\306B3088306330668A2D5B9A3059308B3002\X0\','ja-JP',$); +#11150= IFCRELASSOCIATESLIBRARY('03E2Qnk6X65QiY4qfPWt2s',$,$,$,(#3859),#18318); +#18318= IFCLIBRARYREFERENCE($,$,'Sensor Type Gas Sensor',$,'en',$); -#11153= IFCRELASSOCIATESLIBRARY('3QDwsdchz2x8q9Z5jFgtAX',$,$,$,(#3864),#18319); -#18319= IFCLIBRARYREFERENCE($,$,'Slab Common',$,'en',$); +#11151= IFCRELASSOCIATESLIBRARY('0gAFe0B7XEEgwUhBcAV3BW',$,$,$,(#3859),#18319); +#18319= IFCLIBRARYREFERENCE($,$,$,'\X2\30AC30B93092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11154= IFCRELASSOCIATESLIBRARY('3SAeu12cvD9guLn9d0J6GF',$,$,$,(#3864),#18320); -#18320= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcSlab. Nota : la propri\S\it\S\i AngleInclinaison a \S\it\S\i introduite depuis la version 2x3.','fr-FR',$); +#11152= IFCRELASSOCIATESLIBRARY('3IEvXbbjvCzeG93Lm2AFzz',$,$,$,(#3860),#18320); +#18320= IFCLIBRARYREFERENCE($,$,'Sensor Type Heat Sensor',$,'en',$); -#11155= IFCRELASSOCIATESLIBRARY('3SgI0euLPBnwxhptu1POVp',$,$,$,(#3864),#18321); -#18321= IFCLIBRARYREFERENCE($,$,$,'IfcSlab(\X2\30B930E930D6\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11153= IFCRELASSOCIATESLIBRARY('040q2eTzP9$QQOqHXRCwgj',$,$,$,(#3860),#18321); +#18321= IFCLIBRARYREFERENCE($,$,$,'\X2\71B13092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11156= IFCRELASSOCIATESLIBRARY('0lRXgzQFv8zw2e5h1gOAoW',$,$,$,(#3864),#18322); -#18322= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcSlab\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\PitchAngle\X2\5C5E60274E3A\X0\IFC 2x3 \X2\65B06DFB3002\X0\','zh-CN',$); +#11154= IFCRELASSOCIATESLIBRARY('1dslY6KUP4F9S7aX$eLr4X',$,$,$,(#3861),#18322); +#18322= IFCLIBRARYREFERENCE($,$,'Sensor Type Humidity Sensor',$,'en',$); -#11157= IFCRELASSOCIATESLIBRARY('1Im_vf$GL5dukc7FQ56Vlz',$,$,$,(#3866),#18323); -#18323= IFCLIBRARYREFERENCE($,$,'Solar Device Type Common',$,'en',$); +#11155= IFCRELASSOCIATESLIBRARY('0xPDwQs$nBTu5ZMSR6bSTd',$,$,$,(#3861),#18323); +#18323= IFCLIBRARYREFERENCE($,$,$,'\X2\6E7F5EA63092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11158= IFCRELASSOCIATESLIBRARY('09NIAdaNjAuAEqMnXbMVkR',$,$,$,(#3866),#18324); -#18324= IFCLIBRARYREFERENCE($,$,$,'\X2\592A967D306E88C57F6E30BF30A430D7306E305F3081306E5171901A5C5E60273002\X0\','ja-JP',$); +#11156= IFCRELASSOCIATESLIBRARY('0pp9LrzUHAlQIsji6KWVe7',$,$,$,(#3862),#18324); +#18324= IFCLIBRARYREFERENCE($,$,'Sensor Type Identifier Sensor',$,'en',$); -#11159= IFCRELASSOCIATESLIBRARY('1wktuJy0D2kgiyUxzuC7uB',$,$,$,(#3869),#18325); -#18325= IFCLIBRARYREFERENCE($,$,'Sound Attenuation',$,'en',$); +#11157= IFCRELASSOCIATESLIBRARY('09hhO9$MjFHRV6x9bHFqxv',$,$,$,(#3863),#18325); +#18325= IFCLIBRARYREFERENCE($,$,'Sensor Type Ion Concentration Sensor',$,'en',$); -#11160= IFCRELASSOCIATESLIBRARY('3Aa9z3lmH9IBbndXRtVN$c',$,$,$,(#3869),#18326); -#18326= IFCLIBRARYREFERENCE($,$,$,'\X2\5EFA72697BA1740630FB7A7A6C17306E642C900130B730B930C630E0306B95A290233059308B8A2D5099306E97F35727306E602780FD63076A19300272795B9A4F4D7F6E304B30893042308B\X0\IfcDistributionFlowElement\X2\8A2D5099306E97F3602780FD5024309288683059305F3081306B3001\X0\IfcRelAssignsToProduct \X2\3092901A30573066\X0\IfcDistributionFlowElement\X2\306B\X0\ IfcAnnotation\X2\6CE891C85C5E6027502430924ED83051308B3002\X0\ IfcAnnotation\X2\5C5E60275024306F97F3306E7A2E5225FF08\X0\ObjectType\X2\FF09\X0\ \X2\30685E7E4F557684306A4EE388684F4D7F6E6CE891C830DD30A430F330C8306769CB62103055308C30016CE891C830DD30A430F330C8306F\X0\ IfcAnnotation\X2\6CE891C830925165308C305F\X0\IfcPoint\X2\4E0070B930683059308B30023053306E\X0\Pset\X2\306F54686CE2657030D030F330C9FF085E2F57DF5E45FF09FF11\X0\HZ\X2\306B304A3051308B3042308B97F3306E5F373055306E500D657030678868793A3059308B30025C656B74FF1A\X0\IFC\X2\FF12FF58FF14306B65B0305F306B5B9A7FA93055308C305F3002\X0\','ja-JP',$); +#11158= IFCRELASSOCIATESLIBRARY('1TiDG1xgbF89rrbAqZM4Lo',$,$,$,(#3863),#18326); +#18326= IFCLIBRARYREFERENCE($,$,$,'\X2\6C34306E786C5EA6306A3069306E30A430AA30F36FC35EA63092611F77E5307E305F306F691C51FA3059308B88C57F6E\X0\','ja-JP',$); -#11161= IFCRELASSOCIATESLIBRARY('2iRFMOceTAgul0ePc_elw2',$,$,$,(#3870),#18327); -#18327= IFCLIBRARYREFERENCE($,$,'Sound Generation',$,'en',$); +#11159= IFCRELASSOCIATESLIBRARY('3j8NgEG$nBb9B0VbSBicS7',$,$,$,(#3864),#18327); +#18327= IFCLIBRARYREFERENCE($,$,'Sensor Type Level Sensor',$,'en',$); -#11162= IFCRELASSOCIATESLIBRARY('36ibQq3U11EeRHMggDvhcV',$,$,$,(#3870),#18328); -#18328= IFCLIBRARYREFERENCE($,$,$,'\X2\5EFA72697BA1740630FB7A7A6C17306E642C900130B730B930C630E0306B95A290233059308B8A2D5099306E9A1297F3602780FD63076A19300254686CE2657030D030F330C9FF085E2F57DF5E45FF09FF11\X0\HZ\X2\306B304A3051308B3042308B97F3306E5F373055306E500D657030678868793A3059308B30025C656B74FF1A\X0\IFC4\X2\306B65B0305F306B5B9A7FA93055308C305F3002\X0\','ja-JP',$); +#11160= IFCRELASSOCIATESLIBRARY('1AIAWfF_n2AwtXjz04wgE$',$,$,$,(#3864),#18328); +#18328= IFCLIBRARYREFERENCE($,$,$,'\X2\30EC30D930EB3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11163= IFCRELASSOCIATESLIBRARY('27LxN4dYf9wvKyaWMx4EL5',$,$,$,(#3871),#18329); -#18329= IFCLIBRARYREFERENCE($,$,'Space Common',$,'en',$); +#11161= IFCRELASSOCIATESLIBRARY('2BpePzJK99CuCRBxzb1Bag',$,$,$,(#3865),#18329); +#18329= IFCLIBRARYREFERENCE($,$,'Sensor Type Light Sensor',$,'en',$); -#11164= IFCRELASSOCIATESLIBRARY('0EHDUeYLn2mvxN8jKo4IoI',$,$,$,(#3871),#18330); -#18330= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcSpace. Veuillez noter que plusieurs attributs sont port\S\is par l''instance IfcSpace : le num\S\iro de la pi\S\hce ou le nom court (IfcSpace.Name), le nom ou nom long (IfcSpace:LongName) et la description ou des commentaires (IfcSpace.Description). Les quantit\S\is comme le p\S\irim\S\htre, la surface et le volume de la pi\S\hce sont fournis par des instances de IfcElementQuantity, et la r\S\if\S\irence \S\` une classification nationale par IfcClassificationReference. L''\S\il\S\ivation de la dalle relativement au niveau de r\S\if\S\irence du b\S\btiment est fourni par IfcBuildingStorey.Elevation. L''\S\il\S\ivation du plancher relativement au niveau de r\S\if\S\irence du b\S\btiment est fourni par IfcSpace.ElevationWithFlooring.','fr-FR',$); +#11162= IFCRELASSOCIATESLIBRARY('0aGXIUpNv1U82$cAtdOv5U',$,$,$,(#3865),#18330); +#18330= IFCLIBRARYREFERENCE($,$,$,'\X2\51493092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11165= IFCRELASSOCIATESLIBRARY('1vVOMXjALEGA5P3xURJ6Bb',$,$,$,(#3871),#18331); -#18331= IFCLIBRARYREFERENCE($,$,$,'IfcSpace\X2\306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA930024EE54E0B306E5C5E60275024306B95A230573066306F3001\X0\IfcSpace\X2\30AA30D630B830A730AF30C8306E5C5E6027306B8A2D5B9A3059308B300290E85C4B756A53F7306F\X0\IfcSite.Name\X2\300190E85C4B540D79F0306F\X0\IfcSite.LongName\X2\300190E85C4B306B95A23059308B8A188FF0306F\X0\IfcSite.Description\X2\300290E85C4BFF087A7A9593FF09306B95A23059308B546856F29577300197627A4D30014F537A4D306A3069306E657091CF5024306F3001\X0\IfcElementQuantities\X2\306B3088306330668A2D5B9A3059308B300290E85C4BFF087A7A9593FF09306B95A23059308B5206985E30B330FC30C9306F\X0\IfcClassificationReference\X2\306B3088306330668A2D5B9A3059308B300230B930E930D6306B5BFE3059308B30EC30D930EB306F\X0\IfcBuildingStorey.Elevation\X2\306B3088306330664E0E30483089308C308B30025E8A4ED54E0A3052306B5BFE3059308B30EC30D930EB306F\X0\IfcSpace.ElevationWithFlooring\X2\306B3088306330664E0E30483089308C308B3002\X0\','ja-JP',$); +#11163= IFCRELASSOCIATESLIBRARY('1cUoGi7irAyB980vi6nXvH',$,$,$,(#3866),#18331); +#18331= IFCLIBRARYREFERENCE($,$,'Sensor Type Moisture Sensor',$,'en',$); -#11166= IFCRELASSOCIATESLIBRARY('1BSm7AoNP6d9Fq96643Lfn',$,$,$,(#3872),#18332); -#18332= IFCLIBRARYREFERENCE($,$,$,'Eigenschaften der Bekleidungen des Raumes.\X\0D\X\0A\X\0D\X\0ADiese Eigenschaften werden als Anforderungen in fr\S\|hen Phasen im Raumprogramm gef\S\|hrt und k\S\vnnen f\S\|r sp\S\dtere Phasen als Informationen f\S\|r das Raumbuch dienen, falls die Bekleidungen nicht als eigenst\S\dndige Elemente angelegt werden.','de-DE',$); +#11164= IFCRELASSOCIATESLIBRARY('0zYMwLe6zAP8oFNRZjM8de',$,$,$,(#3866),#18332); +#18332= IFCLIBRARYREFERENCE($,$,$,'\X2\6C3452063092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11167= IFCRELASSOCIATESLIBRARY('21sxcHk9LAg9v0DdfDDvZT',$,$,$,(#3872),#18333); -#18333= IFCLIBRARYREFERENCE($,$,'Space Covering Requirements',$,'en',$); +#11165= IFCRELASSOCIATESLIBRARY('3iWMMI2AL4FOqu86GFBR3r',$,$,$,(#3867),#18333); +#18333= IFCLIBRARYREFERENCE($,$,'Sensor Type Movement Sensor',$,'en',$); -#11168= IFCRELASSOCIATESLIBRARY('318WEbrSD4lPzZw1es05oV',$,$,$,(#3872),#18334); -#18334= IFCLIBRARYREFERENCE($,$,$,'IfcSpace\X2\FF0890E85C4BFF09306E4ED54E0A3052\X0\(Covering)\X2\306E5171901A5C5E6027300230D730ED30B830A730AF30C8521D671F306E7A7A95938A08753B304B3089306E4ED54E0A305289816C424ED569D860C5583130928A2D5B9A3059308B3002308230573002\X0\Covering\X2\30AA30D630B830A730AF30C8304C751F62103055308C30663044306A304458345408306F30013053306E30D730ED30D130C630A330BB30C330C8306E60C55831306F4ED54E0A305288684F5C6210306B4F7F75283059308B30533068304C3067304D308B3002\X0\','ja-JP',$); +#11166= IFCRELASSOCIATESLIBRARY('2pz$QFit97EA062_D9TpbI',$,$,$,(#3868),#18334); +#18334= IFCLIBRARYREFERENCE($,$,'Sensor Type PHSensor',$,'en',$); -#11169= IFCRELASSOCIATESLIBRARY('26gKXUfH17qAVvO1ykdr_4',$,$,$,(#3873),#18335); -#18335= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); +#11167= IFCRELASSOCIATESLIBRARY('1ZxHezQPj0Ju_wo6lWhj8A',$,$,$,(#3868),#18335); +#18335= IFCLIBRARYREFERENCE($,$,$,'\X2\917860275EA63092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11170= IFCRELASSOCIATESLIBRARY('3e5weYcI16pgy5CD9czJuv',$,$,$,(#3873),#18336); -#18336= IFCLIBRARYREFERENCE($,$,'Space Fire Safety Requirements',$,'en',$); +#11168= IFCRELASSOCIATESLIBRARY('2eNnphxoLFkuM2lqpNqan_',$,$,$,(#3869),#18336); +#18336= IFCLIBRARYREFERENCE($,$,'Sensor Type Pressure Sensor',$,'en',$); -#11171= IFCRELASSOCIATESLIBRARY('0wXeuczUjDBuyAVYLT61IX',$,$,$,(#3873),#18337); -#18337= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is relatives \S\` la protection incendie, qui s''appliquent \S\` toutes les occurrences des classes IfcSpace et IfcZone.','fr-FR',$); +#11169= IFCRELASSOCIATESLIBRARY('1VlnYyWYn7GxNoPfBXZH0G',$,$,$,(#3869),#18337); +#18337= IFCLIBRARYREFERENCE($,$,$,'\X2\5727529B3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11172= IFCRELASSOCIATESLIBRARY('2fZ7SDKDP0He6HIeqqstGZ',$,$,$,(#3873),#18338); -#18338= IFCLIBRARYREFERENCE($,$,$,'IfcSpace\X2\307E305F306F\X0\IfcZone\X2\306E5B585728306B906975283055308C308B30017A7A9593306E706B707D96325FA1\X0\(\X2\9632706B\X0\)\X2\306B95A290233057305F30D730ED30D130C630A33002\X0\','ja-JP',$); +#11170= IFCRELASSOCIATESLIBRARY('375_IQxvnFjATSgyIQUQKS',$,$,$,(#3870),#18338); +#18338= IFCLIBRARYREFERENCE($,$,'Sensor Type Radiation Sensor',$,'en',$); -#11173= IFCRELASSOCIATESLIBRARY('0mhBI5sNTCqhLm0i88Gy$j',$,$,$,(#3874),#18339); -#18339= IFCLIBRARYREFERENCE($,$,'Space Heater PHistory',$,'en',$); +#11171= IFCRELASSOCIATESLIBRARY('3wd3qW69j3R8TRntojJu0S',$,$,$,(#3870),#18339); +#18339= IFCLIBRARYREFERENCE($,$,$,'\X2\653E5C047DDA3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11174= IFCRELASSOCIATESLIBRARY('3OxVOermL4yxxGW1freDMC',$,$,$,(#3874),#18340); -#18340= IFCLIBRARYREFERENCE($,$,$,'\X2\6696623F752830D230FC30BF30FC602780FD5C656B745171901A5C5E6027\X0\','ja-JP',$); +#11172= IFCRELASSOCIATESLIBRARY('3e0Px7zpn8OuPoWyHPKoBn',$,$,$,(#3871),#18340); +#18340= IFCLIBRARYREFERENCE($,$,'Sensor Type Radioactivity Sensor',$,'en',$); -#11175= IFCRELASSOCIATESLIBRARY('0yUuK94ZzD8gEqCVJ3rPlK',$,$,$,(#3875),#18341); -#18341= IFCLIBRARYREFERENCE($,$,'Space Heater Type Common',$,'en',$); +#11173= IFCRELASSOCIATESLIBRARY('10sSU_XqT6LQKwWVcOEzYI',$,$,$,(#3871),#18341); +#18341= IFCLIBRARYREFERENCE($,$,$,'\X2\539F5B506838306E5D2958CA3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11176= IFCRELASSOCIATESLIBRARY('05SOIzOvfFHBp8EQ4ATjFn',$,$,$,(#3875),#18342); -#18342= IFCLIBRARYREFERENCE($,$,$,'\X2\6696623F752830D230FC30BF30FC5171901A5C5E602730003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000\X0\SoundLevel\X2\5C5E6027306F\X0\IFC2x2\X2\4ED893323067524A96643055308C305F3002FF1A\X0\ IfcSoundProperties\X2\30924EE3308F308A306B4F7F3046300072796027306F\X0\IFC4\X2\309252A03048307E3057305F\X0\','ja-JP',$); +#11174= IFCRELASSOCIATESLIBRARY('3QeZNK5pz22A7re7u4Fuxn',$,$,$,(#3873),#18342); +#18342= IFCLIBRARYREFERENCE($,$,'Sensor Type Smoke Sensor',$,'en',$); -#11177= IFCRELASSOCIATESLIBRARY('2zJkPw2sr6DeLrXc_dL6T0',$,$,$,(#3876),#18343); -#18343= IFCLIBRARYREFERENCE($,$,'Space Heater Type Convector',$,'en',$); +#11175= IFCRELASSOCIATESLIBRARY('09hTqCtVz4nfyVrXYmA2pW',$,$,$,(#3873),#18343); +#18343= IFCLIBRARYREFERENCE($,$,$,'\X2\71593092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11178= IFCRELASSOCIATESLIBRARY('1tTJbtEw1FqP0VHKg_v6f8',$,$,$,(#3876),#18344); -#18344= IFCLIBRARYREFERENCE($,$,$,'\X2\6696623F752830D230FC30BF30FC5BFE6D415F0F5C5E6027\X0\','ja-JP',$); +#11176= IFCRELASSOCIATESLIBRARY('2G0kmnJqrElBb_hYI38UqJ',$,$,$,(#3875),#18344); +#18344= IFCLIBRARYREFERENCE($,$,'Sensor Type Sound Sensor',$,'en',$); -#11179= IFCRELASSOCIATESLIBRARY('3STa2RJ8r4bgKsNRxwZsTY',$,$,$,(#3877),#18345); -#18345= IFCLIBRARYREFERENCE($,$,'Space Heater Type Radiator',$,'en',$); +#11177= IFCRELASSOCIATESLIBRARY('30lVPlAPPB9g_G_8tKDsoB',$,$,$,(#3875),#18345); +#18345= IFCLIBRARYREFERENCE($,$,$,'\X2\97F33092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11180= IFCRELASSOCIATESLIBRARY('2F4cCPGbzCwRJv0OACMkND',$,$,$,(#3877),#18346); -#18346= IFCLIBRARYREFERENCE($,$,$,'\X2\6696623F752830D230FC30BF30FC30E930B830A830FC30BF30FC5C5E6027\X0\','ja-JP',$); +#11178= IFCRELASSOCIATESLIBRARY('1VlCbuLn59wQTm03fNQ_J2',$,$,$,(#3876),#18346); +#18346= IFCLIBRARYREFERENCE($,$,'Sensor Type Temperature Sensor',$,'en',$); -#11181= IFCRELASSOCIATESLIBRARY('3HA73T0xDB48O4Ef0BtjKE',$,$,$,(#3878),#18347); -#18347= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); +#11179= IFCRELASSOCIATESLIBRARY('2ZAjigJ2fCney6dfl4$S9k',$,$,$,(#3876),#18347); +#18347= IFCLIBRARYREFERENCE($,$,$,'\X2\6E295EA63092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11182= IFCRELASSOCIATESLIBRARY('1EjFPHUjb4sBDX$eG6tsqv',$,$,$,(#3878),#18348); -#18348= IFCLIBRARYREFERENCE($,$,'Space Lighting Requirements',$,'en',$); +#11180= IFCRELASSOCIATESLIBRARY('0OcfRUq1L6Nx1XLlESsWBF',$,$,$,(#3878),#18348); +#18348= IFCLIBRARYREFERENCE($,$,'Sensor Type Wind Sensor',$,'en',$); -#11183= IFCRELASSOCIATESLIBRARY('0NmGbJPhL5yOPqDlBTNuh6',$,$,$,(#3878),#18349); -#18349= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is relatives aux exigences en mati\S\hre d''\S\iclairement, applicables \S\` toutes les instances des classes IfcSpace et IfcZone. Comprend l''\S\iclairage artificiel, le niveau d''\S\iclairement,\X2\2026\X0\','fr-FR',$); +#11181= IFCRELASSOCIATESLIBRARY('2PRqZ9zu1DAv$$YgmuliXv',$,$,$,(#3878),#18349); +#18349= IFCLIBRARYREFERENCE($,$,$,'\X2\98A8901F3092611F77E5307E305F306F691C51FA3059308B30C730D030A430B93002\X0\','ja-JP',$); -#11184= IFCRELASSOCIATESLIBRARY('2xzShH8s588QR3KQJ_wqqc',$,$,$,(#3878),#18350); -#18350= IFCLIBRARYREFERENCE($,$,$,'IfcSpace\X2\307E305F306F\X0\IfcZone\X2\30AA30D630B830A730AF30C8306B906975283055308C308B7167660E306E67614EF6306B95A23059308B30D730ED30D130C630A330025FC5898130683055308C308B4EBA5DE57167660E53CA307371675EA6306A30693092542B30803002\X0\','ja-JP',$); +#11182= IFCRELASSOCIATESLIBRARY('0MXHMGAtv97hzVHKpnuH2S',$,$,$,(#3879),#18350); +#18350= IFCLIBRARYREFERENCE($,$,'Service Life',$,'en',$); -#11185= IFCRELASSOCIATESLIBRARY('34eNeBNlrCHhoBJOP0glnC',$,$,$,(#3879),#18351); -#18351= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); +#11183= IFCRELASSOCIATESLIBRARY('3P9PilrmHCXwwAjrAU7ihm',$,$,$,(#3880),#18351); +#18351= IFCLIBRARYREFERENCE($,$,'Service Life Factors',$,'en',$); -#11186= IFCRELASSOCIATESLIBRARY('0amr$m0xH6SvNJXP5WSFCf',$,$,$,(#3879),#18352); -#18352= IFCLIBRARYREFERENCE($,$,'Space Occupancy Requirements',$,'en',$); +#11184= IFCRELASSOCIATESLIBRARY('0Y0QI4_8D3YxuzVWe_c2fk',$,$,$,(#3881),#18352); +#18352= IFCLIBRARYREFERENCE($,$,'Shading Device Common',$,'en',$); -#11187= IFCRELASSOCIATESLIBRARY('2SLf$sfHn0JhX9g2jCc7XS',$,$,$,(#3879),#18353); -#18353= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is relatives \S\` l''usage attendu ou effectif d''un \S\il\S\iment de structure spatial ou d''un ensemble d''\S\il\S\iments de struture spatiale similaires.','fr-FR',$); +#11185= IFCRELASSOCIATESLIBRARY('0g_$waiFP1ZemU6ax9bGaO',$,$,$,(#3881),#18353); +#18353= IFCLIBRARYREFERENCE($,$,$,'\X2\65E59664305188C57F6E\X0\(IfcShadingDevice\X2\30AA30D630B830A730AF30C8\X0\)\X2\306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11188= IFCRELASSOCIATESLIBRARY('1UHAtaCETFPfqUdpHGTUef',$,$,$,(#3879),#18354); -#18354= IFCLIBRARYREFERENCE($,$,$,'\X2\4E003064306E30013042308B3044306F89076570306E985E4F3C3057305F7A7A959369CB621089817D2030678D77304D308B30013042308B3044306F8D773053308B30673042308D3046696D52D96D3B52D5306B95A23059308B5C5E60273002\X0\','ja-JP',$); +#11186= IFCRELASSOCIATESLIBRARY('22x0I$L7942uFvSnHAH7xT',$,$,$,(#3882),#18354); +#18354= IFCLIBRARYREFERENCE($,$,'Shading Device PHistory',$,'en',$); -#11189= IFCRELASSOCIATESLIBRARY('0HBp6$mZjE$wkGp_knry4W',$,$,$,(#3880),#18355); -#18355= IFCLIBRARYREFERENCE($,$,'Space Parking',$,'en',$); +#11187= IFCRELASSOCIATESLIBRARY('29Dsi4G_v7KudURLOT_Y8k',$,$,$,(#3888),#18355); +#18355= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); -#11190= IFCRELASSOCIATESLIBRARY('04KbYom9v6ivaa$BVv6W_d',$,$,$,(#3880),#18356); -#18356= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition des instances de la classe IfcSpace lorsque la valeur de l''attribut ObjetType est "Parking". Nota : les propri\S\it\S\is TypeVehicule et NombreUnites ont \S\it\S\i introduites depuis la r\S\ivision 2x3.','fr-FR',$); +#11188= IFCRELASSOCIATESLIBRARY('3ldVJjN0bB48ObjYSO9Vso',$,$,$,(#3888),#18356); +#18356= IFCLIBRARYREFERENCE($,$,'Site Common',$,'en',$); -#11191= IFCRELASSOCIATESLIBRARY('1bm3gqZ1bEnRGl3IaCfTRL',$,$,$,(#3880),#18357); -#18357= IFCLIBRARYREFERENCE($,$,$,'IfcObject\X2\306E\X0\ObjectType\X2\5C5E6027306E5024304C\X0\"Parking"\X2\306E58345408306B8A2D5B9A3055308C308B5171901A30D730ED30D130C630A360C558313002\X0\','ja-JP',$); +#11189= IFCRELASSOCIATESLIBRARY('1LnvdXJFv1a9PGN5eTnBqP',$,$,$,(#3888),#18357); +#18357= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de IfcSite. Veuillez noter que plusieurs attributs sont port\S\is par l''instance IfcSite : le num\S\iro du site ou nom court (IfcSite.Name), le nom ou nom long (IfcSite.LongName), et la description ou des commentaires (IfcSite.Description). Le num\S\iro de r\S\if\S\irence du foncier est donn\S\i par l''attribut IfcSite.LandTitleNumber. Les quantit\S\is du site comme le p\S\irim\S\htre et la superficie sont fournis par des instances de IfcElementQuantity et la r\S\if\S\irence \S\` une classification nationale par IfcClassificationReference. La position du site en termes de longitude, latitude et altitude est donn\S\ie par IfcSite.RefLongitude, IfcSite.RefLatitude, IfcSite.RefElevation et l''adresse postale par IfcSite.SiteAddress.','fr-FR',$); -#11192= IFCRELASSOCIATESLIBRARY('2jfcfFSev5wQEN1_NYRiif',$,$,$,(#3881),#18358); -#18358= IFCLIBRARYREFERENCE($,$,'Space Thermal Design',$,'en',$); +#11190= IFCRELASSOCIATESLIBRARY('0rOSQvs_zFMek$mVDA35uu',$,$,$,(#3888),#18358); +#18358= IFCLIBRARYREFERENCE($,$,$,'IfcSite\X2\306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA930024EE54E0B306E5C5E60275024306B95A230573066306F3001\X0\IfcSite\X2\30AA30D630B830A730AF30C8306E5C5E6027306B8A2D5B9A3059308B300265775730756A53F7306F\X0\IfcSite.Name\X2\300165775730540D79F0306F\X0\IfcSite.LongName\X2\300165775730306B95A23059308B8A188FF0306F\X0\IfcSite.Description\X2\300265775730306B95A23059308B546856F29577300197627A4D30014F537A4D306A3069306E657091CF5024306F3001\X0\IfcElementQuantity\X2\306B3088306330668A2D5B9A3059308B30025730740660C55831306B95A23059308B7DEF5EA630FB7D4C5EA630FB6A199AD85024306FFF29\X0\fcSite.RefLongitude, IfcSite.RefLatitude, IfcSite.RefElevation\X2\306B3088306330668A2D5B9A3057300190F54FBF4F4F6240306F\X0\IfcSite.SiteAddress\X2\306B3088306330668A2D5B9A3059308B3002\X0\','ja-JP',$); -#11193= IFCRELASSOCIATESLIBRARY('1O2suHKlrBIR5bvuWjgNIS',$,$,$,(#3881),#18359); -#18359= IFCLIBRARYREFERENCE($,$,$,'\X2\5BA4518562163044306F30BE30FC30F3306E7A7A8ABF8A2D8A0889816C4230025C656B74FF1A\X0\IFC1.0\X2\306E65B0\X0\PropertySet\X2\FF08\X0\Pset_SpaceHvacInformation)\X2\3001FF1A\X0\IFC2\X2\FF58FF12306B\X0\Pset_SpaceThermalDesign\X2\3068518D5B9A7FA93055308C305F3002\X0\','ja-JP',$); +#11191= IFCRELASSOCIATESLIBRARY('15oFXO1ab59vBXDgrIQVHr',$,$,$,(#3890),#18359); +#18359= IFCLIBRARYREFERENCE($,$,'Slab Common',$,'en',$); -#11194= IFCRELASSOCIATESLIBRARY('0lrZgfEzj6Vxrp$Xsq2HkC',$,$,$,(#3882),#18360); -#18360= IFCLIBRARYREFERENCE($,$,'Space Thermal Load',$,'en',$); +#11192= IFCRELASSOCIATESLIBRARY('10NWc7NLv6QfMQjNVnBBCI',$,$,$,(#3890),#18360); +#18360= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcSlab. Nota : la propri\S\it\S\i AngleInclinaison a \S\it\S\i introduite depuis la version 2x3.','fr-FR',$); -#11195= IFCRELASSOCIATESLIBRARY('2MnOm_Qpf7VvEP$aY1bpYz',$,$,$,(#3882),#18361); -#18361= IFCLIBRARYREFERENCE($,$,$,'\X2\5BA4518571B18CA08377306F5C455BA462163044306F30BE30FC30F3306E51683066306E71B130ED30B9306871B153D65F9730925B9A7FA93059308B300271B153D65F97306E898156E05C5E6027306F71B18CA08377306E540456E05B503092793A305730663044308B3002670059275024300167005C0F5024300166429593590952D5306A30693002\X0\','ja-JP',$); +#11193= IFCRELASSOCIATESLIBRARY('1uIbD1b5rEoOXxaIaWOXP_',$,$,$,(#3890),#18361); +#18361= IFCLIBRARYREFERENCE($,$,$,'IfcSlab(\X2\30B930E930D6\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11196= IFCRELASSOCIATESLIBRARY('3VvD29inj3LRzVEalnc4yx',$,$,$,(#3883),#18362); -#18362= IFCLIBRARYREFERENCE($,$,'Space Thermal Load PHistory',$,'en',$); +#11194= IFCRELASSOCIATESLIBRARY('14sNM1nDXAi8TaM07Cpxf5',$,$,$,(#3890),#18362); +#18362= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcSlab\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\\X\0D\X\0A\X2\6CE8FF1A\X0\PitchAngle\X2\5C5E60274E3A\X0\IFC 2x3 \X2\65B06DFB3002\X0\','zh-CN',$); -#11197= IFCRELASSOCIATESLIBRARY('1s5F0J9wr8Jgmoanbfd3Nt',$,$,$,(#3883),#18363); -#18363= IFCLIBRARYREFERENCE($,$,$,'\X2\5BA4518571B18CA083775C5E6027\X0\IfcSpaceThermalLoadProperties \X2\306F3042308B5C455BA462163044306F30BE30FC30F3306E5B9F969B306E71B130ED30B9306871B153D65F9730925B9A7FA93059308B300271B153D65F97306E898156E05C5E6027306F71B18CA08377306E540456E05B503092793A305730663044308B3002\X0\','ja-JP',$); +#11195= IFCRELASSOCIATESLIBRARY('250csv7x56dOr64rvkBijp',$,$,$,(#3892),#18363); +#18363= IFCLIBRARYREFERENCE($,$,'Solar Device Type Common',$,'en',$); -#11198= IFCRELASSOCIATESLIBRARY('3v6IcWu013ZA8uS8YbvRfE',$,$,$,(#3884),#18364); -#18364= IFCLIBRARYREFERENCE($,$,'Space Thermal PHistory',$,'en',$); +#11196= IFCRELASSOCIATESLIBRARY('3YpJyicFf1fwq_QG1l0$s$',$,$,$,(#3892),#18364); +#18364= IFCLIBRARYREFERENCE($,$,$,'\X2\592A967D306E88C57F6E30BF30A430D7306E305F3081306E5171901A5C5E60273002\X0\','ja-JP',$); -#11199= IFCRELASSOCIATESLIBRARY('27jJMHs2v8O9PQPbUmFs68',$,$,$,(#3884),#18365); -#18365= IFCLIBRARYREFERENCE($,$,$,'\X2\30B930DA30FC30B9307E305F306F30BE30FC30F3306E71B17A7A6C176D4167614EF6\X0\ \X2\300030005C656B74FF1A\X0\IFC2\X2\FF58\X0\2\X2\30678A2D5B9A3055308C305F65B03057304430D730ED30D130C630A3\X0\','ja-JP',$); +#11197= IFCRELASSOCIATESLIBRARY('0fDsHkT_n6DvQ5uasWRGdt',$,$,$,(#3895),#18365); +#18365= IFCLIBRARYREFERENCE($,$,'Sound Attenuation',$,'en',$); -#11200= IFCRELASSOCIATESLIBRARY('1Y$236fVf4bhedyroHbcTh',$,$,$,(#3885),#18366); -#18366= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); +#11198= IFCRELASSOCIATESLIBRARY('1kn96hR7j6Q9ZylgLljzf$',$,$,$,(#3895),#18366); +#18366= IFCLIBRARYREFERENCE($,$,$,'\X2\5EFA72697BA1740630FB7A7A6C17306E642C900130B730B930C630E0306B95A290233059308B8A2D5099306E97F35727306E602780FD63076A19300272795B9A4F4D7F6E304B30893042308B\X0\IfcDistributionFlowElement\X2\8A2D5099306E97F3602780FD5024309288683059305F3081306B3001\X0\IfcRelAssignsToProduct \X2\3092901A30573066\X0\IfcDistributionFlowElement\X2\306B\X0\ IfcAnnotation\X2\6CE891C85C5E6027502430924ED83051308B3002\X0\ IfcAnnotation\X2\5C5E60275024306F97F3306E7A2E5225FF08\X0\ObjectType\X2\FF09\X0\ \X2\30685E7E4F557684306A4EE388684F4D7F6E6CE891C830DD30A430F330C8306769CB62103055308C30016CE891C830DD30A430F330C8306F\X0\ IfcAnnotation\X2\6CE891C830925165308C305F\X0\IfcPoint\X2\4E0070B930683059308B30023053306E\X0\Pset\X2\306F54686CE2657030D030F330C9FF085E2F57DF5E45FF09FF11\X0\HZ\X2\306B304A3051308B3042308B97F3306E5F373055306E500D657030678868793A3059308B30025C656B74FF1A\X0\IFC\X2\FF12FF58FF14306B65B0305F306B5B9A7FA93055308C305F3002\X0\','ja-JP',$); -#11201= IFCRELASSOCIATESLIBRARY('1b6CSurS5Ftxy2aspsz0B2',$,$,$,(#3885),#18367); -#18367= IFCLIBRARYREFERENCE($,$,'Space Thermal Requirements',$,'en',$); +#11199= IFCRELASSOCIATESLIBRARY('3VMGbO3DH9efEtx4w12SMY',$,$,$,(#3896),#18367); +#18367= IFCLIBRARYREFERENCE($,$,'Sound Generation',$,'en',$); -#11202= IFCRELASSOCIATESLIBRARY('2BxsG$28PD$9_JaX8LdQ5z',$,$,$,(#3885),#18368); -#18368= IFCLIBRARYREFERENCE($,$,$,'\X2\5BA4306E5FEB9069306A6E2971B174B05883306B95A290233059308B89816C42602780FD3002\X0\IfcSpace, IfcZone\X2\306B906975283055308C308B3002\X0\\X\0D\X\0A\X2\6E295EA630016E7F5EA630017A7A8ABF306B306430443066306E8A2D8A084E0A306E8A2D5B9A3092542B30803002\X0\','ja-JP',$); +#11200= IFCRELASSOCIATESLIBRARY('22e$_vrSfAaga_$Kh37OAK',$,$,$,(#3896),#18368); +#18368= IFCLIBRARYREFERENCE($,$,$,'\X2\5EFA72697BA1740630FB7A7A6C17306E642C900130B730B930C630E0306B95A290233059308B8A2D5099306E9A1297F3602780FD63076A19300254686CE2657030D030F330C9FF085E2F57DF5E45FF09FF11\X0\HZ\X2\306B304A3051308B3042308B97F3306E5F373055306E500D657030678868793A3059308B30025C656B74FF1A\X0\IFC4\X2\306B65B0305F306B5B9A7FA93055308C305F3002\X0\','ja-JP',$); -#11203= IFCRELASSOCIATESLIBRARY('3XO9HfnpH4dgdVarUaOxpc',$,$,$,(#3891),#18369); -#18369= IFCLIBRARYREFERENCE($,$,'Stack Terminal Type Common',$,'en',$); +#11201= IFCRELASSOCIATESLIBRARY('2VIR1Vtqn2rxMfQIG_GF$W',$,$,$,(#3897),#18369); +#18369= IFCLIBRARYREFERENCE($,$,'Space Common',$,'en',$); -#11204= IFCRELASSOCIATESLIBRARY('22G52pkyHEWfKqzDkfJKjA',$,$,$,(#3891),#18370); -#18370= IFCLIBRARYREFERENCE($,$,$,'\X2\63926C177B523078306E63A57D9A53E3306E5171901A30D730ED30D130C630A330FC3002\X0\','ja-JP',$); +#11202= IFCRELASSOCIATESLIBRARY('1xeYJo7hv2awb7jxsQGoo5',$,$,$,(#3897),#18370); +#18370= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcSpace. Veuillez noter que plusieurs attributs sont port\S\is par l''instance IfcSpace : le num\S\iro de la pi\S\hce ou le nom court (IfcSpace.Name), le nom ou nom long (IfcSpace:LongName) et la description ou des commentaires (IfcSpace.Description). Les quantit\S\is comme le p\S\irim\S\htre, la surface et le volume de la pi\S\hce sont fournis par des instances de IfcElementQuantity, et la r\S\if\S\irence \S\` une classification nationale par IfcClassificationReference. L''\S\il\S\ivation de la dalle relativement au niveau de r\S\if\S\irence du b\S\btiment est fourni par IfcBuildingStorey.Elevation. L''\S\il\S\ivation du plancher relativement au niveau de r\S\if\S\irence du b\S\btiment est fourni par IfcSpace.ElevationWithFlooring.','fr-FR',$); -#11205= IFCRELASSOCIATESLIBRARY('3pFvqrPajEKwuCBvw$DMFs',$,$,$,(#3892),#18371); -#18371= IFCLIBRARYREFERENCE($,$,'Stair Common',$,'en',$); +#11203= IFCRELASSOCIATESLIBRARY('1H8c01Do9ELvNRYzT9OhNt',$,$,$,(#3897),#18371); +#18371= IFCLIBRARYREFERENCE($,$,$,'IfcSpace\X2\306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA930024EE54E0B306E5C5E60275024306B95A230573066306F3001\X0\IfcSpace\X2\30AA30D630B830A730AF30C8306E5C5E6027306B8A2D5B9A3059308B300290E85C4B756A53F7306F\X0\IfcSite.Name\X2\300190E85C4B540D79F0306F\X0\IfcSite.LongName\X2\300190E85C4B306B95A23059308B8A188FF0306F\X0\IfcSite.Description\X2\300290E85C4BFF087A7A9593FF09306B95A23059308B546856F29577300197627A4D30014F537A4D306A3069306E657091CF5024306F3001\X0\IfcElementQuantities\X2\306B3088306330668A2D5B9A3059308B300290E85C4BFF087A7A9593FF09306B95A23059308B5206985E30B330FC30C9306F\X0\IfcClassificationReference\X2\306B3088306330668A2D5B9A3059308B300230B930E930D6306B5BFE3059308B30EC30D930EB306F\X0\IfcBuildingStorey.Elevation\X2\306B3088306330664E0E30483089308C308B30025E8A4ED54E0A3052306B5BFE3059308B30EC30D930EB306F\X0\IfcSpace.ElevationWithFlooring\X2\306B3088306330664E0E30483089308C308B3002\X0\','ja-JP',$); -#11206= IFCRELASSOCIATESLIBRARY('1K_7lj3eHBrB0gVLVBWK7b',$,$,$,(#3892),#18372); -#18372= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcStair','fr-FR',$); +#11204= IFCRELASSOCIATESLIBRARY('15Xts1fSX6FupOKrYAImZz',$,$,$,(#3898),#18372); +#18372= IFCLIBRARYREFERENCE($,$,$,'Eigenschaften der Bekleidungen des Raumes.\X\0D\X\0A\X\0D\X\0ADiese Eigenschaften werden als Anforderungen in fr\S\|hen Phasen im Raumprogramm gef\S\|hrt und k\S\vnnen f\S\|r sp\S\dtere Phasen als Informationen f\S\|r das Raumbuch dienen, falls die Bekleidungen nicht als eigenst\S\dndige Elemente angelegt werden.','de-DE',$); -#11207= IFCRELASSOCIATESLIBRARY('39QJRCLCLC_88gcQNoccHV',$,$,$,(#3892),#18373); -#18373= IFCLIBRARYREFERENCE($,$,$,'IfcStair(\X2\968E6BB5\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11205= IFCRELASSOCIATESLIBRARY('3caEWI3351yeT7d0z3suil',$,$,$,(#3898),#18373); +#18373= IFCLIBRARYREFERENCE($,$,'Space Covering Requirements',$,'en',$); -#11208= IFCRELASSOCIATESLIBRARY('1qw0XWZfLD2OUuY_ftm3BJ',$,$,$,(#3892),#18374); -#18374= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcStair\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#11206= IFCRELASSOCIATESLIBRARY('0sF9s2Du92aPf8rLK1a0O0',$,$,$,(#3898),#18374); +#18374= IFCLIBRARYREFERENCE($,$,$,'IfcSpace\X2\FF0890E85C4BFF09306E4ED54E0A3052\X0\(Covering)\X2\306E5171901A5C5E6027300230D730ED30B830A730AF30C8521D671F306E7A7A95938A08753B304B3089306E4ED54E0A305289816C424ED569D860C5583130928A2D5B9A3059308B3002308230573002\X0\Covering\X2\30AA30D630B830A730AF30C8304C751F62103055308C30663044306A304458345408306F30013053306E30D730ED30D130C630A330BB30C330C8306E60C55831306F4ED54E0A305288684F5C6210306B4F7F75283059308B30533068304C3067304D308B3002\X0\','ja-JP',$); -#11209= IFCRELASSOCIATESLIBRARY('08mXuTeWz60fVN$fi6uKTA',$,$,$,(#3893),#18375); -#18375= IFCLIBRARYREFERENCE($,$,'Stair Flight Common',$,'en',$); +#11207= IFCRELASSOCIATESLIBRARY('0U9JaGnD93nOAROiSiO4M4',$,$,$,(#3899),#18375); +#18375= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); -#11210= IFCRELASSOCIATESLIBRARY('0CjIjjRqTC9wIkYeKR1W63',$,$,$,(#3893),#18376); -#18376= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcStairFlight','fr-FR',$); +#11208= IFCRELASSOCIATESLIBRARY('2FOTm80AX79h8S7h0j2_nk',$,$,$,(#3899),#18376); +#18376= IFCLIBRARYREFERENCE($,$,'Space Fire Safety Requirements',$,'en',$); -#11211= IFCRELASSOCIATESLIBRARY('2AbDMl2eL6KBauOtvWjUmO',$,$,$,(#3893),#18377); -#18377= IFCLIBRARYREFERENCE($,$,$,'IfcStairFlight\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11209= IFCRELASSOCIATESLIBRARY('0SFBvF53bFRecFEndMvx_9',$,$,$,(#3899),#18377); +#18377= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is relatives \S\` la protection incendie, qui s''appliquent \S\` toutes les occurrences des classes IfcSpace et IfcZone.','fr-FR',$); -#11212= IFCRELASSOCIATESLIBRARY('3ygTEOcar4TRa9uU5iG$As',$,$,$,(#3893),#18378); -#18378= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcStairFlight\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#11210= IFCRELASSOCIATESLIBRARY('1uex4gfIn03e6Knu8oBOKa',$,$,$,(#3899),#18378); +#18378= IFCLIBRARYREFERENCE($,$,$,'IfcSpace\X2\307E305F306F\X0\IfcZone\X2\306E5B585728306B906975283055308C308B30017A7A9593306E706B707D96325FA1\X0\(\X2\9632706B\X0\)\X2\306B95A290233057305F30D730ED30D130C630A33002\X0\','ja-JP',$); -#11213= IFCRELASSOCIATESLIBRARY('3bZcENpl50YQIYFVfvLMVe',$,$,$,(#3895),#18379); -#18379= IFCLIBRARYREFERENCE($,$,'Structural Surface Member Varying Thickness',$,'en',$); +#11211= IFCRELASSOCIATESLIBRARY('01WVD1arHEHwWVxLoxncCj',$,$,$,(#3900),#18379); +#18379= IFCLIBRARYREFERENCE($,$,'Space Heater PHistory',$,'en',$); -#11214= IFCRELASSOCIATESLIBRARY('1$tVdA189D5R20wkWzln8t',$,$,$,(#3898),#18380); -#18380= IFCLIBRARYREFERENCE($,$,'Switching Device Type Common',$,'en',$); +#11212= IFCRELASSOCIATESLIBRARY('2Z7L0E5mD9KguPxLkWdiRh',$,$,$,(#3900),#18380); +#18380= IFCLIBRARYREFERENCE($,$,$,'\X2\6696623F752830D230FC30BF30FC602780FD5C656B745171901A5C5E6027\X0\','ja-JP',$); -#11215= IFCRELASSOCIATESLIBRARY('1inOID91fB6BYwmR4ELhRD',$,$,$,(#3898),#18381); -#18381= IFCLIBRARYREFERENCE($,$,$,'IEC 441-14-01\X2\306E5B9A7FA9\X0\: \X\0D\X\0A\X2\520763DB88C57F6E306F3001\X0\1\X2\30644EE54E0A306E96FB6C1756DE8DEF306796FB6D413092906E65AD3059308B30883046306B8A2D8A083055308C305F88C57F6E306730593002\X0\','ja-JP',$); +#11213= IFCRELASSOCIATESLIBRARY('1xfx23x5DDeAXxJWlVXHoj',$,$,$,(#3901),#18381); +#18381= IFCLIBRARYREFERENCE($,$,'Space Heater Type Common',$,'en',$); -#11216= IFCRELASSOCIATESLIBRARY('0I6PWZ5N15Mh3HVyl1mxFI',$,$,$,(#3899),#18382); -#18382= IFCLIBRARYREFERENCE($,$,'Switching Device Type Contactor',$,'en',$); +#11214= IFCRELASSOCIATESLIBRARY('2tGzMXVT5D8eKBeMMijzRM',$,$,$,(#3901),#18382); +#18382= IFCLIBRARYREFERENCE($,$,$,'\X2\6696623F752830D230FC30BF30FC5171901A5C5E602730003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000\X0\SoundLevel\X2\5C5E6027306F\X0\IFC2x2\X2\4ED893323067524A96643055308C305F3002FF1A\X0\ IfcSoundProperties\X2\30924EE3308F308A306B4F7F3046300072796027306F\X0\IFC4\X2\309252A03048307E3057305F\X0\','ja-JP',$); -#11217= IFCRELASSOCIATESLIBRARY('2qzqQ__ZL5392fSM3IjWdw',$,$,$,(#3899),#18383); -#18383= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB529B6A5F5668306E8D7752D530FB505C6B62306E305F3081306B300196FB529B56DE8DEF3092958B95893059308B96FB529B6A5F56683002\X0\','ja-JP',$); +#11215= IFCRELASSOCIATESLIBRARY('3ObkGMiDb6GBo95tZtX2jc',$,$,$,(#3902),#18383); +#18383= IFCLIBRARYREFERENCE($,$,'Space Heater Type Convector',$,'en',$); -#11218= IFCRELASSOCIATESLIBRARY('0tUQeYbhDCdgC1aBZijI4M',$,$,$,(#3900),#18384); -#18384= IFCLIBRARYREFERENCE($,$,'Switching Device Type Dimmer Switch',$,'en',$); +#11216= IFCRELASSOCIATESLIBRARY('1_gJEpBzj0GP0jgoHwfTFX',$,$,$,(#3902),#18384); +#18384= IFCLIBRARYREFERENCE($,$,$,'\X2\6696623F752830D230FC30BF30FC5BFE6D415F0F5C5E6027\X0\','ja-JP',$); -#11219= IFCRELASSOCIATESLIBRARY('1T$7Mmgi94bQVtCTevQ4vI',$,$,$,(#3900),#18385); -#18385= IFCLIBRARYREFERENCE($,$,$,'\X2\540430EC30D930EB306E52D54F5C306796FB529B30928ABF65743059308B30C730A330DE30FC30B930A430C330C13002\X0\\X\0D\X\0A\X2\5C656B74FF1A\X0\IFC2\X2\FF58FF1430788FFD52A03002\X0\','ja-JP',$); +#11217= IFCRELASSOCIATESLIBRARY('2GowFt8Fz4_PmhCbib_xUg',$,$,$,(#3903),#18385); +#18385= IFCLIBRARYREFERENCE($,$,'Space Heater Type Radiator',$,'en',$); -#11220= IFCRELASSOCIATESLIBRARY('3ZfNqIwVvB4vFNGAcusf0z',$,$,$,(#3901),#18386); -#18386= IFCLIBRARYREFERENCE($,$,'Switching Device Type Emergency Stop',$,'en',$); +#11218= IFCRELASSOCIATESLIBRARY('3zDiD78kDFa9hLcfRkOfU4',$,$,$,(#3903),#18386); +#18386= IFCLIBRARYREFERENCE($,$,$,'\X2\6696623F752830D230FC30BF30FC30E930B830A830FC30BF30FC5C5E6027\X0\','ja-JP',$); -#11221= IFCRELASSOCIATESLIBRARY('3GRgZ2iAj4aOnFzEr7Cu3H',$,$,$,(#3901),#18387); -#18387= IFCLIBRARYREFERENCE($,$,$,'IEC 826-08-03\X2\306E5B9A7FA9\X0\: \X\0D\X\0A\X2\7DCA6025505C6B6230B930A430C330C1306F4E88671F305B305A305730668D773053308B3055307E3056307E306A5371967A309253EF80FD306A9650308A8FC5901F306B53D6308A9664304F30883046306B52D54F5C3059308B88C57F6E30673042308B3002\X0\','ja-JP',$); +#11219= IFCRELASSOCIATESLIBRARY('0AI6_0Vyn2PePUUBcyDGr6',$,$,$,(#3904),#18387); +#18387= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); -#11222= IFCRELASSOCIATESLIBRARY('10CBhz07D5P8UkUuvEpgka',$,$,$,(#3902),#18388); -#18388= IFCLIBRARYREFERENCE($,$,'Switching Device Type Keypad',$,'en',$); +#11220= IFCRELASSOCIATESLIBRARY('1Dc4EwEG5BzOkQE4BR8IH$',$,$,$,(#3904),#18388); +#18388= IFCLIBRARYREFERENCE($,$,'Space Lighting Requirements',$,'en',$); -#11223= IFCRELASSOCIATESLIBRARY('00I_vo4MT9HfjatRj_CcXg',$,$,$,(#3902),#18389); -#18389= IFCLIBRARYREFERENCE($,$,$,'\X2\30AD30FC30D130C330C9306F89076570306E6A5F80FD309230B530DD30FC30C83059308B30B930A430C330C13002\X0\\X\0D\X\0A\X2\5C656B74FF1A\X0\ IFC4\X2\306B8FFD52A03002\X0\','ja-JP',$); +#11221= IFCRELASSOCIATESLIBRARY('22deku86P599pCPl$_xar7',$,$,$,(#3904),#18389); +#18389= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is relatives aux exigences en mati\S\hre d''\S\iclairement, applicables \S\` toutes les instances des classes IfcSpace et IfcZone. Comprend l''\S\iclairage artificiel, le niveau d''\S\iclairement,\X2\2026\X0\','fr-FR',$); -#11224= IFCRELASSOCIATESLIBRARY('13$pLUKXL9H9QvtFM19jsm',$,$,$,(#3903),#18390); -#18390= IFCLIBRARYREFERENCE($,$,'Switching Device Type Momentary Switch',$,'en',$); +#11222= IFCRELASSOCIATESLIBRARY('1lbEAXRPHDjuH7gO3jEWju',$,$,$,(#3904),#18390); +#18390= IFCLIBRARYREFERENCE($,$,$,'IfcSpace\X2\307E305F306F\X0\IfcZone\X2\30AA30D630B830A730AF30C8306B906975283055308C308B7167660E306E67614EF6306B95A23059308B30D730ED30D130C630A330025FC5898130683055308C308B4EBA5DE57167660E53CA307371675EA6306A30693092542B30803002\X0\','ja-JP',$); -#11225= IFCRELASSOCIATESLIBRARY('1vtIhrGH9EXe0pL8HelA1W',$,$,$,(#3903),#18391); -#18391= IFCLIBRARYREFERENCE($,$,$,'\X2\77AC664230B930A430C330C1FF0830E230FC30E130F330BF30EA30B930A430C330C1FF09306F72B6614B30924FDD63013057306A304430BF30A430D7306E30B930A430C330C13002\X0\\X\0D\X\0A\X2\5C656B74FF1A\X0\ IFC4\X2\306B8FFD52A03002\X0\','ja-JP',$); +#11223= IFCRELASSOCIATESLIBRARY('0sUCuDSDT7ug82WPHe8Udk',$,$,$,(#3905),#18391); +#18391= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); -#11226= IFCRELASSOCIATESLIBRARY('17TQC1k2jAvxqzj_aVUygm',$,$,$,(#3904),#18392); -#18392= IFCLIBRARYREFERENCE($,$,'Switching Device Type PHistory',$,'en',$); +#11224= IFCRELASSOCIATESLIBRARY('0rEumPe_17mO0HzW14Eyv9',$,$,$,(#3905),#18392); +#18392= IFCLIBRARYREFERENCE($,$,'Space Occupancy Requirements',$,'en',$); -#11227= IFCRELASSOCIATESLIBRARY('3vNiQoOi1FchMOWBg6mU1J',$,$,$,(#3906),#18393); -#18393= IFCLIBRARYREFERENCE($,$,'Switching Device Type Selector Switch',$,'en',$); +#11225= IFCRELASSOCIATESLIBRARY('2F0ALtCP5ERxiOA5w4Oib0',$,$,$,(#3905),#18393); +#18393= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is relatives \S\` l''usage attendu ou effectif d''un \S\il\S\iment de structure spatial ou d''un ensemble d''\S\il\S\iments de struture spatiale similaires.','fr-FR',$); -#11228= IFCRELASSOCIATESLIBRARY('0v78SCCwv3I9U0kEfA_oC_',$,$,$,(#3906),#18394); -#18394= IFCLIBRARYREFERENCE($,$,$,'\X2\520766FF304830B930A430C330C1306F89076570306E30DD30B830B730E730F3306B5408308F305B308B30533068306796FB529B30928ABF65743059308B30B930A430C330C130673042308B3002\X0\\X\0D\X\0A\X2\5C656B74FF1A\X0\ IFC4\X2\306B8FFD52A03002\X0\','ja-JP',$); +#11226= IFCRELASSOCIATESLIBRARY('1dAou7Shz5Cgidy9fmH1YE',$,$,$,(#3905),#18394); +#18394= IFCLIBRARYREFERENCE($,$,$,'\X2\4E003064306E30013042308B3044306F89076570306E985E4F3C3057305F7A7A959369CB621089817D2030678D77304D308B30013042308B3044306F8D773053308B30673042308D3046696D52D96D3B52D5306B95A23059308B5C5E60273002\X0\','ja-JP',$); -#11229= IFCRELASSOCIATESLIBRARY('3mZkosL1v1BAom_dD9tusz',$,$,$,(#3907),#18395); -#18395= IFCLIBRARYREFERENCE($,$,'Switching Device Type Starter',$,'en',$); +#11227= IFCRELASSOCIATESLIBRARY('20hG36tdvDk8fUK6KHFTcF',$,$,$,(#3906),#18395); +#18395= IFCLIBRARYREFERENCE($,$,'Space Parking',$,'en',$); -#11230= IFCRELASSOCIATESLIBRARY('3$Cu4BUwj2awffIZci$hxI',$,$,$,(#3907),#18396); -#18396= IFCLIBRARYREFERENCE($,$,$,'\X2\30B930BF30FC30BF30FC30B930A430C330C1306F95893058305F72B6614B306E4F4D7F6E304B3089300196FB6C1788C57F6E306B5BFE305796FB529B306E52297528309252365FA13059308B88C57F6E3002\X0\','ja-JP',$); +#11228= IFCRELASSOCIATESLIBRARY('09kFHX6gH6Ff5S1tCKaYz2',$,$,$,(#3906),#18396); +#18396= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition des instances de la classe IfcSpace lorsque la valeur de l''attribut ObjetType est "Parking". Nota : les propri\S\it\S\is TypeVehicule et NombreUnites ont \S\it\S\i introduites depuis la r\S\ivision 2x3.','fr-FR',$); -#11231= IFCRELASSOCIATESLIBRARY('30bhER9qr4uvxOWyXgs$P0',$,$,$,(#3908),#18397); -#18397= IFCLIBRARYREFERENCE($,$,'Switching Device Type Switch Disconnector',$,'en',$); +#11229= IFCRELASSOCIATESLIBRARY('1oaWknLbf1kx1KoIGojWvs',$,$,$,(#3906),#18397); +#18397= IFCLIBRARYREFERENCE($,$,$,'IfcObject\X2\306E\X0\ObjectType\X2\5C5E6027306E5024304C\X0\"Parking"\X2\306E58345408306B8A2D5B9A3055308C308B5171901A30D730ED30D130C630A360C558313002\X0\','ja-JP',$); -#11232= IFCRELASSOCIATESLIBRARY('3B0y44o3LDtOJzH4PAZ9g9',$,$,$,(#3908),#18398); -#18398= IFCLIBRARYREFERENCE($,$,$,'IEC 441-14-12\X2\306E5B9A7FA9FF1A\X0\\X\0D\X\0A\X2\9AD85727958B95895668306F958B95895668306E305F3081306B5B647ACB3057305F72B6614B30673042308B5FC5898167614EF630926E80305F30593001958B3044305F4F4D7F6E306B3042308B30B930A430C330C13002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5C656B74FF1A\X0\\X\0D\X\0A\X2\5C5E6027\X0\ ''HasVisualIndication'' \X2\3092\X0\ \X2\30C830B030EB30B930A430C330C1306E30D730ED30D130C630A3540D306B5BFE5FDC3059308B308830463001\X0\''IsIlluminated'' \X2\3078590966F43002\X0\','ja-JP',$); +#11230= IFCRELASSOCIATESLIBRARY('245rfdwfr6Jgfvif9ymwZt',$,$,$,(#3907),#18398); +#18398= IFCLIBRARYREFERENCE($,$,'Space Thermal Design',$,'en',$); -#11233= IFCRELASSOCIATESLIBRARY('1lbwKJE0nBWea_K_SfSfBZ',$,$,$,(#3909),#18399); -#18399= IFCLIBRARYREFERENCE($,$,'Switching Device Type Toggle Switch',$,'en',$); +#11231= IFCRELASSOCIATESLIBRARY('2prkRDcB93ChlcYOm7DLz2',$,$,$,(#3907),#18399); +#18399= IFCLIBRARYREFERENCE($,$,$,'\X2\5BA4518562163044306F30BE30FC30F3306E7A7A8ABF8A2D8A0889816C4230025C656B74FF1A\X0\IFC1.0\X2\306E65B0\X0\PropertySet\X2\FF08\X0\Pset_SpaceHvacInformation)\X2\3001FF1A\X0\IFC2\X2\FF58FF12306B\X0\Pset_SpaceThermalDesign\X2\3068518D5B9A7FA93055308C305F3002\X0\','ja-JP',$); -#11234= IFCRELASSOCIATESLIBRARY('2tPis_IY10ZuTfP6f0Yn4Q',$,$,$,(#3909),#18400); -#18400= IFCLIBRARYREFERENCE($,$,$,'\X2\30C830B030EB30B930A430C330C13068306F\X0\ON\X2\3001\X0\OFF\X2\306EFF123064306E30DD30B830B730E730F3306E52D54F5C3067300196FB529B309263A57D9A3057305F308A906E65AD3057305F308A3059308B30B930A430C330C130673042308B3002\X0\ \X\0D\X\0A\X2\5C656B74FF1A\X0\ IFC4 \X2\306B\X0\ SetPoint \X2\30928FFD52A03002\X0\','ja-JP',$); +#11232= IFCRELASSOCIATESLIBRARY('1NRhL2rE57Ru9eoezSCeU2',$,$,$,(#3908),#18400); +#18400= IFCLIBRARYREFERENCE($,$,'Space Thermal Load',$,'en',$); -#11235= IFCRELASSOCIATESLIBRARY('3ZSLkQhKvAKu5GfWKTOvPZ',$,$,$,(#3911),#18401); -#18401= IFCLIBRARYREFERENCE($,$,'System Furniture Element Type Common',$,'en',$); +#11233= IFCRELASSOCIATESLIBRARY('30quhwOlr6H8K8WjH4L$1G',$,$,$,(#3908),#18401); +#18401= IFCLIBRARYREFERENCE($,$,$,'\X2\5BA4518571B18CA08377306F5C455BA462163044306F30BE30FC30F3306E51683066306E71B130ED30B9306871B153D65F9730925B9A7FA93059308B300271B153D65F97306E898156E05C5E6027306F71B18CA08377306E540456E05B503092793A305730663044308B3002670059275024300167005C0F5024300166429593590952D5306A30693002\X0\','ja-JP',$); -#11236= IFCRELASSOCIATESLIBRARY('0Dtbc9fvT7f8Sj9zSS7NDW',$,$,$,(#3912),#18402); -#18402= IFCLIBRARYREFERENCE($,$,'System Furniture Element Type Panel',$,'en',$); +#11234= IFCRELASSOCIATESLIBRARY('2lugp5_4f6mRteI4OHVtEZ',$,$,$,(#3909),#18402); +#18402= IFCLIBRARYREFERENCE($,$,'Space Thermal Load PHistory',$,'en',$); -#11237= IFCRELASSOCIATESLIBRARY('3fy6jwkWT0UhSlFDBRVq8f',$,$,$,(#3914),#18403); -#18403= IFCLIBRARYREFERENCE($,$,'System Furniture Element Type Work Surface',$,'en',$); +#11235= IFCRELASSOCIATESLIBRARY('0llnDycbfFevkytX04KMZm',$,$,$,(#3909),#18403); +#18403= IFCLIBRARYREFERENCE($,$,$,'\X2\5BA4518571B18CA083775C5E6027\X0\IfcSpaceThermalLoadProperties \X2\306F3042308B5C455BA462163044306F30BE30FC30F3306E5B9F969B306E71B130ED30B9306871B153D65F9730925B9A7FA93059308B300271B153D65F97306E898156E05C5E6027306F71B18CA08377306E540456E05B503092793A305730663044308B3002\X0\','ja-JP',$); -#11238= IFCRELASSOCIATESLIBRARY('3v$2hj4of9ChAd4T6Vp5hb',$,$,$,(#3915),#18404); -#18404= IFCLIBRARYREFERENCE($,$,'Tank Occurrence',$,'en',$); +#11236= IFCRELASSOCIATESLIBRARY('0svj5k1lH0Kv57Qez0lduk',$,$,$,(#3910),#18404); +#18404= IFCLIBRARYREFERENCE($,$,'Space Thermal PHistory',$,'en',$); -#11239= IFCRELASSOCIATESLIBRARY('0q6HL1L5z6n8s4nv6mZd3u',$,$,$,(#3915),#18405); -#18405= IFCLIBRARYREFERENCE($,$,$,'\X2\6C3469FD95A29023306E30D730ED30D130C630A33000300090E852067684306A6C3469FD306F4ED552073089308C305F6C3469FD5185306E533A52063068305730668003616E3055308C308B30533068306B6CE8610F\X0\','ja-JP',$); +#11237= IFCRELASSOCIATESLIBRARY('212pWrQ9D9Rg_1YO8$JNkX',$,$,$,(#3910),#18405); +#18405= IFCLIBRARYREFERENCE($,$,$,'\X2\30B930DA30FC30B9307E305F306F30BE30FC30F3306E71B17A7A6C176D4167614EF6\X0\ \X2\300030005C656B74FF1A\X0\IFC2\X2\FF58\X0\2\X2\30678A2D5B9A3055308C305F65B03057304430D730ED30D130C630A3\X0\','ja-JP',$); -#11240= IFCRELASSOCIATESLIBRARY('2v24glkwvFoBD$Rrc10UVf',$,$,$,(#3916),#18406); -#18406= IFCLIBRARYREFERENCE($,$,'Tank Type Common',$,'en',$); +#11238= IFCRELASSOCIATESLIBRARY('1OPQaw7_10lgT$_JYS0JPU',$,$,$,(#3911),#18406); +#18406= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); -#11241= IFCRELASSOCIATESLIBRARY('2$rQk353HAfe8wdyq$qXn6',$,$,$,(#3916),#18407); -#18407= IFCLIBRARYREFERENCE($,$,$,'\X2\6C3469FD30BF30A430D75171901A5C5E6027\X0\','ja-JP',$); +#11239= IFCRELASSOCIATESLIBRARY('0MrXxYlwDBZfGFPcINE5Th',$,$,$,(#3911),#18407); +#18407= IFCLIBRARYREFERENCE($,$,'Space Thermal Requirements',$,'en',$); -#11242= IFCRELASSOCIATESLIBRARY('2fPsJCozHE8vGCA8iDWDi1',$,$,$,(#3917),#18408); -#18408= IFCLIBRARYREFERENCE($,$,'Tank Type Expansion',$,'en',$); +#11240= IFCRELASSOCIATESLIBRARY('192kbIIur0GhUsNytlDoW9',$,$,$,(#3911),#18408); +#18408= IFCLIBRARYREFERENCE($,$,$,'\X2\5BA4306E5FEB9069306A6E2971B174B05883306B95A290233059308B89816C42602780FD3002\X0\IfcSpace, IfcZone\X2\306B906975283055308C308B3002\X0\\X\0D\X\0A\X2\6E295EA630016E7F5EA630017A7A8ABF306B306430443066306E8A2D8A084E0A306E8A2D5B9A3092542B30803002\X0\','ja-JP',$); -#11243= IFCRELASSOCIATESLIBRARY('37_CtueB50p9tgWZ0UjzXS',$,$,$,(#3917),#18409); -#18409= IFCLIBRARYREFERENCE($,$,$,'\X2\81A85F3530BF30F330AF306E5171901A5C5E6027\X0\','ja-JP',$); +#11241= IFCRELASSOCIATESLIBRARY('3luc$SQ5L6$xzYLD9we8Dx',$,$,$,(#3919),#18409); +#18409= IFCLIBRARYREFERENCE($,$,'Stack Terminal Type Common',$,'en',$); -#11244= IFCRELASSOCIATESLIBRARY('3dvU7rTsrBnwaq6Oz7lFkL',$,$,$,(#3918),#18410); -#18410= IFCLIBRARYREFERENCE($,$,'Tank Type Preformed',$,'en',$); +#11242= IFCRELASSOCIATESLIBRARY('0FK7CupJHCbhxhMF2KoCwf',$,$,$,(#3919),#18410); +#18410= IFCLIBRARYREFERENCE($,$,$,'\X2\63926C177B523078306E63A57D9A53E3306E5171901A30D730ED30D130C630A330FC3002\X0\','ja-JP',$); -#11245= IFCRELASSOCIATESLIBRARY('0wXBT5PeXBK8JPXPZOwQa1',$,$,$,(#3918),#18411); -#18411= IFCLIBRARYREFERENCE($,$,$,'\X2\6DB24F5330928CAF85353059308B305F3081306B4E0030644EE54E0A306E533A753B30926301306153584F5330683057306688FD90203055308C305F56FA5B9A3055308C305F5BB95668300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000\X0\Pset\X2\306F\X0\IFC2x2 Pset Addendum\X2\3067\X0\Pset_TankTypePreformedTank\X2\304B3089\X0\Pset\X2\307E3067\X0\_\X2\3092\X0\TankTypePreformed\X2\306B6539540D3057307E3057305F3002\X0\','ja-JP',$); +#11243= IFCRELASSOCIATESLIBRARY('1g8EqgupTF$AnxhINpgMKK',$,$,$,(#3920),#18411); +#18411= IFCLIBRARYREFERENCE($,$,'Stair Common',$,'en',$); -#11246= IFCRELASSOCIATESLIBRARY('0DJblfumTDnRzJf2ccXBF6',$,$,$,(#3919),#18412); -#18412= IFCLIBRARYREFERENCE($,$,'Tank Type Pressure Vessel',$,'en',$); +#11244= IFCRELASSOCIATESLIBRARY('2X4Utd3eHFxeN2pytpR8MX',$,$,$,(#3920),#18412); +#18412= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcStair','fr-FR',$); -#11247= IFCRELASSOCIATESLIBRARY('2GLiyMNZj8uwDjM1AD964X',$,$,$,(#3919),#18413); -#18413= IFCLIBRARYREFERENCE($,$,$,'\X2\5727529B5BB95668306E5171901A5C5E6027\X0\','ja-JP',$); +#11245= IFCRELASSOCIATESLIBRARY('0bfT$65EnB0Pp13RtmJ96M',$,$,$,(#3920),#18413); +#18413= IFCLIBRARYREFERENCE($,$,$,'IfcStair(\X2\968E6BB5\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11248= IFCRELASSOCIATESLIBRARY('3GKEWD$fXAdfh$uJ9LlpXR',$,$,$,(#3920),#18414); -#18414= IFCLIBRARYREFERENCE($,$,'Tank Type Sectional',$,'en',$); +#11246= IFCRELASSOCIATESLIBRARY('17hNYP7rL4Yhqoqk1OkL40',$,$,$,(#3920),#18414); +#18414= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcStair\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#11249= IFCRELASSOCIATESLIBRARY('3I_jHtqHT3gBMz_UeHSNR7',$,$,$,(#3920),#18415); -#18415= IFCLIBRARYREFERENCE($,$,$,'\X2\6DB24F5330928CAF85353059308B305F3081306B4E0030644EE54E0A306E533A753B3092630130617D447ACB90E854C1304B308990203089308C30663044308B56FA5B9A3055308C305F5BB95668300030006CE8\X0\(1)\X2\FF1A51683066306E7D447ACB5F0F30BF30F330AF306F77E95F62309230C730D530A930EB30C83068800330483089308C30663044308B30026CE8\X0\(2)\X2\FF1A4E00822C7684306B30017D447ACB5F0F30BF30F330AF306F6C174F5330928CAF85353059308B76EE7684306E305F3081306B4F7F75283055308C308B30533068306F8003304830663044306A3044300230003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000\X0\Pset\X2\306F\X0\IFC2x2 Pset Addendum\X2\3067\X0\Pset_TankTypeSectionalTank\X2\304B3089\X0\Pset\X2\307E3067\X0\_\X2\3092\X0\TankTypeSectional\X2\306B6539540D3057307E3057305F3002\X0\','ja-JP',$); +#11247= IFCRELASSOCIATESLIBRARY('3c_BcQYebBoeVttDOXeKq_',$,$,$,(#3921),#18415); +#18415= IFCLIBRARYREFERENCE($,$,'Stair Flight Common',$,'en',$); -#11250= IFCRELASSOCIATESLIBRARY('2K2HouANPBcBsZyo2Fk15D',$,$,$,(#3922),#18416); -#18416= IFCLIBRARYREFERENCE($,$,'Thermal Load Aggregate',$,'en',$); +#11248= IFCRELASSOCIATESLIBRARY('0W482t3y90sPrCn4SGb5CT',$,$,$,(#3921),#18416); +#18416= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcStairFlight','fr-FR',$); -#11251= IFCRELASSOCIATESLIBRARY('3jFkamv2n6ggyWU8VjQRKt',$,$,$,(#3922),#18417); -#18417= IFCLIBRARYREFERENCE($,$,$,'\X2\6238522562163044306F89076570306E90E85C4B300130BE30FC30F330015EFA7269306E71B18CA08377306E96C68A0830023053306E96C68A083057305F71B18CA0837760C55831306F4E00822C306B30B730B930C630E03042308B3044306F30D730E930F330C8306B3088306330666271308F308C308B30025C656B74FF1A\X0\IFC1.0\X2\306E65B0\X0\PropertySet\X2\FF08\X0\Pset_AggregateLoadInformation)\X2\3001FF1A\X0\IFC2\X2\FF58FF12306B65B0305F306B\X0\Pset_ThermalLoadAggregate\X2\30685B9A7FA93055308C305F3002\X0\','ja-JP',$); +#11249= IFCRELASSOCIATESLIBRARY('33pFLfMsLBKPZgt$a$Fsq2',$,$,$,(#3921),#18417); +#18417= IFCLIBRARYREFERENCE($,$,$,'IfcStairFlight\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11252= IFCRELASSOCIATESLIBRARY('2tZ$DnDvjDRRbQ96GRA5_j',$,$,$,(#3923),#18418); -#18418= IFCLIBRARYREFERENCE($,$,'Thermal Load Design Criteria',$,'en',$); +#11250= IFCRELASSOCIATESLIBRARY('3AB$v3LcPA$f097typWME2',$,$,$,(#3921),#18418); +#18418= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcStairFlight\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#11253= IFCRELASSOCIATESLIBRARY('3xCzhvjyDC_9n9Lias1bzA',$,$,$,(#3923),#18419); -#18419= IFCLIBRARYREFERENCE($,$,$,'\X2\90E85C4B30845EFA7269306E71B18CA08377306E8A087B97306E305F3081306B4F7F75283055308C308B5EFA7269306E71B18CA083778A2D8A0830C730FC30BF30025C656B74FF1A\X0\IFC1.0\X2\306E65B0\X0\PropertySet\X2\FF08\X0\Pset_LoadDesignCriteria)\X2\3001FF1A\X0\IFC2\X2\FF58\X0\2\X2\306B65B0305F306B\X0\Pset_ThermalLoadDesignCriteria\X2\30685B9A7FA93055308C305F3002\X0\','ja-JP',$); +#11251= IFCRELASSOCIATESLIBRARY('2VeVBaub99o8EO51dZQ7tm',$,$,$,(#3923),#18419); +#18419= IFCLIBRARYREFERENCE($,$,'Structural Surface Member Varying Thickness',$,'en',$); -#11254= IFCRELASSOCIATESLIBRARY('3vFKwTqlXBlA8WKJ0Q4Nf1',$,$,$,(#3934),#18420); -#18420= IFCLIBRARYREFERENCE($,$,'Transformer Type Common',$,'en',$); +#11252= IFCRELASSOCIATESLIBRARY('1o0Bd9aH54TxekAsScdP0r',$,$,$,(#3926),#18420); +#18420= IFCLIBRARYREFERENCE($,$,'Switching Device Type Common',$,'en',$); -#11255= IFCRELASSOCIATESLIBRARY('2dRct6GIX2CuWBskTtJB6V',$,$,$,(#3934),#18421); -#18421= IFCLIBRARYREFERENCE($,$,$,'1\X2\3064306E56DE8DEF304B3089308230464E003064307896FB6C1730A830CD30EB30AE30FC309279FB305996FB78C18A985C0E88C57F6E3002\X0\','ja-JP',$); +#11253= IFCRELASSOCIATESLIBRARY('27isphLL9C$Pzt$1iythRu',$,$,$,(#3926),#18421); +#18421= IFCLIBRARYREFERENCE($,$,$,'IEC 441-14-01\X2\306E5B9A7FA9\X0\: \X\0D\X\0A\X2\520763DB88C57F6E306F3001\X0\1\X2\30644EE54E0A306E96FB6C1756DE8DEF306796FB6D413092906E65AD3059308B30883046306B8A2D8A083055308C305F88C57F6E306730593002\X0\','ja-JP',$); -#11256= IFCRELASSOCIATESLIBRARY('3byU$GS0f9NeHv12lNBzT3',$,$,$,(#3936),#18422); -#18422= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); +#11254= IFCRELASSOCIATESLIBRARY('1fCfvKKUnF8fEAshKmZQhS',$,$,$,(#3927),#18422); +#18422= IFCLIBRARYREFERENCE($,$,'Switching Device Type Contactor',$,'en',$); -#11257= IFCRELASSOCIATESLIBRARY('30aPaubXz4JwGusk0m7PIq',$,$,$,(#3936),#18423); -#18423= IFCLIBRARYREFERENCE($,$,'Transport Element Common',$,'en',$); +#11255= IFCRELASSOCIATESLIBRARY('13xsCoKOX7J9lgFiQzAZOQ',$,$,$,(#3927),#18423); +#18423= IFCLIBRARYREFERENCE($,$,$,'\X2\96FB529B6A5F5668306E8D7752D530FB505C6B62306E305F3081306B300196FB529B56DE8DEF3092958B95893059308B96FB529B6A5F56683002\X0\','ja-JP',$); -#11258= IFCRELASSOCIATESLIBRARY('0le4TSB9D1F9GeIwnIKtvF',$,$,$,(#3936),#18424); -#18424= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcTransportElement','fr-FR',$); +#11256= IFCRELASSOCIATESLIBRARY('27k1jt36LA8wZVFiMvR2yZ',$,$,$,(#3928),#18424); +#18424= IFCLIBRARYREFERENCE($,$,'Switching Device Type Dimmer Switch',$,'en',$); -#11259= IFCRELASSOCIATESLIBRARY('2S2d0xkVH4TexyKvv7gdiT',$,$,$,(#3936),#18425); -#18425= IFCLIBRARYREFERENCE($,$,$,'\X2\4EA4901A89817D205171901A4E8B98053002\X0\','ja-JP',$); +#11257= IFCRELASSOCIATESLIBRARY('3LiVXyFEH3kg7pvb_d66$l',$,$,$,(#3928),#18425); +#18425= IFCLIBRARYREFERENCE($,$,$,'\X2\540430EC30D930EB306E52D54F5C306796FB529B30928ABF65743059308B30C730A330DE30FC30B930A430C330C13002\X0\\X\0D\X\0A\X2\5C656B74FF1A\X0\IFC2\X2\FF58FF1430788FFD52A03002\X0\','ja-JP',$); -#11260= IFCRELASSOCIATESLIBRARY('3B1OzRGh98LwqrFyIJSWlR',$,$,$,(#3937),#18426); -#18426= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); +#11258= IFCRELASSOCIATESLIBRARY('0XmtfPjLT7LflE9sFHPS$v',$,$,$,(#3929),#18426); +#18426= IFCLIBRARYREFERENCE($,$,'Switching Device Type Emergency Stop',$,'en',$); -#11261= IFCRELASSOCIATESLIBRARY('1ATCxr4kT7Mf2cPwJIFMo4',$,$,$,(#3937),#18427); -#18427= IFCLIBRARYREFERENCE($,$,'Transport Element Elevator',$,'en',$); +#11259= IFCRELASSOCIATESLIBRARY('2v1Zt149X2Uf_Ew8NXMnBA',$,$,$,(#3929),#18427); +#18427= IFCLIBRARYREFERENCE($,$,$,'IEC 826-08-03\X2\306E5B9A7FA9\X0\: \X\0D\X\0A\X2\7DCA6025505C6B6230B930A430C330C1306F4E88671F305B305A305730668D773053308B3055307E3056307E306A5371967A309253EF80FD306A9650308A8FC5901F306B53D6308A9664304F30883046306B52D54F5C3059308B88C57F6E30673042308B3002\X0\','ja-JP',$); -#11262= IFCRELASSOCIATESLIBRARY('0vKhVOkE91kwCDI1TaCQLR',$,$,$,(#3937),#18428); -#18428= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcTransportElement de type ELEVATOR.','fr-FR',$); +#11260= IFCRELASSOCIATESLIBRARY('1RviKyp514qvYVx8AcczI5',$,$,$,(#3930),#18428); +#18428= IFCLIBRARYREFERENCE($,$,'Switching Device Type Keypad',$,'en',$); -#11263= IFCRELASSOCIATESLIBRARY('23DUZ$iNT8OBupzS90XMwK',$,$,$,(#3937),#18429); -#18429= IFCLIBRARYREFERENCE($,$,$,'\X2\30BF30A430D7304C65E25B9A7FA9306E\X0\"ELEVATOR"\X2\30673042308B\X0\IfcTransportElement\X2\305930793066306B5171901A306A5C5E6027306E5B9A7FA93002\X0\','ja-JP',$); +#11261= IFCRELASSOCIATESLIBRARY('2YxEQcgrL5mBAYUhxn$lPH',$,$,$,(#3930),#18429); +#18429= IFCLIBRARYREFERENCE($,$,$,'\X2\30AD30FC30D130C330C9306F89076570306E6A5F80FD309230B530DD30FC30C83059308B30B930A430C330C13002\X0\\X\0D\X\0A\X2\5C656B74FF1A\X0\ IFC4\X2\306B8FFD52A03002\X0\','ja-JP',$); -#11264= IFCRELASSOCIATESLIBRARY('1hFYmf$dT9ZQOOTrhzG4dc',$,$,$,(#3940),#18430); -#18430= IFCLIBRARYREFERENCE($,$,'Tube Bundle Type Common',$,'en',$); +#11262= IFCRELASSOCIATESLIBRARY('1g9lgyj7fEhRfFsyQHCLju',$,$,$,(#3931),#18430); +#18430= IFCLIBRARYREFERENCE($,$,'Switching Device Type Momentary Switch',$,'en',$); -#11265= IFCRELASSOCIATESLIBRARY('0KY8BG9XT7AAOvsT8wdM3G',$,$,$,(#3940),#18431); -#18431= IFCLIBRARYREFERENCE($,$,$,'\X2\30C130E530FC30D6675F30BF30A430D75171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); +#11263= IFCRELASSOCIATESLIBRARY('0ZDrkU9H5889SBMotRNvpH',$,$,$,(#3931),#18431); +#18431= IFCLIBRARYREFERENCE($,$,$,'\X2\77AC664230B930A430C330C1FF0830E230FC30E130F330BF30EA30B930A430C330C1FF09306F72B6614B30924FDD63013057306A304430BF30A430D7306E30B930A430C330C13002\X0\\X\0D\X\0A\X2\5C656B74FF1A\X0\ IFC4\X2\306B8FFD52A03002\X0\','ja-JP',$); -#11266= IFCRELASSOCIATESLIBRARY('1YXwdATEvEauF041X8NLDr',$,$,$,(#3941),#18432); -#18432= IFCLIBRARYREFERENCE($,$,'Tube Bundle Type Finned',$,'en',$); +#11264= IFCRELASSOCIATESLIBRARY('2Rof8c4XTCfOcp_Ds2bdwa',$,$,$,(#3932),#18432); +#18432= IFCLIBRARYREFERENCE($,$,'Switching Device Type PHistory',$,'en',$); -#11267= IFCRELASSOCIATESLIBRARY('3u3bHkPQb8VeguDW$9Wqbm',$,$,$,(#3941),#18433); -#18433= IFCLIBRARYREFERENCE($,$,$,'\X2\30D530A330F330BF30A430D730C130E530FC30D6675F5C5E6027\X0\.\X2\4E00822C306B30B330A430EB306B898B3089308C308B30883046306B300130D530A330F330C130E530FC30D6675F5185306E30C130E530FC30D6306B4ED8304430663044308B30D530A330F3306B95A23059308B5C5E60273092542B3080\X0\','ja-JP',$); +#11265= IFCRELASSOCIATESLIBRARY('2iwTeiobf1fevrf8eUSOdK',$,$,$,(#3934),#18433); +#18433= IFCLIBRARYREFERENCE($,$,'Switching Device Type Selector Switch',$,'en',$); -#11268= IFCRELASSOCIATESLIBRARY('2Wp0532b1CgegzHoE0SgPo',$,$,$,(#3944),#18434); -#18434= IFCLIBRARYREFERENCE($,$,'Unitary Control Element PHistory',$,'en',$); +#11266= IFCRELASSOCIATESLIBRARY('1uuBHC8rX4AQ2$jlseZ2bo',$,$,$,(#3934),#18434); +#18434= IFCLIBRARYREFERENCE($,$,$,'\X2\520766FF304830B930A430C330C1306F89076570306E30DD30B830B730E730F3306B5408308F305B308B30533068306796FB529B30928ABF65743059308B30B930A430C330C130673042308B3002\X0\\X\0D\X\0A\X2\5C656B74FF1A\X0\ IFC4\X2\306B8FFD52A03002\X0\','ja-JP',$); -#11269= IFCRELASSOCIATESLIBRARY('0VUC1CauX1i9RM20dQHw12',$,$,$,(#3945),#18435); -#18435= IFCLIBRARYREFERENCE($,$,'Unitary Control Element Type Common',$,'en',$); +#11267= IFCRELASSOCIATESLIBRARY('1QDZlivSX3jw2x4gjj5zVT',$,$,$,(#3935),#18435); +#18435= IFCLIBRARYREFERENCE($,$,'Switching Device Type Starter',$,'en',$); -#11270= IFCRELASSOCIATESLIBRARY('3X0rSMyvH0lgBRs0DsmD5j',$,$,$,(#3945),#18436); -#18436= IFCLIBRARYREFERENCE($,$,$,'\X2\53584E00306E30B330F330C830ED30FC30EB89817D20306E5171901A5C5E60273002\X0\','ja-JP',$); +#11268= IFCRELASSOCIATESLIBRARY('2W4M7KyRn6kO5zl2W3iH25',$,$,$,(#3935),#18436); +#18436= IFCLIBRARYREFERENCE($,$,$,'\X2\30B930BF30FC30BF30FC30B930A430C330C1306F95893058305F72B6614B306E4F4D7F6E304B3089300196FB6C1788C57F6E306B5BFE305796FB529B306E52297528309252365FA13059308B88C57F6E3002\X0\','ja-JP',$); -#11271= IFCRELASSOCIATESLIBRARY('11Ib48ZO1E2ALfl4lPZYI5',$,$,$,(#3947),#18437); -#18437= IFCLIBRARYREFERENCE($,$,'Unitary Control Element Type Indicator Panel',$,'en',$); +#11269= IFCRELASSOCIATESLIBRARY('1pBIT3BZH8XhEgo0S9BWtl',$,$,$,(#3936),#18437); +#18437= IFCLIBRARYREFERENCE($,$,'Switching Device Type Switch Disconnector',$,'en',$); -#11272= IFCRELASSOCIATESLIBRARY('355noLAb1DAfkdNSSgZ2Zu',$,$,$,(#3948),#18438); -#18438= IFCLIBRARYREFERENCE($,$,'Unitary Control Element Type Thermostat',$,'en',$); +#11270= IFCRELASSOCIATESLIBRARY('05H9mJ5Ln22QRK9ZTGs7Ki',$,$,$,(#3936),#18438); +#18438= IFCLIBRARYREFERENCE($,$,$,'IEC 441-14-12\X2\306E5B9A7FA9FF1A\X0\\X\0D\X\0A\X2\9AD85727958B95895668306F958B95895668306E305F3081306B5B647ACB3057305F72B6614B30673042308B5FC5898167614EF630926E80305F30593001958B3044305F4F4D7F6E306B3042308B30B930A430C330C13002\X0\\X\0D\X\0A\X\0D\X\0A\X2\5C656B74FF1A\X0\\X\0D\X\0A\X2\5C5E6027\X0\ ''HasVisualIndication'' \X2\3092\X0\ \X2\30C830B030EB30B930A430C330C1306E30D730ED30D130C630A3540D306B5BFE5FDC3059308B308830463001\X0\''IsIlluminated'' \X2\3078590966F43002\X0\','ja-JP',$); -#11273= IFCRELASSOCIATESLIBRARY('3T$Vcc_GXCpPBzRYxxE2AI',$,$,$,(#3949),#18439); -#18439= IFCLIBRARYREFERENCE($,$,'Unitary Equipment Type Air Conditioning Unit',$,'en',$); +#11271= IFCRELASSOCIATESLIBRARY('1GNpE$PFP3oPFk3ZzOANES',$,$,$,(#3937),#18439); +#18439= IFCLIBRARYREFERENCE($,$,'Switching Device Type Toggle Switch',$,'en',$); -#11274= IFCRELASSOCIATESLIBRARY('0Uas3wo1r4rOXafK92h1A1',$,$,$,(#3949),#18440); -#18440= IFCLIBRARYREFERENCE($,$,$,'\X2\30A830A230B330F330E630CB30C330C8\X0\','ja-JP',$); +#11272= IFCRELASSOCIATESLIBRARY('18836pA6j4CfyP5OOhG0tM',$,$,$,(#3937),#18440); +#18440= IFCLIBRARYREFERENCE($,$,$,'\X2\30C830B030EB30B930A430C330C13068306F\X0\ON\X2\3001\X0\OFF\X2\306EFF123064306E30DD30B830B730E730F3306E52D54F5C3067300196FB529B309263A57D9A3057305F308A906E65AD3057305F308A3059308B30B930A430C330C130673042308B3002\X0\ \X\0D\X\0A\X2\5C656B74FF1A\X0\ IFC4 \X2\306B\X0\ SetPoint \X2\30928FFD52A03002\X0\','ja-JP',$); -#11275= IFCRELASSOCIATESLIBRARY('2G1XDgX_rB3BqIDO6pSxBI',$,$,$,(#3950),#18441); -#18441= IFCLIBRARYREFERENCE($,$,'Unitary Equipment Type Air Handler',$,'en',$); +#11273= IFCRELASSOCIATESLIBRARY('1Q8o3dPRb3Qhh_PWQV2cUf',$,$,$,(#3939),#18441); +#18441= IFCLIBRARYREFERENCE($,$,'System Furniture Element Type Common',$,'en',$); -#11276= IFCRELASSOCIATESLIBRARY('3cLeUNd0T2O9Is7sZO2HpH',$,$,$,(#3950),#18442); -#18442= IFCLIBRARYREFERENCE($,$,$,'\X2\30A830A230CF30F330C930EA30F330B030E630CB30C330C8306E30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); +#11274= IFCRELASSOCIATESLIBRARY('2ny_uv5oT6ZvojfVxyTzaj',$,$,$,(#3940),#18442); +#18442= IFCLIBRARYREFERENCE($,$,'System Furniture Element Type Panel',$,'en',$); -#11277= IFCRELASSOCIATESLIBRARY('3098SodJX669Q0dNKI$tvk',$,$,$,(#3951),#18443); -#18443= IFCLIBRARYREFERENCE($,$,'Unitary Equipment Type Common',$,'en',$); +#11275= IFCRELASSOCIATESLIBRARY('3bBmpq_JrEeBL07sVhck0M',$,$,$,(#3942),#18443); +#18443= IFCLIBRARYREFERENCE($,$,'System Furniture Element Type Work Surface',$,'en',$); -#11278= IFCRELASSOCIATESLIBRARY('0waOtMvj98du1EFn_AGDcQ',$,$,$,(#3951),#18444); -#18444= IFCLIBRARYREFERENCE($,$,$,'\X2\6A5F56685171901A\X0\','ja-JP',$); +#11276= IFCRELASSOCIATESLIBRARY('1dAdTzmkD0quBf8rlRZbUw',$,$,$,(#3943),#18444); +#18444= IFCLIBRARYREFERENCE($,$,'Tank Occurrence',$,'en',$); -#11279= IFCRELASSOCIATESLIBRARY('0MMLODPiH1_gJsAx15CmpY',$,$,$,(#3952),#18445); -#18445= IFCLIBRARYREFERENCE($,$,'Utility Consumption PHistory',$,'en',$); +#11277= IFCRELASSOCIATESLIBRARY('1AHdVrfVz7G8zv8Hger7_h',$,$,$,(#3943),#18445); +#18445= IFCLIBRARYREFERENCE($,$,$,'\X2\6C3469FD95A29023306E30D730ED30D130C630A33000300090E852067684306A6C3469FD306F4ED552073089308C305F6C3469FD5185306E533A52063068305730668003616E3055308C308B30533068306B6CE8610F\X0\','ja-JP',$); -#11280= IFCRELASSOCIATESLIBRARY('1m3NAl4WX20OBWMq2uUAvp',$,$,$,(#3953),#18446); -#18446= IFCLIBRARYREFERENCE($,$,'Valve PHistory',$,'en',$); +#11278= IFCRELASSOCIATESLIBRARY('20teNhgXnFGgblleIisvon',$,$,$,(#3944),#18446); +#18446= IFCLIBRARYREFERENCE($,$,'Tank Type Common',$,'en',$); -#11281= IFCRELASSOCIATESLIBRARY('0OlrJK9552fhzZ0puViawG',$,$,$,(#3953),#18447); -#18447= IFCLIBRARYREFERENCE($,$,$,'\X2\30D030EB30D6306E5C656B74\X0\','ja-JP',$); +#11279= IFCRELASSOCIATESLIBRARY('2xw2brv5H2CAL512BvTxwp',$,$,$,(#3944),#18447); +#18447= IFCLIBRARYREFERENCE($,$,$,'\X2\6C3469FD30BF30A430D75171901A5C5E6027\X0\','ja-JP',$); -#11282= IFCRELASSOCIATESLIBRARY('2Nmxv8_o1EmRZeL_8CWQrg',$,$,$,(#3954),#18448); -#18448= IFCLIBRARYREFERENCE($,$,'Valve Type Air Release',$,'en',$); +#11280= IFCRELASSOCIATESLIBRARY('2jggepxKPFWApzIl2glFxr',$,$,$,(#3945),#18448); +#18448= IFCLIBRARYREFERENCE($,$,'Tank Type Expansion',$,'en',$); -#11283= IFCRELASSOCIATESLIBRARY('2N11cggmf8shO1ZCWw3L7k',$,$,$,(#3954),#18449); -#18449= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D77A7A6C17629C304D5F01\X0\','ja-JP',$); +#11281= IFCRELASSOCIATESLIBRARY('2xzyyLBa5378eSClCpH88N',$,$,$,(#3945),#18449); +#18449= IFCLIBRARYREFERENCE($,$,$,'\X2\81A85F3530BF30F330AF306E5171901A5C5E6027\X0\','ja-JP',$); -#11284= IFCRELASSOCIATESLIBRARY('15zAJ3XKj5a9pMfENp7Ko4',$,$,$,(#3955),#18450); -#18450= IFCLIBRARYREFERENCE($,$,'Valve Type Common',$,'en',$); +#11282= IFCRELASSOCIATESLIBRARY('389YjowXT5bBvyDjhwRPhP',$,$,$,(#3946),#18450); +#18450= IFCLIBRARYREFERENCE($,$,'Tank Type Preformed',$,'en',$); -#11285= IFCRELASSOCIATESLIBRARY('1MjzMXhbv6F8PVDbq5abX6',$,$,$,(#3955),#18451); -#18451= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D75171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); +#11283= IFCRELASSOCIATESLIBRARY('0_wun_b9b4nOYM23wMuI3B',$,$,$,(#3946),#18451); +#18451= IFCLIBRARYREFERENCE($,$,$,'\X2\6DB24F5330928CAF85353059308B305F3081306B4E0030644EE54E0A306E533A753B30926301306153584F5330683057306688FD90203055308C305F56FA5B9A3055308C305F5BB95668300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000\X0\Pset\X2\306F\X0\IFC2x2 Pset Addendum\X2\3067\X0\Pset_TankTypePreformedTank\X2\304B3089\X0\Pset\X2\307E3067\X0\_\X2\3092\X0\TankTypePreformed\X2\306B6539540D3057307E3057305F3002\X0\','ja-JP',$); -#11286= IFCRELASSOCIATESLIBRARY('1sy1V$BZT6_hnspUytoGdQ',$,$,$,(#3956),#18452); -#18452= IFCLIBRARYREFERENCE($,$,'Valve Type Draw Off Cock',$,'en',$); +#11284= IFCRELASSOCIATESLIBRARY('0fjfJOnXT0Rv4oIwavaX_K',$,$,$,(#3947),#18452); +#18452= IFCLIBRARYREFERENCE($,$,'Tank Type Pressure Vessel',$,'en',$); -#11287= IFCRELASSOCIATESLIBRARY('0qd96p4wbBwf3r96JmGdc9',$,$,$,(#3956),#18453); -#18453= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D763926C3430B330C330AF\X0\','ja-JP',$); +#11285= IFCRELASSOCIATESLIBRARY('19gisoNj50iA85QTj7PonA',$,$,$,(#3947),#18453); +#18453= IFCLIBRARYREFERENCE($,$,$,'\X2\5727529B5BB95668306E5171901A5C5E6027\X0\','ja-JP',$); -#11288= IFCRELASSOCIATESLIBRARY('0XX2s8io142uraYwMDeOwz',$,$,$,(#3957),#18454); -#18454= IFCLIBRARYREFERENCE($,$,'Valve Type Faucet',$,'en',$); +#11286= IFCRELASSOCIATESLIBRARY('2z$EKXH9b4lBG6myRd$en0',$,$,$,(#3948),#18454); +#18454= IFCLIBRARYREFERENCE($,$,'Tank Type Sectional',$,'en',$); -#11289= IFCRELASSOCIATESLIBRARY('0q5fOirBT8mP_rbmPldYvX',$,$,$,(#3957),#18455); -#18455= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D76C346813\X0\','ja-JP',$); +#11287= IFCRELASSOCIATESLIBRARY('3MfrZhgtDBd8dMg6Y_lUWT',$,$,$,(#3948),#18455); +#18455= IFCLIBRARYREFERENCE($,$,$,'\X2\6DB24F5330928CAF85353059308B305F3081306B4E0030644EE54E0A306E533A753B3092630130617D447ACB90E854C1304B308990203089308C30663044308B56FA5B9A3055308C305F5BB95668300030006CE8\X0\(1)\X2\FF1A51683066306E7D447ACB5F0F30BF30F330AF306F77E95F62309230C730D530A930EB30C83068800330483089308C30663044308B30026CE8\X0\(2)\X2\FF1A4E00822C7684306B30017D447ACB5F0F30BF30F330AF306F6C174F5330928CAF85353059308B76EE7684306E305F3081306B4F7F75283055308C308B30533068306F8003304830663044306A3044300230003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000300030003000\X0\Pset\X2\306F\X0\IFC2x2 Pset Addendum\X2\3067\X0\Pset_TankTypeSectionalTank\X2\304B3089\X0\Pset\X2\307E3067\X0\_\X2\3092\X0\TankTypeSectional\X2\306B6539540D3057307E3057305F3002\X0\','ja-JP',$); -#11290= IFCRELASSOCIATESLIBRARY('3pk089auP7TA_Evq_dXWGq',$,$,$,(#3958),#18456); -#18456= IFCLIBRARYREFERENCE($,$,'Valve Type Flushing',$,'en',$); +#11288= IFCRELASSOCIATESLIBRARY('06VzF5ONX4XeEVmAfhfvSR',$,$,$,(#3950),#18456); +#18456= IFCLIBRARYREFERENCE($,$,'Thermal Load Aggregate',$,'en',$); -#11291= IFCRELASSOCIATESLIBRARY('3A84ZNnHH0VOAUECHYN8Yu',$,$,$,(#3958),#18457); -#18457= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D730D530E930C330B730E5\X0\','ja-JP',$); +#11289= IFCRELASSOCIATESLIBRARY('1$1WnntfrAsP5lBvgMmNpt',$,$,$,(#3950),#18457); +#18457= IFCLIBRARYREFERENCE($,$,$,'\X2\6238522562163044306F89076570306E90E85C4B300130BE30FC30F330015EFA7269306E71B18CA08377306E96C68A0830023053306E96C68A083057305F71B18CA0837760C55831306F4E00822C306B30B730B930C630E03042308B3044306F30D730E930F330C8306B3088306330666271308F308C308B30025C656B74FF1A\X0\IFC1.0\X2\306E65B0\X0\PropertySet\X2\FF08\X0\Pset_AggregateLoadInformation)\X2\3001FF1A\X0\IFC2\X2\FF58FF12306B65B0305F306B\X0\Pset_ThermalLoadAggregate\X2\30685B9A7FA93055308C305F3002\X0\','ja-JP',$); -#11292= IFCRELASSOCIATESLIBRARY('18WMSo92X3Exw9_sboh05b',$,$,$,(#3959),#18458); -#18458= IFCLIBRARYREFERENCE($,$,'Valve Type Gas Tap',$,'en',$); +#11290= IFCRELASSOCIATESLIBRARY('388teR7hn1i8PviAu0SmWa',$,$,$,(#3951),#18458); +#18458= IFCLIBRARYREFERENCE($,$,'Thermal Load Design Criteria',$,'en',$); -#11293= IFCRELASSOCIATESLIBRARY('3sQWefFKr2_x8eSqR6Qy0r',$,$,$,(#3959),#18459); -#18459= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D763926C3430B330C330AF\X0\','ja-JP',$); +#11291= IFCRELASSOCIATESLIBRARY('2rspR9C35D_BbNDUedG0ro',$,$,$,(#3951),#18459); +#18459= IFCLIBRARYREFERENCE($,$,$,'\X2\90E85C4B30845EFA7269306E71B18CA08377306E8A087B97306E305F3081306B4F7F75283055308C308B5EFA7269306E71B18CA083778A2D8A0830C730FC30BF30025C656B74FF1A\X0\IFC1.0\X2\306E65B0\X0\PropertySet\X2\FF08\X0\Pset_LoadDesignCriteria)\X2\3001FF1A\X0\IFC2\X2\FF58\X0\2\X2\306B65B0305F306B\X0\Pset_ThermalLoadDesignCriteria\X2\30685B9A7FA93055308C305F3002\X0\','ja-JP',$); -#11294= IFCRELASSOCIATESLIBRARY('0yw6ZeLF950f6nyuF1TZRQ',$,$,$,(#3960),#18460); -#18460= IFCLIBRARYREFERENCE($,$,'Valve Type Isolating',$,'en',$); +#11292= IFCRELASSOCIATESLIBRARY('21Ma1vRL92repd2Fj_8f4t',$,$,$,(#3962),#18460); +#18460= IFCLIBRARYREFERENCE($,$,'Transformer Type Common',$,'en',$); -#11295= IFCRELASSOCIATESLIBRARY('2nElUpnSz51BUPtW_3TboS',$,$,$,(#3960),#18461); -#18461= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D7906E65AD5F01\X0\','ja-JP',$); +#11293= IFCRELASSOCIATESLIBRARY('2cWLAK4YbE5QaA4lzlHlrf',$,$,$,(#3962),#18461); +#18461= IFCLIBRARYREFERENCE($,$,$,'1\X2\3064306E56DE8DEF304B3089308230464E003064307896FB6C1730A830CD30EB30AE30FC309279FB305996FB78C18A985C0E88C57F6E3002\X0\','ja-JP',$); -#11296= IFCRELASSOCIATESLIBRARY('08Swtiobr6m87pSVfClXhU',$,$,$,(#3961),#18462); -#18462= IFCLIBRARYREFERENCE($,$,'Valve Type Mixing',$,'en',$); +#11294= IFCRELASSOCIATESLIBRARY('1uwTuSezf3LgESIjwd1UAL',$,$,$,(#3964),#18462); +#18462= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); -#11297= IFCRELASSOCIATESLIBRARY('2nNyPTxib1N8FWN77sfTMr',$,$,$,(#3961),#18463); -#18463= IFCLIBRARYREFERENCE($,$,$,'\X2\6DF754085F01\X0\','ja-JP',$); +#11295= IFCRELASSOCIATESLIBRARY('2hrj9CJOj8RgbchdZk3MPD',$,$,$,(#3964),#18463); +#18463= IFCLIBRARYREFERENCE($,$,'Transport Element Common',$,'en',$); -#11298= IFCRELASSOCIATESLIBRARY('0$4FTrIoj8Oe5h2hGb0Jxa',$,$,$,(#3962),#18464); -#18464= IFCLIBRARYREFERENCE($,$,'Valve Type Pressure Reducing',$,'en',$); +#11296= IFCRELASSOCIATESLIBRARY('0mHq45FpbEiwplziyzTOHV',$,$,$,(#3964),#18464); +#18464= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcTransportElement','fr-FR',$); -#11299= IFCRELASSOCIATESLIBRARY('0u4$gCLuv9hBHGPkG80mRK',$,$,$,(#3962),#18465); -#18465= IFCLIBRARYREFERENCE($,$,$,'\X2\6E1B57275F01\X0\','ja-JP',$); +#11297= IFCRELASSOCIATESLIBRARY('1XH3kvmODC_uh0_PG3usne',$,$,$,(#3964),#18465); +#18465= IFCLIBRARYREFERENCE($,$,$,'\X2\4EA4901A89817D205171901A4E8B98053002\X0\','ja-JP',$); -#11300= IFCRELASSOCIATESLIBRARY('0tt1hNc3bEAO0XAt$6FT1u',$,$,$,(#3963),#18466); -#18466= IFCLIBRARYREFERENCE($,$,'Valve Type Pressure Relief',$,'en',$); +#11298= IFCRELASSOCIATESLIBRARY('2sQqP$EcL0D8sbL9sKNEjb',$,$,$,(#3965),#18466); +#18466= IFCLIBRARYREFERENCE($,$,$,'Property Set Definition in German','de-DE',$); -#11301= IFCRELASSOCIATESLIBRARY('2sdpe1CcDDz8c28nsIxUeL',$,$,$,(#3963),#18467); -#18467= IFCLIBRARYREFERENCE($,$,$,'\X2\30EA30EA30FC30D55F01\X0\(\X2\9003304C30575F01\X0\)','ja-JP',$); +#11299= IFCRELASSOCIATESLIBRARY('0vXRyHF2X1KRIanvaOeXwE',$,$,$,(#3965),#18467); +#18467= IFCLIBRARYREFERENCE($,$,'Transport Element Elevator',$,'en',$); -#11302= IFCRELASSOCIATESLIBRARY('3MCzENGAv76g4B8khputs0',$,$,$,(#3967),#18468); -#18468= IFCLIBRARYREFERENCE($,$,'Vibration Isolator Type Common',$,'en',$); +#11300= IFCRELASSOCIATESLIBRARY('2cb$8_wR17bhGt$5n25JKS',$,$,$,(#3965),#18468); +#18468= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcTransportElement de type ELEVATOR.','fr-FR',$); -#11303= IFCRELASSOCIATESLIBRARY('1nmi56cBb669XdWtdP0of1',$,$,$,(#3967),#18469); -#18469= IFCLIBRARYREFERENCE($,$,$,'\X2\632F52D57D767E014F53306E5171901A5C5E6027\X0\','ja-JP',$); +#11301= IFCRELASSOCIATESLIBRARY('0Ypxbt0s99tQvlxRJ87CJw',$,$,$,(#3965),#18469); +#18469= IFCLIBRARYREFERENCE($,$,$,'\X2\30BF30A430D7304C65E25B9A7FA9306E\X0\"ELEVATOR"\X2\30673042308B\X0\IfcTransportElement\X2\305930793066306B5171901A306A5C5E6027306E5B9A7FA93002\X0\','ja-JP',$); -#11304= IFCRELASSOCIATESLIBRARY('2HnZa13HrDW8Ju_DrAC_iu',$,$,$,(#3969),#18470); -#18470= IFCLIBRARYREFERENCE($,$,'Wall Common',$,'en',$); +#11302= IFCRELASSOCIATESLIBRARY('0RSkU2WRr8t8S$2DmJTI5n',$,$,$,(#3968),#18470); +#18470= IFCLIBRARYREFERENCE($,$,'Tube Bundle Type Common',$,'en',$); -#11305= IFCRELASSOCIATESLIBRARY('2WJ$iumerCIecJtQ166$Jv',$,$,$,(#3969),#18471); -#18471= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances des classes IfcWall et IfcWallStandardCase','fr-FR',$); +#11303= IFCRELASSOCIATESLIBRARY('2_u$1_OhvFlfFvaiUuD_ik',$,$,$,(#3968),#18471); +#18471= IFCLIBRARYREFERENCE($,$,$,'\X2\30C130E530FC30D6675F30BF30A430D75171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); -#11306= IFCRELASSOCIATESLIBRARY('0DOMbw$BX7OQaO6dtibn8k',$,$,$,(#3969),#18472); -#18472= IFCLIBRARYREFERENCE($,$,$,'IfcWall(\X2\58C1\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11304= IFCRELASSOCIATESLIBRARY('1HqDKGndzFpR_6EXzWOdPw',$,$,$,(#3969),#18472); +#18472= IFCLIBRARYREFERENCE($,$,'Tube Bundle Type Finned',$,'en',$); -#11307= IFCRELASSOCIATESLIBRARY('2HtXD78iPD6fWJaRI7udd3',$,$,$,(#3969),#18473); -#18473= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcWall\X2\548C\X0\IfcWallStandardCase\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#11305= IFCRELASSOCIATESLIBRARY('2_YnAGPCT62PyBf3M6WNTD',$,$,$,(#3969),#18473); +#18473= IFCLIBRARYREFERENCE($,$,$,'\X2\30D530A330F330BF30A430D730C130E530FC30D6675F5C5E6027\X0\.\X2\4E00822C306B30B330A430EB306B898B3089308C308B30883046306B300130D530A330F330C130E530FC30D6675F5185306E30C130E530FC30D6306B4ED8304430663044308B30D530A330F3306B95A23059308B5C5E60273092542B3080\X0\','ja-JP',$); -#11308= IFCRELASSOCIATESLIBRARY('3ZEO32tUj4fBzuU5pH0vch',$,$,$,(#3970),#18474); -#18474= IFCLIBRARYREFERENCE($,$,'Warranty',$,'en',$); +#11306= IFCRELASSOCIATESLIBRARY('2b5XSlS654ae9PZGSUxgHU',$,$,$,(#3972),#18474); +#18474= IFCLIBRARYREFERENCE($,$,'Unitary Control Element PHistory',$,'en',$); -#11309= IFCRELASSOCIATESLIBRARY('2oDcPYNI11_xn7BNTLILhQ',$,$,$,(#3971),#18475); -#18475= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Common',$,'en',$); +#11307= IFCRELASSOCIATESLIBRARY('2QUBc5mZn9z8DvsIuHXT5D',$,$,$,(#3973),#18475); +#18475= IFCLIBRARYREFERENCE($,$,'Unitary Control Element Type Common',$,'en',$); -#11310= IFCRELASSOCIATESLIBRARY('1WsSR3jGzBZ94hWggdaEWa',$,$,$,(#3971),#18476); -#18476= IFCLIBRARYREFERENCE($,$,$,'\X2\5EC368C463A57D9A53E33078306E5171901A30D730ED30D130C630A330FC3002\X0\','ja-JP',$); +#11308= IFCRELASSOCIATESLIBRARY('0LD6KPmI93Y9Qk1I24T3Bd',$,$,$,(#3973),#18476); +#18476= IFCLIBRARYREFERENCE($,$,$,'\X2\53584E00306E30B330F330C830ED30FC30EB89817D20306E5171901A5C5E60273002\X0\','ja-JP',$); -#11311= IFCRELASSOCIATESLIBRARY('0iRjlLeiX679PSrKFVcQCB',$,$,$,(#3972),#18477); -#18477= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Floor Trap',$,'en',$); +#11309= IFCRELASSOCIATESLIBRARY('2mEm2GvpP9WBLYuqk6VLG6',$,$,$,(#3975),#18477); +#18477= IFCLIBRARYREFERENCE($,$,'Unitary Control Element Type Indicator Panel',$,'en',$); -#11312= IFCRELASSOCIATESLIBRARY('3DUWbpnYz01vCVtGaddUPJ',$,$,$,(#3972),#18478); -#18478= IFCLIBRARYREFERENCE($,$,$,'\X2\6DB24F5330926E9C308130666C5A308C305F7A7A6C17306E901A904E309296323050305F3081306B5E8A306B636E30483089308C308B914D7BA13002\X0\','ja-JP',$); +#11310= IFCRELASSOCIATESLIBRARY('3CF887TOvEEx4Q91EYmkNO',$,$,$,(#3976),#18478); +#18478= IFCLIBRARYREFERENCE($,$,'Unitary Control Element Type Thermostat',$,'en',$); -#11313= IFCRELASSOCIATESLIBRARY('11SI3IKJ91zeasI07Oqtfs',$,$,$,(#3973),#18479); -#18479= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Floor Waste',$,'en',$); +#11311= IFCRELASSOCIATESLIBRARY('29KshUrUv09enw62EGNU33',$,$,$,(#3977),#18479); +#18479= IFCLIBRARYREFERENCE($,$,'Unitary Equipment Type Air Conditioning Unit',$,'en',$); -#11314= IFCRELASSOCIATESLIBRARY('2c5vqOYoH8gOrajvdSuFos',$,$,$,(#3973),#18480); -#18480= IFCLIBRARYREFERENCE($,$,$,'\X2\5EC36C3430845EC36C34309296C630813066520696E23059308B963281ED5F0130926301306430015E8A306B636E30484ED830513089308C305F914D7BA13002\X0\','ja-JP',$); +#11312= IFCRELASSOCIATESLIBRARY('1uiTtU$5D4dv5KSQR0LXu2',$,$,$,(#3977),#18480); +#18480= IFCLIBRARYREFERENCE($,$,$,'\X2\30A830A230B330F330E630CB30C330C8\X0\','ja-JP',$); -#11315= IFCRELASSOCIATESLIBRARY('3gi$Q1FOn6$RXLeTM9tE2V',$,$,$,(#3974),#18481); -#18481= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Gully Sump',$,'en',$); +#11313= IFCRELASSOCIATESLIBRARY('2hlomY2e1C1RM768ib9p5W',$,$,$,(#3978),#18481); +#18481= IFCLIBRARYREFERENCE($,$,'Unitary Equipment Type Air Handler',$,'en',$); -#11316= IFCRELASSOCIATESLIBRARY('37vOmsXyLFfQZzLBNjgbND',$,$,$,(#3974),#18482); -#18482= IFCLIBRARYREFERENCE($,$,$,'\X2\573088686C3430845EC36C34309253D73051308B305F3081306E30B030EC30FC30C130F330B030B730FC30EB30AB30D030FC306B53D6308A4ED830513089308C308B300153D64ED8566851773084914D7BA13002\X0\','ja-JP',$); +#11314= IFCRELASSOCIATESLIBRARY('2dx1P_yoTBz8Ohwq_Xu3Dq',$,$,$,(#3978),#18482); +#18482= IFCLIBRARYREFERENCE($,$,$,'\X2\30A830A230CF30F330C930EA30F330B030E630CB30C330C8306E30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); -#11317= IFCRELASSOCIATESLIBRARY('0jSJQLcyz5EB3H4bIha$Jn',$,$,$,(#3975),#18483); -#18483= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Gully Trap',$,'en',$); +#11315= IFCRELASSOCIATESLIBRARY('3NfMbgxmL7WQNyiY1tT9se',$,$,$,(#3979),#18483); +#18483= IFCLIBRARYREFERENCE($,$,'Unitary Equipment Type Common',$,'en',$); -#11318= IFCRELASSOCIATESLIBRARY('3lttRqS8v8wg04EacfbtaW',$,$,$,(#3975),#18484); -#18484= IFCLIBRARYREFERENCE($,$,$,'\X2\886897626C3430845EC36C34309253D73051308B305F3081306B53D6308A4ED830513089308C308B300153D64ED8566851773084914D7BA1\X0\(BS6100 330 3504)\X2\30B030EC30FC30C130F330B03084963281ED5F013092901A30573066639251FA3055308C308B3088304653D6308A4ED830513089308C308B3002\X0\','ja-JP',$); +#11316= IFCRELASSOCIATESLIBRARY('3qahVErT1EY8dWrFSn0euB',$,$,$,(#3979),#18484); +#18484= IFCLIBRARYREFERENCE($,$,$,'\X2\6A5F56685171901A\X0\','ja-JP',$); -#11319= IFCRELASSOCIATESLIBRARY('2KmACJqFT5GvHGIp5gsORk',$,$,$,(#3976),#18485); -#18485= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Roof Drain',$,'en',$); +#11317= IFCRELASSOCIATESLIBRARY('15aQHoCpD1ReC3r3DKSfdI',$,$,$,(#3980),#18485); +#18485= IFCLIBRARYREFERENCE($,$,'Utility Consumption PHistory',$,'en',$); -#11320= IFCRELASSOCIATESLIBRARY('1_oGpuUhzC$v8P5cuLcCr0',$,$,$,(#3976),#18486); -#18486= IFCLIBRARYREFERENCE($,$,$,'\X2\96E86C34639251FA8A2D5099306B639251FA3055308C308B30883046306B96E86C34309296C63081308B305F3081306B5C4B6839306B8A2D7F6E3055308C308B914D7BA13002\X0\','ja-JP',$); +#11318= IFCRELASSOCIATESLIBRARY('07lX4lpSXCKx7lsHJCy7Tc',$,$,$,(#3981),#18486); +#18486= IFCLIBRARYREFERENCE($,$,'Valve PHistory',$,'en',$); -#11321= IFCRELASSOCIATESLIBRARY('31Ihf7RjPFi9F4aejKG6f6',$,$,$,(#3977),#18487); -#18487= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Waste Disposal Unit',$,'en',$); +#11319= IFCRELASSOCIATESLIBRARY('1zbUF0xGXAPvWeWNhGeOk6',$,$,$,(#3981),#18487); +#18487= IFCLIBRARYREFERENCE($,$,$,'\X2\30D030EB30D6306E5C656B74\X0\','ja-JP',$); -#11322= IFCRELASSOCIATESLIBRARY('1weRPRGGrC694hJ0z1b$Nd',$,$,$,(#3977),#18488); -#18488= IFCLIBRARYREFERENCE($,$,$,'\X2\30AD30C330C130F330844ED6306E5EC368C4306B304A30443066300178347247309263926C3430B730B930C630E0306751E674063055308C308B306E306B53415206306A5927304D3055306B7C8978153059308B30883046300196FB6C177684306B52D54F5C3059308B6A5F56683002\X0\','ja-JP',$); +#11320= IFCRELASSOCIATESLIBRARY('3W9FQfOHzFWQFFXS2gAvvU',$,$,$,(#3982),#18488); +#18488= IFCLIBRARYREFERENCE($,$,'Valve Type Air Release',$,'en',$); -#11323= IFCRELASSOCIATESLIBRARY('3eBp594Mj4Pvf51CENaZ22',$,$,$,(#3978),#18489); -#18489= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Waste Trap',$,'en',$); +#11321= IFCRELASSOCIATESLIBRARY('2FE$drKjz4_e3rdVcakJV4',$,$,$,(#3982),#18489); +#18489= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D77A7A6C17629C304D5F01\X0\','ja-JP',$); -#11324= IFCRELASSOCIATESLIBRARY('1d0t1RpeT7IPSnknZ$NPHt',$,$,$,(#3978),#18490); -#18490= IFCLIBRARYREFERENCE($,$,$,'\X2\6DB24F5330926E9C308130666C5A308C305F7A7A6C17306E901A904E30929632305030883046885B751F6A5F5668306B96A363A5305730668A2D7F6E3055305B305F914D7BA13002\X0\','ja-JP',$); +#11322= IFCRELASSOCIATESLIBRARY('1m2Hl3gCj8seoutyPlPmsu',$,$,$,(#3983),#18490); +#18490= IFCLIBRARYREFERENCE($,$,'Valve Type Common',$,'en',$); -#11325= IFCRELASSOCIATESLIBRARY('2m6S6Lhwr1OhQrDC19p1JK',$,$,$,(#3981),#18491); -#18491= IFCLIBRARYREFERENCE($,$,'Window Common',$,'en',$); +#11323= IFCRELASSOCIATESLIBRARY('1JeMDvI$97yRF$acGwGVw4',$,$,$,(#3983),#18491); +#18491= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D75171901A30D730ED30D130C630A35C5E60278A2D5B9A3002\X0\','ja-JP',$); -#11326= IFCRELASSOCIATESLIBRARY('0hwJSezfXCPAaSoog4z358',$,$,$,(#3981),#18492); -#18492= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcWindow','fr-FR',$); +#11324= IFCRELASSOCIATESLIBRARY('1kqF3Q1rLF5ePiWiuVHTMT',$,$,$,(#3984),#18492); +#18492= IFCLIBRARYREFERENCE($,$,'Valve Type Draw Off Cock',$,'en',$); -#11327= IFCRELASSOCIATESLIBRARY('3ey4s2kYHEUO_YU5H6Ovcx',$,$,$,(#3981),#18493); -#18493= IFCLIBRARYREFERENCE($,$,$,'IfcWindow(\X2\7A93\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11325= IFCRELASSOCIATESLIBRARY('2fxztcODn6mwwKxzmNb1NZ',$,$,$,(#3984),#18493); +#18493= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D763926C3430B330C330AF\X0\','ja-JP',$); -#11328= IFCRELASSOCIATESLIBRARY('3qtdZIQnv6g8HJvgyt8tqz',$,$,$,(#3981),#18494); -#18494= IFCLIBRARYREFERENCE($,$,$,'\X2\624067097A975B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); +#11326= IFCRELASSOCIATESLIBRARY('3ys5nPnIb9eA7VwHF1tJ$D',$,$,$,(#3985),#18494); +#18494= IFCLIBRARYREFERENCE($,$,'Valve Type Faucet',$,'en',$); -#11329= IFCRELASSOCIATESLIBRARY('0AGhfDYvjEpvQtF$DDLssS',$,$,$,(#3983),#18495); -#18495= IFCLIBRARYREFERENCE($,$,'Work Control Common',$,'en',$); +#11327= IFCRELASSOCIATESLIBRARY('1b2O$WUL1Faxqn8okSV1Oj',$,$,$,(#3985),#18495); +#18495= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D76C346813\X0\','ja-JP',$); -#11330= IFCRELASSOCIATESLIBRARY('1O$ip2j_H6sPgj5JVyP8c6',$,$,$,(#3983),#18496); -#18496= IFCLIBRARYREFERENCE($,$,$,'IfcWorkPlan \X2\304A30883073\X0\IfcWorkSchedule \X2\30AA30D630B830A730AF30C8FF08\X0\IfcWorkControl\X2\30AA30D630B830A730AF30C8306E30B530D630AF30E930B9FF09306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11328= IFCRELASSOCIATESLIBRARY('2uztUiMef3RB1qJINdy4_H',$,$,$,(#3986),#18496); +#18496= IFCLIBRARYREFERENCE($,$,'Valve Type Flushing',$,'en',$); -#11331= IFCRELASSOCIATESLIBRARY('2tANGEkffA6vJAoezm7O8U',$,$,$,(#3984),#18497); -#18497= IFCLIBRARYREFERENCE($,$,'Zone Common',$,'en',$); +#11329= IFCRELASSOCIATESLIBRARY('0rbM559lT0pxajMRZvakko',$,$,$,(#3986),#18497); +#18497= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D730D530E930C330B730E5\X0\','ja-JP',$); -#11332= IFCRELASSOCIATESLIBRARY('0ly0cHEBf6qxMBBWuhlkfj',$,$,$,(#3984),#18498); -#18498= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcZone','fr-FR',$); +#11330= IFCRELASSOCIATESLIBRARY('3oDCFG8pL3jhemDjyhWZv_',$,$,$,(#3987),#18498); +#18498= IFCLIBRARYREFERENCE($,$,'Valve Type Gas Tap',$,'en',$); -#11333= IFCRELASSOCIATESLIBRARY('2jZE4$r6LC5wHiFY4Wc_0I',$,$,$,(#3984),#18499); -#18499= IFCLIBRARYREFERENCE($,$,$,'IfcZone\X2\306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); +#11331= IFCRELASSOCIATESLIBRARY('0VztQXIIr5F9GDd7RZWL8B',$,$,$,(#3987),#18499); +#18499= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D763926C3430B330C330AF\X0\','ja-JP',$); -#11334= IFCRELASSOCIATESLIBRARY('1iw_FwnXj32BYHJ0Z2QW6p',$,$,$,(#3985),#18500); -#18500= IFCLIBRARYREFERENCE($,$,'Fl\S\dche','Gesamte Fl\S\dche, die durch den Fensterrahmen beschrieben wird.','de-DE',$); +#11332= IFCRELASSOCIATESLIBRARY('0NECxQ5WP9zPAhcRx83Orc',$,$,$,(#3988),#18500); +#18500= IFCLIBRARYREFERENCE($,$,'Valve Type Isolating',$,'en',$); -#11335= IFCRELASSOCIATESLIBRARY('1Em6zpRifFpPUdw7ApYfyR',$,$,$,(#3985),#18501); -#18501= IFCLIBRARYREFERENCE($,$,'Area',$,'en',$); +#11333= IFCRELASSOCIATESLIBRARY('0hvFSALbbBmP7i1FLZ5RsH',$,$,$,(#3988),#18501); +#18501= IFCLIBRARYREFERENCE($,$,$,'\X2\5F0130BF30A430D7906E65AD5F01\X0\','ja-JP',$); -#11336= IFCRELASSOCIATESLIBRARY('08iW6pPzP60Asm7l8ECCF7',$,$,$,(#3985),#18502); -#18502= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\7A9330E930A430CB30F330B0306E97627A4D3002\X0\','ja-JP',$); +#11334= IFCRELASSOCIATESLIBRARY('2J9FAvHH91yfJebW_bUE8_',$,$,$,(#3989),#18502); +#18502= IFCLIBRARYREFERENCE($,$,'Valve Type Mixing',$,'en',$); -#11337= IFCRELASSOCIATESLIBRARY('0a5SqsgfH0MAZuM6nTQ7WA',$,$,$,(#3986),#18503); -#18503= IFCLIBRARYREFERENCE($,$,'Fl\S\dche','Gesamte Fl\S\dche, die durch den T\S\|rrahmen beschrieben wird.','de-DE',$); +#11335= IFCRELASSOCIATESLIBRARY('0phB3EW$PAjefSEXtQiVoX',$,$,$,(#3989),#18503); +#18503= IFCLIBRARYREFERENCE($,$,$,'\X2\6DF754085F01\X0\','ja-JP',$); -#11338= IFCRELASSOCIATESLIBRARY('3jVv6YMPv70wDWYPndwD0G',$,$,$,(#3986),#18504); -#18504= IFCLIBRARYREFERENCE($,$,'Area',$,'en',$); +#11336= IFCRELASSOCIATESLIBRARY('32W9MQ4I5B08q6qdJ56pOI',$,$,$,(#3990),#18504); +#18504= IFCLIBRARYREFERENCE($,$,'Valve Type Pressure Reducing',$,'en',$); -#11339= IFCRELASSOCIATESLIBRARY('3hBZopbgf7oRkQthHlqjx4',$,$,$,(#3986),#18505); -#18505= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\30C930A230E930A430CB30F330B0306E97627A4D3002\X0\','ja-JP',$); +#11337= IFCRELASSOCIATESLIBRARY('2MpVmtwBL6AAJNpnFwOztN',$,$,$,(#3990),#18505); +#18505= IFCLIBRARYREFERENCE($,$,$,'\X2\6E1B57275F01\X0\','ja-JP',$); -#11340= IFCRELASSOCIATESLIBRARY('1JLBfUSr9BFBEmtrt8Wprp',$,$,$,(#3993),#18506); -#18506= IFCLIBRARYREFERENCE($,$,'Fl\S\dche','Fl\S\dche der \S\Vffnung, es ist die Ansichtsfl\S\dche f\S\|r Wand\S\vffnungen, oder die Grundfl\S\dche f\S\|r Decken\S\vffnungen.','de-DE',$); +#11338= IFCRELASSOCIATESLIBRARY('1OKpxl9vHCWALbKCmk_zLC',$,$,$,(#3991),#18506); +#18506= IFCLIBRARYREFERENCE($,$,'Valve Type Pressure Relief',$,'en',$); -#11341= IFCRELASSOCIATESLIBRARY('36DGKHWpv4NAVj12mH8F4q',$,$,$,(#3993),#18507); -#18507= IFCLIBRARYREFERENCE($,$,'Area',$,'en',$); +#11339= IFCRELASSOCIATESLIBRARY('0oDbgugI58i8INwJBkW6gP',$,$,$,(#3991),#18507); +#18507= IFCLIBRARYREFERENCE($,$,$,'\X2\30EA30EA30FC30D55F01\X0\(\X2\9003304C30575F01\X0\)','ja-JP',$); -#11342= IFCRELASSOCIATESLIBRARY('2jXOvB9jjALuAuFpZR4hp8',$,$,$,(#3993),#18508); -#18508= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\958B53E3306E97627A4D30027ACB976256F33067898B305F58345408306E5F6272B63002\X0\','ja-JP',$); +#11340= IFCRELASSOCIATESLIBRARY('2U5YMyE1HB0vVdZySN$zSH',$,$,$,(#3995),#18508); +#18508= IFCLIBRARYREFERENCE($,$,'Vibration Isolator Type Common',$,'en',$); -#11343= IFCRELASSOCIATESLIBRARY('0pttYksH9CEweZ8o8FlBor',$,$,$,(#3995),#18509); -#18509= IFCLIBRARYREFERENCE($,$,'Fl\S\dche','Fl\S\dche der Auskragung, Sims oder anderen Vorbaus, es ist die Ansichtsfl\S\dche f\S\|r Wandsimse und \S\dhnlichen, oder die Grundfl\S\dche f\S\|r Deckenaufbauten und \S\dhnlichen.','de-DE',$); +#11341= IFCRELASSOCIATESLIBRARY('1yms6KOe99wu2FQ7ySNlpT',$,$,$,(#3995),#18509); +#18509= IFCLIBRARYREFERENCE($,$,$,'\X2\632F52D57D767E014F53306E5171901A5C5E6027\X0\','ja-JP',$); -#11344= IFCRELASSOCIATESLIBRARY('3IvTxgERHCkekyucutXWGX',$,$,$,(#3995),#18510); -#18510= IFCLIBRARYREFERENCE($,$,'Area',$,'en',$); +#11342= IFCRELASSOCIATESLIBRARY('1wKuuBpZj0w8ELO1guDSs_',$,$,$,(#3997),#18510); +#18510= IFCLIBRARYREFERENCE($,$,'Wall Common',$,'en',$); -#11345= IFCRELASSOCIATESLIBRARY('2PINnrt5nAQxMa8lfsXUOV',$,$,$,(#3998),#18511); -#18511= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); +#11343= IFCRELASSOCIATESLIBRARY('1sPG_UulDBIvi0W0_vE12W',$,$,$,(#3997),#18511); +#18511= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances des classes IfcWall et IfcWallStandardCase','fr-FR',$); -#11346= IFCRELASSOCIATESLIBRARY('0qOtHTT0X4EgvcKDw9sw3L',$,$,$,(#3999),#18512); -#18512= IFCLIBRARYREFERENCE($,$,'Querschnittsfl\S\dche','Querschnittsfl\S\dche des Balkens.','de-DE',$); +#11344= IFCRELASSOCIATESLIBRARY('3dl3MrdC53nfwDfY_dY5Jq',$,$,$,(#3997),#18512); +#18512= IFCLIBRARYREFERENCE($,$,$,'IfcWall(\X2\58C1\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11347= IFCRELASSOCIATESLIBRARY('3i3LgTc8LBeO_P7VyNmyXz',$,$,$,(#3999),#18513); -#18513= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); +#11345= IFCRELASSOCIATESLIBRARY('26tpgfj_nFsgABbxWZ1Hiq',$,$,$,(#3997),#18513); +#18513= IFCLIBRARYREFERENCE($,$,$,'\X2\62406709\X0\IfcWall\X2\548C\X0\IfcWallStandardCase\X2\5B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#11348= IFCRELASSOCIATESLIBRARY('1npYJmAzz3fRALrgUjX1i0',$,$,$,(#3999),#18514); -#18514= IFCLIBRARYREFERENCE($,$,'\X2\65AD976297627A4D\X0\','\X2\6881306E65AD97625F6272B6306E97627A4D3002\X0\','ja-JP',$); +#11346= IFCRELASSOCIATESLIBRARY('1ZJ60Fxw1CY9LVvgcpS_lW',$,$,$,(#3998),#18514); +#18514= IFCLIBRARYREFERENCE($,$,'Warranty',$,'en',$); -#11349= IFCRELASSOCIATESLIBRARY('1VIox8NTX1Tv4QhNP5sjFE',$,$,$,(#4000),#18515); -#18515= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); +#11347= IFCRELASSOCIATESLIBRARY('2oTr6F36D7UgTAwn378mxt',$,$,$,(#3999),#18515); +#18515= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Common',$,'en',$); -#11350= IFCRELASSOCIATESLIBRARY('1JXmGiEv1BoBN0zRqEHzdb',$,$,$,(#4001),#18516); -#18516= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); +#11348= IFCRELASSOCIATESLIBRARY('2C6ulrRHT5ruVnVXz3Nczr',$,$,$,(#3999),#18516); +#18516= IFCLIBRARYREFERENCE($,$,$,'\X2\5EC368C463A57D9A53E33078306E5171901A30D730ED30D130C630A330FC3002\X0\','ja-JP',$); -#11351= IFCRELASSOCIATESLIBRARY('3c9Br5rjP6A8zY1YpCTiIn',$,$,$,(#4002),#18517); -#18517= IFCLIBRARYREFERENCE($,$,'Querschnittsfl\S\dche','Querschnittsfl\S\dche des Stabs.','de-DE',$); +#11349= IFCRELASSOCIATESLIBRARY('3ElphEt4HCWf8XBOlhKJCT',$,$,$,(#4000),#18517); +#18517= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Floor Trap',$,'en',$); -#11352= IFCRELASSOCIATESLIBRARY('3Bl6DQk194mh7htqgja02s',$,$,$,(#4002),#18518); -#18518= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); +#11350= IFCRELASSOCIATESLIBRARY('3I5XctEOr75fuAAHx3nAaw',$,$,$,(#4000),#18518); +#18518= IFCLIBRARYREFERENCE($,$,$,'\X2\6DB24F5330926E9C308130666C5A308C305F7A7A6C17306E901A904E309296323050305F3081306B5E8A306B636E30483089308C308B914D7BA13002\X0\','ja-JP',$); -#11353= IFCRELASSOCIATESLIBRARY('3IegAhNZP8OvwQPtfbLa8T',$,$,$,(#4003),#18519); -#18519= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); +#11351= IFCRELASSOCIATESLIBRARY('1UlP$XLqXBHQfN3Ab8aIr9',$,$,$,(#4001),#18519); +#18519= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Floor Waste',$,'en',$); -#11354= IFCRELASSOCIATESLIBRARY('1uPoX1okjEAgC1w_dcTAUk',$,$,$,(#4004),#18520); -#18520= IFCLIBRARYREFERENCE($,$,'Querschnittsfl\S\dche','Querschnittsfl\S\dche der St\S\|tze.','de-DE',$); +#11352= IFCRELASSOCIATESLIBRARY('17XyUOEO18xwFHinh80QoU',$,$,$,(#4001),#18520); +#18520= IFCLIBRARYREFERENCE($,$,$,'\X2\5EC36C3430845EC36C34309296C630813066520696E23059308B963281ED5F0130926301306430015E8A306B636E30484ED830513089308C305F914D7BA13002\X0\','ja-JP',$); -#11355= IFCRELASSOCIATESLIBRARY('1OVfeSJYvC9eUsYZgjGywY',$,$,$,(#4004),#18521); -#18521= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); +#11353= IFCRELASSOCIATESLIBRARY('1ffI0eGKj1OugRu3EFoAYU',$,$,$,(#4002),#18521); +#18521= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Gully Sump',$,'en',$); -#11356= IFCRELASSOCIATESLIBRARY('1TMnsVnxz8TfDkGp67$ytl',$,$,$,(#4004),#18522); -#18522= IFCLIBRARYREFERENCE($,$,'\X2\65AD976297627A4D\X0\','\X2\67F1306E65AD97625F6272B6306E97627A4D3002\X0\','ja-JP',$); +#11354= IFCRELASSOCIATESLIBRARY('2KZW17oAz00B$r6WbB3cDG',$,$,$,(#4002),#18522); +#18522= IFCLIBRARYREFERENCE($,$,$,'\X2\573088686C3430845EC36C34309253D73051308B305F3081306E30B030EC30FC30C130F330B030B730FC30EB30AB30D030FC306B53D6308A4ED830513089308C308B300153D64ED8566851773084914D7BA13002\X0\','ja-JP',$); -#11357= IFCRELASSOCIATESLIBRARY('2sVxPfwEX0E9Fw2TdNDyGZ',$,$,$,(#4005),#18523); -#18523= IFCLIBRARYREFERENCE($,$,'Tiefe','Die Tiefe einer \S\Vffnung, diese entspricht der Dicke des Elementes, in dem sich die \S\Vffnung befindet. Wird nur dann angegeben, wenn das Element eine konstante Dicke hat.','de-DE',$); +#11355= IFCRELASSOCIATESLIBRARY('1lvF$FsuX7PedHJZGcwNaF',$,$,$,(#4003),#18523); +#18523= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Gully Trap',$,'en',$); -#11358= IFCRELASSOCIATESLIBRARY('1185CGJXDD8xika0tf_Qjr',$,$,$,(#4005),#18524); -#18524= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); +#11356= IFCRELASSOCIATESLIBRARY('2cf$hcIX5A9QN3wuwNqakq',$,$,$,(#4003),#18524); +#18524= IFCLIBRARYREFERENCE($,$,$,'\X2\886897626C3430845EC36C34309253D73051308B305F3081306B53D6308A4ED830513089308C308B300153D64ED8566851773084914D7BA1\X0\(BS6100 330 3504)\X2\30B030EC30FC30C130F330B03084963281ED5F013092901A30573066639251FA3055308C308B3088304653D6308A4ED830513089308C308B3002\X0\','ja-JP',$); -#11359= IFCRELASSOCIATESLIBRARY('0BXZbM2oL739EpQHBTWtWQ',$,$,$,(#4005),#18525); -#18525= IFCLIBRARYREFERENCE($,$,'\X2\958B53E35965884C304D\X0\','\X2\958B53E3306E5965884C304DFF08539A3055FF093002\X0\','ja-JP',$); +#11357= IFCRELASSOCIATESLIBRARY('1RlAd2S2r0pw9Ph$uurYBU',$,$,$,(#4004),#18525); +#18525= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Roof Drain',$,'en',$); -#11360= IFCRELASSOCIATESLIBRARY('3mgfFFMHfDzfNi5F3S5rr7',$,$,$,(#4006),#18526); -#18526= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); +#11358= IFCRELASSOCIATESLIBRARY('0hSFhMUXD9SeAbi9V1BEQ5',$,$,$,(#4004),#18526); +#18526= IFCLIBRARYREFERENCE($,$,$,'\X2\96E86C34639251FA8A2D5099306B639251FA3055308C308B30883046306B96E86C34309296C63081308B305F3081306B5C4B6839306B8A2D7F6E3055308C308B914D7BA13002\X0\','ja-JP',$); -#11361= IFCRELASSOCIATESLIBRARY('0_6hMd9Df8hQQz3_3LJNcu',$,$,$,(#4006),#18527); -#18527= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); +#11359= IFCRELASSOCIATESLIBRARY('2rY18$rJrBvvT3EAh6ZVlB',$,$,$,(#4005),#18527); +#18527= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Waste Disposal Unit',$,'en',$); -#11362= IFCRELASSOCIATESLIBRARY('3TF5lpoLj3eg7G1P_RCRUf',$,$,$,(#4007),#18528); -#18528= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); +#11360= IFCRELASSOCIATESLIBRARY('0dYpA$ZFTDOe$8Hh3BvC6o',$,$,$,(#4005),#18528); +#18528= IFCLIBRARYREFERENCE($,$,$,'\X2\30AD30C330C130F330844ED6306E5EC368C4306B304A30443066300178347247309263926C3430B730B930C630E0306751E674063055308C308B306E306B53415206306A5927304D3055306B7C8978153059308B30883046300196FB6C177684306B52D54F5C3059308B6A5F56683002\X0\','ja-JP',$); -#11363= IFCRELASSOCIATESLIBRARY('2usaLQXMj0WeCbSL5OcuzD',$,$,$,(#4007),#18529); -#18529= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); +#11361= IFCRELASSOCIATESLIBRARY('3nt5dabAr54gzkNxpGa0ui',$,$,$,(#4006),#18529); +#18529= IFCLIBRARYREFERENCE($,$,'Waste Terminal Type Waste Trap',$,'en',$); -#11364= IFCRELASSOCIATESLIBRARY('0q3oTX3nf51vI8i0hyBvjQ',$,$,$,(#4008),#18530); -#18530= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); +#11362= IFCRELASSOCIATESLIBRARY('1XVetyZzv5cAibmdMpPI0i',$,$,$,(#4006),#18530); +#18530= IFCLIBRARYREFERENCE($,$,$,'\X2\6DB24F5330926E9C308130666C5A308C305F7A7A6C17306E901A904E30929632305030883046885B751F6A5F5668306B96A363A5305730668A2D7F6E3055305B305F914D7BA13002\X0\','ja-JP',$); -#11365= IFCRELASSOCIATESLIBRARY('3IjOBloMr5Z9r32pf_T9XD',$,$,$,(#4008),#18531); -#18531= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); +#11363= IFCRELASSOCIATESLIBRARY('1MhOEfjqfBi9vfKtl3627i',$,$,$,(#4009),#18531); +#18531= IFCLIBRARYREFERENCE($,$,'Window Common',$,'en',$); -#11366= IFCRELASSOCIATESLIBRARY('1CFPS1405B5QVZK5Z0LofZ',$,$,$,(#4009),#18532); -#18532= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); +#11364= IFCRELASSOCIATESLIBRARY('01lPtiLzz8YBPaM$OXXxmA',$,$,$,(#4009),#18532); +#18532= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcWindow','fr-FR',$); -#11367= IFCRELASSOCIATESLIBRARY('3DGuyKHwr1d8iecvBtF_c0',$,$,$,(#4009),#18533); -#18533= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); +#11365= IFCRELASSOCIATESLIBRARY('0BzDcL69HAQwnwgW1NkBjp',$,$,$,(#4009),#18533); +#18533= IFCLIBRARYREFERENCE($,$,$,'IfcWindow(\X2\7A93\X0\)\X2\30AA30D630B830A730AF30C8306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11368= IFCRELASSOCIATESLIBRARY('3aIHi8LOT8dAQhomH8Bmki',$,$,$,(#4010),#18534); -#18534= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); +#11366= IFCRELASSOCIATESLIBRARY('1l2WHfHDb5rBveMe$uab2f',$,$,$,(#4009),#18534); +#18534= IFCLIBRARYREFERENCE($,$,$,'\X2\624067097A975B9E4F8B76845B9A4E494E2D901A752876845C5E60273002\X0\','zh-CN',$); -#11369= IFCRELASSOCIATESLIBRARY('3nhM1Z7A598x21WgaJLCs_',$,$,$,(#4010),#18535); -#18535= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); +#11367= IFCRELASSOCIATESLIBRARY('3B7PCB6xb5nftqm2aHfE_L',$,$,$,(#4011),#18535); +#18535= IFCLIBRARYREFERENCE($,$,'Work Control Common',$,'en',$); -#11370= IFCRELASSOCIATESLIBRARY('0csjV0i5f6EOpH0AUB4Dsw',$,$,$,(#4011),#18536); -#18536= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); +#11368= IFCRELASSOCIATESLIBRARY('0tvYLPjyL7pvyP5pjaexkL',$,$,$,(#4011),#18536); +#18536= IFCLIBRARYREFERENCE($,$,$,'IfcWorkPlan \X2\304A30883073\X0\IfcWorkSchedule \X2\30AA30D630B830A730AF30C8FF08\X0\IfcWorkControl\X2\30AA30D630B830A730AF30C8306E30B530D630AF30E930B9FF09306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11371= IFCRELASSOCIATESLIBRARY('3X4icdc7fCohLg6QAlqxzO',$,$,$,(#4011),#18537); -#18537= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); +#11369= IFCRELASSOCIATESLIBRARY('3naNjwWRrECfxVcD1gJ3ef',$,$,$,(#4012),#18537); +#18537= IFCLIBRARYREFERENCE($,$,'Zone Common',$,'en',$); -#11372= IFCRELASSOCIATESLIBRARY('0ETLu$8qP5bwcndSSLxYfn',$,$,$,(#4014),#18538); -#18538= IFCLIBRARYREFERENCE($,$,'Traufh\S\vhe','Lichte des Geschosses, gemessen von der Oberkante Rohdecke bis zur Unterkante der Rohdecke im dar\S\|berliegenden Geschoss. Wird nur angegeben, wenn es eine konstante H\S\vhe gibt.','de-DE',$); +#11370= IFCRELASSOCIATESLIBRARY('1r63OXGp15K9sW10i4wHIu',$,$,$,(#4012),#18538); +#18538= IFCLIBRARYREFERENCE($,$,$,'D\S\ifinition de l''IAI : propri\S\it\S\is communes \S\` la d\S\ifinition de toutes les instances de la classe IfcZone','fr-FR',$); -#11373= IFCRELASSOCIATESLIBRARY('0ifiQHKlD8lAK9yvJLjjrD',$,$,$,(#4014),#18539); -#18539= IFCLIBRARYREFERENCE($,$,'Eaves Height',$,'en',$); +#11371= IFCRELASSOCIATESLIBRARY('2gysWOx2j62g4$mc3oE0ft',$,$,$,(#4012),#18539); +#18539= IFCLIBRARYREFERENCE($,$,$,'IfcZone\X2\306B95A23059308B5171901A30D730ED30D130C630A330BB30C330C85B9A7FA93002\X0\','ja-JP',$); -#11374= IFCRELASSOCIATESLIBRARY('1E0V7RYVXCRwf3gzXAFWwU',$,$,$,(#4015),#18540); -#18540= IFCLIBRARYREFERENCE($,$,'Lichte H\S\vhe','H\S\vhe der Unterdecke im Raum, vom Fertigboden zur Unterkante der Unterdecke, wird nur angegeben wenn der Raum ein konstante Unterdeckenh\S\vhe hat.','de-DE',$); +#11372= IFCRELASSOCIATESLIBRARY('2SIkNL4TTBDARMvVBYsPoY',$,$,$,(#4013),#18540); +#18540= IFCLIBRARYREFERENCE($,$,'Fl\S\dche','Gesamte Fl\S\dche, die durch den Fensterrahmen beschrieben wird.','de-DE',$); -#11375= IFCRELASSOCIATESLIBRARY('3WRsEjc9H7ZxR4i0Q04TGD',$,$,$,(#4015),#18541); -#18541= IFCLIBRARYREFERENCE($,$,'Finish Ceiling Height',$,'en',$); +#11373= IFCRELASSOCIATESLIBRARY('2CvvB9GmPEuORLort$28if',$,$,$,(#4013),#18541); +#18541= IFCLIBRARYREFERENCE($,$,'Area',$,'en',$); -#11376= IFCRELASSOCIATESLIBRARY('349sLhMwjABh4yGWQhzjy5',$,$,$,(#4015),#18542); -#18542= IFCLIBRARYREFERENCE($,$,'\X2\59294E954ED54E0A30529AD83055\X0\','\X2\3064308A3055305259294E95306E9AD830553002\X0\','ja-JP',$); +#11374= IFCRELASSOCIATESLIBRARY('00eIm0koHFFQ97digWtokI',$,$,$,(#4013),#18542); +#18542= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\7A9330E930A430CB30F330B0306E97627A4D3002\X0\','ja-JP',$); -#11377= IFCRELASSOCIATESLIBRARY('3QyoDkObf8Fgg_x3u88TpP',$,$,$,(#4016),#18543); -#18543= IFCLIBRARYREFERENCE($,$,'Fussboden H\S\vhe','H\S\vhe des Fu\S\_bodenaufbaus im Raum, von Rohboden zum Fertigboden, wird nur angegeben wenn der Raum einen konstanten Fu\S\_bodenaufbau hat.','de-DE',$); +#11375= IFCRELASSOCIATESLIBRARY('18SQm2F7n9d8LeN9Hi768B',$,$,$,(#4014),#18543); +#18543= IFCLIBRARYREFERENCE($,$,'Fl\S\dche','Gesamte Fl\S\dche, die durch den T\S\|rrahmen beschrieben wird.','de-DE',$); -#11378= IFCRELASSOCIATESLIBRARY('2g1KgJAAH0LvwK8w3YJ7fQ',$,$,$,(#4016),#18544); -#18544= IFCLIBRARYREFERENCE($,$,'Finish Floor Height',$,'en',$); +#11376= IFCRELASSOCIATESLIBRARY('1DlUdq9wDE$fcShldcHvN9',$,$,$,(#4014),#18544); +#18544= IFCLIBRARYREFERENCE($,$,'Area',$,'en',$); -#11379= IFCRELASSOCIATESLIBRARY('2qRLlxP9X6Tw$ZZUQCA0qT',$,$,$,(#4016),#18545); -#18545= IFCLIBRARYREFERENCE($,$,'\X2\5E8A4ED54E0A30529AD83055\X0\','\X2\5E8A4ED54E0A3052306E9AD830553002\X0\','ja-JP',$); +#11377= IFCRELASSOCIATESLIBRARY('3ErZTZdRr0QA2SpCssrGJs',$,$,$,(#4014),#18545); +#18545= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\30C930A230E930A430CB30F330B0306E97627A4D3002\X0\','ja-JP',$); -#11380= IFCRELASSOCIATESLIBRARY('2YC0JmYvr4XPRhjYwLRfdu',$,$,$,(#4018),#18546); -#18546= IFCLIBRARYREFERENCE($,$,'Bebaute Fl\S\dche','Bebaute Fl\S\dche des Baugrundst\S\|cks.','de-DE',$); +#11378= IFCRELASSOCIATESLIBRARY('3v6zU_AT1FCgP373Wi$FV5',$,$,$,(#4021),#18546); +#18546= IFCLIBRARYREFERENCE($,$,'Fl\S\dche','Fl\S\dche der \S\Vffnung, es ist die Ansichtsfl\S\dche f\S\|r Wand\S\vffnungen, oder die Grundfl\S\dche f\S\|r Decken\S\vffnungen.','de-DE',$); -#11381= IFCRELASSOCIATESLIBRARY('2rSw87YC9DDh_5Lcf$gLLs',$,$,$,(#4018),#18547); -#18547= IFCLIBRARYREFERENCE($,$,'Footprint Area',$,'en',$); +#11379= IFCRELASSOCIATESLIBRARY('2ylQC6qo91O8QMr5_7OrBJ',$,$,$,(#4021),#18547); +#18547= IFCLIBRARYREFERENCE($,$,'Area',$,'en',$); -#11382= IFCRELASSOCIATESLIBRARY('1TUkD$FjP7ZBaCekUKCiuO',$,$,$,(#4018),#18548); -#18548= IFCLIBRARYREFERENCE($,$,'\X2\5EFA7BC997627A4D\X0\','\X2\5EFA7269304C6577573030928986304651684F53306E97627A4D3002\X0\','ja-JP',$); +#11380= IFCRELASSOCIATESLIBRARY('3AxN3VsQr5RhjhSTQq5ZcD',$,$,$,(#4021),#18548); +#18548= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\958B53E3306E97627A4D30027ACB976256F33067898B305F58345408306E5F6272B63002\X0\','ja-JP',$); -#11383= IFCRELASSOCIATESLIBRARY('3goYb8KVLAIAix2mCbdkPS',$,$,$,(#4019),#18549); -#18549= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); +#11381= IFCRELASSOCIATESLIBRARY('0PMtOuLnn7IuOgtE8SR3JQ',$,$,$,(#4023),#18549); +#18549= IFCLIBRARYREFERENCE($,$,'Fl\S\dche','Fl\S\dche der Auskragung, Sims oder anderen Vorbaus, es ist die Ansichtsfl\S\dche f\S\|r Wandsimse und \S\dhnlichen, oder die Grundfl\S\dche f\S\|r Deckenaufbauten und \S\dhnlichen.','de-DE',$); -#11384= IFCRELASSOCIATESLIBRARY('0A5HKoipDCyRXn2XDeeDKW',$,$,$,(#4020),#18550); -#18550= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Gesamtfl\S\dche der Bekleidung ohne Abzug der \S\Vffnungen. Je nach Art der Bekleidung ist es die Bodenfl\S\dche, Wandfl\S\dche, order Deckenfl\S\dche des Raumes mit gleichem Material.','de-DE',$); +#11382= IFCRELASSOCIATESLIBRARY('1ebDrRN1TA59c0WYTF_KZV',$,$,$,(#4023),#18550); +#18550= IFCLIBRARYREFERENCE($,$,'Area',$,'en',$); -#11385= IFCRELASSOCIATESLIBRARY('0h$cCoDUX3tffsD5LouMq9',$,$,$,(#4020),#18551); -#18551= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); +#11383= IFCRELASSOCIATESLIBRARY('3JsXqUq5P49xh1WpYhf1LI',$,$,$,(#4026),#18551); +#18551= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); -#11386= IFCRELASSOCIATESLIBRARY('06uKuUpb9Cz9Wf$JnsXAVn',$,$,$,(#4020),#18552); -#18552= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\90E85C4B306B976230573066304490E8520651684F53306E97627A4D3002958B53E3306A3069306F8003616E3057306A30443002\X0\','ja-JP',$); +#11384= IFCRELASSOCIATESLIBRARY('1wdpR_xfbFpfL8Aklqfxrb',$,$,$,(#4027),#18552); +#18552= IFCLIBRARYREFERENCE($,$,'Querschnittsfl\S\dche','Querschnittsfl\S\dche des Balkens.','de-DE',$); -#11387= IFCRELASSOCIATESLIBRARY('3YbSHH3_fA3uKLf0Au8kKP',$,$,$,(#4021),#18553); -#18553= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Gesamte Bruttofl\S\dche der Rampe (als wahre Fl\S\dche und nicht als projizierte Fl\S\dche). Alle \S\Vffnungen werden \S\|bermessen. Wird nur bei konstanter Dicke der Rampe angegeben.','de-DE',$); +#11385= IFCRELASSOCIATESLIBRARY('3N5ewSnIj658kYi0Obqk_Z',$,$,$,(#4027),#18553); +#18553= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); -#11388= IFCRELASSOCIATESLIBRARY('0Cdot04Ev94Pzpm9fDG6AL',$,$,$,(#4021),#18554); -#18554= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); +#11386= IFCRELASSOCIATESLIBRARY('0gqXymRhn5APHgpKNaxL46',$,$,$,(#4027),#18554); +#18554= IFCLIBRARYREFERENCE($,$,'\X2\65AD976297627A4D\X0\','\X2\6881306E65AD97625F6272B6306E97627A4D3002\X0\','ja-JP',$); -#11389= IFCRELASSOCIATESLIBRARY('0QsfvSsZfEWOHaRBeZc_7V',$,$,$,(#4022),#18555); -#18555= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Fl\S\dche der Decke (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden \S\|bermessen. Der Wert wird nur angegeben, wenn die Decke eine kostante Dicke hat.','de-DE',$); +#11387= IFCRELASSOCIATESLIBRARY('2dGpP3I_vDBwIcqIhb8PbV',$,$,$,(#4028),#18555); +#18555= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); -#11390= IFCRELASSOCIATESLIBRARY('0naSBDacPDMA_Ym9$VKDPb',$,$,$,(#4022),#18556); -#18556= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); +#11388= IFCRELASSOCIATESLIBRARY('2BcufPnyD6_PR5cE7_XfQe',$,$,$,(#4029),#18556); +#18556= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); -#11391= IFCRELASSOCIATESLIBRARY('1IPLNRkijD99Wyc0Sy7KqC',$,$,$,(#4022),#18557); -#18557= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\30B930E930D6306E97627A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); +#11389= IFCRELASSOCIATESLIBRARY('3t0F5pls51Hv8vIZbaxWHz',$,$,$,(#4030),#18557); +#18557= IFCLIBRARYREFERENCE($,$,'Querschnittsfl\S\dche','Querschnittsfl\S\dche des Stabs.','de-DE',$); -#11392= IFCRELASSOCIATESLIBRARY('2wa6f$uoPFn8cEwji$fxJz',$,$,$,(#4023),#18558); -#18558= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Fl\S\dche der Decke (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden \S\|bermessen. Der Wert wird nur angegeben, wenn die Decke eine kostante Dicke hat.','de-DE',$); +#11390= IFCRELASSOCIATESLIBRARY('1t5pVgofX4IwDxMs_nr$lb',$,$,$,(#4030),#18558); +#18558= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); -#11393= IFCRELASSOCIATESLIBRARY('1Hx3icL_12vwZ2A6apPKqG',$,$,$,(#4023),#18559); -#18559= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); +#11391= IFCRELASSOCIATESLIBRARY('2JQOiaCCn0yeqMYyGso9N7',$,$,$,(#4031),#18559); +#18559= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); -#11394= IFCRELASSOCIATESLIBRARY('2ux9bfO851$Py9VR9xuhm1',$,$,$,(#4023),#18560); -#18560= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\30B930E930D6306E97627A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); +#11392= IFCRELASSOCIATESLIBRARY('3nU5jRSN5FMuP6RaCJcP3t',$,$,$,(#4032),#18560); +#18560= IFCLIBRARYREFERENCE($,$,'Querschnittsfl\S\dche','Querschnittsfl\S\dche der St\S\|tze.','de-DE',$); -#11395= IFCRELASSOCIATESLIBRARY('3JI2XNoefDBeyIBf1r4llE',$,$,$,(#4024),#18561); -#18561= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Fl\S\dche der Platte (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden \S\|bermessen. Der Wert wird nur angegeben, wenn die Platte eine kostante Dicke hat.','de-DE',$); +#11393= IFCRELASSOCIATESLIBRARY('22ZUw96Jz2yxrlEBhneHFR',$,$,$,(#4032),#18561); +#18561= IFCLIBRARYREFERENCE($,$,'Cross Section Area',$,'en',$); -#11396= IFCRELASSOCIATESLIBRARY('34YUi7ifP7Ofrk5MS3AQX1',$,$,$,(#4024),#18562); -#18562= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); +#11394= IFCRELASSOCIATESLIBRARY('0vpsuONzL4lAV0EhRtFh6x',$,$,$,(#4032),#18562); +#18562= IFCLIBRARYREFERENCE($,$,'\X2\65AD976297627A4D\X0\','\X2\67F1306E65AD97625F6272B6306E97627A4D3002\X0\','ja-JP',$); -#11397= IFCRELASSOCIATESLIBRARY('3acsCUwfjDE95igE61c9ys',$,$,$,(#4025),#18563); -#18563= IFCLIBRARYREFERENCE($,$,'Grundfl\S\dche','Gesamt Grundst\S\|cksfl\S\dche, gemessen in horizontaler Projektion.','de-DE',$); +#11395= IFCRELASSOCIATESLIBRARY('1iUlaXcqn7P8VDEIZA$MWh',$,$,$,(#4033),#18563); +#18563= IFCLIBRARYREFERENCE($,$,'Tiefe','Die Tiefe einer \S\Vffnung, diese entspricht der Dicke des Elementes, in dem sich die \S\Vffnung befindet. Wird nur dann angegeben, wenn das Element eine konstante Dicke hat.','de-DE',$); -#11398= IFCRELASSOCIATESLIBRARY('2NvjvdHRr0WOo1H_T5O9Ai',$,$,$,(#4025),#18564); -#18564= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); +#11396= IFCRELASSOCIATESLIBRARY('11rsSdvVLC7fsZD_oANWPz',$,$,$,(#4033),#18564); +#18564= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#11399= IFCRELASSOCIATESLIBRARY('05CnMhJoL6tuKG6Lr6z5Y2',$,$,$,(#4025),#18565); -#18565= IFCLIBRARYREFERENCE($,$,'\X2\6577573097627A4D\X0\','\X2\65775730306E97627A4D30026C345E73306B62955F713055308C305F5F6272B630928A086E2C3002\X0\','ja-JP',$); +#11397= IFCRELASSOCIATESLIBRARY('0lv5_$B5HFMvtg$0cnTNn$',$,$,$,(#4033),#18565); +#18565= IFCLIBRARYREFERENCE($,$,'\X2\958B53E35965884C304D\X0\','\X2\958B53E3306E5965884C304DFF08539A3055FF093002\X0\','ja-JP',$); -#11400= IFCRELASSOCIATESLIBRARY('1UbVbFXrPAuBdt13KQEUHw',$,$,$,(#4026),#18566); -#18566= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Gesamte Bruttofl\S\dche der Dachhaut (Ansichtsfl\S\dche senkrecht zur Dachneigung, oder Mantelfl\S\dche der Dachhaut bei gekr\S\|mmten, gew\S\vlbten Fl\S\dchen, nicht jedoch die projizierte Fl\S\dche). Alle \S\Vffnungen, wie z.B. Dachfl\S\dchenfenster, werden \S\|bermessen.','de-DE',$); +#11398= IFCRELASSOCIATESLIBRARY('1a7Gsv5KH55we0j3CpZ5pE',$,$,$,(#4034),#18566); +#18566= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); -#11401= IFCRELASSOCIATESLIBRARY('04yD9k6CP8kuo0du4HBsDW',$,$,$,(#4026),#18567); -#18567= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); +#11399= IFCRELASSOCIATESLIBRARY('3SZQYIBdXECwhVW66C8s3A',$,$,$,(#4034),#18567); +#18567= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#11402= IFCRELASSOCIATESLIBRARY('20p8oADzH9qeC9ql60hjNO',$,$,$,(#4027),#18568); -#18568= IFCLIBRARYREFERENCE($,$,'Deckenfl\S\dche Brutto','Gesamte Deckenfl\S\dche eines Raumes, unabh\S\dngig von der Raumh\S\vhe. \S\Vffnungen beispielsweise f\S\|r Dachfenster oder Treppen werden nicht abgezogen. Es ist immer die wahre (nicht die projezierte) Fl\S\dche f\S\|r Dachschr\S\dgen.','de-DE',$); +#11400= IFCRELASSOCIATESLIBRARY('0LHov0MeD6ChExnWvFZJZ4',$,$,$,(#4035),#18568); +#18568= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); -#11403= IFCRELASSOCIATESLIBRARY('0a_q4AUvP1Xeyo6xxSXxui',$,$,$,(#4027),#18569); -#18569= IFCLIBRARYREFERENCE($,$,'Gross Ceiling Area',$,'en',$); +#11401= IFCRELASSOCIATESLIBRARY('3ulDgkQt95BRqRcUBdjTUD',$,$,$,(#4035),#18569); +#18569= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#11404= IFCRELASSOCIATESLIBRARY('3Luh7U2EL3mv632rxNhNjH',$,$,$,(#4027),#18570); -#18570= IFCLIBRARYREFERENCE($,$,'\X2\59294E9597627A4D\X0\','\X2\90E85C4B306E59294E9597627A4D300267F13084518590E858C1306A30693092542B3093306097627A4D3002\X0\','ja-JP',$); +#11402= IFCRELASSOCIATESLIBRARY('3HubuaB_n3qBfA$L4a_76a',$,$,$,(#4036),#18570); +#18570= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); -#11405= IFCRELASSOCIATESLIBRARY('2lCqaCalbEJgcfJ4RoY88f',$,$,$,(#4028),#18571); -#18571= IFCLIBRARYREFERENCE($,$,'Gross Cross Section Area',$,'en',$); +#11403= IFCRELASSOCIATESLIBRARY('37BAyuekz9zPCuu3PsyB2D',$,$,$,(#4036),#18571); +#18571= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#11406= IFCRELASSOCIATESLIBRARY('38JTferYv31fmeS49LemKT',$,$,$,(#4029),#18572); -#18572= IFCLIBRARYREFERENCE($,$,'Gross Cross Section Area',$,'en',$); +#11404= IFCRELASSOCIATESLIBRARY('1I_y1u1B965AK_xHNRPVuK',$,$,$,(#4037),#18572); +#18572= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); -#11407= IFCRELASSOCIATESLIBRARY('0fww6bboT6WuPoaWobOBcH',$,$,$,(#4030),#18573); -#18573= IFCLIBRARYREFERENCE($,$,'Gross Cross Section Area',$,'en',$); +#11405= IFCRELASSOCIATESLIBRARY('0ZTcapQ$HDR85NdxVwpAXL',$,$,$,(#4037),#18573); +#18573= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#11408= IFCRELASSOCIATESLIBRARY('01qwuKKWX5IBje5C5odY$E',$,$,$,(#4031),#18574); -#18574= IFCLIBRARYREFERENCE($,$,'Gross Cross Section Area',$,'en',$); +#11406= IFCRELASSOCIATESLIBRARY('38ak0Knt97uQ1g36X43MBt',$,$,$,(#4038),#18574); +#18574= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); -#11409= IFCRELASSOCIATESLIBRARY('0PSRICTkrEjPdAYZ$urGfm',$,$,$,(#4032),#18575); -#18575= IFCLIBRARYREFERENCE($,$,'Bruttogrundfl\S\dche','Summe aller Bruttogrundfl\S\dchen der R\S\dume und der Konstruktionsfl\S\duchen aufgehender Bauelemente im Geb\S\dude. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume und aufgehenden Bauelementen angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume und aufgehenen Bauelementen.','de-DE',$); +#11407= IFCRELASSOCIATESLIBRARY('2tud$vTFjBsQqY9z9rxWuA',$,$,$,(#4038),#18575); +#18575= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#11410= IFCRELASSOCIATESLIBRARY('10X$o9D7b5dh8NCcCVHIye',$,$,$,(#4032),#18576); -#18576= IFCLIBRARYREFERENCE($,$,'Gross Floor Area',$,'en',$); +#11408= IFCRELASSOCIATESLIBRARY('1SUcJSUq55ZB1s48Pkw1Yo',$,$,$,(#4039),#18576); +#18576= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); -#11411= IFCRELASSOCIATESLIBRARY('1bsJJXEiTEPe0lNCU6ddgR',$,$,$,(#4032),#18577); -#18577= IFCLIBRARYREFERENCE($,$,'\X2\5EF630795E8A97627A4D\X0\','\X2\5EFA7269306E90E85C4B306E516897627A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E97627A4D3082542B30803002\X0\','ja-JP',$); +#11409= IFCRELASSOCIATESLIBRARY('3DypKlKyXBzvCvV2Xo44MF',$,$,$,(#4039),#18577); +#18577= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#11412= IFCRELASSOCIATESLIBRARY('0bf$E$ctj6POkAVVBF5ciP',$,$,$,(#4033),#18578); -#18578= IFCLIBRARYREFERENCE($,$,'Bodenfl\S\dche Brutto','Gesamte Bodenfl\S\dche eines Raumes, unabh\S\dngig von der Raumh\S\vhe. \S\Vffnungen im Boden werden nicht abgezogen.','de-DE',$); +#11410= IFCRELASSOCIATESLIBRARY('2s64JHBfr7HB_hs5fg9Fpa',$,$,$,(#4040),#18578); +#18578= IFCLIBRARYREFERENCE($,$,'Breite','Breite der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); -#11413= IFCRELASSOCIATESLIBRARY('3Fy7utaLrECAn_udpiGCwm',$,$,$,(#4033),#18579); -#18579= IFCLIBRARYREFERENCE($,$,'Gross Floor Area',$,'en',$); +#11411= IFCRELASSOCIATESLIBRARY('0ymseYTPzAVgH2YG5AMfNo',$,$,$,(#4040),#18579); +#18579= IFCLIBRARYREFERENCE($,$,'Depth',$,'en',$); -#11414= IFCRELASSOCIATESLIBRARY('2nE7NGzMz9hv1GtaI0z5Ae',$,$,$,(#4033),#18580); -#18580= IFCLIBRARYREFERENCE($,$,'\X2\5E8A97627A4D\X0\','\X2\90E85C4B306E5E8A97627A4D300267F13084518590E858C1306A30693092542B3093306097627A4D3002\X0\','ja-JP',$); +#11412= IFCRELASSOCIATESLIBRARY('3bf31yrXf04fNeS6Qzk7zi',$,$,$,(#4043),#18580); +#18580= IFCLIBRARYREFERENCE($,$,'Traufh\S\vhe','Lichte des Geschosses, gemessen von der Oberkante Rohdecke bis zur Unterkante der Rohdecke im dar\S\|berliegenden Geschoss. Wird nur angegeben, wenn es eine konstante H\S\vhe gibt.','de-DE',$); -#11415= IFCRELASSOCIATESLIBRARY('3lGY$Aj01F$e9uTJoc1qrj',$,$,$,(#4034),#18581); -#18581= IFCLIBRARYREFERENCE($,$,'Bruttogrundfl\S\dche','Summe aller Bruttogrundfl\S\dchen der R\S\dume und der Konstruktionsfl\S\duchen aufgehender Bauelemente im Geschoss. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume und aufgehenden Bauelementen angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume und aufgehenen Bauelementen.','de-DE',$); +#11413= IFCRELASSOCIATESLIBRARY('2m7FhGkPv7XhicrNzDIWK7',$,$,$,(#4043),#18581); +#18581= IFCLIBRARYREFERENCE($,$,'Eaves Height',$,'en',$); -#11416= IFCRELASSOCIATESLIBRARY('1AJrStbHPCEPIu4wWF0NH7',$,$,$,(#4034),#18582); -#18582= IFCLIBRARYREFERENCE($,$,'Gross Floor Area',$,'en',$); +#11414= IFCRELASSOCIATESLIBRARY('19vV6o$ajDgxM$50L$sfke',$,$,$,(#4044),#18582); +#18582= IFCLIBRARYREFERENCE($,$,'Lichte H\S\vhe','H\S\vhe der Unterdecke im Raum, vom Fertigboden zur Unterkante der Unterdecke, wird nur angegeben wenn der Raum ein konstante Unterdeckenh\S\vhe hat.','de-DE',$); -#11417= IFCRELASSOCIATESLIBRARY('0Yp5jtkvrCLB7glWdaDWpT',$,$,$,(#4034),#18583); -#18583= IFCLIBRARYREFERENCE($,$,'\X2\5E8A97627A4D\X0\','\X2\5EFA7269968E306E90E85C4B306E516897627A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E97627A4D3082542B30803002\X0\','ja-JP',$); +#11415= IFCRELASSOCIATESLIBRARY('3_5peV$Ab5U8$AjqrDHRjl',$,$,$,(#4044),#18583); +#18583= IFCLIBRARYREFERENCE($,$,'Finish Ceiling Height',$,'en',$); -#11418= IFCRELASSOCIATESLIBRARY('10jGvUHhbCxuIYhTt3_uso',$,$,$,(#4035),#18584); -#18584= IFCLIBRARYREFERENCE($,$,'Bruttogrundfl\S\dche','Grundfl\S\dche oder Konstruktionsfl\S\dche der Wand. \S\Vffnungen, wie von T\S\|ren, werden \S\|bermessen.','de-DE',$); +#11416= IFCRELASSOCIATESLIBRARY('0mecqD7n52BBeHMhetiLBz',$,$,$,(#4044),#18584); +#18584= IFCLIBRARYREFERENCE($,$,'\X2\59294E954ED54E0A30529AD83055\X0\','\X2\3064308A3055305259294E95306E9AD830553002\X0\','ja-JP',$); -#11419= IFCRELASSOCIATESLIBRARY('1dsFy50QHCLR2utelDTo66',$,$,$,(#4035),#18585); -#18585= IFCLIBRARYREFERENCE($,$,'Gross Footprint Area',$,'en',$); +#11417= IFCRELASSOCIATESLIBRARY('3JEouUekDDCPa8mIEcBvRP',$,$,$,(#4045),#18585); +#18585= IFCLIBRARYREFERENCE($,$,'Fussboden H\S\vhe','H\S\vhe des Fu\S\_bodenaufbaus im Raum, von Rohboden zum Fertigboden, wird nur angegeben wenn der Raum einen konstanten Fu\S\_bodenaufbau hat.','de-DE',$); -#11420= IFCRELASSOCIATESLIBRARY('3z4iMwEZTFw9gq3VHQTBUn',$,$,$,(#4035),#18586); -#18586= IFCLIBRARYREFERENCE($,$,'\X2\30D530C330C830D730EA30F330C897627A4D\X0\','\X2\5E73976256F34E0A306B62955F713057305F58C1306E5F6272B6306E97627A4D300258C1306E30783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); +#11418= IFCRELASSOCIATESLIBRARY('0svC6n_m5Cax3RnKJ0G5qj',$,$,$,(#4045),#18586); +#18586= IFCLIBRARYREFERENCE($,$,'Finish Floor Height',$,'en',$); -#11421= IFCRELASSOCIATESLIBRARY('15Tm4CV6X6fe$pDgiABJxB',$,$,$,(#4036),#18587); -#18587= IFCLIBRARYREFERENCE($,$,'Systemh\S\vhe','Systemh\S\vhe des Geschosses, gemessen von der Oberkante Rohfdecke bis zur Oberkante Rohdecke im dar\S\|berliegenden Geschoss. Wird nur angegeben, wenn es eine konstante H\S\vhe gibt.','de-DE',$); +#11419= IFCRELASSOCIATESLIBRARY('0CKRBlmyr3RO3h1TLE5XG7',$,$,$,(#4045),#18587); +#18587= IFCLIBRARYREFERENCE($,$,'\X2\5E8A4ED54E0A30529AD83055\X0\','\X2\5E8A4ED54E0A3052306E9AD830553002\X0\','ja-JP',$); -#11422= IFCRELASSOCIATESLIBRARY('2wIt_1$QbAdOAQ$6qBZPJt',$,$,$,(#4036),#18588); -#18588= IFCLIBRARYREFERENCE($,$,'Gross Height',$,'en',$); +#11420= IFCRELASSOCIATESLIBRARY('2l$W9epEXEBBAOY9sRgcCs',$,$,$,(#4047),#18588); +#18588= IFCLIBRARYREFERENCE($,$,'Bebaute Fl\S\dche','Bebaute Fl\S\dche des Baugrundst\S\|cks.','de-DE',$); -#11423= IFCRELASSOCIATESLIBRARY('3yH_jivxX51P4kZOskQuDW',$,$,$,(#4036),#18589); -#18589= IFCLIBRARYREFERENCE($,$,'\X2\968E9AD8\X0\','\X2\5EFA7269968E306E9AD8305530025E8A306E4E0A9762304B30894E0A968E306E5E8A9762306E4E0A9762307E3067306E8DDD96E23002\X0\','ja-JP',$); +#11421= IFCRELASSOCIATESLIBRARY('1rP0hlXcb1fveD_8SdRFO3',$,$,$,(#4047),#18589); +#18589= IFCLIBRARYREFERENCE($,$,'Footprint Area',$,'en',$); -#11424= IFCRELASSOCIATESLIBRARY('2wxje$MgP7yxRrxe3wYAYx',$,$,$,(#4037),#18590); -#18590= IFCLIBRARYREFERENCE($,$,'Umfang Brutto','Gesamter Umfang des Raumes, ohne Aubzug von \S\Vffnungen (z.B. T\S\|ren).','de-DE',$); +#11422= IFCRELASSOCIATESLIBRARY('01$BvOVJ59hxit8_Eegqek',$,$,$,(#4047),#18590); +#18590= IFCLIBRARYREFERENCE($,$,'\X2\5EFA7BC997627A4D\X0\','\X2\5EFA7269304C6577573030928986304651684F53306E97627A4D3002\X0\','ja-JP',$); -#11425= IFCRELASSOCIATESLIBRARY('0TYCMtZOn9mezAhc$T6c8L',$,$,$,(#4037),#18591); -#18591= IFCLIBRARYREFERENCE($,$,'Gross Perimeter',$,'en',$); +#11423= IFCRELASSOCIATESLIBRARY('06Y6tXEMX7fR$7mBrP7YYb',$,$,$,(#4048),#18591); +#18591= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); -#11426= IFCRELASSOCIATESLIBRARY('2S6KYs5DzEYhOmgtAkEWrU',$,$,$,(#4037),#18592); -#18592= IFCLIBRARYREFERENCE($,$,'\X2\54688FBA9577\X0\','\X2\90E85C4B306E54688FBA9577300230C930A230844EEE60F37684306A5883754C306A30693082542B3081305F54688FBA95773002\X0\','ja-JP',$); +#11424= IFCRELASSOCIATESLIBRARY('3fI0qJCb1En9bC7w$QUfO6',$,$,$,(#4049),#18592); +#18592= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Gesamtfl\S\dche der Bekleidung ohne Abzug der \S\Vffnungen. Je nach Art der Bekleidung ist es die Bodenfl\S\dche, Wandfl\S\dche, order Deckenfl\S\dche des Raumes mit gleichem Material.','de-DE',$); -#11427= IFCRELASSOCIATESLIBRARY('1p2uAAtGTDBfQTpfnRqo6K',$,$,$,(#4038),#18593); -#18593= IFCLIBRARYREFERENCE($,$,'Umfang','\S\Du\S\_erer Umfang des Geschosses entlang der \S\du\S\_eren Umfassungsbauteilen, die die Fassade bilden. Innere \S\Vffnungen, z.B. von inneren Decken\S\vffnungen, werden nicht mit einbezogen.','de-DE',$); +#11425= IFCRELASSOCIATESLIBRARY('3QlJxW2aj1NhxklhiHIBtO',$,$,$,(#4049),#18593); +#18593= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); -#11428= IFCRELASSOCIATESLIBRARY('1dUV43zHv7Af41PjMHlzFK',$,$,$,(#4038),#18594); -#18594= IFCLIBRARYREFERENCE($,$,'Gross Perimeter',$,'en',$); +#11426= IFCRELASSOCIATESLIBRARY('3sjN4_GOD3QeIaqzgjPlQe',$,$,$,(#4049),#18594); +#18594= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\90E85C4B306B976230573066304490E8520651684F53306E97627A4D3002958B53E3306A3069306F8003616E3057306A30443002\X0\','ja-JP',$); -#11429= IFCRELASSOCIATESLIBRARY('1lFa_c_0DDh82HUzsfava8',$,$,$,(#4038),#18595); -#18595= IFCLIBRARYREFERENCE($,$,'\X2\54688FBA9577\X0\','\X2\5EFA7269968E306E59165074306E54688FBA95773002518590E830B930E930D6306E958B53E3306F8003616E3057306A30443002\X0\','ja-JP',$); +#11427= IFCRELASSOCIATESLIBRARY('3sW6Yl6uT66Ol$aBdAuBU6',$,$,$,(#4050),#18595); +#18595= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Gesamte Bruttofl\S\dche der Rampe (als wahre Fl\S\dche und nicht als projizierte Fl\S\dche). Alle \S\Vffnungen werden \S\|bermessen. Wird nur bei konstanter Dicke der Rampe angegeben.','de-DE',$); -#11430= IFCRELASSOCIATESLIBRARY('2Vl2ZibsL7$xNdFCfcJ6It',$,$,$,(#4039),#18596); -#18596= IFCLIBRARYREFERENCE($,$,'Umfang','Umfang der Grundst\S\|cksgrenze, gemessen in horizontaler Projektion.','de-DE',$); +#11428= IFCRELASSOCIATESLIBRARY('3mHB0io_z68gDfEmDrk5lI',$,$,$,(#4050),#18596); +#18596= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); -#11431= IFCRELASSOCIATESLIBRARY('2OPixWq5v1oAPZCDFxuzGF',$,$,$,(#4039),#18597); -#18597= IFCLIBRARYREFERENCE($,$,'Gross Perimeter',$,'en',$); +#11429= IFCRELASSOCIATESLIBRARY('1Mb$8_RSD81wUuZZOTd6NT',$,$,$,(#4051),#18597); +#18597= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Fl\S\dche der Decke (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden \S\|bermessen. Der Wert wird nur angegeben, wenn die Decke eine kostante Dicke hat.','de-DE',$); -#11432= IFCRELASSOCIATESLIBRARY('3fABELGpP4jelvmU7CeOvo',$,$,$,(#4039),#18598); -#18598= IFCLIBRARYREFERENCE($,$,'\X2\54688FBA9577\X0\','\X2\657757305883754C306E54688FBA957730026C345E73306B62955F713055308C305F5F6272B630928A086E2C3002\X0\','ja-JP',$); +#11430= IFCRELASSOCIATESLIBRARY('2tctt0IRDCROYJk0eJnutM',$,$,$,(#4051),#18598); +#18598= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); -#11433= IFCRELASSOCIATESLIBRARY('3c9KkGdor4NfEEsnyZiQyd',$,$,$,(#4040),#18599); -#18599= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Gesamte Bruttofl\S\dche der Vorhangfassade, alle \S\Vffnungen (die nicht Teil der Vorhangfassade sind) werden \S\|bermessen.','de-DE',$); +#11431= IFCRELASSOCIATESLIBRARY('09PozbLUb2pQqt3BBscXRl',$,$,$,(#4051),#18599); +#18599= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\30B930E930D6306E97627A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); -#11434= IFCRELASSOCIATESLIBRARY('2k1v_Rx1134Qr13IsN8DlE',$,$,$,(#4040),#18600); -#18600= IFCLIBRARYREFERENCE($,$,'Gross Side Area',$,'en',$); +#11432= IFCRELASSOCIATESLIBRARY('08xOb50JfCLfjaAIUj2hZ4',$,$,$,(#4052),#18600); +#18600= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Fl\S\dche der Decke (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden \S\|bermessen. Der Wert wird nur angegeben, wenn die Decke eine kostante Dicke hat.','de-DE',$); -#11435= IFCRELASSOCIATESLIBRARY('07qryI7Wb6VuSPZJWyR5hq',$,$,$,(#4040),#18601); -#18601= IFCLIBRARYREFERENCE($,$,'\X2\5074976297627A4D\X0\','\X2\7ACB976230D330E530FC306B3088308B30AB30FC30C630F330A630A930FC30EB306E97627A4D300230AB30FC30C630F330A630A930FC30EB306B5BFE3059308B59095F6230928003616E3057306A30443002\X0\','ja-JP',$); +#11433= IFCRELASSOCIATESLIBRARY('3FDmhsiuvDa8JZjR$AJXZ$',$,$,$,(#4052),#18601); +#18601= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); -#11436= IFCRELASSOCIATESLIBRARY('2bSTSpciT3swWjDhrb1lKP',$,$,$,(#4041),#18602); -#18602= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Ansichtsfl\S\dche der Wand, gemessen als Schnittfl\S\dche an der Mittelinie der Wand. Alle \S\Vffnungen dieser Fl\S\dche werden \S\|bermessen.','de-DE',$); +#11434= IFCRELASSOCIATESLIBRARY('1n9A1rkjD4_BQLwAAfeuPi',$,$,$,(#4052),#18602); +#18602= IFCLIBRARYREFERENCE($,$,'\X2\97627A4D\X0\','\X2\30B930E930D6306E97627A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); -#11437= IFCRELASSOCIATESLIBRARY('1I893IZyv6VRzLlpapcx7O',$,$,$,(#4041),#18603); -#18603= IFCLIBRARYREFERENCE($,$,'Gross Side Area',$,'en',$); +#11435= IFCRELASSOCIATESLIBRARY('0iNgXnIw9F18xdddJDcxPY',$,$,$,(#4053),#18603); +#18603= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Fl\S\dche der Platte (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden \S\|bermessen. Der Wert wird nur angegeben, wenn die Platte eine kostante Dicke hat.','de-DE',$); -#11438= IFCRELASSOCIATESLIBRARY('0dZBetETbBPeL7gHfWZWGw',$,$,$,(#4041),#18604); -#18604= IFCLIBRARYREFERENCE($,$,'\X2\5074976297627A4D\X0\','\X2\7ACB976230D330E530FC306B3088308B30AB30FC30C630F330A630A930FC30EB306E97627A4D300230AB30FC30C630F330A630A930FC30EB306B5BFE3059308B59095F6230928003616E3057306A30443002\X0\','ja-JP',$); +#11436= IFCRELASSOCIATESLIBRARY('1ih0smltX739QfJ0szk3IN',$,$,$,(#4053),#18604); +#18604= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); -#11439= IFCRELASSOCIATESLIBRARY('25fHyuhcX1Yhdex5ARwmzI',$,$,$,(#4042),#18605); -#18605= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); +#11437= IFCRELASSOCIATESLIBRARY('3pVqKnqr99X96Slz4ABFoC',$,$,$,(#4054),#18605); +#18605= IFCLIBRARYREFERENCE($,$,'Grundfl\S\dche','Gesamt Grundst\S\|cksfl\S\dche, gemessen in horizontaler Projektion.','de-DE',$); -#11440= IFCRELASSOCIATESLIBRARY('2il9dxOuHBSwk5Rj57TIiY',$,$,$,(#4043),#18606); -#18606= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); +#11438= IFCRELASSOCIATESLIBRARY('1PSt8nthD0ZAI3yjzDafWP',$,$,$,(#4054),#18606); +#18606= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); -#11441= IFCRELASSOCIATESLIBRARY('3O7eHydxj2VOR0HDtGiCXH',$,$,$,(#4044),#18607); -#18607= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); +#11439= IFCRELASSOCIATESLIBRARY('28ZsGf9BrEkg7Zgoaau8IM',$,$,$,(#4054),#18607); +#18607= IFCLIBRARYREFERENCE($,$,'\X2\6577573097627A4D\X0\','\X2\65775730306E97627A4D30026C345E73306B62955F713055308C305F5F6272B630928A086E2C3002\X0\','ja-JP',$); -#11442= IFCRELASSOCIATESLIBRARY('2mlpxXNFT1k9WrvpGovBSz',$,$,$,(#4045),#18608); -#18608= IFCLIBRARYREFERENCE($,$,'Gesamtoberfl\S\dche','Gesamte Oberfl\S\dche als Summe von Mantelfl\S\dche + (2 x Querschnittsfl\S\dche). Es soll nur dann angegeben werden, wenn die Mantelfl\S\dche und die Querschnittsfl\S\dche nicht separat bestimmt werden k\S\vnnen).','de-DE',$); +#11440= IFCRELASSOCIATESLIBRARY('1xq12P6eTE583RQLCRpA5h',$,$,$,(#4055),#18608); +#18608= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Gesamte Bruttofl\S\dche der Dachhaut (Ansichtsfl\S\dche senkrecht zur Dachneigung, oder Mantelfl\S\dche der Dachhaut bei gekr\S\|mmten, gew\S\vlbten Fl\S\dchen, nicht jedoch die projizierte Fl\S\dche). Alle \S\Vffnungen, wie z.B. Dachfl\S\dchenfenster, werden \S\|bermessen.','de-DE',$); -#11443= IFCRELASSOCIATESLIBRARY('1f3Kj7lEz718nHkjYpua4F',$,$,$,(#4045),#18609); -#18609= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); +#11441= IFCRELASSOCIATESLIBRARY('29tV9$v4PE3gucw$f7wOQb',$,$,$,(#4055),#18609); +#18609= IFCLIBRARYREFERENCE($,$,'Gross Area',$,'en',$); -#11444= IFCRELASSOCIATESLIBRARY('032y5WJvvAs8w5Y9ca1$7p',$,$,$,(#4045),#18610); -#18610= IFCLIBRARYREFERENCE($,$,'\X2\8868976297627A4D\X0\','\X2\6881306E97627A4D3002\X0\','ja-JP',$); +#11442= IFCRELASSOCIATESLIBRARY('1pIpzkcCTEDvVTrRWVMkdK',$,$,$,(#4056),#18610); +#18610= IFCLIBRARYREFERENCE($,$,'Deckenfl\S\dche Brutto','Gesamte Deckenfl\S\dche eines Raumes, unabh\S\dngig von der Raumh\S\vhe. \S\Vffnungen beispielsweise f\S\|r Dachfenster oder Treppen werden nicht abgezogen. Es ist immer die wahre (nicht die projezierte) Fl\S\dche f\S\|r Dachschr\S\dgen.','de-DE',$); -#11445= IFCRELASSOCIATESLIBRARY('1nRg__WkzCJPm3PP8Co2Wc',$,$,$,(#4046),#18611); -#18611= IFCLIBRARYREFERENCE($,$,'Gesamtoberfl\S\dche','Gesamte Oberfl\S\dche als Summe von Mantelfl\S\dche + (2 x Querschnittsfl\S\dche). Es soll nur dann angegeben werden, wenn die Mantelfl\S\dche und die Querschnittsfl\S\dche nicht separat bestimmt werden k\S\vnnen).','de-DE',$); +#11443= IFCRELASSOCIATESLIBRARY('3$JNNv1PT6ke_4sk_bpmQ1',$,$,$,(#4056),#18611); +#18611= IFCLIBRARYREFERENCE($,$,'Gross Ceiling Area',$,'en',$); -#11446= IFCRELASSOCIATESLIBRARY('3z25C$n7b5bfGE308_6MHc',$,$,$,(#4046),#18612); -#18612= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); +#11444= IFCRELASSOCIATESLIBRARY('3ejROBN4XFLRr4pN6T7LDC',$,$,$,(#4056),#18612); +#18612= IFCLIBRARYREFERENCE($,$,'\X2\59294E9597627A4D\X0\','\X2\90E85C4B306E59294E9597627A4D300267F13084518590E858C1306A30693092542B3093306097627A4D3002\X0\','ja-JP',$); -#11447= IFCRELASSOCIATESLIBRARY('01vmt4fwP55O1t0DdeIEgQ',$,$,$,(#4046),#18613); -#18613= IFCLIBRARYREFERENCE($,$,'\X2\8868976297627A4D\X0\','\X2\67F1306E97627A4D3002\X0\','ja-JP',$); +#11445= IFCRELASSOCIATESLIBRARY('3qlTbOWtX0SQ_BFfeahKio',$,$,$,(#4057),#18613); +#18613= IFCLIBRARYREFERENCE($,$,'Gross Cross Section Area',$,'en',$); -#11448= IFCRELASSOCIATESLIBRARY('0xawcETObDnwiDekyd1RUr',$,$,$,(#4047),#18614); -#18614= IFCLIBRARYREFERENCE($,$,'Gesamtoberfl\S\dche','Gesamte Oberfl\S\dche als Summe von Mantelfl\S\dche + (2 x Querschnittsfl\S\dche). Es soll nur dann angegeben werden, wenn die Mantelfl\S\dche und die Querschnittsfl\S\dche nicht separat bestimmt werden k\S\vnnen).','de-DE',$); +#11446= IFCRELASSOCIATESLIBRARY('1W_jM7SoT4m9pssyUV4RXk',$,$,$,(#4058),#18614); +#18614= IFCLIBRARYREFERENCE($,$,'Gross Cross Section Area',$,'en',$); -#11449= IFCRELASSOCIATESLIBRARY('3INaAoBNTAr8ZijWfA62gz',$,$,$,(#4047),#18615); -#18615= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); +#11447= IFCRELASSOCIATESLIBRARY('048kIDQPH5IO1sVadqk7yn',$,$,$,(#4059),#18615); +#18615= IFCLIBRARYREFERENCE($,$,'Gross Cross Section Area',$,'en',$); -#11450= IFCRELASSOCIATESLIBRARY('01ECS0tED2geisxNlRp3dg',$,$,$,(#4048),#18616); -#18616= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Bruttovolumen der Platte. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); +#11448= IFCRELASSOCIATESLIBRARY('20v1Rx5$LAmPboSy8C6Nch',$,$,$,(#4060),#18616); +#18616= IFCLIBRARYREFERENCE($,$,'Gross Cross Section Area',$,'en',$); -#11451= IFCRELASSOCIATESLIBRARY('1azQ0gtY1CmvKQ3CrpQK44',$,$,$,(#4048),#18617); -#18617= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11449= IFCRELASSOCIATESLIBRARY('3s1zBTdMP7evSYPUbKEsVu',$,$,$,(#4061),#18617); +#18617= IFCLIBRARYREFERENCE($,$,'Bruttogrundfl\S\dche','Summe aller Bruttogrundfl\S\dchen der R\S\dume und der Konstruktionsfl\S\duchen aufgehender Bauelemente im Geb\S\dude. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume und aufgehenden Bauelementen angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume und aufgehenen Bauelementen.','de-DE',$); -#11452= IFCRELASSOCIATESLIBRARY('3nO7g8CqjA4eYmM_G3$Ten',$,$,$,(#4049),#18618); -#18618= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Gesamtes Bruttovolumen des Treppenlaufs. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); +#11450= IFCRELASSOCIATESLIBRARY('0A1jhQTnH9_RRis$2Tn7DS',$,$,$,(#4061),#18618); +#18618= IFCLIBRARYREFERENCE($,$,'Gross Floor Area',$,'en',$); -#11453= IFCRELASSOCIATESLIBRARY('30rnUYipH8MeUxgxLxrqGN',$,$,$,(#4049),#18619); -#18619= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11451= IFCRELASSOCIATESLIBRARY('1XXyhPPIz6I9eqG_gbBJ6R',$,$,$,(#4061),#18619); +#18619= IFCLIBRARYREFERENCE($,$,'\X2\5EF630795E8A97627A4D\X0\','\X2\5EFA7269306E90E85C4B306E516897627A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E97627A4D3082542B30803002\X0\','ja-JP',$); -#11454= IFCRELASSOCIATESLIBRARY('2TgjqBzAfCEBFS48lvRdjF',$,$,$,(#4050),#18620); -#18620= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Bruttovolumen der Decke. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); +#11452= IFCRELASSOCIATESLIBRARY('3Q6v6_Hob4cehGSKk3euUi',$,$,$,(#4062),#18620); +#18620= IFCLIBRARYREFERENCE($,$,'Bodenfl\S\dche Brutto','Gesamte Bodenfl\S\dche eines Raumes, unabh\S\dngig von der Raumh\S\vhe. \S\Vffnungen im Boden werden nicht abgezogen.','de-DE',$); -#11455= IFCRELASSOCIATESLIBRARY('3uB_fReoP9$AL9BOe97h_M',$,$,$,(#4050),#18621); -#18621= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11453= IFCRELASSOCIATESLIBRARY('1HTHaPIA9B5PC6pr3gbR7P',$,$,$,(#4062),#18621); +#18621= IFCLIBRARYREFERENCE($,$,'Gross Floor Area',$,'en',$); -#11456= IFCRELASSOCIATESLIBRARY('26BayPqmz8ofjvzZzDmVeX',$,$,$,(#4050),#18622); -#18622= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); +#11454= IFCRELASSOCIATESLIBRARY('3FNJkjS118DB8aYreKAyMT',$,$,$,(#4062),#18622); +#18622= IFCLIBRARYREFERENCE($,$,'\X2\5E8A97627A4D\X0\','\X2\90E85C4B306E5E8A97627A4D300267F13084518590E858C1306A30693092542B3093306097627A4D3002\X0\','ja-JP',$); -#11457= IFCRELASSOCIATESLIBRARY('2D_EQgapr9PxguBd3UUdP$',$,$,$,(#4051),#18623); -#18623= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Bruttovolumen der Decke. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); +#11455= IFCRELASSOCIATESLIBRARY('34pIXP$_T1UO5LuTIpFyD8',$,$,$,(#4063),#18623); +#18623= IFCLIBRARYREFERENCE($,$,'Bruttogrundfl\S\dche','Summe aller Bruttogrundfl\S\dchen der R\S\dume und der Konstruktionsfl\S\duchen aufgehender Bauelemente im Geschoss. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume und aufgehenden Bauelementen angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume und aufgehenen Bauelementen.','de-DE',$); -#11458= IFCRELASSOCIATESLIBRARY('2mkpsOXmvBTvI8ShhVPa_I',$,$,$,(#4051),#18624); -#18624= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11456= IFCRELASSOCIATESLIBRARY('2m615vvC95_g3aGHN7sIqW',$,$,$,(#4063),#18624); +#18624= IFCLIBRARYREFERENCE($,$,'Gross Floor Area',$,'en',$); -#11459= IFCRELASSOCIATESLIBRARY('0_Azht_K514gMC$0KA9SQh',$,$,$,(#4051),#18625); -#18625= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); +#11457= IFCRELASSOCIATESLIBRARY('2K8xgv5ZrAlewdY0n5pv5j',$,$,$,(#4063),#18625); +#18625= IFCLIBRARYREFERENCE($,$,'\X2\5E8A97627A4D\X0\','\X2\5EFA7269968E306E90E85C4B306E516897627A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E97627A4D3082542B30803002\X0\','ja-JP',$); -#11460= IFCRELASSOCIATESLIBRARY('2eQiW3t99C2RlYEhaRJ$0s',$,$,$,(#4052),#18626); -#18626= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Bruttovolumen der Decke. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); +#11458= IFCRELASSOCIATESLIBRARY('3assLKYML3LBHvJMwPWdJJ',$,$,$,(#4064),#18626); +#18626= IFCLIBRARYREFERENCE($,$,'Bruttogrundfl\S\dche','Grundfl\S\dche oder Konstruktionsfl\S\dche der Wand. \S\Vffnungen, wie von T\S\|ren, werden \S\|bermessen.','de-DE',$); -#11461= IFCRELASSOCIATESLIBRARY('0O$zTznZX86PjDAHGTy3Zu',$,$,$,(#4052),#18627); -#18627= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11459= IFCRELASSOCIATESLIBRARY('3MQLKtW9H0xB_eWGTQMjvX',$,$,$,(#4064),#18627); +#18627= IFCLIBRARYREFERENCE($,$,'Gross Footprint Area',$,'en',$); -#11462= IFCRELASSOCIATESLIBRARY('13VE_im6fAXBbmRJ1Ucp8T',$,$,$,(#4052),#18628); -#18628= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); +#11460= IFCRELASSOCIATESLIBRARY('0JW0JP9EP7ZPWEMPvrwrzm',$,$,$,(#4064),#18628); +#18628= IFCLIBRARYREFERENCE($,$,'\X2\30D530C330C830D730EA30F330C897627A4D\X0\','\X2\5E73976256F34E0A306B62955F713057305F58C1306E5F6272B6306E97627A4D300258C1306E30783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); -#11463= IFCRELASSOCIATESLIBRARY('2fYG9tPgLBAhQDiaFKLSmN',$,$,$,(#4053),#18629); -#18629= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Gesamtes Bruttovolumen der Rampe. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); +#11461= IFCRELASSOCIATESLIBRARY('2U1ZlhY7H88f368Z8beFcV',$,$,$,(#4065),#18629); +#18629= IFCLIBRARYREFERENCE($,$,'Systemh\S\vhe','Systemh\S\vhe des Geschosses, gemessen von der Oberkante Rohfdecke bis zur Oberkante Rohdecke im dar\S\|berliegenden Geschoss. Wird nur angegeben, wenn es eine konstante H\S\vhe gibt.','de-DE',$); -#11464= IFCRELASSOCIATESLIBRARY('0V6UDD0q90HRTUBGCStBw2',$,$,$,(#4053),#18630); -#18630= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11462= IFCRELASSOCIATESLIBRARY('0WdcvIJrT6UPHoDweZUjxr',$,$,$,(#4065),#18630); +#18630= IFCLIBRARYREFERENCE($,$,'Gross Height',$,'en',$); -#11465= IFCRELASSOCIATESLIBRARY('1YlYDISLz3pOOlsgbM$ZeW',$,$,$,(#4054),#18631); -#18631= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Volumen des Balkens. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); +#11463= IFCRELASSOCIATESLIBRARY('1w4o6kn_nAVubFqTXNmR0I',$,$,$,(#4065),#18631); +#18631= IFCLIBRARYREFERENCE($,$,'\X2\968E9AD8\X0\','\X2\5EFA7269968E306E9AD8305530025E8A306E4E0A9762304B30894E0A968E306E5E8A9762306E4E0A9762307E3067306E8DDD96E23002\X0\','ja-JP',$); -#11466= IFCRELASSOCIATESLIBRARY('33KhO9YJH5dRi6WdcAWmOu',$,$,$,(#4054),#18632); -#18632= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11464= IFCRELASSOCIATESLIBRARY('1HCT2bP6zARPO9QOJpb3U0',$,$,$,(#4066),#18632); +#18632= IFCLIBRARYREFERENCE($,$,'Umfang Brutto','Gesamter Umfang des Raumes, ohne Aubzug von \S\Vffnungen (z.B. T\S\|ren).','de-DE',$); -#11467= IFCRELASSOCIATESLIBRARY('3nzTN03V19MhVTcOkMklv5',$,$,$,(#4054),#18633); -#18633= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\6881306E4F537A4D3002520765AD30844ED6306E51E67406306E90E8520630928003616E3057306A30443002\X0\','ja-JP',$); +#11465= IFCRELASSOCIATESLIBRARY('2IGv14oOb6Q8Qe3KzrRpv3',$,$,$,(#4066),#18633); +#18633= IFCLIBRARYREFERENCE($,$,'Gross Perimeter',$,'en',$); -#11468= IFCRELASSOCIATESLIBRARY('0TYEDrQQLF4RMOVSQYEv8G',$,$,$,(#4055),#18634); -#18634= IFCLIBRARYREFERENCE($,$,'Bruttorauminhalt','Summe aller Bruttorauminhalte der R\S\dume eines Geb\S\dudes, inklusive der Volumen der Baulemente (Gesamtrauminhalt, der von den \S\du\S\_eren Begrenzungsfl\S\dchen umschlossen wird). Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume und Bauelemente angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume und Bauelemente.','de-DE',$); +#11466= IFCRELASSOCIATESLIBRARY('1c4YITD1j7pBOb$543Ougs',$,$,$,(#4066),#18634); +#18634= IFCLIBRARYREFERENCE($,$,'\X2\54688FBA9577\X0\','\X2\90E85C4B306E54688FBA9577300230C930A230844EEE60F37684306A5883754C306A30693082542B3081305F54688FBA95773002\X0\','ja-JP',$); -#11469= IFCRELASSOCIATESLIBRARY('3_XnWlQof1SOwe6Dsq6vLR',$,$,$,(#4055),#18635); -#18635= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11467= IFCRELASSOCIATESLIBRARY('1EkGEBV9r4xeoXA3qIauvS',$,$,$,(#4067),#18635); +#18635= IFCLIBRARYREFERENCE($,$,'Umfang','\S\Du\S\_erer Umfang des Geschosses entlang der \S\du\S\_eren Umfassungsbauteilen, die die Fassade bilden. Innere \S\Vffnungen, z.B. von inneren Decken\S\vffnungen, werden nicht mit einbezogen.','de-DE',$); -#11470= IFCRELASSOCIATESLIBRARY('2kiHgykbH7Be84CtUZaEDy',$,$,$,(#4055),#18636); -#18636= IFCLIBRARYREFERENCE($,$,'\X2\5EFA72694F537A4D\X0\','\X2\5EFA7269306B3088308A56F2307E308C305F7A7A9593306E51684F537A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E4F537A4D3082542B30803002\X0\','ja-JP',$); +#11468= IFCRELASSOCIATESLIBRARY('2kCNEWORn0jQKFpkVAmTuM',$,$,$,(#4067),#18636); +#18636= IFCLIBRARYREFERENCE($,$,'Gross Perimeter',$,'en',$); -#11471= IFCRELASSOCIATESLIBRARY('0wTfGvivrE$unzDg8xFtY2',$,$,$,(#4056),#18637); -#18637= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11469= IFCRELASSOCIATESLIBRARY('3_I7Z2Q1PAXw0nUZmjTx7W',$,$,$,(#4067),#18637); +#18637= IFCLIBRARYREFERENCE($,$,'\X2\54688FBA9577\X0\','\X2\5EFA7269968E306E59165074306E54688FBA95773002518590E830B930E930D6306E958B53E3306F8003616E3057306A30443002\X0\','ja-JP',$); -#11472= IFCRELASSOCIATESLIBRARY('3XZeXuN3r7n8dhWT92UmYW',$,$,$,(#4057),#18638); -#18638= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Gesamtes Volumen eines Raumes ohne Abz\S\|ge von Einbauteilen (z.B. im Raum stehende St\S\|tzen, Balken, feste Einbauteile).','de-DE',$); +#11470= IFCRELASSOCIATESLIBRARY('39rSRKacb2QP4$Y7Wn_lLM',$,$,$,(#4068),#18638); +#18638= IFCLIBRARYREFERENCE($,$,'Umfang','Umfang der Grundst\S\|cksgrenze, gemessen in horizontaler Projektion.','de-DE',$); -#11473= IFCRELASSOCIATESLIBRARY('1G2WegV2X6DvMnhz8KkVNP',$,$,$,(#4057),#18639); -#18639= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11471= IFCRELASSOCIATESLIBRARY('0Z7oA7Kl94Ked_oKfCoyWd',$,$,$,(#4068),#18639); +#18639= IFCLIBRARYREFERENCE($,$,'Gross Perimeter',$,'en',$); -#11474= IFCRELASSOCIATESLIBRARY('2g1Ltx6PrDcfyl3tb62dms',$,$,$,(#4057),#18640); -#18640= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\90E85C4B306E4F537A4D300290E85C4B306B542B308090E867503092542B30804F537A4D3002\X0\','ja-JP',$); +#11472= IFCRELASSOCIATESLIBRARY('0or8ZW99XFQw2tzvRdjOxH',$,$,$,(#4068),#18640); +#18640= IFCLIBRARYREFERENCE($,$,'\X2\54688FBA9577\X0\','\X2\657757305883754C306E54688FBA957730026C345E73306B62955F713055308C305F5F6272B630928A086E2C3002\X0\','ja-JP',$); -#11475= IFCRELASSOCIATESLIBRARY('3kUu5H9110xh3LyiiTvVSj',$,$,$,(#4058),#18641); -#18641= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Volumen des Stabs. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); +#11473= IFCRELASSOCIATESLIBRARY('2nMRsQ0$jB$hF79VGkoChv',$,$,$,(#4069),#18641); +#18641= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Gesamte Bruttofl\S\dche der Vorhangfassade, alle \S\Vffnungen (die nicht Teil der Vorhangfassade sind) werden \S\|bermessen.','de-DE',$); -#11476= IFCRELASSOCIATESLIBRARY('0b8ytqIob7Q8eOexNplg4m',$,$,$,(#4058),#18642); -#18642= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11474= IFCRELASSOCIATESLIBRARY('1naT948_HCjOuCtFKX$fVh',$,$,$,(#4069),#18642); +#18642= IFCLIBRARYREFERENCE($,$,'Gross Side Area',$,'en',$); -#11477= IFCRELASSOCIATESLIBRARY('2AruXE_LD8_w0HFLT334Ec',$,$,$,(#4059),#18643); -#18643= IFCLIBRARYREFERENCE($,$,'Bruttorauminhalt','Summe aller Bruttorauminhalte der R\S\dume eines Geschosses, inklusive der Volumen der Baulemente (Gesamtrauminhalt, der von den \S\du\S\_eren Begrenzungsfl\S\dchen umschlossen wird). Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume und Bauelemente angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume und Bauelemente.','de-DE',$); +#11475= IFCRELASSOCIATESLIBRARY('0T59$3DoD6JfieIE20aiQj',$,$,$,(#4069),#18643); +#18643= IFCLIBRARYREFERENCE($,$,'\X2\5074976297627A4D\X0\','\X2\7ACB976230D330E530FC306B3088308B30AB30FC30C630F330A630A930FC30EB306E97627A4D300230AB30FC30C630F330A630A930FC30EB306B5BFE3059308B59095F6230928003616E3057306A30443002\X0\','ja-JP',$); -#11478= IFCRELASSOCIATESLIBRARY('1E8JZvi7bBMe8N0khKinNT',$,$,$,(#4059),#18644); -#18644= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11476= IFCRELASSOCIATESLIBRARY('0OvNsqocPAJuzeRza6nGk4',$,$,$,(#4070),#18644); +#18644= IFCLIBRARYREFERENCE($,$,'Bruttofl\S\dche','Ansichtsfl\S\dche der Wand, gemessen als Schnittfl\S\dche an der Mittelinie der Wand. Alle \S\Vffnungen dieser Fl\S\dche werden \S\|bermessen.','de-DE',$); -#11479= IFCRELASSOCIATESLIBRARY('3oxX54yJrFdhg$dOTWVjgv',$,$,$,(#4059),#18645); -#18645= IFCLIBRARYREFERENCE($,$,'\X2\5EFA7269968E4F537A4D\X0\','\X2\5EFA7269968E306B3088308A56F2307E308C305F7A7A9593306E51684F537A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E4F537A4D3082542B30803002\X0\','ja-JP',$); +#11477= IFCRELASSOCIATESLIBRARY('3oh30$yJHEwhmUoFFtjGe4',$,$,$,(#4070),#18645); +#18645= IFCLIBRARYREFERENCE($,$,'Gross Side Area',$,'en',$); -#11480= IFCRELASSOCIATESLIBRARY('0nwxDx9rv7r8oqieTBk$$t',$,$,$,(#4060),#18646); -#18646= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11478= IFCRELASSOCIATESLIBRARY('0BewdQTvv9DvbEpX6X8fSx',$,$,$,(#4070),#18646); +#18646= IFCLIBRARYREFERENCE($,$,'\X2\5074976297627A4D\X0\','\X2\7ACB976230D330E530FC306B3088308B30AB30FC30C630F330A630A930FC30EB306E97627A4D300230AB30FC30C630F330A630A930FC30EB306B5BFE3059308B59095F6230928003616E3057306A30443002\X0\','ja-JP',$); -#11481= IFCRELASSOCIATESLIBRARY('3UXJIk_g59MAJD9NBaoszZ',$,$,$,(#4061),#18647); -#18647= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Bruttovolumen der Wand. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); +#11479= IFCRELASSOCIATESLIBRARY('2$4cFZNrrBGxoNmKsdWMmR',$,$,$,(#4071),#18647); +#18647= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); -#11482= IFCRELASSOCIATESLIBRARY('3Ls790D3L68RsIvd94Z3_9',$,$,$,(#4061),#18648); -#18648= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11480= IFCRELASSOCIATESLIBRARY('3LfGcV7ef1sRMYcDlXauR$',$,$,$,(#4072),#18648); +#18648= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); -#11483= IFCRELASSOCIATESLIBRARY('3G2nUAEzf7nuEgbAMLkJVx',$,$,$,(#4061),#18649); -#18649= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); +#11481= IFCRELASSOCIATESLIBRARY('1s5o8JKcv8iuHyoOXcYQVf',$,$,$,(#4073),#18649); +#18649= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); -#11484= IFCRELASSOCIATESLIBRARY('0DundQpxX6$g21ciqr3eB2',$,$,$,(#4062),#18650); -#18650= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11482= IFCRELASSOCIATESLIBRARY('0OeXTatafE8BFrcrMmxHPZ',$,$,$,(#4074),#18650); +#18650= IFCLIBRARYREFERENCE($,$,'Gesamtoberfl\S\dche','Gesamte Oberfl\S\dche als Summe von Mantelfl\S\dche + (2 x Querschnittsfl\S\dche). Es soll nur dann angegeben werden, wenn die Mantelfl\S\dche und die Querschnittsfl\S\dche nicht separat bestimmt werden k\S\vnnen).','de-DE',$); -#11485= IFCRELASSOCIATESLIBRARY('1KtOs4HE5BE8Iy0C$FmggB',$,$,$,(#4063),#18651); -#18651= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Volumen der St\S\|tze. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); +#11483= IFCRELASSOCIATESLIBRARY('2nE8oNJaH4YQSYl_lvSP15',$,$,$,(#4074),#18651); +#18651= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); -#11486= IFCRELASSOCIATESLIBRARY('0SXmumEtz7kwYtctXQnbjV',$,$,$,(#4063),#18652); -#18652= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11484= IFCRELASSOCIATESLIBRARY('2EoOd6zOvAUxM$tzuPPmf4',$,$,$,(#4074),#18652); +#18652= IFCLIBRARYREFERENCE($,$,'\X2\8868976297627A4D\X0\','\X2\6881306E97627A4D3002\X0\','ja-JP',$); -#11487= IFCRELASSOCIATESLIBRARY('3AlhGjT5n5hQuw9KXIPYJ3',$,$,$,(#4063),#18653); -#18653= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\67F1306E4F537A4D3002520765AD30844ED6306E51E67406306E90E8520630928003616E3057306A30443002\X0\','ja-JP',$); +#11485= IFCRELASSOCIATESLIBRARY('05Vjcn$8z3hvujzAynRqMa',$,$,$,(#4075),#18653); +#18653= IFCLIBRARYREFERENCE($,$,'Gesamtoberfl\S\dche','Gesamte Oberfl\S\dche als Summe von Mantelfl\S\dche + (2 x Querschnittsfl\S\dche). Es soll nur dann angegeben werden, wenn die Mantelfl\S\dche und die Querschnittsfl\S\dche nicht separat bestimmt werden k\S\vnnen).','de-DE',$); -#11488= IFCRELASSOCIATESLIBRARY('1OzDUabIvDrwVzu3i_ldEu',$,$,$,(#4064),#18654); -#18654= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); +#11486= IFCRELASSOCIATESLIBRARY('2tmFKDkcr2bhn6gd_A$i8Q',$,$,$,(#4075),#18654); +#18654= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); -#11489= IFCRELASSOCIATESLIBRARY('1xniJ9CBj3XPdAuH81PSDy',$,$,$,(#4065),#18655); -#18655= IFCLIBRARYREFERENCE($,$,'Senkrechte Fl\S\dche Brutto','Gesamte senkrechte Fl\S\dche in einem Raum ohne Abzug von \S\Vffnungen. Virtuelle Begrenzungen sind nicht zu ber\S\|cksichtigen.','de-DE',$); +#11487= IFCRELASSOCIATESLIBRARY('1sgqCQiwD43A3QMUfYqq9Z',$,$,$,(#4075),#18655); +#18655= IFCLIBRARYREFERENCE($,$,'\X2\8868976297627A4D\X0\','\X2\67F1306E97627A4D3002\X0\','ja-JP',$); -#11490= IFCRELASSOCIATESLIBRARY('05if4OCQn4vxmmfH4T$bqM',$,$,$,(#4065),#18656); -#18656= IFCLIBRARYREFERENCE($,$,'Gross Wall Area',$,'en',$); +#11488= IFCRELASSOCIATESLIBRARY('3ksAvMjk5COhCCCxbuuV6$',$,$,$,(#4076),#18656); +#18656= IFCLIBRARYREFERENCE($,$,'Gesamtoberfl\S\dche','Gesamte Oberfl\S\dche als Summe von Mantelfl\S\dche + (2 x Querschnittsfl\S\dche). Es soll nur dann angegeben werden, wenn die Mantelfl\S\dche und die Querschnittsfl\S\dche nicht separat bestimmt werden k\S\vnnen).','de-DE',$); -#11491= IFCRELASSOCIATESLIBRARY('0utuv8cnf8ihpN$Dqa1zs_',$,$,$,(#4065),#18657); -#18657= IFCLIBRARYREFERENCE($,$,'\X2\58C197627A4D\X0\','\X2\90E85C4B309269CB62103059308B58C1306E97627A4D300258C1306B542B307E308C30663044308B30C930A230017A93306A30693082542B308097627A4D3002\X0\','ja-JP',$); +#11489= IFCRELASSOCIATESLIBRARY('3W4AXqH3L62OCLC3YyoBkm',$,$,$,(#4076),#18657); +#18657= IFCLIBRARYREFERENCE($,$,'Gross Surface Area',$,'en',$); -#11492= IFCRELASSOCIATESLIBRARY('0UbW_QdUPCd8nf57722_PD',$,$,$,(#4066),#18658); -#18658= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11490= IFCRELASSOCIATESLIBRARY('3JncU53Cf21gVw7CM8V0XX',$,$,$,(#4077),#18658); +#18658= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Bruttovolumen der Platte. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); -#11493= IFCRELASSOCIATESLIBRARY('3KU1uYod90SxwuQcxr1UHy',$,$,$,(#4067),#18659); -#18659= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11491= IFCRELASSOCIATESLIBRARY('0jHTmD6lP9NvO5vounQkt_',$,$,$,(#4077),#18659); +#18659= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11494= IFCRELASSOCIATESLIBRARY('3tloulX9f0FfKvCWya_TsE',$,$,$,(#4068),#18660); -#18660= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11492= IFCRELASSOCIATESLIBRARY('0LqFStxQXC7eowylklOBns',$,$,$,(#4078),#18660); +#18660= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Gesamtes Bruttovolumen des Treppenlaufs. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); -#11495= IFCRELASSOCIATESLIBRARY('0YUy66M$1AMP4KveXq1SYs',$,$,$,(#4069),#18661); -#18661= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11493= IFCRELASSOCIATESLIBRARY('1khiwgnSXE0hAMnL5BqMa$',$,$,$,(#4078),#18661); +#18661= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11496= IFCRELASSOCIATESLIBRARY('1H2AbMwfH2YBdKss__p6j9',$,$,$,(#4070),#18662); -#18662= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht der Platte. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); +#11494= IFCRELASSOCIATESLIBRARY('3rPVp2l5PCJ9XB7sOVGoe_',$,$,$,(#4079),#18662); +#18662= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Bruttovolumen der Decke. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); -#11497= IFCRELASSOCIATESLIBRARY('0yM1FjWxn2Lv4DSVLqc20m',$,$,$,(#4070),#18663); -#18663= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11495= IFCRELASSOCIATESLIBRARY('0M3fumpwDCoAPHziKYTpeR',$,$,$,(#4079),#18663); +#18663= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11498= IFCRELASSOCIATESLIBRARY('23OgwdALbAPOwq5f8Ds9_2',$,$,$,(#4071),#18664); -#18664= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11496= IFCRELASSOCIATESLIBRARY('2hsxSbZ$rCVBuCG7OLe8pV',$,$,$,(#4079),#18664); +#18664= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); -#11499= IFCRELASSOCIATESLIBRARY('01AtCJ5iP2sgYScXm8Wirn',$,$,$,(#4072),#18665); -#18665= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11497= IFCRELASSOCIATESLIBRARY('15nMHE7rHBDfbkfvAclKvb',$,$,$,(#4080),#18665); +#18665= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Bruttovolumen der Decke. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); -#11500= IFCRELASSOCIATESLIBRARY('15Zd3Me6XBnxggMluN6oaK',$,$,$,(#4073),#18666); -#18666= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11498= IFCRELASSOCIATESLIBRARY('2N3cE$T_1DwupZsARMjjrC',$,$,$,(#4080),#18666); +#18666= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11501= IFCRELASSOCIATESLIBRARY('25zvH_lOP7I91POCIqjaQ3',$,$,$,(#4074),#18667); -#18667= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11499= IFCRELASSOCIATESLIBRARY('1IBlxwVfnBA9nXRRO0jYy4',$,$,$,(#4080),#18667); +#18667= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); -#11502= IFCRELASSOCIATESLIBRARY('25O$EAUwn60fa34LjEWwXJ',$,$,$,(#4075),#18668); -#18668= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11500= IFCRELASSOCIATESLIBRARY('3hfwxF7wn0vQdf2eUAZ5R0',$,$,$,(#4081),#18668); +#18668= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Bruttovolumen der Decke. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); -#11503= IFCRELASSOCIATESLIBRARY('2yIFUOnBzAuhWlRKmzVitV',$,$,$,(#4076),#18669); -#18669= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11501= IFCRELASSOCIATESLIBRARY('2nEazBrt14Dw5B7MzWvFb_',$,$,$,(#4081),#18669); +#18669= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11504= IFCRELASSOCIATESLIBRARY('2dx78G9uf6Hvolo2Jk1aBY',$,$,$,(#4077),#18670); -#18670= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11502= IFCRELASSOCIATESLIBRARY('2W_BKjraX7uem5Yg6NM2uj',$,$,$,(#4081),#18670); +#18670= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); -#11505= IFCRELASSOCIATESLIBRARY('0JCoW2xW1Bv9J_8jdgnNYn',$,$,$,(#4078),#18671); -#18671= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht der St\S\|tze. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); +#11503= IFCRELASSOCIATESLIBRARY('3QQpQZFIP3zPDbuEoQEIvI',$,$,$,(#4082),#18671); +#18671= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Gesamtes Bruttovolumen der Rampe. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); -#11506= IFCRELASSOCIATESLIBRARY('2dHXRsIrP1$wMzQZhWH7LD',$,$,$,(#4078),#18672); -#18672= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11504= IFCRELASSOCIATESLIBRARY('3ynrFyKGnEveZmzMHhQLkc',$,$,$,(#4082),#18672); +#18672= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11507= IFCRELASSOCIATESLIBRARY('2axxKsL09CsQGFlYbP9JGo',$,$,$,(#4078),#18673); -#18673= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\67F1306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E6740630928003616E3057306A30443002\X0\','ja-JP',$); +#11505= IFCRELASSOCIATESLIBRARY('0vLdfplwLEVv_ZkWM1CsDm',$,$,$,(#4083),#18673); +#18673= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Volumen des Balkens. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); -#11508= IFCRELASSOCIATESLIBRARY('1R_Yy3zf9E9w9mf0Z0fxMH',$,$,$,(#4079),#18674); -#18674= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11506= IFCRELASSOCIATESLIBRARY('0zvzn_lbDF9xo7gg5wlrWT',$,$,$,(#4083),#18674); +#18674= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11509= IFCRELASSOCIATESLIBRARY('0EOVnYyL9DyBtVIDLB1HkO',$,$,$,(#4080),#18675); -#18675= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11507= IFCRELASSOCIATESLIBRARY('2kpvdMQFX1JeljsE9_2cI0',$,$,$,(#4083),#18675); +#18675= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\6881306E4F537A4D3002520765AD30844ED6306E51E67406306E90E8520630928003616E3057306A30443002\X0\','ja-JP',$); -#11510= IFCRELASSOCIATESLIBRARY('2Jbzik3WbDH9FMiT6iNDZW',$,$,$,(#4081),#18676); -#18676= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11508= IFCRELASSOCIATESLIBRARY('0T33N7TAH5kv9gfFcRuing',$,$,$,(#4084),#18676); +#18676= IFCLIBRARYREFERENCE($,$,'Bruttorauminhalt','Summe aller Bruttorauminhalte der R\S\dume eines Geb\S\dudes, inklusive der Volumen der Baulemente (Gesamtrauminhalt, der von den \S\du\S\_eren Begrenzungsfl\S\dchen umschlossen wird). Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume und Bauelemente angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume und Bauelemente.','de-DE',$); -#11511= IFCRELASSOCIATESLIBRARY('3K3lrWLPz2$PuuaHv5qBXA',$,$,$,(#4082),#18677); -#18677= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11509= IFCRELASSOCIATESLIBRARY('0lyb1oFBL0a9lPxrOgWG3_',$,$,$,(#4084),#18677); +#18677= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11512= IFCRELASSOCIATESLIBRARY('2w4VDel1z3xPKl7HB4voWp',$,$,$,(#4083),#18678); -#18678= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11510= IFCRELASSOCIATESLIBRARY('0v_viRBDn1Wg$Tv4lT4WZl',$,$,$,(#4084),#18678); +#18678= IFCLIBRARYREFERENCE($,$,'\X2\5EFA72694F537A4D\X0\','\X2\5EFA7269306B3088308A56F2307E308C305F7A7A9593306E51684F537A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E4F537A4D3082542B30803002\X0\','ja-JP',$); -#11513= IFCRELASSOCIATESLIBRARY('0BdFF93ETCsxP$sE84KYk8',$,$,$,(#4084),#18679); -#18679= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11511= IFCRELASSOCIATESLIBRARY('3MWbYDJYnFHeeHAp7DBbCK',$,$,$,(#4085),#18679); +#18679= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11514= IFCRELASSOCIATESLIBRARY('3pwFGhzKXA4xLYign0F80n',$,$,$,(#4085),#18680); -#18680= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11512= IFCRELASSOCIATESLIBRARY('0o_YhOCDLEQRWN9NXMvrJG',$,$,$,(#4086),#18680); +#18680= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Gesamtes Volumen eines Raumes ohne Abz\S\|ge von Einbauteilen (z.B. im Raum stehende St\S\|tzen, Balken, feste Einbauteile).','de-DE',$); -#11515= IFCRELASSOCIATESLIBRARY('3QagAwOnz5MOq2_qgFRLDX',$,$,$,(#4086),#18681); -#18681= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11513= IFCRELASSOCIATESLIBRARY('0NWukLA9nBSROTjYPUnhUS',$,$,$,(#4086),#18681); +#18681= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11516= IFCRELASSOCIATESLIBRARY('2w9syVm4L7P8C9C2CI$1Ek',$,$,$,(#4087),#18682); -#18682= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht der Wand. Alle \S\Vffnungen oder Aussparungen werden \S\|bermessen.','de-DE',$); +#11514= IFCRELASSOCIATESLIBRARY('11Pdm1Y3X9rf_HGz83B5IS',$,$,$,(#4086),#18682); +#18682= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\90E85C4B306E4F537A4D300290E85C4B306B542B308090E867503092542B30804F537A4D3002\X0\','ja-JP',$); -#11517= IFCRELASSOCIATESLIBRARY('3x0262K9HFvBVcU7T8sic$',$,$,$,(#4087),#18683); -#18683= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11515= IFCRELASSOCIATESLIBRARY('2EwXbT1MT4LhkK0tBBUoWP',$,$,$,(#4087),#18683); +#18683= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Volumen des Stabs. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); -#11518= IFCRELASSOCIATESLIBRARY('3XBLSyWxL57BBCvVDtm7JQ',$,$,$,(#4087),#18684); -#18684= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\30B930E930D6306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E67406307E305F306F958B53E3308430783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); +#11516= IFCRELASSOCIATESLIBRARY('0Vpt6Y2BL3Kh0_$U5CUGEy',$,$,$,(#4087),#18684); +#18684= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11519= IFCRELASSOCIATESLIBRARY('1ktCl0AOrFtOCtIZw3_agu',$,$,$,(#4088),#18685); -#18685= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11517= IFCRELASSOCIATESLIBRARY('1gLhge7wn5W8zVay3r8HVo',$,$,$,(#4088),#18685); +#18685= IFCLIBRARYREFERENCE($,$,'Bruttorauminhalt','Summe aller Bruttorauminhalte der R\S\dume eines Geschosses, inklusive der Volumen der Baulemente (Gesamtrauminhalt, der von den \S\du\S\_eren Begrenzungsfl\S\dchen umschlossen wird). Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume und Bauelemente angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume und Bauelemente.','de-DE',$); -#11520= IFCRELASSOCIATESLIBRARY('3EB0yMFx95zQe1sSY$sk5$',$,$,$,(#4089),#18686); -#18686= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11518= IFCRELASSOCIATESLIBRARY('1BHdK8EcT7vR56JPOTfifN',$,$,$,(#4088),#18686); +#18686= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11521= IFCRELASSOCIATESLIBRARY('2dkgvzI_P0WQVI88gGHJGH',$,$,$,(#4090),#18687); -#18687= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11519= IFCRELASSOCIATESLIBRARY('2p4v1ZQwzFhgaRkjDeKDdI',$,$,$,(#4088),#18687); +#18687= IFCLIBRARYREFERENCE($,$,'\X2\5EFA7269968E4F537A4D\X0\','\X2\5EFA7269968E306B3088308A56F2307E308C305F7A7A9593306E51684F537A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E4F537A4D3082542B30803002\X0\','ja-JP',$); -#11522= IFCRELASSOCIATESLIBRARY('0sfkbtOmTFjhdKze$J4nEv',$,$,$,(#4091),#18688); -#18688= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11520= IFCRELASSOCIATESLIBRARY('0YXz2vKGL79wNpVjj_nd1E',$,$,$,(#4089),#18688); +#18688= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11523= IFCRELASSOCIATESLIBRARY('3oK2T9P_jEs9lKfa4Pg3rf',$,$,$,(#4092),#18689); -#18689= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11521= IFCRELASSOCIATESLIBRARY('2SPb2_CpjDWebS9UpYwGE6',$,$,$,(#4090),#18689); +#18689= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Bruttovolumen der Wand. Alle \S\Vffnungen werden \S\|bermessen.','de-DE',$); -#11524= IFCRELASSOCIATESLIBRARY('1JD1goxGzC6xuNYFUljpS6',$,$,$,(#4093),#18690); -#18690= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht des Stabs. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); +#11522= IFCRELASSOCIATESLIBRARY('03rh9$ma10Q89TI0PINuNG',$,$,$,(#4090),#18690); +#18690= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11525= IFCRELASSOCIATESLIBRARY('2QvXCSR8rAvg25X_P$sfoz',$,$,$,(#4093),#18691); -#18691= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11523= IFCRELASSOCIATESLIBRARY('1xIipFrlL3AgLEvN_0tNEg',$,$,$,(#4090),#18691); +#18691= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); -#11526= IFCRELASSOCIATESLIBRARY('1IHSO_1WvCVAPKQ15CiNNa',$,$,$,(#4094),#18692); -#18692= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11524= IFCRELASSOCIATESLIBRARY('0o0bgWFPfCcvG17jrtRaWm',$,$,$,(#4091),#18692); +#18692= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11527= IFCRELASSOCIATESLIBRARY('077vFvCxL2$AJr9QgXeDXA',$,$,$,(#4095),#18693); -#18693= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11525= IFCRELASSOCIATESLIBRARY('0hwtvuYqbFUeWFkcQxRGeX',$,$,$,(#4092),#18693); +#18693= IFCLIBRARYREFERENCE($,$,'Bruttovolumen','Volumen der St\S\|tze. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); -#11528= IFCRELASSOCIATESLIBRARY('35DYmnasL4xBAtv87NodoY',$,$,$,(#4096),#18694); -#18694= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11526= IFCRELASSOCIATESLIBRARY('1BKz6X1mD3t97RNFrl$U_i',$,$,$,(#4092),#18694); +#18694= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11529= IFCRELASSOCIATESLIBRARY('1N078n4AT6FwPNrCbKC1wN',$,$,$,(#4097),#18695); -#18695= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11527= IFCRELASSOCIATESLIBRARY('0iwkMcSBHEVQZfEE3Fo0F9',$,$,$,(#4092),#18695); +#18695= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\67F1306E4F537A4D3002520765AD30844ED6306E51E67406306E90E8520630928003616E3057306A30443002\X0\','ja-JP',$); -#11530= IFCRELASSOCIATESLIBRARY('2JfPZS3BjC7PDo6XqEfki3',$,$,$,(#4098),#18696); -#18696= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11528= IFCRELASSOCIATESLIBRARY('1oaZOCPNf7HRCDIEWabn7l',$,$,$,(#4093),#18696); +#18696= IFCLIBRARYREFERENCE($,$,'Gross Volume',$,'en',$); -#11531= IFCRELASSOCIATESLIBRARY('3TIdkserH6bAKX8CSNq31V',$,$,$,(#4099),#18697); -#18697= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11529= IFCRELASSOCIATESLIBRARY('0fXEyhLMT6WQpSdmjBnSDS',$,$,$,(#4094),#18697); +#18697= IFCLIBRARYREFERENCE($,$,'Senkrechte Fl\S\dche Brutto','Gesamte senkrechte Fl\S\dche in einem Raum ohne Abzug von \S\Vffnungen. Virtuelle Begrenzungen sind nicht zu ber\S\|cksichtigen.','de-DE',$); -#11532= IFCRELASSOCIATESLIBRARY('1r$dNFVm5FGf9MPfot_QlP',$,$,$,(#4100),#18698); -#18698= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11530= IFCRELASSOCIATESLIBRARY('2qQy5ObZH4IPQAmQ4r4jHk',$,$,$,(#4094),#18698); +#18698= IFCLIBRARYREFERENCE($,$,'Gross Wall Area',$,'en',$); -#11533= IFCRELASSOCIATESLIBRARY('2O$Hd46T99NxDsjXoSf88l',$,$,$,(#4101),#18699); -#18699= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11531= IFCRELASSOCIATESLIBRARY('25jIojt5T7vfJpa9aQgIac',$,$,$,(#4094),#18699); +#18699= IFCLIBRARYREFERENCE($,$,'\X2\58C197627A4D\X0\','\X2\90E85C4B309269CB62103059308B58C1306E97627A4D300258C1306B542B307E308C30663044308B30C930A230017A93306A30693082542B308097627A4D3002\X0\','ja-JP',$); -#11534= IFCRELASSOCIATESLIBRARY('3pyAItWb5CeAEKYyEPOgRR',$,$,$,(#4102),#18700); +#11532= IFCRELASSOCIATESLIBRARY('1CSlVpf8DFLP7SYnw$J8GX',$,$,$,(#4095),#18700); #18700= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11535= IFCRELASSOCIATESLIBRARY('0JytkVOnP5Zh2mmVDiFe1E',$,$,$,(#4103),#18701); +#11533= IFCRELASSOCIATESLIBRARY('2ZafinZAz7vw4SwYR0Eol8',$,$,$,(#4096),#18701); #18701= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11536= IFCRELASSOCIATESLIBRARY('3vv_8MOPj7EOro3pDg9JTv',$,$,$,(#4104),#18702); +#11534= IFCRELASSOCIATESLIBRARY('0NoXTzWTT70eKBt_MZKc$_',$,$,$,(#4097),#18702); #18702= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11537= IFCRELASSOCIATESLIBRARY('1bu3ZZJeX98un$wUlFRCid',$,$,$,(#4105),#18703); +#11535= IFCRELASSOCIATESLIBRARY('33K_hY_zL7LQP1qiz4HPXS',$,$,$,(#4098),#18703); #18703= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11538= IFCRELASSOCIATESLIBRARY('2tXqTm8nb8JfuvIsqUcrjR',$,$,$,(#4106),#18704); -#18704= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11536= IFCRELASSOCIATESLIBRARY('0JdA63VBH6tfHdBiKlG$p1',$,$,$,(#4099),#18704); +#18704= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht der Platte. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); -#11539= IFCRELASSOCIATESLIBRARY('0VL2QkkQDFMgeua4cSYrhO',$,$,$,(#4107),#18705); +#11537= IFCRELASSOCIATESLIBRARY('3SAtHHCtrAzRUYki91C2yK',$,$,$,(#4099),#18705); #18705= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11540= IFCRELASSOCIATESLIBRARY('29Y1Pgu2n8ZxAKCwqmMxvB',$,$,$,(#4108),#18706); -#18706= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht der Decke. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); +#11538= IFCRELASSOCIATESLIBRARY('19Bf8gTkzEmh3clfjxI_Ln',$,$,$,(#4100),#18706); +#18706= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11541= IFCRELASSOCIATESLIBRARY('3GNcrusCjB1wo4cHkuu_YJ',$,$,$,(#4108),#18707); +#11539= IFCRELASSOCIATESLIBRARY('022QYIge9FxvLDOIhjKHTM',$,$,$,(#4101),#18707); #18707= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11542= IFCRELASSOCIATESLIBRARY('3I0Y2mQhPDywfew8VBmhkm',$,$,$,(#4108),#18708); -#18708= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\30B930E930D6306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E67406307E305F306F958B53E3308430783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); +#11540= IFCRELASSOCIATESLIBRARY('0HkPN5KozF7QMlIUVJIxZm',$,$,$,(#4102),#18708); +#18708= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11543= IFCRELASSOCIATESLIBRARY('15grGZbADCWvLMPZ2X6iXf',$,$,$,(#4109),#18709); +#11541= IFCRELASSOCIATESLIBRARY('2L3YNmZ5r9QwjZbaHyLAIK',$,$,$,(#4103),#18709); #18709= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11544= IFCRELASSOCIATESLIBRARY('1ccfnL0uH4OgLLyJ5EzIt9',$,$,$,(#4110),#18710); +#11542= IFCRELASSOCIATESLIBRARY('22RT2eBa95qxNyy6GF$9dk',$,$,$,(#4104),#18710); #18710= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11545= IFCRELASSOCIATESLIBRARY('1YM3nAi61C5BiRjXmy3RQn',$,$,$,(#4111),#18711); +#11543= IFCRELASSOCIATESLIBRARY('3zK$w0FvfDQRLuKpWwmpbI',$,$,$,(#4105),#18711); #18711= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11546= IFCRELASSOCIATESLIBRARY('0VTape9ev2lQAzQOYDjlY4',$,$,$,(#4112),#18712); +#11544= IFCRELASSOCIATESLIBRARY('3q4YMxy45CQetMa0CzHMTD',$,$,$,(#4106),#18712); #18712= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11547= IFCRELASSOCIATESLIBRARY('2R7YQ0xov6cO_llZwcr9jQ',$,$,$,(#4113),#18713); -#18713= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11545= IFCRELASSOCIATESLIBRARY('3tywXDswLERfSObDF9xrrl',$,$,$,(#4107),#18713); +#18713= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht der St\S\|tze. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); -#11548= IFCRELASSOCIATESLIBRARY('3f2afmHxb5cwXbJRZWD0Bc',$,$,$,(#4114),#18714); +#11546= IFCRELASSOCIATESLIBRARY('0Koqqf80bFoO1bU$uhUF7p',$,$,$,(#4107),#18714); #18714= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11549= IFCRELASSOCIATESLIBRARY('0GWF2XrL9EPvrzbdwXSOfY',$,$,$,(#4115),#18715); -#18715= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11547= IFCRELASSOCIATESLIBRARY('2Gi9E$SufFIP17mEC5tqG9',$,$,$,(#4107),#18715); +#18715= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\67F1306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E6740630928003616E3057306A30443002\X0\','ja-JP',$); -#11550= IFCRELASSOCIATESLIBRARY('3wNk71Zej9AhsCOuUqsLkr',$,$,$,(#4116),#18716); -#18716= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht des Balkens. Alle \S\Vffnungen oder Aussparungen werden \S\|bermessen.','de-DE',$); +#11548= IFCRELASSOCIATESLIBRARY('1qtOiHSR1C3AbvybY09Ica',$,$,$,(#4108),#18716); +#18716= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11551= IFCRELASSOCIATESLIBRARY('1t$dldHEf7cOMGkfUbyqd9',$,$,$,(#4116),#18717); +#11549= IFCRELASSOCIATESLIBRARY('1vccE8cITCUwdvXqanaPYv',$,$,$,(#4109),#18717); #18717= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11552= IFCRELASSOCIATESLIBRARY('1Xb7sqFj18BRlVHxZ6jRZT',$,$,$,(#4116),#18718); -#18718= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\6881306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E6740630928003616E3057306A30443002\X0\','ja-JP',$); +#11550= IFCRELASSOCIATESLIBRARY('0FJ47jwur2V9CVSodwoEII',$,$,$,(#4110),#18718); +#18718= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11553= IFCRELASSOCIATESLIBRARY('0MyhDiqmb9P9U2gS_iwLbE',$,$,$,(#4117),#18719); +#11551= IFCRELASSOCIATESLIBRARY('0SRQ8GJ351kwEM6_xf0Npg',$,$,$,(#4111),#18719); #18719= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11554= IFCRELASSOCIATESLIBRARY('0w$QwmsdzA$AHcgwUqzNQW',$,$,$,(#4118),#18720); +#11552= IFCRELASSOCIATESLIBRARY('2j6q8Fmzb2_R2WZpFWYsUw',$,$,$,(#4112),#18720); #18720= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11555= IFCRELASSOCIATESLIBRARY('1Uc8NXqjX2Vuu7cGPUsU1p',$,$,$,(#4119),#18721); +#11553= IFCRELASSOCIATESLIBRARY('0UF2Gn4nD5YvMPmL1yN8g7',$,$,$,(#4113),#18721); #18721= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11556= IFCRELASSOCIATESLIBRARY('1hWO3yKRnAox8K$Xc4aecp',$,$,$,(#4120),#18722); +#11554= IFCRELASSOCIATESLIBRARY('0dmJi2A9f1_x0IQTjANLxB',$,$,$,(#4114),#18722); #18722= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11557= IFCRELASSOCIATESLIBRARY('1Q6chuGGn8wu53ZHuwQqGx',$,$,$,(#4121),#18723); +#11555= IFCRELASSOCIATESLIBRARY('1QoGi8uS13FQyMGk_hJby7',$,$,$,(#4115),#18723); #18723= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11558= IFCRELASSOCIATESLIBRARY('1e63W0xvT4X9RCoTaJjwQR',$,$,$,(#4122),#18724); -#18724= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11556= IFCRELASSOCIATESLIBRARY('1mW3tKoC1BhxxXG_$X10vT',$,$,$,(#4116),#18724); +#18724= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht der Wand. Alle \S\Vffnungen oder Aussparungen werden \S\|bermessen.','de-DE',$); -#11559= IFCRELASSOCIATESLIBRARY('2GdnxZ0Rz9a8EYK$1FNE59',$,$,$,(#4123),#18725); +#11557= IFCRELASSOCIATESLIBRARY('0Pliel98vFIR6XUNYSjb7$',$,$,$,(#4116),#18725); #18725= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11560= IFCRELASSOCIATESLIBRARY('28OlKl2QvD7Qh8hDSBw4YW',$,$,$,(#4124),#18726); -#18726= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11558= IFCRELASSOCIATESLIBRARY('1zXOy_BQT6I9vRP0ZFi83r',$,$,$,(#4116),#18726); +#18726= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\30B930E930D6306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E67406307E305F306F958B53E3308430783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); -#11561= IFCRELASSOCIATESLIBRARY('0MrXAE4srBUwo8L4TIrD3i',$,$,$,(#4125),#18727); +#11559= IFCRELASSOCIATESLIBRARY('1XfQcsQ$93Ix6jnnYZ_3$H',$,$,$,(#4117),#18727); #18727= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11562= IFCRELASSOCIATESLIBRARY('1sFxYPBcz72fnf4jF9JMIG',$,$,$,(#4126),#18728); +#11560= IFCRELASSOCIATESLIBRARY('2OlMTZmpn1FxQWN5aiSpTb',$,$,$,(#4118),#18728); #18728= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11563= IFCRELASSOCIATESLIBRARY('2J2MFaU4P9ovvrWiu1RIuI',$,$,$,(#4127),#18729); +#11561= IFCRELASSOCIATESLIBRARY('1cWRUKTcD5d8$veCMSjunT',$,$,$,(#4119),#18729); #18729= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11564= IFCRELASSOCIATESLIBRARY('1DOahC0xT9hwnr7SWWVtqV',$,$,$,(#4128),#18730); +#11562= IFCRELASSOCIATESLIBRARY('2nGbMKL1P3ye4zXrR6IL_S',$,$,$,(#4120),#18730); #18730= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11565= IFCRELASSOCIATESLIBRARY('2h35pnJ2rEpvBPsIw9J6u9',$,$,$,(#4129),#18731); +#11563= IFCRELASSOCIATESLIBRARY('2gMsUH9611QgAB53Nh061L',$,$,$,(#4121),#18731); #18731= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11566= IFCRELASSOCIATESLIBRARY('1e$m$H_6TAP9CyQUQDZT2b',$,$,$,(#4130),#18732); -#18732= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); +#11564= IFCRELASSOCIATESLIBRARY('0S7XQOg55058BcDG0bO66o',$,$,$,(#4122),#18732); +#18732= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht des Stabs. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); -#11567= IFCRELASSOCIATESLIBRARY('1PKEA37Bn8fRqoV4xdbRzv',$,$,$,(#4131),#18733); +#11565= IFCRELASSOCIATESLIBRARY('06$ibYO4vFWAAABWKQ2ZB4',$,$,$,(#4122),#18733); #18733= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11568= IFCRELASSOCIATESLIBRARY('0IJ1b_LCDAwBF_Hklp7DoE',$,$,$,(#4132),#18734); +#11566= IFCRELASSOCIATESLIBRARY('3bfTN$TfHFo8aawFhdfnCo',$,$,$,(#4123),#18734); #18734= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11569= IFCRELASSOCIATESLIBRARY('0kK8pcKZnC19ufwV$MC03W',$,$,$,(#4133),#18735); +#11567= IFCRELASSOCIATESLIBRARY('0m$FHYz5LA8u7SivwKHmu2',$,$,$,(#4124),#18735); #18735= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11570= IFCRELASSOCIATESLIBRARY('1H9RuhbOjFauSYvjrtOgQ4',$,$,$,(#4134),#18736); +#11568= IFCRELASSOCIATESLIBRARY('0UI0gBpK137v2eh5qJsRcp',$,$,$,(#4125),#18736); #18736= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11571= IFCRELASSOCIATESLIBRARY('2ZMwuqGT90sgUenCLGgeZb',$,$,$,(#4135),#18737); +#11569= IFCRELASSOCIATESLIBRARY('340sRrBtn1ogl6rzTabbOa',$,$,$,(#4126),#18737); #18737= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11572= IFCRELASSOCIATESLIBRARY('37$UnyMRXDnwR8IECxc8cq',$,$,$,(#4136),#18738); +#11570= IFCRELASSOCIATESLIBRARY('2q0CIbbm93$O8x1_6EZUwf',$,$,$,(#4127),#18738); #18738= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11573= IFCRELASSOCIATESLIBRARY('0SOcMQXXz3jPGszRO64a6O',$,$,$,(#4137),#18739); +#11571= IFCRELASSOCIATESLIBRARY('3YqcaS8cn7p9h$mWE3Dc8_',$,$,$,(#4128),#18739); #18739= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11574= IFCRELASSOCIATESLIBRARY('2wqvH80l130ee6XSmm7cFT',$,$,$,(#4138),#18740); +#11572= IFCRELASSOCIATESLIBRARY('2ziTO77nz48gYlru8p15qr',$,$,$,(#4129),#18740); #18740= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); -#11575= IFCRELASSOCIATESLIBRARY('11DSmQhXj7dRVFQlvDB4jV',$,$,$,(#4139),#18741); -#18741= IFCLIBRARYREFERENCE($,$,'Firsth\S\vhe','Systemh\S\vhe des Geschosses, gemessen von der Oberkante Rohfdecke bis zur Oberkante Rohdecke im dar\S\|berliegenden Geschoss. Wird nur angegeben, wenn es eine konstante H\S\vhe gibt.','de-DE',$); +#11573= IFCRELASSOCIATESLIBRARY('1hCcLWplfEc9lb9ga_OPxM',$,$,$,(#4130),#18741); +#18741= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11574= IFCRELASSOCIATESLIBRARY('2sSz_I_zj6o9q$KzXYUPfb',$,$,$,(#4131),#18742); +#18742= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11575= IFCRELASSOCIATESLIBRARY('2fzAAqjNDE9gFbTvWEslZx',$,$,$,(#4132),#18743); +#18743= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11576= IFCRELASSOCIATESLIBRARY('04hoD2KyD71f50FSoZFNDK',$,$,$,(#4133),#18744); +#18744= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11577= IFCRELASSOCIATESLIBRARY('0cb6gc$DvFlfKy_S5cTpew',$,$,$,(#4134),#18745); +#18745= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11578= IFCRELASSOCIATESLIBRARY('386sRTHav3A93_MD2yFkkB',$,$,$,(#4135),#18746); +#18746= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11579= IFCRELASSOCIATESLIBRARY('36mCsvZxvDDAbTR_b50zXO',$,$,$,(#4136),#18747); +#18747= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11580= IFCRELASSOCIATESLIBRARY('3t4dS$xGT4JfLmgpVoBCDg',$,$,$,(#4137),#18748); +#18748= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht der Decke. Alle \S\Vffnungen und Aussparungen werden \S\|bermessen.','de-DE',$); + +#11581= IFCRELASSOCIATESLIBRARY('1KjROViYT3luvx7bMV$XAp',$,$,$,(#4137),#18749); +#18749= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11582= IFCRELASSOCIATESLIBRARY('1A1$Fs0IHB0OPYJ8JEyi5r',$,$,$,(#4137),#18750); +#18750= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\30B930E930D6306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E67406307E305F306F958B53E3308430783053307F306A306930928003616E3057306A30443002\X0\','ja-JP',$); + +#11583= IFCRELASSOCIATESLIBRARY('2ShBlFgnn9_egXD63SoDw6',$,$,$,(#4138),#18751); +#18751= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11584= IFCRELASSOCIATESLIBRARY('3aVDchVhH3aRztm0E7DcUa',$,$,$,(#4139),#18752); +#18752= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11585= IFCRELASSOCIATESLIBRARY('1GczwccTDFtehr_zaGC2TA',$,$,$,(#4140),#18753); +#18753= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11586= IFCRELASSOCIATESLIBRARY('1uiWrkoILB5gv4RrWCjgL5',$,$,$,(#4141),#18754); +#18754= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11587= IFCRELASSOCIATESLIBRARY('3VRPKLTNL6c8h1pRqlS6p3',$,$,$,(#4142),#18755); +#18755= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11588= IFCRELASSOCIATESLIBRARY('0w$g5wK4r3UfaElOlsRNtY',$,$,$,(#4143),#18756); +#18756= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11589= IFCRELASSOCIATESLIBRARY('321GMkiHvAkuWlUS8fz$G$',$,$,$,(#4144),#18757); +#18757= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11590= IFCRELASSOCIATESLIBRARY('3kFwopZ$H1Jv2v2JYRx$gv',$,$,$,(#4145),#18758); +#18758= IFCLIBRARYREFERENCE($,$,'Bruttogewicht','Gewicht des Balkens. Alle \S\Vffnungen oder Aussparungen werden \S\|bermessen.','de-DE',$); + +#11591= IFCRELASSOCIATESLIBRARY('3ovmlLkcPEVfEabSBNCDNg',$,$,$,(#4145),#18759); +#18759= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11592= IFCRELASSOCIATESLIBRARY('00rkhT1Ev0jfN16uiwi6vj',$,$,$,(#4145),#18760); +#18760= IFCLIBRARYREFERENCE($,$,'\X2\91CD91CF\X0\','\X2\6881306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E6740630928003616E3057306A30443002\X0\','ja-JP',$); + +#11593= IFCRELASSOCIATESLIBRARY('2sKLJf0559hOdqV$wjzmgt',$,$,$,(#4146),#18761); +#18761= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11594= IFCRELASSOCIATESLIBRARY('3w2M97YBf7Of5ljxOTyUKO',$,$,$,(#4147),#18762); +#18762= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11595= IFCRELASSOCIATESLIBRARY('1AsmIKe9PEsPcshaCJxVhI',$,$,$,(#4148),#18763); +#18763= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11596= IFCRELASSOCIATESLIBRARY('3TfSnmV59DnQ0WIXG2hGli',$,$,$,(#4149),#18764); +#18764= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11597= IFCRELASSOCIATESLIBRARY('3kPjwccKX6d8y7OVRUjZyH',$,$,$,(#4150),#18765); +#18765= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11598= IFCRELASSOCIATESLIBRARY('0LS0w4Y9rFABXE_suz$Ms_',$,$,$,(#4151),#18766); +#18766= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11599= IFCRELASSOCIATESLIBRARY('1jwMrzTWPBLwYMwldC5xUQ',$,$,$,(#4152),#18767); +#18767= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11600= IFCRELASSOCIATESLIBRARY('2aSWMIIw5EVfRx$ve3vSDF',$,$,$,(#4153),#18768); +#18768= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11601= IFCRELASSOCIATESLIBRARY('2xmL2nvVbBH92c7BaxO7hM',$,$,$,(#4154),#18769); +#18769= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11602= IFCRELASSOCIATESLIBRARY('2P5jnkoHn4VPVUItr1t2Jd',$,$,$,(#4155),#18770); +#18770= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11603= IFCRELASSOCIATESLIBRARY('3rRaadkgrD_Ryd0Zrj4GKW',$,$,$,(#4156),#18771); +#18771= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11604= IFCRELASSOCIATESLIBRARY('1Mbf2RcQbDJx8TjnKdMLlQ',$,$,$,(#4157),#18772); +#18772= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11605= IFCRELASSOCIATESLIBRARY('3GnMDLi9TFBfvOurgkeVKT',$,$,$,(#4158),#18773); +#18773= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11606= IFCRELASSOCIATESLIBRARY('3FBimlX6vEBh19NMQ4Xjmh',$,$,$,(#4159),#18774); +#18774= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11607= IFCRELASSOCIATESLIBRARY('23r7THYRD8FuozHodzJSnD',$,$,$,(#4160),#18775); +#18775= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11608= IFCRELASSOCIATESLIBRARY('1u5$fZfYTCyARxcdV$ZQoC',$,$,$,(#4161),#18776); +#18776= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11609= IFCRELASSOCIATESLIBRARY('1HqEGzz7LFCR4LmI_jY1qO',$,$,$,(#4162),#18777); +#18777= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11610= IFCRELASSOCIATESLIBRARY('0N1FgbzgHFmxAFbPilv9Gy',$,$,$,(#4163),#18778); +#18778= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11611= IFCRELASSOCIATESLIBRARY('1yMYpDFSb5aOfAtpkYkZaZ',$,$,$,(#4164),#18779); +#18779= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11612= IFCRELASSOCIATESLIBRARY('2rMoOY4OzAvgvIBIv8IcV3',$,$,$,(#4165),#18780); +#18780= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11613= IFCRELASSOCIATESLIBRARY('09THLbOA9AEeNA8uZWD6mD',$,$,$,(#4166),#18781); +#18781= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11614= IFCRELASSOCIATESLIBRARY('1US1N$oxP9Ywaj$rfgup8n',$,$,$,(#4167),#18782); +#18782= IFCLIBRARYREFERENCE($,$,'Gross Weight',$,'en',$); + +#11615= IFCRELASSOCIATESLIBRARY('2uR9Ta0dX9fhZ0R8_8nd1y',$,$,$,(#4168),#18783); +#18783= IFCLIBRARYREFERENCE($,$,'Firsth\S\vhe','Systemh\S\vhe des Geschosses, gemessen von der Oberkante Rohfdecke bis zur Oberkante Rohdecke im dar\S\|berliegenden Geschoss. Wird nur angegeben, wenn es eine konstante H\S\vhe gibt.','de-DE',$); -#11576= IFCRELASSOCIATESLIBRARY('1GodJQz3P4teXwq49DHS0r',$,$,$,(#4139),#18742); -#18742= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#11616= IFCRELASSOCIATESLIBRARY('2a6IPnSSrAz9De9GMov6rN',$,$,$,(#4168),#18784); +#18784= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#11577= IFCRELASSOCIATESLIBRARY('2yGAbiyfP0QRNL6BYZHfvy',$,$,$,(#4139),#18743); -#18743= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\5EFA7269306E9AD830553002\X0\','ja-JP',$); +#11617= IFCRELASSOCIATESLIBRARY('1d4ExxlaHC18ZiTv_u2yYp',$,$,$,(#4168),#18785); +#18785= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\5EFA7269306E9AD830553002\X0\','ja-JP',$); -#11578= IFCRELASSOCIATESLIBRARY('1Oe62RUYj2RfYJSCvaf4r1',$,$,$,(#4140),#18744); -#18744= IFCLIBRARYREFERENCE($,$,'H\S\vhe','H\S\vhe der \S\Vnnung, bei Wand\S\vffnugen ist es die vertikale Abmessung, bei Decken\S\vffnungen eine der beiden horizontalen Abmessungen. Wird nur dann angegeben, wenn die \S\Vffnung rechteckig ist.','de-DE',$); +#11618= IFCRELASSOCIATESLIBRARY('2vtLF7BPb9euZ6gRH2qDTi',$,$,$,(#4169),#18786); +#18786= IFCLIBRARYREFERENCE($,$,'H\S\vhe','H\S\vhe der \S\Vnnung, bei Wand\S\vffnugen ist es die vertikale Abmessung, bei Decken\S\vffnungen eine der beiden horizontalen Abmessungen. Wird nur dann angegeben, wenn die \S\Vffnung rechteckig ist.','de-DE',$); -#11579= IFCRELASSOCIATESLIBRARY('3j9hoUx_b21hTGJmkD5tvb',$,$,$,(#4140),#18745); -#18745= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#11619= IFCRELASSOCIATESLIBRARY('0DW44tTOrETgwWZgcyQAkY',$,$,$,(#4169),#18787); +#18787= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#11580= IFCRELASSOCIATESLIBRARY('2WO0hsfpT37ev58nupnHt5',$,$,$,(#4140),#18746); -#18746= IFCLIBRARYREFERENCE($,$,'\X2\958B53E39AD83055\X0\','\X2\958B53E3306E9AD83055300258C1306E958B53E3306E583454083001578276F465B95411306E5BF86CD5300230B930E930D6306E958B53E3306E5834540830014E003064306E6C345E7365B95411306E5BF86CD530025F6272B6304C957765B95F62306E58345408306E307F4E0E30483089308C308B3002\X0\','ja-JP',$); +#11620= IFCRELASSOCIATESLIBRARY('1$J42_TYH0mByOU6jN4RIb',$,$,$,(#4169),#18788); +#18788= IFCLIBRARYREFERENCE($,$,'\X2\958B53E39AD83055\X0\','\X2\958B53E3306E9AD83055300258C1306E958B53E3306E583454083001578276F465B95411306E5BF86CD5300230B930E930D6306E958B53E3306E5834540830014E003064306E6C345E7365B95411306E5BF86CD530025F6272B6304C957765B95F62306E58345408306E307F4E0E30483089308C308B3002\X0\','ja-JP',$); -#11581= IFCRELASSOCIATESLIBRARY('1sLrx8bDHDSxDk7Xc3JV8r',$,$,$,(#4141),#18747); -#18747= IFCLIBRARYREFERENCE($,$,'H\S\vhe','Gesamte H\S\vhe des Fensterrahmens. Wird nur f\S\|r rechteckige Fenster angegeben.','de-DE',$); +#11621= IFCRELASSOCIATESLIBRARY('1OIVucrdb2quQAEghtat4x',$,$,$,(#4170),#18789); +#18789= IFCLIBRARYREFERENCE($,$,'H\S\vhe','Gesamte H\S\vhe des Fensterrahmens. Wird nur f\S\|r rechteckige Fenster angegeben.','de-DE',$); -#11582= IFCRELASSOCIATESLIBRARY('1Xv3_$UtPC1B0KhTYCXb69',$,$,$,(#4141),#18748); -#18748= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#11622= IFCRELASSOCIATESLIBRARY('23X51hBfz86QG_cXFNN_fq',$,$,$,(#4170),#18790); +#18790= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#11583= IFCRELASSOCIATESLIBRARY('2IqouCkgn3kAdS6HgY29Fs',$,$,$,(#4141),#18749); -#18749= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\7A9330E930A430CB30F330B0306E591650745E453002957765B95F62306E7A93306E58345408306E307F3002\X0\','ja-JP',$); +#11623= IFCRELASSOCIATESLIBRARY('3TzBZ5y0j8MO0z70KqSr3I',$,$,$,(#4170),#18791); +#18791= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\7A9330E930A430CB30F330B0306E591650745E453002957765B95F62306E7A93306E58345408306E307F3002\X0\','ja-JP',$); -#11584= IFCRELASSOCIATESLIBRARY('2hYm12okPBSvHHoFZPcU2n',$,$,$,(#4142),#18750); -#18750= IFCLIBRARYREFERENCE($,$,'H\S\vhe','H\S\vhe der Vorhangfassade. Der Wert wird nur dann angegeben, wenn diese konstant entlang der Mittellinie des Pfades ist.','de-DE',$); +#11624= IFCRELASSOCIATESLIBRARY('1pJrFUXijE1wk3dTNNCuwT',$,$,$,(#4171),#18792); +#18792= IFCLIBRARYREFERENCE($,$,'H\S\vhe','H\S\vhe der Vorhangfassade. Der Wert wird nur dann angegeben, wenn diese konstant entlang der Mittellinie des Pfades ist.','de-DE',$); -#11585= IFCRELASSOCIATESLIBRARY('1N6FPKxlj5GghXe4Qjv5qD',$,$,$,(#4142),#18751); -#18751= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#11625= IFCRELASSOCIATESLIBRARY('2d3z29AZrA09NCFPDG24E0',$,$,$,(#4171),#18793); +#18793= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#11586= IFCRELASSOCIATESLIBRARY('0SVRreh_T0PwjgO9YL7TMe',$,$,$,(#4142),#18752); -#18752= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\30AB30FC30C630F330A630A930FC30EB306E9AD8305530029AD83055304C4E005B9A306E583454083002\X0\','ja-JP',$); +#11626= IFCRELASSOCIATESLIBRARY('23lMoawEjE0wSA_jYTedfb',$,$,$,(#4171),#18794); +#18794= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\30AB30FC30C630F330A630A930FC30EB306E9AD8305530029AD83055304C4E005B9A306E583454083002\X0\','ja-JP',$); -#11587= IFCRELASSOCIATESLIBRARY('0eI9DRWIn5JgVly2W6sjUE',$,$,$,(#4143),#18753); -#18753= IFCLIBRARYREFERENCE($,$,'H\S\vhe','H\S\vhe des Fundaments. Der Wert wird nur angegeben, wenn die H\S\vhe konstant ist.','de-DE',$); +#11627= IFCRELASSOCIATESLIBRARY('1Zjpenyx91ohvAO65zCG29',$,$,$,(#4172),#18795); +#18795= IFCLIBRARYREFERENCE($,$,'H\S\vhe','H\S\vhe des Fundaments. Der Wert wird nur angegeben, wenn die H\S\vhe konstant ist.','de-DE',$); -#11588= IFCRELASSOCIATESLIBRARY('3H13NIyInFVO1M7Cj8yr1A',$,$,$,(#4143),#18754); -#18754= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#11628= IFCRELASSOCIATESLIBRARY('1b5AjXFjn5288MHq7tJVMh',$,$,$,(#4172),#18796); +#18796= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#11589= IFCRELASSOCIATESLIBRARY('2GhHhk8grChOEHUZldBg22',$,$,$,(#4152),#18755); -#18755= IFCLIBRARYREFERENCE($,$,'H\S\vhe','H\S\vhe der Wand. Der Wert wird nur angegeben, wenn die H\S\vhe konstant ist.','de-DE',$); +#11629= IFCRELASSOCIATESLIBRARY('12e1$Sh9DFn9AcyAksjlja',$,$,$,(#4181),#18797); +#18797= IFCLIBRARYREFERENCE($,$,'H\S\vhe','H\S\vhe der Wand. Der Wert wird nur angegeben, wenn die H\S\vhe konstant ist.','de-DE',$); -#11590= IFCRELASSOCIATESLIBRARY('1KWmJ6tDH4Sf$ZZLWVGikL',$,$,$,(#4152),#18756); -#18756= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#11630= IFCRELASSOCIATESLIBRARY('3cbCfNm8T3ZuBkbcmpsxZw',$,$,$,(#4181),#18798); +#18798= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#11591= IFCRELASSOCIATESLIBRARY('0ZMbv5qrX7tx$rqC3Z7gCR',$,$,$,(#4152),#18757); -#18757= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\58C1306E9AD83055300258C14E2D5FC36027306B6CBF306330669AD83055304C4E005B9A306E58345408306E307F3002\X0\','ja-JP',$); +#11631= IFCRELASSOCIATESLIBRARY('3msAtht552RxSNfzpyF$m$',$,$,$,(#4181),#18799); +#18799= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\58C1306E9AD83055300258C14E2D5FC36027306B6CBF306330669AD83055304C4E005B9A306E58345408306E307F3002\X0\','ja-JP',$); -#11592= IFCRELASSOCIATESLIBRARY('2jyhKAXo11HhjTwODLw_zS',$,$,$,(#4153),#18758); -#18758= IFCLIBRARYREFERENCE($,$,'H\S\vhe','Gesamte H\S\vhe des T\S\|rrahmens. Wird nur f\S\|r rechteckige T\S\|ren angegeben.','de-DE',$); +#11632= IFCRELASSOCIATESLIBRARY('0kVwtVc2H1Kh40YE3ZPFxC',$,$,$,(#4182),#18800); +#18800= IFCLIBRARYREFERENCE($,$,'H\S\vhe','Gesamte H\S\vhe des T\S\|rrahmens. Wird nur f\S\|r rechteckige T\S\|ren angegeben.','de-DE',$); -#11593= IFCRELASSOCIATESLIBRARY('2tzUTJkIn8L8oHIWOOfL3H',$,$,$,(#4153),#18759); -#18759= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#11633= IFCRELASSOCIATESLIBRARY('3HXYtfcyf2_Q8HWNs7QlEH',$,$,$,(#4182),#18801); +#18801= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#11594= IFCRELASSOCIATESLIBRARY('3MgfqDAJTCcwoRKmY6j_B5',$,$,$,(#4153),#18760); -#18760= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\30C930A230E930A430CB30F330B0306E591650745E453002957765B95F62306E30C930A2306E58345408306E307F3002\X0\','ja-JP',$); +#11634= IFCRELASSOCIATESLIBRARY('2eVFYSyo14zw03DKk8nVJf',$,$,$,(#4182),#18802); +#18802= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\30C930A230E930A430CB30F330B0306E591650745E453002957765B95F62306E30C930A2306E58345408306E307F3002\X0\','ja-JP',$); -#11595= IFCRELASSOCIATESLIBRARY('2THG5ZXs59sQFL6insKSEl',$,$,$,(#4154),#18761); -#18761= IFCLIBRARYREFERENCE($,$,'H\S\vhe','Gesamte H\S\vhe des Raums, von Rohboden zur Rohdecke, wird nur angegeben wenn der Raum eine konstante H\S\vhe hat.','de-DE',$); +#11635= IFCRELASSOCIATESLIBRARY('1lxxShiln16hfqygcd8exb',$,$,$,(#4183),#18803); +#18803= IFCLIBRARYREFERENCE($,$,'H\S\vhe','Gesamte H\S\vhe des Raums, von Rohboden zur Rohdecke, wird nur angegeben wenn der Raum eine konstante H\S\vhe hat.','de-DE',$); -#11596= IFCRELASSOCIATESLIBRARY('0CEAbG3lD8KOYCOmHHOGHa',$,$,$,(#4154),#18762); -#18762= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); +#11636= IFCRELASSOCIATESLIBRARY('2wvjr1CW51KBIlukVs74AG',$,$,$,(#4183),#18804); +#18804= IFCLIBRARYREFERENCE($,$,'Height',$,'en',$); -#11597= IFCRELASSOCIATESLIBRARY('3k9q2I2QTDIun$QGujUb87',$,$,$,(#4154),#18763); -#18763= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\90E85C4B306E9AD8305530025E8A30B930E930D6304B308959294E95307E3067306E9AD8305530023064308A3055305259294E95306F542B307E306A304430024E0B306E5E8A306E4E0A9762304B308930014E0A306E5E8A306E4E0B9762307E3067306E8DDD96E23068306A308B300290E85C4B304C4E005B9A306E9AD8305530926301306330663044308B3068304D306B306E307F4E0E30483089308C308B50243002\X0\','ja-JP',$); +#11637= IFCRELASSOCIATESLIBRARY('1CjQkTuQfDp9NRSdRzpi5k',$,$,$,(#4183),#18805); +#18805= IFCLIBRARYREFERENCE($,$,'\X2\9AD83055\X0\','\X2\90E85C4B306E9AD8305530025E8A30B930E930D6304B308959294E95307E3067306E9AD8305530023064308A3055305259294E95306F542B307E306A304430024E0B306E5E8A306E4E0A9762304B308930014E0A306E5E8A306E4E0B9762307E3067306E8DDD96E23068306A308B300290E85C4B304C4E005B9A306E9AD8305530926301306330663044308B3068304D306B306E307F4E0E30483089308C308B50243002\X0\','ja-JP',$); -#11598= IFCRELASSOCIATESLIBRARY('1MtCmVh55FhxcsQMUh58Lw',$,$,$,(#4156),#18764); -#18764= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11638= IFCRELASSOCIATESLIBRARY('2$9SBbApb7jfQzn5h5U_u5',$,$,$,(#4185),#18806); +#18806= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11599= IFCRELASSOCIATESLIBRARY('3S9JPebnDFjg2UY3U$ZCLI',$,$,$,(#4157),#18765); -#18765= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11639= IFCRELASSOCIATESLIBRARY('0QyHz2H155hxyfrvP$s21k',$,$,$,(#4186),#18807); +#18807= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11600= IFCRELASSOCIATESLIBRARY('1eS$n8Dh1Cyg9xvbOw3xS0',$,$,$,(#4158),#18766); -#18766= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Gesamtl\S\dnge der Rampe gemessen entlang der Lauflinie der Rampe.','de-DE',$); +#11640= IFCRELASSOCIATESLIBRARY('1TN9eecqn3dw3$ZfSQghYo',$,$,$,(#4187),#18808); +#18808= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Gesamtl\S\dnge der Rampe gemessen entlang der Lauflinie der Rampe.','de-DE',$); -#11601= IFCRELASSOCIATESLIBRARY('0EF6bP65vDMRWj8Wg2Kllk',$,$,$,(#4158),#18767); -#18767= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11641= IFCRELASSOCIATESLIBRARY('0BdnY90bfCzgfak7NWAZlg',$,$,$,(#4187),#18809); +#18809= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11602= IFCRELASSOCIATESLIBRARY('1SolCCuRLDOg860QFrC6M3',$,$,$,(#4159),#18768); -#18768= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11642= IFCRELASSOCIATESLIBRARY('1CWfqJQMvEDw8J_nBEb159',$,$,$,(#4188),#18810); +#18810= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11603= IFCRELASSOCIATESLIBRARY('1aH5Ub5YL0Q85$htE$Mn_P',$,$,$,(#4160),#18769); -#18769= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Gesamtl\S\dnge der Vorhangfassade gemessen entlang der Mittellinie der Vorhangfassade.','de-DE',$); +#11643= IFCRELASSOCIATESLIBRARY('1APwNIfFP3FPFKwE1NqCEw',$,$,$,(#4189),#18811); +#18811= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Gesamtl\S\dnge der Vorhangfassade gemessen entlang der Mittellinie der Vorhangfassade.','de-DE',$); -#11604= IFCRELASSOCIATESLIBRARY('1yqs_t3s12gwsLvJ1zoBi6',$,$,$,(#4160),#18770); -#18770= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11644= IFCRELASSOCIATESLIBRARY('13MPZza593KR9xmct9d0R5',$,$,$,(#4189),#18812); +#18812= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11605= IFCRELASSOCIATESLIBRARY('3VpJreEwj469QkKourjugd',$,$,$,(#4160),#18771); -#18771= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\30AB30FC30C630F330A630A930FC30EB306E4E2D5FC37DDA306B6CBF3063305F957730553002\X0\','ja-JP',$); +#11645= IFCRELASSOCIATESLIBRARY('3xe$fhy_X9HeltyFrfovE8',$,$,$,(#4189),#18813); +#18813= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\30AB30FC30C630F330A630A930FC30EB306E4E2D5FC37DDA306B6CBF3063305F957730553002\X0\','ja-JP',$); -#11606= IFCRELASSOCIATESLIBRARY('36BoFdo218zPXg2m$2Oe_G',$,$,$,(#4161),#18772); -#18772= IFCLIBRARYREFERENCE($,$,'L\S\dnge','L\S\dnge der Wand entlang der Mittellinie der gesamten Wand.','de-DE',$); +#11646= IFCRELASSOCIATESLIBRARY('06HYxy_srE5vMGAL8iFzev',$,$,$,(#4190),#18814); +#18814= IFCLIBRARYREFERENCE($,$,'L\S\dnge','L\S\dnge der Wand entlang der Mittellinie der gesamten Wand.','de-DE',$); -#11607= IFCRELASSOCIATESLIBRARY('1QSC2egIn23Br26bNLJNV8',$,$,$,(#4161),#18773); -#18773= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11647= IFCRELASSOCIATESLIBRARY('1csmUkfRfEDOj$J_bzwI0u',$,$,$,(#4190),#18815); +#18815= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11608= IFCRELASSOCIATESLIBRARY('017$KIH9z2extgFAuQb0py',$,$,$,(#4161),#18774); -#18774= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\58C1306E4E2D5FC37DDA306B6CBF3063305F957730553002\X0\','ja-JP',$); +#11648= IFCRELASSOCIATESLIBRARY('3HpZGSVkD8E9B_L5m0h3E3',$,$,$,(#4190),#18816); +#18816= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\58C1306E4E2D5FC37DDA306B6CBF3063305F957730553002\X0\','ja-JP',$); -#11609= IFCRELASSOCIATESLIBRARY('2JQKU9EQr1GOU6fIXpHtDt',$,$,$,(#4162),#18775); -#18775= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Gesamtl\S\dnge des Schornsteins ohne Ber\S\|cksichtigung von Abschr\S\dgungen, Ausklinkungen, und \S\dhnliches.','de-DE',$); +#11649= IFCRELASSOCIATESLIBRARY('3rPPEbzlbBNga$azPuLhoy',$,$,$,(#4191),#18817); +#18817= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Gesamtl\S\dnge des Schornsteins ohne Ber\S\|cksichtigung von Abschr\S\dgungen, Ausklinkungen, und \S\dhnliches.','de-DE',$); -#11610= IFCRELASSOCIATESLIBRARY('36XfTsSw1DO9Qq9JGqHcdG',$,$,$,(#4162),#18776); -#18776= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11650= IFCRELASSOCIATESLIBRARY('3x3fCPpEv9CAI8y1apoB32',$,$,$,(#4191),#18818); +#18818= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11611= IFCRELASSOCIATESLIBRARY('2qCF36RdLCTP5DoAZKFq0R',$,$,$,(#4162),#18777); -#18777= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\71597A81306E95773055300257FA76E490E85206304B30894E00756A4E0A307E3067306E8DDD96E23002520765AD306A3069306E4ED6306E51E6740630928003616E3057306A30443002\X0\','ja-JP',$); +#11651= IFCRELASSOCIATESLIBRARY('1XvIhZS1XDSRCaEagmIVds',$,$,$,(#4191),#18819); +#18819= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\71597A81306E95773055300257FA76E490E85206304B30894E00756A4E0A307E3067306E8DDD96E23002520765AD306A3069306E4ED6306E51E6740630928003616E3057306A30443002\X0\','ja-JP',$); -#11612= IFCRELASSOCIATESLIBRARY('1$ltZX2AX718aLuqPzkO9L',$,$,$,(#4177),#18778); -#18778= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11652= IFCRELASSOCIATESLIBRARY('1JGft2UIPEpxk_pSTvf57Y',$,$,$,(#4207),#18820); +#18820= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11613= IFCRELASSOCIATESLIBRARY('0B2hhDVpL2Zwui5R782rgl',$,$,$,(#4181),#18779); -#18779= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Gesamte L\S\dnge des Fundaments, bei Streifenfundamenten entlang der Mittellinie. Sonst eine der beiden horizontalen Abmessungen. Der Wert wird nur angegeben, wenn die L\S\dnge konstant ist.','de-DE',$); +#11653= IFCRELASSOCIATESLIBRARY('1QNHiJEKrF8BiCge1QKPrN',$,$,$,(#4211),#18821); +#18821= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Gesamte L\S\dnge des Fundaments, bei Streifenfundamenten entlang der Mittellinie. Sonst eine der beiden horizontalen Abmessungen. Der Wert wird nur angegeben, wenn die L\S\dnge konstant ist.','de-DE',$); -#11614= IFCRELASSOCIATESLIBRARY('0j1ByZh61EHQu0AIu3LaZG',$,$,$,(#4181),#18780); -#18780= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11654= IFCRELASSOCIATESLIBRARY('1ttX9GpiDCteRQxOWkKSWC',$,$,$,(#4211),#18822); +#18822= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11615= IFCRELASSOCIATESLIBRARY('1rpY7SscjBwQ6dNIraCSpl',$,$,$,(#4182),#18781); -#18781= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Physikalische L\S\dnge des Stabs ohne Ber\S\|cksichtigung von Abschr\S\dgungen, Ausklinkungen, und \S\dhnliches.','de-DE',$); +#11655= IFCRELASSOCIATESLIBRARY('0rogOe0rL9d8ukCyFi9H4G',$,$,$,(#4212),#18823); +#18823= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Physikalische L\S\dnge des Stabs ohne Ber\S\|cksichtigung von Abschr\S\dgungen, Ausklinkungen, und \S\dhnliches.','de-DE',$); -#11616= IFCRELASSOCIATESLIBRARY('23$LZ3uyz2ueSZsRkgxBax',$,$,$,(#4182),#18782); -#18782= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11656= IFCRELASSOCIATESLIBRARY('2UTVT10nLALRmA0lHJsQhm',$,$,$,(#4212),#18824); +#18824= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11617= IFCRELASSOCIATESLIBRARY('0Cj$ldqHnEafUq7a04tYRJ',$,$,$,(#4183),#18783); -#18783= IFCLIBRARYREFERENCE($,$,'L\S\dnge','L\S\dnge der Railing entlang der Referenzlinie, ohne Ber\S\|cksichtigung von Abschr\S\dgungen, Ausklinkungen, und \S\dhnliches.','de-DE',$); +#11657= IFCRELASSOCIATESLIBRARY('177jLjCWXAEBa7IoxLxO_S',$,$,$,(#4213),#18825); +#18825= IFCLIBRARYREFERENCE($,$,'L\S\dnge','L\S\dnge der Railing entlang der Referenzlinie, ohne Ber\S\|cksichtigung von Abschr\S\dgungen, Ausklinkungen, und \S\dhnliches.','de-DE',$); -#11618= IFCRELASSOCIATESLIBRARY('2wITN4Szn2$B21vuM2uhWa',$,$,$,(#4183),#18784); -#18784= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11658= IFCRELASSOCIATESLIBRARY('1HBilzGzrAUOH6b5aaUG1f',$,$,$,(#4213),#18826); +#18826= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11619= IFCRELASSOCIATESLIBRARY('3HsUrj7w93oxvYc4J329s7',$,$,$,(#4183),#18785); -#18785= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\624B3059308A306E957730553002520765AD306A30694ED6306E51E6740630928003616E3057306A30443002\X0\','ja-JP',$); +#11659= IFCRELASSOCIATESLIBRARY('3UM_0paUX04BadktEw1bgC',$,$,$,(#4213),#18827); +#18827= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\624B3059308A306E957730553002520765AD306A30694ED6306E51E6740630928003616E3057306A30443002\X0\','ja-JP',$); -#11620= IFCRELASSOCIATESLIBRARY('3LW_xfam11H90V8rOQoQyH',$,$,$,(#4184),#18786); -#18786= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11660= IFCRELASSOCIATESLIBRARY('1fUt5yuqL6pvM7D2lqavE4',$,$,$,(#4214),#18828); +#18828= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11621= IFCRELASSOCIATESLIBRARY('3EBsoC9IT9lvkIgSmPV4Nx',$,$,$,(#4185),#18787); -#18787= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Gesamtl\S\dnge des Treppenlaufs gemessen entlang der Lauflinie des Treppenlaufs.','de-DE',$); +#11661= IFCRELASSOCIATESLIBRARY('310EZrMTLEfwXhgGTuO3hd',$,$,$,(#4215),#18829); +#18829= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Gesamtl\S\dnge des Treppenlaufs gemessen entlang der Lauflinie des Treppenlaufs.','de-DE',$); -#11622= IFCRELASSOCIATESLIBRARY('3Pqp81_0X0df5fSWwqXUyP',$,$,$,(#4185),#18788); -#18788= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11662= IFCRELASSOCIATESLIBRARY('30h4gkR4jCsxB4S1MaTm9f',$,$,$,(#4215),#18830); +#18830= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11623= IFCRELASSOCIATESLIBRARY('3aCColMF52hPdn8xpJmpNh',$,$,$,(#4186),#18789); -#18789= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11663= IFCRELASSOCIATESLIBRARY('1kfG2FnU5FpAkS0j7k3rDy',$,$,$,(#4216),#18831); +#18831= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11624= IFCRELASSOCIATESLIBRARY('2GoxCpk8L9FOcZqB$mf1KS',$,$,$,(#4187),#18790); -#18790= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11664= IFCRELASSOCIATESLIBRARY('2eWewNVlD9$w6v9sMXnWhI',$,$,$,(#4217),#18832); +#18832= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11625= IFCRELASSOCIATESLIBRARY('3z7eb6fOf0qQYTIASEtXG1',$,$,$,(#4188),#18791); -#18791= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11665= IFCRELASSOCIATESLIBRARY('0mrbvqJLH7rujhBeTUPEJW',$,$,$,(#4218),#18833); +#18833= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11626= IFCRELASSOCIATESLIBRARY('2TPrA3v6b9xQnLlODQ969W',$,$,$,(#4189),#18792); -#18792= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Physikalische L\S\dnge des Balkens ohne Ber\S\|cksichtigung von Abschr\S\dgungen, Ausklinkungen, und \S\dhnliches.','de-DE',$); +#11666= IFCRELASSOCIATESLIBRARY('0xhqYm_JjBEO_aVphzEwUg',$,$,$,(#4219),#18834); +#18834= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Physikalische L\S\dnge des Balkens ohne Ber\S\|cksichtigung von Abschr\S\dgungen, Ausklinkungen, und \S\dhnliches.','de-DE',$); -#11627= IFCRELASSOCIATESLIBRARY('1JYnS6qIP75AEvC42eG4Bm',$,$,$,(#4189),#18793); -#18793= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11667= IFCRELASSOCIATESLIBRARY('0OpKlQEpDFkAGJziY_c4Gd',$,$,$,(#4219),#18835); +#18835= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11628= IFCRELASSOCIATESLIBRARY('1bHhs4I4L25g9n1KAuMWSm',$,$,$,(#4189),#18794); -#18794= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\6881306E51684F5395773002520765AD30844ED6306E51E67406306E90E8520630928003616E3057306A30443002\X0\','ja-JP',$); +#11668= IFCRELASSOCIATESLIBRARY('1__kTm7xzClBGxnlQogcVj',$,$,$,(#4219),#18836); +#18836= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\6881306E51684F5395773002520765AD30844ED6306E51E67406306E90E8520630928003616E3057306A30443002\X0\','ja-JP',$); -#11629= IFCRELASSOCIATESLIBRARY('3583nGm1LAsulv3d8AzAck',$,$,$,(#4190),#18795); -#18795= IFCLIBRARYREFERENCE($,$,'L\S\dnge','L\S\dnge der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); +#11669= IFCRELASSOCIATESLIBRARY('0QxCYLwcPCAOHD4T7Z0IcA',$,$,$,(#4220),#18837); +#18837= IFCLIBRARYREFERENCE($,$,'L\S\dnge','L\S\dnge der Decke (einer der beiden Abmasse in der parallelen Draufsicht auf die Decke). Wird nur bei rechteckigen Decken angegeben.','de-DE',$); -#11630= IFCRELASSOCIATESLIBRARY('2$ju4XYkzDlBAwAbvM3dfz',$,$,$,(#4190),#18796); -#18796= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11670= IFCRELASSOCIATESLIBRARY('1EVhB992D6N9cGKJkR0Gym',$,$,$,(#4220),#18838); +#18838= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11631= IFCRELASSOCIATESLIBRARY('2D5JQs4iX64hlBFX0iLhGa',$,$,$,(#4191),#18797); -#18797= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Physikalische L\S\dnge der St\S\|tze ohne Ber\S\|cksichtigung von Abschr\S\dgungen, Ausklinkungen, und \S\dhnliches.','de-DE',$); +#11671= IFCRELASSOCIATESLIBRARY('0zDL$QnE99YQbqY3_8bXDj',$,$,$,(#4221),#18839); +#18839= IFCLIBRARYREFERENCE($,$,'L\S\dnge','Physikalische L\S\dnge der St\S\|tze ohne Ber\S\|cksichtigung von Abschr\S\dgungen, Ausklinkungen, und \S\dhnliches.','de-DE',$); -#11632= IFCRELASSOCIATESLIBRARY('34e851rEr9pQKf6v1YJkmr',$,$,$,(#4191),#18798); -#18798= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); +#11672= IFCRELASSOCIATESLIBRARY('12BxwLj3fBDQ39u6PTMMzj',$,$,$,(#4221),#18840); +#18840= IFCLIBRARYREFERENCE($,$,'Length',$,'en',$); -#11633= IFCRELASSOCIATESLIBRARY('1cd111AoHAGgFzMZpnjoP3',$,$,$,(#4191),#18799); -#18799= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\67F1306E51684F5395773002520765AD30844ED6306E51E67406306E90E8520630928003616E3057306A30443002\X0\','ja-JP',$); +#11673= IFCRELASSOCIATESLIBRARY('1dSWrhgfHBdwgpntvk7yZ3',$,$,$,(#4221),#18841); +#18841= IFCLIBRARYREFERENCE($,$,'\X2\95773055\X0\','\X2\67F1306E51684F5395773002520765AD30844ED6306E51E67406306E90E8520630928003616E3057306A30443002\X0\','ja-JP',$); -#11634= IFCRELASSOCIATESLIBRARY('0n$tzlpiPFhPHrP2ddqleW',$,$,$,(#4195),#18800); -#18800= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Fl\S\dche der Platte (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden abgezogen. Der Wert wird nur angegeben, wenn die Platte eine kostante Dicke hat.','de-DE',$); +#11674= IFCRELASSOCIATESLIBRARY('10HGduGCPAix9g7cPgEooG',$,$,$,(#4226),#18842); +#18842= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Fl\S\dche der Platte (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden abgezogen. Der Wert wird nur angegeben, wenn die Platte eine kostante Dicke hat.','de-DE',$); -#11635= IFCRELASSOCIATESLIBRARY('3NH4qppqf33B5ADQ94wExv',$,$,$,(#4195),#18801); -#18801= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); +#11675= IFCRELASSOCIATESLIBRARY('0d05Q0PPP0VAvBBuN1VWdx',$,$,$,(#4226),#18843); +#18843= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); -#11636= IFCRELASSOCIATESLIBRARY('01BSBfiUP5OR9hufW4uMmJ',$,$,$,(#4196),#18802); -#18802= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Nettofl\S\dche der Bekleidung nach Abzug aller \S\Vffnungen. Je nach Art der Bekleidung ist es die Bodenfl\S\dche, Wandfl\S\dche, order Deckenfl\S\dche des Raumes mit gleichem Material.','de-DE',$); +#11676= IFCRELASSOCIATESLIBRARY('2qx4znAn18H8h5T1MFwfGb',$,$,$,(#4227),#18844); +#18844= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Nettofl\S\dche der Bekleidung nach Abzug aller \S\Vffnungen. Je nach Art der Bekleidung ist es die Bodenfl\S\dche, Wandfl\S\dche, order Deckenfl\S\dche des Raumes mit gleichem Material.','de-DE',$); -#11637= IFCRELASSOCIATESLIBRARY('3hHECohhz21PrkIw9Rn_xR',$,$,$,(#4196),#18803); -#18803= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); +#11677= IFCRELASSOCIATESLIBRARY('2KiJyc$xD6JOewue8gTB9$',$,$,$,(#4227),#18845); +#18845= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); -#11638= IFCRELASSOCIATESLIBRARY('0I_Xcxp79ERv4jjsOGmJpl',$,$,$,(#4196),#18804); -#18804= IFCLIBRARYREFERENCE($,$,'\X2\6B63547397627A4D\X0\','\X2\90E85C4B306B976230573066304490E8520651684F53306E97627A4D3002958B53E3306A3069306F8003616E3059308B3002\X0\','ja-JP',$); +#11678= IFCRELASSOCIATESLIBRARY('0sL7ZKhEL5Y8FcQHttbViN',$,$,$,(#4227),#18846); +#18846= IFCLIBRARYREFERENCE($,$,'\X2\6B63547397627A4D\X0\','\X2\90E85C4B306B976230573066304490E8520651684F53306E97627A4D3002958B53E3306A3069306F8003616E3059308B3002\X0\','ja-JP',$); -#11639= IFCRELASSOCIATESLIBRARY('0x1klFdl5E0wg5REwwFDIp',$,$,$,(#4197),#18805); -#18805= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Gesamte Nettofl\S\dche der Dachhaut (Ansichtsfl\S\dche senkrecht zur Dachneigung, oder Mantelfl\S\dche der Dachhaut bei gekr\S\|mmten, gew\S\vlbten Fl\S\dchen, nicht jedoch die projizierte Fl\S\dche). Alle \S\Vffnungen, wie z.B. Dachfl\S\dchenfenster, werden abgezogen.','de-DE',$); +#11679= IFCRELASSOCIATESLIBRARY('3r3wT22oT26xyq7LZgJRsa',$,$,$,(#4228),#18847); +#18847= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Gesamte Nettofl\S\dche der Dachhaut (Ansichtsfl\S\dche senkrecht zur Dachneigung, oder Mantelfl\S\dche der Dachhaut bei gekr\S\|mmten, gew\S\vlbten Fl\S\dchen, nicht jedoch die projizierte Fl\S\dche). Alle \S\Vffnungen, wie z.B. Dachfl\S\dchenfenster, werden abgezogen.','de-DE',$); -#11640= IFCRELASSOCIATESLIBRARY('1NkVwZsvn7LxQlsU3l8EhV',$,$,$,(#4197),#18806); -#18806= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); +#11680= IFCRELASSOCIATESLIBRARY('0mBxnNGFbDVPAtzY95ZOwI',$,$,$,(#4228),#18848); +#18848= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); -#11641= IFCRELASSOCIATESLIBRARY('1XZqwWXFLCvwZ5jxzsnUrg',$,$,$,(#4198),#18807); -#18807= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Gesamte Nettofl\S\dche der Rampe (als wahre Fl\S\dche und nicht als projizierte Fl\S\dche). Alle \S\Vffnungen werden abgezogen. Wird nur bei konstanter Dicke der Rampe angegeben.','de-DE',$); +#11681= IFCRELASSOCIATESLIBRARY('33bhXtEpL3_RUTq6L$I67x',$,$,$,(#4229),#18849); +#18849= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Gesamte Nettofl\S\dche der Rampe (als wahre Fl\S\dche und nicht als projizierte Fl\S\dche). Alle \S\Vffnungen werden abgezogen. Wird nur bei konstanter Dicke der Rampe angegeben.','de-DE',$); -#11642= IFCRELASSOCIATESLIBRARY('0UtcO7aG95rPiYKDZJ5Vrf',$,$,$,(#4198),#18808); -#18808= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); +#11682= IFCRELASSOCIATESLIBRARY('1rvYd8OCv2uR$l4O$tnQxi',$,$,$,(#4229),#18850); +#18850= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); -#11643= IFCRELASSOCIATESLIBRARY('2JEyyRhALEOgG0KfiYj3Bt',$,$,$,(#4199),#18809); -#18809= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Fl\S\dche der Decke (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden abgezogen. Der Wert wird nur angegeben, wenn die Decke eine kostante Dicke hat.','de-DE',$); +#11683= IFCRELASSOCIATESLIBRARY('1pBJNP6An2nejWepqGDPw0',$,$,$,(#4230),#18851); +#18851= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Fl\S\dche der Decke (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden abgezogen. Der Wert wird nur angegeben, wenn die Decke eine kostante Dicke hat.','de-DE',$); -#11644= IFCRELASSOCIATESLIBRARY('2jISrs4FT8YQV9ZIoAPuCN',$,$,$,(#4199),#18810); -#18810= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); +#11684= IFCRELASSOCIATESLIBRARY('1JrUAFo0jCaBaoM_TkkH86',$,$,$,(#4230),#18852); +#18852= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); -#11645= IFCRELASSOCIATESLIBRARY('1EQKx_$5bCveSU0PjGzxC$',$,$,$,(#4199),#18811); -#18811= IFCLIBRARYREFERENCE($,$,'\X2\6B63547397627A4D\X0\','\X2\30B930E930D6306E97627A4D3002958B53E3300130783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); +#11685= IFCRELASSOCIATESLIBRARY('14XZ90_SrDcu4hecvkRdBn',$,$,$,(#4230),#18853); +#18853= IFCLIBRARYREFERENCE($,$,'\X2\6B63547397627A4D\X0\','\X2\30B930E930D6306E97627A4D3002958B53E3300130783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); -#11646= IFCRELASSOCIATESLIBRARY('2x3u$lhAzFGAbwJ6pJZc1j',$,$,$,(#4200),#18812); -#18812= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Fl\S\dche der Decke (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden abgezogen. Der Wert wird nur angegeben, wenn die Decke eine kostante Dicke hat.','de-DE',$); +#11686= IFCRELASSOCIATESLIBRARY('3T3ONl2nTEZeDJzQPsMUKn',$,$,$,(#4231),#18854); +#18854= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Fl\S\dche der Decke (Ansichtsfl\S\dche, nicht projizierte oder Mantelfl\S\dche). Alle \S\Vffnungen werden abgezogen. Der Wert wird nur angegeben, wenn die Decke eine kostante Dicke hat.','de-DE',$); -#11647= IFCRELASSOCIATESLIBRARY('1KRnrKZm92MPNPWPuzqEHE',$,$,$,(#4200),#18813); -#18813= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); +#11687= IFCRELASSOCIATESLIBRARY('27$1HjV8LCefJzu5Y1cMji',$,$,$,(#4231),#18855); +#18855= IFCLIBRARYREFERENCE($,$,'Net Area',$,'en',$); -#11648= IFCRELASSOCIATESLIBRARY('2zi6ljHjn89RiW$O4XUsHj',$,$,$,(#4200),#18814); -#18814= IFCLIBRARYREFERENCE($,$,'\X2\6B63547397627A4D\X0\','\X2\30B930E930D6306E97627A4D3002958B53E3300130783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); +#11688= IFCRELASSOCIATESLIBRARY('0sBict19b9ohigTV6WGgSg',$,$,$,(#4231),#18856); +#18856= IFCLIBRARYREFERENCE($,$,'\X2\6B63547397627A4D\X0\','\X2\30B930E930D6306E97627A4D3002958B53E3300130783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); -#11649= IFCRELASSOCIATESLIBRARY('0JJDBfjzj4y8Mwxumvpe3y',$,$,$,(#4201),#18815); -#18815= IFCLIBRARYREFERENCE($,$,'Deckenfl\S\dche Netto','Gesamte Deckenfl\S\dche eines Raumes unabh\S\dngig von der Raumh\S\vhe. \S\Vffnungen beispielsweise f\S\|r Dachfenster oder Treppen werden abgezogen.','de-DE',$); +#11689= IFCRELASSOCIATESLIBRARY('08t5_5NPj91efntf4DP220',$,$,$,(#4232),#18857); +#18857= IFCLIBRARYREFERENCE($,$,'Deckenfl\S\dche Netto','Gesamte Deckenfl\S\dche eines Raumes unabh\S\dngig von der Raumh\S\vhe. \S\Vffnungen beispielsweise f\S\|r Dachfenster oder Treppen werden abgezogen.','de-DE',$); -#11650= IFCRELASSOCIATESLIBRARY('3Yts__3gvEXA$XhdtGhE1f',$,$,$,(#4201),#18816); -#18816= IFCLIBRARYREFERENCE($,$,'Net Ceiling Area',$,'en',$); +#11690= IFCRELASSOCIATESLIBRARY('1zADenyPD7zBCxC3TFMXV3',$,$,$,(#4232),#18858); +#18858= IFCLIBRARYREFERENCE($,$,'Net Ceiling Area',$,'en',$); -#11651= IFCRELASSOCIATESLIBRARY('3$4hejWcPDt91L37lsD1U9',$,$,$,(#4201),#18817); -#18817= IFCLIBRARYREFERENCE($,$,'\X2\6B63547359294E9597627A4D\X0\','\X2\90E85C4B306E59294E9597627A4D300267F13084518590E858C1306A30693092542B307E306A304497627A4D3002\X0\','ja-JP',$); +#11691= IFCRELASSOCIATESLIBRARY('3JQZV3tQj3KezwlULMXYqN',$,$,$,(#4232),#18859); +#18859= IFCLIBRARYREFERENCE($,$,'\X2\6B63547359294E9597627A4D\X0\','\X2\90E85C4B306E59294E9597627A4D300267F13084518590E858C1306A30693092542B307E306A304497627A4D3002\X0\','ja-JP',$); -#11652= IFCRELASSOCIATESLIBRARY('0UkXScaPXEuPCIdqowxPPm',$,$,$,(#4202),#18818); -#18818= IFCLIBRARYREFERENCE($,$,'Net Cross Section Area',$,'en',$); +#11692= IFCRELASSOCIATESLIBRARY('3qQgEdDxXEUAuQJwbefgZX',$,$,$,(#4233),#18860); +#18860= IFCLIBRARYREFERENCE($,$,'Net Cross Section Area',$,'en',$); -#11653= IFCRELASSOCIATESLIBRARY('0I8yCFpw16ZffSzvjyRVYt',$,$,$,(#4203),#18819); -#18819= IFCLIBRARYREFERENCE($,$,'Net Cross Section Area',$,'en',$); +#11693= IFCRELASSOCIATESLIBRARY('2bpB1aWk90uO0ChZBmxaC1',$,$,$,(#4234),#18861); +#18861= IFCLIBRARYREFERENCE($,$,'Net Cross Section Area',$,'en',$); -#11654= IFCRELASSOCIATESLIBRARY('25zsD2Il91Ufr7JAnxW$$M',$,$,$,(#4204),#18820); -#18820= IFCLIBRARYREFERENCE($,$,'Net Cross Section Area',$,'en',$); +#11694= IFCRELASSOCIATESLIBRARY('1bkGohHHz8KPJblXVXyWDc',$,$,$,(#4235),#18862); +#18862= IFCLIBRARYREFERENCE($,$,'Net Cross Section Area',$,'en',$); -#11655= IFCRELASSOCIATESLIBRARY('2ZmGBO6jr0nfNgFueAtZ6_',$,$,$,(#4205),#18821); -#18821= IFCLIBRARYREFERENCE($,$,'Net Cross Section Area',$,'en',$); +#11695= IFCRELASSOCIATESLIBRARY('1NgPK4yhXA1ggXoyDk7v$p',$,$,$,(#4236),#18863); +#18863= IFCLIBRARYREFERENCE($,$,'Net Cross Section Area',$,'en',$); -#11656= IFCRELASSOCIATESLIBRARY('3ho1c2Kw9BVA964RnszSbO',$,$,$,(#4206),#18822); -#18822= IFCLIBRARYREFERENCE($,$,'Nettogrundfl\S\dche','Summe aller Nettogrundfl\S\dchen der R\S\dume im Geb\S\dude. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume.','de-DE',$); +#11696= IFCRELASSOCIATESLIBRARY('224IBe5k5F6fanel0mL3CF',$,$,$,(#4237),#18864); +#18864= IFCLIBRARYREFERENCE($,$,'Nettogrundfl\S\dche','Summe aller Nettogrundfl\S\dchen der R\S\dume im Geb\S\dude. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume.','de-DE',$); -#11657= IFCRELASSOCIATESLIBRARY('1hTei8c9TAahhasqlhXfOi',$,$,$,(#4206),#18823); -#18823= IFCLIBRARYREFERENCE($,$,'Net Floor Area',$,'en',$); +#11697= IFCRELASSOCIATESLIBRARY('0ZZLWrFhD3QwLBVGdHqVpp',$,$,$,(#4237),#18865); +#18865= IFCLIBRARYREFERENCE($,$,'Net Floor Area',$,'en',$); -#11658= IFCRELASSOCIATESLIBRARY('3AOeAhj8f7HRqpLbVWeb2B',$,$,$,(#4206),#18824); -#18824= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735E8A97627A4D\X0\','\X2\5EFA7269306E90E85C4B306E516897627A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E97627A4D3082966459163057305F3082306E3002\X0\','ja-JP',$); +#11698= IFCRELASSOCIATESLIBRARY('2WqiwXw8PD2PLMzPtCWIw$',$,$,$,(#4237),#18866); +#18866= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735E8A97627A4D\X0\','\X2\5EFA7269306E90E85C4B306E516897627A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E97627A4D3082966459163057305F3082306E3002\X0\','ja-JP',$); -#11659= IFCRELASSOCIATESLIBRARY('3ZV0xbn9X4MwRrWv1Cyq6f',$,$,$,(#4207),#18825); -#18825= IFCLIBRARYREFERENCE($,$,'Bodenfl\S\dche Netto','Gesamte Bodenfl\S\dche eines Raumes, unabh\S\dngig von der Raumh\S\vhe. Alle \S\Vffnungen im Boden, unabh\S\dngig von Ihrer Gr\S\v\S\_e, werden abgezogen.','de-DE',$); +#11699= IFCRELASSOCIATESLIBRARY('0nmwV477L7Hgrme3agmwTk',$,$,$,(#4238),#18867); +#18867= IFCLIBRARYREFERENCE($,$,'Bodenfl\S\dche Netto','Gesamte Bodenfl\S\dche eines Raumes, unabh\S\dngig von der Raumh\S\vhe. Alle \S\Vffnungen im Boden, unabh\S\dngig von Ihrer Gr\S\v\S\_e, werden abgezogen.','de-DE',$); -#11660= IFCRELASSOCIATESLIBRARY('2ppgTjg6r80PRswu8ziGVb',$,$,$,(#4207),#18826); -#18826= IFCLIBRARYREFERENCE($,$,'Net Floor Area',$,'en',$); +#11700= IFCRELASSOCIATESLIBRARY('2MUGb$bZ945gEw9LetyxTd',$,$,$,(#4238),#18868); +#18868= IFCLIBRARYREFERENCE($,$,'Net Floor Area',$,'en',$); -#11661= IFCRELASSOCIATESLIBRARY('0nZwDmG3b9v89CeRTPyw4C',$,$,$,(#4207),#18827); -#18827= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735E8A97627A4D\X0\','\X2\90E85C4B306E5E8A97627A4D300267F13084518590E858C1306A30693092542B307E306A304497627A4D3002\X0\','ja-JP',$); +#11701= IFCRELASSOCIATESLIBRARY('1UNlGt0zDBtejr6kGBCVmP',$,$,$,(#4238),#18869); +#18869= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735E8A97627A4D\X0\','\X2\90E85C4B306E5E8A97627A4D300267F13084518590E858C1306A30693092542B307E306A304497627A4D3002\X0\','ja-JP',$); -#11662= IFCRELASSOCIATESLIBRARY('0WAea3v9rA1hnLgNfCtKBh',$,$,$,(#4208),#18828); -#18828= IFCLIBRARYREFERENCE($,$,'Nettogrundfl\S\dche','Summe aller Nettogrundfl\S\dchen der R\S\dume im Geschoss. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume.','de-DE',$); +#11702= IFCRELASSOCIATESLIBRARY('1NGpk0tnP2b8kqViL8QW8e',$,$,$,(#4239),#18870); +#18870= IFCLIBRARYREFERENCE($,$,'Nettogrundfl\S\dche','Summe aller Nettogrundfl\S\dchen der R\S\dume im Geschoss. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dume angegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume.','de-DE',$); -#11663= IFCRELASSOCIATESLIBRARY('1zxrFdDlf5dfrjYxj8b6S$',$,$,$,(#4208),#18829); -#18829= IFCLIBRARYREFERENCE($,$,'Net Floor Area',$,'en',$); +#11703= IFCRELASSOCIATESLIBRARY('3wfXxyEtD6785YwZ8jTr1O',$,$,$,(#4239),#18871); +#18871= IFCLIBRARYREFERENCE($,$,'Net Floor Area',$,'en',$); -#11664= IFCRELASSOCIATESLIBRARY('0ZVKf87hTCMufwvM10HoMB',$,$,$,(#4208),#18830); -#18830= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735E8A97627A4D\X0\','\X2\5EFA7269968E306E90E85C4B306E516897627A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E97627A4D3082966459163057305F3082306E3002\X0\','ja-JP',$); +#11704= IFCRELASSOCIATESLIBRARY('3C3Nc_KeT9ZvH$52atdK0d',$,$,$,(#4239),#18872); +#18872= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735E8A97627A4D\X0\','\X2\5EFA7269968E306E90E85C4B306E516897627A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E97627A4D3082966459163057305F3082306E3002\X0\','ja-JP',$); -#11665= IFCRELASSOCIATESLIBRARY('0rEwFWlPH0hQB0eJGp5J38',$,$,$,(#4209),#18831); -#18831= IFCLIBRARYREFERENCE($,$,'Nettogrundfl\S\dche','Grundfl\S\dche oder Konstruktionsfl\S\dche der Wand. \S\Vffnungen, wie von T\S\|ren, werden abgezogen.','de-DE',$); +#11705= IFCRELASSOCIATESLIBRARY('0I08cwQFfB5QoFQMzgcWbN',$,$,$,(#4240),#18873); +#18873= IFCLIBRARYREFERENCE($,$,'Nettogrundfl\S\dche','Grundfl\S\dche oder Konstruktionsfl\S\dche der Wand. \S\Vffnungen, wie von T\S\|ren, werden abgezogen.','de-DE',$); -#11666= IFCRELASSOCIATESLIBRARY('2jsQakLX9ElwLsTZrNW9F2',$,$,$,(#4209),#18832); -#18832= IFCLIBRARYREFERENCE($,$,'Net Footprint Area',$,'en',$); +#11706= IFCRELASSOCIATESLIBRARY('2k4tskO4z2RQQK6LcCiWnB',$,$,$,(#4240),#18874); +#18874= IFCLIBRARYREFERENCE($,$,'Net Footprint Area',$,'en',$); -#11667= IFCRELASSOCIATESLIBRARY('1VMVDWjjn8RepNm7zaasLs',$,$,$,(#4209),#18833); -#18833= IFCLIBRARYREFERENCE($,$,'\X2\6B63547330D530C330C830D730EA30F330C897627A4D\X0\','\X2\5E73976256F34E0A306B62955F713057305F58C1306E5F6272B6306E97627A4D300258C1306E30783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); +#11707= IFCRELASSOCIATESLIBRARY('0xsYgeBDvCCgF5xLheYC75',$,$,$,(#4240),#18875); +#18875= IFCLIBRARYREFERENCE($,$,'\X2\6B63547330D530C330C830D730EA30F330C897627A4D\X0\','\X2\5E73976256F34E0A306B62955F713057305F58C1306E5F6272B6306E97627A4D300258C1306E30783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); -#11668= IFCRELASSOCIATESLIBRARY('3VHP6ywF95RuzjFeH7S9$q',$,$,$,(#4210),#18834); -#18834= IFCLIBRARYREFERENCE($,$,'Lichte H\S\vhe','Lichte des Geschosses, gemessen von der Oberkante Rohdecke bis zur Unterkante der Rohdecke im dar\S\|berliegenden Geschoss. Wird nur angegeben, wenn es eine konstante H\S\vhe gibt.','de-DE',$); +#11708= IFCRELASSOCIATESLIBRARY('0tXPUt3eH0mAroS_DYq_qS',$,$,$,(#4241),#18876); +#18876= IFCLIBRARYREFERENCE($,$,'Lichte H\S\vhe','Lichte des Geschosses, gemessen von der Oberkante Rohdecke bis zur Unterkante der Rohdecke im dar\S\|berliegenden Geschoss. Wird nur angegeben, wenn es eine konstante H\S\vhe gibt.','de-DE',$); -#11669= IFCRELASSOCIATESLIBRARY('2bQb$eO_T7z9ByFadAde9l',$,$,$,(#4210),#18835); -#18835= IFCLIBRARYREFERENCE($,$,'Net Heigtht',$,'en',$); +#11709= IFCRELASSOCIATESLIBRARY('0Hkyx1VEP9$AFjU3GS$qYv',$,$,$,(#4241),#18877); +#18877= IFCLIBRARYREFERENCE($,$,'Net Heigtht',$,'en',$); -#11670= IFCRELASSOCIATESLIBRARY('0hWQzRq3nC$e8d0NNk3rue',$,$,$,(#4210),#18836); -#18836= IFCLIBRARYREFERENCE($,$,'\X2\6B635473968E9AD8\X0\','\X2\5EFA7269968E306E9AD8305530025E8A306E4E0A9762304B30894E0A968E306E5E8A9762306E4E0B9762307E3067306E8DDD96E23002\X0\','ja-JP',$); +#11710= IFCRELASSOCIATESLIBRARY('1cFn4uHnj03PjbVvX_XqSd',$,$,$,(#4241),#18878); +#18878= IFCLIBRARYREFERENCE($,$,'\X2\6B635473968E9AD8\X0\','\X2\5EFA7269968E306E9AD8305530025E8A306E4E0A9762304B30894E0A968E306E5E8A9762306E4E0B9762307E3067306E8DDD96E23002\X0\','ja-JP',$); -#11671= IFCRELASSOCIATESLIBRARY('0bWvzYn4T2QwuXhYGktWj5',$,$,$,(#4211),#18837); -#18837= IFCLIBRARYREFERENCE($,$,'Umfang Netto','Gesamter Unfang, der normalerweise mit einem Sockel versehen wird, d.h. mit Abzug von T\S\|ren aber einschlieslich innerer Umf\S\dnge z.B. an St\S\|tzen.','de-DE',$); +#11711= IFCRELASSOCIATESLIBRARY('1_Ojav8q57LQUVU2WA207C',$,$,$,(#4242),#18879); +#18879= IFCLIBRARYREFERENCE($,$,'Umfang Netto','Gesamter Unfang, der normalerweise mit einem Sockel versehen wird, d.h. mit Abzug von T\S\|ren aber einschlieslich innerer Umf\S\dnge z.B. an St\S\|tzen.','de-DE',$); -#11672= IFCRELASSOCIATESLIBRARY('0iPiRkMXr9tv8phCRCOrTl',$,$,$,(#4211),#18838); -#18838= IFCLIBRARYREFERENCE($,$,'Net Perimeter',$,'en',$); +#11712= IFCRELASSOCIATESLIBRARY('28v4Zh2FHBqul2ec6ttemB',$,$,$,(#4242),#18880); +#18880= IFCLIBRARYREFERENCE($,$,'Net Perimeter',$,'en',$); -#11673= IFCRELASSOCIATESLIBRARY('2w7MMP2lj5ex_FgaldQ_8E',$,$,$,(#4211),#18839); -#18839= IFCLIBRARYREFERENCE($,$,'\X2\6B63547354688FBA9577\X0\','\X2\90E85C4B306E6B635473306E54688FBA9577300230C930A230844EEE60F37684306A5883754C306F542B3081306A304430025E4567287B49306E8A086E2C306B4F7F75283059308B957730553002\X0\','ja-JP',$); +#11713= IFCRELASSOCIATESLIBRARY('1tM$7Yv1rDqBj1PXPRvdGW',$,$,$,(#4242),#18881); +#18881= IFCLIBRARYREFERENCE($,$,'\X2\6B63547354688FBA9577\X0\','\X2\90E85C4B306E6B635473306E54688FBA9577300230C930A230844EEE60F37684306A5883754C306F542B3081306A304430025E4567287B49306E8A086E2C306B4F7F75283059308B957730553002\X0\','ja-JP',$); -#11674= IFCRELASSOCIATESLIBRARY('2FW0Z$5tzDiOVZ6P1Q3CZD',$,$,$,(#4212),#18840); -#18840= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Gesamte Nettofl\S\dche der Vorhangfassade, alle \S\Vffnungen (die nicht Teil der Vorhangfassade sind) werden abgezogen.','de-DE',$); +#11714= IFCRELASSOCIATESLIBRARY('1OmV2RbhPDwOcRcmZMmyZS',$,$,$,(#4243),#18882); +#18882= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Gesamte Nettofl\S\dche der Vorhangfassade, alle \S\Vffnungen (die nicht Teil der Vorhangfassade sind) werden abgezogen.','de-DE',$); -#11675= IFCRELASSOCIATESLIBRARY('0uZ4TwVX57D8nSmBZfiHr7',$,$,$,(#4212),#18841); -#18841= IFCLIBRARYREFERENCE($,$,'Net Side Area',$,'en',$); +#11715= IFCRELASSOCIATESLIBRARY('2a4Qfm9bXCYuT3fvLqO62C',$,$,$,(#4243),#18883); +#18883= IFCLIBRARYREFERENCE($,$,'Net Side Area',$,'en',$); -#11676= IFCRELASSOCIATESLIBRARY('2X7JsrVYzBuRyr7oRV4dz4',$,$,$,(#4212),#18842); -#18842= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735074976297627A4D\X0\','\X2\7ACB976230D330E530FC306B3088308B30AB30FC30C630F330A630A930FC30EB306E97627A4D300230AB30FC30C630F330A630A930FC30EB306B5BFE3059308B59095F6230928003616E3059308B3002\X0\','ja-JP',$); +#11716= IFCRELASSOCIATESLIBRARY('1anuFUjkfCDev7$Fb7zTVM',$,$,$,(#4243),#18884); +#18884= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735074976297627A4D\X0\','\X2\7ACB976230D330E530FC306B3088308B30AB30FC30C630F330A630A930FC30EB306E97627A4D300230AB30FC30C630F330A630A930FC30EB306B5BFE3059308B59095F6230928003616E3059308B3002\X0\','ja-JP',$); -#11677= IFCRELASSOCIATESLIBRARY('1UD1uqJsjC_9xAJgz_puq7',$,$,$,(#4213),#18843); -#18843= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Ansichtsfl\S\dche der Wand, gemessen als Schnittfl\S\dche an der Mittelinie der Wand. Alle \S\Vffnungen dieser Fl\S\dche werden abgezogen.','de-DE',$); +#11717= IFCRELASSOCIATESLIBRARY('2eXUNLM1T6lQgqKSju24_q',$,$,$,(#4244),#18885); +#18885= IFCLIBRARYREFERENCE($,$,'Nettofl\S\dche','Ansichtsfl\S\dche der Wand, gemessen als Schnittfl\S\dche an der Mittelinie der Wand. Alle \S\Vffnungen dieser Fl\S\dche werden abgezogen.','de-DE',$); -#11678= IFCRELASSOCIATESLIBRARY('0lEhmWD0D9QgSLOwl1gtSf',$,$,$,(#4213),#18844); -#18844= IFCLIBRARYREFERENCE($,$,'Net Side Area',$,'en',$); +#11718= IFCRELASSOCIATESLIBRARY('310$2tKlf3w9SIlVwdUkFX',$,$,$,(#4244),#18886); +#18886= IFCLIBRARYREFERENCE($,$,'Net Side Area',$,'en',$); -#11679= IFCRELASSOCIATESLIBRARY('0sxpgUvI9DeRIdk_BS6n24',$,$,$,(#4213),#18845); -#18845= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735074976297627A4D\X0\','\X2\7ACB976230D330E530FC306B3088308B30AB30FC30C630F330A630A930FC30EB306E97627A4D300230AB30FC30C630F330A630A930FC30EB306B5BFE3059308B59095F6230928003616E3059308B3002\X0\','ja-JP',$); +#11719= IFCRELASSOCIATESLIBRARY('0HF$yBK5X8vBcCY8z7U7Ni',$,$,$,(#4244),#18887); +#18887= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735074976297627A4D\X0\','\X2\7ACB976230D330E530FC306B3088308B30AB30FC30C630F330A630A930FC30EB306E97627A4D300230AB30FC30C630F330A630A930FC30EB306B5BFE3059308B59095F6230928003616E3059308B3002\X0\','ja-JP',$); -#11680= IFCRELASSOCIATESLIBRARY('1AX7d4yoPCEQ$YPll2llIn',$,$,$,(#4214),#18846); -#18846= IFCLIBRARYREFERENCE($,$,'Nettooberfl\S\dche','Nettooberfl\S\dche des Balkens, alle \S\Vffnungen und Aussparungen werden von der Mantelfl\S\dche abgezogen.','de-DE',$); +#11720= IFCRELASSOCIATESLIBRARY('0oZd1rFKv64hKhvVIqDCVe',$,$,$,(#4245),#18888); +#18888= IFCLIBRARYREFERENCE($,$,'Nettooberfl\S\dche','Nettooberfl\S\dche des Balkens, alle \S\Vffnungen und Aussparungen werden von der Mantelfl\S\dche abgezogen.','de-DE',$); -#11681= IFCRELASSOCIATESLIBRARY('11SjUB_KXFT9X5C25T7$tZ',$,$,$,(#4214),#18847); -#18847= IFCLIBRARYREFERENCE($,$,'Net Surface Area',$,'en',$); +#11721= IFCRELASSOCIATESLIBRARY('0CuUWdlcn97QWbbK0kWMUl',$,$,$,(#4245),#18889); +#18889= IFCLIBRARYREFERENCE($,$,'Net Surface Area',$,'en',$); -#11682= IFCRELASSOCIATESLIBRARY('2WkAoGBuf0IfqJ__HnC9QC',$,$,$,(#4216),#18848); -#18848= IFCLIBRARYREFERENCE($,$,'Nettooberfl\S\dche','Nettooberfl\S\dche der St\S\|tze, alle \S\Vffnungen und Aussparungen werden von der Mantelfl\S\dche abgezogen.','de-DE',$); +#11722= IFCRELASSOCIATESLIBRARY('0HJtKZhj5ErRCtzop3vILw',$,$,$,(#4247),#18890); +#18890= IFCLIBRARYREFERENCE($,$,'Nettooberfl\S\dche','Nettooberfl\S\dche der St\S\|tze, alle \S\Vffnungen und Aussparungen werden von der Mantelfl\S\dche abgezogen.','de-DE',$); -#11683= IFCRELASSOCIATESLIBRARY('1_nxUhfZTDqf9Amp0O7VQq',$,$,$,(#4216),#18849); -#18849= IFCLIBRARYREFERENCE($,$,'Net Surface Area',$,'en',$); +#11723= IFCRELASSOCIATESLIBRARY('1Mlplxmz9AeeluVCbFTAdH',$,$,$,(#4247),#18891); +#18891= IFCLIBRARYREFERENCE($,$,'Net Surface Area',$,'en',$); -#11684= IFCRELASSOCIATESLIBRARY('2_c1UqoLP8V8Gffh92dIl1',$,$,$,(#4217),#18850); -#18850= IFCLIBRARYREFERENCE($,$,'Nettooberfl\S\dche','Nettooberfl\S\dche des Stabs, alle \S\Vffnungen und Aussparungen werden von der Mantelfl\S\dche abgezogen.','de-DE',$); +#11724= IFCRELASSOCIATESLIBRARY('1zMFz_xGD4rwySnBPzuPbt',$,$,$,(#4248),#18892); +#18892= IFCLIBRARYREFERENCE($,$,'Nettooberfl\S\dche','Nettooberfl\S\dche des Stabs, alle \S\Vffnungen und Aussparungen werden von der Mantelfl\S\dche abgezogen.','de-DE',$); -#11685= IFCRELASSOCIATESLIBRARY('1HjbBecCL2ae4banEC_9ER',$,$,$,(#4217),#18851); -#18851= IFCLIBRARYREFERENCE($,$,'Net Surface Area',$,'en',$); +#11725= IFCRELASSOCIATESLIBRARY('1PBT1e7bb3EB8go8dD4$e5',$,$,$,(#4248),#18893); +#18893= IFCLIBRARYREFERENCE($,$,'Net Surface Area',$,'en',$); -#11686= IFCRELASSOCIATESLIBRARY('0STSjk4yDEOevmn7pkVKrK',$,$,$,(#4218),#18852); -#18852= IFCLIBRARYREFERENCE($,$,'Net Surface Area',$,'en',$); +#11726= IFCRELASSOCIATESLIBRARY('3das$J8mHByx1enKkeFdZq',$,$,$,(#4249),#18894); +#18894= IFCLIBRARYREFERENCE($,$,'Net Surface Area',$,'en',$); -#11687= IFCRELASSOCIATESLIBRARY('3thED38a55oxXqEKFlSTX9',$,$,$,(#4219),#18853); -#18853= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11727= IFCRELASSOCIATESLIBRARY('2EtUOlWA57xQ1Hv1kXyAul',$,$,$,(#4250),#18895); +#18895= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11688= IFCRELASSOCIATESLIBRARY('01Tl33Urn0_BU$8tiXD8pZ',$,$,$,(#4220),#18854); -#18854= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Gesamtes Volumen eines Raumes mit Abzug von Einbauteilen (z.B. im Raum stehende St\S\|tzen, Balken, feste Einbauteile)..','de-DE',$); +#11728= IFCRELASSOCIATESLIBRARY('0cDJCCmP12RwWK$R66ZJDd',$,$,$,(#4251),#18896); +#18896= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Gesamtes Volumen eines Raumes mit Abzug von Einbauteilen (z.B. im Raum stehende St\S\|tzen, Balken, feste Einbauteile)..','de-DE',$); -#11689= IFCRELASSOCIATESLIBRARY('3SCh7h7hTFkgh9rgs5mVDD',$,$,$,(#4220),#18855); -#18855= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11729= IFCRELASSOCIATESLIBRARY('23YdF214D0lObUEMdOT5hz',$,$,$,(#4251),#18897); +#18897= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11690= IFCRELASSOCIATESLIBRARY('13J0Kof1jDFeZG_4GFx55a',$,$,$,(#4220),#18856); -#18856= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\90E85C4B306E4F537A4D300290E85C4B306B542B308090E867503092542B307E306A30444F537A4D3002\X0\','ja-JP',$); +#11730= IFCRELASSOCIATESLIBRARY('29IDGI$uH0dfjnIyKchNsv',$,$,$,(#4251),#18898); +#18898= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\90E85C4B306E4F537A4D300290E85C4B306B542B308090E867503092542B307E306A30444F537A4D3002\X0\','ja-JP',$); -#11691= IFCRELASSOCIATESLIBRARY('2duNPAK2b3Zvp80v$jpw9W',$,$,$,(#4221),#18857); -#18857= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Volumen der St\S\|tze. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); +#11731= IFCRELASSOCIATESLIBRARY('2ZW_WN8rrC8BEh3p$6svIT',$,$,$,(#4252),#18899); +#18899= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Volumen der St\S\|tze. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); -#11692= IFCRELASSOCIATESLIBRARY('0Bi3dbewr8Sgt9EPaWcmUv',$,$,$,(#4221),#18858); -#18858= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11732= IFCRELASSOCIATESLIBRARY('13TYFP0Cj72Pr$xjC0fSUA',$,$,$,(#4252),#18900); +#18900= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11693= IFCRELASSOCIATESLIBRARY('3wiw8mAzf0VuWS_6iwglBB',$,$,$,(#4221),#18859); -#18859= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\67F1306E4F537A4D3002520765AD30844ED6306E51E67406306E90E8520630928003616E3059308B3002\X0\','ja-JP',$); +#11733= IFCRELASSOCIATESLIBRARY('2zkqxmuyn2MgbhhCyNS4yA',$,$,$,(#4252),#18901); +#18901= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\67F1306E4F537A4D3002520765AD30844ED6306E51E67406306E90E8520630928003616E3059308B3002\X0\','ja-JP',$); -#11694= IFCRELASSOCIATESLIBRARY('2EuKeqNivDwBeNNxri9lpU',$,$,$,(#4222),#18860); -#18860= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Nettovolumen der Decke. Alle \S\Vffnungen werden abgezogen.','de-DE',$); +#11734= IFCRELASSOCIATESLIBRARY('1sB5tdQv1C7h2iPAk1zkVA',$,$,$,(#4253),#18902); +#18902= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Nettovolumen der Decke. Alle \S\Vffnungen werden abgezogen.','de-DE',$); -#11695= IFCRELASSOCIATESLIBRARY('1wF8UvFxfDh9NG92LDxqOC',$,$,$,(#4222),#18861); -#18861= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11735= IFCRELASSOCIATESLIBRARY('09qkBv4tbD6QBVFFm33Q48',$,$,$,(#4253),#18903); +#18903= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11696= IFCRELASSOCIATESLIBRARY('3cCojnBgHARQHnF$NidwoD',$,$,$,(#4222),#18862); -#18862= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); +#11736= IFCRELASSOCIATESLIBRARY('1llA_Uuf15U87EoRc3vO13',$,$,$,(#4253),#18904); +#18904= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); -#11697= IFCRELASSOCIATESLIBRARY('37ztZYpA177fXit879eiva',$,$,$,(#4223),#18863); -#18863= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Nettovolumen der Decke. Alle \S\Vffnungen werden abgezogen.','de-DE',$); +#11737= IFCRELASSOCIATESLIBRARY('1aCcYiqYT1jewnU9xTo$NN',$,$,$,(#4254),#18905); +#18905= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Nettovolumen der Decke. Alle \S\Vffnungen werden abgezogen.','de-DE',$); -#11698= IFCRELASSOCIATESLIBRARY('1fgi$dcMf4CPLECTpr_dXS',$,$,$,(#4223),#18864); -#18864= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11738= IFCRELASSOCIATESLIBRARY('3mkrF829DAARbpGmQFSa8v',$,$,$,(#4254),#18906); +#18906= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11699= IFCRELASSOCIATESLIBRARY('0xT7xtySr2Eg$AmEV4OEig',$,$,$,(#4223),#18865); -#18865= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); +#11739= IFCRELASSOCIATESLIBRARY('2dPWGkoxT6ZOQtXyD5HbSy',$,$,$,(#4254),#18907); +#18907= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); -#11700= IFCRELASSOCIATESLIBRARY('27sOOBlr1ANQYckF0uCx7W',$,$,$,(#4224),#18866); -#18866= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Nettovolumen der Wand. Alle \S\Vffnungen werden abgezogen.','de-DE',$); +#11740= IFCRELASSOCIATESLIBRARY('3PPirlJ2r4Ug2cHafy_lMn',$,$,$,(#4255),#18908); +#18908= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Nettovolumen der Wand. Alle \S\Vffnungen werden abgezogen.','de-DE',$); -#11701= IFCRELASSOCIATESLIBRARY('3Ai9X5Yy55vPihhW90ILaY',$,$,$,(#4224),#18867); -#18867= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11741= IFCRELASSOCIATESLIBRARY('167WE2cj58QQzZ567RjbpI',$,$,$,(#4255),#18909); +#18909= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11702= IFCRELASSOCIATESLIBRARY('3pxwmbwuP54evgeu_Cu9wU',$,$,$,(#4224),#18868); -#18868= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); +#11742= IFCRELASSOCIATESLIBRARY('2NO$agXTb6XeTZVKe0qEZV',$,$,$,(#4255),#18910); +#18910= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\30B930E930D6306E4F537A4D3002958B53E3300130783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); -#11703= IFCRELASSOCIATESLIBRARY('2d6kGWDrTFjgiU7z7qiV$A',$,$,$,(#4225),#18869); -#18869= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Volumen des Stabs. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); +#11743= IFCRELASSOCIATESLIBRARY('0bev409Nn6aAnCr2y9c8qY',$,$,$,(#4256),#18911); +#18911= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Volumen des Stabs. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); -#11704= IFCRELASSOCIATESLIBRARY('3O0nmQe$TCtx9a8sykKLX7',$,$,$,(#4225),#18870); -#18870= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11744= IFCRELASSOCIATESLIBRARY('2tiFtmpGz8FOK3rv$gpw7a',$,$,$,(#4256),#18912); +#18912= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11705= IFCRELASSOCIATESLIBRARY('3BqpVpeJz7RObmhqJ2RoXf',$,$,$,(#4226),#18871); -#18871= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Volumen des Balkens. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); +#11745= IFCRELASSOCIATESLIBRARY('3JVM89m_z4IOmOOkJyW62g',$,$,$,(#4257),#18913); +#18913= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Volumen des Balkens. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); -#11706= IFCRELASSOCIATESLIBRARY('2DteRHR55DbgEU6z8Nps66',$,$,$,(#4226),#18872); -#18872= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11746= IFCRELASSOCIATESLIBRARY('1JbsX5_PX5dg7FwQbcitJE',$,$,$,(#4257),#18914); +#18914= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11707= IFCRELASSOCIATESLIBRARY('2xDdvQJgvC1RdFeN$RbKbl',$,$,$,(#4226),#18873); -#18873= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\6881306E4F537A4D3002520765AD30844ED6306E51E67406306E90E8520630928003616E3059308B3002\X0\','ja-JP',$); +#11747= IFCRELASSOCIATESLIBRARY('1sYgJigBvDQv6yr0SXQh4o',$,$,$,(#4257),#18915); +#18915= IFCLIBRARYREFERENCE($,$,'\X2\6B6354734F537A4D\X0\','\X2\6881306E4F537A4D3002520765AD30844ED6306E51E67406306E90E8520630928003616E3059308B3002\X0\','ja-JP',$); -#11708= IFCRELASSOCIATESLIBRARY('19byAUVPH9E8pt0uBYv4zl',$,$,$,(#4227),#18874); -#18874= IFCLIBRARYREFERENCE($,$,'Nettorauminhalt','Summe aller Nettorauminhalte der R\S\dume eines Geschosses. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dumeangegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume.','de-DE',$); +#11748= IFCRELASSOCIATESLIBRARY('2EciVZpeXAuhvBXqBu4$p2',$,$,$,(#4258),#18916); +#18916= IFCLIBRARYREFERENCE($,$,'Nettorauminhalt','Summe aller Nettorauminhalte der R\S\dume eines Geschosses. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dumeangegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume.','de-DE',$); -#11709= IFCRELASSOCIATESLIBRARY('0$tPjG$gvFY9xVU8$T5IZ2',$,$,$,(#4227),#18875); -#18875= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11749= IFCRELASSOCIATESLIBRARY('1kzdep7krFuB9bB8Zhzpzb',$,$,$,(#4258),#18917); +#18917= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11710= IFCRELASSOCIATESLIBRARY('16MAVwtUv76hFxjcKr$o_K',$,$,$,(#4227),#18876); -#18876= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735EFA7269968E4F537A4D\X0\','\X2\5EFA7269968E306B3088308A56F2307E308C305F7A7A9593306E51684F537A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E4F537A4D3092966459163057305F3082306E3002\X0\','ja-JP',$); +#11750= IFCRELASSOCIATESLIBRARY('35i247KP1EIuZ9hUA8eVzi',$,$,$,(#4258),#18918); +#18918= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735EFA7269968E4F537A4D\X0\','\X2\5EFA7269968E306B3088308A56F2307E308C305F7A7A9593306E51684F537A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E4F537A4D3092966459163057305F3082306E3002\X0\','ja-JP',$); -#11711= IFCRELASSOCIATESLIBRARY('2XztqlFszE5uZP89dFVLYW',$,$,$,(#4228),#18877); -#18877= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11751= IFCRELASSOCIATESLIBRARY('2t8kgWp816DgnDBtaDUSPN',$,$,$,(#4259),#18919); +#18919= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11712= IFCRELASSOCIATESLIBRARY('2$zCBAyjHF2gmxtRzWcy4H',$,$,$,(#4229),#18878); -#18878= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Gesamtes Nettovolumen des Treppenlaufs. Alle \S\Vffnungen werden abgezogen.','de-DE',$); +#11752= IFCRELASSOCIATESLIBRARY('3_VyNgIJn8TfzZgG4r6dEW',$,$,$,(#4260),#18920); +#18920= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Gesamtes Nettovolumen des Treppenlaufs. Alle \S\Vffnungen werden abgezogen.','de-DE',$); -#11713= IFCRELASSOCIATESLIBRARY('38NDAeNp5Btu2Wt$p0syvB',$,$,$,(#4229),#18879); -#18879= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11753= IFCRELASSOCIATESLIBRARY('1d2LtMKzvDOhFZgvjsFyxt',$,$,$,(#4260),#18921); +#18921= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11714= IFCRELASSOCIATESLIBRARY('3pvPZlL0n42fSjwiMxzZAf',$,$,$,(#4230),#18880); -#18880= IFCLIBRARYREFERENCE($,$,'Nettorauminhalt','Summe aller Nettorauminhalte der R\S\dume eines Geb\S\dudes. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dumeangegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume.','de-DE',$); +#11754= IFCRELASSOCIATESLIBRARY('3xDhHyGnfF7fRi8DrDjLs3',$,$,$,(#4261),#18922); +#18922= IFCLIBRARYREFERENCE($,$,'Nettorauminhalt','Summe aller Nettorauminhalte der R\S\dume eines Geb\S\dudes. Kann zus\S\dtzlich zu den einzelnen Mengen der R\S\dumeangegeben werden. Bei Inkonsistenz z\S\dhlen die einzelnen Mengen der R\S\dume.','de-DE',$); -#11715= IFCRELASSOCIATESLIBRARY('1$8HBVSHzEX8LbQ5aImZ0X',$,$,$,(#4230),#18881); -#18881= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11755= IFCRELASSOCIATESLIBRARY('18RYgsYJ18KQwTDYepDe1E',$,$,$,(#4261),#18923); +#18923= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11716= IFCRELASSOCIATESLIBRARY('3VRYmHqAX8k9d8yawFNl7e',$,$,$,(#4230),#18882); -#18882= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735EFA72694F537A4D\X0\','\X2\5EFA7269306B3088308A56F2307E308C305F7A7A9593306E51684F537A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E4F537A4D3092966459163057305F3082306E3002\X0\','ja-JP',$); +#11756= IFCRELASSOCIATESLIBRARY('16bMccoX95DRKrHOPj49kF',$,$,$,(#4261),#18924); +#18924= IFCLIBRARYREFERENCE($,$,'\X2\6B6354735EFA72694F537A4D\X0\','\X2\5EFA7269306B3088308A56F2307E308C305F7A7A9593306E51684F537A4D309296C68A083057305F3082306E30025EFA7269309269CB62103059308B5EFA7BC990E86750306E4F537A4D3092966459163057305F3082306E3002\X0\','ja-JP',$); -#11717= IFCRELASSOCIATESLIBRARY('1nCeraAmvFcQAgDr8yVY1F',$,$,$,(#4232),#18883); -#18883= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11757= IFCRELASSOCIATESLIBRARY('2YOvxzPTnCzBNuIUrThW4k',$,$,$,(#4263),#18925); +#18925= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11718= IFCRELASSOCIATESLIBRARY('15ecIUVOf8TQKyVMSdiJVM',$,$,$,(#4233),#18884); -#18884= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Nettovolumen der Platte. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); +#11758= IFCRELASSOCIATESLIBRARY('3VtImKitz76urNV851gEuE',$,$,$,(#4264),#18926); +#18926= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Nettovolumen der Platte. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); -#11719= IFCRELASSOCIATESLIBRARY('0Mt0NxsrP3wPU5q170cRsP',$,$,$,(#4233),#18885); -#18885= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11759= IFCRELASSOCIATESLIBRARY('1dtj5vj4b4h90CxDGf9Q5f',$,$,$,(#4264),#18927); +#18927= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11720= IFCRELASSOCIATESLIBRARY('2UYbIImlP5mAmXuGYnisFu',$,$,$,(#4234),#18886); -#18886= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Gesamtes Nettovolumen der Rampe. Alle \S\Vffnungen werden abgezogen.','de-DE',$); +#11760= IFCRELASSOCIATESLIBRARY('1MfM$X1$z4PuP7Mw7dcOjM',$,$,$,(#4265),#18928); +#18928= IFCLIBRARYREFERENCE($,$,'Nettovolumen','Gesamtes Nettovolumen der Rampe. Alle \S\Vffnungen werden abgezogen.','de-DE',$); -#11721= IFCRELASSOCIATESLIBRARY('0lSBROS5D3OQQbQGSu9OXt',$,$,$,(#4234),#18887); -#18887= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11761= IFCRELASSOCIATESLIBRARY('1Badu6utX38fsAhQEVYA7X',$,$,$,(#4265),#18929); +#18929= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11722= IFCRELASSOCIATESLIBRARY('39PMY6gDv5YOfnJDnh_ae7',$,$,$,(#4235),#18888); -#18888= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); +#11762= IFCRELASSOCIATESLIBRARY('2YIkEltdb07AKOFpLtcLDt',$,$,$,(#4266),#18930); +#18930= IFCLIBRARYREFERENCE($,$,'Net Volume',$,'en',$); -#11723= IFCRELASSOCIATESLIBRARY('2LBj8bco12duSKC9M6kRms',$,$,$,(#4236),#18889); -#18889= IFCLIBRARYREFERENCE($,$,'Senkrechte Fl\S\dche Netto','Gesamte senkrechte Fl\S\dche in einem Raum mit Abzug von \S\Vffnungen. Virtuelle Begrenzungen sind nicht zu ber\S\|cksichtigen.','de-DE',$); +#11763= IFCRELASSOCIATESLIBRARY('32e2PXb4zDVvbzMFhJcF3c',$,$,$,(#4267),#18931); +#18931= IFCLIBRARYREFERENCE($,$,'Senkrechte Fl\S\dche Netto','Gesamte senkrechte Fl\S\dche in einem Raum mit Abzug von \S\Vffnungen. Virtuelle Begrenzungen sind nicht zu ber\S\|cksichtigen.','de-DE',$); -#11724= IFCRELASSOCIATESLIBRARY('1gjfS91_P0URG0XWOrRbmL',$,$,$,(#4236),#18890); -#18890= IFCLIBRARYREFERENCE($,$,'Net Wall Area',$,'en',$); +#11764= IFCRELASSOCIATESLIBRARY('2t5EpuAoDC8xYJWGi656Bh',$,$,$,(#4267),#18932); +#18932= IFCLIBRARYREFERENCE($,$,'Net Wall Area',$,'en',$); -#11725= IFCRELASSOCIATESLIBRARY('0zRq6OzJX3rvc9tNSo_jH0',$,$,$,(#4236),#18891); -#18891= IFCLIBRARYREFERENCE($,$,'\X2\6B63547358C197627A4D\X0\','\X2\90E85C4B309269CB62103059308B58C1306E97627A4D3067300158C1306B542B307E308C30663044308B30C930A230017A93306A30693092542B307E306A304497627A4D3002\X0\','ja-JP',$); +#11765= IFCRELASSOCIATESLIBRARY('0OckcrjL51yuTX1mTMW$CJ',$,$,$,(#4267),#18933); +#18933= IFCLIBRARYREFERENCE($,$,'\X2\6B63547358C197627A4D\X0\','\X2\90E85C4B309269CB62103059308B58C1306E97627A4D3067300158C1306B542B307E308C30663044308B30C930A230017A93306A30693092542B307E306A304497627A4D3002\X0\','ja-JP',$); -#11726= IFCRELASSOCIATESLIBRARY('01fijKc9TCsxe5D8coRDQC',$,$,$,(#4237),#18892); -#18892= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11766= IFCRELASSOCIATESLIBRARY('2wKzRngX5DwvdWLIcIjmYw',$,$,$,(#4268),#18934); +#18934= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11727= IFCRELASSOCIATESLIBRARY('2MzJao2711UfshC76kxDeV',$,$,$,(#4238),#18893); -#18893= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht des Stabs. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); +#11767= IFCRELASSOCIATESLIBRARY('3ITomcK0HBmPyi5K3L8XxG',$,$,$,(#4269),#18935); +#18935= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht des Stabs. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); -#11728= IFCRELASSOCIATESLIBRARY('3wEVwIhpXDnAwFyU$uCg34',$,$,$,(#4238),#18894); -#18894= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11768= IFCRELASSOCIATESLIBRARY('1ZTUIw$557lh1kaYB97Bjf',$,$,$,(#4269),#18936); +#18936= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11729= IFCRELASSOCIATESLIBRARY('2MawE5cA9C1O6hhVcTNQwx',$,$,$,(#4239),#18895); -#18895= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11769= IFCRELASSOCIATESLIBRARY('2RajJkFWvFAvLPhLXzqLjx',$,$,$,(#4270),#18937); +#18937= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11730= IFCRELASSOCIATESLIBRARY('26Y2qSmCL7x9rA78xwtATO',$,$,$,(#4240),#18896); -#18896= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11770= IFCRELASSOCIATESLIBRARY('2z8QOjWdPEFQLFU4ot_Hhj',$,$,$,(#4271),#18938); +#18938= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11731= IFCRELASSOCIATESLIBRARY('3KUP0skAXCq96jRu0llomj',$,$,$,(#4241),#18897); -#18897= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11771= IFCRELASSOCIATESLIBRARY('19fX517Df54B81SbUCFkm0',$,$,$,(#4272),#18939); +#18939= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11732= IFCRELASSOCIATESLIBRARY('2iZpJpedjBlOVimgCRiXqS',$,$,$,(#4242),#18898); -#18898= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11772= IFCRELASSOCIATESLIBRARY('3_HjN31i10ChemdccnO$2o',$,$,$,(#4273),#18940); +#18940= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11733= IFCRELASSOCIATESLIBRARY('2WFzN_hzv0aRpcDAtsc_43',$,$,$,(#4243),#18899); -#18899= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11773= IFCRELASSOCIATESLIBRARY('0A5RtcWdfFAOSxVlxXf3ng',$,$,$,(#4274),#18941); +#18941= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11734= IFCRELASSOCIATESLIBRARY('1ORzl7jlD2QB8d1yZjqWUA',$,$,$,(#4244),#18900); -#18900= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht der St\S\|tze. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); +#11774= IFCRELASSOCIATESLIBRARY('0OttuF4NH6lRNu4c1kuG2s',$,$,$,(#4275),#18942); +#18942= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht der St\S\|tze. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); -#11735= IFCRELASSOCIATESLIBRARY('00yxAX5$P3oBzr_TcPjxHg',$,$,$,(#4244),#18901); -#18901= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11775= IFCRELASSOCIATESLIBRARY('0ebxLbC4T6zf27lDTPZBbP',$,$,$,(#4275),#18943); +#18943= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11736= IFCRELASSOCIATESLIBRARY('34P9CTArv9gPsntYk2Wx$Z',$,$,$,(#4244),#18902); -#18902= IFCLIBRARYREFERENCE($,$,'\X2\6B63547391CD91CF\X0\','\X2\67F1306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E6740630928003616E3059308B3002\X0\','ja-JP',$); +#11776= IFCRELASSOCIATESLIBRARY('1v3P9rx$T2vR60HlG0fWYS',$,$,$,(#4275),#18944); +#18944= IFCLIBRARYREFERENCE($,$,'\X2\6B63547391CD91CF\X0\','\X2\67F1306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E6740630928003616E3059308B3002\X0\','ja-JP',$); -#11737= IFCRELASSOCIATESLIBRARY('3Mr0yq2vr5R9$9N2XNHVZx',$,$,$,(#4245),#18903); -#18903= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11777= IFCRELASSOCIATESLIBRARY('34x2GtB0rBHP$yZGorz3I4',$,$,$,(#4276),#18945); +#18945= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11738= IFCRELASSOCIATESLIBRARY('0xaf7SMjP63Qh7CVEE8zSH',$,$,$,(#4246),#18904); -#18904= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht der Wand. Alle \S\Vffnungen oder Aussparungen werden abgezogen.','de-DE',$); +#11778= IFCRELASSOCIATESLIBRARY('2SLYCRSdb0WQpzltfKHKuw',$,$,$,(#4277),#18946); +#18946= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht der Wand. Alle \S\Vffnungen oder Aussparungen werden abgezogen.','de-DE',$); -#11739= IFCRELASSOCIATESLIBRARY('0KGUNQVcn5sQjJvpPKkNHy',$,$,$,(#4246),#18905); -#18905= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11779= IFCRELASSOCIATESLIBRARY('2cZ$$siyf2rxr_WKFd7_r4',$,$,$,(#4277),#18947); +#18947= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11740= IFCRELASSOCIATESLIBRARY('0HaU29IWDBbvWPALBazCYS',$,$,$,(#4246),#18906); -#18906= IFCLIBRARYREFERENCE($,$,'\X2\6B63547391CD91CF\X0\','\X2\30B930E930D6306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E67406307E305F306F958B53E3308430783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); +#11780= IFCRELASSOCIATESLIBRARY('0n8IEhMDH3UO0DSPxud6A8',$,$,$,(#4277),#18948); +#18948= IFCLIBRARYREFERENCE($,$,'\X2\6B63547391CD91CF\X0\','\X2\30B930E930D6306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E67406307E305F306F958B53E3308430783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); -#11741= IFCRELASSOCIATESLIBRARY('0hf624eh16yfvSvllD2$1$',$,$,$,(#4247),#18907); -#18907= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht des Balkens. Alle \S\Vffnungen oder Aussparungen werden abgezogen.','de-DE',$); +#11781= IFCRELASSOCIATESLIBRARY('1xoxcp8nv7aeJ6kSCCCLkd',$,$,$,(#4278),#18949); +#18949= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht des Balkens. Alle \S\Vffnungen oder Aussparungen werden abgezogen.','de-DE',$); -#11742= IFCRELASSOCIATESLIBRARY('3XqtE$k9v7SvMlxBqVjCsI',$,$,$,(#4247),#18908); -#18908= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11782= IFCRELASSOCIATESLIBRARY('1RbY4jqwP0axvC5wuoOKBc',$,$,$,(#4278),#18950); +#18950= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11743= IFCRELASSOCIATESLIBRARY('2QJG$aWpn3k8Paw32SL_YA',$,$,$,(#4247),#18909); -#18909= IFCLIBRARYREFERENCE($,$,'\X2\6B63547391CD91CF\X0\','\X2\6881306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E6740630928003616E3059308B3002\X0\','ja-JP',$); +#11783= IFCRELASSOCIATESLIBRARY('36KiLbpirCOvw70TKRECjH',$,$,$,(#4278),#18951); +#18951= IFCLIBRARYREFERENCE($,$,'\X2\6B63547391CD91CF\X0\','\X2\6881306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E6740630928003616E3059308B3002\X0\','ja-JP',$); -#11744= IFCRELASSOCIATESLIBRARY('0OmJj2QnX5cPMdtAPiwFPO',$,$,$,(#4248),#18910); -#18910= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht der Platte. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); +#11784= IFCRELASSOCIATESLIBRARY('3oBTvXODD6QBXW3X_9Jswz',$,$,$,(#4279),#18952); +#18952= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht der Platte. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); -#11745= IFCRELASSOCIATESLIBRARY('2KYKwnTr950vv3hnXBw9nQ',$,$,$,(#4248),#18911); -#18911= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11785= IFCRELASSOCIATESLIBRARY('3KOuY_vrz2yAImYc8Svz1S',$,$,$,(#4279),#18953); +#18953= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11746= IFCRELASSOCIATESLIBRARY('0RDHzA5355egYO2bYcouiJ',$,$,$,(#4249),#18912); -#18912= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11786= IFCRELASSOCIATESLIBRARY('2W0_oOiYbDgPDONUdNyItL',$,$,$,(#4280),#18954); +#18954= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11747= IFCRELASSOCIATESLIBRARY('1b0HE10s5ASfkiD9OdL5Hx',$,$,$,(#4250),#18913); -#18913= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht der Decke. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); +#11787= IFCRELASSOCIATESLIBRARY('3VyTLmZhTC789$qbS_Pv22',$,$,$,(#4281),#18955); +#18955= IFCLIBRARYREFERENCE($,$,'Nettogewicht','Gewicht der Decke. Alle \S\Vffnungen und Aussparungen werden abgezogen.','de-DE',$); -#11748= IFCRELASSOCIATESLIBRARY('0ApCgVEan3NOCKZrQHW48W',$,$,$,(#4250),#18914); -#18914= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11788= IFCRELASSOCIATESLIBRARY('3fSz7UcM13RwVSNKPZZ_w6',$,$,$,(#4281),#18956); +#18956= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11749= IFCRELASSOCIATESLIBRARY('09$$KF$4vBqv5_vycObAsy',$,$,$,(#4250),#18915); -#18915= IFCLIBRARYREFERENCE($,$,'\X2\6B63547391CD91CF\X0\','\X2\30B930E930D6306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E67406307E305F306F958B53E3308430783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); +#11789= IFCRELASSOCIATESLIBRARY('0A5aTnl098buMjlLHadupA',$,$,$,(#4281),#18957); +#18957= IFCLIBRARYREFERENCE($,$,'\X2\6B63547391CD91CF\X0\','\X2\30B930E930D6306E91CD91CF30024ED852A03055308C305F30D130FC30C430929664304F3002307E305F3001520765AD306A3069306E51E67406307E305F306F958B53E3308430783053307F306A306930928003616E3059308B3002\X0\','ja-JP',$); -#11750= IFCRELASSOCIATESLIBRARY('2IY6NXjef6WvkqpiPMwu9O',$,$,$,(#4251),#18916); -#18916= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); +#11790= IFCRELASSOCIATESLIBRARY('2T32uFAmz8KgAxwYeECkG8',$,$,$,(#4282),#18958); +#18958= IFCLIBRARYREFERENCE($,$,'Net Weight',$,'en',$); -#11751= IFCRELASSOCIATESLIBRARY('1q$kxQJjPFcBfh_3HTuj0y',$,$,$,(#4252),#18917); -#18917= IFCLIBRARYREFERENCE($,$,'Number Of Circuits',$,'en',$); +#11791= IFCRELASSOCIATESLIBRARY('0euBWDEcL5sROfjRRa4kMw',$,$,$,(#4283),#18959); +#18959= IFCLIBRARYREFERENCE($,$,'Number Of Circuits',$,'en',$); -#11752= IFCRELASSOCIATESLIBRARY('2rhL9Bzdr2G9MvNKyrvHDW',$,$,$,(#4253),#18918); -#18918= IFCLIBRARYREFERENCE($,$,'Number Of Gangs',$,'en',$); +#11792= IFCRELASSOCIATESLIBRARY('0JsjphAnPBNxxk3cbWLtbc',$,$,$,(#4284),#18960); +#18960= IFCLIBRARYREFERENCE($,$,'Number Of Gangs',$,'en',$); -#11753= IFCRELASSOCIATESLIBRARY('3xjqE9PFz26xzwf0AWRybo',$,$,$,(#4254),#18919); -#18919= IFCLIBRARYREFERENCE($,$,'Operating Time',$,'en',$); +#11793= IFCRELASSOCIATESLIBRARY('3q9DSKfJj0Nh4AF$B_Cm6B',$,$,$,(#4285),#18961); +#18961= IFCLIBRARYREFERENCE($,$,'Operating Time',$,'en',$); -#11754= IFCRELASSOCIATESLIBRARY('2Q1vHWzTzDCvLtqJBaPMrw',$,$,$,(#4256),#18920); -#18920= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11794= IFCRELASSOCIATESLIBRARY('3VLPQyyIj2rQQ8jeAxGfdp',$,$,$,(#4287),#18962); +#18962= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11755= IFCRELASSOCIATESLIBRARY('07O0m8yG5EWPLJDNMySJRz',$,$,$,(#4257),#18921); -#18921= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11795= IFCRELASSOCIATESLIBRARY('3lgyDr7DD5wOfxyAHCOIwM',$,$,$,(#4288),#18963); +#18963= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11756= IFCRELASSOCIATESLIBRARY('1xaJNqZQr1yxbSEjHPQkeI',$,$,$,(#4258),#18922); -#18922= IFCLIBRARYREFERENCE($,$,'Mantelfl\S\dche','Mantelfl\S\dche des Balkens, die Querschnittsfl\S\dche am Anfang und Ende des Balkens wird nicht ber\S\|cksichtigt.','de-DE',$); +#11796= IFCRELASSOCIATESLIBRARY('2W$7K$sk97UeqeMaLvhuNy',$,$,$,(#4289),#18964); +#18964= IFCLIBRARYREFERENCE($,$,'Mantelfl\S\dche','Mantelfl\S\dche des Balkens, die Querschnittsfl\S\dche am Anfang und Ende des Balkens wird nicht ber\S\|cksichtigt.','de-DE',$); -#11757= IFCRELASSOCIATESLIBRARY('28Vn8gUE9F3Q$cl1RerWmG',$,$,$,(#4258),#18923); -#18923= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11797= IFCRELASSOCIATESLIBRARY('3RODUXgeXCjwGb1j6bMIwd',$,$,$,(#4289),#18965); +#18965= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11758= IFCRELASSOCIATESLIBRARY('3LuZBZBmL7TQqoBHdZ7XTF',$,$,$,(#4258),#18924); -#18924= IFCLIBRARYREFERENCE($,$,'\X2\59168868976297627A4D\X0\','\X2\6881306E88689762306E97627A4D300230A830F330C930AD30E330C330D7306E90E8520630928003616E3057306A30443002901A5E3854688FBA9577306895773055306E7A4D3068305730667B9751FA3055308C308B3002\X0\','ja-JP',$); +#11798= IFCRELASSOCIATESLIBRARY('1Vl_eoVlHDKwFI8jYkDPVm',$,$,$,(#4289),#18966); +#18966= IFCLIBRARYREFERENCE($,$,'\X2\59168868976297627A4D\X0\','\X2\6881306E88689762306E97627A4D300230A830F330C930AD30E330C330D7306E90E8520630928003616E3057306A30443002901A5E3854688FBA9577306895773055306E7A4D3068305730667B9751FA3055308C308B3002\X0\','ja-JP',$); -#11759= IFCRELASSOCIATESLIBRARY('2FndfNfw97oeSX2cTTlt0O',$,$,$,(#4259),#18925); -#18925= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11799= IFCRELASSOCIATESLIBRARY('1efJXDuvD6M8ZM$nvP8BdI',$,$,$,(#4290),#18967); +#18967= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11760= IFCRELASSOCIATESLIBRARY('3hrk7d6mnFmh8cfjOoq_bf',$,$,$,(#4260),#18926); -#18926= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11800= IFCRELASSOCIATESLIBRARY('1px1nU92b0Ofei1yEeFJTf',$,$,$,(#4291),#18968); +#18968= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11761= IFCRELASSOCIATESLIBRARY('2lu3X8r3z6lP5Ln$BhEXpz',$,$,$,(#4261),#18927); -#18927= IFCLIBRARYREFERENCE($,$,'Mantelfl\S\dche','Mantelfl\S\dche der St\S\|tze, die Querschnittsfl\S\dche am Anfang und Ende der St\S\|tze wird nicht ber\S\|cksichtigt.','de-DE',$); +#11801= IFCRELASSOCIATESLIBRARY('3ajbPeuiz2XOvrW9a77Pw1',$,$,$,(#4292),#18969); +#18969= IFCLIBRARYREFERENCE($,$,'Mantelfl\S\dche','Mantelfl\S\dche der St\S\|tze, die Querschnittsfl\S\dche am Anfang und Ende der St\S\|tze wird nicht ber\S\|cksichtigt.','de-DE',$); -#11762= IFCRELASSOCIATESLIBRARY('3E20e5Bnf7eB061TjwEQlJ',$,$,$,(#4261),#18928); -#18928= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11802= IFCRELASSOCIATESLIBRARY('3G0Np2KBb9nuOUC2h4ymrl',$,$,$,(#4292),#18970); +#18970= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11763= IFCRELASSOCIATESLIBRARY('1bWWCiff943QiZCBxd$QI7',$,$,$,(#4261),#18929); -#18929= IFCLIBRARYREFERENCE($,$,'\X2\59168868976297627A4D\X0\','\X2\67F1306E88689762306E97627A4D300230A830F330C930AD30E330C330D7306E90E8520630928003616E3057306A30443002901A5E3854688FBA9577306895773055306E7A4D3068305730667B9751FA3055308C308B3002\X0\','ja-JP',$); +#11803= IFCRELASSOCIATESLIBRARY('0gnAq4YVj8lwI0fpfvrakP',$,$,$,(#4292),#18971); +#18971= IFCLIBRARYREFERENCE($,$,'\X2\59168868976297627A4D\X0\','\X2\67F1306E88689762306E97627A4D300230A830F330C930AD30E330C330D7306E90E8520630928003616E3057306A30443002901A5E3854688FBA9577306895773055306E7A4D3068305730667B9751FA3055308C308B3002\X0\','ja-JP',$); -#11764= IFCRELASSOCIATESLIBRARY('28TZuY8wvABgQ1nAoyZNLe',$,$,$,(#4262),#18930); -#18930= IFCLIBRARYREFERENCE($,$,'Mantelfl\S\dche','Mantelfl\S\dche des Stabs, die Querschnittsfl\S\dche am Anfang und Ende des Stabs wird nicht ber\S\|cksichtigt.','de-DE',$); +#11804= IFCRELASSOCIATESLIBRARY('32X3CfiAHCLwH1PW0qhtMa',$,$,$,(#4293),#18972); +#18972= IFCLIBRARYREFERENCE($,$,'Mantelfl\S\dche','Mantelfl\S\dche des Stabs, die Querschnittsfl\S\dche am Anfang und Ende des Stabs wird nicht ber\S\|cksichtigt.','de-DE',$); -#11765= IFCRELASSOCIATESLIBRARY('0Ay$mq8Tv7QQGH6VDPPTlS',$,$,$,(#4262),#18931); -#18931= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11805= IFCRELASSOCIATESLIBRARY('00L71v0Cr0je2AoWHWWgJF',$,$,$,(#4293),#18973); +#18973= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11766= IFCRELASSOCIATESLIBRARY('3E0UkqwIr1XfYUBohihxi1',$,$,$,(#4263),#18932); -#18932= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11806= IFCRELASSOCIATESLIBRARY('0_pRyePGzEMfLYUxUAQIP5',$,$,$,(#4294),#18974); +#18974= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11767= IFCRELASSOCIATESLIBRARY('1Zu0tFlKz7eQmx0M_gA_B1',$,$,$,(#4264),#18933); -#18933= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11807= IFCRELASSOCIATESLIBRARY('2ndJYash5DTeO2rXoYBWJU',$,$,$,(#4295),#18975); +#18975= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11768= IFCRELASSOCIATESLIBRARY('0JPwKvXKf71Q1XhdIqToOF',$,$,$,(#4265),#18934); -#18934= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11808= IFCRELASSOCIATESLIBRARY('2sP_IGVXj6iBbV$NIul8R5',$,$,$,(#4296),#18976); +#18976= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11769= IFCRELASSOCIATESLIBRARY('0wO6X4C4v88wQM6VOFLN$R',$,$,$,(#4266),#18935); -#18935= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); +#11809= IFCRELASSOCIATESLIBRARY('0pyBgBKzHF3w2ypqGJ5Tmj',$,$,$,(#4297),#18977); +#18977= IFCLIBRARYREFERENCE($,$,'Outer Surface Area',$,'en',$); -#11770= IFCRELASSOCIATESLIBRARY('1dwGhznbL7HwE2nDXqrYzn',$,$,$,(#4267),#18936); -#18936= IFCLIBRARYREFERENCE($,$,'Overtime Work',$,'en',$); +#11810= IFCRELASSOCIATESLIBRARY('1_mz2V6f5Def35VWjOT_Hz',$,$,$,(#4298),#18978); +#18978= IFCLIBRARYREFERENCE($,$,'Overtime Work',$,'en',$); -#11771= IFCRELASSOCIATESLIBRARY('1VFNZ3l7D3Vee4757_QwTJ',$,$,$,(#4268),#18937); -#18937= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); +#11811= IFCRELASSOCIATESLIBRARY('3P4fY43hL1PPyIy6en4YXS',$,$,$,(#4299),#18979); +#18979= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); -#11772= IFCRELASSOCIATESLIBRARY('075uinTSj2AQSJEbGcv$ML',$,$,$,(#4269),#18938); -#18938= IFCLIBRARYREFERENCE($,$,'Umfang','Gesamter Umfang, der durch den Fensterrahmen beschrieben wird.','de-DE',$); +#11812= IFCRELASSOCIATESLIBRARY('20DSoif9rB0BrlUXmI95qY',$,$,$,(#4300),#18980); +#18980= IFCLIBRARYREFERENCE($,$,'Umfang','Gesamter Umfang, der durch den Fensterrahmen beschrieben wird.','de-DE',$); -#11773= IFCRELASSOCIATESLIBRARY('0NynK2IYf5jfE9tvzukm7a',$,$,$,(#4269),#18939); -#18939= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); +#11813= IFCRELASSOCIATESLIBRARY('10gshjxDnFNQTc06XxgEYv',$,$,$,(#4300),#18981); +#18981= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); -#11774= IFCRELASSOCIATESLIBRARY('1GxTqpPenB1xBKrPXtdXVv',$,$,$,(#4269),#18940); -#18940= IFCLIBRARYREFERENCE($,$,'\X2\546856F29577\X0\','\X2\7A9330E930A430CB30F330B0306E59165074546856F295773002\X0\','ja-JP',$); +#11814= IFCRELASSOCIATESLIBRARY('1gO1xSbbTA5RYA$sw2hd_F',$,$,$,(#4300),#18982); +#18982= IFCLIBRARYREFERENCE($,$,'\X2\546856F29577\X0\','\X2\7A9330E930A430CB30F330B0306E59165074546856F295773002\X0\','ja-JP',$); -#11775= IFCRELASSOCIATESLIBRARY('21tImQe4rAU8R7yyf2CyD4',$,$,$,(#4270),#18941); -#18941= IFCLIBRARYREFERENCE($,$,'Umfang','Umfang der Platte, der Wert wird nur angegeben, wenn die Platte eine kostante Dicke hat.','de-DE',$); +#11815= IFCRELASSOCIATESLIBRARY('1gfUVF9kn1mwBymZtqxQCx',$,$,$,(#4301),#18983); +#18983= IFCLIBRARYREFERENCE($,$,'Umfang','Umfang der Platte, der Wert wird nur angegeben, wenn die Platte eine kostante Dicke hat.','de-DE',$); -#11776= IFCRELASSOCIATESLIBRARY('0lIknyhTX4OQszwqHDNerM',$,$,$,(#4270),#18942); -#18942= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); +#11816= IFCRELASSOCIATESLIBRARY('3oaHNyDFv5o9CG9_j_TnNH',$,$,$,(#4301),#18984); +#18984= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); -#11777= IFCRELASSOCIATESLIBRARY('18_1_dXHr5zwmXRsXkyhBW',$,$,$,(#4271),#18943); -#18943= IFCLIBRARYREFERENCE($,$,'Umfang','Umfang der Decke, der Wert wird nur angegeben, wenn die Decke eine kostante Dicke hat.','de-DE',$); +#11817= IFCRELASSOCIATESLIBRARY('25Z18VmpvAtQR7eUrbdZ6X',$,$,$,(#4302),#18985); +#18985= IFCLIBRARYREFERENCE($,$,'Umfang','Umfang der Decke, der Wert wird nur angegeben, wenn die Decke eine kostante Dicke hat.','de-DE',$); -#11778= IFCRELASSOCIATESLIBRARY('2dniUfZAb6dO3czMbKKIGc',$,$,$,(#4271),#18944); -#18944= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); +#11818= IFCRELASSOCIATESLIBRARY('04xmiT2uT3yuVbJpPESaGG',$,$,$,(#4302),#18986); +#18986= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); -#11779= IFCRELASSOCIATESLIBRARY('1qCeQm0PvDDQHrVczyWN48',$,$,$,(#4271),#18945); -#18945= IFCLIBRARYREFERENCE($,$,'\X2\546856F29577\X0\','\X2\30B930E930D6306E59165074546856F29577300230B930E930D6304C89D267F1578B306E583454083002\X0\','ja-JP',$); +#11819= IFCRELASSOCIATESLIBRARY('0WhDxP30jEAPt9bqBAct87',$,$,$,(#4302),#18987); +#18987= IFCLIBRARYREFERENCE($,$,'\X2\546856F29577\X0\','\X2\30B930E930D6306E59165074546856F29577300230B930E930D6304C89D267F1578B306E583454083002\X0\','ja-JP',$); -#11780= IFCRELASSOCIATESLIBRARY('0YFcJFwIf6HgYbek98iVYn',$,$,$,(#4272),#18946); -#18946= IFCLIBRARYREFERENCE($,$,'Umfang','Gesamter Umfang, der durch den T\S\|rrahmen beschrieben wird.','de-DE',$); +#11820= IFCRELASSOCIATESLIBRARY('3egfDFrOjBnxFBb$_19R4x',$,$,$,(#4303),#18988); +#18988= IFCLIBRARYREFERENCE($,$,'Umfang','Gesamter Umfang, der durch den T\S\|rrahmen beschrieben wird.','de-DE',$); -#11781= IFCRELASSOCIATESLIBRARY('2w934OAyn67uhFfJVPZ0QQ',$,$,$,(#4272),#18947); -#18947= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); +#11821= IFCRELASSOCIATESLIBRARY('0_q5_IdQTC5xTQI7hgjAYB',$,$,$,(#4303),#18989); +#18989= IFCLIBRARYREFERENCE($,$,'Perimeter',$,'en',$); -#11782= IFCRELASSOCIATESLIBRARY('2DD46x6D1F8xvtfO2PsSi8',$,$,$,(#4272),#18948); -#18948= IFCLIBRARYREFERENCE($,$,'\X2\546856F29577\X0\','\X2\30C930A230E930A430CB30F330B0306E59165074546856F295773002\X0\','ja-JP',$); +#11822= IFCRELASSOCIATESLIBRARY('1z6apGrQLEE8NidispDeqA',$,$,$,(#4303),#18990); +#18990= IFCLIBRARYREFERENCE($,$,'\X2\546856F29577\X0\','\X2\30C930A230E930A430CB30F330B0306E59165074546856F295773002\X0\','ja-JP',$); -#11783= IFCRELASSOCIATESLIBRARY('0DkZFWyO5DuhHDWDpnyo5A',$,$,$,(#4275),#18949); -#18949= IFCLIBRARYREFERENCE($,$,'projizierte Fl\S\dche','Gesamte Bruttofl\S\dche der Dachhaut als auf den Grundriss projizierte Fl\S\dche. Alle \S\Vffnungen, wie z.B. Dachfl\S\dchenfenster, werden \S\|bermessen.','de-DE',$); +#11823= IFCRELASSOCIATESLIBRARY('1wR7AUCk99OBNlfXtMdILo',$,$,$,(#4306),#18991); +#18991= IFCLIBRARYREFERENCE($,$,'projizierte Fl\S\dche','Gesamte Bruttofl\S\dche der Dachhaut als auf den Grundriss projizierte Fl\S\dche. Alle \S\Vffnungen, wie z.B. Dachfl\S\dchenfenster, werden \S\|bermessen.','de-DE',$); -#11784= IFCRELASSOCIATESLIBRARY('3mIFIFht1BthNlZeylYIdm',$,$,$,(#4275),#18950); -#18950= IFCLIBRARYREFERENCE($,$,'Projected Area',$,'en',$); +#11824= IFCRELASSOCIATESLIBRARY('3j7bsudgbAe9HAMCI7wfRn',$,$,$,(#4306),#18992); +#18992= IFCLIBRARYREFERENCE($,$,'Projected Area',$,'en',$); -#11785= IFCRELASSOCIATESLIBRARY('2p8Z6Pf3TE2wiOPV5_0qH1',$,$,$,(#4277),#18951); -#18951= IFCLIBRARYREFERENCE($,$,'Standard Work',$,'en',$); +#11825= IFCRELASSOCIATESLIBRARY('3dfYPBtvDAcfnCkwfC8jFO',$,$,$,(#4308),#18993); +#18993= IFCLIBRARYREFERENCE($,$,'Standard Work',$,'en',$); -#11786= IFCRELASSOCIATESLIBRARY('3_yyHX3A9Flu21U51TA5HH',$,$,$,(#4280),#18952); -#18952= IFCLIBRARYREFERENCE($,$,'Total Surface Area',$,'en',$); +#11826= IFCRELASSOCIATESLIBRARY('2Dg1DHGW1AIRdM4l$pT$hu',$,$,$,(#4311),#18994); +#18994= IFCLIBRARYREFERENCE($,$,'Total Surface Area',$,'en',$); -#11787= IFCRELASSOCIATESLIBRARY('2DthoRD0b658OdbWxBd6ow',$,$,$,(#4281),#18953); -#18953= IFCLIBRARYREFERENCE($,$,'Total Surface Area',$,'en',$); +#11827= IFCRELASSOCIATESLIBRARY('3WWy9q6I9Epfm8twVnmcR0',$,$,$,(#4312),#18995); +#18995= IFCLIBRARYREFERENCE($,$,'Total Surface Area',$,'en',$); -#11788= IFCRELASSOCIATESLIBRARY('0vNFR$NLzEYQAs3RKe2h$x',$,$,$,(#4282),#18954); -#18954= IFCLIBRARYREFERENCE($,$,'Total Surface Area',$,'en',$); +#11828= IFCRELASSOCIATESLIBRARY('0ABdxqU7f0wxESEMx0DKSB',$,$,$,(#4313),#18996); +#18996= IFCLIBRARYREFERENCE($,$,'Total Surface Area',$,'en',$); -#11789= IFCRELASSOCIATESLIBRARY('0V0v1PazPEPQm7CL7mV_NK',$,$,$,(#4284),#18955); -#18955= IFCLIBRARYREFERENCE($,$,'Usage Time',$,'en',$); +#11829= IFCRELASSOCIATESLIBRARY('2i3Fk77GfAJA9$1cp_xUNU',$,$,$,(#4316),#18997); +#18997= IFCLIBRARYREFERENCE($,$,'Usage Time',$,'en',$); -#11790= IFCRELASSOCIATESLIBRARY('1M3X41vhL8_ANTrUIkpG01',$,$,$,(#4285),#18956); -#18956= IFCLIBRARYREFERENCE($,$,'Volumen','Volumen der Auskragung, Sims oder anderen Vorbaus,. Es ist das Zusatzvolumen der Auskragung, Sims oder anderen Vorbaus vom dem Element, in dem es sich als Zusatz befindet.','de-DE',$); +#11830= IFCRELASSOCIATESLIBRARY('1Dl3XiZHzBp9fK8d8zzIFX',$,$,$,(#4317),#18998); +#18998= IFCLIBRARYREFERENCE($,$,'Volumen','Volumen der Auskragung, Sims oder anderen Vorbaus,. Es ist das Zusatzvolumen der Auskragung, Sims oder anderen Vorbaus vom dem Element, in dem es sich als Zusatz befindet.','de-DE',$); -#11791= IFCRELASSOCIATESLIBRARY('1ZYx1lU3H1ZegIA90lPZw_',$,$,$,(#4285),#18957); -#18957= IFCLIBRARYREFERENCE($,$,'Volume',$,'en',$); +#11831= IFCRELASSOCIATESLIBRARY('2f9MVVvG159OKaLJWBuM0s',$,$,$,(#4317),#18999); +#18999= IFCLIBRARYREFERENCE($,$,'Volume',$,'en',$); -#11792= IFCRELASSOCIATESLIBRARY('2Ittg9byfFaw4MN5NwxUO1',$,$,$,(#4286),#18958); -#18958= IFCLIBRARYREFERENCE($,$,'Volumen','Volumen der \S\Vffnung. Es ist das Abzugsvolumen der \S\Vffnung vom dem Element, in dem sich die \S\Vffnung befindet. Sollte der \S\Vffnungsk\S\vrper eine gr\S\v\S\_ere Ausdehnung besitzen, wird nur das Abzugsvolumen ber\S\|cksichtigt.','de-DE',$); +#11832= IFCRELASSOCIATESLIBRARY('0Qct$3LND1OvsL0CySFr7V',$,$,$,(#4318),#19000); +#19000= IFCLIBRARYREFERENCE($,$,'Volumen','Volumen der \S\Vffnung. Es ist das Abzugsvolumen der \S\Vffnung vom dem Element, in dem sich die \S\Vffnung befindet. Sollte der \S\Vffnungsk\S\vrper eine gr\S\v\S\_ere Ausdehnung besitzen, wird nur das Abzugsvolumen ber\S\|cksichtigt.','de-DE',$); -#11793= IFCRELASSOCIATESLIBRARY('2$3mLIiTj5jgf8_cIKzPRN',$,$,$,(#4286),#18959); -#18959= IFCLIBRARYREFERENCE($,$,'Volume',$,'en',$); +#11833= IFCRELASSOCIATESLIBRARY('0aWMGYVmjC9u3ZlCyPCF6$',$,$,$,(#4318),#19001); +#19001= IFCLIBRARYREFERENCE($,$,'Volume',$,'en',$); -#11794= IFCRELASSOCIATESLIBRARY('0wdgDNfCf2nB8TiNw_u3bp',$,$,$,(#4286),#18960); -#18960= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\958B53E3306E4F537A4D300258C1308430B930E930D6306A3069304B308930017A74304C958B3044305F90E85206306E5DEE306E4F537A4D3002\X0\','ja-JP',$); +#11834= IFCRELASSOCIATESLIBRARY('32hc012nD2XARsjc7v3oWs',$,$,$,(#4318),#19002); +#19002= IFCLIBRARYREFERENCE($,$,'\X2\4F537A4D\X0\','\X2\958B53E3306E4F537A4D300258C1308430B930E930D6306A3069304B308930017A74304C958B3044305F90E85206306E5DEE306E4F537A4D3002\X0\','ja-JP',$); -#11795= IFCRELASSOCIATESLIBRARY('1h6YNhT_PDRfN19gygUgcq',$,$,$,(#4302),#18961); -#18961= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Decke, der Wert wird nur angegeben, wenn er konstant ist.','de-DE',$); +#11835= IFCRELASSOCIATESLIBRARY('3DoysuKy5FeA9isiH$KvzP',$,$,$,(#4335),#19003); +#19003= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Decke, der Wert wird nur angegeben, wenn er konstant ist.','de-DE',$); -#11796= IFCRELASSOCIATESLIBRARY('2pti3SyCnEmhS9nOsxYTa4',$,$,$,(#4302),#18962); -#18962= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#11836= IFCRELASSOCIATESLIBRARY('1lTvruZjPDY80my9toU0cy',$,$,$,(#4335),#19004); +#19004= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#11797= IFCRELASSOCIATESLIBRARY('1QHeemVM522w1V08UePZpR',$,$,$,(#4302),#18963); -#18963= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\30B930E930D6306E539A30553002539A3055304C4E005B9A306E583454083002\X0\','ja-JP',$); +#11837= IFCRELASSOCIATESLIBRARY('3lUv_P4d1BxRjvCvrH2NvX',$,$,$,(#4335),#19005); +#19005= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\30B930E930D6306E539A30553002539A3055304C4E005B9A306E583454083002\X0\','ja-JP',$); -#11798= IFCRELASSOCIATESLIBRARY('0P9KgfFF991eOiFB3xohLB',$,$,$,(#4303),#18964); -#18964= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Platte, der Wert wird nur angegeben, wenn er konstant ist.','de-DE',$); +#11838= IFCRELASSOCIATESLIBRARY('2QuNgCsKrFXuMz46U3XeJG',$,$,$,(#4336),#19006); +#19006= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Platte, der Wert wird nur angegeben, wenn er konstant ist.','de-DE',$); -#11799= IFCRELASSOCIATESLIBRARY('1_HZhQkxHDvhmtKwsMRnKr',$,$,$,(#4303),#18965); -#18965= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#11839= IFCRELASSOCIATESLIBRARY('2XmFJ8UoD5yeeYgmvJvBhk',$,$,$,(#4336),#19007); +#19007= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#11800= IFCRELASSOCIATESLIBRARY('1cicpQerjEGQdznDQpOm3$',$,$,$,(#4304),#18966); -#18966= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Bekleidung, der Wert wird nur angegeben, wenn er konstant ist.','de-DE',$); +#11840= IFCRELASSOCIATESLIBRARY('2FLl6mEcjENf0TMF8LiX$P',$,$,$,(#4337),#19008); +#19008= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Bekleidung, der Wert wird nur angegeben, wenn er konstant ist.','de-DE',$); -#11801= IFCRELASSOCIATESLIBRARY('3rfT1jZFX6MAcrESNijHIS',$,$,$,(#4304),#18967); -#18967= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#11841= IFCRELASSOCIATESLIBRARY('018mNRjqnEVwoZZocRC$6D',$,$,$,(#4337),#19009); +#19009= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#11802= IFCRELASSOCIATESLIBRARY('2GHKD6ILvCKwq0AqpYd2Gz',$,$,$,(#4304),#18968); -#18968= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\4ED54E0A3052306E539A30553002\X0\','ja-JP',$); +#11842= IFCRELASSOCIATESLIBRARY('2qQyK6iiP3CgfswDxK94Jo',$,$,$,(#4337),#19010); +#19010= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\4ED54E0A3052306E539A30553002\X0\','ja-JP',$); -#11803= IFCRELASSOCIATESLIBRARY('0zgs2AnefC_95Qt3SmOKTl',$,$,$,(#4305),#18969); -#18969= IFCLIBRARYREFERENCE($,$,'Breite','Gesamte Breite des Fensterrahmens. Wird nur f\S\|r rechteckige Fenster angegeben.','de-DE',$); +#11843= IFCRELASSOCIATESLIBRARY('35HvgFSCr7f80sdqZ5pBUG',$,$,$,(#4338),#19011); +#19011= IFCLIBRARYREFERENCE($,$,'Breite','Gesamte Breite des Fensterrahmens. Wird nur f\S\|r rechteckige Fenster angegeben.','de-DE',$); -#11804= IFCRELASSOCIATESLIBRARY('2wb31pIgvBHhY1LowxJUJt',$,$,$,(#4305),#18970); -#18970= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#11844= IFCRELASSOCIATESLIBRARY('2XvlBq93TESATfWTSglz9D',$,$,$,(#4338),#19012); +#19012= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#11805= IFCRELASSOCIATESLIBRARY('3upki71b9C58xVealGeiQt',$,$,$,(#4305),#18971); -#18971= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\7A9330E930A430CB30F330B0306E591650745E453002957765B95F62306E7A93306E58345408306E307F3002\X0\','ja-JP',$); +#11845= IFCRELASSOCIATESLIBRARY('1cKdkhD8v0uPENIq6sa1je',$,$,$,(#4338),#19013); +#19013= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\7A9330E930A430CB30F330B0306E591650745E453002957765B95F62306E7A93306E58345408306E307F3002\X0\','ja-JP',$); -#11806= IFCRELASSOCIATESLIBRARY('0OjChLjPv08uvF_SgFnpv8',$,$,$,(#4306),#18972); -#18972= IFCLIBRARYREFERENCE($,$,'Breite','Breite der \S\Vnnung, bei Wand\S\vffnugen ist es die horizontale Abmessung, bei Decken\S\vffnungen eine der beiden horizontalen Abmessungen. Wird nur dann angegeben, wenn die \S\Vffnung rechteckig ist.','de-DE',$); +#11846= IFCRELASSOCIATESLIBRARY('0Tb0GViDP9bRT1X_kU1Lp5',$,$,$,(#4339),#19014); +#19014= IFCLIBRARYREFERENCE($,$,'Breite','Breite der \S\Vnnung, bei Wand\S\vffnugen ist es die horizontale Abmessung, bei Decken\S\vffnungen eine der beiden horizontalen Abmessungen. Wird nur dann angegeben, wenn die \S\Vffnung rechteckig ist.','de-DE',$); -#11807= IFCRELASSOCIATESLIBRARY('0KuZTwFvf90vRQIK2MYfyx',$,$,$,(#4306),#18973); -#18973= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#11847= IFCRELASSOCIATESLIBRARY('3UQV6Rfeb1Ce8NUd0fs3rI',$,$,$,(#4339),#19015); +#19015= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#11808= IFCRELASSOCIATESLIBRARY('0pl2bty8zCIQKBxfbYRpLQ',$,$,$,(#4306),#18974); -#18974= IFCLIBRARYREFERENCE($,$,'\X2\958B53E35E45\X0\','\X2\958B53E3306E5E45300258C1306E958B53E3306E5834540830016C345E7365B95411306E5BF86CD5300230B930E930D6306E958B53E3306E5834540830014E003064306E6C345E7365B95411306E5BF86CD530025F6272B6304C957765B95F62306E58345408306E307F4E0E30483089308C308B3002\X0\','ja-JP',$); +#11848= IFCRELASSOCIATESLIBRARY('3Db0jSO1n15B31xoV3eHog',$,$,$,(#4339),#19016); +#19016= IFCLIBRARYREFERENCE($,$,'\X2\958B53E35E45\X0\','\X2\958B53E3306E5E45300258C1306E958B53E3306E5834540830016C345E7365B95411306E5BF86CD5300230B930E930D6306E958B53E3306E5834540830014E003064306E6C345E7365B95411306E5BF86CD530025F6272B6304C957765B95F62306E58345408306E307F4E0E30483089308C308B3002\X0\','ja-JP',$); -#11809= IFCRELASSOCIATESLIBRARY('2Ibes9bB92r9Jc5PKUzjI5',$,$,$,(#4307),#18975); -#18975= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Vorhangfassade. Der Wert wird nur dann angegeben, wenn diese konstant entlang der Mittellinie des Pfades ist.','de-DE',$); +#11849= IFCRELASSOCIATESLIBRARY('3Be7eNa2TDFwCxpHJQlNi9',$,$,$,(#4340),#19017); +#19017= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Vorhangfassade. Der Wert wird nur dann angegeben, wenn diese konstant entlang der Mittellinie des Pfades ist.','de-DE',$); -#11810= IFCRELASSOCIATESLIBRARY('2Emq9AC7rEXgoChNebUh3e',$,$,$,(#4307),#18976); -#18976= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#11850= IFCRELASSOCIATESLIBRARY('0TOfw$pyr4GvvHCURrhBbY',$,$,$,(#4340),#19018); +#19018= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#11811= IFCRELASSOCIATESLIBRARY('2DZjFPs7HBCvBaY51egT9I',$,$,$,(#4307),#18977); -#18977= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\30AB30FC30C630F330A630A930FC30EB306E539A30553002539A3055304C4E005B9A306E583454083002\X0\','ja-JP',$); +#11851= IFCRELASSOCIATESLIBRARY('3Q6sjev4nF3Qm4VnFfYtLj',$,$,$,(#4340),#19019); +#19019= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\30AB30FC30C630F330A630A930FC30EB306E539A30553002539A3055304C4E005B9A306E583454083002\X0\','ja-JP',$); -#11812= IFCRELASSOCIATESLIBRARY('3zjIxEwKP4nhDsaKxjn86z',$,$,$,(#4308),#18978); -#18978= IFCLIBRARYREFERENCE($,$,'Breite','Gesamte Breite des T\S\|rrahmens. Wird nur f\S\|r rechteckige T\S\|ren angegeben.','de-DE',$); +#11852= IFCRELASSOCIATESLIBRARY('2sE$hTrOvFb9ARzY3vVyL3',$,$,$,(#4341),#19020); +#19020= IFCLIBRARYREFERENCE($,$,'Breite','Gesamte Breite des T\S\|rrahmens. Wird nur f\S\|r rechteckige T\S\|ren angegeben.','de-DE',$); -#11813= IFCRELASSOCIATESLIBRARY('3aWeWkrCb8OOgXe2yrx4yh',$,$,$,(#4308),#18979); -#18979= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#11853= IFCRELASSOCIATESLIBRARY('0uX8fm1Wr9Tf6U0VSxxE7x',$,$,$,(#4341),#19021); +#19021= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#11814= IFCRELASSOCIATESLIBRARY('0lUHvvymD3ih58UrBv4jRs',$,$,$,(#4308),#18980); -#18980= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\30C930A230E930A430CB30F330B0306E591650745E453002957765B95F62306E30C930A2306E58345408306E307F3002\X0\','ja-JP',$); +#11854= IFCRELASSOCIATESLIBRARY('1hTvKnk9nA5gUkPWMz1oe6',$,$,$,(#4341),#19022); +#19022= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\30C930A230E930A430CB30F330B0306E591650745E453002957765B95F62306E30C930A2306E58345408306E307F3002\X0\','ja-JP',$); -#11815= IFCRELASSOCIATESLIBRARY('1Fiq3p2qrDWRZJOXWOLTtQ',$,$,$,(#4309),#18981); -#18981= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Rampe. Der Wert wird nur dann angegeben, wenn diese konstant ist.','de-DE',$); +#11855= IFCRELASSOCIATESLIBRARY('3zQ$edBsj5GOFRtF4D4Zv7',$,$,$,(#4342),#19023); +#19023= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Rampe. Der Wert wird nur dann angegeben, wenn diese konstant ist.','de-DE',$); -#11816= IFCRELASSOCIATESLIBRARY('23fN_mn690zg7r3KisQb1A',$,$,$,(#4309),#18982); -#18982= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#11856= IFCRELASSOCIATESLIBRARY('3f1c5ucVH6IvSXEe2tyENE',$,$,$,(#4342),#19024); +#19024= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#11817= IFCRELASSOCIATESLIBRARY('25XxT01e109uT4X7xa4Q4N',$,$,$,(#4310),#18983); -#18983= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Wand. Der Wert wird nur angegeben, wenn die Dicke konstant ist.','de-DE',$); +#11857= IFCRELASSOCIATESLIBRARY('31$w5c79r9OvlM1TVHNW7S',$,$,$,(#4343),#19025); +#19025= IFCLIBRARYREFERENCE($,$,'Dicke','Dicke der Wand. Der Wert wird nur angegeben, wenn die Dicke konstant ist.','de-DE',$); -#11818= IFCRELASSOCIATESLIBRARY('2Gw4YuPNb7aP6BW4MtyMVF',$,$,$,(#4310),#18984); -#18984= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#11858= IFCRELASSOCIATESLIBRARY('1g0xt53zn0AvsoS_yDSP2A',$,$,$,(#4343),#19026); +#19026= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#11819= IFCRELASSOCIATESLIBRARY('0qdmBTUTnA88Rfap07_240',$,$,$,(#4310),#18985); -#18985= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\58C14E2D5FC37DDA306B578276F4306B8A086E2C3057305F58C1306E539A3055300258C14E2D5FC37DDA306B6CBF30633066539A3055304C4E005B9A306E58345408306E307F3002\X0\','ja-JP',$); +#11859= IFCRELASSOCIATESLIBRARY('1fN9MTANTDPBO_$6BhcWon',$,$,$,(#4343),#19027); +#19027= IFCLIBRARYREFERENCE($,$,'\X2\5E45\X0\','\X2\58C14E2D5FC37DDA306B578276F4306B8A086E2C3057305F58C1306E539A3055300258C14E2D5FC37DDA306B6CBF30633066539A3055304C4E005B9A306E58345408306E307F3002\X0\','ja-JP',$); -#11820= IFCRELASSOCIATESLIBRARY('3TyVC2AkXBaRdzYRZ3hAjd',$,$,$,(#4324),#18986); -#18986= IFCLIBRARYREFERENCE($,$,'Dicke','Gesamte Dicke des Fundaments, bei Streifenfundamenten horizontal senkrecht der Mittellinie. Sonst eine der beiden horizontalen Abmessungen. Der Wert wird nur angegeben, wenn die Dicke konstant ist.','de-DE',$); +#11860= IFCRELASSOCIATESLIBRARY('1VsJs3$sv7gOM6faMjbJEs',$,$,$,(#4358),#19028); +#19028= IFCLIBRARYREFERENCE($,$,'Dicke','Gesamte Dicke des Fundaments, bei Streifenfundamenten horizontal senkrecht der Mittellinie. Sonst eine der beiden horizontalen Abmessungen. Der Wert wird nur angegeben, wenn die Dicke konstant ist.','de-DE',$); -#11821= IFCRELASSOCIATESLIBRARY('3NiGGQzOH22f60m4gLtd0m',$,$,$,(#4324),#18987); -#18987= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); +#11861= IFCRELASSOCIATESLIBRARY('0oCrkiJMD1Z9TLDNnAFl6l',$,$,$,(#4358),#19029); +#19029= IFCLIBRARYREFERENCE($,$,'Width',$,'en',$); -#11822= IFCRELASSOCIATESLIBRARY('0IfHJzLX98Pwr0W7PsiRal',$,$,$,(#4325),#18988); -#18988= IFCLIBRARYREFERENCE($,$,'Actuator Base Quantities',$,'en',$); +#11862= IFCRELASSOCIATESLIBRARY('0$3XkafkTAsgsJkyxk$hYa',$,$,$,(#4359),#19030); +#19030= IFCLIBRARYREFERENCE($,$,'Actuator Base Quantities',$,'en',$); -#11823= IFCRELASSOCIATESLIBRARY('0Mr8xdJZfAwuFmViGgL31_',$,$,$,(#4326),#18989); -#18989= IFCLIBRARYREFERENCE($,$,'Air Terminal Base Quantities',$,'en',$); +#11863= IFCRELASSOCIATESLIBRARY('0$yI59KonBIRv_eNbCwW6c',$,$,$,(#4360),#19031); +#19031= IFCLIBRARYREFERENCE($,$,'Air Terminal Base Quantities',$,'en',$); -#11824= IFCRELASSOCIATESLIBRARY('0LSJQATMLALPXJF8JSA73R',$,$,$,(#4327),#18990); -#18990= IFCLIBRARYREFERENCE($,$,'Air Terminal Box Type Base Quantities',$,'en',$); +#11864= IFCRELASSOCIATESLIBRARY('0qKRxp_x961QVsNeSoXZrq',$,$,$,(#4361),#19032); +#19032= IFCLIBRARYREFERENCE($,$,'Air Terminal Box Type Base Quantities',$,'en',$); -#11825= IFCRELASSOCIATESLIBRARY('33kcj4M2fByO_ZeQ4gVD9e',$,$,$,(#4328),#18991); -#18991= IFCLIBRARYREFERENCE($,$,'Air To Air Heat Recovery Base Quantities',$,'en',$); +#11865= IFCRELASSOCIATESLIBRARY('3GROoylCvEbgvSVhYiVWSx',$,$,$,(#4362),#19033); +#19033= IFCLIBRARYREFERENCE($,$,'Air To Air Heat Recovery Base Quantities',$,'en',$); -#11826= IFCRELASSOCIATESLIBRARY('3YV83r8n58vQ$w0uYwu8M2',$,$,$,(#4329),#18992); -#18992= IFCLIBRARYREFERENCE($,$,'Alarm Base Quantities',$,'en',$); +#11866= IFCRELASSOCIATESLIBRARY('2OW0R259H7qgUaxTazk9PF',$,$,$,(#4363),#19034); +#19034= IFCLIBRARYREFERENCE($,$,'Alarm Base Quantities',$,'en',$); -#11827= IFCRELASSOCIATESLIBRARY('1qrh0lg_99TeS_x$c4PVyu',$,$,$,(#4331),#18993); -#18993= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Base Quantities',$,'en',$); +#11867= IFCRELASSOCIATESLIBRARY('2_PTNA$ab3GgWjHnL9W3hz',$,$,$,(#4365),#19035); +#19035= IFCLIBRARYREFERENCE($,$,'Audio Visual Appliance Base Quantities',$,'en',$); -#11828= IFCRELASSOCIATESLIBRARY('1kS1EZcJn57AIHkaRmmUm$',$,$,$,(#4332),#18994); -#18994= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Balken','de-DE',$); +#11868= IFCRELASSOCIATESLIBRARY('07EXnnM1vB5wbKWsWHn9W0',$,$,$,(#4366),#19036); +#19036= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Balken','de-DE',$); -#11829= IFCRELASSOCIATESLIBRARY('2$qGD3hsr57Ps4F7$FAGPH',$,$,$,(#4332),#18995); -#18995= IFCLIBRARYREFERENCE($,$,'Beam Base Quantities',$,'en',$); +#11869= IFCRELASSOCIATESLIBRARY('2F6Y8wjWb4$xG555Cjk_VD',$,$,$,(#4366),#19037); +#19037= IFCLIBRARYREFERENCE($,$,'Beam Base Quantities',$,'en',$); -#11830= IFCRELASSOCIATESLIBRARY('1m3tdPkVLD7x$_wxfnrhnO',$,$,$,(#4332),#18996); -#18996= IFCLIBRARYREFERENCE($,$,$,'\X2\6881306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11870= IFCRELASSOCIATESLIBRARY('0wNLZmR4vCNPfPZSvjbyFi',$,$,$,(#4366),#19038); +#19038= IFCLIBRARYREFERENCE($,$,$,'\X2\6881306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11831= IFCRELASSOCIATESLIBRARY('3Iarw1Dhn0TQ9kZJjD1c5v',$,$,$,(#4333),#18997); -#18997= IFCLIBRARYREFERENCE($,$,'Boiler Base Quantities',$,'en',$); +#11871= IFCRELASSOCIATESLIBRARY('0BFcusB7D8mRw4V$N$QgPn',$,$,$,(#4367),#19039); +#19039= IFCLIBRARYREFERENCE($,$,'Boiler Base Quantities',$,'en',$); -#11832= IFCRELASSOCIATESLIBRARY('3abryGozr5HRDmqF670g6_',$,$,$,(#4334),#18998); -#18998= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r Geb\S\dude','de-DE',$); +#11872= IFCRELASSOCIATESLIBRARY('2sO7N1Uqb2FhZMg5SjiS14',$,$,$,(#4368),#19040); +#19040= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r Geb\S\dude','de-DE',$); -#11833= IFCRELASSOCIATESLIBRARY('1Gz1IgEKf0yOdI48Y_wFlA',$,$,$,(#4334),#18999); -#18999= IFCLIBRARYREFERENCE($,$,'Building Base Quantities',$,'en',$); +#11873= IFCRELASSOCIATESLIBRARY('3eIT9Gy190deHSO7Jk2NV2',$,$,$,(#4368),#19041); +#19041= IFCLIBRARYREFERENCE($,$,'Building Base Quantities',$,'en',$); -#11834= IFCRELASSOCIATESLIBRARY('3th91fEjHBVf5l2id7kaEx',$,$,$,(#4334),#19000); -#19000= IFCLIBRARYREFERENCE($,$,$,'\X2\5EFA7269306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11874= IFCRELASSOCIATESLIBRARY('1LzOGSaBvCuwuvUisLAqAb',$,$,$,(#4368),#19042); +#19042= IFCLIBRARYREFERENCE($,$,$,'\X2\5EFA7269306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11835= IFCRELASSOCIATESLIBRARY('0wY0j92zP8R9UXqpBIaMy4',$,$,$,(#4336),#19001); -#19001= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r Stockwerke','de-DE',$); +#11875= IFCRELASSOCIATESLIBRARY('1dwn_1Xnv5Ax9TzHteKJ7y',$,$,$,(#4370),#19043); +#19043= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r Stockwerke','de-DE',$); -#11836= IFCRELASSOCIATESLIBRARY('3$2fDD2XXFJ8wwtcogKuXg',$,$,$,(#4336),#19002); -#19002= IFCLIBRARYREFERENCE($,$,'Building Storey Base Quantities',$,'en',$); +#11876= IFCRELASSOCIATESLIBRARY('3_VrexYHnFpO5NCd4rHooz',$,$,$,(#4370),#19044); +#19044= IFCLIBRARYREFERENCE($,$,'Building Storey Base Quantities',$,'en',$); -#11837= IFCRELASSOCIATESLIBRARY('3f7J5JO0X8SROyXKdXyfpT',$,$,$,(#4336),#19003); -#19003= IFCLIBRARYREFERENCE($,$,$,'\X2\5EFA7269968E306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11877= IFCRELASSOCIATESLIBRARY('1yYuP661DCWx9FvTjcFKYA',$,$,$,(#4370),#19045); +#19045= IFCLIBRARYREFERENCE($,$,$,'\X2\5EFA7269968E306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11838= IFCRELASSOCIATESLIBRARY('3Vpbf3E6n0shvxiy$STz7Y',$,$,$,(#4337),#19004); -#19004= IFCLIBRARYREFERENCE($,$,'Burner Base Quantities',$,'en',$); +#11878= IFCRELASSOCIATESLIBRARY('0CAXlK3HT71A3GSMQA9daY',$,$,$,(#4371),#19046); +#19046= IFCLIBRARYREFERENCE($,$,'Burner Base Quantities',$,'en',$); -#11839= IFCRELASSOCIATESLIBRARY('1j72TLRdjDmAzsucswi0B_',$,$,$,(#4338),#19005); -#19005= IFCLIBRARYREFERENCE($,$,'Cable Carrier Fitting Base Quantities',$,'en',$); +#11879= IFCRELASSOCIATESLIBRARY('0O0SjR6Gf1kRv$f0kWY_Tf',$,$,$,(#4372),#19047); +#19047= IFCLIBRARYREFERENCE($,$,'Cable Carrier Fitting Base Quantities',$,'en',$); -#11840= IFCRELASSOCIATESLIBRARY('31fJfxezH1zfRk6g0SoZb6',$,$,$,(#4339),#19006); -#19006= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Base Quantities',$,'en',$); +#11880= IFCRELASSOCIATESLIBRARY('0hYxdIlUX7mOjNyEn4B$JJ',$,$,$,(#4373),#19048); +#19048= IFCLIBRARYREFERENCE($,$,'Cable Carrier Segment Base Quantities',$,'en',$); -#11841= IFCRELASSOCIATESLIBRARY('3_8BC4vhTElP4diBnzzy2l',$,$,$,(#4340),#19007); -#19007= IFCLIBRARYREFERENCE($,$,'Cable Fitting Base Quantities',$,'en',$); +#11881= IFCRELASSOCIATESLIBRARY('0LZiLq6pH9FA4LX1AQhk60',$,$,$,(#4374),#19049); +#19049= IFCLIBRARYREFERENCE($,$,'Cable Fitting Base Quantities',$,'en',$); -#11842= IFCRELASSOCIATESLIBRARY('0HTmaeXtPBUO$JsTlN377i',$,$,$,(#4341),#19008); -#19008= IFCLIBRARYREFERENCE($,$,'Cable Segment Base Quantities',$,'en',$); +#11882= IFCRELASSOCIATESLIBRARY('3mnCZC8HX7p9D65GMWrt$q',$,$,$,(#4375),#19050); +#19050= IFCLIBRARYREFERENCE($,$,'Cable Segment Base Quantities',$,'en',$); -#11843= IFCRELASSOCIATESLIBRARY('26AVmv4S920Bg1F2asD0Q4',$,$,$,(#4342),#19009); -#19009= IFCLIBRARYREFERENCE($,$,'Chiller Base Quantities',$,'en',$); +#11883= IFCRELASSOCIATESLIBRARY('1ycQIFWUf5Lhc3QvD249MW',$,$,$,(#4376),#19051); +#19051= IFCLIBRARYREFERENCE($,$,'Chiller Base Quantities',$,'en',$); -#11844= IFCRELASSOCIATESLIBRARY('2s8biyFZHAWhUOM4ySvjNa',$,$,$,(#4343),#19010); -#19010= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Schornstein.','de-DE',$); +#11884= IFCRELASSOCIATESLIBRARY('119aRBqXv5gPBd_JCNplIn',$,$,$,(#4377),#19052); +#19052= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Schornstein.','de-DE',$); -#11845= IFCRELASSOCIATESLIBRARY('2ZhT8l9Rz5l9DT71CuYlvv',$,$,$,(#4343),#19011); -#19011= IFCLIBRARYREFERENCE($,$,'Chimney Base Quantities',$,'en',$); +#11885= IFCRELASSOCIATESLIBRARY('05yq18GNj2Vu0Wyd868ri7',$,$,$,(#4377),#19053); +#19053= IFCLIBRARYREFERENCE($,$,'Chimney Base Quantities',$,'en',$); -#11846= IFCRELASSOCIATESLIBRARY('3ARphGuTn76wFw38AF7LET',$,$,$,(#4343),#19012); -#19012= IFCLIBRARYREFERENCE($,$,$,'\X2\71597A81306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11886= IFCRELASSOCIATESLIBRARY('1kwS6BZiz7gwuyO1jUS7YM',$,$,$,(#4377),#19054); +#19054= IFCLIBRARYREFERENCE($,$,$,'\X2\71597A81306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11847= IFCRELASSOCIATESLIBRARY('2b3mY3nFX7Le$oVPT9NWeV',$,$,$,(#4344),#19013); -#19013= IFCLIBRARYREFERENCE($,$,'Coil Base Quantities',$,'en',$); +#11887= IFCRELASSOCIATESLIBRARY('0KJ9ITmI16d8fS3nFV2GOv',$,$,$,(#4378),#19055); +#19055= IFCLIBRARYREFERENCE($,$,'Coil Base Quantities',$,'en',$); -#11848= IFCRELASSOCIATESLIBRARY('1wlnlIehn59gmf8UbEobfa',$,$,$,(#4345),#19014); -#19014= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ St\S\|tze.','de-DE',$); +#11888= IFCRELASSOCIATESLIBRARY('1kjth4xbT5We$dPVHzN1ao',$,$,$,(#4379),#19056); +#19056= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ St\S\|tze.','de-DE',$); -#11849= IFCRELASSOCIATESLIBRARY('073QTwdIv98e_SLaFAJMiw',$,$,$,(#4345),#19015); -#19015= IFCLIBRARYREFERENCE($,$,'Column Base Quantities',$,'en',$); +#11889= IFCRELASSOCIATESLIBRARY('3_n6U5hJbEqvZGPonXv95E',$,$,$,(#4379),#19057); +#19057= IFCLIBRARYREFERENCE($,$,'Column Base Quantities',$,'en',$); -#11850= IFCRELASSOCIATESLIBRARY('0svZx5gXD8rfpkQH2kW1JL',$,$,$,(#4345),#19016); -#19016= IFCLIBRARYREFERENCE($,$,$,'\X2\67F1306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11890= IFCRELASSOCIATESLIBRARY('2J5aUif3HC7RvDe3JABGeo',$,$,$,(#4379),#19058); +#19058= IFCLIBRARYREFERENCE($,$,$,'\X2\67F1306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11851= IFCRELASSOCIATESLIBRARY('0C8F8JfAr179lBTHLAvJIr',$,$,$,(#4346),#19017); -#19017= IFCLIBRARYREFERENCE($,$,'Communications Appliance Base Quantities',$,'en',$); +#11891= IFCRELASSOCIATESLIBRARY('2cY6s$QLT0du9gJfgSUi1d',$,$,$,(#4380),#19059); +#19059= IFCLIBRARYREFERENCE($,$,'Communications Appliance Base Quantities',$,'en',$); -#11852= IFCRELASSOCIATESLIBRARY('3npeOCGEj5qQh0gKGMgSHZ',$,$,$,(#4347),#19018); -#19018= IFCLIBRARYREFERENCE($,$,'Compressor Base Quantities',$,'en',$); +#11892= IFCRELASSOCIATESLIBRARY('1mO0U4CCHD5PI1v8n9qjaO',$,$,$,(#4381),#19060); +#19060= IFCLIBRARYREFERENCE($,$,'Compressor Base Quantities',$,'en',$); -#11853= IFCRELASSOCIATESLIBRARY('2raQU9HVP7Pe4Kk4xlzF7a',$,$,$,(#4348),#19019); -#19019= IFCLIBRARYREFERENCE($,$,'Condenser Base Quantities',$,'en',$); +#11893= IFCRELASSOCIATESLIBRARY('1V56kNHUX6gP9ZsA71ZGoJ',$,$,$,(#4382),#19061); +#19061= IFCLIBRARYREFERENCE($,$,'Condenser Base Quantities',$,'en',$); -#11854= IFCRELASSOCIATESLIBRARY('10ZasYRo50hPhgrZe4j5sN',$,$,$,(#4350),#19020); -#19020= IFCLIBRARYREFERENCE($,$,'Construction Equipment Resource Base Quantities',$,'en',$); +#11894= IFCRELASSOCIATESLIBRARY('3Bwk6N32zBieBmRhjCogGS',$,$,$,(#4384),#19062); +#19062= IFCLIBRARYREFERENCE($,$,'Construction Equipment Resource Base Quantities',$,'en',$); -#11855= IFCRELASSOCIATESLIBRARY('0cBz9XoLXBAwxYE2afNEeY',$,$,$,(#4351),#19021); -#19021= IFCLIBRARYREFERENCE($,$,'Construction Material Resource Base Quantities',$,'en',$); +#11895= IFCRELASSOCIATESLIBRARY('3t53pU_652f92BB_MtWTAK',$,$,$,(#4385),#19063); +#19063= IFCLIBRARYREFERENCE($,$,'Construction Material Resource Base Quantities',$,'en',$); -#11856= IFCRELASSOCIATESLIBRARY('0rFwiy7u9DWBrD7ifSuHIy',$,$,$,(#4352),#19022); -#19022= IFCLIBRARYREFERENCE($,$,'Controller Base Quantities',$,'en',$); +#11896= IFCRELASSOCIATESLIBRARY('1_iOSzdoP1Pg4iMCBjE1na',$,$,$,(#4386),#19064); +#19064= IFCLIBRARYREFERENCE($,$,'Controller Base Quantities',$,'en',$); -#11857= IFCRELASSOCIATESLIBRARY('0V$7lgLm96Ng3dykqaI$Sp',$,$,$,(#4353),#19023); -#19023= IFCLIBRARYREFERENCE($,$,'Cooled Beam Base Quantities',$,'en',$); +#11897= IFCRELASSOCIATESLIBRARY('2jzoK_wYz5pQ06zWkTp0mz',$,$,$,(#4387),#19065); +#19065= IFCLIBRARYREFERENCE($,$,'Cooled Beam Base Quantities',$,'en',$); -#11858= IFCRELASSOCIATESLIBRARY('0aOBsRr5L5RAdSfTUpg0t4',$,$,$,(#4354),#19024); -#19024= IFCLIBRARYREFERENCE($,$,'Cooling Tower Base Quantities',$,'en',$); +#11898= IFCRELASSOCIATESLIBRARY('3N$BxMVHrFmxpzEo$1EnWE',$,$,$,(#4388),#19066); +#19066= IFCLIBRARYREFERENCE($,$,'Cooling Tower Base Quantities',$,'en',$); -#11859= IFCRELASSOCIATESLIBRARY('0HCfWvQTL2k9fPHBNjzgZ4',$,$,$,(#4356),#19025); -#19025= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r Bekleidungen','de-DE',$); +#11899= IFCRELASSOCIATESLIBRARY('0qGmgZDTv1Hv_tX72rG1PI',$,$,$,(#4390),#19067); +#19067= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r Bekleidungen','de-DE',$); -#11860= IFCRELASSOCIATESLIBRARY('25qpL4J2z6wgpJWE0yNNWX',$,$,$,(#4356),#19026); -#19026= IFCLIBRARYREFERENCE($,$,'Covering Base Quantities',$,'en',$); +#11900= IFCRELASSOCIATESLIBRARY('2yCkfVft16Shb$QWP3pR4w',$,$,$,(#4390),#19068); +#19068= IFCLIBRARYREFERENCE($,$,'Covering Base Quantities',$,'en',$); -#11861= IFCRELASSOCIATESLIBRARY('1n6$D2ss14sg948DjEwMDY',$,$,$,(#4356),#19027); -#19027= IFCLIBRARYREFERENCE($,$,$,'\X2\4ED54E0A3052\X0\(\X2\30AB30D030EA30F330B030FB89863044\X0\)\X2\306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11901= IFCRELASSOCIATESLIBRARY('0EwPYN0iDA_eK8O2Zy2MAT',$,$,$,(#4390),#19069); +#19069= IFCLIBRARYREFERENCE($,$,$,'\X2\4ED54E0A3052\X0\(\X2\30AB30D030EA30F330B030FB89863044\X0\)\X2\306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11862= IFCRELASSOCIATESLIBRARY('12DzOJkNPCSAdpwU$kz8_j',$,$,$,(#4357),#19028); -#19028= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Vorhangfassade','de-DE',$); +#11902= IFCRELASSOCIATESLIBRARY('39_RJQ$tLA18p3XCmh2wNZ',$,$,$,(#4391),#19070); +#19070= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Vorhangfassade','de-DE',$); -#11863= IFCRELASSOCIATESLIBRARY('01ayGoU1r8ABUh26b4jM9H',$,$,$,(#4357),#19029); -#19029= IFCLIBRARYREFERENCE($,$,'Curtain Wall Quantities',$,'en',$); +#11903= IFCRELASSOCIATESLIBRARY('2SZzH9SHr3uf5$9pktnkDV',$,$,$,(#4391),#19071); +#19071= IFCLIBRARYREFERENCE($,$,'Curtain Wall Quantities',$,'en',$); -#11864= IFCRELASSOCIATESLIBRARY('3UNkvmecH868D9d2boVbjH',$,$,$,(#4357),#19030); -#19030= IFCLIBRARYREFERENCE($,$,$,'\X2\30AB30FC30C630F330A630A930FC30EB306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11904= IFCRELASSOCIATESLIBRARY('0zgYm2CCb81vvKukzNvVb_',$,$,$,(#4391),#19072); +#19072= IFCLIBRARYREFERENCE($,$,$,'\X2\30AB30FC30C630F330A630A930FC30EB306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11865= IFCRELASSOCIATESLIBRARY('0FDFePlI5BDAb_vHzf3iit',$,$,$,(#4358),#19031); -#19031= IFCLIBRARYREFERENCE($,$,'Damper Base Quantities',$,'en',$); +#11905= IFCRELASSOCIATESLIBRARY('05l23_NX50Zxso7Ea7RXJt',$,$,$,(#4392),#19073); +#19073= IFCLIBRARYREFERENCE($,$,'Damper Base Quantities',$,'en',$); -#11866= IFCRELASSOCIATESLIBRARY('17vDoIjRz1UPiA_VEX47Hf',$,$,$,(#4359),#19032); -#19032= IFCLIBRARYREFERENCE($,$,'Electric Distribution Board Base Quantities',$,'en',$); +#11906= IFCRELASSOCIATESLIBRARY('16F0H7X7L6zvD3GJyiQwZ6',$,$,$,(#4393),#19074); +#19074= IFCLIBRARYREFERENCE($,$,'Electric Distribution Board Base Quantities',$,'en',$); -#11867= IFCRELASSOCIATESLIBRARY('3oU_1WOFj8AhPuOhri70qm',$,$,$,(#4360),#19033); -#19033= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Base Quantities',$,'en',$); +#11907= IFCRELASSOCIATESLIBRARY('3RK9CDcGT95AXrCrETgVz0',$,$,$,(#4394),#19075); +#19075= IFCLIBRARYREFERENCE($,$,'Distribution Chamber Element Base Quantities',$,'en',$); -#11868= IFCRELASSOCIATESLIBRARY('3FP67CUPr6IekYf5hfGdPy',$,$,$,(#4361),#19034); -#19034= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ T\S\|r.','de-DE',$); +#11908= IFCRELASSOCIATESLIBRARY('1AFJaA8Er72QNhikPxIqww',$,$,$,(#4395),#19076); +#19076= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ T\S\|r.','de-DE',$); -#11869= IFCRELASSOCIATESLIBRARY('3SmLl_tP16bvL5xI3iVRL5',$,$,$,(#4361),#19035); -#19035= IFCLIBRARYREFERENCE($,$,'Door Base Quantities',$,'en',$); +#11909= IFCRELASSOCIATESLIBRARY('08g8tyHED6R8$5bbmkMAcQ',$,$,$,(#4395),#19077); +#19077= IFCLIBRARYREFERENCE($,$,'Door Base Quantities',$,'en',$); -#11870= IFCRELASSOCIATESLIBRARY('3Zt4EQf5X3VuCiMIPpPlSz',$,$,$,(#4361),#19036); -#19036= IFCLIBRARYREFERENCE($,$,$,'\X2\30C930A2306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11910= IFCRELASSOCIATESLIBRARY('3fBqaVbdb6HAzwCA9x9Yj9',$,$,$,(#4395),#19078); +#19078= IFCLIBRARYREFERENCE($,$,$,'\X2\30C930A2306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11871= IFCRELASSOCIATESLIBRARY('3YxqTEz8T27uHF6ws1_Gbi',$,$,$,(#4362),#19037); -#19037= IFCLIBRARYREFERENCE($,$,'Duct Fitting Base Quantities',$,'en',$); +#11911= IFCRELASSOCIATESLIBRARY('26Bzu$eFP9a8ZTtbmQ6MT9',$,$,$,(#4396),#19079); +#19079= IFCLIBRARYREFERENCE($,$,'Duct Fitting Base Quantities',$,'en',$); -#11872= IFCRELASSOCIATESLIBRARY('0z98dq$AT6U9ucsj3r2jeI',$,$,$,(#4363),#19038); -#19038= IFCLIBRARYREFERENCE($,$,'Duct Segment Base Quantities',$,'en',$); +#11912= IFCRELASSOCIATESLIBRARY('2bPTPh6TD8U97hvf5diQ2m',$,$,$,(#4397),#19080); +#19080= IFCLIBRARYREFERENCE($,$,'Duct Segment Base Quantities',$,'en',$); -#11873= IFCRELASSOCIATESLIBRARY('2VD2mx74b1rA5ubzwH3jq6',$,$,$,(#4364),#19039); -#19039= IFCLIBRARYREFERENCE($,$,'Duct Silencer Base Quantities',$,'en',$); +#11913= IFCRELASSOCIATESLIBRARY('0InJGS9mT8ifroS_JgRgYY',$,$,$,(#4398),#19081); +#19081= IFCLIBRARYREFERENCE($,$,'Duct Silencer Base Quantities',$,'en',$); -#11874= IFCRELASSOCIATESLIBRARY('2RHmAmeEz2sxX0Wo_ri3wW',$,$,$,(#4367),#19040); -#19040= IFCLIBRARYREFERENCE($,$,'Electric Appliance Base Quantities',$,'en',$); +#11914= IFCRELASSOCIATESLIBRARY('1axR1omDb5vew2m7DFJZ1e',$,$,$,(#4401),#19082); +#19082= IFCLIBRARYREFERENCE($,$,'Electric Appliance Base Quantities',$,'en',$); -#11875= IFCRELASSOCIATESLIBRARY('1Y7Pp7PnjEPeETSp_sIyU1',$,$,$,(#4368),#19041); -#19041= IFCLIBRARYREFERENCE($,$,'Electric Flow Storage Device Base Quantities',$,'en',$); +#11915= IFCRELASSOCIATESLIBRARY('1p7TbxP8XBVfOXH6REumB7',$,$,$,(#4402),#19083); +#19083= IFCLIBRARYREFERENCE($,$,'Electric Flow Storage Device Base Quantities',$,'en',$); -#11876= IFCRELASSOCIATESLIBRARY('1e_uMtkATAlhSVhYeo$m5k',$,$,$,(#4369),#19042); -#19042= IFCLIBRARYREFERENCE($,$,'Electric Generator Base Quantities',$,'en',$); +#11916= IFCRELASSOCIATESLIBRARY('0bzuW5QfHBcQthMAwge9xQ',$,$,$,(#4403),#19084); +#19084= IFCLIBRARYREFERENCE($,$,'Electric Generator Base Quantities',$,'en',$); -#11877= IFCRELASSOCIATESLIBRARY('2C1Rdd3Er0FPeHG6kS1Pee',$,$,$,(#4370),#19043); -#19043= IFCLIBRARYREFERENCE($,$,'Electric Motor Base Quantities',$,'en',$); +#11917= IFCRELASSOCIATESLIBRARY('2RqDGpvmn8DPBS0w1yWOt5',$,$,$,(#4404),#19085); +#19085= IFCLIBRARYREFERENCE($,$,'Electric Motor Base Quantities',$,'en',$); -#11878= IFCRELASSOCIATESLIBRARY('2aqS$K3lX5cQnOsdh0iilu',$,$,$,(#4371),#19044); -#19044= IFCLIBRARYREFERENCE($,$,'Electric Time Control Base Quantities',$,'en',$); +#11918= IFCRELASSOCIATESLIBRARY('2ivZbNYaz8gf3pkhQIc0s$',$,$,$,(#4405),#19086); +#19086= IFCLIBRARYREFERENCE($,$,'Electric Time Control Base Quantities',$,'en',$); -#11879= IFCRELASSOCIATESLIBRARY('3mhY$y8rrESxBrEauelAv1',$,$,$,(#4372),#19045); -#19045= IFCLIBRARYREFERENCE($,$,'Evaporative Cooler Base Quantities',$,'en',$); +#11919= IFCRELASSOCIATESLIBRARY('1bSRo9yMP0TedM4D219fim',$,$,$,(#4406),#19087); +#19087= IFCLIBRARYREFERENCE($,$,'Evaporative Cooler Base Quantities',$,'en',$); -#11880= IFCRELASSOCIATESLIBRARY('2cOq7iW9fBhgDKotMzxVCE',$,$,$,(#4373),#19046); -#19046= IFCLIBRARYREFERENCE($,$,'Evaporator Base Quantities',$,'en',$); +#11920= IFCRELASSOCIATESLIBRARY('0FYGZfFfv5zAwYxlue1LaC',$,$,$,(#4407),#19088); +#19088= IFCLIBRARYREFERENCE($,$,'Evaporator Base Quantities',$,'en',$); -#11881= IFCRELASSOCIATESLIBRARY('0TxJhda256mexIjopzW72E',$,$,$,(#4375),#19047); -#19047= IFCLIBRARYREFERENCE($,$,'Fan Base Quantities',$,'en',$); +#11921= IFCRELASSOCIATESLIBRARY('05VVSSgxb5i9okbWLztPv3',$,$,$,(#4410),#19089); +#19089= IFCLIBRARYREFERENCE($,$,'Fan Base Quantities',$,'en',$); -#11882= IFCRELASSOCIATESLIBRARY('2VT2dUenLExeZ_wRKqnctu',$,$,$,(#4376),#19048); -#19048= IFCLIBRARYREFERENCE($,$,'Filter Base Quantities',$,'en',$); +#11922= IFCRELASSOCIATESLIBRARY('3_Oui2UdH6pRGMr7RA41kc',$,$,$,(#4411),#19090); +#19090= IFCLIBRARYREFERENCE($,$,'Filter Base Quantities',$,'en',$); -#11883= IFCRELASSOCIATESLIBRARY('2Z4Sy0u2n8Z8Dz2JU5draS',$,$,$,(#4377),#19049); -#19049= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Base Quantities',$,'en',$); +#11923= IFCRELASSOCIATESLIBRARY('1iDWT1Q7v3lwba3U2dGlLo',$,$,$,(#4412),#19091); +#19091= IFCLIBRARYREFERENCE($,$,'Fire Suppression Terminal Base Quantities',$,'en',$); -#11884= IFCRELASSOCIATESLIBRARY('2tQkoKyiPCbuCXn5VtMDns',$,$,$,(#4378),#19050); -#19050= IFCLIBRARYREFERENCE($,$,'Flow Instrument Base Quantities',$,'en',$); +#11924= IFCRELASSOCIATESLIBRARY('1GCZ0N31f6a8ieLw1ci5_A',$,$,$,(#4413),#19092); +#19092= IFCLIBRARYREFERENCE($,$,'Flow Instrument Base Quantities',$,'en',$); -#11885= IFCRELASSOCIATESLIBRARY('358a5Qoxz6oOAq06xAb5S0',$,$,$,(#4379),#19051); -#19051= IFCLIBRARYREFERENCE($,$,'Flow Meter Base Quantities',$,'en',$); +#11925= IFCRELASSOCIATESLIBRARY('1rCmjFQOv9Vx9TwK5PuXYc',$,$,$,(#4414),#19093); +#19093= IFCLIBRARYREFERENCE($,$,'Flow Meter Base Quantities',$,'en',$); -#11886= IFCRELASSOCIATESLIBRARY('3DfW4v_9DACRSGyTI4BB25',$,$,$,(#4380),#19052); -#19052= IFCLIBRARYREFERENCE($,$,'Footing Base Quantities',$,'en',$); +#11926= IFCRELASSOCIATESLIBRARY('3WD6aWEwL1swj_8mehCz18',$,$,$,(#4415),#19094); +#19094= IFCLIBRARYREFERENCE($,$,'Footing Base Quantities',$,'en',$); -#11887= IFCRELASSOCIATESLIBRARY('293ifdRaDBPQiRW48Vwsq1',$,$,$,(#4381),#19053); -#19053= IFCLIBRARYREFERENCE($,$,'Heat Exchanger Base Quantities',$,'en',$); +#11927= IFCRELASSOCIATESLIBRARY('0yytsonOz3$R7gUOK_sk6q',$,$,$,(#4416),#19095); +#19095= IFCLIBRARYREFERENCE($,$,'Heat Exchanger Base Quantities',$,'en',$); -#11888= IFCRELASSOCIATESLIBRARY('1bEGu_Qdv3g95raxKqS6mJ',$,$,$,(#4382),#19054); -#19054= IFCLIBRARYREFERENCE($,$,'Humidifier Base Quantities',$,'en',$); +#11928= IFCRELASSOCIATESLIBRARY('29JPDEvrv1ZeCSVPyRIYKD',$,$,$,(#4417),#19096); +#19096= IFCLIBRARYREFERENCE($,$,'Humidifier Base Quantities',$,'en',$); -#11889= IFCRELASSOCIATESLIBRARY('1bToyJ$uP4jwoIz7NMPyyS',$,$,$,(#4384),#19055); -#19055= IFCLIBRARYREFERENCE($,$,'Interceptor Base Quantities',$,'en',$); +#11929= IFCRELASSOCIATESLIBRARY('1aN7j_NKD6DRkNPH$kxFta',$,$,$,(#4419),#19097); +#19097= IFCLIBRARYREFERENCE($,$,'Interceptor Base Quantities',$,'en',$); -#11890= IFCRELASSOCIATESLIBRARY('2LrlbFjo53GQTXkZpfM2aF',$,$,$,(#4385),#19056); -#19056= IFCLIBRARYREFERENCE($,$,'Junction Box Base Quantities',$,'en',$); +#11930= IFCRELASSOCIATESLIBRARY('1r4fvZ6Wr3WwU1W8THeoEH',$,$,$,(#4420),#19098); +#19098= IFCLIBRARYREFERENCE($,$,'Junction Box Base Quantities',$,'en',$); -#11891= IFCRELASSOCIATESLIBRARY('2BlPLtjnfELPpjUd1Szkat',$,$,$,(#4387),#19057); -#19057= IFCLIBRARYREFERENCE($,$,'Labor Resource Base Quantities',$,'en',$); +#11931= IFCRELASSOCIATESLIBRARY('1aBim62Tv9wgtLb_HV_L_Y',$,$,$,(#4422),#19099); +#19099= IFCLIBRARYREFERENCE($,$,'Labor Resource Base Quantities',$,'en',$); -#11892= IFCRELASSOCIATESLIBRARY('0FxSftqCj9BfD86BtvNsaz',$,$,$,(#4388),#19058); -#19058= IFCLIBRARYREFERENCE($,$,'Lamp Base Quantities',$,'en',$); +#11932= IFCRELASSOCIATESLIBRARY('3qwWssfOzCHfS4PnbBra3p',$,$,$,(#4423),#19100); +#19100= IFCLIBRARYREFERENCE($,$,'Lamp Base Quantities',$,'en',$); -#11893= IFCRELASSOCIATESLIBRARY('3D5kpEX6PDmAM0upzQvgEq',$,$,$,(#4389),#19059); -#19059= IFCLIBRARYREFERENCE($,$,'Light Fixture Base Quantities',$,'en',$); +#11933= IFCRELASSOCIATESLIBRARY('097Mt9amr9mhiXYtj64EYl',$,$,$,(#4424),#19101); +#19101= IFCLIBRARYREFERENCE($,$,'Light Fixture Base Quantities',$,'en',$); -#11894= IFCRELASSOCIATESLIBRARY('20eQQeyYbEdxFIuwPy4YCR',$,$,$,(#4392),#19060); -#19060= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Tr\S\dger.','de-DE',$); +#11934= IFCRELASSOCIATESLIBRARY('1XMSZQhkT8QxaHtmyZdRUx',$,$,$,(#4427),#19102); +#19102= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Tr\S\dger.','de-DE',$); -#11895= IFCRELASSOCIATESLIBRARY('0KqvPLBOrC_u0veVs_WF5u',$,$,$,(#4392),#19061); -#19061= IFCLIBRARYREFERENCE($,$,'Member Base Quantities',$,'en',$); +#11935= IFCRELASSOCIATESLIBRARY('3kxAjzqkLAMBbWk9BmPORW',$,$,$,(#4427),#19103); +#19103= IFCLIBRARYREFERENCE($,$,'Member Base Quantities',$,'en',$); -#11896= IFCRELASSOCIATESLIBRARY('2bS2OOZKv8GPLXEk7M2Fdw',$,$,$,(#4393),#19062); -#19062= IFCLIBRARYREFERENCE($,$,'Motor Connection Base Quantities',$,'en',$); +#11936= IFCRELASSOCIATESLIBRARY('3HRVea$19CAfrexsmGEs3J',$,$,$,(#4428),#19104); +#19104= IFCLIBRARYREFERENCE($,$,'Motor Connection Base Quantities',$,'en',$); -#11897= IFCRELASSOCIATESLIBRARY('3emUCwDIP1OQTmUgIL_nFH',$,$,$,(#4394),#19063); -#19063= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r \S\Vffnungen','de-DE',$); +#11937= IFCRELASSOCIATESLIBRARY('2EYUeDV6n2LuxUOjUSxT_Y',$,$,$,(#4429),#19105); +#19105= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r \S\Vffnungen','de-DE',$); -#11898= IFCRELASSOCIATESLIBRARY('0qfsMhZJz06vYsPdztRoQ3',$,$,$,(#4394),#19064); -#19064= IFCLIBRARYREFERENCE($,$,'Opening Element Base Quantities',$,'en',$); +#11938= IFCRELASSOCIATESLIBRARY('2MaDPMX4rFseWcO1n3CgLZ',$,$,$,(#4429),#19106); +#19106= IFCLIBRARYREFERENCE($,$,'Opening Element Base Quantities',$,'en',$); -#11899= IFCRELASSOCIATESLIBRARY('1S8Kthg31FNhWRnWhe2vGO',$,$,$,(#4394),#19065); -#19065= IFCLIBRARYREFERENCE($,$,$,'\X2\958B53E3306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11939= IFCRELASSOCIATESLIBRARY('1shVKWZ19EkRy4$293bGvt',$,$,$,(#4429),#19107); +#19107= IFCLIBRARYREFERENCE($,$,$,'\X2\958B53E3306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11900= IFCRELASSOCIATESLIBRARY('2z3b0rciz46em_DeRkzpjr',$,$,$,(#4395),#19066); -#19066= IFCLIBRARYREFERENCE($,$,'Outlet Base Quantities',$,'en',$); +#11940= IFCRELASSOCIATESLIBRARY('0m_zywe750TeXKTiN_1sx5',$,$,$,(#4430),#19108); +#19108= IFCLIBRARYREFERENCE($,$,'Outlet Base Quantities',$,'en',$); -#11901= IFCRELASSOCIATESLIBRARY('398SLrKgH3pvKanDt7XYFl',$,$,$,(#4398),#19067); -#19067= IFCLIBRARYREFERENCE($,$,'Pile Base Quantities',$,'en',$); +#11941= IFCRELASSOCIATESLIBRARY('0LsJs96658DAcRtnkfrBG5',$,$,$,(#4433),#19109); +#19109= IFCLIBRARYREFERENCE($,$,'Pile Base Quantities',$,'en',$); -#11902= IFCRELASSOCIATESLIBRARY('2nKW6S9091yAlqHfP7L1IT',$,$,$,(#4399),#19068); -#19068= IFCLIBRARYREFERENCE($,$,'Pipe Fitting Base Quantities',$,'en',$); +#11942= IFCRELASSOCIATESLIBRARY('2$A1BsHjT6S9GlmTWllDT7',$,$,$,(#4434),#19110); +#19110= IFCLIBRARYREFERENCE($,$,'Pipe Fitting Base Quantities',$,'en',$); -#11903= IFCRELASSOCIATESLIBRARY('0Bya8jz1n8bBhKVMQqeRix',$,$,$,(#4400),#19069); -#19069= IFCLIBRARYREFERENCE($,$,'Pipe Segment Base Quantities',$,'en',$); +#11943= IFCRELASSOCIATESLIBRARY('2A_TjW3uL70BZGJZXCstsG',$,$,$,(#4435),#19111); +#19111= IFCLIBRARYREFERENCE($,$,'Pipe Segment Base Quantities',$,'en',$); -#11904= IFCRELASSOCIATESLIBRARY('0PoVV0em1ChQ2HPN_ezKkF',$,$,$,(#4401),#19070); -#19070= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Platte.','de-DE',$); +#11944= IFCRELASSOCIATESLIBRARY('0ttqvOYKP9RRcNQurdHmXx',$,$,$,(#4436),#19112); +#19112= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Platte.','de-DE',$); -#11905= IFCRELASSOCIATESLIBRARY('2FawjWTeT8Zh7n6aI3Yxrq',$,$,$,(#4401),#19071); -#19071= IFCLIBRARYREFERENCE($,$,'Plate Base Quantities',$,'en',$); +#11945= IFCRELASSOCIATESLIBRARY('2JpttfPZf0VfmgZbgO7ibV',$,$,$,(#4436),#19113); +#19113= IFCLIBRARYREFERENCE($,$,'Plate Base Quantities',$,'en',$); -#11906= IFCRELASSOCIATESLIBRARY('0U2KrAeYj71hoGEuzv3tc$',$,$,$,(#4402),#19072); -#19072= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r \S\Vffnungen','de-DE',$); +#11946= IFCRELASSOCIATESLIBRARY('28mlBwtSPDfOfAgWZmUxKe',$,$,$,(#4437),#19114); +#19114= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r \S\Vffnungen','de-DE',$); -#11907= IFCRELASSOCIATESLIBRARY('0zWdDqYR1AqgX$3nrU0v8p',$,$,$,(#4402),#19073); -#19073= IFCLIBRARYREFERENCE($,$,'Projection Element Base Quantities',$,'en',$); +#11947= IFCRELASSOCIATESLIBRARY('0poa8nAiH4K9s3wDwh9Y3Q',$,$,$,(#4437),#19115); +#19115= IFCLIBRARYREFERENCE($,$,'Projection Element Base Quantities',$,'en',$); -#11908= IFCRELASSOCIATESLIBRARY('2tjkkEt_L33OrJmy9$2m4_',$,$,$,(#4403),#19074); -#19074= IFCLIBRARYREFERENCE($,$,'Protective Device Base Quantities',$,'en',$); +#11948= IFCRELASSOCIATESLIBRARY('1Lq9dmmq1ESvBpwcS6alQz',$,$,$,(#4438),#19116); +#19116= IFCLIBRARYREFERENCE($,$,'Protective Device Base Quantities',$,'en',$); -#11909= IFCRELASSOCIATESLIBRARY('1r_jlBEHn2t93$ImsSwX0g',$,$,$,(#4404),#19075); -#19075= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Base Quantities',$,'en',$); +#11949= IFCRELASSOCIATESLIBRARY('3OL958f2T2oPVGK$7IZMqa',$,$,$,(#4439),#19117); +#19117= IFCLIBRARYREFERENCE($,$,'Protective Device Tripping Unit Base Quantities',$,'en',$); -#11910= IFCRELASSOCIATESLIBRARY('12fQEvsmb22wRjsHCkEYh0',$,$,$,(#4405),#19076); -#19076= IFCLIBRARYREFERENCE($,$,'Pump Base Quantities',$,'en',$); +#11950= IFCRELASSOCIATESLIBRARY('09hKH_$KzDfe5TFGk2v16C',$,$,$,(#4440),#19118); +#19118= IFCLIBRARYREFERENCE($,$,'Pump Base Quantities',$,'en',$); -#11911= IFCRELASSOCIATESLIBRARY('25SMGct9n098$dVXXKZLFN',$,$,$,(#4407),#19077); -#19077= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Gel\S\dnder.','de-DE',$); +#11951= IFCRELASSOCIATESLIBRARY('0baeyVc9TDxQ16zg_Xr5vG',$,$,$,(#4442),#19119); +#19119= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Gel\S\dnder.','de-DE',$); -#11912= IFCRELASSOCIATESLIBRARY('2tEzYXtATA8w76ZV1Cj9S2',$,$,$,(#4407),#19078); -#19078= IFCLIBRARYREFERENCE($,$,'Railing Base Quantities',$,'en',$); +#11952= IFCRELASSOCIATESLIBRARY('1DVzN71FTDHwLz6WCH1Ye3',$,$,$,(#4442),#19120); +#19120= IFCLIBRARYREFERENCE($,$,'Railing Base Quantities',$,'en',$); -#11913= IFCRELASSOCIATESLIBRARY('3t6AX$Cm5B4R1Bd83pfLOS',$,$,$,(#4407),#19079); -#19079= IFCLIBRARYREFERENCE($,$,$,'\X2\624B3059308A306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11953= IFCRELASSOCIATESLIBRARY('0Pl0TKAQbAsQOAoeAKcs94',$,$,$,(#4442),#19121); +#19121= IFCLIBRARYREFERENCE($,$,$,'\X2\624B3059308A306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11914= IFCRELASSOCIATESLIBRARY('1n2dlT47H1GRuPlBH3Rrm0',$,$,$,(#4408),#19080); -#19080= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Rampe.','de-DE',$); +#11954= IFCRELASSOCIATESLIBRARY('3NlszShHT6_QOPhUdQ2aWL',$,$,$,(#4443),#19122); +#19122= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Rampe.','de-DE',$); -#11915= IFCRELASSOCIATESLIBRARY('3a5a9ml$X8qRvDwG7xK4i5',$,$,$,(#4408),#19081); -#19081= IFCLIBRARYREFERENCE($,$,'Ramp Flight Base Quantities',$,'en',$); +#11955= IFCRELASSOCIATESLIBRARY('0_kK4D3ZL6HhgPu0BrtuGz',$,$,$,(#4443),#19123); +#19123= IFCLIBRARYREFERENCE($,$,'Ramp Flight Base Quantities',$,'en',$); -#11916= IFCRELASSOCIATESLIBRARY('1YxN1$gSr1rhDkrMMYdILw',$,$,$,(#4411),#19082); -#19082= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Dach.','de-DE',$); +#11956= IFCRELASSOCIATESLIBRARY('3PVu4jA$nAiOEkgYf91NuS',$,$,$,(#4446),#19124); +#19124= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Dach.','de-DE',$); -#11917= IFCRELASSOCIATESLIBRARY('3V4nBU0ZX0Kf$_wxdkNf8b',$,$,$,(#4411),#19083); -#19083= IFCLIBRARYREFERENCE($,$,'Roof Base Quantities',$,'en',$); +#11957= IFCRELASSOCIATESLIBRARY('34SrBgPZbDqhJiLkHKwLtl',$,$,$,(#4446),#19125); +#19125= IFCLIBRARYREFERENCE($,$,'Roof Base Quantities',$,'en',$); -#11918= IFCRELASSOCIATESLIBRARY('31PWkLx8H1IRyXaIAlz85l',$,$,$,(#4412),#19084); -#19084= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Base Quantities',$,'en',$); +#11958= IFCRELASSOCIATESLIBRARY('0Ki3Q7I3f5vOP4ynKsh7IL',$,$,$,(#4447),#19126); +#19126= IFCLIBRARYREFERENCE($,$,'Sanitary Terminal Base Quantities',$,'en',$); -#11919= IFCRELASSOCIATESLIBRARY('2VK3jzYuH0m8KaXmf87_uJ',$,$,$,(#4413),#19085); -#19085= IFCLIBRARYREFERENCE($,$,'Sensor Base Quantities',$,'en',$); +#11959= IFCRELASSOCIATESLIBRARY('35l0m0owDEuxsvKBpL9Ua3',$,$,$,(#4448),#19127); +#19127= IFCLIBRARYREFERENCE($,$,'Sensor Base Quantities',$,'en',$); -#11920= IFCRELASSOCIATESLIBRARY('0xvoFr5K18092ZO7ZTeXp7',$,$,$,(#4416),#19086); -#19086= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r das Grundst\S\|ck','de-DE',$); +#11960= IFCRELASSOCIATESLIBRARY('3idJzDWrj0KewLnl9LcuIE',$,$,$,(#4451),#19128); +#19128= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r das Grundst\S\|ck','de-DE',$); -#11921= IFCRELASSOCIATESLIBRARY('1xqQBWOgbDch7SZ3v$GyNW',$,$,$,(#4416),#19087); -#19087= IFCLIBRARYREFERENCE($,$,'Site Base Quantities',$,'en',$); +#11961= IFCRELASSOCIATESLIBRARY('1rEYkyO3v1zg5ri4nlIP21',$,$,$,(#4451),#19129); +#19129= IFCLIBRARYREFERENCE($,$,'Site Base Quantities',$,'en',$); -#11922= IFCRELASSOCIATESLIBRARY('0zNE64bLf6KhUJoSGSjxq6',$,$,$,(#4416),#19088); -#19088= IFCLIBRARYREFERENCE($,$,$,'\X2\65775730306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11962= IFCRELASSOCIATESLIBRARY('284l5x_3b1pB7UHZsYLiTB',$,$,$,(#4451),#19130); +#19130= IFCLIBRARYREFERENCE($,$,$,'\X2\65775730306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11923= IFCRELASSOCIATESLIBRARY('2bJuC_LTvAVeCGhQG8zfMV',$,$,$,(#4417),#19089); -#19089= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Decke.','de-DE',$); +#11963= IFCRELASSOCIATESLIBRARY('04j5oXoIb7BQiavx9bzwmh',$,$,$,(#4452),#19131); +#19131= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Decke.','de-DE',$); -#11924= IFCRELASSOCIATESLIBRARY('1XzPC5uPTDKQalwpX5kIyW',$,$,$,(#4417),#19090); -#19090= IFCLIBRARYREFERENCE($,$,'Slab Base Quantities',$,'en',$); +#11964= IFCRELASSOCIATESLIBRARY('3M4NgnIC9EtxGaWbKgrhbj',$,$,$,(#4452),#19132); +#19132= IFCLIBRARYREFERENCE($,$,'Slab Base Quantities',$,'en',$); -#11925= IFCRELASSOCIATESLIBRARY('1qjkFHf5HE7BE5sHPmDz1t',$,$,$,(#4417),#19091); -#19091= IFCLIBRARYREFERENCE($,$,$,'\X2\30B930E930D6306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11965= IFCRELASSOCIATESLIBRARY('3dFVB2XDv1$wDsfkNIyVS1',$,$,$,(#4452),#19133); +#19133= IFCLIBRARYREFERENCE($,$,$,'\X2\30B930E930D6306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11926= IFCRELASSOCIATESLIBRARY('21jnZAYnrBlxprdxuSnKdO',$,$,$,(#4419),#19092); -#19092= IFCLIBRARYREFERENCE($,$,'Solar Device Base Quantities',$,'en',$); +#11966= IFCRELASSOCIATESLIBRARY('2$p6FvPyb1zvpfZMJNybt8',$,$,$,(#4454),#19134); +#19134= IFCLIBRARYREFERENCE($,$,'Solar Device Base Quantities',$,'en',$); -#11927= IFCRELASSOCIATESLIBRARY('17FS9GngH9FhR0_C2a69QB',$,$,$,(#4420),#19093); -#19093= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle R\S\dume','de-DE',$); +#11967= IFCRELASSOCIATESLIBRARY('0AkzX6zbDBig8PQCrWN51W',$,$,$,(#4455),#19135); +#19135= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle R\S\dume','de-DE',$); -#11928= IFCRELASSOCIATESLIBRARY('0uuk847w9A4gb1cDb7kQbw',$,$,$,(#4420),#19094); -#19094= IFCLIBRARYREFERENCE($,$,'Space Base Quantities',$,'en',$); +#11968= IFCRELASSOCIATESLIBRARY('1geQJLl5f25QWQa8QtbYz0',$,$,$,(#4455),#19136); +#19136= IFCLIBRARYREFERENCE($,$,'Space Base Quantities',$,'en',$); -#11929= IFCRELASSOCIATESLIBRARY('37CpAnuDr68Q9sldYst3bn',$,$,$,(#4420),#19095); -#19095= IFCLIBRARYREFERENCE($,$,$,'\X2\90E85C4B306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11969= IFCRELASSOCIATESLIBRARY('1sjqpCL1n9uREYz9ESSNb1',$,$,$,(#4455),#19137); +#19137= IFCLIBRARYREFERENCE($,$,$,'\X2\90E85C4B306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11930= IFCRELASSOCIATESLIBRARY('23KooISAHAehlGXWmJp3jt',$,$,$,(#4421),#19096); -#19096= IFCLIBRARYREFERENCE($,$,'Space Heater Base Quantities',$,'en',$); +#11970= IFCRELASSOCIATESLIBRARY('3F4W2p64rAieTXInlGHJid',$,$,$,(#4456),#19138); +#19138= IFCLIBRARYREFERENCE($,$,'Space Heater Base Quantities',$,'en',$); -#11931= IFCRELASSOCIATESLIBRARY('3ioMHhVtj3GxLwAiUuPBFx',$,$,$,(#4423),#19097); -#19097= IFCLIBRARYREFERENCE($,$,'Stack Terminal Base Quantities',$,'en',$); +#11971= IFCRELASSOCIATESLIBRARY('0SGYHEidn45At2e9$4RHin',$,$,$,(#4458),#19139); +#19139= IFCLIBRARYREFERENCE($,$,'Stack Terminal Base Quantities',$,'en',$); -#11932= IFCRELASSOCIATESLIBRARY('2SVcyx1ln0ngzVDSpyc6wl',$,$,$,(#4424),#19098); -#19098= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Treppenlauf.','de-DE',$); +#11972= IFCRELASSOCIATESLIBRARY('2AjMvolQn8PeFENHaLgjUD',$,$,$,(#4459),#19140); +#19140= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Treppenlauf.','de-DE',$); -#11933= IFCRELASSOCIATESLIBRARY('3BfmsjDX52Q9s48B9uH8XO',$,$,$,(#4424),#19099); -#19099= IFCLIBRARYREFERENCE($,$,'Stair Flight Base Quantities',$,'en',$); +#11973= IFCRELASSOCIATESLIBRARY('342UpdI_TFpwhcJT7__p5e',$,$,$,(#4459),#19141); +#19141= IFCLIBRARYREFERENCE($,$,'Stair Flight Base Quantities',$,'en',$); -#11934= IFCRELASSOCIATESLIBRARY('3X8QRGJp18JQSuqDfIQkb3',$,$,$,(#4426),#19100); -#19100= IFCLIBRARYREFERENCE($,$,'Switching Device Base Quantities',$,'en',$); +#11974= IFCRELASSOCIATESLIBRARY('0WuOxE0SP9RvcRQrpS9DFx',$,$,$,(#4461),#19142); +#19142= IFCLIBRARYREFERENCE($,$,'Switching Device Base Quantities',$,'en',$); -#11935= IFCRELASSOCIATESLIBRARY('3AWK5NEir3bvDRkIE7anb6',$,$,$,(#4427),#19101); -#19101= IFCLIBRARYREFERENCE($,$,'Tank Base Quantities',$,'en',$); +#11975= IFCRELASSOCIATESLIBRARY('2RSukp0cb1QR9OCPpQqlVM',$,$,$,(#4462),#19143); +#19143= IFCLIBRARYREFERENCE($,$,'Tank Base Quantities',$,'en',$); -#11936= IFCRELASSOCIATESLIBRARY('1PLPSuR0HCEPttrV1EOZx6',$,$,$,(#4428),#19102); -#19102= IFCLIBRARYREFERENCE($,$,'Transformer Base Quantities',$,'en',$); +#11976= IFCRELASSOCIATESLIBRARY('07RI$5j5D95RaCrWpyTix3',$,$,$,(#4463),#19144); +#19144= IFCLIBRARYREFERENCE($,$,'Transformer Base Quantities',$,'en',$); -#11937= IFCRELASSOCIATESLIBRARY('1MVlG7Slj4RAXL0weKS2wK',$,$,$,(#4429),#19103); -#19103= IFCLIBRARYREFERENCE($,$,'Tube Bundle Base Quantities',$,'en',$); +#11977= IFCRELASSOCIATESLIBRARY('1Qt61y5iz8yBMQ75OfbQaD',$,$,$,(#4464),#19145); +#19145= IFCLIBRARYREFERENCE($,$,'Tube Bundle Base Quantities',$,'en',$); -#11938= IFCRELASSOCIATESLIBRARY('3IDAnnyb5DNOOVFSxgxhOt',$,$,$,(#4430),#19104); -#19104= IFCLIBRARYREFERENCE($,$,'Unitary Control Element Base Quantities',$,'en',$); +#11978= IFCRELASSOCIATESLIBRARY('3qt6O80an7sxMmZwyf53NU',$,$,$,(#4465),#19146); +#19146= IFCLIBRARYREFERENCE($,$,'Unitary Control Element Base Quantities',$,'en',$); -#11939= IFCRELASSOCIATESLIBRARY('3KkYr4sAP9Iufi1kONDMAD',$,$,$,(#4431),#19105); -#19105= IFCLIBRARYREFERENCE($,$,'Unitary Equipment Base Quantities',$,'en',$); +#11979= IFCRELASSOCIATESLIBRARY('0HnEwEAwf0y8Rl3sszxqKS',$,$,$,(#4466),#19147); +#19147= IFCLIBRARYREFERENCE($,$,'Unitary Equipment Base Quantities',$,'en',$); -#11940= IFCRELASSOCIATESLIBRARY('1mR2j7ZCP7c88jZCRGODyb',$,$,$,(#4432),#19106); -#19106= IFCLIBRARYREFERENCE($,$,'Valve Base Quantities',$,'en',$); +#11980= IFCRELASSOCIATESLIBRARY('0zj9qm0WT2dBIJPH$_i_ae',$,$,$,(#4467),#19148); +#19148= IFCLIBRARYREFERENCE($,$,'Valve Base Quantities',$,'en',$); -#11941= IFCRELASSOCIATESLIBRARY('1rfkx3Icr1XQkxYHN95hEF',$,$,$,(#4434),#19107); -#19107= IFCLIBRARYREFERENCE($,$,'Vibration Isolator Base Quantities',$,'en',$); +#11981= IFCRELASSOCIATESLIBRARY('06d5kAlHv3CAaNWXTrdcks',$,$,$,(#4469),#19149); +#19149= IFCLIBRARYREFERENCE($,$,'Vibration Isolator Base Quantities',$,'en',$); -#11942= IFCRELASSOCIATESLIBRARY('00tB$F4PX1qB7ve$GZZ96L',$,$,$,(#4436),#19108); -#19108= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Wand.','de-DE',$); +#11982= IFCRELASSOCIATESLIBRARY('35octHpfr6YfUWHTx_ZM3u',$,$,$,(#4471),#19150); +#19150= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Wand.','de-DE',$); -#11943= IFCRELASSOCIATESLIBRARY('0T0DjXP0n7fxHMAN9nwFQg',$,$,$,(#4436),#19109); -#19109= IFCLIBRARYREFERENCE($,$,'Wall Base Quantities',$,'en',$); +#11983= IFCRELASSOCIATESLIBRARY('1CAcevNiz3ZwjgzaQJGcpz',$,$,$,(#4471),#19151); +#19151= IFCLIBRARYREFERENCE($,$,'Wall Base Quantities',$,'en',$); -#11944= IFCRELASSOCIATESLIBRARY('3qv7gQBLz179r8FcEWE9qR',$,$,$,(#4436),#19110); -#19110= IFCLIBRARYREFERENCE($,$,$,'\X2\58C1306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11984= IFCRELASSOCIATESLIBRARY('3Z9joH96D188zfT1GMPgPD',$,$,$,(#4471),#19152); +#19152= IFCLIBRARYREFERENCE($,$,$,'\X2\58C1306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); -#11945= IFCRELASSOCIATESLIBRARY('3EaTzBjpXFiBrvSH5hYheC',$,$,$,(#4437),#19111); -#19111= IFCLIBRARYREFERENCE($,$,'Waste Terminal Base Quantities',$,'en',$); +#11985= IFCRELASSOCIATESLIBRARY('1GuObS4of4MxOCfp4g15au',$,$,$,(#4472),#19153); +#19153= IFCLIBRARYREFERENCE($,$,'Waste Terminal Base Quantities',$,'en',$); -#11946= IFCRELASSOCIATESLIBRARY('3Ae0xbpb9EBBhiH4JvZ7LU',$,$,$,(#4438),#19112); -#19112= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Fenster','de-DE',$); +#11986= IFCRELASSOCIATESLIBRARY('1xihCpyjfASuWg_BJj4jPd',$,$,$,(#4473),#19154); +#19154= IFCLIBRARYREFERENCE($,$,$,'Basismengen f\S\|r alle Bauelemente vom Typ Fenster','de-DE',$); -#11947= IFCRELASSOCIATESLIBRARY('0u$DNpm692EBGCBDfl5KcS',$,$,$,(#4438),#19113); -#19113= IFCLIBRARYREFERENCE($,$,'Window Base Quantities',$,'en',$); +#11987= IFCRELASSOCIATESLIBRARY('055b1Vq2nC9QPljIE3kzEa',$,$,$,(#4473),#19155); +#19155= IFCLIBRARYREFERENCE($,$,'Window Base Quantities',$,'en',$); -#11948= IFCRELASSOCIATESLIBRARY('2jDW360_5Ccv9H0F_ldFzD',$,$,$,(#4438),#19114); -#19114= IFCLIBRARYREFERENCE($,$,$,'\X2\7A93306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); +#11988= IFCRELASSOCIATESLIBRARY('0CmoxKOUX9wgJIwhBcR3Gy',$,$,$,(#4473),#19156); +#19156= IFCLIBRARYREFERENCE($,$,$,'\X2\7A93306B95A2308F308B5171901A306E57FA672C657091CF60C55831306E5B9A7FA93002\X0\','ja-JP',$); ENDSEC; END-ISO-10303-21; diff --git a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.ifcxml b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.ifcxml index ebda6b9b..0ff3a558 100644 --- a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.ifcxml +++ b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.ifcxml @@ -1,262 +1,259 @@ - + -

- 2023-09-09T15:34:35 -
+
- - - - - - - - - - - - - + + + + + + + + + + + - - - - - - + + - - - NONE - LOOSECOVER - MANHOLE - SECUREDCOVER - SECUREDCOVERWITHMANHOLE - OTHER - NOTKNOWN - UNSET - - - - - - - - - EMERGENCYPROCEDURE - URGENTPROCEDURE - EMERGENCYINSPECTION - URGENTINSPECTION - REACTIVE - - - - - - - - - - - + + NONE + LOOSECOVER + MANHOLE + SECUREDCOVER + SECUREDCOVERWITHMANHOLE + OTHER + NOTKNOWN + UNSET + + + + + + + + + EMERGENCYPROCEDURE + URGENTPROCEDURE + EMERGENCYINSPECTION + URGENTINSPECTION + REACTIVE + + + + + + + + + + + - - - - - - - - - - - - GPS - LASERSCAN_AIRBORNE - LASERSCAN_GROUND - SONAR - THEODOLITE - USERDEFINED - NOTKNOWN - UNSET - - - - - - - - - BULB - FUSIBLESOLDER - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - GRAVITY - SPRING - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - PIANC - SHIGERU_UEDA - VASCO_COSTA - - - - - - - NONE - INSPECTION - TARIFFS - ISOLATION - - - - - - - IMPLEMENTED - UPGRADEABLETO - NOTIMPLEMENTED - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - RANGE - LIST - - - - - - - - - - - ASSIGNMENT - LEASE - TENANT - OTHER - NOTKNOWN - UNSET - - - - - + + + + GPS + LASERSCAN_AIRBORNE + LASERSCAN_GROUND + SONAR + THEODOLITE + USERDEFINED + NOTKNOWN + UNSET + + + + + + + + + BULB + FUSIBLESOLDER + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + GRAVITY + SPRING + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + PIANC + SHIGERU_UEDA + VASCO_COSTA + + + + + + + NONE + INSPECTION + TARIFFS + ISOLATION + + + + + + + IMPLEMENTED + UPGRADEABLETO + NOTIMPLEMENTED + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + RANGE + LIST + + + + + + + + + + + ASSIGNMENT + LEASE + TENANT + OTHER + NOTKNOWN + UNSET + + + + + - - - - - - - BIDIRECTIONAL - UNIDIRECTIONALRIGHT - UNIDIRECTIONALLEFT - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - SUPPLYAIR - RETURNAIR - EXHAUSTAIR - OTHER - NOTKNOWN - UNSET - - - - - - - MANUFACTUREDITEM - CONSTRUCTEDONSITE - OTHER - NOTKNOWN - UNSET - - - - - - - BLOWTHROUGH - DRAWTHROUGH - OTHER - NOTKNOWN - UNSET - - - - + + + + + + BIDIRECTIONAL + UNIDIRECTIONALRIGHT + UNIDIRECTIONALLEFT + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + SUPPLYAIR + RETURNAIR + EXHAUSTAIR + OTHER + NOTKNOWN + UNSET + + + + + + + MANUFACTUREDITEM + CONSTRUCTEDONSITE + OTHER + NOTKNOWN + UNSET + + + + + + + BLOWTHROUGH + DRAWTHROUGH + OTHER + NOTKNOWN + UNSET + + + + - - - COARSEMETALSCREEN - COARSECELLFOAMS - COARSESPUNGLASS - MEDIUMELECTRETFILTER - MEDIUMNATURALFIBERFILTER - HEPAFILTER - ULPAFILTER - MEMBRANEFILTERS - RENEWABLEMOVINGCURTIANDRYMEDIAFILTER - ELECTRICALFILTER - ROLLFORM - ADHESIVERESERVOIR - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - SINGLEDUCT - DUALDUCT - MULTIZONE - OTHER - NOTKNOWN - UNSET - - - - - - - CONSTANTVOLUME - CONSTANTVOLUMESINGLEZONE - CONSTANTVOLUMEMULTIPLEZONEREHEAT - CONSTANTVOLUMEBYPASS - VARIABLEAIRVOLUME - VARIABLEAIRVOLUMEREHEAT - VARIABLEAIRVOLUMEINDUCTION - VARIABLEAIRVOLUMEFANPOWERED - VARIABLEAIRVOLUMEDUALCONDUIT - VARIABLEAIRVOLUMEVARIABLEDIFFUSERS - VARIABLEAIRVOLUMEVARIABLETEMPERATURE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - FIXED - VARIABLE - OTHER - NOTKNOWN - UNSET - - - - - - - CASTIN - DRILLEDANDFIXED - THROUGHBOLTED - - - - - - - - - - - - - - - - - CEILING - PANEL - YAGI - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - ENTRYEXITDEVICE - FIRESMOKEDAMPERACTUATOR - DAMPERACTUATOR - VALVEPOSITIONER - LAMPACTUATOR - SUNBLINDACTUATOR - OTHER - NOTKNOWN - UNSET - - - - - - - MODEMCONTROLLER - TELEPHONEDIRECTORY - FANCOILUNITCONTROLLER - ROOFTOPUNITCONTROLLER - UNITVENTILATORCONTROLLER - SPACECONFORTCONTROLLER - VAV - PUMPCONTROLLER - BOILERCONTROLLER - DISCHARGEAIRCONTROLLER - OCCUPANCYCONTROLLER - CONSTANTLIGHTCONTROLLER - SCENECONTROLLER - PARTITIONWALLCONTROLLER - REALTIMEKEEPER - REALTIMEBASEDSCHEDULER - LIGHTINGPANELCONTROLLER - SUNBLINDCONTROLLER - OTHER - NOTKNOWN - UNSET - - - - - - - LIFTPOSITIONINDICATOR - LIFTHALLLANTERN - LIFTARRIVALGONG - LIFTCARDIRECTIONLANTERN - LIFTFIRESYSTEMSPORT - LIFTVOICEANNOUNCER - OTHER - NOTKNOWN - UNSET - - - - + + COARSEMETALSCREEN + COARSECELLFOAMS + COARSESPUNGLASS + MEDIUMELECTRETFILTER + MEDIUMNATURALFIBERFILTER + HEPAFILTER + ULPAFILTER + MEMBRANEFILTERS + RENEWABLEMOVINGCURTIANDRYMEDIAFILTER + ELECTRICALFILTER + ROLLFORM + ADHESIVERESERVOIR + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + SINGLEDUCT + DUALDUCT + MULTIZONE + OTHER + NOTKNOWN + UNSET + + + + + + + CONSTANTVOLUME + CONSTANTVOLUMESINGLEZONE + CONSTANTVOLUMEMULTIPLEZONEREHEAT + CONSTANTVOLUMEBYPASS + VARIABLEAIRVOLUME + VARIABLEAIRVOLUMEREHEAT + VARIABLEAIRVOLUMEINDUCTION + VARIABLEAIRVOLUMEFANPOWERED + VARIABLEAIRVOLUMEDUALCONDUIT + VARIABLEAIRVOLUMEVARIABLEDIFFUSERS + VARIABLEAIRVOLUMEVARIABLETEMPERATURE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + FIXED + VARIABLE + OTHER + NOTKNOWN + UNSET + + + + + + + CASTIN + DRILLEDANDFIXED + THROUGHBOLTED + + + + + + + + + + + + + + + + + CEILING + PANEL + YAGI + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + ENTRYEXITDEVICE + FIRESMOKEDAMPERACTUATOR + DAMPERACTUATOR + VALVEPOSITIONER + LAMPACTUATOR + SUNBLINDACTUATOR + OTHER + NOTKNOWN + UNSET + + + + + + + MODEMCONTROLLER + TELEPHONEDIRECTORY + FANCOILUNITCONTROLLER + ROOFTOPUNITCONTROLLER + UNITVENTILATORCONTROLLER + SPACECONFORTCONTROLLER + VAV + PUMPCONTROLLER + BOILERCONTROLLER + DISCHARGEAIRCONTROLLER + OCCUPANCYCONTROLLER + CONSTANTLIGHTCONTROLLER + SCENECONTROLLER + PARTITIONWALLCONTROLLER + REALTIMEKEEPER + REALTIMEBASEDSCHEDULER + LIGHTINGPANELCONTROLLER + SUNBLINDCONTROLLER + OTHER + NOTKNOWN + UNSET + + + + + + + LIFTPOSITIONINDICATOR + LIFTHALLLANTERN + LIFTARRIVALGONG + LIFTCARDIRECTIONLANTERN + LIFTFIRESYSTEMSPORT + LIFTVOICEANNOUNCER + OTHER + NOTKNOWN + UNSET + + + + - - - PORTABLE - FIXED - OTHER - NOTKNOWN - UNSET - - - - - + + PORTABLE + FIXED + OTHER + NOTKNOWN + UNSET + + + + + - - - SUPPLYAIR - RETURNAIR - EXHAUSTAIR - COOLINGTOWER - OTHER - NOTKNOWN - UNSET - - - - - - - - - FREIGHT - PASSENGER - OTHER - NOTKNOWN - UNSET - - - - - - + + SUPPLYAIR + RETURNAIR + EXHAUSTAIR + COOLINGTOWER + OTHER + NOTKNOWN + UNSET + + + + + + + + + FREIGHT + PASSENGER + OTHER + NOTKNOWN + UNSET + + + + + + - - - + - - - COUNTERFLOW - CROSSFLOW - PARALLELFLOW - MULTIPASS - OTHER - NOTKNOWN - UNSET - - - - + + COUNTERFLOW + CROSSFLOW + PARALLELFLOW + MULTIPASS + OTHER + NOTKNOWN + UNSET + + + + - - - ARRANGEMENT1 - ARRANGEMENT2 - ARRANGEMENT3 - ARRANGEMENT4 - ARRANGEMENT7 - ARRANGEMENT8 - ARRANGEMENT9 - ARRANGEMENT10 - OTHER - NOTKNOWN - UNSET - - - - + + ARRANGEMENT1 + ARRANGEMENT2 + ARRANGEMENT3 + ARRANGEMENT4 + ARRANGEMENT7 + ARRANGEMENT8 + ARRANGEMENT9 + ARRANGEMENT10 + OTHER + NOTKNOWN + UNSET + + + + - - - SINGLEDUCT - DUALDUCT - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - FACTORY - OFFSITE - SITE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - FIXED - NONFIXED - OTHER - NOTKNOWN - UNSET - - - - - - - VERYHIGH - HIGH - MODERATE - LOW - VERYLOW - - - - - - - - - - PERSONAL - REAL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - CAPITALISED - EXPENSED - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - EVALUATOR - WHEELDETECTOR - OTHER - NOTKNOWN - UNSET - - - - - - - - - NONE - ATMOSPHERICVACUUMBREAKER - ANTISIPHONVALVE - DOUBLECHECKBACKFLOWPREVENTER - PRESSUREVACUUMBREAKER - REDUCEDPRESSUREBACKFLOWPREVENTER - OTHER - NOTKNOWN - UNSET - - - - + + SINGLEDUCT + DUALDUCT + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + FACTORY + OFFSITE + SITE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + FIXED + NONFIXED + OTHER + NOTKNOWN + UNSET + + + + + + + VERYHIGH + HIGH + MODERATE + LOW + VERYLOW + + + + + + + + + + PERSONAL + REAL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + CAPITALISED + EXPENSED + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EVALUATOR + WHEELDETECTOR + OTHER + NOTKNOWN + UNSET + + + + + + + + + NONE + ATMOSPHERICVACUUMBREAKER + ANTISIPHONVALVE + DOUBLECHECKBACKFLOWPREVENTER + PRESSUREVACUUMBREAKER + REDUCEDPRESSUREBACKFLOWPREVENTER + OTHER + NOTKNOWN + UNSET + + + + - - - NONE - 1 - 2 - 3 - 4 - 12 - 13 - 14 - 23 - 24 - 34 - 123 - 124 - 134 - 234 - 1234 - - - - + + NONE + 1 + 2 + 3 + 4 + 12 + 13 + 14 + 23 + 24 + 34 + 123 + 124 + 134 + 234 + 1234 + + + + - - - - - - LOCALBATTERY - CENTRALBATTERY - OTHER - NOTKNOWN - UNSET - - - - - - - - SINGLE - DOUBLE - ALTERNATE - OTHER - USERDEFINED - NOTDEFINED - - - - - - + + + + + LOCALBATTERY + CENTRALBATTERY + OTHER + NOTKNOWN + UNSET + + + + + + + + SINGLE + DOUBLE + ALTERNATE + OTHER + USERDEFINED + NOTDEFINED + + + + + + - - - - - - - - - - - - FRAME - BASE - NONE - OTHER - NOTKNOWN - UNSET - - - - - - - - - DOMESTIC - FOOT - POOL - PLUNGE - SITZ - SPA - TREATMENT - OTHER - NOTKNOWN - UNSET - - - - - - - - - RECHARGEABLE - SINGLECHARGE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - SIDE - END - - - - - - - - - - - BOW - STERN - - - - - - - - FOLDINGCURTAIN - PARALLEL - OPPOSED - SINGLE - OTHER - NOTKNOWN - UNSET - - - - - - - CRIMPED - UNCRIMPED - OTHER - NOTKNOWN - UNSET - - - - - - - - - FLAT - FABRICATEDAIRFOIL - EXTRUDEDAIRFOIL - OTHER - NOTKNOWN - UNSET - - - - - - - BLADESOUTSIDE - BLADESINSIDE - OTHER - NOTKNOWN - UNSET - - - - - + + FRAME + BASE + NONE + OTHER + NOTKNOWN + UNSET + + + + + + + + + DOMESTIC + FOOT + POOL + PLUNGE + SITZ + SPA + TREATMENT + OTHER + NOTKNOWN + UNSET + + + + + + + + + RECHARGEABLE + SINGLECHARGE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + SIDE + END + + + + + + + + + + + BOW + STERN + + + + + + + + FOLDINGCURTAIN + PARALLEL + OPPOSED + SINGLE + OTHER + NOTKNOWN + UNSET + + + + + + + CRIMPED + UNCRIMPED + OTHER + NOTKNOWN + UNSET + + + + + + + + + FLAT + FABRICATEDAIRFOIL + EXTRUDEDAIRFOIL + OTHER + NOTKNOWN + UNSET + + + + + + + BLADESOUTSIDE + BLADESINSIDE + OTHER + NOTKNOWN + UNSET + + + + + - - - - - - - - - - - - - - CAP_REPLACED - CASING_REPLACED - CASING_PARTIALLY_REPLACED - CASING_INSTALLED - INSTALLED - RECONDITIONED - CHAMBER_RECONDITIONED - DECONSTRUCTED - PARTIALLY_DECONSTRUCTED - REFILLED - PARTIALLY_REFILLED - USERDEFINED - NOTKNOWN - NOTDEFINED - - - - - - - - - - - - - - - LEFTDEVIATION - RIGHTDEVIATION - SYMETRIC - RIGHT_LEFTDEVIATION - RIGHT_RIGHTDEVIATION - LEFT_LEFTDEVIATION - LEFT_RIGHTDEVIATION - OTHER - NOTKNOWN - UNSET - - - - - + + + + + + + + + + + + + + CAP_REPLACED + CASING_REPLACED + CASING_PARTIALLY_REPLACED + CASING_INSTALLED + INSTALLED + RECONDITIONED + CHAMBER_RECONDITIONED + DECONSTRUCTED + PARTIALLY_DECONSTRUCTED + REFILLED + PARTIALLY_REFILLED + USERDEFINED + NOTKNOWN + NOTDEFINED + + + + + + + + + + + + + + + LEFTDEVIATION + RIGHTDEVIATION + SYMETRIC + RIGHT_LEFTDEVIATION + RIGHT_RIGHTDEVIATION + LEFT_LEFTDEVIATION + LEFT_RIGHTDEVIATION + OTHER + NOTKNOWN + UNSET + + + + + - - - - - - - - TWOWAY - FOURWAY - OTHER - USERDEFINED - NOTDEFINED - - - - - - - - - - - - LIGHT - MEDIUM - HEAVY - NOTKNOWN - UNSET - - - - - - - ORANGE - RED - YELLOW - GREEN - BLUE - MAUVE - OTHER - NOTKNOWN - UNSET - - - - - - - - STATIONDIRECTION - OPPOSITETOSTATIONDIRECTION - OTHER - NOTKNOWN - UNSET - - - - - - - - - DIELECTRIC - METALLIC - OTHER - NOTKNOWN - UNSET - - - - - - - FRONTSIDE - REARSIDE - HORIZONTAL - VERTICAL - OTHER - NOTKNOWN - UNSET - - - - - - - - POWERSUPPLY - TELECOMMUNICATION - OTHER - NOTKNOWN - UNSET - - - - - - - - PHOTO - VIDEO - AUDIOVIDEO - OTHER - NOTKNOWN - UNSET. - - - - - - - - - SINGLE - 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 - SYSTEM_SEPARATION_CANTILEVER - TRANSITION_CANTILEVER - TURNOUT_CANTILEVER - UNDERBRIDGE_CANTILEVER - OTHER - NOTKNOWN - UNSET - - - - - - - + + + + TWOWAY + FOURWAY + OTHER + USERDEFINED + NOTDEFINED + + + + + + + + + + + + LIGHT + MEDIUM + HEAVY + NOTKNOWN + UNSET + + + + + + + ORANGE + RED + YELLOW + GREEN + BLUE + MAUVE + OTHER + NOTKNOWN + UNSET + + + + + + + + STATIONDIRECTION + OPPOSITETOSTATIONDIRECTION + OTHER + NOTKNOWN + UNSET + + + + + + + + + DIELECTRIC + METALLIC + OTHER + NOTKNOWN + UNSET + + + + + + + FRONTSIDE + REARSIDE + HORIZONTAL + VERTICAL + OTHER + NOTKNOWN + UNSET + + + + + + + + POWERSUPPLY + TELECOMMUNICATION + OTHER + NOTKNOWN + UNSET + + + + + + + + PHOTO + VIDEO + AUDIOVIDEO + OTHER + NOTKNOWN + UNSET. + + + + + + + + + SINGLE + 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 + SYSTEM_SEPARATION_CANTILEVER + TRANSITION_CANTILEVER + TURNOUT_CANTILEVER + UNDERBRIDGE_CANTILEVER + OTHER + NOTKNOWN + UNSET + + + + + + + - - - FANCYCLING - TWOSPEEDFAN - VARIABLESPEEDFAN - DAMPERSCONTROL - BYPASSVALVECONTROL - MULTIPLESERIESPUMPS - TWOSPEEDPUMP - VARIABLESPEEDPUMP - OTHER - NOTKNOWN - UNSET - - - - + + FANCYCLING + TWOSPEEDFAN + VARIABLESPEEDFAN + DAMPERSCONTROL + BYPASSVALVECONTROL + MULTIPLESERIESPUMPS + TWOSPEEDPUMP + VARIABLESPEEDPUMP + OTHER + NOTKNOWN + UNSET + + + + - - - INLETVANE - VARIABLESPEEDDRIVE - BLADEPITCHANGLE - TWOSPEED - DISCHARGEDAMPER - OTHER - NOTKNOWN - UNSET - - - - + + INLETVANE + VARIABLESPEEDDRIVE + BLADEPITCHANGLE + TWOSPEED + DISCHARGEDAMPER + OTHER + NOTKNOWN + UNSET + + + + - - - + + - - - - - - - - - - - SINGLE_STAY - DOUBLE_STAY - OTHER - NOTKNOWN - UNSET - - - - - + + + + + + + + + + SINGLE_STAY + DOUBLE_STAY + OTHER + NOTKNOWN + UNSET + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - TYPE_33C1 - TYPE_40C1 - TYPE_47C1 - TYPE_CR3_60U - TYPE_R260 - TYPE_R320CR - OTHER - NOTKNOWN - UNSET - - - - - - - + + + + + TYPE_33C1 + TYPE_40C1 + TYPE_47C1 + TYPE_CR3_60U + TYPE_R260 + TYPE_R320CR + OTHER + NOTKNOWN + UNSET + + + + + + + - - - OPENCIRCUIT - CLOSEDCIRCUITWET - CLOSEDCIRCUITDRY - CLOSEDCIRCUITDRYWET - OTHER - NOTKNOWN - UNSET - - - - - - - - HIGHLEVEL - LOWLEVEL - NONE - OTHER - NOTKNOWN - UNSET - - - - - - - + + OPENCIRCUIT + CLOSEDCIRCUITWET + CLOSEDCIRCUITDRY + CLOSEDCIRCUITDRYWET + OTHER + NOTKNOWN + UNSET + + + + + + + + HIGHLEVEL + LOWLEVEL + NONE + OTHER + NOTKNOWN + UNSET + + + + + + + - - - - + + + - - - + - - - - - - - - - - DYNAMIC - STATIC - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - + + + + + + + + + DYNAMIC + STATIC + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + - - + - - - - - LEFT - RIGHT - OTHER - NOTKNOWN - UNSET - - - - - - - WATER - BRINE - GLYCOL - OTHER - NOTKNOWN - UNSET - - - - - + + + + LEFT + RIGHT + OTHER + NOTKNOWN + UNSET + + + + + + + WATER + BRINE + GLYCOL + OTHER + NOTKNOWN + UNSET + + + + + - - - CROSSFLOW - CROSSCOUNTERFLOW - CROSSPARALLELFLOW - OTHER - NOTKNOWN - UNSET - - - - - + + CROSSFLOW + CROSSCOUNTERFLOW + CROSSPARALLELFLOW + OTHER + NOTKNOWN + UNSET + + + + + - - - DRAWTHROUGH - BLOWTHROUGH - OTHER - NOTKNOWN - UNSET - - - - - + + DRAWTHROUGH + BLOWTHROUGH + OTHER + NOTKNOWN + UNSET + + + + + - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - DRYCONTACTSINTERFACE - MANAGEMENTINTERFACE - OTHER_IO_INTERFACE - SYNCHRONIZATIONINTERFACE - OTHER - NOTKNOWN - UNSET - - - - - - - ETHERNET - STM_1 - STM_16 - STM_256 - STM_4 - STM_64 - USB - XDSL - OTHER - NOTKNOWN - UNSET - - - - - - - - - TRANSVERSAL_WATER_REMOVAL - LIFTING_WATER_WELLS - DISPERSING_WELLS - OTHER - NOTKNOWN - NOTDEFINED - - - - - - - BOULDERS - BOULDERS_WITH_COBBLES - BOULDERS_WITH_FINER_SOILS - GRAVEL_WITH_COBBLES - GRAVEL - SANDY_GRAVEL_WITH_COBBLES - SANDY_GRAVEL - GRAVEL_WITH_CLAY_OR_SILT - GRAVELLY_SAND - SAND - SAND_WITH_CLAY_AND_SILT - SANDY_SILT - SANDY_GRAVELLY_SILT - SANDY_CLAYEY_SILT - CLAYEY_SILT - SILTY_CLAY - SANDY_GRAVELLY_CLAY - SILT - CLAY - ORGANIC_SILT - ORGANIC_CLAY - SANDY_PEAT - FILL - COBBLES - COBBLES_WITH_BOULDERS - COBBLES_WITH_FINER_SOILS - OTHER - NOTKNOWN - UNSET. - - - - - - - ACTIVATEDCARBON - PARTICLE_FILTER - COALESCENSE_FILTER - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PHASE_L1 - PHASE_L2 - PHASE_L3 - NEUTRAL - PROTECTIVEEARTH - PROTECTIVEEARTHNEUTRAL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - CIRCULAR - OVAL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - MALE - FEMALE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + DRYCONTACTSINTERFACE + MANAGEMENTINTERFACE + OTHER_IO_INTERFACE + SYNCHRONIZATIONINTERFACE + OTHER + NOTKNOWN + UNSET + + + + + + + ETHERNET + STM_1 + STM_16 + STM_256 + STM_4 + STM_64 + USB + XDSL + OTHER + NOTKNOWN + UNSET + + + + + + + + ROLLER + TAMPING + NONE + USERDEFINED + + + + + + + + + + TRANSVERSAL_WATER_REMOVAL + LIFTING_WATER_WELLS + DISPERSING_WELLS + OTHER + NOTKNOWN + NOTDEFINED + + + + + + + BOULDERS + BOULDERS_WITH_COBBLES + BOULDERS_WITH_FINER_SOILS + GRAVEL_WITH_COBBLES + GRAVEL + SANDY_GRAVEL_WITH_COBBLES + SANDY_GRAVEL + GRAVEL_WITH_CLAY_OR_SILT + GRAVELLY_SAND + SAND + SAND_WITH_CLAY_AND_SILT + SANDY_SILT + SANDY_GRAVELLY_SILT + SANDY_CLAYEY_SILT + CLAYEY_SILT + SILTY_CLAY + SANDY_GRAVELLY_CLAY + SILT + CLAY + ORGANIC_SILT + ORGANIC_CLAY + SANDY_PEAT + FILL + COBBLES + COBBLES_WITH_BOULDERS + COBBLES_WITH_FINER_SOILS + OTHER + NOTKNOWN + UNSET. + + + + + + + ACTIVATEDCARBON + PARTICLE_FILTER + COALESCENSE_FILTER + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PHASE_L1 + PHASE_L2 + PHASE_L3 + NEUTRAL + PROTECTIVEEARTH + PROTECTIVEEARTHNEUTRAL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + CIRCULAR + OVAL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + MALE + FEMALE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + - - + - - - ACPLUG - DCPLUG - COAXIAL - CRIMP - RJ - RADIO - DIN - DSUB - DVI - EIAJ - HDMI - RCA - SOCKET - TRS - USB - XLR - OTHER - NOTKNOWN - UNSET - - - - + + ACPLUG + DCPLUG + COAXIAL + CRIMP + RJ + RADIO + DIN + DSUB + DVI + EIAJ + HDMI + RCA + SOCKET + TRS + USB + XLR + OTHER + NOTKNOWN + UNSET + + + + - - - BEADEDSLEEVE - COMPRESSION - CRIMP - DRAWBAND - DRIVESLIP - FLANGED - OUTSIDESLEEVE - SLIPON - SOLDERED - SSLIP - STANDINGSEAM - SWEDGE - WELDED - OTHER - NONE - USERDEFINED - NOTDEFINED - - - - + + BEADEDSLEEVE + COMPRESSION + CRIMP + DRAWBAND + DRIVESLIP + FLANGED + OUTSIDESLEEVE + SLIPON + SOLDERED + SSLIP + STANDINGSEAM + SWEDGE + WELDED + OTHER + NONE + USERDEFINED + NOTDEFINED + + + + - - - BRAZED - COMPRESSION - FLANGED - GROOVED - OUTSIDESLEEVE - SOLDERED - SWEDGE - THREADED - WELDED - OTHER - NONE - UNSET - - - - - - - - - - - - - - - - - - SOLIDCONDUCTOR - STRANDEDCONDUCTOR - FLEXIBLESTRANDEDCONDUCTOR - OTHER - NOTKNOWN - UNSET - - - - - - - + + BRAZED + COMPRESSION + FLANGED + GROOVED + OUTSIDESLEEVE + SOLDERED + SWEDGE + THREADED + WELDED + OTHER + NONE + UNSET + + + + + + + + + + + + + + + + + + SOLIDCONDUCTOR + STRANDEDCONDUCTOR + FLEXIBLESTRANDEDCONDUCTOR + OTHER + NOTKNOWN + UNSET + + + + + + + - - - CAPACITORSWITCHING - LOWCURRENT - MAGNETICLATCHING - MECHANICALLATCHING - MODULAR - REVERSING - STANDARD - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - LINEAR - EXPONENTIAL - OTHER - NOTKNOWN - UNSET - - - - - + + CAPACITORSWITCHING + LOWCURRENT + MAGNETICLATCHING + MECHANICALLATCHING + MODULAR + REVERSING + STANDARD + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + LINEAR + EXPONENTIAL + OTHER + NOTKNOWN + UNSET + + + + + - - - FIXEDEXITINGWATERTEMP - WETBULBTEMPRESET - OTHER - NOTKNOWN - UNSET - - - - + + FIXEDEXITINGWATERTEMP + WETBULBTEMPRESET + OTHER + NOTKNOWN + UNSET + + + + - - - NOT - AND - OR - XOR - LOWERLIMITSWITCH - UPPERLIMITSWITCH - LOWERBANDSWITCH - UPPERBANDSWITCH - AVERAGE - CALENDAR - INPUT - OUTPUT - VARIABLE - OTHER - NOTKNOWN - UNSET - - - - + + NOT + AND + OR + XOR + LOWERLIMITSWITCH + UPPERLIMITSWITCH + LOWERBANDSWITCH + UPPERBANDSWITCH + AVERAGE + CALENDAR + INPUT + OUTPUT + VARIABLE + OTHER + NOTKNOWN + UNSET + + + + - - - 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 - - - - - + + 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 + + + + + - - - INPUT - OUTPUT - VARIABLE - OTHER - NOTKNOWN - UNSET - - - - + + INPUT + OUTPUT + VARIABLE + OTHER + NOTKNOWN + UNSET + + + + - - - PRIMARY - SECONDARY - OTHER - NOTKNOWN - UNSET - - - - + + PRIMARY + SECONDARY + OTHER + NOTKNOWN + UNSET + + + + - - - PROPORTIONAL - PROPORTIONALINTEGRAL - PROPORTIONALINTEGRALDERIVATIVE - OTHER - NOTKNOWN - UNSET - - - - - - - - FORCED - NATURAL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - SHUTTERBLADE - CURVEDBLADE - REMOVABLE - REVERSIBLE - NONE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - PAINTED - EPOXYCOATED - GALVANISED - STAINLESS - NONE - NOTDEFINED - - - - - - + + PROPORTIONAL + PROPORTIONALINTEGRAL + PROPORTIONALINTEGRALDERIVATIVE + OTHER + NOTKNOWN + UNSET + + + + + + + + FORCED + NATURAL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + SHUTTERBLADE + CURVEDBLADE + REMOVABLE + REVERSIBLE + NONE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + PAINTED + EPOXYCOATED + GALVANISED + STAINLESS + NONE + NOTDEFINED + + + + + + - - - - - INSTANTANEOUS_FEMALE - INSTANTANEOUS_MALE - OTHER - USERDEFINED - NOTDEFINED - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INTERNAL - EXTERNAL - - - - - - - - - - - - - - - AUTOMATICANDCONTINUOUS - MANUALANDSINGLE - OTHER - NOTKNOWN - UNSET - - - - - - - COPPER - FIBER - OTHER - NOTKNOWN - UNSET - - - - - - - - - - EARTHQUAKE - FOREIGNOBJECT - WINDANDRAIN - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - CAST_IN_PLACE - WELDED_TO_STRUCTURE - LOOSE - ATTACHED_FOR_DELIVERY - PRECAST - NOTDEFINED - - - - - - - - - - - - - - - - - - - - - - - + + + + INSTANTANEOUS_FEMALE + INSTANTANEOUS_MALE + OTHER + USERDEFINED + NOTDEFINED + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INTERNAL + EXTERNAL + + + + + + + + + + + + + + + AUTOMATICANDCONTINUOUS + MANUALANDSINGLE + OTHER + NOTKNOWN + UNSET + + + + + + + COPPER + FIBER + OTHER + NOTKNOWN + UNSET + + + + + + + + + + EARTHQUAKE + FOREIGNOBJECT + WINDANDRAIN + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + CAST_IN_PLACE + WELDED_TO_STRUCTURE + LOOSE + ATTACHED_FOR_DELIVERY + PRECAST + NOTDEFINED + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - THEAD - SINGLEBUTT - DOUBLEBUTT - HORN - KIDNEY - PILLAR - CLEAT - RING - - - - - - - - - - - + + + + + + + + THEAD + SINGLEBUTT + DOUBLEBUTT + HORN + KIDNEY + PILLAR + CLEAT + RING + + + + + + + + + + + - - - - - - - - - ROCKER - SELECTOR - TWIST - OTHER - NOTKNOWN - UNSET - - - - - - + + + + + + + + ROCKER + SELECTOR + TWIST + OTHER + NOTKNOWN + UNSET + + + + + + - - - CLOCKWISE - COUNTERCLOCKWISE - OTHER - NOTKNOWN - UNSET - - - - - + + CLOCKWISE + COUNTERCLOCKWISE + OTHER + NOTKNOWN + UNSET + + + + + - - - PARALLEL - PERPENDICULAR - ADJUSTABLE - OTHER - NOTKNOWN - UNSET - - - - - - + + PARALLEL + PERPENDICULAR + ADJUSTABLE + OTHER + NOTKNOWN + UNSET + + + + + + - - - TOPHORIZONTAL - TOPANGULARDOWN - TOPANGULARUP - DOWNBLAST - BOTTOMANGULARDOWN - BOTTOMHORIZONTAL - BOTTOMANGULARUP - UPBLAST - OTHER - NOTKNOWN - UNSET - - - - - + + TOPHORIZONTAL + TOPANGULARDOWN + TOPANGULARUP + DOWNBLAST + BOTTOMANGULARDOWN + BOTTOMHORIZONTAL + BOTTOMANGULARUP + UPBLAST + OTHER + NOTKNOWN + UNSET + + + + + - - - DUCT - SCREEN - LOUVER - DAMPER - OTHER - NOTKNOWN - UNSET - - - - - - + + DUCT + SCREEN + LOUVER + DAMPER + OTHER + NOTKNOWN + UNSET + + + + + + - - - EXTREMELY_CLOSE - VERY_CLOSE - CLOSE - MEDIUM - WIDE - VERY_WIDE - - - - - - - POTWASHER - TRAYWASHER - DISHWASHER - BOTTLEWASHER - CUTLERYWASHER - OTHER - UNKNOWN - UNSET - - - - - - - CENTER - STATION - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - CRT - DLP - LCD - LED - PLASMA - OTHER - NOTKNOWN - UNSET. - - - - - - - - - - + + EXTREMELY_CLOSE + VERY_CLOSE + CLOSE + MEDIUM + WIDE + VERY_WIDE + + + + + + + POTWASHER + TRAYWASHER + DISHWASHER + BOTTLEWASHER + CUTLERYWASHER + OTHER + UNKNOWN + UNSET + + + + + + + CENTER + STATION + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + CRT + DLP + LCD + LED + PLASMA + OTHER + NOTKNOWN + UNSET. + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - ONEEND - BOTHENDS - NONE - OTHER - NOTKNOWN - UNSET - - - - + + + + + + + + + + + + + + + + + + + ONEEND + BOTHENDS + NONE + OTHER + NOTKNOWN + UNSET + + + + - - - DIRECTDRIVE - BELTDRIVE - COUPLING - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - CONSTANTFRICTION - CONSTANTPRESSURE - STATICREGAIN - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - + + DIRECTDRIVE + BELTDRIVE + COUPLING + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + CONSTANTFRICTION + CONSTANTPRESSURE + STATICREGAIN + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + - - - STANDARD - TIMEDELAYED - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - 2DIRECTION - 3DIRECTION - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - MOTORDRIVE - MAGNETIC - OTHER - NOTKNOWN - UNSET - - - - - - - - - - ALONGTRACKFEEDER - BYPASSFEEDER - NEGATIVEFEEDER - POSITIVEFEEDER - REINFORCINGFEEDER - OTHER - NOTKNOWN - UNSET - - - - - - - HIGHVOLTAGE - LOWVOLTAGE - EXTRALOWVOLTAGE - OTHER - NOTKNOWN - UNSET - - - - + + STANDARD + TIMEDELAYED + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + 2DIRECTION + 3DIRECTION + OTHER + NOTKNOWN + UNSET + + + + + + + HAND + EXCAVATOR + JACKHAMMER + RIPPER + DRILLANDBLAST + USERDEFINED + + + + + + + + + + + + + + + + + + + + MOTORDRIVE + MAGNETIC + OTHER + NOTKNOWN + UNSET + + + + + + + + + + ALONGTRACKFEEDER + BYPASSFEEDER + NEGATIVEFEEDER + POSITIVEFEEDER + REINFORCINGFEEDER + OTHER + NOTKNOWN + UNSET + + + + + + + HIGHVOLTAGE + LOWVOLTAGE + EXTRALOWVOLTAGE + OTHER + NOTKNOWN + UNSET + + + + - - - TN - TN_C - TN_S - TN_C_S - TT - IT - OTHER - NOTKNOWN - UNSET - - - - - - - STEAMCOOKER - DEEPFRYER - STOVE - OVEN - TILTINGFRYINGPAN - COOKINGKETTLE - OTHER - UNKNOWN - UNSET - - - - - - - - - - NON_ELECTRIFIED - AC - DC - OTHER - NOTKNOWN - UNSET - - - - - - - - OL - TMP_STD - TMP_SC - TMP_MP - TMP_BM - OTHER - NOTKNOWN - UNSET - - - - - - - LOWPASSFILTER - HIGHPASSFILTER - BANDPASSFLITER - BANDSTOPFILTER - HARMONICFILTER - FILTERCAPACITOR - OTHER - NOTKNOWN - UNSET - - - - - - - EP_BM - EP_MP - EP_SC - EP_STD - EP_TIMEDELAYED - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - CONCAVECONVEX - FLATCONVEX - CONVEXCONVEX - CONCAVEFLAT - FLATFLAT - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - + + TN + TN_C + TN_S + TN_C_S + TT + IT + OTHER + NOTKNOWN + UNSET + + + + + + + STEAMCOOKER + DEEPFRYER + STOVE + OVEN + TILTINGFRYINGPAN + COOKINGKETTLE + OTHER + UNKNOWN + UNSET + + + + + + + + + + NON_ELECTRIFIED + AC + DC + OTHER + NOTKNOWN + UNSET + + + + + + + + OL + TMP_STD + TMP_SC + TMP_MP + TMP_BM + OTHER + NOTKNOWN + UNSET + + + + + + + LOWPASSFILTER + HIGHPASSFILTER + BANDPASSFLITER + BANDSTOPFILTER + HARMONICFILTER + FILTERCAPACITOR + OTHER + NOTKNOWN + UNSET + + + + + + + EP_BM + EP_MP + EP_SC + EP_STD + EP_TIMEDELAYED + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + CONCAVECONVEX + FLATCONVEX + CONVEXCONVEX + CONCAVEFLAT + FLATFLAT + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + - - - - - - - - COAL - COAL_PULVERIZED - ELECTRICITY - GAS - OIL - PROPANE - WOOD - WOOD_CHIP - WOOD_PELLET - WOOD_PULVERIZED - OTHER - NOTKNOWN - UNSET - - - - - - - - - - DIESEL - GASOLINE - NATURALGAS - PROPANE - BIODIESEL - SEWAGEGAS - HYDROGEN - BIFUEL - OTHER - UNKNOWN - UNSET - - - - - - - - - - - - - - + + + + + + + COAL + COAL_PULVERIZED + ELECTRICITY + GAS + OIL + PROPANE + WOOD + WOOD_CHIP + WOOD_PELLET + WOOD_PULVERIZED + OTHER + NOTKNOWN + UNSET + + + + + + + + + + DIESEL + GASOLINE + NATURALGAS + PROPANE + BIODIESEL + SEWAGEGAS + HYDROGEN + BIFUEL + OTHER + UNKNOWN + UNSET + + + + + + + + + + + + + + - - - - - - - WATER - BRINE - GLYCOL - OTHER - NOTKNOWN - UNSET - - - - - + + + + + + WATER + BRINE + GLYCOL + OTHER + NOTKNOWN + UNSET + + + + + - - - COLDLIQUID - COLDAIR - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - SINGLE_DIRECTION - BI_DIRECTION - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - FOURWAYPATTERN - SINGLEDEFLECTION - DOUBLEDEFLECTION - SIGHTPROOF - EGGCRATE - PERFORATED - LOUVERED - OTHER - NOTKNOWN - UNSET - - - - - - - - - - FAILOPEN - FAILCLOSED - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - MANUFACTUREDCURB - FIELDERECTEDCURB - CONCRETEPAD - SUSPENDED - WALLMOUNTED - DUCTMOUNTED - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - COLD - HOT - MIXED - OTHER - NOTKNOWN - UNSET - - - - + + COLDLIQUID + COLDAIR + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + SINGLE_DIRECTION + BI_DIRECTION + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + FOURWAYPATTERN + SINGLEDEFLECTION + DOUBLEDEFLECTION + SIGHTPROOF + EGGCRATE + PERFORATED + LOUVERED + OTHER + NOTKNOWN + UNSET + + + + + + + + + + FAILOPEN + FAILCLOSED + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + MANUFACTUREDCURB + FIELDERECTEDCURB + CONCRETEPAD + SUSPENDED + WALLMOUNTED + DUCTMOUNTED + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + COLD + HOT + MIXED + OTHER + NOTKNOWN + UNSET + + + + - - - CERAMICDISC - LEVERHANDLE - NONCONCUSSIVESELFCLOSING - QUARTERTURN - QUICKACTION - SCREWDOWN - SELFCLOSING - TIMEDSELFCLOSING - OTHER - NOTKNOWN - UNSET - - - - - + + CERAMICDISC + LEVERHANDLE + NONCONCUSSIVESELFCLOSING + QUARTERTURN + QUICKACTION + SCREWDOWN + SELFCLOSING + TIMEDSELFCLOSING + OTHER + NOTKNOWN + UNSET + + + + + - - - BIB - GLOBE - DIVERTER - DIVIDEDFLOWCOMBINATION - PILLAR - SINGLEOUTLETCOMBINATION - SPRAY - SPRAYMIXING - OTHER - NOTKNOWN - UNSET - - - - + + BIB + GLOBE + DIVERTER + DIVIDEDFLOWCOMBINATION + PILLAR + SINGLEOUTLETCOMBINATION + SPRAY + SPRAYMIXING + OTHER + NOTKNOWN + UNSET + + + + - - - HIGH - MEDIUM - LOW - OTHER - NOTKNOWN - UNSET - - - - - - - ARCH - CELL - CONE - CYLINDER - PNEUMATIC - - - - - - - AQUA - BLACK - BLUE - BROWN - GREEN - ORANGE - RED - ROSE - SLATE - VIOLET - WHITE - YELLOW - OTHER - NOTKNOWN - UNSET - - - - - - - MULTIMODE - SINGLEMODE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - STANDARDSINGLEMODEFIBER - LOWWATERPEAKFIBER - DISPERSIONSHIFTEDFIBER - CUTOFFSHIFTEDFIBER - NON_ZERODISPERSIONSHIFTEDFIBER - BEND_INSENSITIVEFIBER - OM1 - OM2 - OM3 - OM4 - OM5 - OTHER - NOTKNOWN - UNSET - - - - - - - - - - + + HIGH + MEDIUM + LOW + OTHER + NOTKNOWN + UNSET + + + + + + + ARCH + CELL + CONE + CYLINDER + PNEUMATIC + + + + + + + AQUA + BLACK + BLUE + BROWN + GREEN + ORANGE + RED + ROSE + SLATE + VIOLET + WHITE + YELLOW + OTHER + NOTKNOWN + UNSET + + + + + + + MULTIMODE + SINGLEMODE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + STANDARDSINGLEMODEFIBER + LOWWATERPEAKFIBER + DISPERSIONSHIFTEDFIBER + CUTOFFSHIFTEDFIBER + NON_ZERODISPERSIONSHIFTEDFIBER + BEND_INSENSITIVEFIBER + OM1 + OM2 + OM3 + OM4 + OM5 + OTHER + NOTKNOWN + UNSET + + + + + + + + + + - - - - - - - - ANNODIZED - PAINTED - NONE - OTHER - NOTKNOWN - UNSET - - - - - + + + + + + + ANNODIZED + PAINTED + NONE + OTHER + NOTKNOWN + UNSET + + + + + - - - - - - - + - - - DRYBARREL - WETBARREL - OTHER - NOTKNOWN - UNSET - - - - - - + + DRYBARREL + WETBARREL + OTHER + NOTKNOWN + UNSET + + + + + + - - - + - - - - + + + - - - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + - - - - - COUNTERFLOW - CROSSFLOW - PARALLELFLOW - OTHER - NOTKNOWN - UNSET - - - - + + COUNTERFLOW + CROSSFLOW + PARALLELFLOW + OTHER + NOTKNOWN + UNSET + + + + - - - COUNTERFLOW - CROSSFLOW - PARALLELFLOW - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - DAMPER - BELLOWS - NONE - OTHER - NOTKNOWN - UNSET - - - - - - - - LINEARSINGLE - LINEARDOUBLE - LINEARFOURWAY - RADIAL - SWIRL - DISPLACMENT - COMPACTJET - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - + + COUNTERFLOW + CROSSFLOW + PARALLELFLOW + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + DAMPER + BELLOWS + NONE + OTHER + NOTKNOWN + UNSET + + + + + + + + LINEARSINGLE + LINEARDOUBLE + LINEARFOURWAY + RADIAL + SWIRL + DISPLACMENT + COMPACTJET + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + - - - LEVER - PULL - PUSH - SENSOR - OTHER - NOTKNOWN - UNSET - - - - - - - - DUALPOWERNETWORK - OTHER - NOTKNOWN - UNSET - - - - - - + + LEVER + PULL + PUSH + SENSOR + OTHER + NOTKNOWN + UNSET + + + + + + + + DUALPOWERNETWORK + OTHER + NOTKNOWN + UNSET + + + + + + - - - DRINKINGWATER - EYEWASH - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - LINE - NEUTRAL - PROTECTIVEEARTH - PROTECTIVEEARTHNEUTRAL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - ACOUSTICAL - GLAZED - HORZ_SEG - MONOLITHIC - OPEN - ENDS - DOOR - SCREEN - OTHER - NOTKNOWN - UNSET - - - - + + DRINKINGWATER + EYEWASH + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + LINE + NEUTRAL + PROTECTIVEEARTH + PROTECTIVEEARTHNEUTRAL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + ACOUSTICAL + GLAZED + HORZ_SEG + MONOLITHIC + OPEN + ENDS + DOOR + SCREEN + OTHER + NOTKNOWN + UNSET + + + + - - - ENGINEPROTECTIONDEVICE - FUSEDSWITCH - HRC - OVERLOADPROTECTIONDEVICE - SWITCHDISCONNECTORFUSE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - COMMERCIALBUTANE - COMMERCIALPROPANE - LIQUEFIEDPETROLEUMGAS - NATURALGAS - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - + + ENGINEPROTECTIONDEVICE + FUSEDSWITCH + HRC + OVERLOADPROTECTIONDEVICE + SWITCHDISCONNECTORFUSE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + COMMERCIALBUTANE + COMMERCIALPROPANE + LIQUEFIEDPETROLEUMGAS + NATURALGAS + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - FISHPLATE - WELD - NONE - OTHER - NOTKNOWN - UNSET - - - - - - - GUARDRAILSONLY - GUARDRAILANDSPOTSLEEPERS - SPOTSLEEPERSONLY - OTHER - NOTKNOWN - UNSET - - - - - - - VERTICAL - BACKINLET - OTHER - NOTKNOWN - UNSET - - - - - - - - - + + + FISHPLATE + WELD + NONE + OTHER + NOTKNOWN + UNSET + + + + + + + GUARDRAILSONLY + GUARDRAILANDSPOTSLEEPERS + SPOTSLEEPERSONLY + OTHER + NOTKNOWN + UNSET + + + + + + + VERTICAL + BACKINLET + OTHER + NOTKNOWN + UNSET + + + + + + + + + - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - POINT - PATH - SURFACE - OTHER - NOTKNOWN - UNSET - - - - - - - WATER - STEAM - OTHER - NOTKNOWN - UNSET - - - - - - - - SENSIBLE - LATENT - OTHER - NOTKNOWN - UNSET - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + POINT + PATH + SURFACE + OTHER + NOTKNOWN + UNSET + + + + + + + WATER + STEAM + OTHER + NOTKNOWN + UNSET + + + + + + + + SENSIBLE + LATENT + OTHER + NOTKNOWN + UNSET + + + + + - - - - - - - - - - - - - - - - - - - - - - - - FOG - STRAIGHTSTREAM - OTHER - NOTKNOWN - UNSET - - - - - - - CABINET_RECESSED - CABINET_SEMIRECESSED - SURFACE - OTHER - NOTKNOWN - UNSET - - - - - - - RACK - REEL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + FOG + STRAIGHTSTREAM + OTHER + NOTKNOWN + UNSET + + + + + + + CABINET_RECESSED + CABINET_SEMIRECESSED + SURFACE + OTHER + NOTKNOWN + UNSET + + + + + + + RACK + REEL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - AUTOMATIC - MANUAL - OTHER - NOTKNOWN - UNSET - - - - + + + + + AUTOMATIC + MANUAL + OTHER + NOTKNOWN + UNSET + + + + - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - + - - - - - + + - - - NONE - 1 - 2 - 3 - 4 - 12 - 13 - 14 - 23 - 24 - 34 - 123 - 124 - 134 - 234 - 1234 - - - - - - - - - - - - - - - CURRENT - VOLTAGE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - INDUCT - INSOIL - ONWALL - BELOWCEILING - OTHER - NOTKNOWN - UNSET - - - - - - - - - REGENERATED - REUSED - NEW - OTHER - NOTKNOWN - UNSET - - - - - - - - - LONGRODINSULATOR - PININSULATOR - POSTINSULATOR - OTHER - NOTKNOWN - UNSET - - - - - - - - CLASS0APPLIANCE - CLASS0IAPPLIANCE - CLASSIAPPLIANCE - CLASSIIAPPLIANCE - CLASSIIIAPPLIANCE - OTHER - NOTKNOWN - UNSET - - - - - - - - - NONE - DIRECT - INDIRECT - DIRECTANDINDIRECT - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - ONOFF - STEPPED - MODULATING - NONE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - LANDING - LANDINGWITHPRESSUREREGULATION - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - LEFT - RIGHT - MIDDLE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - TEE - CROSS - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - BUTTONS - TOUCHSCREEN - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - + + NONE + 1 + 2 + 3 + 4 + 12 + 13 + 14 + 23 + 24 + 34 + 123 + 124 + 134 + 234 + 1234 + + + + + + + + + + + + + + + CURRENT + VOLTAGE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + INDUCT + INSOIL + ONWALL + BELOWCEILING + OTHER + NOTKNOWN + UNSET + + + + + + + + + REGENERATED + REUSED + NEW + OTHER + NOTKNOWN + UNSET + + + + + + + + + LONGRODINSULATOR + PININSULATOR + POSTINSULATOR + OTHER + NOTKNOWN + UNSET + + + + + + + + CLASS0APPLIANCE + CLASS0IAPPLIANCE + CLASSIAPPLIANCE + CLASSIIAPPLIANCE + CLASSIIIAPPLIANCE + OTHER + NOTKNOWN + UNSET + + + + + + + + + NONE + DIRECT + INDIRECT + DIRECTANDINDIRECT + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + ONOFF + STEPPED + MODULATING + NONE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LANDING + LANDINGWITHPRESSUREREGULATION + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LEFT + RIGHT + MIDDLE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + TEE + CROSS + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + BUTTONS + TOUCHSCREEN + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + - - - CONVENTIONAL - ELECTRONIC - LOWLOSS - OTHER - RESISTOR - NOTKNOWN - UNSET - - - - - - - CAPACITIVE - INDUCTIVE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ACQUISITION - CRADLETOSITE - DECONSTRUCTION - DISPOSAL - DISPOSALTRANSPORT - GROWTH - INSTALLATION - MAINTENANCE - MANUFACTURE - OCCUPANCY - OPERATION - PROCUREMENT - PRODUCTION - PRODUCTIONTRANSPORT - RECOVERY - REFURBISHMENT - REPAIR - REPLACEMENT - TRANSPORT - USAGE - WASTE - WHOLELIFECYCLE - USERDEFINED - NOTDEFINED - - - - - - - - - - CABLESPANNED - FREESTANDING - POLE_SIDE - POLE_TOP - RECESSED - SURFACE - SUSPENDED - TRACKMOUNTED - OTHER - NOTKNOWN - UNSET - - - - - - - CEILING - FLOOR - FURNITURE - POLE - WALL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - PASSENGER - FREIGHT - ENTERDEPOT - PASSENGERANDFREIGHT - EXITDEPOT - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OFFLOAD - ONLOAD - OTHER - NOTKNOWN - UNSET - - - - - - - - - - SIDEWALLHIGH - SIDEWALLLOW - CEILINGPERIMETER - CEILINGINTERIOR - FLOOR - SILL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - + + CONVENTIONAL + ELECTRONIC + LOWLOSS + OTHER + RESISTOR + NOTKNOWN + UNSET + + + + + + + CAPACITIVE + INDUCTIVE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ACQUISITION + CRADLETOSITE + DECONSTRUCTION + DISPOSAL + DISPOSALTRANSPORT + GROWTH + INSTALLATION + MAINTENANCE + MANUFACTURE + OCCUPANCY + OPERATION + PROCUREMENT + PRODUCTION + PRODUCTIONTRANSPORT + RECOVERY + REFURBISHMENT + REPAIR + REPLACEMENT + TRANSPORT + USAGE + WASTE + WHOLELIFECYCLE + USERDEFINED + NOTDEFINED + + + + + + + + + + CABLESPANNED + FREESTANDING + POLE_SIDE + POLE_TOP + RECESSED + SURFACE + SUSPENDED + TRACKMOUNTED + OTHER + NOTKNOWN + UNSET + + + + + + + CEILING + FLOOR + FURNITURE + POLE + WALL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + PASSENGER + FREIGHT + ENTERDEPOT + PASSENGERANDFREIGHT + EXITDEPOT + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OFFLOAD + ONLOAD + OTHER + NOTKNOWN + UNSET + + + + + + + + + + SIDEWALLHIGH + SIDEWALLLOW + CEILINGPERIMETER + CEILINGINTERIOR + FLOOR + SILL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - LRM_ABSOLUTE - LRM_RELATIVE - LRM_INTERPOLATIVE - LRM_USERDEFINED - - - - + + LRM_ABSOLUTE + LRM_RELATIVE + LRM_INTERPOLATIVE + LRM_USERDEFINED + + + + - - - - - ELECTRIC - PHOTOVOLTAIC - OTHER - NOTKNOWN - UNSET - - - - - - - ACTIVE_LUBRICATION - PASSIVE_LUBRICATION - OTHER - NOTKNOWN - UNSET - - - - - - - - + + + + ELECTRIC + PHOTOVOLTAIC + OTHER + NOTKNOWN + UNSET + + + + + + + ACTIVE_LUBRICATION + PASSIVE_LUBRICATION + OTHER + NOTKNOWN + UNSET + + + + + + + + - - - CONDITIONBASED - CORRECTIVE - PLANNEDCORRECTIVE - SCHEDULED - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - STOP_SIGN - RESTRICTION_SIGN - RESTRICTION_PROTECTION_AREA_TERMINAL_SIGN - FOUR_ASPECT_CAB_SIGNAL_CONNECT_SIGN - FOUR_ASPECT_CAB_SIGNAL_DISCONNECT_SIGN - TRACK_CIRCUIT_TUNING_ZONE_SIGN - RESTRICTION_PLACE_SIGN - LOCOMOTIVE_STOP_POSITION_SIGN - EMU_STOP_POSITION_SIGN - RELAY_STATION_SIGN - SECTION_SIGNAL_MARKER - LEVEL_CONVERSION_SIGN - COMMUNICATION_MODE_CONVERSION_MARKER - CABLE_POST_MARKER - OTHER - NOTKNOWN - UNSET - APPROACHING_MARKER - - - - - - - - - - - - - - - - - - ANALOG - DIGITAL - OTHER - NOTKNOWN - UNSET - - - - - - - ALUMINIUM - COPPER - OTHER - NOTKNOWN - UNSET - - - - - - - + + CONDITIONBASED + CORRECTIVE + PLANNEDCORRECTIVE + SCHEDULED + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + STOP_SIGN + RESTRICTION_SIGN + RESTRICTION_PROTECTION_AREA_TERMINAL_SIGN + FOUR_ASPECT_CAB_SIGNAL_CONNECT_SIGN + FOUR_ASPECT_CAB_SIGNAL_DISCONNECT_SIGN + TRACK_CIRCUIT_TUNING_ZONE_SIGN + RESTRICTION_PLACE_SIGN + LOCOMOTIVE_STOP_POSITION_SIGN + EMU_STOP_POSITION_SIGN + RELAY_STATION_SIGN + SECTION_SIGNAL_MARKER + LEVEL_CONVERSION_SIGN + COMMUNICATION_MODE_CONVERSION_MARKER + CABLE_POST_MARKER + OTHER + NOTKNOWN + UNSET + APPROACHING_MARKER + + + + + + + + + + + + + + + + + + ANALOG + DIGITAL + OTHER + NOTKNOWN + UNSET + + + + + + + ALUMINIUM + COPPER + OTHER + NOTKNOWN + UNSET + + + + + + + - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - MECHANICAL_COMPRESSION - MECHANICAL_TRACTION - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CRITICAL - VERYHIGH - HIGH - CONSIDERABLE - MODERATE - SOME - LOW - VERYLOW - INSIGNIFICANT - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - MANUAL - PREDEFINED - THERMOSTATIC - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - + + + + MECHANICAL_COMPRESSION + MECHANICAL_TRACTION + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CRITICAL + VERYHIGH + HIGH + CONSIDERABLE + MODERATE + SOME + LOW + VERYLOW + INSIGNIFICANT + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + MANUAL + PREDEFINED + THERMOSTATIC + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + - - - - - - BUTTON - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - IOT - SENSORS - PPM - INSPECTION - FEEDBACK - - - - + + + + BUTTON + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + IOT + SENSORS + PPM + INSPECTION + FEEDBACK + + + + - - - DIRECTDRIVE - BELTDRIVE - COUPLING - OTHER - NOTKNOWN - UNSET - - - - - - - OPENDRIPPROOF - TOTALLYENCLOSEDAIROVER - TOTALLYENCLOSEDFANCOOLED - TOTALLYENCLOSEDNONVENTILATED - OTHER - NOTKNOWN - UNSET - - - - + + DIRECTDRIVE + BELTDRIVE + COUPLING + OTHER + NOTKNOWN + UNSET + + + + + + + OPENDRIPPROOF + TOTALLYENCLOSEDAIROVER + TOTALLYENCLOSEDFANCOOLED + TOTALLYENCLOSEDNONVENTILATED + OTHER + NOTKNOWN + UNSET + + + + - - - INAIRSTREAM - OUTOFAIRSTREAM - OTHER - NOTKNOWN - UNSET - - - - + + INAIRSTREAM + OUTOFAIRSTREAM + OTHER + NOTKNOWN + UNSET + + + + - - - BACKTOWALL - PEDESTAL - COUNTERTOP - WALLHUNG - OTHER - NOTKNOWN - UNSET - - - - + + BACKTOWALL + PEDESTAL + COUNTERTOP + WALLHUNG + OTHER + NOTKNOWN + UNSET + + + + - - - + + - - - + + - - - + + - - - - - - PERFORATEDTRAY - LADDER - OTHER - NOTKNOWN - UNSET - - - - - - - - - FACENAIL - SIDENAIL - CUT_IN - OTHER - NOTKNOWN - UNSET - - - - + + + + + PERFORATEDTRAY + LADDER + OTHER + NOTKNOWN + UNSET + + + + + + + + + FACENAIL + SIDENAIL + CUT_IN + OTHER + NOTKNOWN + UNSET + + + + - - - SURFACE - FLATFLUSH - LAYIN - OTHER - NOTKNOWN - UNSET - - - - - - - PHOTOELECTRICCELL - PRESSUREPAD - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + SURFACE + FLATFLUSH + LAYIN + OTHER + NOTKNOWN + UNSET + + + + + + + PHOTOELECTRICCELL + PRESSUREPAD + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - SUPPORT_FITTING - SUSPENSION_FITTING - REGISTRATION_FITTING - TERMINATION_FITTING - TENSIONING_FITTING - EARTHING_FITTING - JOINT_FITTING - OTHER - NOTKNOWN - UNSET - - - - - - - TROLLY_TYPE_CONTACT_LINE - TROLLY_TYPE_WITH_STITCHWIRE - OCL_WITH_CATENARY_SUSPENSION - OCL_WITH_STITCHED_CATENARY_SUSPENSION - COMPOUND_CATENARY_SUSPENSION - RIGID_CATENARY - OTHER - NOTKNOWN - UNSET - - - - - - - - - - FIXED - TWOSTEP - MODULATING - OTHER - NOTKNOWN - UNSET - - - - - - - - AUTOMATIC - MANUAL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - BREAKOUT - LOOSETUBE - PATCHCORD - PIGTAIL - TIGHTBUFFERED - OTHER - NOTKNOWN - UNSET - - - - - - - ACTIVE - PASSIVE - OTHER - NOTKNOWN - UNSET - - - - - - - MULTIMODE - SINGLEMODE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - VERTICAL - HORIZONTAL - VERTICALORHORIZONTAL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + SUPPORT_FITTING + SUSPENSION_FITTING + REGISTRATION_FITTING + TERMINATION_FITTING + TENSIONING_FITTING + EARTHING_FITTING + JOINT_FITTING + OTHER + NOTKNOWN + UNSET + + + + + + + TROLLY_TYPE_CONTACT_LINE + TROLLY_TYPE_WITH_STITCHWIRE + OCL_WITH_CATENARY_SUSPENSION + OCL_WITH_STITCHED_CATENARY_SUSPENSION + COMPOUND_CATENARY_SUSPENSION + RIGID_CATENARY + OTHER + NOTKNOWN + UNSET + + + + + + + + + + FIXED + TWOSTEP + MODULATING + OTHER + NOTKNOWN + UNSET + + + + + + + + AUTOMATIC + MANUAL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + BREAKOUT + LOOSETUBE + PATCHCORD + PIGTAIL + TIGHTBUFFERED + OTHER + NOTKNOWN + UNSET + + + + + + + ACTIVE + PASSIVE + OTHER + NOTKNOWN + UNSET + + + + + + + MULTIMODE + SINGLEMODE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + VERTICAL + HORIZONTAL + VERTICALORHORIZONTAL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - FRAGILE - HANDLEWITHCARE - OTHER - NOTKNOWN - UNSET - - - - - + + FRAGILE + HANDLEWITHCARE + OTHER + NOTKNOWN + UNSET + + + + + - - - - - - - - - - - - - - - - HORIZONTALCYLINDER - VERTICALCYLINDER - RECTANGULAR - OTHER - NOTKNOWN - UNSET - - - - - - - - + + + + + + + + + + + + + + + HORIZONTALCYLINDER + VERTICALCYLINDER + RECTANGULAR + OTHER + NOTKNOWN + UNSET + + + + + + + + - - - - - CASH - CARD - E_PAYMENT - OTHER - NOTKNOWN - UNSET - - - - - - - - - - + + + + CASH + CARD + E_PAYMENT + OTHER + NOTKNOWN + UNSET + + + + + + + + + + - - - - + + - - - - - - - - - - RIGHTARROW - LEFTARROW - DOWNARROW - UPARROW - OTHER - NOTKNOWN - UNSET - - - - - - - - - OPEN - CLOSED - - - - - - - - - STRAIGHT - RIGHT - LEFT - TOP - OTHER - NOTKNOWN - UNSET - - - - + + + + + + + + + RIGHTARROW + LEFTARROW + DOWNARROW + UPARROW + OTHER + NOTKNOWN + UNSET + + + + + + + + + OPEN + CLOSED + + + + + + + + + STRAIGHT + RIGHT + LEFT + TOP + OTHER + NOTKNOWN + UNSET + + + + - - - - FLOOR - CEILING - UNIT - OTHER - NOTKNOWN - UNSET - - - - - - - BASEBOARD - TOWELWARMER - SUSPENDED - WALL - OTHER - NOTKNOWN - UNSET - - - - - - - CEILING - FLOOR - WALL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - AUDIO - VIDEO - OTHER - NOTKNOWN - UNSET. - - - - - - - - - - - - DUALPOLARIZATION - SINGLEPOLARIZATION - OTHER - NOTKNOWN - UNSET - - - - - - - - 1P - 2P - 3P - 4P - 1PN - 3PN - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - MOTORDRIVEN - ENGINEDRIVEN - GASTURBINE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - AC - DC - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - DIAL - DIGITAL - MANOMETER - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - IMPORT - EXPORT - TRANSFER - - - - - - - TEU - CGT - BARREL - TONNE - PASSENGER - VEHICLE - - - - - - - - - - - - - - - OTHER - NOTKNOWN - UNSET. - - - - - - - NEWBUILD - MODIFICATION - REPAIR - OPERATIONMAINTENANCE - RENOVATION - - - - - - - - - - - - - - - - - - SITE_INVESTIGATION - HYDROCARBON - FEEDSTOCK - MINERAL - GEOLOGICAL - HYDROGEOLOGICAL - DEPOSIT - STORAGE - ENVIRONMENTAL - PEDOLOGICAL - GEOTHERMAL - USERDEFINED - NOTKNOWN - NOTDEFINED - - - - - - - - MASTER - SUBMASTER - SUBMETER - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - + + FLOOR + CEILING + UNIT + OTHER + NOTKNOWN + UNSET + + + + + + + BASEBOARD + TOWELWARMER + SUSPENDED + WALL + OTHER + NOTKNOWN + UNSET + + + + + + + CEILING + FLOOR + WALL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + AUDIO + VIDEO + OTHER + NOTKNOWN + UNSET. + + + + + + + + + + + + DUALPOLARIZATION + SINGLEPOLARIZATION + OTHER + NOTKNOWN + UNSET + + + + + + + + 1P + 2P + 3P + 4P + 1PN + 3PN + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + MOTORDRIVEN + ENGINEDRIVEN + GASTURBINE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + AC + DC + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + DIAL + DIGITAL + MANOMETER + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IMPORT + EXPORT + TRANSFER + + + + + + + TEU + CGT + BARREL + TONNE + PASSENGER + VEHICLE + + + + + + + + + + + + + + + OTHER + NOTKNOWN + UNSET. + + + + + + + NEWBUILD + MODIFICATION + REPAIR + OPERATIONMAINTENANCE + RENOVATION + + + + + + + + + + + + + + + + + + SITE_INVESTIGATION + HYDROCARBON + FEEDSTOCK + MINERAL + GEOLOGICAL + HYDROGEOLOGICAL + DEPOSIT + STORAGE + ENVIRONMENTAL + PEDOLOGICAL + GEOTHERMAL + USERDEFINED + NOTKNOWN + NOTDEFINED + + + + + + + + MASTER + SUBMASTER + SUBMETER + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + - - - - - - DIRECTIONAL - OMNIDIRECTIONAL - FANBEAM - PENCILBEAM - SHAPEDBEAM - OTHER - NOTKNOWN - UNSET - - - - - - - FINNEDTUBE - PANEL - SECTIONAL - TUBULAR - OTHER - NOTKNOWN - UNSET - - - - - - - - - - NEWRAIL - REGENERATEDRAIL - REUSEDRAIL - OTHER - NOTKNOWN - UNSET - - - - - - - HOTROLLING - HEATTREATMENT - OTHER - NOTKNOWN - UNSET - - - - - - - 6M - 75M - 100M - 108M - 120M - 144M - 400M - 30M - 60M - 72M - 12M - 18M - 24M - 25M - 27M - 36M - 48M - 54M - OTHER - NOTKNOWN - UNSET - - - - - - - - STIFF - SOFT - MEDIUM - OTHER - NOTKNOWN - UNSET - - - - - - - ACTIVEBALISE - PASSIVEBALISE - OTHER - NOTKNOWN - UNSET - - - - - - - IP - LEGACY - OTHER - NOTKNOWN - UNSET - - - - - - - DISTANTSIGNAL - APPROACHSIGNAL - HOMESIGNAL - STARTINGSIGNAL - HUMPSIGNAL - SHUNTINGSIGNAL - REPEATINGSIGNAL - OBSTRUCTIONSIGNAL - LEVELCROSSINGSIGNAL - HUMPAUXILIARYSIGANL - BLOCKSIGNAL - OTHER - NOTKNOWN - UNSET - - - - - - - - MICROWAVE - PIEZOELECTRIC - TIPPINGBUCKET - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DIAL - DIGITAL - OTHER - NOTKNOWN - UNSET - - - - + + + + + DIRECTIONAL + OMNIDIRECTIONAL + FANBEAM + PENCILBEAM + SHAPEDBEAM + OTHER + NOTKNOWN + UNSET + + + + + + + FINNEDTUBE + PANEL + SECTIONAL + TUBULAR + OTHER + NOTKNOWN + UNSET + + + + + + + + + + NEWRAIL + REGENERATEDRAIL + REUSEDRAIL + OTHER + NOTKNOWN + UNSET + + + + + + + HOTROLLING + HEATTREATMENT + OTHER + NOTKNOWN + UNSET + + + + + + + 6M + 75M + 100M + 108M + 120M + 144M + 400M + 30M + 60M + 72M + 12M + 18M + 24M + 25M + 27M + 36M + 48M + 54M + OTHER + NOTKNOWN + UNSET + + + + + + + + STIFF + SOFT + MEDIUM + OTHER + NOTKNOWN + UNSET + + + + + + + ACTIVEBALISE + PASSIVEBALISE + OTHER + NOTKNOWN + UNSET + + + + + + + IP + LEGACY + OTHER + NOTKNOWN + UNSET + + + + + + + DISTANTSIGNAL + APPROACHSIGNAL + HOMESIGNAL + STARTINGSIGNAL + HUMPSIGNAL + SHUNTINGSIGNAL + REPEATINGSIGNAL + OBSTRUCTIONSIGNAL + LEVELCROSSINGSIGNAL + HUMPAUXILIARYSIGANL + BLOCKSIGNAL + OTHER + NOTKNOWN + UNSET + + + + + + + + MICROWAVE + PIEZOELECTRIC + TIPPINGBUCKET + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DIAL + DIGITAL + OTHER + NOTKNOWN + UNSET + + + + - - - - - - AUDIO - AUDIOVIDEO - OTHER - NOTKNOWN - UNSET. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + AUDIO + AUDIOVIDEO + OTHER + NOTKNOWN + UNSET. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - CFC - HCFC - HFC - HYDROCARBONS - AMMONIA - CO2 - H2O - OTHER - NOTKNOWN - UNSET - - - - + + CFC + HCFC + HFC + HYDROCARBONS + AMMONIA + CO2 + H2O + OTHER + NOTKNOWN + UNSET + + + + - - - + + - - - - - - - - - ELECTRICALREHEAT - WATERCOILREHEAT - STEAMCOILREHEAT - GASREHEAT - NONE - OTHER - NOTKNOWN - UNSET - - - - - - - - - RING - SPIRAL - OTHER - USERDEFINED - NOTDEFINED - - - - - - - - - + + + + + + + + ELECTRICALREHEAT + WATERCOILREHEAT + STEAMCOILREHEAT + GASREHEAT + NONE + OTHER + NOTKNOWN + UNSET + + + + + + + + + RING + SPIRAL + OTHER + USERDEFINED + NOTDEFINED + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - QUICK - STANDARD - NOTKNOWN - UNSET - - - - - - - - - + + + + + + + + + + + QUICK + STANDARD + NOTKNOWN + UNSET + + + + + + + + + - - - - - - - BUSINESS - HAZARD - HEALTHANDSAFETY - INSURANCE - OTHER - NOTKNOWN - UNSET - HEALTHISSUE - MATERIALEFFECTS - ASBESTOSEFFECTS - LEADEFFECTS - HAZARDOUSDUST - WOODDUST - SILICADUST - CHEMICALEFFECTS - MECHANICALEFFECTS - NOISE_EFFECTS - TOOLUSAGE - VIBRATION - WELFAREISSUE - SAFETYISSUE - FALL - FALL_LADDER - FALLEDGE - FALLSCAFFOLD - FALLFRAGILEMATERIAL - SLIPTRIP - TRAPPED - CONFINEMENT - UNINTENDEDCOLLAPSE - CRUSHING - ASPHIXIATION - DROWNINGANDFLOODING - EVENT - ELECTRICSHOCK - FIRE_EXPLOSION - MACHINERYGUARDING - HANDLING - MATERIALSHANDLING - MECHANICAL_LIFTING - MOBILE_ELEVATEDWORKPLATFORM - WORKINGOVERHEAD - STRUCK - STRUCKFALLINFOBJECT - STRUCKVEHICLE - OVERTURINGPLANT - PUBLICPROTECTIONISSUES - ENVIRONMENTALISSUES - BUSINESSISSUES - COMMERICALISSUES - INSURANCE_ISSUES - OPERATIONALISSUES - SOCIALISSUES - OTHERISSUES - - - - + + + + + BUSINESS + HAZARD + HEALTHANDSAFETY + INSURANCE + OTHER + NOTKNOWN + UNSET + HEALTHISSUE + MATERIALEFFECTS + ASBESTOSEFFECTS + LEADEFFECTS + HAZARDOUSDUST + WOODDUST + SILICADUST + CHEMICALEFFECTS + MECHANICALEFFECTS + NOISE_EFFECTS + TOOLUSAGE + VIBRATION + WELFAREISSUE + SAFETYISSUE + FALL + FALL_LADDER + FALLEDGE + FALLSCAFFOLD + FALLFRAGILEMATERIAL + SLIPTRIP + TRAPPED + CONFINEMENT + UNINTENDEDCOLLAPSE + CRUSHING + ASPHIXIATION + DROWNINGANDFLOODING + EVENT + ELECTRICSHOCK + FIRE_EXPLOSION + MACHINERYGUARDING + HANDLING + MATERIALSHANDLING + MECHANICAL_LIFTING + MOBILE_ELEVATEDWORKPLATFORM + WORKINGOVERHEAD + STRUCK + STRUCKFALLINFOBJECT + STRUCKVEHICLE + OVERTURINGPLANT + PUBLICPROTECTIONISSUES + ENVIRONMENTALISSUES + BUSINESSISSUES + COMMERICALISSUES + INSURANCE_ISSUES + OPERATIONALISSUES + SOCIALISSUES + OTHERISSUES + + + + - - - - - - - - - + + + + + + + + - - - - - - - - - CHAIN - MIXED - RING - STAR - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - COMPRESSIBLE - HYDRO_EXPANDING - MIXED - MEMBRANE - INFLATABLE - - - - - - - - - - - AC - DC - NOTKNOWN - UNSET - - - - - - - - - - - - DIFFERENT_POWER_SUPPLY_SEPARATION - PHASE_SEPARATION - SAME_FEEDING_SECTION_SEPARATION - OTHER - NOTKNOWN - UNSET - - - - - - - - - SAFETYLIGHT - WARNINGLIGHT - EMERGENCYEXITLIGHT - BLUEILLUMINATION - OTHER - NOTKNOWN - UNSET - - - - + + + + + + CHAIN + MIXED + RING + STAR + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + COMPRESSIBLE + HYDRO_EXPANDING + MIXED + MEMBRANE + INFLATABLE + + + + + + + + + + + AC + DC + NOTKNOWN + UNSET + + + + + + + + + + + + DIFFERENT_POWER_SUPPLY_SEPARATION + PHASE_SEPARATION + SAME_FEEDING_SECTION_SEPARATION + OTHER + NOTKNOWN + UNSET + + + + + + + + + SAFETYLIGHT + WARNINGLIGHT + EMERGENCYEXITLIGHT + BLUEILLUMINATION + OTHER + NOTKNOWN + UNSET + + + + - - - - - - - - - - - - - - - CENTRAL - LOCAL - NONE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - BAG - PLEAT - TREADSEPARATION - OTHER - NOTKNOWN - UNSET - - - - - - - - - RS_232 - RS_422 - RS_485 - OTHER - NOTKNOWN - UNSET - - - - - - + + + + + + + + + + + + + CENTRAL + LOCAL + NONE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + BAG + PLEAT + TREADSEPARATION + OTHER + NOTKNOWN + UNSET + + + + + + + + + RS_232 + RS_422 + RS_485 + OTHER + NOTKNOWN + UNSET + + + + + + - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FIXED - MOVABLE - OVERHANG - SIDEFIN - OTHER - NOTKNOWN - UNSET - - - - - - - - - ROUND - RECTANGULAR - SQUARE - SLOT - OTHER - NOTKNOWN - UNSET - - - - - - - HELICALCONDUCTOR - CIRCULARCONDUCTOR - SECTORCONDUCTOR - RECTANGULARCONDUCTOR - OTHER - NOTKNOWN - UNSET - - - - - - - - FLATOVAL - RECTANGULAR - ROUND - OTHER - NOTKNOWN - UNSET - - - - - - - - RECTANGULAR - ROUND - SLOT - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BLACK - BLUE - BROWN - GOLD - GREEN - GREY - ORANGE - PINK - RED - SILVER - TURQUOISE - VIOLET - WHITE - YELLOW - GREENANDYELLOW - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + FIXED + MOVABLE + OVERHANG + SIDEFIN + OTHER + NOTKNOWN + UNSET + + + + + + + + + ROUND + RECTANGULAR + SQUARE + SLOT + OTHER + NOTKNOWN + UNSET + + + + + + + HELICALCONDUCTOR + CIRCULARCONDUCTOR + SECTORCONDUCTOR + RECTANGULARCONDUCTOR + OTHER + NOTKNOWN + UNSET + + + + + + + + FLATOVAL + RECTANGULAR + ROUND + OTHER + NOTKNOWN + UNSET + + + + + + + + RECTANGULAR + ROUND + SLOT + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BLACK + BLUE + BROWN + GOLD + GREEN + GREY + ORANGE + PINK + RED + SILVER + TURQUOISE + VIOLET + WHITE + YELLOW + GREENANDYELLOW + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - DRENCH - INDIVIDUAL - TUNNEL - OTHER - NOTKNOWN - UNSET - - - - - - - LEFT - RIGHT - BOTH - - - - - - - - - - - - - - DEPARTUREINDICATOR - SHUNTINGINDICATOR - SWITCHINDICATOR - ROUTEINDICATOR - DEPARTUREROUTEINDICATOR - ROLLINGSTOCKSTOPINDICATOR - DERAILINDICATOR - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - + + DRENCH + INDIVIDUAL + TUNNEL + OTHER + NOTKNOWN + UNSET + + + + + + + LEFT + RIGHT + BOTH + + + + + + + + + + + + + + DEPARTUREINDICATOR + SHUNTINGINDICATOR + SWITCHINDICATOR + ROUTEINDICATOR + DEPARTUREROUTEINDICATOR + ROLLINGSTOCKSTOPINDICATOR + DERAILINDICATOR + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + - - - BELFAST - BUCKET - CLEANERS - COMBINATION_LEFT - COMBINATION_RIGHT - COMBINATION_DOUBLE - DRIP - LABORATORY - LONDON - PLASTER - POT - RINSING - SHELF - VEGETABLEPREPARATION - OTHER - NOTKNOWN - UNSET - - - - - - + + BELFAST + BUCKET + CLEANERS + COMBINATION_LEFT + COMBINATION_RIGHT + COMBINATION_DOUBLE + DRIP + LABORATORY + LONDON + PLASTER + POT + RINSING + SHELF + VEGETABLEPREPARATION + OTHER + NOTKNOWN + UNSET + + + + + + - - - NOMINAL - EXACT - NOTKNOWN - UNSET - - - - - + + NOMINAL + EXACT + NOTKNOWN + UNSET + + + + + - - - - - TWINSLEEPER - BETWEENSLEEPERS - OTHER - NOTKNOWN - UNSET - - - - - - - WOODENSLEEPER - CONCRETESLEEPER - NOTINSULATEDSTEELSLEEPER - INSULATEDSTEELSLEEPER - MONOBLOCKCONCRETESLEEPER - TWOBLOCKCONCRETESLEEPER - COMPOSITESLEEPER - OTHER - NOTKNOWN - UNSET - - - - + + + TWINSLEEPER + BETWEENSLEEPERS + OTHER + NOTKNOWN + UNSET + + + + + + + WOODENSLEEPER + CONCRETESLEEPER + NOTINSULATEDSTEELSLEEPER + INSULATEDSTEELSLEEPER + MONOBLOCKCONCRETESLEEPER + TWOBLOCKCONCRETESLEEPER + COMPOSITESLEEPER + OTHER + NOTKNOWN + UNSET + + + + - - - - - - - - - - - - - - LASERIRRADIATION - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + LASERIRRADIATION + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + - - - DBA - DBB - DBC - NC - NR - - - - - - - - - - - - - - - - - - - - - - - + + DBA + DBB + DBC + NC + NR + + + + + + + IMPORTED + EXCAVATED + USERDEFINED + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - AIRSPARKGAP - GASFILLEDSPARKGAP - OTHER - NOTKNOWN - UNSET - - - - - - - - FREESTANDING - CEILING - WALL - OUTDOOR - OTHER - NOTKNOWN - UNSET. - - - - - - - FULLRANGE - MIDRANGE - WOOFER - TWEETER - COAXIAL - OTHER - NOTKNOWN - UNSET. - - - - - - - - + + + + AIRSPARKGAP + GASFILLEDSPARKGAP + OTHER + NOTKNOWN + UNSET + + + + + + + + FREESTANDING + CEILING + WALL + OUTDOOR + OTHER + NOTKNOWN + UNSET. + + + + + + + FULLRANGE + MIDRANGE + WOOFER + TWEETER + COAXIAL + OTHER + NOTKNOWN + UNSET. + + + + + + + + - - - - - - - - - - - + + + + + + + + + + - - - SPRAYFILLED - SPLASHTYPEFILL - FILMTYPEFILL - OTHER - NOTKNOWN - UNSET - - - - - - - - - + + SPRAYFILLED + SPLASHTYPEFILL + FILMTYPEFILL + OTHER + NOTKNOWN + UNSET + + + + + + + + + - - - - - CEILING - CONCEALED - CUTOFF - PENDANT - RECESSEDPENDANT - SIDEWALL - UPRIGHT - OTHER - NOTKNOWN - UNSET - - - - - - - + + + CEILING + CONCEALED + CUTOFF + PENDANT + RECESSEDPENDANT + SIDEWALL + UPRIGHT + OTHER + NOTKNOWN + UNSET + + + + + + + - - - - - - - - - + + + + + + + + - - - AUTOTRANSFORMER - MANUAL - DIRECTONLINE - FREQUENCY - NSTEP - RHEOSTATIC - STARDELTA - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - NEW - EXISTING - DEMOLISH - TEMPORARY - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PULL_OFF - PUSH_OFF - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - ICE - WATER - RAINWATER - WASTEWATER - POTABLEWATER - FUEL - OIL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - COMPOSITE - COATED - HOMOGENEOUS - - - - - - - - - - - - - STRAIGHT - RIGHT - LEFT - TOP - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - + + AUTOTRANSFORMER + MANUAL + DIRECTONLINE + FREQUENCY + NSTEP + RHEOSTATIC + STARDELTA + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + NEW + EXISTING + DEMOLISH + TEMPORARY + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PULL_OFF + PUSH_OFF + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + ICE + WATER + RAINWATER + WASTEWATER + POTABLEWATER + FUEL + OIL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + COMPOSITE + COATED + HOMOGENEOUS + + + + + + + + + + + + + STRAIGHT + RIGHT + LEFT + TOP + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + - - + - - - - - - - - - REFLECTION_SEISMIC - REFRACTION_SEISMIC - SURFACEWAVE_SEISMIC - PASSIVE_SEISMIC - OTHER_SEISMIC - ELECTRICAL - ELECTROMAGNETIC - RADAR - GRAVITY - MAGNETIC - NMR - - - - - - - - - ACTUATOR - FOOT - HAND - PROXIMITY - SOUND - TWOHAND - WIRE - OTHER - NOTKNOWN - UNSET - - - - - - - + + + + + + + REFLECTION_SEISMIC + REFRACTION_SEISMIC + SURFACEWAVE_SEISMIC + PASSIVE_SEISMIC + OTHER_SEISMIC + ELECTRICAL + ELECTROMAGNETIC + RADAR + GRAVITY + MAGNETIC + NMR + + + + + + + + + ACTUATOR + FOOT + HAND + PROXIMITY + SOUND + TWOHAND + WIRE + OTHER + NOTKNOWN + UNSET + + + + + + + - - - CENTERBREAK - DIVIDEDSUPPORT - DOUBLEBREAK - EARTHINGSWITCH - ISOLATOR - OTHER - NOTKNOWN - UNSET - - - - - - - ONOFFSWITCH - INTERMEDIATESWITCH - DOUBLETHROWSWITCH - OTHER - NOTKNOWN - UNSET - - - - - - - MUSHROOM - OTHER - NOTKNOWN - UNSET - - - - - - - EMERGENCY - GUARD - LIMIT - START - STOP - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - + + CENTERBREAK + DIVIDEDSUPPORT + DOUBLEBREAK + EARTHINGSWITCH + ISOLATOR + OTHER + NOTKNOWN + UNSET + + + + + + + ONOFFSWITCH + INTERMEDIATESWITCH + DOUBLETHROWSWITCH + OTHER + NOTKNOWN + UNSET + + + + + + + MUSHROOM + OTHER + NOTKNOWN + UNSET + + + + + + + EMERGENCY + GUARD + LIMIT + START + STOP + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + - - - COMPLEX - ELEMENT - PARTIAL - OTHER - NOTKNOWN - UNSET - - - - - - - - - - + + COMPLEX + ELEMENT + PARTIAL + OTHER + NOTKNOWN + UNSET + + + + + + + + + + - - - LOWTEMPERATURE - HIGHTEMPERATURE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - HIGHLIMIT - LOWLIMIT - OUTSIDETEMPERATURE - OPERATINGTEMPERATURE - ROOMTEMPERATURE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + LOWTEMPERATURE + HIGHTEMPERATURE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + HIGHLIMIT + LOWLIMIT + OUTSIDETEMPERATURE + OPERATINGTEMPERATURE + ROOMTEMPERATURE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - - - - - - + + - - - - + - - - + - - - - - NH_FUSE - DIAZED - MINIZED - NEOZED - OTHER - NOTKNOWN - UNSET - - - - - - - DIAL - DIGITAL - STEM - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - TICKETREDEMPTIONMACHINE - TICKETREFUNDINGMACHINE - TICKETVENDINGMACHINE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - BREAKGLASS - CHANGEOVER - KEYOPERATED - MANUALPULL - PUSHBUTTON - PULLCORD - ROCKER - SELECTOR - TWIST - OTHER - NOTKNOWN - UNSET - - - - + + + NH_FUSE + DIAZED + MINIZED + NEOZED + OTHER + NOTKNOWN + UNSET + + + + + + + DIAL + DIGITAL + STEM + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + TICKETREDEMPTIONMACHINE + TICKETREFUNDINGMACHINE + TICKETVENDINGMACHINE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + BREAKGLASS + CHANGEOVER + KEYOPERATED + MANUALPULL + PUSHBUTTON + PULLCORD + ROCKER + SELECTOR + TWIST + OTHER + NOTKNOWN + UNSET + + + + - - - SIPHONIC - SQUAT - WASHDOWN - WASHOUT - OTHER - NOTKNOWN - UNSET - - - - + + SIPHONIC + SQUAT + WASHDOWN + WASHOUT + OTHER + NOTKNOWN + UNSET + + + + - - - BEDPANWASHER - CHEMICAL - CLOSECOUPLED - LOOSECOUPLED - SLOPHOPPER - OTHER - NOTKNOWN - UNSET - - - - - - - ASSEMBLY - DEFLECTION - EXPANSION - SETTLEMENT - APPEARANCE - STRUCTURAL - FUNCTIONALITY - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SINGLETOUCH - MULTITOUCH - NONE - OTHER - NOTKNOWN - UNSET - - - - - - - NORMAL - RACK - FUNICULAR - RIGIDOVERHEAD - THIRDRAIL - OTHER - NOTKNOWN - UNSET - - - - - - - FRONT - BACK - OTHER - NOTKNOWN - UNSET - - - - - - - - ELASTIC_FASTENING - RIGID_FASTENING - OTHER - NOTKNOWN - UNSET - - - - - - - - - - BRIDGE - TUNNEL - CONCRETE - SUBGRADELAYER - TRANSITIONSECTION - ONSPECIALFOUNDATION - PAVEMENT - OTHER - NOTKNOWN - UNSET - - - - - - - MAINTRACK - LOCOMOTIVERUNNINGTRACK - REFUGESIDING - ROUNDABOUTLINE - ROLLINGFORBIDDENTRACK - ROLLINGTRACK - LOCOMOTIVESERVICETRACK - LOCOMOTIVEHOLDTRACK - STORAGETRACK - REPAIRSIDING - CONNECTINGLINE - MULTIPLEUNITRUNNINGTRACK - UNTWININGLINE - RECEIVINGDEPARTURETRACK - SWITCHINGLEAD - CATCHSIDING - FREIGHTTRACK - CLASSIFICATIONTRACK - OTHER - NOTKNOWN - UNSET - - - - - - - - E1 - FASTETHERNET - XDSL - OTHER - NOTKNOWN - UNSET - - - - - - + + BEDPANWASHER + CHEMICAL + CLOSECOUPLED + LOOSECOUPLED + SLOPHOPPER + OTHER + NOTKNOWN + UNSET + + + + + + + ASSEMBLY + DEFLECTION + EXPANSION + SETTLEMENT + APPEARANCE + STRUCTURAL + FUNCTIONALITY + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SINGLETOUCH + MULTITOUCH + NONE + OTHER + NOTKNOWN + UNSET + + + + + + + NORMAL + RACK + FUNICULAR + RIGIDOVERHEAD + THIRDRAIL + OTHER + NOTKNOWN + UNSET + + + + + + + FRONT + BACK + OTHER + NOTKNOWN + UNSET + + + + + + + + ELASTIC_FASTENING + RIGID_FASTENING + OTHER + NOTKNOWN + UNSET + + + + + + + + + + BRIDGE + TUNNEL + CONCRETE + SUBGRADELAYER + TRANSITIONSECTION + ONSPECIALFOUNDATION + PAVEMENT + OTHER + NOTKNOWN + UNSET + + + + + + + MAINTRACK + LOCOMOTIVERUNNINGTRACK + REFUGESIDING + ROUNDABOUTLINE + ROLLINGFORBIDDENTRACK + ROLLINGTRACK + LOCOMOTIVESERVICETRACK + LOCOMOTIVEHOLDTRACK + STORAGETRACK + REPAIRSIDING + CONNECTINGLINE + MULTIPLEUNITRUNNINGTRACK + UNTWININGLINE + RECEIVINGDEPARTURETRACK + SWITCHINGLEAD + CATCHSIDING + FREIGHTTRACK + CLASSIFICATIONTRACK + OTHER + NOTKNOWN + UNSET + + + + + + + + E1 + FASTETHERNET + XDSL + OTHER + NOTKNOWN + UNSET + + + + + + - - - DD0 - DD6 - DY5 - DY11 - YD5 - YD11 - DZ0 - DZ6 - YY0 - YY6 - YZ5 - YZ11 - OTHER - NOTKNOWN - UNSET - - - - - - - LINEAR - - - - - - - CONST - LINEAR - - - - - - - - - - FIBER - RADIO - OTHER - NOTKNOWN - UNSET - - - - - - - - - CDMA - GSM - LTE - TD_SCDMA - WCDMA - OTHER - NOTKNOWN - UNSET - - - - - - - - FIXEDCONFIGURATION - MODULARCONFIGURATION - OTHER - NOTKNOWN - UNSET - - - - - - - MPLS_TP - OTN - PDH - SDH - OTHER - NOTKNOWN - UNSET - - - - - - - - NONE - P_TRAP - Q_TRAP - S_TRAP - OTHER - NOTKNOWN - UNSET - - - - - - - - - - + + DD0 + DD6 + DY5 + DY11 + YD5 + YD11 + DZ0 + DZ6 + YY0 + YY6 + YZ5 + YZ11 + OTHER + NOTKNOWN + UNSET + + + + + + + LINEAR + + + + + + + CONST + LINEAR + + + + + + + + + + FIBER + RADIO + OTHER + NOTKNOWN + UNSET + + + + + + + + + CDMA + GSM + LTE + TD_SCDMA + WCDMA + OTHER + NOTKNOWN + UNSET + + + + + + + + FIXEDCONFIGURATION + MODULARCONFIGURATION + OTHER + NOTKNOWN + UNSET + + + + + + + MPLS_TP + OTN + PDH + SDH + OTHER + NOTKNOWN + UNSET + + + + + + + + NONE + P_TRAP + Q_TRAP + S_TRAP + OTHER + NOTKNOWN + UNSET + + + + + + + + + + - - - - - - - - - - UPPER - LOWER - OTHER - NOTKNOWN - UNSET - - - - - - - 10 - 30 - 100 - 300 - 500 - 1000 - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - AUDIO - VIDEO - OTHER - NOTKNOWN - UNSET. - - - - - - - - GAS - GEOTHERMAL - OTHER - NOTKNOWN - UNSET - ELECTRIC - - - - - - - - SWINGGATEBRAKE - THREEPOLEROTARYBRAKE - WINGGATEBRAKE - OTHER - NOTKNOWN - UNSET - - - - - - - - COMPOUND - INFERENTIAL - PISTON - OTHER - NOTKNOWN - UNSET - - - - - - - - - - STRAIGHT - CIRCULAR_ARC - TRANSITION - OTHER - NOTKNOWN - UNSET - - - - - - - ELECTRIC - MANUAL - HYDRAULIC - PNEUMATIC - MIXED - MOTORISED - OTHER - NOTKNOWN - UNSET - - - - - - - ISOLATED_JOINT - JOINTED - WELDED_AND_INSERTABLE - WELDED_AND_NOT_INSERTABLE - OTHER - NOTKNOWN - UNSET - - - - - - - SHAFTWITHCHECKVALVE - DIVERSIONSHAFT - FLUSHINGCHAMBER - INSPECTIONCHAMBER - GULLY - SLURRYCOLLECTOR - GATESHAFT - PUMPSHAFT - ROOFWATERSHAFT - WELL - SOAKAWAY - OTHER - NOTKNOWN - UNSET - - - - - - - ENDCATENARYSUPPORT - HEADSPANSUPPORT - HERSE - MULTITRACKSUPPORT - RIGIDGANTRY - SIMPLESUPPORT - OTHER - NOTKNOWN - UNSET - - - - - - - DERAILMENT_TURNOUT - SLIP_TURNOUT_AND_SCISSORS_CROSSING - THREE_WAYS_TURNOUT - SYMMETRIC_TURNOUT - SINGLE_SLIP_CROSSING - DOUBLE_SLIP_CROSSING - DIAMOND_CROSSING - SCISSOR_CROSSOVER - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - MEASUREMENT - OBSERVATION - ASSESSMENT - INTERPRITATION - ESTIMATE - USERDEFINED - NOTKNOWN - NOTDEFINED - - - - - - - - MEDIUM - SOFT - STIFF - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + UPPER + LOWER + OTHER + NOTKNOWN + UNSET + + + + + + + 10 + 30 + 100 + 300 + 500 + 1000 + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + AUDIO + VIDEO + OTHER + NOTKNOWN + UNSET. + + + + + + + + GAS + GEOTHERMAL + OTHER + NOTKNOWN + UNSET + ELECTRIC + + + + + + + + SWINGGATEBRAKE + THREEPOLEROTARYBRAKE + WINGGATEBRAKE + OTHER + NOTKNOWN + UNSET + + + + + + + + COMPOUND + INFERENTIAL + PISTON + OTHER + NOTKNOWN + UNSET + + + + + + + + + + STRAIGHT + CIRCULAR_ARC + TRANSITION + OTHER + NOTKNOWN + UNSET + + + + + + + ELECTRIC + MANUAL + HYDRAULIC + PNEUMATIC + MIXED + MOTORISED + OTHER + NOTKNOWN + UNSET + + + + + + + ISOLATED_JOINT + JOINTED + WELDED_AND_INSERTABLE + WELDED_AND_NOT_INSERTABLE + OTHER + NOTKNOWN + UNSET + + + + + + + SHAFTWITHCHECKVALVE + DIVERSIONSHAFT + FLUSHINGCHAMBER + INSPECTIONCHAMBER + GULLY + SLURRYCOLLECTOR + GATESHAFT + PUMPSHAFT + ROOFWATERSHAFT + WELL + SOAKAWAY + OTHER + NOTKNOWN + UNSET + + + + + + + ENDCATENARYSUPPORT + HEADSPANSUPPORT + HERSE + MULTITRACKSUPPORT + RIGIDGANTRY + SIMPLESUPPORT + OTHER + NOTKNOWN + UNSET + + + + + + + DERAILMENT_TURNOUT + SLIP_TURNOUT_AND_SCISSORS_CROSSING + THREE_WAYS_TURNOUT + SYMMETRIC_TURNOUT + SINGLE_SLIP_CROSSING + DOUBLE_SLIP_CROSSING + DIAMOND_CROSSING + SCISSOR_CROSSOVER + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + MEASUREMENT + OBSERVATION + ASSESSMENT + INTERPRITATION + ESTIMATE + USERDEFINED + NOTKNOWN + NOTDEFINED + + + + + + + + MEDIUM + SOFT + STIFF + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - BOWL - SLAB - STALL - TROUGH - OTHER - NOTKNOWN - UNSET - - - - - - - MAINTENANCE - RESCUESERVICES - OTHER - NOTKNOWN - UNSET - - - - + + BOWL + SLAB + STALL + TROUGH + OTHER + NOTKNOWN + UNSET + + + + + + + MAINTENANCE + RESCUESERVICES + OTHER + NOTKNOWN + UNSET + + + + - - - - - - - - - CLI - GUI - TOUCHSCREEN - TOUCHTONE - OTHER - NOTKNOWN - UNSET - - - - - - + + + + + + + + + CLI + GUI + TOUCHSCREEN + TOUCHTONE + OTHER + NOTKNOWN + UNSET + + + + + + - - - - - - - - - + + + + + + + + - - - BALL - BUTTERFLY - CONFIGUREDGATE - GLAND - GLOBE - LUBRICATEDPLUG - NEEDLE - PARALLELSLIDE - PLUG - WEDGEGATE - OTHER - NOTKNOWN - UNSET - - - - + + BALL + BUTTERFLY + CONFIGUREDGATE + GLAND + GLOBE + LUBRICATEDPLUG + NEEDLE + PARALLELSLIDE + PLUG + WEDGEGATE + OTHER + NOTKNOWN + UNSET + + + + - - - DROPWEIGHT - FLOAT - HYDRAULIC - LEVER - LOCKSHIELD - MOTORIZED - PNEUMATIC - SOLENOID - SPRING - THERMOSTATIC - WHEEL - OTHER - NOTKNOWN - UNSET - - - - + + DROPWEIGHT + FLOAT + HYDRAULIC + LEVER + LOCKSHIELD + MOTORIZED + PNEUMATIC + SOLENOID + SPRING + THERMOSTATIC + WHEEL + OTHER + NOTKNOWN + UNSET + + + + - - - SINGLEPORT - ANGLED_2_PORT - STRAIGHT_2_PORT - STRAIGHT_3_PORT - CROSSOVER_4_PORT - OTHER - NOTKNOWN - UNSET - - - - - - - - METALOXIDE - ZINCOXIDE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - MOUSECHOOSETYPE - TOUCHSCREEN - TOUCH_TONE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - U230 - U400 - U440 - U525 - U690 - U1000 - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + SINGLEPORT + ANGLED_2_PORT + STRAIGHT_2_PORT + STRAIGHT_3_PORT + CROSSOVER_4_PORT + OTHER + NOTKNOWN + UNSET + + + + + + + + METALOXIDE + ZINCOXIDE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + MOUSECHOOSETYPE + TOUCHSCREEN + TOUCH_TONE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + U230 + U400 + U440 + U525 + U690 + U1000 + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - DENTALCUSPIDOR - HANDRINSE - HOSPITAL - TIPUP - WASHFOUNTAIN - WASHINGTROUGH - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - FILTRATION_DIATOMACEOUSEARTH - FILTRATION_SAND - PURIFICATION_DEIONIZING - PURIFICATION_REVERSEOSMOSIS - SOFTENING_ZEOLITE - OTHER - NOTKNOWN - UNSET - - - - - - - NONE - ONOFFVALVE - 2WAYVALVE - 3WAYVALVE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - WATERTIGHT - DRAINED - NOTKNOWN - - - - - - - - - - + + DENTALCUSPIDOR + HANDRINSE + HOSPITAL + TIPUP + WASHFOUNTAIN + WASHINGTROUGH + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + FILTRATION_DIATOMACEOUSEARTH + FILTRATION_SAND + PURIFICATION_DEIONIZING + PURIFICATION_REVERSEOSMOSIS + SOFTENING_ZEOLITE + OTHER + NOTKNOWN + UNSET + + + + + + + NONE + ONOFFVALVE + 2WAYVALVE + 3WAYVALVE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + WATERTIGHT + DRAINED + NOTKNOWN + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + - - - FRESH - DISCOLOURED - DISINTEGRATED - DECOMPOSED - - - - - - - - - - - - - - - - - - - - - - + + FRESH + DISCOLOURED + DISINTEGRATED + DECOMPOSED + + + + + + + + + + + + + + + + + + + + + + - - - - - CUP - WINDMILL - HOTWIRE - LASERDOPPLER - SONIC - PLATE - TUBE - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - COAXIAL - TWISTED - UNTWISTED - OTHER - NOTKNOWN - UNSET - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + CUP + WINDMILL + HOTWIRE + LASERDOPPLER + SONIC + PLATE + TUBE + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + COAXIAL + TWISTED + UNTWISTED + OTHER + NOTKNOWN + UNSET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + - - - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + - - - - - - - - + + + + + + - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.mvdxml b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.mvdxml index c485b037..f2a4781a 100644 --- a/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.mvdxml +++ b/4_4_0_0/general/HTML/annex/annex-a/general-usage/IFC4x3.mvdxml @@ -1,160 +1,10 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -540,92 +390,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -635,238 +400,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -879,9 +413,7 @@ -