mo:DeviceAugmentationType

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

Definition

A data type for additional information about a device.

Diagram

XML Schema

<xs:complexType name="DeviceAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a device.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:DeviceUUID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:OPEXCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DeviceLocatedMilitaryInstallationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DeviceSubCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DeviceHardwareVersionID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DeviceLocatedSectorName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DeviceConfiguration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SoftwareName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DevicePresetConfiguration" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>