blob: 5def232140d8ee747f500df44a29cda41d9b5c30 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
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 xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm" package-name="test.model" xml-accessor-order="ALPHABETICAL" xml-accessor-type="PUBLIC_MEMBER" xml-mapping-metadata-complete="false" xml-name-transformer="test.someNameTransformer">
<xml-schema attribute-form-default="UNQUALIFIED" element-form-default="UNQUALIFIED" location="someLocation" namespace="testnamespace"/>
<xml-schema-types>
<xml-schema-type name="someSchemaType" namespace="someSchemaTypeNamespace" type="someSchemaType"/>
<xml-schema-type name="someSchemaType2" namespace="someSchemaTypeNamespace2" type="someSchemaType2"/>
</xml-schema-types>
<xml-java-type-adapters>
<xml-java-type-adapter java-attribute="someJavaAttribute" type="someAdapterType" value="someAdapterValue" value-type="somValueType"/>
</xml-java-type-adapters>
<xml-registries>
<xml-registry name="someRegistry"/>
</xml-registries>
<xml-enums>
<xml-enum java-enum="A" value="A_Value"/>
<xml-enum java-enum="B" value="B_Value"/>
</xml-enums>
<java-types>
<java-type name="myType" xml-accessor-order="ALPHABETICAL" xml-discriminator-node="descriminator node" xml-discriminator-value="discriminator value" xml-inline-binary-data="false" xml-transient="false">
<xml-type factory-class="somepackage.someFactoryclass" factory-method="someMethod" name="someName" prop-order="p2 p1"/>
<xml-root-element name="someRoot" namespace="someNamespace"/>
<xml-class-extractor class="a.b.c.someClass"/>
<xml-properties>
<xml-property name="prop1" value="propValue" value-type="propValueType"/>
</xml-properties>
<java-attributes>
<xml-element java-attribute="theJavaAttributeValue" name="elementName"/>
<xml-attribute container-type="someContainerType" java-attribute="javaAttribute" name="attributename1" namespace="somenamespace" read-only="true" required="true"/>
<xml-element java-attribute="theJavaAttributeValue2" name="elementName2"/>
</java-attributes>
</java-type>
</java-types>
</xml-bindings>