ENTITY IfcAppliedValue

(* SCHEMA IFC4; *)
ENTITY IfcAppliedValue
 SUPERTYPE OF (ONEOF
    (IfcCostValue));
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
	AppliedValue : OPTIONAL IfcAppliedValueSelect;
	UnitBasis : OPTIONAL IfcMeasureWithUnit;
	ApplicableDate : OPTIONAL IfcDate;
	FixedUntilDate : OPTIONAL IfcDate;
	Category : OPTIONAL IfcLabel;
	Condition : OPTIONAL IfcLabel;
	ArithmeticOperator : OPTIONAL IfcArithmeticOperatorEnum;
	Components : OPTIONAL LIST [1:?] OF IfcAppliedValue;
 INVERSE
	HasExternalReference : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects;
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
 ApplicableDateIfcDate (STRING)IfcAppliedValue
 FixedUntilDateIfcDate (STRING)IfcAppliedValue
 CategoryIfcLabel (STRING)IfcAppliedValue
 ConditionIfcLabel (STRING)IfcAppliedValue
 ArithmeticOperatorIfcArithmeticOperatorEnum (ENUM)IfcAppliedValue
 ComponentsLIST OF IfcAppliedValue (ENTITY)IfcAppliedValue

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcAppliedValue has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasExternalReferenceSET OF IfcExternalReferenceRelationship (ENTITY)IfcAppliedValue

Supertypes

    No supertypes

Subtypes

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

Referenced By

Entity IfcAppliedValue and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAppliedValue ENTITY IfcAppliedValue
 IfcConstructionResource ENTITY IfcAppliedValue
 IfcConstructionResourceType ENTITY IfcAppliedValue
 IfcMetricValueSelect SELECT IfcAppliedValue
 IfcObjectReferenceSelect SELECT IfcAppliedValue
 IfcResourceObjectSelect SELECT IfcAppliedValue


[Top Level Definitions] [Exit]

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