Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow defining more than one @XmlNs binding in package-info.java #457

@laurentschoelens

Description

@laurentschoelens

Related to SO question

  • Study the possibility of defining extra bindings for namespace :
<bindings schemaLocation="my-xsd-v1.1.xsd">
    <bindings>
        <namespace:prefix name="v1p1" />
        <namespace:prefix name="v1p0" namespaceURI="http://my.xsd.namespace/v1_0" />
    </bindings>
</bindings>

The v1p1prefix name would be bound to the namespace of my-xsd-v1.1.xsd and the v1p0 prefix would be bound to the http://my.xsd.namespace/v1_0 namespace defined in the namespaceURI attribute.

  • Check if marshalling produce expected

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions