개정판 a8aec13a
issue #000000 NullToCollapsedConverter 추가
Change-Id: I15c20c65d68a1b004959529e28d023e60c59fbd5
KCOM/Connected Services/ServiceDeepView/ServiceDeepView916.xsd | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
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="ArrayOfstring"> |
|
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> |
|
4 | 10 |
<xs:sequence> |
5 |
<xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" /> |
|
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" /> |
|
6 | 16 |
</xs:sequence> |
7 | 17 |
</xs:complexType> |
8 |
<xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" /> |
|
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" /> |
|
9 | 30 |
</xs:schema> |
내보내기 Unified diff