ENTITY IfcPropertyBoundedValue

(* SCHEMA IFC2X3; *)
ENTITY IfcPropertyBoundedValue
 SUBTYPE OF (IfcSimpleProperty);
	UpperBoundValue : OPTIONAL IfcValue;
	LowerBoundValue : OPTIONAL IfcValue;
	Unit : OPTIONAL IfcUnit;
 WHERE
	WR21 : NOT(EXISTS(UpperBoundValue)) OR NOT(EXISTS(LowerBoundValue)) OR
             (TYPEOF(UpperBoundValue) = TYPEOF(LowerBoundValue));
	WR22 : EXISTS(UpperBoundValue) OR EXISTS(LowerBoundValue);
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

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcPropertyBoundedValue has the following local and inherited inverse attributes:
AttributeTypeDefined By
 PropertyForDependanceSET OF IfcPropertyDependencyRelationship (ENTITY)IfcProperty
 PropertyDependsOnSET OF IfcPropertyDependencyRelationship (ENTITY)IfcProperty
 PartOfComplexSET OF IfcComplexProperty (ENTITY)IfcProperty

Supertypes

Entity IfcPropertyBoundedValue inherits from the following supertypes:
  IfcProperty
    IfcSimpleProperty

Subtypes

    No subtypes

Referenced By

Entity IfcPropertyBoundedValue and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcApprovalPropertyRelationship ENTITY IfcProperty
 IfcComplexProperty ENTITY IfcProperty
 IfcExtendedMaterialProperties ENTITY IfcProperty
 IfcProperty ENTITY IfcSimpleProperty
 IfcPropertyConstraintRelationship ENTITY IfcProperty
 IfcPropertyDependencyRelationship ENTITY IfcProperty
 IfcPropertySet ENTITY IfcProperty
 IfcRelOverridesProperties ENTITY IfcProperty
 IfcSimpleProperty ENTITY IfcPropertyBoundedValue
 IfcUniquePropertyName FUNCTION IfcProperty


[Top Level Definitions] [Exit]

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