mo:GroupSettingData
A set of information about multiple settings grouped together.
Element information
Namespace: http://release.niem.gov/niem/domains/militaryOperations/4.1/
Schema document: domains/militaryOperations/4.1/mo.xsd
Type: mo:GroupSettingDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- mo:Setting [0..*]A set of information about a configuration setting.
- mo:GroupSettingDataAugmentationPointAbstract [0..*]An augmentation point for type mo:GroupSettingDataType
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group mo:GroupSettingDataAugmentationPoint
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:IndicatorSettingDataType via extension of mo:SettingDataType (Element mo:IndicatorSettingData)
- Type mo:ListOptionSettingDataType via extension of mo:SettingDataType (Element mo:ListOptionSettingData)
- Type mo:RangeValueSettingDataType via extension of mo:SettingDataType (Element mo:RangeSettingData)
- Type mo:SettingDataType (Elements mo:SettingData, mo:SettingPresetData)
- Type mo:ValueSettingDataType via extension of mo:SettingDataType (Element mo:ValueSettingData)
- Type mo:ZoneSettingDataType via extension of mo:SettingDataType (Element mo:ZoneSettingData)
Substitution hierarchy
- mo:SettingDataRepresentation
- can be substituted with mo:GroupSettingData
Sample instance
<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> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <mo:SettingDataAugmentationPoint>any content</mo:SettingDataAugmentationPoint> </mo:SettingData> <mo:SettingPresetData> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <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> <mo:GroupSettingDataAugmentationPoint>any content</mo:GroupSettingDataAugmentationPoint> </mo:GroupSettingData>