diagram | ![]() |
||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | expendable | ||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="ExpendableReloadType" abstract="false"> <xs:annotation> <xs:appinfo>An entity's expendable (chaff, flares, etc.) information. Section 6.2.37</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="standardQuantity" type="xs:unsignedShort"/> <xs:attribute name="maximumQuantity" type="xs:unsignedShort"/> <xs:attribute name="standardQuantityReloadTime" type="xs:unsignedLong"/> <xs:attribute name="maximumQuantityReloadTime" type="xs:unsignedLong"/> </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="standardQuantity" type="xs:unsignedShort"/> |
type | xs:unsignedShort |
source | <xs:attribute name="maximumQuantity" type="xs:unsignedShort"/> |
type | xs:unsignedLong |
source | <xs:attribute name="standardQuantityReloadTime" type="xs:unsignedLong"/> |
type | xs:unsignedLong |
source | <xs:attribute name="maximumQuantityReloadTime" type="xs:unsignedLong"/> |
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> |