Mail transformers may now be used within a 'chain' (INT-498).

This commit is contained in:
Mark Fisher
2008-12-10 17:59:08 +00:00
parent 1af6e18437
commit 1755dfd676
6 changed files with 180 additions and 2 deletions

View File

@@ -108,8 +108,8 @@
<xsd:complexType name="transformerType">
<xsd:attribute name="id" type="xsd:string"/>
<xsd:attribute name="input-channel" type="xsd:string" use="required"/>
<xsd:attribute name="output-channel" type="xsd:string" use="required"/>
<xsd:attribute name="input-channel" type="xsd:string"/>
<xsd:attribute name="output-channel" type="xsd:string"/>
</xsd:complexType>
</xsd:schema>