IfcProperty

Natural language names
deMerkmal
enProperty
frPropriété
Semantic definitions at the entity
Entity definition

IfcProperty is an abstract generalization for all types of properties that can be associated with IFC objects through the property set mechanism.

HISTORY  New entity in IFC1.0.
Attribute definitions
#AttributeTypeCardinalityDescription B
1NameIfcIdentifier[1:1] Name for this property. This label is the significant name string that defines the semantic meaning for the property.X
2DescriptionIfcText[0:1] Informative text to explain the property.X
PartOfPsetIfcPropertySet
@HasProperties
S[0:?]Reference to the IfcPropertySet by which the IfcProperty is referenced.
PartOfComplexIfcComplexProperty
@HasProperties
S[0:?]Reference to the IfcComplexProperty in which the IfcProperty is contained.
Inherited definitions from supertypes
Entity inheritance IfcComplexProperty IfcSimpleProperty IfcPropertyAbstraction
Attribute inheritance
#AttributeTypeCardinalityDescriptionB
IfcPropertyAbstraction
IfcProperty
1NameIfcIdentifier[1:1] Name for this property. This label is the significant name string that defines the semantic meaning for the property.X
2DescriptionIfcText[0:1] Informative text to explain the property.X
PartOfPsetIfcPropertySet
@HasProperties
S[0:?]Reference to the IfcPropertySet by which the IfcProperty is referenced.
PartOfComplexIfcComplexProperty
@HasProperties
S[0:?]Reference to the IfcComplexProperty in which the IfcProperty is contained.
Formal representations
XSD Specification
 <xs:element name="IfcProperty" type="ifc:IfcProperty" abstract="true" substitutionGroup="ifc:IfcPropertyAbstraction" nillable="true"/>
 <xs:complexType name="IfcProperty" abstract="true">
  <xs:complexContent>
   <xs:extension base="ifc:IfcPropertyAbstraction">
    <xs:attribute name="Name" type="ifc:IfcIdentifier" use="optional"/>
    <xs:attribute name="Description" type="ifc:IfcText" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcProperty
 ABSTRACT SUPERTYPE OF(ONEOF(IfcComplexProperty, IfcSimpleProperty))
 SUBTYPE OF (IfcPropertyAbstraction);
  Name : IfcIdentifier;
  Description : OPTIONAL IfcText;
 INVERSE
  PartOfPset : SET OF IfcPropertySet FOR HasProperties;
  PartOfComplex : SET OF IfcComplexProperty FOR HasProperties;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page