diff options
Diffstat (limited to 'src/compound.xsd')
-rw-r--r-- | src/compound.xsd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/compound.xsd b/src/compound.xsd new file mode 100644 index 0000000..c528422 --- /dev/null +++ b/src/compound.xsd @@ -0,0 +1,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> + |