프로젝트

일반

사용자정보

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

markus / KCOM / Connected Services / KcomService / ServiceDeepView1.xsd @ 0c575433

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

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="ArrayOfKeyValueOfstringstring">
4
    <xs:annotation>
5
      <xs:appinfo>
6
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
7
      </xs:appinfo>
8
    </xs:annotation>
9
    <xs:sequence>
10
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringstring">
11
        <xs:complexType>
12
          <xs:sequence>
13
            <xs:element name="Key" nillable="true" type="xs:string" />
14
            <xs:element name="Value" nillable="true" type="xs:string" />
15
          </xs:sequence>
16
        </xs:complexType>
17
      </xs:element>
18
    </xs:sequence>
19
  </xs:complexType>
20
  <xs:element name="ArrayOfKeyValueOfstringstring" nillable="true" type="tns:ArrayOfKeyValueOfstringstring" />
21
  <xs:complexType name="ArrayOfstring">
22
    <xs:sequence>
23
      <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
24
    </xs:sequence>
25
  </xs:complexType>
26
  <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
27
</xs:schema>
클립보드 이미지 추가 (최대 크기: 500 MB)