IfcDatasetSelect

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4X3_ADD2 to IFC4X4_draft
    IfcDatasetSelectADDED
Semantic definitions at the type
Type definition

The IfcDatasetSelect enables selection of whether dataset information is to be contained within an IFC model or is to be referenced from an external source.

Select definition
TypeDescription
IfcDatasetInformation
IfcDatasetReference
Formal representations
XML Specification
 <xs:group name="IfcDatasetSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcDatasetInformation"/>
   <xs:element ref="ifc:IfcDatasetReference"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcDatasetSelect = SELECT (
 IfcDatasetInformation,
 IfcDatasetReference);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcRelAssociatesDataset

Link to this page  Link to this page