mo:SignalType
complexType SignalType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for a detectable physical quantity or impulse (as a voltage, current, or magnetic field strength) by which messages or information can be transmitted.
Diagram
XML Schema
<xs:complexType name="SignalType">
<xs:annotation>
<xs:documentation>
A data type for a detectable physical quantity or impulse (as a voltage, current, or magnetic field strength) by which messages or information can be transmitted.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="mo:FrequencyMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:SignalDirectionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:SignalAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>