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.



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.