blob: 1245412f74129399ad0a29e302b963802b6e7abf [file] [log] [blame]
/*
* Copyright (c) 2011, 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
*/
// Contributors:
// - rbarkhouse - 04 May 2012 - 2.4 - Initial implementation
@XmlSchema(
xmlns = {
@XmlNs(prefix="atom", namespaceURI="http://www.w3.org/2005/Atom"),
@XmlNs(prefix="atomic", namespaceURI="http://www.w3.org/2005/Atomic")
}
)
package org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.adapter;
import jakarta.xml.bind.annotation.XmlNs;
import jakarta.xml.bind.annotation.XmlSchema;