diff --git a/src/Mod/Arch/Presets/ifc_types_IFC4.json b/src/Mod/Arch/Presets/ifc_types_IFC4.json index bb6da0ec1f..8f8800dbaa 100644 --- a/src/Mod/Arch/Presets/ifc_types_IFC4.json +++ b/src/Mod/Arch/Presets/ifc_types_IFC4.json @@ -233,7 +233,7 @@ }, "IfcLengthMeasure": { "base": "xs:double", - "property": "PropertyFloat" + "property": "PropertyLength" }, "IfcLinearForceMeasure": { "base": "xs:double", @@ -550,5 +550,9 @@ "logical": { "base": "xs:normalizedString", "property": "PropertyString" + }, + "List-IfcCompoundPlaneAngleMeasure": { + "base": "xs:string", + "property": "PropertyString" } -} \ No newline at end of file +}