IfcDocumentInformation

Natural language names
deDokumenteninformation
enDocument Information
frMétadonnées de document
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcDocumentInformation
      IdentificationXMODIFIEDName changed from DocumentId to Identification.
      LocationXXMODIFIEDName changed from DocumentReferences to Location.
Type changed from IfcDocumentReference to IfcURIReference.
Aggregation changed from SET to NONE.
      CreationTimeXXMODIFIEDType changed from IfcDateAndTime to IfcDateTime.
      LastRevisionTimeXXMODIFIEDType changed from IfcDateAndTime to IfcDateTime.
      ElectronicFormatXXMODIFIEDType changed from IfcDocumentElectronicFormat to IfcIdentifier.
      ValidFromXXMODIFIEDType changed from IfcCalendarDate to IfcDate.
      ValidUntilXXMODIFIEDType changed from IfcCalendarDate to IfcDate.
Semantic definitions at the entity
Entity definition

IfcDocumentInformation captures "metadata" of an external document. The actual content of the document is not defined in this specification; instead, it can be found following the Location attribute.

The same IfcDocumentInformation can be referenced from the exchange structure in total or in parts (e.g. by refering to particular chapters or paragraphs) using the IfcDocumentReference. All IfcDocumentReference's that utilize the IfcDocumentInformation are accessible by the inverse relationship HasDocumentReferences.

