complexType Tmats
diagram index_p22.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsGGroup.xsd
children TmatsG:ProgramName TmatsG:TestItem TmatsG:TmatsFileName TmatsG:OriginationDate TmatsG:Revision TmatsG:Update TmatsG:TestNumber TmatsG:PointOfContact TmatsG:DataSource TmatsG:TestInformation TmatsG:Checksum TmatsG:Comments TmatsG:AirborneHardwareAttributes
used by
element Tmats
attributes
Name  Type  Use  Default  Fixed  annotation
TmatsVersionrequired      
documentation
The IRIG version this document conforms to
documentation
Added 106-15 as an option
annotation
documentation
TMATS G-Group
source <xs:complexType name="Tmats">
 
<xs:annotation>
   
<xs:documentation>TMATS G-Group</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:annotation>
     
<xs:documentation>TMATS G Group</xs:documentation>
   
</xs:annotation>
   
<xs:element name="ProgramName" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>PN</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TestItem" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>TA</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TmatsFileName" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>FN</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="OriginationDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>OD</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Revision" type="TmatsG:RevisionAndUpdateType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>RN and RD</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Update" type="TmatsG:RevisionAndUpdateType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UN and UD</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TestNumber" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>TN</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PointOfContact" type="TmatsCommon:PointOfContactType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>POC1, POC2, POC3, POC4</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DataSource" type="TmatsG:DataSourceType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>DSI, DST</xs:documentation>
     
</xs:annotation>
     
<xs:key name="DataLinkKey">
       
<xs:selector xpath="TmatsG:DataLink"/>
       
<xs:field xpath="@Name"/>
     
</xs:key>
     
<xs:keyref name="ChannelDataLinkRef" refer="TmatsG:DataLinkKey">
       
<xs:selector xpath="TmatsG:RecorderReproducerAttributes/TmatsR:Data"/>
       
<xs:field xpath="TmatsR:ChannelDataLinkName"/>
     
</xs:keyref>
     
<xs:keyref name="ARINC429BusDataTypeRef" refer="TmatsG:DataLinkKey">
       
<xs:selector xpath="TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:ARINC429BusDataTypeAttributes/TmatsR:SubChannel"/>
       
<xs:field xpath="TmatsR:Name"/>
     
</xs:keyref>
     
<xs:keyref name="UARTDataTypeRef" refer="TmatsG:DataLinkKey">
       
<xs:selector xpath="TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:UARTDataTypeAttributes/TmatsR:SubChannel"/>
       
<xs:field xpath="TmatsR:Name"/>
     
</xs:keyref>
     
<xs:keyref name="MessageDataTypeRef" refer="TmatsG:DataLinkKey">
       
<xs:selector xpath="TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:MessageDataTypeAttributes/TmatsR:SubChannel"/>
       
<xs:field xpath="TmatsR:Name"/>
     
</xs:keyref>
     
<xs:keyref name="EthernetDataTypeRef" refer="TmatsG:DataLinkKey">
       
<xs:selector xpath="TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:EthernetDataTypeAttributes/TmatsR:Network"/>
       
<xs:field xpath="TmatsR:Name"/>
     
</xs:keyref>
     
<xs:keyref name="BaseBandSignalDataLinkRef" refer="TmatsG:DataLinkKey">
       
<xs:selector xpath="TmatsG:MultiplexModulationGroup/TmatsM:BasebandSignal"/>
       
<xs:field xpath="TmatsM:DataLinkName"/>
     
</xs:keyref>
     
<xs:keyref name="IRIGSubcarrierDataLinkRef" refer="TmatsG:DataLinkKey">
       
<xs:selector xpath="TmatsG:MultiplexModulationGroup/TmatsM:Subcarriers/TmatsM:IRIGSubcarrier"/>
       
<xs:field xpath="TmatsM:DataLinkName"/>
     
</xs:keyref>
     
<xs:keyref name="AsyncEmbeddedFormatDataLinkRef" refer="TmatsG:DataLinkKey">
       
<xs:selector xpath="TmatsG:DataLink/TmatsG:PCMFormatAttributes/TmatsP:AsyncEmbeddedFormat"/>
       
<xs:field xpath="TmatsP:DataLinkName"/>
     
</xs:keyref>
     
<xs:keyref name="FormatStructureChangeDataLinkRef" refer="TmatsG:DataLinkKey">
       
<xs:selector xpath="TmatsG:DataLink/TmatsG:PCMFormatAttributes/TmatsP:FormatChange/TmatsP:FormatStructureChange"/>
       
<xs:field xpath="TmatsP:DataLinkName"/>
     
</xs:keyref>
   
</xs:element>
   
<xs:element name="TestInformation" type="TmatsG:TestInformationType" minOccurs="0"/>
   
