GeoAPI 2.0
Build 2005-06-08

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

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.


specification

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


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium