Class MaxInclusive

  • All Implemented Interfaces:
    java.io.Serializable

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

    [Definition:] maxInclusive is the inclusive upper bound of the value space for a datatype with the ordered property. The value of maxInclusive must be in the value space of the base type.

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

      • MaxInclusive

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