biom:ContentDiaryInformationType
complexType ContentDiaryInformationType 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="ContentDiaryInformationType">
<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:extension base="biom:DiaryInformationType">
<xs:sequence>
<xs:element ref="biom:DiaryTaggedDate" minOccurs="0" maxOccurs="unbounded"/>
<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>