![]()  | Resource Select | 
![]()  | Sélection entre ressource et type de ressource | 
| Item | SPF | XML | Change | Description | IFC2x3 to IFC4 4.0.0.0 | 
|---|---|---|---|---|
| IfcResourceSelect | ADDED | IFC2x3 to IFC4 4.0.0.0 | ||
| IfcResourceSelect | ADDED | 
IfcResourceSelect provides the option to either select a resource occurrence, IfcResource, or a resource type, IfcTypeResource.
HISTORY New select type in IFC4.
| Type | 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;
  References: IfcRelAssignsToResource