Product Select | |
Sélection entre produit et type de produit |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcProductSelect | ADDED |
IfcProductSelect provides the option to either select a product occurrence, IfcProduct, or a product type, IfcTypeProduct.
HISTORY New select type in IFC4.
Constant | Description |
---|---|
IfcProduct | |
IfcTypeProduct |
<xs:group name="IfcProductSelect">
<xs:choice>
<xs:element ref="ifc:IfcProduct"/>
<xs:element ref="ifc:IfcTypeProduct"/>
</xs:choice>
</xs:group>
TYPE IfcProductSelect = SELECT (
IfcProduct,
IfcTypeProduct);
END_TYPE;