| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}attributeDefBean (restriction)
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.
Nested Element Summary | |
xs:int | dataLength Length of this attribute data. |
xs:string | description Textual description of this attribute. |
xs:boolean | isDataMandatory Indicates whether data must be specified when creating attribute of this type. |
xs:boolean | isMetaData Indicates whether this attribute is system or user-defined. |
valueCountEnum | isMultiple Indicates whether this attribute is single or multi-valued. |
xs:string | name Unique attribute name. |
attributeTypeEnum | type Type of this attribute data. |
<xs:complexType name="attributeDefBean"><xs:sequence></xs:complexType><xs:element name="name" type="xs:string">
</xs:element><xs:element minOccurs="0" name="description" type="xs:string">
</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:sequence>
</xs:element>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |