Class MinInclusive

  • All Implemented Interfaces:
    java.io.Serializable

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

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

      • MinInclusive

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