http://adgear.com/api/schemas/xml#output
element click

Documentation
										An individual ad unit click in the list
								
Properties
This component is not nillable.

Model
<click>
(name ; pretty_name ; optional ; user_defined ; __order__ ; skip_schema_validation?)
</click>


Nested Element Summary
adgear:long__order__
           The order of this clicks in relation to other clicks in the template  
adgear:stringname
           The name of the click  
adgear:booleanoptional
           Dictates whether an ad unit based on this template must have this click or not  
adgear:stringpretty_name
           A human-readable, pretty name for the click ; Intended to be displayed in a user interface  
adgear:booleanskip_schema_validation
           Dictates whether an ad unit based on this template should validate this click  
adgear:booleanuser_defined
           Whether this is a user-defined variable or a system-defined variable  
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="click">
<xs:complexType>
<xs:all>
<xs:element name="name" type="adgear:string">
</xs:element>
<xs:element name="pretty_name" type="adgear:string">
</xs:element>
<xs:element name="optional" type="adgear:boolean">
</xs:element>
<xs:element name="user_defined" type="adgear:boolean">
</xs:element>
<xs:element name="__order__" type="adgear:long">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="skip_schema_validation" type="adgear:boolean">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.