ENTITY IfcConstructionMaterialResource

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcConstructionMaterialResource
 SUBTYPE OF (IfcConstructionResource);
	Suppliers : OPTIONAL SET [1:?] OF IfcActorSelect;
	UsageRatio : OPTIONAL IfcRatioMeasure;
 WHERE
	WR1 : SIZEOF(SELF\IfcResource.ResourceOf) <=1;
	WR2 : NOT(EXISTS(SELF\IfcResource.ResourceOf[1])) OR
            (SELF\IfcResource.ResourceOf[1].RelatedObjectsType = IfcObjectTypeEnum.PRODUCT);
END_ENTITY;

Explicit Attributes

Entity IfcConstructionMaterialResource has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 ObjectTypeIfcLabel (STRING)IfcObject
 ResourceIdentifierIfcIdentifier (STRING)IfcConstructionResource
 ResourceGroupIfcLabel (STRING)IfcConstructionResource
 ResourceConsumptionIfcResourceConsumptionEnum (ENUM)IfcConstructionResource
 BaseQuantityIfcMeasureWithUnit (ENTITY)IfcConstructionResource
 SuppliersSET OF IfcActorSelect (SELECT)IfcConstructionMaterialResource
 UsageRatioIfcRatioMeasure (REAL)IfcConstructionMaterialResource

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcConstructionMaterialResource has the following local and inherited inverse attributes:
AttributeTypeDefined By
 IsDefinedBySET OF IfcRelDefines (ENTITY)IfcObject
 HasAssociationsSET OF IfcRelAssociates (ENTITY)IfcObject
 HasAssignmentsSET OF IfcRelAssigns (ENTITY)IfcObject
 DecomposesSET OF IfcRelDecomposes (ENTITY)IfcObject
 IsDecomposedBySET OF IfcRelDecomposes (ENTITY)IfcObject
 ResourceOfSET OF IfcRelAssignsToResource (ENTITY)IfcResource

Supertypes

Entity IfcConstructionMaterialResource inherits from the following supertypes:
  IfcRoot
    IfcObject
      IfcResource
        IfcConstructionResource

Subtypes

    No subtypes

Referenced By

Entity IfcConstructionMaterialResource and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcConditionCriterion ENTITY IfcRoot
 IfcConstructionMaterialResource ENTITY IfcResource
 IfcConstructionProductResource ENTITY IfcResource
 IfcConstructionResource ENTITY IfcConstructionMaterialResource
 IfcCorrectObjectAssignment FUNCTION IfcObject
 IfcDuctFittingType ENTITY IfcObject
 IfcElementAssembly ENTITY IfcObject
 IfcFooting ENTITY IfcObject
 IfcMove ENTITY IfcRoot
 IfcObject ENTITY IfcResource
 IfcOccupant ENTITY IfcObject
 IfcPile ENTITY IfcObject
 IfcPipeFittingType ENTITY IfcObject
 IfcPlateType ENTITY IfcObject
 IfcProcedure ENTITY IfcRoot
 IfcProcedure ENTITY IfcObject
 IfcProject ENTITY IfcRoot
 IfcPropertySet ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRamp ENTITY IfcObject
 IfcReinforcingBar ENTITY IfcObject
 IfcRelAssigns ENTITY IfcObject
 IfcRelAssignsToResource ENTITY IfcResource
 IfcRelAssociates ENTITY IfcRoot
 IfcRelDecomposes ENTITY IfcObject
 IfcRelDefines ENTITY IfcObject
 IfcResource ENTITY IfcConstructionResource
 IfcRoof ENTITY IfcObject
 IfcRoot ENTITY IfcObject
 IfcServiceLifeFactor ENTITY IfcObject
 IfcSlab ENTITY IfcObject
 IfcSpatialStructureElement ENTITY IfcObject
 IfcStair ENTITY IfcObject
 IfcTask ENTITY IfcRoot
 IfcTask ENTITY IfcObject
 IfcTendon ENTITY IfcObject
 IfcTimeSeriesSchedule ENTITY IfcObject
 IfcTypeObject ENTITY IfcRoot
 IfcWall ENTITY IfcObject


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00