프로젝트

일반

사용자정보

개정판 0c575433

ID0c575433869ede2218d6225fc50603e03881b25c
상위 f1dd3ed6
하위 a860bafc

김태성이(가) 5달 전에 추가함

issue #0000 compare 수정

Change-Id: I9b57c124b64674f7ae618978955093b399008da5

차이점 보기:

KCOM/Connected Services/KcomService/ServiceDeepView7.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

클립보드 이미지 추가 (최대 크기: 500 MB)