mo:EventType

complexType EventType in namespace http://release.niem.gov/niem/domains/militaryOperations/5.0/

Definition

A data type for the existence of a process or object at a location during a time interval.

Diagram

XML Schema

<xs:complexType name="EventType">
<xs:annotation>
<xs:documentation>
A data type for the existence of a process or object at a location during a time interval.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:EventName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventSymbolAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventValidityDateTimeRange" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventMessageDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventMotion" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventRelativeOrientation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventContact" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventComment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:EventAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>