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

Documentation
							A list of ad units in collection
					
Properties
This component is not nillable.

Model
<ad_units
  type = xs:NMTOKEN>
ad_unit*
</ad_units>


Nested Element Summary
 ad_unit
           An individual ad unit in the list  

Attribute Summary
 xs:NMTOKENtype
          

Attribute Detail

type

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

Source
<xs:element name="ad_units">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="adgear:ad_unit">
</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.