io.legaldocml.akn.attribute.RefersOpt Maven / Gradle / Ivy
The newest version!
package io.legaldocml.akn.attribute;
/**
* This attribute creates a connection between the element and an element of the Akoma Ntoso ontology to which it
* refers. In elements using this attribute definition the refersTo attribute is optional.
*
* ```xml
*
*
*
*
*
*
*
*
*
*
*
* ```
*
* @author Jacques Militello
*/
public interface RefersOpt extends Refers {
}