| diagram | ![]() |
||||||||||||||||||||||||||||||
| type | extension of rootType | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||
| source | <xs:complexType name="SecondaryOperationalDataType" abstract="false"> <xs:annotation> <xs:appinfo>Additional operational data for an IFF emitting system and the number of IFF Fundamental Parameter Data records Section 6.2.76. </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="operationalData1" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>additional operational characteristics of the IFF emitting system. Each 8-bit field will vary depending on the system type. </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="operationalData2" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>additional operational characteristics of the IFF emitting system. Each 8-bit field will vary depending on the system type. </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="numberOfIFFFundamentalParameterRecords" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>The number of IFF Fundamental Parameter Data records that follow</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
| type | xs:unsignedByte | ||
| annotation |
|
||
| source | <xs:attribute name="operationalData1" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>additional operational characteristics of the IFF emitting system. Each 8-bit field will vary depending on the system type. </xs:appinfo> </xs:annotation> </xs:attribute> |
| type | xs:unsignedByte | ||
| annotation |
|
||
| source | <xs:attribute name="operationalData2" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>additional operational characteristics of the IFF emitting system. Each 8-bit field will vary depending on the system type. </xs:appinfo> </xs:annotation> </xs:attribute> |
| type | xs:unsignedShort | ||
| annotation |
|
||
| source | <xs:attribute name="numberOfIFFFundamentalParameterRecords" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>The number of IFF Fundamental Parameter Data records that follow</xs:appinfo> </xs:annotation> </xs:attribute> |