simpleType nonNegativeInt
type restriction of xsd:int
properties
base xsd:int
used by
attribute UuvCrossSectionArrayElementType/@element
facets
Kind Value annotation 
minInclusive 
annotation
appinfo
An integer that must be non-negative (0 is used as a flag for "no value".
source <xsd:simpleType name="nonNegativeInt">
 
<xsd:annotation>
   
<xsd:appinfo>An integer that must be non-negative (0 is used as a flag for "no value".</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:int">
   
<xsd:minInclusive value="0"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy