@soddong/agentic-domain-artifact-standard 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/.tbls.yml +54 -0
  2. package/CHANGELOG.md +94 -0
  3. package/README.md +386 -0
  4. package/dist/database.d.ts +8 -0
  5. package/dist/database.d.ts.map +1 -0
  6. package/dist/database.js +76 -0
  7. package/dist/database.js.map +1 -0
  8. package/dist/fixtures.d.ts +11 -0
  9. package/dist/fixtures.d.ts.map +1 -0
  10. package/dist/fixtures.js +537 -0
  11. package/dist/fixtures.js.map +1 -0
  12. package/dist/index.d.ts +72 -0
  13. package/dist/index.d.ts.map +1 -0
  14. package/dist/index.js +213 -0
  15. package/dist/index.js.map +1 -0
  16. package/dist/repositories.d.ts +46 -0
  17. package/dist/repositories.d.ts.map +1 -0
  18. package/dist/repositories.js +730 -0
  19. package/dist/repositories.js.map +1 -0
  20. package/dist/seed-apply.d.ts +20 -0
  21. package/dist/seed-apply.d.ts.map +1 -0
  22. package/dist/seed-apply.js +198 -0
  23. package/dist/seed-apply.js.map +1 -0
  24. package/dist/service.d.ts +40 -0
  25. package/dist/service.d.ts.map +1 -0
  26. package/dist/service.js +105 -0
  27. package/dist/service.js.map +1 -0
  28. package/dist/types.d.ts +499 -0
  29. package/dist/types.d.ts.map +1 -0
  30. package/dist/types.js +2 -0
  31. package/dist/types.js.map +1 -0
  32. package/docs/build.md +27 -0
  33. package/docs/configuration.md +5 -0
  34. package/docs/delivery.md +26 -0
  35. package/docs/operations.md +28 -0
  36. package/docs/publishing.md +43 -0
  37. package/docs/schema/generated/README.md +38 -0
  38. package/docs/schema/generated/artifact_standard_blueprint_nodes.md +137 -0
  39. package/docs/schema/generated/artifact_standard_blueprint_nodes.svg +88 -0
  40. package/docs/schema/generated/artifact_standard_code_groups.md +70 -0
  41. package/docs/schema/generated/artifact_standard_code_groups.svg +49 -0
  42. package/docs/schema/generated/artifact_standard_codes.md +88 -0
  43. package/docs/schema/generated/artifact_standard_codes.svg +49 -0
  44. package/docs/schema/generated/artifact_standard_component_bindings.md +118 -0
  45. package/docs/schema/generated/artifact_standard_component_bindings.svg +73 -0
  46. package/docs/schema/generated/artifact_standard_components.md +114 -0
  47. package/docs/schema/generated/artifact_standard_components.svg +73 -0
  48. package/docs/schema/generated/artifact_standard_diagram_policies.md +99 -0
  49. package/docs/schema/generated/artifact_standard_diagram_policies.svg +49 -0
  50. package/docs/schema/generated/artifact_standard_document_blueprints.md +101 -0
  51. package/docs/schema/generated/artifact_standard_document_blueprints.svg +128 -0
  52. package/docs/schema/generated/artifact_standard_document_component_relations.md +118 -0
  53. package/docs/schema/generated/artifact_standard_document_component_relations.svg +87 -0
  54. package/docs/schema/generated/artifact_standard_document_components.md +148 -0
  55. package/docs/schema/generated/artifact_standard_document_components.svg +139 -0
  56. package/docs/schema/generated/artifact_standard_figure_policies.md +99 -0
  57. package/docs/schema/generated/artifact_standard_figure_policies.svg +49 -0
  58. package/docs/schema/generated/artifact_standard_generated_output_links.md +144 -0
  59. package/docs/schema/generated/artifact_standard_generated_output_links.svg +57 -0
  60. package/docs/schema/generated/artifact_standard_physical_structure_policies.md +124 -0
  61. package/docs/schema/generated/artifact_standard_physical_structure_policies.svg +78 -0
  62. package/docs/schema/generated/artifact_standard_schema_migrations.md +52 -0
  63. package/docs/schema/generated/artifact_standard_schema_migrations.svg +27 -0
  64. package/docs/schema/generated/artifact_standard_source_mappings.md +120 -0
  65. package/docs/schema/generated/artifact_standard_source_mappings.svg +49 -0
  66. package/docs/schema/generated/artifact_standard_standards.md +102 -0
  67. package/docs/schema/generated/artifact_standard_standards.svg +313 -0
  68. package/docs/schema/generated/artifact_standard_table_column_schemas.md +147 -0
  69. package/docs/schema/generated/artifact_standard_table_column_schemas.svg +52 -0
  70. package/docs/schema/generated/artifact_standard_table_schemas.md +99 -0
  71. package/docs/schema/generated/artifact_standard_table_schemas.svg +71 -0
  72. package/docs/schema/generated/artifact_standard_template_slots.md +143 -0
  73. package/docs/schema/generated/artifact_standard_template_slots.svg +88 -0
  74. package/docs/schema/generated/artifact_standard_validation_rule_set_rules.md +128 -0
  75. package/docs/schema/generated/artifact_standard_validation_rule_set_rules.svg +52 -0
  76. package/docs/schema/generated/artifact_standard_validation_rule_sets.md +91 -0
  77. package/docs/schema/generated/artifact_standard_validation_rule_sets.svg +71 -0
  78. package/docs/schema/generated/schema.json +4230 -0
  79. package/docs/schema/generated/schema.mmd +327 -0
  80. package/docs/schema/generated/schema.svg +510 -0
  81. package/docs/usage.md +197 -0
  82. package/package.json +30 -0
  83. package/src/database/migrations/0001_artifact_standard_base.sql +1295 -0
