8.6.3.6 IfcSimpleProperty

Propriété simple
Einfaches Merkmal

IfcSimpleProperty is a generalization of a single property object. The various subtypes of IfcSimpleProperty establish different ways in which a property value can be set.

HISTORY  New entity in IFC1.0, definition changed in IFC2x.

XSD Specification:

 <xs:element name="IfcSimpleProperty" type="ifc:IfcSimpleProperty" abstract="true" substitutionGroup="ifc:IfcProperty" nillable="true"/>
 <xs:complexType name="IfcSimpleProperty" abstract="true">
  <xs:complexContent>
   <xs:extension base="ifc:IfcProperty"/>
  </xs:complexContent>
 </xs:complexType>

EXPRESS Specification:

ENTITY IfcSimpleProperty
ABSTRACT SUPERTYPE OF(ONEOF(IfcPropertyEnumeratedValue, IfcPropertyReferenceValue, IfcPropertySingleValue))
SUBTYPE OF (IfcProperty);
END_ENTITY;

Inheritance Graph:

ENTITY IfcSimpleProperty
ENTITY IfcPropertyAbstraction
INVERSE
ENTITY IfcProperty
Name : IfcIdentifier;
Description : OPTIONAL IfcStrippedOptional;
INVERSE
PartOfPset : SET OF IfcPropertySet FOR HasProperties;
ENTITY IfcSimpleProperty
END_ENTITY;

Link to this page  Link to this page