(* SCHEMA technical_data_packaging; *)
ENTITY styled_item
SUBTYPE OF (representation_item);
styles : SET [1:?] OF presentation_style_assignment;
item : representation_item;
WHERE
wr1: ((SIZEOF(SELF.styles) = 1) XOR (SIZEOF(QUERY ( pres_style <*
SELF.styles | (NOT (('TECHNICAL_DATA_PACKAGING.' +
'PRESENTATION_STYLE_BY_CONTEXT') IN TYPEOF(pres_style))) ))
= 0));
END_ENTITY; -- styled_item
|
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:35-04:00