complexType AbstractRouteChangeType
diagram Nas_diagrams/Nas_p761.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
abstract true
children fb:extension
used by
elements AbstractRouteChange FlightRouteElementType/routeChange
complexTypes CruiseClimbStartType LevelChangeType SpeedChangeType
attributes
Name  Type  Use  Default  Fixed  Annotation
seqNum  derived by: int  optional      
documentation

                     Incrementing identifier used to ensure the sequence of ordered lists is retained.
                     [FIXM]. The identifier should begin at zero.
                 
annotation
documentation

            A requested change that is applicable to a route or trajectory point. Can be any
            of the several defined requested changes.
        
source <complexType name="AbstractRouteChangeType" abstract="true">
 
<annotation>
   
<documentation>
            A requested change that is applicable to a route or trajectory point. Can be any
            of the several defined requested changes.
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<attribute name="seqNum" use="optional">
       
<annotation>
         
<documentation>
                     Incrementing identifier used to ensure the sequence of ordered lists is retained.
                     [FIXM]. The identifier should begin at zero.
                 
</documentation>
       
</annotation>
       
<simpleType>
         
<restriction base="xs:int">
           
<minInclusive value="0"/>
         
</restriction>
       
</simpleType>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute AbstractRouteChangeType/@seqNum
type restriction of int
properties
use optional
facets
Kind Value Annotation
minInclusive 0
annotation
documentation

                     Incrementing identifier used to ensure the sequence of ordered lists is retained.
                     [FIXM]. The identifier should begin at zero.
                 
source <attribute name="seqNum" use="optional">
 
<annotation>
   
<documentation>
                     Incrementing identifier used to ensure the sequence of ordered lists is retained.
                     [FIXM]. The identifier should begin at zero.
                 
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="xs:int">
     
<minInclusive value="0"/>
   
</restriction>
 
</simpleType>
</attribute>


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