biom:TimeSegmentType

complexType TimeSegmentType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a time segment in a video or audio representation

Diagram

XML Schema

<xs:complexType name="TimeSegmentType">
<xs:annotation>
<xs:documentation>
A data type for a time segment in a video or audio representation
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:TimeSegmentStartTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TimeSegmentEndTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TimeSegmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>