All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.legaldocml.akn.attribute.LinkOpt Maven / Gradle / Ivy

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.
 *
 * 
 * 	<xsd:attributeGroup name="linkopt">
 * 		<xsd:attribute name="href" type="xsd:anyURI"/>
 * 	<xsd:attributeGroup>
 * 
* * @author Jacques Militello */ public interface LinkOpt extends Link { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy