diagram | |||
namespace | urn:tva:mpeg7:2005 | ||
type | extension of mpeg7:MediaLocatorType | ||
properties |
|
||
children | mpeg7:MediaUri mpeg7:InlineMedia mpeg7:StreamID mpeg7:MediaTimePoint mpeg7:BytePosition | ||
used by |
|
||
source | <xs:complexType name="ImageLocatorType"> <xs:complexContent> <xs:extension base="mpeg7:MediaLocatorType"> <xs:choice minOccurs="0"> <xs:element name="MediaTimePoint" type="mpeg7:mediaTimePointType"/> <!-- MediaRelTimePoint and MediaRelIncrTimePoint elements removed --> <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:mediaTimePointType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="MediaTimePoint" type="mpeg7:mediaTimePointType"/> |
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"/> |