<?xml version="1.0" encoding="UTF-8"?>
<!--
    allowable formatting tags:
     
		<link target = "target"> put your link here </link> 
		Note: web link is allowed in target just put web address (it has to start with "http://") in the target attribute value. 
		e.g. <link target = "http://www.copasi.org/tiki-view_articles.php"> COPASI website </link>
		 
		<imgReference target = "target"/>
		
		<def target = "target" label = "Species"> put your link here </def> NOTE: no recursive definition allowed.
	    
	    <bold> </bold>
	    
		<para> </para> NOTE: link element is allowed in the para
		
		<list> <item> </item> ... </list> NOTE: no embedded lists, but <para>, <link> and <imgReference> are allowed in the list. 
		      
    NOTE: introduction is required. 
          Please save your file as ".xml" in to VCell/UserDocumentation/your chapter name.
          Please be noted no space and special chars are allowed in the file name. 
          Please name your target as the file name(you are linking to) without extension. (e.g to set a link to Phys_Struct.html, you write target = "Phys_Struct"). 
          Before you commit, please try it out in browser first.
		  
		  Image formatting:
		  image size must be no larger than 600*600. Otherwise please create both thumbnail image and original image and use thumbnail syntax.
		  
		  
-->
<vcelldoc>
<page title="title">

	
	<introduction> 	</introduction>
	
	<appearance>  </appearance>
	
	<operations>  </operations>
	
</page>

</vcelldoc>