element IntercomSignalPdu
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p181.png
type extension of RadioCommunicationsFamilyPduType
properties
content complex
children pduStatus intercomReferenceID
used by
element DIS
attributes
Name  Type  Use  Default  Fixed  Annotation
protocolVersion  xs:string        
appinfo
The version of the protocol. 5=DIS-1995, 6=DIS-1998, 7=DIS-2012 (SISO enumeration
                     DISProtocolVersion uid 3)
                 
exerciseID  xs:unsignedByte        
appinfo
Exercise ID provides a unique identifier
pduType  xs:string        
appinfo
Type of pdu, unique for each PDU class (SISO enumeration DisPduType uid 4)
timestamp  xs:unsignedLong        
appinfo
Timestamp value
length  xs:unsignedShort        
appinfo
Length, in bytes, of the PDU
protocolFamily      DISProtocolFamily.RADIO_COMMUNICATIONS    
family        RadioCommunicationsFamilyPduType  
intercomNumber  xs:unsignedShort        
appinfo
ID of communications device
encodingScheme  xs:unsignedShort        
appinfo
encoding scheme
tdlType  xs:string        
appinfo
tactical data link type (SISO enumeration SignalTDLType uid 178)
sampleRate  xs:unsignedLong        
appinfo
sample rate
dataLength  xs:unsignedShort        
appinfo
data length
samples  xs:unsignedShort        
appinfo
samples
data  derived by: xs:list        
appinfo
data bytes (length of list found in field dataLength)
padTo32  xs:unsignedLong        
appinfo
Wireshark (incorrectly) reports malformed packet unless the whole datagram is aligned
                        to 32-bit boundary; spec says only the pdu
                    
annotation
appinfo
5.8.6 Conveys the audio or digital data that is used to communicate between simulated
            intercom devices (length of list found in field dataLength)
            <xs:attribute name="id" type="xs:integer" fixed="31"/>
source <xs:element name="IntercomSignalPdu">
 
<xs:annotation>
   
<xs:appinfo>5.8.6 Conveys the audio or digital data that is used to communicate between simulated
            intercom devices (length of list found in field dataLength)
           
<xs:attribute name="id" type="xs:integer" fixed="31"/>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="RadioCommunicationsFamilyPduType">
       
<xs:sequence>
         
<xs:element name="intercomReferenceID" type="IntercomReferenceIDType">
           
<xs:annotation>
             
<xs:appinfo>The unique designation of an attached or unattached intercom in an event or exercise</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="family" fixed="RadioCommunicationsFamilyPduType"/>
       
<xs:attribute name="intercomNumber" type="xs:unsignedShort">
         
<xs:annotation>
           
<xs:appinfo>ID of communications device</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="encodingScheme" type="xs:unsignedShort">
         
<xs:annotation>
           
<xs:appinfo>encoding scheme</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="tdlType" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>tactical data link type (SISO enumeration SignalTDLType uid 178)</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="sampleRate" type="xs:unsignedLong">
         
<xs:annotation>
           
<xs:appinfo>sample rate</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="dataLength" type="xs:unsignedShort">
         
<xs:annotation>
           
<xs:appinfo>data length</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="samples" type="xs:unsignedShort">
         
<xs:annotation>
           
<xs:appinfo>samples</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="data">
         
<xs:annotation>
           
<xs:appinfo>data bytes (length of list found in field dataLength)</xs:appinfo>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:annotation>
             
<xs:appinfo>Attribute dataLength determines the length of this list.</xs:appinfo>
           
</xs:annotation>
           
<xs:restriction>
             
<xs:simpleType>
               
<xs:list itemType="xs:unsignedByte"/>
             
</xs:simpleType>
             
<xs:length value="0" fixed="false"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="padTo32" type="xs:unsignedLong">
         
<xs:annotation>
           
<xs:appinfo>Wireshark (incorrectly) reports malformed packet unless the whole datagram is aligned
                        to 32-bit boundary; spec says only the pdu
                    
</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
     
<!-- ========== debug: divider between elements and attributes ========== -->
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute IntercomSignalPdu/@family
properties
fixed RadioCommunicationsFamilyPduType
source <xs:attribute name="family" fixed="RadioCommunicationsFamilyPduType"/>

