Overview Schemas Index

procedural_shape_model_schema         


ENTITY explicit_procedural_geometric_representation_item_relationship
          SUBTYPE OF (explicit_procedural_representation_item_relationship);
          SELF\representation_item_relationship.relating_representation_item : procedural_shape_representation_sequence;
          SELF\representation_item_relationship.related_representation_item : geometric_representation_item;
WHERE
          WR1: NOT (
    'PROCEDURAL_SHAPE_MODEL_SCHEMA.PROCEDURAL_SHAPE_REPRESENTATION_SEQUENCE'
    IN TYPEOF(
      SELF\representation_item_relationship.related_representation_item));
END_ENTITY; -- explicit_procedural_geometric_representation_item_relationship

Entity data types and their attributes

representation_item_relationship
          name: label;
          (OPT) description: text;
          relating_representation_item: representation_item;
          related_representation_item: representation_item;
explicit_procedural_representation_item_relationship
          (RT) relating_representation_item: procedural_representation_sequence;
explicit_procedural_geometric_representation_item_relationship
          (RT) relating_representation_item: procedural_shape_representation_sequence;
          (RT) related_representation_item: geometric_representation_item;

Users: by entity attributes

representation_item_relationship
explicit_procedural_representation_item_relationship
explicit_procedural_geometric_representation_item_relationship

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

explicit_procedural_geometric_representation_item_relationship
          -

Global rules for this entity data type

          -