| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| documentation | | Element describing a range of frequencies to be jammed or monitored. |
|
| source |
<xsd:complexType name="frequencyRangeElementType">
<xsd:annotation>
<xsd:documentation>Element describing a range of frequencies to be jammed or monitored.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="minFrequency" type="nonNegativeScalarType" use="required"/>
<xsd:attribute name="maxFrequency" type="positiveScalarType" use="required"/>
<xsd:attribute name="units" type="frequencyUnitType" use="optional" default="Hz"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |