Document Select | |
Sélection entre intégration et référencement des informations de document |
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
Type | Description |
---|---|
IfcDocumentReference | |
IfcDocumentInformation |
<xs:group name="IfcDocumentSelect">
<xs:choice>
<xs:element ref="ifc:IfcDocumentInformation"/>
<xs:element ref="ifc:IfcDocumentReference"/>
</xs:choice>
</xs:group>
TYPE IfcDocumentSelect = SELECT (
IfcDocumentReference,
IfcDocumentInformation);
END_TYPE;
References: IfcRelAssociatesDocument