﻿<?xml version="1.0" encoding="utf-8"?>
<!-- 
 
  Example SSIB document. The mark IDs used (@markID) are for illustration only.
  
  Last modified on: December 25, 2008.
  
  For more information on SSIB (the Superimposed System-Information Browser), see http://www.springerlink.com/index/m4655k8608322267.pdf.
  For more information on Sixml schema, visit http://schema.sixml.org.
  Contact: Sudarshan Murthy <firstLetterOfFirstNameThenAllofLastName at sixml dot org>
  
  (c) 2007 Sudarshan Murthy. All rights reserved. 
  Permission to use for non-commercial purpose. Use at your own risk. No warranties expressed or implied.
-->
<SSIB xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xmlns:sixml="http://schema.sixml.org" xsi:noNamespaceSchemaLocation="http://schema.sixml.org/examples/ssib.xsd">
  <Event ID="Ev1" EvDateTime="2000-04-28T11:45:00"  Kind="Sys" Source="EventLog" Description="The EventLog service was started">
    <EMark_EventDetail sixml:markID="87"/>
  </Event>
  
  <Error ID="Er4" ErrDateTime="1999-05-31T13:20:00" Source="MSIE" Description="Timeout" Notes="">
    <AMark_ErrorTime sixml:markID="53" sixml:target="ErrDateTime"/>
    <AMark_ErrorDetails sixml:markID="45" sixml:target="Description"/>
  </Error>

  <OSUpdate ID="Upd3" Title="814078..." Description="" Reason="Flaw in...">
    <AExcerpt_UpdateTitle sixml:markID="146" sixml:target="Title"/>
  </OSUpdate>
</SSIB>