simpleType FormationCountType
namespace http://www.fixm.aero/flight/4.2
type restriction of fb:CountType
properties
base fb:CountType
used by
element AircraftType/formationCount
facets
Kind Value Annotation
minInclusive 2
annotation
documentation
The number of aircraft, if more than one. The number equals the sum of counts of all aircraft types.  [ICAO Doc 4444, Appendix 2, ITEM 9]
source <xs:simpleType name="FormationCountType">
 
<xs:annotation>
   
<xs:documentation>The number of aircraft, if more than one. The number equals the sum of counts of all aircraft types.  [ICAO Doc 4444, Appendix 2, ITEM 9]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CountType">
   
<xs:minInclusive value="2"/>
 
</xs:restriction>
</xs:simpleType>


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