<complexType name="TemporalSegmentLocatorType"> <complexContent> <extension base="mpeg7:MediaLocatorType"> <choice minOccurs="0"> <element name="MediaTime" type="mpeg7:MediaTimeType"/> <element name="BytePosition"> <complexType> <attribute name="offset" type="nonNegativeInteger" use="required"/> <attribute name="length" type="positiveInteger" use="optional"/> </complexType> </element> </choice> </extension> </complexContent> </complexType> |