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

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

Documentation
        A bean that contains simple asset information. This bean can not be used to create,
        update an asset in Content Server, instead it is merely information in simple format
      
Properties
This component is not nillable.

Model
<...>
(id, href?, fieldinfo* )
</...>


Nested Element Summary
fieldInfofieldinfo
          The list of attributes information of the asset 
xs:stringhref
          Link to the detailed information 
xs:stringid
          The asset id in String format 
Source
<xs:complexType name="assetInfo">
<xs:sequence>
<xs:element name="id" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="fieldinfo" type="fieldInfo">
</xs:element>
</xs:sequence>
</xs:complexType>


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