cbrn:DetectionEventUserEntryDataType
complexType DetectionEventUserEntryDataType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type that provides user/operator data entries relevant to the Detection Event, for identification of the measured item, its shielding, and operator comments.
Diagram
XML Schema
<xs:complexType name="DetectionEventUserEntryDataType">
<xs:annotation>
<xs:documentation>
A data type that provides user/operator data entries relevant to the Detection Event, for identification of the measured item, its shielding, and operator comments.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:EncounterDeviceOperatorComments" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DetectionEventUUID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:EncounterDeviceOperatorText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SystemUserNameAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MeasuredItemDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:Shielding" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DetectionEventUserEntryDataAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>