complexType animateType
diagram index_p1629.png
namespace http://www.w3.org/2001/SMIL20/Language
type extension of smil20:animatePrototype
properties
base smil20:animatePrototype
used by
elements animate animate
attributes
Name  Type  Use  Default  Fixed  annotation
attributeNamexs:stringrequired      
attributeTypederived by: xs:stringoptional  auto    
additivederived by: xs:stringoptional  replace    
accumulatederived by: xs:stringoptional  none    
toxs:stringoptional      
fromxs:stringoptional      
byxs:stringoptional      
valuesxs:stringoptional      
idxs:IDoptional      
classxs:stringoptional      
langoptional      
documentation
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
altxs:stringoptional      
longdescxs:anyURIoptional      
beginxs:string      
endxs:string      
durxs:string      
repeatDurxs:string      
repeatCountsmil20:nonNegativeDecimalType      
repeatxs:nonNegativeInteger      
minxs:string      
maxxs:string      
syncBehaviorsmil20:syncBehaviorType  default    
syncTolerancexs:stringoptional      
syncBehaviorDefaultsmil20:syncBehaviorDefaultType  inherit    
syncToleranceDefaultxs:string  inherit    
restartsmil20:restartTimingType  default    
restartDefaultsmil20:restartDefaultType  inherit    
fillsmil20:fillTimingAttrsType  default    
fillDefaultsmil20:fillDefaultType  inherit    
targetElementxs:IDREFoptional      
calcModederived by: xs:stringoptional  linear    
skip-contentxs:booleanoptional  true    
source <xs:complexType name="animateType">
 
<xs:complexContent>
   
<xs:extension base="smil20:animatePrototype">
     
<xs:choice minOccurs="0" maxOccurs="unbounded">
       
<xs:any namespace="##other" processContents="lax"/>
     
</xs:choice>
     
<xs:attributeGroup ref="smil20lang:CoreAttrs"/>
     
<xs:attributeGroup ref="smil20lang:TimingAttrs"/>
     
<xs:attributeGroup ref="smil20:animTargetAttrs"/>
     
<xs:attributeGroup ref="smil20:animModeAttrs"/>
     
<xs:attributeGroup ref="smil20:skipContentAttrs"/>
     
<xs:anyAttribute namespace="##any" processContents="strict"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


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