simpleType positiveIntegerType
type restriction of xsd:int
properties
base xsd:int
used by
attributes contactRecordElementType/@contactID sectorPatternType/@sectorCount expandingSquareType/@trackCount parallelTrackType/@trackCount positiveIntegerElementType/@value dateTimeGroupElementType/@year
facets
Kind Value Annotation
minExclusive 0
annotation
documentation
Represents an integer that is greater than or equal to zero.
source <xsd:simpleType name="positiveIntegerType">
 
<xsd:annotation>
   
<xsd:documentation>Represents an integer that is greater than or equal to zero.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:int">
   
<xsd:minExclusive value="0"/>
 
</xsd:restriction>
</xsd:simpleType>


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