• Generate on load. With this method, you cannot configure anything. The XML document will be created when the DTD/XSD is loaded. See Generate on load.
• Manually – typical. With this method, you can specify the number of instances and recursion level for the elements. What you specify here applies to all elements. You can also specify which element is the root element, and where to store the temp file. See Typical configuration.
• Manually – custom. With this method, you can customize the number of instances and recursion level per element. You can also specify which element is the root element, and where to store the temp file. See Custom configuration.
• Recursion level – specifies how many instances of itself an element type may contain. See Recursion level.
• Number of instances – specifies how many instances of other element types an element type may contain. See Number of instances.
Example 2 This DTD example illustrates how many instances of itself the <article> element can contain when Recursion level is set to 1 and 2.
Example 3 This DTD example illustrates how many instances of the <description> element the <article> element can contain when Number of instances is set to 1 and 3.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |