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 that contains the list of associations for asset
    
Properties
This component is not nillable.

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


Nested Element Summary
associationassociation
          The association 
xs:stringhref
          The link pointing to the detailed associations information 
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>


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