IfcComplexPropertyTemplateTypeEnum

Natural language names
Complex Property Template Type Enum
Enumération des types de modèle de propriété complexe
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcComplexPropertyTemplateTypeEnumADDED
Semantic definitions at the type
Type definition

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.
Enumeration definition
ConstantDescription
P_COMPLEXthe properties defined by this IfcComplexPropertyTemplate are of type IfcComplexProperty.
Q_COMPLEX
Formal representations
XML Specification
 <xs:simpleType name="IfcComplexPropertyTemplateTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="p_complex"/>
   <xs:enumeration value="q_complex"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcComplexPropertyTemplateTypeEnum = ENUMERATION OF (
 P_COMPLEX,
 Q_COMPLEX);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcComplexPropertyTemplate

Link to this page  Link to this page