ENTITY IfcPropertyDependencyRelationship

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcPropertyDependencyRelationship;
	DependingProperty : IfcProperty;
	DependantProperty : IfcProperty;
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
	Expression : OPTIONAL IfcText;
 WHERE
	WR1 : DependingProperty :<>: DependantProperty;
END_ENTITY;

Explicit Attributes

Entity IfcPropertyDependencyRelationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 DependingPropertyIfcProperty (ENTITY)IfcPropertyDependencyRelationship
 DependantPropertyIfcProperty (ENTITY)IfcPropertyDependencyRelationship
 NameIfcLabel (STRING)IfcPropertyDependencyRelationship
 DescriptionIfcText (STRING)IfcPropertyDependencyRelationship
 ExpressionIfcText (STRING)IfcPropertyDependencyRelationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcPropertyDependencyRelationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcProperty ENTITY IfcPropertyDependencyRelationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00