ENTITY IfcPropertyBoundedValue

(* SCHEMA IFC4; *)
ENTITY IfcPropertyBoundedValue
 SUBTYPE OF (IfcSimpleProperty);
	UpperBoundValue : OPTIONAL IfcValue;
	LowerBoundValue : OPTIONAL IfcValue;
	Unit : OPTIONAL IfcUnit;
	SetPointValue : OPTIONAL IfcValue;
 WHERE
	SameUnitUpperLower : NOT(EXISTS(UpperBoundValue)) OR NOT(EXISTS(LowerBoundValue)) OR
(TYPEOF(UpperBoundValue) = TYPEOF(LowerBoundValue));
	SameUnitUpperSet : NOT(EXISTS(UpperBoundValue)) OR NOT(EXISTS(SetPointValue)) OR
(TYPEOF(UpperBoundValue) = TYPEOF(SetPointValue));
	SameUnitLowerSet : NOT(EXISTS(LowerBoundValue)) OR NOT(EXISTS(SetPointValue)) OR
(TYPEOF(LowerBoundValue) = TYPEOF(SetPointValue));
END_ENTITY;

Explicit Attributes

Entity IfcPropertyBoundedValue has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcIdentifier (STRING)IfcProperty
 DescriptionIfcText (STRING)IfcProperty
 UpperBoundValueIfcValue (SELECT)IfcPropertyBoundedValue
 LowerBoundValueIfcValue (SELECT)IfcPropertyBoundedValue
 UnitIfcUnit (SELECT)IfcPropertyBoundedValue
 SetPointValueIfcValue (SELECT)IfcPropertyBoundedValue

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcPropertyBoundedValue has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasExternalReferencesSET OF IfcExternalReferenceRelationship (ENTITY)IfcPropertyAbstraction
 PartOfPsetSET OF IfcPropertySet (ENTITY)IfcProperty
 PropertyForDependanceSET OF IfcPropertyDependencyRelationship (ENTITY)IfcProperty
 PropertyDependsOnSET OF IfcPropertyDependencyRelationship (ENTITY)IfcProperty
 PartOfComplexSET OF IfcComplexProperty (ENTITY)IfcProperty
 HasConstraintsSET OF IfcResourceConstraintRelationship (ENTITY)IfcProperty
 HasApprovalsSET OF IfcResourceApprovalRelationship (ENTITY)IfcProperty

Supertypes

Entity IfcPropertyBoundedValue inherits from the following supertypes:
  IfcPropertyAbstraction
    IfcProperty
      IfcSimpleProperty

Subtypes

    No subtypes

Referenced By

Entity IfcPropertyBoundedValue and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcComplexProperty ENTITY IfcProperty
 IfcExtendedProperties ENTITY IfcProperty
 IfcProperty ENTITY IfcSimpleProperty
 IfcPropertyAbstraction ENTITY IfcProperty
 IfcPropertyDependencyRelationship ENTITY IfcProperty
 IfcPropertySet ENTITY IfcProperty
 IfcResourceObjectSelect SELECT IfcPropertyAbstraction
 IfcSimpleProperty ENTITY IfcPropertyBoundedValue
 IfcUniquePropertyName FUNCTION IfcProperty


[Top Level Definitions] [Exit]

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