IfcProject

Natural language names
Projekt
Project
Projet
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcProject
      OwnerHistoryMODIFIEDInstantiation changed to OPTIONAL.
      RepresentationContextsMODIFIEDInstantiation changed to OPTIONAL.
      UnitsInContextMODIFIEDInstantiation changed to OPTIONAL.
Semantic definitions at the entity
Entity definition

IfcProject indicates the undertaking of some design, engineering, construction, or maintenance activities leading towards a product. The project establishes the context for information to be exchanged or shared, and it may represent a construction project but does not have to. The IfcProject's main purpose in an exchange structure is to provide the root instance and the context for all other information items included.

The context provided by the IfcProject includes:

\\\* the default units \\\* the geometric representation context for exchange structures including shape representations \\\* the project coordinate system \\\* the coordinate space dimension \\\* the precision used within the geometric representations \\\* optionally the indication of the true north \\\* optionally the map conversion between the project coordinate system and the geospatial coordinate reference system.

HISTORY  New entity in IFC1.0

IFC4 CHANGE  The attributes RepresentationContexts and UnitsInContext are made optional and are promoted to supertype IfcContext.

Informal Propositions:

  1. There shall only be one project within the exchange context. This is enforced by the global rule IfcSingleProjectInstance.
Formal Propositions
RuleDescription
HasNameThe Name attribute has to be provided for IfcProject. It is the short name for the project.
CorrectContextIf a RepresentationContexts relation is provided then there shall be no instance of IfcGeometricRepresentationSubContext directly included in the set of RepresentationContexts.
NoDecompositionThe IfcProject represents the root of the any decomposition tree. It shall therefore not be used to decompose any other object definition.
Inherited definitions from supertypes
Entity inheritance IfcContext IfcObjectDefinition IfcRoot
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcRoot
1GlobalIdIfcGloballyUniqueId Assignment of a globally unique identifier within the entire software world. X
2OwnerHistoryIfcOwnerHistory? Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,
NOTE  only the last modification in stored - either as addition, deletion or modification.
IFC4 CHANGE  The attribute has been changed to be OPTIONAL.
X
3NameIfcLabel? Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. X
4DescriptionIfcText? Optional description, provided for exchanging informative comments. X
IfcObjectDefinition
HasAssociationsIfcRelAssociates
@RelatedObjects
S[0:?]Reference to the relationship objects, that associates external references or other resource definitions to the object.. Examples are the association to library, documentation or classification. X
IfcContext
5ObjectType- This attribute is out of scope for this model view definition and shall not be set.
6LongName- This attribute is out of scope for this model view definition and shall not be set.
7PhaseIfcLabel? Current project phase, or life-cycle phase of this project. Applicable values have to be agreed upon by view definitions or implementer agreements. X
8RepresentationContexts- This attribute is out of scope for this model view definition and shall not be set.
9UnitsInContext- This attribute is out of scope for this model view definition and shall not be set.
IsDefinedByIfcRelDefinesByProperties
@RelatedObjects
S[0:?]Set of relationships to property set definitions attached to this context. Those statically or dynamically defined properties contain alphanumeric information content that further defines the context.
IFC4 CHANGE  The data type has been changed from IfcRelDefines to IfcRelDefinesByProperties with upward compatibility for file based exchange.
X
IfcProject
Formal representations
XML Specification
 <xs:element name="IfcProject" type="ifc:IfcProject" substitutionGroup="ifc:IfcContext" nillable="true"/>
 <xs:complexType name="IfcProject">
  <xs:complexContent>
   <xs:extension base="ifc:IfcContext"/>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcProject
 SUBTYPE OF (IfcContext);
 WHERE
  HasName : EXISTS(SELF\IfcRoot.Name);
  CorrectContext : NOT(EXISTS(SELF\IfcContext.RepresentationContexts)) OR
(SIZEOF(QUERY(Temp <* SELF\IfcContext.RepresentationContexts |
'IFCREPRESENTATIONRESOURCE.IfcStrippedOptional' IN TYPEOF(Temp)
)) = 0);
  NoDecomposition : SIZEOF(SELF\IfcObjectDefinition.Decomposes) = 0;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

JSON Specification
public class IfcProject extends IfcContext
{
}

Link to this page  Link to this page