biom:SegmentContentInformation
A field for an assessment of the content of the voice data within a list of identified time segments, including provision for semantic transcripts, phonetic transcriptions and translations of the segments.
Element information
Namespace: http://release.niem.gov/niem/domains/biometrics/3.1/
Schema document: domains/biometrics/3.1/biom.xsd
Type: biom:SegmentContentInformationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- biom:SegmentIDList [0..*]A list of segment identifiers.
- biom:SegmentTranscriptText [0..*]A semantic transcription of the contents of an identified list of time segments.
- biom:SegmentTranscriptLanguageCode [0..*]A 3 character ISO 639-3 code for the transcript language.
- biom:SegmentPhoneticTranscriptText [0..*]A phonetic transcription of the contents of an identified list of time segments.
- biom:PhoneticTranscriptConventionText [0..*]A phonetic transcript convention of an identified list of time segments.
- biom:SegmentTranslationText [0..*]A translation into a language other than the one in which the original segment was spoken.
- biom:SegmentTranslationLanguageCode [0..*]A 3 character ISO 639-3 code for the translation language.
- biom:SegmentContentCommentText [0..*]A comment on the content of the segment.
- biom:TranscriptAuthorityCommentText [0..*]A transcript authority comment text on the content of the segment.
- biom:SegmentContentInformationAugmentationPointAbstract [0..*]An augmentation point for SegmentContentInformation
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group biom:SegmentContentInformationAugmentationPoint
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:SegmentContentInformation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <biom:SegmentIDList> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <biom:SegmentID>1</biom:SegmentID> <biom:SegmentIDListAugmentationPoint>any content</biom:SegmentIDListAugmentationPoint> </biom:SegmentIDList> <biom:SegmentTranscriptText>string</biom:SegmentTranscriptText> <biom:SegmentTranscriptLanguageCode>aaa</biom:SegmentTranscriptLanguageCode> <biom:SegmentPhoneticTranscriptText>string</biom:SegmentPhoneticTranscriptText> <biom:PhoneticTranscriptConventionText>string</biom:PhoneticTranscriptConventionText> <biom:SegmentTranslationText>string</biom:SegmentTranslationText> <biom:SegmentTranslationLanguageCode>aaa</biom:SegmentTranslationLanguageCode> <biom:SegmentContentCommentText>string</biom:SegmentContentCommentText> <biom:TranscriptAuthorityCommentText>string</biom:TranscriptAuthorityCommentText> <biom:SegmentContentInformationAugmentationPoint>any content</biom:SegmentContentInformationAugmentationPoint> </biom:SegmentContentInformation>