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

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

Documentation
      This bean lists of users assigned to a site.
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringhref
          The URL to the resource providing further information on the users assigned to a site. 
siteUseruser
          The list of users assigned to a site. 
Implementors
siteUsersBean

Source
<xs:complexType name="siteUsersBean">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="user" type="siteUser">
</xs:element>
</xs:sequence>
</xs:complexType>


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