Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1743#discussion_r159060268
--- Diff:
artemis-server/src/main/resources/schema/artemis-configuration.xsd ---
@@ -934,6 +934,26 @@
a broker plugin
</xsd:documentation>
</xsd:annotation>
+ <xsd:sequence>
--- End diff --
Is it worth instead of re-defineing what a property type is, re-naming and
re-using the transformerProperty complex type which this is identical to?
also could the same file
/artemis-tools/src/test/resources/artemis-configuration.xsd be updated also.
---