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

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

Documentation
        This bean represents a site membership for a given user.
      
Properties
This component is not nillable.

Model
<...>
(href?, site?, roles* )
</...>


Nested Element Summary
xs:stringhref
          The URL to the resource providing further information on this site membership. 
xs:stringroles
          Contains names of roles assigned to a user for this site. 
xs:stringsite
          Name of this site. 
Source
<xs:complexType name="userSite">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="site" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="roles" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


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