HISTORY  New entity in IFC2x.
IFC4 CHANGE  Attribute HasDocumentReferences changed to be inverse, attribute Location added, and attribute ElectronicFormat modified.
Attribute definitions
#AttributeTypeCardinalityDescription B
1IdentificationIfcIdentifier[1:1] Identifier that uniquely identifies a document. X
2NameIfcLabel[1:1] File name or document name assigned by owner.X
3DescriptionIfcText[0:1] Description of document and its content.X
4LocationIfcURIReference[0:1] Resource identifier or locator, provided as URI, URN or URL, of the document information for online references. X
5Purpose- This attribute is out of scope for this model view definition and shall not be set.
6IntendedUse- This attribute is out of scope for this model view definition and shall not be set.
7Scope- This attribute is out of scope for this model view definition and shall not be set.
8Revision- This attribute is out of scope for this model view definition and shall not be set.
9DocumentOwner- This attribute is out of scope for this model view definition and shall not be set.
10Editors- This attribute is out of scope for this model view definition and shall not be set.
11CreationTime- This attribute is out of scope for this model view definition and shall not be set.
12LastRevisionTime- This attribute is out of scope for this model view definition and shall not be set.
13ElectronicFormatIfcIdentifier[0:1] Describes the media type used in various internet protocols, also referred to as "Content-type", or "MIME-type (Multipurpose Internet Mail Extension), of the document being referenced. It is composed of (at least) two parts, a type and a subtype.
NOTE  The iana (Internet Assigned Numbers Authority) published the media types.
EXAMPLE  'image/png' denotes an image type of png (Portable Network Graphics) subtype, 'application/pdf' denotes an application specific type of pdf (Portable Document Format) subtype
X
14ValidFrom- This attribute is out of scope for this model view definition and shall not be set.
15ValidUntil- This attribute is out of scope for this model view definition and shall not be set.
16Confidentiality- This attribute is out of scope for this model view definition and shall not be set.
17Status- This attribute is out of scope for this model view definition and shall not be set.
DocumentInfoForObjectsIfcRelAssociatesDocument
@RelatingDocument
S[0:?]The document information with which objects are associated.
HasDocumentReferencesIfcDocumentReference
@ReferencedDocument
S[0:?]The document references to which the document appliesX
Inherited definitions from supertypes
Entity inheritance IfcExternalInformation
Attribute inheritance
#AttributeTypeCardinalityDescriptionB
IfcExternalInformation
IfcDocumentInformation
1IdentificationIfcIdentifier[1:1] Identifier that uniquely identifies a document. X
2NameIfcLabel[1:1] File name or document name assigned by owner.X
3DescriptionIfcText[0:1] Description of document and its content.X
4LocationIfcURIReference[0:1] Resource identifier or locator, provided as URI, URN or URL, of the document information for online references. X
5Purpose- This attribute is out of scope for this model view definition and shall not be set.
6IntendedUse- This attribute is out of scope for this model view definition and shall not be set.
7Scope- This attribute is out of scope for this model view definition and shall not be set.
8Revision- This attribute is out of scope for this model view definition and shall not be set.
9DocumentOwner- This attribute is out of scope for this model view definition and shall not be set.
10Editors- This attribute is out of scope for this model view definition and shall not be set.
11CreationTime- This attribute is out of scope for this model view definition and shall not be set.
12LastRevisionTime- This attribute is out of scope for this model view definition and shall not be set.
13ElectronicFormatIfcIdentifier[0:1] Describes the media type used in various internet protocols, also referred to as "Content-type", or "MIME-type (Multipurpose Internet Mail Extension), of the document being referenced. It is composed of (at least) two parts, a type and a subtype.
NOTE  The iana (Internet Assigned Numbers Authority) published the media types.
EXAMPLE  'image/png' denotes an image type of png (Portable Network Graphics) subtype, 'application/pdf' denotes an application specific type of pdf (Portable Document Format) subtype
X
14ValidFrom- This attribute is out of scope for this model view definition and shall not be set.
15ValidUntil- This attribute is out of scope for this model view definition and shall not be set.
16Confidentiality- This attribute is out of scope for this model view definition and shall not be set.
17Status- This attribute is out of scope for this model view definition and shall not be set.
DocumentInfoForObjectsIfcRelAssociatesDocument
@RelatingDocument
S[0:?]The document information with which objects are associated.
HasDocumentReferencesIfcDocumentReference
@ReferencedDocument
S[0:?]The document references to which the document appliesX
Formal representations
XSD Specification
 <xs:element name="IfcDocumentInformation" type="ifc:IfcDocumentInformation" substitutionGroup="ifc:IfcExternalInformation" nillable="true"/>
 <xs:complexType name="IfcDocumentInformation">
  <xs:complexContent>
   <xs:extension base="ifc:IfcExternalInformation">
    <xs:attribute name="Identification" type="ifc:IfcIdentifier" use="optional"/>
    <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/>
    <xs:attribute name="Description" type="ifc:IfcText" use="optional"/>
    <xs:attribute name="Location" type="ifc:IfcURIReference" use="optional"/>
    <xs:attribute name="ElectronicFormat" type="ifc:IfcIdentifier" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcDocumentInformation
 SUBTYPE OF (IfcExternalInformation);
  Identification : IfcIdentifier;
  Name : IfcLabel;
  Description : OPTIONAL IfcText;
  Location : OPTIONAL IfcURIReference;
  Purpose : OPTIONAL IfcStrippedOptional;
  IntendedUse : OPTIONAL IfcStrippedOptional;
  Scope : OPTIONAL IfcStrippedOptional;
  Revision : OPTIONAL IfcStrippedOptional;
  DocumentOwner : OPTIONAL IfcStrippedOptional;
  Editors : OPTIONAL SET [1:?] OF IfcStrippedOptional;
  CreationTime : OPTIONAL IfcStrippedOptional;
  LastRevisionTime : OPTIONAL IfcStrippedOptional;
  ElectronicFormat : OPTIONAL IfcIdentifier;
  ValidFrom : OPTIONAL IfcStrippedOptional;
  ValidUntil : OPTIONAL IfcStrippedOptional;
  Confidentiality : OPTIONAL IfcStrippedOptional;
  Status : OPTIONAL IfcStrippedOptional;
 INVERSE
  DocumentInfoForObjects : SET OF IfcRelAssociatesDocument FOR RelatingDocument;
  HasDocumentReferences : SET OF IfcDocumentReference FOR ReferencedDocument;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page