cbrn:AnalysisAlgorithm
Algorithm used in the analysis of the encounter device data to produce an analysis results.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:AlgorithmType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:AlgorithmName [0..*] Name of an algorithm.
- cbrn:AlgorithmVersion [0..*] Version of an algorithm.
- cbrn:AlgorithmDescriptionText [0..*] Description of an algorithm.
- cbrn:AlgorithmCreatorName [0..*] Name of the organization that created an algorithm.
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
Sample instance
<cbrn:AnalysisAlgorithm> <cbrn:AlgorithmName>string</cbrn:AlgorithmName> <cbrn:AlgorithmVersion> <cbrn:VersionKindCode>unk</cbrn:VersionKindCode> <cbrn:AlgorithmImplementationVersionID>string</cbrn:AlgorithmImplementationVersionID> <cbrn:AlgorithmVersionReleaseDate>2000-01-01</cbrn:AlgorithmVersionReleaseDate> <cbrn:AlgorithmVersionDescriptionText>string</cbrn:AlgorithmVersionDescriptionText> </cbrn:AlgorithmVersion> <cbrn:AlgorithmDescriptionText>string</cbrn:AlgorithmDescriptionText> <cbrn:AlgorithmCreatorName>string</cbrn:AlgorithmCreatorName> </cbrn:AnalysisAlgorithm>