ENTITY IfcPropertySetTemplate

(* SCHEMA IFC4; *)
ENTITY IfcPropertySetTemplate
 SUBTYPE OF (IfcPropertyTemplateDefinition);
	TemplateType : OPTIONAL IfcPropertySetTemplateTypeEnum;
	ApplicableEntity : OPTIONAL IfcIdentifier;
	HasPropertyTemplates : SET [1:?] OF IfcPropertyTemplate;
 INVERSE
	Defines : SET [0:?] OF IfcRelDefinesByTemplate FOR RelatingTemplate;
 WHERE
	ExistsName : EXISTS(SELF\IfcRoot.Name);
	UniquePropertyNames : IfcUniquePropertyTemplateNames(HasPropertyTemplates);
END_ENTITY;

Explicit Attributes

Entity IfcPropertySetTemplate has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 TemplateTypeIfcPropertySetTemplateTypeEnum (ENUM)IfcPropertySetTemplate
 ApplicableEntityIfcIdentifier (STRING)IfcPropertySetTemplate
 HasPropertyTemplatesSET OF IfcPropertyTemplate (ENTITY)IfcPropertySetTemplate

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcPropertySetTemplate has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasContextSET OF IfcRelDeclares (ENTITY)IfcPropertyDefinition
 HasAssociationsSET OF IfcRelAssociates (ENTITY)IfcPropertyDefinition
 DefinesSET OF IfcRelDefinesByTemplate (ENTITY)IfcPropertySetTemplate

Supertypes

Entity IfcPropertySetTemplate inherits from the following supertypes:
  IfcRoot
    IfcPropertyDefinition
      IfcPropertyTemplateDefinition

Subtypes

    No subtypes

Referenced By

Entity IfcPropertySetTemplate and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcDefinitionSelect SELECT IfcPropertyDefinition
 IfcProcedure ENTITY IfcRoot
 IfcProject ENTITY IfcRoot
 IfcPropertyDefinition ENTITY IfcPropertyTemplateDefinition
 IfcPropertySet ENTITY IfcRoot
 IfcPropertySetTemplate ENTITY IfcRoot
 IfcPropertyTemplate ENTITY IfcPropertySetTemplate
 IfcPropertyTemplateDefinition ENTITY IfcPropertySetTemplate
 IfcProxy ENTITY IfcRoot
 IfcRelDefinesByTemplate ENTITY IfcPropertySetTemplate
 IfcRoot ENTITY IfcPropertyDefinition
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcRoot
 IfcUniquePropertySetNames FUNCTION IfcRoot


[Top Level Definitions] [Exit]

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