diagram | ![]() |
||||||||||||||
type | extension of rootType | ||||||||||||||
properties |
|
||||||||||||||
children | IFFData | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="numberOfIffDataRecords" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>Number of iff records</xs:appinfo> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
type | IFFDataType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
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> |