개정판 0c575433
issue #0000 compare 수정
Change-Id: I9b57c124b64674f7ae618978955093b399008da5
KCOM/Connected Services/ServiceDeepView/ServiceDeepView917.xsd | ||
---|---|---|
83 | 83 |
</xs:sequence> |
84 | 84 |
</xs:complexType> |
85 | 85 |
</xs:element> |
86 |
<xs:element name="GetCompareRectsTargetSize"> |
|
87 |
<xs:complexType> |
|
88 |
<xs:sequence> |
|
89 |
<xs:element minOccurs="0" name="projectNo" nillable="true" type="xs:string" /> |
|
90 |
<xs:element minOccurs="0" name="originDocItem_ID" nillable="true" type="xs:string" /> |
|
91 |
<xs:element minOccurs="0" name="targetDocItem_ID" nillable="true" type="xs:string" /> |
|
92 |
<xs:element minOccurs="0" name="originPageNo" nillable="true" type="xs:string" /> |
|
93 |
<xs:element minOccurs="0" name="targetPageNo" nillable="true" type="xs:string" /> |
|
94 |
<xs:element minOccurs="0" name="IsResultTargatSize" type="xs:boolean" /> |
|
95 |
<xs:element minOccurs="0" name="isInternalAddress" nillable="true" type="xs:string" /> |
|
96 |
</xs:sequence> |
|
97 |
</xs:complexType> |
|
98 |
</xs:element> |
|
99 |
<xs:element name="GetCompareRectsTargetSizeResponse"> |
|
100 |
<xs:complexType> |
|
101 |
<xs:sequence> |
|
102 |
<xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/System.Windows" minOccurs="0" name="GetCompareRectsTargetSizeResult" nillable="true" type="q3:ArrayOfRect" /> |
|
103 |
</xs:sequence> |
|
104 |
</xs:complexType> |
|
105 |
</xs:element> |
|
86 | 106 |
<xs:element name="GetCompareRect"> |
87 | 107 |
<xs:complexType> |
88 | 108 |
<xs:sequence> |
... | ... | |
98 | 118 |
<xs:element name="GetCompareRectResponse"> |
99 | 119 |
<xs:complexType> |
100 | 120 |
<xs:sequence> |
101 |
<xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/System.Windows" minOccurs="0" name="GetCompareRectResult" nillable="true" type="q3:ArrayOfRect" />
|
|
121 |
<xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/System.Windows" minOccurs="0" name="GetCompareRectResult" nillable="true" type="q4:ArrayOfRect" />
|
|
102 | 122 |
</xs:sequence> |
103 | 123 |
</xs:complexType> |
104 | 124 |
</xs:element> |
... | ... | |
110 | 130 |
<xs:element minOccurs="0" name="targetDocItem_ID" nillable="true" type="xs:string" /> |
111 | 131 |
<xs:element minOccurs="0" name="originPageNo" nillable="true" type="xs:string" /> |
112 | 132 |
<xs:element minOccurs="0" name="targetPageNo" nillable="true" type="xs:string" /> |
113 |
<xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/System.Windows" minOccurs="0" name="FixSize" type="q4:Size" />
|
|
133 |
<xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/System.Windows" minOccurs="0" name="FixSize" type="q5:Size" />
|
|
114 | 134 |
<xs:element minOccurs="0" name="isInternalAddress" nillable="true" type="xs:string" /> |
115 | 135 |
</xs:sequence> |
116 | 136 |
</xs:complexType> |
... | ... | |
118 | 138 |
<xs:element name="GetComparefixSizeResponse"> |
119 | 139 |
<xs:complexType> |
120 | 140 |
<xs:sequence> |
121 |
<xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/System.Windows" minOccurs="0" name="GetComparefixSizeResult" nillable="true" type="q5:ArrayOfRect" />
|
|
141 |
<xs:element xmlns:q6="http://schemas.datacontract.org/2004/07/System.Windows" minOccurs="0" name="GetComparefixSizeResult" nillable="true" type="q6:ArrayOfRect" />
|
|
122 | 142 |
</xs:sequence> |
123 | 143 |
</xs:complexType> |
124 | 144 |
</xs:element> |
... | ... | |
135 | 155 |
<xs:element name="SetFinalPDFResponse"> |
136 | 156 |
<xs:complexType> |
137 | 157 |
<xs:sequence> |
138 |
<xs:element xmlns:q6="http://schemas.datacontract.org/2004/07/IFinalPDF" minOccurs="0" name="SetFinalPDFResult" type="q6:FinalPDFResult" />
|
|
158 |
<xs:element xmlns:q7="http://schemas.datacontract.org/2004/07/IFinalPDF" minOccurs="0" name="SetFinalPDFResult" type="q7:FinalPDFResult" />
|
|
139 | 159 |
</xs:sequence> |
140 | 160 |
</xs:complexType> |
141 | 161 |
</xs:element> |
142 | 162 |
<xs:element name="GetConversionState"> |
143 | 163 |
<xs:complexType> |
144 | 164 |
<xs:sequence> |
145 |
<xs:element xmlns:q7="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="param" nillable="true" type="q7:KCOM_BasicParam" />
|
|
165 |
<xs:element xmlns:q8="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="param" nillable="true" type="q8:KCOM_BasicParam" />
|
|
146 | 166 |
</xs:sequence> |
147 | 167 |
</xs:complexType> |
148 | 168 |
</xs:element> |
... | ... | |
165 | 185 |
<xs:element name="GetVPRevisionHistoryResponse"> |
166 | 186 |
<xs:complexType> |
167 | 187 |
<xs:sequence> |
168 |
<xs:element xmlns:q8="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="GetVPRevisionHistoryResult" nillable="true" type="q8:ArrayOfVPRevision" />
|
|
188 |
<xs:element xmlns:q9="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="GetVPRevisionHistoryResult" nillable="true" type="q9:ArrayOfVPRevision" />
|
|
169 | 189 |
</xs:sequence> |
170 | 190 |
</xs:complexType> |
171 | 191 |
</xs:element> |
... | ... | |
180 | 200 |
<xs:element name="GetVPRevisionFirstOrDefaultResponse"> |
181 | 201 |
<xs:complexType> |
182 | 202 |
<xs:sequence> |
183 |
<xs:element xmlns:q9="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="GetVPRevisionFirstOrDefaultResult" nillable="true" type="q9:VPRevision" />
|
|
203 |
<xs:element xmlns:q10="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="GetVPRevisionFirstOrDefaultResult" nillable="true" type="q10:VPRevision" />
|
|
184 | 204 |
</xs:sequence> |
185 | 205 |
</xs:complexType> |
186 | 206 |
</xs:element> |
187 | 207 |
<xs:element name="GetDocInfo"> |
188 | 208 |
<xs:complexType> |
189 | 209 |
<xs:sequence> |
190 |
<xs:element xmlns:q10="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="param" nillable="true" type="q10:KCOM_BasicParam" />
|
|
210 |
<xs:element xmlns:q11="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="param" nillable="true" type="q11:KCOM_BasicParam" />
|
|
191 | 211 |
</xs:sequence> |
192 | 212 |
</xs:complexType> |
193 | 213 |
</xs:element> |
194 | 214 |
<xs:element name="GetDocInfoResponse"> |
195 | 215 |
<xs:complexType> |
196 | 216 |
<xs:sequence> |
197 |
<xs:element xmlns:q11="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetDocInfoResult" nillable="true" type="q11:DOCINFO" />
|
|
217 |
<xs:element xmlns:q12="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetDocInfoResult" nillable="true" type="q12:DOCINFO" />
|
|
198 | 218 |
</xs:sequence> |
199 | 219 |
</xs:complexType> |
200 | 220 |
</xs:element> |
... | ... | |
215 | 235 |
<xs:element name="GetDocumentItemInfo"> |
216 | 236 |
<xs:complexType> |
217 | 237 |
<xs:sequence> |
218 |
<xs:element xmlns:q12="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="param" nillable="true" type="q12:KCOM_BasicParam" />
|
|
238 |
<xs:element xmlns:q13="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="param" nillable="true" type="q13:KCOM_BasicParam" />
|
|
219 | 239 |
</xs:sequence> |
220 | 240 |
</xs:complexType> |
221 | 241 |
</xs:element> |
222 | 242 |
<xs:element name="GetDocumentItemInfoResponse"> |
223 | 243 |
<xs:complexType> |
224 | 244 |
<xs:sequence> |
225 |
<xs:element xmlns:q13="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetDocumentItemInfoResult" nillable="true" type="q13:DOCUMENT_ITEM" />
|
|
245 |
<xs:element xmlns:q14="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetDocumentItemInfoResult" nillable="true" type="q14:DOCUMENT_ITEM" />
|
|
226 | 246 |
</xs:sequence> |
227 | 247 |
</xs:complexType> |
228 | 248 |
</xs:element> |
... | ... | |
251 | 271 |
<xs:element name="GetMarkupInfoItemsResponse"> |
252 | 272 |
<xs:complexType> |
253 | 273 |
<xs:sequence> |
254 |
<xs:element xmlns:q14="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="GetMarkupInfoItemsResult" nillable="true" type="q14:ArrayOfMarkupInfoItem" />
|
|
274 |
<xs:element xmlns:q15="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="GetMarkupInfoItemsResult" nillable="true" type="q15:ArrayOfMarkupInfoItem" />
|
|
255 | 275 |
</xs:sequence> |
256 | 276 |
</xs:complexType> |
257 | 277 |
</xs:element> |
... | ... | |
267 | 287 |
<xs:element name="GetSyncMarkupInfoItemsResponse"> |
268 | 288 |
<xs:complexType> |
269 | 289 |
<xs:sequence> |
270 |
<xs:element xmlns:q15="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="GetSyncMarkupInfoItemsResult" nillable="true" type="q15:ArrayOfMarkupInfoItem" />
|
|
290 |
<xs:element xmlns:q16="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="GetSyncMarkupInfoItemsResult" nillable="true" type="q16:ArrayOfMarkupInfoItem" />
|
|
271 | 291 |
</xs:sequence> |
272 | 292 |
</xs:complexType> |
273 | 293 |
</xs:element> |
... | ... | |
282 | 302 |
<xs:element name="GetUserDataResponse"> |
283 | 303 |
<xs:complexType> |
284 | 304 |
<xs:sequence> |
285 |
<xs:element xmlns:q16="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetUserDataResult" nillable="true" type="q16:ArrayOfMEMBER" />
|
|
305 |
<xs:element xmlns:q17="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetUserDataResult" nillable="true" type="q17:ArrayOfMEMBER" />
|
|
286 | 306 |
</xs:sequence> |
287 | 307 |
</xs:complexType> |
288 | 308 |
</xs:element> |
... | ... | |
296 | 316 |
<xs:element name="GetDeptDataResponse"> |
297 | 317 |
<xs:complexType> |
298 | 318 |
<xs:sequence> |
299 |
<xs:element xmlns:q17="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetDeptDataResult" nillable="true" type="q17:ArrayOfstring" />
|
|
319 |
<xs:element xmlns:q18="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetDeptDataResult" nillable="true" type="q18:ArrayOfstring" />
|
|
300 | 320 |
</xs:sequence> |
301 | 321 |
</xs:complexType> |
302 | 322 |
</xs:element> |
... | ... | |
326 | 346 |
<xs:element minOccurs="0" name="SavePageNo" type="xs:int" /> |
327 | 347 |
<xs:element minOccurs="0" name="documentItemID" nillable="true" type="xs:string" /> |
328 | 348 |
<xs:element minOccurs="0" name="VPDescription" nillable="true" type="xs:string" /> |
329 |
<xs:element xmlns:q18="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="flag" type="q18:FAVORITE_FLAG" />
|
|
349 |
<xs:element xmlns:q19="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="flag" type="q19:FAVORITE_FLAG" />
|
|
330 | 350 |
</xs:sequence> |
331 | 351 |
</xs:complexType> |
332 | 352 |
</xs:element> |
... | ... | |
340 | 360 |
<xs:element name="SaveMarkupData"> |
341 | 361 |
<xs:complexType> |
342 | 362 |
<xs:sequence> |
343 |
<xs:element xmlns:q19="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="UserState" nillable="true" type="q19:MarkupInfoItem" />
|
|
363 |
<xs:element xmlns:q20="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="UserState" nillable="true" type="q20:MarkupInfoItem" />
|
|
344 | 364 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
345 | 365 |
<xs:element minOccurs="0" name="doc_id" nillable="true" type="xs:string" /> |
346 | 366 |
<xs:element minOccurs="0" name="user_id" nillable="true" type="xs:string" /> |
347 |
<xs:element xmlns:q20="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="mlmarkup_data" nillable="true" type="q20:ArrayOfMARKUP_DATA" />
|
|
367 |
<xs:element xmlns:q21="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="mlmarkup_data" nillable="true" type="q21:ArrayOfMARKUP_DATA" />
|
|
348 | 368 |
</xs:sequence> |
349 | 369 |
</xs:complexType> |
350 | 370 |
</xs:element> |
... | ... | |
358 | 378 |
<xs:element name="SavePageMarkupData"> |
359 | 379 |
<xs:complexType> |
360 | 380 |
<xs:sequence> |
361 |
<xs:element xmlns:q21="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="UserState" nillable="true" type="q21:MarkupInfoItem" />
|
|
381 |
<xs:element xmlns:q22="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="UserState" nillable="true" type="q22:MarkupInfoItem" />
|
|
362 | 382 |
<xs:element minOccurs="0" name="PageNo" type="xs:int" /> |
363 | 383 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
364 | 384 |
<xs:element minOccurs="0" name="doc_id" nillable="true" type="xs:string" /> |
365 | 385 |
<xs:element minOccurs="0" name="user_id" nillable="true" type="xs:string" /> |
366 |
<xs:element xmlns:q22="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="mlmarkup_data" nillable="true" type="q22:ArrayOfMARKUP_DATA" />
|
|
386 |
<xs:element xmlns:q23="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="mlmarkup_data" nillable="true" type="q23:ArrayOfMARKUP_DATA" />
|
|
367 | 387 |
</xs:sequence> |
368 | 388 |
</xs:complexType> |
369 | 389 |
</xs:element> |
... | ... | |
393 | 413 |
<xs:element name="SaveSymbol"> |
394 | 414 |
<xs:complexType> |
395 | 415 |
<xs:sequence> |
396 |
<xs:element xmlns:q23="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="symbol_private" nillable="true" type="q23:SYMBOL_PRIVATE" />
|
|
416 |
<xs:element xmlns:q24="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="symbol_private" nillable="true" type="q24:SYMBOL_PRIVATE" />
|
|
397 | 417 |
</xs:sequence> |
398 | 418 |
</xs:complexType> |
399 | 419 |
</xs:element> |
... | ... | |
407 | 427 |
<xs:element name="AddPublicSymbol"> |
408 | 428 |
<xs:complexType> |
409 | 429 |
<xs:sequence> |
410 |
<xs:element xmlns:q24="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="symbol" nillable="true" type="q24:SYMBOL_PUBLIC" />
|
|
430 |
<xs:element xmlns:q25="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="symbol" nillable="true" type="q25:SYMBOL_PUBLIC" />
|
|
411 | 431 |
</xs:sequence> |
412 | 432 |
</xs:complexType> |
413 | 433 |
</xs:element> |
... | ... | |
453 | 473 |
<xs:complexType> |
454 | 474 |
<xs:sequence> |
455 | 475 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
456 |
<xs:element xmlns:q25="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="Check_History" nillable="true" type="q25:CHECK_LIST_HISTORY" />
|
|
476 |
<xs:element xmlns:q26="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="Check_History" nillable="true" type="q26:CHECK_LIST_HISTORY" />
|
|
457 | 477 |
</xs:sequence> |
458 | 478 |
</xs:complexType> |
459 | 479 |
</xs:element> |
... | ... | |
469 | 489 |
<xs:sequence> |
470 | 490 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
471 | 491 |
<xs:element minOccurs="0" name="rev" nillable="true" type="xs:string" /> |
472 |
<xs:element xmlns:q26="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="Check_History" nillable="true" type="q26:CHECK_LIST_HISTORY" />
|
|
492 |
<xs:element xmlns:q27="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="Check_History" nillable="true" type="q27:CHECK_LIST_HISTORY" />
|
|
473 | 493 |
</xs:sequence> |
474 | 494 |
</xs:complexType> |
475 | 495 |
</xs:element> |
... | ... | |
485 | 505 |
<xs:sequence> |
486 | 506 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
487 | 507 |
<xs:element minOccurs="0" name="_id" nillable="true" type="xs:string" /> |
488 |
<xs:element xmlns:q27="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="Check_value" nillable="true" type="q27:CHECK_LIST" />
|
|
508 |
<xs:element xmlns:q28="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="Check_value" nillable="true" type="q28:CHECK_LIST" />
|
|
489 | 509 |
</xs:sequence> |
490 | 510 |
</xs:complexType> |
491 | 511 |
</xs:element> |
... | ... | |
500 | 520 |
<xs:complexType> |
501 | 521 |
<xs:sequence> |
502 | 522 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
503 |
<xs:element xmlns:q28="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="Check_value" nillable="true" type="q28:CHECK_LIST" />
|
|
523 |
<xs:element xmlns:q29="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="Check_value" nillable="true" type="q29:CHECK_LIST" />
|
|
504 | 524 |
</xs:sequence> |
505 | 525 |
</xs:complexType> |
506 | 526 |
</xs:element> |
... | ... | |
522 | 542 |
<xs:element name="GetCheckListResponse"> |
523 | 543 |
<xs:complexType> |
524 | 544 |
<xs:sequence> |
525 |
<xs:element xmlns:q29="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetCheckListResult" nillable="true" type="q29:CHECK_LIST" />
|
|
545 |
<xs:element xmlns:q30="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetCheckListResult" nillable="true" type="q30:CHECK_LIST" />
|
|
526 | 546 |
</xs:sequence> |
527 | 547 |
</xs:complexType> |
528 | 548 |
</xs:element> |
... | ... | |
538 | 558 |
<xs:element name="GetUserCheckListResponse"> |
539 | 559 |
<xs:complexType> |
540 | 560 |
<xs:sequence> |
541 |
<xs:element xmlns:q30="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetUserCheckListResult" nillable="true" type="q30:ArrayOfCHECK_LIST" />
|
|
561 |
<xs:element xmlns:q31="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetUserCheckListResult" nillable="true" type="q31:ArrayOfCHECK_LIST" />
|
|
542 | 562 |
</xs:sequence> |
543 | 563 |
</xs:complexType> |
544 | 564 |
</xs:element> |
... | ... | |
553 | 573 |
<xs:element name="GetCheckListHistoryResponse"> |
554 | 574 |
<xs:complexType> |
555 | 575 |
<xs:sequence> |
556 |
<xs:element xmlns:q31="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetCheckListHistoryResult" nillable="true" type="q31:ArrayOfCHECK_LIST_HISTORY" />
|
|
576 |
<xs:element xmlns:q32="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetCheckListHistoryResult" nillable="true" type="q32:ArrayOfCHECK_LIST_HISTORY" />
|
|
557 | 577 |
</xs:sequence> |
558 | 578 |
</xs:complexType> |
559 | 579 |
</xs:element> |
... | ... | |
569 | 589 |
<xs:element name="GetCheckListHistoryFirstOrDefaultResponse"> |
570 | 590 |
<xs:complexType> |
571 | 591 |
<xs:sequence> |
572 |
<xs:element xmlns:q32="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetCheckListHistoryFirstOrDefaultResult" nillable="true" type="q32:CHECK_LIST_HISTORY" />
|
|
592 |
<xs:element xmlns:q33="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetCheckListHistoryFirstOrDefaultResult" nillable="true" type="q33:CHECK_LIST_HISTORY" />
|
|
573 | 593 |
</xs:sequence> |
574 | 594 |
</xs:complexType> |
575 | 595 |
</xs:element> |
... | ... | |
577 | 597 |
<xs:complexType> |
578 | 598 |
<xs:sequence> |
579 | 599 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
580 |
<xs:element xmlns:q33="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="_mldocpage" nillable="true" type="q33:ArrayOfDOCPAGE" />
|
|
600 |
<xs:element xmlns:q34="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="_mldocpage" nillable="true" type="q34:ArrayOfDOCPAGE" />
|
|
581 | 601 |
</xs:sequence> |
582 | 602 |
</xs:complexType> |
583 | 603 |
</xs:element> |
... | ... | |
599 | 619 |
<xs:element name="GetMarkupInfoResponse"> |
600 | 620 |
<xs:complexType> |
601 | 621 |
<xs:sequence> |
602 |
<xs:element xmlns:q34="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetMarkupInfoResult" nillable="true" type="q34:MARKUP_INFO" />
|
|
622 |
<xs:element xmlns:q35="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetMarkupInfoResult" nillable="true" type="q35:MARKUP_INFO" />
|
|
603 | 623 |
</xs:sequence> |
604 | 624 |
</xs:complexType> |
605 | 625 |
</xs:element> |
... | ... | |
615 | 635 |
<xs:element name="GetMarkupDataListperPageResponse"> |
616 | 636 |
<xs:complexType> |
617 | 637 |
<xs:sequence> |
618 |
<xs:element xmlns:q35="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetMarkupDataListperPageResult" nillable="true" type="q35:ArrayOfstring" />
|
|
638 |
<xs:element xmlns:q36="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetMarkupDataListperPageResult" nillable="true" type="q36:ArrayOfstring" />
|
|
619 | 639 |
</xs:sequence> |
620 | 640 |
</xs:complexType> |
621 | 641 |
</xs:element> |
... | ... | |
623 | 643 |
<xs:complexType> |
624 | 644 |
<xs:sequence> |
625 | 645 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
626 |
<xs:element xmlns:q36="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="value" nillable="true" type="q36:MARKUP_INFO" />
|
|
646 |
<xs:element xmlns:q37="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="value" nillable="true" type="q37:MARKUP_INFO" />
|
|
627 | 647 |
</xs:sequence> |
628 | 648 |
</xs:complexType> |
629 | 649 |
</xs:element> |
... | ... | |
638 | 658 |
<xs:complexType> |
639 | 659 |
<xs:sequence> |
640 | 660 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
641 |
<xs:element xmlns:q37="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="value" nillable="true" type="q37:MARKUP_INFO_VERSION" />
|
|
661 |
<xs:element xmlns:q38="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="value" nillable="true" type="q38:MARKUP_INFO_VERSION" />
|
|
642 | 662 |
</xs:sequence> |
643 | 663 |
</xs:complexType> |
644 | 664 |
</xs:element> |
... | ... | |
653 | 673 |
<xs:complexType> |
654 | 674 |
<xs:sequence> |
655 | 675 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
656 |
<xs:element xmlns:q38="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="value" nillable="true" type="q38:MARKUP_DATA" />
|
|
676 |
<xs:element xmlns:q39="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="value" nillable="true" type="q39:MARKUP_DATA" />
|
|
657 | 677 |
</xs:sequence> |
658 | 678 |
</xs:complexType> |
659 | 679 |
</xs:element> |
... | ... | |
684 | 704 |
<xs:sequence> |
685 | 705 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
686 | 706 |
<xs:element minOccurs="0" name="_id" nillable="true" type="xs:string" /> |
687 |
<xs:element xmlns:q39="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="value" nillable="true" type="q39:MARKUP_INFO" />
|
|
707 |
<xs:element xmlns:q40="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="value" nillable="true" type="q40:MARKUP_INFO" />
|
|
688 | 708 |
</xs:sequence> |
689 | 709 |
</xs:complexType> |
690 | 710 |
</xs:element> |
... | ... | |
706 | 726 |
<xs:element name="GetMarkupDataListResponse"> |
707 | 727 |
<xs:complexType> |
708 | 728 |
<xs:sequence> |
709 |
<xs:element xmlns:q40="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetMarkupDataListResult" nillable="true" type="q40:ArrayOfMARKUP_DATA" />
|
|
729 |
<xs:element xmlns:q41="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetMarkupDataListResult" nillable="true" type="q41:ArrayOfMARKUP_DATA" />
|
|
710 | 730 |
</xs:sequence> |
711 | 731 |
</xs:complexType> |
712 | 732 |
</xs:element> |
... | ... | |
716 | 736 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
717 | 737 |
<xs:element minOccurs="0" name="_user_id" nillable="true" type="xs:string" /> |
718 | 738 |
<xs:element minOccurs="0" name="_doc_id" nillable="true" type="xs:string" /> |
719 |
<xs:element xmlns:q41="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="markupInfoItems" nillable="true" type="q41:ArrayOfMarkupInfoItem" />
|
|
739 |
<xs:element xmlns:q42="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="markupInfoItems" nillable="true" type="q42:ArrayOfMarkupInfoItem" />
|
|
720 | 740 |
</xs:sequence> |
721 | 741 |
</xs:complexType> |
722 | 742 |
</xs:element> |
... | ... | |
733 | 753 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
734 | 754 |
<xs:element minOccurs="0" name="_user_id" nillable="true" type="xs:string" /> |
735 | 755 |
<xs:element minOccurs="0" name="_doc_id" nillable="true" type="xs:string" /> |
736 |
<xs:element xmlns:q42="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="markupInfoItems" nillable="true" type="q42:ArrayOfMarkupInfoItem" />
|
|
756 |
<xs:element xmlns:q43="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="markupInfoItems" nillable="true" type="q43:ArrayOfMarkupInfoItem" />
|
|
737 | 757 |
<xs:element minOccurs="0" name="ProjectNo" nillable="true" type="xs:string" /> |
738 | 758 |
<xs:element minOccurs="0" name="DocInfoID" nillable="true" type="xs:string" /> |
739 | 759 |
<xs:element minOccurs="0" name="CreateUserID" nillable="true" type="xs:string" /> |
... | ... | |
743 | 763 |
<xs:element name="ConsolidateMergedPDFResponse"> |
744 | 764 |
<xs:complexType> |
745 | 765 |
<xs:sequence> |
746 |
<xs:element xmlns:q43="http://schemas.datacontract.org/2004/07/IFinalPDF" minOccurs="0" name="ConsolidateMergedPDFResult" type="q43:FinalPDFResult" />
|
|
766 |
<xs:element xmlns:q44="http://schemas.datacontract.org/2004/07/IFinalPDF" minOccurs="0" name="ConsolidateMergedPDFResult" type="q44:FinalPDFResult" />
|
|
747 | 767 |
</xs:sequence> |
748 | 768 |
</xs:complexType> |
749 | 769 |
</xs:element> |
... | ... | |
753 | 773 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
754 | 774 |
<xs:element minOccurs="0" name="_user_id" nillable="true" type="xs:string" /> |
755 | 775 |
<xs:element minOccurs="0" name="_doc_id" nillable="true" type="xs:string" /> |
756 |
<xs:element xmlns:q44="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="markupInfoItems" nillable="true" type="q44:ArrayOfMarkupInfoItem" />
|
|
776 |
<xs:element xmlns:q45="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="markupInfoItems" nillable="true" type="q45:ArrayOfMarkupInfoItem" />
|
|
757 | 777 |
</xs:sequence> |
758 | 778 |
</xs:complexType> |
759 | 779 |
</xs:element> |
... | ... | |
775 | 795 |
<xs:element name="GetMemberResponse"> |
776 | 796 |
<xs:complexType> |
777 | 797 |
<xs:sequence> |
778 |
<xs:element xmlns:q45="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetMemberResult" nillable="true" type="q45:MEMBER" />
|
|
798 |
<xs:element xmlns:q46="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetMemberResult" nillable="true" type="q46:MEMBER" />
|
|
779 | 799 |
</xs:sequence> |
780 | 800 |
</xs:complexType> |
781 | 801 |
</xs:element> |
... | ... | |
789 | 809 |
<xs:element name="GetSymbolListResponse"> |
790 | 810 |
<xs:complexType> |
791 | 811 |
<xs:sequence> |
792 |
<xs:element xmlns:q46="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetSymbolListResult" nillable="true" type="q46:ArrayOfSYMBOL_PRIVATE" />
|
|
812 |
<xs:element xmlns:q47="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetSymbolListResult" nillable="true" type="q47:ArrayOfSYMBOL_PRIVATE" />
|
|
793 | 813 |
</xs:sequence> |
794 | 814 |
</xs:complexType> |
795 | 815 |
</xs:element> |
... | ... | |
801 | 821 |
<xs:element name="GetPublicSymbolDeptListResponse"> |
802 | 822 |
<xs:complexType> |
803 | 823 |
<xs:sequence> |
804 |
<xs:element xmlns:q47="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetPublicSymbolDeptListResult" nillable="true" type="q47:ArrayOfstring" />
|
|
824 |
<xs:element xmlns:q48="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GetPublicSymbolDeptListResult" nillable="true" type="q48:ArrayOfstring" />
|
|
805 | 825 |
</xs:sequence> |
806 | 826 |
</xs:complexType> |
807 | 827 |
</xs:element> |
... | ... | |
815 | 835 |
<xs:element name="GetPublicSymbolListResponse"> |
816 | 836 |
<xs:complexType> |
817 | 837 |
<xs:sequence> |
818 |
<xs:element xmlns:q48="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetPublicSymbolListResult" nillable="true" type="q48:ArrayOfSYMBOL_PUBLIC" />
|
|
838 |
<xs:element xmlns:q49="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetPublicSymbolListResult" nillable="true" type="q49:ArrayOfSYMBOL_PUBLIC" />
|
|
819 | 839 |
</xs:sequence> |
820 | 840 |
</xs:complexType> |
821 | 841 |
</xs:element> |
... | ... | |
939 | 959 |
<xs:element name="GetPreRevSelectResponse"> |
940 | 960 |
<xs:complexType> |
941 | 961 |
<xs:sequence> |
942 |
<xs:element xmlns:q49="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetPreRevSelectResult" nillable="true" type="q49:ArrayOfDOCUMENT_ITEM" />
|
|
962 |
<xs:element xmlns:q50="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetPreRevSelectResult" nillable="true" type="q50:ArrayOfDOCUMENT_ITEM" />
|
|
943 | 963 |
</xs:sequence> |
944 | 964 |
</xs:complexType> |
945 | 965 |
</xs:element> |
... | ... | |
954 | 974 |
<xs:element name="GetDocInfoOneSelectResponse"> |
955 | 975 |
<xs:complexType> |
956 | 976 |
<xs:sequence> |
957 |
<xs:element xmlns:q50="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetDocInfoOneSelectResult" nillable="true" type="q50:DOCINFO" />
|
|
977 |
<xs:element xmlns:q51="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetDocInfoOneSelectResult" nillable="true" type="q51:DOCINFO" />
|
|
958 | 978 |
</xs:sequence> |
959 | 979 |
</xs:complexType> |
960 | 980 |
</xs:element> |
... | ... | |
963 | 983 |
<xs:sequence> |
964 | 984 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
965 | 985 |
<xs:element minOccurs="0" name="doc_id" nillable="true" type="xs:string" /> |
966 |
<xs:element xmlns:q51="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="_markupInfoList" nillable="true" type="q51:ArrayOfMarkupInfoItem" />
|
|
986 |
<xs:element xmlns:q52="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="_markupInfoList" nillable="true" type="q52:ArrayOfMarkupInfoItem" />
|
|
967 | 987 |
</xs:sequence> |
968 | 988 |
</xs:complexType> |
969 | 989 |
</xs:element> |
970 | 990 |
<xs:element name="GetPrintDocItemListResponse"> |
971 | 991 |
<xs:complexType> |
972 | 992 |
<xs:sequence> |
973 |
<xs:element xmlns:q52="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="GetPrintDocItemListResult" nillable="true" type="q52:ArrayOfMarkupInfoItem" />
|
|
993 |
<xs:element xmlns:q53="http://schemas.datacontract.org/2004/07/IKCOM" minOccurs="0" name="GetPrintDocItemListResult" nillable="true" type="q53:ArrayOfMarkupInfoItem" />
|
|
974 | 994 |
</xs:sequence> |
975 | 995 |
</xs:complexType> |
976 | 996 |
</xs:element> |
... | ... | |
978 | 998 |
<xs:complexType> |
979 | 999 |
<xs:sequence> |
980 | 1000 |
<xs:element minOccurs="0" name="project_no" nillable="true" type="xs:string" /> |
981 |
<xs:element xmlns:q53="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="value" nillable="true" type="q53:TALK" />
|
|
1001 |
<xs:element xmlns:q54="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="value" nillable="true" type="q54:TALK" />
|
|
982 | 1002 |
</xs:sequence> |
983 | 1003 |
</xs:complexType> |
984 | 1004 |
</xs:element> |
... | ... | |
1000 | 1020 |
<xs:element name="GetMessageResponse"> |
1001 | 1021 |
<xs:complexType> |
1002 | 1022 |
<xs:sequence> |
1003 |
<xs:element xmlns:q54="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetMessageResult" nillable="true" type="q54:ArrayOfTALK" />
|
|
1023 |
<xs:element xmlns:q55="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="GetMessageResult" nillable="true" type="q55:ArrayOfTALK" />
|
|
1004 | 1024 |
</xs:sequence> |
1005 | 1025 |
</xs:complexType> |
1006 | 1026 |
</xs:element> |
... | ... | |
1015 | 1035 |
<xs:element name="FinalPDF_GetDocinfoResponse"> |
1016 | 1036 |
<xs:complexType> |
1017 | 1037 |
<xs:sequence> |
1018 |
<xs:element xmlns:q55="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetDocinfoResult" nillable="true" type="q55:DOCINFO" />
|
|
1038 |
<xs:element xmlns:q56="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetDocinfoResult" nillable="true" type="q56:DOCINFO" />
|
|
1019 | 1039 |
</xs:sequence> |
1020 | 1040 |
</xs:complexType> |
1021 | 1041 |
</xs:element> |
... | ... | |
1030 | 1050 |
<xs:element name="FinalPDF_GetDocumentItemResponse"> |
1031 | 1051 |
<xs:complexType> |
1032 | 1052 |
<xs:sequence> |
1033 |
<xs:element xmlns:q56="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetDocumentItemResult" nillable="true" type="q56:DOCUMENT_ITEM" />
|
|
1053 |
<xs:element xmlns:q57="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetDocumentItemResult" nillable="true" type="q57:DOCUMENT_ITEM" />
|
|
1034 | 1054 |
</xs:sequence> |
1035 | 1055 |
</xs:complexType> |
1036 | 1056 |
</xs:element> |
... | ... | |
1045 | 1065 |
<xs:element name="FinalPDF_GetMarkupdataResponse"> |
1046 | 1066 |
<xs:complexType> |
1047 | 1067 |
<xs:sequence> |
1048 |
<xs:element xmlns:q57="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetMarkupdataResult" nillable="true" type="q57:ArrayOfMARKUP_DATA" />
|
|
1068 |
<xs:element xmlns:q58="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetMarkupdataResult" nillable="true" type="q58:ArrayOfMARKUP_DATA" />
|
|
1049 | 1069 |
</xs:sequence> |
1050 | 1070 |
</xs:complexType> |
1051 | 1071 |
</xs:element> |
... | ... | |
1060 | 1080 |
<xs:element name="FinalPDF_GetMarkupinfoResponse"> |
1061 | 1081 |
<xs:complexType> |
1062 | 1082 |
<xs:sequence> |
1063 |
<xs:element xmlns:q58="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetMarkupinfoResult" nillable="true" type="q58:MARKUP_INFO" />
|
|
1083 |
<xs:element xmlns:q59="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetMarkupinfoResult" nillable="true" type="q59:MARKUP_INFO" />
|
|
1064 | 1084 |
</xs:sequence> |
1065 | 1085 |
</xs:complexType> |
1066 | 1086 |
</xs:element> |
... | ... | |
1074 | 1094 |
<xs:element name="FinalPDF_GetFinalPDFsResponse"> |
1075 | 1095 |
<xs:complexType> |
1076 | 1096 |
<xs:sequence> |
1077 |
<xs:element xmlns:q59="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetFinalPDFsResult" nillable="true" type="q59:ArrayOfFINAL_PDF" />
|
|
1097 |
<xs:element xmlns:q60="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetFinalPDFsResult" nillable="true" type="q60:ArrayOfFINAL_PDF" />
|
|
1078 | 1098 |
</xs:sequence> |
1079 | 1099 |
</xs:complexType> |
1080 | 1100 |
</xs:element> |
... | ... | |
1089 | 1109 |
<xs:element name="FinalPDF_GetDocpageResponse"> |
1090 | 1110 |
<xs:complexType> |
1091 | 1111 |
<xs:sequence> |
1092 |
<xs:element xmlns:q60="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetDocpageResult" nillable="true" type="q60:ArrayOfDOCPAGE" />
|
|
1112 |
<xs:element xmlns:q61="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetDocpageResult" nillable="true" type="q61:ArrayOfDOCPAGE" />
|
|
1093 | 1113 |
</xs:sequence> |
1094 | 1114 |
</xs:complexType> |
1095 | 1115 |
</xs:element> |
... | ... | |
1097 | 1117 |
<xs:complexType> |
1098 | 1118 |
<xs:sequence> |
1099 | 1119 |
<xs:element minOccurs="0" name="final_id" nillable="true" type="xs:string" /> |
1100 |
<xs:element xmlns:q61="http://schemas.datacontract.org/2004/07/IFinalPDF" minOccurs="0" name="status" type="q61:FinalStatus" />
|
|
1120 |
<xs:element xmlns:q62="http://schemas.datacontract.org/2004/07/IFinalPDF" minOccurs="0" name="status" type="q62:FinalStatus" />
|
|
1101 | 1121 |
</xs:sequence> |
1102 | 1122 |
</xs:complexType> |
1103 | 1123 |
</xs:element> |
... | ... | |
1197 | 1217 |
<xs:element name="FinalPDF_GetCommentMemberResponse"> |
1198 | 1218 |
<xs:complexType> |
1199 | 1219 |
<xs:sequence> |
1200 |
<xs:element xmlns:q62="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetCommentMemberResult" nillable="true" type="q62:MEMBER" />
|
|
1220 |
<xs:element xmlns:q63="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetCommentMemberResult" nillable="true" type="q63:MEMBER" />
|
|
1201 | 1221 |
</xs:sequence> |
1202 | 1222 |
</xs:complexType> |
1203 | 1223 |
</xs:element> |
... | ... | |
1211 | 1231 |
<xs:element name="FinalPDF_GetPropertiesResponse"> |
1212 | 1232 |
<xs:complexType> |
1213 | 1233 |
<xs:sequence> |
1214 |
<xs:element xmlns:q63="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetPropertiesResult" nillable="true" type="q63:ArrayOfPROPERTIES" />
|
|
1234 |
<xs:element xmlns:q64="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" minOccurs="0" name="FinalPDF_GetPropertiesResult" nillable="true" type="q64:ArrayOfPROPERTIES" />
|
|
1215 | 1235 |
</xs:sequence> |
1216 | 1236 |
</xs:complexType> |
1217 | 1237 |
</xs:element> |
내보내기 Unified diff