ENTITY IfcExtendedProperties

(* SCHEMA IFC4; *)
ENTITY IfcExtendedProperties
 ABSTRACT SUPERTYPE OF (ONEOF
    (IfcMaterialProperties
    ,IfcProfileProperties))
 SUBTYPE OF (IfcPropertyAbstraction);
	Name : OPTIONAL IfcIdentifier;
	Description : OPTIONAL IfcText;
	Properties : SET [1:?] OF IfcProperty;
END_ENTITY;

Explicit Attributes

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

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcExtendedProperties has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasExternalReferencesSET OF IfcExternalReferenceRelationship (ENTITY)IfcPropertyAbstraction

Supertypes

Entity IfcExtendedProperties inherits from the following supertypes:
  IfcPropertyAbstraction

Subtypes

Entity IfcExtendedProperties has the following subtypes:
    IfcMaterialProperties*
    IfcProfileProperties*
* - Immediate Subtypes

Referenced By

Entity IfcExtendedProperties and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcPropertyAbstraction ENTITY IfcExtendedProperties
 IfcResourceObjectSelect SELECT IfcPropertyAbstraction


[Top Level Definitions] [Exit]

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