(* SCHEMA IFC4; *)
ENTITY IfcComplexPropertyTemplate SUBTYPE OF (IfcPropertyTemplate); UsageName : OPTIONAL IfcLabel; TemplateType : OPTIONAL IfcComplexPropertyTemplateTypeEnum; HasPropertyTemplates : OPTIONAL SET [1:?] OF IfcPropertyTemplate; WHERE UniquePropertyNames : IfcUniquePropertyTemplateNames(HasPropertyTemplates); NoSelfReference : SIZEOF(QUERY(temp <* HasPropertyTemplates | SELF :=: temp)) = 0; END_ENTITY;
|
|
|
Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:41-04:00