개정판 0c575433
issue #0000 compare 수정
Change-Id: I9b57c124b64674f7ae618978955093b399008da5
ComparerTestWPF/MainWindow.xaml.cs | ||
---|---|---|
82 | 82 |
if (bitmapSource != null && TargetSource != null) |
83 | 83 |
{ |
84 | 84 |
ImageView imageView = new ImageView(bitmapSource); |
85 |
|
|
85 |
imageView.Title = "Source"; |
|
86 | 86 |
imageView.Show(); |
87 | 87 |
|
88 | 88 |
|
89 | 89 |
ImageView imageView2 = new ImageView(TargetSource); |
90 |
|
|
90 |
imageView2.Title = "Target"; |
|
91 | 91 |
imageView2.Show(); |
92 | 92 |
} |
93 | 93 |
else |
... | ... | |
148 | 148 |
|
149 | 149 |
using (Markus.Image.ImageCompare imageComparer = new Markus.Image.ImageCompare()) |
150 | 150 |
{ |
151 |
var rects = imageComparer.CompareReturnRects(TxtOriginalImage.Text, TxtTargetImage.Text, new System.Drawing.Size(20, 20)); |
|
151 |
var rects = imageComparer.CompareReturnRects(TxtOriginalImage.Text, TxtTargetImage.Text, new System.Drawing.Size(20, 20),null);
|
|
152 | 152 |
|
153 | 153 |
MessageBox.Show(rects.Count().ToString()); |
154 | 154 |
|
FileUploadWevService/FileUpload.asmx.cs | ||
---|---|---|
21 | 21 |
/// </summary> |
22 | 22 |
[WebService(Namespace = "http://tempuri.org/")] |
23 | 23 |
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] |
24 |
[System.ComponentModel.ToolboxItem(false)]
|
|
24 |
[System.ComponentModel.ToolboxItem(true)]
|
|
25 | 25 |
// ASP.NET AJAX를 사용하여 스크립트에서 이 웹 서비스를 호출하려면 다음 줄의 주석 처리를 제거합니다. |
26 | 26 |
// [System.Web.Script.Services.ScriptService] |
27 | 27 |
public class FileUpload : System.Web.Services.WebService |
INI/MARKUS.ini | ||
---|---|---|
3 | 3 |
[External] |
4 | 4 |
IP=125.129.196.207 |
5 | 5 |
[BaseClientAddress] |
6 |
URL=https://localhost:44301
|
|
6 |
URL=http://localhost:44301 |
|
7 | 7 |
[HubAddress] |
8 | 8 |
URL=http://192.168.0.67:5100/ |
9 | 9 |
[UpdateVer64] |
KCOM/Connected Services/KcomService/Reference.cs | ||
---|---|---|
179 | 179 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
180 | 180 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")] |
181 | 181 |
[System.SerializableAttribute()] |
182 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))] |
|
183 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))] |
|
184 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Size))] |
|
182 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityObject))] |
|
183 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.StructuralObject))] |
|
184 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfDOCINFOitJtO6kG))] |
|
185 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReference))] |
|
186 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.RelatedEnd))] |
|
187 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
|
188 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
|
189 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMEMBERitJtO6kG))] |
|
190 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<string, string>))] |
|
191 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))] |
|
192 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.FinalPDFResult))] |
|
193 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.FinalStatus))] |
|
194 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityKey))] |
|
195 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.KcomService.EntityKeyMember>))] |
|
185 | 196 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>))] |
186 | 197 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))] |
187 | 198 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))] |
... | ... | |
213 | 224 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF>))] |
214 | 225 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.PROPERTIES))] |
215 | 226 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES>))] |
216 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.FinalPDFResult))] |
|
217 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.FinalStatus))] |
|
218 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityKey))] |
|
219 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.KcomService.EntityKeyMember>))] |
|
220 | 227 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))] |
221 | 228 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))] |
222 | 229 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))] |
... | ... | |
226 | 233 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))] |
227 | 234 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))] |
228 | 235 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.FAVORITE_FLAG))] |
229 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityObject))] |
|
230 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.StructuralObject))] |
|
231 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfDOCINFOitJtO6kG))] |
|
232 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReference))] |
|
233 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.RelatedEnd))] |
|
234 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
|
235 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
|
236 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMEMBERitJtO6kG))] |
|
237 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))] |
|
236 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))] |
|
237 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))] |
|
238 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Size))] |
|
238 | 239 |
public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
239 | 240 |
|
240 | 241 |
[System.NonSerializedAttribute()] |
... | ... | |
294 | 295 |
|
295 | 296 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
296 | 297 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
298 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
299 |
[System.SerializableAttribute()] |
|
300 |
public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.KcomService.EntityReference { |
|
301 |
} |
|
302 |
|
|
303 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
304 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
305 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
306 |
[System.SerializableAttribute()] |
|
307 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
|
308 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
|
309 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMEMBERitJtO6kG))] |
|
310 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfDOCINFOitJtO6kG))] |
|
311 |
public partial class EntityReference : KCOM.KcomService.RelatedEnd { |
|
312 |
|
|
313 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
314 |
private KCOM.KcomService.EntityKey EntityKeyField; |
|
315 |
|
|
316 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
317 |
public KCOM.KcomService.EntityKey EntityKey { |
|
318 |
get { |
|
319 |
return this.EntityKeyField; |
|
320 |
} |
|
321 |
set { |
|
322 |
if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) { |
|
323 |
this.EntityKeyField = value; |
|
324 |
this.RaisePropertyChanged("EntityKey"); |
|
325 |
} |
|
326 |
} |
|
327 |
} |
|
328 |
} |
|
329 |
|
|
330 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
331 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
332 |
[System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
333 |
[System.SerializableAttribute()] |
|
334 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReference))] |
|
335 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
|
336 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
|
337 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMEMBERitJtO6kG))] |
|
338 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfDOCINFOitJtO6kG))] |
|
339 |
public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
|
340 |
|
|
341 |
[System.NonSerializedAttribute()] |
|
342 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
|
343 |
|
|
344 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
|
345 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
|
346 |
get { |
|
347 |
return this.extensionDataField; |
|
348 |
} |
|
349 |
set { |
|
350 |
this.extensionDataField = value; |
|
351 |
} |
|
352 |
} |
|
353 |
|
|
354 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
|
355 |
|
|
356 |
protected void RaisePropertyChanged(string propertyName) { |
|
357 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
|
358 |
if ((propertyChanged != null)) { |
|
359 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
|
360 |
} |
|
361 |
} |
|
362 |
} |
|
363 |
|
|
364 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
365 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
366 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
367 |
[System.SerializableAttribute()] |
|
368 |
public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.KcomService.EntityReference { |
|
369 |
} |
|
370 |
|
|
371 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
372 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
373 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
374 |
[System.SerializableAttribute()] |
|
375 |
public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.KcomService.EntityReference { |
|
376 |
} |
|
377 |
|
|
378 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
379 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
380 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
381 |
[System.SerializableAttribute()] |
|
382 |
public partial class EntityReferenceOfMEMBERitJtO6kG : KCOM.KcomService.EntityReference { |
|
383 |
} |
|
384 |
|
|
385 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
386 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
297 | 387 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
298 | 388 |
[System.SerializableAttribute()] |
299 | 389 |
public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
... | ... | |
418 | 508 |
Error = 5, |
419 | 509 |
} |
420 | 510 |
|
421 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
422 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
423 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
424 |
[System.SerializableAttribute()] |
|
425 |
public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.KcomService.EntityReference { |
|
426 |
} |
|
427 |
|
|
428 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
429 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
430 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
431 |
[System.SerializableAttribute()] |
|
432 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
|
433 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
|
434 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMEMBERitJtO6kG))] |
|
435 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfDOCINFOitJtO6kG))] |
|
436 |
public partial class EntityReference : KCOM.KcomService.RelatedEnd { |
|
437 |
|
|
438 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
|
439 |
private KCOM.KcomService.EntityKey EntityKeyField; |
|
440 |
|
|
441 |
[System.Runtime.Serialization.DataMemberAttribute()] |
|
442 |
public KCOM.KcomService.EntityKey EntityKey { |
|
443 |
get { |
|
444 |
return this.EntityKeyField; |
|
445 |
} |
|
446 |
set { |
|
447 |
if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) { |
|
448 |
this.EntityKeyField = value; |
|
449 |
this.RaisePropertyChanged("EntityKey"); |
|
450 |
} |
|
451 |
} |
|
452 |
} |
|
453 |
} |
|
454 |
|
|
455 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
456 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
457 |
[System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
458 |
[System.SerializableAttribute()] |
|
459 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReference))] |
|
460 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
|
461 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
|
462 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfMEMBERitJtO6kG))] |
|
463 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.KcomService.EntityReferenceOfDOCINFOitJtO6kG))] |
|
464 |
public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
|
465 |
|
|
466 |
[System.NonSerializedAttribute()] |
|
467 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
|
468 |
|
|
469 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
|
470 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
|
471 |
get { |
|
472 |
return this.extensionDataField; |
|
473 |
} |
|
474 |
set { |
|
475 |
this.extensionDataField = value; |
|
476 |
} |
|
477 |
} |
|
478 |
|
|
479 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
|
480 |
|
|
481 |
protected void RaisePropertyChanged(string propertyName) { |
|
482 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
|
483 |
if ((propertyChanged != null)) { |
|
484 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
|
485 |
} |
|
486 |
} |
|
487 |
} |
|
488 |
|
|
489 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
490 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
491 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
492 |
[System.SerializableAttribute()] |
|
493 |
public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.KcomService.EntityReference { |
|
494 |
} |
|
495 |
|
|
496 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
497 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
498 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
499 |
[System.SerializableAttribute()] |
|
500 |
public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.KcomService.EntityReference { |
|
501 |
} |
|
502 |
|
|
503 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
|
504 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
|
505 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
|
506 |
[System.SerializableAttribute()] |
|
507 |
public partial class EntityReferenceOfMEMBERitJtO6kG : KCOM.KcomService.EntityReference { |
|
508 |
} |
|
509 |
|
|
510 | 511 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
511 | 512 |
[System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="KcomService.ServiceDeepView")] |
512 | 513 |
public interface ServiceDeepView { |
... | ... | |
541 | 542 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")] |
542 | 543 |
System.Threading.Tasks.Task<bool> DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID); |
543 | 544 |
|
545 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRectsTargetSize", ReplyAction="urn:ServiceDeepView/GetCompareRectsTargetSizeResponse")] |
|
546 |
System.Collections.Generic.List<System.Windows.Rect> GetCompareRectsTargetSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, bool IsResultTargatSize, string isInternalAddress); |
|
547 |
|
|
548 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRectsTargetSize", ReplyAction="urn:ServiceDeepView/GetCompareRectsTargetSizeResponse")] |
|
549 |
System.Threading.Tasks.Task<System.Collections.Generic.List<System.Windows.Rect>> GetCompareRectsTargetSizeAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, bool IsResultTargatSize, string isInternalAddress); |
|
550 |
|
|
544 | 551 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")] |
545 | 552 |
System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress); |
546 | 553 |
|
... | ... | |
1047 | 1054 |
return base.Channel.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID); |
1048 | 1055 |
} |
1049 | 1056 |
|
1057 |
public System.Collections.Generic.List<System.Windows.Rect> GetCompareRectsTargetSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, bool IsResultTargatSize, string isInternalAddress) { |
|
1058 |
return base.Channel.GetCompareRectsTargetSize(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, IsResultTargatSize, isInternalAddress); |
|
1059 |
} |
|
1060 |
|
|
1061 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<System.Windows.Rect>> GetCompareRectsTargetSizeAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, bool IsResultTargatSize, string isInternalAddress) { |
|
1062 |
return base.Channel.GetCompareRectsTargetSizeAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, IsResultTargatSize, isInternalAddress); |
|
1063 |
} |
|
1064 |
|
|
1050 | 1065 |
public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) { |
1051 | 1066 |
return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress); |
1052 | 1067 |
} |
KCOM/Connected Services/KcomService/Reference.svcmap | ||
---|---|---|
28 | 28 |
<MetadataSource Address="http://localhost:44301/ServiceDeepView.svc" Protocol="http" SourceId="1" /> |
29 | 29 |
</MetadataSources> |
30 | 30 |
<Metadata> |
31 |
<MetadataFile FileName="ServiceDeepView.xsd" MetadataType="Schema" ID="bd03c7fe-1694-4363-8dc2-1d951782a0b1" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd6" /> |
|
31 |
<MetadataFile FileName="ServiceDeepView6.xsd" MetadataType="Schema" ID="6ffbb15a-21c2-45c7-89df-f6f37506eefd" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd1" /> |
|
32 |
<MetadataFile FileName="ServiceDeepView1.wsdl" MetadataType="Wsdl" ID="121c0624-8c9c-48ab-a74e-1039e8d938c5" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?wsdl" /> |
|
33 |
<MetadataFile FileName="ServiceDeepView3.xsd" MetadataType="Schema" ID="c888e703-3ad2-4fed-9ec8-ec0ba13cb104" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd5" /> |
|
32 | 34 |
<MetadataFile FileName="ServiceDeepView.wsdl" MetadataType="Wsdl" ID="bc186872-403b-4769-b059-64d8b23a0707" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?wsdl=wsdl0" /> |
33 | 35 |
<MetadataFile FileName="ServiceDeepView1.xsd" MetadataType="Schema" ID="cc475240-8b5e-435f-aa48-e092d0972591" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd3" /> |
34 |
<MetadataFile FileName="ServiceDeepView2.xsd" MetadataType="Schema" ID="1253bfef-43fc-4b28-8743-e10848ad8404" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd7" /> |
|
35 |
<MetadataFile FileName="ServiceDeepView3.xsd" MetadataType="Schema" ID="c888e703-3ad2-4fed-9ec8-ec0ba13cb104" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd5" /> |
|
36 |
<MetadataFile FileName="ServiceDeepView4.xsd" MetadataType="Schema" ID="17b28ced-1655-49f2-b6de-3ac3c91fcebb" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd2" /> |
|
37 |
<MetadataFile FileName="ServiceDeepView5.xsd" MetadataType="Schema" ID="5675c965-54fe-4360-978d-9f82bf4f4e76" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd4" /> |
|
38 |
<MetadataFile FileName="ServiceDeepView.disco" MetadataType="Disco" ID="f1f0f0e7-89b2-4c9f-bd42-dab4e442de93" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?disco" /> |
|
39 |
<MetadataFile FileName="ServiceDeepView1.wsdl" MetadataType="Wsdl" ID="121c0624-8c9c-48ab-a74e-1039e8d938c5" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?wsdl" /> |
|
40 |
<MetadataFile FileName="ServiceDeepView6.xsd" MetadataType="Schema" ID="6ffbb15a-21c2-45c7-89df-f6f37506eefd" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd1" /> |
|
41 | 36 |
<MetadataFile FileName="ServiceDeepView7.xsd" MetadataType="Schema" ID="5493a084-649d-4e58-b1bf-71f001583170" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd8" /> |
37 |
<MetadataFile FileName="ServiceDeepView.xsd" MetadataType="Schema" ID="bd03c7fe-1694-4363-8dc2-1d951782a0b1" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd6" /> |
|
38 |
<MetadataFile FileName="ServiceDeepView.disco" MetadataType="Disco" ID="f1f0f0e7-89b2-4c9f-bd42-dab4e442de93" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?disco" /> |
|
39 |
<MetadataFile FileName="ServiceDeepView5.xsd" MetadataType="Schema" ID="5675c965-54fe-4360-978d-9f82bf4f4e76" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd4" /> |
|
40 |
<MetadataFile FileName="ServiceDeepView4.xsd" MetadataType="Schema" ID="17b28ced-1655-49f2-b6de-3ac3c91fcebb" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd2" /> |
|
41 |
<MetadataFile FileName="ServiceDeepView2.xsd" MetadataType="Schema" ID="1253bfef-43fc-4b28-8743-e10848ad8404" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd7" /> |
|
42 | 42 |
<MetadataFile FileName="ServiceDeepView8.xsd" MetadataType="Schema" ID="2a1d4a18-86a7-4758-96e9-c55a5f945b59" SourceId="1" SourceUrl="http://localhost:44301/ServiceDeepView.svc?xsd=xsd0" /> |
43 | 43 |
</Metadata> |
44 | 44 |
<Extensions> |
KCOM/Connected Services/KcomService/ServiceDeepView.wsdl | ||
---|---|---|
5 | 5 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd0" /> |
6 | 6 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> |
7 | 7 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/IKCOM" /> |
8 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" />
|
|
9 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" />
|
|
10 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/System.Data" /> |
|
11 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd6" namespace="http://schemas.datacontract.org/2004/07/System.Windows" />
|
|
12 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd7" namespace="http://schemas.datacontract.org/2004/07/IFinalPDF" />
|
|
13 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd8" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
|
|
8 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
|
|
9 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" />
|
|
10 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" />
|
|
11 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd6" namespace="http://schemas.datacontract.org/2004/07/System.Data" />
|
|
12 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd7" namespace="http://schemas.datacontract.org/2004/07/System.Windows" />
|
|
13 |
<xsd:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd8" namespace="http://schemas.datacontract.org/2004/07/IFinalPDF" />
|
|
14 | 14 |
</xsd:schema> |
15 | 15 |
</wsdl:types> |
16 | 16 |
<wsdl:message name="ServiceDeepView_GetVersionData_InputMessage"> |
... | ... | |
43 | 43 |
<wsdl:message name="ServiceDeepView_DelFavoriteVP_OutputMessage"> |
44 | 44 |
<wsdl:part name="parameters" element="DelFavoriteVPResponse" /> |
45 | 45 |
</wsdl:message> |
46 |
<wsdl:message name="ServiceDeepView_GetCompareRectsTargetSize_InputMessage"> |
|
47 |
<wsdl:part name="parameters" element="GetCompareRectsTargetSize" /> |
|
48 |
</wsdl:message> |
|
49 |
<wsdl:message name="ServiceDeepView_GetCompareRectsTargetSize_OutputMessage"> |
|
50 |
<wsdl:part name="parameters" element="GetCompareRectsTargetSizeResponse" /> |
|
51 |
</wsdl:message> |
|
46 | 52 |
<wsdl:message name="ServiceDeepView_GetCompareRect_InputMessage"> |
47 | 53 |
<wsdl:part name="parameters" element="GetCompareRect" /> |
48 | 54 |
</wsdl:message> |
... | ... | |
502 | 508 |
<wsdl:input wsaw:Action="urn:ServiceDeepView/DelFavoriteVP" message="ServiceDeepView_DelFavoriteVP_InputMessage" /> |
503 | 509 |
<wsdl:output wsaw:Action="urn:ServiceDeepView/DelFavoriteVPResponse" message="ServiceDeepView_DelFavoriteVP_OutputMessage" /> |
504 | 510 |
</wsdl:operation> |
511 |
<wsdl:operation name="GetCompareRectsTargetSize"> |
|
512 |
<wsdl:input wsaw:Action="urn:ServiceDeepView/GetCompareRectsTargetSize" message="ServiceDeepView_GetCompareRectsTargetSize_InputMessage" /> |
|
513 |
<wsdl:output wsaw:Action="urn:ServiceDeepView/GetCompareRectsTargetSizeResponse" message="ServiceDeepView_GetCompareRectsTargetSize_OutputMessage" /> |
|
514 |
</wsdl:operation> |
|
505 | 515 |
<wsdl:operation name="GetCompareRect"> |
506 | 516 |
<wsdl:input wsaw:Action="urn:ServiceDeepView/GetCompareRect" message="ServiceDeepView_GetCompareRect_InputMessage" /> |
507 | 517 |
<wsdl:output wsaw:Action="urn:ServiceDeepView/GetCompareRectResponse" message="ServiceDeepView_GetCompareRect_OutputMessage" /> |
KCOM/Connected Services/KcomService/ServiceDeepView.xsd | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System.Windows" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Windows" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
2 |
<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/System.Data" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
3 | 3 |
<xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> |
4 |
<xs:complexType name="ArrayOfRect">
|
|
4 |
<xs:complexType name="EntityKey">
|
|
5 | 5 |
<xs:sequence> |
6 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="Rect" type="tns:Rect" /> |
|
6 |
<xs:element minOccurs="0" name="EntityContainerName" nillable="true" type="xs:string" /> |
|
7 |
<xs:element minOccurs="0" name="EntityKeyValues" nillable="true" type="tns:ArrayOfEntityKeyMember" /> |
|
8 |
<xs:element minOccurs="0" name="EntitySetName" nillable="true" type="xs:string" /> |
|
7 | 9 |
</xs:sequence> |
10 |
<xs:attribute ref="ser:Id" /> |
|
11 |
<xs:attribute ref="ser:Ref" /> |
|
8 | 12 |
</xs:complexType> |
9 |
<xs:element name="ArrayOfRect" nillable="true" type="tns:ArrayOfRect" /> |
|
10 |
<xs:complexType name="Rect"> |
|
11 |
<xs:annotation> |
|
12 |
<xs:appinfo> |
|
13 |
<IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType> |
|
14 |
</xs:appinfo> |
|
15 |
</xs:annotation> |
|
13 |
<xs:element name="EntityKey" nillable="true" type="tns:EntityKey" /> |
|
14 |
<xs:complexType name="ArrayOfEntityKeyMember"> |
|
16 | 15 |
<xs:sequence> |
17 |
<xs:element name="_height" type="xs:double" /> |
|
18 |
<xs:element name="_width" type="xs:double" /> |
|
19 |
<xs:element name="_x" type="xs:double" /> |
|
20 |
<xs:element name="_y" type="xs:double" /> |
|
16 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="EntityKeyMember" nillable="true" type="tns:EntityKeyMember" /> |
|
21 | 17 |
</xs:sequence> |
22 | 18 |
</xs:complexType> |
23 |
<xs:element name="Rect" nillable="true" type="tns:Rect" /> |
|
24 |
<xs:complexType name="Size"> |
|
25 |
<xs:annotation> |
|
26 |
<xs:appinfo> |
|
27 |
<IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType> |
|
28 |
</xs:appinfo> |
|
29 |
</xs:annotation> |
|
19 |
<xs:element name="ArrayOfEntityKeyMember" nillable="true" type="tns:ArrayOfEntityKeyMember" /> |
|
20 |
<xs:complexType name="EntityKeyMember"> |
|
30 | 21 |
<xs:sequence> |
31 |
<xs:element name="_height" type="xs:double" />
|
|
32 |
<xs:element name="_width" type="xs:double" />
|
|
22 |
<xs:element minOccurs="0" name="Key" nillable="true" type="xs:string" />
|
|
23 |
<xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType" />
|
|
33 | 24 |
</xs:sequence> |
34 | 25 |
</xs:complexType> |
35 |
<xs:element name="Size" nillable="true" type="tns:Size" />
|
|
26 |
<xs:element name="EntityKeyMember" nillable="true" type="tns:EntityKeyMember" />
|
|
36 | 27 |
</xs:schema> |
KCOM/Connected Services/KcomService/ServiceDeepView1.wsdl | ||
---|---|---|
49 | 49 |
<soap:body use="literal" /> |
50 | 50 |
</wsdl:output> |
51 | 51 |
</wsdl:operation> |
52 |
<wsdl:operation name="GetCompareRectsTargetSize"> |
|
53 |
<soap:operation soapAction="urn:ServiceDeepView/GetCompareRectsTargetSize" style="document" /> |
|
54 |
<wsdl:input> |
|
55 |
<soap:body use="literal" /> |
|
56 |
</wsdl:input> |
|
57 |
<wsdl:output> |
|
58 |
<soap:body use="literal" /> |
|
59 |
</wsdl:output> |
|
60 |
</wsdl:operation> |
|
52 | 61 |
<wsdl:operation name="GetCompareRect"> |
53 | 62 |
<soap:operation soapAction="urn:ServiceDeepView/GetCompareRect" style="document" /> |
54 | 63 |
<wsdl:input> |
KCOM/Connected Services/KcomService/ServiceDeepView1.xsd | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
3 |
<xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" /> |
|
4 |
<xs:complexType name="ArrayOfFAVORITE_DOC"> |
|
2 |
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
3 |
<xs:complexType name="ArrayOfKeyValueOfstringstring"> |
|
4 |
<xs:annotation> |
|
5 |
<xs:appinfo> |
|
6 |
<IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary> |
|
7 |
</xs:appinfo> |
|
8 |
</xs:annotation> |
|
5 | 9 |
<xs:sequence> |
6 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="FAVORITE_DOC" nillable="true" type="tns:FAVORITE_DOC" /> |
|
10 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringstring"> |
|
11 |
<xs:complexType> |
|
12 |
<xs:sequence> |
|
13 |
<xs:element name="Key" nillable="true" type="xs:string" /> |
|
14 |
<xs:element name="Value" nillable="true" type="xs:string" /> |
|
15 |
</xs:sequence> |
|
16 |
</xs:complexType> |
|
17 |
</xs:element> |
|
7 | 18 |
</xs:sequence> |
8 | 19 |
</xs:complexType> |
9 |
<xs:element name="ArrayOfFAVORITE_DOC" nillable="true" type="tns:ArrayOfFAVORITE_DOC" /> |
|
10 |
<xs:complexType name="FAVORITE_DOC"> |
|
11 |
<xs:complexContent mixed="false"> |
|
12 |
<xs:extension xmlns:q1="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q1:EntityObject"> |
|
13 |
<xs:sequence> |
|
14 |
<xs:element minOccurs="0" name="CREATE_TIME" type="xs:dateTime" /> |
|
15 |
<xs:element minOccurs="0" name="DESCRIPTION" nillable="true" type="xs:string" /> |
|
16 |
<xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
|
17 |
<xs:element minOccurs="0" name="DOCUMENT_NO" nillable="true" type="xs:string" /> |
|
18 |
<xs:element minOccurs="0" name="FLAG" type="xs:int" /> |
|
19 |
<xs:element minOccurs="0" name="GROUP_NO" nillable="true" type="xs:string" /> |
|
20 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
21 |
<xs:element minOccurs="0" name="MEMBER_USER_ID" nillable="true" type="xs:string" /> |
|
22 |
<xs:element minOccurs="0" name="PAGE_NO" type="xs:int" /> |
|
23 |
<xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" /> |
|
24 |
<xs:element minOccurs="0" name="REVISION" nillable="true" type="xs:string" /> |
|
25 |
</xs:sequence> |
|
26 |
</xs:extension> |
|
27 |
</xs:complexContent> |
|
28 |
</xs:complexType> |
|
29 |
<xs:element name="FAVORITE_DOC" nillable="true" type="tns:FAVORITE_DOC" /> |
|
30 |
<xs:complexType name="DOCINFO"> |
|
31 |
<xs:complexContent mixed="false"> |
|
32 |
<xs:extension xmlns:q2="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q2:EntityObject"> |
|
33 |
<xs:sequence> |
|
34 |
<xs:element minOccurs="0" name="DOCPAGE" nillable="true" type="tns:ArrayOfDOCPAGE" /> |
|
35 |
<xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
|
36 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
37 |
<xs:element minOccurs="0" name="MARKUP_INFO" nillable="true" type="tns:ArrayOfMARKUP_INFO" /> |
|
38 |
<xs:element minOccurs="0" name="ORIGINAL_FILE" nillable="true" type="xs:string" /> |
|
39 |
<xs:element minOccurs="0" name="PAGE_COUNT" type="xs:int" /> |
|
40 |
<xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" /> |
|
41 |
</xs:sequence> |
|
42 |
</xs:extension> |
|
43 |
</xs:complexContent> |
|
44 |
</xs:complexType> |
|
45 |
<xs:element name="DOCINFO" nillable="true" type="tns:DOCINFO" /> |
|
46 |
<xs:complexType name="ArrayOfDOCPAGE"> |
|
47 |
<xs:sequence> |
|
48 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="DOCPAGE" nillable="true" type="tns:DOCPAGE" /> |
|
49 |
</xs:sequence> |
|
50 |
</xs:complexType> |
|
51 |
<xs:element name="ArrayOfDOCPAGE" nillable="true" type="tns:ArrayOfDOCPAGE" /> |
|
52 |
<xs:complexType name="DOCPAGE"> |
|
53 |
<xs:complexContent mixed="false"> |
|
54 |
<xs:extension xmlns:q3="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q3:EntityObject"> |
|
55 |
<xs:sequence> |
|
56 |
<xs:element minOccurs="0" name="DOCINFO" nillable="true" type="tns:DOCINFO" /> |
|
57 |
<xs:element minOccurs="0" name="DOCINFOReference" nillable="true" type="q3:EntityReferenceOfDOCINFOitJtO6kG" /> |
|
58 |
<xs:element minOccurs="0" name="DOCINFO_ID" nillable="true" type="xs:string" /> |
|
59 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
60 |
<xs:element minOccurs="0" name="PAGE_ANGLE" type="xs:int" /> |
|
61 |
<xs:element minOccurs="0" name="PAGE_HEIGHT" nillable="true" type="xs:string" /> |
|
62 |
<xs:element minOccurs="0" name="PAGE_NUMBER" type="xs:int" /> |
|
63 |
<xs:element minOccurs="0" name="PAGE_WIDTH" nillable="true" type="xs:string" /> |
|
64 |
</xs:sequence> |
|
65 |
</xs:extension> |
|
66 |
</xs:complexContent> |
|
67 |
</xs:complexType> |
|
68 |
<xs:element name="DOCPAGE" nillable="true" type="tns:DOCPAGE" /> |
|
69 |
<xs:complexType name="ArrayOfMARKUP_INFO"> |
|
70 |
<xs:sequence> |
|
71 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="MARKUP_INFO" nillable="true" type="tns:MARKUP_INFO" /> |
|
72 |
</xs:sequence> |
|
73 |
</xs:complexType> |
|
74 |
<xs:element name="ArrayOfMARKUP_INFO" nillable="true" type="tns:ArrayOfMARKUP_INFO" /> |
|
75 |
<xs:complexType name="MARKUP_INFO"> |
|
76 |
<xs:complexContent mixed="false"> |
|
77 |
<xs:extension xmlns:q4="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q4:EntityObject"> |
|
78 |
<xs:sequence> |
|
79 |
<xs:element minOccurs="0" name="AVOID_CONSOLIDATE" type="xs:int" /> |
|
80 |
<xs:element minOccurs="0" name="CONSOLIDATE" type="xs:int" /> |
|
81 |
<xs:element minOccurs="0" name="CREATE_TIME" type="xs:dateTime" /> |
|
82 |
<xs:element minOccurs="0" name="DESCRIPTION" nillable="true" type="xs:string" /> |
|
83 |
<xs:element minOccurs="0" name="DOCINFO" nillable="true" type="tns:DOCINFO" /> |
|
84 |
<xs:element minOccurs="0" name="DOCINFOReference" nillable="true" type="q4:EntityReferenceOfDOCINFOitJtO6kG" /> |
|
85 |
<xs:element minOccurs="0" name="DOCINFO_ID" nillable="true" type="xs:string" /> |
|
86 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
87 |
<xs:element minOccurs="0" name="MARKUP_INFO_VERSION" nillable="true" type="tns:ArrayOfMARKUP_INFO_VERSION" /> |
|
88 |
<xs:element minOccurs="0" name="PART_CONSOLIDATE" type="xs:int" /> |
|
89 |
<xs:element minOccurs="0" name="UPDATE_TIME" nillable="true" type="xs:dateTime" /> |
|
90 |
<xs:element minOccurs="0" name="USER_ID" nillable="true" type="xs:string" /> |
|
91 |
</xs:sequence> |
|
92 |
</xs:extension> |
|
93 |
</xs:complexContent> |
|
94 |
</xs:complexType> |
|
95 |
<xs:element name="MARKUP_INFO" nillable="true" type="tns:MARKUP_INFO" /> |
|
96 |
<xs:complexType name="ArrayOfMARKUP_INFO_VERSION"> |
|
97 |
<xs:sequence> |
|
98 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="MARKUP_INFO_VERSION" nillable="true" type="tns:MARKUP_INFO_VERSION" /> |
|
99 |
</xs:sequence> |
|
100 |
</xs:complexType> |
|
101 |
<xs:element name="ArrayOfMARKUP_INFO_VERSION" nillable="true" type="tns:ArrayOfMARKUP_INFO_VERSION" /> |
|
102 |
<xs:complexType name="MARKUP_INFO_VERSION"> |
|
103 |
<xs:complexContent mixed="false"> |
|
104 |
<xs:extension xmlns:q5="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q5:EntityObject"> |
|
105 |
<xs:sequence> |
|
106 |
<xs:element minOccurs="0" name="CREATE_DATE" type="xs:dateTime" /> |
|
107 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
108 |
<xs:element minOccurs="0" name="MARKUPINFO_ID" nillable="true" type="xs:string" /> |
|
109 |
<xs:element minOccurs="0" name="MARKUP_DATA" nillable="true" type="tns:ArrayOfMARKUP_DATA" /> |
|
110 |
<xs:element minOccurs="0" name="MARKUP_INFO" nillable="true" type="tns:MARKUP_INFO" /> |
|
111 |
<xs:element minOccurs="0" name="MARKUP_INFOReference" nillable="true" type="q5:EntityReferenceOfMARKUP_INFOitJtO6kG" /> |
|
112 |
</xs:sequence> |
|
113 |
</xs:extension> |
|
114 |
</xs:complexContent> |
|
115 |
</xs:complexType> |
|
116 |
<xs:element name="MARKUP_INFO_VERSION" nillable="true" type="tns:MARKUP_INFO_VERSION" /> |
|
117 |
<xs:complexType name="ArrayOfMARKUP_DATA"> |
|
118 |
<xs:sequence> |
|
119 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="MARKUP_DATA" nillable="true" type="tns:MARKUP_DATA" /> |
|
120 |
</xs:sequence> |
|
121 |
</xs:complexType> |
|
122 |
<xs:element name="ArrayOfMARKUP_DATA" nillable="true" type="tns:ArrayOfMARKUP_DATA" /> |
|
123 |
<xs:complexType name="MARKUP_DATA"> |
|
124 |
<xs:complexContent mixed="false"> |
|
125 |
<xs:extension xmlns:q6="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q6:EntityObject"> |
|
126 |
<xs:sequence> |
|
127 |
<xs:element minOccurs="0" name="DATA" nillable="true" type="xs:string" /> |
|
128 |
<xs:element minOccurs="0" name="DATA_TYPE" type="xs:int" /> |
|
129 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
130 |
<xs:element minOccurs="0" name="InsertTime" nillable="true" type="xs:dateTime" /> |
|
131 |
<xs:element minOccurs="0" name="MARKUPINFO_VERSION_ID" nillable="true" type="xs:string" /> |
|
132 |
<xs:element minOccurs="0" name="MARKUP_INFO_VERSION" nillable="true" type="tns:MARKUP_INFO_VERSION" /> |
|
133 |
<xs:element minOccurs="0" name="MARKUP_INFO_VERSIONReference" nillable="true" type="q6:EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG" /> |
|
134 |
<xs:element minOccurs="0" name="PAGENUMBER" type="xs:int" /> |
|
135 |
<xs:element minOccurs="0" name="REMARK" nillable="true" type="xs:string" /> |
|
136 |
<xs:element minOccurs="0" name="SYMBOL_ID" nillable="true" type="xs:string" /> |
|
137 |
</xs:sequence> |
|
138 |
</xs:extension> |
|
139 |
</xs:complexContent> |
|
140 |
</xs:complexType> |
|
141 |
<xs:element name="MARKUP_DATA" nillable="true" type="tns:MARKUP_DATA" /> |
|
142 |
<xs:complexType name="DOCUMENT_ITEM"> |
|
143 |
<xs:complexContent mixed="false"> |
|
144 |
<xs:extension xmlns:q7="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q7:EntityObject"> |
|
145 |
<xs:sequence> |
|
146 |
<xs:element minOccurs="0" name="CreateDate" nillable="true" type="xs:dateTime" /> |
|
147 |
<xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
|
148 |
<xs:element minOccurs="0" name="DOCUMENT_NAME" nillable="true" type="xs:string" /> |
|
149 |
<xs:element minOccurs="0" name="DOCUMENT_NO" nillable="true" type="xs:string" /> |
|
150 |
<xs:element minOccurs="0" name="GROUP_NO" nillable="true" type="xs:string" /> |
|
151 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
152 |
<xs:element minOccurs="0" name="Link" nillable="true" type="xs:string" /> |
|
153 |
<xs:element minOccurs="0" name="ORIGINAL_FILE" nillable="true" type="xs:string" /> |
|
154 |
<xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" /> |
|
155 |
<xs:element minOccurs="0" name="RESULT" nillable="true" type="xs:string" /> |
|
156 |
<xs:element minOccurs="0" name="RESULT_FILE" nillable="true" type="xs:string" /> |
|
157 |
<xs:element minOccurs="0" name="REVISION" nillable="true" type="xs:string" /> |
|
158 |
</xs:sequence> |
|
159 |
</xs:extension> |
|
160 |
</xs:complexContent> |
|
161 |
</xs:complexType> |
|
162 |
<xs:element name="DOCUMENT_ITEM" nillable="true" type="tns:DOCUMENT_ITEM" /> |
|
163 |
<xs:complexType name="MEMBER"> |
|
164 |
<xs:complexContent mixed="false"> |
|
165 |
<xs:extension xmlns:q8="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q8:EntityObject"> |
|
166 |
<xs:sequence> |
|
167 |
<xs:element minOccurs="0" name="COMPANY" nillable="true" type="xs:string" /> |
|
168 |
<xs:element minOccurs="0" name="CREATE_DATETIME" nillable="true" type="xs:dateTime" /> |
|
169 |
<xs:element minOccurs="0" name="DEPARTMENT" nillable="true" type="xs:string" /> |
|
170 |
<xs:element minOccurs="0" name="EMAIL_ADDRESS" nillable="true" type="xs:string" /> |
|
171 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
172 |
<xs:element minOccurs="0" name="ISLICENSE" nillable="true" type="xs:int" /> |
|
173 |
<xs:element minOccurs="0" name="MODIFIED_DATETIME" nillable="true" type="xs:dateTime" /> |
|
174 |
<xs:element minOccurs="0" name="NAME" nillable="true" type="xs:string" /> |
|
175 |
<xs:element minOccurs="0" name="PASSWORD" nillable="true" type="xs:string" /> |
|
176 |
<xs:element minOccurs="0" name="POSITION" nillable="true" type="xs:string" /> |
|
177 |
<xs:element minOccurs="0" name="SIGN_INFO" nillable="true" type="tns:ArrayOfSIGN_INFO" /> |
|
178 |
</xs:sequence> |
|
179 |
</xs:extension> |
|
180 |
</xs:complexContent> |
|
181 |
</xs:complexType> |
|
182 |
<xs:element name="MEMBER" nillable="true" type="tns:MEMBER" /> |
|
183 |
<xs:complexType name="ArrayOfSIGN_INFO"> |
|
184 |
<xs:sequence> |
|
185 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="SIGN_INFO" nillable="true" type="tns:SIGN_INFO" /> |
|
186 |
</xs:sequence> |
|
187 |
</xs:complexType> |
|
188 |
<xs:element name="ArrayOfSIGN_INFO" nillable="true" type="tns:ArrayOfSIGN_INFO" /> |
|
189 |
<xs:complexType name="SIGN_INFO"> |
|
190 |
<xs:complexContent mixed="false"> |
|
191 |
<xs:extension xmlns:q9="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q9:EntityObject"> |
|
192 |
<xs:sequence> |
|
193 |
<xs:element minOccurs="0" name="CREATE_DATE" type="xs:dateTime" /> |
|
194 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
195 |
<xs:element minOccurs="0" name="MEMBER" nillable="true" type="tns:MEMBER" /> |
|
196 |
<xs:element minOccurs="0" name="MEMBERReference" nillable="true" type="q9:EntityReferenceOfMEMBERitJtO6kG" /> |
|
197 |
<xs:element minOccurs="0" name="MEMBER_USER_ID" nillable="true" type="xs:string" /> |
|
198 |
<xs:element minOccurs="0" name="MODIFY_DATE" nillable="true" type="xs:dateTime" /> |
|
199 |
<xs:element minOccurs="0" name="SIGN_STR" nillable="true" type="xs:string" /> |
|
200 |
<xs:element minOccurs="0" name="SIGN_STROKES" nillable="true" type="xs:string" /> |
|
201 |
</xs:sequence> |
|
202 |
</xs:extension> |
|
203 |
</xs:complexContent> |
|
204 |
</xs:complexType> |
|
205 |
<xs:element name="SIGN_INFO" nillable="true" type="tns:SIGN_INFO" /> |
|
206 |
<xs:complexType name="ArrayOfMEMBER"> |
|
207 |
<xs:sequence> |
|
208 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="MEMBER" nillable="true" type="tns:MEMBER" /> |
|
209 |
</xs:sequence> |
|
210 |
</xs:complexType> |
|
211 |
<xs:element name="ArrayOfMEMBER" nillable="true" type="tns:ArrayOfMEMBER" /> |
|
212 |
<xs:complexType name="SYMBOL_PRIVATE"> |
|
213 |
<xs:complexContent mixed="false"> |
|
214 |
<xs:extension xmlns:q10="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q10:EntityObject"> |
|
215 |
<xs:sequence> |
|
216 |
<xs:element minOccurs="0" name="DATA" nillable="true" type="xs:string" /> |
|
217 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
218 |
<xs:element minOccurs="0" name="IMAGE_URL" nillable="true" type="xs:string" /> |
|
219 |
<xs:element minOccurs="0" name="MEMBER_USER_ID" nillable="true" type="xs:string" /> |
|
220 |
<xs:element minOccurs="0" name="NAME" nillable="true" type="xs:string" /> |
|
221 |
</xs:sequence> |
|
222 |
</xs:extension> |
|
223 |
</xs:complexContent> |
|
224 |
</xs:complexType> |
|
225 |
<xs:element name="SYMBOL_PRIVATE" nillable="true" type="tns:SYMBOL_PRIVATE" /> |
|
226 |
<xs:complexType name="SYMBOL_PUBLIC"> |
|
227 |
<xs:complexContent mixed="false"> |
|
228 |
<xs:extension xmlns:q11="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q11:EntityObject"> |
|
229 |
<xs:sequence> |
|
230 |
<xs:element minOccurs="0" name="DATA" nillable="true" type="xs:string" /> |
|
231 |
<xs:element minOccurs="0" name="DEPARTMENT" nillable="true" type="xs:string" /> |
|
232 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
233 |
<xs:element minOccurs="0" name="IMAGE_URL" nillable="true" type="xs:string" /> |
|
234 |
<xs:element minOccurs="0" name="NAME" nillable="true" type="xs:string" /> |
|
235 |
</xs:sequence> |
|
236 |
</xs:extension> |
|
237 |
</xs:complexContent> |
|
238 |
</xs:complexType> |
|
239 |
<xs:element name="SYMBOL_PUBLIC" nillable="true" type="tns:SYMBOL_PUBLIC" /> |
|
240 |
<xs:complexType name="CHECK_LIST_HISTORY"> |
|
241 |
<xs:complexContent mixed="false"> |
|
242 |
<xs:extension xmlns:q12="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q12:EntityObject"> |
|
243 |
<xs:sequence> |
|
244 |
<xs:element minOccurs="0" name="CHECKLIST_ID" nillable="true" type="xs:string" /> |
|
245 |
<xs:element minOccurs="0" name="CREATE_TIME" type="xs:dateTime" /> |
|
246 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
247 |
<xs:element minOccurs="0" name="IMAGE_URL" nillable="true" type="xs:string" /> |
|
248 |
<xs:element minOccurs="0" name="REMARK" nillable="true" type="xs:string" /> |
|
249 |
<xs:element minOccurs="0" name="REPLY" nillable="true" type="xs:string" /> |
|
250 |
<xs:element minOccurs="0" name="REVISION" nillable="true" type="xs:string" /> |
|
251 |
<xs:element minOccurs="0" name="STATUS" nillable="true" type="xs:string" /> |
|
252 |
<xs:element minOccurs="0" name="STATUS_DESC" nillable="true" type="xs:string" /> |
|
253 |
<xs:element minOccurs="0" name="TODOLIST" nillable="true" type="xs:string" /> |
|
254 |
<xs:element minOccurs="0" name="UPDATE_TIME" type="xs:dateTime" /> |
|
255 |
<xs:element minOccurs="0" name="VENDOR" nillable="true" type="xs:string" /> |
|
256 |
</xs:sequence> |
|
257 |
</xs:extension> |
|
258 |
</xs:complexContent> |
|
259 |
</xs:complexType> |
|
260 |
<xs:element name="CHECK_LIST_HISTORY" nillable="true" type="tns:CHECK_LIST_HISTORY" /> |
|
261 |
<xs:complexType name="CHECK_LIST"> |
|
262 |
<xs:complexContent mixed="false"> |
|
263 |
<xs:extension xmlns:q13="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q13:EntityObject"> |
|
264 |
<xs:sequence> |
|
265 |
<xs:element minOccurs="0" name="CREATE_TIME" nillable="true" type="xs:dateTime" /> |
|
266 |
<xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
|
267 |
<xs:element minOccurs="0" name="DOCUMENT_NO" nillable="true" type="xs:string" /> |
|
268 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
269 |
<xs:element minOccurs="0" name="IMAGE_ANCHOR" nillable="true" type="xs:string" /> |
|
270 |
<xs:element minOccurs="0" name="IMAGE_URL" nillable="true" type="xs:string" /> |
|
271 |
<xs:element minOccurs="0" name="PAGENUMBER" type="xs:int" /> |
|
272 |
<xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" /> |
|
273 |
<xs:element minOccurs="0" name="REMARK" nillable="true" type="xs:string" /> |
|
274 |
<xs:element minOccurs="0" name="REPLY" nillable="true" type="xs:string" /> |
|
275 |
<xs:element minOccurs="0" name="REVISION" nillable="true" type="xs:string" /> |
|
276 |
<xs:element minOccurs="0" name="REV_0" nillable="true" type="xs:string" /> |
|
277 |
<xs:element minOccurs="0" name="REV_1" nillable="true" type="xs:string" /> |
|
278 |
<xs:element minOccurs="0" name="REV_2" nillable="true" type="xs:string" /> |
|
279 |
<xs:element minOccurs="0" name="REV_3" nillable="true" type="xs:string" /> |
|
280 |
<xs:element minOccurs="0" name="REV_4" nillable="true" type="xs:string" /> |
|
281 |
<xs:element minOccurs="0" name="STATUS" nillable="true" type="xs:string" /> |
|
282 |
<xs:element minOccurs="0" name="STATUS_DESC_CLOSE" nillable="true" type="xs:string" /> |
|
283 |
<xs:element minOccurs="0" name="STATUS_DESC_OPEN" nillable="true" type="xs:string" /> |
|
284 |
<xs:element minOccurs="0" name="TODOLIST" nillable="true" type="xs:string" /> |
|
285 |
<xs:element minOccurs="0" name="UPDATE_TIME" nillable="true" type="xs:dateTime" /> |
|
286 |
<xs:element minOccurs="0" name="USER_ID" nillable="true" type="xs:string" /> |
|
287 |
<xs:element minOccurs="0" name="VENDOR" nillable="true" type="xs:string" /> |
|
288 |
</xs:sequence> |
|
289 |
</xs:extension> |
|
290 |
</xs:complexContent> |
|
291 |
</xs:complexType> |
|
292 |
<xs:element name="CHECK_LIST" nillable="true" type="tns:CHECK_LIST" /> |
|
293 |
<xs:complexType name="ArrayOfCHECK_LIST"> |
|
294 |
<xs:sequence> |
|
295 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="CHECK_LIST" nillable="true" type="tns:CHECK_LIST" /> |
|
296 |
</xs:sequence> |
|
297 |
</xs:complexType> |
|
298 |
<xs:element name="ArrayOfCHECK_LIST" nillable="true" type="tns:ArrayOfCHECK_LIST" /> |
|
299 |
<xs:complexType name="ArrayOfCHECK_LIST_HISTORY"> |
|
300 |
<xs:sequence> |
|
301 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="CHECK_LIST_HISTORY" nillable="true" type="tns:CHECK_LIST_HISTORY" /> |
|
302 |
</xs:sequence> |
|
303 |
</xs:complexType> |
|
304 |
<xs:element name="ArrayOfCHECK_LIST_HISTORY" nillable="true" type="tns:ArrayOfCHECK_LIST_HISTORY" /> |
|
305 |
<xs:complexType name="ArrayOfSYMBOL_PRIVATE"> |
|
306 |
<xs:sequence> |
|
307 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="SYMBOL_PRIVATE" nillable="true" type="tns:SYMBOL_PRIVATE" /> |
|
308 |
</xs:sequence> |
|
309 |
</xs:complexType> |
|
310 |
<xs:element name="ArrayOfSYMBOL_PRIVATE" nillable="true" type="tns:ArrayOfSYMBOL_PRIVATE" /> |
|
311 |
<xs:complexType name="ArrayOfSYMBOL_PUBLIC"> |
|
312 |
<xs:sequence> |
|
313 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="SYMBOL_PUBLIC" nillable="true" type="tns:SYMBOL_PUBLIC" /> |
|
314 |
</xs:sequence> |
|
315 |
</xs:complexType> |
|
316 |
<xs:element name="ArrayOfSYMBOL_PUBLIC" nillable="true" type="tns:ArrayOfSYMBOL_PUBLIC" /> |
|
317 |
<xs:complexType name="ArrayOfDOCUMENT_ITEM"> |
|
318 |
<xs:sequence> |
|
319 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="DOCUMENT_ITEM" nillable="true" type="tns:DOCUMENT_ITEM" /> |
|
320 |
</xs:sequence> |
|
321 |
</xs:complexType> |
|
322 |
<xs:element name="ArrayOfDOCUMENT_ITEM" nillable="true" type="tns:ArrayOfDOCUMENT_ITEM" /> |
|
323 |
<xs:complexType name="TALK"> |
|
324 |
<xs:complexContent mixed="false"> |
|
325 |
<xs:extension xmlns:q14="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q14:EntityObject"> |
|
326 |
<xs:sequence> |
|
327 |
<xs:element minOccurs="0" name="ANGLE" type="xs:int" /> |
|
328 |
<xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
|
329 |
<xs:element minOccurs="0" name="ID" type="xs:int" /> |
|
330 |
<xs:element minOccurs="0" name="MEMBER_ID" nillable="true" type="xs:string" /> |
|
331 |
<xs:element minOccurs="0" name="MEMBER_NAME" nillable="true" type="xs:string" /> |
|
332 |
<xs:element minOccurs="0" name="MSGSIDE" type="xs:unsignedByte" /> |
|
333 |
<xs:element minOccurs="0" name="MSGTYPE" type="xs:unsignedByte" /> |
|
334 |
<xs:element minOccurs="0" name="PAGENUMBER" nillable="true" type="xs:int" /> |
|
335 |
<xs:element minOccurs="0" name="RECT_HEIGHT" nillable="true" type="xs:double" /> |
|
336 |
<xs:element minOccurs="0" name="RECT_WIDTH" nillable="true" type="xs:double" /> |
|
337 |
<xs:element minOccurs="0" name="RECT_X" nillable="true" type="xs:double" /> |
|
338 |
<xs:element minOccurs="0" name="RECT_Y" nillable="true" type="xs:double" /> |
|
339 |
<xs:element minOccurs="0" name="TEXT" nillable="true" type="xs:string" /> |
|
340 |
<xs:element minOccurs="0" name="TIMESTAMP" type="xs:dateTime" /> |
|
341 |
</xs:sequence> |
|
342 |
</xs:extension> |
|
343 |
</xs:complexContent> |
|
344 |
</xs:complexType> |
|
345 |
<xs:element name="TALK" nillable="true" type="tns:TALK" /> |
|
346 |
<xs:complexType name="ArrayOfTALK"> |
|
347 |
<xs:sequence> |
|
348 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="TALK" nillable="true" type="tns:TALK" /> |
|
349 |
</xs:sequence> |
|
350 |
</xs:complexType> |
|
351 |
<xs:element name="ArrayOfTALK" nillable="true" type="tns:ArrayOfTALK" /> |
|
352 |
<xs:complexType name="FINAL_PDF"> |
|
353 |
<xs:complexContent mixed="false"> |
|
354 |
<xs:extension xmlns:q15="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q15:EntityObject"> |
|
355 |
<xs:sequence> |
|
356 |
<xs:element minOccurs="0" name="CREATE_DATETIME" type="xs:dateTime" /> |
|
357 |
<xs:element minOccurs="0" name="CREATE_USER_ID" nillable="true" type="xs:string" /> |
|
358 |
<xs:element minOccurs="0" name="CURRENT_PAGE" type="xs:int" /> |
|
359 |
<xs:element minOccurs="0" name="DOCINFO_ID" nillable="true" type="xs:string" /> |
|
360 |
<xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
|
361 |
<xs:element minOccurs="0" name="END_DATETIME" nillable="true" type="xs:dateTime" /> |
|
362 |
<xs:element minOccurs="0" name="EXCEPTION" nillable="true" type="xs:string" /> |
|
363 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
364 |
<xs:element minOccurs="0" name="MARKUPINFO_ID" nillable="true" type="xs:string" /> |
|
365 |
<xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" /> |
|
366 |
<xs:element minOccurs="0" name="START_DATETIME" nillable="true" type="xs:dateTime" /> |
|
367 |
<xs:element minOccurs="0" name="STATUS" type="xs:int" /> |
|
368 |
<xs:element minOccurs="0" name="TOTAL_PAGE" type="xs:int" /> |
|
369 |
</xs:sequence> |
|
370 |
</xs:extension> |
|
371 |
</xs:complexContent> |
|
372 |
</xs:complexType> |
|
373 |
<xs:element name="FINAL_PDF" nillable="true" type="tns:FINAL_PDF" /> |
|
374 |
<xs:complexType name="ArrayOfFINAL_PDF"> |
|
375 |
<xs:sequence> |
|
376 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="FINAL_PDF" nillable="true" type="tns:FINAL_PDF" /> |
|
377 |
</xs:sequence> |
|
378 |
</xs:complexType> |
|
379 |
<xs:element name="ArrayOfFINAL_PDF" nillable="true" type="tns:ArrayOfFINAL_PDF" /> |
|
380 |
<xs:complexType name="PROPERTIES"> |
|
381 |
<xs:complexContent mixed="false"> |
|
382 |
<xs:extension xmlns:q16="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q16:EntityObject"> |
|
383 |
<xs:sequence> |
|
384 |
<xs:element minOccurs="0" name="ID" type="xs:int" /> |
|
385 |
<xs:element minOccurs="0" name="PROPERTY" nillable="true" type="xs:string" /> |
|
386 |
<xs:element minOccurs="0" name="TYPE" nillable="true" type="xs:string" /> |
|
387 |
<xs:element minOccurs="0" name="VALUE" nillable="true" type="xs:string" /> |
|
388 |
</xs:sequence> |
|
389 |
</xs:extension> |
|
390 |
</xs:complexContent> |
|
391 |
</xs:complexType> |
|
392 |
<xs:element name="PROPERTIES" nillable="true" type="tns:PROPERTIES" /> |
|
393 |
<xs:complexType name="ArrayOfPROPERTIES"> |
|
20 |
<xs:element name="ArrayOfKeyValueOfstringstring" nillable="true" type="tns:ArrayOfKeyValueOfstringstring" /> |
|
21 |
<xs:complexType name="ArrayOfstring"> |
|
394 | 22 |
<xs:sequence> |
395 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="PROPERTIES" nillable="true" type="tns:PROPERTIES" />
|
|
23 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
|
|
396 | 24 |
</xs:sequence> |
397 | 25 |
</xs:complexType> |
398 |
<xs:element name="ArrayOfPROPERTIES" nillable="true" type="tns:ArrayOfPROPERTIES" />
|
|
26 |
<xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
|
|
399 | 27 |
</xs:schema> |
KCOM/Connected Services/KcomService/ServiceDeepView2.xsd | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/IFinalPDF" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/IFinalPDF" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
2 |
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System.Windows" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Windows" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
3 | 3 |
<xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> |
4 |
<xs:complexType name="FinalPDFResult"> |
|
4 |
<xs:complexType name="ArrayOfRect"> |
|
5 |
<xs:sequence> |
|
6 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="Rect" type="tns:Rect" /> |
|
7 |
</xs:sequence> |
|
8 |
</xs:complexType> |
|
9 |
<xs:element name="ArrayOfRect" nillable="true" type="tns:ArrayOfRect" /> |
|
10 |
<xs:complexType name="Rect"> |
|
11 |
<xs:annotation> |
|
12 |
<xs:appinfo> |
|
13 |
<IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType> |
|
14 |
</xs:appinfo> |
|
15 |
</xs:annotation> |
|
16 |
<xs:sequence> |
|
17 |
<xs:element name="_height" type="xs:double" /> |
|
18 |
<xs:element name="_width" type="xs:double" /> |
|
19 |
<xs:element name="_x" type="xs:double" /> |
|
20 |
<xs:element name="_y" type="xs:double" /> |
|
21 |
</xs:sequence> |
|
22 |
</xs:complexType> |
|
23 |
<xs:element name="Rect" nillable="true" type="tns:Rect" /> |
|
24 |
<xs:complexType name="Size"> |
|
5 | 25 |
<xs:annotation> |
6 | 26 |
<xs:appinfo> |
7 | 27 |
<IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType> |
8 | 28 |
</xs:appinfo> |
9 | 29 |
</xs:annotation> |
10 | 30 |
<xs:sequence> |
11 |
<xs:element name="CurrentPage" type="xs:int" /> |
|
12 |
<xs:element name="Exception" nillable="true" type="xs:string" /> |
|
13 |
<xs:element name="FinalID" nillable="true" type="xs:string" /> |
|
14 |
<xs:element name="ProjectNo" nillable="true" type="xs:string" /> |
|
15 |
<xs:element name="Status" type="tns:FinalStatus" /> |
|
31 |
<xs:element name="_height" type="xs:double" /> |
|
32 |
<xs:element name="_width" type="xs:double" /> |
|
16 | 33 |
</xs:sequence> |
17 | 34 |
</xs:complexType> |
18 |
<xs:element name="FinalPDFResult" nillable="true" type="tns:FinalPDFResult" /> |
|
19 |
<xs:simpleType name="FinalStatus"> |
|
20 |
<xs:restriction base="xs:string"> |
|
21 |
<xs:enumeration value="Insert" /> |
|
22 |
<xs:enumeration value="Wait" /> |
|
23 |
<xs:enumeration value="Create" /> |
|
24 |
<xs:enumeration value="PdfStamp" /> |
|
25 |
<xs:enumeration value="Success" /> |
|
26 |
<xs:enumeration value="Error" /> |
|
27 |
</xs:restriction> |
|
28 |
</xs:simpleType> |
|
29 |
<xs:element name="FinalStatus" nillable="true" type="tns:FinalStatus" /> |
|
35 |
<xs:element name="Size" nillable="true" type="tns:Size" /> |
|
30 | 36 |
</xs:schema> |
KCOM/Connected Services/KcomService/ServiceDeepView3.xsd | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/System.Data" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
2 |
<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
3 |
<xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd6" namespace="http://schemas.datacontract.org/2004/07/System.Data" /> |
|
3 | 4 |
<xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> |
4 |
<xs:complexType name="EntityKey"> |
|
5 |
<xs:sequence> |
|
6 |
<xs:element minOccurs="0" name="EntityContainerName" nillable="true" type="xs:string" /> |
|
7 |
<xs:element minOccurs="0" name="EntityKeyValues" nillable="true" type="tns:ArrayOfEntityKeyMember" /> |
|
8 |
<xs:element minOccurs="0" name="EntitySetName" nillable="true" type="xs:string" /> |
|
9 |
</xs:sequence> |
|
5 |
<xs:complexType name="EntityObject"> |
|
6 |
<xs:complexContent mixed="false"> |
|
7 |
<xs:extension base="tns:StructuralObject"> |
|
8 |
<xs:sequence> |
|
9 |
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/System.Data" minOccurs="0" name="EntityKey" nillable="true" type="q1:EntityKey" /> |
|
10 |
</xs:sequence> |
|
11 |
</xs:extension> |
|
12 |
</xs:complexContent> |
|
13 |
</xs:complexType> |
|
14 |
<xs:element name="EntityObject" nillable="true" type="tns:EntityObject" /> |
|
15 |
<xs:complexType name="StructuralObject"> |
|
16 |
<xs:sequence /> |
|
10 | 17 |
<xs:attribute ref="ser:Id" /> |
11 | 18 |
<xs:attribute ref="ser:Ref" /> |
12 | 19 |
</xs:complexType> |
13 |
<xs:element name="EntityKey" nillable="true" type="tns:EntityKey" /> |
|
14 |
<xs:complexType name="ArrayOfEntityKeyMember"> |
|
15 |
<xs:sequence> |
|
16 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="EntityKeyMember" nillable="true" type="tns:EntityKeyMember" /> |
|
17 |
</xs:sequence> |
|
20 |
<xs:element name="StructuralObject" nillable="true" type="tns:StructuralObject" /> |
|
21 |
<xs:complexType name="EntityReferenceOfDOCINFOitJtO6kG"> |
|
22 |
<xs:annotation> |
|
23 |
<xs:appinfo> |
|
24 |
<GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> |
|
25 |
<GenericParameter Name="DOCINFO" Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" /> |
|
26 |
</GenericType> |
|
27 |
</xs:appinfo> |
|
28 |
</xs:annotation> |
|
29 |
<xs:complexContent mixed="false"> |
|
30 |
<xs:extension base="tns:EntityReference"> |
|
31 |
<xs:sequence /> |
|
32 |
</xs:extension> |
|
33 |
</xs:complexContent> |
|
34 |
</xs:complexType> |
|
35 |
<xs:element name="EntityReferenceOfDOCINFOitJtO6kG" nillable="true" type="tns:EntityReferenceOfDOCINFOitJtO6kG" /> |
|
36 |
<xs:complexType name="EntityReference"> |
|
37 |
<xs:complexContent mixed="false"> |
|
38 |
<xs:extension base="tns:RelatedEnd"> |
|
39 |
<xs:sequence> |
|
40 |
<xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/System.Data" minOccurs="0" name="EntityKey" nillable="true" type="q2:EntityKey" /> |
|
41 |
</xs:sequence> |
|
42 |
</xs:extension> |
|
43 |
</xs:complexContent> |
|
44 |
</xs:complexType> |
|
45 |
<xs:element name="EntityReference" nillable="true" type="tns:EntityReference" /> |
|
46 |
<xs:complexType name="RelatedEnd"> |
|
47 |
<xs:sequence /> |
|
48 |
</xs:complexType> |
|
49 |
<xs:element name="RelatedEnd" nillable="true" type="tns:RelatedEnd" /> |
|
50 |
<xs:complexType name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG"> |
|
51 |
<xs:annotation> |
|
52 |
<xs:appinfo> |
|
53 |
<GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> |
|
54 |
<GenericParameter Name="MARKUP_INFO_VERSION" Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" /> |
|
55 |
</GenericType> |
|
56 |
</xs:appinfo> |
|
57 |
</xs:annotation> |
|
58 |
<xs:complexContent mixed="false"> |
|
59 |
<xs:extension base="tns:EntityReference"> |
|
60 |
<xs:sequence /> |
|
61 |
</xs:extension> |
|
62 |
</xs:complexContent> |
|
63 |
</xs:complexType> |
|
64 |
<xs:element name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG" nillable="true" type="tns:EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG" /> |
|
65 |
<xs:complexType name="EntityReferenceOfMARKUP_INFOitJtO6kG"> |
|
66 |
<xs:annotation> |
|
67 |
<xs:appinfo> |
|
68 |
<GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> |
|
69 |
<GenericParameter Name="MARKUP_INFO" Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" /> |
|
70 |
</GenericType> |
|
71 |
</xs:appinfo> |
|
72 |
</xs:annotation> |
|
73 |
<xs:complexContent mixed="false"> |
|
74 |
<xs:extension base="tns:EntityReference"> |
|
75 |
<xs:sequence /> |
|
76 |
</xs:extension> |
|
77 |
</xs:complexContent> |
|
18 | 78 |
</xs:complexType> |
19 |
<xs:element name="ArrayOfEntityKeyMember" nillable="true" type="tns:ArrayOfEntityKeyMember" /> |
|
20 |
<xs:complexType name="EntityKeyMember"> |
|
21 |
<xs:sequence> |
|
22 |
<xs:element minOccurs="0" name="Key" nillable="true" type="xs:string" /> |
|
23 |
<xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType" /> |
|
24 |
</xs:sequence> |
|
79 |
<xs:element name="EntityReferenceOfMARKUP_INFOitJtO6kG" nillable="true" type="tns:EntityReferenceOfMARKUP_INFOitJtO6kG" /> |
|
80 |
<xs:complexType name="EntityReferenceOfMEMBERitJtO6kG"> |
|
81 |
<xs:annotation> |
|
82 |
<xs:appinfo> |
|
83 |
<GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> |
|
84 |
<GenericParameter Name="MEMBER" Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" /> |
|
85 |
</GenericType> |
|
86 |
</xs:appinfo> |
|
87 |
</xs:annotation> |
|
88 |
<xs:complexContent mixed="false"> |
|
89 |
<xs:extension base="tns:EntityReference"> |
|
90 |
<xs:sequence /> |
|
91 |
</xs:extension> |
|
92 |
</xs:complexContent> |
|
25 | 93 |
</xs:complexType> |
26 |
<xs:element name="EntityKeyMember" nillable="true" type="tns:EntityKeyMember" />
|
|
94 |
<xs:element name="EntityReferenceOfMEMBERitJtO6kG" nillable="true" type="tns:EntityReferenceOfMEMBERitJtO6kG" />
|
|
27 | 95 |
</xs:schema> |
KCOM/Connected Services/KcomService/ServiceDeepView4.xsd | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/IKCOM" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/IKCOM" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
3 |
<xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> |
|
3 | 4 |
<xs:complexType name="KCOM_SystemInfo"> |
4 | 5 |
<xs:sequence> |
5 | 6 |
<xs:element minOccurs="0" name="HostName" nillable="true" type="xs:string" /> |
6 | 7 |
<xs:element minOccurs="0" name="HostPort" nillable="true" type="xs:string" /> |
7 | 8 |
<xs:element minOccurs="0" name="Notify" nillable="true" type="xs:string" /> |
8 | 9 |
<xs:element minOccurs="0" name="STAMP" nillable="true" type="xs:string" /> |
10 |
<xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="STAMP_CONTENTS" nillable="true" type="q1:ArrayOfKeyValueOfstringstring" /> |
|
9 | 11 |
</xs:sequence> |
10 | 12 |
</xs:complexType> |
11 | 13 |
<xs:element name="KCOM_SystemInfo" nillable="true" type="tns:KCOM_SystemInfo" /> |
... | ... | |
78 | 80 |
<xs:element minOccurs="0" name="PageNumber" type="xs:int" /> |
79 | 81 |
<xs:element minOccurs="0" name="ParsingMemo" nillable="true" type="xs:string" /> |
80 | 82 |
<xs:element minOccurs="0" name="Symbol_ID" nillable="true" type="xs:string" /> |
83 |
<xs:element minOccurs="0" name="ZIndex" type="xs:int" /> |
|
81 | 84 |
</xs:sequence> |
82 | 85 |
</xs:complexType> |
83 | 86 |
<xs:element name="MarkupItem" nillable="true" type="tns:MarkupItem" /> |
KCOM/Connected Services/KcomService/ServiceDeepView5.xsd | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
3 |
<xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/System.Data" /> |
|
4 |
<xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> |
|
5 |
<xs:complexType name="EntityObject"> |
|
2 |
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|
3 |
<xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" /> |
|
4 |
<xs:complexType name="ArrayOfFAVORITE_DOC"> |
|
5 |
<xs:sequence> |
|
6 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="FAVORITE_DOC" nillable="true" type="tns:FAVORITE_DOC" /> |
|
7 |
</xs:sequence> |
|
8 |
</xs:complexType> |
|
9 |
<xs:element name="ArrayOfFAVORITE_DOC" nillable="true" type="tns:ArrayOfFAVORITE_DOC" /> |
|
10 |
<xs:complexType name="FAVORITE_DOC"> |
|
6 | 11 |
<xs:complexContent mixed="false"> |
7 |
<xs:extension base="tns:StructuralObject">
|
|
12 |
<xs:extension xmlns:q1="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q1:EntityObject">
|
|
8 | 13 |
<xs:sequence> |
9 |
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/System.Data" minOccurs="0" name="EntityKey" nillable="true" type="q1:EntityKey" /> |
|
14 |
<xs:element minOccurs="0" name="CREATE_TIME" type="xs:dateTime" /> |
|
15 |
<xs:element minOccurs="0" name="DESCRIPTION" nillable="true" type="xs:string" /> |
|
16 |
<xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
|
17 |
<xs:element minOccurs="0" name="DOCUMENT_NO" nillable="true" type="xs:string" /> |
|
18 |
<xs:element minOccurs="0" name="FLAG" type="xs:int" /> |
|
19 |
<xs:element minOccurs="0" name="GROUP_NO" nillable="true" type="xs:string" /> |
|
20 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
21 |
<xs:element minOccurs="0" name="MEMBER_USER_ID" nillable="true" type="xs:string" /> |
|
22 |
<xs:element minOccurs="0" name="PAGE_NO" type="xs:int" /> |
|
23 |
<xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" /> |
|
24 |
<xs:element minOccurs="0" name="REVISION" nillable="true" type="xs:string" /> |
|
10 | 25 |
</xs:sequence> |
11 | 26 |
</xs:extension> |
12 | 27 |
</xs:complexContent> |
13 | 28 |
</xs:complexType> |
14 |
<xs:element name="EntityObject" nillable="true" type="tns:EntityObject" /> |
|
15 |
<xs:complexType name="StructuralObject"> |
|
16 |
<xs:sequence /> |
|
17 |
<xs:attribute ref="ser:Id" /> |
|
18 |
<xs:attribute ref="ser:Ref" /> |
|
29 |
<xs:element name="FAVORITE_DOC" nillable="true" type="tns:FAVORITE_DOC" /> |
|
30 |
<xs:complexType name="DOCINFO"> |
|
31 |
<xs:complexContent mixed="false"> |
|
32 |
<xs:extension xmlns:q2="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q2:EntityObject"> |
|
33 |
<xs:sequence> |
|
34 |
<xs:element minOccurs="0" name="DOCPAGE" nillable="true" type="tns:ArrayOfDOCPAGE" /> |
|
35 |
<xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
|
36 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
37 |
<xs:element minOccurs="0" name="MARKUP_INFO" nillable="true" type="tns:ArrayOfMARKUP_INFO" /> |
|
38 |
<xs:element minOccurs="0" name="ORIGINAL_FILE" nillable="true" type="xs:string" /> |
|
39 |
<xs:element minOccurs="0" name="PAGE_COUNT" type="xs:int" /> |
|
40 |
<xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" /> |
|
41 |
</xs:sequence> |
|
42 |
</xs:extension> |
|
43 |
</xs:complexContent> |
|
19 | 44 |
</xs:complexType> |
20 |
<xs:element name="StructuralObject" nillable="true" type="tns:StructuralObject" /> |
|
21 |
<xs:complexType name="EntityReferenceOfDOCINFOitJtO6kG"> |
|
22 |
<xs:annotation> |
|
23 |
<xs:appinfo> |
|
24 |
<GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> |
|
25 |
<GenericParameter Name="DOCINFO" Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" /> |
|
26 |
</GenericType> |
|
27 |
</xs:appinfo> |
|
28 |
</xs:annotation> |
|
45 |
<xs:element name="DOCINFO" nillable="true" type="tns:DOCINFO" /> |
|
46 |
<xs:complexType name="ArrayOfDOCPAGE"> |
|
47 |
<xs:sequence> |
|
48 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="DOCPAGE" nillable="true" type="tns:DOCPAGE" /> |
|
49 |
</xs:sequence> |
|
50 |
</xs:complexType> |
|
51 |
<xs:element name="ArrayOfDOCPAGE" nillable="true" type="tns:ArrayOfDOCPAGE" /> |
|
52 |
<xs:complexType name="DOCPAGE"> |
|
29 | 53 |
<xs:complexContent mixed="false"> |
30 |
<xs:extension base="tns:EntityReference"> |
|
31 |
<xs:sequence /> |
|
54 |
<xs:extension xmlns:q3="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q3:EntityObject"> |
|
55 |
<xs:sequence> |
|
56 |
<xs:element minOccurs="0" name="DOCINFO" nillable="true" type="tns:DOCINFO" /> |
|
57 |
<xs:element minOccurs="0" name="DOCINFOReference" nillable="true" type="q3:EntityReferenceOfDOCINFOitJtO6kG" /> |
|
58 |
<xs:element minOccurs="0" name="DOCINFO_ID" nillable="true" type="xs:string" /> |
|
59 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
60 |
<xs:element minOccurs="0" name="PAGE_ANGLE" type="xs:int" /> |
|
61 |
<xs:element minOccurs="0" name="PAGE_HEIGHT" nillable="true" type="xs:string" /> |
|
62 |
<xs:element minOccurs="0" name="PAGE_NUMBER" type="xs:int" /> |
|
63 |
<xs:element minOccurs="0" name="PAGE_WIDTH" nillable="true" type="xs:string" /> |
|
64 |
</xs:sequence> |
|
32 | 65 |
</xs:extension> |
33 | 66 |
</xs:complexContent> |
34 | 67 |
</xs:complexType> |
35 |
<xs:element name="EntityReferenceOfDOCINFOitJtO6kG" nillable="true" type="tns:EntityReferenceOfDOCINFOitJtO6kG" /> |
|
36 |
<xs:complexType name="EntityReference"> |
|
68 |
<xs:element name="DOCPAGE" nillable="true" type="tns:DOCPAGE" /> |
|
69 |
<xs:complexType name="ArrayOfMARKUP_INFO"> |
|
70 |
<xs:sequence> |
|
71 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="MARKUP_INFO" nillable="true" type="tns:MARKUP_INFO" /> |
|
72 |
</xs:sequence> |
|
73 |
</xs:complexType> |
|
74 |
<xs:element name="ArrayOfMARKUP_INFO" nillable="true" type="tns:ArrayOfMARKUP_INFO" /> |
|
75 |
<xs:complexType name="MARKUP_INFO"> |
|
37 | 76 |
<xs:complexContent mixed="false"> |
38 |
<xs:extension base="tns:RelatedEnd">
|
|
77 |
<xs:extension xmlns:q4="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q4:EntityObject">
|
|
39 | 78 |
<xs:sequence> |
40 |
<xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/System.Data" minOccurs="0" name="EntityKey" nillable="true" type="q2:EntityKey" /> |
|
79 |
<xs:element minOccurs="0" name="AVOID_CONSOLIDATE" type="xs:int" /> |
|
80 |
<xs:element minOccurs="0" name="CONSOLIDATE" type="xs:int" /> |
|
81 |
<xs:element minOccurs="0" name="CREATE_TIME" type="xs:dateTime" /> |
|
82 |
<xs:element minOccurs="0" name="DESCRIPTION" nillable="true" type="xs:string" /> |
|
83 |
<xs:element minOccurs="0" name="DOCINFO" nillable="true" type="tns:DOCINFO" /> |
|
84 |
<xs:element minOccurs="0" name="DOCINFOReference" nillable="true" type="q4:EntityReferenceOfDOCINFOitJtO6kG" /> |
|
85 |
<xs:element minOccurs="0" name="DOCINFO_ID" nillable="true" type="xs:string" /> |
|
86 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
87 |
<xs:element minOccurs="0" name="MARKUP_INFO_VERSION" nillable="true" type="tns:ArrayOfMARKUP_INFO_VERSION" /> |
|
88 |
<xs:element minOccurs="0" name="PART_CONSOLIDATE" type="xs:int" /> |
|
89 |
<xs:element minOccurs="0" name="UPDATE_TIME" nillable="true" type="xs:dateTime" /> |
|
90 |
<xs:element minOccurs="0" name="USER_ID" nillable="true" type="xs:string" /> |
|
41 | 91 |
</xs:sequence> |
42 | 92 |
</xs:extension> |
43 | 93 |
</xs:complexContent> |
44 | 94 |
</xs:complexType> |
45 |
<xs:element name="EntityReference" nillable="true" type="tns:EntityReference" /> |
|
46 |
<xs:complexType name="RelatedEnd"> |
|
47 |
<xs:sequence /> |
|
95 |
<xs:element name="MARKUP_INFO" nillable="true" type="tns:MARKUP_INFO" /> |
|
96 |
<xs:complexType name="ArrayOfMARKUP_INFO_VERSION"> |
|
97 |
<xs:sequence> |
|
98 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="MARKUP_INFO_VERSION" nillable="true" type="tns:MARKUP_INFO_VERSION" /> |
|
99 |
</xs:sequence> |
|
48 | 100 |
</xs:complexType> |
49 |
<xs:element name="RelatedEnd" nillable="true" type="tns:RelatedEnd" /> |
|
50 |
<xs:complexType name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG"> |
|
51 |
<xs:annotation> |
|
52 |
<xs:appinfo> |
|
53 |
<GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> |
|
54 |
<GenericParameter Name="MARKUP_INFO_VERSION" Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" /> |
|
55 |
</GenericType> |
|
56 |
</xs:appinfo> |
|
57 |
</xs:annotation> |
|
101 |
<xs:element name="ArrayOfMARKUP_INFO_VERSION" nillable="true" type="tns:ArrayOfMARKUP_INFO_VERSION" /> |
|
102 |
<xs:complexType name="MARKUP_INFO_VERSION"> |
|
58 | 103 |
<xs:complexContent mixed="false"> |
59 |
<xs:extension base="tns:EntityReference"> |
|
60 |
<xs:sequence /> |
|
104 |
<xs:extension xmlns:q5="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q5:EntityObject"> |
|
105 |
<xs:sequence> |
|
106 |
<xs:element minOccurs="0" name="CREATE_DATE" type="xs:dateTime" /> |
|
107 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
108 |
<xs:element minOccurs="0" name="MARKUPINFO_ID" nillable="true" type="xs:string" /> |
|
109 |
<xs:element minOccurs="0" name="MARKUP_DATA" nillable="true" type="tns:ArrayOfMARKUP_DATA" /> |
|
110 |
<xs:element minOccurs="0" name="MARKUP_INFO" nillable="true" type="tns:MARKUP_INFO" /> |
|
111 |
<xs:element minOccurs="0" name="MARKUP_INFOReference" nillable="true" type="q5:EntityReferenceOfMARKUP_INFOitJtO6kG" /> |
|
112 |
</xs:sequence> |
|
61 | 113 |
</xs:extension> |
62 | 114 |
</xs:complexContent> |
63 | 115 |
</xs:complexType> |
64 |
<xs:element name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG" nillable="true" type="tns:EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG" /> |
|
65 |
<xs:complexType name="EntityReferenceOfMARKUP_INFOitJtO6kG"> |
|
66 |
<xs:annotation> |
|
67 |
<xs:appinfo> |
|
68 |
<GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> |
|
69 |
<GenericParameter Name="MARKUP_INFO" Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" /> |
|
70 |
</GenericType> |
|
71 |
</xs:appinfo> |
|
72 |
</xs:annotation> |
|
116 |
<xs:element name="MARKUP_INFO_VERSION" nillable="true" type="tns:MARKUP_INFO_VERSION" /> |
|
117 |
<xs:complexType name="ArrayOfMARKUP_DATA"> |
|
118 |
<xs:sequence> |
|
119 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="MARKUP_DATA" nillable="true" type="tns:MARKUP_DATA" /> |
|
120 |
</xs:sequence> |
|
121 |
</xs:complexType> |
|
122 |
<xs:element name="ArrayOfMARKUP_DATA" nillable="true" type="tns:ArrayOfMARKUP_DATA" /> |
|
123 |
<xs:complexType name="MARKUP_DATA"> |
|
73 | 124 |
<xs:complexContent mixed="false"> |
74 |
<xs:extension base="tns:EntityReference"> |
|
75 |
<xs:sequence /> |
|
125 |
<xs:extension xmlns:q6="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q6:EntityObject"> |
|
126 |
<xs:sequence> |
|
127 |
<xs:element minOccurs="0" name="DATA" nillable="true" type="xs:string" /> |
|
128 |
<xs:element minOccurs="0" name="DATA_TYPE" type="xs:int" /> |
|
129 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
130 |
<xs:element minOccurs="0" name="InsertTime" nillable="true" type="xs:dateTime" /> |
|
131 |
<xs:element minOccurs="0" name="MARKUPINFO_VERSION_ID" nillable="true" type="xs:string" /> |
|
132 |
<xs:element minOccurs="0" name="MARKUP_INFO_VERSION" nillable="true" type="tns:MARKUP_INFO_VERSION" /> |
|
133 |
<xs:element minOccurs="0" name="MARKUP_INFO_VERSIONReference" nillable="true" type="q6:EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG" /> |
|
134 |
<xs:element minOccurs="0" name="PAGENUMBER" type="xs:int" /> |
|
135 |
<xs:element minOccurs="0" name="REMARK" nillable="true" type="xs:string" /> |
|
136 |
<xs:element minOccurs="0" name="SYMBOL_ID" nillable="true" type="xs:string" /> |
|
137 |
</xs:sequence> |
|
76 | 138 |
</xs:extension> |
77 | 139 |
</xs:complexContent> |
78 | 140 |
</xs:complexType> |
79 |
<xs:element name="EntityReferenceOfMARKUP_INFOitJtO6kG" nillable="true" type="tns:EntityReferenceOfMARKUP_INFOitJtO6kG" /> |
|
80 |
<xs:complexType name="EntityReferenceOfMEMBERitJtO6kG"> |
|
81 |
<xs:annotation> |
|
82 |
<xs:appinfo> |
|
83 |
<GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> |
|
84 |
<GenericParameter Name="MEMBER" Namespace="http://schemas.datacontract.org/2004/07/KCOMDataModel.DataModel" /> |
|
85 |
</GenericType> |
|
86 |
</xs:appinfo> |
|
87 |
</xs:annotation> |
|
141 |
<xs:element name="MARKUP_DATA" nillable="true" type="tns:MARKUP_DATA" /> |
|
142 |
<xs:complexType name="DOCUMENT_ITEM"> |
|
88 | 143 |
<xs:complexContent mixed="false"> |
89 |
<xs:extension base="tns:EntityReference"> |
|
90 |
<xs:sequence /> |
|
144 |
<xs:extension xmlns:q7="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q7:EntityObject"> |
|
145 |
<xs:sequence> |
|
146 |
<xs:element minOccurs="0" name="CreateDate" nillable="true" type="xs:dateTime" /> |
|
147 |
<xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
|
148 |
<xs:element minOccurs="0" name="DOCUMENT_NAME" nillable="true" type="xs:string" /> |
|
149 |
<xs:element minOccurs="0" name="DOCUMENT_NO" nillable="true" type="xs:string" /> |
|
150 |
<xs:element minOccurs="0" name="GROUP_NO" nillable="true" type="xs:string" /> |
|
151 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
152 |
<xs:element minOccurs="0" name="Link" nillable="true" type="xs:string" /> |
|
153 |
<xs:element minOccurs="0" name="ORIGINAL_FILE" nillable="true" type="xs:string" /> |
|
154 |
<xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" /> |
|
155 |
<xs:element minOccurs="0" name="RESULT" nillable="true" type="xs:string" /> |
|
156 |
<xs:element minOccurs="0" name="RESULT_FILE" nillable="true" type="xs:string" /> |
|
157 |
<xs:element minOccurs="0" name="REVISION" nillable="true" type="xs:string" /> |
|
158 |
</xs:sequence> |
|
91 | 159 |
</xs:extension> |
92 | 160 |
</xs:complexContent> |
93 | 161 |
</xs:complexType> |
94 |
<xs:element name="EntityReferenceOfMEMBERitJtO6kG" nillable="true" type="tns:EntityReferenceOfMEMBERitJtO6kG" /> |
|
162 |
<xs:element name="DOCUMENT_ITEM" nillable="true" type="tns:DOCUMENT_ITEM" /> |
|
163 |
<xs:complexType name="MEMBER"> |
|
164 |
<xs:complexContent mixed="false"> |
|
165 |
<xs:extension xmlns:q8="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q8:EntityObject"> |
|
166 |
<xs:sequence> |
|
167 |
<xs:element minOccurs="0" name="COMPANY" nillable="true" type="xs:string" /> |
|
168 |
<xs:element minOccurs="0" name="CREATE_DATETIME" nillable="true" type="xs:dateTime" /> |
|
169 |
<xs:element minOccurs="0" name="DEPARTMENT" nillable="true" type="xs:string" /> |
|
170 |
<xs:element minOccurs="0" name="EMAIL_ADDRESS" nillable="true" type="xs:string" /> |
|
171 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
172 |
<xs:element minOccurs="0" name="ISLICENSE" nillable="true" type="xs:int" /> |
|
173 |
<xs:element minOccurs="0" name="MODIFIED_DATETIME" nillable="true" type="xs:dateTime" /> |
|
174 |
<xs:element minOccurs="0" name="NAME" nillable="true" type="xs:string" /> |
|
175 |
<xs:element minOccurs="0" name="PASSWORD" nillable="true" type="xs:string" /> |
|
176 |
<xs:element minOccurs="0" name="POSITION" nillable="true" type="xs:string" /> |
|
177 |
<xs:element minOccurs="0" name="SIGN_INFO" nillable="true" type="tns:ArrayOfSIGN_INFO" /> |
|
178 |
</xs:sequence> |
|
179 |
</xs:extension> |
|
180 |
</xs:complexContent> |
|
181 |
</xs:complexType> |
|
182 |
<xs:element name="MEMBER" nillable="true" type="tns:MEMBER" /> |
|
183 |
<xs:complexType name="ArrayOfSIGN_INFO"> |
|
184 |
<xs:sequence> |
|
185 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="SIGN_INFO" nillable="true" type="tns:SIGN_INFO" /> |
|
186 |
</xs:sequence> |
|
187 |
</xs:complexType> |
|
188 |
<xs:element name="ArrayOfSIGN_INFO" nillable="true" type="tns:ArrayOfSIGN_INFO" /> |
|
189 |
<xs:complexType name="SIGN_INFO"> |
|
190 |
<xs:complexContent mixed="false"> |
|
191 |
<xs:extension xmlns:q9="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q9:EntityObject"> |
|
192 |
<xs:sequence> |
|
193 |
<xs:element minOccurs="0" name="CREATE_DATE" type="xs:dateTime" /> |
|
194 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
195 |
<xs:element minOccurs="0" name="MEMBER" nillable="true" type="tns:MEMBER" /> |
|
196 |
<xs:element minOccurs="0" name="MEMBERReference" nillable="true" type="q9:EntityReferenceOfMEMBERitJtO6kG" /> |
|
197 |
<xs:element minOccurs="0" name="MEMBER_USER_ID" nillable="true" type="xs:string" /> |
|
198 |
<xs:element minOccurs="0" name="MODIFY_DATE" nillable="true" type="xs:dateTime" /> |
|
199 |
<xs:element minOccurs="0" name="SIGN_STR" nillable="true" type="xs:string" /> |
|
200 |
<xs:element minOccurs="0" name="SIGN_STROKES" nillable="true" type="xs:string" /> |
|
201 |
</xs:sequence> |
|
202 |
</xs:extension> |
|
203 |
</xs:complexContent> |
|
204 |
</xs:complexType> |
|
205 |
<xs:element name="SIGN_INFO" nillable="true" type="tns:SIGN_INFO" /> |
|
206 |
<xs:complexType name="ArrayOfMEMBER"> |
|
207 |
<xs:sequence> |
|
208 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="MEMBER" nillable="true" type="tns:MEMBER" /> |
|
209 |
</xs:sequence> |
|
210 |
</xs:complexType> |
|
211 |
<xs:element name="ArrayOfMEMBER" nillable="true" type="tns:ArrayOfMEMBER" /> |
|
212 |
<xs:complexType name="SYMBOL_PRIVATE"> |
|
213 |
<xs:complexContent mixed="false"> |
|
214 |
<xs:extension xmlns:q10="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q10:EntityObject"> |
|
215 |
<xs:sequence> |
|
216 |
<xs:element minOccurs="0" name="DATA" nillable="true" type="xs:string" /> |
|
217 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
218 |
<xs:element minOccurs="0" name="IMAGE_URL" nillable="true" type="xs:string" /> |
|
219 |
<xs:element minOccurs="0" name="MEMBER_USER_ID" nillable="true" type="xs:string" /> |
|
220 |
<xs:element minOccurs="0" name="NAME" nillable="true" type="xs:string" /> |
|
221 |
</xs:sequence> |
|
222 |
</xs:extension> |
|
223 |
</xs:complexContent> |
|
224 |
</xs:complexType> |
|
225 |
<xs:element name="SYMBOL_PRIVATE" nillable="true" type="tns:SYMBOL_PRIVATE" /> |
|
226 |
<xs:complexType name="SYMBOL_PUBLIC"> |
|
227 |
<xs:complexContent mixed="false"> |
|
228 |
<xs:extension xmlns:q11="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q11:EntityObject"> |
|
229 |
<xs:sequence> |
|
230 |
<xs:element minOccurs="0" name="DATA" nillable="true" type="xs:string" /> |
|
231 |
<xs:element minOccurs="0" name="DEPARTMENT" nillable="true" type="xs:string" /> |
|
232 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
233 |
<xs:element minOccurs="0" name="IMAGE_URL" nillable="true" type="xs:string" /> |
|
234 |
<xs:element minOccurs="0" name="NAME" nillable="true" type="xs:string" /> |
|
235 |
</xs:sequence> |
|
236 |
</xs:extension> |
|
237 |
</xs:complexContent> |
|
238 |
</xs:complexType> |
|
239 |
<xs:element name="SYMBOL_PUBLIC" nillable="true" type="tns:SYMBOL_PUBLIC" /> |
|
240 |
<xs:complexType name="CHECK_LIST_HISTORY"> |
|
241 |
<xs:complexContent mixed="false"> |
|
242 |
<xs:extension xmlns:q12="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q12:EntityObject"> |
|
243 |
<xs:sequence> |
|
244 |
<xs:element minOccurs="0" name="CHECKLIST_ID" nillable="true" type="xs:string" /> |
|
245 |
<xs:element minOccurs="0" name="CREATE_TIME" type="xs:dateTime" /> |
|
246 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
247 |
<xs:element minOccurs="0" name="IMAGE_URL" nillable="true" type="xs:string" /> |
|
248 |
<xs:element minOccurs="0" name="REMARK" nillable="true" type="xs:string" /> |
|
249 |
<xs:element minOccurs="0" name="REPLY" nillable="true" type="xs:string" /> |
|
250 |
<xs:element minOccurs="0" name="REVISION" nillable="true" type="xs:string" /> |
|
251 |
<xs:element minOccurs="0" name="STATUS" nillable="true" type="xs:string" /> |
|
252 |
<xs:element minOccurs="0" name="STATUS_DESC" nillable="true" type="xs:string" /> |
|
253 |
<xs:element minOccurs="0" name="TODOLIST" nillable="true" type="xs:string" /> |
|
254 |
<xs:element minOccurs="0" name="UPDATE_TIME" type="xs:dateTime" /> |
|
255 |
<xs:element minOccurs="0" name="VENDOR" nillable="true" type="xs:string" /> |
|
256 |
</xs:sequence> |
|
257 |
</xs:extension> |
|
258 |
</xs:complexContent> |
|
259 |
</xs:complexType> |
|
260 |
<xs:element name="CHECK_LIST_HISTORY" nillable="true" type="tns:CHECK_LIST_HISTORY" /> |
|
261 |
<xs:complexType name="CHECK_LIST"> |
|
262 |
<xs:complexContent mixed="false"> |
|
263 |
<xs:extension xmlns:q13="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" base="q13:EntityObject"> |
|
264 |
<xs:sequence> |
|
265 |
<xs:element minOccurs="0" name="CREATE_TIME" nillable="true" type="xs:dateTime" /> |
|
266 |
<xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
|
267 |
<xs:element minOccurs="0" name="DOCUMENT_NO" nillable="true" type="xs:string" /> |
|
268 |
<xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
|
269 |
<xs:element minOccurs="0" name="IMAGE_ANCHOR" nillable="true" type="xs:string" /> |
|
270 |
<xs:element minOccurs="0" name="IMAGE_URL" nillable="true" type="xs:string" /> |
|
271 |
<xs:element minOccurs="0" name="PAGENUMBER" type="xs:int" /> |
|
272 |
<xs:element minOccurs="0" name="PROJECT_NO" nillable="true" type="xs:string" /> |
|
273 |
<xs:element minOccurs="0" name="REMARK" nillable="true" type="xs:string" /> |
|
274 |
<xs:element minOccurs="0" name="REPLY" nillable="true" type="xs:string" /> |
|
275 |
<xs:element minOccurs="0" name="REVISION" nillable="true" type="xs:string" /> |
|
276 |
<xs:element minOccurs="0" name="REV_0" nillable="true" type="xs:string" /> |
|
277 |
<xs:element minOccurs="0" name="REV_1" nillable="true" type="xs:string" /> |
|
278 |
<xs:element minOccurs="0" name="REV_2" nillable="true" type="xs:string" /> |
|
279 |
<xs:element minOccurs="0" name="REV_3" nillable="true" type="xs:string" /> |
|
280 |
<xs:element minOccurs="0" name="REV_4" nillable="true" type="xs:string" /> |
|
281 |
<xs:element minOccurs="0" name="STATUS" nillable="true" type="xs:string" /> |
|
282 |
<xs:element minOccurs="0" name="STATUS_DESC_CLOSE" nillable="true" type="xs:string" /> |
|
283 |
<xs:element minOccurs="0" name="STATUS_DESC_OPEN" nillable="true" type="xs:string" /> |
|
284 |
<xs:element minOccurs="0" name="TODOLIST" nillable="true" type="xs:string" /> |
|
285 |
<xs:element minOccurs="0" name="UPDATE_TIME" nillable="true" type="xs:dateTime" /> |
|
286 |
<xs:element minOccurs="0" name="USER_ID" nillable="true" type="xs:string" /> |
|
287 |
<xs:element minOccurs="0" name="VENDOR" nillable="true" type="xs:string" /> |
|
288 |
</xs:sequence> |
|
289 |
</xs:extension> |
|
290 |
</xs:complexContent> |
|
291 |
</xs:complexType> |
|
292 |
<xs:element name="CHECK_LIST" nillable="true" type="tns:CHECK_LIST" /> |
|
293 |
<xs:complexType name="ArrayOfCHECK_LIST"> |
|
294 |
<xs:sequence> |
|
295 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="CHECK_LIST" nillable="true" type="tns:CHECK_LIST" /> |
|
296 |
</xs:sequence> |
|
297 |
</xs:complexType> |
|
298 |
<xs:element name="ArrayOfCHECK_LIST" nillable="true" type="tns:ArrayOfCHECK_LIST" /> |
|
299 |
<xs:complexType name="ArrayOfCHECK_LIST_HISTORY"> |
|
300 |
<xs:sequence> |
|
301 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="CHECK_LIST_HISTORY" nillable="true" type="tns:CHECK_LIST_HISTORY" /> |
|
302 |
</xs:sequence> |
|
303 |
</xs:complexType> |
|
304 |
<xs:element name="ArrayOfCHECK_LIST_HISTORY" nillable="true" type="tns:ArrayOfCHECK_LIST_HISTORY" /> |
|
305 |
<xs:complexType name="ArrayOfSYMBOL_PRIVATE"> |
|
306 |
<xs:sequence> |
|
307 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="SYMBOL_PRIVATE" nillable="true" type="tns:SYMBOL_PRIVATE" /> |
|
308 |
</xs:sequence> |
내보내기 Unified diff