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

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

Documentation
        This bean contains user locale information.
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringdescription
          Short description of this locale. 
xs:stringname
          Unique name for this locale, e.g. 
xs:intordinal
          The ordinal number for this locale. 
Source
<xs:complexType name="userLocale">
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" type="xs:string">
</xs:element>
<xs:element name="ordinal" type="xs:int">
</xs:element>
</xs:sequence>
</xs:complexType>


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