mo:ConditionType
complexType ConditionType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for a set of variables of an operational environment or situation in which a unit, system, or individual is expected to operate and may affect performance. A physical or behavioral state of a system that is required for the achievement of an objective.
Diagram
XML Schema
<xs:complexType name="ConditionType">
<xs:annotation>
<xs:documentation>
A data type for a set of variables of an operational environment or situation in which a unit, system, or individual is expected to operate and may affect performance. A physical or behavioral state of a system that is required for the achievement of an objective.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="mo:ConditionIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ConditionName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ConditionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>