io.legaldocml.akn.attribute.ValueOpt Maven / Gradle / Ivy
The newest version!
package io.legaldocml.akn.attribute;
/**
* The attribute text is used to specify a text for metadata elements. In elements using this attribute definition the
* text attribute is optional.
*
* ```xml
*
*
*
* ```
*
* @author Jacques Militello
*/
public interface ValueOpt extends Value {
}