org.opengis.annotation
Annotation Type XmlSchema


@Documented
@Target(value=PACKAGE)
@Retention(value=RUNTIME)
public @interface XmlSchema

An annotation mapping a package to the XML schema from which it was derived.

Since:
GeoAPI 2.0
Author:
Martin Desruisseaux (IRD)

Required Element Summary
 Specification specification
          The specification where this XML schema come from.
 String URL
          The URL to the schema.
 

Element Detail

URL

public abstract String URL
The URL to the schema.

Returns:
The URL to the schema.

specification

public abstract Specification specification
The specification where this XML schema come from.

Returns:
The originating specification.


Copyright © 1996-2014 Geotools. All Rights Reserved.