<xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="item"> <xs:complexType> <xs:all> <xs:element name="inventory_type" type="adgear:string"> </xs:element> <xs:element name="inventory_id" type="adgear:long"> </xs:element> <xs:element name="inventory_name" type="adgear:string"> </xs:element> <xs:element name="sold_impressions_percentage" type="adgear:float"> </xs:element> <xs:element name="impressions" 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>