diagram | |||||||||||||||||||||||
namespace | http://www.fixm.aero/base/4.3 | ||||||||||||||||||||||
type | extension of fb:AltitudeType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="AltitudeWithSourceType"> <xs:annotation> <xs:documentation>An altitude with a specified source. [FIXM]</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="fb:AltitudeType"> <xs:attribute name="source" type="fb:AltitudeSourceType" use="required"> <xs:annotation> <xs:documentation>The source of the altitude. [FIXM]</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | fb:AltitudeSourceType | |||||||||||||
properties |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:attribute name="source" type="fb:AltitudeSourceType" use="required"> <xs:annotation> <xs:documentation>The source of the altitude. [FIXM]</xs:documentation> </xs:annotation> </xs:attribute> |