diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||||||||||
type | extension of fb:ExtensibleType | ||||||||||||||
properties |
|
||||||||||||||
children | fb:extension | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | restriction of int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |