cbrn:EncounterDeviceVersion
Version information for an encounter device.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:EncounterDeviceVersionType
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:CurrentVersionID [0..*] Identifier of the current version. There is no required format for the ID value.
- cbrn:PriorVersionID [0..*] Version Identifier of the version immediately prior to the current version. There is no required format for the ID value.
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:CBRNEncounterDeviceType (Element cbrn:CBRNEncounterDevice)
- Type cbrn:DeviceIdentifierType (Element cbrn:DeviceIdentifierData)
Sample instance
<cbrn:EncounterDeviceVersion> <cbrn:VersionKindCode>unk</cbrn:VersionKindCode> <cbrn:CurrentVersionID>string</cbrn:CurrentVersionID> <cbrn:PriorVersionID>string</cbrn:PriorVersionID> </cbrn:EncounterDeviceVersion>