Oracle Designer Model,
Release 6i
Element Type Definition
| Element Type Name | DIAGRAM_SEGMENT |
| Short Name | SEG |
| View Name | CI_DIAGRAM_SEGMENTS |
| Description | Element containing the binary graphical data of the diagram, |
| splittable across more than one segment if necessary, from which | |
| the complete diagram can be reconstructed. The user will not be | |
| aware of diagram segments, which are purely an internal mechanism | |
| for holding the diagram's graphical data. | |
| Unlike other secondary access elements, DIAGRAM_SEGMENT does not map | |
| to SDD_ELEMENTS. Because of the RAW column it contains for the | |
| binary graphical data, it maps to its own exclusive table. | |
| Sub-type of | SECONDARY_ACCESS_ELEMENT |
| Versioning: | Belongs to: DIAGRAM versionable object |
| Rules: |
API Spec Uniqueness Criteria Deletion Rules |
| Descriptor: |
DIAGRAM_REFERENCE SEQUENCE |
| Used by: |
Oracle Designer |
| Underlying table: | SDD_DIAGRAM_SEGMENTS |
| Changes: | Summary of changes to DIAGRAM_SEGMENT in Release 6i |
| Reference Properties | ||||
|---|---|---|---|---|
| Name | Opt ? | Notes | Relationship | In Arc |
| DIAGRAM_REFERENCE | N |
Prompt: Diagram
System maintained Not transferable |
Must be for one and only one DIAGRAM | |
| Properties | |||||
|---|---|---|---|---|---|
| Name | Datatype | Opt ? | Notes | Domain | Default Value |
| GRAPHICAL_DATA | RAW(240) | Y | Binary data containing graphical information for this segment of the diagram
Not displayed System maintained Not updatable by user | APICONVERT_RAW(240) | |
| SEQUENCE | NUMBER(38, 0) | N | Sequence of this segment within the diagram
Not displayed System maintained Not updatable by user | ||
| PARENT_IVID | NUMBER(38, 0) | Y | Internal use only. Exists on "secondary" element types from a versioning viewpoint. Contains the IVID of the primary element type (not necessarily a PAC) forming the basis of the "versionable object" to which this element type belongs
Not displayed System maintained Updatable only if null Defined on SAC supertype | ||
| PAC_REFERENCE | NUMBER(38, 0) | Y | Internal use only. Exists on "secondary" element types from a structural viewpoint. Contains the IRID of the PAC forming the basis of the "logical object" to which this element type belongs
Not displayed System maintained Not updatable by user Defined on SAC supertype | ||
| Multi-line Text | ||
|---|---|---|
| Name | Text Type | Prompt |
| Other Properties |
|---|
The following 'standard' properties are also inherited by all element types:
|
Other element types that reference DIAGRAM_SEGMENT:
Note: