ENTITY IfcPropertyDependencyRelationship

(* SCHEMA IFC4; *)
ENTITY IfcPropertyDependencyRelationship
 SUBTYPE OF (IfcResourceLevelRelationship);
	DependingProperty : IfcProperty;
	DependantProperty : IfcProperty;
	Expression : OPTIONAL IfcText;
 WHERE
	NoSelfReference : DependingProperty :<>: DependantProperty;
END_ENTITY;

Explicit Attributes

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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcPropertyDependencyRelationship inherits from the following supertypes:
  IfcResourceLevelRelationship

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:46-04:00