diagram | ![]() |
||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | explodingObject | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="ExplosionDescriptorType" abstract="false"> <xs:annotation> <xs:appinfo>Explosion of a non-munition. Section 6.2.19.3</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="explodingObject" type="EntityTypeType"> <xs:annotation> <xs:appinfo>Type of the object that exploded. See 6.2.30</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="explosiveMaterial" type="xs:string"> <xs:annotation> <xs:appinfo>Material that exploded. Can be grain dust, tnt, gasoline, etc. Enumeration (SISO enumeration ExplosiveMaterialCategories uid 310) </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="padding" type="xs:unsignedShort"> <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:attribute name="explosiveForce" type="xs:float"> <xs:annotation> <xs:appinfo>Force of explosion, in equivalent KG of TNT</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="explosiveMaterial" type="xs:string"> <xs:annotation> <xs:appinfo>Material that exploded. Can be grain dust, tnt, gasoline, etc. Enumeration (SISO enumeration ExplosiveMaterialCategories uid 310) </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="padding" type="xs:unsignedShort"> <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> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="explosiveForce" type="xs:float"> <xs:annotation> <xs:appinfo>Force of explosion, in equivalent KG of TNT</xs:appinfo> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||
type | EntityTypeType | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
children | domain | ||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="explodingObject" type="EntityTypeType"> <xs:annotation> <xs:appinfo>Type of the object that exploded. See 6.2.30</xs:appinfo> </xs:annotation> </xs:element> |