summaryrefslogtreecommitdiffstats
path: root/src/compound.xsd
blob: c52842214de45bd9d69af8d8a54a914e53c872d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="doxygen" type="DoxygenType"/>

  <xsd:complexType name="DoxygenType">
    <xsd:sequence>
    </xsd:sequence>
    <xsd:attribute name="version" type="xsd:string" use="required"/>
  </xsd:complexType>

</xsd:schema>