io.legaldocml.akn.attribute.LinkReq 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="link">
* <xsd:attribute name="href" type="xsd:anyURI" use="required"/>
* <xsd:attributeGroup>
*
*
* @author Jacques Militello
*/
public interface LinkReq extends Link {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy