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

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

Documentation
        Access permission details for each site for which the application is enabled
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringroles
          Roles to which the application is enabled for the site 
xs:stringsite
          Name of the site 
Source
<xs:complexType name="siteRoles">
<xs:sequence>
<xs:element name="site" 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.