element StopFreezeRPdu
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p315.png
type extension of SimulationManagementWithReliabilityFamilyPduType
properties
content complex
children pduStatus originatingID receivingID realWorldTime
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.SIMULATION_MANAGEMENT_WITH_RELIABILITY    
family        SimulationManagementWithReliabilityFamilyPduType  
reason  xs:string        
appinfo
Reason for stopping/freezing simulation (SISO enumeration StopFreezeReason uid 67)
frozenBehavior  xs:unsignedByte        
appinfo
internal behvior of the simulation while frozen (SISO bitfield enumeration, size 8
                        bits, StopFreezeFrozenBehavior uid 68)
                    
requiredReliabilityService  xs:string        
appinfo
reliability level (SISO enumeration RequiredReliabilityService uid 74)
pad1  xs:unsignedByte        
appinfo
padding
requestID  xs:unsignedLong        
appinfo
Request ID provides a unique identifier
annotation
appinfo
5.12.4.5 Serves the same function as the Stop/Freeze PDU (see 5.6.5.5.1) but with
            the addition of reliability service levels.
            <xs:attribute name="id" type="xs:integer" fixed="54"/>
source <xs:element name="StopFreezeRPdu">
 
<xs:annotation>
   
<xs:appinfo>5.12.4.5 Serves the same function as the Stop/Freeze PDU (see 5.6.5.5.1) but with
            the addition of reliability service levels.
           
<xs:attribute name="id" type="xs:integer" fixed="54"/>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="SimulationManagementWithReliabilityFamilyPduType">
       
<xs:sequence>
         
<xs:element name="realWorldTime" type="ClockTimeType">
           
<xs:annotation>
             
<xs:appinfo>time in real world for this operation to happen</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="family" fixed="SimulationManagementWithReliabilityFamilyPduType"/>
       
<xs:attribute name="reason" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>Reason for stopping/freezing simulation (SISO enumeration StopFreezeReason uid 67)</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="frozenBehavior" type="xs:unsignedByte">
         
<xs:annotation>
           
<xs:appinfo>internal behvior of the simulation while frozen (SISO bitfield enumeration, size 8
                        bits, StopFreezeFrozenBehavior uid 68)
                    
</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="requiredReliabilityService" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>reliability level (SISO enumeration RequiredReliabilityService uid 74)</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="pad1" type="xs:unsignedByte">
         
<xs:annotation>
           
<xs:appinfo>padding</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="requestID" type="xs:unsignedLong">
         
<xs:annotation>
           
<xs:appinfo>Request ID provides a unique identifier</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
     
<!-- ========== debug: divider between elements and attributes ========== -->
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute StopFreezeRPdu/@family
properties
fixed SimulationManagementWithReliabilityFamilyPduType
source <xs:attribute name="family" fixed="SimulationManagementWithReliabilityFamilyPduType"/>

attribute StopFreezeRPdu/@reason
type xs:string
annotation
appinfo
Reason for stopping/freezing simulation (SISO enumeration StopFreezeReason uid 67)
source <xs:attribute name="reason" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>Reason for stopping/freezing simulation (SISO enumeration StopFreezeReason uid 67)</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute StopFreezeRPdu/@frozenBehavior
type xs:unsignedByte
annotation
appinfo
internal behvior of the simulation while frozen (SISO bitfield enumeration, size 8
                        bits, StopFreezeFrozenBehavior uid 68)
                    
source <xs:attribute name="frozenBehavior" type="xs:unsignedByte">
 
<xs:annotation>
   
<xs:appinfo>internal behvior of the simulation while frozen (SISO bitfield enumeration, size 8
                        bits, StopFreezeFrozenBehavior uid 68)
                    
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute StopFreezeRPdu/@requiredReliabilityService
type xs:string
annotation
appinfo
reliability level (SISO enumeration RequiredReliabilityService uid 74)
source <xs:attribute name="requiredReliabilityService" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>reliability level (SISO enumeration RequiredReliabilityService uid 74)</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute StopFreezeRPdu/@pad1
type xs:unsignedByte
annotation
appinfo
padding
source <xs:attribute name="pad1" type="xs:unsignedByte">
 
<xs:annotation>
   
<xs:appinfo>padding</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute StopFreezeRPdu/@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>

element StopFreezeRPdu/realWorldTime
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p316.png
type ClockTimeType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
hour  xs:unsignedLong        
appinfo
Hours in UTC
timePastHour  xs:unsignedLong        
appinfo
Time past the hour
annotation
appinfo
time in real world for this operation to happen
source <xs:element name="realWorldTime" type="ClockTimeType">
 
<xs:annotation>
   
<xs:appinfo>time in real world for this operation to happen</xs:appinfo>
 
</xs:annotation>
</xs:element>


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