ENTITY IfcComplexPropertyTemplate

(* SCHEMA IFC4; *)
ENTITY IfcComplexPropertyTemplate
 SUBTYPE OF (IfcPropertyTemplate);
	UsageName : OPTIONAL IfcLabel;
	TemplateType : OPTIONAL IfcComplexPropertyTemplateTypeEnum;
	HasPropertyTemplates : OPTIONAL SET [1:?] OF IfcPropertyTemplate;
 WHERE
	UniquePropertyNames : IfcUniquePropertyTemplateNames(HasPropertyTemplates);
	NoSelfReference : SIZEOF(QUERY(temp <* HasPropertyTemplates | SELF :=: temp)) = 0;
END_ENTITY;

Explicit Attributes

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

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcComplexPropertyTemplate has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasContextSET OF IfcRelDeclares (ENTITY)IfcPropertyDefinition
 HasAssociationsSET OF IfcRelAssociates (ENTITY)IfcPropertyDefinition
 PartOfComplexTemplateSET OF IfcComplexPropertyTemplate (ENTITY)IfcPropertyTemplate
 PartOfPsetTemplateSET OF IfcPropertySetTemplate (ENTITY)IfcPropertyTemplate

Supertypes

Entity IfcComplexPropertyTemplate inherits from the following supertypes:
  IfcRoot
    IfcPropertyDefinition
      IfcPropertyTemplateDefinition
        IfcPropertyTemplate

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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