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

XML example for Dataset (API 1.1)

— filed under:

from Nina. unchanged by TUM

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

File contents

<?xml version="1.0" encoding="UTF-8"?>
<ot:dataset id="" name="" xmlns:ot="http://opentox.org/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://opentox.org/1.0/ dataset.xsd ">
  <ot:link href="http://tempuri.org" id="1" order="1"/>
  <ot:features>
    <ot:link href="http://tempuri.org" id="1" order="1"/>
  </ot:features>
  <ot:compound href="http://tempuri.org" id="1" order="1">
    <ot:conformer href="http://tempuri.org" id="1" order="1"/>
  </ot:compound>
</ot:dataset>
Document Actions