mo:SignalDirectionCodeSimpleType

simpleType SignalDirectionCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.1/

Definition

A data type for a direction of a signal link.

Diagram

Enumerations

ValueDefinition
BidirectionalBoth uplink and downlink
DownlinkTransmission to a ground station from aerial or space platform, to mobile from base station, or to network edge from core
UplinkTransmission from a ground station to aerial or space platform, from mobile to base station, or from network edge to core

XML Schema

<xs:simpleType name="SignalDirectionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a direction of a signal link.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Bidirectional">
<xs:annotation>
<xs:documentation>
Both uplink and downlink
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Downlink">
<xs:annotation>
<xs:documentation>
Transmission to a ground station from aerial or space platform, to mobile from base station, or to network edge from core
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Uplink">
<xs:annotation>
<xs:documentation>
Transmission from a ground station to aerial or space platform, from mobile to base station, or from network edge to core
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>