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

complexType "ns:ReviseStatusType"
Namespace:
Content:
complex, 5 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 5 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Contains data indicating whether an item has been revised since the listing became active and, if so, which among a subset of properties have been changed by the revision.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="ReviseStatusType">
<xs:sequence>
<xs:element name="ItemRevised" type="xs:boolean"/>
<xs:element minOccurs="0" name="BuyItNowAdded" type="xs:boolean"/>
<xs:element minOccurs="0" name="BuyItNowLowered" type="xs:boolean"/>
<xs:element minOccurs="0" name="ReserveLowered" type="xs:boolean"/>
<xs:element minOccurs="0" name="ReserveRemoved" type="xs:boolean"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 6/6)
ns:BuyItNowAdded
Type:
xs:boolean, predefined, simple content
This field is returned as true if a Buy It Now price has been added to the auction listing. This field is only returned if the original auction listing did not have a Buy It Now price, but a revision to that original listing included adding a Buy It Now price.
XML Representation Summary
<ns:BuyItNowAdded>
   
Content: 
{ xs:boolean }
</ns:BuyItNowAdded>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BuyItNowAdded" type="xs:boolean"/>

ns:BuyItNowLowered
Type:
xs:boolean, predefined, simple content
This field is returned as true if the Buy It Now price on the original auction listing was lowered as part of a revision to the original auction listing. This field is only returned if the Buy It Now price on the original auction listing was lowered as part of a revision to the original auction listing.
XML Representation Summary
<ns:BuyItNowLowered>
   
Content: 
{ xs:boolean }
</ns:BuyItNowLowered>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BuyItNowLowered" type="xs:boolean"/>

ns:ItemRevised
Type:
xs:boolean, predefined, simple content
This field is returned as true if the original listing has been revised. This field is always returned with the ReviseStatus container.
XML Representation Summary
<ns:ItemRevised>
   
Content: 
{ xs:boolean }
</ns:ItemRevised>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ItemRevised" type="xs:boolean"/>

ns:ReserveLowered
Type:
xs:boolean, predefined, simple content
This field is returned as true if the Reserve price on the original auction listing was lowered as part of a revision to the original auction listing. This field is only returned if the Reserve price on the original auction listing was lowered as part of a revision to the original auction listing.
XML Representation Summary
<ns:ReserveLowered>
   
Content: 
{ xs:boolean }
</ns:ReserveLowered>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ReserveLowered" type="xs:boolean"/>

ns:ReserveRemoved
Type:
xs:boolean, predefined, simple content
This field is returned as true if the Reserve price on the original auction listing was removed as part of a revision to the original auction listing. This field is only returned if the Reserve price on the original auction listing was removed as part of a revision to the original auction listing.
XML Representation Summary
<ns:ReserveRemoved>
   
Content: 
{ xs:boolean }
</ns:ReserveRemoved>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ReserveRemoved" type="xs:boolean"/>

{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.