http://adgear.com/api/schemas/xml#input
element ad_spot

Documentation
				Entity used when creating or updating an ad spot in AdGear
		
Properties
This component is not nillable.

Model
<ad_spot>
(name? ; format_id?)
</ad_spot>


Nested Element Summary
xs:longformat_id
           AdGear's internal ID of the format of the ad spot ; May not be altered once the ad spot has been created  
xs:stringname
           The name of the ad spot  
Source
<xs:element name="ad_spot">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="format_id" type="xs:long">
</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.