File: contact2.xml

package info (click to toggle)
libjibx-java 1.0.1-2
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 15,748 kB
  • ctags: 10,069
  • sloc: java: 29,151; xml: 7,963; makefile: 14
file content (22 lines) | stat: -rw-r--r-- 1,515 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<contact>
  <first-name>Tom</first-name><last-name>Sawyer</last-name><phone>1-800-555-1212</phone>
  <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    <soapenv:Body>  
      <ns1:handleQuery soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:axis.sosnoski.com">   
        <in0 href="#id0"/>  
      </ns1:handleQuery>  
      <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:Query" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://seismic.sosnoski.com">   
        <maxDateTime xsi:type="xsd:dateTime">2001-07-02T04:33:22.610Z</maxDateTime>   
        <maxDepth xsi:type="soapenc:float" xsi:nil="true"/>   
        <maxLatitude xsi:type="soapenc:float">152.46613</maxLatitude>   
        <maxLongitude xsi:type="soapenc:float">78.09824</maxLongitude>   
        <maxMagnitude xsi:type="soapenc:float" xsi:nil="true"/>   
        <minDateTime xsi:type="xsd:dateTime">2001-05-04T02:31:00.601Z</minDateTime>   
        <minDepth xsi:type="soapenc:float" xsi:nil="true"/>   
        <minLatitude xsi:type="soapenc:float">-48.434654</minLatitude>   
        <minLongitude xsi:type="soapenc:float">-91.997185</minLongitude>   
        <minMagnitude xsi:type="soapenc:float" xsi:nil="true"/>  
      </multiRef> 
    </soapenv:Body>
  </soapenv:Envelope>
</contact>