biom:DiaryDetailType

complexType DiaryDetailType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type that uniquely identifies time segments, giving start and end times of each relative to the absolute beginning of the voice recording

Diagram

XML Schema

<xs:complexType name="DiaryDetailType">
<xs:annotation>
<xs:documentation>
A data type that uniquely identifies time segments, giving start and end times of each relative to the absolute beginning of the voice recording
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:SegmentID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TimeSegment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TimeSegmentTrackList" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TimeSegmentCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:OriginalRecordingDate" 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:DiaryDetailAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>