diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | munitionType | ||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="MunitionDescriptorType" abstract="false"> <xs:annotation> <xs:appinfo>Represents the firing or detonation of a munition. Section 6.2.19.2</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="munitionType" type="EntityTypeType"> <xs:annotation> <xs:appinfo>What munition was used in the burst</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="warhead" type="xs:string"> <xs:annotation> <xs:appinfo>type of warhead enumeration (SISO enumeration MunitionDescriptorWarhead uid 60)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="fuse" type="xs:string"> <xs:annotation> <xs:appinfo>type of fuse used enumeration (SISO enumeration MunitionDescriptorFuse uid 61)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="quantity" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>how many of the munition were fired</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="rate" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>rate at which the munition was fired</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="warhead" type="xs:string"> <xs:annotation> <xs:appinfo>type of warhead enumeration (SISO enumeration MunitionDescriptorWarhead uid 60)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="fuse" type="xs:string"> <xs:annotation> <xs:appinfo>type of fuse used enumeration (SISO enumeration MunitionDescriptorFuse uid 61)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="quantity" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>how many of the munition were fired</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="rate" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>rate at which the munition was fired</xs:appinfo> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||
type | EntityTypeType | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
children | domain | ||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="munitionType" type="EntityTypeType"> <xs:annotation> <xs:appinfo>What munition was used in the burst</xs:appinfo> </xs:annotation> </xs:element> |