diagram | ![]() |
||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||
children | expendable | ||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||
source | <xs:complexType name="ExpendableType" abstract="false"> <xs:annotation> <xs:appinfo>An entity's expendable (chaff, flares, etc.) information. Section 6.2.36</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="expendable" type="EntityTypeType"> <xs:annotation> <xs:appinfo>Type of expendable</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="station" type="xs:unsignedLong"/> <xs:attribute name="quantity" type="xs:unsignedShort"/> <xs:attribute name="expendableStatus" type="xs:string"> <xs:annotation> <xs:appinfo>(SISO enumeration MunitionExpendableStatus uid 327)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="padding" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>zero-filled array of padding bits for byte alignment and consistent sizing of PDU data </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedLong |
source | <xs:attribute name="station" type="xs:unsignedLong"/> |
type | xs:unsignedShort |
source | <xs:attribute name="quantity" type="xs:unsignedShort"/> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="expendableStatus" type="xs:string"> <xs:annotation> <xs:appinfo>(SISO enumeration MunitionExpendableStatus uid 327)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="padding" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>zero-filled array of padding bits for byte alignment and consistent sizing of PDU data </xs:appinfo> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||
type | EntityTypeType | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
children | domain | ||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="expendable" type="EntityTypeType"> <xs:annotation> <xs:appinfo>Type of expendable</xs:appinfo> </xs:annotation> </xs:element> |