cbrn:EncounterDeviceConfiguration
Encounter device configuration parameters.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:EncounterDeviceConfigurationType
Properties: Global, Qualified, Nillable
Content
- cbrn:DeviceParameter [0..*] Provides the readable and settable parameters of an encounter device.
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)
Sample instance
<cbrn:EncounterDeviceConfiguration> <cbrn:DeviceParameter> <cbrn:DeviceParameterName>string</cbrn:DeviceParameterName> <cbrn:DeviceParameterVendorName>string</cbrn:DeviceParameterVendorName> <cbrn:DeviceParameterSettableIndicator>true</cbrn:DeviceParameterSettableIndicator> <cbrn:DeviceParameterStatusIndicator>true</cbrn:DeviceParameterStatusIndicator> <cbrn:DeviceParameterMaxValue>1.0</cbrn:DeviceParameterMaxValue> </cbrn:DeviceParameter> </cbrn:EncounterDeviceConfiguration>