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

Documentation
							List of ad unit variables defined by this template
					
Properties
This component is not nillable.

Model
<variables
  type = xs:NMTOKEN>
variable
</variables>


Nested Element Summary
 variable
           An individual ad unit variable in the list  

Attribute Summary
 xs:NMTOKENtype
          

Attribute Detail

type

Type:
xs:NMTOKEN
Fixed:
array
Use:
required
Form:
unqualified

Source
<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>


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