Sections
You are here: Home » Data » Documents » Development » XML Schema » XML example for Reference (API 1.1)

XML example for Reference (API 1.1)

— filed under:

referenceExample.xml — Extensible Markup Language (XML), 0Kb

File contents

<?xml version="1.0" encoding="ISO-8859-1"?>
<ot:Reference xmlns:ot="http://opentox.org/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://opentox.org/1.0/ Reference.xsd" 
ID="myReference" Name="myReferenceName">
	<ot:link href="http://lxkramer13.informatik.tu-muenchen.de:8180/OpenTox/reference/myReference" />
	<ot:AlgorithmID href="http://lxkramer13.informatik.tu-muenchen.de:8180/OpenTox/algorithm/learning/classification/kNN" />
	<Parameters>
		<param type="integer" defaultvalue="1">KNN=7</param>
	</Parameters>	
	<ot:ExperimentalProtocol>some text</ot:ExperimentalProtocol>
</ot:Reference>
Document Actions