MPEG-7 Schema Search Engine

 search list tutrial



MotionActivityType

  <complexType name="MotionActivityType" final="#all">
    <complexContent>
      <extension base="mpeg7:VisualDType">
        <sequence>
          <element name="Intensity">
            <simpleType>
              <restriction base="mpeg7:unsigned3">
                <minInclusive value="1"/>
                <maxInclusive value="5"/>
              </restriction>
            </simpleType>
          </element>
          <element name="DominantDirection" type="mpeg7:unsigned3" minOccurs="0"/>
          <element name="SpatialDistributionParams" minOccurs="0">
            <complexType>
              <attribute name="numOfShortRuns" type="mpeg7:unsigned6" use="required"/>
              <attribute name="numOfMediumRuns" type="mpeg7:unsigned5" use="required"/>
              <attribute name="numOfLongRuns" type="mpeg7:unsigned5" use="required"/>
            </complexType>
          </element>
          <element name="SpatialLocalizationParams" minOccurs="0">
            <complexType>
              <choice>
                <element name="Vector4">
                  <simpleType>
                    <restriction>
                      <simpleType>
                        <list itemType="mpeg7:unsigned3"/>
                      </simpleType>
                      <length value="4"/>
                    </restriction>
                  </simpleType>
                </element>
                <element name="Vector16">
                  <simpleType>
                    <restriction>
                      <simpleType>
                        <list itemType="mpeg7:unsigned3"/>
                      </simpleType>
                      <length value="16"/>
                    </restriction>
                  </simpleType>
                </element>
                <element name="Vector64">
                  <simpleType>
                    <restriction>
                      <simpleType>
                        <list itemType="mpeg7:unsigned3"/>
                      </simpleType>
                      <length value="64"/>
                    </restriction>
                  </simpleType>
                </element>
                <element name="Vector256">
                  <simpleType>
                    <restriction>
                      <simpleType>
                        <list itemType="mpeg7:unsigned3"/>
                      </simpleType>
                      <length value="256"/>
                    </restriction>
                  </simpleType>
                </element>
              </choice>
            </complexType>
          </element>
          <element name="TemporalParams" minOccurs="0">
            <simpleType>
              <restriction>
                <simpleType>
                  <list itemType="mpeg7:unsigned6"/>
                </simpleType>
                <length value="5"/>
              </restriction>
            </simpleType>
          </element>
        </sequence>
      </extension>
    </complexContent>
  </complexType>