![JAR search and dependency download from the Maven repository](/logo.png)
io.legaldocml.akn.attribute.CoreOpt Maven / Gradle / Ivy
package io.legaldocml.akn.attribute;
/**
* This is the list of the core attributes that all elements in the content part of the document must have. In elements
* using this attribute definition both the refersTo attribute and the id attribute are optional.
*
* ```xml
*
*
*
*
*
*
*
*
*
* ```
*
* @author Jacques Militello
*/
public interface CoreOpt extends Core, HTMLattrs, Enactment, IdOpt, RefersOpt, Alt {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy