<!-- ******************************************************************* -->
<!-- File Name: MINetML_template.xml (change to your file name)                  -->
<!-- Pathogen Name: the name of the pathogen you are working with        -->
<!-- Purpose: molecular interaction network for the specific pathogen            -->
<!-- Curators: Oliver (change to your name)                                -->
<!-- Date: 4/24/2005 (change to your latest curation date)                      -->
<!-- ******************************************************************* -->
<!-- Oliver's Notes: 
1. This is a template to help your editon of your MINet information
2. This template may change after the DTD file is changed
3. Change TEXT, and all the text content inside " " to real infomation  
4. You can change all the IDs to any legal IDREFs.
4. See element and attribute occurrence information using URL:             
http://pathport.vbi.vt.edu/xml/molecules/molecules.dtd.html  
-->
<!-- Name convention: 
	** List of Locations: 1. Extracellular, 2. Cell membrane, 3. Cytoplasm, 4. Phagosome,
		5. Phagolysosome, 6. Golgi, 7. Golgi membrane, 8. ER, 9. Ribosome, 10. Nucleus, 
		11. Bacterial membrane, 12. Other.
	** List of molecular functions: 1. Cell cycle regulator, 2. Chaperone, 3. Defense, immunity protein, 
		4. Enzyme activator, 5. Enzyme inhibitor, 6. Enzyme, 7. Ligand binding or carrier, 
		8. Microtubule binding, 9. Motor, 10. Nucleic acid binding, 11. Signal transducer,
		12. Transcription factor binding, 13. Transporter, 14. Unknown.
	** Use GO evidence codes: 1. IC: inferred by curator; 2. IDA: inferred from direct assay
		3. IEA: inferred from electronic annotation; 4. IEP: inferred from expression pattern
		5. IGI: inferred from genetic interaction; 6. IMP: inferred from mutant phenotype
		7. IPI: inferred from physical interaction; 8. ISS: inferred from sequence or structural similarity
		9. NAS: non-traceable author statement; 10. ND: no biological data available
		11. TAS: traceble author statement;
		See detailed explanation at: http://www.geneontology.org/doc/GO.evidence.html and
		http://www.geneontology.org/doc/GO.annotation.html

-->
<!DOCTYPE ProNet SYSTEM "http://pathport.vbi.vt.edu/xml/molecules/molecules.dtd">
<ProNet PathogenName="TEXT">
	<CurationInfo>
		<Curators>TEXT</Curators>
		<Date>TEXT</Date>
		<Version>TEXT</Version>
		<Note>TEXT</Note>
		<Revision>
			<Curators>TEXT</Curators>
			<Date>TEXT</Date>
			<Version>TEXT</Version>
			<Note>TEXT</Note>
		</Revision>
		<ContactInfo>
			<Email>TEXT</Email>
			<Telephone>TEXT</Telephone>
			<Address>TEXT</Address>
		</ContactInfo>
	</CurationInfo>
	<BioObject BioObjectID="BO1" ImageRefs="" GI_Number="" Accession_Number="" Refs="">
		<Name>TEXT</Name>
		<Type>TEXT</Type>
		<Location>Extracellular</Location>
		<Function>Enzyme</Function>
		<Description>TEXT</Description>
	</BioObject>
	<BioObject BioObjectID="BO2" ImageRefs="" GI_Number="" Accession_Number="" Refs="">
		<Name>TEXT</Name>
		<Type>TEXT</Type>
		<Location>Extracellular</Location>
		<Function>Enzyme</Function>
		<Description>TEXT</Description>
	</BioObject>
	<Interaction InteractionID="Interaction1" InputObjects="BO1" OutputObjects="BO2" Co-factors="" Released-factors="" Refs="" ImageRefs="" GO_Evidence_Code="ND">
		<Type>TEXT</Type>
		<Description>TEXT</Description>
	</Interaction>
	<Modifier ModifierID="Modifier1" InteractionRef="Interaction1" ObjectRefs="BO1" Refs="Journal1">
		<Type>TEXT</Type>
		<Description>TEXT</Description>
	</Modifier>
	<Pathway PathwayID="Pathway1" StartBioObjectID="BO1" Datum="Interaction1" SubPathways="" Refs="" ImageRefs="">
		<Name>TEXT</Name>
		<Description>TEXT</Description>
	</Pathway>
	<DataSource>
		<JournalArticle RefID="Journal1" PubMedID="TEXT">
			<AuthorLine>TEXT</AuthorLine>
			<Title>TEXT</Title>
			<JournalTitle>TEXT</JournalTitle>
			<Date>TEXT</Date>
			<Volume>TEXT</Volume>
			<Issue>TEXT</Issue>
			<StartPage>TEXT</StartPage>
			<EndPage>TEXT</EndPage>
		</JournalArticle>
		<Book RefID="Book1" ISBN="TEXT">
			<AuthorLine>TEXT</AuthorLine>
			<ChapterTitle>TEXT</ChapterTitle>
			<BookEditor>TEXT</BookEditor>
			<Title>TEXT</Title>
			<Date>TEXT</Date>
			<Pages>TEXT</Pages>
			<Publisher>TEXT</Publisher>
		</Book>
		<Database RefID="DB1">
			<AuthorLine>TEXT</AuthorLine>
			<Title>TEXT</Title>
			<URL>TEXT</URL>
			<section>TEXT</section>
			<Date>TEXT</Date>
		</Database>
		<WebSite RefID="Website1">
			<URL>TEXT</URL>
			<AuthorLine>TEXT</AuthorLine>
			<Title>TEXT</Title>
			<Date>TEXT</Date>
		</WebSite>
		<CuratorInference RefID="CuratorInferece1">
			<Title>TEXT</Title>
			<AuthorLine/>
			<Date>TEXT</Date>
		</CuratorInference>
	</DataSource>
	<ImageUnit ImageID="Image1" Refs="Book1">
		<Name>TEXT</Name>
		<URL>TEXT</URL>
		<ImageMap>
			<Rect>
				<X>TEXT</X>
				<Y>TEXT</Y>
				<Height>TEXT</Height>
				<Width>TEXT</Width>
				<Target TargetID="BO1"/>
			</Rect>
			<Circle>
				<X>TEXT</X>
				<Y>TEXT</Y>
				<Radius>TEXT</Radius>
				<Target TargetID="BO2"/>
			</Circle>
		</ImageMap>
		<Description>TEXT</Description>
	</ImageUnit>
</ProNet>
