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 represents a Blob or url attribute in a Content Server asset.
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:base64Binaryfiledata
          Blob data, in base64-encoded format. 
xs:stringfilename
          Name of the file on the filesystem holding the data for this attribute. 
xs:stringfoldername
          Specifies the folder path where the file resides. 
xs:stringhref
          A BlobServer URL providing access to this blob. 
webreferencewebreferences
          Holds the Web References for this blob. 
Source
<xs:complexType name="blob">
<xs:sequence>
<xs:element minOccurs="0" name="filename" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="foldername" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="filedata" type="xs:base64Binary">
</xs:element>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="webreferences" type="webreference">
</xs:element>
</xs:sequence>
</xs:complexType>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.