@@ -0,0 +1,510 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
3
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <!-- Generated by graphviz version 12.1.2 (20240928.0832)
5
+ -->
6
+ <!-- Title: agentic&#45;domain&#45;artifact&#45;standard Pages: 1 -->
7
+ <svg width="5015pt" height="1153pt"
8
+ viewBox="0.00 0.00 5014.56 1153.29" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
9
+ <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 1149.29)">
10
+ <title>agentic&#45;domain&#45;artifact&#45;standard</title>
11
+ <polygon fill="white" stroke="none" points="-4,4 -4,-1149.29 5010.56,-1149.29 5010.56,4 -4,4"/>
12
+ <!-- artifact_standard_schema_migrations -->
13
+ <g id="node1" class="node">
14
+ <title>artifact_standard_schema_migrations</title>
15
+ <polygon fill="#efefef" stroke="none" points="43.2,-866.69 43.2,-912.69 396.36,-912.69 396.36,-866.69 43.2,-866.69"/>
16
+ <polygon fill="none" stroke="black" points="43.2,-866.69 43.2,-912.69 396.36,-912.69 396.36,-866.69 43.2,-866.69"/>
17
+ <text text-anchor="start" x="50.2" y="-890.49" font-family="Arial Bold" font-size="18.00">artifact_standard_schema_migrations</text>
18
+ <text text-anchor="start" x="320.1" y="-890.49" font-family="Arial" font-size="14.00">    </text>
19
+ <text text-anchor="start" x="351.22" y="-890.49" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
20
+ <text text-anchor="start" x="52.89" y="-876.09" font-family="Arial" font-size="14.00" fill="#333333">artifact&#45;standard 패키지의 migration 적용 이력을 관리한다.</text>
21
+ <polygon fill="none" stroke="black" points="43.2,-835.89 43.2,-866.69 396.36,-866.69 396.36,-835.89 43.2,-835.89"/>
22
+ <text text-anchor="start" x="50.2" y="-848.09" font-family="Arial" font-size="14.00">migration_id </text>
23
+ <text text-anchor="start" x="130.35" y="-848.09" font-family="Arial" font-size="14.00" fill="#666666">[VARCHAR(128)]</text>
24
+ </g>
25
+ <!-- artifact_standard_code_groups -->
26
+ <g id="node2" class="node">
27
+ <title>artifact_standard_code_groups</title>
28
+ <polygon fill="#efefef" stroke="none" points="475.19,-580.29 475.19,-626.29 780.36,-626.29 780.36,-580.29 475.19,-580.29"/>
29
+ <polygon fill="none" stroke="black" points="475.19,-580.29 475.19,-626.29 780.36,-626.29 780.36,-580.29 475.19,-580.29"/>
30
+ <text text-anchor="start" x="482.19" y="-604.09" font-family="Arial Bold" font-size="18.00">artifact_standard_code_groups</text>
31
+ <text text-anchor="start" x="704.11" y="-604.09" font-family="Arial" font-size="14.00">    </text>
32
+ <text text-anchor="start" x="735.23" y="-604.09" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
33
+ <text text-anchor="start" x="569.43" y="-589.69" font-family="Arial" font-size="14.00" fill="#333333">코드 그룹을 정의한다.</text>
34
+ <polygon fill="none" stroke="black" points="475.19,-549.49 475.19,-580.29 780.36,-580.29 780.36,-549.49 475.19,-549.49"/>
35
+ <text text-anchor="start" x="482.19" y="-561.69" font-family="Arial" font-size="14.00">code_group_code </text>
36
+ <text text-anchor="start" x="598.18" y="-561.69" font-family="Arial" font-size="14.00" fill="#666666">[VARCHAR(64)]</text>
37
+ </g>
38
+ <!-- artifact_standard_codes -->
39
+ <g id="node3" class="node">
40
+ <title>artifact_standard_codes</title>
41
+ <polygon fill="#efefef" stroke="none" points="500.69,-882.09 500.69,-928.09 754.87,-928.09 754.87,-882.09 500.69,-882.09"/>
42
+ <polygon fill="none" stroke="black" points="500.69,-882.09 500.69,-928.09 754.87,-928.09 754.87,-882.09 500.69,-882.09"/>
43
+ <text text-anchor="start" x="507.69" y="-905.89" font-family="Arial Bold" font-size="18.00">artifact_standard_codes</text>
44
+ <text text-anchor="start" x="678.61" y="-905.89" font-family="Arial" font-size="14.00">    </text>
45
+ <text text-anchor="start" x="709.73" y="-905.89" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
46
+ <text text-anchor="start" x="542.21" y="-891.49" font-family="Arial" font-size="14.00" fill="#333333">코드 그룹별 코드 값을 정의한다.</text>
47
+ <polygon fill="none" stroke="black" points="500.69,-851.29 500.69,-882.09 754.87,-882.09 754.87,-851.29 500.69,-851.29"/>
48
+ <text text-anchor="start" x="507.69" y="-863.49" font-family="Arial" font-size="14.00">code_group_code </text>
49
+ <text text-anchor="start" x="623.68" y="-863.49" font-family="Arial" font-size="14.00" fill="#666666">[VARCHAR(64)]</text>
50
+ <polygon fill="none" stroke="black" points="500.69,-820.49 500.69,-851.29 754.87,-851.29 754.87,-820.49 500.69,-820.49"/>
51
+ <text text-anchor="start" x="507.69" y="-832.69" font-family="Arial" font-size="14.00">code </text>
52
+ <text text-anchor="start" x="541.94" y="-832.69" font-family="Arial" font-size="14.00" fill="#666666">[VARCHAR(128)]</text>
53
+ </g>
54
+ <!-- artifact_standard_codes&#45;&gt;artifact_standard_code_groups -->
55
+ <g id="edge1" class="edge">
56
+ <title>artifact_standard_codes:code_group_code&#45;&gt;artifact_standard_code_groups:code_group_code</title>
57
+ <path fill="none" stroke="black" d="M766.13,-866.21C845.47,-858.45 808.91,-757.32 823.56,-669.49 827.95,-643.19 842.37,-568.39 823.56,-549.49 762.19,-487.8 627.78,-461.47 627.78,-548.49"/>
58
+ <polygon fill="black" stroke="black" points="766.19,-866.21 755.99,-862.18 760.86,-866.46 756.54,-866.66 756.54,-866.66 756.54,-866.66 760.86,-866.46 756.41,-871.17 766.19,-866.21"/>
59
+ </g>
60
+ <!-- artifact_standard_standards -->
61
+ <g id="node4" class="node">
62
+ <title>artifact_standard_standards</title>
63
+ <polygon fill="#efefef" stroke="none" points="2385.06,-89.69 2385.06,-135.69 2702.5,-135.69 2702.5,-89.69 2385.06,-89.69"/>
64
+ <polygon fill="none" stroke="black" points="2385.06,-89.69 2385.06,-135.69 2702.5,-135.69 2702.5,-89.69 2385.06,-89.69"/>
65
+ <text text-anchor="start" x="2410.19" y="-113.49" font-family="Arial Bold" font-size="18.00">artifact_standard_standards</text>
66
+ <text text-anchor="start" x="2608.11" y="-113.49" font-family="Arial" font-size="14.00">    </text>
67
+ <text text-anchor="start" x="2639.23" y="-113.49" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
68
+ <text text-anchor="start" x="2392.06" y="-99.09" font-family="Arial" font-size="14.00" fill="#333333">산출물 표준의 최상위 versioned definition을 관리한다.</text>
69
+ <polygon fill="none" stroke="black" points="2385.06,-58.89 2385.06,-89.69 2702.5,-89.69 2702.5,-58.89 2385.06,-58.89"/>
70
+ <text text-anchor="start" x="2392.06" y="-71.09" font-family="Arial" font-size="14.00">artifact_standard_id </text>
71
+ <text text-anchor="start" x="2518.91" y="-71.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
72
+ </g>
73
+ <!-- artifact_standard_components -->
74
+ <g id="node5" class="node">
75
+ <title>artifact_standard_components</title>
76
+ <polygon fill="#efefef" stroke="none" points="857.45,-329.89 857.45,-375.89 1342.11,-375.89 1342.11,-329.89 857.45,-329.89"/>
77
+ <polygon fill="none" stroke="black" points="857.45,-329.89 857.45,-375.89 1342.11,-375.89 1342.11,-329.89 857.45,-329.89"/>
78
+ <text text-anchor="start" x="956.69" y="-353.69" font-family="Arial Bold" font-size="18.00">artifact_standard_components</text>
79
+ <text text-anchor="start" x="1173.61" y="-353.69" font-family="Arial" font-size="14.00">    </text>
80
+ <text text-anchor="start" x="1204.73" y="-353.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
81
+ <text text-anchor="start" x="864.45" y="-339.29" font-family="Arial" font-size="14.00" fill="#333333">산출물 표준을 구성하는 개념, 서식, 가이드, 예시, LLM 보충 지침 resource를 관리한다.</text>
82
+ <polygon fill="none" stroke="black" points="857.45,-299.09 857.45,-329.89 1342.11,-329.89 1342.11,-299.09 857.45,-299.09"/>
83
+ <text text-anchor="start" x="864.45" y="-311.29" font-family="Arial" font-size="14.00">component_id </text>
84
+ <text text-anchor="start" x="956.29" y="-311.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
85
+ <polygon fill="none" stroke="black" points="857.45,-268.29 857.45,-299.09 1342.11,-299.09 1342.11,-268.29 857.45,-268.29"/>
86
+ <text text-anchor="start" x="864.45" y="-280.49" font-family="Arial" font-size="14.00">artifact_standard_id </text>
87
+ <text text-anchor="start" x="991.3" y="-280.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
88
+ </g>
89
+ <!-- artifact_standard_components&#45;&gt;artifact_standard_standards -->
90
+ <g id="edge2" class="edge">
91
+ <title>artifact_standard_components:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
92
+ <path fill="none" stroke="black" d="M1353.34,-283.17C1403.08,-277.9 1405.87,-233.82 1458.78,-214.89 1850.41,-74.72 1968.1,-74.29 2384.06,-74.29"/>
93
+ <polygon fill="black" stroke="black" points="1353.43,-283.17 1343.22,-279.18 1348.11,-283.44 1343.78,-283.66 1343.78,-283.66 1343.78,-283.66 1348.11,-283.44 1343.67,-288.17 1353.43,-283.17"/>
94
+ </g>
95
+ <!-- artifact_standard_component_bindings -->
96
+ <g id="node6" class="node">
97
+ <title>artifact_standard_component_bindings</title>
98
+ <polygon fill="#efefef" stroke="none" points="884.69,-616.29 884.69,-651.89 1248.87,-651.89 1248.87,-616.29 884.69,-616.29"/>
99
+ <polygon fill="none" stroke="black" points="884.69,-616.29 884.69,-651.89 1248.87,-651.89 1248.87,-616.29 884.69,-616.29"/>
100
+ <text text-anchor="start" x="891.69" y="-629.69" font-family="Arial Bold" font-size="18.00">artifact_standard_component_bindings</text>
101
+ <text text-anchor="start" x="1172.61" y="-629.69" font-family="Arial" font-size="14.00">    </text>
102
+ <text text-anchor="start" x="1203.73" y="-629.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
103
+ <polygon fill="none" stroke="black" points="884.69,-585.49 884.69,-616.29 1248.87,-616.29 1248.87,-585.49 884.69,-585.49"/>
104
+ <text text-anchor="start" x="891.69" y="-597.69" font-family="Arial" font-size="14.00">component_binding_id </text>
105
+ <text text-anchor="start" x="1036.47" y="-597.69" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
106
+ <polygon fill="none" stroke="black" points="884.69,-554.69 884.69,-585.49 1248.87,-585.49 1248.87,-554.69 884.69,-554.69"/>
107
+ <text text-anchor="start" x="891.69" y="-566.89" font-family="Arial" font-size="14.00">artifact_standard_id </text>
108
+ <text text-anchor="start" x="1018.54" y="-566.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
109
+ <polygon fill="none" stroke="black" points="884.69,-523.89 884.69,-554.69 1248.87,-554.69 1248.87,-523.89 884.69,-523.89"/>
110
+ <text text-anchor="start" x="891.69" y="-536.09" font-family="Arial" font-size="14.00">component_id </text>
111
+ <text text-anchor="start" x="983.53" y="-536.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
112
+ </g>
113
+ <!-- artifact_standard_component_bindings&#45;&gt;artifact_standard_standards -->
114
+ <g id="edge4" class="edge">
115
+ <title>artifact_standard_component_bindings:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
116
+ <path fill="none" stroke="black" d="M1259.97,-568.98C1296.28,-559.92 1265.45,-497.69 1300.78,-465.29 1333.75,-435.05 1360.59,-458.14 1394.78,-429.29 1479.42,-357.87 1430.3,-277.32 1521.78,-214.89 1682.14,-105.45 2189.91,-74.29 2384.06,-74.29"/>
117
+ <polygon fill="black" stroke="black" points="1260.14,-568.96 1249.71,-565.58 1254.84,-569.54 1250.53,-570.02 1250.53,-570.02 1250.53,-570.02 1254.84,-569.54 1250.69,-574.53 1260.14,-568.96"/>
118
+ </g>
119
+ <!-- artifact_standard_component_bindings&#45;&gt;artifact_standard_components -->
120
+ <g id="edge3" class="edge">
121
+ <title>artifact_standard_component_bindings:component_id&#45;&gt;artifact_standard_components:component_id</title>
122
+ <path fill="none" stroke="black" d="M1066.22,-512.63C1056.06,-425.01 910.67,-503.98 857.45,-419.09 832.75,-379.7 809.95,-314.49 856.45,-314.49"/>
123
+ <polygon fill="black" stroke="black" points="1066.21,-512.57 1062.27,-522.8 1066.51,-517.9 1066.74,-522.22 1066.74,-522.22 1066.74,-522.22 1066.51,-517.9 1071.25,-522.31 1066.21,-512.57"/>
124
+ </g>
125
+ <!-- artifact_standard_document_blueprints -->
126
+ <g id="node7" class="node">
127
+ <title>artifact_standard_document_blueprints</title>
128
+ <polygon fill="#efefef" stroke="none" points="1574.2,-329.89 1574.2,-375.89 1939.36,-375.89 1939.36,-329.89 1574.2,-329.89"/>
129
+ <polygon fill="none" stroke="black" points="1574.2,-329.89 1574.2,-375.89 1939.36,-375.89 1939.36,-329.89 1574.2,-329.89"/>
130
+ <text text-anchor="start" x="1581.2" y="-353.69" font-family="Arial Bold" font-size="18.00">artifact_standard_document_blueprints</text>
131
+ <text text-anchor="start" x="1863.11" y="-353.69" font-family="Arial" font-size="14.00">    </text>
132
+ <text text-anchor="start" x="1894.22" y="-353.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
133
+ <text text-anchor="start" x="1665.37" y="-339.29" font-family="Arial" font-size="14.00" fill="#333333">산출물 문서 구조 기준을 관리한다.</text>
134
+ <polygon fill="none" stroke="black" points="1574.2,-299.09 1574.2,-329.89 1939.36,-329.89 1939.36,-299.09 1574.2,-299.09"/>
135
+ <text text-anchor="start" x="1581.2" y="-311.29" font-family="Arial" font-size="14.00">blueprint_id </text>
136
+ <text text-anchor="start" x="1657.47" y="-311.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
137
+ <polygon fill="none" stroke="black" points="1574.2,-268.29 1574.2,-299.09 1939.36,-299.09 1939.36,-268.29 1574.2,-268.29"/>
138
+ <text text-anchor="start" x="1581.2" y="-280.49" font-family="Arial" font-size="14.00">artifact_standard_id </text>
139
+ <text text-anchor="start" x="1708.05" y="-280.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
140
+ </g>
141
+ <!-- artifact_standard_document_blueprints&#45;&gt;artifact_standard_standards -->
142
+ <g id="edge5" class="edge">
143
+ <title>artifact_standard_document_blueprints:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
144
+ <path fill="none" stroke="black" d="M1950.58,-283.13C2062.94,-271.2 2278.33,-74.29 2384.06,-74.29"/>
145
+ <polygon fill="black" stroke="black" points="1950.68,-283.12 1940.45,-279.18 1945.35,-283.41 1941.03,-283.65 1941.03,-283.65 1941.03,-283.65 1945.35,-283.41 1940.94,-288.16 1950.68,-283.12"/>
146
+ </g>
147
+ <!-- artifact_standard_blueprint_nodes -->
148
+ <g id="node8" class="node">
149
+ <title>artifact_standard_blueprint_nodes</title>
150
+ <polygon fill="#efefef" stroke="none" points="1353.19,-616.29 1353.19,-651.89 1682.37,-651.89 1682.37,-616.29 1353.19,-616.29"/>
151
+ <polygon fill="none" stroke="black" points="1353.19,-616.29 1353.19,-651.89 1682.37,-651.89 1682.37,-616.29 1353.19,-616.29"/>
152
+ <text text-anchor="start" x="1360.19" y="-629.69" font-family="Arial Bold" font-size="18.00">artifact_standard_blueprint_nodes</text>
153
+ <text text-anchor="start" x="1606.11" y="-629.69" font-family="Arial" font-size="14.00">    </text>
154
+ <text text-anchor="start" x="1637.23" y="-629.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
155
+ <polygon fill="none" stroke="black" points="1353.19,-585.49 1353.19,-616.29 1682.37,-616.29 1682.37,-585.49 1353.19,-585.49"/>
156
+ <text text-anchor="start" x="1360.19" y="-597.69" font-family="Arial" font-size="14.00">blueprint_node_id </text>
157
+ <text text-anchor="start" x="1475.4" y="-597.69" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
158
+ <polygon fill="none" stroke="black" points="1353.19,-554.69 1353.19,-585.49 1682.37,-585.49 1682.37,-554.69 1353.19,-554.69"/>
159
+ <text text-anchor="start" x="1360.19" y="-566.89" font-family="Arial" font-size="14.00">blueprint_id </text>
160
+ <text text-anchor="start" x="1436.47" y="-566.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
161
+ <polygon fill="none" stroke="black" points="1353.19,-523.89 1353.19,-554.69 1682.37,-554.69 1682.37,-523.89 1353.19,-523.89"/>
162
+ <text text-anchor="start" x="1360.19" y="-536.09" font-family="Arial" font-size="14.00">parent_blueprint_node_id </text>
163
+ <text text-anchor="start" x="1522.88" y="-536.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
164
+ </g>
165
+ <!-- artifact_standard_blueprint_nodes&#45;&gt;artifact_standard_document_blueprints -->
166
+ <g id="edge7" class="edge">
167
+ <title>artifact_standard_blueprint_nodes:blueprint_id&#45;&gt;artifact_standard_document_blueprints:blueprint_id</title>
168
+ <path fill="none" stroke="black" d="M1693.67,-568.46C1718.93,-559.1 1700.48,-511.45 1682.37,-480.69 1654.29,-433.02 1602.23,-466.79 1574.2,-419.09 1550.64,-379.01 1526.71,-314.49 1573.2,-314.49"/>
169
+ <polygon fill="black" stroke="black" points="1693.57,-568.48 1682.99,-565.59 1688.3,-569.31 1684.03,-569.99 1684.03,-569.99 1684.03,-569.99 1688.3,-569.31 1684.4,-574.48 1693.57,-568.48"/>
170
+ </g>
171
+ <!-- artifact_standard_blueprint_nodes&#45;&gt;artifact_standard_blueprint_nodes -->
172
+ <g id="edge6" class="edge">
173
+ <title>artifact_standard_blueprint_nodes:parent_blueprint_node_id&#45;&gt;artifact_standard_blueprint_nodes:blueprint_node_id</title>
174
+ <path fill="none" stroke="black" d="M1520.07,-564.85C1526.7,-656.53 1525.94,-827.99 1517.78,-827.99 1509.32,-827.99 1508.81,-698.19 1516.24,-616.12"/>
175
+ <polygon fill="black" stroke="black" points="1520.07,-564.92 1523.78,-554.6 1519.66,-559.6 1519.32,-555.28 1519.32,-555.28 1519.32,-555.28 1519.66,-559.6 1514.81,-555.3 1520.07,-564.92"/>
176
+ </g>
177
+ <!-- artifact_standard_template_slots -->
178
+ <g id="node9" class="node">
179
+ <title>artifact_standard_template_slots</title>
180
+ <polygon fill="#efefef" stroke="none" points="1259.41,-912.89 1259.41,-958.89 1688.14,-958.89 1688.14,-912.89 1259.41,-912.89"/>
181
+ <polygon fill="none" stroke="black" points="1259.41,-912.89 1259.41,-958.89 1688.14,-958.89 1688.14,-912.89 1259.41,-912.89"/>
182
+ <text text-anchor="start" x="1322.19" y="-936.69" font-family="Arial Bold" font-size="18.00">artifact_standard_template_slots</text>
183
+ <text text-anchor="start" x="1556.11" y="-936.69" font-family="Arial" font-size="14.00">    </text>
184
+ <text text-anchor="start" x="1587.23" y="-936.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
185
+ <text text-anchor="start" x="1266.41" y="-922.29" font-family="Arial" font-size="14.00" fill="#333333">blueprint 내 section, table, figure, diagram 등이 들어갈 slot을 관리한다.</text>
186
+ <polygon fill="none" stroke="black" points="1259.41,-882.09 1259.41,-912.89 1688.14,-912.89 1688.14,-882.09 1259.41,-882.09"/>
187
+ <text text-anchor="start" x="1266.41" y="-894.29" font-family="Arial" font-size="14.00">template_slot_id </text>
188
+ <text text-anchor="start" x="1372.26" y="-894.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
189
+ <polygon fill="none" stroke="black" points="1259.41,-851.29 1259.41,-882.09 1688.14,-882.09 1688.14,-851.29 1259.41,-851.29"/>
190
+ <text text-anchor="start" x="1266.41" y="-863.49" font-family="Arial" font-size="14.00">blueprint_id </text>
191
+ <text text-anchor="start" x="1342.69" y="-863.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
192
+ <polygon fill="none" stroke="black" points="1259.41,-820.49 1259.41,-851.29 1688.14,-851.29 1688.14,-820.49 1259.41,-820.49"/>
193
+ <text text-anchor="start" x="1266.41" y="-832.69" font-family="Arial" font-size="14.00">blueprint_node_id </text>
194
+ <text text-anchor="start" x="1381.62" y="-832.69" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
195
+ <polygon fill="none" stroke="black" points="1259.41,-789.69 1259.41,-820.49 1688.14,-820.49 1688.14,-789.69 1259.41,-789.69"/>
196
+ <text text-anchor="start" x="1266.41" y="-801.89" font-family="Arial" font-size="14.00">parent_template_slot_id </text>
197
+ <text text-anchor="start" x="1419.74" y="-801.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
198
+ </g>
199
+ <!-- artifact_standard_template_slots&#45;&gt;artifact_standard_document_blueprints -->
200
+ <g id="edge10" class="edge">
201
+ <title>artifact_standard_template_slots:blueprint_id&#45;&gt;artifact_standard_document_blueprints:blueprint_id</title>
202
+ <path fill="none" stroke="black" d="M1698.77,-863.74C1753.73,-829.08 1760.51,-499.47 1734.78,-465.29 1690.11,-405.96 1619.15,-478.21 1574.2,-419.09 1546.06,-382.08 1526.71,-314.49 1573.2,-314.49"/>
203
+ <polygon fill="black" stroke="black" points="1699.03,-863.67 1688.15,-862.29 1693.93,-865.23 1689.78,-866.49 1689.78,-866.49 1689.78,-866.49 1693.93,-865.23 1690.78,-870.89 1699.03,-863.67"/>
204
+ </g>
205
+ <!-- artifact_standard_template_slots&#45;&gt;artifact_standard_blueprint_nodes -->
206
+ <g id="edge9" class="edge">
207
+ <title>artifact_standard_template_slots:blueprint_node_id&#45;&gt;artifact_standard_blueprint_nodes:blueprint_node_id</title>
208
+ <path fill="none" stroke="black" d="M1699.27,-834.27C1725.9,-824.57 1711.65,-773.57 1688.14,-746.49 1589.42,-632.75 1451.89,-808.86 1353.19,-695.09 1325.76,-663.46 1310.32,-600.89 1352.19,-600.89"/>
209
+ <polygon fill="black" stroke="black" points="1699.35,-834.26 1688.76,-831.39 1694.08,-835.1 1689.8,-835.78 1689.8,-835.78 1689.8,-835.78 1694.08,-835.1 1690.18,-840.28 1699.35,-834.26"/>
210
+ </g>
211
+ <!-- artifact_standard_template_slots&#45;&gt;artifact_standard_template_slots -->
212
+ <g id="edge8" class="edge">
213
+ <title>artifact_standard_template_slots:parent_template_slot_id&#45;&gt;artifact_standard_template_slots:template_slot_id</title>
214
+ <path fill="none" stroke="black" d="M1475.84,-830.73C1482.72,-935.29 1482.03,-1145.29 1473.78,-1145.29 1465.27,-1145.29 1464.81,-1004.57 1472.38,-912.88"/>
215
+ <polygon fill="black" stroke="black" points="1475.83,-830.65 1479.62,-820.36 1475.46,-825.33 1475.15,-821.01 1475.15,-821.01 1475.15,-821.01 1475.46,-825.33 1470.64,-820.99 1475.83,-830.65"/>
216
+ </g>
217
+ <!-- artifact_standard_document_components -->
218
+ <g id="node10" class="node">
219
+ <title>artifact_standard_document_components</title>
220
+ <polygon fill="#efefef" stroke="none" points="1824.7,-631.69 1824.7,-667.29 2204.86,-667.29 2204.86,-631.69 1824.7,-631.69"/>
221
+ <polygon fill="none" stroke="black" points="1824.7,-631.69 1824.7,-667.29 2204.86,-667.29 2204.86,-631.69 1824.7,-631.69"/>
222
+ <text text-anchor="start" x="1831.7" y="-645.09" font-family="Arial Bold" font-size="18.00">artifact_standard_document_components</text>
223
+ <text text-anchor="start" x="2128.6" y="-645.09" font-family="Arial" font-size="14.00">    </text>
224
+ <text text-anchor="start" x="2159.72" y="-645.09" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
225
+ <polygon fill="none" stroke="black" points="1824.7,-600.89 1824.7,-631.69 2204.86,-631.69 2204.86,-600.89 1824.7,-600.89"/>
226
+ <text text-anchor="start" x="1831.7" y="-613.09" font-family="Arial" font-size="14.00">document_component_id </text>
227
+ <text text-anchor="start" x="1992.81" y="-613.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
228
+ <polygon fill="none" stroke="black" points="1824.7,-570.09 1824.7,-600.89 2204.86,-600.89 2204.86,-570.09 1824.7,-570.09"/>
229
+ <text text-anchor="start" x="1831.7" y="-582.29" font-family="Arial" font-size="14.00">artifact_standard_id </text>
230
+ <text text-anchor="start" x="1958.55" y="-582.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
231
+ <polygon fill="none" stroke="black" points="1824.7,-539.29 1824.7,-570.09 2204.86,-570.09 2204.86,-539.29 1824.7,-539.29"/>
232
+ <text text-anchor="start" x="1831.7" y="-551.49" font-family="Arial" font-size="14.00">blueprint_id </text>
233
+ <text text-anchor="start" x="1907.98" y="-551.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
234
+ <polygon fill="none" stroke="black" points="1824.7,-508.49 1824.7,-539.29 2204.86,-539.29 2204.86,-508.49 1824.7,-508.49"/>
235
+ <text text-anchor="start" x="1831.7" y="-520.69" font-family="Arial" font-size="14.00">parent_document_component_id </text>
236
+ <text text-anchor="start" x="2040.29" y="-520.69" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
237
+ </g>
238
+ <!-- artifact_standard_document_components&#45;&gt;artifact_standard_standards -->
239
+ <g id="edge13" class="edge">
240
+ <title>artifact_standard_document_components:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
241
+ <path fill="none" stroke="black" d="M2215.81,-583.9C2283.97,-560.54 2228.35,-287.25 2261.78,-214.89 2296.51,-139.71 2301.24,-74.29 2384.06,-74.29"/>
242
+ <polygon fill="black" stroke="black" points="2216.06,-583.86 2205.48,-580.99 2210.8,-584.7 2206.52,-585.38 2206.52,-585.38 2206.52,-585.38 2210.8,-584.7 2206.9,-589.88 2216.06,-583.86"/>
243
+ </g>
244
+ <!-- artifact_standard_document_components&#45;&gt;artifact_standard_document_blueprints -->
245
+ <g id="edge12" class="edge">
246
+ <title>artifact_standard_document_components:blueprint_id&#45;&gt;artifact_standard_document_blueprints:blueprint_id</title>
247
+ <path fill="none" stroke="black" d="M1813.67,-553.15C1787.58,-543.86 1804.47,-494.89 1824.7,-465.29 1855.7,-419.93 1908.4,-464.48 1939.36,-419.09 1965.56,-380.68 1986.85,-314.49 1940.36,-314.49"/>
248
+ <polygon fill="black" stroke="black" points="1813.49,-553.12 1822.68,-559.09 1818.76,-553.93 1823.04,-554.59 1823.04,-554.59 1823.04,-554.59 1818.76,-553.93 1824.05,-550.19 1813.49,-553.12"/>
249
+ </g>
250
+ <!-- artifact_standard_document_components&#45;&gt;artifact_standard_document_components -->
251
+ <g id="edge11" class="edge">
252
+ <title>artifact_standard_document_components:parent_document_component_id&#45;&gt;artifact_standard_document_components:document_component_id</title>
253
+ <path fill="none" stroke="black" d="M2016.92,-549.25C2023.71,-648.06 2023,-843.39 2014.78,-843.39 2006.3,-843.39 2005.81,-717.34 2013.31,-631.54"/>
254
+ <polygon fill="black" stroke="black" points="2016.94,-549.44 2020.69,-539.14 2016.54,-544.12 2016.22,-539.8 2016.22,-539.8 2016.22,-539.8 2016.54,-544.12 2011.71,-539.8 2016.94,-549.44"/>
255
+ </g>
256
+ <!-- artifact_standard_document_component_relations -->
257
+ <g id="node11" class="node">
258
+ <title>artifact_standard_document_component_relations</title>
259
+ <polygon fill="#efefef" stroke="none" points="1792.71,-918.09 1792.71,-953.69 2236.85,-953.69 2236.85,-918.09 1792.71,-918.09"/>
260
+ <polygon fill="none" stroke="black" points="1792.71,-918.09 1792.71,-953.69 2236.85,-953.69 2236.85,-918.09 1792.71,-918.09"/>
261
+ <text text-anchor="start" x="1799.71" y="-931.49" font-family="Arial Bold" font-size="18.00">artifact_standard_document_component_relations</text>
262
+ <text text-anchor="start" x="2160.59" y="-931.49" font-family="Arial" font-size="14.00">    </text>
263
+ <text text-anchor="start" x="2191.71" y="-931.49" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
264
+ <polygon fill="none" stroke="black" points="1792.71,-887.29 1792.71,-918.09 2236.85,-918.09 2236.85,-887.29 1792.71,-887.29"/>
265
+ <text text-anchor="start" x="1799.71" y="-899.49" font-family="Arial" font-size="14.00">document_component_relation_id </text>
266
+ <text text-anchor="start" x="2014.52" y="-899.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
267
+ <polygon fill="none" stroke="black" points="1792.71,-856.49 1792.71,-887.29 2236.85,-887.29 2236.85,-856.49 1792.71,-856.49"/>
268
+ <text text-anchor="start" x="1799.71" y="-868.69" font-family="Arial" font-size="14.00">artifact_standard_id </text>
269
+ <text text-anchor="start" x="1926.57" y="-868.69" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
270
+ <polygon fill="none" stroke="black" points="1792.71,-825.69 1792.71,-856.49 2236.85,-856.49 2236.85,-825.69 1792.71,-825.69"/>
271
+ <text text-anchor="start" x="1799.71" y="-837.89" font-family="Arial" font-size="14.00">source_document_component_id </text>
272
+ <text text-anchor="start" x="2010.63" y="-837.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
273
+ <polygon fill="none" stroke="black" points="1792.71,-794.89 1792.71,-825.69 2236.85,-825.69 2236.85,-794.89 1792.71,-794.89"/>
274
+ <text text-anchor="start" x="1799.71" y="-807.09" font-family="Arial" font-size="14.00">target_document_component_id </text>
275
+ <text text-anchor="start" x="2004.41" y="-807.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
276
+ </g>
277
+ <!-- artifact_standard_document_component_relations&#45;&gt;artifact_standard_standards -->
278
+ <g id="edge16" class="edge">
279
+ <title>artifact_standard_document_component_relations:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
280
+ <path fill="none" stroke="black" d="M2248.2,-871.16C2303.9,-862.5 2250.11,-778.58 2256.78,-710.49 2270.84,-567 2239.88,-74.29 2384.06,-74.29"/>
281
+ <polygon fill="black" stroke="black" points="2248.15,-871.16 2237.86,-867.38 2242.83,-871.54 2238.51,-871.84 2238.51,-871.84 2238.51,-871.84 2242.83,-871.54 2238.5,-876.35 2248.15,-871.16"/>
282
+ </g>
283
+ <!-- artifact_standard_document_component_relations&#45;&gt;artifact_standard_document_components -->
284
+ <g id="edge14" class="edge">
285
+ <title>artifact_standard_document_component_relations:target_document_component_id&#45;&gt;artifact_standard_document_components:document_component_id</title>
286
+ <path fill="none" stroke="black" d="M2015.4,-783.87C2025.52,-708.09 2155.98,-784.45 2204.86,-710.49 2227.94,-675.56 2247.73,-616.29 2205.86,-616.29"/>
287
+ <polygon fill="black" stroke="black" points="2015.42,-783.57 2010.31,-793.28 2015.09,-788.9 2014.82,-793.22 2014.82,-793.22 2014.82,-793.22 2015.09,-788.9 2019.29,-793.84 2015.42,-783.57"/>
288
+ </g>
289
+ <!-- artifact_standard_document_component_relations&#45;&gt;artifact_standard_document_components -->
290
+ <g id="edge15" class="edge">
291
+ <title>artifact_standard_document_component_relations:source_document_component_id&#45;&gt;artifact_standard_document_components:document_component_id</title>
292
+ <path fill="none" stroke="black" d="M2247.29,-837.91C2283.72,-810.59 2252.77,-616.29 2205.86,-616.29"/>
293
+ <polygon fill="black" stroke="black" points="2247.64,-837.79 2236.73,-836.72 2242.58,-839.49 2238.48,-840.88 2238.48,-840.88 2238.48,-840.88 2242.58,-839.49 2239.6,-845.25 2247.64,-837.79"/>
294
+ </g>
295
+ <!-- artifact_standard_physical_structure_policies -->
296
+ <g id="node12" class="node">
297
+ <title>artifact_standard_physical_structure_policies</title>
298
+ <polygon fill="#efefef" stroke="none" points="2341.71,-902.69 2341.71,-938.29 2751.85,-938.29 2751.85,-902.69 2341.71,-902.69"/>
299
+ <polygon fill="none" stroke="black" points="2341.71,-902.69 2341.71,-938.29 2751.85,-938.29 2751.85,-902.69 2341.71,-902.69"/>
300
+ <text text-anchor="start" x="2348.71" y="-916.09" font-family="Arial Bold" font-size="18.00">artifact_standard_physical_structure_policies</text>
301
+ <text text-anchor="start" x="2675.59" y="-916.09" font-family="Arial" font-size="14.00">    </text>
302
+ <text text-anchor="start" x="2706.71" y="-916.09" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
303
+ <polygon fill="none" stroke="black" points="2341.71,-871.89 2341.71,-902.69 2751.85,-902.69 2751.85,-871.89 2341.71,-871.89"/>
304
+ <text text-anchor="start" x="2348.71" y="-884.09" font-family="Arial" font-size="14.00">physical_structure_policy_id </text>
305
+ <text text-anchor="start" x="2527.69" y="-884.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
306
+ <polygon fill="none" stroke="black" points="2341.71,-841.09 2341.71,-871.89 2751.85,-871.89 2751.85,-841.09 2341.71,-841.09"/>
307
+ <text text-anchor="start" x="2348.71" y="-853.29" font-family="Arial" font-size="14.00">artifact_standard_id </text>
308
+ <text text-anchor="start" x="2475.56" y="-853.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
309
+ <polygon fill="none" stroke="black" points="2341.71,-810.29 2341.71,-841.09 2751.85,-841.09 2751.85,-810.29 2341.71,-810.29"/>
310
+ <text text-anchor="start" x="2348.71" y="-822.49" font-family="Arial" font-size="14.00">document_component_id </text>
311
+ <text text-anchor="start" x="2509.82" y="-822.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
312
+ </g>
313
+ <!-- artifact_standard_physical_structure_policies&#45;&gt;artifact_standard_standards -->
314
+ <g id="edge18" class="edge">
315
+ <title>artifact_standard_physical_structure_policies:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
316
+ <path fill="none" stroke="black" d="M2331.1,-853C2257.12,-796.57 2300.41,-74.29 2384.06,-74.29"/>
317
+ <polygon fill="black" stroke="black" points="2331,-852.96 2338.86,-860.61 2336.01,-854.78 2340.08,-856.26 2340.08,-856.26 2340.08,-856.26 2336.01,-854.78 2341.93,-852.15 2331,-852.96"/>
318
+ </g>
319
+ <!-- artifact_standard_physical_structure_policies&#45;&gt;artifact_standard_document_components -->
320
+ <g id="edge17" class="edge">
321
+ <title>artifact_standard_physical_structure_policies:document_component_id&#45;&gt;artifact_standard_document_components:document_component_id</title>
322
+ <path fill="none" stroke="black" d="M2333.94,-817.74C2307,-779.49 2211.97,-616.29 2205.86,-616.29"/>
323
+ <polygon fill="black" stroke="black" points="2334.01,-817.82 2337.07,-828.35 2337.47,-821.88 2340.28,-825.18 2340.28,-825.18 2340.28,-825.18 2337.47,-821.88 2343.92,-822.52 2334.01,-817.82"/>
324
+ </g>
325
+ <!-- artifact_standard_table_schemas -->
326
+ <g id="node13" class="node">
327
+ <title>artifact_standard_table_schemas</title>
328
+ <polygon fill="#efefef" stroke="none" points="2384.7,-329.89 2384.7,-375.89 2702.85,-375.89 2702.85,-329.89 2384.7,-329.89"/>
329
+ <polygon fill="none" stroke="black" points="2384.7,-329.89 2384.7,-375.89 2702.85,-375.89 2702.85,-329.89 2384.7,-329.89"/>
330
+ <text text-anchor="start" x="2391.7" y="-353.69" font-family="Arial Bold" font-size="18.00">artifact_standard_table_schemas</text>
331
+ <text text-anchor="start" x="2626.6" y="-353.69" font-family="Arial" font-size="14.00">    </text>
332
+ <text text-anchor="start" x="2657.72" y="-353.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
333
+ <text text-anchor="start" x="2445.37" y="-339.29" font-family="Arial" font-size="14.00" fill="#333333">산출물 표 단위 schema를 관리한다.</text>
334
+ <polygon fill="none" stroke="black" points="2384.7,-299.09 2384.7,-329.89 2702.85,-329.89 2702.85,-299.09 2384.7,-299.09"/>
335
+ <text text-anchor="start" x="2391.7" y="-311.29" font-family="Arial" font-size="14.00">table_schema_id </text>
336
+ <text text-anchor="start" x="2501.44" y="-311.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
337
+ <polygon fill="none" stroke="black" points="2384.7,-268.29 2384.7,-299.09 2702.85,-299.09 2702.85,-268.29 2384.7,-268.29"/>
338
+ <text text-anchor="start" x="2391.7" y="-280.49" font-family="Arial" font-size="14.00">artifact_standard_id </text>
339
+ <text text-anchor="start" x="2518.56" y="-280.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
340
+ </g>
341
+ <!-- artifact_standard_table_schemas&#45;&gt;artifact_standard_standards -->
342
+ <g id="edge19" class="edge">
343
+ <title>artifact_standard_table_schemas:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
344
+ <path fill="none" stroke="black" d="M2544.38,-257.15C2554.66,-175.88 2694.08,-257.84 2745.7,-178.89 2774.89,-134.25 2783.32,-96.7 2745.7,-58.89 2682.4,4.73 2543.78,31.86 2543.78,-57.89"/>
345
+ <polygon fill="black" stroke="black" points="2544.39,-256.97 2539.31,-266.69 2544.07,-262.3 2543.82,-266.62 2543.82,-266.62 2543.82,-266.62 2544.07,-262.3 2548.29,-267.22 2544.39,-256.97"/>
346
+ </g>
347
+ <!-- artifact_standard_table_column_schemas -->
348
+ <g id="node14" class="node">
349
+ <title>artifact_standard_table_column_schemas</title>
350
+ <polygon fill="#efefef" stroke="none" points="2385.21,-595.69 2385.21,-641.69 2766.35,-641.69 2766.35,-595.69 2385.21,-595.69"/>
351
+ <polygon fill="none" stroke="black" points="2385.21,-595.69 2385.21,-641.69 2766.35,-641.69 2766.35,-595.69 2385.21,-595.69"/>
352
+ <text text-anchor="start" x="2392.21" y="-619.49" font-family="Arial Bold" font-size="18.00">artifact_standard_table_column_schemas</text>
353
+ <text text-anchor="start" x="2690.1" y="-619.49" font-family="Arial" font-size="14.00">    </text>
354
+ <text text-anchor="start" x="2721.21" y="-619.49" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
355
+ <text text-anchor="start" x="2447.02" y="-605.09" font-family="Arial" font-size="14.00" fill="#333333">산출물 표의 column 단위 schema를 관리한다.</text>
356
+ <polygon fill="none" stroke="black" points="2385.21,-564.89 2385.21,-595.69 2766.35,-595.69 2766.35,-564.89 2385.21,-564.89"/>
357
+ <text text-anchor="start" x="2392.21" y="-577.09" font-family="Arial" font-size="14.00">table_column_schema_id </text>
358
+ <text text-anchor="start" x="2554.86" y="-577.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
359
+ <polygon fill="none" stroke="black" points="2385.21,-534.09 2385.21,-564.89 2766.35,-564.89 2766.35,-534.09 2385.21,-534.09"/>
360
+ <text text-anchor="start" x="2392.21" y="-546.29" font-family="Arial" font-size="14.00">table_schema_id </text>
361
+ <text text-anchor="start" x="2501.95" y="-546.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
362
+ </g>
363
+ <!-- artifact_standard_table_column_schemas&#45;&gt;artifact_standard_table_schemas -->
364
+ <g id="edge20" class="edge">
365
+ <title>artifact_standard_table_column_schemas:table_schema_id&#45;&gt;artifact_standard_table_schemas:table_schema_id</title>
366
+ <path fill="none" stroke="black" d="M2576.45,-522.72C2584.98,-460.01 2673.13,-484.85 2702.85,-419.09 2722.01,-376.73 2750.35,-314.49 2703.85,-314.49"/>
367
+ <polygon fill="black" stroke="black" points="2576.44,-522.78 2571.31,-532.47 2576.1,-528.1 2575.82,-532.42 2575.82,-532.42 2575.82,-532.42 2576.1,-528.1 2580.29,-533.04 2576.44,-522.78"/>
368
+ </g>
369
+ <!-- artifact_standard_figure_policies -->
370
+ <g id="node15" class="node">
371
+ <title>artifact_standard_figure_policies</title>
372
+ <polygon fill="#efefef" stroke="none" points="2807.2,-329.89 2807.2,-375.89 3128.36,-375.89 3128.36,-329.89 2807.2,-329.89"/>
373
+ <polygon fill="none" stroke="black" points="2807.2,-329.89 2807.2,-375.89 3128.36,-375.89 3128.36,-329.89 2807.2,-329.89"/>
374
+ <text text-anchor="start" x="2814.2" y="-353.69" font-family="Arial Bold" font-size="18.00">artifact_standard_figure_policies</text>
375
+ <text text-anchor="start" x="3052.1" y="-353.69" font-family="Arial" font-size="14.00">    </text>
376
+ <text text-anchor="start" x="3083.22" y="-353.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
377
+ <text text-anchor="start" x="2870.14" y="-339.29" font-family="Arial" font-size="14.00" fill="#333333">figure 작성/표현 policy를 관리한다.</text>
378
+ <polygon fill="none" stroke="black" points="2807.2,-299.09 2807.2,-329.89 3128.36,-329.89 3128.36,-299.09 2807.2,-299.09"/>
379
+ <text text-anchor="start" x="2814.2" y="-311.29" font-family="Arial" font-size="14.00">figure_policy_id </text>
380
+ <text text-anchor="start" x="2915.37" y="-311.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
381
+ <polygon fill="none" stroke="black" points="2807.2,-268.29 2807.2,-299.09 3128.36,-299.09 3128.36,-268.29 2807.2,-268.29"/>
382
+ <text text-anchor="start" x="2814.2" y="-280.49" font-family="Arial" font-size="14.00">artifact_standard_id </text>
383
+ <text text-anchor="start" x="2941.05" y="-280.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
384
+ </g>
385
+ <!-- artifact_standard_figure_policies&#45;&gt;artifact_standard_standards -->
386
+ <g id="edge21" class="edge">
387
+ <title>artifact_standard_figure_policies:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
388
+ <path fill="none" stroke="black" d="M2796.02,-282.93C2709.64,-269.22 2803.52,-74.29 2703.5,-74.29"/>
389
+ <polygon fill="black" stroke="black" points="2795.89,-282.92 2805.53,-288.15 2801.21,-283.32 2805.53,-283.64 2805.53,-283.64 2805.53,-283.64 2801.21,-283.32 2806.2,-279.18 2795.89,-282.92"/>
390
+ </g>
391
+ <!-- artifact_standard_diagram_policies -->
392
+ <g id="node16" class="node">
393
+ <title>artifact_standard_diagram_policies</title>
394
+ <polygon fill="#efefef" stroke="none" points="3233.2,-329.89 3233.2,-375.89 3570.36,-375.89 3570.36,-329.89 3233.2,-329.89"/>
395
+ <polygon fill="none" stroke="black" points="3233.2,-329.89 3233.2,-375.89 3570.36,-375.89 3570.36,-329.89 3233.2,-329.89"/>
396
+ <text text-anchor="start" x="3240.2" y="-353.69" font-family="Arial Bold" font-size="18.00">artifact_standard_diagram_policies</text>
397
+ <text text-anchor="start" x="3494.1" y="-353.69" font-family="Arial" font-size="14.00">    </text>
398
+ <text text-anchor="start" x="3525.22" y="-353.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
399
+ <text text-anchor="start" x="3296.36" y="-339.29" font-family="Arial" font-size="14.00" fill="#333333">diagram 작성/표현 policy를 관리한다.</text>
400
+ <polygon fill="none" stroke="black" points="3233.2,-299.09 3233.2,-329.89 3570.36,-329.89 3570.36,-299.09 3233.2,-299.09"/>
401
+ <text text-anchor="start" x="3240.2" y="-311.29" font-family="Arial" font-size="14.00">diagram_policy_id </text>
402
+ <text text-anchor="start" x="3356.93" y="-311.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
403
+ <polygon fill="none" stroke="black" points="3233.2,-268.29 3233.2,-299.09 3570.36,-299.09 3570.36,-268.29 3233.2,-268.29"/>
404
+ <text text-anchor="start" x="3240.2" y="-280.49" font-family="Arial" font-size="14.00">artifact_standard_id </text>
405
+ <text text-anchor="start" x="3367.06" y="-280.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
406
+ </g>
407
+ <!-- artifact_standard_diagram_policies&#45;&gt;artifact_standard_standards -->
408
+ <g id="edge22" class="edge">
409
+ <title>artifact_standard_diagram_policies:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
410
+ <path fill="none" stroke="black" d="M3221.88,-282.21C3197.29,-274.06 3208.81,-234.39 3180.78,-214.89 2999.24,-88.62 2924.64,-74.29 2703.5,-74.29"/>
411
+ <polygon fill="black" stroke="black" points="3221.97,-282.22 3231.23,-288.1 3227.25,-282.98 3231.54,-283.59 3231.54,-283.59 3231.54,-283.59 3227.25,-282.98 3232.51,-279.19 3221.97,-282.22"/>
412
+ </g>
413
+ <!-- artifact_standard_validation_rule_sets -->
414
+ <g id="node17" class="node">
415
+ <title>artifact_standard_validation_rule_sets</title>
416
+ <polygon fill="#efefef" stroke="none" points="3674.7,-329.89 3674.7,-375.89 4032.86,-375.89 4032.86,-329.89 3674.7,-329.89"/>
417
+ <polygon fill="none" stroke="black" points="3674.7,-329.89 3674.7,-375.89 4032.86,-375.89 4032.86,-329.89 3674.7,-329.89"/>
418
+ <text text-anchor="start" x="3681.7" y="-353.69" font-family="Arial Bold" font-size="18.00">artifact_standard_validation_rule_sets</text>
419
+ <text text-anchor="start" x="3956.6" y="-353.69" font-family="Arial" font-size="14.00">    </text>
420
+ <text text-anchor="start" x="3987.72" y="-353.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
421
+ <text text-anchor="start" x="3707.9" y="-339.29" font-family="Arial" font-size="14.00" fill="#333333">산출물 표준에 적용할 validation rule set을 관리한다.</text>
422
+ <polygon fill="none" stroke="black" points="3674.7,-299.09 3674.7,-329.89 4032.86,-329.89 4032.86,-299.09 3674.7,-299.09"/>
423
+ <text text-anchor="start" x="3681.7" y="-311.29" font-family="Arial" font-size="14.00">validation_rule_set_id </text>
424
+ <text text-anchor="start" x="3821.02" y="-311.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
425
+ <polygon fill="none" stroke="black" points="3674.7,-268.29 3674.7,-299.09 4032.86,-299.09 4032.86,-268.29 3674.7,-268.29"/>
426
+ <text text-anchor="start" x="3681.7" y="-280.49" font-family="Arial" font-size="14.00">artifact_standard_id </text>
427
+ <text text-anchor="start" x="3808.55" y="-280.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
428
+ </g>
429
+ <!-- artifact_standard_validation_rule_sets&#45;&gt;artifact_standard_standards -->
430
+ <g id="edge23" class="edge">
431
+ <title>artifact_standard_validation_rule_sets:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
432
+ <path fill="none" stroke="black" d="M3663.46,-282.14C3639.23,-273.65 3651.92,-232.46 3622.78,-214.89 3445.81,-108.16 2910.16,-74.29 2703.5,-74.29"/>
433
+ <polygon fill="black" stroke="black" points="3663.48,-282.14 3672.7,-288.09 3668.76,-282.94 3673.04,-283.59 3673.04,-283.59 3673.04,-283.59 3668.76,-282.94 3674.04,-279.19 3663.48,-282.14"/>
434
+ </g>
435
+ <!-- artifact_standard_validation_rule_set_rules -->
436
+ <g id="node18" class="node">
437
+ <title>artifact_standard_validation_rule_set_rules</title>
438
+ <polygon fill="#efefef" stroke="none" points="3656.21,-595.69 3656.21,-641.69 4051.35,-641.69 4051.35,-595.69 3656.21,-595.69"/>
439
+ <polygon fill="none" stroke="black" points="3656.21,-595.69 3656.21,-641.69 4051.35,-641.69 4051.35,-595.69 3656.21,-595.69"/>
440
+ <text text-anchor="start" x="3663.21" y="-619.49" font-family="Arial Bold" font-size="18.00">artifact_standard_validation_rule_set_rules</text>
441
+ <text text-anchor="start" x="3975.1" y="-619.49" font-family="Arial" font-size="14.00">    </text>
442
+ <text text-anchor="start" x="4006.21" y="-619.49" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
443
+ <text text-anchor="start" x="3664.31" y="-605.09" font-family="Arial" font-size="14.00" fill="#333333">validation rule set에 포함된 contract&#45;compatible rule을 관리한다.</text>
444
+ <polygon fill="none" stroke="black" points="3656.21,-564.89 3656.21,-595.69 4051.35,-595.69 4051.35,-564.89 3656.21,-564.89"/>
445
+ <text text-anchor="start" x="3663.21" y="-577.09" font-family="Arial" font-size="14.00">validation_rule_set_rule_id </text>
446
+ <text text-anchor="start" x="3833.65" y="-577.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
447
+ <polygon fill="none" stroke="black" points="3656.21,-534.09 3656.21,-564.89 4051.35,-564.89 4051.35,-534.09 3656.21,-534.09"/>
448
+ <text text-anchor="start" x="3663.21" y="-546.29" font-family="Arial" font-size="14.00">validation_rule_set_id </text>
449
+ <text text-anchor="start" x="3802.52" y="-546.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
450
+ </g>
451
+ <!-- artifact_standard_validation_rule_set_rules&#45;&gt;artifact_standard_validation_rule_sets -->
452
+ <g id="edge24" class="edge">
453
+ <title>artifact_standard_validation_rule_set_rules:validation_rule_set_id&#45;&gt;artifact_standard_validation_rule_sets:validation_rule_set_id</title>
454
+ <path fill="none" stroke="black" d="M3854.38,-522.73C3864.06,-443.43 3988.86,-498.36 4032.86,-419.09 4055.42,-378.44 4080.35,-314.49 4033.86,-314.49"/>
455
+ <polygon fill="black" stroke="black" points="3854.37,-522.77 3849.31,-532.5 3854.07,-528.1 3853.82,-532.42 3853.82,-532.42 3853.82,-532.42 3854.07,-528.1 3858.29,-533.01 3854.37,-522.77"/>
456
+ </g>
457
+ <!-- artifact_standard_generated_output_links -->
458
+ <g id="node19" class="node">
459
+ <title>artifact_standard_generated_output_links</title>
460
+ <polygon fill="#efefef" stroke="none" points="4137.7,-350.49 4137.7,-386.09 4519.86,-386.09 4519.86,-350.49 4137.7,-350.49"/>
461
+ <polygon fill="none" stroke="black" points="4137.7,-350.49 4137.7,-386.09 4519.86,-386.09 4519.86,-350.49 4137.7,-350.49"/>
462
+ <text text-anchor="start" x="4144.7" y="-363.89" font-family="Arial Bold" font-size="18.00">artifact_standard_generated_output_links</text>
463
+ <text text-anchor="start" x="4443.6" y="-363.89" font-family="Arial" font-size="14.00">    </text>
464
+ <text text-anchor="start" x="4474.72" y="-363.89" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
465
+ <polygon fill="none" stroke="black" points="4137.7,-319.69 4137.7,-350.49 4519.86,-350.49 4519.86,-319.69 4137.7,-319.69"/>
466
+ <text text-anchor="start" x="4144.7" y="-331.89" font-family="Arial" font-size="14.00">generated_output_link_id </text>
467
+ <text text-anchor="start" x="4305.83" y="-331.89" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
468
+ <polygon fill="none" stroke="black" points="4137.7,-288.89 4137.7,-319.69 4519.86,-319.69 4519.86,-288.89 4137.7,-288.89"/>
469
+ <text text-anchor="start" x="4144.7" y="-301.09" font-family="Arial" font-size="14.00">source_artifact_standard_id </text>
470
+ <text text-anchor="start" x="4321.36" y="-301.09" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
471
+ <polygon fill="none" stroke="black" points="4137.7,-258.09 4137.7,-288.89 4519.86,-288.89 4519.86,-258.09 4137.7,-258.09"/>
472
+ <text text-anchor="start" x="4144.7" y="-270.29" font-family="Arial" font-size="14.00">target_artifact_standard_id </text>
473
+ <text text-anchor="start" x="4315.14" y="-270.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
474
+ </g>
475
+ <!-- artifact_standard_generated_output_links&#45;&gt;artifact_standard_standards -->
476
+ <g id="edge25" class="edge">
477
+ <title>artifact_standard_generated_output_links:target_artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
478
+ <path fill="none" stroke="black" d="M4126.61,-271.95C4104.47,-264.15 4112.24,-228.96 4084.78,-214.89 3947.49,-144.53 2857.77,-74.29 2703.5,-74.29"/>
479
+ <polygon fill="black" stroke="black" points="4126.49,-271.93 4135.69,-277.89 4131.76,-272.73 4136.04,-273.39 4136.04,-273.39 4136.04,-273.39 4131.76,-272.73 4137.05,-268.99 4126.49,-271.93"/>
480
+ </g>
481
+ <!-- artifact_standard_generated_output_links&#45;&gt;artifact_standard_standards -->
482
+ <g id="edge26" class="edge">
483
+ <title>artifact_standard_generated_output_links:source_artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
484
+ <path fill="none" stroke="black" d="M4126.5,-302.93C4095.84,-293.5 4120.07,-237.66 4084.78,-214.89 3955.15,-131.25 2857.77,-74.29 2703.5,-74.29"/>
485
+ <polygon fill="black" stroke="black" points="4126.46,-302.92 4135.77,-308.71 4131.75,-303.63 4136.04,-304.2 4136.04,-304.2 4136.04,-304.2 4131.75,-303.63 4136.97,-299.78 4126.46,-302.92"/>
486
+ </g>
487
+ <!-- artifact_standard_source_mappings -->
488
+ <g id="node20" class="node">
489
+ <title>artifact_standard_source_mappings</title>
490
+ <polygon fill="#efefef" stroke="none" points="4624.2,-329.89 4624.2,-375.89 4963.36,-375.89 4963.36,-329.89 4624.2,-329.89"/>
491
+ <polygon fill="none" stroke="black" points="4624.2,-329.89 4624.2,-375.89 4963.36,-375.89 4963.36,-329.89 4624.2,-329.89"/>
492
+ <text text-anchor="start" x="4631.2" y="-353.69" font-family="Arial Bold" font-size="18.00">artifact_standard_source_mappings</text>
493
+ <text text-anchor="start" x="4887.11" y="-353.69" font-family="Arial" font-size="14.00">    </text>
494
+ <text text-anchor="start" x="4918.22" y="-353.69" font-family="Arial" font-size="14.00" fill="#666666">[table]</text>
495
+ <text text-anchor="start" x="4635.06" y="-339.29" font-family="Arial" font-size="14.00" fill="#333333">설계 근거 및 후속 이행 후보 source mapping을 관리한다.</text>
496
+ <polygon fill="none" stroke="black" points="4624.2,-299.09 4624.2,-329.89 4963.36,-329.89 4963.36,-299.09 4624.2,-299.09"/>
497
+ <text text-anchor="start" x="4631.2" y="-311.29" font-family="Arial" font-size="14.00">source_mapping_id </text>
498
+ <text text-anchor="start" x="4757.28" y="-311.29" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
499
+ <polygon fill="none" stroke="black" points="4624.2,-268.29 4624.2,-299.09 4963.36,-299.09 4963.36,-268.29 4624.2,-268.29"/>
500
+ <text text-anchor="start" x="4631.2" y="-280.49" font-family="Arial" font-size="14.00">artifact_standard_id </text>
501
+ <text text-anchor="start" x="4758.05" y="-280.49" font-family="Arial" font-size="14.00" fill="#666666">[CHAR(36)]</text>
502
+ </g>
503
+ <!-- artifact_standard_source_mappings&#45;&gt;artifact_standard_standards -->
504
+ <g id="edge27" class="edge">
505
+ <title>artifact_standard_source_mappings:artifact_standard_id&#45;&gt;artifact_standard_standards:artifact_standard_id</title>
506
+ <path fill="none" stroke="black" d="M4612.93,-282.1C4588.69,-273.41 4601.71,-231.32 4571.78,-214.89 4389.3,-114.71 2911.68,-74.29 2703.5,-74.29"/>
507
+ <polygon fill="black" stroke="black" points="4612.98,-282.11 4622.18,-288.09 4618.25,-282.93 4622.53,-283.59 4622.53,-283.59 4622.53,-283.59 4618.25,-282.93 4623.55,-279.19 4612.98,-282.11"/>
508
+ </g>
509
+ </g>
510
+ </svg>