cbrn:AlgorithmVersion
Version of an algorithm.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:AlgorithmVersionType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:VersionKindCode [0..*] A kind of physical implementation of a version, e.g., software, firmware, hardware, other. If "other", this should be explained in the algorithm description.
- cbrn:AlgorithmImplementationVersionID [0..*] External identifier of the physical implementation version of an algorithm. There is no required format for the ID value.
- cbrn:AlgorithmVersionReleaseDate [0..*] The release date of an algorithm version implementation.
- cbrn:AlgorithmVersionDescriptionText [0..*] Description of an algorithm version
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:algorithmTechnicalVersionText | [0..1] | xsd:string |
Used in
- Type cbrn:AlgorithmType (Element cbrn:AnalysisAlgorithm)
Sample instance
<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>