element ReceiverPdu
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p256.png
type extension of RadioCommunicationsFamilyPduType
properties
content complex
children pduStatus header transmitterEntityId
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  
receiverState  xs:string        
appinfo
encoding scheme used, and enumeration (SISO enumeration ReceiverReceiverState uid
                        179)
                    
padding1  xs:unsignedShort        
receivedPower  xs:float        
appinfo
received power
transmitterRadioId  xs:unsignedShort        
appinfo
ID of transmitting radio
annotation
appinfo
5.8.5 Communicates the state of a particular radio receiver. Its primary application
            is in communicating state information to radio network monitors, data loggers, and
            similar applications for use in debugging, supervision, and after-action review.
            <xs:attribute name="id" type="xs:integer" fixed="27"/>
source <xs:element name="ReceiverPdu">
 
<xs:annotation>
   
<xs:appinfo>5.8.5 Communicates the state of a particular radio receiver. Its primary application
            is in communicating state information to radio network monitors, data loggers, and
            similar applications for use in debugging, supervision, and after-action review.
           
<xs:attribute name="id" type="xs:integer" fixed="27"/>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="RadioCommunicationsFamilyPduType">
       
<xs:sequence>
         
<xs:element name="header" type="RadioCommsHeaderType"/>
         
<xs:element name="transmitterEntityId" type="EntityIDType">
           
<xs:annotation>
             
<xs:appinfo>ID of transmitter</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="family" fixed="RadioCommunicationsFamilyPduType"/>
       
<xs:attribute name="receiverState" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>encoding scheme used, and enumeration (SISO enumeration ReceiverReceiverState uid
                        179)
                    
</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="padding1" type="xs:unsignedShort"/>
       
<xs:attribute name="receivedPower" type="xs:float">
         
<xs:annotation>
           
<xs:appinfo>received power</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="transmitterRadioId" type="xs:unsignedShort">
         
<xs:annotation>
           
<xs:appinfo>ID of transmitting radio</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
     
<!-- ========== debug: divider between elements and attributes ========== -->
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

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

attribute ReceiverPdu/@receiverState
type xs:string
annotation
appinfo
encoding scheme used, and enumeration (SISO enumeration ReceiverReceiverState uid
                        179)
                    
source <xs:attribute name="receiverState" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>encoding scheme used, and enumeration (SISO enumeration ReceiverReceiverState uid
                        179)
                    
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute ReceiverPdu/@padding1
type xs:unsignedShort
source <xs:attribute name="padding1" type="xs:unsignedShort"/>

attribute ReceiverPdu/@receivedPower
type xs:float
annotation
appinfo
received power
source <xs:attribute name="receivedPower" type="xs:float">
 
<xs:annotation>
   
<xs:appinfo>received power</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute ReceiverPdu/@transmitterRadioId
type xs:unsignedShort
annotation
appinfo
ID of transmitting radio
source <xs:attribute name="transmitterRadioId" type="xs:unsignedShort">
 
<xs:annotation>
   
<xs:appinfo>ID of transmitting radio</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

element ReceiverPdu/header
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p257.png
type RadioCommsHeaderType
properties
content complex
children pduStatus radioReferenceID
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  
radioNumber  xs:unsignedShort        
appinfo
particular radio within an entity
source <xs:element name="header" type="RadioCommsHeaderType"/>

element ReceiverPdu/transmitterEntityId
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p258.png
type EntityIDType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
siteID  xs:unsignedShort        
appinfo
Site ID values are unique identification number for originating site, often corresponding
                     to an internet address. Site ID values are agreed upon by individual simulations.
                 
applicationID  xs:unsignedShort        
appinfo
Application ID values are unique identification number for originating application
                     at a given site. Application ID values are sssigned by individual sites.
                 
entityID  xs:unsignedShort        
appinfo
Entity ID values are unique identification number for s givent entity in the originating
                     application at a given site. Entity ID values are sssigned by individual simulation
                     programs.
                 
annotation
appinfo
ID of transmitter
source <xs:element name="transmitterEntityId" type="EntityIDType">
 
<xs:annotation>
   
<xs:appinfo>ID of transmitter</xs:appinfo>
 
</xs:annotation>
</xs:element>


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