cbrn:DataFileCaptureType

complexType DataFileCaptureType in namespace http://release.niem.gov/niem/domains/cbrn/4.1/

Definition

A data type defining the strcuture of how the data file is captured.

Diagram

XML Schema

<xs:complexType name="DataFileCaptureType">
<xs:annotation>
<xs:documentation>
A data type defining the strcuture of how the data file is captured.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:DataFileCaptureStartDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileCaptureDuration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileCaptureByDevice" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileCaptureDeviceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileCreatedByDeviceDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:EncounterDeviceCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MIMEEncodingCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MIMEContentCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileCreatedByDeviceLocationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileCaptureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>