mpeg7:ExtendedLanguageType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
supplemental boolean false optional
type restriction of NMTOKEN original optional

Used By

Source

<complexType name="ExtendedLanguageType">
  <simpleContent>
    <extension base="language">
      <attribute name="type" use="optional" default="original">
        <simpleType>
          <restriction base="NMTOKEN">
            <enumeration value="original"/>
            <enumeration value="dubbed"/>
            <enumeration value="background"/>
          </restriction>
        </simpleType>
      </attribute>
      <attribute name="supplemental" type="boolean" use="optional" default="false"/>
    </extension>
  </simpleContent>
</complexType>