complexType durationType
diagram gluon3_1_p787.png
namespace urn:ebu:metadata-schema:ebuCore_2014
children ebucore:timecode ebucore:normalPlayTime ebucore:editUnitNumber ebucore:duration
used by
elements formatType/duration partType/partDuration
attributes
Name  Type  Use  Default  Fixed  Annotation
typeLabel  xs:string        
documentation
Free text to define the type of the associated element.
typeDefinition  xs:string        
documentation
Free text to provide a definition for the type.
typeLink  xs:anyURI        
documentation
A URI to link e.g. to a type in a classification scheme.
typeSource  xs:string        
documentation
To identify a source of attribution.
typeLanguage  xs:language        
documentation
To define the language in which the type information is provided.
annotation
documentation
To specify a duration.
source <xs:complexType name="durationType">
 
<xs:annotation>
   
<xs:documentation> To specify a duration. </xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="timecode" type="ebucore:timecodeType">
     
<xs:annotation>
       
<xs:documentation>To express the duration using timecode compliant with SMPTE ST
2021-1:2009
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="normalPlayTime" type="duration">
     
<xs:annotation>
       
<xs:documentation>To express the duration in the format HH:MM:SS.S</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="editUnitNumber" type="ebucore:editUnitNumberType">
     
<xs:annotation>
       
<xs:documentation> The express the duration as a number of edit Units
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="duration">
     
<xs:annotation>
       
<xs:documentation>To express the duration in a user defined time format e.g. in a
number seconds
</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="string">
           
<xs:attributeGroup ref="ebucore:formatGroup">
             
<xs:annotation>
               
<xs:documentation> To specify the format od a user defined
duration.
</xs:documentation>
             
</xs:annotation>
           
</xs:attributeGroup>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:choice>
 
<xs:attributeGroup ref="ebucore:typeGroup">
   
<xs:annotation>
     
<xs:documentation> To specify a type of duration. </xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
</xs:complexType>

element durationType/timecode
diagram gluon3_1_p788.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:timecodeType
properties
content simple
facets
Kind Value Annotation
pattern (([0-1][0-9])|([2][0-3])):[0-5][0-9]:[0-5][0-9](([.,])|([:;]))[0-9]{2,5}
annotation
documentation
To express the duration using timecode compliant with SMPTE ST
2021-1:2009
source <xs:element name="timecode" type="ebucore:timecodeType">
 
<xs:annotation>
   
<xs:documentation>To express the duration using timecode compliant with SMPTE ST
2021-1:2009
</xs:documentation>
 
</xs:annotation>
</xs:element>

element durationType/normalPlayTime
diagram gluon3_1_p789.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type xs:duration
properties
content simple
annotation
documentation
To express the duration in the format HH:MM:SS.S
source <xs:element name="normalPlayTime" type="duration">
 
<xs:annotation>
   
<xs:documentation>To express the duration in the format HH:MM:SS.S</xs:documentation>
 
</xs:annotation>
</xs:element>

element durationType/editUnitNumber
diagram gluon3_1_p790.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type ebucore:editUnitNumberType
properties
content complex
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
The express the duration as a number of edit Units
source <xs:element name="editUnitNumber" type="ebucore:editUnitNumberType">
 
<xs:annotation>
   
<xs:documentation> The express the duration as a number of edit Units
</xs:documentation>
 
</xs:annotation>
</xs:element>

element durationType/duration
diagram gluon3_1_p791.png
namespace urn:ebu:metadata-schema:ebuCore_2014
type extension of xs:string
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
formatLabel  xs:string        
documentation
Free text to define the format of the associated element.
formatDefinition  xs:string        
documentation
Free text to provide a definition for the format.
formatLink  xs:anyURI        
documentation
A URI to link e.g. to a format in a classification scheme.
formatSource  xs:string        
documentation
To identify a source of attribution.
formatLanguage  xs:language        
documentation
To define the language in which the type information is provided.
annotation
documentation
To express the duration in a user defined time format e.g. in a
number seconds
source <xs:element name="duration">
 
<xs:annotation>
   
<xs:documentation>To express the duration in a user defined time format e.g. in a
number seconds
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="string">
       
<xs:attributeGroup ref="ebucore:formatGroup">
         
<xs:annotation>
           
<xs:documentation> To specify the format od a user defined
duration.
</xs:documentation>
         
</xs:annotation>
       
</xs:attributeGroup>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>


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