all.xsd 925 Bytes
<?xml version="1.0" encoding="UTF-8"?>

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:include schemaLocation="interval.xsd" />
	<xs:include schemaLocation="download.xsd" />
    <xs:include schemaLocation="intervalTrue.xsd" />
    <xs:include schemaLocation="dataMining.xsd" />
    <xs:include schemaLocation="statistic.xsd" />
    <xs:include schemaLocation="plot.xsd" />
    <xs:include schemaLocation="asciiPlot.xsd" /> <!-- just for test -->    
    <xs:include schemaLocation="instantPlot.xsd" />
    <xs:include schemaLocation="paramPlot.xsd" />
    <xs:include schemaLocation="timePlot.xsd" />
    <xs:include schemaLocation="epochPlot.xsd" />
    <xs:include schemaLocation="tickPlot.xsd" />
    <xs:include schemaLocation="statusPlot.xsd" />
    <xs:include schemaLocation="xyPlot.xsd" />
   	<xs:include schemaLocation="postProcessing.xsd" />
	<xs:include schemaLocation="request.xsd" />
</xs:schema>