biom:ContentDiaryInformationType

complexType ContentDiaryInformationType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/

Definition

A data type lists highly-detailed timings within the voice recording of specific audio segments of interest.

Diagram

XML Schema

<xs:complexType name="ContentDiaryInformationType">
<xs:annotation>
<xs:documentation>
A data type lists highly-detailed timings within the voice recording of specific audio segments of interest.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:TagStartDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TagEndDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:OriginalRecordingDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentRecordingStartDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentRecordingEndDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TimeSourceDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TimeCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ContentDiaryInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>