ENTITY IfcPropertyTableValue

(* SCHEMA IFC2X3; *)
ENTITY IfcPropertyTableValue
 SUBTYPE OF (IfcSimpleProperty);
	DefiningValues : LIST [1:?] OF UNIQUE IfcValue;
	DefinedValues : LIST [1:?] OF IfcValue;
	Expression : OPTIONAL IfcText;
	DefiningUnit : OPTIONAL IfcUnit;
	DefinedUnit : OPTIONAL IfcUnit;
 WHERE
	WR1 : SIZEOF(DefiningValues) = SIZEOF(DefinedValues);
	WR2 : SIZEOF(QUERY(temp <* SELF.DefiningValues | TYPEOF(temp) <> TYPEOF(SELF.DefiningValues[1])))=0;
	WR3 : 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

Derived Attributes

    No derived attributes

Inverse Attributes

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

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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