IfcDocumentSelect

Natural language names
enDocument Select
frSélection entre intégration et référencement des informations de document
Semantic definitions at the type
Type definition

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

HISTORY  New select type in IFC2x
Enumeration definition
ConstantDescription
IfcDocumentReference
IfcDocumentInformation
Formal representations
XSD Specification
 <xs:group name="IfcDocumentSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcDocumentInformation"/>
   <xs:element ref="ifc:IfcDocumentReference"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcDocumentSelect = SELECT (
 IfcDocumentReference,
 IfcDocumentInformation);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page