element CollisionPdu
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p55.png
type extension of EntityInformationInteractionFamilyPduType
properties
content complex
children pduStatus issuingEntityID collidingEntityID eventID velocity location
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.ENTITY_INFORMATION_INTERACTION    
family        EntityInformationInteractionFamilyPduType  
collisionType  xs:string        
appinfo
This field shall identify the type of collision. The Collision Type field shall be
                        represented by an 8-bit record of enumerations (SISO enumeration CollisionType uid
                        189)
                    
pad  xs:unsignedByte        
appinfo
some padding
mass  xs:float        
appinfo
This field shall contain the mass of the issuing entity, and shall be represented
                        by a 32-bit floating point number representing kilograms.
                    
annotation
appinfo
7.2.3 Collisions between entities shall be communicated by issuing a Collision PDU.
            See 5.3.3.
            <xs:attribute name="id" type="xs:integer" fixed="4"/>
source <xs:element name="CollisionPdu">
 
<xs:annotation>
   
<xs:appinfo>7.2.3 Collisions between entities shall be communicated by issuing a Collision PDU.
            See 5.3.3.
           
<xs:attribute name="id" type="xs:integer" fixed="4"/>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="EntityInformationInteractionFamilyPduType">
       
<xs:sequence>
         
<xs:element name="issuingEntityID" type="EntityIDType">
           
<xs:annotation>
             
<xs:appinfo>This field shall identify the entity that is issuing the PDU, and shall be represented
                           by an Entity Identifier record (see 6.2.28).
                       
</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="collidingEntityID" type="EntityIDType">
           
<xs:annotation>
             
<xs:appinfo>This field shall identify the entity that has collided with the issuing entity (see
                           5.3.3.4). This field shall be represented by an Entity Identifier record (see 6.2.28).
                       
</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="eventID" type="EventIdentifierType">
           
<xs:annotation>
             
<xs:appinfo>This field shall contain an identification generated by the issuing simulation application
                           to associate related collision events. This field shall be represented by an Event
                           Identifier record (see 6.2.34).
                       
</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="velocity" type="Vector3FloatType">
           
<xs:annotation>
             
<xs:appinfo>This field shall contain the velocity (at the time the collision is detected) of the
                           issuing entity. The velocity shall be represented in world coordinates. This field
                           shall be represented by the Linear Velocity Vector record [see 6.2.95 item c)].
                       
</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="location" type="Vector3FloatType">
           
<xs:annotation>
             
<xs:appinfo>This field shall specify the location of the collision with respect to the entity
                           with which the issuing entity collided. The Location field shall be represented by
                           an Entity Coordinate Vector record [see 6.2.95 item a)].
                       
</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="family" fixed="EntityInformationInteractionFamilyPduType"/>
       
<xs:attribute name="collisionType" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>This field shall identify the type of collision. The Collision Type field shall be
                        represented by an 8-bit record of enumerations (SISO enumeration CollisionType uid
                        189)
                    
</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="pad" type="xs:unsignedByte">
         
<xs:annotation>
           
<xs:appinfo>some padding</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="mass" type="xs:float">
         
<xs:annotation>
           
<xs:appinfo>This field shall contain the mass of the issuing entity, and shall be represented
                        by a 32-bit floating point number representing kilograms.
                    
</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
     
<!-- ========== debug: divider between elements and attributes ========== -->
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute CollisionPdu/@family
properties
fixed EntityInformationInteractionFamilyPduType
source <xs:attribute name="family" fixed="EntityInformationInteractionFamilyPduType"/>

attribute CollisionPdu/@collisionType
type xs:string
annotation
appinfo
This field shall identify the type of collision. The Collision Type field shall be
                        represented by an 8-bit record of enumerations (SISO enumeration CollisionType uid
                        189)
                    
