cbrn:CBRNECaseType

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

Definition

A data type for an aggregation of information about activities and events associated with detection and interdiction of CBRNE threats.

Diagram

XML Schema

<xs:complexType name="CBRNECaseType">
<xs:annotation>
<xs:documentation>
A data type for an aggregation of information about activities and events associated with detection and interdiction of CBRNE threats.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:CaseRequestCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseUUID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseStartDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseThreatLevelCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseEventDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseWindowStartDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseWindowEndDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseMetadata" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseKindCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseLocationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CasePriorityCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseClosedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseSetQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileSetQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DetectionEventUUID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CBRNECaseAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>