simpleType restartTimingType
namespace http://www.w3.org/2001/SMIL20/
type restriction of xs:string
used by
attribute restartTimingAttrs/@restart
facets
Kind Value annotation 
enumeration never 
enumeration always 
enumeration whenNotActive 
enumeration default 
source <xs:simpleType name="restartTimingType">
 
<xs:restriction base="string">
   
<xs:enumeration value="never"/>
   
<xs:enumeration value="always"/>
   
<xs:enumeration value="whenNotActive"/>
   
<xs:enumeration value="default"/>
 
</xs:restriction>
</xs:simpleType>


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