markus / ConvertService / ServiceController / StationControllerService / MarkusModel.edmx @ 5c387707
이력 | 보기 | 이력해설 | 다운로드 (27.4 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx"> |
3 |
<!-- EF Runtime content --> |
4 |
<edmx:Runtime> |
5 |
<!-- SSDL content --> |
6 |
<edmx:StorageModels> |
7 |
<Schema Namespace="markusModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl"> |
8 |
<Function Name="CONVERT_COUNT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
9 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
10 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
11 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
12 |
</Function> |
13 |
<Function Name="FINALPDF_COUNT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
14 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
15 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
16 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
17 |
</Function> |
18 |
<Function Name="SELECT_CONVERT_DELETE" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
19 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
20 |
</Function> |
21 |
<Function Name="SELECT_CONVERT_INSERT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
22 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
23 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
24 |
<Parameter Name="P_DOCUMENT_URL" Type="nvarchar" Mode="In" /> |
25 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
26 |
</Function> |
27 |
<Function Name="SELECT_CONVERT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
28 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
29 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
30 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
31 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
32 |
<Parameter Name="P_TAKE_COUNT" Type="int" Mode="In" /> |
33 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
34 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
35 |
<Parameter Name="P_BEGIN_START_DATETIE" Type="datetime" Mode="In" /> |
36 |
<Parameter Name="P_FINISH_START_DATETIME" Type="datetime" Mode="In" /> |
37 |
<Parameter Name="P_BEGIN_END_DATETIME" Type="datetime" Mode="In" /> |
38 |
<Parameter Name="P_FINISH_END_DATETIME" Type="datetime" Mode="In" /> |
39 |
<Parameter Name="P_GROUP_NO" Type="nvarchar" Mode="In" /> |
40 |
<Parameter Name="P_DOCUMENT_NAME" Type="nvarchar" Mode="In" /> |
41 |
<Parameter Name="P_DOCUMENT_NO" Type="nvarchar" Mode="In" /> |
42 |
<Parameter Name="P_REVISION" Type="nvarchar" Mode="In" /> |
43 |
<Parameter Name="P_SERVICE_ID" Type="nvarchar" Mode="In" /> |
44 |
<Parameter Name="P_RECONVERTER" Type="int" Mode="In" /> |
45 |
<Parameter Name="P_DOCUMENT_URL" Type="nvarchar" Mode="In" /> |
46 |
<Parameter Name="P_ExcptionCheck" Type="bit" Mode="In" /> |
47 |
</Function> |
48 |
<Function Name="SELECT_DOCUMENT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
49 |
<Parameter Name="P_TAKE_COUNT" Type="int" Mode="In" /> |
50 |
<Parameter Name="P_REVISION" Type="nvarchar" Mode="In" /> |
51 |
<Parameter Name="P_DOCUMENT_N0" Type="nvarchar" Mode="In" /> |
52 |
<Parameter Name="P_DOCUMENT_NAME" Type="nvarchar" Mode="In" /> |
53 |
<Parameter Name="P_GROUP_N0" Type="nvarchar" Mode="In" /> |
54 |
<Parameter Name="P_ORIGINAL_FILE" Type="nvarchar" Mode="In" /> |
55 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
56 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
57 |
</Function> |
58 |
<Function Name="SELECT_FINAL_PDF_DELETE" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
59 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
60 |
</Function> |
61 |
<Function Name="SELECT_FINAL_PDF_INSERT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
62 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
63 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
64 |
<Parameter Name="P_DOCINFO_ID" Type="nvarchar" Mode="In" /> |
65 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
66 |
</Function> |
67 |
<Function Name="SELECT_FINAL_PDF_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
68 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
69 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
70 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
71 |
<Parameter Name="P_MARKUPINFO_ID" Type="nvarchar" Mode="In" /> |
72 |
<Parameter Name="P_DOCINFO_ID" Type="nvarchar" Mode="In" /> |
73 |
<Parameter Name="P_DOCUMENT_NAME" Type="nvarchar" Mode="In" /> |
74 |
<Parameter Name="P_DOCUMENT_NO" Type="nvarchar" Mode="In" /> |
75 |
<Parameter Name="P_CREATE_USER_ID" Type="nvarchar" Mode="In" /> |
76 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
77 |
<Parameter Name="P_TAKE_COUNT" Type="int" Mode="In" /> |
78 |
<Parameter Name="P_GROUP_NO" Type="nvarchar" Mode="In" /> |
79 |
<Parameter Name="P_REVISION" Type="nvarchar" Mode="In" /> |
80 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
81 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
82 |
<Parameter Name="P_BEGIN_START_DATETIE" Type="datetime" Mode="In" /> |
83 |
<Parameter Name="P_FINISH_START_DATETIME" Type="datetime" Mode="In" /> |
84 |
<Parameter Name="P_BEGIN_END_DATETIME" Type="datetime" Mode="In" /> |
85 |
<Parameter Name="P_FINISH_END_DATETIME" Type="datetime" Mode="In" /> |
86 |
<Parameter Name="P_DOCUMENT_URL" Type="nvarchar" Mode="In" /> |
87 |
<Parameter Name="P_ExcptionCheck" Type="bit" Mode="In" /> |
88 |
</Function> |
89 |
<Function Name="SELECT_RERECONVERT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
90 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
91 |
<Parameter Name="P_RECONVERTER" Type="int" Mode="In" /> |
92 |
<Parameter Name="P_CREATE_DATETIME" Type="datetime" Mode="In" /> |
93 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
94 |
<Parameter Name="P_END_DATETIME" Type="datetime" Mode="In" /> |
95 |
</Function> |
96 |
<Function Name="SELECT_RUN_PROJECTS" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
97 |
<Parameter Name="P_RUN_PROJECTS" Type="int" Mode="In" /> |
98 |
</Function> |
99 |
<EntityContainer Name="markusModelStoreContainer" /> |
100 |
</Schema></edmx:StorageModels> |
101 |
<!-- CSDL content --> |
102 |
<edmx:ConceptualModels> |
103 |
<Schema Namespace="markusModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> |
104 |
<EntityContainer Name="markusEntities" annotation:LazyLoadingEnabled="true" > |
105 |
<FunctionImport Name="CONVERT_COUNT" ReturnType="Collection(markusModel.CONVERT_COUNT_Result)"> |
106 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
107 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
108 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
109 |
</FunctionImport> |
110 |
<FunctionImport Name="FINALPDF_COUNT" ReturnType="Collection(markusModel.FINALPDF_COUNT_Result)"> |
111 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
112 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
113 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
114 |
</FunctionImport> |
115 |
<FunctionImport Name="SELECT_CONVERT_DELETE"> |
116 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
117 |
</FunctionImport> |
118 |
<FunctionImport Name="SELECT_CONVERT_INSERT"> |
119 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
120 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
121 |
<Parameter Name="P_DOCUMENT_URL" Mode="In" Type="String" /> |
122 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
123 |
</FunctionImport> |
124 |
<FunctionImport Name="SELECT_CONVERT_ITEM" ReturnType="Collection(markusModel.SELECT_CONVERT_ITEM_Result)"> |
125 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
126 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
127 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
128 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
129 |
<Parameter Name="P_TAKE_COUNT" Mode="In" Type="Int32" /> |
130 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
131 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
132 |
<Parameter Name="P_BEGIN_START_DATETIE" Mode="In" Type="DateTime" /> |
133 |
<Parameter Name="P_FINISH_START_DATETIME" Mode="In" Type="DateTime" /> |
134 |
<Parameter Name="P_BEGIN_END_DATETIME" Mode="In" Type="DateTime" /> |
135 |
<Parameter Name="P_FINISH_END_DATETIME" Mode="In" Type="DateTime" /> |
136 |
<Parameter Name="P_GROUP_NO" Mode="In" Type="String" /> |
137 |
<Parameter Name="P_DOCUMENT_NAME" Mode="In" Type="String" /> |
138 |
<Parameter Name="P_DOCUMENT_NO" Mode="In" Type="String" /> |
139 |
<Parameter Name="P_REVISION" Mode="In" Type="String" /> |
140 |
<Parameter Name="P_SERVICE_ID" Mode="In" Type="String" /> |
141 |
<Parameter Name="P_RECONVERTER" Mode="In" Type="Int32" /> |
142 |
<Parameter Name="P_DOCUMENT_URL" Mode="In" Type="String" /> |
143 |
<Parameter Name="P_ExcptionCheck" Mode="In" Type="Boolean" /> |
144 |
</FunctionImport> |
145 |
<FunctionImport Name="SELECT_FINAL_PDF_DELETE"> |
146 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
147 |
</FunctionImport> |
148 |
<FunctionImport Name="SELECT_FINAL_PDF_INSERT"> |
149 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
150 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
151 |
<Parameter Name="P_DOCINFO_ID" Mode="In" Type="String" /> |
152 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
153 |
</FunctionImport> |
154 |
<FunctionImport Name="SELECT_FINAL_PDF_ITEM" ReturnType="Collection(markusModel.SELECT_FINAL_PDF_ITEM_Result)"> |
155 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
156 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
157 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
158 |
<Parameter Name="P_MARKUPINFO_ID" Mode="In" Type="String" /> |
159 |
<Parameter Name="P_DOCINFO_ID" Mode="In" Type="String" /> |
160 |
<Parameter Name="P_DOCUMENT_NAME" Mode="In" Type="String" /> |
161 |
<Parameter Name="P_DOCUMENT_NO" Mode="In" Type="String" /> |
162 |
<Parameter Name="P_CREATE_USER_ID" Mode="In" Type="String" /> |
163 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
164 |
<Parameter Name="P_TAKE_COUNT" Mode="In" Type="Int32" /> |
165 |
<Parameter Name="P_GROUP_NO" Mode="In" Type="String" /> |
166 |
<Parameter Name="P_REVISION" Mode="In" Type="String" /> |
167 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
168 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
169 |
<Parameter Name="P_BEGIN_START_DATETIE" Mode="In" Type="DateTime" /> |
170 |
<Parameter Name="P_FINISH_START_DATETIME" Mode="In" Type="DateTime" /> |
171 |
<Parameter Name="P_BEGIN_END_DATETIME" Mode="In" Type="DateTime" /> |
172 |
<Parameter Name="P_FINISH_END_DATETIME" Mode="In" Type="DateTime" /> |
173 |
<Parameter Name="P_DOCUMENT_URL" Mode="In" Type="String" /> |
174 |
<Parameter Name="P_ExcptionCheck" Mode="In" Type="Boolean" /> |
175 |
</FunctionImport> |
176 |
<FunctionImport Name="SELECT_RERECONVERT_ITEM"> |
177 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
178 |
<Parameter Name="P_RECONVERTER" Mode="In" Type="Int32" /> |
179 |
<Parameter Name="P_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
180 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
181 |
<Parameter Name="P_END_DATETIME" Mode="In" Type="DateTime" /> |
182 |
</FunctionImport> |
183 |
<FunctionImport Name="SELECT_RUN_PROJECTS" ReturnType="Collection(markusModel.SELECT_RUN_PROJECTS_Result)"> |
184 |
<Parameter Name="P_RUN_PROJECTS" Mode="In" Type="Int32" /> |
185 |
</FunctionImport> |
186 |
<FunctionImport Name="SELECT_DOCUMENT_ITEM" ReturnType="Collection(markusModel.SELECT_DOCUMENT_ITEM_Result)"> |
187 |
<Parameter Name="P_TAKE_COUNT" Mode="In" Type="Int32" /> |
188 |
<Parameter Name="P_REVISION" Mode="In" Type="String" /> |
189 |
<Parameter Name="P_DOCUMENT_N0" Mode="In" Type="String" /> |
190 |
<Parameter Name="P_DOCUMENT_NAME" Mode="In" Type="String" /> |
191 |
<Parameter Name="P_GROUP_N0" Mode="In" Type="String" /> |
192 |
<Parameter Name="P_ORIGINAL_FILE" Mode="In" Type="String" /> |
193 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
194 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
195 |
</FunctionImport> |
196 |
</EntityContainer> |
197 |
<ComplexType Name="CONVERT_COUNT_Result"> |
198 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
199 |
<Property Type="Int32" Name="COUNT" Nullable="true" /> |
200 |
<Property Type="Int32" Name="EXCEPTION_COUNT" Nullable="true" /> |
201 |
</ComplexType> |
202 |
<ComplexType Name="FINALPDF_COUNT_Result"> |
203 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
204 |
<Property Type="Int32" Name="COUNT" Nullable="true" /> |
205 |
<Property Type="Int32" Name="EXCEPTION_COUNT" Nullable="true" /> |
206 |
</ComplexType> |
207 |
<ComplexType Name="SELECT_CONVERT_ITEM_Result"> |
208 |
<Property Type="String" Name="ID" Nullable="false" MaxLength="50" /> |
209 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
210 |
<Property Type="String" Name="DOCUMENT_URL" Nullable="false" MaxLength="500" /> |
211 |
<Property Type="String" Name="DOCUMENT_ID" Nullable="false" MaxLength="50" /> |
212 |
<Property Type="DateTime" Name="CREATE_DATETIME" Nullable="false" Precision="23" /> |
213 |
<Property Type="Int32" Name="STATUS" Nullable="false" /> |
214 |
<Property Type="Int32" Name="TOTAL_PAGE" Nullable="false" /> |
215 |
<Property Type="Int32" Name="CURRENT_PAGE" Nullable="false" /> |
216 |
<Property Type="String" Name="EXCEPTION" Nullable="true" /> |
217 |
<Property Type="DateTime" Name="END_DATETIME" Nullable="true" Precision="23" /> |
218 |
<Property Type="DateTime" Name="START_DATETIME" Nullable="true" Precision="23" /> |
219 |
<Property Type="String" Name="SERVICE_ID" Nullable="true" MaxLength="50" /> |
220 |
<Property Type="Int32" Name="RECONVERTER" Nullable="true" /> |
221 |
<Property Type="String" Name="REVISION" Nullable="true" MaxLength="50" /> |
222 |
<Property Type="String" Name="DOCUMENT_NO" Nullable="true" MaxLength="50" /> |
223 |
<Property Type="String" Name="DOCUMENT_NAME" Nullable="true" MaxLength="500" /> |
224 |
<Property Type="String" Name="GROUP_NO" Nullable="true" MaxLength="50" /> |
225 |
<Property Type="String" Name="RESULT_FILE" Nullable="true" MaxLength="500" /> |
226 |
<Property Type="String" Name="RESULT" Nullable="true" MaxLength="50" /> |
227 |
<Property Type="String" Name="PROPERTIES_VALUE" Nullable="true" /> |
228 |
<Property Type="String" Name="CONVERT_PATH" Nullable="true" /> |
229 |
</ComplexType> |
230 |
<ComplexType Name="SELECT_FINAL_PDF_ITEM_Result"> |
231 |
<Property Type="String" Name="ID" Nullable="false" MaxLength="50" /> |
232 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
233 |
<Property Type="String" Name="ORIGINAL_FILE" Nullable="true" MaxLength="500" /> |
234 |
<Property Type="String" Name="DOCUMENT_ID" Nullable="false" MaxLength="50" /> |
235 |
<Property Type="String" Name="MARKUPINFO_ID" Nullable="false" MaxLength="50" /> |
236 |
<Property Type="String" Name="DOCINFO_ID" Nullable="false" MaxLength="50" /> |
237 |
<Property Type="String" Name="DOCUMENT_NAME" Nullable="true" MaxLength="500" /> |
238 |
<Property Type="String" Name="DOCUMENT_NO" Nullable="true" MaxLength="50" /> |
239 |
<Property Type="String" Name="CREATE_USER_ID" Nullable="false" MaxLength="50" /> |
240 |
<Property Type="Int32" Name="STATUS" Nullable="false" /> |
241 |
<Property Type="String" Name="GROUP_NO" Nullable="true" MaxLength="50" /> |
242 |
<Property Type="String" Name="REVISION" Nullable="true" MaxLength="50" /> |
243 |
<Property Type="DateTime" Name="CREATE_DATETIME" Nullable="false" Precision="23" /> |
244 |
<Property Type="Int32" Name="TOTAL_PAGE" Nullable="false" /> |
245 |
<Property Type="Int32" Name="CURRENT_PAGE" Nullable="false" /> |
246 |
<Property Type="String" Name="EXCEPTION" Nullable="true" /> |
247 |
<Property Type="DateTime" Name="END_DATETIME" Nullable="true" Precision="23" /> |
248 |
<Property Type="DateTime" Name="START_DATETIME" Nullable="true" Precision="23" /> |
249 |
<Property Type="String" Name="RESULT_FILE" Nullable="true" MaxLength="500" /> |
250 |
<Property Type="String" Name="RESULT" Nullable="true" MaxLength="50" /> |
251 |
<Property Type="String" Name="PROPERTIES_VALUE" Nullable="true" /> |
252 |
<Property Type="String" Name="CONVERT_PATH" Nullable="true" /> |
253 |
</ComplexType> |
254 |
<ComplexType Name="SELECT_RUN_PROJECTS_Result"> |
255 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
256 |
<Property Type="String" Name="PROJECT_NAME" Nullable="false" MaxLength="50" /> |
257 |
</ComplexType> |
258 |
<ComplexType Name="SELECT_DOCUMENT_ITEM_Result"> |
259 |
<Property Type="String" Name="GROUP_N0" Nullable="true" MaxLength="50" /> |
260 |
<Property Type="String" Name="DOCUMENT_N0" Nullable="true" MaxLength="50" /> |
261 |
<Property Type="String" Name="DOCUMENT_ID" Nullable="true" MaxLength="50" /> |
262 |
<Property Type="String" Name="ORIGINAL_FILE" Nullable="true" MaxLength="500" /> |
263 |
<Property Type="String" Name="REVISION" Nullable="true" MaxLength="50" /> |
264 |
<Property Type="String" Name="DOCUMENTID" Nullable="true" MaxLength="50" /> |
265 |
</ComplexType> |
266 |
</Schema> |
267 |
</edmx:ConceptualModels> |
268 |
<!-- C-S mapping content --> |
269 |
<edmx:Mappings> |
270 |
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs"> |
271 |
<EntityContainerMapping StorageEntityContainer="markusModelStoreContainer" CdmEntityContainer="markusEntities" > |
272 |
<FunctionImportMapping FunctionImportName="CONVERT_COUNT" FunctionName="markusModel.Store.CONVERT_COUNT"> |
273 |
<ResultMapping> |
274 |
<ComplexTypeMapping TypeName="markusModel.CONVERT_COUNT_Result"> |
275 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
276 |
<ScalarProperty Name="COUNT" ColumnName="COUNT" /> |
277 |
<ScalarProperty Name="EXCEPTION_COUNT" ColumnName="EXCEPTION_COUNT" /> |
278 |
</ComplexTypeMapping> |
279 |
</ResultMapping> |
280 |
</FunctionImportMapping> |
281 |
<FunctionImportMapping FunctionImportName="FINALPDF_COUNT" FunctionName="markusModel.Store.FINALPDF_COUNT"> |
282 |
<ResultMapping> |
283 |
<ComplexTypeMapping TypeName="markusModel.FINALPDF_COUNT_Result"> |
284 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
285 |
<ScalarProperty Name="COUNT" ColumnName="COUNT" /> |
286 |
<ScalarProperty Name="EXCEPTION_COUNT" ColumnName="EXCEPTION_COUNT" /> |
287 |
</ComplexTypeMapping> |
288 |
</ResultMapping> |
289 |
</FunctionImportMapping> |
290 |
<FunctionImportMapping FunctionImportName="SELECT_CONVERT_DELETE" FunctionName="markusModel.Store.SELECT_CONVERT_DELETE" /> |
291 |
<FunctionImportMapping FunctionImportName="SELECT_CONVERT_INSERT" FunctionName="markusModel.Store.SELECT_CONVERT_INSERT" /> |
292 |
<FunctionImportMapping FunctionImportName="SELECT_CONVERT_ITEM" FunctionName="markusModel.Store.SELECT_CONVERT_ITEM"> |
293 |
<ResultMapping> |
294 |
<ComplexTypeMapping TypeName="markusModel.SELECT_CONVERT_ITEM_Result"> |
295 |
<ScalarProperty Name="ID" ColumnName="ID" /> |
296 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
297 |
<ScalarProperty Name="DOCUMENT_URL" ColumnName="DOCUMENT_URL" /> |
298 |
<ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
299 |
<ScalarProperty Name="CREATE_DATETIME" ColumnName="CREATE_DATETIME" /> |
300 |
<ScalarProperty Name="STATUS" ColumnName="STATUS" /> |
301 |
<ScalarProperty Name="TOTAL_PAGE" ColumnName="TOTAL_PAGE" /> |
302 |
<ScalarProperty Name="CURRENT_PAGE" ColumnName="CURRENT_PAGE" /> |
303 |
<ScalarProperty Name="EXCEPTION" ColumnName="EXCEPTION" /> |
304 |
<ScalarProperty Name="END_DATETIME" ColumnName="END_DATETIME" /> |
305 |
<ScalarProperty Name="START_DATETIME" ColumnName="START_DATETIME" /> |
306 |
<ScalarProperty Name="SERVICE_ID" ColumnName="SERVICE_ID" /> |
307 |
<ScalarProperty Name="RECONVERTER" ColumnName="RECONVERTER" /> |
308 |
<ScalarProperty Name="REVISION" ColumnName="REVISION" /> |
309 |
<ScalarProperty Name="DOCUMENT_NO" ColumnName="DOCUMENT_NO" /> |
310 |
<ScalarProperty Name="DOCUMENT_NAME" ColumnName="DOCUMENT_NAME" /> |
311 |
<ScalarProperty Name="GROUP_NO" ColumnName="GROUP_NO" /> |
312 |
<ScalarProperty Name="RESULT_FILE" ColumnName="RESULT_FILE" /> |
313 |
<ScalarProperty Name="RESULT" ColumnName="RESULT" /> |
314 |
<ScalarProperty Name="PROPERTIES_VALUE" ColumnName="PROPERTIES_VALUE" /> |
315 |
<ScalarProperty Name="CONVERT_PATH" ColumnName="CONVERT_PATH" /> |
316 |
</ComplexTypeMapping> |
317 |
</ResultMapping> |
318 |
</FunctionImportMapping> |
319 |
<FunctionImportMapping FunctionImportName="SELECT_FINAL_PDF_DELETE" FunctionName="markusModel.Store.SELECT_FINAL_PDF_DELETE" /> |
320 |
<FunctionImportMapping FunctionImportName="SELECT_FINAL_PDF_INSERT" FunctionName="markusModel.Store.SELECT_FINAL_PDF_INSERT" /> |
321 |
<FunctionImportMapping FunctionImportName="SELECT_FINAL_PDF_ITEM" FunctionName="markusModel.Store.SELECT_FINAL_PDF_ITEM"> |
322 |
<ResultMapping> |
323 |
<ComplexTypeMapping TypeName="markusModel.SELECT_FINAL_PDF_ITEM_Result"> |
324 |
<ScalarProperty Name="ID" ColumnName="ID" /> |
325 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
326 |
<ScalarProperty Name="ORIGINAL_FILE" ColumnName="ORIGINAL_FILE" /> |
327 |
<ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
328 |
<ScalarProperty Name="MARKUPINFO_ID" ColumnName="MARKUPINFO_ID" /> |
329 |
<ScalarProperty Name="DOCINFO_ID" ColumnName="DOCINFO_ID" /> |
330 |
<ScalarProperty Name="DOCUMENT_NAME" ColumnName="DOCUMENT_NAME" /> |
331 |
<ScalarProperty Name="DOCUMENT_NO" ColumnName="DOCUMENT_NO" /> |
332 |
<ScalarProperty Name="CREATE_USER_ID" ColumnName="CREATE_USER_ID" /> |
333 |
<ScalarProperty Name="STATUS" ColumnName="STATUS" /> |
334 |
<ScalarProperty Name="GROUP_NO" ColumnName="GROUP_NO" /> |
335 |
<ScalarProperty Name="REVISION" ColumnName="REVISION" /> |
336 |
<ScalarProperty Name="CREATE_DATETIME" ColumnName="CREATE_DATETIME" /> |
337 |
<ScalarProperty Name="TOTAL_PAGE" ColumnName="TOTAL_PAGE" /> |
338 |
<ScalarProperty Name="CURRENT_PAGE" ColumnName="CURRENT_PAGE" /> |
339 |
<ScalarProperty Name="EXCEPTION" ColumnName="EXCEPTION" /> |
340 |
<ScalarProperty Name="END_DATETIME" ColumnName="END_DATETIME" /> |
341 |
<ScalarProperty Name="START_DATETIME" ColumnName="START_DATETIME" /> |
342 |
<ScalarProperty Name="RESULT_FILE" ColumnName="RESULT_FILE" /> |
343 |
<ScalarProperty Name="RESULT" ColumnName="RESULT" /> |
344 |
<ScalarProperty Name="PROPERTIES_VALUE" ColumnName="PROPERTIES_VALUE" /> |
345 |
<ScalarProperty Name="CONVERT_PATH" ColumnName="CONVERT_PATH" /> |
346 |
</ComplexTypeMapping> |
347 |
</ResultMapping> |
348 |
</FunctionImportMapping> |
349 |
<FunctionImportMapping FunctionImportName="SELECT_RERECONVERT_ITEM" FunctionName="markusModel.Store.SELECT_RERECONVERT_ITEM" /> |
350 |
<FunctionImportMapping FunctionImportName="SELECT_RUN_PROJECTS" FunctionName="markusModel.Store.SELECT_RUN_PROJECTS"> |
351 |
<ResultMapping> |
352 |
<ComplexTypeMapping TypeName="markusModel.SELECT_RUN_PROJECTS_Result"> |
353 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
354 |
<ScalarProperty Name="PROJECT_NAME" ColumnName="PROJECT_NAME" /> |
355 |
</ComplexTypeMapping> |
356 |
</ResultMapping> |
357 |
</FunctionImportMapping> |
358 |
<FunctionImportMapping FunctionImportName="SELECT_DOCUMENT_ITEM" FunctionName="markusModel.Store.SELECT_DOCUMENT_ITEM"> |
359 |
<ResultMapping> |
360 |
<ComplexTypeMapping TypeName="markusModel.SELECT_DOCUMENT_ITEM_Result"> |
361 |
<ScalarProperty Name="GROUP_N0" ColumnName="GROUP_N0" /> |
362 |
<ScalarProperty Name="DOCUMENT_N0" ColumnName="DOCUMENT_N0" /> |
363 |
<ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
364 |
<ScalarProperty Name="ORIGINAL_FILE" ColumnName="ORIGINAL_FILE" /> |
365 |
<ScalarProperty Name="REVISION" ColumnName="REVISION" /> |
366 |
<ScalarProperty Name="DOCUMENTID" ColumnName="DOCUMENTID" /> |
367 |
</ComplexTypeMapping> |
368 |
</ResultMapping> |
369 |
</FunctionImportMapping> |
370 |
</EntityContainerMapping> |
371 |
</Mapping> |
372 |
</edmx:Mappings> |
373 |
</edmx:Runtime> |
374 |
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) --> |
375 |
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx"> |
376 |
<Connection> |
377 |
<DesignerInfoPropertySet> |
378 |
<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" /> |
379 |
</DesignerInfoPropertySet> |
380 |
</Connection> |
381 |
<Options> |
382 |
<DesignerInfoPropertySet> |
383 |
<DesignerProperty Name="ValidateOnBuild" Value="true" /> |
384 |
<DesignerProperty Name="EnablePluralization" Value="True" /> |
385 |
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" /> |
386 |
<DesignerProperty Name="UseLegacyProvider" Value="false" /> |
387 |
<DesignerProperty Name="CodeGenerationStrategy" Value="없음" /> |
388 |
</DesignerInfoPropertySet> |
389 |
</Options> |
390 |
<!-- Diagram content (shape and connector positions) --> |
391 |
<Diagrams></Diagrams> |
392 |
</Designer> |
393 |
</edmx:Edmx> |