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

Documentation
        This bean represents an association between Content Server assets.
      
Properties
This component is not nillable.

Model
<associationBean>
(name, associatedAsset )
</associationBean>


Nested Element Summary
 associatedAsset
           The list of assets in this association.  
xs:stringname
          The name of this association. 
Source
<xs:element name="associationBean">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<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>
</xs:sequence>
</xs:complexType>
</xs:element>


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