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

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

Documentation
        This bean represents a user attribute definition.
      
Properties
This component is not nillable.

Model
<...>
(name?, uiFormName?, type?, required? )
</...>


Nested Element Summary
xs:stringname
          The name of this user attribute. 
xs:booleanrequired
          Indicates whether this user attribute is required. 
xs:stringtype
          The type of this user attribute. 
xs:stringuiFormName
          The label used to represent this user attribute in UI forms. 
Source
<xs:complexType name="userAttributeDefBean">
<xs:sequence>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="uiFormName" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="type" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="required" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:complexType>


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