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

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

Documentation
        This bean represents a complete Content Server site (publication) configuration.
      
Properties
This component is not nillable.

Model
<...>
(name, id, description, pubroot?, CSpreview?, previewAsset?, enabledAssetTypes?, siteUsers? )
</...>


Nested Element Summary
xs:stringCSpreview
          The CS preview configuration for this site. 
xs:stringdescription
          The description of this site. 
enabledTypesBeanenabledAssetTypes
          The list of enabled asset types on this site. 
xs:longid
          The id of this site. 
xs:stringname
          Unique name of this site. 
xs:stringpreviewAsset
          The id of the default preview asset for this site, in the format "{assettype}:{assetid}". 
xs:stringpubroot
          The publication root of this site. 
siteUsersBeansiteUsers
          The list of users configured on this site. 
Source
<xs:complexType name="baseSiteBean">
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element name="id" type="xs:long">
</xs:element>
<xs:element name="description" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="pubroot" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="CSpreview" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="previewAsset" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="enabledAssetTypes" type="enabledTypesBean">
</xs:element>
<xs:element minOccurs="0" name="siteUsers" type="siteUsersBean">
</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.