Blame view

config/xsd/request/paramPlot.xsd 346 Bytes
902f36e7   Benjamin Renard   Move test base pa...
1
2
3
4
5
6
7
8
9
10
11
<?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="paramPlot" substitutionGroup="PlotElement">
      <xs:complexType>
        <xs:attribute name="id" type="xs:string"/>
      </xs:complexType>
    </xs:element>      
</xs:schema>