![]() | Merkmal - Abstraktion |
![]() | Property Abstraction |
![]() | Propriété abstraite |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcPropertyAbstraction | ADDED |
The IfcPropertyAbstraction is an abstract supertype of all property related entities defined as dependent resource entities within the specification. It may have an external reference to a dictionary or library that provides additional information about its definition. Instantiable subtypes have property name, value and other instance information.
HISTORY New entity in IFC4.
# | Attribute | Type | Cardinality | Description | B |
---|
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
IfcPropertyAbstraction |
<xs:element name="IfcPropertyAbstraction" type="ifc:IfcPropertyAbstraction" abstract="true" substitutionGroup="ifc:Entity" nillable="true"/>
<xs:complexType name="IfcPropertyAbstraction" abstract="true">
<xs:complexContent>
<xs:extension base="ifc:Entity"/>
</xs:complexContent>
</xs:complexType>
ENTITY IfcPropertyAbstraction
ABSTRACT SUPERTYPE OF(ONEOF(IfcExtendedProperties, IfcProperty, IfcPropertyEnumeration));
INVERSE
END_ENTITY;