Tag transform: simplify naming, #420

This commit is contained in:
Emux
2019-02-27 18:53:04 +02:00
parent 6af46cf8cc
commit 12070cee74
4 changed files with 32 additions and 32 deletions

View File

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