ENTITY IfcEnvironmentalImpactValue

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcEnvironmentalImpactValue
 SUBTYPE OF (IfcAppliedValue);
	ImpactType : IfcLabel;
	Category : IfcEnvironmentalImpactCategoryEnum;
	UserDefinedCategory : OPTIONAL IfcLabel;
 WHERE
	WR1 : (Category <> IfcEnvironmentalImpactCategoryEnum.USERDEFINED) OR
            ((Category = IfcEnvironmentalImpactCategoryEnum.USERDEFINED) AND EXISTS(SELF\IfcEnvironmentalImpactValue.UserDefinedCategory));
END_ENTITY;

Explicit Attributes

Entity IfcEnvironmentalImpactValue has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcAppliedValue
 DescriptionIfcText (STRING)IfcAppliedValue
 AppliedValueIfcAppliedValueSelect (SELECT)IfcAppliedValue
 UnitBasisIfcMeasureWithUnit (ENTITY)IfcAppliedValue
 ApplicableDateIfcDateTimeSelect (SELECT)IfcAppliedValue
 FixedUntilDateIfcDateTimeSelect (SELECT)IfcAppliedValue
 ImpactTypeIfcLabel (STRING)IfcEnvironmentalImpactValue
 CategoryIfcEnvironmentalImpactCategoryEnum (ENUM)IfcEnvironmentalImpactValue
 UserDefinedCategoryIfcLabel (STRING)IfcEnvironmentalImpactValue

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcEnvironmentalImpactValue has the following local and inherited inverse attributes:
AttributeTypeDefined By
 ValuesReferencedSET OF IfcReferencesValueDocument (ENTITY)IfcAppliedValue
 ValueOfComponentsSET OF IfcAppliedValueRelationship (ENTITY)IfcAppliedValue
 IsComponentInSET OF IfcAppliedValueRelationship (ENTITY)IfcAppliedValue

Supertypes

Entity IfcEnvironmentalImpactValue inherits from the following supertypes:
  IfcAppliedValue

Subtypes

    No subtypes

Referenced By

Entity IfcEnvironmentalImpactValue and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAppliedValue ENTITY IfcEnvironmentalImpactValue
 IfcAppliedValueRelationship ENTITY IfcAppliedValue
 IfcObjectReferenceSelect SELECT IfcAppliedValue
 IfcReferencesValueDocument ENTITY IfcAppliedValue
 IfcRelAssociatesAppliedValue ENTITY IfcAppliedValue


[Top Level Definitions] [Exit]

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