From 846d27a2ade5c24a08da15291c7225641dc08015 Mon Sep 17 00:00:00 2001 From: ArturTomczak Date: Wed, 6 Nov 2024 20:49:16 +0100 Subject: [PATCH] Update DataTypes.md resolves #332 --- Documentation/ImplementersDocumentation/DataTypes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/ImplementersDocumentation/DataTypes.md b/Documentation/ImplementersDocumentation/DataTypes.md index 5822b30..b5d3d63 100644 --- a/Documentation/ImplementersDocumentation/DataTypes.md +++ b/Documentation/ImplementersDocumentation/DataTypes.md @@ -21,7 +21,7 @@ Columns of the table determine the validity of the type depending on the schema | IFCALARMTYPEENUM | ✔️ | ✔️ | ✔️ | xs:string | | IFCALIGNMENTCANTSEGMENTTYPEENUM | ❌ | ❌ | ✔️ | xs:string | | IFCALIGNMENTHORIZONTALSEGMENTTYPEENUM | ❌ | ❌ | ✔️ | xs:string | -| IFCALIGNMENTTYPEENUM | ❌ | ✔️ | ✔️ | xs:string | +| IFCALIGNMENTTYPEENUM | ❌ | ❌ | ✔️ | xs:string | | IFCALIGNMENTVERTICALSEGMENTTYPEENUM | ❌ | ❌ | ✔️ | xs:string | | IFCAMOUNTOFSUBSTANCEMEASURE | ✔️ | ✔️ | ✔️ | xs:double | | IFCANALYSISMODELTYPEENUM | ✔️ | ✔️ | ✔️ | xs:string | @@ -231,7 +231,6 @@ Columns of the table determine the validity of the type depending on the schema | IFCNONNEGATIVELENGTHMEASURE | ❌ | ✔️ | ✔️ | xs:double | | IFCNORMALISEDRATIOMEASURE | ✔️ | ✔️ | ✔️ | xs:double | | IFCNULLSTYLE | ✔️ | ✔️ | ❌ | xs:string | -| IFCNULLSTYLEENUM | ✔️ | ✔️ | ❌ | xs:string | | IFCNUMERICMEASURE | ✔️ | ✔️ | ✔️ | xs:double | | IFCOBJECTIVEENUM | ✔️ | ✔️ | ✔️ | xs:string | | IFCOBJECTTYPEENUM | ✔️ | ✔️ | ❌ | xs:string |