biom:SegmentChannelInformationType

complexType SegmentChannelInformationType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type for a description of the transducer and transmission channel used to capture a recording.

Diagram

XML Schema

<xs:complexType name="SegmentChannelInformationType">
<xs:annotation>
<xs:documentation>
A data type for a description of the transducer and transmission channel used to capture a recording.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:SegmentIDList" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="biom:AudioCaptureDeviceCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TransducerPrincipleCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AudioCaptureEnvironmentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TransducerDistanceValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:AcquisitionSourceCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TransductionAlterationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ChannelCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentChannelInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>