complexType rationalType
diagram gluon3_1_p889.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type extension of xs:long
properties
base long
used by
element videoFormatType/frameRate
complexType technicalAttributeRationalType
attributes
Name  Type  Use  Default  Fixed  Annotation
factorNumerator  xs:integer    1    
documentation
The numerator of the fraction / rational number.
factorDenominator  xs:integer    1    
documentation
The denominator of the fraction / rational number.
annotation
documentation
A complex Type defining the structure of a technical attribute ot type
rational
source <xs:complexType name="rationalType">
 
<xs:annotation>
   
<xs:documentation> A complex Type defining the structure of a technical attribute ot type
rational
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="long">
     
<xs:attribute name="factorNumerator" type="integer" default="1">
       
<xs:annotation>
         
<xs:documentation> The numerator of the fraction / rational number.
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="factorDenominator" type="integer" default="1">
       
<xs:annotation>
         
<xs:documentation> The denominator of the fraction / rational number.
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute rationalType/@factorNumerator
type xs:integer
properties
default 1
annotation
documentation
The numerator of the fraction / rational number.
source <xs:attribute name="factorNumerator" type="integer" default="1">
 
<xs:annotation>
   
<xs:documentation> The numerator of the fraction / rational number.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute rationalType/@factorDenominator
type xs:integer
properties
default 1
annotation
documentation
The denominator of the fraction / rational number.
source <xs:attribute name="factorDenominator" type="integer" default="1">
 
<xs:annotation>
   
<xs:documentation> The denominator of the fraction / rational number.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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