complexType IffDataSpecificationType
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p453.png
type extension of rootType
properties
base rootType
abstract false
children IFFData
attributes
Name  Type  Use  Default  Fixed  Annotation
numberOfIffDataRecords  xs:unsignedShort        
appinfo
Number of iff records
annotation
appinfo
Requires hand coding to be useful. Section 6.2.43 (length of list found in field numberOfIffDataRecords)
source <xs:complexType name="IffDataSpecificationType" abstract="false">
 
<xs:annotation>
   
<xs:appinfo>Requires hand coding to be useful. Section 6.2.43 (length of list found in field numberOfIffDataRecords)</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="rootType">
     
<xs:sequence>
       
<!--Attribute (as element) IffDataSpecification iffDataRecords with objectlist classRef name=IFFData, type=IFFDataType-->
       
<xs:sequence minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:appinfo>Number of elements is determined by size fieldnumberOfIffDataRecords 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>numberOfIffDataRecords</xs:documentation>
         
</xs:annotation>
         
<xs:element name="IFFData" type="IFFDataType">
           
<xs:annotation>
             
<xs:appinfo>IFF data records (length of list found in field numberOfIffDataRecords)</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:sequence>
     
<xs:attribute name="numberOfIffDataRecords" type="xs:unsignedShort">
       
<xs:annotation>
         
<xs:appinfo>Number of iff records</xs:appinfo>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
   
<!-- ========== debug: divider between elements and attributes ========== -->
 
</xs:complexContent>
 
<!--abstract='false' base='rootType'-->
</xs:complexType>

attribute IffDataSpecificationType/@numberOfIffDataRecords
type xs:unsignedShort
annotation
appinfo
Number of iff records
source <xs:attribute name="numberOfIffDataRecords" type="xs:unsignedShort">
 
<xs:annotation>
   
<xs:appinfo>Number of iff records</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

element IffDataSpecificationType/IFFData
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p454.png
type IFFDataType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
recordType  xs:string        
appinfo
enumeration for type of record (SISO enumeration VariableRecordType uid 66 Variable
                     Record Type values are defined by VariableRecordType enumerations)
                 
recordLength  xs:unsignedShort        
appinfo
length of record, including padding
recordSpecificFields          
padding  xs:unsignedLong        
appinfo
zero-filled array of padding bits for byte alignment and consistent sizing of PDU
                     data
                 
annotation
appinfo
IFF data records (length of list found in field numberOfIffDataRecords)
source <xs:element name="IFFData" type="IFFDataType">
 
<xs:annotation>
   
<xs:appinfo>IFF data records (length of list found in field numberOfIffDataRecords)</xs:appinfo>
 
</xs:annotation>
</xs:element>


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