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
        User locale information
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringdescription
          Locale short description 
xs:stringname
          Locale unique name, e.g. 
xs:intordinal
          Locale ordinal number 
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>


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