Commit 097dfbf93fc524ccbe455320b4e71753e164a114
1 parent
8289dfc4
Exists in
master
and in
79 other branches
rm 8444 +
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/xsd/parser/functions.xsd
... | ... | @@ -7,6 +7,7 @@ |
7 | 7 | <xs:complexType> |
8 | 8 | <xs:all> |
9 | 9 | <xs:element name="prompt" type="xs:string" minOccurs="0" maxOccurs="1"/> |
10 | + <xs:element name="prompt_param" type="xs:string" minOccurs="0" maxOccurs="1"/> | |
10 | 11 | <xs:element name="default_args" type="xs:string" minOccurs="0" maxOccurs="1"/> |
11 | 12 | <xs:element name="info_brief" type="xs:string"/> |
12 | 13 | <xs:element name="new_kernel" type="xs:string"/> | ... | ... |