simpleType CountType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:int
properties
base xs:int
used by
elements DinghiesType/number SupplementaryDataType/personsOnBoard
simpleTypes CountPositiveType FormationCountType
attributes EstimatedElapsedTimeType/@seqNum ProfilePointType/@seqNum RouteTrajectoryElementType/@seqNum RankedTrajectoryType/@seqNum
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Represents non-negative integer counts of objects.
source <xs:simpleType name="CountType">
 
<xs:annotation>
   
<xs:documentation>Represents non-negative integer counts of objects.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="0"/>
 
</xs:restriction>
</xs:simpleType>


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