/Prototipo/wsConsume/src/META-INF/wsdl/localhost_8080/PrototipoMemoria/wsTransformador.xsd_1.xsd
http://prototipomemoria.googlecode.com/ · XML Schema · 38 lines · 30 code · 8 blank · 0 comment · 0 complexity · b806cf4d7b4ae68e1fc97228652cf909 MD5 · raw file
- <?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2-hudson-740-. --><xs:schema xmlns:tns="http://ws.memoria/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://ws.memoria/">
- <xs:element name="getData" type="tns:getData" />
- <xs:element name="getDataFiltro" type="tns:getDataFiltro" />
- <xs:element name="getDataFiltroResponse" type="tns:getDataFiltroResponse" />
- <xs:element name="getDataResponse" type="tns:getDataResponse" />
- <xs:complexType name="getDataFiltro">
- <xs:sequence>
- <xs:element name="capa" type="xs:string" minOccurs="0" />
- <xs:element name="latSurOesteVisor" type="xs:double" minOccurs="0" />
- <xs:element name="lonSurOesteVisor" type="xs:double" minOccurs="0" />
- <xs:element name="latNorEsteVisor" type="xs:double" minOccurs="0" />
- <xs:element name="lonNorEsteVisor" type="xs:double" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- <xs:complexType name="getDataFiltroResponse">
- <xs:sequence>
- <xs:element name="return" type="xs:string" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- <xs:complexType name="getData">
- <xs:sequence>
- <xs:element name="params" type="xs:string" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- <xs:complexType name="getDataResponse">
- <xs:sequence>
- <xs:element name="return" type="xs:string" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:schema>