diff options
Diffstat (limited to 'doc/xsd/dbpoolx.xsd')
-rw-r--r-- | doc/xsd/dbpoolx.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xsd/dbpoolx.xsd b/doc/xsd/dbpoolx.xsd index b5e856f..f0a3f1c 100644 --- a/doc/xsd/dbpoolx.xsd +++ b/doc/xsd/dbpoolx.xsd @@ -2349,6 +2349,7 @@ <xs:attribute name="name" type="xs:string" /> <xs:attribute name="tools" type="xs:string" /> <xs:attribute name="example" type="xs:string" use="required" /> + <xs:attribute name="suffix" type="xs:string" use="required" /> </xs:attributeGroup> <!-- end of scons_output.attlist --> <!-- end of scons_output.module --> @@ -2380,7 +2381,6 @@ <xs:attribute name="edit" type="xs:string" use="optional" /> <xs:attribute name="environment" type="xs:string" use="optional" /> <xs:attribute name="output" type="xs:string" use="optional" /> - <xs:attribute name="suffix" type="xs:string" use="required" /> </xs:attributeGroup> <!-- end of scons_output_command.attlist --> <!-- end of scons_output_command.module --> |