mpeg7:BitRate

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
average nonNegativeInteger optional
maximum nonNegativeInteger optional
minimum nonNegativeInteger optional
variable boolean false optional

Source

<element name="BitRate" minOccurs="0">
  <complexType>
    <simpleContent>
      <extension base="nonNegativeInteger">
        <attribute name="variable" type="boolean" use="optional" default="false"/>
        <attribute name="minimum" type="nonNegativeInteger" use="optional"/>
        <attribute name="average" type="nonNegativeInteger" use="optional"/>
        <attribute name="maximum" type="nonNegativeInteger" use="optional"/>
      </extension>
    </simpleContent>
  </complexType>
</element>

Sample