markus / KCOM / Connected Services / ServiceDeepView / ServiceDeepView911.xsd @ a8aec13a
이력 | 보기 | 이력해설 | 다운로드 (1.61 KB)
1 | 1305c420 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | a8aec13a | taeseongkim | <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System.Windows" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Windows" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
3 | 1305c420 | taeseongkim | <xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> |
4 | a8aec13a | taeseongkim | <xs:complexType name="ArrayOfRect"> |
5 | <xs:sequence> |
||
6 | <xs:element minOccurs="0" maxOccurs="unbounded" name="Rect" type="tns:Rect" /> |
||
7 | </xs:sequence> |
||
8 | </xs:complexType> |
||
9 | <xs:element name="ArrayOfRect" nillable="true" type="tns:ArrayOfRect" /> |
||
10 | <xs:complexType name="Rect"> |
||
11 | <xs:annotation> |
||
12 | <xs:appinfo> |
||
13 | <IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType> |
||
14 | </xs:appinfo> |
||
15 | </xs:annotation> |
||
16 | <xs:sequence> |
||
17 | <xs:element name="_height" type="xs:double" /> |
||
18 | <xs:element name="_width" type="xs:double" /> |
||
19 | <xs:element name="_x" type="xs:double" /> |
||
20 | <xs:element name="_y" type="xs:double" /> |
||
21 | </xs:sequence> |
||
22 | </xs:complexType> |
||
23 | <xs:element name="Rect" nillable="true" type="tns:Rect" /> |
||
24 | <xs:complexType name="Size"> |
||
25 | 1305c420 | taeseongkim | <xs:annotation> |
26 | <xs:appinfo> |
||
27 | <IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType> |
||
28 | </xs:appinfo> |
||
29 | </xs:annotation> |
||
30 | <xs:sequence> |
||
31 | a8aec13a | taeseongkim | <xs:element name="_height" type="xs:double" /> |
32 | <xs:element name="_width" type="xs:double" /> |
||
33 | 1305c420 | taeseongkim | </xs:sequence> |
34 | </xs:complexType> |
||
35 | a8aec13a | taeseongkim | <xs:element name="Size" nillable="true" type="tns:Size" /> |
36 | 1305c420 | taeseongkim | </xs:schema> |