cbrn:InspectionDataType

complexType InspectionDataType in namespace http://release.niem.gov/niem/domains/cbrn/5.0/

Definition

A data type for information regarding an inspection of an item of interest.

Diagram

XML Schema

<xs:complexType name="InspectionDataType">
<xs:annotation>
<xs:documentation>
A data type for information regarding an inspection of an item of interest.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:ScanIdentificationData" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ThreatLevelDeterminationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:InspectionEventDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SystemUserNameAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:InspectionResolutionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:InspectionDataAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>