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 references 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
          Lists any additional asset attributes not already disclosed by specific attributes in this bean. 
xs:stringcreatedby
          The createdby attribute of the asset; contains the name of the user who created the asset. 
xs:dateTimecreateddate
          The createddate attribute of the asset; contains the timestamp specifying when the asset was 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 of a Flex asset. 
xs:stringpublist
          The publist attribute of the asset; contains a list of names of sites 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 updatedby attribute of the asset; contains the name of the user who last edited the asset. 
xs:dateTimeupdateddate
          The updateddate attribute of the asset; contains the timestamp specifying when the asset was last 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>


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