cbrn:EncounterDeviceOperatorCommentsType
complexType EncounterDeviceOperatorCommentsType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for encounter device operator comments for general purpose devices employed in an encounter.
Diagram
XML Schema
<xs:complexType name="EncounterDeviceOperatorCommentsType">
<xs:annotation>
<xs:documentation>
A data type for encounter device operator comments for general purpose devices employed in an encounter.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="cbrn:DeviceOperatorCommentsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DeviceOperatorID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:EncounterDeviceOperatorCommentsAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>