complexType VideoDataTypeAttributesType
diagram index_p739.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
children DataTypeFormat MPEG2ChannelXON2Format SignalType SignalFormatType ConstantBitRate VariablePeakBitRate EncodingDelay Overlay AudioChannelInput VideoDataAlignment
used by
element DataType/VideoDataTypeAttributes
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="VideoDataTypeAttributesType">
 
<xs:sequence minOccurs="0">
   
<xs:element name="DataTypeFormat" type="TmatsCommon:VideoDataTypeFormatType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>VTF</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MPEG2ChannelXON2Format" type="TmatsCommon:VideoMPEG2FormatType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>VXF</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SignalType" type="TmatsCommon:VideoSignalTypeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>VST</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SignalFormatType" type="TmatsCommon:VideoSignalFormatTypeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>VSF</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ConstantBitRate" type="xs:double" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>CBR</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="VariablePeakBitRate" type="xs:double" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>VBR</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EncodingDelay" type="xs:nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>VED</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Overlay" type="OverlayType" minOccurs="0"/>
   
<xs:element name="AudioChannelInput" type="AudioChannelInputType" minOccurs="0"/>
   
<xs:element name="VideoDataAlignment" type="TmatsCommon:EndianType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>VDA</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute ref="TmatsCommon:TmatsVersion"/>
</xs:complexType>

element VideoDataTypeAttributesType/DataTypeFormat
diagram index_p740.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:VideoDataTypeFormatType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration Format 0 (MPEG-2/H.264)
enumeration Format 1 (MPEG-2 ISO 13818)
enumeration Format 2 (MPEG-4 ISO 14496)
annotation
documentation
VTF
source <xs:element name="DataTypeFormat" type="TmatsCommon:VideoDataTypeFormatType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>VTF</xs:documentation>
 
</xs:annotation>
</xs:element>

element VideoDataTypeAttributesType/MPEG2ChannelXON2Format
diagram index_p741.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:VideoMPEG2FormatType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration 2ON2 (MPEG-2)
enumeration 264ON2 (H.264)
annotation
documentation
VXF
source <xs:element name="MPEG2ChannelXON2Format" type="TmatsCommon:VideoMPEG2FormatType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>VXF</xs:documentation>
 
</xs:annotation>
</xs:element>

element VideoDataTypeAttributesType/SignalType
diagram index_p742.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:VideoSignalTypeType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration Auto Detect
enumeration Composite
enumeration YUV
enumeration S-Video
enumeration DVI
enumeration RGB
enumeration SDI
enumeration VGA
annotation
documentation
VST
source <xs:element name="SignalType" type="TmatsCommon:VideoSignalTypeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>VST</xs:documentation>
 
</xs:annotation>
</xs:element>

element VideoDataTypeAttributesType/SignalFormatType
diagram index_p743.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:VideoSignalFormatTypeType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration Auto Detect
enumeration NTSC
enumeration PAL
enumeration ATSC
enumeration DVB
enumeration ISDB
enumeration SECAM
annotation
documentation
VSF
source <xs:element name="SignalFormatType" type="TmatsCommon:VideoSignalFormatTypeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>VSF</xs:documentation>
 
</xs:annotation>
</xs:element>

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

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

element VideoDataTypeAttributesType/EncodingDelay
diagram index_p746.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
VED
source <xs:element name="EncodingDelay" type="xs:nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>VED</xs:documentation>
 
</xs:annotation>
</xs:element>

element VideoDataTypeAttributesType/Overlay
diagram index_p747.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type OverlayType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Enabled XPosition YPosition EventToggleEnabled Format Background
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="Overlay" type="OverlayType" minOccurs="0"/>

element VideoDataTypeAttributesType/AudioChannelInput
diagram index_p748.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type AudioChannelInputType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Left Right
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="AudioChannelInput" type="AudioChannelInputType" minOccurs="0"/>

element VideoDataTypeAttributesType/VideoDataAlignment
diagram index_p749.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:EndianType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration Big Endian
enumeration Little Endian
annotation
documentation
VDA
source <xs:element name="VideoDataAlignment" type="TmatsCommon:EndianType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>VDA</xs:documentation>
 
</xs:annotation>
</xs:element>


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