io.legaldocml.akn.attribute.UpToOpt Maven / Gradle / Ivy
The newest version!
package io.legaldocml.akn.attribute;
/**
* The attribute upTo is used in range-based elements to specify the eId of the ending element of the range.
*
* ```xml
*
*
*
* ```
* @author Jacques Militello
*/
public interface UpToOpt extends UpTo {
}