mo:DamageType

complexType DamageType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.1/

Definition

A data type for a means of specifying the harm or injury to an object, person or entity, resulting in loss of value or the impairment of usefulness.

Diagram

XML Schema

<xs:complexType name="DamageType">
<xs:annotation>
<xs:documentation>
A data type for a means of specifying the harm or injury to an object, person or entity, resulting in loss of value or the impairment of usefulness.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:DamageLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DamageDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DamagePercent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DamageAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>