biom:DiscontinuityDiaryInformation
A data type indicates that discontinuity has occurred and lists the timings within the voice recording of discontinuity audio segments.
Element information
Namespace: http://release.niem.gov/niem/domains/biometrics/4.1/
Schema document: domains/biometrics/4.1/biom.xsd
Type: biom:DiaryInformationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- biom:SegmentID [0..*]An identifier for a specific time segment.
- biom:TrackChannelList [0..*]A list of track IDs for track and channel number list
- biom:RelativeStartTimeInMSValue [0..*]An indication in microseconds the time of the start of the redaction relative to the beginning of the voice recording
- biom:RelativeEndTimeInMSValue [0..*]An indication in microseconds the time of the end of the redaction relative to the beginning of the voice recording
- biom:DiaryCommentText [0..*]A comment to contain additional information about the diarization.
- biom:DiaryInformationAugmentationPointAbstract [0..*]An augmentation point for DiaryInformation
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group biom:DiaryInformationAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:uri | [0..1] | xsd:anyURI | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
Sample instance
<biom:DiscontinuityDiaryInformation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <biom:SegmentID>1</biom:SegmentID> <biom:TrackChannelList> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <biom:TrackID>1</biom:TrackID> <biom:TrackListAugmentationPoint>any content</biom:TrackListAugmentationPoint> </biom:TrackChannelList> <biom:RelativeStartTimeInMSValue>1</biom:RelativeStartTimeInMSValue> <biom:RelativeEndTimeInMSValue>1</biom:RelativeEndTimeInMSValue> <biom:DiaryCommentText>string</biom:DiaryCommentText> <biom:DiaryInformationAugmentationPoint>any content</biom:DiaryInformationAugmentationPoint> </biom:DiscontinuityDiaryInformation>