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