Index Page
Documentation |
EXPRESS-G Diagram |
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 );
Documentation
TYPE IfcElectricalApplianceTypeEnum = ENUMERATION OF (
Computer
,Copier
,Facsimile
,Printer
,Telephone);
END_TYPE;
Documentation
TYPE IfcEquipmentTypeEnum = ENUMERATION OF (
AirFilter
,AirHandler
,Boiler
,Chiller
,Coil
,Compressor
,Convector
,CoolingTower
,Fan
,HeatExchanger
,Motor
,PackagedACUnit
,Pump
,TubeBundle
,UnitHeater);
END_TYPE;
Documentation
TYPE IfcFixtureTypeEnum = ENUMERATION OF (
Electrical
,Plumbing);
END_TYPE;
Documentation
TYPE IfcDiscreteElementTypeEnum = ENUMERATION OF (
Insulation);
END_TYPE;
Documentation
TYPE IfcDistributionElementTypeEnum = ENUMERATION OF (
NotYetDefined);
END_TYPE;
Documentation
ENTITY IfcElectricalAppliance
SUBTYPE OF (IfcBuildingElement);
GenericType : IfcElectricalApplianceTypeEnum;
END_ENTITY;
Documentation
ENTITY IfcEquipment
SUBTYPE OF (IfcBuildingElement);
GenericType : IfcEquipmentTypeEnum;
END_ENTITY;
Documentation
ENTITY IfcFixture
SUBTYPE OF (IfcBuildingElement);
GenericType : IfcFixtureTypeEnum;
END_ENTITY;
Documentation
ENTITY IfcDiscreteElement
SUBTYPE OF (IfcBuildingElement);
GenericType : IfcDiscreteElementTypeEnum;
END_ENTITY;
Documentation
ENTITY IfcDistributionElement
SUBTYPE OF (IfcBuildingElement);
GenericType : IfcDistributionElementTypeEnum;
END_ENTITY;
END_SCHEMA; -- IfcSharedBldgServiceElements