complexType BitRateType
diagram gluon3_1_p1017.png
namespace urn:tva:metadata:2005
type extension of xs:nonNegativeInteger
properties
base nonNegativeInteger
used by
element AVAttributesType/BitRate
attributes
Name  Type  Use  Default  Fixed  Annotation
variable  xs:boolean  optional  false    
minimum  xs:unsignedLong  optional      
average  xs:unsignedLong  optional      
maximum  xs:unsignedLong  optional      
source <xs:complexType name="BitRateType">
 
<xs:simpleContent>
   
<xs:extension base="nonNegativeInteger">
     
<xs:attribute name="variable" type="boolean" use="optional" default="false"/>
     
<xs:attribute name="minimum" type="unsignedLong" use="optional"/>
     
<xs:attribute name="average" type="unsignedLong" use="optional"/>
     
<xs:attribute name="maximum" type="unsignedLong" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute BitRateType/@variable
type xs:boolean
properties
use optional
default false
source <xs:attribute name="variable" type="boolean" use="optional" default="false"/>

attribute BitRateType/@minimum
type xs:unsignedLong
properties
use optional
source <xs:attribute name="minimum" type="unsignedLong" use="optional"/>

attribute BitRateType/@average
type xs:unsignedLong
properties
use optional
source <xs:attribute name="average" type="unsignedLong" use="optional"/>

attribute BitRateType/@maximum
type xs:unsignedLong
properties
use optional
source <xs:attribute name="maximum" type="unsignedLong" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy