http://www.fatwire.com/schema/rest/1.0
element associatedAsset

Documentation
              The list of assets in this association
            
Properties
This component is not nillable.

Model
<associatedAsset>
(id, name, href?, description?, updateddate? )
</associatedAsset>


Nested Element Summary
xs:stringdescription
          Asset description 
xs:stringhref
          The link to the detailed asset information 
xs:stringid
          Asset id 
xs:stringname
          Asset name 
xs:dateTimeupdateddate
          Contains the last date time when the asset was modified 
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="associatedAsset">
<xs:complexType>
<xs:sequence>
<xs:element name="id" type="xs:string">
</xs:element>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="updateddate" type="xs:dateTime">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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