The element listobjects contains the version (as an attribute) of the API List Objects used to generate this XML, and a single project.
The element version is a decimal number that specifies the version of the API that generated the XML. This version currently is 1.1, the older 1.0 version did not contain Content Wizards.
The element project contains exactly one occurrence of a name, a description, and possibly the elements textblocks and contentwizards. It also can contain folder and model elements. ITP Models, Text Blocks, and Content Wizards can respectively be found (possibly nested) only in folders, Text Block folders, and Content Wizards folders. Like the ITP/MDK Repository, they cannot occur mixed. Furthermore, Text Blocks and Text Block folders are contained within the element textblocks, and Content Wizards and Content Wizard folders are contained in the contentwizards element.
The element folder contains exactly one occurrence of a name and a description. It can contain any number of model and folder elements, but no Text Blocks or Text Block folders.
The element model contains exactly one occurrence of a name and a description. The existence of such an element means that there is a published revision of the ITP Model that can be run by this name. Refer to the topic List objects API for more information on the accepted and published mark in revisions.
The element textblocks occurs exactly once and contains a number of textblock and textblockfolder elements.
The element textblockfolder contains exactly one occurrence of a name and a description. It can contain any number of textblock and textblockfolder elements.
The element textblock contains exactly one occurrence of a name and a description. The existence of such an element means that there is a published revision of the Text Block with this name that can be used by the ITP Models of this project. The element contentwizards occurs exactly once and contains a number of contentwizard and contentwizardfolder elements.
The element contentwizardfolder contains exactly one occurrence of a name and a description. It can contain any number of contentwizard and contentwizardfolder elements.
The element contentwizard contains exactly one occurrence of a name and a description. The existence of such an element means that there is a published revision of the Content Wizard with this name that can be used by the ITP Models of this project.
The element description is not optional but can be empty and has at most 1999 characters.
The element name is never empty and has at most 254 characters.