ENTITY IfcAppliedValue
(* SCHEMA IFC2X3; *)
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:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcAppliedValue has the following local and inherited inverse attributes:
Supertypes
No supertypesSubtypes
Entity IfcAppliedValue has the following subtypes:
IfcCostValue*
IfcEnvironmentalImpactValue*
* - Immediate Subtypes
Referenced By
Entity IfcAppliedValue and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:44:15-04:00