<xs:element name="timeDelim" minOccurs="0" maxOccurs="unbounded">
<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:attributeGroup ref="commonPowerAttributes" />
<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">
<xs:annotation>
<xs:documentation>The unit used for the start and end timestamps - expressed by a QCode / either the timeunit or the timeunituri attribute MUST be used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="timeunituri" type="IRIType">
<xs:annotation>
<xs:documentation>The unit used for the start and end timestamps - expressed by a URI / either the timeunit or the timeunituri attribute MUST be used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="renditionref" type="QCodeType">
<xs:annotation>
<xs:documentation>Refers to the content rendition with this QCode as rendition attribute value - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="renditionrefuri" type="IRIType">
<xs:annotation>
<xs:documentation>Refers to the content rendition with this QCode as rendition attribute value - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|