SQL Develpper Diagrams Created

This commit is contained in:
Maciekxdabu 2022-11-17 10:17:34 +01:00
parent 952888b2aa
commit cce9ecfaba
18 changed files with 637 additions and 0 deletions

37
SQL stuff/.gitignore vendored Normal file
View File

@ -0,0 +1,37 @@
**/*.localz
**/*.local
**/*.git
**/*.DS_Store
**/.DS_Store
**/.do_pool/**
**/.do_pool
**/*#JDEVADF_*
**/*~
**/*.scc
**/*.mv.*
**/*.unmkelem.*
**/*.sync.*
**/*.rename.*
**/*.unbranch.*
**/*.unco.*
**/*.saved.*
**/*.client_contrib
**/.svn/**
**/.data/**
**/*.cdi
**/*.bak
**/*.generated.java
**/*.ignore
**/*.labellog.emd
**/.*.cs
**/.fullsource_nt
**/.fullsource
**/.depprod_nt
**/.depprod
**/.ade_path
**/.ade_path/**
**/*.contrib*
**/*.keep
**/*.rvi
**/.#*
**/CVS/**

8
SQL stuff/ERD.dmd Normal file
View File

@ -0,0 +1,8 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<OSDM_Design class="oracle.dbtools.crest.model.design.Design" name="ERD" id="E35E9FCD-B3B4-68F1-3406-836922F62FB0" version="3.5">
<createdBy>macie</createdBy>
<createdTime>2022-11-17 09:12:18 UTC</createdTime>
<ownerDesignName>ERD</ownerDesignName>
<capitalNames>false</capitalNames>
<designId>E35E9FCD-B3B4-68F1-3406-836922F62FB0</designId>
</OSDM_Design>

View File

@ -0,0 +1,7 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<BusinessInfoDesign class="oracle.dbtools.crest.model.businessinfo.BusinessInfoDesign" name="Business Information" id="63675888-29D2-3045-D5A7-522E178765EC">
<createdBy>macie</createdBy>
<createdTime>2022-11-17 09:12:18 UTC</createdTime>
<ownerDesignName>ERD</ownerDesignName>
<shouldBeOpen>false</shouldBeOpen>
</BusinessInfoDesign>

View File

@ -0,0 +1,15 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<DataTypesDesign class="oracle.dbtools.crest.model.design.datatypes.DataTypesDesign" name="DataTypes" id="67714F2E-B487-2663-9318-87497DEFD3A5" mainViewID="AA058B7D-3152-C55D-7EE0-8F9682423450">
<createdBy>macie</createdBy>
<createdTime>2022-11-17 09:12:18 UTC</createdTime>
<ownerDesignName>ERD</ownerDesignName>
<shouldBeOpen>false</shouldBeOpen>
<collectionOfRefsPrefix>array_ref_</collectionOfRefsPrefix>
<collectionPrefix>array_</collectionPrefix>
<defaultArrayLimit>10</defaultArrayLimit>
<defaultCollectionType_Kind>ARRAY</defaultCollectionType_Kind>
<defaultCollectionType_Suffix>_Array</defaultCollectionType_Suffix>
<embeddedStructuredTypePrefix>inst_</embeddedStructuredTypePrefix>
<referencePrefix>ref_</referencePrefix>
<useRoleInAssociationEndAsName>true</useRoleInAssociationEndAsName>
</DataTypesDesign>

View File

@ -0,0 +1,10 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<StructuredType class="oracle.dbtools.crest.model.design.datatypes.StructuredType" name="SDO_GEOMETRY" directorySegmentName="seg_0" id="47E390DE-0671-C4B1-8428-0F45CBEE18F8">
<createdBy>macie</createdBy>
<createdTime>2022-11-17 09:12:18 UTC</createdTime>
<ownerDesignName>ERD</ownerDesignName>
<visible>false</visible>
<predefined>true</predefined>
<final>false</final>
<instantiable>true</instantiable>
</StructuredType>

View File

@ -0,0 +1,10 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<StructuredType class="oracle.dbtools.crest.model.design.datatypes.StructuredType" name="XMLTYPE" directorySegmentName="seg_0" id="F72C39E0-D1CA-8821-2AD7-A1E95A37D3D1">
<createdBy>macie</createdBy>
<createdTime>2022-11-17 09:12:18 UTC</createdTime>
<ownerDesignName>ERD</ownerDesignName>
<visible>false</visible>
<predefined>true</predefined>
<final>false</final>
<instantiable>true</instantiable>
</StructuredType>

View File

@ -0,0 +1,26 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<Diagram class="oracle.dbtools.crest.swingui.datatypes.DPVDataTypes" id="AA058B7D-3152-C55D-7EE0-8F9682423450">
<createdBy>macie</createdBy>
<modifiedBy>macie</modifiedBy>
<createdTime>2022-11-17 09:12:18 UTC</createdTime>
<autoRoute>false</autoRoute>
<boxInbox>true</boxInbox>
<showLegend>false</showLegend>
<showLabels>true</showLabels>
<showRelAttributes>false</showRelAttributes>
<gridEnabled>false</gridEnabled>
<showGrid>false</showGrid>
<diagramColor>-1</diagramColor>
<display>false</display>
<notation>1</notation>
<objectViews>
<OView class="oracle.dbtools.crest.swingui.datatypes.TVStructuredType" oid="47E390DE-0671-C4B1-8428-0F45CBEE18F8" otype="StructuredType" vid="6568BD31-7F70-7917-D741-F2CD5EB4AF45">
<hideElementsInCurrentOnly>false</hideElementsInCurrentOnly>
<bounds x="20" y="20" width="100" height="100"/>
</OView>
<OView class="oracle.dbtools.crest.swingui.datatypes.TVStructuredType" oid="F72C39E0-D1CA-8821-2AD7-A1E95A37D3D1" otype="StructuredType" vid="7BEAA6CD-8FC9-016C-7FE2-928587A97FA6">
<hideElementsInCurrentOnly>false</hideElementsInCurrentOnly>
<bounds x="20" y="20" width="100" height="100"/>
</OView>
</objectViews>
</Diagram>

View File

@ -0,0 +1,436 @@
<?xml version="1.0" encoding="UTF-8" ?>
<settings>
<logical_type_for_domain_presentation value="false" />
<automatic_pk_generation value="false" />
<automatic_uk_generation value="false" />
<automatic_fk_generation value="false" />
<preserve_ddl_generation_options value="false" />
<use_global_design_level_settings value="false" />
<use_preferred_classification_types value="false" />
<substitution_patterns>
</substitution_patterns>
<classification_types>
<type name="Fact" color="-7482" fgcolor="-16776961" prefix="" id="1" preferred="false" >
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="4"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="PK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="7"/>
<font_object fo_type="FK Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="8"/>
<font_object fo_type="UK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="9"/>
<font_object fo_type="Not Null" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="10"/>
<font_object fo_type="Key" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="6"/>
<font_object fo_type="Comments" font_color="-12566464" font_name="Dialog" font_size="10" font_style="0" id="28"/>
</fonts>
</type>
<type name="Dimension" color="-1781507" fgcolor="-16776961" prefix="" id="2" preferred="false" >
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="4"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="PK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="7"/>
<font_object fo_type="FK Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="8"/>
<font_object fo_type="UK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="9"/>
<font_object fo_type="Not Null" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="10"/>
<font_object fo_type="Key" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="6"/>
<font_object fo_type="Comments" font_color="-12566464" font_name="Dialog" font_size="10" font_style="0" id="28"/>
</fonts>
</type>
<type name="Logging" color="-1776412" fgcolor="-16776961" prefix="" id="3" preferred="false" >
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="4"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="PK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="7"/>
<font_object fo_type="FK Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="8"/>
<font_object fo_type="UK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="9"/>
<font_object fo_type="Not Null" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="10"/>
<font_object fo_type="Key" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="6"/>
<font_object fo_type="Comments" font_color="-12566464" font_name="Dialog" font_size="10" font_style="0" id="28"/>
</fonts>
</type>
<type name="Summary" color="-3148598" fgcolor="-16776961" prefix="" id="4" preferred="false" >
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="4"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="PK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="7"/>
<font_object fo_type="FK Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="8"/>
<font_object fo_type="UK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="9"/>
<font_object fo_type="Not Null" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="10"/>
<font_object fo_type="Key" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="6"/>
<font_object fo_type="Comments" font_color="-12566464" font_name="Dialog" font_size="10" font_style="0" id="28"/>
</fonts>
</type>
<type name="Temporary" color="-1" fgcolor="-16776961" prefix="" id="5" preferred="false" >
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="4"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="PK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="7"/>
<font_object fo_type="FK Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="8"/>
<font_object fo_type="UK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="9"/>
<font_object fo_type="Not Null" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="10"/>
<font_object fo_type="Key" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="6"/>
<font_object fo_type="Comments" font_color="-12566464" font_name="Dialog" font_size="10" font_style="0" id="28"/>
</fonts>
</type>
<type name="External" color="-720908" fgcolor="-16776961" prefix="" id="6" preferred="false" >
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="4"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="PK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="7"/>
<font_object fo_type="FK Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="8"/>
<font_object fo_type="UK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="9"/>
<font_object fo_type="Not Null" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="10"/>
<font_object fo_type="Key" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="6"/>
<font_object fo_type="Comments" font_color="-12566464" font_name="Dialog" font_size="10" font_style="0" id="28"/>
</fonts>
</type>
</classification_types>
<default_fonts_and_colors>
<fc_object classname="Entity" background="-5971457" foreground="-16776961" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Attribute" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="3"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="PK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="7"/>
<font_object fo_type="FK Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="8"/>
<font_object fo_type="UK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="9"/>
<font_object fo_type="Not Null" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="10"/>
<font_object fo_type="Key" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="6"/>
<font_object fo_type="Comments" font_color="-12566464" font_name="Dialog" font_size="10" font_style="0" id="28"/>
</fonts>
</fc_object>
<fc_object classname="Logical View" background="-25750" foreground="-16776961" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Attribute" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="3"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="Comments" font_color="-12566464" font_name="Dialog" font_size="10" font_style="0" id="28"/>
</fonts>
</fc_object>
<fc_object classname="Table" background="-76" foreground="-16776961" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Column" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="2"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="PK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="7"/>
<font_object fo_type="FK Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="8"/>
<font_object fo_type="UK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="9"/>
<font_object fo_type="Not Null" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="10"/>
<font_object fo_type="Key" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="6"/>
<font_object fo_type="Comments" font_color="-12566464" font_name="Dialog" font_size="10" font_style="0" id="28"/>
</fonts>
</fc_object>
<fc_object classname="Relational View" background="-6881386" foreground="-16776961" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Column" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="2"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="PK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="7"/>
<font_object fo_type="FK Element" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="8"/>
<font_object fo_type="UK Element" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="9"/>
<font_object fo_type="Not Null" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="10"/>
<font_object fo_type="Key" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="6"/>
<font_object fo_type="Comments" font_color="-12566464" font_name="Dialog" font_size="10" font_style="0" id="28"/>
</fonts>
</fc_object>
<fc_object classname="Structured Type" background="-7537956" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Attribute" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="3"/>
<font_object fo_type="Datatype" font_color="-16777056" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="Method" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="11"/>
<font_object fo_type="Not Instantiable" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="12"/>
<font_object fo_type="Mandatory" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="13"/>
</fonts>
</fc_object>
<fc_object classname="Cube" background="-7482" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Fact Entities" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="14"/>
<font_object fo_type="Measure Type" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="17"/>
<font_object fo_type="Measure" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="16"/>
<font_object fo_type="Function" font_color="-16777056" font_name="Dialog" font_size="10" font_style="0" id="20"/>
<font_object fo_type="Formula" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="18"/>
<font_object fo_type="Child to Parent Attributes" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="19"/>
</fonts>
</fc_object>
<fc_object classname="Dimension" background="-16713196" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
</fonts>
</fc_object>
<fc_object classname="Level" background="-1781507" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Level Entity" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="15"/>
<font_object fo_type="Type" font_color="-16776961" font_name="Dialog" font_size="10" font_style="0" id="21"/>
<font_object fo_type="Attribute" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="3"/>
<font_object fo_type="Function" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="20"/>
</fonts>
</fc_object>
<fc_object classname="Process" background="-106" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Process Number" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="22"/>
<font_object fo_type="Transformation Task" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="23"/>
</fonts>
</fc_object>
<fc_object classname="External Agent" background="-5570646" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
</fonts>
</fc_object>
<fc_object classname="Information Store" background="-10170881" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16776961" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Number" font_color="-1" font_name="Dialog" font_size="10" font_style="1" id="24"/>
</fonts>
</fc_object>
<fc_object classname="In-Out Parameters" background="-328966" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16777216" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Parameters" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="26"/>
<font_object fo_type="Datatype" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="5"/>
</fonts>
</fc_object>
<fc_object classname="Transformation" background="-43" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16777216" font_name="Dialog" font_size="10" font_style="1" id="1"/>
<font_object fo_type="Process Number" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="22"/>
</fonts>
</fc_object>
<fc_object classname="Note" background="-4144960" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Title" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="1"/>
</fonts>
</fc_object>
<fc_object classname="Label" background="-1" foreground="-16777216" noBackgroundColor="true" noForegroundColor="true">
<fonts>
<font_object fo_type="Text" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="27"/>
</fonts>
</fc_object>
<fc_object classname="Relationship Attributes" background="-26266" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Attribute" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="3"/>
<font_object fo_type="Datatype" font_color="-16744448" font_name="Dialog" font_size="10" font_style="0" id="5"/>
<font_object fo_type="Not Null" font_color="-65536" font_name="Dialog" font_size="10" font_style="0" id="10"/>
</fonts>
</fc_object>
<fc_object classname="Legend" background="-1" foreground="-16777216" noBackgroundColor="false" noForegroundColor="false">
<fonts>
<font_object fo_type="Diagram" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="29"/>
<font_object fo_type="Author" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="30"/>
<font_object fo_type="Created on" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="31"/>
<font_object fo_type="Modified on" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="32"/>
<font_object fo_type="Modified by" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="33"/>
<font_object fo_type="Design" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="34"/>
<font_object fo_type="Model" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="35"/>
<font_object fo_type="User Defined Properties" font_color="-16777216" font_name="Dialog" font_size="10" font_style="0" id="36"/>
</fonts>
</fc_object>
</default_fonts_and_colors>
<default_line_widths_and_colors>
<lwc_object classname="Logical Relation" color="-16777216" width="1">
</lwc_object>
<lwc_object classname="Logical Inheritance" color="-65536" width="1">
</lwc_object>
<lwc_object classname="Relational Foreign Key" color="-16777216" width="1">
</lwc_object>
<lwc_object classname="Type Substitution" color="-16725996" width="1">
</lwc_object>
<lwc_object classname="Implied Foreign Key" color="-2472729" width="1">
</lwc_object>
<lwc_object classname="Datatype Reference" color="-16776961" width="1">
</lwc_object>
<lwc_object classname="Datatype Inheritance" color="-65536" width="1">
</lwc_object>
<lwc_object classname="Multidimentional Link" color="-16776961" width="1">
</lwc_object>
<lwc_object classname="Multidimensional Hierarchy" color="-16725996" width="1">
</lwc_object>
<lwc_object classname="Process Flow" color="-65536" width="1">
</lwc_object>
</default_line_widths_and_colors>
<naming_standard_rules>
<logical>
<separator value= "Space" char=" "/>
<entity>
</entity>
<attribute>
</attribute>
</logical>
<relational>
<separator value= "_" abbreviated_only="false"/>
<table>
</table>
<column>
</column>
</relational>
<domains>
<separator value= " "/>
<domain>
</domain>
</domains>
<constraints>
<pk value="{table}_PK"/>
<fk value="{child}_{parent}_FK"/>
<ck value="{table}_CK"/>
<un value="{table}_{column}_UN"/>
<idx value="{table}_{column}_IDX"/>
<automatic_idx value="{table}_{column}_IDX"/>
<colck value="CK_{table}_{column}"/>
<colnnc value="NNC_{table abbr}_{column}"/>
<column_foreign_key value="{ref table}_{ref column}"/>
<ui value="{entity} PK"/>
<relation_attribute value="{ref entity}_{ref attribute}"/>
<surrogate_key value="{table abbr}_PK"/>
<surrogate_key_col value="{table abbr}_ID"/>
<discriminator_col value="{table abbr}_TYPE"/>
</constraints>
<glossaries>
</glossaries>
</naming_standard_rules>
<comparemapping>
</comparemapping>
<engineering_params>
<delete_without_origin value="false"/>
<engineer_coordinates value="true"/>
<engineer_generated value="false"/>
<show_engineering_intree value="false"/>
<apply_naming_std value="true"/>
<use_pref_abbreviation value="true"/>
<upload_directory value=""/>
<date_format value="YYYY/MM/DD HH24:MI:SS"/>
<timestamp_format value="YYYY/MM/DD HH24:MI:SS.FF"/>
<timestamp_tz_format value="YYYY/MM/DD HH24:MI:SS.FFTZH:TZM"/>
</engineering_params>
<eng_compare show_sel_prop_only="true" not_apply_for_new_objects="true" exclude_from_tree="false">
<entity_table>
<property name="Name" selected="true"/>
<property name="Short Name / Abbreviation" selected="true"/>
<property name="Deprecated" selected="true"/>
<property name="Comment" selected="true"/>
<property name="Comment in RDBMS" selected="true"/>
<property name="Notes" selected="true"/>
<property name="Temporary Table Scope" selected="true"/>
<property name="Table Type" selected="true"/>
<property name="Structured Type" selected="true"/>
<property name="Type Substitution (Super-Type Object)" selected="true"/>
<property name="Allow Type Substitution" selected="true"/>
<property name="Min Volumes" selected="true"/>
<property name="Expected Volumes" selected="true"/>
<property name="Max Volumes" selected="true"/>
<property name="Growth Percent" selected="true"/>
<property name="Growth Type" selected="true"/>
<property name="Normal Form" selected="true"/>
<property name="Adequately Normalized" selected="true"/>
</entity_table>
<attribute_column>
<property name="Name" selected="true"/>
<property name="Deprecated" selected="true"/>
<property name="Data Type" selected="true"/>
<property name="Data Type Kind" selected="true"/>
<property name="Mandatory" selected="true"/>
<property name="Default Value" selected="true"/>
<property name="Check Constraint Name" selected="true"/>
<property name="Use Domain Constraint" selected="true"/>
<property name="Check Constraint" selected="true"/>
<property name="Range Constraint" selected="true"/>
<property name="LOV Constraint" selected="true"/>
<property name="Comment" selected="true"/>
<property name="Comment in RDBMS" selected="true"/>
<property name="Notes" selected="true"/>
<property name="Source Type" selected="true"/>
<property name="Formula Description" selected="true"/>
<property name="Type Substitution" selected="true"/>
<property name="Scope" selected="true"/>
</attribute_column>
<key_index>
<property name="Name" selected="true"/>
<property name="Deprecated" selected="true"/>
<property name="Comment" selected="true"/>
<property name="Comment in RDBMS" selected="true"/>
<property name="Notes" selected="true"/>
<property name="Primary Key" selected="true"/>
<property name="Attributes/Columns" selected="true"/>
</key_index>
<relation_fk>
<property name="Name" selected="true"/>
<property name="Delete Rule" selected="true"/>
<property name="Comment" selected="true"/>
<property name="Comment in RDBMS" selected="true"/>
<property name="Notes" selected="true"/>
</relation_fk>
<relation_table>
<property name="Name" selected="true"/>
<property name="Comment" selected="true"/>
<property name="Comment in RDBMS" selected="true"/>
<property name="Notes" selected="true"/>
</relation_table>
<entityview_view>
<property name="Name" selected="true"/>
<property name="Deprecated" selected="true"/>
<property name="Comment" selected="true"/>
<property name="Comment in RDBMS" selected="true"/>
<property name="Notes" selected="true"/>
<property name="Structured Type" selected="true"/>
<property name="Type Substitution (Super-Type Object)" selected="true"/>
<property name="WHERE" selected="true"/>
<property name="HAVING" selected="true"/>
<property name="User Defined SQL" selected="true"/>
</entityview_view>
</eng_compare>
<model_compare_props_filter>
</model_compare_props_filter>
<model_compare_dyn_props_filter>
</model_compare_dyn_props_filter>
<model_compare_storage_props_filter>
</model_compare_storage_props_filter>
<naming_options>
<model_options objectid="B35798F8-215A-519F-543C-7A900EBF8BAF">
<naming_option class_name="oracle.dbtools.crest.model.design.relational.Table" max_name_length="30" case_type="2" valid_characters="" all_valid="true" />
<naming_option class_name="oracle.dbtools.crest.model.design.relational.Column" max_name_length="30" case_type="2" valid_characters="" all_valid="true" />
<naming_option class_name="oracle.dbtools.crest.model.design.relational.TableView" max_name_length="30" case_type="2" valid_characters="" all_valid="true" />
<naming_option class_name="oracle.dbtools.crest.model.design.constraint.TableLevelConstraint" max_name_length="30" case_type="2" valid_characters="" all_valid="true" />
<naming_option class_name="oracle.dbtools.crest.model.design.relational.FKIndexAssociation" max_name_length="30" case_type="2" valid_characters="" all_valid="true" />
<naming_option class_name="oracle.dbtools.crest.model.design.relational.Index" max_name_length="30" case_type="2" valid_characters="" all_valid="true" />
</model_options>
<model_options objectid="C5FCC0E4-D393-B064-DA8D-99313FA59009">
<naming_option class_name="oracle.dbtools.crest.model.design.logical.Entity" max_name_length="254" case_type="2" valid_characters="" all_valid="true" />
<naming_option class_name="oracle.dbtools.crest.model.design.logical.Attribute" max_name_length="254" case_type="2" valid_characters="" all_valid="true" />
<naming_option class_name="oracle.dbtools.crest.model.design.logical.EntityView" max_name_length="254" case_type="2" valid_characters="" all_valid="true" />
</model_options>
</naming_options>
<deleted_files>
</deleted_files>
<dynamic_properties>
</dynamic_properties>
<design_estimates>
<logical_model_estimates>
<entities value="70"/>
<relations value="70"/>
<views value="70"/>
<arcs value="70"/>
</logical_model_estimates>
<data_types_model_estimates>
<structured_types value="70"/>
<collection_types value="70"/>
<distinct_types value="70"/>
</data_types_model_estimates>
<relational_model_estimates>
<relational_model_0_estimates>
<relational_model_name value="Relational_1"/>
<tables value="70"/>
<views value="70"/>
<foreign_keys value="70"/>
<schemas value="70"/>
<subviews value="70"/>
<arcs value="70"/>
</relational_model_0_estimates>
</relational_model_estimates>
</design_estimates>
</settings>

View File

@ -0,0 +1,7 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<LogicalDesign class="oracle.dbtools.crest.model.design.logical.LogicalDesign" name="Logical" id="C5FCC0E4-D393-B064-DA8D-99313FA59009" mainViewID="DE0FC048-6A8A-755E-E637-41F16C6EC7CF">
<createdBy>macie</createdBy>
<createdTime>2022-11-17 09:12:18 UTC</createdTime>
<ownerDesignName>ERD</ownerDesignName>
<shouldBeOpen>false</shouldBeOpen>
</LogicalDesign>

View File

@ -0,0 +1,17 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<Entity class="oracle.dbtools.crest.model.design.logical.Entity" directorySegmentName="seg_0" id="094A0278-30E9-B6D7-73D5-9A42759BDCFF" name="Test entity">
<createdBy>macie</createdBy>
<createdTime>2022-11-17 09:14:17 UTC</createdTime>
<ownerDesignName>ERD</ownerDesignName>
<engineerTo>
<item key="B35798F8-215A-519F-543C-7A900EBF8BAF" value="true"/>
</engineerTo>
<adequatelyNormalized>NO</adequatelyNormalized>
<expectedVolumes>0</expectedVolumes>
<fwdEngineeringStrategyName>Single Table</fwdEngineeringStrategyName>
<growthPercent>0</growthPercent>
<growthType>Year</growthType>
<maxVolumes>9999999</maxVolumes>
<minVolumes>0</minVolumes>
<normalForm>Third</normalForm>
</Entity>

View File

@ -0,0 +1,22 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<Diagram class="oracle.dbtools.crest.swingui.logical.DPVLogical" name="Logical" id="DE0FC048-6A8A-755E-E637-41F16C6EC7CF">
<createdBy>macie</createdBy>
<modifiedBy>macie</modifiedBy>
<createdTime>2022-11-17 09:13:22 UTC</createdTime>
<autoRoute>false</autoRoute>
<boxInbox>true</boxInbox>
<showLegend>false</showLegend>
<showLabels>false</showLabels>
<showRelAttributes>false</showRelAttributes>
<gridEnabled>false</gridEnabled>
<showGrid>false</showGrid>
<diagramColor>-1</diagramColor>
<display>false</display>
<notation>1</notation>
<objectViews>
<OView class="oracle.dbtools.crest.swingui.logical.TVEntity" oid="094A0278-30E9-B6D7-73D5-9A42759BDCFF" otype="Entity" vid="C922F91A-3014-1B95-0F56-C74E28766F0C">
<hideElementsInCurrentOnly>false</hideElementsInCurrentOnly>
<bounds x="351" y="318" width="170" height="110"/>
</OView>
</objectViews>
</Diagram>

View File

@ -0,0 +1,3 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<RMDeletedMap class="oracle.dbtools.crest.model.xtdmapping.RMDeletedMap">
</RMDeletedMap>

View File

@ -0,0 +1,3 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<ExtendedMap class="oracle.dbtools.crest.model.xtdmapping.ExtendedMap">
</ExtendedMap>

View File

@ -0,0 +1,3 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<RMExtendedMap class="oracle.dbtools.crest.model.xtdmapping.RMExtendedMap">
</RMExtendedMap>

View File

@ -0,0 +1,7 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<ProcessModel class="oracle.dbtools.crest.model.design.process.ProcessModel" name="Process Model" id="FBC655B0-639B-EA44-BC46-2A944B06D0C4">
<createdBy>macie</createdBy>
<createdTime>2022-11-17 09:12:18 UTC</createdTime>
<ownerDesignName>ERD</ownerDesignName>
<shouldBeOpen>false</shouldBeOpen>
</ProcessModel>

View File

@ -0,0 +1,2 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<metadatadoc version="2.0"/>

View File

@ -0,0 +1,8 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<relationalModel class="oracle.dbtools.crest.model.design.relational.RelationalDesign" name="Relational_1" id="B35798F8-215A-519F-543C-7A900EBF8BAF" mainViewID="90DB458F-A359-C334-3266-DDE597E64D02">
<createdBy>macie</createdBy>
<createdTime>2022-11-17 09:14:17 UTC</createdTime>
<ownerDesignName>ERD</ownerDesignName>
<shouldBeOpen>false</shouldBeOpen>
<selectedRDBMSSite>32076570-2523-435C-2E92-BF29817DFF70</selectedRDBMSSite>
</relationalModel>

View File

@ -0,0 +1,16 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<Diagram class="oracle.dbtools.crest.swingui.relational.DPVRelational" name="Relational_1" id="90DB458F-A359-C334-3266-DDE597E64D02">
<createdBy>macie</createdBy>
<modifiedBy>macie</modifiedBy>
<createdTime>2022-11-17 09:16:54 UTC</createdTime>
<autoRoute>false</autoRoute>
<boxInbox>true</boxInbox>
<showLegend>false</showLegend>
<showLabels>false</showLabels>
<showRelAttributes>false</showRelAttributes>
<gridEnabled>false</gridEnabled>
<showGrid>false</showGrid>
<diagramColor>-1</diagramColor>
<display>false</display>
<notation>1</notation>
</Diagram>