Skip to content

Commit

Permalink
Merge pull request #414 from tristantarrant/JGRP-2322/extensible_schema
Browse files Browse the repository at this point in the history
JGRP-2322 Make protocol attributes extensible in the schema
  • Loading branch information
belaban committed Jan 7, 2019
2 parents f28c12f + eeb1d79 commit 5c6af8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/jgroups/util/XMLSchemaGenerator.java
Expand Up @@ -289,6 +289,8 @@ private static Element createXMLTree(final Document xmldoc, Class<?> clazz, Stri
entry.getValue().writeElement();
}

complexType.appendChild(xmldoc.createElement("xs:anyAttribute"));

return classElement;
}

Expand Down

0 comments on commit 5c6af8f

Please sign in to comment.