diff options
-rw-r--r-- | schemas/bundle.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index d9a711a84..5b98fcf7b 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -56,6 +56,7 @@ <xsd:element name='BoundAction' type='ActionType'/> <xsd:element name='Group' type='GroupType'/> </xsd:choice> + <xsd:attribute type='xsd:string' name='description' /> <xsd:attribute type='xsd:string' name='name'/> <xsd:attribute type='xsd:string' name='version'/> <xsd:attribute type='xsd:string' name='origin'/> |