mo:ListOptionSettingDataType

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

Definition

A data type for a setting that is specific by a value within a given list of options.

Diagram

XML Schema

<xs:complexType name="ListOptionSettingDataType">
<xs:annotation>
<xs:documentation>
A data type for a setting that is specific by a value within a given list of options.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:SettingCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:SettingMultipleValuesAllowedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ListOptionSettingDataAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>