cbrn:DeviceIdentifierData
Identification information for a device.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:DeviceIdentifierType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:EncounterDeviceCategoryLevelCode [0..*] Description of the configuration level of a kind of encounter device; i.e., system, device, or component.
- cbrn:EncounterDeviceCategoryCode [0..*] Description of a kind of encounter device.
- cbrn:EncounterDeviceID [0..*] A device identifier that is specific to its deployment site or operating organization. There is no required format for the ID value.
- nc:ItemMakeName [0..*] A name of the manufacturer that produced an item.
- nc:ItemModelName [0..*] A name of a specific design or kind of item made by a manufacturer.
- cbrn:EncounterDeviceVersion [0..*] Version information for an encounter device.
- cbrn:DeviceInfoDateTime [0..*] DateTime of the device identifier data.
- cbrn:ParentDeviceCategoryCode [0..*] The category of the device that is the parent of the device identified by rn:RadEncounterDeviceID.
- cbrn:ParentDeviceID [0..*] The identifier of the device that is the parent of the device identified by rn:RadEncounterDeviceID.
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 |
Sample instance
<cbrn:DeviceIdentifierData> <cbrn:EncounterDeviceCategoryLevelCode>system</cbrn:EncounterDeviceCategoryLevelCode> <cbrn:EncounterDeviceCategoryCode>Subsite Controller</cbrn:EncounterDeviceCategoryCode> <cbrn:EncounterDeviceID>string</cbrn:EncounterDeviceID> <nc:ItemMakeName>string</nc:ItemMakeName> <nc:ItemModelName>string</nc:ItemModelName> <cbrn:EncounterDeviceVersion> <cbrn:VersionKindCode>unk</cbrn:VersionKindCode> <cbrn:CurrentVersionID>string</cbrn:CurrentVersionID> <cbrn:PriorVersionID>string</cbrn:PriorVersionID> </cbrn:EncounterDeviceVersion> <cbrn:DeviceInfoDateTime>2000-01-01T12:00:00</cbrn:DeviceInfoDateTime> <cbrn:ParentDeviceCategoryCode>Subsite Controller</cbrn:ParentDeviceCategoryCode> <cbrn:ParentDeviceID>string</cbrn:ParentDeviceID> </cbrn:DeviceIdentifierData>