home *** CD-ROM | disk | FTP | other *** search
/ developer.apple.com / developer.apple.com.tar / developer.apple.com / appleapplications / SystemReport.dmg / reportheaders.xml < prev    next >
Extensible Markup Language  |  2007-04-15  |  618b  |  14 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- A property list that contains the table column headers for the report -->
  3. <plist>
  4.     <string key="local_host_name">Name</string>
  5.     <!-- the network address is a XSL parameter, change the default in sysinfo2inventory.xsl -->
  6.     <string key="machine_name">Kind</string>
  7.     <string key="cpu_type">Processor</string>
  8.     <string key="current_processor_speed">Speed</string>
  9.     <string key="physical_memory">Memory</string>
  10.     <string key="os_version">Operating System</string>
  11.     <string key="kernel_version">Kernel Version</string>
  12.     <string key="serial_number">Serial Number</string>
  13. </plist>
  14.