Sections
You are here: Home » Data » Documents » Development » XML Schema » Archive for the old XML and XSD files » XML scheme for Reference object

XML scheme for Reference object

— filed under: , ,

Reference.xsd — Extensible Markup Language (XML), 0Kb

File contents

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.opentox.org/Reference/1.0"
	xmlns:tns="http://www.opentox.org/Reference/1.0" elementFormDefault="qualified">

	<complexType name="Reference">
		<attribute name="ID" type="string"  use="required"></attribute>
		<attribute name="Name" type="string"  use="required"></attribute>
		<attribute name="AlgorithmID" type="string"  use="optional"></attribute>
		<attribute name="Parameters" type="string" use="optional"></attribute>
		<attribute name="ExperimentalProtocol" type="string" use="optional"></attribute>
	</complexType>

</schema>
Document Actions