element InformationOperationsActionPdu
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p168.png
type extension of InformationOperationsFamilyPduType
properties
content complex
children pduStatus originatingSimID receivingSimID ioAttackerID ioPrimaryTargetID IORecord
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.INFORMATION_OPERATIONS    
family        InformationOperationsFamilyPduType  
requestID  xs:unsignedLong        
appinfo
request ID provides a unique identifier
IOWarfareType  xs:string        
appinfo
(SISO enumeration IOActionIOWarfareType uid 285)
IOSimulationSource  xs:string        
appinfo
(SISO enumeration IOActionIOSimulationSource uid 286)
IOActionType  xs:string        
appinfo
(SISO enumeration IOActionIOActionType uid 287)
IOActionPhase  xs:string        
appinfo
(SISO enumeration IOActionIOActionPhase uid 288)
padding1  xs:unsignedLong        
padding2  xs:unsignedShort        
numberOfIORecords  xs:unsignedShort        
annotation
appinfo
5.13.3.1 Used to communicate an IO attack or the effects of an IO attack on one or
            more target entities. (length of list found in field numberOfIORecords)
            <xs:attribute name="id" type="xs:integer" fixed="70"/>
source <xs:element name="InformationOperationsActionPdu">
 
<xs:annotation>
   
<xs:appinfo>5.13.3.1 Used to communicate an IO attack or the effects of an IO attack on one or
            more target entities. (length of list found in field numberOfIORecords)
           
<xs:attribute name="id" type="xs:integer" fixed="70"/>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="InformationOperationsFamilyPduType">
       
<xs:sequence>
         
<xs:element name="receivingSimID" type="EntityIDType">
           
<xs:annotation>
             
<xs:appinfo>the simulation to which this PDU is addressed</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="ioAttackerID" type="EntityIDType"/>
         
<xs:element name="ioPrimaryTargetID" type="EntityIDType"/>
         
<!--Attribute (as element) InformationOperationsActionPdu ioRecords with objectlist classRef name=IORecord, type=IORecordType-->
         
<xs:sequence minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:appinfo>Number of elements is determined by size fieldnumberOfIORecords and can be 0 or greater.
                           Ensure that the total PDU size does not exceed maximums allowed in IEEE DIS Specification.
                       
</xs:appinfo>
             
<xs:documentation>numberOfIORecords</xs:documentation>
           
</xs:annotation>
           
<xs:element name="IORecord" type="IORecordType">
             
<xs:annotation>
               
<xs:appinfo>(length of list found in field numberOfIORecords)</xs:appinfo>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:sequence>
       
<xs:attribute name="family" fixed="InformationOperationsFamilyPduType"/>
       
<xs:attribute name="requestID" type="xs:unsignedLong">
         
<xs:annotation>
           
<xs:appinfo>request ID provides a unique identifier</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="IOWarfareType" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>(SISO enumeration IOActionIOWarfareType uid 285)</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="IOSimulationSource" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>(SISO enumeration IOActionIOSimulationSource uid 286)</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="IOActionType" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>(SISO enumeration IOActionIOActionType uid 287)</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="IOActionPhase" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>(SISO enumeration IOActionIOActionPhase uid 288)</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="padding1" type="xs:unsignedLong"/>
       
<xs:attribute name="padding2" type="xs:unsignedShort"/>
       
<xs:attribute name="numberOfIORecords" type="xs:unsignedShort"/>
     
</xs:extension>
     
<!-- ========== debug: divider between elements and attributes ========== -->
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute InformationOperationsActionPdu/@family
properties
fixed InformationOperationsFamilyPduType
source <xs:attribute name="family" fixed="InformationOperationsFamilyPduType"/>

attribute InformationOperationsActionPdu/@requestID
type xs:unsignedLong
annotation
appinfo
request ID provides a unique identifier
source <xs:attribute name="requestID" type="xs:unsignedLong">
 
<xs:annotation>
   
<xs:appinfo>request ID provides a unique identifier</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute InformationOperationsActionPdu/@IOWarfareType
type xs:string
annotation
appinfo
(SISO enumeration IOActionIOWarfareType uid 285)
source <xs:attribute name="IOWarfareType" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>(SISO enumeration IOActionIOWarfareType uid 285)</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute InformationOperationsActionPdu/@IOSimulationSource
type xs:string
annotation
appinfo
(SISO enumeration IOActionIOSimulationSource uid 286)
source <xs:attribute name="IOSimulationSource" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>(SISO enumeration IOActionIOSimulationSource uid 286)</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute InformationOperationsActionPdu/@IOActionType
type xs:string
annotation
appinfo
(SISO enumeration IOActionIOActionType uid 287)
source <xs:attribute name="IOActionType" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>(SISO enumeration IOActionIOActionType uid 287)</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute InformationOperationsActionPdu/@IOActionPhase
type xs:string
annotation
appinfo
(SISO enumeration IOActionIOActionPhase uid 288)
source <xs:attribute name="IOActionPhase" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>(SISO enumeration IOActionIOActionPhase uid 288)</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute InformationOperationsActionPdu/@padding1
type xs:unsignedLong
source <xs:attribute name="padding1" type="xs:unsignedLong"/>

attribute InformationOperationsActionPdu/@padding2
type xs:unsignedShort
source <xs:attribute name="padding2" type="xs:unsignedShort"/>

attribute InformationOperationsActionPdu/@numberOfIORecords
type xs:unsignedShort
source <xs:attribute name="numberOfIORecords" type="xs:unsignedShort"/>

element InformationOperationsActionPdu/receivingSimID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p169.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
the simulation to which this PDU is addressed
source <xs:element name="receivingSimID" type="EntityIDType">
 
<xs:annotation>
   
<xs:appinfo>the simulation to which this PDU is addressed</xs:appinfo>
 
</xs:annotation>
</xs:element>

element InformationOperationsActionPdu/ioAttackerID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p170.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.
                 
source <xs:element name="ioAttackerID" type="EntityIDType"/>

element InformationOperationsActionPdu/ioPrimaryTargetID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p171.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.
                 
source <xs:element name="ioPrimaryTargetID" type="EntityIDType"/>

element InformationOperationsActionPdu/IORecord
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p172.png
type IORecordType
properties
content complex
annotation
appinfo
(length of list found in field numberOfIORecords)
source <xs:element name="IORecord" type="IORecordType">
 
<xs:annotation>
   
<xs:appinfo>(length of list found in field numberOfIORecords)</xs:appinfo>
 
</xs:annotation>
</xs:element>


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