complexType EstimatedElapsedTimeType
diagram Nas_diagrams/Nas_p688.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fx:location
used by
elements EstimatedElapsedTime FlightRouteInformationType/estimatedElapsedTime
attributes
Name  Type  Use  Default  Fixed  Annotation
elapsedTime  fb:DurationType  optional      
documentation

                     The estimated amount of elapsed time.
                 
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

            The estimated amount of time from takeoff to reach a significant point or Flight
            Information Region (FIR) boundary along the route of flight.
        
source <complexType name="EstimatedElapsedTimeType">
 
<annotation>
   
<documentation>
            The estimated amount of time from takeoff to reach a significant point or Flight
            Information Region (FIR) boundary along the route of flight.
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<sequence>
       
<element name="location" type="fx:ElapsedTimeLocationType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The location associated with estimated elapsed time. It can be a longitude, significant
                        point or flight information region.
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="elapsedTime" type="fb:DurationType" use="optional">
       
<annotation>
         
<documentation>
                     The estimated amount of elapsed time.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<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 EstimatedElapsedTimeType/@elapsedTime
type fb:DurationType
properties
use optional
annotation
documentation

                     The estimated amount of elapsed time.
                 
source <attribute name="elapsedTime" type="fb:DurationType" use="optional">
 
<annotation>
   
<documentation>
                     The estimated amount of elapsed time.
                 
</documentation>
 
</annotation>
</attribute>

attribute EstimatedElapsedTimeType/@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>

element EstimatedElapsedTimeType/location
diagram Nas_diagrams/Nas_p689.png
namespace http://www.fixm.aero/flight/4.1
type fx:ElapsedTimeLocationType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:longitude fx:point fx:region
annotation
documentation

                        The location associated with estimated elapsed time. It can be a longitude, significant
                        point or flight information region.
                    
source <element name="location" type="fx:ElapsedTimeLocationType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The location associated with estimated elapsed time. It can be a longitude, significant
                        point or flight information region.
                    
</documentation>
 
</annotation>
</element>


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