markus / ConvertService / ServiceController / StationControllerService / MarkusModel.edmx @ ab7fe8c0
이력 | 보기 | 이력해설 | 다운로드 (39.5 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="FINAL_PDF_MARKUP_CHECK" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
14 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
15 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
16 |
</Function> |
17 |
<Function Name="FINALPDF_COUNT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
18 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
19 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
20 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
21 |
</Function> |
22 |
<Function Name="SELECT_CONVERT_DELETE" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
23 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
24 |
</Function> |
25 |
<Function Name="SELECT_CONVERT_INSERT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
26 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
27 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
28 |
<Parameter Name="P_DOCUMENT_URL" Type="nvarchar" Mode="In" /> |
29 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
30 |
</Function> |
31 |
<Function Name="SELECT_CONVERT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
32 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
33 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
34 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
35 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
36 |
<Parameter Name="P_TAKE_COUNT" Type="int" Mode="In" /> |
37 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
38 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
39 |
<Parameter Name="P_BEGIN_START_DATETIE" Type="datetime" Mode="In" /> |
40 |
<Parameter Name="P_FINISH_START_DATETIME" Type="datetime" Mode="In" /> |
41 |
<Parameter Name="P_BEGIN_END_DATETIME" Type="datetime" Mode="In" /> |
42 |
<Parameter Name="P_FINISH_END_DATETIME" Type="datetime" Mode="In" /> |
43 |
<Parameter Name="P_GROUP_NO" Type="nvarchar" Mode="In" /> |
44 |
<Parameter Name="P_DOCUMENT_NAME" Type="nvarchar" Mode="In" /> |
45 |
<Parameter Name="P_DOCUMENT_NO" Type="nvarchar" Mode="In" /> |
46 |
<Parameter Name="P_REVISION" Type="nvarchar" Mode="In" /> |
47 |
<Parameter Name="P_SERVICE_ID" Type="nvarchar" Mode="In" /> |
48 |
<Parameter Name="P_RECONVERTER" Type="int" Mode="In" /> |
49 |
<Parameter Name="P_DOCUMENT_URL" Type="nvarchar" Mode="In" /> |
50 |
<Parameter Name="P_ExcptionCheck" Type="int" Mode="In" /> |
51 |
</Function> |
52 |
<Function Name="SELECT_DOCINFO" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
53 |
<Parameter Name="P_DOCINFO_ID" Type="nvarchar" Mode="In" /> |
54 |
</Function> |
55 |
<Function Name="SELECT_DOCUMENT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
56 |
<Parameter Name="P_TAKE_COUNT" Type="int" Mode="In" /> |
57 |
<Parameter Name="P_REVISION" Type="nvarchar" Mode="In" /> |
58 |
<Parameter Name="P_DOCUMENT_N0" Type="nvarchar" Mode="In" /> |
59 |
<Parameter Name="P_DOCUMENT_NAME" Type="nvarchar" Mode="In" /> |
60 |
<Parameter Name="P_GROUP_N0" Type="nvarchar" Mode="In" /> |
61 |
<Parameter Name="P_ORIGINAL_FILE" Type="nvarchar" Mode="In" /> |
62 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
63 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
64 |
</Function> |
65 |
<Function Name="SELECT_FINAL_PDF_DELETE" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
66 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
67 |
</Function> |
68 |
<Function Name="SELECT_FINAL_PDF_INSERT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
69 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
70 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
71 |
<Parameter Name="P_DOCINFO_ID" Type="nvarchar" Mode="In" /> |
72 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
73 |
<Parameter Name="P_MARKUPINFO_ID" Type="nvarchar" Mode="In" /> |
74 |
<Parameter Name="P_CREATE_USER_ID" Type="nvarchar" Mode="In" /> |
75 |
<Parameter Name="P_TOTAL_PAGE" Type="int" Mode="In" /> |
76 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
77 |
</Function> |
78 |
<Function Name="SELECT_FINAL_PDF_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
79 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
80 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
81 |
<Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
82 |
<Parameter Name="P_MARKUPINFO_ID" Type="nvarchar" Mode="In" /> |
83 |
<Parameter Name="P_DOCINFO_ID" Type="nvarchar" Mode="In" /> |
84 |
<Parameter Name="P_DOCUMENT_NAME" Type="nvarchar" Mode="In" /> |
85 |
<Parameter Name="P_DOCUMENT_NO" Type="nvarchar" Mode="In" /> |
86 |
<Parameter Name="P_CREATE_USER_ID" Type="nvarchar" Mode="In" /> |
87 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
88 |
<Parameter Name="P_TAKE_COUNT" Type="int" Mode="In" /> |
89 |
<Parameter Name="P_GROUP_NO" Type="nvarchar" Mode="In" /> |
90 |
<Parameter Name="P_REVISION" Type="nvarchar" Mode="In" /> |
91 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
92 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
93 |
<Parameter Name="P_BEGIN_START_DATETIE" Type="datetime" Mode="In" /> |
94 |
<Parameter Name="P_FINISH_START_DATETIME" Type="datetime" Mode="In" /> |
95 |
<Parameter Name="P_BEGIN_END_DATETIME" Type="datetime" Mode="In" /> |
96 |
<Parameter Name="P_FINISH_END_DATETIME" Type="datetime" Mode="In" /> |
97 |
<Parameter Name="P_DOCUMENT_URL" Type="nvarchar" Mode="In" /> |
98 |
<Parameter Name="P_ExcptionCheck" Type="int" Mode="In" /> |
99 |
</Function> |
100 |
<Function Name="SELECT_MARKUP_INFO" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
101 |
<Parameter Name="P_DOCINFO_ID" Type="nvarchar" Mode="In" /> |
102 |
</Function> |
103 |
<Function Name="SELECT_PROPERTIES_RUN_PROJECTS" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
104 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
105 |
</Function> |
106 |
<Function Name="SELECT_RERECONVERT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
107 |
<Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
108 |
<Parameter Name="P_RECONVERTER" Type="int" Mode="In" /> |
109 |
<Parameter Name="P_CREATE_DATETIME" Type="datetime" Mode="In" /> |
110 |
<Parameter Name="P_STATUS" Type="int" Mode="In" /> |
111 |
<Parameter Name="P_END_DATETIME" Type="datetime" Mode="In" /> |
112 |
</Function> |
113 |
<Function Name="SELECT_RUN_PROJECTS" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
114 |
<Parameter Name="P_RUN_PROJECTS" Type="int" Mode="In" /> |
115 |
</Function> |
116 |
<Function Name="SELECT_RUNANDPROPERTY_INSERT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
117 |
<Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
118 |
<Parameter Name="P_PROJECT_NAME" Type="nvarchar" Mode="In" /> |
119 |
<Parameter Name="P_TYPE_InitialCatalog" Type="nvarchar" Mode="In" /> |
120 |
<Parameter Name="P_VALUE_InitialCatalog" Type="nvarchar(max)" Mode="In" /> |
121 |
<Parameter Name="P_TYPE_TileSorceStorage" Type="nvarchar" Mode="In" /> |
122 |
<Parameter Name="P_VALUE_TileSorceStorage" Type="nvarchar(max)" Mode="In" /> |
123 |
<Parameter Name="P_TYPE_TileSourcePath" Type="nvarchar" Mode="In" /> |
124 |
<Parameter Name="P_VALUE_TileSourcePath" Type="nvarchar(max)" Mode="In" /> |
125 |
<Parameter Name="P_TYPE_FinalPDFStorageRemote" Type="nvarchar" Mode="In" /> |
126 |
<Parameter Name="P_VALUE_FinalPDFStorageRemote" Type="nvarchar(max)" Mode="In" /> |
127 |
<Parameter Name="P_TYPE_FinalPDFStorageLocal" Type="nvarchar" Mode="In" /> |
128 |
<Parameter Name="P_VALUE_FinalPDFStorageLocal" Type="nvarchar(max)" Mode="In" /> |
129 |
<Parameter Name="P_TYPE_UpLoadServiceUrl" Type="nvarchar" Mode="In" /> |
130 |
<Parameter Name="P_VALUE_UpLoadServiceUrl" Type="nvarchar(max)" Mode="In" /> |
131 |
<Parameter Name="P_IS_ACTIVITY" Type="int" Mode="In" /> |
132 |
</Function> |
133 |
<EntityContainer Name="markusModelStoreContainer" /> |
134 |
</Schema></edmx:StorageModels> |
135 |
<!-- CSDL content --> |
136 |
<edmx:ConceptualModels> |
137 |
<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"> |
138 |
<EntityContainer Name="markusEntities" annotation:LazyLoadingEnabled="true" > |
139 |
<FunctionImport Name="CONVERT_COUNT" ReturnType="Collection(markusModel.CONVERT_COUNT_Result)"> |
140 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
141 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
142 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
143 |
</FunctionImport> |
144 |
<FunctionImport Name="FINALPDF_COUNT" ReturnType="Collection(markusModel.FINALPDF_COUNT_Result)"> |
145 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
146 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
147 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
148 |
</FunctionImport> |
149 |
<FunctionImport Name="SELECT_CONVERT_DELETE"> |
150 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
151 |
</FunctionImport> |
152 |
<FunctionImport Name="SELECT_CONVERT_INSERT"> |
153 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
154 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
155 |
<Parameter Name="P_DOCUMENT_URL" Mode="In" Type="String" /> |
156 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
157 |
</FunctionImport> |
158 |
<FunctionImport Name="SELECT_CONVERT_ITEM" ReturnType="Collection(markusModel.SELECT_CONVERT_ITEM_Result)"> |
159 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
160 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
161 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
162 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
163 |
<Parameter Name="P_TAKE_COUNT" Mode="In" Type="Int32" /> |
164 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
165 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
166 |
<Parameter Name="P_BEGIN_START_DATETIE" Mode="In" Type="DateTime" /> |
167 |
<Parameter Name="P_FINISH_START_DATETIME" Mode="In" Type="DateTime" /> |
168 |
<Parameter Name="P_BEGIN_END_DATETIME" Mode="In" Type="DateTime" /> |
169 |
<Parameter Name="P_FINISH_END_DATETIME" Mode="In" Type="DateTime" /> |
170 |
<Parameter Name="P_GROUP_NO" Mode="In" Type="String" /> |
171 |
<Parameter Name="P_DOCUMENT_NAME" Mode="In" Type="String" /> |
172 |
<Parameter Name="P_DOCUMENT_NO" Mode="In" Type="String" /> |
173 |
<Parameter Name="P_REVISION" Mode="In" Type="String" /> |
174 |
<Parameter Name="P_SERVICE_ID" Mode="In" Type="String" /> |
175 |
<Parameter Name="P_RECONVERTER" Mode="In" Type="Int32" /> |
176 |
<Parameter Name="P_DOCUMENT_URL" Mode="In" Type="String" /> |
177 |
<Parameter Name="P_ExcptionCheck" Mode="In" Type="Int32" /> |
178 |
</FunctionImport> |
179 |
<FunctionImport Name="SELECT_FINAL_PDF_DELETE"> |
180 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
181 |
</FunctionImport> |
182 |
<FunctionImport Name="SELECT_FINAL_PDF_INSERT"> |
183 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
184 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
185 |
<Parameter Name="P_DOCINFO_ID" Mode="In" Type="String" /> |
186 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
187 |
<Parameter Name="P_MARKUPINFO_ID" Mode="In" Type="String" /> |
188 |
<Parameter Name="P_CREATE_USER_ID" Mode="In" Type="String" /> |
189 |
<Parameter Name="P_TOTAL_PAGE" Mode="In" Type="Int32" /> |
190 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
191 |
</FunctionImport> |
192 |
<FunctionImport Name="SELECT_FINAL_PDF_ITEM" ReturnType="Collection(markusModel.SELECT_FINAL_PDF_ITEM_Result)"> |
193 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
194 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
195 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
196 |
<Parameter Name="P_MARKUPINFO_ID" Mode="In" Type="String" /> |
197 |
<Parameter Name="P_DOCINFO_ID" Mode="In" Type="String" /> |
198 |
<Parameter Name="P_DOCUMENT_NAME" Mode="In" Type="String" /> |
199 |
<Parameter Name="P_DOCUMENT_NO" Mode="In" Type="String" /> |
200 |
<Parameter Name="P_CREATE_USER_ID" Mode="In" Type="String" /> |
201 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
202 |
<Parameter Name="P_TAKE_COUNT" Mode="In" Type="Int32" /> |
203 |
<Parameter Name="P_GROUP_NO" Mode="In" Type="String" /> |
204 |
<Parameter Name="P_REVISION" Mode="In" Type="String" /> |
205 |
<Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
206 |
<Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
207 |
<Parameter Name="P_BEGIN_START_DATETIE" Mode="In" Type="DateTime" /> |
208 |
<Parameter Name="P_FINISH_START_DATETIME" Mode="In" Type="DateTime" /> |
209 |
<Parameter Name="P_BEGIN_END_DATETIME" Mode="In" Type="DateTime" /> |
210 |
<Parameter Name="P_FINISH_END_DATETIME" Mode="In" Type="DateTime" /> |
211 |
<Parameter Name="P_DOCUMENT_URL" Mode="In" Type="String" /> |
212 |
<Parameter Name="P_ExcptionCheck" Mode="In" Type="Int32" /> |
213 |
</FunctionImport> |
214 |
<FunctionImport Name="SELECT_RERECONVERT_ITEM"> |
215 |
<Parameter Name="P_ID" Mode="In" Type="String" /> |
216 |
<Parameter Name="P_RECONVERTER" Mode="In" Type="Int32" /> |
217 |
<Parameter Name="P_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
218 |
<Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
219 |
<Parameter Name="P_END_DATETIME" Mode="In" Type="DateTime" /> |
220 |
</FunctionImport> |
221 |
<FunctionImport Name="SELECT_RUN_PROJECTS" ReturnType="Collection(markusModel.SELECT_RUN_PROJECTS_Result)"> |
222 |
<Parameter Name="P_RUN_PROJECTS" Mode="In" Type="Int32" /> |
223 |
</FunctionImport> |
224 |
<FunctionImport Name="SELECT_DOCUMENT_ITEM" ReturnType="Collection(markusModel.SELECT_DOCUMENT_ITEM_Result)"> |
225 |
<Parameter Name="P_TAKE_COUNT" Mode="In" Type="Int32" /> |
226 |
<Parameter Name="P_REVISION" Mode="In" Type="String" /> |
227 |
<Parameter Name="P_DOCUMENT_N0" Mode="In" Type="String" /> |
228 |
<Parameter Name="P_DOCUMENT_NAME" Mode="In" Type="String" /> |
229 |
<Parameter Name="P_GROUP_N0" Mode="In" Type="String" /> |
230 |
<Parameter Name="P_ORIGINAL_FILE" Mode="In" Type="String" /> |
231 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
232 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
233 |
</FunctionImport> |
234 |
<FunctionImport Name="SELECT_PROPERTIES_RUN_PROJECTS" ReturnType="Collection(markusModel.SELECT_PROPERTIES_RUN_PROJECTS_Result)"> |
235 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
236 |
</FunctionImport> |
237 |
<FunctionImport Name="SELECT_RUNANDPROPERTY_INSERT"> |
238 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
239 |
<Parameter Name="P_PROJECT_NAME" Mode="In" Type="String" /> |
240 |
<Parameter Name="P_TYPE_InitialCatalog" Mode="In" Type="String" /> |
241 |
<Parameter Name="P_VALUE_InitialCatalog" Mode="In" Type="String" /> |
242 |
<Parameter Name="P_TYPE_TileSorceStorage" Mode="In" Type="String" /> |
243 |
<Parameter Name="P_VALUE_TileSorceStorage" Mode="In" Type="String" /> |
244 |
<Parameter Name="P_TYPE_TileSourcePath" Mode="In" Type="String" /> |
245 |
<Parameter Name="P_VALUE_TileSourcePath" Mode="In" Type="String" /> |
246 |
<Parameter Name="P_TYPE_FinalPDFStorageRemote" Mode="In" Type="String" /> |
247 |
<Parameter Name="P_VALUE_FinalPDFStorageRemote" Mode="In" Type="String" /> |
248 |
<Parameter Name="P_TYPE_FinalPDFStorageLocal" Mode="In" Type="String" /> |
249 |
<Parameter Name="P_VALUE_FinalPDFStorageLocal" Mode="In" Type="String" /> |
250 |
<Parameter Name="P_TYPE_UpLoadServiceUrl" Mode="In" Type="String" /> |
251 |
<Parameter Name="P_VALUE_UpLoadServiceUrl" Mode="In" Type="String" /> |
252 |
<Parameter Name="P_IS_ACTIVITY" Mode="In" Type="Int32" /> |
253 |
</FunctionImport> |
254 |
<FunctionImport Name="FINAL_PDF_MARKUP_CHECK" ReturnType="Collection(markusModel.FINAL_PDF_MARKUP_CHECK_Result)"> |
255 |
<Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
256 |
<Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
257 |
</FunctionImport> |
258 |
<FunctionImport Name="SELECT_MARKUP_INFO" ReturnType="Collection(markusModel.SELECT_MARKUP_INFO_Result)"> |
259 |
<Parameter Name="P_DOCINFO_ID" Mode="In" Type="String" /> |
260 |
</FunctionImport> |
261 |
<FunctionImport Name="SELECT_DOCINFO" ReturnType="Collection(markusModel.SELECT_DOCINFO_Result)"> |
262 |
<Parameter Name="P_DOCINFO_ID" Mode="In" Type="String" /> |
263 |
</FunctionImport> |
264 |
</EntityContainer> |
265 |
<ComplexType Name="CONVERT_COUNT_Result"> |
266 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
267 |
<Property Type="Int32" Name="COUNT" Nullable="true" /> |
268 |
<Property Type="Int32" Name="EXCEPTION_COUNT" Nullable="true" /> |
269 |
</ComplexType> |
270 |
<ComplexType Name="FINALPDF_COUNT_Result"> |
271 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
272 |
<Property Type="Int32" Name="COUNT" Nullable="true" /> |
273 |
<Property Type="Int32" Name="EXCEPTION_COUNT" Nullable="true" /> |
274 |
</ComplexType> |
275 |
<ComplexType Name="SELECT_CONVERT_ITEM_Result"> |
276 |
<Property Type="String" Name="ID" Nullable="false" MaxLength="50" /> |
277 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
278 |
<Property Type="String" Name="DOCUMENT_URL" Nullable="false" MaxLength="500" /> |
279 |
<Property Type="String" Name="DOCUMENT_ID" Nullable="false" MaxLength="50" /> |
280 |
<Property Type="DateTime" Name="CREATE_DATETIME" Nullable="false" Precision="23" /> |
281 |
<Property Type="Int32" Name="STATUS" Nullable="false" /> |
282 |
<Property Type="Int32" Name="TOTAL_PAGE" Nullable="false" /> |
283 |
<Property Type="Int32" Name="CURRENT_PAGE" Nullable="false" /> |
284 |
<Property Type="String" Name="EXCEPTION" Nullable="true" /> |
285 |
<Property Type="DateTime" Name="END_DATETIME" Nullable="true" Precision="23" /> |
286 |
<Property Type="DateTime" Name="START_DATETIME" Nullable="true" Precision="23" /> |
287 |
<Property Type="String" Name="SERVICE_ID" Nullable="true" MaxLength="50" /> |
288 |
<Property Type="Int32" Name="RECONVERTER" Nullable="true" /> |
289 |
<Property Type="String" Name="REVISION" Nullable="true" MaxLength="50" /> |
290 |
<Property Type="String" Name="DOCUMENT_NO" Nullable="true" MaxLength="50" /> |
291 |
<Property Type="String" Name="DOCUMENT_NAME" Nullable="true" MaxLength="500" /> |
292 |
<Property Type="String" Name="GROUP_NO" Nullable="true" MaxLength="50" /> |
293 |
<Property Type="String" Name="RESULT_FILE" Nullable="true" MaxLength="500" /> |
294 |
<Property Type="String" Name="RESULT" Nullable="true" MaxLength="50" /> |
295 |
<Property Type="String" Name="PROPERTIES_VALUE" Nullable="true" /> |
296 |
<Property Type="String" Name="CONVERT_PATH" Nullable="true" /> |
297 |
</ComplexType> |
298 |
<ComplexType Name="SELECT_FINAL_PDF_ITEM_Result"> |
299 |
<Property Type="String" Name="ID" Nullable="false" MaxLength="50" /> |
300 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
301 |
<Property Type="String" Name="ORIGINAL_FILE" Nullable="true" MaxLength="500" /> |
302 |
<Property Type="String" Name="DOCUMENT_ID" Nullable="false" MaxLength="50" /> |
303 |
<Property Type="String" Name="MARKUPINFO_ID" Nullable="false" MaxLength="50" /> |
304 |
<Property Type="String" Name="DOCINFO_ID" Nullable="false" MaxLength="50" /> |
305 |
<Property Type="String" Name="DOCUMENT_NAME" Nullable="true" MaxLength="500" /> |
306 |
<Property Type="String" Name="DOCUMENT_NO" Nullable="true" MaxLength="50" /> |
307 |
<Property Type="String" Name="CREATE_USER_ID" Nullable="false" MaxLength="50" /> |
308 |
<Property Type="Int32" Name="STATUS" Nullable="false" /> |
309 |
<Property Type="String" Name="GROUP_NO" Nullable="true" MaxLength="50" /> |
310 |
<Property Type="String" Name="REVISION" Nullable="true" MaxLength="50" /> |
311 |
<Property Type="DateTime" Name="CREATE_DATETIME" Nullable="false" Precision="23" /> |
312 |
<Property Type="Int32" Name="TOTAL_PAGE" Nullable="false" /> |
313 |
<Property Type="Int32" Name="CURRENT_PAGE" Nullable="false" /> |
314 |
<Property Type="String" Name="EXCEPTION" Nullable="true" /> |
315 |
<Property Type="DateTime" Name="END_DATETIME" Nullable="true" Precision="23" /> |
316 |
<Property Type="DateTime" Name="START_DATETIME" Nullable="true" Precision="23" /> |
317 |
<Property Type="String" Name="RESULT_FILE" Nullable="true" MaxLength="500" /> |
318 |
<Property Type="String" Name="RESULT" Nullable="true" MaxLength="50" /> |
319 |
<Property Type="String" Name="PROPERTIES_VALUE" Nullable="true" /> |
320 |
<Property Type="String" Name="CONVERT_PATH" Nullable="true" /> |
321 |
</ComplexType> |
322 |
<ComplexType Name="SELECT_RUN_PROJECTS_Result"> |
323 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
324 |
<Property Type="String" Name="PROJECT_NAME" Nullable="false" MaxLength="50" /> |
325 |
</ComplexType> |
326 |
<ComplexType Name="SELECT_DOCUMENT_ITEM_Result"> |
327 |
<Property Type="String" Name="GROUP_N0" Nullable="true" MaxLength="50" /> |
328 |
<Property Type="String" Name="DOCUMENT_N0" Nullable="true" MaxLength="50" /> |
329 |
<Property Type="String" Name="DOCUMENT_ID" Nullable="true" MaxLength="50" /> |
330 |
<Property Type="String" Name="ORIGINAL_FILE" Nullable="true" MaxLength="500" /> |
331 |
<Property Type="String" Name="REVISION" Nullable="true" MaxLength="50" /> |
332 |
<Property Type="String" Name="DOCUMENTID" Nullable="true" MaxLength="50" /> |
333 |
</ComplexType> |
334 |
<ComplexType Name="SELECT_PROPERTIES_RUN_PROJECTS_Result"> |
335 |
<Property Type="String" Name="PROPERTIES_TYPE" Nullable="false" MaxLength="50" /> |
336 |
<Property Type="String" Name="PROPERTIES_VALUE" Nullable="false" /> |
337 |
<Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="100" /> |
338 |
</ComplexType> |
339 |
<ComplexType Name="FINAL_PDF_MARKUP_CHECK_Result"> |
340 |
<Property Type="String" Name="ID" Nullable="true" MaxLength="50" /> |
341 |
<Property Type="String" Name="PROJECT_NO" Nullable="true" MaxLength="50" /> |
342 |
<Property Type="String" Name="ORIGINAL_FILE" Nullable="true" MaxLength="500" /> |
343 |
<Property Type="String" Name="DOCUMENT_ID" Nullable="true" MaxLength="50" /> |
344 |
<Property Type="String" Name="MARKUPINFO_ID" Nullable="true" MaxLength="50" /> |
345 |
<Property Type="String" Name="DOCINFO_ID" Nullable="true" MaxLength="50" /> |
346 |
<Property Type="String" Name="DOCUMENT_NAME" Nullable="true" MaxLength="500" /> |
347 |
<Property Type="String" Name="DOCUMENT_NO" Nullable="true" MaxLength="50" /> |
348 |
<Property Type="String" Name="CREATE_USER_ID" Nullable="true" MaxLength="50" /> |
349 |
<Property Type="Int32" Name="STATUS" Nullable="true" /> |
350 |
<Property Type="String" Name="GROUP_NO" Nullable="true" MaxLength="50" /> |
351 |
<Property Type="String" Name="REVISION" Nullable="true" MaxLength="50" /> |
352 |
<Property Type="DateTime" Name="CREATE_DATETIME" Nullable="false" Precision="23" /> |
353 |
<Property Type="Int32" Name="TOTAL_PAGE" Nullable="true" /> |
354 |
<Property Type="Int32" Name="CURRENT_PAGE" Nullable="true" /> |
355 |
<Property Type="String" Name="EXCEPTION" Nullable="true" /> |
356 |
<Property Type="DateTime" Name="END_DATETIME" Nullable="true" Precision="23" /> |
357 |
<Property Type="DateTime" Name="START_DATETIME" Nullable="true" Precision="23" /> |
358 |
<Property Type="String" Name="PROPERTIES_VALUE" Nullable="true" /> |
359 |
<Property Type="String" Name="CONVERT_PATH" Nullable="true" /> |
360 |
<Property Type="String" Name="USER_ID" Nullable="true" MaxLength="50" /> |
361 |
</ComplexType> |
362 |
<ComplexType Name="SELECT_MARKUP_INFO_Result"> |
363 |
<Property Type="Int32" Name="CONSOLIDATE" Nullable="false" /> |
364 |
<Property Type="Int32" Name="AVOID_CONSOLIDATE" Nullable="false" /> |
365 |
</ComplexType> |
366 |
<ComplexType Name="SELECT_DOCINFO_Result"> |
367 |
<Property Type="String" Name="ID" Nullable="true" MaxLength="50" /> |
368 |
<Property Type="String" Name="ORIGINAL_FILE" Nullable="true" MaxLength="500" /> |
369 |
<Property Type="String" Name="DOCUMENT_ID" Nullable="true" MaxLength="50" /> |
370 |
<Property Type="Int32" Name="PAGE_COUNT" Nullable="true" /> |
371 |
<Property Type="String" Name="PROJECT_NO" Nullable="true" MaxLength="10" /> |
372 |
</ComplexType> |
373 |
</Schema> |
374 |
</edmx:ConceptualModels> |
375 |
<!-- C-S mapping content --> |
376 |
<edmx:Mappings> |
377 |
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs"> |
378 |
<EntityContainerMapping StorageEntityContainer="markusModelStoreContainer" CdmEntityContainer="markusEntities" > |
379 |
<FunctionImportMapping FunctionImportName="CONVERT_COUNT" FunctionName="markusModel.Store.CONVERT_COUNT"> |
380 |
<ResultMapping> |
381 |
<ComplexTypeMapping TypeName="markusModel.CONVERT_COUNT_Result"> |
382 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
383 |
<ScalarProperty Name="COUNT" ColumnName="COUNT" /> |
384 |
<ScalarProperty Name="EXCEPTION_COUNT" ColumnName="EXCEPTION_COUNT" /> |
385 |
</ComplexTypeMapping> |
386 |
</ResultMapping> |
387 |
</FunctionImportMapping> |
388 |
<FunctionImportMapping FunctionImportName="FINALPDF_COUNT" FunctionName="markusModel.Store.FINALPDF_COUNT"> |
389 |
<ResultMapping> |
390 |
<ComplexTypeMapping TypeName="markusModel.FINALPDF_COUNT_Result"> |
391 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
392 |
<ScalarProperty Name="COUNT" ColumnName="COUNT" /> |
393 |
<ScalarProperty Name="EXCEPTION_COUNT" ColumnName="EXCEPTION_COUNT" /> |
394 |
</ComplexTypeMapping> |
395 |
</ResultMapping> |
396 |
</FunctionImportMapping> |
397 |
<FunctionImportMapping FunctionImportName="SELECT_CONVERT_DELETE" FunctionName="markusModel.Store.SELECT_CONVERT_DELETE" /> |
398 |
<FunctionImportMapping FunctionImportName="SELECT_CONVERT_INSERT" FunctionName="markusModel.Store.SELECT_CONVERT_INSERT" /> |
399 |
<FunctionImportMapping FunctionImportName="SELECT_CONVERT_ITEM" FunctionName="markusModel.Store.SELECT_CONVERT_ITEM"> |
400 |
<ResultMapping> |
401 |
<ComplexTypeMapping TypeName="markusModel.SELECT_CONVERT_ITEM_Result"> |
402 |
<ScalarProperty Name="ID" ColumnName="ID" /> |
403 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
404 |
<ScalarProperty Name="DOCUMENT_URL" ColumnName="DOCUMENT_URL" /> |
405 |
<ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
406 |
<ScalarProperty Name="CREATE_DATETIME" ColumnName="CREATE_DATETIME" /> |
407 |
<ScalarProperty Name="STATUS" ColumnName="STATUS" /> |
408 |
<ScalarProperty Name="TOTAL_PAGE" ColumnName="TOTAL_PAGE" /> |
409 |
<ScalarProperty Name="CURRENT_PAGE" ColumnName="CURRENT_PAGE" /> |
410 |
<ScalarProperty Name="EXCEPTION" ColumnName="EXCEPTION" /> |
411 |
<ScalarProperty Name="END_DATETIME" ColumnName="END_DATETIME" /> |
412 |
<ScalarProperty Name="START_DATETIME" ColumnName="START_DATETIME" /> |
413 |
<ScalarProperty Name="SERVICE_ID" ColumnName="SERVICE_ID" /> |
414 |
<ScalarProperty Name="RECONVERTER" ColumnName="RECONVERTER" /> |
415 |
<ScalarProperty Name="REVISION" ColumnName="REVISION" /> |
416 |
<ScalarProperty Name="DOCUMENT_NO" ColumnName="DOCUMENT_NO" /> |
417 |
<ScalarProperty Name="DOCUMENT_NAME" ColumnName="DOCUMENT_NAME" /> |
418 |
<ScalarProperty Name="GROUP_NO" ColumnName="GROUP_NO" /> |
419 |
<ScalarProperty Name="RESULT_FILE" ColumnName="RESULT_FILE" /> |
420 |
<ScalarProperty Name="RESULT" ColumnName="RESULT" /> |
421 |
<ScalarProperty Name="PROPERTIES_VALUE" ColumnName="PROPERTIES_VALUE" /> |
422 |
<ScalarProperty Name="CONVERT_PATH" ColumnName="CONVERT_PATH" /> |
423 |
</ComplexTypeMapping> |
424 |
</ResultMapping> |
425 |
</FunctionImportMapping> |
426 |
<FunctionImportMapping FunctionImportName="SELECT_FINAL_PDF_DELETE" FunctionName="markusModel.Store.SELECT_FINAL_PDF_DELETE" /> |
427 |
<FunctionImportMapping FunctionImportName="SELECT_FINAL_PDF_INSERT" FunctionName="markusModel.Store.SELECT_FINAL_PDF_INSERT" /> |
428 |
<FunctionImportMapping FunctionImportName="SELECT_FINAL_PDF_ITEM" FunctionName="markusModel.Store.SELECT_FINAL_PDF_ITEM"> |
429 |
<ResultMapping> |
430 |
<ComplexTypeMapping TypeName="markusModel.SELECT_FINAL_PDF_ITEM_Result"> |
431 |
<ScalarProperty Name="ID" ColumnName="ID" /> |
432 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
433 |
<ScalarProperty Name="ORIGINAL_FILE" ColumnName="ORIGINAL_FILE" /> |
434 |
<ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
435 |
<ScalarProperty Name="MARKUPINFO_ID" ColumnName="MARKUPINFO_ID" /> |
436 |
<ScalarProperty Name="DOCINFO_ID" ColumnName="DOCINFO_ID" /> |
437 |
<ScalarProperty Name="DOCUMENT_NAME" ColumnName="DOCUMENT_NAME" /> |
438 |
<ScalarProperty Name="DOCUMENT_NO" ColumnName="DOCUMENT_NO" /> |
439 |
<ScalarProperty Name="CREATE_USER_ID" ColumnName="CREATE_USER_ID" /> |
440 |
<ScalarProperty Name="STATUS" ColumnName="STATUS" /> |
441 |
<ScalarProperty Name="GROUP_NO" ColumnName="GROUP_NO" /> |
442 |
<ScalarProperty Name="REVISION" ColumnName="REVISION" /> |
443 |
<ScalarProperty Name="CREATE_DATETIME" ColumnName="CREATE_DATETIME" /> |
444 |
<ScalarProperty Name="TOTAL_PAGE" ColumnName="TOTAL_PAGE" /> |
445 |
<ScalarProperty Name="CURRENT_PAGE" ColumnName="CURRENT_PAGE" /> |
446 |
<ScalarProperty Name="EXCEPTION" ColumnName="EXCEPTION" /> |
447 |
<ScalarProperty Name="END_DATETIME" ColumnName="END_DATETIME" /> |
448 |
<ScalarProperty Name="START_DATETIME" ColumnName="START_DATETIME" /> |
449 |
<ScalarProperty Name="RESULT_FILE" ColumnName="RESULT_FILE" /> |
450 |
<ScalarProperty Name="RESULT" ColumnName="RESULT" /> |
451 |
<ScalarProperty Name="PROPERTIES_VALUE" ColumnName="PROPERTIES_VALUE" /> |
452 |
<ScalarProperty Name="CONVERT_PATH" ColumnName="CONVERT_PATH" /> |
453 |
</ComplexTypeMapping> |
454 |
</ResultMapping> |
455 |
</FunctionImportMapping> |
456 |
<FunctionImportMapping FunctionImportName="SELECT_RERECONVERT_ITEM" FunctionName="markusModel.Store.SELECT_RERECONVERT_ITEM" /> |
457 |
<FunctionImportMapping FunctionImportName="SELECT_RUN_PROJECTS" FunctionName="markusModel.Store.SELECT_RUN_PROJECTS"> |
458 |
<ResultMapping> |
459 |
<ComplexTypeMapping TypeName="markusModel.SELECT_RUN_PROJECTS_Result"> |
460 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
461 |
<ScalarProperty Name="PROJECT_NAME" ColumnName="PROJECT_NAME" /> |
462 |
</ComplexTypeMapping> |
463 |
</ResultMapping> |
464 |
</FunctionImportMapping> |
465 |
<FunctionImportMapping FunctionImportName="SELECT_DOCUMENT_ITEM" FunctionName="markusModel.Store.SELECT_DOCUMENT_ITEM"> |
466 |
<ResultMapping> |
467 |
<ComplexTypeMapping TypeName="markusModel.SELECT_DOCUMENT_ITEM_Result"> |
468 |
<ScalarProperty Name="GROUP_N0" ColumnName="GROUP_N0" /> |
469 |
<ScalarProperty Name="DOCUMENT_N0" ColumnName="DOCUMENT_N0" /> |
470 |
<ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
471 |
<ScalarProperty Name="ORIGINAL_FILE" ColumnName="ORIGINAL_FILE" /> |
472 |
<ScalarProperty Name="REVISION" ColumnName="REVISION" /> |
473 |
<ScalarProperty Name="DOCUMENTID" ColumnName="DOCUMENTID" /> |
474 |
</ComplexTypeMapping> |
475 |
</ResultMapping> |
476 |
</FunctionImportMapping> |
477 |
<FunctionImportMapping FunctionImportName="SELECT_PROPERTIES_RUN_PROJECTS" FunctionName="markusModel.Store.SELECT_PROPERTIES_RUN_PROJECTS"> |
478 |
<ResultMapping> |
479 |
<ComplexTypeMapping TypeName="markusModel.SELECT_PROPERTIES_RUN_PROJECTS_Result"> |
480 |
<ScalarProperty Name="PROPERTIES_TYPE" ColumnName="PROPERTIES_TYPE" /> |
481 |
<ScalarProperty Name="PROPERTIES_VALUE" ColumnName="PROPERTIES_VALUE" /> |
482 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
483 |
</ComplexTypeMapping> |
484 |
</ResultMapping> |
485 |
</FunctionImportMapping> |
486 |
<FunctionImportMapping FunctionImportName="SELECT_RUNANDPROPERTY_INSERT" FunctionName="markusModel.Store.SELECT_RUNANDPROPERTY_INSERT" > |
487 |
</FunctionImportMapping> |
488 |
<FunctionImportMapping FunctionImportName="FINAL_PDF_MARKUP_CHECK" FunctionName="markusModel.Store.FINAL_PDF_MARKUP_CHECK"> |
489 |
<ResultMapping> |
490 |
<ComplexTypeMapping TypeName="markusModel.FINAL_PDF_MARKUP_CHECK_Result"> |
491 |
<ScalarProperty Name="ID" ColumnName="ID" /> |
492 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
493 |
<ScalarProperty Name="ORIGINAL_FILE" ColumnName="ORIGINAL_FILE" /> |
494 |
<ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
495 |
<ScalarProperty Name="MARKUPINFO_ID" ColumnName="MARKUPINFO_ID" /> |
496 |
<ScalarProperty Name="DOCINFO_ID" ColumnName="DOCINFO_ID" /> |
497 |
<ScalarProperty Name="DOCUMENT_NAME" ColumnName="DOCUMENT_NAME" /> |
498 |
<ScalarProperty Name="DOCUMENT_NO" ColumnName="DOCUMENT_NO" /> |
499 |
<ScalarProperty Name="CREATE_USER_ID" ColumnName="CREATE_USER_ID" /> |
500 |
<ScalarProperty Name="STATUS" ColumnName="STATUS" /> |
501 |
<ScalarProperty Name="GROUP_NO" ColumnName="GROUP_NO" /> |
502 |
<ScalarProperty Name="REVISION" ColumnName="REVISION" /> |
503 |
<ScalarProperty Name="CREATE_DATETIME" ColumnName="CREATE_DATETIME" /> |
504 |
<ScalarProperty Name="TOTAL_PAGE" ColumnName="TOTAL_PAGE" /> |
505 |
<ScalarProperty Name="CURRENT_PAGE" ColumnName="CURRENT_PAGE" /> |
506 |
<ScalarProperty Name="EXCEPTION" ColumnName="EXCEPTION" /> |
507 |
<ScalarProperty Name="END_DATETIME" ColumnName="END_DATETIME" /> |
508 |
<ScalarProperty Name="START_DATETIME" ColumnName="START_DATETIME" /> |
509 |
<ScalarProperty Name="PROPERTIES_VALUE" ColumnName="PROPERTIES_VALUE" /> |
510 |
<ScalarProperty Name="CONVERT_PATH" ColumnName="CONVERT_PATH" /> |
511 |
<ScalarProperty Name="USER_ID" ColumnName="USER_ID" /> |
512 |
</ComplexTypeMapping> |
513 |
</ResultMapping> |
514 |
</FunctionImportMapping> |
515 |
<FunctionImportMapping FunctionImportName="SELECT_MARKUP_INFO" FunctionName="markusModel.Store.SELECT_MARKUP_INFO"> |
516 |
<ResultMapping> |
517 |
<ComplexTypeMapping TypeName="markusModel.SELECT_MARKUP_INFO_Result"> |
518 |
<ScalarProperty Name="CONSOLIDATE" ColumnName="CONSOLIDATE" /> |
519 |
<ScalarProperty Name="AVOID_CONSOLIDATE" ColumnName="AVOID_CONSOLIDATE" /> |
520 |
</ComplexTypeMapping> |
521 |
</ResultMapping> |
522 |
</FunctionImportMapping> |
523 |
<FunctionImportMapping FunctionImportName="SELECT_DOCINFO" FunctionName="markusModel.Store.SELECT_DOCINFO"> |
524 |
<ResultMapping> |
525 |
<ComplexTypeMapping TypeName="markusModel.SELECT_DOCINFO_Result"> |
526 |
<ScalarProperty Name="ID" ColumnName="ID" /> |
527 |
<ScalarProperty Name="ORIGINAL_FILE" ColumnName="ORIGINAL_FILE" /> |
528 |
<ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
529 |
<ScalarProperty Name="PAGE_COUNT" ColumnName="PAGE_COUNT" /> |
530 |
<ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
531 |
</ComplexTypeMapping> |
532 |
</ResultMapping> |
533 |
</FunctionImportMapping> |
534 |
</EntityContainerMapping> |
535 |
</Mapping> |
536 |
</edmx:Mappings> |
537 |
</edmx:Runtime> |
538 |
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) --> |
539 |
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx"> |
540 |
<Connection> |
541 |
<DesignerInfoPropertySet> |
542 |
<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" /> |
543 |
</DesignerInfoPropertySet> |
544 |
</Connection> |
545 |
<Options> |
546 |
<DesignerInfoPropertySet> |
547 |
<DesignerProperty Name="ValidateOnBuild" Value="true" /> |
548 |
<DesignerProperty Name="EnablePluralization" Value="True" /> |
549 |
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" /> |
550 |
<DesignerProperty Name="UseLegacyProvider" Value="false" /> |
551 |
<DesignerProperty Name="CodeGenerationStrategy" Value="없음" /> |
552 |
</DesignerInfoPropertySet> |
553 |
</Options> |
554 |
<!-- Diagram content (shape and connector positions) --> |
555 |
<Diagrams></Diagrams> |
556 |
</Designer> |
557 |
</edmx:Edmx> |