| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
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.
Nested Element Summary | |
associations | associations The associations defined for this asset |
attribute | attribute The attributes list that were not defined as a separate bean property |
xs:string | createdby The created by attribute of the asset, contains the user name who created the asset |
xs:dateTime | createddate The created date attribute of the asset, contains the date time of the asset of being created |
xs:string | description The description attribute of the asset |
dimensionValue | dimension The dimension attribute of the asset, contains the asset ids of the dimension assets |
dimensionValue | dimensionParent The dimension parents attribute of the asset, contains the asset ids of the dimension parents |
xs:string | id The id attribute of the asset |
xs:string | name The name attribute of the asset |
parent | parent The parent attribute of the asset, contains the list of flex parents for flex asset |
xs:string | publist The publist attribute of the asset, contains the list of site names that this asset belongs to |
xs:string | status The status attribute of the asset, possible values are PL, ED, VO, RD |
xs:string | subtype The subtype attribute of the asset |
xs:string | updatedby The updated by attribute of the asset, contains the user name that last edited the asset |
xs:dateTime | updateddate The updated date attribute of the asset, contains the last date time when the asset was modified |
<xs:element name="assetBean"><xs:complexType></xs:element><xs:sequence></xs:complexType><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="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:sequence>
</xs:element>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |