complexType MeasurementFragmentsType
diagram index_p197.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsDGroup.xsd
children FragmentPosition FragmentTransferOrder StartWord WordInterval EndWord StartFrame FrameInterval EndFrame BitMask
used by
element MeasurementLocationType/MeasurementFragments
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="MeasurementFragmentsType">
 
<xs:sequence>
   
<xs:element name="FragmentPosition" default="1" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>WFP</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:positiveInteger">
         
<xs:maxInclusive value="8"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="FragmentTransferOrder" type="TmatsCommon:TransferOrderType" default="Default" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>WFT</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StartWord" type="xs:positiveInteger">
     
<xs:annotation>
       
<xs:documentation>WP</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="WordInterval" type="xs:nonNegativeInteger" default="0" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>WI</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndWord" type="xs:positiveInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>EWP (If absent, assume "end of frame", and is only valid if WordInterval is present, and greater than 0)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StartFrame" type="xs:positiveInteger" default="1" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>FP</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FrameInterval" type="xs:nonNegativeInteger" default="0" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>FI</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndFrame" type="xs:positiveInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>EFP (If absent, assume "end of major frame", and is only valid if FrameInterval is present, and greater than 0)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BitMask" type="TmatsCommon:MeasurementBitMaskType" default="Full Word" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>WFM</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute ref="TmatsCommon:TmatsVersion"/>
</xs:complexType>

element MeasurementFragmentsType/FragmentPosition
diagram index_p198.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsDGroup.xsd
type restriction of xs:positiveInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 1
facets
maxInclusive 8
annotation
documentation
WFP
source <xs:element name="FragmentPosition" default="1" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>WFP</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:positiveInteger">
     
<xs:maxInclusive value="8"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element MeasurementFragmentsType/FragmentTransferOrder
diagram index_p199.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsDGroup.xsd
type TmatsCommon:TransferOrderType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default Default
annotation
documentation
WFT
source <xs:element name="FragmentTransferOrder" type="TmatsCommon:TransferOrderType" default="Default" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>WFT</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementFragmentsType/StartWord
diagram index_p200.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsDGroup.xsd
type xs:positiveInteger
properties
isRef 0
content simple
annotation
documentation
WP
source <xs:element name="StartWord" type="xs:positiveInteger">
 
<xs:annotation>
   
<xs:documentation>WP</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementFragmentsType/WordInterval
diagram index_p201.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsDGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 0
annotation
documentation
WI
source <xs:element name="WordInterval" type="xs:nonNegativeInteger" default="0" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>WI</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementFragmentsType/EndWord
diagram index_p202.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsDGroup.xsd
type xs:positiveInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
EWP (If absent, assume "end of frame", and is only valid if WordInterval is present, and greater than 0)
source <xs:element name="EndWord" type="xs:positiveInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>EWP (If absent, assume "end of frame", and is only valid if WordInterval is present, and greater than 0)</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementFragmentsType/StartFrame
diagram index_p203.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsDGroup.xsd
type xs:positiveInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 1
annotation
documentation
FP
source <xs:element name="StartFrame" type="xs:positiveInteger" default="1" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>FP</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementFragmentsType/FrameInterval
diagram index_p204.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsDGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 0
annotation
documentation
FI
source <xs:element name="FrameInterval" type="xs:nonNegativeInteger" default="0" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>FI</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementFragmentsType/EndFrame
diagram index_p205.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsDGroup.xsd
type xs:positiveInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
EFP (If absent, assume "end of major frame", and is only valid if FrameInterval is present, and greater than 0)
source <xs:element name="EndFrame" type="xs:positiveInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>EFP (If absent, assume "end of major frame", and is only valid if FrameInterval is present, and greater than 0)</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeasurementFragmentsType/BitMask
diagram index_p206.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsDGroup.xsd
type TmatsCommon:MeasurementBitMaskType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default Full Word
facets
pattern [0-1]*
pattern Full Word
annotation
documentation
WFM
source <xs:element name="BitMask" type="TmatsCommon:MeasurementBitMaskType" default="Full Word" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>WFM</xs:documentation>
 
</xs:annotation>
</xs:element>


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