complexType IncrDurationType
diagram gluon3_1_p1303.png
namespace urn:tva:mpeg7:2005
type extension of xs:integer
properties
base integer
used by
element TimeType/IncrDuration
attributes
Name  Type  Use  Default  Fixed  Annotation
timeUnit  mpeg7:durationType  optional      
source <xs:complexType name="IncrDurationType">
 
<xs:simpleContent>
   
<xs:extension base="integer">
     
<xs:attribute name="timeUnit" type="mpeg7:durationType" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute IncrDurationType/@timeUnit
type mpeg7:durationType
properties
use optional
facets
Kind Value Annotation
pattern \-?P(\d+D)?(T(\d+H)?(\d+M)?(\d+S)?(\d+N)?)?(\d+F)?((\-|\+)\d{2}:\d{2}Z)?
source <xs:attribute name="timeUnit" type="mpeg7:durationType" use="optional"/>


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