blob: aecf18e6cf56de0043d6a8ac829afc3e5def6d0f [file] [log] [blame]
{
"package-name" : "org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlschema.namespace.linked.author",
"xml-schema" : {
"element-form-default" : "QUALIFIED",
"namespace" : "http://www.example.org/linked/author",
"xml-ns" : [ {
"prefix" : "",
"namespace-uri" : "http://www.example.org/linked/author"
} ]
},
"java-types" : {
"java-type" : [ {
"name" : "Author",
"java-attributes" : {
"xml-element" : [
{"java-attribute" : "firstName"},
{"java-attribute" : "lastName"},
{"java-attribute" : "address"}
]
}
} ]
}
}