complexType MeasurementType
diagram index_p765.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
children Name Parity ParityTransferOrder DataType FloatingPointFormat Orientation Location
used by
element MessageType/Measurement
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="MeasurementType">
 
<xs:sequence minOccurs="0">
   
<xs:element name="Name" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MN</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Parity" type="TmatsCommon:OddEvenNoneType" default="None" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MN1</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ParityTransferOrder" type="TmatsCommon:ParityTransferOrderType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MN2</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DataType" type="TmatsCommon:MessageDataMeasurementDataType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MBFM</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FloatingPointFormat" type="TmatsCommon:FloatingPointFormatType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MFPF</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Orientation" type="TmatsCommon:EndianType" default="Big Endian" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>MDO</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Location" type="LocationType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Repeats NML\N times</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute ref="TmatsCommon:TmatsVersion"/>
</xs:complexType>

element MeasurementType/Name
diagram index_p766.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
MN
source <xs:element name="Name" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MN</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementType/Parity
diagram index_p767.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type TmatsCommon:OddEvenNoneType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default None
annotation
documentation
MN1
source <xs:element name="Parity" type="TmatsCommon:OddEvenNoneType" default="None" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MN1</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementType/ParityTransferOrder
diagram index_p768.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type TmatsCommon:ParityTransferOrderType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration Leads Word
enumeration Trails Word
annotation
documentation
MN2
source <xs:element name="ParityTransferOrder" type="TmatsCommon:ParityTransferOrderType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MN2</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementType/DataType
diagram index_p769.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type TmatsCommon:MessageDataMeasurementDataType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration ASCII
enumeration Float
enumeration Signed
enumeration Unsigned
enumeration Hex
enumeration Octal
enumeration Binary
annotation
documentation
MBFM
source <xs:element name="DataType" type="TmatsCommon:MessageDataMeasurementDataType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MBFM</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementType/FloatingPointFormat
diagram index_p770.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type TmatsCommon:FloatingPointFormatType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration IEEE 754 Single Precision
enumeration IEEE 754 Double Precision
enumeration MIL STD 1750A Single Precision
enumeration MIL STD 1750A Double Precision
enumeration DEC Single Precision
enumeration DEC Double Precision
enumeration DEC G Double Precision
enumeration IBM Single Precision
enumeration IBM Double Precision
enumeration TI Single Precision
enumeration TI Extended Precision
annotation
documentation
MFPF
source <xs:element name="FloatingPointFormat" type="TmatsCommon:FloatingPointFormatType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MFPF</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementType/Orientation
diagram index_p771.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
MDO
source <xs:element name="Orientation" type="TmatsCommon:EndianType" default="Big Endian" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>MDO</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementType/Location
diagram index_p772.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsSGroup.xsd
type LocationType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children FieldNumber BitMask TransferOrder FragmentPosition
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 NML\N times
source <xs:element name="Location" type="LocationType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Repeats NML\N times</xs:documentation>
 
</xs:annotation>
</xs:element>


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