add the "command" option to the xsd

This commit is contained in:
Dana Jansens 2007-07-22 10:19:27 -04:00
parent c41886288a
commit c2557387b2

View file

@ -109,6 +109,7 @@
</xsd:complexType>
<xsd:complexType name="action">
<xsd:element minOccurs="0" name="execute" type="xsd:string"/>
<xsd:element minOccurs="0" name="command" type="xsd:string"/>
<xsd:element minOccurs="0" name="menu" type="xsd:string"/>
<xsd:element minOccurs="0" name="delta" type="xsd:integer"/>
<xsd:element minOccurs="0" name="x" type="xsd:integer"/>