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

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

Documentation
        Defines an attribute within an asset type.
        Attributes hold actual data in assets, which is typed,
        i.e. it could be of string, integer, date, etc. types.
        Attributes could be single and multi-valued.
      
Properties
This component is not nillable.

Model
<...>
(name, description?, type, isMetaData, isDataMandatory, dataLength, isMultiple )
</...>


Nested Element Summary
xs:intdataLength
          Length of this attribute data. 
xs:stringdescription
           Textual description of this attribute.  
xs:booleanisDataMandatory
           Indicates whether data must be specified when creating attribute of this type.  
xs:booleanisMetaData
           Indicates whether this attribute is system or user-defined.  
valueCountEnumisMultiple
           Indicates whether this attribute is single or multi-valued.  
xs:stringname
           Unique attribute name.  
attributeTypeEnumtype
           Type of this attribute data.  
Source
<xs:complexType name="attributeDefBean">
<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="type" type="attributeTypeEnum">
</xs:element>
<xs:element name="isMetaData" type="xs:boolean">
</xs:element>
<xs:element name="isDataMandatory" type="xs:boolean">
</xs:element>
<xs:element name="dataLength" type="xs:int">
</xs:element>
<xs:element name="isMultiple" type="valueCountEnum">
</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.