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

Documentation
								A list of the report's reportable types (group-by clause in SQL parlance)
						
Properties
This component is not nillable.

Model
<reportable_types
  type = xs:NMTOKEN>
reportable_type
</reportable_types>


Nested Element Summary
adgear:stringreportable_type
           AdGear's internal type of the segmentation type of the report  

Attribute Summary
 xs:NMTOKENtype
          

Attribute Detail

type

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

Source
<xs:element name="reportable_types">
<xs:complexType>
<xs:sequence>
<xs:element name="reportable_type" type="adgear:string">
</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.