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

complexType "ns:Base64BinaryType"
Namespace:
Content:
simple, 1 attribute
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definition of 1 attribute
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:string
   
>
   
Content: 
{ xs:base64Binary }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-64 representation. The term "Base64" originates from a specific MIME content transfer encoding.

Note: This type contains the name or reference ID of the binary attachment, not the attachment data.
Type Definition Detail
Type Derivation Tree
xs:base64Binary (extension)
  ns:Base64BinaryType
Derivation:
extension of xs:base64Binary
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="Base64BinaryType">
<xs:simpleContent>
<xs:extension base="xs:base64Binary">
<xs:attribute name="contentType" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations defined in this component; 1/1)
contentType
Type:
xs:string, predefined
Use:
optional
This optional attribute allows the binary attachment to be named.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="contentType" type="xs:string"/>

 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.