complexType TemporalSegmentLocatorType
diagram gluon3_1_p1432.png
namespace urn:tva:mpeg7:2005
type extension of mpeg7:MediaLocatorType
properties
base mpeg7:MediaLocatorType
children mpeg7:MediaUri mpeg7:InlineMedia mpeg7:StreamID mpeg7:MediaTime mpeg7:BytePosition
used by
elements TitleMediaType/TitleAudio TitleMediaType/TitleVideo
source <xs:complexType name="TemporalSegmentLocatorType">
 
<xs:complexContent>
   
<xs:extension base="mpeg7:MediaLocatorType">
     
<xs:choice minOccurs="0">
       
<xs:element name="MediaTime" type="mpeg7:MediaTimeType"/>
       
<xs:element name="BytePosition">
         
<xs:complexType>
           
<xs:attribute name="offset" type="nonNegativeInteger" use="required"/>
           
<xs:attribute name="length" type="positiveInteger" use="optional"/>
         
</xs:complexType>
       
</xs:element>
     
</xs:choice>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element TemporalSegmentLocatorType/MediaTime
diagram gluon3_1_p1433.png
namespace urn:tva:mpeg7:2005
type mpeg7:MediaTimeType
properties
content complex
children mpeg7:MediaTimePoint mpeg7:MediaDuration mpeg7:MediaIncrDuration
source <xs:element name="MediaTime" type="mpeg7:MediaTimeType"/>

element TemporalSegmentLocatorType/BytePosition
diagram gluon3_1_p1434.png
namespace urn:tva:mpeg7:2005
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
offset  xs:nonNegativeInteger  required      
length  xs:positiveInteger  optional      
source <xs:element name="BytePosition">
 
<xs:complexType>
   
<xs:attribute name="offset" type="nonNegativeInteger" use="required"/>
   
<xs:attribute name="length" type="positiveInteger" use="optional"/>
 
</xs:complexType>
</xs:element>

attribute TemporalSegmentLocatorType/BytePosition/@offset
type xs:nonNegativeInteger
properties
use required
source <xs:attribute name="offset" type="nonNegativeInteger" use="required"/>

attribute TemporalSegmentLocatorType/BytePosition/@length
type xs:positiveInteger
properties
use optional
source <xs:attribute name="length" type="positiveInteger" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy