asciiPlot.xsd 230 Bytes
<?xml version="1.0" encoding="UTF-8"?>

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:include schemaLocation="plot.xsd" />	
		
    <xs:element name="asciiPlotOutput" substitutionGroup="PlotElement"/>
	
</xs:schema>