Target
A Target is defined in the following WSDL:
A Target extends Named Asset. In addition to the fields provided by that complex type, the target complex type implements all the fields as available from within the Cascade Server web interface when creating or editing. The required fields are the parent folder relationship, base folder relationship, output file extension, and serialization type.
The searialization type is a String defined by the following simple type restriction:
The available serialization types are "HTML", "XML", "PDF", "RTF", and "WML".
The "children" element is only populated during a read operation. When creating or editing an Target, this element will be ignored. You will not be able to specify the children of this target in this manner. To do this, you will want to specify the parent target relationship using the elements "parentTargetId" or "parentTargetPath".
Scheduled Publishing
It is also possible to specify that this Target be published on a schedule. To do this, first enable scheduled publishing by setting the "usesScheduledPublishing" element to true. Then you must specify a base time to publish and an interval. The format for the base time to publish is "hh:mm"; the interval value is a positive integer, and the interval units are either "hours" or "days".