update xml format to replace config with condition

This commit is contained in:
amrzar 2016-10-17 13:02:51 +11:00
parent ee75f086f3
commit e0d2a83fa6

View file

@ -22,7 +22,7 @@
<!ELEMENT method (param*)>
<!ATTLIST method name CDATA #REQUIRED>
<!ATTLIST method id CDATA #REQUIRED>
<!ATTLIST method config CDATA #IMPLIED>
<!ATTLIST method condition CDATA #IMPLIED>
<!ELEMENT param EMPTY>
<!ATTLIST param type CDATA #REQUIRED>