mo:SignalDirectionCodeSimpleType
simpleType SignalDirectionCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for a direction of a signal link.
Diagram
Enumerations
Value | Definition |
Bidirectional | Both uplink and downlink |
Downlink | Transmission to a ground station from aerial or space platform, to mobile from base station, or to network edge from core |
Uplink | Transmission 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:restriction base="xs:token">
<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>