http://www.fatwire.com/schema/rest/1.0
element assetBean

Documentation
        Asset is a primary object to store data in a content management system.
        Asset is created based on the asset type schema information previously defined.
        It has a set of predefined attributes as well as custom user attributes,
        which hold the actual data.
        Apart from attributes it can optionally contain referenced to parent assets,
        references to associated assets and dimensional data.
      
Properties
This component is not nillable.

Model
<assetBean>
(id, name, createdby?, createddate?, description?, publist*, status?, subtype?, updatedby?, updateddate?, attribute*, associations?, dimension*, dimensionParent*, parent* )
</assetBean>


Nested Element Summary
associationsassociations
          The associations defined for this asset 
attributeattribute
          The attributes list that were not defined as a separate bean property 
xs:stringcreatedby
          The created by attribute of the asset, contains the user name who created the asset 
xs:dateTimecreateddate
          The created date attribute of the asset, contains the date time of the asset of being created 
xs:stringdescription
          The description attribute of the asset 
dimensionValuedimension
          The dimension attribute of the asset, contains the asset ids of the dimension assets 
dimensionValuedimensionParent
          The dimension parents attribute of the asset, contains the asset ids of the dimension parents 
xs:stringid
          The id attribute of the asset 
xs:stringname
          The name attribute of the asset 
parentparent
          The parent attribute of the asset, contains the list of flex parents for flex asset 
xs:stringpublist
          The publist attribute of the asset, contains the list of site names that this asset belongs to 
xs:stringstatus
          The status attribute of the asset, possible values are PL, ED, VO, RD 
xs:stringsubtype
          The subtype attribute of the asset 
xs:stringupdatedby
          The updated by attribute of the asset, contains the user name that last edited the asset 
xs:dateTimeupdateddate
          The updated date attribute of the asset, contains the last date time when the asset was modified 
Source
<xs:element name="assetBean">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" name="id" type="xs:string">
</xs:element>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="createdby" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="createddate" type="xs:dateTime">
</xs:element>
<xs:element minOccurs="0" name="description" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="publist" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="status" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="subtype" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="updatedby" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="updateddate" type="xs:dateTime">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="attribute" type="attribute">
</xs:element>
<xs:element minOccurs="0" name="associations" type="associations">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="dimension" type="dimensionValue">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="dimensionParent" type="dimensionValue">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="parent" nillable="true" type="parent">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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