http://www.fatwire.com/schema/rest/1.0
element sitesBean

Documentation
        This bean contains the list of sites in Content Server.
      
Properties
This component is not nillable.

Model
<sitesBean>
(total, startindex, count, site* )
</sitesBean>


Nested Element Summary
xs:integercount
          The maximum number of sites to be returned in the list. 
sitesite
          The list of sites. 
xs:integerstartindex
          The starting index (zero-based offset) of the returned list, relative to the full result set. 
xs:integertotal
          The total number of sites in the result set, regardless of startindex and count. 
Source
<xs:element name="sitesBean">
<xs:complexType>
<xs:sequence>
<xs:element name="total" type="xs:integer">
</xs:element>
<xs:element name="startindex" type="xs:integer">
</xs:element>
<xs:element name="count" type="xs:integer">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="site" type="site">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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