http://adgear.com/api/schemas/xml#input
complexType ad_unit_variable

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#input}ad_unit_variable (restriction)

Properties
This component is not nillable.

Model
<...>
(id? ; _delete? ; name? ; value?)
</...>


Nested Element Summary
xs:boolean_delete
           Set to true to indicate you wish to delete an existing ad unit variable ; Works in conjunction with id  
xs:longid
           AdGear's internal ID of the ad unit variable you are updating ; Do not supply to indicate a new ad unit variable  
xs:stringname
           The name of the ad unit variable  
xs:stringvalue
           The value of the ad unit variable  
Source
<xs:complexType name="ad_unit_variable">
<xs:all>
<xs:element minOccurs="0" name="id" type="xs:long">
</xs:element>
<xs:element minOccurs="0" name="_delete" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="value" type="xs:string">
</xs:element>
</xs:all>
</xs:complexType>


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