| diagram |
 |
| namespace |
urn:tva:metadata:2005 |
| type |
extension of xs:nonNegativeInteger |
| properties |
|
| used by |
|
| 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> |