====== < param > ====== ===== Description ===== The element specifies values that are passed into the or in . When is contained in a element, the values specified are used to initialize declarations in the subdialog that is invoked. The initialization takes precedence over the expr attribute in . ===== Syntax ===== ===== Attributes ===== |name|The name attribute is the name associated with the parameter. This attribute is required.| |value|The value attribute is the string value of the parameter. This attribute is required and either value or expr is required.| |expr|The expr attribute is an expression that yields the parameter value. This attribute is required and either value or expr is required.| |valuetype|The valuetype attribute indicates the reference type of the value. This attribute is not used for . This attribute is optional and defaults to data. \\ * data – the value is actual data. \\ * ref – the value referenced by a URI.| |type|The type attribute is the media type of the result provided by a URI if the valuetype is ref. This is only relevant for the uses of in the element. This attribute is optional.| ===== Parents ===== , ===== Children ===== None. ===== Extensions ===== None. ===== Limitations/Restrictions ===== None. ===== Example Code ===== This represents a document that calls the subdialog:
This represents a document containing the subdialog:
Hello, your birthday is and you are years old.