[FIX] forgot to add primary attribute support to <template> in schema

This commit is contained in:
Xavier Morel 2014-05-27 12:19:13 +02:00
parent 833f5894d2
commit cdd89f4ae6
1 changed files with 8 additions and 1 deletions

View File

@ -217,7 +217,14 @@
<rng:optional><rng:attribute name="priority"/></rng:optional>
<rng:choice>
<rng:group>
<rng:optional><rng:attribute name="inherit_id"/></rng:optional>
<rng:optional>
<rng:attribute name="inherit_id"/>
<rng:optional>
<rng:attribute name="primary">
<rng:value>True</rng:value>
</rng:attribute>
</rng:optional>
</rng:optional>
<rng:optional><rng:attribute name="inherit_option_id"/></rng:optional>
<rng:optional><rng:attribute name="groups"/></rng:optional>
</rng:group>