ENTITY IfcTypeObject

(* SCHEMA IFC4; *)
ENTITY IfcTypeObject
 SUPERTYPE OF (ONEOF
    (IfcTypeProcess
    ,IfcTypeProduct
    ,IfcTypeResource))
 SUBTYPE OF (IfcObjectDefinition);
	ApplicableOccurrence : OPTIONAL IfcIdentifier;
	HasPropertySets : OPTIONAL SET [1:?] OF IfcPropertySetDefinition;
 INVERSE
	Types : SET [0:1] OF IfcRelDefinesByType FOR RelatingType;
 WHERE
	NameRequired : EXISTS(SELF\IfcRoot.Name);
	UniquePropertySetNames : (NOT(EXISTS(HasPropertySets))) OR IfcUniquePropertySetNames(HasPropertySets);
END_ENTITY;

Explicit Attributes

Entity IfcTypeObject has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 ApplicableOccurrenceIfcIdentifier (STRING)IfcTypeObject
 HasPropertySetsSET OF IfcPropertySetDefinition (ENTITY)IfcTypeObject

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcTypeObject has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasAssignmentsSET OF IfcRelAssigns (ENTITY)IfcObjectDefinition
 NestsSET OF IfcRelNests (ENTITY)IfcObjectDefinition
 IsNestedBySET OF IfcRelNests (ENTITY)IfcObjectDefinition
 HasContextSET OF IfcRelDeclares (ENTITY)IfcObjectDefinition
 IsDecomposedBySET OF IfcRelAggregates (ENTITY)IfcObjectDefinition
 DecomposesSET OF IfcRelAggregates (ENTITY)IfcObjectDefinition
 HasAssociationsSET OF IfcRelAssociates (ENTITY)IfcObjectDefinition
 TypesSET OF IfcRelDefinesByType (ENTITY)IfcTypeObject

Supertypes

Entity IfcTypeObject inherits from the following supertypes:
  IfcRoot
    IfcObjectDefinition

Subtypes

Entity IfcTypeObject has the following subtypes:
    IfcActuatorType     IfcAirTerminalBoxType     IfcAirTerminalType     IfcAirToAirHeatRecoveryType     IfcAlarmType     IfcAudioVisualApplianceType     IfcBeamType     IfcBoilerType     IfcBuildingElementPartType     IfcBuildingElementProxyType     IfcBuildingElementType     IfcBurnerType     IfcCableCarrierFittingType     IfcCableCarrierSegmentType     IfcCableFittingType     IfcCableSegmentType     IfcChillerType     IfcChimneyType     IfcCivilElementType     IfcCoilType     IfcColumnType     IfcCommunicationsApplianceType     IfcCompressorType     IfcCondenserType     IfcConstructionEquipmentResourceType     IfcConstructionMaterialResourceType     IfcConstructionProductResourceType     IfcConstructionResourceType     IfcControllerType     IfcCooledBeamType     IfcCoolingTowerType     IfcCoveringType     IfcCrewResourceType     IfcCurtainWallType     IfcDamperType     IfcDiscreteAccessoryType     IfcDistributionChamberElementType     IfcDistributionControlElementType     IfcDistributionElementType     IfcDistributionFlowElementType     IfcDoorStyle     IfcDoorType     IfcDuctFittingType     IfcDuctSegmentType     IfcDuctSilencerType     IfcElectricApplianceType     IfcElectricDistributionBoardType     IfcElectricFlowStorageDeviceType     IfcElectricGeneratorType     IfcElectricMotorType     IfcElectricTimeControlType     IfcElementAssemblyType     IfcElementComponentType     IfcElementType     IfcEnergyConversionDeviceType     IfcEngineType     IfcEvaporativeCoolerType     IfcEvaporatorType     IfcEventType     IfcFanType     IfcFastenerType     IfcFilterType     IfcFireSuppressionTerminalType     IfcFlowControllerType     IfcFlowFittingType     IfcFlowInstrumentType     IfcFlowMeterType     IfcFlowMovingDeviceType     IfcFlowSegmentType     IfcFlowStorageDeviceType     IfcFlowTerminalType     IfcFlowTreatmentDeviceType     IfcFootingType     IfcFurnishingElementType     IfcFurnitureType     IfcGeographicElementType     IfcHeatExchangerType     IfcHumidifierType     IfcInterceptorType     IfcJunctionBoxType     IfcLaborResourceType     IfcLampType     IfcLightFixtureType     IfcMechanicalFastenerType     IfcMedicalDeviceType     IfcMemberType     IfcMotorConnectionType     IfcOutletType     IfcPileType     IfcPipeFittingType     IfcPipeSegmentType     IfcPlateType     IfcProcedureType     IfcProtectiveDeviceTrippingUnitType     IfcProtectiveDeviceType     IfcPumpType     IfcRailingType     IfcRampFlightType     IfcRampType     IfcReinforcingBarType     IfcReinforcingElementType     IfcReinforcingMeshType     IfcRoofType     IfcSanitaryTerminalType     IfcSensorType     IfcShadingDeviceType     IfcSlabType     IfcSolarDeviceType     IfcSpaceHeaterType     IfcSpaceType     IfcSpatialElementType     IfcSpatialStructureElementType     IfcSpatialZoneType     IfcStackTerminalType     IfcStairFlightType     IfcStairType     IfcSubContractResourceType     IfcSwitchingDeviceType     IfcSystemFurnitureElementType     IfcTankType     IfcTaskType     IfcTendonAnchorType     IfcTendonType     IfcTransformerType     IfcTransportElementType     IfcTubeBundleType     IfcTypeProcess*     IfcTypeProduct*     IfcTypeResource*     IfcUnitaryControlElementType     IfcUnitaryEquipmentType     IfcValveType     IfcVibrationIsolatorType     IfcWallType     IfcWasteTerminalType     IfcWindowStyle     IfcWindowType
* - Immediate Subtypes

Referenced By

Entity IfcTypeObject and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElement ENTITY IfcObjectDefinition
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcCorrectObjectAssignment FUNCTION IfcObjectDefinition
 IfcDefinitionSelect SELECT IfcObjectDefinition
 IfcObjectDefinition ENTITY IfcTypeObject
 IfcProcedure ENTITY IfcRoot
 IfcProject ENTITY IfcRoot
 IfcProject ENTITY IfcObjectDefinition
 IfcPropertySet ENTITY IfcRoot
 IfcPropertySetDefinition ENTITY IfcTypeObject
 IfcPropertySetTemplate ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRelAggregates ENTITY IfcObjectDefinition
 IfcRelAssigns ENTITY IfcObjectDefinition
 IfcRelDefinesByProperties ENTITY IfcObjectDefinition
 IfcRelDefinesByType ENTITY IfcTypeObject
 IfcRelNests ENTITY IfcObjectDefinition
 IfcRoot ENTITY IfcObjectDefinition
 IfcSlabElementedCase ENTITY IfcObjectDefinition
 IfcSpatialStructureElement ENTITY IfcObjectDefinition
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcRoot
 IfcTypeProduct ENTITY IfcTypeObject
 IfcUniquePropertySetNames FUNCTION IfcRoot
 IfcWallElementedCase ENTITY IfcObjectDefinition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:49-04:00