io.legaldocml.akn.attribute.LinkOpt Maven / Gradle / Ivy
The newest version!
package io.legaldocml.akn.attribute;
/**
* The attribute href is used to specify an internal or external destination for a reference, a citation, an access to
* the ontology or a hypertext link. In elements using this attribute definition the href attribute is required.
*
* ```xml
*
*
*
* ```
*
* @author Jacques Militello
*/
public interface LinkOpt extends Link {
}