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


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