add the "command" option to the xsd
This commit is contained in:
parent
c41886288a
commit
c2557387b2
1 changed files with 1 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue