http://www.fatwire.com/schema/rest/1.0
complexType blob

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}blob (restriction)

Documentation
        The Blob data type that represents a Blob or url attribute in asset
      
Properties
This component is not nillable.

Model
<...>
(filename?, foldername?, filedata?, href? )
</...>


Nested Element Summary
xs:base64Binaryfiledata
          
xs:stringfilename
          
xs:stringfoldername
          
xs:stringhref
          
Source
<xs:complexType name="blob">
<xs:sequence>
<xs:element minOccurs="0" name="filename" type="xs:string"/>
<xs:element minOccurs="0" name="foldername" type="xs:string"/>
<xs:element minOccurs="0" name="filedata" type="xs:base64Binary"/>
<xs:element minOccurs="0" name="href" type="xs:string"/>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.