MPEG-7 Schema Search Engine

 search list tutrial



KeywordAnnotationType

  <complexType name="KeywordAnnotationType">
    <sequence>
      <element name="Keyword" minOccurs="1" maxOccurs="unbounded">
        <complexType>
          <simpleContent>
            <extension base="mpeg7:TextualType">
              <attribute name="type" use="optional" default="main">
                <simpleType>
                  <restriction base="NMTOKEN">
                    <enumeration value="main"/>
                    <enumeration value="secondary"/>
                    <enumeration value="other"/>
                  </restriction>
                </simpleType>
              </attribute>
            </extension>
          </simpleContent>
        </complexType>
      </element>
    </sequence>
    <attribute ref="xml:lang" use="optional"/>
  </complexType>