ENTITY illustration

(* SCHEMA process_planning_schema; *)
  ENTITY illustration
    SUBTYPE OF (document);
    WHERE
      wr1: SIZEOF(QUERY ( adr <* QUERY ( dr <* USEDIN(SELF,'PROCESS_PLANNING_SCHEMA.DOCUMENT_REFERENCE.ASSIGNED_DOCUMENT')
                | ('PROCESS_PLANNING_SCHEMA.APPLIED_DOCUMENT_REFERENCE' IN 
               TYPEOF(dr)) ) | (NOT (SIZEOF(QUERY ( d <* adr.items | (
               'PROCESS_PLANNING_SCHEMA.PROCESS_PLAN_ACTIVITY' IN TYPEOF(d)) )) 
               >= 1)) )) = 0;
      wr2: SIZEOF(QUERY ( aduc <* USEDIN(SELF,'PROCESS_PLANNING_SCHEMA.APPLIED_DOCUMENT_USAGE_CONSTRAINT_ASSIGNMENT.ITEMS')
                | ('PROCESS_PLANNING_SCHEMA.VIEW_REFERENCE' IN TYPEOF(aduc\
               document_usage_constraint_assignment.assigned_document_usage)) )) 
               >= 0;
  END_ENTITY; -- illustration

Explicit Attributes

Entity illustration has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)document
 namelabel (STRING)document
 descriptiontext (STRING)document
 kinddocument_type (ENTITY)document

Derived Attributes

    No derived attributes

Inverse Attributes

Entity illustration has the following local and inherited inverse attributes:
AttributeTypeDefined By
 representation_typesSET OF document_representation_type (ENTITY)document

Supertypes

Entity illustration inherits from the following supertypes:
  document

Subtypes

    No subtypes

Referenced By

Entity illustration and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_method_with_associated_documents ENTITY document
 document_product_association ENTITY document
 document_reference ENTITY document
 document_relationship ENTITY document
 document_representation_type ENTITY document
 document_usage_constraint ENTITY document
 document_usage_constraint_item SELECT illustration
 external_identification_item SELECT document
 product_definition_with_associated_documents ENTITY document
 subtype_exclusiveness_document RULE document
 tool_contract ENTITY document


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:47-04:00