complexType MeasurementType
diagram index_p150.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
children TransducerInformation Measurand TelemetryValueDefinition InflightCalibration AmbientValue OtherInformation DataConversion Comments
used by
element DataConversionAttributesType/Measurement
attributes
Name  Type  Use  Default  Fixed  annotation
Namexs:stringrequired      
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="TransducerInformation" type="TransducerInformationType" minOccurs="0"/>
   
<xs:element name="Measurand" type="MeasurandType" minOccurs="0"/>
   
<xs:element name="TelemetryValueDefinition" type="TelemetryValueDefinitionType" minOccurs="0"/>
   
<xs:element name="InflightCalibration" type="InflightAndAmbientType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Repeat MC\N times. MC1-n, MC2-n, MC3-n</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AmbientValue" type="InflightAndAmbientType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Repeat MA\N times. MA1-n, MA2-n, MA3-n</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="OtherInformation" type="OtherInformationType" minOccurs="0"/>
   
<xs:element name="DataConversion" type="DataConversionType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>CRT, DCT</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:sequence>
 
<xs:attribute name="Name" type="xs:string" use="required"/>
 
<xs:attribute ref="TmatsCommon:TmatsVersion"/>
</xs:complexType>

attribute MeasurementType/@Name
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Name" type="xs:string" use="required"/>

element MeasurementType/TransducerInformation
diagram index_p151.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type TransducerInformationType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Type ModelNumber SerialNumber SecurityClassification OriginationDate RevisionNumber Orientation PointOfContact
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="TransducerInformation" type="TransducerInformationType" minOccurs="0"/>

element MeasurementType/Measurand
diagram index_p152.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type MeasurandType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Description Alias ExcitationVoltage EngineeringUnits LinkType
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="Measurand" type="MeasurandType" minOccurs="0"/>

element MeasurementType/TelemetryValueDefinition
diagram index_p153.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type TelemetryValueDefinitionType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children BinaryFormat FloatingPointFormat BitWeight
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="TelemetryValueDefinition" type="TelemetryValueDefinitionType" minOccurs="0"/>

element MeasurementType/InflightCalibration
diagram index_p154.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type InflightAndAmbientType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children Stimulus TelemetryValue DataValue
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
Repeat MC\N times. MC1-n, MC2-n, MC3-n
source <xs:element name="InflightCalibration" type="InflightAndAmbientType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Repeat MC\N times. MC1-n, MC2-n, MC3-n</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementType/AmbientValue
diagram index_p155.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type InflightAndAmbientType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children Stimulus TelemetryValue DataValue
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
Repeat MA\N times. MA1-n, MA2-n, MA3-n
source <xs:element name="AmbientValue" type="InflightAndAmbientType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Repeat MA\N times. MA1-n, MA2-n, MA3-n</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementType/OtherInformation
diagram index_p156.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type OtherInformationType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children MeasurementValue AlertValue WarningValue InitialValue SampleRate
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="OtherInformation" type="OtherInformationType" minOccurs="0"/>

element MeasurementType/DataConversion
diagram index_p157.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type DataConversionType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children PairSets Coefficients NegativePowersOfX Other Derived Discrete PCMTime Time1553 DigitalVoice DigitalVideo
attributes
Name  Type  Use  Default  Fixed  annotation
DateAndTimeReleasedxs:dateTimeoptional      
TypeTmatsCommon:DataConversionTyperequired      
TmatsVersion      
documentation
The IRIG version this document conforms to
documentation
Added 106-15 as an option
annotation
documentation
CRT, DCT
source <xs:element name="DataConversion" type="DataConversionType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>CRT, DCT</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementType/Comments
diagram index_p158.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.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>


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