Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amounts per time valued properties as IfcNumericMeasure #2

Open
aothms opened this issue Jun 21, 2023 · 1 comment
Open

amounts per time valued properties as IfcNumericMeasure #2

aothms opened this issue Jun 21, 2023 · 1 comment

Comments

@aothms
Copy link
Member

aothms commented Jun 21, 2023

#592 amounts-per-time-valued properties as IfcNumericMeasure

@aothms
Copy link
Member Author

aothms commented Jun 21, 2023

diff -N -w -U10 tmp/a/psd/Pset_SpaceHVACDesign.xml tmp/b/psd/Pset_SpaceHVACDesign.xml
--- tmp/a/psd/Pset_SpaceHVACDesign.xml	2023-06-19 20:33:43.438469900 +0200
+++ tmp/b/psd/Pset_SpaceHVACDesign.xml	2023-06-21 13:28:23.381500900 +0200
@@ -137,39 +137,39 @@
         <TypePropertySingleValue>
           <DataType type="IfcBoolean"/>
         </TypePropertySingleValue>
       </PropertyType>
     </PropertyDef>
     <PropertyDef>
       <Name>NaturalVentilationRate</Name>
       <Definition>Indication of the requirement of a particular natural air ventilation rate, given in air changes per hour.</Definition>
       <PropertyType>
         <TypePropertySingleValue>
-          <DataType type="IfcCountMeasure"/>
+          <DataType type="IfcNumericMeasure"/>
         </TypePropertySingleValue>
       </PropertyType>
     </PropertyDef>
     <PropertyDef>
       <Name>MechanicalVentilation</Name>
       <Definition>Indication whether the space is required to have mechanical ventilation (TRUE).</Definition>
       <PropertyType>
         <TypePropertySingleValue>
           <DataType type="IfcBoolean"/>
         </TypePropertySingleValue>
       </PropertyType>
     </PropertyDef>
     <PropertyDef>
       <Name>MechanicalVentilationRate</Name>
       <Definition>Indication of the requirement of a particular mechanical air ventilation rate, given in air changes per hour.</Definition>
       <PropertyType>
         <TypePropertySingleValue>
-          <DataType type="IfcCountMeasure"/>
+          <DataType type="IfcNumericMeasure"/>
         </TypePropertySingleValue>
       </PropertyType>
     </PropertyDef>
     <PropertyDef>
       <Name>AirConditioning</Name>
       <Definition>Indication whether this space requires air conditioning provided (TRUE) or not (FALSE).</Definition>
       <PropertyType>
         <TypePropertySingleValue>
           <DataType type="IfcBoolean"/>
         </TypePropertySingleValue>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant