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

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

Documentation
Short version of role
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringdescription
          Role short description 
xs:stringhref
          REST URL, which could be used to get the detailed role information 
xs:stringname
          Name of the role, it is a unique value 
Source
<xs:complexType name="role">
<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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.