Advertisement
Guest User

building.xml

a guest
Sep 19th, 2010
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.72 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AppManager-response uri="/AppManager/xml/ListBuildings">
  3.     <result>
  4.         <response method="ListBuildings">
  5.             <Building Name="Broadway Business Center" TYPE="Commercial">
  6.                 <Tenant DISPLAYNAME="ABC Company" TYPE="Owner"/>
  7.                 <Tenant DISPLAYNAME="123 Company" TYPE="Renter"/>
  8.             </Building>
  9.             <Building Name="Seniors Residence" TYPE="Private">
  10.                 <Tenant DISPLAYNAME="Ricky Ricardo" TYPE="Owner"/>
  11.                 <Tenant DISPLAYNAME="Bob Barker" TYPE="Owner"/>
  12.                 <Tenant DISPLAYNAME="Tony Randal" TYPE="Renter"/>
  13.             </Building>
  14.         </response>
  15.     </result>
  16. </AppManager-response>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement