ENTITY IfcProperty

(* SCHEMA IFC4; *)
ENTITY IfcProperty
 ABSTRACT SUPERTYPE OF (ONEOF
    (IfcComplexProperty
    ,IfcSimpleProperty))
 SUBTYPE OF (IfcPropertyAbstraction);
	Name : IfcIdentifier;
	Description : 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:
AttributeTypeDefined By
 NameIfcIdentifier (STRING)IfcProperty
 DescriptionIfcText (STRING)IfcProperty

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcProperty 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 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:
DefinitionTypeReferenced Entity
 IfcComplexProperty ENTITY IfcProperty
 IfcExtendedProperties ENTITY IfcProperty
 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:46-04:00