biom:DiaryInformationType

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

Definition

A data type that lists basic information and timings within the voice recording of interest.

Diagram

XML Schema

<xs:complexType name="DiaryInformationType">
<xs:annotation>
<xs:documentation>
A data type that lists basic information and timings within the voice recording of interest.
</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:RelativeStartTimeInMSValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RelativeEndTimeInMSValue" 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>