element SetRecordRPdu
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p301.png
type extension of SimulationManagementWithReliabilityFamilyPduType
properties
content complex
children pduStatus originatingID receivingID RecordSpecification
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  
requestID  xs:unsignedLong        
appinfo
request ID provides a unique identifier
requiredReliabilityService  xs:string        
appinfo
level of reliability service used for this transaction (SISO enumeration RequiredReliabilityService
                        uid 74)
                    
pad1  xs:unsignedByte        
pad2  xs:unsignedShort        
pad3  xs:unsignedLong        
numberOfRecordSets  xs:unsignedLong        
appinfo
Number of record sets in list
annotation
appinfo
5.12.4.15 Used to set or change certain parameter values. These parameter values are
            contained within a record format as compared to the datum format used in the Set Data-R
            PDU. (length of list found in field numberOfRecordSets)
            <xs:attribute name="id" type="xs:integer" fixed="64"/>
source <xs:element name="SetRecordRPdu">
 
<xs:annotation>
   
<xs:appinfo>5.12.4.15 Used to set or change certain parameter values. These parameter values are
            contained within a record format as compared to the datum format used in the Set Data-R
            PDU. (length of list found in field numberOfRecordSets)
           
<xs:attribute name="id" type="xs:integer" fixed="64"/>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="SimulationManagementWithReliabilityFamilyPduType">
       
<xs:sequence>
         
<!--Attribute (as element) SetRecordRPdu recordSets with objectlist classRef name=RecordSpecification, type=RecordSpecificationType-->
         
<xs:sequence minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:appinfo>Number of elements is determined by size fieldnumberOfRecordSets 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>numberOfRecordSets</xs:documentation>
           
</xs:annotation>
           
<xs:element name="RecordSpecification" type="RecordSpecificationType">
             
<xs:annotation>
               
<xs:appinfo>record sets (length of list found in field numberOfRecordSets)</xs:appinfo>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:sequence>
       
<xs:attribute name="family" fixed="SimulationManagementWithReliabilityFamilyPduType"/>
       
<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="requiredReliabilityService" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>level of reliability service used for this transaction (SISO enumeration RequiredReliabilityService
                        uid 74)
                    
</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="pad1" type="xs:unsignedByte"/>
       
<xs:attribute name="pad2" type="xs:unsignedShort"/>
       
<xs:attribute name="pad3" type="xs:unsignedLong"/>
       
<xs:attribute name="numberOfRecordSets" type="xs:unsignedLong">
         
<xs:annotation>
           
<xs:appinfo>Number of record sets in list</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
     
<!-- ========== debug: divider between elements and attributes ========== -->
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

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

attribute SetRecordRPdu/@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 SetRecordRPdu/@requiredReliabilityService
type xs:string
annotation
appinfo
level of reliability service used for this transaction (SISO enumeration RequiredReliabilityService
                        uid 74)
                    
source <xs:attribute name="requiredReliabilityService" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>level of reliability service used for this transaction (SISO enumeration RequiredReliabilityService
                        uid 74)
                    
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute SetRecordRPdu/@pad1
type xs:unsignedByte
source <xs:attribute name="pad1" type="xs:unsignedByte"/>

attribute SetRecordRPdu/@pad2
type xs:unsignedShort
source <xs:attribute name="pad2" type="xs:unsignedShort"/>

attribute SetRecordRPdu/@pad3
type xs:unsignedLong
source <xs:attribute name="pad3" type="xs:unsignedLong"/>

attribute SetRecordRPdu/@numberOfRecordSets
type xs:unsignedLong
annotation
appinfo
Number of record sets in list
source <xs:attribute name="numberOfRecordSets" type="xs:unsignedLong">
 
<xs:annotation>
   
<xs:appinfo>Number of record sets in list</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

element SetRecordRPdu/RecordSpecification
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p302.png
type RecordSpecificationType
properties
content complex
children RecordSpecificationElement
attributes
Name  Type  Use  Default  Fixed  Annotation
numberOfRecordSets  xs:unsignedLong        
appinfo
The number of record sets
annotation
appinfo
record sets (length of list found in field numberOfRecordSets)
source <xs:element name="RecordSpecification" type="RecordSpecificationType">
 
<xs:annotation>
   
<xs:appinfo>record sets (length of list found in field numberOfRecordSets)</xs:appinfo>
 
</xs:annotation>
</xs:element>


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