MPEG-7 Schema Search Engine

 search list tutrial



ContourShapeType

  <complexType name="ContourShapeType" final="#all">
    <complexContent>
      <extension base="mpeg7:VisualDType">
        <sequence>
          <element name="GlobalCurvature" type="mpeg7:curvatureType"/>
          <element name="PrototypeCurvature" type="mpeg7:curvatureType" minOccurs="0"/>
          <element name="HighestPeakY" type="mpeg7:unsigned7"/>
          <element name="Peak" minOccurs="1" maxOccurs="62">
            <complexType>
              <attribute name="peakX" type="mpeg7:unsigned6"/>
              <attribute name="peakY" type="mpeg7:unsigned3"/>
            </complexType>
          </element>
        </sequence>
      </extension>
    </complexContent>
  </complexType>