프로젝트

일반

사용자정보

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

markus / KCOM / Connected Services / PemssService / PemssService2.xsd @ 0b75c341

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

1 0f6604ce taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3 fad4d1c0 taeseongkim
  <xs:import schemaLocation="http://localhost:13009/PemssService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/PemssAPI.DataModel" />
4 0f6604ce taeseongkim
  <xs:element name="GetrequirementList">
5
    <xs:complexType>
6
      <xs:sequence>
7
        <xs:element minOccurs="0" name="pId" nillable="true" type="xs:string" />
8
        <xs:element minOccurs="0" name="dId" nillable="true" type="xs:string" />
9
      </xs:sequence>
10
    </xs:complexType>
11
  </xs:element>
12
  <xs:element name="GetrequirementListResponse">
13
    <xs:complexType>
14
      <xs:sequence>
15 fad4d1c0 taeseongkim
        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/PemssAPI.DataModel" minOccurs="0" name="GetrequirementListResult" nillable="true" type="q1:ArrayOfRequirement" />
16 0f6604ce taeseongkim
      </xs:sequence>
17
    </xs:complexType>
18
  </xs:element>
19 fad4d1c0 taeseongkim
  <xs:element name="SetRequirementComment">
20 0f6604ce taeseongkim
    <xs:complexType>
21
      <xs:sequence>
22 fad4d1c0 taeseongkim
        <xs:element minOccurs="0" name="pId" nillable="true" type="xs:string" />
23
        <xs:element minOccurs="0" name="dId" nillable="true" type="xs:string" />
24
        <xs:element minOccurs="0" name="mdId" nillable="true" type="xs:string" />
25
        <xs:element minOccurs="0" name="commentId" nillable="true" type="xs:string" />
26
        <xs:element minOccurs="0" name="comment" nillable="true" type="xs:string" />
27
        <xs:element minOccurs="0" name="condition" type="xs:boolean" />
28
        <xs:element minOccurs="0" name="uId" nillable="true" type="xs:string" />
29
      </xs:sequence>
30
    </xs:complexType>
31
  </xs:element>
32
  <xs:element name="SetRequirementCommentResponse">
33
    <xs:complexType>
34
      <xs:sequence>
35
        <xs:element minOccurs="0" name="SetRequirementCommentResult" type="xs:boolean" />
36
      </xs:sequence>
37
    </xs:complexType>
38
  </xs:element>
39
  <xs:element name="RemoveRequirementComment">
40
    <xs:complexType>
41
      <xs:sequence>
42
        <xs:element minOccurs="0" name="pId" nillable="true" type="xs:string" />
43
        <xs:element minOccurs="0" name="dId" nillable="true" type="xs:string" />
44
        <xs:element minOccurs="0" name="mdId" nillable="true" type="xs:string" />
45
        <xs:element minOccurs="0" name="commentId" nillable="true" type="xs:string" />
46
        <xs:element minOccurs="0" name="uId" nillable="true" type="xs:string" />
47
      </xs:sequence>
48
    </xs:complexType>
49
  </xs:element>
50
  <xs:element name="RemoveRequirementCommentResponse">
51
    <xs:complexType>
52
      <xs:sequence>
53
        <xs:element minOccurs="0" name="RemoveRequirementCommentResult" type="xs:boolean" />
54
      </xs:sequence>
55
    </xs:complexType>
56
  </xs:element>
57
  <xs:element name="GetDocumentInfo">
58
    <xs:complexType>
59
      <xs:sequence>
60
        <xs:element minOccurs="0" name="pId" nillable="true" type="xs:string" />
61
        <xs:element minOccurs="0" name="dId" nillable="true" type="xs:string" />
62 0f6604ce taeseongkim
      </xs:sequence>
63
    </xs:complexType>
64
  </xs:element>
65 fad4d1c0 taeseongkim
  <xs:element name="GetDocumentInfoResponse">
66 0f6604ce taeseongkim
    <xs:complexType>
67
      <xs:sequence>
68 fad4d1c0 taeseongkim
        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/PemssAPI.DataModel" minOccurs="0" name="GetDocumentInfoResult" nillable="true" type="q2:DocumentInfo" />
69 0f6604ce taeseongkim
      </xs:sequence>
70
    </xs:complexType>
71
  </xs:element>
72
</xs:schema>
클립보드 이미지 추가 (최대 크기: 500 MB)