ENTITY IfcPropertyListValue
(* SCHEMA IFC4; *)
ENTITY IfcPropertyListValue
 SUBTYPE OF (IfcSimpleProperty);
	ListValues : OPTIONAL LIST [1:?] OF IfcValue;
	Unit : OPTIONAL IfcUnit;
 WHERE
	WR31 : SIZEOF(QUERY(temp <* SELF.ListValues | 
  NOT(TYPEOF(SELF.ListValues[1]) = TYPEOF(temp))
  )) = 0;
END_ENTITY;
Explicit Attributes
Entity IfcPropertyListValue has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcPropertyListValue has the following local and inherited inverse attributes:
Supertypes
Entity IfcPropertyListValue inherits from the following supertypes:
  IfcPropertyAbstraction
    IfcProperty
      IfcSimpleProperty
Subtypes
    No subtypesReferenced By
Entity IfcPropertyListValue and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00