All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opengis.cite.iso19136.Namespaces Maven / Gradle / Ivy

Go to download

Checks GML application schemas or data sets for conformance to ISO 19136:2007.

There is a newer version: 3.2.1-r18
Show newest version
package org.opengis.cite.iso19136;

/**
 * XML namespace names.
 * 
 * @see Namespaces in XML 1.0
 */
public class Namespaces {

    private Namespaces() {
    }

    /** SOAP 1.2 message envelopes. */
    public static final String SOAP_ENV = "http://www.w3.org/2003/05/soap-envelope";
    /** W3C XLink */
    public static final String XLINK = "http://www.w3.org/1999/xlink";
    /** OGC 06-121r3 (OWS 1.1) */
    public static final String OWS = "http://www.opengis.net/ows/1.1";
    /** ISO 19757-3 (Schematron) */
    public static final String SCH = "http://purl.oclc.org/dsdl/schematron";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy