개정판 a8aec13a
issue #000000 NullToCollapsedConverter 추가
Change-Id: I15c20c65d68a1b004959529e28d023e60c59fbd5
KCOM/Connected Services/ServiceDeepView/ServiceDeepView911.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> |
내보내기 Unified diff