biom:SegmentContentInformationType

complexType SegmentContentInformationType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/

Definition

A data type 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.

Diagram

XML Schema

<xs:complexType name="SegmentContentInformationType">
<xs:annotation>
<xs:documentation>
A data type 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.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:SegmentIDList" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentTranscriptText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentTranscriptLanguageCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentPhoneticTranscriptText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PhoneticTranscriptConventionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentTranslationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentTranslationLanguageCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentContentCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TranscriptAuthorityCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentContentInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>