mo:SettingPresetData
An original value or set of data given for a setting.
Element information
Namespace: http://release.niem.gov/niem/domains/militaryOperations/4.1/
Schema document: domains/militaryOperations/4.1/mo.xsd
Type: mo:SettingDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- Choice [0..*]
- mo:GroupSettingDataA set of information about multiple settings grouped together.
- mo:IndicatorSettingDataA setting that is a true or false value
- mo:ListOptionSettingDataA setting that is specific by a value within a given list of options.
- mo:ValueSettingDataA setting that is specified by a value or measure.
- mo:RangeSettingDataA setting that is specified by a value or measure within a given range.
- mo:ZoneSettingDataA setting that specifies zone information.
from subst. group mo:SettingDataRepresentationfrom subst. group mo:ValueSettingData - mo:SettingDataAugmentationPointAbstract [0..*]An augmentation point for type mo:SettingDataType
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group mo:SettingDataAugmentationPoint
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:SettingType (Elements mo:DeviceConfigurationSetting, mo:Setting)
Sample instance
<mo:SettingPresetData> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <mo:GroupSettingData> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <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>... </mo:SettingData> <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> <mo:GroupSettingDataAugmentationPoint>any content</mo:GroupSettingDataAugmentationPoint> </mo:GroupSettingData> <mo:SettingDataAugmentationPoint>any content</mo:SettingDataAugmentationPoint> </mo:SettingPresetData>