niem-xs:nonNegativeInteger

A data type for an integer with a minimum value of 0.

Complex Type Information

Model

Source

<xs:complexType name="nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>A data type for an integer with a minimum value of 0.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:nonNegativeInteger">
      <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>