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

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

Documentation
        The simple Site information
      
Properties
This component is not nillable.

Model
<...>
(href?, id, name, description? )
</...>


Nested Element Summary
xs:stringdescription
          The description of the site 
xs:stringhref
          The href to the site that contains more complete information about the site 
xs:longid
          The id of the site 
xs:stringname
          The name of the site 
Source
<xs:complexType name="site">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element name="id" type="xs:long">
</xs:element>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" 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.