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

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

Documentation
        The associations bean contains the list of associations for an asset.
    
Properties
This component is not nillable.

Model
<...>
(href?, association* )
</...>


Nested Element Summary
associationassociation
          An association. 
xs:stringhref
          The URL to the resource providing further information on an association. 
Source
<xs:complexType name="associations">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="association" type="association">
</xs:element>
</xs:sequence>
</xs:complexType>


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