GGXml.java

/*
 * Copyright 2019 Global Crop Diversity Trust
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package org.gringlobal.soap;

import org.jdom2.Namespace;

public final class GGXml {

	public static final Namespace NsDIFFGR = Namespace.getNamespace("diffgr", "urn:schemas-microsoft-com:xml-diffgram-v1");
	public static final Namespace NsMsDATA = Namespace.getNamespace("msdata", "urn:schemas-microsoft-com:xml-msdata");
	public static final Namespace NsMsPROP = Namespace.getNamespace("msprop", "urn:schemas-microsoft-com:xml-msprop");
	public static final Namespace NsSCHEMA = Namespace.getNamespace("xs", "http://www.w3.org/2001/XMLSchema");
	public static final String NAMESPACE_URI = "http://tempuri.org/";
	public static final Namespace NsGRINGLOBAL = Namespace.getNamespace("gg", NAMESPACE_URI);

}