ENTITY IfcPropertyTableValue

(* SCHEMA IFC4; *)
ENTITY IfcPropertyTableValue
 SUBTYPE OF (IfcSimpleProperty);
	DefiningValues : OPTIONAL LIST [1:?] OF UNIQUE IfcValue;
	DefinedValues : OPTIONAL LIST [1:?] OF IfcValue;
	Expression : OPTIONAL IfcText;
	DefiningUnit : OPTIONAL IfcUnit;
	DefinedUnit : OPTIONAL IfcUnit;
	CurveInterpolation : OPTIONAL IfcCurveInterpolationEnum;
 WHERE
	WR21 : (NOT(EXISTS(DefiningValues)) AND NOT(EXISTS(DefinedValues)))
OR (SIZEOF(DefiningValues) = SIZEOF(DefinedValues));
	WR22 : NOT(EXISTS(DefiningValues)) OR 
(SIZEOF(QUERY(temp <* SELF.DefiningValues | TYPEOF(temp) <> TYPEOF(SELF.DefiningValues[1])
)) = 0);
	WR23 : NOT(EXISTS(DefinedValues)) OR 
(SIZEOF(QUERY(temp <* SELF.DefinedValues | TYPEOF(temp) <> TYPEOF(SELF.DefinedValues[1])
)) = 0);
END_ENTITY;

Explicit Attributes

Entity IfcPropertyTableValue has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcIdentifier (STRING)IfcProperty
 DescriptionIfcText (STRING)IfcProperty
 DefiningValuesLIST OF IfcValue (SELECT)IfcPropertyTableValue
 DefinedValuesLIST OF IfcValue (SELECT)IfcPropertyTableValue
 ExpressionIfcText (STRING)IfcPropertyTableValue
 DefiningUnitIfcUnit (SELECT)IfcPropertyTableValue
 DefinedUnitIfcUnit (SELECT)IfcPropertyTableValue
 CurveInterpolationIfcCurveInterpolationEnum (ENUM)IfcPropertyTableValue

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcPropertyTableValue 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 IfcPropertyTableValue inherits from the following supertypes:
  IfcPropertyAbstraction
    IfcProperty
      IfcSimpleProperty

Subtypes

    No subtypes

Referenced By

Entity IfcPropertyTableValue 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 IfcPropertyTableValue
 IfcUniquePropertyName FUNCTION IfcProperty


[Top Level Definitions] [Exit]

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