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

Documentation
				Entity used when reading an ad unit template in AdGear
		
Properties
This component is not nillable.

Model
<ad_unit_template>
(name ; description ; family ; variables ; files ; impressions ; clicks ; interactions ; _urls)
</ad_unit_template>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
 clicks
           List of ad unit clicks defined by this template  
adgear:stringdescription
           The description of the template  
adgear:stringfamily
           The family of the template  
 files
           List of ad unit files defined by this template  
 impressions
           List of ad unit impressions defined by this template  
 interactions
           List of ad unit interactions defined by this template  
adgear:stringname
           The name of the template  
 variables
           List of ad unit variables defined by this template  
Source
<xs:element name="ad_unit_template">
<xs:complexType>
<xs:all>
<xs:element name="name" type="adgear:string">
</xs:element>
<xs:element name="description" type="adgear:string">
</xs:element>
<xs:element name="family" type="adgear:string">
</xs:element>
<xs:element name="variables">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="variable">
<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="value_is_url" type="adgear:boolean">
</xs:element>
<xs:element name="user_defined" type="adgear:boolean">
</xs:element>
<xs:element name="format" nillable="true" type="adgear:string">
</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:element name="base64" type="adgear:boolean">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="files">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="file">
<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="__order__" type="adgear:long">
</xs:element>
<xs:element name="user_defined" type="adgear:boolean">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="optional" type="adgear:boolean">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="skip_schema_validation" type="adgear:boolean">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="impressions">
<xs:complexType>
<xs:sequence>
<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>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="clicks">
<xs:complexType>
<xs:sequence>
<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>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="interactions">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="interaction">
<xs:complexType>
<xs:all>
<xs:element name="name" type="adgear:string">
</xs:element>
<xs:element name="user_defined" type="adgear:boolean">
</xs:element>
<xs:element name="optional" type="adgear:boolean">
</xs:element>
<xs:element name="__order__" type="adgear:long">
</xs:element>
<xs:element name="pretty_name" type="adgear:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="skip_schema_validation" type="adgear:boolean">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="_urls" type="adgear:_urls">
</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.