AECgeeks / infra-repo-issue-test-old1

0 stars 0 forks source link

IfcProperty 12006 #95

Closed aothms closed 2 years ago

aothms commented 2 years ago

Rename the attribute for compatibility of facilitating 12006

aothms commented 2 years ago
--- tmp/a/IFC.exp   2022-02-13 13:50:14.000908700 +0100
+++ tmp/b/IFC.exp   2022-07-09 16:00:22.614891600 +0200
@@ -9029,21 +9029,21 @@
 (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;
-   Description : OPTIONAL IfcText;
+   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