complexType frequencyRangeElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p341.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      
documentation
Time value in seconds.
description  xsd:string  optional      
documentation
Descriptive text explaining the intended effect of this element.
id  xsd:ID  optional      
documentation
Unique identifier for this element.
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
minExclusive 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