<xs:element name="Checksum" type="TmatsG:ChecksumType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>SHA - Added in 106-15</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Comments" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>COM</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AirborneHardwareAttributes" type="TmatsH:AirborneHardwareAttributesType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>TMATS H-Group</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute ref="TmatsCommon:TmatsVersion" use="required"/>
</xs:complexType>

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

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

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

element Tmats/OriginationDate
diagram index_p26.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsGGroup.xsd
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
OD
source <xs:element name="OriginationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>OD</xs:documentation>
 
</xs:annotation>
</xs:element>

element Tmats/Revision
diagram index_p27.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsGGroup.xsd
type TmatsG:RevisionAndUpdateType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children TmatsG:Number TmatsG:Date
attributes
Name  Type  Use  Default  Fixed  annotation
TmatsVersion      
documentation
The IRIG version this document conforms to
documentation
Added 106-15 as an option
annotation
documentation
RN and RD
source <xs:element name="Revision" type="TmatsG:RevisionAndUpdateType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>RN and RD</xs:documentation>
 
</xs:annotation>
</xs:element>

element Tmats/Update
diagram index_p28.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsGGroup.xsd
type TmatsG:RevisionAndUpdateType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children TmatsG:Number TmatsG:Date
attributes
Name  Type  Use  Default  Fixed  annotation
TmatsVersion      
documentation
The IRIG version this document conforms to
documentation
Added 106-15 as an option
annotation
documentation
UN and UD
source <xs:element name="Update" type="TmatsG:RevisionAndUpdateType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>UN and UD</xs:documentation>
 
</xs:annotation>
</xs:element>

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

element Tmats/PointOfContact
diagram index_p30.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsGGroup.xsd
type TmatsCommon:PointOfContactType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children Name Agency Address Telephone
attributes
Name  Type  Use  Default  Fixed  annotation
TmatsVersion      
documentation
The IRIG version this document conforms to
documentation
Added 106-15 as an option
annotation
documentation
POC1, POC2, POC3, POC4
source <xs:element name="PointOfContact" type="TmatsCommon:PointOfContactType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>POC1, POC2, POC3, POC4</xs:documentation>
 
</xs:annotation>
</xs:element>

element Tmats/DataSource
diagram index_p31.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsGGroup.xsd
type TmatsG:DataSourceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children TmatsG:DataSourceSecurityClassification TmatsG:TransmissionAttributes TmatsG:RecorderReproducerAttributes TmatsG:MultiplexModulationGroup TmatsG:DataLink TmatsG:VendorSpecificAttributes
attributes
Name  Type  Use  Default  Fixed  annotation
Namexs:stringoptional      
TypeTmatsCommon:DataSourceTyperequired      
TmatsVersion      
documentation
The IRIG version this document conforms to
documentation
Added 106-15 as an option
identity constraints
  Name  Refer  Selector  Field(s)  
key  DataLinkKey    TmatsG:DataLink  @Name  
keyref  ChannelDataLinkRef  TmatsG:DataLinkKey  TmatsG:RecorderReproducerAttributes/TmatsR:Data  TmatsR:ChannelDataLinkName  
keyref  ARINC429BusDataTypeRef  TmatsG:DataLinkKey  TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:ARINC429BusDataTypeAttributes/TmatsR:SubChannel  TmatsR:Name  
keyref  UARTDataTypeRef  TmatsG:DataLinkKey  TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:UARTDataTypeAttributes/TmatsR:SubChannel  TmatsR:Name  
keyref  MessageDataTypeRef  TmatsG:DataLinkKey  TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:MessageDataTypeAttributes/TmatsR:SubChannel  TmatsR:Name  
keyref  EthernetDataTypeRef  TmatsG:DataLinkKey  TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:EthernetDataTypeAttributes/TmatsR:Network  TmatsR:Name  
keyref  BaseBandSignalDataLinkRef  TmatsG:DataLinkKey  TmatsG:MultiplexModulationGroup/TmatsM:BasebandSignal  TmatsM:DataLinkName  
keyref  IRIGSubcarrierDataLinkRef  TmatsG:DataLinkKey  TmatsG:MultiplexModulationGroup/TmatsM:Subcarriers/TmatsM:IRIGSubcarrier  TmatsM:DataLinkName  
keyref  AsyncEmbeddedFormatDataLinkRef  TmatsG:DataLinkKey  TmatsG:DataLink/TmatsG:PCMFormatAttributes/TmatsP:AsyncEmbeddedFormat  TmatsP:DataLinkName  
keyref  FormatStructureChangeDataLinkRef  TmatsG:DataLinkKey  TmatsG:DataLink/TmatsG:PCMFormatAttributes/TmatsP:FormatChange/TmatsP:FormatStructureChange  TmatsP:DataLinkName  
annotation
documentation
DSI, DST
source <xs:element name="DataSource" type="TmatsG:DataSourceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>DSI, DST</xs:documentation>
 
