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

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

Documentation
        The bean that contains individual user information for the site including
        user name and roles assigned to the user in the site
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringhref
          The link to this user 
xs:stringname
          The name of the user 
xs:stringroles
          The list of role names assigned to the user in this site 
Source
<xs:complexType name="siteUser">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="roles" type="xs:string">
</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.