ENTITY draughting_subfigure_representation

(* SCHEMA explicit_draughting; *)
  ENTITY draughting_subfigure_representation
    SUBTYPE OF (symbol_representation);
    WHERE
      wr1: SIZEOF(QUERY ( item <* SELF\representation.items | (NOT (
               SIZEOF(['EXPLICIT_DRAUGHTING.ANNOTATION_OCCURRENCE',
               'EXPLICIT_DRAUGHTING.DRAUGHTING_CALLOUT',
               'EXPLICIT_DRAUGHTING.AXIS2_PLACEMENT'] * TYPEOF(item)) = 1)) )) 
               = 0;
      wr2: SIZEOF(QUERY ( item <* SELF\representation.items | (SIZEOF([
               'EXPLICIT_DRAUGHTING.ANNOTATION_OCCURRENCE',
               'EXPLICIT_DRAUGHTING.DRAUGHTING_CALLOUT'] * TYPEOF(item)) = 
               1) )) >= 1;
      wr3: SIZEOF(QUERY ( srm <* QUERY ( rm <* USEDIN(SELF,
               'EXPLICIT_DRAUGHTING.' + 'REPRESENTATION_MAP.' + 
               'MAPPED_REPRESENTATION') | (
               'EXPLICIT_DRAUGHTING.SYMBOL_REPRESENTATION_MAP' IN TYPEOF(rm)) )
                | (NOT (SIZEOF(QUERY ( a_s <* QUERY ( mi <* srm.map_usage
                | ('EXPLICIT_DRAUGHTING.ANNOTATION_SYMBOL' IN TYPEOF(mi)) )
                | (NOT (SIZEOF(QUERY ( aso <* USEDIN(a_s,
               'EXPLICIT_DRAUGHTING.' + 'STYLED_ITEM.ITEM') | (NOT ((
               'EXPLICIT_DRAUGHTING.' + 'ANNOTATION_SUBFIGURE_OCCURRENCE') 
               IN TYPEOF(aso))) )) = 0)) )) = 0)) )) > 0;
      wr4: NOT acyclic_mapped_item_usage(SELF);
      wr5: SIZEOF(SELF.context_of_items.representations_in_context) = 1;
  END_ENTITY; -- draughting_subfigure_representation

Explicit Attributes

Entity draughting_subfigure_representation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation
 itemsSET OF representation_item (ENTITY)representation
 context_of_itemsrepresentation_context (ENTITY)representation

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity draughting_subfigure_representation inherits from the following supertypes:
  representation
    symbol_representation

Subtypes

    No subtypes

Referenced By

Entity draughting_subfigure_representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_item_usage FUNCTION representation
 acyclic_mapped_representation FUNCTION representation
 dimension_of FUNCTION representation
 draughting_drawing_revision ENTITY representation
 draughting_model_annotation_layers RULE representation
 draughting_subfigure_representation ENTITY representation
 draughting_subfigure_representation_layers RULE representation
 draughting_subfigure_representation_layers RULE draughting_subfigure_representation
 draughting_symbol_representation ENTITY representation
 drawing_sheet_annotation_layers RULE representation
 drawing_sheet_revision ENTITY representation
 drawing_view_annotation_layers RULE representation
 geometrically_bounded_2d_wireframe_representation ENTITY representation
 presentation_representation ENTITY representation
 presentation_size ENTITY representation
 presentation_view_presented_once RULE representation
 property_definition_representation ENTITY representation
 representation_context ENTITY representation
 representation_instantiation RULE representation
 representation_map ENTITY representation
 style_context_select SELECT representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:37:43-04:00