ENTITY IfcAppliedValue

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcAppliedValue
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcCostValue
	,IfcEnvironmentalImpactValue));
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
	AppliedValue : OPTIONAL IfcAppliedValueSelect;
	UnitBasis : OPTIONAL IfcMeasureWithUnit;
	ApplicableDate : OPTIONAL IfcDateTimeSelect;
	FixedUntilDate : OPTIONAL IfcDateTimeSelect;
 INVERSE
	ValuesReferenced : SET [0:?] OF IfcReferencesValueDocument FOR ReferencingValues;
	ValueOfComponents : SET [0:?] OF IfcAppliedValueRelationship FOR ComponentOfTotal;
	IsComponentIn : SET [0:?] OF IfcAppliedValueRelationship FOR Components;
 WHERE
	WR1 : EXISTS (AppliedValue) OR 
            EXISTS (ValueOfComponents);
END_ENTITY;

Explicit Attributes

Entity IfcAppliedValue 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

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcAppliedValue 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

    No supertypes

Subtypes

Entity IfcAppliedValue has the following subtypes:
    IfcCostValue*
    IfcEnvironmentalImpactValue*
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:43:59-04:00