blob: 0542f08444139cf671c6bdb33ee1c055589c42ba [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
-->
<xml-bindings package-name="org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmljoinnode" xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm"
xml-accessor-type="NONE" xml-accessor-order="UNDEFINED"
xml-mapping-metadata-complete="true">
<java-types>
<java-type name="org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmljoinnode.AtnCompany">
<xml-root-element name="company"/>
<java-attributes>
<xml-element java-attribute="employees" name="employee"/>
</java-attributes>
</java-type>
<java-type name="org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmljoinnode.AtnEmployee">
<java-attributes>
<xml-attribute java-attribute="id" xml-key="true" />
<xml-attribute java-attribute="name" xml-key="true" />
<xml-join-nodes java-attribute="manager">
<xml-join-node xml-path="manager/@id" referenced-xml-path="@id" />
<xml-join-node xml-path="manager/@name" referenced-xml-path="@name" />
</xml-join-nodes>
<xml-join-nodes java-attribute="reports" container-type="java.util.ArrayList">
<xml-join-node xml-path="report/@id" referenced-xml-path="@id" />
<xml-join-node xml-path="report/@name" referenced-xml-path="@name" />
</xml-join-nodes>
</java-attributes>
</java-type>
</java-types>
</xml-bindings>