Advertisement
Guest User

Untitled

a guest
Sep 24th, 2014
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.25 KB | None | 0 0
  1. <Tag>
  2.  
  3.   <SomeType id="134" >
  4.     <ResourceDescription entityId="1">
  5.       <Property columnName="COMPANY NAME">
  6.         <Value>SomeCompany1</Value>
  7.       </Property>
  8.       <Property columnName="POSITIVE BUISNESS">
  9.         <Value>True</Value>
  10.       </Property>
  11.     </ResourceDescription>
  12.  
  13.     <ResourceDescription entityId="2">
  14.       <Property columnName="COMPANY NAME">
  15.         <Value>SomeCompany2</Value>
  16.       </Property>
  17.       <Property columnName="POSITIVE BUISNESS">
  18.         <Value>False</Value>
  19.       </Property>
  20.     </ResourceDescription>
  21.  
  22.     <ResourceDescription entityId="3">
  23.       <Property columnName="COMPANY NAME">
  24.         <Value>SomeCompany3</Value>
  25.       </Property>
  26.       <Property columnName="POSITIVE BUISNESS">
  27.         <Value>False</Value>
  28.       </Property>
  29.     </ResourceDescription>
  30.  
  31.   </SomeType>
  32.  
  33.  
  34.   <SomeType id="448" >
  35.  
  36.     <ResourceDescription entityId="1">
  37.       <Property columnName="SERVIS NAME">
  38.         <Value>ServisName</Value>
  39.       </Property>
  40.  
  41.       <Property columnName="NUMBER OF PEOPLE">
  42.         <Value>15</Value>
  43.       </Property>
  44.  
  45.       <Property columnName="EMPLOYERS">
  46.         <GidValue SomeType="134" entityId="2" />
  47.       </Property>
  48.  
  49.     </ResourceDescription>
  50.  
  51.   </SomeType>
  52.  
  53. </Tag>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement