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

complexType "ns:MarkUpMarkDownEventType"
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
Describes an individual mark-up or mark-down event. eBay will automatically mark an application as down if attempts to deliver a notification fail repeatedly. eBay may mark an application down manually under certain circumstances.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="MarkUpMarkDownEventType">
<xs:sequence>
<xs:element minOccurs="0" name="Type" type="ns:MarkUpMarkDownEventTypeCodeType"/>
<xs:element minOccurs="0" name="Time" type="xs:dateTime"/>
<xs:element minOccurs="0" name="Reason" 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:Reason
Type:
xs:string, predefined, simple content
Describes how the application was marked down, automatically or manually. When an application is automatically marked down, eBay will ping the application periodically, and if communication is restored, eBay will automatically mark the application up. If your application is marked down manually, you must contact eBay Developer Support to get your application marked up. A Reason is not provided for mark up events.
XML Representation Summary
<ns:Reason>
   
Content: 
{ xs:string }
</ns:Reason>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Reason" type="xs:string"/>

ns:Time
Type:
xs:dateTime, predefined, simple content
Time when the application was marked up or marked down.
XML Representation Summary
<ns:Time>
   
Content: 
{ xs:dateTime }
</ns:Time>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Time" type="xs:dateTime"/>

ns:Type
Type:
Whether the application has been marked up or marked down.
XML Representation Summary
<ns:Type>
   
Content: 
{ enumeration of xs:token }
</ns:Type>
Simple Content
Enumeration:
"MarkUp"
 - 
Status indicating the application was or is marked up.
"MarkDown"
 - 
Status indicating the application was marked down.
"CustomCode"
 - 
Reserved for future internal or external use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Type" type="ns:MarkUpMarkDownEventTypeCodeType"/>

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