<complexType name="ImageLocatorType"> <complexContent> <extension base="mpeg7:MediaLocatorType"> <choice minOccurs="0"> <element name="MediaTimePoint" type="mpeg7:mediaTimePointType"/> <!-- MediaRelTimePoint and MediaRelIncrTimePoint elements removed --> <element name="BytePosition"> <complexType> <attribute name="offset" type="nonNegativeInteger" use="required"/> <attribute name="length" type="positiveInteger" use="optional"/> </complexType> </element> </choice> </extension> </complexContent> </complexType> |