simpleType positiveInt
type restriction of xsd:int
properties
base xsd:int
used by
attributes UuvCrossSectionArrayType/@arrayElements FecTransferOptionsType/@feck FecTransferOptionsType/@fecn FecTransferOptionsType/@fecpacketsize RunOptionsType/@maxLoops XsbcTransferOptionsType/@port FecTransferOptionsType/@port HostIDType/@port
facets
Kind Value annotation 
minExclusive 
annotation
appinfo
An integer that must be positive.
source <xsd:simpleType name="positiveInt">
 
<xsd:annotation>
   
<xsd:appinfo>An integer that must be positive.</xsd:appinfo>
 
</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