ARTEMIS-2295 fix IBM JDK schema parsing

This commit is contained in:
Clebert Suconic 2019-04-05 16:19:20 -04:00
parent 1b0b80ab80
commit 655c772c20
1 changed files with 18 additions and 6 deletions

View File

@ -1669,12 +1669,24 @@
</xsd:complexType>
<xsd:complexType name="federationTransformerType">
<xsd:complexContent>
<xsd:extension base="transformerType">
<xsd:attribute name="name" type="xsd:ID" use="required" />
<xsd:attributeGroup ref="xml:specialAttrs"/>
</xsd:extension>
</xsd:complexContent>
<xsd:sequence>
<xsd:element name="class-name" type="xsd:string" maxOccurs="1" minOccurs="1">
<xsd:annotation>
<xsd:documentation>
optional name of transformer class
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="property" maxOccurs="unbounded" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
properties to configure the transformer class
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:ID" use="required" />
<xsd:attributeGroup ref="xml:specialAttrs"/>
</xsd:complexType>
<!-- TRANSFORMER CONFIGURATION -->