mpeg7:TimeType

Complex Type Information

Model

Used By

Source

<complexType name="TimeType">
  <sequence>
    <choice>
      <element name="TimePoint" type="mpeg7:timePointType"/>
      <element name="RelTimePoint" type="mpeg7:RelTimePointType"/>
      <element name="RelIncrTimePoint" type="mpeg7:RelIncrTimePointType"/>
    </choice>
    <choice minOccurs="0">
      <element name="Duration" type="mpeg7:durationType"/>
      <element name="IncrDuration" type="mpeg7:IncrDurationType"/>
    </choice>
  </sequence>
</complexType>