프로젝트

일반

사용자정보

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

markus / KCOM / Connected Services / ServiceDeepView / ServiceDeepView99.xsd @ 1305c420

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

1 1305c420 taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2
<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
  <xs:import schemaLocation="http://localhost:44301/ServiceDeepView.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
4
  <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
    <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
      <xs:element name="_height" type="xs:double" />
32
      <xs:element name="_width" type="xs:double" />
33
    </xs:sequence>
34
  </xs:complexType>
35
  <xs:element name="Size" nillable="true" type="tns:Size" />
36
</xs:schema>
클립보드 이미지 추가 (최대 크기: 500 MB)