a.link.actuate

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
actuate restriction of xs:token required

Source

<xs:attributeGroup name="a.link.actuate">
  <xs:attribute name="actuate" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="onload"/>
        <xs:enumeration value="onrequest"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>