Class MinExclusive

  • All Implemented Interfaces:
    java.io.Serializable

    public final class MinExclusive
    extends Facet
    An implementation of minExclusive constraining facet, defined in section "4.3.9 minExclusive" of "XML Schema Part 2: Datatypes Second Edition" document.

    [Definition:] minExclusive is the exclusive lower bound of the value space for a datatype with the ordered property. The value of minExclusive must be in the value space of the base type or be equal to {value} in {base type definition}.

    Version:
    $Revision: 6465 $ $Date: 2006-04-13 06:47:36 -0600 (Thu, 13 Apr 2006) $
    Author:
    Sergei Ivanov
    See Also:
    Serialized Form
    • Constructor Detail

      • MinExclusive

        public MinExclusive​(java.lang.String value)
        Creates an instance of this class.
        Parameters:
        value - A value for this Facet.