ENTITY IfcPropertyEnumeratedValue
(* SCHEMA IFC4; *)
ENTITY IfcPropertyEnumeratedValue
 SUBTYPE OF (IfcSimpleProperty);
	EnumerationValues : OPTIONAL LIST [1:?] OF IfcValue;
	EnumerationReference : OPTIONAL IfcPropertyEnumeration;
 WHERE
	WR21 : NOT(EXISTS(EnumerationReference)) 
OR  NOT(EXISTS(EnumerationValues)) 
OR  (SIZEOF(QUERY(temp <* EnumerationValues |
    temp IN EnumerationReference.EnumerationValues))
    = SIZEOF(EnumerationValues));
END_ENTITY;
Explicit Attributes
Entity IfcPropertyEnumeratedValue has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcPropertyEnumeratedValue has the following local and inherited inverse attributes:
Supertypes
Entity IfcPropertyEnumeratedValue inherits from the following supertypes:
  IfcPropertyAbstraction
    IfcProperty
      IfcSimpleProperty
Subtypes
    No subtypesReferenced By
Entity IfcPropertyEnumeratedValue 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