ENTITY IfcComplexProperty

(* SCHEMA IFC2X3; *)
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
 PropertyForDependanceSET OF IfcPropertyDependencyRelationship (ENTITY)IfcProperty
 PropertyDependsOnSET OF IfcPropertyDependencyRelationship (ENTITY)IfcProperty
 PartOfComplexSET OF IfcComplexProperty (ENTITY)IfcProperty

Supertypes

Entity IfcComplexProperty inherits from the following supertypes:
  IfcProperty

Subtypes

    No subtypes

Referenced By

Entity IfcComplexProperty and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcApprovalPropertyRelationship ENTITY IfcProperty
 IfcComplexProperty ENTITY IfcProperty
 IfcExtendedMaterialProperties ENTITY IfcProperty
 IfcProperty ENTITY IfcComplexProperty
 IfcPropertyConstraintRelationship ENTITY IfcProperty
 IfcPropertyDependencyRelationship ENTITY IfcProperty
 IfcPropertySet ENTITY IfcProperty
 IfcRelOverridesProperties ENTITY IfcProperty
 IfcUniquePropertyName FUNCTION IfcProperty


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:44:16-04:00