Class MaxExclusive

  • All Implemented Interfaces:
    java.io.Serializable

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

    [Definition:] maxExclusive is the exclusive upper bound of the value space for a datatype with the ordered property. The value of maxExclusive 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

      • MaxExclusive

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