attribute IntercomSignalPdu/@intercomNumber
type xs:unsignedShort
annotation
appinfo
ID of communications device
source <xs:attribute name="intercomNumber" type="xs:unsignedShort">
 
<xs:annotation>
   
<xs:appinfo>ID of communications device</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute IntercomSignalPdu/@encodingScheme
type xs:unsignedShort
annotation
appinfo
encoding scheme
source <xs:attribute name="encodingScheme" type="xs:unsignedShort">
 
<xs:annotation>
   
<xs:appinfo>encoding scheme</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute IntercomSignalPdu/@tdlType
type xs:string
annotation
appinfo
tactical data link type (SISO enumeration SignalTDLType uid 178)
source <xs:attribute name="tdlType" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>tactical data link type (SISO enumeration SignalTDLType uid 178)</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute IntercomSignalPdu/@sampleRate
type xs:unsignedLong
annotation
appinfo
sample rate
source <xs:attribute name="sampleRate" type="xs:unsignedLong">
 
<xs:annotation>
   
<xs:appinfo>sample rate</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute IntercomSignalPdu/@dataLength
type xs:unsignedShort
annotation
appinfo
data length
source <xs:attribute name="dataLength" type="xs:unsignedShort">
 
<xs:annotation>
   
<xs:appinfo>data length</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute IntercomSignalPdu/@samples
type xs:unsignedShort
annotation
appinfo
samples
source <xs:attribute name="samples" type="xs:unsignedShort">
 
<xs:annotation>
   
<xs:appinfo>samples</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute IntercomSignalPdu/@data
type restriction of (list of xs:unsignedByte)
facets
Kind Value Annotation
length 0
annotation
appinfo
data bytes (length of list found in field dataLength)
source <xs:attribute name="data">
 
<xs:annotation>
   
<xs:appinfo>data bytes (length of list found in field dataLength)</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:annotation>
     
<xs:appinfo>Attribute dataLength determines the length of this list.</xs:appinfo>
   
</xs:annotation>
   
<xs:restriction>
     
<xs:simpleType>
       
<xs:list itemType="xs:unsignedByte"/>
     
</xs:simpleType>
     
<xs:length value="0" fixed="false"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute IntercomSignalPdu/@padTo32
type xs:unsignedLong
annotation
appinfo
Wireshark (incorrectly) reports malformed packet unless the whole datagram is aligned
                        to 32-bit boundary; spec says only the pdu
                    
source <xs:attribute name="padTo32" type="xs:unsignedLong">
 
<xs:annotation>
   
<xs:appinfo>Wireshark (incorrectly) reports malformed packet unless the whole datagram is aligned
                        to 32-bit boundary; spec says only the pdu
                    
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

element IntercomSignalPdu/intercomReferenceID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p182.png
type IntercomReferenceIDType
properties
content complex
children pduStatus
attributes
Name  Type  Use  Default  Fixed  Annotation
protocolVersion  xs:string        
appinfo
The version of the protocol. 5=DIS-1995, 6=DIS-1998, 7=DIS-2012 (SISO enumeration
                     DISProtocolVersion uid 3)
                 
exerciseID  xs:unsignedByte        
appinfo
Exercise ID provides a unique identifier
pduType  xs:string        
appinfo
Type of pdu, unique for each PDU class (SISO enumeration DisPduType uid 4)
timestamp  xs:unsignedLong        
appinfo
Timestamp value
length  xs:unsignedShort        
appinfo
Length, in bytes, of the PDU
protocolFamily      DISProtocolFamily.RADIO_COMMUNICATIONS    
family        RadioCommunicationsFamilyPduType  
siteNumber  xs:unsignedShort        
applicationNumber  xs:unsignedShort        
referenceNumber  xs:unsignedShort        
annotation
appinfo
The unique designation of an attached or unattached intercom in an event or exercise
source <xs:element name="intercomReferenceID" type="IntercomReferenceIDType">
 
<xs:annotation>
   
<xs:appinfo>The unique designation of an attached or unattached intercom in an event or exercise</xs:appinfo>
 
</xs:annotation>
</xs:element>


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