source <xs:attribute name="collisionType" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>This field shall identify the type of collision. The Collision Type field shall be
                        represented by an 8-bit record of enumerations (SISO enumeration CollisionType uid
                        189)
                    
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute CollisionPdu/@pad
type xs:unsignedByte
annotation
appinfo
some padding
source <xs:attribute name="pad" type="xs:unsignedByte">
 
<xs:annotation>
   
<xs:appinfo>some padding</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute CollisionPdu/@mass
type xs:float
annotation
appinfo
This field shall contain the mass of the issuing entity, and shall be represented
                        by a 32-bit floating point number representing kilograms.
                    
source <xs:attribute name="mass" type="xs:float">
 
<xs:annotation>
   
<xs:appinfo>This field shall contain the mass of the issuing entity, and shall be represented
                        by a 32-bit floating point number representing kilograms.
                    
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

element CollisionPdu/issuingEntityID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p56.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
This field shall identify the entity that is issuing the PDU, and shall be represented
                           by an Entity Identifier record (see 6.2.28).
                       
source <xs:element name="issuingEntityID" type="EntityIDType">
 
<xs:annotation>
   
<xs:appinfo>This field shall identify the entity that is issuing the PDU, and shall be represented
                           by an Entity Identifier record (see 6.2.28).
                       
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CollisionPdu/collidingEntityID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p57.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
This field shall identify the entity that has collided with the issuing entity (see
                           5.3.3.4). This field shall be represented by an Entity Identifier record (see 6.2.28).
                       
source <xs:element name="collidingEntityID" type="EntityIDType">
 
<xs:annotation>
   
<xs:appinfo>This field shall identify the entity that has collided with the issuing entity (see
                           5.3.3.4). This field shall be represented by an Entity Identifier record (see 6.2.28).
                       
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CollisionPdu/eventID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p58.png
type EventIdentifierType
properties
content complex
children simulationAddress
attributes
Name  Type  Use  Default  Fixed  Annotation
eventNumber  xs:unsignedShort        
annotation
appinfo
This field shall contain an identification generated by the issuing simulation application
                           to associate related collision events. This field shall be represented by an Event
                           Identifier record (see 6.2.34).
                       
source <xs:element name="eventID" type="EventIdentifierType">
 
<xs:annotation>
   
<xs:appinfo>This field shall contain an identification generated by the issuing simulation application
                           to associate related collision events. This field shall be represented by an Event
                           Identifier record (see 6.2.34).
                       
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CollisionPdu/velocity
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p59.png
type Vector3FloatType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
x  xs:float        
appinfo
X value
y  xs:float        
appinfo
y Value
z  xs:float        
appinfo
Z value
annotation
appinfo
This field shall contain the velocity (at the time the collision is detected) of the
                           issuing entity. The velocity shall be represented in world coordinates. This field
                           shall be represented by the Linear Velocity Vector record [see 6.2.95 item c)].
                       
source <xs:element name="velocity" type="Vector3FloatType">
 
<xs:annotation>
   
<xs:appinfo>This field shall contain the velocity (at the time the collision is detected) of the
                           issuing entity. The velocity shall be represented in world coordinates. This field
                           shall be represented by the Linear Velocity Vector record [see 6.2.95 item c)].
                       
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CollisionPdu/location
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p60.png
type Vector3FloatType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
x  xs:float        
appinfo
X value
y  xs:float        
appinfo
y Value
z  xs:float        
appinfo
Z value
annotation
appinfo
This field shall specify the location of the collision with respect to the entity
                           with which the issuing entity collided. The Location field shall be represented by
                           an Entity Coordinate Vector record [see 6.2.95 item a)].
                       
source <xs:element name="location" type="Vector3FloatType">
 
<xs:annotation>
   
<xs:appinfo>This field shall specify the location of the collision with respect to the entity
                           with which the issuing entity collided. The Location field shall be represented by
                           an Entity Coordinate Vector record [see 6.2.95 item a)].
                       
</xs:appinfo>
 
</xs:annotation>
</xs:element>


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