![JAR search and dependency download from the Maven repository](/logo.png)
io.legaldocml.module.xsi.attribute.SchemaLocation Maven / Gradle / Ivy
package io.legaldocml.module.xsi.attribute;
import io.legaldocml.io.Attribute;
public interface SchemaLocation extends Attribute {
/**
* Attribute name for "xsi:schemaLocation".
*/
String ATTRIBUTE = "schemaLocation";
String getSchemaLocation();
void setSchemaLocation(String schemaLocation);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy