complexType FrequencyType
diagram BasicMessage_diagrams/BasicMessage_p157.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:RestrictedFrequencyType
properties
base fb:RestrictedFrequencyType
used by
element LastContactType/lastContactFrequency
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomFrequencyType  required      
documentation
Unit of measure
annotation
documentation
The frequency value of a navigation system. [AIXM 5.1]
source <xs:complexType name="FrequencyType">
 
<xs:annotation>
   
<xs:documentation>The frequency value of a navigation system. [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:RestrictedFrequencyType">
     
<xs:attribute name="uom" type="fb:UomFrequencyType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute FrequencyType/@uom
type fb:UomFrequencyType
properties
use required
facets
Kind Value Annotation
enumeration KHZ
documentation
Indicates this radio frequency is measured in kHz.
enumeration MHZ
documentation
Indicates this radio frequency is measured in MHz.
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomFrequencyType" use="required">
 
<xs:annotation>
   
<xs:documentation>Unit of measure</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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