complexType frequencyRangeElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p342.png
used by
element FrequencyRange
attributes
Name  Type  Use  Default  Fixed  Annotation
minFrequency  nonNegativeScalarType  required      
maxFrequency  positiveScalarType  required      
units  frequencyUnitType  optional  Hz    
timeStamp  nonNegativeScalarType  optional      
description  xsd:string  optional      
id  xsd:ID  optional      
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>

attribute frequencyRangeElementType/@minFrequency
type nonNegativeScalarType
properties
use required
facets
Kind Value Annotation
minInclusive 0
source <xsd:attribute name="minFrequency" type="nonNegativeScalarType" use="required"/>

attribute frequencyRangeElementType/@maxFrequency
type positiveScalarType
properties
use required
facets
Kind Value Annotation
minInclusive 0
source <xsd:attribute name="maxFrequency" type="positiveScalarType" use="required"/>

attribute frequencyRangeElementType/@units
type frequencyUnitType
properties
use optional
default Hz
facets
Kind Value Annotation
enumeration Hz
enumeration KHz
enumeration MHz
enumeration GHz
source <xsd:attribute name="units" type="frequencyUnitType" use="optional" default="Hz"/>


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