<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> |