From afe377a9b10b5c1b2badc74d4b9b636e7c4d0cbf Mon Sep 17 00:00:00 2001
From: Pacien TRAN-GIRARD
Date: Tue, 27 Jan 2015 18:01:45 +0100
Subject: Add E-R model and SQL bootstrap scripts
---
res/schema/minibay.dmd | 9 +
res/schema/minibay/ChangeRequests.local | 2 +
.../minibay/businessinfo/Business Information.xml | 8 +
res/schema/minibay/businessinfo/Objects.local | 2 +
res/schema/minibay/datatypes/DDLSelection.local | 2 +
res/schema/minibay/datatypes/DataTypes.xml | 16 +
res/schema/minibay/datatypes/Diagrams.local | 4 +
res/schema/minibay/datatypes/Objects.local | 5 +
.../seg_0/47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml | 11 +
.../seg_0/F72C39E0-D1CA-8821-2AD7-A1E95A37D3D1.xml | 11 +
.../4AA8E83E-8FAC-A475-6B57-13D01BB3E387.xml | 24 ++
res/schema/minibay/dl_settings.xml | 324 +++++++++++++++++++++
res/schema/minibay/dmd_open.local | 6 +
res/schema/minibay/logical/Diagrams.local | 4 +
res/schema/minibay/logical/Logical.xml | 8 +
res/schema/minibay/logical/Objects.local | 12 +
.../seg_0/3A87C5DB-E5A1-CE50-3315-E79CB15E1228.xml | 102 +++++++
.../seg_0/ADB5EC5D-6870-9678-9422-AAA505740C3D.xml | 101 +++++++
.../seg_0/D47DA6D6-F140-D137-757D-FD7E2F1B55CA.xml | 187 ++++++++++++
.../seg_0/E1F3B5D8-12CA-9627-E01E-00A1D51AB53D.xml | 138 +++++++++
.../seg_0/FB734E67-6DAD-A373-0EEF-340D8DBF48CA.xml | 100 +++++++
.../seg_0/1125CCDF-89CF-01D3-9666-49A7CC4CBC92.xml | 19 ++
.../seg_0/42B8135F-87F5-C085-3218-D88EFB3E6203.xml | 19 ++
.../seg_0/DC612F12-BEE0-AF2C-7503-B6E88D578157.xml | 20 ++
.../seg_0/F75CBC45-CE7F-353E-B31B-D5F43263CA20.xml | 19 ++
.../1A00F641-9556-69A8-7292-6AA910122438.xml | 70 +++++
...dMap_RM6F3F2070-29A1-00AF-1AD3-2218FC930021.xml | 3 +
res/schema/minibay/mapping/ExtendedMap.xml | 3 +
...dMap_RM6F3F2070-29A1-00AF-1AD3-2218FC930021.xml | 123 ++++++++
res/schema/minibay/pm/Objects.local | 2 +
res/schema/minibay/pm/Process Model.xml | 8 +
res/schema/minibay/rdbms/minibay_RDBMSSites.xml | 6 +
res/schema/minibay/rel/6F3F2070-2218FC930021.xml | 8 +
.../rel/6F3F2070-2218FC930021/DDLSelection.local | 2 +
.../rel/6F3F2070-2218FC930021/Diagrams.local | 4 +
.../rel/6F3F2070-2218FC930021/Objects.local | 12 +
.../seg_0/3ABB9634-C302-8E4C-9215-083A5E469F86.xml | 14 +
.../seg_0/44EE13EE-175C-E47F-87D3-5D3E8571A5EC.xml | 14 +
.../seg_0/709BDA5C-F4F9-4A75-3E9C-2C01D253B0D9.xml | 14 +
.../seg_0/89F56A68-E07C-6CD2-AB7B-24EB24E91A92.xml | 14 +
.../379DB4C6-2F45-4810-44AF-A5AA8E6D04F3.xml | 70 +++++
.../seg_0/21011472-5971-4464-1A69-2C11177EF980.xml | 155 ++++++++++
.../seg_0/33BF4BA5-F13A-C490-06B1-9559D6D1C043.xml | 112 +++++++
.../seg_0/580F4069-7399-0BCA-A3CF-27A67097B73C.xml | 96 ++++++
.../seg_0/9BF011C2-2115-7B5C-9B1A-442B8B783E18.xml | 80 +++++
.../seg_0/DBA87DEA-098E-76C7-7AFC-164582BCD879.xml | 127 ++++++++
res/sql/data/orcl_bids.sql | 12 +
res/sql/data/orcl_charges.sql | 6 +
res/sql/data/orcl_items.sql | 10 +
res/sql/data/orcl_transactions.sql | 38 +++
res/sql/data/orcl_users.sql | 13 +
res/sql/data/pg_bids.sql | 9 +
res/sql/data/pg_charges.sql | 4 +
res/sql/data/pg_items.sql | 6 +
res/sql/data/pg_transactions.sql | 38 +++
res/sql/data/pg_users.sql | 12 +
res/sql/functions/orcl_current_datetime.sql | 10 +
res/sql/functions/orcl_gen_uuid.sql | 11 +
res/sql/functions/pg_current_datetime.sql | 10 +
res/sql/functions/pg_gen_uuid.sql | 9 +
res/sql/orcl_all.sql | 301 +++++++++++++++++++
res/sql/pg_all.sql | 265 +++++++++++++++++
res/sql/tables/orcl_add_constraints_defaults.sql | 36 +++
res/sql/tables/orcl_ddl.sql | 113 +++++++
res/sql/tables/pg_add_constraints_defaults.sql | 26 ++
res/sql/tables/pg_ddl.sql | 113 +++++++
res/sql/views/orcl_accounts.sql | 31 ++
res/sql/views/orcl_sales.sql | 49 ++++
res/sql/views/pg_accounts.sql | 31 ++
res/sql/views/pg_sales.sql | 32 ++
70 files changed, 3275 insertions(+)
create mode 100644 res/schema/minibay.dmd
create mode 100644 res/schema/minibay/ChangeRequests.local
create mode 100644 res/schema/minibay/businessinfo/Business Information.xml
create mode 100644 res/schema/minibay/businessinfo/Objects.local
create mode 100644 res/schema/minibay/datatypes/DDLSelection.local
create mode 100644 res/schema/minibay/datatypes/DataTypes.xml
create mode 100644 res/schema/minibay/datatypes/Diagrams.local
create mode 100644 res/schema/minibay/datatypes/Objects.local
create mode 100644 res/schema/minibay/datatypes/structuredtype/seg_0/47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml
create mode 100644 res/schema/minibay/datatypes/structuredtype/seg_0/F72C39E0-D1CA-8821-2AD7-A1E95A37D3D1.xml
create mode 100644 res/schema/minibay/datatypes/subviews/4AA8E83E-8FAC-A475-6B57-13D01BB3E387.xml
create mode 100644 res/schema/minibay/dl_settings.xml
create mode 100644 res/schema/minibay/dmd_open.local
create mode 100644 res/schema/minibay/logical/Diagrams.local
create mode 100644 res/schema/minibay/logical/Logical.xml
create mode 100644 res/schema/minibay/logical/Objects.local
create mode 100644 res/schema/minibay/logical/entity/seg_0/3A87C5DB-E5A1-CE50-3315-E79CB15E1228.xml
create mode 100644 res/schema/minibay/logical/entity/seg_0/ADB5EC5D-6870-9678-9422-AAA505740C3D.xml
create mode 100644 res/schema/minibay/logical/entity/seg_0/D47DA6D6-F140-D137-757D-FD7E2F1B55CA.xml
create mode 100644 res/schema/minibay/logical/entity/seg_0/E1F3B5D8-12CA-9627-E01E-00A1D51AB53D.xml
create mode 100644 res/schema/minibay/logical/entity/seg_0/FB734E67-6DAD-A373-0EEF-340D8DBF48CA.xml
create mode 100644 res/schema/minibay/logical/relation/seg_0/1125CCDF-89CF-01D3-9666-49A7CC4CBC92.xml
create mode 100644 res/schema/minibay/logical/relation/seg_0/42B8135F-87F5-C085-3218-D88EFB3E6203.xml
create mode 100644 res/schema/minibay/logical/relation/seg_0/DC612F12-BEE0-AF2C-7503-B6E88D578157.xml
create mode 100644 res/schema/minibay/logical/relation/seg_0/F75CBC45-CE7F-353E-B31B-D5F43263CA20.xml
create mode 100644 res/schema/minibay/logical/subviews/1A00F641-9556-69A8-7292-6AA910122438.xml
create mode 100644 res/schema/minibay/mapping/DeletedMap_RM6F3F2070-29A1-00AF-1AD3-2218FC930021.xml
create mode 100644 res/schema/minibay/mapping/ExtendedMap.xml
create mode 100644 res/schema/minibay/mapping/ExtendedMap_RM6F3F2070-29A1-00AF-1AD3-2218FC930021.xml
create mode 100644 res/schema/minibay/pm/Objects.local
create mode 100644 res/schema/minibay/pm/Process Model.xml
create mode 100644 res/schema/minibay/rdbms/minibay_RDBMSSites.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/DDLSelection.local
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/Diagrams.local
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/Objects.local
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/foreignkey/seg_0/3ABB9634-C302-8E4C-9215-083A5E469F86.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/foreignkey/seg_0/44EE13EE-175C-E47F-87D3-5D3E8571A5EC.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/foreignkey/seg_0/709BDA5C-F4F9-4A75-3E9C-2C01D253B0D9.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/foreignkey/seg_0/89F56A68-E07C-6CD2-AB7B-24EB24E91A92.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/subviews/379DB4C6-2F45-4810-44AF-A5AA8E6D04F3.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/table/seg_0/21011472-5971-4464-1A69-2C11177EF980.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/table/seg_0/33BF4BA5-F13A-C490-06B1-9559D6D1C043.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/table/seg_0/580F4069-7399-0BCA-A3CF-27A67097B73C.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/table/seg_0/9BF011C2-2115-7B5C-9B1A-442B8B783E18.xml
create mode 100644 res/schema/minibay/rel/6F3F2070-2218FC930021/table/seg_0/DBA87DEA-098E-76C7-7AFC-164582BCD879.xml
create mode 100644 res/sql/data/orcl_bids.sql
create mode 100644 res/sql/data/orcl_charges.sql
create mode 100644 res/sql/data/orcl_items.sql
create mode 100644 res/sql/data/orcl_transactions.sql
create mode 100644 res/sql/data/orcl_users.sql
create mode 100644 res/sql/data/pg_bids.sql
create mode 100644 res/sql/data/pg_charges.sql
create mode 100644 res/sql/data/pg_items.sql
create mode 100644 res/sql/data/pg_transactions.sql
create mode 100644 res/sql/data/pg_users.sql
create mode 100644 res/sql/functions/orcl_current_datetime.sql
create mode 100644 res/sql/functions/orcl_gen_uuid.sql
create mode 100644 res/sql/functions/pg_current_datetime.sql
create mode 100644 res/sql/functions/pg_gen_uuid.sql
create mode 100644 res/sql/orcl_all.sql
create mode 100644 res/sql/pg_all.sql
create mode 100644 res/sql/tables/orcl_add_constraints_defaults.sql
create mode 100644 res/sql/tables/orcl_ddl.sql
create mode 100644 res/sql/tables/pg_add_constraints_defaults.sql
create mode 100644 res/sql/tables/pg_ddl.sql
create mode 100644 res/sql/views/orcl_accounts.sql
create mode 100644 res/sql/views/orcl_sales.sql
create mode 100644 res/sql/views/pg_accounts.sql
create mode 100644 res/sql/views/pg_sales.sql
diff --git a/res/schema/minibay.dmd b/res/schema/minibay.dmd
new file mode 100644
index 0000000..a6a3b67
--- /dev/null
+++ b/res/schema/minibay.dmd
@@ -0,0 +1,9 @@
+
+
+trangirp
+2015-01-06 16:33:26 UTC
+Généré par l'utilisateur
+éBé
+false
+EF4FFDE4-2BC8-95B9-99BC-4441CD6E1B05
+
\ No newline at end of file
diff --git a/res/schema/minibay/ChangeRequests.local b/res/schema/minibay/ChangeRequests.local
new file mode 100644
index 0000000..a96a81e
--- /dev/null
+++ b/res/schema/minibay/ChangeRequests.local
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/businessinfo/Business Information.xml b/res/schema/minibay/businessinfo/Business Information.xml
new file mode 100644
index 0000000..9ee514e
--- /dev/null
+++ b/res/schema/minibay/businessinfo/Business Information.xml
@@ -0,0 +1,8 @@
+
+
+trangirp
+2015-01-06 16:33:26 UTC
+Généré par l'utilisateur
+éBé
+false
+
\ No newline at end of file
diff --git a/res/schema/minibay/businessinfo/Objects.local b/res/schema/minibay/businessinfo/Objects.local
new file mode 100644
index 0000000..2b5a68f
--- /dev/null
+++ b/res/schema/minibay/businessinfo/Objects.local
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/datatypes/DDLSelection.local b/res/schema/minibay/datatypes/DDLSelection.local
new file mode 100644
index 0000000..cd4b12c
--- /dev/null
+++ b/res/schema/minibay/datatypes/DDLSelection.local
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/datatypes/DataTypes.xml b/res/schema/minibay/datatypes/DataTypes.xml
new file mode 100644
index 0000000..d4722d2
--- /dev/null
+++ b/res/schema/minibay/datatypes/DataTypes.xml
@@ -0,0 +1,16 @@
+
+
+trangirp
+2015-01-06 16:33:26 UTC
+Généré par l'utilisateur
+éBé
+false
+array_ref_
+array_
+10
+ARRAY
+_Array
+inst_
+ref_
+true
+
\ No newline at end of file
diff --git a/res/schema/minibay/datatypes/Diagrams.local b/res/schema/minibay/datatypes/Diagrams.local
new file mode 100644
index 0000000..449994e
--- /dev/null
+++ b/res/schema/minibay/datatypes/Diagrams.local
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/datatypes/Objects.local b/res/schema/minibay/datatypes/Objects.local
new file mode 100644
index 0000000..ed6e962
--- /dev/null
+++ b/res/schema/minibay/datatypes/Objects.local
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/datatypes/structuredtype/seg_0/47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml b/res/schema/minibay/datatypes/structuredtype/seg_0/47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml
new file mode 100644
index 0000000..c3aa9eb
--- /dev/null
+++ b/res/schema/minibay/datatypes/structuredtype/seg_0/47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml
@@ -0,0 +1,11 @@
+
+
+trangirp
+2015-01-06 16:33:26 UTC
+Généré par l'utilisateur
+minibay
+false
+true
+false
+true
+
\ No newline at end of file
diff --git a/res/schema/minibay/datatypes/structuredtype/seg_0/F72C39E0-D1CA-8821-2AD7-A1E95A37D3D1.xml b/res/schema/minibay/datatypes/structuredtype/seg_0/F72C39E0-D1CA-8821-2AD7-A1E95A37D3D1.xml
new file mode 100644
index 0000000..085823d
--- /dev/null
+++ b/res/schema/minibay/datatypes/structuredtype/seg_0/F72C39E0-D1CA-8821-2AD7-A1E95A37D3D1.xml
@@ -0,0 +1,11 @@
+
+
+trangirp
+2015-01-06 16:33:26 UTC
+Généré par l'utilisateur
+minibay
+false
+true
+false
+true
+
\ No newline at end of file
diff --git a/res/schema/minibay/datatypes/subviews/4AA8E83E-8FAC-A475-6B57-13D01BB3E387.xml b/res/schema/minibay/datatypes/subviews/4AA8E83E-8FAC-A475-6B57-13D01BB3E387.xml
new file mode 100644
index 0000000..56a0e47
--- /dev/null
+++ b/res/schema/minibay/datatypes/subviews/4AA8E83E-8FAC-A475-6B57-13D01BB3E387.xml
@@ -0,0 +1,24 @@
+
+
+trangirp
+2015-01-06 16:33:26 UTC
+false
+true
+false
+false
+false
+false
+-1
+false
+1
+
+
+false
+
+
+
+false
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/dl_settings.xml b/res/schema/minibay/dl_settings.xml
new file mode 100644
index 0000000..d2e28e6
--- /dev/null
+++ b/res/schema/minibay/dl_settings.xml
@@ -0,0 +1,324 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/dmd_open.local b/res/schema/minibay/dmd_open.local
new file mode 100644
index 0000000..d9ee012
--- /dev/null
+++ b/res/schema/minibay/dmd_open.local
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/logical/Diagrams.local b/res/schema/minibay/logical/Diagrams.local
new file mode 100644
index 0000000..a07302a
--- /dev/null
+++ b/res/schema/minibay/logical/Diagrams.local
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/logical/Logical.xml b/res/schema/minibay/logical/Logical.xml
new file mode 100644
index 0000000..e315fda
--- /dev/null
+++ b/res/schema/minibay/logical/Logical.xml
@@ -0,0 +1,8 @@
+
+
+trangirp
+2015-01-06 16:33:26 UTC
+Généré par l'utilisateur
+éBé
+false
+
\ No newline at end of file
diff --git a/res/schema/minibay/logical/Objects.local b/res/schema/minibay/logical/Objects.local
new file mode 100644
index 0000000..a2369ac
--- /dev/null
+++ b/res/schema/minibay/logical/Objects.local
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/logical/entity/seg_0/3A87C5DB-E5A1-CE50-3315-E79CB15E1228.xml b/res/schema/minibay/logical/entity/seg_0/3A87C5DB-E5A1-CE50-3315-E79CB15E1228.xml
new file mode 100644
index 0000000..1d8d6e4
--- /dev/null
+++ b/res/schema/minibay/logical/entity/seg_0/3A87C5DB-E5A1-CE50-3315-E79CB15E1228.xml
@@ -0,0 +1,102 @@
+
+
+trangirp
+2015-01-06 17:25:44 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+NO
+0
+Single Table
+0
+Year
+9999999
+0
+Third
+
+
+trangirp
+2015-01-06 17:25:49 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+36
+
+
+pacien
+2015-01-25 14:03:54 UTC
+DC612F12-BEE0-AF2C-7503-B6E88D578157
+minibay
+
+
+
+3D6F41D0-9513-CCFC-A3E1-760FDB40E0F6
+false
+
+LOGDT024
+36
+
+
+pacien
+2015-01-14 08:34:22 UTC
+1125CCDF-89CF-01D3-9666-49A7CC4CBC92
+minibay
+
+
+
+BC91FFF1-D34B-D71C-B22F-43F85A711500
+false
+
+LOGDT024
+36
+
+
+trangirp
+2015-01-06 17:26:09 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT046
+
+
+trangirp
+2015-01-06 17:25:59 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT019
+8
+2
+
+
+
+
+trangirp
+2015-01-06 17:25:58 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+true
+
+A6B7D9EA-D788-E939-4270-C70F8F7D2A09
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/logical/entity/seg_0/ADB5EC5D-6870-9678-9422-AAA505740C3D.xml b/res/schema/minibay/logical/entity/seg_0/ADB5EC5D-6870-9678-9422-AAA505740C3D.xml
new file mode 100644
index 0000000..7ae0a82
--- /dev/null
+++ b/res/schema/minibay/logical/entity/seg_0/ADB5EC5D-6870-9678-9422-AAA505740C3D.xml
@@ -0,0 +1,101 @@
+
+
+trangirp
+2015-01-06 17:03:28 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+NO
+0
+Single Table
+0
+Year
+9999999
+0
+Third
+
+
+trangirp
+2015-01-06 17:04:52 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+36
+
+
+pacien
+2015-01-14 08:33:58 UTC
+42B8135F-87F5-C085-3218-D88EFB3E6203
+minibay
+
+
+
+BC91FFF1-D34B-D71C-B22F-43F85A711500
+false
+
+LOGDT024
+36
+
+
+trangirp
+2015-01-06 17:05:49 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT046
+
+
+trangirp
+2015-01-06 17:04:43 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT019
+8
+2
+
+
+trangirp
+2015-01-06 17:06:53 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+255
+
+
+
+
+trangirp
+2015-01-06 17:05:04 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+true
+
+66CE3869-448C-4CEB-C60E-1AF26B2A1A19
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/logical/entity/seg_0/D47DA6D6-F140-D137-757D-FD7E2F1B55CA.xml b/res/schema/minibay/logical/entity/seg_0/D47DA6D6-F140-D137-757D-FD7E2F1B55CA.xml
new file mode 100644
index 0000000..3718dca
--- /dev/null
+++ b/res/schema/minibay/logical/entity/seg_0/D47DA6D6-F140-D137-757D-FD7E2F1B55CA.xml
@@ -0,0 +1,187 @@
+
+
+trangirp
+2015-01-06 16:39:26 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+NO
+0
+Single Table
+0
+Year
+9999999
+0
+Third
+
+
+pacien
+2015-01-14 08:32:00 UTC
+minibay
+
+
+
+false
+
+LOGDT024
+36
+
+
+trangirp
+2015-01-06 16:39:51 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+20
+
+
+trangirp
+2015-01-06 16:41:12 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+255
+
+
+trangirp
+2015-01-06 16:42:24 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+255
+
+
+pacien
+2015-01-26 21:10:05 UTC
+minibay
+
+
+
+false
+
+LOGDT046
+
+
+trangirp
+2015-01-06 16:40:35 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+255
+
+
+trangirp
+2015-01-06 16:40:56 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+255
+
+
+trangirp
+2015-01-06 16:48:26 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+2
+
+
+trangirp
+2015-01-06 16:42:48 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+20
+
+
+trangirp
+2015-01-06 16:42:36 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+255
+
+
+trangirp
+2015-01-06 16:43:12 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+20
+
+
+trangirp
+2015-01-06 16:44:54 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT046
+
+
+
+
+trangirp
+2015-01-06 16:40:24 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+true
+
+BC91FFF1-D34B-D71C-B22F-43F85A711500
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/logical/entity/seg_0/E1F3B5D8-12CA-9627-E01E-00A1D51AB53D.xml b/res/schema/minibay/logical/entity/seg_0/E1F3B5D8-12CA-9627-E01E-00A1D51AB53D.xml
new file mode 100644
index 0000000..9b00bfd
--- /dev/null
+++ b/res/schema/minibay/logical/entity/seg_0/E1F3B5D8-12CA-9627-E01E-00A1D51AB53D.xml
@@ -0,0 +1,138 @@
+
+
+trangirp
+2015-01-06 16:49:20 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+NO
+0
+Single Table
+0
+Year
+9999999
+0
+Third
+
+
+trangirp
+2015-01-06 16:50:11 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+36
+
+
+pacien
+2015-01-14 08:34:08 UTC
+F75CBC45-CE7F-353E-B31B-D5F43263CA20
+minibay
+
+
+
+BC91FFF1-D34B-D71C-B22F-43F85A711500
+false
+
+LOGDT024
+36
+
+
+trangirp
+2015-01-06 16:54:39 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT046
+
+
+trangirp
+2015-01-06 16:54:57 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT046
+
+
+trangirp
+2015-01-06 16:50:55 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+20
+
+
+trangirp
+2015-01-06 16:54:07 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+30
+
+
+trangirp
+2015-01-06 16:54:23 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT040
+
+
+trangirp
+2015-01-06 16:55:22 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT019
+8
+2
+
+
+
+
+trangirp
+2015-01-06 16:50:53 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+true
+
+3D6F41D0-9513-CCFC-A3E1-760FDB40E0F6
+
+
+
+
\ No newline at end of file
diff --git a/res/schema/minibay/logical/entity/seg_0/FB734E67-6DAD-A373-0EEF-340D8DBF48CA.xml b/res/schema/minibay/logical/entity/seg_0/FB734E67-6DAD-A373-0EEF-340D8DBF48CA.xml
new file mode 100644
index 0000000..639d194
--- /dev/null
+++ b/res/schema/minibay/logical/entity/seg_0/FB734E67-6DAD-A373-0EEF-340D8DBF48CA.xml
@@ -0,0 +1,100 @@
+
+
+trangirp
+2015-01-06 17:14:59 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+NO
+0
+Single Table
+0
+Year
+9999999
+0
+Third
+
+
+trangirp
+2015-01-06 17:15:30 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT024
+36
+
+
+trangirp
+2015-01-06 17:16:14 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT046
+
+
+trangirp
+2015-01-06 17:16:27 UTC
+Généré par l'utilisateur
+minibay
+
+
+
+false
+
+LOGDT046
+
+
+trangirp
+2015-01-06 17:15:59 UTC
+Généré par l'utilisateur
+minibay
+
+
+