Interface XmlNonNegativeInteger

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInteger, XmlObject, XmlTokenSource
All Known Subinterfaces:
All.MinOccurs, NarrowMaxMin.MinOccurs, STBookmarkIdSeed, STBorderId, STBubbleScaleUInt, STCellStyleXfId, STDepthPercentUShort, STDrawingElementId, STDxfId, STEighthPointMeasure, STFillId, STFirstSliceAng, STFontId, STGapAmountUShort, STHoleSizeUByte, STHPercentUShort, STIndex, STLblOffsetUShort, STMarkerSize, STNumFmtId, STOrder, STPeriod, STPerspective, STPixelsMeasure, STPointMeasure, STRotY, STSecondPieSizeUShort, STSkip, STSlideId, STSlideLayoutId, STSlideMasterId, STStyle, STStyleMatrixColumnIndex, STTextRotation.Member, STTextRotation.Member2, STTLTimeNodeID, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STUnsignedDecimalNumber, STUnSignedInteger, STWrapDistance, XmlPositiveInteger, XmlUnsignedByte, XmlUnsignedInt, XmlUnsignedLong, XmlUnsignedShort
All Known Implementing Classes:
AllImpl.MaxOccursImpl, AllImpl.MinOccursImpl, AllNNIImpl, NarrowMaxMinImpl.MaxOccursImpl, NarrowMaxMinImpl.MinOccursImpl, XmlNonNegativeIntegerImpl, XmlPositiveIntegerImpl, XmlUnsignedByteImpl, XmlUnsignedIntImpl, XmlUnsignedLongImpl, XmlUnsignedShortImpl

public interface XmlNonNegativeInteger extends XmlInteger
Corresponds to the XML Schema xs:nonNegativeInteger type. One of the derived types based on xs:decimal.

Verified to be zero or positive when validating.

Convertible to BigInteger.