tool: add unscoped_label to xml schema

This commit is contained in:
Alexander Boettcher 2017-10-25 13:21:52 +02:00 committed by Christian Helmuth
parent 5e5c705fbc
commit 0ac6f6159e
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<xs:attribute name="label" type="xs:string" /> <xs:attribute name="label" type="xs:string" />
<xs:attribute name="label_prefix" type="xs:string" /> <xs:attribute name="label_prefix" type="xs:string" />
<xs:attribute name="label_suffix" type="xs:string" /> <xs:attribute name="label_suffix" type="xs:string" />
<xs:attribute name="unscoped_label" type="xs:string" />
</xs:complexType> </xs:complexType>
<xs:complexType name="template_route"> <xs:complexType name="template_route">