attribute actuate
namespace http://www.w3.org/1999/xlink
type restriction of xsd:string
used by
attributeGroups ArcAttributesGroup RequiredSimpleLinkAttributesGroup SimpleLinkAttributesGroup SimpleOrExtendedLinkAttributesGroup SimpleOrResourceAttributesGroup
facets
Kind Value annotation 
enumeration onLoad 
enumeration onRequest 
enumeration other 
enumeration none 
annotation
documentation

            The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows:
             onLoad - traverse to the ending resource immediately on loading the starting resource
             onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose
             other - behavior is unconstrained; examine other markup in link for hints
             none - behavior is unconstrained
         
source <xsd:attribute name="actuate">
 
<xsd:annotation>
   
<xsd:documentation>
            The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows:
             onLoad - traverse to the ending resource immediately on loading the starting resource
             onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose
             other - behavior is unconstrained; examine other markup in link for hints
             none - behavior is unconstrained
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="onLoad"/>
     
<xsd:enumeration value="onRequest"/>
     
<xsd:enumeration value="other"/>
     
<xsd:enumeration value="none"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>


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