complexType editUnitNumberType
diagram gluon3_1_p795.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type extension of xs:long
properties
base long
used by
elements timeType/editUnitNumber durationType/editUnitNumber
attributes
Name  Type  Use  Default  Fixed  Annotation
editRate  xs:positiveInteger        
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'.
factorNumerator  xs:positiveInteger    1    
documentation
The numerator of the correction factor.
factorDenominator  xs:positiveInteger    1    
documentation
The denominator of the correction factor.
annotation
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)).
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>

attribute editUnitNumberType/@editRate
type xs:positiveInteger
annotation
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'.
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>

attribute editUnitNumberType/@factorNumerator
type xs:positiveInteger
properties
default 1
annotation
documentation
The numerator of the correction factor.
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>

attribute editUnitNumberType/@factorDenominator
type xs:positiveInteger
properties
default 1
annotation
documentation
The denominator of the correction factor.
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>


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