ENTITY IfcComplexProperty

(* SCHEMA IFC4; *)
ENTITY IfcComplexProperty
 SUBTYPE OF (IfcProperty);
	UsageName : IfcIdentifier;
	HasProperties : SET [1:?] OF IfcProperty;
 WHERE
	WR21 : SIZEOF(QUERY(temp <* HasProperties | SELF :=: temp)) = 0;
	WR22 : IfcUniquePropertyName(HasProperties);
END_ENTITY;

Explicit Attributes

Entity IfcComplexProperty has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcIdentifier (STRING)IfcProperty
 DescriptionIfcText (STRING)IfcProperty
 UsageNameIfcIdentifier (STRING)IfcComplexProperty
 HasPropertiesSET OF IfcProperty (ENTITY)IfcComplexProperty

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcComplexProperty has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasExternalReferencesSET OF IfcExternalReferenceRelationship (ENTITY)IfcPropertyAbstraction
 PartOfPsetSET OF IfcPropertySet (ENTITY)IfcProperty
 PropertyForDependanceSET OF IfcPropertyDependencyRelationship (ENTITY)IfcProperty
 PropertyDependsOnSET OF IfcPropertyDependencyRelationship (ENTITY)IfcProperty
 PartOfComplexSET OF IfcComplexProperty (ENTITY)IfcProperty
 HasConstraintsSET OF IfcResourceConstraintRelationship (ENTITY)IfcProperty
 HasApprovalsSET OF IfcResourceApprovalRelationship (ENTITY)IfcProperty

Supertypes

Entity IfcComplexProperty inherits from the following supertypes:
  IfcPropertyAbstraction
    IfcProperty

Subtypes

    No subtypes

Referenced By

Entity IfcComplexProperty and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcComplexProperty ENTITY IfcProperty
 IfcExtendedProperties ENTITY IfcProperty
 IfcProperty ENTITY IfcComplexProperty
 IfcPropertyAbstraction ENTITY IfcProperty
 IfcPropertyDependencyRelationship ENTITY IfcProperty
 IfcPropertySet ENTITY IfcProperty
 IfcResourceObjectSelect SELECT IfcPropertyAbstraction
 IfcUniquePropertyName FUNCTION IfcProperty


[Top Level Definitions] [Exit]

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