Ticket #62: TMDBSchema.architect

File TMDBSchema.architect, 23.8 kB (added by fcohen, 1 year ago)

Updated schema definition

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <architect-project version="1.0" appversion="0.9.5">
3  <project-name>TMDBSchema</project-name>
4  <project-data-sources>
5   <data-source id="DS0">
6    <property key="Connection Type" value="MySQL" />
7    <property key="Logical" value="Not Configured" />
8    <property key="JDBC URL" value="" />
9    <property key="UID" value="" />
10    <property key="PWD" value="" />
11    <property key="PL Schema Owner" value="" />
12    <property key="Type" value="" />
13    <property key="DSN" value="" />
14   </data-source>
15  </project-data-sources>
16  <source-databases>
17  </source-databases>
18  <target-database dbcs-ref="DS0">
19   <table id="TAB0" populated="true" name="Scenario" objectType="TABLE" physicalName="Scenario" remarks="Keeps track of all of the scenarios " >
20    <folder id="FOL1" populated="true" name="Columns" physicalName="Columns" type="1" >
21     <column id="COL2" populated="true" autoIncrement="true" name="S_ID" nullable="1" physicalName="S_ID" precision="10" primaryKeySeq="0" referenceCount="1" remarks="" scale="0" type="4" />
22     <column id="COL3" populated="true" autoIncrement="false" name="S_Name" nullable="0" physicalName="S_Name" precision="50" referenceCount="1" remarks="Scenario name" scale="0" type="12" />
23     <column id="COL4" populated="true" autoIncrement="false" name="TS_Document" nullable="0" physicalName="TS_Document" precision="10000" referenceCount="1" remarks="TestScenario document" scale="0" type="2005" />
24     <column id="COL5" populated="true" autoIncrement="false" name="S_Description" nullable="0" physicalName="S_Description" precision="1000" referenceCount="1" remarks="Goals and tasks for this scenario" scale="0" type="12" />
25    </folder>
26    <folder id="FOL6" populated="true" name="Exported Keys" physicalName="Exported Keys" type="3" >
27    </folder>
28    <folder id="FOL7" populated="true" name="Imported Keys" physicalName="Imported Keys" type="2" >
29    </folder>
30    <folder id="FOL8" populated="true" name="Indices" physicalName="Indices" type="4" >
31     <index id="IDX9" populated="true" index-type="CLUSTERED" name="Scenario_pk" physicalName="Scenario_pk" primaryKeyIndex="true" unique="true" >
32      <index-column id="IDC10" populated="true" ascending="false" column-ref="COL2" descending="false" name="S_ID" physicalName="S_ID" />
33     </index>
34    </folder>
35   </table>
36   <table id="TAB11" populated="true" name="Resource" objectType="TABLE" physicalName="Resource" remarks="Resources needed to operate a TestScenario, including jar files, TestGen4Web files, soapui files, script files" >
37    <folder id="FOL12" populated="true" name="Columns" physicalName="Columns" type="1" >
38     <column id="COL13" populated="true" autoIncrement="false" name="R_ID" nullable="0" physicalName="R_ID" precision="10" primaryKeySeq="0" referenceCount="1" remarks="Resource ID" scale="0" type="4" />
39     <column id="COL14" populated="true" autoIncrement="true" name="S_ID" nullable="1" physicalName="S_ID" precision="10" primaryKeySeq="1" referenceCount="1" remarks="" scale="0" type="4" />
40     <column id="COL15" populated="true" autoIncrement="false" name="R_Resource" nullable="0" physicalName="R_Resource" precision="10000" referenceCount="1" remarks="Resource file (binary)" scale="0" type="2004" />
41    </folder>
42    <folder id="FOL16" populated="true" name="Exported Keys" physicalName="Exported Keys" type="3" >
43    </folder>
44    <folder id="FOL17" populated="true" name="Imported Keys" physicalName="Imported Keys" type="2" >
45    </folder>
46    <folder id="FOL18" populated="true" name="Indices" physicalName="Indices" type="4" >
47     <index id="IDX19" populated="true" index-type="CLUSTERED" name="Resource_pk" physicalName="Resource_pk" primaryKeyIndex="true" unique="true" >
48      <index-column id="IDC20" populated="true" ascending="false" column-ref="COL13" descending="false" name="R_ID" physicalName="R_ID" />
49      <index-column id="IDC21" populated="true" ascending="false" column-ref="COL14" descending="false" name="S_ID" physicalName="S_ID" />
50     </index>
51    </folder>
52   </table>
53   <table id="TAB22" populated="true" name="TestCase" objectType="TABLE" physicalName="TestCase" remarks="" >
54    <folder id="FOL23" populated="true" name="Columns" physicalName="Columns" type="1" >
55     <column id="COL24" populated="true" autoIncrement="true" name="S_ID" nullable="1" physicalName="S_ID" precision="10" primaryKeySeq="0" referenceCount="2" remarks="Scenario ID number" scale="0" type="4" />
56     <column id="COL25" populated="true" autoIncrement="false" name="Case_ID" nullable="0" physicalName="Case_ID" precision="10" primaryKeySeq="1" referenceCount="1" remarks="Test Case ID number" scale="0" type="4" />
57     <column id="COL26" populated="true" autoIncrement="false" name="Case_name" nullable="0" physicalName="Case_name" precision="20" referenceCount="1" remarks="Test case name" scale="0" type="12" />
58     <column id="COL27" populated="true" autoIncrement="false" name="TPS_Total" nullable="0" physicalName="TPS_Total" precision="10" referenceCount="1" remarks="Transactions Per Second Total" scale="0" type="3" />
59     <column id="COL28" populated="true" autoIncrement="false" name="CVU_level" nullable="0" physicalName="CVU_level" precision="10" referenceCount="1" remarks="Total number of concurrent virtual users" scale="0" type="4" />
60     <column id="COL29" populated="true" autoIncrement="false" name="Message_Index" nullable="0" physicalName="Message_Index" precision="10" referenceCount="1" remarks="Message size index" scale="0" type="4" />
61    </folder>
62    <folder id="FOL30" populated="true" name="Exported Keys" physicalName="Exported Keys" type="3" >
63    </folder>
64    <folder id="FOL31" populated="true" name="Imported Keys" physicalName="Imported Keys" type="2" >
65    </folder>
66    <folder id="FOL32" populated="true" name="Indices" physicalName="Indices" type="4" >
67     <index id="IDX33" populated="true" index-type="CLUSTERED" name="TestCase_pk" physicalName="TestCase_pk" primaryKeyIndex="true" unique="true" >
68      <index-column id="IDC34" populated="true" ascending="false" column-ref="COL24" descending="false" name="S_ID" physicalName="S_ID" />
69      <index-column id="IDC35" populated="true" ascending="false" column-ref="COL25" descending="false" name="Case_ID" physicalName="Case_ID" />
70     </index>
71    </folder>
72   </table>
73   <table id="TAB36" populated="true" name="Transactions" objectType="TABLE" physicalName="Transactions" remarks="" >
74    <folder id="FOL37" populated="true" name="Columns" physicalName="Columns" type="1" >
75     <column id="COL38" populated="true" autoIncrement="true" name="Summary_ID" nullable="1" physicalName="Summary_ID" precision="10" primaryKeySeq="0" referenceCount="1" remarks="" scale="0" type="4" />
76     <column id="COL39" populated="true" autoIncrement="false" name="T_ID" nullable="0" physicalName="T_ID" precision="10" primaryKeySeq="1" referenceCount="1" remarks="Transaction Name" scale="0" type="4" />
77     <column id="COL40" populated="true" autoIncrement="false" name="T_Status" nullable="0" physicalName="T_Status" precision="10" referenceCount="1" remarks="Transaction status" scale="0" type="4" />
78     <column id="COL41" populated="true" autoIncrement="false" name="T_Duration" nullable="0" physicalName="T_Duration" precision="10" referenceCount="1" remarks="Transaction milliseconds" scale="0" type="4" />
79     <column id="COL42" populated="true" autoIncrement="false" name="T_Start" nullable="0" physicalName="T_Start" precision="10" referenceCount="1" remarks="Transaction start time" scale="0" type="93" />
80     <column id="COL43" populated="true" autoIncrement="false" name="T_Exception" nullable="0" physicalName="T_Exception" precision="10000" referenceCount="1" remarks="Exception stack trace" scale="0" type="12" />
81     <column id="COL44" populated="true" autoIncrement="false" name="T_Minimum" nullable="0" physicalName="T_Minimum" precision="10" referenceCount="1" remarks="" scale="0" type="4" />
82     <column id="COL45" populated="true" autoIncrement="false" name="T_Maximum" nullable="0" physicalName="T_Maximum" precision="10" referenceCount="1" remarks="" scale="0" type="4" />
83     <column id="COL46" populated="true" autoIncrement="false" name="T_Average" nullable="0" physicalName="T_Average" precision="10" referenceCount="1" remarks="" scale="0" type="4" />
84    </folder>
85    <folder id="FOL47" populated="true" name="Exported Keys" physicalName="Exported Keys" type="3" >
86    </folder>
87    <folder id="FOL48" populated="true" name="Imported Keys" physicalName="Imported Keys" type="2" >
88    </folder>
89    <folder id="FOL49" populated="true" name="Indices" physicalName="Indices" type="4" >
90     <index id="IDX50" populated="true" index-type="CLUSTERED" name="Transactions_pk" physicalName="Transactions_pk" primaryKeyIndex="true" unique="true" >
91      <index-column id="IDC51" populated="true" ascending="false" column-ref="COL38" descending="false" name="Summary_ID" physicalName="Summary_ID" />
92      <index-column id="IDC52" populated="true" ascending="false" column-ref="COL39" descending="false" name="T_ID" physicalName="T_ID" />
93     </index>
94    </folder>
95   </table>
96   <table id="TAB53" populated="true" name="Snapshots" objectType="TABLE" physicalName="Snapshots" remarks="" >
97    <folder id="FOL54" populated="true" name="Columns" physicalName="Columns" type="1" >
98     <column id="COL55" populated="true" autoIncrement="true" name="S_ID" nullable="1" physicalName="S_ID" precision="10" primaryKeySeq="0" referenceCount="2" remarks="" scale="0" type="4" />
99     <column id="COL56" populated="true" autoIncrement="false" name="Case_ID" nullable="0" physicalName="Case_ID" precision="10" primaryKeySeq="1" referenceCount="2" remarks="" scale="0" type="4" />
100     <column id="COL57" populated="true" autoIncrement="false" name="Snapshot_ID" nullable="0" physicalName="Snapshot_ID" precision="10" primaryKeySeq="2" referenceCount="1" remarks="" scale="0" type="4" />
101     <column id="COL58" populated="true" autoIncrement="false" name="Nodename" nullable="0" physicalName="Nodename" precision="30" referenceCount="1" remarks="" scale="0" type="12" />
102     <column id="COL59" populated="true" autoIncrement="false" name="Snapshot_Start" nullable="0" physicalName="Snapshot_Start" precision="10" referenceCount="1" remarks="Snapshot start time" scale="0" type="93" />
103     <column id="COL60" populated="true" autoIncrement="false" name="Snapshot_End" nullable="0" physicalName="Snapshot_End" precision="10" referenceCount="1" remarks="Snapshot end time" scale="0" type="4" />
104     <column id="COL61" populated="true" autoIncrement="false" name="Snapshot_Average" nullable="0" physicalName="Snapshot_Average" precision="10" referenceCount="1" remarks="Average TPS time calculated by the TestNode" scale="0" type="3" />
105     <column id="COL62" populated="true" autoIncrement="false" name="Snapshot_Minimum" nullable="0" physicalName="Snapshot_Minimum" precision="10" referenceCount="1" remarks="Mimimum TPS time calculated by the TestNode" scale="0" type="3" />
106     <column id="COL63" populated="true" autoIncrement="false" name="Snapshot_Maximum" nullable="0" physicalName="Snapshot_Maximum" precision="10" referenceCount="1" remarks="Maximum TPS time calculated by the TestNode" scale="0" type="3" />
107     <column id="COL64" populated="true" autoIncrement="false" name="Snapshot_Count" nullable="0" physicalName="Snapshot_Count" precision="10" referenceCount="1" remarks="Count of transactions reported by TestNode" scale="0" type="4" />
108    </folder>
109    <folder id="FOL65" populated="true" name="Exported Keys" physicalName="Exported Keys" type="3" >
110    </folder>
111    <folder id="FOL66" populated="true" name="Imported Keys" physicalName="Imported Keys" type="2" >
112    </folder>
113    <folder id="FOL67" populated="true" name="Indices" physicalName="Indices" type="4" >
114     <index id="IDX68" populated="true" index-type="CLUSTERED" name="Snapshot_pk" physicalName="Snapshot_pk" primaryKeyIndex="true" unique="true" >
115      <index-column id="IDC69" populated="true" ascending="false" column-ref="COL55" descending="false" name="S_ID" physicalName="S_ID" />
116      <index-column id="IDC70" populated="true" ascending="false" column-ref="COL56" descending="false" name="Case_ID" physicalName="Case_ID" />
117      <index-column id="IDC71" populated="true" ascending="false" column-ref="COL57" descending="false" name="Snapshot_ID" physicalName="Snapshot_ID" />
118     </index>
119    </folder>
120   </table>
121   <table id="TAB72" populated="true" name="Monitor" objectType="TABLE" physicalName="Monitor" remarks="Data from monitor " >
122    <folder id="FOL73" populated="true" name="Columns" physicalName="Columns" type="1" >
123     <column id="COL74" populated="true" autoIncrement="false" name="Nodename" nullable="0" physicalName="Nodename" precision="30" primaryKeySeq="0" referenceCount="1" remarks="" scale="0" type="12" />
124     <column id="COL75" populated="true" autoIncrement="true" name="S_ID" nullable="0" physicalName="S_ID" precision="10" primaryKeySeq="1" referenceCount="2" remarks="" scale="0" type="4" />
125     <column id="COL76" populated="true" autoIncrement="false" name="Case_ID" nullable="0" physicalName="Case_ID" precision="10" primaryKeySeq="2" referenceCount="1" remarks="Test Case ID number" scale="0" type="4" />
126     <column id="COL77" populated="true" autoIncrement="false" name="Monitor_ID" nullable="0" physicalName="Monitor_ID" precision="10" primaryKeySeq="3" referenceCount="1" remarks="" scale="0" type="4" />
127     <column id="COL78" populated="true" autoIncrement="false" name="Monitor_time" nullable="0" physicalName="Monitor_time" precision="10" referenceCount="1" remarks="Monitor start time" scale="0" type="93" />
128     <column id="COL79" populated="true" autoIncrement="false" name="CPU" nullable="0" physicalName="CPU" precision="10" referenceCount="1" remarks="CPU percentage used" scale="2" type="6" />
129     <column id="COL80" populated="true" autoIncrement="false" name="Network" nullable="0" physicalName="Network" precision="10" referenceCount="1" remarks="" scale="2" type="6" />
130     <column id="COL81" populated="true" autoIncrement="false" name="Memory" nullable="0" physicalName="Memory" precision="10" referenceCount="1" remarks="" scale="2" type="6" />
131    </folder>
132    <folder id="FOL82" populated="true" name="Exported Keys" physicalName="Exported Keys" type="3" >
133    </folder>
134    <folder id="FOL83" populated="true" name="Imported Keys" physicalName="Imported Keys" type="2" >
135    </folder>
136    <folder id="FOL84" populated="true" name="Indices" physicalName="Indices" type="4" >
137     <index id="IDX85" populated="true" index-type="CLUSTERED" name="Monitor_pk" physicalName="Monitor_pk" primaryKeyIndex="true" unique="true" >
138      <index-column id="IDC86" populated="true" ascending="false" column-ref="COL74" descending="false" name="Nodename" physicalName="Nodename" />
139      <index-column id="IDC87" populated="true" ascending="false" column-ref="COL75" descending="false" name="S_ID" physicalName="S_ID" />
140      <index-column id="IDC88" populated="true" ascending="false" column-ref="COL76" descending="false" name="Case_ID" physicalName="Case_ID" />
141      <index-column id="IDC89" populated="true" ascending="false" column-ref="COL77" descending="false" name="Monitor_ID" physicalName="Monitor_ID" />
142     </index>
143    </folder>
144   </table>
145   <table id="TAB90" populated="true" name="Summary" objectType="TABLE" physicalName="Summary" remarks="" >
146    <folder id="FOL91" populated="true" name="Columns" physicalName="Columns" type="1" >
147     <column id="COL92" populated="true" autoIncrement="true" name="Summary_ID" nullable="1" physicalName="Summary_ID" precision="10" primaryKeySeq="0" referenceCount="1" remarks="" scale="0" type="4" />
148     <column id="COL93" populated="true" autoIncrement="true" name="S_ID" nullable="1" physicalName="S_ID" precision="10" referenceCount="2" remarks="" scale="0" type="4" />
149     <column id="COL94" populated="true" autoIncrement="false" name="Case_ID" nullable="0" physicalName="Case_ID" precision="10" referenceCount="2" remarks="" scale="0" type="4" />
150     <column id="COL95" populated="true" autoIncrement="false" name="Nodename" nullable="0" physicalName="Nodename" precision="30" referenceCount="1" remarks="" scale="0" type="12" />
151     <column id="COL96" populated="true" autoIncrement="false" name="Count" nullable="0" physicalName="Count" precision="10" referenceCount="1" remarks="" scale="0" type="4" />
152     <column id="COL97" populated="true" autoIncrement="false" name="Average" nullable="1" physicalName="Average" precision="10" referenceCount="1" remarks="" scale="0" type="4" />
153     <column id="COL98" populated="true" autoIncrement="false" name="Maximum" nullable="1" physicalName="Maximum" precision="10" referenceCount="1" remarks="" scale="0" type="4" />
154     <column id="COL99" populated="true" autoIncrement="false" name="Minimum" nullable="1" physicalName="Minimum" precision="10" referenceCount="1" remarks="" scale="0" type="4" />
155    </folder>
156    <folder id="FOL100" populated="true" name="Exported Keys" physicalName="Exported Keys" type="3" >
157    </folder>
158    <folder id="FOL101" populated="true" name="Imported Keys" physicalName="Imported Keys" type="2" >
159    </folder>
160    <folder id="FOL102" populated="true" name="Indices" physicalName="Indices" type="4" >
161     <index id="IDX103" populated="true" index-type="CLUSTERED" name="Summary_pk" physicalName="Summary_pk" primaryKeyIndex="true" unique="true" >
162      <index-column id="IDC104" populated="true" ascending="false" column-ref="COL92" descending="false" name="Summary_ID" physicalName="Summary_ID" />
163     </index>
164    </folder>
165   </table>
166   <table id="TAB105" populated="true" name="TestScenario" objectType="TABLE" physicalName="TestScenario" remarks="" >
167    <folder id="FOL106" populated="true" name="Columns" physicalName="Columns" type="1" >
168     <column id="COL107" populated="true" autoIncrement="false" name="TS_ID" nullable="0" physicalName="TS_ID" precision="10" primaryKeySeq="0" referenceCount="1" remarks="" scale="0" type="4" />
169     <column id="COL108" populated="true" autoIncrement="true" name="S_ID" nullable="1" physicalName="S_ID" precision="10" primaryKeySeq="1" referenceCount="1" remarks="" scale="0" type="4" />
170     <column id="COL109" populated="true" autoIncrement="false" name="TS_Document" nullable="0" physicalName="TS_Document" precision="10000" referenceCount="1" remarks="" scale="0" type="2005" />
171    </folder>
172    <folder id="FOL110" populated="true" name="Exported Keys" physicalName="Exported Keys" type="3" >
173    </folder>
174    <folder id="FOL111" populated="true" name="Imported Keys" physicalName="Imported Keys" type="2" >
175    </folder>
176    <folder id="FOL112" populated="true" name="Indices" physicalName="Indices" type="4" >
177     <index id="IDX113" populated="true" index-type="CLUSTERED" name="TestScenario_pk" physicalName="TestScenario_pk" primaryKeyIndex="true" unique="true" >
178      <index-column id="IDC114" populated="true" ascending="false" column-ref="COL107" descending="false" name="TS_ID" physicalName="TS_ID" />
179      <index-column id="IDC115" populated="true" ascending="false" column-ref="COL108" descending="false" name="S_ID" physicalName="S_ID" />
180     </index>
181    </folder>
182   </table>
183   <relationships>
184    <relationship id="REL116" populated="true" deferrability="0" deleteRule="0" fk-table-ref="TAB11" fkCardinality="7" identifying="true" name="Scenario_Resource_fk" physicalName="Scenario_Resource_fk" pk-table-ref="TAB0" pkCardinality="2" updateRule="0" >
185     <column-mapping id="CMP117" populated="true" fk-column-ref="COL14" name="Column Mapping" physicalName="Column Mapping" pk-column-ref="COL2" />
186    </relationship>
187    <relationship id="REL118" populated="true" deferrability="0" deleteRule="0" fk-table-ref="TAB22" fkCardinality="7" identifying="true" name="Scenario_TestCase_fk" physicalName="Scenario_TestCase_fk" pk-table-ref="TAB0" pkCardinality="2" updateRule="0" >
188     <column-mapping id="CMP119" populated="true" fk-column-ref="COL24" name="Column Mapping" physicalName="Column Mapping" pk-column-ref="COL2" />
189    </relationship>
190    <relationship id="REL120" populated="true" deferrability="0" deleteRule="0" fk-table-ref="TAB105" fkCardinality="7" identifying="true" name="Scenario_TestScenario_fk" physicalName="Scenario_TestScenario_fk" pk-table-ref="TAB0" pkCardinality="2" updateRule="0" >
191     <column-mapping id="CMP121" populated="true" fk-column-ref="COL108" name="Column Mapping" physicalName="Column Mapping" pk-column-ref="COL2" />
192    </relationship>
193    <reference ref-id="REL116" />
194    <relationship id="REL122" populated="true" deferrability="0" deleteRule="0" fk-table-ref="TAB53" fkCardinality="7" identifying="true" name="TestCase_Case_Exec_Snapshot_fk" physicalName="TestCase_Case_Exec_Snapshot_fk" pk-table-ref="TAB22" pkCardinality="2" updateRule="0" >
195     <column-mapping id="CMP123" populated="true" fk-column-ref="COL55" name="Column Mapping" physicalName="Column Mapping" pk-column-ref="COL24" />
196     <column-mapping id="CMP124" populated="true" fk-column-ref="COL56" name="Column Mapping" physicalName="Column Mapping" pk-column-ref="COL25" />
197    </relationship>
198    <relationship id="REL125" populated="true" deferrability="0" deleteRule="0" fk-table-ref="TAB72" fkCardinality="7" identifying="true" name="TestCase_Monitor_fk" physicalName="TestCase_Monitor_fk" pk-table-ref="TAB22" pkCardinality="2" updateRule="0" >
199     <column-mapping id="CMP126" populated="true" fk-column-ref="COL75" name="Column Mapping" physicalName="Column Mapping" pk-column-ref="COL24" />
200     <column-mapping id="CMP127" populated="true" fk-column-ref="COL76" name="Column Mapping" physicalName="Column Mapping" pk-column-ref="COL25" />
201    </relationship>
202    <relationship id="REL128" populated="true" deferrability="0" deleteRule="0" fk-table-ref="TAB90" fkCardinality="7" identifying="true" name="TestCase_New_Table_fk" physicalName="TestCase_New_Table_fk" pk-table-ref="TAB22" pkCardinality="2" updateRule="0" >
203     <column-mapping id="CMP129" populated="true" fk-column-ref="COL93" name="Column Mapping" physicalName="Column Mapping" pk-column-ref="COL24" />
204     <column-mapping id="CMP130" populated="true" fk-column-ref="COL94" name="Column Mapping" physicalName="Column Mapping" pk-column-ref="COL25" />
205    </relationship>
206    <reference ref-id="REL118" />
207    <relationship id="REL131" populated="true" deferrability="0" deleteRule="0" fk-table-ref="TAB36" fkCardinality="7" identifying="true" name="Summary_Transactions_fk" physicalName="Summary_Transactions_fk" pk-table-ref="TAB90" pkCardinality="2" updateRule="0" >
208     <column-mapping id="CMP132" populated="true" fk-column-ref="COL38" name="Column Mapping" physicalName="Column Mapping" pk-column-ref="COL92" />
209    </relationship>
210    <reference ref-id="REL122" />
211    <reference ref-id="REL125" />
212    <reference ref-id="REL131" />
213    <reference ref-id="REL128" />
214    <reference ref-id="REL120" />
215   </relationships>
216  </target-database>
217  <ddl-generator type="ca.sqlpower.architect.ddl.MySqlDDLGenerator" allow-connection="true" target-catalog="testmaker" target-schema=""> </ddl-generator>
218  <play-pen>
219   <table-pane table-ref="TAB0" x="122" y="37" />
220   <table-pane table-ref="TAB11" x="453" y="7" />
221   <table-pane table-ref="TAB22" x="121" y="188" />
222   <table-pane table-ref="TAB36" x="443" y="368" />
223   <table-pane table-ref="TAB53" x="21" y="370" />
224   <table-pane table-ref="TAB72" x="449" y="187" />
225   <table-pane table-ref="TAB90" x="237" y="370" />
226   <table-pane table-ref="TAB105" x="450" y="92" />
227   <table-link relationship-ref="REL120" pk-x="181" pk-y="63" fk-x="0" fk-y="25" />
228   <table-link relationship-ref="REL122" pk-x="56" pk-y="127" fk-x="96" fk-y="0" />
229   <table-link relationship-ref="REL118" pk-x="80" pk-y="95" fk-x="81" fk-y="0" />
230   <table-link relationship-ref="REL116" pk-x="181" pk-y="35" fk-x="0" fk-y="51" />
231   <table-link relationship-ref="REL125" pk-x="172" pk-y="70" fk-x="0" fk-y="71" />
232   <table-link relationship-ref="REL128" pk-x="116" pk-y="127" fk-x="37" fk-y="0" />
233   <table-link relationship-ref="REL131" pk-x="157" pk-y="84" fk-x="0" fk-y="86" />
234  </play-pen>
235  <profiles topNCount="10">
236   </profiles>
237 </architect-project>