complexType UARTSubChannelType
diagram index_p727.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
children Number Name BaudRate BitsPerWord Parity StopBits Interface BlockSize SyncWordLength BlockSyncValue BlockRate
used by
element UARTDataTypeAttributesType/SubChannel
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="UARTSubChannelType">
 
<xs:sequence minOccurs="0">
   
<xs:element name="Number" type="xs:nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>USCN</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Name" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UCNM</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BaudRate" type="xs:double" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UCR</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BitsPerWord" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UCB</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:integer">
         
<xs:minInclusive value="7"/>
         
<xs:maxInclusive value="9"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Parity" type="TmatsCommon:OddEvenNoneType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UCP</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StopBits" type="TmatsCommon:UARTStopBitsType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UCS</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Interface" type="TmatsCommon:UARTInterfaceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UCIN</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BlockSize" type="xs:nonNegativeInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UCBS</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SyncWordLength" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UCSL</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:nonNegativeInteger">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="9"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="BlockSyncValue" type="TmatsCommon:BinaryType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UCSV</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BlockRate" type="xs:double" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>UCBR</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute ref="TmatsCommon:TmatsVersion"/>
</xs:complexType>

element UARTSubChannelType/Number
diagram index_p728.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
USCN
source <xs:element name="Number" type="xs:nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>USCN</xs:documentation>
 
</xs:annotation>
</xs:element>

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

element UARTSubChannelType/BaudRate
diagram index_p730.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:double
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
UCR
source <xs:element name="BaudRate" type="xs:double" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>UCR</xs:documentation>
 
</xs:annotation>
</xs:element>

element UARTSubChannelType/BitsPerWord
diagram index_p731.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type restriction of xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive 7
maxInclusive 9
annotation
documentation
UCB
source <xs:element name="BitsPerWord" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>UCB</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="7"/>
     
<xs:maxInclusive value="9"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

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

element UARTSubChannelType/StopBits
diagram index_p733.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:UARTStopBitsType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration 1.0
enumeration 1.5
enumeration 2.0
annotation
documentation
UCS
source <xs:element name="StopBits" type="TmatsCommon:UARTStopBitsType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>UCS</xs:documentation>
 
</xs:annotation>
</xs:element>

element UARTSubChannelType/Interface
diagram index_p734.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:UARTInterfaceType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
enumeration Other
enumeration RS-232
enumeration RS-422
enumeration RS-485
enumeration TTL
annotation
documentation
UCIN
source <xs:element name="Interface" type="TmatsCommon:UARTInterfaceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>UCIN</xs:documentation>
 
</xs:annotation>
</xs:element>

element UARTSubChannelType/BlockSize
diagram index_p735.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
UCBS
source <xs:element name="BlockSize" type="xs:nonNegativeInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>UCBS</xs:documentation>
 
</xs:annotation>
</xs:element>

element UARTSubChannelType/SyncWordLength
diagram index_p736.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type restriction of xs:nonNegativeInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive 0
maxInclusive 9
annotation
documentation
UCSL
source <xs:element name="SyncWordLength" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>UCSL</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:nonNegativeInteger">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="9"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element UARTSubChannelType/BlockSyncValue
diagram index_p737.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:BinaryType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
pattern [0-1]*
annotation
documentation
UCSV
source <xs:element name="BlockSyncValue" type="TmatsCommon:BinaryType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>UCSV</xs:documentation>
 
</xs:annotation>
</xs:element>

element UARTSubChannelType/BlockRate
diagram index_p738.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:double
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
UCBR
source <xs:element name="BlockRate" type="xs:double" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>UCBR</xs:documentation>
 
</xs:annotation>
</xs:element>


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