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

IfcProperty 12006 #37

Open
aothms opened this issue Mar 22, 2022 · 1 comment
Open

IfcProperty 12006 #37

aothms opened this issue Mar 22, 2022 · 1 comment

Comments

@aothms
Copy link
Member

aothms commented Mar 22, 2022

Rename the attribute for compatibility of facilitating 12006

@aothms
Copy link
Member Author

aothms commented Mar 22, 2022

--- tmp/a/IFC.exp	2022-02-13 13:50:14.000908700 +0100
+++ tmp/b/IFC.exp	2022-03-22 21:17:33.080403300 +0100
@@ -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

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