diff options
Diffstat (limited to 'templates/xml/compound.xsd')
-rw-r--r-- | templates/xml/compound.xsd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd index 2d72d41..1715822 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -302,6 +302,9 @@ <xsd:attribute name="file" type="xsd:string" /> <xsd:attribute name="line" type="xsd:integer" /> <xsd:attribute name="column" type="xsd:integer" use="optional"/> + <xsd:attribute name="declfile" type="xsd:string" use="optional"/> + <xsd:attribute name="declline" type="xsd:integer" use="optional"/> + <xsd:attribute name="declcolumn" type="xsd:integer" use="optional"/> <xsd:attribute name="bodyfile" type="xsd:string" /> <xsd:attribute name="bodystart" type="xsd:integer" /> <xsd:attribute name="bodyend" type="xsd:integer" /> |