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

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

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


Nested Element Summary
adgear:long__order__
           The order of this impression in relation to other impressions in the template  
adgear:stringname
           The name of the impression  
adgear:booleanoptional
           Dictates whether an ad unit based on this template must have this impression or not  
adgear:stringpretty_name
           A human-readable, pretty name for the impression ; Intended to be displayed in a user interface  
adgear:booleanskip_schema_validation
           Dictates whether an ad unit based on this template should validate this impression  
adgear:booleanuser_defined
           Whether this is a user-defined variable or a system-defined variable  
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="impression">
<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.