ENTITY view_reference

(* SCHEMA process_planning_schema; *)
  ENTITY view_reference
    SUBTYPE OF (document_usage_constraint);
    WHERE
      wr1: NOT (SIZEOF(QUERY ( adr <* QUERY ( dr <* USEDIN(SELF.source,'PROCESS_PLANNING_SCHEMA.DOCUMENT_REFERENCE.ASSIGNED_DOCUMENT')
                | ('PROCESS_PLANNING_SCHEMA.APPLIED_DOCUMENT_REFERENCE' IN 
               TYPEOF(dr)) ) | (SIZEOF(QUERY ( d <* adr.items | (
               'PROCESS_PLANNING_SCHEMA.PROCESS_PLAN_ACTIVITY' IN TYPEOF(d)) )) 
               >= 0) )) = 0);
      wr2: 'PROCESS_PLANNING_SCHEMA.DESIGN_REFERENCE' IN TYPEOF(SELF.
               source);
      wr3: SELF.subject_element IN ['sheet','view','zone'];
  END_ENTITY; -- view_reference

Explicit Attributes

Entity view_reference has the following local and inherited explicit attributes:
AttributeTypeDefined By
 sourcedocument (ENTITY)document_usage_constraint
 subject_elementlabel (STRING)document_usage_constraint
 subject_element_valuetext (STRING)document_usage_constraint

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity view_reference inherits from the following supertypes:
  document_usage_constraint

Subtypes

    No subtypes

Referenced By

Entity view_reference and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 document_usage_constraint_assignment ENTITY document_usage_constraint


[Top Level Definitions] [Exit]

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