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

XML schema definition for Feature object

— filed under: , ,

Feature.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/Feature/1.0"
	xmlns:tns="http://www.opentox.org/Feature/1.0" elementFormDefault="qualified">

	<complexType name="Feature">
		<attribute name="ID" type="string"  use="required"></attribute>
		<attribute name="CompoundID" type="string"  use="required"></attribute>
		<attribute name="Value" type="string"  use="required"></attribute>
		<attribute name="ConformerID" type="string"  use="optional"></attribute>
	</complexType>

</schema>
Document Actions