namespace | http://gluon.nrk.no/gluon3_1 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="TimecodeType"> <xs:annotation> <xs:documentation>This should be a timecode in the format hh:mm:ss:ff/FF where: ff is the frame number and FF is the number of frame per second. There is no limitation in the number of digits for ff and FF </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]:([0-9])+/([0-9])+"/> </xs:restriction> </xs:simpleType> |