cbrncl:EncounterDeviceCategoryLevelCodeSimpleType

simpleType EncounterDeviceCategoryLevelCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/

Definition

A data type that defines the kind of encounter device category level.

Diagram

Enumerations

ValueDefinition
componentThe configuration level is a component of a device.
deviceThe configuration level is a device, which may be composed of components, and may be part of a system.
systemThe configuration level is a system, which may be composed of devices and systems.

XML Schema

<xs:simpleType name="EncounterDeviceCategoryLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the kind of encounter device category level.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="component">
<xs:annotation>
<xs:documentation>
The configuration level is a component of a device.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="device">
<xs:annotation>
<xs:documentation>
The configuration level is a device, which may be composed of components, and may be part of a system.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="system">
<xs:annotation>
<xs:documentation>
The configuration level is a system, which may be composed of devices and systems.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>