complexType StreamType
diagram index_p782.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
children Name Type Layout ElementSize IDLocation Fixed Delimited DataOrientation Message
used by
element MessageDataAttributesType/Stream
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="StreamType">
 
<xs:sequence minOccurs="0">
   
<xs:element name="Name" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>SNA-i</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Type" type="TmatsCommon:MessageStreamTypeType" default="ASCII" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MDT-i</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Layout" type="TmatsCommon:MessageStreamLayoutType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MDL-i</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ElementSize" type="xs:nonNegativeInteger" default="8" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MES-i</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="IDLocation" type="xs:positiveInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MIDL-i</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:choice>
     
<xs:annotation>
       
<xs:documentation>Depending on value of Layout element</xs:documentation>
     
</xs:annotation>
     
<xs:element name="Fixed" type="FixedType" minOccurs="0"/>
     
<xs:element name="Delimited" type="DelimitedType" minOccurs="0"/>
   
</xs:choice>
   
<xs:element name="DataOrientation" type="TmatsCommon:EndianType" default="Big Endian" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>DO-i</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Message" type="MessageType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Repeats NMS\N-i times</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute ref="TmatsCommon:TmatsVersion"/>
</xs:complexType>

element StreamType/Name
diagram index_p783.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
SNA-i
source <xs:element name="Name" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>SNA-i</xs:documentation>
 
</xs:annotation>
</xs:element>

element StreamType/Type
diagram index_p784.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type TmatsCommon:MessageStreamTypeType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default ASCII
facets
enumeration ASCII
enumeration Binary
annotation
documentation
MDT-i
source <xs:element name="Type" type="TmatsCommon:MessageStreamTypeType" default="ASCII" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MDT-i</xs:documentation>
 
</xs:annotation>
</xs:element>

element StreamType/Layout
diagram index_p785.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type TmatsCommon:MessageStreamLayoutType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration Delimited
enumeration Fixed
annotation
documentation
MDL-i
source <xs:element name="Layout" type="TmatsCommon:MessageStreamLayoutType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MDL-i</xs:documentation>
 
</xs:annotation>
</xs:element>

element StreamType/ElementSize
diagram index_p786.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 8
annotation
documentation
MES-i
source <xs:element name="ElementSize" type="xs:nonNegativeInteger" default="8" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MES-i</xs:documentation>
 
</xs:annotation>
</xs:element>

element StreamType/IDLocation
diagram index_p787.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type xs:positiveInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
MIDL-i
source <xs:element name="IDLocation" type="xs:positiveInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MIDL-i</xs:documentation>
 
</xs:annotation>
</xs:element>

element StreamType/Fixed
diagram index_p788.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type FixedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Length
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="Fixed" type="FixedType" minOccurs="0"/>

element StreamType/Delimited
diagram index_p789.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type DelimitedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children MessageDelimiter MessageDelimiterLength FieldDelimiter
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="Delimited" type="DelimitedType" minOccurs="0"/>

element StreamType/DataOrientation
diagram index_p790.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type TmatsCommon:EndianType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default Big Endian
facets
enumeration Big Endian
enumeration Little Endian
annotation
documentation
DO-i
source <xs:element name="DataOrientation" type="TmatsCommon:EndianType" default="Big Endian" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>DO-i</xs:documentation>
 
</xs:annotation>
</xs:element>

element StreamType/Message
diagram index_p791.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type MessageType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children ID Description Field Measurement
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
Repeats NMS\N-i times
source <xs:element name="Message" type="MessageType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Repeats NMS\N-i times</xs:documentation>
 
</xs:annotation>
</xs:element>


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