</xs:annotation>
 
<xs:key name="DataLinkKey">
   
<xs:selector xpath="TmatsG:DataLink"/>
   
<xs:field xpath="@Name"/>
 
</xs:key>
 
<xs:keyref name="ChannelDataLinkRef" refer="TmatsG:DataLinkKey">
   
<xs:selector xpath="TmatsG:RecorderReproducerAttributes/TmatsR:Data"/>
   
<xs:field xpath="TmatsR:ChannelDataLinkName"/>
 
</xs:keyref>
 
<xs:keyref name="ARINC429BusDataTypeRef" refer="TmatsG:DataLinkKey">
   
<xs:selector xpath="TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:ARINC429BusDataTypeAttributes/TmatsR:SubChannel"/>
   
<xs:field xpath="TmatsR:Name"/>
 
</xs:keyref>
 
<xs:keyref name="UARTDataTypeRef" refer="TmatsG:DataLinkKey">
   
<xs:selector xpath="TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:UARTDataTypeAttributes/TmatsR:SubChannel"/>
   
<xs:field xpath="TmatsR:Name"/>
 
</xs:keyref>
 
<xs:keyref name="MessageDataTypeRef" refer="TmatsG:DataLinkKey">
   
<xs:selector xpath="TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:MessageDataTypeAttributes/TmatsR:SubChannel"/>
   
<xs:field xpath="TmatsR:Name"/>
 
</xs:keyref>
 
<xs:keyref name="EthernetDataTypeRef" refer="TmatsG:DataLinkKey">
   
<xs:selector xpath="TmatsG:RecorderReproducerAttributes/TmatsR:Data/TmatsR:EthernetDataTypeAttributes/TmatsR:Network"/>
   
<xs:field xpath="TmatsR:Name"/>
 
</xs:keyref>
 
<xs:keyref name="BaseBandSignalDataLinkRef" refer="TmatsG:DataLinkKey">
   
<xs:selector xpath="TmatsG:MultiplexModulationGroup/TmatsM:BasebandSignal"/>
   
<xs:field xpath="TmatsM:DataLinkName"/>
 
</xs:keyref>
 
<xs:keyref name="IRIGSubcarrierDataLinkRef" refer="TmatsG:DataLinkKey">
   
<xs:selector xpath="TmatsG:MultiplexModulationGroup/TmatsM:Subcarriers/TmatsM:IRIGSubcarrier"/>
   
<xs:field xpath="TmatsM:DataLinkName"/>
 
</xs:keyref>
 
<xs:keyref name="AsyncEmbeddedFormatDataLinkRef" refer="TmatsG:DataLinkKey">
   
<xs:selector xpath="TmatsG:DataLink/TmatsG:PCMFormatAttributes/TmatsP:AsyncEmbeddedFormat"/>
   
<xs:field xpath="TmatsP:DataLinkName"/>
 
</xs:keyref>
 
<xs:keyref name="FormatStructureChangeDataLinkRef" refer="TmatsG:DataLinkKey">
   
<xs:selector xpath="TmatsG:DataLink/TmatsG:PCMFormatAttributes/TmatsP:FormatChange/TmatsP:FormatStructureChange"/>
   
<xs:field xpath="TmatsP:DataLinkName"/>
 
</xs:keyref>
</xs:element>

element Tmats/TestInformation
diagram index_p32.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsGGroup.xsd
type TmatsG:TestInformationType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children TmatsG:Duration TmatsG:PreTestRequirement TmatsG:PostTestRequirement TmatsG:SecurityClassification
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:element name="TestInformation" type="TmatsG:TestInformationType" minOccurs="0"/>

element Tmats/Checksum
diagram index_p33.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsGGroup.xsd
type TmatsG:ChecksumType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
pattern [0-9]-[0-9A-Fa-f]{64}
annotation
documentation
SHA - Added in 106-15
source <xs:element name="Checksum" type="TmatsG:ChecksumType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>SHA - Added in 106-15</xs:documentation>
 
</xs:annotation>
</xs:element>

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

element Tmats/AirborneHardwareAttributes
diagram index_p35.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsGGroup.xsd
type TmatsH:AirborneHardwareAttributesType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  annotation
TmatsVersionrequired      
documentation
The IRIG version this document conforms to
documentation
Added 106-15 as an option
annotation
documentation
TMATS H-Group
source <xs:element name="AirborneHardwareAttributes" type="TmatsH:AirborneHardwareAttributesType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>TMATS H-Group</xs:documentation>
 
</xs:annotation>
</xs:element>


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