MPEG-7 Schema Search Engine

 search list tutrial



SpokenContentHeaderType

  <complexType name="SpokenContentHeaderType">
    <complexContent>
      <extension base="mpeg7:HeaderType">
        <sequence>
          <choice minOccurs="1" maxOccurs="unbounded">
            <!-- Information about the word and phone lexicons used to       -->
            <!-- represent the speech                                        -->
            <element name="WordLexicon" type="mpeg7:WordLexiconType"/>
            <element name="PhoneLexicon" type="mpeg7:PhoneLexiconType"/>
          </choice>
          <element name="ConfusionInfo" type="mpeg7:ConfusionCountType" minOccurs="0" maxOccurs="unbounded"/>
          <element name="DescriptionMetadata" type="mpeg7:DescriptionMetadataType" minOccurs="0"/>
          <!-- Information about the speakers in the audio                   -->
          <element name="SpeakerInfo" type="mpeg7:SpeakerInfoType" minOccurs="1" maxOccurs="unbounded"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>