ENTITY IfcTypeProduct

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcTypeProduct
 SUPERTYPE OF (ONEOF
	(IfcDoorStyle
	,IfcElementType
	,IfcWindowStyle))
 SUBTYPE OF (IfcTypeObject);
	RepresentationMaps : OPTIONAL LIST [1:?] OF UNIQUE IfcRepresentationMap;
	Tag : OPTIONAL IfcLabel;
 WHERE
	WR41 : NOT(EXISTS(SELF\IfcTypeObject.ObjectTypeOf[1])) OR
             (SIZEOF(QUERY(temp <* SELF\IfcTypeObject.ObjectTypeOf[1].RelatedObjects |
               NOT('IFC2X2_FINAL.IFCPRODUCT' IN TYPEOF(temp)))
             ) = 0);
END_ENTITY;

Explicit Attributes

Entity IfcTypeProduct has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 ApplicableOccurrenceIfcLabel (STRING)IfcTypeObject
 HasPropertySetsLIST OF IfcPropertySetDefinition (ENTITY)IfcTypeObject
 RepresentationMapsLIST OF IfcRepresentationMap (ENTITY)IfcTypeProduct
 TagIfcLabel (STRING)IfcTypeProduct

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcTypeProduct has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasAssociationsSET OF IfcRelAssociates (ENTITY)IfcPropertyDefinition
 ObjectTypeOfSET OF IfcRelDefinesByType (ENTITY)IfcTypeObject

Supertypes

Entity IfcTypeProduct inherits from the following supertypes:
  IfcRoot
    IfcPropertyDefinition
      IfcTypeObject

Subtypes

Entity IfcTypeProduct has the following subtypes:
    IfcActuatorType     IfcAirTerminalBoxType     IfcAirTerminalType     IfcAirToAirHeatRecoveryType     IfcAlarmType     IfcBeamType     IfcBoilerType     IfcBuildingElementComponentType     IfcBuildingElementType     IfcCableCarrierFittingType     IfcCableCarrierSegmentType     IfcCableSegmentType     IfcChillerType     IfcCoilType     IfcColumnType     IfcCompressorType     IfcCondenserType     IfcControllerType     IfcCooledBeamType     IfcCoolingTowerType     IfcCoveringType     IfcDamperType     IfcDiscreteAccessoryType     IfcDistributionChamberElementType     IfcDistributionControlElementType     IfcDistributionElementType     IfcDistributionFlowElementType     IfcDoorStyle*     IfcDuctFittingType     IfcDuctSegmentType     IfcDuctSilencerType     IfcElectricApplianceType     IfcElectricFlowStorageDeviceType     IfcElectricGeneratorType     IfcElectricHeaterType     IfcElectricMotorType     IfcElectricTimeControlType     IfcElementComponentType     IfcElementType*     IfcEnergyConversionDeviceType     IfcEvaporativeCoolerType     IfcEvaporatorType     IfcFanType     IfcFastenerType     IfcFilterType     IfcFireSuppressionTerminalType     IfcFlowControllerType     IfcFlowFittingType     IfcFlowInstrumentType     IfcFlowMeterType     IfcFlowMovingDeviceType     IfcFlowSegmentType     IfcFlowStorageDeviceType     IfcFlowTerminalType     IfcFlowTreatmentDeviceType     IfcFurnishingElementType     IfcFurnitureType     IfcGasTerminalType     IfcHeatExchangerType     IfcHumidifierType     IfcJunctionBoxType     IfcLampType     IfcLightFixtureType     IfcMechanicalFastenerType     IfcMemberType     IfcMotorConnectionType     IfcOutletType     IfcPipeFittingType     IfcPipeSegmentType     IfcPlateType     IfcProtectiveDeviceType     IfcPumpType     IfcRailingType     IfcRampFlightType     IfcSanitaryTerminalType     IfcSensorType     IfcSlabType     IfcSpaceHeaterType     IfcStackTerminalType     IfcStairFlightType     IfcSwitchingDeviceType     IfcSystemFurnitureElementType     IfcTankType     IfcTransformerType     IfcTransportElementType     IfcTubeBundleType     IfcUnitaryEquipmentType     IfcValveType     IfcVibrationIsolatorType     IfcWallType     IfcWasteTerminalType     IfcWindowStyle*
* - Immediate Subtypes

Referenced By

Entity IfcTypeProduct and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcConditionCriterion ENTITY IfcRoot
 IfcMove ENTITY IfcRoot
 IfcProcedure ENTITY IfcRoot
 IfcProject ENTITY IfcRoot
 IfcPropertyDefinition ENTITY IfcTypeObject
 IfcPropertySet ENTITY IfcRoot
 IfcPropertySetDefinition ENTITY IfcTypeObject
 IfcProxy ENTITY IfcRoot
 IfcRelAssociates ENTITY IfcRoot
 IfcRelDefinesByType ENTITY IfcTypeObject
 IfcRoot ENTITY IfcPropertyDefinition
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcRoot
 IfcTypeObject ENTITY IfcTypeProduct
 IfcTypeProduct ENTITY IfcTypeObject


[Top Level Definitions] [Exit]

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