attributeGroup animNamedTargetAttrs
namespace http://www.w3.org/2001/SMIL20/
used by
complexTypes animateColorPrototype animatePrototype setPrototype
attributes
Name  Type  Use  Default  Fixed  annotation
attributeNamexs:stringrequired      
attributeTypederived by: xs:stringoptional  auto    
source <xs:attributeGroup name="animNamedTargetAttrs">
 
<xs:attribute name="attributeName" type="string" use="required"/>
 
<xs:attribute name="attributeType" use="optional" default="auto">
   
<xs:simpleType>
     
<xs:restriction base="string">
       
<xs:enumeration value="XML"/>
       
<xs:enumeration value="CSS"/>
       
<xs:enumeration value="auto"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:attributeGroup>

attribute animNamedTargetAttrs/@attributeName
type xs:string
properties
isRef 0
use required
source <xs:attribute name="attributeName" type="string" use="required"/>

attribute animNamedTargetAttrs/@attributeType
type restriction of xs:string
properties
isRef 0
default auto
use optional
facets
Kind Value annotation 
enumeration XML 
enumeration CSS 
enumeration auto 
source <xs:attribute name="attributeType" use="optional" default="auto">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="XML"/>
     
<xs:enumeration value="CSS"/>
     
<xs:enumeration value="auto"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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