http://java.sun.com/xml/ns/j2ee
complexType xsdNonNegativeIntegerType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}xsdNonNegativeIntegerType (restriction)

Documentation

	This type adds an "id" attribute to xsd:nonNegativeInteger.

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
nonNegativeInteger
</...>


Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Source
<xsd:complexType name="xsdNonNegativeIntegerType">
<xsd:simpleContent>
<xsd:extension base="xsd:nonNegativeInteger">
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.