complexType ChannelType
diagram index_p440.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
children SubChannelEnabled SubChannelNumber MeasurementName DataLength BitMask MeasurementTransferOrder SampleFactor SampleFilter3dbBandwidth Coupling RecorderInputImpedance InputChannelGain InputFullScaleRange InputOffsetVoltage RecordedAnalogFormat InputType Audio AudioFormat
used by
element AnalogDataTypeAttributesType/Channel
attributes
Name  Type  Use  Default  Fixed  annotation
TmatsVersion      
documentation
The IRIG version this document conforms to
documentation
Added 106-15 as an option
source <xs:complexType name="ChannelType">
 
<xs:sequence minOccurs="0">
   
<xs:element name="SubChannelEnabled" type="TmatsCommon:TrueFalseType" default="True" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AMCE - Added in 106-15</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SubChannelNumber">
     
<xs:annotation>
       
<xs:documentation>AMCN - Added in 106-15</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="1"/>
         
<xs:maxInclusive value="256"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="MeasurementName" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AMN</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DataLength" type="xs:nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>ADL</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BitMask" type="TmatsCommon:MeasurementBitMaskType" default="Full Word" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AMSK</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MeasurementTransferOrder" type="TmatsCommon:MSBLSBFirstType" default="MSB First" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AMTO</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SampleFactor" type="xs:nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>ASF</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SampleFilter3dbBandwidth" type="xs:nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>ASBW</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Coupling" type="TmatsCommon:AnalogCouplingType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>ACP</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RecorderInputImpedance" type="xs:nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AII</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InputChannelGain" type="xs:nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AGI</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InputFullScaleRange" type="xs:nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AFSI</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InputOffsetVoltage" type="xs:nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AOVI</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RecordedAnalogFormat" type="TmatsCommon:AnalogRecordedFormatType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AF</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InputType" type="TmatsCommon:AnalogInputTypeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AIT</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Audio" type="TmatsCommon:AnalogAudioType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AV</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AudioFormat" type="TmatsCommon:AnalogAudioFormatType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>AVF</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute ref="TmatsCommon:TmatsVersion"/>
</xs:complexType>

element ChannelType/SubChannelEnabled
diagram index_p441.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:TrueFalseType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default True
facets
enumeration True
enumeration False
annotation
documentation
AMCE - Added in 106-15
source <xs:element name="SubChannelEnabled" type="TmatsCommon:TrueFalseType" default="True" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AMCE - Added in 106-15</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/SubChannelNumber
diagram index_p442.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type restriction of xs:int
properties
isRef 0
content simple
facets
minInclusive 1
maxInclusive 256
annotation
documentation
AMCN - Added in 106-15
source <xs:element name="SubChannelNumber">
 
<xs:annotation>
   
<xs:documentation>AMCN - Added in 106-15</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="256"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ChannelType/MeasurementName
diagram index_p443.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
AMN
source <xs:element name="MeasurementName" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AMN</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/DataLength
diagram index_p444.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
ADL
source <xs:element name="DataLength" type="xs:nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>ADL</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/BitMask
diagram index_p445.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:MeasurementBitMaskType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default Full Word
facets
pattern [0-1]*
pattern Full Word
annotation
documentation
AMSK
source <xs:element name="BitMask" type="TmatsCommon:MeasurementBitMaskType" default="Full Word" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AMSK</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/MeasurementTransferOrder
diagram index_p446.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:MSBLSBFirstType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default MSB First
facets
enumeration MSB First
enumeration LSB First
annotation
documentation
AMTO
source <xs:element name="MeasurementTransferOrder" type="TmatsCommon:MSBLSBFirstType" default="MSB First" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AMTO</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/SampleFactor
diagram index_p447.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
ASF
source <xs:element name="SampleFactor" type="xs:nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>ASF</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/SampleFilter3dbBandwidth
diagram index_p448.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
ASBW
source <xs:element name="SampleFilter3dbBandwidth" type="xs:nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>ASBW</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/Coupling
diagram index_p449.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:AnalogCouplingType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration AC
enumeration DC
annotation
documentation
ACP
source <xs:element name="Coupling" type="TmatsCommon:AnalogCouplingType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>ACP</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/RecorderInputImpedance
diagram index_p450.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
AII
source <xs:element name="RecorderInputImpedance" type="xs:nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AII</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/InputChannelGain
diagram index_p451.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
AGI
source <xs:element name="InputChannelGain" type="xs:nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AGI</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/InputFullScaleRange
diagram index_p452.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
AFSI
source <xs:element name="InputFullScaleRange" type="xs:nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AFSI</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/InputOffsetVoltage
diagram index_p453.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
AOVI
source <xs:element name="InputOffsetVoltage" type="xs:nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AOVI</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/RecordedAnalogFormat
diagram index_p454.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:AnalogRecordedFormatType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration One's Complement
enumeration Two's Complement
enumeration Sign and Magnitude Binary (+=0)
enumeration Sign and Magnitude Binary (+=1)
enumeration Offset Binary
enumeration Unsigned Binary
enumeration IEEE 754 Single Precision
annotation
documentation
AF
source <xs:element name="RecordedAnalogFormat" type="TmatsCommon:AnalogRecordedFormatType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AF</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/InputType
diagram index_p455.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:AnalogInputTypeType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration Single Ended
enumeration Differential
annotation
documentation
AIT
source <xs:element name="InputType" type="TmatsCommon:AnalogInputTypeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AIT</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/Audio
diagram index_p456.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:AnalogAudioType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration Audio Present
enumeration Audio Not Present
annotation
documentation
AV
source <xs:element name="Audio" type="TmatsCommon:AnalogAudioType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AV</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelType/AudioFormat
diagram index_p457.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:AnalogAudioFormatType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration Raw
enumeration WAV
enumeration LPCM
enumeration AC3
enumeration PreD
enumeration PstD
enumeration CvsD
enumeration Other
annotation
documentation
AVF
source <xs:element name="AudioFormat" type="TmatsCommon:AnalogAudioFormatType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>AVF</xs:documentation>
 
</xs:annotation>
</xs:element>


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