Advertisement
Guest User

Untitled

a guest
May 4th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.62 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <windows>
  3.     <window ID=0>
  4.         <parentID>0</parentID>
  5.         <windowType>0</windowType>
  6.         <windowName>mainWindow</windowName>
  7.         <windowText>My first window</text>
  8.         <windowOptions>Option 1; Option 2;</options>
  9.         <windowActions>Action 1; Action 2;</actions>
  10.         <windowExit>Exit Action;</exit>
  11.     </window>
  12.     <window ID=1>
  13.         <parentID>0</parentID>
  14.         <windowType>0</windowType>
  15.         <windowName>secondWindow</windowName>
  16.         <windowText>This window is a child of the main window - ID 0</text>
  17.         <windowOptions>Option 1; Option 2;</options>
  18.         <windowActions>Action 1; Action 2;</actions>
  19.         <windowExit>Exit Action;</exit>
  20.     </window>
  21.     <window ID=2>
  22.         <parentID>0</parentID>
  23.         <windowType>0</windowType>
  24.         <windowName>thirdWindow</windowName>
  25.         <windowText>This window is a child of the main window - ID 0</text>
  26.         <windowOptions>Option 1; Option 2;</options>
  27.         <windowActions>Action 1; Action 2;</actions>
  28.         <windowExit>Exit Action;</exit>
  29.     </window>
  30.     <window ID=3>
  31.         <parentID>1</parentID>
  32.         <windowType>0</windowType>
  33.         <windowName>fourthWindow</windowName>
  34.         <windowText>This window is a child of the second window - ID 1</text>
  35.         <windowOptions>Option 1; Option 2;</options>
  36.         <windowActions>Action 1; Action 2;</actions>
  37.         <windowExit>Exit Action;</exit>
  38.     </window>
  39.     <window ID=4>
  40.         <parentID>2</parentID>
  41.         <windowType>0</windowType>
  42.         <windowName>fifthWindow</windowName>
  43.         <windowText>This window is a child of the fourth window - ID 3</text>
  44.         <windowOptions>Option 1; Option 2;</options>
  45.         <windowActions>Action 1; Action 2;</actions>
  46.         <windowExit>Exit Action;</exit>
  47.     </window>
  48. </windows>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement