cbrn:ScanIdentificationType

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

Definition

A data type that provides identification data about a scan.

Diagram

XML Schema

<xs:complexType name="ScanIdentificationType">
<xs:annotation>
<xs:documentation>
A data type that provides identification data about a scan.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:MeasuredItemID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MeasuredItemKindAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MeasuredItemIDKindAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:TraversalID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DetectionEventUUID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ScanQualityCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ScanIdentificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>