simpleType basicDurationType
namespace urn:tva:mpeg7:2005
type restriction of xs:string
properties
base string
used by
simpleTypes durationType mediaDurationType mediaTimeOffsetType timeOffsetType
facets
Kind Value Annotation
pattern \-?P(\d+D)?(T(\d+H)?(\d+M)?(\d+S)?(\d+N)?(\d{2}f)?)?(\d+F)?((\-|\+)\d{2}:\d{2}Z)?
source <xs:simpleType name="basicDurationType">
 
<xs:restriction base="string">
   
<xs:pattern value="\-?P(\d+D)?(T(\d+H)?(\d+M)?(\d+S)?(\d+N)?(\d{2}f)?)?(\d+F)?((\-|\+)\d{2}:\d{2}Z)?"/>
 
</xs:restriction>
</xs:simpleType>


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