biom:DiaryInformationType

complexType DiaryInformationType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type indicates that redaction/discontinuity has occurred and lists the timings within the voice recording of redacted (overwritten)/discontinuity audio segments.

Diagram

XML Schema

<xs:complexType name="DiaryInformationType">
<xs:annotation>
<xs:documentation>
A data type indicates that redaction/discontinuity has occurred and lists the timings within the voice recording of redacted (overwritten)/discontinuity audio segments.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:SegmentID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TrackChannelList" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RelativeStartTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RelativeEndTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DiaryCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DiaryInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>