Version 8.2.2
 —  Tamino XML Schema Reference Guide  —

tsd:onUpdate

This element can be used in different contexts:

  1. In the context of tsd:xTension

    Purpose As a child of tsd:xTension, this element specifies information on keys.
    Parent element tsd:xTension
    Child elements None
    Attributes value
    Type xs:string
    Attributes
    Name Type Description
    value xs:boolean Either "TRUE" or "FALSE".
  2. In the context of tsd:trigger

    Purpose As a child of tsd:trigger, the element can be used to specify additional information for the definition of action triggers.
    Parent element tsd:trigger
    Child elements tsd:parameters
    Attributes name, type
    Type xs:string
    Attributes
    Name Type Description
    type xs:NMTOKEN The type attribute of the tsd:onUpdate element can only have the value "action".
    name xs:NCName Can be used, instead of the text value inside the tsd:onUpdate element, to specify the name of the server extension function.

    Example

    See tsd:trigger.

Top of page