Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:VeROReportedItemType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type defining the ReportedItem container which is returned in the GetVeROReportStatus response. The ReportedItem container consists of the ItemID of the item that has infringed upon the seller's copyright, trademark, or intellectual property rights, as well as the submission status of the VeRO Report.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="VeROReportedItemType">
<xs:sequence>
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element minOccurs="0" name="ItemStatus" type="ns:VeROItemStatusCodeType"/>
<xs:element minOccurs="0" name="ItemReasonForFailure" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:ItemID
Type:
ns:ItemIDType, simple content
The unique identifier (ItemID) of the listing reported for copyright, trademark, or intellectual property right infringment.

This field is always returned with the ReportedItem container.
XML Representation Summary
<ns:ItemID>
   
Content: 
{ xs:string }
</ns:ItemID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>

ns:ItemReasonForFailure
Type:
xs:string, predefined, simple content
This text explanation is submitted by eBay when the submission of an VeRO Report has failed or was blocked.

This field is only returned with the ReportedItem container if the ItemStatus value is SubmissionFailed or ClarificationRequired.
XML Representation Summary
<ns:ItemReasonForFailure>
   
Content: 
{ xs:string }
</ns:ItemReasonForFailure>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemReasonForFailure" type="xs:string"/>

ns:ItemStatus
Type:
This value indicates the current submission status of the VeRO Report.

This field is always returned with the ReportedItem container.
XML Representation Summary
<ns:ItemStatus>
   
Content: 
{ enumeration of xs:token }
</ns:ItemStatus>
Simple Content
Enumeration:
"Received"
 - 
(out) The VeRO report request for the item has been received by eBay.
"Submitted"
 - 
(out) The VeRO report request for the item has been submitted to eBay.
"Removed"
 - 
(out) The reported item has been ended by eBay.
"SubmissionFailed"
 - 
(out) The VeRO report request for the item failed.
"ClarificationRequired"
 - 
(out) The VeRO report request for the item has been received by eBay, but additional clarification is needed before eBay can end the item.
"CustomCode"
 - 
(out) Reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemStatus" type="ns:VeROItemStatusCodeType"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.