simpleType fillTimingAttrsType
namespace http://www.w3.org/2001/SMIL20/
type restriction of xs:string
used by
attribute fillTimingAttrs/@fill
facets
Kind Value annotation 
enumeration remove 
enumeration freeze 
enumeration hold 
enumeration auto 
enumeration default 
enumeration transition 
source <xs:simpleType name="fillTimingAttrsType">
 
<xs:restriction base="string">
   
<xs:enumeration value="remove"/>
   
<xs:enumeration value="freeze"/>
   
<xs:enumeration value="hold"/>
   
<xs:enumeration value="auto"/>
   
<xs:enumeration value="default"/>
   
<xs:enumeration value="transition"/>
 
</xs:restriction>
</xs:simpleType>


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