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

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

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


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


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