complexType DataConversionType
diagram index_p112.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
children PairSets Coefficients NegativePowersOfX Other Derived Discrete PCMTime Time1553 DigitalVoice DigitalVideo
used by
element MeasurementType/DataConversion
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
source <xs:complexType name="DataConversionType">
 
<xs:choice minOccurs="0">
   
<xs:element name="PairSets" type="PairSetsType" minOccurs="0"/>
   
<xs:element name="Coefficients" type="CoefficientsType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>CO1, CO\N, CO, CO-n</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="NegativePowersOfX" type="CoefficientsType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>NPC1, NPC\N, NPC, NPC-n</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Other" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>OTH</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Derived" type="DerivedType" minOccurs="0"/>
   
<xs:element name="Discrete" type="DiscreteType" minOccurs="0"/>
   
<xs:element name="PCMTime" type="TmatsCommon:PCMTimeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>PTM</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Time1553" type="TmatsCommon:Time1553Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>BTM</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DigitalVoice" type="DigitalVoiceType" minOccurs="0"/>
   
<xs:element name="DigitalVideo" type="DigitalVideoType" minOccurs="0"/>
 
</xs:choice>
 
<xs:attribute name="DateAndTimeReleased" type="xs:dateTime" use="optional"/>
 
<xs:attribute name="Type" type="TmatsCommon:DataConversionType" use="required"/>
 
<xs:attribute ref="TmatsCommon:TmatsVersion"/>
</xs:complexType>

attribute DataConversionType/@DateAndTimeReleased
type xs:dateTime
properties
isRef 0
use optional
source <xs:attribute name="DateAndTimeReleased" type="xs:dateTime" use="optional"/>

attribute DataConversionType/@Type
type TmatsCommon:DataConversionType
properties
isRef 0
use required
facets
enumeration None
enumeration Pair Sets
enumeration Coefficients
enumeration Coefficients (Negative Powers Of X)
enumeration Derived
enumeration Discrete
enumeration PCM Time
enumeration 1553 Time
enumeration Voice
enumeration Video
enumeration Other
source <xs:attribute name="Type" type="TmatsCommon:DataConversionType" use="required"/>

element DataConversionType/PairSets
diagram index_p113.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type PairSetsType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Application OrderOfFit Pair
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="PairSets" type="PairSetsType" minOccurs="0"/>

element DataConversionType/Coefficients
diagram index_p114.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type CoefficientsType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children DerivedFromPairSet Coefficient
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
CO1, CO\N, CO, CO-n
source <xs:element name="Coefficients" type="CoefficientsType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>CO1, CO\N, CO, CO-n</xs:documentation>
 
</xs:annotation>
</xs:element>

element DataConversionType/NegativePowersOfX
diagram index_p115.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type CoefficientsType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children DerivedFromPairSet Coefficient
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
NPC1, NPC\N, NPC, NPC-n
source <xs:element name="NegativePowersOfX" type="CoefficientsType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>NPC1, NPC\N, NPC, NPC-n</xs:documentation>
 
</xs:annotation>
</xs:element>

element DataConversionType/Other
diagram index_p116.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
OTH
source <xs:element name="Other" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>OTH</xs:documentation>
 
</xs:annotation>
</xs:element>

element DataConversionType/Derived
diagram index_p117.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type DerivedType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Algorithm TriggerMeasurand Measurand Constant
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="Derived" type="DerivedType" minOccurs="0"/>

element DataConversionType/Discrete
diagram index_p118.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type DiscreteType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NumberOfIndicators Event
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="Discrete" type="DiscreteType" minOccurs="0"/>

element DataConversionType/PCMTime
diagram index_p119.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type TmatsCommon:PCMTimeType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
PTM
source <xs:element name="PCMTime" type="TmatsCommon:PCMTimeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>PTM</xs:documentation>
 
</xs:annotation>
</xs:element>

element DataConversionType/Time1553
diagram index_p120.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type TmatsCommon:Time1553Type
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
BTM
source <xs:element name="Time1553" type="TmatsCommon:Time1553Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>BTM</xs:documentation>
 
</xs:annotation>
</xs:element>

element DataConversionType/DigitalVoice
diagram index_p121.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type DigitalVoiceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children EncodingMethod Description
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="DigitalVoice" type="DigitalVoiceType" minOccurs="0"/>

element DataConversionType/DigitalVideo
diagram index_p122.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCGroup.xsd
type DigitalVideoType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children EncodingMethod Description
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="DigitalVideo" type="DigitalVideoType" minOccurs="0"/>


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