simpleType CountPositiveType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CountType
properties
base fb:CountType
used by
elements FficeMessageType/operatorFlightPlanVersion DangerousGoodsPackageType/dangerousGoodsQuantity AircraftTypeType/numberOfAircraft AllPackedInOneType/numberOfPackages DinghiesType/totalCapacity
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
Represents positive integer counts of objects.
source <xs:simpleType name="CountPositiveType">
 
<xs:annotation>
   
<xs:documentation>Represents positive integer counts of objects.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CountType">
   
<xs:minInclusive value="1"/>
 
</xs:restriction>
</xs:simpleType>


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