diagram | |||||||||||||||||||||||||||||||
namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||||||||||||||||||||||||||
type | extension of xs:long | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="editUnitNumberType"> <xs:annotation> <xs:documentation>A complex type to express a number of edit units. An editUnit is the inverse of the edit rate, or corrected edit rate as the result of editUnit=1/(editrate*(factorNumerator/factorDenominator)).</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="long"> <xs:attribute name="editRate" type="positiveInteger"> <xs:annotation> <xs:documentation>The base number of frames or samples per seconds. This base number can be corrected by a factor calculated as the result of 'factorNumerator/factorDenominator'. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="factorNumerator" type="positiveInteger" default="1"> <xs:annotation> <xs:documentation>The numerator of the correction factor.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="factorDenominator" type="positiveInteger" default="1"> <xs:annotation> <xs:documentation>The denominator of the correction factor.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:positiveInteger | ||
annotation |
|
||
source | <xs:attribute name="editRate" type="positiveInteger"> <xs:annotation> <xs:documentation>The base number of frames or samples per seconds. This base number can be corrected by a factor calculated as the result of 'factorNumerator/factorDenominator'. </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:positiveInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="factorNumerator" type="positiveInteger" default="1"> <xs:annotation> <xs:documentation>The numerator of the correction factor.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:positiveInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="factorDenominator" type="positiveInteger" default="1"> <xs:annotation> <xs:documentation>The denominator of the correction factor.</xs:documentation> </xs:annotation> </xs:attribute> |