simpleType timecodeType
namespace urn:ebu:metadata-schema:ebuCore_2014
type restriction of xs:string
properties
base string
used by
elements timeType/timecode durationType/timecode
attributes audioObjectType/@duration audioBlockFormatType/@duration audioProgrammeType/@end audioBlockFormatType/@rtime audioProgrammeType/@start audioObjectType/@start
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
The pattern to express the time using timecode compliant with SMPTE ST
12-1:2008
source <xs:simpleType name="timecodeType">
 
<xs:annotation>
   
<xs:documentation>The pattern to express the time using timecode compliant with SMPTE ST
12-1:2008
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="string">
   
<xs:pattern value="(([0-1][0-9])|([2][0-3])):[0-5][0-9]:[0-5][0-9](([.,])|([:;]))[0-9]{2,5}"/>
 
</xs:restriction>
</xs:simpleType>


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