org.apache.woden.schema
Interface ImportedSchema
- All Superinterfaces:
- Schema
- public interface ImportedSchema
- extends Schema
This interface represents a schema import element, <xs:import>. It extends the Schema
interface, adding support for the schemaLocation
attribute.
- Author:
- John Kaputin (jkaputin@apache.org)
setSchemaLocation
public void setSchemaLocation(java.net.URI location)
- Set the URI representing the
schemaLocation
attribute of <xs:import>.
getSchemaLocation
public java.net.URI getSchemaLocation()
- Returns:
- the URI representing the
schemaLocation
attribute of <xs:import>.