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

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

Documentation
        The association object.
      
Properties
This component is not nillable.

Model
<...>
(href?, name?, associatedAsset* )
</...>


Nested Element Summary
xs:stringassociatedAsset
          The list of assets in this association. 
xs:stringhref
          The URL to the resource providing further information on this association. 
xs:stringname
          The name of this association. 
Source
<xs:complexType name="association">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="associatedAsset" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


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