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

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

Documentation
Contains limited information on a group.
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringdescription
          The description of this group. 
xs:stringhref
          The URL to the resource providing further information on this group. 
xs:stringname
          The unique name of this group. 
Source
<xs:complexType name="group">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</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>


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