5.1.2.9 IfcSimplePropertyTemplateTypeEnum
5.1.2.9.1 Semantic definition
This enumeration defines the correct subtype of instances of IfcSimpleProperty or IfcPhysicalSimpleQuantity that are created and are assigned to this IfcSimplePropertyTemplate. It also determines how the attributes of IfcPropertyTemplate, PrimaryUnit, SecondaryUnit, Enumerators, PrimaryDataType, SecondaryDataType, should be used.
5.1.2.9.2 Type values
| Type | Description |
|---|---|
P_BOUNDEDVALUE
| |
P_ENUMERATEDVALUE
| |
P_LISTVALUE
| |
P_REFERENCEVALUE
| |
P_SINGLEVALUE
| |
P_TABLEVALUE
| |
Q_AREA
| |
Q_COUNT
| |
Q_LENGTH
| |
Q_NUMBER
| |
Q_TIME
| |
Q_VOLUME
| |
Q_WEIGHT
|
5.1.2.9.3 Formal representation
TYPE IfcSimplePropertyTemplateTypeEnum = ENUMERATION OF
(P_BOUNDEDVALUE
,P_ENUMERATEDVALUE
,P_LISTVALUE
,P_REFERENCEVALUE
,P_SINGLEVALUE
,P_TABLEVALUE
,Q_AREA
,Q_COUNT
,Q_LENGTH
,Q_NUMBER
,Q_TIME
,Q_VOLUME
,Q_WEIGHT);
END_TYPE;