cbrn:ParameterSetList
A set of parameters and their values.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ParameterSetListType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: cbrn:ParameterSet
Content
- Sequence [1..1]
- cbrn:ParameterNames [0..*] A list of parameter names in a parameter set. The order of the values and names must be the same.
- cbrn:ParameterValues [0..*] A list of parameter values in a parameter set. The order of the values and names must be the same.
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 |
Used in
- Type cbrn:ParameterSetType (Elements cbrn:AlgorithmParameterSet, cbrn:EncounterDeviceStatusParameters)
Substitution hierarchy
- cbrn:ParameterSet
- can be substituted with cbrn:ParameterSetList
Sample instance
<cbrn:ParameterSetList> <cbrn:ParameterNames>string string</cbrn:ParameterNames> <cbrn:ParameterValues>1.0 1.0</cbrn:ParameterValues> </cbrn:ParameterSetList>