IfcClassificationReferenceSelect

Natural language names
enClassification Reference Select
frSélection de référence de classification
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcClassificationReferenceSelectADDED
Semantic definitions at the type
Type definition

The IfcClassificationReferenceSelect enables selection of whether a classification reference is a subset of another classification reference or is a top level entry of a classification source.

HISTORY  New Select Type in IFC2x
Enumeration definition
ConstantDescription
IfcClassificationReference
IfcClassification
Formal representations
XSD Specification
 <xs:group name="IfcClassificationReferenceSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcClassification"/>
   <xs:element ref="ifc:IfcClassificationReference"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcClassificationReferenceSelect = SELECT (
 IfcClassificationReference,
 IfcClassification);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page