attribute "xlink:actuate"
Namespace:
Type:
anonymous (restriction of xs:NMTOKEN)
Defined:
globally in eruditxlink.xsd, see XML source
Used:
XML Representation Summary
<...
    xlink:actuate
 = 
enumeration of xs:NMTOKEN
...>
Attribute Value Detail:
Enumeration:
"onLoad", "onRequest", "other", "none"

Known Usage Locations
Anonymous Type Detail
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"onLoad", "onRequest", "other", "none"
XML Source (see within schema source)
<xs:attribute name="actuate">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="onLoad"/>
<xs:enumeration value="onRequest"/>
<xs:enumeration value="other"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set