Tag transform improvements (#678)

This commit is contained in:
Gustl22
2019-02-27 21:34:35 +01:00
committed by Emux
parent 4162d9b488
commit 207993a6e2
11 changed files with 129 additions and 56 deletions

View File

@@ -303,10 +303,10 @@
<!-- tag-transform element -->
<xs:complexType name="tag-transform">
<xs:attribute name="match-k" type="xs:string" use="required" />
<xs:attribute name="match-v" type="xs:string" use="optional" />
<xs:attribute name="output-k" type="xs:string" use="required" />
<xs:attribute name="output-v" type="xs:string" use="optional" />
<xs:attribute name="k" type="xs:string" use="required" />
<xs:attribute name="v" type="xs:string" use="optional" />
<xs:attribute name="k-lib" type="xs:string" use="required" />
<xs:attribute name="v-lib" type="xs:string" use="optional" />
</xs:complexType>
<!-- rendertheme element -->