simpleType TimecodeType
namespace http://gluon.nrk.no/gluon3_1
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
pattern ([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]:([0-9])+/([0-9])+
annotation
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
 
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>


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