cbrn:DeviceParameter
Provides the readable and settable parameters of an encounter device.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:DeviceParameterType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:DeviceParameterName [0..*] Standardized name for a device parameter.
- cbrn:DeviceParameterVendorName [0..*] Device parameter's name used by a vendor of the device model, that is equivalent to the standardized parameter name.
- cbrn:DeviceParameterSettableIndicator [0..*] True if the device can be commanded to set/change the parameter's value; false otherwise.
- cbrn:DeviceParameterStatusIndicator [0..*] True if the device can be commanded to report the parameter's current value; false otherwise.
- Choice [0..*]
- cbrn:DeviceParameterMaxValue The maximum valid value to which a parameter may be set.
- cbrn:DeviceParameterMinValue The minimum valid value to which a parameter may be set.
- cbrn:DeviceParameterPointValue A parameter value where the value kind is decimal.
- cbrn:DeviceParameterValueIndicator A parameter value where the value kind is boolean.
- cbrn:DeviceParameterValueListName The name of the enumeration list that contains a parameter's valid values.
- cbrn:DeviceParameterValueListText A parameter value where the value kind is List.
- cbrn:DeviceParameterValueText A parameter value where the value kind is string.
from subst. group cbrn:DeviceParameterValue
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:parameterUnitsText | [0..1] | xsd:string |
Used in
Sample instance
<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>