IfcProductSelect

Natural language names
enProduct Select
frSélection entre produit et type de produit
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcProductSelectADDED
Semantic definitions at the type
Type definition

IfcProductSelect provides the option to either select a product occurrence, IfcProduct, or a product type, IfcTypeProduct.

HISTORY  New select type in IFC4.

 

Enumeration definition
ConstantDescription
IfcProduct
IfcTypeProduct
Formal representations
XSD Specification
 <xs:group name="IfcProductSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcProduct"/>
   <xs:element ref="ifc:IfcTypeProduct"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcProductSelect = SELECT (
 IfcProduct,
 IfcTypeProduct);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page