biom:RedactionDiaryInformation
A data type indicates that redaction has occurred and lists the timings within the voice recording of redacted (overwritten) audio segments.
Element information
Namespace: http://release.niem.gov/niem/domains/biometrics/3.1/
Schema document: domains/biometrics/3.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:RelativeStartTime [0..*]A number that gives the relative start time
- biom:RelativeEndTime [0..*]A number that gives the relative end time
- biom:DiaryCommentText [0..*]A comment to contain additional information about the codec or additional instructions for reconstruction of the original digital media data file.
- 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: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:RedactionDiaryInformation> <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:RelativeStartTime>12:00:00</biom:RelativeStartTime> <biom:RelativeEndTime>12:00:00</biom:RelativeEndTime> <biom:DiaryCommentText>string</biom:DiaryCommentText> <biom:DiaryInformationAugmentationPoint>any content</biom:DiaryInformationAugmentationPoint> </biom:RedactionDiaryInformation>