/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

  1. <?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/">
  2. <xs:element name="getData" type="tns:getData" />
  3. <xs:element name="getDataFiltro" type="tns:getDataFiltro" />
  4. <xs:element name="getDataFiltroResponse" type="tns:getDataFiltroResponse" />
  5. <xs:element name="getDataResponse" type="tns:getDataResponse" />
  6. <xs:complexType name="getDataFiltro">
  7. <xs:sequence>
  8. <xs:element name="capa" type="xs:string" minOccurs="0" />
  9. <xs:element name="latSurOesteVisor" type="xs:double" minOccurs="0" />
  10. <xs:element name="lonSurOesteVisor" type="xs:double" minOccurs="0" />
  11. <xs:element name="latNorEsteVisor" type="xs:double" minOccurs="0" />
  12. <xs:element name="lonNorEsteVisor" type="xs:double" minOccurs="0" />
  13. </xs:sequence>
  14. </xs:complexType>
  15. <xs:complexType name="getDataFiltroResponse">
  16. <xs:sequence>
  17. <xs:element name="return" type="xs:string" minOccurs="0" />
  18. </xs:sequence>
  19. </xs:complexType>
  20. <xs:complexType name="getData">
  21. <xs:sequence>
  22. <xs:element name="params" type="xs:string" minOccurs="0" />
  23. </xs:sequence>
  24. </xs:complexType>
  25. <xs:complexType name="getDataResponse">
  26. <xs:sequence>
  27. <xs:element name="return" type="xs:string" minOccurs="0" />
  28. </xs:sequence>
  29. </xs:complexType>
  30. </xs:schema>