markus / KCOM / Connected Services / ServiceDeepView / ServiceDeepView916.xsd @ a8aec13a
이력 | 보기 | 이력해설 | 다운로드 (1.49 KB)
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"> |
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 |
<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" /> |
16 |
</xs:sequence> |
17 |
</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" /> |
30 |
</xs:schema> |