Using condensed XPCML

Because XPCML is extensible, you can define new parameter types that extend those specified by the XPCML schema. Condensing XPCML extends the XPCML schema to create new data type definitions that simplify and improve the readability and usability of your XPCML documents.

The following discussion assumes that you understand the XPCML schema. For more information about the XPCML schema, see the following page:

XPCML schema and syntax

To condense existing XPCML source, you use the ProgramCallDocument.condenseXPCML method, which generates the following:

For more information about condensing your XPCML, see the following pages:

Condensing existing XPCML documents

Example: Using condensed XPCML to create a ProgramCallDocument object

Example: Obtaining program call results as condensed XPCML