ParameterInit

This topic is not current. For the most current information, see the Print Schema Specification.

Defines a value for an instance of a ParameterDef element. A ParameterInit element is the target of the reference made by a ParameterRef element.

Element Tag

<ParameterInit>

XML Attributes

The following table lists the XML attributes that may be pertain to this element.

XML Attribute Details
name
Holds the name attribute of the ParameterDef element that is to be initialized within the context of the current document.

For more information, please see XML Attributes section.

Element Information

The following table lists the elements that may be parents of this element, the elements that may be children of this element, and any restrictions on the element itself.

Category Name or restriction
Parent elements
PrintTicket (PrintTicket root)
Child elements
Value (one)
This element
No character data is permitted.
Duplicate child siblings are not permitted.

Configuration Dependencies

None

Example

The following example initializes a parameter to 1. The example in ParameterDef demonstrates how to set all of the required Property elements for this parameter.

<psf:ParameterInit name="psk:PageCopyCount">
    <psf:Value xsi:type="xs:integer">1</psf:Value>
</psf:ParameterInit>

Print Schema Specification