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 are typed, as enumerated within attributeTypeEnum.
        Attributes may be single- or multi-valued.
      
Properties
This component is not nillable.

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


Nested Element Summary
xs:intdataLength
          Length of the attribute data. 
xs:stringdescription
           The description of this attribute.  
xs:booleanisDataMandatory
           Indicates whether this attribute represents a required field.  
xs:booleanisMetaData
           Indicates whether this attribute is system- or user-defined.  
valueCountEnumisMultiple
           Indicates whether this attribute is single- or multi-valued.  
xs:stringname
           Unique name of this attribute.  
attributeTypeEnumtype
           Type of data to be stored in this attribute.  
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>


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