markus / KCOM / Connected Services / KcomService / ServiceDeepView1.xsd @ master
이력 | 보기 | 이력해설 | 다운로드 (1.29 KB)
1 | d21e9c15 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | 0c575433 | taeseongkim | <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 | d21e9c15 | taeseongkim | <xs:sequence> |
10 | 0c575433 | taeseongkim | <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 | d21e9c15 | taeseongkim | </xs:sequence> |
19 | </xs:complexType> |
||
20 | 0c575433 | taeseongkim | <xs:element name="ArrayOfKeyValueOfstringstring" nillable="true" type="tns:ArrayOfKeyValueOfstringstring" /> |
21 | <xs:complexType name="ArrayOfstring"> |
||
22 | d21e9c15 | taeseongkim | <xs:sequence> |
23 | 0c575433 | taeseongkim | <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" /> |
24 | d21e9c15 | taeseongkim | </xs:sequence> |
25 | </xs:complexType> |
||
26 | 0c575433 | taeseongkim | <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" /> |
27 | d21e9c15 | taeseongkim | </xs:schema> |