(* SCHEMA explicit_draughting; *)
ENTITY annotation_subfigure_occurrence
SUBTYPE OF (annotation_symbol_occurrence);
WHERE
wr1: SIZEOF(QUERY ( sty <* SELF\styled_item.styles | (NOT (SIZEOF(
sty.styles) = 1)) )) = 0;
wr2: SIZEOF(QUERY ( sty <* SELF\styled_item.styles | (NOT (
'EXPLICIT_DRAUGHTING.NULL_STYLE' IN TYPEOF(sty.styles[1]))) ))
= 0;
wr3: 'EXPLICIT_DRAUGHTING.ANNOTATION_SYMBOL' IN TYPEOF(SELF\
styled_item.item);
wr4: 'EXPLICIT_DRAUGHTING.DRAUGHTING_SUBFIGURE_REPRESENTATION' IN
TYPEOF(SELF\styled_item.item\mapped_item.mapping_source.
mapped_representation);
END_ENTITY; -- annotation_subfigure_occurrence
|
Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:37:43-04:00