IfcPropertyTemplate

Natural language names
Merkmal - Vorlage
Property Template
Modèle de propriété
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcPropertyTemplateADDED
Semantic definitions at the entity
Entity definition

The IfcPropertyTemplate is an abstract supertype comprising the templates for all dynamically extensible properties, either as an IfcComplexPropertyTemplate, or an IfcSimplePropertyTemplate. These templates determine the structure of:

\\\* in case of IfcComplexPropertyTemplate \\\* an IfcComplexProperty \\\* an IfcPhysicalComplexQuantity \\\* in case of IfcSimplePropertyTemplate \\\* a subtype of IfcSimpleProperty \\\* a subtype of IfcPhysicalSimpleQuantity

The individual property templates are interpreted according to their Name attribute and may have a predefined property type, property unit, and property data type. A template however shall not have measure values, or quantity values assigned.

NOTE  Property templates can form part of a property library used and attached as part of a project library. In general the IfcPropertySetTemplate, containing the subtypes of IfcPropertyTemplate would be directly linked to the IfcProjectLibrary.

HISTORY  New entity in IFC4.

Attribute definitions
#AttributeTypeCardinalityDescription C
PartOfPsetTemplateIfcPropertySetTemplate
@HasPropertyTemplates
S[0:?]Reference to the IfcPropertySetTemplate that defines the scope for the IfcPropertyTemplate. A single IfcPropertyTemplate can be defined within the scope of zero, one or many IfcPropertySetTemplate'.
Inherited definitions from supertypes
Entity inheritance IfcSimplePropertyTemplate IfcPropertyTemplateDefinition IfcPropertyDefinition IfcRoot
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcRoot
1GlobalIdIfcGloballyUniqueId Assignment of a globally unique identifier within the entire software world. X
2OwnerHistoryIfcOwnerHistory? Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,
NOTE  only the last modification in stored - either as addition, deletion or modification.
IFC4 CHANGE  The attribute has been changed to be OPTIONAL.
X
3NameIfcLabel? Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. X
4DescriptionIfcText? Optional description, provided for exchanging informative comments. X
IfcPropertyDefinition
HasAssociationsIfcRelAssociates
@RelatedObjects
S[0:?]Reference to the relationship IfcRelAssociates and thus to those externally defined concepts, like classifications, documents, or library information, which are associated to the property definition.
IfcPropertyTemplateDefinition
IfcPropertyTemplate
PartOfPsetTemplateIfcPropertySetTemplate
@HasPropertyTemplates
S[0:?]Reference to the IfcPropertySetTemplate that defines the scope for the IfcPropertyTemplate. A single IfcPropertyTemplate can be defined within the scope of zero, one or many IfcPropertySetTemplate'.
Formal representations
XML Specification
 <xs:element name="IfcPropertyTemplate" type="ifc:IfcPropertyTemplate" abstract="true" substitutionGroup="ifc:IfcPropertyTemplateDefinition" nillable="true"/>
 <xs:complexType name="IfcPropertyTemplate" abstract="true">
  <xs:complexContent>
   <xs:extension base="ifc:IfcPropertyTemplateDefinition"/>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcPropertyTemplate
 ABSTRACT SUPERTYPE OF(IfcSimplePropertyTemplate)
 SUBTYPE OF (IfcPropertyTemplateDefinition);
 INVERSE
  PartOfPsetTemplate : SET [0:?] OF IfcPropertySetTemplate FOR HasPropertyTemplates;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

JSON Specification
public class IfcPropertyTemplate extends IfcPropertyTemplateDefinition
{
 private IfcStrippedOptional[] PartOfComplexTemplate;
 private IfcPropertySetTemplate[] PartOfPsetTemplate;
}

References  References: IfcPropertySetTemplate

Link to this page  Link to this page