ENTITY IfcProperty
(* SCHEMA IFC4; *)
ENTITY IfcProperty
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcComplexProperty
	,IfcSimpleProperty))
 SUBTYPE OF (IfcPropertyAbstraction);
	Name : IfcIdentifier;
	Specification : OPTIONAL IfcText;
 INVERSE
	PartOfPset : SET [0:?] OF IfcPropertySet FOR HasProperties;
	PropertyForDependance : SET [0:?] OF IfcPropertyDependencyRelationship FOR DependingProperty;
	PropertyDependsOn : SET [0:?] OF IfcPropertyDependencyRelationship FOR DependantProperty;
	PartOfComplex : SET [0:?] OF IfcComplexProperty FOR HasProperties;
	HasConstraints : SET [0:?] OF IfcResourceConstraintRelationship FOR RelatedResourceObjects;
	HasApprovals : SET [0:?] OF IfcResourceApprovalRelationship FOR RelatedResourceObjects;
END_ENTITY;
Explicit Attributes
Entity IfcProperty has the following local and inherited explicit attributes:
| Attribute | Type | Defined By | 
|---|
 |  Name | IfcIdentifier (STRING) | IfcProperty |  
|  SPECIFICATION | IfcText (STRING) | IfcProperty |  
 
 | 
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcProperty has the following local and inherited inverse attributes:
Supertypes
Entity IfcProperty inherits from the following supertypes:
  IfcPropertyAbstraction
Subtypes
Entity IfcProperty has the following subtypes:
    IfcComplexProperty*
    IfcPropertyBoundedValue
    IfcPropertyEnumeratedValue
    IfcPropertyListValue
    IfcPropertyReferenceValue
    IfcPropertySingleValue
    IfcPropertyTableValue
    IfcSimpleProperty*
* - Immediate Subtypes
Referenced By
Entity IfcProperty and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00