Complex Property Template Type Enum | |
Enumération des types de modèle de propriété complexe |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcComplexPropertyTemplateTypeEnum | ADDED |
This enumeration defines the applicable subtype of instances of IfcComplexProperty or IfcPhysicalComplexQuantity that may be created and defined by an IfcComplexPropertyTemplate.
HISTORY New enumeration in IFC4.
Constant | Description |
---|---|
P_COMPLEX | the properties defined by this IfcComplexPropertyTemplate are of type IfcComplexProperty. |
Q_COMPLEX |
<xs:simpleType name="IfcComplexPropertyTemplateTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="p_complex"/>
<xs:enumeration value="q_complex"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcComplexPropertyTemplateTypeEnum = ENUMERATION OF (
P_COMPLEX,
Q_COMPLEX);
END_TYPE;
References: IfcComplexPropertyTemplate