Simple physikalische Größe | |
Physical Simple Quantity | |
Quantité physique simple |
The physical quantity, IfcPhysicalSimpleQuantity, is an entity that holds a single quantity measure value (as defined at the subtypes of IfcPhysicalSimpleQuantity) together with a semantic definition of the usage for the measure value.
EXAMPLE An element, like a wall, may have several area measures, like footprint area, left wall face area, right wall face area. These areas would be given by three instances of the area quantity subtype, with different Name string values.
A section "Quantity Use Definition" at individual entities as subtypes of IfcBuildingElement gives guidance to the usage of the Name attribute to characterize the individual quantities. If the Unit attribute is given, the value attribute (introduced at the level of subtypes of IfcPhysicalSimpleQuantity) are given as quantities of this unit, otherwise the global unit definitions (given by IfcUnitAssignment) are used.
HISTORY New entity in IFC2x2 Addendum 1.
IFC2x2 ADDENDUM 1 CHANGE The abstract entity IfcPhysicalSimpleQuantity has been added. Upward compatibility for file based exchange is guaranteed.
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
3 | Unit | IfcNamedUnit | [0:1] | Optional assignment of a unit. If no unit is given, then the global unit assignment, as established at the IfcProject, applies to the quantity measures. | X |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcPhysicalQuantity | |||||
1 | Name | IfcLabel | [1:1] | Name of the element quantity or measure. The name attribute has to be made recognizable by further agreements. | X |
2 | Description | IfcText | [0:1] | Further explanation that might be given to the quantity. | X |
HasExternalReferences | IfcExternalReferenceRelationship @RelatedResourceObjects | S[0:?] | Reference to an external reference, e.g. library, classification, or document information, that is associated to the quantity. | X | |
PartOfComplex | IfcPhysicalComplexQuantity @HasQuantities | S[0:1] | Reference to a physical complex quantity in which the physical quantity may be contained. | X | |
IfcPhysicalSimpleQuantity | |||||
3 | Unit | IfcNamedUnit | [0:1] | Optional assignment of a unit. If no unit is given, then the global unit assignment, as established at the IfcProject, applies to the quantity measures. | X |
<xs:element name="IfcPhysicalSimpleQuantity" type="ifc:IfcPhysicalSimpleQuantity" abstract="true" substitutionGroup="ifc:IfcPhysicalQuantity" nillable="true"/>
<xs:complexType name="IfcPhysicalSimpleQuantity" abstract="true">
<xs:complexContent>
<xs:extension base="ifc:IfcPhysicalQuantity">
<xs:sequence>
<xs:element name="Unit" type="ifc:IfcNamedUnit" nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcPhysicalSimpleQuantity
ABSTRACT SUPERTYPE OF(ONEOF(IfcQuantityArea, IfcQuantityCount, IfcQuantityLength, IfcQuantityTime, IfcQuantityVolume, IfcQuantityWeight))
SUBTYPE OF (IfcPhysicalQuantity);
Unit : OPTIONAL IfcNamedUnit;
END_ENTITY;