diagram | ![]() |
||||||||||||||
type | extension of rootType | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="PduStatusType" abstract="true"> <xs:annotation> <xs:appinfo>PduStatus provides a set of bit-masked indicator values, section 6.2.67. Bit fields include Transferred Entity Indicator (TEI), LVC Indicator (LVC), Coupled Extension Indicator (CEI), Fire Type Indicator (FTI), Detonation Type Indicator (DTI), Radio Attached Indicator (RAI), Intercom Attached Indicator (IAI), IFF Simulation Mode (ISM) and Active Interrogation Indicator (AII). </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="value" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>PDU Status Record value containing bitmasked field</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='true' base='rootType'--> </xs:complexType> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="value" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>PDU Status Record value containing bitmasked field</xs:appinfo> </xs:annotation> </xs:attribute> |