* 仕様書

[REFS[
- [1] [CITE@EN[W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes]]
( ([TIME[2012-04-04 21:34:51 +09:00]] 版))
<http://www.w3.org/TR/xmlschema11-2/#nonNegativeInteger>
]REFS]

* 字句空間

[3] [CODE(XML)@en[[[xs:nonNegativeInteger]]]] の値は、[[正規表現]]で表すと
- [0-9]+
- \+[0-9]+
- [+-]0+

... のいずれかでなければなりません。いずせにせよ[[非負整数]]を表します。

* 歴史

[REFS[
- [2] [CITE@EN[XML Schema Part 2: Datatypes Second Edition]]
( ([TIME[2004-10-28 21:44:54 +09:00]] 版))
<http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger>
]REFS]

* 関連

[4] [[HTML]] の[[非負整数]]は[[符号]]を認めていませんが、 [CODE(XML)@en[[[xs:nonNegativeInteger]]]]
には[[符号]]を含めることができます。