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:
| Attribute | Type | Defined By |
|---|
| DependingProperty | IfcProperty (ENTITY) | IfcPropertyDependencyRelationship |
| DependantProperty | IfcProperty (ENTITY) | IfcPropertyDependencyRelationship |
| Name | IfcLabel (STRING) | IfcPropertyDependencyRelationship |
| Description | IfcText (STRING) | IfcPropertyDependencyRelationship |
| Expression | IfcText (STRING) | IfcPropertyDependencyRelationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity IfcPropertyDependencyRelationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00