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
          The description of an asset. 
xs:stringhref
          The URL to the resource providing further information on an asset. 
xs:stringid
          The id of an asset. 
xs:stringname
          The name of an asset. 
xs:dateTimeupdateddate
          Contains the timestamp specifying when an asset was last 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>


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