EXPRESS Definition for IfcConstructionMgmtDomain

Link to Documentation

Documentation

Link to EXPRESS-G Diagram

EXPRESS-G Diagram



SCHEMA IfcConstructionMgmtDomain;


REFERENCE FROM IfcActorResource (
    IfcOrganization
   ,IfcActorSelect );

REFERENCE FROM IfcCostResource (
    IfcCost );

REFERENCE FROM IfcDateTimeResource (
    IfcDateTimeSelect );

REFERENCE FROM IfcDocumentResource (
    IfcDocumentReference );

REFERENCE FROM IfcGeometryResource (
    IfcAxis2Placement
   ,IfcAxis2Placement2D
   ,IfcAxis2Placement3D
   ,IfcBoundingBox );

REFERENCE FROM IfcMaterialResource (
    IfcMaterial );

REFERENCE FROM IfcMeasureResource (
    IfcMeasureWithUnit
   ,IfcNamedUnit );

REFERENCE FROM IfcPropertyResource (
    IfcSimpleProperty
   ,IfcSimplePropertyWithUnit );

REFERENCE FROM IfcKernel (
    IfcControl
   ,IfcObject
   ,IfcProduct
   ,IfcProject
   ,IfcResource
   ,IfcRelationship
   ,IfcRelNests );

REFERENCE FROM IfcProjectMgmtExtension (
    IfcBudget
   ,IfcCostSchedule
   ,IfcCostElement
   ,IfcProjectOrder
   ,IfcChangeOrder
   ,IfcPurchaseOrder
   ,IfcWorkOrder );

REFERENCE FROM IfcControlExtension (
    IfcApproval );

REFERENCE FROM IfcProcessExtension (
    IfcWorkPlan );



IfcCMDocPackage

Link to Documentation

Documentation

Link to the Fully Attributed View

Fully Attributed View


ENTITY IfcCMDocPackage
  SUBTYPE OF (IfcControl);
    DocPackageID   : STRING;
    DocPackageName : STRING;
    Description    : OPTIONAL STRING;
    CreationDate   : IfcDateTimeSelect;
    Authors        : SET [0:?] OF IfcActorSelect;
    Approvals      : SET [0:?] OF IfcApproval;
    WorkPlans      : SET [0:?] OF IfcWorkPlan;
    CostEstimates  : SET [0:?] OF IfcCostSchedule;
    WorkOrders     : SET [0:?] OF IfcWorkOrder;
    PurchaseOrders : SET [0:?] OF IfcPurchaseOrder;
    ChangeOrders   : SET [0:?] OF IfcChangeOrder;
    Documents      : SET [0:?] OF IfcDocumentReference;
    BudgetSources  : SET [0:?] OF IfcBudget;
END_ENTITY;


IfcConstructionEquipmentResource

Link to Documentation

Documentation

Link to the Fully Attributed View

Fully Attributed View


ENTITY IfcConstructionEquipmentResource
  SUBTYPE OF (IfcResource);
    EquipmentModel : OPTIONAL STRING;
    Manufacturer   : OPTIONAL IfcOrganization;
END_ENTITY;


IfcConstructionMaterialResource

Link to Documentation

Documentation

Link to the Fully Attributed View

Fully Attributed View


ENTITY IfcConstructionMaterialResource
  SUBTYPE OF (IfcResource);
    Suppliers        : SET [0:?] OF IfcOrganization;
    OrderQuantity    : OPTIONAL IfcMeasureWithUnit;
    MaterialProducts : SET [0:?] OF IfcProduct;
    DesignMaterial   : SET [0:?] OF IfcMaterial;
END_ENTITY;


IfcConstructionZoneAggregationProduct

Link to Documentation

Documentation

Link to the Fully Attributed View

Fully Attributed View


ENTITY IfcConstructionZoneAggregationProduct
  SUBTYPE OF (IfcProduct);
    ID                 : STRING;
    Name               : OPTIONAL STRING;
    Description        : OPTIONAL STRING;
    ZoneNotAggregation : BOOLEAN;
    SelectionCriteria  : OPTIONAL STRING;
    PartOfProduct      : OPTIONAL IfcProduct;
    CoveredProducts    : SET [0:?] OF IfcProduct;
END_ENTITY;


IfcCrewResource

Link to Documentation

Documentation

Link to the Fully Attributed View

Fully Attributed View


ENTITY IfcCrewResource
  SUBTYPE OF (IfcResource);
  INVERSE
    RequiresResources : IfcRelAggregatesCrewResources
                        FOR RelatingCrewResource;
END_ENTITY;


IfcLaborResource

Link to Documentation

Documentation

Link to the Fully Attributed View

Fully Attributed View


ENTITY IfcLaborResource
  SUBTYPE OF (IfcResource);
    Title    : STRING;
    SkillSet : SET [0:?] OF STRING;
END_ENTITY;


IfcProductResource

Link to Documentation

Documentation

Link to the Fully Attributed View

Fully Attributed View


ENTITY IfcProductResource
  SUBTYPE OF (IfcResource);
    ResourceProduct : OPTIONAL IfcProduct;
END_ENTITY;


IfcRelAggregatesCrewResources

Link to Documentation

Documentation

Link to the Fully Attributed View

Fully Attributed View


ENTITY IfcRelAggregatesCrewResources
  SUBTYPE OF (IfcRelationship);
    RelatingCrewResource : IfcCrewResource;
    RelatedResources     : LIST [1:?] OF IfcResource;
    RequiredQuantity     : REAL;
    ConversionRate       : OPTIONAL IfcMeasureWithUnit;
END_ENTITY;


IfcSubcontractResource

Link to Documentation

Documentation

Link to the Fully Attributed View

Fully Attributed View


ENTITY IfcSubcontractResource
  SUBTYPE OF (IfcResource);
    SubcontractResourceID : STRING;
    Company               : OPTIONAL IfcOrganization;
    JobDescription        : OPTIONAL STRING;
END_ENTITY;



END_SCHEMA;