simpleType basicTimePointType
namespace urn:tva:mpeg7:2005
type restriction of xs:string
properties
base string
used by
simpleTypes mediaTimePointType timePointType
facets
Kind Value Annotation
pattern \-?(\d+(\-\d{2}(\-\d{2})?)?)?(T\d{2}(:\d{2}(:\d{2}(:\d+(\.\d{2})?)?)?)?)?(F\d+)?((\-|\+)\d{2}:\d{2})?
source <xs:simpleType name="basicTimePointType">
 
<xs:restriction base="string">
   
<xs:pattern value="\-?(\d+(\-\d{2}(\-\d{2})?)?)?(T\d{2}(:\d{2}(:\d{2}(:\d+(\.\d{2})?)?)?)?)?(F\d+)?((\-|\+)\d{2}:\d{2})?"/>
 
</xs:restriction>
</xs:simpleType>


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