<xs:element name="timeDelim" minOccurs="0">
<xs:annotation>
<xs:documentation>A delimiter for a piece of streaming media content, expressed in various time formats</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="start" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The timestamp corresponding to the start of the part</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="end" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The timestamp corresponding to the end of the part</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="timeunit" type="QCodeType" use="required">
<xs:annotation>
<xs:documentation>The unit used for the start and end timestamps</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="editAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|