markus / MarkupToPDF / Connected Services / markus_api / ServiceDeepView5.xsd @ master
이력 | 보기 | 이력해설 | 다운로드 (1.18 KB)
1 | 2aac9b2b | djkim | <?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:13009/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:schema> |