IfcProductSelect

Natural language names
Product Select
Sé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.

 

Select definition
TypeDescription
IfcProduct
IfcTypeProduct
Formal representations
XML 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

References  References: IfcRelAssignsToProduct

Link to this page  Link to this page