﻿<?xml version="1.0" ?>
<!-- 
 
  Example SISRS document. The mark IDs used (@markID) are for illustration only.
  
  Last modified on: August 24, 2008.
  
  For more information on SISRS (the Superimposed Scholarly Review System), read http://sparce.cs.pdx.edu/pubs/SISRS-WP.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.
-->

<Reviews xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xmlns:sixml="http://schema.sixml.org"  
         xsi:noNamespaceSchemaLocation="http://schema.sixml.org/examples/sisrs.xsd">
  <Paper title="">
    
    <!-- Comment using custom mark association names -->
    <Comment excerpt="">
      <TMark_References sixml:type="sixml:TMark" sixml:markID="45">text</TMark_References>
      <AExcerpt_Help sixml:type="sixml:AMark" sixml:markID="23" sixml:valueSource="true" sixml:target="excerpt"/>
      <EMark_AppliesTo sixml:type="sixml:EMark" sixml:markID="23"/>
    </Comment>
    
    <!-- Comment using default mark association names -->
    <Comment excerpt="">
      <sixml:TMark sixml:type="sixml:TMark" sixml:markID="45">text</sixml:TMark>
      <sixml:AMark sixml:type="sixml:AMark" sixml:markID="23" sixml:valueSource="true" sixml:target="excerpt"/>
      <sixml:EMark sixml:type="sixml:EMark" sixml:markID="23"/>
    </Comment>
    
    <!-- Associate a mark with paper title -->
    <AExcerpt_TitleSource sixml:markID="26" sixml:target="title" sixml:valueSource="true"/>
    
  </Paper>
</Reviews>


