![]()  | Resource Select | 
![]()  | Sélection entre ressource et type de ressource | 
| Item | SPF | XML | Change | Description | IFC2x3 to IFC4 | 
|---|---|---|---|---|
| IfcResourceSelect | ADDED | 
IfcResourceSelect provides the option to either select a resource occurrence, IfcResource, or a resource type, IfcTypeResource.
HISTORY New select type in IFC4.
| Constant | Description | 
|---|---|
| IfcResource | |
| IfcTypeResource | 
 <xs:group name="IfcResourceSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcResource"/>
   <xs:element ref="ifc:IfcTypeResource"/>
  </xs:choice>
 </xs:group>
TYPE IfcResourceSelect = SELECT (
 IfcResource, 
 IfcTypeResource);
END_TYPE;