Overview Schemas Index

presentation_definition_schema         


ENTITY table_text_relationship
          SUBTYPE OF (annotation_occurrence_relationship);
          field : table_record_field_representation;
          SELF\annotation_occurrence_relationship.relating_annotation_occurrence : annotation_table_occurrence;
          SELF\annotation_occurrence_relationship.related_annotation_occurrence : annotation_text_occurrence;
WHERE
          WR1: 'PRESENTATION_DEFINITION_SCHEMA.ANNOTATION_TABLE'
         IN TYPEOF (SELF\annotation_occurrence_relationship.
                  relating_annotation_occurrence\styled_item.item);
          WR2: field_in_table (SELF.field,
                           SELF\annotation_occurrence_relationship.
                                relating_annotation_occurrence);
END_ENTITY; -- table_text_relationship

Entity data types and their attributes

annotation_occurrence_relationship
          name: label;
          description: text;
          relating_annotation_occurrence: annotation_occurrence;
          related_annotation_occurrence: annotation_occurrence;
table_text_relationship
          field: table_record_field_representation;
          (RT) relating_annotation_occurrence: annotation_table_occurrence;
          (RT) related_annotation_occurrence: annotation_text_occurrence;

Users: by entity attributes

annotation_occurrence_relationship
table_text_relationship

Users: by defined types, not used by any entity attribute

table_text_relationship
          -

Global rules for this entity data type

          -