<xs:attribute name="actuate" use="optional" form="qualified">
<xs:annotation>
<xs:documentation>Defines whether a link occurs automatically or must be requested by the user.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="onLoad">
<xs:annotation>
<xs:documentation>Load the target resource(s) immediately.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="onRequest">
<xs:annotation>
<xs:documentation>Load the target resource(s) upon user request.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="none">
<xs:annotation>
<xs:documentation>Do not permit loading of the target resource(s).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="other">
<xs:annotation>
<xs:documentation>Behavior other than allowed by the other values of this attribute.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |