Link to Index Page

 EXPRESS Definition for IfcSharedBldgServiceElements 

Link to Documentation Link to EXPRESS-G Diagram Link to IDL Definition

SCHEMA IfcSharedBldgServiceElements;


REFERENCE FROM IfcMeasureResource (
    IfcMassMeasure
   ,IfcTimeStamp
   ,IfcTimeDurationMeasure
   ,IfcUnit
   ,IfcDerivedUnit
   ,IfcNamedUnit
   ,IfcContextDependentUnit
   ,IfcConversionBasedUnit
   ,IfcSiUnit );


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


REFERENCE FROM IfcPropertyResource (
    IfcMaterialSelect
   ,IfcMaterial
   ,IfcMaterialComposite
   ,IfcMaterialLayerSet
   ,IfcMaterialLayerSetUsage
   ,IfcDateTimeSelect
   ,IfcCalendarDate
   ,IfcDateAndTime
   ,IfcLocalTime
   ,IfcActorSelect
   ,IfcPerson
   ,IfcOrganization
   ,IfcPersonAndOrganization);


USE FROM IfcPropertyTypeResource (
    IfcPropertyTypeDef
   ,IfcPropertySet
   ,IfcSharedPropertySet
   ,IfcOccurrencePropertySet );


REFERENCE FROM IfcPropertyTypeResource (
    IfcProperty
   ,IfcSimpleProperty );


USE FROM IfcKernel (
    IfcProject
   ,IfcGroup
   ,IfcRelGroups );


USE FROM IfcProductExtension (
    IfcOpeningElement
   ,IfcSite
   ,IfcBuilding
   ,IfcBuildingStorey
   ,IfcSpace
   ,IfcSpaceBoundary
   ,IfcRelSeparatesSpaces
   ,IfcRelAssemblesElements
   ,IfcRelVoidsElement
   ,IfcRelFillsElement
   ,IfcRelConnectsElements
   ,IfcRelConnectsPathElements );


REFERENCE FROM IfcProductExtension (
    IfcBuildingElement );


IfcElectricalApplianceTypeEnum

Link to Documentation

TYPE IfcElectricalApplianceTypeEnum = ENUMERATION OF (
    Computer
   ,Copier
   ,Facsimile
   ,Printer
   ,Telephone);
END_TYPE;


IfcEquipmentTypeEnum

Link to Documentation

TYPE IfcEquipmentTypeEnum = ENUMERATION OF (
    AirFilter
   ,AirHandler
   ,Boiler
   ,Chiller
   ,Coil
   ,Compressor
   ,Convector
   ,CoolingTower
   ,Fan
   ,HeatExchanger
   ,Motor
   ,PackagedACUnit
   ,Pump
   ,TubeBundle
   ,UnitHeater);
END_TYPE;


IfcFixtureTypeEnum

Link to Documentation

TYPE IfcFixtureTypeEnum = ENUMERATION OF (
    Electrical
   ,Plumbing);
END_TYPE;


IfcDiscreteElementTypeEnum

Link to Documentation

TYPE IfcDiscreteElementTypeEnum = ENUMERATION OF (
    Insulation);
END_TYPE;


IfcDistributionElementTypeEnum

Link to Documentation

TYPE IfcDistributionElementTypeEnum = ENUMERATION OF (
    NotYetDefined);
END_TYPE;


IfcElectricalAppliance

Link to Documentation

ENTITY IfcElectricalAppliance
    SUBTYPE OF (IfcBuildingElement);
    GenericType         : IfcElectricalApplianceTypeEnum;
END_ENTITY;


IfcEquipment

Link to Documentation

ENTITY IfcEquipment
 SUBTYPE OF (IfcBuildingElement);
    GenericType         : IfcEquipmentTypeEnum;
END_ENTITY;


IfcFixture

Link to Documentation

ENTITY IfcFixture
 SUBTYPE OF (IfcBuildingElement);
    GenericType         : IfcFixtureTypeEnum;
END_ENTITY;


IfcDiscreteElement

Link to Documentation

ENTITY IfcDiscreteElement
 SUBTYPE OF (IfcBuildingElement);
    GenericType         : IfcDiscreteElementTypeEnum;
END_ENTITY;


IfcDistributionElement

Link to Documentation

ENTITY IfcDistributionElement
 SUBTYPE OF (IfcBuildingElement);
    GenericType         : IfcDistributionElementTypeEnum;
END_ENTITY;


END_SCHEMA; -- IfcSharedBldgServiceElements