complexType ChannelGroupType
diagram index_p436.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
children Name StreamNumber Channel
used by
element RecorderReproducerInfoType/ChannelGroup
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="ChannelGroupType">
 
<xs:sequence minOccurs="0">
   
<xs:element name="Name" type="TmatsCommon:StringBeginningWithAlpha" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>CGNM</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StreamNumber" type="xs:nonNegativeInteger">
     
<xs:annotation>
       
<xs:documentation>CGSN</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Channel" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>CGCN Repeats CGCH\N times</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute ref="TmatsCommon:TmatsVersion"/>
</xs:complexType>

element ChannelGroupType/Name
diagram index_p437.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:StringBeginningWithAlpha
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
pattern [A-Z]|[a-z].*
annotation
documentation
CGNM
source <xs:element name="Name" type="TmatsCommon:StringBeginningWithAlpha" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>CGNM</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelGroupType/StreamNumber
diagram index_p438.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:nonNegativeInteger
properties
isRef 0
content simple
annotation
documentation
CGSN
source <xs:element name="StreamNumber" type="xs:nonNegativeInteger">
 
<xs:annotation>
   
<xs:documentation>CGSN</xs:documentation>
 
</xs:annotation>
</xs:element>

element ChannelGroupType/Channel
diagram index_p439.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 unbounded
content simple
annotation
documentation
CGCN Repeats CGCH\N times
source <xs:element name="Channel" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>CGCN Repeats CGCH\N times</xs:documentation>
 
</xs:annotation>
</xs:element>


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