cbrn:TraversalType

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

Definition

A data type for the end-to-end workflow of a conveyance through an encounter process. One or more detection events occur during a traversal.

Diagram

XML Schema

<xs:complexType name="TraversalType">
<xs:annotation>
<xs:documentation>
A data type for the end-to-end workflow of a conveyance through an encounter process. One or more detection events occur during a traversal.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:ConveyanceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:TraversalID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:TraversalBeginDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:TraversalEndDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:TraversalOperatingModeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DetectionEventData" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ConveyanceBoundForCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:TraversalAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>