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
        The bean that 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 site description 
enabledTypesBeanenabledAssetTypes
          The list of enabled asset types for this site 
xs:longid
          The site id in type of Long 
xs:stringname
          The site name 
xs:stringpreviewAsset
          The default preview asset id 
xs:stringpubroot
          The publication root of the site 
siteUsersBeansiteUsers
          The list of users configured for 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.