cbrn:DeviceIdentificationType

complexType DeviceIdentificationType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type to provide information regarding an encounter device.

Diagram

XML Schema

<xs:complexType name="DeviceIdentificationType">
<xs:annotation>
<xs:documentation>
A data type to provide information regarding an encounter device.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:EncounterDeviceCategoryLevelCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:EncounterDeviceCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:EncounterDeviceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemMakeName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ItemModelName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:EncounterDeviceVersionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DeviceInfoDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ParentDeviceCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ParentDeviceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DeviceIdentificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>