| diagram | ![]() |
||
| namespace | urn:tva:mpeg7:2005 | ||
| type | extension of mpeg7:MediaLocatorType | ||
| properties |
|
||
| children | mpeg7:MediaUri mpeg7:InlineMedia mpeg7:StreamID mpeg7:MediaTime mpeg7:BytePosition | ||
| used by |
|
||
| 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> |
| diagram | ![]() |
||
| namespace | urn:tva:mpeg7:2005 | ||
| type | mpeg7:MediaTimeType | ||
| properties |
|
||
| children | mpeg7:MediaTimePoint mpeg7:MediaDuration mpeg7:MediaIncrDuration | ||
| source | <xs:element name="MediaTime" type="mpeg7:MediaTimeType"/> |
| diagram | ![]() |
||||||||||||||||||
| namespace | urn:tva:mpeg7:2005 | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| 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> |
| type | xs:nonNegativeInteger | ||
| properties |
|
||
| source | <xs:attribute name="offset" type="nonNegativeInteger" use="required"/> |
| type | xs:positiveInteger | ||
| properties |
|
||
| source | <xs:attribute name="length" type="positiveInteger" use="optional"/> |