mo:Setting
A set of information about a configuration setting.
Element information
Namespace: http://release.niem.gov/niem/domains/militaryOperations/4.1/
Schema document: domains/militaryOperations/4.1/mo.xsd
Type: mo:SettingType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- mo:SettingID [0..*]An identifier of a setting.
- mo:SettingName [0..*]A name of a setting.
- mo:SettingDescriptionText [0..*]A description of a setting.
- mo:SettingData [0..*]A value or set of data for a setting.
- mo:SettingPresetData [0..*]An original value or set of data given for a setting.
- mo:SettingEnabledIndicator [0..*]True if a setting is enabled; false otherwise.
- mo:SettingReadOnlyIndicator [0..*]True if a setting is read only; false otherwise.
- mo:SettingExclusiveControlIndicator [0..*]True if a setting requires exclusive control; false otherwise.
- mo:SettingDisplayElementAbstractAbstract [0..*]A data concept for a kind of element that may be used to represent the setting in a user display.
- mo:SettingAugmentationPointAbstract [0..*]An augmentation point for type mo:SettingType
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group mo:SettingDisplayElementAbstractfrom subst. group mo:SettingAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:uri | [0..1] | xsd:anyURI | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type mo:GroupSettingDataType (Element mo:GroupSettingData)
Sample instance
<mo:Setting> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <mo:SettingID>string</mo:SettingID> <mo:SettingName>string</mo:SettingName> <mo:SettingDescriptionText>string</mo:SettingDescriptionText> <mo:SettingData> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <mo:GroupSettingData> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <mo:GroupSettingDataAugmentationPoint>any content</mo:GroupSettingDataAugmentationPoint> </mo:GroupSettingData> <mo:SettingDataAugmentationPoint>any content</mo:SettingDataAugmentationPoint> </mo:SettingData> <mo:SettingPresetData> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <mo:GroupSettingData> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <mo:GroupSettingDataAugmentationPoint>any content</mo:GroupSettingDataAugmentationPoint> </mo:GroupSettingData> <mo:SettingDataAugmentationPoint>any content</mo:SettingDataAugmentationPoint> </mo:SettingPresetData> <mo:SettingEnabledIndicator>true</mo:SettingEnabledIndicator> <mo:SettingReadOnlyIndicator>true</mo:SettingReadOnlyIndicator> <mo:SettingExclusiveControlIndicator>true</mo:SettingExclusiveControlIndicator> <mo:SettingDisplayElementAbstract>any content</mo:SettingDisplayElementAbstract> <mo:SettingAugmentationPoint>any content</mo:SettingAugmentationPoint> </mo:Setting>