diff options
Diffstat (limited to 'templates/xml/compound.xsd')
-rw-r--r-- | templates/xml/compound.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd index cf48e03..2d72d41 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -397,6 +397,7 @@ <xsd:element name="xmlonly" type="xsd:string" /> <xsd:element name="rtfonly" type="xsd:string" /> <xsd:element name="latexonly" type="xsd:string" /> + <xsd:element name="image" type="docImageType" /> <xsd:element name="dot" type="xsd:string" /> <xsd:element name="plantuml" type="xsd:string" /> <xsd:element name="anchor" type="docAnchorType" /> @@ -554,6 +555,7 @@ <xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="width" type="xsd:string" /> <xsd:attribute name="height" type="xsd:string" /> + <xsd:attribute name="inline" type="DoxBool" /> </xsd:complexType> <xsd:complexType name="docFileType" mixed="true"> |