<xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="item"> <xs:complexType> <xs:all> <xs:element name="id" type="adgear:long"> </xs:element> <xs:element name="impressions" type="adgear:long"> </xs:element> <xs:element name="clicks" type="adgear:long"> </xs:element> <xs:element minOccurs="0" name="_urls" type="adgear:_urls"> </xs:element> </xs:all> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>