namespace | urn:ebu:metadata-schema:ebuCore_2014 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by | |||||||
facets |
|
||||||
annotation |
|
||||||
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> |