MPEG-7 Schema Search Engine

 search list tutrial



TextAnnotationType

  <complexType name="TextAnnotationType">
    <choice minOccurs="1" maxOccurs="unbounded">
      <element name="FreeTextAnnotation" type="mpeg7:TextualType"/>
      <element name="StructuredAnnotation" type="mpeg7:StructuredAnnotationType"/>
      <element name="DependencyStructure" type="mpeg7:DependencyStructureType"/>
      <element name="KeywordAnnotation" type="mpeg7:KeywordAnnotationType"/>
    </choice>
    <attribute name="relevance" type="mpeg7:zeroToOneType" use="optional"/>
    <attribute name="confidence" type="mpeg7:zeroToOneType" use="optional"/>
    <attribute ref="xml:lang"/>
  </complexType>