The product attribute specifies which type of Cedrus device the element is controlling.
<xid>
| Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| product | cedrusproductenum | 
                        
  | 
                
The default value is random.
The following creates an xid element for a response pad so that its properties can be retrieved in script, and sets the default input device to XID:
<xid rb>
/ product = responsePad
</xid>
<defaults>
/ inputDevice = XID
</defaults>