Definition Type: Attribute
Name: actuate
Namespace: http://niem.gov/niem/external/w3c-xlink/1.0/dhs-gmo/1.0.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: xlinks.xsd
ContentType Restriction
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
Collapse XSD Schema Diagram:
XSD Diagram of actuate in schema xlinks_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<attribute name="actuate">
    <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
      </documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="onLoad" />
            <enumeration value="onRequest" />
            <enumeration value="other" />
            <enumeration value="none" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration onLoad
Enumeration onRequest
Enumeration other
Enumeration none