tva:BitRateType

Complex Type Information

Model

Attributes

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

Used By

Source

<complexType name="BitRateType">
  <simpleContent>
    <extension base="nonNegativeInteger">
      <attribute name="variable" type="boolean" use="optional" default="false"/>
      <attribute name="minimum" type="unsignedLong" use="optional"/>
      <attribute name="average" type="unsignedLong" use="optional"/>
      <attribute name="maximum" type="unsignedLong" use="optional"/>
    </extension>
  </simpleContent>
</complexType>