Final WSDL 2.0 description.
[PFCLatex/.git] / source / adslist.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xs:schema xmlns="http://www.w3.org/2001/XMLSchema"
3     targetNamespace="http://users.mobiads.gumartinm.name/adslist/xsd"
4     xmlns:tns="http://users.mobiads.gumartinm.name/adslist/xsd"
5     elementFormDefault="qualified">
6     <xs:element name="adsList" type="tns:adsListType">
7         <xs:annotation>
8             <xs:documentation>
9                 The response element for the GPSAds service.
10             </xs:documentation>
11         </xs:annotation>
12     </xs:element>
13         <xs:complexType name="adsListType">
14             <xs:sequence>
15                 <xs:element name="ad" type="tns:adType" minOccurs="0" maxOccurs="unbounded"/>
16             </xs:sequence>
17         </xs:complexType>
18     <xs:complexType name="adType">
19         <xs:attribute name="id" type="xs:integer"/>
20         <xs:attribute name="text" type="xs:string"/>
21         <xs:attribute name="adname" type="xs:string"/>
22         <xs:attribute name="link" type="xs:anyURI"/>
23         <xs:attribute name="image" type="xs:anyURI"/>
24     </xs:complexType>
25 </xs:schema>