IfcComplexPropertyTemplateTypeEnum

Natural language names
enComplex Property Template Type Enum
frEnumé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
XSD 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

Link to this page  Link to this page