cbrn:AlgorithmParameterSet
Provides sets of parameters and values used with analysis algorithms to assess the data collected during a Detection Event.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ParameterSetType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- Choice [0..*]
- cbrn:ParameterSetList A set of parameters and their values.
- cbrn:ParameterSetPair A set of parameters and their values.
from subst. group cbrn:ParameterSet
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
cbrn:parameterSetID | [0..1] | xsd:string |
Used in
- Type cbrn:DetectionEventType (Element cbrn:DetectionEvent)
Sample instance
<cbrn:AlgorithmParameterSet> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:ParameterSetList> <cbrn:ParameterNames>string string</cbrn:ParameterNames> <cbrn:ParameterValues>1.0 1.0</cbrn:ParameterValues> </cbrn:ParameterSetList> </cbrn:AlgorithmParameterSet>