Schema Central > NIEM 3.2 > biom.xsd > biom:SegmentContentInformation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

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

Content

Attributes

NameOccTypeDescriptionNotes
structures:id [0..1]xsd:IDfrom type structures:ObjectType
structures:ref [0..1]xsd:IDREFfrom type structures:ObjectType
structures:metadata [0..1]xsd:IDREFSfrom type structures:ObjectType
structures:relationshipMetadata [0..1]xsd:IDREFSfrom type structures:ObjectType
Any attribute[0..*]Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: laxfrom 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>