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
        Contains limited asset information.  This cannot be used to create or
        update an asset in Content Server; it is merely for informative purposes.
      
Properties
This component is not nillable.

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


Nested Element Summary
fieldInfofieldinfo
          The list containing information on the asset's attributes. 
xs:stringhref
          The URL to the resource providing further information on the asset. 
xs:stringid
          The asset id, in the format "{assettype}:{assetid}". 
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>


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