프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / Connected Services / KcomService / ServiceDeepView7.xsd @ 0c575433

이력 | 보기 | 이력해설 | 다운로드 (1.49 KB)

1 d21e9c15 taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2 0c575433 taeseongkim
<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">
3
  <xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
4
  <xs:complexType name="FinalPDFResult">
5
    <xs:annotation>
6
      <xs:appinfo>
7
        <IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType>
8
      </xs:appinfo>
9
    </xs:annotation>
10 d21e9c15 taeseongkim
    <xs:sequence>
11 0c575433 taeseongkim
      <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" />
16 d21e9c15 taeseongkim
    </xs:sequence>
17
  </xs:complexType>
18 0c575433 taeseongkim
  <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" />
30 d21e9c15 taeseongkim
</xs:schema>
클립보드 이미지 추가 (최대 크기: 500 MB)